* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  @font-face{
    font-family:"Roboto-Medium";
    font-weight: 500;
	font-style:normal;
    src:url(../fonts/Roboto-Medium.ttf) format('truetype');
}
@font-face{
  font-family:"Roboto-Bold";
  font-weight: 500;
font-style:normal;
  src:url(../fonts/Roboto-Bold.ttf) format('truetype');
}
@font-face{
  font-family:"Roboto-Regular";
  font-weight: 400;
font-style:normal;
  src:url(../fonts/Roboto-Regular.ttf) format('truetype');
}
@font-face{
font-family:"Perpetua-Bold";
font-weight: 600;
font-style:normal;
  src:url(../fonts/Perpetua-Bold.ttf) format('truetype');
}
@font-face{
font-family:"perpetua";
font-weight: 400;
font-style:normal;
  src:url(../fonts/perpetua.ttf) format('truetype');
}
body{
  font-family: "Roboto-Regular";
}
a{
  text-decoration: none;
  font-size: 16px;
}
img{
  max-width: 100%;
}
h2{
  font-size: 38px;
  text-transform: uppercase;
}
p, span, label, li{
  font-size: 16px;
}
.display-flex{
  display: flex;
  align-items: center;
}
  .wid-100{
    width: 100%;
    float:left;
  }
  .header-main{
    padding:20px 0px 16px;
    background-color: #f9f9f9;
  }
  .header-parent{
    display: flex;
    align-items: center;
  }
  .head-container{
    max-width: 1600px;
    margin: auto;
  }
  .new-container{
    max-width: 1600px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .head-logo{
    width:30%;
  }
  .nav-menu{
    width: 70%;
  }
  .nav-menu ul{
    /* display: flex; */
    align-items: center;
    justify-content: end;
  }
  .head-logo img{
    max-height: 80px;
    transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear;
  }
  .nav-menu li{
    list-style: none;
    font-family: Roboto-Medium;
    margin-left:25px;
    font-size: 18px;
    letter-spacing: -0.0277em;
    font-weight: normal;
  }
  .head-menu a{
    color:#000;
  }
  .head-menu a:hover{
    color:#36a98e;
  }
  .footer-main{
    background-color: #191919;
    padding:15px 0px;
  }
  .footer-parent p{
    text-align: center;
    color:#fff;
    font-family: Roboto-Regular;
    font-size: 14px;
  }
  footer{
    /* position: fixed;
   left: 0;
   bottom: 0; */
   width: 100%;
  }
  .container{
  max-width: 1400px;
  margin: 0 auto;
  }
  .products-containers{
    max-width: 85%;
  width: calc(100% - 4rem);
  margin: auto;
  }
  .banner-button a{
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 13px 34px 12px 34px;
  display: inline-block;
  border-radius: 3px;
  letter-spacing: 2px;
  margin-top: 25px;
  background-color: #36a98e;
  }
  .button{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 13px 34px 12px 34px;
    display: inline-block;
    border-radius: 3px;
    letter-spacing: 2px;
    background-color: #36a98e;
    border:none;
  }
  .banner-button a:hover, .button:hover{
  background-color: #33a087;
  }
  .banner-title h2{
  font-family: "Perpetua-Bold";
  font-size: 70px;
  letter-spacing: 2px;
  }
  .home-banner{
    padding:50px 0px 60px 0px;
    background-color: #616161;
  }
  .banner-main{
    text-align: center;
    color:#fff;
  }
  .banner-title sup{
    font-size: 50%;
  }
.banner-description h3{
  font-weight: normal;
  text-transform: uppercase;
  font-size: 36px;
  letter-spacing: 2px;
}
.sec2-first{
  width: 35%;
  padding-right:35px;
  border-right: solid 1px #959595;
  padding-top: 35px;
  padding-bottom:10px;
}
.sec2-second, .sec2-third{
  width: 32.5%;
}
.sec2-second{
padding: 0px 40px 0px 35px;
}
.home-sec2{
  padding:65px 0px;
  background-color: #f1f1f1;
}
.home-slider{
  margin-bottom:10px !important;
  border:none !important;
}
.home-carothumbs{
  border:none !important;
   margin-bottom:40px !important;
}
.sec2-second p{
  text-align: center;
  line-height: 1.5;
}
.sec2-second a{
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  color: #33a087;
}
.homesec3{
  background-color: #000;
  padding:20px 0px;
}
.inquiries-btns{
  text-align: center;
}
.inquiries-btns a{
  font-family: Roboto-Medium;
}
.inquiries-btns :nth-child(1){
  margin-right:7px;
}
.homesec-4 {
  padding:65px 0px;
}
.homesec-4 h2{
  font-size: 38px;
  text-transform: uppercase;
}
.Product-title{
  text-align: center;
}
.courty-field-remove {
	display: none !important;
}
.Product-title p{
  margin: 8px 0 28px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  letter-spacing: 1.2px;
}
.works-imgs li {
	list-style: none;
  width: 30%;
}
.works-imgs {
	display: inline-flex;
	padding-top: 20px;
  width: 100%;
  justify-content: space-between;
}
.home-product{
  padding:35px 0 0px 0;
}
.products-display{
  display: grid;
  grid-template-columns: 30.75% 30.75% 30.75%;
  justify-content: space-between;
  grid-row-gap: 50px;
}
.home-product{
box-shadow: 0 0 4px 0px rgba(0,0,0,.7);
text-align: center;
}
.home-product img{
  padding:40px 0px 60px;
}
.display-flex{
  display: flex;
  align-items: center;
}
.product_price{
  color: #179174;
  display: block;
  font-weight: 400;
  font-size:16px;
  font-family: Roboto-Bold;
}
.home-product h2{
  font-size: 16px;
  text-transform:capitalize;
  color:#000;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  overflow: hidden;
  padding:0px 35px;
}
.home-price{
  justify-content: center;
  padding-top: 6px;
}
.hyphen{
  margin:0px 5px;
  font-size: 18px;
  color:#179174;
}
.Read-morebtn{
  font-family: "Roboto-Medium";
  margin-top: 1em;
  background-color: #000;
  font-size: 16px;
  margin-bottom: 25px;
  border-radius: 0;
  color: #fff;
  font-weight: normal;
  padding: 11px 17px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 15px;
}
.Read-morebtn:hover{
background-color: #33a087 !important;
}
.product-anchor img{
  width: 100%;
  object-fit: contain;
  padding: 0px 40px 0 40px;
  height: 270px;
  margin-bottom: 16px;
}
.contact-sec{
  position: relative;
  width: 100%;
  float: left;
  background-color: #36a98e;
}
.cont-1, .cont-2{
  width: 50%;
}
.cont-1{
  padding-left:13%;
  padding-top:70px;
}
.cont-2{
  z-index: 5;
  background: url(../images/contact-bg-1.jpg) center no-repeat;
  background-size: cover;
  padding:70px 0px;
}
.social-outter{
  text-align: center;
}
.social-outter h2{
  color:#fff;
}
.social-outter .subline{
  font-size: 14px;
  margin:7px 0 28px 0;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color:#fff;
}
.social-outter{
  width: 70%;
}
.social-box{
  background-color: #fff;
  border-radius: 10px;
}
.social-box a{
  padding:26px 0px 22px 0px;
}
.social-box a:hover img, .social-box a:hover h5{
  transform: scale(1.1);
}
.social-box img, .social-box h5{
  transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .2s linear;
}
.social-box img{
  max-width: 50px;
}
.social-box p{
font-size: 14px;
  color: #000;
  margin-top: 13px;
  margin-bottom: 5px;
  line-height: 1.5;
}
.social-box-parent{
  display: grid;
  grid-template-columns: 47.5% 47.5%;
  justify-content: space-between;
  row-gap: 21px;
}
.social-box h5{
font-size: 14px;
  font-family: Roboto-Bold;
  color: #000;
}
.input-parent{
  display: flex;
  margin-top:22px;
  margin-bottom:35px;
  justify-content: space-between;
}
.input-parent input{
  font-size: 16px;
  letter-spacing: -0.015em;
  padding: 15px 18px;
  color: #000000b0;
  width: 100%;
}
.inner-input{
  width: 48%;
}
.contact-formm{
  background-color: rgba(255,255,255,0.7);
  position: relative;
  left: -90px;
  top: 0;
  width: 100%;
  float: left;
  padding: 45px;
}
.contact-formm textarea{
width: 100%;
  float: left;
  padding: 15px 20px;
  height: 92px;
  font-family: "Roboto-Regular" !important;
  font-weight: 400;
  color: #000000b0;
}
.contact-formm input[type=submit]{
  background-color: #36a98e;
  font-size: 18px;
  padding: 13px 40px 12px 40px;
  border-radius: 3px ;
  letter-spacing: 2px;
  color: #fff;
  border: none;
  cursor: pointer;
  float: right;
  margin-top: 25px;
}
.contact-formm input[type=submit]:hover{
  background-color: #33a087;
}
.inner-input span, .field-group span{
  color:red;
}
.bot-logo{
margin-bottom:20px;
  text-align: center;
}
.bot-logo img{
  max-width: 200px;
  width: 100%;
}
.bot-email i{
  margin-right:10px;
}
.bot-email{
  padding-bottom:30px;
}
.bot-email a{
  color: #000;
  font-size: 15px;
}
.sticky{
  background-color: rgba(255,255,255,0.96);
  position: fixed !important;
  top: 0;
  z-index: 999 !important;
  width: 100%;
  box-shadow: 0 0 4px 0 #666;
}
.sticky .head-logo img{
  max-height: 80px;
}
.contact-parent{
  display: flex;
  align-items: start;
}
.cust-banner{
  padding:65px 0px;
}
.cust-banner h1{
  text-align: center;
  font-size: 33px;
  text-transform: uppercase;
  color: #ffffff;
}
.shop-banner{
  background:  linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/title-bg.jpg) center / cover no-repeat;
}
.shop-title p{
font-size: 18px;
margin-bottom: 25px;
}
.pagination{
  text-align: center;
  padding-top:65px;
  margin:auto;
}
.pagination .new-pagination{border: 1px solid #d3ced2;display: inline-block;border-right: 0;}

.pagination span,.pagination a  {
  color: black;
  float: left;
  padding: 8px 8px;
  text-decoration: none;
  transition: background-color .3s;
  border-right: 1px solid #d3ced2;
  color:#33a087;
}
.pagination i{
color:#33a087
}
.pagination a.active, .pagination span.active {
  color: #8a7e88;
  border-right: 1px solid #d3ced2;
  background-color:#ebe9eb;
}
.pagination a:hover:not(.active) {background-color: #ddd;color: #8a7e88;}
.pagination a:hover:not(.active) i{color: #8a7e88;}
.bot-pag{
  display: flex;
}
.contactus-form{
  margin-top:22px;
  /* padding: 0 10px; */
}
.field-group-main{
  display: flex;
  justify-content: space-between;
}
.field-group{
  width: 48%;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.field-group input, .form-input{
  padding: 15px;
  font-size: 16px;
  font-family: "Roboto-Medium";
  border: #ddd 1px solid;
}
.field-group label, .cont-textar label{
font-size: 16px;
  font-family: "Roboto-Medium";
  margin-bottom: 7px;
}
.cont-textar{
  display: flex;
  flex-direction: column;
}
.cont-textar textarea{
  padding:15px;
  height:90px;
  font-size: 16px;
  font-family: "Roboto-Medium";
  border: #ddd 1px solid;
}
.form-sndbtn{
background-color: #36a98e;
  font-size: 18px;
  padding: 13px 40px 12px 40px;
  border-radius: 3px;
  letter-spacing: 2px;
  color: #fff;
  border: none;
  cursor: pointer;
  float: left;
  margin-top: 55px;
}
.checkbox-cont{
  margin-right:25px;
}
.capability-check{
  margin-top:3px;
  flex-wrap: wrap;
}
.checkbox-cont label{
  font-family: "Roboto-Regular";
}
.margin-0{
  margin:0 !important;
}
.error-msgg{
  margin:40px 10px 20px 10px;
  border: solid 2px #ffb900;
  padding:5px 20px;
}
.form-title{
  font-size: 24px;
  margin-bottom: 10px;
}
.margint-40{
  margin-top:40px;
}
.margint-25{
  margin-top:25px;
}
.label-inetrest .checkbox-cont{
  margin-bottom:10px;
}
.label-inetrest .form-input{
  width: 48%;
}
.margin-t12{
  margin-top:12px;
}
.product-flex{
  display: flex;
}
.product-slider{
  width: 38%;
}
.product-description{
  width: 62%;
  padding-left:45px;
}
.pro-title{
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 9px;
}
.pro-price{
  font-size: 21px !important;
  color: #2c8671;
  font-family: "Roboto-Bold";
  margin-bottom: 20px;
}
.pro-des li{
  font-size: 16px;
  margin-top:5px;
  line-height: 1.476;
  margin-left:20px;
}
.price-table{
  margin-top:20px;
}
.price-table table{
  border: 1px solid #dcd7ca;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 17px;
  margin: 40px 0px;
  max-width: 100%;
}
.price-table td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding:10px;
}
.product-detail{
  padding-top:65px;
}
.quantity-div{
  display: flex;
  align-items: center;
  margin-top:20px;
}
.quantity-txt{
  width: 30%;
}
.clear-div{
  width: 25%;
}
.quan-dropdown{
  width: 65%;;
}
.quantity-txt label{
  font-weight: 700;
  margin-top: 8px;
  font-size: 17px;
}
.clear-div a{
font-weight: 700;
  font-size: 17px !important;
  color:#36a98e;
  margin-left: 20px;
  cursor: pointer;
}
.quan-dropdown select{
width: 100%;
  height: 50px;
  border-color: #dbdbdb;
  font-size: 18px;
  padding: 10px;
  font-family: unset;
}
.total-price span{
  font-size: 21px !important;
  color: #2c8671;
  font-family: Roboto-Bold;
}
.adcart{
  margin-top:20px;
}
.cart-quant input{
width: 95px;
  text-align: center;
  height: 43px;
  font-size: 17px;
  padding: 9px;
}
.cart-btn{
  background-color: #36a98e !important;
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 18px;
  padding: 12px 27px 9px 27px !important;
  display: inline-block;
  border-radius: 3px;
  letter-spacing: .8px;
  font-family: Roboto-Medium;
  font-weight: normal !important;
  border:none;
  cursor: pointer;
}
.cart-btnn{
  margin-left:4px;
}

.product-detail-page .prodcut_description_tabs .tabs {
  display: flex;
  position: relative;
  padding-left: 16px;
  flex-wrap: wrap;
}
.product-detail-page .prodcut_description_tabs .tab-button {
  padding: 10px 20px;
  cursor: pointer;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-bottom: none;
  text-align: center;
  font-size: 16px;
  margin-right: 9px;
  color:#515151;
}
.product-detail-page .prodcut_description_tabs .active-tab {
  background-color: #fff;
  font-weight: bold;
  border-bottom-color: #fff;
  z-index: 2;
}
.product-detail-page .prodcut_description_tabs .tab-content {
  padding: 20px;
  display: none;
}
.product-detail-page .prodcut_description_tabs .show {
  display: block;
}
.product-detail-page .prodcut_description_tabs {
  margin-top: 25px;
}
.product-detail-page .prodcut_description_tabs .tabs::after {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d3ced2;
  z-index: 1;
}
.product-detail-page .tab-content p
{
  font-size: 15px;
}
.product-detail-page .tab-content table
{
  border:1px solid #dbdbdb;
  border-collapse: collapse;
  width: 100%;
  font-size: 18px;
}
.product-detail-page .tab-content table th,.product-detail-page .tab-content table td{
  padding: 8px;
  border:1px solid #dbdbdb;
  text-align: left;
}
.product-detail-page .tab-content table th{
  width: 150px;
}
.h2-title{
  font-size: 26px;
  font-family: "Roboto";
  font-weight: normal;
  margin-bottom: 13px !important;
  letter-spacing: 0;
  text-transform: uppercase;
}
.marginT50{
  margin-top:50px;
}
.cont-textar input[type=file]{
font-size: 14px;
font-weight: 400;
padding: 0;
}
.form-sndbtn:hover{
background-color: #33a087 !important;
}
iframe{
  margin-top:25px;
}
.tab-content p{
  margin-top:5px;
}
.tab-button{
  font-weight: 600;
}
.Relate-products{
  margin-top: 50px;
  margin-bottom: 50px;
}
.Relate-products .rel-txt{
  font-size: 26px;
  font-family: "Roboto-Medium";
  font-weight: normal;
  margin-bottom: 13px !important;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
}
.product-detail-page{
  margin-top:60px;
}
.cart-detail{
  width: 73%;
}
.cart-total_detail{
  width: 27%;
  border-left: 1px solid #ddd;
}
.cart-detail table{
  width: 100%;
  border: 1px solid #dcd7ca;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 17px;
}
.cart-detail td, .cart-detail th {
  border: 1px solid #dddddd;
  text-align: left;
  padding:10px;
}
.cart-img img{
  width: 32px;
  box-shadow: none;
}
.cart-detail a{
  font-family: "Roboto-Medium" !important;
  color: #33a087;
}
.cart-detail span{
  font-family: "Roboto-Medium" ;
}
.cart-detail input[type=number]{
width: 95px;
  text-align: center;
  height: 43px;
  font-size: 17px;
  padding: 9px;
}
.product-remove i{
  color:red;
  font-size: 20px;
  padding: 3px 5px;
  cursor: pointer;
}
.product-remove i:hover {
  background-color: red;
  font-size: 20px;
  color: white;
  padding: 3px 5px;
  border-radius: 50%;
}
.cart-coupon{
  display: flex;
}
.cart-coupon .cart-btn{
  margin-left:5px;
}
.cart-coupon input{
  width: 180px;
  padding: 10px 6px 10px;
  font-family: "Roboto-Medium";
  font-size: 17px;;
}
.cart-updatebtn{
 text-align: right;
}
.cart-updatebtn, .cart-coupon{
  width: 50%;
  float:left
}
.dropdown {
  width: 100%;
}
.dropdown-content, .dropdown-content1 {
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  transition: max-height 0.5s ease-out;
}
.drop-cont{
  margin-top: 12px;
}
/* .cart-totalparent{
  margin-top:40px;
  padding-bottom:90px;
} */
/* .empty-div, .cart-total{
  width: 50%;
} */
.cart-total h2{
  font-size: 26px;
  font-family: "Roboto-Medium";
  font-weight: normal;
  margin-bottom: 13px !important;
  letter-spacing: 0;
  text-transform: none;
}
.totalsall{
border: 1px solid rgba(0,0,0,.1);
}
.subtotal-txt{
  width:30%;
  padding: 8px;
  line-height: 25px;
}
.subtotal-amt{
  width: 70%;
  padding: 8px;
  font-size: 17px;
  line-height: 25px;
}
.subtotal-txt p{
  font-size: 17px;
  font-family: "Roboto-Bold";
}
.subtotal-cart{
  border-bottom:1px solid rgba(0,0,0,.1);
}
.subtotal-amt span{
  font-family: "Roboto-Medium";
  display: block;
}
.marginB10{
  margin-bottom: 10px;;
}
.alignite{
  align-items: start;
}
.dropdown-btn{
  color: #33a087;
  font-family: "Roboto-Medium";
}
.drop-cont select ,.drop-cont input{
  height: 50px;
  width: 100%;
  padding: 0px 15px;
  font-size: 16px;
  font-family: Roboto-Medium;
  background-color: #fff;
  border: solid 1px #dddddd;
  margin-bottom: 10px;
}
.proceedcheckot{
  width: 100%;
  text-align: right;
  margin-top:20px;
}
.product-image-carousels{
  flex-direction: column;
}
.slick-cust {
border: 1px solid #bdbcbc;
padding:20px;
}
.slick-cust .thumbnails-slider{
  width: 100% !important;
}
.slick-cust .slick-slider{
  width: 100% !important;
  height: unset !important;
}
.slick-cust .draggable{
  height: unset !important;
  display: flex;
}
.slick-cust .slick-track{
  width: 100%;
  height: unset !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.slick-cust .thumbnails-slider .slick-slide{
  margin-right: 8px;
  height: 87px;
  width: 22.9% !important;
}
.slick-arrow{
  display: none !important;
}
.check-coupon{
  margin:65px 0px;
}
.have-coupon{
  border-top: 3px solid #1e85be;
  padding:20px 30px;
  background-color: #f7f6f7;
}
.have-coupon p{
color: #515151;
}
.have-coupon i{
font-size: 18px;
color: #1e85be;
margin-right:15px;
}
.have-coupon a{
  color: #36a98e;
  margin-left:5px;
}
/* .checkoutdiv{
  width: 48%;
} */
.checkout-main{
  margin-top:65px;
  margin-bottom:30px;
}
.billing-form{
  margin-top:22px;
}
.billing-form .field-group{
  width: 46.5%;
  margin-bottom:20px;
}
.billing-select select{
height: 50px;
width: 100%;
padding: 0px 15px;
font-size: 16px;
font-family: Roboto-regular;
background-color: #fff;
border: #ddd 1px solid;
margin-bottom: 20px;
color:#444;
}
.marB20{
  margin-bottom:20px;
}
.red{
  color: red;
}
.billing-select .form-input{
  padding: 13px 15px;
}
.checkoutdiv label{
  font-family: "Roboto-Regular";
}
.checkout-flex{
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.medium-bold{
  font-family: Roboto-medium;
}
.order-note textarea{
  height:65px;
}
.checkoutdiv .form-title{
  font-size: 26px;
}
.differ-ship{
  margin-top:17px;
}
.another-title{
  font-size: 26px;
  text-transform: none;
}
.order-table table{ 
  border: 1px solid #dddddd;
  font-family: Roboto-Medium;
}
.order-table td, .order-table th{
border: 1px solid #dddddd;
}
.pay-palproceed{
background-color: #fbfbfb;
margin-top:25px;
margin-bottom:65px;
}
.order-table table{
  margin-top:20px;
  margin-bottom:0;
}
.paypal-txt{
background-color: #dfdcde;
  padding:15px;
  position: relative;
  margin-top:15px;
  margin-bottom:10px;
}
.pay-palproceed img{
  max-height: 52px;
  margin-top: 10px;
}
.paypal-txt p{
  font-size: 15px;
}
.paypal-txt::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 15px solid #dfdcde;
  position: absolute;
  top: -14px;
  left: 28px;
}
/* .pay-palinfo{
  padding:20px;
} */
.paypal-option{
  padding:15px;
}
.paypal-option{
  border-top:1px solid #d3ced2;
}
.paypal-option a{
color: #33a087;
}
.paypal-option p{
  font-size: 16.5px;
  line-height: 1.476;
}
.papal-btnn{
  margin-top:20px;
  text-align: center;
  margin-bottom:20px;
}
.billing-errors, .Cart-added{
  background-color: #f7f6f7;
  border-top:solid 3px #b81c23;
  padding:10px 60px;
  padding-right:30px;
  padding-top:25px;
  position: relative;
}
.billing-errors li{
  margin-bottom:10px;
  color:#515151;
  list-style: none;
}
.billing-errors ul::before {
  content: "\f06a";
  font-family: Fontawesome;
  color: #b81c23;
  font-size: 18px;
  position: absolute;
  left: 22px;
  top: 18px;
}
.apply-coupon{
  margin-top:30px;
  border: 1px solid #d3ced2;
  padding: 20px;
  border-radius: 5px;
}
.apply-coupon p{
  margin-bottom:20px;
}
.apply-coup-parent{
  display: flex;
  align-items: center;
}
.apply-coupon input{
height: 50px;
  width: 100%;
  padding: 0px 15px;
  font-size: 16px;
  font-family: Roboto-Medium;
  background-color: #fff;
  border: solid 1px #aaa;
  margin-bottom: 20px;
  border-radius: 2px;
}
.coupon-input, .coupon-btn{
  width: 50%;
}
.coupon-btn{
  text-align: right;
  margin-bottom:20px;
}
.Cart-added{
  border-top:solid 3px #8fae1b;
  padding-top:20px;
  margin-top:65px;
  padding-bottom: 20px;
}
.Cart-added a{
text-align: right;
}
.Cart-added a::before{
  content: "\f058 ";
  font-family: Fontawesome;
  color: #8fae1b;
  font-size: 19px;
  position: absolute;
  left: 22px;
  top: 29px;
}
.cartpro-div{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bot-pag{
  margin-bottom:0;
}
.toggler {
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
}
.nav-links {
  display: flex;
}
.item-slick.slick-slide.slick-current.slick-active{
	outline: none!important;
}
.slider-for {
	margin-bottom: 15px;
}
.slider-for  img {
	width: 100%;
	min-height: 100%;
}
.slider-nav {
	margin: auto;
}
.slider-nav .item-slick {
  max-width: 150px;
  margin-right: 2px;
  outline: none!important;
  cursor: pointer;
}
.item-slick	img {
  max-width: 100%;
  background-size: cover;
  background-position: center;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 50;
	margin-top: -12px;
}
.slick-prev{
	left: 0;
}
.slick-next{
	right: 0;
}
.for-slidericon{
  position: relative;
}
.for-slidericon .draggable{
  height: 79px;
  overflow: hidden;
}
.for-slidericon .slick-prev, .for-slidericon .slick-next{
  display: block !important;
  position: absolute;
  line-height: unset;
  background: unset;
  font-size: 0;
  color: unset;
  transform: unset;
  height: 25px;
  width: 25px;
}
.for-slidericon::before {
  content: "\f053 ";
  left: -17px;
  position: absolute;
  font-size: 20px;
  top: 29px;
  font-family: Fontawesome;
  color: #BABABA;
}
.for-slidericon::after {
  content: "\f054 ";
  right: -17px;
  position: absolute;
  font-size: 20px;
  top: 29px;
  font-family: Fontawesome;
  color: #BABABA;
}
.cust-imgheight{
  margin-bottom:20px !important;
}
/* .cust-imgheight img{
height:250px;
} */
.first-imgclass{
  height: 240px !important;
  margin-bottom:30px;
}

/* header cart iocn */
.custom-cart{position: relative;display: block;margin-top: -5px;}
.custom-cart span{
  background-color: #36a98e;
    height: 19px;
    width: 19px;
    border-radius: 100%;
    font-size: 13px;
    font-family: "OpenSans-Bold";
    position: absolute;
    text-align: center;
    top: -9px;
    right: -13px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-main  .custom-cart .fa-shopping-cart {
  font-size: 22px;
}
.head-menu.nav-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
}
/* lgin/signup page */
.custsec-padd {
  padding: 60px 0px 65px;
}
.cust-loginmessage .cust-login-message-titles {
  font-size: 20px;
  font-weight: 600;
}
.cust-loginmessage p {
  color: #c51e33;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 15px;
}
.text-center{text-align: center;}
.cust-loginwrapper {
  margin: 0 auto;
}
.cust-rows {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bx-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cust-cols {
  padding: 0 20px;
  width: 49%;
}
.cust-logintitles {
  background: #36a98e;
  color: #fff;
  padding: 15px;
  margin: 0;
  font-weight: 500;
  font-size: 28px;
}
.bg-white {
  background: #fff !important;
}
.bg-gray {
  background: #f1f1f1;
}
.cust-loginbox {
  padding: 28px;
}
.cust-contactforms .form-control {
  background: #f7f7f7;
  width: 100%;
  border: none;
  box-shadow: none;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  padding: 0 15px;
  color: #2d2d2d;
  transition: 0.6s ease;
  border: 1px solid #ddd;
}
.cust-contactforms .form-group {
  margin-bottom: 28px;
}
.cust-colsfull {
  width: 100%;
}
.cust-contactforms label {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 8px;
  display: inline-block;
  margin: 0px 3px;
}
.bx-justifybetween {
  justify-content: space-between;
}
.bx-aligncenters {
  align-items: center;
}
.cust-cploginbuttons a {
  margin-right: 15px;
  font-size: 16px;
  line-height: 25px;
  text-decoration: underline;
  font-weight: 500;
  color: #36a98e;
}
.btn-primary {
  background: #36a98e !important;
  color: #fff !important;
  border: 1px solid #36a98e;
  text-decoration: none;
  cursor: pointer;
}
.btn-md {
  padding: 12px 40px;
  display: inline-block;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}
.btn-primary:hover {
  background: none !important;
  color: #36a98e !important;
  border-color: #36a98e !important;
}
.cust-contactforms .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #000;
}
.cust-50 {
  width: 50%;
}
.cust-padd1 {
  padding: 0px 15px 0px 20px;
}
.cust-padd2 {
  padding: 0px 20px 0px 15px;
}
.cust-contactforms .form-group:last-child {
  margin-bottom: 0;
}
.password-icon {
  position: relative;
  width: 100%;
}
.pass-eye {
  position: absolute;
  top: 18px;
  right: 12px;
  top:15px;
}
.cust-margin-0{margin: 0;}
.cust-cploginbuttons {
  justify-content: flex-end;
  align-items: center;
}
.cust-contactforms .form-group:not(:last-child) {
  margin-bottom: 28px;
}
input, select, textarea, button {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}
/* Dashboard Page */
.cust-secthead {
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 15px;
  font-weight: 500;
}
.cust-dbmiddle {
  margin-top: 55px;
}
.cust-dbleft {
  width: 15% !important;
  padding: 0;
}
.cust-dbleft li {
  list-style: none;
  display: block;
}
.cust-dbleft li a:hover, .cust-dbleft li a.active {
  background: #fff;
  color: #2d2d2d;
}
.cust-dbleft li a {
  display: block;
  color: #fff;
  padding: 15px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}
.cust-dbleft li a{background-color: #36a98e;}
.cust-dbrights {
  width: 80% !important;
  padding-left: 40px;
  margin-top: 0;
}
.cust-cotops .cust-para {
  font-size: 20px;
  margin-bottom: 15px;
}
a{color: #36a98e;}
.cust-contactlefts {
  width: 60%;
  padding: 80px 40px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
}
.cust-ecform {
  width: 100%;
  padding: 28px;
}
.bg-primary {
  background: #36a98e;
}
.cust-pdtable table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
  background: #fff;
}
.cust-pdtable table th, .cust-pdtable table td {
  padding: 8px;
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #000;
}
.cust-cartremove {
  border: 1px solid #36a98e;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cust-pdtable {
  overflow-x: auto;
  width: 100%;
}
.cust-ckboxs {
  padding: 28px;
  box-shadow: 0 0 2px 0px rgba(0,0,0,0.4);
  margin-bottom: 20px;
}
.cust-ostops {
  padding: 15px;
}
.cust-odnumber {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
.cust-odtopdetails a {
  margin-left: 15px;
}
.cust-ckboxs h3 {
  margin-bottom: 20px;
}
.text-primary {
  color: #36a98e !important;
}
.cust-odpaymentbox {
  padding: 15px;
  width: 100%;
}
.cust-pmdetail p {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 25px;
  white-space: normal;
  word-break: break-all;
}
.cust-ctmedetail {
  margin-left: 15px;
}
.cust-pmdetailuser {
  margin-bottom: 8px;
}
.cust-odpaymentouter .cust-cols {
  display: flex;
  flex-wrap: wrap;
}
.cust-orderlogos{margin-bottom: 10px;}
.cust-ordersuccess-page .cust-ostops{margin-top: 35px;}
.cust-colsfourth {width: 25%;}
.site-footer{padding-top: 65px;}
/* Form Submit loader */
.form-submit-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000b8;
  z-index: 99999999;
  align-items: center;
  justify-content: center;
}
.form-submit-loader .loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.form-submit-loader .loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
.billing-form .billing-select{
  margin-bottom: 20px;
}

.bot-email a{
font-family: "Roboto-Medium";
display: flex;
align-items: center;
}
.bot-email i{
  cursor: pointer;
  margin-right: 8px;
  margin-top: 1px;
  font-size: 18px;
}
.bot-email a:hover, .bot-email a:hover i{
color:#179174;
}
.contactus-formsec{
  padding-bottom:30px;
  padding-top:75px;
}
.cart-mainn{
  margin: 0 -20px;
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: unset !important;
}
.cart-detail, .cart-total_detail{
  padding:0px 20px;
  margin-top:0px;
}
.subtotal-amt{
  border-left: 1px solid #dddddd;
}
.totalsall{
  border-bottom:none;
}
.dropcart_btn{
  padding: 12px 12px 9px 12px !important;
  font-size: 15px;
}
input:focus {
  outline: none;
}
.cart-table .cart-detail table{
  margin:0px;
}
.cart-table{
  padding-top:65px;
}
.contiue_btn{
  padding-top:20px;
  margin-left:15px;
}
.checkout_btnn{
  width: 100%;
  text-align: center;
}
.cart_coupon_main{
  padding: 9px 12px;
  border:1px solid #dddddd;
  border-top:none;
}
.chk-couponflex{
  display: flex;
  align-items: center;
}
.chk-couponflex input{ 
  padding: 10px 6px 10px;
  font-family: "Roboto-Medium";
  font-size: 17px;
  max-width: 400px;
  width: 100%;
}
.chk-couponflex button{
  margin-left:15px;
}
.checkout-coupon .cust-para{
  font-size: 20px;
  margin-bottom: 15px;
}
.checkout_firstt{
  padding-top:65px;
}
.chekright, .chekleft{  
  padding: 28px;
  box-shadow: 0 0 2px 0px rgba(0,0,0,0.4);
  margin-bottom: 20px;
}
.checkoutdivleft{
  width: 60%;
  padding: 0px 20px;
}
.checkoutdivrihgt{
  width: 40%;
  padding: 0px 20px;
}
.table_proname{
  font-family: Roboto-Regular;
  font-weight: unset;
}
.contactus-form input, .contactus-form textarea {
  border-color: #aaa;
}
.reg-right{
  justify-content: end;
}

.dropdown-content1 .billing-select {margin-bottom: 0;}
.product-detail .thumbnails-slider {
  padding: 10px 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
/*Media Queries Start */

.dropdown-btn1{
  font-size: 16px;
}
.nav-links a{
  font-size: 18px;
}
.payment_method iframe {
  margin-top: 0;
}
.payment_method .sq-card-wrapper:focus-visible{
outline:none !important;
}
.payment_method .sq-card-iframe-container::before{
 border:1px solid #d9d9d9 !important;
  }
.pay_infotxt{
  margin-top: 28px;
  margin-bottom: 28px;
}
.product-image-carousels .draggable .slick-track {
  width: 100% !important;
}
.prodcut_description_tabs iframe, .tab-content iframe{
  width: 60% !important;
  height: 500px;
}
.dropdown-btn{
  cursor: pointer;
}
.woocommerce-product-details__short-description table , .prodcut_description_tabs table{
  width: 100%;
}
.home-sec2main .sec2-first{
  padding-top:25px;
}
.contactus-formsec .Product-title p{
  color:#000;
}
.cust_stared{
  color:red;
}
.cust_browsefild{
  font-family: "Roboto-Medium" !important;
  font-size: 13px !important;
}
.cust_carderrtxt{
  color:red;
  margin-top:5px;
}
.newContainer{
  max-width: 1600px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.txt_center{
text-align: center;
}
.borderrightyes{
  border-right: 1px solid #dddddd;
}
.borderLeftnone{
  border-left:none;
}
.contact-formm input[type="submit"], #contactformbutton {
-webkit-appearance: none;
appearance: none;
}
#addCustomer select, .form-sndbtn, #contactformbutton{
  appearance: none;
  -webkit-appearance: none;
}
.cust_textarmargin{
  margin-bottom:15px !important;
}

@media screen and (max-width:1640px){
  .head-container{
    max-width: 1500px;
    padding:0px 30px;
  }
  .prodcut_description_tabs iframe, .tab-content iframe{
    height: 400px;
  }
}
@media screen and (max-width:1500px){
  .container{
    max-width: 1160px;
  }
}
@media screen and (max-width:1366px){
  .cont-1{
    padding-left: 7%;
  }
}

@media screen and (max-width:1359px)
{
  .container{padding: 0 40px;}
  .new-container{
    padding:0px 40px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
  .head-logo img {
  max-height: 92px !important;
  }
}

@media (max-width: 1200px) {
  .banner-title h2 {
    font-size: 55px;
  }
  .banner-description h3{
    font-size: 25px;
  }
  .cust-colsfourth{width: 50%;margin-bottom: 28px;}
  .banner-description h3{font-size: 25px;}
  .cust-banner {
    padding: 60px 0px;
  }
  .cart-detail, .cart-total_detail{
    width: 100%;
  }
  .cart-total_detail{
    border-left:0;
    padding-top:50px;
  }
  .contiue_btn{
    margin-left:0;
  }
  .cart-total{
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-formm{
    left: -40px;
  }
  .cont-1 {
    padding-left: 4%;
  }
  .social-outter {
    width: 82%;
  }
  .cart-coupon{
    width: 70%;
  }
  .cart-updatebtn{
    width: 30%;
  }
  .checkoutdivrihgt, .checkoutdivleft{
    width: 50%;
  }
  .toggler{
    order: 3;
    padding-left: 7px;
  }
  .head-menu{
    margin-right: 0 !important;
  }
  .cust_textarmargin{
    margin-bottom:10px !important;
  }

}

@media (max-width: 999px) {
  .togle-content{
    display: none;
    background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  bottom: 0;
  }
  .nav-links {
  flex-direction: column;
  justify-content: start !important;
    align-items: start !important;
  }
  .togle-content.active{
    display: block;
    z-index: 9;
  }
  .togle-btn {
  display: block;
  width: 35px;
  float: right;
  }
  .toggler{
  display: block;
  padding: 20px;
  text-align: right;
  }
  .txt-right{
  text-align: right;
  }
  .toggler i{
  font-size: 22px;
  }
  .toggler span{
  text-decoration: underline;
  margin-right:21px;
  font-size: 18px;
  }
  .nav-links li{
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #dcd7ca;
  width: 100%;
  font-family: Roboto-Bold;
  }
  .nav-links:nth-child(1){
    border-top: 1px solid #dcd7ca;
  }
  .nav-links li a:hover{
    color:#000;
  }
  .toggler .fa-times{
    font-size: 26px;
  }
  .header-parent{
    justify-content: space-between;
  }
  .head-logo, .head-menu{
    width: unset;
  }
  .header-main{
    background-color: #fff;
  }
}
@media (max-width:991px)
{
  .cust-cols {width: 100%;}
  .cust-cols:not(:last-child){margin-bottom: 40px;}
  .cust-dbrights {width: 70% !important;}
  .cust-dbleft {width: 30% !important;}
  .cust-odpaymentbox {margin-bottom: 0;}
  .cust-orderdetails-page .cust-odpaymentouter,.cust-colsfourth{margin-bottom: 20px !important;}
  .head-menu.nav-menu {gap: 20px;margin-right: 13px;}
  .custom-cart{margin-top: 0;}
  
}
@media (max-width:814px)
{
  .home-sec2main.display-flex{display: block;}
  .sec2-first,.sec2-second, .sec2-third {width: 100%;}
  .cust-vsl-banner-video{width: 75% !important;margin: 50px auto 0px;height: auto !important;}
  .sec2-third{text-align: center;}
  .sec2-first{border-right: 0;padding-right: 0;max-width: 500px;margin: auto;}
  .sec2-second a{font-size: 27px;}
  .sec2-second {margin-top: 30px; margin-bottom: 20px;}
  .home-sec2 {padding: 50px 0px;}
  .homesec-4 {padding: 50px 0px;}
  .homesec-4{padding-bottom:55px;}
  .product-detail {padding-top: 50px;}
  .price-table {margin-top: 0;}
  /* .cart-totalparent {padding-bottom:50px;} */
  /* .cust-imgheight img{
    height:400px;
    } */
}
@media (max-width:767px) {
  .errors_fields, .remove-error, .response span {
    font-size: 14px;
  }
  .cust-contactforms .form-control {
    font-size: 14px;
    height: 40px;
    line-height: 34px;
  }
  .btn-md {
    padding: 8px 20px;
    font-size: 14px;
    line-height: 21px;
}
.cust-loginbox {padding: 15px;}
.cust-cploginbuttons {width: 100%;}
.pass-eye{top:13px;}
.remtxtsize{font-size: 15px !important;}
.input-parent input{height:40px;}
.field-group{margin-bottom:30px;}
.cust-dbleft {width: 100% !important;}
.cust-dbrights {width: 100% !important;padding-left: 0;padding-right: 0;}
.cust-secthead {font-size: 22px;line-height: 31px;}
.cust-dbmiddle {margin-top: 30px;}
.site-footer {padding-top:60px;}
.inquiries-btns .button:last-child{margin-top: 20px;}
/* .inquiries-btns :nth-child(1) {margin-right:0px;} */
.products-display{grid-template-columns:48% 48%;}
.contact-parent{flex-direction: column;}
.cont-1, .cont-2,.social-outter{width:100%;}
.cont-1,.cont-2{padding: 50px;}
.contact-formm{left:0;padding: 45px;}
.inner-input {margin-bottom: 20px;}
.input-parent {margin-top: 0;margin-bottom: 0;}
.contact-formm form{margin-top: 20px;}
.contact-sec{margin-bottom: 0;float: none;}
.social-box a{display: block;}
.contact-sec .contact-parent.wid-100{float: none;}
.cust-banner {padding:38px 0px;}
.product-flex {flex-direction: column;}
.product-slider {width:100%;}
.product-description{width:100%;padding-left:0;}
.product-slider{margin-bottom: 32px;}
.slick-cust .thumbnails-slider .slick-slide {
  margin-right: 8px;
  height: auto;
  width: 21.9% !important;
}
.slick-cust .thumbnails-slider{margin-bottom: 0;padding-bottom: 0;}
/* .cart-table .price-table table tr{display: block;}
.cart-table .price-table table td{text-align: right;display: block;}
.cart-table .price-table table .product-remove{background-color: #535454;}
.cart-table .price-table table  td::before{
  content: attr(data-title) ": ";
  font-weight: 700;
  float: left;
} */
/* .cart-table .price-table table th,.cart-table .price-table table .cart-img{display: none;}
.cart-table .price-table table .product-remove::before{display: none;}
.cart-table .price-table table .product-remove{text-align: left;} */
.empty-div, .cart-total {width:100%;}
.cart-totalparent .display-flex{flex-direction: column;}
.cart-totalparent .totalsall .display-flex{flex-direction: row;}
.cart-totalparent .subtotal-amt{text-align: right;}
.cart-table .price-table table{margin-bottom: 0;}
.checkout-flex {flex-direction: column;}
.checkoutdiv {width:100%;}
.billing-form .billing-select{margin-bottom: 20px;}
.billing-form .order-note{margin-bottom: 0;}
.dropdown-content1 .billing-select{margin-bottom: 0;}
.dropdown-content1{margin-bottom: 20px;}
.Relate-products {margin-bottom:50px;}
.cartpro-div {flex-wrap: wrap;gap: 15px;}
.social-outter{
  max-width: 67%;
  margin: auto;
}
.cont-1{
  padding: 55px 40px;
  padding-top: 50px;
}
textarea{
  font-size: 16px !important;
}
.cont-2{
  padding: 55px 40px;
 
}
.bot-email{
  justify-content: center;
}
.toggler span{
  font-size: 16px;
}
.sec2-second {
  margin-top: 10px;
  margin-bottom: 0px;
}
.cust-banner h1{
  font-size: 28px;
}
.cart-coupon{
  width: 100%;
  justify-content: space-between;
}
.cart-updatebtn {
  width: 100%;
  text-align: center;
}
.update-cartbtn{
  width: 100%;
}
.cart-updatebtn{
  margin: 8px 0;
}
.cart_tablee{
  overflow-x: auto;
  width: 100%;
}
.cart-img img{
  max-width: 32px;
}
.cart_coupon_main {
  flex-direction: column;
}
.contiue_btn .cart-btn{
  width: 100%;
  text-align: center;
}
.cart-total_detail{
  padding-top:55px;
}
.drop-cont select, .drop-cont input{
  height: 39px;
  font-size: 14px;
}
.checkoutdivrihgt, .checkoutdivleft{
  width: 100%;
}
.field-group input, .form-input {
  padding: 10px 15px;
  font-size: 14px;
}
.billing-select select, .cart-coupon input {
  height: 39px;
  font-size: 14px;
}
.cont-textar textarea{
  font-size: 14px;
}
.cart-btn{
  font-size: 15px;
    padding: 13px 26px 12px 26px !important; 
}
.head-container{
  padding: 0px 15px;
}
.chekright, .chekleft{
  padding: 15px;
}
.prodcut_description_tabs iframe, .tab-content iframe {
  width: 100% !important;
  height: 300px;
}
.product-detail-page .prodcut_description_tabs .tab-content{
  padding:0;
  padding-top:20px;
}
.product-detail-page .prodcut_description_tabs .tabs{
  padding-left: 8px;
}
.form-title{font-size: 21px;}
.cust_captchasett div, .cust_captchasett iframe, #recaptcha-container iframe, #recaptcha-container div{
width:100% !important;
}
.Cart-added a::before{
  top: 16px;
}
.for_moilefix.products-containers{
width: 100% !important;
max-width: 93%;
}
.regionafix{
  margin: 0 !important;
}
.capability-check.myflex{
  gap: 5px;
}
.label-inetrest .form-input {
  width: 100%;
}
#formbutton{
  margin-top:30px;
}
}

@media (max-width:667px)
{
  .cust-50 {width: 100%;}
  .cust-padd1, .cust-padd2 {padding: 0px 20px;}
  .inquiries-btns :nth-child(1) {
    margin-right: 0;
  }
  .works-imgs {
    flex-direction: column;
    align-items: center;
  }
  .works-imgs li {
    width: 60%;
    padding-bottom: 30px;
  }
  .works-imgs li:last-child {
    padding-bottom: 0;
  }
}
@media (max-width:640px){
.input-parent{
  flex-direction: column;
}
.inner-input {
  width: 100%;
}
}

@media (max-width: 736px) {
  .head-logo img {
    max-height: 83px !important;
  }
}
@media (max-width: 734px) and (min-width: 481px) {
.margin15{
margin-top:15px;
}

}
@media (max-width: 480px) {
  .works-imgs li {
    width: 100%;
  }
  .head-logo img {
    max-height: 75px !important;
  }
  .custsec-padd {padding:40px 0px 40px;}
  .cust-cotops .cust-para {font-size: 16px;line-height: 25px;}
  .cust-contactforms .form-group:not(:last-child) {margin-bottom: 15px;}
  .cust-contactlefts{padding: 28px 20px;}
  .cust-odtopdetails a {margin-left: 0;margin-top: 8px;}
  .home-banner .banner-title h2{font-size: 43px;}
  .banner-description h3,.pro-price{font-size: 18px !important;}
  .banner-button a{font-size:15px;padding: 13px 26px 12px 26px;}
  .sec2-second a{font-size: 24px;}
  .cust-vsl-banner-video {width:100% !important;}
  .products-display{grid-template-columns:100%;gap:30px;}
  .homesec-4 .Product-title h2,.cart-total h2 ,.checkoutdiv .form-title,.another-title{font-size:21px;}
  h2 {font-size: 21px;}
  .cust-banner h1,.pro-title{font-size: 22px;}
  .field-group-main {flex-direction: column;}
  .field-group{width: 100%;}
  .billing-form .field-group {width:100%;}
  .social-outter {
    max-width: 100%;
  }
  .home-sec2{
    padding-top:30px;
  }
  .contact-formm {
    padding: 23px;
  }
  .cart-coupon, .cart_coupon_main{
    flex-direction: column;
  }
  
  .cart-coupon button,  .cart-coupon input{
    width: 100%;
  }
  .cart-coupon button{
    margin-top:10px;
    margin-left: 0 !important;
  }
  .martop40px{
    margin-top:40px !important;
  }
  .label-inetrest .form-input {
    width: 100%;
  }
  .product-detail-page .prodcut_description_tabs .active-tab, .product-detail-page .prodcut_description_tabs .tab-button{
    font-size: 14px;
    padding: 10px;
  }
  #calculateshippment{
    padding: 10px !important;
  }
  .prodcut_description_tabs iframe, .tab-content iframe {
    width: 100% !important;
    height: 200px;
  }
  .product-detail .thumbnails-slider .thumbnail-button{height: 60px;}
  .toggler{
    padding-left:10px !important;
  }
  .button, .contact-formm input[type="submit"]{
    font-size: 16px;;
  }
  .cont-2{
    padding: 55px 20px !important;
  }
  .contact-formm input[type="submit"], #contactformbutton {
    background-color: #36a98e;
    font-size: 15px;
    padding: 13px 40px 12px 40px !important;
    border-radius: 3px;
    letter-spacing: 2px;
    color: #fff;
    border: none;
    cursor: pointer;
    float: right;
    margin-top: 25px;
    -webkit-appearance: none;
    appearance: none;
  }
  .forhome_margin{
    margin-bottom:10px;
  }
}

@media (max-width: 375px) {
  .product-detail-page .prodcut_description_tabs .active-tab, .product-detail-page .prodcut_description_tabs .tab-button{
    width: 100%;
    text-align: left;
    margin-right:0 !important;
  }
  .product-detail-page .prodcut_description_tabs .tabs{
    padding-left:0px !important;
  }
}