#post-677054 .kl-blog-post-details.clearfix img {
    display: none;
}
.menu_buttons button {
    display: inline-block !important;
    margin: 0 4px !important;
    box-shadow: 0px 0px 4px #0000002b;
    background: #fff;
    border: 0px solid red;
    width: 24px !important;
    height: 24px;
    border-radius: 3px;
    text-align: center;
    color: #000 !important;
}

.menu_buttons {
    display: flex;
    width: 100%;
    justify-content: end;
    position: absolute;
    top: 6px;
    z-index: 999;
    max-width: 160px;
}
.booking_form_submit_div{
    margin-top: 10px;
}
.single-post .itemBody a {
    color: #40c7f3;
}
.display_dropdown_status{
    display: none;
}
button.nextBtn.DestinationBtn {
    width: 100%;
    margin-top: 0!important;
    height: 100%;
    background-color: #294991;
    border-radius: 50%;
    color: #fff;
    display: flex;
    border:0;
    z-index: 1000000000;
    align-items: center;
    justify-content: center;
}
.property-quote-checkbox{
    display: flex;
    margin: 7px 0;
    color:#fff;
    line-height:21px;
}
.dest-menu-0,.dest-menu2,.dest-menu1
{
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    flex-wrap: wrap;
}
.dest-menu-0 li,.dest-menu2 li,.dest-menu1 li
{
    width: calc(100%/2 - 5px);
}
/* Custom auto selection dropdown Start */
.ui-autocomplete-category{
    font-style: italic;
    font-weight: bolder;
}
.ui-autocomplete {
    max-height: 350px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}
/* Custom auto selection dropdown End */
.destination-menu #btnDestinationWrap {
    width: 100%;
    background: #e8eef4;
    z-index: 9;
    text-align: right;
}
#lev0but
{
    background-color: #4caf50;
    color:white;
    width:max-content;
    padding: 5px 20px;
    display: block;
    position: absolute;
    right: 0;
    z-index: 100000;
    bottom: 0;
}
#lev0but.blue
{
    background-color: #294991;
    right: 70px;
}
#lev1but
{
    background-color: #4caf50;
    color:white;
    width:max-content;
    padding: 5px 20px;
    display: block;
    position: absolute;
    right: 0;
    z-index: 100000;
    bottom: 0;
}
#lev1but.blue
{
    background-color: #294991;
    right: 70px;
}
#lev2but
{
    background-color: #4caf50;
    color:white;
    width:max-content;
    z-index: 100000;
    padding: 5px 20px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
#lev2but.blue
{
    background-color: #294991;
}
.filter-column{
    margin:0;
    padding:0;
}
.closemenu
{
    width: 20px;
    height: 20px;
    background-color: #294991;
    border-radius: 50%;
    color: white;
    display: flex;
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 1000000000;
    align-items: center;
    justify-content: center;
}
/*#btnDestinationWrap
{
  background-color: #4caf50;
  color:white;
  width:max-content;
  padding: 5px 20px;
  display: block;
  position: absolute;
  right: 0;
  z-index: 100000;
  bottom: 0;
}*/
.zn_section.outer-section{
    padding-top: 0;
    padding-bottom: 0;
}

.zn_section.slider-section{
    padding-top: 0;
    padding-bottom: 0;
}
.gstaad-container-inner{
    margin-bottom: -1px;
}
.gstaad-container{
    padding-top: 0;
    padding-bottom: 0;
}
.madatory-astrik{
    color: #b77373;
    font-size: larger;
}
.gstaad-container p{
    margin-bottom: 0;
}
.gstaad-inner{
    padding-bottom: 0;
    padding-top: 0;
}
.result-box{
    padding: 0;
}
@media (min-width: 768px) {
    .result-box{
        width: 33%;
        margin: 1px;
    }
}

@media (min-width: 769px) {
    .social-icons-item{
        width:48px;
    }
}

.images-box-level{
    margin-bottom: 0;
}
.search-page {
    /* min-height: 100vh; */
    padding-top: 10px;
}
.search-page .image-boxes {
    position: relative;
}
.search-page .image-boxes .image-boxes-link {
    position: relative;
    display: block;
}
.search-page .image-boxes .image-boxes-link .image-boxes-img-wrapper{
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    -webkit-backface-visibility: hidden;
}
.search-page .image-boxes .image-boxes-link:hover .image-boxes-img-wrapper {
    opacity: .8;
}
.search-page .image-boxes .m_title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    padding-bottom: 40px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 0;
}
.search-page .image-boxes .m_title::before {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    height: 200%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, transparent 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,
    transparent 0%,
    rgba(0,0,0,1) 100%);
    opacity: .8;
    -webkit-backface-visibility: hidden;
}
.MainbannerBg{position: absolute;
    width: 100%;
    /*height: 100%;*/
    height: 50vh;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;}
