@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*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; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.2; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.wrapper {
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto; }

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  width: calc(100% + 16px); }

.mCS_no_scrollbar {
  touch-action: auto !important; }

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto; }

.mCSB_scrollTools {
  position: absolute;
  width: 6px;
  height: auto;
  left: auto;
  top: 0;
  right: 7px;
  bottom: 0; }

.mCSB_scrollTools_horizontal {
  width: 100%;
  height: 25px; }
  .mCSB_scrollTools_horizontal a {
    width: 45px;
    height: 45px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    border: none;
    z-index: 10; }
    .mCSB_scrollTools_horizontal a:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-mask: url(../image/svg_icon/arrow.svg) no-repeat center;
      mask: url(../image/svg_icon/arrow.svg) no-repeat center;
      background-size: contain;
      background-color: #848996;
      width: 16px;
      height: 14px;
      border: 0;
      transition: all 0.6s;
      margin-top: 7px; }
    .mCSB_scrollTools_horizontal a.mCSB_buttonRight {
      right: 0; }
    .mCSB_scrollTools_horizontal a.mCSB_buttonLeft {
      left: 0;
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
      .mCSB_scrollTools_horizontal a.mCSB_buttonLeft:after {
        margin-top: 23px; }
  .mCSB_scrollTools_horizontal .mCSB_dragger_bar {
    display: none; }

.prev-disabled .mCSB_buttonLeft:after {
  opacity: 0.3; }

.next-disabled .mCSB_buttonRight:after {
  opacity: 0.3; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  height: 30px;
  z-index: 1; }

.mCSB_horizontal {
  z-index: 2; }
  .mCSB_horizontal .mCSB_container {
    transition: all 0.1s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    white-space: nowrap;
    flex-wrap: nowrap; }

.mCSB_scrollTools_vertical .mCSB_scrollTools .mCSB_dragger {
  width: 100%; }

.mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  background: #F5EEEC; }

.mCSB_scrollTools .mCSB_draggerRail {
  display: none;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_dragger_bar {
  position: relative;
  width: 6px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  background: #EAD8D3;
  border-radius: 10px; }

.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0; }

.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1; }

.mCSB_vertical .mCSB_scrollTools {
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease-out; }

.mCustomScrollbar:hover .mCSB_vertical .mCSB_scrollTools {
  visibility: visible;
  opacity: 1; }

@media only screen and (max-width: 1024px) {
  .sector-faq {
    padding-right: 15px; }

  .scrollable {
    overflow: auto; } }
