@media(max-width:1220px) {
    .quickinformation {
        position: static;
    }
}

@media(max-width:1080px) {
    .navmenu>div>ul>li>a {
        border: none;
    }

    .navmenu>div>ul>li>a {
        color: #222;
    }

    .bannertext h2 {
        font-size: 24px;
    }

}

@media (max-width:996px) {
    .bannertext h2 {
        font-size: 18px;
    }

    .header .logo,
    .gandhispeetch img {
        height: 75px;
    }

    .govlogo img {
        width: 40px;
    }

    .footertext p {
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
        text-align: center;
    }

    .important-text {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .list-unstyled {
        columns: 1;
    }

    .list-unstyled li a {
        font-size: 15px;
        font-weight: 400;
    }

    .list-unstyled li+li {
        margin-top: 5px;
    }

    footer.footer-section h5,
    footer.footer-section h6 {
        color: #ffffff;
        font-size: 15px;
        font-weight: 500;
    }

    .important-text p {
        line-height: 24px;
        font-size: 14px;
    }

    .facilities-content img {
        height: 35px;
    }

    .navmenu a,
    .navmenu a:focus {
        color: #222;
    }

    .navmenu a i:hover,
    .navmenu a:focus i:hover {
        background-color: #004aad;
        color: #fff;
    }

}

@media (max-width:768px) {
    .list-unstyled li a {
        font-size: 14px;
    }

    .list-unstyled li+li {
        margin-top: 0px;
    }

    .important-text p {
        font-size: 13px;
        line-height: 21px;
    }

    .casetest {
        height: 150px;
    }

    .caseimg {
        height: 150px;
    }

    .casetest h3 {
        font-size: 15px;
    }

    .quickinformation {
        padding: 20px 0;
    }

    .section-heading h2 {
        font-size: 24px;
        font-weight: 500;
    }

    .quickboxcontent h4 {
        font-size: 16px;
    }

    .quickboxcontent p {
        font-size: 14px;
    }

    .quickbox {
        height: 230px;
    }

    .owl-carousel.quick-carousel .owl-stage-outer {
        padding-bottom: 20px;
    }

    .facilities-section {
        padding: 20px 0;
    }

    .facilities-content h3 {
        font-size: 14px;
    }

    .timebox a .timeimg img {
        max-width: 30px;
    }

    .timecontent span {
        font-size: 13px;
    }

    .timecontent h5 {
        font-size: 16px;
    }

    .timebox a {
        padding: 8px 20px;
    }

    .facilities-content {
        height: auto;
    }

    .facilities-box h2,
    .spotlight-title {
        font-size: 24px;
    }

    .facilities-box p {
        font-size: 16px;
    }

    button.open-search {
        outline: none;
        border: 2px solid #0c2a65;
        background: transparent;
        width: 35px;
        height: 35px;
        font-size: 15px;
        color: #0c2a65;
        border-radius: 50%;
    }

}

@media (max-width:568px) {
    .topnave-searchs {
        display: none;
    }

    .timebox {
        flex-direction: column;
    }

    .facilities-content {
        height: 130px;
    }

    .logo-carousel .owl-prev i,
    .logo-carousel .owl-next i,
    .link-carousel .owl-prev i,
    .link-carousel .owl-next i {
        font-size: 18px;
    }

    .quick-carousel .owl-prev i,
    .quick-carousel .owl-next i {
        font-size: 18px;
    }

    .quick-carousel .owl-prev {
        left: 10px;
    }

    .quick-carousel .owl-next {
        right: -20px;
    }

    .footertext p {
        font-size: 10px;
        margin-bottom: 8px;
    }

    .col-xl-6.col-md-6.border-start.border-end.px-xl-4 {
        border: none !important;
    }

    .caseicon img {
        width: 40px !important;
    }

    .quickboximg img {
        height: 40px;
        width: 40px !important;
    }

    .quickboximg {
        width: 70px;
        height: 70px;
    }

    .quickbox {
        height: 245px;
    }

    .play-pause {
        display: none !important;
    }

    .profiletext {
        display: none;
    }

    .bannertext h2 {
        font-size: 16px;
    }

    .bannertext {
        position: absolute;
        bottom: -20%;
        text-align: center;
        width: 65%;
        left: 65%;
        transform: translate(-50%, -50%);
        z-index: 9999999;
    }

    .banner-section .owl-prev , .banner-section .owl-next{
        display:none !important;
    }

}