* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden;
}

:root {
    --primary: #fdcc0d;
    --secondary:#cb0f01;
    /* --secondary: #006e2f; */
}

.sub-head {
    color: var(--secondary);
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: popins;
        z-index:1;
}

.heading {
font-size: 50px;
    color: black;
    font-weight: bold;
    font-family: popins;
    margin-bottom: 20px;
    line-height: normal;
    z-index:1;
}

.section {
    padding-top: 50px;
    padding-bottom: 50px;
}
/* main-btn start */

.main-btn {
    padding: 12px 22px;
    color: white !important;
    background-color: var(--secondary);
    position: relative;
    overflow: hidden;
    z-index: 2;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    border: none;
}

.main-btn::after {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: -100%;
    background-color: var(--primary);
    transition: 0.5s;
    z-index: -1;
    border-radius: 100px;

}

.main-btn:hover {
    color: black !important;
}

.main-btn:hover::after {
    top: -0%;

}

/* main-btn end */



/* sec-btn start */

.sec-btn {
    padding: 12px 22px;
    color: black !important;
    background-color: var(--primary);
    position: relative;
    overflow: hidden;
    z-index: 2;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}

.sec-btn::after {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: -100%;
    background-color: var(--secondary);
    transition: 0.5s;
    z-index: -1;
    border-radius: 10px;

}

.sec-btn:hover {
    color: white !important;
}

.sec-btn:hover::after {
    top: -0%;

}
/* sec-btn end */

/* btn-thir start */

.btn-thir {
    padding: 12px 22px;
    color: white !important;
    background-color: var(--secondary);
    position: relative;
    overflow: hidden;
    z-index: 2;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}

.btn-thir::after {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: -100%;
    background-color: var(--primary);
    transition: 0.5s;
    z-index: -1;
    border-radius: 10px;

}

.btn-thir:hover {
    color: black !important;
}

.btn-thir:hover::after {
    top: -0%;

}
/* btn-thir end */

/* thir-btn start */
.thir-btn{
 color: var(--secondary) !important;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
  
}
.thir-btn i {
    color: var(--secondary);
margin-left:5px;
}

/* thir-btn end */



a {
    text-decoration: none !important;
    color: unset !important;
}


/* header start */
#header {
    position: absolute;
    width: 100%;
    z-index: 1;
}

#header .header-color {
    border-radius: 100px;
    background-color: white;

}
.navbar-collapse{
  background-color: white !important; 
}
.navbar-toggler{
  padding: .40rem .50rem !important;
    background-color: #e50000 !important;
}
.navbar-toggler .fa-solid{
  color: white !important;
}

#header .nav-link {
    color: black;
    font-weight: 500;
    font-size: 18px;
    padding: 8px 16px;
    transition: 0.5s;
}
#header .navbar-brand img{
  width: 65%;
}
#header .nav-link:hover {
    color:var(--secondary) !important;
}

#header .nav-link.active {
    color: var(--secondary) !important;
}


#header .navbar-expand-lg .navbar-nav {
    margin: auto;
}
.navbar-toggler:focus{
  box-shadow: none !important
}

/* header end */
.home-banner-wrapper {
    position: relative;
    height: 100vh;
    background:url("img/banner-final.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* home-banner section start */

.carousel-control-next-icon {
  background: var(--primary);
  border-radius: 50%;
}

.carousel-control-prev-icon {
  background: var(--primary);
  border-radius: 50%;
}

.carousel-indicators {
  display: none
}

#home-banner .home-banner-1 {
  display: block;
}
#home-banner .carousel-item{
  height: 100vh;
}

#home-banner {
  position: relative;
}

.home-banner .carousel-inner .carousel-caption {
  position: absolute;
  top: 60%;
  transform: translatey(-50%);
  height: fit-content;
  z-index: 10px;
}
/* 
.home-banner .carousel-inner .first {
  background-image:  url("img/banner.jpg");
  background-position: center;
  background-size: cover;
  height: 87vh;
  background-repeat: no-repeat;
      background-image: #172c59e3;
} */


