@media only screen and (min-width: 992px) {
    .dropdown-menu {
        width: 55vw;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .dropdown-menu.show {
        display: flex;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        transform: translate(-40%, 0px);
        padding: 50px 80px !important;
    }
}

@media screen and (max-width: 991px) {
    .testimonialsImg {
        max-width: 200px;
        margin: auto;
    }

    .testimonials .card {
        padding: 20px;
    }

    .testimonials p,
    .testimonials h5 {
        margin: auto !important;
    }

    .aboutUsMainBanner .card1 h1 {
        font-size: 1.6rem;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .aboutUsMainBanner .card1 ul li,
    .aboutUsMainBanner .card ul li {
        font-size: 0.9rem;
        margin-bottom: 10px;
        font-weight: 600;
    }

    a.btnRwah,
    .btnRegister {
        display: block;
        text-align: center;
        margin: auto;
        margin-bottom: 10px;
    }

    .workingSteps .col-lg-4,
    .workingSteps .col-lg-3 {
        margin-bottom: 20px;
    }

    .navbar ul.navbar-nav {
        margin: 30px 0 !important;
    }

    .nav-link::before {
        left: -40px;
    }

    .nav-link:hover::before {
        width: 50%;
    }

    section.homePageMainBanner h1 {
        font-weight: 700;
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

    img.bgImg {
        position: relative;
        display: none;
    }

    img.mainImg {
        max-width: 250px;
    }

    img.subImg {
        top: 0;
        right: 160px;
        width: 100%;
        max-width: 120px;
        margin: auto;
    }

    .mainBannerImgs {
        margin-top: 50px;
    }

    .homePageSection02 .card {
        padding: 25px 5px;
    }

    .homePageSection02 .nav-pills .nav-link {
        font-size: 0.8rem;
        font-weight: 500;
    }

    .homePageSection02 .nav-link::before {
        opacity: 0;
    }

    a.btnLmatr {
        font-size: 0.8rem;
        display: block;
    }

    p.number {
        font-size: 2.3rem;
    }

    .arrowRight {
        display: none !important;
    }

    .section06Content p {
        font-size: 1rem;
    }

    .aboutUsMainBanner .card h1 {
        font-size: 1.4rem;
    }

    .questionsAndAwnsers {
        border-right: none;
        border-bottom: 2px solid #ddd;
        height: 100%;
        padding-right: 0;
    }

}