@media only screen and (max-width:1300px) {

    .slider-arrow .slick-arrow,
    .slider-arrow .slick-arrow:focus {
        background-size: 10px auto;
        background-color: #000;
        width: 30px;
        height: 30px;
    }

    .slider-arrow .slick-arrow.slick-prev {
        left: 15px;
    }

    .slider-arrow .slick-arrow.slick-next {
        right: 15px;
    }

    .tab-scroll.slider-arrow .slick-arrow {
        width: 25px;
        height: 25px;
        background-color: #fff;
        border: 1px solid #1f6fbf;
        border-radius: 50%;
        background-size: 7px;
    }
}

@media only screen and (max-width:768px) {

header#header {
        background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0)) !important;
        box-shadow: none;
        z-index: 1000 !important;
    }

.logo-area.w-100.header_bg {
        background: linear-gradient(to bottom, rgb(255 255 255 / 75%) 90%, rgba(0, 0, 0, 0) 100%) !important;
    }

.logo.header_bg_2 {
        background-color: transparent !important;
        min-width: 500px;
        padding: 5px 0;
    }

.logo.header_bg_2 img {
    min-width: 600px !important;
    height: 85%;
    margin-right: 250px;
}

a#mainMenu {
        top: 55px;
        border-radius: 80px;
        margin-left: -40px;
        width: 50px;
        height: 50px;
        background-color: #ab936b !important;
    }

ul.mainNav {
    margin-top: 60px;
}

.header .nav ul li>a:hover {
    color: #FFFFFF !important;
    background: #ab936b !important;
}
}

@media only screen and (max-width:1199px) {

    h2,
    .h2 {
        font-size: 260%;
    }

    .font-size-lg {
        font-size: 110%;
    }

    /* .container {
        max-width: calc(100% - 60px);
    } */

    /* .header{ z-index: 6 !important; } */
    .headerRight {
        padding-right: 60px !important;
        max-width: 320px;
    }

    .headerLeft {
        width: 157px;
    }

    .logo {
        margin-right: 0 !important;
    }

    .menuSwitch {
        display: none;
    }

    .header .nav {
        position: fixed !important;
        visibility: visible;
        /* max-width: 240px; */
        transform: none;
        z-index: 4;
        height: 100vh;
        padding-right: 0 !important;
        /* background-color: #333 !important; */
    }
    
    .header_3 .headerRight {
        max-width: none;
        min-height: auto;
    }

    .header_3 .other-menu {
        margin: 0 auto 0 0 !important;
    }

    .header_3 .other-menu ul {
        flex-direction: column;
    }

    .other-menu ul li {
        margin: 0 0 10px;
        padding: 0 !important;
        border: none !important;
    }

    .sidr-open .header {
        z-index: 6 !important;
    }

    .header .nav ul li.active>a:before {
        display: none;
    }

    .header .nav ul {
        flex-wrap: wrap;
        align-content: flex-start;
        opacity: 0;
    }

    .header .nav ul li {
        border-top-width: 0;
        padding: 0;
    }

    .header .nav ul li.active>a {
        background-color: #1f6fbf;
        color: #fff;
    }

    #mainMenu {
        display: block !important;
        /* filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5)); */
    }

    .mainNav .dropdown-toggle:after {
        display: none;
    }

    .dp-trigger {
        display: block;
        width: 35px;
        height: 35px;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 8px;
        right: 8px;
        box-shadow: none !important;
        border-radius: 5px;
    }

    .dp-trigger:after,
    .dp-trigger:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #ddd;
        transition: all 0.25s ease-in-out;
    }

    .dp-trigger:after {
        width: 52%;
        height: 2px;
    }

    .dp-trigger:before {
        width: 2px;
        height: 52%;
    }

    .dp-trigger.in:before {
        height: 0;
    }

    .sidr-open .header .nav ul {
        opacity: 1;
    }

    .sidr ul li {
        border-bottom: 1px solid #e6e6e6;
    }

    .header .nav ul li:last-child .dropdown-menu {
        right: auto;
    }

    .header .mainNav .dropdown-menu li a {
        line-height: 24px;
        color: #fff;
        font-size: 100% !important;
    }

    .header .mainNav .dropdown-menu li.active a {
        line-height: 24px;
        color: #fff;
        background-color: rgba(255, 255, 255, 0.25);
    }

    .menu-wrapper {
        border-top: none !important;
    }

    .logo {
        max-height: 100px;
        min-height: 100px;
    }

    .header .mainNav .dropdown-menu {
        display: none;
        width: 100%;
        margin-left: 0 !important;
        position: relative !important;
        top: auto !important;
        transform: none !important;
        box-shadow: none !important;
    }

    .header .mainNav .dpdn-sm .dropdown-menu {
        width: 100%;
    }

    .header .mainNav .dropdown-menu.show {
        display: block;
    }

    /* .header .mainNav .dropdown-menu li a{ line-height: 24px; } */
    .other-menu ul li {
        font-size: 88%;
    }

    .slider-dot .slick-dots {
        z-index: 5;
    }

    .nav.sidr {
        padding-bottom: 10px;
        background: #fff !important;
    }

    .sidr-open #mainMenu {
        /* left: 280px; */
    }

    .book-text {
        font-size: 15px;
        margin-top: 10px !important;
    }

    .text-blue {
        font-size: 190% !important;
    }

    .sidebar {
        position: fixed;
        transform: translateX(-100%);
        transition: all 0.15s ease-in-out;
    }

    .sidebar_toggler {
        display: flex;
    }

    .sidebar.open {
        transform: translateX(0);
    }

    .header {
        max-width: 100%;
    }

    .header_7 .headerLeft {
        width: 100%;
    }

    .header_6 .main_nav ul {
        margin: 0 0 0 -15px;
        width: calc(100% + 15px);
    }

    .header_6 .main_nav ul li {
        width: 100%;
    }

    .header_6 .main_nav li a {
        white-space: pre-wrap;
    }
}