/* .home-banner .carousel-inner .second {
  background-image: url("../img/banner-2.jpg");
  background-position: center;
  background-size: cover;
  height: 80vh;
  background-repeat: no-repeat;
}

.home-banner .carousel-inner .third {
  background-image: url("../img/banner");
  background-position: center;
  background-size: cover;
  height: 80vh;
  background-repeat: no-repeat;
} */


.home-banner .carousel-inner .first .carousel-caption {
  text-align: end;

}

.home-banner .carousel-inner .second .carousel-caption {
  text-align: start;
}
.home-banner .carousel-inner .carousel-caption h1{
font-size: 60px;
    color: white;
    margin-bottom: 20px;
    font-family: popins;
    font-weight: bold;
}
/* .home-banner .carousel-inner .carousel-caption h1 span{
    color: var(--primary);
} */

.home-banner .carousel-inner .carousel-caption p {
    font-size: 18px;
    color: var(--secondary);
    font-weight: 600;
    color: white;
    /* font-family: popins; 
    /* font-weight: bold;*/
}
.home-banner .carousel-inner .carousel-caption .sub-head{
    color: var(--primary);
    margin-bottom: 20px;
}
.home-banner .carousel-inner .carousel-caption .left{
    display: flex;
    justify-content: center;
    flex-direction: column;
    backdrop-filter: blur(2px);
        padding-right: 266px;
}


/* .home-banner .carousel-inner .carousel-caption p span{
  color: #1a72dc;
} */

.home-banner .carousel-inner .first .carousel-caption p:nth-child(2) {
  font-size: 20px;
  font-weight: normal;
  color: white;
  margin-left: 30%;

}

.home-banner .carousel-inner .second .carousel-caption p:nth-child(2) {
  margin-right: 30%;
  margin-left: 0;
  margin-bottom: 25px;
}


.home-banner .carousel-inner .third .carousel-caption p:nth-child(2) {
  margin-left: 30%;
}

.home-banner .carousel-inner .carousel-caption .calling {
  background-color: white;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin-left: 10px;
  text-align: end;
}

.home-banner .carousel-inner .carousel-caption .calling a i {
  color: var(--primary);
}
/* 
.home-banner .carousel-inner .carousel-caption h5 {
  color: var(--primary);
} */



@keyframes call-ani {
  from {
    height: 20%;
    width: 16px;
  }

  to {}
}



/* home-banner section end */

/* about-sec start */

#about-sec .right{
    display: flex;
    justify-content: center;
    align-items: center;
}
/* about-sec end */


/* product-sec start */
#product-sec{
    position: relative;
    height: fit-content;
 
}
#product-sec::after{
    position: absolute;
    content: "";
    background-color: #f9f4e8;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
}
#product-sec .card {
  height: 100% !important;
}
#product-sec .card .card-body{
    padding: 20px 10px;
    background: #ebebeb4b;
    height: 100%;
}

#product-sec .card .card-title {
    margin-bottom: .5rem;
    font-family: popins;
    font-weight: bold;
 font-size: 22px;
    text-align: center;
}
#product-sec .card .card-text {
    color: gray;
    font-size: 14px;
    text-align: center;
}




/* product-sec end */

/* why-choose start */
#why-choose .left{
    display: flex;
    justify-content: center;
    align-items: center;
}
#why-choose .left .img-box img{
  border-radius: 40px;
}
#why-choose .left .img-box::after{
  position: absolute;
  border: 10px solid var(--primary);
  content: "";
  left: -20px;
  top:-20px;
  height: 100%;
  width: 100%;
    border-radius: 40px;
    z-index: -1;


}

#why-choose .left .img-box {
  position: relative;
}


#why-choose .right .main-box h4{
    font-family: popins;
    font-size: 22px;
    font-weight: bold;
}
#why-choose .right .main-box {
    display: flex;
}

