/*background colors*/
.slick-track {
  margin-left: initial;
  margin-right: initial; }

.slick-arrow {
  text-align: center;
  border: 0px;
  border-radius: 0;
  cursor: pointer;
  font-size: 0;
  left: 50%;
  bottom: -35px;
  position: absolute;
  text-indent: -999px;
  overflow: unset;
  z-index: 9;
  width: 14px;
  height: 22px;
  background: url("https://www.fortishealthcare.com/drupal-data/images/left-arrow.svg") no-repeat center center;
  transition: transform .3s; }
  .slick-arrow.slick-prev {
    margin: 0 0 0 -20px; }
  .slick-arrow.slick-next {
    margin: 0 0 0 5px;
    background-image: url("https://www.fortishealthcare.com/drupal-data/images/right-arrow.svg"); }
  .slick-arrow:hover {
    opacity: 0.8; }
  .slick-arrow.slick-disabled {
    pointer-events: none;
    filter: grayscale(100%);
    opacity: 0.7; }

.list-arrow > li {
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
  line-height: 20px;
  font-weight: 500; }
  @media only screen and (max-width: 767px) {
    .list-arrow > li {
      font-size: 12px;
      margin-bottom: 8px;
      line-height: 1.3; } }
  .list-arrow > li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 9px;
    left: 0;
    top: 6px;
    background: url(../images/arrow-point.svg) no-repeat; }

@media only screen and (max-width: 767px) {
  .hospital-view {
    padding-top: 110px; } }
.hospital-view h1 {
  text-align: center;
  font: 500 26px/26px "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #221E20;
  margin-bottom: 16px; }
  @media only screen and (max-width: 767px) {
    .hospital-view h1 {
      font-size: 22px; } }
