.landing-page-container2 {
    font-family: "Atkinson Hyperlegible", sans-serif;
    margin: auto;
    /* max-width: 390px; */
    overflow: hidden;
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.background-overlay-img {
    /* height: 403px; */
    /* position: absolute; */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 60px;
}

.landing-page-v3 {
    padding: 0 20px;
    z-index: 2;
}

.logo-img {
    position: relative;
    width: 68px;
    /* height: 20px; */
    top: 18px;
    /* left: 190px; */
    float: right;
}

.form {
    display: flex;
    justify-content: space-around;
    background-color: #FAFAFA;
    border: 1px solid #F0F0F0;
    padding: 4rem;
    margin: 2rem 0;
    border-radius: 60px;
}

.form-heading h2 {
    width: 237px;
    font-size: 28px;
    line-height: 32px;
    color: #002349;
    font-family: myFirstFont3;
}

.form-heading h2 span {
    font-family: myFirstFont2;

}

input:-internal-autofill-selected {
    background-color: transparent;
}

.otp-verification-container-v3,
.personal-details-container-v3 {
    /* background-color: #fff; */
    /* border-radius: 24px 24px 0 0; */
    display: flex;
    flex-direction: column;
    /* margin-bottom: 20px; */
    margin-top: 0;
    padding: 0;
    position: relative;
    align-items: center;
    justify-content: center;

}

.otp-input-field .otp-input-numbers {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 16px 0px;
    justify-content: flex-start;
}

label[for="opt4"] {
    color: "#2169F3",
        /* backgroundColor: "white",
    borderColor: "#2169F3", */
}

.otp-verification-container-v3 {
    align-items: flex-start;
}

.form-title-v3 {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #191919;

}

.form-subtitle-v3 {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #3B3B3B;
    width: 419px;
}



.gender-toggle-v3 {
    gap: 12px;
    margin-bottom: 0.7rem;
}

.gender-btn-v3,
.gender-toggle-v3 {
    align-items: center;
    display: flex;
    justify-content: center;
}

.gender-btn-v3 {
    background-color: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    padding: 0;
    width: 50%;
    color: #191919;
}

.gender-content-v3 {
    align-items: center;
    display: flex;
    gap: 8px;
}

.gender-content-v3 img {
    height: 20px;
}

.tracking-btn-personal-details-landing-v4 {

    height: 50px;
    border-radius: 5px;
    /* margin-top: 30px; */
    background: linear-gradient(to right,#F40846,#FFAA00);
    color: white;
    border: 0;
    font-family: "Atkinson Hyperlegible", sans-serif;
    margin-top: auto;
    margin-bottom: auto;
    /* margin-left: 5px;
    margin-right: 5px; */
}

.form-floating {
    margin: 10px 0;
    padding-left: 5px;
    padding-right: 5px;
}

.form-heading {
    margin-top: auto;
    margin-bottom: auto;
    width: 30%;
}

.form-bar {
    width: 60%;
    margin-top: auto;
    margin-bottom: auto;
}

.tracking-btn-personal-details-landing-v4,
.form-group,
.form-floating,
.checkbox-wrapper {
    width: 50%
}

.form-group {
    /* margin-bottom: 10px; */
    padding-left: 5px;
    padding-right: 5px;
    margin-top: auto;
    margin-bottom: auto;
}

.personal-details-input {
    width: 100%;
}

.form-floating>.form-control {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    color: #002349;
    background-color: #fff;
    border: 1.5px solid #D3D3D3;
    border-radius: 5px;
    padding-left: 25px;
}

.form-floating>.form-select {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    color: #191919;
    background-color: #fff;
    border: 1.5px solid #b3b3b3;
    border-radius: 5px;
    padding-top: .375rem;
    background-image: url('../img/arrow_drop_down.png');
    background-size: 24px;
    padding-left: 25px;
}

.form-control:focus {
    border-color: #F40846;
    border-width: 1.5px;
    box-shadow: none;
}

.form-floating>.form-control::placeholder {
    /* font-size: 12px;
    color: #d3d3d3; */
}

.form-floating>label {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #B3B3B3;
    padding-left: 25px;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: unset;
}

input:-webkit-autofill,
input:-internal-autofill-selected,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
    background-color: transparent !important;
}

.form-floating input:focus,
.form-floating input:not(:placeholder-shown) {
    font-size: 16px;
}

.form-floating input:focus:not(:placeholder-shown)~label,
.form-floating input:not(:placeholder-shown)~label {
    font-size: 15px;
    /* top: -0.8rem; */
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    font-size: 12px;
}

.form-floating>.form-control:-webkit-autofill~label {
    transform: scale(.85) translateY(-.5rem) translateX(.35rem);
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.resend-otp {
    color: #B3B3B3;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.resend-otp span {
    color: #438AFF;
}

.otp-verification-container-v3 .form-subtitle-v3 {
    color: #B3B3B3;
}

.otp-verification-container-v3 .form-subtitle-v3 strong {
    font-weight: 700;
    color: #000000;
}

.otp-verification-container-v3 .form-subtitle-v3 span {
    color: #438AFF;
}



.hiname {
    font-family: myFirstFont;
    /* font-weight: 700; */
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #002349;

}

.hidetails {
    font-family: myFirstFont3;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 2rem;
    color: #7C8189;
}




.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}



.test {
    display: inline-block;
    width: 70px;
    transition: all 0.3s;
    border-radius: 10px;
    border: 1.5px solid #b5b5b5;
}

.test1 {
    height: 24px;
    font-family: myFirstFont;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0;
    text-transform: uppercase;
}

.test2 {
    /* height: 24px; */
    font-family: myFirstFont3;
    font-weight: 700;
    font-size: 21px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0;
}

.test:hover {
    background-color: #003564;
    color: white;
    border-color: #003564;
}


.hiname1 {
    font-family: myFirstFont3;
    /* font-weight: 700; */
    font-size: 20px;
    text-align: center;
    /* padding: 15px; */
    text-align: center;
    color: #002349;
}

.time-section {
    margin-bottom: 20px;
    text-align: left;

}

.time-label {
    color: #8B8B8B;
    /* margin-left: 10px; */
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    line-height: 10px;
    gap: 10px;
    font-family: myFirstFont3;
}



.time-label img {

    height: 19px;

}


.test4 {
    width: 103px;
    height: 40px;
    top: 391px;
    left: 30px;
    border-radius: 5px;
    border-width: 1px;


}

.test4:hover {
    background-color: #003564;
    color: white;
    border-color: #003564;
}

.time4 {
    font-family: myFirstFont3;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 0;
    align-content: center;
    /* color: #B3B3B3; */
}





.test5:hover {
    background-color: #003564;
    color: white;
    border-color: #003564;
}

.time-label2 {
    color: #8B8B8B;
    margin-left: 10px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    line-height: 10px;
    gap: 10px;

}

.time-label2 img {
    width: 15.880231857299805;
    height: 5.718704700469971;
    top: 619.2px;
    left: 33.73px;
    border-width: 0.75px;

}

.button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    /* adjust spacing as needed */
}

