.landing-page-container2 {
    font-family: "Atkinson Hyperlegible", sans-serif;
    margin: auto;
    max-width: 390px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.background-overlay-img {
    /* height: 403px; */
    /* position: absolute; */
    width: 390px;
}

.landing-page-v3 {
    padding: 0 20px;
    z-index: 2;
}

.logo-img {
    position: relative;
    width: 68px;
    /* height: 20px; */
    top: 18px;
    /* left: 190px; */
    float: right;
}

.footer .logo img {
    float: none;
    top: auto;
}


.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: 0;
    margin-top: 0;
    position: relative;

}

.form-title-v3 {
    font-family: PolySans-Neutral;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
}

.form-subtitle-v3 {
    font-family: Inter-Regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #112129;
    text-align: center;
}

.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: 55px;
    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 {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    /* margin-top: 30px; */
    background: linear-gradient(90deg, #1EADD3, #0F596D);
    color: white;
    border: 0;
    font-family: "Atkinson Hyperlegible", sans-serif;
}

.form-floating {
    margin: 10px 0;

}

.form-floating>.form-control {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 55px;
    color: #000000;
    background-color: #fff;
    border: 1.5px solid #D2D6D9;
    border-radius: 5px;
    padding-left: 25px;
}

.form-floating>.form-select {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 55px;
    color: #000000;
    background-color: #fff;
    border: 1.5px solid #D3D3D3;
    border-radius: 5px;
    padding-top: .375rem;
    background-image: url('../assets/img/arrow_drop_down.png');
    background-size: 24px;
    padding-left: 25px;
}

.form-floating>.form-select:valid {
    color: #191919;
    /* after selection */
}

.form-select:focus,
.form-control:focus {
    border-color: #1EADD3;
    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;
}

.resend-otp span {
    color: #438AFF;
    font-family: PolySans-Median;
}

.otp-verification-container-v3 .form-title-v3 {

    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
}

.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;
}


.footer .footer-part {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    width: 90%;
}

.footer .social_media,
.footer .footer-part,
.footer .footer-last,
.footer .section-header,
.footer .section-heading {
    width: 90%;
}

.footer {
    padding: 3rem 0;
}

.footer .section-heading {
    font-size: 30px;
    line-height: 30px;
}

.copyrights,
.footer .extras ul {
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

@media (max-width: 426px) {
    .footer .section-heading {
        font-size: 25px;
        line-height: 25px;
    }
}

@media (max-width: 375px) {
    .background-overlay-img {
        height: fit-content;
        width: 100%;
    }

    .tracking-btn-personal-details-landing-v4 {
        width: 100%;
    }

    /* .personal-details-container-v3 {
    top: -60px;
} */
}

.hiname {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;


}

.hidetails {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 2rem;

}

.form-group {
    margin-bottom: 10px;

}


.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: "Atkinson Hyperlegible", sans-serif;
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0;
}

.test2 {
    /* height: 24px; */
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 700;
    font-size: 21px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0;
}

.test:hover {
    background-color: black;
    color: white;
    border-color: black;
}


.hiname1 {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    /* padding: 15px; */
    text-align: center;
}

.time-section {
    margin-bottom: 10px;
    text-align: left;

}

.time-label {
    color: #8B8B8B;
    margin-right: 5px;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    line-height: 10px;
    gap: 5px;
    font-family: "Atkinson Hyperlegible", sans-serif;
    height: 41px;
    border: 1px solid #D3D3D3;
    cursor: pointer;
    padding: 0 15px;
    border-radius: 35px;

}

.time-label.active {
    opacity: 1;
    color: #fff;
    background-color: #1EADD3;
    border-color: #1EADD3;
}

.time-label img {
    height: 19px;
}

.time-three-slots {
    display: flex;
    width: fit-content;
}

.test4 {
    width: 103px;
    height: 40px;
    top: 391px;
    left: 30px;
    border-radius: 5px;
    border-width: 1px;
}

.test4:hover {
    background-color: black;
    color: white;
    border-color: black;
}

.time4 {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 0;
    align-content: center;
}

.test5:hover {
    background-color: black;
    color: white;
    border-color: black;
}

.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;
    border-radius: 35px;
}

.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: 100%;
    height: 50px;
    border: none;
    border-radius: 6px;
    background: linear-gradient(90deg, #1EADD3, #0F596D);
    color: white;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: opacity 0.3s ease;
    font-family: "Atkinson Hyperlegible", sans-serif;
}

/* .confirm-btn:hover {
    opacity: 0.85;
} */

