.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.navbar {
    align-items: normal;
}

.button:hover {
    color: #fff;
}

.video-lightbox-wrapper:hover {
    color: #4e5d78;
}

.container {
    margin-left: initial;
    margin-right: initial;
    padding-left: initial;
    padding-right: initial;
}

a:hover {
    color: inherit;
}

.apply-start {
    margin: 0 auto;
    background: rgba(247,250,254, 0.6);
    max-width: 648px;
    display: block;
    width: 100%;
    text-align: left;
    padding: 24px;
    color: #2C2D36;
}

.apply-start.inactive {
    position: relative;
}

.apply-start.inactive::after {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -22px;
    content: "";
    display: block;
    background: rgba(255,255,255,0.4);
}

.apply-start.inactive .form-submit {
    display: none !important;
}

.apply-start:not(.inactive) .form-activate {
    display: none !important;
}

.apply-start.inactive .form-activate {
    position: relative;
    z-index: 20;
}

.apply-start .slider-group {
    margin-bottom: 20px;
}

.slider-group .slider {
    background: none;
    border: none;
    position: relative;
    z-index: 1;
}

.slider-group .slider-container {
    height: 33px;
    margin: 10px auto;
    position: relative;
}

.slider-group .slider-container .slider-track-bg {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 13px;
    height: 8px;
    border-radius: 4px;
    background: #f5af86;
}

.slider-group .slider .ui-slider-range {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 13px;
    height: 8px;
    border-radius: 4px;
    background: #F55219;
}

.slider-group .slider-container .slider-container-inside {
    margin-right: 100px;
}

.slider-group .slider .ui-slider-handle {
    height: 33px;
    line-height: 33px;
    background: #5EA3DA;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    width: 116px;
    color: #fff;
    text-align: center;
    border: none;
    position: relative;
    top: 0;
    cursor: move;
}

.slider-group .slider .ui-slider-handle i {
    position: absolute;
    top: 0;
    height: 33px;
    line-height: 33px;
    font-size: 15px;
}

.slider-group .slider .ui-slider-handle i.fa-chevron-left {
    left: 6px;
}

.slider-group .slider .ui-slider-handle i.fa-chevron-right {
    right: 6px;
}

.w-form-formradioinput--inputType-custom {
    border-radius: 3px;
    cursor: pointer;
}

.radio-button.w--redirected-checked {
    border-color: #5ea3da;
    background-color: #5ea3da;
    background-image: url(../images/icon-check-small.svg);
    background-position: 50% 50%;
    background-size: auto;
    border-width: 1px;
}

@media (max-width:768px) {
    .apply-start .d-flex > * {
        width: 50%;
    }
}

.apply-start .disclaimer {
    font-size: 11.3px;
    line-height: 15px;
}

.profile-overview {
    margin: 0 auto;
    background: rgba(94,163,218,0.05);
    max-width: 648px;
    display: block;
    width: 100%;
    text-align: left;
    padding: 72px 24px 24px;
    padding: 24px 24px 24px;
    color: #2C2D36;
    font-weight: 700;
    font-size: 15px;
}

.profile-overview .profile-pic-container {
    position: relative;
    width: 92px;
    height: 92px;
    margin-bottom: 12px;
}

.profile-overview .profile-pic-container .profile-pic {
    width: 92px;
    height: 92px;
    border: 1px solid #F55219;
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position:center center;
    background-size: cover;
}

.profile-overview .segment-info {
    display: inline-block;
    width: 150px;
    text-align: center;
}

.profile-overview .segment-info img {
    display: block;
    width: 100px;
    height: auto;
    margin: 0 auto 12px;
}

.profile-overview, .apply-start {
    position: relative;
    margin-bottom: 44px;
    padding-bottom: 44px;
    box-sizing: border-box;
}

.profile-overview .button-container, .apply-start .button-container {
  /*  position: absolute;
    bottom: -22px;*/
    left: 0;
    right: 0;
}

.mbl-progress-bar {
    position: relative;
    height: 40px;
}

.mbl-progress-bar .track-container {
    height: 8px;
    border-radius: 4px;
    background: #f5af86;
}

.mbl-progress-bar .track-container .track-filled {
    height: 8px;
    border-radius: 4px;
    background: #F55219;
}

.mbl-progress-bar label {
    position: absolute;
    top: 10px;
    line-height: 19px;
}

.mbl-progress-bar label.left {
    left: 0;
}

.mbl-progress-bar label.center {
    width: 100px;
    margin-left: -50px;
    text-align:center;
    top: -20px;
}

.mbl-progress-bar label.right {
    left: auto;
    right: 0;
}

