@charset "UTF-8";
/* line 3, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.search_box_services {
  padding: 100px 0 45px;
  background: #024594;
  color: #fff;
}

@media (max-width: 992px) {
  /* line 3, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
  .search_box_services {
    padding: 30px 0;
  }
}

/* line 11, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.search_box_services .search_heading h1 {
  font-size: 1.75rem;
  color: #fff;
}

/* line 16, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.search_box_services .input-group {
  background: #fff;
  border-radius: 40px;
}

/* line 19, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.search_box_services .input-group .form-control {
  height: 66px;
  border-radius: 40px;
  border: none;
  padding-left: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 992px) {
  /* line 19, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
  .search_box_services .input-group .form-control {
    height: 50px;
  }
}

/* line 30, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.search_box_services .input-group .input-group-append {
  padding-right: 10px;
}

/* line 32, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.search_box_services .input-group .input-group-append img {
  width: 30px;
}

@media (max-width: 992px) {
  /* line 32, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
  .search_box_services .input-group .input-group-append img {
    width: 28px;
  }
}

/* line 40, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.search_box_services .listing {
  padding: 0;
  margin: 30px 0 0;
  display: flex;
}

@media (max-width: 992px) {
  /* line 40, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
  .search_box_services .listing {
    flex-direction: column;
  }
}

/* line 47, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.search_box_services .listing li {
  margin-right: 30px;
  position: relative;
  padding-left: 25px;
}

@media (max-width: 992px) {
  /* line 47, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
  .search_box_services .listing li {
    margin-bottom: 10px;
  }
}

/* line 54, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.search_box_services .listing li:last-child {
  margin: 0;
}

/* line 57, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.search_box_services .listing li:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 5px;
  border-top: solid 2px #70B2FF;
  border-right: solid 2px #70B2FF;
  transform: rotate(45deg);
}

/* line 68, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.search_box_services .listing li a {
  color: #70B2FF;
  text-decoration: underline;
}

/* line 77, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.listsection_specialities h2 {
  margin-bottom: 28px;
}

/* line 80, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.listsection_specialities ul {
  padding: 0;
}

/* line 82, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.listsection_specialities ul li {
  margin-bottom: 4px;
}

/* line 84, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.listsection_specialities ul li a {
  color: #2699FB;
}

/* line 92, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.listsection_clinics h2 {
  margin-bottom: 40px;
}

/* line 95, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.listsection_clinics ul {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

/* line 99, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.listsection_clinics ul li {
  text-align: center;
  margin: 10px 30px;
}

@media (max-width: 992px) {
  /* line 99, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
  .listsection_clinics ul li {
    margin: 7px 6px;
  }
}

/* line 105, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.listsection_clinics ul li a {
  display: inline-block;
  border: solid 1px #044597;
  padding: 6px 20px;
  border-radius: 20px;
  transition: all .3s;
  color: #2699FB;
}

@media (max-width: 992px) {
  /* line 105, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
  .listsection_clinics ul li a {
    padding: 6px 15px;
    font-size: .875rem;
  }
}

/* line 116, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.listsection_clinics ul li a:hover {
  text-decoration: none;
  color: #F68C42;
}

/* line 124, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section-heading-2 {
  font-size: 2.188rem;
  font-family: "Roboto-Light", sans-sarif;
  color: #044597;
}

@media (max-width: 992px) {
  /* line 124, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
  .section-heading-2 {
    font-size: 1.25rem;
  }
}

/* line 132, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.heading_text {
  color: #044597;
  font-size: 1.125rem;
}

@media (max-width: 992px) {
  /* line 132, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
  .heading_text {
    font-size: 1rem;
  }
}

/* line 139, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.link_type2 {
  position: relative;
  padding-left: 25px;
  color: #044597;
  display: inline-block;
}

/* line 144, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.link_type2:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 5px;
  border-top: solid 2px #044597;
  border-right: solid 2px #044597;
  transform: rotate(45deg);
}

/* line 156, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.emergency_services_container {
  padding-left: 175px;
  position: relative;
}

@media (max-width: 992px) {
  /* line 156, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
  .emergency_services_container {
    text-align: center;
    padding: 0;
  }
}

/* line 163, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.emergency_services_container .icon {
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 992px) {
  /* line 163, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
  .emergency_services_container .icon {
    position: relative;
    margin-bottom: 20px;
  }
}

/* line 172, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.emergency_services_container .link_wrap {
  margin-top: 10px;
}

@media (max-width: 992px) {
  /* line 172, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
  .emergency_services_container .link_wrap {
    margin-top: 30px;
  }
}

/* line 181, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_healthcheckup .heading-section {
  margin-bottom: 40px;
}

/* line 183, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_healthcheckup .heading-section img {
  margin-bottom: 15px;
}

/* line 187, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_healthcheckup .checkup_card {
  background: #fff;
  border-radius: 16px;
  border: solid 1px #B5B5B5;
  padding: 40px 18px;
  text-align: center;
  padding-bottom: 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 198, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_healthcheckup .checkup_card h3.name {
  font-size: 1.25rem;
}

/* line 201, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_healthcheckup .checkup_card .btn-link {
  color: #F68C42;
}

/* line 204, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_healthcheckup .checkup_card .btn_wrap {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}

/* line 210, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_healthcheckup .checkup_card.no-btns {
  padding-bottom: 20px;
}

@media (max-width: 992px) {
  /* line 213, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
  .section_healthcheckup .checkup_card .name {
    font-size: 1.5rem;
  }
}

/* line 219, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_healthcheckup .checkup_card .price {
  color: #F68C42;
  font-size: 2.188rem;
  font-family: "Roboto-Bold", sans-sarif;
}

@media (max-width: 992px) {
  /* line 219, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
  .section_healthcheckup .checkup_card .price {
    font-size: 1.75rem;
  }
}

/* line 230, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_healthcheckup .checkup_slider .slick-track {
  display: flex;
}

/* line 232, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_healthcheckup .checkup_slider .slick-track .slick-slide {
  height: auto;
}

/* line 234, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_healthcheckup .checkup_slider .slick-track .slick-slide div {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* line 241, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_healthcheckup .checkup_slider .slick-slide {
  padding: 0 20px;
}

@media (max-width: 992px) {
  /* line 241, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
  .section_healthcheckup .checkup_slider .slick-slide {
    padding: 0 5px;
  }
}

/* line 248, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_healthcheckup .checkup_slider.no-slider .slide-col {
  margin-bottom: 15px;
}

/* line 250, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_healthcheckup .checkup_slider.no-slider .slide-col .slide {
  display: flex;
  height: 100%;
  position: relative;
}

/* line 254, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_healthcheckup .checkup_slider.no-slider .slide-col .slide .checkup_card {
  padding-bottom: 20px;
}

/* line 256, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_healthcheckup .checkup_slider.no-slider .slide-col .slide .checkup_card.career_card {
  padding-bottom: 80px;
}

/* line 268, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_carecheckup .care_slider {
  text-align: center;
}

/* line 270, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_carecheckup .care_slider .slick-slide {
  padding: 0 20px;
  height: inherit !important;
}

/* line 274, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_carecheckup .care_slider .slick-slide > div {
  display: flex;
  height: 100%;
  padding-bottom: 50px;
  position: relative;
}

/* line 279, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_carecheckup .care_slider .slick-slide > div .btn_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 288, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_carecheckup .care_slider .slick-track {
  display: flex;
}

/* line 292, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_carecheckup .care_slider .care_card h3 {
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
}

/* line 296, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_carecheckup .care_slider .care_card figure {
  text-align: center;
  min-height: 106px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

/* line 302, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_carecheckup .care_slider .care_card figure img {
  display: inline-block;
}

/* line 306, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_carecheckup .care_slider .care_card .blue_text {
  color: #044597;
  font-size: 1.125rem;
  margin-bottom: 7px;
}

/* line 311, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_carecheckup .care_slider .care_card .grey_text {
  color: #616162;
}

/* line 316, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_carecheckup .care_slider .slick-dots {
  bottom: -40px;
}

/* line 322, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.specialty_box {
  margin-bottom: 40px;
}

/* line 324, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.specialty_box .alpha {
  font-size: 3.75rem;
  font-family: "Roboto-Bold", sans-sarif;
  color: #044597;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 25px;
}

/* line 331, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.specialty_box .alpha:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F68C42;
  width: 100%;
  height: 1px;
  content: "";
}

/* line 341, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.specialty_box ul {
  padding: 0;
}

/* line 344, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.specialty_box ul li a {
  color: #2699FB;
  padding-left: 15px;
  position: relative;
  display: inline-block;
}

/* line 349, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.specialty_box ul li a:before {
  content: "»";
  position: absolute;
  left: 0;
  top: 0px;
}

/* line 360, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.make_payment_for {
  background: #024594;
  color: #fff;
}

/* line 363, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.make_payment_for h2 {
  color: #F68C42;
  font-size: 1.25rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

/* line 371, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.make_payment_for .row .payment_box_col {
  border-right: solid 1px #2A77D1;
  border-bottom: solid 1px #2A77D1;
  padding-top: 40px;
}

/* line 375, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.make_payment_for .row .payment_box_col:nth-child(1), .make_payment_for .row .payment_box_col:nth-child(2) {
  padding-top: 10px;
}

/* line 378, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.make_payment_for .row .payment_box_col:nth-child(2n) {
  border-right: none;
}

/* line 381, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.make_payment_for .row .payment_box_col:last-child, .make_payment_for .row .payment_box_col:nth-last-child(2) {
  border-bottom: none;
}

/* line 384, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.make_payment_for .row .payment_box_col .payment_box {
  padding-bottom: 105px;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}

/* line 389, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.make_payment_for .row .payment_box_col .payment_box figure {
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 394, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.make_payment_for .row .payment_box_col .payment_box figure img {
  max-height: 63px;
}

/* line 398, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.make_payment_for .row .payment_box_col .payment_box h3 {
  font-size: 1.125rem;
  color: #90D4FF;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

/* line 405, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.make_payment_for .row .payment_box_col .payment_box .btn-primary {
  border-color: #fff;
  color: #fff;
  min-width: 140px;
}

/* line 410, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.make_payment_for .row .payment_box_col .payment_box .btn_group {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 992px) {
  /* line 371, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
  .make_payment_for .row .payment_box_col {
    border-right: none;
    border-bottom: solid 1px #2A77D1;
  }
  /* line 420, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
  .make_payment_for .row .payment_box_col:nth-last-child(2) {
    border-bottom: solid 1px #2A77D1;
  }
}

/* line 429, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.services_section h2 {
  margin-bottom: 30px;
  text-align: center;
}

/* line 435, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.service_card {
  max-width: 470px;
  margin: 0 auto 50px;
}

/* line 438, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.service_card figure {
  display: flex;
  height: 85px;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 15px;
}

/* line 444, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.service_card figure img {
  max-height: 85px;
}

/* line 448, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.service_card h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  text-align: center;
}

/* line 453, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.service_card p {
  margin-bottom: 20px;
  text-align: center;
}

/* line 457, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.service_card .btn_wrap {
  text-align: center;
}

/* line 463, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.common_services .col-md-6:first-child {
  position: relative;
}

@media (max-width: 767px) {
  /* line 463, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
  .common_services .col-md-6:first-child {
    border-bottom: solid 1px #F68C42;
    margin-bottom: 15px;
    padding-bottom: 25px;
  }
}

/* line 471, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
/* .common_services .col-md-6:first-child:after {
  position: absolute;
  right: 0;
  top: 40px;
  height: calc(100% - 40px);
  content: "";
  width: 1px;
  background: #F68C42;
} */
.common_services .col-md-6:first-child:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform:translateY(-50%);
  height:100%;
  content: "";
  width: 1px;
  background: #F68C42;
}
@media (max-width: 767px) {
  /* line 471, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
  .common_services .col-md-6:first-child:after {
    display: none;
  }
}

/* line 488, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.common_services .note_row {
  margin-top: 30px;
  text-align: center;
}

/* line 491, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.common_services .note_row a {
  color: #024594;
  text-decoration: underline;
}

/* line 499, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.three_cols .col-md-4 {
  margin-bottom: 50px;
}

/* line 504, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.specialty_list_box {
  margin-bottom: 20px;
}

/* line 506, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.specialty_list_box h2 {
  color: #F68C42;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

/* line 512, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.specialty_list_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 516, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.specialty_list_box ul li {
  position: relative;
}

/* line 518, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.specialty_list_box ul li a.ddlink {
  display: flex;
  align-items: center;
  height: 100%;
  padding-bottom: 20px;
  border-bottom: solid 1px #bdcbdf;
  position: relative;
  color: #024594;
  font-size: 1.25rem;
}

/* line 527, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.specialty_list_box ul li a.ddlink .icon_wrap {
  display: inline-block;
  width: 65px;
  text-align: left;
  padding-right: 10px;
}

/* line 531, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.specialty_list_box ul li a.ddlink .icon_wrap img {
  max-width: 50px;
}

/* line 535, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.specialty_list_box ul li a.ddlink:after {
  position: absolute;
  right: 0;
  bottom: 12px;
  content: "";
  border-top: solid 2px #F68C42;
  border-right: solid 2px #F68C42;
  transform: rotate(135deg);
  width: 12px;
  height: 12px;
  transition: all .3s;
}

/* line 547, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.specialty_list_box ul li a.ddlink:hover {
  text-decoration: none;
}

/* line 552, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.specialty_list_box ul li .sublist {
  position: absolute;
  top: 100%;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  z-index: -1;
  opacity: 0;
  transform: translateY(-10px);
  transition: all .3s;
}

/* line 563, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.specialty_list_box ul li .sublist li {
  margin-bottom: 10px;
  padding-left: 20px;
}

/* line 566, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.specialty_list_box ul li .sublist li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #F68C42;
  border-radius: 50%;
}

/* line 576, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.specialty_list_box ul li .sublist li:last-child {
  margin: 0;
}

/* line 579, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.specialty_list_box ul li .sublist li a {
  position: relative;
  display: block;
  text-decoration: underline;
  color: #024594;
}

/* line 589, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.specialty_list_box ul li.active .ddlink:after {
  transform: rotate(-45deg);
  bottom: 6px;
}

/* line 594, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.specialty_list_box ul li.active .sublist {
  z-index: 10;
  opacity: 1;
  transform: translateY(0px);
}

/* line 600, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.specialty_list_box ul li.col-md-3{
  margin-bottom: 50px;
}
.specialty_list_box ul li.col-md-4{
  margin-bottom: 50px;
}

/* how it works */
/* line 609, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_how_it_works .steps_list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

/* line 614, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_how_it_works .steps_list li {
  text-align: center;
  width: 25%;
}

@media (max-width: 992px) {
  /* line 614, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
  .section_how_it_works .steps_list li {
    width: 50%;
    padding: 0 15px;
  }
}

/* line 621, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_how_it_works .steps_list li figure {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #024594;
  line-height: 160px;
  margin: 0 auto 20px;
}

@media (max-width: 992px) {
  /* line 621, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
  .section_how_it_works .steps_list li figure {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  /* line 632, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
  .section_how_it_works .steps_list li figure img {
    max-width: 30px;
  }
}

/* line 637, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.section_how_it_works .steps_list li strong {
  font-size: 1.75rem;
  color: #F68C42;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  /* line 637, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
  .section_how_it_works .steps_list li strong {
    font-size: 1.25rem;
  }
}

/* line 651, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.online_doctor_consultation .video_wrapper .img_video_wrapper {
  position: relative;
}

/* line 653, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.online_doctor_consultation .video_wrapper .img_video_wrapper button {
  border: none;
  outline: none;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  background: transparent;
}

/* line 670, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.slider_card {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 20px;
  justify-content: center;
}

/* line 677, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.slider_card .heading-section img {
  display: inline-block;
}

/* line 680, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.slider_card .heading-section .section-heading-2 {
  font-size: 1.375rem;
  margin-top: 15px;
}

/* line 684, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.slider_card .heading-section .heading_text {
  color: #707070;
}

/* line 688, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.slider_card .checkup_card {
  border: solid 1px #B5B5B5;
  padding: 15px;
  border-radius: 20px;
  margin-bottom: 25px;
  text-align: center;
}

/* line 694, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.slider_card .checkup_card .name {
  margin: 0;
}

/* line 697, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.slider_card .checkup_card .price {
  font-size: 2.125rem;
  color: #F68C42;
  font-weight: bold;
  margin: 0;
}

/* line 704, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.slider_card .slick-dots {
  bottom: auto;
  position: relative;
  margin-top: 20px;
}

/* line 711, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.visiting_hours_box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  padding: 20px;
}

/* line 716, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.visiting_hours_box .btn {
  font-size: .875rem;
}

/* line 720, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.alphabets_list {
  margin-bottom: 50px;
}

/* line 722, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.alphabets_list ul {
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  /* line 722, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
  .alphabets_list ul {
    justify-content: flex-start;
  }
}

/* line 730, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.alphabets_list ul li a {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #707070;
  transition: all .3s;
  padding: 0 7px;
}

/* line 736, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.alphabets_list ul li a.active {
  font-size: 2rem;
  color: #F68C42;
  border-bottom: solid 2px #F68C42;
}

/* line 740, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.alphabets_list ul li a.active:hover {
  text-decoration: none;
}

/* line 744, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.alphabets_list ul li a:hover {
  color: #F68C42;
}

/* onllie reports */
/* line 753, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.border-b-dashed {
  border-bottom: dashed 1px rgba(13, 19, 85, 0.3);
}

/* line 754, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.number_list li {
  list-style-position: inside;
  position: relative;
  padding-bottom: 10px;
  color: #262e30;
}

/* line 755, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.online-report-demo {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20%;
  text-align: right;
}

/* line 756, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.online-reports-heads h3 {
  width: 80%;
}

@media (max-width: 767px) {
  /* line 758, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
  .online-reports-heads h3 {
    width: 100%;
  }
  /* line 759, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
  .online-report-demo {
    position: relative;
    right: 0px;
    top: auto;
    width: 100%;
    display: inline-block;
  }
}

/* line 762, /Users/bhakumar6/Desktop/bhagesh-projects/hinduja/html-hinduja/assets/css/scss/services.scss */
.modal_view_demo .modal-body {
  height: auto;
}

/*# sourceMappingURL=../services.map */

/* Make a payment Section CSS Start */
.make_payment_section{ 
  background-color: #F8F9FD;
  padding: 50px 0px;
}
.make_payment_section h2{ color: #044597; text-align: center; font-weight: normal; margin-bottom: 35px;}
.make_payment_section .payment_box_wrap{ display: flex; flex-wrap: wrap; justify-content: center; text-align: center;}
.make_payment_section .payment_box_wrap .box_sec{ margin: 0px 20px 40px 20px; max-width:310px; width:100%; background: #FFFFFF 0% 0% no-repeat padding-box; box-shadow: 0px 3px 6px #00000029; border-radius: 16px; padding: 45px 20px 35px 20px; -webkit-border-radius: 16px; -moz-border-radius: 16px; -ms-border-radius: 16px; -o-border-radius: 16px; }
.make_payment_section .payment_box_wrap .box_sec .icon_image{ display: block; margin-bottom: 12px; min-height: 75px;}
.make_payment_section .payment_box_wrap .box_sec h3{ font-size: 1rem; line-height: 1.4rem;  color: #262e30; padding-bottom: 20px; font-size: 1rem; margin-bottom: 0px; min-height: 110px;}
.make_payment_section .payment_box_wrap .box_sec .btn{ padding:8px 12px; font-weight: normal;}
.make_payment_section .payment_box_wrap .box_sec .btn-link{ color: #000000; margin: 30px 0px 10px 0px;}
.make_payment_section .payment_box_wrap .box_sec .btn-link:hover{ color: #0056b3;}
.make_payment_section .payment_box_wrap .box_sec .btn-link:hover:after{ border-color: #0056b3;}

@media (max-width: 767px) {
  .make_payment_section h2{ font-size: 1.6rem; margin-bottom: 20px;}
  .make_payment_section .payment_box_wrap .box_sec{ padding: 20px 20px 30px 20px; width:100%;} 
  .make_payment_section .payment_box_wrap .box_sec h3{ min-height: auto;}
}
/* Make a payment Section CSS End */


.section_healthcheckup .checkup_slider.no-slider .slide-col .slide {
  display: flex;
  height: 100%;
  position: relative;
  align-items: center;
}
.section_healthcheckup .checkup_slider.no-slider .slide-col .slide img{ margin-right: 10px;}

.section_healthcheckup .checkup_slider.no-slider .slide-col .slide .checkup_card {
  padding-bottom: 20px;
}


.section_healthcheckup .checkup_slider.no-slider .slide-col .slide .checkup_card.career_card {
  padding-bottom: 80px;
}

.section_healthcheckup .checkup_card h3.name {
  font-size: 1.25rem;
}
.section_healthcheckup .checkup_slider.no-slider .slide-col {
  margin-bottom: 15px;
}

.section_healthcheckup .checkup_card .btn_wrap {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}

.checkup_card_inner{ min-height: 300px; }

.section_healthcheckup .checkup_card_inner .price{ font-size: 1.2rem; padding: 10px 0px;} 

.listsection_clinics ul li a{ height:100%;}
.listsection_clinics .cancer_offers ul li.subspeciality_list_box a .heading-title{ display: flex; align-items: center; justify-content: center;
  height: 100%;}

.service_card.service_card_wrap h3{ margin-bottom:20px;}
.section_healthcheckup .checkup_slider.slick-slider .checkup_card{ padding-bottom:80px; position: relative;}
.section_healthcheckup .checkup_slider.slick-slider .checkup_card .btn-primary{ position: absolute; left: 0px; right: 0px; margin: 0 auto; max-width: 180px; bottom: 30px; }

.express-health-checkup-table tbody tr:first-child {  background-color: #fff !important; color:#000 !important; }
.express-health-checkup-table tbody tr:first-child td:last-child{ border-left:1px solid #ff9836 !important}
.express-health-checkup-table tbody tr table{ border: 0px;}
.express-health-checkup-table tbody tr table tr,.express-health-checkup-table tbody tr table tr td, .express-health-checkup-table tbody tr:first-child table td:last-child{ border: 0px !important;}
.express-health-checkup-table tbody tr table tr td{ padding: 0px 0px 10px 0 !important;}
.express-health-checkup-table tbody tr td table tr:first-child td:last-child{ border: 0px !important;}
/*-----------Disease And Conditions Page CSS Start-------------*/
/* .searchSpeciality-wrap .specialty_list_box h2{ display: none;}
.searchSpeciality-wrap .specialty_list_box ul li a.ddlink .icon_wrap{ display: none;} */
.searchSpeciality-wrap .specialty_list_box ul li{ margin-bottom: 40px;} 
.common_modal.disease_condition_modal_wrap .modal-body{ height: auto;}
.alphabets_list h2{ letter-spacing: 2px;}
/*-----------Disease And Conditions Page CSS End-------------*/

.specialty_list_box ul li a.ddlink:after{ display: none;}
.section_healthcheckup .checkup_slider .slick-track{ padding-bottom: 20px;}
.listsection_clinics ul.bullet_list li a{ border:0px; color: #262e30; padding: 0px;}

.service_card_main_wrap .service_card .btn_wrap{ position: absolute; bottom: 50px; left: 0px; right: 0px;}
.service_card_main_wrap .service_card{ margin: 0 auto 50px; padding-bottom: 50px;}

#enterHHNoSec {
  display: none;
  padding: 50px 0;
}

#hhServicesSec .service_card h3 {
  min-height: 50px;
}

.backButton {
  color: #024594
}

@media (max-width: 767px) {
  .service_card_main_wrap .service_card .btn_wrap{ position:relative; bottom: 0px;}
  .service_card_main_wrap .service_card{ margin: 0 auto 50px; padding-bottom:0px;}
  #hhServicesSec .service_card h3 {
    min-height: auto;
  }
}

.section_healthcheckup .checkup_card.color-blue{ border:1px solid #044597;}
.section_healthcheckup .checkup_card.color-blue .slide p{ color:#F68C42; font-weight: 600; }
.comment_section .comment_box #comments{ margin-bottom: 0;}