.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 #8B8B8B;
    color: #8B8B8B;
    width: 56px;
    height: 65px;
    align-content: center;
}

.dates label hr {
    margin: 0 auto;
    width: 32px;
    opacity: unset;
}

.time-section label {
    width: 76px;
    height: 40px;
    border: 1.5px solid #8B8B8B;
    color: #8B8B8B;
    border-radius: 15px;
    margin-bottom: 10px;
}

.morning-time-slots {
    display: block;
}

.afternoon-time-slots,
.evening-time-slots {
    display: none;
}

.test5:hover {
    background-color: black;
    color: white;
    border-color: black;
}


.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-component-section-inputs p {
    padding-top: 15px;
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #797983;
}

.hero img {
    /* width: 80%; */
    /* height: 184px; */
    border-radius: 5px;
    border-width: 1px;
}

.hero .thank-you-final-date-time {
    position: absolute;
    top: 52%;
    text-align: left;
    left: 84%;
    width: 75%;
    transform: translate(-100%, -50%);
    height: fit-content;
    align-content: center;
    /* display: flex; */
    gap: 50px;
    margin: auto;
    align-items: start;
    justify-content: center;
}

.hero .thank-you-final-date-time .leftside,
.hero .thank-you-final-date-time .rightisde {
    width: 50%;
}

.hero .thank-you-final-date-time p {
    padding-top: 0;
}

.hero .thank-you-final-date-time .day {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #191919;
    letter-spacing: 4px;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.hero .thank-you-final-date-time .date {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 400;
    /* font-size: 50px; */
    font-size: 24px;
    line-height: 100%;
    color: #191919;
    letter-spacing: 0;
    margin-bottom: 0;
}

.hero .thank-you-final-date-time .time {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #191919;
    letter-spacing: 0;
    margin-bottom: 0;
    width: max-content;
}

.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: 55px;
    padding: 0rem;
    transition: all 0.3s;
    border-radius: 5px;
    background-color: transparent;
    border: 1.5px solid #D3D3D3;
    text-align: center;
    font-size: 16px;
    line-height: 45px;
    /* margin-bottom: 1rem; */
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 5px;
}



.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(../assets/img/male2.svg);
}

.genders input#gen2:checked+label.gender-label img {
    content: url(../assets/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(../assets/img/whitetick.png);
    width: 12px;
    height: 12px;
    margin-left: 0.2rem;
}

.genders label span {
    vertical-align: -webkit-baseline-middle;
    font-size: 16px;
    color: #8B8B8B;
}

.incomes label span {
    font-size: 13px;
    color: #191919;
    line-height: 20px;
    font-weight: 300;
}

.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: 60px;
    text-align: center;
    height: 55px;
    border-radius: 5px;
    border: 1px solid rgb(179, 179, 179);
    font-size: 24px;
}

.tracking-btn-verify-otp-personal-details-v4 {
    width: 100%;
    padding: 14px 0px;
    font-size: 16px;
    font-weight: 400;
    color: white;
    /* background: rgb(179, 179, 179); */
    background: linear-gradient(90deg, #1EADD3, #0F596D);
    border: none;
    border-radius: 5px;
    cursor: not-allowed;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: "Atkinson Hyperlegible", sans-serif;
    margin-left: auto;
    margin-right: auto
}

.personal-details-container-v3 {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 10px;
}

.question1-container-v3,
.question2-container-v3,
.question3-container-v3,
.location-add-container-v3,
.thank-you-container-v3,
.appointment-add-container-v3,
.otp-verification-container-v3 {
    display: none;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 10px;
}

/* .thank-you-section,
.location-add-container-v3 form {
    padding-left: 30px;
    padding-right: 30px;
} */

.annual-income-selector {
    margin-bottom: 1rem;
}

.incomes h3,
.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;
}

.incomes label.gender-label {
    font-size: 12px;
    /* background: #fff; */
    color: #000;
    border: 1px solid #D2D6DB;
    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;
    border-radius: 65px;
    align-content: center;
    background: linear-gradient(180deg, #ffffff 20%, #E3E6EA 60%, #D2D6DB 100%);


}

/* .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: #00ADEF;
    box-shadow: none;
    color: #00ADEF;
}

.btn-dark:active:focus,
.btn-dark:focus {

    color: #fff;
    background: #EEF4FF;
    border-color: #00ADEF;
    box-shadow: none;
    color: #00ADEF;
}

.annual-income-selector button.curve-border {
    border-radius: 65px;
    /* margin-right: 10px; */
}

/* .tab {
    display: none;
} */

.otp-veriication-text-field h2 {
    width: 100%;
    text-align: center;
    margin: 0 auto 2rem auto;
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 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: 1rem;
}