.MainHeading{margin-top:185px;  color: #fff; font-size: 32px; text-align: center; position: relative;
}
.search-page .image-boxes .m_title span {
    position: relative;
    width: 100%;
    display: block;
}
.search-page .image-boxes .m_title::after {
    content: '';
    position: absolute;
    bottom: 30px;
    width: 30px;
    height: 0;
    border-bottom: 2px solid #165093;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
}


.full-col.destination-dropdown.home-search-whr-to ul.dest-menu2 label, .full-col.search-destination-custom.search-whr-to ul.dest-menu2 label {
    width: 100%;
}
.dest-menu2 span.sub-btn.glyphicon.glyphicon-play
{
    display: none;
}

.dest-group span.custom-dropdown-destination-search {
    position: sticky;
    top: 0;
    width: 100%;
    display: block;
    color:#165093;
    background: #fff;
    z-index: 9;
    border-bottom: 1px solid #165093;
}
.kl-slideshow{z-index: 2;}

.custom-searchSection {
    max-width:1200px;
    margin:0 auto;
    width: 100%;
    padding: 5px 10px;
    box-shadow: 0 4px 10px 0
    rgba(0,0,0,0.12);
    background: RGBA(0,20,59,0.85);
    position: relative;
}
.custom-for-sale-section {
    max-width: 85%;
    margin: 10px auto 0;
    padding: 5px 10px;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.12);
}
.box-wrap {
    display: flex;
    flex-flow: row wrap;

}

#custom-search-home-page-form .box-wrap.home_main_search
{
    justify-content: space-between;
}
.box-wrap .search-col {
    padding-left: 15px;
    padding-right: 15px;
}
.wher-box {
    width: 40%;
}
.search-col.search-box {
    padding: 0 0 15px;
    align-self: flex-end;
}
.custom-searchSection .form-control {
    border-radius: 2px;
    min-height: 33px;
    text-align:center;
    border-color: #fff !important;
}
.full-col {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 100%;
    /*width: 60%;*/
}
.full-col p:last-child {
    margin-bottom: 0;
}
#datepicker-container{
    text-align:center;
}
#datepicker-container #datepicker {
    display:inline-block;
}

.custom-searchSection .form-group {
    display: flex;
    flex-flow: row;
    margin: 10px 0px 10px 0px;
}

.custom-searchSection .form-group .form-control {
    flex: 1;
    text-align: center;
}

