
  
  
  
  
  
  
  
    .webistecookies {
            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;
            }
        }



 
.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;
  }  
  
  
        @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 {
       
    } 
    }  
    
    
    .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; 
  } 
  
   .custom-price-container h1 {   
             font-size: 20px;
             
    } 
  }


@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 (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;
} 

    }  
    
 


.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%;
}


