.nav-toggle-open {
    box-shadow: none !important;
    border: 0 !important;
    color: var(--primary) !important;
}

.nav-toggle-close {
    box-shadow: none !important;
    border: 0 !important;
    color: var(--primary) !important;
    display: flex;
    margin-left: auto;
    background-color: transparent;
}


@media screen and (max-width:1200px) {}
@media screen and (max-width:1100px) {
    .navbar-menu-list li a {
        font-size:15px !important;
    }
    .navbar-menu-list li{
        margin:0 !important;
    }
}

@media screen and (max-width:991px) {
    .top-auth-box {
        height: 45px !important;
    }

    .top-auth-box a {
        width: 100% !important;
    }

    .home-search-field {
        border-right: 0 !important;
    }

    .footer-widget {
        padding-left: 0 !important;
    }

    /* .deals-right-mob{
        display: block;
    } */
    /*.deals-main-dt-right {*/
    /*    padding-left: 0 !important;*/
    /*}*/

    .contactus-top {
        top: 0 !important;
        padding-top: 15px !important;
    }

    .account-top-btns {
        flex-direction: column !important;
    }
    .cities-carusel .owl-nav {
        top: -30px !important;
    }
    .margin-top-lg{
        margin-top:40px !important;
    }
    .home-form-height{
        height:195px !important;
    }
    .home-search-btn{
        margin-top:0 !important;
    }
    .deals-main-info-top{
        flex-direction:column !important;
        justify-content:flex-start !important;
        align-items:flex-start !important;
    }
    .top-60-cs .col-xl-3:nth-child(2) .membership-container{
        margin-top:0 !important;
    }
    .home-search-widget{
        border-radius:20px !important;
        padding-left:25px !important;
    }
}

@media screen and (max-width:768px) {
    .baner-caption-card h1 {
        font-size: 40px !important;
        line-height: 50px !important;
    }
    .carousel-btns .owl-nav button.owl-next{
        margin-right:0 !important;
    }
    .carousel-btns .owl-nav button.owl-prev{
           margin-left:0 !important;
    }
    .baner-main-img{
        height:60vh !important;
    }
}

@media screen and (max-width:567px) {
    .top-search input {
        width: 150px !important;
    }

    .baner-caption-card h1 {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    .baner-caption-card p {
        font-size: 17px !important;
    }

    .section-title h3 {
        font-size: 25px !important;
        line-height: 33px !important;
    }

    .section-title p {
        font-size: 16px !important;
    }

    .section-padding {
        padding: 25px 0 !important;
    }

    .footer-logo img {
        width: 180px !important;
    }

    .how-it-works-container h3 {
        font-size: 20px !important;
    }

    .deals-img-container-img {
        height: 350px !important;
    }

    .deals-main-dt h3 {
        font-size: 25px !important;
    }

    .event-details-box img {
        height: 250px !important;
    }

    .event-details-box video {
        height: 250px !important;
    }

    .title-breadcrump h3 {
        font-size: 25px !important;
    }

    .auth-box {
        padding: 25px !important;
    }

    .account-top-btns ul {
        width: 100%;
        flex-direction: column;

    }

    .account-top-btns ul li {
        width: 100% !important;
    }

    .account-top-btns ul li a {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .business-right-btn-groups ul li{
        width:100% !important;
    }
    .business-profile-tab-content{
        padding:10px 0 !important;
    }
    .home-search-btn{
        margin-top:10px !important;
    }
    .event-details-box h3{
        font-size:25px !important;
    }
    .business-img-container-img{
        height:350px !important;
    }
    .business-right-info h3{
        font-size:27px !important;
    }
    .contact-us-form h3{
        font-size:23px !important;
    }
    .dropdown-pos{
        left:0 !important;
        right:unset !important;
    }
}




/* USER DASHBOARD */

 .user-sidebar-open,  .user-sidebar-close{
    display: none;
 }

@media screen and (max-width:1200px){}
@media screen and (max-width:991px){
 
 .userLeftSidebar {

    width: 0% !important;
    position: fixed !important;
    z-index: 1000 !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
padding: 0 !important;
    transition: 0.5s !important;
    background-color: #fff !important;
    padding-bottom: 30px !important;

    height: 100vh !important;
    overflow-y: auto !important;
    align-items: flex-start !important;
        justify-content: flex-start !important;

  }
    .user-sidebar-open{
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-right: auto !important;
    margin-bottom: 5px !important;
    background-color: var(--primary) !important;
    color: #fff !important;
    border: 1px solid var(--primary) !important;
    border-radius: 2px !important;
    transition: 0.5s !important;
  }
  .user-sidebar-open:hover{
    background-color: transparent !important;
    color: var(--primary) !important;
  }
  .user-sidebar-close{
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-left: auto !important;
    margin-bottom: 10px !important;
    background-color: var(--primary) !important;
    color: #fff !important;
    border: 1px solid var(--primary) !important;
    border-radius: 50% !important;
    transition: 0.5s !important;
  }
  .user-sidebar-close:hover{
    background-color: transparent !important;
    color: var(--primary) !important;
  }
    .tb-top-serach{
        justify-content: flex-start !important;
    }
    .deal-detail-view-modal-info{
        padding-left: 0 !important;
    }
    
  .userLeftSidebarCustom {
    width: 50% !important;
    opacity: 1 !important;
    padding: 20px !important;
  }
  .account-top-btns{
      margin-bottom:7px !important;
  }
}
@media screen and (max-width:768px){
    .user-table thead tr th{
        white-space: nowrap !important;
        padding: 12px !important;
    }
      .userLeftSidebarCustom {
    width: 100% !important;

  }
  .min-width-200-md{
      min-width:200px !important;
  }
}
@media screen and (max-width:567px){
    .deal-detail-view-modal-info ul li{
        width: 100% !important;
    }
    .chat-img-bx{
        min-width: 40px !important;
        height: 40px !important;
        margin-right:10px !important;
    }
    .msger-header-title h3{
        margin: 0 !important;
        font-size: 18px !important;
    }
    .newsletter-container form .newsletter-input{
        flex-direction:column !important;
        gap:7px !important;
    }
    .newsletter-container{
        border-radius:7px !important;
    }
   
}