﻿#quote-carousel
{
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

#quote-carousel .carousel-control
{
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left
{
    left: -12px;
}
#quote-carousel .carousel-control.right
{
    right: -12px !important;
}
#quote-carousel .carousel-indicators
{
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li
{
    background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active
{
    background: #333333;
}
#quote-carousel img
{
    width: 250px;
    height: 100px
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

body {
    display: flex;
    flex-direction: column;
    height: 100% !important;
}
.footer {
    display: flex;
    width: 100%;
    height: 11%;
    background: #F1F5F6;
    left: 0;
    right: 0;
    color: #000000;
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 39px !important;
    align-items: center !important;
}
.content {
    position: relative;
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
}
.header-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
    gap: 16px;
    background: #FFFFFF;
    border-radius: 24px;
}
.flex-row {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-direction: column;
}
.slogan-wrapper {
    margin-top: 30px;
    margin-left: 25%;
    margin-right: 25%;
    margin-bottom: 30px;
    max-width: 50%;
    height: fit-content;
    text-align: center;
}
.slogan {
    font-family: 'Inter';
    word-break: break-word;
    white-space: normal;
    opacity: 0.5;
    color: #161D36;
    font-style: normal;
    font-size: 18px;
}
.how-to-apply {
    margin-left:20% !important;
    margin-top: 5%;
    max-width: 60%;
    padding: 10px;
}
.pseudo-button {
    background: #FFFFFF;
    border: 1px transparent;
    border-radius: 50px !important;
    padding: 10px;
}
.title-text {
    width: 1078px !important;
    height: 150px;
    left: calc(50% - 1078px/2 + 1px);
    font-size: 48px;
    align-items: center;
    text-align: center;
    font-family: 'Inter' !important;
    font-style: normal !important;
}
.big-text {
    width: 1078px !important;
    height: 280px;
    left: calc(50% - 1078px/2 + 1px);
    top: 100px;
    font-size: 48px;
    align-items: center;
    text-align: center;
    font-family: 'Inter' !important;
    font-style: normal !important;
}
.mb {
    margin-bottom: 20px;
}
.mb-2 {
    margin-bottom: 40px;
}
.mt-2 {
    margin-top: 40px;
}
.help-carousel {
    padding: 10px;
    border: 1px solid #E2E5EE;
    box-shadow: 16px 20px 36px rgba(0, 0, 0, 0.1);
    border-radius: 20px 20px 20px 0px;
}
.city {
    width: 1200px;
    height: 600px;
    background-image: url("/Content/images/city.svg");
    background-repeat: no-repeat;
}
.city-text {
    width: 436px;
    height: 90px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #E2E5EE;
    padding: 10px;
    box-shadow: -16px 20px 36px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6px);
    border-radius: 20px 20px 20px 20px;
}
.quote {
    height: 220px;
    padding: 20px;
}
.image-wrapper img {
    position: absolute;
    left: 0;
    bottom: -280px;
}
.faq-slider-header {
    font-size: 20px;
}
.faq-slider-text {
    font-size: 16px;
}