.header-gray {
    background-color: #ebf0f3;
}
.header-gray h2 {
    font-size: 16px;
    color: #0a51a1;
    line-height: 21px;
    margin-bottom: 15px;
    font-weight: bold;
    font-family: 'roboto';
    text-transform: uppercase;
}
.header-gray .header__intro__text p {
    /* margin-bottom: 30px; */
}
.header-gray .header__intro__img {
    margin-bottom: 40px;
}
.howto {
    padding: 80px 0;
}
.howto .howto-container {
    position: relative;
}
.howto .howto__item {
    margin-bottom: 40px;
}
.howto .howto-title {
    font-family: 'crimson';
    font-size: 36px;
    color: #000303;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
    margin-bottom: 60px;
}
.howto .howto__icon {
    background-color: #d8e1e8;
    border-radius: 100%;
    width: 185px;
    height: 185px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.howto .howto__title {
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
    font-family: 'roboto';
    font-size: 18px;
    color: #000303;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
}
@media (min-width: 567px) {
    .howto-container .howto__line-container {
        position: absolute;
        width: 100%;
        top: 176px;
        display: flex;
        justify-content: center;
   }
    .howto-container .howto__line-container .howto__line {
        width: 80%;
        height: 2px;
        background-color: #d8e1e8;
   }
    .howto-container .howto__item {
        margin-bottom: 0;
   }
    .howto-container .howto__icon {
        background-color: #d8e1e8;
        border-radius: 100%;
        width: 150px;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
   }
}
@media (min-width: 992px) {
    .howto-container .howto__icon {
        width: 185px;
        height: 185px;
   }

   .howto-container .howto__line-container {
        top: 193px;
    }
}
.swiper-reviews {
    width: 90%;
    height: 100%;
    margin: 0 auto;
}
.swiper-slide {
   /* Center slide text vertically */
}
.reviews {
    padding: 70px 0;
}
.reviews .review {
    /* padding: 0 35px; */
}
.reviews .review__quote {
    position: relative;
    padding-left: 60px;
    padding-right: 15px;
    font-size: 14px;
    color: #0a51a1;
    line-height: 26px;
    text-align: left;
}

.reviews .review__quote:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 25px;
    width: 37px;
    height: 18px;
    background-image: url(../../assets/images/quote.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.reviews .review__author {
    padding-top: 25px;
    padding-left: 60px;
    font-family: 'roboto';
    font-weight: bold;
    font-size: 15px;
    color: #0a51a1;
    letter-spacing: 0;
    line-height: 18px;
}


@media (min-width: 567px) {
    .reviews .review__quote {
        font-size: 20px;
        padding-left: 80px;
    }

    .reviews .review__quote:before {
        height: 28px;
    }

    .reviews .review__author {
        padding-left: 80px;
    }
}

.swiper-reviews-next:after {
    color: #0a51a1;
    font-size: 31px;
    outline: none;
}
.swiper-reviews-prev:after {
    color: #0a51a1;
    font-size: 31px;
    outline: none;
}

/* .show-form {
    display: none;
} */

.simulator__title {
    font-size: 36px;
    line-height: 40px;
}

@media (min-width: 567px) {

    .simulator__title {
        font-size: 56px;
        line-height: 56px;
    }
}

#simulator {
    background-color: #EBF0F3;
}

#simulator .berekeningsimulatie {
    background-color: #EBF0F3;
}


.hide-loan {
    display: none;
    opacity: 0;
}

.show-loan {
    display: block;
    opacity: 1;
    transition: opacity 1s;
}

.loan-form__title {
    padding: 85px 0 50px 0;
}

.swiper-container-slider {
    position: relative;
}

.landingspagina-nav {
    background-color: white;
}

.hamburger-landingspagina {
    height: 100%;
    cursor: pointer;
}

.contact-form-hide {
    display: none;
}

.contact-form-show {
    display: block;
}

.hide-form {
    display: none;
}

.hide-button {
    display: none;
}

/* .loan-form-hide {
    display: none;
} */
