

@media (max-width: 991.98px) {
  
  .nav-item.dropdown .dropdown-menu {
    opacity: 1; 
    visibility: visible;
    transform: translateY(0);
    position: static; 
    margin-top: 0.5rem;
    box-shadow: none; 
  }


  .nav-item.dropdown .nav-link i.fas {
    transition: transform 0.3s ease;
  }

  .nav-item.dropdown.show .nav-link i.fas {
    transform: rotate(180deg); 
  }

  
  .dropdown-menu .dropdown-item:hover {
      color: #009051;     
      background-color: transparent; 
  }

  .dropdown-menu .dropdown-item {
      transition: color 0.3s ease;
      position: relative; 
  }


  .dropdown-menu .dropdown-item::after {
      content: "➔";
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%) translateX(-5px);
      opacity: 0;
      color: #009051;
      font-weight: bold;
      transition: all 0.3s ease;
  }

  .dropdown-menu .dropdown-item:hover::after {
      opacity: 1;
      transform: translateY(-50%) translateX(0);
  }
}


.banner-wrapper {
  position: relative;
  background-image: url('Images/banner/fresher-home.webp');
  background-repeat: no-repeat;
  background-size: cover;     
  background-position: center;  
  height: 78vh;
  padding: 0;
}

.bannerhomepage-content {
  color: #fff;              
  max-width: 600px;
}

.bannerhomepage-content h1 {
  font-size: 3rem;
  line-height: 1;
}