.confirm-btn {
    width: 291px;
    height: 50px;
    border: none;
    border-radius: 6px;
    background: linear-gradient(to right,#F40846,#FFAA00);
    color: white;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: opacity 0.3s ease;
    font-family: myFirstFont3;
}

.confirm-btn:hover {
    opacity: 0.85;
}

.thank-you-section,
#appointment-loan-form {
    padding: 1.5rem 14px 0 14px;
}

.dates {
    margin-left: 0;
    margin-right: 0;
}

.dashed-line hr {
    border-top: 1px dashed #D2D6DB;
    opacity: unset;
    background-color: transparent;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
}

/* .time-section .labels2, */
.dates .labels {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: fit-content;
    overflow-x: scroll;
    overflow-y: hidden;
    animation-direction: alternate;
    scrollbar-width: none;
    position: relative;
    box-sizing: border-box;
    margin: auto;
    margin-top: 0.5rem;
    /* width: max-content;
    max-width: none; */
}

.dates .labels:last-child {}

.dates label {
    border: 1.5px solid #D3D3D3;
    color: #B3B3B3;
    width: 56px;
    height: 65px;
    align-content: center;
    background-color: #ffffff;
}

.dates label hr {
    margin: 0 auto;
    width: 32px;
    opacity: unset;
}

