.card-result {
    text-align: left;
}

.card-result i {
    margin: 0;
    width: auto;
    color: inherit;
}

.card-result .card-container {
    border: 1px solid #e3e6f0 !important;
}
.card-result .card {
    border: none;
    border-radius: 0;
    background: #f5f5f5;
}
.card-result .card img {
    border-radius: 0;
}
.card-result .card img.price-tag {
    display: none;
}
@media (max-width: 991.98px) {
    .card-result .card img.price-tag {
        display: block;
        position: absolute;
        right: 40px;
        width: 120px;
   }
}
@media (max-width: 767.98px) {
    .card-result .card img.price-tag {
        display: none;
   }
}
.card-result .card img.card-img-top {
    min-width: 212px;
    min-height: 120px;
}
.card-result .card .card-footer {
    background: transparent;
    padding: 0;
    margin-top: .5rem;
}
.card-result .card button.bg-light {
    background: transparent !important;
    color: #454545 !important;
    border-color: #454545 !important;
}
.card-result .card button.bg-light:hover {
    background: #ea4b2c !important;
    border-color: #ea4b2c !important;
    color: white !important;
}

.card-result .card .card-body {
    padding-top: 0;
    padding-bottom: 0;
}
.card-result .card .card-body h2 {
    font-family: Proxima Nova;
    font-weight: 700;
    font-size: 15pt;
    color: #19bce5;
}
.card-result .card .card-body p.place {
    font-weight: 400;
    font-size: 9pt;
    text-transform: uppercase;
    display: inline-block;
    color: #767676;
}
.card-result .card .card-body p.place .itmx-fa-map-marker {
    color: #00a659;
}
.card-result .card .card-body .vote {
    font-size: 9pt;
    display: inline-block;
    color: #9f9f9f;
}
.card-result .card .card-body .vote i.active {
    color: #f8d25d;
}
.card-result .card .card-body .type {
    font-size: 10pt;
    padding: 6px;
    background: #e5e5e5;
    color: #343745;
    border-radius: 8px;
}
.card-result .card .text-offert p {
    margin-bottom: 0;
}
.card-result .card .text-offert p.one-style {
    font-family: Proxima Nova;
    font-size: 9pt;
    color: #ea4b2c;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.card-result .card .text-offert p.two-style {
    font-family: Gilroy;
    font-weight: 700;
    font-size: 26pt;
    color: #ea4b2c;
    line-height: 26pt;
}
.card-result .card .text-offert p.three-style {
    font-family: Gilroy;
    color: #7e7f7f;
    text-transform: lowercase;
    font-size: 9pt;
}
.card-result .card .text-offert p.four-style {
    font-family: Gilroy;
    font-weight: 700;
    font-size: 14pt;
    color: #ea4b2c;
    margin-top: -52px;
}
.card-result .card .text-offert p.four-style span {
    font-weight: 400;
}
.card-result .card .text-extra span {
    font-family: Proxima Nova;
    font-size: 10pt;
    color: #7e7f7f;
}
@media (max-width: 1199.98px) {
    .card-result .card.sm-offert {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 1.5rem;
   }
    .card-result .card.sm-offert .col-md-6 {
        text-align: center;
   }
    .card-result .card.sm-offert .text-offert p.four-style {
        margin-top: -58px;
   }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
    .card-result .card.sm-offert .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
   }
}
@media (max-width: 991.98px) {
    .card-result .card.sm-offert {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 0;
   }
    .card-result .card.sm-offert .card-body {
        padding: 1.25rem !important;
   }
    .card-result .card.sm-offert .card-body .text-offert {
        display: none;
   }
}
@media (max-width: 767.98px) {
    .card-result .card.sm-offert {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 1.5rem;
   }
    .card-result .card.sm-offert .card-body {
        padding: 0 !important;
   }
    .card-result .card.sm-offert .card-body .text-offert {
        display: flex;
   }
}
@media (max-width: 991.98px) {
    .card-result .card.sm-body {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 1.5rem;
   }
}
@media (max-width: 767.98px) {
    .card-result .card.sm-body {
        flex: 0 0 100%;
        max-width: 100%;
   }
}
.card-result .card.sm-top-img {
    padding-right: 0;
    padding-left: 0;
}
.card-result .card.sm-top-img .text-offert.text-center {
    display: none;
}
@media (max-width: 991.98px) {
    .card-result .card.sm-top-img {
        flex: 0 0 100%;
        max-width: 100%;
   }
    .card-result .card.sm-top-img .text-offert.text-center {
        display: block;
        position: absolute;
        right: 52px;
        top: 15px;
   }
    .card-result .card.sm-top-img .text-offert.text-center p {
        color: white !important;
   }
    .card-result .card.sm-top-img .text-offert.text-center p.two-style, .card-result .card.sm-top-img .text-offert.text-center p.four-style {
        margin-top: 10px;
   }
    .card-result .card.sm-top-img .text-offert.text-center p.three-style {
        margin-top: 4px;
   }
}
@media (max-width: 767.98px) {
    .card-result .card.sm-top-img {
        margin-top: .5rem;
   }
    .card-result .card.sm-top-img .text-offert.text-center {
        display: none;
   }
}
