/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
*/

/*************** ADD YOUR CUSTOM CSS HERE ***************/


@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');



/*
.outfit-<uniquifier> {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


body [class^="fa-"], body [class*=" fa-"], body [class^="fa-"]:before, body [class*=" fa-"]:before, body [class^="fab-"], body [class*=" fab-"], body [class^="fab-"]:before, body [class*=" fab-"]:before {
     font-family: 'Font Awesome 6 Free';
}
     
 */

 body {
    margin: 0;
    font-size: 18px;
}

a{
    text-decoration: none;
    color: #f89828;
}

#header{
    border-top:none;
}

/* body .page-wrapper *:not(.las) { */
/*.footer,
.kc-title-wrap,
.kc_title a,
body .page-wrapper h1,
body .page-wrapper h2,
body .page-wrapper h3,
body .page-wrapper h4,
body .page-wrapper h5
body .page-wrapper h6,
body .page-wrapper p,
.tanks-septic-desc,
.tanks-septic-wrapper .btn1,
.header-right-bottom input.css-1riijus,
.kc_button,
.kc_accordion_header a,
.kc-panel-body,
.kc-panel-body .kc_title,
.kc-panel-body p,
.product-nav-buttons .button,
.inn-prod-container-1,
.inn-prod-container-3 ul li a,
.tablepress,
.accordion-body,
.woocommerce-product-details__short-description{
    font-family: Arial, "Open Sans", Roboto, sans-serif !important;
}*/

/* .fa-arrow-right */
[class^="fa-"] {
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    font-style: normal;
}

.fa-brands {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-style: normal;
}

body.wide.home #main .porto-wrap-container.container{
    max-width: 1199px;
}

.inn-banner{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 0;
    /* display: none; */
}

.inn-banner{
    background-image: none !important;
}

.inn-banner:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #b47a00 ;
    /* opacity: 0.5; */
    z-index: -11;
}

.inn-banner h1{
    margin-bottom: 0;
    color: #ffffff;
    font-size: 40px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    text-align: center;
}

.header-contact ul.nav-top{
    list-style-type: none;
    /* font-family: "Outfit", sans-serif; */
     font-family: Arial, "Open Sans", Roboto, sans-serif;
}

.header-top-right {
    float: right;
    display: flex;
    align-items: center;
}

.lang ul{
    list-style-type: none;
    /* font-family: "Outfit", sans-serif; */
     font-family: Arial, "Open Sans", Roboto, sans-serif;
    padding: 0;
    margin: 0;
    padding: 0px 0 0 35px;
}

.lang ul li.lang-icon{
    position: relative;
}

.lang ul li.lang-icon a{
    padding: 0 0 0 35px;
}

.lang ul li.lang-icon a:hover{
    color:#fff
}

.menu-top-language-container > ul > li > a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    display: block;
    background-image: url(assets/images/cda-flag.png);
    background-position: 50%  50%;
    background-size: contain;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-color: #fff;
}

html[lang="en-US"] .menu-top-language-container > ul > li > a::before{
    background-image: url(assets/images/Flag_of_the_United_States.png);
}

.menu-top-language-container > ul > li::after{
    content:"\f107";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 18px;
    margin-left: 5px;
    color: #0d0d0d;
}

.lang ul a{
    text-decoration: none;
    color: #0d0d0d;
}

.menu-top-language-container > ul > li{
    position: relative;
    padding-bottom: 5px;
}

.menu-top-language-container > ul > li > a img{
    border: 1px solid red;
    border-radius: 50%;
    height: 16px !important;
    display: none;
}

.menu-top-language-container > ul > li > a > span {
    margin-left: 27px !important;
}

.menu-top-language-container ul ul{
    position: absolute;
    left:-40px;
    top: 20px;
    width: 118px;
    display: none;
    padding: 5px 0 0;    
}

.menu-top-language-container ul ul li{
    background-color: #fff;
    padding:0 5px;
}

.menu-top-language-container ul li:hover ul{
    display: block;
}

ul#top-right {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 14px;
    /* font-family: "Outfit", sans-serif; */
     font-family: Arial, "Open Sans", Roboto, sans-serif;
    /* padding-top: 25px; */
}

ul#top-right a{
    text-decoration: none;
    color: #0d0d0d;
}

ul#top-right a:hover{
    color: #fff;
}

#header .nav-top i {
    font-size: 18px;
}

#header .logo{
    height: 57px;
}

#header .header-main .container {
    min-height: auto;
    padding: 0px 25px;
}

#header .header-main .container>div.header-left{
    width: 163px;
}

#header .header-main .container>div.header-right{
    padding-left: 35px;
}

#header .header-right {
    text-align: center;
}

#header .header-right .searchform {
    right: 0;
}

.search-r{
    float: right;
}

#header .searchform { 
    border-radius: 4px; 
    border-color: #d5d5d5;
}

#header .searchform .searchform-fields {
    border: none;
    border-radius: 0px;
}

#header .search-r .searchform input{
    width: 255px;
    border-right: none;
    /* font-family: "Outfit", sans-serif; */
     font-family: Arial, "Open Sans", Roboto, sans-serif;
}

#header .search-r .searchform input::placeholder{
    font-size: 14px;
}

#header .searchform .button-wrap .btn {
    padding-right: 5px;
}

#header .main-menu{
    /* font-family: "Outfit", sans-serif; */
     font-family: Arial, "Open Sans", Roboto, sans-serif;
}

#header .main-menu>li.menu-item {
    margin: 0 8px 0 0;
}

#header .main-menu>li.menu-item.menu-item-has-children > a:after{
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: relative;
    left: 7px; 
}

#header .main-menu .narrow ul.sub-menu a{
    text-transform: uppercase;
}


#header .main-menu > li.menu-item > a{
    color: #131313;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
}

 /* #header .main-menu > li.menu-item:hover > a, */
#header .main-menu > li.menu-item:hover > a,
#header .main-menu > li.menu-item.active:hover > a,
#header .main-menu > li.menu-item.active > a,
#header .main-menu > li.menu-item > a:hover{
    background-color: #000000;
    color: #f89828;
    border-radius: 4px;
}




#header .main-menu .wide .popup{
    width: 760px;
}

#header .main-menu .wide .popup {
    border-top-width: 12px;
    border-radius: 4px;
    overflow: hidden;
}

#header .main-menu .wide .popup .inner{
    padding-bottom: 25px;
}

 /* .mega-menu .popup{
    top: 0;
} 
 .porto-wide-sub-menu li.sub{
    border: 1px solid red;
    float: left;
 } */

 /* .porto-wide-sub-menu li.sub:nth-child(4){
    clear: left;
 } */

  /* .porto-wide-sub-menu{
    display: block;
    overflow: hidden;
  } */

/*
 .porto-wide-sub-menu{
    columns: 3 280px;
 } 

 .porto-wide-sub-menu li.sub{
    border: 1px solid red;
    width: auto !important;
    display: inline-block;
 }
 
 .porto-wide-sub-menu li.sub:nth-child(1){
    border-color:  yellow;
 }
 .porto-wide-sub-menu li.sub:nth-child(2){
    border-color:  rgb(0, 255, 42);
 }
 .porto-wide-sub-menu li.sub:nth-child(3){
    border-color:  rgb(18, 154, 189);
 }
 .porto-wide-sub-menu li.sub:nth-child(4){
    border-color:  rgb(121, 4, 58);
 }
 .porto-wide-sub-menu li.sub:nth-child(5){
    border-color:  rgb(207, 8, 158);
 }
 .porto-wide-sub-menu li.sub:nth-child(6){
    border-color:  rgb(10, 10, 10);
 }
*/
 .hide1{
    opacity: 0;
    visibility: hidden;
 }


.porto-wide-sub-menu li.sub li.menu-item{
    padding-left: 16px;
}

.porto-wide-sub-menu li.sub li.menu-item>a{
    padding:0px 8px 0 15px;
    position: relative;
    text-decoration: none;
}
#header .porto-wide-sub-menu li.sub li.menu-item>a{
    font-size: 15px;
}

.porto-wide-sub-menu li.sub li.menu-item>a::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #f89827;
    position: absolute;
    left: 0;
    top: 7px;
}

#header .main-menu .narrow li.menu-item:hover > a, 
#header .main-menu .wide li.menu-item li.menu-item:hover > a{
    background-color: transparent;
    color: #f89827;
    text-decoration: none;
}

.owl-carousel.header-slider{
    margin-bottom: 0;
}

.slider-body {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-size: contain;
    background-size: 100%;
    background-image: none !important;
    z-index: 0;
    /* padding: 90px 0; */
}

.slider-body:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
    opacity: 0.5;
}

.slider-cont-wrap {
    /* border: 1px solid red; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000004f;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1.slider-cap,
.slider-body h1{
    color: #ffffff;
    /* font-family: "Outfit", sans-serif; */
     font-family: Arial, "Open Sans", Roboto, sans-serif;
    font-size: 50px;
    font-weight: 900;
    line-height: 70px;
    letter-spacing: 0.2px;
    max-width: 1000px;    
    text-shadow: 1px 3px 0px #000;
    max-width: 824px;
    margin-bottom: 57px;
}

.slider-cont p:empty{
    display: none;
}

.slider-cont {
    width: 100%;
    /* max-width: 1170px; */
    max-width: 1000px;
    padding: 0 15px;
    margin: 0 auto;
}

