@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes pop-in {
    0% {
        transform: translate(-50%,-50%) scale(.5);
        opacity: 0
    }

    to {
        transform: translate(-50%,-50%) scale(1);
        opacity: 1
    }
}

@keyframes pop-out {
    0% {
        transform: translate(-50%,-50%) scale(1);
        opacity: 1
    }

    to {
        transform: translate(-50%,-50%) scale(0);
        opacity: 0
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

:root {
    --primary-btn-color: #DE6E4B;
    --primary-btn-color-hover: #e09f3e;
    --secondary-btn-color: #063e6c;
    --secondary-btn-color-hover: #15436C;
    --standard-border-color: #d2d2d2;
    --standard-title-color: #042d4e;
    --error-color: #f56c6c
}

.location-disabled {
    pointer-events: none;
    opacity: .5;
    filter: grayscale(100%)
}

@font-face {
    font-family:"Geomanist-Regular";src:url(../fonts/geomanist-regular-webfont.woff)format("woff");font-weight:400;font-style:normal
}

@font-face {
    font-family:"Geomanist-Bold";src:url(../fonts/Geomanist-Bold.woff2)format("woff");font-style:normal
}

@font-face {
    font-family:"Geomanist-Medium";src:url(../fonts/geomanist-medium.woff2)format("woff");font-weight:700;font-style:normal
}

@font-face {
    font-family:"Geomanist-Book";src:url(../fonts/Geomanist-Book.otf)format("opentype");font-weight:400;font-style:normal
}

body {
    margin: 0
}

body,html {
    height: 100%;
    width: 100%
}

#footer {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    color: #fff;
    text-align: center;
    padding: 1rem;
    z-index: -9
}

body,h2 {
    font-family: Geomanist-Regular,serif
}

::placeholder {
    font-family: Geomanist-Regular,Serif
}

.container {
    max-width: 90vw;
    margin: auto;
    text-align: center
}

.step-wrapper {
    width: 100%;
    max-width: 600px;
    padding-bottom: 2rem
}

.step-indicator {
    display: flex;
    justify-content: center;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    gap: 25px;
}

.step > span:first-child {
    transition: background-color .2s ease-in-out;
    cursor: pointer;
}

.step:not(.active) > span:first-child {
    cursor: not-allowed;
}

.step.active > span:first-child:hover{
    background-color: #d4ddf1;
    border-color: #d4ddf1;
}

.step-click-disabled{
    pointer-events: none;

    &:hover{
        cursor: not-allowed;
    }
}

.form-btn-back,.step {
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out
}

.form-btn-back {
    display: inline-flex;
    width: 150px;
    height: 45px;
    background: #fff;
    border-radius: 25px;
    color: var(--secondary-btn-color);
    border: 1px solid #fff;
    font-weight: 700;
    font-size: 1.2rem;
    cursor: pointer;
    margin: 0 auto 20px;
    padding: 0 10px;
    line-height: 1.2;
    font-family: Geomanist-Regular,Serif
}

.form-btn-back span {
    font-size: 12px;
    line-height: 1.2
}

.step {
    width: 100%;
    max-width: 75px;
    min-width: 75px;
    position: relative;
    color: #fff;
    display: flex
}

.step::after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 94%;
    height: 2px;
    background: #fff;
    top: 21px;
    left: -64%
}

.step:first-child::after {
    content: none
}

.step.active {
    color: #fff
}

.step.active::after {
    background: #fff
}

.step-number {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: 0 0;
    border-radius: 50%;
    margin-bottom: 10px;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 700
}

.step.active .step-number {
    background: #fff;
    color: var(--secondary-btn-color)
}

.step span {
    margin-top: 6px
}

.step-content {
    display: none;
    max-width: 1280px;
    margin: auto;
    padding: 2rem
}

.step span,.step-content.active {
    display: block
}

.form-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 100px;
    position: relative;
    padding: 1rem 2rem;
    align-content: center
}

.form-header a {
    position: absolute;
    left: 20px;
    color: var(--secondary-btn-color);
    text-decoration: none;
    transition: all .4s ease-in-out;
    font-size: 20px
}

.header-logo-img {
    width: 200px!important;
    align-self: center!important;
    margin: auto!important;
    cursor: pointer
}

.form-header a:hover {
    color: var(--primary-btn-color)
}

.form-hero-1 {
    padding-top: 2rem;
    padding-bottom: 4rem;
    background-color: var(--secondary-btn-color);
    background-image: url(../img/plus-bg.svg);
    margin-bottom: -5rem
}

