.guarantee-banner-sec.blog-banner-sec.single-blog-banner-sec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.guarantee-banner-sec.blog-banner-sec.single-blog-banner-sec .container *:not(.star-bdge) {
    position: relative;
    z-index: 99;
    text-align: left;
}
.hero-btn {
    display: flex;
    flex-wrap: nowrap;
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin: auto;
    max-width: 320px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.carfirst_block strong {
    text-align: center;
    display: block;
}
.redesign-estimate-cta input[type="text"] {
    font-size: 14px;
    padding: 12px 10px;
    border-radius: 8px 0 0 8px;
    background: #fff;
    border: none;
    height: 45px;
    width: 100% !important;
    box-shadow: none !important;
}
.redesign-estimate-cta form{
    margin:0 auto;
}
.redesign-estimate-cta button.btn {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 12px 6px;
    background: #ef5b4e;
    border-radius: 0 8px 8px 0;
    border: none;
    height: 45px;
    width: 360px;
}
.redesign-estimate-cta .d-flex.flex-wrap {
    display: flex;
    flex-wrap: nowrap;
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin: auto;
    max-width: 320px;
}
.hero-btn input[type="text"] {
    font-size: 14px;
    padding: 12px 10px;
    border-radius: 8px 0 0 8px;
    background: #fff;
    border: none;
    height: 45px;
    border: 1px solid #ddd;
    border-right: none;
}
.hero-btn button {
    display: flex;
    flex-wrap: nowrap;
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin: auto;
    max-width: 320px;
    height: auto;
    height: 45px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 13px;
}
.guarantee-banner-sec.blog-banner-sec.single-blog-banner-sec:before {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.75);
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
}
.single-blog-banner-sec .container {
    max-width: 1000px;
    text-align: left;
}
.single-blog-banner-sec .container > a {
    color: #ef5b4e;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}
.guarantee-banner-sec.blog-banner-sec .container h4 {
    font-weight: 500;
    font-size: 1.25rem;
}
.guarantee-banner-sec.blog-banner-sec .container h4 a{
    color: #000000;
}
.guarantee-banner-sec.blog-banner-sec .container {
    position: static;
}
.guarantee-banner-sec.blog-banner-sec {
    padding: 4rem 0;
}
.guarantee-banner-sec.blog-banner-sec p {
    margin: 0 auto;
}
.single-blog-inner-top .tags a {
    border-radius: .25rem;
    border: 1px solid #ef5b4e;
    color: #fff;
    background: #ef5b4e;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
    padding: .4rem .5rem;
    text-decoration: none;
    font-size: 14px;
}
.single-blog-inner-top .tags {
    margin-right: .75rem;
    margin-bottom: 7px;
    display: inline-block;
}
section.single-blog-content {
    padding: 3rem 0;
    background:#fff;
}
section.single-blog-content .container {
    max-width: 1000px;
}
section.single-blog-content .container ol li a, section.single-blog-content .container ul li a, section.single-blog-content .container p a {
    color: #007bff;
}
section.single-blog-content .container ol li a:hover, section.single-blog-content .container ul li a:hover, section.single-blog-content .container p a:hover {
    color: #0056b3;
    text-decoration: underline;
}
section.single-blog-content .container ol li, section.single-blog-content .container ul li {
    list-style: inherit;
}
section.single-blog-content .container ol, section.single-blog-content .container ul {
    margin-left: 2rem;
    padding-left: 40px;
    list-style: disc;
}
.social-share-footer ul.social-share a, .single-blog-inner-top-right ul.social-share a {
    border-radius: 999px;
    margin: 0 .25rem;
    background: #ef5b4e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    font-weight: 300;
}
.social-share-footer ul.social-share {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.single-blog-inner-top .post-date {
    margin: 0 0 10px;
}
.single-blog-inner-top-right ul.social-share {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

@media (min-width: 1200px) {
    .single-blog-banner-sec.guarantee-banner-sec h1 {
        font-size: 3rem;
        line-height: 1;
        margin-bottom: 1rem;
    }
}
@media (max-width: 991px) {
    .guarantee-banner-sec.blog-banner-sec.single-blog-banner-sec h1 {
        font-size: 2rem;
    }
}
@media (max-width: 1199px) {
    .guarantee-banner-sec {
        padding-bottom: 25px;
    }
    .guarantee-banner-sec.faq-banner-sec {
        padding-bottom: 100px;
    }
    .guarantee-banner-sec.contact-banner-sec {
        padding-bottom: 90px;
    }
}
@media (max-width: 991px) {
    .guarantee-banner-sec h1 {
        font-size: 3rem;
    }
    .guarantee-banner-sec .container {
        max-width: 490px;
    }
    .guarantee-banner-sec.blog-banner-sec .container {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .guarantee-banner-sec h1 {
        font-size: 2.7rem;
    }
}
.single-post a.btn {
    padding: 9px 16px;
    line-height: 1.42857143;
    font-weight: 600;
    height:auto;
}
.realted-blogs{background:#fff;}