
/*Maximum Screen Size 450 px start*/

@media only screen and (max-width:450px) {
    .hide-for-small-only {
    display:none;
    }
    .show-for-small-only {
        display: block;
    }
    .subscribe-newsletter .modal-dialog {
        min-width: 100%;
    }
    .subscribe-newsletter .modal-body .subscribe-header {
        min-height:250px;
        background-image:url(/assets-mobile/img/subscription-header-bg-mobile.png)
    }
    .subscribe-newsletter .header-body {
        margin-top: 5px;
    }
        .subscribe-newsletter .header-body h2, .subscribe-newsletter .header-body h3 {
            font-size: 25px;
            margin-bottom: 5px;
        }
        .subscribe-newsletter .header-body h2 strong {
            font-size:40px;
        }
    .subscribe-newsletter .subscribe-body, #subscribe .subscribe-footer {
        margin: 10px;
    }

    .newsletter-box .item-container {
        width:90%;
    }
    /*  .subscribe-newsletter .modal-dialog .modal-content {
        border-radius:0;
    }*/
    /*************My Booking Area Start*************/
    .my-booking h1.title {
        font-size:30px;
        padding-top:2rem;
    }
    .my-booking-intro li {
        margin: 0;
        font-size: 18px;
    }
    .my-booking .booking-container {
        max-width:100%;
    }
    .client-payment  h2{
        font-size:18px;
    }
    .monthly-tab, .remaining-tab {
        font-size: 14px;
        padding: 20px 0;
    }
    .confirmation.footer .contact {
        font-size: 16px;
        display: block;
    }
    /*************My Booking Area End*************/
    .subscribe-newsletter .modal-dialog {
        min-width: 100%;
    }
    .subscribe-newsletter .modal-body .subscribe-header {
        min-height:200px;
    }
    .newsletter-box .item-container {
        width:90%;
    }
    /*  .subscribe-newsletter .modal-dialog .modal-content {
        border-radius:0;
    }*/
    /************Golf Section Start ************/
    .golf-body .deals-cont {
        padding: 70px 0 20px 0;
    }
    .golf-body .deals-ban .left-section {
        width:100% !important;
    }
    .golf-body .deals-ban .right-section {
        width: 100% !important;
        padding-left: 0 !important;
    }
    .golf-body .right-section .graphic-golf {
        margin-top:20px !important;
       margin-left:auto;
       margin-right:auto;
    }
    .golf-body .deals-ban .deals-cont .left-section h2 {
        font-size: 35px !important;
    }
    .golf-body .deals-ban .deals-cont .left-section h2.Temph2 {
        font-size: 28px !important;
    }
    .wrapper-graphic-block-golf .main-title {
        font-size:20px !important;
    }
    .wrapper-graphic-block-golf .title {
        font-size: 25px !important;
        text-shadow: 3px 1.196px 1px rgb(19 20 20 / 35%) !important;
        padding-left: 25px !important;
    }
    .block-book-now-and-save p {
        font-size:18px;
    }
    .Golf .wrapper-block-all-inclusive.golf {
        background-position-y:5%;
    }
    .wrapper-graphic-block-golf .photo-block .info-block .photo {
        padding-bottom: 10px;
    }
    .wrapper-graphic-block-golf .photo-block .info-block {
        bottom:0 !important;
        text-align:center;
    }

    .deals-ban {
        height: 250px;
        background-position: center;
    }
    .offer-item .save.circle {
        margin-left: -20px;
    }
    /***************Golf Section End**********/
    @keyframes plane-move {
        0% {
            transform: translate(0%,-50%);
            opacity: 1
        }

        25% {
            opacity: 1
        }

        75% {
            opacity: 1
        }

        100% {
            transform: translate(90%,-50%);
            opacity: 1
        }
    }

    body.searching .block-waiting-wrapper .block-waiting img.plane {
        top: 28.5%;
    }

    .productDetailPage .calendar-fields-sel {
        font-size: 12px;
    }

        .productDetailPage .calendar-fields-sel label {
            padding: 0px 15px;
            margin-bottom: 0px;
        }

        .productDetailPage .calendar-fields-sel select {
            padding: 5px 15px;
            font-size: 13px;
        }
    #price-update .modal-dialog .modal-content {
        width:99% !important;
    }
    #price-update .modal-dialog {
        width: 100%;
    }

    body {
        font-size: 12px;
    }

    .alert-light p {
        font-size: 13px;
    }

    .alert-light span {
        font-weight: 500;
    }

    body.searching .block-waiting-wrapper .block-waiting {
        width: 95%;
    }

        body.searching .block-waiting-wrapper .block-waiting img.plane {
            top: 33%;
            transform: translateY(-50%);
            -webkit-animation: plane-move 4s infinite;
            -moz-animation: plane-move 4s infinite;
            -o-animation: plane-move 4s infinite;
            animation: plane-move 4s infinite;
        }



    .primary-section h1,
    .primary-section h2,
    .primary-section h3,
    .primary-section h4,
    .primary-section h5 {
        font-size: 20px;
        text-transform: none;
    }

    .primary-section .intro-text {
        font-size: 14px;
    }

    .infinite-menu-topbar {
        padding: 0px 0px;
    }

    .infinite-menu .item {
        text-transform: none;
    }

    .appHeader .headerButton ion-icon, .appHeader .headerButton i{
        font-size: 30px;
        color: white;
    }

    /********420px Search Tab Start*********/

    .searchTabModal .modal-dialog .modal-content .modal-header .modal-title {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .searchTabModal #searchResortHotelBox {
        width: 100%;
        border-color: #d3d3d3;
        margin-left: 0px;
    }

        .searchTabModal #searchResortHotelBox #flex0 {
            width: 90%;
            height: 50px;
        }

        .searchTabModal #searchResortHotelBox ion-icon {
            width: 20px;
        }
    .daterangepicker .drp-calendar {
        max-width: 100% !important;
    }
    .daterangepicker th.month {
        padding: 15px 10px;
    }

    .searchTabModal .modal-dialog .modal-content .modal-body {
        max-height: none;
    }

    .carousel-image-box .splide__arrow--prev {
        left: 0px;
        background: transparent;
    }

    .carousel-image-box .splide__arrow--next {
        right: 0px;
        background: transparent;
    }
    /********420px Search Tab End*********/

    /********420px Search Results video/gallery Popups Start*********/

    #galleryModal .modal-dialog {
        margin: 0px;
        height: 100%;
    }

    #galleryModal {
        padding-left: 0px;
        padding-right: 0px;
    }

    #galleryMain .splide__track {
        margin: 0px;
    }

    #galleryModal .modal-dialog .modal-body {
        padding: 1rem 0px;
    }

        #galleryModal .modal-dialog .modal-body #galleryMain ul.splide__list li.splide__slide {
            width: 100% !important;
            height: auto !important;
        }

        #galleryModal .modal-dialog .modal-body #galleryMain li.splide__slide img {
            width: 100% !important;
            border-radius: var(--main-border-radius);
        }

    #galleryModal .modal-content {
        height: 100%;
        border-radius: 0px;
    }

        #galleryModal .modal-content h2 {
            font-size: 18px;
        }

    #galleryMain .splide__arrow.splide__arrow--next {
        background: rgba(255,255,255,0.6) !important;
        border-radius: var(--small-border-radius) 0px 0px var(--small-border-radius);
        transform: translateY(-50%);
        font-size: 20px;
        right: 0;
    }

    #galleryMain .splide__arrow.splide__arrow--prev {
        background: rgba(255,255,255,0.6) !important;
        border-radius: 0px var(--small-border-radius) var(--small-border-radius) 0px;
        transform: translateY(-50%);
        font-size: 20px;
        left: 0;
    }

    #galleryMain .splide__arrow svg {
        fill: rgba(0,0,0,0.5);
    }

    #thumbnail-slider li.is-active {
        border: 2px solid var(--dark-text-color);
    }

    div#thumbnail-slider ul {
        padding: 5px 0px !important;
    }

    #videoModal .modal-dialog {
        min-width: 100%;
        /*top: 40%;*/
    }

    iframe#video {
        border-radius: var(--main-border-radius);
        width: 100% !important;
        height: 350px !important;
    }
    /********420px Search Results video/gallery Popups End*********/

    
    .card.pack_wrapper_search {
        padding: 0px 0px 15px 0px;
        overflow: hidden;
        border: 1px solid #707070;
        box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 20%);
    }


    .pack_wrapper_search .hotelTitle {
        font-size: 16px;
    }

    .pack_wrapper_search .resortTxt {
        font-size: 13px;
    }

    .pack_wrapper_search .searchResultDetail .searchResult_date {
        font-size: 14px;
    }

    .pack_wrapper_search .searchResultDetail .searchResult_normalText {
        font-size: 12px;
    }

    .pack_wrapper_search .searchResultPrice .price_box .match_price_box {
        font-size: 10px;
    }

    .pack_wrapper_search .searchResultPrice .price_box .price .totalPriceSection {
        margin-top: 0px;
    }

    .searchResultImage {
        max-height: none;
        border-radius: var(--main-border-radius);
        overflow: hidden;
    }

    .pack_wrapper_search .hotelTitleSection {
        margin-top: 5px;
    }

    .pack_wrapper_search .rating {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pack_wrapper_search .searchResultDetail {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pack_wrapper_search .searchResultPrice {
        /*  padding-left: 20px;
        padding-right: 20px;*/
    }

    .pack_wrapper_search .searchResultImage img {
        border-radius: var(--main-border-radius);
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        margin-bottom: 0px;
    }

    .pack_wrapper_search .searchResultPrice .price_box .secureSection {
        border-radius: 0;
        margin: 0px;
    }

    .hotelDetails .hotelDetailFooter {
        font-size: 12px;
        line-height: 1.5;
    }
    .results-heading {
        font-weight: 400;
    }

    .px20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .splide__pagination {
        width: 80px;
        height: 15px;
        overflow: hidden;
        bottom: 2em;
    }
    .overviewHotelPictures .searchShareBtn {
        max-width: 50px;
        position: absolute;
        bottom: 7.7%;
        height: 50px;
        background: rgba(0,0,0,.5);
        padding: 0 3.5%;
    }
        .overviewHotelPictures .searchShareBtn.Right {
            right: 12px;
            border-radius: var(--main-border-radius) 0 var(--main-border-radius) 0;
        }
    /***********Hotel Details Page ***************/
        .hotelSummary .hotelName {
        font-size: 25px;
    }

    .hotelSummary .resortText {
        font-size: 13px;
    }

    .normalText {
        font-size: 13px;
    }

    .hotelDetailPage .sticky {
        box-shadow: 0px 5px 10px -10px;
    }

    .hotelDetailPage .hotelSummary {
        font-size: 14px;
    }

        .hotelDetailPage .hotelSummary ion-icon {
            font-size: 16px;
            margin-right: 5px;
        }

    .hotelSummary p {
        margin-bottom: 8px;
    }

    .hotelSummary span
    {
        font-size: 13px;
    }

    .hotelSummary .onlyLeft {
        color: red;
        text-align: right;
        font-size: 13px;
        margin-bottom: 0px;
        font-weight: 500;
        margin-top: 5px;
    }

    .hotelDetailPage .hotelSummary .price {
        margin-top: 0;
        font-size: 35px;
    }

    .hotelDetailPage .price small {
        font-size: 20px;
    }

    .hotelSummary .mobRaitings {
        text-align: left;
    }

        .hotelSummary .mobRaitings img {
            margin: 3px 0;
        }

    .sticky .on-page-menu-sticky .on-page-menu-box {
        padding: 10px 5px;
    }

        .sticky .on-page-menu-sticky .on-page-menu-box p {
            display: block;
        }

    .sticky .on-page-menu-sticky{
        padding: 0px;
    }

    .sticky .on-page-menu-sticky li.item a.active .on-page-menu-box {
        border-radius: 0px;
        border: none;
        border-bottom: 2px solid;
    }

    .sticky .on-page-menu-sticky .on-page-menu-box {
        padding: 5px;
    }

    #HotelDet .splide__slide img {
        width: 100%;
        height: 100%;
        border-radius: var(--main-border-radius);
    }
   /* #HotelDet .splide__slide {
        height:100%;
    }*/

    .hotelDetailPage .searchtab .section-title.large {
        font-size: 24px;
        line-height: 1.2em;
        font-weight: 700;
        padding: 6px 16px;
    }


    .hotelDetailPage .section-title, .hotelDetailPage .hotel-info-box .hotel-info-title h2, .loc-cont h2 {
        font-size: 15px;
    }

    
    .hotelDetailPage .info-hotel h3, .hotelDetailPage .hotel-info-box .hotel-info-box-cont h4, .overview-label {
        font-size: 14px;
    }

    .hotelDetailPage .hotel-info-box .hotel-info-box-img img {
        height: 200px;
    }

    .hotelDetailPage p {
        font-size: 13px;
    }
    .generalPopup .modal-dialog {
    
        width:100% !important;
    }
    .roomDetailsPopup .modal-dialog {
        width: 100%;
        height: 100%;
        margin: auto;
    }

        .roomDetailsPopup .modal-dialog .modal-content {
            border-radius: 0px;
        }

            .roomDetailsPopup .modal-dialog .modal-content .bodyCloseIcon {
                position: absolute !important;
                top: 2px;
                right: 2px;
            }

            .roomDetailsPopup .modal-dialog .modal-content .modal-body {
                padding-top: 40px;
            }

            .roomDetailsPopup .modal-dialog .modal-content .carousel-room-thumbnail li.splide__slide {
                border-radius: var(--small-border-radius);
                margin-right: 5px !important;
                border: none;
            }

                .roomDetailsPopup .modal-dialog .modal-content .carousel-room-thumbnail li.splide__slide img {
                    width: 100%;
                }

                .roomDetailsPopup .modal-dialog .modal-content .carousel-room-thumbnail li.splide__slide.is-active {
                    border: 2px solid #000;
                }

        .prod-side-nav p {
            font-size: 14px;
        }

    .loc-cont li {
        font-size: 13px;
    }

    .hotelDetailPage em {
        font-size: 11px;
    }

    .benefitsIntro h3 {
        font-size: 13px;
    }

    .featureListItem {
        font-size: 12px;
    }

    .flightDetails h2 {
        font-size: 18px;
    }

    .flightDetails .depart-block h3, .flightDetails .arrival-block h3 {
        font-size: 25px;
    }

    .flightDetails .flight-number-block h4 {
        margin-bottom: 1px;
        font-size: 13px;
    }

    .mob-price-panel.modal .primary-shield {
        padding: 10px 0px;
    }

    .paradise-pay {
        width: 100%;
    }
    .subscription-button {
        padding: 2px 20px;
    }
    
    .footer-lower .sep, .footer-upper .sep {
        display: none;
    }
    

    .footer-images img.atol {
        max-width: 50px;
    }

    .footer-images img {
        max-width: 80px;
    }

    .overPos {
        overflow: hidden;
        position: relative;
    }

    

        /*#search-tab-sec.active {
            transition: 2s;
            margin-top: 10px;
            top: 0;
            height: auto;
            padding-top: 1rem;
            padding-bottom: 1rem;
        }*/

    .searchShareBtn.Left {
        /*display: none;*/
    }
    .sticky .on-page-menu-sticky .on-page-menu-box:hover {
        border-radius: 0px;
        border: none;
        border-bottom: 2px solid;
    }
    /*********Search Results Hotel Details Popup Start***********/
    #hotelOffersModal .modal-dialog, #flightTimesModal .modal-dialog, .generalPopup.deposit-options .modal-dialog {
        width: 100%;
    }
        .generalPopup.deposit-options .modal-dialog .modal-content{
            max-height: 100%;
        }

    .item-search .deposit-note {
        margin-left: 20px;
        margin-right: 30px;
    }

        #hotelOffersModal .hotelDetails {
            padding: 0;
        }

    #hotelOffersModal .hotelPopupLogoHeader h3 {
        font-size: 16px;
        padding-left: 0;
    }

    #hotelOffersModal .hotelDetails .resortTxt {
        font-size: 13px;
    }

    #hotelOffersModal .hotelDetails taReviewTxt {
        font-size: 12px;
    }

    #hotelOffersModal .hotelDetails .searchResult_normalText {
        font-size: 12px;
        margin-bottom: 2px;
    }

    #hotelOffersModal .hotelDetails .searchResult_date {
        font-size: 12px;
    }

    #hotelOffersModal .hotelDetails .hotelPicture img.hotelImage {
        height: 100%;
    }

    /*********Search Results Hotel Details Popup End***********/

    /******Search Results Flight Popup Start*********/
    .flightDetails {
        padding: 20px 10px;
    }

        .flightDetails .arrival-block, .flightDetails .depart-block {
            text-align:center;
            margin-right:0;
        }

        .depart-block p, .arrival-block p {
            font-size: 14px;
        }
    .depart-block h3, .arrival-block h3 {
        font-size: 18px;
    }
    .flight-number-block {
        margin-top: 5px;
        text-align: center;
    }
    .flight-number-block h4{
        display:inline;
        font-weight:600;
    }

    .margin-siderbar{
        margin-top: 0px;
    }
    /******Search Results Flight Popup End*********/
    /******** Product Page start**********/
    .productDetailPage .accordion .accordion-body {
        padding-right: 0;
        padding-left: 0;
    }
    .productDetailPage .product-pg-amin-content-sec {
        padding-right: 0;
        padding-left: 0;
        padding-top: 15px;
    }
    #mb-main-sec {
        padding: 0 0;
    }
    .innerPageHead.productPageHeading {
        font-size: 20px;
        margin-top: 10px;
    }
    .productDetailPage .accordion-header .accordion-button {
        font-size:16px;
    }
    .productDetailPage .flightDetails .card-btn-flights .ctaBtn {
        font-size:12px;
    }
    /****Calendar Start****/
    .fc table {
        border-spacing: 1px 0px;
    }
    .fc-view.fc-month-view .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content .day {
        /*Enable cells dates(day) designs*/
        font-size: 10px;
        padding-left: 3px;
        padding-top: 0px;
        line-height: 1.8;
    }

    .fc-view.fc-month-view .fc-content-skeleton table thead .fc-day-number {
        /*Disable cells dates(day) designs*/
        font-size: 10px;
        padding-left: 3px;
        padding-top: 3px;
    }

    .fc-view.fc-month-view .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content .topRow.HighLighted {
        background: var(--primary-color);
        z-index: 99;
        padding-bottom: 0px;
        line-height: 1.5;
    }
    .fc-view.fc-month-view .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content.highlighted .bottomRow .calendar-price-block {
        font-size:12px !important;
    }

    .fc-view.fc-month-view .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content .bottomRow .calendar-icon.call-book img {
        margin-bottom: 6px;
    }
    .fc-view.fc-month-view .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content .bottomRow .calendar-icon.call-book .callPhone {
        display:none;
    }
    .fc-view.fc-month-view .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content .bottomRow .calendar-price-block {
        /*Pricing Price Design*/
        text-align: center;
        font-size: 12px !important;
        padding-right: 0px;
    }
    .fc-view.fc-month-view .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content .bottomRow {
        position: absolute;
        bottom: -3px;
        width: 100%;
    }
    .fc-view.fc-month-view .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content .bottomRow .calendar-price-block small {
        /*Pricing symbol and pp Design*/
        font-size: 8px;
        font-weight: 600;
    }
        .fc-view.fc-month-view .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content .bottomRow .calendar-luggage-block img {
            display: none;
        }
        .fc-view.fc-month-view .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content .bottomRow .calendar-luggage-block {
            /*Bag Design*/
            bottom: 21px;
            left: 22px;
        }

    .fc-view.fc-month-view .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content {
        /*Enable Cell Height border*/
        height: 50px;
        border-radius: var(--small-border-radius);
    }
    .fc-view.fc-month-view .fc-row .fc-content-skeleton tbody td {
        /*All Cells Height border*/
        height: 50px;
        border-radius: var(--small-border-radius);
    }
    .fc-view.fc-month-view .fc-content-skeleton .best-price .day {
        /*best price cells dates(day) color*/
        color: #fff ;
    }
    .fc-view.fc-month-view .fc-content.best-price {
        /*best price cells background) color*/
     /*   background: green !important;*/
    }
    .fc-view.fc-month-view .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content.best-price. .day {
        color: green;
    }
    .fc-view.fc-month-view .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content.best-price.highlighted .day {
        color: white;
    }
    .fc-view.fc-month-view .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content.best-price .bottomRow .calendar-price-block {
        /*best price pricing color*/
        /*color: #fff !important;*/
        font-size: 14px !important;
        line-height: 1.55rem;
        font-weight: 700;
    }
    .fc-view.fc-month-view .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content.selected .bottomRow .calendar-price-block {
        /*selected price pricing color*/
        font-size: 14px !important;
        line-height: 1.55rem;
        font-weight: 700;
    }

    .fc-view.fc-month-view .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content .topRow.HighLighted{
        padding-bottom: 0px;
    }

    .calendar-bottom-text {
        display: none;
    }
    .hide-for-small-only {
        display:none;
    }

    .productDetailPage .cp-calendar-footer .info-square-primary {
        padding: 5px 2px;
        margin: 0;
        font-size: 11px;
    }
    .productDetailPage .cp-calendar-footer .info-round-grey {
        font-size: 11px;
        padding: 5px 5px;
    }
    /****Calendar End****/

    .productDetailPage .flightDetails .depart-block {
        text-align:center;
    }
    .modal.alternativeFlightModal .modal-dialog {
        width: 100% !important;
        margin: 0;
    }
    .alternativeFlightModal .modal-dialog .modal-content .modal-header .modal-title {
        font-size:16px;
    }

    .productCalaenderInfoBorder {
        font-size: 12px;
        font-weight: 600;
        padding-right: 10px;
        border-right: 1px solid var(--primary-color);
    }

    .productCalaenderInfo {
        font-size: 12px;
        font-weight: 600;
        padding-right: 10px;
        margin-top: 10px;
        line-height:1;
    }

    .calfootermob{
        margin-left: 10px;
    }

    .room-image-main .srcamBtn{
        font-size: 30px;
    }
    /**product page rooms start**/
    .productDetailPage .room-details-box {
        border-radius: var(--main-border-radius);
    }

    .productDetailPage .room-details a {
        padding: 0;
        font-size: 12px;
    }

    .productDetailPage .room-details-box {
        border-radius: var(--main-border-radius);
    }

    .productDetailPage .room-image-main .room-title {
        border-radius: var(--main-border-radius) var(--main-border-radius) 0px 0px;
    }

    .productDetailPage .room-image-main {
        border-radius: var(--main-border-radius);
    }

        .productDetailPage .room-image-main img {
            border-radius: var(--main-border-radius);
        }


    .productDetailPage .room-details-box .room-usps {
        margin-bottom: 10px;
    }
        .productDetailPage .room-details-box .room-usps p {
            font-size:11px;
            margin-bottom:5px;
        }
    .productDetailPage .room-image-main .room-title h3 {
        font-size:14px;
    }
    .productDetailPage .room-details-box .room-options .nameCol {
        font-size:14px;
        position: relative;
    }

    .productDetailPage .room-details-box .room-options .btnCol .boardBasisBtn {
        padding: 5px 10px;
    }
    .m-top-5px {
        margin-top:5px;
    }
    .productDetailPage .mob-price-panel {
        margin: 0px;
        /*padding:0px 0 !important;*/
    }
   /* .productDetailPage .sticky .mob-price-panel {
        padding: 15px !important;
    }*/
    .productDetailPage .sticky {
        position: sticky;
        top: 0;
        background: white;
        z-index: 999;
        box-shadow: 0px 8px 10px -10px;
    }
    #holidayUpdate h2 {
        font-size: 18px;
    }
    #holidayUpdate .flight-det .depart-time, #holidayUpdate .flight-det .arrive-time {
        background: none;
    }
    .holiday-data-text p {
        font-size: 13px;
    }

    .productDetailPage .room-details-box .room-options{
       /* margin-bottom: 0px;*/
    }

    .productDetailPage .room-details a {
        padding: 0;
        font-size: 12px;
    }

    /**product page rooms end**/
    /*******Product Page End*********/


    /*******Deals Page Start*********/

    .deals-main-body .deals-cont h2 {
    
        font-size:35px ;
    }
        .deals-main-body .deals-cont h2.Temph2 {
            font-size:20px;
        }
        .deals-main-body .deals-cont {
            padding: 35% 0;
        }
    /*******deals Page End*********/
    /************Confirmation Page Start******************/
    .confirmation-msg {
        padding: 10px;
    }
    .confirmation-msg .center-msg {
        margin: 20px 20px;
    }
    .confirmation-msg ion-icon {
    font-size: 100px;
    }
        .confirmation-msg .success-msg .text {
            font-size:30px;
        }
    .confirmation .section-heading {
        font-size:18px;
    }
    .confirmation .heading {
        font-size:16px;
    }
    .sec-contents-bordered .room-facilities li.facility {
        margin:0 1px;
        padding:3px;
    }
    .confirmation .hotel-data-item .d-flex ion-icon {
        font-size:22px;
    }
    .flightDetails.sec-contents-bordered .luggage-sec span {
        font-size:13px;
    }
    .confirmation .transfer-box img {
        border-radius: var(--main-border-radius);
        margin-bottom: 10px;
    }
    .confirmation .your-contact-sec .contact-item {
        font-size:15px;
    }
    .confirmation .added-val ul.offers li {
        font-size:15px;
    }
    .confirmation .your-price-sec .price-row h4 {
        font-size: 16px;
    }
    .confirmation .your-price-sec .price-row .price {
        font-size:20px;
    }

    .confirmation .info-sec .info-item .heading ion-icon {
        font-size:20px;
    }

    .confirmation .help-sec {
        font-size:13px;
    }
        .confirmation .help-sec .row.servicesWrap {
            text-align: left;
        }
    .flight-help-sec .help-sec-text {
        border-right: none;
    }
    
    /************Confirmation Page End******************/

    #filterCalendarModalReturn.transfer-modal .modal-content, #filterCalendarModal.transfer-modal .modal-content {
        width: 100% !important;
    }
    .transfer-modal .daterangepicker .drp-calendar.left .calendar-table {
        width: 100%;
        display: block;
    }
    .transfer-modal .daterangepicker .calendar-time {
        display: block;
        position: inherit;
    }

    /************Basket Page********/

    .basket-main-body .ht-title h1, .basket-main-body h2 {
        font-size: 20px;
    }

    .basket-main-body .modal.mob-price-panel .modal-dialog .prod-side-nav {
        top: 0px !important;
        margin-top: 0px !important;
    }

    .basket-main-body .mob-price-panel .modal-dialog .modal-content .modal-body {
        padding: 0px 16px;
        overflow-x: hidden;
    }

    .basket-main-body .modal-dialog .modal-content .bodyCloseIcon {
        color: white;
        top: 10px;
    }
    .basket-sidebar .hotel-details, .basket-sidebar .booking-details, .basket-sidebar .price-details, .basket-sidebar .cancel-section {
        border:none;
    }
    .basket-main-body .prod-side-nav .quoteref {
        border-radius: 0px;
    }
    /************Basket Page End********/

    /************About Page Start********/

    .about .heading {
        font-size:20px;
    }
    .discover-detail-box p {
        font-size:16px;
    }
    .quality-sec{
        height:auto;
    }
    .quality-body {
        width: 100%;
        margin:20px 0;
    }
        .quality-body img {
            width:120px;
        }
    .team-section p {
        font-size:14px;
    }
   
    /************About Page End********/

    .newsletter-body {
        background: url(/assets-mobile/img/subscription-bg-mobile.png);
        background-size:100%;
    }

    /**************MyBooking Summary********/
    .ctaBtn.secondary-background {
        font-size:14px !important;
    }
    .welcome-title {
        font-size:30px;
        text-align:center;
    }
    .resort-name {
        font-size: 15px;
        margin-right: 0;
        margin-bottom: 50px;
    }
    .client-summary h2.secondary-text-color {
        font-size:18px;
    }
    .booking-info h2 {
        font-size:18px;
    }
    .search-field-group #transfer-dep-cal-searchItem {
    width: 100%!important;
    }
    .container.promotion p strong {
        line-height:normal;
    }
    .grey-background .text-block-quote {
    
        margin:0;
    }
    .fc-view.fc-month-view .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content.best-price .bottomRow .calendar-price-block, .fc-view.fc-month-view .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content .bottomRow .calendar-price-block {
        font-size:12px!important;
    }
}

