 /* @import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Urbanist:wght@300;400;500;600;700;800;900&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');

@font-face {
  font-family: gilroy-regular;
  src: url("../fonts/Gilroy/Gilroy-Regular.ttf");
}
@font-face {
  font-family: gilroy-semibold;
  src: url("../fonts/Gilroy/gilroy-semibold.ttf");
}

::-webkit-scrollbar {
    width: 5px
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Urbanist';
    box-sizing: border-box;
    scroll-behavior: smooth;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #2a2727;
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    background: #1b1c20;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
    background: #161616
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-block-start: 0;
    margin-block-end: 0
}
/* 
html {
    scroll-behavior: smooth
} */

body {
    font-family: 'Urbanist';
    margin: 0;
    padding: 0;
    font-weight: 500
}

p {
    line-height: 1.5;
    font-weight: 400
}

picture {
    margin: 0;
    padding: 0;
    line-height: 0;
    max-width: 100%;
    width: 100%;
    position: relative;

}
   /* Swiper container styling */
   .homeSwiper .swiper {
    width: 100%;
    height:auto;
  }
  .homeSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
  }

  /* Pagination Styling */
  .homeSwiper .swiper-pagination {
    text-align: left; /* Align bullets to the left */
    padding: 10px 0px 25px 120px; /* Add some padding if needed */
  }

  /* Custom line-style bullets */
  .homeSwiper .swiper-pagination-bullet {
    width: 22px; /* Length of the line */
    height: 6px; /* Thickness of the line */
    border-radius: 0; /* Remove roundness to create lines */
    background: #4C4C4C; /* Line color */
    margin: 0 6px; /* Spacing between lines */
  }

  /* Active line styling */
  .homeSwiper .swiper-pagination-bullet-active {
    width: 52px !important;
  }

  /* Default bullet styling */
    .homeSwiper .swiper-pagination-bullet {
        width: 22px;
        border-radius: 5px;
        height: 6px;
        background: #4c4c4c;
        margin: 0 6px;
        position: relative;
        overflow: hidden;
        
    }
    
    /* Active bullet progress bar */
    .homeSwiper .swiper-pagination-bullet .progress-bar {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        border-radius: 5px;
        background: #f9f871; /* Progress bar color */
        transition: width 4s linear; /* Matches the autoplay delay */
    }
    
    /* Ensures active bullet's progress bar animates */
    .homeSwiper .swiper-pagination-bullet-active .progress-bar {
        width: 100%; /* Fill the entire bullet during autoplay */
    }



   /* Text overlay styling */
.homeSwiper .slide-text p {
    position: absolute;
    width: 56%;
    top: 65%;
    left: 33%;
    text-align: left;
    transform: translate(-50%, -50%);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 64px;
    font-weight: bold;
    line-height: 80px;

  }
.homeSwiper .slide-text h1 {
    position: absolute;
    width: 56%;
    top: 76%;
    left: 33%;
    text-align: left;
    transform: translate(-50%, -50%);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 45px;
    font-weight: 500;
    line-height: 43px;
  }

  .homeSwiper .slide-text h1 span{
    font-weight: 600;
  }


  .homeSwiper .slide-text h1 span{
    color: rgb(237, 237, 237);
    opacity: 0.8;
    font-weight: normal;
  }

  .homeSwiper .swiper-pagination-bullet-active .swiper-pagination-bullet-progress {
    width: 100%; /* Fills the active progress */
  }


/* //new home css */
.callAway-section{
padding:50px 30px 40px 40px;
background: #ededed;
position: relative;
}
.callAway-section .call-away{
    display: grid
    ;
        gap: 25px;
        justify-content: center;
        flex-wrap: wrap;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        align-items: center;
}
.callAway-section .call-away .card-call-away img{
   display: block;
   width: 100%;
}
.callAway-section .call-away .call_away_content p{
    color: #272D36;
    font-size: 16px;
    text-align: left;
    padding-top: 10px;
}
.callAway-section .call-away .call_away_content .inner_call_content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #1B1B1B;
    padding: 30px 15px 30px 15px;
    color: #fff;
}
.callAway-section .call-away .call_away_content .number{
   font-size: 54px;
   font-weight: bold;
}
.callAway-section .call-away .call_away_content h3{
    line-height: 10px;
    text-align: left;
    font-size: 23px;
    font-weight: 500;
}
.callAway-section > .head{
text-align: center;
padding-bottom: 50px;
/* line-height: 95px;
padding-bottom: 0px; */
}
.callAway-section,.head h2{
    font-size: 28px;
    font-weight: 500;
}
.callAway-section,.head p {
    font-size: 60px;
    color: #141414;
    font-weight: 800;
}

.trasnform-section{
padding:30px 130px 30px 130px;
background: #ededed;
position: relative;
}
.trasnform-section .swiper-slide{
    display: flex;
    flex-direction: column;
}
.trasnform-section > .head{
text-align: center;
line-height: 53px;
padding-bottom: 40px;
}
.trasnform-section > .head p{
font-size: 44px;
color: #141414;
font-weight: 600;
font-family: "Inter", sans-serif;
}
.trasnform-section > .head h2 {
     font-family: "Inter", sans-serif;
font-size: 24px;
font-weight: 500;
}


/* Swiper container styling */
.transformSwiper .swiper {
width: 100%;
height:auto;
}
.transformSwiper .swiper-slide {
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
color: #fff;
}


/* Default bullet styling */
.transformSwiper .swiper-pagination-bullet {
    border-radius: 5px;
    background: #4c4c4c;
    margin: 0 6px;
    position: relative;
    overflow: hidden;
    top:91% !important
}





/* Text overlay styling */

.transformSwiper .swiper-slide {
    position: relative;
}


.transformSwiper  .swiper-pagination{
    position: relative !important;
    top: 0px !important;
}
.transformSwiper .slide-text {
      /* position: absolute; */
      display: flex
      ;
          width: 100%;
          top: 99.7%;
          left: 50%;
          text-align: left;
          transform: translate(0%, 0%);
          color: white;
          padding: 10px 10px;
          border-radius: 0px;
          /* height: 300px ! IMPORTANT; */
          /* line-height: 50px; */
          background: #1B1B1B;
          overflow: visible;
          z-index: 999;
          flex-direction: row;
}
.transformSwiper .slide-text .inner_slide{
    line-height: 60px;
}
.transformSwiper .slide-text h3{
font-size: 25px;
}
.transformSwiper .slide-text span{
color: #E7E7E7;
font-weight: 500;
}
.transformSwiper .slide-text p{
font-size: 16px;
padding: 0;
margin: 0;
color: #B8B8B8;
width: 100%; /* Adjust width as needed */
min-height: 80px; /* Adjust height based on font size */
line-height: 1.5; /* Adjust spacing between lines */
overflow: hidden; /* Prevents extra content from affecting height */
display: block;
}



.trasnform-section .swiper-button-next, .swiper-button-prev {
position: absolute;
top: var(--swiper-navigation-top-offset, 60%) !important;
width: calc(var(--swiper-navigation-size) / 10* 27) !important;
height: var(--swiper-navigation-size);
margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
z-index: 10;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.trasnform-section .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
content: 'prev';
color: #fff;
background: #131313;
font-size: 20px;
padding: 10px;
border-radius: 100px;
height: 20px;
width: 20px;
font-weight: bold;
display: flex;
justify-content: center;
}
.trasnform-section .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
content: 'next';
color: #fff;
background: #131313;
font-size: 20px;
padding: 10px;
border-radius: 100px;
height: 20px;
width: 20px;
font-weight: bold;
display: flex;
justify-content: center;
}

.has{
display: grid;
/* grid-template-columns: 6fr 6fr; */
}
.has .content-has{
background-color: #D9D9D9;
padding: 100px 10px 10px 100px;
}
.has .content-has h2{
font-size: 81px;
font-weight: 600;
}
.has .content-has p span{
font-weight: 500;
}
.has .content-has .pcolor{
background: #AC2B50;
width: 56%;
color: #fff;
text-transform: uppercase;
font-size: 22px;
text-align: center;
/* border-radius: 30px; */
/* height: 50px; */
padding: 5px 0px;
display: flex;
align-items: center;
justify-content: center;
margin-top: 15px;
}

.has .content-has .tagLine{
font-size: 31px;
line-height: 35px;
margin-top: 30px;
color: #303030;
font-weight: 500;
}
.has .content-has .tagLine span{
font-weight: 600;
}

.has .content-has .controller{
display: flex;
align-items: center;
text-align: center;
margin-top: 40px;
gap: 40px;
}
.has .content-has .controller .img_con{
display: flex;
flex-direction: column;
align-items: center;
gap: 8px; 
}
.has .content-has .controller .img_con p{
text-transform: uppercase;
width: 75px;
text-align: center;
font-size: 14px;
font-weight: bold;
color: #2F2F2F;
}

.future-of-home{
padding:50px 30px 40px 40px;
background: #EDEDED;
position: relative;
}
.future-of-home .head_future_home{
text-align: center;
line-height: 30px;
padding-bottom: 30px;
}
.faq_section{
    padding:0px 0px 40px 0px;
    background: #111111;
    position: relative;
    }
.faq_section,.head_faq{
text-align: center;
line-height: 75px;
padding-bottom: 0px;
}
.faq_section .faq_question{
    /* height: 300px; */
    width: 100%;
    background-color: #000;
    padding: 50px 200px 50px 200px;
    line-height: 0;
   
}
.future-of-home .head_future_home h2{
       font-size: 16px;
    color: #141414;
    font-weight: 500;
    line-height: 25px;
    font-family: "Inter", sans-serif;
}
.faq_section,.head_faq h2{
font-size: 54px;
color: #fff;
}
.faq_section, .head_faq h2 p {
font-size: 22px;
color: #BABABA;
}
.faq_section .head_faq p {
padding-bottom: 50px;
}
.future-of-home .head_future_home p {
    font-size: 54px;
    color: #141414;
    font-weight: 500;
        font-family: "Inter", sans-serif;
}
.future-of-home .counter {
display: flex;
margin-top: 100px;
gap: 25px;
flex-wrap: wrap;
}

.future-of-home .count{
    position: relative;
    background-color: #1b1b1b;
    width: 405px;
    height: 300px;
    }
    .future-of-home .count img {
        position: absolute;
        right: 0;
        padding: 20px;
    }

.future-of-home .count_text{
position: absolute;
top: 40%;
text-align: left;
left: 10%;
line-height: 100px;
color: #D9D9D9;
}
.future-of-home .count_text h3{
font-size: 81px;
font-weight: 400;
}
.future-of-home .count_text p{
text-transform: uppercase;
font-weight: 600;
}

/* Swiper container styling */
.futureSwiper .swiper {
width: 100%;
height:auto;
}
.futureSwiper .swiper-slide {
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
color: #fff;
}


/* Default bullet styling */
.futureSwiper .swiper-pagination-bullet {
    border-radius: 5px;
    background: #4c4c4c;
    margin: 0 6px;
    position: relative;
    overflow: hidden;
    top:91% !important
}


.futureSwiper .future_home_slide{
display: flex;
flex-direction: column;
gap: 15px;
}


/* Text overlay styling */
.futureSwiper .future_home_slide_slide_text  {
line-height: 28px;
background: #1B1B1B;
padding: 20px;
text-align: center;
}
.futureSwiper .future_home_slide_slide_text h3{
font-size: 20px;
  font-family: "Inter", sans-serif;
}
.futureSwiper .future_home_slide_slide_text span{
color: #E7E7E7;
font-weight: 500;
}
.futureSwiper .future_home_slide_slide_text p{
font-size: 18px;
padding: 0;
margin: 0;
color: #B8B8B8;
  font-family: "Inter", sans-serif;
}


/* =============client feedback section============== */

.client-feedback{
padding:50px 130px 40px 130px;
background: #111111;
position: relative;
}
.client-feedback,.head_client{
text-align: center;
line-height: 30px;
padding-bottom: 50px;
}
.client-feedback,.head_client h2{
    font-size: 20px;
    color: #BABABA;
    font-weight: 500;
        font-family: "Inter", sans-serif;
}
.client-feedback,.head_client p {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
        font-family: "Inter", sans-serif;
}
.client-feedback .head_client {
display: flex;
align-items: normal;
gap: 26%;
}


/* Swiper container styling */
.clientSwiper .swiper {
width: 100%;
height:auto;
}
.clientSwiper .swiper-slide {
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
color: #fff;
}


/* Default bullet styling */
.clientSwiper .swiper-pagination-bullet {
    border-radius: 5px;
    background: #4c4c4c;
    margin: 0 6px;
    position: relative;
    overflow: hidden;
    top:91% !important
}


.clientSwiper .client_feedback_slide{
display: flex;
flex-direction: column;
gap: 15px;
}




/* Text overlay styling */
.clientSwiper .client_feedback_slide_text  {
    line-height: 28px;
    background: #1F1F1F;
    padding: 40px;
    border: 1px solid #76767629;
    height: 450px;

}
.clientSwiper .client_feedback_slide_text .client_name {
display: flex;
align-items: center;
padding-bottom: 40px;
}
.clientSwiper .client_feedback_slide_text .rating{
    display: flex
;
    padding-top: 30px;
    position: absolute;
    bottom: 40px;
}
.clientSwiper .client_feedback_slide_text .client_name h3{
font-size: 23px;
text-align: left;
background: #F9F871;
color: #ffffff;
padding: 8px 20px 8px 20px;
border-radius: 100px;
}
.clientSwiper .client_feedback_slide_text span{
color: #E7E7E7;
font-weight: 500;
}
.clientSwiper .client_feedback_slide_text p{
font-size: 17px;
text-align: left;
padding: 0;
margin: 0;
color: #C9CDD4;
}



