@font-face {
  font-family: 'EarthBound';
  src: url('EarthBound.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}  



  /* Drone stays on screen always */
  #drone-box {
    width: 100px;
    position: fixed; /* important */
    top: 10%;
    left: 10%;
    z-index: 9999; /* stays on top of all elements */
    animation: moveDrone 12s infinite linear alternate;
  }

  .drone-pic {
    width: 100%;
  }

  .left-pic, .right-pic {
    width: 80px;
    top: 0;
    position: absolute;
    animation: rotation 0.2s linear infinite;
  }

  .left-pic {
    left: -11px;
  }

  .right-pic {
    right: -11px;
  }

  @keyframes rotation {
    100% {
      transform: rotateY(360deg);
    }
  }

  @keyframes moveDrone {
    0% {
      top: 5%;
      left: 5%;
    }
    25% {
      top: 10%;
      left: 80%;
    }
    50% {
      top: 70%;
      left: 60%;
    }
    75% {
      top: 80%;
      left: 20%;
    }
    100% {
      top: 30%;
      left: 50%;
    }
  }









 .villa-top img {
  width: 100%;
  height: auto;
  display: block;
}



.right-content {
  padding-left: 30px;
  color: white; 
   font-family: 'EarthBound', sans-serif;
}

.cta-button {
  background-color: #a4db53;
  color: black;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 20px;
  text-decoration: none; 
   font-family: 'EarthBound', sans-serif;
}

/* EarthBound font added to this section */
.villa-top .section-text {
   font-family: 'EarthBound', sans-serif;
}   





.firstsection {
  background-color: black;  

}
  .smart-villa-section {
  display: flex;
  flex-wrap: wrap;
  background-color: #000;
  color: #fff;  

  margin: 0 auto; 


}

.villa-left {
  flex: 1; 
  padding: 40px; 

    justify-content: center; 
     margin: 0 auto;


  display: flex;               /* Add */
  align-items: center;         /* Add - vertical centering */
  justify-content: center;  
 




}

.villa-left img {
  width: 100%; 
  justify-content: center;
  object-fit: cover;  
  margin: 0 auto;

}

.villa-right { 
   width: 100%; 
  flex: 1;
  padding: 50px;
  display: flex;
  flex-direction: column;
  /* justify-content: center;  */
  /* border: 1px red solid; */ 

}

.villa-right .logo {
  width: 150px;
  margin: 0 auto 10px auto; 
  
  /* border: 1px red solid;    */
 margin-bottom: 50px;

}


.villa-right h2 {
  font-size: 28px;
  margin-bottom: 10px; 
  color: white; 
    font-family: 'EarthBound', sans-serif;  
    text-align: left; 

}

.villa-right .number {
  font-size: 90px;
  font-weight: bold;
  color: #36ad69; 
    font-family: 'EarthBound', sans-serif; 
   
}

.villa-right p {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 20px; 
  color: white; 
    font-family: 'EarthBound', sans-serif;  
    text-align: justify;
   
}

.cta-button {
  background-color: #36ad69;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 25px;
  width: fit-content;
  font-weight: bold; 
    font-family: 'EarthBound', sans-serif;  
    margin: 0 auto; 
    margin-top: 50px; 
    border: none;
} 
.custom-heading {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  font-family: 'EarthBound', sans-serif;
  /* border: 1px red solid; */
  flex-wrap: wrap;
  line-height: 1;    
  margin-bottom: 50px; 



}

.text-andhra {
  font-size: 18px;
  color: white;
  align-self: flex-start;
  margin-top: 10px;
}

.text-number {
  font-size: 100px;
  font-weight: bold;
  color: white;
  line-height: 1; 
}

.text-number sup {
  font-size: 24px;
  vertical-align: super; 
  text-align: left; 

  margin-left: -10px;
}

.text-smart {
  font-size: 18px;
  color: white;
  align-self: flex-end;
  margin-top: 25px; 
  margin-left: -10px; 
  
} 
.headingnew h2 {
  font-size: 32px; 

  font-family: 'EarthBound', sans-serif; 
  margin: 0 auto; 
  text-align: center; 
  font-weight: bold; 


} 
.headingnew h1 {
  font-size: 22px;  
  color: white;
  font-family: 'EarthBound', sans-serif;  

 margin-top: 25px; 

} 

  @media (max-width: 768px) { 
      
      
      
      
      
      
      
      
      
      .cta-button {
  background-color: #36ad69;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 25px;
  width: fit-content;
  font-weight: bold; 
    font-family: 'EarthBound', sans-serif;  
    margin: 0 auto; 
    margin-top: 10px; 
    border: none;
} 
  .smart-villa-section {
    flex-direction: column;
  } 
  
  

  .villa-left img {
    width: 100%;
  } 
   .villa-left{
    padding: 20px;
  }

  .villa-right {
    padding: 20px;
    text-align: center;
  }

  .custom-heading {
    justify-content: center;
    text-align: center;
  }

 
.text-andhra {
  font-size: 18px;
  color: white;
  align-self: flex-start;
  margin-top: 10px;
}

.text-number {
  font-size: 90px;
  font-weight: bold;
  color: white;
  line-height: 1;
}

.text-number sup {
  font-size: 20px;
  vertical-align: super;
}

.text-smart {
  font-size: 18px;
  color: white;
  align-self: flex-end;
  margin-top: 45px; 
  margin-left: -10px;
}
}   





 .highlight-section {
    display: flex;
    flex-wrap: wrap;
    background-color: #000;
    color: white;
      font-family: 'EarthBound', sans-serif;
  }

  .highlight-left {
  flex: 0 0 40%;


    font-family: 'EarthBound', sans-serif; 
     justify-content: center;   


       padding: 50px;
  display: flex;
  flex-direction: column;


} 
.highlight-left li {
 
  text-align: justify;
}

.highlight-right {
  flex: 0 0 60%;
  min-width: 300px;
  padding: 20px;
  box-sizing: border-box; 
  text-align: center;
}

  .highlight-left h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px; 
    color: white; 
      font-family: 'EarthBound', sans-serif;
  } 
    .highlight-left h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px; 
    color: white; 
      font-family: 'EarthBound', sans-serif;
  }

  .highlight-left p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px; 
    color: white; 
      font-family: 'EarthBound', sans-serif;
  }

  .cta-btn {
    background-color: #a4db53;
    color: #000;
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold; 
      font-family: 'EarthBound', sans-serif; 
  } 

  .swiper {
    width: 100%;
    height: auto;
  
  }

  .swiper-slide img {
    width: 100%;
    height: 600px;
  
    object-fit: cover;
  } 
  .swiper-button-next,
