* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    /* color: #2d3f63; */
    background-color: #F6FBFF !important;
    font-family: 'Playfair Display', serif;
}

div {
    margin: 0;
    padding: 0;
    border: 0;
}

p {
    margin: 0 !important;
    line-height: 1.35;

    color: #2d3f63;
}

h1,
h2,
h3,
h4,
h5,
h6,

a {
    font-family: 'Poppins', sans-serif !important;

}


.bg-white {
    background-color: white !important;
}

.margin-block {
    /* margin: 1em !important; */
    margin-top: 1em !important;
    margin-right: 1em !important;
    margin-bottom: 1em !important;
    margin-left: 1em !important;
}

header {
    background: #f6fbff;
    box-shadow: #00000017 0 10px 20px, #00000021 0 6px 6px;

}

/* Disable blue border on focus */
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ccc;
    /* Optional: Change to your desired border color */
}


.logo-img {
    width: 300px;
    padding-bottom: 15px;
}


.rich-text-div {
    margin-top: 15px;
    max-width: 800px;
    margin: auto;
    text-align: center;
    display: flex;
    padding-top: 15px;
    padding-bottom: 5px;
}

.rich-text {
    font-size: 32px;
    font-family: Playfair Display;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: normal;
    color: #2d3f63;
    text-transform: unset;

}

.ricktext-i {
    font-style: italic;
    color: #bf323a;
}

.main-title-inner-div {
    max-width: 800px;
    /* margin-bottom: 5px; */
    text-align: center;
    padding-top: 15px;
}

.show-line {
    text-align: center;
    max-width: 800px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eaeaeb;
}

.main-title-top {
    font-weight: 700px;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: normal;
    color: #6a6a6a;
    text-transform: unset;
    font-family: 'Poppins', sans-serif;
}

.main-title {
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: normal;
    color: #2d3f63 !important;

}

.main-title-main {
    font-weight: 700 !important;
    line-height: 1.35;
    letter-spacing: normal;
    color: #2d3f63 !important;

}

.btn-margin {
    padding-top: 25px;
    padding-bottom: 20px;
}

.buttonGeneric {
    transition-duration: .2s;
    border-width: 1px;
    border-style: solid;
    border-radius: 7.5px;
    background: #bf323a;
    transform: none;
    box-shadow: unset;
    border-color: transparent;
    padding: .875em 1em;
    font-size: 1.25rem;
    color: white;
    font-weight: 700;
    width: 400px;
}

.stateSelect {
    margin-bottom: 10px !important;
    width: 400px !important;
    height: 50px !important;
}

#stateError {
    margin-bottom: 10px !important;
    width: 400px !important;
    height: 50px !important;
}

.graphic svg {
    width: 1.25rem;
    height: 1.25rem;
}

.info-inner-div {
    max-width: 800px;
    margin-top: 25px;
    margin-right: 10px;
    margin-bottom: 30px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.info-obj {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 2em;
    row-gap: 2em;
    flex-wrap: wrap;

}

.info-element {
    display: flex;
    justify-content: start;
    align-items: start;
    column-gap: 15px;
}

#elemmko {
    min-width: 390px;
}

.info-element svg {
    width: 32px;
    height: 32px;
}

.info-text-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Poppins', sans-serif !important;
    /* align-items: center; */
    /* row-gap: 5px; */
}

.info-label {
    font-weight: 600;
    font-family: 'Poppins', sans-serif !important;
    color: black;
    font-size: 1rem;
}

.info-text {
    font-weight: 400;

    color: #505051;
    font-size: .9rem;
}

.img-section-inner-div {
    margin-top: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 800px;
    text-align: center;
}

.secure-img {
    padding-top: 25px;
    padding-bottom: 35px;
}

