@media only screen and (max-width:1399px) {
    .menu .navbar-nav .nav-link {
        font-size: 14px;
        font-weight: 600;
        padding: 14px 11px;
        display: block;
    }

    .fieldBox {
        width: 18%;
    }

    .sButtonBox {
        width: 14%;
    }
}

@media only screen and (max-width:1199px) {
    .tabBox {
        width: 22%;
    }

    .fieldBox {
        width: 17%;
    }

    .sButtonBox {
        width: 17%;
    }

    select.form-control, input.form-control {
        font-size: 14px;
    }

    .c-banner-con .container h1 {
        font-size: 60px;
    }

    .destiTitle h2 {
        font-size: 50px;
    }

    .destinations {
        margin: 3rem 0 2rem;
    }

    .logo img {
        width: 200px;
    }

    .logo {
        left: -8px;
    }

    .menu .navbar-nav .nav-link {
        font-size: 12px;
        font-weight: 600;
        padding: 13px 9px;
        display: block;
    }

    .overviewCntnBx .place {
        margin: 5px 0;
    }

    .overviewCntnBx .price {
        margin: 5px 0;
    }

    .wpCntnBox h4 {
        font-size: 19px;
    }

    .wpCntnBox p {
        font-size: 13px;
    }

    .menu {
        top: 0;
    }

    .buttonBox a.r-btn-primary {
        font-size: 18px;
    }

    .summary .mb-3 .col-md-6 {
        width: 100%;
    }
}

