.filter_btn_active{
	background: #cca147 !important;
	color: #ffffff !important;
}
.filter_btn_deactive{
	background: #ffffff;
}
.filter_deactive{
	display: none;
}
.filter_active{
	display: block !important;
}

.vl-book {
    margin-bottom: 25PX;
    border: 1PX solid #dce0e0;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: 5PX;
}

.vl-book__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30PX;
    border-bottom: .1rem solid #dce0e0;
}

.vl-book__title {
    margin-right: 25px;
    color: #454545;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.vl-book__price {
    margin-right: 12px;
    color: #cca147;
    font-size: 21px;
    line-height: 1;
}

.vl-book__content {
    padding: 24px 30px;
}

.vl-book__form {
    margin-bottom: 15px;
}

.vl-book__dates {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.vl-book__dates .vl-book-field {
    width: 48%;
}

.vl-book-field__label {
    display: inline-block;
    margin-bottom: 16px;
    padding-left: 16px;
    color: #454545;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
}

.vl-book-field__input {
    padding-left: 14px;
    padding-right: 14px;
    width: 100%;
    height: 30px;
    color: #cca147;
    background-color: #fff;
    border: .1rem solid #dce0e0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: 0;
    font-size: 16px;
    line-height: normal;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}

.vl-book-field__select-wrapper {
    position: relative;
    height: 24px;
}

.vl-book-field {
    margin-bottom: 1.4rem;
}

.vl-book-field__select {
    position: relative;
    padding-left: 14px;
    padding-right: 14px;
    width: 100%;
    height: 30px;
    color: #cca147;
    background-color: transparent;
    border: 0.5px solid #cca147;
    -webkit-border-radius: 0.5px;
    -moz-border-radius: 0.5px;
    border-radius: 0.5px;
    outline: 0;
    font-size: 17px;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.vl-book-field__select option {
    color: #000;
}

.vl-book__submit {
    display: block;
    padding: 0;
    width: 100%;
    height: 40px;
    color: #fff;
    background-color: #cca147;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: 0;
    font-size: 18px;
    line-height: normal;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}

.rental_book_process_button {
    margin-top: 5px;
    width: 100%;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-primary {
    color: #fff;
    background-color: #3f8cda;
    border-color: #3f8cda;
}
.btn-primary:hover {
    color: #fff;
}
.btn-lg, .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}


.property-filter-dropdown-dates .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    color: #515365;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.53846;
}
.property-filter-dropdown-dates .ui-datepicker {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    width: auto!important;
}
.property-filter-dropdown-dates .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}

.property-filter-dropdown-dates .ui-datepicker .ui-datepicker-header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 5rem;
    border-bottom: .1rem solid #e6ecf5;
}

.property-filter-dropdown-dates .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    position: absolute;
    top: 50%;
    left: 1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}
.property-filter-dropdown-dates .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}
.property-filter-dropdown-dates .ui-state-disabled {
    cursor: default!important;
    pointer-events: none;
}
.property-filter-dropdown-dates .ui-helper-clearfix:after, .property-filter-dropdown-dates  .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}
.property-filter-dropdown-dates .ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.property-filter-dropdown-dates .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::after {
    width: .6rem;
    height: .9rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 6'%3E%3Cpath fill-rule='evenodd' fill='%23515365' d='M3.989 5.261l-.795.754L.014 3l3.18-3.015.795.754L1.605 3l2.384 2.261z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-60%) translateY(-50%);
    -moz-transform: translateX(-60%) translateY(-50%);
    -ms-transform: translateX(-60%) translateY(-50%);
    -o-transform: translateX(-60%) translateY(-50%);
    transform: translateX(-60%) translateY(-50%);
}
.property-filter-dropdown-dates .ui-datepicker .ui-datepicker-header .ui-datepicker-next::after {
    width: .6rem;
    height: .9rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 6'%3E%3Cpath fill-rule='evenodd' fill='%23515365' d='M.806 6.015l-.795-.753L2.396 3 .011.739l.795-.754L3.986 3 .806 6.015z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translateX(60%) translateY(-50%);
    -moz-transform: translateX(60%) translateY(-50%);
    -ms-transform: translateX(60%) translateY(-50%);
    -o-transform: translateX(60%) translateY(-50%);
    transform: translateX(60%) translateY(-50%);
}

