@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&display=swap');

.modal {
    z-index: 9999 !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4 {
    font-family: 'Playfair Display', serif;
}

.dn {
    display: none;
}

.dni {
    display: none !important;
}

.sub-banner-contact{
    background: rgba(0, 0, 0, 0.04) url(../img/contact-banner.jpg) top left repeat !important;
    background-position: center center;
    background-repeat: no-repeat;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 35px 10px;
}

#mySidebar {
    justify-content: end;
}

#mySidebar {
    z-index: 999;
}

.top-header .row.px-4 {
    margin: 0 !important;
}

.fields.btnfield .form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.fields.btnfield .form-group span {
    display: none;
}

.fields.btnfield .form-group .searchbtn {
    width: 50px;
    padding: 5px 7px;
    height: 45px;
}

.fields.btnfield .form-group .email-button {
    max-width: calc(100% - 60px);
    padding: 5px 7px;
    height: 45px;
    width: 100%;
}

.fields.btnfield .form-group .email-button span {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}

.listingsearch .fields {
    padding: 0 3px;
}

.fields.location-field.min-rrom {
    padding-left: 15px;
}

.fields.btnfield {
    padding-right: 15px;
}

.form-group {
    position: relative;
}

.btn.location-trigger {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
    border-left: 1px solid #dedede;
}

.listingsearch .fields .dropdown {
    padding: 0 !important;
}

.listingsearch .fields input {
    height: 45px;
    padding: 0 10px !important;
    background: transparent;
}

.bootstrap-select .dropdown-toggle .filter-option {
    padding: 0px 21px 0 10px;
}

.bootstrap-select .dropdown-menu {
    white-space: nowrap;
    max-width: 205px;
    width:205px;
}

.fields.btnfield .form-group .email-button span {
    font-size: 11px;
}

.listingsearch label {
    font-size: 12px;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-bottom: 2px;
}

#listings.content-area-5 {
    padding: 40px 0;
}

#listings .page-title-wrap {
    padding: 25px;
}

#listings .row.dd-flex.align-items-centerd {
    align-items: center;
}

#listings .sort-by .dd-flex {
    display: flex;
    align-items: center;
}

#listings .sort-by .dd-flex .dropdown {
    display: flex;
    align-items: center;
    padding: 0 !important;
}

#listings .sort-by-title {
    width: 100%;
    text-align: right;
}

.label-status.label.status-color-1444 span {
    background: #1f2348 !important;
    color: #fff;
    text-transform: capitalize;
    text-align: center !important;
    font-size: 14px;
    padding: 2px 10px;
    line-height: 1;
}

.item-title {
    line-height: 1;
    width: 100%;
    float: left;
    margin: 0;
    font-size: 16px;
    padding: 5px 0;
}

.item-title a {
    font-size: 16px;
}

.item-price-wrap.hide-on-list {
    width: 50%;
    float: right;
    text-align: right;
}

.detailList ul {
    display: block;
}

.detailList ul li {
    width: 100%;
    float: left;
}

.detailList ul li .left {
    width: 60%;
    float: left;
}

.item-title {
    line-height: 1;
    width: 100%;
    float: left;
    margin: 0;
}

.item-amenities {
    display: flex;
    align-items: center;
}

.item-amenities .h-area {
    width: 50%;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.item-amenities .hz-figure {
    margin: 0 5px;
}

.item-amenities .h-type {
    margin: 0 10px;
}

.item-amenities .h-type span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.right {
    text-align: right;
}

.right .btn {
    padding: 0 15px;
    font-size: 14px;
}

.item-tools {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
}

.sub-banner .page-name h1 {
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.66);
}

.sub-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(16, 23, 53, 0.7);
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.explorebtn {
    background: #f28000;
    color: #fff;
    padding: 7px 30px;
    margin-top: 10px;
    display: inline-block;
    border: 1px solid #fff;
    transition: 0.5s;
}

