.hidden-lg,
.hidden-md {
    display: none
}

.offers-srch {
    position: absolute;
    width: auto;
    /* height: 32px; */
    margin-left: 0px;
    margin-top: -1px;
    font-family: "Open Sans";
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    z-index: 99;
    color: #000;
    padding: 4px 6px;
    font-weight: 600;
    border-radius: 8px 0px;
    background: linear-gradient(270deg, #BFFFE0 0%, #90BEF6 100%);
}
.offers {
    position: absolute;
    min-width: 83px;
    height: auto;
    margin-left: 10px;
    margin-top: 1%;
    background: #E7FFF3;
    border-radius: 24px;
    font-size: 14px;
    color: #2F9D58;
    padding: 8px;
    z-index: 99
}

.blue-cal {
	background: url('../assets/images/search/calendar.png?VER_PLACEHOLDER') no-repeat -60px -14px;
	background-size: 223px 115px;
    min-width: 18px;
	width: 18px;
	height: 18px;
	display: block;
	margin-right: 6px;
}
.blue-clock {
	background: url('../assets/images/search/calendar.png?VER_PLACEHOLDER') no-repeat -97px -14px;
	background-size: 223px 115px;
    min-width: 18px;
	width: 18px;
	height: 18px;
	display: block;
	margin-right: 6px;
}

.m-only {
    display: none;
}

.d-only {
    display: block;
}
.dtvlidalrt{
    color: #E71346;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width:767px) {
    /* Show mobile date bar and airport name */
    .pdate-sec {
        display: block !important;
    }
    .ap-name {
        display: inline !important;
        font-weight: bold !important;
    }
    /* Hide calendar icon on mobile - EXACT jQuery */
    .edt-cnt .icon-cal {
        display: none !important;
    }
    /* Mobile button shows pencil icon, not text - EXACT jQuery */
    .pdate-sec button {
        font-size: 0 !important;
        background: #32ccd6 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23000" stroke-width="2"><path d="M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"/></svg>') no-repeat center !important;
        width: 42px !important;
        height: 21px !important;
    }
    
    .offers {
        margin-top: 12px;
        margin-left: 10px
    }
    .offers-srch {      
        margin-top: -19px;
        margin-left: -10px;
    }
    .bralert span {
        font-size: 18px;
        vertical-align: top !important
    }

    .whtbar .lbl {
        color: var(--Black, #000);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .hide-input {
        width: 0;
        height: 0;
        top: -100px;
        position: absolute
    }
    .val-error {
        color: #ffffff;
        background: rgba(0, 0, 0, 0.5);
    }
    #TimepickerSm, #TimepickerCheckoutSm {
        outline: none;
    }
    .edit-view {
        width: 100%;
        background: #fff;
        border: 1px solid #EDEDED;
        border-left: none;
        border-right: none;
        padding: 20px 18px 17px 20px;
        display: flex;
        justify-content: space-between;
    }
    .edit-view .airp-name,
    .edit-view .d-t {
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .edit-view .airp-name {
        color: #000;
        font-size: 16px;
        font-weight: 700;
    }
    .edit-view .d-t {
        color: #312E2E;
        font-size: 14px;
        margin-top: 7px;
    }
    .edit-icon {
        display: block;
        background: url('../images/search-sprite-new-mob.svg?VER_PLACEHOLDER') no-repeat -2px -5px;
        width: 18px;
        height: 18px;
        cursor: pointer;
    }
    .d-flex {
        display: flex;
    }
    .align-center {
        align-items: center;
    }
    .reserve-time h3 {
        color: var(--Black, #000);
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0;
        margin-bottom: 28px;
    }
    .prking-reserve.prking-reserve {
        background-color: transparent;
        border: none;
        margin-top: 70px;
    }

    .prking-reserve.prking-reserve .ui-dialog-content {
        max-height: 511px !important;
        flex-shrink: 0;
        border-radius: 4px;
        background: #FFF !important;
        padding: 30px 20px 20px 20px;
        overflow: hidden;
    }
    /* .ui-widget-overlay {
        opacity: 0 !important;
    } */
    .ui-dialog .ui-dialog-titlebar {
        z-index: 9999;
    }
    .prking-reserve.prking-reserve .ui-button {
        background: url('../images/search-page.png') no-repeat -267px -269px;
        width: 14px;
        height: 30px;
        top: 8px;
        display: block;
        z-index: 1;
        right: 2px;
    }
    .prking-reserve.prking-reserve .ui-button .ui-button-icon{
        display: none;
    }
    .prking-reserve.prking-reserve .inpt {
        max-width: 295px;
        border-radius: 4px;
        height: 50px;
        border: 1px solid var(--Way-Grey-2, #DCDCDC);
        margin-top: 9px;
        margin-bottom: 16px;
        padding: 0px 16px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }
    .prking-reserve.prking-reserve .inpt input {
        width: 100%;
        min-width: 100px;
        border: none;
        font-size: 14px;
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .prking-reserve.prking-reserve select {
        min-width: 120px;
        width: 100%;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: none;
        color: #000;
    }

    .m-only {
        display: block !important;
    }

    .d-only {
        display: none !important;
    }

    .schbtn {
        width: 100%;
        float: none;
        height: 50px;
        flex-shrink: 0;
        margin-top: 16px;
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        background: #1F589E;
        border: none;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }

	.seoPatchValidation,.seoDateValidation{
		font-size: 12px;
		text-align: center;
	}
}

.ohidden,
.ui-dialog {
    overflow: hidden
}

#BOOKING_AFTER_POPUP,
#CHECKIN_CLOSED_POPUP,
#CHECKIN_OPTIME,
#CHECKOUT_CLOSED_POPUP,
#CHECKOUT_OPTIME,
#CURRENT_DAY_POPUP,
#MAX_DAYS_POPUP,
#MIN_DAYS_POPUP,
#OUT_SIDE_OPERATING,
#priceBreakdownPopup,
#dialog,
#errdialog,
#errorPopup,
#interactiveMap,
#notAvailabe,
#parkDetail,
#parkingFilter,
#parkingInfo,
#parkingSortFilter,
#soldOut,
.dtvlidalrt,
.hidedesk,
.spinner,
.ui-datepicker,
.visible-sm,
.visible-xs {
    display: none
}

.apbbox p,
.inctn .tilname,
p.address,
p.lsname {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#applydeskFilter,
.pcntbx button,
header a.hlp {
    text-transform: uppercase
}

.relative {
    position: relative
}

.tag {
    position: absolute !important;
    top: 0;
    left: 0;
    min-width: 145px;
    height: 32px;
    position: relative;
    padding: 0 15px;
    display: inline-block;
    position: absolute;
    left: 0
}

.sell {
    background-image: url(../images/purple-flag.svg)
}

.fav {
    background-image: url(../images/red-flag.svg)
}

.best {
    background-image: url(../images/green-flag.svg)
}

.tag {
    position: relative;
    padding: 0 15px;
    display: inline-block
}

.tag-title {
    height: inherit;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    color: #FFF;
    margin: 0;
    display: flex;
    align-items: center
}

.label-container {
    /* height: 31px; */
    position: absolute;
    border-radius: 8px 0px;;
    color: #000;
    /* text-align: center; */
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 4px 6px;
    left: 0;
    top: -1px;
    max-width: 133px;
}
.label-container-detail{
    left: unset;
    height: 31px;
    position: absolute;
    border-radius: 0 0 10px;
    color: #000;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 8px 16px;
    top: 0;
}
.best-seller {
    background: #b0f291
}

.favorite {
    background: #ECC8F9
}

.popular {
    background: #C8EAF9
}

.selling-out-fast {
    background: #F3F589
}

.imagegrid img,
.img-b img,
.imgbcx img,
.imggg img,
.infobx img {
    object-fit: cover
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 1.3em;
    top: 20px;
    width: 20px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px;
    background-color: transparent;
    border: 0
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-dialog-titlebar {
    border: none;
    background: 0 0
}

.pk-popup .ui-dialog-content {
    padding: .5em 3.1em
}

.pkdtl .ui-dialog-content {
    width: 100% !important
}

.pkdtl.ui-dialog .ui-dialog-title {
    height: 41px
}

.pkdtl .ui-dialog-content,
.pkdtl.ui-dialog .ui-dialog-titlebar {
    padding: 0
}

.map-popup .ui-dialog-content {
    padding: 0 !important;
    width: 100% !important
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    filter: Alpha(Opacity=30);
    background: #000;
    opacity: .5
}

/* .ui-front {
    z-index: 1000 !important
} */

.ui-widget-content {
    z-index: 1010 !important;
    border: 1px solid #aaa;
    color: #222;
    background-color: #fff;
    border-radius: 4px
}

.ui-widget-content a {
    color: #222
}

select::-ms-expand {
    display: none
}

.seoDateValidation,
.seoPatchValidation {
    text-align: center;
    color: #e71346;
    font-size: 17px;
    display: none
}

.shortf button,
.shortf span,
button {
    cursor: pointer
}

.ui-datepicker {
    padding: 1em;
    width: 18.6em;
    margin-left: -48px;
    margin-top: 6px;
}

.ui-datepicker .ui-datepicker-header {
    padding: .2em 0;
    position: relative;
    background: #fff
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 0px;
    top: 1px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 14px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    color: #bac2c7;
    font-size: 16px
}

.ui-datepicker-month,
.ui-datepicker-year {
    font-weight: 700;
    color: #2c3135
}

.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.seeall,
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%
}
.seeall{
    text-align: center;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: .9em;
    margin: 0 0 .4em;
    width: 100%
}

.ui-datepicker th {
    border: 0;
    font-weight: 700;
    padding: .7em .3em;
    text-align: center
}

.ui-datepicker th span {
    color: #7f8fa4;
    font-weight: 400;
    font-size: 11px
}

.ui-datepicker td {
    padding: 2px
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-decoration: none;
    text-align: center;
    color: #2c3135
}

.ui-datepicker td a:hover,
.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-decoration: none;
    color: #fff;
    background: #32ccd6;
    text-align: center
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin: .7em 0 0;
    padding: 0 .2em
}

.ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: .5em .2em .4em;
    overflow: visible;
    padding: .2em .6em .3em;
    width: auto
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

/* .t-box.autoo, */
.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto .4em;
    width: 95%
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    font-size: 0;
    width: 100%
}

.ui-state-highlight {
    background: #d0cece;
    color: #000
}

.ui-state-active {
    background: #32ccd6;
    color: #fff !important
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0
}

.ui-state-disabled .ui-state-default {
    opacity: .3;
    background: #fff !important;
    color: #000
}

.ui-datepicker-cover {
    filter: mask();
    height: 200px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 200px;
    z-index: -1
}

ul li {
    list-style-type: none
}

.nav-icon {
    -webkit-transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    cursor: pointer;
    height: 40px;
    position: relative;
    transform: rotate(0);
    transition: .5s ease-in-out;
    width: 40px;
    z-index: 10;
    top: 20px
}

.nav-icon span:first-child {
    top: 0
}

.nav-icon span {
    -webkit-transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    border-bottom: 1px solid #fff;
    border-radius: 9px;
    display: block;
    height: 1px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0);
    transition: .25s ease-in-out;
    width: 25px
}

.nav-icon span:nth-child(2) {
    top: 9px
}

.ui-datepicker {
    border-radius: 4px;
    box-shadow: 0 2px 41px 0 rgba(0, 0, 0, .09);
    background-color: #fff;
    border: .6px solid #dcdcdc
}

.error-msg {
    color: #E71346;
    text-align: center;
    padding-top: 5px;
    font-size: 15px;
}

 /* datepicker */

 .m-ui-datepicker {
    font-family: 'Open Sans';
    display: none;
    padding: 24px 17px;
    width: 295px;
}

.m-ui-datepicker .ui-datepicker-header {
    padding: .2em 0;
    position: relative;
    background: #fff
}

.m-ui-datepicker .ui-datepicker-next,
.m-ui-datepicker .ui-datepicker-prev {
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em
}

.ui-state-disabled>.ui-icon-circle-triangle-w {
    display: none !important;
}

.m-ui-datepicker .ui-datepicker-next-hover,
.m-ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.m-ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.m-ui-datepicker .ui-datepicker-next {
    right: 0px;
    top: 1px
}

.m-ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px
}

.m-ui-datepicker .ui-datepicker-next-hover {
    right: 14px
}

.m-ui-datepicker .ui-datepicker-next span,
.m-ui-datepicker .ui-datepicker-prev span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    cursor: pointer;
    top: 8px;
    color: #000;
    font-size: 16px
}

.m-ui-datepicker .ui-datepicker-month,
.ui-datepicker-year {
    text-align: center;
    font-size: 14px;
    font-weight: 700 !important;
    color: #535A53 !important;
    font-family: 'Open Sans';
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

.m-ui-datepicker .ui-datepicker-title {
    line-height: normal;
    margin: 0 2.3em;
    text-align: center
}

.m-ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.m-ui-datepicker select.ui-datepicker-month-year {
    width: 100%
}

.m-ui-datepicker select.ui-datepicker-month,
.m-ui-datepicker select.ui-datepicker-year {
    width: 49%
}

.m-ui-datepicker .ui-state-highlight {
    background: #fff;
}

.m-ui-datepicker table {
    border-collapse: collapse;
    font-size: .9em;
    margin: 0 0 .4em;
    width: 100%
}

.m-ui-datepicker th {
    border: 0;
    font-weight: 700;
    padding: .7em .3em;
    text-align: center;
    width: 34.4px !important;
    max-width: 34.4px !important;
}

.m-ui-datepicker th span {
    color: #333;
    text-align: center;
    font-family: 'Open Sans';
    line-height: 15.2px;
    text-transform: capitalize;
    width: 34.4px !important;
    max-width: 34.4px !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 13.385px;
    text-transform: capitalize;
}

.m-ui-datepicker td {
    padding: 0px !important;
}

.m-ui-datepicker td.dp-highlight a {
    background: #E5F9FA;
    color: #000;
}

.m-ui-datepicker td.ui-datepicker-today.dp-highlight a {
    color: #000;
}

.m-ui-datepicker td.ui-datepicker-today.dp-highlight a.ui-state-active {
    color: #000;
}

.m-ui-datepicker td a,
.m-ui-datepicker td span {
    width: 100%;
    height: 35px;
    text-align: right;
    text-decoration: none;
    text-align: center;
    color: #000;
    display: flex !important;
    min-width: 34.3px;
    justify-content: center;
    align-items: center;
}

.m-ui-datepicker td a:hover,
.m-ui-datepicker td span {
    display: block;
    text-align: right;
    text-decoration: none;
    color: #000;
    max-width: 34.3px;
    min-width: 34.3px;
    background: transparent;
    text-align: center;
}

.m-ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin: .7em 0 0;
    padding: 0 .2em
}

.m-ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: .5em .2em .4em;
    overflow: visible;
    padding: .2em .6em .3em;
    width: auto
}

