@media (min-width:1200.0px) {}

@media (min-width:991.1px) {
    .thm-col-3 {
        width: calc(100% / 4);
    }

    .thm-col-4 {
        width: calc(100% / 3);
    }

    .thm-col-6 {
        width: 50%;
    }

}
@media (min-width: 766.1px) and  (max-width: 1199.9px){
        .filter-sec .search-grid-box{
          grid-template-columns: 220px 1fr;
    }
}
@media (max-width:991.1px) {
    header nav {
        flex-flow: column;
        transition: all 0.5s;
    }

    header .logo-box {
        display: flex;
        width: 100%;
        gap: 15px;
        justify-content: space-between;
    }

    header .logo-box .menu-icon {
        position: relative;
        height: 30px;
        width: 30px;
        cursor: pointer;
        order: 2;
    }

    header .logo-box .menu-icon span {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        height: 2px;
        width: 30px;
        background-color: var(--primary-clr);
        transition: all 0.5s;
    }

    header .logo-box .menu-icon span:nth-child(1) {
        margin-top: -7px;
    }

    header .logo-box .menu-icon span:nth-child(3) {
        margin-top: 7px;
    }

    header .logo-box .menu-icon.active span:nth-child(1) {
        transform: translate(-50%, -50%) rotate(45deg);
        margin-top: 0;
    }

    header .logo-box .menu-icon.active span:nth-child(3) {
        transform: translate(-50%, -50%) rotate(-45deg);
        margin-top: 0;
    }

    header .logo-box .menu-icon.active span:nth-child(2) {

        opacity: 0;
    }

    header nav .menubar-list {
        display: block;
        width: 100%;
        height: 100%;
        transition: all 0.5s;
    }
    header nav.active .menubar-list {
            padding-top: 10px;
        }

    header nav .menu {
        flex-flow: column;
        padding-bottom: 5px;
    }

    header nav.active .menubar-list {
        max-height: 250px;
        overflow: auto;
    }

    header .menu li {
        width: 100%;
    }

}

@media (min-width:766.0px) and (max-width:991.0px) {
    .grid-6 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-3,.grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
   
    .thm-col-3 {
        width: calc(100% / 2);
    }

    .thm-col-6 {
        width: 100%;
    }

    .trending .trending-list {
        grid-template-columns: repeat(2, 1fr);
    }
    
}

@media (max-width:765.9px) {
    .grid-6 {
        grid-template-columns: 100%;
    }

    .grid-3,.grid-4 {
        grid-template-columns: 100%;
    }

    .category-items.grid-6 {
        grid-template-columns: repeat(2, 1fr);
    }

    .globle-search-box form {
        border-radius: 15px;
        gap: 10px;
        flex-wrap: wrap;
        padding: 15px;
        justify-content: center;
    }

    .globle-search-box form input,
    .globle-search-box form select {
        border: 1px solid #0005;
        margin-bottom: 6px;
        padding: 6px;
        border-radius: 5px;
        width: 100%;
    }

    /*   .home-sec .content-box .highlight-text {
        margin-left: auto;
        margin-right: auto;
    }

    .home-sec .content-box h1,
    .home-sec .content-box p {
        text-align: center;
    }

    .highlight-list ul {
        justify-content: center;
    } */

    .trending .trending-list {
        grid-template-columns: 100%;
    }

    .home-sec .content-box h1 {
    font-size: 46px;
    line-height: 52px;
}
.filter-sec .search-grid-box,
.page-content-layout .grid-box{
        grid-template-columns:100%;
}
.business-breadcramb .content-box{
    padding: 25px;
}
.business-breadcramb .reviews{
    flex-wrap: wrap;
}
.page-content-layout .gallery-list{
    grid-template-columns: repeat(2,1fr);
}
.thm-container .thm-col-3,
.thm-container .thm-col-4,
.thm-container .thm-col-6,
.thm-container .thm-col-12 {
    padding-left: 0px;
    padding-right: 0px;
}
.thm-container,
.thm-container-fluid{
    padding-left: 20px;
   padding-right: 20px;
}

}
@media (max-width: 400.0px) {
    .counter-sec{
        padding: 40px 15px;
    }
    .counter-list.grid-2{
        gap: 15px;
    }
    footer form input{
        width: 100%;
    }
}