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

@media only screen and (max-width: 1400px) {
    .fs40 {
        font-size: 30px;
    }

    section.home form span {
        font-size: 26px;
    }

    .fs50 {
        font-size: 40px;
    }




}

@media only screen and (max-width: 1200px) {
    a.navbar-brand img {
        width: 200px;
    }

    .user-contact li .order-now span {
        font-size: 14px;
    }

    ul.navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }

    .reviews-platform span {
        font-size: 12px;
    }

    .reviews-platform img {
        width: 100px;
    }

    .country span {
        font-size: 24px;
        text-align: center;
    }

    .process-content span {
        font-size: 20px;

    }

    .process-content p {
        padding: 9px;
        font-size: 14px;
    }

    .writer-img-detail img {
        width: 345px;
    }

    .writer-top-content {
        position: relative;
        top: 10px;
    }


    a.live-chat,
    a.order-now {
        padding: 8px 20px;
        font-size: 16px;

    }




}

@media only screen and (max-width: 992px) {
    .topbar ul li {
        font-size: 12px;
    }

    ul.counter-boxes li {
        border-right: none;

    }

    .fs40,
    .fs50 {
        font-size: 20px;
    }

    p,
    .home ul li,
    .rated {
        font-size: 14px;
    }

    .reviews-platform img {
        width: 80px;
    }

    .reviews-platform span {
        font-size: 10px;
    }

    .reviews-platform {
        padding: 10px;
        width: max-content;
    }

    section.home form span,
    section.home form .total,
    .fs30 {
        font-size: 20px;
    }

    section.home form img {
        position: absolute;
        right: -15px;
        top: -30px;
        width: 120px;
    }

    section.home form a {
        font-size: 20px;
        padding: 9px 0px;

        margin: 10px 0px;

        width: 100%;
    }

    .process .swiper-wrapper {
        display: flex;
        gap: 0px;
    }

    section.professional-content ul {
        display: grid;
        grid-template-columns: auto auto;
        padding: 20px 0px;
        gap: 10px;
        font-size: 14px;
    }

    img.topi,
    img.shape-2,
    img.shape-1,
    .happy-client .content div img:nth-child(1),
    .happy-client .content div img:nth-child(2),
    .writer-img-detail img,
    img.SpecialPen,
    .multiple-shape,
    .faq-shapes,
    .CipdMobile {
        display: none;
    }


    .home-content {
        background: var(--primary);
    }

    .home-content .content {
        padding: 10px;
    }

    .happy-client .content {
        padding: 20px;
    }

    .countrySwiper {
        background: transparent;
    }


    section.counter .whatsapp img {
        width: 20px;
    }

    section.counter .whatsapp,
    .writer-box .whatsapp,
    .writer-box .order-now,
    section.counter .order-now {
        padding: 8px 20px;
        font-size: 16px;

    }

    ul.counter-boxes li span {

        line-height: normal;
    }


    .process .swiper-slide {
        width: 100% !important;
    }
}

@media only screen and (max-width: 576px) {
    .topbar ul li a {
        font-size: 11px;
    }

    .input-whatsapp a.btn,
    .input-whatsapp .form-control {
        width: max-content;
    }

    footer span {
        font-size: 20px;
        margin: 10px 0px 5px;
    }

    .process-box .no {

        width: 90px;
        height: 90px;
    }

    .process-box .no img {
        width: 70px;

    }

    .process-content {

        left: -40px;
    }

    .topbar ul li a img {
        width: 20px;
    }

    section.professional-content ul {
        display: grid;
        grid-template-columns: auto;
        padding: 0px;
        gap: 10px;
        margin-bottom: 10px;
    }

    section.professional-content ul li span {
        font-weight: 600;
        font-size: 12px;
    }

    .rated,
    .copy-writes p,
    .rated div i {
        font-size: 10px;
    }


    .reviews-platform img {
        width: 70px;
    }
}