@import url('https://fonts.googleapis.com/css?family=Poppins:400,700,900');
body{
    font-family: poppins;
    width: 100%;
    overflow-x: none;
}
.navbar-container a{
  color: black;
  text-decoration: none;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 10px;
  text-align: center;
  padding: 15px;
}
.header-navbar-section-container{
    background-color: white;
    max-height: 100px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.logo-para{
    color: #13d0e7;
}
.logo-sitename-container{
    display: flex;
}
.logo-sitename-container img{
  height: 80px;
}
.logo-sitename-container p{
  font-size: 25px;
  font-family: Tiro Devanagari Sanskrit;
  margin-left: -2%;
  margin-top: 24px;
}
.navbar-container{
    display: flex;
}
.navbar-container p{
    padding-right: 35px;
    font-size: 18px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.nav-item.dropdown:hover .dropdown-content {
    display: block;
}
.health-insurance-main{
    background-color: #F4F4F4;
}
.health1{
    position: relative;
    height: 50%;
}
.health-image1{
    height: 60%;
    width: 35%;
    border-radius: 10px;
    position: absolute;
    top: 25%;
    left: 50%;
}
.health-image2{
    height: 60%;
    width: 35%;
    border-radius: 10px;
    position: absolute;
    top: 10%;
    left: 3%;
}
.health1-container{
    width: 100%;
    position: relative;
    margin-left: 40px;
    padding-top: 20px;
}
.health-box1{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.health-box1 img{
    margin-right: 20px;
}
.blue-line1{
    background-color: #13d0e7;
    height: 5px;
    width: 10px;
    border-radius: 10px;
    margin-right:5px;
}
.blue-line2{
    background-color: #13d0e7;
    height: 5px;
    width: 40px;
    border-radius: 10px;
}
.blue-line{
    display: flex;
    margin-top: -20px;
}
.health-insurance2{
    width: 45%;
    margin: 20px;
    box-shadow: 1px 1px 10px #676767;
    padding: 20px;
    padding-left: 50px;
}
.health-head{
  color: #00CDE5;
  font-size: 25px;
  font-weight: 600;
  margin: 0;
}
.mini-para{
  color:#676767;
  font-size: 18px;
}
.health-insurance-flex{
    display: flex;
    justify-content: space-between;
    max-width: 100% !important;
}
.child{
    border-top: none;
    border-left: none;
    border-right: none;
    width: 180px;
    background-color: #F4F4F4;
    height: 35px;
    font-size: 15px;
}
.flex-input-elements{
    display: flex;
    flex-direction: column;
    margin: 20px;
}
.flex-input-elements label, p{
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 15px;
}
.wrap-inputs{
    display: flex;
    flex-wrap: wrap;
}
.form-submit-button{
    background-color: #13d0e7;
    color: white;
    border: 0;
    border-radius: 15px;
    height: 60px;
    width: 160px;
    font-size: 20px;
}
.flex-each{
    display: flex;
    margin-right: 100px;
    width: 250px;
}
.flex-each img{
    height: 50px;
}
.flex-each p{
  font-size: 18px;
}
.health-insurance-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 50px;
}
.form-submit-button-container{
    display: flex;
    justify-content: center;
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #00CDE5;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #00CDE5;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 17px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  .checkbox-container{
    display: flex;
    justify-content: center;
  }
  .checkbox-container p{
    font-size: 10px;
  }
  .checkbox-container label{
    margin-top: 10px;
    margin-right: 10px;
  }
  .paragraph-form{
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #676767;
  }
  .health-insurance3{
    background-color: #F8F8F8;
    padding-bottom: 20px;
  }
  .health-insurance3 h1{
    font-size: 30px;
  }
  .health-insurance3 p{
    font-size: 18px;
    color: #676767;
    line-height: 30px;
  }
  .health-insurance3-sub{
    width: 50%;
    margin-left: 40px;
  }
.health-insurance3-sub li{
    font-size: 18px;
    line-height: 30px;
    color: #676767;
}


.footer-background{
  background-color: #00022d;
  background-size: cover;
}
.footer-p{
  font-size: 15px !important;
}
.para-footer{
  font-size: 15px !important;
  font-weight: 300 !important;
}
.footer-section{
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  max-width: 100%;
  padding-left: 50px;
}
.footer-section a{
  text-decoration: none;
  color: white;
  font-weight: bold;
}
.footer-logo-flex{
  display: flex;
}
.footer1{
  width: 300px;
}
.footer1 p{
  font-size: 15px;
  color: white;
}
.footer-section h1{
  font-size: 15px;
}

.footer-logo-para{
  color: #13d0e7;
  font-size: 15px;
}
.blue-small-lines-related{
  display: flex;
  margin-left: -475px;
}
.footer-blue-line-1{
  background-color: #13d0e7;
  height: 5px;
  width: 10px;
  border-radius: 10px;
  margin-right: 3px;
}
.footer-blue-line-2{
  background-color: #13d0e7;
  height: 5px;
  width: 30px;
  border-radius: 10px;
}
.footer-blue-line{
  display: flex;
}
.terms h1{
  color: rgb(0, 0, 0);
  font-size: 15px;
  background-color: white;
  margin: 20px;
  padding: 10px;
  border-radius: 10px;
}
.terms a{
  text-decoration: none;
  color: black;
}
.terms{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}
.para-footer{
  color: white;
  font-size: 15px;
}
.fa {
    text-align: center;
    text-decoration: none;

  }
  
  .fa:hover {
      opacity: 0.7;
  }
  
  .fa-facebook {
    background: #00CDE5;
    color: white;
  }
  .fa1{
    padding: 20px;
    font-size: 15px;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    text-align: center;
    margin: 5px 2px;
  }
  .fa-twitter {
    background: #00CDE5;
    color: white;
  }
  .fa-instagram {
    background: #00CDE5;
    color: white;
  }
  .fa-youtube-play {
    background: #00CDE5;
    color: white;
  }
  .whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 16px;
}
/* Add styles for the radio buttons */
.radio-buttons {
  display: flex;
  align-items: center;
}

/* Style the radio labels */
.radio-buttons label {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  margin: 0 5px;
  border: 1px solid #00CDE5;
  border-radius: 100px;
  cursor: pointer;
  height: 20px;
  width: 15px;
  text-align: center;
  padding-left: 10px;
  font-size: 10px;
}

/* Style the checked radio label */
.radio-buttons input[type="radio"]:checked + label {
  background-color: #00CDE5;
  color: white;
}
.adult{
  margin: 0;
  margin-right: 110px;
}
.health-insurance2-mobile{
  display: none;
}




.nav-mobile{
  background-color: #00CDE5;
  height: 2px;
  width: 30px;
  margin: 5px;
}
.mobile-drop-down a{
  text-decoration: none;
  color: white;
}
.mobile-drop-down p{
  font-size: 13px;
  color: white;
}
.mobile-drop-down{
  background-color: #00CDE5;
  text-align: end;
  padding: 20px;
  display: none;
  position: fixed;
  z-index: 4;
  right: 0%;
  height: 100vh;
}
.navbar-container-mobile{
  display: none;
}






@media screen and (max-width:1200px){
  .logo-sitename-container img{
    height: 50px;
  }
  .health-insurance-box{
    flex-direction: column;
    max-width: 100%;
  }
  .health-box1{
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
  }
  .health-insurance1{
    margin-left: 20px;
  }
  .health-insurance-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-items: center;
    max-width: 100% !important;
  }
  .child{
    width: 90px;
    height: 20px;
    font-size: 12px;
  }
  .health-head{
    font-size: 13px;
  }
  .wrap-inputs{
    flex-wrap: wrap;
  }
  .flex-input-elements{
    margin: 0;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .blue-line{
    margin-top: -10px;
  }
  .mini-para{
    font-size: 12px;
  }
.flex-input-elements label, p{
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 13px;
}
.flex-each{
  width: 150px;
  flex-direction: column;
  margin-right: 0px;
}
.flex-each p{
  font-size: 12px;
}
  .logo-sitename-container p{
    font-size: 18px;
    font-family: Tiro Devanagari Sanskrit;
    margin-left: -2%;
    margin-top: 15px;
  }
  .health-insurance2-mobile{
    display: block;
    box-shadow: 1px 1px 10px #676767;
    padding: 15px;
  }
  .navbar-container-mobile{
    display: block;
  }
  .health-insurance2{
    width: 90%;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: 0.5px solid rgb(0, 0, 0);
    padding-left: 10px;
  }
  .health-insurance-flex{
    max-width: 100% !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .health1-container{
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .health1{
    width: 60%;
  }
  .form-submit-button{
    height: 30px;
    width: 60px;
    font-size: 12px;
  }
  .paragraph-form{
    font-size: 12px;
    line-height: 17px;
  }
  .navbar-container{
    display: none;
  }
  .health-insurance-box{
    width: 80%;
  }
  .health-insurance3-sub{
    width: 90%;
    margin-left: 10px;
  }
  .health-insurance3-sub p{
    font-size: 15px;
  }
  .health-insurance3-sub li{
    font-size: 15px;
  }
  .health-insurance3-sub h1{
    font-size: 17px;
  }
}

.copy-right{
  text-align: center;
  font-size: 18px;
  color: white;
  padding-bottom: 20px;
}
.hrs{
  color: rgb(214, 24, 24);
  width: 60%;
  text-align: center;
}