@media only screen and (max-width:991px) {
    .tabBox {
        width: auto;
        display: inline-block;
    }

    .menu .navbar {
        background: transparent;
    }

        .menu .navbar::after {
            display: none;
        }

    .menu .navbar-toggler {
        margin-left: auto;
        background: var(--button-color);
        box-shadow: none;
    }

    .menu {
        top: 0;
    }

    .fieldBox, .fieldNumBox, .sButtonBox {
        width: 33.333%;
        margin: 0;
        padding-right: 10px;
        margin-bottom: 10px;
    }

    .innersearchbox .d-flex {
        flex-wrap: wrap;
    }

    .searchBox {
        margin-top: 20px;
    }

    .sButtonBox .btn-search {
        width: 100%;
    }

    .footer .col-md-8 {
        width: 100%;
    }

    .menu .navbar-nav {
        background: #1b587c;
    }

    .destinations {
        margin: 30px 0;
    }

    .menu .navbar-nav .nav-item .nav-link {
        border-bottom: 1px solid #216b97;
        display: flex;
        align-items: center;
    }

    .menu .navbar-nav .dropdown-toggle::after {
        margin-left: auto;
    }

    .menu .navbar-collapse {
        margin-top: 18px;
    }

    .listed .col-md-3 {
        width: 40%;
    }

    .listed .col-md-9 {
        width: 60%;
    }
    /* .listed .card .card-body {overflow: initial;max-height: initial;} */
    .listed .card .col-md-5, .listed .card .col-md-7 {
        width: 100%;
    }

    .detailsmainBox .align-items-center .col-md-9, .detailsmainBox .align-items-center .col-md-3 {
        width: 100%;
    }

    .detailsmainBox .buttonBox {
        margin-bottom: 20px;
    }

    .bookBtn .btn-book {
        padding: 8px 8px 20px;
        font-size: 13px;
        margin-bottom: 13px;
    }

    .bookBtn {
        text-align: center;
    }

    .choose-bungalow.r-address .col-12 {
        width: 100%;
        margin-bottom: 10px;
    }

    .choose-bungalow.r-address .incCountBox {
        justify-content: flex-start;
        margin-top: 20px;
    }

    .leftafter::before {
        display: none;
    }

    .avilityIcnbx img {
        width: 25px;
    }

    .chooseBxcntn {
        margin-top: 20px;
    }

    .incCountBox {
        justify-content: flex-start;
    }

    .pricePlan {
        margin-bottom: 10px;
    }

    .bookBtn {
        text-align: left;
    }

    .bookingMain .col-md-7, .bookingMain .col-md-5 {
        width: 100%;
    }

    .overviewCntnBx h4 {
        margin-bottom: 10px;
    }

    .overviewThumb {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:767px) {
    .c-banner-con .container h1 {
        font-size: 30px;
    }

    .c-banner-w:after {
        display: none;
    }

    .c-banner-con {
        top: 60%;
        transform: translateY(-60%);
    }

    .fieldBox, .fieldNumBox, .sButtonBox {
        width: 50% !important;
        margin: 0 !important;
        margin-bottom: 10px;
    }

    .left-gridbox {
        flex: 0 0 auto;
    }

    .announcement .left-gridbox {
        width: 75px;
    }

    .footnav ul li {
        display: block;
        background: transparent;
    }

        .footnav ul li:last-child a {
            border: none;
        }

    .listed .col-md-3, .listed .col-md-9 {
        width: 100%;
    }

    .listed .col-md-3 {
        order: 2;
    }

    .listed .col-md-9 {
        order: 1;
    }

    .footnav ul li a {
        border-bottom: 1px solid #398cc9;
        display: block;
        padding: 5px 0;
    }

    .c-banner-con .container .headingList ul li {
        font-size: 11px;
    }

    .bookingTable table thead tr th, .bookingTable table td {
        white-space: nowrap;
    }

    .sButtonBox .btn-search {
        position: static;
    }

    .fieldBox, .fieldNumBox, .sButtonBox {
        margin-top: 10px !important;
    }

    .sumViewsmCntn {
        margin-top: 20px;
    }

    .menu {
        position: static;
        padding: 0;
        background: #e6f2f9;
        text-align: center;
        padding-bottom: 20px;
    }

    .c-banner-con {
        top: 50%;
        transform: translateY(-50%);
    }

    .logo {
        padding: 10px;
        clip-path: none;
        top: -8px;
    }

    .main_mneuBox {
        padding: 0;
    }

    .menu .row {
        margin: 0px;
    }

    .policiesTxt h4 {
        margin-bottom: 10px;
        line-height: 28px;
    }

    .menuRightBxx {
        margin: 0 auto;
        margin-top: 15px;
    }

    .breadCameTitle h2 {
        font-size: 30px;
    }

    .headingTt h2 {
        font-size: 20px;
        margin-top: 30px;
    }

    .mobile-hidden {
        display: none
    }

    .desktop-hidden {
        display: block;
        margin: auto;
    }

    .logoBox {
        margin-top: 10px;
    }
}

@media only screen and (max-width:479px) {
    .destiTitle {
        margin-bottom: 15px;
    }

    .destinations {
        margin-top: 10px;
    }

    .fieldBox, .fieldNumBox, .sButtonBox {
        width: 100% !important;
        padding: 0;
    }

    .sumViewsm img {
        width: 100%;
    }

    .sumview {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .c-banner-con .container .headingList {
        font-size: initial;
        padding: 10px;
    }

    .menuRightBxx ul li:first-child a {
        font-size: 0px;
    }

    .bookBtn {
        margin-top: 20px;
        text-align: center;
    }

    .menuRightBxx ul li:first-child a span {
        margin: 0px;
    }

    .menuRightBxx ul li a {
        padding: 12px;
    }

    .menuRightBxx ul li:nth-child(2) a {
        padding: 9px 12px;
    }

    .traiffMainBox h4 {
        font-size: 13px;
    }

    .breadCameTitle h2 {
        font-size: 30px;
    }

    .breadCameTitle ul li a {
        margin-top: 10px;
    }

    .detailsmainBox {
        margin: 25px 0;
    }

    .overviewCntnBx .c-book-btn-w .bookBtn .btn-book {
        font-size: 12px !important;
        padding: 8px 15px !important;
    }
}
