@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* CSS Variables for Callback Booking Styles */
:root {
    --dp-primary: #0f172a;
    /* slate-900 for headings */
    --dp-text: #1f2937;
    /* gray-800 */
    --dp-muted: #6b7280;
    /* gray-500 */
    --dp-border: #e5e7eb;
    /* gray-200 */
    --dp-gray-100: #f3f4f6;
    --dp-green: #85AD4D;
    /* approximate to screenshot */
    --dp-green-strong: #85AD4D;
    --dp-white: #ffffff;
}

#landingtower-multi-step-form .lt-step {
    display: none;
}

#landingtower-multi-step-form .lt-step.active {
    display: block;
}

.form-wrapper {
    max-width: 694px;
    margin: 0 auto;
}

.form-inner-content {
    border-radius: 32px;
    margin-top: 24px;
}

.inner-box {
    border-radius: 24px;
}

.section-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0px !important;
    text-align: center;
    vertical-align: middle;
    color: #1F2937 !important;
    margin: 0;
    margin-bottom: 20px;
}

.section-title span {
    text-transform: capitalize;
}

.sub-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #1F2937 !important;
    margin: 0;
    margin-bottom: 24px;
}

.range-amount {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0px !important;
    text-align: center;
    vertical-align: middle;
    color: #7A9F47 !important;
    margin: 0;
    margin-bottom: 34px;
}

.range-footer {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-top: 18px;
    color: #1F2937;
}

label.form-check-label {
    display: flex;
    flex-direction: column;
}

.radio-content {
    padding: 24px;
    border: 1px solid #9BA2AE;
    width: 100%;
    border-width: 1px;
    border-radius: 16px;
    height: 100%;
}

.radio-content-language {
    height: 80px;
}

.radio-content-language .form-check {
    display: flex;
    align-items: center;
}

.radio-content-language .form-check label {
    padding-top: 0 !important;
}

.radio-content:hover,
.radio-content label:hover {
    cursor: pointer;
}

.form-footer-content h2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #1F2937;
}

.form-footer-content h5 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #1F2937;
}

.f-content {
    box-shadow: 0px 1px 2px 0px #0000000F;
    box-shadow: 0px 1px 3px 0px #0000001A;
    height: 120px;
    border-radius: 32px;
    padding: 12px;
    background: rgba(247, 249, 251, 1);
    align-content: center;
}

.form-footer-content {
    padding: 0 20px;
    margin-top: 25px;
}

.l-form-header button {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #1F2937;
    border: 0;
    background-color: unset;
    padding-left: 0;
}

.l-form-header a {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-decoration: none !important;
    border-bottom: 2px solid #1F2937 !important;
    color: #1F2937 !important;
}

.l-form-header .d-flex {
    margin-bottom: 16px;
}

.text-center.msf-logo {
    margin-top: 24px;
}

button.lt-next.btn.btn-primary,
button.lt-submit.btn.btn-primary {
    width: 100%;
    height: auto;
    min-height: 56px;
    min-width: 180px;
    border-radius: 100px;
    opacity: 1;
    padding: 16px 24px;
    background: #85AD4D;
    border: 0;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 100%;
}

button.lt-next.btn.btn-primary:disabled,
button.lt-submit.btn.btn-primary:disabled {
    color: #9EC26D;
    background: #E1EECA;
}

#landingtower-multi-step-form .form-check-input[type=radio] {
    height: 32px;
    width: 32px;
    border-radius: 100%;
    background: #F2F3F5;
    border: 0;
    margin-right: 15px;
}

#landingtower-multi-step-form .form-check-input:focus {
    box-shadow: unset;
}

button.lt-prev::before {
    content: url('../img/arrow-left-regular.svg');
    position: relative;
    top: 3px;
    margin-right: 8px;
}

.l-form-header .progress {
    background: #E4E6EA !important;
    height: 14px;
    border-radius: 8px;
}

.l-form-header .progress-bar {
    background-color: #85AD4D;
}

.form-range::-webkit-slider-thumb {
    background-color: #85AD4D !important;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-top: -12px;
}

.custom-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 10px;
    background: #dee2e6;
    outline: none !important;
}

