/*
Theme Name: DRP
Author: Dubai Rapid Properties
Version: 1.0
Text Domain: DRP
*/

/*
Page Loader
*/
button,
select,
a,
input[type=button],
input[type=submit],
input[type=reset] {
    cursor: pointer;
}
.header--black:not(.sticky) {
    border-bottom: 1px solid #e1e1e1;
}
.loader-first {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #ffffff;
}
.preloader__spinner {
    position: relative;
    width: 50px;
    height: 50px;
    align-self: center;
}
.preloader__double-bounce {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: loaderbounce 2s infinite ease-in-out;
    opacity: 0.7;
    border-radius: 50%;
    background-color: #FF7C46;
}
.preloader__double-bounce--delay {
    animation-delay: -1s;
}
@keyframes loaderbounce {
    0%,
    100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}

/*
Alerts
*/
.alert-warnning {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5em;
    font-weight: 700;
    color: #fff;
    background: #000;
    overflow: hidden;
}
.alert-warnning p {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 18px;
    transform: translate(-50%, -50%);
}

/*
Index - Container Main
*/
.container__main {
    padding-top: 9em;
    padding-bottom: 4em;
}
@media (min-width: 1200px) {
    .container__main {
        padding-top: 14.0625em;
    }
}


    /*
    Single Property/Product Amenities
    */
.amenities-row {
    display: flex;
    flex-wrap: wrap;
}
.amenity-card {
    display: flex;
    align-items: center;
    border: 1px solid;
    padding: 10px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 70px;
}
.amenity-card p {
    margin: 0;
}
.amenity-card p:nth-child(2) {
    margin-left: 20px;
}
.amenity-card svg {
    width: 35px;
}
@media (max-width: 1024px) {
    .amenity-card {
        padding: 10px 15px;
        height: 60px;
    }
    .amenity-card p:nth-child(2) {
        margin-left: 15px;
    }
    .amenity-card svg {
        width: 25px;
    }
}
@media (max-width: 480px) {
    .amenity-card {
        border: 1px solid;
        padding: 5px 8px;
        height: auto;
    }
    .amenity-card p:nth-child(2) {
        margin-left: 5px;
    }
    .amenity-card svg {
        width: 15px;
    }
}

/*
Search Filters Home/Property Archive
*/
.tabs__list {
    border-radius: unset;
    display: flex;
    flex-wrap: wrap;
    box-shadow: none;
    padding: 0;
}
.tabs--dropdown .tabs__list__item {
    display: flex;
    width: calc(50% - 0.666em);
    border: 1px solid #ccc;
    border-radius: 30em;
    box-shadow: 0 4px 17px rgba(55,72,106,.1);
    overflow: hidden;
    margin-bottom: 10px;
}
.hero-form__col--btnn__wrapper .select-items {
    z-index: 99;
}
.nice-select .option {
    line-height: initial;
    -webkit-line-clamp: unset;
    padding: 10px 18px;
}
.range_container {
    display: flex;
    flex-direction: column;
    margin: 30px auto;
}
.range_container .sliders_control {
    position: relative;
    min-height: 30px;
}
.range_container .form_control {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    color: #635a5a;
}
.range_container .form_control_container {
    width: 50%;
    position: relative;
}
.range_container .form_control_container:last-of-type {
    text-align: right;
}
.range_container label {
    color: rgba(46,46,46,.6);
    font-size: 0.45em;
    position: absolute;
    left: 8px;
    top: 8px;
    line-height: initial;
}
.range_container .form_control_container:last-of-type label {
    left: calc(15% + 8px);
}
.range_container input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #C6C6C6;
    cursor: pointer;
}
.range_container input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #C6C6C6;
    cursor: pointer;
}
.range_container input[type=range]::-webkit-slider-thumb:hover {
    background: #f7f7f7;
}
.range_container input[type=range]::-webkit-slider-thumb:active {
    box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
    -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}
.range_container input[type="number"] {
    width: 85%;
    font-size: 0.65em;
    border: 1px solid #ccc;
    padding: 26px 7px 7px 7px;
    border-radius: 7px;
}
.range_container input[type=number]::-webkit-inner-spin-button,
.range_container input[type=number]::-webkit-outer-spin-button {
    opacity: 0;
}
.range_container input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: #C6C6C6;
    pointer-events: none;
}
.range_container .drp__slider_min {
    height: 0 !important;
    z-index: 1;
}
@media (max-width: 1024px) {
    .range_container input[type="number"] {
        width: 90%;
        font-size: 0.55em;
        padding-top: 22px;
    }
    .range_container label {
        font-size: 0.35em;
    }
    .range_container .form_control_container:last-of-type label {
        left: calc(10% + 8px);
    }
}

/*
Single Property Agent Card
*/
.agent-card .agent-card__header {
    flex-direction: column;
    margin-bottom: 0;
}
.agent-card .agent-card__figure {
    width: 10em;
    height: 10em;
    flex: auto;
    margin: 0 auto 10px;
}
.agent-card .agent-card__description span {
    margin-bottom: 0;
    line-height: initial;
}
.agent-card .agent-card__description h4 {
    line-height: inherit;
}


@media (min-width: 1200px) {
	.feature-wrapper {
		padding-right: 0;
	}
}

.home-hero__whatsapp {display:none!important}