#why-choose .right .main-box p{
    font-size: 15px;
}
#why-choose .right .main-box .icon-box{
      background-color: var(--secondary);
    height: 20px;
    width: 20px;
    display: flex;
    justify-self: center;
    align-items: center;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 10px;
}

#why-choose .right .main-box .icon-box{
    color: white;
    font-size: 12px;
}


/* why-choose end */

/* product-feature start */

#product-feature .left .img-box img{
  border-radius: 40px;
}
#product-feature .left .img-box::after{
  position: absolute;
  border: 10px solid var(--primary);
  content: "";
  right: -20px;
  top:-20px;
  height: 100%;
  width: 100%;
    border-radius: 40px;
    z-index: -1;


}

#product-feature .left .img-box {
  position: relative;
}

#product-feature .left{
    display: flex;
    justify-content: center;
    align-items: center;
}


#product-feature .right .main-box h4{
        font-size: 22px;
    font-family: popins;
    font-weight: bold;
}

#product-feature .right .main-box {
    display: flex;
}

#product-feature .right .main-box p{
    font-size: 15px;
}
#product-feature .right .main-box .icon-box{
      background-color: var(--secondary);
    height: 20px;
    width: 20px;
    display: flex;
    justify-self: center;
    align-items: center;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 10px;
}

#product-feature .right .main-box .icon-box{
    color: white;
    font-size: 12px;
}


/* product-feature end */

/* testimonial start */
#testimonial{
    position: relative;
}
#testimonial::after{
    position: absolute;
    height: 50%;
    background-color: #f9f4e8;
    content: "";
    left: 0;
    top:0;
    width: 100%;
}

#testimonial .main {
  position: relative;
  background: #fff;
  border-radius: 14px;
  padding: 30px;
  /* box-shadow: 0 0 30px rgba(0,0,0,0.08); */
  border: 1px solid #808080;
  margin: 10px;
}

#testimonial .client-img {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  overflow: hidden;
  border: 3px solid #00a3a3;
}

 #testimonial  .client-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#testimonial .main h5 {
      margin: 0;
    font-weight: 700;
    font-size: 22px;
    font-family: popins;

}

#testimonial  .main span {
     color: #b59433;
    font-size: 16px;
}
#testimonial .main i{
  color:#006e2f5c;
}


#testimonial  .stars i {
  color: #ffc107;
  font-size: 18px;
  margin-right: 3px;
}

#testimonial  .main p {
  color: #777;
  font-size: 15px;
  line-height: 1.7;
}

#testimonial  .quote-icon {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 60px;
  color: #d6ecec;
}


/* faq-sec start */

    .accordion-button {
        background-color: #f7f7f7 !important;
        color: #333;
        font-weight: 500;
    }

    .accordion-button:not(.collapsed) {
        background-color: #ff4d4f;
        color: #fff;
    }

    .accordion-button i {
        transition: transform 0.3s;
    }

    .accordion-button.collapsed i {
        transform: rotate(0deg);
    }

    .accordion-button:not(.collapsed) i {
        transform: rotate(180deg);
    }
    /* Remove the default Bootstrap accordion arrow */
.accordion-button::after {
    display: none;
}

/* Move Font Awesome icon to the right */
.accordion-button i.fa-circle-plus {
    margin-left: auto; /* Push it to the right */
    margin-right: 0; 
}

/* Optional: adjust spacing if needed */
.accordion-button {
    justify-content: flex-start; /* Keep text on left */
}
.accordion-button:not(.collapsed){
    box-shadow:  none !important;
    color: black !important;
}

.accordion-item {
        border: 1px solid #c4ab47 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.accordion-button-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-button:focus{
    box-shadow: none !important;
}



/*  faq-sec end */

/* trusted-logo start */
#trusted-logo .main-card .box{
    padding: 0 15px;
}


/* trusted-logo end */


/*** Footer ***/
.footer {
  background-color: #283734;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\00BB";
  font-weight: 400;
  margin-right: 10px;
  font-size: 14px;
}

