@import url('https://gsctanks.com/wp-content/themes/gsc-tanks-child/css/../css/reset.css');

/*FILESTART   */

/* 10Web Booster optimized this CSS file */
img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }

/*FILESTART  /home/u202919793/domains/gsctanks.com/public_html/wp-content/themes/gsc-tanks-child/css/owl.carousel.css */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */


/* clearfix */

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


/* display none until init */

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* mouse grab icon */


/* .grabbing { 
    cursor:url(https://gsctanks.com/wp-content/themes/gsc-tanks-child/css/grabbing.png) 8 8, move;
} */


/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}


/* owl.theme.css */


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
}


/* Clickable class fix problem with hover on touch devices */


/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}


/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}


/* preloading images */

.owl-item.loading {
    min-height: 150px;
    background: url(https://gsctanks.com/wp-content/themes/gsc-tanks-child/css/AjaxLoader.gif) no-repeat center center
}


/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}


/* fade */

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}


/* backSlide */

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}


/* goDown */

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}


/* scaleUp */

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}


/* Keyframes */


/*empty*/

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

/*FILESTART  /home/u202919793/domains/gsctanks.com/public_html/wp-content/themes/gsc-tanks-child/css/style.css */

.container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
}


/****************************************************************************************

@

@	Header Styles

@

****************************************************************************************/

.headerSec {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 89px;
}

.headerSec .navbar .nav li a:hover {
    color: #ff8e31 !important;
}

.headerSec .navbar .nav li a {
    padding-right: 32px;
}

.headerSec .navbar .nav li:last-child a {
    padding-right: 0;
}

.headerSec .navbar-inverse .navbar-nav>.active>a {
    color: #ff8e31;
    background-color: transparent;
}

.headerSec .navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
}

.headerSec .navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.socialIcn {
    text-align: right;
    padding-top: 15px;
}

.socialIcn li {
    display: inline-block;
    padding-right: 14px;
}

.socialIcn li:last-child {
    padding-right: 14px;
}

.socialIcn li a {
    color: #ff8e31;
}

.socialIcn li a:hover {
    color: #fff;
}

.logoSec {
    background: #fff;
    padding: 22px 0px 20px 27px;
    position: relative;
    top: -19px;
    margin-right: 15px;
    margin-left: 15px;
}

.logoSec ul.callus li {
    display: inline-block;
    font-size: 14px;
}

.logoSec ul.callus li {
    padding-right: 37px;
}

.logoSec ul.callus li:last-child {
    padding-right: 0;
    padding-top: 10px;
}

.logoSec ul.callus li span {
    color: #a9a9a9;
    display: inline-block;
}

.logoSec ul.callus li span a {
    color: #000;
    font-size: 18px;
    display: block;
    line-height: 16px;
}

.logoSec ul.callus li span a:hover {
    color: #ff8e31;
}

.logoSec ul.callus li i {
    color: #ff8e31;
    background: #e9e9e9;
    padding: 10px;
    border-radius: 50%;
    margin-right: 8px;
}

.logoSec a img {
    width: 100px;
}

.btnSec {
    background: #ff8e31;
    border-radius: 18px;
    color: #fff;
    padding: 10px 29px;
    font-size: 16px;
}

.btnSec:hover,
.btnBorder:hover {
    color: #000;
}

.btnBorder {
    border: 2px solid #ff8e31;
    border-radius: 18px;
    color: #ff8e31;
    padding: 7px 29px;
    font-size: 16px;
}


/****************************************************************************************

@

@	Banner Styles

@

****************************************************************************************/

.banner {
    position: relative;
}

.getQuote {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 5;
}

#getQuote .form-control,
#getinTouch .form-control {
    border: 1px solid #ff8e31;
}

#getQuote textarea,
#getinTouch textarea {
    width: 100%;
    border: 1px solid #ff8e31;
    padding: 10px;
}

#getQuote input[type="submit"],
#getinTouch input[type="submit"] {
    background: #ff8e31;
    color: #fff;
    font-size: 14px;
    padding: 5px 50px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

#getQuote .modal-title,
#getinTouch .modal-title {
    color: #ea660c;
    font-size: 20px;
}

.bannerBx {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    text-align: center;
    color: #fff;
}

.bannerBx h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 52px;
    font-weight: 600;
    padding-bottom: 30px;
}

.bannerBx h1 span {
    display: block;
    font-weight: 200;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 0;
    background-color: #ff8e31;
    border: 3px solid #fff;
}

#custom-search-input {
    max-width: 550px;
    margin: 0 auto;
}

#custom-search-input input.form-control {
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    color: #fff;
}

#custom-search-input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    font-size: 20px;
    font-style: italic;
}

#custom-search-input input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-size: 20px;
    font-style: italic;
}

#custom-search-input input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-size: 20px;
    font-style: italic;
}

#custom-search-input input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-size: 20px;
    font-style: italic;
}

.bannersrch {
    height: 39px;
}

button.btn.bannersrch {
    position: relative;
    right: 43px;
    background: #fff;
    color: #ff8e31;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.aboutSec {
    padding: 80px 0;
}

