/* vietnamese */
@font-face {
    font-family: 'Questrial';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/questrial/v13/QdVUSTchPBm7nuUeVf70sSFlq20.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}

/* latin-ext */
@font-face {
    font-family: 'Questrial';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/questrial/v13/QdVUSTchPBm7nuUeVf70sCFlq20.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

/* latin */
@font-face {
    font-family: 'Questrial';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/questrial/v13/QdVUSTchPBm7nuUeVf70viFl.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

/* =========================================== */

* {
    margin: 0px;
    outline: none;
    padding: 0px;
}

html {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    color: #505050;
    font-family: "Questrial", sans-serif;
    font-size: 20px;
    line-height: 26px;
    overflow-x: hidden;
}

.navbar-light .navbar-toggler {
    border-color: transparent !important;
    padding: 0;
}

.navbar-light .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: 50px;
    line-height: 56px;
    font-weight: bold;
    text-shadow: 0 0 0 rgba(9, 9, 9, 0.87), 0 2px 2px rgba(0, 0, 30, 0.08), 0 2px 1px rgba(20, 20, 21, 0.6), 0 2px 1px rgba(0, 0, 30, 0.4), -5px 5px 2px rgba(21, 19, 19, 0.1);

}

h2 {
    font-size: 36px;
    line-height: 42px;
    color: #1c1b1b;
    font-weight: bold;
}

h3 {
    font-size: 30px;
    line-height: 36px;
    color: #000;
    font-weight: bold;

}

h4,
h5,
h6 {
    font-size: 30px;
    line-height: 36px;
    color: #000;
    text-shadow: inherit;
    font-weight: bold;
}

a {
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #000;
}

a:hover,
a:focus,
a:active {
    color: #000;
    outline: none;
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    color: #282828;
}

::-webkit-input-placeholder {
    color: #282828;
}

:-moz-placeholder {
    color: #282828;
}

::-moz-placeholder {
    color: #282828;
}

:-ms-input-placeholder {
    color: #282828;
}

.top-bar {
    background: #ccc;
    padding: 10px;
    display: none;
}

.top-bar .hr-txt {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
}

.b-btm {
    border-bottom: 2px solid #ffc007;
}

.pt-w {
    width: 0% !important;
}

.bg-blue {
    background: #0c71c3;
}

.bg-red {
    background: #e02b20;
}

.text-red {
    color: #e02b20;
}

.text-blue {
    color: #0c71c3;
}

header .sticky-phone a {
    font-size: 30px;
    line-height: 36px;
}

header .sticky-phone a:hover,
header .sticky-phone a:focus,
header .sticky-phone a:active {
    color: #e02b20;
}

.fixed-top {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    animation-name: moveHeader;
    animation-duration: 2s;
    background: #fff;
}

@keyframes moveHeader {
    0% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(0px);
    }
}

.navbar-brand {
    font-size: 26px;
    line-height: 32px;
}

.webp .banner {
    background-image: url("../images/recovery-banner.webp");
}

.no-webp .banner {
    background-image: url("../images/recovery-banner.jpg");
}

.banner {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-position: center;
}

.banner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.banner a.phone {
    font-size: 50px;
    line-height: 56px;
}

.banner .list-group .list-group-item {
    font-size: 26px;
    line-height: 32px;
    text-shadow: -1px 2px 9px rgba(0, 0, 0, 0.76);
}

.banner .review-sticker {
    margin-top: 80px;
}

.thumbnail {
    border: 8px solid #0c71c3;
    transition: border 0.2s ease-in-out;
}

.three-steps .position-absolute {
    bottom: 8px;
    width: 100%;
    text-align: center;
    display: block;
    background: rgba(12, 113, 195, 0.6);
    margin: auto;
    padding: 10px;
}

.text-gray-41 {
    color: #414141;
}

.makes a {
    font-size: 20px;
    line-height: 26px;
    padding-left: 20px;
    float: left;
}

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


.makes a::before {
    position: absolute;
    content: '';
    top: 2px;
    left: 0;
    width: 8px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
}

.webp .makes a::before {
    background-image: url("../images/left-arrow.webp");
}

.no-webp .makes a::before {
    background-image: url("../images/left-arrow.jpg");
}

.areas a:hover {
    text-decoration: underline;
}

/* =========================================== */

.phone-bar span {
    font-size: 40px;
    line-height: 46px;
}

.btn-sm,
.btn-group-sm>.btn {
    left: 100%;
    position: absolute;
    transform: translate(-110%, 0px);
    z-index: 2;
}

.btn-default {
    background: black !important;
}

.owl-prev {
    position: absolute;
    top: 36%;
    left: -40px;
}

.owl-next {
    position: absolute;
    top: 36%;
    right: -40px;
}

