.relatedProgrammes h2 {
    color: #105A7E;
    font-size: 48px;
    font-weight: 700;
    text-align: center
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block !important;
}

.owl-nav.disabled {
    display: none !important;
}

@media(max-width: 768px) {

    .relatedProgrammes .owl-nav {
        position: absolute;
        top: -17%;
        right: 4%;
        font-size: 36px;
        color: #105a7e;
    }

}

/*.related_programmes_carousel .btn_vc_outline, .btn_vc_standard {
    height: 34px !important;
    padding: 5px 14px 5px 10px !important;
}*/

@media(max-width: 767px) {

    i .fa.fa-arrow-right.icon_arrow_class {
        color: #105a7e;
    }

    i.fa.fa-arrow-left.icon_arrow_class {
        color: #105a7e;
    }

    .relatedProgrammes .owl-dots {
        margin-top: 30px;
    }

    .related_programmes_carousel button.owl-dot.active {
        background: #105A7E;
        width: 4%;
        border-radius: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .related_programmes_carousel button.owl-dot.active {
        background: #105A7E;
        width: 9%;
    }

    .related_programmes_carousel .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #1a594300 !important;
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #1a594300 !important;
    }

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        width: 20px;
        height: 20px;
        background: #9BBACD;
        border-radius: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin-left: 10px;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #9bbacd;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }

    .related_programmes_carousel .carousel-tour-slider button.owl-dot {
        background: #9BBACD;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        margin-top: 38px !important;
        margin: 13px 4px;
    }

    .related_programmes_carousel .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #86979100 !important;
    }

    .relatedProgrammes h2 {
        color: #105A7E;
        font-size: 24px;
        margin-bottom: 74px !important;
    }

}

@media(max-width: 500px) {

    #related_programmes .btn_vc_standard, .btn_vc_outline {
        min-width: 109px !important;
    }

}