.aboutSec h3 {
    font-size: 20px;
    color: #000;
    padding-bottom: 5px;
    border-bottom: 4px solid #ff8e31;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    margin-top: 40px;
    left: 0;
}

.aboutSec h3:before {
    content: '';
    position: absolute;
    bottom: -4px;
    /*left: -170%;*/
    right: 100%;
    border-bottom: 4px solid #ff8e31;
    /* width: 160px; */
}

.aboutSec h2 {
    font-size: 30px;
    color: #979797;
    padding-bottom: 30px;
    position: relative;
    left: 0;
}

iframe {
    border: 0;
    overflow: hidden;
}

.aboutSec h2 span {
    color: #000;
    display: block;
    font-weight: 700;
}

.aboutSec p {
    padding-bottom: 30px;
    font-size: 14px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    padding-left: 35px;
    font-weight: 500;
}


/****************************************************************************************

@

@	Product Styles

@

****************************************************************************************/

.ourProduct {
    height: 266px;
    background: #000;
}

.ourProduct .ourProductList {
    padding-top: 78px;
}

.ourProduct .ourProductList li {
    display: inline-block;
    width: 21%;
    vertical-align: top;
    margin-right: 10px;
}

.ourProduct .ourProductList li:last-child {
    margin-right: 0px;
}

.ourProduct .ourProductList li:first-child {
    width: 33% !important;
}

.ourProduct .ourProductList li .textBx {
    background: #4f4e49;
}

.nextBx>img {
    height: 187px;
    width: 100%;
}

.firtstBx {
    background: #ff8e31;
    width: 360px;
    height: 370px;
    padding: 50px;
    font-family: 'Poppins', sans-serif;
}

.firtstBx p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.nextBx .textBx {
    padding: 20px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    height: 183px;
    background: #4f4e49;
}

.nextBx {
    width: 230px;
    position: relative;
}

.nextBx .textBx {
    position: relative;
}

.nextBx .textBx>img {
    position: absolute;
    top: -31px;
}

.nextBx .textBx h3 {
    font-size: 18px;
    color: #ff8e31;
    padding-bottom: 13px;
}

.nextBx .textBx p {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 114px;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.firtstBx h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 55px;
}

.ourprdctBtn p {
    padding-top: 55px;
    padding-bottom: 20px;
    color: #000;
    font-size: 18px;
}

.ourprdctBtn ul {
    text-align: center;
}

.ourprdctBtn ul li {
    display: inline-block;
    padding-right: 13px;
}

.ourprdctBtn {
    padding-bottom: 50px;
    padding-top: 180px;
}

#getQuote .modal-header {
    text-align: center;
}


/****************************************************************************************

@

@	Faq Styles

@

****************************************************************************************/

.faqsec {
    background: #eeeeee;
    padding-top: 60px;
    padding-bottom: 0;
}

.faqsecinner {
    padding-top: 0px;
}

.faqsec h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
}

.faqsec h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #ff8e31;
    width: 60px;
    height: 2px;
}

.faqsec .panel-default>.panel-heading {
    color: #333;
    background-color: #eeeeee;
    border: none;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.faqsec .panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
}

.faqsec .panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    color: #ff8e31;
    border: 2px solid;
    font-size: 12px;
    padding: 2px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.faqsec .number {
    color: #ff8e31;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.faqsec .panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faqsec .panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faqsec .accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

.faqsec .accordion-option .title {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 0;
    margin: 0;
}

.faqsec .accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f;
}

.faqsec .accordion-option .toggle-accordion:before {
    content: "Expand All";
}

.faqsec .accordion-option .toggle-accordion.active:before {
    content: "Collapse All";
}

.faqsec p {
    font-size: 14px;
    font-weight: bold;
}

.certifications img {
    padding-top: 42px;
    margin-bottom: 36px;
    object-fit: cover;
    width: 128px;
    margin-right: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 50px;
    max-width: 198px;
}

.page-id-16 .certifications img {
    width: 124px;
}

.faqsec .panel-group {
    margin-bottom: 40px;
    overflow: hidden;
}


/****************************************************************************************

@

@	Subscribe Styles

@

****************************************************************************************/

.subcribSec {
    background: #3c3b37;
    overflow: hidden;
    color: #fff;
    position: relative;
    bottom: -48px;
}


/****/


/*=========================

  Icons

 ================= */


/* footer social icons */

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 25px;
    float: right;
    background: #ff8e31;
}

ul.social-network li {
    display: inline;
    margin: 0 8px;
}

ul.social-network li:last-child {
    margin-right: 0;
}


/* social icons */

.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 47px;
    height: 47px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #000;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-network a {
    background-color: #fff;
}

.subcribSec .input-group {
    padding: 23px 0;
}

.subcribSec .input-group .form-control {
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    height: 50px;
    padding-left: 35px;
}

.subcribSec .input-group .input-group-btn .btn {
    height: 50px;
    background: #ff8e31;
    color: #fff;
    font-style: italic;
    text-transform: capitalize;
    font-size: 16px;
    width: 145px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}

.subcribSec .input-group .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: italic;
}

.subcribSec .input-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
}

.subcribSec .input-group .form-control:-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic;
}

.subcribSec .input-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
}

.subcribSec h4 {
    font-size: 20px;
    padding-top: 20px;
    padding-left: 36px;
    line-height: 26px;
}