.property-filter-dropdown-dates .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    color: #515365;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.53846;
}
.property-filter-dropdown-dates .ui-helper-clearfix:after {
    clear: both;
}
.property-filter-dropdown-dates .ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}
.property-filter-dropdown-dates .ui-datepicker .ui-datepicker-calendar {
    border-collapse: collapse;
}
.property-filter-dropdown-dates .ui-datepicker .ui-datepicker-calendar thead tr th:first-child {
    padding-left: 2rem;
}
.property-filter-dropdown-dates .ui-datepicker .ui-datepicker-calendar thead tr th {
    padding-top: 2rem;
    padding-bottom: 1rem;
    color: #888da8;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    /*padding-left: 3px;
    padding-right: 3px;*/
}
.property-filter-dropdown-dates .ui-datepicker .ui-datepicker-calendar tbody {
    text-align: center;
}
.property-filter-dropdown-dates .ui-datepicker .ui-datepicker-calendar tbody tr td:first-child {
    padding-left: 2rem;
}
.property-filter-dropdown-dates .ui-datepicker .ui-datepicker-calendar tbody tr td {
    position: relative;
    padding-top: .3rem;
    padding-bottom: .3rem;
    padding-left: 0;
    padding-right: 0;
}
.property-filter-dropdown-dates .ui-datepicker .ui-datepicker-calendar tbody tr td span.ui-state-default {
    display: block;
    width: 30px;
    height: 30px;
    color: rgba(75,78,101,.5);
    font-size: 14px;
    line-height:30px;
}
.property-filter-dropdown-dates .ui-datepicker-calendar tbody tr td:last-child {
    padding-right: 2rem;
}
.property-filter-dropdown-dates .ui-datepicker .ui-datepicker-calendar tbody tr td a {
    display: block;
    width: 30px;
    height: 30px;
    color: #4b4e65;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 14px;
    line-height:30px;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.property-filter-dropdown-dates .ui-datepicker .ui-datepicker-calendar tbody tr td a:hover {
    background-color: rgba(204, 161, 71, .1);
}
.property-filter-dropdown-dates .ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-active {
    color: #fff;
    background-color: #cca147;
    font-weight: 700;
}


.property-filter-dropdown-dates .uid-highlight-arrival a {
    position: relative;
    color: #fff!important;
    background-color: #cca147!important;
    font-weight: 700;
}
.property-filter-dropdown-dates .uid-highlight-arrival a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #ebebeb;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    border-top-left-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-bottom-left-radius: 50%;
}
.property-filter-dropdown-dates .uid-highlight-departure a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #ebebeb;
    -webkit-border-top-right-radius: 50%;
    -moz-border-radius-topright: 50%;
    border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -moz-border-radius-bottomright: 50%;
    border-bottom-right-radius: 50%;
}
.property-filter-dropdown-dates .ui-datepicker .ui-datepicker-calendar tbody tr td:last-child.uid-highlight a {
    -webkit-border-top-right-radius: 50%!important;
    -moz-border-radius-topright: 50%!important;
    border-top-right-radius: 50%!important;
    -webkit-border-bottom-right-radius: 50%!important;
    -moz-border-radius-bottomright: 50%!important;
    border-bottom-right-radius: 50%!important;
}
.property-filter-dropdown-dates .uid-highlight a {
    color: #4b4e65!important;
    background-color: #ebebeb!important;
    font-weight: 700;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
}
.property-filter-dropdown-dates .uid-highlight-departure a {
    position: relative;
    color: #fff!important;
    background-color: #cca147!important;
    font-weight: 700;
}
.property-filter-dropdown-dates .ui-datepicker .ui-datepicker-calendar thead tr th:last-child {
    padding-right: 2rem;
}

