.main-banner {
    background-image: url('/templates/images/index/main_banner.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}
.index-banner {
	background-image: url('/templates/images/index/blue-sedan.webp');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.mt-2-5, .my-2-5 {
    margin-top: 2.5rem!important;
}
.mt-5-5 {
    margin-top: 5.5rem!important;
}
.mt-5-5 {
    margin-top: 5.5rem!important;
}
.index-block {
    color: white;
		background: none;
}
.index-img{
	border: 1px solid;
	border-radius: 11px;
	padding: 20px;
}

.main-banner .parents-ajax-live-search .header-wow-sticky-search {
    max-width: 400px;
}

.main-banner .btn-link {
    color: #f8f9fa;
    text-decoration: underline;
    font-size: 20px;
    font-weight: 600;
    text-underline-offset: 5px;
}

.main-banner .btn-link:hover {
    color: #707070;
}

.main-banner .main-search-results {
    width: 400px;
}
.btn-color-orange {
    background-color: #EFEFEF !important;
    color: black !important;
    border: 2px solid #ff4f12;
}

.main-banner .sticky-search-geo-list,
.main-banner .sticky-search-geo-results,
.main-banner .sticky-search-geo-area-list {
    z-index: 10;
}

.text-blue {
    color: var(--blue);
}

.auth-video {
    position: absolute;
    z-index: 0;
    object-fit: none;
    zoom: .7;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.no-control .promo-controls {
    display: none;
}

.no-control .promo-add-element {
    display: none;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 700 !important;
}

.fw-900 {
    font-weight: 700 !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.start-50 {
    left: 50% !important;
}

.top-0 {
    top: 0 !important;
}

.content-overlay {
    position: relative;
    z-index: 5;
}

.bg-dark {
    background-color: #000 !important;
}

.dropdown-box-list-link .info {
    padding: 8px 20px;
    cursor: default;
}

.filter-input > div {
    padding-right: 5px;
}

.category-menu-left-name:hover {
    color: var(--blue);
    text-decoration: none;
}

.text-orange {
    color:#ff4f12 !important;
}

.text-orange:hover {
    opacity: .9;
}

.btn-color-orange {
    background-color:#EFEFEF !important;
    color: black !important;
    border: 2px solid #ff4f12;
}
.btn-custom-orange {
    text-align: center;
    padding: 10px 25px;
    min-height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    outline: none;
    font-size: 14px;
    background-color: #ff4f12 !important;
    color: white !important;
}

.btn-color-orange:hover {
    opacity: .9;
}