.home-search-whr-to{
    max-width: inherit;
    /*    width: 35%;*/
}
.custom-searchSection .form-group label {
    margin-right: 5px;
    align-self: center;
    font-size:12px;
    color:#fff;
    font-weight:600;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.border-0{border-width:0;}
.destination-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    /*background: rgba(255, 255, 255, 1);*/
    z-index: 999;
    /*box-shadow: 0 5px 10px
        rgba(0,0,0,0.15);*/
    display: none;
    /*max-width:840px;*/
    padding: 0;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    min-height: 40px;
    border: 1px solid #ccc;
    border-radius: 0;
    cursor: pointer !important;
    padding: 6px 12px;

}
.w20{width:19%}
.w80{width:72%}
.w100{width:100% !important;}
.my2{margin-bottom:25px!important;}
.btn:focus, .btn:active:focus{    outline: none;}
.select2-container .select2-search--inline .select2-search__field {
    font-size:13px; color:#555;}
.box-wrap.home_main_search.btn-success {
    color: #fff;
    background-color: #a3d686;
    border-color: #4cae4c;
}

input::placeholder{text-align:center; font-family: "Montserrat", Helvetica, Arial, sans-serif;}

.search-destination-custom{
    position: absolute;
    top: 26%;
    left: 0px;
    right: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 1;
    box-shadow: 0 5px 10px
    rgba(0,0,0,0.15);
    display: none;
    max-width:600px;
}

.destination-menu {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}
.destination-menu .dest-group {
    background-color: white;
    max-height: 65vh;
    overflow: auto;
}
.dest-group.dest-lev
{
    width: 20%;
}
.dest-group.dest-lev-0
{
    width: 25%;
}
.dest-group.dest-lev-1
{
    width: 25%;
}
.dest-group.dest-lev-2
{
    width: 25%;
}
.destination-menu .dest-group:not(:last-child) {border-right: 1px solid #ccc;}
ul.dest-menu ,ul.dest-menu1,ul.dest-menu2 {
    padding: 0 10px 0 20px;
    height: auto;
}
.dest-menu .has-child, .dest-sub-menu .has-child{
    position: relative;
}
.dest-menu .has-child label, .dest-sub-menu .has-child label {
    display: block;
    padding-right: 23px;
}
.dest-menu .has-child .drop-btn, .dest-sub-menu .has-child .drop-btn {
    position: absolute;
    right: 0;
    line-height: 18px;
    width: 20px;
    text-align: center;
    cursor: pointer;
}
#btn-search{
    /*        position: relative;
            left: 28px;
            top: 4px;*/
    color:white;
    font-size: 12px;
    margin-right: 1px;
}
#submit{
    /*        width: 96px;*/
    margin-top: 12px;
}
.apply-button{
    float:right;
}
#reset-submit{
    /*        width: 96px;*/
    /*width: 100%;*/
}

#reset_button{
    /*width: 100%;*/
    text-shadow: none;
    margin-top: 12px;
    background-color: #165093;
    padding: 10px 6px;
    line-height: 1.6;
    box-shadow: none;
    font-size: 13px;
    font-weight: 700;
    border-style: solid;
    border-radius: 3px;
    transition: background-color .15s ease-out;
}
.datepicker--cell.-in-range- {
    background: rgb(92, 196, 239);
    color: white;
}
/*.dest-sub-menu {
    display: none;
}*/
.dest-group .checkbox.current label {
    font-weight: bold;
}

.image-boxes:nth-child(even) {
    padding-right: 0px;
    padding-left: 0px;
}

.image-boxes:nth-child(odd) {
    padding-right: 0px;
    padding-left: 0px;
}
#filter-container{
    /* margin-top: 373px;
    position: relative;  */
    padding-top: 28px;
}
#btn-box{
    margin-left: 33%;
}
.cutom-date-picker,
.booking-summary{
    background: #F6F6F7;
    overflow: hidden;
    padding: 10px 15px;
    /*padding: 10px 15px;*/
}
.cutom-date-picker .datepicker-inline  .datepicker {
    border: none;
    background: transparent;
    width: 100%;
}
.cutom-date-picker #date-picker-value {
    border: none;
    width: 100%;
    background: #ffffff;
    margin: 10px 0;
    padding: 5px;
}
.gap-line {
    border-top: 1px solid #e8e7e7;
    margin: 5px 0;
}
.arrival_departure-block {
    overflow: hidden;
}

.arrival_departure-block label {
    font-size: 12px;
}

.arrival_departure-block span {
    display: block;
    font-size: 18px;
    color: #4cae4c;
}
.arrival_departure-block span.selected {
    color: #0172B1;
}
.selected-date-column {
    width: 50%;
    float: left;
}
.best-price-block {
    background: #fff;
    padding: 15px;
    margin-top: 25px;
    border: 2px solid #0172B1;
    position: relative;
}

.best-price-block .top-title {
    position: absolute;
    top: -11px;
    background: #fff;
    padding: 0 2px;
    left: 0;
    right: 0;
    width: 150px;
    margin: auto;
}
.best-price-block  .price {
    color: #4cae4c;
    text-align: center;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-size: 27px;

}
.best-price-block  .price em {
    font-size: 14px;

}
.property-btn,
.best-price-block #hold.btn-default{
    background: #0172b1;
    color: #fff;
    border: 1px solid #00588a;
    padding: 10px;
    font-size: 14px;
}
div .well {
    background: transparent;
    border:none;
    box-shadow: none;
}

