@font-face {
    font-family: HelveticaNeue;
    src: url(font/HelveticaNeueMedium.ttf);
}

@font-face {
    font-family: HelveticaNeue;
    src: url(font/HelveticaNeueBold.ttf);
    font-weight: bold;
}

h1.h1-specialty {
    font-size: 15px;
}

html,
body,
p {
    font-family: Arial !important;
    font-weight: 400;
    font-size: 15px;
}

#accordion p:last-child {
    margin-bottom: 0.3rem !important;
}

#accordion ol,
ul,
dl {
    margin-bottom: 0.3rem;
}

#accordion4 p:last-child {
    margin-bottom: 0.3rem !important;
}

#accordion4 ol,
ul,
dl {
    margin-bottom: 0.3rem;
}

#accordion5 p:last-child {
    margin-bottom: 0.3rem !important;
}

#accordion5 ol,
ul,
dl {
    margin-bottom: 0.3rem;
}

.event-content p:last-child {
    margin-bottom: 0px;
}

#accordion5 #body {
    overflow: hidden;
}

button:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none !important;
}

a:hover,
a:focus,
a:active {
    color: #007bff;
}

hr {
    margin-top: 1.5rem !important;
}

.downloadbtn {
    border: 2px solid grey;
    color: white;
    background: white;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 15px;
}

.btn-primary {
    background-color: #f3b125 !important;
    border-color: #f3b125 !important;
}

.btn-primary:hover {
    color: #f3b125 !important;
    background-color: #fff !important;
}

.form-control {
    font-size: 14px !important;
}

.icon-chevron-down {
    color: #000;
    font-size: 12px;
    font-family: FontAwesome !important;
    padding: 4px 0px 4px 8px;
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0), 0 2px 8px 0 rgba(0, 0, 0, 0.19);
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

.dropdown-sub-header {
    font-size: 16px;
}

.dropdown-table-subtitle {
    font-weight: bold;
}

.dropdown-table-subtitle ul {
    padding-left: -15px;
}

.dropdown-table-header td {
    width: 25%;
}

.dropdown-table-bg {
    background-color: white;
}


/* rotate caret on hover */

.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.hospitals-carousel .carousel-indicators {
    left: auto;
    margin-right: 5%;
}

.main-carousel .carousel-indicators {
    z-index: 9;
}

.main-carousel .carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #337eb7;
    border-radius: 45px;
    margin-right: 8px;
    margin-left: 8px;
    opacity: 1;
    background-clip: unset;
}

.hospitals-carousel .carousel-indicators li {
    width: 11px;
    height: 11px;
    background-color: #fff;
    border: 1px solid #337eb7;
    border-radius: 45px;
    margin-right: 5px;
    margin-left: 5px;
    opacity: 1;
    background-clip: unset;
}

.main-carousel .carousel-indicators .active,
.hospitals-carousel .carousel-indicators .active {
    background-color: #337eb7;
}

.main-carousel .carousel-caption {
    bottom: auto;
    left: auto;
    left: 5%;
    top: 23%;
    text-align: left;
    width: 380px;
    background-color: rgba(227, 227, 227, .7);
    margin: 10px;
    padding: 15px;
    z-index: 8;
    display: none;
}

.main-carousel .carousel-caption .bannerTxt-style-1 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
}

.main-carousel .carousel-caption .bannerTxt-style-2 {
    color: #4f4f4f;
    font-size: 18px;
    font-weight: 700;
}

.main-carousel .carousel-caption .ctaBtn-style5 {
    background-color: #337eb7;
    border-radius: 45px;
    display: table;
    color: #fff;
}

.main-carousel .carousel-caption .ctaBtn-style5:hover {
    text-decoration: none;
    background-color: #ffbc29;
}

.main-carousel .carousel-caption .ctaBtn-style5 .ctaBtn-txt {
    display: table-cell;
    vertical-align: middle;
    padding-left: 22px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
}

.main-carousel .carousel-caption .ctaBtn-style5 img {
    text-align: right;
    float: right;
    display: table-cell;
    vertical-align: middle;
    padding: 4px;
    width: 75%;
}

.hospitals-carousel .carousel-caption {
    right: auto;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    padding: 1rem 1.5rem;
    text-align: left;
    width: 100%;
    background-color: #f2f2f3;
    opacity: 0.85;
    z-index: 4;
}

.hospitals-carousel .carousel-caption div {
    font-size: 22px;
    color: #337eb7;
    font-weight: 900;
    margin-bottom: 5px;
}

.hospitals-carousel .carousel-caption p {
    color: #59595b;
    margin-bottom: 5px;
}

.hospitals-carousel .carousel-caption a {
    color: #337eb7;
    font-weight: 700;
    padding-bottom: 10px 20px 10px 0px;
}

.hospitals-carousel .carousel-caption a:hover {
    color: #337eb7;
}

.hospitals-carousel .carousel-control-prev,
.hospitals-carousel .carousel-control-next {
    z-index: 3;
}

.hospitals-carousel .carousel-control-prev {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.0001) 100%);
}

.hospitals-carousel .carousel-control-next {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.banner-menu {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #337eb7 50%, #ffbc29 50%);
    color: #fff;
}

.banner-menu .banner-menu-child1 {
    padding: 13px 30px 13px 0px;
}

.banner-menu .banner-menu-child2 {
    padding: 13px 00px 13px 30px;
}

.banner-menu .banner-menu-child1 {
    background-color: #337eb7;
}

.banner-menu .banner-menu-child2 {
    background-color: #ffbc29;
}

.banner-menu .title-style-3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.banner-menu .desc-style-3 {
    font-size: 13px;
    color: #fff
}

.banner-menu a .arrowImg {
    background-image: url(../images/icon_arrow.png);
    width: 46px;
    height: 48px;
}

.banner-menu a:hover .arrowImg {
    background-image: url(../images/icon_arrow2.png);
    width: 46px;
    height: 48px;
}

.sideMenu {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 999;
}

.sideMenu .nav .nav-link {
    background-color: #337eb7;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    width: 125px;
    text-align: center;
    padding: 15px 7px !important;
    line-height: 1.2;
    cursor: pointer;
}


/* original side CTA button */


/* .sideMenu .nav .nav-link {
                        background-color: #337eb7;
                        color: #fff;
                        font-size: 9px;
                        font-weight: 700;
                        width: 79px;
                        text-align: center;
                        padding: 5px 4px 10px;
                        line-height: 1.2;
                        cursor: pointer;
                    } */

.sideMenu .nav .nav-link:hover {
    color: #fff !important;
}

.sideMenu .nav .nav-link img {
    display: block;
    margin: 0 auto;
    padding: 6px 0px 9px;
    transition: all 0.3s ease;
}

.sideMenu .nav .nav-link:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.sideMenu .nav .sideMenu-cta1,
.sideMenu .nav .sideMenu-cta2,
.sideMenu .nav .sideMenu-cta3 {
    border-bottom: 1px solid #fff;
}

.sideMenu .nav .sideMenu-cta1 {
    border-radius: 8px 0px 0px 0px;
    background-color: rgb(49, 142, 46);
}

.sideMenu .nav .sideMenu-cta2 {
    background-color: rgb(60, 160, 56);
}

.sideMenu .nav .sideMenu-cta3 {
    background-color: rgb(76, 183, 72);
}

.sideMenu .nav .sideMenu-cta4 {
    border-radius: 0px 0px 0px 8px;
    background-color: rgb(137, 220, 101);
}

.sideMenu .p-slideMenu-cta1 {
    position: relative;
}

#findDoctor-container {
    position: absolute;
    right: 125px;
    top: 0px;
    display: block;
    padding: 27px 20px;
    background-color: #fff;
    border-radius: 8px;
    width: 315px;
    box-shadow: -3px 0px 10px #ccc;
    display: none;
    z-index: -1;
    height: 328px;
}

.title-style-1 {
    font-size: 35px;
    font-weight: 700;
    color: #307fde;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
}

.subTitle-style-1 {
    font-size: 18px;
    font-weight: 700;
    color: #307fde;
    text-align: left;
}

.desc-style-1 {
    font-size: 14px;
    color: #59595b;
    margin-bottom: 35px;
}

.specialist-slider .desc-style-2 {
    font-size: 14px;
    color: #59595b;
    padding: 5px 30px 0px;
    line-height: 2;
    max-height: 95px;
    min-height: 95px;
    overflow: hidden;
    margin-bottom: 45px;
}

.specialist-slider .card h3 {
    display: block;
    padding: 20px 0px 0px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    height: 59px;
    max-height: 59px;
    overflow: hidden;
}

.btnHover {
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 300%;
    transition: all 0.4s;
    color: white;
    /* background-image: linear-gradient(120deg, #ff6c37, #ff6c37, #ff6c37, #ff6c37, #ff6c37); */
    /*old CTA GRADIANT COLOR #337eb7, #337eb7, #ffbc29, #ffbc29, #2e9070 */
    background-color: #ff6c37;
}

.btnHover::before,
.btnHover::after {
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.btnHover:hover {
    color: #fff;
    background-position: -50% 100%;
    transform: translateX(0.5rem);
    background-color: #ca4210;
}

.ctaBtn-style1 {
    width: 275px;
    height: 50px;
    border-radius: 45px;
    display: table;
    margin: 0 auto;
    color: #fff;
}


/*.ctaBtn-style1:hover{
    text-decoration: none;
    background-color: #ffbc29;
    color: #fff;
}*/

.ctaBtn-style1 .ctaBtn-txt {
    display: table-cell;
    vertical-align: middle;
    padding-left: 14px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
}

.ctaBtn-style2 {
    width: 189px;
    height: 50px;
    background-color: #ff6c37;
    border-radius: 45px;
    display: table;
    margin: 0 auto;
    color: #fff;
}

.ctaBtn-style2:hover {
    text-decoration: none;
    background-color: #ca4210;
    color: #fff;
}

.ctaBtn-style2 .ctaBtn-txt2 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
}

.ctaBtn-style1 img,
.ctaBtn-style2 img {
    text-align: right;
    float: right;
    display: table-cell;
    vertical-align: middle;
    padding: 4px;
}

.ctaBtn-style3 {
    width: 110px;
    height: 31px;
    background-color: #337eb7;
    border-radius: 45px;
    display: table;
    margin-left: 20px;
    color: #fff;
}

.ctaBtn-style3:hover {
    text-decoration: none;
    background-color: #ffbc29;
    color: #fff;
}

.ctaBtn-style3 .ctaBtn-txt3 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 21px;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
}

.ctaBtn-style3 img {
    text-align: right;
    float: right;
    display: table-cell;
    vertical-align: middle;
    padding: 4px;
    width: 68%;
}

.slick-slide>div>div {
    position: relative;
}

.ctaBtn-style6 {
    position: absolute;
    width: 100%;
    bottom: -12px;
    text-align: center;
}

.ctaBtn-style6 a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #ffbc29;
    border-radius: 45px;
    text-transform: uppercase;
    padding: 11px 40px;
    background-color: #fff;
}

.ctaBtn-style14 {
    position: absolute;
    width: 100%;
    bottom: -12px;
    text-align: center;
}

.ctaBtn-style14 a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #337eb7;
    border-radius: 45px;
    text-transform: uppercase;
    padding: 11px 40px;
    background-color: #fff;
}

.specialist-slider .card:hover .ctaBtn-style6 a {
    color: #fff;
    border: 2px solid #ffbc29;
    background-color: #ffbc29;
    text-decoration: none;
}

.ctaBtn-style14:hover a {
    color: #fff;
    border: 2px solid #ffbc29;
    background-color: #ffbc29;
    text-decoration: none;
}

.specialist-slider .card:hover .btnHover2 {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.packages-slider h3 {
    text-transform: uppercase;
    color: #327eb8;
    font-weight: 700;
    font-size: 15px;
    margin: 1rem 0;
}

.slider-contentBox {
    max-height: 95px;
    min-height: 95px;
    overflow: hidden;
    margin-bottom: 45px;
}

.slider-btn {
    background-color: white !important;
    color: black !important;
    border: 2px solid #23b0e6 !important;
    border-radius: 45px !important;
    font-size: 13px !important;
    font-weight: bold !important;
    padding: 8px 25px !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    margin-bottom: -20px !important;
}

.slider-btn:hover {
    background-color: #23b0e6 !important;
    border: 2px solid #23b0e6 !important;
    color: white !important;
}

.tq-page-btn-cta {
    background-color: white !important;
    border: 2px solid #4cb648 !important;
    color: #4cb648 !important;
    border-radius: 45px !important;
    font-size: 13px !important;
    font-weight: bold !important;
    padding: 8px 32px !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    margin-bottom: -20px !important;
}

.tq-page-btn-cta:hover {
    background-color: #4cb648 !important;
    border: 2px solid #4cb648 !important;
    color: white !important;
    border-radius: 45px !important;
    font-size: 13px !important;
    font-weight: bold !important;
    padding: 8px 32px !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    margin-bottom: -20px !important;
}

.btnHover2 {
    transition: all 0.3s ease;
}

.btnHover2:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.tq-page-title-margin-top {
    margin-top: 75px;
}


/* .eventPromo {
    margin-bottom: 40px;
} */

.eventPromo .eventPromo-1 {
    position: relative;
}

.eventPromo .eventPromo-1 div:first-child {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #307fde;
    padding: 8px;
    position: absolute;
    top: 6px;
    z-index: 2;
    text-align: center;
}

.eventPromo .eventPromo-1 img {
    display: block;
}

.eventPromo .eventPromo-2 {
    margin: 18px;
    font-size: 14px;
    text-align: left;
    min-height: 42px;
    max-height: 42px;
    overflow: hidden;
}

.eventPromo .eventPromo-2 table tr td img {
    padding-right: 6px;
}

.eventPromo .eventPromo-2 table tr td span {
    color: #307fde;
}

.eventPromo .eventPromo-3 {
    margin: 18px;
    text-align: left;
    height: 162px;
    overflow: hidden;
}

@media(max-width:1199px) {
    .eventPromo .eventPromo-3 {
        height: 225px;
    }
}

@media(max-width:991px) {
    .eventPromo .eventPromo-3 {
        height: auto;
    }
}

.eventPromo .eventPromo-3 p:first-child {
    font-size: 18px;
    font-weight: 700;
    color: #59595b;
}

.eventPromo .eventPromo-3 p:nth-child(2) {
    font-size: 14px;
    color: #59595b;
    /* display: -webkit-box; */
    /* max-width: 200px; */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /* overflow: hidden; */
}

.eventPromo-slider .slick-slide>div>div {
    background-color: #f1f1f2;
}

.specialist-slider .card,
.eventPromo-slider .card {
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0), 0 2px 8px 0 rgba(0, 0, 0, 0.19);
}

.healthAZ {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.05), 0 2px 20px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.healthAZ>div {
    margin-top: -52px;
}

.healthAZ-1 {
    background-color: #327eb8;
}

.healthAZ-2 {
    background-color: #fff;
    border-right: 0.5px solid #ccc;
}

.healthAZ-3 {
    background-color: #fff;
}

.healthAZ-2>div,
.healthAZ-3>div {
    margin-top: 20px;
}

.healthAZ-table {
    width: 100%
}

.healthAZ-table .gender-txt {
    margin-left: 23px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 700;
    color: #327eb9;
}

.commSearch {
    margin-top: -100px;
    padding: 100px 0px 50px;
}

.commSearch .subTitle-style-1 {
    margin-bottom: 20px;
    margin-top: 43px;
}

.commSearch .row div {
    padding-top: 8px;
    padding-bottom: 8px;
}

.commSearch div a {
    color: #333;
}

.commSearch div a:hover {
    text-decoration: none;
    font-weight: 700;
}

.bottomNavbar table tr td:first-child {
    padding: 10px 18px 10px 0px;
}

.bottomNavbar table tr td {
    padding: 10px 18px;
    font-size: 14px;
    color: #fff;
}

.bottomNavbar table tr td a {
    color: #fff;
}

.bottomNavbar table tr td a:hover {
    text-decoration: none;
}

.findHospital ul li:first-child {
    padding: 17px 25px 17px 0px;
}

.findHospital ul li {
    padding: 17px 25px;
}

.findHospital .nav-pills .nav-link {
    padding: 0;
    padding-bottom: 7px;
    font-size: 18px;
    color: #a7a9ac;
}

.findHospital .nav-pills .nav-link.active,
.findHospital .nav-pills .show>.nav-link,
.findHospital .nav-pills .nav-link:hover {
    color: #307fde;
    border-bottom: 2px solid #307fde;
    border-radius: 0px;
    background-color: transparent;
    padding: 0;
    padding-bottom: 7px;
}

.findHospital #pills-tabContent .title-style-2 {
    color: #ffbc29;
    font-size: 18px;
    font-weight: 700;
}

.findHospital #pills-tabContent .ctaBtn-style4 a {
    color: #327eb8 !important;
}

.findHospital #pills-tabContent .ctaBtn-style4 a:hover {
    color: #fff !important;
}

.findHospital table td {
    font-size: 14px;
    color: #59595b;
    line-height: 1.3;
}

.findHospital span {
    color: #4db649 !important;
    -webkit-color: #4db649 !important;
}

.findHospital span a {
    color: #4db649 !important;
    -webkit-color: #4db649 !important;
    text-decoration: underline;
}

.findHospital span a:hover {
    color: #4db649 !important;
    -webkit-color: #4db649 !important;
}

.findHospital table td img {
    padding: 13px 10px;
}

.findHospital .card-body {
    background-color: #f7f7f7;
}

.btn-makeApt {
    margin-bottom: 20px !important;
    border-radius: 45px !important;
    padding: 0.75rem 1.8rem !important;
    text-transform: uppercase !important;
    color: #fff !important;
}

.ctaBtn-style4 {
    margin: 10px 0px 35px;
}

.ctaBtn-style4 a {
    border: 1px solid #327eb8;
    border-radius: 45px;
    padding: 12px 19px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #327eb8;
    white-space: nowrap;
}

.ctaBtn-style4 a:hover {
    text-decoration: none;
    color: #fff;
    border: 1px solid #ffbc29;
    background-color: #ffbc29;
}

.footer {
    padding: 20px 0px;
}

.footer .footer_content1 a {
    padding-right: 30px;
}

.footer .footer_content1 a {
    font-size: 14px;
    font-weight: 700;
    color: #59595b !important;
    display: inline-block;
}

.footer .footer_content1 a:hover {
    text-decoration: none;
    color: #337eb7 !important;
}

.footer .footer_content1 div p {
    font-size: 12px;
    color: #59595b;
    padding-top: 10px;
    margin-bottom: 0px;
}

.footer .footer_content2 table {
    width: 100%;
}

.footer .footer_content2 table tr td img {
    width: 85%;
}


/*Return to top*/

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 97;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    font-family: FontAwesome !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}*/

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

#locationSelect {
    display: none;
}


/*Top Navbar*/

header {
    position: relative;
    overflow: visible;
    z-index: 100;
    background-color: #fff;
    width: 100%;
    display: inline !important;
}

header .nav-item {
    text-decoration: none;
}

header .nav-item .nav-link {
    padding-left: 0rem;
    padding-right: 1rem;
}

header span.menu-control-open,
header span.menu-control-close,
header nav,
header .nav-item,
header .nav-item .nav-link {
    /* font-weight: 700 !important; */
    text-transform: uppercase;
    color: #000;
}

header nav .nav-item,
header nav .nav-item .dropdown-menu a {
    font-size: 14px;
    background-color: transparent;
}

header .menu .nav-item>.dropdown-menu>li:hover,
header .menu .nav-item>.dropdown-menu .hospital-list .placename-list a:hover {
    background-color: #fbfbfb;
}

header .menu .nav-item .dropdown-submenu>a:after {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    display: inline-block;
    height: 0.55em;
    transform: rotate(45deg);
    vertical-align: middle;
    width: 0.55em;
    color: #a8a9ac !important;
    float: right;
    position: absolute;
    top: 44%;
    right: 13px;
}

header nav .nav-item {
    margin-left: 70px;
}

header nav .nav-item>.dropdown-menu {
    margin: 0;
    padding: 0;
    top: 55px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
    border: none;
    background-color: #efefef;
}

header nav .nav-item .dropdown-submenu .dropdown-menu {
    margin: 0;
    padding: 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
    border: none;
    background-color: #fbfbfb;
    border-radius: 0 0.25rem 0.25rem 0rem;
    border-left: 1px solid #ccc;
}

header nav .nav-item .dropdown-submenu .dropdown-menu li:hover {
    background-color: #fff;
}

header span.menu-control-open,
header span.menu-control-close {
    display: block;
    cursor: pointer;
}

header span.menu-control-open {
    position: relative;
    font-size: 20px;
    line-height: 150%;
    float: right;
}

header span.menu-control-open svg {
    position: absolute;
    top: -12px;
    left: 12px;
}

header span.menu-control-open svg line,
header span.menu-control-open svg circle {
    fill: none;
    stroke: #ffffff;
    stroke-width: 3;
}

header span.menu-control-open:before {
    padding-top: 1px;
}

header span.menu-control-open:before,
header span.menu-control-open:after {
    /*content: '';
  display: block;
  width: 100%;
  border-top: 3px solid wheat;*/
}

header span.menu-control-close {
    font-size: 30px;
    text-align: right;
    margin: 0px;
}

header nav {
    padding: 0px !important;
    display: flex;
    flex-direction: column;
}

.menu {
    position: fixed;
    right: 0;
    top: 0;
    background-color: #e7e7e7;
    color: #000;
    height: 100vh;
    width: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    /* Unnecessary styles for the menu footer */
}

.menu .menu-inner {
    position: relative;
    height: 100%;
    width: 80vw;
    padding: 1.5rem;
}

.menu .version,
.menu .madeIn {
    position: absolute;
    bottom: 1.5rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
}

.menu .version {
    right: 1.5rem;
}

.menu--active {
    overflow: hidden;
}

.menu--active nav .nav-item,
.menu--active nav .nav-item a {
    transform: translate3d(0, 0, 0);
    transition: transform 500ms ease-out;
    /* Handles items within the slide-out to give them the delayed slide-in */
}

.menu--active nav .nav-item:first-child {
    transition-delay: .1s;
}

.menu--active nav .nav-item:nth-child(2) {
    transition-delay: .2s;
}

.menu--active nav .nav-item:nth-child(3) {
    transition-delay: .3s;
}

.menu--active nav .nav-item:nth-child(4) {
    transition-delay: .4s;
}

.menu--active nav .nav-item:nth-child(5) {
    transition-delay: .5s;
}

.menu--active nav .nav-item:nth-child(6) {
    transition-delay: .6s;
}

.menu--active nav .nav-item:nth-child(7) {
    transition-delay: .7s;
}

header nav li.show .nav-link {
    text-decoration: none !important;
    color: #337eb7;
    /*background-color: #e4e4e6;*/
}

