*{
    margin: 0px;
    padding: 0px;
}
html {
    overflow-x: hidden;
    margin-top: 0px !important;
}
body{
    overflow-x: hidden;
}
/* Top Header */
.top-header {
    background-color: #000;
    color: #fff;
    padding: 25px 0;
}

.top-header .logo img {
    width: 33%;
}

.top-header .contact-info {
    display: flex;
    gap: 50px;
    font-size: 14px;
    justify-content: center;

}

.top-header .contact-info p {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0px;
    font-family: 'Poppins';
font-size: 12px;
font-weight: 500;
line-height: 21px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.top-header .contact-info p a{
    color: #fff;
    font-size: 15px;
}
.top-header .social-media a {
    color: #fff;
    margin-left: 10px;
    font-size: 18px;
}

/* Navbar */
.navbar {
    background-color: #fff;
    padding: 15px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    margin: 0px 100px;
    margin-top: -15px;
    position: relative;
    z-index: 10;
}

.navbar .nav-links {
    display: flex;
    gap: 25px;
}

.navbar .nav-links a {
    
    text-decoration: none;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    
}

.navbar .book-now {
   
    color: #000;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-family: 'Poppins';
font-size: 20px;
font-weight: 500;
line-height: 30px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.right_logo {
    text-align: center;
}
.right_logo img{
    width: 100%;
}
.menu-toggle i{
    color: #000;
}
ul.show {
    padding: 0px 20px;
}
/* Sidebar style for mobile */
.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
}
.nav-links .close-btn {
    display: none;
}

ul#navLinks {
    list-style: none;
    margin: 0px;
    display: flex;
    gap:25px;
    padding-left: 15px;
}
.nhs img {
    width: 60%;
}

/* hero banner start */
.hero_banner{
    /* background-image: url(../img/home_banner_1.jpg); */
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
    background-size: cover;
    margin-top: -45px;
    display: flex;
    justify-content: center;
   
    align-items: center;
}
.hero_form {
    width: 33%;
   
    padding: 20px;
    /* background-color: rgba(255, 255, 255, 0.8); */
     background: #F5F5F5DB;
    
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

}
#login-result p.error {
    color: red;
    padding-top: 10px;
}
.hero_form h2 {
    font-family: 'Poppins';
    font-size: 28px;
    color: #000;
    font-weight: 400;
    line-height: 42px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    
}

.hero_form p {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #7A7A7A;
    margin-bottom: 20px;
}

.hero_form .input-group {
    margin-bottom: 15px;
}

.hero_form .input-group input {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #000;
    background: transparent !important;

    font-size: 16px;
}

.hero_form input:focus {
    outline: none;
    border-color: #333;
}

.hero_form button {
   
    padding: 14px 31px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    font-family: 'Poppins';
font-size: 17px;
font-weight: 500;
line-height: 25.5px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.hero_form button:hover {
    background-color: #555;
}
.consult{
    margin:70px 0px;
}
.consult .container{
   

    align-items: center;
    color: #ffffff;
    padding: 50px 0px;
    width: 100%;
    background-position: center;
    border-radius: 20px;
    background: 
        linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
        url('../img/consult.jpg');
    background-size: cover;
}
.consult_text{
    display: flex;
justify-content: center;
	margin-left: 80px;
}
.consult_btn{
    display: flex;
    justify-content: end;
    margin-right: 80px;

}
div#medicalHealthConsiderations {
    margin-left: 20px;
    margin-bottom: 20px;
}
.next_page_form_Questionnaire {
    margin-bottom: 12px;
}
.multisteps-form__content .form-group > label {
    margin-bottom: 10px;
}

