body {
    background-color: #F3F4F8;
    font-family: 'Manrope', sans-serif;
    color: #22252F;
    margin: 0;
    padding: 0;
}

.form-card {
    background-color: #E2E3EA;
    border-radius: 45px;
    padding: 80px 60px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    max-width: 1656px;
}

@media (min-width: 1600px) and (max-width: 1919px) {
    .form-card {
        max-width: 1400px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .form-card {
        padding: 80px 40px;
        max-width: 1304px;
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .form-card {
        padding: 80px 40px;
        max-width: 1080px;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .form-card {
        border-radius: 40px;
        padding: 60px 40px;
        max-width: 820px;
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media (min-width: 712px) and (max-width: 899px) {
    .form-card {
        padding: 40px 32px;
        max-width: 648px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (min-width: 600px) and (max-width: 711px) {
    .form-card {
        padding: 40px 20px;
        max-width: 552px;
        margin-top: 40px;
        margin-bottom: 40px;
        border-radius: 25px;
    }
}

@media (min-width: 451px) and (max-width: 599px) {
    .form-card {
        padding: 30px 16px;
        margin-top: 24px;
        margin-bottom: 24px;
        border-radius: 20px;
        max-width: 85%;
    }
}

@media (min-width: 360px) and (max-width: 450px) {
    .form-card {
        padding: 24px 12px;
        max-width: 350px;
        margin-top: 24px;
        margin-bottom: 24px;
        border-radius: 20px;
    }
}

h2 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 44px;
    line-height: 120%;
    letter-spacing: -2%;
    margin-bottom: 40px;
}

@media (max-width: 712px) {
    h2 {
        font-weight: 600;
        font-size: 40px;
    }
}

@media (max-width: 600px) {
    h2 {
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 0%;
    }
}

@media (min-width: 360px) and (max-width: 450px) {
    h2 {
        font-size: 24px;
        line-height: 32px;
    }
}

.step-title {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #22252F;
    margin: 40px 0 24px 0;
    gap: 24px;
}

@media (max-width: 712px) {
    .step-title {
        gap: 8px;
    }
}

@media (max-width: 600px) {
    .step-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
    }
}

@media (min-width: 360px) and (max-width: 450px) {
    .step-title {
        margin: 40px 0 14px 0;
        font-size: 18px;
        line-height: 24px;
        gap: 4px;
    }
}

@media (min-width: 360px) and (max-width: 1199px) {
    .col-lg-6 {
        width: 100%;
    }
}

.choice-card {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 40px;
    cursor: pointer;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

@media (min-width: 1601px) {
    .choice-card:first-child {
        margin-left: 40px;
    }
}

.choice-card.selected {
    border: 1px solid #2D333C;
}

.choice-card > * {
    flex-shrink: 0;
}

@media (min-width: 1200px) {
    .choice-card {
        width: 700px;
        height: 546px;
        padding: 20px 40px 60px 40px;
        gap: 32px;
        border-radius: 40px;
    }

    @media (min-width: 1600px) and (max-width: 1919px) {
        .choice-card {
            width: 624px;
        }
    }

    @media (min-width: 1400px) and (max-width: 1599px) {
        .choice-card {
            width: 596px;
        }
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .choice-card {
            width: 490px;
            height: 490px;
            padding: 0 40px 32px 40px;
            gap: unset;
        }
    }
}

@media (max-width: 1199px) {
    .choice-card {
        width: 740px;
        height: unset;
        padding: 20px 40px;
        gap: 12px;
        border-radius: 25px;
    }

    @media (min-width: 712px) and (max-width: 899px) {
        .choice-card {
            width: 584px;
            border-radius: 31px;
        }
    }

    @media (min-width: 600px) and (max-width: 711px) {
        .choice-card {
            width: 512px;
            border-radius: 25px;
        }
    }

    @media (min-width: 451px) and (max-width: 599px) {
        .choice-card {
            width: 100%;
            padding: 16px 40px;
            gap: 12px;
            border-radius: 20px;
        }
    }

    @media (min-width: 360px) and (max-width: 450px) {
        .choice-card {
            width: 326px;
            padding: 16px 40px;
            gap: 12px;
            border-radius: 20px;
        }
    }
}

.choice-card img {
    width:100%;
    object-fit:contain;
    height: 302px;
}

@media (min-width: 451px) and (max-width: 599px) {
    .choice-card img {
        height: 100%;
    }
}

@media (min-width: 360px) and (max-width: 450px) {
    .choice-card img {
        height: 152px;
    }
}

.form-check {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 0;
    padding: 0;
}

.form-check {
    margin: 0;
}

.form-check-input[type="radio"] {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    border-radius: 50%;
    border: 1.5px solid #8E8F9E;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    margin: 0;
    cursor: pointer;
    outline: none;
    box-shadow: none;
}

@media (min-width: 360px) and (max-width: 450px) {
    .form-check-input[type="radio"] {
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
    }
}

.form-check-input[type="radio"]:focus,
.form-check-input[type="radio"]:focus-visible,
.form-check-input[type="radio"]:active:focus {
    outline: none !important;
    box-shadow: none !important;
}

.form-check-input:not(:checked) {
    border-color: #8E8F9E;
}

.form-check-input[type="radio"]:checked {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3ccircle cx='12' cy='12' r='8' fill='%232D333C'/%3e%3c/svg%3e");
    border-color: #2D333C;
    background-color: transparent;
}

@media (max-width: 360px) {
    .form-check-input[type="radio"] {
        width: 20px;
        height: 20px;
    }

    .form-check-input[type="radio"]:checked {
        --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3ccircle cx='10' cy='10' r='6' fill='%232D333C'/%3e%3c/svg%3e");
        border-color: #2D333C;
        background-color: transparent;
    }
}

.form-check-input,
.form-check-label {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.form-check-label {
    cursor: pointer;
    user-select: none;
}

.form-check-label.form-label,
.form-label {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #22252F;
    padding-left: 4px;
}

@media (min-width: 360px) and (max-width: 450px) {
    .form-check-label.form-label,
    .form-label {
        font-size: 18px;
        line-height: 24px;
    }
}

.text-muted {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #6c757d;
    padding-left: 44px;
}

@media (max-width: 900px) {
    .text-muted {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (min-width: 360px) and (max-width: 450px) {
    .text-muted {
        font-size: 14px;
        line-height: 20px;
        padding-left: 0;
    }
}

.text-muted-info {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #7F808A;
    display: inline-block;
    padding-left: 60px;
}

@media (min-width: 712px) and (max-width: 900px) {
    .text-muted-info {
        padding-left: 40px;
    }
}

@media (min-width: 600px) and (max-width: 711px) {
    .text-muted-info {
        padding-left: 30px;
    }
}

@media (min-width: 451px) and (max-width: 599px) {
    .text-muted-info {
        padding-left: 30px;
    }
}

@media (min-width: 360px) and (max-width: 450px) {
    .text-muted-info {
        font-size: 14px;
        padding-left: 0;
    }
}

.btn-group {
    background: #FFFFFF;
    padding: 0;
    border-radius: 16px;
    margin-left: 56px;
}

@media (min-width: 712px) and (max-width: 900px) {
    .btn-group {
        margin-left: 36px;
    }
}

@media (min-width: 471px) and (max-width: 711px) {
    .btn-group {
        margin-left: 30px;
    }
}

@media (min-width: 451px) and (max-width: 470px) {
    .btn-group {
        margin-left: 10px;
    }
}

@media (min-width: 360px) and (max-width: 450px) {
    .btn-group {
        margin-left: 0;
    }
}

.btn-group .btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-group .btn {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 20px;
    border: none;
    color: #7F808A;
    border-radius: 16px;
    width: 88px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 16px!important;
}

.btn-group .btn-check:checked + .btn {
    background: transparent;
    color: #2D333C;
    border: 2px solid #2D333C;
}

.btn-group .btn-check:checked + .btn {
    color: #2D333C;
    border: 2px solid #2D333C;
    z-index: 2;
}

.btn-group .btn:not(:first-of-type)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 32px;
    background-color: #CED0DB;
    border-radius: 1px;
}

.btn-group .btn:first-child::before {
    display: none;
}

.btn-group .btn-check:checked + .btn::before {
    display: none;
}

.btn-group .btn:hover {
    color: #2D333C;
}

.btn-group .btn:first-child::before,
.btn-group .btn-check:checked + .btn::before {
    display: none;
}

@media (min-width: 360px) and (max-width: 450px) {
    .btn-group .btn {
        width: 84px;
        height: 60px;
        font-size: 18px;
        border-radius: 8px!important;
    }

    .btn-group .btn::before {
        height: 24px;
    }
}

.text-muted-info-addict {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #000;
    display: inline-block;
    padding-left: 60px;
}

@media (min-width: 712px) and (max-width: 900px) {
    .text-muted-info-addict {
        padding-left: 40px;
    }
}

@media (min-width: 451px) and (max-width: 711px) {
    .text-muted-info-addict {
        padding-left: 30px;
    }
}

@media (min-width: 360px) and (max-width: 450px) {
    .text-muted-info-addict {
        padding: 0;
        text-align: center;
    }
}

.slider-container {
    max-width: 350px;
    position: relative;
    margin-left: 60px;
}

@media (min-width: 712px) and (max-width: 900px) {
    .slider-container {
        margin-left: 40px;
    }
}

@media (min-width: 451px) and (max-width: 711px) {
    .slider-container {
        margin-left: 30px;
    }
}

@media (min-width: 360px) and (max-width: 450px) {
    .slider-container {
        margin-left: 0;
    }
}

.slider-label {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.custom-slider {
    width: 100%;
    height: 4px;
    -webkit-appearance: none;
    appearance: none;
    background: linear-gradient(to right, #2d333c 0%, #2d333c 50%, #dddddd 50%, #dddddd 100%);
    outline: none;
    border-radius: 8px;
    margin: 0.5rem 0 1rem 0;
    position: relative;
    z-index: 1;
}

.custom-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px!important;
    height: 12px!important;
    border-radius: 50%;
    background: #2d333c;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    transition: all 0.2s ease;
    border: 2px solid transparent;
    z-index: 2;
}

.custom-slider::-webkit-slider-thumb:active,
.custom-slider::-webkit-slider-thumb:focus {
    background: #e2e3ea;
    border: 2px solid #2d333c;
    box-shadow: 0 0 8px rgba(45, 51, 60, 0.5);
}

.custom-slider::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2d333c;
    cursor: pointer;
    border: 2px solid transparent;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    transition: all 0.2s ease;
    z-index: 2;
}

.custom-slider::-moz-range-thumb:active,
.custom-slider::-moz-range-thumb:focus {
    background: #e2e3ea;
    border: 2px solid #2d333c;
    box-shadow: 0 0 8px rgba(45, 51, 60, 0.5);
}

.slider-value {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: bold;
    color: #2D333C;
    line-height: 20px;
    letter-spacing: 0%;
    white-space: nowrap;
    z-index: 3;
    pointer-events: none;
    max-width: 100%;
    bottom: -2px;
    padding: 2px;
    background: #e2e3ea;
}

@media (min-width: 360px) and (max-width: 450px) {
    .slider-value {
        font-size: 16px;
    }
}

.slider-labels-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #8E8F9E;
    margin-top: -0.4rem;
    position: relative;
    z-index: 2;
}

@media (min-width: 360px) and (max-width: 450px) {
    .slider-labels-row {
        font-size: 16px;
    }
}

.slider-min-max span {
    flex: 0 0 auto;
}

.slider-value-wrapper {
    position: relative;
    flex: 1;
    text-align: center;
}

.condition-list {
    position: relative;
    margin-left: 50px;
}

@media (min-width: 712px) and (max-width: 900px) {
    .condition-list {
        margin-left: 40px;
    }
}

@media (min-width: 451px) and (max-width: 711px) {
    .condition-list {
        margin-left: 30px;
    }
}

@media (max-width: 600px) {
    .condition-list {
        margin-left: 30px;
    }
}

@media (min-width: 360px) and (max-width: 450px) {
    .condition-list {
        margin-left: 0;
    }
}

.condition-item {
    margin-bottom: 20px;
    align-items: center;
}

@media (max-width: 360px) {
    .condition-item {
        margin-bottom: 12px;
    }
}

.condition-item .form-check-label {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

@media (min-width: 451px) and (max-width: 711px) {
    .condition-item .form-check-label {
        font-size: 20px;
    }
}

@media (max-width: 450px) {
    .condition-item .form-check-label {
        font-size: 18px;
    }
}

@media (min-width: 451px) and (max-width: 599px) {
    .condition-item .form-check-input[type="radio"] {
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
    }
}

@media (max-width: 450px) {
    .condition-item .form-check-input[type="radio"] {
        width: 16px;
        height: 16px;
        min-width: 16px;
        min-height: 16px;
    }
}

.choice-card-arrow {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 40px;
    cursor: pointer;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

@media (min-width: 1601px) {
    .choice-card-arrow:first-child {
        margin-left: 40px;
    }
}

.choice-card-arrow.selected {
    border: 1px solid #2D333C;
}

.choice-card-arrow > * {
    flex-shrink: 0;
}

@media (min-width: 1200px) {
    .choice-card-arrow {
        width: 700px;
        height: 288px;
        padding: 0 40px 0 40px;
        border-radius: 40px;
    }

    @media (min-width: 1600px) and (max-width: 1919px) {
        .choice-card-arrow {
            width: 624px;
            height: 288px;
            padding: 0 40px 0 40px;
            border-radius: 40px;
        }
    }

    @media (min-width: 1400px) and (max-width: 1599px) {
        .choice-card-arrow {
            width: 596px;
        }
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .choice-card-arrow {
            width: 490px;
            height: 288px;
            padding: 0 40px 0 40px;
        }
    }
}

@media (max-width: 1199px) {
    .choice-card-arrow {
        width: 740px;
        height: 288px;
        padding: 20px 40px;
        border-radius: 25px;
    }

    @media (min-width: 712px) and (max-width: 899px) {
        .choice-card-arrow {
            width: 584px;
            height: 288px;
            padding: 0 40px;
        }
    }

    @media (min-width: 600px) and (max-width: 711px) {
        .choice-card-arrow {
            width: 512px;
            height: 288px;
            border-radius: 40px;
            padding: 0 40px;
        }
    }

    @media (min-width: 451px) and (max-width: 599px) {
        .choice-card-arrow {
            width: 100%;
            height: 200px;
            padding: 0 20px;
            gap: 0;
            border-radius: 20px;
        }
    }

    @media (min-width: 360px) and (max-width: 450px) {
        .choice-card-arrow {
            width: 326px;
            height: 160px;
            padding: 0 20px;
            gap: 0;
            border-radius: 20px;
        }
    }
}

.choice-card-arrow img {
    width: 620px;
    object-fit:contain;
    height: 200px;
}

@media (min-width: 1600px) and (max-width: 1919px) {
    .choice-card-arrow img {
        width: 544px;
        height: 200px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .choice-card-arrow img {
        width: 516px;
        height: 200px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .choice-card-arrow img {
        width: 410px;
        height: 200px;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .choice-card-arrow img {
        width: 660px;
        height: 200px;
    }
}

@media (min-width: 712px) and (max-width: 899px) {
    .choice-card-arrow img {
        width: 504px;
        height: 200px;
    }
}

@media (min-width: 600px) and (max-width: 711px) {
    .choice-card-arrow img {
        width: 432px;
        height: 200px;
    }
}

@media (min-width: 451px) and (max-width: 599px) {
    .choice-card-arrow img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 360px) and (max-width: 450px) {
    .choice-card-arrow img {
        width: 326px;
        height: 100px;
        margin-left: -30px;
    }
}

.choice-card-arrow .form-check label {
    font-size: 24px;
    line-height: 32px;
}

@media (min-width: 712px) {
    .choice-card-arrow .form-check label {
        font-size: 24px;
    }
}

@media (min-width: 600px) and (max-width: 711px) {
    .choice-card-arrow .form-check label {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (min-width: 451px) and (max-width: 599px) {
    .choice-card-arrow .form-check label {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (min-width: 360px) and (max-width: 450px) {
    .choice-card-arrow .form-check label {
        font-size: 14px;
        line-height: 20px;
    }
}

.btn-primary {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 20px;
    padding: 16px 60px;
    border-radius: 20px;
    background-color: #000000;
    border: none;
    color: white;
    cursor: pointer;
    transition: background-color 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #22252f!important;
    outline: none;
}

.btn-primary:disabled {
    background-color: #22252F;
    opacity: 0.6;
    cursor: not-allowed;
}

@media (min-width: 1200px) {
    .btn-primary {
        max-width: 360px;
        width: 100%;
        height: 60px;
        padding: 0;
    }
}

@media (min-width: 600px) and (max-width: 1199px) {
    .btn-primary {
        font-size: 20px;
        width: 100%;
        max-width: none;
        height: 64px;
    }
}

@media (min-width: 451px) and (max-width: 599px) {
    .btn-primary {
        font-size: 18px;
        width: 100%;
        max-width: none;
        height: auto;
        padding: 16px 60px;
    }
}

@media (min-width: 360px) and (max-width: 450px) {
    .btn-primary {
        width: 100%;
        font-size: 18px;
        height: 48px;
        padding: 0;
    }
}

.choice-more span {
    font-size: 20px;
    line-height: 24px;
    color: #7f808a;
}

.choice-more span a {
    color: #000000;
    text-decoration: none;
}

.choice-more span a:hover {
    color: #22252f;
}

#consultationModal .form-control {
    border-radius: 16px;
    padding: 0.75rem 20px;
    height: 52px;
    border: 1px solid white;
    background-color: white;
    color: #22252F;
    box-shadow: none !important;
    transition: border-color 0.2s ease;
    font-size: 18px;
    line-height: 28px;
}

#consultationModal textarea.form-control {
    height: 190px;
}

#consultationModal .form-control::placeholder {
    color: #7F808A;
    font-size: 18px;
    list-style: 28px;
}

#consultationModal .form-control:focus {
    border: 1px solid #22252F !important;
    box-shadow: none !important;
    color: #22252F;
}

.form-control.is-invalid {
    border-color: #EB3423;
    box-shadow: none;
}

.invalid-feedback {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #dc3545;
    margin-top: 0.25rem;
}

#consultationModal .form-control:not(:placeholder-shown) {
    color: black;
}

#consultationModal .form-control.is-invalid {
    border: 1px solid #EB3423 !important;
    box-shadow: none !important;
    background-image: none !important;
}

.btn-submit {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 20px;
    padding: 16px 60px;
    border-radius: 20px;
    background-color: #000000;
    border: none;
    color: white!important;
    cursor: pointer;
    transition: background-color 0.2s ease;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    width: 100%;
    margin-top: 16px;
}

.btn-submit:hover,
.btn-submit:active,
.btn-submit:focus {
    background-color: #22252f!important;
    outline: none;
}

.btn-submit:disabled {
    background-color: #22252F;
    cursor: not-allowed;
}

.modal-icon {
    text-align: center;
    margin-bottom: 1.5rem;
}

.modal-custom {
    width: 729px;
    max-width: 729px;
    border-radius: 40px;
    background: #F3F4F8;
    align-items: normal
}

.modal-header {
    border-bottom: none;
    padding-bottom: 0;
    position: relative;
}

.modal-header .btn-close {
    font-size: 32px;
    color: #2D333C;
    z-index: 10;
    top: 30px;
    right: -80px;
    position: absolute;
}

.modal-content {
    border: none;
    width: 500px;
    margin: 0 auto;
    background: #F3F4F8;
}

.modal-body {
    padding-top: 28px;
    padding-bottom: 28px;
}

.modal-title {
    font-family: 'Manrope', sans-serif;
    font-weight: bold;
    font-size: 32px;
    color: #2D333C;
    line-height: 40px;
}

.modal-subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #8E8F9E;
    margin-top: 0.25rem;
}

.form-label {
    font-size: 16px;
    line-height: 24px;
    color: #2D333C;
}

@media (min-width: 712px) and (max-width: 899px) {
    .modal-custom {
        width: 660px;
        max-width: 660px;
    }

    .modal-header .btn-close {
        top: 30px;
        right: -50px;
    }
}

@media (min-width: 600px) and (max-width: 711px) {
    .modal-custom {
        width: 564px;
        max-width: 564px;
        border-radius: 32px;
    }

    .modal-header .btn-close {
        top: 30px;
        right: 0;
    }
}

@media (max-width: 599px) {
    .modal-custom {
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        margin: 0;
    }

    .modal-custom .modal-content {
        width: 343px;
    }

    .modal-header .btn-close {
        top: 30px;
        right: -20px;
        font-size: 17px;
    }

    .modal-body {
        padding-top: 42px;
        padding-bottom: 32px;
    }

    .modal-title {
        font-size: 24px;
        line-height: 32px;
    }

    .modal-subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    .form-label {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (min-width: 360px) and (max-width: 450px) {
    .modal-header .btn-close {
        top: 30px;
        right: 20px;
        font-size: 17px;
    }

    #consultationModal .form-control {
        border-radius: 8px;
        padding: 0.75rem 8px;
        height: 44px;
        font-size: 14px;
        line-height: 20px;

    }

    #consultationModal textarea.form-control {
        height: 120px;
    }

    .btn-submit {
        margin-top: 52px;
    }
}