body:not(.home-page) .header-container {
    height: 110px;
}
body:not(.home-page) .main-container {
    padding: 107px 33px 30px 0;
    margin-top: -60px;
    z-index: 10;
}
body:not(.home-page) .main-container .header-tabs .nav-tabs {
    margin-top: -41px;
    padding-left: 0;
    border-bottom: none;
}
.main-container .header-tabs .nav-tabs li {
    margin-right: 5px;
}
.main-container .header-tabs .nav-tabs li a {
    padding: 8px 15px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    margin-top: -5px;
}
.main-container .header-tabs .nav-tabs li a.active {
    background: #ffb000;
}
.main-container .header-tabs .nav-tabs li a i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
}
.marginalized {
    padding-top: 30px;
    padding-left: 30px;
}
.meta-data {
    color: #999;
    font-size: 1rem;
}
.section-type {
    font-size: 1.5rem;
    padding-bottom: 5px;
    text-transform: capitalize;
    color: #34495e;
    text-shadow: 1px 1px 1px #9e9fa0;
}
.items-grid {
    margin-top: 0;
    margin-bottom: 25px;
}
.second-row {
    padding-top: 40px;
}
.pagination {
    display: none;
}
.ajax-loader {
    display: none;
}
.main-container .accordion-toggle h3::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-bottom: 0.2em solid;
    border-right: 0.2em solid transparent;
    border-left: 0.2em solid transparent;
}
.main-container .accordion-toggle.collapsed h3::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.section-title-dark {
    margin-bottom: 10px;
    font-size: 26px;
}
.price-range {
    width: 340px;
    padding: 5px 17px;
}
.price-range p {
    margin-bottom: 5px;
    overflow: hidden;
    font-weight: 700;
}
.filter-box .form-control:focus {
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.filter-box {
    display: block;
    margin-bottom: 20px;
}
.filter-box span.spinbox-label {
    line-height: 36px;
}
.filter-box input::not(.spinbox-input) {
    font-size: 15px;
    padding: 10px 40px;
    width: 280px;
    text-align: left;
    color: #484848;
    background: #fff;
    display: inline-block;
    border-radius: 0;
    font-family: "open sans", sans-serif;
    border: 1px solid #999;
}
.filter-box input.spinbox-input {
    display: block;
    width: 50px;
    padding: 0 8px;
    text-align: right;
    border: 0;
    line-height: 36px;
    float: left;
}
.filter-box input[type="checkbox"],
.filter-box input[type="radio"] {
    width: auto;
    display: inline-block;
    margin-right: 5px;
}
.filter-box .form-group {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    margin-bottom: 5px;
}
.filter-box .spinbox-buttons {
    float: right;
}
.dropdown-spinbox-menu li {
    display: table;
    width: 100%;
    margin-bottom: 1px;
}
a.add-wishlist,
a.remove-wishlist {
    display: inline-block;
    position: absolute;
    color: #fff;
    font-size: 21px;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 4px 8px;
    background: rgba(0, 0, 0, 0.2);
    border-bottom-right-radius: 15px;
}
a.add-wishlist:hover,
a.remove-wishlist:hover {
    transform: scale(1.1);
}
#search-form .filter-box .form-group {
    width: 16%;
    margin: 0 1% 10px 0;
    padding: 0;
    display: block;
    float: left;
}
#search-form .filter-box .form-group a span,
#search-form .filter-box .form-group input,
#search-form .filter-box .form-group select,
.filter-box span.spinbox-label {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    border-radius: 0 20px 20px 0;
}
#search-form .filter-box .dropdown-filter-menu li a {
    padding: 6px 6px 5px 0;
}
#search-form .filter-box .form-group a.more-options {
    background: #fff;
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
    width: 100%;
}
#search-form .filter-box .form-group .features-filter-box {
    background: #fff;
    padding: 0 10px 10px;
}
#search-form .filter-box .form-group button {
    width: 100%;
}
.filter-box .form-group:after {
    border: 6px solid transparent;
    border-top: 7px solid #919191;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    width: 0;
    z-index: 200;
}
.filter-box .primary-button {
    display: inline-block;
    padding: 6px 0 5px 0;
    font-size: 16px;
    width: 15%;
    line-height: 30px;
}
.filter-field {
    cursor: pointer;
}
.filter-box .dropdown-filter-menu {
    padding-left: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    -webkit-box-shadow: 0 2px 5px 0 rgba(46, 46, 46, 0.2);
    box-shadow: 0 2px 5px 0 rgba(46, 46, 46, 0.2);
    background-color: #fff;
    width: 100%;
    min-width: 310px;
    max-height: 300px;
    overflow-y: scroll;
    visibility: hidden;
}
.filter-box .dropdown-spinbox-menu {
    padding-left: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    -webkit-box-shadow: 0 2px 5px 0 rgba(46, 46, 46, 0.2);
    box-shadow: 0 2px 5px 0 rgba(46, 46, 46, 0.2);
    background-color: #fff;
    width: 100%;
    min-width: 220px;
    max-height: 150px;
    overflow-y: scroll;
    visibility: hidden;
}
.filter-box .dropdown-active .dropdown-filter-menu,
.filter-box .dropdown-active .dropdown-spinbox-menu {
    z-index: 999;
    visibility: visible;
    opacity: 1;
}
.filter-box .input-group input {
    padding: 8px 24px 8px 6px;
    border-radius: 0 !important;
}
.filter-box .input-group .fa {
    display: block;
    left: 1px;
    text-align: center;
    color: #fff;
    background: 0 0;
    line-height: 28px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 0;
    border-radius: 0;
    width: 30px;
    font-size: 1rem;
    background: #000;
}
.filter-box .filter-field {
    cursor: pointer !important;
    background: #000;
}
.filter-box .dropdown-filter-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    display: block;
    cursor: pointer;
    text-align: left;
}
.filter-box .dropdown-filter-menu li a {
    display: block;
    font-size: 1rem;
    padding: 6px 15px 5px 20px;
    position: relative;
    -webkit-transition: none;
    transition: none;
    width: 100%;
}
.filter-box .dropdown-filter-menu li a:hover * {
    color: #ffb000;
}
.filter-box .dropdown-filter-menu li a i {
    color: #484849;
    opacity: 0.7;
    font-size: 1.2rem;
}
.filter-box .dropdown-filter-menu li a img {
    height: 20px;
    left: 20px;
    margin-top: -10px;
    max-width: 35px;
    position: absolute;
    top: 50%;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    -webkit-filter: contrast(0.1) brightness(150%);
    filter: contrast(0.1) brightness(150%);
    margin-right: 0.5em;
}
.filter-box .dropdown-filter-menu li a span {
    margin-left: 10px;
    display: inline-block;
    vertical-align: baseline;
    color: #484849;
}
.filter-box .dropdown-active::after {
    border-top-color: #ffb000 !important;
}
.filter-box .dropdown-active .dropdown-filter-menu {
    opacity: 1 !important;
}
#properties,
#rooms,
#services {
    margin-top: 30px;
    position: relative;
}
#filtered-properties,
#filtered-rooms {
    min-width: 100%;
    margin: 0;
}
#filtered-services {
    min-width: 100%;
}
.loading::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.98) url(../images/ring-alt-small.gif) 50%
        20% no-repeat;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#accordion-property,
