.main-img{
    position: relative;
}
.bannertext {
    position: relative;
}

.mobileimge {
    display: none;
}

.mob-banner {
    width: 100%;
    object-fit: contain;
    object-position: top;
    height: auto;
}

.bannertextblock {
  position: absolute;
  top: 188px !important;
  color: #021F56 !important;
  left: 3% !important;
}   

.bannerheading_txt {
    font-size: 36px !important;
    font-weight: 500;
}

.deskbnner {
    height: 516px !important;
    object-fit: fill;
    width: -webkit-fill-available;
}

.contact-item{
    position: absolute;
    margin: 0;
    width: 28%;
    right: 8%;
    height: auto;
    padding: 15px 20px !important;
    box-shadow: none;
    border-radius: 0;
    background: none;
    text-align: center;
    margin-top: 0;
    top: 8px;
    z-index: 1;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
}

.contact-item-grid{
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: center;
    position: relative;
    z-index: 5;
}

.button-field{
    display: inline-flex !important;
}

.time {
  color: #7E7E7E;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 14px !important;
}

.specialities-available {
  text-align: center;
  padding: 40px 20px;
  font-family: 'Georgia', serif;
}

.specialities-available h2 {
  color: #0a2a66;
  font-size: 28px;
  font-weight: 700;
}

.specialities-available p {
  font-size: 16px;
  margin: 10px 0;
  font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

.specialities-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
}

.speciality-box {
  border: 1px solid #0a2a66;
  border-radius: 10px;
  padding: 15px 25px;
  min-width: 180px;
  font-size: 16px;
  color: #0a2a66;
  font-weight: 500;
}


#email, #message, #name, #phone{
    width: 98%;
    height: 35px;
    padding: 5px;
    font-size: 14px;
    border: unset;
    font-family: 'Merriweather';
    background-color: #E6E7E8;
    margin-top: 2px;
}

#captcha_entered{
    width: 20%;
    height: 20px;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    font-family: 'Merriweather';
    position: absolute;
    z-index: 99;
    margin-left: -30px;
}

.captcha-p{
    margin: 7px 0;
    text-align: left;
    padding-left: 22px;
    font-size: 14px;
}

.captcha-head{
    position: relative;
    top: -16px;
}

.cap-img{
    position: absolute;
    left: 20px;
}

.enqury-err{
    left: 20px !important;
    bottom: -60px !important;
}

.cap-read{
    color: red;
}    

#submit{
    color: #fff;
    background-color: #021F56;
    border: 0;
    font-size: 16px;
    margin-top: 30px;
    cursor: pointer;
    font-family: Merriweather;
    border-radius: 8px;
    padding: 10px 40px;
}

.contactus-fields{
    position: relative;
    display: grid;
}

.contactus-fields label{
    text-align: left;
}

.contactus-fields label span{
    color: red;
}

span.required_field{
    font-size: 12px;
    padding: 0;
    text-align: left;
    color: red;
    width: 100%;
    position: absolute;
    left: 20px;
    bottom: -20px;
}

.recapcha{
    position: relative;
}

#recaptcha1 {
    height: 50px !important;
    position: absolute;
    left: 20px;
    bottom: -35px;
}

.grecaptcha_error{
    bottom: -36px !important;
}

span.required_field.recapta_error{
    position: absolute;
    bottom: -40px;
}

.terms-box{
    font-family: 'Merriweather';
    position: relative;
}

.terms_error{
    font-size: 12px;
    padding: 0;
    text-align: left;
    color: red;
    width: 100%;
    position: absolute;
    left: 20px;
    bottom: -24px;
}

.contactus-form{
    padding-top: 8px;
}

.term_line{
    display:inline; 
    font-size:11px;
    text-align: left;
    margin-left: 5px
}

.book-an{
    padding: 5px 0px 5px 0px;
    font-size: 20px;
    color: #021F56;
    font-weight: 600;
}

.p-white{
    color: #fff !important;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    margin: 0;
}

.consider-sec{
    background-color: #021F56;
    border-radius: 16px;
    padding: 56px 88px;
}