.filter-search-form-arrival, .filter-search-form-departure{
    position: absolute;
    z-index: -1;
    opacity: 0;
    
}

/*Property Selection Start*/
.property_listing_section {
    width: 66%;    float: left; margin-top: 139px;
}
.page-template-rental-template .property_listing_section {
    margin-top: 181px;
}
.property_map {
    width: 34%;
    float: left;
    position: fixed;
    right: 0;
    height: 100%;
    padding: 0 40px 0 20px;
    top:139px;
}
.page-template-rental-template .property_map {
     top:181px;
    }
.property-img {
    position: relative;
    display: table;
    width: 100%;
    line-height: 0;
}
.property-img a {
    display: block;
}
.property-img a img {
    width: 100%;
}
.property-img .property-price {
    position: absolute;
    bottom: 25px;
    right: 0;
    color: #fff;
    padding: 15px 20px;
    font-size: 24px;
    font-weight: 400;
    background: #cca147;
    border-radius: 100px 0 0 100px;
    line-height: 22px;
}
.property_content_section {
    position: relative;
    display: table;
    width: 100%;
    margin-top: 10px;
    
}
.listing-box {
    width: 50%;
    float: left;
    padding-left: 40px;
    margin-bottom: 40px;
}
.property-detail h3 {
    font-weight: 400;
    font-size: 22px;
    margin: 8px 0;
        line-height: 20px;
}
.property-detail h4 {
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 15px;
    color: #cca147;
}
.property-detail {
    width: 70%;
    float: left;
    position: relative;
}
.property-detail .icon > span {
    display: inline-block;
    margin-right: 15px;
    color: #999999;
}
.property-detail .icon span img {
    margin-right: 6px;
}
.property-detail .icon > span span {
    vertical-align: top;
}
.property-more-info {
    float: right;
    width: 30%;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.property-more-info a {
    background-color: #cca147;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.3s;
    border: 0;
}
.property-more-info a:hover{background: #333;color: #fff;}
.property-detail ::after {
    content: "";
    width: 1px;
    position: absolute;
    height: 100%;
    right: 0;
    background-color: #cccccc;
    top: 0;
}
.free_cancellation {
    display: block;
    color: #08a701;margin-top: 5px;
}
.property_listing_section.no-map {
    width: 100%;
    padding-right: 40px;
}
.property_listing_section.no-map .listing-box {
    width: 33.3333%;
}
/*Property Selection END*/

/*property list map switch css*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-left: 10px;
  
}
.map_show_hide_btn div {
    display: inline-block;
    float: left;
}
.map_show_hide_btn {
    display: flex;
    align-items: center;
    float: right;
}
.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before, .slider i {
    position: absolute;
    content: "";
    left: 2px;
    bottom: 2px;
    -webkit-transition: .4s;
    transition: .4s;
    color: #cca147;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100px;
    text-align: center;
}

input:checked + .slider {
  background-color: #cca147;
}

input:focus + .slider {
  box-shadow: 0 0 1px #cca147;
}

input:checked + .slider:before, input:checked + .slider i {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.switch .slider i:before {
    content: "\f00d";
}

input:checked + .slider i:before {
    content: "\f00c";
}
.switch .slider i:before {
    content: "\f00d";
}

/*Filter Start*/
.filter_section {
    padding: 15px 40px 8px;
    border-bottom: 1px solid #ebebeb;
    display: table;
    width: 100%;
    position: fixed;
    top:76px;
    background: #fff;
    z-index: 8;
    
}
.page-template-rental-template .filter_section {
    top:118px;
}
.property-filter {
    top: 12px;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #fff;
        padding:0;
        width: 66%;
}
.map_show_hide_btn {
    position: absolute;
right: 40px;
    top: 18px;
    width: auto;
}
.property_filter_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.property-filter-item-all, .property-filter-item-btn {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    color: #787a89;
    background-color: #fff;
    border: 1px solid #d8dbe6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: 0;
    font-size: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    line-height: 20px;
}
.property-filter-item-all_title, .property-filter-item-btn_title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 13px;
    line-height: 1;
}
.property-filter-item-btn i {
    font-size: 16px;
    float: right;
    margin-top: 3px;
}
.filter_btn_active.property-filter-item-btn i, .amenities_all_show.expand i {
    transform: rotate(180deg);
}

.property-filter-item-btn:hover{background: #cca147; color: #fff;border: 1px solid #cca147;}
.property-filter-item {
    margin-right: 8px;    position: relative;
}

.property-filter-sort {
    margin-left: auto;
    margin-right:10px;
}
.property-filter-dropdown {
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 101;
    display: none;
    padding: 22px;
    background-color: #fff;
    border: 1px solid #d8dbe6;
    border-radius: 5px;
    -webkit-box-shadow: 0 0.20px 0.30px rgba(216,219,230,.44);
    -moz-box-shadow: 0 .20px .30px rgba(216,219,230,.44);
    box-shadow: 0 0.20px 0.30px rgba(216,219,230,.44);
}
.property-filter-dropdown-dates.property-filter-dropdown{
padding: 0 15px 22px;
}
.property-filter-dropdown-bedrooms {
    min-width: 270px;
}
.property-filter-dropdown-counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 26px;
}
.property-filter-dropdown-counter_title {
    margin-right: 20px;
    color: #333;
    font-size: 20px;
    line-height: 1.33333;
}
.property-filter-dropdown-counter_container {
    font-size: 0;
    white-space: nowrap;
}
.property-filter-dropdown-counter_decrease {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    height: 24px;
    background-color: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
}
.property-filter-dropdown-counter_value {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    width: 40px;
    color: #787a89;
    font-size: 18px;
    line-height: 1.33333;
    text-align: center;
}
.property-filter-dropdown-counter_increase {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    height: 24px;
    background-color: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
}
.property-filter-dropdown_actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    white-space: nowrap;
}
.property-filter-dropdown_cancel {
    margin-right: 20px;
    padding: 0;
    color: #787a89;
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 16px;
    line-height: normal;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}
