:root {
    --accent-color: #a27f36;
    --accent-color-hover: #bf953f;
}

body,
html {
    min-height: 100vh;
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 15px;
    /* background: black; */
}

.topmenu.bg-light {
    position: static;
}

.topmenu.bg-light .header-sticky {
    position: absolute;
    animation: none;
}

h1.banner-text-description {
	color: white;
	margin-bottom: 40px;
    }

.WA-floating {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 0;
    right: 0;
    background-color: var(--accent-color);
    color: #fff;
    /* border-radius:50px; */
    text-align: center;
    font-size: 40px;
    /* box-shadow: 0px 0px 6px 3px hsl(0deg 0% 20% / 20%), inset 3px 3px 3px rgb(255 255 255 / 20%), inset -3px -3px 3px rgb(0 0 0 / 20%); */
    z-index: 99999;
    opacity: 0.9;
    /* text-shadow: -1px -1px 1px rgb(0 0 0 / 20%); */
    padding-left: 2px;
    /* font-weight: 600; */
    -webkit-animation: bounce-in-left 1.1s both;
    animation: bounce-in-left 1.1s both;
}

@-webkit-keyframes bounce-in-left {
    0% {
        -webkit-transform: translateX(-600px);
        transform: translateX(-600px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: translateX(-68px);
        transform: translateX(-68px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: translateX(-28px);
        transform: translateX(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-left {
    0% {
        -webkit-transform: translateX(-600px);
        transform: translateX(-600px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: translateX(-68px);
        transform: translateX(-68px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: translateX(-28px);
        transform: translateX(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.WA-floating:hover {
    background-color: var(--accent-color-hover);
}

.WA-floating:hover i {
    color: white;
}

.WA-float-button {
    line-height: 60px;
}

button.owl-next {
    margin-right: 15px;
}

button.owl-prev {
    margin-left: 12px;
}

span.typed.border-bottom {
    border-bottom: 2px solid !important;
}

.main-menu-content .d-sm-none {
    margin-top: 50px;
}

.language-switcher-wrapper .d-inline-block.d-sm-none.language-label {
    display: none !important;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    border-radius: 50%;
    box-shadow: 0 0 8px rgb(0 0 0 / 25%);
    outline: none;
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.owl-nav i {
    border-radius: 0%;
    height: 24px;
    padding: 0;
    width: 24px;
    display: flex;
    outline: 1px solid #2f2f2f;
}

.owl-nav i img {
    margin: auto;
}

.owl-nav {
    top: calc(50% - 12px);
}

.list-agency .agents-grid .fr-grid-footer {
    border: none;
    padding: 0 1.5rem;
}

body.is-sticky {
    padding-top: 70px;
}

.box_shadow.bg-agents {
    padding-bottom: 15px;
}

.bravo_topbar .language {
    margin-left: 15px;
}

footer .language-switcher-wrapper {
    display: none;
}

footer .copyright {
    border: none;
    padding: 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
    line-height: 60px;
}

.padtop70 {
    padding-top: 25px;
}

.homehouse.padtop30.projecthome {
    padding-top: 10px;
}

.box_shadow.bg-blog-list {
    background: rgb(204, 170, 102);
    background: linear-gradient(315deg,
            rgba(204, 170, 102, 1) 0%,
            rgba(122, 97, 41, 1) 100%);
    color: white;
}

.box_shadow {
    background: black;
    color: white;
    margin: 0;
}

.box_shadow.bg-prop-sales {
    background: #f5f5f5;
    margin: 30px 0;
    padding: 40px 0;

    color: black;
}

.main-header .main-menu-content .menu>li {
    padding-top: 14px;
    padding-bottom: 14px;
}

.main-header .main-menu-content .menu>li a {
    padding: 8px;
}

a.btn.btn-primary.add-property {
    margin: 10px;
    line-height: 24px;
    padding: 12px 21px;
    font-size: 15px;
    font-weight: 400;
}

.blog-container .container-grid .grid-in .grid-shadow {
    box-shadow: none;
}

.blog-container .hourseitem:hover img {
    transform: none;
}

.main-header .navbar-light .navbar-brand {
    padding: 4px 0;
}

ul.topbar-items {
    padding: 0 10px 0 15px;
}

.topbar-items li.login-item {
    padding: 0 0px 0 15px;
}

.topbar-items li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    /* position: absolute; */
    /* top: 1px; */
}

.topbar-items li {
    padding: 0;
}

.bravo_topbar .container-fluid.w90 .content {
    padding: 0;
    width: 100%;
}

footer .col-sm-3 {
    opacity: 0;
}

span.wishlist-count {
    padding: 0 2px;
}

html {
    position: relative;
}

.bravo_topbar {
    padding: 9px 0;
    position: absolute;
    bottom: 60px;
    width: 100%;
    z-index: 999;
    height: 40px;
}

.topsearch .keyword-input {
    width: calc(100% - 120px);
}

img.logo {
    height: 60px;
}

.item-price-wrap li {
    background-color: var(--accent-color);
}

.item-price-wrap li:not(.h-type):before {
    border-bottom-color: var(--accent-color);
}

.boxright .itemagent img {
    border-radius: 100%;
}

.add-property i.fas.fa-plus-circle {
    display: none;
}

.top-socials a:last-child {
    background-image: url("https://maymojames.com/tiktok.svg");
    background-size: 11px;
    background-position: 0% 42%;
    background-repeat: no-repeat;
    color: transparent !important;
}

ul.topbar-items li a i {
    margin-right: 5px;
}

.itemarea img {
    filter: brightness(0.7) grayscale(1);
    border-radius: 0;
    transition: all ease-out 0.6s;
}

.itemarea:hover img {
    filter: brightness(1) grayscale(0);
}

.action_footer .cd-top {
    background: var(--accent-color);
    top: 0;
    border-radius: 100%;
}

.action_footer .cd-top:hover {
    background: var(--accent-color-hover);
}

.action_footer a {
    height: 34px;
}

.list-agency .agents-grid {
    background: var(--primary-color);
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #fff;
    border-radius: 0;
}

.list-agency .agents-grid .fr-grid-thumb {
    height: auto;
    width: auto;
    margin: auto;
    padding: 1em 1em 0;
}

.list-agency .agents-grid .fr-grid-thumb a {
    height: 200px;
}

.agent-details .img-thumbnail,
.list-agency .agents-grid .fr-grid-thumb a img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    filter: grayscale(100%);
    border: none;
}

.list-agency .agents-grid .fr-grid-footer-flex-right .prt-view {
    background: var(--accent-color);
    border-radius: 0%;
}

.list-agency .agents-grid .fr-grid-footer-flex-right .prt-view:hover {
    background: var(--accent-color-hover);
}

h5.fr-can-name a {
    color: var(--accent-color-hover) !important;
    font-weight: 700;
}

.fr-grid-info {
    font-size: 0.8em;
}

.home_banner .topsearch {
    width: 98%;
    top: calc(50% - 38px);
}

.fr-grid-info strong {
    font-weight: 600;
}

.list-agency .agents-grid .fr-grid-detail {
    padding: 0.5rem 1.5rem 1rem;
    text-align: center;
}

.fr-grid-detail-flex-right {
    display: none;
}

.home_banner {
    height: 40vh;
    min-height: 360px;
    background-position: 100% 25%;
}

.status-label.label-success {
    display: none;
}

.status-label.label-danger {
    background-color: var(--accent-color);
}

a.add-property {
    border-radius: 0;
}

.itemarea h4 {
    bottom: 5px;
    left: 5%;
    right: 5%;
    width: 90%;
}

.topsearch .typesearch a {
    display: none;
}

.main-header {
    border-bottom: 2px solid var(--accent-color);
}

.input-group-prepend,
.topsearch .location-input {
    display: none;
}

.action_footer {
    bottom: 8px;
    right: 100px;
}

.action_footer a:last-child {
    display: none;
}

.action_footer .cd-top {
    margin-top: -40px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    font-size: 20px;
    display: none;
}

.topsearch .input-group-lg {
    padding: 14px;
}

.advanced-search {
    display: none !important;
}

.topsearch .search-button-wrapper .btn {
    min-width: 120px;
}

.listsuggest {
    background: hsl(41deg 0% 100% / 90%);
    border-top: 1px solid #999;
}

.listsuggest ul li {
    border-bottom: 1px solid #999;
    list-style: none;
    padding: 5px 0 5px 25px;
    text-align: left;
    height: 76px;
}

.listsuggest ul li p {
    font-size: 0.9em;
    margin: 0;
    padding: 8px 0 0px 0px;
}

.listsuggest ul li p a {
    color: var(--accent-color);
}

/*
.listsuggest ul li p:last-child {
    color: var(--accent-color);
}
*/

div.box_shadow.no-shadow {
    background: #ffffff !important;
    color: black;
}

.language .btn-select-language {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-select-language img {
    margin: 0px 6px 0 0px;
}

footer {
    border: 0;
    background: none;
    margin: 0;
    padding-bottom: 100px;
}

.header-deliver {
    color: transparent;
    display: none;
}

.d-lg-none.bg-primary.p-2 {
    background: none !important;
    border-bottom: 2px solid black;
}

.d-lg-none.bg-primary.p-2 span.text-white {
    line-height: 30px;
    margin: 0 6px;
    color: black !important;
    font-weight: 600;
}

h2 {
    font-size: 1.5rem;
}

form#frmhomesearch {
    max-width: 720px;
    margin: auto;
    width: 80%;
}

div#hometypesearch {
    padding: 0;
}

div#hometypesearch {
    padding: 0;
}

.topsearh .keyword-input input::placeholder {
    color: red !important;
    background: blue;
}

input#txtkey::placeholder {
    color: var(--accent-color) !important;
    opacity: 0.5;
}

input#txtkey:focus::placeholder {
    opacity: 0.75;
}

button.btn.btn-orange {
    background: var(--accent-color);
}

button.btn.btn-orange:hover {
    background: var(--accent-color-hover);
}

.data-listing>.row {
    margin: 0 -15px;
}

.row.rowm10 {
    margin: 0;
}

/********** START ALERTS **********/
#alert-container {
    position: fixed;
    right: 5px;
    top: 75px;
    z-index: 9999999;
}

#alert-container .alert {
    box-shadow: 1px 1px 6px rgb(0 0 0 / 0.5);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    max-width: 450px !important;
    height: 50px !important;
    padding: 5px 10px 5px 35px;
    position: relative;
    outline: 5px solid rgb(255 255 255 / 0.7);
    border: 5px solid black;
    line-height: 30px;
}

#alert-container .alert.alert-success {
    background-color: var(--accent-color-hover);
    color: #000;
}

#alert-container .alert.alert-error {
    background-color: #633;
    color: #f99;
}

#alert-container .alert .message-icon {
    fill: #300;
    stroke: #003;
    font-size: 18px;
    left: 10px;
    position: absolute;
    top: 10px;
}