.explorebtn:hover {
    background: #2a2881;
    color: #fff;
}

.sub-banner .page-name p {
    font-size: 18px;
    color: #fff;
    text-shadow: 0px 0px 3px #000;
    position: relative;
}

#experienceLandmark .imgbox img {
    min-height: 390px;
    object-fit: cover;
}

.sub-banner .page-name p span {
    color: #fff;
    position: relative;
}

.box-shadow-bottom {
    /* -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75); */
}

.listings-pagination {
    text-align: center;
}

#gridProperties .property-img-grid img,
#listProperties .property-img {
    /* width: auto !important; */
    /* height: 250px; */
    float: none;
    overflow: hidden;
    margin: 0 auto;
}

#listProperties .property-img-grid {
    width: 250px;
    overflow: hidden;
}

.property-box-2 .property-img img {
    width: 100%;
    /* height: 250px; */
}

.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.nav-item {
    position: relative;
}

.navbar {
    z-index: 9999;
}

.map-popup-link {
    width: 100%;
    height: 150px;
    float: left;
    overflow: hidden;
}

.property-cluster {
    background: #274abb;
    text-align: center;
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 40px;
    font-weight: bold;
    border-radius: 50%;
    border: 5px solid #FFFFFF;
}


.page-item {
    border-radius: 5rem;
    float: left;
}

.page-item:not(.prev-item) .page-link,
.page-item:not(.next-item) .page-link,
.page-item:not(.first) .page-link,
.page-item:not(.last) .page-link,
.page-item:not(.active) .page-link {
    line-height: 1.3;
}

.page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-item.previous .page-link,
.page-item.prev .page-link,
.page-item.next .page-link,
.page-item.first .page-link,
.page-item.last .page-link {
    width: auto;
}

.page-item.prev-item .page-link,
.page-item.next-item .page-link {
    transition: all 0.2s ease-out;
}

.page-item.prev-item {
    margin-right: 0.3571rem;
}

.page-item.prev-item .page-link {
    border-radius: 50%;
}

.page-item.prev-item .page-link:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    color: #6e6b7b;
    width: 8px;
    height: 18px;
    content: '';
}

.page-item.prev-item .page-link:hover {
    background: #f3f2f7;
    color: #7367f0;
}

.page-item.prev-item .page-link:active,
.page-item.prev-item .page-link:hover {
    background-color: #7367f0 !important;
}

.page-item.prev-item .page-link:active:before,
.page-item.prev-item .page-link:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.page-item.prev-item.disabled .page-link:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b9b9c3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
}

.page-item.prev-item~.page-item:nth-child(2) {
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
}

.page-item.prev-item~.page-item:nth-child(2) .page-link {
    border-top-left-radius: 5rem !important;
    border-bottom-left-radius: 5rem !important;
}

.page-item.prev-item~.page-item:nth-last-child(2) {
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
}

.page-item.prev-item~.page-item:nth-last-child(2) .page-link {
    border-top-right-radius: 5rem !important;
    border-bottom-right-radius: 5rem !important;
}

.page-item.next-item {
    margin-left: 0.3571rem;
}

.page-item.next-item .page-link {
    border-radius: 50%;
}

.page-item.next-item .page-link:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    width: 8px;
    height: 18px;
    content: '';
}

.page-item.next-item .page-link:hover {
    background: #f3f2f7;
    color: #7367f0;
}

.page-item.next-item .page-link:active,
.page-item.next-item .page-link:hover {
    background-color: #7367f0 !important;
}

.page-item.next-item .page-link:active:after,
.page-item.next-item .page-link:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.page-item.next-item.disabled .page-link:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b9b9c3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}

.page-item.prev .page-link:before,
.page-item.previous .page-link:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    color: #6e6b7b;
    width: 12px;
    height: 18px;
    content: '';
}

