﻿body {
    font-family: Arial !important;
}

p {
    font-size: 16px;
    text-align: left;
    margin-bottom: 0.5rem !important;
}

a:hover {
    text-decoration: none !important;
}

.bg-grey {
    background-color: #f3f8fd;
}

.text-style-1 {
    font-size: 14px;
    font-weight: bold;
}

.nav-hospitals-contact .nav-link {
    color: #9c9c9c !important;
    font-weight: 700 !important;
}

    .nav-hospitals-contact .nav-link.active,
    .nav-hospitals-contact .show > .nav-link {
        color: #00769d !important;
        background-color: #fff !important;
    }

.nav-search-container {
    /*transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  height: 40px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  background: #ebebeb;
  margin-top: -5px;*/
}

/*Yellow Messenger : Start */
#ymDivBar {
    /* right: 95px !important; */
    right: 125px !important
}
/*Yellow Messenger : End */


.privacy-policy > ol > li::marker {
    font-weight: bold;
}

/* .nav-search-container:hover {
   transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
   border: none;
   outline: none;
   box-shadow: none;
   padding-left: 15px;
   cursor: text;
   width: 300px;
   border-radius: auto;
   background: #ebebeb;
   color: black;
} */

.privacy-policy > ol > li::marker {
    font-weight: bold;
}

.article-filter .search-field-group .search-field label {
    vertical-align: text-bottom;
    padding: 3px 15px;
}

.nav-search-box {
    transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    width: 286px;
    height: 16px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    background: #ebebeb;
    margin-bottom: -13px;
}

    .nav-search-box::placeholder {
        opacity: 0.6;
    }

    /*.nav-search-box:hover, .nav-search-box:focus {
   transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
   border: none;
   outline: none;
   box-shadow: none;
   padding-left: 15px;
   cursor: text;
   width: 200px;
   border-radius: auto;
   background: #ebebeb;
   color: black;
}*/

    .nav-search-box:focus {
        /*width: 300px;*/
    }

.nav-search-icon {
    position: relative;
    left: -31px;
    top: -1px;
    color: white;
    cursor: pointer;
}

.nav-search-box + label .nav-search-icon {
    color: black;
    position: relative;
    left: -13px;
    top: -16px;
    cursor: pointer;
    margin: 0%;
}

.nav-search-box:focus {
    background-color: #ebebeb !important;
    border: none !important;
}

.nav-search-box:not(:focus) {
    /*text-indent: -5000px;*/
}


#nav-search-submit {
    position: relative;
    left: -5000px;
    float: left;
}

/* rex added here */
.find-doctor-search .search-field-group {
    flex-wrap: wrap;
}

.find-doctor-search .search-field {
    max-width: 315px !important;
    /* width: calc(25% - 30px);
  max-width: calc(25% - 30px); */
}

.find-doctor-search .button,
.find-doctor-search .choose-gender-button {
    margin-top: 8px;
}

.t-search-box.input-group .input-group-field {
    padding-bottom: 3px !important;
}

/* .selectric-wrapper {
  margin: 0 !important;
} */

/* =====  */
.hospitalPage-bg-img {
    background-image: url(../images/bg_img01.webp);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}

.greenBox {
    background-color: #02a3a8d9;
    margin: 53px 0;
    height: 630px;
    border-radius: .25rem;
}

.greenBox-info {
    padding: 30px 45px;
    font-size: 14px !important;
}

    .greenBox-info .dropdown {
        display: inline-block;
        width: 48%;
    }

    .greenBox-info .nav-tabs .nav-link {
        width: 50%;
        text-align: center;
        font-weight: bold;
        font-size: 17px;
        color: #cacac9;
    }

        .greenBox-info .nav-tabs .nav-link:focus,
        .greenBox-info .nav-tabs .nav-link:hover {
            color: #fff;
            background-color: transparent;
            border-color: transparent;
        }

        .greenBox-info .nav-tabs .nav-link.active {
            color: #fff;
            background-color: transparent;
            border-color: transparent;
            border-bottom: 2.5px solid #fff;
        }


    .greenBox-info ::placeholder {
        color: #929292;
        font-size: 14px;
        opacity: 1;
        /* Firefox */
    }

    .greenBox-info :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #929292;
        font-size: 14px;
    }

    .greenBox-info ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #929292;
        font-size: 14px;
    }


.btn-directory {
    color: #5a85c4;
    background-color: #fff;
    padding: 0.675rem .75rem;
}

.dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 22px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.form-selection {
    background-color: #fff;
    border-radius: .25rem;
}

    .form-selection .dropdown-menu {
        width: 102.5%;
    }

.resultBox {
    background-color: #e8f1fa;
    height: 300px;
    width: 100%;
    overflow-y: scroll;
    border-radius: .25rem;
}

    /* width */
    .resultBox::-webkit-scrollbar {
        width: 10px;
    }

    /* Handle */
    .resultBox::-webkit-scrollbar-thumb {
        background: #c2c2c2;
        border-radius: 1rem;
    }

    .resultBox .fa-map-marker {
        font-size: 28px;
        color: #00769e;
    }

    .resultBox h4 {
        font-size: 15px;
        color: #7e7e7e;
    }

    .resultBox table tr td {
        vertical-align: top;
    }

    .resultBox p {
        color: #7e7e7e;
        margin-bottom: 0;
    }

.fa-icon {
    vertical-align: top;
    padding-right: 10px;
}

/* Bootstrap 4 text input with search icon */
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #107da3;
}

.img-desktop {
    width: 100%;
}

.img-mobile {
    display: none;
    width: 100%;
}

.step-falls-video {
    width: 100%;
    height: 340px;
}

.fan-size {
    width: 100%;
}


@media only screen and (max-width: 768px) {

    .nav-search-container {
        display: none;
    }

    .greenBox {
        height: auto;
    }

    .greenBox-info {
        padding: 10px;
    }

    .img-desktop {
        display: none;
    }

    .img-mobile {
        display: block !important;
    }

    /*Yellow Messenger Style : Start*/
    #ymDivBar {
        margin-bottom: 80px;
        right: 5px !important;
    }
    /*Yellow Messenger Style : End*/
}

/*.columns-container .main-column-content {
   width: 65% !important;
}*/
/* ===== */
.heading-style1 {
    font-size: 30px;
    font-weight: bold;
    color: #00a3a8;
    text-align: center;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.visit-block {
    height: 490px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ffffffc4;
    padding: 20px 20px 0;
    border-radius: .25rem;
}

.cardiology-tab {
    display: flex;
}
/* width */
.visit-block::-webkit-scrollbar {
    width: 10px;
}

/* Handle */
.visit-block::-webkit-scrollbar-thumb {
    background: #c2c2c2;
    border-radius: 1rem;
}

@media only screen and (max-width: 600px) {
    .heading-style1 {
        font-size: 22px;
    }
}

/* =====  */
.contact-information {
    position: absolute;
    right: 0;
    top: 46px;
    background-color: #f3f8fd;
    padding: 30px 60px;
}

    .contact-information p {
        color: #59595b;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 0;
    }

    .contact-information h3 {
        color: #00a3a8;
        font-size: 16px;
        font-weight: bold;
    }

    .contact-information a {
        color: #00769d;
        font-size: 14px;
    }

/* Carreer : Start */

.carreer-category-item {
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.5s;
}

    .carreer-category-item:hover {
        transform: scale(1.05);
        opacity: 0.8;
    }

.career-category-text {
    text-align: center;
    background-color: #f9ba5d;
    color: #fff;
}

.carerr-view-details {
    cursor: pointer;
}

.career-result-item .accordion-item:last-child {
    border-bottom: unset;
}

.career-result-item .accordion-item:last-child {
    border-top: unset;
    padding-left: 0;
}

.career-result-item .accordion,
.career-result-item .accordion-item:nth-child(odd) {
    background-color: transparent;
}

.career-result-item .accordion-item.has-open .career-view-details,
.career-result-item .accordion-item .career-hide-details {
    display: none;
}

.career-result-item .accordion-item .career-view-details,
.career-result-item .accordion-item.has-open .career-hide-details {
    display: inline-block;
}

.consultant-specialist-item-content {
    border-radius: 20px;
    border: solid #00a3a8;
}
/* Carreer : End */
.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: .66em 2.5em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color .25s ease-out, color .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #3d64c1;
    color: #fff;
}

.button {
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 700;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    min-width: 250px;
}

    .button.button-image {
        height: 50px;
        min-width: 160px;
        position: relative;
    }

    .button.gmap {
        background-color: #fff;
        border: 1px solid #d8d8d8;
    }

    .button.waze,
    .button.gmap {
        margin-left: 5px;
        margin-right: 5px;
    }

    .button.button-image:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 33px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .button.waze {
        background-color: #79d1e9;
        position: relative;
    }

    .button.gmap:before {
        background-image: url(../images/icons/icon-gmap.png);
    }

    .button.waze:before {
        background-image: url(../images/icons/icon-waze.png);
    }

.btn-style1 {
    background-color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    color: #00769d;
    border: 1.5px solid #00769d;
    text-transform: uppercase;
    padding: .675rem 1.875rem;
    margin: 20px 0 10px;
}

    .btn-style1:hover {
        background-color: #00769d;
        color: #ffffff;
    }

.contact-icon {
    vertical-align: middle;
    padding-right: 12px;
}

.contact-information table {
    margin-bottom: 0;
}

.contact-information tbody,
.contact-information tbody tr:nth-child(even) {
    border: 0;
    background-color: transparent;
}

.location-map {
    width: 740px;
    height: 400px;
}

.tq-page-btm-section {
    background-color: #ed8b00
}

.tq-page-pachages-section {
    min-height: 340px;
    color: #fff;
}

@media only screen and (max-width: 1180px) {
    .tq-appt-doctor-margin-enquiry {
        margin-top: 147px !important;
    }
}

@media only screen and (max-width: 992px) {
    .location-map {
        width: 80%;
        max-width: 80%;
        height: 350px;
    }

    .tq-appt-doctor-margin-enquiry {
        display: none !important;
    }
}



@media only screen and (max-width: 768px) {
    .location-map {
        width: 100%;
        max-width: 100%;
        height: 300px;
    }

    .contact-information {
        position: relative;
        top: 0;
        padding: 30px 25px;
    }
}

