.for-mobile {
    display: none
}
.for-desktop {
    display: block
}

@media screen and (min-width:991px) and (max-width:1366px) {
.right-menu .main-btn.btn-white {
    display: none;
}


}

@media only screen and (max-width:991px) {
    .top-text .main-head {
        font-size: 30px;
        line-height: 35px;
        width: 100%;
    }
    .top-text p {
        font-size: 16px;
        line-height: 25px;
        width: 100%;
    }
    .banner-all-btn {
        flex-direction: column;
    }
    .banner-all-btn .main-btn {
        width: 255px;
    }
    .banner .image img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    .about-multi-content {
        gap: 30px;
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
    .about-sub-heading {
        margin-bottom: 20px;
    }
    .section-heading-center p {
        width: 100%;
    }
    .service-section {
        padding: 0 0;
    }
    .card-owl.owl-carousel {
        margin-left: 0;
        margin-right: 0;
    }
    .testimonial-grid {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
    .right-testimonial {
        padding: 20px;
    }
    .testimonial-auth {
        margin-top: 15px;
    }
    .why-choose-grid {
        gap: 0;
        row-gap: 20px;
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
    .project-text {
        width: 89%;
    }
    .extra-link {
        display: flex;
        gap: 10px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .footer-section:after {
        background: url(../images/footer-shape-2.png) no-repeat bottom;
        bottom: 0;
    }
    .why-choose-item {
        align-items: flex-start;
    }
    .project-item.big-img img {
        height: 350px;
    }
    .project-item.big-img {
        margin-bottom: 20px;
    }
    .cta-section {
        align-items: flex-start;
        padding: 30px;
        flex-direction: column;
        gap: 20px;
    }
    .extra-link a {
        font-size: 12px;
    }
    .footer-bottom p {
        font-size: 12px;
    }
    .item-space {
        padding-left: 0;
    }
    .footer-item {
        margin-bottom: 30px;
    }
    .footer-widget a {
        margin-bottom: 10px;
    }
    .contact-info i {
        top: 0;
    }
    .left-testimonial {
        height: 400px;
    }
    .section-padding {
        padding: 40px 0;
    }
    .pad-top {
        padding-top: 40px;
    }
    .pad-bottom {
        padding-bottom: 40px;
    }
    .client-satisfaction {
        left: 15px;
        bottom: 15px;
        padding: 15px;
    }
    .satisfaction-img {
        width: 85px;
        height: 85px;
        padding: 17px;
    }
    .satisfaction-text .main-head {
        font-size: 45px;
        line-height: 45px;
    }
    .satisfaction-text p {
        font-size: 14px;
    }
    .partner-owl.owl-carousel {
        margin-left: 0;
        margin-right: 0;
    }
    .testimonial-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .breadcrumb-area .container {
        flex-direction: column;
        justify-content: center;
        gap: 15px;
        align-items: center;
        height: 130px;
    }
    .breadcrumb-area {
        height: 130px;
    }
    .contact-box-inline {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
    .container-info-img img {
        height: auto;
    }
    .contact-form {
        padding: 20px 20px;
    }
    .project-sidebar {
        margin-top: 30px;
    }
    .sidebar-service-section {
        margin-top: 20px;
    }
    .section-heading-center p {
        width: 100%;
    }
    .sidebar-blog-section {
        margin-top: 20px;
    }
    .blog-grid {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }

}

@media only screen and (max-width:769px) {
    .blog-grid {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
    .blog-content {
        height: auto;
    }
    .project-details-left-img img {
        height: 220px;
        margin-bottom: 20px;
    }
    .details-img-section p {
        float: inherit;
        width: 100%;
    }
    .details-img-section img {
        float: inherit;
        width: 100%;
        height: 300px;
        margin-left: 0;
    }
    .main-service-img img {
        height: 300px;
    }
    .footer-bottom {
        margin-top: 0;
    }
    .service-section-grid {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
    .testimonial-section-grid {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
    .main-blog-img img {
        height: 300px;
    }
    .blog-category {
        top: 15px;
        right: 15px;
        padding: 5px 15px;
    }
    .main-head {
        font-size: 24px;
        line-height: 30px;
    }



}