.once-offer-head {
    background-color: #333;
    margin: 0 !important;
    min-height: 100px;
    padding: 13px 0 4px 0;
}

.once-offer-head span {
    float: right;
    padding: 0 !important;
    padding-top: 8px !important;
    font-size: 24px !important;
}

.once-offer-head h3, h2 {
    color: black;
    font-size: 18px;
}

.svg-once-offer {
    color: white !important;
    font-size: 30px !important;
    padding: 0 10px 0 14px;
}

.parameters {
    padding-top: 10px;
}

.parameters-once {
    float: left;
    padding-right: 45px;
}

.parameters-once p {
    font-weight: bold;
}

.parameters-once figure {
    float: right;
}

.once-offer-description {
    padding-top: 25px;
}

.once-offer-description p {
    padding-top: 10px;
}

.warning {
    color: #c42a2a !important;
    font-size: 60px !important;
    font-weight: bold;
}

.fa-ban {
    color: #cb1616;
}

.fa-check {
    color: #155522;
}

.img-slid-response {
    height: 330px;
    filter: brightness(85%);
}

.img-slid-response:hover {
    filter: brightness(100%);
    transition: 0.4s ease-in-out;
}

.actionsBox .btn-usable {
    font-size: 25px;
    width: 44px;
    height: 44px;
    border: none;
    display: flex;
}

.actionsBox .btn-usable:hover {
    transform: scale(1.01);
    cursor: pointer;
}

.actionsBox .btn-usable i.fa {
    display: flex;
    flex: auto;
    justify-content: center;
    align-items: center;
    align-self: center;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

button[type="submit"] {
    border: none;
    border-radius: 0;
    padding: 10px 25px;
}

.contact-item .contact-icon-small {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: rgb(196, 42, 42);
    vertical-align: middle;
    color: #fff;
    text-align: center;
    font-size: 19px;
    float: left;
    margin-right: 15px;
}

.agent-contact .contact-items {
    margin-top: 0;
}

.agent-contact .contact-items .contact-item {
    text-align: center;
    margin-bottom: 13px;
}

.contact-item a {
    color: black;
}

.contact-item a:hover {
    text-decoration: underline;
}

.section-with-border a img:hover {
    filter: brightness(1.1);
}

.img-agent-response {
    max-width: 60%;
    height: auto;
}

.form-advert .title-style-2 {
    text-transform: none;
    font-size: 23px;
}

.btn-share {
    padding: 10px 18px;
}

.red-pane {
    background: #c42a2a;
    padding: 9px 0 9px 7px;
    color: white;
    font-size: 18px;
    font-family: 'Comfortaa', cursive;
    display: flex;
    align-items: center;
    align-self: center;
}

.table td {
    border-top: none;
}

.table tr {
    border-top: 1px solid #dedede;
}

.section-with-border {
    background: white;
}

.table-hover tbody tr:hover {
    cursor: pointer;
    color: white;
}

.owl-carousel > .owl-nav > .owl-prev, .owl-carousel > .owl-nav > .owl-next {
    display: flex;
    position: absolute;
    top: 50%;
}

.owl-carousel > .owl-nav > .owl-prev {
    left: 0;
}

.owl-carousel > .owl-nav > .owl-next {
    right: 0;
}

.owl-carousel > .owl-nav > .owl-next:before {
    background-image: url("../../../img/next.svg");
}

.owl-carousel > .owl-nav > .owl-prev:before {
    background-image: url("../../../img/back.svg");
}

.owl-carousel > .owl-nav > .owl-next:before, .owl-carousel > .owl-nav > .owl-prev:before {
    content: '';
    height: 44px;
    width: 44px;
    display: inline-block;
    background-repeat: no-repeat;
    filter: invert(100%);
}

.btn-instagram:hover, .btn-instagram:hover > .fa-instagram, .btn-instagram .fa-instagram {
    color: #fff;
    background-color: #3f729b;
    border-color: #3f729b;
}

button.toBlack[type="submit"] {
    padding: .5rem .75rem!important;
}
.section-with-border p.invert.mb-1 {
    font-size: 14px;
    text-transform: capitalize;
    box-sizing: content-box;
}

.section-with-border td:first-child {
    text-transform: capitalize;
    display: flex;
    min-width: 200px;
}

.section-with-border td {
    display: flex;
}

.section-with-border tr {
    display: flex;
    justify-content: space-between;
}