.swiper-button-prev {
  width: 40px !important;      /* Override default size */
  height: 40px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 30px !important;  /* Reduce arrow icon size */
}
@media (max-width: 768px) {
  .highlight-section {
    flex-direction: column; 
   
  } 
   .swiper {
    width: 100%;
    height: auto; 
 
  
  }
  .highlight-right {
    order: 1;
  }
  .highlight-left {
    order: 2; 
    padding: 20px;
  }
  .highlight-left {  
    width: 99%;
  
  } 
  .highlight-right {  
    width: 99%;
  
  } 
   .highlight-left h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px; 
    color: white; 
      font-family: 'EarthBound', sans-serif;
  } 
  

  .swiper-slide img {
    height: 200px;  
    object-fit: cover;
    width: 100%;
  
  } 
    .swiper-button-next,
.swiper-button-prev {
  width: 40px !important;      /* Override default size */
  height: 40px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px !important;  /* Reduce arrow icon size */
}  
 .site-layout {
    max-width: 80%;
    height: auto;
}  
.about-tagg h2 {  
    font-size: 24px; 
    color: black; 
    font-weight: bold; 
       font-family: 'EarthBound', sans-serif; 
}






}  





.amenities-section {
  padding: 40px 20px;
  text-align: center;
  background: #fff; 
  width: 70%; 
  margin: 0 auto;
}
.section-title {
  font-size: 26px;
  color: black;
  margin-bottom: 20px; 
  font-family: 'EarthBound', sans-serif;  
  font-weight: bold;
}
.amenities-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.amenities-slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 10px;
}
.amenity-item {
  flex: 0 0 auto;
  text-align: center;
  width: auto;  
  
 
  width: 25%;
}
.amenity-item img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.amenity-item p {
  font-size: 18px; 
  font-weight: bold; 
   font-family: 'EarthBound', sans-serif;  
}
.scroll-btn {
  position: absolute;
  background: #fff;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: #b98d57;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  border-radius: 50%;
}
.scroll-btn.left {
  left: 0;
}
.scroll-btn.right {
  right: 0;
}  
.amenities-slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 10px;

  /* Hide scrollbar */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
}
.amenities-slider::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}


/* Hide buttons on very small mobile if needed */
@media (max-width: 600px) {
  .scroll-btn {
    font-size: 16px;
    padding: 8px;
  } 
  .amenities-section {
  padding: 40px 20px;
  text-align: center;
  background: #fff; 
  width: 95%; 
  margin: 0 auto;
}  
.section-title {
  font-size: 24px;
  color: black;
  margin-bottom: 20px; 
  font-family: 'EarthBound', sans-serif;  
  font-weight: bold;
}
.amenity-item {
  flex: 0 0 auto;
  text-align: center;
  width: auto;  
  
 
  width: 60%;
}
}








  .website-cookies {
            height: 100%;
            margin: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: Arial, sans-serif;
        }

        .cookie-banner {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            background-color: #f9f9f9;
            border-top: 1px solid #ddd;
            padding: 10px 0; /* Adjust padding as needed */
            box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            z-index: 1000; 
           
        }

        .cookie-banner p {
            margin: 0 0 10px 0;
            font-size: 16px;
            text-align: center; 
             
        }

        .cookie-buttons {
            display: flex;
            flex-direction: column;
            gap: 10px;
            width: 100%;
            max-width: 200px; /* Adjust max-width as needed */
        }

        .cookie-buttons .button-container {
            display: flex;
            justify-content: center;
            gap: 10px;
        }

        .cookie-buttons button {
            padding: 4px 20px; /* Adjust padding as needed */
            border: none;
            background-color: #147e7f;
            color: white;
            cursor: pointer;
            border-radius: 5px;
            text-align: center;
            flex: 1;
        }

        .cookie-buttons button:hover {
            opacity: 0.9;
        }

        .cookie-banner a {
            color: #007bff;
            text-decoration: none;
        }

        @media (min-width: 600px) {
            .cookie-buttons {
                flex-direction: row;
            }

            .cookie-buttons .button-container {
                flex-direction: row;
            }
        }






