@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

}
@media (min-width: 992px) {
    .abt-text.mb-3 {
        margin-top: -25px;
    }

}

@media (max-width: 1366px)  {
     .hombanner-text {
        margin:-15px 10%;
    }
}
@media screen and (min-width:992) and (max-width:1366px) {
    .hombanner-caption {
        margin: 0 10%;
    }

}

@media screen and (max-width:1199px) {
    .about-sctn .left-cl img {
        width: 100% !important;
    }


}

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

.navbar-brand img {
    width: 228px;
}
}

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

 .hombanner-caption .hombanner-text h1 {
        font-size: 30px;
        line-height: 36px;
    }
.banner-wlcm-txt {
    font-size: 18px;
    }
.abt-text {
    font-size: 32px;
    font-weight: 600;
}
    
.inner-banner {
    max-height: 200px;
    }

.inner-banner h3 {
    font-size: 25px;

}
    
.inner-banner, .homebanner-section {
    margin-top: 80px;
}


header {
    position: relative;
    z-index: 99999;
}
.classy-nav-container {
    position: fixed;
    /* z-index: 99999;
    height: 100vh; */
}
}

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

.evnt-setn .item {
    height: 400px;
}
.evnt-setn .item .evnt-head {
    font-size: 24px;
}
.owl-nav {
    display: none;
}

.hombanner-text {
        margin:-15px 0 !important;
    }
.spiritual-text {
    font-size: 22px;

}
.evnt-time-blk {
    margin-top: -20px; 
}

}

@media screen and (max-width:575px) {
    
    h1 {
        font-size: 40px;
    }


}