@media only screen and (max-width:991px) {
    h1 {
        font-size: 300%;
    }

    .h-400x {
        height: 300px;
    }

    /* .header{ padding-right: 35px; } */
    .header .container {
        max-width: 100%;
    }

    /* .logo{ margin-left: -15px; } */
    .bookingWidget {
        bottom: 30px;
    }

    .floating-box .h4 {
        font-size: 120%;
    }

    .floating-box p {
        margin-bottom: 10px;
    }

    /*  .bookingWidget{ visibility: hidden; }*/
    .bookingWidget .bookingBtn {
        padding: 12px;
        font-size: 30px;
        line-height: 30px;
    }

    .bookingWidget .largeDisplay p {
        padding: 12px;
    }

    .bannerSliderItem {
        height: calc(100vh - 40px);
    }

    .widgetToggler {
        display: none;
    }

    .bookNowMobWrap .modal-body {
        padding: 15px 0;
    }

    .modal-body .container {
        max-width: 100%;
    }

    /*    .largeDisplay{ max-width: none; }*/
    .largeDisplay {
        background-color: rgba(2, 164, 147, 1);
        color: #fff;
        border: 1px solid #02796d;
        max-width: 100%;
        border-radius: 5px 5px 0 0;
        text-align: center;
        position: fixed;
        right: 0;
        bottom: 46px;
        width: 100%;
    }

    .largeDisplay p {
        border: none;
    }

    .bookingWidget form .largeDisplay {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        visibility: visible;
        opacity: 1;
    }

    .bookingBtn {
        display: none;
    }

    .expandDetails {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        opacity: 1;
        transform: none;
        padding: 0;
        margin: 15px -15px 0;
        box-shadow: none;
    }

    .expandDetails .close {
        display: none;
    }

    /* .expandDetails .datepicker .table-condensed > tbody > tr > td{ padding: 4px; } */
    .nightsWrapper {
        display: none;
    }

    .footer-right {
        text-align: center;
    }

    .footer-right:after {
        width: 20%;
        height: 1px;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: rgba(255, 255, 255, 0.25);
    }

    .newsletter-wrapper {
        max-width: 320px;
        margin: 0 auto;
    }

    .footer-logo {
        margin: auto;
    }

    .icon-xs {
        width: 16px;
        height: 16px;
    }

    .other-menu ul li {
        font-size: 85%;
    }

    .movable-container li {
        color: #fff !important;
    }

    .movable-container li span+span {
        max-width: calc(100% - 26px);
        white-space: normal;
        max-height: 60px;
        overflow: hidden;
    }

    .table thead th {
        white-space: nowrap;
    }


    .booking-box-rate {
        position: fixed;
        top: 50%;
        right: 0;
        background-color: #fff;
        flex-direction: column;
        width: 170px;
        transition: all 0.25s ease-in-out;
        z-index: 4;
    }

    .booking-box-rate.out {
        transform: translateX(100%);
    }

    .booking-box-rate:not(.out) {
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
    }

    .booking-box-rate>sup,
    .booking-box-rate>span {
        width: 100% !important;
        max-width: none !important;
    }

    .booking-box-rate>span {
        justify-content: center;
    }

    .booking-box-links {
        margin-left: -7px;
        margin-right: -7px;
    }

    .bookingBoxToggle {
        display: none;
    }

    .banner-caption {
        bottom: 200px;
        z-index: 2;
        left: 0;
        width: calc(100% - 90px) !important;
        margin: 0 auto;
        right: 0;
    }

    .slider-dot .slick-dots {
        bottom: 106px;
    }

    .largeDisplay {
        right: inherit !important;
        bottom: 0;
        width: 100%;
        left: 0;
    }

    .bookingWidget,
    .largeDisplay {
        top: inherit !important;
    }

    .bookingWidget.out {
        transform: inherit !important;
        opacity: 1;
        visibility: visible;
    }

    .btnWrapper {
        display: none;
    }

    .bookingWidget {
        bottom: 30px;
    }

    .bookingWidget .largeDisplay p {
        padding: 3px;
    }

    .largeDisplay p span {
        font-size: 29px;
        line-height: 30px;
        display: inline-block;
    }

    .backToTop {
        bottom: 51px;
    }

    .floating-box {
        top: 50px;
        bottom: inherit !important;
        z-index: 8;
    }

    .grand-text h2 {
        font-size: 240%;
    }

    .sidepanel .btn {
        font-size: 60%;
    }

    .t-datepicker {
        max-width: 100%;
    }

    .slider-arrow._lg .slick-arrow {
        width: 30px;
        height: 30px;
    }

    .large_image_col {
        height: 200px;
    }

    .block_slider._lg .accommodation_item_description {
        min-height: 200px;
        height: calc(100% - 200px);
    }

    .block_slider .pricePara {
        left: 0 !important;
        right: 0 !important;
        top: 0;
        transform: translateY(-100%) !important;
        bottom: auto;
        padding: 5px 15px !important;
    }

    .card .card-img {
        height: 230px;
    }

    body .pw_wrap_4 .lastMinContent, body .pw_wrap_4 .checkInModal .modal-content, body .pw_wrap_4 .modalText, .body pw_wrap_4 .holidayModal h3 span, body .pw_wrap_4 .modalCaption{
        font-size: 12.5px !important;
    }
    body .pw_wrap_4 .pw_cta{
        font-size: 12px !important;
    }

    .two_col.banner-caption .content h1 {
        width: 100%;
        padding: 0;
        margin: 0 0 10px;
        border: none;
        max-width: none;
        font-size: 50px !important;
    }

    .two_col.banner-caption .content p {
        width: 100%;
        max-width: none;
        font-size: 18px !important;
        font-weight: 300 !important;
    }

    body .pw_wrap_19 .lastMinContent, body .pw_wrap_19 .checkInModal .modal-content, body .pw_wrap_19 .modalText, body .pw_wrap_19 .holidayModal h3 span, body .pw_wrap_19 .modalCaption{
        font-size: 14px !important;
    }

    .facilities_item .card-img img{
        height: 230px !important;
    }
}