.placeholder { 
 font-family: 'Gotham', 'sans-serif'; 
}
 
 
 
  
.form-container-top input[type="text"],
.form-container-top input[type="email"],
.form-container-top select,
.form-container-top input[type="datetime-local"] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: none;
    border-bottom: 1px solid #ccc;
    color: #757575;
    font-size: 16px;
    font-family: 'Gotham', sans-serif;
    background: transparent;
    box-sizing: border-box;
    transition: all .5s;
    outline: none;
      line-height: 0.8; /* Adjust to align content */  
   
     
}



   .form-row-single {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 20px; 
    
  }

  .form-row-single label {
    flex: 1; /* Both fields will take equal width */
    display: flex;
    flex-direction: column; 
    
  }

  .form-container-top input,
  .form-container-top select,
  .form-container-top input[type="datetime-local"] {
    width: 100%; /* Ensures input and dropdown are 100% of their container */
    padding: 10px;
  
    font-size: 13px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    background: transparent;
    outline: none;
    box-sizing: border-box; 
    color: #757575; 
     
  }

  .form-container-top input[type="text"],
  .form-container-top select {
      color: #757575;
    
  }

  .errors {
    color: red;
    font-size: 12px;
  }

  @media (max-width: 768px) {
    .form-row-single { 
      gap: 5px;
      margin-bottom: 20px;
      flex-direction: column; 
    
      margin-bottom: 10px; /* Stack fields vertically on smaller screens */
    } 
     .form-container-top input[type="text"],
  .form-container-top select {
    height: 40px; /* Ensure consistent height for input and dropdown */
  }

    .form-container-top {
      width: 90%;
      margin: 0 auto;
    }
  }  
  
  
  
     #cancel-btnns-latest {
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  right: 5px; /* Adjust for desktop */
  top: 5px; /* Adjust for desktop */
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ccc; /* Change to your preferred color */
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 30px; /* Ensures vertical centering */
  font-family: Arial, sans-serif; /* Use a consistent font */
}