.disc-head {
    font-weight: 700;
    font-size: 28px;
    margin: 0;
    background: unset !important;
    color: #021F56;
    text-align: center;
}

.sec-gap{
    margin: 72px 0;
}

.col-white{
    color: #fff;
    padding-top: 10px;
}

.benefits-sec{
    background-color: #D1EFF1;
    padding: 56px 0;
}

.custom-dropdown-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 75px;
    padding: 15px;
    border: 1px solid #021F56;
    margin: 0px 35px;
  }
  
  
  .dropdown-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .dropdown-header img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  
  .dropdown-header label {
    flex-grow: 1;
    text-align: left;
    font-size: 18px;
    color: #021F56;
  }
  
  .dropdown-header .dropdown-arrow {
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    margin-left: 10px;
  }
  
  .eve-drop{
    position: relative;
    width: 28%;
  }
  /* Hide the default select dropdown */
  /* select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
  } */

  .form-select1{
    background-size: 50px 25px !important;
    border: none !important;
    font-size: 18px !important;
    color: #021F56 !important;
    background-position: right -0.25rem center !important;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
    user-select: none;
    padding: .75rem 30px .75rem 10px;
  }
  
  /* Search button styling */
  .search-button {
    background-color: #021F56;
    color: white;
    border: none;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .search-button img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .doctor-section {
    text-align: center;
    background-color: #f0f9ff;
  }
  
  
  .doctor-cards {
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }
  
  .doctor-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 295px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
  }
  
  /* .doctor-card:hover {
    transform: translateY(-10px);
  }*/
  .doctor-card img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    background-color: #C4C4C4;
  }
  
  .doctor-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: #0a2d64;
    margin-bottom: 5px;
  }
  
  .doctor-card p {
    font-size: 0.9rem;
    color: #6c757d;
    /* margin-bottom: 15px; */
    height: 55px;
  }
  
  .doctor-card a {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 0.9rem;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
  }

  .doctor-card a:hover{
    color: white;
  }
  
  .view-profile {
    background-color: #17a2b8;
    color: white;
  }
  
  /* .view-profile:hover {
    background-color: #138496;
  } */
  
  .book-appointment {
    background-color: #0a2d64;
    color: white;
  }
  
  /* .book-appointment:hover {
    background-color: #08244f;
  } */

  .doctor-section-2{
    margin-top: 60px;
    text-align: center;
    background-color: #E8E2EF;
  }
  

  .eve-doc{
    font-size: 28px;
    margin-bottom: 30px;
    color: #0a2d64;
    font-weight: 700;
  }

  .doctor-section-3{
    margin-top: 60px;
    text-align: center;
    background-color: #DBF4FD;
  }

  .doctor-section-4{
    margin-top: 60px;
    text-align: center;
    background-color: #dcd6d6;
  }
  

  .doctor-section-5{
    margin-top: 60px;
    text-align: center;
    background-color: #EEEDF5;
  }


  .doctor-section-6{
    margin-top: 60px;
    text-align: center;
    background-color: #E9EFF2;
  }

  .doctor-section-7{
    margin-top: 60px;
    text-align: center;
    background-color: #F7F3F3;
  }


  .btn-view{
    margin: 40px;
    background-color: #021F56;
    text-align: center;
    color: white;
    padding: 10px 40px 10px 40px;
    border-radius: 8px;
    cursor: pointer;
  }

  .btn-view:hover{
    color: #fff;
  }

  .container-btn{
    margin-top: 40px;
  }

  .about-section {
    background-color: #f7f8fa;
  }
  
  .about-section .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    gap: 46px;
  }
  
  .text-content {
    flex: 1;
    padding-right: 20px;
  }
  
  .text-content h2 {
    color: #12375d;
    margin-bottom: 20px;
    text-align: left;
  }
  
  .text-content p,li{
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
  }

  .text-content li {
    padding-left: 20px;
    margin-top: 10px;
  }
  
  .image-content {
    flex: 0 0 40%;
  }
  
  .image-content img {
    max-width: 100%;
  }
  
  .faq-section {
    margin: 0 auto;
    padding: 40px 60px;
  }
  
  h2 {
    text-align: center;
    font-size: 1.8rem;
    color: #12375d;
    margin-bottom: 20px;
  }
  
  .faq-item {
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .faq-question {
    background-color: #ffffff;
    color: #12375d;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-size: 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
  }
  
  .faq-question:hover {
    background-color: #f0f4f8;
  }
  
  .faq-question::after {
    content: ">";
    font-size: 1.2rem;
    color: #12375d;
  }
  
  .faq-question.active::after {
    content: "v";
  }
  
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #ffffff;
  }
  
  .faq-answer p {
    padding: 15px;
    font-size: 1rem;
    color: #333;
    line-height: 1.5;
  }
  
  /* General styles */