header .menu .nav-item>.dropdown-menu:before {
    content: '';
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #efefef;
    position: absolute;
    top: -12px;
    left: 34px;
}

header .menu .nav-item>.dropdown-menu-right:before {
    content: '';
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #efefef;
    position: absolute;
    top: -12px;
    right: 34px;
    left: auto;
    ;
}


/*.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 178px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 10px;
}*/

.dropdown-menu a {
    float: none;
    color: #333;
    padding: 10px 77px 10px 15px;
    text-decoration: none;
    text-transform: none;
    display: block;
    text-align: left;
}

.dropdown-menu a:hover {
    text-decoration: none;
    color: #337eb7;
}

.dropdown-menu .placename-group a:hover {
    text-decoration: none;
    color: #000;
}

.dropdown-toggle::after {
    display: none !important;
}

.dropdown-toggle i {
    font-size: 17px;
    color: #8b8a8a;
    padding: 0px 0px 0px 8px;
}

.hospital-list a {
    font-weight: normal;
}

.placename-group {
    background-color: #dcdcdc;
}

.placename-group a {
    cursor: auto;
}

.placename-group a span {
    font-weight: 700;
}

.hospital-list {
    padding: 0px;
    overflow: scroll;
    height: 300px;
    width: 300px;
    overflow-x: hidden;
}

.hospital-list li {
    list-style: none;
}


/*search box*/


/* START: Jack: add on focus */

.search-box {
    /* transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s; */
    /* width: 40px; */
    height: 40px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    background: #ebebeb;
    width: 300px;
    padding-left: 15px;
}

.search-box::placeholder {
    opacity: 1;
}

.search-icon {
    font-family: FontAwesome !important;
}

.search-box+label .search-icon {
    color: black;
}

.search-box:hover,
.search-box:focus {
    color: white;
    background: #337eb7;
}

.search-box:hover+label .search-icon,
.search-box:focus+label .search-icon {
    color: white;
}

.search-box:hover,
.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: 300px; */
    border-radius: auto;
    background: #ebebeb;
    color: black;
}

.search-box:hover+label .search-icon,
.search-box:focus+label .search-icon {
    color: black;
}


/* .search-box:not(:hover),
.search-box:not(:focus) {
    text-indent: -5000px;
} */

#header-col-contact-info {
    /* position: absolute;
    width: calc(100% - 185px); */
    text-align: right;
    z-index: -10;
    width: 100%;
    position: relative;
}

#search-submit {
    position: relative;
    left: -5000px;
    float: left;
}

.search-icon {
    position: relative;
    left: -31px;
    top: -1px;
    color: white;
    cursor: pointer;
}

.m-searchBtn {
    padding: 0px 10px !important;
}


/* END: Jack: add on focus */

i {
    font-family: FontAwesome !important;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #ffbc29 !important;
}


/*Hospital page - accordion*/

.hospitals-page p,
.hospitals-page span,
.hospitals-page ul li {
    color: #59595b;
}

.hospitals-page #accordion .card {
    border: none !important;
}

.hospitals-page #accordion .card-header {
    background-color: transparent !important;
    border: none !important;
    padding: 0;
    cursor: pointer;
}

.hospitals-page #accordion .card-body {
    padding: 0;
}


/*Specialties Details - Accordion*/

.specialtiesDetail-page #accordion .card {
    border: none;
    border-radius: 0px;
}

.specialtiesDetail-page #accordion .card:nth-child(even) {
    background: #fff
}

.specialtiesDetail-page #accordion .card:nth-child(odd) {
    background: #f2f2f2;
    border-top: 0.5px solid #adadad;
    border-bottom: 0.5px solid #adadad;
}

.specialtiesDetail-page #accordion .card-header {
    background-color: transparent !important;
    border: none !important;
    padding: 0px;
    cursor: pointer;
}

.specialtiesDetail-page #accordion .card-header>div {
    padding: 15px 20px;
}

.specialtiesDetail-page #accordion .card-header img {
    margin-right: 5px;
}


/* erica add on*/

.title-mt-tq-page {
    margin-top: 3rem !important;
}

.kv-info-text-box-1 {
    font-size: 15px;
}

.info-grey-border {
    border: 2px solid rgba(0, 0, 0, 0.125);
}


/* vaccine page */

.vaccine-page .card-body {
    min-height: 0px;
    /* min-height: 113px; */
    padding: 1rem;
    border-radius: 0px;
}

.vaccine-page .cardInfo-text {
    text-transform: uppercase;
    color: #00769e;
    font-weight: 900;
}

.vaccine-page #accordion .card-header span {
    margin-right: 10px;
}

.vaccine-page #accordion .card-body,
.vaccine-page #accordion4 .card-body,
.vaccine-page #accordion5 .card-body {
    padding: 15px 50px 10px 77px;
    text-align: left;
    transition: .3s transform ease-in-out;
    border-radius: 0px;
    border-bottom: 1px solid orange !important;
    /* border-left: 2px solid lightgrey;
    border-right: 2px solid lightgrey;
    border-bottom: 2px solid lightgrey; */
}

.vaccine-page #accordion2 .m-view.vaccine-page .card-header {
    border: 1px solid orange;
}

.vaccine-page #accordion hr {
    margin-top: 0px !important;
}

.vaccine-page #accordion2 .card {
    border: none;
    border-radius: 0px;
}

.vaccine-page #accordion2 .card {
    background: #fff
}

.vaccine-page #accordion2 .card-header {
    background-color: transparent !important;
    border: 1px solid orange;
    padding: 0px;
    cursor: pointer;
}

.vaccine-page #accordion2 .card-body {
    text-align: justify;
    transition: .3s transform ease-in-out;
    padding: 1.25rem 0rem 0rem;
    border-radius: 0px;
}

.vaccine-page #accordion2 hr {
    margin-top: 0px !important;
}


/* .vaccine-page ul {
                    list-style-type: none;
                    padding-inline-start: 0px;
                } */


/* .vaccine-page ul li {
                    padding-left: 1.3em;
                } */


/* .vaccine-page ul>li:before {
                    content: "-";
                    display: inline-block;
                    margin-left: -1.3em;
                    width: 1.3em;
                } */

.vaccine-page #accordion .card {
    border: none;
    border-radius: 0px;
}

.vaccine-page #accordion .card:nth-child(even),
.vaccine-page #accordion2 .card:nth-child(even),
.vaccine-page #accordion4 .card:nth-child(even),
.vaccine-page #accordion5 .card:nth-child(even) {
    background: #fff;
    border-left: 1px solid orange;
    border-right: 1px solid orange;
    border-top: 1px solid orange;
    border-radius: 0px;
}

.vaccine-page #accordion .card:nth-child(odd),
.vaccine-page #accordion2 .card:nth-child(odd),
.vaccine-page #accordion4 .card:nth-child(odd),
.vaccine-page #accordion5 .card:nth-child(odd) {
    background: #f2f2f2;
    border-left: 1px solid orange;
    border-right: 1px solid orange;
    border-top: 1px solid orange;
    border-radius: 0px;
}

.vaccine-page #accordion .card-header#headingSix {
    border-bottom: 1px solid orange !important;
}

.vaccine-page #accordion4 .card-header#headingTwenty {
    border-bottom: 1px solid orange !important;
}

.vaccine-page #accordion5 .card-header#headingNineteen {
    border-bottom: 1px solid orange !important;
}

.coronavirus-page #accordion .card {
    background: #fff;
    border: 1px solid orange;
}

.coronavirus-page #accordion .card {
    background: #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border: 1px solid orange;
}

.drive-thru-page #accordion2 .open td {
    color: white;
}

.drive-thru-page #accordion3 .open td {
    color: white;
}

.vaccine-page #accordion .card-header {
    background-color: white;
    border: none !important;
    padding: 0px;
    cursor: pointer;
}

.vaccine-page #accordion .card-header.active {
    background-color: #f68920;
}

.vaccine-page #accordion .card-header img {
    margin-right: 5px;
}

.vaccine-page #accordion .card-header>div {
    padding: 15px 20px;
}

.vaccine-page #accordion4 .card-header>div,
.vaccine-page #accordion5 .card-header>div {
    padding: 5px 20px;
}

.vaccine-page #accordion .card-header.active>div {
    background-color: #f68920;
}


/* .vaccine-page #accordion .card-header>div.active {
    background-color: #f68920;
} */

.vaccine-page #accordion .card-header>div:hover {
    background-color: #f68920;
}

.vaccine-page #accordion4 .card-header>div:hover {
    background-color: #f68920;
}

.vaccine-page #accordion5 .card-header>div:hover {
    background-color: #f68920;
}


.covid-19-box-top .nav-pills .nav-link {
    padding: 33px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    background-color: #faa71b;
    color: #fff;
    border-radius: 0;
    border-bottom: solid 1.75px white;
    border-right: solid 1.75px white;
    line-height: 1.4;
    height: 25%;
    transition: all 0.5s;
}

.covid-19-box-top .nav-pills .nav-link.active {
    color: white;
    font-size: 18px;
    background-color: #307fde;
}

/* Maternity page style update 20220104 START */

.specialtiesDetail-page a {
    color: #007bff;
}

.specialtiesDetail-page a:hover,
a:focus,
a:active {
    color: #0056b3;
    text-decoration: none;
}


/* Maternity page style update 20220104 END*/

.specialtiesDetail-page .title1 {
    color: #00769d;
    font-size: 23px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
}

.specialtiesDetail-page .btn-style2 {
    background-color: #f79140;
    color: #fff;
    border-color: #f79140;
    border-radius: 0.25rem;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 32px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    margin-bottom: -20px;
}

.specialtiesDetail-page .card-body {
    min-height: 0px;
    /* min-height: 113px; */
    padding: 1rem;
}

.specialtiesDetail-page .cardInfo-text {
    text-transform: uppercase;
    color: #00769e;
    font-weight: 900;
}

.specialtiesDetail-page #accordion .card-header span {
    margin-right: 10px;
}

.specialtiesDetail-page #accordion .card-body {
    padding: 0px 50px 20px 77px;
    text-align: left;
    transition: .3s transform ease-in-out;
}

.specialtiesDetail-page #accordion hr {
    margin-top: 0px !important;
}

.specialtiesDetail-page #accordion2 .card {
    border: none;
    border-radius: 0px;
}

.specialtiesDetail-page #accordion2 .card {
    background: #fff
}

.specialtiesDetail-page #accordion2 .card-header {
    background-color: transparent !important;
    border: none !important;
    padding: 0px;
    cursor: pointer;
}

.specialtiesDetail-page #accordion2 .card-body {
    text-align: justify;
    transition: .3s transform ease-in-out;
    padding: 1.25rem 0rem 0rem;
}

.specialtiesDetail-page #accordion2 hr {
    margin-top: 0px !important;
}

.specialtiesDetail-page ul {
    list-style-type: none;
    padding-inline-start: 0px;
}

.specialtiesDetail-page ul li {
    padding-left: 1.3em;
}

.specialtiesDetail-page ul>li:before {
    content: "-";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

.EGC-ol-style {
    list-style-type: disc !important;
    margin-left: -10px;
}

.specialtiesDetail-page .title-style-9 {
    margin: 0rem 0rem 1rem !important;
}

.orange-bar {
    background-color: white;
    color: #404040;
    border-bottom: none;
}

.orange-bar:hover {
    background-color: #f68821;
    cursor: pointer;
    color: white !important;
}

.orange-bar.active {
    background-color: #f68821;
    color: white !important;
}

.orange-bar .fa-chevron-down {
    color: #404040;
}

.orange-bar.active .fa-chevron-down {
    transform: rotate(180deg);
    transition: all 0.4s ease;
    color: white;
}

.coronavirus-page .title-style-4 {
    color: #404040 !important;
}

.coronavirus-page .title-style-4:hover {
    color: white !important;
}

.coronavirus-page .collapsed .title-style-4 {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #404040 !important;
}

.coronavirus-page .title-style-4 .collapse .d-table-cell {
    color: #404040;
}

.orange-bar.active .title-style-4 {
    color: white !important;
}

.vaccine-page .orange-bar {
    background-color: white;
    /* border: 1.5px solid #f68821; */
    border-radius: 0%;
    border-left: 1px solid orange;
    border-right: 1px solid orange;
    border-top: 1px solid orange;
    border-radius: 0px;
}

.vaccine-page .orange-bar#headingTwentyFive {
    border-bottom: 1px solid orange;
}

.vaccine-page .orange-bar:hover {
    background-color: #f68821;
    cursor: pointer;
}

.vaccine-page .orange-bar.active {
    background-color: #f68821;
}

.blue-bar {
    background-color: transparent;
}

.blue-bar:hover {
    background-color: #0062a6;
    cursor: pointer;
}

.blue-bar.active {
    background-color: #0062a6;
}

.blue-bar.active .fa-chevron-down {
    transform: rotate(180deg);
    transition: all 0.4s ease;
    color: white;
}

.vaccine-page .title-style-4 {
    color: #404040 !important;
}

.vaccine-page .collapsed .title-style-4 {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #404040 !important;
}

.title-style-4 {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #4db748 !important;
}

.title-style-5 {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #4cb648 !important;
}

.drive-thru-page .title-style-5 {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #f68821 !important;
}

.title-style-6 {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #4db748 !important;
    margin-bottom: 2rem;
}

.title-style-7 {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #307fde;
    text-transform: uppercase;
    display: inline;
}

.title-style-8 {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #307fde !important;
    margin-bottom: 0rem;
    padding-top: 15px;
}

.title-style-8-tq-page {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #307fde !important;
    margin-bottom: 0rem;
    padding-top: 15px;
}

.title-style-9 {
    font-size: 20px;
    font-weight: 900;
    color: #307fde !important;
    margin: 1rem 0rem 2rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.title-style-10 {
    color: #007bff;
    font-weight: 900;
    font-size: 16px;
    border-bottom: 0.7px solid #307fde;
    line-height: 3;
    margin-bottom: 15px;
}

.title-style-11 {
    color: #f68821;
    font-weight: 900;
    font-size: 15px;
}

.title-style-12 {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #17b2e8 !important;
    margin-bottom: 0px;
}

.title-style-13 {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #f68821 !important;
    margin-bottom: 1rem;
    padding-top: 15px;
}

.title-style-14 {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #4db748 !important;
    margin-bottom: 0rem;
    padding-top: 15px;
}


/* erica 7/5/2021 */

.enquiry-form-spacing {
    margin-top: 50px;
    margin-bottom: 20px;
}

.enquiry-form-border-pb {
    margin-bottom: 115px !important;
}

.appointment-form-spacing {
    margin-top: 40px;
}

.title-style-enquiry {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #307fde !important;
    display: inline;
    margin-bottom: 20px;
}

.title-style-main-enquiry {
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #307fde;
    display: inline;
    margin-bottom: 20px;
    margin-left: 210px;
}

.hospitals-page #accordion hr {
    margin-top: 0px !important
}

.hospitals-page #accordion table {
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
    color: #50b648;
}

.hospitals-page #accordion table th {
    font-weight: 700;
    color: #59595b;
}

.hospitals-page #accordion table tr td {
    padding: 10px 0px;
}

.hospitals-page #accordion table tr td:nth-child(2) {
    padding: 10px 0px 10px 15px;
}

.hospitals-page #accordion ul {
    list-style-type: none;
    padding-inline-start: 0px;
}

.hospitals-page #accordion ul li {
    padding-left: 1.3em;
}

.hospitals-page #accordion ul li:before {
    content: "-";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

.ctaBtn-style7 {
    color: #ffbc29;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.ctaBtn-style7:hover {
    color: #f66a2d;
}
/* 
.contact-information a,
.findHospital #pills-tabContent a {
    color: #307fde !important;
    text-decoration: none;
}

.contact-information a:hover,
.findHospital #pills-tabContent a:hover {
    color: #337eb7 !important;
}

.contact-information .btn {
    color: #fff !important;
    background-color: #ff6c37;
    border: #ff6c37;
}

.contact-information .btn:hover {
    color: #fff !important;
    background-color: #ca4210;
    border: #ca4210;
}

.contact-information div:first-child {
    /* background-color: #f3b125;
    color: #fff;
}

.contact-information table tr td {
    padding: 6px 0px;
}

.contact-information table tr td img {
    padding: 13px 13px 13px 0px;
} */

.findHospital .btn-success {
    background-color: #4cb648;
    border: #4cb648;
}

.findHospital .btn-success:hover {
    background-color: rgb(49, 142, 46);
    border: rgb(49, 142, 46);
}

.font-700 {
    font-weight: 700;
}

.color-green {
    color: #ffbc29 !important;
}

.hospitals-page #accordion .card-header a:after {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    display: inline-block;
    height: 0.55em;
    position: absolute;
    top: 0.5em;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.55em;
    float: right;
    color: #333 !important;
    transition: all 0.5s;
    float: right;
    transition: all 0.5s;
    right: 15px;
}

.hospitals-page #accordion .card-header a.collapsed:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

.specialtiesDetail-page #accordion .card-header a:after {
    border-width: 0.15em 0.15em 0 0;
    content: '';
    display: inline-block;
    height: 0.55em;
    position: absolute;
    top: 1.5em;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.55em;
    float: right;
    color: #333 !important;
    transition: all 0.5s;
    float: right;
    right: 35px;
}

.specialtiesDetail-page #accordion2 .card-header a div:after {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    display: inline-block;
    height: 0.55em;
    transform: rotate(-45deg);
    width: 0.55em;
    color: #307fde !important;
    transition: all 0.5s;
    margin-left: 8px;
    margin-bottom: 1px;
}

.specialtiesDetail-page #accordion .card-header a.collapsed:after,
.specialtiesDetail-page #accordion2 .card-header a.collapsed div:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

.specialtiesDetail-page #accordion .card .show,
.specialtiesDetail-page #accordion2 .card .show {
    transition: all 0.5s;
}


/* erica 2/6/2021 */

.vaccine-page-th-first {
    padding-left: 25px !important;
}

.vaccine-page-th {
    padding-left: 15px !important;
}


/* erica add on btn */

.m-view {
    display: none;
}

@media only screen and (max-width: 1500px) {
    .tq-page-doctor-kv {
        margin-top: 40px;
    }

    .tq-page-title-margin-top {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1000px) {
    .tq-page-doctor-kv {
        display: none !important;
    }

    .tq-page-textbox-height {
        min-height: 300px;
    }

    .plan-text-align {
        text-align: center;
    }
}

@media only screen and (max-width: 769px) {
    #nav-tabContent .packages-slider h3 {
        margin: 0.5rem 0;
    }

    .pha-heart-screening .btn-success {
        width: 80% !important;
    }

    .title-style-8 {
        font-size: 30px;
    }

    .title-style-14 {
        font-size: 30px;
    }

    .m-view {
        display: block;
    }

    .d-view {
        display: none;
    }
}

.main-navTabs .nav-link.active {
    background-color: #f79140;
    color: #fff;
}

.Drivethru-page .nav-tabs-style4 .nav-link.active {
    color: #ffffff;
    background-color: #f68821;
    font-size: 15px;
}

.Drivethru-page .accordion .card-header {
    vertical-align: top;
    width: 100%;
    text-align: left;
    position: relative;
    color: #f68821;
    font-weight: 900;
    font-size: 14.5px;
    padding: 1.15rem;
    border: 0;
    border-radius: 0;
    background-color: #f8f8f8;
    cursor: pointer;
}

.specialtiesDetail-page .accordion .card-header:hover {
    background-color: #f79140;
    color: white;
}

.specialtiesDetail-page .accordionFAQ .fqa-header td {
    vertical-align: top;
    padding-right: 11px;
    color: #f79140;
    font-weight: 700;
}

.specialtiesDetail-page .accordionFAQ .fqa-header td:hover {
    vertical-align: top;
    padding-right: 11px;
    background-color: #f79140;
    color: #ffffff;
    font-weight: 700;
}


/* .specialtiesDetail-page .accordionFAQ .fqa-header:not(.collapsed) {
  color: white !important;
} */

.specialtiesDetail-page .accordionFAQ .fqa-header:not(.collapsed) {
    color: white !important;
    background-color: #f79140 !important;
    transition: all 0.2s ease-in !important;
}


/* .specialtiesDetail-page .accordionFAQ .fqa-header td.active {
  vertical-align: top;
  padding-right: 11px;
  color: #ffffff;
  background-color: #f79140;
} */

.fqa-header {
    vertical-align: top;
    width: 100%;
    text-align: left;
    position: relative;
    color: #f79140;
    font-weight: 900;
    font-size: 14.5px;
    padding: 1.15rem;
    border: 0;
    border-radius: 0;
}

.resource-btn {
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-weight: 700;
    border: 2px solid #f26b3d;
    border-radius: 45px;
    text-transform: uppercase;
    padding: 11px 15px;
    background-color: #fff;
    margin-bottom: 15px;
}

.resource-btn:hover {
    color: #fff;
    background-color: #f26b3d;
    border: 2px solid #f26b3d;
}


/*Google Map*/

.map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}


/*end*/

.ctaBtn-waze {
    padding: 15px 30px;
    border-radius: 10px;
    background-color: #77d0eb;
    text-align: center;
}

.ctaBtn-waze2 {
    padding: 13px 27px;
    border-radius: 10px;
    background-color: #77d0eb;
    text-align: center;
    margin-right: 7px;
}

.ctaBtn-googlemap {
    padding: 15px 10px;
    border-radius: 10px;
    border: 1px solid #d8d8d7;
    background-color: #fff;
    text-align: center;
}

.ctaBtn-googlemap2 {
    padding: 13px 10px;
    border-radius: 10px;
    border: 1px solid #d8d8d7;
    background-color: #fff;
    text-align: center;
}

.breadcrumb {
    background-color: transparent !important;
    padding: 0.75rem 0rem 0rem !important;
    margin-bottom: 0rem !important;
}

.breadcrumb-item {
    font-size: 13px !important;
}

.breadcrumb-item a {
    color: #307fde !important;
}

.breadcrumb-item a:hover {
    color: #ffbc29 !important;
}

.wrap {
    width: 100%;
}

#primary-content-wrap {
    position: relative;
}

.primary-content {
    float: left;
}

.sidebar {
    width: 33.33%;
    float: left;
}

.footer2 {
    clear: both;
}

.sticky2 {
    position: fixed;
    top: 77px;
    margin: 0;
}

.abs {
    position: absolute;
    bottom: 10px;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.letterbox {
    padding: 0;
}

.letterbox li {
    text-align: center;
    float: left;
    padding: 5px 13px;
    background-color: transparent;
    color: #a8a9ac;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    margin: 0px 2.2px;
    cursor: pointer;
}

.letterbox li:hover {
    float: left;
    padding: 5px 13px;
    background-color: #337eb7;
    color: #fff !important;
    border-radius: 100%;
    width: 35px;
    height: 35px;
}

.findADoctor-page .form-control,
.eventsPromo-page .form-control {
    border: none !important;
    border-bottom: 1px solid #a8a9ac !important;
    border-radius: 0px !important;
    padding: 0.375rem 0px;
}

.eventsPromo-page .form-control {
    font-size: 15px;
    font-weight: 700;
    color: #495057;
}

::placeholder {
    color: #a8a9ac !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a8a9ac !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a8a9ac !important;
}

.findADoctor-page .card,
.specialties-page .card {
    margin: 10px 0px 85px;
    border: none !important;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0), 0 2px 8px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}