@media (max-width: 768px) {
  #cancel-btnns-latest {
    right: 2px; /* Adjust for mobile */
    top: 2px; /* Adjust for mobile */
    width: 20px;
    height: 20px;
    font-size: 18px;
    line-height: 20px;
  }
}


  .placeholder {
    font-family: 'Gotham', sans-serif;
  }

 #bottom-leadform-top {
  display: none; /* Initially hidden */
  position: fixed; /* Fixed positioning to stay on screen */
  top: 8%; /* Position at the top of the page */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, 0); /* Adjust to exact center horizontally */
  justify-content: center;
  align-items: center;
  padding: 35px;
  margin-top: 0;
  z-index: 1000; /* Make sure it appears above all other elements */ 
  width: 50%;
 
}



  .form_wrapperr {
    display: flex;
    flex-direction: row;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    max-width: 800px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
    background-color: white;
  }

 .form_wrapperr {
    display: flex;
    flex-direction: row;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    max-width: 800px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-info-top, .form-container-top {
    padding: 20px;
}

.contact-info-top {
    background-color: #333;
    color: #fff;
    flex: 1;
}

.contact-info-top h2 {
    margin-bottom: 10px; 
    font-family: 'Gotham', sans-serif';
}

.contact-info-top p {
    margin: 20px 0; 
    font-family: 'Gotham', sans-serif';
} 
.contact-info-latestreaach { 
  padding-top: 10px;  
  font-size: 22px;

}


.contact-link {
    color: #fff;
    text-decoration: none;
}

.contact-link:hover {
    text-decoration: none; 
      color: #fff;
    
}

.form-container-top {
    flex: 1;
    position: relative;
}

.form-container-top h2 {
    margin-bottom: 20px;
}

.form-container-top label {
    display: block;
    margin-bottom: 10px; 
   font-family: 'Gotham', sans-serif;
   color: #757575;
}  
 .form-container-top input[type="text"],
.form-container-top select {
      width: 100%;
      padding: 10px;
       display: block; 
       
       color: #757575;
   
    font-weight: normal;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    outline: none;  
    font-size: 16px; 
 font-family: 'Gotham', sans-serif;
      
    
  }

.form-container-top input {
   width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: none; /* Remove border */
    border-bottom: 1px solid #ccc; 
  color: #757575;
  
}

.form-container-top button {
    background-color: #147e7f; /* Set the button color */
    color: #fff; /* White text */
    padding: 10px 50px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    display: block; /* Make it a block-level element */
    margin: 0 auto; /* Center the button horizontally */
    text-align: center; /* Ensure text is centered inside the button */
}

.form-container-top button:hover {
    background-color: #0f6464; /* Slightly darker shade for hover effect */
}


@media (max-width: 768px) {
    .form_wrapperr {
        flex-direction: column;
    }

    .contact-info-top, .form-container-top {
        width: 100%;
    }   
    
    
     .form_wrapperr {
        flex-direction: column;
    }

    .contact-info-top, .form-container-top {
        width: 100%;
    } 
    
    .contact-info-top, .form-container-top {
    padding: 10px;
}

.contact-info-top {
    background-color: #333;
    color: #fff;
    flex: 1;
}

.contact-info-top h2 {
    margin-bottom: 10px; 
    font-family: 'Gotham', sans-serif';
}

.contact-info-top p {
    margin: 10px 0; 
    font-family: 'Gotham', sans-serif';
} 
.contact-info-latestreaach { 
  padding-top: 5px;  
  font-size: 18px;

}


.contact-link {
    color: #fff;
    text-decoration: none;
}

.contact-link:hover {
    text-decoration: none; 
      color: #fff;
    
}

.form-container-top {
    flex: 1;
    position: relative;
}

.form-container-top h2 {
    margin-bottom: 20px;
}


    
    
    .form-container-top label {
    display: block;
    margin-bottom: 5px; 
    color: #757575;
}  
 .form-container-top input[type="text"],
.form-container-top select {
      width: 100%;
      padding: 5px;
       display: block; 
       
    color: #757575;
   
    font-weight: normal;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    outline: none;  
    font-size: 16px; 
 font-family: 'Gotham', sans-serif;
      
    
  }

.form-container-top input {
   width: 100%;
    padding: 0px;
    margin-top: 5px;
    border: none; /* Remove border */
    border-bottom: 1px solid #ccc; 
    color: black; 
   font-family: 'Gotham', sans-serif;
}

.form-container-top button {
     background-color: #147e7f;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

.form-container-top button:hover {
   background-color: #147e7f;
}
    
    
     #bottom-leadform-top {  
         
    

    max-height: 90vh; /* Prevent form from exceeding viewport height */
    overflow-y: auto; /* Enable vertical scrolling if needed */

    
     display: none; /* Initially hidden */
  position: fixed; /* Fixed positioning to stay on screen */
  top: 7%; /* Position at the top of the page */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, 0); /* Adjust to exact center horizontally */
  justify-content: center;
  align-items: center;
  padding: 35px;
  margin-top: 0;
  z-index: 1000; /* Make sure it appears above all other elements */ 
  width: 97%;
    
}
    
    
}

  
    .contact{
          position:fixed;
          writing-mode: vertical-lr;
          font-size: 20px;
          cursor: pointer;
          font-family:Arial, Helvetica, sans-serif;
          font-weight: bold;
          margin: 0px;
          padding-top: 20px ;
          padding-bottom: 10px;
          width: 50px !important;
          top: 40%;
          right:0;
          z-index:2;
          color: #ffffff;
          background-color: black;   
      } 
      .questio { 
      
      margin-top: 5px; 
      margin-bottom: 1rem; 
      margin-left: 13px;
      letter-spacing: 3px;    
      color: white; 
      }
      
      @media (max-width: 600px){  
          .contact{
          position:fixed;
          writing-mode: vertical-lr;
          font-size: 15px;
          cursor: pointer;
          font-family:Arial, Helvetica, sans-serif;
          font-weight: bold;
          margin: 0px;
          padding-top: 20px ;
          padding-bottom: 10px;
          width: 50px !important;
          top: 40%;
          right:0;
          z-index:2;
          color: #ffffff;
          background-color: black;   
      } 
      .questio { 
      
      margin-top: 5px; 
      margin-bottom: 1rem; 
      margin-left: 13px;
      letter-spacing: 3px;    
      color: white; 
      }
      }   
       .contact {
    position: fixed;
    writing-mode: vertical-lr;
    font-size: 20px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
    width: 50px !important;
    top: 40%;
    right: 0;
    z-index: 2;
    color: #ffffff;
    background-color: black;
  }

  .questio {
    margin-top: 5px;
    margin-bottom: 1rem;
    margin-left: 13px;
    letter-spacing: 3px;
    color: white;
  }

  @media (max-width: 600px) {
    .contact {
      font-size: 15px;
    } 
     .form-container-top p {
      font-size: 20px;
  }
  }

 

  
  .form-container-top p {
      font-size: 24px;
  }
          
  
  
  
    .contact{
      position:fixed;
      writing-mode: vertical-lr;
      font-size: 20px;
      cursor: pointer;
    font-family: 'Poppins', sans-serif;
      font-weight: bold;
      margin: 0px;
      padding-top: 20px ;
      padding-bottom: 10px;
      width: 50px !important;
      top: 40%;
      right:0;
      z-index:2;
      color: #ffffff;
      background-color: black;   
  } 
  .questio { 
  
  margin-top: 5px; 
  margin-bottom: 1rem; 
  margin-left: 13px;
  letter-spacing: 3px;    
  color: white;  
  font-family: 'Poppins', sans-serif;
  }
  
  @media (max-width: 600px){  
      .contact{
      position:fixed;
      writing-mode: vertical-lr;
      font-size: 15px;
      cursor: pointer;
   font-family: 'Poppins', sans-serif;
      font-weight: bold;
      margin: 0px;
      padding-top: 20px ;
      padding-bottom: 10px;
      width: 50px !important;
      top: 40%;
      right:0;
      z-index:2;
      color: #ffffff;
      background-color: black;   
  } 
  .questio { 
  
  margin-top: 5px; 
  margin-bottom: 1rem; 
  margin-left: 13px;
  letter-spacing: 3px;    
  color: white;  
  font-family: 'Poppins', sans-serif;
  } 
  
   .custom-price-container h1 {   
             font-size: 20px;
             
    } 
  }
      
  

        @media (min-width: 769px) {  
         .phone-container-demo {
        display: flex;
        gap: 1px;
        align-items: center;
       
        /*margin-bottom: -20px; */
      
      
    } 
    
    .phone-container-demo select {
        width: 30% !important;
        min-width: 120px;
       
        background: transparent;
        font-size: 16px;
       
        margin-top: 6px;
    }
    
    .phone-container-demo input {
      
        flex-grow: 1;
      
        background: transparent;
        font-size: 16px;
        outline: none; 
        
          
    }
    
    .phone-container-demo select:focus,
    .phone-container-demo input:focus {
       
    }
    
          }  
          
          
          
        @media (max-width: 768px) {  
     .phone-container-demo {
        display: flex;
        gap: 1px;
        align-items: center;
       
        padding-bottom: 5px; /* Space for underline */
        margin-bottom: -20px;
    } 
    
    .phone-container-demo select {
        width: 30% !important;
        min-width: 95px;
       
        background: transparent;
        font-size: 16px;
       
       
        margin-top: 6px;
    }
    
    .phone-container-demo input {
        width: 114% !important;
        flex-grow: 1;
      
        background: transparent;
        font-size: 16px;
        outline: none;  
        padding: 2px;
        
          
    }
    
    .phone-container-demo select:focus,
    .phone-container-demo input:focus {
       
    } 
    }    
          



 .logo-img {
        width: 150px;
      
        display: block;
        margin-left: auto;
        margin-right: auto; 
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .belmont-section {
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 20px;
        flex-direction: column;
        opacity: 0; /* Start hidden */
        transform: translateX(-20px); /* Start off-screen to the left */
        transition: opacity 1s ease, transform 1s ease; /* Smooth transition over 1 second */
       
    }

    @media (min-width: 768px) {
        .belmont-section {
            flex-direction: row;   
            
            
           
        }   
        
        
        .logo-img {
        width: 150px;
      
        display: block;
        margin-left: auto;
        margin-right: auto; 
      
        margin-bottom: 70px;
    }
        
         .belmont-content-container p { 
          padding-left: 30px; 
             padding-right: 30px;
                
            } 
             .belmont-content-container h2 { 
           padding-left: 30px; 
             padding-right: 30px;
                
            }
            
            
    }

    .belmont-carousel-container {
        flex: 1;
    }

    .belmont-carousel-indicators {
        position: static;
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 20px;
    }

    .belmont-carousel-indicators .indicator-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: black;
        border: none;
        opacity: 0.5;
        transition: opacity 0.3s ease, background-color 0.3s ease;
    }

    .belmont-carousel-indicators .indicator-dot.active {
        background-color: #a23a2e;
        opacity: 1;
    }

    .belmont-content-container { 
      
        flex: 1; 
        padding: 15px;
    }

    .belmont-content-container h2 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px; 
        color: white; 
        font-family: 'Poppins', sans-serif;
    }

    .belmont-content-container p {
        font-size: 16px;
        margin-bottom: 20px; 
        color: white; 
        font-family: 'Poppins', sans-serif;
    }

    .belmont-button-group {
        display: flex;
        gap: 10px;
    }

    .belmont-button-group .belmont-btn {
        background-color: #a23a2e;
        color: white;
        padding: 10px 15px;
        border: none;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
    }

    .belmont-button-group .belmont-btn:hover {
        background-color: #802a21;
    }

    /* Fade Left and Fade Right Animations */
    .carousel-item.fade-left, .carousel-item.fade-right {
        opacity: 0;
        transition: opacity 0.5s ease, transform 0.5s ease;
    }

    .carousel-item.fade-left.active {
        opacity: 1;
        transform: translateX(-20px);
    }

    .carousel-item.fade-right.active {
        opacity: 1;
        transform: translateX(20px);
    }



 .content-image-section {
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 20px;
        flex-direction: column-reverse; /* Stack image below content on mobile by default */ 
     
    }

    @media (min-width: 768px) { /* Tablet and above */
        .content-image-section {
            flex-direction: row; /* Place content on the left and image on the right for larger screens */
        } 
        
        
         .featurewsnew h2{
       color: white;  
       font-size: 24px;
       
        }
        
        
    }

    .content-container {
        flex: 1;
    }

    .content-container h2 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px; 
        color: white; 
           font-family: 'Poppins', sans-serif;
    }

    .content-container p {
        font-size: 16px;
        margin-bottom: 20px; 
           font-family: 'Poppins', sans-serif;
    }

    .button-group {
        display: flex;
        gap: 10px;
    }

    .button-group .btn {
        background-color: #a23a2e;
        color: white;
        padding: 10px 15px;
        border: none;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
    }

    .button-group .btn:hover {
        background-color: #802a21;
    }

    .image-container {
        flex: 1;
    }

    .image-container img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }




 .location-section {
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 20px;
        flex-direction: column; /* Stack vertically by default */ 
      
    }

    @media (min-width: 768px) { /* Tablet and above */
        .location-section {
            flex-direction: row; /* Side-by-side for larger screens */
        } 
        .features-list {
          margin-left: 15px;
          margin-right: 15px;
        }
    }

    .content-container {
        flex: 1;
        font-family: 'Poppins', sans-serif;
        color: white;
    }

    .content-container h2 {
       
        margin-bottom: 20px;
    }

  
    .content-container .icon {
        color: #007BFF;
        margin-right: 10px;
        font-size: 20px;
    }

    .content-container p {
        margin-top: 20px;
        font-size: 16px; 
        color: white;
    }

    .image-container {
        flex: 1;
    }

    .image-container img {
        width: 100%;
        height: auto;
        border-radius: 8px; /* Optional for rounded corners */
    }





 @media (min-width: 768px) {
  
 #location {
    margin: auto;
    text-align: center;
    margin-top: 50px;  
  
    padding-bottom: 130px;  
 

  }

  #location > div {
    padding-top: 1%;
  }

  #location p {
    font-size: 20px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: -1px;
    font-family: 'Times New Roman', Times, serif; 
    color: white;
  }

  #location h2 {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: -1px;

    font-family: 'Times New Roman', Times, serif; 
    color: white;
    font-size: 24px;
  }

  .newlocation {
    width: 100%; /* Set the width to 100% */
  }

  .newlocation iframe {
    width: 80%; /* Set the width to 100% */
    height: 370px; /* Set the height as desired */
    border: 0;
  } 
  .about-tag {
      width: 85%; 
      margin: auto;
  } 
  .newcon p {
      text-align: center;
  }

 }

