/*
Theme Name: Drivco
Version: 1.2.5
Tested up to: 5.8
Requires PHP: 8.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: drivco
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready,This theme, like WordPress, is licensed under the GPL.Use it to make something cool, have fun, and share what you've learned with others.
*/

.h5_z {font-size:1.25rem;font-family: var(--font-montserrat);font-weight: 600;font-size: 18px;line-height: 1.2;color: var(--title-color);transition: 0.35s;margin:10px 0;}
.h5_z a{font-family: var(--font-montserrat);font-weight: 600;font-size: 18px;line-height: 1.2;color: var(--title-color);transition: 0.35s;}
.h5_z a:hover{ color: var(--primary-color1); }

footer .footer-widget .widget-title .h5_f {
    margin-bottom: 0;
    color: var(--white-color);
    font-size: 20px;
    font-family: var(--font-montserrat);
    font-weight:600;
}


.car-details-area .title .h5_t {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 22px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}

.car-details-area .title .h5_t::after {
    content: "";
    width: 43px;
    height: 1px;
    background: linear-gradient(90deg, #13141A 0%, rgba(19, 20, 26, 0) 100%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -53px;
}


footer .footer-center .contact-area .hotline-area .content .h5 a {
    color: var(--primary-color1);
    font-size: 20px;
    font-family: var(--font-montserrat);
    font-weight: 600;
    line-height: 1;
    transition: 0.35s;
}
footer .footer-center .contact-area .hotline-area .content .h5 a:hover {
    color: var(--white-color);
}