a { 
    text-decoration: none !important;
}

.container-fluid {
    padding: 0px;
}

.container-fluid > div {
    position: relative;
}

/* Web Scrollbar */
/* body::-webkit-scrollbar-track {
    background: white;        
}

body::-webkit-scrollbar-thumb {
    background-color: #4279BC;       
} */

/* Scroll Top */
.scrolltop .fa-angle-up {
    color: #4279BC;
}

/* Banner */
.banner {
    position: relative;
    height: 100%;
    width: auto;
}

.banner > img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.banner .d-desktop, .banner .d-mobile {
    object-position: center;
}

/* Img Left Text Right */
.img-left-text-right {
    background-color: #1FB1E7;
    color: white;
}

.img-left-text-right .header-text {
    line-height: 30px;
}

.img-left-text-right .large-text {
    font-size: 40px;
}

/* Img Left Abs Text Right */
.img-left-abs-text-right .upper-content {
    font-size: 26px;
    font-weight: 700;
    color: #3A7ABD;
    background-color: white;
    line-height: 26px;
}

.img-left-abs-text-right .upper-content img {
    max-height: 400px;
    margin-top: 20px;
    left: 0px;
    object-fit: cover;
    object-position: top;
}

.img-left-abs-text-right .upper-content .dotted-slider {
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 0px 15px;
}

.img-left-abs-text-right .upper-content .dotted-slider .slick-slide {
    margin: 0px;
}

.img-left-abs-text-right .upper-content .dotted-slider .slick-dots li.slick-active button:before,
.img-left-abs-text-right .upper-content .dotted-slider .slick-dots li button:before {
    color: white;
}

.img-left-abs-text-right .upper-content .dotted-slider .slick-prev,
.img-left-abs-text-right .upper-content .dotted-slider .slick-next {
    display: none !important;
}

.img-left-abs-text-right .lower-content {
    background-color: #F26B3D;
    color: white;
}

