/* Banner Title Start */
.banner-title{
  padding: 20px 0;
}
.banner-title h1{
  font-size: 40px;
  font-weight: 600;
  color: #0C356A;
  margin: 0;
}
.inner-banner img{
  display: block;
  width: 100%;
}
/* Banner Title End */
/* banner Quick link Start */
.banner-select-section{
  width: 90%;
  margin: auto;
  height: 130px;
  background: #fff;
  border: 1px solid #0174be45;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  align-items: center;
}
.banner-quick-link-col{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.banner-quick-link-col .form-group{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
 
}
.banner-quick-link-icon img{
  display: block;
}
.banner-quick-link-col a{
  color: #0C356A;
  display: block;
}
.banner-quick-link-icon{
  margin-right: 10px;
}
.doctor-search-bar{
  margin-top: -70px;
  position: relative;
  z-index: 9;
}
.baner-quick-link-border{
  border-right: 1px solid #e2e3e5;
}
/* banner Quick link End */
.call-details a{
  display: flex;
  align-items: center;
  color: #777;
  font-size: 16px;
}
.call-details a span{
  margin-right: 15px;
}
.contact-us .d-grid{
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}
.health-check-form .form-group{
  margin-bottom: 25px;
  
}
.health-check-form{
  background-color: #0176be0f;
  padding: 20px;
}
.health-check-form label{
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #74787D;
}
.health-check-form input, .health-check-form textarea{
  display: block;
  width: 100%;
  padding: 13px 20px;
  border:1px solid #E8E9EC;
  background: #fff;
  box-shadow: none;
  border-radius: 5px;
  font-family: 'Work Sans';
}
.health-check-form textarea{
  margin-top: 25px;
}
.health-check-form form{
  background: #0176be14;
  padding: 20px;
  border-radius: 5px;
}
.health-check-form form h2{
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: #0C356A;
  margin-top: 0;
}
.health-check-form-btn{
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.health-check-form-btn button{
  display: inline-block;
  padding: 5px 30px;
  border: 2px solid #0176be14;
  border-radius: 30px;
  width: 185px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #0C356A;
  border-color: #0C356A;
}
.health-check-form-btn a:last-child{
  background: #0C356A;
  color: #fff;
  border-color: #0C356A;
}
.availablity .box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.availablity .box p{
  display: flex;
}
.availablity .box{
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.box p {
	padding-bottom: 10px;
  display: flex;
  align-items: center;
  margin-right: 100px;
}

.box p:last-of-type {
	margin-right: 0;
}

.availablity input[type="checkbox"] {
	display: none;
}

.availablity label {
	cursor: pointer;
  display: flex;
  align-items: center;
}

.availablity input[type="checkbox"] + label span {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: 0 10px 0 0;
	background: #f2f2f2;
	border: 1px solid #b0b0b0;
	border-radius: 3px;
	cursor: pointer;
}

.availablity input[type="checkbox"]:checked + label span {
	background: #0C356A;
  border-color: #0C356A;
}
.health-check-form{
  margin-top: 100px;
}
.work-with-us button{
  display: inline-block;
  padding: 5px 30px;
  border: 2px solid #0176be14;
  border-radius: 30px;
  width: 185px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #0C356A;
  border-color: #0C356A;
  cursor: pointer;
  margin-top: 30px;
}
.map{
  margin-top: 40px;
}
.contact-us h3{
  color: #0C356A;
  font-size: 24px;
  font-weight: 600;
  position: relative;
}
.contact-us h3:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}
.work-with-us img{
  width: 100%;
  display: block;
}
.contact-us .d-grid {
  grid-template-columns: repeat(2, 1fr);
}
@media(max-width:991px){
  .banner-select-section{
    padding: 10px;
    width: 100%;
  }
  .banner-select-section .dropdown-select{
    font-size: 14px;
  }
  .banner-quick-link-col a {
    font-size: 14px;
  }
  .doctor-search-bar {
    margin-top: -40px;
  }
  .contact-us .d-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .availablity .box{
    display: block;
  }
}
@media(max-width:767px){
  .banner-quick-link-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.select-speciality{
  -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.baner-quick-link-border:nth-child(2){
  border: none;
}
.baner-quick-link-no-border{
  border-right: none;
}
.contact-us .d-grid {
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.health-check-form{
  margin-top: 40px;
}
.banner-select-section{
  height: 90px;
}
.contact-us h3{
  margin: 0 0 12px 0;
}
}
@media(max-width:499px){
  .banner-quick-link-icon img {
    display: block;
    width: 24px;
}
.banner-quick-link-col a {
  font-size: 12px;
} 
    .banner-title h1{
      font-size: 30px;
    }
}
@media(max-width:359px){
  .banner-select-section{
    display: block;
    padding: 20px;
  }
  .banner-quick-link-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.banner-quick-link-col .form-group{
  justify-content: flex-start;
  margin-bottom: 7px;
}
.banner-select-section{
  height: auto;
}
.banner-quick-link-col a{
  display: block;
  padding: 7px 20px;
}
}