.form-control.dirty {
    color: #fff;
    background-color: #d9534f;
}
.form-control.dirty.matched {
    color: #fff;
    background-color: #5cb85c;
}
.form-control.prestine {
    color: #000;
    background-color: #fff;
}

#success_message{ display: none;}
#button_send {
    background-color: #165093;
    border-color: #165093;
}

.booking-summary h1,
.booking-summary > p {
    color: #0172B1;
}
.booking-summary .summar-row {
    display: flex;
    justify-content: space-between;
    color: #0172B1;
    margin-top: 25px;
    margin-bottom: 10px;

}
.booking-summary .summary-col span {
    font-size: 15px;
    display: block;
    word-spacing: -1px;
}

.booking-summary .summary-col label{
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0;
}
.detailed-description-section{
    position: relative;
    padding: 30px 0px 0px 0px;
}
.detailed-description-section-img{
    max-height:300px;
    min-height: 200px;
    width: 1150px;
    display: block;
    margin: 0 auto;
}
.detailed-description-section-label{
    position: relative;
    top: -150px;
    left: 780px;
    z-index: 1;
    color: #fff;
    padding: 4px 8px;
    font-weight: 400;
}
.detailed-description-section-label > b{
    font-size: x-large;
    padding: 5px;
}
.available-loader{
    text-align: center;
    display: none;
}
@keyframes spinner {
    0% { transform: rotate(0deg) }
    50% { transform: rotate(180deg) }
    100% { transform: rotate(360deg) }
}
.spinner div {
    position: absolute;
    animation: spinner 0.99s linear infinite;
    width: 80px;
    height: 80px;
    top: 10px;
    left: 10px;
    border-radius: 50%;
    box-shadow: 0 2px 0 0 #817e7e;
    transform-origin: 40px 41px;
}
.loading-spinner {
    width: 72px;
    height: 72px;
    overflow: hidden;
    background: none;
    margin: 0 auto;
}
.spinner {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.72);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}
.spinner div { box-sizing: content-box; }
.best-price-block {
    display: none;
}
.-selected-{
    color:#fff;
    background:#5cc4ef;
    border-radius: 0;
}
.price_min{
    width: 27%;
    float: left;
    border: none;
    cursor: default;
    background: transparent;
    color:#ffff;
}
.price_max{
    width: 27%;
    float: right;
    border: none;
    cursor: default;
    background: transparent;
    color:#ffff;
}
.nightly_prices .price_min, .nightly_prices .price_max{
    margin-top:0 !important;
    margin-bottom:0 !important;
}

#slider-range{
    margin-top: 13px !important;
    margin-bottom:5px;
    background:#69696a;
}
.night-price-label{
    margin-bottom:5px;
}
.ui-widget-header {
    background: #fff;
}
#date::placeholder {
    text-align: center;
}
#destination::placeholder {
    text-align: center;
}

.sub-btn {
    position: absolute !important;
    top:3px !important;
    right: 5px;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    border-radius: 3px;
    text-align: center;
    line-height: 18px !important;
    font-size: 10px;
    color:#999;
    cursor: pointer;
    transition: all 0.25s;
}
.current .sub-btn, .sub-btn:hover,.sub-btn.active{
    border-color:#333;
    color:#fff;
    background-color: #315a88;
}
.destination-menu .dest-group .checkbox {
    padding: 3px 0px;
    border-radius: 3px;
    margin: 5px 0;
}
.checkbox.current {
    /*background: rgba(67, 171, 8, 0.49);*/
}
.form-control.sale_property_url{
    height: 34px !important;
    margin-top: 20px;
}
#home-submit{
    width: 100%;
    background: #2b762b;
}
input#nf-field-163_1::placeholder {
    color: #000000;
}
.tex-sale{
    text-align: center;
    font-size: 30px;
}

.form-control[readonly].form-control {
    background-color: #fff !important;
    opacity: 1 !important;
}

.bootstrap-select.btn-group .dropdown-toggle .caret{
    display: none;
}

.available-loader1{
    position: absolute;
    top: 60px;
    left: 70%;
    opacity: 0.6;
}

.section-div {
    margin-top: 36px;
}

.ui-slider-handle.ui-corner-all.ui-state-default{
    z-index: 1;
}
.ui-slider-handle.ui-corner-all.ui-state-default{
    z-index: 1;
}