.findADoctor-page .card .card-block {
    border-top: 3px solid #ff6c37;
    padding: 0px 20px;
}

.findADoctor-page .card .card-title {
    padding: 15px 0px 0px;
    color: #333;
    min-height: 57px !important;
    max-height: 57px;
    overflow: hidden;
    margin-bottom: 5px !important;
}

.findADoctor-page .card h4,
.specialties-page .card h4 {
    font-size: 18px;
    font-weight: 700;
}

.findADoctor-page .card .card-desc>div {
    /* padding: 8px 10px 0px; */
}

.findADoctor-page .card .card-desc div p {
    line-height: 1;
    color: #59595b;
    margin-top: 0.5rem;
}

.findADoctor-page .card .card-desc div img {
    margin-right: 3px;
}

.findADoctor-page .card .desc-spec {
    min-height: 70px;
    max-height: 70px;
    height: 70px;
    overflow: hidden;
}

.findADoctor-page .card .desc-hpt {
    min-height: 50px;
    max-height: 50px;
    height: 50px;
    overflow: hidden;
}

.findADoctor-page .card .card-btn {
    margin-bottom: -11px;
    padding-top: 28px;
}

.findADoctor-page .img-container {
    position: relative;
}

.findADoctor-page .viewProfile {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ff6c37;
    color: #fff;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 8px;
    text-align: center;
}

.findADoctor-page .card:hover .viewProfile {
    opacity: 1;
}

.ctaBtn-style8 {
    transition: all 0.3s ease;
}

.ctaBtn-style8 a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #ffbc29;
    border-radius: 45px;
    text-transform: uppercase;
    padding: 11px 18px;
    background-color: #fff;
    transition: all 0.3s ease;
}

.gkl-cancer-main-content .ctaBtn-style8:hover a,
.findADoctor-page .card .ctaBtn-style8:hover a {
    color: #fff;
    border: 1px solid #ffbc29;
    background-color: #ffbc29;
}

.findADoctor-page .card .ctaBtn-style8:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.ctaBtn-style9 {
    transition: all 0.3s ease;
}

.ctaBtn-style9 a {
    bottom: 0;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ff6c37 !important;
    border: 1px solid transparent;
    padding: 0.375rem 3.35rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.65rem;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.ctaBtn-style9:hover a {
    background-color: #ca4210 !important;
    color: #fff !important;
}

.findADoctor-page .form-control option {
    color: #59595b !important;
}

.specialties-page .card .card-block {
    padding: 20px 14px 0px;
}

.specialties-page .card .card-title {
    padding: 10px 0px 0px;
    color: #333;
    text-transform: uppercase;
}

.specialties-page .card .card-desc p {
    font-size: 13px !important;
    max-height: 43px;
}

.text-in-box {
    text-align: center;
    color: white;
    /* padding: 60px 30px; */
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 160px;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #00b4eb;
}

.img-container:hover .overlay {
    opacity: 1;
}

.img-container {
    overflow: hidden;
    /* clip the excess when child gets bigger than parent */
    z-index: 1;
}

.img-container img {
    display: block;
    transition: transform .4s;
    /* smoother zoom */
}

.specialties-page .card .card-btn {
    margin-bottom: -12px;
    padding-top: 27px;
}

.ctaBtn-style10 {
    transition: all 0.3s ease;
}

.ctaBtn-style10 a {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    border: 2px solid #ffbc29;
    border-radius: 45px;
    text-transform: uppercase;
    padding: 10px 38px;
    background-color: #fff;
    transition: all 0.3s ease;
}

.ctaBtn-style-corona a {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    border: 2px solid #23b0e6;
    border-radius: 45px;
    padding: 11px 40px;
    background-color: #fff;
}

.ctaBtn-style-corona:hover a {
    color: #fff;
    background-color: #23b0e6;
    border-color: #23b0e6;
    transition: all 0.3s ease;
}

.ctaBtn-style-tq-page:hover a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border: 2px solid #ffbc29;
    border-radius: 45px;
    text-transform: uppercase;
    padding: 11px 40px;
    background-color: #ffbc29;
}

.ctaBtn-style-tq-page a {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    border: 2px solid #ffbc29;
    border-radius: 45px;
    text-transform: uppercase;
    padding: 11px 40px;
    background-color: #fff;
}


/* SPECIALITY INFOGRAPHIC START */

.btn-infographic-speciality {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #ffbc29;
    border-radius: 45px;
    text-transform: uppercase;
    padding: 15px 30px;
    background-color: #fff;
}

.btn-infographic-speciality:hover {
    color: #fff;
    border: 2px solid #ffbc29;
    background-color: #ffbc29;
    transition: all 0.3s ease;
}

.info-shadow-border {
    box-shadow: 0 6px 8px 0 rgb(0 0 0 / 0%), 0 2px 8px 0 rgb(0 0 0 / 19%);
}

.infographic-width {
    width: 305px;
}

.infographic-height {
    height: auto;
}

.ctaBtn-style11 {
    transition: all 0.3s ease;
}

.ctaBtn-style11 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid transparent;
    border-radius: 45px;
    text-transform: uppercase;
    padding: 13px 23px;
    background-color: #337eb7;
    transition: all 0.3s ease;
    width: 211px;
    cursor: pointer;
}

.ctaBtn-style11:hover {
    background-color: #ffbc29 !important;
    color: #fff !important;
    webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.ctaBtn-style11 a {
    color: #fff;
}

.ctaBtn-style11:hover a {
    color: #fff;
}

.specialties-page .card:hover .ctaBtn-style10 a {
    color: #fff;
    border: 1px solid #ffbc29;
    background-color: #ffbc29;
}

.specialties-page .card:hover .ctaBtn-style10 {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.specialties-page .card:hover .img-container img,
.eventsPromo-page .card:hover .img-container img,
.specialist-slider .card:hover .img-container img,
.eventPromo-slider .card:hover .img-container img {
    transform: scale(1.1);
    transform-origin: 50% 50%;
}

.ongoing-events .event-date {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background-color: #307fde;
    padding: 7px 20px;
    position: absolute;
    top: 21px;
    text-align: center;
}

.ongoing-events .event-mainImg img {
    border-radius: 15px;
}

.event-info {
    position: absolute;
    top: 89px;
    right: 14px;
    width: 358px;
    padding: 30px 34px;
    background-color: #fff;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0), 0 2px 8px 0 rgba(0, 0, 0, 0.19);
}

.event-info p span {
    color: #307fde;
}

.event-info h5 {
    font-weight: 900;
    color: #4db748;
}

.event-info .ctaBtn-style5 {
    width: 180px;
    height: 41px;
    background-color: #337eb7;
    border-radius: 45px;
    display: table;
    color: #fff;
}

.event-info .ctaBtn-style5 .ctaBtn-txt {
    display: table-cell;
    vertical-align: middle;
    padding-left: 22px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
}

.event-info .ctaBtn-style5 img {
    text-align: right;
    float: right;
    display: table-cell;
    vertical-align: middle;
    padding: 4px;
    width: 75%;
}

.card:hover .ctaBtn-style6 a {
    color: #fff;
    border: 1px solid #ffbc29;
    background-color: #ffbc29;
}

.card:hover .ctaBtn-style6 {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.ctaBtn-style14:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.eventsPromo-page .card {
    background-color: #f1f1f2;
    border: none;
    width: 100%;
    display: inline-block;
    min-height: 355px;
    margin-bottom: 5rem;
}

.eventsPromo-page optgroup {
    font-weight: 400;
}

.docDetail .title-style-8 {
    line-height: 0.9;
    font-size: 28px;
}

.docDetail h3 {
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    color: #307fde;
    margin-bottom: 7px;
    letter-spacing: 0.1px;
}

.docDetail div span {
    color: #307fde;
}

::-webkit-scrollbar {
    width: 50px;
}

.hospital-list::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar {
    width: 15px;
    /* width of the entire scrollbar */
}

.docDetail .scrollable-box ul {
    list-style-type: none;
    padding-inline-start: 0px;
    max-height: 137px;
    height: 137px;
    overflow: scroll;
    overflow-x: hidden;
    border: 1px solid #ccc;
    margin-bottom: 0px;
}

.docDetail .scrollable-box li {
    padding: 3px 18px;
}

.docDetail .scrollable-box h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #337eb7;
    color: #fff;
    margin-bottom: 0px;
    padding: 10px 18px;
}

.docDetail .nav-tabs {
    display: table;
    width: 100%;
}

.docDetail .nav-link {
    display: table-cell;
    border: 0.5px solid #ccc !important;
    border-bottom: 0px !important;
    border-radius: 0px !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #59595b !important;
    padding: 10px 5px;
}

.docDetail .nav-tabs .nav-link.active,
.docDetail .nav-tabs .nav-item.show .nav-link,
.docDetail .nav-tabs .nav-link:hover {
    color: #ffffff !important;
    background-color: rgb(49, 142, 46);
}


/* width */

::-webkit-scrollbar {
    width: 5px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* erica edited */


/* Handle */

::-webkit-scrollbar-thumb {
    background: #808080;
    /* #b7b7b8; */
    border-radius: 10px;
}


/* erica edited */


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #808080;
}

.docDetail .nav-tabs {
    border-bottom: 0px;
}

.docDetail .clinic-hours {
    width: 100%;
}

.docDetail .clinic-hours tr {
    border: 1px solid #ccc;
}

.docDetail .clinic-hours tr:first-child {
    background-color: #4db748;
    color: #fff;
    border-top: 0px !important;
    font-weight: bold;
}

.docDetail .clinic-hours tr td {
    padding: 12px 18px;
    text-align: center;
}

.docDetail .clinic-hours tr:first-child td {
    padding: 10px 18px;
    text-align: center;
}

.docDetail .clinic-hours tr td span {
    color: #81c1dd;
}

.icon-whatsapp {
    content: url(../images/icon_whatsapp.svg);
    height: 30px !important;
    cursor: pointer;
}

.icon-whatsapp:hover {
    content: url(../images/icon_whatsapp2.svg);
    height: 30px !important;
}

.icon-fb {
    content: url(../images/icon_fb.svg);
    height: 30px !important;
    cursor: pointer;
}

.icon-fb:hover {
    content: url(../images/icon_fb2.svg);
    height: 30px !important;
}

.icon-email {
    content: url(../images/icon_email.svg);
    height: 30px !important;
    cursor: pointer;
}

.icon-email:hover {
    content: url(../images/icon_email2.svg);
    height: 30px !important;
}

.icon-add {
    content: url(background-repeat: no-repeat,icon_add.svg);
    height: 30px !important;
    cursor: pointer;
}

.ctaBtn-style12 {
    height: 41px;
    background-color: #ff6c37;
    border-radius: 45px;
    display: table;
    color: #fff;
}

.ctaBtn-style12:hover {
    text-decoration: none;
    background-color: #ca4210;
    color: white;
}

.ctaBtn-style12 .ctaBtn-txt {
    display: table-cell;
    vertical-align: middle;
    padding-left: 22px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.2;
}

.ctaBtn-style12 img {
    text-align: right;
    float: right;
    display: table-cell;
    vertical-align: middle;
    padding: 4px;
    width: 75%;
}

.internationalPatients-page .nav-tabs {
    width: 100%;
    display: table;
}

.internationalPatients-page .nav-tabs .nav-link {
    width: 20%;
    text-align: center;
    border-radius: 0px !important;
    border: none !important;
    padding: 15px 0px;
    display: table-cell;
}

.internationalPatients-page .nav-tabs a {
    color: #808080;
    font-weight: 700;
    font-size: 15px;
}

.internationalPatients-page .nav-tabs a:hover {
    background-color: #ff6c37 !important;
    color: #fff !important;
}

.internationalPatients-page .nav-tabs .nav-link.active {
    background-color: #ff6c37;
    color: #fff;
}

.internationalPatients-page .card .card-block {
    padding: 20px 14px 0px;
}

.internationalPatients-page .card .card-title {
    padding: 10px 0px 0px;
    color: #333;
    text-transform: uppercase;
    height: 53px;
    min-height: 53px;
    max-height: 53px;
}

.internationalPatients-page .card .card-desc p {
    font-size: 13px !important;
    max-height: 55px;
    overflow: hidden;
}

.internationalPatients-page .card h4,
.specialties-page .card h4 {
    font-size: 18px;
    font-weight: 700;
}

.internationalPatients-page .ip-style1 .card {
    border: none !important;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0), 0 2px 8px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    cursor: pointer;
}

.internationalPatients-page .card:hover .ctaBtn-style10 a {
    color: #fff;
    border: 1px solid #ffbc29;
    background-color: #ffbc29;
}

.internationalPatients-page .card .card-btn {
    margin-bottom: -12px;
    padding-top: 27px;
}

.internationalPatients-page ul {
    list-style-type: none;
    padding-inline-start: 0px;
}

.internationalPatients-page ul li {
    padding-left: 1.3em;
}

.internationalPatients-page ul li:before {
    content: "-";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

.internationalPatients-page .blue-arrow {
    content: url(../images/arrowRight_green2.png);
    width: 80px;
    margin: 0 auto;
}

.ipg-style1 {
    background-color: #f3f2f3;
    text-align: center;
    padding: 40px 0px 10px !important;
    margin-top: 100px !important;
    box-shadow: 0 0 0 1px #f3f2f3;
    border-radius: 16px;
    border: 3px solid #fff;
}

.ipg-style1,
.ipg-style1 p {
    font-size: 15px !important;
}

.ipg-style1 table img {
    margin-right: 10px;
}

.ipg-style1 table span {
    color: #4db748;
    font-weight: bold;
}

.ipg-style1>div {
    display: inline-block;
    text-align: left;
}

.ipg-icon {
    display: block;
    margin: 0 auto;
    margin-top: -146px;
}

.internationalPatients-page #accordion .card-header img,
.internationalPatients-page #accordion2 .card-header img {
    margin-right: 5px;
    width: 22px;
}

.internationalPatients-page #accordion .card,
.internationalPatients-page #accordion2 .card {
    border: 0px
}

.internationalPatients-page #accordion .card-body,
.internationalPatients-page #accordion2 .card-body {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.25rem 1.25rem;
}

.internationalPatients-page #accordion .card-body ul p,
.internationalPatients-page #accordion2 .card-body ul p,
.internationalPatients-page #accordion .card-body ol p,
.internationalPatients-page #accordion2 .card-body ol p {
    font-weight: 900;
    margin-bottom: 0px;
}

.internationalPatients-page #accordion .card-header a.collapsed:after,
.internationalPatients-page #accordion2 .card-header a.collapsed:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

.internationalPatients-page #accordion .card-header a:after,
.internationalPatients-page #accordion2 .card-header a:after {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    height: 0.55em;
    position: absolute;
    top: 1.3em;
    transform: rotate(-45deg);
    width: 0.55em;
    float: right;
    color: #333 !important;
    transition: all 0.5s;
    transition: all 0.5s;
    right: 15px;
}

#nav-hospitalService .hs-style1 {
    background-color: #ebebeb;
    border-radius: 16px;
    text-align: center;
}

#nav-hospitalService .hs-style1 .row>div {
    padding: 20px 0px;
}

#nav-hospitalService .hs-style1 span {
    font-size: 12px;
    font-style: italic;
    font-weight: normal !important;
    display: block;
}

#nav-travelGuide .tg-style1 {
    border-radius: 16px;
    background-color: #ebebeb;
}

#nav-travelGuide .tgImg-style1 img {
    border-radius: 16px 0px 0px 16px;
}

#nav-travelGuide .tgInfo-style1 {
    border-radius: 0px 16px 16px 0px;
}

#nav-travelGuide .tgInfo-style1 span,
#nav-travelGuide .tgInfo-style2 span {
    font-weight: 700;
}

#nav-travelGuide .tgImg-style2 img {
    border-radius: 0px 16px 16px 0px;
}

#nav-travelGuide .tgInfo-style2 {
    border-radius: 16px 0px 0px 16px;
}

#nav-travelGuide .tg-style2 {
    background-color: #ebebeb;
    height: 100%;
    border-radius: 16px;
    padding: 1.5rem;
}

#nav-travelGuide .tg-style2 p {
    font-weight: 700;
}

#nav-travelGuide .tg-style2 span {
    color: #307fde;
    font-size: 16px;
}

#carousel-travelGuide1,
#carousel-travelGuide2 {
    background-color: #222;
}

#carousel-travelGuide1 .carouselInfo,
#carousel-travelGuide2 .carouselInfo {
    color: #fff;
    font-weight: bold;
}

#carousel-travelGuide1 .carouselInfo span,
#carousel-travelGuide2 .carouselInfo span {
    font-weight: normal;
    font-size: 12px;
}

#carousel-travelGuide1 .carousel-indicators li,
#carousel-travelGuide2 .carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #337eb7;
    border-radius: 45px;
    margin-right: 8px;
    margin-left: 8px;
    opacity: 1;
    background-clip: unset;
}

#carousel-travelGuide1 .carousel-indicators .active,
#carousel-travelGuide2 .carousel-indicators .active {
    background-color: #337eb7;
}

#carousel-travelGuide1 .carousel-control-prev,
#carousel-travelGuide1 .carousel-control-next,
#carousel-travelGuide2 .carousel-control-prev,
#carousel-travelGuide2 .carousel-control-next {
    width: 5%;
}

.internationalPatients-page h3 {
    font-size: 20px;
    font-weight: 900;
    color: #4cb648 !important;
    margin: 1rem 0rem;
    letter-spacing: 0.5px;
}

.internationalPatients-page a {
    color: #000;
}

#nav-findUs .fu-style1 {
    padding: 1rem 0rem;
}

.ctaBtn-style5 {
    background-color: #ff6c37;
    border-radius: 45px;
    display: table;
    color: #fff;
}

.ctaBtn-style5 .ctaBtn-txt {
    display: table-cell;
    vertical-align: middle;
    padding-left: 33px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.ctaBtn-style5 img {
    text-align: right;
    float: right;
    display: table-cell;
    vertical-align: middle;
    padding: 4px;
    width: 75%;
}

.makeAppt-page .title-style-4 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #307fde !important;
}

.makeAppt-page .nav-tabs {
    border-bottom: none !important;
}

.side-bar-bg {
    color: white;
}

.side-bar-title {
    color: black;
    font-size: 16px;
}

.side-bar-font {
    color: black;
    font-size: 13px;
}

.side-bar-paragraph {
    margin-top: -80px;
    color: black;
}

.button-tq-page:hover {
    background-color: #12770f;
    border: #12770f;
}

.enquiry-form-bg {
    background: #85daff94;
    margin: 60px 0px;
    margin-bottom: -2px !important;
    border-radius: 0px 25px 25px 0px;
    padding: 30px;
}

.enquiry-form-p {
    color: black;
    font-size: 13px;
}

.enquiry-form-calender-icon {
    font-size: 16px;
    position: absolute;
    bottom: 23px;
    right: 23px;
}

#loc-font-color {
    color: black !important;
}

.makeAppt-page .nav-tabs .nav-link {
    width: 170px;
    border: 1px solid #909090;
    border-radius: 0px;
    border: none;
    text-align: center;
    color: #59595b;
    background-color: #fff;
    z-index: 1;
}

.makeAppt-page .nav-tabs .nav-link:first-child {
    border-radius: 5px 0px 0px 5px;
    border: 1px solid;
    border-color: transparent;
    border-color: #ccc transparent #ccc #ccc;
}

.makeAppt-page .nav-tabs .nav-link:nth-child(2) {
    border-radius: 0px 5px 5px 0px;
    border: 1px solid;
    border-color: #ccc #ccc #ccc transparent;
}

.makeAppt-page .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #f3b125;
    border-color: transparent;
}

.makeAppt-page .ctaBtn-style5 {
    background-color: #ff6c37;
    border-radius: 45px;
    display: table;
    color: #fff;
    margin: 0 auto;
}

.makeAppt-page .ctaBtn-style5:hover {
    background-color: #ca4210;
}


/* erica 7/5/2021 */

.makeAppt-page .tab-content {
    padding: 0px 10px;
    border-radius: 25px 0px 0px 25px;
    box-shadow: 0 6px 8px 0 rgb(0 0 0 / 0%), 0 2px 8px 0 rgb(0 0 0 / 19%);
    padding-right: 0px;
    /* padding-bottom: 70px;
    padding-top: 60px; 
    background-color: #f3f3f3;
    */
}

.choice-radio-btn {
    float: left;
    clear: none;
}

.patientsDetails-section {
    margin-top: -155px;
}

.enquiryform-label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}


/* ERICA 11/06/2021 START */

.confirmDetails-page .enquiryform-label {
    color: rgb(60, 160, 56);
    font-size: 14px;
    font-weight: 500;
    position: unset;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.confirmDetails-page label {
    float: left;
    clear: none;
    display: block;
    padding: 0px;
    color: rgb(60, 160, 56);
}

.confirmDetails-page .time-blue-bg {
    background-color: #edf7eb;
    padding-left: 10px !important;
    padding-right: 14px !important;
    padding: 15px;
    border-radius: 0px 10px 10px 0px;
}

.confirmDetails-page .date-blue-bg {
    background-color: #edf7eb;
    padding-left: 15px !important;
    padding: 15px;
    border-radius: 10px 0px 0px 10px;
}

.confirmDetails-page .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #f3b125;
    border-color: transparent;
}

.confirmDetails-page .nav-tabs .nav-link:first-child {
    border-radius: 5px 0px 0px 5px;
    border: 1px solid;
    border-color: transparent;
    border-color: #ccc transparent #ccc #ccc;
}

.confirmDetails-page .nav-tabs .nav-link:nth-child(2) {
    border-radius: 0px 5px 5px 0px;
    border: 1px solid;
    border-color: #ccc #ccc #ccc transparent;
}

.confirmDetails-page .nav-tabs .nav-link {
    width: 170px;
    border: 1px solid #909090;
    border-radius: 0px;
    border: none;
    text-align: center;
    color: #59595b;
    background-color: #fff;
    z-index: 1;
}

.confirmDetails-page .tab-content {
    padding: 0px 10px;
    border-radius: 25px 0px 0px 25px;
    box-shadow: 0 6px 8px 0 rgb(0 0 0 / 0%), 0 2px 8px 0 rgb(0 0 0 / 19%);
    padding-right: 0px;
    /* padding-bottom: 70px;
    padding-top: 60px; 
    background-color: #f3f3f3;
    */
}