/* Override */
.masthead-feature-nav {
    width: 70%;
    margin: 0 auto;
    margin-top: -38px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.masthead-feature-nav-item-primary {
    background-color: #01797d !important;
}

.masthead-feature-nav-item-secondary {
    background-color: #4cbec2 !important;
}

.masthead-feature-nav-wrapper {
    justify-content: center;
}

.masthead-feature-nav-title {
    font-size: 14px !important;
}

.masthead-feature-nav-icon {
    width: 32px !important;
    height: 33px !important;
}

.masthead-feature-nav-content {
    margin-right: 15px !important;
}

.square-button.white.hollow {
    border: none !important;
}

.slick-nav-wrapper {
    bottom: 25px !important;
    width: max-content;
    left: 50%;
    transform: translate(-50%, 0px);
}

.masthead-slide-content {
    bottom: 135px !important;
}

.header-nav-secondary {
    /*margin-bottom: 15px !important;*/
    margin-bottom: 7px !important;
}

.header-nav-primary {
    margin-top: 5px;
}

    .header-nav-primary > ul,
    .header-nav-secondary > ul {
        display: block !important;
        margin-top: -10px;
    }

.nav-font-size {
    font-size: 15px !important;
}

/* .header-nav-primary{
  display: block !important;
} */

.header-nav-dview {
    display: inline !important;
}

.header-nav-primary li.has-sub > a:after,
.header-nav-secondary li.has-sub > a:after {
    border: none !important;
    position: unset !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #5fb4ba !important;
    color: #000 !important;
}

.header-nav-primary li.has-sub > ul > li > a:hover,
.header-nav-secondary li.has-sub > ul > li > a:hover {
    color: #000 !important;
}

.header-nav-primary > ul > li,
.header-nav-secondary > ul > li {
    /*padding-bottom: 5px !important;*/
    /* position: revert; */
    margin-top: -20px;
}

    .header-nav-primary > ul > li > a,
    .header-nav-secondary > ul > li > a {
        padding: 0 !important;
    }

.directory-search .search-field .input-field {
    background-color: #fff;
}

ul.breadcrumb {
    background-color: unset !important;
}

    ul.breadcrumb li + li:before {
        padding: 8px;
        color: #000 !important;
        content: ">" !important;
        display: inline !important;
    }

.footer-middle {
    margin-bottom: 95px;
}

.phone .location-map,
.phone-view .location-map {
    margin: 0 !important;
}

.sticky-right {
    /*top: 53% !important;*/
    /* margin-top: 75px !important; */
}

    .sticky-right ul li a {
        padding: 12px 10px !important;
        line-height: 1.3 !important;
    }

    .sticky-right .child-1 {
        background-color: #00769c;
    }

    .sticky-right .child-2 {
        background-color: #1984a6;
    }

    .sticky-right .child-3 {
        background-color: #3391b0;
    }

    .sticky-right .child-4 {
        background-color: #4c9fba;
    }

.footer-brand img {
    height: 80% !important;
}

.post-desc p {
    min-height: 100px !important;
}


@media (min-width: 1440px) {
    .masthead-slide-content {
        bottom: 40% !important;
    }
}


@media (max-width: 768px) {
    .footer-middle {
        margin-bottom: 0px;
    }
}

/* Slick overide */
.slick-prev:before,
.slick-next:before {
    content: none !important;
}

/*.slick-prev, .slick-next{
  width: 35px !important;
  height: 35px !important;
}*/

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    /* background-color: #fff !important; */
}

.slick-dots li button:before {
    display: block !important;
    content: '' !important;
    width: 10px !important;
    height: 10px !important;
    line-height: 20px !important;
    text-align: center !important;
    color: #000 !important;
    border: 1px solid #3d64c1 !important;
    -webkit-border-radius: 500px !important;
    border-radius: 500px !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    opacity: 1 !important;
    position: relative !important;
}

.slick-dots li {
    margin: 0 !important;
}

    .slick-dots li.slick-active {
        margin-right: 40px !important;
    }