.datepicker--day-name{
    color: #165093;
}
/* advance serach loader */
.available-loader2 {
    text-align: center;
}

/* custom dialog */
.master-more-filter {
    cursor: pointer;
}

/*Styling Selectbox*/
.open-filter {
    display: none;
}

.open-filter .custom-dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    /* overflow: hidden; */
    display: none;
    /* max-height: 144px;
    overflow-y: auto; */
    z-index: 9
}

.open-filter .custom-dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    float: right;
    height: 60px;
}

.open-filter .custom-dropdown-menu {
    padding: 0;
    list-style: none
}

.open-filter .custom-dropdown-menu li:hover {
    background-color: #f2f2f2
}

.open-filter .custom-dropdown-menu li:active {
    background-color: #e2e2e2
}

.input-group>.dropdown-label {
    font-size: medium;
    font-weight: 600;
    padding-right: 30px;
}

span.filter_type_select>select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

/* For IE10 */
span.filter_type_select>select::-ms-expand {
    display: none;
}
.more-filter a {
    font-size:16px;
    color: #fff;
    padding: 1rem 2.6rem;
    display: block;
    background:#165093;
    border-radius:3px;
}
.more-filter a:hover {
    color:#fff;
}
.modal-backdrop {
    z-index: 1040 !important;
}
.modal-content {
    margin: 2px auto;
    z-index: 1100 !important;
}
.plus-btn {
    width: 40px;
    height:34px;
    z-index: 0 !important;
    border: solid 1px #fff;
    border-radius: 0px;
    text-align: center;
    font-size: 18px;

}
.minus-btn {
    width: 40px;
    height:40px;
    border: solid 1px #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;

}
.input-number{
    z-index: 0 !important;
}

/* .quantity-left-minus{
    border-radius: 50%;
    background: #fff;
    border: 1px solid #d5d5d5;
} */
.plus-btn,.minus-btn{
    background: #fff;
    border: solid 1px #fff !important;
}
.input-number{
    text-align: center;
    font-weight: bold;
}
.select2-container{
    display: unset;
    margin-top: 3%;
    width: 21.5% ;
}
.custom-dropdown-destination-search{
    font-weight: bold;
}
#destination {
    height: 33px;
}
.quantity-right-plus:focus {
    outline: none;
}
.quantity-left-minus:focus {
    outline: none;
}
.alert-danger {
    display: none;
}
.err_on_detail_page {
    margin-bottom: 5px;
    margin-top: 5px;
    color: red;
    font-weight: 700;
    display: none
;
}
.removeClick, .removeClickDate {
    left: -27px;
    position: relative;
    cursor: pointer;
    background: #165093;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    top: 7px;
    line-height: 20px;
    user-select: none;
}

html{
    cursor: default;
}

/*.amenities .select2-selection__rendered,
.property-type .select2-selection__rendered {
    max-height: 31px;
    overflow-y: auto;
   /* display: inline-block !important;
    margin-top: -3px;
    width: 86%;
}
*/
/*

.property-type .select2-selection,
.amenities .select2-selection {
position: relative;
}

.property-type .select2-search.select2-search--inline,
.amenities .select2-search.select2-search--inline {
    position: absolute;
    top: 6px;
    width: 100%;
    z-index: 0;
    left: 0px;
}
*/

.select2-container .select2-selection {
    overflow-y: auto;
    overflow-x:     hidden;
}

.where-to .w80,
.dates .w80 {
    margin-right: -15px;
}

.col-sm-2.my2,
.form-group.my2 {
    margin-bottom: 15px !important;
}

.form-inline label.w20 {
    user-select: none !important;
}



.znpb-footer-smart-area .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.full-col.search-destination-custom {
    top: 19% !important;
}
.removeClick, .removeClickDate {
    box-shadow: 0 0 0 5px #fff;
}

button.select2-selection__clear {
    color: #fff;
    background: #165093 !important;
    width: 20px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 400;
}
.home_main_search {
    position: relative;
}
#rev_slider_6_1_wrapper iframe {
    width:100% !important;
    left:0px !important;
}