.owl-carousel.header-slider .owl-nav [class*=owl-]:before {
    color: #ffffff;
}

.owl-carousel .owl-nav [class*=owl-] i{
    display: none;
}


.slider-btn .fa-arrow-right{
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    margin-left: 3px;
}

.slider-body .btn-g a{
    /* font-family: "Outfit", sans-serif; */
     /* font-family: Arial, "Open Sans", Roboto, sans-serif; */
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 25px;
    /* letter-spacing: 3px; */
    transition: all ease 0.5s;
    color: #fff;
}

.slider-body .btn-g a:hover {
    background-color: #f89828;
    border-color: #f89828;
    color: #2d2b2b;
}

.header-wrapper {
    z-index: 9;
}

 /* .container-fluid{
    padding-left: 0;
    padding-right: 0;
} */

/* body div.kc_row_inner[data-kc-equalheight=true] {
    width: calc(100% - 30px);
    margin: 0 auto;
} */

.top-bar{
    background-color: #f89828;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    z-index: 999;
}

#header .header-contact {
    margin-top: 0px;
}

#header .header-contact .nav-top {
    font-size: 16px;
}
#header .header-contact .nav-top a{
    color: #0d0d0d;
    padding-top: 0;
    padding-bottom: 0;
    line-height: normal;
}

#header .header-contact .nav-top a:hover{
    color: #fff;
}

#header .header-contact .nav-top a{
    font-weight: 700;
}

.header-top-right ul li a{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.header-title{
    max-width: 1035px;
}

#header.sticky-header .header-main .header-right {
    padding: 0px 0;
}

#header.sticky-header .header-main .header-left {
    padding-top: 0;
}

.sticky-header .top-bar{
    display: none;
}

.sticky-header .header-container{
    background-color: #fff;
}

.home-slider-top .kc-wrap-columns .kc_col-sm-12{
    padding-left: 0;
    padding-right: 0;
}