/* Tabs styling */
.tile {
    /* width: 80%;
  margin: 60px auto; */
}

    .tile .tab-pane {
        padding: 35px 0;
    }

    .tile .nav-tabs {
        position: relative;
        border: none !important;
        background-color: #fff;
        /*   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
        border-radius: 6px;
        margin: 0;
    }

        .tile .nav-tabs li {
            margin: 0px !important;
            border-bottom: 1.5px solid #d9d9d8 !important;
            cursor: pointer;
            flex-basis: auto;
        }

            .tile .nav-tabs li a {
                position: relative;
                margin-right: 0px !important;
                padding: 20px 10px !important;
                font-size: 16px;
                border: none !important;
                color: #333;
            }

        .tile .nav-tabs a:hover {
            background-color: #fff !important;
            border: none;
        }

    .tile .slider {
        display: inline-block;
        width: 30px;
        height: 4px;
        border-radius: 3px;
        background-color: #5b85c4;
        position: absolute;
        z-index: 2;
        bottom: 0;
        transition: all .4s linear;
        margin: 0 !important;
    }

    .tile .nav-tabs .active {
        background-color: transparent !important;
        border: none !important;
        color: #5b85c4 !important;
    }

.selectric-roomFacilitiesSelect {
    display: none;
}

@media (max-width: 1024px) {
    .selectric-roomFacilitiesSelect {
        display: block;
    }

    .roomFacilitiesSelect:focus {
        box-shadow: none;
    }

    .roomFacilitiesTab {
        display: none !important;
    }

    .nav-hospitals-contact {
        display: none !important;
    }

    .selectric-hide-select.selectric-is-native select {
        border: 1px solid #ced4da !important;
    }
}

@media (max-width: 1299px) {
    .nav-hospitals-contact-dropdown .selectric-roomFacilitiesSelect {
        display: block;
    }

    .nav-hospitals-contact {
        display: none !important;
    }
}

/* Slick Slider */

.center .slick-prev:before,
.center .slick-next:before {
    color: #107da3 !important;
}

.center .slick-prev:before {
    content: url(../images/left-arrow-blue.png) !important;
}

.center .slick-next:before {
    content: url(../images/right-arrow-blue.png) !important;
}

.center .slick-prev:hover,
.center .slick-prev:focus,
.center .slick-next:hover,
.center .slick-next:focus {
    background-color: unset !important;
}

.center .slick-prev {
    z-index: 3;
    left: 10px !important;
}

.center .slick-next {
    right: 10px !important;
}

.center .slick-prev,
.center .slick-next {
    width: auto !important;
    height: auto !important;
    background-color: unset;
}

.center .slick-1 img {
    padding: 30px 0 10px;
    transform: scale(1.5);
}

.center .slick-2 img {
    padding: 30px 0 10px;
    transform: scale(1.1);
}

.center .slick-3 img {
    padding: 30px 0 10px;
}

.center .slick-4 img {
    padding: 30px 0 10px;
    opacity: 0.5;
}

.center .slick-current.slick-4 img {
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    color: #e67e22;
    opacity: 1;
    transform: scale(1.5);
    position: relative;
    z-index: 2;
}


.slick-1 .roomType-text,
.slick-2 .roomType-text {
    display: block;
    margin-top: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

.slick-3 .roomType-text {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

.slick-4 .roomType-text {
    display: none;
}

.center .slick-current.slick-4 .roomType-text {
    display: block;
    margin-top: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

.center .roomType-text:hover {
    color: #00769d !important;
}

.slick-track-1 {
    width: auto !important;
}

/* TOP NAV CONTACT */
.emergency-contact-icon {
    margin-right: 7px;
    padding-left: 10px;
}

.top-nav-contact {
    display: inline-table !important;
}

.top-contactBox {
    display: table;
}

.top-contact-child {
    display: table-cell;
    vertical-align: middle;
}

.top-contact-text {
    line-height: 1.1;
    display: table-cell;
    text-align: right;
}

    .top-contact-text span {
        font-weight: bold;
        font-size: 13px;
        color: #000;
    }

    .top-contact-text a {
        color: #00769d;
        font-size: 13px;
    }

.top-nav-icon {
    top: 30px;
    bottom: 20px;
}

.top-nav-icon-language {
    top: 14px;
    bottom: 20px;
}

.global-nav-sub {
    margin-bottom: 25px;
}


.main-container {
    transition: all 0.5s;
}

.hospital-page .main-container {
    /*padding-top: 130px;*/
}

.hospital-page .header {
    /*height: 140px !important;*/
    padding-top: 15px;
}

.header {
    height: auto !important;
}

.heading-section {
    margin-bottom: 0px !important;
}

.header-nav-secondary > ul > li {
    padding-left: 0px;
}

.hospital-page .heading-section {
    /*margin-bottom: 9px !important;*/
}

.hospital-page .header-first-row {
    height: 58px;
}

.hospital-page .header-second-row {
    height: 52px;
}



@media (max-width: 769px) {

    .global-nav-sub {
        margin-top: 5px !important;
    }

    .heading-section {
        margin-bottom: 0 !important;
    }

    .hospital-page .top-nav-icon-language {
        top: 42px;
        bottom: 20px;
    }

    .hospital-page .main-container {
        /*padding-top: 40px;*/
    }
}

@media (max-width: 768px) {
    .top-nav-contact {
        display: none !important;
    }


    .top-nav-icon {
        top: 8px;
    }

    .phone .header {
        height: 50px !important;
    }
}

/* GLOBAL PAGE_MEDICAL A-Z */
.home-health-check-letter {
    margin-top: 0;
    margin-bottom: 0;
    width: 55% !important;
    position: absolute;
    right: 0;
    bottom: -58px;
    background-color: #07a3a8 !important;
    border-radius: .25rem;
}

.home-health-check-top-searches {
    margin-top: -70px;
    background-image: url(/ResourcePackages/Gleneagles/assets/dist/images/MedicalAZ_BG.webp);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: inherit;
    width: -webkit-calc(55% + 20px) !important;
    width: calc(55% + 20px) !important;
    border-radius: .25rem;
}

.home-health-check-top-searches-wrapper {
    padding: 0 120px;
    margin-top: 302px;
    background-color: #fbfbfbbf;
    width: 100%;
    max-width: 100%;
}


.home-health-check-wrapper {
    position: relative;
}

.home-health-check-top-searches-list ul li {
    margin-bottom: 5px;
}

.home-health-check-letter-title {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}

.home-health-check-top-searches-title {
    padding-top: 10px;
}

.gender-wrapper {
    padding: 25px 154px 25px 100px !important;
    margin: 0 auto;
    display: block !important;
}

.choose-gender-wrapper {
    margin: 0 0 20px !important;
}

.gender-image {
    width: 100px;
    margin: 0 auto;
}

.choose-gender-item {
    width: 49%;
    text-align: center;
    margin: 0;
}

.choose-gender-button {
    width: 163px;
    min-width: 100%;
}

.phone .home-health-check {
    padding-top: 10px !important;
}


@media (max-width: 1023px) {
    .home-health-check-wrapper {
        margin-top: 0;
    }

    .home-health-check-top-searches {
        display: none;
    }

    .home-health-check-letter {
        position: relative;
        bottom: 0;
    }

    .home-health-check-wrapper > div {
        width: 100% !important;
        padding: 20px 60px;
    }

    .gender-content {
        float: right;
    }

    .gender-image {
        float: left;
    }
}

@media (max-width: 950px) {
    .gender-image {
        float: none;
        display: block !important;
    }
}



@media (max-width: 600px) {
    .home-health-check-letter {
        padding: 20px 30px !important;
    }

    .home-health-check-letter-title {
        font-size: 16px;
    }

    .gender-wrapper {
        padding: 0;
    }

    .choose-gender-button {
        width: 100%;
        min-width: 100%;
    }

    .gender-wrapper {
        padding: 0 !important;
    }

    .phone .home-health-check .intro-content {
        padding: 0 !important;
        top: 0 !important;
    }
}

@media only screen and (max-width:1182px) {
    .tq-page-bg-color {
        background: linear-gradient(180deg, white 20%, white 20%, white 26%, #ed8b00 26%, #ed8b00 60%, #ed8b00 72%, #ed8b00 75%, white 70%, white 100%) !important;
    }


    .tq-appt-doctor-margin {
        margin-top: 179px !important;
    }
}

@media only screen and (max-width: 975px) {

    .tq-appt-doctor-margin {
        display: none !important;
    }
}


@media only screen and (max-width: 769px) {

    .tq-page-bg-color {
        background: linear-gradient( 180deg, white 16%, white 10%, white 8%, #ed8b00 16%, #ed8b00 60%, #ed8b00 72%, #ed8b00 85%, white 70%, white 100%) !important
    }

    .tq-appt-doctor-margin {
        display: none !important;
    }


    /* Erica added 26/07/2021 START */
    .tq-page-bg {
        background-image: url(/ResourcePackages/Gleneagles/assets/dist/images/tq-smaple-v4-bg.png) !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    /* Erica added 26/07/2021 START */

    .tq-block {
        margin-bottom: 40px !important;
        margin-top: 40px !important;
    }
}

@media only screen and (max-width: 750px) {
    .tq-page-bg-color-enquiry {
        background: linear-gradient( 180deg, white 12%, white 20%, white 10%, #ed8b00 11%, #ed8b00 53%, #ed8b00 39%, #ed8b00 56%, white 50%, white 100%) !important;
    }

    .tq-page-bg-color {
        background: linear-gradient( 180deg, white 15%, white 15%, white 16%, #ed8b00 15%, #ed8b00 60%, #ed8b00 84%, #ed8b00 75%, white 70%, white 100%) !important;
    }
}





@media only screen and (max-width: 426px) {

    .tq-page-margin-top-mobile {
        margin-top: 15px;
    }


    .tq-page-bg-color-enquiry {
        background: linear-gradient( 180deg, white 10%, white 13%, white 10%, #ed8b00 11%, #ed8b00 71%, #ed8b00 87%, #ed8b00 75%, white 70%, white 100%) !important;
    }

    .tq-page-bg-color {
        background: linear-gradient( 180deg, white 20%, white 16%, white 13%, #ed8b00 17%, #ed8b00 60%, #ed8b00 72%, #ed8b00 86%, white 64%, white 100%) !important;
    }

    .tq-page-sub-title {
        text-align: center !important;
    }

    .infographic-height {
        max-width: 50% !important;
        margin-left: 28%;
    }

    .tq-page-description {
        margin-top: 10px;
        text-align: center !important;
    }

    .cardiology-tab {
        display: block;
    }

    .button-tq-page {
        min-width: 240px !important;
        margin: auto !important;
    }

    .tq-block {
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }

    .tq-page-bg {
        background-position: right !important;
    }

    .tq-block {
        margin: 20px !important;
    }

    .m-btn-primary {
        background-color: #3d64c1;
        color: #fff;
        padding: 5px 10px;
        font-size: 11px;
        font-weight: 700;
        width: 100px;
        text-align: center;
        border-radius: 8px;
        margin-top: 5px;
    }

    .phone .masthead-slide-title,
    .phone-view .masthead-slide-title {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .cardiology-tab {
        display: none;
    }

    .step-falls-video {
        height: 188px;
    }

    .sticky-right ul li a {
        padding: 10px 7px !important;
        line-height: 1.3 !important;
    }

    .sticky-title {
        font-weight: 700;
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 376px) {

    .tq-page-bg-color-enquiry {
        background: linear-gradient( 180deg, white 10%, white 15%, white 10%, #ed8b00 11%, #ed8b00 71%, #ed8b00 87%, #ed8b00 75%, white 70%, white 100%) !important;
    }


    .t-text-title {
        font-size: 24px !important;
    }

    .tq-block {
        padding: 20px 15px !important;
        margin: 15px 5px !important;
    }

    .cardiology-tab {
        display: none;
    }

    .step-falls-video {
        height: 167px;
    }
}


@media only screen and (max-width: 321px) {

    .tq-page-bg-color-enquiry {
        background: linear-gradient( 180deg, white 10%, white 19%, white 10%, #ed8b00 11%, #ed8b00 71%, #ed8b00 87%, #ed8b00 75%, white 70%, white 100%) !important;
    }

    .tq-page-bg-color {
        background: linear-gradient( 180deg, white 22%, white 14%, white 13%, #ed8b00 17%, #ed8b00 60%, #ed8b00 72%, #ed8b00 86%, white 64%, white 100%) !important;
    }

    .phone .masthead-slide-title,
    .phone-view .masthead-slide-title {
        font-size: 12px !important;
        line-height: 14px !important;
    }

    .masthead-slide-content p {
        font-size: 9px;
    }

    .cardiology-tab {
        display: none;
    }
}

/* owl slider */
.contain {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.owl-carousel .owl-stage {
    margin: 0 auto;
}

.owl-carousel .owl-item img {
    height: 263px;
    object-fit: cover;
}

/* owl nav */
.owl-prev span,
.owl-next span {
    color: #00769d;
}

    .owl-prev span:hover,
    .owl-next span:hover {
        color: #07a3a8;
    }

.owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    height: 85%;
}

    .owl-prev:focus,
    .owl-next:focus {
        outline: none !important;
    }

.owl-prev {
    left: 7px;
}

.owl-next {
    right: 7px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: unset !important;
}

/* removing blue outline from buttons */
button:focus,
button:active {
    outline: none;
}

.roomType-txt {
    text-align: center;
    padding: 1.25rem 0;
    font-weight: 500;
}

    .roomType-txt a {
        color: #000;
    }


.post-title {
    color: #00769e !important;
    font-size: 16px !important;
    overflow: inherit;
    text-overflow: unset;
    white-space: unset;
}

.sm-post-title {
    color: #00769e !important;
    font-size: 16px !important;
    font-weight: bolder;
}

.post-label-date,
.post-label-month {
    font-size: 14px !important;
    display: inline !important;
    color: #07a3a8 !important;
}

.post-meta,
.post-label {
    color: #07a3a8 !important;
    font-size: 14px !important;
    font-weight: bold;
    min-height: 45px;
}

.post-meta {
    margin-bottom: 1rem !important;
}

.post-item > div:nth-child(2) {
    display: flex !important;
    height: 100%;
    /* min-height: 330px; */
}

/* div.slide-list .post-item {
  display: flex !important;
} */

.post-content a:first-child {
    margin-top: 0px !important;
}

.post-image img {
    object-fit: cover !important;
}

.post-label {
    position: relative;
    background-color: unset;
    text-align: left;
    left: 0;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0 !important;
}

/* 
.label {
  padding: 7.5px 10px 5px !important;
} */

.remodal {
    padding: 50px !important;
}

.remodal-close {
    left: auto !important;
    right: 0 !important;
}

#tooltip-time label {
    width: 100%;
    padding-top: 10px;
}

.tooltip-inner {
    min-width: initial;
    width: 320px;
}


/* Erica added 15/05/2021 START */
.t-search-box.input-group > :first-child {
    margin-bottom: 0;
}

.fullsentence .label {
    overflow: inherit !important;
    font-size: 14px;
}


.heading-form-field {
    margin-left: 15px;
    margin-right: 15px;
    width: 315px;
}


.t-search-box.input-group .button {
    border-radius: 0px 10px 10px 0;
}


.appointment-form,
.contact-form,
.feedback-form {
    box-shadow: 0 6px 8px 0 rgb(0 0 0 / 0%), 0 2px 8px 0 rgb(0 0 0 / 19%);
    margin-bottom: 80px;
    background-color: white;
    -webkit-border-radius: 8px;
    border-radius: 25px;
    border: 1px solid #e6e6e6;
    padding: 40px 35px;
}

    .form-underline p,
    .form-underline div,
    .appointment-form p,
    .appointment-form div {
        font-size: 14px;
    }

#summary-modal-body .card-panel {
    margin-bottom: 12px;
}

#summary-modal-body .card-panel-head {
    height: 28px;
    padding: 2px 30px;
    min-height: unset;
}

#summary-modal-body .card-panel-body {
    text-align: initial;
    padding: 2px 30px;
}

#summary-modal-body p {
    margin-bottom: 0 !important;
}


.form-underline input {
    color: rgb(79, 79, 79);
    border: 1px solid #e0e0e0;
    border-radius: 10px !important;
    font-size: 14px;
    -webkit-border-radius: 0;
    padding: 10px;
    height: auto;
    background-color: white;
}

.form-underline label {
    color: #131313;
    font-weight: 700;
    font-size: 14px;
}


.selectric-wrapper {
    background-color: white;
    border-radius: 10px;
}

.form-underline .select2-container {
    margin-bottom: 16px;
    border: 1px solid #e0e0e0;
    width: 100% !important;
    border-radius: 10px !important;
}

.select-box-bg {
    background-color: white;
    border-radius: 10px;
}

.Selective_list {
    background-color: white;
    border-radius: 10px;
}

.contact-nav {
    text-align: center;
    margin-bottom: -30px;
    z-index: -1;
}

.phone .appointment-form,
.phone-view .appointment-form,
.phone .contact-form,
.phone-view .contact-form,
.phone .feedback-form,
.phone-view .feedback-form {
    padding: 0;
    background-color: transparent;
    border: none;
    margin-bottom: 60px;
    padding: 40px 35px;
}

.form-underline input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #107da3;
    background-color: transparent;
}

.datepicker-wrapper.is-focus input {
    border: 1px solid #107da3;
}

.datepicker-wrapper.with-icon .field-icon {
    top: 9px;
    right: 6px;
    position: absolute;
    z-index: 1;
    color: #3d64c1;
    font-size: 15px;
    pointer-events: none;
}

.Selective_list {
    border: 1px solid #e0e0e0 !important;
    border-radius: 10px !important;
    font-size: 10px;
    padding: 5px;
    height: auto;
    background-color: white !important;
}



.title-style-enquiry {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #107da3 !important;
    display: inline;
    margin-bottom: 20px;
}

.side-bar-font {
    color: white;
    font-size: 13px;
    font-weight: bold;
}

.enquiry-form-p {
    color: white;
    font-size: 13px;
}

.enquiry-form-bg {
    background: #81c1dd;
    margin-top: 59px;
    margin-bottom: 80.5px;
    border-radius: 0px 25px 25px 0px;
    padding: 30px !important;
}


.form-bg {
    background: #81c1dd;
    margin-top: 58px;
    margin-bottom: 79.5px;
    border-radius: 0px 25px 25px 0px;
    padding: 30px 40px !important;
}

.contact-nav-caption {
    font-size: 16px;
    text-align: center;
}

.appointment-form-border {
    padding-right: 0px !important;
}

.side-bar-title {
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.help-text {
    margin-top: -.5rem;
    font-size: .7125rem;
    font-style: italic;
    color: #11171a;
}


/* sidebar ads START 20210903 */
.side-ad {
    font-size: 14px;
}

    .side-ad hr {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

.side-ad-body {
    font-size: 14px;
}
/* sidebar ads END 20210903 */

/* .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 0px 10px !important;
} */


.dateNtime-blue-bg {
    background-color: #cdedee;
    padding: 15px;
    border-radius: 15px;
}

.form-underline .selectric {
    height: 42px;
    background-color: transparent;
    border: 1px solid #e0e0e0 !important;
    -webkit-border-radius: 0;
    border-radius: 10px !important;
}

.contactNenquiry-tab {
    margin: auto;
    margin-bottom: -27px;
    z-index: 1;
}


.phone .contact-nav,
.phone-view .contact-nav {
    margin-bottom: -20px;
    background-color: white;
}

.appointment-form,
.contact-form,
.feedback-form {
    padding-top: 70px;
}

.feedback-survey-section {
    min-height: 80px;
}

.feedback-survey-form .rating-icon {
    cursor: pointer;
    width: 40px;
    opacity: 0.65;
    transition: all 0.5s;
}

    .feedback-survey-form .rating-icon:hover {
        transform: scale(1.3);
        opacity: 1;
    }

.side-bar-form-control {
    border: 1px solid #e0e0e0 !important;
    border-radius: 10px !important;
}

.radio-btn-margin {
    margin: 0px 10px;
    margin-top: 10px;
}

.appointment-form-select-padding {
    background-color: white !important;
}

.button.primary, .button.secondary,
.primary.choose-gender-button {
    border-radius: 10px;
}

    /* Rebranding new code 14 March 2022 : Start */
    .button.primary.nofill {
        background-color: #fff;
        color: #f9ba5d;
    }

.hospital-page .button.primary.nofill {
    background-color: #fff;
    color: #ed8b00;
    border-color: #ed8b00;
}

.hospital-page .button.primary, .hospital-page .square-button.primary {
    background-color: #ed8b00;
    color: #fff;
}
/* Rebranding new code 14 March 2022 : End */

.side-bar-select {
    border-radius: 10px;
}



.appointmentNenquiry-tab .nav-tabs .nav-link.active {
    background-color: #3d64c1 !important;
    color: #fff !important;
    border-color: transparent;
}

.appointmentNenquiry-tab .nav-tabs .nav-link {
    width: 170px;
    border: 1px solid #909090;
    border-radius: 10px;
    text-align: center;
    color: #59595b;
    background-color: #fff;
    z-index: 1;
}

.appointmentNenquiry-tab .nav-tabs {
    border-radius: 8px;
    border-bottom: none !important;
    margin-bottom: -20px !important;
}

    .appointmentNenquiry-tab .nav-tabs .nav-link {
        border: 1px solid #3d64c1;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: none;
}

.appointmentNenquiry-tab {
    border: none !important;
    margin-bottom: -30px !important;
}

.appointment-tab {
    border-radius: 10px 0px 0px 10px !important;
    border: 1px solid #3d64c1 !important;
    color: #151515;
    background-color: white;
    z-index: 1;
    padding: 15px 30px !important;
}

    .appointment-tab.nav-link.active {
        border-radius: 10px 0px 0px 10px !important;
        background-color: #3d64c1 !important;
        color: #fff !important;
        padding: 15px 30px !important;
        font-weight: 600;
    }

.enquiry-tab.nav-link.active {
    border-radius: 0px 10px 10px 0px !important;
    background-color: #3d64c1 !important;
    color: #fff !important;
    padding: 15px 30px !important;
    font-weight: 600;
}

.nav-item.nav-link.appointment-tab:hover {
    border-radius: 10px 0px 0px 10px !important;
    background-color: #3d64c1;
    color: #fff;
    padding: 15px 30px !important;
    font-weight: 600;
}

.nav-link .appointment-tab:hover {
    border-radius: 10px 0px 0px 10px !important;
    background-color: #3d64c1;
    color: #fff;
    padding: 15px 30px !important;
    font-weight: 600;
}

.enquiry-tab {
    border-radius: 0px 10px 10px 0px !important;
    border: 1px solid #3d64c1 !important;
    color: #151515;
    background-color: white;
    z-index: 1;
    padding: 15px 30px !important;
}

    .enquiry-tab:active {
        border-radius: 0px 10px 10px 0px !important;
        background-color: #3d64c1 !important;
        color: #fff !important;
        padding: 15px 30px !important;
        font-weight: 600;
    }

    .enquiry-tab:hover {
        border-radius: 0px 10px 10px 0px !important;
        background-color: #3d64c1 !important;
        color: #fff !important;
        padding: 15px 30px !important;
        font-weight: 600;
    }




/* enquiry page start */

.appointmentNenquiry-tab-1 .nav-tabs .nav-link.active {
    background-color: #3d64c1 !important;
    color: #fff !important;
    border-color: transparent;
}

.appointmentNenquiry-tab-1 .nav-tabs .nav-link {
    width: 170px;
    border: 1px solid #909090;
    border-radius: 10px;
    text-align: center;
    color: #59595b;
    background-color: #fff;
    z-index: 1;
}

.appointmentNenquiry-tab-1 .nav-tabs {
    border-radius: 8px;
    border-bottom: none !important;
    margin-bottom: -20px !important;
}

    .appointmentNenquiry-tab-1 .nav-tabs .nav-link {
        border: 1px solid #3d64c1;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

.appointmentNenquiry-tab-1 {
    border: none !important;
    margin-bottom: -30px !important;
}

.appointment-tab-1 {
    border-radius: 0px 10px 10px 0px !important;
    border: 1px solid #3d64c1 !important;
    color: #151515;
    background-color: white;
    z-index: 1;
    padding: 15px 30px !important;
}

    .appointment-tab-1.nav-link.active {
        border-radius: 0px 10px 10px !important;
        background-color: #3d64c1 !important;
        color: #fff !important;
        padding: 15px 30px !important;
        font-weight: 600;
    }

    .appointment-tab-1:hover {
        border-radius: 0px 10px 10px !important;
        background-color: #3d64c1 !important;
        color: #fff !important;
        padding: 15px 30px !important;
        font-weight: 600;
    }

.enquiry-tab-1.nav-link.active {
    border-radius: 10px 0px 0px 10px !important;
    background-color: #3d64c1 !important;
    color: #fff !important;
    padding: 15px 30px !important;
    font-weight: 600;
}



.nav-link .appointment-tab-1:hover {
    border-radius: 0px 10px 10px 0px !important;
    background-color: #3d64c1;
    color: #fff;
    padding: 15px 30px !important;
    font-weight: 600;
}

.enquiry-tab-1 {
    border-radius: 10px 0px 0px 10px !important;
    border: 1px solid #3d64c1 !important;
    color: #151515;
    background-color: white;
    z-index: 1;
    padding: 15px 30px !important;
}

.enquiry-tab-.child-1 {
    border-radius: 10px 0px 0px 10px !important;
    background-color: #3d64c1 !important;
    color: #fff !important;
    padding: 15px 30px !important;
    font-weight: 600;
}


.enquiry-tab-1:hover {
    border-radius: 10px 0px 0px 10px !important;
    background-color: #3d64c1 !important;
    color: #fff !important;
    padding: 15px 30px !important;
    font-weight: 600;
}

.form-underline input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: grey !important;
    opacity: 1;
    /* Firefox */
}

.form-underline input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(28, 28, 28);
}

.form-underline input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(28, 28, 28);
}

/* 31/05/2021 */
.export-page-margin {
    margin-top: 20px;
}

.text-field-padding {
    padding-left: 40px !important;
}

@media only screen and (max-width: 2561px) {

    #main_view .font-color-white a {
        color: white !important;
        text-decoration: none !important;
    }

    #content-body a {
        color: #029da8 !important;
        text-decoration: underline;
    }


    .button-tq-page {
        margin-right: auto !important;
    }

    .tq-page-enquiry {
        min-height: 595px
    }

    .tq-page-appt {
        min-height: 595px
    }

    .t-primary-color-2 {
        color: #07a3a8 !important;
    }

    .t-primary-color {
        color: #07a3a8 !important;
    }


    .tq-page-bg {
        background-image: url(/ResourcePackages/Gleneagles/assets/dist/images/tq-page-sample.jpg);
        background-repeat: no-repeat;
        background-position: top;
        background-size: auto !important;
    }

    .tq-page-bg-color {
        /* background:linear-gradient(180deg, #fff 40%, #ed8b00 15%); */
        background: linear-gradient(180deg, white 27%, white 20%, white 24%, #ed8b00 23%, #ed8b00 60%, #ed8b00 72%, #ed8b00 75%, white 70%, white 100%);
    }

    .tq-page-bg-color-enquiry {
        background: linear-gradient( 180deg, white 10%, white 20%, white 8%, #ed8b00 10%, #ed8b00 60%, #ed8b00 72%, #ed8b00 75%, white 70%, white 100%);
    }

    .tq-appt-doctor-margin-enquiry {
        margin-top: 50px;
    }

    .tq-block {
        margin-top: 15px !important;
        margin-bottom: 0px !important;
    }

    .tq-appt-doctor-margin {
        margin-top: 77px;
    }

    #main_view .tq-page-cta {
        color: #01797d;
        font-size: 12px;
        font-weight: 700;
        border: 2px solid #01797d;
        border-radius: 45px;
        text-transform: uppercase;
        padding: 11px 40px;
        background-color: white;
        text-align: center;
        margin-top: -20px;
        width: 210px;
        align-self: center;
    }

        #main_view .tq-page-cta:hover {
            color: white;
            border: 2px solid #01797d;
            background-color: #01797d;
        }

    #main_view .post-content {
        padding: 30px 20px !important;
    }
}

@media only screen and (max-width: 1441px) {

    .tq-page-appt-minheight {
        min-height: 570px !important;
    }

    .tq-page-bg {
        background-image: url(/ResourcePackages/Gleneagles/assets/dist/images/tq-page-sample.jpg);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover !important;
    }

    .tq-block {
        margin-top: 90px !important;
        margin-bottom: 200px !important;
    }
}

@media only screen and (max-width: 1180px) {

    /* .tq-appt-doctor-margin {
     margin-top: 31px !important;
  } */

    .tq-appt-doctor-margin {
        margin-top: 193px;
    }
}


@media only screen and (max-width: 1181px) {
    .tq-appt-doctor-margin {
        margin-top: 193px !important;
    }
}





@media (max-width: 1025px) {
    .enquiry-form-bg {
        background: #81c1dd;
        /* margin-top: 55px;
     margin-bottom: 79.5px; */
        border-radius: 0px 25px 25px 0px;
        padding: 30px !important;
    }


    /* Erica added 08/06/2021 START */
    .kv-banner-text-box-corona {
        padding: 10px;
    }

    /* Erica added 08/06/2021 END */

}


@media only screen and (max-width: 995px) {
    .tq-page-bg-color {
        background: linear-gradient( 180deg, white 15%, white 15%, white 23%, #ed8b00 23%, #ed8b00 60%, #ed8b00 72%, #ed8b00 75%, white 70%, white 100%);
    }
}

@media (max-width: 991px) {

    .appointment-form,
    .contact-form,
    .feedback-form {
        border-radius: 25px;
    }

    .appointment-form-border {
        padding-right: 10px !important;
    }
}

@media (max-width: 426px) {

    .form-underline label {
        display: inline-flex;
    }

    .enquiry-tab-.child-1 {
        border-radius: 10px 0px 0px 10px !important;
        background-color: #3d64c1 !important;
        color: #fff !important;
        padding: 15px 30px !important;
        font-weight: 600;
        font-size: 14px;
    }

    .enquiry-tab-1:hover {
        border-radius: 10px 0px 0px 10px !important;
        background-color: #3d64c1 !important;
        color: #fff !important;
        padding: 15px 30px !important;
        font-weight: 600;
        font-size: 14px;
    }

    .title-style-enquiry {
        margin-top: 20px !important;
    }

    .enquiry-tab-1 {
        border-radius: 10px 0px 0px 10px !important;
        border: 1px solid #3d64c1 !important;
        color: #151515;
        background-color: white;
        z-index: 1;
        padding: 15px 30px !important;
        font-size: 14px;
    }


    .appointmentNenquiry-tab {
        margin-bottom: 0px;
        font-size: 12px;
        padding: 15px 30px !important;
    }

    .phone .appointment-form,
    .phone-view .appointment-form,
    .phone .contact-form,
    .phone-view .contact-form,
    .phone .feedback-form,
    .phone-view .feedback-form {
        padding: 20px 20px;
    }


    .form-underline input {
        font-size: 14px !important;
    }

    .appointment-form,
    .contact-form,
    .feedback-form {
        border-radius: 25px;
    }
}


@media (max-width: 361px) {
    .enquiry-tab-.child-1 {
        border-radius: 10px 0px 0px 10px !important;
        background-color: #3d64c1 !important;
        color: #fff !important;
        padding: 15px !important;
        font-weight: 600;
        font-size: 14px;
    }

    .enquiry-tab-1:hover {
        border-radius: 10px 0px 0px 10px !important;
        background-color: #3d64c1 !important;
        color: #fff !important;
        padding: 15px !important;
        font-weight: 600;
        font-size: 14px;
    }

    .title-style-enquiry {
        margin-top: 20px !important;
    }

    .enquiry-tab-1 {
        border-radius: 10px 0px 0px 10px !important;
        border: 1px solid #3d64c1 !important;
        color: #151515;
        background-color: white;
        z-index: 1;
        padding: 15px !important;
        font-size: 14px;
    }


    .appointmentNenquiry-tab {
        margin-bottom: 0px;
        font-size: 14px;
        padding: 15px !important;
    }
}


@media (max-width: 321px) {

    .button.primary {
        border-radius: 10px;
        min-width: 185px !important
    }

    .enquiry-tab:hover {
        padding: 15px !important;
    }


    .enquiry-tab-.child-1 {
        padding: 15px !important;
    }

    .enquiry-tab-1:hover {
        padding: 15px !important;
    }

    .title-style-enquiry {
        margin-top: 20px !important;
    }

    .enquiry-tab-1 {
        padding: 15px !important;
    }

    .step-falls-video {
        height: 135px;
    }

    .enquiry-tab {
        padding: 15px !important;
    }


    .appointment-tab.nav-link.active {
        padding: 15px !important;
    }


    .appointmentNenquiry-tab {
        padding: 15px !important;
    }





    .enquiry-tab-.child-1 {
        border-radius: 10px 0px 0px 10px !important;
        background-color: #3d64c1 !important;
        color: #fff !important;
        padding: 15px !important;
        font-weight: 600;
        font-size: 13px;
    }

    .enquiry-tab-1:hover {
        border-radius: 10px 0px 0px 10px !important;
        background-color: #3d64c1 !important;
        color: #fff !important;
        padding: 15px !important;
        font-weight: 600;
        font-size: 13px;
    }

    .title-style-enquiry {
        margin-top: 20px !important;
    }

    .enquiry-tab-1 {
        border-radius: 10px 0px 0px 10px !important;
        border: 1px solid #3d64c1 !important;
        color: #151515;
        background-color: white;
        z-index: 1;
        padding: 15px !important;
        font-size: 13px;
    }


    .appointmentNenquiry-tab {
        margin-bottom: 0px;
        font-size: 13px;
        padding: 15px !important;
    }
}


@media only screen and (max-width: 1350px) {
    .enquiry-form-bg {
        padding: 20px !important;
    }

    .fan-size {
        width: 95%;
    }
}

@media only screen and (max-width: 1255px) {
    .fullsentence .label {
        font-size: 12px;
    }

    .fan-size {
        width: 95%;
    }
}


@media only screen and (max-width: 1025px) {

    .tq-appt-doctor-margin {
        margin-top: 157px;
    }

    .tq-block {
        margin-top: 90px !important;
        margin-bottom: 110px !important;
    }

    .enquiry-form-bg {
        padding: 15px !important;
    }

    .fullsentence .label {
        font-size: 12px;
    }
}

/* Erica added 15/05/2021 END */


/* Erica added 06/07/2021 START */
.tq-page-bg {
    background-image: url(/ResourcePackages/Gleneagles/assets/dist/images/tq-smaple-v3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.tq-block {
    overflow-y: auto;
    overflow-x: hidden;
    /* background-color: #ffffffe3; */
    padding: 20px 65px;
    /* border-radius: .25rem;
   box-shadow: 0 6px 8px 0 rgb(0 0 0 / 0%), 0 2px 8px 0 rgb(0 0 0 / 36%); */
}

.t-text-title {
    font-size: 30px;
    font-weight: 800;
}

.tq-page-appt-minheight {
    min-height: 631px;
}
/* Erica added 06/07/2021 END */


/* Erica added 23/07/2021 START */
.tq-page-sub-title {
    font-size: 18px;
    font-weight: 700;
    color: #00769d;
    line-height: 1.2rem;
    margin-bottom: 10px;
}

.tq-page-description {
    font-size: 14px !important;
    line-height: 1.22em !important;
    text-align: left !important;
    color: #333 !important;
}

/* Erica added 23/07/2021 END */


/* Cardiology page 28/08/2021 START*/
.tab-nav .current {
    background-color: #3d64c1;
    color: #fff;
    font-weight: bold;
}

.service-image-white {
    display: none;
}

.current .service-image-white {
    display: inline-block;
}

.current .service-image-blue {
    display: none;
}

.phone .button-group .button, .phone .button-group .choose-gender-button, .phone-view .button-group .button, .phone-view .button-group .choose-gender-button {
    padding-top: 25px;
    padding-bottom: 25px;
}

/* .tab-content{
  border: 1px solid #3d64c1;
  padding-right: 25px;
  padding: 15px;
  margin-bottom: 40px;
  border-radius: 0px !important;
} */

.tab-content[data-target="international-tab"] .tab-content-item,
#about-cardiovascular-disease,
#symptoms,
#risk-factors,
#prevention,
#diagnostic-treatments,
#faq {
    padding-right: 25px;
    padding: 15px;
    margin-bottom: 40px;
    border-radius: 0px !important;
    background-color: #f8f8f8;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}


.cardiology-tab.button-group .button:first-child, .button-group .choose-gender-button:first-child #about-cardiovascular-disease {
    border-radius: 0px !important;
}

.cardiology-tab.button-group .button:last-child, .button-group .choose-gender-button:last-child #faq {
    border-radius: 0px !important;
}

.tab-nav {
    margin-bottom: 0px;
}

.coronavirus-page .accordion-content-item {
    padding: 20px 10px 0px 10px !important;
}

.accordion-content-item {
    padding: 10px 0px !important;
}


#risk-factors.tab-content-item .js-accordion .accordion {
    margin: 0px 10px;
}

.phone .accordion, .phone-view .accordion {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 40px;
}

#risk-factors .accordion-content-wapper {
    margin-top: 0px;
}

#risk-factors .accordion-item {
    background-color: #f8f8f8 !important;
}


#prevention .accordion-content-wapper {
    margin-top: 0px;
}

#prevention .accordion-item {
    background-color: #f8f8f8 !important;
}

#diagnostic-treatments .accordion-content-wapper {
    margin-top: 0px;
}

#diagnostic-treatments .accordion-item {
    background-color: #f8f8f8 !important;
}

#faq .accordion-content-wapper {
    margin-top: 0px;
}

