
@media only screen and (max-width: 1200px) {

    .navContainer ul li {
        padding: 0 10px;
    }

    .navContainer ul li a {
        font-size: 15px;
    }

    .toprightBtn a {
        padding: 10px 15px;
    }

    .servicesBox a {
        font-size: 15px;
    }

    .servicesBoxAlter a {
        font-size: 15px;
    }

    .servicesBoxIcon i {
        font-size: 40px;
    }

    .wefocusBoxName a {
        font-size: 15px;
    }

    .blogContainer p {
        font-size: 15px;
    }

    .blogIcon p i {
        font-size: 22px;
    }

}

@media only screen and (max-width: 991px) {

    .topRightContainer {
        padding-top: 8px;
    }

    .navContainer {
        display: none;
    }

    .bannerContainer .carousel-caption {
        top: 20px;
    }

    .bannerContainer .carousel-caption h4 {
        font-size: 30px;
    }

    .bannerContainer .carousel-caption p {
        font-size: 18px;
    }

    .servicesBox a {
        font-size: 11px;
    }

    .servicesBoxAlter a {
        font-size: 11px;
    }

    .welcomeContainerHd h3 {
        font-size: 30px;
    }

    .welcomeContainerHd h4 {
        font-size: 40px;
    }

    .wefocusHeading h3 {
        font-size: 30px;
    }

    .wefocusHeading h4 {
        font-size: 40px;
    }

    .exploreAppContainer h3 {
        font-size: 40px;
    }

    .ourClubs h3 {
        font-size: 40px;
    }

    .ourAcctivity h3 {
        font-size: 40px;
    }

    .galleryHd h3 {
        font-size: 40px;
    }

    .campusContainer h3 {
        font-size: 40px;
    }

    .campusContainer h4 {
        font-size: 40px;
    }

    .blogContainer h3 {
        font-size: 30px;
    }

    .blogContainer h4 {
        font-size: 40px;
    }

    .blogContainer p {
        font-size: 14px;
    }

    .testiHd h3 {
        font-size: 30px;
    }

    .testiHd h4 {
        font-size: 40px;
    }

    .footerContactText p a {
        word-wrap: break-word;
    }

}

@media only screen and (max-width: 767px) {

    .topRightContainer {
        text-align: center;
    }

    .bannerContainer .carousel-caption {
        display: none;
    }

    .servicesContainer {
        text-align: unset;
    }

    .servicesContainer ul li {
        width: 98%;
        padding: 0px;
        margin: 0px;
    }

    .servicesBox a {
        font-size: 20px;
    }

    .servicesBoxAlter a {
        font-size: 20px;
    }

    .welcomeContainerHd {
        text-align: center;
    }

    .welcomeImg {
        margin-bottom: 20px;
    }

    .facilityBox {
        border-right: none;
        border-bottom: 1px solid #003366;
    }

    .ourClubs {
        margin-top: 35px;
    }

    .galleryBox {
        margin: 10px 0;
    }

    .wefocusBox {
        margin-bottom: 20px;
    }

    .exploreAppContainer {
        margin-bottom: 30px;
    }

    .exploreAppContainer h3 {
        text-align: center;
    }

    .ourClubs h3 {
        text-align: center;
    }

    .ourAcctivity h3 {
        text-align: center;
    }

    .campusContainer h3 {
        text-align: center;
    }

    .campusContainer h4 {
        text-align: center;
    }

    .blogContainer h3 {
        text-align: center;
    }

    .blogContainer h4 {
        text-align: center;
    }

    .galleryHd h3 {
        padding: 0px;
    }

    .testimonialBox {
        width: auto;
        margin: 10px 0;
    }

    .exploreAppContainer h5 {
        text-align: center;
    }

    .exploreAppContainer p {
        text-align: center;
    }

    .footerNav {
        margin: 0px 0 10px;
    }

    .footerNav h5 {
        text-align: center;
    }

    .footerContact {
        margin: 10px 0;
    }

    .footerContact h5 {
        text-align: center;
    }

    .footerourApp h5 {
        text-align: center;
    }

    .footerSocialMedia {
        margin: 15px 0;
        text-align: center;
    }
  

}


@media only screen and (max-width: 640px) {

}


@media only screen and (max-width: 479px) {


}