@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
/*background colors*/
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: none; }

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; }

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

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.3; }

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

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

em {
  font-style: italic; }

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

ul {
  list-style: none; }

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

blockquote, q {
  quotes: none; }

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

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

sub {
  vertical-align: 0; }

sup {
  vertical-align: 0.5em; }

blockquote, q {
  quotes: none; }

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

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

sub {
  vertical-align: 0; }

sup {
  vertical-align: 0.5em; }

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

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

.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("/assets/theme/image/svg_icon/arrow.svg") no-repeat center;
      mask: url("/assets/theme/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*/
.breadcrumb-outer + .banner-outer {
  margin-top: -1px; }

.banner-outer {
  position: relative; }
  .banner-outer .banner-slider {
    position: relative;
    display: flex;
    flex-wrap: nowrap; }
    .banner-outer .banner-slider > li {
      min-width: 100%; }
    .banner-outer .banner-slider.slick-slider {
      display: block; }
    .banner-outer .banner-slider .slick-arrow {
      left: 40px; }
      .banner-outer .banner-slider .slick-arrow.slick-next {
        left: auto;
        right: 40px; }
    .banner-outer .banner-slider .slick-dots {
      position: absolute;
      bottom: 65px;
      width: 100%;
      margin: 0; }
      @media only screen and (max-width: 1199px) {
        .banner-outer .banner-slider .slick-dots {
          bottom: 50px; } }
      @media only screen and (max-width: 767px) {
        .banner-outer .banner-slider .slick-dots {
          bottom: 35px;
          display: flex !important; } }
    .banner-outer .banner-slider .home-banner-img {
      min-height: 135px; }
      .banner-outer .banner-slider .home-banner-img img {
        width: 100%;
        min-height: 135px; }
    .banner-outer .banner-slider .home-banner-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 3;
      width: 100%;
      max-width: 1030px;
      padding: 0 15px;
      padding-bottom: 130px;
      display: none; }
      @media only screen and (max-width: 1199px) {
        .banner-outer .banner-slider .home-banner-content {
          padding-bottom: 100px; } }
      @media only screen and (max-width: 1023px) {
        .banner-outer .banner-slider .home-banner-content {
          padding-top: 30px; } }
      .banner-outer .banner-slider .home-banner-content strong,
      .banner-outer .banner-slider .home-banner-content span,
      .banner-outer .banner-slider .home-banner-content h1,
      .banner-outer .banner-slider .home-banner-content h2,
      .banner-outer .banner-slider .home-banner-content h3,
      .banner-outer .banner-slider .home-banner-content h4,
      .banner-outer .banner-slider .home-banner-content h5,
      .banner-outer .banner-slider .home-banner-content h6,
      .banner-outer .banner-slider .home-banner-content p {
        color: #ffffff; }
      .banner-outer .banner-slider .home-banner-content h2 {
        text-align: center;
        font-family: "Noto Sans", sans-serif;
        font-size: 60px;
        line-height: 1.1;
        font-weight: 800;
        margin-bottom: 14px; }
        @media only screen and (max-width: 1199px) {
          .banner-outer .banner-slider .home-banner-content h2 {
            font-size: 50px; } }
        @media only screen and (max-width: 767px) {
          .banner-outer .banner-slider .home-banner-content h2 {
            font-size: 29px; } }
      .banner-outer .banner-slider .home-banner-content p {
        text-align: center;
        font-size: 34px;
        font-family: "Open Sans", sans-serif;
        opacity: 0.8; }
        @media only screen and (max-width: 1199px) {
          .banner-outer .banner-slider .home-banner-content p {
            font-size: 28px;
            line-height: 1.3; } }
        @media only screen and (max-width: 767px) {
          .banner-outer .banner-slider .home-banner-content p {
            font-size: 22px; } }
  .banner-outer .banner-autocomplete-search {
    width: 100%;
    max-width: 1000px;
    padding: 0 15px;
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    z-index: 3; }
    @media only screen and (max-width: 767px) {
      .banner-outer .banner-autocomplete-search {
        bottom: -30px; } }
    .banner-outer .banner-autocomplete-search form[id^="autocomplete-search-form"],
    .banner-outer .banner-autocomplete-search .autocomplete-search-form {
      position: relative; }
      .banner-outer .banner-autocomplete-search form[id^="autocomplete-search-form"] .form-item,
      .banner-outer .banner-autocomplete-search .autocomplete-search-form .form-item {
        position: relative;
        margin: 0; }
      .banner-outer .banner-autocomplete-search form[id^="autocomplete-search-form"] .global-search-field,
      .banner-outer .banner-autocomplete-search .autocomplete-search-form .global-search-field {
        border-radius: 12px;
        padding: 15px 30px;
        padding-right: 60px;
        line-height: 1.8;
        height: 80px;
        -webkit-box-shadow: -4px 4px 40px #00375f33;
        box-shadow: -4px 4px 40px #00375f33;
        border-radius: 12px;
        border: none;
        font-size: 15px; }
        @media only screen and (max-width: 1199px) {
          .banner-outer .banner-autocomplete-search form[id^="autocomplete-search-form"] .global-search-field,
          .banner-outer .banner-autocomplete-search .autocomplete-search-form .global-search-field {
            border: 1px solid #d3d4db; } }
        @media only screen and (max-width: 767px) {
          .banner-outer .banner-autocomplete-search form[id^="autocomplete-search-form"] .global-search-field,
          .banner-outer .banner-autocomplete-search .autocomplete-search-form .global-search-field {
            padding: 20px;
            padding-right: 50px;
            height: 60px; } }
      .banner-outer .banner-autocomplete-search form[id^="autocomplete-search-form"] .global-search-icon,
      .banner-outer .banner-autocomplete-search .autocomplete-search-form .global-search-icon {
        right: 30px;
        background-size: 23px; }
        @media only screen and (max-width: 767px) {
          .banner-outer .banner-autocomplete-search form[id^="autocomplete-search-form"] .global-search-icon,
          .banner-outer .banner-autocomplete-search .autocomplete-search-form .global-search-icon {
            right: 20px; } }
      .banner-outer .banner-autocomplete-search form[id^="autocomplete-search-form"] span.ui-autocomplete-clear,
      .banner-outer .banner-autocomplete-search .autocomplete-search-form span.ui-autocomplete-clear {
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        right: 30px !important;
        left: auto !important;
        cursor: pointer;
        max-height: 24px; }
        .banner-outer .banner-autocomplete-search form[id^="autocomplete-search-form"] span.ui-autocomplete-clear img,
        .banner-outer .banner-autocomplete-search .autocomplete-search-form span.ui-autocomplete-clear img {
          width: 20px; }
  .banner-outer .banner-img {
    min-height: 135px;
    position: relative; }
    .banner-outer .banner-img img {
      width: 100%;
      min-height: 135px; }
  .banner-outer .banner-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2; }
    .banner-outer .banner-content .banner-content-inner {
      max-width: 630px; }
      @media only screen and (max-width: 767px) {
        .banner-outer .banner-content .banner-content-inner {
          max-width: 226px; } }
    .banner-outer .banner-content h1 {
      font: 700 50px/1.2 "Noto Sans", sans-serif;
      color: #005671;
      margin: 0; }
      @media only screen and (max-width: 1199px) {
        .banner-outer .banner-content h1 {
          font-size: 26px;
          line-height: 34px; } }
      @media only screen and (max-width: 767px) {
        .banner-outer .banner-content h1 {
          font-size: 20px;
          line-height: 26px; } }
    .banner-outer .banner-content p {
      font: 40px/50px "Open Sans", sans-serif;
      color: #005671;
      padding-top: 5px; }
      @media only screen and (max-width: 1199px) {
        .banner-outer .banner-content p {
          font-size: 16px;
          line-height: 21px; } }
      @media only screen and (max-width: 767px) {
        .banner-outer .banner-content p {
          font-size: 14px; } }

.landing-banner .banner-content h1 {
  color: #ffffff; }
.landing-banner .banner-content p {
  color: #ffffff; }

@media only screen and (max-width: 767px) {
  .page-node-type-health-screening .banner-outer .banner-content .banner-content-inner {
    max-width: 200px; } }
.footer {
  background: #00556f;
  clear: both; }
  @media only screen and (max-width: 1199px) {
    .footer {
      padding-bottom: 100px; } }
  .footer h2 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 13px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .footer h2 {
        font-size: 15px;
        margin-bottom: 20px; }
        .footer h2:after, .footer h2:before {
          content: "";
          position: absolute;
          right: 0;
          font-size: 10px;
          background: #fff;
          width: 14px;
          height: 2px;
          top: 50%;
          margin: -1px 4px 0 0; }
        .footer h2::after {
          transform: rotate(90deg); }
        .footer h2.active::after {
          display: none; } }
  .footer .region--footer_top__inner {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 0 0; }
    @media only screen and (max-width: 767px) {
      .footer .region--footer_top__inner {
        padding: 30px 0 0 0; } }
    .footer .region--footer_top__inner .footer-menu-box {
      width: calc(25% - 30px);
      margin-right: 25px;
      padding-right: 20px;
      padding-bottom: 20px;
      border-right: 1px solid rgba(255, 255, 255, 0.5); }
      @media only screen and (max-width: 1023px) {
        .footer .region--footer_top__inner .footer-menu-box {
          width: calc(50% - 30px); }
          .footer .region--footer_top__inner .footer-menu-box:nth-child(2) {
            border: none;
            padding-right: 0;
            margin-right: 0; } }
      @media only screen and (max-width: 767px) {
        .footer .region--footer_top__inner .footer-menu-box {
          width: 100%;
          border: none;
          border-bottom: 1px solid rgba(255, 255, 255, 0.5);
          margin: 0 0 20px 0;
          padding: 0; }
          .footer .region--footer_top__inner .footer-menu-box:nth-child(2) {
            width: 100%;
            border: none;
            border-bottom: 1px solid rgba(255, 255, 255, 0.5);
            margin: 0 0 20px 0;
            padding: 0; } }
      .footer .region--footer_top__inner .footer-menu-box:nth-child(4) {
        border: none;
        padding-right: 0;
        margin: 0; }
      .footer .region--footer_top__inner .footer-menu-box .menu {
        min-height: 100px; }
        @media only screen and (max-width: 767px) {
          .footer .region--footer_top__inner .footer-menu-box .menu {
            min-height: 1px;
            display: none; } }
        .footer .region--footer_top__inner .footer-menu-box .menu li {
          padding-bottom: 14px; }
          .footer .region--footer_top__inner .footer-menu-box .menu li a {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.7);
            line-height: 1.4;
            display: inline-flex;
            transition: all .3s ease-in;
            transform: translateX(0); }
            .footer .region--footer_top__inner .footer-menu-box .menu li a:hover {
              transform: translateX(5px);
              color: #fff; }
    @media only screen and (max-width: 767px) {
      .footer .region--footer_top__inner .footer-social-box {
        text-align: center;
        padding: 20px 0 0 0;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        width: 100%; } }
    .footer .region--footer_top__inner .footer-social-box h2:after, .footer .region--footer_top__inner .footer-social-box h2:before {
      display: none; }
    @media only screen and (max-width: 767px) {
      .footer .region--footer_top__inner .footer-social-o {
        justify-content: center; } }
    .footer .region--footer_top__inner .footer-social-o .footer-social-i {
      margin-bottom: 10px; }
      .footer .region--footer_top__inner .footer-social-o .footer-social-i h5 {
        color: rgba(255, 255, 255, 0.7);
        margin-bottom: 7px; }
      .footer .region--footer_top__inner .footer-social-o .footer-social-i .footer-social {
        display: flex; }
        @media only screen and (max-width: 767px) {
          .footer .region--footer_top__inner .footer-social-o .footer-social-i .footer-social {
            align-items: center;
            justify-content: center; } }
        .footer .region--footer_top__inner .footer-social-o .footer-social-i .footer-social a {
          width: 38px;
          height: 38px;
          display: flex;
          margin-right: 10px;
          align-items: center;
          justify-content: center;
          transform: translateY(0); }
          .footer .region--footer_top__inner .footer-social-o .footer-social-i .footer-social a:hover {
            transform: translateY(-5px);
            opacity: .85; }
  .footer .footer-copyright {
    padding: 35px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5); }
    @media only screen and (max-width: 767px) {
      .footer .footer-copyright {
        border: none; } }
    .footer .footer-copyright p {
      color: rgba(255, 255, 255, 0.9);
      font-size: 13px; }
      .footer .footer-copyright p a {
        color: rgba(255, 255, 255, 0.9);
        text-decoration: underline;
        text-underline-offset: 2px; }
        .footer .footer-copyright p a:hover {
          text-decoration: none; }

.toolbar-fixed .toolbar-bar,
.toolbar-vertical .toolbar-bar {
  position: fixed;
  z-index: 9999; }
.toolbar-fixed .header,
.toolbar-vertical .header {
  top: 79px; }
  @media only screen and (max-width: 975px) {
    .toolbar-fixed .header,
    .toolbar-vertical .header {
      top: 39px; } }

.header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999; }
  .header .header-top {
    background: #ebecec;
    padding: 5px 0;
    min-height: 46px; }
    @media only screen and (max-width: 1199px) {
      .header .header-top {
        display: none; } }
    .header .header-top .region--header-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative; }
      .header .header-top .region--header-top .menu--top-navigation .menu {
        display: flex;
        align-items: center; }
        .header .header-top .region--header-top .menu--top-navigation .menu li a {
          color: #2c2c2c;
          font-size: 13px;
          margin-right: 20px;
          font-weight: 600; }
          .header .header-top .region--header-top .menu--top-navigation .menu li a:hover {
            color: #00a0a0; }
          @media only screen and (min-width: 1200px) {
            .header .header-top .region--header-top .menu--top-navigation .menu li a.top-home-icon {
              background: url("/assets/theme/images/home-icon.png") no-repeat 7px -33px/19px;
              font-size: 0 !important;
              width: 34px;
              height: 31px;
              display: block; } }
  .header .header-bottom {
    box-shadow: -4px 4px 12px #0000000f;
    background: #ffffff;
    position: relative; }
    @media only screen and (max-width: 1199px) {
      .header .header-bottom {
        padding: 15px 0;
        margin-bottom: 40px;
        height: 53px;
        box-shadow: none; }
        .header .header-bottom.overlay::after {
          content: "";
          position: fixed;
          right: 0;
          top: 53px;
          width: calc(100% - 320px);
          height: calc(100vh - 53px);
          background: rgba(0, 55, 95, 0.8);
          z-index: 9; } }
    .header .header-bottom .region--header-bottom {
      display: flex;
      align-items: center;
      position: relative; }
      @media only screen and (max-width: 1199px) {
        .header .header-bottom .region--header-bottom {
          justify-content: space-between; } }
      .header .header-bottom .region--header-bottom .site-search-main,
      .header .header-bottom .region--header-bottom .header-call {
        display: none; }
        @media only screen and (max-width: 1199px) {
          .header .header-bottom .region--header-bottom .site-search-main,
          .header .header-bottom .region--header-bottom .header-call {
            display: block; } }
      .header .header-bottom .region--header-bottom .primary-nav {
        margin-left: auto; }
        @media only screen and (max-width: 1199px) {
          .header .header-bottom .region--header-bottom .primary-nav {
            background: #fff;
            width: 100%;
            max-width: 320px;
            height: calc(100vh - 53px);
            position: fixed;
            left: 0;
            top: 53px;
            z-index: 9;
            overflow-y: auto;
            display: none; } }
        .header .header-bottom .region--header-bottom .primary-nav > .menu {
          display: flex;
          align-items: center; }
          @media only screen and (max-width: 1199px) {
            .header .header-bottom .region--header-bottom .primary-nav > .menu {
              flex-direction: column;
              align-items: flex-start;
              background: #eff8f8; }
              .header .header-bottom .region--header-bottom .primary-nav > .menu.header-top-menu {
                padding: 50px 0 0 0;
                background: none;
                position: relative; }
                .header .header-bottom .region--header-bottom .primary-nav > .menu.header-top-menu::before {
                  content: "OTHER LINKS";
                  font-size: 12px;
                  font-weight: 700;
                  color: #00375f;
                  padding: 0 0 20px 24px;
                  width: calc(100% - 24px);
                  border-bottom: 1px solid rgba(0, 160, 160, 0.2); } }
          .header .header-bottom .region--header-bottom .primary-nav > .menu > li {
            margin: 0 12px;
            display: inline-flex;
            position: relative; }
            @media only screen and (max-width: 1199px) {
              .header .header-bottom .region--header-bottom .primary-nav > .menu > li {
                margin: 0;
                display: block;
                width: 100%;
                border-bottom: 1px solid rgba(0, 160, 160, 0.2); } }
            .header .header-bottom .region--header-bottom .primary-nav > .menu > li > a {
              padding: 20px 0;
              color: #2c2c2c;
              font-size: 14px;
              font-weight: 600;
              min-height: 80px;
              align-items: center;
              display: flex; }
              .header .header-bottom .region--header-bottom .primary-nav > .menu > li > a::before {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                width: 0;
                height: 5px;
                background-color: #00a0a0;
                opacity: 0;
                transition: all 0.5s ease; }
                @media only screen and (max-width: 1199px) {
                  .header .header-bottom .region--header-bottom .primary-nav > .menu > li > a::before {
                    display: none; } }
              @media only screen and (max-width: 1199px) {
                .header .header-bottom .region--header-bottom .primary-nav > .menu > li > a {
                  font-size: 16px;
                  display: block;
                  width: 100%;
                  padding: 18px 24px;
                  padding-right: 40px;
                  min-height: 10px; }
                  .header .header-bottom .region--header-bottom .primary-nav > .menu > li > a:after {
                    content: "" !important;
                    top: 50% !important;
                    margin-left: 0 !important;
                    border: solid #00a0a0 !important;
                    border-width: 0 2px 2px 0 !important;
                    padding: 5px !important;
                    transform: translateY(-50%) rotate(-45deg) !important;
                    -webkit-transform: translateY(-50%) rotate(-45deg) !important;
                    position: absolute !important;
                    right: 23px !important; } }
            .header .header-bottom .region--header-bottom .primary-nav > .menu > li:hover > a {
              color: #00a0a0; }
              .header .header-bottom .region--header-bottom .primary-nav > .menu > li:hover > a::before {
                width: 100%;
                opacity: 1; }
  .header .header-call {
    min-width: 36px;
    height: 36px;
    align-items: center;
    position: relative;
    border-radius: 8px;
    margin-left: 20px;
    cursor: pointer; }
    .header .header-call::before {
      content: "";
      width: 36px;
      height: 36px;
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 8px;
      background: #ff0c0c url("/assets/theme/images/header-call.svg") no-repeat center center; }
    .header .header-call.active::before {
      background: #fff url("/assets/theme/images/cross-red-icon.svg") no-repeat center center; }
    @media only screen and (max-width: 1199px) {
      .header .header-call {
        min-width: 25px;
        height: 25px;
        margin-left: 10px; }
        .header .header-call::before {
          width: 25px;
          height: 25px;
          background-size: 18px;
          border-radius: 5px; } }
    .header .header-call p {
      font-size: 16px;
      line-height: 36px;
      font-weight: 700;
      color: #fff;
      padding: 0 11px 0 46px;
      cursor: pointer; }
      .header .header-call p a {
        color: #fff; }
      @media only screen and (max-width: 767px) {
        .header .header-call p {
          display: none; } }
  .header .hamburger-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    background: url("/assets/theme/images/hamburger-icon.svg") no-repeat center center;
    background-size: 16px;
    display: none; }
    @media only screen and (max-width: 1199px) {
      .header .hamburger-icon {
        display: inline-block; }
        .header .hamburger-icon.active {
          background-image: url("/assets/theme/images/cross-icon.svg"); } }
  .header .site-branding {
    margin: 0 38px 0 0; }
    @media only screen and (max-width: 1199px) {
      .header .site-branding {
        margin: 2px 10px 0 35px; } }
    .header .site-branding img {
      max-width: 290px;
      max-height: 40px;
      width: auto; }
      @media only screen and (max-width: 767px) {
        .header .site-branding img {
          max-width: 199px; } }
      @media only screen and (max-width: 1199px) {
        .header .site-branding img {
          max-height: 25px; } }
  .header .site-search-main {
    margin: 0 0 0 auto;
    padding-right: 20px;
    border-right: 1px solid #1a4b6f;
    min-height: 30px;
    display: flex;
    align-items: center;
    position: relative; }
    @media only screen and (max-width: 1199px) {
      .header .site-search-main {
        min-height: 10px;
        padding: 0;
        border: none;
        position: static; } }
  .header .site-search {
    cursor: pointer; }
    .header .site-search img {
      max-height: 18px;
      filter: invert(1); }
      @media only screen and (max-width: 1199px) {
        .header .site-search img {
          filter: invert(38%) sepia(54%) saturate(7069%) hue-rotate(175deg) brightness(85%) contrast(101%); } }
  .header .header-search-block {
    display: none;
    position: absolute;
    right: 20px;
    top: -5px;
    width: 624px;
    transition: 0.3s; }
    @media only screen and (max-width: 1199px) {
      .header .header-search-block {
        width: 100%;
        right: 0;
        top: -8px;
        z-index: 1; } }
    .header .header-search-block .autocomplete-search-form {
      position: relative; }
      .header .header-search-block .autocomplete-search-form .form-item {
        position: relative;
        margin-bottom: 0; }
      .header .header-search-block .autocomplete-search-form .global-search-field {
        padding: 7px 15px;
        padding-right: 40px; }
      .header .header-search-block .autocomplete-search-form .global-search-icon {
        right: 10px;
        background-size: 18px; }
      .header .header-search-block .autocomplete-search-form span.ui-autocomplete-clear {
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        right: 14px !important;
        left: auto !important;
        cursor: pointer;
        max-height: 24px; }

.header-location {
  margin-left: 25px;
  position: relative;
  z-index: 7; }
  @media only screen and (max-width: 1199px) {
    .header-location {
      position: absolute;
      left: -15px;
      top: 38px;
      width: calc(100% + 30px);
      margin-left: 0; }
      .header-location.overlay::after {
        content: "";
        position: absolute;
        background-color: #00375f;
        opacity: 0.8;
        left: 0;
        top: 40px;
        width: 100%;
        height: calc(100vh - 90px);
        z-index: -1; } }
  .header-location .header-location-text {
    background: url("/assets/theme/images/arrow.svg") no-repeat calc(100% - 21px) center/10px auto, url("/assets/theme/images/header-location.svg") no-repeat 18px center/14px auto;
    background-color: #f3f3f3;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    padding: 0 40px 0 60px;
    height: 50px;
    align-items: center;
    cursor: pointer;
    border-radius: 8px;
    min-width: 250px; }
    .header-location .header-location-text::before {
      content: "";
      position: absolute;
      width: 1px;
      height: 30px;
      background: #4d4d4f;
      left: 46px;
      opacity: 0.2; }
    @media only screen and (max-width: 1199px) {
      .header-location .header-location-text {
        height: 40px;
        background-color: rgba(248, 248, 248, 0.7);
        backdrop-filter: blur(7px);
        -webkit-backdrop-filter: blur(7px);
        box-shadow: -4px 4px 12px #0000001f;
        border-radius: 0;
        border-top: 1px solid rgba(44, 44, 44, 0.1); } }
  .header-location .header-location-dropdown {
    width: 250px;
    position: absolute;
    right: 0;
    padding: 12px 0;
    background: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: -4px 4px 12px #0000001f;
    display: none; }
    @media only screen and (max-width: 1199px) {
      .header-location .header-location-dropdown {
        width: 100%;
        max-width: 100%;
        box-shadow: none;
        border-radius: 0;
        border-top: 1px solid rgba(44, 44, 44, 0.1); } }
    @media only screen and (max-width: 1199px) {
      .header-location .header-location-dropdown .header-location-menu {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: calc(100vh - 117px); } }
    .header-location .header-location-dropdown .header-location-menu > li {
      position: relative; }
      .header-location .header-location-dropdown .header-location-menu > li:hover .header-location-menu-inner {
        display: block; }
        @media only screen and (max-width: 1199px) {
          .header-location .header-location-dropdown .header-location-menu > li:hover .header-location-menu-inner {
            display: none; } }
      @media only screen and (max-width: 1199px) {
        .header-location .header-location-dropdown .header-location-menu > li {
          padding: 0;
          background-color: #F8F8F8;
          border-radius: 4px;
          margin: 10px 16px; } }
      .header-location .header-location-dropdown .header-location-menu > li:first-child {
        margin-top: 0; }
      .header-location .header-location-dropdown .header-location-menu > li > a {
        color: #2c2c2c;
        font-size: 13px;
        font-weight: 600;
        padding: 12px 22px;
        padding-right: 32px;
        display: block;
        position: relative; }
        @media only screen and (max-width: 1199px) {
          .header-location .header-location-dropdown .header-location-menu > li > a {
            padding: 13px 16px;
            border-bottom: 1px solid #4d4d4f17; }
            .header-location .header-location-dropdown .header-location-menu > li > a:last-child {
              border-bottom: none; } }
        @media only screen and (min-width: 1200px) {
          .header-location .header-location-dropdown .header-location-menu > li > a:hover {
            background: #f3f3f3;
            color: #00a0a0; }
            .header-location .header-location-dropdown .header-location-menu > li > a:hover:after {
              border-color: #00a0a0; } }
        .header-location .header-location-dropdown .header-location-menu > li > a:after {
          content: "";
          top: 50%;
          margin-left: 0;
          border: solid #2c2c2c;
          border-width: 0 2px 2px 0;
          padding: 4px;
          transform: translateY(-50%) rotate(-45deg);
          -webkit-transform: translateY(-50%) rotate(-45deg);
          position: absolute;
          right: 20px; }
        @media only screen and (max-width: 1199px) {
          .header-location .header-location-dropdown .header-location-menu > li > a.active {
            background: #f3f3f3;
            color: #00a0a0; }
            .header-location .header-location-dropdown .header-location-menu > li > a.active:after {
              border-color: #00a0a0;
              margin-top: 4px;
              transform: translateY(-50%) rotate(-135deg);
              -webkit-transform: translateY(-50%) rotate(-135deg); } }
      .header-location .header-location-dropdown .header-location-menu > li .header-location-submenu {
        display: none; }
        .header-location .header-location-dropdown .header-location-menu > li .header-location-submenu li {
          border-top: 1px solid #ebebeb; }
          .header-location .header-location-dropdown .header-location-menu > li .header-location-submenu li a {
            padding: 12px 0;
            display: block; }
      .header-location .header-location-dropdown .header-location-menu > li .header-location-menu-inner {
        position: absolute;
        top: 0;
        right: 248px;
        width: 200px;
        background-color: #fff;
        border-radius: 5px 0 0 5px;
        display: none;
        z-index: 999;
        padding: 6px 0;
        box-shadow: -4px 4px 12px #0000001f; }
        @media only screen and (min-width: 1650px) {
          .header-location .header-location-dropdown .header-location-menu > li .header-location-menu-inner {
            right: unset;
            left: 248px;
            box-shadow: 4px 4px 12px #0000001f;
            border-radius: 0 5px 5px 0px; } }
        @media only screen and (max-width: 1199px) {
          .header-location .header-location-dropdown .header-location-menu > li .header-location-menu-inner {
            position: static;
            box-shadow: none;
            width: 100%; } }
        @media only screen and (max-width: 1199px) {
          .header-location .header-location-dropdown .header-location-menu > li .header-location-menu-inner li {
            border-bottom: 1px solid #4d4d4f17;
            background: #F8F8F8; }
            .header-location .header-location-dropdown .header-location-menu > li .header-location-menu-inner li:last-child {
              border-bottom: none; } }
        .header-location .header-location-dropdown .header-location-menu > li .header-location-menu-inner li a {
          color: #2c2c2c;
          font-size: 14px;
          font-weight: 600;
          padding: 12px 22px;
          display: block; }
          @media only screen and (max-width: 1199px) {
            .header-location .header-location-dropdown .header-location-menu > li .header-location-menu-inner li a {
              font-weight: unset;
              padding: 12px 24px; } }
          .header-location .header-location-dropdown .header-location-menu > li .header-location-menu-inner li a:hover {
            background: #f3f3f3;
            color: #00a0a0; }

.emergency-contact-dropdown {
  background-color: #fff;
  box-shadow: 0px 0px 25px #00375f1a;
  width: 770px;
  max-height: 531px;
  position: absolute;
  overflow: auto;
  right: 0;
  top: 41px;
  z-index: 8;
  border-radius: 0px 0px 12px 12px;
  display: none; }
  @media only screen and (max-width: 1199px) {
    .emergency-contact-dropdown {
      position: fixed;
      top: 53px;
      right: 0;
      width: 100%;
      border-radius: 0;
      height: calc(100% - 53px);
      max-height: calc(100% - 53px);
      overflow: auto;
      box-shadow: none;
      border-top: 1px solid rgba(44, 44, 44, 0.1); } }
  .emergency-contact-dropdown .emergency-contact-list {
    display: flex;
    flex-wrap: wrap;
    padding: 11px;
    width: 100%; }
    .emergency-contact-dropdown .emergency-contact-list li {
      width: 33.33%;
      padding: 20px 28px 28px 20px; }
      @media only screen and (max-width: 767px) {
        .emergency-contact-dropdown .emergency-contact-list li {
          width: 100%;
          padding: 15px; } }
      .emergency-contact-dropdown .emergency-contact-list li:nth-child(odd) {
        background-color: #e2ffff; }
      .emergency-contact-dropdown .emergency-contact-list li:nth-child(even) {
        background-color: #f5ffff; }
      .emergency-contact-dropdown .emergency-contact-list li .emergency-contact-top {
        display: flex;
        align-items: center;
        padding-bottom: 15px; }
        .emergency-contact-dropdown .emergency-contact-list li .emergency-contact-top .emergency-contact-img {
          background: #ffffff;
          box-shadow: 0px 0px 25px #00375f1a;
          border-radius: 12px 0px 12px 0px; }
          .emergency-contact-dropdown .emergency-contact-list li .emergency-contact-top .emergency-contact-img img {
            border-radius: 12px 0px 12px 0px;
            padding: 0 3px 3px 0;
            max-width: 80px;
            max-height: 67px; }
        .emergency-contact-dropdown .emergency-contact-list li .emergency-contact-top .emergency-contact-info {
          padding-left: 12px;
          color: #2c2c2c; }
          .emergency-contact-dropdown .emergency-contact-list li .emergency-contact-top .emergency-contact-info p {
            font: 14px/20px "Open Sans", sans-serif; }
          .emergency-contact-dropdown .emergency-contact-list li .emergency-contact-top .emergency-contact-info span {
            font: 600 14px/20px "Open Sans", sans-serif; }
      .emergency-contact-dropdown .emergency-contact-list li .emergency-contact-bottom {
        position: relative;
        display: flex;
        align-items: center;
        padding-left: 50px;
        border-radius: 8px;
        min-height: 36px; }
        @media only screen and (max-width: 767px) {
          .emergency-contact-dropdown .emergency-contact-list li .emergency-contact-bottom {
            min-height: 25px;
            padding-left: 35px; } }
        .emergency-contact-dropdown .emergency-contact-list li .emergency-contact-bottom::before {
          content: "";
          width: 36px;
          height: 36px;
          position: absolute;
          left: 0;
          top: 0;
          border-radius: 8px;
          background: #ff0c0c url("/assets/theme/images/header-call.svg") no-repeat center center; }
          @media only screen and (max-width: 767px) {
            .emergency-contact-dropdown .emergency-contact-list li .emergency-contact-bottom::before {
              width: 25px;
              height: 25px;
              background-size: 18px;
              border-radius: 5px; } }
        .emergency-contact-dropdown .emergency-contact-list li .emergency-contact-bottom p a {
          color: #00375f;
          font: 700 16px/26px "Open Sans", sans-serif; }

.cta-outer {
  padding: 90px 0 48px; }
  @media only screen and (max-width: 767px) {
    .cta-outer {
      padding: 45px 0 10px;
      max-width: 290px;
      margin: 0 auto; } }
  .cta-outer .cta-inner {
    display: flex;
    justify-content: center;
    margin: 0 -12px; }
    .cta-outer .cta-inner li {
      width: calc(25% - 24px);
      margin: 0 12px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #992921;
      border-radius: 12px;
      transition: all .3s ease-in;
      transform: translateY(0); }
      .cta-outer .cta-inner li:hover {
        transform: translateY(-4px); }
      .cta-outer .cta-inner li a {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 14px 20px; }
        @media only screen and (max-width: 767px) {
          .cta-outer .cta-inner li a {
            padding: 6px 15px; } }
      @media only screen and (max-width: 1199px) {
        .cta-outer .cta-inner li.cta-appointment {
          width: calc(100% - 24px);
          max-width: 380px; } }
      .cta-outer .cta-inner li.cta-doctors {
        background: #e38f30; }
        @media only screen and (max-width: 1199px) {
          .cta-outer .cta-inner li.cta-doctors {
            display: none; } }
      .cta-outer .cta-inner li.cta-enquiry {
        background: #0f9aa5; }
        @media only screen and (max-width: 1199px) {
          .cta-outer .cta-inner li.cta-enquiry {
            display: none; } }
      .cta-outer .cta-inner li.cta-hospitals {
        background: #5ea0c0; }
        @media only screen and (max-width: 1199px) {
          .cta-outer .cta-inner li.cta-hospitals {
            display: none; } }
      .cta-outer .cta-inner li .icon {
        height: 50px;
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 20px; }
        @media only screen and (max-width: 767px) {
          .cta-outer .cta-inner li .icon {
            height: 30px;
            width: 30px;
            margin-right: 15px; } }
        .cta-outer .cta-inner li .icon img {
          width: 40px;
          height: auto; }
          @media only screen and (max-width: 767px) {
            .cta-outer .cta-inner li .icon img {
              width: 25px; } }
      .cta-outer .cta-inner li .cta-text {
        flex: 1; }
    .cta-outer .cta-inner h4 {
      font-size: 20px;
      line-height: 24px;
      font-weight: bold;
      color: #FFFFFF; }
      @media only screen and (max-width: 767px) {
        .cta-outer .cta-inner h4 {
          font-size: 16px; } }
    .cta-outer .cta-inner p {
      font-size: 14px;
      line-height: 28px;
      color: #FFFFFF;
      opacity: 0.8; }

@media only screen and (max-width: 767px) {
  .header-cta-outer {
    display: none; } }
.header-cta-outer .cta-outer {
  background: #fff;
  border-top: 1px solid rgba(44, 44, 44, 0.1);
  border-bottom: 1px solid rgba(44, 44, 44, 0.1);
  padding: 6px 0 4px; }
  .header-cta-outer .cta-outer .cta-inner li {
    border-radius: 8px; }
    .header-cta-outer .cta-outer .cta-inner li a {
      padding: 4px 15px; }
    .header-cta-outer .cta-outer .cta-inner li .icon {
      height: 30px;
      width: 30px;
      margin-right: 8px; }
      .header-cta-outer .cta-outer .cta-inner li .icon img {
        width: 22px; }
    .header-cta-outer .cta-outer .cta-inner li h4 {
      font-size: 16px; }
    .header-cta-outer .cta-outer .cta-inner li p {
      display: none; }

.page-node-type-homepage .header-cta-outer, .page-node-type-hospitals .header-cta-outer {
  display: none; }

.mob-cta-outer .cta-outer {
  display: none; }
@media only screen and (max-width: 1199px) {
  .mob-cta-outer .cta-mobile-view {
    display: block; } }

.cta-mobile-view {
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0px -2px 35px #00000048;
  background: #fff;
  padding: 8px 0;
  z-index: 99;
  display: none; }
  .cta-mobile-view .cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -10px; }
    @media only screen and (max-width: 1199px) {
      .cta-mobile-view .cta-inner {
        justify-content: space-around; } }
    .cta-mobile-view .cta-inner .cta-health,
    .cta-mobile-view .cta-inner .cta-doctors,
    .cta-mobile-view .cta-inner .cta-appointment,
    .cta-mobile-view .cta-inner .cta-hospitals,
    .cta-mobile-view .cta-inner .cta-enquiry {
      margin: 0 10px;
      line-height: normal; }
      .cta-mobile-view .cta-inner .cta-health a,
      .cta-mobile-view .cta-inner .cta-doctors a,
      .cta-mobile-view .cta-inner .cta-appointment a,
      .cta-mobile-view .cta-inner .cta-hospitals a,
      .cta-mobile-view .cta-inner .cta-enquiry a {
        text-align: center; }
        .cta-mobile-view .cta-inner .cta-health a .icon img,
        .cta-mobile-view .cta-inner .cta-doctors a .icon img,
        .cta-mobile-view .cta-inner .cta-appointment a .icon img,
        .cta-mobile-view .cta-inner .cta-hospitals a .icon img,
        .cta-mobile-view .cta-inner .cta-enquiry a .icon img {
          width: 26px;
          height: auto; }
        .cta-mobile-view .cta-inner .cta-health a .cta-text p,
        .cta-mobile-view .cta-inner .cta-doctors a .cta-text p,
        .cta-mobile-view .cta-inner .cta-appointment a .cta-text p,
        .cta-mobile-view .cta-inner .cta-hospitals a .cta-text p,
        .cta-mobile-view .cta-inner .cta-enquiry a .cta-text p {
          font-size: 10px;
          color: #333333;
          line-height: 12px;
          padding-top: 5px;
          font-family: "Open Sans", sans-serif;
          font-weight: 600; }
      .cta-mobile-view .cta-inner .cta-health.cta-appointment .icon img,
      .cta-mobile-view .cta-inner .cta-doctors.cta-appointment .icon img,
      .cta-mobile-view .cta-inner .cta-appointment.cta-appointment .icon img,
      .cta-mobile-view .cta-inner .cta-hospitals.cta-appointment .icon img,
      .cta-mobile-view .cta-inner .cta-enquiry.cta-appointment .icon img {
        filter: none;
        box-shadow: 0px -2px 9px #00000034;
        background: #00a0a0;
        width: 58px;
        height: 58px;
        padding: 0 10px;
        margin: -30px 0 0;
        border: 5px solid #fff;
        border-radius: 26px; }
      .cta-mobile-view .cta-inner .cta-health.cta-appointment .cta-text P,
      .cta-mobile-view .cta-inner .cta-doctors.cta-appointment .cta-text P,
      .cta-mobile-view .cta-inner .cta-appointment.cta-appointment .cta-text P,
      .cta-mobile-view .cta-inner .cta-hospitals.cta-appointment .cta-text P,
      .cta-mobile-view .cta-inner .cta-enquiry.cta-appointment .cta-text P {
        color: #00a0a0; }

.need-help {
  background-color: #EFF9FF;
  padding: 48px 0;
  width: 50%;
  padding-left: calc(50% - 620px);
  padding-right: 70px;
  float: left;
  min-height: 362px; }
  @media only screen and (max-width: 1199px) {
    .need-help {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      min-height: 10px;
      overflow: hidden; } }
  @media only screen and (max-width: 767px) {
    .need-help {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .need-help h2 {
    font-family: "Noto Sans", sans-serif;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 24px;
    color: #2c2c2c; }
    @media only screen and (max-width: 767px) {
      .need-help h2 {
        font-size: 20px;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 1199px) {
      .need-help h2 {
        text-align: center; } }
  .need-help .need-help-sec {
    text-align: center;
    min-height: 180px;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 1199px) {
      .need-help .need-help-sec {
        max-width: 475px;
        margin: 0 auto;
        min-height: 10px; } }
    .need-help .need-help-sec .need-help-contact {
      flex-wrap: wrap;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 1023px) {
        .need-help .need-help-sec .need-help-contact {
          width: 100%; } }
      .need-help .need-help-sec .need-help-contact li {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #5ea0c059;
        align-items: center;
        padding-bottom: 4px;
        margin: 2px 0;
        justify-content: space-between;
        width: 100%; }
        .need-help .need-help-sec .need-help-contact li:last-child {
          border-bottom: 0; }
        @media only screen and (max-width: 1023px) {
          .need-help .need-help-sec .need-help-contact li {
            max-width: 450px; } }
        @media only screen and (max-width: 767px) {
          .need-help .need-help-sec .need-help-contact li {
            max-width: 370px;
            align-items: center; } }
        .need-help .need-help-sec .need-help-contact li p {
          margin-right: 15px;
          font-size: 18px;
          line-height: 23px;
          font-weight: 600;
          color: #5ea0c0;
          text-align: left; }
          @media only screen and (max-width: 1023px) {
            .need-help .need-help-sec .need-help-contact li p {
              width: 150px;
              margin-right: 10px; } }
          @media only screen and (max-width: 767px) {
            .need-help .need-help-sec .need-help-contact li p {
              font-size: 15px;
              font-weight: 500;
              width: 105px; } }
        .need-help .need-help-sec .need-help-contact li .need-help-img {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          padding: 9px 16px 9px 16px;
          border-radius: 8px;
          min-width: 250px; }
          @media only screen and (max-width: 1023px) {
            .need-help .need-help-sec .need-help-contact li .need-help-img {
              padding: 9px 9px;
              min-width: 243px; } }
          @media only screen and (max-width: 767px) {
            .need-help .need-help-sec .need-help-contact li .need-help-img {
              min-width: 10px;
              max-width: 215px;
              flex: 1;
              padding: 6px 9px;
              height: 36px; } }
          .need-help .need-help-sec .need-help-contact li .need-help-img a {
            display: flex;
            align-items: center;
            color: #00375F; }
          .need-help .need-help-sec .need-help-contact li .need-help-img img {
            width: auto;
            max-width: 24px;
            max-height: 24px;
            margin-right: 15px; }
            @media only screen and (max-width: 767px) {
              .need-help .need-help-sec .need-help-contact li .need-help-img img {
                margin-right: 8px;
                max-width: 18px; } }
          .need-help .need-help-sec .need-help-contact li .need-help-img .number {
            color: #00375F;
            font-weight: 700;
            padding-left: 15px;
            border-left: 1px solid #8AC6E8;
            font-size: 18px;
            line-height: 26px; }
            @media only screen and (max-width: 767px) {
              .need-help .need-help-sec .need-help-contact li .need-help-img .number {
                font-size: 15px;
                line-height: 20px;
                font-weight: 700;
                padding-left: 10px; } }

.ask-outer {
  float: right;
  min-height: 362px;
  padding-top: 48px;
  padding-bottom: 48px;
  width: 50%;
  padding-left: 50px;
  padding-right: calc(50% - 620px);
  background: #DCEBF4 url("/assets/theme/images/ask-bg.png") no-repeat 462px center;
  background-size: 160px; }
  @media only screen and (max-width: 1199px) {
    .ask-outer {
      width: 100%;
      background-position: right center;
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (max-width: 767px) {
    .ask-outer {
      padding-top: 30px;
      padding-bottom: 30px;
      background-image: none;
      min-height: 10px; } }
  .ask-outer h2 {
    font-family: "Noto Sans", sans-serif;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 24px;
    color: #2c2c2c; }
    @media only screen and (max-width: 767px) {
      .ask-outer h2 {
        font-size: 20px;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 1199px) {
      .ask-outer h2 {
        text-align: center; } }
  .ask-outer .form-item {
    margin: 84px auto 0;
    max-width: 836px; }
    @media only screen and (max-width: 1199px) {
      .ask-outer .form-item {
        max-width: 100%; } }
    @media only screen and (max-width: 767px) {
      .ask-outer .form-item {
        margin: 0; } }
    .ask-outer .form-item .form-text {
      padding: 10px 20px;
      box-shadow: -4px 4px 40px #00375F1A;
      height: 64px;
      border-radius: 8px; }
      @media only screen and (max-width: 767px) {
        .ask-outer .form-item .form-text {
          height: 55px; } }
    .ask-outer .form-item .err-result {
      color: #4D4D4F; }

.blog-outer {
  background: #8AC6E8;
  padding-top: 48px;
  padding-bottom: 48px; }
  .blog-outer.white-bg {
    background: #fff; }
  .blog-outer.blue-bg {
    background-color: #B0CEDF; }
  @media only screen and (max-width: 767px) {
    .blog-outer {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .blog-outer .blog-slider {
    margin: -20px -12px; }
    @media only screen and (max-width: 767px) {
      .blog-outer .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-outer .blog-slider .blog-box {
      max-width: 400px; }
      @media only screen and (max-width: 767px) {
        .blog-outer .blog-slider .blog-box {
          min-width: 90% !important;
          width: 90% !important;
          margin-right: 16px; } }
    .blog-outer .blog-slider .slick-slide {
      padding: 20px 12px;
      height: auto; }
      .blog-outer .blog-slider .slick-slide > div,
      .blog-outer .blog-slider .slick-slide .blog-box {
        height: 100%; }
    .blog-outer .blog-slider .slick-track {
      display: flex; }
    .blog-outer .blog-slider .slick-prev {
      left: -50px; }
    .blog-outer .blog-slider .slick-next {
      right: -50px; }

.blog-box {
  background: #FBFBFD;
  box-shadow: 0px 3px 15px #81818133;
  border-radius: 12px;
  position: relative;
  padding-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .blog-box {
      padding-bottom: 35px; } }
  .blog-box .blog-img {
    position: relative; }
    .blog-box .blog-img img {
      border-radius: 12px 12px 0 0;
      width: 100%; }
  .blog-box .blog-text {
    padding: 16px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .blog-box .blog-text {
        padding-bottom: 10px; } }
    .blog-box .blog-text .blog-date {
      display: flex;
      justify-content: space-between;
      margin: 0 0 20px 0;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .blog-box .blog-text .blog-date {
          margin: 0 0 10px 0; } }
      .blog-box .blog-text .blog-date span {
        font-size: 13px;
        color: #4D4D4F; }
    .blog-box .blog-text h4 {
      font-size: 16px;
      font-weight: 600;
      color: #2C2C2C;
      margin: 0; }
    .blog-box .blog-text p {
      margin: 16px 0 0 0; }
  .blog-box .read-more {
    float: right;
    position: absolute;
    bottom: 0;
    right: 0; }

.blog-cat,
.tags {
  background: #00A0A0;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  padding: 0 10px 1px 10px;
  max-width: 200px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block; }

.specialties-outer {
  background: #F8F8F8;
  padding: 48px 0; }
  .specialties-outer.gray-bg {
    background: #EFF9FF; }
  @media only screen and (max-width: 767px) {
    .specialties-outer {
      padding: 30px 0;
      overflow: hidden; } }
  @media only screen and (max-width: 767px) {
    .specialties-outer .specialties-list {
      display: grid;
      grid-template-rows: repeat(2, 142px);
      grid-auto-flow: column;
      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;
      margin-top: -16px;
      padding: 10px;
      max-width: calc(100% + 25px);
      float: left; } }
  @media only screen and (max-width: 767px) {
    .specialties-outer .specialties-list li {
      min-width: 120px !important;
      width: 120px !important;
      margin: 6px 12px 6px 0; } }

.specialties-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px; }
  @media only screen and (max-width: 767px) {
    .specialties-list {
      margin: -8px; } }
  .specialties-list li {
    width: calc(16.666% - 20px);
    margin: 10px; }
    @media only screen and (max-width: 1023px) {
      .specialties-list li {
        width: calc(33.33% - 20px); } }
    @media only screen and (max-width: 767px) {
      .specialties-list li {
        width: calc(33.33% - 16px);
        margin: 8px;
        box-shadow: -4px 4px 4px #0000001f;
        border-radius: 12px; } }
  .specialties-list a {
    height: 100%;
    text-align: center;
    box-shadow: 0px 0px 25px #00375F1A;
    background: #fff;
    border-radius: 12px;
    padding: 25px 24px;
    display: block;
    min-height: 170px; }
    @media only screen and (max-width: 1199px) {
      .specialties-list a {
        transition: none; } }
    @media only screen and (max-width: 767px) {
      .specialties-list a {
        min-height: 10px; } }
    .specialties-list a:hover {
      background: #00A0A0; }
      .specialties-list a:hover .specialites-img img {
        filter: brightness(0) invert(1); }
      .specialties-list a:hover span {
        color: #fff; }
    @media only screen and (max-width: 767px) {
      .specialties-list a {
        padding: 20px 13px; } }
    .specialties-list a .specialites-img {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 60px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .specialties-list a .specialites-img {
          height: 50px; } }
      .specialties-list a .specialites-img:before {
        content: "";
        position: absolute;
        background: #00769C;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        opacity: 0.1; }
      .specialties-list a .specialites-img img {
        width: auto;
        height: auto;
        max-height: 60px; }
        @media only screen and (max-width: 767px) {
          .specialties-list a .specialites-img img {
            max-height: 50px; } }
    .specialties-list a span, .specialties-list a h2 {
      color: #2C2C2C;
      font: 600 16px/23px "Open Sans", sans-serif;
      margin-top: 13px;
      display: block; }
      @media only screen and (max-width: 767px) {
        .specialties-list a span, .specialties-list a h2 {
          font-size: 14px;
          line-height: 18px;
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          margin-top: 14px; } }

.accerediation-outer {
  padding: 48px 0;
  text-align: center;
  clear: both; }
  @media only screen and (max-width: 767px) {
    .accerediation-outer {
      padding: 30px 0; } }
  .accerediation-outer .accrediation-list {
    margin: -20px -12px; }
    @media only screen and (max-width: 767px) {
      .accerediation-outer .accrediation-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        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); } }
    .accerediation-outer .accrediation-list .slick-slide {
      padding: 20px 12px;
      height: auto; }
      .accerediation-outer .accrediation-list .slick-slide > div,
      .accerediation-outer .accrediation-list .slick-slide li {
        height: 100%; }
    .accerediation-outer .accrediation-list .slick-track {
      display: flex; }
    .accerediation-outer .accrediation-list .slick-prev {
      left: -50px; }
    .accerediation-outer .accrediation-list .slick-next {
      right: -50px; }
    .accerediation-outer .accrediation-list li {
      text-align: center;
      box-shadow: 0px 0px 13px #00375F1A;
      padding: 30px 50px;
      border-radius: 12px; }
      @media only screen and (max-width: 1199px) {
        .accerediation-outer .accrediation-list li {
          width: calc(25% - 24px); } }
      @media only screen and (max-width: 1023px) {
        .accerediation-outer .accrediation-list li {
          width: calc(33.33% - 24px);
          padding: 30px; } }
      @media only screen and (max-width: 767px) {
        .accerediation-outer .accrediation-list li {
          min-width: 200px !important;
          width: 200px !important;
          margin: 0 12px 0 0;
          padding: 20px 15px; } }
      .accerediation-outer .accrediation-list li .accerediation-img img {
        max-height: 86px;
        max-width: 86px;
        width: auto; }
      .accerediation-outer .accrediation-list li .accerediation-name {
        font: bold 16px/28px "Open Sans", sans-serif;
        color: #2C2C2C;
        padding-top: 20px; }
        .accerediation-outer .accrediation-list li .accerediation-name a {
          color: #2C2C2C; }
      .accerediation-outer .accrediation-list li p {
        font: 15px/24px "Open Sans", sans-serif;
        color: #4D4D4F;
        padding-top: 10px; }
        .accerediation-outer .accrediation-list li p a {
          color: #4D4D4F; }

.breadcrumb {
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto; }
  .breadcrumb ol {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid rgba(44, 44, 44, 0.1);
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .breadcrumb ol {
        overflow-x: auto;
        overflow-y: hidden; } }
    .breadcrumb ol li {
      font: 14px/19px "Open Sans", sans-serif;
      color: #4D4D4F;
      position: relative;
      padding-right: 22px;
      margin: 0;
      white-space: nowrap; }
      .breadcrumb ol li:last-child::after {
        display: none; }
      .breadcrumb ol li::after {
        content: "";
        top: 60%;
        margin-left: 10px;
        border: solid #2c2c2c;
        border-width: 0 1px 1px 0;
        padding: 2px;
        transform: translateY(-50%) rotate(-45deg);
        -webkit-transform: translateY(-50%) rotate(-45deg);
        position: absolute; }
      .breadcrumb ol li a {
        color: #00A0A0; }

.video-popup-fy {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999; }

.video-popup-fy video {
  display: block;
  margin: 50px auto;
  max-width: 90%;
  max-height: 90%; }

.frontify-close-popup-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  cursor: pointer;
  color: #fff; }

/* Styles for the button that opens the popup */
.play-btn-fy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  background: url("/assets/theme/images/play-btn.svg") no-repeat center center;
  background-size: 76px;
  text-indent: -999px;
  overflow: hidden;
  z-index: 9;
  cursor: pointer; }

.hospital-redirect {
  position: relative;
  margin-right: 0;
  width: 100%;
  padding-top: 48px; }
  @media only screen and (max-width: 767px) {
    .hospital-redirect {
      padding-top: 30px; } }
  .hospital-redirect .block__content {
    width: 100%;
    display: flex;
    justify-content: flex-end; }
  .hospital-redirect #hospital-filter {
    max-width: 371px; }
    @media only screen and (max-width: 767px) {
      .hospital-redirect #hospital-filter {
        max-width: unset;
        width: 100%; } }

.page-node-type-health-screening #block-pagetitle {
  padding-top: 40px; }
  @media only screen and (max-width: 1023px) {
    .page-node-type-health-screening #block-pagetitle {
      padding-top: 30px; } }
  .page-node-type-health-screening #block-pagetitle .page-title {
    font-family: "Noto Sans", sans-serif;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 24px;
    color: #2c2c2c; }
    @media only screen and (max-width: 767px) {
      .page-node-type-health-screening #block-pagetitle .page-title {
        font-size: 20px;
        margin-bottom: 20px; } }

.health-booking-top {
  background-color: #3ea1be;
  color: #fff;
  border-radius: 8px;
  padding: 20px 30px; }
  @media only screen and (max-width: 767px) {
    .health-booking-top {
      padding: 9px 15px; } }
  .health-booking-top li {
    align-items: center;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    background: url("/assets/theme/images/qualification-white-icon.svg") left center no-repeat;
    padding-left: 30px;
    margin: 10px 0; }
    .health-booking-top li div {
      display: flex;
      align-items: center;
      font-size: 18px; }
      @media only screen and (max-width: 767px) {
        .health-booking-top li div {
          font-size: 15px; } }
    .health-booking-top li .field__label {
      font-size: 18px;
      font-weight: 600;
      padding-right: 10px; }
    .health-booking-top li .field__label::after {
      content: " :";
      padding-left: 4px; }

.health-package-body {
  color: #2C2C2C;
  margin-top: 10px;
  padding-left: 10px; }

.health-package-test {
  list-style: none;
  margin: 30px 10px; }
  @media only screen and (max-width: 1023px) {
    .health-package-test {
      margin: 20px 10px; } }
  .health-package-test .field__label {
    color: #2C2C2C;
    font-size: 20px;
    font-weight: 700; }
  .health-package-test .field__items {
    color: #2C2C2C;
    list-style-type: none;
    counter-reset: css-counter 0; }
    .health-package-test .field__items .field__item {
      counter-increment: css-counter 1;
      font-size: 16px;
      margin: 10px 0; }
    .health-package-test .field__items .field__item::before {
      content: counter(css-counter) ". ";
      padding-right: 4px;
      font-weight: 800; }

.health-package-detail {
  margin: 30px 5px; }
  @media only screen and (max-width: 1023px) {
    .health-package-detail {
      margin: 20px 10px; } }
  .health-package-detail .field__label {
    color: #2C2C2C;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .health-package-detail .field__label {
        margin-bottom: 10px; } }

.health-screening-form {
  width: 100%;
  background: #b5daec;
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 48px;
  scroll-margin-top: 190px; }
  @media only screen and (max-width: 767px) {
    .health-screening-form {
      padding: 20px;
      margin-bottom: 30px;
      scroll-margin-top: 100px; } }
  .health-screening-form .wrap-full-name, .health-screening-form .wrap-mobile-number, .health-screening-form .wrap-email, .health-screening-form .wrap-appointment-date {
    max-width: 500px;
    width: 100%; }
  .health-screening-form .wrap-message {
    max-width: 800px;
    width: 100%; }
  .health-screening-form .wrap-declaration-field .js-form-type-checkbox {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
    .health-screening-form .wrap-declaration-field .js-form-type-checkbox #edit-declaration {
      margin-top: 5px; }
    .health-screening-form .wrap-declaration-field .js-form-type-checkbox #declaration_ajax_form {
      padding-left: 27px; }
    .health-screening-form .wrap-declaration-field .js-form-type-checkbox .form-item__label {
      padding: 0 0 0 8px;
      width: calc(100% - 24px); }

.international-menu-bar {
  z-index: 99;
  position: relative;
  margin: -36px 0 0 0;
  transition: all 1s; }
  @media only screen and (max-width: 1199px) {
    .international-menu-bar {
      display: none; } }
  .international-menu-bar.sticky {
    position: fixed;
    top: auto;
    bottom: 10px;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 15px;
    max-width: 1270px;
    margin: 0 auto; }
    @media only screen and (max-width: 1199px) {
      .international-menu-bar.sticky {
        bottom: 80px; } }
  .international-menu-bar .international-menu-sec {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: inset 0px -1px 1px #E2E2E3, 0px 0px 25px #00375F1A;
    border-radius: 12px;
    justify-content: space-around;
    padding: 18px 25px; }
    @media only screen and (max-width: 767px) {
      .international-menu-bar .international-menu-sec {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-start;
        padding: 10px; } }
    .international-menu-bar .international-menu-sec li {
      padding: 0 10px; }
      .international-menu-bar .international-menu-sec li a {
        font: 600 16px/36px Open Sans;
        color: #2C2C2C;
        position: relative;
        transition: all 0.4s; }
        @media only screen and (max-width: 767px) {
          .international-menu-bar .international-menu-sec li a {
            white-space: nowrap;
            font-size: 14px; } }
        .international-menu-bar .international-menu-sec li a::before {
          content: '';
          position: absolute;
          left: 0;
          bottom: -24px;
          width: 43px;
          height: 4px;
          background: #00769C;
          visibility: hidden;
          opacity: 0;
          transition: all 0.4s; }
        .international-menu-bar .international-menu-sec li a:hover, .international-menu-bar .international-menu-sec li a.active {
          color: #00769C; }
          .international-menu-bar .international-menu-sec li a:hover::before, .international-menu-bar .international-menu-sec li a.active::before {
            visibility: visible;
            opacity: 1; }

.landing-register-cta {
  position: relative; }
  .landing-register-cta .button {
    position: absolute;
    left: 0;
    top: -96px;
    z-index: 99; }
    @media only screen and (max-width: 1499px) {
      .landing-register-cta .button {
        top: -90px;
        padding: 9px 30px;
        font-size: 15px; } }
    @media only screen and (max-width: 767px) {
      .landing-register-cta .button {
        top: -77px;
        z-index: 99;
        padding: 6px 17px;
        font-size: 15px; } }

.landing-register-cta-below {
  text-align: center;
  padding-bottom: 48px; }
  @media only screen and (max-width: 767px) {
    .landing-register-cta-below {
      padding-bottom: 30px; } }

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

.landing-register-cta.orange-cta .button {
  background-color: #ED8B00;
  border: 1px solid #ED8B00; }
  .landing-register-cta.orange-cta .button:hover {
    background-color: #ffa500; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: "Open Sans", sans-serif; }

.ui-widget-content {
  color: #2c2c2c; }

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

.ui-dialog {
  z-index: 1260;
  overflow: visible;
  padding: 30px 0;
  color: #000;
  background: #fff;
  max-width: 1000px !important;
  width: 90% !important;
  transform: translate(-50%);
  left: 50% !important;
  max-height: calc(100vh - 160px) !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.medium {
    max-width: 750px !important; }
  .ui-dialog.small {
    max-width: 550px !important; }
  .ui-dialog.padding-none {
    max-height: unset !important;
    padding: 0; }
    .ui-dialog.padding-none .ui-dialog-titlebar {
      padding: 0; }
      .ui-dialog.padding-none .ui-dialog-titlebar .ui-dialog-title {
        display: none; }
    .ui-dialog.padding-none .ui-dialog-content {
      max-height: calc(100vh - 130px) !important;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .ui-dialog.padding-none .ui-dialog-content {
          max-height: calc(100vh - 170px) !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;
      width: 100%;
      color: #221E20;
      text-align: left;
      font-family: "Noto Sans", sans-serif;
      font-size: 26px;
      line-height: 1.3;
      font-weight: 600;
      margin-bottom: 24px;
      color: #2c2c2c;
      font-size: 24px;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
          font-size: 20px;
          margin-bottom: 20px; } }
  .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    right: 2px;
    top: -38px;
    background: url("/assets/theme/images/cross-icon.svg") no-repeat center center;
    background-size: 20px;
    border: none;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); }
    @media only screen and (max-width: 767px) {
      .ui-dialog .ui-dialog-titlebar-close {
        background-size: 16px;
        top: -30px; } }
    .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;
    max-height: calc(100vh - 240px) !important; }
    @media only screen and (max-width: 767px) {
      .ui-dialog .ui-dialog-content {
        padding: 0 20px; } }
  .ui-dialog.accedmic-popup h3 {
    font-family: "Noto Sans", sans-serif;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 24px;
    color: #2c2c2c;
    font-size: 24px; }
    @media only screen and (max-width: 767px) {
      .ui-dialog.accedmic-popup h3 {
        font-size: 20px;
        margin-bottom: 20px; } }
  .ui-dialog.accedmic-popup ul {
    margin-left: 18px;
    list-style-type: disc; }
    .ui-dialog.accedmic-popup ul li {
      color: #4D4D4F;
      font: 15px/23px "Open Sans", sans-serif;
      padding-bottom: 15px; }
      .ui-dialog.accedmic-popup ul li strong {
        font-weight: 600; }
      .ui-dialog.accedmic-popup ul li p {
        color: #4D4D4F;
        font: 15px/24px "Open Sans", sans-serif; }
  .ui-dialog.job-popup, .ui-dialog.cta-popup {
    max-width: 790px !important; }
    .ui-dialog.job-popup h3, .ui-dialog.cta-popup h3 {
      font-family: "Noto Sans", sans-serif;
      font-size: 26px;
      line-height: 1.3;
      font-weight: 600;
      margin-bottom: 24px;
      color: #2c2c2c;
      font-size: 24px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        .ui-dialog.job-popup h3, .ui-dialog.cta-popup h3 {
          font-size: 20px;
          margin-bottom: 20px; } }
    .ui-dialog.job-popup .job-application-form, .ui-dialog.job-popup .cta-form, .ui-dialog.cta-popup .job-application-form, .ui-dialog.cta-popup .cta-form {
      padding: 40px 50px; }
      @media only screen and (max-width: 767px) {
        .ui-dialog.job-popup .job-application-form, .ui-dialog.job-popup .cta-form, .ui-dialog.cta-popup .job-application-form, .ui-dialog.cta-popup .cta-form {
          padding: 20px; } }
      .ui-dialog.job-popup .job-application-form .wrap-mobile-number,
      .ui-dialog.job-popup .job-application-form .wrap-first-name,
      .ui-dialog.job-popup .job-application-form .wrap-last-name,
      .ui-dialog.job-popup .job-application-form .wrap-email,
      .ui-dialog.job-popup .job-application-form .form-text, .ui-dialog.job-popup .job-application-form .form-date,
      .ui-dialog.job-popup .job-application-form .form-select,
      .ui-dialog.job-popup .job-application-form .form-email,
      .ui-dialog.job-popup .job-application-form .form-tel,
      .ui-dialog.job-popup .job-application-form .form-file,
      .ui-dialog.job-popup .job-application-form .custom-select > a, .ui-dialog.job-popup .cta-form .wrap-mobile-number,
      .ui-dialog.job-popup .cta-form .wrap-first-name,
      .ui-dialog.job-popup .cta-form .wrap-last-name,
      .ui-dialog.job-popup .cta-form .wrap-email,
      .ui-dialog.job-popup .cta-form .form-text, .ui-dialog.job-popup .cta-form .form-date,
      .ui-dialog.job-popup .cta-form .form-select,
      .ui-dialog.job-popup .cta-form .form-email,
      .ui-dialog.job-popup .cta-form .form-tel,
      .ui-dialog.job-popup .cta-form .form-file,
      .ui-dialog.job-popup .cta-form .custom-select > a, .ui-dialog.cta-popup .job-application-form .wrap-mobile-number,
      .ui-dialog.cta-popup .job-application-form .wrap-first-name,
      .ui-dialog.cta-popup .job-application-form .wrap-last-name,
      .ui-dialog.cta-popup .job-application-form .wrap-email,
      .ui-dialog.cta-popup .job-application-form .form-text, .ui-dialog.cta-popup .job-application-form .form-date,
      .ui-dialog.cta-popup .job-application-form .form-select,
      .ui-dialog.cta-popup .job-application-form .form-email,
      .ui-dialog.cta-popup .job-application-form .form-tel,
      .ui-dialog.cta-popup .job-application-form .form-file,
      .ui-dialog.cta-popup .job-application-form .custom-select > a, .ui-dialog.cta-popup .cta-form .wrap-mobile-number,
      .ui-dialog.cta-popup .cta-form .wrap-first-name,
      .ui-dialog.cta-popup .cta-form .wrap-last-name,
      .ui-dialog.cta-popup .cta-form .wrap-email,
      .ui-dialog.cta-popup .cta-form .form-text, .ui-dialog.cta-popup .cta-form .form-date,
      .ui-dialog.cta-popup .cta-form .form-select,
      .ui-dialog.cta-popup .cta-form .form-email,
      .ui-dialog.cta-popup .cta-form .form-tel,
      .ui-dialog.cta-popup .cta-form .form-file,
      .ui-dialog.cta-popup .cta-form .custom-select > a {
        max-width: 325px;
        width: 100%; }
      .ui-dialog.job-popup .job-application-form .application-card, .ui-dialog.job-popup .cta-form .application-card, .ui-dialog.cta-popup .job-application-form .application-card, .ui-dialog.cta-popup .cta-form .application-card {
        display: flex;
        margin-bottom: 30px;
        background: #F8F8F8;
        padding: 20px 70px;
        width: calc(100% + 100px);
        margin: 0 -50px;
        margin-bottom: 30px; }
        @media only screen and (max-width: 767px) {
          .ui-dialog.job-popup .job-application-form .application-card, .ui-dialog.job-popup .cta-form .application-card, .ui-dialog.cta-popup .job-application-form .application-card, .ui-dialog.cta-popup .cta-form .application-card {
            flex-direction: column;
            padding: 20px 30px;
            width: calc(100% + 40px);
            margin: 0 -20px;
            margin-bottom: 20px; } }
        .ui-dialog.job-popup .job-application-form .application-card .application-card-left, .ui-dialog.job-popup .cta-form .application-card .application-card-left, .ui-dialog.cta-popup .job-application-form .application-card .application-card-left, .ui-dialog.cta-popup .cta-form .application-card .application-card-left {
          display: flex;
          flex-direction: column;
          width: 55%;
          font: 13px/30px "Open Sans", sans-serif;
          color: #4D4D4F; }
          @media only screen and (max-width: 767px) {
            .ui-dialog.job-popup .job-application-form .application-card .application-card-left, .ui-dialog.job-popup .cta-form .application-card .application-card-left, .ui-dialog.cta-popup .job-application-form .application-card .application-card-left, .ui-dialog.cta-popup .cta-form .application-card .application-card-left {
              width: 100%;
              margin-bottom: 15px; } }
          .ui-dialog.job-popup .job-application-form .application-card .application-card-left .job-title, .ui-dialog.job-popup .cta-form .application-card .application-card-left .job-title, .ui-dialog.cta-popup .job-application-form .application-card .application-card-left .job-title, .ui-dialog.cta-popup .cta-form .application-card .application-card-left .job-title {
            font: 600 16px/26px "Noto Sans", sans-serif;
            color: #2C2C2C;
            position: relative;
            display: inline-block;
            padding-left: 25px; }
            .ui-dialog.job-popup .job-application-form .application-card .application-card-left .job-title::before, .ui-dialog.job-popup .cta-form .application-card .application-card-left .job-title::before, .ui-dialog.cta-popup .job-application-form .application-card .application-card-left .job-title::before, .ui-dialog.cta-popup .cta-form .application-card .application-card-left .job-title::before {
              content: "";
              position: absolute;
              width: 24px;
              height: 24px;
              background: url("/assets/theme/images/job-vac.svg") -3px center no-repeat;
              background-size: 24px;
              left: 0;
              top: 0; }
          .ui-dialog.job-popup .job-application-form .application-card .application-card-left .category, .ui-dialog.job-popup .cta-form .application-card .application-card-left .category, .ui-dialog.cta-popup .job-application-form .application-card .application-card-left .category, .ui-dialog.cta-popup .cta-form .application-card .application-card-left .category {
            font: 500 14px/26px "Open Sans", sans-serif;
            color: #2C2C2C;
            padding-left: 20px; }
        .ui-dialog.job-popup .job-application-form .application-card .application-card-right, .ui-dialog.job-popup .cta-form .application-card .application-card-right, .ui-dialog.cta-popup .job-application-form .application-card .application-card-right, .ui-dialog.cta-popup .cta-form .application-card .application-card-right {
          display: flex;
          flex-direction: column;
          width: 45%;
          font: 13px/30px "Open Sans", sans-serif;
          color: #4D4D4F; }
          @media only screen and (max-width: 767px) {
            .ui-dialog.job-popup .job-application-form .application-card .application-card-right, .ui-dialog.job-popup .cta-form .application-card .application-card-right, .ui-dialog.cta-popup .job-application-form .application-card .application-card-right, .ui-dialog.cta-popup .cta-form .application-card .application-card-right {
              width: 100%;
              margin-bottom: 15px; } }
          .ui-dialog.job-popup .job-application-form .application-card .application-card-right .card-right-inner, .ui-dialog.job-popup .cta-form .application-card .application-card-right .card-right-inner, .ui-dialog.cta-popup .job-application-form .application-card .application-card-right .card-right-inner, .ui-dialog.cta-popup .cta-form .application-card .application-card-right .card-right-inner {
            display: flex; }
            .ui-dialog.job-popup .job-application-form .application-card .application-card-right .card-right-inner a, .ui-dialog.job-popup .cta-form .application-card .application-card-right .card-right-inner a, .ui-dialog.cta-popup .job-application-form .application-card .application-card-right .card-right-inner a, .ui-dialog.cta-popup .cta-form .application-card .application-card-right .card-right-inner a {
              position: relative;
              width: 16px;
              height: 20px;
              margin-right: 10px;
              margin-bottom: 0;
              display: inline-block; }
              .ui-dialog.job-popup .job-application-form .application-card .application-card-right .card-right-inner a::before, .ui-dialog.job-popup .cta-form .application-card .application-card-right .card-right-inner a::before, .ui-dialog.cta-popup .job-application-form .application-card .application-card-right .card-right-inner a::before, .ui-dialog.cta-popup .cta-form .application-card .application-card-right .card-right-inner a::before {
                content: "";
                position: absolute;
                width: 24px;
                height: 24px;
                background: url("/assets/theme/images/location2.svg") -3px center no-repeat;
                background-size: 24px;
                left: 0;
                top: 0; }
          .ui-dialog.job-popup .job-application-form .application-card .application-card-right .hospital-name, .ui-dialog.job-popup .cta-form .application-card .application-card-right .hospital-name, .ui-dialog.cta-popup .job-application-form .application-card .application-card-right .hospital-name, .ui-dialog.cta-popup .cta-form .application-card .application-card-right .hospital-name {
            font: 600 14px/28px "Open Sans", sans-serif;
            color: #2C2C2C;
            text-transform: capitalize; }
      .ui-dialog.job-popup .job-application-form .name-combine-field, .ui-dialog.job-popup .job-application-form .mob-email-combine-field, .ui-dialog.job-popup .job-application-form .tshirt-add-combine-field, .ui-dialog.job-popup .cta-form .name-combine-field, .ui-dialog.job-popup .cta-form .mob-email-combine-field, .ui-dialog.job-popup .cta-form .tshirt-add-combine-field, .ui-dialog.cta-popup .job-application-form .name-combine-field, .ui-dialog.cta-popup .job-application-form .mob-email-combine-field, .ui-dialog.cta-popup .job-application-form .tshirt-add-combine-field, .ui-dialog.cta-popup .cta-form .name-combine-field, .ui-dialog.cta-popup .cta-form .mob-email-combine-field, .ui-dialog.cta-popup .cta-form .tshirt-add-combine-field {
        display: flex;
        justify-content: space-between; }
        @media only screen and (max-width: 767px) {
          .ui-dialog.job-popup .job-application-form .name-combine-field, .ui-dialog.job-popup .job-application-form .mob-email-combine-field, .ui-dialog.job-popup .job-application-form .tshirt-add-combine-field, .ui-dialog.job-popup .cta-form .name-combine-field, .ui-dialog.job-popup .cta-form .mob-email-combine-field, .ui-dialog.job-popup .cta-form .tshirt-add-combine-field, .ui-dialog.cta-popup .job-application-form .name-combine-field, .ui-dialog.cta-popup .job-application-form .mob-email-combine-field, .ui-dialog.cta-popup .job-application-form .tshirt-add-combine-field, .ui-dialog.cta-popup .cta-form .name-combine-field, .ui-dialog.cta-popup .cta-form .mob-email-combine-field, .ui-dialog.cta-popup .cta-form .tshirt-add-combine-field {
            flex-direction: column; } }
        .ui-dialog.job-popup .job-application-form .name-combine-field .wrap-tshirt .form-item select, .ui-dialog.job-popup .job-application-form .mob-email-combine-field .wrap-tshirt .form-item select, .ui-dialog.job-popup .job-application-form .tshirt-add-combine-field .wrap-tshirt .form-item select, .ui-dialog.job-popup .cta-form .name-combine-field .wrap-tshirt .form-item select, .ui-dialog.job-popup .cta-form .mob-email-combine-field .wrap-tshirt .form-item select, .ui-dialog.job-popup .cta-form .tshirt-add-combine-field .wrap-tshirt .form-item select, .ui-dialog.cta-popup .job-application-form .name-combine-field .wrap-tshirt .form-item select, .ui-dialog.cta-popup .job-application-form .mob-email-combine-field .wrap-tshirt .form-item select, .ui-dialog.cta-popup .job-application-form .tshirt-add-combine-field .wrap-tshirt .form-item select, .ui-dialog.cta-popup .cta-form .name-combine-field .wrap-tshirt .form-item select, .ui-dialog.cta-popup .cta-form .mob-email-combine-field .wrap-tshirt .form-item select, .ui-dialog.cta-popup .cta-form .tshirt-add-combine-field .wrap-tshirt .form-item select {
          max-width: 325px;
          min-width: 325px;
          width: 100%; }
        .ui-dialog.job-popup .job-application-form .name-combine-field .wrap-address .js-form-item textarea, .ui-dialog.job-popup .job-application-form .mob-email-combine-field .wrap-address .js-form-item textarea, .ui-dialog.job-popup .job-application-form .tshirt-add-combine-field .wrap-address .js-form-item textarea, .ui-dialog.job-popup .cta-form .name-combine-field .wrap-address .js-form-item textarea, .ui-dialog.job-popup .cta-form .mob-email-combine-field .wrap-address .js-form-item textarea, .ui-dialog.job-popup .cta-form .tshirt-add-combine-field .wrap-address .js-form-item textarea, .ui-dialog.cta-popup .job-application-form .name-combine-field .wrap-address .js-form-item textarea, .ui-dialog.cta-popup .job-application-form .mob-email-combine-field .wrap-address .js-form-item textarea, .ui-dialog.cta-popup .job-application-form .tshirt-add-combine-field .wrap-address .js-form-item textarea, .ui-dialog.cta-popup .cta-form .name-combine-field .wrap-address .js-form-item textarea, .ui-dialog.cta-popup .cta-form .mob-email-combine-field .wrap-address .js-form-item textarea, .ui-dialog.cta-popup .cta-form .tshirt-add-combine-field .wrap-address .js-form-item textarea {
          max-height: 46px;
          max-width: 325px; }
      .ui-dialog.job-popup .job-application-form .file-details, .ui-dialog.job-popup .cta-form .file-details, .ui-dialog.cta-popup .job-application-form .file-details, .ui-dialog.cta-popup .cta-form .file-details {
        margin-top: 10px; }
      .ui-dialog.job-popup .job-application-form .form-managed-file .button, .ui-dialog.job-popup .cta-form .form-managed-file .button, .ui-dialog.cta-popup .job-application-form .form-managed-file .button, .ui-dialog.cta-popup .cta-form .form-managed-file .button {
        background: url("/assets/theme/images/cross-red-icon.svg") center center no-repeat;
        width: 20px;
        height: 20px;
        overflow: hidden;
        border: none;
        text-indent: -999px;
        margin-left: 20px;
        padding: 0; }
      .ui-dialog.job-popup .job-application-form .wrap-declaration-field .js-form-type-checkbox, .ui-dialog.job-popup .cta-form .wrap-declaration-field .js-form-type-checkbox, .ui-dialog.cta-popup .job-application-form .wrap-declaration-field .js-form-type-checkbox, .ui-dialog.cta-popup .cta-form .wrap-declaration-field .js-form-type-checkbox {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap; }
        .ui-dialog.job-popup .job-application-form .wrap-declaration-field .js-form-type-checkbox #edit-declaration, .ui-dialog.job-popup .cta-form .wrap-declaration-field .js-form-type-checkbox #edit-declaration, .ui-dialog.cta-popup .job-application-form .wrap-declaration-field .js-form-type-checkbox #edit-declaration, .ui-dialog.cta-popup .cta-form .wrap-declaration-field .js-form-type-checkbox #edit-declaration {
          margin-top: 5px; }
        .ui-dialog.job-popup .job-application-form .wrap-declaration-field .js-form-type-checkbox .form-checkbox, .ui-dialog.job-popup .cta-form .wrap-declaration-field .js-form-type-checkbox .form-checkbox, .ui-dialog.cta-popup .job-application-form .wrap-declaration-field .js-form-type-checkbox .form-checkbox, .ui-dialog.cta-popup .cta-form .wrap-declaration-field .js-form-type-checkbox .form-checkbox {
          margin-top: 5px; }
        .ui-dialog.job-popup .job-application-form .wrap-declaration-field .js-form-type-checkbox .form-item__label, .ui-dialog.job-popup .cta-form .wrap-declaration-field .js-form-type-checkbox .form-item__label, .ui-dialog.cta-popup .job-application-form .wrap-declaration-field .js-form-type-checkbox .form-item__label, .ui-dialog.cta-popup .cta-form .wrap-declaration-field .js-form-type-checkbox .form-item__label {
          padding: 0 0 0 8px;
          width: calc(100% - 24px); }
  .ui-dialog.book-appointment-popup .book-an-appointment {
    padding: 35px 50px; }
    @media only screen and (max-width: 767px) {
      .ui-dialog.book-appointment-popup .book-an-appointment {
        padding: 20px; } }
    .ui-dialog.book-appointment-popup .book-an-appointment .wrap-declaration-field .js-form-type-checkbox {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap; }
      .ui-dialog.book-appointment-popup .book-an-appointment .wrap-declaration-field .js-form-type-checkbox .form-checkbox {
        margin-top: 5px; }
      .ui-dialog.book-appointment-popup .book-an-appointment .wrap-declaration-field .js-form-type-checkbox .form-item__label {
        padding: 0 0 0 8px;
        width: calc(100% - 24px); }
        .ui-dialog.book-appointment-popup .book-an-appointment .wrap-declaration-field .js-form-type-checkbox .form-item__label a {
          color: #00A0A0; }

/* Video Popup */
.popup-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1260;
  background: rgba(7, 28, 43, 0.8);
  cursor: pointer;
  display: none; }
  .popup-outer.show-video {
    display: block; }
  @media only screen and (max-width: 767px) {
    .popup-outer.video-popup iframe, .popup-outer.video-popup-layer iframe, .popup-outer.home-popup iframe {
      max-width: 100%;
      max-height: 300px; } }
  .popup-outer.video-popup video, .popup-outer.video-popup-layer video, .popup-outer.home-popup video {
    max-height: calc(100vh - 150px);
    background: #000; }
  .popup-outer.img-popup .img-popup-inner {
    max-height: calc(100vh - 120px) !important;
    overflow: auto; }
  .popup-outer.img-popup img.img-cls {
    width: 100%; }
  .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, .popup-outer .popup-sec .close-img {
      position: absolute;
      width: 25px;
      height: 25px;
      margin: 0;
      padding: 0;
      right: 2px;
      top: -38px;
      background: url("/assets/theme/images/cross-icon.svg") no-repeat center center;
      background-size: 20px;
      border: none;
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); }
      @media only screen and (max-width: 767px) {
        .popup-outer .popup-sec .close-video, .popup-outer .popup-sec .close-img {
          background-size: 16px;
          top: -30px; } }
      .popup-outer .popup-sec .close-video:hover, .popup-outer .popup-sec .close-img:hover {
        opacity: 0.7; }
      .popup-outer .popup-sec .close-video:before, .popup-outer .popup-sec .close-video:after, .popup-outer .popup-sec .close-img:before, .popup-outer .popup-sec .close-img:after {
        display: none !important; }

.ui-dialog-titlebar {
  padding: 0; }
  .ui-dialog-titlebar span {
    display: none; }

.ui-dialog .ui-dialog-content {
  padding: 0; }

.ui-dialog {
  padding: 0;
  /* Track */
  /* Handle */
  /* Handle on hover */ }

.image-camapaign-popup .popup-sec {
  padding: 0 !important;
  position: relative; }
.image-camapaign-popup .button-outer {
  position: absolute;
  bottom: 10%;
  transform: translate(50%);
  right: 50%; }
  @media only screen and (max-width: 767px) {
    .image-camapaign-popup .button-outer .button {
      padding: 8px 22px;
      font-size: 14px; } }

.video-campaign-popup {
  background: #000; }
  .video-campaign-popup .popup-sec {
    padding: 0 !important;
    width: 100%;
    max-width: 100%; }
    .video-campaign-popup .popup-sec .img-popup-inner video {
      max-height: calc(100vh - 150px);
      background: #000; }

.home-popup .popup-sec {
  padding: 30px 40px; }
  @media only screen and (max-width: 767px) {
    .home-popup .popup-sec {
      padding: 20px; } }
  .home-popup .popup-sec .popup-campaign-form h3 {
    margin-bottom: 0; }
  .home-popup .popup-sec .popup-campaign-form > p {
    margin-bottom: 10px; }
  .home-popup .popup-sec .popup-campaign-form .form-item {
    margin-bottom: 8px; }
    .home-popup .popup-sec .popup-campaign-form .form-item .form-text, .home-popup .popup-sec .popup-campaign-form .form-item .form-date, .home-popup .popup-sec .popup-campaign-form .form-item .form-textarea, .home-popup .popup-sec .popup-campaign-form .form-item .form-select, .home-popup .popup-sec .popup-campaign-form .form-item .form-email, .home-popup .popup-sec .popup-campaign-form .form-item .form-tel, .home-popup .popup-sec .popup-campaign-form .form-item .form-file, .home-popup .popup-sec .popup-campaign-form .form-item .custom-select > a {
      padding: 2px 10px; }
    .home-popup .popup-sec .popup-campaign-form .form-item textarea {
      height: 70px; }
  .home-popup .popup-sec .popup-campaign-form .wrap-declaration-field .js-form-type-checkbox {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
    .home-popup .popup-sec .popup-campaign-form .wrap-declaration-field .js-form-type-checkbox .form-checkbox {
      margin-top: 5px; }
    .home-popup .popup-sec .popup-campaign-form .wrap-declaration-field .js-form-type-checkbox .form-item__label {
      padding: 0 0 0 8px;
      width: calc(100% - 24px); }
      .home-popup .popup-sec .popup-campaign-form .wrap-declaration-field .js-form-type-checkbox .form-item__label a {
        color: #00A0A0; }
      .home-popup .popup-sec .popup-campaign-form .wrap-declaration-field .js-form-type-checkbox .form-item__label p {
        font-size: 11px; }

.image-form-campaign-popup .popup-sec {
  padding: 0; }
  .image-form-campaign-popup .popup-sec .img-form-popup {
    display: flex; }
    @media only screen and (max-width: 767px) {
      .image-form-campaign-popup .popup-sec .img-form-popup {
        flex-direction: column; } }
    .image-form-campaign-popup .popup-sec .img-form-popup .camapaign-img-popup {
      position: relative;
      width: 50%;
      padding: 15px 0 15px 15px; }
      @media only screen and (max-width: 767px) {
        .image-form-campaign-popup .popup-sec .img-form-popup .camapaign-img-popup {
          width: 100%;
          padding: 0; } }
      .image-form-campaign-popup .popup-sec .img-form-popup .camapaign-img-popup img {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        object-fit: cover;
        height: 100%;
        width: 100%; }
        @media only screen and (max-width: 767px) {
          .image-form-campaign-popup .popup-sec .img-form-popup .camapaign-img-popup img {
            border-radius: 6px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0; } }
    .image-form-campaign-popup .popup-sec .img-form-popup .button-outer {
      left: 50%;
      transform: translateX(-50%);
      bottom: 50px;
      position: absolute; }
      .image-form-campaign-popup .popup-sec .img-form-popup .button-outer .button {
        color: #fff; }
    .image-form-campaign-popup .popup-sec .img-form-popup .popup-campaign-form {
      width: 50%;
      padding: 20px 30px;
      background: #fff;
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      @media only screen and (max-width: 767px) {
        .image-form-campaign-popup .popup-sec .img-form-popup .popup-campaign-form {
          border-radius: 10px;
          width: 100%;
          padding: 20px; } }

.popup-outer.home-popup {
  display: block; }
  .popup-outer.home-popup .popup-sec.white {
    background: #fff; }
  .popup-outer.home-popup .popup-sec .pop-up-form .popup-campaign-form {
    background: #fff;
    border-radius: 10px;
    padding: 30px 40px; }
    @media only screen and (max-width: 767px) {
      .popup-outer.home-popup .popup-sec .pop-up-form .popup-campaign-form {
        padding: 20px; } }
    .popup-outer.home-popup .popup-sec .pop-up-form .popup-campaign-form h3 {
      margin-bottom: 10px; }
  .popup-outer.home-popup .button-outer {
    text-align: center;
    margin-top: -100px; }
    @media only screen and (max-width: 767px) {
      .popup-outer.home-popup .button-outer {
        margin-top: -70px; } }
    @media only screen and (max-width: 767px) {
      .popup-outer.home-popup .button-outer .button {
        padding: 8px 22px;
        font-size: 14px; } }

#cboxCurrent, #cboxTitle {
  display: none !important; }

#cboxBottomCenter {
  height: 15px; }
  @media only screen and (max-width: 1023px) {
    #cboxBottomCenter {
      height: 10px; } }

#colorbox, #cboxOverlay, #cboxWrapper, #cboxContent {
  overflow: unset; }

#cboxClose {
  position: absolute;
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  right: 2px;
  bottom: auto;
  right: -11px;
  top: -52px;
  background: url("/assets/theme/images/cross-icon.svg") no-repeat center center;
  background-size: 20px;
  border: none;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); }
  @media only screen and (max-width: 767px) {
    #cboxClose {
      background-size: 16px;
      top: -45px; } }
  #cboxClose:hover {
    background-position: center;
    opacity: 0.7; }

#cboxPrevious, #cboxNext {
  position: absolute;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  left: -70px;
  background: rgba(0, 160, 160, 0.6) url("/assets/theme/images/left-arrow.svg") no-repeat center center;
  background-size: 18px;
  transition: transform .3s;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  border-radius: 50%; }
  @media only screen and (max-width: 1023px) {
    #cboxPrevious, #cboxNext {
      left: 50%;
      top: auto;
      bottom: -15px;
      margin-left: -35px;
      width: 30px;
      height: 30px; } }
  #cboxPrevious:hover, #cboxNext:hover {
    background-position: center;
    background-color: #00a0a0; }

#cboxNext {
  left: auto;
  right: -70px;
  background-image: url("/assets/theme/images/right-arrow.svg"); }
  @media only screen and (max-width: 1023px) {
    #cboxNext {
      left: auto;
      right: 50%;
      margin-left: 0;
      margin-right: -35px; } }

#cboxLoadedContent {
  margin-bottom: 0; }
  @media only screen and (max-width: 1023px) {
    #cboxLoadedContent {
      margin-bottom: 40px; } }

@media only screen and (max-width: 767px) {
  #colorbox {
    transform: scale(0.95); } }

.job-success-message {
  min-height: unset !important; }
  .job-success-message .job-message {
    display: flex;
    justify-content: center;
    padding: 50px 0;
    font-size: 24px;
    font-weight: 600;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .job-success-message .job-message::before {
      content: "";
      background: url("/assets/theme/images/qualification-icon.svg") left center no-repeat;
      width: 30px;
      height: 30px;
      background-size: 30px;
      padding-right: 10px; }
      @media only screen and (max-width: 767px) {
        .job-success-message .job-message::before {
          padding-right: 0;
          left: 50%;
          position: absolute;
          top: 15px;
          transform: translateX(-50%); } }
    @media only screen and (max-width: 767px) {
      .job-success-message .job-message {
        padding: 50px 20px 20px 20px;
        font-size: 18px;
        text-align: center; } }

.international-form {
  padding: 35px 50px; }
  .international-form .wrap-mobile-number .js-form-type-tel .iti {
    width: 100%; }
  .international-form .wrap-declaration-field .js-form-type-checkbox {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
    .international-form .wrap-declaration-field .js-form-type-checkbox .form-checkbox {
      margin-top: 5px; }
    .international-form .wrap-declaration-field .js-form-type-checkbox .form-item__label {
      padding: 0 0 0 8px;
      width: calc(100% - 24px); }
      .international-form .wrap-declaration-field .js-form-type-checkbox .form-item__label a {
        color: #00A0A0; }

@media only screen and (max-width: 767px) {
  .iti-mobile .iti__country-list {
    max-height: 200px;
    width: 100%; }

  .iti--container {
    z-index: 9999;
    top: 323px !important;
    left: 71px !important; } }
.width100 {
  width: 100% !important; }

.hide {
  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; }

a {
  text-decoration: none;
  outline: none;
  color: #00A0A0;
  transition: all .3s ease-in; }

strong {
  font-weight: 700; }

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

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

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

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

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

h1, .h1 {
  font-family: "Noto Sans", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    h1, .h1 {
      font-size: 29px; } }

h2, .h2 {
  font-family: "Noto Sans", sans-serif;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 24px;
  color: #2c2c2c;
  font-family: "Noto Sans", sans-serif;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 24px;
  color: #2c2c2c; }
  @media only screen and (max-width: 767px) {
    h2, .h2 {
      font-size: 20px;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    h2, .h2 {
      font-size: 20px;
      margin-bottom: 20px; } }

h3, .h3 {
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    h3, .h3 {
      font-size: 22px;
      line-height: 1.3; } }

h4, .h4 {
  font-size: 16px;
  line-height: 1.5; }

/** 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: #4d4d4f;
  opacity: 1; }

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

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

:-ms-input-placeholder {
  /* IE10 */
  color: #4d4d4f;
  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-date,
.form-textarea,
.form-select,
.form-email,
.form-tel,
.form-file,
.custom-select > a {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  color: #2C2C2C;
  border: 1px solid #D3D4DB;
  border-radius: 6px;
  padding: 10px 15px; }

label {
  display: block;
  font: 500 14px/15px "Open Sans", sans-serif;
  color: #2C2C2C;
  padding-bottom: 5px; }

select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("/assets/theme/images/arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  padding-right: 35px !important;
  text-overflow: ellipsis;
  color: #2C2C2C; }

textarea {
  resize: none;
  height: 150px; }
  @media only screen and (max-width: 767px) {
    textarea {
      height: 100px; } }

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

ol {
  margin-left: 18px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0 0 0 10px; }
  ol > li {
    padding-left: 3px !important; }
    ol > li:before {
      display: none; }
  ol li {
    margin-top: 10px; }
    ol li::marker {
      font-weight: 700;
      color: #4D4D4F; }

iframe {
  max-width: 100%; }

p,
li {
  line-height: 1.6; }

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

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

.visually-hidden {
  display: none; }

.slick-slide img {
  display: initial; }

.slick-track {
  margin-left: initial;
  margin-right: initial; }

.slick-arrow {
  cursor: pointer;
  font-size: 0;
  left: -65px;
  top: 50%;
  position: absolute;
  text-indent: -999px;
  overflow: unset;
  z-index: 9;
  width: 44px;
  height: 44px;
  background: rgba(0, 55, 95, 0.2) url("/assets/theme/images/left-arrow.svg") no-repeat center center;
  background-size: 18px;
  transition: transform .3s;
  transform: translateY(-50%);
  border: none;
  padding: 0;
  border-radius: 50%; }
  @media only screen and (max-width: 1199px) {
    .slick-arrow {
      display: none !important; } }
  .slick-arrow.slick-next {
    background-image: url("/assets/theme/images/right-arrow.svg");
    left: auto;
    right: -65px; }
  .slick-arrow:hover {
    opacity: 0.8; }
  .slick-arrow.slick-disabled {
    pointer-events: none;
    opacity: 0.5; }

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0 0; }
  @media only screen and (max-width: 767px) {
    .slick-dots {
      margin: 25px 0 0 0; } }
  .slick-dots button {
    width: 24px;
    height: 4px;
    text-indent: -999px;
    overflow: hidden;
    background: #00A0A0;
    border: none;
    margin: 5px;
    cursor: pointer;
    opacity: .3; }
  .slick-dots .slick-active button {
    background: #00A0A0;
    opacity: 1; }

.list {
  margin-left: 18px;
  list-style-type: disc; }
  .list li {
    color: #4D4D4F;
    font: 15px/23px "Open Sans", sans-serif;
    padding-bottom: 15px; }
    .list li strong {
      font-weight: 600; }
    .list li p {
      color: #4D4D4F;
      font: 15px/24px "Open Sans", sans-serif; }

main {
  min-height: 700px;
  overflow: hidden; }

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

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

.button {
  padding: 12px 30px;
  background-color: #00769C;
  border: 1px solid #00769C;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 8px;
  transition: all .5s ease-out;
  -webkit-appearance: none;
  appearance: none; }
  .button.small {
    padding: 6px 15px;
    font-size: 14px;
    border-radius: 6px; }
    @media only screen and (max-width: 767px) {
      .button.small {
        padding: 5px 10px;
        font-size: 14px; } }
  .button:hover {
    background-color: #4b99c1;
    color: #fff; }
  .button:focus {
    background-color: #00375F;
    color: #fff; }
  .button.border {
    background: #fff;
    border: 1px solid #00769C;
    color: #2C2C2C; }
    .button.border:hover {
      border-color: #00A0A0; }
    .button.border:focus {
      background-color: #65ACD1;
      border-color: #65ACD1;
      color: #2C2C2C; }

.read-more {
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  color: #00769C;
  padding-right: 22px;
  line-height: 48px;
  background: url("/assets/theme/images/right-arrow-blue.svg") no-repeat right center;
  background-size: 19px;
  margin-right: 14px; }
  @media only screen and (max-width: 767px) {
    .read-more {
      font-size: 15px;
      line-height: 22px;
      margin-right: 10px;
      margin-bottom: 11px; } }
  .read-more:hover {
    text-decoration: underline; }

.heading1 {
  font-family: "Noto Sans", sans-serif;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 24px;
  color: #2c2c2c; }
  @media only screen and (max-width: 767px) {
    .heading1 {
      font-size: 20px;
      margin-bottom: 20px; } }

.heading2 {
  font-family: "Noto Sans", sans-serif;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 24px;
  color: #2c2c2c; }
  @media only screen and (max-width: 767px) {
    .heading2 {
      font-size: 20px;
      margin-bottom: 20px; } }

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

.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; }
  .ajax-progress.ajax-progress-throbber .message {
    display: none; }

.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; }

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

.error-message, .err-result {
  min-height: 1px !important;
  clear: both !important;
  margin-top: 5px  !important;
  font: 500 12px/22px  !important;
  color: #ff3838;
  display: block; }
  .error-message #email_ajax_form, .error-message #mobile_number_ajax_form, .error-message #last_name_ajax_form, .error-message #first_name_ajax_form, .error-message #full_name_ajax_form, .error-message #appointment_date_ajax_form, .error-message #declaration_ajax_form, .error-message #hospital_ajax_form, .err-result #email_ajax_form, .err-result #mobile_number_ajax_form, .err-result #last_name_ajax_form, .err-result #first_name_ajax_form, .err-result #full_name_ajax_form, .err-result #appointment_date_ajax_form, .err-result #declaration_ajax_form, .err-result #hospital_ajax_form {
    padding-top: 5px; }
  .error-message #declaration_ajax_form, .err-result #declaration_ajax_form {
    padding-left: 27px; }

.search-api-autocomplete-search {
  width: 319px; }

.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;
    padding-bottom: 7px; }
  .user-login-form .button, .user-pass .button, .user-pass-reset .button {
    width: 100%;
    margin-top: 20px; }
  .user-login-form .description, .user-pass .description, .user-pass-reset .description {
    font-size: 14px;
    color: #797777;
    margin-top: 5px;
    display: block; }

@media only screen and (max-width: 767px) {
  .pager {
    display: flex;
    overflow: auto; } }
.pager .pager__items {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 48px 0 0 0; }
  @media only screen and (max-width: 767px) {
    .pager .pager__items {
      width: 100%;
      margin: 30px 0 0 0;
      justify-content: flex-start; } }
  .pager .pager__items li, .pager .pager__items li > a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    white-space: nowrap;
    min-width: 35px;
    height: 35px;
    color: #2C2C2C; }
    @media only screen and (max-width: 767px) {
      .pager .pager__items li, .pager .pager__items li > a {
        min-width: 30px;
        height: 30px;
        font-size: 15px; } }
    .pager .pager__items li a, .pager .pager__items li > a a {
      margin: 0 5px; }
      @media only screen and (max-width: 767px) {
        .pager .pager__items li a, .pager .pager__items li > a a {
          margin: 0; } }
      .pager .pager__items li a:hover, .pager .pager__items li > a a:hover {
        background: #00769C;
        color: #fff; }
    .pager .pager__items li.pager__item--previous a, .pager .pager__items li > a.pager__item--previous a {
      background: #00375F url("/assets/theme/images/left-arrow.svg") no-repeat center center; }
      .pager .pager__items li.pager__item--previous a svg, .pager .pager__items li > a.pager__item--previous a svg {
        display: none; }
    .pager .pager__items li.pager__item--next a, .pager .pager__items li > a.pager__item--next a {
      background: #00375F url("/assets/theme/images/right-arrow.svg") no-repeat center center; }
      .pager .pager__items li.pager__item--next a svg, .pager .pager__items li > a.pager__item--next a svg {
        display: none; }
    .pager .pager__items li.pager__item--active, .pager .pager__items li > a.pager__item--active {
      background: #00769C;
      color: #fff; }
    .pager .pager__items li.pager__item--first, .pager .pager__items li.pager__item--last, .pager .pager__items li > a.pager__item--first, .pager .pager__items li > a.pager__item--last {
      display: none; }

.show-result {
  width: 100%;
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
  font-size: 12px;
  color: #000;
  text-align: center;
  margin-top: 16px; }
  @media only screen and (max-width: 767px) {
    .show-result {
      text-align: left; } }

.form-filter-right .view-header {
  float: left; }
  @media only screen and (max-width: 767px) {
    .form-filter-right .view-header {
      float: none; } }
  .form-filter-right .view-header .heading1 {
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .form-filter-right .view-header .heading1 {
        margin-bottom: 20px; } }
@media only screen and (max-width: 767px) {
  .form-filter-right.full .views-exposed-form .form-item.js-form-type-select {
    width: 100%;
    max-width: 100%; } }
.form-filter-right .views-exposed-form {
  display: flex;
  justify-content: end;
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .form-filter-right .views-exposed-form {
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 0; } }
  .form-filter-right .views-exposed-form .form-item {
    margin-left: 16px; }
    .form-filter-right .views-exposed-form .form-item.js-form-type-select {
      max-width: 200px; }
      @media only screen and (max-width: 767px) {
        .form-filter-right .views-exposed-form .form-item.js-form-type-select {
          max-width: 48%; } }
    .form-filter-right .views-exposed-form .form-item.form-item-field-date, .form-filter-right .views-exposed-form .form-item.form-item-field-date-value-1, .form-filter-right .views-exposed-form .form-item.form-item-field-media-date-value, .form-filter-right .views-exposed-form .form-item.form-item-field-media-date-value-1 {
      max-width: 120px; }
      .form-filter-right .views-exposed-form .form-item.form-item-field-date .bef-datepicker, .form-filter-right .views-exposed-form .form-item.form-item-field-date-value-1 .bef-datepicker, .form-filter-right .views-exposed-form .form-item.form-item-field-media-date-value .bef-datepicker, .form-filter-right .views-exposed-form .form-item.form-item-field-media-date-value-1 .bef-datepicker {
        cursor: pointer; }
      @media only screen and (max-width: 767px) {
        .form-filter-right .views-exposed-form .form-item.form-item-field-date, .form-filter-right .views-exposed-form .form-item.form-item-field-date-value-1, .form-filter-right .views-exposed-form .form-item.form-item-field-media-date-value, .form-filter-right .views-exposed-form .form-item.form-item-field-media-date-value-1 {
          max-width: 48%; } }
    @media only screen and (max-width: 767px) {
      .form-filter-right .views-exposed-form .form-item {
        width: 48%;
        margin-left: 0; } }
  @media only screen and (max-width: 767px) {
    .form-filter-right .views-exposed-form .form-item-search-api-fulltext {
      width: 100%;
      order: -1; } }
  @media only screen and (max-width: 767px) {
    .form-filter-right .views-exposed-form .form-item-search-api-fulltext .form-text {
      box-shadow: -4px 4px 12px #0000001F;
      height: 55px; } }
  .form-filter-right .views-exposed-form .form-actions {
    display: none; }

.form-item-search-api-fulltext {
  position: relative; }
  .form-item-search-api-fulltext .form-text {
    padding-right: 43px; }

.search-icon, .global-search-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: url("/assets/theme/images/search.svg") no-repeat center center;
  background-size: 22px;
  width: 23px;
  height: 23px;
  z-index: 1;
  cursor: pointer; }

.no-data {
  font: 500 24px/30px "Open Sans", sans-serif;
  padding: 240px 20px 15px;
  background: #fff url("/assets/theme/images/no-result.svg") no-repeat center 60px;
  background-size: 180px;
  justify-content: center;
  display: flex;
  margin: 30px auto;
  min-height: 334px;
  color: #2C2C2C;
  align-items: center;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .no-data {
      font-size: 22px;
      line-height: 28px; } }

.readmore-section .showmore_content, .doctor-detail-page .text-content .showmore_content, .career-body .showmore_content, .career-life-left .career-life-text .showmore_content, .why-choose-us .why-choose-left > p .showmore_content, .helpful-sec .helpful-sec-left > p .showmore_content, .plan-trip-content .plan-trip-text p .showmore_content, .hospital-stay .your-hospital-text p .showmore_content, .diff-abled .patient-info-about-inner .advance-box > li > p .showmore_content, .about-us-outer .about-us-right .about-text .showmore_content, .readmore-outer .showmore_content, .about-specialities .speciality-about-text .showmore_content, .about-specialities .right-about-value .showmore_content, .speciality-diseases .diseases-about-bottom .showmore_content {
  overflow: hidden; }
.readmore-section .showmore_trigger .more, .doctor-detail-page .text-content .showmore_trigger .more, .career-body .showmore_trigger .more, .career-life-left .career-life-text .showmore_trigger .more, .why-choose-us .why-choose-left > p .showmore_trigger .more, .helpful-sec .helpful-sec-left > p .showmore_trigger .more, .plan-trip-content .plan-trip-text p .showmore_trigger .more, .hospital-stay .your-hospital-text p .showmore_trigger .more, .diff-abled .patient-info-about-inner .advance-box > li > p .showmore_trigger .more, .about-us-outer .about-us-right .about-text .showmore_trigger .more, .readmore-outer .showmore_trigger .more, .about-specialities .speciality-about-text .showmore_trigger .more, .about-specialities .right-about-value .showmore_trigger .more, .speciality-diseases .diseases-about-bottom .showmore_trigger .more {
  position: relative; }
  .readmore-section .showmore_trigger .more:before, .doctor-detail-page .text-content .showmore_trigger .more:before, .career-body .showmore_trigger .more:before, .career-life-left .career-life-text .showmore_trigger .more:before, .why-choose-us .why-choose-left > p .showmore_trigger .more:before, .helpful-sec .helpful-sec-left > p .showmore_trigger .more:before, .plan-trip-content .plan-trip-text p .showmore_trigger .more:before, .hospital-stay .your-hospital-text p .showmore_trigger .more:before, .diff-abled .patient-info-about-inner .advance-box > li > p .showmore_trigger .more:before, .about-us-outer .about-us-right .about-text .showmore_trigger .more:before, .readmore-outer .showmore_trigger .more:before, .about-specialities .speciality-about-text .showmore_trigger .more:before, .about-specialities .right-about-value .showmore_trigger .more:before, .speciality-diseases .diseases-about-bottom .showmore_trigger .more:before {
    content: '';
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    top: -30px;
    background: #fff;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.5) 15%, black 100%);
    mask-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.5) 15%, black 100%); }
.readmore-section .showmore_trigger .more, .readmore-section .showmore_trigger .less, .doctor-detail-page .text-content .showmore_trigger .more, .doctor-detail-page .text-content .showmore_trigger .less, .career-body .showmore_trigger .more, .career-body .showmore_trigger .less, .career-life-left .career-life-text .showmore_trigger .more, .career-life-left .career-life-text .showmore_trigger .less, .why-choose-us .why-choose-left > p .showmore_trigger .more, .why-choose-us .why-choose-left > p .showmore_trigger .less, .helpful-sec .helpful-sec-left > p .showmore_trigger .more, .helpful-sec .helpful-sec-left > p .showmore_trigger .less, .plan-trip-content .plan-trip-text p .showmore_trigger .more, .plan-trip-content .plan-trip-text p .showmore_trigger .less, .hospital-stay .your-hospital-text p .showmore_trigger .more, .hospital-stay .your-hospital-text p .showmore_trigger .less, .diff-abled .patient-info-about-inner .advance-box > li > p .showmore_trigger .more, .diff-abled .patient-info-about-inner .advance-box > li > p .showmore_trigger .less, .about-us-outer .about-us-right .about-text .showmore_trigger .more, .about-us-outer .about-us-right .about-text .showmore_trigger .less, .readmore-outer .showmore_trigger .more, .readmore-outer .showmore_trigger .less, .about-specialities .speciality-about-text .showmore_trigger .more, .about-specialities .speciality-about-text .showmore_trigger .less, .about-specialities .right-about-value .showmore_trigger .more, .about-specialities .right-about-value .showmore_trigger .less, .speciality-diseases .diseases-about-bottom .showmore_trigger .more, .speciality-diseases .diseases-about-bottom .showmore_trigger .less {
  color: #00A0A0;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  font-style: normal;
  display: block; }
  .readmore-section .showmore_trigger .more:hover, .readmore-section .showmore_trigger .less:hover, .doctor-detail-page .text-content .showmore_trigger .more:hover, .doctor-detail-page .text-content .showmore_trigger .less:hover, .career-body .showmore_trigger .more:hover, .career-body .showmore_trigger .less:hover, .career-life-left .career-life-text .showmore_trigger .more:hover, .career-life-left .career-life-text .showmore_trigger .less:hover, .why-choose-us .why-choose-left > p .showmore_trigger .more:hover, .why-choose-us .why-choose-left > p .showmore_trigger .less:hover, .helpful-sec .helpful-sec-left > p .showmore_trigger .more:hover, .helpful-sec .helpful-sec-left > p .showmore_trigger .less:hover, .plan-trip-content .plan-trip-text p .showmore_trigger .more:hover, .plan-trip-content .plan-trip-text p .showmore_trigger .less:hover, .hospital-stay .your-hospital-text p .showmore_trigger .more:hover, .hospital-stay .your-hospital-text p .showmore_trigger .less:hover, .diff-abled .patient-info-about-inner .advance-box > li > p .showmore_trigger .more:hover, .diff-abled .patient-info-about-inner .advance-box > li > p .showmore_trigger .less:hover, .about-us-outer .about-us-right .about-text .showmore_trigger .more:hover, .about-us-outer .about-us-right .about-text .showmore_trigger .less:hover, .readmore-outer .showmore_trigger .more:hover, .readmore-outer .showmore_trigger .less:hover, .about-specialities .speciality-about-text .showmore_trigger .more:hover, .about-specialities .speciality-about-text .showmore_trigger .less:hover, .about-specialities .right-about-value .showmore_trigger .more:hover, .about-specialities .right-about-value .showmore_trigger .less:hover, .speciality-diseases .diseases-about-bottom .showmore_trigger .more:hover, .speciality-diseases .diseases-about-bottom .showmore_trigger .less:hover {
    color: #034242; }

.play-btn, .fronty-video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  background: url("/assets/theme/images/play-btn.svg") no-repeat center center;
  background-size: 76px;
  text-indent: -999px;
  overflow: hidden;
  z-index: 9;
  cursor: pointer; }

html.js .form-autocomplete {
  background-image: none; }

html.js .form-autocomplete.ui-autocomplete-loading {
  background: #fff; }

.ui-menu.ui-autocomplete {
  border-radius: 0 0 6px 6px;
  box-shadow: 0px 3px 26px #64646429;
  z-index: 995;
  max-height: 300px;
  overflow-y: auto; }
  .ui-menu.ui-autocomplete a {
    transition: none !important; }
  .ui-menu.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper {
    display: block;
    padding: 15px 20px;
    font-size: 12px;
    font-weight: 500;
    color: #2C2C2C;
    border: none; }
    .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: #A9E2FF;
      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: #2C2C2C !important;
        background: #A9E2FF !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;
      color: #2C2C2C !important; }
  .ui-menu.ui-autocomplete li.ui-menu-item:last-child a {
    border-bottom: none; }

.book-appointment {
  display: flex;
  justify-content: space-between;
  text-align: center; }
  .book-appointment.full {
    display: block;
    margin: 0; }
    .book-appointment.full a {
      width: 100% !important;
      margin: 14px 0 0 0 !important; }
      .book-appointment.full a:first-child {
        margin: 0 !important; }
  .book-appointment a, .book-appointment .button.small {
    width: calc(50% - 8px);
    padding: 4px 4px; }
    @media only screen and (max-width: 1199px) {
      .book-appointment a, .book-appointment .button.small {
        width: calc(50% - 6px);
        padding: 4px;
        font-size: 12px; } }

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

.tabs-scroll, .quicktabs-wrapper {
  margin-bottom: 30px; }
  @media only screen and (max-width: 1199px) {
    .tabs-scroll, .quicktabs-wrapper {
      width: 100%;
      overflow-x: auto; } }
  .tabs-scroll .location-tabs, .tabs-scroll .quicktabs-tabs, .quicktabs-wrapper .location-tabs, .quicktabs-wrapper .quicktabs-tabs {
    display: flex;
    border-bottom: 1px solid #00769c; }
    .tabs-scroll .location-tabs li, .tabs-scroll .quicktabs-tabs li, .quicktabs-wrapper .location-tabs li, .quicktabs-wrapper .quicktabs-tabs li {
      background: #bfe9ec 0% 0% no-repeat padding-box;
      border: 1px solid #00769c;
      border-bottom: none;
      border-radius: 10px 10px 0px 0px;
      margin-right: 9px; }
      .tabs-scroll .location-tabs li:first-child, .tabs-scroll .quicktabs-tabs li:first-child, .quicktabs-wrapper .location-tabs li:first-child, .quicktabs-wrapper .quicktabs-tabs li:first-child {
        border-top-left-radius: 0px; }
      .tabs-scroll .location-tabs li:last-child, .tabs-scroll .quicktabs-tabs li:last-child, .quicktabs-wrapper .location-tabs li:last-child, .quicktabs-wrapper .quicktabs-tabs li:last-child {
        border-top-right-radius: 0px; }
      .tabs-scroll .location-tabs li.active, .tabs-scroll .quicktabs-tabs li.active, .quicktabs-wrapper .location-tabs li.active, .quicktabs-wrapper .quicktabs-tabs li.active {
        background-color: #fff;
        position: relative;
        top: 1px; }
        .tabs-scroll .location-tabs li.active a, .tabs-scroll .location-tabs li.active span, .tabs-scroll .quicktabs-tabs li.active a, .tabs-scroll .quicktabs-tabs li.active span, .quicktabs-wrapper .location-tabs li.active a, .quicktabs-wrapper .location-tabs li.active span, .quicktabs-wrapper .quicktabs-tabs li.active a, .quicktabs-wrapper .quicktabs-tabs li.active span {
          color: #00769c;
          font-weight: 600; }
      .tabs-scroll .location-tabs li a, .tabs-scroll .location-tabs li span, .tabs-scroll .quicktabs-tabs li a, .tabs-scroll .quicktabs-tabs li span, .quicktabs-wrapper .location-tabs li a, .quicktabs-wrapper .location-tabs li span, .quicktabs-wrapper .quicktabs-tabs li a, .quicktabs-wrapper .quicktabs-tabs li span {
        color: #2c2c2c;
        font: 16px/24px "Open Sans", sans-serif;
        padding: 16px;
        display: block;
        cursor: pointer;
        transition: none;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .tabs-scroll .location-tabs li a, .tabs-scroll .location-tabs li span, .tabs-scroll .quicktabs-tabs li a, .tabs-scroll .quicktabs-tabs li span, .quicktabs-wrapper .location-tabs li a, .quicktabs-wrapper .location-tabs li span, .quicktabs-wrapper .quicktabs-tabs li a, .quicktabs-wrapper .quicktabs-tabs li span {
            white-space: nowrap;
            padding: 12px; } }

.rating {
  display: flex;
  align-items: center;
  background: #f8f7ff;
  border: 1px solid #ebe9f8;
  padding: 5px 5px;
  box-shadow: 0px 6px 10px #00375f33;
  border-radius: 25px;
  min-width: 160px;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-wrap: wrap;
  justify-content: center; }
  .rating > span {
    margin-left: 5px;
    font: 14px/14px "Open Sans", sans-serif;
    color: #2c2c2c;
    display: flex;
    align-items: center; }
  .rating .rating-value {
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .rating .rating-value p {
      font: 600 12px/18px "Noto Sans", sans-serif;
      color: #2c2c2c;
      margin-left: 5px; }
  .rating .rating-review {
    width: 100%;
    text-align: center;
    color: #00375F;
    font-size: 11px;
    line-height: 15px; }

span.stars {
  display: block;
  background: url("/assets/theme/images/blank.svg") repeat-x;
  width: 86px;
  height: 17px; }
  span.stars span {
    display: block;
    background: url("/assets/theme/images/filled.svg") repeat-x;
    width: 86px;
    height: 17px; }

.iframe-hide iframe {
  display: none; }

.messages__wrapper .messages-list__item .messages__button button.messages__close .visually-hidden {
  display: block;
  clip: unset;
  width: auto;
  height: auto;
  overflow: unset;
  position: static !important; }

.mCustomScrollbar .mCSB_container {
  margin-right: 20px; }
.mCustomScrollbar .mCSB_vertical .mCSB_scrollTools {
  visibility: visible;
  opacity: 1; }
  .mCustomScrollbar .mCSB_vertical .mCSB_scrollTools .mCSB_draggerContainer {
    background: #bfe9ec; }
    .mCustomScrollbar .mCSB_vertical .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger_bar {
      background: #00769c; }

.hide-title .block-page-title-block .title {
  display: none; }

.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: #00769C; }
    .section-404 h1 span {
      font-weight: 900; }
  .section-404 .img {
    margin: 20px 0; }
    .section-404 .img img {
      width: auto; }
  .section-404 .button {
    margin-top: 40px; }
    .section-404 .button:hover {
      text-decoration: none;
      border: 1px solid transparent; }

.login-fail .login-fail-header {
  box-shadow: -4px 4px 12px #0000000f;
  padding: 30px 0; }
  .login-fail .login-fail-header .logo img {
    max-height: 27px; }
  .login-fail .login-fail-header .heading1 {
    font-weight: 900;
    color: #00769C;
    font-size: 50px; }
.login-fail .wrapper .main-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .login-fail .wrapper .main-content .heading2 {
    text-align: center;
    font-weight: 600;
    color: #00769C; }
  .login-fail .wrapper .main-content p a {
    text-decoration: underline; }
    .login-fail .wrapper .main-content p a:hover {
      text-decoration: none; }

.messages-list .messages__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media only screen and (max-width: 767px) {
    .messages-list .messages__container {
      display: block;
      position: relative; } }
  .messages-list .messages__container .messages__header {
    display: none; }
  .messages-list .messages__container .messages__content {
    padding-right: 15px; }
  .messages-list .messages__container .messages__button .messages__close {
    border: none;
    background: url("/assets/theme/images/cross-red-icon.svg") no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px;
    cursor: pointer;
    filter: grayscale(1); }
    @media only screen and (max-width: 767px) {
      .messages-list .messages__container .messages__button .messages__close {
        position: absolute;
        top: 0;
        right: 0; } }
    .messages-list .messages__container .messages__button .messages__close .visually-hidden {
      display: none !important; }

.red-border {
  background-color: #fce4e4 !important;
  border: 1px solid #c03 !important;
  outline: none !important; }
  .verloop-button{
    z-index: 214748358 !important;
  }

/* Brochure select specific styles */
.brochure-select {
  width: 100%;
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.brochure-select option {
  width: auto;
  min-width: 100%;
  max-width: none;
  white-space: normal;
  overflow: visible;
}

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