/* Maximum Screen Size 450 px end */



@media only screen and (min-width: 650px) {
    .w-md-50 {
        width: 50% !important;
    }

    .searchResultImage {
        max-height: inherit;
    }
}
@media only screen and (max-width:991px) {
    .footer-upper .footer-title {
        padding-left: 0;
        font-weight: 600;
        margin: 20px 0;
    }
    .subscription-button {
        padding:2px 12px;
    }
    .subscription-textbox {
        font-size:12px;
    }

    .discount-row {
        text-align: right;
        color: red;
        font-size: 15px;
        font-weight: 700;
    }

    .primary-shield {
        color: var(--primary-color);
    }

    .img-box {
        border-radius: var(--main-border-radius);
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

        .img-box img {
            width: 100%;
            height: 100%;
        }


    .special-offer-single-section .card .card-img-top {
        height: 300px;
        object-fit: cover;
    }

    .special-offer-single-section .card .card-title {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .special-offer-single-section .card .card-text {
        font-size: 12px;
    }

    .special-offer-single-section .card .left-text {
        padding: 8px 20px;
    }

    .special-offer-single-section .card .left-price p .price2 {
        font-size: 20px;
    }

        .special-offer-single-section .card .left-price p .price2 strong {
            font-size: 30px;
        }

    .special-offer-single-section .card .left-price p {
        font-size: 12px;
    }

    /*****BASKET PAGE ****/

    .basket-main-body .form-group {
        width: 100%;
    }
}
@media only screen and (max-width:1024px) {

}
@media only screen and (max-width:1200px) {
    .searchTabModal.modalbox .modal-dialog .modal-content .modal-header .modal-title {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width:991px) and (min-width:700px) {
    .mob-price-panel .modal-dialog .modal-content .modal-body {
        /*max-height: calc(65vh - 250px);*/
    }

    .mob-price-panel.modal .primary-shield {
        padding: 15px 0px;
    }
}

@media only screen and (max-width:991px) and (min-width:900px) {
    .container.search-bar-desktop, .container.search-bar-desktop #SearchForm.container, .container {
        max-width: 100% !important;
    }

    .search-capsule > div:first-of-type {
        font-size: 12px !important;
    }

    #SearchForm .input-group input {
        width: 70% !important;
    }

    .special-offers-2 .card .card-title, .carousel-image-box .img-box-heading {
        font-size: 15px;
    }

    .searchtab .search-field-group .search-field-list {
        width: 100%;
    }
}
@media only screen and (max-width:1024px) and (min-width:800px) {
    .search-capsule {
        padding: 0 !important;
        padding-left: 20px !important;
    }
    

        .search-capsule > div:first-of-type {
            font-size: 14px;
        }

    #SearchForm .input-group input, #SearchForm .input-group input:read-only, #SearchForm .input-group input:disabled, #SearchForm .searchDuration select, #SearchForm .searchDuration select:read-only, #SearchForm .searchDuration select:disabled, #SearchForm .input-group i, #RegionModal i {
        font-size: 13px;
    }

    .flight-search #SearchForm .input-group input.selectRoom {
        width: 70%;
    }

    .hotel-search .sep, .flight-search .sep {
        height: auto;
    }

    .transfer-search .input-group, .flight-search .input-group {
        width: 90%;
    }

  
}
@media only screen and (min-width:767px) {

    .searchTabModal .modal-dialog .modal-content .modal-body {
        max-height:inherit;
    }
}