.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: 5px;
    color: #1B1B1B;
    border: 1px solid #D2D6D9;
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 400;
    width: 278px;
    height: 50px;
    text-align: center;
}

.custom-radio-btn-1 span img {
    padding-right: 12px;
}

.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: 95%;
}

.custom-radio-btn-1 input:checked~span {
    background-color: transparent;
    border: 1.5px solid #1EADD3;
    color: #1EADD3;

}

/* .appointment-address-quote,
.appointment-date-quote,
.appointment-time-quote, */
.tracking-btn-next {
    width: 278px;
    margin-right: auto;
    margin-left: auto;
}

.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: black;
    border-color: black;
}


.otp-input-filed2 {
    display: flex;
    align-items: center;
    gap: 19px;
    margin: 16px 0px;
    justify-content: center;

}

.otp-subtitle2 {
    font-family: PolySans-Neutral;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #8B8B8B;
}

.otp-subtitle1 {
    font-family: PolySans-Neutral;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.otp-subtitle3 {
    font-family: PolySans-Neutral;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #8B8B8B;
}

.otp-subtitle4 {
    font-family: PolySans-Neutral;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #797983;
}

.otp-subtitle5 {
    font-family: PolySans-Neutral;
    font-weight: 400;
    font-size: 20px;
    line-height: 17px;
    color: #797983;
}

.otp-subtitle3 span {
    font-weight: bold;
    color: #000000;
}

.otp-subtitle3 span#mobile-edit {
    color: #0080FF;
    font-family: PolySans-Median;
    ;
}

.otp-subtitle3 strong {
    color: #000000;
    text-decoration: underline;
    font-weight: 400;
}

.hero .thank-you-final-date-time .head1 {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 10px;
}

.hero .thank-you-final-date-time .head2 {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 2rem;
}

.hero .thank-you-final-date-time .head3 {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #797983;
    margin-bottom: 0;
}

.hero .thank-you-final-date-time .head4 {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #112129;
    margin-bottom: 1.5rem;
}

.hero .thank-you-final-date-time .head4 img {
    width: 13px;
    margin-right: 10px;
    margin-bottom: 4px;
}

input#autocomplete {
    background-image: url(../assets/img/search.png);
    background-repeat: no-repeat;
    text-indent: 20px;
    background-position: 20px 20px;
    background-size: 15px;
}

input#autocomplete:not(:placeholder-shown),
input#autocomplete:focus {
    background-image: none;
    text-indent: 0;
}

.location {
    color: black;
    font-size: 12px;
    /* font-weight: bold; */
}

.locationdiv button img {
    width: 10%;
}

.locationdiv button {
    border: none;
    background: none;
    color: #001C3B;
    font-size: 14px;
}

#map {
    height: 200px;
    width: 100%;
    border-radius: 5px;
    /* margin-top: 20px; */
}

.location:hover {
    color: black;
}

.form-floating.searchdiv>label {
    padding-left: 40px;
}

