@media screen and (max-width:1200px) {
    .hero-style2 {
        padding-right: 0;
    }

    .hero-2 .about-tag {
        display: none;
    }

    .hero-2 {
        padding-bottom: 5px;
        margin-bottom: 0;
    }

    .third-service-main-widget {
        flex-direction: column;
    }

    .third-service-main-widget {
        flex-direction: column;
    }

    .third-service-main-widget img {
        width: 100%;
    }

    .third-service-main-container {
        gap: 10px;
        margin-bottom: 10px;
    }

    .third-service-main-widget-dt {
        width: 100%;
        height: 250px;
        justify-content: flex-start;
    }

    .row-revrese-screen {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width:991px) {
    .about-area-6 {
        padding-bottom: 40px;
    }

    .footer-widget {
        margin-bottom: 15px;
        padding: 0;
    }

    .about-mission-vision {
        position: static;
        margin-top: 10px;
    }

    .third-service-main-container {
        flex-direction: column;
    }

    .third-service-main-left,
    .third-service-main-right {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .about-home-img {
        padding-bottom: 110px !important;
    }

    .about-main-slide .img1 {
        height: 500px;
    }
}

@media screen and (max-width:567px) {
    .about-home-img .img2 {
        width: 100%;
    }

    .about-home-img {
        padding-bottom: 5px !important;
    }

    .about-title-area {
        margin-top: -20px;
    }

    .hero-style2 .hero-text {
        margin: 0;
        margin-bottom: 10px;
    }

    .header-logo img,
    .mobile-logo img {
        width: 100px;
    }

    .footer-logo img {
        width: 150px;
    }

    .service-img img {
        height: 350px;
    }

    .highlights-list ul {
        padding-left: 0;
    }

    .highlights-list ul li {
        margin: 25px 0;
        font-size: 17px;
    }

    .pad-service {
        padding: 40px 0;
    }

    .about-main-slide .img1 {
        height: 400px;
    }

    .section-padding {
        padding: 30px 0;
    }

    .about-mission-vision {
        padding: 15px;
    }

    .about-mission-vision h2 {
        font-size: 25px;
    }
    .third-service-main-widget-dt h3{
        font-size: 22px;
        margin-bottom: 5px;
    }
    .about-main-left-img img{
        height:350px;
    }
}