/* Progress-filled part (green before thumb) */
.custom-range::-webkit-slider-runnable-track {
    height: 12px;
    background: linear-gradient(to right, #85AD4D 0%, #85AD4D var(--val, 0%), #dee2e6 var(--val, 0%), #dee2e6 100%);
    border-radius: 10px;
}

.form-inner-content input.form-control,
.form-inner-content select.form-select {
    max-width: 300px !important;
    height: 48px !important;
    border: 1px solid #CAD4E0 !important;
    margin: 0 auto !important;
    box-shadow: 0px 1px 2px 0px #0000000D !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #64748A !important;
}

.dop-wrapper .col-md-4:nth-child(2) {
    padding: 0;
}

.dop-wrapper {
    width: 80%;
    margin: 0 auto;
}

.choose-time-wrapper {
    width: 57%;
    margin: 0 auto;
}

.enter-phone-content .form-check {
    margin-bottom: 15px;
}


.enter-phone-content {
    background: #F7F9FB;
    padding: 16px;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.enter-phone-content p {
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: normal;
    text-align: justify;
    vertical-align: middle;
    color: #1E293B;

}

.enter-phone-content a {
    color: #1E293B !important;
}

.lt-step.ent-phone p a {
    color: #1E293B;
}

.ent-phone input.form-check-input {
    width: 18px;
    height: 18px;
    border: 1px solid #1E293B;
    border-radius: 0;
    background-color: unset;
}

.ent-phone input.form-check-input:checked {
    background: url('../img/icon-check-green.svg');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.last-entp {
    background: #F7F9FB;
    padding: 16px;
    margin-top: 15px;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
    margin-bottom: 0;
}

.one-more-thing-wrapper input {
    min-width: 100%;
}

.one-more-thing-wrapper {
    max-width: 460px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.one-more-thing-wrapper .form-group:first-child {
    margin-bottom: 20px;
}

.one-more-thing-wrapper label {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #1E293B;
}


.congratulation-content h5 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.congratulation-content p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #1F2937;
    margin-bottom: 25px;
}

.load-id {
    max-width: 275px;
    height: 160px;
    background: #F7F9FB;
    margin: 0 auto;
    padding: 16px;
    border-radius: 8px;
    text-align: center;
    align-content: center;
}

.loan-id-ah {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    background: #F7F9FB;
    margin-top: 32px;
    margin-bottom: 32px;
}

.loan-id-ah-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.loan-id-ah-flex h5 {
    margin-bottom: 0;
}

.load-id p,
.loan-id-ah p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #64748A;
}

.load-id h2,
.loan-id-ah h2 {
    font-family: Roboto Slab;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    color: #1E293B;
    background: #E1E7EF;
    padding: 8px 24px;
    border-radius: 8px;
    background-image: url('../img/copy.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 16px 16px;
    position: relative;
}

.load-id h5,
.loan-id-ah h5 {
    font-family: Roboto Slab;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #000000;
}

.loan-id-ah h5 {
    color: #475569 !important;
}

.loan-id-ah h2 {
    padding: 8px 52px 8px 24px;
    background-position: calc(100% - 24px) center;
}

.loan-id-ah p {
    margin-bottom: 0;
}

.choose-time-wrapper h5 {
    color: #1F2937;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.choose-time-wrapper-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-self: stretch;
    width: 100%;
}

.choose-time-wrapper-inner .input-s-d:before,
.choose-time-wrapper-inner .input-s-t:before {
    right: 16px;
}

@media (max-width: 480px) {
    .choose-time-wrapper-inner {
        grid-template-columns: 1fr;
    }
}

.verify-content .right {
    border-left: 1px solid #D0D4DA;
    padding: 25px;
}

.verify-content .left h3 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #85AD4D;
}

.verify-content .left h2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #374151;
}

.verify-content .left {
    align-content: center;
}

.congratulation-content p span,
.submit-content p span {
    color: #67863C;
    font-weight: 600;
}

.submit-content h5 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 25px;
    color: #374151;
}

.submit-content h5::before {
    content: url('../img/icon-warning.svg');
    margin-right: 5px;
}

.submit-content p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #1F2937;
}

.submit-content-bellow .col-md-6:first-child {
    padding-right: 0;
}

.submit-content-bellow {
    max-width: 416px;
    margin: 0 auto;
}

h2.section-title.submit-s::before {
    content: url('../img/icon-checked.svg');
    position: relative;
    right: 5px;
}

.choose-time-wrapper .col-md-6:first-child {
    padding-right: 0;
}

.radio-content label.form-check-label {
    font-family: "Inter", sans-serif;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 100%;
    color: #1F2937;
    padding-top: 5px;
    word-break: break-word;
}

.radio-content label.form-check-label span {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 100%;
    color: #1F2937 !important;
    padding-top: 15px;
}