.consult_text h2{
    font-family: 'Poppins';
font-size: 22px;
font-weight: 700;
text-transform: capitalize;
line-height: 40px;
color: #fff;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.consult_btn button{
    font-family: 'Poppins';
font-size: 16px;
border: none;
font-weight: 600;
border-radius: 50px;
padding: 16px 35px;
text-transform: capitalize;
line-height: 24px;
color: #000;
background-color: #fff;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.consult_btn button a{
    color: #000;
}
.symptoms{
    margin-bottom:80px;
}
.symptoms .section-title h2{
    font-family: Poppins;
font-size: 40px;
font-weight: 700;
line-height: 60px;
color: #000;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.symptoms_box{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    padding:20px;
    gap: 40px;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    margin: 20px 0px;
    box-shadow: 8px 4px 25px 0px #00000026;
    height: 90%;
}
.symptom_img {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.symptom_text h3{
    font-family: 'Poppins';
font-size: 20px;
font-weight: 600;
line-height: 30px;
color: #000;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.symptom_text p{
    font-family: 'Rubik';
font-size: 16px;
font-weight: 400;
line-height: 26.07px;
text-align: left;
color: #7F7F7F;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.symptom_img img{
    width: 80px;
}
footer{
    background-color: #000;
    padding: 180px 0px 30px;
    position: relative;
    z-index: 1;
}
.footer_menu  h3{
    font-family: 'Poppins';
font-size: 30px;
font-weight: 700;
line-height: 45px;
text-align: left;
color: #fff;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.footer_menu ul#navLinks {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: block;

}
.footer_menu ul{
    list-style: none;
    padding: 0px;
}
.footer_menu ul li{
    padding-bottom: 8px;
}
.footer_menu ul li a{
    
    font-family: 'Poppins';
font-size: 16px;
font-weight: 500;
line-height: 32px;
color: #fff;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.footer_col{
    display: flex;
    justify-content: center;
}
.footer_logo{
    text-align: center;
}
.footer_logo img{
    width: 40%;
}
.footer-bottom {
    background-color: #ffffff;
    color: #000;
    padding:20px;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 14px;
}
.footer_bottom_txt a {
margin-left: 7px;
}
.footer-bottom p{
    margin: 0px;
    font-family: 'Poppins';
font-size: 16px;
font-weight: 600;
line-height: 24px;
color: #000000;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.footer_social_icons {

text-align: start;
}
.footer_social_icons i{
color: #000;
padding: 0px 5px;
font-size: 18px;
}

.step_form{
    overflow: hidden;
    margin-top: 50px;
    
}
.step_form .multisteps-form__form {
    position: relative;
  }
  
  .step_form  .multisteps-form__panel {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
 
    visibility: hidden;
    background-position: center;
    /* background: 
        linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('../img/form.jpg'); */
    background:linear-gradient(0deg, rgb(0 0 0 / 71%), rgb(0 0 0 / 69%)), url('../img/form.jpg');
        background-position: center;
        border-radius: 20px;
        background-size: cover;
    background-color: #EDF1FC ;
  }
  h3.multisteps-form__title {
    color: #fff;
    font-family: 'Rubik';
}
.multisteps-form__content .form-group label {
    color: #fff;
    font-size: 18px;
    font-family: 'Rubik';
    font-weight: 500;
}
span.label_content_span {
    font-weight: 300;
    font-size: 17px;
}
.multisteps-form__content .form-group input{
    background-color: transparent ;
    border-radius: 8px ;
    color: #fff !important; 

}
.multisteps-form__content .form-group select{
    background-color: transparent !important;
    border-radius: 8px !important;
    color: #fff !important; 
    -webkit-appearance: none;  /* Chrome, Safari, Edge */
    -moz-appearance: none;     /* Firefox */
    appearance: none;          /* Standard for modern browsers */
    background: transparent url('https://kiyantraininginstitute.in/ramona/wp-content/uploads/2024/11/icons8-down-arrow-24.png') no-repeat right 10px center;
    background-size: 20px 20px
}

.multisteps-form__content .form-group select option{
    color: #000 !important;
}
.form-group input:focus{
    outline: none !important;
    box-shadow: none !important;
}
  .step_form  .multisteps-form__panel.js-active {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 70px;
    border-radius: 20px !important;
  }
  .dob-section input {
    border: 1px solid #ced4da !important;
    padding: .375rem .75rem;
}
.form-group span.example_date_format {
    display: block;
    color: #fff;
    font-size: 15px;
}
.dob_year input#dob-year {
    width: 33%;
}
.dob-section input[type="number"]::-webkit-inner-spin-button,
    .dob-section input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* For Firefox */
    .dob-section input[type="number"] {
        -moz-appearance: textfield;
    }