@media (max-width: 767px) {   
      #location {
    margin: auto;
    text-align: center;
    margin-top: 50px; 
     padding-bottom: 110px;
  }

  #location > div {
    padding-top: 5%;
  }

  #location p {
    font-size: 20px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: -1px;
  }

  #location h2 {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: -1px;

    font-family: 'Times New Roman', Times, serif; 
     color: white; 
       font-size: 24px;
  }

  .newlocation {
    width: 100%; /* Set the width to 100% */
  }

  .newlocation iframe {
    width: 100%; /* Set the width to 100% */
    height: 370px; /* Set the height as desired */
    border: 0;
  } 
  .about-tag {
      padding: 20px; 
      padding-top: 70px;
  } 
    .newcon p {
      text-align: left;
  }
     
 }
 
 
  /* Add this CSS rule to reverse the order of items in the bottom section for mobile view */
  @media only screen and (max-width: 768px) { 

  .footer-row {
     display: flex;
      flex-direction: column-reverse;  
  
    
  } 
  
    .footer-section { 
        margin-bottom: 2px;
    }
  .bottom-section { 
    display: flex;
      flex-direction: column-reverse;

  }  
  
    .fifthsection {
    display: none;
  }
  
  
  
  .follow-us-icons { 
      margin-bottom: 9px;
      
  }
    .bottom-section > div {
      display: flex;
      flex-direction: column-reverse; /* Reverse the order of items */
      align-items: left; /* Align items to center */
    }
    .bottom-section > div > p {
      margin-top: 0px; /* Add margin between the elements */
    } 
    
    .heell {
margin-top: -10px;  
margin-left: 15px; 

padding-bottom: 10px;
} 
.heellsd { 
  padding-bottom: 7px;
} 
  }
 
 
 
   @media (min-width:1400px) {  
      .newonechange li {   
        margin-top: -2px;  
      
     

  
      }  
      .newonechange {
  margin-bottom: -20px; 

} 
.newonechange  ul { 
  margin-bottom: -9px;
 
} 
.heell {
margin-top: -15px;  
margin-left: 15px; 

padding-bottom: 19px;
} 
.heellsd { 
  padding-bottom: 7px;
} 

    } 
 
 
 
 @media only screen and (min-width: 769px) {
  .newonechange {
    margin-left: 50px;   
 
   
  }  
  .twoonesections {
    margin-left: 0px;
  }  
  .newquicklimkspage {  
    margin-left: -30px;
  }
  .thirdnewsection {
  margin-right: 70px;
  } 
  .fournewsection {
  display: none;
} 
 .footer-section {
 
    margin-bottom: 120px;
  } 


}
 
 @media (max-width: 769px) {
  .follow-us {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap to the next line */
    justify-content: left; /* Center the items horizontally */
    align-items: left; /* Center the items vertically */ 
 
  }

  .follow-us-icons a {
    margin: 5px; /* Add some margin between the icons */ 
   
  }

  .follow-us-icons img {
    height: 45px;
    width: 45px; 
    padding: 2px; 
    
  }
} 
 
 
 @media (max-width: 768px) {   
   
                        
                        .site-layout {
    max-width: 100%; /* Ensures responsiveness */
    height: auto;
  }
                        
                         .site-layout {
    max-width: 100%; /* Ensures responsiveness */
    height: auto;
  }
    
    
} 










                  @media (min-width: 1401px) {    
                      
                      
                      #hellonew {
                          display: none;
                      }
                  
                    #hero h2 {
                      font-size: 20px; 
                       font-family: 'Gotham', sans-serif;
                       color: white;
                    } 
                    #hero p {
                          font-family: 'Gotham', sans-serif;
                           color: white;
                    }
                
                    .row {
                        display: flex;
                        justify-content: space-between;
                        margin-top: 80px; /* Adjust the margin as needed */
                    }
                   
                   
                   
                   .column { 
                      text-align: center;
                        flex: 1;
                        padding: 2px;
   
    position: relative;
    font-family: 'Times New Roman', Times, serif;/* Ensure the ::after pseudo-element is positioned relative to this container */
} 
.newcolumsn { 
  margin-left: 30%;
    border-left: 2px solid #ffffff; /* Adjust the color and width of the vertical line as needed */
    padding-left: 10px; /* Adjust padding as needed to position text away from the line */
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Align items to the start of the column */
    justify-content: center;
    height: 100%;
    position: relative;
}