.time-section label {
    width: 71px;
    height: 40px;
    border: 1.5px solid #D3D3D3;
    color: #B3B3B3;
    border-radius: 5px;
    margin-bottom: 10px;
}

.test5:hover {
    background-color: #003564;
    color: white;
    border-color: #003564;
}


.thank-you-component-section-inputs {
    text-align: center;
    height: 106px;
    margin: auto;
    height: 100%;

}

.thank-you-component-section-inputs h3 {
    height: 76px;
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 38px;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 1.5rem;
    color: #1B1B1B;
}

.thank-you-section .form .row .leftside p.next-p,
.thank-you-component-section-inputs h2 {
    padding-top: 15px;
    font-family: myFirstFont;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    color: #0E436A;
}

.thank-you-component-section-inputs p {
    padding-top: 15px;
    font-family: myFirstFont2;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #002349;
    margin-bottom: 2rem;
}

.hero img {
    width: 237px;
    height: 285px;
    border-radius: 5px;
    border-width: 1px;
}

.hero .thank-you-final-date-time {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: fit-content;
    align-content: center;
}

.hero .thank-you-final-date-time p {
    padding-top: 0;
}

.hero .thank-you-final-date-time .day {
    font-family: myFirstFont3;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #002349;
    letter-spacing: 4px;
    margin-bottom: 0.5rem;
    margin-top: 20px;
}

.hero .thank-you-final-date-time .day:first-child {
    margin-top: 0;
}

.hero .thank-you-final-date-time .date {
    font-family: myFirstFont;
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    color: #002349;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.hero .thank-you-final-date-time .time {
    font-family: myFirstFont3;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    color: #002349;
    letter-spacing: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

.hero .thank-you-final-date-time hr {
    border-top: 1px dashed #191919;
    opacity: unset;
    background-color: transparent;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5rem;
}

.tick-image {
    width: 241px;
}

.genders input.gender[type=radio] {
    box-sizing: border-box;
    padding: 0;
    display: none;
}

.genders label.gender-label {
    display: inline-flex;
    width: 49%;
    height: 50px;
    padding: 0rem;
    transition: all 0.3s;
    border-radius: 5px;
    background-color: transparent;
    border: 1.5px solid #b5b5b5;
    text-align: center;
    font-size: 16px;
    line-height: 45px;
    /* margin-bottom: 1rem; */
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.genders input.gender[type="radio"]:checked+.gender-label {
    background-color: transparent;
    color: #F40846;
    border-color: #F40846;
}

.genders label.gender-label img {
    width: 19px;
    height: 19px;
    vertical-align: middle;
    align-self: anchor-center;
    margin-right: 0.4rem;
}

.genders input#gen1:checked+label.gender-label img {
    content: url(../img/male2.svg);
}

.genders input#gen2:checked+label.gender-label img {
    content: url(../img/female2.svg);
}

.greentick,
.whitetick {
    display: none;

}

.greentick.visible {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-50%, -50%);
    width: 17px;
    display: block;
}

.genders input#gen1:checked+label.gender-label img.whitetick,
.genders input#gen2:checked+label.gender-label img.whitetick {
    display: block;
    content: url(../img/whitetick.svg);
    width: 14px;
    height: 14px;
    margin-left: 0.2rem;
}

.genders label span {
    vertical-align: -webkit-baseline-middle;
    font-size: 16px;
}

.checkbox-wrapper {
    align-items: flex-start;
    color: #6e6e6e;
    display: flex;
    font-size: 8px;
    gap: 8px;
    margin-bottom: 20px;
}