.confirmDetails-page-title {
    color: #333 !important;
    font-weight: 600;
    font-size: 16px !important;
}

.confirmDetails-page .nav-tabs {
    border-bottom: none;
}

.confirmDetails-page .btn-center {
    margin: auto;
}

.confirmDetails-page .form-control {
    font-size: 14px !important;
    border: transparent;
    background-color: transparent;
    background-color: transparent;
}

.confirmDetails-page .form-control.date-white-bg {
    background-color: transparent;
}

.confirmDetails-page .ctaBtn-style5 {
    background-color: #ff6c37;
    border-radius: 45px;
    display: table;
    color: #fff;
    opacity: 1 !important;
    margin: auto;
}

.confirmDetails-page .title-style-4 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #307fde !important;
}

.confirmDetails-page .enquiry-form-border-padding {
    padding-right: 0px !important;
}

.confirmDetails-page .title-style-enquiry {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #307fde !important;
    display: inline;
    margin-bottom: 20px;
    margin-left: 15px;
}

.confirmDetails-page .select2-container--default .select2-selection--single {
    border: transparent !important;
    padding: 0rem;
}

.confirmDetails-page .select2-container--default .select2-selection--single {
    padding: 0px;
}

.cfm-details-p {
    color: black;
    font-weight: 500;
    font-size: 16px;
}


/* ERICA 11/06/2021 END */


/* PHA Heart screening pakacge page START */

.pha-heart-screening {
    font-family: Arial !important;
}

.pha-heart-screening body {
    font-family: Arial;
}

.pha-heart-screening p {
    font-size: 16px;
}

.pha-heart-screening .btn-success {
    background-color: #FEBB2A;
    border-color: #FEBB2A;
    width: 60%;
}

.pha-heart-screening .btn-success:hover {
    background-color: #c58700;
    border-color: #c58700;
}

.why-us-p-mt {
    margin-top: 10px;
}

.risk-factors-bg {
    background: linear-gradient(to bottom, white 20%, #e5f6fd 20% 40%, #e5f6fd 40% 60%, #e5f6fd 60% 80%, white 80%)
}

.sec2-kv-bg {
    background-image: url(/Portals/0/HospitalImages/ampang/heart-screening-package-page/section-2_R2_final.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.sec5-kv-bg {
    background-image: url(/Portals/0/HospitalImages/ampang/heart-screening-package-page/final-sec5-kv.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.pha-heart-screening li {
    font-size: 16px !important;
}

.heart-screening-package-title-box {
    font-weight: bold;
    color: white;
    background-color: #307fde;
    padding: 20px;
    border-radius: 20px 20px 0px 0px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.heart-screening-package-innerbox {
    min-height: 565px;
    background-color: #03b3ec;
    padding-top: 20px;
    margin-bottom: 0px;
    color: white;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 30px;
}

.cardiac-package-innerbox {
    min-height: 215px;
    background-color: #03b3ec;
    padding-top: 20px;
    margin-bottom: 0px;
    color: white;
    padding-right: 50px;
    padding-left: 50px;
}

.cardiac-package-tnc {
    background-color: #03b3ec;
    margin-bottom: 0px;
    color: white;
    padding-right: 50px;
    padding-left: 36px;
    padding-bottom: 30px;
    margin-top: 0px;
}

.heart-screening-package-title-price {
    font-weight: 500;
    color: white;
    background-color: #307fde;
    padding: 20px;
    border-radius: 0px 0px 20px 20px;
    margin-bottom: 0px;
}

.heart-screening-package-sec-title {
    color: #307fde;
    font-weight: bold;
    text-align: center;
}

.img-full-width {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec2-textbox-top {
    margin-top: 10%;
}

.text-block {
    background-color: #307fde;
    padding: 30px !important;
    border-radius: 30px;
    box-shadow: 4px 8px 14px 3px #7a7a7ac7;
    color: white;
}

.text-block-2 {
    background-color: #FEBB2A;
    padding: 30px !important;
    border-radius: 30px;
    box-shadow: 4px 8px 14px 3px #7a7a7ac7;
    color: white;
}


/* PHA Heart screening package page END */

.makeAppt-page label {
    float: left;
    clear: none;
    display: block;
    padding: 0px 1em 0px 8px;
}

input[type=radio],
input.radio {
    float: left;
    clear: none;
    margin: 5px 0 0 0px;
    /* ori */
    /* margin: 2px 0 0 2px; */
}

.makeAppt-page .ctaBtn-style5 img {
    text-align: right;
    float: right;
    display: table-cell;
    vertical-align: middle;
    padding: 4px;
    width: 75%;
}

.makeAppt-page .ctaBtn-style5 .ctaBtn-txt {
    display: table-cell;
    vertical-align: middle;
    padding-left: 33px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
}

.makeAppt-page .makeAppt-sec1 {
    background-color: #ff6c37;
    border-radius: 10px 10px 0px 0px;
}

.makeAppt-page .makeAppt-sec1 h4 {
    font-size: 16px !important;
    color: #fff;
    padding: 15px 10px;
    margin: 0px;
    display: inline-block;
}

.makeAppt-page .makeAppt-sec1 img {
    margin-left: 27px;
}


/* erica 6/5/2021 */

.makeAppt-page .form-control {
    /* ori */
    /* border: none;
    padding: 0rem;
    height: calc(0.5em + 0.75rem + 2px);
    padding: 1rem; */
    border-bottom: 1px solid #ccc;
    border-radius: 8px;
    font-size: 12px !important;
}

.makeAppt-page textarea.form-control {
    height: auto !important;
    border: 1px solid #ced4da !important;
}

.makeAppt-page label {
    font-size: 14px;
}

.makeAppt-page .date-blue-bg {
    background-color: #edf7eb;
    padding-left: 15px !important;
    padding: 15px;
    border-radius: 10px 0px 0px 10px;
}

.makeAppt-page .time-blue-bg {
    background-color: #edf7eb;
    padding-left: 10px !important;
    padding-right: 14px !important;
    padding: 15px;
    border-radius: 0px 10px 10px 0px;
}


/* erica 7/5/2021 */

.makeAppt-page .form-group {
    margin-bottom: 1rem;
    padding-left: 0px;
}

.eventsPromoDetail-page .title-style-8 {
    font-size: 28px;
}

.eventsPromoDetail-page .eventTimetable {
    color: #59595b;
}

.eventsPromoDetail-page h4 {
    color: #2d9045;
    font-size: 15px;
    font-weight: 900;
}

.eventsPromoDetail-page span {
    font-weight: 900;
    display: block;
}

.eventsPromoDetail-page .eventTimetable td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: none !important;
}

.eventsPromoDetail-page .eventTimetable td:first-child {
    padding-left: 0rem;
}

.eventsPromoDetail-page .eventTimetable thead {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}

.eventsPromoDetail-page .boothActivities p {
    margin-bottom: 0px;
}

.eventsPromoDetail-page .eventCountdown p {
    font-weight: 700;
    text-align: center;
}

.eventsPromoDetail-page .eventCountdown table {
    width: 100%
}

.eventsPromoDetail-page .eventCountdown table tr td {
    width: 25%;
    text-align: center;
    font-size: 13px;
}

.eventsPromoDetail-page .eventCountdown table tr:first-child td {
    font-size: 27px;
    color: #2d9145;
    font-weight: 900;
    line-height: 1;
}

.eventsPromoDetail-page .eventDetails-header,
.eventsPromoDetail-page .eventRegistration-header {
    background-color: #f3b125;
    text-align: center;
    padding: 10px 0px;
}

.eventsPromoDetail-page .eventDetails-header p,
.eventsPromoDetail-page .eventRegistration-header p {
    display: inline-block;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.eventsPromoDetail-page .eventDetails-body,
.eventsPromoDetail-page .eventRegistration-body {
    background-color: #f2f2f2;
    padding: 18px;
}

.eventsPromoDetail-page .eventDetails-body table {
    width: 95%;
    margin: 0 auto;
}

.eventsPromoDetail-page .eventDetails-body td {
    font-size: 13px;
    padding: 5px;
}

.eventsPromoDetail-page .eventDetails-body p {
    font-size: 13px;
    word-break: break-all;
    margin-top: 1rem;
}

.eventsPromoDetail-page .eventRegistration-body label {
    margin-bottom: 0px;
}

.eventsPromoDetail-page .eventRegistration-body .form-control {
    border: 0px;
    border-radius: 0px;
    background-color: #f2f2f2;
    border-bottom: 0.5px solid #ccc;
    line-height: 1;
    padding: 0px;
    height: calc(1em + 0.75rem + 2px);
}

.eventsPromoDetail-page .eventRegistration-body .ctaBtn-style5 .ctaBtn-txt {
    padding-left: 40px;
}


/*PATIENT CARE - ACCORDION*/

.patientCare-page #accordion .card {
    border: none;
    border-radius: 0px;
    background: #fff
}

.patientCare-page #accordion .card:nth-child(odd) {
    border-top: 0.5px solid #adadad;
    border-bottom: 0.5px solid #adadad;
    background: #fff;
}

.patientCare-page #accordion .card:nth-child(even) {
    background: #f2f2f2;
}

.patientCare-page #accordion .card-header {
    background-color: transparent !important;
    border: none !important;
    padding: 0px;
    cursor: pointer;
}

.patientCare-page #accordion .card-header div {
    padding: 15px 35px 15px 30px;
    padding-right: 35px;
}

.patientCare-page #accordion .card-header img {
    margin-right: 5px;
}

.patientCare-page #accordion .card-header span {
    margin-right: 10px;
}

.patientCare-page #accordion .card-body {
    padding: 0px 40px 20px 30px;
    text-align: justify;
    transition: .3s transform ease-in-out;
}

.patientCare-page #accordion hr {
    margin-top: 0px !important;
}

.patientCare-page ul {
    list-style-type: none;
    padding-inline-start: 0px;
}

.patientCare-page ul li {
    padding-left: 1.3em;
}

.patientCare-page ul li:before {
    content: "-";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

.patientCare-page #accordion .card-header a:after {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    display: inline-block;
    height: 0.55em;
    left: 0em;
    position: relative;
    top: 0.15em;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.55em;
    float: right;
    color: #333 !important;
    transition: all 0.5s;
    float: right;
    transition: all 0.5s;
}

.patientCare-page #accordion .card-header a.collapsed:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

.patientCare-page #accordion .card .show {
    transition: all 0.5s;
}

.patientCare-page .room-rate {
    border: 0.5px solid #ff6c37;
}

.patientCare-page .room-rate .room-rate-table {
    margin: 5%;
    width: 90%
}

.patientCare-page .room-rate .room-rate-table thead {
    background-color: #ff6c37;
    color: #fff;
    font-weight: 900;
    font-size: 15px;
}

.patientCare-page .room-rate .room-rate-table thead tr td {
    padding: 8px 0px;
}

.patientCare-page .room-rate .room-rate-table>thead>tr>td:first-child,
.patientCare-page .room-rate .room-rate-table tbody tr td table tr td:first-child {
    width: 55%;
    padding-left: 35px;
    text-align: left;
}

.patientCare-page .room-rate .room-rate-table>thead>tr>td:nth-child(2),
.patientCare-page .room-rate .room-rate-table tbody tr td table tr td:nth-child(2) {
    padding-left: 35px;
    text-align: center;
}

.patientCare-page .room-rate .room-rate-table>tbody>tr:nth-child(even) {
    background-color: #fff;
    border-bottom: 0.5px solid #adadad;
}

.patientCare-page .room-rate .room-rate-table>tbody>tr:nth-child(odd) {
    background-color: #f3f2f3;
    border-bottom: 0.5px solid #adadad;
}

.patientCare-page .room-rate .room-rate-table>tbody>tr {
    height: 45px;
    min-height: 45px;
}

.patientCare-page .room-rate .room-rate-table>tbody>tr>td tr:first-child {
    color: #ff6c37;
    font-weight: 900;
    font-size: 16px;
}

.patientCare-page .room-rate .room-rate-table>tbody>tr>td {
    padding: 10px 0px;
}

.patientCare-page .title-style-4 {
    color: #2d9045 !important;
}

.patientCare-page .title-style-4.collapsed {
    color: #2d9045 !important;
}

#remove-ul-style {
    content: none;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

.facilitiesAmenities-page .nav-tabs,
.specialtiesDetail-page .nav-tabs,
.vaccine-page .nav-tabs {
    width: 100%;
    display: table;
}

.facilitiesAmenities-page .nav-tabs .nav-link {
    width: 20%;
    text-align: center;
    border-radius: 0px !important;
    border: none !important;
    padding: 15px 0px;
    display: table-cell;
}

.specialtiesDetail-page .nav-tabs .nav-link {
    width: 20%;
    text-align: center;
    border-color: 0.5px solid #ff6b3a !important;
    padding: 15px 0px;
    display: table-cell;
}

.vaccine-page .nav-tabs .nav-link {
    width: 33%;
    text-align: center;
    border-color: 0.5px solid #ff6b3a !important;
    padding: 15px 0px;
    display: table-cell;
    color: #f68920;
    font-weight: bold;
    line-height: normal;
}

.drive-thru-page .nav-tabs .nav-link {
    width: 50%;
    text-align: center;
    border-color: 0.5px solid #ff6b3a !important;
    padding: 15px 0px;
    display: table-cell;
    border: 1px solid #f68920;
}

.facilitiesAmenities-page .nav-tabs a {
    color: #808080;
    font-weight: 900;
    font-size: 17px;
}

.specialtiesDetail-page .nav-tabs a {
    color: #f68920;
    font-weight: 900;
    font-size: 14px;
    border-color: 0.5px solid #f68920;
}

.drive-thru-page .nav-tabs a {
    color: #ff6b3a;
    font-weight: 900;
    font-size: 14px;
    border-color: 0.5px solid #ff6b3a;
}

.facilitiesAmenities-page .nav-tabs a:hover {
    background-color: #ff6c37 !important;
    color: #fff !important;
}

.specialtiesDetail-page .nav-tabs a:hover {
    background-color: #ff6b3a !important;
    border-color: 0.5px solid #ff6b3a;
    color: #fff !important;
}

.vaccine-page .nav-tabs a:hover {
    background-color: #f68920 !important;
    border-color: 0.5px solid #f68920;
    color: #fff !important;
}

.facilitiesAmenities-page .nav-tabs .nav-link.active {
    background-color: #ff6c37;
    color: #fff;
}

.specialtiesDetail-page .nav-tabs .nav-link.active {
    background-color: #f68821 !important;
    border-color: 0.5px solid #f68821;
    color: #fff !important;
    border-radius: 0;
}

.vaccine-page .nav-tabs .nav-link.active {
    background-color: #f68821 !important;
    border-color: 0.5px solid #f68821;
    color: #fff !important;
    border-radius: 0;
    line-height: normal;
}

.drive-thru-page .nav-tabs .nav-link.active {
    background-color: #f68821 !important;
    border-color: 0.5px solid #f68821;
    color: #fff !important;
    border-radius: 0;
}

.facilitiesAmenities-page #accordion .card,
.facilitiesAmenities-page #accordion2 .card,
.facilitiesAmenities-page #accordion3 .card {
    border: none;
    border-radius: 0px;
    border-bottom: 0.5px solid #adadad;
}

.facilitiesAmenities-page #accordion .card:nth-child(even),
.facilitiesAmenities-page #accordion2 .card:nth-child(even),
.facilitiesAmenities-page #accordion3 .card:nth-child(even) {
    background: #fff;
}

.facilitiesAmenities-page #accordion .card:nth-child(odd),
.facilitiesAmenities-page #accordion2 .card:nth-child(odd),
.facilitiesAmenities-page #accordion3 .card:nth-child(odd) {
    background: #f2f2f2;
}

.facilitiesAmenities-page #accordion .card-header,
.facilitiesAmenities-page #accordion2 .card-header,
.facilitiesAmenities-page #accordion3 .card-header {
    background-color: transparent !important;
    border: none !important;
    padding: 0px;
    cursor: pointer;
}

.facilitiesAmenities-page #accordion .card-header>div,
.facilitiesAmenities-page #accordion2 .card-header>div,
.facilitiesAmenities-page #accordion3 .card-header>div {
    padding: 15px 35px;
}

.facilitiesAmenities-page #accordion .card-header img,
.facilitiesAmenities-page #accordion2 .card-header img,
.facilitiesAmenities-page #accordion3 .card-header img {
    margin-right: 5px;
    width: 22px;
}

.facilitiesAmenities-page #accordion .card-header span,
.facilitiesAmenities-page #accordion2 .card-header span,
.facilitiesAmenities-page #accordion3 .card-header span {
    margin-right: 10px;
}

.facilitiesAmenities-page #accordion .card-body,
.facilitiesAmenities-page #accordion2 .card-body,
.facilitiesAmenities-page #accordion3 .card-body {
    padding: 0px 35px 20px 35px;
    text-align: justify;
    transition: .3s transform ease-in-out;
}

.facilitiesAmenities-page #accordion hr,
.facilitiesAmenities-page #accordion2 hr,
.facilitiesAmenities-page #accordion3 hr {
    margin-top: 0px !important;
}

.facilitiesAmenities-page ul {
    list-style-type: none;
    padding-inline-start: 0px;
}

.facilitiesAmenities-page ul li {
    padding-left: 1.3em;
}

.facilitiesAmenities-page ul li:before {
    content: "-";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

.facilitiesAmenities-page #accordion .card-header a:after,
.facilitiesAmenities-page #accordion2 .card-header a:after,
.facilitiesAmenities-page #accordion3 .card-header a:after {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    display: inline-block;
    height: 0.55em;
    position: absolute;
    top: 1.5em;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.55em;
    float: right;
    color: #333 !important;
    transition: all 0.5s;
    float: right;
    transition: all 0.5s;
    right: 15px;
}

.facilitiesAmenities-page #accordion .card-header a.collapsed:after,
.facilitiesAmenities-page #accordion2 .card-header a.collapsed:after,
.facilitiesAmenities-page #accordion3 .card-header a.collapsed:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

.facilitiesAmenities-page #accordion .card .show,
.facilitiesAmenities-page #accordion2 .card .show,
.facilitiesAmenities-page #accordion3 .card .show {
    transition: all 0.5s;
}

.facilitiesAmenities-page #accordion .card-header a div:last-child,
.facilitiesAmenities-page #accordion2 .card-header a div:last-child,
.facilitiesAmenities-page #accordion3 .card-header a div:last-child {
    padding-right: 12px;
}

.facilitiesAmenities-page h4 {
    font-size: 16px;
    font-weight: 900;
    color: #4db748;
}

.facilitiesAmenities-page h5 {
    font-size: 15px;
    font-weight: 700;
}

.facilitiesAmenities-page .roomService {
    border: 0.5px solid #ff6c37;
}

.facilitiesAmenities-page .roomService-padding {
    padding: 5%;
}

.facilitiesAmenities-page .roomService .roomService-header {
    background-color: #ff6c37;
    color: #fff;
    font-weight: 900;
    font-size: 15px;
    padding: 10px 0px 10px 20px;
}

.facilitiesAmenities-page .roomService .roomService-info {
    padding-top: 10px;
    padding-bottom: 10px;
}

.facilitiesAmenities-page .roomService .roomService-info .row {
    padding-left: 20px;
}

.facilitiesAmenities-page .room-rate .room-rate-table tbody tr td table tr td:first-child,
.facilitiesAmenities-page .room-rate .room-rate-table tbody tr td table tr td:first-child {
    /*width: 55%;*/
    padding-left: 35px;
    text-align: left;
}

.facilitiesAmenities-page .room-rate .room-rate-table>thead>tr>td:nth-child(2),
.facilitiesAmenities-page .room-rate .room-rate-table tbody tr td table tr td:nth-child(2) {
    padding-left: 35px;
    text-align: center;
}

.facilitiesAmenities-page .roomService .roomService-info:nth-child(odd) {
    background-color: #fff;
    border-bottom: 0.5px solid #adadad;
}

.facilitiesAmenities-page .roomService .roomService-info:nth-child(even) {
    background-color: #f3f2f3;
    border-bottom: 0.5px solid #adadad;
}

.facilitiesAmenities-page .room-rate .room-rate-table>tbody>tr {
    height: 45px;
    min-height: 45px;
}

.facilitiesAmenities-page .roomService-info .roomService-details {
    margin-bottom: 8px;
    font-weight: 600;
}

.facilitiesAmenities-page .roomService .roomService-title {
    color: #ff6c37;
    font-weight: 900;
    font-size: 16px;
}

.facilitiesAmenities-page td .roomService-title {
    color: #ff6c37;
    font-weight: 900;
    font-size: 16px;
}

.facilitiesAmenities-page .roomService-priceBox {
    min-width: 350px;
}

.facilitiesAmenities-page .room-rate .room-rate-table>tbody>tr>td {
    padding: 10px 0px;
}