body {
  font-family: Arial, sans-serif;
  background-color: #f7f8fa;
  color: #12375d;
  margin: 0;
  padding: 0;
}

/* Booking steps section */
.booking-steps {
  text-align: center;
  background-color: #E8F4F9;
  padding: 50px 0;
}

.booking-steps h2 {
  color: #12375d;
  margin-bottom: 40px;
}

.steps-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.steps-image {
    width:90%;
    display: block;
    height: auto;
}

.cta {
    background-color: #E7E4E4;
    padding: 56px 68px;
    border-radius: 8px;
    text-align: center;
    margin: 0 100px;
    border-radius: 16px;
}

.cta h3 {
  font-size: 28px;
  color: #12375d;
  margin-bottom: 10px;
  font-weight: 700;
}

.cta p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 20px;
}

.cta a{
  color: #fff;
}

.cta-button {
  background-color: #12375d;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #0d2a4a;
}

.gg-chevron-down {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 30px;
  height: 30px;
  border: 2px solid transparent;
  border-radius: 100px;
  color: #021F56;
}

.gg-chevron-down::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 12px;
  border-bottom: 3px solid;
  border-right: 3px solid;
  transform: rotate(45deg);
  left: 10px !important;
  top: 4px;
}

.doc-pad{
  padding: 40px 0;
}

.depart-main select{
  position: relative;
  opacity: 1;
  width: 100%;
  height: 35px;
  padding: 5px;
}

.sp-form-area{
  padding: 0 !important;
}

.tab-content{
  width: 32% !important;
  position: absolute;
  top: 50% !important;
  left: 75% !important;
  transform: translate(-50%, -50%);
  background: white;
  padding: 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.steps-image-mob{
  display: none;
}

@media (max-width: 1366px) and (min-width: 1275px) {
  .doctor-card{
      width: 250px;
  }
}


@media only screen and (max-width: 991px) {
  .custom-dropdown-container{
    display: block;
  }

  .doctor-cards{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta{
    padding: 30px 30px;
    margin: 0 20px;
  }

  .contact-item{
    position: relative;
    width: 100%;
    right: 0%;
  }
  .eve-drop{
    width: auto;
  }

  .tab-content{
    transform: unset !important;
    left: unset !important;
  }
}

@media only screen and (max-width: 767px) {
  .main-img {
      margin-top: 60px;
  }

  .mobileimge {
    display: block;
  }

  .bannertextblock {
    display: none;
  }

  .deskbnner {
    display: none;
  }

  .doctor-cards{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .custom-dropdown-container{
    margin: 0px 15px;
  }

  .sec-gap {
    margin: 35px 0;
  }

  .eve-doc{
    font-size: 20px;
  }

  .about-section .content{
    display: block;
  }

  .faq-section{
    padding: 40px 5px;
  }

  .doctor-card{
    width: 100%;
  }

  .cta h3{
    font-size: 20px;
  }

  .steps-image{
    display: none;
  }

  .steps-image-mob{
    display: block;
    width: 95%;
  }

  .form-select1{
    background-size: 50px 25px !important;
    border: none !important;
    font-size: 18px !important;
    color: #021F56 !important;
    background-position: right -0.25rem center !important;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
    user-select: none;
    padding: .75rem 30px .75rem 10px !important;
    background-color: #fff !important;
  }
}
.hidden-doctor {
  display: none;
}

.view-all-btn {
  margin-top: 40px;
  background-color: #021F56;
  color: white;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 5px;
}