@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alatsi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
}

img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a{
    text-decoration: none;
    display: inline-block;
    color: white;
}
li{
    list-style: none;
}
p{
    margin-bottom: 0;
}

.container{
    max-width: 1212px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
/* topbar */
.topbar{
    background-image: linear-gradient(to right,rgb(13, 195, 13),rgb(152, 203, 42));
    padding: 5px 0;
}

.maintop{
    display: flex;
    justify-content: space-between;
     align-items: center;
    flex-wrap: wrap;
   
}
.top_span{
    color: white;
    padding: 0 20px;
}
.righttop a{
    padding: 0 10px;
    font-size: 18px;
}
.righttop select{
    background: none;
    border: none;
    color: white;
}
/* navbar */
.navbar{
    background-color: rgba(0, 0, 0, 0.504);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
  margin-top: 34px;
}
.navlist li{
    padding: 0 25px;
    color: white;
}
.navlist li a{
    color: white;
}
.active{
    background-image: linear-gradient(120deg,rgb(13, 195, 13),rgb(152, 203, 42));
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.navlist li a:hover{
    color: greenyellow;
}
.nav_icon a{
    padding: 0 5px;
}
.nav_bt .btn{
     background-image: linear-gradient(to right,rgb(13, 195, 13),rgb(152, 203, 42));
    color: white;
     border-radius: 10px;
     margin-left: 20px;
}
.nav_bt .btn:hover{
    background-image: linear-gradient(to right,white,gray);
    color: black;
}

/* banner */
.banner{
    background-image:url('../images/Group\ 6.png') ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.ban_welcome{
    color: white;
    font-size: 24px;
   font-family: "Montserrat", sans-serif;
   padding-bottom: 30px;
   /* padding-top: 100px; */
   position: relative;
}
.ban_welcome::before{
    content: "";
    background: url('../images/Ellipse\ 9.png');
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    margin-left: -30px;
    margin-top: 8px;
}
.ban_welcome::after{
    content: "";
    background: url('../images/Ellipse\ 9.png');
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
   margin-left: 20px;
   margin-top: 8px;
   
}

 .ban_text h1{
max-width: 663px;
 width: 100%;
 font-size: 68px;
 font-family: "Alatsi", sans-serif;
 color: white;
 /* font-weight:500; */
}
.ban_electric{
     background-image: linear-gradient(120deg,rgb(13, 195, 13),rgb(152, 203, 42));
    background-clip: text;
    -webkit-text-fill-color: transparent; 
}

.ban_text p{
  font-family: "Alatsi", sans-serif;
  max-width: 678px;
  width: 100%;
  font-size: 30px;  
  color: white;
  padding: 40px 0;
}

.banner .btn{
    background-image: linear-gradient(120deg,rgb(13, 195, 13),rgb(152, 203, 42));
    color: white;
    padding: 8px 30px;
}
.banner .btn:hover{
    background-image: linear-gradient(to right,white,gray);
    color: black; 
}
/* About us */
.about{
    padding-top: 100px;
    padding-bottom: 100px;
}
.about_para{
    display: flex;
    justify-content: center;
    align-items: center;
 
}
.about_para1 p{
    font-size: 50px;
     background-image: linear-gradient(120deg,rgb(13, 195, 13),rgb(152, 203, 42));
    background-clip: text;
    -webkit-text-fill-color: transparent; 
}
.about_para2 p{
line-height: 1;
font-size: 22px;
padding-left: 10px;
 font-family: "Montserrat", sans-serif;
}
.about_col{
    position: relative;
}
.about_icon{
    position: absolute;
    top: 110%;
    left: 80%;
    translate: -50% -50%;
}

.about_col2{
    padding-left: 50px;
}
.about_col2 h5{
  font-family: "Montserrat", sans-serif;  
 padding-top: 40px;
 font-size: 24px;
 position: relative;
}
.about_col2 h5::before{
    content: "";
    background: url('../images/Ellipse\ 9.png');
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
   margin-left: -25px;
   margin-top: 8px;
}
.about_col2 h5::after{
    content: "";
    background: url('../images/Ellipse\ 9.png');
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
   margin-left: 17px;
   margin-top: 8px;
}
.about_col2 h2{
    max-width: 448px;
    width: 100%;
    font-size: 35px;
    padding-top: 40px;
    font-family: "Montserrat", sans-serif;
}
.about_col2 p{
    max-width: 596px;
    width: 100%;
    font-size: 18px;
    font-weight: 1.4;
    margin: 40px 0;
    font-family: "Montserrat", sans-serif;
}
.about_ta a{
    color: black;
    padding: 6px 10px;
    position: relative;
}
.about_ta .about_png a::before{
    content: "";
    background: url('../images/Group\ 12\ \(1\).png');
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    right: 98%;
    translate: -50% -50%; 
}
.about_ta .about_png2 a::before{
     content: "";
    background: url('../images/Group\ 12\ \(1\).png');
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    right: 98%;
    translate: -50% -50%; 
}
.about_col2 .btn{
    margin-top: 40px;
    background-image: linear-gradient(120deg,rgb(13, 195, 13),rgb(152, 203, 42));
    padding: 8px 30px;
    border-radius: 15px;
    color: white;
}
.about_col2 .btn:hover{
     background-image: linear-gradient(to right,white,gray);
    color: black; 
}
/* service */
.service{
    padding-top: 100px;
    padding-bottom: 100px;
     font-family: "Montserrat", sans-serif;
     background-image: linear-gradient(to bottom,rgb(241, 241, 205),rgb(241, 240, 233));
}
.service h5{
 text-align: center;
font-size: 24px;
padding-bottom: 50px;
position: relative;
}
 
.service h5::before{
    content: "";
    background: url('../images/Ellipse\ 9.png');
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    margin-left: -30px;
    margin-top: 7px;
}
.service h5::after{
    content: "";
    background: url('../images/Ellipse\ 9.png');
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    margin-left: 21px;
    margin-top: 10px;
}
.service h2{
    text-align: center;
    font-size: 40px;
    padding-bottom: 30px;
}
.ser_para{
    text-align: center;
    max-width: 692px;
    width: 100%;
    font-size: 18px;
    margin: 0 auto;
}
.card_para{
    font-size: 40px;
    padding-left: 20px;
    color: rgba(153, 205, 50, 0.368);
}
.ser_card1{
    padding: 20px 5px;
    background-color: black;
    border-radius: 15px;
    box-shadow: 0 0 20px gray;
    position: relative;
    overflow: hidden;
}
.ser_card2{
    padding: 20px 5px;
    background-color: white;
    border: none;
    border-radius: 15px;
    box-shadow: 0 0 20px gray;
    position: relative;
    overflow: hidden;
}
.ser_card1:hover,.ser_card2:hover{
    box-shadow:0 0 20px black ;
    transform: scale(0.9);
}
.cr_text{
    font-size: 15px;
}
.service .btn{
 color: white;
  background-image: linear-gradient(120deg,rgb(13, 195, 13),rgb(152, 203, 42));
 border: none;
 border-radius: 12px;
 padding: 8px 20px;
}
.service .btn:hover{
 background-image: linear-gradient(to right,white,gray);
    color: black; 
}
.card_image{
    background-image: linear-gradient(120deg,rgb(13, 195, 13),rgb(152, 203, 42));
    border-radius: 50%;
    padding: 50px 50px;
    position: absolute;
    bottom: 50%;
    left: 80%;
    translate: -50% -50%;
    z-index: 1;   
}
.card_image img{
 width: 50px;
}
.card_row{
    display: flex;
    justify-content: space-between;
}
.ser_explore{
   padding-top: 100px;
}
/* Team */
.team{
    background-image: linear-gradient(120deg,rgb(12, 99, 12),rgb(81, 111, 15));
     padding-top: 100px;
     padding-bottom: 100px; 
      font-family: "Montserrat", sans-serif;
}
.mainteam{
    display: flex;
    justify-content: space-between;
}
.team2 img{
    width: 100px;
}
.team1,.team11{
    display: flex;
    align-items: center;
}
.team1{
    position: relative;
}
.team1::after{
  content: "";
  background: rgb(75, 226, 75);
  height: 50%;
  width: 3px;
  position: absolute;
  top: 50%;
  left: 105%;
  translate: -50% -50%;
   
}
.team_text{
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}
/* choose us */
.choose{
    background-color: whitesmoke;
    background-image: url('../images/shape_bg_1-1-1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
     font-family: "Montserrat", sans-serif;
}
.choose_hed{
    position: relative;
}

.choose_hed::before{
    content: "";
    background: url('../images/Ellipse\ 9.png');
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
   margin-left: -25px;
   margin-top: 7px;
}
.choose_hed::after{
    content: "";
    background: url('../images/Ellipse\ 9.png');
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    margin-left: 16px;
    margin-top: 5px;
}

.choose_card1 img,.choose_card2 img{
    width: 80px;
   margin: 0 auto;
}
.choose_card1{
    background-image: linear-gradient(to right,rgb(13, 195, 13),rgb(152, 203, 42));
    color: white;
     border-radius: 10px;
     box-shadow: 0 0 20px gray;
     border: none;
     padding: 20px 10px;
     margin-top: 12px;
}
.choose_card2{
    border: none;
    box-shadow: 0 0 20px gray;
     border-radius: 10px;
     padding: 20px 10px;
}
.choose_card1:hover,.choose_card2:hover{
box-shadow: 0 0 10px black;
transform: scale(0.9);
}
/* Appointment */
.appointment{
    background-image: url('../images/6575742385.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 50px;
    /* max-height: 600px; */
      font-family: "Montserrat", sans-serif;
    position: relative;
    z-index: 3;
}

.appointment::before{
    content: "";
    background: rgba(0, 0, 0, 0.668);
    position: absolute;
     width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index:-1;
}
.appointment h3{
    max-width: 501px;
    width: 100%;
    font-size: 36px;
    color: white;
}
.appoileft img{
    width: 100px;
}
.appoi_para{
    font-size: 18px;
     background-image: linear-gradient(120deg,rgb(13, 195, 13),rgb(152, 203, 42));
    background-clip: text;
    -webkit-text-fill-color: transparent; 
}
.appoi_para2{
    max-width: 259px;
    width: 100%;
    font-size: 14px;
    color: white;
}
.mainappointment{
    display: flex;
}
.appoiright1{
    margin-bottom: -90px;
}
.appoi_hed{
    position: relative;
}
.appoi_hed::before{
    content: "";
    background: linear-gradient(to right,rgb(13, 195, 13),rgb(152, 203, 42)) ;
    height: 2px;
    width: 20%;
    position: absolute;
    top: 100%;
    left: 10%;
    translate: -50% -50%;
}
.form_col .btn{
    background-color: rgb(162, 162, 9);
    color: black;
}
.form_col2 .btn{
   background-image: linear-gradient(120deg,rgb(13, 195, 13),rgb(152, 203, 42));
   padding: 8px 50px;  
   margin-top: 20px;
}
.form-control,.form-select {
 margin-top: 15px;
 
}
.form-control:focus,.form-select:focus{
    outline: 0;
    box-shadow: none;
}
.form_col .btn:hover{
    background-color: black;
    color: white;
}
.form_col2 .btn:hover{
    background-image: linear-gradient(to right,white,gray);
    color: black; 
}
.error{
    color: red;
}

/* Process */
.process{
    background-image: url('../images/Line\ 1.png');
    background-repeat: no-repeat;
    background-position: center;
   font-family: "Montserrat", sans-serif;
   padding: 100px 0; 
   text-align: center; 
   /* background-image: linear-gradient(to bottom,rgb(214, 230, 183),white); */
    position: relative;
}
.process::before{
    content: "";
    background: linear-gradient(to bottom,rgb(224, 233, 206),white);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.process h4{
    position: relative;
}
.process h4::before{
    content: "";
     background: url('../images/Ellipse\ 9.png');
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    margin-left: -25px;
    margin-top: 7px;
}
.process h4::after{
    content: "";
     background: url('../images/Ellipse\ 9.png');
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    margin-left: 16px;
    margin-top: 7px;
}
.process h2{
    position: relative;
}
.process h2::after{
   content: "";
     background: linear-gradient(to right,rgb(13, 195, 13),rgb(152, 203, 42)) ;
    background-repeat: no-repeat;
    height: 3px;
    width: 8%;
    position: absolute;
    left: 50%;
    top: 100%;
    translate: -50% -50%; 
    margin-top: 15px;
}

.process_row{
    margin-top: 100px;
}

.proce_card img{
  width: 100px;
}
.proce_card{
    background: none;
    border: none;
}
.proce_card:hover{
    box-shadow: 0 0 15px greenyellow;
}
.pro_para1{
    max-width: 208px;
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
}
.pro_para2{
    max-width: 203px;
    width: 100%;
    font-size: 16px;
    margin: 0 auto; 
}
.pro_para3{
 max-width: 226px;
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
}
.pro_para4{
     max-width: 216px;
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
}
/* Nearest Charging */
.nearest{
    background-image:url('../images/Group\ 114.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    color: white;
}
.mainnear{
    display: flex;
    justify-content: space-between;
    
}
.near_form{
    position: relative;
}
.near_bt{
   color: black;
   position: absolute;
   margin-left: 170px;
   margin-top: 30px;
  z-index: 2;
}
.input1,.near_sele{
    border-radius: 50px;
    padding: 8px 10px;
    border: none;
    margin-top: 20px;
}
select{
    margin-left: 10px;
    color: gray;
}
.input2{
    background: linear-gradient(to right,rgb(13, 195, 13),rgb(152, 203, 42)) ;  
  padding: 5px 15px;
  border: none;
  color: white;
  border-radius: 50px;
  margin-left: 10px;

}
.near_just{
    padding-top: 40px;
    font-family: "Montserrat", sans-serif;
}
.find2 img{
    width: 70px;
}
.near_find,.find1{
    display: flex;
    align-items: center; 
}

.findright img{
    width: 150px;
}
.rightnear{
    display: flex;
    align-items: center;
}
.findlocation a{
     font-family: "Montserrat", sans-serif;
    background-color: white;
    font-size: 14px;
    padding: 15px;
    max-width: 230px;
    width: 100%;
    margin: 15px 0;
    color: black;
}
.findlocation img{
    width: 30px;
}

/* Pricing Plan */
.pricingplan{
    background-image: url('../images/Group\ 132.png');
    background-repeat: no-repeat;
    /* background-size:auto; */
    background-position: right;
   font-family: "Montserrat", sans-serif;   
    padding: 100px 0;
}
.pricingplan h4{
    font-size: 24px;
    text-align: center;
    position: relative;
}
.pricingplan h4::before{
    content: "";
     background: url('../images/Ellipse\ 9.png');
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    margin-left: -28px;
    margin-top: 7px; 
}
.pricingplan h4::after{
     content: "";
     background: url('../images/Ellipse\ 9.png');
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    margin-left: 20px;
    margin-top: 7px;
}
.pricingplan h2{
    max-width: 500px;
    width: 100%;
    font-size: 35px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
}
.pricplan_card{
     font-family: "Inter", sans-serif;
    padding: 40px 20px;
    border-radius: 20px;
    color: white;
    background-color: black;
}
.pricplan_card:hover,.pric_card:hover{
 box-shadow: 0 0 50px black;
 transform: scale(0.9);
}
.pric_para{
    font-size: 40px;
    color: yellowgreen;
    padding: 15px 0;
}
.pricplan_span{
    font-size: 18px;
    color: white !important;
}
.pric_para2{
    font-size: 12px;
    color: rgb(147, 145, 145);
    padding: 12px 0;
}
.pricplanbt .btn{
   color: white;
    background: linear-gradient(to right,rgb(13, 195, 13),rgb(152, 203, 42)) ;  
   border-radius: 12px;
   padding: 8px 20px;
}
.pricplanbt .btn:hover{
  background-image: linear-gradient(to right,white,gray);
    color: black; 
}
.pric_redio{
  color: rgb(147, 145, 145);  
}
.pric_card{
    margin-top: 50px;
}

/* Meet the Brains */
 .meetBrains{
    background-image: url(../images/Group\ 328\ \(1\).png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 100px;
    text-align: center;
    color: white;
     font-family: "Montserrat", sans-serif;  
 }
 .meetBrains h4{
    position: relative;
    margin-bottom: 30px;
 }
 .meetBrains h4::before{
    content: "";
     background: url('../images/Ellipse\ 9.png');
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    margin-left: -25px;
    margin-top: 7px; 
 }
 .meetBrains h4:after{
     content: "";
     background: url('../images/Ellipse\ 9.png');
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    margin-left: 15px;
    margin-top: 9px;
 }
 .meetBrains p{
    max-width: 462px;
    width: 100%;
    font-size: 18px;
    color: rgb(126, 124, 124);
    margin: 0 auto;
 }
 .mainmeet{
    display: flex;
    margin-top: 100px;
 }
 .meet1,.meet2,.meet3,.meet4{
    background-color: white;
      color: black;
    width: 100%;
    margin: 0 30px;
    padding: 0 20px 10px 20px;
    border-radius: 20px;
 }
 .meet_icon{
    background: linear-gradient(to right,rgb(13, 195, 13),rgb(152, 203, 42)) ;    
   width: 80%;
   border-radius: 50px;
   padding: 10px;
   margin: 0 auto;
   margin-top: 10px;
}
.meet_icon a{
    margin:0 10px;
    font-size: 18px;
}
.meet_img img{
    width: 100px;
    text-align: center;
    margin-top: -60px;
    
}
.meet_arrow a{
    font-size: 30px;
    margin:0 50px;
}


 .swiper {
    margin-top: 30px;
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 20px;
      /* background: #fff; */
      display: flex;
      justify-content: center;
      /* align-items: center; */
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      margin-top:0;
      object-fit: cover;
    }

/* Clints Love */
.clints{
     background-image: linear-gradient(to right,rgb(120, 198, 120),rgb(97, 138, 8));
     padding-top: 100px;
      font-family: "Montserrat", sans-serif;  
}
.clints1{
    padding-left: 100px;
}
.cli_quote{
    width: 100px;
}
.clint_para1{
    max-width: 503px;
    width: 100%;
    font-size: 22px;
    margin-top: 20px;
}
.clint_para2{
    font-size: 150px;
    font-weight: bold;
    color: white;
    margin-bottom: -100px;
    margin-right: 30px;
}

.clint_img img{
   max-width: 80px;
   width: 100%;
}
.clintright{
    background-color: white;
    padding: 15px;
    border-radius: 20px;
}
.clintright1{
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    position: relative;
}
.clintright p{
    max-width: 445px;
    width: 100%;
    font-size: 15px;
}
.clintbt .btn{
    background: linear-gradient(to right,rgb(13, 195, 13),rgb(159, 202, 67)) ;    
   color: white;
   border-radius: 50px;
     padding: 8px 20px;
}

.clintdot img{
    max-width: 100px;
    width: 100%;

}
.clintdot{
     position: absolute;
     top: 22%;
     left: 60%;
}
 .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      /* text-align: center; */
      font-size: 18px;
      /* background: #fff; */
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  


/* FAQ */
.faq{
    background-image: url('../images/pngwing.com-1.png'); 
     background-repeat: no-repeat; 
     background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
     font-family: "Montserrat", sans-serif;
}

.faq h4{
    position: relative;
    text-align: center;
}
.faq h4::before{
   content: "";
     background: url('../images/Ellipse\ 9.png');
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    margin-left: -25px;
    margin-top: 8px;  
}
.faq h4::after{
     content: "";
     background: url('../images/Ellipse\ 9.png');
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
   margin-left: 17px;
    margin-top: 8px;
}
.leftfaq{
   background-image: url('../images/istockphoto-471081029-612x612.png'); 
   background-repeat: no-repeat;
   background-size: cover;
   max-width: 400px;
   width: 100%;
   min-height: 400px;
   border-radius: 10px;
   padding: 30px 20px;
}
.leftfaq h3{
    max-width: 217px;
    width: 100%;
    font-size: 36px;
  color: white;
}
.leftfaq p{
    max-width: 206px;
    width: 100%;
    font-size: 16px;
}
.leftfaq .btn{
    background-image: linear-gradient(to right,rgb(13, 195, 13),rgb(152, 203, 42));
    color: white;
     border-radius: 50px; 
}
.leftfaq .btn:hover{
   background-image: linear-gradient(to right,white,gray);
    color: black;  
}
.leftfaq2{
    max-width: 400px;
    width: 100%;
    min-height: 200px;
    background-color: white;
    box-shadow: 0 0 15px gray;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;
    padding: 20px;
}
.leftfaq2 p{
    max-width: 210px;
    width: 100%;
    font-size: 15px;
    font-weight: semibold;
    margin: 0 auto;
    padding: 15px 0;
}
.leftfaq2 img{
    width: 80px;
}
.leftfaq2 .btn{
    background-image: linear-gradient(to right,rgb(13, 195, 13),rgb(152, 203, 42));
    color: white;
     border-radius: 50px;  
}
.leftfaq2 .btn:hover{
     background-image: linear-gradient(to right,white,gray);
    color: black;    
}


.question{
    display: flex;
    border: 2px solid rgb(200, 199, 199);
    padding: 8px 10px;
    margin: 30px 0;
    border-radius: 10px;
}
.qu{
      background-image: linear-gradient(120deg,rgb(13, 195, 13),rgb(152, 203, 42));
    background-clip: text;
    -webkit-text-fill-color: transparent; 
}

.faq .headingPara{
    text-align: center;
    margin-bottom: 70px;
}
.faq h2{
    text-align: center;
}
.question .icon{
    margin-left: auto;
}
.minus{
    display: none;
}

.accountAnswer{
    display: none;
}
.categoryAnswer{
    display: none;
}
.categorypara,.categorytext{
    display: none;
}
.qu{
    font-weight: 600;
    font-size: 20px;
}
button{
    border: none;
}

/* Phone App */
.phoneapp{
    background-image: linear-gradient(to right,rgb(238, 238, 178),rgb(228, 228, 219));
      font-family: "Montserrat", sans-serif; 
}
.phoneapp1 p{
   font-size: 48px;
}
.mobile_spa{
   font-size: 50px;
     background-image: linear-gradient(120deg,rgb(13, 195, 13),rgb(152, 203, 42));
    background-clip: text;
    -webkit-text-fill-color: transparent;   
}
.mainstore{
    display: flex;
}
.store1 img{
    width: 150px;
    padding: 20px 10px;
}
.mainphoneapp{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.phoneapp2{
    width: 300px;
    margin-top: -80px;
}

/* footer */
.footer{
    background-color: rgba(0, 0, 0, 0.532);
     background-image: url('../images/shape_bg_1-1-1.png');
     padding-top: 100px;
     padding-bottom: 100px;
      font-family: "Montserrat", sans-serif;  
}

.fot_icon a{
background-color: rgba(0, 0, 0, 0.566);
padding: 5px 10px;
border-radius: 50px;
margin: 30px 5px;
}
.fot_icon a:hover{
    background-color: yellowgreen;
    color: black;
}
.fot1 p{
    max-width: 257px;
    width: 100%;
    font-size: 14px;
    color: white;
    margin-top: 20px;
}

.foot2 p{
    color: white;
    font-size: 22px;
    font-weight: bold;
    padding-left: 15px;
    position: relative;
}
.foot2 p:before{
   content: "";
    background: linear-gradient(to right,rgb(13, 195, 13),rgb(152, 203, 42)) ;
    height: 2px;
    width: 20%;
    position: absolute;
    top: 100%;
    left: 15%;
    translate: -50% -50%;
}

.foot2 ul{
    margin-top: 20px;
}
.foot2 ul li{
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.foot2 ul li a:hover{
    color: greenyellow;
}
.fot_input{
    background: none;
    border: none;
    border-bottom: 2px solid white;
    color: white;
    margin-top: 20px;
    margin-left: 15px;
}
.fot_form{
    position: relative;
}
.fot_tele{
    color: white;
    position: absolute;
    margin-left: 190px;
    margin-top: 20px;
}
/* .fot_para{
    font-size: 15px;
    color: white;
} */
 .fot_check{
    background-color: white;
    color: black;
    border-radius: 50px;
    font-size: 12px;
    padding:1px 2px;
 }
 
 

/* last part */
.last_fot{
    background-color: black;
    color: white;
    padding: 15px 0;
}
.last_fot2{
 display: flex;
    justify-content: space-between;
}

@media screen and (max-width:1199px){
    /* clints love */
    .clint_para2{
        font-size: 100px;
    }
}


@media screen and (max-width:991px) {
  .navlist li{
    padding: 0 2px;
} 
.mainteam{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.team1,.team11{
    margin-top: 50px;
}
.mainnear{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.rightnear{
    margin-top: 20px;
}

/* meet the brains */
.mainmeet{
    flex-direction: column;
    align-items: center;
}
.meet1,.meet2,.meet3,.meet4{
    margin-top: 80px;
}
.fot_tele{
    margin-left: 170px;
}
}

@media screen and (max-width:767px){
   .maintop{
    flex-direction: column;
    justify-content: center;
    align-items: center;
   } 
   .navbar{
    margin-top: 20px;
   }
   .about_col2{
    margin-top: 50px;
    text-align: center;
   }
.ser_card1{
    margin-top: 40px;
}
.proce_card{
    margin: 0 auto;
    width: 100%;
}
/* clints love */
    .clint_para2{
        font-size: 40px;
        text-align: center;
    }
    .clints1{
    padding-left:20px;
}
     .clintright{
        margin-top: 80px;
     }
/* faq */
.leftfaq,.leftfaq2{
margin: 0 auto;
margin-top: 15px;
}
.foot2 p{
    margin-top: 15px;
}

/* phone app */
.mainphoneapp{
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
.phoneapp2{
    margin-top: 10px;
}
   
}
@media screen and (max-width:575px){
    .process2{
        margin-top: 180px;
    }
    /* footer */
    .mainfooter{
        text-align: center;
    }
    .fot1 p{
       margin: 0 auto;
    }
    .foot2 p:before{
    position: absolute;
    top: 100%;
    left: 50%;
    translate: -50% -50%;
}
     /* lastfot */
   .last_fot2{
    flex-direction: column;
    justify-content: center;
    align-items: center ;
   }
}

@media screen and (max-width:489px){
  .lefttop a{
    font-size: 12px;
  } 
  .lefttop{
   text-align: center;
  }
  .top_span{
    padding: 0;
  } 
  .righttop a{
    font-size: 10px;
  }
  .ban_text h1{
    font-size: 40px;
  }
  .about_png li,.about_png2 li{
    font-size: 10px;
  }
  /* .appointment{
    max-height: 1360px;
  } */
   .clintdot{
   top:25%;
   left: 70%;
  }
   
    .near_find{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .near_find,.find1{
     margin: 10px 0;
    }
    .appoiright h3{
        font-size: 20px;
    }
  
}