



.new-green-button-for-new-industry{
  width: 160px;
  background-color: #a2c801;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 20px;
  text-decoration: none;
  color: white;
  cursor: pointer;

}
.new-white-button-for-new-industry{
  width: 160px;
  background-color: #ffffff;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 20px;
  text-decoration: none;
  color: black;
  cursor: pointer;

}
.new-transparent-button-for-new-industry{
  width: 160px;
  background-color: transparent;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 10px 20px; */
  font-size: 16px;
  border-radius: 20px;
  text-decoration: none;
  color: #a2c801;
  cursor: pointer;

}
.new-green-button-for-new-industry svg{
  width: 15px;
  height: 15px;
  fill: white;
}
.new-white-button-for-new-industry svg{
  width: 15px;
  height: 15px;
  fill: black;
}
.new-transparent-button-for-new-industry svg{
  width: 15px;
  height: 15px;
  fill: #a2c801;
}






.main-heading-new-facilities {
  font-family: poppins;
  font-size: 36px;
  font-weight: 400;

}
.main-heading-new {
  font-family: poppins;
  font-size: 45px;
  font-weight: 400;

}
.main-heading-new-small-black {
  font-family: poppins;
  font-size: 40px;
  font-weight: 400;

}
.main-heading-new-small-white {
  font-family: poppins;
  font-size: 40px;
  color: white;
  font-weight: 400;

}

.text-white-big {
  font-family: poppins;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  padding-top: 10px;

}
.text-black-big {
  font-family: poppins;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
  padding-top: 10px;

}


.small-heading-green{
  font-family: poppins;
  font-size: 20px;
  font-weight: 500;
  color: #a2c801;
  
}
.small-heading-white{
  font-family: poppins;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  
}
.small-text-white{
  font-family: poppins;
  font-size: 18px;
  font-weight: 400;
  color: #a2c801;
  
}

.small-text-heading-black{
  font-family: poppins;
  font-size: 25px;
  font-weight: 500;
  color: black;

}
.small-text-para-black{
  font-family: poppins;
  font-size: 16px;
  font-weight: 400;
  color: black;
}



.small-text-heading-white{
  font-family: poppins;
  font-size: 24px;
  font-weight: 500;
  color: rgb(255, 255, 255);

}
.small-text-para-white{
  font-family: poppins;
  font-size: 16px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}








.main-heading-white-forindustry {
    color: white;
    font-family: poppins;
    font-size: 65px;
    font-weight: 400;
    text-align: center;
  }
.main-heading-white-forindustry-small {
    color: white;
    font-family: poppins;
    font-size: 70px;
    font-weight: 700;
    text-align: center;
  }
  .second-heading-industrys {
    font-size: 38px;
    font-family: poppins;
    font-weight: 500;
  }
  .second-heading-industrys-cta {
    font-size: 40px;
    font-family: poppins;
    font-weight: 600;
  }






 
/* hero section */