.home-search-block {
    z-index: 10000 !important;
    position: absolute;
    margin-top: 0;
    max-width: 1220px;
    margin: 0 auto;
    right: 0;
    left: 0;
    top:135px;
    background:rgba(0,20,59,0.85);

}
.home-search-block .form-group label {
    color: #fff;

}
.-bottom-left- .datepicker--pointer{
    right: 0;
    left: 0;
    margin: auto;
}
.beds-inpt-grp{
    width: 100%;
}
.form-inline .input-group.beds-inpt-grp .input-group-btn{
    width: 1% !important;
}


.listing-lbl-txt{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: #165093;
    color: #fff;
    padding: 4px 8px;
}
.padding0{padding: 0!important}
.dest-group::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.dest-group::-webkit-scrollbar-track {
    background: rgba(92, 184, 92,0.5);
}

/* Handle */
.dest-group::-webkit-scrollbar-thumb {
    background: #5cb85c;
}

/* Handle on hover */
.dest-group::-webkit-scrollbar-thumb:hover {
    background: #5cb85c;
}


/* =================================================================
    Custom search bar styles
 */
#filter-container.modern-search {
    padding: 14px 0 0;
}
#filter-container.modern-search .custom-searchSection {
    padding: 0;
    box-shadow: none;
    max-width: none;
}
#filter-container.modern-search .removeClick,
#filter-container.modern-search .removeClickDate {
    position: absolute;
    right: 7px;
    top: 30px;
    left: auto;
}
#filter-container.modern-search .removeClickDate {
    right: 22px;
    top: 41px!important;
}
#filter-container.modern-search #properties-filter-form {
    max-width: 1200px;
    margin: 0 auto;
}
#filter-container.modern-search .select2-container--default .select2-selection--multiple {
    border-radius: 25px;
    min-height: 33px;
}
#filter-container.modern-search .custom-searchSection .form-group label {
    padding-bottom: 5px;
}
#filter-container.modern-search .input-group-btn>.btn {
    margin-left: -1px;
    border-radius: 25px;
}
#filter-container.modern-search .filter-column .input-group.custom-width {
    background: #fff;
    border-radius: 25px;
}
#filter-container.modern-search .img-icon svg {
    width: 54px;
    height: 54px;
}
#filter-container.modern-search .property-quote-checkbox {
    align-items: center;
}
#filter-container.modern-search .property-quote-checkbox .icon_heading {
    padding-bottom: 0;
    line-height: 120%;
}
#filter-container.modern-search .property-quote-checkbox label {
    margin-bottom: 0;
    padding-bottom: 0
}

#events-collection .cls-1 { fill: none; }
#events-collection .cls-1,.cls-2,.cls-3 {
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 30px;
}
#events-collection .cls-4 {
    fill: #00549a;
    stroke-width: 0px;
}
#events-collection .cls-3 { fill: #fff; }
.icon.active #events-collection .cls-2,
#events-collection:hover .cls-4 {
    fill: #44c7f4;
    stroke-width: 0px;
}
#events-collection:hover g path {
    stroke: #fff;
}
#family-collection .cls-1 { fill:#fff; }
#family-collection .cls-1,
#family-collection .cls-2 { stroke-width: 0; }
#family-collection .cls-2 { fill: #00549a; }
.icon.active #family-collection .cls-2,
#family-collection:hover .cls-2 {
    fill: #44c7f4;
}

#pets-collection .cls-1 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 27px;
}
#pets-collection .cls-2 { fill: #00549a; stroke-width: 0; }
#pets-collection:hover .cls-2 { fill: #44c7f4; }
.img-icon.active .cls-2, .img-icon.active .cls-4 { fill: #44c7f4 !important } 
.img-icon svg:hover {    cursor: pointer; }
#sustainabile-collection .cls-1 { fill:#fff; }
#sustainabile-collection .cls-1,
#sustainabile-collection .cls-2 { stroke-width: 0px; }
#sustainabile-collection .cls-2 { fill:#00549a; }
.icon.active #sustainabile-collection .cls-2,
#sustainabile-collection:hover .cls-2 { fill: #44c7f4; }

#filter-container.modern-search #submit,
#filter-container.modern-search #reset_button {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    padding: 6px;
}
#filter-container.modern-search #reset_button {
    background-color: #00549a!important;
    border-radius: 25px;
}
#filter-container.modern-search #reset_button:hover {
    background-color: #44c7f4!important;
}

