/* For Google Chrome (125% zoom level) */

@media screen and (-webkit-min-device-pixel-ratio: 1.25),
screen and (min-resolution: 120dpi) {}

@media (max-width: 991px) {
    .services-bottom-img.img-box {
    display: none;
}
    .services-card-img img {
        width: 100%;
    }
    .features-cards .icon {
        margin: 0 auto;
    }
    .services-card-img img {
        display: none;
    }
    .services-card {
        margin: 0 !important;
    }
    .main-heading {
        text-align: center;
    }
    .features-side-content {
        flex-direction: column;
        display: flex;
        align-items: center;
        text-align: center;
    }
    .features-side-bottom {
        flex-direction: column;
        display: flex;
        align-items: center;
    }
    .main-heading>span:after {
        bottom: 0;
        top: auto;
        transform: none;
        left: 0;
        width: 100%;
    }
    .main-heading>span {
        padding-left: 0;
    }
    .choose-card {
        align-items: center;
        text-align: center;
    }
    .features-side-content h3 {
        font-size: 40px;
        line-height: 1.1;
    }
    .main-heading h2 {
        font-size: 50px;
    }
    .about-us-content {
        margin-bottom: 40px;
        text-align: center;
    }
    .about-bottom-img {
        display: none;
    }
    .about-us-content.choose-content {
        flex-direction: column;
        display: flex;
        align-items: center;
        text-align: center;
    }
    .choose-card:nth-child(2) {}
    .why-choose-us {
        padding-bottom: 40px;
    }
    .port-card {
        margin-bottom: 20px;
        width: 100%;
    }
    .problem-wrap {
        background: var(--primary);
        padding: 60px;
    }
    .problem-wrap img {
        display: none;
    }
    .problem-wrap-content {
        position: unset;
        transform: none;
        flex-direction: column;
        display: flex;
        align-items: center;
        text-align: center;
    }
    .problem-wrap-content:after {
        content: none;
    }
    .problem-wrap:after {
        content: none;
    }
    .footer-links {
        display: none;
    }
    .problem-wrap-content h2 {
        font-size: 50px;
    }
    .test-heading-main {
        margin: 0 !important;
    }
    .choose-card {
        flex: 1 1 249px;
        margin: 0;
    }
    .about-us-bottom-cards {
        align-items: center;
        text-align: center;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .about-us-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .about-us-card {
        width: 100%;
        flex: 1 1 320px;
        /* border: 0 !important; */
        background: #ffffff;
        border: 15px solid rgba(0, 0, 0, 0.05) !important;
        margin-bottom: 50px;
        padding: 15px;
        margin: 0;
    }
    .about-us-wrapper {
        margin-bottom: 20px;
    }
    .about-aut {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .hero-content {
        flex-direction: column;
        display: flex;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }
    .hero-content h1 {
        font-size: 50px;
    }
    .hero-bottom-content img {
        display: none;
    }
    .hero-bottom-content {
        flex-direction: column;
        display: flex;
        align-items: center;
        text-align: center;
    }
    .port-card-content {
        left: 0;
        width: 100%;
        /* max-width: 610px; */
    }
    .port-card img {
        width: 100%;
    }
    .choose-card-main {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }
    .about-the-services {
        flex-direction: column;
        display: flex;
        align-items: center;
        text-align: center;
        padding-bottom: 0;
    }
    .about-the-services h2 {
        font-size: 40px;
        line-height: 1.1;
    }
    .about-page-img.img-box-content {
        display: none;
    }
    .about-btn-main {
        justify-content: center;
        flex-wrap: wrap;
    }
    .services-bullets-main {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .features-cards h6 {
        width: 100%;
    }
    .offcanvas-body li.nav-item.dropdown.navdesktop ul {
        left: 0;
        position: absolute;
        bottom: 0;
        transform: none;
        height: 240px;
    }
    .why-choose-container .img-box {
        display: none;
    }
}

@media (max-width: 767px) {
    .main-heading h2 {
        font-size: 32px;
    }
    .main-heading>span {
        font-size: 15px;
    }
    .hero-card h4 {
        font-size: 30px;
    }
    .hero-card>span {
        font-size: 14px;
    }
    .about-us-card-content h4 {
        font-size: 20px;
        font-family: var(--font-700);
    }
    .services-card-content h3 {
        font-size: 24px;
    }
    .testi-swiper-wrappr:after,
    .testi-swiper-wrappr:before {
        content: none;
    }
    .problem-wrap-btn-main {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-col ul li {}
    ul.footer-contact {
        text-align: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 250px;
        margin: 0 auto;
    }
    .footer-bottom p {
        margin-bottom: 0;
        margin-top: 11px;
        color: white;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {}

@media (min-width: 320px) and (max-width: 767px) {}