  body,html{
    overflow-x: hidden !important;
  }
  .form-group {
    position: relative;
    margin: 20px 0;
  }
  input[type="text"]{
    width: 100%;
    padding: 20px 12px 12px 0;
    border: none;
    border-bottom: 1px solid black !important;
    background: transparent;
     font-weight: 400;
    font-family: 'Inter', sans-serif;
    line-height: 20px;
    outline: none;
    position: relative;
    z-index: 1;
  }
  input[type="text"]:hover{
  border-bottom: 2px solid #2271B1 !important;
  }
   textarea:hover{
  border: 2px solid #2271B1 !important;
  }
  
 textarea {
  width: 100%;
    padding: 28px 12px 8px 12px;
    background: transparent;
    font-size: 16px;
     font-weight: 400;
    font-family: 'Inter', sans-serif;
    line-height: 20px;
    outline: none;
    position: relative;
    z-index: 1;
  }
  label {
    position: absolute;
    top: -7px;
    left: 0;
    color: #2271B1;
    font-size: 12px !important;
    font-weight: 700 !important;
    font-family: 'Inter', sans-serif;
    opacity: 0;
    transition: 0.2s ease-in-out;
    z-index: 3;
  }
  input:focus + label,
  textarea:focus + label {
    opacity: 1;
  }
  textarea:focus + label {
  top: 10px; 
  left:12px
}
textarea:not(:placeholder-shown) {
  padding-top: 28px;
}
  input::placeholder,
  textarea::placeholder {
    color: #999;
    transition: color 0.3s ease;
  }
textarea + label + .focus-placeholder {
padding: 0px 12px 0px 12px;
margin-top: 10px;
}

  input:focus::placeholder,
  textarea:focus::placeholder {
    color: transparent;
  }

  .focus-placeholder {
    position: absolute;
    left: 0;
    top: 20px;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    line-height: 20px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
  }
  input:focus + label + .focus-placeholder,
  textarea:focus + label + .focus-placeholder {
    opacity: 1;
  }
#contactForm input.is-invalid + label,
#contactForm textarea.is-invalid + label {
  color: #dc3545;
}

#contactForm input.is-invalid[type="text"],
#contactForm textarea.is-invalid {
  border-bottom: 2px solid #dc3545 !important;
}
form.needs-validation input:invalid {
  border-color: transparent; 
}
form.needs-validation input:focus:invalid {
  border-color: #dc3545; 
}

form.needs-validation .invalid-feedback {
  display: none;
  color: #dc3545;
  font-size: 14px;
  margin-top: 5px;
}

form.needs-validation input.is-invalid ~ .invalid-feedback,
form.needs-validation textarea.is-invalid ~ .invalid-feedback {
  display: block;
}
input + label + .focus-placeholder,
textarea + label + .focus-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input:focus:placeholder-shown + label + .focus-placeholder,
textarea:focus:placeholder-shown + label + .focus-placeholder {
  opacity: 1;
}

input:not(:placeholder-shown) + label + .focus-placeholder,
textarea:not(:placeholder-shown) + label + .focus-placeholder {
  opacity: 0;
}
button[type="submit"] {
  align-self: flex-start;
  text-align: center;
  background-color: #17A8E3;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  padding: 10px;
  margin-top: 20px;
}