.page-item.prev .page-link:hover:before,
.page-item.previous .page-link:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237367f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.page-item.prev.disabled .page-link:before,
.page-item.previous.disabled .page-link:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b9b9c3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
}

.page-item.next .page-link:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    color: #6e6b7b;
    width: 12px;
    height: 18px;
    content: '';
}

.page-item.next .page-link:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237367f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.page-item.next.disabled .page-link:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b9b9c3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}

.page-item.disabled .page-link {
    color: #b9b9c3;
}

.page-item .page-link {
    margin: 0;
    margin-left: 0;
    font-size: 1rem;
    min-width: 2.286rem;
}

.page-item .page-link:focus {
    box-shadow: none;
}

.page-item .page-link:hover {
    color: #7367f0;
}

.page-item.active {
    background-color: #f3f2f7;
    border-radius: 0;
}

.page-item.active .page-link {
    z-index: 3;
    border-radius: 5rem;
    background-color: #7367f0;
    color: #fff !important;
    font-weight: 600;
}

.page-item:first-child:not(.prev-item).active {
    border-top-left-radius: 1.428rem;
    border-bottom-left-radius: 1.428rem;
}

.page-item:first-child:not(.prev-item).active .page-link {
    border-radius: 5rem;
}

.page-item:first-child:not(.prev-item) .page-link {
    border-top-left-radius: 1.428rem;
    border-bottom-left-radius: 1.428rem;
}

.page-item:last-child:not(.next-item).active {
    border-top-right-radius: 1.428rem;
    border-bottom-right-radius: 1.428rem;
}

.page-item:last-child:not(.next-item).active .page-link {
    border-radius: 5rem;
}

.page-item:last-child:not(.next-item) .page-link {
    border-top-right-radius: 1.428rem;
    border-bottom-right-radius: 1.428rem;
}

.pagination.pagination-lg .page-item .page-link {
    font-size: 1.14rem;
    min-width: 2.6rem;
}

.pagination.pagination-sm .page-item .page-link {
    font-size: 0.857rem;
    min-width: 2rem;
}

.leaflet-popup {
    background-color: #fff;
}

.leaflet-popup .map-info-window .item-header {
    padding: 0;
}

.leaflet-popup .map-info-window .item-address {
    margin-bottom: 0;
}

.leaflet-popup .map-info-window .item-body {
    padding: 10px 10px 0 10px;
}

.leaflet-popup-tip-container {
    bottom: -20px;
}

.leaflet-popup-content {
    margin: 0 !important;
}

.leaflet-popup-content-wrapper {
    padding: 0 !important;
}



.crear-both {
    clear: both;
}

#searchbar .range-slider {
    background: #fff;
    margin: 0;
    padding: 10px;
    border-radius: 3px;
}

#searchbar .range-slider .ui-slider-horizontal span {
    margin: 5px 0 0 0;
}

#searchbar {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    background: #f4f4f4;
    padding-bottom: 20px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.listings-pagination {
    background: #fff;
}

#pageinationUl {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

#listProperties.fetching-properties,
#gridProperties.fetching-properties {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#listProperties .property-box .facilities-list li,
#gridProperties .property-box .facilities-list li {
    font-size: 12px !important;
}

/* Property */

.property-thumbnail {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.property-img-grid {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.property-thumbnail::before {
    z-index: 1;
}

.price-box {
    z-index: 2;
}

.map-property-box:last-child .price-box {
    bottom: 30px !important;
}

.page-item.active .page-link {
    background-color: #274abb;
}

.page-item .page-link:hover {
    color: #fff;
    background: #274abb;
}

#search {
    background: transparent;
}


#search .form-group input,
#search .form-group select {
    background: transparent !important;
    height: 47px;
}

#search .form-group .btn-light {
    background: transparent;
    border: 1px solid #ced4da;
}

/* .properties-details-page img {
	height: 923px;
} */

.listing-time {
    background-color: #1f2348 !important;
}