/****************************************************************************************

@

@	Footer Styles

@

****************************************************************************************/

.footerSec {
    background: #000;
    padding-top: 90px;
    padding-bottom: 22px;
    color: #fff;
}

.productSection {
    overflow: hidden;
}

.footerSec .leftSec {
    font-size: 16px;
}

.productSection .btnSec {
    border-radius: 24px;
    color: #fff;
    padding: 11px 29px;
    font-size: 16px;
    height: 52px;
    line-height: 25px;
    display: inline-block;
    width: 236px;
}

.productSection .btnBorder {
    width: 236px;
    font-size: 16px;
    height: 52px;
    padding: 11px 29px;
    border-radius: 24px;
    line-height: 25px;
    display: inline-block;
}

.footerSec .leftSec img {
    margin-bottom: 25px;
    width: 100px;
}

.footerSec .leftSec ul li {
    padding-bottom: 25px;
    font-weight: 300;
}

.footerSec .leftSec i {
    color: #ff8e31;
    padding-right: 14px;
}

.footerSec a {
    color: #fff;
}

.footerSec .leftSec .mail {
    color: #ff8e31;
}

.footerSec .leftSec .mail:hover {
    color: #fff;
}

.footerSec a:hover {
    color: #ff8e31;
}

.footerSec .common {
    padding-top: 20px;
}