#filter-container.modern-search #btn-search {
    display: none;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
   /* .destination-dropdown
    {
        left: 0;
        top:110px;
    }
    .home-search-block
    {
        z-index: 1000!important;
        background-color: rgba(22,80,147,1);
    }
    .MainbannerBg{
        height: 235vh;
    }
    .form-inline.col-md-6
    {
        width: calc(100%/2 - 10px);
    }
    .box-wrap
    {
        justify-content: space-between;
    }
    .custom-searchSection .form-group.my2  .w80{
        width: 100%;
    }
    .home_main_search .form-group {
        flex-wrap: wrap;
    }
    .home_main_search  .form-group .form-control {
        flex: auto;
    }
    .home_main_search {
        display: block;
        flex-flow: row wrap;
        flex-wrap: wrap;
    }
    .home_main_search {
        position: relative;
    }
    .destination-dropdown {
        position: fixed;
        z-index: 1000;
        top: 145px;
        height: 60vh;
        left: 0px;
        width:90%;
        margin: 0 auto;
    }
    button.nextBtn.DestinationBtn
    {
        margin: 0 auto;
        left: 0;
        right: 0;
        margin-top: 10px;
        display: block;
    }
    .destination-menu .dest-group {
        flex: auto;
    }
    #level-one, #level-two span {

        display: inline-block;
    }
    .custom-searchSection .form-group {
        flex-wrap: wrap;
        flex: initial;
        display: grid;
        text-align: center;
    }
    .home_main_search #btn-box {
        margin-left: 0px;
    }

    .removeClick, .removeClickDate {
        position: relative;
        cursor: pointer;
        justify-self: flex-end;
        margin: -40px -20px;

    }

    .elm-phpcode .wpcf7 p {
        width: 100% !important;
    }
    .detailed-description-section-img {
        height: 60%;
        width: 70%;
        display: block;
        margin: 0 auto;
    }
    .detailed-description-section-label{
        top: -112px;
        left: 100px;
    }
    .detailed-description-section-label > b{
        font-size: larger;
        padding: 5px;
        font-weight: 700;
    }*/
    #filter-container.modern-search #reset_button {
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 11px 34px!important;
    }
    #filter-container.modern-search .filter-column.reset_button {
        width: auto;
    }
    #filter-container.modern-search #submit {
        padding: 10px 19px;
    }
    #filter-container.modern-search .nopadding .form-group.my2 {
        justify-content: flex-start;
    }
    #filter-container.modern-search .form-inline.event {
        margin-top: 0;
    }

    #filter-container.modern-search .where-to {
        padding-bottom: 45px;
    }
    #filter-container.modern-search .date-range {
        padding-bottom: 85px;
    }
    #filter-container.modern-search .bathroom-block,
    #filter-container.modern-search .beds-block,
    #filter-container.modern-search .bedroom-block,
    #filter-container.modern-search .guest-block {
        position: absolute;
        top: 75px;
        left: 0;
    }
    #filter-container.modern-search .bathroom-block,
    #filter-container.modern-search .bedroom-block {
        left: auto;
        right: 0;
    }
    #filter-container.modern-search .bathroom-block,
    #filter-container.modern-search .beds-block {
        top: 250px;
    }
    #filter-container.modern-search .icons-block {
        margin-top: 120px;
    }
    #filter-container.modern-search .lifestyle {
        position: absolute;
        top: 507px;
        left: 0;
    }
    #filter-container.modern-search .property-type,
    #filter-container.modern-search span.select2-selection.select2-selection--multiple { width: 100%;}
    #filter-container.modern-search .custom-searchSection .form-group label {
        padding-bottom: 3px!important;
    }
}

@media (max-width:1601px) and (min-width:800px) {
    .wdth80{width: 58%!important;}
    .wdth20{width: 20%!important;}
}
@media screen and (min-width: 1400px) {

    .custom-searchSection .form-group.my2  .w80{
        width: 67%;
    }

    .home-search-whr-to{
        max-width: inherit;
        width: 100 auto%;
    }
    .full-col.search-destination-custom.search-whr-to{
        max-width: inherit;
        width: 32%;
        z-index: 1000;
    }
    .detailed-description-section-label{
        /* left: 1150px; */
    }
}
.input-group .form-control {
    text-align: center;
}