.form-hero-1-b {
    background-color: #fff
}

section {
    display: flex;
    justify-content: center
}

.form-hero-1-wrap {
    text-align: center;
    padding-bottom: 2rem
}

.form-hero-1-title,button.location-btn-next {
    color: #fff;
    font-family: Geomanist-Regular,serif
}

.form-hero-1-title {
    letter-spacing: 1.2px;
    font-weight: light
}

.location-hero {
    padding-bottom: 5rem
}

.location-top-wrap {
    display: flex;
    flex-direction: row;
    width: 100%
}

#aanhef,.appointment-top-wrap div,.location-top-wrap div,section {
    width: 100%
}

.location-top-circle-img {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: -1rem;
    margin-top: -5rem;
    margin-bottom: 2rem
}

.appointment-top-circle-img img,.location-top-circle-img img {
    border-radius: 200px;
    box-shadow: rgba(99,99,99,.2)0 2px 8px 0
}

.location-wrap {
    border-radius: 20px;
    border: 1px solid var(--standard-border-color);
    background-color: #fff;
    padding: 2rem;
    position: absolute;
    width: 57vw;
    min-width: 1000px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: left
}

.location-bottom-img {
    height: 100%;
    max-width: 920px
}

.location-bottom-locations-wrap,.location-bottom-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px
}

.location-bottom-img img,img.appointment-bottom-appointment-img {
    width: 100%;
    border-radius: 20px;
    height: 490px;
    object-fit: cover
}

.location-bottom-locations-wrap {
    flex-direction: column
}

.location-bottom-location {
    background-color: #f0f3f6;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 1rem;
    align-items: center
}

.location-bottom-location:hover {
    cursor: pointer;
    background-color: #f0f3f6
}

.location-bottom-location-t-wrap {
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px
}

.location-bottom-location-t-wrap h2 {
    margin: 0 40px 0 0;
    font-size: 20px;
    font-family: Geomanist-Book;
    color: #012240
}

.location-bottom-location-icon-loca .fa-location-dot {
    color: var(--primary-btn-color-hover);
    margin-right: 0
}

.location-bottom-location-icon-loca {
    margin-right: 40px;
    color: #696969;
    font-size: 20px
}

button.location-btn-next {
    background-color: var(--primary-btn-color);
    border: 1px solid var(--primary-btn-color);
    border-radius: 50px;
    font-weight: bolder;
    transition: all .3s ease-in-out;
    cursor: pointer;
    font-size: 18px;
    padding: 11px 25px;
    -webkit-tap-highlight-color: transparent
}

button.location-btn-next:hover {
    background: var(--primary-btn-color-hover);
    border-color: var(--primary-btn-color-hover)
}

.appointment-wrap {
    width: 57vw;
    min-width: 1000px;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid var(--standard-border-color);
    padding: 2rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto
}

.appointment-top-circle-img {
    display: flex;
    justify-content: flex-end;
    margin-right: -1rem;
    margin-top: -5rem;
    margin-bottom: 2rem
}

.appointment-bottom-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.pageButton {
    border-radius: 50px
}

.appointment-title {
    color: var(--standard-title-color);
    width: 100%;
    max-width: 390px;
    margin: 0;
    font-size: 30px;
    text-align: center
}

.appointment-subtitle {
    width: 100%;
    max-width: 450px;
    font-size: 18px;
    text-align: center;
    color: #696969
}

.appointment-bottom-appointment-t-p>* {
    text-align: left;
    margin-bottom: 1rem
}

.appointment-bottom-appointment-t-p,button.form-btn-next {
    font-family: Geomanist-Regular
}

.appointment-bottom-appointment-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 2rem
}

.appointment-bottom-appointment-img-t-wrap {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center
}

.appointment-bottom-appointment {
    background-color: #f0f3f6;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem
}

.appointment-bottom-appointment:hover {
    background-color: #f0f3f6;
    cursor: pointer
}

img.appointment-bottom-appointment-img {
    max-width: 100px;
    height: 100px
}

.appointment-bottom-appointment-t-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.appointment-bottom-appointment-t-h2 {
    text-align: left
}

.appointment-bottom-appointment-t-p {
    margin: 0;
    padding-top: 1rem;
    text-align: left
}

.appointment-btn-next {
    border: 0;
    cursor: pointer;
    font-family: Geomanist-Regular,serif;
    transition: background-color .3s ease-in-out;
    font-size: 18px;
    font-weight: 700
}