.checkbox-wrapper input[type=checkbox] {
    size: 5px;
    margin-top: 2px;
    box-sizing: border-box;
    padding: 0;
}

.lead-capture-container input,
.lead-capture-container input::placeholder,
.lead-capture-container label {
    font-family: "Atkinson Hyperlegible", sans-serif;
}

.checkbox-wrapper label {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-size: 8px;
    font-weight: 400;
    line-height: 9px;
}

input.otp-value {
    width: 104px;
    text-align: center;
    height: 60px;
    border-radius: 5px;
    border: 1px solid rgb(179, 179, 179);
    font-size: 24px;
}

.tracking-btn-verify-otp-personal-details-v4 {
    width: 456px;
    padding: 14px 0px;
    font-size: 16px;
    font-weight: 400;
    color: white;
    /* background: rgb(179, 179, 179); */
    background: linear-gradient(to right,#F40846,#FFAA00);
    border: none;
    border-radius: 5px;
    cursor: not-allowed;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: myFirstFont3;

}

/* .form-heading h2,
.personal-details-container-v3 {
    display: none;
} */
.form-heading img,
.otp-verification-container-v3 {
    display: none;
}

.form-heading img {
    width: 335px;
    /* height: 338px; */
    opacity: 1;
    float: right;
}

.annual-income-selector {
    margin-bottom: 1rem;
}

.annual-income-selector h3 {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #B3B3B3;
    text-align: left;
    margin-left: 1rem;
}

.annual-income-selector .btn-group,
.annual-income-selector .btn-group-vertical {
    display: flex;
    align-items: center;
}

.annual-income-selector button {
    font-size: 12px;
    background: #fff;
    color: #000;
    border: 1.5px solid #b5b5b5;
    font-weight: 300;
    display: inline-block;
    height: 40px;
    padding: 0;
    line-height: 1;
    width: 32%;
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #191919;
}

/* .annual-income-selector button:nth-child(1),
.annual-income-selector button:nth-child(3) {
    background: linear-gradient(180deg, #D2D6DB, #ffffff);
}*/
.annual-income-selector button {
    background: linear-gradient(180deg, #ffffff, #D2D6DB);
}

.btn-dark:hover {
    color: #fff;
    background: #EEF4FF;
    border-color: #2169F3;
    box-shadow: none;
    color: #2169F3;
}

.btn-dark:active:focus,
.btn-dark:focus {

    color: #fff;
    background: #EEF4FF;
    border-color: #2169F3;
    box-shadow: none;
    color: #2169F3;
}

.annual-income-selector button.curve-border {
    border-radius: 65px;
    /* margin-right: 10px; */
}

/* .tab {
    display: none;
} */

.otp-veriication-text-field h2 {
    width: 212px;
    text-align: center;
    margin: 0 auto 2rem auto;
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #191919;
}

.modal-header {
    align-items: center;
    justify-content: end;
    border-bottom: 0;
    padding-bottom: 0;
}

.modal-header button {
    border: 0;
    box-shadow: none;
    background: transparent;
}

.modal-header button span {
    font-size: 24px;
}

.modal-content {
    width: 330px;
    height: 100%;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
}

.modal-body {
    margin-top: -3rem;
}

.modal-body .icon img {
    width: 58px;
    margin-bottom: 1rem;
}

.custom-radio-btn-1 input {
    display: none;
}

.custom-radio-btn-1 {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-bottom: .5rem;
}

.custom-radio-btn-1 span {
    position: relative;
    display: inline-block;
    margin: 0px 3px;
    padding: 12px 10px;
    padding-bottom: 8px;
    font-size: 14px;
    background: #fff;
    border-radius: 10px;
    color: #000000;
    border: 1px solid #ced4da;
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 400;
    width: 278px;
    height: 45px;
    text-align: center;
}

.custom-radio-btn-1.col-6:first-child,
.custom-radio-btn-1.col-6:nth-child(3),
.custom-radio-btn-1.col-6:nth-child(5) {
    padding-right: 2px;

}

.custom-radio-btn-1.col-6:nth-child(2).custom-radio-btn-1.col-6:nth-child(4),
.custom-radio-btn-1.col-6:nth-child(6) {
    padding-left: 2px;

}

.custom-radio-btn-1.col-6 span {
    width: 100%;
}

.custom-radio-btn-1 input:checked~span {
    background-color: transparent;
    border: 1.5px solid #191919;
    color: #191919;

}

.tracking-btn-next {
    width: 278px;
}

.test-time,
.test-date {
    display: none;
}

.annual-income-selector button:focus {}

.btn-dark:not(:disabled):not(.disabled).active {
    outline: 0;
    box-shadow: none !important;
    color: white;
    background-color: #003564;
    border-color: #003564;
}

.how-it-work-heading {
    text-align: center;
    margin-bottom: 3rem;
}

.how-it-works {
    max-width: 800px;
    margin: -115px auto;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
    position: relative;
}

.how-it-work .how-it-work-heading {
    text-align: center;
    margin-bottom: 3rem;
}

.how-it-work .step {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px auto;
    position: relative;
    gap: 20px;
}

.how-it-work .left,
.how-it-work .right {
    width: 40%;
    text-align: right;
}

.how-it-work .right {
    text-align: left;
}



.how-it-work h4 {
    margin: 0;
    color: #002349;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-family: myFirstFont;
}

.how-it-work .step p {
    margin: 5px 0 0;
    color: #7C8189;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    font-family: myFirstFont3;
}

.how-it-work .step p.step-number {

    letter-spacing: 3px;
    font-weight: 400;
    font-size: 20px;
    line-height: 60px;
    font-family: myFirstFont2;
    background: linear-gradient(90deg, #D2D6DB, #707275);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.how-it-work .icon {
    background-color: #ff5c00;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.how-it-work .icon img {
    width: 24px;
    height: 24px;
}

/* vertical line in center */
.how-it-work .how-it-works::before {
    content: "";
    position: absolute;
    top: 175px;
    bottom: 175px;
    left: 50%;
    width: 1px;
    background: #BBBFC5;
    transform: translateX(-50%);
}

.how-it-work .pc {
    display: none
}

.how-it-work hr {
    width: 80%;
    color: #D2D6DB;
    border-width: 1px;
    margin: 3rem auto;
    opacity: unset;
}

.next-cards {
    display: flex;
    gap: 30px;
}

.next-cards .card {
    width: 262px;
    height: 241px;
    border-radius: 20px;
    border: 0;
    padding: 2rem;
    box-shadow: 0 0 10px #b3b3b3;
}

.next-cards .card img {
    width: 30px;
    height: 30px;
    margin-bottom: 1rem;
}

.next-cards .card p {
    color: #003564;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    font-family: myFirstFont2;
}

.next-cards .card span {
    color: #7C8189;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    font-family: myFirstFont3;
}

.thank-you-section .form .row {
    width: 100%;
}

.thank-you-section .form .row .leftside {
    width: 70%;
}

.thank-you-section .form .row .leftside span.next-span {
    /* padding-top: 15px; */
    font-family: myFirstFont2;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #FB4D08;
    width: fit-content;
}

.thank-you-section .form .row .thank-you-component-section-inputs {
    width: 30%;
}

.thank-you-section .form .row .leftside .next-bar {
    display: flex;
    margin-bottom: 2rem;
}

.thank-you-section .form .row .leftside .next-hr {
    width: 70%;
    margin-left: 10px;
    border-color: #FB4D08;
    background-color: #FB4D08;
    opacity: unset;
}

@media (max-width: 768px) {
    .landing-page-container2 {
        /* max-width: 390px; */
    }

    /* .form-bar {
    padding-top: 400px;
}

.otp-verification-container-v3,
.personal-details-container-v3 {
    background-color: #fff;
    border-radius: 24px 24px 0 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    margin-top: 100px;
    padding: 30px;
    position: relative;

} */
    .form {
        flex-direction: column;
        padding: 2rem 3rem;
    }

    .personal-details-input {
        padding-top: 1rem;
    }

    .tracking-btn-personal-details-landing-v4,
    .form-group,
    .form-floating,
    .checkbox-wrapper {
        width: 313px;
        padding-left: 0;
        padding-right: 0;
        margin: 5px auto;
    }

    .form {

        padding: 3rem 2rem;
        margin-top: 0;
    }

    .form-heading,
    .form-bar {
        width: 100%;
    }

    .form-heading h2 {
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 13px;
        line-height: 16px;
    }

    .form-subtitle-v3 {
        width: 100%;
    }

    .how-it-work .mob {
        display: none;
    }

    .how-it-work .pc {
        display: block
    }

    .how-it-work .step {
        flex-direction: column;
        text-align: center;
        margin: 60px auto;
    }

    .how-it-work .left,
    .how-it-work .right {
        line-height: 24px;
        background-color: white;
        text-align: center;
        width: 80%;
    }

    .how-it-work .step p {
        margin-bottom: 10px;
    }

    .how-it-work .step p.step-number {
        margin-bottom: 10px;
        line-height: 24px;
    }

    .how-it-work .icon {
        margin: 10px auto;
        width: 50px;
        height: 50px;
    }

    .how-it-work .icon img {
        width: 28px;
        height: 28px;
    }

    .how-it-work .how-it-works::before {
        /* top: 0;
    bottom: 0; */
        /* left: 50%;
        width: 2px;
        background: #BBBFC5;
        transform: translateX(-50%); */
    }

    .how-it-work .step-pc {
        display: flex;
        flex-direction: column;
        justify-items: center;
        align-content: center;
        text-align: center;
    }

    .tracking-btn-verify-otp-personal-details-v4 {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    input.otp-value {
        width: 64px;
        height: 50px;
    }

    .form-heading img {
        display: none;
    }

    .otp-verification-container-v3 {
        align-items: center;
    }

    .disabled-date-time {
        display: none;
    }

    .name-heading .rightside {
        display: none;
    }

    .hidetails {
        color: #002349;
    }

    .hiname1 {
        font-family: myFirstFont;
        /* font-weight: 400; */
        text-align: left;
    }

    .thank-you-component-section-inputs .pc {
        display: none;
    }

    .hero img {
        width: 244px;
        height: 244px;
    }

    .thank-you-section .form .row {
        flex-direction: column-reverse;
        margin-left: 0;
        margin-right: 0;
    }

    .thank-you-section .form .row .thank-you-component-section-inputs {
        width: 90%;
        padding-left: 0;
        padding-right: 0;
    }

    .thank-you-section .form .row .leftside {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3rem;
    }

    .thank-you-section .form .pc {
        display: none;
    }

    .next-cards {
        flex-direction: column;
        align-items: center;
    }

    .thank-you-section .form .row .leftside .next-bar {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        align-items: center;
        justify-content: center;

    }

    .otp-input-field .otp-input-numbers {
        justify-content: center;
    }

}

@media (min-width: 427px) {
    .banner-mobile {
        display: none;
    }
}

@media (max-width: 426px) {

    .background-overlay-img {
        border-radius: 40px;
    }

    .banner-desktop {
        display: none;
    }

    .how-it-work .how-it-work-heading h2,
    .health-card-section h1,
    .better-health .better-health-heading h2,
    .about-health-content h1 {
        font-size: 28px;
        line-height: 30px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
    }

    .how-it-work .how-it-work-heading p,
    .better-health .better-health-heading p,
    .about-health-content p {
        font-size: 16px;
        line-height: 18px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .how-it-work h4,
    .how-it-work .step p {
        font-size: 16px;
        line-height: 18px;
    }

    .how-it-work .step p.step-number {
        margin: 5px 0;
        font-size: 16px;
        line-height: 18px;
    }

    .form-subtitle-v3 {
        font-size: 12px;
        line-height: 16px;
    }

    .form-title-v3 {
        font-size: 18px;
        line-height: 20px;
        align-self: flex-start;
    }

    .form {
        border-radius: 30px;
        padding: 2rem;
    }

    .resend-otp {

        margin-bottom: 0rem;
        font-size: 11px;
        line-height: 14px;
        width: 80%;
        align-self: flex-start;
    }

    .tracking-btn-personal-details-landing-v4,
    .form-group,
    .form-floating,
    .checkbox-wrapper {
        width: 100%;
    }

    .button-wrapper {
        margin-top: 0;
    }

    .hiname1 {
        font-size: 16px;
    }

    .time4 {
        font-size: 14px;
    }

    .thank-you-section,
    #appointment-loan-form {
        padding: 0;
    }

    .date-time-part {
        padding-left: 0;
        padding-right: 0;
    }

    .confirm-btn {
        width: 100%;
    }
}

@media (max-width: 376px) {
    .background-overlay-img {
        height: fit-content;
        width: 100%;
    }

    .tracking-btn-personal-details-landing-v4,
    .form-group,
    .form-floating,
    .checkbox-wrapper {
        width: 100%;
    }

    .tracking-btn-verify-otp-personal-details-v4 {
        padding: 10px 0;
        font-size: 12px;
    }

    .form {
        padding: 2rem 1rem;
    }

    .how-it-work hr {
        width: 90%;
        margin: 2rem auto;
    }

    /* .personal-details-container-v3 {
    top: -60px;
} */

}

@media (max-width: 320px) {
    .personal-details-container-v3 {
        /* margin-top: 30px; */
    }

    .form-bar {
        /* padding-top: 380px; */
    }

    .how-it-work .left,
    .how-it-work .right {

        width: 100%;
    }

    input.otp-value {
        width: 52px;
        height: 45px;
    }

    .thank-you-component-section-inputs h2 {
        font-size: 25px;
        line-height: 25px;
    }

    .tick-image {
        width: 80%;
        margin-bottom: 1rem;
    }
}

@media (min-width: 769px) {
    .landing-page-container2 .form {
        margin-top: 0;
    }

    .appointment-add-container-v3 .form {
        display: block;
        margin-top: 0;
    }

    .appointment-add-container-v3 .form-heading,
    .appointment-add-container-v3 .form-group,
    .appointment-add-container-v3 .form-bar {
        width: 100%;
    }

    .date-time-part {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    .dates label {
        width: 80px;
        height: 81px;
    }

    .time-section {
        margin-bottom: 0;
    }

    .time-section label {
        width: 97px;
        height: 48px;
        /* margin-top: 14px; */
    }

    .dates .labels {
        gap: 14px;
        margin-top: 14px;
    }

    .hiname {
        color: #002349;
        font-size: 20px;
    }

    .hiname1,
    .hiname {
        text-align: left;
    }

    .time-section .time-group {
        display: flex;
        gap: 10px;
    }

    .time-section .time-label {
        background-color: #EEEEEE;
        border: 1.5px solid #D3D3D3;
        width: 128px;
        height: 48px;
        border-radius: 5px;
        justify-content: center;
        margin-bottom: 0;
        margin-left: 0;
    }

    .time-section .labels2 {
        display: flex;
        gap: 10px;
    }

    .hidetails {
        text-align: left;
    }

    .dashed-line hr {
        height: 171px;
        width: 1px;
        border: 1px dashed #B3B3B3;
        margin-bottom: 0;
    }

    .disabled-date-time input {

        padding-top: inherit !important;
        padding-bottom: inherit !important;
        margin-top: 30px;
    }

    .disabled-date-time.form-floating>.form-control {
        font-family: myFirstFont3;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
        color: #7C8189;
        border-color: #EBEBEB;
    }

    .thank-you-component-section-inputs .mob {
        display: none;
    }

    .hero .thank-you-final-date-time .time {
        margin-top: 0;
    }

    .hero .thank-you-final-date-time .date {
        margin-top: 0;
        margin-bottom: 4rem;
    }

    .thank-you-section .form .row .thank-you-component-section-inputs {
        /* justify-items: flex-start; */
    }

    .hero {
        margin: 0;
    }
}