.bio-div-div {
    width: 1200px;
    margin-top: 50px;
    margin-right: 10px;
    margin-bottom: 40px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bio-elements {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 50px;

}

.bio-elements-dd {
    width: 100%;
}

.bio-elements-2 {
    flex-wrap: wrap;
    display: grid;
    -moz-column-gap: 2em;
    column-gap: 2em;
    row-gap: 2em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: unset;
}

.g-op {
    gap: 15px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.rich-list-v2-option {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    min-width: 36px;
    min-height: 36px;
    font-size: 20px;
    font-weight: 500;
    background-color: #0078D7;
    color: white;
    border: 3px black solid;
    font-family: 'Playfair Display', serif;
}

#q11 {
    background-color: #30ab66;
    border: #30ab66;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
    width: 58%;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.questions-inner-div {
    width: 462px;
}

.questions-title {
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: normal;
    color: #2d3f63 !important;
    margin-top: 35px;
    margin-bottom: 20px;
}



.swiper-slide:nth-child(2),
.swiper-slide:nth-child(3) {
    overflow: hidden;
    /* Disable scrolling for slides 2 and 3 */
}


.accordion-item {
    border: none !important;
    /* Remove default border */
}

.accordion-item:not(:last-child) {
    border-bottom: 1px solid #eaeaeb !important;
    /* Add a bottom border to all items except the last one */
}

.accordion-button {
    border: none !important;
    /* Remove border from buttons */
}

.accordion-button:not(.collapsed) {
    border-bottom: 1px solid #eaeaeb !important;
    /* Optional: Add border below the active button */
}


.accordion-header {
    font-size: 20px !important;
    color: #000;
}

.accordion-button {
    font-size: 20px !important;
    box-shadow: none !important;
    background-color: white !important;
    color: #000 !important;
}

.accordion {
    padding-top: 20px;
    padding-bottom: 60px;
}

.startBtn2 {
    margin-top: 10px;
    margin-bottom: 45px;
    font-family: 'Playfair Display', serif;
}

.bottm-screen-main-div {
    max-width: 400px;
    display: flex;
    justify-content: center;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;

}

.bottm-screen-main-text {
    font-family: 'Poppins', sans-serif !important;
    font-size: 17px;
    font-weight: 400;
    color: #2d3f63;
    line-height: 1;
    line-height: 1.35;
    margin: 1em 0;
    text-align: center;

}

.footer-inner-div {
    max-width: 800px;
    text-align: center;
}

.footer-logo-div {
    padding-top: 25px;
    padding-bottom: 10px;
}

.footer-logo {
    width: 312px;
    height: 50px;

}

.footer-text-div {
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 40px;
}

.footer-text {

    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: normal;
    color: #888;
    text-transform: unset;
    margin: 0rem;
    text-align: start;
}

.footer-bottom-inner {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 20px;
}

.footer-bottom-div {
    text-align: center;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.footer-bottom-text {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: normal;
    color: #6a6a6a;
    text-transform: unset;
    margin: 0rem;
}

.footer-bottom-text-text {
    font-size: 12px;
    font-weight: 400;
    color: #888 !important;
    text-decoration: none !important;
}

.footer-bottom-text-text:hover {
    color: #1a3b76;
    text-decoration: underline;
}

.progress-bar-inner-div {
    width: 400px;
    padding-top: 30px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}

.progress-item {
    flex: 1;
    border-right: none;
    border-left: none;
    height: 7px;
    background: #eaeaeb;
}

.filled {
    background: #30ab66;
}

.progress-item:first-child {
    border-radius: 5px 0 0 5px;
}

.progress-item:last-child {
    border-radius: 0 5px 5px 0;
}

.question-main-title-inner-div {
    max-width: 800px;

}

.question-main-title-inner-div-2 {
    width: 715px;
    padding-top: 5px;
    padding-bottom: 5px;
}


#resendLink {
    color: #888 !important;
}


#resendLink1 {
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

#rsc {
    color: #888 !important;
}

.question-main-title-screen1 {
    font-family: 'Playfair Display', serif !important;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: normal;
    color: #2d3f63;
    text-transform: unset;
    margin: 0rem;
    text-align: center;
    font-size: 32px;
}

.question-main-title {
    font-family: Playfair Display;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: normal;
    color: #2d3f63;
    text-transform: unset;
    margin: 0rem;
    text-align: center;
    font-size: 32px;
    padding-top: 20px;
}

.question-main-title-inner-div1 {
    max-width: 800px;
    padding: 10px;
    background: rgba(26, 59, 118, 0.025);
    border-width: 3px;
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
    border-style: solid;
    border-color: rgba(26, 59, 118, 0.2);
    border-radius: 10px;
    box-shadow: none;
}


.question-main-text {
    font-family: 'Poppins', sans-serif;
    font-size: 17px !important;
    font-weight: 400;
    color: #2d3f63;
    line-height: 1;
    line-height: 1.35;
    margin: 1em 0 !important;
    text-align: center;
}

.question-options-inner-div {
    width: 400px;
    padding-bottom: 20px;
    padding-bottom: 10px;

}

.option-btn {
    width: 100%;
    position: relative;
    cursor: pointer;
    display: flex;
    transition: all;
    transition-duration: .1s;
    box-shadow: none;
    background: #bf323a;
    padding: 0.9rem !important;
    border-width: 2px;
    border-style: solid;
    border-color: #bf323a;
    border-radius: 15px;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-weight: 700;
    font-size: 1rem !important;
    margin-bottom: 10px;
}

.option-btn-label {
    padding: 2px 0;
    cursor: pointer;
    transition: color;
    transition-duration: .1s;
    color: #fff;
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 700;
    text-transform: unset;
    letter-spacing: normal;
    font-family: 'Poppins', sans-serif;
}

.ss1 {
    /* padding-left: 10px;
    padding-right: 10px; */
}

.ss {
    padding-left: 10px;
    padding-right: 10px;
    height: 87vh !important;
}

.form-div-inner {
    width: 400px;
    padding-bottom: 20px;
    max-width: 400px;
}

.shake {
    animation: shake 0.5s;
    animation-fill-mode: both;
    /* Keeps the end state of the animation */
}


/* Shake animation */
@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-5px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(5px);
    }
}