.appointment-btn-next:hover,button.form-btn-next:hover {
    background-color: var(--primary-btn-color-hover)
}

.form-hero-image {
    width: 50%;
    padding-right: 2rem
}

.form-hero-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: rgba(99,99,99,.2)0 2px 8px 0
}

.form-card-wrap {
    width: 50%;
    display: flex;
    justify-content: center
}

.form-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    padding: 2rem;
    max-width: 500px;
    width: 75vw;
    margin-bottom: 4rem
}

.form-card h1,.form-group label {
    color: var(--standard-title-color)
}

.form-card h1 {
    margin-bottom: 1.5rem
}

.form-group {
    margin-bottom: 1rem;
    text-align: left;
    width: 100%;
    gap: .5rem
}

.form-row {
    display: flex;
    gap: 1rem
}

#firstName,#lastName {
    flex-basis: 40%
}

.form-group label {
    font-weight: 700
}

.form-group input,.form-group select {
    width: 100%;
    padding: .75rem;
    border: 1px solid var(--standard-border-color);
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 16px
}

button.form-btn-next {
    width: 100%;
    background-color: var(--primary-btn-color);
    border: 0;
    border-radius: 50px;
    padding: .75rem;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer
}

button.form-btn-next:disabled {
    background-color: #ccc;
    cursor: not-allowed
}

.review-summary-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    border-radius: 20px;
    margin: 2rem auto;
    max-width: 800px
}

#dateOfBirth,.review-card {
    width: 100%;
    background-color: #fff
}

.review-card {
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    padding: 2rem;
    max-width: 500px
}

.card h1 {
    margin-bottom: 1.5rem;
    text-align: center
}

.card h1,.card p,.summary-card h2 {
    color: var(--standard-title-color)
}

.card p {
    font-size: 16px;
    margin-bottom: .75rem
}

.card span {
    font-weight: 700
}

.card button:hover,.confirmation-card button:hover {
    background-color: var(--primary-btn-color)
}

.summary-card {
    width: 90%;
    max-width: 700px;
    padding: 2rem;
    border: 1px solid var(--standard-border-color);
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    margin: 2rem auto;
    font-family: Arial,sans-serif;
    display: none;
    flex-direction: column
}

.summary-card h2 {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 1.5rem
}

.summary-card p {
    margin-bottom: 3rem
}

.tile-container {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: center;
    width: 100%
}

.summary-tile {
    background-color: #f2f3f7;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    width: calc(50% - 1rem);
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start
}

@media (max-width:600px) {
    .tile-container {
        flex-direction: column;
        gap: .5rem;
        width: 100%;
        padding: 0
    }

    .summary-tile {
        width: 100%
    }

    .info-card {
        max-height: 90svh;
        width: 100svw;
        overflow-y: scroll;
        top: 50% !important;
        /*background-color: #ffe0e0;*/
    }
}

.confirmation-card {
    width: 640px;
    padding: 1rem 3rem 3rem;
    border: 2px solid var(--standard-border-color);
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    margin: -3rem auto 3rem
}

.confirmation-card h2,.confirmation-card h3 {
    text-align: center;
    color: var(--standard-title-color);
    margin-bottom: 20px
}

.confirmation-card h3 {
    font-weight: lighter
}

.confirmation-card p {
    color: #555;
    margin-bottom: 20px
}

.confirmation-card button {
    display: block;
    width: 100%;
    background-color: var(--secondary-btn-color);
    border: 0;
    border-radius: 50px;
    padding: .75rem;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background-color .3s ease-in-out
}

input.error,select.error {
    border: 1px solid var(--error-color)
}

.phoneNumberCard {
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    margin: auto
}

.phoneNumberCard h2 {
    text-align: center;
    color: #036;
    margin-bottom: 20px
}

.phoneNumberCard a {
    text-decoration: none;
    color: #15436c;
    font-weight: 700
}

#dateOfBirth {
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #d2d2d2;
    color: #000;
    box-shadow: none;
    transition: border .3s ease-in-out
}

#dateOfBirth:focus {
    border-color: #000;
    outline: 0
}

#dateOfBirth::placeholder {
    font-family: Geomanist-Regular,serif
}

.flatpickr-calendar .flatpickr-day.selected {
    background: var(--secondary-btn-color)!important;
    color: #fff!important
}

#dateOfBirth.error {
    border: 1px solid var(--error-color)
}

