body {
    background: #454E6B;
    font-family: Stolzl, serif;

    display: flex;
    min-height: 100vh;
    flex-direction: column;

    max-width: 1366px;
    padding: 50px 100px 0 100px;
    margin: 0 auto;
    color: white;
}

button, input, optgroup, select, textarea {
    font-family: Stolzl, serif;
}

main {
    flex: 1 0 auto;
    margin-bottom: 218px;
}

nav {
    background: none;
    box-shadow: none;
}

a {
    color: rgba(255, 255, 255, 0.5);

}

.page-footer {
    background: none;
    box-shadow: none;
}

.page-footer img {
    margin-bottom: 32px;
}

.page-footer .footer-copyright {
    background: none;
}

.page-footer .row .col {
    padding-right: 0;
}

.page-footer .row:first-child {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.get-promised-payment__message {
    font-size: 49px;
}

.get-promised-payment__form input {
    background-color: white !important;
    border-radius: 20px 0 0 20px !important;
    width: 82% !important;
    color: rgba(13, 92, 240, 0.5);
    text-align: center;
    font-size: 22px !important;
}

.get-promised-payment__form input:focus {
    box-shadow: none !important;
}

.get-promised-payment__form input::placeholder {
    text-align: center;
    font-size: 22px;
    color: rgba(13, 92, 240, 0.5);
}

.get-promised-payment__form .prefix {
    width: 18%;
    box-shadow: none;
    border-radius: 0 20px 20px 0;
    background: rgba(13, 92, 240, 1);
    font-size: 22px;
    top: 0;
    height: 85%;
    text-transform: uppercase;
}

.get-promised-payment__form .prefix {
    color: white !important;
}

.text-decoration-underline {
    text-decoration: underline;
}

.payment-types {
    font-size: 28px;
}

.get-promised-payment__info .col {
    padding-left: 0;
    padding-right: 0;
}

.services {
    background-color: white;
    color: rgba(13, 92, 240, 1);
    border-radius: 50px;
    box-shadow: -32px 32px 0 rgba(18, 92, 251, 0.6);
    font-size: 24px;
    padding: 33px 78px;
}

.tabs {
    background: none;
}

.tabs .indicator {
    background: rgba(13, 92, 240, 1);
}

.tabs .tab a {
    text-transform: none !important;
    color: rgba(13, 92, 240, 1);
    font-size: 22px;
    padding: 0;
}

.tabs .tab a.active {
    background: none !important;
    color: rgba(13, 92, 240, 1);
}

.tabs .tab a:hover {
    color: rgba(13, 92, 240, 1);
}

.services .title {
    font-size: 42px;
}

.request-form input {
    border-bottom: 1px solid rgba(13, 92, 240, 0.5) !important;
    text-align: center;
    color: rgb(13, 92, 240);
    font-size: 22px !important;
}

.request-form input::placeholder {
    color: rgba(13, 92, 240, 0.5);
    font-size: 22px;
}

.request-form input:focus {
    box-shadow: none !important;
}

.request-form button {
    background: rgba(13, 92, 240, 1);
    box-shadow: none;
    text-transform: none;
    height: 72px;
    width: 365px;
    border-radius: 20px;
    margin-top: 42px;
    font-size: 20px;
}

.request-form button:hover,
.request-form button:focus {
    background: rgba(13, 92, 240, 1);
    box-shadow: none;
}

.select2-container {
    width: 100% !important;
    padding: 0;
}

.select2.select2-container .select2-selection {
    border-radius: unset;
    border: none;
    border-bottom: 1px solid rgba(13, 92, 240, 0.5);
    height: 37px;
}

.select2.select2-container .select2-selection:focus {
    outline: none;
}

.select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgb(13, 92, 240) !important;
    font-size: 22px;
    font-weight: normal !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: rgba(13, 92, 240, 0.5) transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent rgba(13, 92, 240, 0.5) transparent;
    border-width: 0 4px 5px 4px;
}

ul.select2-results__options li {
    color: rgba(47, 47, 47, 1) !important;
}

ul.select2-results__options li:hover {
    background: rgba(13, 92, 240, 0.2) !important;
    color: rgba(47, 47, 47, 1) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: rgba(13, 92, 240, 0.2) !important;
}

ul.select2-results__options li:nth-child(1),
ul.select2-results__options li:nth-child(8),
ul.select2-results__options li:nth-child(13),
ul.select2-results__options li:nth-child(19) {
    font-weight: bold !important;
    color: rgba(13, 92, 240, 1) !important;
}

.material-tooltip {
    padding: 10px 15px;
    border-radius: 60px;
}

.tooltip-message {
    color: rgba(13, 92, 240, 1);
}

.mb-12 {
    margin-bottom: 12px;
}

.spinner-blue-only {
    border: white;
}

/* Absolute Center Spinner */
#loader {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
#loader:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

#loader .spinner-border {
    width: 5em;
    height: 5rem;
}

.g-recaptcha {
    display: inline-block;
    padding-top: 15px;
}

@media only screen and (max-width: 992px) {
    body {
        padding: 24px;
        font-size: 12px;
    }

    main {
        margin-bottom: 40px;
    }

    .brand-logo img {
        max-width: 50%;
    }

    .page-footer img {
        margin-bottom: 16px;
        max-width: 50%;
    }

    .get-promised-payment__message {
        font-size: 24px;
    }

    .get-promised-payment__form input {
        border-radius: 20px !important;
        width: 100% !important;
        font-size: 14px !important;
    }

    .get-promised-payment__form input::placeholder {
        font-size: 14px;
    }

    .payment-types {
        font-size: 16px;
    }

    .get-promised-payment__info {
        font-size: 12px;
    }

    .get-promised-payment__info .prefix {
        box-shadow: none;
        border-radius: 20px;
        background: rgba(13, 92, 240, 1);
        font-size: 18px;
        text-transform: uppercase;
        max-width: 142px;
        width: 100%;
        height: 44px;
    }

    .slider .slides {
        background-color: white;
        box-shadow: -24px 49px 73px rgba(23, 18, 43, 0.55);
        border-radius: 10px;
    }

    .slider .slides li {
        padding-right: 16px;
        padding-left: 16px;
    }

    .slider .slides li p {
        color: rgba(13, 92, 240, 1);
        font-size: 14px;
        margin: 5px;
    }

    .slides li p.title {
        font-size: 22px;
        background-color: rgba(13, 92, 240, 1);
        color: white !important;
        text-align: center;
        text-decoration-line: underline;
    }

    .slider .slides li img {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        max-height: 186px;
        max-width: 186px;
    }

    .slider .indicators .indicator-item.active {
        background-color: rgba(13, 92, 240, 1);
    }

    .request-form input {
        font-size: 14px !important;
    }

    .request-form input::placeholder {
        font-size: 14px;
    }

    .request-form button {
        height: 44px;
        max-width: 100%;
        border-radius: 20px;
        margin-top: 24px;
        font-size: 16px;
    }

    .select2-selection__placeholder,
    .select2-container--default .select2-selection--single .select2-selection__rendered  {
        font-size: 14px;
    }
}
