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

    .choose-us-boxes div span,
    .profile-details span {

        font-size: 14px;
    }

    .choose-us-boxes div img {
        width: 33px;
    }

    .fs40 {
        font-size: 30px;
    }

    .tract-record-after div span {

        padding: 8px 15px;
        font-size: 15px;
    }

    .fs30,
    section.form-sec span {
        font-size: 24px;
    }

    .faq-box span {
        font-size: 16px;
    }

    .student-say-box p {
        font-size: 12px;
    }
}

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

    header a.nav-link,
    nav div .whatsapp p,
    nav div .whatsapp,
    header a.live-chat,
    .tract-record-after div span {
        font-size: 13px;
    }

    a.navbar-brand img {
        width: 130px;
    }

    .HomeBanner {
        width: 330px;
    }

    img.unique-box {
        width: 480px;
    }

}

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

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

    section.order-now-sec select,
    section.order-now-sec textarea,
    .order-summary,
    section.order-now-sec input {
        width: 100%;
    }

    .border-lines div {
        border: none;
    }

    .trusted-reviews img {
        width: 90px;
    }

    .order-summary {
        height: auto;
    }

    section.form-sec .form-group {
        display: flex;
        margin: 0px;
        gap: 0px;
        flex-direction: column;
    }

    section.form-sec .form-group select {
        width: 100%;
        margin-bottom: 10px;
    }

    .services-box {
        padding: 10px;
    }

    .order-now-sec button {
        padding: 8px 30px;
    }

    .headerSec {
        position: relative;
        width: 100%;
        z-index: 9999;
        transition: all 0.3s ease;
        background: var(--secondary);
    }

    .innerpage,
    .home {
        padding: 50px 0px;
    }

    .price-plan-boxes {
        grid-template-columns: auto auto auto;
    }

    .price-plan-box {
        width: 100%;

    }
}

@media only screen and (max-width:768px) {
    .price-plan-boxes {
        grid-template-columns: auto auto;
    }

    .price-plan-box {
        width: 100%;

    }

    .service-info .right-content ul {
        grid-template-columns: auto;
    }


}

@media only screen and (max-width:576px) {
    .call-to-action .student-worldwide {
        background: var(--white);
        display: inline-flex;
        align-items: center;
        gap: 7px;
        font-size: 14px;
        padding: 20px;
        border-radius: 40px;
        margin-bottom: 10px;
    }

    .form-btn {
        flex-direction: column-reverse;
    }

    .tract-record ul {
        grid-template-columns: auto;

    }

    .quality-content .content-box {
        padding: 20px;
    }

    section.help-work ul li {
        background: white;
        padding: 20px 10px;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        gap: 10px;
        border-radius: 6px;
        position: relative;
        flex-direction: column;
        text-align: center;
    }

    img.unique-box {
        width: 100%;
    }

    section.about-us ul li {

        gap: 6px;
        flex-direction: column;
        text-align: center;
    }

    .tract-record ul li .number {
        border-right: none;
    }

    .price-plan-box ,.not-found-img {
        width: 100%;

    }

    .price-plan-boxes {
        grid-template-columns: auto;
    }
}