/* 
Author:Gagan Soti
Contact No.+977-9847875648
eMail:gagansoti@gmail.com
*/
@media (min-width: 992px) and (max-width: 1199px) {
    section.about-us .about-left-wrapper .about-contact-box .btn {
        font-size: 17px;
    }
}

@media (min-width: 420px) and (max-width: 992px) {
    section.header .contact-info a {
        padding-right: 20px;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    section.about-us .about-right-wrapper img.logo {
        width: 150px;
        right: 50px;
    }

    section.about-us .about-right-wrapper .video {
        width: 150px;
        left: 50px;
    }
}

@media (min-width: 576px) and (max-width: 992px) {
    section.our-affiliation .heading-wrapper p {
        font-size: 14px;
    }
}

@media (min-width: 320px) and (max-width: 420px) {

    section.about-us .about-call-box p,
    section.about-us .about-left-wrapper .about-contact-box .btn {
        font-size: 12px;
        padding: 0;
    }

    section.about-us .about-left-wrapper .about-contact-box .fa-phone {
        width: 15px;
        height: 15px;
        padding: 15px;
    }
}

@media (min-width: 320px) and (max-width: 576px) {
    section.about-us .about-left-wrapper p {
        font-size: 14px !important;
    }

    section.our-affiliation .heading-wrapper p {
        font-size: 14px;
    }
}

@media (max-width: 1992px) {}

@media (max-width: 992px) {
    section.about-us .about-left-wrapper h1 {
        font-size: 30px;
    }

    section.info-program .info-second-wrapper h1 {
        font-size: 18px !important;
    }

    section.info-program .notice-container h1 {
        font-size: 26px !important;
    }

    section.about-page .right-wrapper {
        margin-left: 0;
    }

    section.about-page .left-wrapper .about-box,
    section.management-committe .left-wrapper .about-box,
    section.features .main-wrapper .about-box,
    section.blog .main-wrapper .about-box,
    section.information .main-wrapper .about-boxll,
    section.info-staff .main-wrapper .about-box {
        display: none !important;
    }
}

@media (max-width: 767px) {

    section.about-us .about-right-wrapper img.logo,
    section.about-us .about-right-wrapper .video {
        width: 120px;
        height: 90px;
    }

    section.about-page .left-wrapper .main-box p,
    section.about-page .left-wrapper .second-box p {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    section.about-us .about-contact-secondary-box.float-end {
        margin: 15px 0;
    }
}