.client-feedback .swiper-button-next, .swiper-button-prev {
position: absolute;
top: var(--swiper-navigation-top-offset, 60%) !important;
width: calc(var(--swiper-navigation-size) / 10* 27) !important;
height: var(--swiper-navigation-size);
margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
z-index: 10;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.client-feedback .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
content: 'prev';
color: #B8B8B8;
background: #131313;
border: 1px solid grey;
font-size: 20px;
padding: 10px;
border-radius: 100px;
height: 20px;
width: 20px;
font-weight: bold;
left: 100px;
position: absolute;
    top: -50px;
}
.client-feedback .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
content: 'next';
color: #B8B8B8;
background: #131313;
border: 1px solid grey;
font-size: 20px;
padding: 10px;
border-radius: 100px;
height: 20px;
width: 20px;
font-weight: bold;
right: 100px;
position: absolute;
    top: -50px;


}

/* why choose section */
.why-choose-section{
padding:30px 130px 40px 130px;
background: #111111;
position: relative;
}
.why-choose-section > .head{
text-align: center;
line-height: 35px;
padding-bottom: 40px;
}
.why-choose-section > .head h2{
    font-size: 23px;
    width: 65%;
    margin: 0 auto;
    color: #BABABA;
    font-weight: 500;
        font-family: "Inter", sans-serif;
}
.why-choose-section > .head p {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
     font-family: "Inter", sans-serif;

}

.why-choose-section .head2{
    text-align: center;
    line-height: 25px;
    padding-bottom: 30px;
    padding-top: 60px;

}
.why-choose-section .head2 h2{
font-size: 54px;
color: #fff;
 font-family: "Inter", sans-serif;
}
.why-choose-section > .head2 > p {
     font-family: "Inter", sans-serif;
font-size: 54px;
width: 60%;
margin: 0 auto;
color: #BABABA;
}

.why-choose-section .cat{
display: flex;
    justify-content: center;
    gap: 30px;
}
.why-choose-section .cat_main {
    position: relative;
    /* background: #f5f5f5; */
    background: #202020;
    width: 300px;
}
.why-choose-section .cat_main .icon{
    position: absolute;
    left: 9%;
    top: 30px;
    width: 65px;

}

.why-choose-section .slide-text  {
    position: relative;
    width: 100%;
    top: 58%;
    left: 55%;
    text-align: left;
    transform: translate(-50%, -50%);
    color: #131313;
    padding: 80px 25px 50px 20px;
    border-radius: 5px;
}
.why-choose-section .slide-text h3{
font-size: 25px;
line-height: 30px;
color: #D9D9D9;
}
.why-choose-section .slide-text span{
color: #D9D9D9;
font-weight: 500;
}
.why-choose-section .slide-text p{
font-size: 16px;
padding: 0;
margin: 0;
color: #B8B8B8;
padding-top: 15px;
}

/* call section */

.call-section{
padding: 0px 0px 50px 0px;
background: #111111;
position: relative;
}
.call-of-home-section{
background: #161616;
padding: 0px;
position: relative;

}
.call-of-home-section .new_con_form{
position: absolute;
top: 24%;
left: 14%;
display: flex;
    gap: 50px;
justify-self: center;
}
.has .content-has p{
    font-size: 65px;
    font-weight: 600;
}
.has .content-has .pcolor {
    width: 61%;
}
.call-of-home-section .new_con_form .form_start{
background-color: #292929;
height: 469px;
width: 830px;
display: flex;
gap: 25px;
}
.call-of-home-section .new_con_form .form_start .map iframe{
    height: 469px;
    width: 440px;
    padding: 10px;
}

.call-of-home-section .new_con_form .form_start .address{
padding-top: 40px;
text-align: left;
}

.call-of-home-section .new_con_form .form_start .address h2{
    font-size: 50px;
    color: #fff;
    font-weight: 100;
}

.call-of-home-section .new_con_form .form_start .address h3{
    font-size: 24px;
    padding-top: 22px;
    color: #fff;
    position: relative;
}

.call-of-home-section .new_con_form .form_start .address h3::after{
    position: absolute;
    content: "";
    top: 77%;
    border-bottom: 2px solid #FCBE46;
    height: 21px;
    width: 50%;
    right: 49%;
}

.call-of-home-section .new_con_form .form_start .address h3:hover{
    cursor: pointer;
}

.call-of-home-section .new_con_form .form_start .address button{
    margin-top: 40px;
    border: none;
    padding: 10px;
    width: 51%;
    font-size: 20px;
    background: #0CAF3A;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.call-of-home-section .new_con_form .form_start .address button:hover{
    cursor: pointer;
}

.call-of-home-section .new_con_form .form_start .address p{
    font-size: 26px;
    color: #fff;
    font-weight: 100;
}

/* .call-of-home-section img{
    width: 100%;
    display: block;
    height: 100%;
    padding-bottom: 200px;
} */
.call-section .call_head_client{
    text-align: center;
    line-height: 95px;
    padding-bottom: 50px;
    position: absolute;
    top: 30px;
    left: 32%;
}
.call-section .call_head_client h2{
    font-size: 81px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}
.call-section .call_head_client p {
font-size: 24px;
color: #BABABA;
width: 100%;
    font-family: "Inter", sans-serif;
}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {
    .input-text-new-home, .textarea-input{
        font-size: 12px !important;
    }
    .input-text-new-home{
            padding: 15px 2% !important;
    margin-bottom: 10px !important;
    }
    .ban_form_head p{
        font-size: 12px !important;
    }
    .ban_form_head h2{
        font-size: 20px;
    }
    .form_new_banner{
            padding: 20px 15px 10px 15px !important;
    }
    .banner_content .reqcallbtn{
        margin-top: 20px !important;
    }
    .homeSwiper .slide-text-new .banner_content{
        gap: 30px !important;
    }
    .homeSwiper .slide-text-new{
        top:70px !important
    }
    .ban_counter .count_new {
    width: 195px !important;
    background: #ffffffc9;
    position: relative;
}
    .ban_counter {
    display: flex
;
    margin-top: 20px !important;
    gap: 10px;
}
    .ban_counter .count_new h3{
        font-size: 35px !important;
    }
    .homeSwiper .slide-text-new .content h1 {
    font-size: 30px !important;
    font-weight: normal;
    font-family: gilroy-semibold;
    padding-top: 10px;
}
    .homeSwiper .slide-text h1 {
        font-size: 40px;
    }
    .homeSwiper .slide-text h1 {
        font-size: 40px;
    }
    .homeSwiper .slide-text h1 {
        position: absolute;
        width: 56%;
        top: 65%;
        left: 30%;
        text-align: left;
        transform: translate(-50%, 0%);
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 45px;
        font-weight: 500;
        line-height: 43px;
    }
    .homeSwiper .slide-text p {
        position: absolute;
        width: 56%;
        top: 50%;
        left: 30%;
        text-align: left;
        transform: translate(-50%, 0);
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 64px;
        font-weight: bold;
        line-height: 80px;
    }
    .slide-btn{
        left: 3% !important;
    }
    .future-of-home .count {
        width: 280px;
    }
    .input-text-new-home {
        width: 300px !important;
        
    }

    .submit-btn-div-new-home button {
        width: 300px !important;
    }
    .call-of-home-section .new_con_form{
        left: 5%;
        gap: 20px;
    }
    .call-section .call_head_client{
        top: 30px;
        left: 24%;
        line-height: 60px;
    }
    .call-section .call_head_client h2{
        font-size: 60px;
    }
    .call-section{
        padding: 50px 0px 70px 0px;
    }
    .faq_section{
        padding: 40px 0px 10px 0px;
    }
    .faq_section .faq_question{
        padding: 50px 65px 50px 65px;
    }
    .callAway-section .call-away{
        grid-template-columns: 6fr 6fr 6fr 6fr;
    }
    .why-choose-section .cat{
        flex-wrap: wrap;
    }
    .homeSwiper .slide-text h1{
        font-size: 30px;
    }
    .call-of-home-section img{
        height: 100vh;
    }
    .homeSwiper .slide-text p{
        font-size: 44px;
    }
    .slide-btn{
        top:87%
    }
    .client-feedback .head_client{
        gap: 10%;
    }
    .trasnform-section > .head p{
        line-height: 60px;
    }

    .brand_name {
        display: flex;
        flex-direction: column;
        gap: 20px;
        overflow: hidden;
        overflow-x: scroll;
        align-items: center;
        justify-content: start;
        flex-wrap: wrap;
    }
    .rowone_brand {
        flex-wrap: nowrap !important;
    }
    .rowtwo_brand {
        flex-wrap: nowrap !important;
    }
    
    
}


@media only screen and (max-width:1299px) and (min-width:1200px) {
    .future-of-home .count{
        width: 280px;
    }
    .homeSwiper .slide-text p {
        position: absolute;
        width: 56%;
        top: 50%;
        left: 30%;
        text-align: left;
        transform: translate(-50%, 0);
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 64px;
        font-weight: bold;
        line-height: 80px;
    
      }
    .homeSwiper .slide-text h1 {
        position: absolute;
        width: 56%;
        top: 65%;
        left: 30%;
        text-align: left;
        transform: translate(-50%, 0%);
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 45px;
        font-weight: 500;
        line-height: 43px;
      }
    .input-text-new-home {
        width: 300px !important;
    }
    .submit-btn-div-new-home button {
        width: 300px !important;
    }
    .call-of-home-section .new_con_form{
        left: 5%;
        gap: 20px;
    }
    .call-section .call_head_client{
        top: 30px;
        left: 24%;
        line-height: 60px;
    }
    .call-section .call_head_client h2{
        font-size: 60px;
    }
    .call-section{
        padding: 50px 0px 70px 0px;
    }
    .faq_section{
        padding: 40px 0px 10px 0px;
    }
    .faq_section .faq_question{
        padding: 50px 65px 50px 65px;
    }
    .callAway-section .call-away{
        grid-template-columns: 6fr 6fr 6fr 6fr;
    }
    .why-choose-section .cat{
        flex-wrap: wrap;
    }
    .homeSwiper .slide-text h1{
        font-size: 35px;
    }
    .call-of-home-section img{
        height: 100vh;
    }
    .homeSwiper .slide-text p{
        font-size: 45px;
    }
    .slide-btn{
        top:87%
    }
    .client-feedback .head_client{
        gap: 10%;
    }
    .trasnform-section > .head p{
        line-height: 60px;
    }
    .brand_name {
        display: flex
    ;
        flex-direction: column;
        gap: 20px;
        overflow: hidden;
        overflow-x: scroll;
        align-items: center;
        justify-content: start;
        flex-wrap: wrap;
    }
    .rowone_brand {
        flex-wrap: nowrap !important;
    }
    .rowtwo_brand {
        flex-wrap: nowrap !important;
    }
    
    
}




/* @media only screen and (max-width:1600px) {
    .homeSwiper .slide-text p {
      top: 0%;
    
      }
    .homeSwiper .slide-text h1 {
        top: 0%;
      }
} */

@media screen and (max-width:1390px) and (min-width:1300px) {
    .input-text-new-home{
    padding: 8px 2% !important;
}
.ban_counter .count_new h3{
    font-size: 40px !important;
}
.ban_form_head h2 {
    color: #000;
    font-size: 20px;
}
.ban_form_head p {
    color: #000;
    font-size: 13px !important;
    padding-top: 7px;
}
.form_new_banner {
    background: #fff;
    padding: 20px 30px 20px 30px !important;
    border-radius: 4px;
}
.input-text-new-home{
    margin-bottom: 15px !important;
}
 .ban_counter .count_new {
    width: 180px !important;
            height: 167px !important;
    background: #ffffffc9;
    position: relative;
}
}