.hospital-view p {
  text-align: center;
  font: 12px/21px "Montserrat", sans-serif;
  color: #313131; }
.hospital-view header {
  padding: 28px 196px 0; }
  @media only screen and (max-width: 1023px) {
    .hospital-view header {
      padding: 28px 100px 0; } }
  @media only screen and (max-width: 767px) {
    .hospital-view header {
      padding: 18px 0; } }
.hospital-view .views-exposed-form {
  padding: 16px 108px 5px; }
  @media only screen and (max-width: 767px) {
    .hospital-view .views-exposed-form {
      padding: 22px 0 0; } }
  .hospital-view .views-exposed-form .button.js-form-submit.form-submit {
    display: none; }
  .hospital-view .views-exposed-form .form-item-search-api-fulltext {
    position: relative;
    position: relative;
    margin-bottom: 25px; }
    .hospital-view .views-exposed-form .form-item-search-api-fulltext input.form-autocomplete {
      background-image: none;
      min-width: 1025px;
      max-width: 1025px;
      max-height: 71px;
      min-height: 71px; }
      @media only screen and (max-width: 1199px) {
        .hospital-view .views-exposed-form .form-item-search-api-fulltext input.form-autocomplete {
          min-width: auto;
          max-width: unset;
          max-height: unset;
          min-height: auto; } }
    @media only screen and (max-width: 767px) {
      .hospital-view .views-exposed-form .form-item-search-api-fulltext {
        position: fixed;
        top: 55px;
        z-index: 999;
        background: #fff;
        width: 100%;
        left: 0;
        padding: 22px 18px;
        margin-bottom: 0;
        box-shadow: 0px 3px 9px #00000017; } }
    .hospital-view .views-exposed-form .form-item-search-api-fulltext > label {
      display: none; }
    .hospital-view .views-exposed-form .form-item-search-api-fulltext > input {
      padding: 26px 70px 25px 32px;
      background: #FFF;
      border-radius: 8px;
      font: 500 14px/18px "Montserrat", sans-serif; }
      .hospital-view .views-exposed-form .form-item-search-api-fulltext > input::placeholder {
        font: 500 14px/18px "Montserrat", sans-serif;
        color: #797777; }
      @media only screen and (max-width: 767px) {
        .hospital-view .views-exposed-form .form-item-search-api-fulltext > input {
          padding: 22px 20px;
          font-size: 12px;
          line-height: 1; }
          .hospital-view .views-exposed-form .form-item-search-api-fulltext > input::placeholder {
            font-size: 12px;
            line-height: 1; } }
    .hospital-view .views-exposed-form .form-item-search-api-fulltext .search-icon {
      right: 30px; }

.hospital-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -16px;
  padding: 9px 0 34px; }
  @media only screen and (max-width: 767px) {
    .hospital-list {
      margin: 0; } }
  .hospital-list li {
    width: calc(33.33% - 32px);
    margin: 16px;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px #00000017;
    border-radius: 8px; }
    @media only screen and (max-width: 1023px) {
      .hospital-list li {
        width: calc(50% - 32px); } }
    @media only screen and (max-width: 767px) {
      .hospital-list li {
        width: 100%;
        margin: 16px 0; } }
    .hospital-list li > img {
      border-radius: 8px 8px 0 0; }
    .hospital-list li .main {
      padding: 11px 13px 16px 13px;
      background: #fff;
      min-height: 88px; }
    .hospital-list li .img img {
      border-radius: 8px 8px 0 0; }
    .hospital-list li .title {
      font: bold 14px/18px "Montserrat", sans-serif;
      color: #000000;
      width: 100%;
      padding-right: 30px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .hospital-list li .link-wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0 0; }
    .hospital-list li .icons {
      display: flex;
      align-items: center;
      flex: 1;
      justify-content: flex-end; }
      .hospital-list li .icons a {
        background: #FFFFFF;
        box-shadow: 0px 3px 16px #00000029;
        border: 1px solid #F4D7D0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 7px;
        border-radius: 50%;
        margin-right: 21px;
        cursor: pointer; }
        .hospital-list li .icons a:last-child {
          margin-right: 0; }
    .hospital-list li .button-wrap .button {
      padding: 12px 7px;
      text-transform: capitalize; }

.button-wrap {
  display: flex; }
  .button-wrap a {
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .button-wrap a {
        white-space: nowrap; } }
    .button-wrap a:first-child {
      border-radius: 0px 0px 0px 4px; }
    .button-wrap a:last-child {
      border-radius: 0px 0px 4px 0px; }
  .button-wrap .button {
    background: #F4D7D0;
    font: 500 12px/15px "Montserrat", sans-serif;
    color: #181515;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: all 0.2s;
    border: 1px solid #F4D7D0; }
    .button-wrap .button:hover {
      background: #FFF;
      border: 1px solid #F4D7D0;
      color: #000; }
    .button-wrap .button.white {
      background: #fff;
      font: 500 11px/14px "Montserrat", sans-serif;
      color: #000;
      border: 1px solid #F4D7D0; }
      .button-wrap .button.white:hover {
        border: 1px solid #F4D7D0;
        background: #F4D7D0; }

#edit-field-location li {
  cursor: pointer; }

.filter-form-list, .spec-location-list {
  padding: 0 38px; }
  @media only screen and (max-width: 767px) {
    .filter-form-list, .spec-location-list {
      padding: 0;
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      overflow-y: hidden;
      margin: 0; } }
  .filter-form-list .slick-slide, .spec-location-list .slick-slide {
    margin: 0 5px; }
  .filter-form-list .slick-list, .spec-location-list .slick-list {
    width: 100% !important; }
  @media only screen and (max-width: 767px) {
    .filter-form-list .slick-arrow, .spec-location-list .slick-arrow {
      display: none !important; } }
  .filter-form-list .slick-arrow.slick-next, .spec-location-list .slick-arrow.slick-next {
    right: 5px;
    left: auto;
    top: 50%;
    transform: translateY(-50%); }
  .filter-form-list .slick-arrow.slick-prev, .spec-location-list .slick-arrow.slick-prev {
    left: 20px;
    top: 50%;
    transform: translateY(-50%); }
  .filter-form-list .slick-track, .spec-location-list .slick-track {
    margin-left: auto;
    margin-right: auto; }
  .filter-form-list li, .spec-location-list li {
    font: 500 12px/13px "Montserrat", sans-serif;
    color: #313131;
    border: 1px solid #C9C9C9;
    border-radius: 4px;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s; }
    .filter-form-list li:hover, .filter-form-list li.selected, .spec-location-list li:hover, .spec-location-list li.selected {
      background: #F4D7D0;
      box-shadow: 0px 2px 5px #E2C0B8;
      border-radius: 8px;
      color: #181515;
      border-color: #F4D7D0; }
    @media only screen and (max-width: 767px) {
      .filter-form-list li, .spec-location-list li {
        min-width: 20vw;
        margin-right: 10px;
        margin-bottom: 4px; } }

.rating {
  display: flex;
  align-items: center;
  background: #F8F7FF;
  border: 1px solid #EBE9F8;
  padding: 6px 11px;
  border-radius: 17px;
  min-width: 158px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .rating > span {
    margin-left: 7.8px;
    font: 14px/14px "Montserrat", sans-serif;
    color: #000000;
    display: flex;
    align-items: center; }
  .rating .rating-value {
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .rating .rating-value p {
      font: 14px/19px "Montserrat", sans-serif;
      color: #000000;
      margin-left: 10px; }

span.stars {
  display: block;
  background: url("https://www.fortishealthcare.com/drupal-data/images/blank.svg") repeat-x;
  width: 86px;
  height: 17px; }
  span.stars span {
    display: block;
    background: url("https://www.fortishealthcare.com/drupal-data/images/filled.svg") repeat-x;
    width: 86px;
    height: 17px; }

#views-exposed-form-hospital-listing-page-1 .form-select {
  display: none !important; }

span.stars span {
  background-position: 0 0; }

@media only screen and (max-width: 767px) {
  .hospital-view .views-exposed-form {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden; } }
@media only screen and (max-width: 767px) {
  .hospital-view .views-exposed-form > fieldset {
    margin-bottom: 0; } }
.hospital-view .views-exposed-form .form-radios {
  margin: 0 -5px;
  padding: 0 38px; }
  @media only screen and (max-width: 767px) {
    .hospital-view .views-exposed-form .form-radios {
      padding: 0;
      display: flex;
      flex-wrap: nowrap;
      margin: 0;
      width: calc(100% + 25px); } }
  .hospital-view .views-exposed-form .form-radios .slick-slide {
    margin: 0 5px; }
  .hospital-view .views-exposed-form .form-radios .slick-list {
    width: 100% !important; }
  @media only screen and (max-width: 767px) {
    .hospital-view .views-exposed-form .form-radios .slick-arrow {
      display: none !important; } }
  .hospital-view .views-exposed-form .form-radios .slick-arrow.slick-next {
    right: 5px;
    left: auto;
    top: 50%;
    transform: translateY(-50%); }
  .hospital-view .views-exposed-form .form-radios .slick-arrow.slick-prev {
    left: 20px;
    top: 50%;
    transform: translateY(-50%); }
  .hospital-view .views-exposed-form .form-radios .slick-track {
    margin-left: auto;
    margin-right: auto; }
  .hospital-view .views-exposed-form .form-radios .form-item {
    margin-bottom: 0;
    margin-right: 8px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .hospital-view .views-exposed-form .form-radios .form-item {
        min-width: 20vw;
        margin-right: 10px;
        margin-bottom: 4px; } }
    .hospital-view .views-exposed-form .form-radios .form-item input.form-radio {
      padding: 0;
      margin: 0;
      position: absolute;
      width: 0;
      height: 0;
      opacity: 0; }
    .hospital-view .views-exposed-form .form-radios .form-item input.form-radio:checked + label {
      border-color: #f4d7d0;
      background: #f4d7d0; }
    .hospital-view .views-exposed-form .form-radios .form-item label {
      padding: 11px 18px;
      font-size: 12px;
      line-height: 15px;
      color: #191919;
      border: 1px solid #c9c9c9;
      border-radius: 4px;
      cursor: pointer;
      transition: .3s;
      font-weight: 500;
      white-space: nowrap; }

.faq-outer {
  padding-top: 40px; }

.faq-sec > li {
  position: relative;
  margin-bottom: 14px;
  border: 1px solid #D3D4DB;
  border-radius: 8px;
  box-shadow: 0px 3px 10px #8F74A21D; }
  .faq-sec > li .faq-title {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    padding: 18px 15px;
    padding-right: 40px;
    display: block;
    position: relative;
    margin: 0;
    line-height: 1.2;
    cursor: pointer; }
    .faq-sec > li .faq-title:hover {
      color: #DB7C65; }
    .faq-sec > li .faq-title:after {
      content: "";
      position: absolute;
      width: 8px;
      height: 8px;
      right: 19px;
      top: 19px;
      border-right: 2px solid;
      border-bottom: 2px solid;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      transition: transform .3s; }
    .faq-sec > li .faq-title.active:after {
      top: 23px;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .faq-sec > li .faq-content {
    display: none;
    padding: 0 15px 15px; }
    .faq-sec > li .faq-content p {
      font-size: 14px;
      color: #221E20; }
    .faq-sec > li .faq-content.show {
      display: block; }

.faq-sec.initiatives-sec {
  margin-top: 15px; }
  .faq-sec.initiatives-sec > h3 {
    position: relative;
    margin-bottom: 14px;
    border: 1px solid #D3D4DB;
    border-radius: 8px;
    box-shadow: 0px 3px 10px #8F74A21D;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    padding: 18px 15px;
    padding-right: 40px;
    display: block;
    position: relative;
    margin: 0;
    line-height: 1.2;
    cursor: pointer; }
    .faq-sec.initiatives-sec > h3:hover {
      color: #DB7C65; }
    .faq-sec.initiatives-sec > h3:after {
      content: "";
      position: absolute;
      width: 8px;
      height: 8px;
      right: 19px;
      top: 19px;
      border-right: 2px solid;
      border-bottom: 2px solid;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      transition: transform .3s; }
    .faq-sec.initiatives-sec > h3.active {
      border-bottom: none;
      border-radius: 8px 8px 0 0; }
      .faq-sec.initiatives-sec > h3.active:after {
        top: 23px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg); }
  .faq-sec.initiatives-sec .faq-content {
    display: none;
    padding: 0 0 15px;
    box-shadow: 0px 3px 10px #8f74a21d;
    border: 1px solid #D3D4DB;
    border-radius: 0 0 8px 8px; }
    .faq-sec.initiatives-sec .faq-content p {
      font-size: 14px;
      color: #221E20; }

.accordion-subheading {
  font: bold 14px/18px "Montserrat", sans-serif;
  color: #3B3B3B;
  padding-bottom: 6px;
  padding-top: 12px; }
  @media only screen and (max-width: 767px) {
    .accordion-subheading {
      font-size: 12px; } }

.accordion-box {
  background: #FFFFFF;
  border: 1px solid #F4D7D0;
  border-radius: 8px;
  margin: 0 3px 20px; }

.hospital-detail .hospital-info {
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .hospital-detail .hospital-info {
      margin: 0 -15px 0;
      box-shadow: 0px 3px 26px #00000010;
      padding: 15px; } }
  .hospital-detail .hospital-info .hospital-name h2 {
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 26px; }
  .hospital-detail .hospital-info .hospital-contact-info {
    display: flex; }
    @media only screen and (max-width: 767px) {
      .hospital-detail .hospital-info .hospital-contact-info {
        justify-content: space-between; } }
    .hospital-detail .hospital-info .hospital-contact-info .icons {
      display: flex;
      margin-right: 48px; }
      @media only screen and (max-width: 767px) {
        .hospital-detail .hospital-info .hospital-contact-info .icons {
          margin-right: 38px; } }
      .hospital-detail .hospital-info .hospital-contact-info .icons a {
        margin-right: 18px;
        width: 39px;
        height: 39px;
        background: #FFFFFF;
        box-shadow: 0px 3px 16px #00000029;
        border: 1px solid #F4D7D0;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
    .hospital-detail .hospital-info .hospital-contact-info .button-wrap {
      display: block; }
      .hospital-detail .hospital-info .hospital-contact-info .button-wrap .button {
        width: auto;
        border-radius: 4px;
        min-width: 170px; }
.hospital-detail .nabh-block {
  padding: 35px 0 0 0; }
@media only screen and (max-width: 767px) {
  .hospital-detail .speciality-block .speciality-card-slider {
    display: grid;
    grid-template-rows: repeat(2, 150px);
    grid-auto-flow: column; }
    .hospital-detail .speciality-block .speciality-card-slider li {
      margin-bottom: 20px; } }

.nabh-block {
  padding: 35px 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px; }
  @media only screen and (max-width: 767px) {
    .nabh-block {
      margin: 0 -3px; } }
  .nabh-block .nabh-accredited {
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0 12px; }
    @media only screen and (max-width: 767px) {
      .nabh-block .nabh-accredited {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 3px; } }
    .nabh-block .nabh-accredited .nabh-accredited-item {
      min-height: 93px;
      padding: 20px 20px 23px;
      background: #F8F7FF;
      border: 2px solid #EBE9F8;
      border-radius: 8px; }
      @media only screen and (max-width: 767px) {
        .nabh-block .nabh-accredited .nabh-accredited-item {
          min-height: auto;
          padding: 12px 20px;
          margin-bottom: 8px; } }
      .nabh-block .nabh-accredited .nabh-accredited-item b {
        font-size: 21px;
        line-height: 23px;
        font-weight: 500; }
        @media only screen and (max-width: 767px) {
          .nabh-block .nabh-accredited .nabh-accredited-item b {
            font-size: 18px; } }
      .nabh-block .nabh-accredited .nabh-accredited-item span {
        margin-top: 9px;
        font-size: 14px;
        line-height: 14px;
        color: #313131;
        display: block; }
        @media only screen and (max-width: 767px) {
          .nabh-block .nabh-accredited .nabh-accredited-item span {
            margin-top: 4px;
            font-size: 12px; } }
  .nabh-block .nabh-cards {
    flex: 0 0 70%;
    max-width: 70%;
    padding: 0 12px; }
    @media only screen and (max-width: 767px) {
      .nabh-block .nabh-cards {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 3px; } }
    .nabh-block .nabh-cards .nabh-card-list {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -12px; }
      @media only screen and (max-width: 767px) {
        .nabh-block .nabh-cards .nabh-card-list {
          margin: 0 -3px; } }
    .nabh-block .nabh-cards .nabh-card {
      flex: 0 0 33.3333%;
      max-width: 33.3333%;
      padding: 0 12px; }
      @media only screen and (max-width: 767px) {
        .nabh-block .nabh-cards .nabh-card {
          padding: 0 3px; } }
      .nabh-block .nabh-cards .nabh-card:nth-of-type(2) .nabh-card-item {
        background: #EDFAFF;
        border-color: #D1F1FF; }
      .nabh-block .nabh-cards .nabh-card:nth-of-type(3) .nabh-card-item {
        background: #FFF6F4;
        border-color: #F7E9E5; }
      .nabh-block .nabh-cards .nabh-card .nabh-card-item {
        min-height: 93px;
        padding: 17px 15px;
        background: #FDFFF4;
        border: 2px solid #F1F5DE;
        border-radius: 8px;
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 767px) {
          .nabh-block .nabh-cards .nabh-card .nabh-card-item {
            min-height: auto;
            padding: 10px 3px;
            height: 100%;
            align-items: flex-start; } }
        .nabh-block .nabh-cards .nabh-card .nabh-card-item .nabh-card-img {
          width: 53px;
          margin-right: 13px; }
          @media only screen and (max-width: 767px) {
            .nabh-block .nabh-cards .nabh-card .nabh-card-item .nabh-card-img {
              width: auto;
              flex: 0 0 25px;
              max-width: 25px;
              margin-right: 6px; } }
          .nabh-block .nabh-cards .nabh-card .nabh-card-item .nabh-card-img img {
            width: 53px; }
            @media only screen and (max-width: 767px) {
              .nabh-block .nabh-cards .nabh-card .nabh-card-item .nabh-card-img img {
                width: 100%; } }
        .nabh-block .nabh-cards .nabh-card .nabh-card-item .nabh-card-info b {
          font-size: 20px;
          line-height: 23px;
          font-weight: bold;
          color: #313131; }
          @media only screen and (max-width: 767px) {
            .nabh-block .nabh-cards .nabh-card .nabh-card-item .nabh-card-info b {
              font-size: 16px;
              line-height: 18px; } }
        .nabh-block .nabh-cards .nabh-card .nabh-card-item .nabh-card-info span {
          margin-top: 2px;
          font-size: 15px;
          line-height: 18px;
          font-weight: 500;
          color: #313131;
          display: block; }
          @media only screen and (max-width: 767px) {
            .nabh-block .nabh-cards .nabh-card .nabh-card-item .nabh-card-info span {
              font-size: 12px;
              line-height: 14px; } }
          @media only screen and (max-width: 430px) {
            .nabh-block .nabh-cards .nabh-card .nabh-card-item .nabh-card-info span {
              font-size: 10px; } }

.team-experts {
  padding: 40px 0; }
  @media only screen and (max-width: 767px) {
    .team-experts {
      padding-bottom: 0; } }
  .team-experts .team-experts-slider {
    margin: -20px -15px;
    width: calc(100% + 30px); }
    @media only screen and (max-width: 767px) {
      .team-experts .team-experts-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        -ms-flex-direction: row;
        flex-direction: row;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
        margin: -10px;
        padding: 10px;
        width: calc(100% + 25px); } }
    .team-experts .team-experts-slider li {
      width: 326px !important;
      background: #FFFFFF 0% 0% no-repeat padding-box;
      box-shadow: 0px 3px 16px #00000017;
      border-radius: 4px; }
      @media only screen and (max-width: 767px) {
        .team-experts .team-experts-slider li {
          min-width: 168px !important;
          width: 168px !important;
          margin-right: 20px; } }
      .team-experts .team-experts-slider li .expert {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%; }
      .team-experts .team-experts-slider li .expert-image {
        height: 155px;
        width: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        box-shadow: 0px 3px 16px #00000017;
        border-radius: 4px 4px 0 0; }
      .team-experts .team-experts-slider li .expert-info {
        padding: 14px 14px 17px; }
        .team-experts .team-experts-slider li .expert-info .expert-name {
          margin-bottom: 6px;
          font-size: 16px;
          line-height: 18px;
          font-weight: bold;
          color: #000000; }
          @media only screen and (max-width: 767px) {
            .team-experts .team-experts-slider li .expert-info .expert-name {
              font-size: 14px; } }
        .team-experts .team-experts-slider li .expert-info .expert-desg {
          font-size: 12px;
          font-weight: 500;
          color: #313131; }
      .team-experts .team-experts-slider li .book_appointment {
        width: 100%;
        align-self: flex-end;
        display: flex; }
        .team-experts .team-experts-slider li .book_appointment .button {
          width: 100%;
          border-radius: 0 0 4px 0;
          font-size: 12px;
          padding: 12px 5px;
          background: #F4D7D0;
          color: #181515;
          border: 1px solid #F4D7D0;
          text-align: center;
          line-height: normal;
          font-weight: 500;
          text-transform: capitalize; }
          @media only screen and (max-width: 767px) {
            .team-experts .team-experts-slider li .book_appointment .button {
              border-radius: 0 0 4px 4px; } }
          .team-experts .team-experts-slider li .book_appointment .button:hover {
            background: #FFF;
            border: 1px solid #F4D7D0; }
          .team-experts .team-experts-slider li .book_appointment .button.white {
            background: #FFF;
            color: #000;
            border-radius: 0 0 0 4px; }
            @media only screen and (max-width: 767px) {
              .team-experts .team-experts-slider li .book_appointment .button.white {
                display: none; } }
            .team-experts .team-experts-slider li .book_appointment .button.white:hover {
              background: #F4D7D0;
              border: 1px solid #F4D7D0; }
    .team-experts .team-experts-slider .slick-arrow {
      bottom: -20px; }
    @media only screen and (min-width: 1200px) {
      .team-experts .team-experts-slider .slick-list {
        width: calc(100% + 50vw - 635px) !important;
        position: relative; }
        .team-experts .team-experts-slider .slick-list::after {
          content: '';
          position: absolute;
          right: -50px;
          width: calc(50vw - 580px) !important;
          filter: blur(20px);
          height: 120%;
          z-index: 99;
          background: #fff;
          top: -10%; } }
    .team-experts .team-experts-slider .slick-slide {
      padding: 20px 15px;
      height: auto; }
      .team-experts .team-experts-slider .slick-slide > div, .team-experts .team-experts-slider .slick-slide li, .team-experts .team-experts-slider .slick-slide .expert {
        height: 100%; }
    .team-experts .team-experts-slider .slick-track {
      display: flex; }

.speciality-block {
  padding: 40px 0; }
  @media only screen and (max-width: 767px) {
    .speciality-block {
      padding-bottom: 0; } }
  .speciality-block .speciality-card-slider {
    margin: -20px -15px;
    width: calc(100% + 30px); }
    @media only screen and (max-width: 767px) {
      .speciality-block .speciality-card-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        -ms-flex-direction: row;
        flex-direction: row;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
        margin: -10px;
        padding: 10px;
        width: calc(100% + 25px); } }
    .speciality-block .speciality-card-slider li {
      width: 138px !important;
      background: #FFFFFF;
      box-shadow: 0px 8px 24px #00000014;
      border-radius: 8px; }
      @media only screen and (max-width: 767px) {
        .speciality-block .speciality-card-slider li {
          min-width: 110px !important;
          width: 110px !important;
          margin-right: 20px; } }
      .speciality-block .speciality-card-slider li a {
        padding: 17px 14px;
        text-align: center;
        display: block; }
        @media only screen and (max-width: 767px) {
          .speciality-block .speciality-card-slider li a {
            padding: 8px 10px; } }
        .speciality-block .speciality-card-slider li a img {
          width: 59px;
          margin: 0 auto 8px; }
          @media only screen and (max-width: 767px) {
            .speciality-block .speciality-card-slider li a img {
              width: 48px; } }
        .speciality-block .speciality-card-slider li a .spec-name {
          font-size: 14px;
          font-weight: 500;
          line-height: 18px;
          color: #000000;
          display: block;
          display: -webkit-box;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical;
          overflow: hidden;
          word-break: break-word; }
          @media only screen and (max-width: 767px) {
            .speciality-block .speciality-card-slider li a .spec-name {
              font-size: 11px;
              line-height: 15px; } }
    .speciality-block .speciality-card-slider .slick-arrow {
      bottom: -20px; }
    @media only screen and (min-width: 1200px) {
      .speciality-block .speciality-card-slider .slick-list {
        width: calc(100% + 50vw - 635px) !important;
        position: relative; }
        .speciality-block .speciality-card-slider .slick-list::after {
          content: '';
          position: absolute;
          right: -50px;
          width: calc(50vw - 580px) !important;
          filter: blur(20px);
          height: 120%;
          z-index: 99;
          background: #fff;
          top: -10%; } }
    .speciality-block .speciality-card-slider .slick-slide {
      padding: 20px 15px;
      height: auto; }
      .speciality-block .speciality-card-slider .slick-slide > div, .speciality-block .speciality-card-slider .slick-slide li, .speciality-block .speciality-card-slider .slick-slide a {
        height: 100%; }
    .speciality-block .speciality-card-slider .slick-track {
      display: flex; }

.hospital-list-slider {
  padding: 40px 0; }
  @media only screen and (max-width: 767px) {
    .hospital-list-slider {
      padding-bottom: 0; } }
  .hospital-list-slider .hospital-view header {
    padding: 0; }
    .hospital-list-slider .hospital-view header h1 {
      text-align: left; }
  .hospital-list-slider .hospital-list {
    margin: -16px;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .hospital-list-slider .hospital-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        -ms-flex-direction: row;
        flex-direction: row;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
        margin: -10px;
        padding: 10px;
        width: calc(100% + 25px); } }
    .hospital-list-slider .hospital-list .slick-slide {
      padding: 16px;
      height: auto; }
      .hospital-list-slider .hospital-list .slick-slide > div, .hospital-list-slider .hospital-list .slick-slide > div > li {
        height: 100%; }
    .hospital-list-slider .hospital-list .slick-track {
      display: flex; }
    .hospital-list-slider .hospital-list li {
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .hospital-list-slider .hospital-list li {
          min-width: 90% !important;
          width: 90% !important;
          margin-right: 10px; } }

@media only screen and (max-width: 767px) {
  .spec-hospital-block .hospital-view {
    padding-top: 0; } }
.spec-hospital-block .hospital-view .views-exposed-form {
  padding: 0; }
  .spec-hospital-block .hospital-view .views-exposed-form .form-select {
    display: none; }
  .spec-hospital-block .hospital-view .views-exposed-form .filter-form-list {
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .spec-hospital-block .hospital-view .views-exposed-form .filter-form-list li {
        min-width: auto;
        overflow: visible; } }
    .spec-hospital-block .hospital-view .views-exposed-form .filter-form-list .slick-arrow.slick-prev {
      left: -5px; }
    .spec-hospital-block .hospital-view .views-exposed-form .filter-form-list .slick-arrow.slick-next {
      right: -15px; }

.medical-procedure-section {
  padding: 40px 0; }
  @media only screen and (max-width: 767px) {
    .medical-procedure-section {
      padding-bottom: 0; } }
  .medical-procedure-section .medical-hospital-slider {
    margin: -20px -15px;
    width: calc(100% + 30px); }
    @media only screen and (max-width: 767px) {
      .medical-procedure-section .medical-hospital-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        -ms-flex-direction: row;
        flex-direction: row;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
        margin: -10px;
        padding: 10px;
        width: calc(100% + 25px); } }
    .medical-procedure-section .medical-hospital-slider .slick-arrow {
      bottom: -20px; }
    @media only screen and (min-width: 1200px) {
      .medical-procedure-section .medical-hospital-slider .slick-list {
        width: calc(100% + 50vw - 635px) !important;
        position: relative; }
        .medical-procedure-section .medical-hospital-slider .slick-list::after {
          content: '';
          position: absolute;
          right: -50px;
          width: calc(50vw - 580px) !important;
          filter: blur(20px);
          height: 120%;
          z-index: 99;
          background: #fff;
          top: -10%; } }
    .medical-procedure-section .medical-hospital-slider .slick-slide {
      padding: 20px 15px;
      height: auto; }
      .medical-procedure-section .medical-hospital-slider .slick-slide > div, .medical-procedure-section .medical-hospital-slider .slick-slide li {
        height: 100%; }
    .medical-procedure-section .medical-hospital-slider .slick-track {
      display: flex; }
    .medical-procedure-section .medical-hospital-slider li {
      width: 316px !important;
      box-shadow: 0px 6px 30px #FDEEEABF;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .medical-procedure-section .medical-hospital-slider li {
          min-width: 80% !important;
          width: 80% !important;
          margin-right: 20px; } }
      .medical-procedure-section .medical-hospital-slider li .medical-procedure-box .medical-procedure-image img {
        border-radius: 8px; }
      .medical-procedure-section .medical-hospital-slider li .medical-procedure-title {
        position: absolute;
        left: 0;
        bottom: 15px;
        color: #FFFFFF;
        border: 1px solid #FFFFFF4D;
        border-radius: 0px 8px 8px 0px;
        opacity: 1;
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        min-width: 191px;
        padding: 6px 28px 6px 13px;
        text-align: center;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }

.explore-video-block {
  padding: 40px 0; }
  @media only screen and (max-width: 767px) {
    .explore-video-block {
      padding-bottom: 0; } }
  .explore-video-block .video-block .explore-video-img {
    position: relative; }
    .explore-video-block .video-block .explore-video-img iframe {
      display: none; }
  .explore-video-block .video-block .explore-video-name {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    padding: 16px 20px 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .explore-video-block .video-block .explore-video-name {
        font-size: 14px;
        line-height: 20px;
        padding: 12px 14px 11px; } }
  .explore-video-block .video-block .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99; }
    .explore-video-block .video-block .play-btn:before {
      content: "";
      display: block;
      box-sizing: border-box;
      position: absolute;
      width: 0;
      height: 10px;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-left: 20px solid #DB7C65;
      top: 13px;
      left: 18px; }
  .explore-video-block .explore-video-list {
    display: flex;
    flex-wrap: wrap;
    margin: -20px; }
    @media only screen and (max-width: 767px) {
      .explore-video-block .explore-video-list {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        margin: 0 -13px; } }
    .explore-video-block .explore-video-list li {
      flex: 0 0 33.3333%;
      max-width: 33.3333%;
      padding: 20px; }
      @media only screen and (max-width: 767px) {
        .explore-video-block .explore-video-list li {
          flex: 0 0 274px;
          max-width: 274px;
          padding: 0 13px; } }
      .explore-video-block .explore-video-list li .video-block {
        background: #FBFBFD;
        box-shadow: 0px 3px 13px #79797933;
        border-radius: 6px;
        overflow: hidden; }
    .explore-video-block .explore-video-list.video-slider li {
      flex: 0 0 100%;
      max-width: 100%; }
      @media only screen and (max-width: 767px) {
        .explore-video-block .explore-video-list.video-slider li {
          flex: 0 0 274px;
          max-width: 274px;
          padding: 0 13px; } }

@media only screen and (max-width: 767px) {
  .speciality-list {
    padding-top: 90px; } }
.speciality-list h1 {
  color: #221E20;
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  margin-top: 28px; }
  @media only screen and (max-width: 767px) {
    .speciality-list h1 {
      font-size: 22px;
      line-height: 36px; } }
.speciality-list select {
  display: none; }

.spec-desc {
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #313131;
  text-align: center;
  max-width: 848px;
  margin: 0 auto; }

.all-spec h2, .top-spec h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  color: #221E20;
  margin-bottom: 4.5px; }
  @media only screen and (max-width: 767px) {
    .all-spec h2, .top-spec h2 {
      font-size: 26px;
      margin-bottom: 12.5px; } }
.all-spec ul, .top-spec ul {
  display: flex;
  flex-wrap: wrap; }
.all-spec li, .top-spec li {
  background: #FFFFFF;
  box-shadow: 0px 6px 20px #00000014;
  border-radius: 6px;
  width: calc(25% - 19px);
  margin: 14.5px 12.5px;
  padding: 18px;
  text-align: center; }
  .all-spec li:nth-child(4n), .top-spec li:nth-child(4n) {
    margin-right: 0; }
  .all-spec li:nth-child(4n + 1), .top-spec li:nth-child(4n + 1) {
    margin-left: 0; }
  .all-spec li img, .top-spec li img {
    width: 50px;
    display: block;
    margin: 0 auto; }
.all-spec .spec-name, .top-spec .spec-name {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #191919;
  margin: 15px 0 0;
  display: block; }
.all-spec .spec-detail, .top-spec .spec-detail {
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #8F74A2; }

.all-spec {
  margin-top: 50px; }
  @media only screen and (max-width: 767px) {
    .all-spec {
      margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    .all-spec li {
      box-shadow: 0px 10px 30px #00000014;
      width: 100%;
      padding: 13px 11px;
      margin: 11.5px 0; } }
  @media only screen and (max-width: 767px) {
    .all-spec li img {
      width: 40px;
      margin-right: 16px;
      margin-left: 0; } }
  @media only screen and (max-width: 767px) {
    .all-spec li a {
      display: flex;
      text-align: left;
      align-items: flex-end; } }
  @media only screen and (max-width: 767px) {
    .all-spec .spec-name {
      margin-top: 0; } }

.top-spec {
  padding: 40px 0; }
  @media only screen and (max-width: 767px) {
    .top-spec {
      padding: 22px 0; } }
  @media only screen and (max-width: 767px) {
    .top-spec .spec-name {
      font-size: 12px;
      line-height: normal;
      font-weight: 500; } }
  .top-spec li {
    padding: 30px 18px; }
    @media only screen and (max-width: 767px) {
      .top-spec li {
        box-shadow: 0px 10px 30px #00000014;
        margin: 12.5px 10px;
        padding: 13px;
        width: calc(33% - 12px); } }
    @media only screen and (max-width: 480px) {
      .top-spec li {
        width: calc(50% - 10px); } }
    @media only screen and (max-width: 767px) {
      .top-spec li:nth-child(4n) {
        margin-right: 10px; } }
    @media only screen and (max-width: 767px) {
      .top-spec li:nth-child(4n + 1) {
        margin-left: 10px; } }
    @media only screen and (max-width: 767px) {
      .top-spec li:nth-child(3n) {
        margin-right: 0; } }
    @media only screen and (max-width: 480px) {
      .top-spec li:nth-child(3n) {
        margin-right: 10px; } }
    @media only screen and (max-width: 767px) {
      .top-spec li:nth-child(3n + 1) {
        margin-left: 0; } }
    @media only screen and (max-width: 480px) {
      .top-spec li:nth-child(3n + 1) {
        margin-left: 10px; } }
    @media only screen and (max-width: 480px) {
      .top-spec li:nth-child(2n) {
        margin-right: 0; } }
    @media only screen and (max-width: 480px) {
      .top-spec li:nth-child(2n + 1) {
        margin-left: 0; } }
  .top-spec .slick-slider {
    margin: 0 -12px; }
  .top-spec .slick-slide {
    padding: 0 12.5px;
    height: auto;
    min-width: 200px; }
    .top-spec .slick-slide > div {
      height: 100%; }
    .top-spec .slick-slide li {
      height: calc(100% - 30px); }
  .top-spec .slick-track {
    display: flex;
    width: 100% !important; }

.spec-location-list {
  margin: 0 auto;
  padding: 0 38px;
  width: 1025px; }
  @media only screen and (max-width: 1199px) {
    .spec-location-list {
      width: auto; } }
  @media only screen and (max-width: 767px) {
    .spec-location-list {
      width: auto;
      padding: 0; } }
  .spec-location-list li.active {
    border-color: #F4D7D0;
    color: #181515;
    background: #F4D7D0;
    box-shadow: 0px 2px 5px #E2C0B8;
    border-radius: 8px; }

.custom-combobox {
  width: 1025px;
  max-width: 100%;
  margin: 16px auto 20px;
  display: block;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .custom-combobox {
      position: fixed;
      top: 40px;
      left: 0;
      padding: 22px;
      background: #fff;
      box-shadow: 0 3px 16px #d7d8dd83;
      z-index: 999; } }
  .custom-combobox .ui-widget.ui-widget-content {
    background: #FFFFFF;
    border: 1px solid #D3D4DB;
    border-radius: 8px;
    padding: 26px 60px 26px 32px;
    width: 100%; }

.ui-menu .ui-state-active, .ui-menu .ui-widget-content .ui-state-active, .ui-menu .ui-widget-header .ui-state-active, .ui-menu a.ui-button:active, .ui-menu .ui-button:active, .ui-menu .ui-button.ui-state-active:hover, .ui-menu .ui-state-focus {
  border: none;
  background: #DB7C65;
  color: #fff;
  margin: 0; }
.ui-menu .ui-menu-divider {
  border: none;
  margin: 0; }

.listing-pg.medical-listing-header {
  position: relative; }
  .listing-pg.medical-listing-header .page-header.head {
    max-width: 950px;
    padding: 30px 0 16px; }
    @media only screen and (max-width: 767px) {
      .listing-pg.medical-listing-header .page-header.head {
        padding: 30px 0; } }
  @media only screen and (max-width: 767px) {
    .listing-pg.medical-listing-header {
      padding-top: 125px; } }
  @media only screen and (max-width: 767px) {
    .listing-pg.medical-listing-header .heading2 {
      font-weight: 500; } }

.top-procedures {
  width: 100%;
  position: relative; }
  .top-procedures .head-col {
    position: absolute;
    top: -59px;
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    @media only screen and (max-width: 767px) {
      .top-procedures .head-col {
        position: relative;
        top: unset; }
        .top-procedures .head-col .heading2 {
          font-weight: 500; } }
  .top-procedures.show + .medical-heading {
    position: relative;
    width: 100%; }
    .top-procedures.show + .medical-heading .head-col {
      position: absolute;
      top: -59px;
      width: 60%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      @media only screen and (max-width: 767px) {
        .top-procedures.show + .medical-heading .head-col {
          position: relative;
          top: unset; }
          .top-procedures.show + .medical-heading .head-col .heading2 {
            font-weight: 500; } }

form[id^="views-exposed-form-medical-procedures-block-"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (min-width: 1200px) {
    form[id^="views-exposed-form-medical-procedures-block-"] {
      position: relative; } }
  form[id^="views-exposed-form-medical-procedures-block-"] .form-item-search-api-fulltext {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0 auto 30px;
    max-width: 1024px; }
    @media only screen and (max-width: 767px) {
      form[id^="views-exposed-form-medical-procedures-block-"] .form-item-search-api-fulltext {
        margin-bottom: 0;
        position: fixed;
        width: 100%;
        max-width: unset;
        left: 0;
        padding: 15px 15px 10px;
        top: 50px;
        background: #fff;
        z-index: 99; } }
    form[id^="views-exposed-form-medical-procedures-block-"] .form-item-search-api-fulltext > input {
      max-width: 1024px;
      padding: 26px 70px 25px 32px;
      background: #FFF;
      border-radius: 8px;
      font: 500 14px/18px "Montserrat", sans-serif, sans-serif; }
      @media only screen and (max-width: 767px) {
        form[id^="views-exposed-form-medical-procedures-block-"] .form-item-search-api-fulltext > input {
          padding: 20px 70px 20px 20px; } }
    form[id^="views-exposed-form-medical-procedures-block-"] .form-item-search-api-fulltext .search-icon {
      right: 30px; }
  form[id^="views-exposed-form-medical-procedures-block-"] .form-text {
    padding: 9px 10px;
    border: 1px solid #D3D4DB;
    border-radius: 8px; }
  form[id^="views-exposed-form-medical-procedures-block-"] .form-item-field-single-speciality {
    margin-left: 22px;
    width: 220px; }
    form[id^="views-exposed-form-medical-procedures-block-"] .form-item-field-single-speciality .form-select {
      border: 1px solid #D3D4DB;
      color: #000000;
      font-size: 14px;
      padding: 10px;
      font-weight: 500; }
    @media only screen and (max-width: 767px) {
      form[id^="views-exposed-form-medical-procedures-block-"] .form-item-field-single-speciality {
        width: calc(48% - 11px);
        margin-bottom: 30px;
        position: absolute;
        top: 146px;
        right: 15px; } }
  form[id^="views-exposed-form-medical-procedures-block-"] .form-item-field-hospitals {
    width: 220px;
    margin-left: auto; }
    form[id^="views-exposed-form-medical-procedures-block-"] .form-item-field-hospitals .form-select {
      border: 1px solid #D3D4DB;
      color: #000000;
      font-size: 14px;
      padding: 10px;
      font-weight: 500; }
    @media only screen and (max-width: 767px) {
      form[id^="views-exposed-form-medical-procedures-block-"] .form-item-field-hospitals {
        width: calc(47% - 11px);
        margin-bottom: 30px;
        position: absolute;
        top: 146px; } }
  form[id^="views-exposed-form-medical-procedures-block-"] .form-actions {
    display: none; }

.top-medical-view {
  padding-bottom: 10px; }

.medical-listing-items {
  display: flex;
  margin: 0 -15px -30px;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .medical-listing-items {
      margin: 0 -6px -12px; } }
  .medical-listing-items li {
    position: relative;
    max-width: calc(25% - 30px);
    width: 286px !important;
    margin: 0 15px 30px;
    transition: all .5s ease-in;
    transform: translateY(0);
    border-radius: 10px;
    box-shadow: 9px 6px 30px #0000001A; }
    @media only screen and (max-width: 767px) {
      .medical-listing-items li {
        width: calc(50% - 12px) !important;
        margin: 0 6px 12px;
        max-width: unset; } }
    .medical-listing-items li:hover {
      transform: translateY(-5px); }
    .medical-listing-items li .medical-img {
      box-shadow: 0px 3px 26px #0000001A;
      border-radius: 8px 8px 0px 0px; }
      .medical-listing-items li .medical-img img {
        border-radius: 8px 8px 0px 0px;
        width: 100%; }
    .medical-listing-items li .medical-text {
      background: #fff;
      text-transform: capitalize;
      border: 1px solid #00000000;
      border-radius: 0px 0px 10px 10px;
      padding: 23px 12px;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .medical-listing-items li .medical-text {
          padding: 19px 10px; } }
      .medical-listing-items li .medical-text h4 {
        margin-bottom: 0;
        font: 600 16px/21px "Montserrat", sans-serif;
        color: #221E20; }
        @media only screen and (max-width: 767px) {
          .medical-listing-items li .medical-text h4 {
            font-size: 14px;
            font-weight: 500;
            line-height: 18px; } }

.medical-heading {
  padding: 40px 0 0; }
  @media only screen and (max-width: 767px) {
    .medical-heading {
      padding: 20px 0 0; }
      .medical-heading .heading2 {
        font-weight: 500; } }

.medical-heading.show-top {
  position: absolute;
  top: 70px;
  display: flex;
  width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  @media only screen and (max-width: 767px) {
    .medical-heading.show-top {
      position: relative;
      top: unset;
      width: 100%;
      padding: 0; } }

.head.medical-procedure-main-heading {
  margin: 30px 0 -10px;
  padding: 0; }
  .head.medical-procedure-main-heading > .heading2 {
    display: none; }
  .head.medical-procedure-main-heading p {
    font: 12px/21px "Montserrat", sans-serif;
    color: #313131; }

.faq-outer.medical-faq .faq-sec > li .faq-title {
  font-size: 12px; }
.faq-outer.medical-faq .faq-sec > li .faq-content p, .faq-outer.medical-faq .faq-sec > li .faq-content li, .faq-outer.medical-faq .faq-sec > li .faq-content span {
  font-size: 12px; }

#views-exposed-form-medical-procedure-details-block-4 .form-item-field-location-target-id > label {
  display: none; }
#views-exposed-form-medical-procedure-details-block-4 select, #views-exposed-form-medical-procedure-details-block-4 input.button {
  display: none; }
#views-exposed-form-medical-procedure-details-block-4 .filter-form-list {
  padding: 0; }
  #views-exposed-form-medical-procedure-details-block-4 .filter-form-list .slick-arrow.slick-prev {
    left: 0 !important; }

.medical-slider-view {
  padding: 40px 0; }
  @media only screen and (max-width: 767px) {
    .medical-slider-view {
      padding: 40px 0 10px; } }
  @media only screen and (max-width: 767px) {
    .medical-slider-view .medical-listing-items.medical-slider {
      display: grid;
      grid-template-rows: repeat(2, 180px);
      grid-auto-flow: column;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      -ms-flex-direction: row;
      overflow: -moz-scrollbars-none;
      -ms-overflow-style: none;
      margin: -10px;
      padding: 10px;
      width: calc(100% + 25px); } }
  .medical-slider-view .medical-listing-items.medical-slider li {
    width: 286px !important;
    max-width: unset; }
    @media only screen and (max-width: 767px) {
      .medical-slider-view .medical-listing-items.medical-slider li {
        margin: 0 10px 10px 0;
        width: 43vw !important; } }
  .medical-slider-view .medical-listing-items.medical-slider .slick-list {
    width: calc(100% + 50vw - 600px) !important; }
    @media only screen and (max-width: 767px) {
      .medical-slider-view .medical-listing-items.medical-slider .slick-list {
        width: 100% !important; } }
    .medical-slider-view .medical-listing-items.medical-slider .slick-list::after {
      content: '';
      position: absolute;
      right: -50px;
      width: calc(50vw - 830px) !important;
      filter: blur(20px);
      height: 120%;
      z-index: 99;
      background: #fff;
      top: -10%; }
      @media only screen and (max-width: 767px) {
        .medical-slider-view .medical-listing-items.medical-slider .slick-list::after {
          display: none; } }
  .medical-slider-view .medical-listing-items.medical-slider .slick-slide > div {
    display: flex;
    align-items: inherit;
    height: 100%; }
  .medical-slider-view .medical-listing-items.medical-slider .slick-arrow {
    bottom: -15px !important; }
  .medical-slider-view .medical-listing-section {
    margin-bottom: 0 !important; }

.hospital-view-medical {
  padding: 40px 0; }
  @media only screen and (max-width: 767px) {
    .hospital-view-medical {
      padding: 40px 0 0; } }
  .hospital-view-medical .hospital-list {
    padding: 5px 0 0;
    margin: -16px; }
    @media only screen and (max-width: 767px) {
      .hospital-view-medical .hospital-list {
        margin: 0; } }
  .hospital-view-medical .hospital-list-slider {
    padding: 0; }
  .hospital-view-medical .filter-form-list .slick-arrow.slick-next {
    right: -25px !important; }

.explore-video-block.medical-video-block {
  padding: 0 !important; }
  .explore-video-block.medical-video-block .explore-video-list.landing-video-slider li {
    flex: 0 0 100% !important;
    max-width: 100% !important; }
    @media only screen and (max-width: 767px) {
      .explore-video-block.medical-video-block .explore-video-list.landing-video-slider li {
        flex: 0 0 274px !important;
        max-width: 274px !important; } }
  .explore-video-block.medical-video-block .explore-video-list.landing-video-slider .slick-list::after {
    display: none; }

.wrapper.medical-wrapper {
  padding-top: 40px;
  padding-bottom: 45px; }
  @media only screen and (max-width: 767px) {
    .wrapper.medical-wrapper {
      padding-top: 40px;
      padding-bottom: 0; } }

.speciality-block.medical-speciality {
  padding: 40px 0 0; }

@media only screen and (max-width: 767px) {
  .medical-listing-top {
    padding-bottom: 20px; } }

.medical-listing-section {
  margin-bottom: 30px; }

.medical-procedure-main-heading .readmore-section .showmore_content.show {
  height: auto !important; }

.explore-video-block.medical-video-block .explore-video-list.landing-video-slider li {
  max-width: 426px !important; }

.explore-video-block .video-block .explore-video-name {
  word-break: break-word;
  height: 73px; }
  @media only screen and (max-width: 767px) {
    .explore-video-block .video-block .explore-video-name {
      height: 55px; } }

/*# sourceMappingURL=medical.css.map */
