* {
    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-sec {
    background-color: #3B3D40;
}

.zoom {
    display: inline-block;
    animation: zoom-animation 1s infinite;
}

@keyframes zoom-animation {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

/* ------------------------------Header----------------------------- */

.top-headline {
    background-color: #f15b22;
}

.top-headline .main-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}

.top-headline .main-top .top-headline {
    display: inline-block;
    padding: 4px 12px;
    color: #F15B22;
    font-size: 14px;
    border-radius: 8px;
    background-color: #fff;
    border: 2px solid transparent !important;
    font-weight: 600;
    margin-left: 12px;
}

.top-headline .main-top .top-headline:hover {
    background-color: transparent;
    color: #fff;
    border: 2px solid white !important;
}

.top-headline .main-top .top-headline:focus {
    box-shadow: none !important;
}

.top-headline p {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}

.top-headline p span {
    color: #fbff00;
    font-weight: 700;
}

.first-header {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 22;
    margin-top: 10px;
}

.first-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

.logo-custom {
    width: 230px;
    height: auto;
}

.first-header-content .header-right p {
    color: #fff;
    margin-bottom: 0;
}

.first-header-content .header-right p span {
    color: #00ff14;
    font-weight: bold;
}

/* --------------------------Hero-sec----------------------------------- */

.hero-sec-bg {
    background-color: #1f1f1f;
    width: 100%;
    position: relative;
    margin: auto;
    padding: 120px 0 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 110px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000087;
}

.bg-content-main {
    position: relative;
    z-index: 99;
}

.bg-content-main .hero-title h1 {
    color: #fff;
    font-weight: bolder;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.bg-content-main .hero-title h1 span {
    color: #fbff00;

}

.bg-content-main .hero-title h4 {
    color: #F15B22;
    font-weight: 700;
    text-align: center;
}

.bg-content-main .hero-title h4 span {
    color: #fbff00;
    font-size: 28px;
    padding: 0 3px;
    display: inline-block;
}

.bg-content-main .hero-title p {
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    margin-top: 20px;
}

.bg-content-main .hero-title p span {
    color: #00ff14;
    border-bottom: 1px solid #00ff14;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
}


.for-position {
    position: absolute;
    bottom: -110px;
    left: 50%;
    transform: translate(-50%, 50%);
}

/* --------------------------Form-content---------------------- */

.step-1-content {
    background-color: #fff;
    width: 550px;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 12px 30px;
    border-radius: 12px;
    backdrop-filter: blur(5px);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.step-1-content .option-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-1-content p {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    text-align: center;
}

.option-btn .btn-custom {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background-color: #f15b22;
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 6px 40px;
    margin: 0 10px;
    transition: .5s ease all;
}

.option-btn .btn-custom:hover {
    background-color: #0d9b00;
    color: #fff;
    border: 2px solid #0d9b00;
}

.option-btn .btn-custom:focus {
    box-shadow: none;
    background-color: #ac4016 !important;
    border: 2px solid #f15b22 !important;
    color: #fff !important;
}

.zip-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cam {
    display: flex;
    align-items: baseline;

}

.zip-content .form-cont {
    display: flex;
    flex-direction: row !important;
    justify-content: center;
}

.zipcode-input {
    position: relative;
}

.zipcode-input .zip-icon {
    position: absolute;
    top: 6px;
    left: 10px;
}

.zipcode-input .zip-icon i {
    color: #a7a7a7;
    font-size: 20px;
    padding: 8px 8px 0 8px;
}

.zipcode-input .fm-cust {
    padding: 10px 30px;
    font-size: 18px;
    color: #000;
    border: 1px solid #F15B22 !important;
    padding-left: 40px !important;
}

.zipcode-input .fm-cust:focus {
    box-shadow: none !important;
    border: 1px solid #f15b22 !important;
}

.submit-btn .submit-but {
    background-color: #f15b22;
    color: #fff;
    padding: 8px 15px;
    font-weight: 600;
    font-size: 20px;
    border: 2px solid transparent;
    border-radius: 5px;
    margin-left: 10px;
    transition: .5s ease all;
}

.submit-btn .submit-but:hover {
    background-color: #0d9b00;
    color: #fff;
    border: 2px solid #0d9b00 !important;
}

.submit-btn .submit-but i {
    margin-left: 2px;
}

.submit-btn .submit-but:focus {
    box-shadow: none !important;
}

.secure p {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-style: italic;
}

.secure p i {
    color: #f15b22;
}

/* ----------------------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;
}



/* -----------------------------Form-sec-------------------------- */

.logo-sec {
    background: linear-gradient(0deg, rgb(241, 241, 241) 60%, rgb(255, 255, 255) 100%);
    padding: 60px 0;
}

.logo-sec-main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 800px;
    margin: 0 auto;
}

.first-logo {
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.first-logo img {
    width: 100%;
}

.first-logo p {
    text-align: center;
    margin-bottom: 0;
}

.center-border {
    border-left: 1px solid black;
    border-right: 1px solid black;
}


/* ---------------------------------Feedback-sec------------------------- */

.feedback-sec {
    padding: 60px 0;
    background-color: #f5f5f5;
}

.feedback-head h2 {
    font-weight: 700;
    color: #000;
    text-align: center;
}

.feedback-main {
    width: 800px;
    margin: 20px auto;
}

.feedback-cont {
    background-color: #fff;
    padding: 18px 20px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 14px 0;
}

.feedback-cont .review-text {
    color: #555;
    font-style: italic;
    margin-bottom: 3px;
}

.feedback-cont .review-author {
    color: #1b4a79;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: right;
}


/* -----------------------about-sec------------------------------- */

.about-sec {
    padding: 50px 0 30px 0;
}

.about-head p {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 3px;
    color: #f15b22;
    text-align: center;
    text-transform: uppercase;
}

.about-head h2 {
    font-weight: 700;
    color: #000;
    text-align: center;
    line-height: normal;
}

.about-sec2 {
    background-color: #fff1eb;
    padding: 20px 0;
}

.about-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    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: 50px 0 40px 0;
}

.service-head h2 {
    font-weight: 700;
    text-align: center;
}

.service-head h2 span {
    color: #f15b22;
}

.service-sec .first-card {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 15px 30px 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 8px;
    border-radius: 12px;
    margin-top: 30px;
    min-height: 400px;
    transition: .5s ease all;
}

.service-sec .first-card:hover {
    transform: translate(0, -6px);
}


.icon-box {
    text-align: center;
}

.icon-box img {
    width: 65%;
}


.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;
}

.secure2 p {
    color: #000;
    text-align: center;
    margin-top: 20px;
    font-style: italic;
}

.secure2 p i {
    color: #f15b22;
}




.disclaimer-footer p {
    font-size: 11px;
    margin-bottom: 0;
    color: #000;
    text-align: justify;
    padding: 40px 0 30px 0;
}

.disclaimer-footer p span {
    color: #f15b22;
    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-bg {
    background-color: #FFF1EB;
    position: relative;
    height: 290px;
}

.bg-content {
    padding: 70px 0 50px 0;
}

.bg-content h1 {
    font-weight: 600;
    color: #000;
    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:475px) {
    .bg-content-main .hero-title h1 {
        font-size: 24px;
    }

    .bg-content-main .hero-title h1 .big {
        font-size: 36px;
    }

    .step-1-content {
        width: 100%;
        min-width: 300px;
        padding: 10px;
    }

    .step-1-content p {
        font-size: 20px;
    }
}

@media (min-width:476px) and (max-width:767px) {
    .step-1-content {
        width: 100%;
        min-width: 450px;
    }

    .step-1-content p {
        font-size: 24px;
    }
}

@media(min-width:320px) and (max-width:528px) {
    .logo-sec-main .center-border {
        border: none;
    }

}

@media (min-width: 320px) and (max-width: 767px) {

    .first-header {
        top: 80px;
    }

    .cam {
        justify-content: center !important;
        align-items: center !important;
        flex-direction: column !important;
    }

    .align-item-baseline {
        align-items: center !important;
    }

    .hero-sec-bg {
        height: auto;
    }

    .first-header-content {
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }

    .submit-btn .submit-but {
        margin: 14px 0 0 0;
    }

    .bg-content-main .hero-title h4 {
        padding-top: 12px;
    }

    .bg-content-main .hero-title p {
        padding-top: 12px;
    }

    .zip-content .form-cont {
        flex-direction: column !important;
        gap: 12px;
    }

    .submit-btn {
        text-align: center;
    }

    .zip-content .form-cont .submit-but {
        margin-left: 0;
    }

    .about-content {
        width: 100%;
    }


    .header-right {
        display: none;
    }

}

@media (min-width: 320px) and (max-width: 991px) {

    .service-sec {
        padding: 50px 0 0px 0;
    }

    .txt-left {
        text-align: center;
    }

    .txt-right {
        text-align: center;
    }

    .hide-br {
        display: none;
    }

    .logo-sec-main {
        width: 100%;
    }

    .logo-sec-main .first-logo {
        margin: 14px 0;
    }

    .feedback-main {
        width: 100%;
    }
}

@media (min-width: 2400px) and (max-width: 5500px) {}

@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:430px) {

    .bg-content-main .hero-title p span {
        border-bottom: none;
        text-decoration: 1px solid #00ff76 underline !important;
    }

    .step-1-content {
        padding: 24px 12px;
    }

    .option-btn .btn-custom {
        font-size: 18px;
        margin: 0 4px;
        padding: 6px 28px;
    }
}

@media (min-width:320px) and (max-width:350px) {
    .disclaimer-footer p {
        padding: 30px 0 30px 0;
    }
}