:root {
  --main-font: "Poppins", sans-serif;
  --sec-color: #00b0f0;
  --main-clr: #2bb34d;
  --white: #fff;
  --gray: #666;
  --dark-gray: #646464;

  --fs14: 0.729vw;
  --fs15: 0.781vw;
  --fs16: 0.833vw;
  --fs18: 0.938vw;
  --fs20: 1.042vw;
  --fs22: 1.146vw;
  --fs24: 1.25vw;
  --fs36: 1.875vw;
  --fs30: 1.563vw;
  --fs40: 2.083vw;
  --fs60: 3.125vw;
  --fs70: 3.646vw;

  --lh13: 0.677vw;
  --lh16: 0.833vw;
  --lh25: 1.302vw;
  --lh30: 1.563vw;

  --mt-30: 30px;
  --pb5: 5px;
  --pb-20: 20px;
  --pb-25: 25px;
  --pb-30: 30px;
  --pt-40: 40px;
  --pb-40: 40px;
  --pt-60: 60px;
  --pb-60: 60px;
  --pall-60: 60px;
  --pt-80: 80px;
  --pb-80: 80px;
  --pt-100: 100px;
  --pb-100: 100px;
  --pt-120: 120px;
  --pb-120: 120px;
}
* {
  /* margin: 0;
  padding: 0; */
}