.co2-bgimg{
    padding: 80px 75px 80px 75px;
    height: 85vh;
    background-image: url("../src/photos/img-industry-focus/co2/c02-banner.jpg"),
      linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, .7));
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: stretch;
   
    justify-content: flex-end;
  }
  .ERP-Construction-bgimg{
    padding: 80px 75px 80px 75px;
    height: 85vh;
    background-image: url("../src/photos/img-industry-focus/construction-industry-img/construction-banner.jpg"),
      linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: stretch;
    justify-content: flex-end;
  }
  .ERP-realEstate-bgimg{
    padding: 80px 75px 80px 75px;
    height: 85vh;
    background-image: url(../src/photos/img-industry-focus/real-estate/real-estate-hero-img.jpg), linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: stretch;
    justify-content: center;
  }
  
  .Community-and-Facilities-bgimg{
    padding: 80px 75px 80px 75px;
    height: 85vh;
    background-image: url("../src/photos/img-industry-focus/Comuni-facilities-img/community-banner-img.jpg"),
      linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: stretch;
    justify-content: flex-end;
  }
  
  .ERP-For-Recycling-and-Waste-bgimg{
    padding: 80px 75px 80px 75px;
    height: 85vh;
    background-image: url("../src/photos/img-industry-focus/ERP-For-Recycling-and-Waste-Management.jpg"),
      linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: stretch;
    justify-content: flex-end;
  }
  .Family-Office-Portfolio-bgimg{
    padding: 80px 75px 80px 75px;
    height: 85vh;
    background-image: url("../src/photos/img-industry-focus/family/family-portfolio.png"),
      linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: stretch;
    justify-content: flex-end;
  }
  
  .E-Commerce-Online-bgimg{
    padding: 80px 75px 80px 75px;
    height: 85vh;
    background-image: url("../src/photos/img-industry-focus/E-Commerce.jpg"),
      linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: stretch;
    justify-content: flex-end;
  }
  .Lubricant-Manufacturing{
    padding: 80px 75px 80px 75px;
    height: 85vh;
    background-image: url("../src/photos/img-industry-focus/lubricant-img/lub-banner.jpg"),
      linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: stretch;
    justify-content: flex-end;
  }
  .recycling-waste{
    padding: 80px 75px 80px 75px;
    height: 85vh;
    background-image: url("../src/photos/img-industry-focus/recycling-waste/community-banner-img.png"),
      linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, .7));
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: stretch;
   
    justify-content: flex-end;
  }
  /* hero section end */
  





  /* intro-section-start */
  .into-section{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 30px 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
  .into-section-new{
    width: 100%;
    padding: 80px 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
  .intro-left-content{
    width: 57%;
    display: flex;
    align-items: start;
    justify-content: end;
    flex-direction: column;
    gap: 15px;

  }
  .intro-right-content{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 30px; */
  }
  .intro-right-content img{
    width: 500px;
    height: auto;
  }
  .intro-right-content-new{
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .intro-right-content-new img{
    width: 500px;
    height: auto;
  }
  /* intro-section-End */
  
  

/* features-section start */
.features-section{
    padding: 80px 75px;
    background-color:#eeeeee;
}
.row-container-for-points{
    margin-top: 50px;
    display: flex;
    justify-content:space-evenly;
    align-items: center;
    flex-direction: row;
}
.col-containers-points{
    width: 27%;
    background-color: white;
    height: 40vh;
    border-radius: 20px;
    padding: 25px;
}
.col-containers-points-green{
    width: 27%;
    background-color: #a2c801;
    height: 35vh;
    border-radius: 20px;
    padding: 25px;
}
.col-containers-points-green p{
  font-family: poppins;
  font-size: 22px;
  font-weight: 400;
  
  
}
/* features-section End */


/* mobile-app-section start */
.mobile-app-section{
    padding-top: 80px;
    padding-left:75px ;
    padding-right:75px ;
    
}



.mobile-image-container{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    align-items: end;

}
.mobile-imgs img{
    width: 1000px;
    height: auto;
    margin-bottom: -57px;
    
}

.download-button-imgs img{
  cursor: pointer;
    width: 200px;
    margin-right: 200px;
    height: auto;
    
}

/* mobile-app-section End */


/* our-services-section start */
.our-services-section{
  padding: 80px 75px 80px 75px;
  background-color: #014380;
  
}


.our-services-section-new{
  padding: 80px 75px 80px 75px;
  background-color: #014380;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 10px;
 

}


.our-services-section-realestate{
  padding: 120px 75px 80px 75px;
  background-color: #014380;
  
  }
  .our-services-row-container{
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  }
  .our-services-col-container{
  padding: 15px;
  height: 35vh;
  width: 25%;
  /* background-color: #eeeeee; */
  
  }
  .our-services-col-container svg{
  width: 30px;
  height: auto;
  fill: white;
  margin-bottom: 20px;
  
  
  }

.left-side-second-section{
  width: 50%;
  /* background-color: #A7D300; */
}
.right-side-second-section{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  /* background-color: #A7D300; */
}
.right-side-second-section img{
  width: 600px;
  height: auto;
  /* background-color: #A7D300; */
}




.our-services-section-realestate{
  padding: 120px 75px 80px 75px;
  background-color: #014380;

}
.our-services-row-container{
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.our-services-col-container{
  padding: 15px;
  height: 35vh;
  width: 25%;
  /* background-color: #eeeeee; */
  
}
.our-services-col-container svg{
  width: 30px;
  height: 30px;
fill: white;
margin-bottom: 20px;


}

/* our-services-section End */





/* left-right-section start */
.left-right-section-head{
  margin-top: 40px;
  margin-bottom: -40px;
  padding: 80px 75px 0px 75px;

}
.left-right-section-one{
  margin-top: 0px;
  padding: 80px 75px 80px 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 40px; */
  flex-direction: row;
  /* background-color: #A7D300; */
}
.left-right-section-two{
  margin-top: 0px;
  padding: 80px 75px 80px 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  /* background-color: #A7D300; */
}
.left-right-section-three{
  /* margin-top: 80px; */
  padding: 80px 75px 80px 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  /* background-color: #A7D300; */
}
.left-right-section-four{
  margin-top: 80px;
  padding: 80px 75px 80px 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  /* background-color: #A7D300; */
}
.left-right-section-five{
  margin-top: 80px;
  padding: 80px 75px 80px 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  /* background-color: #A7D300; */
}


.left-right-section-container{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 50%;
}
.left-right-section-container-rightside{
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.left-right-section-container-rightside img{
  width: 500px;
  height: auto;
  border-radius: 20px;

}

/* left-right-section End */






/* lub-page-square-bluebg-section start */

.lub-page-square-bluebg-section{
  padding: 80px 75px 80px 75px;
  background-color: #014380;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 30px;
}

.lub-page-square-bluebg-row-container{
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  gap: 50px;
}
.lub-page-square-bluebg-col-container{
  padding: 20px;
  height: 47vh;
  width: 300px;
  /* background-color: #eeeeee; */
  border: 0.6px solid #cdcdcd;
 
}

/* lub-page-square-bluebg-section End */






/* lub-page-square-whitebg-section start */



.lub-page-square-whietbg-section{
  margin: 50px 0px;
  padding: 80px 75px 80px 75px;
  /* background-color: #014380; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 30px;
}

.lub-page-square-whietbg-row-container{
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.lub-page-square-whietbg-col-container{
  padding: 20px;
  height: 40vh;
  width: 27%;
  /* background-color: #eeeeee; */
  border: 0.6px solid #cdcdcd;
}


/* lub-page-square-whitebg-section End */



/* lubricant-sales-financials-section-whitebg start */

.lubricant-sales-financials-section-whitebg{


  padding: 80px 75px 80px 75px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  flex-direction: row;

  /* background-color: #b95252; */

}
.lubricant-sales-financials-container-whitebg-left{
  height: 100%;
  width: 50%;
  flex-direction: column;
  display: flex;
  /* background-color: #a2c801; */
}
.lubricant-sales-financials-container-whitebg-right{
  /* position:; */
  height: 100%;
  width: 50%;
  flex-direction: column;
  display: flex;
  justify-content: end;
  align-items: center;
  /* background-color: #014380; */
}
.lubricant-sales-financials-container-whitebg-right img{
  width: 500px;
  height: auto;
  border-radius: 20px;
}
.lubricant-sales-financials-whietbg-row-container{
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.lubricant-sales-financials-whietbg-col-container{
  padding: 20px;
  height: 30vh;

  width: 50%;
  /* background-color: #eeeeee; */
  border: 0.6px solid #cdcdcd;
}




/* lubricant-sales-financials-section-whitebg END */










/* Facilities page start */









/* Facilities page End */














/* sticky-image-section start */
.sticky-image-section {
  width: 100%;
  /* height: 200vh;  */
  padding: 150px 75px;
  background-color: #014380;
  display: flex;
  position: relative; 
}

.sticky-image {
  width: 50%;
  position: sticky;
  top: 20%; 
  left: 5%;
  align-self: flex-start;
  justify-content: center; 
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.sticky-image img{
  width: 90%;
  height: 50%;
  border-radius: 20px;
}

.scrolling-text-container {
  width: 50%;
  padding-left: 50px; 
  border-left: #ffffff solid 3px;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 40px;

}


.scrolling-text-box h1 {
  color: white;
  font-size: 26px;
  font-family: poppins;
}
.scrolling-text-box p {
  color: white;
  font-size: 16px;
  font-family: poppins;
}
.scrolling-text-box ul {
  color: white;
  font-size: 16px;
  font-family: poppins;
}




/* sticky-image-section End */





/* sticky-image-section-white start */


.sticky-image-section-white{
  /* background-color: gray; */
  padding: 100px 75px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: row;
}
.sticky-image{
  width: 50%;
  position: sticky;
  top: 20%;
  left: 5%;
  padding-right: 50px;

}
.sticky-image img{
  width: 400px;
  height: auto;
  

}
.scrolling-text-container-white{
  width: 50%;
  border-left: 2px solid black;
  /* height: 200vh; */
  display: flex;
  flex-direction: column;
  padding-left: 50px;

  gap: 30px;
}


.scrolling-text-box-black h1 {
  color: rgb(0, 0, 0);
  font-size: 26px;
  font-family: poppins;
}
.scrolling-text-box-black p {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-family: poppins;
}
.scrolling-text-box-black ul {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-family: poppins;
}





/* sticky-image-section-white End */












/* three-col-section start */

.three-col-section{
  width: 100%;
  padding: 80px 75px;
  

}
.row-container-third{
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.col-container-third {
  width: 25%;
  background-color: #f2f2f2;
  /* overflow: hidden; */
  border-radius: 20px;
  /* height: 30vh; */
  display: flex;
  flex-direction:column;


}
.col-container-third img{
  width: 100%;
  height: auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;


}
.col-container-third h1{
  font-family: poppins;
  font-size: 30px;
  font-weight: 400;
  padding: 20px 20px 0px 20px;


}
.col-container-third p{
  font-family: poppins;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 20px 20px 20px;




}
/* three-col-section End */























/* lubricant-sales-financials-section-bluebg start */


.lubricant-sales-financials-section-bluebg{
  /* margin-top: 100px; */

  padding: 80px 75px 80px 75px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  background-color: #014380;
  /* height: 120vh; */
  /* background-color: #eeeeee; */

}
.lubricant-sales-financials-container-bluebg-insidefull{
  /* background-color: #a2c801; */
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  /* align-items: center; */
}
.lubricant-sales-financials-section-bluebg-1{
  /* margin-top: 100px; */

  padding: 80px 75px 80px 75px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  background-color: #014380;
  /* height: 120vh; */
  /* background-color: #eeeeee; */

}
.lubricant-sales-financials-container-bluebg-insidefull-1{
  /* background-color: #a2c801; */
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  /* align-items: center; */
}
.lubricant-sales-financials-container-bluebg-left{
  /* height: 100%; */
  width: 50%;
  flex-direction: column;
  display: flex;
  /* background-color: #a2c801; */
}
.lubricant-sales-financials-container-bluebg-right{
  /* height: 100%; */
  width: 40%;
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* background-color: #aeb8c1; */
}
.lubricant-sales-financials-container-bluebg-left-1{
  /* height: 100%; */
  width: 50%;
  flex-direction: column;
  display: flex;
  /* background-color: #a2c801; */
}
.lubricant-sales-financials-container-bluebg-right-1{
  /* height: 100%; */
  width: 40%;
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* background-color: #aeb8c1; */
}
.lubricant-sales-financials-container-bluebg-right img{
  width: 500px;
  height: auto;
  border-radius: 20px;
}
.lubricant-sales-financials-bluebg-row-container{
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.lubricant-sales-financials-bluebg-col-container{
  padding: 20px;
  height: 30vh;
  width: 50%;
  /* background-color: #eeeeee; */
  border: 0.6px solid #cdcdcd;
}

.lubricant-sales-financials-container-bluebg-right-1 img{
  width: 500px;
  height: auto;
  border-radius: 20px;
}
.lubricant-sales-financials-bluebg-row-container-1{
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.lubricant-sales-financials-bluebg-col-container-1{
  padding: 20px;
  height: 30vh;
  width: 50%;
  /* background-color: #eeeeee; */
  border: 0.6px solid #cdcdcd;
}




/* lubricant-sales-financials-section-whitebg END */




/* cta section start */
.cta-hero-co2 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
  position: relative;
  width: 90%;
  height: 400px;
  margin: 20px auto;
  border-radius: 20px;
  background: url('../src/photos/img-industry-focus/co2/industry-hero-co2-banner.jpg') ;
  background-position: center top;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px;
}
.cta-hero-Construction {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
  position: relative;
  width: 90%;
  height: 400px;
  margin: 20px auto;
  border-radius: 20px;
  background: url('../src/photos/img-industry-focus/co2/industry-hero-co2-banner.jpg') ;
  background-position: center top;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px;
}
.cta-hero-Real-Estate {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
  position: relative;
  width: 90%;
  height: 400px;
  margin: 20px auto;
  border-radius: 20px;
  background: url('../src/photos/img-industry-focus/co2/industry-hero-co2-banner.jpg') ;
  background-position: center top;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px;
}
.cta-hero-Lubricant {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
  position: relative;
  width: 90%;
  height: 400px;
  margin: 20px auto;
  border-radius: 20px;
  background: url('../src/photos/img-industry-focus/co2/industry-hero-co2-banner.jpg') ;
  background-position: center top;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px;
}
.cta-hero-Community-and-Facilities {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
  position: relative;
  width: 90%;
  height: 400px;
  margin: 20px auto;
  border-radius: 20px;
  background: url('../src/photos/img-industry-focus/co2/industry-hero-co2-banner.jpg') ;
  background-position: center top;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px;
}
.cta-hero-Recycling {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
  position: relative;
  width: 60%;
  height: 400px;
  margin: 20px auto;
  border-radius: 20px;
  background: url('../src/photos/img-industry-focus/co2/industry-hero-co2-banner.jpg') ;
  background-position: center top;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px;
}
.cta-hero-Portfolio {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
  position: relative;
  width: 90%;
  height: 400px;
  margin: 20px auto;
  border-radius: 20px;
  background: url('../src/photos/img-industry-focus/co2/industry-hero-co2-banner.jpg') ;
  background-position: center top;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px;
}
.cta-hero-E-Commerce {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
  position: relative;
  width: 90%;
  height: 400px;
  margin: 20px auto;
  border-radius: 20px;
  background: url('../src/photos/img-industry-focus/co2/industry-hero-co2-banner.jpg') ;
  background-position: center top;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px;
}
.cta-hero-Portfolio{
  margin-top: 80px !important;
  margin-bottom: 80px !important;
  position: relative;
  width: 90%;
  height: 400px;
  margin: 20px auto;
  border-radius: 20px;
  background: url('../src/photos/img-industry-focus/co2/industry-hero-co2-banner.jpg') ;
  background-position: center top;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px;
}
/* Dark overlay for readability */
.cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 25px;
}

/* Content container */
.cta-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: white;
  z-index: 2;
  font-family: 'Poppins';
}

/* Text Box */
.cta-text-box {
  max-width: 50%;
}



.cta-green-text {
  font-family: poppins;
  font-size: 30px;
  color: #A7D300;
  font-weight: bold;

}


/* CTA Box */
.cta-box {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(1px);
  padding: 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 30%;
}

/* Form Input */
.cta-form-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: space-around;
  width: 100%;
  padding: 20px;
  background-color: white;
  border-radius: 20px;
  height: 140px;
}

.cta-form-container label {
  font-size: 23px;
  color: black;
  margin-bottom: 5px;

}

.cta-input-container {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 50px;
  overflow: hidden;
  border: 2px solid rgb(221, 220, 220);
  /* background: rgb(213, 213, 213); */
}

/* Email Input Field */
.cta-input-container input {
  width: 180px;
  padding: 8px 10px;
  border: none;
  outline: none;
  flex: 1;

  /* background: rgb(213, 213, 213); */
}

/* Submit Icon Button */
.cta-icon-button {
  background: transparent;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
}
.cta-icon-button svg {
  color: rgb(255, 255, 255);
  fill: black;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* Learn More Button */
.cta-learn-more {
  background: #A7D300;
  color: rgb(255, 255, 255);
  border: none;
  padding: 15px 15px;
  height: 140px;
  border-radius: 20px;
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35%;
  display: none;
}

.cta-learn-more:hover {
  background: #014380;
}


/* cta section End */
/* family */
.family-container-bluebg-right{
  /* height: 100%; */
  width: 40%;
  flex-direction: column;
  display: flex;
  justify-content: start;
  align-items: start;
  /* background-color: #aeb8c1; */
}
/* family end */



/* faq section start */
.sixth-bk {
  padding: 80px 75px 50px 75px; /* Padding for the section */
}
.accordion {
  width: 100%; /* Set accordion width to 100% */
}
/* Custom styles for the accordion */
.accordion-button {
  background-color: white; /* Set background color to white */
  color: #000; /* Set text color */
  box-shadow: none; /* Remove box shadow */
}

.accordion-button:not(.collapsed) {
  background-color: white; /* Keep background white when active */
  color: #000; /* Set text color when active */
  border: 1px solid #000000; /* Keep border color */
  border-top: none;
  border-left: none;
  border-right: none; /* Remove bottom border when active */
}

.accordion-item {
  border: 1px solid #000000; /* Border for the accordion item */
  border-top: none;
  border-left: none;
  border-right: none; /* Remove bottom border for the last item */
}

.accordion-item:last-child {
  border-bottom: 1px solid #000000; /* Add bottom border for the last item */
}

/* Show bottom border only when all items are collapsed */
.accordion-button.collapsed {
  border-bottom: 1px solid #000000; /* Show bottom border when collapsed */
}

/* Remove box shadow when active */
.accordion-button:focus {
  box-shadow: none; /* Remove focus box shadow */
}
.accordion-container {
  display:flex;
  justify-content: center;
  align-items: center;
  margin-left: 10%;
}
/* sixth section end*/
/* seventh section */
.form-group {
  margin-bottom: 15px;
}

/* Input fields: full width for a better user experience */
input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%; /* Full width for input fields */
  padding: 10px;
  /* border: 1px solid #ccc; */
  border-radius: 4px;
  box-sizing: border-box;
  background-color: white; /* White background for input fields */
}

/* Placeholder text: black for better readability */
input::placeholder {
  color: black; /* Black color for placeholder text */
}

/* Text area for the message */
textarea {
  width: 100%; /* Full width for the message textarea */
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: white; /* White background for textarea */
}

/* Styling for the side-by-side layout */
.side-by-side {
  display: flex;
  justify-content: space-between; /* Space between input fields */
}

.side-by-side .form-group {
  flex: 1; /* Allow equal width for both input fields */
  margin-right: 10px; 
}

.side-by-side .form-group:last-child {
  margin-right: 0; /* Remove margin for the last field */
}


/* faq section End */



  
  
  @media only screen and (max-width: 800px) {
    .main-heading-new {
      font-family: poppins;
      font-size: 25px;
      font-weight: 500;
    }
    .main-heading-white-new {
      color: white;
      font-family: poppins;
      font-size: 25px;
      font-weight: 500;
    }
    
.main-heading-new-facilities {
  font-family: poppins;
  font-size: 25px;
  font-weight: 400;

}
.main-heading-white-forindustry {

  font-size: 25px;
  font-weight: 400;
  text-align: center;
}
.main-heading-white-forindustry-small {
  color: white;
  font-family: poppins;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.text-white-big {
  
  font-size: 18px;
  font-weight: 400;
 

}
.text-black-big {
  
  font-size: 16px;
  font-weight: 400;
 

}
    /* hero section */
    .co2-bgimg {
      padding: 60px 20px 60px 20px;
      height: 50vh;
    }
    .ERP-Construction-bgimg{
      padding: 60px 20px 60px 20px;
      height: 50vh;
      
    }
    .Community-and-Facilities-bgimg{
      padding: 60px 20px 60px 20px;
      height: 50vh;
    }
    .recycling-waste{
      padding: 60px 20px 60px 20px;
      height: 50vh;
    }
    .Family-Office-Portfolio-bgimg{
      padding: 60px 20px 60px 20px;
      height: 50vh;
    }
    /* hero section end */



    .into-section-new{
      width: 100%;
      padding: 30px 20px;
      display: flex;
      justify-content: start;
      flex-direction: column-reverse;
      align-items: center;
      gap: 30px;
    }
    .intro-left-content{
      width: 100%;
    }
    .intro-right-content-new{
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .intro-right-content-new img{
      width: 250px;
      height: auto;
      margin-left: -40px;
    }
    .our-services-section{
      padding: 60px 20px ;
      flex-direction: column-reverse;
      gap: 10px;
    }

    .our-services-section-new{
      padding: 60px 20px ;
      flex-direction: column-reverse;
      gap: 10px;
    }
    .left-side-second-section{
      width: 100%;
      /* background-color: #A7D300; */
    }
    .right-side-second-section img{
      width: 350px;
      height: auto;
      /* background-color: #A7D300; */
    }



    .left-right-section-head{
      margin-top: 40px;
      margin-bottom: -40px;
      padding: 60px 20px 0px 20px;
    
    }

    .left-right-section-one{
      margin-top: 0px;
      padding: 80px 20px 00px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      /* gap: 40px; */
      flex-direction: column-reverse;
      /* background-color: #A7D300; */
    }
    .left-right-section-two{
      margin-top: 0px;
      padding: 80px 20px 00px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      /* gap: 40px; */
      flex-direction: column-reverse;
      /* background-color: #A7D300; */
    }
    .left-right-section-three{
      margin-top: 0px;
      padding: 80px 20px 00px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      /* gap: 40px; */
      flex-direction: column-reverse;
      /* background-color: #A7D300; */
    }
    .left-right-section-four{
      margin-top: 0px;
      padding: 80px 20px 00px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      /* gap: 40px; */
      flex-direction: column-reverse;
      /* background-color: #A7D300; */
    }
    .left-right-section-five{
      margin-top: 0px;
      padding: 80px 20px 00px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      /* gap: 40px; */
      flex-direction: column-reverse;
      /* background-color: #A7D300; */
    }



    .left-right-section-container{
    
      width: 100%;
    }
    .left-right-section-container-rightside img{
      width: 350px;
      height: auto;
      margin-bottom: 20px;
    
    }



    .cta-hero-co2 {
      margin-top: 60px !important;
      margin-bottom: 60px !important;
     position: relative;
      width: 90%;
      height: 500px;
      border-radius: 20px;
      background: url('../src/photos/img-industry-focus/co2/industry-hero-co2-banner.jpg') ;
      padding: 20px;
    }
    
    .cta-content {
      position: relative;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      width: 100%;
      color: white;
      
    }
    .cta-text-box {
      max-width: 100%;
    }
    
    .cta-green-text {
      font-family: poppins;
      font-size: 15px;
      color: #A7D300;
      font-weight: bold;
    
    }
    .second-heading-industrys-cta {
      font-size: 20px;
      font-family: poppins;
      font-weight: 600;
    }
    .cta-box {
      
      padding: 20px;
      border-radius: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: column;
      gap: 20px;
      width: 100%;
    }
    .cta-form-container {
      display: flex;
      flex-direction: column;
      gap: 5px;
      justify-content: space-around;
      width: 100%;
      padding: 20px;
      background-color: white;
      border-radius: 20px;
      height: 140px;
    }
    .cta-form-container label {
      font-size: 20px;
      color: black;
      margin-bottom: 0px;
    }
    
    .cta-learn-more {
      padding: 15px 15px;
      height: 40px;
      border-radius: 20px;
      font-size: 18px;
      font-weight: 400;
      width: 100%;
    }
    
  
    /* real estate page */
    .ERP-realEstate-bgimg{
      padding: 60px 20px 60px 20px;
      height: 50vh;
    }
    .into-section{
      width: 100%;
      margin-top: 50px;
      margin-bottom: 50px;
      padding: 20px 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      gap: 30px;
    }
    .intro-right-content img{
      width: 300px;
      height: auto;
      margin-left: -50px;
    }
    .features-section{
      padding: 60px 20px;
      background-color:#eeeeee;
  }

  .row-container-for-points{
    margin-top: 0px;
    display: flex;
    justify-content:space-evenly;
    align-items: center;
    flex-direction: column;
    gap:20px;
}
.col-containers-points{
    width: 100%;
    background-color: white;
    height: fit-content;
    border-radius: 20px;
    padding: 20px;
}
.mobile-app-section{
  padding-top: 60px;
  padding-left:20px ;
  padding-right:20px ;
  
}
.second-heading-industrys {
  font-size: 25px;
}
.small-text-heading-black{
  font-family: poppins;
  font-size: 20px;
  font-weight: 500;
  color: black;

}
.small-text-para-black{
  font-family: poppins;
  font-size: 14px;
  font-weight: 400;
  color: black;
}
.mobile-image-container{
  display: flex;
  /* flex-direction: column; */
  justify-content: start;
  margin-top: 60px;
  align-items: end;
  overflow: hidden;
}
.mobile-imgs img{
  width: 300px;
  height: auto;
  margin-bottom: -17px;
  
}


.download-button-imgs img{
cursor: pointer;
  width: 70px;
  margin-left: -25px;
  /* margin-right: 30px; */
  height: auto;
}

.our-services-section-realestate{
  padding: 60px 20px 60px 20px !important;
  background-color: #014380;
  
  }
  .our-services-row-container{
  margin-top: 40px;
  display: flex;
  flex-direction: column !important;
  justify-content: space-around;
  align-items: center;
  gap:20px;
  }
  .our-services-col-container{
  padding: 15px;
  height: 35vh;
  width: 100% !important;
  /* background-color: #eeeeee; */
  }
  .cta-hero-Real-Estate {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
   position: relative;
    width: 90%;
    height: 500px;
    border-radius: 20px;
    background: url('../src/photos/img-industry-focus/co2/industry-hero-co2-banner.jpg') ;
    padding: 20px;
  }
  .cta-hero-Portfolio{
    margin-top: 60px !important;
    margin-bottom: 60px !important;
   position: relative;
    width: 90%;
    height: 500px;
    border-radius: 20px;
    background: url('../src/photos/img-industry-focus/co2/industry-hero-co2-banner.jpg') ;
    padding: 20px;
  }
    /* real estate page end*/

    /*Lubricant Manufacturing and Export  */

    .Lubricant-Manufacturing{
      padding: 60px 20px 60px 20px;
      height: 50vh;
    }
    
    .lub-page-square-bluebg-section{
      padding: 60px 20px 60px 20px;
      gap:20px;
    }
    
    .lub-page-square-bluebg-row-container{
      margin-top: 20px;
      width: 100%;
      flex-direction: column;
    }
    .lub-page-square-bluebg-col-container{
      padding: 20px;
      height: fit-content;
      width: 100%;     
    }

    .lub-page-square-whietbg-section{
      margin: 0px 0px;
      padding: 60px 20px 60px 20px;
      /* background-color: #014380; */
      display: flex;
      gap: 20px;
    }
    
    .lub-page-square-whietbg-row-container{
      margin-top: 0px;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }
    .lub-page-square-whietbg-col-container{
      padding: 20px;
      height: fit-content;
      width: 100%;
      /* background-color: #eeeeee; */
      border: 0.6px solid #cdcdcd;
    }

    .lubricant-sales-financials-section-whitebg{

      padding: 60px 20px 60px 20px;
      display: flex;
      flex-direction: column;
      justify-content: start;
      align-items: start;
      margin: 0px;
    
      /* background-color: #b95252; */
    
    }
    .lubricant-sales-financials-container-whitebg-left{
      height: 100%;
      width: 100%;
      flex-direction: column;
      display: flex;
      /* background-color: #a2c801; */
    }
    .lubricant-sales-financials-container-whitebg-right{
      /* position:; */
      margin-top: 30px;
      height: 100%;
      width: 100%;
      flex-direction: column;
      display: flex;
      justify-content: end;
      align-items: center;
      /* background-color: #014380; */
    }
    .lubricant-sales-financials-container-whitebg-right img{
      width: 320px;
      height: auto;
      border-radius: 20px;
    }
    .lubricant-sales-financials-whietbg-row-container{
      margin-top: 50px;
      width: 100%;
      display: flex;
      flex-direction: column;
    }
    .lubricant-sales-financials-whietbg-col-container{
      padding: 20px;
      height: fit-content;
      width: 100%;
    }

    .lubricant-sales-financials-section-bluebg{
      /* margin-top: 100px; */
    
      padding: 60px 20px 60px 20px;
      display: flex;
      flex-direction: column;
      align-items: start;
      /* height: 120vh; */
      /* background-color: #eeeeee; */
    
    }
    .lubricant-sales-financials-section-bluebg-1{
      /* margin-top: 100px; */
    
      padding: 60px 20px 60px 20px;
      display: flex;
      flex-direction: column;
      align-items: start;
      /* height: 120vh; */
      /* background-color: #eeeeee; */
    
    }
    .lubricant-sales-financials-container-bluebg-insidefull{
      /* background-color: #a2c801; */
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      /* align-items: center; */
    }
    .lubricant-sales-financials-container-bluebg-insidefull-1{
      /* background-color: #a2c801; */
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      /* align-items: center; */
    }
    .lubricant-sales-financials-container-bluebg-left{
      /* height: 100%; */
      width: 100%;
      flex-direction: column;
      display: flex;
      /* background-color: #a2c801; */
    }
    .lubricant-sales-financials-container-bluebg-right{
      /* height: 100%; */
      width: 100%;
      flex-direction: column;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      /* background-color: #aeb8c1; */
    }
    .lubricant-sales-financials-container-bluebg-left-1{
      /* height: 100%; */
      width: 100%;
      flex-direction: column;
      display: flex;
      /* background-color: #a2c801; */
    }
    .lubricant-sales-financials-container-bluebg-right-1{
      /* height: 100%; */
      width: 100%;
      flex-direction: column;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      /* background-color: #aeb8c1; */
    }
    .lubricant-sales-financials-container-bluebg-right img{
      margin-top: 30px;
      width: 320px;
      height: auto;
      border-radius: 20px;
    }
    .lubricant-sales-financials-bluebg-row-container{
      margin-top: 50px;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      gap: 50px;
    }
    .lubricant-sales-financials-bluebg-col-container{
      padding: 20px;
      height: fit-content;
      width: 100%;
      /* background-color: #eeeeee; */
      border: 0.6px solid #cdcdcd;
    }
    .lubricant-sales-financials-container-bluebg-right-1 img{
      margin-top: 30px;
      width: 320px;
      height: auto;
      border-radius: 20px;
    }
    .lubricant-sales-financials-bluebg-row-container-1{
      margin-top: 50px;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      gap: 0px !important;
    }
    .lubricant-sales-financials-bluebg-col-container-1{
      padding: 20px;
      height: 140px;
      width: 100%;
      /* background-color: #eeeeee; */
      border: 0.6px solid #cdcdcd;
    }
    .reg{
      margin-top: -30px;
    }
    
    .main-heading-new-small-black {
      font-family: poppins;
      font-size: 25px;
      font-weight: 400;
    
    }
    .main-heading-new-small-white {
      font-family: poppins;
      font-size: 25px;
      color: white;
      font-weight: 400;
    
    }
    


    /* Lubricant Manufacturing and Export end */


    /* family start */

    .family-container-bluebg-right{
      /* height: 100%; */
      width: 100%;
      flex-direction: column;
      display: flex;
      justify-content: start;
      align-items: start;
      /* background-color: #aeb8c1; */
    }
    .lubricant-sales-financials-container-bluebg-insidefull-1{
      /* background-color: #a2c801; */
      width: 100%;
      display: flex;
      flex-direction: column-reverse;
      justify-content: space-between;
      /* align-items: center; */
    }
    .small-text-white{
      font-family: poppins;
      font-size: 14px;
      font-weight: 400;
      color: #a2c801;
      

    /* family end */
  
  }



  /* sticky-image-section start */
.sticky-image-section {
  width: 100%;
  /* height: 200vh;  */
  padding: 60px 20px;
  background-color: #014380;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative; 
}

.sticky-image {
  width: 100%;
  position: static;
  align-self: flex-start;
  justify-content: center; 
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sticky-image img{
  width: 100%;
  height: 50%;
  border-radius: 20px;
}

.scrolling-text-container {
  margin-top: 30px;
  width: 100%;
  padding-left: 0px; 
  border-left: #ffffff solid 0px;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 30px;

}


.scrolling-text-box h1 {
  color: white;
  font-size: 26px;
  font-family: poppins;
}
.scrolling-text-box p {
  color: white;
  font-size: 16px;
  font-family: poppins;
}
.scrolling-text-box ul {
  color: white;
  font-size: 16px;
  font-family: poppins;
}




/* sticky-image-section End */











/* sticky-image-section-white start */


.sticky-image-section-white{
  /* background-color: gray; */
  padding: 60px 20px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
}
.sticky-image{
  width: 100%;
  position: static;
  top: 20%;
  left: 5%;
  padding-right: 0px;

  
}
.sticky-image img{
  width: 200px;
  height: auto;
  

}
.scrolling-text-container-white{
  width: 100%;
  border-left: 0px solid black;
  /* height: 200vh; */
  display: flex;
  flex-direction: column;
  padding-left: 0px;

  margin-top: 40px1;
  gap: 20px;
}


.scrolling-text-box-black h1 {
  color: rgb(0, 0, 0);
  font-size: 26px;
  font-family: poppins;
}
.scrolling-text-box-black p {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-family: poppins;
}
.scrolling-text-box-black ul {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-family: poppins;
}





/* sticky-image-section-white End */
















/* three-col-section start */

.three-col-section{
  width: 100%;
  padding: 60px 20px;
  

}
.row-container-third{
  margin-top: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  gap: 30px;
}
.col-container-third {
  width: 100%;
  background-color: #f2f2f2;
  /* overflow: hidden; */
  border-radius: 20px;
  /* height: 30vh; */
  display: flex;
  flex-direction:column;


}
.col-container-third img{
  width: 100%;
  height: auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;


}
.col-container-third h1{
  font-family: poppins;
  font-size: 20px;
  font-weight: 400;
  padding: 20px 20px 0px 20px;


}
.col-container-third p{
  font-family: poppins;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px 20px 20px;




}
/* three-col-section End */





















  
/* faq section start */


.sixth-bk {
  padding: 60px 20px; /* Padding for the section */
}
.accordion-container {
  display:flex;
  justify-content: center;
  align-items: center;
  margin-left: -2%;
  margin-top: 20px;
}
.accordion-body{
  font-size: 12px;
}
/* faq section End */
.third-bk{
  padding: 60px 20px !important;
}
}





