/* =========================
           RESPONSIVE
        ========================= */


@media(max-width:991px) {

    .header.sticky .navmenu>ul>li>a {
        color: inherit;
    }

    .close_btn {
        width: 50px;
        height: 50px;
        background: #137f4f;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        cursor: pointer;
        font-size: 28px;
        transition: 0.3s;
        position: absolute;
        top: 17px;
        left: 5px;
    }

    .close_btn:hover {
        background: #03150d;
        transform: rotate(360deg);
    }


    .mobile-nav-toggle {
        display: block;
    }

    .navmenu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 320px;
        height: 100vh;
        background: #fff;
        padding: 90px 20px 30px;
        transition: .4s ease;
        overflow-y: auto;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.08);
    }

    .navmenu.active {
        right: 0;
    }

    .navmenu>ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        height: 90%;
        overflow-y: auto;
    }

    .navmenu ul li {
        width: 100%;
    }

    .navmenu ul li a {
        width: 100%;
        padding: 14px 0;
        border-bottom: 1px solid #eee;
        justify-content: space-between;
    }

    /* MOBILE MEGA MENU */

    .listing-dropdown>ul {
        position: relative;
        left: 0;
        top: 0;
        transform: unset;

        width: 100%;
        max-width: 100%;

        opacity: 1;
        visibility: visible;
        pointer-events: auto;

        display: none;
        grid-template-columns: 1fr;

        padding: 18px;
        margin-top: 10px;

        border-radius: 14px;

        background: #f7f9f8;
        box-shadow: none;
    }

    .listing-dropdown.active>ul {
        display: grid;
    }

    .listing-dropdown ul li {
        border-right: 0;
        border-bottom: 1px solid #e4e4e4;
        /* padding-bottom: 15px;
        margin-bottom: 15px; */
    }

    .listing-dropdown ul li:last-child {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .listing-dropdown ul li h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .listing-dropdown ul li a {
        border: 0;
        padding: 7px 0 !important;
    }

    .contact-btn {
        display: none !important;
    }

    .global-reach-section .reach-content h2 {
        font-size: 30px;
    }

    .global-reach-section .bottom-features {
        position: static;
        transform: none;
        width: 100%;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .global-reach-section .feature-item {
        flex: 0 0 calc(50% - 10px);
    }

    .quote-card p {
        padding: 0;
    }

    .doctoright-footer .footer-title h2 {
        font-size: 40px;
    }

    .about-section .container-fluid {
        padding: 0 10px;
    }
}

@media(max-width:768px) {
    .stat-item h2 {
        font-size: 35px;
    }
    .header-top {
        padding: 15px 0;
        display: none;
    }

    .header-top-wrapper {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .header-contact {
        justify-content: center;
        gap: 15px;
    }

    .header-contact a {
        font-size: 13px;
    }

    .header-social {
        justify-content: center;
        flex-wrap: wrap;
    }

    .header-social span {
        display: none;
    }
    
    .hero-section .swiper-button-next, 
    .hero-section .swiper-button-prev{
        display: none;
    }

    /* =========footer======== */
    .doctoright-footer {
        padding-top: 70px;
    }

    .footer-top {
        padding-bottom: 50px;
    }

    .footer-title h2 {
        font-size: 34px;
    }

    .footer-newsletter form {
        flex-direction: column;
        border-radius: 25px;
        padding: 18px;
    }

    .footer-newsletter input,
    .footer-newsletter button {
        width: 100%;
    }

    .footer-middle {
        padding: 60px 0;
    }

    .footer-links,
    .footer-contact {
        margin-top: 10px;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-bottom-links {
        justify-content: center;
        margin-top: 15px;
        flex-wrap: wrap;
        gap: 15px;
    }

    .footer-logo img {
        width: 190px;
    }

    .breadcrumb-content h1 {
        font-size: 48px;
    }

    .leader-name {
        font-size: 40px;
    }

    .heading .title {
        font-size: 30px;
    }

    .people-culture .main-title,
    .solution-title,
    .challenge-section h2,
    .section-title,
    .why-choose-section .section-heading h2,
    .doctoright-footer .footer-title h2,
    .hero-title ,
    .stat-item i {
        font-size: 30px;
    }

    .challenge-bottom {
        flex-direction: column;
        padding: 16px;
    }

    .challenge-bottom .left h5 {
        font-size: 15px;
    }

    .doctoright-footer .footer-newsletter form {
        background-color: transparent;
    }

    .doctoright-footer .footer-newsletter form input {
        padding: 20px;
    }
    .solution-card .icon-box{
        width: 80px;
        height: 80px;
    }
    .solution-card .icon-box i {
          font-size: 40px;
    }
    .global-reach-section .world-map-area .bottom-features {
        top: 0;
    }

    .people-culture .content{
        padding: 0;
    }
}

@media(max-width:576px) {

    .global-reach-section .feature-item {
        flex: 0 0 100%;
    }

    .global-reach-section .reach-content h2,
    .solution-title {
        font-size: 28px;
    }

    .breadcrumb-content h1 {
        font-size: 38px;
    }

    .people-culture .main-title {
        font-size: 25px;
    }
}