#alert-container .alert.alert-dismissible .close {
    font-size: 16px;
    padding: 2px 5px;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    display: none;
}

span.close.far.fa-times {
    text-shadow: none;
    background: black;
    border-radius: 100%;
    color: var(--accent-color-hover);
    margin: 0;
    opacity: 1;
}

/********** END ALERTS **********/

/********** START ANIMATIONS **********/
.projecthome .item .description .heart i {
    color: var(--accent-color);
}

.projecthome .item:hover .description .heart i {
    -webkit-animation: heartbeat 1.5s ease-in-out both;
    animation: heartbeat 1.5s ease-in-out both;
}

li.lnk.wishlist:hover i.fa-heart {
    -webkit-animation: heartbeat 1.5s ease-in-out both;
    animation: heartbeat 1.5s ease-in-out both;
    color: #fff;
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

/********** END ANIMATIONS **********/

/********** START MOBILE **********/
@media (max-width: 576px) {
    button.btn.btn-secondary.dropdown-toggle.btn-select-language {
        /* display: initial; */
    }

    .home_banner {
        height: 33vh;
        background-position: 100% 22%;
        min-height: 300px;
    }

    footer .col-sm-3 {
        display: none;
    }

    .topbar-items li.login-item {
        padding: 0 0px 15px;
    }

    div#map {
        min-height: 300px;
        height: 70vh;
    }

    .padtop30 {
        padding: 0px;
    }

    img.logo {
        height: 45px;
        margin-left: -6px;
    }

    .home_banner .topsearch {
        width: 100% !important;
    }

    .topsearch .keyword-input {
        width: 100%;
    }

    .listsuggest {
        margin-top: -15px;
        z-index: 9;
    }

    h1.text-center.text-white.mb-4.banner-text-description {
        margin-bottom: 20px !important;
    }

    .topsearch .input-group-append.search-button-wrapper {
        margin-bottom: 0px;
    }

    .topsearch .input-group-append.search-button-wrapper {
        margin-bottom: 0px;
    }

    .input-group.input-group-lg {
        padding: 10px;
    }

    form#frmhomesearch {
        max-width: 100%;
        margin: auto;
        width: initial;
    }

    .main-header .navbar-light .navbar-brand {
        padding: 0;
        margin: auto;
    }

    button#header-waypoint {
        right: 2px;
        position: absolute;
    }

    nav.navbar.navbar-expand-lg.navbar-light {
        position: static;
    }

    body.is-sticky {
        padding-top: 47px;
    }

    .padtop70 {
        padding-top: 20px;
    }

    #navbarSupportedContent .main-menu-content,
    .search-box .search-box-content {
        width: 50vw;
        max-width: 240px;
    }

    .d-md-none.bg-primary.p-2 span.text-white {
        line-height: 30px;
        color: black !important;
        margin: 0 6px;
        font-weight: 600;
    }

    .d-md-none.bg-primary.p-2 {
        background: #f6f6f6 !important;
        border-bottom: 2px solid black;
    }

    .topmenu .header-sticky {
        position: fixed;
    }

    .WA-floating {
        padding-left: 1px;
        transform: scale(0.75) !important;
    }
}

/********** END MOBILE **********/