.owl-nav.disabled {
    display: block !important;
}

.services {
    background: #1a1918;
    padding: 30px;
}

.bg-black-1a1 {
    background-color: #1a1918;
}

.text-blue {
    color: #0c71c3 !important;
}

footer .list-inline .list-inline-item a {
    font-size: 26px;
    line-height: 32px;
    border-right: 1px solid #fff;
    padding: 0 10px;
}

footer .list-inline .list-inline-item a:hover {
    text-decoration: underline;
}

footer .list-inline .list-inline-item:last-child a {
    border-right: none;
}

footer .terms .list-inline .list-inline-item a {
    font-size: 20px;
    line-height: 26px;
}

footer span {
    font-size: 26px;
    line-height: 32px;
}

.bg-black-dark35 {
    background-color: #353636;
}

.vehicle-type {
    margin-bottom: 10px;
}

.vehicle-type .fix-text {
    display: block;
    color: #fff;
    font-size: 22px;
    background: #000;
    padding: 15px;
    text-align: center;
}

.vehicle-type .fix-text:hover {
    color: #000;
    background: #ffe119;
    background: -moz-linear-gradient(top, #ffe119 0%, #ffb400 100%);
    background: -webkit-linear-gradient(top, #ffe119 0%, #ffb400 100%);
    background: linear-gradient(to bottom, #ffe119 0%, #ffb400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe119', endColorstr='#ffb400', GradientType=0);
    -webkit-box-shadow: inset 0 2px rgba(255, 255, 255, .7), inset 0 0 3px rgba(255, 255, 255, .4);
    -moz-box-shadow: inset 0 2px rgba(255, 255, 255, .7), inset 0 0 3px rgba(255, 255, 255, .4);
    box-shadow: inset 0 2px rgba(255, 255, 255, .7), inset 0 0 3px rgba(255, 255, 255, .4);
}

.contact-detail h1 {
    padding-top: 50px;
    text-shadow: none;
    color: #000;
}

.contact-detail .circle {
    border-radius: 50%;
    border: 2px solid #e2e6e7;
    padding: 15px;
    background: #fff;
}

.contact-detail .p-l {
    padding-left: 0;
}

.contact-detail address {
    font-size: 18px;
    line-height: 24px;
    color: #525252;
}

.contact-detail form input:last-child {
    margin-bottom: 0;
}

.contact-detail form input {
    background: #fff;
    border: 2px solid #e2e6e7;
    padding: 10px;
    font-size: 18px;
    color: #878787;
    width: 100%;
    margin-bottom: 20px;
}

.contact-detail form textarea {
    height: 168px;
    background: #fff;
    border: 2px solid #e2e6e7;
    padding: 10px;
    font-size: 18px;
    color: #878787;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}

.contact-detail form span {
    color: #444;
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
}

.contact-detail button {
    font-size: 18px;
    background: #f4bc16;
    border: transparent;
    padding: 15px;
    border-radius: 7px;
    color: #fff;
    text-align: center;
    width: 70%;
    float: right;
    margin-top: 15px;
}

.contact-detail button:hover {
    background: #000;
}

.contact-detail .no-padding {
    padding: 0;
}

.about {
    padding-bottom: 30px;
    padding-top: 120px;
}

.about .content span {
    font-size: 36px;
    line-height: 42px;
    color: #000;
    font-weight: bold;
}

.about .content p {
    margin-top: 0;
}

.about .steps ul {
    margin-top: 25px;
}

.about .steps ul li {
    background: rgba(0, 0, 0, 0) url("../images/fast-icon.png") no-repeat scroll 0 0;
    font-size: 18px;
    line-height: 24px;
    list-style: outside none none;
    margin-top: 10px;
    padding: 0 45px;
}

.abt-car figure img {
    margin-top: 40px;
}

.about .steps ul li span {
    font-size: 16px;
    line-height: 22px;
    display: block;
    color: #000;
}

.about .steps ul li img {
    vertical-align: baseline;
    margin-right: 10px;
}

.content article strong {
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.abt-content article {
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 293px;
}

.abt-content article p {
    font-size: 18px;
    line-height: 24px;
    color: #575761;
    margin-top: 20px;
}

/*.faq-detail .box-1{margin-bottom:30px;}
.faq-detail article h3{text-align:left;margin-top:0;font-size:22px;line-height:28px;}
.faq-detail article p{font-size:18px;line-height:24px;}*/
.deactive-map {
    pointer-events: none;
}

.error {
    padding-top: 85px;
}

.error .logo-404 {
    margin-top: 20px;
}

.error h2 {
    margin-bottom: 0;
}

.links {
    margin-top: 20px;
    margin-bottom: 20px;
}

.links a {
    background: #1a1918;
    padding: 15px 75px;
    border-radius: 7px;
    background: #1a1918;
    color: #fff;
    text-transform: uppercase;
    display: block;
}

.links a:hover {
    background: #ffc007;
    color: #000;
}

.thanks h2 {
    font-size: 60px;
}

.thanks .tick-thanks {
    margin: 30px 0;
}

.thanks span {
    margin-bottom: 20px;
    display: block;
}

.content-ln {
    padding-left: 50px;
    line-height: 26px;
}

.content .phone-bar+h1,
.content .phone-bar+h2,
.content .phone-bar+h3,
.content .phone-bar+h4,
.content .phone-bar+h5,
.content .phone-bar+h6,
.content .phone-bar+p {
    margin-top: 15px;
}

/*====================      Terms       ========================*/
@media screen and (max-width:1199px) {
    header .sticky-phone a {
        font-size: 22px;
        line-height: 28px;
    }

    .sticky-phone a img {
        width: 22px;
        height: 22px;
    }
}

@media screen and (max-width:991px) {
    .navbar-nav .nav-link {
        border-bottom: 1px solid #e8e8e8;
    }
}

@media screen and (max-width:767px) {
    header nav .navbar-brand img {
        width: 100px;
        object-fit: contain;
    }

    .banner a.phone {
        font-size: 34px;
        line-height: 40px;
    }

    .banner a.phone img {
        width: 22px;
        height: 22px;
    }

    .banner .list-group .list-group-item {
        font-size: 22px;
        line-height: 28px;
    }

    h1 {
        font-size: 30px;
        line-height: 36px;
    }

    h2 {
        font-size: 24px;
        line-height: 28px;
    }

    h3 {
        font-size: 22px;
        line-height: 28px;
    }

    h4,
    h5,
    h6 {
        font-size: 20px;
        line-height: 26px;
    }

    footer .list-inline .list-inline-item a {
        font-size: 20px;
        line-height: 26px;
    }

    footer span {
        font-size: 20px;
        line-height: 26px;
    }

    .makes a {
        font-size: 17px;
        line-height: 23px;
    }

    .phone-bar span {
        font-size: 20px;
        line-height: 26px;
    }

    .areas a {
        font-size: 17px;
        line-height: 23px;
    }

    .content p,
    .content ul li {
        font-size: 17px;
        line-height: 23px;
    }

    #header .logo img {
        max-width: 200px;
    }

    #phone_sticy .cta span {
        font-size: 28px;
        line-height: 34px;
    }

    .nav.navbar-nav {
        background: #efefef;
        padding: 5px;
        margin-top: 10px;
        text-align: center;
    }

    .nav.navbar-nav li {
        float: none;
        display: inline-block;
    }

    .content_cms img {
        height: 200px;
        object-fit: cover;
        margin-bottom: 10px;
    }

}

@media screen and (max-width:575px) {
    .navbar-brand {
        font-size: 20px;
        line-height: 26px;
    }

    .banner a.phone {
        font-size: 32px;
        line-height: 38px;
    }

    .banner .list-group .list-group-item {
        font-size: 17px;
        line-height: 23px;
    }

    footer .list-inline .list-inline-item a {
        font-size: 17px;
        line-height: 23px;
    }

    footer .terms .list-inline .list-inline-item a {
        font-size: 17px;
        line-height: 23px;
    }

    footer p {
        font-size: 17px;
        line-height: 23px;
    }

    .footer-bar p {
        font-size: 17px;
        line-height: 23px;
    }

    footer span {
        font-size: 17px;
        line-height: 23px;
    }

    #phone_sticy .cta {
        width: 100%;
    }

    .day_night {
        font-size: 14px;
        line-height: 20px;
    }

    #phone_sticy .cta span {
        font-size: 22px;
        line-height: 28px;
        font-weight: 600;
    }

    #header.p-10 div.container div.row div.col-xs-4.ds {
        width: 50%;
    }

    .ad-banner div.container div.row div.col-xs-6,
    .areas div.container div.row div.col-xs-6,
    .faq-detail div.box-1 div.col-xs-5,
    .makes div.container div.row div.col-xs-6 {
        width: 100%;
    }

    /* h4 {
        font-size  : 16px;
        line-height: 22px;
        margin     : 0;
        display    : none;
    } */

    .faq .panel-title {
        display: block;
        font-size: 18px;
        line-height: 24px;
    }

    .banner .cta span {
        font-size: 46px;
    }

    .banner .bullets ul li {
        background-position: 0 center;
        background-size: 5% auto;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
        padding: 0 30px;
    }

    .areas .text,
    .makes .text {
        font-size: 18px;
        line-height: 24px;
    }

    .phone-bar .ph-txt {
        font-size: 28px;
        line-height: 34px;
    }

    #footer .nav ul li a {
        padding: 0 20px;
    }

    .faq-detail div.box-1 div.col-xs-7 {
        margin-top: 10px;
        padding-left: 15px;
        width: 100%;
    }

    .faq-detail .box-1 img {
        width: inherit;
    }

    .about .steps ul li {
        font-size: 16px;
        line-height: 22px;
    }

    .contact-detail img {
        display: block;
        margin: auto;
        text-align: center;
        width: auto;
    }

    .contact-detail .no-padding {
        padding: 0;
        width: 100%;
    }

    .contact-detail .col-xs-4 {
        width: 100%;
        margin-bottom: 10px;
    }

    .contact-detail div.container div.row div.col-xs-4.p-l div.col-xs-12 {
        width: 25%;
        padding-left: 0;
    }

    .contact-detail div.container div.row div.col-xs-4.p-l div.col-xs-12.no-padding {
        width: 75%;
        padding: 0;
    }

    .contact-detail div.container div.row div.col-xs-4 div.col-xs-12 {
        width: 25%;
        padding-left: 0;
    }

    .contact-detail div.container div.row div.col-xs-4 div.col-xs-12.no-padding {
        width: 75%;
        padding: 0;
    }

    .contact-detail button,
    .grid figure {
        width: 100%;
    }

    .contact-detail address {
        font-size: 18px;
        line-height: 24px;
        margin-top: 0;
    }

    .services>div>div>div:nth-child(1)>div>div>figure>figcaption>p,
    .services>div>div>div:nth-child(2)>div>div>figure>figcaption>p,
    .services>div>div>div:nth-child(3)>div>div>figure>figcaption>p {
        margin-top: 175px;
    }

    .brands ul>li:nth-child(1)>img,
    .brands ul>li:nth-child(2)>img,
    .brands ul>li:nth-child(4)>img,
    .brands ul>li:nth-child(6)>img {
        width: 15%;
    }

    .brands>div>div>div>div>ul>li:nth-child(3)>img {
        width: 35%;
    }

    .error {
        padding-top: 0;
    }

    .cap .col-xs-6 {
        width: 100%;
    }

    #header .col-xs-4.ds {
        width: 50%;
    }

    .keyword_content pre strong {
        display: block;
        border-bottom: 1px solid #ccc;
    }
}