.footerSec .common h5 {
    font-size: 18px;
    color: #ff8e31;
    padding-bottom: 25px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.footerSec .common ul li {
    padding-bottom: 10px;
    position: relative;
    padding-left: 10px;
}

.footerSec .common ul li::before {
    content: '';
    position: absolute;
    list-style: disc;
    left: 0px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 8px;
    background: #f1781c;
}

.footerSec .common h6 {
    font-size: 17px;
    padding-bottom: 16px;
}

.footerSec .common p {
    font-size: 14px;
    color: #8d8d8d;
    padding-bottom: 10px;
}

.common span {
    color: #ff8e31;
    font-size: 14px;
}

.privacyFooter {
    text-align: center;
    border-top: 1px solid #303030;
}

.privacyFooter ul {
    padding-top: 23px;
    padding-bottom: 8px;
}

.privacyFooter li {
    display: inline-block;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #ccc;
    line-height: 15px;
}

.privacyFooter li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.privacyFooter a {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.privacyFooter p {
    text-transform: uppercase;
    font-size: 12px;
    color: #666666;
}

.privacyFooter p a {
    font-size: 12px;
    color: #ff8e31;
}

.privacyFooter p a:hover {
    color: #fff;
}

.subcribSecBx {
    background: #eeeeee;
}


/**Contact**/

.contact .form-group {
    margin-bottom: 5px;
}

.contact .form-control {
    border-radius: 0px;
    color: #6b6c6d;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    height: 52px;
    padding: 0px;
    line-height: 1.42857143;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 1px solid #cbcfce;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 10px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}

.contact .form-control:focus {
    color: #bd081c !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom-color: #bd081c;
    font-size: 12px;
}

.contact h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.contact .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.contact input[type=checkbox],
.contact input[type=radio] {
    margin: 8px 0 0;
    margin-top: 12px;
    line-height: normal;
}

.contact-info p {
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #535151;
}

.contact input::-webkit-input-placeholder {
    color: #6b6c6d !important;
}

.contact input:focus::-webkit-input-placeholder {
    color: #bd081c !important;
    bottom: 20px;
    position: relative;
}

.contact textarea::-webkit-input-placeholder {
    color: #6b6c6d !important;
}

.contact textarea:focus::-webkit-input-placeholder {
    color: #bd081c !important;
    bottom: 20px;
    position: relative;
    font-size: 12px;
}

.contact .input-group-addon {
    background-color: transparent;
    border: 1px solid #bd081c;
    border-radius: 0px;
}

.contact .focus {
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 1px solid #cbcfce;
    background-color: #fff;
}

.contact .focus:focus {
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 1px solid #cbcfce;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact .has-success .form-control {
    border-color: #3c763d;
    background-color: #fff;
    box-shadow: none;
}

.contact .has-success .form-control:focus {
    border-color: #3c763d;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact .has-error .form-control {
    border-color: #a94442;
    background-color: #fff;
    box-shadow: none;
}

.contact .has-error .form-control:focus {
    border-color: #34b2a4;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact .input-group-addon:last-child {
    border-left: 0;
    border-right: transparent;
    border-top: transparent;
}

.contact .input-group-addon i {
    color: #34b2a4;
}

.contact option {
    color: #6b6c6d;
}

.contact hr {
    border-top: 1px solid #e4e9e8;
    margin-bottom: 40px;
    margin-top: 40px;
}

.contact .mb60 {
    margin-bottom: 30px;
}

.contact .btn {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 11px 30px;
    border-radius: 6px;
    line-height: 1.8;
    letter-spacing: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    word-wrap: break-word;
    white-space: normal !important;
    margin-bottom: 10px;
}

.contact iframe {
    width: 100%;
    height: 403px;
}

.contact .btn-primary {
    background-color: #ea660c;
    color: #fff;
    border: 1px solid #ea660c;
}

.contact .btn-primary:hover {
    background-color: #e64c10;
    color: #fff;
    border: 1px solid #e64c10;
}

.contact.btn-primary.focus,
.contact.btn-primary:focus {
    background-color: #e64c10;
    color: #fff;
    border: 1px solid #e64c10;
}

.contact .space-medium {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact .pdt20 {
    padding-top: 20px;
}

.contact .contact-pageheader {
    position: relative;
    background: rgba(240, 90, 32, 1);
    background: -moz-linear-gradient(left, rgb(227, 69, 31) 0%, rgba(240, 90, 32, 1) 22%, rgba(240, 90, 32, 1) 31%, rgba(240, 90, 32, 1) 39%, rgb(189, 8, 28) 71%, rgba(130, 36, 0, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240, 90, 32, 1)), color-stop(22%, rgba(240, 90, 32, 1)), color-stop(31%, rgba(240, 90, 32, 1)), color-stop(39%, rgba(240, 90, 32, 1)), color-stop(71%, rgba(130, 36, 0, 1)), color-stop(100%, rgba(130, 36, 0, 1)));
    background: -webkit-linear-gradient(left, rgb(227, 69, 31) 0%, rgba(240, 90, 32, 1) 22%, rgba(240, 90, 32, 1) 31%, rgba(240, 90, 32, 1) 39%, rgb(189, 8, 28) 71%, rgba(130, 36, 0, 1) 100%);
    background: -o-linear-gradient(left, rgb(227, 69, 31) 0%, rgba(240, 90, 32, 1) 22%, rgba(240, 90, 32, 1) 31%, rgba(240, 90, 32, 1) 39%, rgb(189, 8, 28) 71%, rgba(130, 36, 0, 1) 100%);
    background: -ms-linear-gradient(left, rgb(227, 69, 31) 0%, rgba(240, 90, 32, 1) 22%, rgba(240, 90, 32, 1) 31%, rgba(240, 90, 32, 1) 39%, rgb(189, 8, 28) 71%, rgba(130, 36, 0, 1) 100%);
    background: linear-gradient(to right, rgb(227, 69, 31) 0%, rgba(240, 90, 32, 1) 22%, rgba(240, 90, 32, 1) 31%, rgba(240, 90, 32, 1) 39%, rgb(189, 8, 28) 71%, rgba(130, 36, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f05921', endColorstr='#822400', GradientType=1);
    margin-bottom: 70px;
}

.contact .contact-caption {
    position: relative;
    top: 180px;
}

.contact .contact-title {
    font-family: 'PT Serif', serif;
    font-size: 50px;
    font-style: italic;
    margin-bottom: 10px;
    line-height: 80px;
    color: #fff;
}

.contact .contact-caption-text {
    font-size: 23px;
    color: #272d2c;
}

.contact #contact-map {
    height: 450px;
    width: 100%;
    position: relative;
}

.contact .contact-form {
    background-color: #fff;
    padding: 30px;
    text-align: center;
    position: relative;
    bottom: 0px;
    top: 100px;
    -webkit-box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.29);
}

.contact .contact-section {
    margin-bottom: 10px;
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ea660c;
}

.contact .contact-section .contact-icon {
    float: left;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 25px;
    color: #ea660c;
    padding-right: 20px;
    position: initial;
}

.contact .contact-section .contact-info {
    font-weight: 700;
}

.contact .contact-caption p {
    color: #fff;
}


/*Testimonial*/

section.testimonialSec {
    padding: 40px 0;
}

.testimonialSec h2 {
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin: 30px 0 60px;
    font-size: 30px;
}

.testimonialSec h2::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 3px;
    background: #8fbc54;
    left: 0;
    right: 0;
    bottom: -10px;
}

.testimonialSec .col-center {
    margin: 0 auto;
    float: none !important;
}

.testimonialSec .carousel {
    margin: 50px auto;
    padding: 0 70px;
}

.testimonialSec .carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px;
}

.testimonialSec .carousel .item .img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.testimonialSec .carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.testimonialSec .carousel .testimonial {
    padding: 30px 0 10px;
}

.testimonialSec .carousel .overview {
    font-style: italic;
}

.testimonialSec .carousel .overview b {
    text-transform: uppercase;
    color: #ea660c;
}

.testimonialSec .carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}

.testimonialSec .carousel-control i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.testimonialSec .carousel .carousel-indicators {
    bottom: -40px;
}

.testimonialSec .carousel-indicators li,
.testimonialSec .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    border-radius: 50%;
}

.testimonialSec .carousel-indicators li {
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.testimonialSec .carousel-indicators li.active {
    background: #555;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.page-id-116 .aboutSec h2,
.page-id-118 .aboutSec h2 {
    left: 0;
}

.page-id-116 .aboutSec p,
.page-id-118 .aboutSec p {
    padding-left: 0;
}

#wpcf7-f126-p87-o2 .wpcf7-form-control-wrap,
#wpcf7-f124-o2 .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

#wpcf7-f126-p87-o2 span.wpcf7-not-valid-tip,
#wpcf7-f124-o2 span.wpcf7-not-valid-tip {
    font-size: 12px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 100%;
    text-align: left;
}

div.wpcf7-response-output {
    font-size: 12px;
    padding-top: 3px;
    overflow: hidden;
    margin-top: 10px;
}

#wpcf7-f124-o2 .form-group {
    margin-bottom: 22px;
}