.credits-accordion .accordion-button {
    background: none !important;
    box-shadow: none !important;
}

.loading {
    position: relative;
}

.loading::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: rgba(255,255,255,0.5) url('../images/loading.gif') no-repeat center center;
}

/* Tooltip container */
.mbl-tooltip {
    position: relative;
}

/* Tooltip text */
.mbl-tooltip .tooltiptext {
    visibility: hidden;
    width: 280px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    border-radius: 6px;
    font-family: 'Open Sans', sans-serif !important;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -140px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 0.8rem;
}

/* Tooltip arrow */
.mbl-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.mbl-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

input[disabled="disabled"][type="text"], input[disabled="disabled"][type="number"], input[disabled="disabled"][type="email"] {
    background: #e3e3e3 !important;
}

/*
.select2-container--default .select2-selection--single {
    height: 44px;
    min-width: 130px;
    margin-bottom: 0px;
    padding: 0px 12px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(44, 45, 54, 0.17);
    border-radius: 5px;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    font-size: 14px;
    line-height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
    text-align: left;
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
*/

.position-relative {
    position: relative;
}

.hidden-file-upload {
    position: relative;
}

.hidden-file-upload input[type="file"] {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.card-preview {
    width: 335px;
    height: 240px;
    background: url(../images/card-bg.jpg) no-repeat center center;
    color: #fff;
    padding: 135px 32px 0;
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 2px;
    text-shadow: 0 0 3px rgb(0 0 0 / 75%);
    background-size: contain;
    margin: 20px auto;
    position: relative;
}

.card-preview img {
    position: absolute;
    top: 67px;
    right: 17px;
}

.document-template-iframe {
    width: 100%;
    overflow: scroll;
    height: 400px;
    margin: 0 0 20px;
}

input.sms-code {
    font-size: 40px;
    line-height: 70px;
    height: 70px;
    max-width: 240px;
    display: block;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 20px;
}

button[disabled] {
    cursor: not-allowed;
    opacity: 0.7;
}

.grid-info .double {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

#ui-datepicker-div {
    z-index: 20 !important;
}

.anaf-table {
    position: relative;
    width: 100%;
}

.anaf-table table td {
    font-size: 14px;
    line-height: 19px;
    padding: 0 20px 0 0;
    text-align: left;
    vertical-align: middle;
    min-width: 190px;
    height: 44px;
    border-bottom: 1px solid #ebecf0;
}

.anaf-table .table-left {
    width: 300px;
    z-index: 2;
    position: relative;
    padding-bottom: 30px;
}

.anaf-table .table-left td {
    width: 300px;
    background: #fff;
    font-weight: 700;
}

.anaf-table .table-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-left: 300px;
    z-index: 1;
}

.w-tab-content {
    padding-top: 8px;
    padding-bottom: 8px;
}


.mdc-text-field {
    width: 100%;
}

@media (max-width: 768px) {
    .anaf-table .table-left {
        width: 200px;
    }

    .anaf-table .table-left td {
        width: 200px;
    }

    .anaf-table .table-right {
        padding-left: 200px;
    }


}

.search-results p i {
    font-weight: 700;
    font-style: normal;
    background: #FFE700;
}

ul.breadcrumbs {
    list-style: none;
    display: block;
    margin: 0 0 10px;
    padding: 0;
}

ul.breadcrumbs li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

ul.breadcrumbs li::after {
    display: inline-block;
    content: "»";
    margin: 0 10px;
}

ul.breadcrumbs li:last-child::after {
    display: none;
    content: "";
    margin: 0;
}

@media(max-width: 768px) {
    .container-large {
        width: 96%;
    }

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

    .card-preview {
        width: 86vw;
        height: 61.61vw;
        line-height: 24px;
        padding-top: 35vw;
        padding-left: 5vw;
        font-size: 13px;
    }

    .tab-button-white {
        padding: 6px 9px;
    }

    .tabs-menu-buttons.padded {
        text-align: center;
    }
}



#footer .mbl-footer-row {
    margin-bottom: 0.5rem;
}

#footer .mbl-footer-row::after {
    clear: both;
    content: "";
    display: block;
}

#footer .mbl-footer-row .mbl-footer-col-1 {
    float: left;
    width: 15%;
    text-align: right;
    font-size: 0.85rem;
}

#footer .mbl-footer-row .mbl-footer-col-2 {
    float: left;
    width: 83%;
    margin-left: 2%;
    font-size: 12px;
}

