/* 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       ========================*/