.footer .contact-add a {
  color: rgba(255, 255, 255, 0.6);
}
.footer .contact-add .btn-square{
        background-color: var(--primary);
    padding: 10px 11px;
    border-radius: 50%;
    margin-right: 5px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 10px;
}

.footer .contact-add .btn-square span{
color: black;
}

.footer .contact-add a:hover {
  color: var(--primary);
  /* letter-spacing: 1px; */
}

.footer .btn.btn-link:hover {
  color: var(--primary);
  /* letter-spacing: 1px; */
  box-shadow: none;
}

.footer .copyright {
  padding: 1.5rem;
  font-size: 15px;
  background: black;
}

.footer .copyright a {
  color: white;
  text-decoration: none;
}

.footer h4 {
      color: white;
    font-family: popins;
    font-weight: bold;
}

.footer .footer-social-sec a {
  background-color: #4f4d4d85;
  border-radius: 2px;
  color: var(--primary);
}

.footer .footer-social-sec a i {
  color: white;
}

.footer .footer-social-sec a:hover {
  background-color: var(--primary);
}

.footer .footer-blog .imb-box {
  margin-right: 10px;
  height: 82px;
  width: 125px;
}

.footer .footer-blog p {
  margin-bottom: unset;
  color: rgba(255, 255, 255, 0.6);
}

.footer .footer-blog a {
  color: var(--primary);
}

.footer .footer-blog a i {
  color: var(--primary);
}

.footer .footer-blog a:hover {
  color: white;
  transition: 0.5;
}

.footer .footer-blog a:hover i {
  color: white;
  transition: 0.5;
}

.footer .footer-blog-box {
  display: flex;
  justify-content: center;
  align-items: center;
}


.footer .footer-blog .footer-blog-box {
  margin-bottom: 15px;
}

.footer h4::after {
  content: '';
  border: 1px solid var(--primary);
  width: 60px;
  display: block;
  position: relative;
  top: 12px;
  z-index: 1;
}

.footer .copyright a:hover {
  color: var(--primary);
}


/* This is the whatsapp section */
/* whatsapp */
.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .1s all ease-in-out;
  border-radius: 50%;
  font-size: 2rem;
  color: white !important;
  box-shadow: 0 0 .75rem #18d26e;
  background-color: #18d26e;
}

/* .whatsapp:hover {
  background-color: white;
  color: #18d26e;
} */

.call {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 60px;
  transition: .1s all ease-in-out;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2rem;
  color: white !important;
  background-color: black;
  box-shadow: 0 0 .5rem #eee;
}

/* .call:hover {
  background-color: white;
  color: #222222;
} */


/* End whatsapp section */

/* product-cat start */
.product-cat {
  position: relative;

}
.product-cat::after {
  position: absolute;
    content: "";
    background-color: #f9f4e8;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.product-cat .main-card{
  width: 20%;
  height: 100%;
  
}
.product-cat .card{
  background-color: transparent !important;
  border:  none !important;
}

.product-cat .main-card .card-img-top{
  border-radius: 50%;
  background-color: white;
  padding: 10px;
}
.product-cat .main-card .card-body{
  text-align: center;
}


/* product-cat end */

/* breadcrumb start */
.breadcrumb-wrapper {
    position: relative;
    height: 60vh;
    background:linear-gradient(rgba(0, 0, 0, 0.267), rgba(0, 0, 0, 0.24)), url("img/breadcrumb.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  
}
#breadcrumb {
  padding: 250px 0 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#breadcrumb .breadcrumb-item {
  color: white !important;
  
}

.breadcrumb-item.active h2{
  color: white !important;
  font-size: 50px;
  font-weight: bold;
  text-align: center !important;
}
#breadcrumb nav:nth-child(2){
 background-color: #fdcc0d;
    padding: 13px 26px;
    border-radius: 100px;
    margin-top: 10px;
    
}
#breadcrumb nav:nth-child(2) .breadcrumb-item{
  color: black !important;
}