.radio-content .form-check input:checked {
    background: #E1EECA !important;
    background-image: url('../img/icon-check-green.svg') !important;
    background-repeat: no-repeat !important;
    background-position: 6px 6px !important;
}

.lt-radio-wrapper {
    max-width: 656px;
    margin: 0 auto !important;
}

.icon-form-mobile {
    text-align: center;
    display: none;
}

p.s-btn-info-msg {
    padding: 8px 20px;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 24px;
    color: #6B7280;
}

p.s-btn-info-msg span {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-decoration: underline;
}

p.btn-info-msg {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #6B7280;
    margin-top: 24px;
    margin-bottom: 20px;
}

.annual-income-info img {
    margin-top: 5px;
    margin-right: 10px;
}

.annual-income-info {
    background: #F7F9FB;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px;
    margin-top: 24px;
    border-radius: 8px;
}

.annual-income-info p {
    margin-bottom: 0;
}

.show-validation-message {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #DB2626;
    margin-top: 30px;
}

.show-validation-message:before {
    content: url('../img/icon-xmark.svg');
    position: relative;
    top: 2px;
    right: 3px;
}

#loan-id-copy-1.show-copy::after,
#loan-id-copy-2.show-copy::after {
    content: "copy";
    font-size: 12px;
    color: green;
    position: absolute;
    top: -5px;
    right: 3px;
}

.lt-email {
    background-image: url('../img/email.svg') !important;
    background-repeat: no-repeat !important;
    background-position: 10px !important;
    padding-left: 35px !important;
}

.ent-phone input.form-control {
    background-image: url('../img/icon-call.svg') !important;
    background-repeat: no-repeat !important;
    background-position: 10px !important;
    padding-left: 35px !important;
}

div#av_section_1,
div#av_section_2,
div#av_section_3 {
    background-color: white;
}

div#av_section_2 {
    padding-bottom: 0;
}

#show-dyamic-dates,
#show-dyamic-time,
#show-callback-dates,
#show-callback-time {
    margin-top: 5px;
}

.available-date,
.available-time {
    border: 1px solid #9BA2AE;
    border-radius: 30px;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    display: flex;
    justify-content: space-between;
    color: #1F2937;
    padding: 16px 24px;
    color: #1F2937;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 100px;
}

.available-time {
    justify-content: center;
}

.available-date.selected,
.available-time.selected {
    background: #85AD4D;
    color: #fff !important;
    border: 1px solid #85AD4D;
}

.available-date.selected span,
.available-time.selected span {
    color: #fff !important;
}

.available-date.disabled,
.available-time.disabled {
    background: #E4E6EA;
    pointer-events: none;
}

#show-dyamic-dates .col-md-6:first-child .available-date,
#show-callback-dates .col-md-6:first-child .available-date,
.available-date.today {
    background-image: url('../img/star-sharp.svg');
    background-repeat: no-repeat;
    background-position: 24px 16px;
    color: #D87706;
    padding-left: 48px;
}

div#show-dyamic-dates .col-md-6:first-child .available-date span {
    color: #1F2937;
}

.input-s-d,
.input-s-t {
    position: relative;
}

.input-s-d:before {
    content: url('../img/date.svg');
    position: absolute;
    right: 5px;
    z-index: 1;
    top: 15px;
}