#wpcf7-f124-o2 div.wpcf7-response-output {
    margin-top: 0;
}

#wpcf7-f124-o2 p {
    padding-top: 0;
}

.single-our-product .aboutSec h3:before {
    display: none;
}

.single-our-product .aboutSec h3 {
    left: 0;
}

.single-our-product .aboutSec p {
    padding-left: 0;
}

.search-results .ourProduct {
    background: none;
    padding-top: 60px;
    height: auto;
}

.search-results .ourProduct h2,
.search-no-results .ourProduct h2 {
    font-size: 20px;
    color: #000;
    padding-bottom: 5px;
    border-bottom: 4px solid #ff8e31;
    display: inline-block;
}

.search-results .ourprdctBtn {
    padding-bottom: 50px;
    padding-top: 50px;
}

.search-results .ourProduct .ourProductList li:first-child {
    width: inherit;
}

.search-results .nextBx {
    width: 230px;
    position: relative;
    -webkit-box-shadow: -2px 5px 26px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: -2px 5px 26px 3px rgba(0, 0, 0, 0.18);
    box-shadow: -2px 5px 26px 3px rgba(0, 0, 0, 0.18);
}

.search-results .nextBx>img {
    padding: 5px;
}

.search-no-results .ourProduct {
    background: none;
    padding-top: 60px;
    height: auto;
}

p.noresult {
    color: #ff8e31;
    font-size: 20px;
}

.search-no-results .ourProduct .ourProductList {
    padding-top: 30px;
}

.input-group-btn {
    z-index: 8;
}

.page-template-product-page .ourProduct {
    height: auto;
    background: #fff;
}

.page-template-product-page .ourProduct .ourProductList li {
    margin-bottom: 20px;
    width: 20%;
}

.page-template-product-page .ourprdctBtn {
    padding-bottom: 50px;
    padding-top: 70px;
}

section.polyethylene img {
    max-height: 400px;
    display: inline-block;
    float: left;
    padding: 15px;
    max-width: 344px;
    margin-right: 10px;
    border: 1px solid #ccc;
}

.polyethylene h3 {
    font-size: 20px;
    color: #000;
    padding-bottom: 5px;
    border-bottom: 4px solid #ff8e31;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    margin-top: 10px;
}

section.polyethylene {
    padding: 50px 0;
}

.product-curosel {
    margin-top: 78px;
}
/*################################## Blog ###############################################*/

.blog-box2 {
    margin-bottom: 20px;
    box-shadow: 0 0 6px #C7C7C7;
    border-radius: 10px;
	overflow:hidden;
}
.blo-img {
    height: 190px;
    overflow: hidden;
}
.blo-img img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.blog-txt {
    padding: 25px;
    border: 1px solid #F1F1F1;
}
.blog-txt .date-pagi {
    margin: 0;
    padding: 0 !important;
    display: inline-block;
    width: 100%;
	list-style:none !important;
}

