.blockquote::before {
    content: '\f10d';
    font-family: 'FontAwesome';
    padding-right: 10px;
}

.blockquote::after {
    content: '\f10e';
    font-family: 'FontAwesome';
    padding-left: 10px;
}

a.car-img{
    /*min-height: 314px;*/
    display: block;
    align-items:center;
    align-self: baseline;
}

.blockquote {
    margin: 0 !important;
}

.columns {
    columns: 3;
}

.banner img{
    object-fit: cover !important;
}
*[id^="error-"]{
    color: red;
}

.input-error{
    border: 1px solid red !important;
}

.inline-search-area .row-3{
    display: flex !important;
    justify-content: center !important;
}

.details-banner img{
    object-fit: cover;
}

.video-wrapper iframe{
    height: 620px;
}

.footer-item .contact-info i:before{
    color: #fff;
}

.main-header .company-logo-2 img{
    height: 70px;
}

.sticky-header, .sh2{
    top: 0 !important;
}

.contact-1.reprise{
    margin-bottom: 120px;
}

#loading{
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.3);
    z-index: 9999;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}


@media screen and (max-width: 768px) {
    .columns {
        columns: 1;
    }

    .video-wrapper iframe{
        height: 100%;
    }

    .details-banner,.details-banner img{
        height: 300px;
    }
}