@media (max-width: 426px) {

    input#autocomplete {
        text-indent: 15px;
        background-position: 20px 20px;
        background-size: 12px;
    }

    input.otp-value {
        width: 65px;
    }

    .otp-input-filed2 {
        gap: 10px;

    }

    .footer .section-heading {
        font-size: 25px;
        line-height: 25px;
    }

    .modal-content {
        width: 100%;
    }

    /* .custom-radio-btn-1 span {
        width: 100%;
    } */

    .tick-image {
        width: 170px;
    }

    .time-section label {
        /* width: 30%; */
    }

    .personal-details-container-v3,
    .question1-container-v3,
    .question2-container-v3,
    .question3-container-v3,
    .location-add-container-v3,
    .thank-you-container-v3,
    .appointment-add-container-v3,
    .otp-verification-container-v3 {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 400px) {
    .landing-page-container2 {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

    .locationdiv button,
    .location {
        font-size: 12px;

    }

    .copyrights,
    .copyrights a,
    .footer .extras ul li a {
        font-size: 10px;
    }

    .hero img {
        width: 330px;
    }

    .hero .thank-you-final-date-time {
        position: absolute;
        top: 50%;
        text-align: left;
        left: 95%;
        width: 90%;
        transform: translate(-100%, -50%);
    }

    .hero .thank-you-final-date-time .head4 {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 1.5rem;
    }

    .hero .thank-you-final-date-time .head4 img {
        margin-bottom: 0;
    }

    .hero .thank-you-final-date-time .head1 {
        margin-bottom: 5px;
    }

    .thank-you-component-section-inputs p {
        font-size: 16px;
    }

    .hero img {
        width: 118%;
    }

    .personal-details-container-v3,
    .question1-container-v3,
    .question2-container-v3,
    .question3-container-v3,
    .location-add-container-v3,
    .thank-you-container-v3,
    .appointment-add-container-v3,
    .otp-verification-container-v3 {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }
}

@media (max-width: 376px) {
    .appointment-date-time .rightside .input-box {
        padding-right: 50px;
    }

    /* .tracking-btn-next,
    .appointment-address-quote,
    .appointment-date-quote,
    .appointment-time-quote, */
    .confirm-btn {
        width: 100%;
    }

    .hero .thank-you-final-date-time .head4 {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 1rem;
    }

    .personal-details-container-v3,
    .question1-container-v3,
    .question2-container-v3,
    .question3-container-v3,
    .location-add-container-v3,
    .thank-you-container-v3,
    .appointment-add-container-v3,
    .otp-verification-container-v3 {
        padding-left: 0;
        padding-right: 0;
    }

    .hero .thank-you-final-date-time {
        position: absolute;
        top: 50%;
        text-align: left;
        left: 90%;
        width: 80%;
        transform: translate(-100%, -50%);
    }

    .hero img {
        width: 108%;
    }
}

@media (max-width: 340px) {
    .hero .thank-you-final-date-time {
        /* left: 45%; */
    }

    .hero img {
        width: 108%;
    }

    .hero .thank-you-final-date-time {
        position: absolute;
        top: 50%;
        text-align: left;
        left: 92%;
        width: 80%;
        transform: translate(-100%, -50%);
    }

    .hero .thank-you-final-date-time .head1 {
        font-size: 16px;
    }

    .hero .thank-you-final-date-time .head2 {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 2rem;
    }

    .hero .thank-you-final-date-time .head3 {
        font-size: 11px;
        line-height: 15px;
    }

    .hero .thank-you-final-date-time .head4 {
        font-size: 13px;
        line-height: 12px;
        margin-bottom: 1rem;
    }
}

@media (max-width: 321px) {

    .key-advantage .row,
    .join-us .row {
        gap: 10px;
    }

    .key-advantage .card {
        width: 150px;
        border-radius: 30px;
        padding: 1rem;
    }

    .join-us .card {
        width: 145px;
        height: 106px;
    }

    .howitworks-step-container {
        width: 90%;
    }

    .footer .social_media,
    .footer .footer-part,
    .footer .footer-last,
    .footer .section-header,
    .footer .section-heading {
        width: 100%;
    }

    input.otp-value {
        width: 56px;
    }

    .otp-input-field .otp-input-field-gaps {
        gap: 10px;
    }

    #phone-verification2 .tracking-btn-next,
    #phone-verification2 .custom-radio-btn-1 {
        width: 100%;
    }

    #phone-verification2 .custom-radio-btn-1 span {
        width: 100%;
        margin: 0;
    }

    .row {
        /* margin-right: 0; */
    }

    .otp-subtitle3 {
        font-size: 11px;
        line-height: 15px;
    }

    .personal-details-container-v3 {
        margin-top: 0;
    }

    .form-bar {
        padding-top: 0;
    }

    .am-pm-toggle,
    .input-box label {
        font-size: 10px;
    }

    .form-floating>.form-select,
    .form-floating>label,
    .form-floating>.form-control,
    .genders label span {
        font-size: 14px;
    }

    .form-subtitle-v3,
    .incomes label span,
    input[type="date"],
    input[type="time"] {
        font-size: 12px;
    }

    .form-title-v3 {
        font-size: 18px;
    }

    .modal-content {
        width: 100%;
    }


}

@media (max-width: 300px) {

    .locationdiv {
        padding-left: 10px;
    }

    .locationdiv button,
    .location {
        font-size: 10px;
    }

    input#autocomplete {
        text-indent: 15px;
        background-position: 10px 20px;
        background-size: 12px;
    }
}

button:disabled {
    /* grey background */
    color: #fff;
    /* text color */
    cursor: not-allowed;
    /* cursor effect */
    opacity: 0.6;
    /* faded look */
}

.genders input.gender[type="radio"]:checked+.gender-label {
    background: #001C3B;
    color: #ffffff;
    border-color: #001C3B;
}

.genders input.gender[type="radio"]:checked+.gender-label span {
    color: #ffffff;
}

.why-love-us {
    padding-top: 0;
}

@media (max-width: 768px) {
    .why-love-us {
        padding: 30px 0px 30px 0px;
        background-color: #f5f5f5;
    }
}