.contact-1 .form-control {
    border: 1px solid #dedbdb;
}

.sidebar-right {
    padding: 15px;
}

.properties-details-page input,
.properties-details-page select {
    height: 50px !important;
    display: inline-block;
    border: 1px solid #dedede !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06) !important;
}

.properties-details-page .bootstrap-select button {
    line-height: 49px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06) !important;
}

.control.control--checkbox input {
    height: auto !important;
}

#sendMsgFormSection {
    padding: 10px 40px 0px 40px;
}

#sendMsgFormSection input {
    height: 47px;
}

#sendMsgFormSection input[type="checkbox"] {
    height: auto;
}

#sendMsgFormSection .dropdown.bootstrap-select.form-control {
    padding-left: 0 !important;
    border: 1px solid #ced4da;
}

#sendMsgFormSection .dropdown.bootstrap-select .dropdown-toggle {
    height: 45px;
}

#pageinationUl .page-item.disabled a {
    opacity: 1 !important;
    color: #274abb !important;
    cursor: pointer !important;
    pointer-events: auto !important;
}

#pageinationUl .page-item.disabled a:hover {
    color: #fff !important;
}

#logoslider h3 {
    font-size: 35px;
    font-weight: 400;
    text-transform: capitalize;
    color: #1F2348;
    margin-bottom: 20px;
}

.nav-link.v-listings {
    font-weight: bold !important;
}

/* hover boxes */
.box14 {
    position: relative
}

.box15,
.box17,
.box18 {
    box-shadow: 0 0 5px #7e7d7d;
    text-align: center
}

.box14:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .35s ease 0s
}

.box14:hover:before {
    opacity: 1
}

.box14 img {
    width: 100%;
    height: auto
}

.box14 .box-content {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.box14 .box-content:after,
.box14 .box-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all .7s ease 0s
}

.box14 .box-content:before {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    transform: scale(0, 1);
    transform-origin: 0 0 0
}

.box14 .box-content:after {
    border-left: 1px solid rgba(255, 255, 255, .5);
    border-right: 1px solid rgba(255, 255, 255, .5);
    transform: scale(1, 0);
    transform-origin: 100% 0 0
}

.box14:hover .box-content:after,
.box14:hover .box-content:before {
    opacity: 1;
    transform: scale(1);
    transition-delay: .15s
}

.box14 .title {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    margin: 15px 0;
    opacity: 0;
    transform: translate3d(0, -50px, 0);
    transition: transform .5s ease 0s
}

.box14:hover .title {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.box14 .post {
    font-size: 14px;
    color: #fff;
    padding: 0;
    background: transparent;
    opacity: 0;
    border-radius: 0 19px;
    transform: translate3d(0, -50px, 0);
    transition: all .7s ease 0s;
}

.box14 .icon,
.box15 .icon {
    padding: 0;
    list-style: none
}

.box14:hover .post {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: .15s
}

.box14 .icon {
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all .7s ease 0s
}

.box14:hover .icon {
    bottom: 20px;
    opacity: 1;
    transition-delay: .15s
}

.box14 .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 0 16px;
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
    transition: all .4s ease 0s
}

.box14 .icon li a:hover {
    background: #d79719;
    border-color: #d79719
}

#logoslider.box1 .slick-arrow-buton {
    top: 40%;
}

#logoslider.box1 {
    padding-bottom: 70px;
}

#logoslider.box1 .title {
    margin: 0;
    font-size: 22px;
}

.gallery-icon-list-item {
    display: flex;
    justify-content: start;
    align-items: center;
}

.gallery-icon-list-icon {
    width: 25px;
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 1px;
}

