.on_screen_banner_section{
    width: 100%;
    position: relative;
}
.play_now_btn{
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
}
.on_screen_banner_section_text {
    font-family: myBanglaFont;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 0 15PX;
}
.Click_play_btn{
    background: #FFFFFF;
    border-radius: 35px;
    font-family: myRegularFont;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #7D0C41;
    padding: 2px 10px;

}
#on_screen_banner_section_carousel.owl-carousel .owl-dots .owl-dot.active span, #on_screen_banner_section_carousel.owl-carousel .owl-dots .owl-dot:hover span {
    background: #FFFFFF;
    transform: translate3d(0px, -50%, 0px) scale(0.6);
}

#on_screen_banner_section_carousel.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#on_screen_banner_section_carousel.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    outline: none;
}

#on_screen_banner_section_carousel.owl-carousel .owl-dots .owl-dot span {
    background: #C4C4C4;
    display: inline-block;
    height: 15px;
    margin: 0 ;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 15px;
    border-radius: 100%;
}

.banner{
    width: 100%;
    margin: 15px 0;
}
.banner_link{
    width: 100%;
    height: 100%;
}

/*horizontal scroll*/
.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;}
.scrolling-wrapper {
    -webkit-overflow-scrolling: touch;
}

.Packages_section .package_card {
    width: 100%;
    position: relative;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent !important;
    background-image: url("../images/promo/light-colour-background-images-hd-light-color-background 1.png");

}
.Packages_section .package_card a{
    width: 100%;
    text-align: left !important;
    height: 100%;
}
.Packages_section .package_card a:focus{
    outline: none;
    box-shadow: none;
}
.Packages_section .package_name{
    font-family: myBanglaFont;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
}
.Packages_section .package_text{
    font-family: myBanglaFont;
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    line-height: 15px;
    color: #000000;
    margin-left: 15px;
}
.Packages_section .package_price{
    font-family: myBanglaFont;
    font-style: normal;
    font-weight: 700;
    font-size: 9px;
    color: #000000;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 8px 10px;
    position: absolute;
    right: 10px;
    bottom: 26px;
}
@media only screen and (min-device-width: 220px) and (max-device-width: 780px) {
    .scrolling-wrapper::-webkit-scrollbar {
        display: none !important;
        width: 0px;
        background: transparent;
    }
}


.running_tournament_card{
    width: 60%;
    margin-right: 15px;
    display: inline-block;
    position: relative;
    border-radius: 11px;
    background: transparent !important;
}
.running_tournament_card a{
    width: 100%;
    text-align: left !important;
    height: 100%;
    padding: 0 !important;
}
/*horizontal scroll end*/
.on_screen_footer_section{
    background-image: url("../images/promo/footer-bckground.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 20px 20px 0px 0px;
    padding: 10px 0;
}

.on_screen_footer_section a{
    width: 100%;
    height: 100%;
    padding: 0 !important;
}
.on_screen_footer_section_text{
    font-family: myRegularFont;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.on_screen_footer_section_condition{
    font-family: myRegularFont;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 8px;
}
@media (min-width: 120px) {
    .banner_heading{
        font-family: Li Ador Noirrit ANSI V1;
        font-style: normal;
        font-weight: 900;
        font-size: 27px;
        color: #FFFFFF;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .banner_text{
        font-family: Li Ador Noirrit ANSI V1;
        font-style: normal;
        font-weight: 600;
        font-size: 11px;
        text-align: center;
        color: #FFFFFF;
    }
    .banner_btn{
        background: #450C7D;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 74px;
        font-family: Li Ador Noirrit ANSI V1;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        text-align: center;
        color: #FFFFFF;
    }

}

@media (min-width: 992px) {

    .banner_heading{
        font-family: Li Ador Noirrit ANSI V1;
        font-style: normal;
        font-weight: 900;
        font-size: 37px;
        color: #FFFFFF;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .banner_text{
        font-family: Li Ador Noirrit ANSI V1;
        font-style: normal;
        font-weight: 600;
        font-size: 17px;
        text-align: center;
        color: #FFFFFF;
    }
    .banner_btn{
        background: #450C7D;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 74px;
        font-family: Li Ador Noirrit ANSI V1;
        font-style: normal;
        font-weight: bold;
        font-size: 25px;
        line-height: 31px;
        text-align: center;
        color: #FFFFFF;
        padding: 5px 10px;
    }
}