.blog-txt .date-pagi li {
    float: left;
    margin: 0 12px 0 0;
    padding: 0 12px 0 0;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    border-right: 1px solid #D7D7D7;
	list-style:none !important;
	
}
.blog-txt .date-pagi li i {
    margin-right: 8px;
}
.blog-txt h3 {
    font-size: 24px;
    font-weight: 700;
    color: #010101;
    margin: 10px 0 0;
    padding: 0;
}
.blog-txt h2 {
    font-size: 24px;
    font-weight: 700;
    color: #010101;
    margin: 10px 0 0;
    padding: 0;
}
.blog-txt h4 {
    font-size: 17px;
    font-weight: 500;
    color: #010101;
    margin: 15px 0 0;
    padding: 0;
}
.blog-txt p {
    font-size: 15px;
    color: #737373;
    margin: 15px 0 0;
    padding: 0;
    line-height: 24px;
}
.blog-footr-prt {
    margin: 15px 0 0;
}
.blog-footr-prt .blog-social {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.blog-footr-prt .blog-social li {
    float: left;
    margin-right: 15px;
    font-size: 17px;
}
.blog-footr-prt .blog-social li i {
    color: #A0A0A0;
    transition: all ease-in-out 0.3s;
}
.blog-footr-prt .blog-social li i:hover {
    color: #12ddf4;
}
.btn-more {
    font-size: 14px;
    color: #fff;
    padding: 5px 20px;
    background-color: #010101;
    font-weight: 400;
    margin: 15px 0 0;
    display: inline-block;
    transition: all ease-in-out 0.3s;
}
.btn-more:hover {
    background-color: #12ddf4;
    color: #000;
}
.single-post .blog-txt ul {
    padding-left: 25px;
    padding-top: 10px;
}
.single-post .blog-txt ul li {
    list-style: disc;
}
/*################################## Blog-details ###############################################*/

.category-box {
    margin: 0 0 20px;
}
.category-box h3 {
    font-size: 18px;
    color: #010101;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px 12px;
    margin: 0;
    background-color: #F5F5F5;
}
.category-box .cate-list {
    margin: 10px 0;
    padding: 0;
}
.category-box .cate-list li::before {
    content: "\f178";
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: 4px;
    font-size: 14px;
    color: #0ad5eb;
}
.category-box .cate-list li {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0 5px 20px;
    float: none;
    position: relative;
}
.category-box .cate-list li a {
    color: #8B8B8B;
}
.top-rated-bx {
    margin-top: 15px;
    display: inline-block;
}
.top-rated-bx .top-rated-img {
    float: left;
    margin-right: 15px;
    width: 35%;
    box-shadow: 0 0 2px #8A8A8A;
}
.top-rated-bx .top-rated-img img {
    width: 100%;
}
.top-rated-bx .top-rated-txt {
    overflow: hidden;
}
.top-rated-bx .top-rated-txt h4 {
    font-size: 14px;
    font-weight: 400;
    color: #4B4B4B;
    margin: 0;
    padding: 0;
}
.contact-title {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.contact-title span {
    color: #0ad5eb;
}
.margin-tp{
    margin: 50px 0;
}
.postid-183 p, .postid-162 p, .postid-164 p{
	padding: 0 15px;
}
a.calculatr {
    position: absolute;
    top: 50%;
    left: 0;
    background: #ff8e31;
    z-index: 3;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
}
div#show_result {
    padding: 7px;
    border: 1px solid #ff8e31;
    margin-top: 10px;
    line-height: 28px;
}
.blog-txt {
    height: 277px;
    overflow-y: scroll;
}

a.page-numbers {
    color: #ff8e31;
    margin-right: 10px;
}

.pagination-blog .nav-links .icon-arrow-right:hover{position:relative; right:-3px;
}

.pagination-blog .nav-links .icon-arrow-left {
    width: 50px;
    height: 28px;
    vertical-align: bottom;
    margin-top: 15px;
    position: relative;
    top: 3px;
}

.pagination-blog .nav-links .icon-arrow-left:hover{position:relative; right:-3px;
}
.pagination-blog {
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.pagination-blog .nav-links .icon-arrow-right {
    width: 50px;
    height: 28px;
    vertical-align: bottom;
    margin-top: 15px;
    position: relative;
    top: 3px;
}
.single-post .blog-txt {
    height: auto;
    overflow: inherit;
}
.single-post p {
    color: #000;
}

/*FILESTART  /home/u202919793/domains/gsctanks.com/public_html/wp-content/themes/gsc-tanks-child/css/responsive.css */
/* Normal desktop :992px. */

@media only screen and (max-width:1199px) {}


/****************************************************************************************

@

@	Tablet Styles

@

****************************************************************************************/


/* Tablet desktop :768px. */

@media only screen and (max-width:991px) {
    .logoSec {
        padding: 12px 0px 10px 7px;
        top: -50px;
    }
    .bannerBx h1 {
        font-size: 26px;
        padding-bottom: 20px;
    }
    .logoSec ul.callus li {
        padding-right: 10px;
    }
    .logoSec ul.callus li span a {
        color: #000;
        font-size: 15px;
        display: block;
        line-height: 16px;
    }
    .ourProduct .ourProductList {
        padding-top: 25px;
    }
    .firtstBx {
        width: auto;
        height: 370px;
        padding: 15px;
    }
    .ourProduct .ourProductList li:first-child {
        width: 33%;
    }
    .nextBx {
        width: auto;
        position: relative;
    }
    .ourProduct .ourProductList li {
        width: 30%;
        vertical-align: top;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .ourProduct {
        height: auto;
        background: #000;
    }
    .firtstBx h2 {
        font-size: 30px;
        font-weight: 700;
        padding-bottom: 20px;
    }
    .ourprdctBtn {
        padding-bottom: 50px;
        padding-top: 0;
    }
    .faqsec {
        background: #eeeeee;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    ul.social-network {
        list-style: none;
        display: block;
        margin-left: 0 !important;
        padding: 5px;
        float: none;
    }
    ul.social-network li {
        display: inline-block;
        margin: 20px 0px;
    }
    .subcribSec h4 {
        font-size: 15px;
        padding-top: 24px;
        padding-left: 14px;
        line-height: 20px;
    }
    .social-circle li a {
        display: inline-block;
        width: 45px;
        height: 45px;
    }
    .faqsecinner .subcribSec {
        bottom: 0;
    }
    .contact .contact-caption {
        position: relative;
        top: 30px;
    }
    .ourProduct .ourProductList li:first-child {
        width: 100% !important;
    }
}

@media only screen and (min-width: 760px) and (max-width: 1024px) {
    /* viewport 768*1024 iPad(all) */
}

@media only screen and (min-width :1020px) and (max-width: 1026px) {}

@media only screen and (min-width: 799px) and (max-width: 1279px) {
    /* viewport 800*1280 Galaxy Tab(1/2 10.1) and Kindle Fire HD 8.9" */
}

@media only screen and (min-width: 600px) and (max-width: 966px) {
    /* viewport 603*966 Nexus 7 */
}

@media only screen and (min-width: 600px) and (max-width: 1020px) {
    /* viewport 600*1024 Kindle Fire */
}

@media only screen and (min-width: 533px) and (max-width: 853px) {
    /* viewport 533*853 Kindle Fire HD 7" */
}


/****************************************************************************************

@

@	Mobile Styles

@

****************************************************************************************/

@media only screen and (max-width :767px) {
    .product-curosel {
        margin-top: 0;
    }
    .contact .contact-caption {
        position: relative;
        top: 20px;
    }
    .contact .space-medium {
        padding-top: 36px;
        padding-bottom: 5%;
    }
    .bannerBx h1 {
        font-size: 20px;
    }
    .headerSec {
        height: auto;
        position: relative;
    }
    .subcribSec .input-group .input-group-btn .btn {
        width: auto;
    }
    ul.social-network {
        width: 100%;
        display: block;
        text-align: center;
    }
    .subcribSec .input-group {
        padding: 23px 10px;
    }
    .subcribSec h4 {
        text-align: center;
        padding-left: 0;
    }
    .certifications {
        padding-top: 40px;
    }
    span.headtxt {
        width: 85%;
        display: inline-block;
    }
    .ourprdctBtn ul li {
        margin-bottom: 15px;
    }
    .ourProduct {
        height: auto;
    }
    .ourProduct .ourProductList li:first-child {
        width: 100%;
    }
    .ourProduct .ourProductList li {
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 15px;
        text-align: center;
    }
    .nextBx {
        width: auto;
        position: relative;
    }
    .nextBx>img {
        height: auto;
        width: auto;
    }
    .ourprdctBtn {
        padding-bottom: 20px;
        padding-top: 0;
    }
    .ourprdctBtn p {
        padding-top: 35px;
        padding-bottom: 20px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .firtstBx {
        width: auto;
        height: auto;
        padding: 38px;
    }
    .ourProduct .ourProductList {
        padding-top: 30px;
    }
    .aboutSec {
        padding: 0;
    }
    .aboutSec h3 {
        left: 0px;
    }
    .aboutSec h2 {
        left: 0;
    }
    .logoSec ul.callus li {
        padding-right: 0;
        padding-bottom: 20px;
    }
    ul.callus {
        margin-top: 30px;
    }
    .firtstBx h2 {
        padding-bottom: 18px;
    }
    .getQuote {
        position: absolute;
        right: 0;
        top: 50%;
        z-index: 5;
        transform: translateY(-50px);
    }
    .getQuote img {
        height: 115px;
    }
    .bannerBx {
        position: absolute;
        top: 50%;
    }
    #custom-search-input .input-group {
        margin: 0 auto;
        width: 85%;
    }
    .bannerBx h1 {
        padding-bottom: 15px;
    }
    .logoSec {
        background: #fff;
        padding: 22px 0px 15px 15px;
        position: relative;
        top: 0;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .nextBx .textBx {
        height: auto;
    }
    .faqsec {
        padding-top: 25px;
    }
    .contact .contact-caption {
        position: relative;
        top: 30px;
    }
    .footerSec {
        padding-top: 50px;
    }
    .footerSec .leftSec {
        padding-top: 25px;
    }
    .polyethylene img {
        float: none !important;
        display: block !important;
        margin: 15px 0;
    }
    .aboutSec p {
        padding-left: 0;
        font-weight: 500;
    }
    .page-template-product-page .ourProduct .ourProductList li {
        margin-bottom: 20px;
        width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 759px) {
    /* viewport 320*760px all phone */
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    /* viewport 320*480px iPhone 4 */
    ul.social-network li {
        margin: 5px 0px;
    }
    .nextBx>img {
        height: auto;
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
    /* viewport 320*568px iPhone 5 */
}

@media only screen and (min-width: 360px) and (max-width: 640px) {
    /* viewport 360*640px Galaxy S 3/4 and Galaxy Note II */
}

@media only screen and (min-width: 384px) and (max-width: 640px) {
    /* viewport 384*640px Lumia 920 */
}

@media only screen and (min-width: 400px) and (max-width: 767px) {}

/*FILESTART   */

/* 10Web Booster optimized this CSS file */


	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}


/*FILESTART   */

/* 10Web Booster optimized this CSS file */

/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}


/*FILESTART   */

/* 10Web Booster optimized this CSS file */

:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}


/*FILESTART  /home/u202919793/domains/gsctanks.com/public_html/wp-content/plugins/contact-form-7/includes/css/styles.css */
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}


/*FILESTART  /home/u202919793/domains/gsctanks.com/public_html/wp-content/plugins/wp-live-chat-support/public/css/wplc-plugin-public.css */
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/*FILESTART  /home/u202919793/domains/gsctanks.com/public_html/wp-content/themes/gsc-tanks-child/style.css */
/*
Theme Name: GSC Tanks Child
Theme URI:    http://siteurl.com/gsc-tanks-child/
Description:  GSC Tanks Child Theme
Author: Vaptech Team
Author URI: http://vaptech.in/
Template: gsc-tanks
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gsc-tanks-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */

/*FILESTART  /home/u202919793/domains/gsctanks.com/public_html/wp-content/plugins/newsletter/style.css */
/*

THIS FILE IS OVERWRITTEN EVERY TIME YOU UPDATE THE PLUGIN.
USE THE CUSTOM CSS OPTION IN THE SUBSCRIPTION SETTING PANEL FOR YOUR
CUSTOM CSS RULES.

*/

div.tnp-subscription,
form.tnp-subscription, form.tnp-profile {
    display: block;
    margin: 1em auto;
    max-width: 500px;
    width: 100%;
}

div.tnp-profile {
    display: block;
    margin: 1em 0;
    max-width: 500px;
    /*width: 100%;*/
}

/* Generic field wrapper */
.tnp-subscription div.tnp-field,
.tnp-profile div.tnp-field
{
    margin-bottom: .7em;
    border: 0;
    padding: 0;
}

.tnp-subscription label,
.tnp-profile label
{
    display: block;
    color: inherit;
    font-weight: normal;
    line-height: normal;
    padding: 0;
    margin: 0;
    margin-bottom: .25em;
    font-size: .9em;
}

.tnp-subscription .tnp-field-checkbox label,
.tnp-profile .tnp-field-checkbox label
{
    display: inline-block;
}

.tnp-subscription input[type=text],
.tnp-subscription input[type=email],
.tnp-subscription input[type=submit],
.tnp-subscription select,
.tnp-subscription textarea,
.tnp-profile input[type=text],
.tnp-profile input[type=email],
.tnp-profile input[type=submit],
.tnp-profile select,
.tnp-profile textarea
{
    width: 100%;
    padding: .7em;
    display: block;
    border: 1px;
    color: #444;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    font-size: 1em;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
}

.tnp-subscription input[type=checkbox],
.tnp-widget input[type=radio],
.tnp-profile input[type=checkbox]
{
    /* Fixes some bad themes CSS */
    max-width: 1em;
    display: inline-block;
    margin-right: .5em;
}

/* Antireset - http://www.satollo.net/css-and-select-space-between-the-options-and-the-arrow */
.tnp-subscription select option,
.tnp-profile select option
{
    margin-right: .75em;
}

.tnp-subscription input.tnp-submit,
.tnp-profile input.tnp-submit,
.tnp-unsubscribe button.tnp-submit,
.tnp-reactivate button.tnp-submit
{
    background-color: #444;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0;
    display: inline-block;
}

@media all and (max-width: 480px) {
    .tnp-subscription input[type=submit],
    .tnp-profile input[type=submit] {
        width: 100%;
    }
}

.tnp-widget {
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.tnp-widget .tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0;
}

.tnp-widget label {
    display: block;
    color: inherit;
    font-size: 14px;
}

.tnp-widget input[type=text], .tnp-widget input[type=email], .tnp-widget input[type=submit], .tnp-widget select {
    width: 100%;
    padding: 10px;
    display: block;
    border: 1px solid #ddd ;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    height: auto;
}

.tnp-widget input[type=checkbox], .tnp-widget input[type=radio] {
    width: auto;
    display: inline-block;
}

/* Antireset - http://www.satollo.net/css-and-select-space-between-the-options-and-the-arrow */
.tnp-widget select option {
    margin-right: 10px;
}

.tnp-widget input.tnp-submit {
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    margin: 0;
}

.tnp-field input[type="submit"] {
    position: inherit;
}

.tnp-field label {

}

/* Newsletter Widget Minimal */

.tnp-widget-minimal {
    width: 100%;
}

.tnp-widget-minimal form {
    margin: 0;
    padding: 0;
    border: 0;
}

.tnp-widget-minimal input.tnp-email {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px;
}

.tnp-widget-minimal input.tnp-submit {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    border-radius: 0px;
    height: auto;
    margin: 0;
}

/* The minimal form */

.tnp-subscription-minimal {
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
}

.tnp-subscription-minimal form {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    white-space: nowrap;
}

.tnp-subscription-minimal input.tnp-email,
.tnp-subscription-minimal input.tnp-name
{
    width: 70%;
    max-width: 300px;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0px;
    margin-right: 10px;
}

.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name
{
    width: 31%;
}

.tnp-subscription-minimal .tnp-privacy-field {
    margin-top: 10px;
}

/* Some of these styles are overridden by theme styles... */
.tnp-subscription-minimal input.tnp-submit {
    width: 29%;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0px;
    margin: 0;
}

.tnp-subscription-posts {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 2rem;
}

.tnp-subscription-posts .tnp-subscription {
    max-width: auto;
    margin: 0;
}

@media all and (max-width: 525px) {
    .tnp-subscription-minimal.with-name input.tnp-email,
    .tnp-subscription-minimal.with-name input.tnp-name,
    .tnp-subscription-minimal input.tnp-submit
    {
        width: 100%;
        max-width: 100%;
        margin: 0;
        display: block;
        margin-bottom: .5rem;
    }
}

/* Single button forms */
.tnp-button-form button.tnp-submit {
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    border-radius: 0px;
    height: auto;
    margin: 0;
}

/* Comments Extension */
.tnp-comments {
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tnp-comments label {
    display: block;
}

.tnp-comments input[type=checkbox] {
    display: inline-block;
    width: auto!important;
}


/* Locked Content Extension */
.tnp-lock {
    clear: both;
    display: block;
    box-sizing: border-box;
    box-shadow: none;
    margin: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.tnp-nl-checkout {
    margin-bottom: 1em;
}
