@media screen and (max-width:990px) {
    #hero {
        background-image: url("./Image/Hero-section-image.webp");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 42vh;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 130px;
    }

    .home-form-main-box {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .home-form-main-box-left {
        width: 100%;
    }

    .home-form-main-box-right {
        width: 100%;
        padding: 20px 30px;
    }

    .home-form-main-box-right form {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }

    .home-form-main-box-right-left {
        width: 100%;
    }

    #home-form {
        padding-top: 0px;
        background-image: url("./Image/about-bg.webp");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50px 20px;
    }

    .faqs-main-box {
        flex-direction: column;
        width: 100%;
        display: flex;
        margin-top: 40px;
    }

    .faqs-main-box-left {
        width: 100%;
        padding: 0px 30px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .faqs-main-box-right {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .blog-main-box-sub-box {
        width: 350px;
        box-shadow: 4px 4px 10px black;
        border-radius: 10px;
        overflow: hidden;
        padding-bottom: 20px;
    }

    .copyright-main-box {
        width: 100%;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        gap: 20px;
    }

    .copyright-main-box-left {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .copyright-main-box-center {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 30px;
    }

    .copyright-main-box-right {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .services-main-box {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-top: 40px;
        flex-wrap: wrap;
    }

    .services-main-box-sub-box {
        width: 358px;
        padding: 20px 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all .4s ease-in-out;
        box-shadow: 4px 4px 10px black;
        flex-direction: column;
        border-bottom-right-radius: 40px;
        border-top-left-radius: 40px;
    }

    .our-services-main-box-sub-box {
        width: 353px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .scholarships-content-section-main-box {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .scholarships-content-section-main-box-left {
        width: 100%;
        padding: 0px 0px;
    }

    .scholarships-content-section-main-box-right {
        width: 100%;
        padding: 0px 0px;
        margin-top: 20px;
    }

    .scholarships-page-contact-main-box {
        width: 100%;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .scholarships-page-contact-main-box-first-box {
        width: 100%;
        background: linear-gradient(160deg, #1a5ea4, #8fbe5d);
        padding: 30px 15px;
        transition: all .4s ease-in-out;
        cursor: pointer;
        border-radius: 10px;
    }

    #scholarships-page-contact {
        padding-top: 0px;
    }
}

@media screen and (max-width:425px) {
    .top-bar-main-box {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column !important;
        gap: 10px;
    }

    .top-bar-main-box-left {
        width: 30%;
        gap: 5px;
        display: flex;
        align-items: center;
        padding-left: 26px;
        display: none !important;
    }

    .top-bar-main-box-center {
        width: 100% !important;
        border-top: 2px solid white;
        border-bottom: 2px solid white;
        display: flex;
    }

    .top-bar-main-box-right {
        width: 100% !important;
        display: flex;
        justify-content: end;
        gap: 10px;
        padding-right: 10px;
    }

    #header {
        padding: 0px 20px;
        background: #ffffff;
        box-shadow: 4px 4px 10px #0000005e;
        position: fixed;
        top: 95px !important;
        z-index: 100;
    }

    .navbar-brand {
        margin-right: 0px !important;
    }

    #hero {
        background-image: url("./Image/Hero-section-image.webp");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 31vh !important;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 167px !important;
    }

    .study-destinations-heading-main-box-left {
        width: 100%;
    }

    .study-destinations-heading-main-box-right {
        width: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none !important;
    }

    .home-form-main-box-right {
        width: 100%;
        padding: 20px 0px !important;
    }

    .top-ranked-universities-heading {
        color: #000000;
        text-align: center;
    }

    .faq-image-style {
        width: 100%;
    }

    .faqs-main-box-left {
        width: 100%;
        padding: 0px 0px !important;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .footer-main-box {
        width: 100%;
        display: flex;
        gap: 15px;
        justify-content: start;
        flex-wrap: wrap;
    }

    .left-padding-add {
        padding-left: 0px;
    }

    .copyright-main-box-center {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 15px !important;
        flex-wrap: wrap;
    }

    .testimonial-main-box {
        padding: 30px;
        width: 100%;
        margin: auto;
        padding: 0px !important;
        border-radius: 20px;
    }

    .footer-main-box-sub-box {
        width: 100% !important;
    }
}

@media screen and (max-width:375px) {
    .study-destinations-heading-style {
        font-size: 30px;
        font-weight: 600;
        color: white;
        text-align: center;
    }

    .extra-div-style {
        width: 100% !important;
        background: #c49767;
        padding: 6px;
        border-radius: 20px;
        margin-top: 10px;
    }

    .home-page-form-heading-style {
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 35px;
        color: white;
        text-align: center;
    }

    .testimonial-main-heading {
        text-align: center;
        font-size: 30px;
        font-weight: 600;
    }

    .top-ranked-universities-heading {
        color: #000000;
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        margin-top: 16px;
    }

    .faqs-heading {
        text-align: center;
        font-size: 30px;
        font-weight: 600;
    }

    .blog-heading-style {
        text-align: center;
        margin: 0px;
        font-size: 30px;
        font-weight: 600;
    }

    section#blog {
        padding-top: 0px !important;
    }

    .footer-logo {
        width: 100%;
    }

    .copyright-main-box-center {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 15px !important;
        flex-wrap: wrap;
        justify-content: start !important;
    }

    .scholarships-content-section-main-box-left-heading {
        font-size: 30px;
        font-weight: 600;
        text-align: center;
    }

    .scholarships-content-section-main-box-left-bottom-border {
        width: 100%;
        background: #c49767;
        padding: 6px;
        border-radius: 20px;
        margin-top: 10px;
    }

    .scholarships-content-section-main-box-left-sub-heading {
        margin-top: 30px;
        font-size: 25px;
        font-weight: 500;
    }
}