
@media screen and (max-width:992px) {
   

    .home .left-content,
    .home .left-content h1 {
        padding-top: 0;
        font-size: 3rem
    }

    .best-writer {
       background: #ce2032;
    }

    .best-assignment .content::before,
    .best-writer::before {
        display: none
    }

    .home .right-content form,
    .home .right-content form input {
        width: 100%;
        padding: 0 2rem
    }

    .pre-header ul li:nth-child(5),
    .pre-header ul li:nth-child(6) {
        background-color: var(--white);
        clip-path: circle();
    }

    .pre-header ul li:nth-child(5) svg,
    .pre-header ul li:nth-child(6) svg {
        padding: 10px 7px 7px 7px;
    }

    .choose-box {
        padding: 1rem
    }

    .writers__card .card__1 {
        margin: 2rem
    }

    .steps .step1 {
        margin: 1rem
    }

    .our-basic-service .col-md-4 .list li {
        margin-bottom: 1rem
    }
}

@media screen and (max-width:1199px) {
    .header .navbar-light .navbar-nav .nav-link {
        font-size: 1.4rem
    }

    .our-basic-service .col-md-4 img {
        max-width: 31rem
    }

    .about-info .right-content img {
        max-width: 32rem
    }
}

@media screen and (max-width:768px) {
    .best-assignment{
        background: #fec552;;
    }
    .home {
        background: var(--black)
    }
    .our-pricing , .meet-writing{
        background: #7571710f ;
    }
    .our-basic-service .col-md-4 .list li {
        margin-bottom: 4rem
    }

    .our-basic-service .list {
        padding-top: 0
    }

    .our-basic-service .list li object {
        top: -1rem
    }

    .choose-box object {
        top: -20px
    }

    ul.pricing-grid-container {
        grid-template-columns: auto auto auto
    }
}

@media screen and (max-width:576px) {
    .live-chat {
        display: none
    }

    .home .left-content .list2 img {
        max-width: 100px
    }

    h1 {
        font-size: 3rem !important
    }

    h2,
    h3,
    h4 {
        font-size: 2.6rem !important
    }

    .phone,
    .whatsapp {
        font-size: 1.2rem;
        padding: 1rem 2rem
    }

    ul.pricing-grid-container {
        grid-template-columns: auto auto
    }

    .reviews-card .reviews-grid {
        grid-template-columns: auto
    }

    .reviews-card .card {
        margin-bottom: 0
    }

    .home form button {
        padding: 1rem 7rem
    }
}