@media only screen and (max-width:1600px) and (min-width:1300px) {

    .ban_counter .count_new {
    width: 180px !important;
    height: 159px !important;
    background: #ffffffc9;
    position: relative;
}
.homeSwiper .slide-text-new .content h1 {
    font-size: 38px !important;
    font-weight: normal;
}
.homeSwiper .slide-text-new .content p {
    font-size: 11px !important;
    width: 80%;
    padding-top: 15px;
}
.homeSwiper .slide-text-new .banner_content{
    gap: 30px;
}
.ban_form_head{
    padding-bottom: 10px !important;
}

.ban_form_head h2 {
    color: #000;
    font-size: 20px;
}
.ban_form_head p {
    color: #000;
    font-size: 13px !important;
    padding-top: 7px;
}
.form_new_banner {
    background: #fff;
    padding: 20px 30px 20px 30px !important;
    border-radius: 4px;
}
.input-text-new-home{
    margin-bottom: 15px !important;
}
.homeSwiper .slide-text-new{
    top: 80px !important;
}
.submit-btn-div-new-home button{
    width: 310px !important;
}
.reviewcall{
    padding-bottom: 55px;
}
.videoovertext{
    top: 23% !important;
}

    .future-of-home .count_text h3{
        font-size: 65px;
    }
    .future-of-home .count {
        position: relative;
        background-color: #1b1b1b;
        width: 300px;
        height: 250px;
    }
    .homeSwiper .slide-text p {
        position: absolute;
        width: 56%;
        top: 50%;
        left: 33%;
        text-align: left;
        transform: translate(-50%, 0);
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 64px;
        font-weight: bold;
        line-height: 80px;
    
      }
    .homeSwiper .slide-text h1 {
        position: absolute;
        width: 56%;
        top: 65%;
        left: 33%;
        text-align: left;
        transform: translate(-50%, 0%);
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 45px;
        font-weight: 500;
        line-height: 43px;
      }
    .brand_name {
        display: flex
    ;
        flex-direction: column;
        gap: 20px;
        overflow: hidden;
        overflow-x: scroll;
        align-items: center;
        justify-content: start;
        flex-wrap: wrap;
    }
    .brand_name img{
        height: 70px;
        width: 200px;
    }
    .rowone_brand {
        flex-wrap: nowrap !important;
    }
    .rowtwo_brand {
        flex-wrap: nowrap !important;
    }
    .why-choose-section {
        padding: 50px 30px 40px 40px;
    }
    /* .why-choose-section .cat_main {
        width: 280px;
    } */
    .trasnform-section > .head p {
        font-size: 45px;
        color: #141414;
        font-weight: bold;
    }
    /* .homeSwiper .slide-text h1{
        top: 70%;
    }
    .homeSwiper .slide-text p{
        top: 53%;
    } */
    .client-feedback {
        padding: 50px 60px 0px 60px;
    }
    .client-feedback .swiper-button-next:after{
        left: 40%;
    }
    .client-feedback .swiper-button-prev:after{
        left: 28%;
    }
    .why-choose-section {
        padding: 30px 50px 40px 50px;
    }
    .why-choose-section .cat {
        justify-content: center;
    }
    .future-of-home {
        padding: 50px 0px 40px 20px;
    }
    .call-section {
        padding: 0px 0px 0px 0px;
    }
    .faq_section {
        padding: 50px 0px 0px 0px;
    }
    .call-of-home-section .new_con_form {
        position: absolute;
        top: 20%;
    }
    .call-of-home-section .new_con_form .form_start {
        background-color: #292929;
        height: 469px;
        width: 845px;
        display: flex
    ;
        gap: 15px;
    }
    .call-of-home-section .new_con_form{
        left: 0;
        right: 0;
    }
    .call-of-home-section .new_con_form{
        gap: 15px;
    }
    .call-section .call_head_client {
        text-align: center;
        line-height: 65px;
        padding-bottom: 50px;
        position: absolute;
        top: 10px;
        left: 28%;
    }
    .call-section .call_head_client h2 {
        font-size: 61px;
        color: #fff;
    }
    .trasnform-section {
        padding: 30px 100px 20px 100px;
    }
    .trasnform-section .swiper-button-prev{
        left: 0%;
    }
    /* .future-of-home .counter { 
        gap: 15px;
        justify-content: center;
    } */
    .trasnform-section .swiper-button-next{
        right: 0%;
    }
    .callAway-section, .head p {
        font-size: 45px;
    }
    .callAway-section, .head h2 {
        font-size: 28px;
    }
    .client-feedback .head_client{
        gap: 18%;
    }
    .why-choose-section .head2 {
        padding-bottom: 40px;
        padding-top: 60px;
    }
    .homeSwiper .slide-text h1{
        font-size: 45px;
    }
    .homeSwiper .slide-text p{
        font-size: 55px;
    }
    .homeSwiper .swiper-pagination{
        padding: 10px 0px 25px 100px;
    }
    /* .trasnform-section, .head h2{
        font-size: 45px;
    } */
    .has .content-has .pcolor{
        width: 80%;
    }
    .clientSwiper .client_feedback_slide_text{
        padding: 20px;
    }
    .why-choose-section .cat {
        display: flex;
        justify-content: start;
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media only screen and (max-width:320px) {
    .homeSwiper .slide-text p {
        position: absolute;
        width: 100%;
        top: 55% !important;
        left: 50%;
        text-align: left;
        /* transform: translate(-50%, -50%); */
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 30px;
        font-weight: 600;
        line-height: 29px;
    }
    .homeSwiper .slide-text h1 {
        position: absolute;
        width: 100%;
        top: 65% !important;
        left: 50%;
        text-align: left;
        /* transform: translate(-50%, -50%); */
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 24px;
        line-height: normal;
        font-weight: 500;
    }
    .future-of-home .count {
        position: relative;
        background-color: #1b1b1b;
        width: 100%;
        height: 200px !important;
    }
    .faq_section{
        position: relative;
        /* top: 613px; */
    
        }
        .homeSwiper .slide-text h1{
            font-size: 20px !important;
        }
        .homeSwiper .slide-text p{
            font-size: 26px !important;
        }
        .slide-btn{
            top: 87% !important;
        }
        .trasnform-section .head p {
            font-size: 25px !important;
            padding-top: 0px !important;
            line-height: 27px !important;
        }
        .trasnform-section .head {
            text-align: center;
            line-height: 24px !important;
            padding-bottom: 10px !important;
            padding-top: 0px !important;
        }
        .why-choose-section .head p {
            font-size: 25px !important;
        }
        .why-choose-section .head h2 {
            font-size: 18px !important;
            line-height: 25px !important;
            width: 100%;
            margin: 0 auto;
        }
        .why-choose-section .head2 h2 {
            font-size: 25px !important;
            line-height: 30px !important;
        }
        .why-choose-section .head2 p{
            font-size: 25px !important;
        }
        .trasnform-section, .head p {
            font-size: 25px !important;
            color: #141414;
            padding-top: 20px;
            line-height: 30px !important;
        }
        .trasnform-section, .head h2{
            font-size: 20px !important;
        }
        .future-of-home, .head_future_home p{
            font-size: 25px !important;
            line-height: 30px !important;
        }
}
@media only screen and (max-width:375px) {
    .faq_section{
        position: relative;
        /* top: 535px; */
    
        
        }
        
        
}
@media only screen and (max-width:414px) {
    .faq_section{
        position: relative;
        /* top: 475px; */
    
        }
}

@media only screen and (max-width:390px) {
    .faq_section{
        position: relative;
        /* top: 512px; */
    
        }
        
}
    
@media only screen and (max-width:430px) {
    .faq_section{
        position: relative;
        /* top: 456px; */
    
        }
}
    


@media only screen and (max-width:767px) and (min-width:300px) {
       .imgwidban {
        width: 100%;
        height: revert-layer !important;
    }
           .form_new_banner {
        width: 100% !important;
        padding: 20px 10px 5px 10px !important;
    }
    .ban_counter .count_new h3{
        color: #fff !important;
    }
      .form_new_banner {
        width: 100% !important;
        padding: 20px 20px 20px 20px  !important;
    }
      .ban_form_head p{
              color: #4E4A4B;
    font-family: gilroy-semibold;
    font-size: 12px !important;
    padding-top: 7px;
    text-wrap: nowrap;
    
      }
    .ban_counter .count_new .count_txt{
        color: #fff !important;
    }
    .videoovertext h2{
        font-size: 40px !important;
    }
    .videoovertext p{
        font-size: 18px !important;
    }
    .reviewcall {
    display: flex
;
    justify-content: center;
    gap: 10px;
    padding-top: 30px !important;
    flex-direction: column;
    padding-bottom: 30px !important;
}
    .reviewcall button {
    background: #016BFF;
    border: none;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 35px 16px 35px !important;
    color: #fff;
    font-size: 16px !important;
    font-weight: 600;
    border-radius: 3px;
}
.ban_counter .count_new .count_txt{
    left: 0 !important;
}
.ban_counter .count_new{
    height: 117px !important;
}
.reviewcallwhuchoose button{
          background: #016BFF;
    padding: 16px 70px 16px 70px !important; 
      }
.ban_form_head h2 {
    color: #000;
    font-size: 21px !important;
            text-wrap: nowrap;
                letter-spacing: -0.7px;

}
.custom-swiper-paginationtransform{
margin-top: 0px !important;
margin-bottom: 15px;
 text-align: center;
}
.custom-swiper-pagination{
margin-top: 0px !important;
margin-bottom: 15px;
 text-align: center;
}
.ban_counter .count_new h3{
    top: 5px !important;
}
.ban_counter .count_new .count_txt{
    top: 65px !important;
}
    .homeSwiper .slide-text-new .banner_content {
    padding: 10px !important;
    display: block !important;
    justify-content: space-around;
}
.homeSwiper .slide-text-new .content h1 {
    font-size: 29px !important;
    font-weight: normal;
    text-align: center;
}
.homeSwiper .slide-text-new{
    top: 30px !important;
}
.homeSwiper .slide-text-new .content p {
    font-size: 17px !important;
    width: 100% !important;
    padding-top: 15px;
    text-align: center;
}
.homeSwiper .slide-text-new .content h1{
    padding-top: 0px !important;
}
.mobilenone{
    display: none;
}
.ban_counter .count_new{
    background-color: transparent !important;
}.form_new_banner{
    width: 100% !important;
    padding: 10px 20px 10px 20px !important
}
.reqcallbtn{
    display: none !important;
}
.ban_counter{
    margin-top: 0px !important;
}
    .brand_name img{
        height: 50px;
        width: 150px;
    }
    .future-of-home .count {
        position: relative;
        background-color: #1b1b1b;
        width: 100%;
        height: 180px;
    }
    .future-of-home .counter .count img {
        width: 55%;
        /* padding: 17px; */
        top: -10px;
        right: -10px;
    }
    .brand_name {
        overflow: hidden;
        overflow-x: scroll;
        align-items: center;
        justify-content: start;
        flex-wrap: wrap;
    }
    .rowone_brand{
       flex-wrap: nowrap !important;
       gap: 10px !important;
    }
    .rowtwo_brand{
       flex-wrap: nowrap !important;
    }
  .brand_name,.rowtwo_brand{
        display: flex;
        justify-content: center;
        gap: 10px !important;
        padding-bottom: 20px;
    }
    .call-section .call_head_client {
        text-align: center;
        line-height: 95px;
        padding-bottom: 0px;
        position: relative !important;
        top: 50px;
        left: 32%;
    }
    .panel ul li{
        font-size: 17px;
    }
    .call-of-home-section .new_con_form{
        position: relative !important;
    }
    .call-of-home-section img{
        display: none;
    }
    .panel p {
        font-size: 16px;
    }
    .accordion{
        font-size: 16px !important;
    }
    .callAway-section .call-away .call_away_content p {
        color: #272D36;
        font-size: 14px;
        text-align: left;
        padding-top: 10px;
        font-weight: 600;
    }
    .callAway-section .call-away .call_away_content h3 {
        line-height: 10px;
        text-align: left;
        font-size: 16px;
        font-weight: 500;
    }
    .callAway-section .call-away .call_away_content .number {
        font-size: 35px;
        font-weight: bold;
    }
    .homeSwiper .slide-text p {
        position: absolute;
        width: 100%;
        top: 65%;
        left: 50%;
        text-align: left;
        /* transform: translate(-50%, -50%); */
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 30px;
        font-weight: 600;
        line-height: 29px;
    }
  
    .faq_section, .head_faq h2 {
        font-size: 36px;
        color: #fff;
        line-height: 40px;
        padding-top: 20px;
    }
    .call-section .call_head_client {
        text-align: center;
        line-height: 65px;
        top: 3%;
    }
    .faq_section .head_faq p {
        padding-bottom: 50px;
        font-size: 22px;
    }
    .faq_section .faq_question {
        padding: 30px 10px 30px 10px;
    }
    /* .video-has,.content-has{
        display: none !important;
      } */
      .mobileViewVideo{
        display: block !important;
        position: relative;
      }
      .videoTagLine{
        position: absolute;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        color: #fff;
        
        padding: 40px 20px 40px 20px;
        bottom: 0;
      }
      .videoTagLine h2{
        font-size: 42px;
        font-weight: 500;
        padding-bottom: 10px;
      }
      .videoTagLine p{
        font-size: 22px;
        font-weight: 500;    
      }
      .videoTagLine svg{
        width: 100%;
        margin-top: 15px;
      }
    .labelform{
        width: 100%;
    }
    .transformSwiper .swiper-pagination {
        position: relative !important;
        top: 4px !important;
        line-height: 50px;
    }
    .transformSwiper .slide-text .inner_slide {
        line-height: 40px;
    }
    .transformSwiper .slide-text{
        height: 150px;
    }
    .footer-socialicon-div {

        display: none;
    }
    .slide-btn{
        display: block !important;
    }
   
    .submit-btn-div-new-home button {
        width: 100% !important;
    }
    .textarea-input,
    .input-text-new-home {
        padding: 15px;
        width: 100% !important;
        font-size: 17px
    }
.trasnform-section {
    padding: 10px;

}
.trasnform-section .head {
    text-align: center;
    line-height: 34px;
    padding-bottom: 20px;
    padding-top: 0px;
}
.trasnform-section .head h2 {
    font-size: 16px;
    color: #141414;
            line-height: 25px;
            margin-bottom: 10px;
}

.trasnform-section .head p {
          font-size: 30px;
    padding-top: 10px;
    line-height: 34px !important;
}

.homeSwiper .slide-text h1 {
    position: absolute;
    width: 100%;
    top: 72%;
    left: 50%;
    text-align: left;
    /* transform: translate(-50%, -50%); */
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 19px;
    line-height: normal;
    font-weight: 500;
}
.slide-btn {
    position: absolute;
    top: 90%;
    z-index: 99999;
    left: 3% !important;
}
.homeSwiper .swiper-pagination {
    text-align: left;
    padding: 10px 0px 25px 20px;
}
.future-of-home .counter{
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 5px;
    margin-top: 50px;
}
.future-of-home {
    padding: 50px 0px 40px 0px;
}
.future-of-home, .head_future_home p {
    font-size: 22px;
    color: #BABABA;
    padding: 30px 10px 20px 10px;
}
.future-of-home, .head_future_home p {
    font-size: 30px !important;
    color: #fff;
    padding-top: 20px;
    line-height: 42px;
    font-weight: 800;
}

.has {
    display: block;
}
.has .content-has {
    background-color: #D9D9D9;
    padding: 30px 10px 30px 10px;
}
.has .content-has .pcolor {
    width: 90%;
    font-size: 15px;
    margin: 15px auto;
    height: 60px;
}
.has .content-has .controller .img_con p {
    font-size: 10px;
}
.has .content-has p {
    font-size: 41px;
    font-weight: 600;
    text-align: center;
}
.has .content-has .tagLine {
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    margin-top: 15px;
}
.has .content-has .controller {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 30px;
    gap: 10px;
    justify-content: center;
    width: 100%;
}
.client-feedback {
    padding: 20px 10px 40px 10px;
    background: #111111;
    position: relative;
}
.has .content-has .controller .img_con{
    width: 22%;
}
.client-feedback .head_client{
    display: flex;
    line-height: normal;
    flex-direction: column-reverse;
    padding-bottom: 20px;
}
.client-feedback, .head_client p{
    font-size: 30px;
    padding-bottom: 10px;
}
.client-feedback, .head_client h2{
            font-size: 16px;
}
.client-feedback .swiper-button-next, .swiper-button-prev{
    display: none !important;
}
.client-feedback .head_client .grt{
    padding-top: 20px;
    width: 40%;
}

.future-of-home{
    padding: 10px 12px 10px 15px;
}

.reviewcallwhuchoose {
    display: flex
;
    justify-content: center;
    gap: 10px;
    padding-top: 0px !important;
    padding-bottom: 18px;
}

.future-of-home .count_text {
    position: absolute;
    top: 25% ;
    text-align: left;
    left: 15% ;
    line-height: 40px;
}
.future-of-home .count_text p {
    text-transform: uppercase;
    font-weight: 600;
    top: 60px;
    position: relative;
    font-size: 17px;
    width: 100%;
    left: -10px;
}
/* .future-of-home .counter .count img{
    width: 100% ;
} */
.future-of-home .count_text h3 {
    font-size: 40px;
    left: -10px;
    font-weight: 400;
    position: absolute;
    top: 0px;
}
.why-choose-section{
    padding: 30px 10px 40px 10px;
}
.why-choose-section .head h2 {
          font-size: 16px;
        width: 100%;
        margin: 0 auto;
        line-height: 25px;
}
.why-choose-section .cat_main .icon {
    position: absolute;
    left: 5%;
    top: 15px;
    width: 40px;
}
.why-choose-section, .head{
    line-height: normal;
    padding-bottom: 20px;
}
.why-choose-section .head p {
    font-size: 30px;
    color: #fff;
    margin: 0 auto;
}
.why-choose-section .cat{
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 5px;
}
.why-choose-section .slide-text p {
    font-size: 14px;
    width: 90%;
    padding: 0;
    margin: 0;
    color: #B8B8B8;
    padding-top: 15px;


}
.why-choose-section .slide-text{
    padding: 0px;
    /* left: 57%; */
    top: 56%;

}
.why-choose-section .cat_main {
    position: relative;
    background: #202020;
    /* height: 30vh; */
    padding: 0px 0px 40px 0px;
    width: auto;
}
.why-choose-section .slide-text h3{
    font-size: 18px;
    line-height: 20px;
    margin-top: 35px;
    }
    .why-choose-section .head2 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
.why-choose-section .slide-text h1 {
    font-size: 15px;
    line-height: 17px;
    position: absolute;
    top: 5px;

    font-size: 14px;
    width: 90%;
    padding: 0;
    margin: 0;
    color: #B8B8B8;
    padding-top: 15px;
}
.why-choose-section .head2 h2{
    font-size: 30px;
    line-height: 40px;
}
.why-choose-section .head2 p{
    font-size: 34px;
    line-height: 37px;
    width: 100% ; 
}
.clientSwiper .client_feedback_slide_text{
    padding: 20px;
}
.transformSwiper .slide-text h1 {
    font-size: 23px;
}

.transformSwiper .slide-text {
    /* position: absolute; */
    width: 100% ;
}
.transformSwiper .slide-text p{
    width: 100%;
}
.transformSwiper .slide-text p {
    font-size: 15px;
    line-height: 1.2;
}

.trasnform-section .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    display: none;
}
.call-section .call_head_client h2 {
    font-size: 36px;
    color: #fff;
}
.call-section .call_head_client p{
    font-size: 16px;
}
.call-of-home-section .new_con_form .form_start{
    height: auto;
    width: auto;
    flex-direction: column-reverse;
}
.call-of-home-section .new_con_form{
    left: 0;
    flex-direction: column-reverse;
    /* position: relative;
    height: 55vh; */
}
.callAway-section{
    padding: 10px;
}
.trasnform-section, .head h2 {
    font-size: 22px;
    padding-top: 10px;
}
.trasnform-section, .head p {
    font-size: 34px;
    color: #141414;
    padding-top: 20px;
    line-height: 35px;
}
.callAway-section .call-away {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 10px;

}
.callAway-section .call-away .call_away_content .inner_call_content{
    padding: 10px 15px 10px 15px;
}
.form_filed{
    padding: 10px;
}
.call-section .call_head_client{
    left: 0;
}
.call-of-home-section .new_con_form .form_start .map iframe {
    height: 289px;
    width: 100%;
    padding: 10px;
}
.call-section {
    padding: 0px 0px 0px 0px;
}
.call-of-home-section .new_con_form .form_start .address button{
    width: 73%;
}
.call-of-home-section .new_con_form .form_start .address p{
    font-size: 24px;
}
.call-of-home-section .new_con_form .form_start .address {
    padding: 30px 20px 10px 20px;
}
.call-of-home-section {
    background: #161616;
    padding: 0px 0px 0px 0px;
}
.form-tag-new-home{
    flex-direction: column;
}
.submit-btn-div-new-home{
    flex-direction: column;
}
.submit-btn-div-new-home input{
    width: 100% !important;
    font-size: 18px;
}
.submit-btn-div-new-home, button{
    width: 100%;
    font-size: 18px;
}
.form-tag-new-home{
    gap:0px
}
}

@media only screen and (max-width:1600px){
    .trasnform-section > .head p{
        line-height: 60px;
    }
    .has .content-has .pcolor{
        width: 72%;
    }
    /* .future-of-home .counter{
        justify-content: center;
    } */
    .slide-btn{
        top: 87%;
    }
    /* .homeSwiper .slide-text p{
        top: 63%;
    } */
    
    /* .client-feedback {
        padding: 50px 50px 40px 50px;
    } */
    .client-feedback .swiper-button-next:after{
        right: 25px;
    }
    .client-feedback .swiper-button-prev:after{
        left: 25px;
    }
}

@media only screen and (max-width:1024px) and (min-width:768px) {
.trasnform-section {
    padding: 10px;
}
.trasnform-section {
    padding: 30px 10px 20px 10px;
}
.form-tag-new-home {
    flex-wrap: wrap;
}
.submit-btn-div-new-home{
    flex-wrap: wrap;
    justify-content: center;
}
.trasnform-section .head {
    text-align: center;
    line-height: 34px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.trasnform-section .head h2 {
    font-size: 34px;
    color: #141414;
}

.trasnform-section .head p {
    font-size: 22px;
    padding-top: 10px;
}

.homeSwiper .slide-text h1 {
    position: absolute;
    width: 100%;
    top: 90%;
    left: 53%;
    text-align: left;
    transform: translate(-50%, -50%);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 60px;
    line-height: normal;
    font-weight: 600;
}
.homeSwiper .swiper-pagination {
    text-align: left;
    padding: 10px 0px 25px 40px;
}
.future-of-home .counter{
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 5px;
    margin-top: 70px;
}
.future-of-home {
    padding: 50px 10px 40px 10px;
}
.future-of-home, .head_future_home h2 {
    font-size: 37px;
    color: #fff;
    line-height: normal;
}
.future-of-home, .head_future_home p {
    font-size: 25px;
    color: #BABABA;
    padding-top: 30px;
}
.has {
    display: block;
}
.has .content-has {
    background-color: #D9D9D9;
    padding: 20px 10px 10px 10px;
}
.has .content-has .pcolor {
    width: 50% ;
    font-size: 15px;
    margin: 20px auto;
}
.has .content-has h2 {
    font-size: 41px;
    font-weight: 600;
    text-align: center;
}
.has .content-has .tagLine {
    font-size: 22px;
    text-align: center;
}
.has .content-has .controller {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 20px;
    gap: 50px;
    justify-content: center;
    width: 100%;
    padding-bottom: 10px;
    
}
.has .content-has .tagLine{
    margin-top: 10px;
}
.client-feedback {
    padding: 50px 10px 40px 10px;
    background: #111111;
    position: relative;
}

.client-feedback .head_client{
    display: flex;
    line-height: normal;
    flex-direction: column-reverse;
}
.client-feedback, .head_client h2{
    font-size: 34px;
}
.client-feedback, .head_client p{
    font-size: 22px;
}
.client-feedback .swiper-button-next, .swiper-button-prev{
    display: none;
}
.client-feedback .head_client .grt{
    padding-top: 20px;
    width: 40%;
}
.future-of-home .count_text {
    position: absolute;
    top: 51%;
    text-align: left;
    left: 11%;
    line-height: 40px;
}
.future-of-home .counter .count img{
    width: 100%;
}
.future-of-home .count_text h1 {
    font-size: 65px ;
    font-weight: 400;
}
.why-choose-section{
    padding: 30px 10px 40px 10px;
}
.why-choose-section .head h2 {
    font-size: 34px ;
    color: #141414;
}
.why-choose-section, .head{
    line-height: normal;
}
.why-choose-section .head p {
    font-size: 22px;
    width: 100%;
    margin: 0 auto;
}
.why-choose-section .cat{
    justify-content: center;
    flex-wrap: wrap;
}
.min70 {
    min-height: auto;
}
.swiper-button-next, .swiper-button-prev{
    display: none !important;
}

.why-choose-section .head2 h2{
    font-size: 34px;
    line-height: 40px;
}
.why-choose-section .head2 p{
    font-size: 34px;
    line-height: 37px;
    width: 100%; 
}
.call-section .call_head_client h2 {
    font-size: 48px;
    color: #fff;
}
.call-section {
    padding: 50px 10px 50px 10px;
}
.call-of-home-section {
    background: #161616;
    padding: 30px 10px 20px 10px;
}
.form-tag-new-home{
    flex-direction: row;
}
.submit-btn-div-new-home{
    flex-direction: row;
}
.submit-btn-div-new-home input{
    width: 367px !important;
}
.submit-btn-div-new-home button{
    width: 350px;
}
.form-tag-new-home{
    gap:20px;
}
}



@media only screen and (max-width: 360px) {
    .homeSwiper .slide-text-new .content h1 {
        font-size: 25px !important;
        font-weight: normal;
        text-align: center;
    }
    .homeSwiper .slide-text-new .content p {
        font-size: 14px !important;
        width: 100% !important;
        padding-top: 15px;
        text-align: center;
                margin-bottom: 13px;
    }
    .ban_counter .count_new h3{
        font-size: 35px !important;
    }
        .ban_counter .count_new .count_txt {
        top: 50px !important;
    }
    .ban_counter .count_new {
        height: 90px !important;
    }
}


/* @media only screen and (max-width: 360px) {
.why-choose-section .slide-text p {
    font-size: 11px;
    width: 90%;
    padding: 0;
    margin: 0;
    color: #131313;
    padding-top: 55px;
}
.why-choose-section .slide-text h1 {
    font-size: 14px;
    line-height: 17px;
    position: absolute;
    top: 14px;
}
}

@media only screen and (max-width: 375px) {
.why-choose-section .slide-text h1 {
    font-size: 16px;
    line-height: 17px;
    position: absolute;
    top: 14px;
}
.why-choose-section .slide-text p {
    font-size: 12px;
    width: 80%;
    padding: 0;
    margin: 0;
    color: #131313;
    padding-top: 55px;
}
}

@media only screen and (max-width: 320px) {
.why-choose-section .slide-text p {
    font-size: 9px;
    width: 80%;
    padding: 0;
    margin: 0;
    color: #131313;
    padding-top: 55px;
}
.why-choose-section .slide-text h1 {
    font-size: 12px;
    line-height: 17px;
    position: absolute;
    top: 14px;
}
}

@media only screen and (max-width: 390px){
.why-choose-section .slide-text h1 {
    font-size: 16px;
    line-height: 17px;
    position: absolute;
    top: 14px;
}
.why-choose-section .slide-text p {
    font-size: 12px;
    width: 90%;
    padding: 0;
    margin: 0;
    color: #131313;
    padding-top: 55px;
}
} */


.form-tag-new-home{
    /* display: flex; */
    justify-content: center;
    gap: 20px;
}

.submit-btn-div-new-home{
    /* display: flex; */
    align-items: center;
    gap: 20px;
}
.submit-btn-div-new-home button{
        font-weight: 600;
    letter-spacing: 0.7px;

    font-family: gilroy-regular;
       width: 482px;
    border-radius: 3px;
    padding: 18px;
   background: hsla(0, 0%, 0%, 1);

background: linear-gradient(90deg, hsla(0, 0%, 0%, 1) 0%, hsla(0, 0%, 18%, 1) 100%);

background: -moz-linear-gradient(90deg, hsla(0, 0%, 0%, 1) 0%, hsla(0, 0%, 18%, 1) 100%);

background: -webkit-linear-gradient(90deg, hsla(0, 0%, 0%, 1) 0%, hsla(0, 0%, 18%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#2d2d2d", GradientType=1 );
    color: #fff;
    border: none;
    font-size: 17px;
    cursor: pointer;
        display: flex
;
    justify-content: center;
    align-items: center;
    gap: 10px;

}

.submit-btn-div-new-home input{
    width: 100%;
}

.input-text-new-home {
    border: 1px solid #D9D9D9;
    padding: 17px 2%;
    margin-bottom: 20px;
    outline: none;
    font-size: 24px;
    color: #4E5969;
    font-weight: 500;
    width: 100%;
    border-radius: 4px;
}

.input-text-new-home::placeholder{
    font-size: 16px;
    text-align: left;
    color: #8D8D8D;
    font-weight: 300;
     font-family: "Inter", sans-serif;
}
.input-text-new-home::placeholder{
    font-size: 16px;
    text-align: left;
     font-family: "Inter", sans-serif;
}

select {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #8D8D8D !important;
  font-weight: 300 !important;
}

select option:first-child {
  color: #8D8D8D;
  font-weight: 300;
}

.textarea-input-new-home {
    border: none;
    outline: none;
    resize: none;
    width: 872px;
    padding: 20px 3%;
    font-size: 24px;
    font-weight: 500;
    color: #4E5969;
    background-color: #EBEBEB;
    border: 1px solid #EBEBEB;
}

.textarea-input-new-home::placeholder {
    color: #4E5969
}
.input-text-new-home,
    .textarea-input {
        font-size: 16px
    }


    /* Make the header sticky */
.sticky-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
}

.sticky-header .sl-bg1-logobtn-div{
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
}

.sticky-header .sticky .sl-bg1-logobtn-div {
    padding: 10px 70px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.40);
}

/* Optional: Add padding and styles to the inner elements */
.sl-bg1-logobtn-outerdivhide {
    display: flex
    ;
        justify-content: space-between;
        align-items: center;
        /* padding: 10px 20px; */
        position: absolute;
}

.sl-bg1-logobtn-div {
    display: flex;
    align-items: center;
}

.sl-bg1-bookdemo-btn {
    background-color: #016BFF;
    text-shadow: 1px 1px 2px #016BFF;
    border-radius: 25px;
    display: flex;
    align-items: center;
    width: 191px;
    border: none;
    height: 45px;
    font-size: 15px;
    font-weight: 600;
    justify-content: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

.sl-bg1-bookdemo-btn:hover {
    background-color: #fff;
    /* color: #000; */
    border: 1px solid #fff;
    /* text-shadow: 1px 1px 2px #fff; */
}

.slide-btn{
    position: absolute;
    text-align: center;
    top: 89%;
    z-index: 99999;
    left: 6%;
    width: 90px;
    background-color: #016BFF;
    text-shadow: 1px 1px 2px #016BFF;
    border-radius: 25px;
    display: flex
;
    align-items: center;
    width: 191px;
    border: none;
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    justify-content: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

/* @media only screen and (max-width: 360px) {
    .homeSwiper .slide-text h1 {
        top: 70%;
    }
} */

/* .slide-btn{
    display: none;
} */
/* .transformSwiper .slide-text p{
    width: 90%;
} */

.labelform{
      display: flex
;
    flex-direction: column;
    gap: 6px;
    color: #fff;
        
}

.has .video-has picture:hover{
    cursor: pointer;
}

/* Add keyframes for animation */
@keyframes popupFadeIn {
    from {
      opacity: 0;
      transform: scale(0.8);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  
  /* Popup Overlay */
  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 80%);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  
  /* Popup Content with Animation */
  .popup-content {
    background-color: #666666;
    padding: 5px 5px;
    border-radius: 2px;
    text-align: center;
    width: 75%;
    max-width: 90%;
    /* height: 850px; */
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    animation: popupFadeIn 0.4s ease-out;
  }

  .popup-content video{
    height: auto;
  }
  
  /* Close Button */
  .popup-close {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 18px;
    font-weight: bold;
    color: #fc0606;
    cursor: pointer;
    background: #dadada;
    padding: 15px;
    border-radius: 100px;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
  }
  
  .popup-close:hover {
    color: #ff0000;
  }
  
  /* Trigger Button */
  .popup-trigger-btn {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 20px;
  }
  
  .popup-trigger-btn:hover {
    background-color: #0056b3;
  }
  
  /* Popup Button */
  .popup-btn {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #28a745;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
  }
  
  .popup-btn:hover {
    background-color: #218838;
  }
  
  .videoContainer{
    display: flex;
    align-items: center;
  }

  .video-has,.content-has{
    display: block;
    position: relative;
  }
  .mobileViewVideo{
    display: none;
  }
  .whatsapp-button:hover{
    cursor: pointer;
  }

  .accordion {
    background-color: #181818;
    color: #BABABA;
    cursor: pointer;
    padding: 18px;
    margin-top: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 24px;
    transition: background-color 0.3sease-in-out;
    display: flex
    ;
        justify-content: space-between;
  }

  .active {
    color: #fff;
    position: relative;
    /* background-color: #ccc; */
  }

  .active:after{
    position: absolute;
    content: "";
    border-bottom: 1px solid #4a4a4a;
    width: 97%;
    top: 100%;
    left: 21px;
  }

  .panel {
    padding: 0 18px;
    background-color: #181818;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  }

  .panel ul{
    line-height: 40px;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 20px;
    color: #fff;
  }

  .panel p {
    margin: 15px 0;
    text-align: left;
    padding-left: 28px;
    color: #fff;

  }

  .call-of-home-section .new_con_form .form_start .address h3 a{
    text-decoration: none;
    color: #fff;
  }

.brand_name{
    display: flex;
        flex-direction: column;
        gap: 20px;
}
  .rowone_brand{
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }
  .rowtwo_brand{
        display: flex;
        justify-content: center;
        gap: 20px;
        padding-bottom: 20px;
        flex-wrap: wrap;
    }
  

    .darkBgColor {
        background-color: #121315;
    }
    
    .mobview {
        display: none
    }
    
    .imgwid {
        width: 100%;
        height: auto;
    }
    .imgwidban {
        width: 100%;
        height: auto;
    }
    
    .btnanim {
        border: 0 solid;
        box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
        outline: 1px solid;
        outline-color: #17E4A7;
        outline-offset: 0;
        text-shadow: none;
        transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
        cursor: pointer
    }
    
    .btnanim:hover {
          background-color: #016BFF;
    border-radius: 0;
    display: flex
;
    gap: 10px;
    align-items: center;
    width: 191px;
    border: none;
    height: 45px;
    font-size: 15px;
    font-weight: 600;
    justify-content: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    }
    
    .downarw {
        display: none
    }
    
    .vjs-big-play-centered .vjs-big-play-button {
        display: none !important;
    }
    
    .footer-socialicon-div a {
        font-size: 0;
    }
    
    #loadingIndicator {
        display: flex;
        position: absolute;
        width: 100%;
        align-items: center;
        justify-content: center;
        /* height: 100vh; */
        background-color: #f0f0f0;
        transition: opacity 0.5s ease-in-out;
        opacity: 1;
    }
    
    #loadingIndicator img {
        width: 200px;
    }
    
    #livingroomGif {
        transition: opacity 0.5s ease-in-out;
        opacity: 0;
    }
    
    #livingroomGif.loaded {
        opacity: 1;
    }
    
    .sl-bg1-logobtn-outerdiv {
        width: 100%;
        z-index: 10
    }
    
    .sl-bg1-logobtn-outerdivhide {
        width: 100%;
        z-index: 100 !important;
    }
    
    .sl-bg1-logobtn-div {
        position: relative;
        display: flex;
        justify-content: space-between;
        height: 61px;
        width: 100%;
        padding: 5px 70px;
        align-items: center;
        z-index: 100 !important;
        background-color: #0B0B0B;
        /* backdrop-filter: saturate(180%) blur(20px); */
    }
    
    #AHAHeader {
        height: 60px;
        background-color: #0B0B0B;
    }
    
    .sticky .sl-bg1-logobtn-div {
        padding: 0px 70px;
        height: auto;
        background-color: rgba(0, 0, 0, 0.40)
    }
    
    .sticky .AHA-header-links {
        height: 50px
    }
    
    .sticky.sl-bg1-logo,
    .sticky .sl-bg1-logo img {
        width: 90px;
    }
    
    .sticky .dropdown-content {
        top: 50px
    }
    
    .sticky .sl-bg1-bookdemo-btn {
        height: 37px;
    }
    
    .sticky {
        position: fixed;
        top: 0;
        animation: slideDown .35s ease-out
    }
    
    @keyframes slideDown {
        from {
            transform: translateY(-100%)
        }
    
        to {
            transform: translateY(0)
        }
    }
    
    .hdrpt {
        margin-top: 62px;
    }
    
    .sl-bg1-logo,
    .sl-bg1-logo img {
        width: 130px;
        height: auto;
    }
    
    .sl-bg1-bookdemo-btn {
           background-color: #016BFF;
    border-radius: 0;
    display: flex
;
    gap: 10px;
    align-items: center;
    width: 191px;
    border: none;
    height: 45px;
    font-size: 15px;
    font-weight: 600;
    justify-content: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    }
    
    .sl-bg1-bookdemo-btn:hover {
        color: #fff
    }
    
    .AHA-header-linksDiv {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 70%;
        margin-left: 0;
        list-style: none;
        /* remove after all menu patch */
        justify-content: flex-end;
        gap: 35px;
    }
    
    .AHA-header-links {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        position: relative;
        padding-bottom: 2px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 1.1px;
        font-family: 'Montserrat', sans-serif;
        display: flex;
        align-items: center;
        gap: 10px;
        height: 60px;
        cursor: pointer
    }
    
    .AHA-header-links::after {
        position: absolute;
        bottom: 0;
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #fff;
        transition: width .3s;
        right: 0;
        left: initial
    }
    
    .bgred .AHA-header-links::after,
    .bgred .AHA-header-links.activemenu::after {
        background: #bd103c
    }
    
    .bgyelw .AHA-header-links::after,
    .bgyelw .AHA-header-links.activemenu::after {
        background: #eab348
    }
    
    .bgblue .AHA-header-links::after,
    .bgblue .AHA-header-links.activemenu::after {
        background: #4583d9
    }
    
    .AHA-header-links:hover::after,
    .AHA-header-links.activemenu::after {
        width: 100%;
        right: initial;
        left: 0;
        transition: width .3s;
        top: 1px
    }
    
    .dropbtn {
        background-color: #04AA6D;
        color: #fff;
        padding: 16px;
        font-size: 16px;
        border: none
    }
    
    .dropdown {
        display: flex;
        justify-content: center
    }
    
    .dropdown-content {
        display: none;
        position: absolute;
        top: 60px;
        background: #0b0b0b;
        min-width: 150px;
        z-index: 1000
    }
    
    .closebtn,
    .sidemenu,
    .mobileMenu,
    .mobbookbtn {
        display: none
    }
    
    .dropdown-content a {
        font-size: 15px;
        font-weight: 300;
        font-family: 'Montserrat';
        color: #fff;
        padding: 12px 15px;
        text-decoration: none;
        display: block;
        border-left: 5px solid transparent
    }
    
    .ScheduleHeaddesk-ptag {
        color: #fff;
        font-size: 65px;
        font-weight: 400;
        margin-left: 5%;
        margin-bottom: 20px
    }
    
    .dropdown-content a:hover,
    .dropdown-content a.activemenu {
        background: rgba(255, 255, 255, 0.3);
        color: #fff;
        border-left: 5px solid #fff
    }
    
    .bgred .dropdown-content a:hover,
    .bgred .dropdown-content a.activemenu {
        background: rgba(189, 16, 60, 0.3);
        border-left: 5px solid #bd103c
    }
    
    .bgyelw .dropdown-content a:hover,
    .bgyelw .dropdown-content a.activemenu {
        background: rgba(234, 179, 72, 0.3);
        border-left: 5px solid #eab348
    }
    
    .bgblue .dropdown-content a:hover,
    .bgblue .dropdown-content a.activemenu {
        background: rgba(69, 131, 217, 0.3);
        border-left: 5px solid #4583d9
    }
    
    .dropdown:hover .dropdown-content {
        display: block
    }
    
    .dropdown:hover .dropbtn {
        background-color: #3e8e41
    }
    
    .aitool {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        max-width: 480px;
        height: auto;
        margin: auto;
        z-index: 2
    }
    
    .sl-bg1-bookdemo-btn img {
        height: 18px;
        width: 18px
    }
    
    .mobile-footer-main-div {
        display: none
    }
    
    .footer-div {
        display: flex;
        width: 90%;
        flex-direction: column
    }
    
    .footer-main-div {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        background-color: #000000
    }
    
    .footer-logo-div {
          color: #96989B;
    align-items: center;
    flex-direction: row;
    display: flex
;
    column-gap: 3px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #435264;
    display: flex
;
    justify-content: space-between;
    }
    
    .footer-logo-div img {
        /* width: 180px; */
        height: auto;
    }
    
    .footer-below-social-div {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
        color: #86909C
    }
    
    .footer-below-social-div>* {
        width: 33.33%;
    }
    
    .footer-socialicon-div {
        text-align: center;
        padding: 20px 0;
        margin: 0;
        /* display: none; */
    }
    
    .footer-pp-div {
        text-align: right;
    }
    
    .footer-social-icon {
        margin: 0 6px;
        border-radius: 50%;
        transition: all 0.3s ease-in-out;
    }
    
    .footer-social-icon:hover {
        background-color: #232323;
        transform: scale(1.1);
    }
    
    .foooter-copyright {
        font-size: 19px;
        font-weight: 300
    }
    
    .footer-pp-div a {
        font-size: 19px;
        margin: 0 15px;
        color: #86909C;
        text-decoration: none;
        font-weight: 300
    }
    
    .footer-pp-div a:hover {
        color: var(--white)
    }
    
    .about-card-main-div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-direction: column;
        background-color: #ececec;
        padding-bottom: 20px
    }
    
    .about-card-outer-h3tag {
        margin-top: 2%;
        font-size: 3.2vw;
        font-weight: 400
    }
    
    .about-card-inner-div {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        padding: 40px 0;
        width: 90%;
        column-gap: 20px
    }
    
    .about-card {
        background-color: #fff;
        text-align: center;
        padding: 35px;
        color: #2f2f2f
    }
    
    .about-card:last-child {
        margin-right: 0
    }
    
    .about-card-h3 {
        font-size: 30px;
        font-weight: 500;
        margin: 15px 0
    }
    
    .about-card-ptag {
        font-weight: 400;
        font-size: 22px
    }
    
    .form-BG-main-div {
        display: flex;
        width: 100%;
        position: relative;
        justify-content: center;
        overflow: hidden
    }
    
    .form-img-BG-div {
        display: flex;
        background-color: #070a10
    }
    
    .form-img-BG-div img {
        height: 100%;
        width: 100vw;
        min-height: 900px;
        max-height: 1050px
    }
    
    .form-img-MobileBG-div img {
        display: none
    }
    
    .form-about-div {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 50%
    }
    
    .WeInvite-h2tag {
        font-size: 72px;
        font-weight: 500;
        margin-block-start: 0;
        margin-block-end: 0;
        margin-bottom: 15px;
        color: #fff
    }
    
    .demo-patg {
        font-size: 26px;
        margin: 0 0 20px;
        color: #ddd;
        font-weight: 300
    }
    
    .Wepromise-ptag {
        font-size: 30px;
        font-weight: 300;
        width: 70%;
        line-height: 40px;
        color: #D9D9D9
    }
    
    .address-ptag {
        font-size: 22px;
        font-weight: 300;
        line-height: 1.5;
        color: #fff;
        margin: 10px 0 20px
    }
    
    .direction-atag {
        color: #6BE4FF;
        font-size: 22px;
        font-weight: 500;
        margin-top: 3.5%;
        width: fit-content;
        text-decoration: none;
        font-weight: 600;
        letter-spacing: 1px;
        text-decoration: none;
        text-underline-offset: 15px
    }
    
    .direction-atag:hover {
        border: none;
        color: #FCBE46
    }
    
    .direction-atagHome {
        color: #fff;
        font-size: 26px;
        font-weight: 500;
        margin-top: 3.5%;
        width: fit-content;
        text-decoration: none;
        font-weight: 600;
        letter-spacing: 1px;
        text-decoration: underline 2px solid #6BE4FF;
        text-underline-offset: 15px
    }
    
    .direction-atagHome:hover {
        border: none;
        color: #6BE4FF
    }
    
    .form-tag {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
    
    .form-label {
        font-size: 20px;
        color: #86909C;
        margin-bottom: 10px;
        display: flex;
        width: 96%
    }
    
    .input-text {
        background-color: #EBEBEB;
        border: 1px solid #EBEBEB;
        width: 96%;
        padding: 21px 3%;
        margin-bottom: 20px;
        outline: none;
        font-size: 24px;
        color: #4E5969;
        font-weight: 500
    }
    
    #ddlPreferredTime {
        appearance: none;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right 1rem center;
        background-size: 1em
    }
    
    .textarea-input {
        border: none;
        outline: none;
        resize: none;
        width: 96%;
        padding: 20px 3%;
        font-size: 24px;
        font-weight: 500;
        color: #4E5969;
        background-color: #EBEBEB;
        border: 1px solid #EBEBEB
    }
    
    .textarea-input::placeholder {
        color: #4E5969
    }
    
    .validation-span-tag {
        text-align: left;
        color: #ec3333;
        width: 96%;
        font-size: 13px
    }
    
    .validation-captcha {
        color: #ec3333;
        /* margin-left: 5%; */
        font-size: 13px
    }
    
    .input-text:nth-last-child(2) {
        margin-bottom: 0 !important
    }
    
    .input-text::placeholder {
        color: #4E5969
    }
    
    .form-label {
        font-size: 20px;
        font-weight: 400;
        color: #86909C;
        margin-bottom: 10px;
        display: flex;
        width: 96%
    }
    
    .submit-btn {
          width: 96%;
    height: 50px;
    background-color: #00E2AC;
    border: none;
    outline: none;
    font-size: 22px;
    margin: 0px auto 0;
    font-weight: 700;
    cursor: pointer;
    transition: all .25s;
    display: flex
;
    align-items: center;
    justify-content: center;
    }
    
    .form-div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.25);
        padding: 35px 0;
        transition: all .3s ease-in-out
    }
    
    .or-divider-div {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 10px 0
    }
    
    .befor-divider {
        width: 38%;
        border-bottom: 1px solid #fff
    }
    
    .after-divider {
        width: 38%;
        border-bottom: 1px solid #fff
    }
    
    .or-divider {
        font-size: 18px;
        padding-left: 5%;
        padding-right: 5%;
        color: #fff
    }
    
    .WA-btn,
    .call-btn {
        color: #fff;
        width: 300px;
        height: 60px;
        border: none;
        outline: none;
        font-size: 24px;
        gap: 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        cursor: pointer
    }
    
    .WA-btn {
        background-color: #1FB541
    }
    
    .WA-btn img {
        height: 24px;
        width: 24px;
        margin-right: 5px
    }
    
    .call-btn {
        background-color: #1369EC;
        margin-bottom: 25px
    }
    
    .call-btn img {
        height: 18px;
        width: 18px;
        margin-right: 5px
    }
    
    .mobile-visitAddress {
        display: none
    }
    
    .visit-h2tag {
        color: #fff;
        font-size: 60px;
        padding-top: 10%;
        font-weight: 300;
        margin-block-start: 0;
        margin-block-end: 0
    }
    
    .form-BG-div {
        position: absolute;
        display: flex;
        justify-content: center;
        width: 90%;
        column-gap: 40px;
        height: 100%;
        margin-top: 5%
    }
    
    .form-main-div {
        width: 45%;
        padding-bottom: 35px;
        border-radius: 10px
    }
    
    address {
        font-style: normal
    }
    
    .submit-btn-div {
        text-align: center
    }
    
    .form-input-div {
        width: 98%;
        display: flex;
        justify-content: center;
        flex-direction: column
    }
    
    .thankyou {
        /* background-image: url(../images/thankyou/thankyou.jpg); */
        background-image: url(https://d2ibglgkljrdv5.cloudfront.net/mumbai/thankyou/thankyou.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        text-align: center;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center
    }
    
    .thankyou .thankyouContent {
        /* position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%; */
        padding: 5% 15px 2%;
        text-align: center
    }
    
    .thnkLogo {
        width: 11.5vw;
    }
    
    .thankyouContent h1 {
        font-size: 5.6vw;
        line-height: 5.6vw;
        color: #fff;
        font-weight: 400;
        padding-top: 8%;
    }
    
    .cenDisc {
        font-size: 1.4vw;
        line-height: 1.6vw;
        color: #D9D9D9;
        font-weight: 600;
        padding: 7% 0 10%;
    }
    
    .topdisc {
        font-size: 3vw;
        color: #fff;
        line-height: 3vw;
    }
    
    .rich {
        border-top: 1px solid rgb(217 217 217 / 21%);
        ;
        padding-top: 4%;
    }
    
    .thankyouContent .rich p a {
        text-decoration: none;
        color: #fff;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }
    
    .rich h3 {
        font-size: 1.6vw;
        line-height: 1.6vw;
        color: #FFFF;
        font-weight: 600;
    }
    
    .thankyou-call.wabtn {
        background-color: #0CAF3A;
        ;
    }
    
    .ty-callWA-div {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-top: 30px;
    }
    
    .thankyou .thankyouContent .rich p span {
        background: #393;
        border-radius: 5px;
        margin-right: 1rem;
        font-size: 1.7rem;
        padding: 1rem 2rem
    }
    
    .thankyou .thankyouContent .homebtn button {
        font-size: 1.7rem;
        border-radius: 100px;
        border: none;
        color: #fff;
        background: #000
    }
    
    .homebtn {
        font-size: 0.8vw;
        color: #fff;
        text-decoration: none;
        /* background: url(/images/thankyou/rightlongarrow.svg) left bottom no-repeat; */
        background-size: contain;
        padding: 3px 00;
        margin-top: 4%;
        display: inline-block;
        border-bottom: 1px solid #3D8DFF;
        color: #3D8DFF;
        font-weight: 600;
        text-transform: uppercase;
    }
    
    .thankyou-call {
        background: #1E93FF;
        border-radius: 10px;
        font-size: 1.4vw;
        padding: 10px 30px;
    }
    
    .thankyou .thankyouContent .homebtn:hover {
        cursor: pointer
    }
    
    /* Bottom Title CSS */
    .btmTitle {
        padding: 4% 11%;
        font-size: 2.5vw;
        font-weight: 600;
        text-align: center;
    }
    
    .btmTitle p,
    .btmTitle h2 {
        display: inline;
        font-weight: inherit;
        font-size: inherit;
        line-height: normal;
    }
    
    @media only screen and (max-width: 1900px) and (min-width: 1600px) {
        .WeInvite-h2tag {
            font-size: 60px
        }
    
        .demo-patg {
            font-size: 28px
        }
    
        .AHA-header-links {
            font-size: .95vw
        }
    
        .WA-btn {
            font-size: 20px
        }
    
        .call-btn {
            font-size: 20px
        }
    
        .visit-h2tag {
            font-size: 60px
        }
    
        .Wepromise-ptag {
            font-size: 25px
        }
    
        .address-ptag {
            font-size: 21px
        }
    
        .form-main-div {
            width: 40%
        }
    
        .form-label {
            font-size: 15px
        }
    
        .submit-btn-div {
            width: 100%;
            margin-top: 20px;
            display: flex;
            justify-content: center;
            align-items: center
        }
    
        .form-img-BG-div img {
            height: 100%;
            width: 100vw;
            min-height: 950px
        }
    }
    
    @media only screen and (max-width: 1599px) and (min-width: 1025px) {
        .form-BG-div {
            width: 85%
        }
    
        .ScheduleHeaddesk-ptag {
            font-size: 45px
        }
    
        .thankyouContent-ptag {
            margin-top: 50px
        }
    
        .about-card-ptag {
            font-size: 18px
        }
    
        .about-card-h3 {
            font-size: 27px
        }
    
        .WeInvite-h2tag {
            font-size: 40px
        }
    
        .direction-atag {
            font-size: 19px;
            font-weight: 400
        }
    
        .direction-atagHome {
            font-size: 19px;
            font-weight: 400;
            text-decoration: underline 2px solid #6BE4FF;
            text-underline-offset: 10px
        }
    
        .AHA-header-links {
            font-size: 1vw
        }
    
        .selected {
            font-size: .9vw
        }
    
        .visit-h2tag {
            font-size: 40px
        }
    
        .form-img-BG-div img {
            height: 920px;
            width: 100vw;
            min-height: 860px
        }
    
        .WA-btn,
        .call-btn {
            height: 50px;
            font-size: 18px;
            width: 250px
        }
    
        .submit-btn {
            height: 60px;
            font-size: 18px
        }
    
        .form-label {
            font-size: 15px
        }
    
        .input-text,
        .textarea-input {
            font-size: 18px
        }
    
        .demo-patg {
            font-size: 22px;
            line-height: 35px
        }
    
        .Wepromise-ptag {
            font-size: 23px
        }
    
        .address-ptag {
            font-size: 20px
        }
    
        .form-main-div {
            width: 50%
        }
    
        .form-input-div {
            padding: 3%;
            width: 100%
        }
    }
    
    @media only screen and (max-width: 1300px) and (min-width: 1025px) {
        .Wepromise-ptag {
            font-size: 20px;
            line-height: 30px;
            width: 80%
        }
    
        .visit-h2tag {
            font-size: 35px
        }
    
        .direction-atag {
            font-size: 20px
        }
    
        .ScheduleHeaddesk-ptag {
            font-size: 45px
        }
    
        .direction-atagHome {
            font-size: 20px
        }
    
        .AHA-header-links {
            font-size: 1.1vw
        }
    
        .selected {
            font-size: 1vw
        }
    
        .form-main-div {
            width: 50%
        }
    
        .about-card-inner-div-ur .about-card {
            margin: 15px
        }
    
        .about-card-outer-h3tag {
            font-size: 48px
        }
    
        .about-card {
            padding: 30px
        }
    }
    
    @media only screen and (max-width: 1024px) and (min-width: 768px) {
    
    
        .aitool {
            max-width: 280px
        }
    
        .mobileMenu {
            width: 32px;
            height: auto;
            margin-right: 15px;
            color: #fff;
            padding: 12px 3px
        }
    
        .sl-bg1-logo {
            position: relative
        }
    
        .ScheduleHeaddesk-ptag {
            text-align: center;
            margin-left: 0;
            font-size: 45px
        }
    
        .sl-bg1-logo {
            width: 100%
        }
    
        .sl-bg1-logo img {
            width: 110px
        }
    
        .form-img-BG-div img {
            min-height: 900px
        }
    
        .demo-patg {
            text-transform: uppercase;
            font-size: 28px;
            line-height: normal
        }
    
        .Wepromise-ptag {
            font-size: 28px;
            line-height: normal
        }
    
        .submit-btn {
            width: 94%
        }
    
        .form-BG-div {
            column-gap: 20px
        }
    
        .about-card-outer-h3tag {
            font-size: 5vw;
            text-align: center
        }
    
        .ul-bg-inner-ptag {
            font-size: 25px;
            line-height: 36px
        }
    
        .ul-bg2-inner-ptag {
            font-size: 25px;
            text-align: center;
            line-height: 35px
        }
    
        .ul-bg1-h1tag {
            line-height: 80px
        }
    
        .visit-h2tag {
            font-size: 52px;
            font-weight: 600;
            padding-top: 0;
            margin-bottom: 10px
        }
    
        .form-about-div {
            width: 100%;
            height: auto;
            margin-bottom: 0;
            text-align: center
        }
    
        .WA-btn,
        .call-btn {
            margin: auto
        }
    
        .WA-btn img {
            height: 25px;
            width: 25px
        }
    
        .call-btn img {
            height: 19px;
            width: 19px
        }
    
        .thankyou .thankyouContent h1 {
            font-size: 9vw;
            line-height: 9vw;
            padding-top: 12%;
        }
    
        .ty-callWA-div {
            margin-top: 6%;
        }
    
        .validation-span-tag {
            width: 100%
        }
    
        .WeInvite-h2tag {
            font-size: 35px
        }
    
        .demo-patg {
            font-size: 22px;
            line-height: 28px
        }
    
        .form-label {
            width: 100%;
            font-size: 15px;
            color: #fff;
            text-transform: capitalize
        }
    
        .textarea-input,
        .input-text {
            padding: 15px;
            width: 100%;
            font-size: 17px
        }
    
        .Wepromise-ptag {
            line-height: 28px;
            width: 100%;
            font-size: 22px
        }
    
        .address-ptag {
            font-size: 20px;
            font-weight: 400
        }
    
        .direction-border {
            width: 163px
        }
    
        .validation-span-tag {
            width: 100%
        }
    
        .captcha-div {
            display: flex;
            width: 100%;
            margin-bottom: 10px
        }
    
        .g-recaptcha {
            margin-left: 5% !important;
            margin-top: 20px
        }
    
        .thnkLogo {
            width: 16.5vw;
        }
    
        .topdisc {
            font-size: 5vw;
            line-height: 5vw;
            padding-top: 3%;
        }
    
        .homebtn {
            font-size: 2vw;
            margin-top: 6%;
            /* padding: 25px 2px 15px 25px; */
        }
    
        .cenDisc {
            font-size: 2.4vw;
            line-height: 3.6vw;
            padding: 9% 0 13%;
        }
    
        .rich h3 {
            font-size: 2.6vw;
            line-height: 2.6vw;
        }
    
        .rich {
            padding-top: 6%;
        }
    
        .thankyouContent .rich p a {
            font-size: 2.4vw;
        }
    
        .btmTitle {
            padding: 6% 11%;
            font-size: 3.5vw;
        }
    }
    
    @media only screen and (max-width: 1024px) and (min-width: 300px) {
        .footer-below-social-div>* {
            width: 100%;
        }
        .dropdown-content {
            display: block;
            position: relative;
            top: 0;
            background: transparent;
            padding: 0 15px 15px;
            z-index: 1
        }
    
        .dropdown-content a {
            font-size: 18px;
            text-transform: capitalize
        }
    
        .AHA-header-links:hover::after {
            top: 0
        }
    
        .sl-bg1-logobtn-div {
            padding: 10px 15px
        }
    
        .form-BG-div {
            width: 94%;
            column-gap: 20px;
            flex-direction: column;
            margin-top: 0
        }
    
        .dektop-visitAddress,
        .deskview {
            display: none
        }
    
        .mobview {
            display: block
        }
    
        .AHA-header-linksDiv {
            display: none
        }
    
        .mobcontctbtn {
            color: orange
        }
    
        .form-main-div {
            position: relative;
            width: 100%;
            border-radius: 25px;
            padding: 40px 0
        }
    
        .direction-atag {
            color: #6BE4FF;
            text-decoration: none
        }
    
        .submit-btn {
            padding: 10px 15px;
            background-color: #00E2AC;
            border-radius: 5px;
            font-weight: 700;
            color: #000;
            width: 100%
        }
    
        .form-img-MobileBG-div img {
            display: block !important;
            height: 1450px;
            width: 100%;
            object-fit: cover;
            object-position: right bottom
        }
    
        .form-img-BG-div img {
            display: none
        }
    
        .form-img-MobileBG-div {
            display: contents
        }
    
        .WA-btn {
            margin-top: 15px
        }
    
        .talkLink {
            color: #fff;
            text-decoration: none;
            font-size: 24px;
            margin-bottom: 15px;
            display: block;
            font-weight: 300
        }
    }
    
    /* @media only screen and (max-width: 3000px) and (min-width: 2000px) {
        .AHA-header-linksDiv {
            width: 42%
        }
    } */
    
    @media only screen and (max-width: 1500px) and (min-width: 1200px) {
        .sl-bg1-logobtn-div {
            padding: 15px 40px
        }
    
        .sticky .sl-bg1-logobtn-div {
            padding: 0px 40px
        }
    
        .foooter-copyright {
            font-size: 16px
        }
    }
    
    @media only screen and (max-width: 1500px) and (min-width: 1025px) {
        .sl-bg1-bookdemo-btn {
    background-color: #016BFF;
    border-radius: 0;
    display: flex
;
    gap: 10px;
    align-items: center;
    width: 191px;
    border: none;
    height: 45px;
    font-size: 15px;
    font-weight: 600;
    justify-content: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}
    
        .sl-bg1-logo,
        .sl-bg1-logo img {
            width: 116px
        }
    
        .footer-pp-div a {
            font-size: 17px
        }
    }
    
    @media only screen and (max-width: 1199px) and (min-width: 1025px) {
        .sticky .sl-bg1-logobtn-div {
            padding: 0px 15px
        }
    
        .sl-bg1-bookdemo-btn {
            font-size: 12px;
            width: 135px;
            height: 40px
        }
    
        .aitool {
            max-width: 280px
        }
    
        .sl-bg1-logo,
        .sl-bg1-logo img {
            width: 116px
        }
    
        .sl-bg1-logobtn-div {
            padding: 15px
        }
    
        .AHA-header-links {
            gap: 5px
        }
    
        .foooter-copyright {
            font-size: 16px;
            font-weight: 300
        }
    
        .footer-social-icon {
            width: 50px;
            margin: 0 3px
        }
    
        .footer-pp-div a {
            margin: 0 5px;
            font-size: 15px
        }
    
        .min70 {
            min-height: 20vh;
        }
    }
    
    @media only screen and (max-width: 1024px) and (min-width: 768px) {
    
    
    
        .footer-logo-div {
            margin-left: 0
        }
    
        .footer-below-social-div {
            flex-direction: column;
            row-gap: 2px
        }
    
        .foooter-copyright {
            font-size: 15px
        }
    
        .footer-social-icon {
            height: 50px
        }
    
        .footer-pp-div a {
            margin: 0;
            font-size: 17px
        }
    
        .about-card-inner-div {
            grid-template-columns: repeat(2, 1fr) !important
        }
    
        .mobile-visitAddress {
            margin-top: 50px;
            display: block;
            margin-bottom: 0;
            text-align: center;
            width: 100%;
            text-align: left;
            margin-left: 3%
        }
    
        .direction-atag {
            font-size: 20px
        }
    }
    
    @media only screen and (max-width: 1024px) and (min-width: 300px) {
    
        .dropdown,
        .closebtn,
        .sidemenu,
        .mobileMenu {
            display: block
        }
    
        .mobsidebookbtn {
            display: none;
            background: linear-gradient(0deg, #111 34.69%, rgba(17, 17, 17, 0.00) 110.2%);
            position: fixed;
            bottom: 0;
            left: -100%;
            width: 100%;
            height: 85px;
            transition: all .3s ease-in-out;
            z-index: 2
        }
    
        .sticky .AHA-header-links {
            height: auto
        }
    
        .sticky .dropdown-content {
            top: 0
        }
    
        .mobbookbtn {
            display: flex;
            position: fixed;
            left: -100%;
            bottom: 20px;
            text-align: center
        }
    
        .active .mobbookbtn {
            left: 50%;
            width: 160px;
            height: 45px;
            transform: translate(-50%, 0)
        }
    
        .mobile-footer-main-div {
            display: block;
            width: 100%;
            color: #96989B
        }
    
        .AHA-header-linksDiv {
            display: block;
            position: fixed;
            top: 0;
            bottom: 0;
            left: -100%;
            opacity: .97;
            right: 0;
            width: 100%;
            background: #111;
            max-height: 100vh;
            padding: 15px 25px;
            overflow: auto;
            transition: all .3s ease-in-out;
            z-index: 99;
            opacity: .97
        }
    
        .AHA-header-links {
            display: block;
            font-size: 18px;
            padding: 20px 0;
            border-top: 1px solid rgba(255, 255, 255, 0.16);
            height: auto
        }
    
        .active,
        .active .mobsidebookbtn {
            left: 0
        }
    
        .top0 {
            border-top: 0
        }
    
        .moblogohdr {
            margin-left: -25px;
            margin-right: -25px;
            margin-bottom: 25px;
            padding: 0 25px 15px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.16);
            display: flex;
            align-items: center;
            justify-content: space-between
        }
    
        .sidemenu {
            width: 118px
        }
    
        .sl-bg1-bookdemo-btn {
            font-size: 14px;
            width: 200px;
            height: 40px
        }
    
        .downarw {
            float: right;
            margin-top: 6px
        }
    
        button.closebtn {
            border: none;
            outline: none;
            background-color: transparent;
            float: right
        }
    
        button.closebtn img {
            border-radius: 100%
        }
    
        .footer-div {
            width: 89%
        }
    
        .footer-below-social-div {
            flex-direction: column
        }
    
        .footer1-div {
            order: 3
        }
    
        .foooter-copyright {
            font-size: 12px;
            margin-top: 11.5%;
            text-align: center
        }
    
        .footer-social-icon {
            height: 55px
        }
    
        .footer-pp-div a {
            font-size: 19px;
            margin: 0 15px;
            color: #86909C;
            text-decoration: none
        }
    
        .footer-pp-div a:hover {
            color: var(--white)
        }
    
        .about-card {
            margin: 10px
        }
    
        .about-card-inner-div {
            padding: 25px 0
        }
    
        .WeInvite-h2tag {
            font-size: 45px
        }
    }
    
    @media only screen and (max-width: 1024px) {
        .deskmenuarw {
            display: none
        }
    
        .downarw {
            display: block
        }
    
        .sticky .sl-bg1-logobtn-div {
            padding: 0px 15px
        }
    
        .footer-logo-div {
            padding-top: 30px;
            padding-bottom: 0;
            border-bottom: 0;
            text-align: center
        }
    
        .footer-pp-div {
            width: 100%;
            display: flex;
            justify-content: space-between
        }
    
        .footer-pp-div a {
            margin: 0
        }
    
        .foooter-copyright {
            font-size: 20px;
            margin-top: 25px;
            text-align: center
        }
    
        .footer-pp-div {
            padding: 22px 0;
            border-top: 1px solid #4C5259;
            border-bottom: 1px solid #4C5259
        }
    
        .footer-social-icon {
            height: 80px;
            margin: 0 20px
        }
    }
    
    @media only screen and (max-width: 767px) and (min-width: 300px) {
        .sidemenu img {
            width: 100px;
            height: auto;
        }
    
        .thankyou {
            background-image: url(../images/thankyou/mobthankyou.png);
        }
    
        .ScheduleHeaddesk-ptag {
            font-size: 35px;
            margin-left: 0;
            text-align: center;
            margin-bottom: 10px;
        }
    
        .sl-bg1-logobtn-div {
            padding: 10px
        }
    
        .cenDisc {
            font-size: 4.5vw;
            line-height: 5.5vw;
            padding: 2% 0;
            max-width: 70%;
            margin: auto;
        }
    
        .topdisc {
            font-size: 7vw;
            line-height: 7vw;
            padding: 5%;
            font-weight: 500;
            max-width: 80%;
            margin: auto;
        }
    
        .homebtn {
            font-size: 4.2vw;
            /* padding: 20px 2px 15px 25px; */
        }
    
        .thnkLogo {
            width: 30vw
        }
    
        .thankyou .thankyouContent h1 {
            padding-top: 12%;
            font-size: 19vw;
            line-height: 15vw;
            max-width: 72%;
            margin: auto;
        }
    
        .thankyouContent-ptag {
            margin-top: 40px
        }
    
        .rich h3 {
            font-size: 4.5vw;
            line-height: 5.5vw;
            padding: 3% 0 5%;
            color: #D9D9D9;
            max-width: 70%;
            margin: auto;
        }
    
        .homebtn a {
            font-size: 1.2rem;
            padding: 1rem 1.5rem
        }
    
        /* .thankyou-call {
            display: none;
            margin-left: 0;
            font-size: 20px;
            padding: 8px 15px;
            margin-top: 5px;
        } */
    
        .rich {
            margin: 1rem 0
        }
    
        .ty-callWA-div {
            margin-top: 0;
            flex-direction: column-reverse;
            gap: 10px;
        }
    
        .thankyou-call {
            background: #1E93FF;
            justify-content: center;
            border-radius: 10px;
            font-size: 5.4vw;
            padding: 8px 15px;
            width: 68%
        }
    
        .thankyou .thankyouContent .rich p span {
            margin-right: 0;
            font-size: 20px;
            padding: .9rem 0;
            margin-bottom: 5px;
            width: 75%
        }
    
        .sl-bg1-bookdemo-btn {
                width: auto;
        font-size: 13px;
        line-height: 13px;
        column-gap: 7px;
        height: auto;
        padding: 0px;
        flex-shrink: 0;
        width: 165px;
        height: 43px;
        font-weight: 800;
        text-align: center;
        outline: none;
        }
    
        .sl-bg1-bookdemo-btn img {
            height: 15px;
            width: 15px
        }
    
        .form-img-MobileBG-div img {
            height: 1300px
        }
    
        .aitool {
            max-width: 95%
        }
    
        .about-card-ptag {
            font-size: 16px
        }
    
        .footer-pp-div a {
            font-size: 16px
        }
    
        .about-card {
            margin: 10px 0
        }
    
        .about-card-inner-div {
            grid-template-columns: repeat(1, 1fr) !important
        }
    
        .sl-bg1-logo {
            width: 100%
        }
    
        .sl-bg1-logo img {
            width: 120px;
            padding-right: 10px
        }
    
        .mobile-visitAddress {
            margin-top: 20px;
            display: block;
            margin-bottom: 0;
            text-align: center;
            width: 85%;
            text-align: left;
            margin-left: 5%
        }
    
        .mobileMenu {
            width: 32px;
            height: auto;
            margin-right: 10px;
            color: #fff;
            padding: 12px 3px
        }
    
        .AHA-header-links:hover::after {
            width: 100%;
            right: initial;
            left: 0;
            top: 0;
            transition: width .3s
        }
    
        .hdrpt {
            margin-top: 60px
        }
    
        .sl-bg1-logobtn-div,
        #AHAHeader {
            height: 60px
        }
    
        .sticky .sl-bg1-logobtn-div {
            padding: 0px 10px
        }
    
        .downarw {
            float: right;
            width: 12px;
            margin-top: 6px
        }
    
        .dropdown {
            justify-content: start;
            flex-direction: column
        }
    
        .about-card-outer-h3tag {
            margin-top: 9%;
            font-size: 10vw;
            width: 90%;
            text-align: center
        }
    
        .submit-btn-div {
            text-align: center
        }
    
        .form-label {
            width: 100%;
            font-size: 15px;
            color: #fff;
            text-transform: capitalize
        }
    
        .demo-patg {
            text-transform: uppercase;
            font-size: 20px;
            line-height: normal
        }
    
        .Wepromise-ptag {
            font-size: 20px;
            line-height: normal
        }
    
        .befor-divider {
            width: 35%
        }
    
        .after-divider {
            width: 35%
        }
    
        .call-btn,
        .WA-btn {
            width: 240px
        }
    
        .or-divider-div {
            padding: 15px 0
        }
    
        .form-BG-div {
            width: 100%
        }
    
        .form-label {
            font-size: 15px;
            width: 100%
        }
    
        .visit-h2tag {
            font-weight: 600;
            font-size: 35px;
            padding-top: 0
        }
    
        .address-ptag {
            font-size: 16px;
            font-weight: 500
        }
    
        .form-about-div {
            width: 100%;
            justify-content: center;
            text-align: center;
            height: auto;
            margin-bottom: 0
        }
    
        .form-input-div {
            padding: 0;
            background-color: transparent
        }
    
        .WeInvite-h2tag {
            font-size: 45px
        }
    
        .form-main-div {
            width: 100%;
            padding: 25px 10px;
            margin-bottom: 2px;
            align-items: center;
            justify-content: center;
            display: flex;
            flex-direction: column
        }
    
        .demo-patg {
            font-size: 16px;
            line-height: 28px;
            letter-spacing: 1.5px;
            text-transform: uppercase
        }
    
        .Wepromise-ptag {
            line-height: 28px;
            font-size: 17px;
            letter-spacing: 1.5px;
            width: 100%
        }
    
        .form-div {
            padding: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%
        }
    
        .direction-atag {
            font-size: 17px;
            width: 100%
        }
    
        .direction-atagHome {
            font-size: 17px;
            width: 100%;
            color: #6BE4FF;
            text-decoration: underline 2px solid #6BE4FF;
            text-underline-offset: 11px
        }
    
        .direction-border {
            display: none
        }
    
        .input-text,
        .textarea-input {
            width: 100%;
            padding: 15px;
            font-size: 18px
        }
    
        .validation-span-tag {
            font-size: 10px;
            width: 100%
        }
    
        .submit-btn {
            font-size: 20px;
            width: 100%;
            height: 56px
        }
    
        .or-divider-div {
            padding: 15px 0
        }
    
        .talkLink {
            font-size: 18px;
            margin-top: 10px
        }
    
        .form-social-btn {
            padding-bottom: 5%;
            margin: auto
        }
    
        .form-label {
            font-size: 18px;
            margin-bottom: 5px
        }
    
        .rich {
            border-top: 1px solid rgb(217 217 217 / 22%);
            max-width: 100%;
        }
    
        .btmTitle {
            padding: 12% 7%;
            font-size: 6.5vw;
        }
    }
    
    @media only screen and (max-width: 575px) {
        .footer-socialicon-div {
            display: flex;
            justify-content: space-between;
            width: 100%
        }
    
        .footer-social-icon {
            height: 60px;
            margin: 0
        }
    
        .footer-logo-div img {
            width: 120px
        }
        .footer-social-icon{
            width: auto !important;
        }
        .footer-logo-div{
            flex-direction: column;
        }
    
        .foooter-copyright {
            font-size: 13px
        }
    }
    
    @media only screen and (max-width: 350px) and (min-width: 300px) {
        .WeInvite-h2tag {
            font-size: 35px
        }
    
        .footer-pp-div a {
            font-size: 14px
        }
    
        .demo-patg {
            font-size: 15px;
            line-height: 25px
        }
    
        .WA-btn {
            height: 50px
        }
    
        .call-btn {
            height: 50px
        }
    
        .sl-bg1-bookdemo-btn {
            font-size: 13px;
            width: 115px
        }
    
        .mobbookbtn.sl-bg1-bookdemo-btn {
            width: 170px
        }
    }

    .formMultiCheck{
        display: flex
        ;
            flex-wrap: wrap;
            gap: 12px;
            padding-bottom: 20px;
    }

    .checkbox-dropdown {
        position: relative;
        display: inline-block;
        width: 100%;
      }
    
      .checkbox-dropdown-button {
        background-color: #D9D9D9;
        border: 1px solid #D9D9D9;
        padding: 11px 2%;
        margin-bottom: 12px;
        outline: none;
        font-size: 18px;
        color: #4E5969;
        font-weight: 500;
        /* width: 508px; */
      }
    
      .checkbox-dropdown-list {
        display: none;
        position: absolute;
        width: 100%;
        max-height: 200px;
        overflow-y: auto;
        border: 1px solid #ccc;
        background-color: #D9D9D9;
        z-index: 1000;
        font-size: 18px;
        color: #4E5969;
        margin-top: 5px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        padding: 10px;
        font-weight: normal;
      }
    
      .checkbox-dropdown.open .checkbox-dropdown-list {
        display: block;
      }
    
      .checkbox-dropdown-list label {
        display: block;
        margin: 5px 0;
      }

      .homeSwiper .slide-text-new{
               position: absolute;
    left: 0;
    right: 0;
    top: 140px;
    text-align: left;
      }
       .homeSwiper .slide-text-new .content h1{
        font-size: 51px;
        font-weight: normal;
         font-family: gilroy-semibold;
             padding-top: 10px;
       }
       .homeSwiper .slide-text-new .content p{
           font-size: 18px;
    width: 80%;
    padding-top: 15px;
    font-family: gilroy-regular;
       }
      .homeSwiper .slide-text-new .banner_content{
        padding: 0px 200px 0px 200px;
            display: flex;
            justify-content: space-around;
      }

      .form_new_banner{
            background: #fff;
    padding: 30px 40px 40px 40px;
        border-radius: 4px;

      }
      .labelnew_text{
        color: #000;
            font-size: 14px;
             font-family: "Inter", sans-serif;
             text-align: left;
      }
      .labelnew{

             font-family: "Inter", sans-serif;
             text-align: left;
      }
      
      .ban_form_head{
            text-align: center;
    padding-bottom: 20px;
      }
      .ban_form_head h2{
        color: #000;
        font-family: gilroy-semibold;
            font-weight: 500;
      }
      .ban_form_head p{
              color: #4E4A4B;
    font-family: gilroy-semibold;
    font-size: 16px;
    padding-top: 7px;
    text-wrap: nowrap;
    
      }
   
        

      .form_new_banner{
        width: 37%;
      }

      .banner_content .content{
        margin-top: 40px;
      }

      .banner_content .reqcallbtn{
             margin-top: 30px;
    padding: 13px 18px 12px 18px;
    background: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    font-family: gilroy-regular;
    /* align-items: center; */
    gap: 4px;
    border-radius: 5px;
    box-shadow: 1px 1px 35px 1px #80808070;
      }

      .ban_counter .count_new{
       width: 215px;
        height: 159px;
        background: #ffffffc9;
        position: relative;
      }
      .ban_counter .count_new img{
            position: absolute;
    right: 15px;
    top: 15px;
      }
      .ban_counter .count_new h3{
               position: absolute;
    top: 55px;
    left: 30px;
    font-size: 50px;
    font-weight: 100;
    color: #0F0F0F;
    font-family: gilroy-regular;
      }
      .ban_counter .count_new .count_txt{
                  position: absolute;
    top: 112px;
    left: 33px;
    color: #363636;
    font-size: 13px !important;
    padding: 0 !important;
    width: auto;
    text-transform: uppercase;
    font-weight: 900;
      }

      .ban_counter{
        display: flex;
        margin-top: 50px;
        gap: 10px;
      }

      .videoovertext{
            position: absolute;
    color: #fff;
    top: 31%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;

      }
      .videoovertext h2{
            font-size: 80px;
    font-weight: normal;
        font-family: "Inter", sans-serif;
        
      }
      .videoovertext p {
        font-size: 26px;
            font-family: "Inter", sans-serif;
      }
      .reviewcall{
            display: flex
;
    justify-content: center;
    gap: 10px;
    padding-top: 50px;
      }
      .reviewcall a{
    border: none;
    text-decoration: none;
      }
       a:hover{
        cursor: pointer !important;
       }
      .reviewcall button{
            background: #016BFF;
            border: none;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 16px 65px 16px 65px;
            color: #fff;
            font-size: 20px;
            font-weight: 600;
            border-radius: 3px;
      }

      .reviewcallwhuchoose{
       display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 30px;
    padding-bottom: 18px;
      }
        .reviewcallwhuchoose a{
    border: none;
    text-decoration: none;
      }

      .reviewcallwhuchoose button{
            background: #016BFF;
    border: none;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 16px;
  padding: 16px 65px 16px 65px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 3px;
      }

       .custom-swiper-pagination .swiper-pagination-bullet {
    background: #000;
    opacity: 0.5;
    margin: 0 6px;
        width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.3s ease;
  }

  .custom-swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.2);
  }
       .custom-swiper-paginationtransform .swiper-pagination-bullet {
    background: #000;
    opacity: 0.5;
    margin: 0 6px;
        width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.3s ease;
  }

  .custom-swiper-paginationtransform .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.2);
  }
       .custom-swiper-paginationclients .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
    margin: 0 6px;
        width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.3s ease;
  }

  .custom-swiper-paginationclients .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.2);
  }

  .reviewcallwhuchoose{
     button{
           background: #016BFF;
    padding: 16px 120px 16px 120px; 
     }
}

 /* Request button */