.property-filter-dropdown_apply {
    padding: 0;
    color: #cca147;
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}
.property-filter-dropdown-counter_decrease i, .property-filter-dropdown-counter_increase i {
    font-size: 26px;
    font-weight: bold;
}
.property-filter-dropdown-amenities {
    min-width: 600px;
}
.property-filter-dropdown_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.property-filter-dropdown_row .property-filter-dropdown-checkboxes:first-child {
    margin-right: 50px;
}
.property-filter-dropdown-checkboxes {
    font-size: 0;
}
.property-filter-dropdown-checkboxes_item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 14px;
    margin-right: 4%;
    width: 48%;
}
.property-filter-dropdown-checkboxes_item input:not(checked) {
    position: absolute;
    opacity: 0;
}
[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.property-filter-dropdown-checkboxes_item label {
    position: relative;
    display: inline-block;
    padding-left: 26px;
    color: #333;
    font-size: 16px;
    line-height: 1.23529;
    cursor: pointer;
}
.property-filter-dropdown-checkboxes_item input:not(checked)+label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: .1rem solid #dbdde8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.property-filter-dropdown-checkboxes_item:nth-child(2n) {
    margin-right: 0;
}
.property-filter-all {
    position: fixed;
    top: 138px;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    display: none;
    padding-left: 15px;
    padding-right: 15px;
    width: 66%;
    background-color: #fff;
    border-top: 1px solid #ebebeb;
    z-index: 9;
    padding: 0 40px;
}
.page-template-rental-template .property-filter-all{top: 180px;}
.property-filter-all-m-actions {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    height: 73px;
}
.property-filter-all-section {
    padding-top: 28px;
    padding-bottom: 13px;
    border-bottom: 1px solid #ebebeb;
}
.property-filter-all-actions_cancel {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding: 12px 15px;
    color: #787a89;
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}
.property-filter-all-actions_cancel:hover{color: #333;}
.property-filter-all-actions_update {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 15px;
    color: #fff;
    background-color: #cca147;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}
.property-filter-all-actions_update:hover {
    color: #fff;}
.property-filter-all-section_title {
    margin-bottom: 20px;
    color: #515365;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}
.property-filter-all-actions {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 0;
    text-align: right;
}
.property-filter-all-actions_cancel:focus, .property-filter-all-actions_cancel:hover {
    background-color: rgba(235,235,235,.8);
}
.property-filter-sort_label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    color: #787a89;
    font-size: 13px;
    line-height: 1.23077;
    cursor: pointer;
}
.property-filter-sort_select-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 120px;
}
.property-filter-sort_select {
    position: relative;
    z-index: 10;
    display: block;
    padding-right: 15px;
    color: #515365;
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 13px;
    line-height: 1.23077;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.property-filter-sort_arrow {
    position: absolute;
    top: 0;
    right: -22px;
    width: 8px;
    height: 5px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.property-filter-dropdown-checkboxes_item input:not(checked)+label:after {
    width: 14px;
    height: 10px;
    background: url(../img/check-icon.png) no-repeat;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 5px;
    left: 2px;
    z-index: 10;
    display: none;
}
.property-filter-dropdown-checkboxes_item input:checked+label:after {
    display: block;
}
.header-main.fixed_header{position: fixed; top:0; z-index: 9; width: 100%; background: #fff;}
.header-main.fixed_header .header_top{background: #fff;}
.properties-pagination {
    clear: both;
    display: table;
    margin: auto;
}
.properties-pagination ul {padding: 0;}
.properties-total {
    text-align: center; margin-bottom: 30px;font-size: 13px;}
.gm-style-iw + div {
    display: none;
}
.property_review_price i {
    color: #cca147;
}


/*map css*/
.property_box_map{
    height: 260px;
    width: 280px;
}
.property_image_wrapper img{
    width:100%;
}
.gm-style-iw {
    width: 280px !important;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    top: 15px !important;
    left: 34px !important;
}
.property_title h3 {
    margin: 10px 10px;
}
.property_review_price {
    margin: 10px 10px;
}

/*property list pagination css*/
.properties-pagination ul a.prev_arrow, .properties-pagination ul a.next_arrow {
    padding: 0px 20px;
    font-size: 14px;
}
.properties-pagination ul li {
    font-size: 15px;
    line-height: 24px;
    height: 25px;
    width: 25px;
    text-align: center;
}
.properties-pagination ul li.currentpage a {
    color: #fff;
}
li.currentpage {
    background: #cca147;
    border-radius: 100%;
}

.properties-pagination ul li:hover {
    background: #cca147;
    border-radius: 100%;   
}
.properties-pagination ul li:hover a{
    color: #fff;
}


/* Booking css Start */
.form_box {
    padding: 20px;
    border: solid 1px #efefef;
    border-radius: 5px;
    margin-bottom: 25px;
    display: table;
    width: 100%;
}
.rental_booking_form label.error {
    display: block;
    margin-left: 1em;
    width: auto;
}
.rental_booking_form label.error {
    color: red;
    font-style: italic;
}
.form_box h2 {
    font-size: 24px;
    font-weight: 400;
    color: #333;
}
.form_box h2 span.step_count {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #cca147;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}
.form_box label {
    text-transform: uppercase;
    display: block;
}
.form_box input[type="email"], .form_box input[type="text"] {
    border: solid 1px #cecece;
    border-radius: 5px;
    padding: 12px 10px;
    width: 100%;
    margin: 5px 0 15px;
}
.form_box .half_col {
    width: 49%;
    float: left;
}
.form_box .half_col:nth-child(odd) {
    margin-left: 2%;
}
.form_box .full_col{width: 100%;}
.form_box select{
position: relative;
    display: block;
    padding-left: 6px;
    padding-right: 18px;
    width: 100%;
    height: 41px;
    color: #969595;
    margin: 5px 0 15px;
    background-color: transparent;
    border: 1px solid #dce0e0;
    border-radius: 5px;
    outline: 0;
    line-height: normal;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}
.form_box .three_col {
    width: 31%;
    float: left;
    margin-left: 3.33%;
}
.form_box .three_col:nth-child(3n+1){margin-left: 0 !important;}
input:focus{outline: 0;}
.secure_checkout:before {
    content: "\f023";
    font-family: fontawesome;
    font-size: 14px;
    margin: 0 6px 0 10px;
    color: #cca147;
}
b.secure_checkout {
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
}
input.credit_card {
    background: url(../img/payment-img.jpg) no-repeat right center;
}
.form_box.reservation_terms input[type="checkbox"] {
    width: 18px; height: 18px;    float: left; margin: 6px 5px 5px 0;
}
.form_box.reservation_terms label {
    display: inline; text-transform: none;
}
.form_box.reservation_terms label a{color: #cca147;}
h5.term {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 400;
    color: #cca147;
}
input.booking_btn {
    background: #cca147;
    border: 0;
    padding: 14px 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
}
input.booking_btn:hover {
    background: #333;
}
.booking_property_detail h3 {
    font-weight: 400;
    margin: 5px 0;
}
.booking_property_detail h4 {
    margin: 0 0 10px;
    font-weight: 400;
    color: #cca147;
}
.booking_property_detail {
    line-height: 24px;
}
.booking_summary {
    background: #f8f8f8;
    padding: 15px;
    border: solid 1px #efefef;
    border-radius: 5px;
    margin: 20px 0;
}
.booking_summary h3{margin: 0 0 10px; color: #cca147;font-weight: 400;font-size: 24px;}
.summary_table td:last-child {
    text-align: right;
}
table.summary_table {
    width: 100%;
}
.summary_table td p {text-align: left;}
.summary_table td p {
    text-align: left;
    line-height: 18px;
    margin: 0;
}
.summary_table td {
    border-bottom: solid 1px #efefef;
    padding: 10px 0;
}
.grand_total {
    font-size: 24px;
}
/* Thankyou Page css Start */
.booking_detail td {
    padding-right: 10px;
    padding-left: 15px;
    border-left: dotted 1px #969595;
    font-weight: bold;
}
.booking_detail td b {
    color: #cca147;
}
.booking_detail {
    white-space: nowrap;
    margin-bottom: 30px;

}
.booking_detail td:first-child {
    border: 0;
    padding-left: 0;
}
.order_detail th {
    text-align: left;
    padding: 10px;
    border-bottom: solid 1px #efefef;
}
.order_detail thead tr th:last-child {
    border-right: solid 1px #efefef;
}
.order_detail {
    width: 100%;
    max-width: 600px;
    border-left: solid 1px #efefef;
    border-top: solid 1px #efefef;
        border-spacing: 0;
border-collapse: collapse;
}
.order_detail td {
    text-align: left;
    padding: 10px;
    border-bottom: solid 1px #efefef;
    border-right: solid 1px #efefef;
}


/* property-single-page Start */

.rental-photos-main{width: 65%;float: left;height: 400px;border-right: 6px solid #ffffff;}	
.rental-photos-secondry{width: 35%;float: left;height: 200px;}
.rental-photos-all{width: 35%;float:left;height: 200px;border-top: 6px solid #ffffff;position: relative;}
.single-rental-gallery a {background-size: cover;background-repeat: no-repeat;background-position: center center;}
.rental-photos-all.single-rental-gallery-img.small1 {border-right: 6px solid #ffffff;}
span.rental-photos-caption {position: absolute;height: 100%;width: 100%;background: rgba(0,0,0,.5);transition: all .2s ease;}
span.rental-photos-content {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);text-align: center;    line-height: 20px;}
span.rental-photos-caption-title, span.rental-photos-caption-amount {color: #fff;}
a.rental-photos-all.single-rental-gallery-img.small2:hover .rental-photos-caption {background: rgba(0,0,0,0.4);}

.rental-action {border-bottom: 1px solid #cccccc;padding: 25px 0px;width: 100%;display: inline-block;}
.rental-photos-tab, .rental-btn {width: 50%;float: left;}
.rental-btn {text-align: right;}
.rental-btn a {background: #cca147;color: #fff;padding: 8px 30px;font-size: 18px;border-radius: 3px;text-transform: uppercase;}
.rental-photos-caption-title {
    display: block;
}
.rental_top_part {
    padding: 10px 20px;
}
.rental_booking_right {
    border: 1px solid #EFEFEF;
    border-radius: 3px;
}
.rental_top_part {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EFEFEF;
}
.rental_booking_title {
    margin-right: 25px;
    color: #454545;
    font-size: 8px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}
.rental_booking_price {
    margin-right: 7px;
    color: #cca147;
    font-size: 30px;
    line-height: 1;
}
.rental_booking_price span {
    color: #959595;
    font-size: 12px;
    line-height: 1.2;
}
.rental_booking_form {
    padding: 10px 20px;
}
.book-field_label {
    display: block;
    margin-bottom: 5px;
}
.rental_booking_dates {
    display: flex;
    justify-content: space-between;
}
.book-field .book-field_input {
    border: solid 1px #d0d0d0;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.book-field {
    width: 48%;
}
.book-field_select-wrapper .book-field_select {
    width: 100%;
    border: solid 1px #ccc;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.rental_book_submit {
    background: #cca147;
    width: 100%;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    margin: 10px 0;
    cursor: pointer;
}
.rental_book_submit:hover {
    background: #333;}
.single-rental-detail-section {
    clear: both;
}    
.single-rental-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #efefef;
    margin-bottom: 30px;
}
.single-rental-links a {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding: 20px 0;
}
.single-rental-links a.active:before, .single-rental-links a:hover:before {
    content: "";
    height: 1px;
    width: 100%;
    background: #cca147;
    position: absolute;
    bottom: -1px;
}
.single-rental-links a.active {
    color: #cca147;
}
.single-rental-content .property-detail h2 {
    font-size: 30px;
    text-transform: none;
    color: #333;
    margin: 0 0 15px;
        line-height: 20px;
}
.single-rental-content .property-detail{width: 100%; margin-bottom: 30px;}
.single-rental-content .property-detail ::after {
    content: none;
}
.rental-content_section {
    display: flex;
    padding-bottom: 14px;
    padding-top: 24px;
    border-top: 1px solid #e1e1e1;
        clear: both;
}
.rental-content-container p{margin-top: 0;}
.rental-content_section h4 {
    margin-top: 0;
    margin-bottom: 0;
    width: 22.95082%;
    margin-right: 20px;
    color: #cca147;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}
.rental-content-container {
    width: 74.31694%;
}
.overview_section ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.overview_section ul li {
float: left;
width: 50%;
margin-bottom: 10px;
}
.amenities_section ul li:before {
    content: "\f00c";
    font-family: fontawesome;
    margin-right: 8px;
    color: #cca147;
}
.amenities_section ul li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}
.amenities_section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.near_rental .listing-box:last-child {
    margin: 0;
}
.near_rental .listing-box {
    width: 32%;
    padding: 0;
    margin-right: 2%;
}

.blog_section.near_rental .property-detail h3 {

    font-size: 16px;margin-bottom: 4px;    line-height: 20px;

}
.blog_section.near_rental .property-detail h4 {

    font-weight: 400;
    font-size: 14px;
    margin: 0 0 10px;
    color: #cca147;

}
.blog_section.near_rental .icon {

    font-size: 12px;

}
.blog_section.near_rental .property-detail .icon > span {
    margin-right: 10px;

}
.blog_section.near_rental .free_cancellation {
    font-size: 12px;

}
/* property-single-page End */



@media (max-width: 1127px){
    .listing-box {
    padding-left: 20px;
    margin-bottom: 20px;
}
.property_listing_selection{padding: 0 20px;}
.listing-box {
    width: 100%;
}
.property_listing_section.no-map .listing-box {
    width: 50%;
}
.property-filter-item-all, .property-filter-item-btn {
    padding: 5px;

}
.blog_section.near_rental .property-detail .icon span img {margin-right: 4px;height: 11px;}
.blog_section.near_rental .property-detail .icon > span {margin-right: 5px;}
}

@media (max-width: 1023px){
.listing-box {
    width: 50%;
}

.property_map{display: none !important;}
.property_listing_section {
    width: 100%;
    float: left;
    padding-right: 20px;
}
.map_show_hide_btn{display: none;}
.property-filter {
    width: 100%;
}
.property-detail, .property-more-info {
    width: 100%; position: static;
}
.property-detail ::after {
    content: none;
    background-color: transparent;
}
.property-more-info {
    float: left;
    text-align: left;
    transform: none;
    margin-top: 15px;
}
}
/* Thankyou Page css End */
@media (max-width: 767px){
.form_box h2 {
    font-size: 18px;
}
.form_box .half_col {
    width: 100%;
}
.form_box .half_col:nth-child(odd) {
    margin-left: 0;
}
b.secure_checkout {
    float: left;
    width: 100%;
    margin: 15px 0;
}
.form_box .three_col {
    width: 100%;
    margin-left: 0;
}
input.credit_card {
    background-size: 40%;
}
.property_box {
    width: 100%;     margin-bottom: 20px;
}
.property_section .property_box:nth-child(odd) {
    margin-left: 0;
}
.property_box h3 {
    font-size: 20px;
}
.property_search select, .property_search input {
margin-right: 0; margin-bottom: 8px;width: 100%;}
.property_search input.search_btn {width: auto; min-width: 150px;}
.property_listing_selection.no-map .listing-box, .listing-box, .property_listing_selection {
    width: 100%;
}
.property-filter-item-guests, .property-filter-item-bedrooms, .property-filter-item-amenities{display: none;}
.filter_section {
    padding: 10px 20px;
}
.property-filter-all {
    width: 100%;
    padding: 0 20px;
}
.property-filter-dropdown-dates .ui-datepicker {
    display: block!important;

}
.property-filter-sort_arrow {
    right: 0;
}
.property-detail h3 {
    font-size: 18px;
    line-height: 22px;
}
/* property-single-page Start */
.rental-photos-main {width: 100%;height: 250px;}
.rental-photos-all, .rental-photos-secondry  {width: 50%;border-top: 6px solid #ffffff;}
.rental-photos-main{border: 0;}
.rental-photos-all {border-left: solid 3px #fff;}
.rental-photos-secondry {border-right: solid 3px #fff;}
.single-rental-links a {font-size: 12px;padding: 10px 0;}
.single-rental-content .property-detail h2 {font-size: 20px;}
.rental-content_section {display: block;}
.rental-content_section h4 {margin-bottom: 10px;width: 100%;}
.rental-content-container {width: 100%;}
.overview_section ul li, .amenities_section ul li {width: 100%;}
.near_rental .listing-box {width: 100%;padding: 0;margin-right: 0;}
/* property-single-page End */
}
@media (max-width: 480px){
.booking_detail {
    white-space: normal;
}
label.property-filter-sort_label {
    display: none;
}
}
/* Booking css Start */
