* {
    margin: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    outline: none;
}

body {
    font-family: "Poppins", sans-serif !important;
}

.header-sec {
    background-color: #333333;
}

.logo-img {
    text-align: center;
}

.logo-img .logo-custom {
    width: 250px;
    text-align: center;
    padding: 10px 0;
}




.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;
    flex-direction: column;
    z-index: 1000;
}

.overlay-f .text-overlay p{
    background-color: #19528A;
    color: #fff;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 500;
    margin: 12px 14px 12px 14px;
}


.bg-content-main h1 {
    text-align: center;
    color: #fff;
}

.bg-content-main p {
    text-align: center;
    color: #fff;
}

.bg-content p {
    text-align: center;
    color: #fff;
    padding-top: 14px;
}


.form-content {
    padding: 15px 0;
}

.step-1-content p,
.step-2-content p,
.step-3-content p {
    font-size: 30px;
    color: #000000;
    font-weight: 500;
    text-align: center;
}

.option-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px 0 0 0;
}

.option-btn .btn-custom {
    width: 40%;
    border-radius: 4px;
    background-color: transparent;
    color: #000000;
    font-weight: 500;
    border: 1px solid #000000;
    transition: .5s ease all;
    padding: 10px 10px;
}

.option-btn .btn-custom:focus {
    box-shadow: none !important;
    border-color: none !important;
}

.option-btn .btn-custom:hover {
    background-color: #000000;
    color: #ffffff;
}

.next-btn {
    text-align: center;
    margin: 20px 0 0 0;
}

.next-btn a {
    background-color: transparent;
    color: #19528A;
    border: 1px solid #19528A;
    padding: 6px 15px;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    font-weight: 500;
    transition: .5s ease all;
}

.next-btn a:hover {
    background-color: #19528A;
    color: #ffffff;
}

