/*===========================================
@Developed By: Ayan Paul (Builders-Wholesale)
============================================*/

/*---common-style---*/

body{
font-family: 'Roboto', sans-serif;
font-optical-sizing: auto;
}

i:before {
    margin-left: 0px !important;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    text-decoration: none;
    list-style: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

body {
    letter-spacing: 0px;
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000;
    padding: 0px;
    overflow-x: hidden;
    z-index: 0;
    margin: 0 !important;
}
main{background: #EEEEEE;}
p {
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 1.6;
	font-family: 'Roboto', sans-serif;
}
section.breadcrumb{
	background:#eeeeee;
	padding:0;
	margin: 0;
}
.breadcrumb{padding-left:0!important; background-color: transparent!important;}
p.breadcrumb{
	color:#000;
	font-size: 13px;
	font-weight: 700;
}
p.breadcrumb a{
	color:#5e7e53;
}
.body_wrapper {
    z-index: 20;
    overflow: hidden;
}
a.download{
color:#C61515;
font-size: 18px;
font-weight: 700;
}
a,
.btn,
button {
    text-decoration: none;
    outline: none !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    display: inline-block;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
    text-decoration: none;
    outline: none !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}
.rule_spacer{
	width:100%;
	display: block;
	padding: 30px 0;
	margin: 30px 0;
	border-bottom: 1px solid #000000;
}
.repeater.white{
	background: #FFFFFF;
}
.window_footer a.certified-btn {
  background-color: #073A05;
  color: #ffffff;
}
a.certified-btn_lt{
background-color: #5F7E53;
  color: #ffffff;
  border:2px solid #87b375;
}
.subhead_container{
	background:#073A05;
	padding:4px;
	margin:0 -12px 20px;
	text-align: center;
}
.windowbottom h3 {
    font-size: 16px;
    line-height: 40px;
    color:#FFFFFF;
   font-weight: 700;
   margin:0;
}

.windowbottom h3 a{color:#FFFFFF;}
img {
    max-width: 100%;
}

h1, h2.special, .call_btn a {
font-family: 'Roboto Slab', serif;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 20px;
}
h2.special{color:#FFFFFF;}
.sub-heading h3{
font-family: 'Roboto Slab', serif;
	font-weight: 800;
}
.page_title h1{
	font-family: 'Roboto Slab', serif;
	font-weight: 800;
}
h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 20px;
}

h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

.single-product h4{font-size: 1.3rem; border-bottom:1px solid #999; margin:1rem 0;}
.owl-dots {
    text-align: center;
    margin-top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
}

.owl-nav {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 64px;
}

.owl-nav button {
    margin: 0 0;
    background: none !important;
    position: absolute;
    width: 38px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border: none !important;
    box-shadow: none;
}

.owl-nav .owl-next {
    right: -115px;
}

.owl-nav .owl-prev {
    left: -115px;
}

.owl-nav button span {
    font-size: 0;
    position: relative;
    width: 38px;
    height: 64px;
    display: inline-block;
}

.owl-nav button.owl-prev span:before {
    position: absolute;
    content: "";
    background: url("../images/left-arrow.png") no-repeat;
    background-size: 100% 100%;
    width: 38px;
    height: 64px;
    top: 0;
    left: 0;
}

.owl-nav button.owl-next span:before {
    position: absolute;
    content: "";
    background: url("../images/right-arrow.png") no-repeat;
    background-size: 100% 100%;
    width: 38px;
    height: 64px;
    top: 0;
    right: 0;
}

.owl-nav button:hover {
    background: none !important;
}
.showroom_carousel{background:#EEEEEE;}
/*.owl-nav button:hover span:before {
    filter: brightness(0) invert(1);
}*/

.owl-dots .owl-dot span {
    width: 17px;
    height: 17px;
    border-radius: 100%;
    background: #fff;
    margin: 0px 5px;
    border: 1px solid #fff;
    opacity: 1;
    display: block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transform: none;
}

.owl-dots .owl-dot.active span {
    transform: none;
    opacity: 1;
    background: #000;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

#customDots {
    text-align: center; /* Center the dots horizontally */
    margin-top: -20px; /* Adjust the top margin as needed */
    padding-bottom:20px;
}

#customDots .owl-dot {
    display: inline-block;
    width: 20px; /* Adjust the width of the dots */
    height: 20px; /* Adjust the height of the dots */
    background-color: #333; /* Color of the inactive dots */
    border-radius: 50%; /* Make the dots circular */
    margin: 0 12px; /* Adjust the margin between dots as needed */
    cursor: pointer;
}

#customDots .owl-dot.active {
    background-color: #5F7E53; /* Color of the active dot (you can change it) */
}

/* HOME HERO OWL */
#hero-carousel, #hero-carousel .item {
  width: 100%;
  height: 95vh;
  object-fit: cover;
  background-position: center bottom;
}

#hero-carousel .carousel-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}


#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 24px;
    background: #073a04;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    opacity: 0;
    font-size: 24px;
    border: 2px solid #fff;
    border-radius: 100%;
    font-family: "FontAwesome";
}

#back-to-top:hover {
    background: #000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

#back-to-top.show {
    opacity: 1;
}