#breadcrumb nav ol{
  margin-bottom: 0;
  font-weight: 500;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left !important;
    padding-right: .5rem !important;
    color: #ffffff !important;
    content: var(--bs-breadcrumb-divider, "|") !important;
}

/* breadcrumb start */

/* contact-page start */
.contact-page .custom-form-section{
    background:#fff;
}

.contact-page .form-title{
    text-align:center;
    font-size:48px;
    font-weight:700;
    margin-bottom:30px;
    font-family: popins;
}

.contact-page .input-box{
    position:relative;
    background:#f5f5f5;
    border-radius:12px;
    padding:14px 18px;
}

.contact-page .input-box input,
.contact-page .input-box textarea{
    width:100%;
    border:none;
    outline:none;
    background:transparent;
    padding-right:35px;
}

.contact-page .input-box textarea{
    height:220px;
    resize:none;
}

.contact-page .input-box i{
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    color:#999;
}

.contact-page .textarea-box i{
    top:20px;
    transform:none;
}

.contact-page .form-btn{
    background:#ffcc00;
    padding:14px 36px;
    border:none;
    border-radius:10px;
    font-weight:600;
}
/* .contact-info-sec{
    padding:100px 0;
} */

.contact-page .small-title{
    color:#0c7c5a;
    font-weight:600;
    letter-spacing:1px;
}

.contact-page .main-title{
    font-size:48px;
    font-weight:700;
}

.contact-page .info-card{
    background:#be0c020d;
    padding:20px;
    border-radius:16px;
    text-align:center;
    transition:.3s;
    height: 100%;
}

.contact-page .info-card.peach{
    background:#fff4e8;
}

.contact-page .info-card:hover{
    transform:translateY(-8px);
}

.contact-page .icon-circle{
    width:90px;
    height:90px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    font-size:28px;
}

.contact-page .info-card h5{
    font-weight:600;
    margin-bottom:5px;
    transition: 0.5s;
}
.contact-page .info-card:hover h5{
color: var(--secondary);
}
.contact-page .info-card p{
  margin-top: 10px;
    color: #777;
    font-size: 16px;
}


/* contact-page end */

/* vision-mission start */
#vision-mission-sec{
  /* background-color: #283734; */
  position: relative;
}
#vision-mission-sec::after {
    position: absolute;
    content: "";
    background-color: #f9f4e8;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
}
#vision-mission-sec .sub-head{
  color: var(--primary);
}


.vm-box{
    background:#fff;
    padding:40px;
    border-radius:16px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
    transition:.3s;
    height: 100%;
}

.vm-box:hover{
    transform:translateY(-8px);
}

.icon-circle{
    width:90px;
    height:90px;
    background:#f2f8ff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    color:#2b7a0b;
    margin:0 auto 20px;
}

.vm-box h4{
    font-weight:700;
    margin-bottom:15px;
}

.vm-box p{
    color:#555;
    line-height:1.7;
}

#vision-mission-sec i{
  color: var(--secondary);
}
.manu-box{
    background:#fff;
    padding:50px;
    border-radius:16px;
    box-shadow:0 12px 30px rgba(0,0,0,.06);
    position: relative;
}

.manu-box p{
    line-height:1.8;
    color:#444;
}
.manu-box .img-box{
  height: 100px;
  width: 100px;
  position: absolute;
right: 70px;
    bottom: 65px;
}

.manu-box .img-box img{
  height: 100%;
  width: 100%;
}

.small-head{
    color:#2b7a0b;
    font-weight:600;
    letter-spacing:1px;
}

.main-head{
    font-size:44px;
    font-weight:700;
    margin-bottom:20px;
}

.manu-points{
    margin-top:20px;
    padding-left:20px;
}

.manu-points li{
    line-height:1.9;
    color:#555;
}


/* vision-mission end */

/* error-page start */
#error-page .img-box{
width: 70%;
margin: auto;
}


/* error-page end */


/* blog-page start */
#blog-page .blog-card{
background: #fff;
    /* padding: 25px; */
    border-radius: 2px;
    /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); */
    margin: 20px 0;
    border: 1px solid #80808052;
}