.dob-section label {
    display: block;
}
.dob-section {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 5px 0px;
}

  
  .step_form  .multisteps-form__panel[data-animation="scaleIn"] {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  
  .step_form  .multisteps-form__panel[data-animation="scaleIn"].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .step_form .radio-group {
          display: flex;
          flex-direction: column;
          width: fit-content;
          margin-bottom: 20px;
    position: relative;
      }
      .step_form  div#highRiskError {
        position: absolute;
        top: 100%;
        left: 0;
        white-space: nowrap;
        width: 100%;
     
    }
    .step_form label.checkbox-option {
        padding: 7px 0px;
    }
    .step_form label.checkbox-option span {
        color: #FFF;
    }
      .step_form  .radio-option {
          font-size: 18px;
          margin-bottom: 10px;
          display: flex;
          align-items: center;
      }
      .step_form .radio-option input[type="radio"] {
          margin-right: 10px;
          width: 20px;
          height: 20px;
      }
      .step_form .question label {
        font-family: 'Rubik';
        font-size: 32px;
        font-weight: 500;
        color: #fff;
        line-height: 35px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .step_form .question span {
        float: left;
        color: #fff;
        padding: 15px 0px;
    }
    .step_form .question span a {
        color: #1E60AA;
        padding: 1;
        font-weight: 900;
        /* font-size: 20px; */
        /* border-bottom: 2px solid #000; */
    }

    .multisteps-form__panel .step_sub_heading {
        color: #fff;
    }  
    div#ageDropdown {
        color: #fff;
        padding-left: 50px;
    } 
    .class_sub_fields {
        padding: 4px 0px;
    }
    .class_parent_sub_fields {
        padding-left: 20px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    
  .step_form .radio-group label{
    /* background: #ffffff; */
    padding: 10px 24px;
    font-family: 'Poppins';
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
    
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .step_form  .form-group{
      margin: 10px 0px;
      color: #000;
  }
  .step_form .form-group textarea {
      color: #fff !important;
      width: 100%;
    background: transparent;
    border-radius: 8px;
  }
  .step_form .form-group  textarea::placeholder {
    color: #fff;
  }
  .step_form .patient_detail_question .form-group  select{
      display: block;
      width: 100%;
      padding: .375rem .75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #6C7176;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ced4da;
  }
  /* input[type="date"] {
    direction: rtl !important;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    
    opacity: 0;
}

input[type="date"] {
    background: url('https://kiyantraininginstitute.in/ramona/wp-content/uploads/2024/11/icons8-calendar-64.png') no-repeat right 20px center;
 
    background-size: 20px 20px; 
} */
#datepicker::placeholder {
    color: #fff;
}

  .step_form .checkbox_question label {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    font-family: 'Rubik';
  }
  label.radio-option {
    color: #000 !important;
    font-family: 'Poppins' !important;
    font-size: 18px  !important;
    font-weight: 600 !important;
 
}
  .step_form .checkbox_question .chek-option{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 5px 10px;
    font-family: 'Rubik';
  }
  .step_form .checkbox_question .chek-option span {
    font-weight: bold;
}
  .step_form .check-group {
      display: flex;
      flex-direction: column;
      margin-bottom: 20px;
      color: #fff;
  }
  #additionalCheckboxes .check-group .chek-option {
      font-size: 18px;
      color: #fff;
      font-family: 'Rubik';
      font-weight: 400;
  }
  .multisteps-form__panel:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
  }
  .footer {
      margin-bottom: 0;
      padding-bottom: 0;
    
  } 
  table {
              width: 100%;
              border-collapse: collapse;
              margin-bottom: 20px;
              color: #fff;
          }
          td {
              text-align: left;
              padding: 10px;
              border: 1px solid #ddd;
          }
          td a {
              color: #fff;
              text-decoration: none;
          }
          td a:hover {
              text-decoration: underline;
              color: #fff;
          }
          #ageDropdown select {
            margin-bottom: 10px;
              display: block;
      width: 100%;
      padding: .375rem .75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #fff;
      background-color: transparent;
      background-clip: padding-box;
      border: 1px solid #ced4da;
          }
          #ageDropdown select option{
            color: #000;
          }
          #ageDropdown label {
      font-size: 18px;
      color: #fff;
      font-family: 'Rubik';
      margin-top: 20px;
  }
          .additionalCheckboxes .check-group {
      display: flex;
      flex-direction: column;
      margin-bottom: 20px;
  }
          .additionalCheckboxes .chek-option {
      font-size: 18px;
      color: #000;
      font-weight: 400;
  }

  button.btn.btn-primary.ml-auto.js-btn-next {
    background-color: #fff;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 20px 40px;
    border-radius: 10px;
    text-align: left;
    border: none;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
button.btn.btn-secondary.js-btn-prev{
    background-color: #fff;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 20px 40px;
    border-radius: 10px;
    text-align: left;
    border: none;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
button.btn.btn-primary.ml-auto.submit{
    background-color: #fff;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 20px 40px;
    border-radius: 10px;
    text-align: left;
    border: none;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

/*  faq page start */
.faq-section {
    margin-bottom: 80px;

    padding: 20px;
    /* background: #fff; */
    border-radius: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}
.faq-section h2 {
    text-align: center;
    font-size: 34px;
    color: #000;
    margin-bottom: 20px;
    font-family:'poppins';
}
.faq-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius:10px;
}
.faq-item:last-child {
    border-bottom: none;
}
.faq-question {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #000;
    cursor: pointer;
    font-family:'poppins';
    position: relative;
}
.faq-question::after {
 
content: "";
background-image: url(https://kiyantraininginstitute.in/ramona/wp-content/uploads/2024/11/icons8-down-arrow-60-1.png);

background-size: contain;
background-repeat: no-repeat;
display: flex;
width: 30px;
height: 30px;
justify-content: center;
position: absolute;
right: 0;
top: 0;

}
.faq-question p {
    width: 94%;
    margin: 0px;
}
/* Change arrow to point down when active */
.faq-question.active::after {
      
content: "";
background-image: url(https://kiyantraininginstitute.in/ramona/wp-content/uploads/2024/11/icons8-collapse-arrow-60.png);
background-size: contain;
background-repeat: no-repeat;
display: flex;
width: 30px;
height: 30px;
justify-content: center;
position: absolute;
right: 0;
top: 0;
}
.faq-answer {
    display: none;
    padding: 10px 0;
    font-size: 18px;
    color: #666;
    font-family:'Rubik';
}
.faq-answer ol {
    text-align: left;
    padding: 0px !important;
}
.section_banner{
    background-image: url(https://kiyantraininginstitute.in/ramona/wp-content/uploads/2024/11/2151544782.jpg);
width: 100%;
background-size: cover;
height: 325px;
background-position: center;
text-transform: uppercase;
margin-top: -45px;
background-repeat: no-repeat;
display: flex;
justify-content: center;
text-align: center;
align-items: center;
}
.section_banner h2{
color:#fff;
}

.cases .data {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;

    text-align: center;
    background: #fff;
    box-shadow: 8px 4px 25px 0px #00000026;
    padding: 30px 0px;
    border-radius: 10px;
}

.cases .data span.label {
    color: #000;
    font-size: 18px;
}
section.what-to {
    text-align: center;
    margin-bottom: 30px;
    position: absolute;
    margin-top: -60px;
    z-index: 5;
    width: 100%;
}
section.what-to .container{
    border-radius: 10px;
    background: linear-gradient(0deg, rgb(0 0 0 / 35%), rgb(0 0 0 / 69%)), url(../img/what.jpg);
    background-position: center;
    background-size: cover;
    border: 1px solid #000;
    padding: 24px 20px;
}
.what-to  .what-text {
    /* border: 4px solid red; */
   
    text-align: center;
   
}
.what-to h2 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    color: #fff;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.what-to ul li {
    font-family: 'Rubik';
    font-size: 16px;
    font-weight: 400;
    line-height: 26.07px;
    color: #fff;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
section.what-to ul{
    list-style: none;
    padding: 0px;
}
.what-Disclaimer strong{
    font-size: 25px;
    color: #fff;
    padding-right: 5px;
    font-weight: 700;
    font-family: 'Poppins';
}
section.what-Disclaimer {
    margin-top: 20px;
}
.what-Disclaimer p{
    color: #fff;
    margin: 0px;
}
section.about{
    margin:30px 0px;
}
        .about-text h2 {
            font-size: 20px;
            margin-bottom: 20px;
            color: #000;
            font-family:'poppins';

        }
        .about-text p {
            margin-bottom: 15px;
        }
        .about-image {
            margin-bottom: 20px;
        }
        .about-image img {
            max-width: 100%;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }
        .team-section {
    margin: 30px 0px 80px;
}
        .team-member {
            margin: 20px 0px;
    background: #fff;
    box-shadow: 8px 4px 25px 0px #00000026;
    padding: 10px;
    text-align:center;
    border-radius: 10px;
}
        .team-section h2 {
            font-size: 2rem;
            color: #000;
            font-family:'poppins';
            margin-bottom: 20px;
            text-align:center;
        }
      
        .team-member img {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            margin-bottom: 10px;
        }
        .team-member h3 {
            margin: 10px 0;
            font-size: 1.2rem;
            color: #333;
        }
        .team-member p {
            font-size: 0.9rem;
            color: #666;
        }


        .contact .info-item {
            background-color: #fff;
            padding: 20px;
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
            margin: 20px 0px;
            border-radius: 10px;
            height: 180px;
        }
    .info-item img.img-fluid {
        width: 40px;
    }
    
        .contact .info-item i {
          font-size: 20px;
          color: #000;
          width: 56px;
          height: 56px;
          font-size: 24px;
          display: flex;
          justify-content: center;
          align-items: center;
        }
        .contact .info-item h3 {
            font-size: 18px;
            font-weight: 600;
            margin: 10px 0;
            color: #000;
            font-family: 'Poppins';
        }
        
        .contact .info-item p a{
            padding: 0;
            margin-bottom: 0;
            font-size: 14px;
            color: #000;
            font-family: Rubik;
        }
        .contact .info-item p {
            padding: 0;
            margin-bottom: 0;
            text-align: center;
            font-size: 14px;
            color: #000;
            font-family: Rubik;
        }
        .contact form {
            background-color: #fff;
            border-radius:10px;
            margin-bottom:20px;
            padding: 20px;
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        }
        .contact .contact-form{
            margin-bottom:50px;
        }
        .contact form input{
            border-radius:8px;
        }
        .contact form textarea{
            border-radius:8px;
        }
        .contact form input:focus{
            outline:none;
            box-shadow: none;
        }
        .contact form textarea:focus{
            outline:none;
            box-shadow: none;
        }
        .contact button {
            color: #fff;
            background: #000;
            border: 0;
            padding: 10px 30px;
         font-family:'poppins';
            border-radius: 50px;
        }
        section.contact {
            margin-bottom: 80px;
        }        
        .emergency a{
        
            font-family: 'Poppins';
            font-size: 16px;
            font-weight: 500;
            line-height: 32px;
            color: #fff;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
    }
    .footer_social_icons img {
        margin: 0px 5px;
    }

    /* terms page start */

    .term_content{
        margin:40px 0px;
    }
    .term_text {
        border-bottom:1px solid #e4e4e4;
        padding:20px 0px;
    }
    .term_text h1 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
    font-family: 'poppins';
}
.term_text h2{
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
    font-family: 'poppins';
}
.term_text span{
    font-weight:700;
}
.term_text .child_term_text{
    padding-left:20px;
}
.term_text  p {
    color: #000;
    font-size: 16px;
}
.term_text  ul li{
    color: #000;
    font-size: 16px;
}
  /* privacy page start */

  .privacy_content{
    margin:40px 0px;
}
.privacy_text {
    border-bottom:1px solid #e4e4e4;
    padding:20px 0px;
}
.privacy_text h1 {
font-size: 18px;
margin-bottom: 10px;
color: #000;
font-family: 'poppins';
}
.privacy_text h2{
font-size: 16px;
margin-bottom: 10px;
color: #000;
font-family: 'poppins';
}
.privacy_text span{
font-weight:700;
}
.privacy_text .child_privacy_text{
padding-left:20px;
}
.privacy_text  p {
color: #000;
font-size: 14px;
}
.privacy_text  ul li{
color: #000;
font-size: 16px;
}

  /* return page start */
  .return_content{
    margin:40px 0px;
}
.return_text {
    border-bottom:1px solid #e4e4e4;
    padding:20px 0px;
}
.return_text h1 {
font-size: 18px;
margin-bottom: 10px;
color: #000;
font-family: 'poppins';
}
.return_text h2{
font-size: 16px;
margin-bottom: 10px;
color: #000;
font-family: 'poppins';
}
.return_text span{
font-weight:700;
}
.return_text .child_return_text{
padding-left:20px;
}
.return_text  p {
color: #000;
font-size: 14px;
}
.return_text  ul li{
color: #000;
font-size: 16px;
}

/* ////////////////// */
#step_four select{
    width: 100%;
    border: 1px solid #fff;
    padding: 5px 10px;
}
#otherDetails input{
    width: 100%;
    border: 1px solid #fff;
    padding: 5px 10px;
}
#step_four select:focus-visible{
    outline: none;
}
/* ///////////////////// */


@media (max-width: 1024px) {
   
    .consult .container {
        align-items: center;
        color: #ffffff;
        padding: 50px 10px;
        width: 100%;
        display: flex;
        justify-content: center;
        border-radius: 0;
    }
    .navbar {
        background-color: #fff;
        padding: 15px 0;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        border-radius: 50px;
        margin: 0px 10px;
        margin-top: -15px;
        position: relative;
        z-index: 10;
    }
    .top-header .contact-info p {
        display: flex;
        align-items: center;
        gap: 5px;
        margin: 0px;
        font-family: 'Poppins';
        font-size: 9px;
    }
    .top-header .contact-info {
        display: flex;
        gap: 10px;
        font-size: 12px;
        justify-content: center;
    }
   
.footer-bottom p {
    margin: 0px;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
}
.footer_bottom_txt a {
    margin-left: 15px;
}
}
@media (max-width: 913px) {
    .contact-info{
        display: none !important;
    }

}
@media (max-width: 768px) {
    .faq-question p {
        width: 90%;
        margin: 0px;
    }
    .consult_text{
        margin-left: 0 !important;
    }
    .consult_btn {
        justify-content: center !important;
        margin-right: 0 !important;
    }
    .faq-question::after {
        right: -5px;
    }
    .faq-question.active::after {
        right: -5px;
    }
    /* .faq-question::after {
        content: "";
        background-image: url(https://kiyantraininginstitute.in/ramona/wp-content/uploads/2024/11/icons8-down-arrow-60-1.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: flex;
        width: 20px;
        height: 20px;
        justify-content: center;
        position: absolute;
        right: -14px;
        top: 20px;
    }
    .faq-question.active::after {
        content: "";
        background-image: url(https://kiyantraininginstitute.in/ramona/wp-content/uploads/2024/11/icons8-collapse-arrow-60.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: flex;
        width: 20px;
        height: 20px;
        justify-content: center;
        position: absolute;
        right: -14px;
        top: 20px;
    } */
    #step_four .form-group div{
        display: flex;
            gap: 10px;
            align-items: baseline;
    }
    .what-to ul li {
        font-family: 'Rubik';
        font-size: 11px;
    }
    .what-to h2 {
        font-family: Poppins;
        font-size: 30px;
    }
    div#ageDropdown {
        color: #fff;
        padding-left: 10px;
    }
    .footer_logo img {
        width: 60%;
        margin-bottom:20px;
    }
    .navbar ul.nav-links ul#navLinks {
        display: none;
    }
    .hero_banner {
        /* background-image: url(../img/home_banner_1.jpg); */
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        height: 600px;
        background-size: cover;
        margin-top: -51px;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .faq-question {
        font-size: 12px;
        font-weight: 500;
        color: #000;
        cursor: pointer;
        font-family: 'poppins';
        position: relative;
    }
   
    .faq-section h2 {
        text-align: center;
        font-size: 24px;
        color: #000;
        margin-bottom: 20px;
        font-family: 'poppins';
    }
    .section_banner {
        /* background-image: url(https://kiyantraininginstitute.in/ramona/wp-content/uploads/2024/11/2151544782.jpg); */
        width: 100%;
        background-size: cover;
        height: 225px;
        margin-top: -51px;
    }
    .contact-info{
        display: none !important;
    }

    .menu-toggle {
        display: block;
    }

    .nav-links {
        position: fixed;
        top: 0;
        left: -100%; /* Hide the sidebar off-screen */
        width: 250px;
        height: 100%;
        background-color: #000;
        color: white;
        flex-direction: column;
        gap: 20px;
        padding-top: 0px;
        transition: left 0.3s ease;
    }
   
    .nav-links a {
        color: white;
        text-decoration: none;
        font-size: 18px;
        padding: 10px 20px;
    }
   
    .nav-links.show {
        left: 0; /* Slide in the sidebar */
    }
    .nav-links.show ul#navLinks {
        list-style: none;
        margin: 0px;
        display: block !important;
        padding: 0px;
    }
    .nav-links.show li{
        padding:10px 0px;
    }
    .nav-links.show a{
        color: #fff !important;
    }
    .nav-links .close-btn {
        font-size: 24px;
        text-align: right;
        padding: 10px 20px;
        cursor: pointer;
        display: block;
        color: white;
    }
    .navbar {
        background-color: #fff;
        padding: 15px 0;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin: 0px;
        border-radius: 50px;
        margin-top: -15px;
        position: relative;
        z-index: 10;
    }
    .top-header .social-media a {
        /* color: #fff; */
        margin-left: 3px;
        font-size: 10px;
    }
    .answers{
        overflow-x: scroll;
    }
    .footer-bottom p {
        margin: 0px;
        font-family: 'Poppins';
        font-size: 10px;
        font-weight: 600;
        line-height: 24px;
    }
 
        .footer_bottom_txt a {
            margin-left: 8px;
        
    
    }
    .symptoms_box {
        display: flex    ;
        justify-content: center;
        /* align-items: center; */
        padding: 30px 10px;
        gap: 20px;
        width: 100%;
        border-radius: 10px;
        background-color: #fff;
        margin: 20px 0px;
        box-shadow: 8px 4px 25px 0px #00000026;
    }
    .symptom_text p {
        font-family: 'Rubik';
        font-size: 16px;
        font-weight: 400;
        line-height: 22.07px;
        text-align: left;
        color: #7F7F7F;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .symptoms .section-title h2 {
        font-family: Poppins;
        font-size: 22px;
        font-weight: 700;
        line-height: 30px;
        color: #000;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .symptoms .section-title h2 {
        font-family: Poppins;
        font-size: 22px;
        font-weight: 700;
        line-height: 30px;
        color: #000;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .step_form .multisteps-form__panel.js-active {
        height: auto;
        opacity: 1;
        visibility: visible;
        padding: 70px 20px 40px 20px;
        border-radius: 20px !important;
    }
    button.btn.btn-secondary.js-btn-prev {
        background-color: #fff;
        color: #000;
        font-family: Poppins;
        font-size: 15px;
        font-weight: 600;
        line-height: 24px;
        padding: 10px 20px;
    }
    button.btn.btn-secondary.js-btn-next {
        background-color: #fff;
        color: #000;
        font-family: Poppins;
        font-size: 15px;
        font-weight: 600;
        line-height: 24px;
        padding: 10px 20px;
    }
    button.btn.btn-secondary.submit {
        background-color: #fff;
        color: #000;
        font-family: Poppins;
        font-size: 15px;
        font-weight: 600;
        line-height: 24px;
        padding: 10px 20px;
    }
    .consult_text h2 {
        font-family: 'Poppins';
        font-size: 24px;
        text-align: center;
        font-weight: 700;
        text-transform: capitalize;
        line-height: 32px;
        color: #fff;
        /* text-align: left; */
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .consult_btn button {
        font-family: 'Poppins';
        font-size: 14px;
        border: none;
        font-weight: 600;
        border-radius: 50px;
        padding: 16px;
        text-transform: capitalize;
        line-height: 24px;
        color: #000;
        background-color: #fff;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .footer_menu h3 {
        font-family: 'Poppins';
        font-size: 20px;
        font-weight: 700;
        line-height: 35pxpx;
        text-align: left;
        color: #fff;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .footer_menu ul li a {
        font-family: 'Poppins';
        font-size: 12px;
        font-weight: 500;
        padding: 10px 0px;
        line-height: 22px;
        color: #fff;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
}
@media (max-width: 425px) {
    .footer-bottom p {
        margin: 0px;
        font-family: 'Poppins';
        font-size: 11px;
        font-weight: 600;
        line-height: 24px;
    }
    .footer_logo img {
        width: 60%;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 769px) and (max-width: 913px) {
    .what-to ul li {
        font-family: 'Rubik';
        font-size: 11px;
    }
    .hero_banner {
        /* background-image: url(../img/home_banner_1.jpg); */
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        height: 600px;
        background-size: cover;
        margin-top: -46px;
    }
    .section_banner {
        margin-top: -46px;
    }
 
    .symptoms_box {
        display: flex    ;
        justify-content: center;
        /* align-items: center; */
        padding: 20px;
        gap: 20px;
        width: 100%;
        height: 96%;
        border-radius: 10px;
        background-color: #fff;
        margin: 20px 0px;
        box-shadow: 8px 4px 25px 0px #00000026;
    }
    .symptom_text p {
        font-family: 'Rubik';
        font-size: 18px;
        font-weight: 400;
        line-height: 26.07px;
        text-align: left;
        color: #7F7F7F;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
        .navbar {
            background-color: #fff;
            padding: 15px 0;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            border-radius: 50px;
            margin: 0px 0px;
            margin-top: -14px;
            position: relative;
            z-index: 10;
    }
    .top-header .social-media a {
         color: #fff;
        margin-left: 4px;
        font-size: 15px;
    }
}




.dob-section {
    position: relative;
}

.dropdown {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    display: none;
    z-index: 10;
    width: 100px;
}

.dropdown-option {
    padding: 5px 10px;
    cursor: pointer;
}

.dropdown-option:hover {
    background: #f0f0f0;
}

.cases .data span.icon {
    margin-bottom: 10px;
}


@media (max-width: 500px) {
   
    .dob_year input#dob-year {
        width: 66% !important;
    }
}
@media (max-width: 600px) {
    footer {
        background-color: #000;
        padding: 270px 0px 30px;
    }
    .footer_logo {
        text-align: left;
    }
    .footer_col {
        display: flex;
        justify-content: start;
    }
    .symptoms_box {
        display: grid;
        justify-content: center;
    }
}

.what-Disclaimer p br {
    display: none;
}

.footer-bottom_set a.ege_a_link {
    margin: 0px;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    text-align: left;
    text-underline-position: from-font;
    margin-left: 20px;
    text-decoration-skip-ink: none;
}
.footer-bottom_set a {
    margin-left: 7px;
}
.next_page_form_Questionnaire {
    display: flex;
    align-items: baseline;
    gap: 7px;
}

h2.heading_text_content {
    text-align: center;
    width: 100%;
    top: 30px;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}




.custom_class_fr{
	display: flex;
    justify-content: space-between;
    align-items: end;
}

@media screen and (max-width: 500px){
	.custom_class_fr {
		flex-direction: column;
		align-items: baseline;
		gap: 20px;
	}
	.hero_form {
    	width: 100%;
	}
}

@media screen and (min-width: 501px) and (max-width: 768px) {
        .hero_form {
        width: 50%;
    }
}