#faq .accordion-item {
    background-color: #f8f8f8 !important;
}

/* Cardiology page 28/08/2021 END*/

/* Enlarge Sticky Side Bar CSS : Start */

.sticky-icon {
    width: 35px;
    height: 52px;
    margin-bottom: 0;
}

.sticky-title {
    font-size: 14px;
}

@media screen and (min-width: 1199px) {

    .sticky-right {
        max-width: 125px;
    }


        .sticky-right ul li {
            /*height: 120px;*/
            min-height: 120px;
        }

            .sticky-right ul li a {
                padding: 15px 7px !important;
                line-height: 1.2 !important;
            }

    /*.grid-container{
     padding-right: 7.9375rem;
     padding-left: 7.9375rem;
  }*/
}

@media screen and (min-width: 1600px) {

    /*.grid-container{
     padding-right: 0.9375rem;
     padding-left: 0.9375rem;
  }*/



}

/* Enlarge Sticky Side Bar CSS : End */

/* New Health Screening Pacakages : Start */
.hcp-main h2 {
    color: #00A3A8;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
}

.hcp-main p {
    color: #707070;
}

.hcp-main .hcp-row {
    background-color: #F9BA5D;
    border-radius: 10px;
    height: calc(100% + 30px);
    justify-content: center;
    padding-bottom: 30px;
    margin-bottom: 100px;
    box-shadow: 0 10px 25px rgb(0 0 0 / 30%);
    margin-left: auto;
    margin-right: auto;
}