.form-control {
    background: #fff !important;
    padding:.3rem;
    color: #000 !important;
    margin-bottom: 0;
    letter-spacing: 0;
    font-weight: 400;
    border: 1px solid #707070;
}
/* SIDEBAR FORM */
.form_container{
	padding:30px;
	background:#FFFFFF;
	border: 5px solid #e9e9e9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 1px 10px 15px -1px rgba(0,0,0,0.46);
	-webkit-box-shadow: 1px 10px 15px -1px rgba(0,0,0,0.46);
	-moz-box-shadow: 1px 10px 15px -1px rgba(0,0,0,0.46);
}
.form_container input[type="text"],
.form_container input[type="email"],
.form_container input[type="number"],
.form_container input[type="tel"],
.form_container select,
.form_container textarea{
	font-size: 12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.wpcf7-form textarea{ 
    width: 100% !important;
    height:70px!important;
}
.quote_hdr{
width:100%;
background:#000;
text-align: center;
padding:6px;
margin-bottom:20px;
}

.quote_hdr h3{color:#FFD43B; font-size: 18px; margin:0;}


body.single-product .form_container{
margin-top:30px;
padding-top:30px;
}

input[type="submit"] {
width: 100%;
}

.form-control::placeholder {
    color: #000;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #000;
}

.form-control::-ms-input-placeholder {
    color: #000;
}

.common-background {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.fixed-bg {
    background-attachment: fixed !important;
}

.common-left-right-padding {
    padding-left: 100px;
    padding-right: 100px;
}

.sec_pad {
    padding-top: 150px;
    padding-bottom: 100px;
}

.row-reverse {
    flex-direction: row-reverse;
}




/*---common-style---*/

/*---common-header---*/

.header_area {
    position: relative;
    width: 100%;
    left: 0;
    z-index: 20;
    top: 0;
    background: #000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    padding: 50px 0;
}
/* Default styles for #logoA and #logoB */
#logoA {
    display: block; /* Display #logoA by default */
}

#logoB {
    display: none; /* Hide #logoB by default */
}


.header_area.navbar_fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: #000 !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(12, 0, 46, 8%);
    box-shadow: 0px 5px 10px 0px rgba(12, 0, 46, 8%);
    padding: 20px 0;
}

.navbar-area {
    padding: 0 0;
}