@media screen and (max-width:479px) {
    .navbar-brand {
        font-size: 15px;
        line-height: 21px;
    }

    header .sticky-phone a {
        font-size: 15px;
        line-height: 25px;
    }

    .top-bar .hr-txt {
        font-size: 16px;
    }

    h1 {
        font-size: 24px;
        line-height: 30px;
    }

    h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .h1-font {
        font-size: 21px;
    }

    h3 {
        font-size: 20px;
        line-height: 26px;
    }

    h4,
    h5,
    h6 {
        font-size: 18px;
        line-height: 24px;
    }

    .banner .cta span {
        font-size: 40px;
    }

    .gallery .carousel-control.left {
        left: 0;
        margin-top: 85px;
    }

    .gallery .carousel-control.right {
        right: 0;
        margin-top: 85px;
    }

    .phone-bar .ph-txt {
        font-size: 24px;
        line-height: 30px;
    }

    .about {
        padding-top: 15px;
    }

    .error .logo-404 img {
        width: 100%;
    }

    .thanks h2 {
        font-size: 56px;
    }

    .services>div>div>div:nth-child(1)>div>div>figure>figcaption>p,
    .services>div>div>div:nth-child(2)>div>div>figure>figcaption>p,
    .services>div>div>div:nth-child(3)>div>div>figure>figcaption>p {
        margin-top: 130px;
        font-size: 18px;
        line-height: 24px;
    }

    figure.effect-goliath h2 {
        font-size: 20px;
    }

    .phone_banner .cta2 span {
        font-size: 36px;
        line-height: 42px;
    }

    .three-steps .position-absolute strong {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width:414px) {
    .sticky-phone a img {
        width: 20px;
        height: 20px;
    }


    header .sticky-phone a {
        font-size: 15px;
        line-height: 25px;
    }

    .navbar-toggler-icon {
        width: 1.2em;
        height: 1.2em;
    }
}

@media screen and (max-width:360px) {
    a.nav-link {
        font-size: 15px;
        line-height: 21px;
    }

    .navbar-toggler-icon {
        width: 1.2em;
        height: 1.2em;
    }

    .sticky-phone a img {
        width: 20px;
        height: 20px;
    }


    header .sticky-phone a {
        font-size: 15px;
        line-height: 25px;
    }
}

@media screen and (max-width:320px) {
    .navbar-light .navbar-toggler {
        display: block;
        margin-left: auto;
    }
}