.hcp-main .hcp-row-1 {
    width: calc(33.33% + 64px);
}

.hcp-main .hcp-row-2 {
    width: calc(66.66% + 32px);
}

.hcp-main .yml-item {
    margin-top: -30px;
    text-align: center;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s linear;
}

    .hcp-main .yml-item:hover {
        transform: scale(1.1);
    }

    .hcp-main .yml-item .yml-img img {
        /* height: 200px;
  object-fit: cover; */
        object-position: center;
        border-radius: 10px;
        width: 100%;
    }

    .hcp-main .yml-item .yml-title {
        position: absolute;
        bottom: 0px;
        width: calc(100% - 30px);
        padding: 15px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        color: white;
        font-weight: 700;
    }

.hcp-main .cat-1 .yml-title {
    background-color: #00A3A8;
}

.hcp-main .cat-2 .yml-title {
    background-color: #00769C;
}

.hcp-main .cat-3 .yml-title {
    background-color: #00556F;
}

.price-tag .d-list-item {
    display: list-item;
}

.price-tag .price-text {
    background-color: #F8B85C;
    color: white;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    font-size: 20px;
}

    .price-tag .price-text span {
        font-weight: 700;
    }

.price-tag .package-details {
    padding-left: 0px;
    border: 2px solid #F8B85C;
    background-color: #F6F6F6;
    padding: 15px;
}

    .price-tag .package-details .list-text {
        position: relative;
        left: -5px;
    }

    .price-tag .package-details table,
    .price-tag .package-details tbody {
        margin: 0px;
        border: none;
    }

        .price-tag .package-details table tr td {
            padding: 5px 25px;
            background-color: #F6F6F6;
        }