.ctaBtn-style13 a {
    bottom: 0;
    display: inline-block;
    color: #726f71;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff !important;
    border: 1px solid #d9d9d8;
    padding: 11px 3.35rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.65rem;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.keywords-btn input {
    background-color: #f3f2f3;
    border-radius: 25px 0px 0px 25px !important;
    border-top: 1px solid #337eb7 !important;
    border-bottom: 1px solid #337eb7 !important;
    border-left: 1px solid #337eb7 !important;
    padding-left: 10px;
    padding: 23px;
}

.keywords-btn button {
    border-radius: 0px 25px 25px 0px !important;
    background-color: #f3f2f3;
    border-top: 1px solid #337eb7 !important;
    border-right: 1px solid #337eb7 !important;
    border-bottom: 1px solid #337eb7 !important;
    padding: 2px 2px 0px 0px !important;
}

.keywords-btn button .arrowImg {
    background-image: url(../images/icon_arrow_blue.png);
    width: 44px;
    height: 44px;
}

.keywords-btn button:hover .arrowImg {
    background-image: url(../images/icon_arrow_blue.png);
    width: 44px;
    height: 44px;
}

.keywords-btn .form-control:focus {
    color: #495057;
    background-color: #f3f2f3 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.keywords-btn .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.health-list {
    list-style: none;
    padding-left: 20px;
}

.health-list li {
    padding: 5px 0px;
}

.health-list li:before {
    content: "-";
    margin-left: -1.3em;
    width: 1.5em;
    color: #59595b;
}

.healthAZ-page hr {
    margin: 20px 0px !important;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.healthAZ-page .anatomy-wrapper .mainbody .nav-tabs .nav-link {
    min-width: auto;
}

.healthAZ-page .anatomy-wrapper .mainbody ul li {
    width: 50%;
}

.healthAZ-page .anatomy-wrapper .mainbody ul li:first-child {
    margin-top: 0px;
}

.title-style-2 {
    color: #ffbc29;
    font-size: 18px;
    font-weight: 700;
}

.hospitalsList-table {
    border: 1px solid #ccc;
    margin: 0px !important;
}

.hospitalsList-table>div {
    padding-top: 6px;
    padding-bottom: 6px;
}

.hospitalsList-table>div:first-child {
    background-color: #307fde;
    color: #fff;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 16px;
}

.emergencyContact {
    margin: 0px 15.5px;
    padding: 10px 55px;
}

.emergencyContact2 {
    margin: 0px 15.5px;
    padding: 10px 55px;
    background-color: #f3f2f3;
}

.emergencyContacts-modal {
    font-size: 13px;
}

.emergencyContacts-modal table td span {
    color: #ffbc29 !important;
    -webkit-color: #ffbc29 !important;
}

.emergencyContacts-modal table td img {
    padding: 13px 10px 13px 0px;
}

.enquiryForm-tile {
    color: #307fde;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.formdisclaimer {
    font-size: 11px;
}

.selectHospitals .form-control:before {
    content: url('../images/icon_location.png');
    height: 30px;
}

.select-style-1 {
    border: 1px solid #ffbc29 !important;
    height: auto !important;
    padding: 0.85rem 0.95rem !important;
    background-color: #f3f2f3 !important;
}


/*Select Icon Dropdown*/

select.select-style-1 {
    -webkit-appearance: none;
    /* remove the original arrow */
    -moz-appearance: none;
    -o-appearance: none;
}

.select-style-1+i.fa {
    float: right;
    margin-top: -30px;
    margin-right: 5px;
    cursor: pointer;
    padding-right: 10px;
    color: #a8a9ac;
    font-size: 12px;
}

.career-page ul {
    list-style-type: none;
    padding-inline-start: 0px;
}

.career-page ul li {
    padding-left: 1.3em;
}

.career-page ul li:before {
    content: "-";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}


/* PRIVACY POLICY */

.roman-ol-style {
    padding: 0px 15px 10px 15px;
    list-style: upper-roman;
}

.privacy-policy-pantai p {
    margin-bottom: 0.5rem !important;
}

.privacy-policy-pantai>ol>li::marker {
    font-weight: bold;
}

.sideInfo-header {
    background-color: #f3b125;
    text-align: center;
    padding: 10px 0px;
    font-size: 14.5px;
    font-weight: 700;
    color: #fff;
}

.sideInfo-body {
    background-color: #f2f2f2;
    padding: 18px;
}

.sideInfo-body ul li a {
    color: #007bff;
}

.sideInfo-body ul li a:hover {
    color: #ff6c37;
}

.makeAnEnquiry-btn2 {
    background-color: #23b0e6;
    padding: 10px 0px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    display: block;
}

.makeAnEnquiry-btn2:hover {
    background-color: #337eb7;
    color: #fff;
}

.makeAnEnquiry-btn3-dt {
    background-color: #23b0e6;
    padding: 10px 0px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    display: block;
}

.makeAnEnquiry-btn3-dt:hover {
    background-color: #337eb7;
    color: #fff;
}

.newsroom>div {
    border-bottom: 0.5px solid #ccc;
    margin-bottom: 1rem;
}

.newsroom>div .title-style-2:hover {
    color: #337eb7;
}

.newsroom>div span {
    font-style: italic;
    margin-bottom: 0.5rem;
}

.doctorOnCall-page .nav-tabs {
    width: 100%;
    display: table;
}

.doctorOnCall-page .nav-tabs .nav-link {
    width: 20%;
    text-align: center;
    border-radius: 0px !important;
    border: none !important;
    padding: 15px 0px;
    display: table-cell;
}

.doctorOnCall-page .nav-tabs a {
    color: #808080;
    font-weight: 700;
    font-size: 15px;
}

.doctorOnCall-page .nav-tabs a:hover {
    background-color: #ff6c37 !important;
    color: #fff !important;
}

.doctorOnCall-page .nav-tabs .nav-link.active {
    background-color: #ff6c37;
    color: #fff;
}

.doctorOnCall-page .form-control {
    height: calc(0.5em + 0.75rem + 12px);
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
}

.doctorOnCall-page textarea.form-control {
    height: auto !important;
    border: 1px solid #ced4da !important;
}

.doctorOnCall-page .form-group {
    margin-bottom: 3rem;
}

.doctorOnCall-page #nav-home div>span {
    font-size: 20px;
    color: #2d8f00;
    font-weight: 700;
}

.enquiry-nurse {
    position: absolute;
    right: -74px;
    top: -115px;
}

.enquiry-nurse img {
    width: 73%;
}


/* MOBILE_MAKE AN ENQUIRY */

.m-makeAnEnquiry {
    display: none;
}

.ol-list-style {
    padding: 0 0 15px 15px;
}

.mandatory-fields {
    color: #4db748;
    font-size: 13px;
    font-style: italic;
}


/*TOOLTIP*/


/* START TOOLTIP STYLES */

[tooltip] {
    position: relative;
    /* opinion 1 */
}


/* Applies to all tooltips */

[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    /* opinion 2 */
    font-size: .9em;
    /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    /* opinion 4 */
    z-index: 1001;
    /* absurdity 1 */
}

[tooltip]::after {
    content: attr(tooltip);
    /* magic! */
    /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
    min-width: 18em;
    max-width: 21em;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.15);
    background: #337eb7;
    color: #fff;
    z-index: 1000;
    /* absurdity 2 */
    line-height: 14px;
}


/* Make the tooltips respond to hover */

[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}


/* don't show empty tooltips */

[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}


/* FLOW: UP */

[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #337eb7;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}


/* FLOW: DOWN */

[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #337eb7;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}


/* FLOW: LEFT */

[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #337eb7;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}


/* FLOW: RIGHT */

[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #337eb7;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}


/* KEYFRAMES */

@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}


/* FX All The Things */

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}


/* Update */

.bg-grey {
    background-color: #e8e6e7;
}

.heading-style1 {
    color: #0062a6;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 auto;
    padding-bottom: 10px;
}

.s-videos-slider .uk-slider-items li a {
    display: inline-block;
    transition: .3s ease;
}

.s-videos-slider .uk-slider-items li a img {
    width: 400px;
}

.s-videos-slider .uk-slider-items li a:hover {
    transform: scale(1.2);
}

.safety-slider .card {
    overflow: hidden;
}

.safety-slider .safety-fadein {
    position: absolute;
    width: 100%;
    background: #327eb8;
    height: 100%;
    top: 100%;
    left: 0;
    opacity: .8;
    font-size: 18px;
    color: #fff;
    padding: 33% 0;
    transition: .3s ease;
}

.safety-slider a:hover .safety-fadein {
    top: 0;
}

.safety-measure-card {
    background-color: transparent !important;
}

.icon-screen {
    display: inline !important;
    border-radius: 0% !important;
}

.icon-screen-hover {
    display: none !important;
    border-radius: 0% !important;
}

#screening-btn:hover .icon-screen,
#screening-btn.active .icon-screen,
#v-pills-ppe-tab:hover .icon-screen,
#v-pills-ppe-tab.active .icon-screen,
#v-pills-hygiene-tab:hover .icon-screen,
#v-pills-hygiene-tab.active .icon-screen,
#v-pills-cleaning-tab:hover .icon-screen,
#v-pills-cleaning-tab.active .icon-screen,
#v-pills-socialdist-tab:hover .icon-screen,
#v-pills-socialdist-tab.active .icon-screen,
#v-pills-space-tab:hover .icon-screen,
#v-pills-space-tab.active .icon-screen {
    display: none !important;
    border-radius: 0% !important;
}

#screening-btn:hover .icon-screen-hover,
#screening-btn.active .icon-screen-hover,
#v-pills-ppe-tab:hover .icon-screen-hover,
#v-pills-ppe-tab.active .icon-screen-hover,
#v-pills-hygiene-tab:hover .icon-screen-hover,
#v-pills-hygiene-tab.active .icon-screen-hover,
#v-pills-cleaning-tab:hover .icon-screen-hover,
#v-pills-cleaning-tab.active .icon-screen-hover,
#v-pills-socialdist-tab:hover .icon-screen-hover,
#v-pills-socialdist-tab.active .icon-screen-hover,
#v-pills-space-tab:hover .icon-screen-hover,
#v-pills-space-tab.active .icon-screen-hover {
    display: inline !important;
    border-radius: 0% !important;
}

.cardHeaderBg:hover {
    background-color: #0062a6 !important;
    color: white;
}

#screening-btn:hover,
#v-pills-ppe-tab:hover,
#v-pills-hygiene-tab:hover,
#v-pills-cleaning-tab:hover,
#v-pills-socialdist-tab:hover,
#v-pills-space-tab:hover {
    background-color: #0062a6;
    color: white;
}

#screening-btn.active,
#v-pills-ppe-tab.active,
#v-pills-hygiene-tab.active,
#v-pills-cleaning-tab.active,
#v-pills-socialdist-tab.active,
#v-pills-space-tab.active {
    background-color: #0062a6;
    color: white;
    font-weight: bold;
}

.safetyMeasures .nav-pills .nav-link {
    color: black;
    font-weight: bold;
}

.uk-section-large {
    padding: 0 !important;
}

.nav-tab-styling1 .nav-tabs {
    width: 100%;
    display: table;
}

.nav-tab-styling1 .nav-tabs .nav-link {
    width: 20%;
    text-align: center;
    border-radius: 0px !important;
    border: none !important;
    padding: 15px 0px;
    display: table-cell;
}

.nav-tab-styling1 .nav-tabs a {
    color: #808080;
    font-weight: 700;
    font-size: 16px;
}

.nav-tab-styling1 .nav-tabs a:hover {
    background-color: #ffbc29 !important;
    color: #fff !important;
}

.nav-tab-styling1 .nav-tabs .nav-link.active {
    background-color: #ffbc29;
    color: #fff;
}


/* safety-measured */

.safety-measure-card:hover .icon-screen,
.safety-measure-card.active .icon-screen,
#v-pills-ppe-tab:hover .icon-screen,
#v-pills-ppe-tab.active .icon-screen,
#v-pills-hygiene-tab:hover .icon-screen,
#v-pills-hygiene-tab.active .icon-screen,
#v-pills-cleaning-tab:hover .icon-screen,
#v-pills-cleaning-tab.active .icon-screen,
#v-pills-socialdist-tab:hover .icon-screen,
#v-pills-socialdist-tab.active .icon-screen,
#v-pills-space-tab:hover .icon-screen,
#v-pills-space-tab.active .icon-screen {
    display: none !important;
    border-radius: 0% !important;
}

.safety-measure-card:hover .icon-screen-hover,
.safety-measure-card.active .icon-screen-hover,
#v-pills-ppe-tab:hover .icon-screen-hover,
#v-pills-ppe-tab.active .icon-screen-hover,
#v-pills-hygiene-tab:hover .icon-screen-hover,
#v-pills-hygiene-tab.active .icon-screen-hover,
#v-pills-cleaning-tab:hover .icon-screen-hover,
#v-pills-cleaning-tab.active .icon-screen-hover,
#v-pills-socialdist-tab:hover .icon-screen-hover,
#v-pills-socialdist-tab.active .icon-screen-hover,
#v-pills-space-tab:hover .icon-screen-hover,
#v-pills-space-tab.active .icon-screen-hover {
    display: inline !important;
    border-radius: 0% !important;
}

.cardHeaderBg:hover {
    background-color: #0062a6 !important;
    color: white;
}

.safety-measure-card:hover,
#v-pills-ppe-tab:hover,
#v-pills-hygiene-tab:hover,
#v-pills-cleaning-tab:hover,
#v-pills-socialdist-tab:hover,
#v-pills-space-tab:hover {
    background-color: #0062a6;
    color: white !important;
}

.safety-measure-card.active,
#v-pills-ppe-tab.active,
#v-pills-hygiene-tab.active,
#v-pills-cleaning-tab.active,
#v-pills-socialdist-tab.active,
#v-pills-space-tab.active {
    background-color: #0062a6;
    color: white !important;
}

.vaccine-page .em .fa.fa-chevron-down {
    color: grey !important;
}


/* S.M M-View */

.d-block .safety-btn-text {
    font-size: 1rem;
    color: #000;
}

.d-block .safety-btn-text:hover {
    color: white !important;
}

.d-block .card-header.blue-bar.active .safety-btn-text {
    color: white !important;
}

.d-block .card-header.blue-bar.active .icon-screen {
    display: none !important;
    border-radius: 0% !important;
}

.d-block .card-header.blue-bar.active .icon-screen-hover {
    display: inline !important;
    border-radius: 0% !important;
}

.arrow-color.active {
    color: white !important;
}


/* Google Review */

.google-review {
    position: fixed;
    bottom: 20px;
    right: 78px;
}

.google-review img {
    box-shadow: 3px 5px 8px #b3b3b3b5;
    border-radius: 15px;
}