span.loan-afforable {
    background-image: url(../img/amount-borrow-bg.svg);
    background-size: 100% 100%;
    color: #fff;
    font-family: Inter;
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    padding: 40px;
    background-position: center;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

span.payment-per-month {
    background-image: url(../img/amount-borrow-bg-pm.svg);
    background-size: 100% 100%;
    color: #fff;
    font-family: Inter;
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    padding: 40px;
    background-position: center;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.box-with-id-header p {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #1F2937;
}

.box-with-id-header {
    background: #F2F9E5;
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 30px;
}

.rt-border {
    width: 200px;
    text-align: center;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 32px;
    height: 1px;
    background: #D0D4DA;
}

.box-with-id h2 {
    font-family: Inter;
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #67863C !important;
}

.box-with-id h5 {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #1F2937;
    padding: 0 10px;
    margin-bottom: 20px;
}

.box-pl h5 {
    margin-bottom: 40px;
}

.gform-wrap.thank-content .section-title {
    max-width: 610px;
    margin: 0 auto;
    margin-bottom: 20px;
    line-height: 120%;
}

.box-b-right {
    border-right: 1px solid #D0D4DA;
}

.box-pr {
    padding-right: 25px;
}

.box-pl {
    padding-left: 25px;
}

.lt-step.ent-phone .form-group {
    max-width: 300px;
    margin: 0 auto;
}

.form-group {
    margin-top: 32px;
}

.input-s-t::before {
    content: url('../img/time.svg');
    position: absolute;
    right: 5px;
    z-index: 1;
    top: 15px;
}

.label-t {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #93A2B7;
    margin-top: 5px;
}

.gform-custom-footer {
    height: auto !important;
    margin: 24px auto !important;
    max-width: 694px !important;
    width: 100% !important;
}


.gform-custom-footer .card {
    background: #F7F9FB !important;
    height: auto !important;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1) !important;
    height: 100% !important;
}

.gform-custom-footer .card.align-items-center.justify-content-center {
    height: 100% !important;
}

.gform-custom-footer .card .card-body .title-text {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1F2937 !important;
    font-family: "Inter", sans-serif !important;
    margin-bottom: 8px;
    text-wrap: wrap;
}

.gform-custom-footer .card .card-body .description-text {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #1F2937 !important;
    font-family: "Inter", sans-serif !important;
    margin-bottom: 0;
}

.lt-navigation {
    margin-top: 24px;
}

.footer-nav-mobile {
    padding: 0 !important;
}

.footer-nav-mobile .container {
    width: 100% !important;
    max-width: 100% !important;
}

.footer-nav-mobile .footer-heading {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.footer-nav-mobile .footer-heading::after {
    right: 24px !important;
}

.footer-nav-mobile ul {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.template-page {
    padding-bottom: 24px !important;
}

.p-24 {
    padding: 24px !important;
}

#sms-error,
#phone-error {
    color: #D32F2F;
    display: none;
    align-items: center;
    justify-content: center;
}

#sms-success,
#phone-success {
    color: #85AD4D;
    display: none;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .choose-time-wrapper .col-md-6:first-child {
        padding-right: 10px;
    }

    .icon-form-mobile {
        display: block;
    }

    .congratulation-content h5::before {
        display: none;
    }

    .submit-content h5::before {
        display: none;
    }

    .f-content {
        margin-bottom: 15px;
    }

    .l-form-header a {
        display: none;
    }

    .l-form-header .justify-content-between {
        justify-content: center !important;
    }

    .section-title {
        font-size: 30px;
    }

    .range-amount {
        font-size: 30px;
    }

    .form-inner-content input.form-control,
    .form-inner-content select.form-select {
        margin-bottom: 10px;
    }

    .dop-wrapper .col-md-4:last-child .form-select {
        margin-bottom: 0;
    }

    .dop-wrapper {
        width: 100%;
    }

    .choose-time-wrapper {
        width: 100%;
    }

    .form-inner-content input.form-control {
        max-width: 100%;
    }

    .verify-content .right {
        border-left: 0;
        border-top: 1px solid #D0D4DA;
        margin-top: 15px;
    }

    .submit-content-bellow .col-md-6:first-child {
        padding-right: 10px;
    }

    .dop-wrapper .col-md-4:nth-child(2) {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .radio-content {
        padding: 10px;
        padding-top: 20px;
    }

    .input-s-d input,
    .input-s-t input {
        min-width: 100%;
    }

    div#av_section_1 {
        padding-top: 0;
    }

    main.template-page.content.av-content-full.alpha.units {
        padding-top: 15px;
    }

    p.s-btn-info-msg {
        margin: 20px auto 24px auto;
    }

    .foot-col-1 {
        margin-bottom: 0px !important;
    }

    .box-pr {
        padding-right: 0;
    }

    .box-pl {
        padding-left: 0;
    }

    .box-b-right.box-pr {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {

    .content,
    .sidebar {
        padding-top: 16px;
    }

    .text-copyright {
        text-align: justify;
    }

    #av_section_1 {
        padding: 16px 0 !important;
    }
}

@media (max-width: 480px) {

    #landingtower-multi-step-form,
    .l-form-header {
        padding: 0 15px;
    }
}

/* Hide both by default */
.desktop-only,
.mobile-only {
    display: none;
}

/* Show desktop version on medium and up */
@media (min-width: 768px) {
    .desktop-only {
        display: flex;
        justify-content: space-between;
    }
}

/* Show mobile version on small screens */
@media (max-width: 767.98px) {
    .mobile-only {
        display: flex;
        justify-content: space-between;
    }
}

.co-applicant .btn-outline-primary {
    min-width: 180px;
    opacity: 1;
    padding: 16px 24px;
    border-radius: 100px;
    border-width: 1px;
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #1F2937;
    border-color: #1F2937;
}

.co-applicant button.btn.btn-outline-primary:hover,
button#donot-have-co-applicant.active {
    background: #85AD4D;
    border: 1px solid #85AD4D;
    color: #fff;
}

.co-applicant .btn-outline-primary.selected {
    background: #85AD4D;
    border: 1px solid #85AD4D;
    color: #fff;
}


#booking-continue-button {
    margin-top: 48px;
    width: 100% !important;
}