.newcolumsn h2,
.newcolumsn p { 

   
    text-align: left;
}
                  
                   
                   
                   
                   
                   
                   
                      
                           .rera-number {   
            text-align: left;  
          
            bottom: 0px;  
            position: relative; 
            left: 0px;
            
        }  
        
        
          .featurewsnew {
         margin-top: 70px
        }
        
                } 
                
                
                
      @media (max-width: 768px) {   
      
      .site-layout {
    max-width: 100%;
    height: auto;
} 

 .featurewsnew h2{
       color: white;  
       font-size: px;
       
        }   
        
        
         .location-highlights {
            font-family: 'Poppins', sans-serif;
            margin: 20px;
            padding: 20px;
          
            border-radius: 8px; 
            color: white; 
          margin: 0 auto; 
          width: 98%;
          margin: 0 auto; 
        
          margin-top: 50px;
           
        }
      
        
      
  

    #hero img {
      width: 100%; /* Make sure the image takes up the full width of the container */
      height: auto; /* Allow the image to scale proportionally */
    } 
    
    #hero h2 {
         font-family: 'Gotham', sans-serif; 
         font-size: 16px; 
           font-family: 'Gotham', sans-serif; 
         color: white;
    } 
    #hero p {
         font-family: 'Gotham', sans-serif; 
          font-size: 16px; 
            font-family: 'Gotham', sans-serif; 
         color: white;
    }

    .row {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; 
    }

    .column {
      padding: 10px;
      position: relative;
      margin-bottom: 10px; 
      font-family: 'Times New Roman', Times, serif;/* Add margin to separate columns vertically */
    }

    .column::after {
      content: '';
      position: absolute;
      top: 50%; /* Adjusted to vertically center the line */
      bottom: 0;
      left: 120px;
      width: 1px;
      background-color: #ffffff;
      height: 50%; /* Adjust the height of the line */
      transform: translateY(-50%); /* Adjusted to vertically center the line */
    }

   
  }           
                
                
                
       @media (max-width: 768px) { 
    
      
  
    
    #hellonew .container {   
      padding-top: 30px;
 
      /*width: 70%;*/

  
      /*margin: 0 auto;*/
    }
    
    .container .row {
      display: flex;
      flex-wrap: wrap; 
       
    }
    
    .container .row .col-6 {
      border-left: 1px solid #ffffff; /* Vertical line color */
      padding-left: -20px; /* Space between content and line */
    }

    .container .row .col-6:last-child {
      border-right: none; /* Remove border for the last column */
    }

    .container .row .col-6 {
      margin-bottom: 20px; /* Space between rows */
    }
    .newsecmobilev {
        padding-bottom: 35px;
    } 
      .featurewsnew {
         margin-top: 70px
        }
  }     
  
  
  
