@media (max-width: 991px){
    input[id*='showMega']:checked ~ .mega-box {
        padding-bottom: 15px;
        max-height: 100%;
    }
}
@media (max-width: 767px){
    .d-none.d-lg-block{
        display: none!important;
    }
}
@media (min-width: 768px){
    .d-block.d-lg-none{
        display: none!important;
    }
}
.bch-img .imgit{
    object-fit: cover;
}
.owl-carousel-content .bwbk{height: 100%;}
.owl-carousel-content .owl-stage {display:flex}
@media (max-width: 766px){
    .owl-carousel-content.owl-arrow-nav.rect-nav .nav-btn {
        top: -80px!important;
    }
}
.youtube-icon{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    transition: all .25s;
}
.full-url{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bwbk:hover .youtube-icon{
    transform:  translateY(-50%) translateX(-50%) scale(1.05);
}
.wrapper-iframe{
    margin-bottom: 2rem;
}
.wrapper-iframe iframe{
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
}
@media (max-width: 519px){
    .text-editor.pl40{
        padding-left: 0;
    }
}
@media (max-width: 1099px){
    .nav-links li a{
        font-size: 15px!important;
    }
}