/* applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {  }

/* applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .hero-section .hero-text-area p {
        width: 100%;
    }

    .hero-section .contact-us-area {
        padding-top: 350px;
    }

    .services-section .service-title {
        margin-bottom: 10px;
    }

    .services-section .service-desc {
        line-height: 30px;
    }

    .guarantee-section p.guarantee-text {
        font-size: 23px;
    }

    footer .service-area p.cities {
        width: 60%;
    }
}

/* applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .section-title {
        font-size: 25px;
    }

    .hero-section .hero-text-area img.logo {
        width: 280px;
        margin-top: 100px;
    }

    .hero-section .hero-text-area h1 {
        font-size: 50px;
        line-height: 65px;
        width: 100%;
    }

    .hero-section .hero-text-area p {
        font-size: 32px;
    }

    .feature-section img {
        height: 60px;
    }

    .feature-section .feature-name {
        font-size: 23px;
    }

    .services-section .service-title {
        font-size: 22px;
    }

    .services-section .service-desc {
        font-size: 16px;
        line-height: 22px;
    }

    .services-section .sub-service {
        font-size: 16px;
    }

    .guarantee-section img {
        width: 16px;
        margin-right: 10px;
    }

    .guarantee-section p.guarantee-text {
        font-size: 16px;
    }

    .committed-section h2 {
        width: 100%;
        font-size: 40px;
        line-height: 45px;
    }

    .committed-section .primary-btn {
        margin-top: 24px;
    }

    .happy-clients-section .review-text {
        line-height: 25px;
    }

    .happy-clients-section .client-name {
        font-size: 20px;
    }

    .happy-clients-section .company-logo {
        width: 150px;
    }

    .happy-clients-section .award-logo {
        width: 100px;
    }

    .team-effort-section .team-effort-text-area {
        width: 65%;
    }

    .team-effort-section .team-effort-text-area h2 {
        font-size: 35px;
    }

    .payment-section img {
        width: 300px;
    }

    .payment-section h3 {
        font-size: 24px;
        margin-right: 25px;
    }

    footer .service-area p.cities {
        width: 80%;
    }
}

/* applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .section-title {
        font-size: 24px;
    }

    .top-header p.phone-no {
        font-size: 20px;
    }

    .hero-section .hero-text-area img.logo {
        margin-top: 0px;
        width: 200px;
    }

    .hero-section .hero-text-area h1 {
        margin: 25px 0;
        font-size: 40px;
        line-height: 50px;
    }

    .feature-section {
        margin-top: 0;
        padding: 70px 0;
    }

    .hero-section .contact-us-area {
        padding-top: 0;
    }

    .hero-section .contact-us-area .contact-form-area {
        width: 100%;
        padding: 25px 15px 30px;
        margin-bottom: 20px;
    }

    .feature-section img {
        height: auto;
    }

    .services-section .service-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .services-section .service-desc {
        font-size: 20px;
        line-height: 30px;
    }

    .services-section .sub-service {
        font-size: 20px;
    }

    .guarantee-section img {
        width: 20px;
    }

    .guarantee-section p.guarantee-text {
        font-size: 20px;
    }

    .committed-section {
        background-position: center right;
    }

    .committed-section h2 {
        color: var(--white);
    }

    .happy-clients-section .client-name {
        font-size: 22px;
    }

    .happy-clients-section .company-logo {
        width: auto;
        height: auto;
    }

    .happy-clients-section .award-logo {
        width: 120px;
    }

    .team-effort-section .team-effort-text-area {
        width: 100%;
    }

    .payment-section {
        display: block;
        text-align: center;
    }

    .payment-section h3 {
        font-size: 28px;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        line-height: 40px;
    }

    footer .logo {
        width: 150px;
    }

    footer .service-area .service-area-heading {
        display: block;
    }

    footer .service-area .service-area-heading img.flag {
        margin-right: 0;
    }

    footer .payment-methods .bg-white {
        width: 100px;
    }

    footer .payment-methods img.visa {
        width: 85px;
    }

    footer .footer-text {
        font-size: 14px;
    }
}

/* applies to x-small devices portrait phones, less than 576px */
@media (max-width: 575.98px) {
    .hero-section .hero-text-area img.logo {
        width: 150px;
    }
}