.bg-img01 {
    background-image: url(https://pantairevamp.vintedge.com/Portals/0/SafetyMeasures/yourSafetyIsOurPriority_backgroundimg02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-img02 {
    background-image: url(https://pantairevamp.vintedge.com/Portals/0/SafetyMeasures/yourSafetyIsOurPriority_backgroundimg03.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-img03 {
    background-image: url(https://pantairevamp.vintedge.com/Portals/0/SafetyMeasures/yourSafetyIsOurPriority_backgroundimg04.jpg?ts=3);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}

.bg-img05 {
    background-image: url(https://pantairevamp.vintedge.com/Portals/0/SafetyMeasures/yourSafetyIsOurPriority_backgroundimg05.jpg?v=2);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
}

.bg-kv-banner-corona {
    background-image: url(https://pantairevamp.vintedge.com/Portals/0/Coronavirus/coronavirus_banner_kv_v1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}

.bg-kv-banner-vaccine {
    background-image: url(https://pantairevamp.vintedge.com/Portals/0/Vaccine/vaccine_banner_kv_3.jpg?v=1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}

.bg-kv-banner-dt {
    background-image: url(https://pantairevamp.vintedge.com//Portals/0/GlobalImages/covid19_driveThruScreeningServices_full.jpg?v=1);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 350px;
}

.bg-kv-banner-anti-body {
    background-image: url(https://pantairevamp.vintedge.com//Portals/0/GlobalImages/anti-body/pantai-antibody-nurse-final.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}

.bg-kv-banner-ppv {
    background-image: url(https://pantairevamp.vintedge.com/Portals/0/PPV/ppv_banner_kv_8.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 350px;
}

.bg-kv-banner-purchase {
    background-image: url(https://pantairevamp.vintedge.com//Portals/0/GlobalImages/purchase-vaccine-kv-final-pantai.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 350px;
}

.bg-tq-page {
    background-image: url(https://pantairevamp.vintedge.com/Portals/0/GlobalImages/tq-page-bg-ori-v3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 620px;
}

.bg-tq-color {
    background: linear-gradient(180deg, #fff 40%, #03b3ec 15%);
}

.kv-banner-text-box-vaccine {
    padding: 29px 45px;
    margin-left: -81px;
    background-color: #faa71d;
}

.kv-banner-text-box-ppv {
    padding: 29px 45px;
    margin-left: -81px;
    background-color: #faa71d;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.drive-thur-img {
    display: none;
}

.dot-align {
    padding-left: 15px;
}

.kv-title-size-1 {
    font-size: 21px !important;
}

.kv-title-size-1-ppv {
    font-size: 21px !important;
}

@media (max-width: 2560px) {

    #dnn_ctr627_MaternityService_viewPHC_hlSpecialists,
    #dnn_ctr627_MaternityService_viewPHBP_hlSpecialists,
    #dnn_ctr627_MaternityService_viewPHA_hlSpecialists,
    #dnn_ctr627_MaternityService_viewPHAK_hlSpecialists,
    #dnn_ctr627_MaternityService_viewPHI_hlSpecialists,
    #dnn_ctr627_MaternityService_viewPHK_hlSpecialists,
    #dnn_ctr627_MaternityService_viewPHKL_hlSpecialists,
    #dnn_ctr627_MaternityService_viewPHM_hlSpecialists,
    #dnn_ctr627_MaternityService_viewPHSP_hlSpecialists,
    #dnn_ctr627_MaternityService_viewPHP_hlSpecialists {
        float: left;
        margin-right: 10px;
    }

    .dot-align {
        padding-left: 15px;
    }

    .enquiry-form-border-padding {
        padding-right: 0px !important;
    }

    /* .kv-banner-size{
    width: 800px;
    height: 400px;
  } */
    .sm-text-box {
        margin-right: 50px;
        /* font-size: 12px !important; */
    }

    .sm-image-align {
        width: 700px;
        height: 465px;
        /* margin-left: 100px; */
    }
}

@media (max-width: 1440px) {
    .dot-align {
        padding-left: 15px;
    }
}

@media (max-width: 1200px) {
    .enquiry-nurse {
        right: -104px;
    }
}

@media (min-width: 1200px) {
    .ctaBtn-style9 a {
        position: absolute;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .menu--active .menu {
        width: 40%;
    }

    /* .sm-image-align{
    margin-left: 0;
  } */
    /*.menu--active .menu .menu-inner {
    width: 40vw;
  }*/
}

@media (max-width: 1024px) {
    .sm-image-align {
        width: 590px;
        height: 385px;
    }

    .kv-banner-text-box-corona {
        padding: 55px 35px;
    }

    .dt-kv-banner-text-box {
        padding: 43px !important;
    }

    .antibody-kv-banner-text-box {
        padding: 35px !important;
    }

    .kv-banner-text-box-ppv {
        padding: 22px 30px;
        margin-left: -45px;
        background-color: #faa71d;
    }

    .kv-title-size-1-ppv {
        font-size: 19px !important;
    }
}

@media screen and (max-width: 992px) {
    .kv-banner-text-box-corona {
        margin-left: -50px;
        padding: 22px 35px !important;
    }

    .kv-title-size-1 {
        font-size: 18px !important;
    }

    .kv-title-size-1-ppv {
        font-size: 16px !important;
    }

    p {
        font-size: 16px;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .covid-19-box-top {
        margin-top: 20px !important;
    }

    .ppv-box-top {
        margin-top: 30px !important;
    }

    .kv-banner-text-box-vaccine {
        margin-left: 0;
    }

    .sm-image-align {
        width: 420px;
        height: 365px;
    }

    .kv-banner-text-box {
        padding: 20px 25px !important;
    }

    .kv-banner-text-box-corona {
        padding: 20px 25px
    }

    .dt-kv-banner-text-box {
        padding: 30px 22px !important;
    }

    .antibody-kv-banner-text-box {
        padding: 30px 22px !important;
    }

    .resource-btn {
        border-radius: 25px;
        font-size: 10px;
    }
}

@media (max-width: 427px) {
    .sm-image-align {
        width: 400px;
        height: auto;
    }
}

@media screen and (min-width: 1024px) {

    /*header nav .nav-item:hover .dropdown-menu {
    display: block;
  }*/
    header nav .nav-item .nav-link {
        padding-top: 1rem;
        padding-bottom: 1.5rem;
        padding-right: 1.2rem !important;
    }

    header nav .nav-item:hover .nav-link {
        color: #337eb7 !important;
    }

    header span.menu-control-open,
    header span.menu-control-close {
        display: none;
    }

    header .menu {
        position: static;
        overflow: visible;
        background-color: transparent;
        width: auto;
        height: auto;
    }

    header .menu .menu-inner {
        padding: 0;
        width: 100%;
        z-index: 999;
    }

    header .menu a {
        transform: none;
        transition: none;
    }

    header .menu .version,
    header .menu .madeIn {
        bottom: -90.85vh;
        letter-spacing: 1px;
        font-size: 1.3rem;
    }

    header nav {
        flex-direction: row;
    }

    header nav .nav-item {
        /*font-size: 2.65rem;*/
        margin-left: 65px;
    }

    header nav .nav-item:first-child {
        /*font-size: 2.65rem;*/
        margin-left: 0rem !important;
    }

    header .nav-item .nav-link {
        padding-left: 0rem !important;
    }
}

@media screen and (max-width: 1025px) {
    .sec2-kv-bg {
        height: 380px;
    }

    .sec2-textbox-top {
        margin-top: 0%;
    }

    .heart-screening-package-innerbox {
        min-height: 610px;
    }

    .sec5-kv-bg {
        height: 450px;
    }

    .bg-tq-page {
        background-image: url(https://pantairevamp.vintedge.com/Portals/0/GlobalImages/tq-page-bg-ori-v3.jpg);
        background-repeat: no-repeat;
        background-position: -270px;
        background-size: cover;
    }

    .infographic-width {
        width: 266px;
    }

    .makeAppt-page .label-in-box {
        font-size: 12px;
    }

    .kv-banner-text-box-vaccine {
        padding: 45px 38px;
    }

    .kv-banner-size {
        width: 850px;
        height: 360px;
    }
}

@media screen and (max-width: 1024px) {
    .tq-page-doctor-kv {
        margin-top: 92px;
    }

    .radio-btn-padding {
        padding-left: 0px;
        padding-right: 290px;
    }

    .menu--active .menu {
        width: 75%;
        height: 100%;
        background-color: #f1f1f2;
        z-index: 999;
    }

    .menu .menu-inner {
        padding: 1.5rem 0px;
        width: 100%;
        overflow: auto;
    }

    header span.menu-control-close {
        padding-right: 17px;
        margin-bottom: 15px;
    }

    .dropdown-menu a:hover {
        color: #337eb7;
        padding-left: 15px;
    }

    .menu .nav-item .nav-link .icon-chevron-down {
        color: #000;
        float: right;
    }

    .dropdown-menu {
        padding: 0px 30px;
        background-color: #fff;
        box-shadow: none;
        border-radius: 0px;
    }

    .dropdown-menu {
        position: relative;
    }

    header nav .nav-item {
        margin-left: 0px;
    }

    .navbar {
        align-items: normal !important;
    }

    header nav li .nav-link {
        padding: 0.75rem 1rem !important;
    }

    header nav li.show .nav-link {
        background-color: #cecdcd;
        color: #333;
    }

    header nav .nav-item>.dropdown-menu {
        box-shadow: none;
        background-color: #fbfbfb;
    }

    .navbar-nav .dropdown-menu a {
        padding-left: 25px;
        font-weight: normal;
    }

    .navbar {
        padding: 0px !important;
    }

    .navbar-nav .dropdown-menu {
        margin: 0px !important;
        border: none !important;
    }

    .dropdown-toggle i {
        float: right;
    }

    .hospital-list {
        width: 100%;
        height: 100%;
        overflow: auto;
    }

    header nav .nav-item .dropdown-submenu .dropdown-menu {
        padding-left: 20px;
        box-shadow: none;
    }

    header .menu .nav-item .dropdown-submenu:hover>a:after {
        transform: rotate(135deg);
    }

    header nav .nav-item>.dropdown-menu>li>a,
    header nav .nav-item .dropdown-menu .hospital-list a {
        border-top: 0.2px solid #ccc !important;
    }

    .hospital-list .placename-group {
        display: none;
    }

    .dropdown-menu a {
        padding: 7px 10px;
    }

    header .nav-item .nav-link {
        letter-spacing: 0.3px;
    }

    .heading-style1 {
        font-size: 23px;
    }
}


/*End Top NavBar*/

@media (max-width: 1024px) {
    #locationSelect {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #fff;
        background-color: #307fde;
        background-image: none;
        border: 1px solid #307fde;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    #locationSelect:focus {
        box-shadow: none;
    }

    .locationTab {
        display: none !important;
    }

    .findHospital .tab-content {
        padding: 1rem 1rem 0rem;
        border-radius: 0.25rem;
        background-color: #f1f1f2;
    }

    .m-pantai-logo {
        width: 150px;
        height: auto;
    }

    .menu .nav-item {
        transform: translate3d(-150px, 0, 0);
        transition: transform .15s ease-in;
    }

    #navbar .container {
        padding: 15px;
    }

    .findHospital #pills-tabContent .title-style-2 {
        margin-bottom: 0px;
    }

    .ongoing-events .event-info {
        position: relative;
        border-radius: 0px 0px 15px 15px;
        top: auto;
        right: auto;
        width: auto;
    }

    .ongoing-events .event-mainImg img {
        border-radius: 15px 15px 0px 0px !important;
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .desc-style-2 {
        padding: 10px 20px 45px;
    }
}

@media (max-width: 991px) {
    .header {
        display: flex;
    }

    .header .container {
        padding: 0px;
    }

    #main-navbar {
        text-align: right;
    }

    .navbar-brand {
        padding: 0px !important;
    }

    .main-navbar {
        display: block;
    }

    .main-navbar .navbar-nav {
        display: inline-block;
        width: 100%;
    }

    .main-navbar .nav-item {
        display: block;
    }

    .main-carousel .carousel-caption {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        padding: 20px;
        left: 0;
        margin: 0;
    }

    .main-carousel .carousel-caption .bannerTxt-style-1 {
        font-size: 25px;
        margin-bottom: 5px;
        line-height: 1;
    }

    .main-carousel .carousel-caption .bannerTxt-style-2 {
        font-size: 14px;
    }

    .main-carousel .carousel-caption .ctaBtn-style5 .ctaBtn-txt {
        font-size: 12px;
    }

    .main-carousel .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin-right: 3px;
        margin-left: 3px;
    }

    .enquiry-nurse {
        right: -144px;
        top: -115px;
    }

    .main-carousel .carousel-indicators {
        left: auto;
        margin-right: 5%;
    }
}

@media screen and (max-width: 1000px) {
    .kv-banner-text-box-vaccine {
        padding: 15px 22px;
    }
}

@media (max-width: 767px) {
    .covid-19-box-top {
        margin-top: 260px !important;
    }

    .ppv-box-top {
        margin-top: 260px !important;
    }

    .bg-kv-banner {
        height: 220px !important;
    }

    .kv-banner-text-box-vaccine {
        padding: 30px !important;
        margin-left: 0 !important;
    }

    .bg-kv-banner-vaccine {
        height: 220px !important;
    }

    .bg-kv-banner-corona {
        height: 205px;
    }

    .desc-style-2 {
        padding: 5px 20px 45px;
    }

    .sm-text-box {
        margin: -10px 0 0 0 !important;
        border-radius: 0% !important;
    }

    .eventPromo .eventPromo-1 div:first-child {
        position: relative;
        top: 0;
        padding: 4px;
        font-size: 15px;
    }

    .eventPromo .eventPromo-3 p:first-child {
        font-size: 15px;
    }

    .eventsPromo-page .card {
        min-height: auto;
    }

    .ongoing-events .event-date {
        position: relative;
        top: 0;
        border-radius: 15px 15px 0px 0px !important;
    }

    .ongoing-events .event-mainImg img {
        border-radius: 0px !important;
    }

    .healthAZ>div {
        margin-top: 0px;
    }

    /*.healthAZ-2 {
        border-right: none;
        border-bottom: 0.5px solid #ccc;
    }*/
    .healthAZ-2>div,
    .healthAZ-3>div {
        margin: 0px;
    }

    .sideMenu {
        bottom: 0;
        top: auto;
        right: auto;
        width: 100%;
        background-color: #327eb8;
        z-index: 10;
    }

    .sideMenu nav {
        flex-direction: row !important;
    }

    .sideMenu .nav>div {
        font-size: 10px;
        padding: 0px;
        width: 25%;
    }

    .sideMenu .nav .nav-link {
        width: 100%
    }

    .sideMenu .nav .sideMenu-cta1,
    .sideMenu .nav .sideMenu-cta2,
    .sideMenu .nav .sideMenu-cta3 {
        border-bottom: none;
        border-right: 1px solid #fff;
    }

    .sideMenu .nav .sideMenu-cta1,
    .sideMenu .nav .sideMenu-cta4 {
        border-radius: 0px;
    }

    .sideMenu .nav .nav-link img {
        padding: 6px 0px 7px;
        width: 35px;
    }

    .sideMenu .p-slideMenu-cta1 {
        position: inherit;
    }

    #findDoctor-container {
        right: auto;
        top: -221px;
        width: 100%;
        height: auto;
        border-radius: 0px;
        box-shadow: 0px 0px 7px #ccc;
    }

    .footer {
        padding: 20px 0px 76px;
    }

    #return-to-top {
        bottom: 130px;
        right: 6px;
        width: 40px;
        height: 40px;
    }

    #return-to-top i {
        left: 11px;
        top: 8px;
    }

    .carousel-img {
        width: 150%;
        /* min-width: 150%;
        margin-left: -50%; */
    }

    #return-to-top:hover i {
        top: 8px;
    }

    .eventPromo .eventPromo-1 div {
        font-size: 14px;
    }

    .healthAZ-2,
    .healthAZ-3 {
        margin: 30px 0px !important;
    }

    .healthAZ-table .gender-img {
        width: 75%;
    }

    .healthAZ-table .gender-txt {
        margin-bottom: 5px;
        margin-left: 10px;
    }

    .ctaBtn-style3 img {
        width: 61%;
    }

    .ctaBtn-style3 {
        margin-left: 10px;
    }

    .hospitals-carousel .carousel-caption {
        position: relative;
    }

    .findADoctor-page .card,
    .specialties-page .card {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 60px;
    }

    .findADoctor-page .card .card-title {
        min-height: 0px !important;
    }

    #navbar .container {
        padding: 15px 0px;
    }

    .findADoctor-page .ctaBtn-style9 a,
    .specialties-page .ctaBtn-style9 a,
    .eventsPromo-page .ctaBtn-style9 a {
        width: 100%;
        padding: 0.775rem 3.35rem;
    }

    .specialties-page .card .card-block {
        padding: 10px 14px 0px;
    }

    .facilitiesAmenities-page .nav-tabs a {
        font-size: 2vw;
    }

    .docDetail .scrollable-box ul {
        height: auto;
    }

    .dot-align {
        padding-left: 15px;
    }

    .findADoctor-page .viewProfile {
        opacity: 1;
        padding: 5px;
    }

    .m0-auto {
        margin: 0 auto !important;
    }

    .docDetail .title-style-8 {
        font-size: 23px;
    }

    .docDetail .nav-link {
        font-size: 12px;
    }

    .internationalPatients-page .blue-arrow {
        content: url(../images/arrowDown_blue2.png);
        width: 25px;
        margin: 20px auto;
    }

    #nav-travelGuide .tg-style1 {
        text-align: center;
        margin: 1rem;
    }

    #nav-travelGuide .tgImg-style1 img,
    #nav-travelGuide .tgImg-style2 img {
        border-radius: 16px;
        margin: 1.5rem;
    }

    #nav-travelGuide .tg-style3 {
        margin: 1rem 0rem;
    }

    #carousel-travelGuide1 .carouselInfo,
    #carousel-travelGuide2 .carouselInfo {
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding: 28px 45px 58px;
    }

    #nav-travelGuide .ctaBtn-style5 {
        margin: 0 auto;
    }

    #carousel-travelGuide1 .carousel-control-prev,
    #carousel-travelGuide1 .carousel-control-next,
    #carousel-travelGuide2 .carousel-control-prev,
    #carousel-travelGuide2 .carousel-control-next {
        top: auto;
        bottom: 35%;
    }

    .m-makeAnEnquiry {
        display: block;
    }

    .makeAnEnquiry-btn {
        background-color: #2d8f00;
        color: #fff;
        position: fixed;
        padding: 7px 30px;
        right: -76px;
        top: 51%;
        transform: rotate(-90deg);
        z-index: 99;
    }

    .makeAnEnquiry-btn2 {
        display: none;
    }

    .heading-style1 {
        font-size: 20px;
    }

    .google-review {
        bottom: 88px;
        right: 59px;
        text-align: right;
    }

    .google-review img {
        width: 75%;
    }

    .bg-img03 {
        background-image: none;
        height: auto;
    }

    .drive-thur-img {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .sm-text-box {
        margin-right: 0;
    }

    .sm-image-align {
        margin-left: 0;
        width: 450px;
        height: 300px;
    }

    .kv-banner-size {
        width: 620px !important;
        height: 344px !important;
    }
}

@media (max-width: 600px) {
    .covid-19-box-top {
        margin-top: 160px !important;
    }

    .title-style-1 {
        font-size: 6vw;
        margin-bottom: 5px;
    }

    .desc-style-1 {
        margin-bottom: 15px;
    }

    .desc-style-2 {
        padding: 5px 30px 40px;
        line-height: 1.5;
        max-height: 185px;
        min-height: 185px;
    }

    .bottomNavbar table tr td {
        padding: 10px 16px;
    }

    .bottomNavbar table tr td:first-child {
        padding: 10px 16px 10px 0px;
    }

    .ctaBtn-style4 a {
        padding: 12px 10px;
        font-size: 11px;
    }

    .main-carousel .carousel-caption .ctaBtn-style5 .ctaBtn-txt {
        font-size: 11px;
        padding-left: 20px;
    }

    .main-carousel .carousel-caption .ctaBtn-style5 img {
        width: 64%;
        padding: 2px;
    }

    .facilitiesAmenities-page .nav-tabs a {
        font-size: 2.5vw;
    }

    .enquiryForm-tile {
        font-size: 20px;
    }
}

@media (max-width: 479px) {
    .desc-style-2 {
        max-height: 110px;
        min-height: 110px;
    }

    iframe {
        /* height: auto; */
    }

    .sm-text-box {
        margin: -10px 0 0 0 !important;
        border-radius: 0% !important;
    }
}

.careNsupport-box {
    margin-top: 30px;
}


/* .covid-19-box-top {
    margin-top: 30px !important;
} */

.dt-box {
    margin-top: 30px !important;
}

.antibody-box {
    margin-top: 30px !important;
}

@media (max-width: 426px) {
    .sideMenu .nav .nav-link {
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        padding: 5px 4px 10px;
        line-height: 1.2;
        cursor: pointer;
    }

    .kv-banner-text-box-ppv {
        margin-left: 0;
    }

    /* 20210709 Erica Start 640_Scan START */
    .infographic-mview-width {
        width: 75% !important;
    }

    .m-view-padding {
        padding: 0px !important;
        margin-bottom: 0px !important;
    }

    .m-view-margin {
        margin-bottom: 30px !important;
    }

    .visit-link-pages {
        margin-bottom: 20px;
        margin-top: 20px;
        margin: 25px;
        text-align: center;
    }

    .m-view-margin-0 {
        margin-bottom: 0px !important;
    }

    /* 20210709 Erica Start 640_Scan END */
    /* PPV page START */
    .bg-kv-banner-ppv {
        background-image: url(https://pantairevamp.vintedge.com/Portals/0/PPV/ppv_banner_kv_8_mobile.jpg) !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 275px;
    }

    /* PPV page END */
    /* 28062021 Erica PatientCare RoomRates START*/
    .patientCare-page .room-rate .room-rate-table {
        margin: 5%;
        width: 100%;
    }

    .patientCare-page .room-rate {
        border: 0;
    }

    .patientCare-page #accordion .card-body {
        padding: 0px 5px 20px 5px;
    }

    .patientCare-page p {
        padding-left: 5px;
        padding-right: 5px;
    }

    .patientCare-page ol {
        padding: 0px 25px !important;
    }

    /* 28062021 Erica PatientCare RoomRates END*/
    .confirmDetails-page .appointment-form-spacing {
        margin-top: 0px;
    }

    .confirmDetails-page .enquiry-form-border-padding {
        padding-right: 15px !important;
    }

    .makeAppt-page .time-blue-bg {
        border-radius: 10px;
    }

    .title-style-enquiry {
        margin-left: 16px;
    }

    .makeAppt-page .form-control {
        font-size: 12px !important;
    }

    .makeAppt-page .form-group {
        padding-left: 15px;
    }

    .makeAppt-page .tab-content {
        border-radius: 10px;
    }

    .enquiry-form-border-padding {
        padding-right: 15px !important;
    }

    .makeAppt-page .form-group {
        /* padding: 0px 40px; */
    }
}

@media (max-width: 425px) {
    .resource-btn {
        font-size: 8.5vw;
    }

    .sm-text-box {
        margin: -10px 0 0 0 !important;
        border-radius: 0% !important;
    }

    .sm-mini-text-box {
        line-height: 16px;
        /* font-size: 12px !important; */
    }

    .safety-section-box {
        width: 0 !important;
    }

    .sm-text-box {
        margin: 0 !important;
    }

    .title-style-1 {
        font-size: 7vw;
    }

    .ctaBtn-style1 {
        width: 240px;
    }

    .ctaBtn-style1 .ctaBtn-txt {
        font-size: 14px;
    }

    .ctaBtn-style1 img {
        width: 85%;
    }

    .desc-style-2 {
        max-height: 126px;
        min-height: 126px;
    }

    .ctaBtn-style6 a {
        font-size: 12px;
        padding-bottom: 11px 35px;
    }

    .ctaBtn-style14 a {
        font-size: 12px;
        padding-bottom: 11px 35px;
    }

    .ctaBtn-style2 {
        width: 175px;
    }

    .ctaBtn-style2 .ctaBtn-txt2 {
        font-size: 14px;
    }

    .ctaBtn-style2 img {
        width: 80%;
    }

    .ctaBtn-style3 {
        width: 82px;
        height: 30px;
    }

    .ctaBtn-style3 .ctaBtn-txt3 {
        padding-left: 10px;
    }

    .ctaBtn-style3 img {
        width: 90%;
    }

    .healthAZ-table .gender-img {
        width: auto;
    }

    .healthAZ-table .gender-txt {
        margin-left: 5px;
    }

    .ctaBtn-style3 {
        margin-left: 5px;
    }

    .title-style-8 {
        font-size: 6vw;
        padding-top: 10px;
    }

    .title-style-14 {
        font-size: 6vw;
        padding-top: 10px;
    }

    .ongoing-events .event-info {
        padding: 30px 8vw;
    }

    .facilitiesAmenities-page .nav-tabs a {
        font-size: 3vw;
    }

    .facilitiesAmenities-page #accordion .card-header>div,
    .facilitiesAmenities-page #accordion2 .card-header>div,
    .facilitiesAmenities-page #accordion3 .card-header>div {
        padding: 15px;
    }

    .facilitiesAmenities-page #accordion .card-body,
    .facilitiesAmenities-page #accordion2 .card-body .facilitiesAmenities-page #accordion3 .card-body {
        padding: 0px 20px 20px 20px;
    }

    .patientCare-page .room-rate .room-rate-table>thead>tr>td:first-child,
    .patientCare-page .room-rate .room-rate-table tbody tr td table tr td:first-child {
        padding-left: 5px;
    }

    .patientCare-page .room-rate .room-rate-table>thead>tr>td:nth-child(2),
    .patientCare-page .room-rate .room-rate-table tbody tr td table tr td:nth-child(2) {
        padding-left: 5px;
    }

    .patientCare-page #accordion .card-header div {
        padding: 10px 5px 10px 5px;
        padding-right: 5px;
    }

    .patientCare-page #accordion .card-body {
        padding: 0px 5px 20px 5px;
    }

    .emergencyContact,
    .emergencyContact2 {
        padding: 10px 15px;
    }

    .specialtiesDetail-page #accordion .card-body {
        padding: 0px 25px 20px;
    }

    .specialtiesDetail-page #accordion .card-header a:after {
        right: 25px;
    }

    .specialtiesDetail-page #accordion .card-header a div:last-child {
        padding-right: 12px;
    }

    .internationalPatients-page .nav-tabs a {
        font-size: 3vw;
    }

    .enquiry-nurse img {
        width: 65%;
    }

    .enquiry-nurse {
        right: -173px;
        top: -99px;
    }
}

@media screen and (max-width: 376px) {
    .patientCare-page .room-rate .room-rate-table>tbody>tr>td {
        padding: 10px 15px;
    }

    .visit-link-pages {
        border: 2px solid #17b2e8;
        padding: 25px 10px !important;
        margin-bottom: 20px;
        margin-top: 20px;
        margin: 15px;
        text-align: center;
    }
}

@media (max-width: 375px) {
    .ongoing-events .event-info {
        padding: 7vw 5vw;
    }

    .facilitiesAmenities-page .nav-tabs a {
        font-size: 4vw;
    }
}


/*infinate scrolling*/

.clearfix,
.list {
    zoom: 1;
}

.clearfix:before,
.list:before,
.clearfix:after,
.list:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after,
.list:after {
    clear: both;
}

.is-hidden {
    display: none !important;
}

.load-more,
.loading {
    clear: both;
}

.load-more:hover {
    background-color: #333;
    color: white;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
    cursor: pointer;
}

.list {}

.element {
    transform: scale(0.01);
}

.element-in {
    animation: listIn 0.4s ease;
    transform: scale(1);
}

@keyframes listIn {
    from {
        transform: scale(0.1);
    }

    to {
        transform: scale(1);
    }
}

.loading {
    height: 10px;
    width: 10px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
}

.loading:before,
.loading:after {
    position: absolute;
    display: block;
    content: '.';
    color: transparent;
    width: 15px;
    height: 15px;
    background: #333;
    border-radius: 50%;
    -webkit-animation: loading 1s infinite linear;
    margin-left: -7.5px;
    margin-top: -7.5px;
    transition: all .2s;
}

.loading:before {
    background: #e74c3c;
    bottom: auto;
    top: 0;
    right: 0;
    left: 0;
}

.loading:after {
    background: #c0392b;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    -webkit-animation-delay: -.5s;
}

@-webkit-keyframes loading {
    0% {
        top: 0%;
        left: 50%;
        right: auto;
        bottom: auto;
    }

    25% {
        top: 50%;
        left: 0%;
    }

    50% {
        bottom: auto;
        top: 100%;
        right: auto;
        left: 50%;
    }

    75% {
        top: 50%;
        bottom: auto;
        left: 100%;
        right: auto;
    }

    100% {
        top: 0%;
        bottom: auto;
        left: 50%;
        right: auto;
    }
}


/*zh-CN*/

@media screen and (min-width: 1024px) {
    :lang(zh-CN) header#globalheader nav .nav-item {
        margin-left: 152px;
    }
}

@media screen and (min-width: 1024px) {
    :lang(zh-CN) header nav .nav-item {
        margin-left: 110px;
    }
}

@media screen and (min-width: 1199px) {
    :lang(zh-CN) header#globalheader nav .nav-item {
        margin-left: 197px;
    }
}

@media screen and (min-width: 1199px) {
    :lang(zh-CN) header nav .nav-item {
        margin-left: 145px;
    }
}


/* erica add on */


/* CT SCAN page START */

.visit-link-pages {
    border: 2px solid #17b2e8;
    padding: 25px 15px;
    box-shadow: 3px 3px 7px 1px rgb(0 0 0 / 24%);
    background-color: #f2f2f2ba;
}

.hover-shadow-image-ctscan {
    box-shadow: rgb(128 114 114 / 18%) 3px 2px 6px 0px, rgb(0 0 0 / 10%) 0px 2px 8px 0px;
}

.hover-shadow-image-ctscan:hover {
    box-shadow: rgb(0 0 0 / 0%) 13px 0px 3px 3px, rgb(0 0 0 / 36%) 0px 2px 8px 0px;
}


/* CT SCAN page END */

.social-share-border {
    /* border:2px solid #ff6c37; */
    border-radius: 50px;
    box-shadow: 4px 2px 8px 1px #0000004f;
    padding: 0px 0px;
}

.vaccine-page .nav-tabs .nav-link.active {
    background-color: #f68821 !important;
    border-color: 0.5px solid #f68821;
    color: #fff !important;
    border-radius: 0;
    font-size: 1rem;
    font-weight: bold;
}

.kv-title-size {
    font-size: 22px
}

.kv-text-box-2 {
    width: 450px;
}

.kv-banner-text-box-corona {
    padding: 35px;
    margin-left: -81px;
    background-color: #faa71d;
}

.kv-banner-text-box {
    padding: 41px;
    margin-left: -81px;
    background-color: #faa71d;
}

.dt-kv-banner-text-box {
    padding: 52px;
    margin-left: -81px;
    background-color: #faa71d;
}

.antibody-kv-banner-text-box {
    padding: 52px;
    margin-left: -81px;
    background-color: #faa71d;
}

@media screen and (max-width: 1465px) {}

@media screen and (max-width: 1199px) {
    .kv-banner-text-box-corona {
        padding: 32px;
    }
}

@media screen and (max-width: 1026px) {
    .kv-banner-text-box-corona {
        padding: 20px 32px;
    }

    .title-mt-tq-page {
        margin-top: 0rem !important;
    }
}