.property-thumbnail::before {
    background: linear-gradient(to top, rgba(35, 35, 37, 0.74) 0%, rgba(35, 35, 37, 0.1) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
}

.property-box-3 .details {
    padding: 0;
    border-radius: 5px;
    position: absolute;
    bottom: 48px;
    background: transparent;
    left: 0;
    right: 0;
    z-index: 9;
}

.property-box-3 .details .top {
    background: transparent;
    padding: 5px 20px;
}

@media screen and (max-width : 575px) {
    #searchbar .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

#propertiesDetailsSlider .nav {
    flex-wrap: nowrap !important;
}

.property-box-3 .details .top a {
    color: #fff !important;
    font-weight: bold;
}

#section3 .overtext {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    background: rgba(24, 33, 74, .53);

}

#section3 .overtext h1 {
    color: #fff;
    font-family: Playfair Display, serif;
    text-shadow: 1px 3px 3px #555;
    font-size: 55px;
    text-align: center;
}

#section3 .overtext a {
    color: #fff;
    padding: 10px;
    width: 100%;
    max-width: 150px;
    text-align: center;
    background: rgba(245, 130, 41, .42);
    border: 1px solid rgba(245, 130, 41, .2);
    border-radius: 5px;
}

#section3 .imgbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
}

#section3 .imgCaption {
    padding: 10px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    background: rgba(24, 33, 74, .53);
    transition: 0.3s;
}

#section3 .imgCaption h3 {
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
}

#section3 .imgbox:hover .imgCaption {
    height: 100px;
}

#section3 .slick-slide-item .col-sm-12 {
    padding: 0;
}

#section3 .slick-slide-item {
    padding: 0 5px !important;
}

#section3 .slick-slide-item img {
    height: 300px !important;
    object-fit: cover;
    min-height: 300px;
}

#section3 .slick-slide-item {
    padding: 0 0 !important;
}

#section3 .arrowbtn {
    display: block;
    text-align: right;
    padding: 0px 108px;
    margin-bottom: 20px;
}

#section3 {
    padding-bottom: 70px;
}

#section3 .slick-slide {
    padding: 15px;
}

.banner-max-height img {
    object-fit: cover;
}

.footer h4 {
    margin-bottom: 5px;
}

.box14 .box-content {
    opacity: 0;
    visibility: hidden;
}

.box14:hover .box-content {
    opacity: 1;
    visibility: visible;
}

.box14 .box-content .explorebtn {
    text-align: center;
    padding: 10px;
    max-width: 125px;
    margin: 0 auto;
    width: 100%;
}

.OurTrackRecord .panel.panel-default {
    position: relative;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
}

.OurTrackRecord .panel-image .img-responsive {
    width: 100%;
	height: 200px !important;
}

.OurTrackRecord .img_hov_eff {
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    opacity: 0;
    transition: all 0.5s ease;
    visibility: hidden;
}

.OurTrackRecord a.btn.btn_trans {
    font-size: 12px;
    color: #fff;
    min-width: 110px;
    background: transparent;
    border: 2px solid #ee7d04;
    border-radius: 0.5;
    line-height: 40px;
    padding: 0 15px;
}

.OurTrackRecord .img_hov_eff a.btn.btn_trans {
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
}

.OurTrackRecord .panel.panel-default:hover a.btn.btn_trans {
    top: 50%;
}

.OurTrackRecord .sal_labl {
    position: absolute;
    font-size: 12px;
    color: #fff;
    padding: 0 15px;
    background: #ee7d04;
    top: 1px;
    right: 1px;
    line-height: 30px;
}

.OurTrackRecord .panel-image {
    position: relative;
}

.OurTrackRecord .panel.panel-default:hover .img_hov_eff {
    opacity: 1;
    visibility: visible;
}

.OurTrackRecord h3.sec_titl {
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    color: #262d60 !important;
    margin-top: 15px;
    transition: 0.4s ease all;
}

.OurTrackRecord .panel.panel-default:hover h3.sec_titl {
    color: #ee7d04 !important;
}

.OurTrackRecord .panel_bottom .col-md-6 {
    padding: 0;
}