.bannerhomepage-content p {
  font-size: 1.25rem;
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
  .bannerhomepage-content h1 {
    font-size: 2.5rem;
  }
  .bannerhomepage-content p {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .banner-wrapper {
    height: auto;                
    padding: 4rem 1rem;           
    text-align: center;
  }
  .bannerhomepage-content h1 {
    font-size: 2rem;
  }
  .bannerhomepage-content p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .bannerhomepage-content h1 {
    font-size: 1.7rem;
  }
  .bannerhomepage-content p {
    font-size: 0.95rem;
  }
}


  
  .abtTabs a.nav-link {
    color: #009051;
    border: 1px solid #009051;
    margin: 2px;
    border-radius: 4px;
    /* text-align: center; */
    width: 100px;
    font-size: 12px;
    height: 35px
}
.abtTabs a.nav-link.active {
      color: #fff;
    border: 1px solid #009051;
    margin: 2px;
    /* border-radius: 4px; */
    /* text-align: center; */
    width: 114px;
    font-size: 12px;
}

.bannerhomepage-section {
  position: relative;
  z-index: 1;
  padding: 5px 0px;
}

@media (max-width: 991.98px) {

   .about-text .label {
     font-size: 16px;
     text-align: center;
     margin-top: -40px;
   }


   .about-section-homepage .row,
   /* .ribbon-stats .row, */
   .counter-home .row,
   .blog-section .row {
     flex-direction: column;
     text-align: left;
   }



   .about-section-homepage .col-md-6,
   .ribbon-stats .col-md-3,
   .counter-home .col-md-3,
   .blog-section .col-md-4 {
     width: 100%;
     max-width: 100%;
     margin-bottom: 20px;
   }

   .about-section-homepage img,
   .ribbon-stats img,
   .counter-home img,
   .blog-section img {
     max-width: 100%;
     height: auto;
   }



   .ribbon-title,
   .counter-number,
   .blog-title {
     display: block;
     margin-bottom: 10px;
   }

   .about-section-homepage h2,
   .ribbon-title,
   .blog-title {
     font-size: 24px;
   }

   .about-section-homepage p,
   .ribbon-text,
   .counter-text,
   .blog-text {
     font-size: 16px;
   }

   .about-section-homepage a.btn,
   .blog-section a.btn {
     margin-top: 10px;
   }

   .feature-box {
     max-width: 45%;
   }

   .navbar-collapse {
     text-align: center;
     background: #fff;
     padding: 20px 0;
   }

   .navbar-nav {
     flex-direction: column !important;
   }

   .navbar-icons {
     margin-top: 15px;
     justify-content: center;
     width: 100%;
   }

   .search-box {

     flex-direction: row;
     width: 55%;
     margin: 10px auto;
     justify-content: flex-end;

   }

   .search-input {
     width: 70%;
     /* padding: 6px 10px;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 5px 0 0 5px; */

   }

   .search-box {
     background-color: #fff;
     border-radius: 100px;
     border: 4px solid #009051;
   }

   .search-btn {
     background-color: #009051;
     padding: 6px 15px;
     border: none;
     border-radius: 0 5px 5px 0;
   }

   .user-icon {
     margin-left: 10px;
     font-size: 20px;
   }




   .bannerhomepage-content p {
            margin-left: 30px;
        /* margin-right: -100px; */
        width: 61%;
   }

   .homebnr-buttons .btn {
     margin-right: -20px;
     margin-left: 43px;
   }
  .homebnr-buttons .btn {
        padding: 5px 9px;
        font-size: 9px;
        margin-bottom: 10px;
        border-radius: 4px;
    }

   .feature-box {
     /* width: calc(50% - 10px); */
     margin-bottom: 20px;
     /*height: 208px;*/
     width: 100%;

   }

   .about-page-banner-section {
     height: 400px;
   }

   .banner-aboutpage-content h3 {
     font-size: 42px;
   }

   .banner-aboutpage-content span {
     font-size: 18px;
   }

 }

.footer-section-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

@media (min-width:465px) and (max-width:800px) {
    .banner-wrapper {
  position: relative;
  background-image: url('Images/banner/fresher-home.webp');
  background-repeat: no-repeat;
  background-size: cover;       
  background-position: center; 
  height: 32vh;
  padding: 0;
  display: flex;     
}
 .footer-section-item .box-1,
  .footer-section-item .box-4 {
    flex: 0 0 96%;
    margin-left: 32px;
  }

  /* Middle two boxes share the row */
  .footer-section-item .box-2,
  .footer-section-item .box-3 {
    flex: 0 0 40%;
    margin-left: 32px;
  }
}

@media (min-width:767px) and (max-width:992px) {
        .banner-wrapper {
  position: relative;
  background-image: url('Images/banner/fresher-home.webp');
  background-repeat: no-repeat;
  background-size: cover;       
  background-position: center; 
  height: 42vh;
  padding: 0;
  display: flex;
  align-items: center;        
}
.bannerhomepage-content {
    max-width: 650px;
    color: #6D6D6D;
    margin-top: -100px;
    margin-left: 40px;
    text-align: left;
}
 .footer-section-item .box-1 {
    flex: 0 0 96%;
  }
  .footer-section-item .box-2,
  .footer-section-item .box-3,
  .footer-section-item .box-4 {
    flex: 0 0 25%;
    margin-top: 16px;
  }
}

 @media (max-width: 400px) {

   .about-section-homepage h2,
   .ribbon-title,
   .blog-title {
     font-size: 18px;
   }

   .about-section-homepage p,
   .ribbon-text,
   .counter-text,
   .blog-text {
     font-size: 13px;
   }

   .about-section-homepage .btn,
   .blog-section .btn {
     font-size: 13px;
   }
 }


 /* =======================
   Mobile Devices: ≤ 576px
   ======================= */

 @media (max-width: 576px) {

   .about-section-homepage h2,
   .ribbon-title,
   .blog-title {
     font-size: 20px;
   }

   .about-section-homepage p,
   .ribbon-text,
   .counter-text,
   .blog-text {
     font-size: 14px;
   }

   .about-section-homepage .btn,
   .blog-section .btn {
     width: 100%;
     padding: 10px 0;
   }

   .about-section-homepage,
   .ribbon-stats,
   .counter-home,
   .blog-section {
     padding: 0px 0px;
   }

   .ribbon-title,
   .counter-number,
   .blog-title {
     font-size: 18px;
   }

   .abouthomebadge {
     font-size: 12px;
     padding: 5px 10px;
   }

   .about-section-homepage a.btn,
   .blog-section a.btn {
     font-size: 14px;
   }

   .feature-box {
     max-width: 100%;
   }

   .features {
     gap: 20px;
   }

   .feature-box h3 {
     font-size: 1rem;
   }

   .feature-box p {
     font-size: 0.9rem;
   }

   .features {
     flex-direction: column;
     align-items: center;
     gap: 20px;
     padding: 10px 10px;
   }

       .feature-box {
        width: 100%;
        max-width: 325px;
        height: auto;
        margin: 0 auto;
        text-align: center;
        padding: 30px 16px;
        /*min-height: 338px;*/
        margin: 5px;
    }
   .feature-box h3 {
     font-size: 24px;
     margin-bottom: 10px;
     text-align: center;
   }

   .feature-box p {
     font-size: 15px;
     padding-top: 10px;
     line-height: 1.5;
     text-align: center;
   }

   .feature-box img {
     margin-bottom: 12px;
   }

   section.features-section {
     margin-top: 0;
     padding-bottom: 0px;
     padding-top: 20px;
     display: block;
   }


   .about-page-banner-section {
     height: 162px;
   }

   .banner-aboutpage-content h3 {
     font-size: 28px;
   }

   .banner-aboutpage-content span {
     font-size: 15px;
   }

   .features {
     flex-direction: column;
     gap: 20px;
   }

   .feature-box {
     width: 100% !important;
     height: auto;
     text-align: center;
   }

   .feature-box img {
     display: block;
             margin: auto;
   }

   .bannerhomepage-content h1 {
     font-size: 25px !important;
     text-align: left;
     /*padding-left: 10px;*/
     padding-right: 10px;
     font-weight: 300;
     margin-right: 10px;
     margin-left: 10px !important;
     margin-bottom: 10px;
   }

   .bannerhomepage-content p {
     font-size: 16px;
     text-align: left;
   }



   /*.banner-wrapper {*/
   /*  height: auto;*/
   /*  width: 100%;*/
   /*}*/



   .bannerhomepage-content p {
               width: 63%;
     font-size: 13px;
     margin-bottom: 30px;
     padding-left: 7px;
     padding-right: 10px;
     font-weight: 200;
     margin-left: 7px;
   }

   .homebnr-buttons .btn {
     margin-bottom: 10px;
     margin-right: -15px;
     margin-left: 20px;
     text-align: center;
   }

   .abouthome-badge-box {
     bottom: -30px !important;
     transform: none !important;
     max-width: 60% !important;
     position: absolute;
     left: 58px !important;
     right: 0px !important;
     background: white;
     display: flex;
     align-items: center;
     gap: 6px;
   }

   .aboutsection-homepagend {
     flex-direction: column !important;
     align-items: baseline;
     text-align: center;
     padding-top: 24px;
     padding-bottom: 34px;
   }

   .abouthome-badge-box h5 {
     font-size: 0.95rem;
   }

   .abouthome-badge-box p {
     font-size: 0.75rem;
   }

   .abouthome-badge-box img {
     height: 24px;
   }

   .abouthome-badge-box h5 {
     font-size: 0.9rem;
   }

   .abouthome-badge-box p {
     font-size: 0.75rem;
   }

   .abouthome-badge-box img {
     height: 24px;
   }

   .brochure-banner {
     padding: 30px 10px;
   }

   .banner-content h2 {
     font-size: 1.5rem;
   }

   .banner-content p {
     font-size: 0.9rem;
   }

   .download-btn {
     width: 100%;
     padding: 12px 0;
     font-size: 0.95rem;
   }

   .download-btn span {
     display: block;
     margin: 8px auto 0;
     font-size: 1.5rem;
   }

   .abtImgSectionHome:before {
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     width: 4px;
     height: 217px;
     background: #fff;
   }

   .abtImgSectionHome:after {
     content: '';
     position: absolute;
     right: 0;
     top: 0;
     width: 4px;
     height: 90%;
     background: #fff;
   }

   .abouthome-isodetails {
     padding-bottom: 20px;
   }

   .about-home-pragraph {
     font-size: 14px;
   }

   .abouthome-feature-text h5 {
     font-size: 16px;
   }

   .abouthome-feature-text p {
     font-size: 12px;
   }

   .highlight {
     font-size: 16px;
     text-align: center;
     padding-top: 30px;
   }

  .blog-card {
        border: none;
        border-radius: 8px;
        transition: 0.3s ease;
        border: 1px solid #DEDEDE;
        height: 415px !important;
        width: 100% !important;
    }

   .archive-inner-img-two img {
     height: 469px !important;
     padding-top: 0px;
     width: 100% !important;
   }
   .card-box-homepage {
    height: 500px;
    position: relative;
}
   .card-info {
    background: white;
    padding: 15px 20px;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    width: 90%;
    margin: auto;
}

   .archive-inner-img img {
     margin-top: 0px;
     padding-right: 0px;
     margin-bottom: 30px;
   }

   .about-page-banner-section {
     /* position: relative; */
     width: 100%;

     overflow: hidden;
     top: 0px;
   }

   .banner-aboutpage-content {
     position: absolute;
     bottom: 0px;
     left: 50%;
     transform: translateX(-50%);
     text-align: center;
     color: #ffffff1f;
     text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
     padding: 0 15px;
   }

   .about-cleaning {
     padding-top: 90px !important;
   }

   .about-text .label {
     font-size: 16px !important;
     text-align: center;
     margin-top: -40px;
   }

   .col-md-6 .about-text .title span {
     font-size: 30px !important;
     text-align: center;
   }
   .about-text .label .active {
    font-size: 16px;
   
}
.contact-image img {
    height: 100%;
    width: 80%;
    margin-left: 35px;
            margin-top: 0px;

}

    .col-md-6 .about-text .title {
        font-size: 30px !important;
        font-weight: 300 !important;
        padding-left: 0px;
    }
     .why-chosse-aboutpage h2 {
        text-align: center;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 200;
        line-height: 23px;
        padding: 0px 0px;
    }
.why-chosse-aboutpage span {
    background: #009051;
    color: #ffff;
    padding: 5px;
    border-radius: 3px;
    margin-right: 3px;
}
   .about-page-whychosse-feature-card {
     padding: 61px !important;
     text-align: center;
   }

   .info-card-dr {
     width: 322px !important;
     height: 310px;
     flex-shrink: 0;
     background: #FFF;
     box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
     padding: 20px;
     margin-bottom: 20px;
   }
.signature-img {
    position: absolute;
    bottom: 4px;
    right: 21px;
    max-width: 117px;
    height: auto;
    pointer-events: none;
    transform: rotate(-8deg);
}
   .leader-top {
     padding-bottom: 40px;
     text-align: center;
     display: none;
   }
/* 
   .about-page-banner-section {
     position: relative;
     width: 100%;
     height: 241px;
     overflow: hidden;
     top: 0;
   } */

   .contact-cards {
     display: none;
   }

   .contact-section {
     padding: 0px 0%; 
}
.form-container h2 {
    font-size: 27px;
    font-weight: 200;
    color: #6D6D6D;
    padding-top: 10px;
    padding-bottom: 16px;
    text-align: center;
}
   .contact-container {
     display: block;

   }

   .form-container .tag {
        font-size: 16px;
        padding: 3px 7px;
        /* text-align: center; */
    }
    .form-container {
    text-align: center;
    padding-top: 0px;
}
.input-row {
    display: block;
}





   .form-container .sub-tag {
     font-size: 16px;
   }

    .map-container {
        min-height: 106px;
        margin-bottom: 62px;
        margin-left: 20px;
        margin-right: 20px;
    }
    textarea {
    border-radius: 10px;
    height: 99px;
}
    .productView .getDetails {
        background: #009051;
        color: #fff;
        text-align: center;
        padding: 5px 5px;
        /*border-radius: 0px 0px 6px 6px;*/
        cursor: pointer;
        font-size: 8px;
    }
.productSection {
        padding: 3px 0px;
    }
    .prodctDetails-header h3 {
        padding-top: 1.5;
        padding-bottom: 8px;
        font-weight: 400;
        font-size: 26px;
        color: #484848;
    }
.prodctDetails-header h6 {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 2px;
    color: #6D6D6D;
}
.productView .productImg {
    height: 109px;
    width: 100%;
    text-align: center;
    padding: 15px;
}
.productView .productContent h4 {
    color: #6d6d6d;
    font-size: 12px;
    font-weight: 500;
}
.prodctDetails-header p {
        font-size: 10px;
        width: 100%;
        line-height: 15px;
    }
    .Customer-benifit-inner h3 {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 5px;
    padding-top: 5px;
}
.Customer-benifit-inner p {
    color: #6D6D6D;
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
}

    .benefits-list li {
        margin-bottom: 12px;
        font-size: 10px;
        font-weight: 400;
        line-height: 18px;
    }
.Customer-benifit-inner h4 {
    font-size: 22px;
    font-weight: 400;
}
   .categoriesList {

     display: none;
   }

   .helpContact {
     display: none;
   }

   .getInTouch {
     display: none;
   }

  .prodctDetails-header p {
        font-size: 12px;
        width: 100%;
    }
    .parent-class span {
    font-size: 16px;
    font-weight: 500 !important;
}
   .product-details-img img {
     width: 100%;
   }

   .image-laundery-benifit-inner {
     display: block;
     /* padding-top: 42px; */
     padding-bottom: 20px;
   }

   .image-laundry-benifit-two img {
     width: 100%;
     padding-bottom: 20px;
   }

   .step-card {
     margin-bottom: 20px;
   }

   .info-box {
     height: 401px;
     margin-bottom: 20px;
     width: 100%;
   }

   .abouthome-isoheading {
     padding-bottom: 10px;
     text-align: left;
   }

   .abtImgSectionHome img {
     max-width: 100%;
   }

   .abtImgSectionHome {
     padding: 0px 4px;
     position: relative;
   }

        .we-diffrent-homefeature-title {
        /*font-size: 1.5rem;*/
        color: #009150 !important;
        font-weight: 500 !important;
        width: 100% !important;
        padding: 0px 0px 0px 0px;
    }
   .card-box-homepage img {
     height: auto;
     /* width: 100%; */
     border-radius: 10px;
     min-width: 370px;
   }

   .card-info h5 {
     font-size: 18px;
     font-weight: 400;
     color: #000000;
     /* margin-bottom: 12px; */
     line-height: 30px;
     padding-right: 48px;
     line-height: 28px;
   }

   .card-info p {
     font-size: 14px;
     color: #000000;
     margin-bottom: 0px;
     font-weight: 200;
     line-height: 22px;
   }

   .blog-top-heading h6 {
     font-weight: 500;
     font-size: 15px;
     border-bottom: 2px solid #009051;
     padding-bottom: 10px;
     margin-bottom: 0px;
   }

   h5.card-title {
     font-weight: 400;
     font-size: 20px !important;
     color: #292929;
     padding-bottom: 8px;
     padding-top: 22px;
   }
   p.card-text {
    font-size: 16px !important;
    font-weight: 300;
    color: #555555;
}
/* .we-diffrent-homefeature-desc {
    font-size: 8px;
    color: #444;
    font-weight: 300;
    margin-bottom: 0px;
    line-height: 13px;
    text-align: center;
} */

 }



 /* Responsive for small devices: 576px and below */










 @media (max-width: 375px) {
   .section-title {
     font-size: 28px;
     line-height: 36px;
     margin-bottom: 30px;
   }


   .highlight {
     font-size: 14px;
     padding-bottom: 20px;
   }

   .highlight span {
     padding: 3px 6px;
     font-size: 13px;
   }

   .we-diffrent-innerhome-box {
     height: auto;
     padding: 20px 15px;
     margin-bottom: 20px;
   }

   .we-diffrent-homeicon-line-wrapper {
     width: 60px;
     height: 60px;
     margin-bottom: 15px;
   }

   .we-diffrent-homefeature-title {
     /*font-size: 1.5rem;*/
     width: auto;
   }

   .we-diffrent-homefeature-desc {
     font-size: 1rem;
   }

   .read-more-we-diffrent-hp {
     font-size: 15px;
   }

   .trusted-section h2 span {
     font-size: 20px;
   }

   .trusted-swiper .swiper-slide img {
     height: 60px !important;
   }

   .logo-caption {
     font-size: 13px;
   }

   .ribbon-stats .row {
     flex-direction: column;
     align-items: flex-start;
   }

   .ribbon-stats .col-md-4 {
     width: 100%;
     /* border: none; */
     padding: 12px 16px;
     /* justify-content: flex-start !important; */
   }


   .ribbon-stats h4 {
     font-size: 28px;
   }

   .ribbon-stats p {
     font-size: 16px;
   }

   .ribbon-inner-image-one img,
   .ribbon-inner-image-two img,
   .ribbon-inner-image-three img {
     width: 60px !important;
     height: 60px !important;
   }

   .footer-section .row {
     flex-direction: column;
   }

   .footer-section .col-md-4,
   .footer-section .col-md-3,
   .footer-section .col-md-2 {
     margin-bottom: 30px;
   }

   .footer-section {
     padding-top: 40px;
     text-align: left;
   }

   .footer-section .social-icons {
     justify-content: left;
     display: flex;
     margin-top: 15px;
   }

   .footer-section img {
     margin: 0 auto 20px;
   }

   .footer-section ul {
     padding-left: 0;
     text-align: center;
   }

   .footer-section ul li {
     justify-content: center;
   }

   .about-home-heading {
     font-size: 32px;
     padding-top: 20px;
     text-align: center;
   }

   p.about-home-pragraph {
     font-size: 16px;
     padding-top: 10px;
     text-align: center;
   }

   .abouthome-feature-box {
     flex-direction: column;
     align-items: center;
     text-align: center;
     margin-left: 0;
   }

   .aboutsection-homepagend {
     flex-direction: column;
     gap: 30px;
     justify-content: center;
   }

   .abouthome-isodetails {
     justify-content: center;
   }

   .abouthomelern-btn {
     display: inline-block;
     padding: 14px 30px;
     font-size: 16px;
     text-align: center;
   }

   .product-img {
     width: 100%;
     height: auto;
   }

   .abouthome-badge-box {
     left: 0;
     bottom: 20px;
     transform: scale(0.9);
   }

   .abtImgSectionHome {
     padding: 0;
   }

   .abtImgSectionHome:before,
   .abtImgSectionHome:after {
     display: none;
   }

   .blog-heading h2 {
     font-weight: 100;
     font-size: 27px;
   }

   .info-card-dr {
     height: 310px;
     flex-shrink: 0;
     background: #FFF;
     box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
     padding: 20px;
     margin-bottom: 20px;
   }

   .leader-top {
     padding-bottom: 40px;
     text-align: center !important;
   }

   .contact-cards {
     display: block;

   }

   .contact-container {
     display: block;
   }

   .form-container h2 {
     font-size: 45px;
     font-weight: 100;
     color: #6D6D6D;
     padding-top: 16px;
     padding-bottom: 18px;
   }

   .form-container .tag {
     font-size: 13px;
   }

   .about-page-banner-section {
     position: relative;
     width: 100%;
     height: 214px;
     overflow: hidden;
   }

   .helpContact {
     display: none;
   }

   .getInTouch {
     display: none;
   }

   .prodctDetails-header p {
     font-size: 15px;
     width: 100%;
   }

   .product-details-img img {
     width: 100%;
   }

   .image-laundery-benifit-inner {
     display: block;
     /* padding-top: 42px; */
     padding-bottom: 20px;
   }

   .image-laundry-benifit-two img {
     width: 100%;
     padding-bottom: 20px;
   }

   .step-card {
     margin-bottom: 20px;
   }

   .info-box {
     height: 401px;
     margin-bottom: 20px;
     width: 100%;
   }

   .abouthome-isoheading {
     padding-bottom: 8px;
     text-align: left;
   }

   .abtImgSectionHome img {
     max-width: 100%;
   }

   .we-diffrent-homefeature-title {
     /*font-size: 25px;*/
     color: #009150;
     font-weight: 500;
     width: 220px;
   }
   .we-diffrent-homefeature-desc {
    font-size: 1rem;
    color: #444;
    font-weight: 300;
    margin-bottom: 0px;
    line-height: 13px;
    text-align: center;
}

 }






 /* Box height auto और padding adjust */
 @media (max-width: 767px) {
     
         .info-card-dr {
        width: 363px !important;
        height: 310px;
        flex-shrink: 0;
        background: #FFF;
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
        padding: 20px;
        margin-bottom: 20px;
    }
     
   .we-diffrent-innerhome-box {
        background: #fff;
        border-radius: 2px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        padding: 24px 22px;
        transition: all 0.3s ease;
        /*height: 250px;*/
        display: flex
;
        flex-direction: column;
        justify-content: space-between;
        width: 167px !important;
        align-items: center;
        /* flex-shrink: 0; */
    }
   .we-diffrent-homeicon-line-wrapper {
        position: relative;
        display: inline-block;
        width: 6rem;
        height: 6rem;
        margin-bottom: 24px;
        border: 1px solid #009051;
        border-radius: 10px;
        padding: 9px;
    }
      .we-diffrent-homeicon-line-wrapper img {
        width: 5rem;
        height: 5rem;
        /* object-fit: contain; */
    }
    /*.we-diffrent-homeicon-line-wrapper::before {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    top: 1px;*/
    /*    right: 7px;*/
    /*    width: 80px;*/
    /*    height: 1px;*/
    /*    background-color: #009051;*/
    /*    transform: rotate(-45deg);*/
    /*    transform-origin: top right;*/
    /*    z-index: 2;*/
    /*    left: -23px;*/
    /*}*/

   .section-title {
     font-size: 24px !important;
     text-align: center;
     line-height: 36px;
     padding-left: 0px;
     padding-right: 0px;
     padding-top: 10px;
   }

   h1.about-home-heading {
     font-size: 30px !important;
     font-weight: 400;
     line-height: 40px;
   }

   p.about-home-pragraph {
     font-size: 14px !important;
     padding-right: 0px;
     padding-top: 10px;
   }

   .trusted-section h2 {
     text-align: center;
     font-size: 24px !important;
     line-height: 40px;
     max-width: 85%;
     padding-bottom: 20px;
   }

   .certification-section h2 {
     font-weight: 100;
     font-size: 24px !important;
     text-align: center;
     padding-left: 0px;
     padding-right: 0px;
     line-height: 36px;
     padding-top: 20px;
   }

   .certification-tag h6 {
     font-size: 16px;
     text-align: center;
   }

   .case-study-section-title h6 {

     font-size: 16px;
     text-align: center;

   }

   .blog-heading h2 {
     text-align: center;
     font-size: 24px !important;
     margin-top: 30px;
     line-height: 36px;
     font-weight: 250;
   }

   .blog-top-heading {
     margin-right: 10px;
   }

   .blog-top-heading h6 {
     font-weight: 500;
     font-size: 15px;
     border-bottom: 2px solid #009051;
     padding-bottom: 10px;
     margin-bottom: 0px;
   }

   .building-archivment-homepage {
     padding-bottom: 0px;
     padding-top: 0px;
   }

   .bouchure-heading h4 {

     text-align: center !important;
     margin: 5px 0px 5px -10px;
     line-height: 40px;
     font-size: 35px;
   }

   .bouchure-heading p {
     font-size: 14px !important;
     text-align: center;
     margin: 15px 0px 0px -10px;
   }

   .case-study-section-title h3 {

     font-size: 24px !important;
     padding-top: 20px;
     text-align: center;
     ;
     padding-bottom: 0px;
     padding-right: 50px;
     padding-left: 50px;
     font-weight: 250;

   }

   .building-homepage-innerheading h6 {
     font-size: 16px;
     text-align: center;
   }

   .ribbon-stats {

     padding-right: 0px !important;
   }

   .product-range-section {
     /* padding-right: 20px; */
     /* padding-left: 20px; */
     padding-bottom: 30px;
     padding-top: 0px;
   }

   section.we-are-diffrent-homepage {
     padding-bottom: 0px;
     padding-top: 0px;
   }

   .highlight {
     padding-bottom: 0px;

   }

   .abouthomefeturebox-upper {
     display: block !important;
     padding-bottom: 38px;
   }

   /* Parent flex behaviour और wrapping ठीक करो */
   .row {
     display: flex !important;
     flex-wrap: wrap !important;
     align-items: flex-start !important;
     /*margin: 0px;*/
   }

   /* Column को full width में लाओ */
   .col-md-6,
   .col-lg-3 {
     flex: 0 0 100% !important;
     max-width: 100% !important;
   }

   .about-section-homepage h2,
   .ribbon-title,
   .blog-title {
     font-size: 22px;
   }

   .about-section-homepage p,
   .ribbon-text,
   .counter-text,
   .blog-text {
     font-size: 15px;
   }

   .about-cleaning .row {
     flex-direction: column-reverse;
   }

   .about-image img {
     width: 100%;
     margin-top: 20px;
   }

   .abtTabs ul.nav-pills {
     flex-direction: row;
     align-items: flex-start;
     gap: 0px;
   }

   .tab-content p {
     font-size: 18px;
     line-height: 23px;
     padding-top: 0px;
   }

   .abtTabs .tab-content {
     padding-top: 15px;
   }

   .why-chosse-aboutpage h6,
   .why-chosse-aboutpage h2 {
     text-align: center;
   }

     .about-page-whychosse-feature-card {
        /* padding: 20px; */
        text-align: center;
        display: flex
;
        align-items: center;
        width: 349px;
        gap: 21px;
        height: 87px;
        padding: 0px 0px !important;
        /* box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10); */
    }
    .about-page-whychosse-feature-card .icon {
    background:none;
    width: 60px;
    height: 84px;
    /* margin: 0 auto 15px; */
    border-radius: 50%;
    display: flex
;
    /* align-items: center; */
    justify-content: center;
    color: #009051;
    /* padding: 20px; */
    padding-right: 6px;
}
.why-chosse-aboutpage {
    padding-bottom: 0px;
    background: #fbfbfb;
}
    .parent-class h1 {
        text-align: center;
        font-family: Roboto;
        font-size: 18px !important;
        font-style: normal;
        font-weight: 250;
        line-height: 36px;
        font-size: 18px;
        padding-top: 10px;
    }
.aboutpage-whychoose-card-wrapper {
    position: relative;
    filter: none;
    border-radius: 8px;
}

.tag-green {
    background-color: #009051;
    color: #fff;
    padding: 6px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
    text-align: center;
    font-family: Roboto;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
}
.about-page-whychosse-feature-card h5 {
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 0px; 
     padding-top: 10px;
    color: #333;
    line-height: 13px;
    text-align: center;
}
.green-label {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #009051;
    text-align: center;
}
    .about-page-whychosse-feature-card p {
        font-size: 14px;
        font-weight: 200;
        color: #6D6D6D;
        line-height: 17px;
        text-align: center;
    }
.productView .productContent p {
    color: #6d6d6d;
    font-size: 7px;
    font-weight: 400;
    margin: 0;
}
   .number-circle {
     position: absolute;
     right: -10px;
     background: #009051;
     color: #fff;
     padding: 6px 12px;
     border-radius: 50%;
     display: none;
   }
 .about-page-whychosse-feature-card {
        text-align: center;
        /* background: white; */
        /* border-radius: 8px; */
        padding: 35px 20px 17px !important;
        clip-path: none;
    }
    .productCategory {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #009051;
    color: #fff;
    font-size: 7px;
    font-weight: 500;
    padding: 2px 3px;
    border-radius: 4px;
    text-transform: capitalize;
    z-index: 2;
}
.productView .productContent {
    padding: 6px 6px;
    border-top: 1px solid #6d6d6d;
    background: #fff;
    min-height: 100px;
}
.product-box .productContent {
    padding: 23px 3px;
}
.product-banner-section h2 {
    display: none;
}
.product-banner-section {
    padding-top: 0px; 
     padding-bottom: 0px;
}



   .leaderShipRow {
     flex-direction: column;
     align-items: center;
   }


   .leaderShipProfile img {
     width: 80%;
     max-width: 250px;
   }

   .leaderShipContent {
     text-align: center;
     padding-top: 20px;
   }

   .banner-aboutpage-content {
display: none;
   }

   .footer-section .row>div {
     margin-bottom: 0px;

   }

   .footer-section ul {
     padding-left: 0;
     list-style: none;
   }

   .social-icons a {
     font-size: 20px;
   }
   .green-description {
    font-size: 16px;
    color: #6a6a6a;
    line-height: 25px;
    max-width: 1000px;
    margin: 0 auto;
    font-weight: 300;
    text-align: center;
}

   .footer-bottom {
     text-align: center;
     border-top: 1px solid #444;
     color: #aaa;
   }
   .description {
    font-size: 18px;
    color: #333;
    line-height: 25px;
    padding-top: 0px;
    font-weight: 300;
    text-align: center;
    margin-left: 0px;
}
.green-highlight {
    font-weight: 300;
    color: #009051;
    margin-top: 15px;
    font-size: 24px;
    text-align: center;
}
   .bold-text-footer {
     margin-top: 30px;
   }

   .footer-section ul li {
     margin-bottom: 0px;
     display: flex;
     justify-content: left;
   }

   .about-cleaning .row {
     flex-direction: column-reverse;
   }

   .about-image img {
     max-width: 100%;
     max-height: fit-content;
     margin-top: 20px;
   }

   .col-md-6 .about-text .title {
     font-size: 32px;
     text-align: center;
     line-height: 40px;
     font-weight: 200;
     padding-top: 20px;
     padding-bottom: 25px;
   }

   .about-cleaning {
     padding-top: 50px;
   }

   .col-md-6 .about-text .title span {
     font-size: 32px;
     text-align: center;
   }

   /*.abtTabs ul.nav {*/
   /*  justify-content: center;*/
   /*}*/

   .abtTabs .tab-content {
     text-align: left;
   }

   .abouthome-image {
     position: relative;
     display: flex;
     justify-content: center;
     align-items: center;
     padding-top: 50px;
     /* Badge ke liye thoda space upar */
   }

   .abouthome-image img {
     max-width: 100%;
     height: auto;
     border-radius: 10px;
   }

   .abouthome-badge-box img {
     width: 36px;
     height: 36px;
   }

   .abouthome-badge-box .text strong {
     font-size: 14px;
     display: block;
   }

   .abouthome-badge-box small {
     font-size: 10px;
     display: block;
   }

   /* Center text below image */
   .about-text-section {
     text-align: center;
     padding: 15px;
   }

   .about-text-section h1,
   .about-text-section h2,
   .about-text-section p {
     text-align: center;
   }

   .brochure-section .container {
     flex-direction: column;
     text-align: center;
   }

   .brochure-btn {
     width: 330px;
     justify-content: center;
   }

   .brochure-btn img {
     height: 20px;
   }

   .brochure-section .container {
     flex-direction: column;
     text-align: center;
   }


   .abouthome-image {
     display: flex !important;
     flex-direction: column !important;
     align-items: center !important;
   }

   .building-homepage-innerheading h2 {
     font-size: 24px !important;
     padding-top: 30px;
     padding-bottom: 30px;
     text-align: center;
     font-weight: 250;
   }

   .ribbon-stats {
     background-color: #009051;
     /* min-height: 156px; */
     padding: 23px 0;
     margin-bottom: 0px;
     margin-top: 61px;
     padding-right: 61px;
   }

   .blog-heading h6 {
     font-size: 16px;
     text-align: center;
     padding: 0px 0px;
   }




   .abouthome-badge-box img {
     width: 45px;
     height: 45px;
   }

   .abouthome-badge-box .text strong {
     font-size: 16px;
   }

   .abouthome-badge-box .text small {

     font-size: 9px;

   }

   .ribbon-stats .row>div {
     display: block !important;
     /* block view */
     text-align: center;
     /* content center me */
     border-right: none !important;
     /* border hatao */
     margin-bottom: 20px;
     /* gap between blocks */
   }

   /* .ribbon-stats .row > div img {
        margin: 0 115px 10px;
        display: block;
    } */

   .ribbon-stats .row>div .text-start {
     text-align: center !important;
     /* text center */
   }


   .bouchure-heading {
     padding-left: 50px;
   }

   .abouthome-badge-box img {
     width: 45px;
     height: 35px;
   }

   .abouthome-badge-box .text strong {
     font-size: 14px;
   }

   .abouthome-badge-box small {
     font-size: 10px;
   }

   .brochure-section {
     height: auto;
     text-align: center;
     padding: 20px 10px;
     max-width: 768px;
     /* width: 88%; */
     border-radius: 0px;

   }

   .bouchure-heading {
     padding-left: 0;
     margin-bottom: 15px;
   }

   .container.d-flex {
     flex-direction: row;
     align-items: center;
   }

   .brochure-btn {
     width: 100%;
     justify-content: center;
     font-size: 24px;
     margin-right: 0px;
   }

   .equal-height {
     flex-direction: column;
   }

   .dr-title {
     font-size: 26px;
     text-align: center;
     display: none;
   }

       .about-page-banner-section img {
        width: 100%;
        object-fit: fill;
        display: block;
        /* height: fit-content; */
    }


   section.about-section-homepage {
     /* padding-top: 70px; */
     padding-bottom: 20px;
   }

   .we-diffrent-homefeature-title {
     /*font-size: 25px;*/
     color: #009150;
     font-weight: 500;
     width: 220px;
   }
     .we-diffrent-homefeature-desc {
        font-size: 1rem;
        color: #444;
        font-weight: 300;
        margin-bottom: 0px;
        line-height: 20px;
        text-align: center;
    }
.read-more-we-diffrent-hp {
    font-size: 8px;
    color: #444;
    text-decoration: none;
    font-weight: 300;
    display: inline-block;
    padding-top: 5px;
}
.footer-section {
    background-color: #323232;
    color: #ccc;
    padding-top: 60px;
    margin-top: 1px;
    position: relative;
    z-index: 1;
}
.step-number {
    background: #28a745;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-weight: bold;
    border-radius: 50%;
    margin: 0 auto 15px;
    font-size: 18px;
}
.step-card {
    background: #f9f9f9;
    padding: 2px 4px;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 100%;
}
.step-card h5 {
        font-size: 14px;
        color: #009051;
    }
    .leader-img {
    border-radius: 12px;
    width: 100%;
    height: 98%;
    object-fit: cover;
}
.step-card p {
    font-size: 10px;
}
  }
 






 @media (max-width: 375px) {
   h1.about-home-heading {
     font-size: 22px;
     font-weight: 100;
     padding-top: 31px;
   }

 }
 
@media only screen and (min-width: 767px) and (max-width: 991px)  {
    .we-diffrent-homefeature-title {
        font-size: .96rem;
        color: #009150;
        font-weight: 500;
        width: 220px;
        text-align: left;
        padding-bottom: 10px;
    }
}


 @media only screen and (max-width: 767px) {
        .we-diffrent-homefeature-title {
        color: #009150;
        font-weight: 500;
        width: 220px;
        text-align: center;
    }
    }


 /* ======= ABOUT SECTION RESPONSIVE FIX ======= */
 @media (max-width: 991px) {

   /* Text aur Image vertically stack ho */
   .about-section-homepage .row {
     flex-direction: column;
     text-align: center;
   }

   /* Left column ka text center */
   .bouchure-heading,
   .about-section-homepage .col-md-6 {
     padding-left: 15px !important;
     margin-bottom: 25px;
   }

   /* Feature boxes vertical */


   /* ISO + Learn more button vertical */
   .aboutsection-homepagend {
     /* flex-direction: column; */
     align-items: baseline;
     text-align: center;
     padding-top: 24px;
     padding-bottom: 34px;
   }

   .abouthome-badge-box {
     position: absolute;
     bottom: -30px;
     left: 66px !important;
     background-color: white;
     /* border: 2px solid #009051; */
     border-radius: 10px;
     /* padding: 10px 15px; */
     /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); */
     display: flex;
     align-items: center;
     /* gap: 19px; */
     right: 44px !important;
   }

   section.about-section-homepage {
     /* padding-top: 70px; */
     padding-bottom: 20px;
   }

   .we-diffrent-innerhome-box {
     width: 100% !important;
   }
/* 
 .we-diffrent-homefeature-title {
        font-size: 12px;
        color: #009150;
        font-weight: 500;
        width: 220px;
        text-align: center;
        /* line-height: 60px; */
    /* }  */

   .section-title {
     font-size: 24px;
     font-weight: 250;
     text-align: center;
     margin-bottom: 30px;
     line-height: 36px;
     color: #6D6D6D;
     padding: 0px 0px;
     margin-top: 30px;
   }

    /*  .we-diffrent-homefeature-title {*/
        /*font-size: 12px;*/
    /*    color: #009150;*/
    /*    font-weight: 500;*/
    /*    width: 220px;*/
    /*    text-align: center;*/
    /*}*/
      .read-more-we-diffrent-hp {
        font-size: 12px;
        color: #009051;
        text-decoration: none;
        font-weight: 300;
        display: inline-block;
        padding-top: 15px;
    }

   .certification-section h2 {
     font-weight: 250;
     font-size: 42px;
     padding-bottom: 0px;
     padding-top: 25px;
     padding-left: 0px;
     padding-right: 0px;
     color: #6D6D6D;
   }

    /*  .we-diffrent-homefeature-title {*/
        /*font-size: 1.5rem;*/
    /*    color: #009150;*/
    /*    font-weight: 500;*/
    /*    width: 220px;*/
    /*    text-align: center;*/
    /*    padding-bottom: 10px;*/
    /*}*/
   .archive-inner-img-two img {
     height: 233px;
   }

   h5.card-title {
     font-size: 37px;
     ;
   }

   .card-text:last-child {
     margin-bottom: 0;
     font-size: 30px;
   }

   .bannerhomepage-content h1 {

     margin-left: 30px;

   }

   .ribbon-stats .row>div img {
     margin: 2px 64px 6px !important;
     /* display: block; */
   }

   .blog-card {
     border: none;
     border-radius: 8px;
     transition: 0.3s ease;
     border: 1px solid #DEDEDE;
     height: 700px;
     width: 100% !important;
   }

   .abtImgSectionHome:after {
     content: '';
     position: absolute;
     right: 0;
     top: 0;
     width: 4px;
     height: 90%;
     background: #fff;
   }

   .abtImgSectionHome:before {
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     width: 4px;
     height: 217px;
     background: #fff;
   }

   /* Image responsive */
   .product-img {
     width: 100%;
     height: auto;
     max-width: 350px;
   }

   /* Badge box reposition */
  .feature-box p {
        font-size: 13px;
        color: #000;
        font-weight: 300;
        line-height: 25px;
        padding-right: 8px;
    }

       .feature-box img {
        border: 1px solid #009051;
        border-radius: 40px;
        margin-bottom: 16px;
        width: 59px;
        height: 59px;
    }
       .feature-box h3 {
        color: #009051;
        margin-bottom: 10px;
        font-size: 15px;
        font-weight: 500;
        padding-top: 10px;
    }


 }


 @media (min-width: 1020px) and (max-width: 1136px) {

   .bannerhomepage-content h1 {

     margin-left: 35px;
   }

   .bannerhomepage-content p {
     margin-left: 35px;
   }

   .feature-box h3 {
     font-size: 17px;
   }

   .feature-box p {
     font-size: 13px;
   }

   h1.about-home-heading {
     font-size: 41px;
   }

   .abouthome-feature-text h5 {
     font-size: 15px;
   }

   .abtImgSectionHome:before {
     background: #fff;
   }

   .product-img {
     width: 449px;

   }

   p.about-home-pragraph {
     font-size: 19px;

   }

   .section-title {
     font-size: 40px;
   }

   .product-range-section .section-title h2 {
     font-size: 30px;
   }

   .trusted-section h2 {
     font-style: italic;
     font-size: 23px;

   }

   .certification-section h2 {
     font-weight: 100;
     font-size: 30px;
   }

   .archive-inner-img-two img {
     height: 366px;
   }

   .blog-card {
     height: 321px;
     width: 225px;
     min-height: 359px;
   }
 }

 @media (max-width: 1024px) and (min-width: 600px) {
   .navbar-nav .nav-link {
     font-size: 9px;
   }

   .homebnr-buttons .btn {
     margin-right: -25px;
     margin-left: 45px;
   }

   .brochure-btn {
     margin-right: 0px;
   }

   .product-details-img img {
     width: 100%;
   }

   .image-laundry-benifit-two img {
     width: 100%;
   }

   .categoriesList h3 {
     font-size: 23px;
   }

   .info-box {
     padding: 30px 20px;
     border-radius: 10px;
     background: #fff;
     height: 397px;
     box-shadow: 0px 0px 20px 0px #00000038;
     width: 322px;
   }
 }

 @media (max-width: 375px) {
   .about-page-banner-section {
     height: 300px;
     /* Banner chhota */
   }
   
   .bannerhomepage-content {
        width: 100%;
        text-align: left;
        margin-top: -55px !important;
    }

   .banner-aboutpage-content h3 {
     font-size: 28px;
     /* Heading chhoti */
   }

   .banner-aboutpage-content span {
     font-size: 14px;
     /* Breadcrumb text chhoti */
   }

   .banner-aboutpage-content {
     bottom: 20px;
     /* Content thoda upar */
   }

   .about-page-banner-section {
     /* position: relative; */
     width: 100%;

     overflow: hidden;
     top: 0px;
   }

   .banner-aboutpage-content {
     position: absolute;
     bottom: 485px;
     left: 50%;
     transform: translateX(-50%);
     text-align: center;
     color: #ffffff1f;
     text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
     padding: 0 15px;
   }

   .banner-aboutpage-content {
     position: absolute;
     bottom: 161px;
     left: 50%;
     transform: translateX(-50%);
     text-align: center;
     color: white;
     text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
     padding: 0 15px;
   }

   .about-text .title {
     font-size: 36px;
     padding-top: 15px;
     padding-bottom: 15px;
   }

   .description {
     font-size: 14px;
   }

   .about-page-banner-section {
     position: relative;
     width: 100%;
     height: 241px;
     overflow: hidden;
     top: 0;
   }

   .contact-container {
     display: block;

   }

   .form-container h2 {
     font-size: 35px;
     font-weight: 100;
     color: #6D6D6D;
     padding-top: 16px;
     padding-bottom: 18px;
   }

   .form-container .tag {
     font-size: 13px;
     padding: 9px 22px;
   }

   .form-container .sub-tag {
     font-size: 15px;
   }

   .map-container {
     min-height: 106px;

   }

   .about-page-banner-section {
     position: relative;
     width: 100%;
     height: 214px;
     overflow: hidden;
   }

   .categoriesList {
     background: #f6f6f6;
     border-radius: 8px;
     box-shadow: 0px 0px 3px 2px #80808021;
     padding: 20px 20px;
     margin-bottom: 20px;
     display: none;
   }

 }






