/* responsive css */


@media (max-width: 1500px) {


    .home-banner .swiper-pagination {
        display: none !important;
    }

    .news-block .content-box {
        padding: 20px 20px;
    }
}


@media only screen and (min-width:1500px) {
    .fluid-2 {
        padding: 0 10% !important;
    }

}

@media only screen and (max-width:1199px) {
    .text-inner-div {
        padding: 40px;
    }

    .paragraph-lg {
        font-size: 24px;
    }


    .cta__shape {
        right: -270px;
    }

    .pd-100 {
        padding: 50px 0;
    }

    .services-section .item-rev .img,
    .services-section .item .img {
        transform: none;
        width: 100%;
        object-fit: cover;
    }

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

    .services-section .item p {
        font-size: 14px;
        line-height: 26px;
    }
}

@media only screen and (max-width:991px) {
   
    .section-heading h3 {
        font-size: 24px;
    }

    .lead {
        font-size: 16px;
    }

    .cta__shape {
        right: -301px;
    }

}


@media (max-width: 991px) {

.home-banner {
    margin-top: 59px;
}
    .services-section .item {
        padding: 20px;
    }

    .services-section .item .img {
        height: 450px;
        width: 100%;
        border-radius: 10px;
        transform: none;
        object-fit: cover;
    }


 .fourth-slide, .first-slide, .second-slide, .fifth-slide, .third-slide {
    padding: 40px 0 40px 42px;
}

    .fourth-slide .banner_lft {
        padding-right: 0;
    }

    .slide-outr {
        height: auto;
    }

    .services-section .item h2 {
        margin-top: 15px;
        font-size: 30px;
        line-height: 40px;
    }

    .services-section .item p {
        font-size: 14px;
        line-height: 26px;
    }

}

@media only screen and (max-width:767.98px) {

    .fourth-slide .star_rvw,
    .star_rvw {
        width: 100%;
        flex: 100%;
    }

    .services-section .item li {
        flex: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .services-section .item li {
        font-size: 14px;
    }

    .pd-100 {
        padding: 50px 0;
    }

    .fluid-2 {
        padding: 0 5% !important;
    }

    .lead {
        font-size: 1rem;
    }
    .text-inner-div {
        padding: 30px;
    }

    .hero-content-wrap h2 {
        font-size: 24px;
    }

    .paragraph-lg {
        font-size: 20px;
        line-height: 32px;
    }

    .cta__inner {
        padding: 20px;
    }

    .cta__inner .cta__title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .cta__content .cta__title {
        font-size: 22px;
    }

    .cta__inner .cta__more {
        text-align: center;
    }

    .cta__shape {
        display: none;
    }

    .opl ul li {
        flex: 100%;
        min-width: 100%;
    }
}