body,
header {
  /* max-width: 1920px; */
  margin-top: 148px;
}
/* body * {
  scroll-margin-top: 150px;
} */
/* start nav */
.dropdown-menu {
  top: 100%; 
  left: 0;
  display: none;
  position: absolute;
  background-color: white; 
  border-radius: 6px; 
  padding: 10px 0; 
  width: 100%;
}
.navbar{
  position: relative;
}
.navbar .dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-item1{
  display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item1:hover {
  background-color: #28a745; /* Green color */
  color: white;
}
.menu-wrap {
  position: relative;
}
.dropdown-menu {
  top: 100%; 
  left: 0;
  display: none;
  position: absolute;
  background-color: white; 
  border-radius: 6px; 
  padding: 10px 0; 
  width: 100%;
}
.navbar{
  position: relative;
}
.navbar .dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-item1:hover {
  background-color: #28a745; /* Green color */
  color: white;
}
.menu-wrap {
  position: relative;
}
.white-btn2{
  margin-right:auto ;
  margin-left: auto;
}
.menu-wrap a.nav-link {
  color: #fff;
  font-family: Poppins;
  font-size: var(--fs16);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.28px;
  text-transform: uppercase; 
}
.menu-wrap a.nav-link:hover {
  color: #fff;
  font-weight: 600 !important;
}
.menu-wrap a.nav-link:focus {
  color: #fff;
  font-weight: 700 !important;
}
.menu-wrap a.nav-link.active {
  color: #fff;
  font-weight: 800 !important; /* Ensure it overrides hover and focus */
}
/* end nav */
/* srat scroll home banner */
.custom-carousel-item {
  position: relative;
}

.custom-carousel-item img {
  width: 100%;
  height: auto;
}

.custom-carousel-item .inner-banner {
  position: absolute;
  bottom: 0;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
}
.slick-prev, .slick-next {
  background-color:transparent; 
  border: none;                        
  color: #fff;                         
  padding: 10px;                        
  font-size: 50px !important;                      
  position: absolute;
  top: 50%;                            
  transform: translateY(-50%);          
  z-index: 10;
  cursor: pointer;
}
.slick-dots li button:before{
 color: transparent !important;
}
.slick-prev:before, .slick-next:before{
  font-size: 50px !important;  
}
.slick-prev {
  left: 3%; 
}

.slick-next {
  right: 7%; 
}
.slick-prev img, .slick-next img {
  width: 50px;                          
  height: auto;                          
}
.banner-back {
  background-image: url("../../../images/front/Home/next-button.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 105px;
  height: 105px;
  object-fit: cover;
  position: absolute;
  transform: rotate(177deg);
  top: 20%;
}
.banner-next {
  background-image: url("../../../images/front/Home/next-button.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 105px;
  height: 105px;
  object-fit: cover;
  position: absolute;
  right: 42%;
  top: 20%;
}

/* end scroll home banner */
/* start home */
.hotline {
  color: #f00;
  font-family: Poppins;
  font-size:1.8vw;
  font-style: normal;
  font-weight: 700;
  line-height: var(--fs30);
}
.phone {
  color: #666;
  font-family: Poppins;
  font-size: var(--fs24);
  font-style: normal;
  font-weight: 600;
  line-height: var(--fs30);
}
p.hotline-container {
  padding-top: 40px;
}
.nav-link.active {
  color: var(--white) !important;
  font-weight: 800 !important;
}
.innovative-card {
  border-radius: 15px;
}
.abouthome {
  display: none;
}
.desk {
  display: block;
}
.tab,
.mobi {
  display: none;
}

.img-partners {
  width: 147px;
  height: 50px;
  object-fit: cover;
}
.slick-slider:not(.slick-initialized) {
  display: none !important;
}
.solar-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solor-img {
  /* width: 422px; */
  width: 100%;
  height: 471px;
}
.video-testimonials {
  width: 100%;
  height: 302px;
  object-fit: cover;
  border-radius: 15px;
}
.video-wrapper {
  width: 54%;
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px; /* adjust size */
  height: 100px; /* adjust size */
  background: url("./images/front/play.png") no-repeat center center;
  background-size: contain;
  cursor: pointer;
  z-index: 10;
}
.happy-customer {
  /* height: 53vw; */
  object-fit: cover !important;
}
/* end home */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.text-alignment {
  text-align: justify;
}

.nav-bar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 4px #000;
}
/* start wrapper */
.third-wrap {
  width: 90%;
  margin: auto;
}
.second-wrap {
  width: 84%;
  margin: auto;
}
.main-wrap {
  width: 83%;
  margin: auto;
}
.section-wrapper {
  width: 82%;
  margin: auto;
}

.content-wrapper {
  width: 63%;
  margin: auto;
}

/* end wrapper */
/* start padding */
.mtop-30 {
  margin-top: var(--mt-30) !important;
  margin-left: auto;
  margin-right: 0;
}
.pbottom-5 {
  padding-bottom: var(--pb5);
}
.pbottom-20 {
  padding-bottom: var(--pb-20);
}
.pbottom-25 {
  padding-bottom: var(--pb-25);
}
.pbottom-30 {
  padding-bottom: var(--pb-30);
}
.ptop-40 {
  padding-top: var(--pt-40);
}
.pbottom-40 {
  padding-bottom: var(--pb-40);
}
.ptop-60 {
  padding-top: var(--pt-60);
}
.pbottom-60 {
  padding-bottom: var(--pb-60);
}
.pall-60 {
  padding: var(--pall-60);
}
.ptop-80 {
  padding-top: var(--pt-80);
}
.pbottom-80 {
  padding-bottom: var(--pb-80);
}
.pbottom-100 {
  padding-bottom: var(--pb-100);
}
.ptop-100 {
  padding-top: var(--pt-100);
}
.footer-top,
.pbottom-120 {
  padding-bottom: var(--pb-120);
}
.ptop-120 {
  padding-top: var(--pt-120);
}
/* end padding */
.bold {
  font-weight: 600;
}
.semibold {
  font-weight: 500;
}
.nomalbold {
  font-weight: 400;
}
.section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* width: 79%; */
  margin: auto;
}
/* strat banner */
.banner-container {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 80%;
  margin: auto;
  left: 10%;
  align-items: end;
}
.banner-paragraph {
  color: #fff;
  text-align: center;
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 500;
  line-height: var(--lh25);
}
.banner-center--wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-paragraph--wrapper {
  width: 53%;
}
/* end banner */
/* start second section */
.about-right,
.about-left {
  width: 48%;
}
/* end second section */
.paragraphy-title {
  font-family: "Quattrocento Sans";
  font-size: var(--fs70);
  text-align: center;
}
.paragraphy-title--white {
  color: #fff;
}
.paragraphy-title--transform {
  text-transform: capitalize;
}
.modal-title {
  color: var(--gray);
  text-align: center;
  /* font-size: var(--fs40); */
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.modal-para {
  color: #2b2b2b;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh30);
}
.paragraphy-subtitle {
  color: white;
  font-size: var(--fs30);
  font-style: normal;
  line-height: var(--lh30);
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.paragraphy-subtitle--transform {
  text-transform: uppercase;
}
.paragraphy-largetext {
  font-size: var(--fs18);
  font-style: normal;
  line-height: var(--lh25);
}
.paragraphy-largetext--white {
  color: var(--white);
  text-align: center;
}
.paragraphy-largetext--dakebrown {
  color: #646464;
}
.paragraphy-largetext--brown {
  color: #2b2b2b;
}
.paragraphy-largetext--gray {
  color: #666;
}
.paragraphy-largetext--space {
  letter-spacing: 1.44px;
}
.paragraphy-largetext--transform {
  text-transform: uppercase;
}
.paragraphy-text {
  font-size: 1.0vw;
  line-height: 1.5vw !important;
}
.paragraphy-textsamll {
  color: var(--gray);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh13);
  letter-spacing: 4.2px;
  text-transform: uppercase;
  font-size: var(--fs14);
}
.paragraphy-text-ls {
  letter-spacing: 1.28px;
}
.paragraphy-text--lh16 {
  line-height: 16px;
}
.paragraphy-text--h30 {
  line-height: 30px;
}
.paragraphy-text--h25 {
  line-height: 25px;
}
.paragraphy-text--white {
  color: #fff;
}
.paragraphy-text--drakgray {
  color: #666;
}
.paragraphy-text--gray {
  color: #646464;
}
.paragraphy-text--width54 {
  width: 54%;

}
.paragraphy-text--width79 {
  width: 79%;
}
.paragraph-w {
  width: 81%;
}
.social-text {
  color: #2b2b2b;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 98%; /* 15.68px */
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.read-more {
  color: #2b2b2b;
  font-size: var(--fs16);
  font-style: normal;
  font-weight: 600;
  line-height: var(--lh16);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none;
}
.read-more:hover {
  text-decoration: underline;
}
/* start green button  */
.btn-green {
  border-radius: 10px;
  background: #2bb34d;
  color: var(--white);
  font-size: var(--fs16);
  font-style: normal;
  font-weight: 600;
  line-height: var(--lh16);
  letter-spacing: 1.28px;
  text-transform: uppercase;
  padding: 25px 35px;
  border: none;
  max-width: fit-content;
}
.btn-green:hover {
  background-color: var(--sec-color) !important;
  color: var(--white) !important;
  transition: 1s all;
}
/* end green button  */
/* start modal */
.btn-close {
  font-size: 20px;
  position: absolute;
  right: 2%;
  top: 4%;
}
.modal-header,
.modal-footer {
  border: none;
}
/* end modal */
/* start form */
.modal-titlelable {
  color: #2b2b2b;
  font-size: var(--fs16);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh30);
}
.modal-titlelable--width {
  width: 65%;
  padding-left: 20px;
}
.modal-placeholder {
  color: rgba(18, 18, 18, 0.3);
  font-size: var(--fs16);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh30);
}
/* end form */
.small-textfield {
  height: 60px;
  border-radius: 10px;
  background: #e4e6ea;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
  padding-left: 30px;
}
.small-textfield--search {
  width: 465px;
  display: flex;
}
.search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2b2b2b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #2b2b2b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.search-field:-ms-input-placeholder {
  /* IE 10+ */
  color: #2b2b2b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.search-field:-moz-placeholder {
  /* Firefox 18- */
  color: #2b2b2b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.category-field::placeholder {
  color: #2b2b2b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.small-textfield--dropdown {
  width: 300px;
}
.form-control {
  background: #e4e6ea !important;
}
/* blogs inner */
.inner-title {
  font-size: var(--fs40);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.inner-title--center {
  text-align: center;
}
.inner-title--gray {
  color: var(--gray);
}
.inner-title--white {
  color: var(--white);
}
.inner-para {
  color: var(--gray);
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 500;
  line-height: var(--lh25);
}
.inner-subpara {
  color: #646464;
  text-align: center;
  font-size: var(--fs16);
  font-style: normal;
  font-weight: 300;
  line-height: var(--lh16);
  text-transform: capitalize;
}
.inner-subpara--gray {
  color: var(--dark-gray);
}
.inner-subpara--black {
  color: #2b2b2b;
  font-size: var(--fs16);
  font-style: normal;
  font-weight: 500;
  line-height: var(--lh16);
  text-transform: capitalize;
}
/* end blogs inner */
/* strat contact */
.contact-title {
  color: var(--white);
  font-size: var(--fs20);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.contact-subtitle {
  color: var(--white);
  font-size: var(--fs22);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
/* end contact */
.modal-section {
  width: 48%;
}
/* start banner */
.main-banner {
  position: relative;
  overflow: hidden;
}

.main-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 9.98%,
    rgba(0, 0, 0, 0.6) 75%
  );
  z-index: 1;
}
/* end banner */
.section-center {
  align-items: center;
}
.section-left-service {
  width: 48%;
}
.section-right-service {
  width: 48%;
}
.section-left-about {
  width: 53%;
}
.section-right-about {
  width: 40%;
}
.location-container {
  flex-wrap: wrap;
  justify-content: space-between;
}
/* start home banner */
.mb-cal {
  display: none;
}
.manage-cover-box{
  position: relative;
  padding-bottom: 60px;
}
.mange-cover{
  height: 400px;
  object-fit: cover;
  border-radius: 30px;
}
.text-overlay-manage{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  color: white;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.txt-center-para{
  text-align: center;
  max-width: 643px;
  margin-right: auto;
  margin-left: auto;
}
.white-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  /* margin-right:auto ;
  margin-left: auto; */
}
.txt-center{
  text-align: center;
}
.full-white{
background: var(--white);
text-decoration: none;
height: 50px;
display: flex;
align-items: center;
color: #646464;
}
/* end home banner  */
/* strat about us */
.meetexpert-section {
  width: 70%;
}
.gallery-section {
  width: 100%;
}
/* end about us */
/* start product */
.product-text-w {
  /* width: 83%; */
  text-align: justify;
}
/* end product */
/* start service maintance */
.accordion-button:not(.collapsed) {
  background: #e4e6ea;
  box-shadow: 0px 0px 70px 5px rgba(0, 0, 0, 0.1);
  border: none; /* Removes the border */
}

.accordion-button {
  transition: all 0.3s ease-in-out;
}

.accordion-item {
  position: relative;
}

.accordion-item .accordion-collapse.show {
  border-bottom: 3px solid green;
}

/* end service maintance */
.gallery-slider img {
  width: 100%;
  height: auto;
  display: block;
  padding: 20px;
  max-height: 304px;
}

.slick-dots {
  /* bottom: 10px;  */
  text-align: center;
}
.icon-solution {
  padding-right: 10px;
}
/* strat drop down  */
button.btn.dropdown-toggle {
  border-radius: 10px;
  background: #e4e6ea;
  width: 100%;
  height: 112px;
  padding: 20px 20px;
  margin-bottom: 20px;
  text-align: start;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.dropdown-menu.show {
  width: 100%;
}
/* end drop down */

   /* hotline start */
   .hotline-img {
    padding-left: 5px;
  }
  .details-conatct{
    gap: 10px;
    display: flex;
    flex-direction: column;
    padding: 10px;
  }
  .floting-whatsapp {
    width: 50px;
    height: 50px;
  }
  .floting-hotline {
    background-color:#2bb34d ;
    position: fixed;
    right: 0%;
    bottom: 5%;
    z-index: 1;
    display: flex;
    border-start-start-radius: 50px;
    border-end-start-radius: 50px;
    align-items: center;
    gap: 7px;
    padding:.3%;
    border :1px solid #fff; 
  }
  .hotline-number{
    color: #FFF;
    font-family: "Poppins";
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
  }
  .slaes{
     color: #FFF;
    font-family: "Poppins";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .img-weblankan {
    display: flex;
    margin: auto;
    width:100px;
  }
  /* end hotline end */
@media only screen and (max-width: 1600px) {
  .paragraphy-text {
    font-size: 1.1vw;
    line-height: 2.0vw !important;
  }
  :root {
    --pb-30: 20px;
  }
  .btn-green {
    padding: 14px 35px;
  }
  .paragraphy-text--h25 {
    line-height: 23px;
  }
}
/* Laptop */
@media only screen and (max-width: 1440px) {
  :root {
    --fs14: 13px;
    --fs15: 14px;
    --fs16: 13px;
    --fs18: 15px;
    --fs20: 16px;
    --fs22: 18px;
    --fs24: 20px;
    --fs36: 32px;
    --fs30: 30px;
    --fs40: 35px;
    --fs60: 40px;
    --fs70: 45px;

    --lh13: 23px;
    --lh16: 23px;
    --lh25: 23px;
    --lh30: 23px;

    --pb5: 5px;
    --pb-20: 20px;
    --pb-25: 20px;
    --pb-30: 25px;
    --pt-40: 40px;
    --pb-40: 40px;
    --pt-60: 30px;
    --pb-60: 30px;
    --pall-60: 60px;
    --pt-80: 80px;
    --pb-80: 40px;
    --pt-100: 50px;
    --pb-100: 50px;
    --pt-120: 60px;
    --pb-120: 60px;
  }
  .menu-wrap a.nav-link {
    font-size: 14px;
  }

  ul.navbar-nav {
    display: flex;
    gap: 19px;
  }
  .green-image {
    width: 465px;
    height: 218px;
  }
  .small-textfield--dropdown {
    width: 265px;
  }
  .paragraphy-text--width54 {
    margin-bottom: 60px;
  }
  .testi {
    padding: 0;
  }
  .small-textfield--search {
    width: 100%;
    display: flex;
  }
  .happy-customer {
    height: 65vw;
  }
}
@media (min-width: 1200px) {
  .small-textfield--search {
    width: 40%;
  }
}
@media only screen and (max-width: 1366px) {
  .video-box {
    width: 100% !important;
    height: 500px;
    object-fit: cover;
  }
  .happy-customer {
    height: 750px;
  }
  .menu-wrap a.nav-link {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1170px) {
  .menu-wrap a.nav-link {
    font-size: 10px;
  }
  .paragraphy-text {
    font-size: 1.4vw !important;
    line-height: 2.4vw !important;
  }
}
/* Tablet Landscape */
@media only screen and (max-width: 1024px) {
  .menu-wrap a.nav-link {
    font-size: 10px;
  }
  .white-btn{
    margin-right:auto ;
    margin-left: auto;
  }
  body,
header {
  margin-top: 0px;
}
  :root {
    --fs14: 13px;
    --fs15: 14px;
    --fs16: 12px;
    --fs18: 15px;
    --fs20: 16px;
    --fs22: 18px;
    --fs24: 20px;
    --fs36: 32px;
    --fs30: 30px;
    --fs40: 35px;
    --fs60: 40px;
    --fs70: 45px;

    --lh13: 23px;
    --lh16: 23px;
    --lh25: 23px;
    --lh30: 23px;

    --pb5: 5px;
    --pb-20: 20px;
    --pb-25: 20px;
    --pb-30: 25px;
    --pt-40: 40px;
    --pb-40: 40px;
    --pt-60: 30px;
    --pb-60: 30px;
    --pall-60: 60px;
    --pt-80: 80px;
    --pb-80: 40px;
    --pt-100: 50px;
    --pb-100: 50px;
    --pt-120: 60px;
    --pb-120: 60px;
  }
  /* body,
  header {
    max-width: 1920px;
    margin-top: 135px;
  } */

   .text-center{
    text-align: center;
   }
  section.home-banner-sec img {
    
    height: 53vh;
    object-fit: cover;
  }
  section.banner img {
    height: 53vh;
    object-fit: cover;
  }
  .service-main-img {
    object-fit: cover;
    border-radius: 30px !important;
    height: 228px !important;
    object-position: left;
    margin-top: 20px;
  }
  .header-wrapper {
    width: 95% !important;
    margin: auto;
  }
  ul.navbar-nav {
    display: flex;
    gap: 0 ;
  }
  .mb-logo {
    width: 150px;
    height: 36px;
  }

  .paragraphy-text--width54 {
    width: 95%;
  }
  .about-right,
  .about-left {
    width: 95%;
  }
  .green-image {
    display: none;
  }
  .section-wrapper {
    width: 90%;
  }
  .second-wrap {
    width: 90%;
  }
  .modal-titlelable--width {
    width: 100%;
    padding-bottom: 20px;
    line-height: 23px;
  }
  .btn-green {
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: center;
    max-width: unset;
    width: 100%;
  }
  .modal-section {
    width: 100%;
  }
  .small-textfield--search {
    width: 100%;
    margin-bottom: 20px;
  }
  .small-textfield--dropdown {
    width: 100%;
    margin-bottom: 20px;
  }
  .section-left {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
  }
  .section-right {
    width: 100%;
  }
  .reverse-card {
    flex-direction: column-reverse;
    display: flex;
  }
  .service-main-img {
    object-fit: cover;
    border-radius: 30px;
    height: 453px;
    object-position: bottom;
    margin-top: 20px;
  }
  .content-wrapper {
    width: 90%;
    margin: auto;
  }
  .small-textfield--dropdown {
    width: 100% !important;
  }
  .section-left-service {
    width: 90%;
  }
  .section-right-service {
    width: 90%;
    text-align: center;
    padding-bottom: 20px;
  }
  .meetexpert-section {
    width: 90%;
  }
  .gallery-section {
    width: 90%;
  }
  .product-text-w {
    width: 76%;
    padding-top: 20px;
  }
  .solor-img {
    width: 315px;
    height: 471px;
  }
 
  .paragraphy-largetext{
  line-height: 23px;
  }
  .happy-customer {
    height: 750px;
  }
  .slick-dots {
    bottom: -70px; 
    text-align: center;
  }
  p.hotline-container {
    padding-top: 40px;
    display: flex;
      flex-direction: column;
      align-items: center; /* Centers horizontally */
    justify-content: center; /* Centers vertically */
  }

}
/* Tablet */
@media only screen and (max-width: 991px) {
  
  .details-conatct{
    gap: 7px;
    padding: 5px;
  }
  .floting-hotline {
    gap: 8px;
    padding:.5%;
    border :1px solid #fff; 
  }
  .hotline-number{
    font-size: 25px;
    font-weight: 500;
    line-height: 23px;
  }
  .slaes{
    font-size: 15px;
    line-height: 23px;
  }
  .paragraphy-largetext {
    padding-top: 10%;
  }
  :root {
    --fs14: 13px;
    --fs15: 14px;
    --fs16: 15px;
    --fs18: 15px;
    --fs20: 16px;
    --fs22: 18px;
    --fs24: 13px;
    --fs36: 32px;
    --fs30: 30px;
    --fs40: 35px;
    --fs60: 30px;
    --fs70: 45px;

    --lh13: 23px;
    --lh16: 23px;
    --lh25: 23px;
    --lh30: 23px;

    --pb5: 5px;
    --pb-20: 20px;
    --pb-25: 20px;
    --pb-30: 25px;
    --pt-40: 20px;
    --pb-40: 20px;
    --pt-60: 30px;
    --pb-60: 30px;
    --pall-60: 60px;
    --pt-80: 80px;
    --pb-80: 40px;
    --pt-100: 50px;
    --pb-100: 50px;
    --pt-120: 60px;
    --pb-120: 60px;
  }
  .desk,
  .mobi {
    display: none;
  }
  .tab {
    display: block;
  }
  section.home-banner-sec img {
    height: 50vh !important;
    object-fit: cover;
    object-position: center;
  }
  section.banner img {
    height: 50vh !important;
    object-fit: cover;
    object-position: center;
  }
  header {
    max-width: 1920px;
    margin-top: 0;
  }
  .paragraphy-text--width54 {
    width: 95%;
  }
  .about-right,
  .about-left {
    width: 95%;
  }
  .green-image {
    display: none;
  }
  .section-wrapper {
    width: 90%;
  }
  .second-wrap {
    width: 90%;
  }
  .modal-titlelable--width {
    width: 100%;
    padding-bottom: 20px;
  }
  .btn-green {
    max-width: unset;
    width: 100%;
  }
  .modal-section {
    width: 100%;
  }
  .small-textfield--search {
    width: 100%;
    margin-bottom: 20px;
  }
  .small-textfield--dropdown {
    width: 100%;
    margin-bottom: 20px;
  }
  .section-left {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
  }
  .section-right {
    width: 100%;
  }
  .reverse-card {
    flex-direction: column-reverse;
  }
  .service-main-img {
    object-fit: cover;
    border-radius: 30px;
    height: 400px;
    object-position: center 14%;
    margin-top: 20px;
  }
  .content-wrapper {
    width: 90%;
    margin: auto;
  }
  .solar-container,
  .product-container {
    display: block;
  }
  .product-img {
    justify-content: center;
  }
  .mb-cal {
    display: block;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  }
  .dt-cal {
    display: none;
  }
  img.home {
    display: none;
  }
  img.abouthome {
    width: 100%;
    margin-top: 30px;
    display: block;
  }
  /* .home{
    width: 575px;
    height: 290px;
  } */
  .happy-customer {
    height: 750px;
  }
  .paragraphy-text--h25 {
    text-align: center;
  }
}
@media only screen and (max-width: 820x) {
  .details-conatct{
    gap: 7px;
    padding: 5px;
  }
  .floting-hotline {
    gap: 10px;
    padding:.5%;
    border :1px solid #fff; 
  }
  .hotline-number{
    font-size: 25px;
    font-weight: 500;
    line-height: 23px;
  }
  .slaes{
    font-size: 15px;
    line-height: 23px;
  }
  body,
  header {
    /* max-width: 1920px; */
    margin-top: 0 !important;
  }
}
/* Mobile Landscape */
@media only screen and (max-width: 768px) {
  .paragraphy-largetext {
    padding-top: 17%;
  }
  .slick-dots {
    bottom: -90px; 
    text-align: center;
  }
  .paragraphy-text {
    font-size: 2.5vw !important;
    line-height:3.0vw !important;
  }
  .mange-cover{
    height: 450px;
   
  }
  .text-overlay-manage{
    height: 450px;
   
  }
  .details-conatct{
    gap: 7px;
    padding: 5px;
  }
  .floting-hotline {
    gap: 10px;
    padding:.5%;
    border :1px solid #fff; 
  }
  .hotline-number{
    font-size: 25px;
    font-weight: 500;
    line-height: 23px;
  }
  .slaes{
    font-size: 15px;
    line-height: 23px;
  }
  :root {
    --fs14: 13px;
    --fs15: 14px;
    --fs16: 15px;
    --fs18: 15px;
    --fs20: 16px;
    --fs22: 18px;
    --fs24: 13px;
    --fs36: 32px;
    --fs30: 30px;
    --fs40: 35px;
    --fs60: 30px;
    --fs70: 45px;

    --lh13: 23px;
    --lh16: 23px;
    --lh25: 23px;
    --lh30: 23px;

    --pb5: 5px;
    --pb-20: 20px;
    --pb-25: 20px;
    --pb-30: 15px;
    --pt-40: 15px;
    --pb-40: 20px;
    --pt-60: 30px;
    --pb-60: 30px;
    --pall-60: 60px;
    --pt-80: 80px;
    --pb-80: 40px;
    --pt-100: 50px;
    --pb-100: 50px;
    --pt-120: 60px;
    --pb-120: 60px;
  }
  .copy {
    padding-bottom: 20px;
  }
  .profile-circle {
    width: 50px;
    height: 50px;
  }
  .desk,
  .mobi {
    display: none;
  }
  .tab {
    display: block;
  }

  .pbottom-30 {
    padding-bottom: var(--pb-30);
  }
  .ptop-40 {
    padding-top: var(--pt-40);
  }
  body,
  header {
    margin-top: 0;
  }

  .paragraphy-text--width54 {
    width: 95%;
  }
  .about-right,
  .about-left {
    width: 95%;
  }
  .green-image {
    display: none;
  }
  .section-wrapper {
    width: 90%;
  }
  .second-wrap {
    width: 90%;
  }
  .modal-titlelable--width {
    width: 100%;
    padding-bottom: 20px;
  }
  .btn-green {
    max-width: unset;
    width: 100%;
  }
  .modal-section {
    width: 100%;
  }
  .small-textfield--search {
    width: 100%;
    margin-bottom: 20px;
  }
  .small-textfield--dropdown {
    width: 100%;
    margin-bottom: 20px;
  }
  ul.navbar-nav {
    gap: 5px;
  }
  .section-left {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
  }
  .section-right {
    width: 100%;
  }
  .reverse-card {
    flex-direction: column-reverse !important;
  }
  .service-main-img {
    object-fit: cover;
    border-radius: 30px;
    height: 400px;
    object-position: center 14%;
  }
  .content-wrapper {
    width: 90%;
    margin: auto;
  }
  .read-more {
    padding-bottom: 20px;
  }
  .slick-dots li button:before {
    content: "" !important;
  }
  button.slick-next.slick-arrow,
  button.slick-prev.slick-arrow {
    display: none !important;
  }
  .product-text-w {
    padding-top: 20px;
    width: 100%;
  }
  .img-weblankan {
    display: flex;
    margin: auto;
  }
  .serice-banner-mb {
    object-position: 70% !important;
  }
  .floting-whatsapp {
    width: 40px;
    height: 40px;
    padding-left: 10%;
  }
  .happy-customer {
    height: 750px;
  }
  .copy-left {
    display: flex;
    justify-content: center !important;
    align-items: center;
  }
  .product-img {
    width: 100% ;
  }
  .product-img img {
    height: 175px;
    width: 132px;
    object-fit: cover;
  }
  .inner-title {
    font-size: 20px;
  }
  .modal-title {
    font-size: 30px;
  }
  .ptop-120 {
    padding-top: 30px;
  }
}
/* Mobile */
@media only screen and (max-width: 425px) {
  .paragraphy-largetext {
    padding-top: 20%;
  }
  .paragraphy-text {
    font-size: 3.5vw !important;
    line-height:4.7vw !important;
  }
  .modal-title {
    font-size: 25px;
  }
  .mange-cover{
    height: 500px;
   
  }
 
  .text-overlay-manage{
    height: 500px;
    padding:20px !important;
  }
  .hotline-img {
    padding-left: 0px;
}
  .details-conatct{
    gap: 5px;
    padding: 3px;
  }
  .floting-hotline {
    gap: 5px;
    padding:.4%;
    border :1px solid #fff; 
  }
  .hotline-number{
    font-size: 22px;
    font-weight: 500;
    line-height: 20px;
  }
  .slaes{
    font-size: 13px;
    line-height: 18px;
  }
  :root {
    --fs14: 13px;
    --fs15: 14px;
    --fs16: 13px;
    --fs18: 15px;
    --fs20: 16px;
    --fs22: 18px;
    --fs24: 13px;
    --fs36: 32px;
    --fs30: 20px;
    --fs40: 35px;
    --fs60: 30px;
    --fs70: 30px;

    --lh13: 23px;
    --lh16: 23px;
    --lh25: 23px;
    --lh30: 23px;

    --pb5: 5px;
    --pb-20: 20px;
    --pb-25: 20px;
    --pb-30: 15px;
    --pt-40: 15px;
    --pb-40: 40px;
    --pt-60: 30px;
    --pb-60: 30px;
    --pall-60: 25px !important;
    --pt-80: 30px;
    --pb-80: 30px;
    --pt-100: 50px;
    --pb-100: 50px;
    --pt-120: 60px;
    --pb-120: 60px;
  }
  /* .mb-title{
    padding-top: 30px;
  } */
  section.home-banner-sec img {
    height: 80vh !important;
    object-fit: cover;
    object-position: center;
    /* margin-top: 20%; */
  }
  section.banner img {
    height: 80vh !important;
    object-fit: cover;
    object-position: center;
    /* margin-top: 20%; */
  }
  .mobi {
    display: block !important;
  }
  .desk,
  .tab {
    display: none;
  }
  .title--section {
    font-size: var(--fs60);
  }
  .mb-topic {
    padding-top: 30px;
  }
  .pbottom-30 {
    padding-bottom: var(--pb-30);
  }
  .ptop-40 {
    padding-top: var(--pt-40);
  }
  .mb-logo {
    width: 100px;
    height: 24px;
  }
  .pt-large {
    padding-top: 20px;
  }
  .paragraphy-text--width54 {
    width: 95%;
  }
  .about-right,
  .about-left {
    width: 95%;
  }
  .green-image {
    display: none;
  }
  .section-wrapper {
    width: 90%;
  }
  .second-wrap {
    width: 90%;
  }
  .modal-titlelable--width {
    width: 100%;
    padding-bottom: 20px;
  }
  .btn-green {
    max-width: unset;
    width: 100%;
  }
  .modal-section {
    width: 100%;
  }
  .small-textfield--search {
    width: 100%;
    margin-bottom: 20px;
  }
  .small-textfield--dropdown {
    width: 100%;
    margin-bottom: 20px;
  }
  .mobile-logo {
    width: 100px;
    height: 24px;
  }
  ul.navbar-nav {
    gap: 0px;
  }
  .section-left {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
  }
  .section-right {
    width: 100%;
  }
  .reverse-card {
    flex-direction: column-reverse;
  }
  .service-main-img {
    object-fit: cover;
    border-radius: 30px;
    height: 400px;
    object-position: center 14%;
    margin-top: 20px;
  }
  .content-wrapper {
    width: 90%;
    margin: auto;
  }
  .solution-card--large {
    width: 83%;
  }
  .slick-dots li button:before {
    content: "" !important;
  }
  .product-text-w {
    padding-top: 20px;
  }
  .mb-cal {
    display: block;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  }
  .serice-banner-mb {
    object-position: 70%;
  }
  .floting-whatsapp {
    width: 35px;
    height: 35px;
    padding-left: 10%;
  }
  .paragraphy-title {
    font-size: 30px;
  }
  .happy-customer {
    height: 750px;
  }
}
@media only screen and (max-width: 428px) {
  .hotline-img {
    padding-left: 0px;
}
  .details-conatct{
    gap: 5px;
    padding: 3px;
  }
  .floting-hotline {
    gap: 5px;
    padding:.3%;
    padding-left:.4%;
    border :1px solid #fff; 
  }
  .hotline-number{
    font-size: 22px;
    font-weight: 500;
    line-height: 20px;
  }
  .slaes{
    font-size: 13px;
    line-height: 18px;
  }
  :root {
    --fs14: 13px;
    --fs15: 14px;
    --fs16: 13px;
    --fs18: 15px;
    --fs20: 16px;
    --fs22: 18px;
    --fs24: 20px;
    --fs36: 32px;
    --fs30: 30px;
    --fs40: 35px;
    --fs60: 30px;
    --fs70: 45px;

    --lh13: 23px;
    --lh16: 23px;
    --lh25: 23px;
    --lh30: 23px;

    --pb5: 5px;
    --pb-20: 20px;
    --pb-25: 20px;
    --pb-30: 15px;
    --pt-40: 15px;
    --pb-40: 40px;
    --pt-60: 30px;
    --pb-60: 30px;
    --pall-60: 25px !important;
    --pt-80: 30px !important;
    --pb-80: 30px;
    --pt-100: 40px;
    --pb-100: 40px;
    --pt-120: 30px;
    --pb-120: 30px;
  }
  .mb-logo {
    width: 100px;
    height: 24px;
  }
  .pbottom-30 {
    padding-bottom: var(--pb-30);
  }
  .ptop-40 {
    padding-top: var(--pt-40);
  }
}
@media only screen and (max-width: 320px) {
  .mange-cover{
    height: 500px;
   
  }
  .text-overlay-manage{
    height: 500px;
    padding:15px !important;
  }
  .details-conatct{
    gap: 5px;
    padding: 3px;
  }
  .floting-hotline {
    gap: 5px;
    padding:.4%;
    padding-left:.4%;
    border :1px solid #fff; 
  }
  .hotline-number{
    font-size: 22px;
    font-weight: 500;
    line-height: 20px;
  }
  .slaes{
    font-size: 13px;
    line-height: 18px;
  }
  .hotline-img {
      padding-left: 0px;
  }
  :root {
    --fs14: 13px;
    --fs15: 14px;
    --fs16: 13px !important;
    --fs18: 15px;
    --fs20: 16px;
    --fs22: 18px;
    --fs24: 13px;
    --fs36: 32px;
    --fs30: 30px;
    --fs40: 35px;
    --fs60: 30px;
    --fs70: 25px;

    --lh13: 23px;
    --lh16: 23px;
    --lh25: 23px;
    --lh30: 23px;

    --pb5: 5px;
    --pb-20: 20px;
    --pb-25: 20px;
    --pb-30: 15px;
    --pt-40: 15px;
    --pb-40: 40px;
    --pt-60: 30px;
    --pb-60: 30px;
    --pall-60: 25px !important;
    --pt-80: 30px !important;
    --pb-80: 40px;
    --pt-100: 50px;
    --pb-100: 50px;
    --pt-120: 60px;
    --pb-120: 60px;
  }

  .pbottom-30 {
    padding-bottom: var(--pb-30);
  }
  .ptop-40 {
    padding-top: var(--pt-40);
  }
  .logo-small {
    width: 80px !important;
    height: 19px !important;
  }
  .paragraphy-title {
    font-size: 20px;
  }
  .dropdown-title {
    font-size: 13px;
  }
  .para-section {
    font-size: var(--fs16);
    font-style: normal;
    font-weight: 400;
    line-height: var(--lh30);
  }
  .paragraphy-text--width54 {
    margin-bottom: 20px;
  }
  .pbottom-30 {
    padding-bottom: 20px;
  }
  .product-text-w {
    width: 100%;
  }
}
