@media (max-width: 1399px) {
    .header-main .main-menu ul li {
        margin-inline-end: 45px;
    }
}
.header-main .main-menu ul li a {
    display: inline-block;
    font-size: 17px;
}
@media (max-width: 991px) {
    .bannerimg {
        width: 350px !important;
    }
}
@media (max-width: 1199px) {
    .about-wrapper .about-image-box .about-image img {
       width: 300px !important;
        height: 370px !important;
    }
}
.counter-section::before{
    height: 100% !important;
}
.galimg{
    height: 300px !important;
    width: 100% !important;
    object-fit: cover;
}
.hero-bg {
    background-color: #fefefe !important;
}
.hero-1 .tree-shape {
    position: absolute;
    bottom: 40px;
    left: 28%;
    animation: wind-blow 4s linear infinite;
}
.mean__menu-wrapper{
    background: #fff;
    padding: 0px 50px;
    border-radius: 20px;
}
.breadcrumb-wrapper .page-heading {
    position: relative;
    padding: 210px 0 100px;
    text-align: center;
    z-index: 9;
}
@media (max-width: 767px) {
    .feature-wrapper .feature-content p {
        text-align: justify !important;
    }
}  
.header-main .sidebar__toggle{
    font-size: 35px;
}
@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading {
        padding: 150px 0 75px !important;
    }
}
@media (max-width: 1399px) {
    .program-details-wrapper .program-details-items .details-content .list-items {
        gap: 20px;
    }
}
@media (max-width: 1199px) {
    .event-box-items .event-content {
        margin-top: 90px;
    }
}