.price-tag ul {
    margin-bottom: 0px;
}

    .price-tag ul li {
        padding: 5px 0px;
    }

.price-tag .text-grey {
    color: #707070;
}

.price-tag table tbody {
    border: none !important;
}

    .price-tag table tbody th {
        background-color: #F8B85C;
        color: white;
        text-align: center;
    }

    .price-tag table tbody td,
    .price-tag table tbody th {
        border: 1px solid #F8B85C;
    }

.price-tag table tr:not(:first-child) {
    background-color: white;
}

.price-tag ul ul {
    list-style-type: circle;
}

.hcp-yml {
    padding: 50px 0px;
    background-color: #F7F7F7;
    width: 100%;
    /* margin-inline-start: 50%;
  transform: translateX(-50%); */
}

    .hcp-yml h2 {
        font-size: 20px;
        font-weight: 700;
        color: #00A0A4;
        text-align: center;
    }

    .hcp-yml .yml-item {
        text-align: center;
        position: relative;
        border-radius: 10px;
        transition: all 0.3s linear;
    }

        .hcp-yml .yml-item:hover {
            transform: scale(1.1);
        }

        .hcp-yml .yml-item .yml-img img {
            /* height: 200px;
  object-fit: cover;
  object-position: center; */
            border-radius: 10px;
        }

        .hcp-yml .yml-item .yml-title {
            position: absolute;
            bottom: 0px;
            width: calc(100% - 30px);
            padding: 15px;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            background-color: #F8B85C;
            color: white;
            font-weight: 700;
            font: 20px;
        }

@media only screen and (max-width: 767.98px) {
    .hcp-main .hcp-row {
        height: 100%;
        margin-bottom: 50px;
        padding-bottom: 0px;
        width: auto;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .hcp-main .yml-item .yml-title {
        padding: 10px;
        font-size: 14px;
    }

    .hcp-main .yml-item {
        margin: 0px 0px 30px 0px;
    }

        .hcp-main .yml-item:first-child {
            margin-top: 30px;
        }

    .price-tag .package-details {
        padding: 10px;
    }

        .price-tag .package-details table tr td {
            padding: 5px 10px;
            font-size: 14px;
        }

    .hcp-yml .yml-item:not(:last-child) {
        margin-bottom: 30px;
    }

    .hcp-main .hcp-row-1,
    .hcp-main .hcp-row-2 {
        width: 100%;
    }
}

@media only screen and (max-width: 575.98px) {
    .price-tag .col-sm-3 {
        padding: 0px 15px !important;
    }

    .price-tag .col-sm-9 {
        padding: 0px 15px !important;
    }

    .price-tag .price-text {
        padding: 15px 0px;
    }

    .price-tag .package-details {
        padding: 15px 20px;
    }
}

@media only screen and (max-width: 359.98px) {
    .hcp-main .hcp-row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
/* New Health Screening Pacakages : End */



/* doctor ehealth cta */
.or-text {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 115px;
}

.ehealth-cta-button {
    width: max-content;
    margin-top: 0px;
    padding: 15px 30px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    color: white !important;
    font-weight: bold;
    background-color: #f9ba5d;
    border: 1px solid #f9ba5d;
    transition: all 0.3s linear;
}

    .ehealth-cta-button:hover {
        background-color: white;
        color: #f9ba5d !important;
    }

    .ehealth-cta-button img {
        width: 80%;
        transition: all 0.3s linear;
    }

    .ehealth-cta-button:hover img {
        scale: 1.1;
    }

.ehealth-cta-modal .close {
    text-align: right;
    padding: 10px;
    color: #59595b;
}

    .ehealth-cta-modal .close span {
        color: black;
    }

.ehealth-cta-modal p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}

.ehealth-cta-modal [class^="ehealth-cta-"] {
    display: block;
    margin: 30px auto;
    padding: 40px;
    border-radius: 15px;
    width: 80%;
    text-align: center;
    box-shadow: inset -12px -12px 24px #b3b3b3, inset 12px 12px 24px #ffffff;
}

    .ehealth-cta-modal [class^="ehealth-cta-"],
    .ehealth-cta-modal [class^="ehealth-cta-"] span {
        color: #59595b;
    }

        .ehealth-cta-modal [class^="ehealth-cta-"] img {
            transition: all 0.3s linear;
        }

.ehealth-cta-modal [class*="ehealth-cta-"]:hover img {
    scale: 1.1;
}

@media only screen and (max-width: 767.98px) {
    .ehealth-cta-modal [class*="ehealth-cta-"] {
        width: 100%;
        padding: 30px;
    }
}

@media only screen and (max-width: 639.98px) {
    .ehealth-cta-button {
        margin: auto;
    }
}
/* doctor ehealth cta */

/* oncology onscreen butterfly */
#sButterfly .butterfly-title {
    opacity: 0;
    color: white;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 10px;
    background-color: #9550fe;
    padding: 5px 8px;
    border-radius: 8px;
    position: absolute;
    bottom: 15px;
}

#sButterfly .learn-more {
    opacity: 0;
    color: blue;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 10px;
    padding-left: 20px;
    position: absolute;
    bottom: -5px;
    text-decoration: underline;
}

#sButterfly:hover span {
    opacity: 1;
}
/* oncology onscreen butterfly */

/* @media screen and (max-width: 1198.98px) {
  .find-doctor-search .search-field {
     width: calc(50% - 30px);
     max-width: calc(50% - 30px);
  }
}

@media screen and (max-width: 767.98px) {
  .find-doctor-search .search-field {
     width: 100%;
     max-width: 100%
  }
} */


/* Orthopaedics Revamp */
.orthopaedic-revamp {
    --ge-dark-green: #00769d;
    --ge-dark-green-10: #00769d10;
}

    .orthopaedic-revamp > div {
        padding-left: 0px;
        padding-right: 0px;
    }

    .orthopaedic-revamp h1 {
        font-size: 36px;
        font-weight: 900;
    }

    .orthopaedic-revamp h2 {
        font-size: 36px;
        font-weight: 900;
        text-align: center;
    }

    .orthopaedic-revamp h3 {
        font-size: 30px;
        font-weight: bold;
    }

    .orthopaedic-revamp h1,
    .orthopaedic-revamp h2,
    .orthopaedic-revamp h3 {
        margin-bottom: 15px;
        color: var(--ge-dark-green) !important;
    }

    .orthopaedic-revamp li {
        font-size: 16px;
    }

    .orthopaedic-revamp .ortho-condition p {
        text-align: center;
    }

    .orthopaedic-revamp .ortho-condition .symptioms-item-wrapper {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
    }

        .orthopaedic-revamp .ortho-condition .symptioms-item-wrapper .symptoms-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 13%;
            cursor: pointer;
            position: relative;
        }

            .orthopaedic-revamp .ortho-condition .symptioms-item-wrapper .symptoms-item .item-img-wrapper {
                position: relative;
                isolation: isolate;
                margin-bottom: 10px;
            }

@keyframes border-scale-and-fade {
    from {
        scale: 0.95;
        opacity: 1;
    }

    to {
        scale: 1.3;
        opacity: 0;
    }
}

.orthopaedic-revamp .ortho-condition .symptioms-item-wrapper .symptoms-item .item-img-wrapper::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #707070;
    border-radius: 50%;
    animation: border-scale-and-fade 1s linear 1s infinite;
    z-index: -1;
}

.orthopaedic-revamp .ortho-condition .symptioms-item-wrapper .symptoms-item img {
    width: 80px;
    /* margin-bottom: 10px; */
}

.orthopaedic-revamp .ortho-condition .symptioms-item-wrapper .symptoms-item p {
    margin-bottom: 0px;
    text-align: center;
}

.orthopaedic-revamp .ortho-condition /*.symptioms-item-wrapper .symptoms-item*/ .symptoms-links {
    display: none;
    position: absolute;
    left: 0px;
    bottom: calc(100% + 5px);
    width: 300px;
    height: max-content;
    z-index: 10;
    text-align: left;
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 3px 3px 15px 0px rgb(0 0 0 / 30%);
}

.orthopaedic-revamp .ortho-condition .symptioms-item-wrapper .symptoms-item.right .symptoms-links {
    left: unset;
    right: 0px;
}

.orthopaedic-revamp .ortho-condition .symptioms-item-wrapper .symptoms-item:hover .symptoms-links {
    display: block;
}

.orthopaedic-revamp em,
.orthopaedic-revamp .other-area-tab .nav-item p,
.orthopaedic-revamp .diagnosis-treatment .diagnosis-treatment-slick .slick-item p {
    color: #212529;
}

.orthopaedic-revamp .body-parts-wrapper {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
}

    .orthopaedic-revamp .body-parts-wrapper .body-parts-item {
        cursor: pointer;
        grid-column: span 8;
    }

        .orthopaedic-revamp .body-parts-wrapper .body-parts-item:nth-child(4),
        .orthopaedic-revamp .body-parts-wrapper .body-parts-item:nth-child(6) {
            grid-column: 5 / span 8;
        }

        .orthopaedic-revamp .body-parts-wrapper .body-parts-item:nth-child(5),
        .orthopaedic-revamp .body-parts-wrapper .body-parts-item:nth-child(7) {
            grid-column: span 8 / -5;
        }

    /* .orthopaedic-revamp .body-parts-wrapper .body-parts-item {
  cursor: pointer;
  grid-column: span 6;
}

.orthopaedic-revamp .body-parts-wrapper .body-parts-item:nth-child(5) {
  grid-column: 4 / span 6;
}

.orthopaedic-revamp .body-parts-wrapper .body-parts-item:nth-child(7) {
  grid-column: span 6 / -4;
} */

    .orthopaedic-revamp .body-parts-wrapper .body-parts-item,
    .orthopaedic-revamp .img-wrapper {
        display: grid;
        place-content: center;
        position: relative;
    }

        .orthopaedic-revamp .body-parts-wrapper .body-parts-item span {
            display: none;
            width: 100%;
            position: absolute;
            top: 115px;
            text-align: left;
            background: white;
            padding: 10px;
            border-radius: 5px;
            box-shadow: 3px 3px 15px 0px rgb(0 0 0 / 30%);
            z-index: 10;
        }

        .orthopaedic-revamp .body-parts-wrapper .body-parts-item:hover span {
            display: block
        }

        .orthopaedic-revamp .ortho-condition /*.symptioms-item-wrapper .symptoms-item*/ .symptoms-links ul,
        .orthopaedic-revamp .body-parts-wrapper .body-parts-item span ul {
            list-style-type: none;
            margin: 0px;
            padding-left: 12px;
        }

            .orthopaedic-revamp .ortho-condition /*.symptioms-item-wrapper .symptoms-item*/ .symptoms-links ul li:before,
            .orthopaedic-revamp .body-parts-wrapper .body-parts-item span ul li:before {
                content: '-';
                position: absolute;
                margin-left: -10px;
            }

        .orthopaedic-revamp .img-wrapper img {
            grid-area: 1 / 1;
            width: 100px;
        }

            .orthopaedic-revamp .img-wrapper img[aria-desc="default"] {
                transition: all 0.3s linear;
                opacity: 1;
            }

            .orthopaedic-revamp .img-wrapper img[aria-desc="selected"] {
                transition: all 0.3s linear;
                opacity: 0;
            }

