.paginatorCenter nav .pagination {
    justify-content: center;
}

.formClient .select2-selection__rendered {
    line-height: 10px !important;
}

/* .select2-container {
    z-index: 9999 !important;
} */

.select2-selection {
    height: 60px !important;
    display: block !important;
    /* padding-left: 45px !important; */
    padding-right: 20px !important;
    width: 100% !important;
    border: 1px solid #e1e1e1 !important;
    background-color: #ffffff !important;
    color: #62606c !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    z-index: 9999 !important;
    place-content: center !important;
}

.select2-selection__rendered {
    border-radius: 5px !important;
    padding-left: 0px !important;
    color: #62606c !important;
}

.select2-selection__arrow {
    height: inherit !important;
}

.logo-main-menu {
    max-width: 200px !important;
    /* width: 250px !important; */
}

.logo-main-menu-footer {
    width: 270px !important;
}

@media(max-width: 1200px) {
    .logo-main-menu {
        height: 40px !important;
    }
}

.li-networks {
    margin-right: 5px !important;
}

.property-details-image-cstm {
    max-height: 500px;
}

.property-details-image-cstm img {
    object-fit: cover;
    max-height: 500px;
}

.select2-selection {
    height: 37.6px !important;
}

.justify-content-center {
    place-content: center;
}

.price {
    width: auto !important;
}

/* @media only screen and (max-width: 990px) {
    .main-responsive-nav .logo img {
        max-width: 100px !important;
    }
} */

.w-100 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 60px !important;
    padding: 10px 16px 10px 45px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 85% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 26px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #CCC !important;
    /* box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset; */
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.select2-container--default .select2-selection--single:hover {
    border: 1px solid var(--alternative-color) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -20px;
}

/* .owl-carousel .owl-stage-outer {
    height: 85vh !important;
} */

.slides-item-box {
    height: 85vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1700px) {
    .slides-item-box {
        height: 130vh;
    }
}

/* @media (max-width: 1500px) {
    .slides-item-box {
        height: auto;
    }
} */