
@media (max-width: 575.98px) { 
    .fixed-top {
        position: fixed;
        top: 7.2vh;
        right: 0;
        left: 0;
        z-index: 1030
    }
    .quick-contact-in{
        display: none;
    }
    .quick-contact-out{
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        display: flex ;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        padding: 5px 0;
        border-bottom: 1px solid #000;
        background-color: #fff;
        margin-bottom:-20px;
    }
    .quick-contact-out li{
        list-style: none;
        padding: 5px 10px;
        border-radius: 30px;
    }
    .quick-contact-out li a,
    .quick-contact-out li i{
        color: #fff !important;
        text-transform: capitalize !important;
        text-decoration: none !important;
    }
    .quick-contact-out li:nth-child(1){
        background: #e8ac16;
    }
    .quick-contact-out li:nth-child(2){
        background: #0f7c38
    }
    nav{
        margin-top:-1.5vh !important;
    }
    nav .logo{
        width: 80px;
        height: auto;
        margin-left: -250px;
        margin-top: -5px;
    }
    .section1{
        display: flex;
        width: 100%;
        position: relative;   
    }
    .section1 .yccslider{
        margin-top: 8vh;
    }
    .carousel-item img{
        width: 100% !important;
        height: 50vh !important;
        object-fit: cover;
    }
    .section2{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .section2 div:nth-child(1){
        padding: 10px !important;
    }
    .section2 p{
        width: 100%;
        margin: 0 auto;
    }
    .section3{
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .section3 div{
        width: 100%;
        padding: 3px !important;
        margin: 0 auto;
    }
    .about{
        margin-top: 28vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .about div{
        padding: 5px !important;
        margin: 0 auto;
    }
    .about-div{
        padding: 0px !important;
        
    }
    .about p{
        width: 100%;
    }
    .facilities{
        margin-top: 28vh !important;
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .facilities div{
        width: 100%;
        padding: 3px !important;
        margin: 0 auto;
    }
    .skills_drills{
        margin-top: 28vh !important;
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .skills_drills div{
        width: 100%;
        padding: 3px !important;
        margin: 0 auto;
    }
    .programs{
        margin-top: 28vh !important;
    }
    .events{
        margin-top: 28vh !important;
    }
    .contact{
        margin-top: 28vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .contact-form{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
    }
    .contact-form .form-div{
        padding: 0 !important;
    }
}


@media (max-width: 767.98px) {  }


@media (max-width: 991.98px) {  }


@media (max-width: 1199.98px) { } 