.m-ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker-row-break {
    clear: both;
    font-size: 0;
    width: 100%
}

.ui-state-highlight {
    color: #000
}

.ui-state-active {
    color: #fff;
}

.m-ui-datepicker td.dp-highlight-first a {
    background: #32CCD6;
    color: #fff !important;
    max-width: 100%;
    min-width: 100%;
}

.m-ui-datepicker td.dp-highlight-last a {
    background: #32CCD6;
    color: #fff !important;
    max-width: 100%;
    min-width: 100%;
}

.firstDate {
    max-width: 34.4px;
    min-width: 34.4px;
    border-radius: 0% !important;
    background: url(../img/parking-new/frstDay.png?VER_PLACEHOLDER) !important;
    background-size: 100% 100% !important;
}

.secondDate {
    max-width: 34.4px;
    min-width: 34.4px;
    border-radius: 0% !important;
    background: url(../img/parking-new/secondDay.png?VER_PLACEHOLDER) !important;
    background-size: 100% 100% !important;
}

.dp-highlight-first {
    color: #fff;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.dp-highlight-last {
    color: #fff;
    width: 34.4px !important;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.m-ui-datepicker td.dp-highlight-first a {
    margin-left: 2px;
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0
}

.ui-state-disabled .ui-state-default {
    background: #fff !important;
    color: #BDBDBD;
}

.m-ui-datepicker-cover {
    filter: mask();
    height: 200px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 200px;
    z-index: -1
}

.m-ui-datepicker {
    border-radius: 4px;
    box-shadow: 0 2px 41px 0 rgba(0, 0, 0, .09);
    background-color: #fff;
    border: solid .6px #dcdcdc;
    margin-top: 1%;
}

 /* End of mobile datepicker  */
 .icon-cal, .icon-clock{
    cursor: default !important;
 }
.ui-timepicker-wrapper {
    overflow-y: auto;
    max-height: 130px;
    width: 6.7em;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    outline: 0;
    z-index: 10052;
    margin: 0;
    margin-left: -12px;
    margin-top: 6px;
}

.ap-name,
.apbbox p,
.cnnttt h5,
.inctn .tilname,
p.address,
p.lsname {
    overflow: hidden;
    text-overflow: ellipsis
}

.mrbox button,
.r-map button {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .13)
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
    width: 13em
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
    width: 11em
}

.otherStats {
    font-size: 14px;
    text-align: left;
    padding: 5px
}

.ui-timepicker-list {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff
}

.ui-timepicker-duration {
    margin-left: 5px;
    color: #888
}

.ui-timepicker-list:hover .ui-timepicker-duration {
    color: #888
}

.ui-timepicker-list li {
    padding: 4px 0 3px 5px;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    color: #2c3135;
    list-style: none;
    margin: 0;
    font-size: 14px
}

.inpbx input,
.inpbx select {
    font-size: 16px;
    float: left;
    letter-spacing: .36px
}

.ui-timepicker-list:hover .ui-timepicker-selected {
    background: #fff;
    color: #000
}

.ui-timepicker-list .ui-timepicker-selected:hover,
.ui-timepicker-list li:hover,
li.ui-timepicker-selected {
    background: #32ccd6;
    color: #fff
}

.ui-timepicker-list li:hover .ui-timepicker-duration,
li.ui-timepicker-selected .ui-timepicker-duration {
    color: #ccc
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
    color: #888;
    cursor: default
}

.bbox,
.icon-cal,
.icon-clock,
.inpbx input,
.inpbx select,
.rflm {
    cursor: pointer
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
    background: #f2f2f2
}

body {
    margin: 0;
    font-family: 'Open Sans';
    background: #fff
}

.spinner {
    width: 100%;
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, .8);
    left: 0;
    z-index: 1052 !important;
    height: 100vh
}

.spinner-new {
    text-align: center;
    width: 58px;
    height: 58px;
    background: url(../images/Load.gif) 0 0/58px 58px no-repeat;
    margin: 130px auto 0;
    margin-bottom: 50vh
}

.popnew-p,
.popnewh3,
p.lsname {
    margin-bottom: 16px
}

.spin-c {
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    position: absolute !important;
    background: url(../images/Load.gif) 0 0/50px 50px no-repeat;
    width: 50px;
    height: 50px
}

.btnlarge,
.btnlarge-cancel {
    width: 269px;
    font-size: 18px
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " ";
    clear: both
}

