.custom-view-more button,
.custom-view-more p {
    border-color: #ed6b1d;
}
.price-filter-format.filter-content input.inputText2,
#BYCHome .custom-home-page .fa.fa-check,
.slogan-container h1,
.slogan-container .shadow-text,
.small-header h5,
.small-header h3 {
    color: white;
}
.price-filter-format.filter-content input.inputText2 {
    background-color: #B1B1B1;
}
#valuesHome .animated-image-card h2,
#BYCHome .animated-image-card h2 {
    font-family: 'mulish-extrabold';
}
.slogan-container h1,
.slogan-container .shadow-text {
    text-shadow: 5px 5px 9px #2d2d2d;
}
.slogan-container h1 {
    font-size: 9rem;
}
.small-header h5,
.small-header h3 {
    text-shadow: 3px 3px 5px #2d2d2d;
}
.slogan-container .shadow-text {
    background-color: transparent;
    font-size: 5rem;
}
.flex-sm img{
    max-width: 106%;
    position: relative;
    top: -14px;
}
.agency-map .inventary-detail-container .visible-sm {
    padding: 20px 0;
}
.agency-map .inventary-detail-container .hide-sm,
.agency-map .inventary-detail-container .hide-sm button,
.agency-map .inventary-detail-container .visible-sm,
.agency-map .inventary-detail-container .visible-sm button {
    border-radius: 20px;
}
.agency-map .inventary-detail-container .hide-sm,
.agency-map .inventary-detail-container .visible-sm {
    background-color: #ababab;
}
.agency-map .inventary-detail-container .hide-sm button,
.agency-map .inventary-detail-container .visible-sm button,
.agency-map .inventary-detail-container h2:first-child {
    color: #ed6b1d;
}
.agency-map .inventary-detail-container .hide-sm button,
.agency-map .inventary-detail-container .visible-sm button {
    background-color: white;
    padding: 12px 25px;
}
.agency-map .inventary-detail-container .hide-sm button,
.agency-map .inventary-detail-container .hide-sm .selected-option,
.agency-map .inventary-detail-container .hide-sm .btn-refillable:hover,
.agency-map .inventary-detail-container .visible-sm button,
.agency-map .inventary-detail-container .visible-sm .selected-option,
.agency-map .inventary-detail-container .visible-sm .btn-refillable:hover {
    border: none;
}
.agency-map .inventary-detail-container .hide-sm .selected-option,
.agency-map .inventary-detail-container .hide-sm .btn-refillable:hover,
.agency-map .inventary-detail-container .visible-sm .selected-option,
.agency-map .inventary-detail-container .visible-sm .btn-refillable:hover {
    background-color: var(--filtrobg);
    color: var(--filtrocl);
}
.agency-map .inventary-detail-container h2:first-child {
    font-weight: 900;
    font-size: 35px;
    font-family: 'mulish-extrabold';
}
.zauto-white-title {
    color: white;
}
.animated-image-card div>form>div>div>div.select-box,
.animated-image-card div>form>div>div.select-box{
    background-color: white;
    border-radius: 11px;
}
.animated-image-card div>form>div>div>div.select-box {
    background-color: transparent;
}
.active-search-background {
    background-size: cover;
}
.active-search-background .h1 {
    color: white !important;
}
@media only screen and (max-width: 768px) {
    .flex-sm {
        display: flex;
        justify-content: space-between;
    }
    .slogan-container h1 {
        font-size: 5.5rem;
    }
    .slogan-container .shadow-text {
        font-size: 3rem;

    }
}