.OurTrackRecord .panel_bottom p.readmore {
    float: left;
    width: 65%;
    line-height: 35px;
    font-style: normal;
    font-size: 12px;
    margin: 0 !important;
}

.OurTrackRecord p.readmore a {
    color: #989b9c;
    text-decoration: none;
    font-style: normal;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.OurTrackRecord .panel_bottom {
    margin: 10px -20px 0;
    padding: 0 0 0 25px;
    border-top: 1px solid #d1d7da;
}

.OurTrackRecord .panel-body {
    padding: 20px;
    border: solid 1px #e6e6e6;
    display: inline-block;
    padding-bottom: 0;
	width: 100% !important;
}

/* RESPONSIVE */

@media only screen and (max-width:991px) {
    .box14 {
        margin-bottom: 30px
    }

    .item-bg {
        height: auto !important;
    }

    #mySidebar {
        width: 300px;
        transform: translateX(-360px);
    }

    #mySidebar.mystyle {
        width: 300px;
        transform: translateX(0px);
    }

    #mySidebar ul li a:hover {
        color: #fff !important;
        background: #18214a !important;
    }

    #mySidebar ul li a {
        transition: 0.5s;
    }
}

@media screen and (max-width : 575px) {
    #searchbar .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.buy-now-btn, .add-to-waiting-list-btn, .make-an-offer-btn, .sold-btn {
    color: #FFFFFF !important;
    float: right;
    ;
}

.buy-now-btn:hover, .add-to-waiting-list-btn:hover, .make-an-offer-btn:hover {
    background-color: #274abb;
}

.add-to-waiting-list-btn {
    background: #FF6700 !important;
}

#baaModalLabe2 {
    width: 100%;
    float: left;
}

.popcontent {
    width: 100%;
    float: left;
}

.popcontent ul {
    padding-left: 20px;
    margin-bottom: 15px;
    list-style: disc;
}

.popcontent ul li {
    padding: 5px 0;
}

.form-group {
    text-align: left;
}

.properties-amenities.mb-40 .img-90 {
    width: 20px !important;
}
.clear-both{
    clear: both;
}

.page-404 {
    min-height:80vh !important;
    height:80vh !important;
}

.property-box .detail .title {
    font-size: 17px;
}

@media screen and (max-width: 1500px) {
    #listProperties .listing-time{
        float: left;
        font-size: 10px;
        margin-left: -15px;
    }

    .property-box-2 .detail .title {
        font-size: 16px;
    }

    .btn-sm {
        font-size: 10px;
    }
}


@media screen and (max-width: 1400px) {
    #listProperties .listing-time{
        float: left;
        font-size: 8px;
        margin-left: -15px;
    }


    #listProperties .price-box {
        font-size: 16px;

    }

    #listProperties .property-box-2 .property-img:before{
        width: auto;
    }

    #listProperties  .property-box-2 .detail .title {
        font-size: 18px;
    }

    #listProperties .btn-sm {
        padding: 4px 7px;
        text-transform: uppercase;
        font-size: 8px;
        letter-spacing: 1px;
    }



    #listProperties .property-box-2 .detail .location,
    #listProperties .facilities-list span {
        font-size: 12px;
    }

    #gridProperties .listing-time{
        float: left;
        font-size: 8px;
        margin-left: 0px;
    }


    #gridProperties .price-box {
        font-size: 16px;

    }

    #gridProperties .property-box .property-img:before{
        width: auto;
    }

    #gridProperties  .property-box .detail .title {
        font-size: 12px;
    }

    #gridProperties .btn-sm {
        padding: 4px 7px;
        text-transform: uppercase;
        font-size: 8px;
        letter-spacing: 1px;
    }

    #gridProperties .property-box .detail .location{
        margin:0 0 5px;
        line-height: 15px;
    }

    #gridProperties .property-box .detail .location,
    #gridProperties .facilities-list span {
        font-size: 10px;
    }
  }

