@media screen and (max-width: 767px) {
    .banner-section {
        height: 500px;
    }

    .slide-content h1 {
        font-size: 21px;
        padding: 5px 0;
        line-height: 1.4;
    }

    .slide-content label {
        font-size: 16px;
    }

    body,
    em,
    p,
    a {
        font-size: 14px;
    }

    .top-bar ul li a {
        font-size: 13px;
    }

    .blog-tite h2 {
        font-size: 30px;
    }

    .top-footer .margin-small {
        margin-bottom: 15px;
    }

    .top-footer {
        padding-top: 45px;
        padding-bottom: 25px;
    }

    .widget.foot-logo {
        display: flex;
        justify-content: center;
    }

    .widget.foot-logo img {
        width: 200px;
    }

    .widget.quick ul {
        display: flex;
        justify-content: space-between;
    }

    .top-footer .widget ul li {
        margin-bottom: 0;
    }

    .con-sec {
        padding-left: 20px;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .about-us-half-sec .about-content h2 {
        text-align: center;
    }

    .about-us-half-sec .about-content h3 {
        text-align: center;
    }

    .about-us-half-sec .about-content img {
        padding: 10px 0px;
    }

    .team-flex {
        flex-direction: column-reverse;
        display: flex;
    }

    .team-flex img {
        padding-bottom: 10px;
        width: 100%;
        height: 230px;
        object-fit: cover;
    }

    .faq-content {
        padding: 0;
    }

    .blog-row {
        display: block;
        padding-top: 0;
    }

    .slide-caption {
        height: 800px;
    }

    .disclaimer-content {
        padding: 15px;
    }

    .disclaimer-content p {
        margin-bottom: 5px;
        line-height: 1.4;
        font-size: 13px;
    }

    .checkbox-container {
        font-size: 14px;
    }

    .disclaimer-popup {
        max-height: max-content;
    }

    .slide-content label {
        width: auto;
    }



}