﻿.clear-both {
    clear: both;
}

.px-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.related-article .related-heading {
    padding-left: 12px;
    padding-bottom: 30px !important;
}

body .related-article .related-heading {
    margin-top: 0 !important;
}

#sightAttractionCategoryLoader,
#whereNextCategoryLoader {
    font-size: 16px;
    color: #0357AB;
    width: 100%;
    height: 325px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#otherArticleCarousel .owl-stage,
#whereNextArticleCarousel .owl-stage {
    display: flex;
    flex-wrap: nowrap;
}

.promo-crd-arrow-link.promo-crd.bgLightBlue {
    background-color: #E9F0F5 !important;
}

.related-article .heading-nav-wrapper .related-heading {
    padding-bottom: 0 !important;
    padding-top: 0;
    padding-left: 0;
}

.related-article .heading-nav-wrapper {
    padding-bottom: 30px;
    padding-top: 10px;
}

.heading-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.viewAll-customNav-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.viewAll-customNav-wrapper .verticalSeparator {
    display: inline-flex;
    margin: 0 20px;
    width: 1px;
    background-color: #e9f0f5;
    height: 23px;
    font-size: 0;
    line-height: 0;
}

.viewAll-customNav-wrapper .viewAllLink {
    font-size: 18px;
    line-height: 20px;
    text-decoration: underline;
    text-transform: capitalize;
}

div#customNavContainer {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

#customNavContainer button {
    width: 30px;
    height: 30px;
    border: 2px solid #0357AB;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#customNavContainer button span {
    font-size: 0;
    line-height: 0;
    height: 0;
    width: 0;
    display: inline-block;
    border-color: #0357AB;
    border-width: 3px 3px 0 0;
    border-style: solid;
    padding: 4px;
}

div#customNavContainer button.owl-prev span {
    transform: rotate(-135deg) translate(-1.5px, 1.5px);
}

div#customNavContainer button.owl-next span {
    transform: rotate(45deg) translate(-1px, 1px);
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background: 0 none !important;
}

#customNavContainer button span img {
    display: none;
}

div#customNavContainer .disabled {
    color: #ccc !important;
    border: 2px solid #ccc !important;
    cursor: not-allowed !important;
}

div#customNavContainer .disabled span {
    border-color: #ccc !important;
}

.sa-related-article .read-more-articles::after,
.wn-related-article .read-more-articles::after {
    color: #0357AB !important;
}

div#otherArticleCarousel {
    padding-bottom: 20px;
}

.read-more-articles {
    display: block;
    width: 100%;
    padding: 12px 15px;
    border: 0;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    position: relative;
    background: #e8f0f6;
    color: #061B2B;
    font-family: "D-DIN-PRO", sans-serif;
    margin-bottom: 30px !important;
}

.read-more-articles:after {
    content: '\e84d';
    font-family: 'icons', sans-serif;
    position: absolute;
    padding-left: 15px;
    color: #0092cc;
}

.h-158 {
    height: 158px !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.promo-content {
    background: #fff;
}

.promo-content.child-container-yellow-top, 
.promo-content .child-container-blue-top,
.promo-content .content-tab--blue {
    position: relative;
    z-index: 1;
}

.promo-content.child-container-yellow-top > .container,
.promo-content .child-container-blue-top > .container,
.promo-content .content-tab--blue > .container {
    margin-top: -85px !important;
}

.promo-content > .container{
    background: #fff;
    padding: 65px 30px 0 30px;
    border-radius: 4px;
    margin-top: -85px;
}

@media screen and (min-width:991.99px) {
    .mobile-view {
        display: none !important;
    }
}

@media screen and (min-width: 1023.99px) {
    .promo-content .promo-crd-arrow-link {
        min-height: 343px;
        background-color: #fff;
    }

    .promo-content .promo-crd-arrow-link.bgLightBlue {
        background-color: #E9F0F5;
    }

    #whereNextArticleCarousel .promo-crd {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1025px) {
    .related-article .promo-crd--v-50-50 .promo-crd__wrapper {
        min-height: 235px !important;
        padding-bottom: 40px;
    }

    .related-article .promo-crd--v-50-50 .promo-crd__wrapper h3 {
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    .related-article .promo-crd--v-50-50 .promo-crd__wrapper h3 .text-clamp{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .related-article .promo-crd--v-50-50 .promo-crd__wrapper p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media screen and (max-width: 1024px) {
    .related-article .promo-crd--v-50-50 .promo-crd__wrapper {
        min-height: auto !important;
        height: auto !important;
        padding-bottom: 40px;
    }

    .related-article .promo-crd--v-50-50 .promo-crd__wrapper p {
        margin-bottom: 15px;
        min-height: auto !important;
    }

    a.read-more-articles {
        text-align: left;
    }

    a.read-more-articles:after {
        padding-left: 10px;
        right: 20px;
        font-size: 16px;
    }

    /*Mobile view QTT*/
    .promo-content .container {
        margin-top: 0px;
    }
}
@media screen and (max-width:991.98px) {
    .desktop-view {
        display: none !important;
    }
}

@media (max-width: 47.9375em) {
    .promo-content > .container {
        padding-left: 0;
        padding-right: 0;
        margin-top: -25px !important;
    }
}

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

    div#otherArticleCarousel,
    div#whereNextArticleCarousel {
        padding-bottom: 0;
    }

    .sa-related-article .related-heading,
    .wn-related-article .related-heading {
        padding-top: 0 !important;
        padding-bottom: 20px !important;
    }

    .sa-related-article .promo-crd-arrow-link .promo-arrow-desc .wn-related-article .promo-crd-arrow-link .promo-arrow-desc {
        min-height: auto !important;
    }

    .related-article .heading-nav-wrapper {
        padding-bottom: 0;
        padding-top: 0;
    }

    .related-article .heading-nav-wrapper .related-heading {
        padding-bottom: 10px !important;
        padding-top: 0;
    }

    .heading-nav-wrapper {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }

    .heading-nav-wrapper h2.related-heading {
        padding-left: 0;
        padding-bottom: 15px !important;
    }

    .viewAll-customNav-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 0;
        width: 100%;
        padding-bottom: 15px;
    }

    .viewAll-customNav-wrapper .verticalSeparator {
        display: none;
    }
}