@media only screen and (max-width:767px) {

    h2,
    .h2 {
        font-size: 200%;
    }

    h3,
    .h3 {
        font-size: 150%;
    }

    p {
        margin-bottom: 15px;
    }

    .header.sticky .logo {
        /*max-height: 64px; min-height: 64px;*/
        max-width: 100px;
    }

    .header {
        align-items: flex-start;
    }

    .headerRight {
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }

    .before-line:before {
        display: none;
    }

    .welcome-image {
        max-height: 280px;
    }

    .facilities-section .icon {
        width: 100%;
        max-width: 50px;
        min-width: 50px;
        max-height: 50px;
        min-height: 50px;
        padding: 8px;
    }

    /* .facilities-section .icon + p,.facilities-section .icon + span{ width: 100%; height: 100%; } */

    .footer .list-col-2 li {
        max-width: calc(33.33% - 60px/3);
    }

    .footer .list-col-2 li:nth-child(2n) {
        margin-right: 30px;
    }

    .footer .list-col-2 li:nth-child(3n) {
        margin-right: 0;
    }

    .backToTop {
        width: 35px;
        height: 35px;
        bottom: 45px;
        right: 5px;
    }

    .booking-box-rate {
        position: fixed;
        top: 50%;
        right: 0;
        background-color: #fff;
        flex-direction: column;
        width: 170px;
        transition: all 0.25s ease-in-out;
        z-index: 4;
    }

    .booking-box-rate.out {
        transform: translateX(100%);
    }

    .booking-box-rate:not(.out) {
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
    }

    .booking-box-rate>sup,
    .booking-box-rate>span {
        width: 100% !important;
        max-width: none !important;
    }

    .booking-box-rate>span {
        justify-content: center;
    }

    .booking-box-links {
        margin-left: -7px;
        margin-right: -7px;
    }

    .bookingBoxToggle {
        display: none;
    }

    .floating-box {
        top: 145px;
        left: 0;
        border: 1px solid rgba(255, 255, 255, 0.15);
        bottom: inherit;
        right: 0;
        margin: auto;
    }

    .floatingBoxToggle {
        top: calc(50% - 32.5px);
    }

    /*   .floatingBoxToggle.fixed-toggle{ transform: scale(1) rotate(-270deg) !important; }*/
    .map-box {
        min-height: 200px;
    }

    .map-search-container {
        position: relative !important;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        margin: 30px auto;
    }

    .map-searchbox {
        max-width: 100%;
    }

    .fancybox-slide--html .fancybox-content {
        padding: 30px;
    }

    .news-section .autoHeightSingleSlider .slick-list {
        min-height: 300px;
    }

    .tab-nowrap {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .tab-nowrap .nav-link {
        font-size: 0;
        border: none !important;
    }

    .tab-nowrap .nav-link .icon-sm {
        margin-right: 0 !important;
    }

    .tab-nowrap .nav-link:after {
        top: auto;
        bottom: -24px;
        right: 50%;
        margin-right: -10px;
        border-width: 12px 10px;
        border-color: #ddd transparent transparent transparent;
        display: none;
    }

    .tab-nowrap::-webkit-scrollbar {
        height: 4px;
        width: 4px;
    }

    .booking-form input.datepicker {
        background-image: url(../images/icons/svg/calendar.svg);
    }

    .floatingBoxToggle.in,
    .floatingBoxToggle.fixed-toggle {
        z-index: 6;
        transform: scale(1) rotate(0deg) translateY(0);
    }

    .floatingBoxToggle {
        top: inherit;
    }

    .floatingBoxToggle {
        top: inherit;
        right: 0;
        transform: inherit;
        z-index: -1;
        width: 130px;
        height: 50px;
        padding: 10px 15px 8px;
        font-size: 90%;
        /* transition: all 0.25s ease-in-out; */
        top: 0;
    }

    .largeDisplay {
        bottom: 46px;
    }

    .bookingWidget {
        z-index: 4;
    }

    .slider-dot .slick-dots {
        z-index: 6;
    }

    .btmBtnPanel ul li a {
        display: block !important;
    }

    .floatingBoxToggle {
        display: none;
    }

    .widget_option_07_wrapper {
        width: 90%;
        margin: auto;
    }

    .bookNowMobWrap .modal-body {
        background-color: rgba(0, 0, 0, 0.98);
    }

    .t-check-in,
    .t-check-out {
        border: none;
    }

    .widget_option_07_view {
        display: none;
    }

    .t-dates {
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    }

    .footer .container p {
        text-align: center !important;
    }

    .off-contant {
        border-left: 0 !important;
        border-top: 1px solid #e9e9e9cc;
        padding-top: 11px;
        text-align: left !important;
    }

    .text-blue {
        font-size: 266%;
    }

    .pm-center {
        text-align: center;
    }

    .blog_list_box {
        border-bottom: 1px solid #c2cfe2;
        padding-bottom: 25px;
        margin-bottom: 8px;
    }

    .blog-section .blog_list_box:last-child {
        border: none;
    }

    .sidepanel .btn {
        font-size: 70%;
    }

    .sidepanel .card-img {
        height: 250px;
    }

    .btmBtnPanel ul li a {
        padding: 0;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .slider-arrow._lg .slick-arrow {
        width: 30px;
        height: 30px;
        background-size: 10px auto;
    }

    .bw_wrap {
        display: none !important;
    }
}

@media only screen and (max-width:681px) {

    .list-col-3 li,
    .list-col-3 li:nth-child(3n) {
        max-width: calc(50% - 30px/2);
        margin-right: 30px;
        width: 100%;
    }

    .list-col-3 li:nth-child(2n) {
        margin-right: 0;
    }

    .btn {
        font-size: 80%;
    }
}

@media only screen and (max-width:575px) {

    h2,
    .h2 {
        font-size: 180%;
    }

    h3,
    .h3 {
        font-size: 150%;
    }

    .h-400x {
        height: 200px;
    }

    .heading-sm {
        font-size: 180%;
    }

    body {
        font-size: 14px;
        line-height: 18px;
    }

    .header .logo {
        max-width: 100px;
    }

    .banner-caption h1 {
        font-size: 180%;
    }

    .childWrapper>div {
        flex-direction: column;
    }

    .childWrapper>div select {
        margin: 0;
        width: 100%;
    }

    .fieldWithHandeler input {
        font-size: 14px;
    }

    .e-height:not(.slick-slider) .eq-height.card-text {
        height: auto !important;
    }

    .facilities-list li {
        max-width: none;
        margin-right: 0;
    }

    .floating-box .close {
        top: 0;
        right: 0;
    }

    /* .btmBtnPanel ul li .dropdown-menu a {
    padding: 0 10px !important;
    font-size: 13px;
} */

    .banner-caption h1,
    h2,
    .h2 {
        font-size: 180% !important;
    }

    .banner-caption p,
    .location_description {
        font-size: 16px !important;
    }

    .testi_slider .testi_item .testi_img {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .testi_slider .testi_item .testi_img {
        margin-left: 0;
    }

    .testi_slider .testi_item .testi_text {
        max-width: 100%;
    }

    section.row{
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width:480px) {
    h1 {
        font-size: 250%;
    }

    .banner-caption h1 span {
        font-size: 70% !important;
        margin-bottom: 10px;
    }

    .floating-box {
        z-index: 5;
    }

}

/* @media only screen and (max-width:400px) {
    .btmBtnPanel ul li .dropdown-menu a {
        padding: 0 5px !important;
        font-size: 11px;
    }
}

@media only screen and (max-width:330px) {
    .btmBtnPanel ul li .dropdown-menu a {
        padding: 0 8px !important;
        font-size: 10px;
    }
} */