.swiper {
    height: auto !important;
    /* Ensure the height is not fixed */
}

.shakingDiv.shake {
    animation: shake 0.5s linear both;
    z-index: 2;
}

.invalid-feedback {
    background-color: #fceff1;
    padding: 8px;
    margin-top: 0px !important;
}

.error-box svg {
    margin-right: 5px;
}


.input-group {
    border: none;
    outline: none;
    background: none;
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
    border-color: #eaeaeb;
    transition-duration: .05s;
    border-top: 2px solid #eaeaeb;
    border-right: 2px solid #eaeaeb;
    border-bottom: 2px solid #eaeaeb;
    border-left: 2px solid #eaeaeb;
}


.text-fields {
    font-size: 1.125rem !important;
    color: #2d3f63 !important;
    font-weight: 400 !important;
    padding: .5em .6em !important;
    transition-duration: .05s !important;
    box-shadow: none !important;

}

.input-group-text {
    font-size: 1.125rem !important;
    font-weight: 500 !important;
    color: #505051 !important;
    padding: .5em .6em !important;
    transition-duration: .05s !important;
    box-shadow: none !important;
    background-color: white !important;
    color: #505051 !important;
}


.next-btn {
    width: 100%;
    position: relative;
    cursor: pointer;
    display: flex;
    transition: all;
    transition-duration: .1s;
    box-shadow: none;
    background: #bf323a;
    padding: .875em 1em;
    transition-duration: .2s;
    border-width: 1px;
    border-style: solid;
    border-radius: 7.5px;
    border-color: #bf323a;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif !important;
    color: #fff;
    font-weight: 700;
    font-size: 1rem !important;
    margin-bottom: 10px;
}

.next-btn-label {
    padding: 2px 0;
    cursor: pointer;
    transition: color;
    transition-duration: .1s;
    color: #fff;
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 700;
    text-transform: unset;
    letter-spacing: normal;
    font-family: 'Poppins', sans-serif !important;
}

.get-my-quots-footer-text {
    padding-top: 20px;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-left: 25px;
    max-width: 800px;
    text-align: center;
}



.otpBoxDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.otpBox {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #2d3f63;
    border-color: #eaeaeb;
    transition-duration: .05s;
    border-top: 2px solid #eaeaeb;
    border-right: 2px solid #eaeaeb;
    border-bottom: 2px solid #eaeaeb;
    border-left: 2px solid #eaeaeb;
}

#otpCheck {
    margin-top: 10px !important;
}