.orthopaedic-revamp .other-area-focus {
    background: var(--ge-dark-green-10);
    margin-left: 50%;
    transform: translateX(-50%);
    width: 100vw;
}

.orthopaedic-revamp .other-area-tab .nav-item {
    position: relative;
}

    .orthopaedic-revamp .other-area-tab .nav-item p {
        color: #707070;
    }

    .orthopaedic-revamp .other-area-tab .nav-item.active {
        background-color: transparent;
        border-bottom: 4px solid var(--pantai-blue);
    }

        .orthopaedic-revamp .other-area-tab .nav-item.active p {
            color: var(--pantai-blue);
        }

    .orthopaedic-revamp .other-area-tab .nav-item .img-wrapper img {
        width: 90px;
        animation: cardiology-nav-item-bounching 2s infinite linear;
    }

    .orthopaedic-revamp .other-area-tab .nav-item.active .img-wrapper img[aria-desc="default"] {
        /* opacity: 0; */
    }

    .orthopaedic-revamp .other-area-tab .nav-item.active .img-wrapper img[aria-desc="selected"] {
        opacity: 1;
    }

.orthopaedic-revamp .other-area-tab {
    width: 100%;
}

    .orthopaedic-revamp .other-area-tab .nav-tabs {
        justify-content: center;
        border: none;
    }

        .orthopaedic-revamp .other-area-tab .nav-tabs .tab-indicator {
            position: absolute;
            left: 0px;
            bottom: -3px;
            background: var(--pantai-blue);
            height: 3px;
            width: 200px;
            border-radius: 5px;
            transition: all 0.3s ease-in-out;
            display: none;
        }

    .orthopaedic-revamp .other-area-tab .nav-item {
        border: none;
        padding: 10px 50px;
    }

        .orthopaedic-revamp .other-area-tab .nav-item p {
            text-align: center;
            margin-bottom: 0px;
            margin-top: 10px;
            line-height: 20px;
            font-weight: bold;
            color: #00769d80;
        }

        .orthopaedic-revamp .other-area-tab .nav-item.active p {
            color: var(--ge-dark-green);
        }

    .orthopaedic-revamp .other-area-tab .tab-content {
        border: 1px solid var(--pantai-blue);
        border-radius: 10px;
        padding: 15px;
        background: #fff;
        box-shadow: 1px 1px 10px 3px rgb(0 0 0 / 20%);
        margin-top: -1px;
    }

        .orthopaedic-revamp .other-area-tab .tab-content h3 {
            padding-bottom: 15px;
            text-align: center;
        }

        .orthopaedic-revamp .other-area-tab .tab-content p:has(+ ul) {
            margin-bottom: 0px;
        }

        .orthopaedic-revamp .other-area-tab .tab-content ul {
            margin-bottom: 15px;
        }

            .orthopaedic-revamp .other-area-tab .tab-content ul ul {
                margin-bottom: 0px
            }

    .orthopaedic-revamp .other-area-tab .paediatric-orthopaedics-tab {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 15px;
    }

        .orthopaedic-revamp .other-area-tab .paediatric-orthopaedics-tab .po-tab-item {
            display: flex;
        }

            .orthopaedic-revamp .other-area-tab .paediatric-orthopaedics-tab .po-tab-item::before {
                content: '-';
                margin-right: 5px;
            }

            .orthopaedic-revamp .other-area-tab .paediatric-orthopaedics-tab .po-tab-item p {
                margin-bottom: 0px;
            }

.orthopaedic-revamp .diagnosis-treatment p {
    text-align: center;
}