#accordion-service {
    z-index: 200;
}
.price-box {
    min-width: 225px;
    padding-left: 20px;
    overflow: hidden;
    padding-bottom: 10px;
    top: 20px;
    height: auto;
}
.price-slider {
    width: 200px;
    display: inline-block;
}
.price-slider .form-group {
    display: block;
}
.description + [data-readmore-toggle] {
    border-bottom: 1px solid #cecece;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.features {
    padding: 5px 0;
    border: none;
}
.features h3 {
    margin-bottom: 15px;
}
.features .amenity {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.features .work-times {
    margin-top: 15px;
    font-size: 1rem;
    border-top: 1px solid #cecece;
    padding-top: 15px;
}
.booking-data,
.booking-total {
    margin: 0 auto;
}
.thead-inverse th {
    background: #ffb000;
}
.booking-total table td {
    padding: 0.3rem 0.5rem;
}
.main-container .work-times .first-data {
    font-size: 1rem;
    font-weight: 700;
}
.property-info {
    padding-bottom: 20px;
}
.property-info p {
    margin-bottom: 5px;
}
.main-container .social-icons {
    padding-left: 0;
    margin-bottom: 5px;
    text-align: center;
    border-top: 1px solid #cecece;
    margin-top: 10px;
    padding-top: 5px;
}
.main-container .social-icons li {
    list-style-type: none;
    display: inline-block;
}
.main-container .social-icons li a {
    height: 36px;
    display: block;
    width: 36px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    text-align: center;
    border-radius: 50%;
    padding-top: 5px;
    margin-left: 5px;
}
.main-container .social-icons li a:hover {
    background: #ffb000;
}
.main-container .social-icons li a:hover .fa {
    color: #fff;
}
.contact-info .footer-menu {
    padding-left: 0;
}
.contact-info .social-icons {
    text-align: left;
    border-top: 0;
}
.contact-info .social-icons a {
    color: #ffb000;
}
.contact-info .footer-menu li {
    list-style-type: none;
}
.contact-info .footer-menu li a {
    color: #34495e;
}
.contact-info .footer-menu li a i {
    color: #ffb000;
}
.contact-info .social-icons li a {
    width: 30px;
    height: 30px;
    padding-top: 3px;
}
.contact-form textarea {
    max-height: 100px;
    resize: none;
}
.contact-form .wrong-error {
    display: none;
}
#google-map {
    height: 320px;
    margin-bottom: 20px;
}
.features .owner-info {
    color: #999;
    margin-bottom: 5px;
}
.features .listing-data {
    margin-bottom: 5px;
    font-size: 0.9rem;
}
.features .listing-data a {
    color: #34495e;
}
.features .listing-data a:hover {
    color: #ffa200;
}
.features .map-boxed {
    margin-top: 15px;
    border: 1px solid #cecece;
    height: 300px;
    margin-bottom: 15px;
}
.features .listing-data .fa {
    opacity: 0.9;
}
.ui-tooltip {
    padding: 5px 10px !important;
    color: #ffb000 !important;
    border: 1px solid #cecece !important;
    font-size: 0.7rem !important;
    border-radius: 0;
}
#carousel-images {
    margin-bottom: 20px;
}
#carousel-images .carousel-item {
    max-height: inherit;
    height: auto;
    overflow: hidden;
}
#carousel-images .carousel-control-next,
#carousel-images .carousel-control-prev {
    opacity: 1 !important;
}
#carousel-images .carousel-item img {
    height: 100%;
    display: block;
    width: 100%;
    max-width: 100%;
}
.single-villa #carousel-images .carousel-item {
    height: 600px;
    overflow: hidden;
}
.single-villa #carousel-images .carousel-item img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    margin: 0;
}
#review textarea {
    resize: none;
    max-height: 150px;
}
#review .form-group {
    margin-bottom: 5px;
}
#review .review-label {
    font-weight: 700;
    line-height: 1;
}
.br-widget a::after {
    color: #ffb000 !important;
}
.review-item {
    list-style-type: none;
    border-bottom: 1px solid #cecece;
    padding-bottom: 5px;
}
.review-list {
    padding-left: 0;
}
.review-description .br-widget {
    padding-top: 10px;
}
.review-description .br-widget,
.review-description .meta-data {
    display: inline-block;
    padding-right: 10px;
}
.black-button {
    background: #fff;
}
.filter-box .form-group.not-after::after {
    display: none;
}
.noUi-connect {
    background: #ffb000 !important;
}
.ui-widget-content[aria-hidden="true"] {
    display: block !important;
    height: 0;
    overflow: hidden;
}
.ui-widget-content[aria-hidden="false"] {
    display: block !important;
    height: auto;
}
#ui-datepicker-div {
    font-family: "open sans", sans-serif;
    border-radius: 0;
    z-index: 201 !important;
}
#ui-datepicker-div .material-icons {
    display: none;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
    border-color: #eaedf1 !important;
    background: 0 0 !important;
}
#ui-datepicker-div .ui-datepicker-header {
    position: relative;
    border: 0;
    text-align: center;
    background: #ffb000;
    color: #fff;
    border-radius: 0;
}
#ui-datepicker-div .ui-datepicker-title {
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    border-bottom: 0;
}
#ui-datepicker-div .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-prev {
    position: absolute;
    top: 0;
    line-height: 40px;
}
#ui-datepicker-div .ui-datepicker-prev {
    left: 5px;
    border: none !important;
}
#ui-datepicker-div .ui-datepicker-next {
    border: none !important;
}
#ui-datepicker-div .ui-datepicker-prev .fa {
    color: #fff;
}
#ui-datepicker-div .ui-datepicker-next .fa {
    color: #fff;
}
#ui-datepicker-div .ui-datepicker-next {
    right: 5px;
    left: auto;
}
#ui-datepicker-div table tr {
    border: none;
}
#ui-datepicker-div table thead tr {
    border-bottom: 1px solid #eee;
}
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    background: 0 0 !important;
    border: 1px solid #ffb000 !important;
    color: #ffb000 !important;
    cursor: pointer !important;
}
.input-style {
    display: block;
    margin-bottom: 20px;
}
.input-style input,
.input-style select {
    font-size: 1rem;
    padding: 10px 40px;
    text-align: left;
    color: #484848;
    background: #fff;
    display: inline-block;
    border-radius: 0;
    font-family: "open sans", sans-serif;
}
select {
    border-radius: 0;
    -moz-border-radius: 0;
    height: 53px !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.input-style .form-group {
    display: block;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}
.input-style .form-group.checkbox-group {
    padding: 0 30px;
}
.input-style .form-group.checkbox-group ul {
    list-style: none;
    display: none;
}
.filter-field {
    cursor: pointer;
}
.input-style .input-group input {
    padding-left: 10px;
}
.input-style .input-group .fa {
    display: block;
    left: 1px;
    text-align: center;
    color: #b3b3b3;
    background: 0 0;
    line-height: 2.2rem;
    border: 1px solid #cecece;
    border-right: 0;
    border-radius: 20px 0 0 20px;
    width: 45px;
    font-size: 1.2rem;
}
.input-style .filter-field {
    cursor: pointer !important;
    background: #fff;
}
.user-action-form .form-group {
    margin-right: 0 !important;
}
.modal-content {
    border-radius: 0;
}
.filter-box .input-group-addon {
    padding: 5px 8px;
    width: 36px;
}
.map-marker {
    font-size: small;
    background: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    border: 8px solid #ffb000;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    top: -15px;
    left: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.map-marker.featured i {
    color: #d32f2f;
}
.map-marker:hover {
    border-color: #ffa200;
}
.map-marker:hover::after {
    border-top-color: #ffa200;
}
.map-marker:hover::before {
    color: #ffa200;
}
.map-marker.hovered {
    border-color: #ffa200;
}
.map-marker.hovered::after {
    border-top-color: #ffa200;
}
.map-marker.hovered::before {
    color: #ffa200;
}
.map-marker:before {
    margin: 0;
    width: 24px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 0.975rem;
    color: #ffb000;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.map-marker:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 24px solid #ffb000;
    position: absolute;
    bottom: -23px;
    left: -3px;
    z-index: -1;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.map-marker i {
    font-size: 1rem;
    color: #34495e;
    vertical-align: middle;
}
.map-info-window-details {
    padding: 8px 15px;
    width: 70%;
    display: inline-block;
    float: left;
}
.map-info-window-details a h3 {
    margin: 5px 0;
    color: #34495e;
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.map-info-window-details p {
    color: #999;
    font-size: 0.6rem;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.map-info-window-image {
    width: 30%;
    display: inline-block;
    float: right;
    overflow: hidden;
    max-height: 53px;
}
.map-info-window-image img {
    width: 83px;
    height: 62px;
}
.social-btn {
    text-align: center;
    margin: 10px 0;
}
.facebook-btn,
.google-btn {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    padding: 8px 25px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.facebook-btn {
    background-color: #3b5998;
    color: #fff;
}
.facebook-btn:hover {
    background-color: #263a63;
    color: #fff;
}
.google-btn {
    border: 1px solid #cecece;
    color: #333;
    background-color: #fff;
}
.google-btn i {
    color: #dd4b39;
}
.google-btn:hover {
    color: #111;
    border-color: #a5a5a5;
}
.grid-link {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    left: 0;
}
.img-fluid {
    margin-left: 55%;
}
::-moz-selection {
    background: #ffb000;
    color: #fff;
}
::selection {
    background: #ffb000;
    color: #fff;
}
::-moz-selection {
    background: #ffb000;
    color: #fff;
}
::-webkit-scrollbar-track {
    background-color: #f2f2f2;
}
::-webkit-scrollbar {
    width: 10px;
    background-color: #ffb000;
}
::-webkit-scrollbar-thumb {
    background: #ffb000;
    border-radius: 10px;
}
body {
    font-family: "open sans", sans-serif;
    background: #eaedf1;
    color: #34495e;
}
img {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}
button,
input,
optgroup,
select,
textarea {
    font-family: "open sans", sans-serif;
}
.wrapper {
    min-height: 100vh;
}
.btn,
button {
    border: none;
    cursor: pointer;
    border-radius: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "open sans", sans-serif;
}
a,
button,
i {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
a {
    color: #0d47a1;
}
a:hover {
    color: #082c62;
}
a,
b,
p,
strong {
    font-family: "open sans", sans-serif;
    text-decoration: none !important;
}
i {
    font-size: 0.6rem;
}
.small-icon {
    font-size: 0.4rem !important;
    vertical-align: middle;
}
.medium-icon {
    font-size: 0.5rem;
    vertical-align: middle;
}
.text-centered {
    text-align: center;
}
.primary-color {
    color: #b04636;
}
.red-color {
    color: #d32f2f;
}
.green-color {
    color: #388e3c;
}
.primary-background {
    background: #ffb000;
}
.white-color {
    color: #fff;
}
.mtop0 {
    margin-top: 0;
}
.mtop10 {
    margin-top: 10px;
}
.mtop20 {
    margin-top: 20px;
}
.mbot0 {
    margin-bottom: 0;
}
.mbot5 {
    margin-bottom: 5px;
}
.mbot10 {
    margin-bottom: 10px;
}
.mbot20 {
    margin-bottom: 20px;
}
.hidden {
    display: none !important;
}
.white-button {
    display: inline-block;
    width: auto;
    padding: 4px 20px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    outline: 0;
    text-decoration: none;
}
.white-button:hover {
    background: #ffb000;
    color: #fff;
    border-color: #ffb000;
}
.primary-button {
    display: inline-block;
    background: #b04636;
    width: auto;
    padding: 6px 20px 7px;
    font-size: 1.125rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.primary-button:hover {
    background: #ffa200;
    color: #fff;
}
.primary-button:focus {
    border: none;
    color: #fff;
}
.primary-button i {
    padding-right: 5px;
}
.black-button {
    display: inline-block;
    background: #eaedf1;
    width: auto;
    padding: 10px 30px;
    color: #0b1014;
    text-align: center;
    text-decoration: none;
    border: 1px solid #0b1014;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.black-button:hover {
    background: #ffb000;
    color: #fff;
    border-color: #ffb000;
}
.header-container {
    background: url(../images/home/header-bg.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 20px;
    height: 90vh;
    background-position: center center;
}
body.single-p .header-container {
    background: 0 0 !important;
    height: 185px;
}
#logo {
    max-width: 150px;
    background: #000;
    border-radius: 50%;
    margin: 10px 25px -65px 25px;
    float: left;
}
#logo a img {
    height: auto;
    width: 100%;
}
.no-padding {
    padding: 0 !important;
}
#top {
    padding: 5px 0;
    color: #fff;
    font-size: 0.8rem;
    background: #b24737;
}
#top .container {
    padding: 0;
}
#top > div {
    z-index: 20;
}
#top a {
    color: #fff;
}
#top a:hover i {
    color: #ffb000 !important;
    text-decoration: none;
}
#top ul.top-menu,
#top ul.top-social {
    list-style: none;
    margin-bottom: 0;
}
#top ul.top-menu > li,
#top ul.top-social > li {
    display: inline-block;
}
#top ul.top-menu > li i,
#top ul.top-social > li i {
    color: #fff;
    font-size: 0.8rem;
}
.dropdown-menu {
    border-radius: 0;
    background-color: #ffb000;
    border: 0;
    opacity: 0.97;
}
#top .dropdown-menu a {
    color: #fff;
    font-size: 0.975rem;
    padding: 0 1rem;
}
#top .dropdown-menu a:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}
.top-social {
    display: inline-block;
}
.top-social li {
    padding-right: 5px;
}
.topbar-right {
    text-align: right;
}
.top-menu {
    display: inline-block;
    padding: 0;
}
.top-menu li {
    padding-right: 20px;
}
.top-menu li:last-child {
    padding-right: 0;
}
#header {
    padding: 8px 20px;
    background: #000;
}
#header .container {
    padding: 0;
}
#header > div {
    z-index: 9999;
}
#header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.97);
    z-index: 99;
    margin: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#header.fixed-header .main-menu {
    margin-bottom: 10px;
}
#header .main-menu-container {
    display: table;
    margin: 0 auto;
}
#header .main-menu {
    padding-top: 30px;
    padding-left: 0;
    margin-bottom: 15px;
    position: relative;
    width: 500px;
    float: left;
}
#header .main-menu li {
    display: inline-block;
    position: relative;
    list-style-type: none;
}
#header .main-menu li:not(.lang) > a:hover {
    color: #b24737;
}
#header .main-menu li > a {
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    line-height: 34px;
    padding: 0 15px;
    display: inline-block;
}
#header .main-menu li:hover .dropdown-menu {
    display: block;
}
#header .main-menu .dropdown-menu {
    margin: 0;
}
#header .main-menu li:not(.lang) a::before {
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    background: #ffb000;
    bottom: -2px;
    content: "";
    height: 2px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s linear;
    width: calc(100% - 30px);
    z-index: 2;
}
#header .main-menu li:last-child a::before {
    width: calc(100% - 15px);
}
#header .main-menu .white-button::before {
    display: none !important;
}
#header .main-menu li.active a::before {
    opacity: 1;
}
#header .main-menu li:hover a::before {
    opacity: 1;
}
#header .main-menu li .white-button::after {
    display: none;
}
#header .main-menu .dropdown-item {
    padding: 0 1rem;
}
#header .main-menu a .dropdown-item {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: capitalize;
}
#header .main-menu .dropdown-menu a::before {
    display: none;
}
#header .main-menu a:hover .dropdown-item {
    background: rgba(255, 255, 255, 0.3);
    color: #fff !important;
}
#header .main-menu .dropdown-toggle::after {
    border-top: 0.2em solid;
    border-right: 0.2em solid transparent;
    border-left: 0.2em solid transparent;
}
#header .main-menu .dropdown-toggle#currencies-dropdown::after {
    display:none;
}
#header .main-menu .dropdown-toggle#currencies-dropdown{
    background:#333;
}
@-webkit-keyframes scroll-button {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
}
@keyframes scroll-button {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
        opacity: 0;
    }
}
#scroll-down {
    padding: 0;
    position: relative;
}
#scroll-down a {
    position: relative;
}
#scroll-down a i {
    font-size: 4.2rem;
    color: #fff;
    -webkit-animation: scroll-button 1.5s infinite;
    animation: scroll-button 1.5s infinite;
    z-index: 12;
}
#slider {
    padding-top: 60px;
    z-index: 10;
}
.slider-heading {
    text-align: center;
    color: #666;
    font-weight: 700;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-family: "open sans", sans-serif;
}
.slider-subheading {
    color: #999;
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
    font-family: "open sans", sans-serif;
    margin-bottom: 4rem;
}
#slider-search-form {
    margin: 30px 0;
}
#slider-search-form .form-group {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    margin-bottom: 5px;
}
#slider-search-form .form-group.not-after::after {
    display: none !important;
}
.slider-box .form-control:focus {
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.slider-box {
    display: block;
    margin: 0 auto;
    text-align: center;
}
#slider-search-form input {
    font-size: 16px;
    padding: 15px 20px;
    width: 220px;
    text-align: left;
    color: #484848;
    background: #fff;
    display: inline-block;
    border-radius: 0;
    font-family: "open sans", sans-serif;
}
#slider-search-form .form-group::after {
    border: 6px solid transparent;
    border-top: 7px solid #919191;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    width: 0;
}
#slider-search-form .primary-button {
    display: inline-block;
    z-index: 99999;
}
.slider-field {
    cursor: pointer;
}
.slider-box .dropdown-slider-menu {
    padding-left: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    -webkit-box-shadow: 0 2px 5px 0 rgba(46, 46, 46, 0.2);
    box-shadow: 0 2px 5px 0 rgba(46, 46, 46, 0.2);
    background-color: #fff;
    width: 100%;
    max-height: 150px;
    overflow-y: scroll;
    visibility: hidden;
}
.slider-box .dropdown-active .dropdown-slider-menu {
    z-index: 99999;
}
.slider-box .slider-field {
    cursor: pointer !important;
}
.slider-box .dropdown-slider-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    display: block;
    cursor: pointer;
    text-align: left;
}
.slider-box .dropdown-slider-menu li a {
    display: block;
    font-size: 1rem;
    padding: 6px 35px 5px 20px;
    position: relative;
    -webkit-transition: none;
    transition: none;
    width: 100%;
}
.slider-box .dropdown-slider-menu li a:hover * {
    color: #ffb000;
}
.slider-box .dropdown-slider-menu li a i {
    color: #484849;
    opacity: 0.7;
    font-size: 1.2rem;
}
.slider-box .dropdown-slider-menu li a img {
    height: 20px;
    left: 20px;
    margin-top: -10px;
    max-width: 35px;
    position: absolute;
    top: 50%;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    -webkit-filter: contrast(0.1) brightness(150%);
    filter: contrast(0.1) brightness(150%);
    margin-right: 0.5em;
}
.slider-box .dropdown-slider-menu li a span {
    margin-left: 10px;
    display: inline-block;
    vertical-align: baseline;
    color: #484849;
}
.slider-box .dropdown-active::after {
    border-top-color: #ffb000 !important;
}
.slider-box .dropdown-active .dropdown-slider-menu {
    opacity: 1 !important;
    visibility: visible !important;
}
[class*="-section"] {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.section-title-dark {
    font-size: 2.5rem;
    color: #b04636;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.section-title-light {
    font-size: 2.5rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    text-shadow: 1px 1px 1px #04253a;
}
.section-description-dark {
    text-align: center;
    font-style: italic;
    color: #22313d;
    text-shadow: 1px 1px 1px #9e9fa0;
}
.section-description-light {
    text-align: center;
    font-style: italic;
    color: #fff;
    text-shadow: 1px 1px 1px #04253a;
}
.second-section {
    background-size: cover;
}
.second-section::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.first-section .row {
    margin-left: -30px;
    margin-right: -30px;
}
.featured-location {
    position: relative;
    margin-bottom: 20px;
    min-height: 360px;
}
.second-container .row {
    margin-left: -30px;
    margin-right: -30px;
}
.featured-location .title {
    padding: 14px 30px 18px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 2rem;
    color: #fff;
    z-index: 6;
}
.featured-location .inner {
    min-height: 360px;
    overflow: hidden;
}
.featured-location:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.featured-location:hover .hover-overlay {
    background: rgba(0, 0, 0, 0.1);
}
.featured-location .inner img {
    width: 100%;
    min-height: 360px;
    transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.featured-sign {
    color: #fff;
    background-color: #ffb000;
    position: absolute;
    top: 18px;
    left: -41px;
    padding: 5px 47px;
    z-index: 99;
    font-size: 1rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.third-section {
    background: url(../images/home/section-bg-3.jpg) no-repeat center top;
    background-size: cover;
}
.third-section .row {
    margin-left: -30px;
    margin-right: -30px;
}
.third-container {
    z-index: 5;
}
.fourth-section .row {
    margin-left: -30px;
    margin-right: -30px;
}
.footer-container {
    background: #111;
    padding-top: 2rem;
    border-top: 8px solid #b24837;
}
.footer-container::after {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    background-size: contain;
    opacity: 0.3;
    width: 100%;
    height: 70%;
    z-index: 1;
}
.footer-container .container {
    z-index: 15;
}
.footer-container .footer-social {
    padding: 1.5rem 0;
}
.footer-widgets .footer-menu li a:hover {
    color: #fff;
}
.footer-container .copyright-row {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.footer-container .copyright-row .container {
    padding: 0;
}
.footer-container .copyright p {
    margin-bottom: 0;
    padding: 5px 0;
    text-align: left;
    opacity: 0.8;
    font-size: 0.8rem;
}
.footer-container .copyright p span {
    white-space: nowrap;
}
.footer-container .powered-by p {
    margin-bottom: 0;
    padding: 5px 0;
    text-align: right;
    opacity: 0.8;
    font-size: 0.8rem;
}
.footer-container .powered-by a {
    color: #fff !important;
}
.footer-widgets .widget-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #b24737;
    text-transform: uppercase;
}
.contact-num {
    color: #b24737;
}
.footer-widgets .footer-menu {
    padding-left: 0;
}
.footer-social {
    text-align: center;
}
.footer-social .social-icons {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-social .social-icons li {
    display: inline-block;
    margin-left: 5px;
}
.footer-social .social-icons li a {
    display: inline-block;
    height: 36px;
    width: 36px;
    border: 3px solid #b24737;
    border-radius: 35%;
    text-align: center;
}
.footer-social .social-icons li a:hover {
    background: #d9d9d9;
}
.footer-divider {
    margin: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.footer-social .social-icons a:hover i,
.footer-social .social-icons li:hover a i {
    color: #333;
}
.footer-social .social-icons i {
    font-size: 16px;
    color: #d9d9d9;
    line-height: 32px;
}
.footer-widgets .footer-menu li {
    list-style-type: none;
    line-height: 1.375rem;
}
.footer-widgets .footer-menu li a,
.footer-widgets p {
    color: #d9d9d9;
    opacity: 0.8;
    font-size: 0.9375rem;
}
.quick-boxes {
    margin-top: 20px;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 2px;
    padding: 15px 10px;
    height: auto;
    width: 100%;
    background-clip: padding-box;
    border: 3px solid rgba(0, 0, 0, 0.2);
}
.quick-boxes .heading-number {
    margin-top: 10px;
    line-height: 0;
    margin-bottom: 5px;
    font-size: 2.5rem;
    font-weight: 900;
    color: #fff;
}
.quick-boxes .main-heading {
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
}
.quick-boxes .main-subheading {
    text-align: center;
    font-style: italic;
    font-size: 0.9rem;
    color: #ffb000;
    margin-bottom: 10px;
}
.quick-boxes .description {
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
    padding: 5px 10px;
}
.fifth-section {
    background: #d8d8d8;
}
#icon-boxes .icon {
    padding-right: 20px;
    float: left;
    font-size: 3rem;
}
#icon-boxes .title {
    font-size: 1.2rem;
    padding-bottom: 5px;
    color: #1e1814;
}
#icon-boxes .description {
    font-size: 0.9rem;
    font-style: italic;
    padding-right: 20px;
}
.social-buttons {
    margin-top: 10px;
}
.social-buttons h3 {
    font-size: 1.2rem;
}
.social-buttons a {
    padding-right: 5px;
}
.social-buttons a i {
    font-size: 1.6rem;
}
.bg-overlay::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    position: absolute;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0, rgba(255, 255, 255, 0)),
        color-stop(60%, rgba(255, 255, 255, 0)),
        color-stop(100%, rgba(0, 0, 0, 0.64))
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255, 255, 255, 0)),
        color-stop(60%, rgba(255, 255, 255, 0)),
        to(rgba(0, 0, 0, 0.64))
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0) 60%,
        rgba(0, 0, 0, 0.64) 100%
    );
}
.hover-overlay {
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s, -webkit-transform 0.5s;
    z-index: 5;
    transition: all 0.5s, -webkit-transform 0.5s;
    transition: all 0.5s, transform 0.5s;
    transition: all 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.box-shadow {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.4);
}
.box-shadow-featured {
    box-shadow: 0 3px 4px 0 rgba(0, 150, 136, 0.4);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 150, 136, 0.4);
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 150, 136, 0.4);
}
.items-grid {
    margin-top: 25px;
}
.items-grid .item {
    padding: 0;
}
.slick-dotted.slick-slider {
    margin-bottom: 15px;
}
.slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0 4px;
}
.slick-dots li span {
    background: 0 0;
    border: 2px solid #999;
    border-radius: 100%;
}
.slick-dots li.slick-active span {
    background: #999;
    border-radius: 100%;
}
.items-grid .item .data {
    position: relative;
    background: #000;
    padding: 30px 18px 18px 18px;
    color: #4d4d4d;
    font-size: 0.875rem;
}
.items-grid .item .data .item-category {
    color: #fff;
}
.items-grid .item .main-image {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.items-grid .item .carousel-inner img {
    transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.items-grid .item .price {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
    padding: 2px 8px;
    z-index: 12;
}
.items-grid .item .currency {
    top: -0.4em;
    font-size: 0.8rem;
}
.items-grid .item .item-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
}
.items-grid .item .small-text {
    color: #999;
}
.items-grid .item-location {
    padding: 0 12px;
    position: absolute;
    bottom: 0;
    z-index: 999;
}
.items-grid .item-location a {
    color: #fff;
}
.items-grid .main-image:hover img.scale {
    -webkit-transform: scale(1.1) translate(-50%, -50%);
    transform: scale(1.1) translate(-50%, -50%);
}
.items-grid .main-image:hover .carousel-control-next,
.items-grid .main-image:hover .carousel-control-prev {
    opacity: 1;
}
.items-grid .item .data .item-info {
    margin-top: 8px;
}
.items-grid .item .data .item-info .col-3 {
    text-align: center;
    color: #fff;
}
.items-grid .item .data .item-info .col-3 .fa {
    font-size: 20px;
    color: #b04636;
}
.carousel-control-next,
.carousel-control-next:focus,
.carousel-control-prev,
.carousel-control-prev:focus {
    z-index: 10;
    opacity: 0;
}
.form-control {
    border-radius: 0;
}
.form-control:focus {
    border-color: #ffb000;
}
.wrong-error {
    font-size: 0.8rem;
    color: #f44336;
    margin-right: 10px;
}
.pace,
.pace .pace-progress {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.pace.pace-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pace .pace-progress {
    display: block;
    z-index: 2000;
    right: 100%;
    height: 10px;
    background: #ffb000;
    pointer-events: none;
}
.cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1999;
    background: rgba(255, 255, 255, 0.99);
}
.filter-box input.form-control.filter-field,
.filter-box input.form-control.filter-field::placeholder {
    color: #000;
}
#search-form .filter-box input.form-control.filter-field,
#search-form .filter-box input.form-control.filter-field::placeholder {
    color: #fff;
}
#messages {
    max-height: 400px;
    overflow-y: auto;
    background: #eaedf1;
    padding: 10px;
    border: 1px solid #cecece;
}
#messages .message {
    display: block;
    padding: 5px 10px;
    background: #fff;
    clear: both;
    width: 92%;
    -webkit-box-shadow: 10px 10px 5px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 5px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 5px -5px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
}
#messages .message.user-message {
    float: right;
}
#messages .message.owner-message {
    float: left;
}
.col-md-4 .carousel-item {
    height: 220px;
    overflow: hidden;
}
.col-md-6 .carousel-item,
.slick-slide .carousel-item {
    height: 250px;
    overflow: hidden;
}
.home-explore .main-content {
    padding-top: 60px;
    padding-bottom: 30px;
}
.success-book {
    background: #dfc;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #9e9;
}
.srv-box {
    padding: 30px 0;
}
.srv-box .srv-image {
    height: 130px;
    width: 100%;
    background-position: center center;
    background-size: cover;
}
.srv-box .srv-name {
    font-weight: 700;
    padding: 6px 0 20px 0;
    font-size: 12px;
    text-align: center;
}
.srv-box h3 {
    margin-bottom: 15px;
}
.prices-table {
    width: 100%;
    font-size: 14px;
}
.prices-table tr td,
.prices-table tr th {
    border-left: 1px solid #666;
    border-top: 1px solid #666;
    padding: 4px 8px;
    text-align: center;
}
.prices-table tr td:last-child,
.prices-table tr th:last-child {
    border-right: 1px solid #666;
}
.prices-table tr td:first-child,
.prices-table tr th:first-child {
    text-align: left;
}
.prices-table tr:last-child td,
.prices-table tr:last-child th {
    border-bottom: 1px solid #666;
}
.prices-table tr .noborder {
    border: none;
}
.slick-next,
.slick-prev {
    width: 40px;
    height: 40px;
}
.slick-next {
    right: -40px;
}
.slick-prev {
    left: -40px;
}
.slick-next:before,
.slick-prev:before {
    font-size: 40px;
    color: #aa0a20;
}
#video-modal .modal-dialog {
    margin-top: 8%;
    max-width: inherit;
    width: fit-content;
}
.text-heading {
    margin-top: 15px;
}
.text-heading h1,
.text-heading h4 {
    color: #fff;
}
.pricing {
    /*
    background: #aa0a20;
    margin-top: -42px;
    margin-bottom: 16px;
    */
    border-radius: 10px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    padding: 10px;
}
.pricing .pricing-frm {
    margin: 0;
    font-size: 16px;
}
.pricing .pricing-per {
    margin: 0;
}
.pricing .price {
    font-weight: 700;
    font-size: 30px;
}
.agent {
    padding: 20px;
    background: #eee;
}
.agent h3 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
.agent ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.agent ul li {
    margin: 5px 0;
}
.agent ul li img {
    width: 100%;
    height: auto;
    margin: 10px 0;
}
.agent ul li.agent-name {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}
.mn-wish {
    position: relative;
    width: auto;
}
.mn-wish .fa {
    top: -15px;
    font-size: 16px;
}
.n-wish {
    background: rgba(250, 100, 100, 0.8);
    position: absolute;
    top: 9px;
    right: -4px;
    width: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 11px;
    border-radius: 50%;
}
.halal {
    width: 50px;
    height: 50px;
    min-width: inherit;
    min-height: inherit;
    display: block;
    position: absolute;
    right: 20px;
    left: auto;
    top: auto;
    bottom: 20px;
    z-index: 99;
}
.p-halal {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: 20px;
    left: auto;
    top: 0;
    z-index: 99;
}
.districts-filter-menu {
    overflow: auto !important;
}
.floating-buttons {
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 2px solid #eee;
    list-style: none;
    position: fixed;
    z-index: 9999;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.floating-buttons li {
    width: 33%;
    text-align: center;
}
.floating-buttons li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    color: #fff;
}
.sorter {
    color: #fff;
    padding: 5px;
    width: 100%;
    background-color: #292b2c;
    justify-content: end;
}
.sorter label {
    margin: 0 15px;
    font-size: 14px;
    font-weight: 500;
}
.sorter .btn {
    font-size: 14px;
    font-weight: 500;
    margin-left: 2px !important;
}
.single-villa {
    padding-left: 30px;
}
.single-villa .top-info {
    position: absolute;
    width: calc(100% - 30px);
    z-index: 999;
    top: 0;
    left: 30px;
    align-items: center;
    padding: 15px 0;
    background: rgba(20,20,20,0.3);
}
.single-villa .top-info .h2 {
    color: #fff;
}
.single-villa .top-info .meta-data {
    color: #f0f0f0;
}
body.single-p .main-container{
    margin-top: -182px;
}
.booking-form #country {
    padding: 8px 10px;
    max-width: 70px;
    flex-direction: row;
    height: auto !important;
}
.blogs_page img.responsive-img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}
.blog_page img.img-fluid {
    margin-left: 0;
}
.property-media{
    position: absolute;
    bottom: 45px;
    z-index: 999;
    width: 100%;
    text-align: center;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    html {
        margin-left: -1px;
    }
}
@media (max-width: 767.98px) {
    body.single-p .main-container {
        padding-top: 121px;
    }
    .single-villa .top-info .h2{
        font-size: 20px;
        color: #000;
    }
    .single-villa .top-info{
        background: none;
        position: relative;
    }
    body.home-explore .slick-arrow {
        display: none !important;
    }
    body.home-layout .header-container {
        height: 160px;
    }
    .home-explore h1.h2 {
        font-size: 20px;
        margin: 15px 0 0;
    }
    ul.footer-menu li {
        padding-top: 2px;
    }
    #search-form .filter-box .form-group {
        width: 100%;
    }
    .main-content {
        padding-top: 0 !important;
    }
    #filtered-properties,
    #filtered-rooms,
    #half-map-featured {
        padding-right: 0;
        padding-left: 0;
    }
    .section-title-dark {
        font-size: 15px;
        text-shadow: none;
    }
    .pace-done #carousel-images {
        margin-left: -30px;
        width: calc(100% + 60px);
    }
    .pace-done .features h3 {
        font-size: 16px;
        font-weight: 700;
    }
    .features .amenity {
        width: 50%;
    }
    .srv-box .col-sm-6 {
        width: 50%;
    }
    .pricing {
        margin-top: 0;
        padding: 0;
        color: #000;
        border-color: #000;
    }
    .pricing .price {
        display: inline;
        font-size: 25px;
    }
    .pricing .pricing-frm,
    .pricing .pricing-per {
        display: inline;
        font-size: 12px;
    }
    .single-villa #carousel-images .carousel-item {
        height: 250px;
    }
    .blogs_page img.responsive-img {
        height: 300px;
    }
}
@media (max-width: 991.98px) {
    .header-container {
        background-size: contain;
        height: 290px;
        background-position: center bottom;
        background-color: #000;
    }
    .filter-box .primary-button {
        width: 100%;
    }
    #header .main-menu-container {
        width: 100%;
    }
    #logo {
        max-width: 70px;
        margin: 0;
    }
    #top {
        padding: 5px 10px;
    }
    #top ul {
        padding-left: 0;
        float: none;
    }
    #top .top-text {
        display: none !important;
    }
    #top .row > div {
        text-align: right;
    }
    #top .row > div:first-child {
        display: none !important;
    }
    .slider-heading {
        font-size: 1.5rem;
    }
    .slider-subheading {
        font-size: 1.2rem;
        margin-bottom: 30px;
    }
    #slider-search-form .form-group {
        margin-bottom: 5px;
    }
    .footer-container .copyright-row {
        overflow: hidden;
        padding: 0 10px 50px;
        text-align: center;
    }
    .footer-container .copyright-row p {
        text-align: center;
    }
    #scroll-down {
        padding: 0;
    }
    .filter-box .form-group {
        margin-bottom: 5px !important;
        width: 100%;
    }
    .price-range {
        width: 100% !important;
    }
    #header {
        padding: 15px 25px;
    }
    .home-explore #half-map {
        display: none;
    }
    #header .main-menu {
        margin-bottom: 30px;
        display: none;
    }
    .mobile-menu-button {
        float: right;
        font-size: 2rem;
        color: #666;
    }
    .mobile-menu-button:hover {
        color: #999;
    }
    .mobile-menu {
        text-align: right;
        background: #fff;
    }
    .mobile-menu .mobile-main-menu {
        padding-top: 20px;
        padding-left: 0;
        text-align: left;
    }
    .mobile-menu .mobile-main-menu li {
        list-style-type: none;
        padding-bottom: 15px;
    }
    .mobile-main-menu .dropdown-menu {
        position: relative;
        width: 100%;
        background: rgba(0, 0, 0, 0.1) !important;
    }
    .mobile-menu .mobile-main-menu li a {
        display: block;
        padding-left: 10px;
        color: #151515;
        text-transform: uppercase;
        font-size: 1rem;
    }
    .mobile-menu .mobile-main-menu li a i {
        opacity: 0.8;
        padding-right: 5px;
        width: 20px;
    }
    body.home-explore {
        overflow-x: hidden;
    }
    body.home-explore .header-container {
        height: 106px;
    }
    body.home-explore .section-title-dark {
        margin-top: 20px;
    }
    body.home-explore #header {
        padding: 18px 25px;
    }
    #header .container {
        width: 90%;
        float: left;
    }
    #top .container {
        width: 100%;
        float: right;
    }
    body.home-layout .header-container::after {
        display: none;
    }
    #header.fixed-header {
        z-index: 9999 !important;
    }
    .home-explore .header-container {
        z-index: 9999 !important;
    }
    .hidden-md-up {
        display: block !important;
    }
}
@media (max-width: 414px) {
    .footer-widgets .footer-menu li {
        list-style-type: none;
        line-height: 2.375rem;
    }
}
@media (min-width: 992px) and (max-width: 1270px) {
    #logo{
        max-width: 80px;
        max-height: 80px;
        position: absolute;
        left: 20px;
        top: 0;
        margin: 0;
    }
    #header .main-menu-container{
        display: flex;
        justify-content: flex-start;
        padding-left: 90px;
        align-items: center;
    }
    #header .main-menu{
        width: auto;
        padding-top: 22px;
        padding-bottom: 8px;
    }
}
@media (min-width: 1400px) {
    .single-villa #carousel-images .carousel-item{
        height: 900px;
    }
}


#top-bar .topbar-left a {
    color: white;
    font-size: 13px;
    margin-right: 10px;
}
#top-bar .footer-social {
    text-align: right;
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}