.btn-g {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.btn-g > .kc-elm {
    width: auto;
}
.vc_general.vc_btn1{
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 25px 15px;
    letter-spacing: 3px;
}
.vc_general.vc_btn1:hover{
    background-color: #f89828;
    border-color: #f89828;
    color:#2d2b2b;
}
.vc_general.vc_btn3{    
    background-color: transparent;
    border: 2px solid #141414;
    color: #161616;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 12px 25px 8px;
    letter-spacing: 3px;
    /* font-family: Arial, "Open Sans", Roboto, sans-serif !important; */
    font-weight:700;
    font-size: 14px;
}
.vc_general.vc_btn3:hover{
    background-color: #f89828;
    border-color: #f89828;
    border-width: 2px;
    color:#2d2b2b;
}
.vc_general.vc_btn3 .fa-arrow-right-long:before, 
.vc_general.vc_btn3 .fa-arrow-right-long:before {
    content: "\f061";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 28px;
    position: relative;
    top: 0px;
}

.sa-logo{
    width: 80px;
}


.img-bg{
    background: url(assets/images/texture-1.png) no-repeat 0 0;
    padding: 26px 0;
}

.img-bg .vc_single_image-wrapper{
    width: 100%;
}

.img-bg img{
    border-radius: 50%;
    width: 100%;
    max-width: 555px;
}

.t1{
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.t1.lt-space-0{
    letter-spacing: 0px;
}

.t2{
    color: #000000;
    font-size: 26px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.t3{
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.t4{
    color: #000000;
        font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 35px;
    margin-bottom: 15px;
}

.space-1{
    margin-bottom: 32px;
}

.space-2{
    margin-bottom: 15px;
}

.space-3{
    padding-right: 80px;
    padding-left: 80px;
}

.space-4{
    padding-top: 80px;
    padding-bottom: 70px;
}

.space-5{
    padding-top: 80px;
}

.space-6{
    padding-top: 50px;
    padding-bottom: 50px;
}

.p1{
    font-size: 18px;
    color: #141414;
    line-height: 30px;
}

.p2{
    color: #000000;
    font-size: 21px;
    font-weight: 600;
    text-transform: none;
    text-align: center;
    padding-top: 20px;
}

.mail,
.fax,
.phone,
.add{
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    position: relative;
    padding: 0 0 0 35px;
    margin: 0 0 15px;
}


.ad-icon::before{
    font-size: 30px;
    color: #f89828;
    font-family: 'Line Awesome Free';
    font-weight: 900;   
    position: absolute;
    left: 0;
    top: 0;
}

.add.ad-icon::before{
    content: "\f3c5";
    left: -5px;
}

.phone.ad-icon::before{
    content: "\f095";
}

.fax.ad-icon::before{
    content: "\f1ac";
}

.mail.ad-icon::before{
    content: "\f0e0";
}


.title-1{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.title-1 h2 {
    margin: 0;
}

.wedo-posts-slide {
    margin-bottom: 0;
    /* font-family: "Outfit", sans-serif; */
     font-family: Arial, "Open Sans", Roboto, sans-serif;
}
.wedo-posts-slide .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
   /* justify-content: center;
    */
    background-color: #f4f4f4;
    background: url(assets/images/bg-line-1.png) no-repeat 101% 100%;
}

.bg-line{
    background: url(assets/images/bg-line-2.png) no-repeat 101% -1%;
}

.wedo-posts-slide .item .product-body{
    width:50%;
    height: 100%;
    text-align: left;
}

.product-thumbnail{
    width: 50%;
}
.product-cont{
    padding-left: 80px;
    padding-right: 80px;
}
.product-cont {
    font-size: 15px;
    line-height: 20px;
}
.product-cont h2{
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0px 0 20px;
    /* font-family: "Outfit", sans-serif; */
     font-family: Arial, "Open Sans", Roboto, sans-serif;
    font-weight: 700;
}
.btn-g-1{
    display: flex;
    flex-wrap: wrap;
    gap:15px;
    margin-top: 30px;
    margin-bottom: 30px;
    /* font-family: "Outfit", sans-serif; */
     font-family: Arial, "Open Sans", Roboto, sans-serif;
}
.btn-g-1 a{
    background-color: transparent;
    border: 2px solid #141414;
    color: #161616;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 25px;
    letter-spacing: 3px;
    transition: all ease 0.5s;
}
.btn-g-1 a::after{
    content: "\f061";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 28px;
    position: relative;
    top: 5px;
}
.btn-g-1 a:hover {
    background-color: #f89828;
    border-color: #f89828;
    color: #2d2b2b;
}
.link-normal{
    color: #161616;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    transition: all ease 0.5s;
}
.link-normal::after{
    content: "\f061";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 28px;
    position: relative;
    top: 5px;
}

.link-normal:hover{
    color: #f89828;
}


.owl-carousel .owl-nav [class*=owl-]:active, .owl-carousel .owl-nav [class*=owl-]:focus, .owl-carousel .owl-nav [class*=owl-]:hover, .owl-carousel .owl-nav [class*=owl-]{
    background-color: transparent;
}
.owl-carousel .owl-nav [class*=owl-] span{
    display: none;
}
.owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .owl-next:before{
    content: "\f061";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 28px;
    position: relative;
    top: 5px;
    left: -28px;
    color: #333;
}
.owl-carousel .owl-nav .owl-prev:before{
    content: "\f060";
    left: 0;
}
.wedo-posts-thumbs-slide {
   /* background: #1c1c1c;
    */
    margin-bottom: 0;
    margin-top: -10px;
}
.wedo-posts-thumbs-slide .item{
    background: #000000;
    color: #fff;
    text-transform: uppercase;
    padding: 0 28px ;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100px;
    display: flex;
    align-items: center;
}
.wedo-posts-thumbs-slide .item p{
    position: relative;
    padding: 0px 0 0 35px;
    margin: 0;
    font-weight: 600;
}
.wedo-posts-thumbs-slide .item p > *{
    height: 100%;
}
/* .wedo-posts-thumbs-slide .item p span.icon, */
.wedo-posts-thumbs-slide .item p span.icon{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    display: block;
}

.wedo-posts-thumbs-slide .item span img{
    width: 100%;
    height: auto;
}
.wedo-posts-thumbs-slide .owl-item{
    margin-top: 10px;
    /* font-family: "Outfit", sans-serif; */
     font-family: Arial, "Open Sans", Roboto, sans-serif;
}
.wedo-posts-thumbs-slide .owl-item.current{
    margin-top: 0px;
}
.wedo-posts-thumbs-slide .owl-item.current .item{
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 20px;
}
.wedo-posts-thumbs-slide .owl-item.current .item{
    color: #000;
}
.owl-carousel.wedo-posts-thumbs-slide .owl-nav .owl-prev:before, .owl-carousel.wedo-posts-thumbs-slide .owl-nav .owl-next:before {
    content: "\f105";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 28px;
    color: #fff;
}
.owl-carousel.wedo-posts-thumbs-slide .owl-nav .owl-prev:before{
    content: "\f104";
}
.testimonials-bg{
    background-image: url(assets/images/testimonials-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    /* font-family: "Outfit", sans-serif; */
     font-family: Arial, "Open Sans", Roboto, sans-serif;
    padding-top: 80px;
    padding-bottom: 80px;
}
.testimonials-slider .testimonials-thumbnail{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.testimonials-slider .testimonials-thumbnail img{
    width: 115px;
    max-width: none;
}
.testimonials-cont{
    color: #0d0d0d;
    text-align: center;
    max-width: 944px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 25px;
    position: relative;
    padding: 0px 54px;
}
.testimonias-post{
    color: #0d0d0d;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}
.testimonials-cont::after, .testimonials-cont::before{
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    background: url(assets/images/quote-1.png) no-repeat 0 0;
    position: absolute;
    left: -50px;
    top: 0;
    background-size: contain;
}
.testimonials-cont::after{
    background: url(assets/images/quote-2.png) no-repeat 0 0;
    background-size: contain;
    left: auto;
    right: -50px;
}
.kc_button.btn4{
    background-color: #fff;
    color: #161616;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 25px;
    letter-spacing: 2px;
}
.kc_button.btn4:hover{
    background-color: #161616;
    color:#fff;
}
.kc_button.btn4 .fa-arrow-right:before {
    content: "\f061";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 28px;
    position: relative;
    top: 5px;
}


.btn-g5{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 5px;
    align-items: center;
}

.btn-g5 br{
    display: none;
}

.btn-g5 img{
    width: 80px;
}


.kc_button.btn5{
    background-color: transparent;
    border: 2px solid #141414;
    color: #161616;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 15px 10px;
    letter-spacing: 0;
}

.kc_button.btn5:hover{
    background-color: #f89828;
    border-color: #f89828;
    color:#2d2b2b;
}

.kc_button.btn5 .fa-arrow-right:before {
    content: "\f061";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 28px;
    position: relative;
    top: 5px;
}

/* .btn-g5 a:nth-child(2){
    margin-left: 15px;
} */

.btn-g5 img{
    margin-left: auto;
}

/* .owl-carousel .owl-dots .owl-dot{
    border: 0px solid transparent;
    transition: all ease 0.5s;
    border-radius: 50%;
}
.owl-carousel .owl-dots .owl-dot:hover{
    border-width:4px ;
    border-color: #fff;
}
*/
.owl-carousel .owl-dots .owl-dot {
    margin: 0px 5px;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot span{
    background: #ffffff9c;
    width: 8px;
    height: 8px;
    transition: all ease 0.5s;
    box-shadow: 0 0 0px 4px transparent;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span{
    background: transparent;
    box-shadow: 0 0 0px 4px #fff;
}

.c-box{
    padding-top: 80px;
    padding-bottom: 30px;
    padding-right: 80px;
    padding-left: 80px;
}


.connected-form_wrapper {
    /* font-family: "Outfit", sans-serif; */
     font-family: Arial, "Open Sans", Roboto, sans-serif;
}

.connected-form_wrapper .gform_required_legend, 
.connected-form_wrapper .gform_title{
    display: none;
}
/* .gform-theme--framework input[type] */
.connected-form_wrapper.gform-theme--framework textarea, .connected-form_wrapper.gform-theme--framework [type="tel"], .connected-form_wrapper.gform-theme--framework [type="email"], .connected-form_wrapper.gform-theme--framework [type="text"]{
    border-radius: 0;
    border-top:0px ;
    border-left:0px ;
    border-right:0px ;
    border-color:#d3d3d3;
    box-shadow: none;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    /* font-family: "Outfit", sans-serif; */
     font-family: Arial, "Open Sans", Roboto, sans-serif;
}
.connected-form_wrapper.gform-theme--framework ::placeholder{
    color: #2c2c2c;
}
.connected-form_wrapper.gform-theme--foundation .gfield textarea.small {
    min-block-size: 0rem;
}
.connected-form_wrapper.gform-theme--framework textarea{
    height: 65px;
    min-block-size: 0rem;
}
.connected-form_wrapper.gform-theme.gform-theme--framework.gform_wrapper .gform_footer .button, .connected-form_wrapper.gform-theme--framework .gform_footer .button{
    background: url(assets/images/btn-arr-r.png) no-repeat 94% 50% #f89828;
    background-color: #f89828 !important;
    color: #161616 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    padding: 0 65px 0 25px !important;
    margin: 0 auto !important;
    height: 70px !important;
    border-radius: 8px !important;
    /* font-family: Outfit!important; */
    font-family: Arial, "Open Sans", Roboto, sans-serif !important;
}

.contact-form .connected-form_wrapper.gform-theme.gform-theme--framework.gform_wrapper .gform_footer .button, .connected-form_wrapper.gform-theme--framework .gform_footer .button{
    margin: 0 !important;
}

.bg-b {
    position: relative;
    z-index: 0;
}

.bg-b:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    display: block;
    display: block;
    z-index: -1;
}

.enq-btn{
    width: 229px;
    height: 105px;
    display: block;
    background-color: #f89828;
    /* position: relative; */
    /* font-family: "Outfit", sans-serif; */
     font-family: Arial, "Open Sans", Roboto, sans-serif;
    font-size: 19px;
    font-weight: 900;
    color: #2d2b2b;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    padding: 30px 35px;
    position: fixed;
    right: 0;
    top: 77vh;
    z-index: 9;
    border-radius: 12px 0 0 12px;
    transition: all ease 0.5s;
}

.enq-btn span{
    display: block;
}

.enq-btn:after{
    content: "\f061";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 28px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    
}

.enq-btn:active,
.enq-btn:focus,
.enq-btn:hover{
    color: #f89828;
    background-color: #2d2b2b;
}

.tablepress.tablepress-id-1 thead {
    border: 1px solid #000000;
}

.tablepress.tablepress-id-1 tbody{
    border: 1px solid #ccc;
    border-top: 0;
}

.tablepress.tablepress-id-1>:where(thead,tfoot)>tr>* {
    font-size: 18px;
    font-weight: normal;
}

.tablepress.tablepress-id-1>:where(thead,tfoot)>tr>* {
    background-color: #000000;
    /* color: #f89828; */
    color: #fff;
}

.product-accordion{
    border: 1px solid #000000;
}

.product-accordion ul{
    padding: 0;
    list-style-type: none;
}

.product-accordion ul li{
    position: relative;
    padding: 0 0 0 20px;
    margin-bottom: 10px;
}

.product-accordion ul li::before{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #f89828;
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
}

.product-accordion .kc_accordion_content,
.product-accordion .kc_accordion_section>.kc_accordion_header{
    border: none;
}

.product-accordion .kc_accordion_section.group{
    border-bottom: 1px solid #000000;
}


.product-accordion .accordion-item .accordion-button,
.product-accordion .kc_accordion_section>.kc_accordion_header {
    background-color: #000;
    color: #fff;
}

.product-accordion .accordion-item .accordion-button:focus{
    border-color: transparent;
    box-shadow:none;
}

.product-accordion .accordion-button:not(.collapsed)::after{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.product-accordion .kc_accordion_header>a{
    color: #fff;
}

.product-accordion .accessories .kc-panel-body ul{
    column-count: 3;
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
}

.product-accordion .accessories .kc-panel-body ul li{
    position: relative;
    padding-left: 20px;
}

.product-accordion .accessories .kc-panel-body ul li:after{
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #f89828;
    border-radius: 50%;

}


.product-accordion .kc_accordion_section.group:last-child {
    padding-bottom: 0;
}

th.column-4.dt-orderable-none {
    width: 25%; 
}

.product-table-list .row-1 th.column-1{
    width: 25%; 
}

#footer,
#footer .footer-bottom,
.bg-b:after,
.footer-wrapper{
    /* background-color: #000000; */
    background-color: #1c1c1c;
    margin-top: 40px;
}


.footer-wrapper .footer-main .row> *:nth-child(2) aside {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.footer-container{
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #414141;
    padding: 70px 0;
}

.footer-main .container{
    border-bottom: 1px solid #414141;
}

.footer-container section{
    margin-top: 0;
    margin-bottom: 10px;
}
.footer-wrapper .wp-block-heading{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2px;
    /* font-family: "Outfit", sans-serif; */
     font-family: Arial, "Open Sans", Roboto, sans-serif;
    /* letter-spacing: 2px; */
}
.footer-container > * {
    width: calc(100% / 4);
    /* font-family: "Outfit", sans-serif; */
     font-family: Arial, "Open Sans", Roboto, sans-serif;
}

.footer-container a{
    text-decoration: none;
}

.footer-main #menu-footer-menu,
.footer-container .f1 section ul{
    column-count: 2;
}

.footer-wrapper .footer-main ul li,
.footer-container section ul li{
    padding:4px 0;
}

.footer-main ul li:before,
.footer-container section ul li:before{
    display: none;
}

.footer-wrapper .widget>div>ul,
.footer-wrapper .widget>div>ul li{
    border: none;
}

.footer-wrapper .footer-main ul li a,
.footer-container section ul li a{
    color: #ffffff;
    /* text-transform: uppercase; */
    font-size: 14px;
    display: block;
    /* font-family: "Outfit", sans-serif; */
     font-family: Arial, "Open Sans", Roboto, sans-serif;
    text-decoration: none;
    transition: all ease 0.5s;
}

.footer-wrapper .footer-main ul li a:hover,
.f3 a:hover,
.footer-container section ul li a:hover{
    color: #d68322;    
}

.footer-wrapper .footer-main .row> *:nth-last-child(2),
.f3{
    color: #c6c6c6;
    font-size: 12px;
}
.footer-wrapper .footer-main .row> *:nth-last-child(2) a,
.f-add, 
.f3 a{
    color: #fff;
    transition: all ease 0.5s;
    font-family: Arial, "Open Sans", Roboto, sans-serif;
    font-size: 14px;
}

.footer p{
    font-size: 14px;
}



.footer-wrapper .footer-main .row> *:nth-last-child(2) aside:not(:first-child),
.f3 section:not(:first-child) {
    margin-bottom: 0px;
    margin-top: 0px;
}

.footer-wrapper .footer-main .row> *:nth-last-child(2) aside:not(:first-child) p {
    margin-bottom: 5px;
     color: #fff;
}

.f3 p{
    margin-bottom: 0;
}

.f3 p.f-add{
    margin-bottom: 5px;
}

.footer-wrapper .footer-main .row> *:nth-last-child(2) p.f-email a{
    color:#d68322;
    transition: all ease 0.5s;
}
.footer-wrapper .footer-main .row> *:nth-last-child(2) p.f-email a:hover{
    color:#fff;
}
.footer-wrapper .footer-main .row> *:nth-last-child(1) {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-content: flex-start;
    justify-content: flex-start;
    padding-top: 44px;
}

.footer-wrapper .footer-main .row> *:nth-last-child(1) aside:first-child{
    width: 100%;
}
.footer-wrapper .footer-main .row> *:nth-last-child(1) aside:first-child .size-full {
    text-align: left;
}

.footer-wrapper .footer-main .row> *:nth-last-child(1) aside:first-child .size-full img {
    width: 200px;
}
/* #footer .footer-bottom {
    background-color: #000000;
} */

.footer-wrapper .footer-main .row> *:nth-last-child(1) aside.widget {
    margin-bottom: 0;
    margin-top:0;
}

.footer-copyright{
    color: #9a9a9a;
}

/* #nav-panel[style="display: none;"],
#nav-panel[style="display: none;"] .container,
#nav-panel .container{
    display: block !important;
}

.active-mob-menu #nav-panel[style="display: block;"],
.active-mob-menu #nav-panel[style="display: block;"] .container,
.active-mob-menu #nav-panel .container{
    display: none !important;
}  */

.bord-r{
    border-right:1px solid #ccc ;
}


.add-block,
.mail-block,
.fax-block,
.tel-block {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.contact-form .add-block,
.contact-form .mail-block,
.contact-form .fax-block,
.contact-form .tel-block {
    justify-content: left;
}

body.kc-css-system .kc-elm.add-block .kc_title,
body.kc-css-system .kc-elm.mail-block .kc_title,
body.kc-css-system .kc-elm.fax-block .kc_title,
body.kc-css-system .kc-elm.tel-block .kc_title{
    font-size: 17px;
    font-weight: 500;
}

body.kc-css-system .kc-elm.add-block .kc_title a.kc_title_link,
body.kc-css-system .kc-elm.mail-block .kc_title a.kc_title_link,
body.kc-css-system .kc-elm.fax-block .kc_title a.kc_title_link,
body.kc-css-system .kc-elm.tel-block .kc_title a.kc_title_link{
    font-weight: 500;
}

.add-block:not(.kc_title),
.mail-block:not(.kc_title),
.fax-block:not(.kc_title),
.tel-block:not(.kc_title){
    font-size: 30px;
    color: #f89828;
}

.mail-block i.la-envelope{
    position: relative;
    top: -4px;
}

.add-block .la-map-marker-alt {
    position: relative;
    left: -5px;
}

.add-block:not(.kc_title) p,
.add-contact a {
    color: #000;
    transition: all ease 0.5s;
}

.add-contact a:hover, 
.add-contact a:active, 
.add-contact a:focus {
    color: #f89828;
}

.faq-style a{
    color: #131313;
}

.product_list_wrap > *{
    border: 1px solid #000;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.product_list_wrap > * > *{
    width: calc(100% - 320px);

}
.product_list_wrap > * > *.product-thumb{
    width: 320px;
}

.product_list_wrap .product-cont-wrap {
    padding: 25px;
}

.product_list_wrap h2 a{
    color: #000;
    transition: all ease 0.5s;
}

.product_list_wrap h2 a:hover{
    color: #f89828;
}

.product-slider-img .item {
    max-height:400px ;
    position: relative;
    border: 1px solid #ccc;
}

.product-slider-img .item a{
    position: relative;
    display: block;
}

.product-slider-img .item a::after{
    content: "\f002";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 28px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 30px;
    height: 40px;
    transform: rotate(270deg);
    color: #000;
}

.product-slider-img .item img{
    max-height:390px ;
    width: auto;
    margin: 0 auto;
}

.kc-carousel-images{
    margin-bottom: 25px;
}

.tablepress img{
    width: 22px;
}

.page-top {
    /* background-color: #b47a00; */
     background: #bf4514 ;
    border-top: none;
    border-bottom: none;
}

.single-product .page-top{
    display: none;
}

.single-product .product_meta,
.single-product .product-summary-wrap .product-share,
.resp-tabs-list,
.related.products{
    display: none;
}

.woocommerce-tabs .tab-content{
    border-top: none;
}


/*.single-product #main > .container-fluid{
    max-width:100%;
    padding-left: 0;
    padding-right: 0;
}

.single-product #main > .container-fluid > .main-content-wrap{
    margin-left: 0;
    margin-right: 0;
}

.single-product #main > .container-fluid > .main-content-wrap > .main-content{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}*/



.product-template-default .container .container{
    /* border: 1px solid red; */
    width: calc(100%-30px);
    padding-left: 15px;
    padding-right: 15px;
}

section.single-product-header{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 30px;
    padding-top: 40px;
    padding-bottom: 40px;    
    margin-left: -30px;
    margin-right: -30px;
} 

section.single-product-header h1{
    color: #ffffff;
    /* font-family: Outfit; */
    font-size: 40px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    text-align: center;
}

.woocommerce-product-details__short-description{
      color: #000;
}

.price:empty{
    display: none;
}

.search-r .css-r4o1is .ywcas-input-field-wrapper {
    border-radius: 3px;
}


.search-r .ywcas-popover-results .popover-content {
    padding: 15px;
}

body .ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results.list {
    margin-top: 0px;
}

.stock.out-of-stock,
body .ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item.list .wp-block-button,
body .ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item.list .search-result-item__summary,
.product-nav,
body .search-result-item__inline_group,
body .search-result-item__price,
body .ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item .search-result-item__thumbnail .ywcas-badge{
    display: none;
}

.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results.list .ywcas-search-results-grid {
    gap: 0;
}

.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item .search-result-item__thumbnail {
    width: 60px;
}

body .ywcas-popover-results .popover-content {
    padding: 0;
    border-radius: 0;
}

body .ywcas-popover-results.no-results .ywcas-search-results p{
    padding: 5px 15px;
    color: #f89828;
    font-size: 14px;
}

body .ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item {
    padding: 20px;
}

.product-images .img-thumbnail .inner img{
    max-height: 399px;
    width: auto;
    margin: 0 auto;
}

.product-thumbnails .img-thumbnail img{
    max-height: 86px;
    width: auto;
    margin: 0 auto;
}

.product-thumbs-slider.owl-carousel .thumb-nav .thumb-next, .product-thumbs-slider.owl-carousel .thumb-nav .thumb-prev{
    color: #000000;
}

.zoomWindowContainer *,
.product-image-slider .owl-item {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/></svg>") 16 16, auto !important;
}



.zoom-img {
    position: fixed;
    position: absolute;
    left: auto;
    top: auto;
    width: 180px;
    background: #ffffff;
    border: 1px solid #000;
    display: none;
    text-align: center;
    z-index: 99;    
    /* transform: translateX(18px) translateY(-24px); */
    transform: translateX(31px) translateY(-24px);
}

.zoom-img::before{
    content: "";
    display: block;
    position: absolute;
    left: -18px;
    top: 0px;
    border: 9px solid;
    border-color: transparent #000 transparent transparent;
    width: auto;
}

.zoom-img img {
    width: auto;
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
}

.hover-zoom{
    cursor: pointer;
}

.hover-zoom:hover + .zoom-img{
    display: block;    
}

section.single-product-header h1 span.tag-sec {
    line-height: normal;
    display: block;
    font-size: 0px;
}

section.single-product-header h1 span.tag-sec a {
    font-size: 15px;
    line-height: normal;
    color: #fff;
}

.woocommerce-product-details__short-description .tag-sec a{
    font-size: 14px;
    color: #f89828;
}

/* .resp-tabs-container, */
.product-accordion:empty,
.woocommerce-product-attributes{
    display: none;
}

.summary .shop_attributes {
    border: 1px solid #333;
    max-width: 400px;
    display: table;
}

.product-nav-buttons.container {
    display: flex;
    justify-content: end;
    margin-bottom: 25px;
}

.back-category-button {
    margin-right: auto;
}

.product-nav-buttons .button {
    background: transparent;
    border-radius: 4px;
    border: 1px solid #000;
    color: #333;
    font-weight: 600;
    position: relative;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: normal;
    transition: all ease 0.5s;
}

.product-nav-buttons .button:hover{
    background: #f89828;
    border-color:#f89828;
}

.prev-product-button + .next-product-button{
    margin-left: 5px;
}


.product-nav-buttons .button.next-product-button::after,
.product-nav-buttons .button:not(.next-product-button)::before {
    content: "\f060";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 28px;
}

.product-nav-buttons .button.next-product-button::after{
    content: "\f061";
}

.additional_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

 li.product-default:hover .add-links .add_to_cart_read_more,
.add_to_cart_read_more{
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #000;
    color: #333;
    font-weight: 600;
    position: relative;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: normal;
    transition: all ease 0.5s;
}

.add-links .quickview:hover,
li.product-default:hover .add-links .add_to_cart_read_more,
.add-links .button.add_to_cart_read_more:hover,
.add_to_cart_read_more:hover{
    background-color: #f89828;
    border-color:#f89828;
    color: #000;
}

.add-links .quickview{
    border-radius: 4px;
}


.group-sec {
    overflow: hidden;
}


.wpb_video_widget.v-w-1{
    width: 400px;
}


.wpb_video_widget.v-w-1 .wpb_heading{
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 10px;
}
 
.download-centre-tabs h2{
    /* font-size: 16px; */
    font-size: 18px;
    margin-bottom: 0;
}

.download-centre-tabs h4{
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 10px;
}


.download-centre-tabs iframe{
    max-width: 400px;
}


/* .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading */
body .download-centre-tabs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    display: block;
    font-size: 15px;
    padding: 10px 15px;
    text-decoration: none;
    outline: 0;
    font-weight: 400;
    border: none;
    cursor: pointer;    
    background-color: #000000;
}

body .download-centre-tabs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a{
    color: #ffffff;
    font-weight: normal;
}

.download-centre-tabs .vc_tta-panel-body{
    padding: 15px;
    border: 1px solid #eaeaea;
    font-size: 18px;
    color: #141414;
    line-height: 30px;
}

.download-centre-tabs .vc_tta-panel-body p{
    margin-bottom: 5px;
}

.download-centre-tabs .vc_tta-panel-body ul li{
    margin-bottom: 5px;
}



.download-centre-tabs .vc_tta-panel-body .wpb_content_element{
    margin-bottom: 15px;
}


body .download-centre-tabs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-controls-icon::after, 
body .download-centre-tabs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-controls-icon::before, 
body .download-centre-tabs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, 
body .download-centre-tabs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before{
    border-color:#fff
}

body .download-centre-tabs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel{
    margin-bottom: 8px;
}


.download-centre-tabs .easy_testimonial{
    border-bottom: 1px solid #e9e9e9;
    padding-top: 15px;
    padding-bottom: 15px;
}

.download-centre-tabs .easy_testimonial_title{
    font-weight: 600;
}

.download-centre-tabs a{
    color: #f89828;
} 

.download-centre-tabs .gform_heading{
    display: none;
}

.download-centre-tabs .gform-theme--foundation {
    max-width: 454px;
    padding-left: 5px;
}

.download-centre-tabs .gform-theme--foundation .gform-grid-row{
    column-gap: 15px;
    row-gap: 0px;
    justify-content: space-between;
}


.download-centre-tabs .gform-theme--foundation .gform-grid-row br{
    display: none;
}

#gform_submit_button_2{

}

.download-centre-tabs .gform-theme.gform-theme--framework.gform_wrapper .gform_footer .button, 
.connected-form_wrapper.gform-theme--framework .gform_footer .button {
    background: url(assets/images/btn-arr-r.png) no-repeat 94% 50% #f89828;
    background-color: #f89828 !important;
    color: #161616 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    padding: 0 65px 0 25px !important;
    margin: 0 auto !important;
    height: 70px !important;
    border-radius: 8px !important;
    font-family: Outfit !important;
}

.woocommerce-product-details__short-description{
    overflow: hidden;
}

img.sa-product-logo {
    width: 150px;
}

/* ===========   Home boxes ===========  */

.product-cat-boxes-section + .product-cat-boxes-section{
    margin-top: 30px;
}

.product-cat-boxes{
    padding: 0 25px;
    display: flex;
    margin: 0 auto;
    /* border-radius: 0 0 8px 8px; */
}

.product-cat-boxes > .kc-elm{
    position: relative;
    z-index: 0;
}

.product-cat-boxes > .kc-elm::after{
    content: "";
       position: absolute;
    right: 6px;
    top: 10px;
    width: 91%;
    height: 100%;
    display: block;
    border: 1px solid #e5e5e5;
    z-index: -1;
}

.product-cat-boxes > .kc-elm > .kc-col-inner-container{
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    background: #f5f5f5;
    border-radius: 0 0 8px 8px;
}

.product-cat-boxes > .kc_column_inner .kc-title-wrap{
    background-color: #f89827;
    border-radius: 7px 7px 0 0;
    padding: 9px 44px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-cat-boxes > .kc_column_inner.black-box .kc-title-wrap{
    background-color: #1c1c1c;
}

.product-cat-boxes > .kc_column_inner .kc-title-wrap .kc_title{
    color: #fff;
    font-size: 21px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    font-weight: 500;
}

.box-wrap-product .kc_wrapper{
    /* background-color: #f5f5f5; */
    padding: 25px 15px 85px;
}


.kc_single_image img{
    width: 100%;
}

.box-wrap-product .kc_wrapper .kc_text_block{
    width: 90%;
    margin: 0 auto;
    float: none;
    display: block;
}

.product-cat-boxes >  .kc_column_inner .kc_text_block{
    color: #131313;
    font-size: 18px;
    line-height: 26px;
    min-height: 316px;
}

.product-cat-boxes >  .kc_column_inner .kc_text_block ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.product-cat-boxes >  .kc_column_inner .kc_text_block ul li{
    position: relative;
    padding-left: 15px;
    color: #777;
}

.product-cat-boxes >  .kc_column_inner .kc_text_block ul li::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
     background-color: #f89827;
    position: absolute;
    left: 0;
    top: 7px;
}

.product-cat-boxes >  .kc_column_inner .kc_text_block ul li a{
    color: #777;
}

.product-cat-boxes >  .kc_column_inner .kc_text_block ul li a:hover{
    color: #f89827;
}


.prod-btn-grp{
    width: 100%;
}

.prod-btn-grp .kc_button{
    background-color: transparent;
    border: 2px solid #141414;
    color: #161616;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 15px 12px;
}
 
.prod-btn-grp .kc_button .fa-arrow-right:before {
    content: "\f061";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.prod-btn-grp .kc_button:hover{
    background-color: #f89828;
    border-color: #f89828;
    color:#2d2b2b;
}

.prod-btn-grp .ask-btn .kc_button{
    float: right;
}


.tanks-septic-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding: 25px 0 0;
} 

.tanks-septic-wrapper > *{
    width: calc((100% / 3) - 17px);
    position: relative;
    z-index: 0;
}

.tanks-septic-wrapper > *::after {
    content: "";
    position: absolute;
    right: -8px;
    top: 10px;
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #e5e5e5;
    z-index: -1;
}

.tanks-septic-wrapper .tanks-septic-item-inner {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    /* background: #f5f5f5; */
    background: #f9f9f9;
    border-radius: 0 0 8px 8px;
    color: #131313;
    font-size: 18px;
    line-height: 26px;
    min-height: 316px;
    height: 100%;
}

.tanks-septic-wrapper .tanks-septic-title{
    background-color: #f89827;
    border-radius: 7px 7px 0 0;
    padding: 9px 8px;
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 21px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    font-weight: 600;
}

/* .tanks-septic-wrapper > *:nth-child(even) .tanks-septic-title{
    background-color: #1c1c1c;
} */

.tanks-septic-wrapper .tanks-septic-desc {
    /* background-color: #f5f5f5; */
    padding: 25px 15px;
    height: 100%;
}

.tanks-septic-wrapper .tanks-septic-buttons{
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 25px;
}

.tanks-septic-wrapper .btn1 {
    background-color: transparent;
    border: 2px solid #141414;
    color: #161616;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 15px;
    font-size: 14px;
}

.tanks-septic-wrapper .btn1 .fa-arrow-right:before {
    content: "\f061";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.tanks-septic-wrapper .btn1:hover {
    background-color: #f89828;
    border-color: #f89828;
    color: #2d2b2b;
}

.tanks-septic-wrapper ul{
    padding: 0;
    margin: 10px 0;
    list-style-type: none;
}

.tanks-septic-wrapper ul li{
    position: relative;
    padding-left: 15px;
    color: #777;
}

.tanks-septic-wrapper ul li::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
     background-color: #f89827;
    position: absolute;
    left: 0;
    top: 7px;
}

.tanks-septic-wrapper ul li a{
    color: #131313;
}

.tanks-septic-wrapper ul li a:hover{
    color: #f89827;
}

/* .widget.widget_nav_menu ul#menu-widget-menu > li > ul.sub-menu{
    display: none;
}

.widget.widget_nav_menu ul#menu-widget-menu > li.open > ul.sub-menu{
    display: block;
} */

.widget_nav_menu>div>ul li:before{
    vertical-align: top;
}

.widget.widget_nav_menu ul#menu-widget-menu > li.menu-item-has-children > a{
    position: relative;
    display: inline-block;
    width: 100%;
    padding-right: 22px;

}

.widget.widget_nav_menu ul#menu-widget-menu > li.menu-item-has-children > a:after{
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0002 4.875C12.6216 4.875 13.1252 5.37868 13.1252 6V10.8752H18.0007C18.622 10.8752 19.1257 11.3789 19.1257 12.0002C19.1257 12.6216 18.622 13.1252 18.0007 13.1252H13.1252V18.0007C13.1252 18.622 12.6216 19.1257 12.0002 19.1257C11.3789 19.1257 10.8752 18.622 10.8752 18.0007V13.1252H6C5.37868 13.1252 4.875 12.6216 4.875 12.0002C4.875 11.3789 5.37868 10.8752 6 10.8752H10.8752V6C10.8752 5.37868 11.3789 4.875 12.0002 4.875Z' fill='%23f89828'/%3E%3C/svg%3E");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #f89828;
}


.widget.widget_nav_menu ul#menu-widget-menu > li.menu-item-has-children.open > a:after{
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.875 12C4.875 11.3787 5.37868 10.875 6 10.875H18.0007C18.622 10.875 19.1257 11.3787 19.1257 12C19.1257 12.6213 18.622 13.125 18.0007 13.125H6C5.37868 13.125 4.875 12.6213 4.875 12Z' fill='%23f89828'/%3E%3C/svg%3E");
}

/* ===========   //Home boxes ===========  */

/* ================ product page layout ============ */
.inn-product-header{
   /* background: #F89828; */
   /* background: #19150c; */
   /* background: #b47a00 ; */
   background: #bf4514 ;
    /* background: linear-gradient(272deg, rgba(248, 152, 40, 1) 44%, rgba(255, 255, 255, 1) 84%); */    
    position: relative;
    z-index: 0;
}

.page-top{
    position: relative;
    z-index: 0;
}

.inn-banner:before,
.page-top:after,
.inn-product-header:after{
    content: "";
    width:100% ;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #bf4514;
    /* background-image: url(assets/images/header-bg-inn-5a.jpg); */
    background-image: url(assets/images/bg3x.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    z-index: -1;
    opacity: 1;
} 

.inn-banner:before,
.inn-product-header:after{
    background-image: url(assets/images/bg3x_1_1.png);
}

/*.inn-banner{
   background-color: #b47a00;
}

.inn-banner:after{
     opacity: 0.5;
         background-color: #f89828;
}


.page-top:before,
.inn-product-header:before{
    content: "";
    width:100% ;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.5;
    background-color: #f89828;
}*/

section.single-product-header.inn-product-header{
    padding-top: 20px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    position: relative;
}

section.single-product-header.inn-product-header .kc-container {
    /* max-width: 1200px; */
    width: calc(100% - 400px);
    margin-right: 0;
    padding-right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: none;
    /* position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); */
    display: flex;
    justify-content: center;
    text-align: center;
}

.wrap-prod-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.wrap-prod-col > *{
    /* width: calc(100%-400px); */
    width: 100%;
}

.prod-col-1a{
    margin-left: auto;
    
}

/* .wrap-prod-col > *:last-child */
.prod-col-1a{
    /* width: 400px; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    max-height: 320px;
    overflow: hidden;
    display: none;
}

.prod-col-1a img {
    width: 100%;
}


section.single-product-header.inn-product-header h1 {
    color: #000;
    /* font-family: Outfit;
    font-size: 40px;
    letter-spacing: 0.3px; */
    /* text-transform: uppercase; */
    text-align: left;
}

.inn-product-header div.product-tags h3{
    /* font-family:Outfit !important; */
    font-size: 32px;
    letter-spacing: 0.3px;
    color: #fff;
    margin-bottom: 0;
    /* text-transform: uppercase; */
    /* font-weight: normal; */
    font-weight: 600;
}

.inn-product-header div.product-tags h3 strong{
    font-weight: 600;
    color: #ffffff;
}

.inn-product-header div.product-tags p{
    /* font-family:Outfit !important; */
    font-weight: 100;
    /* font-weight: normal; */
    font-size: 22px;
    text-transform: uppercase;
    display: block;
    margin: 0;
    padding: 3px 0 0px;
}

.inn-product-header div.product-tags p a{
    color: #fff;
    transition: all ease 0.2s;
}

.inn-product-header div.product-tags p a:hover{
    color: #ffffff;
}

.inn-product-header h2{
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 5px;
}

section.single-product-header.inn-product-header h1{
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    margin-top: -5px;
} 


.inn-product-header a.product-enq-btn{
    background-color: #f89828;
    border: 1px solid #f89828;
    color: #000;
    padding: 15px 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 5px;
    width: 100%;
    display: block;
    max-width: 250px;
    text-align: center;
    transition: all ease 0.2s;
    margin-top: 8px;
}

.inn-product-header a.product-enq-btn:hover{
    background-color: transparent;
    border: 1px solid #f89828;
    color: #f89828;
}

.inn-prod-container-1  ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
}

.inn-prod-container-1 > ul{
    display: flex;
    border: 1px solid #000;
    width: fit-content;
    width: calc(100% - 116px);
}

.inn-prod-container-1 > ul > li {
    border-right: 1px solid #000;
    color: #000;
    padding-top: 15px;
}

.inn-prod-container-1 > ul > li:last-child {
    border-right: none;
}

.inn-prod-container-1 > ul > li > ul,
.inn-prod-container-1 > ul > li > ul > li{
    padding-top: 15px;
}

.inn-prod-container-1 > ul > li > ul > li > ul > li{
    padding-top: 15px;
    padding-bottom: 15px;
}

.inn-prod-container-1 > ul > li > ul > li > ul > li:first-child{
    padding-top: 0;
}

.inn-prod-container-1 > ul > li:nth-child(2) > ul{
    display: grid;
    grid-template-columns: auto auto;
}

.inn-prod-container-1 > ul > li > ul > li {
    border-top: 1px solid #000;
    padding-bottom: 15px;
}

.inn-prod-container-1 > ul > li:nth-child(2) > ul > li:not(:last-child) {
    border-right: 1px solid #000;
}

.inn-prod-container-1 > ul > li > ul > li > ul > li:not(:last-child) {
    border-bottom: 1px solid #000;
}

/* .inn-prod-container-1 > ul > li:nth-child(2) > ul > li, */
.inn-prod-container-1 > ul > li{
    font-weight: 600;
    font-size: 17px;
    /*width: 144px;*/
	width: 100%;
}

.inn-prod-container-1 > ul > li:nth-child(2) > ul > li{
    width: 121px;
}

.inn-prod-container-1 > ul > li:nth-child(1){
    /*width: 174px;*/
	width: 100%;
}


.inn-prod-container-1 > ul > li:nth-child(2){
    width: 246px;
}


.inn-prod-container-1 > ul > li:first-child{
    font-weight: 800;
    font-size: 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 45px;
}

.inn-prod-container-1 > ul > li:first-child > ul {
    margin-top: 25px;
}

.inn-prod-container-1 > ul > li:first-child > ul > li:first-child,
.inn-prod-container-1 > ul > li > ul > li > ul > li ,
.inn-prod-container-1 > ul > li > ul > li{
    font-weight: 600;
    font-size: 22px;
}

.inn-prod-container-1 > ul > li > ul > li > ul > li:first-child,
.inn-prod-container-1 > ul > li > ul > li:first-child{
    font-weight: 600;
    font-size: 16px;
}

.inn-prod-container-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.product-logo-1 img{
    width: 100px;
}

.inn-prod-container-2{
    background-color: #f9f9f9;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
}


.inn-prod-container-2 .inn-prod-container-2-row{
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.inn-prod-container-2 .inn-prod-container-2-row > *:not(.divider-col){
    width: 50%;
    width: calc(((100% / 2) - 15px) - 25px);
    text-align: center;
}

.divider-col {
    /* background: red; */
    width: 25px;
    position: relative;
}

.divider-col::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    display: block;
    background-color: #ccc;
}

.inn-prod-container-2 img{
    max-height: 500px;
    max-width: none;
    width: auto;
}

.inn-prod-container-2 a{
    border: 1px solid #000;
    border-radius: 4px;
    color: #000;
    background: url(assets/images/pdf-icon-1.png) no-repeat 2px 3px;
    background-size: 35px;
    display: inline-block;
    padding: 9px 15px 8px 50px;
    font-weight: 600;
    font-size: 19px;
    transition: all ease 0.5s;
}

.inn-prod-container-2 a:hover {
    background-color: #f89828;
    border-color: #f89828;
}

/*  */
.inn-prod-container-3{
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: left;
    padding-top: 40px;
    padding-bottom: 40px;
}

.inn-prod-container-3 .inn-prod-container-3-row{
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    gap: 15px;
}

.inn-prod-container-3 .inn-prod-container-3-row > *:not(.divider-col){
    /* width: 50%; */
    width: calc(((100% / 2) - 15px) - 25px);
    /* padding-left: 105px; */
    padding-left: 50px;
    /* max-width: 306px; */
    text-align: center;
}

.inn-prod-container-3 h3{
    text-align: left;
    margin: 0 0 15px;
    font-weight: 800;
    color: #000;
}

.inn-prod-container-3 ul{
    list-style-type: none;
    padding: 0;
    width: 100%;
    max-width: 329px;    
}

.inn-prod-container-3 ul li{
    text-align: left;
    padding-top: 9px;
}

.inn-prod-container-3 ul li a{
    color: #000;
    background: transparent;
    border-radius: 4px;
    border: 2px solid #000;
    /* color: #333; */
    font-weight: 600;
    position: relative;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease 0.5s;
    padding: 10px 25px;
    font-size: 17px;
}

.inn-prod-container-3 ul li a::after{
    content: "\f061";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 28px;
}

.inn-prod-container-3 ul li a:hover {
    background: #f89828;
    border-color: #f89828;
}

ul.products h3{
    font-size: 18px;
    color: #141414;
    line-height: 30px;
}

ul.products a:hover,
ul.products a:active h3,
ul.products a:hover h3{
    color: #f89828;
}

ul.products .add-links .button {
    display: flex;
    flex-direction: row-reverse;
    background-color: transparent;
    border: 2px solid #141414;
    color: #161616;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 12px 25px 8px;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 14px;
    height: 50px;
}

.add-links .add_to_cart_read_more:before{
    margin-left: 5px;
    margin-right: 0;
}

ul.products .add-links .quickview{
    top: 7px;
}

/* ================ //product page layout ============ */

.like-us {
    display: flex;
    gap: 5px;
    color: #000;
    font-size: 17px;
    font-weight: 700;
}

.like-us .fa-brands {
    /* border: 1px solid #000; */
    background: #0866ff;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.like-us .fa-brands.fa-facebook {
    content: "\f09a";
}

.map-location {
    border-top: 1px solid #ccc;
}

.map-location iframe {
    width: 100%;
    height: 350px;
}

.p-text-1{
    font-size: 17px;
    color: #000000;
}

.p-text-1 a{    
    color: #000000;
}

.p-text-1 a:hover{    
    color: #f89828;
}

.pv-content h2{
    margin-bottom: 15px;
}

body.home .main-content.col-lg-9{
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

body.home .col-lg-3.sidebar{
    display: none;
}

.woocommerce-page .sidebar-content .widget-title,
.widget .widget-title{
    font-size: 18px;    
    font-weight: 700;
}

.woocommerce-page .sidebar-content ul li a,
.widget.widget_nav_menu ul#menu-widget-menu > li.menu-item-has-children > a{
    line-height: 22px;
}

/* ================= Responsive ===================== */

@media (max-width:1200px) {
    .prod-btn-grp .kc_button{
        padding: 8px 12px 12px;
    }
}

@media (max-width:1199px) {

    .space-5 {
        padding-top: 0px;
    }

    #header .search-r .searchform input {
        width: 170px;
        max-width: none;
    }

    #header .main-menu>li.menu-item {
        margin: 0 0px 0 0;
    }

    #header .main-menu > li.menu-item > a {
        font-size: 14px;
    }

    .slider-cont {
        max-width: 675px;
        padding: 0 15px;
        margin: 0 auto;
    }

    /* h1.slider-cap, */
    .slider-body h1 {
        max-width: 100%;
        font-size: 34px;
        line-height: 48px;
    }

    h1.slider-cap {
        max-width: 100%;
        font-size: 38px;
        line-height: 48px;
    }

    .enq-btn {
        width: auto;
        height: auto;
        font-size: 16px;
        padding: 9px 60px 12px 35px;
        top: 100vh;
    }

    .testimonials-cont {
        max-width: 100%;
    }

    .testimonials-cont::after, 
    .testimonials-cont::before{
        left: 0px;
    }

    .testimonials-cont::after {
        left: auto;
        right: 0px;
    }

    body.kc-css-system .prod-btn-grp > .kc-elm{
        width: 100%;
        text-align: center;
    }

    .prod-btn-grp .ask-btn .kc_button {
        float: none;
    }

    .box-wrap-product .prod-btn-grp{
        padding-bottom: 15px;
    }

    .prod-btn-grp .kc_button {
        width: 180px;
    }

    .box-wrap-product .prod-btn-grp .kc_wrapper {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .tanks-septic-wrapper {
        gap: 15px;
    }

    .tanks-septic-wrapper > * {
        width: calc((100% / 3) - 10px);
    }

    body.kc-css-system .connect-wrap.kc-elm{
        padding-top: 0;
    }

    .testimonials-bg {
        padding-top: 50px;
        padding-bottom: 16px;
    }

    .inn-prod-container-1 > ul > li:first-child {
        font-size: 21px;
    }

    .inn-prod-container-1 > ul > li:first-child > ul {
        margin-top: 1px;
    }

    .inn-prod-container-1 > ul > li:nth-child(2) {
        width: 207px;
    }

    .inn-prod-container-1 > ul > li:nth-child(2) > ul > li {
        width: 100px;
    }

    .inn-prod-container-1 > ul > li:nth-child(2) > ul > li:nth-child(2) {
        width: 57px;
        height: 133px;
    }
    
    .footer-container {
        max-width: 100%;
        padding: 70px 30px;
    }

}

/* @media (min-width:992px) {
    #nav-panel[style="display: block;"]{
        display: none !important;
    }
} */


@media (min-width: 1500px) {
    .main-content.col-lg-9 {
        width: 75%;
    }
}

@media (max-width:1024px) {
     #header .main-menu > li.menu-item > a {
        padding: 9px 12px 9px 10px;
    }

    .tanks-septic-wrapper .tanks-septic-buttons {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 15px;
    }

    .tanks-septic-wrapper .btn1{
        padding: 8px 10px;
    }
}

@media (min-width:992px) {
     body.archive .inn-p-f-custom,
     body.home .inn-p-f-custom{
        display: none ;
     }
}

@media (max-width:991px) {

    /* body:not(.home):not(.archive)  */

    h1.slider-cap {
        font-size: 30px;
        line-height: 38px;
    }

     body.archive .inn-p-f-custom,
     body.home .inn-p-f-custom{
        display: none !important;
     }

    html:not(.sidebar-opened) .mobile-sidebar .sidebar-toggle{
        display: none;
    }

     .inn-p-f-custom i.fa{
        font-size: 18px;
        color: #9f9fa1;
        margin-right: 2px;
     }

    .inn-p-f-custom i.fa:before {
        content: "\f1de";
    }

   .inn-p-f-custom {
        width: calc(100% - 30px);
        font-size:11px;
        letter-spacing: -0.025em;
        font-weight: 600;
        color: var(--porto-heading-color);
        background: var(--porto-gray-7);
        padding: 10px 0 0 10px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 0 auto;
        margin-bottom: var(--porto-grid-gutter-width);
        /* position: fixed;
        top: auto;
        left: auto; */
    }

    .inn-p-f-custom.sticky{
        position: fixed;
        left: 0;
        z-index: 999;
        width: 100%;
    }

    .inn-p-f-custom a.porto-product-filters-toggle {
        align-items: center;
        height: 36px;
        background: var(--porto-normal-bg);
        padding: 0 10px 0 10px;
        text-transform: uppercase;
        color: inherit;
        border: 1px solid var(--porto-gray-5);
        margin: 0 10px 10px 0;
    }

    .single-product .inn-p-f-custom:not(.single-prod-filter){
        display: none;
    }

    body:not(.home) .inn-p-f-custom + #content{
        margin-top: 50px;
    }

     /* .inn-p-f-custom a.porto-product-filters-toggle svg {
        fill: #fff;
        width: 28px
    } */


    /*body:not(.archive) .mobile-sidebar.sidebar {
        position: static;
        left: auto;
        top: auto;
        width: 100%;
        transform: translateX(0);
    }

    body:not(.archive) .mobile-sidebar .sidebar-toggle{
        width: 100%;
        position: fixed;
        background: var(--porto-gray-7);
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
    }

    body:not(.archive) .mobile-sidebar .sidebar-toggle .fa{
        margin-left: 5px;
        align-items: center;
        height: 36px;
        background: var(--porto-normal-bg);
        padding: 0 10px 0 3px;
        text-transform: uppercase;
        color: inherit;
        border: 1px solid var(--porto-gray-5);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body:not(.archive) .mobile-sidebar .sidebar-toggle .fa:before{
        color: #222529;
    }

    body:not(.archive) .mobile-sidebar .sidebar-toggle .fa:after{
        content: "Filter";
        text-transform: uppercase;
        font-size: 11px;
        color: #222529;
        font-family: Arial, Helvetica, sans-serif, sans-serif;
        font-weight: 600;
    }

    body:not(.archive) .mobile-sidebar .sidebar-content{
        position: fixed;
        left: 0;
        top: 0;
        background: var(--porto-body-bg);
        max-width: 260px;
        transform: translateX(-100%);
    }
*/


    .space-3 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .space-4 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .space-6{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .inn-banner {
        padding-top: 50px;
        padding-bottom: 50px;
    }


    #nav-panel .accordion-menu li.menu-item.active > a,
    #header .mobile-toggle {
        background-color: #f89828;
    }

    #header .header-right {
        text-align: right;
    }

    #header .header-right-bottom {
        display: flex;
        justify-content: right;
    }

    .search-r {
        float: left;
    }

    #header .searchform {
        box-shadow: none;
        border-width: 1px;
        margin-top: 0;
        display: block;
        position: static;
    }

    #header .mobile-toggle{
        margin-top: 0;        
        padding: 11px 16px;
    }

    .img-bg{
        background-image: none;
    }

    .t1 {
        font-size: 30px;
    }

    .space-1 {
        margin-bottom: 0px;
    }

    .img-bg{
        padding-left: 15px;
        padding-right: 15px;
    }

    .img-bg > .vc_column-inner{
        padding-left: 15px;
        padding-right: 15px;
    }

    .btn-g-1 {
        gap: 5px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .wedo-posts-slide .item {
        align-items: flex-start;
    }

    .product-thumbnail {
        width: 300px;
    }

    .wedo-posts-slide .item .product-body{
        width: calc(100% - 300px);
    }

    .product-cont {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-cont h2 {
        margin: 8px 0 15px;
    }

    .btn-g-1 a {
        padding: 10px 15px;
        letter-spacing: 0px;
        font-size: 14px;
        line-height: normal;
        align-items: center;
        display: flex;
        align-items: center;
    }

    .btn-g-1 a::after {
        top: 0px;
    }

    .wedo-posts-slide .item,
    .bg-line{
        background-image: none;
    }

     .product-cat-boxes{
        flex-wrap: wrap;
        row-gap: 35px;
    }

    body.kc-css-system .product-cat-boxes > .kc-elm.kc_column_inner{
        width: calc(100% / 2);
    }

    .tanks-septic-wrapper > * {
        width: calc((100% / 2) - 17px);
    }

    .tanks-septic-wrapper .tanks-septic-buttons {
        padding-left: 15px;
        padding-right: 15px;
    }

    body.kc-css-system .kc-elm.inn-banner {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    body.kc-css-system .kc-elm.contact-form{
        padding-top: 0px;
    }

    body.kc-css-system .kc-elm.contact-form .kc_row_inner{
        padding-top: 30px;
        padding-bottom: 20px;
    }

    section.single-product-header{
        padding-top: 48px;
    }
   
    .footer-main .container .row > *,
    .footer-container > * {
        width: calc(100% / 2);
    }

    .footer-wrapper .footer-main .row> *:nth-child(2)  aside,
    .footer-wrapper .footer-main .row> * aside {
        max-width: none;
        margin: 0 0 15px;
    }

    /* .vc_column_container > .vc_column-inner, */
    .space-resp-3 .vc_column_container > .vc_column-inner,
    .space-resp-2.porto-inner-container{
        padding-left: 15px;
        padding-right: 15px;
    }

    ul.products .add-links .button,
    .vc_general.vc_btn3{  
        letter-spacing: 0;
    }

    ul.products .add-links .button{
        padding: 10px 25px 8px;
        height: 42px;
    }
    
    
}

@media (max-width:767px) {

    .home .p1,
    .home .t1{
        text-align: center;
    }

    .bot-form .t1 {
        font-size: 30px;
    }

    .c-box{
        padding-top: 40px;
        padding-bottom: 0px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .img-bg {
        text-align: center;
    }    

    .img-bg .vc_single_image-wrapper {
        text-align: center;
    }

    /* .vc_column_container > .vc_column-inner, */
    .vc_column_container.space-resp-1 > .vc_column-inner{
        padding-left: 15px;
        padding-right: 15px;
    }
   
    .img-bg img{
        max-width: 310px;
    }

    .bord-r {
        border-right:none;
    }

    .space-4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #header .header-main .container>div {
        text-align: center;
    }

    #header .header-contact {
        margin-bottom: 10px;
    }

    .header-top-right {
        float: none;
        justify-content: center;
    }

    .contact-form-wrap > .container > .row {
        flex-direction: column-reverse;
    } 

    .t1 {
        font-size: 24px;
        line-height: normal;
        letter-spacing: 0;
    }

    .vc_general.vc_btn3{
        letter-spacing: 0;
    }

   .inn-prod-container-1 > ul{
    width: 100%;
   }

   .product-logo-1{
    margin: 15px 0;
   }

   .inn-prod-container-3 .inn-prod-container-3-row > *:not(.divider-col),
   .inn-prod-container-2 .inn-prod-container-2-row > *:not(.divider-col) {
        width: 100%;
    }

    .divider-col{
        display: none;
    }
    
}

@media (max-width: 639px) {  
    body {
        font-size: 16px;
        line-height: normal;
    }

    section.single-product-header {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .connected-form_wrapper.gform-theme--framework .name_first{
        margin-bottom: 25px;
    }

    .product_list_wrap > * > *,
    .product_list_wrap > * > *.product-thumb {
        width: 100%;
    }

    .product_list_wrap > * > *.product-thumb{
        display: flex;
    }

    .product_list_wrap > * > *.product-thumb img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 575px) { 

    h1.slider-cap {
        font-size: 19px;
        line-height: 28px;
        margin-top: 30px;
        font-weight: 700;
    }

     .space-6{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .t3 {
        font-size: 26px;
        padding-bottom: 15px;
    }

    .slider-cont {
        padding: 0 36px;
    }

    .slider-body .btn-g a {
        padding: 5px 9px;
        letter-spacing: 0;
        font-size: 12px;
    }

    .t2 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    /* ywcas-input-field lapilliUI-Input__root lapilliUI-Input--outlined lapilliUI-Input--sizeSm lapilliUI-Input--hasEndAdornment css-1td25ez e83suct0 */
    .search-r .ywcas-input-field input.lapilliUI-Input__field{
        font-size: 14px !important;
    }
    
    .slider-body h1 {
        font-size: 22px;
        line-height: 28px;
    }

    #header .header-main .container>div.header-right {
        padding-left: 0;
    }

    #header .search-r .searchform input {
        width: 100%;
    }

    #header .header-main .container>div.header-left {
        width: auto;
    }

    #header .header-contact {
        display: none;
    }

    .wedo-posts-slide .item .product-body,
    .product-thumbnail {
        width: 100%;
    }

    .header-wrapper.wide #header .container.header-container{
        display: block;
    }

    
    #header .header-main .container>div.header-right,
    #header .header-main .container>div.header-left{
        width: 100%;
        display: block;
    }

    #header .header-main .container>div.header-left{
        padding-bottom: 0;
    }

     #header .header-main .container>div.header-right{
        padding-top: 0;
        display: flex;
        justify-content: center;
     } 

    #header .mobile-toggle {
        padding: 8px 16px;
        margin-bottom: 0;
    }

    #header .header-main .container>div.header-left .logo{
        margin: 0 auto;
    }

    #header .header-main.change-logo .container>div.header-left{
        height: 51px;
        padding-bottom: 0;
    }

    .tanks-septic-wrapper{
        gap: 30px 0;
    }

    .tanks-septic-wrapper > *::after{
        display: none;
    }

    .vc_column_container.tank-wrap{
        padding-left: 0;
        padding-right: 0;
    }

    .tanks-septic-wrapper > * {
        width: 100%;
    }

    .tanks-septic-wrapper .tanks-septic-title{
        height: auto;
        min-height: 65px;
        font-size: 17px;
    }

    .tanks-septic-wrapper .tanks-septic-desc {
        height: auto;
    }

    .tanks-septic-wrapper .btn1 {
        text-transform: capitalize;
        font-weight: 600;
    }

    body section.contact-form >.kc-row-container,
    .contact-form > .kc-container{
        padding-left: 0;
        padding-right: 0;
    }

    .contact-form .gform-theme--foundation .gfield input.medium{
       inline-size:100%;
    }

    section.single-product-header h1{
        font-size: 25px;
    }

    .tanks-septic-wrapper .btn1 {
        padding: 8px 4px 8px 7px;
        border-width: 1px;
    }

    .footer-main .container .row > *,
    .footer-container > * {
        width: 100%;
    }

    .wpb_video_widget.v-w-1 {
        width: 263px;
    }

    .download-centre-tabs h2 {
        line-height: normal;
    }

    .inn-prod-container-1 > ul{
        flex-wrap: wrap;
    }

    .inn-prod-container-1 > ul > li:first-child{
        padding-top: 14px;
    }

    .inn-prod-container-1 > ul > li:nth-child(2),
    .inn-prod-container-1 > ul > li:nth-child(1),
    .inn-prod-container-1 > ul > li{
        width: 50%;
    }

    .inn-prod-container-1 > ul > li:last-child{
       width: 100%; 
    }

    .inn-prod-container-1 > ul > li:nth-child(2) > ul > li:nth-child(2) {
        height: auto;
        /* width: 92px; */
    }

     .inn-prod-container-1 > ul > li:nth-child(1),
     .inn-prod-container-1 > ul > li:nth-child(2),
     .inn-prod-container-1 > ul > li:nth-child(4),
     .inn-prod-container-1 > ul > li:nth-child(3){
        border-bottom: 1px solid #000;
     }

     .inn-prod-container-1 > ul > li:nth-child(even) {
        border-right: none;
    }

    .inn-prod-container-1 > ul > li:nth-child(2) > ul {
        display: flex;
    }

    .inn-prod-container-1 > ul > li:nth-child(2) > ul > li:nth-child(2),
    .inn-prod-container-1 > ul > li:nth-child(2) > ul > li{
        width: 50%;
    }

    .product-nav-buttons .d-flex{
        flex-wrap: wrap;
    }

    .product-nav-buttons .button.back-category-button{
        width: 100%;
        margin-bottom: 15px;
    }

    .product-nav-buttons .button.next-product-button {
        margin-left: auto;
    }

    section.single-product-header {
        padding-top: 25px;
        padding-bottom: 15px;
    }

    .inn-prod-container-3 .inn-prod-container-3-row > *:not(.divider-col){
        padding-left: 0;
    }

    .header-top-right ul li a {
        font-size: 13px;
    }

}

@media (max-width:375px) {
    .slider-body h1 {
        font-size: 21px;
        line-height: 23px;
        margin-bottom: 15px;
    }
    
}