.extraInformationButton {
    background-color: #fff;
    border: 1px solid #012240;
    border-radius: 50px;
    height: 55px;
    padding: 0 2rem;
    color: #012240;
    transition: all .3s ease-in-out;
    cursor: pointer;
    font-family: Geomanist-Regular;
    font-weight: 700;
    font-size: 18px;
    width: 192px;
    -webkit-tap-highlight-color: transparent
}

.extraInformationButton:hover {
    border-color: #15436c;
    color: #15436c
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    z-index: 1000;
    backdrop-filter: blur(2px)
}

.info-card {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem;
    background-color: white;
    border-radius: 20px;
    z-index: 1001;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add some shadow for better visuals */
    font-family: Geomanist-Regular;
    font-size: 20px;
    width: 620px; /* Adjust the width as needed */
    max-width: 90%;
}

.info-card-body {
    color: #696969;
    padding-bottom: .5rem
}

.form-btn-next {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #f26363;
    color: #fff;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.form-btn-next:hover {
    background-color: #e05252
}

@media only screen and (max-width:768px) {
    .location-top-wrap {
        flex-direction: column;
        align-items: center
    }

    .location-top-circle-img {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 1rem;
        display: flex;
        justify-content: center
    }

    .location-bottom-wrap {
        flex-direction: column;
        gap: 15px
    }

    .location-bottom-img img {
        height: auto;
        max-height: 300px
    }

    .location-bottom-img>img {
        border-radius: 20px
    }

    .location-top-circle-img {
        display: none
    }

    .location-bottom-locations-wrap {
        max-width: 87vw
    }

    .form-card {
        width: 95vw
    }
}

@media only screen and (max-width:1200px) {
    .appointment-wrap,.location-wrap {
        width: 95%;
        min-width: unset;
        padding: 1rem;
        text-align: left
    }

    .appointment-btn-wrap {
        flex-direction: column
    }

    .appointment-btn-next {
        width: 100%
    }

    .location-top-wrap {
        flex-direction: column;
        align-items: center
    }

    .location-top-circle-img {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 1rem;
        justify-content: center
    }

    .location-bottom-wrap {
        flex-direction: column;
        gap: 15px
    }

    .location-bottom-img img {
        height: auto;
        max-height: 300px;
        border-radius: 20px
    }

    .location-bottom-location {
        width: 100%
    }

    .extraInformationButton {
        height: 50px;
        width: 100%
    }

    .appointment-top-circle-img,.location-top-circle-img {
        display: none
    }

    .step-indicator {
        transform: scale(.9)
    }

    .appointment-title {
        font-size: 24px;
        margin-top: 10px;
        margin-bottom: -10px
    }

    .appointment-bottom-appointment-t-p {
        text-align: left;
        margin-bottom: 1rem
    }

    .confirmation-card,.summary-card {
        width: 90vw
    }
}

@media only screen and (max-width:700px) {
    .form-hero-1 {
        width: 100vw
    }

    .appointment-bottom-appointment-img-t-wrap,.appointment-bottom-appointment-t-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: .8rem
    }

    .appointment-bottom-appointment-t-h2 {
        text-align: center!important
    }

    .appointment-bottom-appointment-t-p {
        text-align: center
    }

    .appointment-bottom-appointment {
        flex-direction: column;
        align-items: center
    }

    .appointment-bottom-appointment-img {
        width: 100%;
        max-width: 200px;
        height: 200px;
        object-fit: cover;
        border-radius: 20px
    }

    .appointment-btn-wrap {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0 1rem;
        align-items: center
    }

    .extraInformationButton {
        margin-left: 0;
        max-width: 100%
    }

    .appointment-btn-next {
        margin-right: 0;
        flex: 1;
        max-width: 100%;
        text-align: right;
        background-color: #f4594b;
        color: #fff;
        padding: .5rem 1rem;
        border-radius: 50px;
        display: flex;
        align-items: center
    }

    .appointment-btn-next img {
        margin-left: .5rem
    }

    .appointment-bottom-appointment-t-h2 {
    }

    .appointment-bottom-appointment-img {
        display: none
    }
}

@media only screen and (max-width:500px) {
    .appointment-bottom-appointment-t-h2 {
        text-align: center
    }

    .step-indicator {
        transform: scale(.8)
    }

    .appointment-title {
        font-size: 20px
    }

    .form-hero-1-wrap {
        padding-bottom: 0
    }
}