/** media query **/
@media (min-width: 1300px) and (max-width: 1400px) {}


@media (min-width: 1200px) and (max-width: 1300px) {}


@media (min-width: 993px) and (max-width: 1200px) {


}


@media (min-width: 768px) and (max-width: 992px) {


}



@media(max-width: 767px) {
.bannerhomepage-content h1 {
    font-size: 24px !important;
    line-height: 30px;
}

.bannerhomepage-content p {
    line-height: 18px;
}

.bannerhomepage-content {
    margin: 0 0;
    width: 100%;
    margin: 20px 0;
    text-align: left;
}

/*.banner-wrapper {*/
/*    height: 30vh !important;*/
/*    background-position: 0 50px !important;*/
/*}*/
.section-subtitle {
        font-size: 20px;
        width: 100%;
        text-align: center;
    }
    .col-md-4.feature-box {
        width: 100% !important;
        max-width: 80% !important;
        min-width: 81% !important;
        margin: 6px 37px;
    }
.iso-withbtn-inhomeabout {
    margin: auto;
}
.abouthome-feature-box {
    margin-bottom: 10px;
}
section.about-section-homepage {
    padding-top: 20px;
}
section.we-are-diffrent-homepage .col-6.col-md-3 {
    width: 100%;
}
.awards-section {
    padding: 0;
}

.award-box {
    margin-top: 0;
    padding: 0 15px;
}

.award-image img {
    width: 100% !important;
    max-width: 100%;
}
.slider-track img {
    width: 460% !important;
    flex-shrink: 0;
}

.footer-section ul {text-align: left !important;}
.dropdown-menu .dropdown-item {
        color: #000 !important;
    }
  .nav-item.dropdown .dropdown-menu {
    width: 100%;
}
.menu-footer ul {
    justify-content: center;
}

.footer-section .row>div {
    font-size: 12px;
}

footer.footer-section {
    padding: 0;
}
.icon {
    position: absolute !important;
    display: none;
}

.about-page-whychosse-feature-card {
    display: block;
    height: 100%;
    width: 100%;
}
.green-title {
    font-size: 30px;
        text-align: center;
}
section.think-green {
    padding: 0;
}
.green-image {
    text-align: center !important;
}
.mobile-menu ul li a {
    text-transform: uppercase;
}
   
}


@media (max-width: 576px) {
    
}


@media (max-width: 480px) {
        .banner-wrapper {
  position: relative;
  background-image: url('Images/banner/fresher-home.webp');
  background-repeat: no-repeat;
  background-size: contain;       
 background-position: bottom;
  height: 28vh;
  padding: 0;
  display: flex;
  align-items: center;        
}
    .bannerhomepage-content {
        margin: 0 0;
        width: 100%;
        text-align: left;
        margin-top: -40px;
    }
}


@media(max-width: 360px) {}


.dropdown-menu {
  position: absolute;
  top: 100%;   
  left: 0;
  transform: none;
}
