@media (min-width: 1600px) {
    .container {
        max-width: 1500px;
    }


}

@media (max-width: 1600px) {
    .cta .contact-info a {
        font-size: 18px;
    }

    .cta .contact-info a img {
        padding: 7px;
        width: 45px;
    }

}

@media (max-width: 1400px) {
    .fs50 {
        font-size: 40px;
    }

    .fs40 {
        font-size: 30px;
    }

    .fs30 {
        font-size: 26px;
    }
}

@media (max-width: 992px) {


    .fs50,
    .fs40,
    .fs30,
    .get-more-box span,
    section.home .right-content span {
        font-size: 20px;
        line-height: normal;
    }

    section.home .orders,
    .innerpage .orders,
    .live-chat {
        padding: 10px 16px;
        font-size: 13px;
    }

    section {
        padding: 30px 0px;
    }

    .sqaure-shape,
    .circle-shape {
        display: none;
    }

    .writers-box {
        width: auto;
    }

    .writers .swiper-pagination {
        position: static !important;
    }

    section.process img {
        width: 100%;
    }
}

@media (max-width: 576px) {
    section.home ul {
        grid-template-columns: auto;
    }

    .sitemapdata ul li {
        width: 100%;
    }


    .nursing-support,
    .assignment-service-box,
    .affortable-help .boxes,
    section.trusted-student span,
    .faq .right-content,
    section.get-more {
        padding: 20px 10px;

    }

    .writers-box .profile-content,
    .writers-box .degree {
        align-items: start;
        flex-direction: column;
        margin: 12px 0px;
    }

    section.trusted-student .whatsapp img {
        width: 20px;
    }

    section.trusted-student .live-chat,
    section.trusted-student .whatsapp {
        font-size: 12px;
        padding: 7px 20px;

    }

    .cta .contact-info a img {
        width: 40px;
    }

    .cta .contact-info a {
        font-size: 14px;
    }

    .helper-text,
    .faq .live-chat {
        font-size: 12px;
        margin: 0;
    }

    section.home form button {
        padding: 8px 10px;
        font-size: 16px;
    }

    .affortable-help .right-content {

        gap: 10px;
        flex-direction: column;
    }


}