@media screen and (max-width: 769px) {
    .findADoctor-page .card .card-desc>div {
        padding: 8px 10px 0px;
    }

    .bg-tq-color {
        background: linear-gradient(180deg, #fff 36%, #03b3ec 15%);
    }

    .tq-page-pt-none {
        padding-top: 0px !important;
    }

    .heart-screening-package-innerbox {
        min-height: 820px;
    }

    .cardiac-package-innerbox {
        min-height: 365px;
    }

    .sec2-kv-bg-wallpaper {
        padding: 80px;
        padding-top: 30px;
    }

    .heart-screening-package-title-box {
        font-size: 20px !important;
    }

    .risk-factors-box-title {
        font-size: 16px;
        max-width: 250px;
    }

    .pha-heart-screening li {
        font-size: 16px !important;
    }

    .risk-factors-p {
        font-size: 16px !important;
    }

    .sec2-textbox-top {
        margin-top: 0%;
    }

    .sec2-kv-bg {
        height: 435px;
    }

    .heart-screening-package-sec-title {
        font-size: 22px;
    }

    .kv-info-text-box-1-ppv {
        font-size: 12px !important;
    }

    .tq-page-description-p {
        font-size: 13px;
    }

    .bg-tq-page {
        background-image: url(https://pantairevamp.vintedge.com/Portals/0/GlobalImages/tq-page-bg-ori-v3.jpg);
        background-repeat: no-repeat;
        background-position: left;
        background-size: cover;
        height: 555px;
    }

    .confirmDetails-page .title-style-enquiry {
        margin-left: 15px;
    }

    .confirmDetails-page label {
        padding: 0px;
    }

    .confirmDetails-page .form-control {
        padding: 0px;
    }

    .confirmDetails-page .tab-content {
        border-radius: 25px;
    }

    .radio-btn-padding {
        padding-left: 0px;
        padding-right: 220px
    }

    .enquiry-form-spacing {
        margin-top: 20px;
    }

    .appointment-form-spacing {
        margin-top: 30px;
    }

    .makeAppt-page .tab-content {
        border-radius: 25px;
    }

    .btn-infographic-speciality {
        font-size: 12px;
        padding: 10px 20px;
    }

    .infographic-width {
        width: 189px;
    }

    .facilitiesAmenities-page .roomService-priceBox {
        min-width: 220px;
    }

    .kv-banner-text-box-vaccine {
        padding: 24px;
        font-size: 21px;
        margin-left: -70px;
    }

    .kv-banner-text-box-corona {
        margin-left: -50px;
        padding: 15px 35px !important;
    }

    .kv-info-text-box-1 {
        font-size: 14px;
        margin-bottom: -2px;
    }

    .bg-kv-banner-dt {
        height: 336px;
    }

    .bg-kv-banner-purchase {
        height: 336px;
    }

    .bg-kv-banner-anti-body {
        height: 336px;
    }

    .kv-text-box-2 {
        width: 325px;
    }
}

@media screen and (max-width: 767px) {
    .kv-banner-text-box-corona {
        margin-left: 0px;
        margin-top: 50px;
    }

    .careNsupport-box {
        margin-top: 250px;
    }
}

@media screen and (max-width: 767px) {
    .covid-19-box-top {
        margin-top: 160px !important;
    }
}

@media screen and (max-width: 550px) {
    .blue-bar .fa-chevron-down {
        color: black;
    }

    .blue-bar.active .fa-chevron-down {
        color: white !important;
        transform: rotate(180deg);
        transition: all 0.4s ease;
    }

    .covid-19-box-top {
        margin-top: 185px !important;
    }

    .ppv-box-top {
        margin-top: 200px !important;
    }
}

@media screen and (max-width: 540px) {
    .covid-19-box-top {
        margin-top: 225px !important;
    }

    .ppv-box-top {
        margin-top: 180px !important;
    }

    .kv-info-text-box-1 {
        font-size: 16px;
    }

    .kv-banner-text-box-vaccine {
        padding: 35px;
        margin-left: 0px;
        background-color: #faa71d;
    }

    .bg-kv-banner {
        height: 250px;
    }
}

@media (max-width: 515px) {
    .covid-19-box-top {
        margin-top: 285px !important;
    }

    .ppv-box-top {
        margin-top: 250px !important;
    }
}

@media (max-width: 512px) {
    .covid-19-box-top {
        margin-top: 285px !important;
    }

    .ppv-box-top {
        margin-top: 235px !important;
    }
}

@media (max-width: 427px) {
    .confirmDetails-page .date-blue-bg {
        border-radius: 10px;
    }

    .confirmDetails-page .time-blue-bg {
        border-radius: 10px;
    }

    .confirmDetails-page .tab-content {
        border-radius: 25px;
        padding: 30px;
    }

    .covid-19-box-top {
        margin-top: 300px !important;
    }

    .ppv-box-top {
        margin-top: 275x !important;
    }

    .dt-box {
        margin-top: 315px !important;
    }

    .purchase-box {
        margin-top: 205px !important;
    }

    .antibody-box {
        margin-top: 270px !important;
    }

    .dt-box-inner {
        margin-top: 40px !important;
    }

    .antibody-box-inner {
        margin-top: 0px;
    }

    .sm-image-align {
        width: 400px;
        height: auto;
    }

    .bg-kv-banner-dt {
        height: 160px;
    }

    .bg-kv-banner-purchase {
        height: 160px;
    }

    .bg-kv-banner-anti-body {
        height: 160px;
    }

    .facilitiesAmenities-page .roomService-priceBox {
        min-width: 200px;
    }
}

@media screen and (max-width: 575px) {
    .sideMenu .nav .nav-link {
        font-size: 12px;
        height: 110px;
    }

    .sec2-kv-bg-wallpaper {
        background-color: #f2eeef;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 340px;
        padding: 25px;
    }

    .sand-kv-bg {
        background-image: url(/Portals/0/HospitalImages/ampang/heart-screening-package-page/section-6_R1b_mobile-2.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
    }

    .risk-factors-bg {
        /* background: #e5f6fd; */
        background: #f3e4e7;
        margin-top: -80px !important;
    }

    .text-block {
        margin-top: 60px;
        margin-bottom: 15px;
    }

    .text-block-2 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .infographic-height {
        max-width: 100% !important;
        margin-left: 28%;
    }

    .bg-tq-page {
        height: 690px;
    }

    .button-tq-page {
        margin: auto !important;
    }

    .icons-mobile-size {
        width: 35%;
    }

    .padding-none {
        padding: 0px !important;
        margin: 12px;
    }

    .heart-care-padding {
        padding: 2rem !important;
    }

    .icons-padding-none {
        padding: 0px !important;
    }

    .heart-screening-package-innerbox {
        min-height: auto;
    }

    .cardiac-package-innerbox {
        min-height: auto;
    }
}

@media screen and (max-width: 426px) {

    .covid-19-box-top .nav-pills .nav-link {
        padding: 20px;
        height: 100%;
    }

    #nav-tabContent .infographic-width {
        width: 225px;
    }

    .tq-page-textbox-height {
        min-height: 310px;
    }

    .hospital-tq-p-margin {
        margin-top: 20px;
    }

    .bg-tq-color {
        background: linear-gradient(180deg, #fff 28%, #03b3ec 15%) !important;
    }

    .bg-kv-banner-anti-body {
        background-image: url(https://pantairevamp.vintedge.com//Portals/0/GlobalImages/anti-body/pantai-antibody-nurse-final-mobile.jpg);
    }

    .icons-mobile-size {
        width: 35%;
    }

    .padding-none {
        padding: 0px !important;
        margin: 12px;
    }

    .heart-care-padding {
        padding: 2rem !important;
    }

    .icons-padding-none {
        padding: 0px !important;
    }

    .heart-screening-package-innerbox {
        min-height: auto;
    }

    .cardiac-package-innerbox {
        min-height: auto;
    }

    .link-pages-style {
        margin-top: 350px !important;
    }

    .link-pages-style-bm {
        margin-top: 310px !important;
    }

    .link-pages-style-chi {
        margin-top: 255px !important;
    }

    .link-pages-style-id {
        margin-top: 330px !important;
    }

    .title-style-8-tq-page {
        font-size: 20px;
        font-weight: 900;
        letter-spacing: 1px;
        color: #307fde !important;
        margin-bottom: 1rem;
        padding-top: 15px;
    }

    .button-tq-page {
        margin: auto !important;
    }

    .bg-tq-page {
        height: 730px;
    }

    .infographic-height {
        max-width: 100% !important;
        margin-left: 28%;
    }

    .tq-page-sub-title {
        text-align: center !important;
    }

    /* erica add on */
    .radio-btn-padding {
        padding-right: 200px;
    }

    .infographic-width {
        width: 280px;
        margin: auto;
    }

    .makeAppt-page .radio-btn-margin {
        margin-right: 145px !important;
    }

    .makeAppt-page .date-blue-bg {
        font-size: 12px;
        border-radius: 10px;
    }

    .kv-info-text-box-1 {
        font-size: 16px;
    }

    .facilitiesAmenities-page .roomService-padding {
        padding: 0%;
    }

    .facilitiesAmenities-page .roomService {
        border: 0;
        padding: 0;
    }

    .docDetail .title-style-8 {
        line-height: 1;
    }

    #dnn_ctr627_MaternityService_viewPHC_hlSpecialists,
    #dnn_ctr627_MaternityService_viewPHBP_hlSpecialists,
    #dnn_ctr627_MaternityService_viewPHA_hlSpecialists,
    #dnn_ctr627_MaternityService_viewPHAK_hlSpecialists,
    #dnn_ctr627_MaternityService_viewPHI_hlSpecialists,
    #dnn_ctr627_MaternityService_viewPHK_hlSpecialists,
    #dnn_ctr627_MaternityService_viewPHKL_hlSpecialists,
    #dnn_ctr627_MaternityService_viewPHM_hlSpecialists,
    #dnn_ctr627_MaternityService_viewPHSP_hlSpecialists,
    #dnn_ctr627_MaternityService_viewPHP_hlSpecialists {
        float: unset !important;
        margin-bottom: 10px;
        margin-right: 0%;
    }

    hr {
        margin-top: 1rem !important;
    }

    .title-style-8 {
        font-size: 6.5vw;
        padding-top: 10px;
    }

    .title-style-14 {
        font-size: 6.5vw;
        padding-top: 10px;
    }

    .sideMenu .nav .nav-link {
        height: 115px;
    }

    /* .hospitals-page p,
    {
        text-align: justify;
    }
    p {
        text-align: justify;
    } */
    .main-carousel .carousel-indicators li {
        width: 6px;
        height: 6px;
        margin-right: 3px;
        margin-left: 3px;
    }

    .hospitals-carousel .carousel-indicators li {
        width: 6px;
        height: 6px;
    }

    .hospitals-carousel .carousel-indicators {
        bottom: -15px;
        margin: 0;
        left: 0;
    }

    .main-carousel .carousel-indicators {
        bottom: -15px;
        margin: 0;
        left: 0;
    }

    .blue-bar .fa-chevron-down {
        color: black;
    }

    .blue-bar.active .fa-chevron-down {
        color: white !important;
        transform: rotate(180deg);
        transition: all 0.4s ease;
    }

    .title-style-12 {
        font-size: 17px;
    }

    .vaccine-page .nav-tabs .nav-link.active {
        font-size: 14px;
        padding: 10px;
        font-weight: bold;
    }

    .vaccine-page .nav-tabs .nav-link {
        font-size: 14px;
        padding: 10px;
    }

    /* \24032021 erica */
    .drive-thru-page .accordion td {
        font-size: 15px;
    }

    .vaccine-page .collapsed .title-style-4 {
        font-size: 14px;
    }

    .title-style-4 {
        font-size: 14px;
    }

    .vaccine-page #accordion4 .card-header>div,
    .vaccine-page #accordion5 .card-header>div {
        padding: 15px 20px;
    }

    .bg-kv-banner-corona {
        background-image: url(https://pantairevamp.vintedge.com/Portals/0/Coronavirus/coronavirus_banner_kv_small.jpg);
        background-position: left;
    }

    .bg-kv-banner-vaccine {
        background-position: left;
    }

    .title-style-13 {
        font-size: 26px;
    }

    .vaccine-page #accordion4 .card-body,
    .vaccine-page #accordion5 .card-body {
        padding: 10px 30px;
    }

    .vaccine-page #accordion .card-body,
    .vaccine-page #accordion4 .card-body,
    .vaccine-page #accordion5 .card-body {
        padding: 10px 30px;
    }

    .vaccine-page #accordion4 .card-header {
        background-color: white;
        border: none !important;
        padding: 0px;
        cursor: pointer;
    }

    .vaccine-page #accordion5 .card-header {
        background-color: white;
        border: none !important;
        padding: 0px;
        cursor: pointer;
    }

    .dt-kv-banner-text-box {
        margin-left: 0;
    }

    .antibody-kv-banner-text-box {
        margin-left: 0;
    }

    .kv-title-size-1 {
        font-size: 17px !important;
    }

    .kv-title-size-1-ppv {
        font-size: 16px !important;
    }

    .bg-kv-banner-corona {
        height: 150px;
    }

    .careNsupport-box {
        margin-top: 340px;
    }

    .kv-banner-text-box-vaccine {
        margin: 0px;
        padding: 25px;
    }

    .bg-kv-banner-vaccine {
        height: 158px;
    }

    .kv-banner-text-box-corona {
        margin-left: 0px;
        margin-top: 0%;
    }

    .specialtiesDetail-page .nav-tabs a {
        font-size: 11px;
        vertical-align: middle;
    }

    .bg-kv-banner-dt {
        height: 148px;
    }

    .bg-kv-banner-purchase {
        height: 148px;
        background-image: url(https://pantairevamp.vintedge.com//Portals/0/GlobalImages/purchase-vaccine-kv-final-mobile-pantai.jpg);
        background-position: center;
    }

    .bg-kv-banner-anti-body {
        height: 155px;
        background-position: left;
    }
}

.kv-title-size {
    font-size: 16px;
}

.kv-banner-size {
    height: 250px !important;
    width: 350px !important;
    margin-top: 50px;
    margin-left: -15px;
}

.kv-banner-text-box {
    opacity: 1 !important;
    margin-left: 0 !important;
    padding: 15px 20px !important;
}

.bg-kv-banner {
    height: 148px !important;
}

.kv-info-text-box {
    width: 200px;
    font-size: 10px;
}

.covid-19-box-top {
    margin-top: 30px;
}

.ppv-box-top {
    margin-top: 20px;
}


/* ACCORDIAN START */

.drive-thru-page .accordion {
    width: 100%;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px !important;
    padding-inline-start: 0px !important;
}

.drive-thru-page .accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 30px;
    /* color: #404040; */
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #f68821;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #ffffff;
    border-radius: 0px;
}

.drive-thru-page .accordion .link:hover {
    background-color: #f68821;
    color: white;
}

.drive-thru-page .accordion li.open {
    border-bottom: 1px solid #ccc;
}

.drive-thru-page .accordion li:first-child .link {
    border-radius: .25rem .25rem 0 0;
}

.drive-thru-page .accordion ul,
.drive-thru-page .accordion li {
    list-style-type: none;
}

.drive-thru-page .accordion li:last-child .link {
    /* border-bottom: 0; */
}

.drive-thru-page .accordion li .fa-chevron-down {
    position: absolute;
    top: 16px;
    left: 12px;
    color: #404040;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.drive-thru-page .accordion li .fa-chevron-down {
    right: 28px;
    left: auto;
    font-size: 16px;
    color: #404040;
}

.drive-thru-page .accordion li.open .link {
    color: #ffffff;
    background-color: #f68821;
    font-size: 15px;
}

.drive-thru-page .accordion li.open .fa-chevron-down {
    color: #F46B3D;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #ffffff !important;
}

.drive-thru-page .accordion td {
    vertical-align: top;
    padding-right: 11px;
    /* color:#404040; */
    font-weight: bold;
}

.drive-thru-page .accordion li.open .fa-chevron-down {
    color: #fff;
}

.drive-thru-page .accordion li.open .main-link>.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #ffffff !important;
}

.drive-thru-page .submenu {
    display: none;
    font-size: 14px;
    padding-inline-start: 0px !important;
    border: 1px solid #f68821;
}

.drive-thru-page .submenu a {
    text-decoration: none;
    color: #939598;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.drive-thru-page .submenu a:hover {
    color: #fff;
}

.drive-thru-page .submenu p {
    color: #202020;
    padding: 0 20px;
}


/* ACCORDIAN END */


/* ACCORDIAN START */

.accordion {
    width: 100%;
    margin: 30px auto 20px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-inline-start: 0px !important;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 30px;
    color: #404040;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: white;
}

.accordion li.open {
    border-bottom: 1px solid #ccc;
}

.accordion li:first-child .link {
    border-radius: .25rem .25rem 0 0;
}

/* .accordion ul,
.accordion li {
    list-style-type: none;
} */

.accordion li:last-child .link {
    /* border-bottom: 0; */
}

.accordion li .fa-chevron-down {
    position: absolute;
    top: 16px;
    left: 12px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li .fa-chevron-down {
    right: 28px;
    left: auto;
    font-size: 16px;
    color: #fff;
}

.accordion li.open .link {
    color: #ffffff;
    background-color: #f68920;
}

.accordion li.open .fa-chevron-down {
    color: #b63b4d;
}

.accordion li.open .fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #ffffff;
}


/**
  * Submenu
  -----------------------------*/

.submenu {
    display: none;
    font-size: 14px;
    padding-inline-start: 0px !important;
}

.submenu li {
    /* border-bottom: 1px solid #4b4a5e; */
}

.submenu a {
    text-decoration: none;
    color: #d9d9d9;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.accordion-inner-link a {
    padding: unset !important;
    display: unset !important;
    color: #0964ab !important;
    text-decoration: underline !important;
}

.accordion-inner-link a:hover {
    background: none !important;
    text-decoration: none !important;
}

.vaccine-page .submenu a {
    text-decoration: none;
    color: #d9d9d9;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    word-break: break-all;
}

.submenu a:hover {
    color: #fff;
}

.submenu p {
    color: #737474;
    text-align: left;
}


/* ACCORDIAN END */

@media (max-width:377px) {
    .covid-19-box-top {
        margin-top: 395px !important;
    }

    .ppv-box-top {
        margin-top: 350px !important;
    }
}

@media screen and (max-width:376px) {
    #nav-tabContent .infographic-width {
        width: 205px;
        margin: 0;
    }

    .link-pages-style-bm {
        margin-top: 330px !important;
    }

    .link-pages-style-id {
        margin-top: 385px !important;
    }

    .tq-page-textbox-height {
        min-height: 330px;
    }

    .bg-tq-color {
        background: linear-gradient(180deg, #fff 29.5%, #03b3ec 15%) !important;
    }

    .antibody-box {
        margin-top: 305px !important;
    }

    .confirmDetails-page .nav-tabs .nav-link {
        width: 135px;
        font-size: 14px;
    }

    .radio-btn-padding {
        padding-right: 115px;
    }

    .doctor-appointment-padding {
        margin-right: 118px;
    }

    .infographic-width {
        width: 264px;
        margin: auto;
    }

    .makeAppt-page .nav-tabs .nav-link {
        width: 135px;
        font-size: 14px;
    }

    .makeAppt-page label {
        font-size: 13px;
    }

    .makeAppt-page .radio-btn-margin {
        margin-right: 110px !important;
    }

    .d-block .safety-btn-text {
        font-size: 0.85rem;
    }

    .kv-banner-text-box-vaccine {
        padding: 21px;
    }

    .covid-19-box-top {
        margin-top: 320px !important;
    }

    .ppv-box-top {
        margin-top: 245px !important;
    }

    .bg-kv-banner-vaccine {
        height: 150px;
    }

    .kv-banner-size {
        width: 320px !important;
        margin-left: -30px !important;
    }

    .careNsupport-box {
        margin-top: 350px;
    }
}

@media screen and (max-width: 361px) {
    .ppv-box-top {
        margin-top: 320px !important;
    }
}

@media screen and (max-width:326px) {
    .careNsupport-box {
        margin-top: 425px;
    }

    .title-style-4 {
        font-size: 14px;
    }
}

@media screen and (max-width:321px) {
    .sideMenu .nav .nav-link {
        padding: 10px 0px !important;
    }

    .sideMenu .nav .nav-link {
        font-size: 11px;
    }

    #nav-tabContent .infographic-width {
        width: 180px;
    }

    .bg-tq-color {
        background: linear-gradient(180deg, #fff 33.5%, #03b3ec 15%) !important;
    }

    .text-block {
        margin-top: 65px;
    }

    .link-pages-style {
        margin-top: 430px !important;
    }

    .link-pages-style-bm {
        margin-top: 440px !important;
    }

    .link-pages-style-chi {
        margin-top: 315px !important;
    }

    .link-pages-style-id {
        margin-top: 450px !important;
    }

    .bg-tq-page {
        height: 810px;
    }

    .patientCare-page p {
        padding-left: 15px;
        padding-right: 10px;
    }

    .patientCare-page #accordion .card-body {
        padding: 0px;
    }

    .ctaBtn-style5 .ctaBtn-txt {
        font-size: 11px;
    }

    .confirmDetails-page .ctaBtn-style5 .ctaBtn-txt {
        font-size: 11px;
    }

    .confirmDetails-page .tab-content {
        border-radius: 25px;
        padding: 25px;
    }

    .infographic-width {
        width: 213px;
    }

    .makeAppt-page .nav-tabs .nav-link {
        width: 115px;
        font-size: 13px;
    }

    .makeAppt-page .radio-btn-margin {
        margin-right: 65px !important;
    }

    .doctor-appointment-padding {
        margin-right: 70px;
    }

    .dt-box {
        margin-top: 380px !important;
    }

    .purchase-box {
        margin-top: 253px !important;
    }

    .antibody-box {
        margin-top: 405px !important;
    }

    .covid-19-box-top {
        margin-top: 360px !important;
    }

    .ppv-box-top {
        margin-top: 320px !important;
    }

    .kv-banner-size {
        margin-right: -30px;
        margin-top: 75px;
    }

    .docDetail .title-style-8 {
        font-size: 21px;
    }

    .vaccine-page .nav-tabs .nav-link.active {
        font-size: 12px;
        padding: 10px;
        font-weight: bold;
    }

    .vaccine-page .nav-tabs .nav-link {
        font-size: 12px;
        padding: 10px;
    }
}

@media screen and (max-width: 280px) {
    .covid-19-box-top {
        margin-top: 505px !important;
    }

    .ppv-box-top {
        margin-top: 400px !important;
    }
}

.kv-banner-size {
    width: 260px !important;
    margin-left: -30px !important;
}

.at-style-responsive .at-share-btn {
    padding: 2px !important;
}

.img-mobile {
    display: none;
    width: 100%;
}

.img-desktop {
    width: 100%;
}

@media(max-width:769px) {
    .makeAppt-page .form-control {
        font-size: 9px !important;
    }

    .makeAppt-page .radio-btn-margin {
        margin-right: 255px
    }

    .patientsDetails-section {
        margin-top: -260px !important;
    }
}

@media(max-width:767px) {
    .bg-kv-banner {
        height: 220px;
    }

    .img-desktop {
        display: none;
    }

    .img-mobile {
        display: block;
    }
}

.roomService-price {
    min-width: 130px;
    text-align: center;
    vertical-align: middle !important;
}

@media (max-width: 426px) {
    .privacy-policy ol>li {
        list-style: none;
        position: relative;
        padding: 5px 15px 5px 0;
        text-align: left !important;
    }

    .privacy-policy a {
        word-break: break-all !important;
    }

    .drive-thru-page .bg-kv-banner {
        height: 148px !important;
    }

    .appt-radio-btn {
        width: max-content;
    }

    .doctorAppt-radio-btn {
        margin-left: 20px !important;
    }

    .makeAppt-page .tab-content {
        padding-right: 20px;
        padding-left: 20px;
    }

    .makeAppt-page .form-control {
        font-size: 12px !important;
    }
}


/* GKL CANCER  */