@media screen and (min-width: 769px) and (max-width: 1400px) {  
      #hellonew {
                          display: none;
                      }
    
    
      #hero h2 {
         font-family: 'Gotham', sans-serif; 
         color: white;
    } 
    #hero p {
         font-family: 'Gotham', sans-serif; 
           color: white;
    }


                
                    .row {
                        display: flex;
                        justify-content: space-between;
                        margin-top: 80px; /* Adjust the margin as needed */
                    } 
                    
                    
                    
                      #hero h2 {
                      font-size: 20px; 
                       font-family: 'Gotham', sans-serif;
                    } 
                    #hero p {
                          font-family: 'Gotham', sans-serif;
                    }
                
                    .row {
                        display: flex;
                        justify-content: space-between;
                        margin-top: 80px; /* Adjust the margin as needed */
                    }
                   
                   
                   
                   .column { 
                      text-align: center;
                        flex: 1;
                        padding: 2px;
   
    position: relative;
    font-family: 'Times New Roman', Times, serif;/* Ensure the ::after pseudo-element is positioned relative to this container */
} 
.newcolumsn { 
  margin-left: 30%;
    border-left: 2px solid #ffffff; /* Adjust the color and width of the vertical line as needed */
    padding-left: 10px; /* Adjust padding as needed to position text away from the line */
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Align items to the start of the column */
    justify-content: center;
    height: 100%;
    position: relative;
}


.newcolumsn h2,
.newcolumsn p { 

   
    text-align: left;
}
                  
                  
                      
                           .rera-number {   
            text-align: left;  
          
            bottom: 0px;  
            position: relative; 
            left: 0px;
            
        }   
        
        
          .featurewsnew {
         margin-top: 70px
        }
        
                }

  
                
                
                
                
                
                

 

.fst-section{
    display:flex;
    justify-content:center;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    /*padding:1%;*/
    /*padding-top:2%;*/
    /*background-color:#f8f9fa;*/
    /*padding-left:20%;*/
    /*padding-right:20%;*/
    /*background-color: transparent;*/
}

@-webkit-keyframes cloudLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}


@keyframes cloudLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}

.new-clouds{
    position: fixed;
    top: 0;
    left: 0;
    width: 200.625em;
    height: 50.05em;
    -webkit-animation: cloudLoop 80s linear infinite;
    animation: cloudLoop 80s linear infinite;
    z-index: 5;
    pointer-events: none;  
}

