.primaryColor {
    color: #0c356a !important;
}

.secondaryColor {
    color: #ffc436 !important;
}

.logo {
    max-width: 200px;
    margin-left: -20px;
}

@media (max-width: 500px) {
    .logo {
        max-width: 180px;
    }
    .mtMobile {
        margin-top: 15px;
    }
}

.navbar {
    background: #0c356a !important;
}

.topmenu {
    color: #fff !important;
}

/* Hide the submenu by default */
.dropdown-menu {
    display: none;
}

/* Show the submenu when hovering over the parent list item */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Optional: Add styling to the dropdown menu */
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.dropdown-menu li {
    position: relative;
}
.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    font-size: 14px;
}
.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}

.dropdown-menu[data-bs-popper] {
    top: 52px;
}

.slide-height {
    max-height: 70vh;
}

.btn-yellow {
    background: #ffc436;
    border: 0;
}

.colorYellow {
    color: #ffc436 !important;
    font-weight: bold;
}

.currencyClass {
    width: auto;
    color: #0c356a;
    font-weight: bold;
    padding-right: 26px;
    line-height: 1.2 !important;
    margin-bottom: 0;
    margin-right: 20px;
    margin-left: 10px;
}

@media (max-width: 576px) {
    .currencyClass {
        transform: scale(0.8);
        margin-right: 15px;
        line-height: 1.2 !important;
        font-size: 12px;
        margin-top: 3px;
    }
}

/** Footer */

.footer {
    background: #0c356a;
    padding: 20px 0;
    color: #fff;
}

.logoBottom {
    margin-left: -20px;
    margin-bottom: 20px;
}

.footer i {
    margin-right: 10px;
}

/** */
.cursorHoverPointer {
    cursor: pointer;
}

.active > .page-link,
.page-link.active {
    background: #0c356a;
    border-color: #0c356a;
}

.page-link {
    color: #0c356a;
}

.tableFooter a {
    color: #fff !important;
}

a {
    text-decoration: none;
    color: #0c356a;
}

.fixed-top-menu {
    position: fixed;
    top: 0 !important;
    z-index: 200;
    width: 100%;
    opacity: 0.95;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.modal-backdrop {
    z-index: 100;
}

.modal-header .btn-close {
    padding: 20px;
}

.fa-sliders {
    color: #0c356a;
}

.offcanvas-header {
    background: #0c356a;
    padding: 13px;
    margin: 0;
}

.menuMobile ul {
    padding-left: 0;
}

.menuMobile li {
    list-style-type: none;
    padding: 10px 0;
}

.offcanvas-header .btn-close {
    padding: 30px;
}

.closeMobile {
    color: #fff;
    padding: inherit;
}
.faBarsOffcanvas {
    color: #fff;
}

.loginButtonMenu {
    margin-left: 15px;
}

.btn-close {
    z-index: 999;
}

.btn-blue {
    background: #0c356a;
    border: 0;
}

.mw50 {
    max-width: 100px !important;
    padding: 10px 20px !important;
}
@media screen and (max-width: 568px) {
    .mw50 {
        max-width: 100% !important;
        width: 50px;
        padding: 5px 10px !important;
    }

    .autoWidthMobile {
        width: auto !important;
    }
}

.pad0 {
    padding: 0;
}

.minHeightNotFound {
    min-height: 500px;
}

.bodyAdvanceFilter .btn.active {
    background: #ffc436;
    color: #0c356a;
}

.totalLoved {
    color: #fff;
}

.propertyCode {
    left: 20px;
    bottom: 20px;
    position: absolute;
    color: #fff;
    text-shadow: 2px 2px 2px black;
}

.blue-btn {
    color: #fff;
    background: #0c356a;
    display: inline-block;
    margin: 10px;
    padding: 5px 10px;
    border-radius: 5px;
}

.yellow-btn {
    color: #0c356a;
    background: #ffc436;
    display: inline-block;
    margin: 10px;
    padding: 5px 10px;
    border-radius: 5px;
}

.priceFloat {
    float: right;
    font-weight: bold;
    color: #0c356a;
}
@media screen and (max-width: 568px) {
    .priceFloat {
        float: left;
    }
}

.bodyAdvanceFilter button {
    margin-bottom: 5px;
}

.form-check label {
    font-weight: normal;
}

.h1Home {
    text-align: center;
    text-shadow: 2px 2px #000;
    margin-top: 200px;
    letter-spacing: 5px;
}

@media screen and (max-width: 568px) {

    .h1Home {
        letter-spacing: 3px;
        padding:0 20px
    }

}

.primaryBlueButton {
    background: #0c356a;
    border-radius: 5px;
    border: 0;
    color: white;
    padding: 5px 10px;
}

.footer a {
    color: #fff !important;
}

.subscriberButton {
    border: 0;
    border-radius: 0.25rem;
    color: black !important;
    background-color: #ffc436 !important;
    padding: 12px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.successSubsribe {
    color: #fff;
    background: green;
    padding: 10px;
    border-radius: 5px;
}

.respPhotoContact {
    max-width: 800px;
    margin: 0 auto;
    /* margin-bottom:200px */
}



@media screen and (max-width: 568px) {
    .respPhotoContact {
        max-width: 100%;

    }
}


.listingBackEndIcon .fa-solid {
    color: #bebebe;
}

#button-addon2 {
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    background: #0c356a;
    margin-left: -20px;
    color: #fff;
}

.customFilterBg {
    position: absolute;
    right: 120px;
    z-index: 100;
    transform: scale(1.5);
    top: 5px;
    background: none;
    border: none;
}

.fa-heart {
    color: #fff;
}

.facolor {
    color: #0c356a;
}

.iconProd {
    margin-right: 10px;
}

.propertyCode {
    left: 20px;
    bottom: 20px;
    position: absolute;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

@media screen and (min-width: 576px) {
    .policyAndTerms {
        text-align: right;
    }
}

@media (min-width: 767px) {
    .footerCol-2 {
        padding-left: 4rem;
    }
}

.errorClass {
    border: solid 1px red;
}

.sticky-top-add-edit {
    position: sticky;
    top: 80.53px;
    z-index: 1020;
}

@media (max-width: 768px) {
    .currencySwitch {
        transform: scale(0.7);
    }
}

.form-check-input:checked[type="checkbox"] {
    background-color: #0c356a;
    border: #0c356a;
}

.btn-primary {
    background: #0c356a;
    border: 0;
}

.buttonCloseLogin {
    right: 10px;
    top: 10px;
    position: absolute;
}



.ownershipTypeTag {
    margin-top: 10px;
    padding: 2px;
    color: #000;
    background: #FFC436;
    border-radius: 5px;
    font-size: 12px
}