@media screen and (min-width: 769px) {

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

    .top-menu-ul {
        flex-direction: column;
        font-size: 13px;
    }
    .top-social-menu-ul {
        justify-content: center;
        padding: 9px 0px;
    }
    .top-social-menu-ul li:first-child {
        display: none;
    }
    .codlyt-nav {
        padding: 5px 0px 5px 0px;
    }
    .logo {
        height: 32px;
    }
    .banner-text-box h1{
        font-size: 35px;
    }
    .banner-btn-box {
        gap: 15px;
        flex-direction: column;
    }
    .banner-text-box{
        min-height: 530px;
    }
    .bg-home-banner{
        margin-bottom: 250px;
    }
    .about-text-box{
        justify-content: flex-start;
        min-height: 450px;
    }
    .section-title {
        font-size: 35px;
    }
    .animated-box{
        display: none;
    }
    .about-img-box {
        min-height: 337px;
        flex-direction: column;
        justify-content: flex-start;
    }
    .vision-card{
        margin-bottom: 15px;
    }
    .vision-card>img{
        position: inherit;
        transform: translate(-50%, 0%);
    }
    .vision-card div>p {
        font-size: 14px;
        letter-spacing: 1px;
    }
    .bg-facilities {
        padding: 0;
    }
    .owl-facilit .owl-nav{
        top: 31%;
        width: auto;
        left: 0;
        right: 0;
    }
    .bg-event {
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }
    .bg-footer {
        margin-top: -100px;
        padding-top: 80px;
    }
    .footer-logo {
        height: 42px;
    }
    .ftr-desc{
        font-size: 12px;
    }
    .footer-social-media{
        justify-content: flex-start;
    }
  }