.orthopaedic-revamp .diagnosis-treatment .diagnosis-treatment-slick {
    margin-top: 15px;
}

    .orthopaedic-revamp .diagnosis-treatment .diagnosis-treatment-slick .slick-slide {
        margin: 5px 15px;
    }

    .orthopaedic-revamp .diagnosis-treatment .diagnosis-treatment-slick .slick-item p {
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .orthopaedic-revamp .diagnosis-treatment .diagnosis-treatment-slick .slick-track {
        padding-bottom: 0px;
    }

    .orthopaedic-revamp .diagnosis-treatment .diagnosis-treatment-slick .slick-dots {
        bottom: -30px;
    }

.orthopaedic-revamp .book-appointment {
    background-image: url(/Portals/0/GlobalImages/cardiology/pantai-nurse-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-position-x: center;
    background-position-y: top;
}

.orthopaedic-revamp .book-button {
    display: block;
    width: max-content;
    color: white;
    background-color: var(--pantai-blue);
    border: 2px solid var(--pantai-blue);
    padding: 8px 30px;
    border-radius: 20px;
    font-weight: bold;
    transition: 0.3s all linear;
}

    .orthopaedic-revamp .book-button:hover {
        color: var(--pantai-blue);
        background-color: white;
    }

.orthopaedic-revamp .select-hospital {
    padding: 0.375rem 0.75rem;
    border-radius: 50px;
    border: 2px solid var(--pantai-blue);
    color: #7b7b7b;
}

.orthopaedic-revamp .book-appointment h2 {
    font-weight: bold;
}

@media screen and (max-width: 991.98px) {
    .orthopaedic-revamp .body-parts-wrapper .body-parts-item p,
    .diagnosis-treatment p {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .orthopaedic-revamp .other-area-tab .nav-item {
        border: none;
        padding: 10px 5px;
    }

    /* .orthopaedic-revamp .body-parts-wrapper .body-parts-item {
      cursor: pointer;
      grid-column: span 8;
  }
  
  .orthopaedic-revamp .body-parts-wrapper .body-parts-item:nth-child(4), 
  .orthopaedic-revamp .body-parts-wrapper .body-parts-item:nth-child(6) {
      grid-column: 5 / span 8;
  }
  
  .orthopaedic-revamp .body-parts-wrapper .body-parts-item:nth-child(5),
  .orthopaedic-revamp .body-parts-wrapper .body-parts-item:nth-child(7) {
      grid-column: span 8 / -5;
  } */

    .orthopaedic-revamp .other-area-tab .nav-tabs {
        justify-content: space-around;
    }

    .orthopaedic-revamp .other-area-tab .nav-item .img-wrapper img {
        width: 100px;
        height: auto;
    }

    .orthopaedic-revamp .ortho-condition .symptioms-item-wrapper .symptoms-item p {
        display: none;
    }

    .orthopaedic-revamp .other-area-tab .paediatric-orthopaedics-tab {
        grid-template-columns: repeat(2, 1fr);
    }

    .orthopaedic-revamp .ortho-condition .symptioms-item-wrapper .slick-slide {
        margin: 5px;
    }

        .orthopaedic-revamp .ortho-condition .symptioms-item-wrapper .slick-slide.symptoms-item img {
            scale: 0.9;
            opacity: 0.6;
            transition: all 0.3s linear;
        }

        .orthopaedic-revamp .ortho-condition .symptioms-item-wrapper .slick-slide.slick-current.symptoms-item img {
            scale: 1;
            opacity: 1;
        }

    .orthopaedic-revamp .ortho-condition .symptioms-item-wrapper .symptoms-item img {
        width: 90px;
    }

    .orthopaedic-revamp .ortho-condition .symptioms-item-wrapper .symptoms-item .item-img-wrapper {
        margin-bottom: 0px;
    }

        .orthopaedic-revamp .ortho-condition .symptioms-item-wrapper .symptoms-item .item-img-wrapper::before {
            display: none;
        }

    .orthopaedic-revamp .ortho-condition /*.symptioms-item-wrapper .symptoms-item*/ .symptoms-links,
    .orthopaedic-revamp .ortho-condition /*.symptioms-item-wrapper .symptoms-item.right*/ .symptoms-links {
        bottom: 90px;
        width: calc(100% - 30px);
        left: 15px;
        right: unset;
    }
}

@media (max-width: 575.98px) {
    .orthopaedic-revamp .other-area-tab .nav-item .img-wrapper img {
        width: 85px;
        height: auto;
    }

    .orthopaedic-revamp .other-area-tab .nav-item p {
        font-size: 15px;
    }

    .orthopaedic-revamp .ortho-condition .symptioms-item-wrapper .symptoms-item {
        position: unset;
    }

    .orthopaedic-revamp .other-area-tab .paediatric-orthopaedics-tab {
        grid-template-columns: repeat(1, 1fr);
    }

    .orthopaedic-revamp .other-area-tab #sports a {
        word-break: break-all;
    }
}
/* Orthopaedics Revamp */

/* readmore-toggle */
.specialtiesDetail-page .readmore {
    color: #307fde;
    font-weight: bold;
    ;
}

.specialtiesDetail-page .readmore-text {
    overflow: hidden;
    max-height: 0;
    border: 2px solid transparent;
    border-radius: 15px;
    padding-left: 1rem;
    padding-right: 1rem;
    color: transparent;
}

    .specialtiesDetail-page .readmore-text.show {
        max-height: fit-content !important;
        border: 2px solid #7093d2;
        border-radius: 15px;
        margin-top: 1rem;
        margin-bottom: 1rem;
        color: black;
        padding-top: 1rem;
        padding-bottom: 1rem;
        transition: all 0.5s ease-out;
    }

/* readmore-toggle end */

/* footer */
@media screen and (max-width: 39.9375em) {
    .phone .footer-bottom-nav, .phone-view .footer-bottom-nav {
        display: block !important;
    }
}

.footer-bottom .footer-bottom-nav {
    text-align: left;
}

.footer-bottom .footer-copy {
    /* text-align: left !important; */
}

.footer-bottom .footer-bottom-nav ul {
    margin: 0px
}

    .footer-bottom .footer-bottom-nav ul li {
        padding: 0rem;
        margin: 0rem !important;
    }

        .footer-bottom .footer-bottom-nav ul li a {
            /* font-weight: normal; */
            line-height: 1rem;
            padding: 0rem 0.75rem;
        }

        .footer-bottom .footer-bottom-nav ul li:not(:last-child) a {
            /* border-right: 1px solid black; */
        }

@media (width < 768px) {
    .footer-bottom .footer-bottom-nav {
        margin-bottom: 1rem;
    }

    .footer-bottom .footer-bottom-nav {
        text-align: left;
    }

    .footer-bottom .footer-copy {
        text-align: left !important;
    }
}

/* article property start */
.article-sub-header {
    color: #00a3a8;
    font-size: 1.25rem;
    font-weight: bold;
}

.w-75-md-100 {
    min-width: 75%;
    width: 75%;

    @media (width <= 768px) {
        width: 100%;
    }
}
/* article property end */

/* Accordion Bentley */

.accordion-b2 {
    width: 100%;
    /* border-left: 1px #00000038 solid;
  border-right: 1px #00000038 solid;
  border-top: 1px #00000038 solid; */
    margin-bottom: 1rem;
}


.accordion-b2-item {
    background-color: rgb(245, 245, 245);
    /* border-bottom: 1px #00000038 solid; */
}



.accordion-b2 .acc-header {
    /* padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem; */
    padding: 0.85rem 1.25rem;
    font-weight: bold !important;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    /* color: rgb(49, 109, 183); */
    color: #00a3a8;
    background-color: #fcfcfc;
    position: relative;
    border-top: 1px solid lightgray;
}

.accordion-b2 .accordion-b2-item {
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
}

    .accordion-b2 .accordion-b2-item:last-child {
        border-bottom: 1px solid lightgray;
    }


.accordion-b2 .acc-header::after {
    content: "";
    right: 0;
    top: 50%;
    margin-right: 1.5rem;
    position: absolute;
    pointer-events: none;
    transform: translateY(-75%) rotate(-45deg);
    transform-origin: center;
    height: 10px;
    width: 10px;
    aspect-ratio: 1/1;
    border-left: 3px solid #00a3a8;
    border-bottom: 3px solid #00a3a8;
    /*Adjust chevron size*/
}

.accordion-b2 .acc-header:hover {
    color: rgb(20, 98, 129) !important;
}

.accordion-b2 .description *:last-child {
    margin-bottom: 0;
}



.accordion-b2 .description {
    display: none;
    /* background-color: white; */
    /* background-color: #f5f8fc; */

    padding: 1.25rem;
    border-top: 1px solid lightgray;
    background-color: white;
}

.accordion-b2 .default {
    display: block;
}

.accordion-b2 .show {
    /* border-top: 1px #00000038 solid; */
}

.accordion-b2-item .acc-header:hover,
.accordion-b2-item .acc-header.show {
    background-color: #ededed;
}

    .accordion-b2-item .acc-header.show::after {
        transform: translateY(-25%) rotate(-45deg) scale(-1);
    }



/*ACcordion Bentley End*/

.liboldmarker::marker {
    font-weight: bold;
}

/* EG */
.accordion-arrow {
    margin-left: auto;
}

.accordion-image-slider .accordion-image-slider-item img {
    width: 100%;
}



.color-teal {
    color: #00a3a8;
}

.new-heading h1,
.new-heading h2,
.new-heading h3,
.new-heading h4 {
    color: #00a3a8;
    font-weight: normal;
}

.new-heading * {
    line-height: 1.6 !important;
}

.fw-normal {
    font-weight: normal !important;
}


.heading-subtitle {
    color: #00A3A8;
    font-weight: 400;
}

.glen-ui-ux-revamp .heading-title {
    font-weight: 400;
}

h2.heading-subtitle {
    font-size: 24px;
}

h3.heading-subtitle {
    font-size: 20px;
}

.glen-ui-ux-revamp .t-caption {
    font-size: 24px;
    font-weight: normal;
}

.glen-ui-ux-revamp .doctor-section.specialty .doctor-heading {
    font-weight: normal;
}

.glen-ui-ux-revamp .columns-container.specialty h3 {
    color: #00a3a8;
    font-size: 20px;
    font-weight: normal;
}

/* about us global */

.about-featured-content-2 {
    border-radius: 0.5rem;
    background-color: #f3f8ff;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.2);
}

.about-featured-image-2 {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 55%;
    overflow: hidden;
}

    .about-featured-image-2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left;
        font-family: "object-fit: cover; object-position: 50% 50%";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.about-hospital-list-margin {
    margin-top: 1rem;
    gap: 0.5rem;
}

.about-hospital-list-margin {
    margin-top: 1rem;
    gap: 0.5rem;
}

.about-hospital-item {
    width: unset;
    flex: 1 0 calc(50% - 0.5rem * 0.5);
    margin-bottom: unset;
}

.phone-view .about-hospital-item {
    gap: 1rem;
    flex-direction: row;
    align-items: start;
    text-align: start;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-box-align: unset;
}

.tooltip {
    border: none;
    background-color: transparent;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #1c647c !important;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #1c647c !important;
}

.tooltip .tooltip-inner {
    background-color: #1c647c;
    max-width: 350px;
    padding: 1rem;
}

.new-heading h3 {
    font-size: 1.25rem;
}

.new-heading .accordion-item h3 {
    margin-bottom: 0;
}

/* hide recaptcha badge */
.grecaptcha-badge {
    display: none !important;
}
/*gkl-aboutus*/
.gkl-aboutus-nav {
    flex-wrap: nowrap;
    gap: 0.75rem;
}

    .gkl-aboutus-nav .nav-item {
        /* text-wrap: nowrap; */

        flex: 1;
        justify-content: center;
        display: flex;
        line-height: 1.15;
        text-wrap: balance;
    }

        .gkl-aboutus-nav .nav-item .nav-link {
            color: black;
            background-color: #f7f7f7;
            width: 100%;
            font-size: 1.05rem;
            padding: 0.75rem 1rem;
            color: #00a3a8;
            font-weight: bold;
            box-shadow: 0 0.1rem 0.35rem rgb(0 0 0 / 12.5%);
            outline: none !important;
        }


            .gkl-aboutus-nav .nav-item .nav-link:hover {
                background-color: #ececec;
            }


            .gkl-aboutus-nav .nav-item .nav-link.active {
                color: white;
                background-color: #00a3a8;
                box-shadow: 0 0.125rem 0.35rem rgb(0 0 0 / 25%);
            }

.gkl-aboutus .tab-pane {
    background: #f7f7f7;
    padding: 1.5rem 2rem;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 0.1rem 0.35rem rgb(0 0 0 / 12.5%);
}

.gkl-aboutus .award-image {
    height: 80px !important;
}

.gkl-aboutus .accordion-b2 {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .gkl-aboutus .accordion-b2 .accordion-b2-item.default:has(.description.show) .acc-header {
        background-color: #00a3a8;
        color: white !important;
    }

        .gkl-aboutus .accordion-b2 .accordion-b2-item.default:has(.description.show) .acc-header::after {
            border-color: white;
            transform: translateY(-25%) rotate(-45deg) scale(-1);
        }


    .gkl-aboutus .accordion-b2 .accordion-b2-item {
        border: none;
        border-radius: 0.5rem;
        overflow: hidden;
        box-shadow: 0 0.05rem 0.15rem rgb(0 0 0 / 12.5%);
    }

.gkl-aboutus .accordion-b2-item .acc-header {
    border: none;
}

    .gkl-aboutus .accordion-b2-item .acc-header.show {
        background-color: #00a3a8 !important;
        color: white !important;
    }

        .gkl-aboutus .accordion-b2-item .acc-header.show::after {
            border-color: white;
        }

.gkl-aboutus .accordion-b2-item .description {
    border: none;
}

.gkl-aboutus .text-wrap-balance {
    text-wrap: balance;
}


.gkl-aboutus .aboutus-banner {
    aspect-ratio: 14/5;
    object-fit: cover;
}

@media screen and (width < 768px) {
    .gkl-aboutus .aboutus-banner {
        aspect-ratio: 2/1;
    }
}

/* .content-optimization-jb img{
  margin-top: 1rem;
  margin-bottom: 1rem;
} */

#appointmentMyHealth360 {
    padding-right: 0 !important;
}

    #appointmentMyHealth360 .modal-dialog {
        max-width: max(55rem);
    }


.myhealth360appt {
    position: relative;
    overflow: hidden;
    border: none !important;
}

@media screen and (width >=768px) {
    .myhealth360appt {
        aspect-ratio: 10/3;
    }
}

.myhealth360appt > * {
    z-index: 2;
}

.myhealth360appt .row {
    position: relative;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 35%, rgba(255, 255, 255, 0) 55%);
}

.myhealth360appt-bg {
    position: absolute;
    top: 0;
    right: 0%;
    z-index: 1;
    pointer-events: none;
    padding: 0;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.myhealth360appt-logo {
    max-width: 35%;
}

.myhealth360appt-logo-desktop {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1.25rem;
    justify-content: end;
}

.myhealth360appt .download-app-icon {
    max-height: 2.5rem;
}

.appointment-revamp:has(.a-item.goto-healthscreening.active) .myhealth360appt {
    display: none;
}


@media screen and (width < 768px) {
    .myhealth360appt-bg {
        position: relative;
        /* width: 150%;
      left: 50%;
      transform: translateX(-55%); */
        scale: 1.15;
        /* object-position: right; */
    }

    .myhealth360appt {
        text-align: center;
    }

        .myhealth360appt .row::after {
            content: "";
            position: absolute;
            display: inline-block;
            top: 100%;
            left: 0;
            width: 100%;
            height: 5rem;
            /* background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 4rem); */
        }

    .myhealth360appt-logo {
        max-width: 6rem;
    }
}

@media screen and (width >=768px) {
    .myhealth360appt-bg.over {
        background: radial-gradient(circle at -10%, rgba(121, 195, 121, 1) 20%, rgba(88, 195, 210, 1) 60%, rgba(255, 255, 255, 0) 60%);
    }
}

.myhealth360appt .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 2rem;
    z-index: 5;
    font-size: 1.25rem;
}

.myhealth360appt .row {
    z-index: 3;
    background: none;
}

.myhealth360appt .bg-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 2;
    top: 0;
    left: 0;
    background: radial-gradient(circle at 50% 0, rgba(121, 195, 121, 1) 20%, rgba(88, 195, 210, 1) 65%, rgba(255, 255, 255, 0) 65%);
}

.btn-dropdown {
    border: 1px solid #00a3a8;
    width: max-content;
    border-radius: 0.25rem;
    position: relative;
    padding: 0.25rem 2rem 0.25rem 0.5rem;
}

    .btn-dropdown .btn-arrow {
        position: absolute;
        right: 10px;
        top: 8px;
        border: solid #00a3a8;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

.appointment-forms .daterangepicker td.today {
    color: #e2e2e2 !important;
    background-color: transparent !important;
    border: none !important;
}
