@media screen and (min-width: 360px) and (max-width: 767px) {
    .mob-view {
        display: block;
    }
    
    .desk-view {
        display: none;
    }

    #about-brief-area, #getInTouch-area, #requirments, #getQuote,
    #certificate-area, #footer {padding: 50px 2.5%;}

    /* =========================================
        Header Begin Here
    ========================================= */
    .header {
        flex-direction: column-reverse;
        padding: 13px;
    }

    .header .logo {width: 100%;}

    .header .logo a {
        display: block;
        max-width: 65%;
    }

    .header .right-tabs {
        width: 100%;
        height: auto;
        gap: 10px;
        justify-content: center;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }

    .header .status-tab a, .header .call-tab a {
        font-size: 14px;
        height: auto;
        padding: 10px 12px;
    }

    .header .call-tab a span {
        font-size: 13px;
        margin-right: 3px;
    }

    /* ===============================
    Navbar Begin Here
    =============================== */
    #navbar {
        position: relative;
    }

    #mobile-menu {
        font-size: 30px;
        color: #1a0808;
        display: inline-block;
        line-height: 100%;
        position: absolute;
        top: -46px;
        right: 25px;
    }

    .close-btn {
        position: absolute;
        top: 13px;
        right: 15px;
        font-size: 22px;
        color: #aeb3be;
        font-weight: 200;
        width: 36px;
        height: 36px;
        line-height: 34px;
        text-align: center;
        border: 1px solid #aeb3be;
        border-radius: 50%;
    }

    .navbar-menu {
        display: block;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999;
        width: 94%;
        height: 100vh;
        overflow: hidden;
        overflow-y: auto;
        padding-top: 50px !important;
        padding: 30px 15px;
        margin: 0;
        list-style: none;
        transform: translateX(-100%);
        transform-origin: left;
        transition: all 0.2s;
    }

    .navbar-menu li {
        margin-right: 0;
        margin-bottom: 5px;
        border-bottom: 1px solid #f5f5f5;
    }

    .navbar-menu li a {
        padding: 10px;
        padding-bottom: 12px;
        text-transform: capitalize;
        color: #3e3e3e !important;
    }

    .navbar-menu li a.active, .navbar-menu li a:hover, .navbar-menu li:hover a {
        background-color: transparent;
        transition: all 0s;
    }

    .actives {
        transform: translateX(0%) !important;
        transform-origin: right;
        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.76);
        transition: all 0.3s;
    }

    .common-bg #mobile-menu {
        top: 76px;
    }

    .common-bg {
        background-color: rgba(0, 0, 0, 0.849);
        min-width: 100%;
        min-height: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99998;
        transition: all 0.4s;
    }

    /* =========================================
        Banner Section Begin Here
    ========================================= */
    #banner-area .slideshow {height: 200px;}

    .image_wrapper .text_content {
        width: 55%;
        padding-right: 15px;
    }

    .image_wrapper .text_content .banner-desc {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .image_wrapper .banner-desc h2 {
        font-size: 17px;
    }

    .image_wrapper .banner-desc p {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 10px;
    }

    .image_wrapper .banner-desc .cont-number {font-size: 18px;}

    /* =========================================
        About Brief Begin Here
    ========================================= */
    #about-brief-area .about-brief {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .about-brief .brief-thumb, .about-brief .brief-text {width: 100%;}

    .about-brief .brief-text h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .about-brief .brief-text p {
        font-size: 17px;
        margin-bottom: 15px;
    }

    /* =========================================
        Get In Touch Begin Here
    ========================================= */
    #getInTouch-area {
        flex-direction: column;
        height: auto;
    }

    #getInTouch-area p {
        width: 100%;
        font-size: 17px;
        text-align: center;
        margin-bottom: 20px;
    }

    /* =========================================
        Professionals Begin Here
    ========================================= */
    #professional-area {display: none;}

    /* =========================================
        Requirments Begin Here
    ========================================= */
    .left-thumb {
        margin-right: 0;
        margin-bottom: 20px;
        float: none;
    }

    .requirments-text h2 {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .requirments-text p {font-size: 17px;}

    /* =========================================
        Get a Quotes Begin Here
    ========================================= */
    #getQuote {
        flex-direction: column;
        gap: 50px;
    }

    #getQuote .quote-text {
        width: 100%;
        font-size: 19px;
        gap: 15px;
    }

    #getQuote .quote-text i {
        width: auto;
        font-size: 60px;
    }

    /* =========================================
        Certificate List Begin Here
    ========================================= */
    #certificate-area h1 {font-size: 30px;}

    .certificate-list .single-certificate {
        width: 100%;
        margin-right: 0;
    }

    /* =========================================
        Counter Section Begin Here
    ========================================= */
    .counter-box {
        position: static;
        padding: 10px;
        background-color: #151e24;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    
    .counter-box:before {display: none;}
    .counter-box .counter-list li {padding: 0 8px;}
    .counter-box .counter-list li .value {font-size: 14px;}
    .counter-box .counter-list li .title {font-size: 10px;}

    .counter-box .counter-list li .value::after {
        font-size: 20px;
        top: -6px;
        right: -14px;
    }

    .counter-box .counter-list li:first-child {padding-left: 0;}
    .counter-box .counter-list li:last-child {padding-right: 0;}

    /* =========================================
        Content Section Begin Here
    ========================================= */
    .content {padding: 50px 0;}
    .content .hd {font-size: 22px;}
    .content h2 {font-size: 19px;}
    .content p {font-size: 16px;}

    /* =========================================
        Our Testimonials Begin
    ========================================= */
    .testimonials-area {padding: 50px 2.5%;}
    .testimonials-area .testimonial-hd h1 {font-size: 24px;}
    .testimonials-area .testimonials-box {flex-direction: column;}

    .single-testimonials {
        width: 100%;
        margin-right: 0;
        padding: 120px 20px;
        margin-bottom: 40px;
    }

    .single-testimonials:last-child {margin-bottom: 0;}
    .testimonial-content .name {font-size: 17px;}
    .testimonial-content .designation {font-size: 15px;}

    /*======================================
        Contact Form CSS
    ========================================*/
    .contact-sec {
        padding: 40px 0;
        border-top: 1px solid #c9c9c9;
    }

    .contact-form-area {
        padding: 25px 15px;
        margin-bottom: 40px;
    }

    .cont-addr {padding: 20px;}
    .contact-detail ul li {word-break: break-all;}

    /* =========================================
        Footer Begin Here
    ========================================= */
    #footer .footer-contact h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .footer-contact .contact-btn {
        flex-direction: column;
        gap: 15px;
    }

    .footer-contact .contact-btn .request-btn a,
    .footer-contact .contact-btn .callUs-btn a {display: inline-block;}
    .copyright p {font-size: 14px;}

}