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


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

    .menubar > ul > li > a {
        padding: 5px !important;
    }

    .menubar > ul > li > a.find-broker-btn {
        padding: 10px 20px !important;
    }

    .contact-right {
        padding-left: 0px !important;
    }
}

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

    .logo {
        display: inline-block;
    }

    .sub-btn a span {
        padding: 0 6px;
    }

    .sub-menu > a {
        font-size: 14px;
    }

}

@media only screen and (max-width:575px) {
    body {
        font-size: 14px;
    }

    .logo a img {
        width: 102px;
    }

    .home-section h6 {
        font-size: 20px;
    }

    .home-section h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .home-section p {
        font-size: 18px;
        line-height: 28px;
    }

    .footer-head h6 {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .footer-head ul li a {
        font-size: 14px;
    }

    .mobileAdd {
        left: 0 !important;
        width: 100%;
    }

    .contact-form h6 {
        font-size: 30px;
    }

    .contact-right h6 {
        font-size: 28px;
    }

    .contact-right ul li span {
        height: 45px;
        width: 45px;
        line-height: 45px;
    }

    .contact-right ul li span img {
        width: 45%;
    }

    .brand-section h6 {
        font-weight: 600;
        font-size: 30px;
        text-align: center;
    }

    .notification-section h2 {
        font-weight: 600;
        font-size: 22px;
        line-height: 28px;
    }

    .notification-section h2 {
        font-size: 22px;
    }

    .notification-section button {
        font-size: 18px;
        font-weight: 600;
    }

    .notification-section input::placeholder {
        font-size: 18px;
    }
    .about-section h5 {
    font-size: 28px;
    line-height: 41px;
    }
    .section-title h6 {
    font-weight: 600;
    font-size: 27px;
    line-height: 32px;
    }
    .temporal-box p {
    font-size: 16px;
    line-height: 23px;
    color: var(--wc);
    }
    .service-title h4 {
    font-size: 28px;
    line-height: 37px;

    }
    .service-box p {

    font-size: 18px;
    line-height: 27px;

    }
    .why-mokhls-box h6 {
    font-size: 22px;
    line-height: 26px;
    }

}

@media only screen and (max-width:400px) {
    .header-top-content .ht-social-icons {
        display: none;
    }

    .lang-dev {
        border-left: none !important;
    }
}
}