.slider-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 70vh; /* This makes sure it takes the full height of the viewport */
    background-attachment: fixed; /* This line creates the parallax effect */
    background-position: 50% 50%; /* Optional but helps with image positioning */
    padding-top: 100px;
}
.slider-wrap:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.pnl{
	border:1px solid #CCCCCC;
	padding:24px 12px; 
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.pnl h4{
 margin:12px 0;
 color:#FFFFFF;
}
.pnl p{color:#FFFFFF;}
.single-local h1.local_title{color:#000000;}
.img_container{width:100%;margin:16px 0}
.img_container img{object-fit: cover; width:100%}

/* // shortcode container */
/* Two Column Layout Styles */
.two-column-layout {
    display: flex;
    align-items: center; /* Vertical centering */
    justify-content: center; /* Horizontal centering */
    color: #000; /* Default font color */
    background-color: #fff; /* Default background color */
}

.two-column-layout .column-image {
    flex: 1;
    background-size: cover;
    background-position: center;
}

.two-column-layout .column-quote {
    flex: 1;
    text-align: center;
    padding: 20px; /* Adjustable padding for text */
}
.column-quote p{font-size: 20px; line-height: 1.5;}

/* Media Query for Responsive Design */
@media (max-width: 768px) {
    .two-column-layout {
        flex-direction: column;
    }
}


.hero-box.pnl {
    width: 35%;
    background:#073A05;
    padding:30px;
    position: relative;
	z-index: 9;
}
.secondary_cat_desc{
border-top: 1px solid #000;
    padding-top: 20px;
}
.hero-box.pnl p, .secondary_cat_desc p{
font-weight: 400;
    line-height: inherit;
}
.hero-box.pnl img{
margin-top:12px;
max-height: 120px;
    width: auto;
}
.secondary_cat_desc p{
	font-weight: 700;
}
.secondary_cat_desc img{
max-height: 70px;
width:auto;
}

.windowBox.joe {
    border: 1px solid #CCC;
    margin: 30px 0;
    padding: 0;
}
.window_footer{
 padding: 12px;
}
.page_title.sticky {
  background: #000000a6;
  transition: all 0.4s ease;
  margin-top: -16px;
}
.windowPic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  overflow: hidden;
}

.windowPic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Cover entire element box */
  object-position: center; /* Center the image */
}


.wpcf7-spinner {display: block;}
.form-panel {
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white */
    padding: 20px;
    border-radius: 10px;
    position: relative; /* This makes sure it's "floating" in position */
}

.hero-title {
    color: white;
}

.page_title{    
	display: block;
    background: #02020273;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding-right: 5%;
    padding-top: .50%;
    padding-bottom: .50%;
}
.page_title h1{ margin-bottom: 0;}
.procat_logo {width: 100%; padding: 2rem 0;}
.procat_logo img{max-height:70px;}

p.download img{margin-bottom: 1.7rem;}
p.download{margin:0 0 0 0; border-bottom:1px solid  #999}


.superscript_reg:after {
  content: "\00ae";
  font-size: 56%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  vertical-align: super;
}
.resource_toolbar {
    width: 100%;
    border-top: 2px solid #5E7E53;
    display: flex;
    flex-direction: row;
    justify-content: end;
    padding-top:20px;
}

.resource_toolbar .fa-book:before,
.resource_toolbar .fa-download:before,
.resource_toolbar  .fa-globe:before {
    display: block;
    text-align: center;
    font-size: 2rem;
    color:#ccc;
}

.resource_wrap {
    border: 1px solid #ccc;
    padding: 0.6rem 0.7rem 0.4rem 0.7rem;
    margin-left: 1rem;
    margin-top: 1rem;
}
.resource_title{
    margin-top: 1rem;
    text-align: right;
    font-size: 1rem;
    margin-bottom: 0.2rem;
    color: #5E7E53;
}
/* Normal state styling for resource_wrap */
.resource_wrap {
    text-align: center;
    margin: 0;
    margin:6px;
}

.resource_wrap a {
    color: #000; /* Set the default link color */
}

/* Hover state styling for resource_wrap */
.resource_wrap:hover {
    color: #fff; /* Set the text color to white on hover */
    background: #5E7E53;
}

.resource_wrap:hover a {
    color: #fff; /* Set the link color to white on hover */
}
.resource_toolbar a{display:block; color:#000}
.resource_toolbar a.btn{color: #fff;}
.tb_caption{text-align: center; margin-bottom:0; font-size: .7rem!important; }

/* PRODUCT INFO PANEL */

.certified_info_pnl {
  background: linear-gradient(45deg, #5E7E53, #063A05);
  border: 6px solid #5E7E53;
  border-radius: 8px;
  padding: 40px 30px;
  margin: 0 50px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  transition: background 0.2s ease-out; /* quicker background transition */
  width: 100%;
}

.certified_info_pnl ul {
  padding-left: 1rem;
}

.certified_info_pnl li {
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}


/* section */
.cat_info{
	padding:80px 0;
	background:#eeeeee;
}
/* PRODUCT CATEGORY PAGE */
  
.image-block { display: flex; flex-wrap: wrap; }
.image-block-inner { -webkit-box-shadow: 0px 3px 10px 1px rgba(204, 204, 204 0, 1); -moz-box-shadow: 0px 3px 10px 1px rgba(204, 204, 204 0, 1); box-shadow: 0px 3px 10px 1px rgba(204, 204, 204, 1); }
.image-block li>.image-block-inner { padding-bottom: 30px; background-color: #fff; height: 100%; }
.image-block li>.image-block-inner>a { display: block; overflow: hidden; }
.image-block li>.image-block-inner>a img { border: 1px solid #e1e1df; }
.image-block li>.image-block-inner:hover { background-color: #eee; }
.hp-posts-cat { margin-bottom: 13px; margin-top: 35px; text-transform: uppercase; font-weight: 600; font-size: 1rem; letter-spacing: 0.1rem; display: inline-block; }
/* 
.news { font-family: 'Oswald', sans-serif; }
 */
.news .image-block li>.image-block-inner h4, .hp-posts-cat, .news .image-block li>.image-block-inner p, .read-more { padding: 0 28px; }
.read-more { display: block; text-decoration: underline; margin-top: 30px; font-weight: 600; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child { margin-right: 0;}



/* SINGLE PRODUCT PAGE */
.column-four-section-wrapper h2, .column-two-section-wrapper h2{margin-top:2rem}
.window-contentBottom p, .column-four-section-wrapper p, .column-two-section-wrapper p{	font-weight: 300; line-height: 32px; margin-bottom: 3rem;}
.fourcol-content-wrap { padding: 20px 15px; text-align: center;}
.fourcol-content-wrap h6 { margin-bottom: 10px;}
.fourcol-img-wrap { position: relative; padding-top: 100%;}
.fourcol-img-wrap img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0;}
.fourcol-content-wrap h6 { text-align:left; font-weight:500; font-size:20px; padding-bottom:1rem; border-bottom:1px solid #000;}
.fourcol-content-wrap p{ margin-bottom: 0; line-height:26px; font-size:14px; letter-spacing:1px; text-align:justify; hyphens:auto;}



/*-- sub-menu(Start) --*/

.site-navbar ul li > ul.sub-menu{position: absolute; width: 220px; background: #fff; top: 34px; left: 0; z-index: 9; display: none; box-shadow: 0 2px 2px 2px rgb(0, 0, 0, 0.05); border-radius: 0 0 4px 4px; text-align: left;}
.site-navbar ul li:hover > ul.sub-menu{display: block;}
.site-navbar ul li > ul.sub-menu li { display: block; margin: 0px; text-transform: none; padding: 0 8px; }
.site-navbar ul li > ul.sub-menu li a{padding: 4px 8px; color: #000; font-size: 14px;   text-transform: capitalize; width:100%}
.site-navbar ul li > ul.sub-menu li a:hover{ color: #B52338;}

.site-navbar ul li > ul.sub-menu li ul.sub-menu{left: 220px; top:0;}
/* end */

.nav-toggler {
    border: none;
    padding: 0px;
    background-color: transparent;
    cursor: pointer;
    height: 39px;
    display: none;
    width: 28px;
    position: relative;
    z-index: 9;
}
.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
    width: 28px;
    height: 3px;
    background-color: #000;
    display: block;
    transition: 0.3s;
}
.nav-toggler span:before {
    content: "";
    transform: translateY(-9px);
}
.nav-toggler span:after {
    content: "";
    transform: translateY(6px);
}
.nav-toggler.toggler-open span {
    background-color: transparent !important;
}
.nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
    background: #000 !important;
}
.nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
    background: #000 !important;
}

.site-logo {
    position: absolute;
    top: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.site-logo img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.mega-sticky-wrapper #mega-menu-wrap-primary #mega-menu-primary{margin-top: 28px;}


.header_area:before {
    position: absolute;
    content: "";
    background: #073a04;
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    left: 0;
    top: 0;
    width: 690px;
    height: 100%;
}

.header_area.navbar_fixed .site-logo {
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

/*---common-header---*/

/*---custom-css---*/

.banner-sec {
    padding: 450px 0 170px;
    background-position: top 6rem center !important;
}

.banner-sec .main-heading {
    background: rgba(7, 44, 3, 0.49);
    padding: 60px 15px;
}

.banner-sec h1, .banner-sec h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
}

.banner-sec p {
    color: #fff;
}

.product-search-form-wrap {
    max-width: 450px;
    margin: 30px auto 0;
}

.product-search-form-wrap form {
    position: relative;
}

.product-search-form-wrap .btn {
    position: absolute;
    background: url(../images/search-icon.png) no-repeat !important;
    /*background-size: 41px !important;*/
    background-size: 100% !important;
    /*width: 41px;
    height: 44px;*/
    width: 34px;
    height: 35px;
    padding: 0;
    min-width: auto;
    background-position: center center !important;
    border-radius: 0 !important;
    /*right: 7px;
    top: 7px;*/
    right: 7px;
    top: -2px;
    border: none;
}

.product-search-form-wrap .form-control {
    height: 62px !important;
    font-size: 30px;
    text-align: center;
    border-radius: 8px !important;
    border: 1px solid #707070;
    padding: 10px 50px;
}

.product-search-form-wrap .form-control::placeholder {
    color: #cccccc;
    opacity: 1;
}

.product-search-form-wrap .form-control:-ms-input-placeholder {
    color: #cccccc;
}

.product-search-form-wrap .form-control::-ms-input-placeholder {
    color: #cccccc;
}

.banner-bottom-slider-sec {
    background: #073a04;
}

/*for footer sections css*/
.bann-bottomBox {
    border-radius: 6px 6px 0 0;
    background: #fff;
    padding: 40px 40px;
    text-align: center;
    min-height: 100%;
    position: relative;
    z-index: 1;
}
.home .bann-bottomBox{border-radius: 0px 0px 20px 0; background: #dbe2e4; /*padding: 40px 40px; text-align: center; margin-top: -250px;*/ padding: 0; /*margin-top: -100px;*/ margin-top: -160px; position: relative; z-index: 1; box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.2);} 
.bann-bottomBox p{font-size: 18px;}

.home_cat_name{ text-align: center; display: flex; align-items: center; justify-content: center;  }
.home_cat_name h3{ font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 1.3rem; margin:0 0 15px 0; text-transform: uppercase;}
/* .image-with-btn-wrap:before { content: ""; display: block; background: #02020273; position: absolute; left: 0; top: 0; bottom: 85%; right: 0; } */

.single-slide {
    background: #073a04;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.67);
    border-radius: 13px;
    margin-top: 25px;
}

.single-slide h3 {
    color: #fff;
    font-size: 24px;
}

.single-slide figure {
    margin: 0;
    overflow: hidden;
    max-height: 330px;
}

.single-slide figure img {
    height: 100%;
    object-fit: cover;
}

.single-slide .image-with-btn-wrap {
    position: relative;
}

.browse-btn {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(7, 44, 3, 0.6);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.browse-btn a {
    background: #ffffff6e;
    border: 2px solid #fff;
    padding: 18px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    min-width: 200px;
}

.browse-btn a:hover {
    background: #FDDD31;
    color: #000;
}

.single-slide:hover .browse-btn {
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.product-slider .items {
    padding: 0 5px;
}

.product-slider {
    transform: translateY(-130px);
}

.estimate-btn-wrap {
    margin-top: -40px;
}

.estimate-btn-wrap h4 {
    color: #fff;
    font-size: 39px;
}


.image-with-ratings-wrap {
    position: relative;
    max-width: 325px;
    padding-top: 100px;
}

.image-with-ratings-wrap figure {
    /*	max-width: 325px;*/
    margin-bottom: 0;
    overflow: hidden;
}

.image-with-ratings-wrap figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.image-with-ratings-wrap .rating-img {
    position: absolute;
    bottom: 135px;
    right: -45px;
}

.special-offer-sec {
    position: relative;
    padding-bottom: 60px;
}

.special-offer-sec:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.special-offer-text {
    position: relative;
    background: #f6cb2e;
    border-radius: 0 0 15px 15px;
    padding: 60px;
    border: 4px solid #fff;
    border-top: 0;
    max-width: 560px;
    margin-left: auto;
}
.special-offer-text h3 {
    font-size: 40px;
}

.special-offer-text h2.special_hd{
    width: 100%;
    background: #000;
    color: #FFF;
    padding: 6px 12px;
    border: 2px solid #fff;
    border-radius: 10px;

}
.special-offer-text p {
    font-size: 30px;
    line-height: 40px;
}

.special-offer-text .btn {
    margin-top: 30px;
}

.special-offer-sec .sub-heading {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
}

.special-offer-sec .sub-heading h1 {
    color: #fff;
    font-size: 80px;
    line-height: 90px;
}

.special-offer-sec .sub-heading p {
    color: #fff;
    font-size: 39px;
    line-height: 49px;
}

.one-third-slider-sec .top-text h3 {
    font-size: 39px;
    color: #fff;
    font-weight: 700;
}

.one-third-slider-sec .top-text p {
    color: #fff;
}

.logo-with-number a {
    color: #fff;
    font-size: 39px;
}

.logo-with-number a:hover {
    text-decoration: underline;
}

.logo-with-number .logo_link {
    max-width: 316px;
    margin: 0 auto 15px;
}

.bottom-slider-sec {
/* 
    padding-top: 100px;
 */
}

.bottom-slider-sec .top-text {
    max-width: 520px;
    padding-right: 15px;
}

.bottom-slider-sec .one-third-slider {
    padding-right: 70px;
}

.bottom-slider-sec .col-lg-8 {
    width: 65%;
}

.bottom-slider-sec .col-lg-4 {
    width: 35%;
}

.bottom-slider-sec .single-figure {
    max-height: 550px;
    overflow: hidden;
}

.bottom-slider-sec .single-figure img {
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.brands-sec h3 {
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 80px;
}

.brand-slider .owl-dots .owl-dot span {
    background: #073a04;
    border-color: #073a04;
}

.brand-slider .owl-dots .owl-dot.active span {
    background: #0e9006;
}

.single-brand:hover img {
    filter: grayscale(1);
}
.container-fluid{
	max-width: 1930px;
}
.brands-sec .container-fluid {
    padding-right: 0;
    padding-left: 100px;
}

.single-figure:hover img {
    transform: scale(1.1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.footer-top-text .sub-heading {
    background: rgba(255, 255, 255, 0.83);
    padding: 40px 60px;
    border-radius: 12px;
    border: 4px solid #073a04;
}

.footer-top-text .sub-heading h3 {
    font-size: 39px;
    font-weight: 700;
}

.footer-top-text .sub-heading p {
    font-size: 28px;
    line-height: 48px;
}

.footer-top-text {
    padding-bottom: 500px;
}

.footer-bottom-sec {
    background: rgba(0, 0, 0, 0.7);
    padding: 40px 0;
}

.foo-links ul li {
    color: #fff;
    font-size: 18px;
    max-width: 230px;
    margin-bottom: 15px;
    
}

.foo-links ul li a,
.foo-end ul li a {
    color: #fff;
}

.foo-links ul li a:hover,
.foo-end ul li a:hover {
    text-decoration: underline;
}

.foo-logo {
    text-align: center;
}

.foo-end ul {
    display: flex;
    justify-content: center;
}

.foo-end ul li {
    padding: 0 20px;
    color: #fff;
    font-size: 18px;
    border-right: 1px solid #fff;
    
}

.foo-end ul li:last-child {
    border: none;
}

.foo-end {
    padding-top: 40px;
}

/*-- New-css(23-01-2023) --*/

.about-icon{
    width: 200px;
    height: 200px;
    background: #073a04;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 40px;
    position: relative;
}
.about-iconBottom h6{font-weight: 700;}
.about-iconBottom h3 a{color: #000;}
.about-iconBottom h3 a:hover, .conEmail h4 a:hover{color: #073a04;}

.conList{padding: 0;}
.conList li{margin-bottom: 15px;}
.conList li h5{font-weight: 400; margin-bottom: 0;}
.conEmail h4 a{color: #000;}

.conEmail p{color: #5a5a5a;}
.con-formBox { background: #fff; padding: 30px 60px; box-shadow: 0 0 12px 1px rgb(0 0 0 / 10%);}
.about-icon a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%;}




/*-- New-css(20-02-2023)-Tab-css(Start) --*/

.greenBg{background: #073a04;}
.cta_tabSec { margin-top: 90px;}
.cta_tabRow { background: #622d6e; margin-top: -70px;}
.cta_tabRow .tab-pane { padding: 100px;}

.cta_tabRow ul.nav.nav-pills{padding: 0; margin:0 !important;}
.cta_tabRow ul.nav.nav-pills li.nav-item { list-style: none; padding-left: 0; text-transform: uppercase;}
.cta_tabRow ul.nav.nav-pills li.nav-item .nav-link{ color: #fff; border-radius: 0; font-size: 21px; padding: 1.2rem 2.5rem;}
.cta_tabRow .nav-pills .nav-link.active, .cta_tabRow .nav-pills .show>.nav-link { color: #fff; background-color: #913ea3;}


/*-- New-css(20-02-2023)-Tab-css(End) --*/
/*for header css*/
p, li{font-size: 1rem}
.slider-wrap { position: relative;}
.slider-wrap img{width: 100%;}
.window-sec .col-lg-3.col-mg-6.col-sm-6, 
.window-sec .col-lg-4.col-mg-6.col-sm-6 { margin-bottom: 30px;}

.singleCell-pic img{border:3px solid #fff}
.singleCell-content h4{font-weight: 500; font-size: 26px;}
.singleCell-content p{color: #000; font-size: 20px; font-weight: 300;}

.singleCell-ri { /* padding-left: 100px; */}

.treatment-sec{position: relative;}
.treatment-sec:before{position: absolute; left: 0; bottom: 0; height: 80%; width: 100%; content: ""; background: rgba(118, 134, 82, 0.06);}

.cell-bottom{padding: 10px 0;}
.cell-bottom h5{font-style: italic; color: #000; font-weight: 400;}
.treatment-title h3{color: #000; font-weight: 700;}
.treatmentPic{width: 200px; height: 200px; border: 2px solid #fff; border-radius: 100%; overflow: hidden; margin: 0 auto 40px; position: relative;}
.treatmentbottom p{color: #000;}
.sec-gapTopSm {
    padding-top: 40px;
}
.sec-gapBottom{padding-bottom: 40px;}
.sec-gapSide {
    padding-left: 100px;
    padding-right: 100px;
}
.sec-gapBottomSm {
    padding-bottom: 40px;
}
.warranty-sec {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}
.warranty-sec {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    background: #063A05;
    color: #fff;
    padding: 30px 0;
}
.cta_section{
	background: #c6d7c1;
}
.bann-bottom, .singleCell-sec{background:#eee}


h5{width:100%; border-bottom:1px solid #000; padding-bottom: .5rem; margin-top:1rem}
main ul li{list-style:square;  padding-left:.5rem; margin-left: 1rem;}
.logo_wrap  {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
	  border-top:2px solid #000;
	  padding-top:30px;
	  margin-top: 30px
    }
.logo_wrap img{
	max-width:25%;
	height:auto;
}
.logo_wrap:nth-child(1) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    }

.logo_wrap:nth-child(2) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    }

.logo_wrap:nth-child(3) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    }

.windowbottom { padding: 12px; min-height: 280px;}

/* ACCORDION SECTION */
.flexi_accordion-sec_bg {background-repeat:no-repeat; position:relative;}
.flexi_accordion-sec_bg:before{ content: ""; display: block; position: absolute; left: 0; top: 0; bottom: 0; right: 0; }
.row_pnl{background: #ffffffa8; height: auto; padding:1.8% 1.5% 1.5% 1.5%; }
.accordion-cus .card{border:none; border-radius: 0;}
.accordion-cus .card-header { background: none;  padding:6px}
.accordion-cus .card-header:hover{background-color: #063A05!important;}
.accordion-cus .card-header .btn.btn-link { text-transform: none!important; color: #fff; width: 100%; display: flex; justify-content: space-between; align-items:center; font-size: 20px; font-weight: 500;}
.accordion-cus .card-header .btn.btn-link:hover{text-decoration: none; background-color: #000;}
.accordion-cus .active .card-header .btn.btn-link { color: #fff;}
.accordion-cus .active .card-header { background: #000000; color: #fff;}
.accordion-cus .card-body { background: #FDE052; font-size: 16px;}
.accordion-cus .card-body ul li{font-size: 16px;}
.before_accordion{
	margin-bottom: 50px;
}
.card-header h3{font-size:1.5rem}
.card-body h3{border-bottom:1px solid #000; margin:1rem 0}
.card-header-anchor {
  text-decoration: none!important;
  color: inherit;
}


/* INNER SINGLE-PRODUCT TEXT CONTAINER */
.content-container .desktop-content { display: block; }
.content-container .mobile-content { display: none; }
.content-container .less-link { display: none; }

/*---custom-css---*/


/*---Responsive---*/

@media screen and (max-width: 2048px) {
	body > section.banner-sec.common-background.fixed-bg > div > div > p {font-size: 28px;}
}

@media screen and (max-width: 1640px) {
    h1 {
        font-size: 48px;
        line-height: 58px;
    }
	body > section.banner-sec.common-background.fixed-bg > div > div > p {font-size: 22px;}
	.home_cat_name { top: 7.5%; } .home_cat_name h3{ font-size: 20px;}
	.common-left-right-padding { padding-left: 50px; padding-right: 50px; }
	.hero-box.pnl { width: 40%; 
	.header_area:before { width: 450px; }
	.site-navbar ul.menu-call-btn li a { padding: 15px 30px; } .site-navbar ul.menu-call-btn { margin-left: 15px; }
	.site-navbar ul li { padding: 0 15px; }
	.banner-sec { padding: 350px 0 100px; } .product-slider { transform: translateY(-75px); }
	.estimate-btn-wrap { margin-top: 0; }
	.owl-nav .owl-prev { left: -60px; }
	.owl-nav .owl-next { right: -60px; }
	.special-offer-sec .sub-heading h1 { font-size: 60px; line-height: 70px; }
	.brands-sec .container-fluid { padding-left: 50px; } .sec_pad { padding-top: 50px; padding-bottom: 50px; }
	.footer-top-text { padding-bottom: 400px; }
	.windowbottom { padding: 0 12px;}
	.cta_tabRow .tab-pane { padding: 50px;}
	.cta_tabRow ul.nav.nav-pills li.nav-item .nav-link { font-size: 20px; padding: 1rem 2.2rem;}
	.cta_tabRow { margin-top: -62px;}
	.cta_tabSec { margin-top: 62px;}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{font-size: 19px;}
	.sec-gapSide { padding-left: 80px !important; padding-right: 80px !important;}

}
@media screen and (min-width: 1600px) {
    .container {
        max-width: 1420px;
    }
}
@media screen and (max-width: 1470px) {
	h1 {font-size: 34px; line-height: 46px; }
	.page_title h1{font-size: 44px;}
	.windowbottom h3{font-size:20px}
	.hero-box.pnl { width: 40%;  margin-top: 12px;}
	.procat_logo img { max-height: 56px; width:auto; }
	.one-third-slider-sec .top-text h3 { font-size: 24px;}
	.main-heading p{font-size: 24px;}
	#hero-carousel > div.owl-stage-outer h1{font-size: 2rem;}
	.slider-wrap {padding-top:110px;}
}

@media screen and (max-width: 1366px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{font-size: 18px;}
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item { margin: 0 20px 0 0;}
    .con-formBox { padding: 30px 50px;}
    .windowbottom p { font-size: 1rem;}
    .sec-gapSide { padding-left: 60px !important; padding-right: 60px !important;}
	body > section.banner-sec.common-background.fixed-bg > div > div > p {font-size: 20px;}

}
@media screen and (max-width: 1199px) {
			h1 { font-size: 36px; line-height: 46px; }

			h2 { font-size: 30px; line-height: auto; }

			.site-navbar ul li a, .site-navbar ul.menu-call-btn li a, body, .product-search-form-wrap .form-control { font-size: 16px; }

			.single-slide h3 { font-size: 20px; }

			.estimate-btn-wrap h4 { font-size: 24px; }

			.banner-sec .main-heading { padding: 30px 15px; }

			.special-offer-sec .sub-heading h1 { font-size: 36px; line-height: 46px; }

			.special-offer-sec .sub-heading p { font-size: 24px; line-height: 34px; }

			.one-third-slider-sec .top-text h3, .logo-with-number a { font-size: 24px; }

			.logo-with-number .logo_link { max-width: 250px; }

			.brands-sec h3 { font-size: 24px; margin-bottom: 40px; }

			.owl-dots { margin-top: 40px; }

			.owl-dots .owl-dot span { width: 12px; height: 12px; }

			.banner-sec { padding: 250px 0 100px; background-position: top 0 center !important; }

			.special-offer-text h3 { font-size: 24px; }

			.special-offer-text p { font-size: 24px; line-height: 34px; }

			.special-offer-text { padding: 30px; }

			.special-offer-text .btn { margin-top: 20px; }

			.footer-top-text .sub-heading h3 { font-size: 24px; }

			.footer-top-text .sub-heading p { font-size: 16px; line-height: 30px; }

			.footer-top-text { padding-bottom: 300px; }

			.foo-logo { max-width: 150px; margin: 0 auto; }

			.foo-links ul li, .foo-end ul li { font-size: 16px; }

			.owl-nav .owl-prev { left: -30px; }

			.owl-nav .owl-next { right: -30px; }


			/* BRAND SLIDER */
			.brand-slider.owl-carousel { position: relative; }

			.brand-slider.owl-carousel::before, .brand-slider.owl-carousel::after { content: ""; position: absolute; width: 50px; height: 100%; pointer-events: none; z-index: 1; }

			.brand-slider.owl-carousel::before { left: 0; background: linear-gradient(to right, white, rgba(255,255,255,0)); }

			.brand-slider.owl-carousel::after { right: 0; background: linear-gradient(to left, white, rgba(255,255,255,0)); }

			/* END BRAND SLIDER */
			
			.bottom-slider-sec .one-third-slider { padding-right: 30px; }
			.windowbottom { padding: 12px;}
			.windowBox { padding: 4px; margin: 1rem 0; border-width: 0.18rem;}
			.window-sec .col-xl-3.col-lg-4.col-md-6.col-sm-6, .window-sec .col-xl-3.col-lg-4.col-md-6.col-sm-6 { margin-bottom: 20px;}
			.cta_tabRow .tab-pane { padding: 20px;}
			.cta_tabRow ul.nav.nav-pills li.nav-item .nav-link { font-size: 18px; padding: 0.8rem 1.9rem;}
			.cta_tabRow { margin-top: -52px;}
			.cta_tabSec { margin-top: 52px;}
			#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item { margin: 0 11px 0 0;}
			#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link { font-size: 16px; line-height: 34px; height: 34px; padding: 0px 7px 0px 7px;}
			.sec_pad { padding-top: 40px; padding-bottom: 40px;}
			.windowbottom p { font-size: 1.3rem;}


			.sec-gapTopSm { padding-top: 30px !important;}
			.sec-gapBottomSm { padding-bottom: 30px !important;}
			.sec-gapBottom { padding-bottom: 30px !important;}
			.sec-gapSide { padding-left: 30px !important; padding-right: 30px !important;}

}



@media screen and (max-width: 767px) {
    .content-container .desktop-content { display: none; }
    .content-container .mobile-content { display: block; }
    .content-container .less-link { display: inline; } /* Ensure "less" link is visible when needed */
}


@media screen and (max-width: 1024px) {
    .special-offer-text p, .special-offer-sec .sub-heading p{ font-size: 20px; line-height: 24px;}
    .special-offer-text h3 { font-size: 22px;}
    h2 { font-size: 26px; line-height: 30px;}
    .sec_pad { padding-top: 30px; padding-bottom: 30px;}
    .special-offer-sec .sub-heading h1 { font-size: 30px; line-height: 34px;}
    .bann-bottomBox { padding: 30px 20px; margin-top: -80px; margin-bottom: 80px;}
    .bann-bottomBox p { font-size: 17px;}
    .con-formBox { padding: 30px 40px;}
    .windowbottom p { font-size: .85rem;}
    .sec-gapSide { padding-left: 20px; padding-right: 20px !important;}
    .procat_logo { padding: 1.5rem 0;}
    body > section.banner-sec.common-background.fixed-bg > div > div > p {font-size: 18px;}


}

@media screen and (max-width: 991px) {
    .nav-toggler {
        display: none;
    }

    .site-navbar {
        min-height: auto;
    }
    .site-navbar ul {
        position: absolute;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        flex-direction: column;
        align-items: center;
        background-color: #0e9006;
        overflow: hidden;
        transition: 0.5s;
        transform: translateX(-100%);
        padding: 70px 0;
        justify-content: center;
    }
    .site-navbar ul li {
        width: 100%;
        text-align: center;
        float: left;
        padding: 6px 0;
        display: block;
    }
    .site-navbar ul li a {
        padding: 0 30px;
        color: #000;
        font-size: 16px;
    }

    .site-navbar ul.open {
        height: 100vh;
        overflow: visible;
        transform: translateX(0px);
        z-index: 2;
    }

    .site-navbar ul li:before {
        display: none;
    }

    .site-navbar ul li a:before {
        display: none;
    }

    .site-navbar .menu-call-btn {
        margin-left: auto;
        position: relative;
        height: auto;
        background: none;
        padding: 0;
        transform: none;
        margin-right: 15px;
        z-index: 1;
        flex-direction: row;
        width: auto;
    }

	.site-navbar ul.menu-call-btn { margin-left: auto; }
	.site-navbar ul.menu-call-btn li a { padding: 15px; color: #fff !important; }
	.common-left-right-padding { padding-left: 15px; padding-right: 15px; }
	.header_area .common-left-right-padding { padding-left: 0; padding-right: 0; }
	.site-navbar { padding: 15px; }
	.header_area:before { width: 150px; }
	.site-navbar ul li.active a, .site-navbar ul li a:hover { color: #fff; }
	.single-slide { padding: 15px; }
	.browse-btn a { padding: 15px; font-size: 14px; min-width: 150px; }
	.image-with-ratings-wrap { padding-top: 50px; margin: 0 auto; }
	.special-offer-text { padding: 30px 15px; margin: 40px auto; border: 4px solid #fff; border-radius: 15px; }
	.top-text { text-align: center; }
	.bottom-slider-sec .col-lg-8, .bottom-slider-sec .col-lg-4 { width: 100%; }
	.bottom-slider-sec .top-text { max-width: 100%; padding-right: 15px; padding-left: 15px; }
	.bottom-slider-sec { padding-top: 40px; }
	.bottom-slider-sec .one-third-slider { padding-right: 0; padding-bottom: 40px; }
	.logo-with-number .logo_link { max-width: 200px; margin: 30px auto 15px; }
	.logo-with-number .call_btn { margin-bottom: 50px; }
	.footer-top-text .sub-heading { padding: 30px 15px; }
	.footer-top-text { padding-bottom: 200px; }
	.foo-links { text-align: center; }
	.foo-links ul li { max-width: 100%; }
	.foo-logo { margin: 20px auto; }

.brands-sec .container-fluid { padding-left: 15px; }
    .cta_tabRow ul.nav.nav-pills li.nav-item .nav-link { font-size: 17px; padding: 0.5rem 1rem;}
    .cta_tabRow { margin-top: -42px;}
    .cta_tabSec { margin-top: 42px;}

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item { margin: 0 6px 0 0;}
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link { font-size: 14px; line-height: 30px; height: 30px; padding: 0px 5px 0px 5px;}
    .sec-gapSide { padding-left: 15px !important; padding-right: 15px !important;}

    .sec-gapTopSm { padding-top: 20px !important;}
    .sec-gapBottomSm { padding-bottom: 20px !important;}
    .sec-gapBottom { padding-bottom: 20px !important;}
    .resource_title { margin-top: 0.5rem; font-size: 1.2rem;}
    .foo-links ul li { font-size: 16px; margin-bottom: 10px;}
    .foo-end { padding-top: 20px;}


}
@media screen and (max-width: 768px) {
    #mega-menu-wrap-primary .mega-menu-toggle { width: 51px; position: absolute; right: 0; top: -4px;}
    

}
@media screen and (max-width: 767px) {
    .cta_tabRow ul.nav.nav-pills li.nav-item .nav-link { font-size: 15px; padding: 0.5rem 0.7rem;}
    .cta_tabRow { margin-top: -39px;}
    .cta_tabSec { margin-top: 39px;}
    .footer-top-text .sub-heading h3 { font-size: 22px;}
    .footer-top-text { padding-bottom: 50px;}
    .logo-with-number .call_btn { margin-bottom: 30px;}
    h1 { font-size: 30px; line-height: 36px;}
    h2 { font-size: 24px; line-height: 28px;}
    .special-offer-text h3 { font-size: 20px;}
    .special-offer-text p, .special-offer-sec .sub-heading p { font-size: 17px; line-height: 22px;}
    .product-search-form-wrap .form-control { height: 44px !important; padding: 5px 40px 5px 10px;}
    .product-search-form-wrap .btn { width: 28px; height: 30px; right: 7px; top: -10px;}
    .footer-top-text .sub-heading p { font-size: 16px; line-height: 23px;}
    h1, h2, h3, h4, h5, h6 { margin-bottom: 10px;}
    .bann-bottomBox p { font-size: 16px;}
    .bann-bottomBox { padding: 20px 15px; margin-top: -40px; margin-bottom: 40px;}
    .form-control { padding: 6px 10px; height: 42px !important; border-radius: 5px;}
    .windowbottom p { font-size: 1rem;}
    .windowBox { flex-flow: row wrap; margin: 0.5rem 0;}
    .windowbottom { width: 100%;}
    .procat_logo { padding: 1rem 0;}
    .hero-box.pnl { width: 100%; }
    .slider-wrap.bannInner.d-flex.align-items-center { align-items: normal; }
    #logoA {
        display: none; /* Hide #logoA for small screens */
    }

    #logoB {
        display: block; /* Display #logoB for small screens */
        top:-30px;
    }

}

@media screen and (max-width: 649px) {
    h1 {
        font-size: 28px;
        line-height: 33px;
    }
    h2 { font-size: 22px; line-height: 26px;}
    .product-slider .items {
        padding: 0;
    }
    .single-slide figure {
        max-height: 100%;
    }

    .image-with-ratings-wrap .rating-img {
        right: 0;
    }

    .estimate-btn-wrap .btn {
        min-width: 180px;
    }

    .foo-end ul {
        display: block;
        text-align: center;
    }

    .foo-end ul li {
        padding: 0 0;
        border: none;
        margin-bottom: 15px;
    }

    .foo-end ul li:last-child {
        margin-bottom: 0;
    }

    .site-navbar ul.menu-call-btn li a {
        padding: 10px;
        font-size: 12px;
    }

    .banner-sec {
        padding: 150px 0 100px;
    }

   
    /*.cta_tabRow ul.nav.nav-pills li.nav-item .nav-link { font-size: 14px; padding: 0.4rem 0.6rem;}*/
    .cta_tabRow ul.nav.nav-pills li.nav-item .nav-link { font-size: 12px; padding: 0.4rem 0.3rem; font-weight: 600;}
    .cta_tabRow { margin-top: -34px;}
    .cta_tabSec { margin-top: 34px;}
    .logo-with-number .call_btn { margin-bottom: 20px;}
    .footer-top-text .sub-heading { padding: 20px 10px; border-width: 2px;}
    .con-formBox { padding: 30px 30px;}

}

@media screen and (max-width: 575px) {
    h1 { font-size: 24px; line-height: 28px;}
    .sec_pad { padding-top: 20px;  padding-bottom: 20px;}
    .bann-bottomBox { padding: 15px 10px; margin-top: -20px; margin-bottom: 20px;}
    .footer-top-text { padding-bottom: 30px;}
    .con-formBox { padding: 20px 20px;}
    .resource_title { margin-top: 0.5rem; font-size: 1.1rem; margin-bottom: 0.1rem;}
    .btn { font-size: 16px;}
	.hero-box.pnl img { display: none; }
}
@media screen and (max-width: 414px) {
    .cta_tabRow ul.nav.nav-pills li.nav-item { width: 50%; text-align: center;}
    .cta_tabRow ul.nav.nav-pills li.nav-item .nav-link {width: 100%; font-size: 13px;}
    .cta_tabRow { margin-top: -32px;}
    .cta_tabSec { margin-top: 32px;}
    .cta_tabRow .tab-pane { padding: 15px;}
    h1 { font-size: 21px; line-height: 25px;}
    .footer-top-text .sub-heading h3 { font-size: 19px;}
    .bann-bottomBox { padding: 15px 10px; margin-top: -10px;}
    .footer-top-text { padding-bottom: 20px;}
    .con-formBox { padding: 20px 15px;}
    .page_title { padding-right: 3%;}
    .procat_logo { padding: 0.5rem 0;}
    
}
@media screen and (max-width: 393px) {
    .page_title h1.superscript_reg { font-size: 19px; line-height: 23px;}
    .banner-sec h1{font-size: 1.8rem;}
    #hero-carousel, #hero-carousel .item { object-fit: contain;}
    .special-offer-text h2.special_hd{font-size: 1.7rem;}
}


/*---Responsive---*/
