@media screen and (max-width: 1600px) {
    .f-50 {
        font-size: 45px;
        line-height: 51px;
    }

    .f48 {
        font-size: 38px;
    }
}

@media screen and (max-width: 1400px) {
    .f-40 {
        font-size: 35px;
        line-height: 41px;
    }

}

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

    .header .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }

    .index-banner form span {
        margin-top: -46px;
    }

    .after-header img.box {
        position: absolute;
        z-index: -1;
        max-width: 170px;
    }

    footer .left-content a,
    footer .center-content ul a {
        font-size: 13px;
    }

    .fs35 {
        font-size: 30px;
    }
}

@media (min-width: 992px) {

    .after-header .swiper,
    .before-ft-card .swiper,
    .writer-profile .swiper,
    .testimonial .swiper {
        overflow: visible;
    }

}

@media screen and (max-width: 992px) {
    .index-banner .left-content .social {
        display: none;
    }

    .card-content img {

        left: 0%;
    }

    .ser-card {
        border-radius: 0px;
    }

    .header {

        top: 0px;
    }

    .consItems {

        margin: 10px 0px;
    }

    .navbar {
        border-radius: 0px;
    }


    .index-banner .right-content object {
        margin: auto;
        display: flex;
        max-width: 100%;
    }

    .ser-img,
    .card-img,
    .cta-img,

    .pricing-card img {
        display: none;
    }

    .service-card span {
        color: white !important;
    }

    .ser-card p {
        text-align: center;
        padding-top: 0px;

    }

    .cta {
        text-align: center;
    }

    .f-26 {
        font-size: 20px;
        line-height: 34px;
    }

    .pricing-card div {
        background-color: var(--camel);
        padding: 20px;
    }

    .pricing-card div {
        position: relative;
        left: 0;
    }

    .writer-profile {
        text-align: center;
    }

    .writer-profile .col-lg-8 {
        margin: 30px 0;
    }



    .testimonial {
        padding-top: 0;
    }

    .test-content p {
        font-size: 14px;
        line-height: 18px;
    }

    .f-50,
    .fs35,
    .f48,
    .f-24,
    .f-40,
    .consItems,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 20px;
        line-height: normal;
    }
}

@media screen and (max-width: 768px) {
    .index-banner .form span {

        margin-top: -39px;
    }

    .after-header {
        padding: 20px 0px;
    }

    .itemcontent li {
        flex: 100%;
    }

    .index-banner .fields {
        padding: 35px 10px;
    }

    .index-banner form span {
        margin-top: -48px;
    }

    img.box {
        display: none;
    }

    .contentSec .row {
        padding: 2rem 0px;

    }

    .after-header div {
        margin-bottom: 11px;
    }

    .writing {
        margin-left: 0;
        /* max-width: 100% */
    }


    .f-26 {
        font-size: 17px;
        line-height: 24px;
    }

    .ser-card {
        margin-bottom: 10px;
        min-height: auto;
    }

    .pricing-card div a {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding: 5px 10px;
        border-radius: 0;
        height: 33px;
    }

    .pricing-card div {
        margin: 10px;
    }

    .card-content img {
        position: relative;
        margin: 20px auto;
        left: 0;
        display: block;
        max-width: 150px;
    }

    .card-content {
        padding: 20px;
        border-radius: 30px;
        margin: 10px;
    }

    section {
        padding: 40px 0;
    }

    footer .center-content ul {
        grid-template-columns: auto;
    }

    .footer {
        background: #212529;
    }

    footer span,
    footer p,
    footer .left-content a,
    footer .center-content ul a {
        color: vwhite;
    }

    .index-banner {
        padding-top: 100px;
    }

    .navbar {
        background-color: var(--black);

    }

    .before-card-img {
        display: none;
    }

    .primary__btn,
    .secondary__btn {
        padding: 10px 25px;
    }
}