/*background colors*/
.banner-section {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .banner-section.banner-detail .banner-img > img, .banner-section.banner-detail .banner-img picture img {
      min-height: 254px;
      object-fit: cover; } }
  .banner-section .banner-img > img, .banner-section .banner-img picture img {
    width: 100%;
    min-height: 290px; }
    .banner-section .banner-img > img.default-img, .banner-section .banner-img picture img.default-img {
      object-fit: cover; }
    @media only screen and (max-width: 767px) {
      .banner-section .banner-img > img, .banner-section .banner-img picture img {
        min-height: 160px;
        object-fit: cover; } }
  .banner-section .banner-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 82px; }
    .banner-section .banner-content.bottom {
      bottom: 36px; }
      @media only screen and (max-width: 767px) {
        .banner-section .banner-content.bottom {
          bottom: 20px;
          top: auto;
          transform: none; } }
    @media only screen and (max-width: 1023px) {
      .banner-section .banner-content {
        bottom: 70px; } }
    @media only screen and (max-width: 767px) {
      .banner-section .banner-content {
        bottom: unset;
        top: 50%;
        transform: translateY(-50%); } }
    .banner-section .banner-content > .wrapper {
      position: relative; }
  .banner-section .banner-left {
    max-width: 540px; }
    @media only screen and (max-width: 767px) {
      .banner-section .banner-left {
        max-width: 100%; } }
    .banner-section .banner-left .banner-text {
      border-radius: 8px;
      padding: 8px 42px 8px 11px;
      display: inline-block;
      background: rgba(255, 255, 255, 0.5);
      backdrop-filter: blur(30px);
      -webkit-backdrop-filter: blur(30px); }
      @media only screen and (max-width: 767px) {
        .banner-section .banner-left .banner-text {
          padding: 8px 20px 8px 11px;
          width: 100%; } }
      .banner-section .banner-left .banner-text h1, .banner-section .banner-left .banner-text h2 {
        font: bold 24px/26px "Montserrat", sans-serif;
        color: #000000;
        position: relative;
        margin-bottom: 0; }
        @media only screen and (max-width: 767px) {
          .banner-section .banner-left .banner-text h1, .banner-section .banner-left .banner-text h2 {
            font-size: 22px;
            line-height: 1; } }
        .banner-section .banner-left .banner-text h1 span, .banner-section .banner-left .banner-text h2 span {
          color: #DB7C65; }
      .banner-section .banner-left .banner-text p {
        font: 500 14px/24px "Montserrat", sans-serif;
        color: #191919;
        padding-top: 3px;
        position: relative; }
        @media only screen and (max-width: 767px) {
          .banner-section .banner-left .banner-text p {
            font-size: 12px; } }
    .banner-section .banner-left .hospital-link {
      display: flex; }
      .banner-section .banner-left .hospital-link a {
        font-weight: 500;
        font-size: 12px;
        border-radius: 4px;
        margin: 12px 12px 0 0;
        padding-top: 12px;
        padding-bottom: 12px; }
        @media only screen and (max-width: 767px) {
          .banner-section .banner-left .hospital-link a {
            padding-left: 20px;
            padding-right: 20px;
            width: 40%; } }
        @media only screen and (max-width: 767px) {
          .banner-section .banner-left .hospital-link a:last-child {
            margin: 12px 0 0 12px; } }
  .banner-section .banner-right .rating {
    position: absolute;
    right: 15px;
    bottom: 0; }

.table-scroll {
  max-width: 100%;
  width: auto;
  overflow-x: auto;
  overflow-y: hidden; }

table {
  background: #EDEDED;
  width: 100%;
  border: none;
  border-collapse: separate;
  border-spacing: 0; }
  table caption {
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600; }
  table tr, table td, table th {
    font: 500 13px/15px "Montserrat", sans-serif;
    color: #221E20;
    border: none; }
    @media only screen and (max-width: 767px) {
      table tr, table td, table th {
        font-size: 12px; } }
  table tr th {
    font: 700 14px/18px "Montserrat", sans-serif;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    white-space: nowrap;
    background-color: #8F74A2;
    border-right: 1px solid #EDEDED; }
  table tr td {
    padding: 10px 20px;
    background-color: #fff;
    text-align: left;
    white-space: nowrap;
    border-right: 1px solid #E5E6F0;
    border-bottom: 1px solid #E5E6F0; }
    table tr td:first-child {
      border-left: 1px solid #E5E6F0; }

.footer {
  margin: 50px 0 0 0;
  clear: both; }
  .footer .footer-top .footer-top-inner {
    display: flex; }
    @media only screen and (max-width: 1023px) {
      .footer .footer-top .footer-top-inner {
        flex-direction: column; } }
  .footer .footer-top .footer-ask {
    width: 396px;
    margin-right: 6%; }
    @media only screen and (max-width: 1023px) {
      .footer .footer-top .footer-ask {
        width: 100%;
        margin-right: 0; } }
    .footer .footer-top .footer-ask h3 {
      font-size: 26px;
      font-weight: 500;
      color: #221e20;
      margin-bottom: 10px; }
      @media only screen and (max-width: 1023px) {
        .footer .footer-top .footer-ask h3 {
          font-size: 22px;
          font-weight: 400; } }
    .footer .footer-top .footer-ask .footer-ask-box {
      border: 1px solid #d3d4db;
      border-radius: 6px; }
      @media only screen and (max-width: 1023px) {
        .footer .footer-top .footer-ask .footer-ask-box {
          border: none; } }
      @media only screen and (max-width: 1023px) {
        .footer .footer-top .footer-ask .footer-ask-box .footer-ask-img {
          display: none; } }
      .footer .footer-top .footer-ask .footer-ask-box .footer-ask-img img {
        border-radius: 6px 6px 0 0; }
      .footer .footer-top .footer-ask .footer-ask-box .faq-autocomplete-form,
      .footer .footer-top .footer-ask .footer-ask-box .int-faq-autocomplete-form {
        padding: 20px 25px; }
        @media only screen and (max-width: 1023px) {
          .footer .footer-top .footer-ask .footer-ask-box .faq-autocomplete-form,
          .footer .footer-top .footer-ask .footer-ask-box .int-faq-autocomplete-form {
            padding: 0; } }
        .footer .footer-top .footer-ask .footer-ask-box .faq-autocomplete-form .form-item,
        .footer .footer-top .footer-ask .footer-ask-box .int-faq-autocomplete-form .form-item {
          margin-bottom: 0; }
  .footer .footer-top .footer-outer-menu {
    flex: 1; }
    @media only screen and (max-width: 1023px) {
      .footer .footer-top .footer-outer-menu {
        padding: 40px 0 0 0; } }
    .footer .footer-top .footer-outer-menu > .menu > li {
      position: relative;
      margin-bottom: 14px;
      border: 1px solid #d3d4db;
      border-radius: 6px;
      box-shadow: 0px 3px 10px #8f74a21d; }
      .footer .footer-top .footer-outer-menu > .menu > li > a {
        font-size: 12px;
        color: #000;
        font-weight: 700;
        padding: 14px 15px;
        display: block;
        position: relative; }
        .footer .footer-top .footer-outer-menu > .menu > li > a:hover {
          color: #db7c65; }
        .footer .footer-top .footer-outer-menu > .menu > li > a:after {
          content: "";
          position: absolute;
          width: 8px;
          height: 8px;
          right: 18px;
          top: 16px;
          border-right: 2px solid;
          border-bottom: 2px solid;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          transition: transform 0.3s; }
        .footer .footer-top .footer-outer-menu > .menu > li > a.active:after {
          top: 20px;
          -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg); }
      .footer .footer-top .footer-outer-menu > .menu > li .menu {
        padding-bottom: 13px;
        display: none; }
        .footer .footer-top .footer-outer-menu > .menu > li .menu li a {
          display: block;
          padding: 3px 15px;
          font-size: 12px;
          color: #221e20; }
          .footer .footer-top .footer-outer-menu > .menu > li .menu li a:hover {
            color: #db7c65; }
  .footer .footer-bottom {
    margin-top: 50px; }
    @media only screen and (max-width: 1199px) {
      .footer .footer-bottom {
        margin-top: 30px; } }
  .footer .footer-menu-outer {
    padding: 50px 0 0 0;
    background: #f6fff9;
    border-top: 1px solid #d0e9d9; }
    @media only screen and (max-width: 1199px) {
      .footer .footer-menu-outer {
        padding: 30px 0 0 0; } }
    .footer .footer-menu-outer .footer-menu-sec {
      display: flex;
      flex-wrap: wrap;
      gap: 20px; }
      @media only screen and (min-width: 1200px) {
        .footer .footer-menu-outer .footer-menu-sec {
          justify-content: space-between; } }
      @media only screen and (max-width: 1199px) {
        .footer .footer-menu-outer .footer-menu-sec {
          flex-direction: column;
          gap: 15px; } }
      @media only screen and (max-width: 1199px) {
        .footer .footer-menu-outer .footer-menu-sec .block-menu-box {
          display: flex;
          flex-direction: column;
          gap: 15px; } }
      @media only screen and (max-width: 1199px) {
        .footer .footer-menu-outer .footer-menu-sec .block-menu-box .block-menu {
          width: 100%;
          position: relative;
          border: 1px solid #d3d4db;
          border-radius: 6px;
          box-shadow: 0px 3px 10px #8f74a21d; } }
      @media only screen and (min-width: 1200px) {
        .footer .footer-menu-outer .footer-menu-sec .block-menu-box .block-menu + .block-menu {
          margin-top: 40px; } }
      .footer .footer-menu-outer .footer-menu-sec .block-menu-box .block-menu h4 {
        margin: 0 0 20px 0;
        font-size: 16px;
        line-height: 1.3;
        position: relative; }
        @media only screen and (min-width: 1200px) {
          .footer .footer-menu-outer .footer-menu-sec .block-menu-box .block-menu h4 {
            pointer-events: none; } }
        @media only screen and (max-width: 1199px) {
          .footer .footer-menu-outer .footer-menu-sec .block-menu-box .block-menu h4 {
            margin: 0;
            font-size: 12px;
            color: #000;
            font-weight: 700;
            padding: 15px;
            display: block;
            position: relative;
            cursor: pointer; }
            .footer .footer-menu-outer .footer-menu-sec .block-menu-box .block-menu h4:after {
              content: "";
              position: absolute;
              width: 8px;
              height: 8px;
              right: 18px;
              top: 16px;
              border-right: 2px solid;
              border-bottom: 2px solid;
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
              transition: transform 0.3s; }
            .footer .footer-menu-outer .footer-menu-sec .block-menu-box .block-menu h4.active:after {
              top: 20px;
              -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg); } }
      @media only screen and (max-width: 1199px) {
        .footer .footer-menu-outer .footer-menu-sec .block-menu-box .block-menu .menu {
          padding: 0 15px 15px 15px;
          display: none; } }
      .footer .footer-menu-outer .footer-menu-sec .block-menu-box .block-menu .menu li {
        margin: 13px 0 0 0; }
        @media only screen and (max-width: 1199px) {
          .footer .footer-menu-outer .footer-menu-sec .block-menu-box .block-menu .menu li {
            margin: 3px 0; } }
        .footer .footer-menu-outer .footer-menu-sec .block-menu-box .block-menu .menu li a {
          position: relative;
          display: inline-block;
          font-size: 16px;
          line-height: 20px;
          padding: 0;
          color: #000;
          transition: all 0.3s ease-in;
          transform: translateX(0); }
          @media only screen and (max-width: 1199px) {
            .footer .footer-menu-outer .footer-menu-sec .block-menu-box .block-menu .menu li a {
              font-size: 13px; } }
          .footer .footer-menu-outer .footer-menu-sec .block-menu-box .block-menu .menu li a:hover {
            transform: translateX(5px); }
            @media only screen and (max-width: 1199px) {
              .footer .footer-menu-outer .footer-menu-sec .block-menu-box .block-menu .menu li a:hover {
                transform: translateX(0); } }
  .footer .footer-info-outer {
    padding: 35px 0;
    background: #f6fff9; }
    @media only screen and (max-width: 1199px) {
      .footer .footer-info-outer {
        padding: 30px 0 100px; } }
    .footer .footer-info-outer .footer-info-inner {
      display: flex;
      flex-wrap: wrap; }
      @media only screen and (max-width: 767px) {
        .footer .footer-info-outer .footer-info-inner {
          flex-direction: column; } }
      .footer .footer-info-outer .footer-info-inner h4 {
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 10px; }
      .footer .footer-info-outer .footer-info-inner .footer-info-left {
        width: 33.33%;
        padding-right: 30px; }
        @media only screen and (max-width: 767px) {
          .footer .footer-info-outer .footer-info-inner .footer-info-left {
            width: 100%;
            padding: 0 0 20px 0; } }
        .footer .footer-info-outer .footer-info-inner .footer-info-left .footer-logo img {
          width: auto;
          max-height: 48px; }
          @media only screen and (max-width: 767px) {
            .footer .footer-info-outer .footer-info-inner .footer-info-left .footer-logo img {
              max-width: 81px; } }
      .footer .footer-info-outer .footer-info-inner .footer-info-mid {
        width: 33.33%;
        padding-right: 30px; }
        @media only screen and (max-width: 767px) {
          .footer .footer-info-outer .footer-info-inner .footer-info-mid {
            width: 100%;
            padding: 0 0 20px 0; } }
      .footer .footer-info-outer .footer-info-inner .footer-info-right {
        width: 33.33%; }
        @media only screen and (max-width: 767px) {
          .footer .footer-info-outer .footer-info-inner .footer-info-right {
            width: 100%; } }
    .footer .footer-info-outer .footer-copyright p {
      color: #221e20;
      padding-top: 15px; }
    .footer .footer-info-outer .footer-social-outer .footer-social {
      display: flex; }
      .footer .footer-info-outer .footer-social-outer .footer-social a {
        width: 55px;
        height: 55px;
        display: flex;
        border-radius: 50%;
        box-shadow: 3px 7px 8px #dedddd;
        margin-right: 14px;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease-in;
        transform: translateY(0); }
        .footer .footer-info-outer .footer-social-outer .footer-social a:hover {
          transform: translateY(-5px); }
        @media only screen and (max-width: 1023px) {
          .footer .footer-info-outer .footer-social-outer .footer-social a {
            width: 40px;
            height: 40px; } }
        .footer .footer-info-outer .footer-social-outer .footer-social a img {
          max-width: 30px; }
          @media only screen and (max-width: 1023px) {
            .footer .footer-info-outer .footer-social-outer .footer-social a img {
              width: 20px; } }
    .footer .footer-info-outer .footer-apps {
      display: flex;
      gap: 10px; }
      @media only screen and (max-width: 1023px) {
        .footer .footer-info-outer .footer-apps {
          margin-left: -10px;
          gap: 5px; } }
      .footer .footer-info-outer .footer-apps > a {
        transition: all .5s ease-in;
        transform: translateY(0); }
        .footer .footer-info-outer .footer-apps > a:hover {
          transform: translateY(-5px);
          opacity: .8; }
        .footer .footer-info-outer .footer-apps > a > img {
          width: 100%;
          max-width: 180px; }

.request-callback-outer,
.enquiry-form-outer {
  width: 100%;
  margin-top: 40px; }
  .request-callback-outer p.form-para,
  .enquiry-form-outer p.form-para {
    font: 500 14px/22px "Montserrat", sans-serif;
    letter-spacing: 0px;
    color: #313131; }
  .request-callback-outer h2,
  .enquiry-form-outer h2 {
    font: 500 22px "Montserrat", sans-serif;
    color: #221E20; }

.request-callback-sec,
.enquiry-form-sec,
.query-form,
.landing-form form,
.request-callback-block-form,
.get-an-estimate-form {
  background: #FFFFFF;
  box-shadow: 0px 3px 26px #0000001C;
  border-radius: 8px;
  padding: 19px 21px 28px 26px;
  margin-top: 16px; }
  @media only screen and (max-width: 767px) {
    .request-callback-sec,
    .enquiry-form-sec,
    .query-form,
    .landing-form form,
    .request-callback-block-form,
    .get-an-estimate-form {
      padding: 16px 15px 16px 18px; } }
  .request-callback-sec.enquiry-form-sec .form-submit.button,
  .enquiry-form-sec.enquiry-form-sec .form-submit.button,
  .query-form.enquiry-form-sec .form-submit.button,
  .landing-form form.enquiry-form-sec .form-submit.button,
  .request-callback-block-form.enquiry-form-sec .form-submit.button,
  .get-an-estimate-form.enquiry-form-sec .form-submit.button {
    width: auto; }
    @media only screen and (max-width: 767px) {
      .request-callback-sec.enquiry-form-sec .form-submit.button,
      .enquiry-form-sec.enquiry-form-sec .form-submit.button,
      .query-form.enquiry-form-sec .form-submit.button,
      .landing-form form.enquiry-form-sec .form-submit.button,
      .request-callback-block-form.enquiry-form-sec .form-submit.button,
      .get-an-estimate-form.enquiry-form-sec .form-submit.button {
        width: 100%; } }
  .request-callback-sec form,
  .enquiry-form-sec form,
  .query-form form,
  .landing-form form form,
  .request-callback-block-form form,
  .get-an-estimate-form form {
    max-width: 830px; }
  .request-callback-sec .form-item,
  .enquiry-form-sec .form-item,
  .query-form .form-item,
  .landing-form form .form-item,
  .request-callback-block-form .form-item,
  .get-an-estimate-form .form-item {
    clear: both;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .request-callback-sec .form-item,
      .enquiry-form-sec .form-item,
      .query-form .form-item,
      .landing-form form .form-item,
      .request-callback-block-form .form-item,
      .get-an-estimate-form .form-item {
        margin-bottom: 13px; } }
    .request-callback-sec .form-item label,
    .enquiry-form-sec .form-item label,
    .query-form .form-item label,
    .landing-form form .form-item label,
    .request-callback-block-form .form-item label,
    .get-an-estimate-form .form-item label {
      font: 500 14px/16px "Montserrat", sans-serif;
      letter-spacing: 0px;
      color: #313131;
      margin-bottom: 5px; }
    .request-callback-sec .form-item input,
    .request-callback-sec .form-item textarea,
    .request-callback-sec .form-item .form-select,
    .enquiry-form-sec .form-item input,
    .enquiry-form-sec .form-item textarea,
    .enquiry-form-sec .form-item .form-select,
    .query-form .form-item input,
    .query-form .form-item textarea,
    .query-form .form-item .form-select,
    .landing-form form .form-item input,
    .landing-form form .form-item textarea,
    .landing-form form .form-item .form-select,
    .request-callback-block-form .form-item input,
    .request-callback-block-form .form-item textarea,
    .request-callback-block-form .form-item .form-select,
    .get-an-estimate-form .form-item input,
    .get-an-estimate-form .form-item textarea,
    .get-an-estimate-form .form-item .form-select {
      background-color: #FBFBFD;
      border: 1px solid #E2E7F0;
      border-radius: 4px;
      padding: 10px; }
    .request-callback-sec .form-item textarea,
    .enquiry-form-sec .form-item textarea,
    .query-form .form-item textarea,
    .landing-form form .form-item textarea,
    .request-callback-block-form .form-item textarea,
    .get-an-estimate-form .form-item textarea {
      height: 70px; }
  .request-callback-sec .wrap-first-name,
  .request-callback-sec .wrap-firstName,
  .request-callback-sec .health-wrap-mob,
  .enquiry-form-sec .wrap-first-name,
  .enquiry-form-sec .wrap-firstName,
  .enquiry-form-sec .health-wrap-mob,
  .query-form .wrap-first-name,
  .query-form .wrap-firstName,
  .query-form .health-wrap-mob,
  .landing-form form .wrap-first-name,
  .landing-form form .wrap-firstName,
  .landing-form form .health-wrap-mob,
  .request-callback-block-form .wrap-first-name,
  .request-callback-block-form .wrap-firstName,
  .request-callback-block-form .health-wrap-mob,
  .get-an-estimate-form .wrap-first-name,
  .get-an-estimate-form .wrap-firstName,
  .get-an-estimate-form .health-wrap-mob {
    width: calc(50% - 18px);
    float: left; }
  .request-callback-sec .wrap-last-name,
  .request-callback-sec .wrap-lastName,
  .request-callback-sec .health-wrap-email,
  .enquiry-form-sec .wrap-last-name,
  .enquiry-form-sec .wrap-lastName,
  .enquiry-form-sec .health-wrap-email,
  .query-form .wrap-last-name,
  .query-form .wrap-lastName,
  .query-form .health-wrap-email,
  .landing-form form .wrap-last-name,
  .landing-form form .wrap-lastName,
  .landing-form form .health-wrap-email,
  .request-callback-block-form .wrap-last-name,
  .request-callback-block-form .wrap-lastName,
  .request-callback-block-form .health-wrap-email,
  .get-an-estimate-form .wrap-last-name,
  .get-an-estimate-form .wrap-lastName,
  .get-an-estimate-form .health-wrap-email {
    float: right;
    width: 50%; }
  .request-callback-sec .form-submit.button,
  .enquiry-form-sec .form-submit.button,
  .query-form .form-submit.button,
  .landing-form form .form-submit.button,
  .request-callback-block-form .form-submit.button,
  .get-an-estimate-form .form-submit.button {
    width: 100%;
    font: 500 12px/15px "Montserrat", sans-serif;
    letter-spacing: 0px;
    color: #0D0D0D;
    padding: 17px 20px 18px;
    border-radius: 4px;
    margin-top: 8px; }
  .request-callback-sec .form-item-files-upload-file,
  .enquiry-form-sec .form-item-files-upload-file,
  .query-form .form-item-files-upload-file,
  .landing-form form .form-item-files-upload-file,
  .request-callback-block-form .form-item-files-upload-file,
  .get-an-estimate-form .form-item-files-upload-file {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .request-callback-sec .form-item-files-upload-file,
      .enquiry-form-sec .form-item-files-upload-file,
      .query-form .form-item-files-upload-file,
      .landing-form form .form-item-files-upload-file,
      .request-callback-block-form .form-item-files-upload-file,
      .get-an-estimate-form .form-item-files-upload-file {
        width: 100%; } }
    .request-callback-sec .form-item-files-upload-file label,
    .enquiry-form-sec .form-item-files-upload-file label,
    .query-form .form-item-files-upload-file label,
    .landing-form form .form-item-files-upload-file label,
    .request-callback-block-form .form-item-files-upload-file label,
    .get-an-estimate-form .form-item-files-upload-file label {
      pointer-events: none; }
    .request-callback-sec .form-item-files-upload-file::before,
    .enquiry-form-sec .form-item-files-upload-file::before,
    .query-form .form-item-files-upload-file::before,
    .landing-form form .form-item-files-upload-file::before,
    .request-callback-block-form .form-item-files-upload-file::before,
    .get-an-estimate-form .form-item-files-upload-file::before {
      content: 'Choose files';
      position: absolute;
      max-width: 121px;
      padding: 0 0 0 25px;
      width: 100%;
      min-height: 33px;
      display: inline-flex;
      align-items: center;
      background: #fff;
      cursor: pointer;
      font: 600 14px/16px "Montserrat", sans-serif;
      color: #313131;
      left: 0;
      top: 25px;
      z-index: 1;
      margin: 0;
      border: 1px solid #f4d7d0;
      border-radius: 4px; }
      @media only screen and (max-width: 767px) {
        .request-callback-sec .form-item-files-upload-file::before,
        .enquiry-form-sec .form-item-files-upload-file::before,
        .query-form .form-item-files-upload-file::before,
        .landing-form form .form-item-files-upload-file::before,
        .request-callback-block-form .form-item-files-upload-file::before,
        .get-an-estimate-form .form-item-files-upload-file::before {
          max-width: 80px;
          padding: 0 0 0 20px;
          width: 100%;
          min-height: 20px;
          font-size: 12px; } }
    .request-callback-sec .form-item-files-upload-file::after,
    .enquiry-form-sec .form-item-files-upload-file::after,
    .query-form .form-item-files-upload-file::after,
    .landing-form form .form-item-files-upload-file::after,
    .request-callback-block-form .form-item-files-upload-file::after,
    .get-an-estimate-form .form-item-files-upload-file::after {
      content: '';
      position: absolute;
      background: url("https://www.fortishealthcare.com/drupal-data/images/attach.svg") no-repeat;
      width: 9px;
      height: 16px;
      top: 34px;
      left: 11px;
      z-index: 1; }
      @media only screen and (max-width: 767px) {
        .request-callback-sec .form-item-files-upload-file::after,
        .enquiry-form-sec .form-item-files-upload-file::after,
        .query-form .form-item-files-upload-file::after,
        .landing-form form .form-item-files-upload-file::after,
        .request-callback-block-form .form-item-files-upload-file::after,
        .get-an-estimate-form .form-item-files-upload-file::after {
          width: 9px;
          height: 16px;
          top: 27px;
          left: 8px;
          transform: scale(0.8); } }
    .request-callback-sec .form-item-files-upload-file .form-file,
    .enquiry-form-sec .form-item-files-upload-file .form-file,
    .query-form .form-item-files-upload-file .form-file,
    .landing-form form .form-item-files-upload-file .form-file,
    .request-callback-block-form .form-item-files-upload-file .form-file,
    .get-an-estimate-form .form-item-files-upload-file .form-file {
      text-indent: -999px;
      width: 148px;
      min-height: 35px;
      position: absolute;
      opacity: 0;
      left: 0;
      top: 25px;
      padding: 0;
      cursor: pointer;
      z-index: 8; }
      @media only screen and (max-width: 767px) {
        .request-callback-sec .form-item-files-upload-file .form-file,
        .enquiry-form-sec .form-item-files-upload-file .form-file,
        .query-form .form-item-files-upload-file .form-file,
        .landing-form form .form-item-files-upload-file .form-file,
        .request-callback-block-form .form-item-files-upload-file .form-file,
        .get-an-estimate-form .form-item-files-upload-file .form-file {
          max-width: 100px;
          width: 100%;
          min-height: 20px; } }
    .request-callback-sec .form-item-files-upload-file .messages,
    .enquiry-form-sec .form-item-files-upload-file .messages,
    .query-form .form-item-files-upload-file .messages,
    .landing-form form .form-item-files-upload-file .messages,
    .request-callback-block-form .form-item-files-upload-file .messages,
    .get-an-estimate-form .form-item-files-upload-file .messages {
      text-align: left; }
    .request-callback-sec .form-item-files-upload-file .messages.messages--error.file-upload-js-error,
    .enquiry-form-sec .form-item-files-upload-file .messages.messages--error.file-upload-js-error,
    .query-form .form-item-files-upload-file .messages.messages--error.file-upload-js-error,
    .landing-form form .form-item-files-upload-file .messages.messages--error.file-upload-js-error,
    .request-callback-block-form .form-item-files-upload-file .messages.messages--error.file-upload-js-error,
    .get-an-estimate-form .form-item-files-upload-file .messages.messages--error.file-upload-js-error {
      display: block !important;
      margin: 50px 0 0; }
    .request-callback-sec .form-item-files-upload-file .description,
    .enquiry-form-sec .form-item-files-upload-file .description,
    .query-form .form-item-files-upload-file .description,
    .landing-form form .form-item-files-upload-file .description,
    .request-callback-block-form .form-item-files-upload-file .description,
    .get-an-estimate-form .form-item-files-upload-file .description {
      margin: 40px 0 0;
      font: 500 12px/22px "Montserrat", sans-serif;
      color: #313131; }
      @media only screen and (max-width: 767px) {
        .request-callback-sec .form-item-files-upload-file .description,
        .enquiry-form-sec .form-item-files-upload-file .description,
        .query-form .form-item-files-upload-file .description,
        .landing-form form .form-item-files-upload-file .description,
        .request-callback-block-form .form-item-files-upload-file .description,
        .get-an-estimate-form .form-item-files-upload-file .description {
          margin: 38px 0 0;
          font-size: 10px;
          line-height: 1.4; } }
  .request-callback-sec .js-form-type-managed-file,
  .enquiry-form-sec .js-form-type-managed-file,
  .query-form .js-form-type-managed-file,
  .landing-form form .js-form-type-managed-file,
  .request-callback-block-form .js-form-type-managed-file,
  .get-an-estimate-form .js-form-type-managed-file {
    width: 100%; }
    .request-callback-sec .js-form-type-managed-file label,
    .enquiry-form-sec .js-form-type-managed-file label,
    .query-form .js-form-type-managed-file label,
    .landing-form form .js-form-type-managed-file label,
    .request-callback-block-form .js-form-type-managed-file label,
    .get-an-estimate-form .js-form-type-managed-file label {
      pointer-events: none; }
      @media only screen and (max-width: 767px) {
        .request-callback-sec .js-form-type-managed-file label,
        .enquiry-form-sec .js-form-type-managed-file label,
        .query-form .js-form-type-managed-file label,
        .landing-form form .js-form-type-managed-file label,
        .request-callback-block-form .js-form-type-managed-file label,
        .get-an-estimate-form .js-form-type-managed-file label {
          margin-bottom: 5px; } }
    .request-callback-sec .js-form-type-managed-file .js-form-managed-file,
    .enquiry-form-sec .js-form-type-managed-file .js-form-managed-file,
    .query-form .js-form-type-managed-file .js-form-managed-file,
    .landing-form form .js-form-type-managed-file .js-form-managed-file,
    .request-callback-block-form .js-form-type-managed-file .js-form-managed-file,
    .get-an-estimate-form .js-form-type-managed-file .js-form-managed-file {
      position: relative; }
      @media only screen and (max-width: 767px) {
        .request-callback-sec .js-form-type-managed-file .js-form-managed-file,
        .enquiry-form-sec .js-form-type-managed-file .js-form-managed-file,
        .query-form .js-form-type-managed-file .js-form-managed-file,
        .landing-form form .js-form-type-managed-file .js-form-managed-file,
        .request-callback-block-form .js-form-type-managed-file .js-form-managed-file,
        .get-an-estimate-form .js-form-type-managed-file .js-form-managed-file {
          width: 100%; } }
      .request-callback-sec .js-form-type-managed-file .js-form-managed-file .js-hide,
      .enquiry-form-sec .js-form-type-managed-file .js-form-managed-file .js-hide,
      .query-form .js-form-type-managed-file .js-form-managed-file .js-hide,
      .landing-form form .js-form-type-managed-file .js-form-managed-file .js-hide,
      .request-callback-block-form .js-form-type-managed-file .js-form-managed-file .js-hide,
      .get-an-estimate-form .js-form-type-managed-file .js-form-managed-file .js-hide {
        display: none; }
      .request-callback-sec .js-form-type-managed-file .js-form-managed-file::before,
      .enquiry-form-sec .js-form-type-managed-file .js-form-managed-file::before,
      .query-form .js-form-type-managed-file .js-form-managed-file::before,
      .landing-form form .js-form-type-managed-file .js-form-managed-file::before,
      .request-callback-block-form .js-form-type-managed-file .js-form-managed-file::before,
      .get-an-estimate-form .js-form-type-managed-file .js-form-managed-file::before {
        content: 'Choose files';
        position: absolute;
        max-width: 121px;
        padding: 0 0 0 25px;
        width: 100%;
        min-height: 33px;
        display: inline-flex;
        align-items: center;
        background: #fff;
        cursor: pointer;
        font: 600 14px/16px "Montserrat", sans-serif;
        color: #313131;
        left: 0;
        z-index: 1;
        margin: 0;
        border: 1px solid #f4d7d0;
        border-radius: 4px; }
        @media only screen and (max-width: 767px) {
          .request-callback-sec .js-form-type-managed-file .js-form-managed-file::before,
          .enquiry-form-sec .js-form-type-managed-file .js-form-managed-file::before,
          .query-form .js-form-type-managed-file .js-form-managed-file::before,
          .landing-form form .js-form-type-managed-file .js-form-managed-file::before,
          .request-callback-block-form .js-form-type-managed-file .js-form-managed-file::before,
          .get-an-estimate-form .js-form-type-managed-file .js-form-managed-file::before {
            max-width: 80px;
            padding: 0 0 0 20px;
            width: 100%;
            min-height: 20px;
            font-size: 12px; } }
      .request-callback-sec .js-form-type-managed-file .js-form-managed-file::after,
      .enquiry-form-sec .js-form-type-managed-file .js-form-managed-file::after,
      .query-form .js-form-type-managed-file .js-form-managed-file::after,
      .landing-form form .js-form-type-managed-file .js-form-managed-file::after,
      .request-callback-block-form .js-form-type-managed-file .js-form-managed-file::after,
      .get-an-estimate-form .js-form-type-managed-file .js-form-managed-file::after {
        content: '';
        position: absolute;
        background: url("https://www.fortishealthcare.com/drupal-data/images/attach.svg") no-repeat;
        width: 9px;
        height: 16px;
        top: 9px;
        left: 11px;
        z-index: 1; }
        @media only screen and (max-width: 767px) {
          .request-callback-sec .js-form-type-managed-file .js-form-managed-file::after,
          .enquiry-form-sec .js-form-type-managed-file .js-form-managed-file::after,
          .query-form .js-form-type-managed-file .js-form-managed-file::after,
          .landing-form form .js-form-type-managed-file .js-form-managed-file::after,
          .request-callback-block-form .js-form-type-managed-file .js-form-managed-file::after,
          .get-an-estimate-form .js-form-type-managed-file .js-form-managed-file::after {
            width: 9px;
            height: 16px;
            top: 2px;
            left: 8px;
            transform: scale(0.8); } }
      .request-callback-sec .js-form-type-managed-file .js-form-managed-file .form-file,
      .enquiry-form-sec .js-form-type-managed-file .js-form-managed-file .form-file,
      .query-form .js-form-type-managed-file .js-form-managed-file .form-file,
      .landing-form form .js-form-type-managed-file .js-form-managed-file .form-file,
      .request-callback-block-form .js-form-type-managed-file .js-form-managed-file .form-file,
      .get-an-estimate-form .js-form-type-managed-file .js-form-managed-file .form-file {
        text-indent: -999px;
        width: 148px;
        min-height: 35px;
        position: absolute;
        opacity: 0;
        left: 0;
        top: 0;
        padding: 0;
        cursor: pointer;
        z-index: 8; }
        @media only screen and (max-width: 767px) {
          .request-callback-sec .js-form-type-managed-file .js-form-managed-file .form-file,
          .enquiry-form-sec .js-form-type-managed-file .js-form-managed-file .form-file,
          .query-form .js-form-type-managed-file .js-form-managed-file .form-file,
          .landing-form form .js-form-type-managed-file .js-form-managed-file .form-file,
          .request-callback-block-form .js-form-type-managed-file .js-form-managed-file .form-file,
          .get-an-estimate-form .js-form-type-managed-file .js-form-managed-file .form-file {
            max-width: 100px;
            width: 100%;
            min-height: 20px; } }
      .request-callback-sec .js-form-type-managed-file .js-form-managed-file .messages,
      .enquiry-form-sec .js-form-type-managed-file .js-form-managed-file .messages,
      .query-form .js-form-type-managed-file .js-form-managed-file .messages,
      .landing-form form .js-form-type-managed-file .js-form-managed-file .messages,
      .request-callback-block-form .js-form-type-managed-file .js-form-managed-file .messages,
      .get-an-estimate-form .js-form-type-managed-file .js-form-managed-file .messages {
        text-align: left; }
      .request-callback-sec .js-form-type-managed-file .js-form-managed-file .messages.messages--error.file-upload-js-error,
      .enquiry-form-sec .js-form-type-managed-file .js-form-managed-file .messages.messages--error.file-upload-js-error,
      .query-form .js-form-type-managed-file .js-form-managed-file .messages.messages--error.file-upload-js-error,
      .landing-form form .js-form-type-managed-file .js-form-managed-file .messages.messages--error.file-upload-js-error,
      .request-callback-block-form .js-form-type-managed-file .js-form-managed-file .messages.messages--error.file-upload-js-error,
      .get-an-estimate-form .js-form-type-managed-file .js-form-managed-file .messages.messages--error.file-upload-js-error {
        display: block !important;
        padding: 40px 0 0;
        background: #fff;
        border: none;
        margin: 0 0 -45px 0;
        font: 500 12px/17px "Montserrat", sans-serif !important;
        color: #FF3838; }
        @media only screen and (max-width: 767px) {
          .request-callback-sec .js-form-type-managed-file .js-form-managed-file .messages.messages--error.file-upload-js-error,
          .enquiry-form-sec .js-form-type-managed-file .js-form-managed-file .messages.messages--error.file-upload-js-error,
          .query-form .js-form-type-managed-file .js-form-managed-file .messages.messages--error.file-upload-js-error,
          .landing-form form .js-form-type-managed-file .js-form-managed-file .messages.messages--error.file-upload-js-error,
          .request-callback-block-form .js-form-type-managed-file .js-form-managed-file .messages.messages--error.file-upload-js-error,
          .get-an-estimate-form .js-form-type-managed-file .js-form-managed-file .messages.messages--error.file-upload-js-error {
            padding: 30px 0 0;
            margin: 0 0 -30px 0; } }
    .request-callback-sec .js-form-type-managed-file .description,
    .enquiry-form-sec .js-form-type-managed-file .description,
    .query-form .js-form-type-managed-file .description,
    .landing-form form .js-form-type-managed-file .description,
    .request-callback-block-form .js-form-type-managed-file .description,
    .get-an-estimate-form .js-form-type-managed-file .description {
      margin: 48px 0 0;
      font: 500 12px/22px "Montserrat", sans-serif;
      color: #313131; }
      @media only screen and (max-width: 767px) {
        .request-callback-sec .js-form-type-managed-file .description,
        .enquiry-form-sec .js-form-type-managed-file .description,
        .query-form .js-form-type-managed-file .description,
        .landing-form form .js-form-type-managed-file .description,
        .request-callback-block-form .js-form-type-managed-file .description,
        .get-an-estimate-form .js-form-type-managed-file .description {
          margin: 33px 0 0;
          font-size: 10px;
          line-height: 1.4; } }
    .request-callback-sec .js-form-type-managed-file .form-submit[value="Remove"],
    .enquiry-form-sec .js-form-type-managed-file .form-submit[value="Remove"],
    .query-form .js-form-type-managed-file .form-submit[value="Remove"],
    .landing-form form .js-form-type-managed-file .form-submit[value="Remove"],
    .request-callback-block-form .js-form-type-managed-file .form-submit[value="Remove"],
    .get-an-estimate-form .js-form-type-managed-file .form-submit[value="Remove"] {
      width: auto;
      border: none;
      text-indent: -9999px;
      position: relative;
      background: url("https://www.fortishealthcare.com/drupal-data/images/cross.svg") no-repeat;
      background-size: 60%;
      top: 12px;
      position: absolute;
      right: 0;
      display: inline;
      padding: 0;
      width: 23px;
      height: 23px;
      margin: 0;
      border-radius: 0; }
      @media only screen and (max-width: 767px) {
        .request-callback-sec .js-form-type-managed-file .form-submit[value="Remove"],
        .enquiry-form-sec .js-form-type-managed-file .form-submit[value="Remove"],
        .query-form .js-form-type-managed-file .form-submit[value="Remove"],
        .landing-form form .js-form-type-managed-file .form-submit[value="Remove"],
        .request-callback-block-form .js-form-type-managed-file .form-submit[value="Remove"],
        .get-an-estimate-form .js-form-type-managed-file .form-submit[value="Remove"] {
          top: 5px; } }
    .request-callback-sec .js-form-type-managed-file .file.file--application-pdf,
    .request-callback-sec .js-form-type-managed-file .file.file--image,
    .request-callback-sec .js-form-type-managed-file .file,
    .enquiry-form-sec .js-form-type-managed-file .file.file--application-pdf,
    .enquiry-form-sec .js-form-type-managed-file .file.file--image,
    .enquiry-form-sec .js-form-type-managed-file .file,
    .query-form .js-form-type-managed-file .file.file--application-pdf,
    .query-form .js-form-type-managed-file .file.file--image,
    .query-form .js-form-type-managed-file .file,
    .landing-form form .js-form-type-managed-file .file.file--application-pdf,
    .landing-form form .js-form-type-managed-file .file.file--image,
    .landing-form form .js-form-type-managed-file .file,
    .request-callback-block-form .js-form-type-managed-file .file.file--application-pdf,
    .request-callback-block-form .js-form-type-managed-file .file.file--image,
    .request-callback-block-form .js-form-type-managed-file .file,
    .get-an-estimate-form .js-form-type-managed-file .file.file--application-pdf,
    .get-an-estimate-form .js-form-type-managed-file .file.file--image,
    .get-an-estimate-form .js-form-type-managed-file .file {
      position: absolute;
      min-height: 35px;
      left: 0;
      background: #fff;
      z-index: 9;
      top: 0;
      right: 0;
      max-width: calc(100% - 50px);
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .request-callback-sec .js-form-type-managed-file .file.file--application-pdf,
        .request-callback-sec .js-form-type-managed-file .file.file--image,
        .request-callback-sec .js-form-type-managed-file .file,
        .enquiry-form-sec .js-form-type-managed-file .file.file--application-pdf,
        .enquiry-form-sec .js-form-type-managed-file .file.file--image,
        .enquiry-form-sec .js-form-type-managed-file .file,
        .query-form .js-form-type-managed-file .file.file--application-pdf,
        .query-form .js-form-type-managed-file .file.file--image,
        .query-form .js-form-type-managed-file .file,
        .landing-form form .js-form-type-managed-file .file.file--application-pdf,
        .landing-form form .js-form-type-managed-file .file.file--image,
        .landing-form form .js-form-type-managed-file .file,
        .request-callback-block-form .js-form-type-managed-file .file.file--application-pdf,
        .request-callback-block-form .js-form-type-managed-file .file.file--image,
        .request-callback-block-form .js-form-type-managed-file .file,
        .get-an-estimate-form .js-form-type-managed-file .file.file--application-pdf,
        .get-an-estimate-form .js-form-type-managed-file .file.file--image,
        .get-an-estimate-form .js-form-type-managed-file .file {
          min-height: 22px; } }
      .request-callback-sec .js-form-type-managed-file .file.file--application-pdf a,
      .request-callback-sec .js-form-type-managed-file .file.file--image a,
      .request-callback-sec .js-form-type-managed-file .file a,
      .enquiry-form-sec .js-form-type-managed-file .file.file--application-pdf a,
      .enquiry-form-sec .js-form-type-managed-file .file.file--image a,
      .enquiry-form-sec .js-form-type-managed-file .file a,
      .query-form .js-form-type-managed-file .file.file--application-pdf a,
      .query-form .js-form-type-managed-file .file.file--image a,
      .query-form .js-form-type-managed-file .file a,
      .landing-form form .js-form-type-managed-file .file.file--application-pdf a,
      .landing-form form .js-form-type-managed-file .file.file--image a,
      .landing-form form .js-form-type-managed-file .file a,
      .request-callback-block-form .js-form-type-managed-file .file.file--application-pdf a,
      .request-callback-block-form .js-form-type-managed-file .file.file--image a,
      .request-callback-block-form .js-form-type-managed-file .file a,
      .get-an-estimate-form .js-form-type-managed-file .file.file--application-pdf a,
      .get-an-estimate-form .js-form-type-managed-file .file.file--image a,
      .get-an-estimate-form .js-form-type-managed-file .file a {
        color: #dd694d; }
        @media only screen and (max-width: 767px) {
          .request-callback-sec .js-form-type-managed-file .file.file--application-pdf a,
          .request-callback-sec .js-form-type-managed-file .file.file--image a,
          .request-callback-sec .js-form-type-managed-file .file a,
          .enquiry-form-sec .js-form-type-managed-file .file.file--application-pdf a,
          .enquiry-form-sec .js-form-type-managed-file .file.file--image a,
          .enquiry-form-sec .js-form-type-managed-file .file a,
          .query-form .js-form-type-managed-file .file.file--application-pdf a,
          .query-form .js-form-type-managed-file .file.file--image a,
          .query-form .js-form-type-managed-file .file a,
          .landing-form form .js-form-type-managed-file .file.file--application-pdf a,
          .landing-form form .js-form-type-managed-file .file.file--image a,
          .landing-form form .js-form-type-managed-file .file a,
          .request-callback-block-form .js-form-type-managed-file .file.file--application-pdf a,
          .request-callback-block-form .js-form-type-managed-file .file.file--image a,
          .request-callback-block-form .js-form-type-managed-file .file a,
          .get-an-estimate-form .js-form-type-managed-file .file.file--application-pdf a,
          .get-an-estimate-form .js-form-type-managed-file .file.file--image a,
          .get-an-estimate-form .js-form-type-managed-file .file a {
            font-size: 13px; } }
        .request-callback-sec .js-form-type-managed-file .file.file--application-pdf a:hover,
        .request-callback-sec .js-form-type-managed-file .file.file--image a:hover,
        .request-callback-sec .js-form-type-managed-file .file a:hover,
        .enquiry-form-sec .js-form-type-managed-file .file.file--application-pdf a:hover,
        .enquiry-form-sec .js-form-type-managed-file .file.file--image a:hover,
        .enquiry-form-sec .js-form-type-managed-file .file a:hover,
        .query-form .js-form-type-managed-file .file.file--application-pdf a:hover,
        .query-form .js-form-type-managed-file .file.file--image a:hover,
        .query-form .js-form-type-managed-file .file a:hover,
        .landing-form form .js-form-type-managed-file .file.file--application-pdf a:hover,
        .landing-form form .js-form-type-managed-file .file.file--image a:hover,
        .landing-form form .js-form-type-managed-file .file a:hover,
        .request-callback-block-form .js-form-type-managed-file .file.file--application-pdf a:hover,
        .request-callback-block-form .js-form-type-managed-file .file.file--image a:hover,
        .request-callback-block-form .js-form-type-managed-file .file a:hover,
        .get-an-estimate-form .js-form-type-managed-file .file.file--application-pdf a:hover,
        .get-an-estimate-form .js-form-type-managed-file .file.file--image a:hover,
        .get-an-estimate-form .js-form-type-managed-file .file a:hover {
          text-decoration: underline; }

.form-number {
  line-height: 1.6; }

.fortis-path-lp {
  height: 100vh;
  position: relative; }
  .fortis-path-lp .header-outer {
    top: 0;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029; }
    .fortis-path-lp .header-outer > div {
      max-width: 1270px;
      padding: 12px 15px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      @media only screen and (max-width: 1199px) {
        .fortis-path-lp .header-outer > div {
          padding: 15px; } }
    @media only screen and (max-width: 1199px) {
      .fortis-path-lp .header-outer .header {
        display: block;
        padding: 10px 0 14px; } }
  .fortis-path-lp .header-top-nav-wrapper,
  .fortis-path-lp .header,
  .fortis-path-lp .header-bottom-nav {
    width: 100% !important;
    box-shadow: none !important;
    border: none !important; }
  @media only screen and (max-width: 1023px) {
    .fortis-path-lp .header {
      display: none !important; } }
  @media only screen and (max-width: 1023px) {
    .fortis-path-lp .header-top-nav-wrapper .wrapper {
      padding: 0 !important; } }
  .fortis-path-lp main {
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 61px);
    padding-bottom: 155px;
    padding-top: 0;
    min-height: 100%;
    padding-bottom: 180px; }
    .fortis-path-lp main .form-item {
      font: 500 45px/55px "Montserrat", sans-serif;
      color: #1f1829;
      position: relative;
      padding-top: 115px;
      text-align: center; }
      @media only screen and (max-width: 1023px) {
        .fortis-path-lp main .form-item {
          font-size: 25px;
          line-height: 30px; } }
      .fortis-path-lp main .form-item::before {
        content: '';
        position: absolute;
        display: inline-block;
        transform: rotate(45deg) translateX(-50%);
        height: 48px;
        width: 24px;
        border-bottom: 9px solid #dd694d;
        border-right: 9px solid #dd694d;
        top: 25px;
        left: 49.5%; }
      .fortis-path-lp main .form-item::after {
        content: '';
        position: absolute;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #f4d7d0;
        transform: translateX(-50%);
        top: 0;
        left: 50%;
        z-index: -1; }
  .fortis-path-lp .footer-top-inner,
  .fortis-path-lp .app-sec {
    display: none !important; }
  .fortis-path-lp .footer {
    margin: 0 !important; }
  .fortis-path-lp .footer-bottom {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #fff;
    min-height: 151px;
    left: 0; }
    @media only screen and (max-width: 1023px) {
      .fortis-path-lp .footer-bottom {
        padding: 17px 0 30px;
        min-height: unset; } }
    @media only screen and (max-width: 1023px) {
      .fortis-path-lp .footer-bottom .footer-bottom-left {
        padding: 0 !important; } }

.get-an-estimate-int-form .submit-btn .button {
  padding: 8px 12px;
  font-size: 14px;
  color: #F8FAFC !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 4px;
  transition: all .5s ease-out;
  -webkit-appearance: none;
  appearance: none;
  background-color: #009933;
  border: 1px solid transparent;
  margin-bottom: 15px; }
  .get-an-estimate-int-form .submit-btn .button:hover {
    background-color: #007a20; }
  @media only screen and (max-width: 767px) {
    .get-an-estimate-int-form .submit-btn .button {
      min-width: 110px; } }
  .get-an-estimate-int-form .submit-btn .button img {
    margin-right: 8px; }
  .get-an-estimate-int-form .submit-btn .button.border {
    background: #fff;
    border: 1px solid #E2E8F0;
    color: #0F172A !important; }

.int-req-form-outer {
  padding: 28px 34px 25px;
  box-shadow: 0px 4px 40px 0px #00000014;
  border-radius: 24px; }
  @media only screen and (max-width: 767px) {
    .int-req-form-outer {
      padding: 22px; } }
  .int-req-form-outer .int-req-form-inner {
    max-width: 1100px; }
    .int-req-form-outer .int-req-form-inner form .form-item-first-name,
    .int-req-form-outer .int-req-form-inner form .form-item-last-name,
    .int-req-form-outer .int-req-form-inner form .form-item-int-mobile-number,
    .int-req-form-outer .int-req-form-inner form .form-item-email,
    .int-req-form-outer .int-req-form-inner form .form-item-speciality,
    .int-req-form-outer .int-req-form-inner form .form-item-country {
      width: calc(50% - 10px); }
    @media only screen and (max-width: 767px) {
      .int-req-form-outer .int-req-form-inner form .form-item-int-mobile-number,
      .int-req-form-outer .int-req-form-inner form .form-item-email {
        width: 100%; } }
    .int-req-form-outer .int-req-form-inner form .int-country-code-wrap {
      clear: both;
      max-width: 60px;
      float: left; }
      .int-req-form-outer .int-req-form-inner form .int-country-code-wrap .form-item-international-country-code label {
        white-space: nowrap; }
    .int-req-form-outer .int-req-form-inner form .form-item-int-mobile-number {
      float: left;
      width: calc(50% - 78px);
      margin-left: 8px; }
      @media only screen and (max-width: 767px) {
        .int-req-form-outer .int-req-form-inner form .form-item-int-mobile-number {
          width: calc(100% - 68px); } }
      .int-req-form-outer .int-req-form-inner form .form-item-int-mobile-number label {
        visibility: hidden; }
    .int-req-form-outer .int-req-form-inner form .form-item-first-name,
    .int-req-form-outer .int-req-form-inner form .form-item-country {
      float: left;
      margin-right: 10px; }
    .int-req-form-outer .int-req-form-inner form .form-item-last-name,
    .int-req-form-outer .int-req-form-inner form .form-item-email,
    .int-req-form-outer .int-req-form-inner form .form-item-speciality {
      float: right;
      margin-left: 10px; }
    .int-req-form-outer .int-req-form-inner form .form-text,
    .int-req-form-outer .int-req-form-inner form .form-textarea,
    .int-req-form-outer .int-req-form-inner form .form-select,
    .int-req-form-outer .int-req-form-inner form .form-email,
    .int-req-form-outer .int-req-form-inner form .form-tel,
    .int-req-form-outer .int-req-form-inner form .custom-select > a {
      padding: 10px;
      border: 1px solid #D7DEDD; }
    .int-req-form-outer .int-req-form-inner form select {
      background-position: calc(100% - 16px) center; }
    .int-req-form-outer .int-req-form-inner form label {
      font-weight: 400;
      color: #020617; }
    .int-req-form-outer .int-req-form-inner form fieldset {
      margin-bottom: 0; }
    .int-req-form-outer .int-req-form-inner form .submit-btn .button {
      padding: 8px 12px;
      font-size: 14px;
      color: #F8FAFC !important;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      border-radius: 4px;
      transition: all .5s ease-out;
      -webkit-appearance: none;
      appearance: none;
      background-color: #009933;
      border: 1px solid transparent; }
      .int-req-form-outer .int-req-form-inner form .submit-btn .button:hover {
        background-color: #007a20; }
      @media only screen and (max-width: 767px) {
        .int-req-form-outer .int-req-form-inner form .submit-btn .button {
          min-width: 110px; } }
      .int-req-form-outer .int-req-form-inner form .submit-btn .button img {
        margin-right: 8px; }
      .int-req-form-outer .int-req-form-inner form .submit-btn .button.border {
        background: #fff;
        border: 1px solid #E2E8F0;
        color: #0F172A !important; }
  .int-req-form-outer.small-form {
    padding: 20px 34px 20px 20px; }
    .int-req-form-outer.small-form form .form-item-email {
      width: 100%;
      margin-right: 0; }
    .int-req-form-outer.small-form form .form-item-country,
    .int-req-form-outer.small-form form .form-item-speciality,
    .int-req-form-outer.small-form form .form-item-first-name,
    .int-req-form-outer.small-form form .form-item-last-name {
      width: calc(50% - 4px); }
    .int-req-form-outer.small-form form .form-item-first-name,
    .int-req-form-outer.small-form form .form-item-country {
      float: left;
      margin-right: 4px; }
    .int-req-form-outer.small-form form .form-item-last-name,
    .int-req-form-outer.small-form form .form-item-speciality {
      float: right;
      margin-left: 4px; }
    .int-req-form-outer.small-form form label {
      font-size: 12px; }
    .int-req-form-outer.small-form form .form-item {
      margin-bottom: 10px; }
    .int-req-form-outer.small-form form .form-text,
    .int-req-form-outer.small-form form .form-textarea,
    .int-req-form-outer.small-form form .form-select,
    .int-req-form-outer.small-form form .form-email,
    .int-req-form-outer.small-form form .form-tel,
    .int-req-form-outer.small-form form .custom-select > a {
      padding: 8px 10px;
      font-weight: 300; }
    .int-req-form-outer.small-form form .form-textarea {
      height: 58px; }
    .int-req-form-outer.small-form form .submit-btn .button {
      padding: 8px 12px;
      font-size: 14px;
      color: #F8FAFC !important;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      border-radius: 4px;
      transition: all .5s ease-out;
      -webkit-appearance: none;
      appearance: none;
      background-color: #009933;
      border: 1px solid transparent;
      width: 100%; }
      .int-req-form-outer.small-form form .submit-btn .button:hover {
        background-color: #007a20; }
      @media only screen and (max-width: 767px) {
        .int-req-form-outer.small-form form .submit-btn .button {
          min-width: 110px; } }
      .int-req-form-outer.small-form form .submit-btn .button img {
        margin-right: 8px; }
      .int-req-form-outer.small-form form .submit-btn .button.border {
        background: #fff;
        border: 1px solid #E2E8F0;
        color: #0F172A !important; }
    .int-req-form-outer.small-form.mobile-fiedl-full .form-item-int-mobile-number {
      width: calc(100% - 68px); }
  .int-req-form-outer.form-field-100 .form-item-country {
    width: 100% !important; }

.int-req-form-modal form .form-item input,
.int-req-form-modal form .form-item select,
.int-req-form-modal form .form-item textarea {
  padding: 10px; }
.int-req-form-modal form .form-item textarea {
  max-height: 120px; }
.int-req-form-modal form .form-item-first-name,
.int-req-form-modal form .form-item-last-name,
.int-req-form-modal form .form-item-country {
  width: calc(50% - 10px); }
.int-req-form-modal form .int-country-code-wrap {
  clear: both;
  max-width: 60px;
  float: left; }
  .int-req-form-modal form .int-country-code-wrap .form-item-international-country-code label {
    white-space: nowrap; }
.int-req-form-modal form .form-item-int-mobile-number {
  float: left;
  width: calc(100% - 68px);
  margin-left: 8px; }
  .int-req-form-modal form .form-item-int-mobile-number label {
    visibility: hidden; }
.int-req-form-modal form .form-item-first-name,
.int-req-form-modal form .form-item-country {
  float: left;
  margin-right: 10px; }
.int-req-form-modal form .form-item-last-name,
.int-req-form-modal form .form-item-speciality {
  float: right;
  margin-left: 10px; }
.int-req-form-modal form fieldset {
  margin-bottom: 0; }
.int-req-form-modal form .submit-btn .button {
  padding: 8px 12px;
  font-size: 14px;
  color: #F8FAFC !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 4px;
  transition: all .5s ease-out;
  -webkit-appearance: none;
  appearance: none;
  background-color: #009933;
  border: 1px solid transparent; }
  .int-req-form-modal form .submit-btn .button:hover {
    background-color: #007a20; }
  @media only screen and (max-width: 767px) {
    .int-req-form-modal form .submit-btn .button {
      min-width: 110px; } }
  .int-req-form-modal form .submit-btn .button img {
    margin-right: 8px; }
  .int-req-form-modal form .submit-btn .button.border {
    background: #fff;
    border: 1px solid #E2E8F0;
    color: #0F172A !important; }

.header-outer {
  position: sticky;
  top: -46px;
  z-index: 999; }
  @media only screen and (max-width: 1199px) {
    .header-outer {
      top: 0; } }
  @media only screen and (max-width: 1199px) {
    .header-outer.z-index {
      z-index: 9999; } }

.header {
  box-shadow: 0px 1px 0px #00000021;
  z-index: 1;
  position: relative;
  width: 100%;
  background: #fff; }
  @media only screen and (max-width: 1199px) {
    .header {
      display: none; } }
  .header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }

.page-logo {
  padding: 12px 0; }
  @media only screen and (max-width: 1199px) {
    .page-logo {
      padding: 0; } }
  .page-logo img {
    width: 99px;
    margin-right: 20px; }
    @media only screen and (max-width: 1199px) {
      .page-logo img {
        width: 75px; } }

.header-links,
.int-main-header {
  position: relative; }
  .header-links > ul,
  .int-main-header > ul {
    min-width: 770px; }
    .header-links > ul li.menu-open > a,
    .int-main-header > ul li.menu-open > a {
      border-color: #DB7C65; }
  .header-links ul,
  .int-main-header ul {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end; }
    @media only screen and (min-width: 1200px) {
      .header-links ul,
      .int-main-header ul {
        justify-content: flex-start; } }
    .header-links ul ul,
    .int-main-header ul ul {
      display: none;
      position: absolute;
      top: 39px;
      box-shadow: 0px 3px 6px #00000026;
      background: #fff;
      border-radius: 0px 0px 8px 8px;
      padding: 10px 0;
      width: 150%;
      min-width: 260px; }
      .header-links ul ul li,
      .int-main-header ul ul li {
        margin: 0; }
      .header-links ul ul a,
      .int-main-header ul ul a {
        color: #221E20;
        font-size: 14px;
        padding: 10px 18px;
        display: block; }
        .header-links ul ul a:hover,
        .int-main-header ul ul a:hover {
          background: #F4D7D0; }
  .header-links li,
  .int-main-header li {
    line-height: normal;
    margin: 0 0 0 20px;
    position: relative; }
    .header-links li:last-child ul,
    .int-main-header li:last-child ul {
      left: auto;
      right: 0; }
    .header-links li.menu-item > a, .header-links li.menu-item > span,
    .int-main-header li.menu-item > a,
    .int-main-header li.menu-item > span {
      color: #333333;
      font-size: 14px;
      border-bottom: 4px solid transparent;
      padding-bottom: 17px;
      display: block;
      font-weight: 500;
      cursor: pointer; }
      .header-links li.menu-item > a:hover, .header-links li.menu-item > span:hover,
      .int-main-header li.menu-item > a:hover,
      .int-main-header li.menu-item > span:hover {
        border-color: #DB7C65; }
  .header-links .menu-item--expanded > a,
  .header-links .menu-item--expanded > span,
  .int-main-header .menu-item--expanded > a,
  .int-main-header .menu-item--expanded > span {
    background: url("https://www.fortishealthcare.com/drupal-data/images/arrow-3.svg") no-repeat 99% 7px/8px auto;
    padding-right: 16px; }
  .header-links li:last-child a,
  .int-main-header li:last-child a {
    margin-right: 0; }
  .header-links .specialties-list,
  .int-main-header .specialties-list {
    position: unset; }
  .header-links .specialties,
  .int-main-header .specialties {
    display: none;
    right: 0;
    grid-column-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
    width: 1032px;
    align-items: center; }
    .header-links .specialties ul,
    .int-main-header .specialties ul {
      z-index: 1;
      top: 92px; }
    .header-links .specialties li,
    .int-main-header .specialties li {
      height: 100%;
      position: relative; }
      .header-links .specialties li:nth-child(2n),
      .int-main-header .specialties li:nth-child(2n) {
        background: #FAFAFA; }
      .header-links .specialties li:last-child,
      .int-main-header .specialties li:last-child {
        border-bottom-right-radius: 8px; }
      .header-links .specialties li span,
      .int-main-header .specialties li span {
        display: flex;
        line-height: normal;
        align-items: flex-start;
        font-size: 14px;
        color: #221E20;
        margin: 5px 10px 10px 15px;
        cursor: pointer;
        position: relative;
        padding: 5px 20px 0px 5px;
        border-radius: 4px; }
        .header-links .specialties li span:hover,
        .int-main-header .specialties li span:hover {
          background: #F4D7D0; }
      .header-links .specialties li:nth-child(-n+4),
      .int-main-header .specialties li:nth-child(-n+4) {
        padding-top: 15px; }
      .header-links .specialties li:nth-last-child(-n + 4),
      .int-main-header .specialties li:nth-last-child(-n + 4) {
        padding-bottom: 15px; }
      .header-links .specialties li img,
      .int-main-header .specialties li img {
        margin-right: 8px;
        max-width: 26px; }
  .header-links .specialties-item--expanded:last-child ul,
  .int-main-header .specialties-item--expanded:last-child ul {
    left: 30%; }
  .header-links .specialties-item--expanded span:after,
  .int-main-header .specialties-item--expanded span:after {
    content: "";
    background: url("https://www.fortishealthcare.com/drupal-data/images/arrow-3.svg") no-repeat;
    width: 8px;
    height: 5px;
    display: block;
    transform: rotate(-90deg);
    background-size: 8px;
    position: absolute;
    right: 5px;
    top: 13px; }
  .header-links .specialties-item--expanded ul,
  .int-main-header .specialties-item--expanded ul {
    z-index: 1;
    top: auto;
    box-shadow: 0px 0px 5px #0000002f;
    left: 30%;
    margin-top: -10px;
    padding: 4px 0;
    width: calc(70% + 15px);
    border-radius: 4px; }
    .header-links .specialties-item--expanded ul li:nth-child(2n),
    .int-main-header .specialties-item--expanded ul li:nth-child(2n) {
      background: transparent; }
    .header-links .specialties-item--expanded ul li:nth-child(-n+4),
    .int-main-header .specialties-item--expanded ul li:nth-child(-n+4) {
      padding: 0; }
    .header-links .specialties-item--expanded ul li:nth-last-child(-n + 4),
    .int-main-header .specialties-item--expanded ul li:nth-last-child(-n + 4) {
      padding: 0; }
    .header-links .specialties-item--expanded ul a,
    .int-main-header .specialties-item--expanded ul a {
      font-size: 12px;
      padding: 12px; }
      .header-links .specialties-item--expanded ul a:hover,
      .int-main-header .specialties-item--expanded ul a:hover {
        background: #F4D7D0; }
  .header-links .menu-open > ul,
  .int-main-header .menu-open > ul {
    display: block; }
  .header-links .menu-open a,
  .int-main-header .menu-open a {
    border-color: #DB7C65; }
  .header-links .menu-open .specialties,
  .int-main-header .menu-open .specialties {
    display: grid; }
  .header-links .menu-open .hospitals-wrapper,
  .int-main-header .menu-open .hospitals-wrapper {
    display: flex; }
  .header-links .specialties-open > ul,
  .int-main-header .specialties-open > ul {
    display: block;
    max-height: 250px;
    overflow: auto;
    left: 44px; }
  .header-links .specialties-open > span,
  .int-main-header .specialties-open > span {
    background: #F4D7D0; }
  .header-links .hospitals-list,
  .int-main-header .hospitals-list {
    position: unset; }
  .header-links .hospitals-wrapper,
  .int-main-header .hospitals-wrapper {
    display: none;
    position: absolute;
    top: 39px;
    background: #fff;
    width: 752px;
    left: -30px;
    box-shadow: 0px 15px 30px #00000014;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    flex-wrap: wrap; }
  .header-links .hospitals-left-menu,
  .int-main-header .hospitals-left-menu {
    padding: 21px 22px 15px;
    margin: 0;
    width: 100%;
    display: flex;
    margin: 0 22px; }
    .header-links .hospitals-left-menu > span,
    .int-main-header .hospitals-left-menu > span {
      border-bottom: 4px solid transparent;
      color: #221E20;
      opacity: 0.75;
      font-size: 16px;
      font-weight: 600;
      padding: 0 0 15px 0;
      margin: 0 35px;
      max-width: calc(25% - 35px);
      display: block;
      cursor: pointer; }
      .header-links .hospitals-left-menu > span:hover, .header-links .hospitals-left-menu > span.hospital-open,
      .int-main-header .hospitals-left-menu > span:hover,
      .int-main-header .hospitals-left-menu > span.hospital-open {
        color: #DB7C65;
        border-color: #DB7C65;
        font-weight: bold; }
  .header-links .state-listing,
  .int-main-header .state-listing {
    display: none; }
    .header-links .state-listing.hospital-open,
    .int-main-header .state-listing.hospital-open {
      display: flex; }
  .header-links .city-list-item,
  .int-main-header .city-list-item {
    display: none; }
    .header-links .city-list-item.city-open,
    .int-main-header .city-list-item.city-open {
      display: flex;
      flex-wrap: wrap; }
  .header-links .city-name,
  .int-main-header .city-name {
    width: 197px;
    padding-bottom: 30px; }
    .header-links .city-name .city-name-item,
    .int-main-header .city-name .city-name-item {
      font: 500 14px/18px "Montserrat", sans-serif;
      color: #221E20;
      padding: 14px 28px 13px;
      display: inline-flex;
      justify-content: flex-start;
      align-items: center;
      width: calc(100% - 17px);
      cursor: pointer; }
      .header-links .city-name .city-name-item.city-open,
      .int-main-header .city-name .city-name-item.city-open {
        background: #F4D7D0;
        border-radius: 0px 8px 8px 0px;
        cursor: pointer;
        font-weight: bold; }
  .header-links .city-name-content,
  .int-main-header .city-name-content {
    flex: 1;
    padding-bottom: 30px;
    margin-left: 17px; }
    .header-links .city-name-content .city-list-link,
    .int-main-header .city-name-content .city-list-link {
      width: 100%;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      line-height: 1.5;
      color: #221E20;
      padding: 14px 0 13px; }
      .header-links .city-name-content .city-list-link:hover,
      .int-main-header .city-name-content .city-list-link:hover {
        color: #DB7C65; }

.header-top-nav-wrapper {
  background: #fff;
  padding: 7px 0;
  box-shadow: 0px 1px 1px #00000014;
  z-index: 2;
  position: relative; }
  @media only screen and (max-width: 1199px) {
    .header-top-nav-wrapper {
      box-shadow: 0 3px 16px #D7D8DD83;
      width: 100%;
      padding: 0; } }
  .header-top-nav-wrapper .page-logo {
    display: none; }
    @media only screen and (max-width: 1199px) {
      .header-top-nav-wrapper .page-logo {
        display: block; } }
  @media only screen and (max-width: 1199px) {
    .header-top-nav-wrapper .wrapper {
      display: flex;
      padding-top: 20px;
      padding-bottom: 20px;
      align-items: center;
      justify-content: space-between; } }
  @media only screen and (max-width: 1199px) {
    .header-top-nav-wrapper .wrapper {
      padding-top: 15px;
      padding-bottom: 15px; } }

@media only screen and (max-width: 1199px) {
  .header-top-nav .wrapper {
    padding: 0; } }
@media only screen and (max-width: 1199px) {
  .header-top-nav .wrapper-inner {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between; } }
.header-top-nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
.header-top-nav li {
  line-height: normal;
  margin: 0 15px; }
  @media only screen and (max-width: 1199px) {
    .header-top-nav li {
      display: none !important; } }
  .header-top-nav li:last-child {
    margin-right: 0; }
.header-top-nav a {
  color: #333333;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 500; }
  .header-top-nav a:hover {
    color: #DB7C65; }
  @media only screen and (max-width: 1023px) {
    .header-top-nav a {
      font-size: 12px; } }
.header-top-nav .locations-dropdown {
  margin-left: 46px; }
  @media only screen and (max-width: 1199px) {
    .header-top-nav .locations-dropdown {
      display: block !important;
      margin: 0; } }
  .header-top-nav .locations-dropdown #locations {
    border: none;
    border-bottom: 1px solid #C7C7C7;
    background: transparent;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("https://www.fortishealthcare.com/drupal-data/images/arrow.svg") no-repeat center right/10px auto, url("https://www.fortishealthcare.com/drupal-data/images/location.svg") no-repeat center left/14px auto;
    padding: 1px 20px 3px 22px !important; }
    @media only screen and (max-width: 1199px) {
      .header-top-nav .locations-dropdown #locations {
        font-size: 14px;
        background-size: 10px auto, 14px auto;
        padding: 0px 12px 1px 22px !important; } }
    @media only screen and (max-width: 480px) {
      .header-top-nav .locations-dropdown #locations {
        font-size: 12px;
        background-size: 8px auto, 12px auto;
        padding: 0px 12px 1px 18px !important;
        max-width: 90px;
        white-space: nowrap;
        text-overflow: ellipsis; } }
@media only screen and (max-width: 1199px) {
  .header-top-nav .ambulance {
    display: block !important;
    margin-left: 15px;
    margin-right: 0; } }
.header-top-nav .ambulance img {
  width: 32px;
  border-radius: 100%;
  box-shadow: 0 0 10px #ff9595; }
  @media only screen and (max-width: 1199px) {
    .header-top-nav .ambulance img {
      width: 26px; } }
.header-top-nav .site-search {
  margin-left: 19px;
  margin-right: 13px;
  margin-bottom: 6px;
  cursor: pointer; }
  .header-top-nav .site-search img {
    position: relative;
    top: 2px;
    width: 19px;
    height: 19px; }
  @media only screen and (max-width: 1199px) {
    .header-top-nav .site-search {
      display: block !important;
      width: 16px;
      margin: 0 0 5px 15px; } }

.header-bottom-nav {
  background: #FCF9F9;
  padding: 1px 0 0 0;
  box-shadow: 0px 3px 6px #00000029; }
  @media only screen and (max-width: 1199px) {
    .header-bottom-nav {
      position: fixed;
      bottom: 0;
      width: 100%;
      box-shadow: 0px -2px 35px #00000048;
      background: #fff;
      border-radius: 10px 10px 0px 0px;
      padding: 10px 0 8px;
      z-index: 99; } }
  .header-bottom-nav ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 1199px) {
      .header-bottom-nav ul {
        justify-content: space-between;
        margin: 0 -10px; } }
  .header-bottom-nav li {
    line-height: normal;
    margin: 0 12px; }
    @media only screen and (max-width: 1199px) {
      .header-bottom-nav li {
        margin: 0 3px; } }
  .header-bottom-nav a {
    color: #333333;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #333333;
    padding: 8px 0; }
    @media only screen and (max-width: 1199px) {
      .header-bottom-nav a {
        flex-direction: column;
        text-align: center;
        font-size: 10px;
        padding: 0; } }
    .header-bottom-nav a:hover {
      color: #DB7C65; }
  .header-bottom-nav img {
    margin-right: 4px;
    width: 30px; }
    @media only screen and (max-width: 1199px) {
      .header-bottom-nav img {
        filter: brightness(0.3);
        width: 23px;
        margin: 0 0 5px; } }

.book-appointment a {
  color: #181515;
  font-size: 12px;
  font-weight: 600;
  background: #F4D7D0;
  border-radius: 54px;
  padding: 7px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  line-height: 1.1; }
  .book-appointment a:hover {
    background: #DB7C65;
    color: #fff; }
    .book-appointment a:hover img {
      filter: brightness(100); }
  @media only screen and (max-width: 1199px) {
    .book-appointment a {
      color: #333333;
      font-weight: bold;
      margin: 0 8px;
      background: none;
      border-radius: 0;
      padding: 0;
      font-size: 10px;
      min-height: auto; }
      .book-appointment a:hover {
        background: #fff;
        color: #DB7C65; }
        .book-appointment a:hover img {
          filter: none; } }
.book-appointment img {
  width: 14px;
  margin-right: 13px; }
  @media only screen and (max-width: 1199px) {
    .book-appointment img {
      filter: none;
      box-shadow: 0px -2px 9px #00000034;
      background: #F4D7D0;
      width: 50px;
      height: 50px;
      padding: 0 11px;
      margin: -26px 0 5px;
      border: 5px solid #FFFFFF;
      border-radius: 50%; } }

.hamb {
  background: url("https://www.fortishealthcare.com/drupal-data/images/hamburger.svg") no-repeat;
  width: 26px;
  height: 21px;
  margin-left: 20px;
  display: none; }
  @media only screen and (max-width: 1199px) {
    .hamb {
      display: block;
      width: 18px;
      height: 15px;
      margin-left: 15px;
      background-size: 100% auto; } }

.hamb-nav-open {
  box-shadow: none; }
  .hamb-nav-open .wrapper {
    height: 77px; }
    @media only screen and (max-width: 1199px) {
      .hamb-nav-open .wrapper {
        height: 58px; } }
  .hamb-nav-open ul {
    display: none; }
  .hamb-nav-open .hamb {
    background: url("https://www.fortishealthcare.com/drupal-data/images/cross.svg") no-repeat;
    width: 22px;
    height: 22px; }
    @media only screen and (max-width: 1199px) {
      .hamb-nav-open .hamb {
        width: 18px;
        height: 17px;
        background-size: 100% auto; } }

.hamburger-menu {
  display: none;
  position: fixed;
  background: #fff;
  z-index: 100;
  width: 100%;
  height: calc(100% - 77px);
  top: 77px;
  overflow-y: auto;
  z-index: 9999; }
  @media only screen and (max-width: 1199px) {
    .hamburger-menu {
      top: 58px;
      height: calc(100% - 58px); } }
  .hamburger-menu .wrapper {
    padding: 0; }
    .hamburger-menu .wrapper > ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      align-items: flex-start;
      margin-top: 20px; }
  .hamburger-menu li {
    width: 100%;
    border-bottom: 1px solid #EEEEEE80; }
  .hamburger-menu a {
    color: #221E20;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 15px;
    display: flex;
    align-items: center;
    width: 100%; }
  .hamburger-menu .hamb-label {
    width: calc(100% - 71px); }
  .hamburger-menu img {
    width: 33px;
    margin-right: 14px;
    height: 33px;
    object-fit: contain; }
  .hamburger-menu .circle-menu {
    width: 33.33%;
    margin-bottom: 20px;
    border-bottom: none;
    height: auto;
    display: block; }
    @media only screen and (max-width: 1199px) {
      .hamburger-menu .circle-menu {
        width: calc(33.33% - 20px);
        margin: 10px; } }
    .hamburger-menu .circle-menu:first-child .hamb-image {
      background: #EDFAFF;
      border-color: #D1F1FF; }
    .hamburger-menu .circle-menu:nth-child(2) .hamb-image {
      background: #F8F7FF;
      border-color: #E9E6FF; }
    .hamburger-menu .circle-menu:nth-child(3) .hamb-image {
      background: #FFF6F4;
      border-color: #F7E9E5; }
    .hamburger-menu .circle-menu:nth-child(4) {
      margin-bottom: 35px; }
      .hamburger-menu .circle-menu:nth-child(4) .hamb-image {
        background: #EBFFF6;
        border-color: #B2F8D9; }
    .hamburger-menu .circle-menu:nth-child(5) .hamb-image {
      background: #FFF5EB;
      border-color: #FFE7D0; }
    .hamburger-menu .circle-menu a {
      font-size: 14px;
      font-weight: 600;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 0; }
    .hamburger-menu .circle-menu .hamb-image {
      background: #EDEEF2;
      border: 2px solid #D3D4DB;
      border-radius: 50%;
      width: 70px;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 8px;
      overflow: hidden; }
    .hamburger-menu .circle-menu img {
      margin-right: 0; }
    .hamburger-menu .circle-menu .hamb-label {
      width: 100%; }

.hamb-item--expanded > a:after {
  background: url("https://www.fortishealthcare.com/drupal-data/images/close-line.svg") no-repeat;
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  margin-left: auto; }
.hamb-item--expanded ul {
  display: none; }

.hamb-open ul {
  display: block; }
.hamb-open > a:after {
  transform: rotate(90deg); }

.toolbar-fixed .toolbar-bar,
.toolbar-vertical .toolbar-bar {
  position: fixed;
  z-index: 9999; }
.toolbar-fixed .header-outer,
.toolbar-vertical .header-outer {
  top: 33px; }
  @media only screen and (max-width: 1199px) {
    .toolbar-fixed .header-outer,
    .toolbar-vertical .header-outer {
      top: 79px; } }
  @media only screen and (max-width: 975px) {
    .toolbar-fixed .header-outer,
    .toolbar-vertical .header-outer {
      top: 39px; } }
.toolbar-fixed.landing-pages .header-outer,
.toolbar-fixed.landing-pages .international-header, .toolbar-fixed.international-page .header-outer,
.toolbar-fixed.international-page .international-header,
.toolbar-vertical.landing-pages .header-outer,
.toolbar-vertical.landing-pages .international-header,
.toolbar-vertical.international-page .header-outer,
.toolbar-vertical.international-page .international-header {
  top: 79px; }
  @media only screen and (max-width: 768px) {
    .toolbar-fixed.landing-pages .header-outer,
    .toolbar-fixed.landing-pages .international-header, .toolbar-fixed.international-page .header-outer,
    .toolbar-fixed.international-page .international-header,
    .toolbar-vertical.landing-pages .header-outer,
    .toolbar-vertical.landing-pages .international-header,
    .toolbar-vertical.international-page .header-outer,
    .toolbar-vertical.international-page .international-header {
      top: 39px; } }

.language-menu {
  position: relative;
  min-width: 39px;
  display: block;
  line-height: normal;
  margin: 0 15px;
  align-self: center; }

.select-language {
  cursor: pointer; }
  .select-language > li {
    display: none; }
  .select-language:hover > a.lang-triger {
    filter: none;
    color: #DB7C65; }
    .select-language:hover > a.lang-triger::before {
      filter: invert(58%) sepia(50%) saturate(529%) hue-rotate(323deg) brightness(90%) contrast(89%); }
  .select-language > a.lang-triger {
    background: url("https://www.fortishealthcare.com/drupal-data/images/globe.svg") no-repeat center left/17px auto;
    padding: 0 20px 0 25px;
    filter: brightness(0);
    font: 500 14px/18px "Montserrat", sans-serif;
    text-transform: uppercase;
    width: 100%;
    display: block;
    position: relative;
    pointer-events: none;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 80px; }
    .select-language > a.lang-triger::before {
      content: '';
      position: absolute;
      background: url("https://www.fortishealthcare.com/drupal-data/images/arrow.svg") no-repeat;
      width: 14px;
      height: 8px;
      right: 0;
      top: 50%;
      transform: translateY(-50%) scale(0.8); }
    @media only screen and (max-width: 1199px) {
      .select-language > a.lang-triger {
        display: inline;
        float: right;
        width: auto;
        color: #DB7C65;
        font-weight: 800;
        padding: 0 25px 0 0;
        background: none;
        filter: none; } }
  .select-language.open .lang-drop {
    visibility: visible;
    opacity: 1;
    display: block;
    box-shadow: 0px 3px 20px #81818133; }
    @media only screen and (max-width: 767px) {
      .select-language.open .lang-drop {
        box-shadow: none; } }
  .select-language.open > a.lang-triger {
    filter: none;
    color: #DB7C65; }
    .select-language.open > a.lang-triger::before {
      transform: translateY(-50%) rotate(180deg) scale(0.8);
      filter: invert(58%) sepia(50%) saturate(529%) hue-rotate(323deg) brightness(90%) contrast(89%); }
  .select-language .contextual-links {
    display: none !important; }

.lang-drop {
  border-radius: 8px;
  background: #fff;
  min-width: 147px;
  position: absolute;
  padding-top: 12px;
  left: -70px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0; }
  @media only screen and (max-width: 1199px) {
    .lang-drop {
      position: relative;
      left: unset;
      min-width: 100%;
      text-align: left;
      display: flex;
      border-radius: unset; } }
  .lang-drop .links {
    flex-direction: column;
    position: relative;
    overflow: hidden; }
    @media only screen and (max-width: 1199px) {
      .lang-drop .links {
        width: 100%; } }
    .lang-drop .links > li {
      margin: 0;
      width: 100%;
      border: none; }
      .lang-drop .links > li.is-active {
        cursor: auto; }
        .lang-drop .links > li.is-active a {
          color: #DB7C65;
          pointer-events: none;
          cursor: auto; }
          .lang-drop .links > li.is-active a:hover {
            background: #F4D7D0;
            color: #000000; }
            @media only screen and (max-width: 1199px) {
              .lang-drop .links > li.is-active a:hover {
                background: #fff;
                color: #DB7C65; } }
      .lang-drop .links > li:first-child a {
        border-radius: 8px 8px 0 0; }
        @media only screen and (max-width: 1199px) {
          .lang-drop .links > li:first-child a {
            border-radius: unset; } }
      .lang-drop .links > li:last-child {
        border-radius: 0 0 8px 8px; }
        @media only screen and (max-width: 1199px) {
          .lang-drop .links > li:last-child {
            border-radius: unset; } }
      .lang-drop .links > li a {
        font: 500 14px/18px "Montserrat", sans-serif;
        color: #000000;
        padding: 13px;
        text-align: center;
        width: 100%;
        justify-content: center;
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 767px) {
          .lang-drop .links > li a {
            justify-content: flex-start;
            text-align: left;
            padding: 8px 8px 8px 0; } }
        .lang-drop .links > li a:hover {
          background: #F4D7D0; }
          @media only screen and (max-width: 1199px) {
            .lang-drop .links > li a:hover {
              background: #fff; } }

.choose-lang {
  display: none; }

.language-menu-mobile .lang-drop {
  visibility: hidden;
  opacity: 0;
  display: none; }
.language-menu-mobile .select-language {
  position: relative;
  padding: 13px 15px;
  position: relative; }
  .language-menu-mobile .select-language > li {
    display: none; }
  .language-menu-mobile .select-language.open .lang-drop {
    visibility: visible;
    opacity: 1; }
  .language-menu-mobile .select-language.open > a.lang-triger::before {
    transform: translateY(-50%) rotate(0deg); }
  .language-menu-mobile .select-language > a.lang-triger::before {
    transform: translateY(-50%) rotate(270deg);
    filter: none; }
.language-menu-mobile .choose-lang {
  display: flex !important;
  color: #221E20;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  padding-left: 47px; }
  .language-menu-mobile .choose-lang::before {
    content: '';
    position: absolute;
    background: url("https://www.fortishealthcare.com/drupal-data/images/globe.svg") no-repeat;
    width: 17px;
    height: 17px;
    left: 7px;
    filter: invert(60%) sepia(43%) saturate(352%) hue-rotate(195deg) brightness(80%) contrast(85%);
    top: 50%;
    transform: translateY(-50%) scale(1.9); }

.overflow-hidden {
  overflow: hidden !important; }

li.search-outer {
  margin: 0 !important; }
  @media only screen and (max-width: 1199px) {
    li.search-outer {
      display: block !important;
      margin: 0 0 5px 15px; } }

.int-footer-mobile-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0px -6px 14px 0px #00000033;
  background: #fff;
  max-height: 77px;
  padding: 15px 0 15px;
  z-index: 999; }
  @media only screen and (min-width: 768px) {
    .int-footer-mobile-menu {
      display: none; } }
  .int-footer-mobile-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 15px;
    justify-content: space-around; }
    .int-footer-mobile-menu .menu .menu-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      padding: 0 10px;
      position: relative; }
      .int-footer-mobile-menu .menu .menu-item .menu_link_content {
        width: 50px;
        height: 28px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center; }
      .int-footer-mobile-menu .menu .menu-item a, .int-footer-mobile-menu .menu .menu-item span {
        font-size: 12px;
        font-weight: 400;
        color: #5E5F60;
        margin-top: 4px; }
        .int-footer-mobile-menu .menu .menu-item a::after, .int-footer-mobile-menu .menu .menu-item span::after {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          cursor: pointer; }
      .int-footer-mobile-menu .menu .menu-item img {
        width: 20px;
        height: auto; }

.home-banner {
  position: relative; }
  .home-banner .home-banner-img > img, .home-banner .home-banner-img picture img {
    width: 100%;
    min-height: 290px; }
    @media only screen and (max-width: 767px) {
      .home-banner .home-banner-img > img, .home-banner .home-banner-img picture img {
        min-height: 246px;
        object-fit: cover; } }
  .home-banner .home-banner-content {
    max-width: 1396px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .home-banner .home-banner-content h1 {
      font-size: 50px;
      font-weight: 700;
      line-height: 1.2;
      color: #000;
      padding: 15px 25px;
      background: rgba(255, 255, 255, 0.5);
      text-align: center;
      max-width: 752px;
      margin: 0 auto;
      text-align: center;
      border-radius: 8px; }
      @media only screen and (max-width: 1199px) {
        .home-banner .home-banner-content h1 {
          font-size: 40px; } }
      @media only screen and (max-width: 1023px) {
        .home-banner .home-banner-content h1 {
          font-size: 35px; } }
      @media only screen and (max-width: 767px) {
        .home-banner .home-banner-content h1 {
          font-size: 27px;
          padding: 5px 8px; } }
    .home-banner .home-banner-content form {
      text-align: center;
      max-width: 1025px;
      margin: 30px auto 0;
      position: relative; }
      @media only screen and (max-width: 1199px) {
        .home-banner .home-banner-content form {
          margin-top: 20px; } }
      @media only screen and (max-width: 767px) {
        .home-banner .home-banner-content form {
          margin-top: 28px; } }
    .home-banner .home-banner-content .form-item {
      margin: 0; }
    .home-banner .home-banner-content .form-text {
      padding: 20px 15px;
      padding-right: 50px; }
      @media only screen and (max-width: 1199px) {
        .home-banner .home-banner-content .form-text {
          padding: 16px 15px;
          padding-right: 45px; } }
    .home-banner .home-banner-content .banner-search-icon {
      position: absolute;
      right: 25px;
      top: 50%;
      transform: translateY(-50%);
      background: url("https://www.fortishealthcare.com/drupal-data/images/search-icon.svg") no-repeat center center;
      background-size: 19px;
      width: 20px;
      height: 20px; }
      @media only screen and (max-width: 767px) {
        .home-banner .home-banner-content .banner-search-icon {
          right: 15px; } }

.overview-booking {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 0 0; }

.overview-section {
  width: 58%;
  padding: 0 40px 0 0; }
  @media only screen and (max-width: 1023px) {
    .overview-section {
      width: 100%;
      padding: 0; } }
  .overview-section .overview-box-outer {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px; }
    @media only screen and (max-width: 767px) {
      .overview-section .overview-box-outer {
        margin: 0 -8px; } }
    .overview-section .overview-box-outer .overview-box {
      padding: 10px;
      border-radius: 8px;
      background: #FDFFF4;
      border: 2px solid #F1F5DE;
      width: calc(50% - 14px);
      margin: 0 7px 14px;
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      min-height: 112px;
      transition: all .5s ease-in;
      transform: translateY(0); }
      .overview-section .overview-box-outer .overview-box:hover {
        transform: translateY(-5px); }
      @media only screen and (max-width: 767px) {
        .overview-section .overview-box-outer .overview-box {
          min-height: 10px;
          width: calc(100% - 14px);
          margin: 0 10px 0; } }
      @media only screen and (max-width: 767px) {
        .overview-section .overview-box-outer .overview-box:nth-child(2), .overview-section .overview-box-outer .overview-box:nth-child(3) {
          align-items: self-start;
          width: calc(50% - 14px);
          margin: 14px 7px;
          position: relative; }
          .overview-section .overview-box-outer .overview-box:nth-child(2) .overview-text, .overview-section .overview-box-outer .overview-box:nth-child(3) .overview-text {
            padding: 0; }
            .overview-section .overview-box-outer .overview-box:nth-child(2) .overview-text p, .overview-section .overview-box-outer .overview-box:nth-child(3) .overview-text p {
              padding: 0 40px 16px 0; }
          .overview-section .overview-box-outer .overview-box:nth-child(2) .overview-icon, .overview-section .overview-box-outer .overview-box:nth-child(3) .overview-icon {
            position: absolute;
            bottom: 5px;
            right: 5px; } }
      .overview-section .overview-box-outer .overview-box:nth-child(2) {
        background: #EDFAFF;
        border: 2px solid #D1F1FF; }
      .overview-section .overview-box-outer .overview-box:nth-child(3) {
        background: #F8F7FF;
        border: 2px solid #E9E6FF; }
      .overview-section .overview-box-outer .overview-box:nth-child(4) {
        background: #FFF6F4;
        border: 2px solid #F7E9E5; }
      .overview-section .overview-box-outer .overview-box .overview-text {
        padding: 0 10px;
        flex: 1; }
        @media only screen and (max-width: 767px) {
          .overview-section .overview-box-outer .overview-box .overview-text {
            padding: 0 3px 0 0; } }
      .overview-section .overview-box-outer .overview-box .overview-icon {
        min-width: 63px;
        max-width: 70px;
        width: auto; }
        @media only screen and (max-width: 767px) {
          .overview-section .overview-box-outer .overview-box .overview-icon {
            min-width: 45px;
            max-width: 45px; } }
      .overview-section .overview-box-outer .overview-box h4 {
        font-size: 22px;
        font-weight: 700;
        color: #221E20;
        margin-bottom: 5px; }
      .overview-section .overview-box-outer .overview-box p {
        font-size: 14px;
        line-height: 1.3;
        color: #221E20; }

.booking-section {
  width: 42%; }
  @media only screen and (max-width: 1023px) {
    .booking-section {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .booking-section {
      padding: 40px 0 0 0; } }
  .booking-section .booking-box-outer {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; }
    @media only screen and (max-width: 767px) {
      .booking-section .booking-box-outer {
        margin: 0 -4px; } }
    .booking-section .booking-box-outer .booking-box {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 180px;
      padding: 25px 50px;
      width: calc(33.33% - 20px);
      padding: 23px 10px;
      background: #FFFFFF 0% 0% no-repeat padding-box;
      box-shadow: 0px 3px 16px #C7FFE664;
      border: 2px solid #DCF5EA;
      border-radius: 8px;
      margin: 0 10px;
      text-align: center;
      position: relative;
      transition: all .5s ease-in;
      transform: translateY(0); }
      .booking-section .booking-box-outer .booking-box:hover {
        transform: translateY(-5px); }
      @media only screen and (max-width: 767px) {
        .booking-section .booking-box-outer .booking-box {
          width: calc(33.33% - 8px);
          margin: 0 4px;
          padding: 25px;
          min-height: 90px; } }
      .booking-section .booking-box-outer .booking-box h4 {
        font-size: 18px;
        font-weight: 700;
        color: #221E20;
        margin-bottom: 30px;
        margin: 0; }
        @media only screen and (max-width: 1199px) {
          .booking-section .booking-box-outer .booking-box h4 {
            font-size: 16px; } }
      .booking-section .booking-box-outer .booking-box p {
        font-size: 14px;
        color: #221E20;
        margin: 3px 0 0 0;
        color: #000000;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .booking-section .booking-box-outer .booking-box .face-img {
        order: -1;
        margin-bottom: 10px;
        min-width: 62px; }
        @media only screen and (max-width: 767px) {
          .booking-section .booking-box-outer .booking-box .face-img {
            min-width: 45px; } }
        .booking-section .booking-box-outer .booking-box .face-img img {
          max-height: 66px;
          width: auto; }
          @media only screen and (max-width: 767px) {
            .booking-section .booking-box-outer .booking-box .face-img img {
              max-height: 48px; } }
    .booking-section .booking-box-outer .booking-box.booking-two {
      width: calc(50% - 20px); }
    .booking-section .booking-box-outer .booking-box.booking-one {
      width: 100%; }

.breakthrough-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 0; }
  @media only screen and (max-width: 1023px) {
    .breakthrough-section {
      flex-direction: column; } }
  @media only screen and (max-width: 767px) {
    .breakthrough-section {
      padding-bottom: 0; }
      .breakthrough-section header {
        width: 100%; } }
  .breakthrough-section .head-col {
    width: 388px; }
    @media only screen and (max-width: 1023px) {
      .breakthrough-section .head-col {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px; } }
    .breakthrough-section .head-col h3 {
      margin-right: 10px;
      margin-bottom: 55px; }
      @media only screen and (max-width: 1023px) {
        .breakthrough-section .head-col h3 {
          margin: 0 5px 0 0; } }
    @media only screen and (max-width: 1023px) {
      .breakthrough-section .head-col .button {
        padding: 0;
        border: none;
        border-bottom: 1px solid #DB7C65;
        border-radius: 0;
        font-weight: 500;
        font-size: 14px; } }
  .breakthrough-section .breakthrough-right {
    width: calc(100% - 388px); }
    @media only screen and (max-width: 1023px) {
      .breakthrough-section .breakthrough-right {
        width: 100%; } }
    .breakthrough-section .breakthrough-right .breakthrough-slider {
      margin: -20px -20px;
      width: calc(100% + 35px); }
      @media only screen and (max-width: 767px) {
        .breakthrough-section .breakthrough-right .breakthrough-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); } }
      .breakthrough-section .breakthrough-right .breakthrough-slider .slick-arrow {
        bottom: -20px; }
      @media only screen and (min-width: 1200px) {
        .breakthrough-section .breakthrough-right .breakthrough-slider .slick-list {
          width: calc(100% + 50vw - 635px) !important;
          position: relative; }
          .breakthrough-section .breakthrough-right .breakthrough-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%; } }
      .breakthrough-section .breakthrough-right .breakthrough-slider .slick-slide {
        padding: 20px 20px;
        height: auto; }
        .breakthrough-section .breakthrough-right .breakthrough-slider .slick-slide > div, .breakthrough-section .breakthrough-right .breakthrough-slider .slick-slide .breakthrough-box {
          height: 100%; }
      .breakthrough-section .breakthrough-right .breakthrough-slider .slick-track {
        display: flex; }
    .breakthrough-section .breakthrough-right .breakthrough-box {
      width: 630px !important;
      display: flex !important;
      background: #FFFFFF;
      box-shadow: 0px 4px 20px #00000029;
      border-radius: 8px;
      overflow: hidden;
      position: relative; }
      @media only screen and (max-width: 1199px) {
        .breakthrough-section .breakthrough-right .breakthrough-box {
          width: 605px !important; } }
      @media only screen and (max-width: 767px) {
        .breakthrough-section .breakthrough-right .breakthrough-box {
          min-width: 90% !important;
          width: 90% !important;
          margin-right: 10px;
          box-shadow: 0px 6px 15px #0000001a; } }
      .breakthrough-section .breakthrough-right .breakthrough-box .breakthrough-text {
        padding: 25px;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        @media only screen and (max-width: 767px) {
          .breakthrough-section .breakthrough-right .breakthrough-box .breakthrough-text {
            padding: 15px 5px 15px 15px; } }
        .breakthrough-section .breakthrough-right .breakthrough-box .breakthrough-text h4, .breakthrough-section .breakthrough-right .breakthrough-box .breakthrough-text p {
          font-size: 24px;
          line-height: 1.2;
          font-weight: 700;
          color: #20222F;
          margin-bottom: 30px;
          display: -webkit-box;
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical;
          overflow: hidden; }
          @media only screen and (max-width: 767px) {
            .breakthrough-section .breakthrough-right .breakthrough-box .breakthrough-text h4, .breakthrough-section .breakthrough-right .breakthrough-box .breakthrough-text p {
              font-size: 16px;
              margin-bottom: 10px; } }
          .breakthrough-section .breakthrough-right .breakthrough-box .breakthrough-text h4 span, .breakthrough-section .breakthrough-right .breakthrough-box .breakthrough-text p span {
            color: #DB7C65; }
        .breakthrough-section .breakthrough-right .breakthrough-box .breakthrough-text .breakthrough-location {
          display: flex;
          align-items: center;
          background: url("https://www.fortishealthcare.com/drupal-data/images/location-logo.png") no-repeat 0 0;
          background-size: 33px;
          min-height: 58px;
          padding-left: 50px; }
          @media only screen and (max-width: 767px) {
            .breakthrough-section .breakthrough-right .breakthrough-box .breakthrough-text .breakthrough-location {
              background-size: 22px;
              min-height: 34px;
              padding-left: 35px; } }
          .breakthrough-section .breakthrough-right .breakthrough-box .breakthrough-text .breakthrough-location span {
            display: block;
            font-size: 14px;
            color: #707070; }
            @media only screen and (max-width: 767px) {
              .breakthrough-section .breakthrough-right .breakthrough-box .breakthrough-text .breakthrough-location span {
                font-size: 11px; } }
      .breakthrough-section .breakthrough-right .breakthrough-box .breakthrough-img {
        position: relative; }
        .breakthrough-section .breakthrough-right .breakthrough-box .breakthrough-img::after {
          content: '';
          width: 20px;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background: url("https://www.fortishealthcare.com/drupal-data/images/breakthrough-shape.png") no-repeat right/cover; }
        .breakthrough-section .breakthrough-right .breakthrough-box .breakthrough-img img {
          width: 253px; }
          @media only screen and (max-width: 767px) {
            .breakthrough-section .breakthrough-right .breakthrough-box .breakthrough-img img {
              width: 130px; } }

.patient-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 0; }
  @media only screen and (max-width: 1023px) {
    .patient-section {
      flex-direction: column; } }
  @media only screen and (max-width: 767px) {
    .patient-section {
      padding-bottom: 0; }
      .patient-section header {
        width: 100%; } }
  .patient-section #views-exposed-form-patient-testimonials-block-3 {
    display: none; }
  .patient-section .head-col {
    width: 388px; }
    @media only screen and (max-width: 1023px) {
      .patient-section .head-col {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px; } }
    .patient-section .head-col h3 {
      margin-right: 10px;
      margin-bottom: 55px; }
      @media only screen and (max-width: 1023px) {
        .patient-section .head-col h3 {
          margin: 0 5px 0 0; } }
    @media only screen and (max-width: 1023px) {
      .patient-section .head-col .button {
        padding: 0;
        border: none;
        border-bottom: 1px solid #DB7C65;
        border-radius: 0;
        font-weight: 500;
        font-size: 14px; } }
  .patient-section .patient-right {
    width: calc(100% - 388px); }
    @media only screen and (max-width: 1023px) {
      .patient-section .patient-right {
        width: 100%; } }
    .patient-section .patient-right .patient-slider {
      margin: -20px -20px; }
      @media only screen and (max-width: 767px) {
        .patient-section .patient-right .patient-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); } }
      @media only screen and (max-width: 767px) {
        .patient-section .patient-right .patient-slider .patient-box {
          min-width: 90% !important;
          width: 90% !important;
          margin-right: 10px; } }
      .patient-section .patient-right .patient-slider .slick-arrow {
        bottom: -20px; }
      .patient-section .patient-right .patient-slider .slick-slide {
        padding: 20px 20px;
        max-width: 700px;
        height: auto; }
        .patient-section .patient-right .patient-slider .slick-slide > div, .patient-section .patient-right .patient-slider .slick-slide .patient-box {
          height: 100%; }
      .patient-section .patient-right .patient-slider .slick-track {
        display: flex; }

.patient-box {
  display: flex !important;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px #00000029;
  border-radius: 12px;
  padding: 40px 35px 40px 75px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .patient-box {
      padding: 40px 15px; } }
  .patient-box::before, .patient-box::after {
    content: '';
    position: absolute;
    top: 33px;
    left: 23px;
    width: 50px;
    height: 37px;
    background: url("https://www.fortishealthcare.com/drupal-data/images/top-qut.png") no-repeat 0 0;
    background-size: 50px;
    z-index: 11; }
    @media only screen and (max-width: 767px) {
      .patient-box::before, .patient-box::after {
        background-size: 28px;
        width: 30px;
        height: 25px;
        top: 20px;
        left: 10px; } }
  .patient-box::after {
    top: auto;
    left: auto;
    bottom: 38px;
    right: 40px;
    background-image: url("https://www.fortishealthcare.com/drupal-data/images/bottom-qut.png");
    background-position: right bottom; }
    @media only screen and (max-width: 767px) {
      .patient-box::after {
        bottom: 10px;
        right: 10px; } }
  .patient-box .patient-left {
    width: 180px; }
    @media only screen and (max-width: 767px) {
      .patient-box .patient-left {
        max-width: 100px; } }
    .patient-box .patient-left .p-name-date {
      margin-top: 15px;
      text-align: center; }
      .patient-box .patient-left .p-name-date strong {
        font-size: 12px;
        font-weight: 700;
        color: #DB7C65;
        display: block; }
      .patient-box .patient-left .p-name-date span {
        font-size: 12px;
        font-weight: 500;
        color: #717171;
        display: block; }
  .patient-box .patient-img {
    width: 180px;
    height: 180px;
    position: relative;
    background: url("https://www.fortishealthcare.com/drupal-data/images/patient-shap.png") no-repeat 0 0;
    background-size: 100%;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .patient-box .patient-img {
        max-width: 100px;
        max-height: 100px; } }
    .patient-box .patient-img::before {
      content: '';
      background: url("https://www.fortishealthcare.com/drupal-data/images/patient-shap.png") no-repeat 0 0;
      background-size: 100%;
      position: absolute;
      z-index: 9;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
    .patient-box .patient-img > img, .patient-box .patient-img iframe, .patient-box .patient-img video {
      position: relative;
      z-index: 1;
      max-width: 100%;
      max-height: 100%; }
    .patient-box .patient-img .play-btn {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 99; }
      @media only screen and (max-width: 767px) {
        .patient-box .patient-img .play-btn {
          right: -4px;
          bottom: -9px;
          scale: 0.8; } }
  .patient-box .patient-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 0 40px; }
    @media only screen and (max-width: 767px) {
      .patient-box .patient-text {
        margin: 0 0 0 20px;
        position: relative;
        z-index: 13; } }
    .patient-box .patient-text h4, .patient-box .patient-text p {
      font-size: 14px;
      font-weight: 500;
      color: #20222F; }
      .patient-box .patient-text h4 span, .patient-box .patient-text p span {
        color: #DB7C65; }
      @media only screen and (max-width: 767px) {
        .patient-box .patient-text h4, .patient-box .patient-text p {
          font-size: 14px;
          line-height: 1.4; } }
    .patient-box .patient-text .patient-location {
      margin-top: 30px; }
      @media only screen and (max-width: 767px) {
        .patient-box .patient-text .patient-location {
          margin-top: 10px; } }
      .patient-box .patient-text .patient-location span {
        display: block;
        font-size: 14px;
        color: #707070; }
        @media only screen and (max-width: 767px) {
          .patient-box .patient-text .patient-location span {
            font-size: 10px;
            line-height: 1.3; } }

.facility-section, .landing-facility-slider-outer {
  padding: 40px 0; }
  @media only screen and (max-width: 767px) {
    .facility-section, .landing-facility-slider-outer {
      padding-bottom: 0; } }
  .facility-section .facility-slider, .facility-section .facility-slider-two, .landing-facility-slider-outer .facility-slider, .landing-facility-slider-outer .facility-slider-two {
    margin: -20px -10px;
    width: calc(100% + 25px); }
    @media only screen and (max-width: 767px) {
      .facility-section .facility-slider, .facility-section .facility-slider-two, .landing-facility-slider-outer .facility-slider, .landing-facility-slider-outer .facility-slider-two {
        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); } }
    .facility-section .facility-slider .slick-arrow, .facility-section .facility-slider-two .slick-arrow, .landing-facility-slider-outer .facility-slider .slick-arrow, .landing-facility-slider-outer .facility-slider-two .slick-arrow {
      bottom: -20px; }
    @media only screen and (min-width: 1200px) {
      .facility-section .facility-slider .slick-list, .facility-section .facility-slider-two .slick-list, .landing-facility-slider-outer .facility-slider .slick-list, .landing-facility-slider-outer .facility-slider-two .slick-list {
        width: calc(100% + 50vw - 630px) !important;
        position: relative; }
        .facility-section .facility-slider .slick-list::after, .facility-section .facility-slider-two .slick-list::after, .landing-facility-slider-outer .facility-slider .slick-list::after, .landing-facility-slider-outer .facility-slider-two .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%; } }
    .facility-section .facility-slider .slick-slide, .facility-section .facility-slider-two .slick-slide, .landing-facility-slider-outer .facility-slider .slick-slide, .landing-facility-slider-outer .facility-slider-two .slick-slide {
      padding: 20px 10px;
      height: auto; }
      .facility-section .facility-slider .slick-slide > div, .facility-section .facility-slider .slick-slide .facility-box, .facility-section .facility-slider-two .slick-slide > div, .facility-section .facility-slider-two .slick-slide .facility-box, .landing-facility-slider-outer .facility-slider .slick-slide > div, .landing-facility-slider-outer .facility-slider .slick-slide .facility-box, .landing-facility-slider-outer .facility-slider-two .slick-slide > div, .landing-facility-slider-outer .facility-slider-two .slick-slide .facility-box {
        height: 100%; }
      .facility-section .facility-slider .slick-slide .slick-track, .facility-section .facility-slider-two .slick-slide .slick-track, .landing-facility-slider-outer .facility-slider .slick-slide .slick-track, .landing-facility-slider-outer .facility-slider-two .slick-slide .slick-track {
        display: flex; }
      .facility-section .facility-slider .slick-slide:nth-child(even) .facility-box, .facility-section .facility-slider-two .slick-slide:nth-child(even) .facility-box, .landing-facility-slider-outer .facility-slider .slick-slide:nth-child(even) .facility-box, .landing-facility-slider-outer .facility-slider-two .slick-slide:nth-child(even) .facility-box {
        background: #7C83B5; }
  .facility-section .facility-box, .landing-facility-slider-outer .facility-box {
    background: #80BDDD;
    border-radius: 8px;
    width: 512px !important;
    display: flex !important;
    color: #fff;
    min-height: 222px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all .5s ease-in;
    transform: translateY(0); }
    .facility-section .facility-box:hover, .landing-facility-slider-outer .facility-box:hover {
      transform: translateY(-5px); }
    @media only screen and (max-width: 767px) {
      .facility-section .facility-box, .landing-facility-slider-outer .facility-box {
        min-width: 90% !important;
        width: 90% !important;
        margin: 0 10px 0 0;
        min-height: 160px; } }
    .facility-section .facility-box .facility-img, .landing-facility-slider-outer .facility-box .facility-img {
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1; }
      @media only screen and (max-width: 767px) {
        .facility-section .facility-box .facility-img, .landing-facility-slider-outer .facility-box .facility-img {
          height: 100%; } }
      @media only screen and (max-width: 767px) {
        .facility-section .facility-box .facility-img > img, .landing-facility-slider-outer .facility-box .facility-img > img {
          height: 100%; } }
    .facility-section .facility-box .facility-text, .landing-facility-slider-outer .facility-box .facility-text {
      padding: 17px;
      padding-left: 190px; }
      @media only screen and (max-width: 767px) {
        .facility-section .facility-box .facility-text, .landing-facility-slider-outer .facility-box .facility-text {
          padding: 17px 6px;
          padding-left: 90px; } }
      .facility-section .facility-box .facility-text h4, .landing-facility-slider-outer .facility-box .facility-text h4 {
        font-size: 24px;
        font-weight: 700;
        color: #fff; }
        @media only screen and (max-width: 767px) {
          .facility-section .facility-box .facility-text h4, .landing-facility-slider-outer .facility-box .facility-text h4 {
            font-size: 16px; } }
        .facility-section .facility-box .facility-text h4 span, .landing-facility-slider-outer .facility-box .facility-text h4 span {
          color: #18465F; }
      .facility-section .facility-box .facility-text .facility-desc, .landing-facility-slider-outer .facility-box .facility-text .facility-desc {
        padding: 0 0 0 50px; }
        .facility-section .facility-box .facility-text .facility-desc p, .landing-facility-slider-outer .facility-box .facility-text .facility-desc p {
          font-size: 16px;
          color: #fff; }
          @media only screen and (max-width: 767px) {
            .facility-section .facility-box .facility-text .facility-desc p, .landing-facility-slider-outer .facility-box .facility-text .facility-desc p {
              font-size: 11px; } }
    .facility-section .facility-box:nth-child(even), .landing-facility-slider-outer .facility-box:nth-child(even) {
      background: #7C83B5; }

.centre-excellence {
  padding: 40px 0; }
  @media only screen and (max-width: 767px) {
    .centre-excellence {
      padding-bottom: 0; } }
  .centre-excellence .centre-slider {
    margin: -20px -10px;
    width: calc(100% + 25px); }
    @media only screen and (max-width: 767px) {
      .centre-excellence .centre-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); } }
    .centre-excellence .centre-slider .slick-arrow {
      bottom: -20px; }
    @media only screen and (min-width: 1200px) {
      .centre-excellence .centre-slider .slick-list {
        width: calc(100% + 50vw - 630px) !important;
        position: relative; }
        .centre-excellence .centre-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%; } }
    .centre-excellence .centre-slider .slick-list .slick-slide {
      padding: 20px 10px; }
    .centre-excellence .centre-slider li {
      display: flex !important;
      width: 440px !important;
      border-radius: 8px;
      position: relative;
      box-shadow: 0px 4px 9px #00000021; }
      @media only screen and (max-width: 767px) {
        .centre-excellence .centre-slider li {
          min-width: 90% !important;
          width: 90% !important;
          margin: 0 10px 0 0;
          box-shadow: 0px 6px 30px #00000029; } }
      .centre-excellence .centre-slider li img {
        width: 100%;
        border-radius: 8px; }
      .centre-excellence .centre-slider li .paragraph {
        width: 100%; }
        .centre-excellence .centre-slider li .paragraph > .centre-box-strip {
          position: absolute;
          left: 0;
          bottom: 20px;
          font-size: 14px;
          font-weight: 500;
          color: #fff;
          padding: 5px 15px;
          border: 1px solid #FFFFFF4D;
          border-radius: 0px 8px 8px 0px;
          backdrop-filter: blur(18px);
          -webkit-backdrop-filter: blur(18px); }

.app-sec {
  padding-top: 40px;
  clear: both; }
  .app-sec .app-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #4E9BC4;
    border-radius: 8px;
    padding: 17px 25px; }
    @media only screen and (max-width: 767px) {
      .app-sec .app-inner {
        padding: 15px; } }
    .app-sec .app-inner .bar-quote {
      min-width: 107px;
      width: 107px;
      height: 107px;
      border: 2px solid #4e9bc4;
      border-radius: 8px;
      box-shadow: 1px 1px 20px #1e5068;
      background: #fff;
      margin-right: 40px;
      padding: 5px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media only screen and (max-width: 767px) {
        .app-sec .app-inner .bar-quote {
          margin-right: 12px; } }
    .app-sec .app-inner .text-app {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex: 1; }
      @media only screen and (max-width: 1023px) {
        .app-sec .app-inner .text-app {
          flex-direction: column;
          align-items: flex-start; } }
      .app-sec .app-inner .text-app p {
        font-size: 22px;
        font-weight: 500;
        color: #fff;
        flex: 1;
        max-width: 600px; }
        @media only screen and (max-width: 767px) {
          .app-sec .app-inner .text-app p {
            font-size: 16px;
            line-height: 1.2; } }
      .app-sec .app-inner .text-app .app-img {
        display: flex;
        margin-right: 30px; }
        @media only screen and (max-width: 1199px) {
          .app-sec .app-inner .text-app .app-img {
            margin-right: 0; } }
        .app-sec .app-inner .text-app .app-img > a {
          margin: 0 10px;
          color: #fff;
          transition: all .5s ease-in;
          transform: translateY(0); }
          .app-sec .app-inner .text-app .app-img > a:hover {
            transform: translateY(-5px);
            opacity: .8; }
          @media only screen and (max-width: 1023px) {
            .app-sec .app-inner .text-app .app-img > a {
              margin: 8px 5px 0 -5px; } }
          .app-sec .app-inner .text-app .app-img > a > img {
            max-width: 180px; }
            @media only screen and (max-width: 1023px) {
              .app-sec .app-inner .text-app .app-img > a > img {
                max-width: 100px; } }

.medical-reports {
  padding: 40px 0 0 0; }
  .medical-reports .report-sec {
    display: flex;
    justify-content: space-between;
    background: #4E9BC4;
    border-radius: 8px;
    padding: 5px; }
    @media only screen and (max-width: 767px) {
      .medical-reports .report-sec {
        flex-direction: column;
        padding: 15px 20px 30px;
        position: relative; } }
    .medical-reports .report-sec h4 {
      font-size: 24px;
      line-height: 1.3;
      font-weight: 500;
      color: #fff;
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        .medical-reports .report-sec h4 {
          font-size: 20px;
          margin-bottom: 25px; } }
    .medical-reports .report-sec .button {
      font-size: 14px;
      padding: 8px 14px;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
        .medical-reports .report-sec .button {
          padding: 13px 20px; } }
    .medical-reports .report-sec .report-left {
      padding: 20px 20px 20px 30px; }
      @media only screen and (max-width: 1023px) {
        .medical-reports .report-sec .report-left {
          padding: 10px; } }
      @media only screen and (max-width: 767px) {
        .medical-reports .report-sec .report-left {
          padding: 0; } }
    .medical-reports .report-sec .report-right {
      padding: 0 40px 0 0;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 1023px) {
        .medical-reports .report-sec .report-right {
          padding: 0 10px 0 0; } }
      @media only screen and (max-width: 767px) {
        .medical-reports .report-sec .report-right {
          padding: 0;
          position: absolute;
          right: 10px;
          bottom: 10px; } }
      .medical-reports .report-sec .report-right > img {
        max-width: 120px; }
        @media only screen and (max-width: 767px) {
          .medical-reports .report-sec .report-right > img {
            max-width: 100px; } }

.blog-section {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .blog-section {
      padding-bottom: 0; } }
  .blog-section .blog-slider {
    margin: -20px -15px;
    width: calc(100% + 30px); }
    @media only screen and (max-width: 767px) {
      .blog-section .blog-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); } }
    .blog-section .blog-slider .blog-box {
      width: 316px !important; }
      @media only screen and (max-width: 767px) {
        .blog-section .blog-slider .blog-box {
          min-width: 80% !important;
          width: 80% !important;
          margin-right: 20px; } }
    .blog-section .blog-slider .slick-arrow {
      bottom: -20px; }
    @media only screen and (min-width: 1200px) {
      .blog-section .blog-slider .slick-list {
        width: calc(100% + 50vw - 635px) !important;
        position: relative; }
        .blog-section .blog-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%; } }
    .blog-section .blog-slider .slick-slide {
      padding: 20px 15px;
      height: auto; }
      .blog-section .blog-slider .slick-slide > div, .blog-section .blog-slider .slick-slide .blog-box {
        height: 100%; }
    .blog-section .blog-slider .slick-track {
      display: flex; }

.blog-box {
  background: #FBFBFD;
  box-shadow: 0px 3px 20px #81818133;
  border-radius: 6px;
  cursor: pointer;
  transition: all .5s ease-in;
  transform: translateY(0); }
  .blog-box:hover {
    transform: translateY(-5px); }
  .blog-box .blog-img {
    position: relative; }
    .blog-box .blog-img > img {
      border-radius: 6px 6px 0 0;
      width: 100%; }
  .blog-box .blog-text {
    padding: 25px 15px 15px 15px; }
    .blog-box .blog-text h4 {
      font-size: 16px;
      font-weight: 700;
      color: #000;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .blog-box .blog-text h4 {
          font-size: 14px; } }
    .blog-box .blog-text .name-date {
      display: flex;
      align-items: center;
      margin-top: 8px; }
      .blog-box .blog-text .name-date span {
        display: inline-flex;
        font-size: 14px;
        line-height: 1;
        color: #696969; }
        @media only screen and (max-width: 767px) {
          .blog-box .blog-text .name-date span {
            font-size: 12px; } }
        .blog-box .blog-text .name-date span:last-child {
          padding-left: 5px;
          margin-left: 5px;
          border-left: 1px solid #a5a5a6;
          white-space: nowrap; }

.blog-strip {
  background: #8f74a2;
  padding: 6px 10px;
  position: absolute;
  bottom: -15px;
  left: -7px;
  min-width: 130px;
  max-width: 90%;
  text-align: center;
  height: 31px;
  white-space: nowrap; }
  .blog-strip::before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 0;
    left: 0;
    border-top: 10px solid #1E1E36;
    border-left: 8px solid transparent; }
  .blog-strip::after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-left: 10px solid #8f74a2;
    border-top: 16px solid transparent;
    border-bottom: 15px solid transparent; }
  .blog-strip span {
    font-size: 13px;
    color: #fff;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.3; }

.section-404 {
  text-align: center;
  padding: 100px 0; }
  @media only screen and (max-width: 1199px) {
    .section-404 {
      padding: 50px 0; } }
  .section-404 h1 {
    font-weight: 400; }
    .section-404 h1.color-o {
      font-weight: 400;
      color: #DB7C65; }
    .section-404 h1 span {
      font-weight: 900; }
  .section-404 .img {
    margin: 20px 0; }
  .section-404 .button {
    background: #f4d7d0;
    font: 500 12px/15px "Montserrat", sans-serif;
    color: #181515;
    padding: 12px 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: all .2s;
    border: 1px solid #f4d7d0;
    margin-top: 40px; }
    .section-404 .button:hover {
      text-decoration: none;
      border: 1px solid transparent; }

.gallery-outer {
  padding: 40px 0; }
  @media only screen and (max-width: 767px) {
    .gallery-outer {
      padding-bottom: 0; } }
  .gallery-outer .gallery-sec {
    margin: -26px -13px; }
    @media only screen and (max-width: 767px) {
      .gallery-outer .gallery-sec {
        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); } }
    .gallery-outer .gallery-sec .gallery-box {
      box-shadow: 0px 3px 15px #0000001A;
      border-radius: 8px;
      height: 100%; }
      @media only screen and (max-width: 767px) {
        .gallery-outer .gallery-sec .gallery-box {
          min-width: 80% !important;
          width: 80% !important;
          margin-right: 20px;
          height: auto; } }
      .gallery-outer .gallery-sec .gallery-box .img {
        border-radius: 8px 8px 0px 0px; }
        .gallery-outer .gallery-sec .gallery-box .img img {
          width: 100%;
          border-radius: 8px 8px 0px 0px; }
      .gallery-outer .gallery-sec .gallery-box .gallery-text {
        padding: 10px 10px 20px 10px; }
        .gallery-outer .gallery-sec .gallery-box .gallery-text h4 {
          font-size: 16px;
          font-weight: 600;
          color: #000;
          margin: 10px 0; }
        .gallery-outer .gallery-sec .gallery-box .gallery-text .date {
          display: block;
          font-size: 12px;
          color: #717171;
          font-weight: 500; }
        .gallery-outer .gallery-sec .gallery-box .gallery-text p {
          padding: 10px 0 0 0;
          font-size: 12px;
          color: #313131; }
      .gallery-outer .gallery-sec .gallery-box a.read-more.more-btn {
        text-align: right;
        margin-top: 3px; }
    .gallery-outer .gallery-sec .slick-slide {
      padding: 26px 13px;
      height: auto; }
      .gallery-outer .gallery-sec .slick-slide > div, .gallery-outer .gallery-sec .slick-slide .blog-box {
        height: 100%; }
    .gallery-outer .gallery-sec .slick-track {
      display: flex; }
    .gallery-outer .gallery-sec .slick-arrow {
      bottom: -20px; }

.press-release-section {
  padding-bottom: 40px; }
  .press-release-section .press-rel a {
    padding: 11px 11px 11px 42px;
    height: 47px;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0px 2px 16px #0000001C;
    border-radius: 4px;
    color: #DB7C65;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    position: relative; }
    .press-release-section .press-rel a::before {
      content: '';
      width: 22px;
      height: 22px;
      background: url("https://www.fortishealthcare.com/drupal-data/images/press-icon.svg") center no-repeat;
      position: absolute;
      left: 11px; }
    .press-release-section .press-rel a::after {
      content: '';
      width: 47px;
      height: 47px;
      background: #F4D7D0 url("https://www.fortishealthcare.com/drupal-data/images/press-release-arrow.svg") center no-repeat;
      border-radius: 0px 6px 6px 0px;
      position: absolute;
      right: 0; }

@media only screen and (max-width: 767px) {
  .listing-pg.International-hospital {
    padding-top: 50px; } }

@media only screen and (max-width: 767px) {
  #block-views-block-hospital-listing-block-2 .hospital-view {
    padding-top: 0; } }

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

.youtube-playlist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px -50px; }
  .youtube-playlist li {
    margin: 0 25px 50px;
    width: calc(25% - 50px);
    background: #fff;
    box-shadow: 0px 3px 20px #00000029;
    border-radius: 12px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .youtube-playlist li {
        width: 100%;
        margin-bottom: 20px; } }
    .youtube-playlist li .play-video {
      width: 100%;
      position: relative; }
      .youtube-playlist li .play-video img {
        position: relative;
        z-index: 9; }
      .youtube-playlist li .play-video .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 99;
        transform: translate(-50%, -50%); }
      .youtube-playlist li .play-video iframe {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%; }
    .youtube-playlist li h3 {
      font-size: 16px;
      font-weight: 700;
      color: #20222f;
      padding: 10px 10px 0 10px; }

.ews-lable {
  font: 700 14px/18px "Montserrat", sans-serif;
  color: #000;
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #ededed;
  margin-top: 40px; }

.ews-date-wrapper {
  display: flex;
  width: 100%;
  text-align: center;
  font: 700 14px/18px "Montserrat", sans-serif;
  color: #000;
  white-space: nowrap;
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-left: 1px solid #ededed; }
  .ews-date-wrapper .date-lable {
    width: 61%;
    padding: 10px 20px;
    border-right: 1px solid #ededed; }
  .ews-date-wrapper .date {
    padding: 10px 20px;
    width: 39%; }

.ews-sec-view .views-exposed-form .form-actions.js-form-wrapper {
  display: none; }
@media only screen and (max-width: 767px) {
  .ews-sec-view .views-element-container {
    overflow-y: auto; } }

head.medical-procedure-main-heading .readmore-section .showmore_trigger {
  text-align: right; }

.technology-experts-doc-outer .team-experts {
  padding: 40px 0 0; }
.technology-experts-doc-outer .team-experts-list {
  display: flex;
  align-items: inherit;
  flex-wrap: wrap;
  margin: 0 -34px -33px 0; }
  @media only screen and (max-width: 1023px) {
    .technology-experts-doc-outer .team-experts-list {
      margin: 0 -17px -35px; } }
  .technology-experts-doc-outer .team-experts-list li {
    width: 178px;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px #00000017;
    margin: 0 34px 33px 0; }
    @media only screen and (max-width: 1023px) {
      .technology-experts-doc-outer .team-experts-list li {
        width: calc(33.33% - 34px);
        margin: 0 17px 35px; } }
    @media only screen and (max-width: 1023px) {
      .technology-experts-doc-outer .team-experts-list li {
        width: calc(50% - 36px); } }
    .technology-experts-doc-outer .team-experts-list li .expert {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; }
  .technology-experts-doc-outer .team-experts-list .expert-image {
    height: 135px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    box-shadow: 0px 3px 16px #00000017;
    border-radius: 4px 4px 0 0; }
    .technology-experts-doc-outer .team-experts-list .expert-image img {
      width: auto; }
  .technology-experts-doc-outer .team-experts-list .expert-info {
    padding: 7px 14px 10px;
    background: #fff;
    margin-top: 3px; }
  .technology-experts-doc-outer .team-experts-list .expert-name {
    font: bold 14px/18px "Montserrat", sans-serif;
    color: #000000; }
  .technology-experts-doc-outer .team-experts-list .expert-desg {
    font: 500 12px/18px "Montserrat", sans-serif;
    color: #313131;
    margin-top: 4px; }
  .technology-experts-doc-outer .team-experts-list .button {
    font: 500 11px/14px "Montserrat", sans-serif;
    color: #000000;
    width: 100%;
    padding: 10px 20px;
    border-radius: 0; }
    @media only screen and (max-width: 767px) {
      .technology-experts-doc-outer .team-experts-list .button {
        padding: 10px; } }
@media only screen and (max-width: 767px) {
  .technology-experts-doc-outer .explore-video-block .explore-video-list {
    margin-bottom: -10px; } }
@media only screen and (max-width: 767px) {
  .technology-experts-doc-outer .explore-video-block .explore-video-list li {
    margin-bottom: 10px; } }

.technology-faq .faq-outer {
  padding-top: 0; }

.ui-widget-content {
  color: #221E20; }

.ui-widget-overlay {
  background: #000;
  opacity: .8; }

.ui-dialog {
  z-index: 1260;
  overflow: visible;
  padding: 30px 0;
  color: #000;
  background: #fff;
  max-width: 900px !important;
  width: 90% !important;
  transform: translate(-50%);
  left: 50% !important;
  box-shadow: 9px 6px 30px #0000001A;
  border: none !important;
  border-radius: 8px; }
  @media only screen and (max-width: 767px) {
    .ui-dialog {
      padding: 20px 0; } }
  .ui-dialog.small {
    max-width: 550px !important; }
  @media only screen and (max-width: 767px) {
    .ui-dialog.form-position {
      top: 10px !important; } }
  .ui-dialog .ui-dialog-titlebar {
    position: static !important;
    background: none;
    border: none;
    padding: 0 45px 20px 40px; }
    @media only screen and (max-width: 767px) {
      .ui-dialog .ui-dialog-titlebar {
        padding: 0 45px 20px 20px; } }
    .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
      white-space: inherit;
      margin: 0;
      width: 100%;
      color: #221E20;
      text-align: left;
      font: 500 22px/36px "Montserrat", sans-serif; }
  .ui-dialog .ui-dialog-titlebar-close {
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    right: 17px;
    top: 17px;
    background: url("https://www.fortishealthcare.com/drupal-data/images/close.svg") no-repeat center center;
    background-size: 20px;
    border: none;
    z-index: 999; }
    @media only screen and (max-width: 767px) {
      .ui-dialog .ui-dialog-titlebar-close {
        background-size: 18px;
        right: 12px;
        top: 12px; } }
    .ui-dialog .ui-dialog-titlebar-close:hover {
      opacity: 0.7; }
    .ui-dialog .ui-dialog-titlebar-close:before, .ui-dialog .ui-dialog-titlebar-close:after {
      display: none !important; }
    .ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick, .ui-dialog .ui-dialog-titlebar-close .ui-button-icon-space {
      display: none !important; }
  .ui-dialog .ui-dialog-buttonpane {
    background: none;
    border: none;
    text-align: center;
    padding: 0; }
    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
      float: none; }
  .ui-dialog .ui-dialog-content {
    padding: 0 40px; }
    @media only screen and (max-width: 767px) {
      .ui-dialog .ui-dialog-content {
        padding: 0 20px; } }
  .ui-dialog.hide-title .ui-dialog-titlebar {
    padding: 0; }
    .ui-dialog.hide-title .ui-dialog-titlebar .ui-dialog-title {
      display: none; }
  .ui-dialog.padding-none {
    padding: 0; }
  .ui-dialog .ambulance-information .form-item label {
    font: 500 14px/12px "Montserrat", sans-serif;
    color: #000; }
  .ui-dialog .ambulance-information .form-item input, .ui-dialog .ambulance-information .form-item select {
    background-color: #fff;
    border: 1px solid #D3D4DB;
    border-radius: 4px;
    font: 500 14px/14px "Montserrat", sans-serif;
    color: #000000;
    padding: 17px 10px; }
  .ui-dialog .request-callback-sec {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: none; }
    .ui-dialog .request-callback-sec form {
      min-width: 100%;
      width: 100%;
      max-width: 100%; }

.request-callback-popup .ui-dialog-titlebar span.ui-dialog-title {
  display: none; }
.request-callback-popup img {
  width: 100%;
  border-radius: 8px; }

/* Video Popup */
.popup-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1260;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: none; }
  .popup-outer.show-video {
    display: block; }
  @media only screen and (max-width: 767px) {
    .popup-outer.video-popup iframe {
      max-width: 100%;
      max-height: 300px; } }
  .popup-outer .popup-sec {
    position: relative;
    max-width: 900px;
    width: 90%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }
    .popup-outer .popup-sec .close-video {
      position: absolute;
      width: 25px;
      height: 25px;
      margin: 0;
      padding: 0;
      right: 2px;
      top: -38px;
      background: url("https://www.fortishealthcare.com/drupal-data/images/close.svg") no-repeat center center;
      background-size: 20px;
      border: none;
      -webkit-filter: invert(100%);
      filter: invert(100%); }
      @media only screen and (max-width: 767px) {
        .popup-outer .popup-sec .close-video {
          background-size: 18px; } }
      .popup-outer .popup-sec .close-video:hover {
        opacity: 0.7; }
      .popup-outer .popup-sec .close-video:before, .popup-outer .popup-sec .close-video:after {
        display: none !important; }

#ambulance-information .ambulance-info {
  display: flex;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 35px;
  display: flex;
  position: relative;
  background: url("https://www.fortishealthcare.com/drupal-data/images/call.svg") no-repeat -7px -5px;
  min-height: 31px; }
  #ambulance-information .ambulance-info a {
    padding: 0px 6px;
    text-decoration: underline;
    font: bold 14px/18px "Montserrat", sans-serif;
    color: #DB7C65;
    position: relative; }
    #ambulance-information .ambulance-info a::after {
      content: ',';
      position: absolute;
      right: 0;
      color: #000;
      font-weight: 400; }
    #ambulance-information .ambulance-info a:last-child::after {
      display: none; }
#ambulance-information .no-ambulance-info {
  font: 600 16px/20px "Montserrat", sans-serif;
  color: #000000;
  padding: 45px 0 0 0;
  background: url("https://www.fortishealthcare.com/drupal-data/images/no-data.svg") no-repeat center top;
  justify-content: center;
  display: flex;
  text-align: center; }

.thank-you-text {
  max-width: 426px !important;
  padding: 24px 0; }
  .thank-you-text.ui-dialog .ui-dialog-titlebar {
    padding: 0; }
  .thank-you-text.ui-dialog .ui-dialog-content {
    padding: 0 30px; }

.message-wrapper .pop-up-image {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100px;
  margin: 0 auto 20px;
  height: auto; }
.message-wrapper .title {
  text-align: center; }
  .message-wrapper .title h3 {
    font: bold 18px/22px "Montserrat", sans-serif;
    color: #1F1829;
    margin-bottom: 5px; }
    .message-wrapper .title h3:nth-child(2) {
      display: none; }
.message-wrapper .subtext {
  text-align: center; }
  .message-wrapper .subtext p {
    font: 500 16px/22px "Montserrat", sans-serif;
    color: #777777; }

#colorbox #cboxWrapper {
  background: initial; }
  #colorbox #cboxWrapper #cboxContent {
    background: initial;
    padding-bottom: 25px; }
    #colorbox #cboxWrapper #cboxContent img {
      border-radius: 20px; }
    #colorbox #cboxWrapper #cboxContent #cboxClose {
      background: url("https://www.fortishealthcare.com/drupal-data/images/close.svg") no-repeat center center;
      top: 15px;
      right: 20px; }
    #colorbox #cboxWrapper #cboxContent #cboxPrevious,
    #colorbox #cboxWrapper #cboxContent #cboxNext {
      background: #fff;
      width: 70px;
      text-indent: 1px;
      padding: 5px 12px;
      border-radius: 6px;
      height: 32px; }
    #colorbox #cboxWrapper #cboxContent #cboxPrevious {
      left: calc(50% - 75px);
      background: #fff url("https://www.fortishealthcare.com/drupal-data/images/prev.svg") no-repeat 12px 9px;
      background-size: 15px;
      text-align: right; }
    #colorbox #cboxWrapper #cboxContent #cboxNext {
      right: calc(50% - 75px);
      left: initial;
      background: #fff url("https://www.fortishealthcare.com/drupal-data/images/next.svg") no-repeat calc(100% - 10px);
      background-size: 15px;
      text-align: left; }
    #colorbox #cboxWrapper #cboxContent #cboxCurrent {
      display: none !important; }

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: none; }

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #221E20; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

main {
  overflow: hidden;
  padding-bottom: 10px; }

.head-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px; }
  .head-row .heading1, .head-row .heading2 {
    margin: 0 10px 0 0; }
    @media only screen and (max-width: 1023px) {
      .head-row .heading1, .head-row .heading2 {
        margin: 0 5px 0 0; } }
  .head-row .view-all {
    white-space: nowrap;
    color: #DB7C65;
    border-bottom: 1px solid #DB7C65;
    font-size: 14px;
    font-weight: 500; }
    .head-row .view-all:hover {
      border-color: transparent; }

.width100 {
  width: 100% !important; }

.hide {
  display: none !important; }

@media only screen and (min-width: 768px) {
  .hide-desktop {
    display: none !important; } }

.pointer-none {
  pointer-events: none !important; }

.link-over {
  position: absolute !important;
  font-size: 0 !important;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 3 !important; }

sub, sup {
  font-size: 0.6em; }

sub {
  vertical-align: 0; }

sup {
  vertical-align: 0.5em; }

a {
  text-decoration: none;
  outline: none;
  color: #3299da;
  transition: color 0.3s ease; }

strong {
  font-weight: 700; }

.medium {
  font-weight: 500 !important; }

.pt0 {
  padding-top: 0 !important; }

.pt20 {
  padding-top: 20px !important; }

.pt40 {
  padding-top: 40px !important; }

.pb0 {
  padding-bottom: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt40 {
  margin-top: 40px !important; }

.text-center {
  text-align: center !important; }

em {
  font-style: italic; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h4, .h6 {
  margin: 0;
  color: #000; }

h1, .h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px; }
  @media only screen and (max-width: 1023px) {
    h1, .h1 {
      font-size: 27px;
      margin-bottom: 15px; } }

h2, .h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px; }
  @media only screen and (max-width: 1023px) {
    h2, .h2 {
      font-size: 25px; } }

h3, .h3 {
  font-size: 26px;
  color: #2e2d2d;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 15px; }
  @media only screen and (max-width: 1023px) {
    h3, .h3 {
      font-size: 22px;
      line-height: 1.3;
      margin-bottom: 15px; } }

h4, .h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px; }

.clear {
  float: left;
  width: 100%;
  clear: both; }

.clearfix {
  clear: both; }
  .clearfix:after {
    clear: both;
    display: table;
    content: ''; }

/** Selection Styling ********/
::-moz-selection {
  color: #fff;
  background: #000;
  text-shadow: none; }

::selection {
  color: #fff;
  background: #000;
  text-shadow: none; }

/* Placeholder Text */
::-webkit-input-placeholder {
  /* Webkit Browsers */
  color: #696868;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #696868;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #696868;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE10 */
  color: #696868;
  opacity: 1; }

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 100ms 100ms ease;
  opacity: 0; }

[placeholder]:focus::-moz-placeholder {
  transition: opacity 100ms 100ms ease;
  opacity: 0; }

[placeholder]:focus::-moz-placeholder {
  transition: opacity 100ms 100ms ease;
  opacity: 0; }

[placeholder]:focus::-ms-input-placeholder {
  transition: opacity 100ms 100ms ease;
  opacity: 0; }

.form-item {
  margin-bottom: 20px; }

.form-text,
.form-textarea,
.form-select,
.form-email,
.form-tel,
.custom-select > a {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  color: #696868;
  border: 1px solid #D3D4DB;
  border-radius: 6px;
  padding: 15px 10px; }

label {
  display: block;
  font: 500 14px/15px "Montserrat", sans-serif;
  color: #000;
  padding-bottom: 5px; }

select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("https://www.fortishealthcare.com/drupal-data/images/arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  padding-right: 40px !important;
  text-overflow: ellipsis; }

form.bef-exposed-form .form-item-field-start-date {
  margin-left: auto; }
form.bef-exposed-form .form-item-field-end-date, form.bef-exposed-form .form-item-field-start-date,
form.bef-exposed-form .form-item-field-date-value, form.bef-exposed-form .form-item-field-end-date-value, form.bef-exposed-form .form-item-field-start-date-value, form.bef-exposed-form .form-item-start-date, form.bef-exposed-form .form-item-fend-date, form.bef-exposed-form .form-item-end-date {
  margin-right: 20px;
  max-width: 185px; }
  @media only screen and (max-width: 767px) {
    form.bef-exposed-form .form-item-field-end-date, form.bef-exposed-form .form-item-field-start-date,
    form.bef-exposed-form .form-item-field-date-value, form.bef-exposed-form .form-item-field-end-date-value, form.bef-exposed-form .form-item-field-start-date-value, form.bef-exposed-form .form-item-start-date, form.bef-exposed-form .form-item-fend-date, form.bef-exposed-form .form-item-end-date {
      font-size: 12px;
      width: 36%;
      margin: 0 8px 0 0; } }
  form.bef-exposed-form .form-item-field-end-date .bef-datepicker, form.bef-exposed-form .form-item-field-start-date .bef-datepicker,
  form.bef-exposed-form .form-item-field-date-value .bef-datepicker, form.bef-exposed-form .form-item-field-end-date-value .bef-datepicker, form.bef-exposed-form .form-item-field-start-date-value .bef-datepicker, form.bef-exposed-form .form-item-start-date .bef-datepicker, form.bef-exposed-form .form-item-fend-date .bef-datepicker, form.bef-exposed-form .form-item-end-date .bef-datepicker {
    font: 500 14px "Montserrat", sans-serif;
    color: #000000;
    line-height: 1.6;
    background-color: #fff;
    padding: 9px 10px;
    border: 1px solid #D3D4DB;
    border-radius: 8px; }
    @media only screen and (max-width: 767px) {
      form.bef-exposed-form .form-item-field-end-date .bef-datepicker, form.bef-exposed-form .form-item-field-start-date .bef-datepicker,
      form.bef-exposed-form .form-item-field-date-value .bef-datepicker, form.bef-exposed-form .form-item-field-end-date-value .bef-datepicker, form.bef-exposed-form .form-item-field-start-date-value .bef-datepicker, form.bef-exposed-form .form-item-start-date .bef-datepicker, form.bef-exposed-form .form-item-fend-date .bef-datepicker, form.bef-exposed-form .form-item-end-date .bef-datepicker {
        font-size: 12px; } }
    form.bef-exposed-form .form-item-field-end-date .bef-datepicker::placeholder, form.bef-exposed-form .form-item-field-start-date .bef-datepicker::placeholder,
    form.bef-exposed-form .form-item-field-date-value .bef-datepicker::placeholder, form.bef-exposed-form .form-item-field-end-date-value .bef-datepicker::placeholder, form.bef-exposed-form .form-item-field-start-date-value .bef-datepicker::placeholder, form.bef-exposed-form .form-item-start-date .bef-datepicker::placeholder, form.bef-exposed-form .form-item-fend-date .bef-datepicker::placeholder, form.bef-exposed-form .form-item-end-date .bef-datepicker::placeholder {
      color: #000000; }
@media only screen and (max-width: 767px) {
  form.bef-exposed-form .form-actions {
    width: calc(28% - 16px); } }
form.bef-exposed-form .form-actions .form-submit, form.bef-exposed-form .form-actions .button {
  padding: 11px 40px;
  -webkit-appearance: none;
  appearance: none; }
  @media only screen and (max-width: 767px) {
    form.bef-exposed-form .form-actions .form-submit, form.bef-exposed-form .form-actions .button {
      padding: 12px 20px;
      font-size: 12px;
      width: 100%; } }

/* Lists */
ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.head ul, ul.disc-list {
  list-style: disc;
  margin: 10px 0 10px 20px; }
  .head ul li, ul.disc-list li {
    margin-top: 10px; }

.head ol, ol.number-list {
  counter-reset: item;
  margin: 10px 0 10px 22px;
  text-align: left; }
  .head ol li, ol.number-list li {
    display: block;
    position: relative;
    margin-top: 10px; }
    .head ol li:before, ol.number-list li:before {
      content: counters(item,".") ".";
      counter-increment: item;
      position: absolute;
      margin-right: 100%;
      right: 10px; }

iframe {
  max-width: 100%; }

p,
li {
  line-height: 1.6; }

.button {
  padding: 15px 40px;
  background-color: #F4D7D0;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  transition: all .5s ease-out;
  -webkit-appearance: none;
  appearance: none; }
  .button.small {
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 6px; }
    @media only screen and (max-width: 767px) {
      .button.small {
        padding: 5px 10px;
        font-size: 14px; } }
  .button:hover, .button:focus {
    background-color: #DB7C65;
    color: #fff;
    border: none; }
  .button.border {
    background: #fff;
    border: 1px solid #DB7C65;
    color: #DB7C65; }
    .button.border:hover, .button.border:focus {
      background-color: #DB7C65;
      color: #fff;
      border-color: #DB7C65; }
  .button.white {
    background: #fff;
    border: none;
    color: #000000; }
    .button.white:hover, .button.white:focus {
      background-color: #ccc;
      color: #000;
      border: none; }

.overflow-hidden {
  overflow: hidden !important; }

.heading1 {
  font-size: 32px;
  font-weight: 500;
  color: #221E20; }
  @media only screen and (max-width: 1199px) {
    .heading1 {
      font-size: 28px; } }
  @media only screen and (max-width: 767px) {
    .heading1 {
      font-size: 22px;
      font-weight: 400; } }

.heading2 {
  font-size: 26px;
  font-weight: 500;
  color: #221E20; }
  @media only screen and (max-width: 1199px) {
    .heading2 {
      font-size: 24px; } }
  @media only screen and (max-width: 767px) {
    .heading2 {
      font-size: 22px;
      font-weight: 400; } }

.int-heading2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #000; }
  @media only screen and (max-width: 767px) {
    .int-heading2 {
      font-size: 18px; } }
  .int-heading2 .sub-heading,
  .int-heading2 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #52525B; }

.int-head {
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .int-head {
      margin-bottom: 20px; } }
  .int-head h1, .int-head h2, .int-head h3, .int-head .int-heading1, .int-head .int-heading2 {
    margin-bottom: 0; }
  .int-head p {
    margin-top: 5px;
    color: #000; }

@keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.ajax-progress.ajax-progress-throbber {
  width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  vertical-align: middle;
  margin-right: 10px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center; }
  .ajax-progress.ajax-progress-throbber .throbber {
    width: 200px;
    height: 200px;
    background: url("https://www.fortishealthcare.com/drupal-data/images/spinner.svg") no-repeat center; }
  .ajax-progress.ajax-progress-throbber .message {
    display: none; }

.visibility-hidden {
  visibility: hidden !important; }

.visually-hidden {
  display: none; }

.user-login-form, .user-pass, .user-pass-reset {
  width: 90%;
  max-width: 400px;
  background: #fff;
  border-radius: 11px;
  box-shadow: 0px 3px 10px #8f74a21d;
  padding: 40px;
  position: relative;
  margin: 20px auto 80px; }
  .user-login-form label, .user-pass label, .user-pass-reset label {
    font-size: 14px;
    color: #221E20;
    display: block;
    margin-bottom: 7px; }
  .user-login-form .button, .user-pass .button, .user-pass-reset .button {
    width: 100%; }
  .user-login-form .description, .user-pass .description, .user-pass-reset .description {
    font-size: 14px;
    color: #797777;
    margin-top: 5px;
    display: block; }

button {
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  outline: none;
  background: transparent; }

.green-color {
  color: #00A950 !important; }

.blue-color {
  color: #18465F !important; }

.messages {
  color: #4a4a4a;
  margin: 20px auto;
  padding: 15px; }

.messages--warning {
  background-color: #fdf8ed;
  border: 1px solid #f4daa6;
  color: #734c00; }

.messages--error {
  background-color: #fcf4f2;
  border: 1px solid #f9c9bf;
  color: #a51b00; }

.messages--status {
  background-color: #f3faef;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #325e1c; }

.success-message {
  background-color: #f3faef;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #325e1c;
  margin: 20px 0;
  padding: 15px; }

.static-screen {
  position: fixed; }

.ui-menu.ui-autocomplete {
  border: 1px solid #EDEDED !important;
  border-radius: 0 0 6px 6px;
  box-shadow: 0px 3px 26px #64646429;
  z-index: 1001;
  max-height: 300px;
  overflow-y: auto; }
  .ui-menu.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper {
    display: block;
    padding: 15px 20px;
    font-size: 12px;
    font-weight: 500;
    color: #221E20;
    border: none;
    border-bottom: 1px solid #EDEDED; }
    .ui-menu.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper.ui-state-active, .ui-menu.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper:hover {
      background: #FCF2EF;
      color: #221E20;
      margin: 0 !important; }
      .ui-menu.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper.ui-state-active div, .ui-menu.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper.ui-state-active a, .ui-menu.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper.ui-state-active .search-api-autocomplete-suggestion, .ui-menu.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper:hover div, .ui-menu.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper:hover a, .ui-menu.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper:hover .search-api-autocomplete-suggestion {
        color: #221E20 !important; }
        .ui-menu.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper.ui-state-active div span, .ui-menu.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper.ui-state-active a span, .ui-menu.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper.ui-state-active .search-api-autocomplete-suggestion span, .ui-menu.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper:hover div span, .ui-menu.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper:hover a span, .ui-menu.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper:hover .search-api-autocomplete-suggestion span {
          padding: 0; }
    .ui-menu.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper a.auto-value {
      margin: -15px -20px;
      display: block;
      padding: 15px 20px;
      transition: none; }
  .ui-menu.ui-autocomplete li.ui-menu-item:last-child a {
    border-bottom: none; }

.play-btn {
  position: relative;
  cursor: pointer;
  width: 49px;
  height: 49px;
  background: #F4D7D0;
  border-radius: 50%;
  box-shadow: 0px 0px 16px #C9CFFF; }
  .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; }
  .play-btn.int-play-btn {
    background: #00A950;
    box-shadow: none;
    width: 45px;
    height: 45px; }
    .play-btn.int-play-btn:before {
      border-top: 9px solid transparent !important;
      border-bottom: 9px solid transparent !important;
      border-left: 13px solid #fff !important;
      top: 13.5px !important;
      left: 18px !important; }

.no-data {
  font: 500 21px/30px "Montserrat", sans-serif;
  padding: 240px 20px 15px;
  background: #fff url("https://www.fortishealthcare.com/drupal-data/images/no-result.svg") no-repeat center 60px;
  justify-content: center;
  display: flex;
  margin: 30px auto;
  width: calc(100% - 30px);
  box-shadow: 0px 3px 26px #64646429;
  border-radius: 17px;
  max-width: 559px;
  min-height: 334px;
  color: #DB7C65;
  align-items: center;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .no-data {
      font-size: 22px;
      line-height: 28px; } }

.pager {
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .pager {
      display: flex;
      overflow: auto; } }
  .pager .pager__items {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .pager .pager__items li {
      margin: 0 0 0 10px; }
      @media only screen and (max-width: 767px) {
        .pager .pager__items li {
          margin: 0 5px; } }
      .pager .pager__items li a {
        margin: 5px 0;
        background: #fff;
        border-radius: 6px;
        color: #313131;
        font-size: 14px;
        font-weight: 500;
        padding: 0 5px;
        min-width: 23px;
        line-height: 24px;
        text-align: center;
        display: block;
        white-space: nowrap; }
        .pager .pager__items li a:hover {
          background: #313131;
          color: #fff; }
      .pager .pager__items li.pager__item--previous a, .pager .pager__items li.pager__item--next a {
        border: 1px solid #F4D7D0;
        padding: 7px 19px;
        font-size: 12px; }
        @media only screen and (max-width: 767px) {
          .pager .pager__items li.pager__item--previous a, .pager .pager__items li.pager__item--next a {
            padding: 8px 13px; } }
        .pager .pager__items li.pager__item--previous a:hover, .pager .pager__items li.pager__item--next a:hover {
          border-color: #313131; }
      .pager .pager__items li.is-active a {
        background: #313131;
        color: #fff; }

.show-result {
  width: 100%;
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
  font-size: 12px;
  color: #000;
  text-align: right;
  margin-top: 8px; }

.loader {
  clear: both;
  text-align: center; }
  .loader img {
    display: inline-block;
    margin: 70px 0;
    width: 128px; }

.head {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 20px; }
  .head.page-header {
    padding: 30px 0; }
  .head.text-left {
    text-align: left; }
    .head.text-left .showmore_trigger {
      text-align: right;
      margin-top: 3px; }
  .head p {
    font-size: 14px;
    line-height: 20px;
    color: #313131; }
    @media only screen and (max-width: 767px) {
      .head p {
        font-size: 12px; } }

@media only screen and (max-width: 767px) {
  .listing-pg.filter-pg-head {
    padding-top: 80px; } }
@media only screen and (max-width: 767px) {
  .listing-pg.filter-search-head {
    padding-top: 190px; } }

.link {
  color: #DB7C65;
  text-decoration: underline;
  cursor: pointer; }
  .link:hover {
    text-decoration: none; }

@media only screen and (max-width: 767px) {
  .form-ex-filter.static-filter form.views-exposed-form {
    position: static;
    box-shadow: none; }
    .form-ex-filter.static-filter form.views-exposed-form > div {
      width: 100% !important;
      max-width: 100% !important;
      padding: 0 !important; } }

.form-ex-filter form.views-exposed-form, .filter-listing {
  padding: 0 0 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }
  @media only screen and (max-width: 767px) {
    .form-ex-filter form.views-exposed-form, .filter-listing {
      position: fixed;
      top: 55px;
      background: #fff;
      z-index: 999;
      margin: 0 -18px;
      right: 0;
      left: 0;
      box-shadow: 0px 10px 12px #00000017;
      padding: 22px 18px;
      justify-content: space-between; } }
  .form-ex-filter form.views-exposed-form > .js-form-type-select, .filter-listing > .js-form-type-select {
    margin-bottom: 0;
    margin-left: 22px; }
    @media only screen and (max-width: 767px) {
      .form-ex-filter form.views-exposed-form > .js-form-type-select, .filter-listing > .js-form-type-select {
        width: 50%;
        padding: 0 10px;
        margin: 0; } }
    .form-ex-filter form.views-exposed-form > .js-form-type-select label, .filter-listing > .js-form-type-select label {
      display: none; }
    .form-ex-filter form.views-exposed-form > .js-form-type-select .form-select, .filter-listing > .js-form-type-select .form-select {
      width: 180px;
      border: 1px solid #D3D4DB;
      color: #000000;
      font-size: 14px;
      line-height: normal;
      font-weight: 500;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url("https://www.fortishealthcare.com/drupal-data/images/arrow.svg") no-repeat calc(100% - 10px)/10px auto;
      padding: 11px 28px 11px 18px; }
      @media only screen and (max-width: 767px) {
        .form-ex-filter form.views-exposed-form > .js-form-type-select .form-select, .filter-listing > .js-form-type-select .form-select {
          width: 100%; } }
  .form-ex-filter form.views-exposed-form .form-text, .filter-listing .form-text {
    padding: 9px 10px;
    border: 1px solid #D3D4DB;
    border-radius: 8px; }
  .form-ex-filter form.views-exposed-form .form-actions, .filter-listing .form-actions {
    display: none; }

.ui-datepicker {
  z-index: 11; }

.readmore-section .showmore_content, .speciality-readmore-section .showmore_content {
  overflow: hidden; }
.readmore-section .showmore_trigger .more, .readmore-section .showmore_trigger .less, .speciality-readmore-section .showmore_trigger .more, .speciality-readmore-section .showmore_trigger .less {
  color: #DB7C65;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500; }
  .readmore-section .showmore_trigger .more:hover, .readmore-section .showmore_trigger .less:hover, .speciality-readmore-section .showmore_trigger .more:hover, .speciality-readmore-section .showmore_trigger .less:hover {
    text-decoration: none; }

.more-link {
  font: 500 14px/18px "Montserrat", sans-serif;
  color: #DB7C65;
  text-decoration: underline;
  transition: all 0.3s; }
  .more-link:hover {
    font-weight: 600; }

.show-read-more .more-text, .read-less2 {
  display: none; }

a.read-more.more-btn {
  display: block;
  font: 500 14px/18px "Montserrat", sans-serif;
  color: #DB7C65;
  text-decoration: underline;
  transition: all 0.3s; }
  a.read-more.more-btn:hover {
    font-weight: 600; }

.heading3 {
  font: 500 22px/24px "Montserrat", sans-serif;
  color: #221E20;
  margin-bottom: 20px; }

.disabled {
  pointer-events: none !important;
  opacity: .5; }

.error-result {
  position: absolute;
  color: red !important; }

.wrapper .wrapper {
  padding-left: 0;
  padding-right: 0; }

.section-empty .section-empty {
  padding: 0 !important;
  margin: 0 !important; }

.max-1240 {
  max-width: 1240px; }

.search-icon {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff url("https://www.fortishealthcare.com/drupal-data/images/search-icon.svg") no-repeat center center;
  background-size: 19px;
  width: 20px;
  height: 20px;
  z-index: 1;
  cursor: pointer; }
  .search-icon.int-search-icon {
    background: #fff url("https://www.fortishealthcare.com/drupal-data/images/international/int-search-icon.svg") no-repeat center center;
    right: 15px; }

.hide {
  display: none; }

label.form-required:after {
  content: '*';
  color: #FF0000;
  display: inline-block;
  vertical-align: 0.08em;
  font-size: 14px;
  padding-left: 1px; }

.error-message {
  min-height: 1px !important;
  clear: both !important;
  margin-top: 5px !important;
  font: 500 12px/22px "Montserrat", sans-serif !important;
  color: #FF3838;
  display: block; }

.copied-message.show {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  right: -12px;
  background: #DB7C65;
  padding: 6px 8px;
  border-radius: 10px;
  bottom: -25px; }
  .copied-message.show::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #DB7C65;
    top: -4px;
    left: 50%;
    transform: translateX(-50%); }

@media only screen and (max-width: 767px) {
  body.banner-filter-space main {
    padding-top: 70px; } }

.form-item-search-api-fulltext {
  position: relative; }

.common-tabs {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .common-tabs {
      margin-bottom: 20px; } }
  .common-tabs li {
    font: 500 14px/18px "Montserrat", sans-serif;
    color: #000000E6;
    padding: 10px 10px 11px;
    text-align: center;
    width: 25%;
    background: #FFFFFF;
    border: 1px solid #DB7C6533;
    cursor: pointer; }
    .common-tabs li.current, .common-tabs li:hover, .common-tabs li:focus {
      background: #F4D7D0; }
    @media only screen and (max-width: 767px) {
      .common-tabs li {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1; } }

.common-tabs-outer .common-tabs-content {
  display: none; }
  .common-tabs-outer .common-tabs-content.current {
    display: inherit; }

.red-border {
  background-color: #fce4e4 !important;
  border: 1px solid #cc0033 !important;
  outline: none !important; }

.quicktabs-wrapper.on-the-gray {
  padding: 0; }
  .quicktabs-wrapper.on-the-gray .quicktabs-tabpage {
    border: none;
    padding: 0; }
  .quicktabs-wrapper.on-the-gray .quicktabs-tabs {
    box-shadow: 0px 5px 30px #00000014; }
    .quicktabs-wrapper.on-the-gray .quicktabs-tabs > li:first-child > a {
      border-radius: 4px 0px 0px 4px; }
    .quicktabs-wrapper.on-the-gray .quicktabs-tabs > li:last-child > a {
      border-radius: 0 4px 4px 0; }
    .quicktabs-wrapper.on-the-gray .quicktabs-tabs > li.active > a {
      background: #F4D7D0;
      box-shadow: 0px 10px 30px #00000014; }
    .quicktabs-wrapper.on-the-gray .quicktabs-tabs > li > a {
      text-align: center;
      font: 500 14px/16px "Montserrat", sans-serif;
      color: #313131;
      background: #fff;
      padding: 17px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #DB7C6533; }
      @media only screen and (max-width: 767px) {
        .quicktabs-wrapper.on-the-gray .quicktabs-tabs > li > a {
          font: 500 10px/12px "Montserrat", sans-serif;
          padding: 12px 12px 11px; } }
      .quicktabs-wrapper.on-the-gray .quicktabs-tabs > li > a:hover {
        border: 1px solid #DB7C6533;
        background: #F4D7D0; }

.quicktabs-main {
  padding: 30px 0 0; }

.quicktabs-block-title {
  display: none; }

@media only screen and (max-width: 767px) {
  .media-quick-tabs .quicktabs-tabs, .media-center-tab-append .quicktabs-tabs {
    position: fixed;
    left: 0;
    padding: 12px 15px 0 !important;
    top: 49px;
    z-index: 999;
    background: #fff; } }
.media-quick-tabs .quicktabs-block-title, .media-center-tab-append .quicktabs-block-title {
  display: none; }

.video-main-page.explore-video-block {
  padding: 40px 15px 0 15px !important; }
  @media only screen and (max-width: 767px) {
    .video-main-page.explore-video-block {
      padding: 25px 15px 0 15px !important; } }
  .video-main-page.explore-video-block .video-block .explore-video-img img {
    width: 100%; }
  .video-main-page.explore-video-block .explore-video-list {
    margin: -20px -20px 20px; }
    @media only screen and (max-width: 767px) {
      .video-main-page.explore-video-block .explore-video-list {
        overflow: auto;
        flex-wrap: wrap;
        margin: 0 -6px 20px; } }
    @media only screen and (max-width: 767px) {
      .video-main-page.explore-video-block .explore-video-list li {
        flex: unset;
        max-width: unset;
        padding: 0 6px 12px;
        width: 50%; } }

@media only screen and (max-width: 1199px) {
  .verloop-button {
    transform: scale(0.7) !important;
    bottom: 65px !important;
    right: 4px !important;
    z-index: 990 !important; } }

.fortis-path-user.user-form main {
  height: 100vh;
  background: url("https://www.fortishealthcare.com/drupal-data/images/login-bg.jpg") no-repeat 0 0;
  background-size: cover; }
.fortis-path-user main .user-login-form {
  max-width: 310px;
  padding: 190px 20px 32px 20px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 23%;
  transform: translate(-50%, -50%); }
  @media only screen and (max-width: 1023px) {
    .fortis-path-user main .user-login-form {
      padding: 165px 20px 32px 20px; } }
  @media only screen and (max-width: 767px) {
    .fortis-path-user main .user-login-form {
      left: 50%;
      padding: 165px 20px 32px 20px; } }
  .fortis-path-user main .user-login-form .azure-ad-button-section {
    max-width: 220px;
    margin: 0 auto; }
    .fortis-path-user main .user-login-form .azure-ad-button-section .button.azure-ad-button {
      padding: 12px 24px;
      border-radius: 50px; }
      @media only screen and (max-width: 1023px) {
        .fortis-path-user main .user-login-form .azure-ad-button-section .button.azure-ad-button {
          padding: 18px 20px; } }
  .fortis-path-user main .user-login-form::before {
    content: '';
    position: absolute;
    background: url(/themes/custom/fortis/logo.png) no-repeat 0 0;
    width: 230px;
    height: 96px;
    background-size: contain;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .fortis-path-user main .user-login-form .form-actions input {
    font-size: 20px;
    padding: 20px 40px; }

.black-txt {
  color: #000; }

.mobile-menu-cta {
  display: none; }

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