@media(max-width: 768px) {
    #footer .mbl-footer-row .mbl-footer-col-1, footer .mbl-footer-row .mbl-footer-col-2 {
        float: none;
        margin-left: 0;
        width: 100%;
        text-align: left;
    }
}

.footer-1-bottom-row.v2 {
    margin-top: 20px;
    padding-top: 20px;
}

.footer-1 {
    paddinb-bottom: 20px;
}

.footer-1-top {
    margin-bottom: 30px;
}

table.bc-history-table {
    width: 100%;
    text-align: center;
    border-spacing: 3px;
    border-collapse: separate;
}

table.bc-history-table th {
    background: #ebecf0;
    font-weight: 400;
    padding: 3px;
}

table.bc-history-table td {
    background: #f5f6fa;
    font-weight: 400;
    padding: 3px;
}

table.bc-history-table td span {
    background: #45464a;
    color: #fff;
    font-weight: 600;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    display: inline-block;
}

table.account-table {
    width: 100%;
    text-align: center;
    border-spacing: 5px;
    border-collapse: separate;
    margin: 0;
}

table.account-table th {
    background: #ebecf0;
    font-weight: 400;
    padding: 5px;
}

table.account-table td {
    background: #ebecf0;
    font-weight: 400;
    padding: 5px;
}

.navbar-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}

body:not(.simple-view) {
    padding-top: 80px;
}

@media screen and (max-width:768px){
    body:not(.simple-view) {
        padding-top: 120px;
    }
}

body.simple-view {
    padding: 20px 0;
}

body.scrolled-down .navbar-container {
    position: fixed;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

body.scrolled-down .navbar-container .navbar {
    min-height: 50px;
}

body.simple-view .breadcrumbs {
    display: none;
}

section.pay-info {
    background: url('../images/pattern-bg.png');
    padding: 5.1rem 0 6.67rem;
}

section.pay-info h3 {
    margin: 0 0 1.56rem;
    color: #0089d0;
    font-weight: 400;
    font-size: 1.98rem;
    line-height: 2.24rem;
    font-family: 'Montserrat', sans-serif;
}

section.pay-info p {
    color: #292929;
    font-size: 1.25rem;
    line-height: 1.51rem;
    font-weight: 500;
    margin: 0 0 3.39rem;
}

section.pay-info ul {
    margin: 0 0 2.34rem;
    padding: 0;
    list-style: none;
}

section.pay-info ul li {
    padding: 0;
    margin: 0 0 1.3rem;
    text-align: left;
}

section.pay-info ul li:last-child {
    margin-bottom: 0;
}

section.pay-info ul li::after {
    content: "";
    display: block;
    clear: both;
}

section.pay-info ul li .letter {
    float: left;
    width: 5%;
    text-align: center;
    line-height: 5rem;
    color: #0089d0;
    font-size: 1.98rem;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

section.pay-info ul li i {
    float: left;
    width: 5rem;
    height: 5rem;
    background: #fff;
    box-shadow: 0 0 1.5rem rgba(0,0,0,0.2);
    border-radius: 50%;
    background-size: 3.33rem 3.33rem;
    background-repeat: no-repeat;
    background-position: center center;
}

section.pay-info ul li p {
    float: right;
    width: 82%;
    font-size: 0.99rem;
    line-height: 1.56rem;
    margin: 0;
    padding-top: 0.8rem;
    margin-left: 2%;
}

section.pay-info ul li:nth-child(2) p {
    padding-top: 1.5rem;
}

section.pay-info ul li:nth-child(4) p {
    padding-top: 1.5rem;
}

section.pay-info ul li p em {
    color: #f5521a;
    font-weight: 700;
    font-style: normal;
}

section.pay-info ul li:nth-child(1) p {
    padding-top: 1.5rem;

}

section.pay-info ul li:nth-child(3) p {
    padding-top: 1.5rem;

}

section.pay-info .small p {
    font-size: 0.94rem;
    line-height: 1.09rem;
    margin: 0 0 1.09rem;
}

section.pay-info p a, section.pay-info ul a {
    color: #0089d0;
    font-weight: 900;
    text-decoration: underline;
}

section.pay-info .pay-button {
    text-align: center;
    margin: 3.6rem 0 3.65rem;
}

section.pay-info .card-icons {
    margin: 1.56rem 0;
    text-align: center;
}

section.pay-info .card-icons img {
    width: 3.07rem;
    height: auto;
    margin: 0 0.45rem;
}

@media (max-width: 768px) {
    section.pay-info h3 {
        font-size: 1.28rem;
        line-height: 1.74rem;
        font-family: 'Montserrat', sans-serif;
    }

    section.pay-info p {
        font-size: 1.05rem;
        line-height: 1.31rem;
        margin: 0 0 2.39rem;
    }

    section.pay-info p br {
        display: none;
    }

    section.pay-info ul li p {
        width: 16rem;
        font-size: 0.9rem;
        line-height: 1.45rem;
        padding-top: 0.5rem !important;
    }

    section.pay-info ul li i {
        width: 3rem;
        height: 3rem;
        background-size: 2.1rem 2.1rem;
        margin-top: 0.5rem;
    }

    section.pay-info ul li .letter {
        display: none;
    }
}


.icon-avantaje {
    height: 48px;
    margin-bottom: 24px;
}

.footer-1 a {
    color: #fff;
}

@media(max-width: 768px) {
    .slider-group .slider-container .slider-container-inside {
    }

    .slider-group .slider {
        position: relative;
        left: 54px;
    }

    .slider-group .slider .ui-slider-range {
        margin-left: -54px;
    }

    .slider-group .slider .ui-slider-handle {
        margin-left: -58px;
    }

    .nav-menu .dropdown-list {
        display: block;
        transform: none !important;
        opacity: 1 !important;
        background: none;
    }
}

@media(max-width: 980px) {
    .section.text-center.bg-hero {
        background-position: bottom center;
    }
}
/*
.section.text-center.bg-hero {
    background-image: url('../images/mobilo-hero-2201.png');
    background-size: contain;
}

*/

/*
@media(max-width: 1200px) {
    .section.text-center.bg-hero {
        background-size: 1200px auto;
    }
}
@media(max-width: 980px) {
    .section.text-center.bg-hero {
        background-size: 690px auto;
        background-position: bottom center;
    }
}
@media(max-width: 768px) {
    .section.text-center.bg-hero {
        background-size: 540px auto;
        background-position: bottom center;
    }
}
*/


h2.display-heading-4.page-heading {
    font-size: 22px;
}

@media screen and (max-width:768px){
    h2.display-heading-4.page-heading {
        font-size: 18px;
    }
}

/*

@media(max-width: 1800px) {
    .section.text-center.bg-hero {
        background-size: 100% auto;
    }
}

@media(max-width: 768px) {
    .section.text-center.bg-hero {
        background-size: 170% auto;
        background-position: 90% 80px;
        padding-top: 30px;
    }

    #home-top-message .display-heading-1 {
        font-size: 24px;
        line-height: 28px;
        text-align: left;
    }

    #home-top-message h2.display-heading-4.page-heading {
        font-size: 16px;
        line-height: 24px;
        margin-right: 50%;
        text-align: left;
        margin-bottom: 50px;
    }
}
*/

.user-initials {
    color: #fff;
    background: #f55219;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 6px;
}

.fake-button-input {
    position: relative;
}

.fake-button-input a.fake-button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.bg-success {
    border-color: #198754;
}

#cookie-consent {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 4px;
    font-size: 12px;
    line-height: 16px;
    background: #fff;
    border-top: 1px solid #aaa;
    color: #555;
    text-align: center;
    display: none;
}

#cookie-consent a {
    color: #19293a;
    text-decoration: underline;
}

