@media (min-width: 992px) and (max-width: 1199px) {
    .header_area {
        padding: 0;
    }

    .navbar-brand {
        margin-right: 30px;
    }

    .search-btn>a,
    .signin-btn>a {
        margin-right: 15px;
        font-size: 14px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 7px;
        padding-left: 7px;
        font-size: 14px;
    }

    .hero-content h2 {
        font-size: 50px;
    }

    .hero-social-btn {
        bottom: 130px;
    }

    .hero-search-form .tab-content .tab-pane form .custom-select,
    .autocomplete-address {
        padding: 0 20px 0 20px;
        margin-bottom: 5px,
    }


    .autocomplete-address {
        margin-bottom: 5px;
    }

    .explore-search-form {
        padding: 30px 20px;
    }

    .explore-search-result {
        padding: 0 20px;
    }

    .explore-search-form h6 {
        font-size: 16px;
    }

    .single-contact-info h6 {
        font-size: 13px;
    }

    .single-contact-info h6>i {
        margin-right: 10px;
    }

    .single-contact-info:first-child {
        margin-right: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-toggler {
        border: 2px solid #fff;
        color: #fff;
        margin: 37px 0;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }

    .sticky .navbar-toggler {
        margin: 17px 0
    }

    #dorneNav {
        padding: 30px;
        background-color: #341a79;
        box-shadow: 1px 9px 10px rgba(255, 255, 255, 0.15);
        border-radius: 0 0 3px 3px
    }

    .search-btn>a,
    .signin-btn>a {
        margin-right: 0;
        margin-left: 15px;
        padding: 10px 0;
    }

    .hero-content h2 {
        color: #fff;
        font-size: 42px;
    }

    .hero-social-btn {
        bottom: 140px;
        left: 30px;
        z-index: 0;
    }

    .hero-search-form .tab-content .tab-pane form .custom-select,
    .autocomplete-address {
        padding: 0 10px;
        margin-right: 5px;
        margin-bottom: 5px,
    }

    .btn {
        min-width: 150px;
    }

    .single-category-area .category-content h6 {
        font-size: 13px;
    }

    .about-content h2 {
        font-size: 36px;
    }

    .single-category-area {
        padding: 40px 15px;
    }

    .clients-logo img {
        padding: 0 15px;
    }

    .explore-search-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        width: 60%;
    }

    .explore-map-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%;
    }

    .explore-search-form,
    .explore-search-result {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
    }

    .explore-search-form {
        padding: 30px 15px;
    }

    .explore-search-result {
        padding: 0 15px;
    }

    .explore-search-form h6 {
        font-size: 14px;
    }

    .explore-search-form .tab-content .tab-pane form .custom-select {
        margin-bottom: 15px;
    }

    .listing-sidebar {
        margin-top: 100px;
    }

    .contact-form-area {
        padding: 50px 20px;
    }

    .single-contact-info:first-child {
        margin-right: 0;
    }

    .contact-text h4 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .header_area {
        padding: 0;
    }

    .navbar-brand {
        margin-right: 0;
        width: 180px !important;
    }

    .navbar-toggler {
        border: 2px solid #fff;
        color: #fff;
        margin: 37px 0;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }

    .sticky .navbar-toggler {
        margin: 17px 0
    }

    .experience-home-rating {
        position: relative;
    }

    .search-btn>a,
    .signin-btn>a {
        margin-right: 0;
        margin-left: 15px;
        padding: 10px 0;
    }

    .hero-content h2 {
        color: #fff;
        font-size: 24px;
    }

    .hero-social-btn {
        display: none;
    }


    .chef-thumb {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: -40px;
        margin-bottom: 20px;
    }

    .chef-name {
        text-align: center;
    }

    .hero-search-form .tab-content .tab-pane form .custom-select,
    .autocomplete-address {
        padding: 0 10px;
        margin-right: 5px;
        margin-bottom: 5px,
    }

    .btn {
        min-width: 150px;
    }

    .all-categories {
        top: 0;
        padding: 30px 0;
    }

    .hero-content h4 {
        padding-left: 0;
        font-size: 16px;
    }

    .hero-search-form .tab-content .tab-pane h6 {
        font-size: 16px;
    }

    .hero-search-form .tab-content .tab-pane form {
        display: block;
    }

    .hero-search-form .tab-content .tab-pane form .custom-select {
        padding: 0 50px 0 20px;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .contact-right {
        min-width: inherit;
    }

    .single-category-area {
        margin-bottom: 30px;
    }

    .about-content h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .editors-pick-info .places-total-destinations>a,
    .editors-pick-info .add-more>a {
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
    }

    .editors-pick-info {
        top: 15px;
        left: 15px;
    }

    .features-destinations-area,
    .features-restaurant-area {
        padding: 100px 15px;
    }

    .single-category-area {
        padding: 40px 15px;
    }

    .feature-events-thumb {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }


    .clients-logo>img {
        padding: 30px;
    }

    .footer-area {
        padding: 50px 0;
        text-align: center;
    }

    .footer-text {
        margin-bottom: 30px;
    }

    .explore-search-area,
    .explore-map-area,
    .explore-search-form,
    .explore-search-result {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    .explore-search-form {
        padding: 30px 15px;
    }

    .explore-search-form h6 {
        font-size: 14px;
    }

    .explore-search-form .tab-content .tab-pane form .custom-select {
        margin-bottom: 15px;
    }

    .explore-search-area {
        height: 1500px;
    }

    .explore-map-area {
        height: 800px;
    }

    .explore-search-result {
        padding: 0 30px;
        height: 550px;
        overflow-y: auto
    }

    .explore-search-form .nav-tabs {
        margin-bottom: 30px;
    }

    .listing-sidebar {
        margin-top: 100px;
    }

    .listing-sidebar.listing-request {
        margin-top: 30px;
    }

    .map-ratings-review-area>a {
        padding: 0 20px;
    }

    .single-listing-nav li a {
        padding: 30px 5px;
        font-size: 12px;
    }

    .contact-form-area,
    .map-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    .contact-form-area {
        padding: 50px 15px;
    }

    .map-area {
        height: 500px;
    }


}

@media (min-width: 576px) and (max-width: 767px) {
    .hero-content h2 {
        font-size: 36px;
    }

    .feature-events-thumb {
        width: 179px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 179px;
        flex: 0 0 179px;
    }

    .map-ratings-review-area>a {
        padding: 0 30px;
    }

    .single-listing-nav li a {
        padding: 30px 10px;
        font-size: 14px;
    }
}


@media (max-width:991px) {
    .header_area {
        position: fixed;
        background-color: rgba(14, 2, 35, 1);
    }

    .header_area .col-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .header_area .row {
        margin: 0px;
    }

    .header_area .container-fluid {
        padding: 0px;
    }

    .navbar {
        margin-left: 0px;
        margin-right: 0px;
    }

    .navbar-toggler {
        margin-right: 20px !important;
    }

    .header_area .navbar {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-collapse {
        padding: 10px 20px;
        border-top: 1px white solid;
        background-color: rgba(14, 2, 35, 0.9);
    }

    .add-listings-btn .btn {
        width: 100%;
        margin: inherit 20px;
    }

    .navbar-brand {
        margin-left: 20px;
    }

    .search .autocomplete-address {
        margin-top: 10px;
    }

    .ais-SearchBox {
        margin-top: 0px !important;
    }

    .owl-slide {
        padding-top: 60px;
        height: 500px !important;
    }


    .footer-menu {
        padding-left: 0;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px !important;
        text-align: center;
    }

    .footer-menu li {
        text-align: center;
    }

    .footer-img {
        margin: 0 auto !important;
        margin-bottom: 20px !important;
    }

    .footer-line {
        margin: 0 auto !important;
        margin-bottom: 20px;
    }

    .contact-social-media a {
        margin-right: 10px;
    }

    .footer-widget-title {
        text-align: center;
    }
}

@media (max-width: 576px) {


    .owl-slide {
        height: 300px !important;
    }

    .hero-search-form .nav-tabs .nav-link {
        width: 100%;
    }


    .single-category-area {
        padding: 25px 15px;
    }

    .single-category-area .category-content h6 {
        font-size: 13px;
    }

    .single-category-area .category-content i {
        font-size: 20px;
    }

    .feature-events-content {
        padding: 30px 20px
    }

    .feature-events-thumb-container-home {
        width: 100%;
        flex: 1;
    }

    .feature-events-thumb-img {
        width: 100%;
        height: 250px;
    }
}

.select2-container--admin-autocomplete .select2-selection--multiple .select2-selection__choice {
    color: black!important;
    background-color: white!important;
  }
