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

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .breadcrumb-section {
        min-height: 170px;
    }
    li.book-now a {
        display: block;
        padding: 10px;
        padding-left: 20px;
        text-transform: capitalize;
        font-weight: 600;
        color: #222;
    }

    .main__header_search form .search-inner {
        display: flex;
        border: 1px solid;
        border-color: #fff;
        border-radius: 15px;
        padding: 1px 10px;
        width: 100%;
        justify-content: space-between;
    }

    .footer-top .inner ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .main__header_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 0;
        flex-wrap: wrap;
        gap: 5px;
    }

    .footer-payment-items {
        display: flex;
        justify-content: center;
        gap: 10px;
        padding: 30px;
        flex-wrap: wrap;
    }

    .footer-top .inner ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .footer-contacts {
        padding: 20px;
    }
    .contact-items {
        display: flex;
        justify-content: space-evenly;
        gap: 10px;
        flex-wrap: wrap;
    }

    .video-inner iframe {
        width: 100%;
        height: 250px;
    }

    .experience-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .slider-area .search-card {
        position: relative;
        z-index: 2;
        bottom: 0;
        width: 100%;
    }

    .slider-item {
        width: 100%;
        height: 290px;
    }

    .menu-logo a {
        display: block;
        text-align: left;
    }

    .menu-logo a img {
        height: 70px;
        width: auto;
    }

    .main__header_search {
        width: 100%;
        padding: 0 10px;
    }

    .header-top {
        padding-bottom: 10px;
        width: 100%;
        text-align: center;
    }

    .header_social {
        display: none;
    }

    .scrolltop {
        bottom: 0 !important;
        border-radius: 25px 25px 0px 0px;
        right: 6px !important;
    }

    .separator {
        padding: 20px 0px;
    }

    .mobile-header {
        display: block;
        background-color: #fff;
    }

    .mobile-logo {
        display: grid;
        grid-template-columns: 50% 50%;
        text-align: center;
        font-size: 16px;
        height: 70px;
        align-items: center;
        justify-content: space-between;
        padding: 0 11px;
    }

    .menu-bar {
        text-align: end;
        padding-right: 10px;
    }

    .fixed-top .mobile-logo {
        margin-bottom: 0px;
    }

    .mobile-menu.active {
        left: 0;
    }

    .mobile-menu {
        width: 300px;
        left: -300px;
        position: fixed;
        top: 0;
        z-index: 99999;
        background-color: #fff;
        height: 100vh;
        transition: all 0.3s ease;
        overflow-y: auto;
    }

    .mobile-menu::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #f5f5f5;
    }

    .mobile-menu::-webkit-scrollbar {
        width: 6px;
        background-color: #f5f5f5;
    }

    .mobile-menu::-webkit-scrollbar-thumb {
        background-color: #4150B5;
    }

    .mobile-menu li.parent-category {
        position: relative;
    }

    .first-nav .parent-category {
        display: block;
        line-height: 33px;
    }

    .first-nav .parent-category .menu-category-name {
        display: block;
        padding: 10px;
        padding-left: 20px;
        text-transform: capitalize;
        font-weight: 600;
        color: #222;
    }


    .mobile-menu span.menu-category-toggle {
        position: absolute;
        right: 0px;
        top: 0px;
        display: flex;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
    }

    .mobile-menu span.menu-category-toggle.active i {
        transition: transform 0.3s ease;
    }

    .mobile-menu span.menu-category-toggle.active i {
        transform: rotate(180deg);
    }

    .mobile-menu-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
        padding: 10px 15px;
    }

    .mobile-menu {
        display: block;
    }

    .logo-image img {
        height: 40px;
        width: auto;
    }

    .mobile-menu-close {
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .mobile-menu-close i {
        font-size: 22px;
    }

    section.header {
        background-color: #fff;
        box-shadow: 0px 1px 10px #6c6c6c;
        display: none;
    }


    .main_item img {
        height: 180px;
    }

    .about-text {
        position: relative;
        margin-right: -1px;
        padding-right: 18px;
    }

    .about-image {
        position: relative;
        z-index: 1;
        margin: 20px 0;
    }

    .project_img {
        height: 150px;
        position: relative;
    }

    section.project_section.separator {
        padding-bottom: 30px;
    }

    .section_title_2, .section_title {
        margin-bottom: 30px;
        text-align: center;
    }

    .section_title_2 h2, .section_title h2 {
        font-size: 26px;
    }

    .service_section {
        padding-bottom: 76px;
    }

    .client_feedback_section {
        padding: 30px 0;
        padding-bottom: 0;
    }

    .client_feedback_slider.owl-theme .owl-nav {
        margin-top: 0px;
        height: 0 !important;
        background: red;
        position: absolute;
        right: 10px;
        top: -35px;
        display: flex;
        justify-content: space-between;
    }

    .bread_overlay {
        position: absolute;
        background-color: #ef8228;
        opacity: 1;
        mix-blend-mode: multiply;
        transition: background .3s, border-radius .3s, opacity .3s;
        height: 171px;
        width: 100%;
    }

    .brade_img {
        height: 171px;
        width: 100%;
        padding: 85px;
    }

    .details__latest__project {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .service_card {
        background: #ddddddba;
        padding: 15px;
        margin-top: 25px;
    }

    .mivi_box_left {
        margin-top: 55px;
    }

    .missionvision-img {
        width: 100%;
        height: 250px;
        position: relative;
    }

    .main-slider .owl-nav i {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }

    .slider-text h1 {
        font-size: 28px;
    }

    .slider-text p {
        font-size: 18px;
    }
    .category-slider_brand {
        grid-template-columns: repeat(2,1fr);
    }
    .brand-item {
        height: 90px;
    }
    .brand-item img {
        padding: 14px;
        border-radius: 1%; 
    }
    .footer-payment-item:last-child {
        border: none;
        display: none;
    }
    

}