@media (max-width: 1025px) {
    .portfolio-slider-text h2 {
        font-size: 25px;
    }

    .why-us-left h2 {
        font-size: 40px;
    }

    .progress-line {
        line-height: 66px;
    }

    .overall-info p {
        padding: 0rem 3rem;
    }

    h2.testimonial-heading::after {
        left: 35%;
    }

    /*CONTACT*/
    .left-contact-image .contact-info {
        width: 80%;
    }

    /*PROJECTS*/
    .main-sec .nav {
        margin-left: 18rem;
    }

    .gallery-name-top{
        bottom: 0;
    }

}

@media(max-width: 999px) {
    #admission .modal-dialog {
        max-width: 80%;
        margin: 1.75rem auto;
    }

    #admission .modal-body img {
        width: 100%;
    }

    #admission .modal-content {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
    }
}

@media (max-width: 769px) {
    .right-logo .navbar {
        display: none;
    }

    .right-logo .side-nav-tab {
        display: block;
    }

    .logos {
        align-items: center;
    }

    .top-owl .item .caption h2 {
        font-size: 30px;
    }

    .why-us-left h2::after {
        top: 50%;
    }

    .author-name p {
        padding-bottom: 2rem;
    }

    h2.testimonial-heading::after {
        left: 47%;
    }

    /*CONTACT*/
    .left-contact-image>img {
        height: 500px;
    }

    .right-contact h2 {
        margin-top: 2rem;
    }

    .right-contact h2::after {
        left: 47%;
    }

    /*PROJECTS*/
    .main-sec .nav {
        margin-left: 11rem;
    }

    blockquote {
        margin: 0;
    }

    .wt-title {
        font-size: 19px;
    }

    .service-detail-single-list {
        margin-top: 1rem;
    }

    .callback-button {
        top: 293px;
    }

    .service-image img {
        height: 200px;
    }

    .owl-carousel.top-owl .item img,
    .owl-carousel.next-owl .item img {
        height: 100vh;
        object-fit: cover;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 5px;
        height: 5px;
    }

    .gallery-name-top{
        font-size: 12px;
        bottom: -3%;
    }
}

@media (max-width: 426px) {
    .header .header-logo img {
        width: 110px !important;
    }

    .why-us-left h2::after {
        top: 75%;
        left: 70%;
    }

    .why-us-right img {
        margin-top: 2rem;
    }

    h2.testimonial-heading::after {
        left: 62%;
    }

    h2.testimonial-heading {
        font-size: 30px;
    }

    .testimonials {
        padding: 2rem 0;
    }

    .overall-info h4 {
        font-size: 30px;
    }

    .overall-info p {
        font-size: 18px;
    }

    .glow-on-hover {
        margin-left: -50px;
    }

    .section-head h2 {
        font-size: 30px;
    }

    .why-us-left h2 {
        font-size: 30px;
    }

    .top-owl .item .caption,
    .next-owl .item .caption {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: var(--white-color);
        z-index: 5;
        width: 90%;
    }

    /*BREADCRUMB*/
    .breadcrumb-section h1 {
        font-size: 30px;
    }

    /*CONTACT US*/
    .right-contact h2 {
        font-size: 30px;
    }

    .right-contact h2::after {
        left: 65%;
    }

    /*PROJECTS*/
    .main-sec .nav {
        margin-left: 1rem;
    }

    /*BLOGS*/
    .after-left-border-primary {
        font-size: 30px;
    }

    .d-mb-none {
        display: none;
    }

    /*CHANGES*/
    .footer-col.footer-first .footer-logo a img {
        width: 40%;
    }

    .header .header-logo img {
        width: 90px !important;
    }

    #gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .appointment-form-wrapper {
        width: 100%;
    }

    .service-image img {
        height: 250px;
    }

    .portfolio-main-page .nav {
        display: flex;
    }

    .gallery-name-top{
        padding: 5px 10px;
        font-size: 8px;
        bottom: -2%;
    }
}

@media (max-width: 376px) {
    .why-us-left h2::after {
        top: 75%;
        left: 81%;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
    }

    h2.testimonial-heading::after {
        left: 68%;
    }

    /*CONTACTS*/
    .right-contact h2::after {
        left: 77%;
    }

    .right-contact {
        padding: 0 1rem;
    }

    .right-contact h2::after {
        left: 85%;
    }

    /*PROJECTS*/
    .nav-pills .nav-item {
        margin-bottom: 15px;
    }
}

@media (max-width: 321px) {
    .why-us-left h2::after {
        top: 80%;
        left: 47%;
    }

    h2.testimonial-heading::after {
        left: 83%;
    }

    .slide-box {
        padding: 0 10px;
    }

    /*CONTACTS*/
    .contact-info .contact-details li,
    .contact-info .contact-details li a {
        font-weight: 600;
        color: var(--black-color);
        font-size: 12px;
    }
}


@media(min-width: 1024px){
    .book-now-carousel{
        display: none !important;
    }
}