@media only screen and (max-width:1023px) and (min-width:768px) {
    .hotelTitle {
        font-size: 18px;
    }

    .pack_wrapper_search .searchResultPrice .price_box .price .totalSum {
        font-size: 24px;
    }

    .productPageHeading {
        font-size: 25px;
    }

    .productDetailPage .accordion-header .accordion-button {
        font-size: 18px;
    }

    .productDetailPage .flightDetails .card-btn-flights .ctaBtn {
        font-size: 15px;
    }

}

@media only screen and (max-width:1199px) and (min-width:992px) {
    .container {
        max-width: 95%;
    }
}
@media only screen and (max-width:1199px)  {
    .infobox-icons.splide {
        margin-bottom: 0px !important;
    }
    .transfer-banner img {
        max-width:100%;
    }
    .modalbox#filterCalendarModalReturn.transfer-modal .modal-content, .modalbox#filterCalendarModal.transfer-modal .modal-content {
    width:100% !important;
        }
    .jp-card {
        left: 30px;
        min-width: auto !important;
        width: 80% !important;
        height: 80% !important;
        top: 15px;
    }

        .jp-card .jp-card-front .jp-card-lower .jp-card-number {
            font-size: 16px !important;
            margin-bottom: 0 !important;
        }

        .jp-card .jp-card-front .jp-card-lower .jp-card-name {
            font-size: 14px !important;
        }

    .home {
        min-height: 250px;
    }

    .fc-view.fc-month-view .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content.best-price .bottomRow .calendar-price-block, .fc-view.fc-month-view .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content .bottomRow .calendar-price-block {
        font-size: 14px !important;
    }

    .fc-view.fc-month-view .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content.selected .bottomRow .calendar-price-block {
        font-size: 15px !important;
    }

    .fc-view.fc-month-view .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content .bottomRow .calendar-bottom-text.hotelonly {
        font-size: 8px;
    }

    .innerPageHead.productPageHeading {
        font-size: 30px;
    }
}

@media only screen and (max-width:1400px) {
    .searchtab .search-field-group .search-field-list {
        width: 100%;
    }
}
@media only screen and (max-width:1400px) and (min-width:1200px) {

    .pack_wrapper_search .searchResultPrice .price_box .price .totalSum {
        font-size: 26px;
    }
    .pack_wrapper_search .searchResultDetail .searchResult_date {
        font-size: 15px;
    }
    .prod-side-nav .hoteldetail-price-panel .price .currency {
        font-size: 32px;
    }
}