.new-images{
    width: 90%;
    margin-left:auto;
    margin-right:auto;

    top: 0;
    left: 0;
    z-index: 5;
    background-image:;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fst-sub-sec{
    /*padding-top:5px;*/
    width:400px;
    background-color:transparent;
    color:black;
    font-weight:500;
    display:flex;
    justify-content:center;
    margin:auto;
    text-align:center;
    border-style:solid;
    border-width:1px;
    font-size:22px;
    cursor:pointer;
     border-color : Grey; 
     /*padding-bottom: -5px;*/ 
     height: 45px;
}
.fst-heading{ 
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

.fst-sub-sec :hover{
    /*background-color:#B3EEEE !important;*/
    display:block;
    height:80px;
    width:300px;
    display:flex;
    justify-content:center;
    margin:auto;
    text-align:center; 
    border-color : Grey;
}
.fst-our-pro{
    padding-top:10px;
    width:100%;
    display:flex;
    justify-content:center;
    flex-direction:column;
    text-align:center;
}
.top-new-banner img{
    height:400px;
    width:100%;
}
@media (max-width:800px){
    .new-images{
        height: 250px;
    }
    .fst-sub-sec{
        font-size:15px;
        height:50px; 
        
    }
    .fst-section{
        flex-direction:column;
    }
    .fst-sub-sec{
        width:300px;
    } 
       .mobile-view{
        display: block;
    }
    .desktop-view {
        display: none;
    }  
    .fst-heading h1 {
        font-size: 22px;
    }
} 
@media (min-width:900px) {
    .mobile-view{ 
        display: none;

    } 
   
}  



.mob-whatsapp{
  
    font-family: sans-serif;
     text-decoration: none;
      color: #fff; 
      font-size: 0.9em; 
      font-family: Georgia, 'Times New Roman', Times, serif;
      padding: 1em 2em 1em 3.5em; 
      border-radius: 2em; 
      font-weight: bold; 
      background: #25d366 url('https://tochat.be/click-to-chat-directory/css/whatsapp.svg') no-repeat 1.5em center;
       background-size: 1.6em;
       height:50px;
}
.thank-you{
    position: fixed;
    top:20%;
    height: 300px;
    width:400px;
    background-color: #25d366;
    font-weight: bold;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color:#fff;
    left: 30%;
    border-radius: 20px;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    z-index: 99999;
    padding-top: 100px;
    font-size: 30px;
}

.about-tag{
    text-align:center;
    background-color:#E5E4E2;
    font-family: Georgia, 'Times New Roman', Times, serif;
    align-items:center;
    padding-top:100px;
    padding-bottom:100px;
} 

.popup{
    background-color:red;
    width:500px;
    height: 700px;
    z-index: 1;
    position:relative;
    margin-left: auto;
    margin-right: auto;
}
.popup{
    background-color:red;
    width:500px;
    height: 700px;
    z-index: 1;
    position:relative;
    margin-left: auto;
    margin-right: auto;
}  


  
@media only screen and (min-width: 768px) { 
    .questio {
      margin-top: 5px; 
      margin-bottom: 1rem; 
      margin-left: 11px;
      letter-spacing: 3px;
    }
    .contact{
      position:fixed;
      writing-mode: vertical-lr;
      font-size: 20px;
      cursor: pointer;
      font-family: 'Times New Roman', Times, serif;
      margin: 0px;
      padding-top: 20px ;
      padding-bottom: 10px;
      width: 50px !important;
      top: 40%;
      right:0;
      z-index:2;
      color: #ffffff;
      background-color: black;
  }
    
  } 
  .lead-form-new{
	position:fixed;
	width:30%;
	align-items:center;
	top:20%;
	left:30%;
	background-size:cover;
	z-index:100;

}
.form_wrapper .form-container-new{
    position: relative;
      display: block;
      z-index: 9999;
      text-align: center;
      padding: 50px 20px;
      border: 0;
      border-radius: 15px;
      color: #111111;
      background: #ffffff;
      max-width: 400px;
      margin: 0 auto;
      box-shadow: rgb(0 0 0 / 60%) 0 0 30px;
      margin-bottom:-150px !important;
      padding-left:50px;
      padding-right:50px;
  }
  .form-container-new h1{
      font-size: 22px;
      font-weight: bold;
      text-transform: none;
      font-family: Georgia, 'Times New Roman', Times, serif;
      color: inherit;
      line-height: 1.2;
      margin: 0;
  }
  .form_wrapper .form-container-new label{
      display: block;
      position: relative;
      padding: 0;
     
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }
  .form_wrapper .form-container-new input,.form_wrapper .form-container-new textarea {
    display: block;
      width: 100%;
      height: 44px;
      font-size: 13px;
      font-family: Georgia, 'Times New Roman', Times, serif;
      color: #302F50;
      padding: 0 15px;
      margin: 0;
      font-weight: normal;
      border: 0;
      border-bottom: 1px solid #e1e1e1;
      background: transparent;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      outline: none;
  }
  .form_wrapper .form-container-new button {
    position: relative;
      z-index: 9;
      display: inline-block;
      padding: 0 30px;
      margin: 10px auto;
      text-decoration: none;
      border: 0;
      border-radius: 30px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      background: #04797d;
      min-width: 200px;
      max-width: 400px;
      text-align: center;
      font-size: 11px;
      font-family: Georgia, 'Times New Roman', Times, serif;
      line-height: 48px;
      color: #fff;
      letter-spacing: 2px;
      cursor: pointer;
      text-transform: uppercase;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -ms-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      opacity: 1;
      overflow: hidden;
  }
  .form_wrapper .form-container-new button:hover {
    background: #7985FF;
      color: #fff;
      text-decoration: none;
      box-shadow: none;
  }
  .form_wrapper .form-container-new .errors {
    display: block;
    color: red;
    margin-top: 5px;
    text-align: left;
      
  }
  .form_wrapper .form-container-new .error {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    box-shadow: 0 0 15px 0 rgba(255,36,0,1);
  }
  #leadform{
    display: none;
  }
  #thankyou{
    display: none;
  }
  .popupshow{
    display:hide !important;
  } 
  .thank-you{
    position: fixed;
    top:20%;
    height: 300px;
    width:400px;
    background-color: #25d366;
    font-weight: bold;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color:#fff;
    left: 30%;
    border-radius: 20px;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    z-index: 99999;
    padding-top: 100px;
    font-size: 30px;
}
.form_wrapper .form-container-new .errors{
    font-size: 14px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.form_wrapper .form-container-new{
    padding: 20px 30px;
}
.form-container-new h1{
    font-size: 16px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.lead-form-new{
    width:80%;
    left:10%;
    top:30%;
}