#blog-page .blog-card .blog-content{
  padding: 15px 25px;
}

#blog-page .blog-meta{
  display:flex;
  gap:20px;
  font-size:14px;
  color:#777;
  margin-bottom:10px;
}
#blog-page .blog-meta span i{
  color: var(--secondary);
}

#blog-page .blog-card h2{
  font-weight:700;
  margin:10px 0;
}

#blog-page .read-btn{
  display:inline-block;
  background:#ffc107;
  padding:12px 28px;
  border-radius:10px;
  color:#000;
  font-weight:600;
  text-decoration:none;
}

.recent-box{
  background:#fff;
  padding:25px;
  border-radius:15px;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.recent-box h4{
  margin-bottom:20px;
  font-weight:700;
}

.recent-post{
  display:flex;
  gap:15px;
  align-items:center;
  border-bottom:1px solid #eee;
  padding:15px 0;
  /* overflow: hidden; */
  transition: 0.5s;
}
.recent-post:hover p{
  color: var(--secondary) !important;
  transition: 0.5s;
}
.recent-post:hover img{
  transform: scale(1.1);
  transform: 0.5s;
}

.recent-post img{
  width:120px;
  border-radius:10px;
    transition: 0.5s;
}

.recent-post span{
  font-size:13px;
  color:#888;
}

.recent-post p{
  margin:5px 0 0;
  font-weight:600;
  font-size:15px;
}

/* blog-page end */

/* blog-details start */
#blog-details .blog-meta{
  display:flex;
  gap:20px;
  font-size:14px;
  color:#777;
  margin-bottom:10px;
      display: flex;
    flex-wrap: wrap;
}
#blog-details .blog-meta span i{
  color: var(--secondary);
}

#blog-details .blog-details h1{
  font-weight:700;
  margin:25px 0 15px;
}

#blog-details .blog-details h2{
  margin-top:30px;
  font-weight:700;
  font-size: 24px;
}

#blog-details .blog-img{
  border-radius:15px !important;
  margin-bottom: 20px !important;
  /* box-shadow:0 10px 30px rgba(0,0,0,0.15); */
}

#blog-details .blog-meta span{
    margin-right: 20px;
    color: #3d3b3b;
    font-size: 14px;
    font-weight: 600;
}

#blog-details .blog-details p{
  color:#555;
  line-height:1.8;
  /* margin-top:15px; */
}
#blog-details blockquote{
  background-color: black;
  color:white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 20px;
  border-radius: 5px;
}

/* blog-details end */

/* Mega Menu */
.mega-dropdown {
    position: static !important;
}

.mega-menu {
    width: 100%;
    left: 0 !important;
    right: 0 !important;
    top: 100%;
    border-radius: 0 0 20px 20px;
    border: none;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}
.mega-title {
    font-weight: 600;
    margin-bottom: 10px;
    color:var(--secondary);
}

.mega-menu ul li a {
    display: block;
    padding: 5px 0;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    transition: 0.5s;
}

.mega-menu ul li a:hover {
    /* color: var(--secondary); */
    padding-left: 5px;
    transition: 0.3s;
    color:var(--secondary) !important;
}

.mega-bottom-links a {
    font-size: 13px;
    color: #555;
}

.mega-bottom-links a:hover {
    color: #2e7d32;
}

.col-md-5th {
    flex: 0 0 20%;
    max-width: 20%;
}

@media (max-width: 991px) {
    .col-md-5th {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width: 576px) {
    .col-md-5th {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* product-page start */
#product-page .card .card-body{
      background: #ebebeb4b;
}
#product-page .card .card-body .card-title{
  font-weight: bold;
  font-size: 22px;
  font-family: popins;

}
#product-page .main-card{
  height: 100%;
}
#product-page .main-card .card{
  height: 100%;
}


/* product-page end */


/* sub-banner start */

#sub-banner.sub-banner-2{
  display: none;
}