@media only screen and (max-width: 767px) {
    .main-title-main {
        font-weight: 700 !important;
        line-height: 1.35;
        letter-spacing: normal;
        font-size: 25px !important;
        color: #2d3f63 !important;

    }

    .stateSelect {
        width: 100% !important;
        height: 50px !important;

    }

    #stateError {
        width: 100% !important;
        height: 50px !important;

    }

    #state-div {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    h2 {
        font-size: 26px !important;
    }

    .logo-img {
        width: 200px;
        padding-bottom: 0px;
    }

    .rich-text-div {
        text-align: center;
    }

    .rich-text {
        font-size: 26px;
        padding-left: 4px;
        padding-right: 4px;

    }

    .margin-block {

        margin-right: 0em !important;
        margin-left: 0em !important;
    }

    .sub-title-text {
        text-align: center;
    }

    .buttonGeneric {
        width: 100%;

    }

    .btn-margin {
        width: 100%;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .bio-div-div {
        width: 100%;
    }

    .bio-elements {
        flex-direction: column;
        gap: 50px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .grid-cols-2 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .info-texttext {
        font-size: 0.9rem;
    }

    .questions-title {
        text-align: center;
    }

    .footer-inner-div {
        width: 100%;
    }

    .footer-bottom-div {
        flex-direction: column;
        align-items: center;
    }

    .footer-bottom-inner {
        width: 100%;
    }

    .get-my-quots-footer-text {
        width: 100%;
    }

    .yt {
        width: 100%;
        height: 209px;
    }

    #q11 {
        width: 62%;
    }

    #elemmko {
        min-width: 100%;
    }

    .swiper-slide {
        padding-left: 12px;
        padding-right: 12px;
    }
}


/* For Chrome, Safari, Edge, and Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}


.loader {
    width: 100px;
    height: 100px;
    border: 5px solid #ccc;
    border-top: 5px solid black;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hidden {
    display: none;
    /* Hide the loader */
}

img.tick {
    width: 100px;
    /* Adjust size as needed */
    height: 100px;
    /* Adjust size as needed */
    opacity: 0;
    /* Start hidden */
    animation: tick-in 0.5s forwards;
    margin-top: -5px;
    /* Adjust position if necessary */
}

@keyframes tick-in {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.last-last {
    width: 100%;
}

.spinner-border {
    width: 2rem;
    height: 2rem;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
    100% {
        transform: rotate(360deg);
    }
}

.swiper-slide {
    visibility: hidden;
}

.swiper-slide.swiper-slide-active {
    visibility: visible;
}

.slidecontainer {
    width: 100%;
    /* Width of the outside container */
}


.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #d3d3d3;
    /* fallback */
    outline: none;
}

/* WebKit (Chrome, Edge, Safari) */
.slider::-webkit-slider-runnable-track {
    height: 10px;
    border-radius: 5px;
    background: linear-gradient(to right,
            #1C5CA0 0,
            #1C5CA0 var(--slider-fill, 0%),
            #d3d3d3 var(--slider-fill, 0%),
            #d3d3d3 100%);
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1C5CA0;
    cursor: pointer;
    margin-top: -5px;
}

/* Firefox */
.slider::-moz-range-progress {
    background-color: #1C5CA0;
    height: 10px;
    border-radius: 5px;
}

.slider::-moz-range-track {
    background-color: #d3d3d3;
    height: 10px;
    border-radius: 5px;
}

.options-wrap {
    max-width: 800px;
    margin: 0 auto;
}

.options-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.option-card {
    border: 0;
    width: 100%;
    background: #bf323a;
    color: #fff;
    border-radius: 10px;
    padding: 28px 18px 22px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}

.option-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
    filter: brightness(1.02);
}

.option-card:active {
    transform: translateY(0);
}

.icon {
    height: 100%;
    width: 50px;
    margin-bottom: 18px;
    display: grid;
    place-items: center;
}

.icon svg {
    width: 100%;
    height: 100%;
    color: #fff;
    /* used by stroke="currentColor" */
}

.label {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}

/* Mobile */
@media (max-width: 520px) {

    .label {
        font-size: 18px;
    }
}

.main-title-text-padding-btm {
    margin-bottom: 14px;
}