* {
    margin: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    outline: none;
}

body {
    font-family: "Montserrat", sans-serif !important;
}

.overlay-f {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* ------------------------------Header----------------------------- */

.first-header {
    background-color: #fff;
}

.first-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

.logo-custom {
    width: 250px;
    height: auto;
}

.first-header-content .header-right p {
    color: #333;
    margin-bottom: 0;
}

.first-header-content .header-right p span {
    color: #00c3ff;
    font-weight: bold;
}

/* --------------------------Hero-sec----------------------------------- */

.hero-sec-bg {
    background-image: url("../img/hero-banner.png");
    width: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 240px;
    padding-top: 50px;
}

.bg-content-main .hero-title h1 {
    color: #3C3D41;
    font-weight: 700;
    font-size: 42px;
    text-align: center;
}

.bg-content-main .hero-title h4 {
    color: #3C3D41;
    font-weight: 700;
    text-align: center;
}

.bg-content-main .hero-title p {
    color: #656B6F;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
}

.zip-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.zip-content .form-cont {
    display: flex;
    justify-content: center;
}

.zipcode-input {
    position: relative;
}
.zipcode-input .zip-icon{
    position: absolute;
    top: 12px;
    left: 10px;
}
.zipcode-input .zip-icon i{
    color: #a7a7a7;
    font-size: 20px;
    padding: 8px 8px 0 8px;
}

.zipcode-input .fm-cust {
    padding: 14px 30px;
    font-size: 20px;
    color: #000;
    border: 1px solid rgb(214, 214, 214) !important;
    padding-left: 40px !important;
}

.zipcode-input .fm-cust:focus {
    box-shadow: none !important;
    border: 1px solid #333 !important;
}

.submit-btn .submit-but {
    background-color: #00C3FF;
    color: #fff;
    padding: 14px 30px;
    font-weight: 500;
    font-size: 20px;
    border: 2px solid transparent;
    border-radius: 5px;
    margin-left: 10px;
    transition: .5s ease all;
}

.submit-btn .submit-but:hover {
    background-color: #19528A;
    color: #fff;
}

.submit-btn .submit-but:focus {
    box-shadow: none !important;
}

.secure p {
    text-align: center;
    margin-top: 20px;
    font-style: italic;
}

/* ----------------------Top-disclaimer------------------- */


.top-disc {
    padding: 20px 0 0 0;
}
.top-disc p {
    margin: 16px 0;
}

.top-disc p a {
    color: #028cb6 !important;
}

.form-check-input:focus {
    box-shadow: none !important;
}

.form-check-input {
    border: 1px solid black !important;
}


/* -----------------------about-sec------------------------------- */

.about-sec {
    padding: 50px 0;
}

.about-head p {
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 3px;
    color: #000;
    text-align: center;
}

.about-head h2 {
    font-weight: 700;
    color: #000;
    text-align: center;
    line-height: 42px;
}

.about-content {
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 30px;
}

.car-img {
    text-align: center;
}

.car-img img {
    width: 100%;
    height: 100px;
}

.about-content .car-title {
    text-align: center;
}

.about-content .car-title h3 {
    margin-top: 10px;
}

.about-content .car-title p {
    margin-top: 14px;
    color: #656B6F;
    font-size: 18px;
}


/* -------------------------------Service-sec---------------------------------- */

.service-sec {
    padding: 40px 0;
}

.service-sec .first-card {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 15px;
}

.icon-box {
    text-align: center;
}

.icon-box img {
    width: 50%;
}


.title-box-service h3 {
    color: #000;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    padding-top: 12px;
}

.title-box-service p {
    color: #656B6F;
    text-align: center;
    padding-top: 12px;
}

/* --------------------------Zip-sec------------------------ */

.zip-sec {
    padding: 40px 0;
}

.zip-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.zip-sec-content .zip-title h3 {
    text-align: center;
    font-weight: 700;
}

.zip-sec-content .zip-title p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
}

.zip-sec-content .zip-content {
    margin-top: 30px;
}






.disclaimer-footer p {
    font-size: 11px;
    margin-bottom: 0;
    color: #000;
    text-align: justify;
    padding: 40px 0 30px 0;
}

.disclaimer-footer p span {
    color: #05569f;
    font-weight: 600;
    font-size: 12px;
}

/* -------------------------------footer------------------------------- */

.footer-main {
    background-color: #3B3D40;
    padding: 15px 0;
}

.copyright p,
.footer-right p {
    color: #CCCCCC;
    font-size: 14px;
    margin-bottom: 0;
}

.footer-main a {
    color: #CCCCCC;
    transition: 0.5s ease all;
    text-decoration: 1px solid transparent underline !important;
}

.footer-main a:hover {
    color: #fff;
    text-decoration: 1px solid #fff underline !important;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}





/* =======================================Terms & Conditions======================================== */

.tc-header{
    background-color: #3B3D40;
}


.tc-bg {
    background-color: #EC5A22;
    position: relative;
    height: 290px;
}

.bg-content {
    padding: 70px 0 50px 0;
}

.bg-content h1 {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
}

.figure-css-tc {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    z-index: 1;
}

.figure-css-tc {
    fill: #fff !important;
}

.tc-content-main {
    padding: 30px 0 10px 0;
}

.tc-content-main h5 {
    font-weight: 500;
}

.tc-content-main ul li span {
    font-weight: 500;
}

.tc-disc p {
    font-size: 11px;
    margin-bottom: 0;
    color: #000;
    text-align: justify;
    padding: 40px 0 30px 0;
}

.tc-disc p span {
    color: #05569f;
    font-weight: 600;
    font-size: 12px;
}



/* ---------------------------------- */

@media (min-width: 320px) and (max-width: 767px) {
    .first-header-content {
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }

    .zip-content .form-cont {
        flex-direction: column;
        gap: 12px;
    }

    .submit-btn {
        text-align: center;
    }

    .zip-content .form-cont .submit-but {
        margin-left: 0;
    }

    .about-content {
        width: 100%;
    }

    .hero-sec-bg {
        padding-bottom: 120px;
    }

    .header-right {
        display: none;
    }

}

@media (min-width: 320px) and (max-width: 991px) {

    .txt-left {
        text-align: center;
    }

    .txt-right {
        text-align: center;
    }

    .hide-br {
        display: none;
    }
}

@media (min-width: 2400px) and (max-width: 5500px) {
    .hero-sec-bg {
        padding-bottom: 600px;
    }
}
@media (min-width: 1600px) and (max-width: 5500px) {
    .sec-height {
        height: calc(100vh - 441px);
    }
}

/* @media (min-width:320px) and (max-width:399px) {
    
} */








@media (min-width:320px) and (max-width:350px) {
    .disclaimer-footer p {
        padding: 30px 0 30px 0;
    }
}