.load-more-wrapper .load-more-btn {
    color: #1F2937;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    text-align: center;
    border: none;
    display: flex;
    justify-content: center;
}

.lt-translation-link a,
.lt-translation-link label {
    text-decoration: none !important;
}

a.glink {
    text-decoration: none !important;
}

/* Callback Booking Thank You Styles */
.dp-callback-thank-you h2 {
    color: var(--gray-800, #1F2937);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
}

.dp-callback-thank-you p {
    color: var(--dp-text);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dp-callback-thank-text {
    margin-bottom: 0;
}

.dp-callback-thank-grid {
    max-width: 922px;
    margin: 0 auto 0 auto;
    gap: 44px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;

}

.dp-callback-thank-video {
    aspect-ratio: 90/123;
    width: 100%;
    margin: auto;
    position: relative;
    max-width: 510px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dp-callback-thank-video video {
    border-radius: 12px;
}

.dp-callback-thank-content {
    flex-shrink: 0;
    max-width: 500px;
}

.dp-callback-info-shadow {
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    padding: 0 12px 12px 12px;
}

.dp-callback-info-content {
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    padding: 48px 32px;

}

.dp-callback-schedule-title {
    color: var(--gray-800, #1F2937) !important;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
}

.dp-callback-schedule-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 32px auto;
    background: #F7F9FB;
    border-radius: 16px;
    padding: 32px;
}

.dp-callback-detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 !important;
}

.dp-callback-detail-item svg {
    flex-shrink: 0;
}

.dp-callback-detail-item span {
    color: var(--gray-800, #1F2937);
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.dp-callback-calendar-section {
    text-align: center;
}

.dp-calendar-add-title {
    color: var(--gray-800, #1F2937) !important;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    margin-bottom: 12px;
}

.dp-calendar-add-description {
    color: #1F2937 !important;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px !important;
}

.dp-calendar-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}

.dp-calendar-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 24px;
    border-radius: 100px;
    border: 1px solid #1F2937;
    background: var(--dp-white);
    color: var(--dp-text) !important;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.dp-calendar-button:hover {
    border-color: var(--dp-green);
    background: var(--dp-green);
    color: var(--dp-white) !important;
    transition: all 0.3s ease;
}

.dp-calendar-button svg {
    flex-shrink: 0;
}

@media (max-width: 800px) {
    .dp-callback-thank-grid {
        flex-direction: column-reverse;
    }

    .dp-callback-thank-video {
        padding-top: 0px;
    }
}

@media (max-width: 768px) {

    .dp-callback-info-content {
        padding: 32px 24px;
    }

    .dp-callback-schedule-title {
        font-size: 28px;
    }

    .dp-calendar-add-title {
        font-size: 24px;
    }
}

@media (max-width: 520px) {
    .dp-callback-info-content {
        padding: 24px 16px;
    }

    .dp-callback-schedule-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .dp-callback-schedule-details {
        gap: 16px;
        margin-bottom: 32px;
    }

    .dp-callback-detail-item {
        padding: 12px 16px;
    }

    .dp-callback-detail-item span {
        font-size: 16px;
    }

    .dp-calendar-add-title {
        font-size: 20px;
    }

    .dp-calendar-add-description {
        font-size: 14px;
    }

    .dp-calendar-button {
        font-size: 16px;
        padding: 14px 20px;
    }
}

@media (max-width: 400px) {
    .dp-callback-info-shadow {
        background: none;
        box-shadow: none;
        padding: 0;
    }

    .dp-callback-info-content {
        border-radius: 0;
        background: none;
        box-shadow: none;
        padding: 0;

    }
}
.loader {
    width: 25px;
    height: 25px;
    border: 3px solid #FFF;
    border-bottom-color: #85AD4D !important;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
	margin-bottom: -8px;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 