@media (max-width:1600px) {
    .side-space {
        padding-left: unset;
        padding-right: unset;
    }

}

@media (max-width:1200px) {
    .home-banner .carousel-inner .carousel-caption .left {

        padding-right: unset;
    }

    #process-sec .main-box {

        padding: unset;
    }

}

@media (max-width:992px) {
    .heading br {
        display: none !important;
    }

    #hero {
        height: 70vh;
    }

    .stat-card {
        margin-bottom: 25px;
    }

    .counter {
        font-size: 75px;
    }

    .symbol {
        font-size: 40px;
    }

    #testimonial {
        background: linear-gradient(#152b2bd1), url(img/testimonial.jpg);
    }

    .navbar {
        border-radius: 10px;
    }

    #about-sec .right {
        position: relative;
        margin-top: 30px;
    }


    #about-sec .right .first,
    #about-sec .right .second {
        display: none;
    }



    /* #process-sec .main-box.active p {
        display: block !important;
    }

    #process-sec .main-box:hover p {
        display: block !important;
        transition: 0.5s;
    } */

    #process-sec .main-box p {
        visibility: visible !important;

    }

    #process-sec .img-box {
        width: 50%;
        margin: auto;
    }

    #process-sec .main-box.odd {
        margin-left: unset;
    }

    #process-sec .main-box.even {
        margin-right: unset
    }

    #breadcrumb h2 {
        font-size: 45px;
    }

    #breadcrumb h2 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .vision-mission .section-title {
        font-size: 34px;
    }
     #blog-page .card .card-img-top.odd{
    height: unset;
}
  .mobile-slide-nav {
        position: absolute;
        top: 100%;
        left: -12px !important;
        width: 280px;
        height: calc(100vh - 70px);
        background: white;
        /* black theme */
        padding: 20px;

        transform: translateX(-100%);
        transition: transform 0.4s ease-in-out;
        z-index: 9999;
    }

    /* When navbar is OPEN */
    .mobile-slide-nav.show {
        transform: translateX(0);
    }

    .mobile-slide-nav .nav-link {
        color: #fff;
        padding: 12px 0;
        font-size: 16px !important;
    }

}

@media (max-width:768px) {
    .vision-mission .section-title {
        font-size: 28px;
    }

    .vision-mission .vmv-card {
        padding: 30px 20px;
    }

    .news-image {
        width: 100%;
    }

    .marquee-item img {
        width: 120px;
        height: 60px;
    }

    .marquee-item.text-box {
        font-size: 18px;
        padding: 8px 20px;
    }

    #process-sec .img-box {
        width: 90%;
        margin: auto;
    }

    .ring {
        position: absolute;
        border-radius: 50%;
        inset: -6%;
        animation: pulse 3s infinite;
    }

    /* ring variations */
    .ring1 {
        background: rgba(13, 15, 15, 0.35);
        animation-delay: 0s;
        z-index: 1;
    }

    .ring2 {
        background: rgba(108, 191, 183, 0.25);
        inset: -9%;
        animation-delay: 1s;
        z-index: 1;
    }

    .ring3 {
        background: rgba(108, 191, 183, 0.15);
        inset: -12%;
        animation-delay: 2s;
        z-index: 1;
    }

    .heading {
        font-size: 35px !important;
    }

    .heading br {
        display: none;
    }

    .home-banner .carousel-inner .carousel-caption h1 {
        font-size: 45px;
    }

    .home-banner .carousel-inner .carousel-caption h1 br {
        display: none;
    }

    .home-banner .carousel-inner .carousel-caption p {
        font-size: 16px;
    }

    #breadcrumb h2 {
        font-size: 40px;
    }

    .heading {
        font-size: 32px;
        line-height: 1.2;
        gap: 5px;
    }
   

}

@media (max-width:575px) {
    .error-section {
        padding-top: 50px;
    }

    .accordion-button {
        padding: 15px 5px !important;
    }

    .accordion-body {
        padding: 15px 5px !important;
    }

    .counter {
        font-size: 60px;
    }

    .symbol {
        font-size: 32px;
    }

    .stat-text {
        font-size: 16px;
    }

    #testimonial .main-card .img-box {
        height: 60px;
        width: 60px;
    }

    .home-banner .carousel-inner .carousel-caption h1 {
        font-size: 36px;
    }

    #process-sec .process-btn {
        padding: 10px 17px;
    }

    .marquee-content span {
        color: #ffffff;
        font-size: 16px;
    }

    .appointment-form {
        padding: 30px 10px;
    }

    .heading {
        font-size: 26px;
        line-height: 1.3;
        gap: 4px;
    }

    .contect-sec .row-first .main-box .icon {
        height: 45px;
        width: 45px;
        margin-right: 10px;
    }

    .contect-sec .main-box i {
        font-size: 20px;
    }

    .contect-sec .main-box h5 {
        font-size: 18px;
    }


}

@media (max-width:500px) {
    .accordion-button {
        font-size: 16px !important;
    }
    .vision-mission .vmv-card {
        padding: 30px 10px;
    }
    .vision-mission .icon-box {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
        font-size: 26px;
    }
    .vision-mission .vmv-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.vision-mission .vmv-card p{
    line-height: 1.5;
}

    #breadcrumb {
        padding: 200px 0 100px 0;
    }

    #mid-banner {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    #breadcrumb h2 {
        font-size: 30px;
        margin-bottom: 0;
    }
    .blog-details .blog-card {
    padding: 0px 0px;
}
.blog-details .right .post-title {
    font-size: 16px;
}
.blog-details .right .date {
    font-size: 14px;

}
}


@media (max-width:400px) {
        .error-section {
        padding-top: 0px;
    }
    .home-banner .carousel-inner .carousel-caption h1 {
        font-size: 30px;
    }

    .home-banner .top-head p {
        font-size: 14px !important;
    }

    .heading {
        font-size: 24px !important;
    }

    #about-sec .box .num {
        font-size: 42px;
    }

    #about-sec .box .text {
        font-size: 18px;
    }

    .heading {
        font-size: 22px;
        line-height: 1.3;
    }

}