@media (min-width:768px) and  (max-width:991px) {
    .destination-find-area {
        border-radius: 0px 0px 10px 10px;
        flex-wrap: wrap;
    }
    .destination-find-area > div {
        width: 50%;
        border-bottom: 2px solid #eee;
        box-shadow: none;
    }
    .destination-find-area .form-control, .destination-find-area .form-select {
        border-bottom: 0;
        border-top: 0;
    }

    .banner .btn {
        border-radius: 0px;
    }

    .form-btn-are {
        border-bottom: 2px solid #14357b !important;
    }

    div#hotel .destination-find-area .form-btn-are {
        width: 100%;
    }

    .sitemap_cont_sec .list.list-unstyled li {
        width: 33.33%;
    }
    .list-is-3 li {
        width: 50%;
    }
}

@media (min-width:768px) {


    .mobile-main2 {
        display: none !important;
    }
    
    
}
@media (min-width:320px) and  (max-width:767px){
    .destination-find-area {
        background: rgba(255, 255, 255, 0.3);
    }
    .banner_heading_text {
        display: none;
    }

    .banner .home-search .form-location .form-control ,.banner .home-search .input-group.date .input-group-text {
        border-radius: 0px !important;
    }

    .banner .home-search .btn {
        border-radius: 0px !important;
    }

    .form-location.datetimepickers {
        width: 50%;
    }
    .header .navbar .navbar-nav {
        display: flex;
        align-items: unset;
    }
    .sitemap_cont_sec .list.list-unstyled li , .list-is-3 li {
        width: 100%;
    }

    .contact-us-widget .call-aside-cont h3 {

        font-size: 22px;

    }
    .contact-us-widget .call-aside-cont p {
        font-size: 12px;
    }
.presnt-guest .psg_dls {
  width:100%;
}

.inner-page-form ol.breadcrumb {
    visibility: hidden;
}
  .mobile-main2 {
        position: fixed;
        bottom: 0;
        z-index: 999;
        width: 93%;
        background:#fff;
        padding: 0px !important;
        margin: 0 15px;
        border: 1px solid var(--theme-color);
        border-left: 5px solid var(--theme-color);
        left: 0;
        right: 0;
    }
    .mobile-popup {
        display: flex;
        align-items: center;
        justify-content:center;
    }
    
        .call-icon {
        background:var(--theme-color);
        width: 55px;
        height: 55px;
        text-align: center;
        line-height: 53px;
        border-radius: 30px;
        margin-right: 0%;
                display: flex;
        align-items: center;
        justify-content: center;
    }

    
    .call-icon img {
        width: 30px;
    }

    .call-now {
        margin: 0 0 0 5px;
        text-align: center;
        color: #000;
    }
  
        .call-now span {
        font-size: 28px;
        font-weight: 600;
        animation: headShake 0.8s linear 1s infinite alternate;
        /*display: none;*/
    }

    .mobile-main2.tfn-top {
        bottom:unset !important;
        top:0px !important;
    }
    .mobile-main2 p {
        margin-bottom: 0px;
    }
    
    .mobile-main2 .mobile-popup {
        padding: 8px 0;
    }
}