/* .reqcallbtn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  font-size: 16px;
  background: black;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.reqcallbtn img {
  height: 18px;
  width: 18px;
} */

/* Modal overlay */
.modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Modal content */
.modal {
 background: white;
    width: 90%;
    max-width: 500px;
    padding: 30px 25px 40px 25px;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}

.modal h2 {
     margin: 0 0 20px;
    font-size: 26px;
    font-weight: 400;

}

.modal label {
      display: block;
    font-weight: 500;
    margin-bottom: 6px;
     font-family: "Inter", sans-serif;
         text-align: left;
}

.modal input {
  width: 100%;
  padding: 22px 14px;
  margin-bottom: 18px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
}

.modal button.submit-btn {
  width: 100%;
  padding: 14px;
  background: linear-gradient(to right, #000, #333);
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 4px;
      height: 60px;
    margin-top: 20px;
  cursor: pointer;
      display: flex
;
font-family: gilroy-regular;
    gap: 10px;
}

.modal button.submit-btn:hover {
  opacity: 0.9;
}

.close-btn {
     position: absolute;
    top: 12px;
    right: 16px;
    font-size: 45px;
    color: #333;
    font-weight: 100;
    margin-bottom: 40px;
    cursor: pointer;
}

.close-btn:hover {
  color: #000;
}

@media screen and (max-width: 480px) {
    
  .modal {
    padding: 20px 18px;
  }

  .modal h2 {
    font-size: 18px;
  }
}

 a:hover{
    cursor: pointer;
}

.customarrow{
     appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  padding: 14px 2%;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' viewBox='0 0 16 9' fill='none'%3E%3Cpath d='M15.875 1.03283C15.875 0.898453 15.8219 0.760937 15.7187 0.657812C15.5125 0.451562 15.175 0.451562 14.9688 0.657812L7.90938 7.71719L0.953125 0.760937C0.746875 0.554687 0.409375 0.554687 0.203125 0.760937C-0.00312519 0.967187 -0.00312519 1.30469 0.203125 1.51094L7.53438 8.84531C7.74063 9.05156 8.07812 9.05156 8.28438 8.84531L15.7187 1.41094C15.825 1.30469 15.875 1.17033 15.875 1.03283Z' fill='black' fill-opacity='0.8'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  
}
.custom-select-wrapper {
  position: relative;
  width: 100%;
}

button:hover{
    cursor: pointer;
}
.custom-swiper-paginationtransform{
margin-top: 30px;
 text-align: center;
}
.custom-swiper-pagination{
margin-top: 30px;
 text-align: center;
}
