@charset "UTF-8";


.img-fluid-height-fixed {
    height: 300px !important;
    object-fit: cover;
}
.card-img-height-fixed {
    height: 260px !important;
    object-fit: cover;
}

/*.bootstrap-components .card{
    height: 250px !important;
}*/
/*.border-secondary-light {
    border-color: #efefef !important;
}*/
.w-250px {
    width: 250px;
}
.operation-type {
    background-color: var(--bg-grey) !important;
}
.carousel-item {
    height: 450px !important;
}

    .carousel-item img {
        object-fit: cover;
        height: 100%;
    }

.overlay {
    height: 100% !important;
}

    .overlay nav {
        text-align: left;
    }


.form-check-input {
    height: 2em !important;
    width: 4em !important;
}

.color-gray {
   color: var(--font-color);
   padding: 0 !important;
}

.no-background-color{
    background: none !important;
    background-color:none !important;
}

.no-rentext-listing-category{
    position:relative !important;
    top: 0 !important;
    left: 0 !important;
}

.w3l-footer9 .copyright-footer {
    grid-template-columns: 2fr 2fr !important;
}

li {
    margin-bottom: 5px !important;
}