.img-left-abs-text-right .lower-content .header-text {
    color: white;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.img-left-abs-text-right .lower-content table tr td:nth-child(1) {
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
    color: #FEBC0F;
}

.img-left-abs-text-right .lower-content table tr td:nth-child(2) {
    padding: 0px 15px;
    color: white;
    font-size: 30px;
    text-align: center;
}

.img-left-abs-text-right .lower-content table tr td:nth-child(3) {
    color: white;
}

.img-left-abs-text-right .lower-content table tr:nth-child(even) td {
    font-size: 12px;
    color: #FEBC0F;
}

/* Contest And Prizes */ 
.contest-and-prizes .contest-period {
    background-color: #F07640;
    color: white;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.contest-and-prizes .weekly-prizes {
    background-color: #FAB913;
}

.contest-and-prizes .weekly-prizes img {
    width: 100%;
    padding: 20px;
}

.contest-and-prizes .weekly-prizes h2 {
    text-align: center;
    color: black;
    font-size: 42px;
    font-weight: 700;
}

.contest-and-prizes .weekly-prizes p {
    text-align: center;
    color: black;
    font-size: 24px !important;
    font-weight: 700;
}

.contest-and-prizes .weekly-prizes p span {
    font-size: 20px !important;
}

.contest-and-prizes .weekly-prizes h3 {
    text-align: center;
    color: black;
    font-size: 12px;
}

/* Background Left Text Right - Week Winner */
.background-left-text-right {
    background-image: url('/images/pantaihospitalmalaysialibraries/listentoyourheart/weeks_winner_desktop.jpg?Status=Master');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: min-content;
    color: #4279BC;
    padding: 100px 0px;
}

.background-left-text-right img {
    width: 100%;
    max-width: 150px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.background-left-text-right h2 {
    font-weight: 700;
    font-size: 30px;
}

.background-left-text-right h3 {
    font-weight: 700;
    font-size: 22px;
}

.background-left-text-right .winner-tab {
    display: none;
}

.background-left-text-right .winner-tab.active {
    display: flex;
}

.background-left-text-right .winner-btn {
    color: white;
    background-color: #4279BC;
    border-radius: 20px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    max-width: 120px;
    /* Adapt Bootstrap btn style */
    padding: 0.375rem 0.75rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.background-left-text-right .winner-btn.clicked {
    color: #4279BC;
    border: 2px solid #4279BC;
    background-color: white;
}

/* Video Top Text Btm */
.video-top-text-btm {
    background-color: #4279BC;
}

.video-top-text-btm .video {
    transform: translateY(-50px); /* translate video up */
    max-width: 800px;
    height: auto;
    padding: 15px;
    background-color: #F8B816;
}

.video-top-text-btm .video .video-inner {
    background-color: #D0D2D3;
    height: 100%;
    width: 100%;
}

.video-top-text-btm .video .video-inner p {
    color: black;
    font-weight: 700;
    font-size: 30px !important;
    text-align: center;
    line-height: 350px;
}

.video-top-text-btm .video img {
    width: 100%;
}

.video-top-text-btm h2 {
    text-align: center;
    color: white;
    font-size: 32px;
    font-weight: 700;
    max-width: 700px;
    margin: auto;
    padding-bottom: 50px;
    line-height: 34px;
}

/* Img Left Accor Right */
.img-left-accor-right {
    background-color: white;
}

.img-left-accor-right h2 {
    text-align: center;
    color: #2A7CE1;
    font-weight: 700;
}

.img-left-accor-right p {
    font-size: 20px;
    text-align: center;
    color: #2A7CE1;
}

.img-left-accor-right .accordion li.open .link {
    background-color: #00ADE7;
    color: white;
}

.img-left-accor-right .accordion li.open i {
    color: white;
}

.img-left-accor-right .accordion .link {
    background-color: #CDEEFA;
    color: #2A7CDB;
    font-size: 18px;
    padding: 15px 45px 15px 30px;
}

.img-left-accor-right .accordion .submenu {
    color: black;
    font-size: 16px;
}

.img-left-accor-right .accordion .submenu a {
    color: #007BFF;
}

.img-left-accor-right .accordion li i {
    color: #2A7CDB;
    font-size: 22px;
    /* to make the arrow vertical center, 11px is the font-size / 2 */
    top: calc(50% - 11px);
}

/* Latest Deal */
.latest-deal {
    background-color: rgb(240, 240, 240);
    text-align: center;
    color: #2A7CDB;
}

.latest-deal h2 {
    font-weight: 700;
}

.latest-deal p {
    font-size: 18px;
}

.latest-deal img {
    width: 100%;
    max-width: 800px;
    margin: 30px 0px;
}

.latest-deal .hcp-slider .slick-slide {
    margin: 0px 10px;
}

.latest-deal .hcp-slider .hcp-item {
    width: 100%;
    height: max-content;
    background-color: white;
    border-radius: 5px;
    border: 1px solid lightgray;
}

.latest-deal .hcp-slider .hcp-item .hcp-img {
    overflow: hidden;
}

.latest-deal .hcp-slider .hcp-item:hover .hcp-img img {
    transform: scale(1.1);
}

.latest-deal .hcp-slider .hcp-item .hcp-img img {
    padding: 0px;
    margin: 0px;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: transform 0.3s ease-in-out;
}

.latest-deal .hcp-slider .hcp-item .hcp-content {
    padding: 15px 20px;
    color: #2A7CE1;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

.latest-deal .hcp-slider .hcp-item .hcp-content span {
    color: black;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    display: block;
    line-height: inherit;
    margin-top: 5px;
}

.latest-deal .slick-track {
    display: flex !important;
}

.latest-deal .hcp-slider .slick-next:before {
    content: url(/images/pantaihospitalmalaysialibraries/listentoyourheart/arrowright_blue.png);
}

.latest-deal .hcp-slider .slick-prev:before {
    content: url(/images/pantaihospitalmalaysialibraries/listentoyourheart/arrowleft_blue.png);
}

.latest-deal .btn {
    color: #2A7CE1 !important;
    background-color: white !important;
    border-radius: 25px !important;
    font-weight: 700;
    font-size: 15px;
    padding: 10px 35px;
    border-width: 3px;
    text-transform: uppercase;
    margin-bottom: -20px;
    transition: all 0.3s ease-in-out;
}

.latest-deal .btn:hover,
.latest-deal .hcp-slider .hcp-item:hover .btn {
    color: white !important;
    background-color: #2A7CE1 !important;
}

/* Slider Left Text Right */
.slider-left-text-right {
    color: white;
    background-color: #DB7DAB;
}

.slider-left-text-right .fade-carousel .item-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}  

.slider-left-text-right .fade-carousel .col-12 {
    padding: 0px;
}  

.slider-left-text-right .fade-carousel .slick-slide {
    opacity: 0.5;
    transform: scale(0.95);
    margin: 0px 10px;
}  

.slider-left-text-right .fade-carousel .slick-center,
.slider-left-text-right .fade-carousel .slick-active,
.slider-left-text-right .fade-carousel .slick-current {
    opacity: 1;
    transform: scale(1);
    transition: all 300ms ease !important;
}

.slider-left-text-right .fade-carousel .slick-next:before {
    content: url(/images/pantaihospitalmalaysialibraries/listentoyourheart/arrow_right.png);
}

.slider-left-text-right .fade-carousel .slick-prev:before {
    content: url(/images/pantaihospitalmalaysialibraries/listentoyourheart/arrow_left.png);
}

/* Footer */
.footer-wrapper .home-page-blue-btn {
    font-size: 16px;
}

.top-footer {
    background-color: rgb(142, 191, 218);
}

.top-footer .top-footer-content {
    overflow-x: auto;
}

.top-footer .top-footer-content a {
    color: white;
    margin-right: 20px;
}

.btm-footer .footer-logo {
    max-width: 100%;
    height: auto;
}

.btm-footer .states-underline {
    display: flex;
    flex-wrap : wrap;
}

.btm-footer .states-underline .state {
    font-size: 18px;
    white-space: nowrap;
    padding-bottom: 7px;
    margin: 0px 30px 20px 0px;
    cursor: pointer;
    color: rgb(196, 196, 196);
}

.btm-footer .states-underline .state.active {
    color: rgb(48, 127, 222);
    border-bottom: 2px solid rgb(48, 127, 222);
}

.btm-footer .states-underline-tablet {
    display: none;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #fff;
    background-color: #307fde;
    background-image: none;
    border: 1px solid #307fde;
    border-radius: 4px;
}

.btm-footer .states-tab [id^="tab"] {
    display: none;
}

.btm-footer .footer-title {
    font-size: 18px;
    font-weight: 700;
    color: #4db649 !important;
}

.btm-footer table td img,
.btm-footer .social-media-icon {
    padding: 13px 10px;
}

.btm-footer table td,
.btm-footer .states-tab a {
    font-size: 14px;
}

.btm-footer .states-tab a {
    text-decoration: underline !important;
}

.btm-footer table tr span {
    color: #4db649;
}

.btm-footer .btn-primary {
    padding: 10px 20px;
    background-color: #4cb648;
    border-color: #4cb648;
    border-radius: 45px;
    padding: 0.75rem;
    text-transform: uppercase;
    width: 100%;
}

.btm-footer .btn-primary:hover {
    background-color: #318E2E;
}

.copyright-wrapper {
    background-color: rgb(228, 227, 227);
}

.copyright-wrapper .copyright-content a {
    font-size: 14px;
    font-weight: 700;
    color: #59595b !important;
    display: inline-block;
    padding-right: 30px;
}

.copyright-wrapper .copyright-content p {
    font-size: 15px;
    margin: 0px;
}

.copyright-wrapper .copyright-content img {
    float: right;
    max-width: 92px;
}

.scroll-to-top-btn {
    position: fixed;
    bottom: 0px;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    background-color: rgb(51, 195, 239);
    color: white;
    font-size: 25px;
    text-align: center;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}

/* Utilities */
.remove-all-padding {
    padding: 0px !important;
}

.d-desktop {
    display: block;
}

.d-mobile {
    display: none;
}

.font-size-18 {
    font-size: 18px;
}

@media only screen and (max-width: 1024px) {
    /* Footer */
    .states-underline {
        display: none !important;
    }

    .states-underline-tablet {
        display: block !important;
    }

    .states-tab {
        background-color: #f1f1f2;
        padding: 1rem 1rem 0px 1rem;
    }

    .btm-footer .states-underline-tablet {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .img-left-abs-text-right .upper-content img {
        position: relative;
        padding: 0px;
        max-height: 100%;
    }

    .img-left-abs-text-right .upper-content .dotted-slider {
        position: relative;
    }

    .img-left-abs-text-right .upper-content .dotted-slider .slick-dots li.slick-active button:before,
    .img-left-abs-text-right .upper-content .dotted-slider .slick-dots li button:before {
        color: rgb(0, 118, 158);
    }

    /* Contest */
    .contest-and-prizes .weekly-prizes img {
        padding: 60px;
    }

    /* Background Left Text Right */
    .background-left-text-right {
        padding: 50px 0px;
        background-image: none;
        background-color: #ECECEC;
        /* background-image: url('../images/pantai-cc/weeks_winner_mobile.jpg'); */
    }

    /* Video */
    .video-top-text-btm .video {
        transform: translateY(0px);
        margin-top: 50px;
        padding: 0px;
    }

    .video-top-text-btm .video .video-inner p {
        line-height: 300px;
    }

    .video-top-text-btm h2 {
        padding-top: 50px;
    }

    /* Img Left Accor Right */
    .img-left-accor-right .accordion .link {
        font-size: 16px;
        padding: 12px 40px 12px 20px;
    }

    .img-left-accor-right .accordion li i {
        font-size: 16px;
    }

    .accordion li i {
        top: calc(50% - 8px);
    }

    .img-left-accor-right .accordion .submenu {
        font-size: 14px;
        padding: 15px;
    }

    .slider-left-text-right .fade-carousel .item-image img {
        height: 400px;
    }

    /* Utilities */
    .d-desktop {
        display: none;
    }
    
    .d-mobile {
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .img-left-abs-text-right .lower-content table tr td:nth-child(1) {
        font-size: 15px;
    }

    .img-left-abs-text-right .lower-content table tr td:nth-child(2) {
        padding: 0px 10px;
        font-size: 25px;
    }

    .img-left-abs-text-right .lower-content table tr td:nth-child(3) {
        font-size: 13px;
    }
}

@media only screen and (max-width: 360px) {
    .img-left-abs-text-right .ltyhwp-m {
        font-size: 11px;
    }
}

/* For gallery view */
.grid-column .container-overlay:first-child {
    margin-top: 0px;
}

.gallery-rows-wrapper {
    height: 500px;
    overflow-y: hidden;
}

.gallery-row {
    display: flex;
}

.gallery-up-btn, .gallery-down-btn {
    width: max-content;
    height: max-content;
    z-index: 9;
    font-size: 30px;
    padding: 0px;
    background-color: transparent;
    border: none;
    color: white;
}

.gallery-up-btn:disabled, 
.gallery-down-btn:disabled {
    opacity: 0.4;
}

.gallery-up-btn {
    margin-bottom: 10px;
}

.gallery-down-btn {
    margin-top: 10px;
}

#nav-hashtagFeed .js-spinner {
    display: none !important;
}