.appointment-btn-wrap {
    display: flex;
    justify-content: flex-start;
    gap: 1rem
}

.appointment-btn-next,.extraInformationButton {
    margin-top: 0;
    margin-bottom: 0
}

.appointment-btn-next {
    background-color: var(--primary-btn-color);
    color: #fff;
    padding: .5rem 1rem;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-tap-highlight-color: transparent
}

.form-group {
    display: flex;
    flex-direction: column;
    max-width: 500px
}

.age-ear-section-container {
    max-width: none
}

.age-check-subtitle,.age-ear-subtitle,.hearing-aid-replacement-subtitle {
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    color: #696969
}

.age-check-options,.age-ear-age-group-options,.age-ear-operation-options {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.age-check-options label,.age-ear-age-group-options label,.age-ear-operation-options label,.hearing-aid-replacement-options label {
    font-weight: 400!important;
    color: #000
}

.age-check-btn-radio,.age-ear-btn-radio,.hearing-aid-btn-radio {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 2px solid var(--standard-border-color);
    border-radius: 50px;
    background-color: #fff;
    cursor: pointer;
    transition: border-color .2s;
    width: 100%;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.age-check-btn-radio:hover,.age-ear-btn-radio:hover,.hearing-aid-btn-radio:hover {
    border-color: var(--secondary-btn-color)
}

.age-check-btn-radio input[type=radio],.age-ear-btn-radio input[type=radio],.hearing-aid-btn-radio input[type=radio] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid var(--secondary-btn-color);
    border-radius: 50%;
    outline: 0;
    cursor: pointer;
    position: relative;
    margin-right: 15px;
    transition: all .3s ease;
    transform: scale(1)
}

.age-check-btn-radio input[type=radio]:hover,.age-ear-btn-radio input[type=radio]:hover,.hearing-aid-btn-radio input[type=radio]:hover {
    transform: scale(1.1);
    border-color: #043156
}

.age-check-btn-radio input[type=radio]:checked::before,.age-ear-btn-radio input[type=radio]:checked::before,.hearing-aid-btn-radio input[type=radio]:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    width: 12px;
    height: 12px;
    background-color: var(--secondary-btn-color);
    border-radius: 50%;
    animation: pop-in .5s ease forwards
}

.age-check-btn-radio input[type=radio]:checked,.age-ear-btn-radio input[type=radio]:checked,.hearing-aid-btn-radio input[type=radio]:checked {
    transform: scale(1);
    border-color: #062b47
}

.age-check-btn-radio input[type=radio]:not(:checked)::before,.age-ear-btn-radio input[type=radio]:not(:checked)::before,.hearing-aid-btn-radio input[type=radio]:not(:checked)::before {
    animation: pop-out .3s ease
}

.age-check-btn-radio input[type=radio]:focus,.age-ear-btn-radio input[type=radio]:focus,.hearing-aid-btn-radio input[type=radio]:focus {
    border-color: #032744
}

.age-check-card {
    margin-bottom: 8rem
}

.summary-subtitle {
    text-align: center
}

.summary-tile-title {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-family: Geomanist-Book,serif;
    color: #042d4e;
    font-size: 18px
}

.summary-title-icon {
    background-color: #fff;
    padding: 10px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-btn-color)
}

button {
    transition: background-color .2s ease-in-out
}

#submit-button {
    background-color: #46a43b;
    height: 50px;
    font-size: 1.2rem
}

#submit-button p {
    font-size: 180px;
    font-weight: 700;
    color: #fff
}

#submit-button:hover {
    background-color: #3a8e32
}

.card-close-btn {
    height: 30px !important;
    width: 30px !important;
    background-color: #cacaca;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2rem;
    border: none;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    aspect-ratio: 1/1;
    padding: 0 !important;

    & > i{
        padding: 0;
    }
}

.card-close-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.card-close-btn:hover {
    background-color: #b3b3b3
}

.card-close-btn:focus {
    outline: 0
}

.card-close-btn:active {
    background-color: #a6a6a6
}

.info-card h2 {
    margin-top: 2px;
    color: #012240
}

.hearing-aid-replacement-options {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.overlay.fade-out {
    animation: fadeOut 0s ease
}

@media (max-width:515px) {
    .location-bottom-location {
        flex-direction: column;
        padding-bottom: 10px
    }

    .location-btn-next {
        width: 100%;
        margin-top: 5px
    }

    .location-bottom-location-t-wrap {
        width: 100%
    }
}