.owl-carousel#main_banner .owl-dots {
    flex-direction: row;
    display: flex;
    width: 100%;
    margin-top: -110px;
    position: inherit;
}

.owl-carousel#main_banner .owl-dots .owl-dot {
    width: 33.3333%;
    padding: 0px 100px;
}

.owl-carousel#main_banner .owl-dots .owl-dot button {
    border-top: 2px solid #fff;
    text-align: left;
}

.owl-carousel#main_banner .owl-dots .owl-dot.active button {
    border-top: 2px solid #e92841;
}


#program_slider .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
}

#program_slider .item {
    padding: 15px;
}





@media only screen and (min-width:768px) and (max-width:991px) {

    .owl-carousel#main_banner .owl-dots .owl-dot {
        width: 33.3333%;
        padding: 30px 40px !important;
    }



}


@media only screen and (max-width:767px) {

    

    .owl-carousel#main_banner .owl-dots {

        display: flex;
        width: 100%;
        position: inherit;
        margin-top: -50px !important;
    }

    .owl-carousel#main_banner .owl-dots .owl-dot {
        width: 100% !important;
        padding: 0px 20px !important;
    }

    .owl-carousel#main_banner .owl-dots .owl-dot button {
        color: transparent;
        border-top: 2px solid #fff;
        text-align: left;
    }

    .owl-carousel#main_banner .owl-dots .owl-dot.active button {
        border-top: 2px solid #e92841;
    }

}