.gkl-cancer-main-content .top-banner-img {
    width: 100%;
    /* height: 500px;
    object-fit: cover;
    object-position: 0 -16px; */
}

.gkl-cancer-main-content p {
    font-size: 16px;
}

.gkl-cancer-main-content h2 {
    color: #0585eb;
    font-weight: 620;
}

.gkl-cancer-main-content .custom-section-title {
    font-weight: 650;
    text-align: center;
    font-size: 36px;
}

.gkl-cancer-main-content .gkl-cta-btn {
    border-radius: 7px;
    text-transform: uppercase;
    padding: 11px 18px;
    background-color: #0585eb;
    transition: all 0.3s ease;
    opacity: 1;
    cursor: pointer;
    width: fit-content;
}

.gkl-cancer-main-content .gkl-cta-btn:hover {
    opacity: 0.7;
    transform: scale(1.1);
}

.gkl-cancer-main-content .gkl-cta-btn a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.gkl-cancer-main-content .img-header {
    width: 650px;
    height: 165px;
    object-fit: contain;
}

.gkl-cancer-main-content .m-view .banner-img {
    width: 100%;
    height: 215px;
    object-fit: cover;
    object-position: 0 -105px;
}

.gkl-cancer-main-content .d-view .banner-img {
    width: 230px;
}

.gkl-cancer-main-content .video-share-icon {
    width: 30px;
    cursor: pointer;
    transition: all 0.3s;
}

.gkl-cancer-main-content .video-share-icon:hover {
    transform: scale(1.075);
}

.gkl-cancer-main-content .left-overlay-item {
    left: -65px;
    position: absolute;
    bottom: -35px;
    width: 150px;
}

.gkl-cancer-main-content .right-overlay-item {
    right: -65px;
    position: absolute;
    bottom: -35px;
    width: 150px;
}

.gkl-cancer-video-section .video-placeholder {
    border-radius: 20px;
    width: 80%;
    height: 300px;
    background-color: #F0F0F0;
    color: #fff;
    text-align: center;
    margin: auto;
    padding-top: 100px;
}

.gkl-cancer-main-content iframe {
    border-radius: 20px;
}

.gkl-cancer-main-content .custom-bg-upper {
    background-image: url('/Portals/0/HospitalImages/kuala-lumpur/phkl-cancer/07-take-an-inside-look-top.png');
    width: 100%;
    height: 40px;
    background-size: cover;
    background-position: top;
}

.gkl-cancer-main-content .custom-bg-btm {
    background-image: url('/Portals/0/HospitalImages/kuala-lumpur/phkl-cancer/08-take-an-inside-look-bottom.png');
    width: 100%;
    height: 40px;
    background-size: cover;
    background-position: bottom;
}

.gkl-cancer-main-content .custom-bg-center {
    background-color: #f6f9fd;
}

.regular-screening-help .screening-help-img {
    object-fit: contain;
    width: 228px;
    height: 200px;
}

.screening-package-available .gkl-left-item {
    text-align: left;
}

.screening-package-available .gkl-right-item {
    text-align: right;
}

.screening-package-available .pacakage-item {
    border-radius: 5px;
}

.screening-package-available .comprehensive-blood-test .pacakage-item {
    min-height: 250px;
}

.screening-package-available .mammogram .pacakage-item {
    min-height: 125px;

}

.screening-package-available .male-package-bg {
    background-color: #f0f4fc;
}

.screening-package-available .female-package-bg {
    background-color: #fff4fc;
}

.screening-package-available .package-img {
    width: 325px;
    height: 240px;
    object-fit: contain;
}

.gkl-cancer-faq .title-style-4 {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: initial !important;
}

.gkl-cancer-faq .faq-header {
    cursor: pointer;
    background-color: unset;
    border: none;
    transition: all 0.5s;
}

.gkl-cancer-faq .faq-header:hover {
    background-color: rgba(0, 0, 0, 0.125);
}

.gkl-cancer-faq .card {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.gkl-cancer-faq .fa-plus,
.gkl-cancer-faq .fa-minus {
    display: none;
    color: grey;
}

.gkl-cancer-faq .faq-header div[aria-expanded="false"] .fa-plus,
.gkl-cancer-faq .faq-header div[aria-expanded="true"] .fa-minus {
    display: block;
    animation: customRotate 0.5s;
}

.sponser-and-partner .sponser-parter-img {
    height: 100px;
    object-fit: contain;
    width: 150px;
}

@keyframes customRotate {
    100% {
        transform: rotate(180deg);
    }
}

@media (max-width: 479px) {
    .gkl-cancer-main-content iframe {
        /* height: unset; */
    }
}

@media (max-width: 430px) {

    .gkl-cancer-main-content p,
    .gkl-cancer-main-content h2,
    .gkl-cancer-main-content .gkl-social-share-section {
        text-align: center;
    }

    .gkl-cancer-main-content .top-banner-img {
        height: auto;
    }

    .regular-screening-help .screening-help-text {
        text-align: center;
    }

    .gkl-cancer-main-content .img-header {
        width: 100%;
        height: auto;
    }

    .gkl-cancer-main-content .faq-img-header {
        max-width: 150px;
    }

    .gkl-cancer-main-content .why-phkl-img-header {
        max-width: 265px;
    }

    .screening-package-available .mammogram .pacakage-item,
    .screening-package-available .comprehensive-blood-test .pacakage-item {
        min-height: auto;
    }

    .screening-package-available .gkl-left-item,
    .screening-package-available .gkl-right-item {
        text-align: center;
    }

    .gkl-cancer-main-content .left-overlay-item {
        left: -29px;
        bottom: 252px;
        width: 90px;
    }

    .gkl-cancer-main-content .right-overlay-item {
        right: -42px;
        bottom: 224px;
        width: 85px;
    }

    .gkl-cancer-main-content .gkl-cta-btn {
        margin: auto;
    }
}

@media (max-width: 321px) {
    .gkl-cancer-main-content .ctaBtn-style8 a {
        font-size: 12px;
    }
}


/* GKL CANCER  */

/* Heaart Risk Calculator */

.framingham-form-section .row:first-child {
    margin: 0px;
}

.framingham-form-section .tap-to-enlarge {
    color: grey;
    cursor: pointer;
    margin: 5px 0px 0px 0px;
}

.framingham-form-section .modal-content {
    background-color: transparent;
    border: none;
    margin-top: 50px;
}

#CHAform {
    background-color: #FAFAFA;
}

#CHAform input[type="radio"] {
    box-sizing: border-box;
    appearance: none;
    background: white;
    outline: 1px solid rgb(255, 33, 33);
    border: 1px solid white;
    width: 13px;
    height: 13px;
}

#CHAform input[type="radio"]:checked {
    background: rgb(255, 88, 88);
}

#CHAform .CHA--title,
#CHAform .CHA--question {
    color: #ED7143 !important;
}

#CHAform .CHA--subtitle,
#CHAform .CHA--question small {
    color: black;
}

#CHAform .question--theme:nth-child(4n - 2) {
    background-color: transparent;
}

#CHAform .question--theme:nth-child(4n) {
    background-color: #FAEDE9;
}

#CHAform .radioBtn--caontainer {
    color: black;
}

.CHA--title {
    font-size: 23px;
}

.CHA--subtitle {
    font-size: 15px;
}

.yes--title {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 140px;
    top: -10px;
}

.align--right {
    display: flex;
    width: 25%;
    align-items: center;
    justify-content: end;
}

.no--title {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 140px;
    top: -10px;
}

.question--theme {
    background-color: rgb(124, 165, 255);
}

.CHA--question {
    font-size: 18px;
    font-weight: 600;
}

.radioBtn--caontainer {
    min-width: 120px;
}

.separator:not(:last-child) {
    border: 2px solid white;
}

.indicator {
    border: 1px solid red;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indicator--title {
    font-size: 23px;
    margin-bottom: 15px;
}

.indicator--image {
    width: 80%;
}

@media screen and (max-width: 768px) {
    .indicator--image {
        width: 100%;
        padding: 0px !important;
    }
}

.heart-risk-calculator-page p {
    color: #000;
}

.heart-risk-calculator-page input[type=radio] {
    float: unset;
}

.framingham-form-section {
    border: 3px solid #007bff;
}

.fram--title {
    font-size: 23px;
    font-weight: 700;
}

.fram-control-label {
    font-size: 14px;
    color: #007bff !important;
    font-weight: 700;
    ;
}

/* tablet view */
@media screen and (min-width: 769px) {
    .CHA--title {
        font-size: 30px;
    }

    .CHA--subtitle {
        font-size: 22px;
    }

    .CHA--question {
        font-size: 22px;
    }

    #CHAform input[type="radio"] {
        outline: 2px solid rgb(255, 33, 33);
        width: 18px;
        height: 18px;
    }

    .indicator--title {
        font-size: 30px;
    }

    .fram--title {
        font-size: 30px;
    }
}

/* pc view */
@media screen and (min-width: 993px) {
    .CHA--title {
        font-size: 38px;
    }

    .CHA--subtitle {
        font-size: 26px;
    }

    .CHA--question {
        font-size: 24px;
        font-weight: 600;
    }

    #CHAform input[type="radio"] {
        outline: 2px solid rgb(255, 33, 33);
        width: 18px;
        height: 18px;
    }

    .indicator--title {
        font-size: 38px;
    }

    .fram--title {
        font-size: 38px;
    }
}

/* Heaart Risk Calculator */


/* cardiology global landing page */

.cta-img {
    transition: all 0.5s;
}

.cta-img:hover {
    opacity: 0.8;
    transform: scale(1.1);
    transition: all 0.5s;
}

.cardiology-heart-3d-diagram,
.cardiology-heart-diagram {
    height: 100%;
}

.cardiology-heart-3d-diagram {
    /* min-height: 320px; */
}

.heart-organ-content {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border: #307fde 2px solid;
}

.heart-organ-tab.nav-pills .nav-link {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    background-color: #fff;
    color: #307fde;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border: #307fde 2px solid;
    border-radius: 20px;
    line-height: 1.4;
    transition: all 0.5s;
}


.heart-organ-tab .nav-link {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    background-color: #fff;
    color: #307fde;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border: #307fde 2px solid;
    border-radius: 20px;
    line-height: 1.4;
    transition: all 0.5s;
}


.heart-organ-tab.nav-pills .nav-link.active {
    color: white;
    font-size: 18px;
    background-color: #307fde;
}


.cardiology .title-style-5 {
    color: #307fde !important
}

.cardiology li {
    font-size: 15px;
}

.cardiology-article-list .banner-item-sm {
    width: 30%;
    height: 205px;
    display: inline-block;
    position: relative;
    margin: 10px;
    border-radius: 20px;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all 0.5s;

}

.cardiology-article-list .banner-item-sm img {
    min-height: 190px;
    height: 100%;
    ;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s;
}

.cardiology-article-list .banner-item-sm img:hover {
    transform: scale(1.1);
}

/* .cardiology-article-list .banner-item-sm .item-text {
    position: absolute;
    bottom: 0px;
    padding: 16px;
    font-size: 13px;
    font-weight: 700 !important;
    height: max-content;
    min-height: 70px;
    width: 100%;
    color: rgb(7, 84, 177);
    background-color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    transition: background-color 0.3s, visibility 0.3s;
    text-align: left;
} */

.cardiology-article-list .banner-item-sm .item-text {
    position: absolute;
    bottom: 0px;
    font-weight: 700 !important;
    width: 100%;
    color: white;
    text-shadow: 2px 2px 2px black;
    /* text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
    background: transparent;
    padding: 0px;
    min-height: 30px;
    padding: 8px;
    font-size: 14px;
    text-align: left;
}

.slick-cardio-faq.nav-pills .nav-link.active {
    color: white;
    background-color: #307fde;
}

.slick-cardio-faq.nav-pills .nav-link:last-child {
    margin: 0;
}

.slick-cardio-faq.nav-pills .nav-link:first-child {
    margin: 0 0 13px;
}

.slick-cardio-faq.nav-pills .nav-link {
    font-weight: bold;
    font-size: 17px;
    margin: 13px 0;
    border: #307fde 2px solid;
    border-radius: 15px;
    background-color: #fff;
    color: #307fde;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all 0.5s;
}

.cardio-faq-title {}

.overlay-text-box {
    /* background-color: #F46B3D;
    color: #fff !important; */
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border: #307fde 2px solid;
}

.overlay-text-box hr {
    background-color: #307fde;
}

.slick-cardio-faq .slick-track {
    padding-bottom: 0;
}

/* the slides */
.heart-organ-tab .slick-slide,
.slick-cardio-faq .slick-slide {
    margin: 0 8px;
}

/* the parent */
.heart-organ-tab .slick-list,
.slick-cardio-faq .slick-list {
    margin: 0 -8px;
}

@media screen and (max-width: 429px) {

    .heart-organ .nav-pills .nav-link {
        padding: 20px;
        height: 100%;
    }

    .cardiology-heart-diagram {
        height: auto;
    }

    .cardiology-heart-3d-diagram {
        height: 320px;
    }


    .cardiology-article-list .banner-item-sm {
        /* width: 44%; */
        width: 97%;
    }

}

/* cardiology global landing page */

/* New Cardiology: start
.new-cardiology .font-size-sm {
    font-size: 13px;
}

.new-cardiology .carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #337eb7;
    border-radius: 45px;
    margin-right: 8px;
    margin-left: 8px;
    opacity: 1;
    background-clip: unset;
}

.new-cardiology .carousel-indicators .active {
    background-color: #337eb7;
}

.new-cardiology .nav-scroll {
    border-top: 1px solid #437FD7;
    border-bottom: 1px solid #437FD7;
    margin: -1px 0px;
}

.new-cardiology .nav-scroll .nav-pills {
    width: 100%;
    display: table;
}

.new-cardiology .nav-scroll .nav-pills .nav-link {
    width: 25%;
    min-width: 200px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    border-radius: 0px !important;
    border: none !important;
    padding: 12px;
    display: table-cell;
    background-color: white;
    color: #808080;
}

.new-cardiology .nav-scroll .nav-pills .nav-link:hover,
.new-cardiology .nav-scroll .nav-pills .nav-link.active {
    background-color: #437FD7;
    color: white;
}

.new-cardiology .tab-content .tabs-title {
    font-size: 18px;
    color: #437FD7;
    font-weight: 700;
}

.new-cardiology .tab-content p {
    font-size: 16px;
    color: #707070;
}

.new-cardiology .tab-content .light-blue-bg {
    background: rgba(78, 179, 230, 0.1);
}

.new-cardiology .tab-content .light-blue-bg .accordion {
    margin: 0px;
}

.new-cardiology .tab-content .light-blue-bg .accordion li.open {
    border: none;
}

.new-cardiology .tab-content .light-blue-bg .accordion .link,
.new-cardiology .tab-content .light-blue-bg .accordion li.open .link,
.new-cardiology .tab-content .light-blue-bg .accordion .submenu {
    background-color: #437FD7;
}

.new-cardiology .tab-content .light-blue-bg .accordion li.open .link {
    border-bottom: none;
}

.new-cardiology .tab-content .light-blue-bg .accordion .link,
.new-cardiology .tab-content .light-blue-bg .accordion .submenu {
    color: white;
}

.new-cardiology .tab-content .light-blue-bg .accordion .submenu ul {
    all: revert;
    list-style-type: disc;
    color: white;
    padding: 0px 0px 15px 15px;
}

.new-cardiology .tab-content .light-blue-bg .accordion .submenu ul li {
    list-style-type: disc;
}

.new-cardiology .tab-content .light-blue-bg .accordion .link {
    padding: 0px 60px 15px 30px;
    border-bottom: none;
    font-size: 18px;
}

.new-cardiology .tab-content .light-blue-bg .accordion li:first-child .link {
    border-radius: 0;
}

.new-cardiology .tab-content .light-blue-bg .accordion .link:first-of-type {
    padding-top: 15px;
}

.new-cardiology .tab-content .light-blue-bg .accordion li .fa-chevron-down {
    font-size: 16px;
    top: calc(50% - 8px);
    right: 30px !important;
    left: auto !important;
}

.new-cardiology .tab-content .light-blue-bg .accordion .submenu p {
    color: white;
    margin: 0px 0px 5px 0px;
    font-size: 14px;
}

.new-cardiology .tab-content .light-blue-bg .accordion .submenu > div {
    margin: 0px 30px;
    border-bottom: 1px solid white;
}

.new-cardiology .tab-content .light-blue-bg .accordion .border-outer {
    padding: 0px 30px;
    background-color: #437FD7;
}

.new-cardiology .tab-content .light-blue-bg .accordion .border-outer .inner {
    border-bottom: 1px solid white;
}

.new-cardiology .light-blue-bg .hoverables span {
    position: absolute;
    width: 10%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.new-cardiology .light-blue-bg .hoverables .hover-1 {
    top: 13.5%;
    left: 45%;
}

.new-cardiology .light-blue-bg .hoverables .hover-2 {
    top: 18.5%;
    left: 64%;
}

.new-cardiology .light-blue-bg .hoverables .hover-3 {
    top: 32.5%;
    left: 82%;
}

.new-cardiology .light-blue-bg .hoverables .hover-4 {
    top: 56.5%;
    left: 82%;
}

.new-cardiology .light-blue-bg .hoverables .hover-5 {
    top: 65.5%;
    left: 65%;
}

.new-cardiology .light-blue-bg .hoverables .hover-6 {
    top: 72.5%;
    left: 45%;
}

.new-cardiology .light-blue-bg .hoverables .hover-7 {
    top: 65.5%;
    left: 25%;
}

.new-cardiology .light-blue-bg .hoverables .hover-8 {
    top: 56.5%;
    left: 8%;
}

.new-cardiology .light-blue-bg .hoverables .hover-9 {
    top: 33%;
    left: 8%;
}

.new-cardiology .light-blue-bg .hoverables .hover-10 {
    top: 18.5%;
    left: 26%;
}

.new-cardiology .tab-content .blue-bg {
    background-color: #437FD7;
}

.new-cardiology .tab-content .blue-bg .cardiology-heart-3d-diagram {
    height: 450px !important;
}

.new-cardiology .tab-content .blue-bg .btn-primary {
    background-color: #F5BC4D;
    color: white;
    padding: 15px 30px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    transition: 0.3s all linear;
    border-radius: 10px;
    font-size: 17px;
}

.new-cardiology .check-out .check-out-item {
    height: 100%;
}

.new-cardiology .check-out .check-out-item:hover {
    outline: 1px solid lightgrey;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 10%);
}

.new-cardiology .check-out .check-out-item:hover .check-out-content p:first-child {
    color: rgb(7, 84, 177);
}

.new-cardiology .check-out .check-out-img img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.new-cardiology .check-out .check-out-content {
    text-align: left;
    padding: 0px 8px 8px 8px;
    cursor: pointer;
}

.new-cardiology .check-out .check-out-content p:first-child {
    font-weight: 700;
    margin: 5px 0px;
    color: #707070;
}

.new-cardiology .check-out .check-out-content p:last-child {
    margin: 0px;
    color: #707070;
}

.new-cardiology .check-out .slick-track {
    padding-bottom: 0px;
}
*/
.new-cardiology .book-appointment {
    background-image: url(/Portals/0/GlobalImages/cardiology_book_app_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;

    color: #437FD7;
}

.new-cardiology .book-appointment .btn-primary {
    color: white !important;
    background-color: #437FD7 !important;
    border-color: #437FD7 !important;
    padding: 8px 30px;
    border-radius: 10px;
    font-weight: bold;
    transition: 0.3s all linear;
}

.new-cardiology .book-appointment .btn-primary:hover {
    color: #437FD7 !important;
    background-color: white !important;
    border-color: #437FD7 !important;
    
}

.new-cardiology .book-appointment h3 {
    font-size: 25px;
}

.new-cardiology .book-appointment p, 
.new-cardiology .book-appointment h2, 
.new-cardiology .book-appointment h3 {
    color: #437FD7;
}

.new-cardiology .book-appointment h2, 
.new-cardiology .book-appointment h3 {
    font-weight: 700;
}

.new-cardiology .book-appointment hr {
    margin: 30px 0px !important;
    border-top: 1px solid #437FD7;
}
/* 
.new-cardiology .blue-btn .btn-primary {
    color: white !important;
    background-color: #437FD7 !important;
    border-color: #437FD7 !important;
    padding: 15px 30px;
    border-radius: 10px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    font-size: 17px;
    transition: 0.3s all linear;
}

.new-cardiology .blue-btn .btn-primary:hover {
    color: #437FD7 !important;
    background-color: white !important;
    border-color: #437FD7 !important;
} */
/* 
.new-cardiology #tab3 .accordion .link {
    background-color: #437FD7 !important;
    color: white !important;
    font-size: 20px;
    padding: 15px 60px 15px 30px;
}

.new-cardiology #tab3 .accordion li .fa-chevron-down {
    font-size: 20px;
    top: calc(50% - 10px);
    right: 30px !important;
    left: auto !important;
}

.new-cardiology #tab3 .accordion li .subcontent {
    padding: 15px;
    display: flex;
}

.new-cardiology #tab3 .accordion li .subcontent:nth-child(even) {
    background-color: #ECF7FD; 
}

.new-cardiology #tab3 .accordion li .subcontent .number {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding: 0px 15px;
    color: #437FD7;
}

.new-cardiology #tab3 .accordion li .subcontent .content {
    padding: 0px 15px;
}

.new-cardiology #tab3 .accordion li .subcontent .content h2 {
    font-size: 18px;
    color: #437FD7;
}

.new-cardiology #tab3 .accordion li .subcontent .content p {
    color: #707070;
}

.new-cardiology #tab3 .accordion li .subcontent .content ul {
    margin-bottom: 0.5rem;
    color: #707070;
}

.new-cardiology #tab3 .accordion li .subcontent .content ul li {
    margin-bottom: 1rem;
    list-style-type: disc !important;
}

.new-cardiology #tab3 .accordion li .subcontent .content a {
    color: #007bff;
} */

.show-mobile {
    display: none;
}

.show-desktop {
    display: block;
}

@media only screen and (max-width: 767.98px) {
    .new-cardiology .nav-pills {
        display: block;
        padding: 0px;
    }

    .new-cardiology .nav-pills .nav-item:not(:last-child) {
        border-bottom: 2px solid #437FD7;
        border-right: none;
    }

    .new-cardiology .nav-pills .nav-item .nav-link {
        height: auto;
        display: block;
    }

    .show-mobile {
        display: block;
    }

    .show-desktop {
        display: none;
    }
} */

/* @media only screen and (max-width: 360px) {
    .new-cardiology .tab-content .blue-bg .btn-primary,
    .new-cardiology .blue-btn .btn-primary {
        min-width: 100%;
    }
} */
/* New Cardiology: end */

/* for experiment */
.sideMenu, #navbar {
    transition: transform 0.3s linear;
}