button[type="submit"]:hover {
  background-color: #005fa3;
}
.list-icon a{
  font-family: Lora, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:rgb(13, 68, 113);
    line-height: 18px;
    text-decoration: none ;
    margin-top: 20px;
}
.list-icon i{
    font-size: 16px;
    font-weight: 900;
    color:rgb(44, 158, 203);
    line-height: 16px;
    text-decoration: none ;
}
.availablity {
    background-color: #e8eaea;
    border-radius: 30px;
    padding: 25px 10px 30px 25px;
    margin-top: 50px !important;
    font-family: 'Inter', sans-serif;
    font-size: 16px;  
    font-weight: 400;
}
 .section-bg {
    background-color: #023059; 
    padding: 12px 12px;
    border: none;
}
.image{
  padding-top: 70px;
}
.icon-list a {
    color: #ffffff;
    text-decoration: none;
    margin-right: 13px;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
.icon-list a i {
    margin-right: 8px;
    color: rgb(34, 113, 177);
     font-weight: 900 !important;
     font-size: 15px !important;
}
.social-icons a {
    color: #ffffff;
    margin: 0 0 0 8px;
    padding: 3px;
    font-size: 1.1rem;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
}
.social-icons a:hover{
  color:rgb(13, 68, 113) !important;
}
.custom-header-section .row{
    margin-left: 70px;
    padding:15px;
}
.role{
font-weight: 400 !important;
color: rgb(2, 48, 89);
font-size: 19px !important;
font-family: 'Lora', sans-serif !important;
margin-bottom: 0px !important;
}
.custom-links{
    font-family: 'Inter', sans-serif;
    background-color: #2C9ECB;
 }
 .nav-item .nav-link {
  color: white !important;   
  font-size: 16px !important;
  font-weight: 500;
  line-height: 19px;
}
 .nav-item .nav-link:hover {
  color: white !important; 
}
.nav-item .nav-link.active {
  font-weight: 1000 !important;  
}
.navbar-nav {
  margin-left: -10px !important; 
}
.btn-appointment {
    border: 1px solid white !important;
    background-color: transparent;
    color: white !important;
    padding: 14px 28px !important;
    font-weight: 500;
    font-size: 13px !important;
    border-radius: 0 !important;
    transition: all 0.3s ease; 
}

.btn-appointment:hover {
    background-color: #023059 !important;
    border: 1px solid #023059 !important; 
    color: #fff !important;
}
.details p, .details-1{
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  font-family: Inter, sans-serif;
  color:rgb(65, 65, 65);
}
.details h1{
  font-size: 32px;
  font-weight: 500;
  text-align: left;
  line-height: 45px;
  font-family: Lora, sans-serif;
  color:rgb(2, 48, 89);
}
.wishes{
font-size: 20px;
font-weight: 700;
font-family: Lora, sans-serif;
color:rgb(2, 48, 89);
}
.feedbacks h4 a{
 text-decoration: none !important;
 font-size: 30px;
 font-weight: 400;
 font-family: Lora, sans-serif !important;
 color: rgb(2, 48, 89);
 line-height: 33px;
 text-align: center;
}

.footer12{
    background-color: #2271b1 !important;
    font-family: 'Inter', sans-serif;  
    line-height: 27px !important; 
    padding: 50px 50px 20px 50px !important;
}
 .appointment-section {
      position: relative;
      background-color:#175b92 !important;
      padding: 45px;
      margin-bottom: 20px;
      margin-top:42px
    }

    .appointment-overlay {
      position: relative;
      background: rgba(0, 0, 0, 0.3); 
      z-index: 1;
    }
    .appointment-content {
      position: relative;
      z-index: 2;
      /* margin-left: 20px;
    margin-right: 30px; */
    }

    .appointment-heading {
      font-size: 30px;
      font-weight: 400;
      font-family: 'Lora', sans-serif !important;
      color:white;
    }

    .btn-booking {
      display: block;
      font-size: 16px;
      font-weight: 500;
      padding: 16px 32px !important;
      color:white !important;
      border:1px solid white !important;
      border-radius: 0 !important;
    }
    svg{
      width: 300px !important;
    }

    .footer-1 {
      color: white;
    }
    .footer-1 h6 {
      margin-bottom: 20px;
      padding-left: 7px;
      font-size: 19px;
      font-weight: 400;
      font-family: Lora, sans-serif !important;
    }
    .footer-1 p {
     color: white!important;
     font-size: 16px;
     font-weight: 400;
    }
  .social-icon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid rgb(217, 217, 217);
  color: white !important;
  border-radius: 50%;
  margin-right: 10px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.social-icon a:hover {
  background-color: white; 
  color: rgb(2, 48, 89) !important;
}
    .icon-lists li, .icon-lists a, .icon-lists-1 a,.icon-lists-1 li {
      margin-right: 10px;
      color:white !important;
      text-decoration: none;
    }
    .icon-lists-1 i{
      font-size: 16px !important;
      font-weight: 900 !important;
       color:white !important;
    }
     .icon-lists i{
      font-size: 14px !important;
      font-weight: 900 !important;
    }
   .icon-lists a:hover{
    text-decoration: underline !important;
   }
   .quick-links {
    padding-left: 20px !important;  
}
   .footer-2 {
    color: white;
    padding: 20px 0px;
    font-weight: 400;
    }
    .footer-2 a {
     color: white;
     text-decoration: none;
    }

@media (max-width: 599px) {
  body,html{
    overflow-x: hidden !important;
  }
    .custom-header-section .row{
    margin-left: 0px;
}
 .appointment-section {
      margin: 10px !important;
    }
    .btn-booking {
      padding: 15px 17px !important;
    } 
     .footer-1{
      margin-right: 0px !important;
      margin-top: 30px !important;
    }

    .footer-1 .text-md-start,
  .footer-1 .text-md-left {
    text-align: center !important;
  }
  .icon-lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    margin-left: 20px;
  }
  .icon-lists li {
    display: flex;
    align-items: center;
    white-space: nowrap;
  } 
   .quick-links {
    padding-left: 0px !important; 
  }
  .education {
    display: block; 
  }
  .education .col-3,
  .education .col-9 {
    flex: 0 0 100% !important;   
    max-width: 100% !important;  
    border-right: none !important;
    padding-left: 25px !important;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .education .col-3 h3 {
    margin-bottom: 10px;
    width: 100%;     
    display: block;
    padding-left: 12px !important; 
  }
  .availablity {
    margin-top: 30px !important;
}
}
@media (min-width: 600px) and (max-width: 1140px) {
  body,html{
    overflow-x: hidden !important;
  }
   .availablity {
    margin-top: 30px !important;
}
  .icon-list {
    display: flex;
    flex-direction: column; 
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 20px; 
  }

 .icon-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 15px;
    justify-items: center;
    text-align: center;
  }

  .icon-list a {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
  }

  .icon-list a i {
    margin-right: 8px;
    color: rgb(34, 113, 177);
    font-weight: 900 !important;
    font-size: 15px !important;
    font-size: 15px !important;
}
   .custom-header-section .row{
    margin-left: 0px;
}
 /* .appointment-section  {
      margin: 10px !important;
    } */
     .btn-booking {
      padding: 15px 17px !important;
    }
     .footer-1{
      margin-right: 0px !important;
      margin-top: 30px !important;
    }
    .footer-1 .text-md-start,
  .footer-1 .text-md-left {
    text-align: center !important;
  }
   .icon-lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    margin-left: 20px;
  }
  .icon-lists li {
    display: flex;
    align-items: center;
    white-space: nowrap;
  } 
