@media screen and (max-width:425px) {
    .blogs-content::before {
        font-size: 35px !important;
    }

    .contact-content {
        padding-left: 0px;
    }

    .contact-small-cards span {
        font-size: 24px;
        color: #fff;
        width: 100%;
    }

    .on-image-text {
        left: 20px;
    }

    .name-client {
        min-height: 75px;
    }

    .img-group .hero-img {
        max-width: 360px;
    }

    .technology-card-body .tech-images img {
        width: 100% !important;
    }

    .next-prev-btn .prev-btn,
    .next-prev-btn .next-btn {
        padding: 8px;
    }

    .next-prev-btn .prev-btn img,
    .next-prev-btn .next-btn img {
        width: 15px;
    }

    .technology .next-prev-btn {
        top: 35px;
    }

    .faq-bg-blob {
        width: 57% !important;
        height: 95px !important;
    }

    .mySwiperworks .swiper-slide img.recent-project-img {
        height: 400px;
    }

    .swiper-slide:hover .left-side {
        bottom: 90px !important;
    }

    .swiper-slide:hover .right-side {
        left: 30px !important;
    }

    .next-prev-btn {
        align-items: flex-end;
    }

    .text-group {
        position: absolute;
        top: 295px !important;
        right: 8px !important;
        z-index: 3;
    }

    .img-group.index-about-img-group .img-right {
        opacity: 0.4;
    }

    .about-cards .card-main {
        flex-wrap: wrap;
        padding-top: 20px;
    }

    .banner-heading {
        font-size: 55px;
        line-height: 60px;
    }

    .know-more-btn {
        left: 78px !important;
    }

    .blogs-content .heading {
        font-weight: 800;
        font-size: 31px;
        line-height: 40px;
    }

    .next-prev-btn-1 .prev-btn,
    .next-prev-btn-1 .next-btn {
        padding: 12px;
    }

    .next-prev-btn-1 {
        right: 16px;
        top: 15px;
    }

    .border-bottom {
        border-bottom: var(--bs-border-width) var(--bs-border-style) #6a6b6c !important;
    }
}

@media screen and (max-width:768px) {
    .contact-content {
        padding-left: 0px;
    }

    .blogs-content::before {
        font-size: 70px;
    }

    .navbar-brand {
        position: relative;
        padding-left: 0px;
    }

    .navbar-brand::before {
        display: none;
    }

    .about-page .about-content {
        padding-left: 0px;
        padding-top: 20px;
    }

    .accordion-body {
        width: 100%;
    }

    .heading {
        font-size: 36px;
        line-height: 50px;
    }

    .vertical-navbar {
        display: none;
    }

    .hero-text-content {

        display: none;
    }

    .technology-card-body .tech-images img {
        width: 50%;
    }

    .technology-card-body .tech-images {
        flex-wrap: wrap;
        display: grid;
        grid-template-columns: 1fr 1fr;
        /* Creates 2 columns */
    }

    .accordion-item {
        padding: 10px 5px;
    }

    .faq-bg-blob {
        width: 75%;
        height: 215px;
    }

    .accor-button {
        padding: 15px;
        font-size: 18px;
        width: 50px;
        height: 50px;
    }

    .swiper-slide:hover .left-side {
        bottom: 10px;
    }

    .left-side {
        left: 22px;
    }

    .swiper-slide:hover .right-side {
        right: 40px;
    }

    .index-about-img-group {
        height: 463px;
        margin-bottom: 40px;
    }

    .img-group.index-about-img-group .img-left {
        left: 165px;
        bottom: 0px;
        width: 300px;
    }

    .img-group.index-about-img-group .img-right {
        left: 0;
        top: 0;
    }

    .bg-vector-about {
        /* background-color: #191919; */
        background-image: url(../images/about-section-bg-vector.svg);
        background-size: contain;
        background-position: left;
        background-repeat: no-repeat;
    }

    .text-group {
        position: absolute;
        top: 311px;
        right: 35px;
        z-index: 3;

    }

    .navbar-brand {
        border-left: 0px solid rgb(255, 255, 255);
    }

    .know-more-btn {
        left: 50px;
    }
}

@media screen and (max-width:768px) and (min-width:425px) {
    .blog-btn-main {
        position: absolute;
        bottom: 10px;
        right: 10px;
        z-index: 9;
    }
}

@media screen and (max-width:375px) {
    .banner-heading {
        font-size: 64px;
    }
}

@media screen and (max-width:375px) {
    .banner-heading {
        font-size: 34px;
    }
}

@media screen and (max-width:1400px) and (min-width:1200px) {
    .service-card .card-body {
        min-height: 203px;
    }

    .know-more-btn {
        padding: 11px 43px;
    }
}

@media screen and (max-width:1400px) and (min-width:1200px) {
    .name-client {
        min-height: 136px;
    }
}

@media screen and (max-width:1200px) and (min-width:991px) {
    .name-client {
        min-height: 190px;
    }
}

@media screen and (max-width:399px) {
    .heading {
        font-size: 39px;
    }
}

@media screen and (max-width:320px) {
    .heading {
        font-size: 34px;
    }
}