    .nav-on-banner {
        background-color: #000;
    }
    
    #home .property-grid-1 .listing-price {
        font-size: 40px;
    }
    
    #PageProperty,
    #pageGallery,
    #detailsContentProperty,
    #blogDetailsContent {
        margin-top: 150px;
    }
    
    #pageBlog {
        margin-top: 200px;
    }
    
    #pageContact {
        margin-top: 100px;
    }
    
    .propertiesData .listing-title a {
        font-size: 20px !important;
        font-weight: bold !important;
    }
    
    .btnMore {
        color: #13171f !important;
        padding: 0 10px;
        line-height: 35px;
        border-radius: 100px;
        font-size: 18px !important;
        border: 2px solid #f7d057 !important;
        transition: ease-in-out .3s;
    }
    
    .btnMore:hover {
        color: #fff !important;
        background-color: #000 !important;
        border: 2px solid #f7d057 !important;
        transition: ease-in-out .3s;
    }
    
    .contentProperty {
        margin-top: 50px !important;
    }
    
    .contentProperty .d-table {
        width: 100%;
    }
    
    .contentProperty .d-table li span i {
        color: #f7d057;
    }
    
    .footer-widget .widget-title {
        line-height: 25px;
    }
    
    .footer-widget ul li {
        display: inline-flex;
    }
    
    .footer-widget ul li a {
        color: var(--text-gray-color);
    }
    
    .footer-widget ul li i {
        align-items: center;
        display: flex;
        font-size: 20px;
        margin-right: 15px;
        color: #f7d057;
    }
    
    .iconsSocial {
        display: inline-flex;
    }
    
    .iconsSocial a {
        background-color: #000;
        color: #f7d057 !important;
        border: 1px solid #f7d057;
        width: 30px;
        height: 30px;
        display: block;
        border-radius: 100px;
        position: relative;
    }
    
    .iconsSocial a i {
        text-align: center;
        display: block;
        margin-top: 6px;
    }
    
    .navSocial {
        background-color: #f7d057;
        color: #1C2C3F;
    }
    
    .navSocial a {
        color: #1C2C3F;
    }
    
    .navSocial .socialMenu {
        display: block;
        text-align: right;
    }
    
    .navSocial .contactMenu {
        display: inline-flex;
    }
    
    .contactMenu p {
        margin-right: 30px;
    }
    
    .contactMenu i {
        background-color: #1C2C3F;
        color: #f7d057 !important;
        border: 1px solid #f7d057;
        width: 30px;
        height: 30px;
        border-radius: 100px;
        text-align: center;
        line-height: 30px;
    }
    
    .socialMenu p a {
        margin-left: 10px;
    }
    
    .socialMenu p {
        display: inline-flex;
    }
    
    .navSocial p {
        margin-bottom: 3px;
        /* display: inline-flex; */
    }
    
    .navbar-expand-lg .navbar-nav>li.nav-item {
        line-height: 60px;
    }
    
    .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .socialMenu a {
        background-color: #1C2C3F;
        color: #f7d057 !important;
        border: 1px solid #f7d057;
        width: 30px;
        height: 30px;
        display: block;
        border-radius: 100px;
        position: relative;
    }
    
    .socialMenu a i {
        text-align: center;
        display: block;
        margin-top: 6px;
    }
    
    .active a,
    .active a:before,
    .active a:after {
        color: #f7d057;
    }
    
    .property_text {
        background-color: var(--theme-dark-color) !important;
    }
    
    .property_text .listing-location {
        font-size: 15px !important;
        color: #f7d057;
    }
    /* .property_text .listing-title a {
    color: #fff;
} */
    
    .property-block {
        border-radius: 15px;
    }
    
    .contenProperty {
        font-size: 18px;
        color: #dcdcdc;
    }
    
    .imageCoverProperty {
        position: relative;
    }
    
    .imageCoverProperty .imageLogo {
        position: absolute;
        border-radius: 100px;
        z-index: 9;
        top: 20px;
        left: 20px;
        border: 2px solid #f7d057;
        width: 15%;
    }
    
    .containerTitle {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        background-color: #000000a6;
        height: 50px;
        color: #fff;
    }
    
    .containerTitle a {
        color: #fff !important;
        font-size: 20px !important;
        font-weight: bold;
        text-transform: uppercase;
    }
    
    .btn-primary {
        border-radius: 100px;
    }