.quick-links{
    padding-left: 0px !important;
   }
    .footer-1 .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-1 .col-md-4 {
    width: 100%;
    max-width: 600px;
    margin-bottom: 30px;
    text-align: center;
  }
  .footer-1 .col-md-4 p,
  .footer-1 .col-md-4 ul,
  .footer-1 .col-md-4 h6,
  .footer-1 .col-md-4 .social-icon {
    justify-content: center;
    text-align: center;
  }
  /* .icon-lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    justify-items: center;
  }
  .icon-lists li {
    justify-content: center;
  } */
.icon-lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    margin-left: 100px !important;
  }
  .icon-lists li {
    display: flex;
    justify-items: center;
    align-items: center;
    white-space: nowrap;
  } 

     .education {
    display: block; 
  }
  .education .col-3,
  .education .col-9 {
    flex: 0 0 100% !important;   
    max-width: 100% !important;  
    border-right: none !important;
    padding-left: 25px !important;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .education .col-3 h3 {
    margin-bottom: 10px;
    width: 100%;     
    display: block;
    padding-left: 12px !important; 
  }
}
.about-data {
  margin-bottom:0px;
}
.about-us{
  margin-top: 60px !important;
}
.philosophy-content{
  margin-top: 60px !important;
}
.mywork{
 margin-top: 60px !important;
}
.education {
  border: 1px solid #C0E9FF;
  display: flex;
  flex-wrap: wrap;
}
.education .col-3 {
  flex: 0 0 23%;  
  max-width: 23%;  
  border-right: 1px solid #C0E9FF;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding-top: 25px;
  padding-left: 15px !important;
}
.education .col-9 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.education h3{
  font-size: 25px;
  font-weight: 400;
  font-family: Lora, sans-serif;
  line-height: 33px;
   color:rgb(2, 48, 89);
}
.education ul li, .about p, .philosophy p, .philosophy ul li, .hospital p, .mywork p, .mywork-1 ul li, .suggestion ul li{
  font-size: 16px;
  font-weight: 400;
  font-family: Inter, sans-serif;
  line-height: 27px;
   color:rgb(65, 65, 65);
}
.about h1{
  font-size: 30px;
  font-weight: 500;
  font-family: Lora, sans-serif;
  line-height: 42px;
  color:rgb(2, 48, 89);
}
.about img{
  object-fit: cover;
    width: 100%;
    height: 100%;
}
.about-section p{
  font-size: 15px !important;
  font-weight: 400;
  font-family: Inter, sans-serif;
  line-height: 27px;
  color:rgb(65, 65, 65);
}
.img-fluid-1 {
  width: 100%;         
}
.philosophy h1, .hospital h2, .mywork h2{
  font-size: 32px;
  font-weight: 500;
  font-family: Lora, sans-serif !important;
  line-height: 42px;
  color:rgb(2, 48, 89);
}
.philosophy ul li{
 color:rgb(0, 0, 0) !important;
 margin-left:30px;
} 
.hospital{
  margin-top: 90px;
}
.mywork h4{
  font-size: 28px;
  font-weight: 400;
  font-family:Tahoma, sans-serif;
  line-height: 30px;
  color:rgb(34, 113, 177);
}
.mywork-1 ul li{
 color:rgb(0, 0, 0) !important;
 margin-left:20px;
}
.mywork-1 ul{
  margin-top: 35px;
  margin-bottom: 45px;
}
.suggestion, .stones, .request{
   margin-top: 53px !important;
}
.suggestion ul li{
 color:rgb(65, 65, 65) !important;
 margin-left:20px;
}
.stones p, .scopic p, .hernia p{
 color:rgb(0, 0, 0) !important;
}
.hernia{
   margin-top: 25px !important;
}
.location h2{
font-size: 30px;
  font-weight: 500;
  font-family: Lora, sans-serif;
  line-height: 39px;
  color:rgb(34, 113, 177);
}
.address, .email p{
  font-size: 16px;
  font-weight: 400;
  font-family: Inter, sans-serif;
  line-height: 15px;
  color:rgb(65, 65, 65);
}
.address h4, .email h4, .call h4{
  font-size: 20px;
  font-weight: 500;
  font-family: Inter, sans-serif;
  line-height: 24px;
  color:rgb(2, 48, 89);
}
.email p{
  color:rgb(0, 0, 0) !important;
}
.email a{
  text-decoration: none;
}
.email, .call{
  margin-top: 30px;
}
.call h6{
  font-size: 18px !important;
  font-weight: 400;
  font-family: Lora, sans-serif;
  line-height: 24px;
  color:rgb(2, 48, 89);
}
.navbar-toggler {
  border: 1px solid white !important;
  outline: none !important;
  box-shadow: none !important;
  background: white !important;    
  font-size: 22px;  
  font-weight: 400;
  line-height: 24px;
  border-radius: 0px !important;
}

.navbar-toggler-icon {
   width: 20px !important;      
  height: 20px !important; 
}
.navbar-light .navbar-toggler-icon,
.navbar-dark .navbar-toggler-icon,
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2316163f' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-light .navbar-toggler-icon,
.navbar-dark .navbar-toggler-icon,
.navbar-toggler-icon:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-toggler:hover {
  background-color: #16163f !important;
   border: 1px solid #16163f !important;
}
#scrollTopBtn {
  z-index: 9999;
  background-color: #007bff; 
  border: none;
  border-radius: 0px;
  padding: 5px 7px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#scrollTopBtn svg {
  transform: rotate(180deg);
  fill: white;
}
.details p a{
  color:#2271b1;
  font-weight: 700 !important;
  font-size: 16px !important;
  text-decoration: none;
}
.details p a:hover{
  color:rgb(13, 68, 113) !important;
}