@media (max-width:1566px) and (min-width:800px) {
    .MainbannerBg
    {
        height: 57vh;
    }

}
@media only screen and (max-width:768px) {
    .booking_form_submit_div{
        margin-top: 80px;
    }
    #zn-res-menu{
        display: none;
    }
    .fxb-row.fxb-row-col-sm .fxb-basis-auto:nth-child(2) {
        margin-top: -40px;
    }
    .site-header-col-right.site-header-top-right,.zn-menuBurger {
        margin-right: 20px;
    }
    #reset_button {
         padding: 10px 0px;
    }

    .cutom-date-picker, .booking-summary {
      padding: 29px 31px;
     }
    .home-search-block{
        z-index:10 !important;
        background:rgba(0,20,59,0.85) !important;
    }
    .destination-dropdown
    {
        background-color: white;
    }
    .dest-group
    {
        width: 100%!important;
    }
    .mw100
    {
        width: 100%!important;
    }
    .mpl15
    {
        padding-left: 15px!important;
    }
    .custom-searchSection .form-group .form-control.guest-inpt{
        min-width: 50px;
    }
    div#level-one,div#level-two,div#level-zero
    {
        position: absolute;
        z-index: 10000;
        background-color: white;
        height: 100%;
    }
    .dest-group
    {
        /*min-height: 60vh!important*/
    }
}

@media only screen and (max-width:767px) {
    
    .home-search-block {
        top:0!important;
    }
    .destination-menu .dest-group
    {
        max-height: 75vh;
    }
    .custom-searchSection {
        margin-top: 0px;
    }
    #filter-container {
        padding-top: 0;
    }
    .MainHeading{margin-top:0;}
    .full-col.search-destination-custom {
        top:10% !important;
    }
    .home_main_search .form-inline label.w20 {
        width:auto;
    }
    #filter-container .sh-component {
        margin:0;
    }
    #reset_button {
         padding: 11px 4px;

    }
}
/*@media screen and (min-width: 480px){*/
@media (min-width: 320px) and (max-width: 480px){
    .destination-menu #btnDestinationWrap,#lev1but{
        display: none;
    }
    #reset_button {
         padding: 11px 2px;
    }
}
.nopadding{
    padding:0;
}
.page-template-bookingpal #page_wrapper{
    min-height: unset !important;
}




@media only screen and (max-width: 767px){
    #main-menu.active {
        margin-left: -28px;
    }
    .zn-res-menuwrapper{
        display: flex;
        justify-content: flex-end;
    }
    .home_main_search .col-xs-offset-2 {
        margin-left: 0px;
    }
    .page-subheader.uh_flat_dark_blue, .kl-slideshow.uh_flat_dark_blue
    {
        height: 600px!important;
    }
}

@media only screen and (max-width: 480px){
    .site-header .sh-component{
        margin: 0px;   
    }
    #main-menu.active {
        margin-left: -15px;
    }
    .myvideo {
        width: 480px !important;
    }
}
@media only screen and (max-width: 430px){
    .myvideo {
        width: 430px !important;
        height: 760px !important;
    }
    .page-subheader.uh_flat_dark_blue, .kl-slideshow.uh_flat_dark_blue{
        height: 580px !important;
    }
    .site-logo-img {
        width: 300px;
        height: 120px;
    }
    .fxb-row.fxb-row-col-sm .fxb-basis-auto:nth-child(2) {
        margin-top: -150px;
    }
    .social-icons-item{
        width:38px;
    }
}
@media only screen and (max-width: 414px){
    .myvideo {
        width: 414px !important;
    }
}
@media only screen and (max-width: 375px){
    .page-subheader.uh_flat_dark_blue, .kl-slideshow.uh_flat_dark_blue{
        height: 560px !important;
    }
    .site-logo-img {
        width: 270px;
    }
}
@media only screen and (max-width: 360px){
    .page-subheader.uh_flat_dark_blue, .kl-slideshow.uh_flat_dark_blue{
        height: 545px !important;
    }
    .site-logo-img {
        width: 250px;
    }
}
.page-id-677007 header#header {
    display: none;
}
.page-id-677007 .znpb-footer-smart-area {
    display: none;
}