/* Minification failed. Returning unminified contents.
(185,84): run-time error CSS1046: Expect comma, found '49'
(185,90): run-time error CSS1046: Expect comma, found '/'
(629,142): run-time error CSS1046: Expect comma, found '91'
(629,149): run-time error CSS1046: Expect comma, found '/'
(633,124): run-time error CSS1046: Expect comma, found '91'
(633,131): run-time error CSS1046: Expect comma, found '/'
(765,57): run-time error CSS1046: Expect comma, found '49'
(765,63): run-time error CSS1046: Expect comma, found '/'
 */
/* Minification failed. Returning unminified contents.
(175,84): run-time error CSS1046: Expect comma, found '49'
(175,90): run-time error CSS1046: Expect comma, found '/'
(619,142): run-time error CSS1046: Expect comma, found '91'
(619,149): run-time error CSS1046: Expect comma, found '/'
(623,124): run-time error CSS1046: Expect comma, found '91'
(623,131): run-time error CSS1046: Expect comma, found '/'
(755,57): run-time error CSS1046: Expect comma, found '49'
(755,63): run-time error CSS1046: Expect comma, found '/'
 */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */ position: relative; z-index: 1; }
.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; touch-action: manipulation; -moz-backface-visibility: hidden; /* fix firefox animation glitch */ }
.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; /* fix for flashing background */ -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }
.owl-carousel .owl-item img { display: block; width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled { display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot { cursor: pointer; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot { background: none; color: inherit; border: none; padding: 0 !important; font: inherit; }
.owl-carousel.owl-loaded { display: block; }
.owl-carousel.owl-loading { opacity: 0; display: block; }
.owl-carousel.owl-hidden { opacity: 0; }
.owl-carousel.owl-refresh .owl-item { visibility: hidden; }
.owl-carousel.owl-drag .owl-item { -ms-touch-action: pan-y; touch-action: pan-y; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel.owl-grab { cursor: move; cursor: grab; }
.owl-carousel.owl-rtl { direction: rtl; }
.owl-carousel.owl-rtl .owl-item { float: right; }
/* No Js */
.no-js .owl-carousel { display: block; }
/* *  Owl Carousel - Animate Plugin */
.owl-carousel .animated { animation-duration: 1000ms; animation-fill-mode: both; }
.owl-carousel .owl-animated-in { z-index: 0; }
.owl-carousel .owl-animated-out { z-index: 1; }
.owl-carousel .fadeOut { animation-name: fadeOut; }
@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
/* * 	Owl Carousel - Auto Height Plugin */
.owl-height { transition: height 500ms ease-in-out; }
/* * 	Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item { /** This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong calculation of the height of the owl-item that breaks page layouts */ }
.owl-carousel .owl-item .owl-lazy { opacity: 0; transition: opacity 400ms ease; }
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) { max-height: 0; }
.owl-carousel .owl-item img.owl-lazy { transform-style: preserve-3d; }
/* * 	Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; }
.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url("owl.video.play.png") no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover { -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; }
.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav { margin-top: 10px; text-align: center; -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] { color: #FFF; font-size: 14px; margin: 5px; padding: 4px 7px; background: #D6D6D6; display: inline-block; cursor: pointer; border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover { background: #869791; color: #FFF; text-decoration: none; }
.owl-theme .owl-nav .disabled { opacity: 0.5; cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots { margin-top: 10px; }
.owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline; }
.owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 7px; background: #D6D6D6; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #869791; }

.sport_serviceMain_Wrapper { }
.sport_serviceMain_Wrapper .region_filter_main { width: 100%; padding: 25px 0px; background: #FFFFFF; border-bottom: 1px solid #D8D8D8; box-shadow: 0px 8px 15px rgba(31, 91, 101, .1); }
.sport_serviceMain_Wrapper .region_filter_main select { border: none; outline: none; padding: 0; line-height: normal; box-shadow: none !important; height: auto; -webkit-appearance: none; -moz-appearance: none; display: inline-block; font-size: 14px; color: #B0B0B0; font-weight: 500; background: url('../images/Icon/icon15.svg'); background-repeat: no-repeat; background-position: center right; }
.sport_serviceMain_Wrapper .region_filter_main .regn-fltr-title { margin-bottom: 0px; font-size: 15px; font-weight: 500; color: #000; }
.sport_serviceMain_Wrapper .br_right { border-right: 1px solid #D8D8D8; padding-right: 20px; }
.region_filterMain_layout { padding-top: 60px; }
.region_filterMain_layout .list-inner-dv { }
.region_filterMain_layout .list-inner-dv .box { background-position: center; background-size: cover; width: 100%; height: 230px !important; }
.region_filterMain_layout .list-inner-dv .title-dv { min-height: 40px; }
/*.region_filterMain_layout .list-inner-dv .title-dv .title_dvLeft { display: flex; width: 50%; }*/
.region_filterMain_layout .list-inner-dv .title-dv .title_dvLeft h6 { margin: 0; text-align: left; font-size: 16px; font-weight: 700; color: #212529; padding-left: 10px; }
.region_filterMain_layout .list-inner-dv .title-dv .title_dvLeft h6 a { color: #212529; }
/*.region_filterMain_layout .list-inner-dv .price-cost { position: absolute; top: 25px; left: 240px; width: calc(100% - 180px); }*/
.region_filterMain_layout .list-inner-dv .price-cost .price_costInner { display: flex; align-items: center; font-family: 'Poppins', sans-serif; }
.region_filterMain_layout .list-inner-dv .price-cost .price_costInner .txt { font-size: 14px; font-weight: 400; color: #333333; }
.region_filterMain_layout .list-inner-dv .price-cost .price_costInner .price .ib { color: #F86040; font-weight: 700; margin: 0 5px; font-size: 20px; font-family: 'Poppins', sans-serif; }
.region_filterMain_layout .reigion_cardWrapper { width: 100%; background: #fff; padding: 25px 20px; position: relative; }
.region_filterMain_layout .top-list-item .list-inner-dv .sport-heighlight .measurment-scale { transform: rotate(-180deg); margin-bottom: 4px; direction: rtl; display: grid; gap: 12px; grid-template-columns: repeat(12, minmax(0, 1fr)); }
.region_filterMain_layout .top-list-item .list-inner-dv .sport-heighlight ul { margin: 0; }
.top-list-item .list-inner-dv .more-item { padding: 15px 0px; border-bottom: 1px solid #D8D8D8; }
.top-list-item .list-inner-dv .more-item ul li { display: inline-block; }
.top-list-item .list-inner-dv .sport-heighlight ul li { list-style: none; float: left; }
.sport-starts-bg10 { background-color: #425F64; color: #fff; height: 30px; }
.sport-starts-bg9 { background-color: #0c4045; color: #fff; height: 27px }
/*.price-section .more-item .nav.regiongrid-gap { min-height: 100px;display:block; }*/
.sport-starts-bg8 { background-color: #425F64; color: #fff; height: 24px }
.sport-starts-bg7 { background-color: #899B9E; color: #fff; height: 21px }
.sport-starts-bg6 { background-color: #899B9E; color: #fff; height: 18px }
.sport-starts-bg5 { background-color: #1badb6; color: #fff; height: 15px }
.sport-starts-bg4 { background-color: #D0D7D8; color: #fff; height: 12px }
.sport-starts-bg3 { background-color: #D0D7D8; color: #fff; height: 9px }
.sport-starts-bg2 { background-color: #D0D7D8; color: #fff; height: 6px }
.sport-starts-bg1 { background-color: #D0D7D8; color: #fff; height: 3px }
.sport-starts-bg0 { background-color: #D0D7D8; color: #fff; height: 1px }
.region_filterMain_layout .top-list-item .list-inner-dv .sport-heighlight ul.month li { color: #878c8d; font-size: 10.5px; font-weight: 500; }
.region_filterMain_layout .top-list-item .list-inner-dv .sport-heighlight ul.month { display: grid; gap: 8px; grid-template-columns: repeat(12, minmax(0, 1fr)); }
.region_filterMain_layout .reigion_cardWrapper .sport-heighlight { overflow: inherit; position: absolute; width: 100%; background: #fdfdfd; border: 1px solid #D8D8D8; z-index: 1; left: 0; bottom: 54px; padding: 10px; opacity: 0; transition: opacity .3s; visibility: hidden; border-radius: 4px; box-shadow: 4px 4px 5px -2px rgba(31, 91, 101, .18); }
.region_filterMain_layout .more_activites_wrapperBox { padding: 20px 0px 0px; }
.region_filterMain_layout .more_activites_wrapperBox .best-sport { text-align: left; margin-bottom: 5px; font-size: 16px; font-weight: 800; color: #333333; }
.region_filterMain_layout .more_activites_wrapperBox .more_activityText { text-align: left; font-size: 14px; color: #333333; font-weight: 400; padding-right: 4px; text-transform: capitalize !IMPORTANT; position: relative; font-family: 'Poppins', sans-serif; }
.region_filterMain_layout .list-inner-dv .pricebtn .btn-search { background: #F86040; width: 100%; border: none; color: #fff; padding: 12px 20px; font-weight: 700; font-size: 15px; outline: none; margin-top: 20px; display: none; transition: background-color 0.2s; border-radius: 0px !important; }
.region_filterMain_layout .list-inner-dv .pricebtn .btn-search img { transform: rotate(180deg); margin-left: 0px; }
.region_filterMain_layout .list-inner-dv:hover .pricebtn .btn-search { display: block; }
.activity_moreShow { display: none; }
.reigion_cardWrapper:hover .activity_moreShow { display: block; }
.region_filterMain_layout .more_activites_wrapperBox .more_activityText::after { content: ","; position: absolute; right: 1px; top: 0px; }
.region_filterMain_layout .regiongrid-gap .more_activityText:last-of-type::after { content: ""; display: none; }
/*.region_filterMain_layout .list-inner-dv .pricebtn { position: absolute; width: 100%; z-index: 100; padding: 0px 20px 25px 20px; left: 0; background: #fff; }*/
.pager_sec p { margin-bottom: 0px; display: flex; align-items: center; font-size: 15px; font-weight: 500; color: #F86040; }
.pager_sec p img { margin-left: 10px; }
.pager_sec li.active a { border-color: #F86040 !important; color: #F86040 !important; }
.pager_sec li a { display: flex; width: 30px; height: 30px; border: 1px solid #D8D8D8; align-items: center; justify-content: center; text-decoration: none; color: #0C2327; font-weight: 500; }
.pager_sec li:first-child a { background: #D8D8D8 !important; }
.pager_sec ul { margin: 0px; padding: 0px; list-style: none; display: flex; align-items: center; justify-content: end; }
.pager_sec li { float: none; display: inline-block; margin-left: 5px; }
.pager_sec { padding: 80px 20px 0px 20px; }
.reigion_cardWrapper .hover_linksMoreItem li { position: unset; }
.reigion_cardWrapper .hover_linksMoreItem li .h_regionSportICon { width: 30px; }
.reigion_cardWrapper .hover_linksMoreItem li .sport-heighlight img { width: 30px; }
.reigion_cardWrapper .hover_linksMoreItem li .sport-heighlight h3 { font-size: 16px; font-weight: 600; }
.reigion_cardWrapper .hover_linksMoreItem li:hover .sport-heighlight { opacity: 1; visibility: visible; }
/*.reigion_cardWrapper .hover_linksMoreItem { position: relative; padding: 15px 0px; border-bottom: 1px solid #D8D8D8; }*/
.reigion_cardWrapper .sport-heighlight.icon-adjust::after { content: " "; position: absolute; left: 10px; bottom: -5.7px; background: #fdfdfd; height: 11px; width: 11px; clip-path: polygon(100% 0,0 100%,0 0); transform: rotate(-135deg); z-index: 100; border: 1px solid #D8D8D8; }
.region_filterMain_layout .list-inner-dv:hover { cursor: pointer; box-shadow: 0px 8px 15px rgba(31, 49, 101, .1); }
.region_filterMain_layout .list-inner-dv { width: 100%; background: #fff; transition: background-color 0.2s; }
#regionGridHtmlDiv{width:100%; margin:auto;}
/* .region_filterMain_layout .list-inner-dv:hover .pricebtn { box-shadow: 0px 16px 15px rgb(31 49 101 / 10%); }*/
@media(max-width:1400px) { .region_filterMain_layout .list-inner-dv .price-cost { left: 190px;/* width: calc(100% - 210px);*/ }
}
@media only screen and (max-width:1200px) {
    .region_filterMain_layout .list-inner-dv .pricebtn .btn-search { padding: 9px; }

}
    @media only screen and (max-width:991px) {
        /*.region_filterMain_layout .list-inner-dv .title-dv .title_dvLeft { width: 55%; }*/
        /*.region_filterMain_layout .list-inner-dv .price-cost { position: unset; width: 45%; }*/
        .sport_serviceMain_Wrapper .region_filter_main .regn-fltr-title { font-size: 14px; font-weight: 700; }
        .sport_serviceMain_Wrapper .region_filter_main select { font-size: 12px; }
        .region_filterMain_layout .list-inner-dv .title-dv .title_dvLeft h6 { font-size: 18px; }
        .region_filterMain_layout .list-inner-dv .price-cost .price_costInner .txt { font-size: 12px; }
        .region_filterMain_layout .list-inner-dv .price-cost .price_costInner .price .ib { font-size: 22px; }
        .region_filterMain_layout .list-inner-dv .title-dv { display: flex; justify-content: space-between; }
        .region_filterMain_layout .more_activites_wrapperBox .best-sport { font-size: 14px; }
        .region_filterMain_layout .more_activites_wrapperBox .more_activityText { font-size: 12px; }
        .region_filterMain_layout .reigion_cardWrapper { padding: 15px 15px; }
        .list-inner-dv:hover { pointer-events: unset !important; }
        .region_filterMain_layout .list-inner-dv .pricebtn { box-shadow: 0px !important; position: relative; padding: 0px; }
        .region_filterMain_layout .list-inner-dv:hover .pricebtn { box-shadow: none !important; }
        .region_filterMain_layout .list-inner-dv:hover { box-shadow: none !important; }

        .region_filterMain_layout .list-inner-dv .pricebtn .btn-search { display: block !important; }
        /*.region_filterMain_layout .list-inner-dv:hover { box-shadow: unset !important; }*/
    }

    @media only screen and (max-width:767px) {
        .mobile_filterWidth .row .col-md-4 { width: 33.33%; }
        .pager_sec .row, .pager_sec p, .pager_sec ul { justify-content: center; align-items: center; width: 100%; }
        .pager_sec p { margin-bottom: 40px; }
        .region_filterMain_layout .list-inner-dv { box-shadow: 0px 8px 15px rgb(35 49 85 / 55%); margin: 18px 0px; }
    }

/*.model-add-room .dropdown.drop-menu .dropdown-menu.adding { position: relative }
.modal.alert-modal .modal-dialog { width: 95% !important; }
.result-page .model-add-room .room-item { padding: 0 }
.passenger-Modal-Modify .modal-dialog.model-add-room { position: absolute; top: 80px; transform: translate(-50%,0) !important; padding-bottom: 80px; left: 50%; width: 600px }
#searchPassengerSidebar .pssnger-header.sidebar { padding: 0 50px }
.search-pax-sidebar .pssnger-header { border-top: 1px solid #fdfdfd52 }
.modify-add-room { padding-top: 20px; }
.result-page .model-add-room .dropdown.drop-menu.open > .dropdown-menu { max-height: 400px; opacity: 1 }
.result-page .model-add-room .dropdown.drop-menu .dropdown-menu.adding { border-top: 1px solid #b7b7b7; border-bottom: 1px solid #b7b7b7; margin: 10px 0; padding: 15px 50px }
.passenger-Modal-Modifypopup #roomModalBody .passengerModal-Modifyheader { padding: 0 20px }
    .passenger-Modal-Modifypopup #roomModalBody .passengerModal-Modifyheader .room-title { display: flex; align-items: center; justify-content: space-between }
        .passenger-Modal-Modifypopup #roomModalBody .passengerModal-Modifyheader .room-title h3 { font-size: 20px; font-weight: 600; margin: 0; text-transform: uppercase; line-height: 1.5 }
.passenger-Modal-Modifypopup #roomModalBody .dropdown .adding li .inner-menu { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px }
    .passenger-Modal-Modifypopup #roomModalBody .dropdown .adding li .inner-menu .passenger-title p { font-size: 18px; line-height: 24px; margin: 0; color: #333 }
    .passenger-Modal-Modifypopup #roomModalBody .dropdown .adding li .inner-menu .passenger-title span { font-size: 14px; line-height: 15px }
    .passenger-Modal-Modifypopup #roomModalBody .dropdown .adding li .inner-menu .quantity { display: flex; justify-content: center; align-items: center }
        .passenger-Modal-Modifypopup #roomModalBody .dropdown .adding li .inner-menu .quantity .addon { border-radius: 50% !important; text-transform: uppercase; border: 1px solid #6cc; background-color: #6cc; color: #fff; padding: 4px; vertical-align: middle; margin: 0 12px 0 12px; height: 28px; width: 28px; text-align: center; font-size: 26px; font-weight: 300; background-image: unset; display: flex; align-items: center; justify-content: center }
.passenger-Modal-Modifypopup #roomModalBody .room-item:nth-child(even) { border-left: 1px solid #b7b7b7; padding: 0; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data { display: flex; justify-content: space-between; align-items: center; padding: 0 20px !important }
    .passenger-Modal-Modifypopup #roomModalBody .select-user-data .user-title { width: 25%; }
.title-sports-head.poppp-up-room { display: flex; align-items: center }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .user-title p { margin: 0; color: #051920; font-weight: 600; text-transform: capitalize }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection { margin-bottom: 7px }
.passenger-Modal-Modifypopup #roomModalBody .title-sports-head p { color: #333; font-size: 16px; font-weight: 600; margin-bottom: 10px }
.modify-add-room .modify-add-morebtn a { background-color: #a1a1a1; color: #fff; display: flex; width: 136px; border-radius: 4px; padding: 6px 3px 6px 12px }
.addModifyRoom-btn { align-items: center; background-color: unset; outline: unset; border-radius: 50% !important; border: unset; color: #999; height: 26px; width: 26px; justify-content: center; padding: 0; line-height: 26px; display: flex; float: left; margin-right: 5px; background-color: #fff; font-size: 14px }
.modify-nw-btn { background-color: #08b6b5; border-color: #08b6b5; text-transform: uppercase; padding: 10px 20px; font-size: 18px }
    .modify-nw-btn:hover { padding: 10px 20px !important; background: #08b6b5; font-size: 18px !important }
.passenger-Modal-Modify .modal-dialog.modal-lg { width: 70% }
.passengermodify-modal-header { border: 0 !important; border-radius: 4px !important }
    .passengermodify-modal-header .close { margin-top: 0 !important; position: absolute; right: 25px; top: 16px; color: #888; font-size: 40px; z-index: 1 }
.passengerModify-modal-content { border-radius: 4px !important }
.passengermodify-date-calender { border-radius: 6px !important; margin-top: 0; height: 40px !important; padding: 10px 10px 10px 60px !important; background-size: 26px 26px !important; margin-bottom: 0; }
#directdeparture_date { border-radius: 6px !important; }
.passenger-Sport-selction-modify { border: 1px solid #e5e5e5 !important; border-radius: 6px !important; height: 40px !important; padding: 10px 10px 10px 60px !important; margin-bottom: 10px; }
.modify_star { top: 5px !important; color: #555; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .child-age .down-caret i { display: block; position: absolute; right: 8px; bottom: -34px; z-index: 5; font-size: 20px; color: #333; }
.child-age { position: relative; }
.room-item { padding: 0px; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection.pax.child .btn-primary { width: 82%; margin-left: 37px; }
label { color: #7F8C8D; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection .passenger-modifyDropdowm-menu { width: 90%; transform: translateX(20px); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; }
.passenger-Modal-Modify .modal-dialog.model-add-room { position: absolute; top: 80px; transform: translate(-50%, 0) !important; padding-bottom: 80px; left: 50%; width: 500px; }
#searchPassengerSidebar .pssnger-header.sidebar { padding: 0px 50px; }
.search-pax-sidebar .pssnger-header { border-top: 1px solid #fdfdfd52; }
.result-page .model-add-room .dropdown.drop-menu.open > .dropdown-menu { max-height: 400px; opacity: 1; }
.passenger-Modal-Modifypopup #roomModalBody .passengerModal-Modifyheader .room-title { display: flex; align-items: center; justify-content: space-between; }
    .passenger-Modal-Modifypopup #roomModalBody .passengerModal-Modifyheader .room-title h3 { font-size: 20px; font-weight: 400; margin: 0; text-transform: capitalize; line-height: 1.5; color: #666666; }
.passenger-Modal-Modifypopup #roomModalBody .dropdown .adding { box-shadow: none !IMPORTANT; border-top: 1px solid #b7b7b7 !important; border-left: 0px !important; border-right: 0px !important; width: 100% !important; margin: 0px !important; padding: 15px 0px 15px 12px; display: block; overflow: hidden; z-index: 1; border-bottom: 1px solid #b7b7b7 !important }
    .passenger-Modal-Modifypopup #roomModalBody .dropdown .adding li .inner-menu { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
        .passenger-Modal-Modifypopup #roomModalBody .dropdown .adding li .inner-menu .passenger-title p { font-size: 16px; line-height: 24px; margin: 0; color: #666666; font-weight: bold; }
        .passenger-Modal-Modifypopup #roomModalBody .dropdown .adding li .inner-menu .passenger-title span { font-size: 14px; line-height: 15px; color: #333333; }
        .passenger-Modal-Modifypopup #roomModalBody .dropdown .adding li .inner-menu .quantity { display: flex; justify-content: center; align-items: center; }
            .passenger-Modal-Modifypopup #roomModalBody .dropdown .adding li .inner-menu .quantity .addon { border-radius: 50% !important; text-transform: uppercase; border: 1px solid #8fc8ca; background-color: #8fc8ca; color: #fff; padding: 4px; vertical-align: middle; margin: 0px 12px 0px 12px; height: 28px; width: 28px; text-align: center; font-size: 26px; font-weight: 300; background-image: unset; display: flex; align-items: center; justify-content: center; }
.passenger-Modal-Modifypopup #roomModalBody .room-item .modify_right { border-left: 1px solid #b7b7b7; padding: 0px; }
.passenger-Modal-Modifypopup #roomModalBody .room-item:nth-child(even) { border-left: 0px solid #b7b7b7; padding: 0px; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data { display: flex; justify-content: space-between; align-items: center; padding: 0px 6px 0px 10px !important; margin-top: 0px; }
    .passenger-Modal-Modifypopup #roomModalBody .select-user-data .user-title p { margin: 0; color: #3F3F3F; font-weight: 400; font-size: 15px; text-transform: capitalize; }
.passenger-Modal-Modifypopup #roomModalBody .title-sports-head p { display: none; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection .btn-primary { border: 1px solid #ccc; width: 94%; box-shadow: unset; border-radius: 4px !important; text-align: left; margin-top: 10px; padding: 8px 10px 8px 10px; background: #FBFBFB !important; margin-left: 20px; position: relative; height: auto; }
.modify-add-room .modify-add-morebtn a { background-color: #08b6b5; color: #fff; display: flex; width: auto; border-radius: 6px; padding: 2px 10px 2px 5px; }
.addModifyRoom-btn { align-items: center; background-color: unset; outline: unset; border-radius: 50% !important; border: unset; color: #fff; height: 26px; width: 26px; justify-content: center; padding: 0; line-height: 26px; display: flex; float: left; margin-right: 5px; font-size: 18px; background: transparent !important; }
.modify-nw-btn { background-color: #5c989b !important; border-color: #5c989b !important; text-transform: uppercase; padding: 10px 20px; font-size: 16px !important; float: right; margin-right: -15px !important; width: 325px; opacity: 1 !important; }
    .modify-nw-btn:hover { padding: 10px 20px !important; background: #5c989b !important; font-size: 16px !important; border-color: #5c989b !important; }
.passenger-Modal-Modify .modal-dialog.modal-lg { width: 70%; }
.passengermodify-modal-header { border: 0px !important; border-radius: 4px !important; }
    .passengermodify-modal-header .close { margin-top: 0 !important; position: absolute; right: 25px; top: 5px; color: #999999; font-size: 40px; z-index: 1; opacity: 1 !important; }
.passengerModify-modal-content { border-radius: 4px !important }
.passengermodify-date-calender { border-radius: 6px !important; margin-top: 0; height: 40px !important; padding: 10px 8px 10px 38px !important; background-size: 22px 22px !important; margin-bottom: 0; font-size: 15px !important }
#directdeparture_date { border-radius: 6px !important }
.passenger-Sport-selction-modify { border: 1px solid #e5e5e5 !important; border-radius: 6px !important; height: 40px !important; padding: 10px 10px 10px 60px !important; margin-bottom: 10px }
.modify_star { top: 5px !important; color: #555 }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .child-age .down-caret i { display: none }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .child-age .form-control { border-radius: 4px !important; margin-top: 0px; width: 100%; padding: 6px 25px 6px 9px; height: 40px;*/ /* margin-left: 13px; */ /*z-index: 1; margin-bottom: 0; background: #fbfbfb !important; -webkit-appearance: none; position: relative; }
.room-item { padding: 0; }
.passenger-Modal-Modifypopup #roomModalBody .passengerModal-Modifyheader { padding: 4px 12px; background: #fbfbfb !important; border-top: 1px solid #b7b7b7 !important }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection.pax.child .btn-primary { width: 85%; margin-left: 40px }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection .passenger-modifyDropdowm-menu { top: 50px; width: 94%; transform: translateX(21px); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; background: #e1e1e1 }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection.pax.child .modifychild_dropmenu { width: 118%; transform: translateX(-50px); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; top: 50px }
#resortDataOnSearch .sport-selection .dropdown-toggle { background-color: #fbfbfb !important }
.passengermodify-date-calender { border-radius: 6px !important; margin-top: 0; height: 40px !important; padding: 10px 8px 10px 38px !important; background-size: 22px 22px !important; margin-bottom: 0; font-size: 15px !important; }
#directdeparture_date { border-radius: 6px !important; }
.passenger-Sport-selction-modify { border: 1px solid #ccc !important; border-radius: 6px !important; height: 40px !important; padding: 10px 10px 10px 60px !important; margin-bottom: 10px; }
.modify_star { top: 5px !important; color: #555; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .child-age .down-caret i { display: none; }
.child-age { position: relative; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection.pax.child .btn-primary { width: 85%; margin-left: 40px; }
label { color: #7F8C8D; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection .passenger-modifyDropdowm-menu { top: 50px; width: 94%; transform: translateX(21px); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; background: #e1e1e1; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection.pax.child .modifychild_dropmenu { width: 118%; transform: translateX(-50px); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; top: 50px; }
#resortDataOnSearch .sport-selection .dropdown-toggle { background-color: #fbfbfb !important; }*/
/*media query */
/*@media only screen and (max-width: 768px) {
    .result-page .room-model-pop-up .model-add-room .search-form { overflow-x: hidden; }
    .result-page .room-model-pop-up .modal-dialog { padding-bottom: 0px !important; top: 0px; }
    .result-page .room-model-pop-up .modal-body { max-height: auto !important; overflow: auto; height: auto !important; overflow: inherit; padding: 0px !important; }
    .sport-selection .dropdown-menu .sport-skill label { padding-left: 31px; }
        .sport-selection .dropdown-menu .sport-skill label::before { top: 8px; left: 5px; }
    .passenger-Modal-Modify .modal-dialog .modal-body h4 { text-align: left; padding-left: 0px !important; padding-bottom: 10px; font-size: 25px; }
    .passenger-Modal-Modify .modal-dialog .modal-body .search-form .sport-selection.modalSearchbox .dropdown-menu { width: 100% !important; }
    .passengerModify-modal-content .modal-body .search-form .sport-selection .dropdown-menu .btn-xs.top { bottom: 8px; position: absolute; top: auto; background-color: #8fc8ca; padding: 3px 14px; color: #fff; border-radius: 6px !IMPORTANT; }
    .passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection .passenger-modifyDropdowm-menu .drop-submenu.open .dropdown-menu { box-shadow: none !important; width: 97%; left: 2px; }
    #resortDataOnSearch h4 { font-size: 20px; color: #fff; }
    .passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection .btn-primary { width: 99%; margin-left: 5px; }
    .passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection.pax.child .btn-primary { width: 94%; margin-left: 15px; padding: 8px 15px; }
    .modify-add-room .modify-add-morebtn a { margin-right: -15px; }
    .passenger-Modal-Modifypopup { margin: 0px -15px 0px -15px; }
        .passenger-Modal-Modifypopup #roomModalBody .select-user-data .child-age .form-control { margin-top: -1px; width: 100%; position: relative; padding: 6px 10px 6px 6px; height: 40px; margin-left: 13px; }
        .passenger-Modal-Modifypopup #roomModalBody .passengerModal-Modifyheader .room-title h3 { color: #2c3e50; padding-left: 8px; }
    #resortDataOnSearch .close-search { display: none; }
    .passenger-Modal-Modifypopup #roomModalBody .dropdown .adding { padding: 15px 0px 15px 0px; background: transparent; font-size: 14px; }
        .passenger-Modal-Modifypopup #roomModalBody .dropdown .adding li .inner-menu .passenger-title p { color: #fff; }
        .passenger-Modal-Modifypopup #roomModalBody .dropdown .adding li .inner-menu .passenger-title span { color: #fff; }
    .passenger-Modal-Modifypopup #roomModalBody .select-user-data { padding: 0 0px !important; }
        .passenger-Modal-Modifypopup #roomModalBody .select-user-data .user-title p { color: #fff !important; text-transform: capitalize; font-size: 15px; }
    .modify-add-room .modify-add-morebtn a { float: right; background-color: #333 !important; }
    .passenger-Modal-Modifypopup #roomModalBody .room-item { border-right: 0px !IMPORTANT; width: 90% !IMPORTANT; margin: 0 auto; float: none !important; margin-bottom: 30px !important; }
        .passenger-Modal-Modifypopup #roomModalBody .room-item:nth-child(odd) { border-left: 0px solid #b7b7b7; padding: 0px; margin-bottom: 20px; }
    #valueSet { color: #fff; }
    .passengermodify-modal-header { border: 0px !important; border-radius: 4px !important; margin-bottom: -15px; }
    .modify-nw-btn { display: block; margin-left: 0px; white-space: pre-wrap; font-size: 13.5px; }
    .passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection.pax.child .dropdown-menu { width: 94%; transform: translateX(15px); }
    .passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection .passenger-modifyDropdowm-menu { width: 99%; transform: translateX(5px); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; }
    .passengerModify-modal-content .modal-body .search-form { background-color: #414141 !important; padding: 0px !important; }
    .passengerModify-modal-content .clientAgreementBtn { display: none !important; }
    .passenger-Modal-Modifypopup #roomModalBody .modify-add-room .modify-add-morebtn a { margin-right: 12px; margin-top: 12px; }
    .passenger-Modal-Modifypopup #roomModalBody .modify-add-room { padding: 0px; }
        .passenger-Modal-Modifypopup #roomModalBody .modify-add-room .addModifyRoom-btn { background: transparent !important; }
    .result-page .room-model-pop-up .modal-dialog .modal-header.passengermodify-modal-header { padding-top: 65px; }

    .sport-selection .sport-title { margin-top: 2px; padding-left: 15px !important; }
    .result-page .room-model-pop-up .modal-dialog .btn-xs.pull-right { position: absolute; right: 15px !important; top: 20px; z-index: 3; }
    .line_right { display: none !important; }
    .passenger-Modal-Modifypopup #roomModalBody .passengerModal-Modifyheader { padding: 4px 12px; background: transparent !important; }
        .passenger-Modal-Modifypopup #roomModalBody .passengerModal-Modifyheader .room-title { margin-top: 20px; background: #f4f5f5; }
    .passenger-Modal-Modifypopup #roomModalBody { padding-bottom: 0px !important; }
    .title-sports-head.poppp-up-room { padding-bottom: 25px !important; }
    .passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection.pax.child .modifychild_dropmenu .drop-submenu.open .dropdown-menu { margin-bottom: 0px; position: relative; padding: 10px 0px 0px 0px !important; box-shadow: none; width: 92%; }
    .passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection.pax.child .modifychild_dropmenu .drop-submenu .dropdown-menu .sport-skill label { color: #565656; display: inline-block !IMPORTANT; padding: 5px 10px; line-height: 1; border: 1px solid #09B7b5 !important; border-radius: 4px; cursor: pointer; font-size: 14px; }
    .result-page.service-result-prnt-dv .room-model-pop-up .modal-dialog .btn-xs.pull-right { right: 3px !important; }
}

@media only screen and (max-width:400px) {
    .passenger-Modal-Modifypopup #roomModalBody .modify-add-room .modify-nw-btn { display: block; margin-left: 0; white-space: pre-wrap; font-size: 13.5px !important; margin: 0 auto; margin-bottom: 50px; background: #5c989b; border-color: #5c989b; width: 100%; margin-right: 0 !important }
}

.passengerModify-modal-content .modal-body .search-form { background-color: #fff; margin: 0px; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .child-age { position: relative; width: 75%; margin: 8px 0px; }
.passenger-Modal-Modifypopup #roomModalBody .modify-add-room .modify-add-morebtn a { background-color: #333 !important; float: right; text-transform: lowercase; border-radius: 6px; padding: 4px 3px 4px 13px; width: 120px; }
.passenger-Modal-Modify .modal-dialog .modal-body { padding: 15px; }
.passengerModify-modal-content .pax-form-sidebar .card-body .search-form { padding: 0px; }
.result-page .model-add-room .room-item:nth-child(even) { border-right: 0px !important; }
.passenger-Modal-Modify { overflow-x: hidden; overflow-y: auto; }
    .passenger-Modal-Modify::-webkit-scrollbar { display: none; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection .passenger-modifyDropdowm-menu .drop-submenu .sport-title input[type=checkbox] { display: none; }
    .passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection .passenger-modifyDropdowm-menu .drop-submenu .sport-title input[type=checkbox] + label { display: block; margin: 0.2em; cursor: pointer; padding: 0.2em; color: #565656; }
        .passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection .passenger-modifyDropdowm-menu .drop-submenu .sport-title input[type=checkbox] + label::before { font-family: FontAwesome; content: "\f00c"; border: 0.1em solid #06B7B5; border-radius: 50%; display: inline-block; width: 24px; height: 24px; margin-right: 10px; vertical-align: middle; color: transparent; transition: .2s; font-weight: lighter; font-size: 11px; text-align: center; line-height: 21px; }
    .passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection .passenger-modifyDropdowm-menu .drop-submenu
    .sport-title input[type=checkbox]:checked + label::before { background-color: transparent; border-color: #06B7B5; color: #06B7B5; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection .passenger-modifyDropdowm-menu .drop-submenu.open .sport-skill input[type="checkbox"] { opacity: 0; }
    .passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection .passenger-modifyDropdowm-menu .drop-submenu.open .sport-skill input[type="checkbox"]:checked + label { color: #fff; background: #06B7B5; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection .passenger-modifyDropdowm-menu .drop-submenu.open .sport-skill label { font-size: 13px; color: #565656; display: inline-block; padding: 5px 10px; line-height: 1; border: 1px solid #09B7b5; border-radius: 4px; cursor: pointer; }
    .passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection .passenger-modifyDropdowm-menu .drop-submenu.open .sport-skill label::before { opacity: 0; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection .passenger-modifyDropdowm-menu .drop-submenu.open .sport-skill { display: inline-block; margin: 5px 2.5px 5px 5px; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection .passenger-modifyDropdowm-menu .drop-submenu.open .dropdown-menu { position: relative; top: 0; border-width: 0; padding: 0 15px; margin: 0; }
.passenger-Modal-Modify .modal-dialog .modal-body .search-form .sport-selection.modalSearchbox .dropdown-toggle.passenger-Sport-selction-modify { padding: 10px 10px 10px 10px !important; }
.passenger-Modal-Modify .modal-dialog .modal-body .search-form .sport-selection.modalSearchbox .dropdown-menu { background-color: #f4f5f4; margin-top: -4px; padding-bottom: 30px; width: 210%; }
    .passenger-Modal-Modify .modal-dialog .modal-body .search-form .sport-selection.modalSearchbox .dropdown-menu .btn-xs.bottom { position: absolute; bottom: 7px; right: 6px;*/ /* display: none; */ /*background-color: #8fc8ca; padding: 3px 14px; color: #fff; border-radius: 6px !IMPORTANT; }
.passenger-Modal-Modify .modal-dialog .modal-body .btn-light-green { border: 0px; font-weight: 400; text-transform: lowercase; font-size: 21px; margin-top: 20px; }
.addModifyRoom-btn:hover { background-color: transparent; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection .passenger-modifyDropdowm-menu .closedrop-menu a { background-color: #8fc8ca; padding: 5px 20px; color: #fff; border-radius: 6px; }
.passenger-Modal-Modifypopup #roomModalBody .dropdown .adding li .inner-menu .quantity .disabled { background-color: #a1a1a1; border: 1px solid #a1a1a1; }
.passenger-Modal-Modify .modal-dialog .modal-body h4 { text-align: left; padding-left: 20px; color: #333333;  font-size: 25px; }
    .passenger-Modal-Modify .modal-dialog .modal-body h4 span { color: #999999; }
#resortDataOnSearch .form-control[readonly] { background-color: #fbfbfb; border: 1px solid #ccc !important; color: #333333; }
.passenger-Modal-Modifypopup #roomModalBody { position: relative; padding-bottom: 20px; }
.line_botoom {*/ /* background-color:#d0cfcf;*/ /*display: block; width: 100%; height: 0px; }
.line_right { width: 1px; position: absolute; top: 0; right: 50%; border-right: 1px solid #d0cfcf; height: 100%; display: block; z-index: 2; }
.title-sports-head.poppp-up-room { padding-bottom: 18px; }
.modify-add-morebtn { margin-bottom: 5px !important; padding: 0px !important; }
.passenger-Modal-Modify .modal-dialog .modal-body .col-md-4, .col-sm-12 { padding: 0px 7px; }
.sport-selection .sport-selection-text { font-size: 15px; }
#resortDataOnSearch .sport-selection .dropdown-toggle .caret { display: none; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .child-age .down-caret { position: relative; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection.pax { flex-basis: 100%; width: 100%; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection .dropdown-menu { padding: 0px 15px 10px 15px; }
#passengerModal .passenger-Modal-Modifypopup #roomModalBody { padding-bottom: 0px; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection.pax.child .dropdown-menu .dropdown.drop-menu.drop-submenu.row.open .sport-title input[type=checkbox] { display: none; }
    .passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection.pax.child .dropdown-menu .dropdown.drop-menu.drop-submenu.row.open .sport-title input[type=checkbox] + label { display: block; margin: 0.2em; cursor: pointer; padding: 0.2em; color: #565656; }
    .passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection.pax.child .dropdown-menu .dropdown.drop-menu.drop-submenu.row.open
    .sport-title input[type=checkbox]:checked + label:before { background-color: transparent; border-color: #06B7B5; color: #06B7B5; }
    .passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection.pax.child .dropdown-menu .dropdown.drop-menu.drop-submenu.row.open
    .sport-title input[type=checkbox] + label:before { font-family: FontAwesome; content: "\f00c"; border: 0.1em solid #06B7B5; border-radius: 50%; display: inline-block; width: 24px; height: 24px; margin-right: 10px; vertical-align: middle; color: transparent; transition: .2s; font-weight: lighter; font-size: 11px; text-align: center; }
.removeRoomBtn { display: block; position: absolute; right: 25px; color: #333; font-size: 16px; text-decoration: underline; top: 5px; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection.pax.child .dropdown-menu .closedrop-menu a { background-color: #8fc8ca; padding: 5px 20px; color: #fff; border-radius: 6px; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection.pax.child .dropdown.drop-menu.drop-submenu input[type=checkbox] { display: none; }
    .passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection.pax.child .dropdown.drop-menu.drop-submenu input[type=checkbox] + label { display: block; margin: 0.2em; cursor: pointer; padding: 0.2em; color: #565656; }
    .passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection.pax.child .dropdown.drop-menu.drop-submenu input[type=checkbox]:checked + label::before { background-color: transparent; border-color: #06B7B5; color: #06B7B5; }
    .passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection.pax.child .dropdown.drop-menu.drop-submenu input[type=checkbox] + label::before { font-family: FontAwesome; content: "\f00c"; border: 0.1em solid #06B7B5; border-radius: 50%; display: inline-block; width: 24px; height: 24px; margin-right: 10px; vertical-align: middle; color: transparent; transition: .2s; font-weight: lighter; font-size: 11px; text-align: center; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection.pax.child .modifychild_dropmenu .drop-submenu .dropdown-menu .sport-skill label { border: 0px !important; padding-bottom: 10px !important; padding: 5px 10px !important; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection.pax.child .modifychild_dropmenu .drop-submenu.open .dropdown-menu { margin-bottom: 0px; position: relative; padding: 0px 0px 0px 15px !important; margin-left: 0px !important; margin-top: 0px; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection.pax.child .modifychild_dropmenu .drop-submenu .dropdown-menu .sport-skill label { color: #565656; display: inline-block !IMPORTANT; padding: 5px 10px; line-height: 1; border: 1px solid #09B7b5 !important; border-radius: 4px; cursor: pointer; }
    .passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection.pax.child .modifychild_dropmenu .drop-submenu .dropdown-menu .sport-skill label::before { opacity: 0; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection.pax.child .modifychild_dropmenu .drop-submenu .dropdown-menu .sport-skill input[type="checkbox"]:checked + label { color: #fff; background: #06B7B5; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data .sport-selection.pax.child .modifychild_dropmenu .drop-submenu.open .dropdown-menu span { padding-left: 10px; }
#resortDataOnSearch .sport-selection .sport-selection-text { color: #555; }

@media(max-width:768px) {
    .result-page .room-model-pop-up .model-add-room .search-form.service-form { background: unset }
    .result-page .room-model-pop-up .model-add-room .origin-destination.service .sport-selection .dropdown-toggle { margin-bottom: unset }
    .result-page .room-model-pop-up .model-add-room .origin-destination.service .form-control, .result-page .room-model-pop-up .model-add-room .origin-destination.service .sport-selection .dropdown-toggle { border-radius: unset !important }
    .room-model-pop-up .model-add-room { position: absolute; top: 50px; left: 0; right: 0; margin-top: unset; transform: unset !important }
    .room-model-pop-up .modal-content { background-color: #fff; box-shadow: none; border: unset; max-height: unset }
        .room-model-pop-up .modal-content .pssnger-header h5 { color: #fff }
        .room-model-pop-up .modal-content .room-item .offset-0 { color: #fff }
    #resortDataOnSearch .modal-dialog { margin: 0 auto !important; transform: translate(-50%,0) !important; left: 50%; top: 0 !important; position: absolute; width: 90%; }
    .pssnger-header { padding: 0 0 !important; border: unset !important; }
    .removeRoomBtn { bottom: unset !important; right: 12px !important; top: 22px !important; }
    .chengeSelectedSkillborderColor { border-color: red !important; }
    #modalInner__modify { margin-top: 10px; }
    .passenger-Modal-Modifypopup #roomModalBody .modify-add-room .modify-nw-btn { width: 100%; margin-right: 0px !important; }
    .hotel-booknowmodal .modal-dialog { padding-bottom: 40px; }
    .result-page .model-add-room .select-user-data .child-age { flex-basis: inherit; }
    .passenger-Modal-Modifypopup #roomModalBody .select-user-data .child-age { position: relative; width: 70%; }
}

.chengeSelectedSkillborderColor { border-color: red !important }
.chengeSelectedSkillColor { color: red !important }*/
/*==============================================*/
/*.flght-inlcude { }
    .flght-inlcude .checkbox { position: relative; }
        .flght-inlcude .checkbox input[type=checkbox] { opacity: 0; }
.passengerModify-modal-content .flght-inlcude .checkbox label { padding-left: 0px; padding-right: 20px; color: #333 !important; }
.flght-inlcude .checkbox label::before { content: ""; display: inline-block; position: absolute; width: 20px; height: 20px; top: 2px; right: -12px; margin-left: -20px; background-color: #fff; border: 1px solid #7fcacb; -webkit-transition: border .15s ease-in-out,color .15s ease-in-out; -o-transition: border .15s ease-in-out,color .15s ease-in-out; transition: border .15s ease-in-out,color .15s ease-in-out; }
        .flght-inlcude .checkbox input[type=checkbox]:checked + label::after { font-family: FontAwesome; content: "\f00c"; }
        .flght-inlcude .checkbox label::after { display: inline-block; position: absolute; width: 16px; height: 16px; right: -12px; top: 0; padding-left: 1px; font-size: 12px; color: #000; }
.search-form .origin-airport { background-color: #fbfbfb !important; padding: 10px 8px 10px 38px !important; border: 1px solid #ccc !important; border-radius: 6px !important; height: 40px !important; margin-bottom: 10px; }
.passengerModify-modal-content .search-form .icon-form  { position: absolute; top: 7px; width: 27px; left: 16px; }
.passenger-Modal-Modifypopup #roomModalBody .select-user-data:first-child .user-title { }*/

/*Header Relative start*/
.relativeHeader { position: relative; }

.relativeHeader .navbar_MenuWrapper .navbar-nav .header-menu, .relativeHeader .navbar_MenuWrapper .contact-section { color: #000; }

/*.relativeHeader .header_wrapperInner .navbar_header .logoWhite, .relativeHeader .navbar_MenuWrapper .contact-section .callWhite { display: none; }*/

.relativeHeader .header_wrapperInner .navbar_header .logoBlack, .relativeHeader .navbar_MenuWrapper .contact-section .callBlack { display: block !important; }

.relativeHeader .navbar_MenuWrapper .navbar-nav .dropdown-toggle::after, .relativeHeader .contact-section .dropdown-toggle::after { background: url(../images/Icon/icon15.svg); background-size: contain; background-repeat: no-repeat; background-position: bottom; }

.relativeHeader .navbar_MenuWrapper .navbar-nav .header-menu { font-weight: 400; }
/*Header Relative end*/


.pageTopCol .pageTopContentCol .pTopContent .xlTitle { font-size: 35px; font-weight: 700; color: #0C2327; }

.pageTopCol.topShapeCol { position: relative; overflow: hidden; }

.pageTopCol { padding: 100px 0; }

.pageTopCol.topShapeCol::before { content: ""; position: absolute; left: 0; top: 0; right: calc(50% - 180px); bottom: 20%; background-color: #F9F9F9; }

.pageTopCol .pageTopContentCol { position: relative; z-index: 2; }

.pageTopCol .pageTopContentCol .pTopContent { padding-bottom: 60px; }

.pageTopCol .pageTopContentCol .pTopImgCol { padding-left: calc(50% - 630px); }

.pageTopCol .pageTopContentCol .parallax-section { position: relative; overflow: hidden; }

.pageTopCol .pageTopContentCol .breadcrumbStyle .breadcrumb-item + .breadcrumb-item { padding-left: 26px; }

.pageTopCol .pageTopContentCol .breadcrumbStyle .breadcrumb-item.active { color: #0C2327; font-weight: 700; }

.pageTopCol .pageTopContentCol .breadcrumbStyle .breadcrumb-item { position: relative; }

.pageTopCol .pageTopContentCol .breadcrumb.breadcrumbStyle a { color: #B0B0B0; }

.pageTopCol .pageTopContentCol .breadcrumbStyle .breadcrumb-item + .breadcrumb-item::before { content: ""; background-image: url(../images/Icon/breadcrumb-arrow.svg); width: 7px; height: 12px; background-repeat: no-repeat; -webkit-background-size: contain; background-size: contain; background-position: center; float: none; position: absolute; left: 10px; top: 6px; padding: 0; }

.pageTopCol .pageTopContentCol .breadcrumb.breadcrumbStyle { background-color: transparent; padding: 0; font-weight: 600; }

.pageTopCol .pageTopContentCol .pTopContent p { font-family: 'Poppins', sans-serif; color: #212529; }

.sport_fullWidthIamges { width: 100%; height: 520px; background-size: cover; background-repeat: no-repeat; }

.service-dest-sec.sports .main_headingTile h1 { width: 420px; }

.service-dest-sec.sports .main_headingTile h1::before { content: ''; width: 100%; }

.service-dest-sec.sports .main_headingTile h1 label { background: #fff; }

.sports_introDescription .show_more_height { max-height: 185px; overflow: hidden; }

.pageTopCol .pageTopContentCol .pTopContent p { font-size: 16px; line-height: 26px; }

.n_region_detailsContainer_wrapper .title { text-align: left !important; margin-bottom: 25px; padding-top: 90px; }

.n_region_detailsContainer_wrapper .title h2 { font-weight: 700; font-family: 'Red Hat Display', sans-serif; }

.n_region_detailsContainer_wrapper .title p { font-weight: 500; text-align: left; line-height: 20px; color: #0C2327; font-family: 'Red Hat Display', sans-serif; }

.n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl .filt_pics { height: 500px; position: relative; }

.n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl .filt_pics .hotel_mainImage { width: 100%; height: 500px; object-fit: cover; object-position: center; }

.n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl .filt_pics .filt_content_overlay { position: absolute; top: 0; left: 0; z-index: 999; height: 100%; padding: 25px 30px 30px; display: flex; align-items: end; right: 0; background: center; background: -moz-linear-gradient(top, rgba(30,87,153,0) 70%, rgba(12,35,39,1) 100%); background: -webkit-linear-gradient(top, rgba(30,87,153,0) 70%,rgba(12,35,39,1) 100%); background: linear-gradient(to bottom, rgba(30,87,153,0) 70%,rgba(12,35,39,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#0c2327',GradientType=0 ); }

.n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl .filt_pics .filt_content_overlay h4 { position: relative; z-index: 10; color: #fff; font-weight: 700; margin-bottom: 15px; font-size: 32px; }

.n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl .filt_pics .filt_content_overlay .hotelDetailIframeLink { font-weight: 600; font-size: 16px; margin-bottom: 0px; color: #fff; }

.n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl .filt_pics .filt_content_overlay .hotelDetailIframeLink img { margin-left: 10px; }


.n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl-auto .hotelInfocardWd { margin-top: 38px; width: 390px; padding: 10px 40px 30px 20px; background-color: #f9f9f9; position: relative; }

.n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl-auto .hotelInfocardWd .smTitle { font-size: 16px; padding: 16px 0; }

.n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl-auto .hotelInfocardWd .region_hotelInforamtionBox ul li { width: 100%; font-size: 14px; font-weight: 400; display: flex; align-items: baseline; font-family: 'Poppins', sans-serif; color: #0C2327; margin-bottom: 12px; }

.n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl-auto .hotelInfocardWd .region_hotelInforamtionBox .h_regionSportcente_Box img { margin-top: 2px; }

.n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl-auto .hotelInfocardWd .region_hotelInforamtionBox ul li .Destination_block { display: flex; width: 130px; min-width: 130px; align-items: center; }

.n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl-auto .hotelInfocardWd .region_hotelInforamtionBox ul li .Destination_block img { margin-right: 6px; }

.n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl-auto .hotelInfocardWd .region_hotelInforamtionBox ul li .Destination_block .light_text { font-family: 'Poppins', sans-serif; color: #0C2327; font-size: 14px; font-weight: 400; }

.n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl-auto .hotelInfocardWd .hotel_priceBox { /*padding: 50px 0px 0px;*/ /* border-top: 1px solid #D8D8D8;*/ /*margin-top: 20px;*/ }
.region_hotelInforamtionBox { min-height: 230px; }

.n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl-auto .hotelInfocardWd .hotel_priceBox .price { margin-bottom: 5px; color: #0C2327; font-weight: 700; font-size: 20px; }

.n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl-auto .hotelInfocardWd .hotel_priceBox .book_btn { display: flex; justify-content: center; align-items: center; }

.n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl-auto .hotelInfocardWd .hotel_priceBox .book_btn a { background: url('/images/white_longArrow.svg'); background-color: #F86040; border: none; color: #fff; padding: 15px 20px; font-size: 16px; font-weight: 600; border-radius: 0; font-family: 'Poppins', sans-serif; width: 100%; background-repeat: no-repeat; display: flex; justify-content: center; background-position: 200px; margin-top: 15px; }

.n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl-auto .hotelInfocardWd::before { content: ""; position: absolute; left: -100px; right: 0; top: 0; bottom: 0; background-color: #F9F9F9; z-index: -1; }

.n_region_detailsContainer_wrapper .box_tops { margin-bottom: 60px; }

.hotel_regionMain_conatinerWrapper .hlt_regionMain_conatiner .nav-pills { border-bottom: 1px solid #7E7E7E; }

.hotel_regionMain_conatinerWrapper .hlt_regionMain_conatiner .nav-pills .nav-item .nav-link { background-color: transparent; border: 0; border-bottom: 3px solid transparent; border-radius: 0px; padding: 10px 60px; color: #B0B0B0; margin-bottom: -1px; font-size: 18px; font-weight: 500; }

.hotel_regionMain_conatinerWrapper .hlt_regionMain_conatiner .nav-pills .nav-item .nav-link.active { color: #F86040 !important; border-color: #F86040; font-weight: 600; }

#detailModal .modal-content { border-radius: 0px; /* height: 90vh;*/ }

.hotel-gllry-details .modal-body .close { position: absolute; right: 40px; top: 25px; width: 15px; height: 30px; }

.hotel-gllry-details .modal-content .modal-body { padding: 0px !important; display: flex; flex-direction: column; border: 0px !important; }

.n_allregionDetail_container .region_titlebox { }

.n_allregionDetail_container .region_titlebox h3 { margin-bottom: 25px; font-size: 35px; font-weight: 700; color: #0C2327; }

.n_allregionDetail_container .discription p { font-size: 16px; font-weight: 400; color: #0C2327; line-height: 1.5; font-family: 'Poppins', sans-serif; }

.n_allregionDetail_container .discription-region-sports .bookbtn a { background: url(/images/white_longArrow.svg); background-color: #F86040; border: none; color: #fff; padding: 15px 20px; font-size: 16px; font-weight: 600; border-radius: 0; font-family: 'Poppins', sans-serif; width: 240px; background-repeat: no-repeat; display: flex; justify-content: center; background-position: 170px; margin-top: 15px; }

.n_allregionDetail_container .region_bestmonthSection { margin-top: 40px; }

.n_allregionDetail_container .region_bestmonthSection .sport-name p { margin-top: 15px; font-size: 16px; font-weight: 600; color: #0C2327; font-family: 'Poppins', sans-serif; padding-bottom: 20px; }


.n_allregionDetail_container .sport-starts-bg10 { background-color: #4dccc4; color: #fff; height: 90px; }

.n_allregionDetail_container .sport-starts-bg9 { background-color: #4dccc4; color: #fff; height: 70px; }

.n_allregionDetail_container .sport-starts-bg8 { background-color: #59f2e9; color: #fff; height: 58px; }

.n_allregionDetail_container .sport-starts-bg7 { background-color: #a2fff9; color: #fff; height: 50px; }

.n_allregionDetail_container .sport-starts-bg6 { background-color: #a2fff9; color: #fff; height: 44px; }

.n_allregionDetail_container .sport-starts-bg5 { background-color: #1badb6; color: #fff; height: 15px }

.n_allregionDetail_container .sport-starts-bg4 { background-color: #a2fff9; color: #fff; height: 35px; }

.n_allregionDetail_container .sport-starts-bg3 { background-color: #a2fff9; color: #fff; height: 30px; }

.n_allregionDetail_container .sport-starts-bg2 { background-color: #a2fff9; color: #fff; height: 20px; }

.n_allregionDetail_container .sport-starts-bg1 { background-color: #a2fff9; color: #fff; height: 10px; }

.n_allregionDetail_container .sport-starts-bg0 { background-color: #a2fff9; color: #fff; height: 5px; }

.n_allregionDetail_container .right-side .sport-heighlight .measurment-scale { display: grid; gap: 17px; grid-template-columns: repeat(12, minmax(0, 1fr)); transform: rotate(-180deg); margin-bottom: 4px; direction: rtl; }

.n_allregionDetail_container .region-details-box .right-side .sport-heighlight ul li { width: 100%; }

.n_allregionDetail_container .region-details-box .right-side .sport-heighlight ul.month { display: grid; gap: 17px; grid-template-columns: repeat(12, minmax(0, 1fr)); }

.n_allregionDetail_container .region-details-box .right-side .sport-heighlight ul.month li { font-family: 'Poppins', sans-serif; color: #686c6d; font-weight: 400; font-size: 14px; margin-top: 2px; }

.n_allregionDetail_container .learn_surfingBlock { padding: 0 0 40px; width: 100%; background: none; border-top: 2px solid #D8D8D8; margin-top: 40px; }

.n_allregionDetail_container .learn_surfingBlock .details-check { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 40px; gap: 10px; }

.n_allregionDetail_container .learn_surfingBlock .details-check .learning_divBox { }

.n_allregionDetail_container .learn_surfingBlock .details-check .learning_divBox::before { content: ""; background-image: url('../images/Icon/surfing_region1.svg'); }

.n_allregionDetail_container .learn_surfingBlock .details-check .learning_divBox1::before { content: ""; background-image: url('../images/Icon/surfing_region2.svg'); }
.n_allregionDetail_container .learn_surfingBlock .details-check .learning_divBox12::before { content: ""; background-image: url('../images/Icon/surfing_region2.svg'); }

.n_allregionDetail_container .learn_surfingBlock .details-check span { font-size: 16px; font-weight: 600; color: #0C2327; font-family: 'Poppins', sans-serif; position: relative; }
.n_allregionDetail_container .learn_surfingBlock .details-check span::before { content: ""; position: absolute; left: -10px; top: 9px; background-color: #0C2327; width: 5px; height: 5px; border-radius: 50%; }

.n_allregionDetail_container .learn_surfingBlock .details-check .img_block img { width: 30px; margin-right: 20px; }

.n_allregionDetail_container .learn_surfingBlock .details-check .block_listRegionsdetail { align-items: self-start; height: 40px; }

.n_allregionDetail_container .boutique_slider .holidays_slider .swiper-slide { height: 350px; }

.n_allregionDetail_container .boutique_slider .holidays_slider .swiper-slide .img-box, .n_allregionDetail_container .boutique_slider .holidays_slider2 .swiper-slide .img-box { width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; }

.n_allregionDetail_container .boutique_slider .holidays_slider2 { margin-top: 10px; }

.n_allregionDetail_container .boutique_slider .holidays_slider2 .swiper-slide { height: 103px; }

.n_allregionDetail_container { margin-top: 60px; }

.n_allregionDetail_container .region_tabContentBox { }

.n_allregionDetail_container .boutique_slider .swiper-button-prev img, .n_allregionDetail_container .boutique_slider .swiper-button-next img { width: 25px; }
.bg-region-details .deal-of-hotel-main .filter_head .mapListLinks { display: flex; align-items: center; padding: 25px 15px; }
.bg-region-details .deal-of-hotel-main .filter_head .mapListLinks .view_mapText { font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 600; }
.bg-region-details .deal-of-hotel-main .filter_head .mapListLinks .listingShow { padding: 11px 12px; cursor: pointer; margin-left: 10px; }
.bg-region-details .deal-of-hotel-main .filter_head .mapListLinks .listingShow.active { background: #F86040; color: #fff; display: flex }
.bg-region-details .deal-of-hotel-main .filter_head .mapListLinks .active .listBlack { display: none; }
.bg-region-details .deal-of-hotel-main .filter_head .mapListLinks .active .listWhite { display: block !important; }
.sort-box-opacity { opacity: 0; }
.show_float_right { float: right; }
.bg-region-details .filter_head .sortFilterWrap .desk-view .acdng-dv .srt_filterBtn { color: #000000; font-size: 16px; font-weight: 400; font-family: 'Poppins', sans-serif; display: flex; align-items: center; position: relative; }
.bg-region-details .filter_head .sortFilterWrap .desk-view .acdng-dv .srt_filterBtn::before { content: ""; position: absolute; right: 0; top: 10px; height: 9px; width: 9px; border-style: solid; border-color: #0C2327; border-width: 0px 1px 1px 0px; -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.bg-region-details .filter_head .sortFilterWrap .desk-view .acdng-dv .srt_filterBtn::after { display: none; }
.bg-region-details .filter_head .sortFilterWrap .desk-view .acdng-dv .srt_filterBtn #showSort_results { color: #ff5747 !important; font-size: 16px; font-weight: 600 !important; position: relative; padding-right: 15px; padding-left: 5px; }
.bg-region-details .filter_head .sortFilterWrap .desk-view .acdng-dv ul.dropdown-menu { background: #FFFFFF; box-shadow: 0px 8px 15px rgb(31 91 101 / 10%); padding: 5px 8px !important; border-radius: 0px 0px 5px 5px; border: 0px !important; }
.bg-region-details .filter_head .sortFilterWrap .desk-view .acdng-dv ul.dropdown-menu li { font-size: 14px; font-weight: 400; font-family: 'Poppins', sans-serif; padding: 8px 4px; cursor: pointer; color: #1e1e1e; transition: all 0.2s ease; }
.bg-region-details .filter_head .sortFilterWrap .desk-view .acdng-dv ul.dropdown-menu li { font-size: 14px; font-weight: 400; font-family: 'Poppins', sans-serif; padding: 8px 4px; cursor: pointer; color: #1e1e1e; transition: all 0.2s ease; }
.bg-region-details .filter_head .sortFilterWrap .desk-view .acdng-dv ul.dropdown-menu li:hover { font-weight: 600; color: #f86040; }
.searchPanel__wrapper .header-search .search_formBoxes { width: 100%; background: #FFFFFF; box-shadow: 0px 8px 15px rgb(31 91 101 / 10%); padding: 25px 30px; position: relative; margin-top: -60px; z-index: 1; }

.perfect_learn { padding: 0 0 40px; width: 100%; background: none; border-top: 2px solid #D8D8D8; margin-top: 40px; }
.perfect_learn .learnbox { width: 100%; background: none; padding: 40px 0 0; display: flex; align-items: center; }
.perfect_learn .learnbox img { width: 40px; }
.perfect_learn .learnbox ul { margin: 0; padding: 0; list-style-type: none; }
.perfect_learn .learnbox ul { padding-left: 20px; }
.perfect_learn .learnbox ul > li { font-size: 16px; font-weight: 600; color: #0C2327; font-family: 'Poppins', sans-serif; padding-left: 15px; position: relative; }
.perfect_learn .learnbox ul > li::before { content: ""; position: absolute; left: 0; top: 9px; background-color: #0C2327; width: 5px; height: 5px; border-radius: 50%; }
.perfect_learn .learnbox ul > li + li { margin-top: 6px; }

.hidden_large { display: none; }

.hotel_regionModalPopup { }
.h_regionsport_center img { height: 16px; margin-top: 2px; }
.rg_link_img{display:flex; gap:2px;}
/*.hotel_regionModalPopup .modal-dialog {
max-width: 600px;
}*/
.hotel_regionModalPopup .modal-body .search_panelUI .search_panelGrid { grid-template-columns: 1fr 1fr; gap: 20px; }

.hotel_regionModalPopup .modal-body .search_panelUI .btn_searchPanel { margin-top: 0px; }

/* .hotel_regionModalPopup .modal-body .searchPanel__wrapper .header-search .search_formBoxes {
box-shadow: unset;
padding: 0;
margin-top: 15px;
}*/

.hotel_regionModalPopup .modal_regionHeader { display: flex; justify-content: space-between; width: 100%; padding: 0px 20px; }

.hotel_regionModalPopup .modal_regionHeader .modal-title { font-size: 23px; font-weight: 700; }
.at_banner_sec h1, .at_banner_sec span, .at_banner_sec p { display: none; }


.bg-region-details .ribbon_main { top: 0; }


@media only screen and (max-width:991px) { .n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl-auto .hotelInfocardWd { margin-top: 0px; width: 100%; }
    .n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl-auto .hotelInfocardWd::before { left:0;}
    .n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl-auto .hotelInfocardWd .hotel_priceBox { padding: 0 20px; border-top: unset; border-left: 1px solid #D8D8D8; margin-top: 20px; }
    .n_region_detailsContainer_wrapper .box_tops { margin-bottom: 30px; }
}




@media only screen and (max-width:991px) {
    .pageTopCol { padding: 50px 0; }
        .pageTopCol .pageTopContentCol .pTopContent .xlTitle { font-size: 44px; }
        .pageTopCol .pageTopContentCol .pTopContent { padding-bottom: 40px; }
    .sport_fullWidthIamges { height: 333px; }
    .n_allregionDetail_container .region_bestmonthSection { margin-top: 20px; }
    .n_allregionDetail_container .discription p { font-size: 14px; }
    .n_allregionDetail_container .learn_surfingBlock .details-check span { font-size: 14px; }
    .n_allregionDetail_container .learn_surfingBlock .details-check { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 20px; }
    .bg-region-details .filter_head .sortFilterWrap .desk-view .acdng-dv .srt_filterBtn #showSort_results, .bg-region-details .filter_head .sortFilterWrap .desk-view .acdng-dv .srt_filterBtn { font-size: 14px; }
    .deal-of-hotel-main .title h2 { font-size: 32px; }
    .n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl .filt_pics .hotel_mainImage, .n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl .filt_pics { height: 349px; }
    .n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl-auto .hotelInfocardWd { padding: 30px; }
    .region_hotelInforamtionBox { min-height: unset; }
    .res_class_card_margin { margin: auto; }
    .n_region_detailsContainer_wrapper .title p { font-size: 14px; }
    .n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl-auto .hotelInfocardWd .smTitle { font-size: 14px; padding: 10px 0; }
    .serviceDetailsContainer_Inner { margin-top: 5rem; }
    .serviceDetailsContainer .iframeHotelDescription{width:unset;}
    .n_allregionDetail_container .region_titlebox h3 { margin-bottom: 15px; font-size: 32px; }
    .n_allregionDetail_container { margin-top: 40px; }
    .pageTopCol .pageTopContentCol .pTopContent p { font-size: 14px;  }
    .btn_txt_change {font-size:14px;}
}

@media only screen and (max-width:767px) {

    .pageTopCol .pageTopContentCol .pTopContent { padding-bottom: 20px; }
    .bg-region-details .deal-of-hotel-main .filter_head .mapListLinks .listingShow { width: 100%; margin-left: 0px; }
    .n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl-auto .hotelInfocardWd .hotel_priceBox { border-top: unset; border-left: unset; padding: 0px 0px 0px 0px; }
    .relativeHeader #header__wrapperInner .navbar-brand .logoBlack { display: block !important; }

    /*.relativeHeader .header_wrapperInner .navbar_header .logoWhite, .relativeHeader .navbar_MenuWrapper .contact-section .callWhite { display: none !important; }*/

    .relativeHeader #header__wrapperInner .humbers_toggleMenu { background-image: url(../images/Icon/menu2.svg); -webkit-filter: brightness(1) contrast(0); filter: brightness(1) contrast(0); }

    .pageTopCol.topShapeCol::before { content: ""; display: none; }

    .pageTopCol .pageTopContentCol .pTopImgCol { padding-left: 0px; width: 94%; margin: 0 auto; }

    .pageTopCol.topShapeCol { padding-bottom: 50px; }

    .hotel_regionMain_conatinerWrapper .hlt_regionMain_conatiner .nav-pills { flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; }

        .hotel_regionMain_conatinerWrapper .hlt_regionMain_conatiner .nav-pills .nav-item .nav-link { padding: 10px 32px; }

    .n_allregionDetail_container .region-details-box { }

    .sport_fullWidthIamges { height: 191px; }

    .hidden_large { display: block !important; }

    .hidden_small { display: none; }

    .n_allregionDetail_container .boutique_slider .holidays_slider .swiper-slide { height: 233px; margin-top: 20px; }

    .n_allregionDetail_container .boutique_slider .holidays_slider2 .swiper-slide { height: 53px; }

    .n_allregionDetail_container .learn_surfingBlock .details-check { grid-template-columns: repeat(1, minmax(0, 1fr)); }

        .n_allregionDetail_container .learn_surfingBlock .details-check .block_listRegionsdetail { height: auto; margin-bottom: 15px; }

    .n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl .filt_pics .hotel_mainImage, .n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl .filt_pics { height: 226px; }

    .n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl-auto .hotelInfocardWd { margin-top: 0; width: 100%; padding: 15px 20px; }

        .n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl-auto .hotelInfocardWd::before { content: ""; display: none; }

    .n_region_detailsContainer_wrapper .title { margin-bottom: 30px; padding-top: 15px; }

    .n_allregionDetail_container .learn_surfingBlock .details-check span { font-size: 15px; font-weight: 400; }

    .pageTopCol { padding-top: 15px !important; }

    .n_allregionDetail_container .region_titlebox h3 { font-size: 28px; }
    .show_float_right { float: left; }
    .pageTopCol .pageTopContentCol .pTopContent .xlTitle { font-size: 32px; }
    .n_allregionDetail_container .learn_surfingBlock .details-check .img_block img { width: 20px; }
    .deal-of-hotel-main .title h2 { font-size: 28px; }
    .mapListLinks .view_mapText span{font-size:14px;}
    .bg-region-details .deal-of-hotel-main .filter_head .mapListLinks .listingShow{display:flex; justify-content:center!important;}
    .n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl .filt_pics .filt_content_overlay h4{font-size:28px; margin-bottom:5px;}
    .n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl .filt_pics .filt_content_overlay { padding: 30px 20px 30px; }
    .n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl-auto .hotelInfocardWd .hotel_priceBox{margin-top:10px;}
    .n_region_detailsContainer_wrapper .n_hotelregionDeail_section .col-xl-auto .hotelInfocardWd .region_hotelInforamtionBox ul li{margin-bottom:5px;}
    .bx_shadow_result { box-shadow: 0px 8px 15px rgb(35 49 85 / 55%); }
}