#cookie-consent a.close {
    display: inline-block;
    padding: 2px;
    border-radius: 2px;
    background: #19293a;
    color: #fff;
    margin: 0 5px;
    text-decoration: none;
}

#cookie-consent a.close:hover {
    background: #666;
}

.blog-article table {
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
}

.blog-article table td, .blog-article table td {
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    padding: 5px 10px;
}

.blog-article table p {
    margin: 0;
}

/*Card carousel*/
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

select {
    -webkit-appearance: none;
}

.carousel {
    margin-bottom: 50px;
    height: 400px;
}

.cards-wrapper {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: auto;
}

.card img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
}

.card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    border-radius: 0;
    flex: 1;
    display: flex;
    justify-content: space-between;
    min-height: 400px;
    max-width: 355px;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

@media screen and (max-width: 576px) {
    #carouselDesktop {
        display: none;
    }
}

@media screen and (min-width: 576px) {
    #carouselMobile {
        display: none;
    }
}

.carousel-inner {
    padding: 1em;
}

.carousel-control-prev,
.carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
}



.title-loc{
    background: #f55219;
    color: #fff;
    padding: 20px;
    width: 70%;
    font-size: 33px;
    font-weight: bold;
    display: block;
    border-radius: 40px;
}

@media screen and (max-width:768px){
    .title-loc{
        font-size: 18px;
        width: auto;
    }
}

select[name="double_address"]{
    background: #fff;
    border-color: rgba(0, 0, 0, 0.38);
    height: 56px;
}