hr {
    border: 1px solid #e9e9e9;
}

.fa-ruler-vertical:before {
    content: "\f548";
}

.font-bold {
    font-weight: bold;
}

.m-0 {
    margin: 0;
}

.mb-half {
    margin-bottom: .5rem;
}

.mt-1 {
    margin-top: 1rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.text-right {
    text-align: right;
}

.capitalize {
    text-transform: capitalize;
}

.side-borders {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.badge {
    position: absolute;
    top: 10px;
    margin-left: 5px;
}

.carousel-width {
    width: fit-content;
}

.idx-card {
    border: 1px solid #e9e9e9;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.idx-imgcontainer {
    position: relative;
    overflow: hidden;
    height: 235px;
}

.idx-card:hover > .idx-imgcontainer > .idx-shade {
    opacity: .5;
}

.idx-card:hover > .idx-imgcontainer > .idx-ico {
    opacity: 1;
}

.idx-card > .idx-imgcontainer > .idx-ico > i {
    background-color: #b22025;
    color: #FFF;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    margin: 0px 3px;
    border-radius: 50%;
}

.idx-shade {
    transition: all ease-in 300ms;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
}

.idx-ico {
    transition: all ease-in 300ms;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -25px;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    z-index: 1;
}

.idx-card:hover > .idx-imgcontainer > img {
    transform: scale(1.15);
}

.idx-card > .idx-imgcontainer > img {
    transition: all ease-out 300ms;
}

.idx-card > .idx-imgcontainer, .idx-card > .idx-imgcontainer > img, .idx-shade {
    border-radius: 5px 5px 0 0;
    width: 100%;
}

.idx-link:hover {
    text-decoration: none;
}

.idx-list li {
    list-style-type: none;
}

.idx-list-logo, .idx-listing-provider {
    margin-bottom: 20px;
}

.idx-list-logo {
    float: left;
    min-width: 34px;
    width: 20%;
}

.idx-listing-provider {
    width: 75%;
    font-size: 12px;
    height: 5.5em;
}

.idx-captionAddress > h2, .idx-captionPrice > h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}

.idx-captionAddress > h3, .idx-captionPrice > h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.idx-captionAddress > p, .idx-captionPrice > p {
    margin: 0 0 10px;
}

.idx-features, .idx-captionAddress > p, .idx-captionPrice > p, .idx-remarks {
    font-size: 14px;
}

.idx-details-logo {
    height: 90px;
}

.idx-legal-text {
    font-size: 12px;
}

.idx-list-logo {
    height: 34px;
}

@media only screen and (max-width: 767px) {
    .carousel-indicators {
        position: unset !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 15px !important;
    }

        .carousel-indicators li {
            border: 1px solid #000 !important;
        }

        .carousel-indicators .active {
            background-color: #000 !important;
        }

    .carousel-control.left, .carousel-control.right {
        background-image: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .idx-card {
        height: 470px;
    }
}

@media only screen and (min-width: 1600px) {
    .idx-card {
        height: 500px;
    }
}

.idx-display-none {
    display: none;
}

.carousel-control > .fa-chevron-right, .carousel-control > .fa-chevron-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