p {
    margin: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mtop {
    margin-top: 35px
}

.popnewh3 {
    font-size: 22px;
    color: #000;
    margin-top: 16px
}

.popnew-p {
    color: #818181;
    font-size: 18px
}

.btnlarge {
    background: #32ccd6;
    border-radius: 4px;
    height: 50px;
    color: #fff;
    border: none
}

.btnlarge-cancel {
    background: 0 0;
    border-radius: 4px;
    height: 50px;
    color: #000;
    border: 1px solid #000;
    margin-top: 12px;
    margin-bottom: 12px
}

.whtbar,
header,
header a.hlp {
    background-color: #fff
}

.bkbtn,
.sldbtn,
header a.hlp {
    border-radius: 2px;
    text-align: center
}

.pdate-sec,
.scdate-sec {
    border-bottom: 1px solid #ccc
}

header {
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: 0 7px 44px rgba(0, 0, 0, .03)
}

header a.hlp {
    float: right;
    text-decoration: none;
    margin-top: 12px;
    border: 1px solid #0751a9;
    display: inline-block;
    width: 63px;
    font-size: 14px;
    color: #0751a9;
    padding: 3px 0
}

.hd-cnt {
    max-width: 1256px;
    margin: auto
}

.logo-fp {
    width: 207px;
    height: 38px;
}

.scdate-sec {
    padding-top: 24px;
    padding-bottom: 24px;
    display: block
}

.bar-ctn {
    max-width: 1185px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.whtbar {
    float: left;
    width: 85%;
    /* height: 40px; */
    border-radius: 4px 0 0 4px;
    /* border: 1px solid #ccc; */
    border-right: none;
    margin-left: 3px;
}

/* search pop mobile */
.airportlistm{
    position: absolute;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #DCDCDC;
	max-width: 295px;
	width: 100%;
    left: 0;
    top: 88px;
    max-height: 306px;
    overflow: auto;
    display: none;
    z-index: 1;
}
.airportlistm.noborder{
    border: 0;
}
.airportlistm li{
    cursor: pointer;
    border-bottom: 1px solid #DCDCDC;
    padding: 10px 0;
	padding: 22px 24px;
	font-size: 14px;
}

#map,
.inpbx {
    height: 100%
}

.bar-ctn .updsear {
    height: 52px;
    background-color: #1F589E;
    font-size: 14px;
    border: none;
    letter-spacing: .36px;
    color: #FFFFFF;
    border-radius: 4px;
    width: 180px;
    padding: 0;
    margin-left: 16px;
}

.bar-ctn .cancelbtn {
    width: 4%;
    border: none;
    background: 0 0;
    color: #0751a9;
    font-size: 14px;
    padding: 0
}

.inpbx {
    float: left;
    width: 30%;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    border: 1px solid #CCC;
    background: #FFF;
    height: 52px;
    align-content: center;
    max-width: 303px;
}

.ap-name,
.datesspan {
    width: 190px
}

.inpbx.inpbxselect {
    width: 36%;
    max-width: 355px;
}

.bdrlf {
    border-right: 1px solid #ccc;
    margin-left: 20px;
    margin-right: 20px;
}

.inpbx select {
    background: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3214 0.164775C13.1017 -0.0549249 12.7466 -0.0549249 12.5269 0.164775L6.74309 5.94856L0.959312 0.164775C0.739613 -0.0549249 0.384474 -0.0549249 0.164775 0.164775C-0.0549249 0.384474 -0.0549249 0.739613 0.164775 0.959312L6.34584 7.14038C6.45541 7.24995 6.59925 7.30503 6.74312 7.30503C6.88699 7.30503 7.03083 7.24995 7.1404 7.14038L13.3215 0.959312C13.5411 0.739613 13.5411 0.384474 13.3214 0.164775Z' fill='%23327DD6'/%3E%3C/svg%3E%0A") 98% no-repeat #fff;
    border: none;
    color: #000;
    font-weight: 500;
    -webkit-appearance: none;
    line-height: 28px;
    width: 85%;
    padding-right: 23px
}

.inpbx input {
    border: none;
    width: 42%;
    line-height: normal;
    color: #000;
    margin-right: 2px;
    height: 95%;
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.inpbx input.oytime {
    width: 27%
}

.inpbx input::placeholder {
    color: #683963
}

.edt-cnt {
    max-width: 1190px;
    margin: auto;
    display: flex;
    align-items: center
}

.boxrting,
p.rvvs {
    align-items: center
}

.ap-name {
    white-space: nowrap;
    margin-right: 15px
}

.vbdr {
    border-left: 1px solid #dbdbdb;
    height: 35px;
    margin-right: 30px
}

.icon-cal,
.icon-clock,
.icon-plane {
    float: left;
    margin-right: 18px
}

.pdate-sec {
    display: none;
    height: 88px;
    background: 0 0;
    padding: 23px 0
}

.bralert {
    width: 90%;
    height: 100%;
    background: #EEFAFB;
    border-radius: 5px;
    margin: 16px auto 0 !important
}

.bralert .closebtn,
.fltb .sbytext,
.fltb ul,
.fltb ul li,
.fltr-icon,
.icon-plane,
.info-icon {
    display: inline-block
}

.edt-cnt .icon-cal,
.edt-cnt .icon-clock {
    margin-right: 27px
}

.pdate-sec span {
    color: #000;
    float: left
}

.pdate-sec button {
    border: none;
    border-radius: 4px;
    background: #32ccd6;
    color: #000;
    margin-left: 60px;
    width: 68px;
    height: 40px
}

.bralert span,
.fltb ul li button.active {
    color: #1F589E;
}

.pdate-sec span.bld {
    font-weight: 600;
    margin-right: 15px
}

.pcntbx button,
.pribx p,
.showmore,
p.lsname,
p.pricess,
p.rvvs {
    font-weight: 700
}
.pribx p.total-price{
    text-decoration: underline;
    cursor: pointer;
    color: #1C1C1C;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: normal;
}
.icon-plane {
    background: url(../images/cal-icon.png?VER_PLACEHOLDER) no-repeat -13px -16px;
    background-size: 143px 54px;
	width: 23px;
	height: 21px;
    margin-top: 14px;
}

.icon-cal {
    /* background: url(../images/cal-icon.png?VER_PLACEHOLDER) no-repeat -60px -17px; */
    background: url('../images/search-sprite-new.svg') no-repeat -30px -54px;
	width: 24px;
	height: 24px;
    margin-top: 12px;
    margin-right: 10px
}

.icon-clock {
    background: url(../images/cal-icon.png?VER_PLACEHOLDER)  no-repeat -114px -18px;
    background-size: 143px 54px;
	width: 22px;
	height: 22px;
    margin-top: 14px;
    margin-right: 10px
}

.info-icon {
    background: url(../images/bulb.svg) 0 -4px no-repeat;
    width: 36px;
    height: 32px;
    margin-right: 13px
}

.fltr-icon {
    background: url(../images/search-sprite-new.svg?VER_PLACEHOLDER) -59px -35px;
	width: 12px;
	height: 12px;
    margin-left: 12px;
    vertical-align: middle;
}

.chsection {
    height: 99px;
    background-color: rgba(50, 125, 214, .03);
    padding: 30px 0
}

.bralert,
.fltb {
    padding-top: 15px;
    padding-bottom: 15px
}

.topcont {
    max-width: 1192px;
    margin: auto
}

.flt-section {
    background: #F7FAFD;
}

.fltb {
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
    width: 100%;
    margin: auto;
    height: 52px;
    max-width: 1256px;
}

.re {
    font-size: 16px;
    color: #1C1C1C;
    font-weight: 600;
    width: 30%;
    text-align: left;
}

.sort-container {
    display: flex;
    align-items: baseline;
    gap: 22px;
    width: 377px;
    width: 100%;
    max-width: 1185px;
    padding-left: 5px;
}

.bralert {
    text-align: center
}

.bralert span {
    font-size: 18px;
    vertical-align: middle
}

.fltb ul li button,
.fltsdd button {
    border: none;
    background: 0 0;
    font-size: 16px;
    padding: 0;
    color: #1C1C1C;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#ptyopeb{
    margin-left: 32px;
}

.bralert .closebtn {
    background: url(../images/search-page.png) -152px -122px no-repeat;
    width: 20px;
    height: 20px;
    border: none;
    vertical-align: middle;
    margin-left: 24px
}

.fltb .sbytext {
    color: #1C1C1C;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.fltb ul li {
    width: auto
}

.fltb ul li button {
    padding: 0;
    margin-right: 19px
}

.fltsdd {
    float: right;
    position: relative;
    text-align: right;
    width: 70%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.fpoption {
    width: 199px;
    height: 270px;
    border-radius: 4px;
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, .06);
    border: 1px solid rgba(204, 204, 204, .5);
    background-color: #fff;
    position: absolute;
    right: 150px;
    top: 30px;
    padding: 13px;
    display: none;
    z-index: 10;
    text-align: left;
}

.sortByOption {
    display: none;
    position: absolute;
    border-radius: 4px;
    border: 1px solid #F2F2F2;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(125, 125, 125, 0.12);
    top: 30px;
    z-index: 1000;
    text-align: left;
    right: 315px;
    width: 179px;
    height: 179px;
    padding: 14px;
    padding-top: 10px;
  }
.pTypeFilterCount{
    color: #1F589E;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.drp-arwd {
    background: url(../images/search-checkout.png?VER_PLACEHOLDER)  no-repeat -58px -52px;
    background-size: 129px 79px;
    width: 11px;
    height: 7px;
    display: block;
    margin-left: 8px;
    margin-top: 8px;
    cursor: pointer;
}
.lot-amenty{
    display: flex;
    color: #1C1C1C;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    gap: 5px;
    align-items: center;
    margin-right: -15px;
  }
  .bookingcount{
    color: #1F589E;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
.contnt-b,
.r-map {
    position: relative;
    float: left
}

.no-results {
    padding-top: 160px;
    text-align: center;
    display: none;
    padding-bottom: 160px
}

.no-results p {
    letter-spacing: .36px;
    color: #515151;
    font-size: 22px;
    margin-top: 38px
}
.no-rslt {
    width: 501px;
    margin: auto;
}
.no-rslt img {
    width: 276px;
    height: 200px;
}

/* .no-result-icon {
    background: url(../images/popups-icon.svg) -1543px -115px no-repeat;
    width: 255px;
    height: 246px;
    display: inline-block
} */

.results-sec {
    max-width: 1256px;
    margin: auto;
    padding-bottom: 56px;
    display: none;
    /* padding-top: 36px */
}

.l-sch {
    width: 1240px;
    min-height: 1px;
    margin: 0 auto;
    padding-left: 0px;
}

.r-map {
    width: 32%
}

.converd-icon,
.covid-icon,
.shuttle-icon {
    width: 24px;
    height: 24px;
    margin-right: 7.8px;
    display: inline-block;
    vertical-align: middle
}

.r-map img {
    max-width: 100%;
    width: 100%
}

.r-map button {
    color: #296064;
    background: #fff;
    border-radius: 4px;
    border: none;
    width: 186px;
    height: 45px;
    font-size: 16px;
    line-height: 37px;
    position: absolute;
    bottom: 47%;
    left: calc(50% - 89px)
}

.covid-icon {
    background: url(../images/search-page.png) -133px -187px no-repeat
}

.shuttle-icon {
    background: url(../images/search-sprite-new.svg?VER_PLACEHOLDER) no-repeat -79px -1px;
    width: 20px;
    height: 22px;
}
.no-shuttle-icon {
    background: url(../images/search-sprite-new.svg?VER_PLACEHOLDER) no-repeat -106px -29px;
	width: 20px;
	height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.outdoorvalet-icon {
    background: url(../images/search-sprite-new.svg?VER_PLACEHOLDER) no-repeat 0 0;
	width: 19px;
	height: 20px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.coveredvalet-icon {
    background: url(../images/search-sprite-new.svg?VER_PLACEHOLDER) no-repeat 0 -51px;
	width: 19px;
	height: 20px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.outdoor-icon {
    background: url(../images/search-sprite-new.svg?VER_PLACEHOLDER) no-repeat -107px -0px;
	width: 20px;
	height: 20px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.converdself-icon {
    background: url(../images/search-sprite-new.svg?VER_PLACEHOLDER) no-repeat -77px -29px;
	width: 20px;
	height: 20px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.converd-icon {
    background: url(../images/search-sprite-new.svg?VER_PLACEHOLDER) no-repeat -107px 0px;
	width: 20px;
	height: 20px;
}

.star-icon {
    background: url(../images/search-sprite-new.svg?VER_PLACEHOLDER) -33px -2px no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 8.5px;
    margin-left: 3.3px;
}

.boxt {
    /* margin-top: 36px; */
    width: 46%;
    border-bottom: 1px solid #DCDCDC;
    max-height: 255px;
    /* margin-right:1% ; */
    /* margin-left:1%; */
    border-radius: 16px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    box-shadow: 0px 0px 12px 6px rgba(0, 0, 0, 0.03);
    padding: 18px;
    margin-top: 36px;
    margin-left: 36px;
}

.boxt:last-child {
    border-bottom: none;
}

.img-b {
    float: left;
    /* width: 31% */
}

.img-b img {
    max-width: 100%;
    width: 154px;
    height: 160px;
    border-radius: 8px;
}

.contnt-b {
    width: 71%;
    padding-left: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* .bkbtn, */
.infobx,
.pribx{
    /* position: absolute */
    width: 150px;
}
.bkbtn {
    margin-top: 0px;
}

.lname {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    /* height: 44px; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* max-height: 75px; */
    overflow: hidden;
}

#bseorating,
.rating,
.rv-count {
    color: #1C1C1C;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.miemm span {
    vertical-align: middle
}

.rv-count {
    color: #1C1C1C;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 8px;
}

.amnty,
.miles {
    color: #1C1C1C;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.miemm .line {
    height: 26px;
    border-right: 1px solid #e7e7e7;
    margin-left: 15px;
    margin-right: 15px
}

.line {
    height: 26px;
    border-right: 1px solid #e7e7e7;
    margin-left: 2px;
    margin-right: 2px
}

.miemm {
    margin-bottom: 8px
}

.amnty {
    line-height: normal;
    margin-bottom: 8px
}
.free-cancel-icon{
        background : url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21" fill="none"><path d="M16.3008 7.46606L9.23515 14.5344L5.69825 11.0002" stroke="%231C1C1C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');       
        width: 18px;
        height: 18px;
        margin-bottom: 1px;
}
.clock-icon{
    background: url(../images/search-sprite-new.svg?VER_PLACEHOLDER) no-repeat -2px -29px;
	width: 19px;
	height: 19px;
    margin-bottom: 2px;
}
.mile-icon{
    background: url(../images/search-sprite-new.svg?VER_PLACEHOLDER) no-repeat -52px -1px;
	width: 20px;
	height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7.5px;
    margin-top: -1px;
}
.free-cncl {
    background: url('../assets/images/search/free-cancellation.png') no-repeat 0 0;
    background-size: 145px 32px;
	width: 145px;
	height: 32px;
    display: block;
}

.bkbtn,
.sldbtn {
    color: #FFF;
    font-size: 16px
}

.showmore {
    color: #1F589E;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

.bbox {
    padding-bottom: 14px;
    display: flex;
    flex-direction: column;
    /* border-bottom: 1px solid #DCDCDC; */
}

.soldoutcls{
    opacity: 0.7;
}
.soldoutcls.bbox {
    cursor: default
}

.soldoutcls.img-b {
    cursor: default
}

.soldoutcls.sldbtn {
    cursor: default
}

.bkbtn,
.sldbtn {
    border-radius: 4px;
    background: #1F589E;
    width: 100%;
    height: 46px;
    bottom: 9px;
    border: none;
    font-weight: 700;
    padding: 10px 15px;
    font-family: "Open Sans";
    font-size: 16px;
    margin-top: 8px;
}

.pribx {
    text-align: right;
    position: absolute;
    bottom: 11px;
    right: 0px
}

.no-rviews,
.rflm,
.showmore {
    text-align: center
}

.pribx p {
    color: #1C1C1C;
    font-size: 18px
}

.pribx span.strikeof {
    font-size: 14px;
    letter-spacing: .36px;
    color: #e71346;
    text-decoration: line-through;
    margin-right: 6px;
}

.pribx .ppday {
    font-size: 12px;
    color: #535a53;
    font-weight: 400;
    letter-spacing: .36px;
    margin-bottom: 20px
}

.showmore {
    border-radius: 4px;
    border: 1px solid #1F589E;
    width: 200px;
    height: 50px;
    background: 0 0;
    margin-top: 36px;
}
.sbyspandesktab {
    color: #1F589E;
    display: flex;
    cursor: pointer;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 12px;
}
.nonbookable {
    /* background-color: rgba(246, 31, 83, .03); */
    /* margin-left: -20px; */
    /* margin-right: -20px; */
    /* padding-left: 20px;
    padding-right: 20px */
    /* background-color: #000; */
}
.blr-listing-icon{
    opacity: 0.6;
}
.gradio1 {
    display: flex;
    flex-direction: column;
}

.radio-container {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    align-items: center;
}

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #CBCBCB;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    margin-right: 10px;
  }
  
  input[type="radio"]:checked::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1F589E;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
/* input[type="radio"] {
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #CBCBCB;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    margin-right: 10px;
}

input[type="radio"]:checked::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #1F589E;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
input[type="radio"]:checked {
    border: 1px solid #1f589e !important;
}

label {
    margin: 0; /* Reset margin for better alignment */
}

.dtvlidalrt{
    margin-top: 13px;
}
.mindays{
    background: #FFD1DC;
}
.tabs,
.topv {
    padding-left: 66px;
    padding-right: 66px
}

.nonbookable .sldbtn {
    color: #A7A7A7;
    /* background: 0 0; */
    border: none;
    margin-top: 8px;
    background: #D7D7D7;
    cursor: not-allowed;
}

.imgbcx img,
.pcntbx button {
    border-radius: 4px;
    width: 100%
}

.topv {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
}

.imgbcx {
    float: left;
    width: 47%;
    margin-right: 3%
}

.imgbcx img {
    max-width: 100%;
    height: 100%;
}

.pcntbx {
    float: left;
    width: 50%
}

p.lsname {
    letter-spacing: .36px;
    color: #1C1C1C;
    font-size: 28px;
    font-weight: 700;
    display: -webkit-box
}

p.address {
    letter-spacing: .36px;
    color: #535a53;
    font-size: 15px;
    margin-bottom: 19px
}

p.rvvs {
    margin-bottom: 0;
    letter-spacing: .36px;
    color: #535a53;
    padding-bottom: 19px;
    display: flex
}

p.rvvs .bldtxt {
    margin-left: 13px;
    color: #535A53;
    font-size: 15px;
}

.amtnd {
    margin-bottom: -9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.amtnd span {
    color: #535a53;
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
}

p.pricess {
    font-size: 46px;
    letter-spacing: .36px;
    color: #1C1C1C;
    margin-bottom: 15px
}

p.pricess span {
    font-size: 20px;
    font-weight: 600;
}
p.pricess span.total-price {
    color: #1C1C1C;
    font-weight: normal;
    text-decoration: underline;
    cursor: pointer;
}

.pcntbx button {
    height: 57px;
    background: #1F589E;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
}

.desc-dtl {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.rflm {
    color: #1F589E;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
}

.pd-car-icon,
.pd-plane-icon,
.pd-shuttle-icon {
    width: 22px;
    height: 22px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle
}

.pd-plane-icon {
    background: url(../images/parking-detail.svg) -207px -45px no-repeat
}

.pd-car-icon {
    background: url(../images/parking-detail.svg) -247px -45px no-repeat
}

.pd-shuttle-icon {
    background: url(../images/parking-detail.svg) -294px -45px no-repeat
}

.tabs {
    height: 55px;
    background: #EFF5FB;
    margin-bottom: 45px;
    padding-top: 20px;
    display: flex;
    align-items: baseline;
}

.tabs button {
    letter-spacing: .36px;
    color: #174c8a;
    font-size: 18px;
    border: none;
    background-color: transparent;
    margin-right: 45px;
    padding: 0
}

.ldesc p,
.ldesc p.bhfp {
    line-height: normal;
    letter-spacing: .36px;
    color: #000
}

.boxrting,
.t-box {
    border-radius: 4px
}

.tabs button.active {
    font-weight: 700;
    border-bottom: 5px solid #174c8a;
    padding-bottom: 13px
}

.ldesc p {
    font-size: 18px;
    font-weight: 400
}

.ldesc p.bhfp {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 27px;
    margin-top: 30px
}

.date-bld {
    font-weight: 600;
}

.detmapsection,
.ldesc,
.park-amenitysec,
.park-reviewsec {
    padding-left: 66px;
    padding-right: 66px;
    padding-bottom: 30px
}

.t-box {
    color: #0c0c0c;
    background-color: #f8f8f8;
    display: flex;
    justify-content: space-between;
    padding: 6px 20px;
    width: 361px;
    font-size: 18px;
}

.rtingbig,
.rvsp p {
    line-height: normal
}

.e-star,
.f-star {
    width: 16px;
    height: 15px
}

.no-rviews {
    margin-top: 100px
}

#opf,
.sld-err {
    margin-top: 10px
}

.no-rviews p {
    color: #dcdcdc;
    font-size: 20px
}

.cnnttt h5,
span.oralrt {
    font-size: 16px;
    color: #1C1C1C;
    letter-spacing: 0.364px;
    font-weight: 400;
}

.boxrting {
    border: 1px solid #bbb;
    padding: 15px 21px;
    display: flex;
    margin-bottom: 20px
}

.e-star,
.f-star,
.profile-pic,
.rtingbig {
    display: inline-block
}

.rtingbig {
    letter-spacing: .36px;
    color: #1C1C1C;
    font-size: 32px;
    font-weight: 700;
    margin-right: 29px
}

span.oralrt {
    font-weight: 700;
    margin-right: 19px
}

#bseorating {
    letter-spacing: .36px;
    color: #535a53;
    font-weight: 400;
    margin-left: 8px
}

.f-star {
    background: url(../images/parking-detail.svg) -60px -130px no-repeat
}

.e-star {
    background: url(../images/parking-detail.svg) -83px -130px no-repeat
}

.rvitm {
    border-radius: 4px;
    border: 1px solid #d6d6d6;
    padding: 21px 14px;
    margin-bottom: 10px
}

.profile-pic {
    background: url(../images/parking-detail.svg) -49px -195px no-repeat;
    width: 54px;
    height: 54px
}

.rvitm .cnnttt {
    margin-right: 2%;
    display: flex;
    justify-content: space-between;
}

.rvw-cover {
    display: flex;
    flex-direction: column;
}

.rvitm .imggg {
    float: left;
    width: 10%
}

.imggg img {
    border-radius: 50%;
    width: 53px;
    height: 53px
}

.cnnttt h5 {
    margin: 0 0 10px;
    font-weight: 600;
    white-space: nowrap
}

.cnnttt .rvdate {
    display: block;
    color: #535a53;
    font-size: 12px;
    margin-top: 5px
}

.rvsp {
    float: left;
    width: 76%
}

.e-star-big,
.f-star-big {
    width: 20px;
    height: 20px;
    display: inline-block
}

.rvsp p {
    letter-spacing: .36px;
    color: #525252;
    font-size: 12px
}

.e-star-big {
    background: url(../images/parking-detail.svg) -147px -45px no-repeat
}

.f-star-big {
    background: url(../images/parking-detail.svg) -116px -45px no-repeat
}

.amini {
    width: 33.33%;
    padding-left: 7px;
    padding-right: 7px;
    float: left;
    margin-bottom: 40px
}

.amini img {
    vertical-align: middle;
    border: 0;
    width: 43px;
    height: 43px
}

.amini span {
    width: calc(100% - 70px);
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    font-size: 14px;
    color: #000
}

.popup-bubble,
.whtbar {
    position: relative
}

.sld-err {
    color: #ff1e1e;
    font-size: 14px
}

.infobx {
    display: none;
    width: 368px;
    height: 170px;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    background-color: #fff;
    padding: 43px 23px;
    top: -230px;
    left: -180px
}

.close-button {
    background: url(../images/search-checkout.png?VER_PLACEHOLDER) no-repeat -94px -47px;
    background-size: 129px 79px;
	width: 15px;
	height: 15px;
    position: absolute;
    top: 19px;
    right: 17px;
    cursor: pointer;

}

.popup-bubble-ap,
.popup-bubble-rd {
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    font-weight: 700;
    overflow-y: auto;
    cursor: pointer;
    position: absolute
}

.infobx img {
    float: left;
    width: 35%;
    height: 92px;
    border-radius: 2px
}

.inctn {
    float: none;
    width: 100%
}

.inctn .tilname {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    display: -webkit-box;
    max-height: 38px;
    color: #535a53;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inctn span {
    font-size: 12px;
    margin-bottom: 6px;
    align-items: center;
    display: flex;
    color: #535a53
}

.inctn .dstt {
    font-size: 14px;
    letter-spacing: .36px;
    color: #535a53
}

.avggmp {
    color: #000;
    font-size: 12px;
    font-style: normal;
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle
}

.apbbox,
.infobx button {
    color: #fff;
    text-align: center
}

.infobx button {
    font-size: 16px;
    font-weight: 700;
    height: 45px;
    border-radius: 4px;
    background-color: #32ccd6;
    border: none;
    width: 100%;
    margin-top: 18px
}

.infobx.n-avai {
    background-color: #fff9fa
}

.infobx.n-avai button {
    background-color: transparent;
    cursor: not-allowed;
    border: 1px solid #f71f53;
    color: #f71f53
}

.popup-bubble-rd {
    background: url(../images/map-active-icon.png)  no-repeat -1px 0;
    background-size: 51px 60px;
	width: 50px;
	height: 59px;
    font-size: 12px;
    padding-top: 15px;
    text-align: center
}

.popup-bubble-rd.n-avai {
    background: url(../images/map-icons.svg) -176px -70px no-repeat;
    width: 36px;
    height: 44px;
    font-size: 0
}

.popup-bubble-active {
    background: url(../images/map-active-icon.png)  no-repeat -1px 0;
    background-size: 51px 60px;
	width: 50px;
	height: 59px;
    z-index: 1000
}

.mark-p.active .infobx {
    display: block;
    z-index: 1000
}

.popup-bubble-ap {
    background: url(../images/map-icons.svg) no-repeat -352px -165px;
    width: 40px;
    height: 55px;
    font-size: 14px;
    padding-top: 12px
}

.apbbox {
    width: 101px;
    padding: 6px;
    height: 45px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .08);
    background-color: #0751a9;
    border-radius: 2px;
    top: -120px;
    left: -50px;
    position: absolute;
    font-size: 14px
}

.apbbox::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50px;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #0751a9
}

.apbbox p {
    display: -webkit-box;
    max-height: 30px;
    min-height: 30px
}

.popup-container {
    cursor: auto;
    height: 0;
    position: absolute;
    width: 200px
}

.mrbox {
    max-width: 708px;
    margin: 22px auto 0;
    position: relative
}

.mrbox button {
    color: #170114;
    background: #fff;
    border-radius: 4px;
    border: none;
    width: 164px;
    height: 36px;
    font-size: 16px;
    line-height: 37px;
    position: absolute;
    top: 72px;
    left: calc(50% - 82px)
}

.ui-dialog .ui-dialog-title {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    width: 100% !important
}

.gcbx,
.gradio {
    margin-top: 10px;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    margin-top:20px;
    color: #000;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.gradio1 {
    margin-top: 10px;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    font-size: 14px;
    position: relative;
    padding-left: 0px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.imagegrid img,
.not-available,
.oops-error,
.op-days-icon,
.popbok span,
.soldout-icon {
    display: inline-block
}

.gcbx input,
.gradio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.seo-paragraph {
    background-color: #f9fbfe;
    max-width: 1165px;
    margin: auto auto 100px;
    color: #112F55;
    text-align: center;
    padding: 40px 55px;
    color: #112F55;
    color: #112F55;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.364px;
}
.seo-paragraph h2 p{
    font-size:22px ;
    line-height: 29px;
}

.checkmark,
.checkmarkr {
    position: absolute;
    top: 2px;
    width: 17px;
    height: 17px;
    background-color: #fbfbfb;
    left: 0
}

.checkmark {
    border-radius: 2px;
    border: .5px solid rgba(204, 204, 204, .5)
}

.gcbx:hover input~.checkmark,
.gradio:hover input~.checkmarkr {
    background-color: #ccc
}

.gcbx input:checked~.checkmark,
.gradio input:checked~.checkmarkr {
    background-color: #1F589E;
    /* border: none */
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.gcbx input:checked~.checkmark:after,
.gradio input:checked~.checkmarkr:after {
    display: block
}

.gcbx .checkmark:after,
.gradio .checkmarkr:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.checkmarkr {
    border-radius: 50%;
    border: 3px solid #CBCBCB;
}

.ttlflt {
    font-size: 16px;
    line-height: 17px;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
    margin-left: 5px
}

.pkfil-popup.ui-widget-content {
    border-radius: 9px;
    border: none
}
.pkSrt-popup.ui-widget-content {
    border-radius: 9px;
    border: none
}

.map-popup.ui-dialog .ui-dialog-titlebar {
    padding: 0 !important
}

.map-popup.ui-dialog .ui-dialog-title {
    margin: 0;
    padding: 16px;
    border-bottom: 1px solid rgba(204, 204, 204, .5);
    text-align: left
}

.map-popup.ui-dialog .ui-dialog-titlebar-close {
    right: 1.3em;
    top: 27px
}

#applydeskFilter {
    border: 1px solid #1F589E;
    border-radius: 4px;
    color: #fff;
    background: transparent;
    display: block;
    margin: 24px auto 0;
    height: 45px;
    width: 100%;
    color: #1F589E;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

.not-available {
    background: url(../images/addbag-error.svg) -53px -31px no-repeat;
    width: 101px;
    height: 101px;
    margin-top: 20px
}

.btnlg {
    height: 50px;
    border-radius: 4px;
    background-color: #28b6e3;
    width: 100%;
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer
}

#map-full,
.airportlist li,
.bhf {
    border-bottom: 1px solid #dcdcdc
}

.poph3 {
    font-size: 22px
}

.frcs,
.popbok,
.popbok span {
    font-size: 14px
}

.text-center {
    text-align: center
}

.el {
    margin-bottom: 2%
}

.soldout-icon {
    background: url(../images/popups-icon.svg) -448px -164px no-repeat;
    width: 106px;
    height: 85px
}

.op-days-icon {
    background: url(../images/popups-icon.svg) -713px -173px no-repeat;
    width: 92px;
    height: 76px
}

.oops-error {
    background: url(../images/popups-icon.svg) -964px -180px no-repeat;
    width: 101px;
    height: 71px
}

.mdlcls .ui-dialog-content {
    padding: .5em 3em !important
}

.mp-c {
    position: relative;
    max-width: 400px
}

input.cselect {
    cursor: text !important;
    width: 80%
}

.cselect:focus {
    outline: 0
}

.airportlist {
    text-align: left;
    position: absolute;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    width: 100%;
    left: 0;
    top: 45px;
    max-height: 317px;
    overflow: auto;
    display: none;
    z-index: 1;
    max-width: inherit;
    margin-top: 10px;
}

.airportlist.noborder {
    border: 0
}

.airportlist li {
    cursor: pointer;
    padding: 22px 24px
}

.imgbcx {
    background: #000;
    position: relative;
    line-height: 0
}

.imagegrid {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    text-align: right
}

.imagegrid img.active {
    border: 1px solid #fff
}

.imagegrid img {
    width: 57px;
    height: 62px;
    max-width: 100%;
    border-radius: 5px;
    margin: 0 9px;
    cursor: pointer;
    opacity: 1
}

.popbok {
    color: #174c8a;
    margin-bottom: 21px
}

.popbok span {
    color: #174c8a;
    font-weight: 700;
    background: #eaf4ff;
    border-radius: 4px;
    padding: 8px 20px;
    margin-right: 18px
}

.frcs {
    color: #535a53;
    margin-bottom: 8px;
    font-weight: 700
}

.ldnr {
    margin-bottom: 28px
}

.bhf {
    padding-bottom: 25px
}

p.ttlt {
    line-height: normal;
    letter-spacing: .36px;
    color: #000;
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: 600;
}

#map-full {
    z-index: 1000;
    width: 100%;
    height: 461px;
    padding-bottom: 30px
}

.park-amenitysec {
    padding-bottom: 0
}

.park-reviewsec p.ttlt {
    border-top: 1px solid #dcdcdc;
    padding-top: 30px
}

.bold {
    font-weight: 700 !important
}
.res-div{
    display: flex;
    flex-wrap: wrap;
    /* gap: 26px; */
    /* justify-content: space-between; */
}
.res-div > *:not(:first-child) {
    /* margin-left: 26px; */
  }
/* new search page css */
.mainDiv{
    display: flex;flex-direction: column;border-bottom: 1px solid #dcdcdc;margin-bottom: 14px;
}
.mainDiv .inner-leftDiv{
   padding-bottom: 14px; height: 175px;
}
.mainDiv .amentyDivBox{
    display: flex;
}
.mainDiv .amentyDivBox .amentyDiv{
    width:225px;
}
.parking-instruction{
    margin-top: 30px;
}
.redemption-title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}
.redemption-message{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .36px;
    color: #000;
}
.redemption-message ul li{
    list-style-type: unset;
}
.redemption-message ul {
    margin: revert;
    padding: revert;
    list-style: unset;
  }
@media (max-width:1280px) {

    .hd-cnt,
    .sh-sec {
        max-width: 1170px
    }
    .res-div{
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between; */
    }
    .inpbx.inpbxselect {
        width: 40%;
    }
    .sort-container {
        max-width: 1170px;
    }
}

@media (max-width:1180px) {

    .hd-cnt,
    .sh-sec {
        max-width: 960px
    }

    .prb {
        width: 31%
    }

    .cntb {
        width: 45%
    }
}

@media (max-width:1024px) {

    .edt-cnt,
    .hd-cnt,
    .results-sec,
    .seo-section,
    .sh-sec,
    .topcont {
        max-width: 608px;
        margin: 0 auto;
    }
    .mainDiv .inner-leftDiv .amentyDivBox .amentyDiv {
        width: 260px;
    }
    .prb,
    .t-box {
        text-align: center
    }

    .amnty,
    .lname {
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
    }

    .amini {
        width: 50%
    }

    .no-rviews {
        margin-top: 60px
    }

    .seo-section {
        /* padding: 50px 30px */
        margin-bottom: 40px;
    }

    .seo-paragraph{
        padding: 36px 29px;
    }

    .spinner-new {
        margin-top: 200px;
        background-size: 90px 90px;
        width: 90px;
        height: 90px
    }

    .hidden-sm {
        display: none !important
    }

    .hidedesk,
    .visible-sm {
        display: block !important
    }

    i.visible-sm {
        display: inline-block;
        font-style: normal
    }

    .pdate-sec span {
        font-size: 14px;
        white-space: pre-wrap
    }

    .datesspan {
        width: 150px
    }

    .edt-cnt .icon-calm,
    .edt-cnt .icon-clock,
    .edt-cnt .icon-plane,
    .icon-plane,
    .vbdr {
        margin-right: 15px
    }

    .ap-name {
        width: 160px
    }

    .bar-ctn {
        max-width: 100%;
        margin: 0 auto;
        padding-bottom: 0;
        flex-direction: column;
    }

    .boxt,
    .whtbar {
        margin-bottom: 0
    }

    .whtbar {
        width: 100%;
        height: auto;
        background-color: transparent;
        box-shadow: none;
        /* border: 1px solid #ccc; */
        border-radius: 4px
    }

    .bar-ctn .updsear {
        width: 100%;
        float: none;
        margin: 0 auto;
        display: block;
        border-radius: 4px
    }

    .inpbx input.oytime {
        width: 34%
    }

    .inpbx.inpbxselect {
        width: 100%;
        max-width: 100%;
    }

    .inpbx {
        padding-bottom: 0px;
        width: 48.6%;
        margin-bottom: 16px;
    }
    .inpbx input{
        width: 38%;
    }
    .bdrlf{
        margin-left: 0px;
        margin-right: 16px;
    }
    /* .sortByOption{
        right: 165px;
    } */

    .inpbx select {
        font-size: 14px;
        width: 83%
    }

    .inpbx input {
        font-size: 14px;
        line-height: 26px
    }

    .icon-cal,
    .icon-clock {
        margin-right: 10px
    }

    .bar-ctn .cancelbtn {
        border-radius: 4px;
        background: #fff;
        border: 1px solid #0751a9;
        height: 40px;
        margin-right: 1%;
        width: 49%
    }

    .bralert span {
        font-size: 16px
    }

    .scdate-sec {
        height: auto;
        padding-top: 17px;
        padding-bottom: 24px
    }

    .pdate-sec {
        height: 81px;
        padding: 20px 0
    }

    .fltb {
        max-width: 708px;
        padding: 15px 0px;
        height: auto;
    }

    .re {
        align-content: center;
        width: 100%;
        text-align: left;
    }
    .inner-leftDiv{
        display: flex;
    }
    .boxt {
        width: 100%;
        float: left;
        margin-top: 24px;
        margin-left: 0px;
    }
    .results-sec{
        padding-bottom: 40px;
    }
    .bkbtn,
    .contnt-b,
    .img-b,
    .l-sch,
    .sldbtn {
        width: 100%
    }

    .showmore {
        width: 200px;
        margin-top: 40px;
    }
    .boxt {
        height: 255px;
        max-height: none;
    }
    .bbox {
        /* box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
        border-radius: 4px;
        padding: 13px;
        border: none;
        height: 100%;
        flex-direction: column; */
    }
    .fltb {
        margin: 0;
      }
    .sort-container {
        gap: 0px;
        justify-content: space-between;
        width: 610px;
        margin: auto;
        padding-left: 0px;
        flex-direction: column;
        gap: 12px;
    }
    .mainDiv .inner-leftDiv{
        padding-bottom: 4px;
    }
    .img-b{
        width: 31% !important;
    }
    .img-b img {
        height: 148px;
        width: 161px;
        max-width: 161px;
    }

    .pribx{
        position: relative;
        right: 0;
        max-width: 160px;
        width: 160px;
    }
    .contnt-b {
        padding-left: 10px;
        justify-content: flex-start;
        max-width: 410px;
    }
    .rv-count{
        font-size: 12px;
    }
    .lname {
        margin-top: 0px;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 8px;
        font-size: 14px;
        height: auto;
    }

    .miemm {
        margin-bottom: 8px
    }
    .fltsdd{
        width: 100%;
        
    }
    .flt-section{
        display: flex;
        padding-left: 10%;
        padding-right: 10%;
    }
    .nonbookable {
        margin-left: 0;
        margin-right: 0
    }

    .closebtn {
        margin-right: 12px
    }

    .l-sch {
        margin-right: 0;
        padding-left:0px;
        padding-top: 0px;
    }

    .boxr {
        margin-right: -9px;
        margin-left: -9px
    }

    .box-5 {
        float: left;
        width: 50%;
        padding-left: 9px;
        padding-right: 9px
    }

    .detmapsection,
    .ldesc,
    .park-amenitysec,
    .park-reviewsec,
    .tabs,
    .topv {
        padding-left: 24px;
        padding-right: 24px
    }

    .hidetab,
    .r-map,
    .showdesk {
        display: none
    }

    .prb {
        float: none;
        width: 100%;
        min-height: 170px
    }

    .fltb {
        width: 100%
    }

    .sbytext {
        width: auto;
    }

    .fltb ul li button {
        margin-right: 30px
    }

    .pk-popup .address {
        display: block;
        margin-top: 10px;
        width: 100%
    }

    .ftrs span {
        margin-right: 7px
    }

    .timingbuh {
        width: 85%
    }

    .pdate-sec button {
        margin-left: 35px
    }

    .topv {
        margin-bottom: 16px;
        align-items: flex-start;
    }

    .imgbcx {
        width: 29%;
        margin-right: 5%
    }

    .pcntbx {
        width: 66%
    }

    .imgbcx img {
        height: 170px
    }

    p.lsname {
        margin-bottom: 6px
    }

    p.address {
        margin-bottom: 26px
    }

    .t-box {
        font-size: 14px;
        padding: 8px 20px;
    }

    .rvitm .cnnttt {
        width: 100%;
    }

    .rvsp {
        width: 73%
    }

    .info-icon {
        background: url(../images/bulb.svg) 0 0 no-repeat;
        width: 36px;
        height: 32px;
        margin-right: 0
    }

    .bralert .closebtn {
        background: url(../images/tab-search.png) -69px -149px no-repeat;
        width: 11px;
        height: 11px;
        margin-left: 10px
    }

    .amnty {
        white-space: nowrap;
        /* width: 70% */
    }

    .icon-cal {
        background: url(../images/cal-icon.png) no-repeat -60px -17px;
        background-size: 143px 54px;
	    width: 22px;
	    height: 22px;
    }

    .star-icon {
        background: url(../images/tab-search.png) -76px -99px no-repeat;
        width: 17px;
        height: 16px
    }

    .converd-icon,
    .covid-icon,
    .shuttle-icon {
        width: 24px;
        height: 24px
    }

    /* .covid-icon {
        background: url(../images/tab-search.png) -128px -99px no-repeat
    }

    .shuttle-icon {
        background: url(../images/search-page.png) -275px -187px no-repeat;
    }

    .converd-icon {
        background: url(../images/search-page.png) -202px -187px no-repeat;
    } */

    .icon-plane {
        background: url(../images/tab-search.png) -43px -32px no-repeat;
        width: 27px;
        height: 26px
    }

    .clock-icon{
        background: url(../images/search-sprite-new-mob.svg?VER_PLACEHOLDER) no-repeat -1px -31px;
        width: 14px;
        height: 13px;
        margin-top: 3px;
    }
    .mile-icon{
        background: url(../images/search-sprite-new-mob.svg?VER_PLACEHOLDER) no-repeat -46px 0;
        width: 21px;
        height: 21px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 3px;
        margin-top: -1px;
    }
    .shuttle-icon {
        background: url(../images/search-sprite-new-mob.svg?VER_PLACEHOLDER) no-repeat -76px -1px;
        width: 21px;
        height: 21px;
        margin-right: 3px;
    }
    .no-shuttle-icon {
        background: url(../images/search-sprite-new-mob.svg?VER_PLACEHOLDER) no-repeat  -44px -29px;
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 3px;
    }
    
    .outdoorvalet-icon {
        background: url(../images/search-sprite-new-mob.svg?VER_PLACEHOLDER) no-repeat -102px -2px;
        width: 21px;
        height: 21px;
        display: inline-block;
        margin-right: 3px;
        vertical-align: middle;
    }
    .coveredvalet-icon {
        background: url(../images/search-sprite-new-mob.svg?VER_PLACEHOLDER) no-repeat -129px -5px;
        width: 21px;
        height: 20px;
        display: inline-block;
        margin-right: 3px;
        vertical-align: middle;
    }
    .outdoor-icon {
        background: url(../images/search-sprite-new-mob.svg?VER_PLACEHOLDER) no-repeat -83px -25px;
        width: 21px;
        height: 20px;
        display: inline-block;
        margin-right: 3px;
        vertical-align: middle;
    }
    .converdself-icon {
        background: url(../images/search-sprite-new-mob.svg?VER_PLACEHOLDER) no-repeat -22px 0;
        width: 21px;
        height: 21px;
        display: inline-block;
        margin-right: 3px;
        vertical-align: middle;
    }
    
    .converd-icon {
        background: url(../images/search-sprite-new-mob.svg?VER_PLACEHOLDER) no-repeat -83px -25px;
        width: 21px;
        height: 20px;
        margin-right: 3px;
    }
    
    .star-icon {
        background: url(../images/search-sprite-new-mob.svg?VER_PLACEHOLDER) -70px -30px;
        width: 12px;
        height: 11px;
        display: inline-block;
        margin-right: 11px;
        margin-left: 6px;
    }
    .imagegrid img {
        width: 30px;
        height: 30px;
        margin: 0 5px
    }

}


@media (max-width:767px) {
    .redemption-title{
        margin-bottom: 10px;
        font-size: 14px;
    }
    .redemption-message{
        font-size: 14px;
    }
    .ui-datepicker {
        margin-left: 0px;
    }
    .footer {
        display: none;
        width: 100%;
        background: #174C8A;
        padding-bottom: 15px
    }

    .footerBg {
        padding-top: 35px;
        color: #fff;
        text-align: center
    }

    .footerBgLinks {
        text-align: center;
        font-size: 18px;
        line-height: 25px;
        color: #fff;
        padding-bottom: 20px
    }

    .footerBgLinks a {
        text-decoration: none;
        color: #fff
    }

    .footerBgCopy {
        font-size: 12px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px
    }

    .airportlist {
        top: 65px
    }

    input:focus-visible{
        outline: none !important;
    }

    input:focus{
        border: none;
    }

    .amnty,
    .pk-popup .address {
        overflow: hidden;
        text-overflow: ellipsis
    }

    .dstt,
    .shofilt {
        font-weight: 500
    }

    .pk-popup .address,
    p.address,
    p.lsname {
        white-space: normal
    }

    .spin-c,
    .spinner-new {
        background: url(../images/Load-m.gif) 0 0/50px 50px no-repeat;
        margin-top: 100px;
        width: 50px;
        height: 50px
    }

    .spin-c,
    header a.hlp {
        margin-top: 0
    }

    .pkdtl.ui-dialog {
        width: 100% !important;
        position: fixed;
        top: 0 !important;
        left: 0 !important;
        border: none;
        border-radius: 0;
        /* height: 100vh !important */
    }

    #parkDetail {
        height: 100vh !important;
    }

    .pkdtl .ui-dialog-content {
        width: 100% !important;
        padding: 15px 15px 100px !important;
        height: 100% !important
    }

    .park-amenitysec {
        margin-left: 0;
        margin-right: 0
    }

    .amini {
        width: 100%;
        margin-bottom: 30px
    }

    .no-rviews {
        margin-top: 100px
    }

    p.pricess {
        font-size: 32px
    }

    .popnew-p {
        margin-bottom: 40px
    }

    .mdlcls .ui-dialog-content {
        padding: .5em 1.4em !important
    }

    .bknow p,
    .pribx .ppday {
        margin-bottom: 15px
    }

    .hd-cnt svg {
        width: 144px
    }

    header a.hlp {
        font-size: 14px;
        width: 74px;
        line-height: 31px
    }
    .header-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 25px;
    }

    #logo {
        cursor: pointer;
        width: 158px;
        height: 29px;
    }

    .help-link {
        width: 74px;
        height: 32px;
        flex-shrink: 0;
        border-radius: 2px;
        border: 1px solid #327DD6;
        background: var(--White, #FFF);
        color: #327DD6;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }
    .amnty {
        white-space: nowrap;
        width: fit-content
    }

    .ap-name,
    .edt-cnt .icon-clock,
    .edt-cnt .icon-plane,
    .fltsdd,
    .pdate-sec,
    .showdesk,
    .vbdr {
        display: none
    }

    .hidedesk,
    .scdate-sec,
    .visible-xs {
        display: block
    }

    i.visible-xs {
        display: inline-block;
        font-style: normal
    }

    .hidden-xs {
        display: none !important
    }

    header {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .hd-cnt {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .hd-cnt img {
        width: auto
    }

    .edt-cnt {
        width: 100%;
        padding-left: 5%;
        padding-right: 6px
    }

    .edt-cnt .icon-cal {
        margin-right: 5px
    }

    .pdate-sec button {
        width: 42px;
        height: 21px;
        margin-left: 5px
    }

    .datesspan {
        width: auto;
        font-size: 12px !important;
        margin-right: 1px
    }

    .pdate-sec {
        height: 67px;
        padding: 20px 0
    }

    .whtbar {
        height: auto;
        border: none
    }

    .inpbx {
        height: 46px;
        border: 1px solid #ccc;
        border-radius: 4px;
        width: 100%;
        margin-bottom: 12px;
        padding: 15px;
        display: flex;
        align-items: center
    }

    .ui-timepicker-wrapper {
        width: 100px;
        margin-top: 21px;
        margin-left: -18px;
    }

    .bralert,
    .flt-section,
    .l-sch,
    .mrbox {
        padding-left: 20px;
        padding-right: 20px
    }

    .inpbx input,
    .inpbx select {
        font-size: 16px
    }

    .pkdtl.ui-dialog .ui-dialog-title {
        height: 30px;
    }

    .boxt,
    .imgbcx,
    .inpbx.inpbxselect,
    .opimg,
    .pcntbx,
    .t-box,
    .t-box.autoo {
        width: 100%
    }
    .boxt{
        height: inherit;
        border-radius: 8px;
    }
    .results-sec{
        padding-bottom: 32px;
    }
    .flt-section {
        padding-left: 10px;
        padding-right: 10px;
        background: #F7FAFD;
        height: auto;
    }
    .fltb {
        padding: inherit;
        height: auto;
    }
    .bar-ctn .updsear {
        height: 58px;
        float: none;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase
    }

    .bar-ctn .cancelbtn {
        float: none;
        border: none;
        padding: 0;
        height: auto;
        display: block;
        width: auto;
        margin: 35px auto 0;
        font-size: 16px
    }

    .closebtn,
    .ftrs span,
    .imgbcx,
    .info-icon,
    .ohle,
    .ohlo,
    .rvitm .cnnttt,
    .tabs button:last-child,
    .wht-cal,
    span.oralrt {
        margin-right: 0
    }

    .bralert {
        margin-top: 0;
        text-align: left;
        display: none
    }

    .bhfp {
        font-size: 14px !important;
    }

    .bralert .spnn {
        font-size: 14px;
        width: 82%;
        display: inline-block;
        vertical-align: middle;
        padding-left: 10px;
        line-height: 19px
    }

    .bralert .closebtn {
        margin-left: 0
    }

    .box-5,
    .timingbuh {
        float: none;
        width: 100%
    }

    .itmbox {
        padding: 33px 48px 23px
    }

    .shofilt {
        /* color: #1F589E; */
        float: right;
        background: 0 0;
        border: none;
        margin-top: 8px;
        display: flex;
        align-items: center;

        color: #1C1C1C;
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .fltr-icon {
        margin-top: 5px;
        margin-left: 8px;
    }
    .pTypeFilterCount{
        font-size: 14px;
        margin-left: 3px;
    }
    .bknow,
    .opimg {
        float: none;
        text-align: center
    }

    .cnnttt h5 span,
    .dstt {
        font-size: 12px
    }

    .pk-popup .ui-dialog-content {
        padding: .5em 1.5em !important
    }

    .pk-popup h3 {
        font-size: 20px
    }

    .pk-popup .revs {
        display: inline-block;
        padding-right: 0;
        border-right: none;
        margin-right: 0
    }

    .pk-popup .address {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 36px;
        min-height: 36px
    }

    .ftrs span {
        display: block;
        font-size: 14px;
        margin-bottom: 11px
    }

    .ftrs,
    .pk-popup .rvsce {
        margin-bottom: 18px
    }

    .bknow {
        padding-top: 19px
    }

    .bknow button {
        margin-bottom: 33px
    }

    .tglbtn {
        margin-top: 24px
    }

    .park-reviewsec {
        margin-top: 30px
    }

    .park-reviewsec .rating span {
        display: inline-block;
        vertical-align: top
    }

    .boxrting {
        display: block;
        padding: 20px 30px
    }

    .boxrting .rtingbig {
        margin-right: 7px
    }

    #bseorating {
        display: inline-block !important;
        margin-top: 15px;
        margin-left: 0
    }

    .rvitm {
        padding: 20px 14px;
        position: relative
    }

    .rvitm .imggg {
        width: 25%
    }

    .cnnttt .rvdate {
        margin-top: 0
    }

    .rvitm .cnnttt {
        width: 100%;
        align-items: flex-start;
    }

    .rvsp {
        width: 100%;
        margin-top: 12px
    }

    .cnnttt h5 {
        margin-bottom: 6px;
        font-weight: 400;
        margin-top: 10px
    }

    .wht-cal svg {
        width: 14px;
        height: 20px
    }

    .bhf,
    .timingbuh p {
        text-align: center
    }

    .timingbuh p:first-of-type {
        line-height: 1.95
    }

    .mrbox button {
        top: 100px
    }

    .mrbox img {
        border-radius: 2px;
        max-width: 100%;
        object-fit: cover;
        height: 182px
    }

    .gcbx {
        margin-bottom: 20px
    }

    .infobx {
        padding: 10px;
        width: 233px;
        height: 136px;
        top: -207px;
        left: -161px;
    }
  
    .dstt {
        color: #683963;
        padding-top: 8px
    }

    .inctn .tilname {
        font-size: 14px;
        max-height: 54px;
        min-height: 16px;
    }

    .lt-name {
        padding-top: 20px;
    }

    .close-button {
        top: 9px;
        right: 16px;
    }

    .infobx button {
        margin-top: 8px
    }

    .pkfil-popup.ui-dialog .ui-dialog-content {
        padding: 2px 15px;
        height: 282px !important;
    }

    .pkSrt-popup.ui-dialog .ui-dialog-content {
        padding: 2px 15px;
        height: 150px !important;
    }

    .pkfil-popup.ui-widget-content {
        border-radius: 4px;
        border: 1px solid #F2F2F2;
        background: #FFF;
    }
    
    .pkSrt-popup.ui-widget-content {
        border-radius: 4px;
        border: 1px solid #F2F2F2;
        background: #FFF;
    }
    
    .ttlflt {
        margin-bottom: 15px;
        /* margin-top: 15px; */
    }
    .fpoption {
        padding: 14px;
        right: 0;
    }
    #applydeskFilter{
        margin-top: 6px;
    }
    .fltsdd{
        display: flex;
        justify-content: flex-start;
        margin-top: 12px;
        flex-wrap: wrap;
        gap: 12px 0;
    }
    .sortByOption{
        right: 145px;
    }
    .pkfil-popup {
        top: 235px !important;
        left: 48% !important;
        width: 199px !important;
        height: 270px !important;
        border-radius: 4px;
        border: 1px solid #F2F2F2;
        background: #FFF;
        box-shadow: 0px 2px 8px 0px rgba(125, 125, 125, 0.25);
    }

    .pkSrt-popup {
        top: 235px !important;
        left: 16px !important;
        width: 169px !important;
        height: 159px !important;
    }

    .pkfil-popup .applyBtn {
        border: 1px solid #1F589E;
        border-radius: 2px;
        color: #1F589E;
        background: #FFF;
        font-size: 14px;
        width: 171px;
        height: 40px;
        margin-top: 10px;
        font-weight: 700;
    }

    .gcbx {
        margin-bottom: 18px;
        line-height: normal;
        /* margin-bottom: 0px !important; */
        margin-top: 0px !important;
    }

    .pkSrt-popup .applyBtn {
        border: 1px solid #32ccd6;
        border-radius: 4px;
        color: #fff;
        font-size: 16px;
        background: #32ccd6;
        width: 100%;
        height: 45px;
        margin-top: 10px;
        font-weight: 700
    }

    .pkfil-popup .cancelBtn {
        display: none;
        margin-top: 30px;
        width: 103px;
        height: 45px;
        background: 0 0;
        border: 1px solid #dcdcdc;
        border-radius: 4px;
        font-size: 14px;
        color: #dcdcdc
    }

    .pkfil-popup.ui-dialog .ui-dialog-titlebar-close {
        right: .9em
    }

    .pkSrt-popup.ui-dialog .ui-dialog-titlebar-close {
        right: .9em
    }

    .pkfil-popup.ui-widget-overlay {
        background: transparent;
    }

    .pkSrt-popup.ui-widget-overlay {
        background: transparent;
    }

    .map-popup.ui-dialog .ui-dialog-title {
        font-size: 16px;
        padding: 12px 0
    }

    .map-popup.ui-dialog .ui-dialog-titlebar-close {
        top: 20px
    }

    .fltb .sbytext {
        width: 20%;
        font-size: 13px
    }

    .prb {
        min-height: auto
    }

    .imgb {
        margin-bottom: 11px
    }

    .cntb p {
        margin-bottom: 7px
    }

    .cntb p.frecn {
        margin-bottom: 13px
    }

    .ratingp {
        margin-top: 30px;
        margin-bottom: 27px
    }

    .sbytextt {
        font-size: 14px;
        color: #000;
        font-weight: 400;
        width: 60%;
        display: flex;
        margin-top: 8px;
        align-items: center;
    }

    .drp-arw {
        background: url(../images/search-checkout.png?VER_PLACEHOLDER)  no-repeat -58px -52px;
        background-size: 129px 79px;
	    width: 11px;
	    height: 7px;
        display: block;
        margin-left: 8px;
        margin-top: 3px;
    }
    
    .sbyspan {
        display: flex;
        align-items: center;
        color: #1F589E;
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        cursor: pointer;
    }

    .fltb {
        max-width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 5px
    }

    .fltr-cover {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 137%;
    }
    .fltsdd-mob{
        width: 100%;
        display: flex;
        margin-top: 8px;
    }
    .fltb .sbytext {
        color: #1C1C1C;
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: left;
        width: 16%;
    }
    #ptyopeb{
        color: #1C1C1C;
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        border: none;
        background: transparent;
        margin-left:10px;
        width: 41%;
    }
    .sort-container {
        display: block;
    }
    .sbyspandesktab{
        width: 38%;
        margin-left: 5px;
        font-size: 14px;
    }
    .bkbtn {
        max-width: 100%;
        height: 36px;
        display: flex;
        width: 100%;
        height: 36px;
        padding: 5.124px 10.247px;
        justify-content: center;
        align-items: center;
        gap: 5.124px;
        flex-shrink: 0;
    }
    .mob-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        min-width: 100%;
    }

    .re {
        font-size: 16px;
        width: 100%;
        text-align: left;
    }

    .icon-plane,
    .vbdr {
        margin-right: 0
    }

    .boxt {
        float: left;
        padding: 10px;
        max-height: fit-content;
        margin-top: 24px;
        padding-top: 18px;
        margin-left: 0px;
        padding-bottom: 0;
    }
    .bookingcount{
        margin-right: 2px;
        margin-left: 1.5px;
    }
    .bookincount-sec{
        margin-top: 5px;
    }
    .line {
        height: 19px;
    }
    .gcbx,
    .gradio {
        font-size: 14px;
        position: relative;
        padding-left: 30px;
        margin-top: 16px;
        color: #000;
        font-family: "Open Sans";
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    
    }
    .classIfTag{
        max-height: fit-content;
    }
    .pribx p {
        font-size: 17px
    }
    .star-icon{
        margin-left: 0px;
        margin-right: 5px;
    }
    .contnt-b {
        padding-left: 10px;
    }
    .label-container{
        left: -10px;
        top: -39px;
        width: 150px;
        border-top-left-radius: 8px;
        border-bottom-right-radius: 6px;
        min-width: fit-content;
        max-width: max-content;
        width: max-content;
    }
    .mainDiv{
        padding-bottom: 5px;
    }
    .mainDiv .inner-leftDiv {
        padding-bottom: 4px;
        
      }
      .padding-top-zero {
        padding-top: 0px;
        height: 90px !important;
    }
    .rating, .rv-count{
        font-size: 12px;
    }
    .padding-top-normal{
        padding-top: 20px;
    }
      .img-b img {
        height: 73px;
        width: 80px;
        max-width: 80px;
      }
      .mainDiv .inner-leftDiv .amentyDivBox {
        display: flex;
        margin-left: -90px;
        margin-top: 12px;
        min-height: 68px;
      }
      .lname {
        margin-bottom: 4px;
      }
      .amnty, .miles {
        font-size: 12px;
      }
      .converd-icon, .covid-icon {
        width: 15px;
        height: 16px;
      }
      .pribx{
        /* width: 1450x; */
        bottom: 0px;
      }
      .mainDiv .amentyDivBox {
        padding-bottom: 12px;
      }
      .pribx span.strikeof{
        margin-right: 2px;
      }
      .mainDiv .amentyDivBox .amentyDiv{
        max-height: 68px;
        align-content: end;
    }
    .nonbookable .sldbtn{
        max-width: 134px;
        height: 36px;
        display: flex;
        width: 134px;
        height: 36px;
        padding: 5.124px 10.247px;
        justify-content: center;
        align-items: center;
        gap: 5.124px;
    }
    .amnty {
        line-height: normal;
        margin-bottom: 6px;
      }
      .amnty:last-child {
        margin-bottom: 0;
    }
      .mainDiv .inner-leftDiv .amentyDivBox .amentyDiv {
        width: 60%;
      }
      .lot-amenty{
        font-size: 12px;
      }
      .pribx .ppday{
        font-size: 12px;
      }
      .res-div{
        display: block;
      }
      .nonbookable{
        padding-left: 0;
        padding-right: 0px;
      }
      .mainDiv .inner-leftDiv{
        padding-bottom: 12px; height: 110px;
     }
    .bbox {
        flex-direction: column;
        justify-content: space-between;
    }

    .ohle,
    .ohlo {
        float: none
    }

    .ic-selfcvr {
        margin-right: 7px
    }

    .apr-icon {
        margin-right: 9px;
        margin-left: 5px
    }

    .tabs,
    .topv {
        padding-left: 17px;
        padding-right: 17px;
    }

    .topv {
        flex-direction: column;
    }

    .imgbcx img {
        height: 237px
    }

    p.lsname {
        margin-bottom: 16px;
        margin-top: 16px
    }

    p.address {
        margin-bottom: 19px
    }

    p.rvvs .bldtxt {
        font-size: 15px
    }

    .amtnd {
        margin-bottom: 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .tabs {
        margin-left: -15px;
        margin-right: -15px;
        justify-content: space-between;
    }

    .tabs button {
        font-size: 18px;
        margin-right: 10px !important
    }

    .ldesc p {
        font-size: 14px;
    }

    .desc-dtl {
        font-size: 14px;
    }

    .detmapsection,
    .ldesc,
    .park-amenitysec,
    .park-reviewsec,
    .tabs button.active,
    .topv {
        padding-left: 0;
        padding-right: 0
    }

    .t-box {
        margin-right: 0;
    }

    .imagegrid img {
        width: 40px;
        height: 40px;
        margin: 0 9px
    }
    .seo-paragraph{
        /* padding: 8px; */
        color: #112F55;
        text-align: center;
        font-family: "Open Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16.8px;
        letter-spacing: 0.364px;
        background: #F7FAFD;
        padding: 18px 10px;
    }
    .seo-paragraph h2{
        font-size:19px ;
        line-height: 27px;
    }
    .seo-paragraph p{
       color: #112F55;
       font-size: 16px;
       line-height: 27px;

    }
    .label-container-detail{
        top: 15px;
    }
}
@media screen and (min-width:350px) and (max-width:375px) {
    .pkfil-popup {
        left: 42% !important;
    }
    .mdsec{
		padding-left: 13px !important;
		padding-right: 13px !important;
	}
}
.uycwfg {
    display: none;
    background: #E9EDFC;
    justify-content: space-around
}

.gmbe ul li {
    list-style-type: disc
}

.pptext {
    padding-left: 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .7px;
    padding-left: 45px
}

.svut {
    border-left: 1px solid #DCDCDC;
    padding-left: 14px;
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.gifticon {
    background: url(../images/gift.png) no-repeat;
    width: 25px;
    height: 28px;
    display: inline-block;
    flex-shrink: 0;
    margin-right: 5px
}

.mdlcls p {
    font-size: 14px;
    font-weight: 500;
    color: #4f4f4f;
    margin: 0;
    margin-bottom: 15px
}

.popHead {
    height: 54px;
    background: #0751a9;
    color: #fff !important;
    padding: 5px;
    padding-left: 20px;
    vertical-align: middle;
    padding-top: 20px;
    font-size: 16px !important;
    font-weight: 700
}

#gasPopup,
#rsaPopup {
    display: none
}

.gmbe ul {
    list-style: disc;
    padding-left: 25px;
    color: #535A53;
    margin-bottom: 20px;
    font-size: 14px
}

.gmbe ul li {
    line-height: 160.5%
}

.gmbe p {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin-bottom: 14px
}

.closemmf {
    background: #f2f2f2;
    border-radius: 4px;
    width: 150px;
    height: 44px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #535a53;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    outline: 0
}

.svut p {
    font-size: 14px;
    color: #535A53;
    letter-spacing: .7px
}

.svut p b {
    font-weight: 700
}

.svut button {
    padding: 0;
    border: none;
    background: 0 0
}

.infoicon {
    background: url(../images/i-icon.png) no-repeat;
    width: 13px;
    height: 13px;
    margin-top: 3px;
    margin-left: 2px;
    display: inline-block;
    flex-shrink: 0
}

@media (max-width:767px) {

    #gasPopup,
    #rsaPopup {
        padding: .5em 1em !important;
        padding-top: 0 !important
    }

    .uycwfg {
        display: block;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 6px;
        padding: 12px;
        width: 90% !important;
        margin: 16px auto 0 !important;
        margin-top: 9% !important
    }

    .svut {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
        margin-top: 10px
    }

    .svut p {
        font-size: 12px;
        letter-spacing: 0
    }

    .infoicon {
        margin-left: 2px;
        margin-top: 3px
    }
}

@media (max-width:1024px) {
    .uycwfg {
        display: block;
        width: 100%;
        flex-shrink: 0;
        padding: 15px
    }
    .mdsec {
		max-width: 645px;
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media screen and (min-width:480px) and (max-width:767px) {
    .mainDiv .amentyDivBox .amentyDiv {
        width: 73%;
    }
    .bkbtn {
        max-width: 100%;
        width: 100%;
    }
    .img-b img {
        height: 100%;
        width: 100%;
        max-width: 100%;
    }
    #ptyopeb{
        text-align: end;
    }
}
#re {
    color: #1C1C1C;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
}

@media screen and (min-width:360px) and (max-width:375px) {
        .l-sch {
          padding-left: 10px;
          padding-right: 10px;
      }
}
.breakdown-popup.ui-widget-content {
    z-index: 1011 !important;
}
.breakdown-popup .ui-dialog-titlebar{
    display: none;
}

.breakdown-popup .ui-dialog-content {
    padding: 20px !important;
    width: 100% !important;
    margin: 0;
}

.pricebrek-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--Stroke-Divider-Base-1, #F3F5F9);
    padding-bottom: 24px;
    align-items: center;
}

.pricebrek-header p {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 33.6px */
    margin: 0;
}

.pricebrek-header button {
    background-color: transparent;

    border: none;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 33.6px */
    padding: 0;
    width: auto;
}

.pricebrek-header button:focus {
    outline: none;
}

.pricebrek-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}

.pricebrek-item p {
    color: var(--Text-Secondary, #555963);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 19.6px */
    margin: 0;
}

.pricebrek-total {
    border-top: 1px solid var(--Stroke-Border-Base-1, #E9EAEC);
}

.pricebrek-total p {
    font-size: 16px;
    font-weight: 600;
}


.price-toggle-section {
    display: flex;
    align-items: center;
    margin-left: 32px;
}

.price-toggle-section span {
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    margin-right: 12px;
}

.toggle-switch input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.toggle-switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 44px;
    height: 24px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

.toggle-switch label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.toggle-switch input:checked+label {
    background: #000;
}

.toggle-switch input:checked+label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.toggle-switch label:active:after {
    width: 25px;
}

/* css for sapphire */
.mdsec {
    max-width: 1156px;
	margin: 20px auto 0px
}
div.rstsec.sapphire-offer-msg {
	background: url('../assets/images/sapphire/offer-banner.png') no-repeat;
	background-size: 100% 100%;
	display: flex;
	padding: 0;
	justify-content: center;
	align-items: center;
	height: 53px;
}
div.rstsec.sapphire-offer-msg .msg-content p {
	color: #555963;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
div.rstsec.sapphire-offer-msg .msg-content p .bold {
	color: #15172E;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}


.sapphire-banner {
	display: flex;
	padding: 12px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	border-radius: 10px;
	border: 1px solid #7ACD69;
	background: linear-gradient(93deg, #CDFAD4 -23.02%, #FFF 36.04%, #8CF799 138.78%);
	position: relative;
	overflow: hidden;
	margin: 24px 0px;
    margin-left: 66px;
    margin-right: 66px;
  }
  .sapphire-banner .right svg {
	position: absolute;
	right: 0;
	bottom: 0;
  }
  
  .sapphire-banner .banner-content {
   width: 100%;
   display: flex;
  }
  
  .sapphire-banner h2 {
	color: #15172E;
	font-family: "Plus Jakarta Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 20.8px */
	margin-top: 0px;
	margin-bottom: 4px;	
  }
  
  .sapphire-banner p {
	color: #555963;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 19.6px */
	margin: 0px;
	position: relative;
	z-index: 1;
  }
  
  .sapphire-banner img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
  }
  
  .sapphire-banner .left {
	margin-right: 4px;
  }

@media (max-width: 480px) {
	.mh-ht{
		min-height: 0px;
	}
	div.rstsec.sapphire-offer-msg {
		background: url('../assets/images/sapphire/offer-banner-mob.png') no-repeat;
		margin-bottom: 12px;
		justify-content: flex-start;
		background-size: 100% 100%;
		height: auto;
		padding: 16px 0;
	}
	div.rstsec.sapphire-offer-msg .tabcont {
		margin: 0;
	}
	div.rstsec.sapphire-offer-msg .tabcont p {
		display: flex;
		flex-direction: column;
		gap: 5px;
		font-size: 12px;
		margin-left: 16px;
		color: #555963;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	div.rstsec.sapphire-offer-msg .msg-content p .bold {
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		color: #3F4A5C;
	}
}
/* css for sapphire end*/

@media (max-width: 767px) {
    
    .pricebrek-total {
        padding-bottom: 0;
    }

    .pricebrek-header p {
        font-size: 16px;
    }

    .price-toggle-section {
        margin-left: 0;
    }
    .price-toggle-section span{
        font-size: 14px;
    }
    /* css for sapphire */
    .mdsec {
		padding-left: 20px;
		padding-right: 20px;
		margin: 0;
		margin-top: 20px;
		/* min-height: 300px; */
        width: 100%
	}
	div.rstsec.sapphire-offer-msg {
		height: 53px;
	}
	div.rstsec.sapphire-offer-msg .tabcont {
		background: none;
	}
    .sapphire-banner {
        margin-left: 0px;
        margin-right: 0px;
    }
	/* css for sapphire end*/
}