.zipcode-input {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.zipcode-input .form-steps {
    width: 40%;
    padding: 12px 10px;
    color: #000;
    font-size: 20px;
    background-color: transparent;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #000;
    margin-top: 22px;
    margin-bottom: 2px;
}

.zipcode-input .form-steps::placeholder {
    color: #000;
}

.zipcode-input .form-steps:focus {
    background-color: transparent !important;
    box-shadow: none !important;
    border-color: none !important;
    color: #000;
}


/* -------------------Number-input---------------- */

.number-input {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mb-cont {
    width: 40%;
}

.step-3-content-num {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mobile-in {
    position: relative;
    width: 100%;
    text-align: center;
}

.mobile-in input {
    padding-left: 40px !important;
    padding: 12px 10px;
    color: #000;
    font-size: 20px;
    background-color: transparent;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #000;
    margin-top: 22px;
    margin-bottom: 2px;
    text-align: left;
}

.num {
    position: absolute;
    top: 6px;
    left: 8px;
    border-radius: 6px 0px 0px 6px;
    padding: 8px 0px 8px 5px;
    background-color: transparent;
    color: #000;
    font-size: 20px;
}

.mobile-in input::placeholder {
    color: #000;
}

.mobile-in input:focus {
    background-color: transparent !important;
    box-shadow: none !important;
    border-color: none !important;
    color: #000;
}




.submit-but {
    margin: 20px 0 0 0;
}

.submit-but .btn-custom {
    display: inline-block;
    border-radius: 4px;
    background-color: #FF5F15;
    color: #fff;
    font-weight: 500;
    border: 1px solid transparent;
    transition: .5s ease all;
    padding: 10px 60px;
    text-align: center;
    transition: .5s ease all;
}

.submit-but .btn-custom:hover {
    background-color: #19528A;
    color: #fff;

}

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


.p-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}

.p-cont p{
    font-size: 18px;
}

.progress-container {
    width: 40%;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #fff;
    overflow: hidden;
    margin: 0 0 40px 0;
    text-align: center;
}

.progress-bar {
    width: 10%;
    height: 25px;
    background-color: #fff !important;
    text-align: center;
    line-height: 30px;
    color: #05569f !important;
}

.pr-40 {
    width: 40%;
}

.pr-80 {
    width: 80%;
}


/* ---------------------Thank-you------------------ */

.contact-content a {
    display: inline-block;
    background-color: #FF5F15;
    padding: 6px 18px;
    color: #fff !important;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
    margin-left: 14px;
    border: 2px solid #FF5F15;
    transition: .5s ease all;
}

.icon-tick {
    text-align: center;
    background-color: rgb(255, 255, 255);
    height: 90px;
    width: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}

.icon-tick i {
    font-size: 60px;
    color: #05569f;
    text-align: center;
}


.bg-content .cta-bu {
    text-align: center;
}

.bg-content .cta-bu .ct-link {
    font-weight: 500;
    font-size: 20px;
    background-color: forestgreen;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    margin: 25px 0 0 0;
}


.zoom {
    display: inline-block;
    /* Needed for transform to work correctly */
    animation: zoom-animation 1s infinite;
    font-size: 26px;
}

@keyframes zoom-animation {

    0%,
    100% {
        transform: scale(1);
        /* Original size */
    }

    50% {
        transform: scale(1.05);
        /* Zoom in */
    }
}


/* ====================================Thank-you-message-LP3======================================== */

.box-content {
    width: 100%;
    background-color: #e7e7e7;
    padding: 40px 30px;
    border-top: 4px solid #19528A;
    border-radius: 20px;
    margin-bottom: 30px;
    margin: auto;
    min-height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.success-mes h3 {
    text-align: center;
    color: green;
}

.success-mes h4 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    padding: 25px 0 0 0;
    text-align: center;
}
.success-mes h4 span{
    color: red;
}

.success-mes p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    text-align: center;
    
}

.success-mes .call-main .call-btn a {
    background-color: #19528A;
    color: #fff;
    border: 1px solid #19528A;
    font-weight: 500;
    padding: 14px 20px;
    border-radius: 8px;
    display: inline-block;
    font-size: 23px;
    transition: .5s ease all;
}

.success-mes .call-main .call-btn a:hover {
    background-color: #198754;
    color: #fff;
    border: 1px solid #198754;
}

/* --------------Blink--------------- */

/* -------------Zoom--------------- */

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

@keyframes zoom-animation {

    0%,
    100% {
        transform: scale(1);
        /* Original size */
    }

    50% {
        transform: scale(1.03);
        /* Zoom in */
    }
}

















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


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

.disclaimer-footer p span {
    color: #0663b4;
    font-weight: 600;
    font-size: 12px;
}

/* -------------------------------footer------------------------------- */

.footer-main {
    background-color: #333333;
    padding: 15px 0;
}

.copyright p {
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.footer-main a {
    color: #fff;
    text-align: center;
    padding-right: 8px;
    transition: 0.5s ease all;
    text-decoration: 1px solid transparent underline !important;
}

.footer-main a:hover {
    color: #919191;
    text-decoration: 1px solid #919191 underline !important;
}




.thank-sec {
    height: 100vh;
}


/* =======================================Terms & Conditions======================================== */

.tc-bg {
    background-color: #19528A;
    position: relative;
    height: 400px;
}
.tc-bg-main {
    height: 280px !important;
}

.bg-content {
    padding: 50px 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;
}



.loader {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #25b09b;
    --_m:
        conic-gradient(#0000 10%, #000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
    text-align: center;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}


@media (min-width:320px) and (max-width:991px) {
    .box-content {
        width: 100%;
    }
}
@media (min-width:320px) and (max-width:475px) {
    .success-mes .call-main .call-btn a{
        font-size: 20px;
        padding: 12px 14px;
    }
}

@media (min-width:320px) and (max-width:767px) {
    .zipcode-input .form-steps {
        width: 100%;
    }

    .mb-cont {
        width: 100%;
    }

    .tc-mob-bg {
        height: 480px;
    }

        .progress-container{
            width: 70%;
        }

}

html, body {
    height: 100%;
    margin: 0;
  }
  
  /* Wrapper div to contain content and footer */
  .wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  /* Footer styles */
  footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px;
    /* Always stick to the bottom */
  }