/* Slick slider styles */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?tahcus");
    src: url("../fonts/icomoon.eot?tahcus#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?tahcus") format("truetype"), url("../fonts/icomoon.woff?tahcus") format("woff"), url("../fonts/icomoon.svg?tahcus#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    [class^="icon-"]:before,
    [class*=" icon-"]:before {
        font-family: "icomoon" !important;
    }

.icon-left-arrow:before {
    /*content: "\e90c";
	color: #70746e;*/
    display: none;
}

.icon-right-arrow:before {
    /*content: "\e90e";
	color: #70746e;*/
    display: none;
}

.icon-check1:before {
    content: "\e90b";
    color: #4a4a4a;
}

.icon-lock:before {
    content: "\e944";
    color: #fff;
}

.icon-search1:before {
    content: "\e945";
    color: #4a4a4a;
}

.icon-two-arrows:before {
    content: "\e90d";
}

.icon-check:before {
    content: "\e90a";
    color: #4a4a4a;
}

.icon-linkedin:before {
    content: "\e900";
}

.icon-brand:before {
    content: "\e900";
}

.icon-social:before {
    content: "\e900";
}

.icon-search:before {
    content: "\e901";
}

.icon-arrow_drop_down:before {
    content: "\e902";
}

.icon-home:before {
    content: "\e909";
}

.icon-angle-right:before {
    content: "\e903";
}

.icon-angle-left:before {
    content: "\e904";
}

.icon-angle-double-right:before {
    content: "\e905";
}

.icon-angle-double-left:before {
    content: "\e906";
}

.icon-menu:before {
    content: "\e907";
}

.icon-close:before {
    content: "\e908";
}

.accessibility {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    .accessibility:focus {
        position: static;
        width: auto;
        height: auto;
    }

/* custom select styles */

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #777;
    background: #fff;
    margin: 0 0 12px;
    min-width: 150px;
    height: 26px;
}

    .jcf-select select {
        z-index: 1;
        left: 0;
        top: 0;
    }

    .jcf-select .jcf-select-text {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        cursor: default;
        display: block;
        font-size: 13px;
        line-height: 26px;
        margin: 0 35px 0 8px;
    }

    .jcf-select .jcf-select-opener {
        position: absolute;
        text-align: center;
        background: #aaa;
        width: 26px;
        bottom: 0;
        right: 0;
        top: 0;
    }

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

    body > .jcf-select-drop.jcf-drop-flipped {
        margin: 1px 0 0;
    }

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
}

    .jcf-list .jcf-list-content {
        vertical-align: top;
        display: inline-block;
        overflow: auto;
        width: 100%;
    }

    .jcf-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .jcf-list ul li {
            overflow: hidden;
            display: block;
        }

    .jcf-list .jcf-overflow {
        overflow: auto;
    }

    .jcf-list .jcf-option {
        overflow: hidden;
        cursor: default;
        display: block;
        padding: 5px 9px;
        color: #656565;
        height: 1%;
    }

    .jcf-list .jcf-disabled {
        background: #fff !important;
        color: #aaa !important;
    }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
    background: #ddd !important;
}

.hero-section-secondary .apps-buttons-holder,
.account-cards .slick-dots,
.faq-section-accordion,
[id="header"] ul,
.contacts-bar,
.account-cards .card-item-content ul,
.decorate-list,
.content-main-title5 .card-list,
[id="footer"] .apps-buttons-holder,
.footer-nav,
.footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
.info-cards-holder4 .container:after,
.info-cards-holder5 .container:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: "Oxygen", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", -apple-system, BlinkMacSystemFont;
}

h1,
.h1 {
    font-size: 3.4375rem;
    font-weight: 700;
}

h2 .text-thin,
.h2 .text-thin {
    font-size: 2.1875rem;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    line-height: 1.6;
    margin-bottom: 5px;
}

h2,
.h2 {
    font-size: 2.125rem;
    font-weight: 900;
    font-family: "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.17;
}

    h2 .symbol,
    .h2 .symbol {
        font-size: 1.125rem;
    }

h3,
.h3 {
    font-size: 1.75rem;
    font-weight: 700;
    font-family: "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-bottom: 0;
}

    h3 .text-primary,
    .h3 .text-primary {
        font-weight: 400;
    }

h4,
.h4 {
    font-weight: 500;
    font-family: "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #fff;
    font-size: 2.125rem;
    font-weight: 700;
    margin-bottom: 1.375rem;
}

    h4 .text-thin,
    .h4 .text-thin {
        display: block;
    }

h5,
.h5 {
    font-size: 1.75rem;
    font-weight: 400;
    font-family: "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: inherit;
    margin-bottom: 1.5rem;
}

.form-holder {
    background: #fff;
    width: 100%;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 60;
    border: 1px solid rgba(0, 0, 0, .1);
}

.search-active .form-holder {
    -webkit-transition: top .3s linear, z-index .3s linear, opacity .3s linear;
    transition: top .3s linear, z-index .3s linear, opacity .3s linear;
    top: 0;
    opacity: 1;
    visibility: visible;
}

.form-holder input {
    border: none;
    padding: .625rem;
}

.search-opener {
    position: absolute;
    right: 3.125rem;
    top: 0;
}

.subscribe-form button.btn {
    height: 42px;
    width: 42px;
}

.search-open-close.form-holder {
    padding-top: 0;
    padding-bottom: 0;
}

form .form-control {
    border-radius: .25rem;
    margin-right: -2.875rem;
    display: inline-block;
    width: 100%;
    padding: 0 .9375rem;
}

.search-form {
    height: 86px;
    line-height: 86px;
    padding-top: .4375rem;
    padding-bottom: .4375rem;
}

    .search-form input {
        font-size: 1.7rem;
        height: calc(100% - 4px);
    }

.inline-form {
    white-space: nowrap;
    position: relative;
}

    .inline-form button.btn {
        border-radius: 0 .25rem .25rem 0;
        background: #6924a4;
        vertical-align: bottom;
    }

        .inline-form button.btn:after {
            margin-left: 0;
            font-size: 1.25rem;
        }

/* clears the 'X' from Internet Explorer */

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the 'X' from Chrome */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type="number"]::-webkit-search-decoration,
input[type="number"]::-webkit-search-cancel-button,
input[type="number"]::-webkit-search-results-button,
input[type="number"]::-webkit-search-results-decoration {
    display: none;
}

.search-lg {
    padding-bottom: 3.125rem;
}

    .search-lg .search-location {
        position: relative;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 2.5rem;
    }

        .search-lg .search-location > button {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0;
            height: 100%;
            border-radius: 0 8px 8px 0;
        }

            .search-lg .search-location > button:after {
                display: none;
            }

            .search-lg .search-location > button .icon-search {
                display: block;
                font-size: 2.25rem;
            }

                .search-lg .search-location > button .icon-search:before {
                    vertical-align: middle;
                }

            .search-lg .search-location > button .btn-text {
                display: none;
            }

    .search-lg input[type="search"] {
        height: auto;
        padding-right: 4.375rem;
        border-radius: .5rem;
        font-size: 1.5625rem;
    }

    .search-lg input[type="number"] {
        height: auto;
        padding-right: 4.375rem;
        border-radius: .5rem;
        font-size: 1.5625rem;
    }
        .search-lg input[type="search"]::-webkit-input-placeholder {
            color: rgba(74, 74, 74, .4);
        }

        .search-lg input[type="search"]::-moz-placeholder {
            opacity: 1;
            color: rgba(74, 74, 74, .4);
        }

        .search-lg input[type="search"]:-moz-placeholder {
            color: rgba(74, 74, 74, .4);
        }

        .search-lg input[type="search"]:-ms-input-placeholder {
            color: rgba(74, 74, 74, .4);
        }

        .search-lg input[type="search"].placeholder {
            color: rgba(74, 74, 74, .4);
        }


.search-lg input[type="number"]::-webkit-input-placeholder {
    color: rgba(74, 74, 74, .4);
}

.search-lg input[type="number"]::-moz-placeholder {
    opacity: 1;
    color: rgba(74, 74, 74, .4);
}

.search-lg input[type="number"]:-moz-placeholder {
    color: rgba(74, 74, 74, .4);
}

.search-lg input[type="number"]:-ms-input-placeholder {
    color: rgba(74, 74, 74, .4);
}

.search-lg input[type="number"].placeholder {
    color: rgba(74, 74, 74, .4);
}

.input-holder {
    margin-bottom: 2.5rem;
}

    .input-holder:last-child {
        margin-bottom: 0;
    }

input[type="checkbox"] + label {
    position: relative;
    vertical-align: middle;
    line-height: 20px;
    margin-bottom: 0;
    display: inline-block;
    padding-left: 55px;
}

/*input[type="checkbox"] + label:before {
	content: "";
	width: 33px;
	height: 33px;
	display: inline-block;
	border: 2px solid #516c82;
	border-radius: 2px;
	background: #fff;
	top: 3px;
	top: 3px;
	vertical-align: middle;
	margin-right: 1.25rem;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

input[type="checkbox"] + label:after {
	font-family: "icomoon";
	content: "\e90a";
	position: absolute;
	left: 4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	font-size: 1.125rem;
}*/

input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.contact-form {
    padding-bottom: 1.5625rem;
}

    .contact-form [class^="col"] {
        margin-bottom: 2.5rem;
    }

    .contact-form input,
    .contact-form textarea,
    .contact-form label {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px solid #9b9b9b;
        padding-top: .9375rem;
        padding-bottom: .9375rem;
        font-weight: 500;
        color: #4a4a4a;
        font-size: 1.375rem;
    }

        .contact-form input::-webkit-input-placeholder,
        .contact-form textarea::-webkit-input-placeholder,
        .contact-form label::-webkit-input-placeholder {
            color: #4a4a4a;
        }

        .contact-form input::-moz-placeholder,
        .contact-form textarea::-moz-placeholder,
        .contact-form label::-moz-placeholder {
            opacity: 1;
            color: #4a4a4a;
        }

        .contact-form input:-moz-placeholder,
        .contact-form textarea:-moz-placeholder,
        .contact-form label:-moz-placeholder {
            color: #4a4a4a;
        }

        .contact-form input:-ms-input-placeholder,
        .contact-form textarea:-ms-input-placeholder,
        .contact-form label:-ms-input-placeholder {
            color: #4a4a4a;
        }

        .contact-form input.placeholder,
        .contact-form textarea.placeholder,
        .contact-form label.placeholder {
            color: #4a4a4a;
        }

    .contact-form label {
        border: none;
    }

    .contact-form textarea {
        resize: none;
        height: 64px;
    }

    .contact-form button {
        margin: 0 auto;
        padding-top: .1875rem;
        padding-bottom: .25rem;
        min-width: 130px;
        position: relative;
        line-height: 1.6;
        padding-right: 1.6875rem;
    }

        .contact-form button:after {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.jcf-select.jcf-select,
.jcf-select-text.jcf-select-text {
    height: auto;
    border: none;
    width: 100%;
    font-size: 1.375rem;
    margin: 0;
    line-height: inherit;
    padding-right: 2.3125rem;
    white-space: pre-wrap;
}

.jcf-select.jcf-select {
    padding-left: 0;
    border-bottom: 1px solid #9b9b9b;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    font-weight: 500;
    color: #4a4a4a;
}

.jcf-select-opener.jcf-select-opener {
    background: none;
}

    .jcf-select-opener.jcf-select-opener:before {
        font-family: "icomoon";
        content: "\e903";
        position: absolute;
        right: 20px;
        right: 1.25rem;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        font-size: 2.875rem;
    }

.large-text {
    font-size: 1.25rem;
}

.btn {
    position: relative;
    text-transform: uppercase;
}

    .btn:after {
        font-family: "icomoon";
        content: "\e905";
        margin-left: 4px;
        font-size: 1.5625rem;
        line-height: 1.28;
    }

a.btn {
    padding: .625rem 1.0625rem .5625rem 1.0625rem;
    line-height: 1;
    vertical-align: sub;
}

    a.btn:after {
        top: 50%;
        line-height: 0;
        vertical-align: sub;
        display: inline-block;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-left: .1875rem;
    }

.btn-white {
    color: #6924a4;
}

    .btn-white:hover {
        background: #efefef;
        color: #6924a4;
    }

.btn-brand-color:hover {
    background: #511882;
}

.btn-list-holder {
    padding-bottom: 2rem;
}

.btn-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 1.875rem;
}

    .btn-list li {
        margin-bottom: 1.375rem;
    }

    .btn-list a {
        -webkit-transition: background .3s linear;
        transition: background .3s linear;
        display: block;
        background: #fff;
        padding: .9375rem 1.25rem .9375rem 2.0625rem;
        color: #4a4a4a;
        text-decoration: none;
        border: 1px solid #ddd;
        border-radius: .25rem;
        font-size: 1rem;
        font-weight: 700;
    }

        .btn-list a > [class^="icon"] {
            font-weight: 700;
            margin-right: 1.1875rem;
        }

        .btn-list a:hover {
            background: #efefef;
        }

#btn-to-top {
    bottom: 20px;
    left: auto !important;
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    background: #6924a4;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    opacity: 0;
    z-index: -1;
    top: auto;
}

    #btn-to-top [class^="icon"]:before {
        display: inline-block;
        text-align: center;
        font-size: .625rem;
        color: #fff;
        line-height: 1;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
    }

.btn-fixed-position #btn-to-top {
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    opacity: 1;
    top: auto !important;
    bottom: 1.25rem;
    z-index: 800;
}

.banner-title {
    position: relative;
}

    .banner-title .slick-arrow {
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 8;
        font-size: 0;
        background: none;
        border: none;
        width: 40px;
        height: 40px;
        background-color: #f0f9fb;
        color: #bd10e0;
    }

        .banner-title .slick-arrow.slick-disabled {
            color: rgba(64, 117, 179, .28);
        }

        .banner-title .slick-arrow:hover {
            color: #1971b9;
        }

        .banner-title .slick-arrow:before {
            font-family: "icomoon";
            content: "\e903";
            position: absolute;
            left: 50%;
            top: 50%;
            font-size: 1.8125rem;
            line-height: 1;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .banner-title .slick-prev {
        left: calc(50% - 30px);
    }

        .banner-title .slick-prev:before {
            content: "\e904";
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .banner-title .slick-next {
        left: calc(50% + 30px);
    }

    .banner-title .banner-title-item h2 {
        font-size: 3.5rem;
        line-height: .5em;
        font-family: "Oxygen", Roboto, "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        margin-bottom: .3125rem;
    }

    .banner-title .banner-title-item .h1-large.h1-large {
        line-height: 44px;
        font-size: 54px;
        letter-spacing: -5px;
        color: #4b2c66;
        font-family: "Oxygen", Roboto, "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-weight: 600;
    }

    .banner-title .text-white > * {
        color: #fff;
    }

.hero-section-decorate-text {
    font-size: 20px !important;
    font-weight: 700;
    letter-spacing: 2.5px;
    position: relative;
    padding-left: 43px;
    margin-bottom: 1rem !important;
    color: #4a4a4a;
}

    .hero-section-decorate-text:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 31px;
        height: 11px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #6924a4;
    }

.text-white .hero-section-decorate-text:after {
    background: #fff;
}

.heading-font {
    display: block;
    font-size: 1.0625rem !important;
    padding-bottom: 0.7rem;
    color: #4a4a4a;
    font-family: Roboto, "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-weight: 400;
    line-height: 1 !important;
}

.banner-title-item.banner-title-item {
    min-height: 422px;
    position: relative;
    font-family: Roboto, "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

    .banner-title-item.banner-title-item .text-holder {
        position: relative;
        padding: 10.625rem 0 5.1875rem;
        font-size: .875rem;
        line-height: 1.25;
        max-width: 450px;
    }

        .banner-title-item.banner-title-item .text-holder h2,
        .banner-title-item.banner-title-item .text-holder .h2 {
            margin-bottom: 0;
        }

        .banner-title-item.banner-title-item .text-holder p {
            margin-bottom: 1.0625rem;
        }

.stat-bar {
    overflow-x: auto;
}

.stat {
    min-width: 50rem;
    width: 100%;
    font-weight: 500;
    font-size: 1rem;
    min-height: 55px;
    background: #eee;
    padding: 0 1.625rem;
    font-family: Roboto, "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    border-top: 1px solid #fff;
}

    .stat .stat-item {
        font-weight: 700;
    }

    .stat .stat-item2 {
        font-size: 1.25rem;
        font-weight: 500;
    }

    .stat .text-small {
        font-size: .75rem;
        font-weight: 500;
        padding-left: 20px;
    }

        .stat .text-small:before {
            background-color: transparent;
        }

    .stat > span {
        display: inline-block;
        line-height: 55px;
        vertical-align: middle;
        padding: 0 .5rem;
    }

        .stat > span + span {
            position: relative;
            margin-left: -.25rem;
        }

            .stat > span + span:before {
                content: "";
                position: absolute;
                left: 0;
                top: .3125rem;
                height: calc(100% - 10px);
                width: 1px;
                background: #cfd6d8;
            }

.banner {
    min-height: 146px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

    .banner h1,
    .banner .h2 {
        margin-bottom: 0;
    }

    .banner h1,
    .banner .h1 {
        font-size: 1.5rem;
    }

    .banner .text-primary {
        font-weight: 400;
    }

.hero-section-secondary {
    color: #fff;
    font-size: 1rem;
    line-height: 1.3;
}

    .hero-section-secondary .parallax-block {
        position: relative;
        width: 100%;
        padding: 1.5625rem 0;
    }

    .hero-section-secondary .text-holder {
        max-width: 1236px;
        margin: 0 auto;
    }

    .hero-section-secondary .text-block {
        max-width: 600px;
        padding: .9375rem 2.625rem;
    }

    .hero-section-secondary p {
        margin-bottom: 1.0625rem;
    }

        .hero-section-secondary p:last-of-type {
            margin-bottom: 1.0625rem;
        }

    .hero-section-secondary .symbol {
        font-size: .625rem;
    }

    .hero-section-secondary .apps-buttons-holder {
        max-width: 235px;
        margin: 0 -.375rem;
        /*padding-top: 1.5625rem;*/
    }

        .hero-section-secondary .apps-buttons-holder li {
            display: inline-block;
            width: calc(50% - 4px);
        }

        .hero-section-secondary .apps-buttons-holder a {
            display: block;
        }

        .hero-section-secondary .apps-buttons-holder img {
            width: 100%;
        }

    .hero-section-secondary.item2 .parallax-block {
        padding: 3.98rem 0;
        background-position: 100% 50%;
    }

    .hero-section-secondary .lg-text {
        display: block;
        font-size: 2.25rem;
        font-weight: 900;
        line-height: 1.21;
        margin-bottom: 1.25rem;
    }

    .hero-section-secondary .col-paragraph {
        font-size: 1.125rem;
        line-height: 1.56;
        opacity: 0;
    }

        .hero-section-secondary .col-paragraph.in-viewport {
            -webkit-animation: fadeInUp forwards .8s;
            animation: fadeInUp forwards .8s;
        }

    .hero-section-secondary.item3 {
        color: #4a4a4a;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 300px;
    }

        .hero-section-secondary.item3 .parallax-block {
            padding-top: 25px;
        }

        .hero-section-secondary.item3 .container {
            position: relative;
            max-width: 1160px;
            z-index: 5;
        }

        .hero-section-secondary.item3 .lg-text {
            display: block;
            color: #252525;
            max-width: 550px;
            margin-bottom: 1.875rem;
        }

.parallax-block {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    background-position: top;
    background-size: cover;
}

.banner-title .parallax-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-title .text-primary {
    font-weight: 400;
}

.banner-title h1,
.banner-title .h1 {
    font-family: "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.hero-section-secondary2 .parallax-block {
    position: relative;
}

    .hero-section-secondary2 .parallax-block:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        max-width: 720px;
        background-image: -webkit-linear-gradient(left, #243143 0%, #1c2333 65%, rgba(27, 34, 49, 0) 100%);
        background-image: linear-gradient(to right, #243143 0%, #1c2333 65%, rgba(27, 34, 49, 0) 100%);
    }

.hero-section-secondary2 .container {
    position: relative;
}

.hero-section-secondary2 .text-block {
    padding: 3.1875rem .625rem 1.875rem;
    font-size: 1.125rem;
    line-height: 1.39;
}

    .hero-section-secondary2 .text-block h4 {
        font-size: 2.5rem;
        color: #fff;
        font-weight: 500;
    }

.hero-section-secondary2 .parallax-block {
    position: relative;
}

.fade-up.viewport-section > *,
.hero-section-secondary .viewport-section.text-md-right > *,
.viewport-section.content-main-title > *,
.viewport-section.section-title > *,
.viewport-section.content-banking-title > *,
.area .viewport-section.row > * {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
}

.fade-up.in-viewport > *,
.hero-section-secondary .in-viewport.text-md-right > *,
.in-viewport.content-main-title > *,
.in-viewport.section-title > *,
.in-viewport.content-banking-title > *,
.area .in-viewport.row > * {
    -webkit-animation: fadeInUp forwards .8s;
    animation: fadeInUp forwards .8s;
    opacity: 0;
}

    .fade-up.in-viewport > *:nth-child(1),
    .hero-section-secondary .in-viewport.text-md-right > *:nth-child(1),
    .in-viewport.content-main-title > *:nth-child(1),
    .in-viewport.section-title > *:nth-child(1),
    .in-viewport.content-banking-title > *:nth-child(1),
    .area .in-viewport.row > *:nth-child(1) {
        -webkit-animation-delay: .1s;
        animation-delay: .1s;
    }

    .fade-up.in-viewport > *:nth-child(2),
    .hero-section-secondary .in-viewport.text-md-right > *:nth-child(2),
    .in-viewport.content-main-title > *:nth-child(2),
    .in-viewport.section-title > *:nth-child(2),
    .in-viewport.content-banking-title > *:nth-child(2),
    .area .in-viewport.row > *:nth-child(2) {
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
    }

    .fade-up.in-viewport > *:nth-child(3),
    .hero-section-secondary .in-viewport.text-md-right > *:nth-child(3),
    .in-viewport.content-main-title > *:nth-child(3),
    .in-viewport.section-title > *:nth-child(3),
    .in-viewport.content-banking-title > *:nth-child(3),
    .area .in-viewport.row > *:nth-child(3) {
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
    }

    .fade-up.in-viewport > *:nth-child(4),
    .hero-section-secondary .in-viewport.text-md-right > *:nth-child(4),
    .in-viewport.content-main-title > *:nth-child(4),
    .in-viewport.section-title > *:nth-child(4),
    .in-viewport.content-banking-title > *:nth-child(4),
    .area .in-viewport.row > *:nth-child(4) {
        -webkit-animation-delay: .7s;
        animation-delay: .7s;
    }

    .fade-up.in-viewport > *:nth-child(5),
    .hero-section-secondary .in-viewport.text-md-right > *:nth-child(5),
    .in-viewport.content-main-title > *:nth-child(5),
    .in-viewport.section-title > *:nth-child(5),
    .in-viewport.content-banking-title > *:nth-child(5),
    .area .in-viewport.row > *:nth-child(5) {
        -webkit-animation-delay: .9s;
        animation-delay: .9s;
    }

    .fade-up.in-viewport > *:nth-child(6),
    .hero-section-secondary .in-viewport.text-md-right > *:nth-child(6),
    .in-viewport.content-main-title > *:nth-child(6),
    .in-viewport.section-title > *:nth-child(6),
    .in-viewport.content-banking-title > *:nth-child(6),
    .area .in-viewport.row > *:nth-child(6) {
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s;
    }

    .fade-up.in-viewport > *:nth-child(7),
    .hero-section-secondary .in-viewport.text-md-right > *:nth-child(7),
    .in-viewport.content-main-title > *:nth-child(7),
    .in-viewport.section-title > *:nth-child(7),
    .in-viewport.content-banking-title > *:nth-child(7),
    .area .in-viewport.row > *:nth-child(7) {
        -webkit-animation-delay: 1.3s;
        animation-delay: 1.3s;
    }

    .fade-up.in-viewport > *:nth-child(8),
    .hero-section-secondary .in-viewport.text-md-right > *:nth-child(8),
    .in-viewport.content-main-title > *:nth-child(8),
    .in-viewport.section-title > *:nth-child(8),
    .in-viewport.content-banking-title > *:nth-child(8),
    .area .in-viewport.row > *:nth-child(8) {
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
    }

    .fade-up.in-viewport > *:nth-child(9),
    .hero-section-secondary .in-viewport.text-md-right > *:nth-child(9),
    .in-viewport.content-main-title > *:nth-child(9),
    .in-viewport.section-title > *:nth-child(9),
    .in-viewport.content-banking-title > *:nth-child(9),
    .area .in-viewport.row > *:nth-child(9) {
        -webkit-animation-delay: 1.7s;
        animation-delay: 1.7s;
    }

    .fade-up.in-viewport > *:nth-child(10),
    .hero-section-secondary .in-viewport.text-md-right > *:nth-child(10),
    .in-viewport.content-main-title > *:nth-child(10),
    .in-viewport.section-title > *:nth-child(10),
    .in-viewport.content-banking-title > *:nth-child(10),
    .area .in-viewport.row > *:nth-child(10) {
        -webkit-animation-delay: 1.9s;
        animation-delay: 1.9s;
    }

.viewport-section ul li {
    -webkit-transform: translate3d(-1000px, 100px, 0);
    transform: translate3d(-1000px, 100px, 0);
    opacity: 0;
}

.viewport-section.in-viewport ul li {
    -webkit-animation: fadeInUp forwards .3s;
    animation: fadeInUp forwards .3s;
    margin-bottom: 1.1rem;
    margin-left: -1rem;
    font-size: 0.875rem;
}

    .viewport-section.in-viewport ul li:nth-child(1) {
        -webkit-animation-delay: .1s;
        animation-delay: .1s;
    }

    .viewport-section.in-viewport ul li:nth-child(2) {
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
    }

    .viewport-section.in-viewport ul li:nth-child(3) {
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
    }

    .viewport-section.in-viewport ul li:nth-child(4) {
        -webkit-animation-delay: .7s;
        animation-delay: .7s;
    }

    .viewport-section.in-viewport ul li:nth-child(5) {
        -webkit-animation-delay: .9s;
        animation-delay: .9s;
    }

    .viewport-section.in-viewport ul li:nth-child(6) {
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s;
    }

    .viewport-section.in-viewport ul li:nth-child(7) {
        -webkit-animation-delay: 1.3s;
        animation-delay: 1.3s;
    }

    .viewport-section.in-viewport ul li:nth-child(8) {
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
    }

    .viewport-section.in-viewport ul li:nth-child(9) {
        -webkit-animation-delay: 1.7s;
        animation-delay: 1.7s;
    }

    .viewport-section.in-viewport ul li:nth-child(10) {
        -webkit-animation-delay: 1.9s;
        animation-delay: 1.9s;
    }

[aria-label^="breadcrumb"] {
    border: 1px solid #e1edf0;
    background: #fff;
}

.breadcrumb {
    font-size: .875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .breadcrumb .icon-home {
        font-size: 1.5rem;
        vertical-align: bottom;
    }

    .breadcrumb li a:not(.icon-home) {
        color: #6924a4;
    }

    .breadcrumb li a:hover {
        color: #6924a4;
    }

    .breadcrumb .active {
        color: #0388f6;
    }

.breadcrumb-item:before {
    font-family: "icomoon";
}

.account-cards .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.875rem .625rem;
}

    .account-cards .slick-dots li {
        border: 1px solid #c280fb;
        border-radius: 50%;
        width: 13px;
        height: 13px;
        margin: 0 .5rem !important;
    }

    .account-cards .slick-dots button {
        font-size: 0;
        border: none;
        background: none;
    }

    .account-cards .slick-dots .slick-active {
        background-color: #fff;
        border-color: #fff;
    }

/* style for slider post card carousel */

.post-card-carousel {
    position: relative;
}

    .post-card-carousel .slick-dots {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        position: absolute;
        bottom: -3.062rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        .post-card-carousel .slick-dots li {
            margin: 0 .3125rem;
            border: .0625rem solid #979797;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            display: block;
            color: transparent;
            background-color: transparent;
        }

            .post-card-carousel .slick-dots li:hover {
                cursor: pointer;
            }

        .post-card-carousel .slick-dots .slick-active {
            background-color: #d8d8d8;
        }

        .post-card-carousel .slick-dots button {
            display: none;
        }

.js-slider-post {
    position: relative;
}

    .js-slider-post .slick-list {
        max-width: 1080px;
        margin: 0 -15px;
        padding-bottom: 20px !important;
    }

    .js-slider-post .slick-slide {
        margin: 0 10px;
    }

    .js-slider-post .slick-arrow {
        position: absolute;
        bottom: 61px;
        font-size: 30px;
        text-decoration: none;
        z-index: 1;
        color: #70746e;
        -webkit-transition: .3s color ease-in-out;
        transition: .3s color ease-in-out;
        font-size: 23px;
    }

        .js-slider-post .slick-arrow:hover {
            color: #0c396e;
        }

        .js-slider-post .slick-arrow.slick-disabled {
            display: none !important;
        }

    .js-slider-post .slick-prev {
        background: url("/Images/left-arrow.png") no-repeat;
        left: 30%;
        width: 3rem;
        height: 3rem;
        background-size: contain;
    }

    .js-slider-post .slick-next {
        right: 30%;
        background: url("/Images/right-arrow.png") no-repeat;
        width: 3rem;
        height: 3rem;
        background-size: contain;
    }

.history-years-list .slick-list {
    z-index: 1;
}

.history-years-list .slick-slide {
    text-align: center;
}

    .history-years-list .slick-slide:hover {
        cursor: pointer;
    }

/* ---------------------------------------------------------
   27. Section our-history
   ---------------------------------------------------------*/

.section-our-history {
    background: -webkit-linear-gradient(top, #6924a4 0%, #6924a4 67%, #f0f9fb 67%, #f0f9fb 100%);
    background: linear-gradient(to bottom, #6924a4 0%, #6924a4 67%, #f0f9fb 67%, #f0f9fb 100%);
    padding: 20px 0 0 0;
}

    .section-our-history .container {
        padding: 0 10px;
    }

    .section-our-history h3 {
        color: inherit;
        margin-bottom: 23px;
    }

    .section-our-history p {
        font-size: 1.125rem;
        line-height: 1.8;
    }

    .section-our-history .section-content {
        max-width: 45.625rem;
        width: 100%;
        margin: 0 auto 1.875rem;
        color: #fff;
    }

/* list years */

.history-years-list {
    position: relative;
    padding-bottom: 2.5rem;
    line-height: .8;
}

    .history-years-list:after {
        content: "";
        position: absolute;
        bottom: 2.8125rem;
        left: -6.25rem;
        right: -6.25rem;
        height: .0625rem;
        border: .1px solid #d8d8d8;
        line-height: .8;
    }

    .history-years-list.remove-transform .slick-track {
        -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
        transform: translate(0) !important;
    }

    .history-years-list .slick-slide.slick-current .history-year-item:after {
        background-color: #fff;
        border-color: #fff;
    }

    .history-years-list .slick-slide.slick-current .history-year-item span {
        color: #fff;
        font-size: 1.875rem;
        font-weight: 900;
        line-height: 1;
    }

/* year item */

.history-year-item {
    position: relative;
    font-weight: 500;
    font-size: 1.125rem;
    z-index: 1;
}

    .history-year-item:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        width: .75rem;
        height: .75rem;
        border: 1px solid #fff;
        background-color: #fff;
        border-radius: 50%;
        -webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
        transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    }

    .history-year-item span {
        color: #0087f5;
        height: 60px;
        font-weight: bold;
        line-height: 1;
        padding-bottom: 30px;
        -webkit-transition: color .3s ease-in-out, font-size .3s ease-in-out, font-weight .3s ease-in-out, color .3s ease-in-out;
        transition: color .3s ease-in-out, font-size .3s ease-in-out, font-weight .3s ease-in-out, color .3s ease-in-out;
    }

/* histroy post item*/

.history-post-item {
    border-radius: 0 0 .25rem .25rem;
    background-color: #fff;
    box-shadow: 0 .25rem .5625rem rgba(51, 51, 51, .29);
    overflow: hidden;
}

    .history-post-item .history-post-item-text > * {
        -webkit-transition: height .3s linear, visibility .3s linear;
        transition: height .3s linear, visibility .3s linear;
        height: 0;
        visibility: hidden;
        margin: 0;
        opacity: 0;
    }

    .history-post-item.slick-current .history-post-item-text > * {
        height: auto;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .history-post-item .image-holder {
        background-size: cover;
        background-position: center;
        padding-top: 87%;
    }

    .history-post-item .title {
        display: block;
        font-size: 28px;
        line-height: 1.5;
        margin-bottom: .3125rem;
        font-weight: 700;
    }

    .history-post-item .content-holder {
        padding: 21px 20px;
    }

    .history-post-item p {
        font-size: 20px;
    }

.br-mob {
    display: block;
}

.section-our-history .card-section-title {
    padding-top: 0;
    padding-bottom: 8px;
    font-size: 20px;
}

.table-holder .table th,
.table-holder .table td {
    font-size: 1.125rem;
    /*word-break: break-all;*/
}

    .table-holder .table th:nth-child(2),
    .table-holder .table th:nth-child(3),
    .table-holder .table td:nth-child(2),
    .table-holder .table td:nth-child(3) {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }

.table-holder .table th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-holder .btn {
    margin: 0 auto;
    margin-bottom: 1.5625rem;
}

.table {
    border-spacing: 0;
    width: 100%;
    border-collapse: unset;
    margin-bottom: 20px;
}

    .table th {
        color: #fff;
        font-weight: 700;
    }

    .table tbody {
        border-bottom: none;
        border-collapse: collapse;
    }

        .table tbody tr {
            border-top: none;
            position: relative;
        }

.table-description {
    max-width: 900px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.71;
    margin-top: -21px;
}

.table {
    padding-bottom: 30px;
}

    .table td,
    .table th {
        padding: 5px 10px;
    }

    .table th {
        color: #fff;
        font-weight: normal;
        background: #333;
        font-weight: bold;
        text-align: center;
    }

.top * {
    vertical-align: top !important;
}

.table,
table,
thead,
th,
td {
    height: 100%;
    width: 100%;
}

.btn-list-holder .content-main-title {
    font-size: 1.25rem;
    padding-bottom: .375rem;
}

.btn-list-holder .container {
    max-width: 1150px;
}

.faq-section-accordion li {
    margin-bottom: 1.5625rem;
}

.faq-section {
    padding-top: 5rem;
}

.faq-block {
    margin-bottom: 3.5625rem;
}

.faq-section-accordion-opener {
    -webkit-transition: padding-bottom .3s linear, background .3s linear;
    transition: padding-bottom .3s linear, background .3s linear;
    border: 1px solid #ddd;
    display: block;
    position: relative;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
    padding: 1rem 3.75rem 1rem 1.5625rem;
}

    .open .faq-section-accordion-opener,
    .faq-section-accordion-opener:hover {
        color: #000;
        text-decoration: none;
    }

        .open .faq-section-accordion-opener:after {
            opacity: 1;
        }

    .faq-section-accordion-opener:hover {
        background: #efefef;
    }

    .faq-section-accordion-opener .icon-angle-right {
        position: absolute;
        top: .75rem;
        right: 1.375rem;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        font-size: 1.6875rem;
    }

.open .faq-section-accordion-opener .icon-angle-right {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.faq-section-accordion-slide {
    font-size: .875rem;
    padding: .625rem 1.25rem 1.875rem 1.5625rem;
    border: 1px solid #ddd;
    border-top-width: 0;
}

    .faq-section-accordion-slide p:only-of-type {
        margin-bottom: 0;
    }

.faq-title {
    display: block;
    font-size: 1.25rem;
    margin-bottom: .875rem;
    color: #081d2d;
}

.btn-accordion-collapse {
    position: absolute;
    right: 1.25rem;
    top: -5rem;
    color: #0388f6;
    font-size: 14px;
    border-radius: 0 0 4px 4px;
    background-color: #efefed;
    padding: 1rem 2.625rem 1.125rem 2.5625rem;
    font-weight: 700;
}

.disclaimer {
    background-color: #f1f1f1;
    padding-top: 2rem;
}

    .disclaimer .container {
        font-size: 18px;
        line-height: 1.67;
        max-width: 1350px;
    }

    .disclaimer .opener {
        position: relative;
        font-size: 1.25rem;
        font-weight: 700;
        color: #4a4a4a;
        padding: .5rem 0 .5625rem;
        text-decoration: none;
    }

        .disclaimer .opener:before {
            -webkit-transition: -webkit-transform .3s linear;
            transition: -webkit-transform .3s linear;
            transition: transform .3s linear;
            transition: transform .3s linear, -webkit-transform .3s linear;
            font-family: "icomoon";
            content: "\e903";
            position: absolute;
            right: 1.25rem;
            top: auto;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-top: 1rem;
            left: auto;
            float: right;
            width: 2rem;
            text-align: center;
        }

    .disclaimer .active a:before {
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }

    .disclaimer ul {
        list-style-type: none;
        padding-left: 0;
        font-size: 0.9rem;
        line-height: 1.66;
        counter-reset: num;
        margin-bottom: 0;
    }

        .disclaimer ul li {
            /*list-style-type: decimal;*/
            margin-bottom: 1.5625rem;
            /*padding-left:0.3rem;*/
        }

            .disclaimer ul li:last-child {
                margin-bottom: 0;
            }

/*.disclaimer ul li:before {
	content: counter(num) ". ";
	counter-increment: num;
	font-weight: 700;
}*/

[id="header"] {
    -webkit-transition: z-index .3s linear;
    transition: z-index .3s linear;
    position: absolute;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .33);
    width: 100%;
    height: 5.375rem;
    background: #fff;
    z-index: 1000;
}

    [id="header"] a {
        display: block;
        text-decoration: none;
    }

    [id="header"] .search-opener {
        right: 4.6875rem;
        z-index: 100;
        color: inherit;
    }

.search-active [id="header"] .search-opener {
    right: 0;
}

    .search-active [id="header"] .search-opener:before {
        content: "\e908";
        color: inherit;
    }

[id="header"] form .form-control {
    padding-right: 3.125rem;
}

[id="header"] .login-sub-menu > li {
    font-family: Roboto, "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-transform: capitalize;
}

    [id="header"] .login-sub-menu > li ul {
        text-transform: capitalize;
    }

[id="header"] .login-sub-menu a {
    font-weight: 400;
}

[id=nav] {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    max-width: 1400px;
}

.login-sub-menu.login-sub-menu {
    font-family: "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: .75rem;
}

    .login-sub-menu.login-sub-menu .opener {
        position: relative;
    }

        .login-sub-menu.login-sub-menu .opener:before {
            content: "\e903";
            font-family: "icomoon";
            position: absolute;
            right: 1.25rem;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .login-sub-menu.login-sub-menu .open .opener {
        background-color: #153e68;
    }

        .login-sub-menu.login-sub-menu .open .opener:before {
            -webkit-transform: translateY(-50%) rotate(-90deg);
            -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
        }

.decorated-opener {
    position: relative;
}

    .decorated-opener:before {
        font-family: "icomoon";
        content: "\e902";
        position: absolute;
        right: 1.25rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .decorated-opener span {
        background-color: rgba(171, 202, 227, .23);
        display: block;
        padding: .3125rem;
        border: 1px solid #fff;
        margin-left: -13px;
        margin-left: -.8125rem;
    }

.nav-opener {
    display: none;
}

.accordion-lang {
    position: relative;
}

    .accordion-lang .opener:before {
        content: "\e903";
        font-family: "icomoon";
        position: absolute;
        right: 1.25rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .accordion-lang a {
        position: relative;
        text-transform: capitalize;
        color: #fff;
    }

[id="main"] {
    padding-top: 5.375rem;
}

.separate-title-blocks {
    padding: 3.25rem 1.375rem 1.8125rem;
    font-family: Roboto, "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

    .separate-title-blocks h2,
    .separate-title-blocks .h2 {
        font-family: Roboto, "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        padding-bottom: 2.1875rem;
        border-bottom: 1px solid #979797;
    }

    .separate-title-blocks .text-holder {
        font-size: 1.125rem;
        padding-top: 2.5rem;
        line-height: 1.5;
    }

    .separate-title-blocks.viewport-section > * {
        opacity: 0;
    }

    .separate-title-blocks.in-viewport h2 {
        -webkit-animation: fadeInUp forwards .3s;
        animation: fadeInUp forwards .3s;
    }

    .separate-title-blocks.in-viewport .text-holder {
        -webkit-animation: fadeInUp forwards .3s;
        animation: fadeInUp forwards .3s;
        -webkit-animation-delay: .2s;
        animation-delay: .2s;
    }

    .separate-title-blocks.in-viewport .btn {
        -webkit-animation: fadeInUp forwards .3s;
        animation: fadeInUp forwards .3s;
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
    }

/*.visual-block-ordered {
	padding-bottom: 1.5625rem;
}*/

/*.visual-block-ordered.font-secondary {
	font-family: Roboto, "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.visual-block-ordered.font-secondary h3,
.visual-block-ordered.font-secondary .btn {
	font-family: Roboto, "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.visual-block-ordered.font-secondary > * {
	font-family: Roboto, "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
*/
.visual-block .visual-holder {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

    .visual-block .visual-holder.viewport-section {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }

    .visual-block .visual-holder.in-viewport {
        -webkit-animation: fadeInUp forwards .7s;
        animation: fadeInUp forwards .7s;
    }

    .visual-block .visual-holder[class*="col"] {
        padding-left: 0;
        padding-right: 0;
    }

.visual-block .text-holder.viewport-section > * {
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
    opacity: 0;
}

.visual-block .text-holder.in-viewport > * {
    -webkit-animation: fadeInUp forwards 1s;
    animation: fadeInUp forwards 1s;
}

    .visual-block .text-holder.in-viewport > *:nth-child(1) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s;
    }

    .visual-block .text-holder.in-viewport > *:nth-child(2) {
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
    }

    .visual-block .text-holder.in-viewport > *:nth-child(3) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
    }

    .visual-block .text-holder.in-viewport > *:nth-child(4) {
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
    }

    .visual-block .text-holder.in-viewport > *:nth-child(5) {
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
    }

    .visual-block .text-holder.in-viewport > *:nth-child(6) {
        -webkit-animation-delay: .7s;
        animation-delay: .7s;
    }

    .visual-block .text-holder.in-viewport > *:nth-child(7) {
        -webkit-animation-delay: .8s;
        animation-delay: .8s;
    }

    .visual-block .text-holder.in-viewport > *:nth-child(8) {
        -webkit-animation-delay: .9s;
        animation-delay: .9s;
    }

    .visual-block .text-holder.in-viewport > *:nth-child(9) {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .visual-block .text-holder.in-viewport > *:nth-child(10) {
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s;
    }

.visual-block-even {
    padding: 0 0 3.125rem 0;
}

    .visual-block-even .visual-block .text-holder {
        margin-bottom: 3.4375rem;
    }

    .visual-block-even .visual-block:last-child .text-holder {
        margin-bottom: 0;
    }

.visual-block-odd .visual-block:nth-child(odd) .visual-holder.viewport-section {
    opacity: 0;
}

.visual-block-odd .visual-block:nth-child(odd) .text-holder.text-holder {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

/*.visual-block-ordered {
	padding-bottom: 50px;
}*/

.visual-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .visual-block .visual-holder {
        width: calc(100% + 44px);
        margin: 0 -6.375rem 1.9375rem;
    }

        .visual-block .visual-holder img {
            width: 100%;
        }

    .visual-block .text-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .visual-block p {
        margin-bottom: 1.5625rem;
    }

        .visual-block p:only-child {
            margin-bottom: 0;
        }

    .visual-block h3,
    .visual-block .h3 {
        margin-bottom: 1.625rem;
        max-width: 100%;
    }

    .visual-block.visual-block-top.visual-block-top {
        padding-top: 0;
        padding-bottom: 0;
    }

        .visual-block.visual-block-top.visual-block-top p:only-of-type {
            margin-bottom: 0;
        }

.visual-block-sm {
    padding-bottom: 3.125rem;
}

    .visual-block-sm .visual-block {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

        .visual-block-sm .visual-block:only-child {
            padding-top: 1.5625rem;
        }

    .visual-block-sm .text-holder {
        line-height: 1.36;
    }

        .visual-block-sm .text-holder p {
            margin-bottom: 1.625rem;
            font-size: 1rem;
            line-height: 1.5rem;
        }

            .visual-block-sm .text-holder p:last-child {
                margin-bottom: 0;
            }

.contacts-bar-holder {
    background: #002441;
    overflow: hidden;
    text-align: center;
    font-family: Roboto, "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

    .contacts-bar-holder .container {
        overflow: hidden;
        max-width: 1047px;
    }

.contacts-bar {
    color: #fff;
}

    .contacts-bar li,
    .contacts-bar .text,
    .contacts-bar span,
    .contacts-bar [href^="tel"],
    .contacts-bar [class^="icon"] {
        display: inline-block;
        line-height: 38px;
        vertical-align: middle;
    }

    .contacts-bar .text {
        font-size: .875rem;
        margin-right: .625rem;
    }

    .contacts-bar li + li {
        position: relative;
    }

    .contacts-bar [href^="tel"] {
        color: #bad3f3;
        font-size: 1.25rem;
        line-height: 1;
    }

    .contacts-bar [class^="icon"] {
        font-size: 1.875rem;
        color: #fff;
    }

.content-main-title {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem !important;
}

.card-section-title {
    color: #fff;
    line-height: 1.76;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
}

    .card-section-title h3,
    .card-section-title .h3 {
        color: #fff;
        margin-bottom: 1.875rem;
    }

.account-cards {
    text-align: center;
    padding-bottom: 0;
}

    .account-cards .bg-white {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .account-cards .card-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .account-cards .card-item.viewport-section ul li {
            -webkit-transform: translate3d(-1000px, 100px, 0);
            transform: translate3d(-1000px, 100px, 0);
            opacity: 0;
        }

        .account-cards .card-item.in-viewport:nth-child(2) {
            -webkit-animation-delay: .3s;
            animation-delay: .3s;
        }

        .account-cards .card-item.in-viewport:nth-child(3) {
            -webkit-animation-delay: .6s;
            animation-delay: .6s;
        }

        .account-cards .card-item.in-viewport ul li {
            -webkit-animation: fadeInUp forwards .3s;
            animation: fadeInUp forwards .3s;
        }

            .account-cards .card-item.in-viewport ul li:nth-child(1) {
                -webkit-animation-delay: .2s;
                animation-delay: .2s;
            }

            .account-cards .card-item.in-viewport ul li:nth-child(2) {
                -webkit-animation-delay: .4s;
                animation-delay: .4s;
            }

            .account-cards .card-item.in-viewport ul li:nth-child(3) {
                -webkit-animation-delay: .6s;
                animation-delay: .6s;
            }

            .account-cards .card-item.in-viewport ul li:nth-child(4) {
                -webkit-animation-delay: .8s;
                animation-delay: .8s;
            }

            .account-cards .card-item.in-viewport ul li:nth-child(5) {
                -webkit-animation-delay: 1s;
                animation-delay: 1s;
            }

            .account-cards .card-item.in-viewport ul li:nth-child(6) {
                -webkit-animation-delay: 1.2s;
                animation-delay: 1.2s;
            }

            .account-cards .card-item.in-viewport ul li:nth-child(7) {
                -webkit-animation-delay: 1.4s;
                animation-delay: 1.4s;
            }

            .account-cards .card-item.in-viewport ul li:nth-child(8) {
                -webkit-animation-delay: 1.6s;
                animation-delay: 1.6s;
            }

            .account-cards .card-item.in-viewport ul li:nth-child(9) {
                -webkit-animation-delay: 1.8s;
                animation-delay: 1.8s;
            }

            .account-cards .card-item.in-viewport ul li:nth-child(10) {
                -webkit-animation-delay: 2s;
                animation-delay: 2s;
            }

    .account-cards .bg-white {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

        .account-cards .bg-white > img {
            width: 100%;
        }

    .account-cards .card-item-content {
        padding: .9375rem 1.3125rem 2.125rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 1rem;
    }

        .account-cards .card-item-content .list-title {
            display: block;
            font-size: 1.25rem;
            text-align: center;
            font-weight: 500;
            border-bottom: 1px solid #eee;
            padding-bottom: .9375rem;
            Line-height: 1.3;
        }

        .account-cards .card-item-content ul {
            padding-top: 1.75rem;
            text-align: left;
            margin-bottom: 2.1875rem;
        }

            .account-cards .card-item-content ul li {
                display: -webkit-box;
                display: -ms-flexbox;
                margin-bottom: .75rem;
            }

                .account-cards .card-item-content ul li:before {
                    font-family: "icomoon";
                    content: "\e90a";
                    font-size: .625rem;
                    -webkit-transform: translateY(7px);
                    -ms-transform: translateY(7px);
                    transform: translateY(7px);
                    margin-right: 1rem;
                    margin-left: -1.9rem;
                }

        .account-cards .card-item-content .btn {
            width: 100%;
            max-width: 328px;
            margin: auto auto 0 auto;
        }

    .account-cards .visual-header {
        min-height: 290px;
    }

    .account-cards .card-top {
        background-color: #320e51;
        color: #fff;
    }

    .account-cards h5,
    .account-cards .h5 {
        font-size: 1.875rem;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0;
        max-width: 326px;
        /*padding: 1.5625rem 1.875rem 2.125rem;*/
        padding-top: 1.5625rem;
        padding-bottom: 2.125rem;
        padding-left: 5px;
        padding-right: 5px;
    }

    .account-cards .btn {
        margin-top: auto;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

.section-title {
    text-align: center;
    line-height: 1.875rem;
    font-size: 1.125rem;
}

.info-cards-holder {
    padding-top: 2.6rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1.125rem;
}

    .info-cards-holder .section-title {
        padding-bottom: 1.125rem;
        max-width: 1040px;
        margin: 0 auto;
    }

    .info-cards-holder .inf-card-item {
        padding-right: 2.5rem;
    }

    .info-cards-holder [class^="col"] {
        margin: 0 0 1.25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        opacity: 0;
    }

        .info-cards-holder [class^="col"].in-viewport {
            -webkit-animation: slideInLeft forwards .3s;
            animation: slideInLeft forwards .3s;
        }

            .info-cards-holder [class^="col"].in-viewport:nth-child(1) {
                -webkit-animation-delay: .1s;
                animation-delay: .1s;
            }

            .info-cards-holder [class^="col"].in-viewport:nth-child(2) {
                -webkit-animation-delay: .3s;
                animation-delay: .3s;
            }

            .info-cards-holder [class^="col"].in-viewport:nth-child(3) {
                -webkit-animation-delay: .5s;
                animation-delay: .5s;
            }

            .info-cards-holder [class^="col"].in-viewport:nth-child(4) {
                -webkit-animation-delay: .7s;
                animation-delay: .7s;
            }

            .info-cards-holder [class^="col"].in-viewport:nth-child(5) {
                -webkit-animation-delay: .9s;
                animation-delay: .9s;
            }

            .info-cards-holder [class^="col"].in-viewport:nth-child(6) {
                -webkit-animation-delay: 1.1s;
                animation-delay: 1.1s;
            }

            .info-cards-holder [class^="col"].in-viewport:nth-child(7) {
                -webkit-animation-delay: 1.3s;
                animation-delay: 1.3s;
            }

            .info-cards-holder [class^="col"].in-viewport:nth-child(8) {
                -webkit-animation-delay: 1.5s;
                animation-delay: 1.5s;
            }

            .info-cards-holder [class^="col"].in-viewport:nth-child(9) {
                -webkit-animation-delay: 1.7s;
                animation-delay: 1.7s;
            }

            .info-cards-holder [class^="col"].in-viewport:nth-child(10) {
                -webkit-animation-delay: 1.9s;
                animation-delay: 1.9s;
            }

    .info-cards-holder .row {
        /*margin: 0 -.625rem;*/
        margin: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 0.1rem;
    }

    .info-cards-holder h3 {
        margin-bottom: 0.6rem;
    }

    .info-cards-holder [class^="col-lg"] {
        opacity: 1;
    }

    .info-cards-holder .col-md-6 {
        margin: 0 0 1.25rem;
        font-size: 1.25rem;
        padding: 0 .625rem;
    }

        .info-cards-holder .col-md-6 .text-holder {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
            flex: 0 1 100%;
            line-height: 1.3;
            /*min-height:12rem;*/
        }

.info-cards-holder-row .row {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.info-cards-holder-row .info-card-item .info-card-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    height: 100%;
}

    .info-cards-holder-row .info-card-item .info-card-item .icon-holder {
        margin: 0 auto 10px;
    }

.info-cards-holder-row .text-holder .title {
    margin-bottom: .75rem;
    line-height: 1.1;
}

    .info-cards-holder-row .text-holder .title:only-child {
        margin-bottom: 0;
    }

.info-cards-holder-row .text-holder p {
    margin-bottom: .5rem;
}

.info-cards-holder-row [class^="col"].in-viewport {
    -webkit-animation: slideInLeft forwards .5s;
    animation: slideInLeft forwards .5s;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
}

.info-card-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.625rem 1.9375rem 1.8125rem;
    font-size: 1.125rem;
    line-height: 1.2;
    background: #fff;
    box-shadow: 0 2px 5px #e1edf0;
    width: 100%;
    min-height: 130px;
    height: 100%;
    font-size: 1rem;
}

    .info-card-item.bordered {
        border: 1px solid #77c1ff;
        box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    }

    .info-card-item .text-holder {
        width: 100%;
    }

    .info-card-item .icon-holder {
        padding-top: 0.1rem;
        margin-right: 1.25rem;
    }

    .info-card-item p {
        margin-bottom: 0;
    }

    .info-card-item .title {
        display: block;
        margin-bottom: .5625rem;
        color: #4a4a4a;
        font-weight: 700;
        font-size: 1.5rem;
    }

    .info-card-item.benefits-item-bordered {
        font-size: 1.125rem;
    }

.info-cards-holder-row {
    text-align: center;
}

    .info-cards-holder-row .row {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: 0 -.625rem;
    }

    .info-cards-holder-row > .btn {
        display: inline-block;
    }

    .info-cards-holder-row .info-card-item {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 1.125rem;
        padding-bottom: 1.125rem;
        display: block;
        font-size: 1rem;
    }

        .info-cards-holder-row .info-card-item.in-viewport {
            -webkit-animation: fadeInUp forwards .8s;
            animation: fadeInUp forwards .8s;
        }

    .info-cards-holder-row [class^="col"] {
        opacity: 0;
        margin-bottom: 1.25rem;
    }

        .info-cards-holder-row [class^="col"] .icon-holder {
            max-width: 100%;
            margin: 0 auto 10px;
            min-height: 50px;
        }

            .info-cards-holder-row [class^="col"] .icon-holder img {
                margin: auto;
            }

    .info-cards-holder-row .title {
        color: #4a4a4a;
        font-weight: 700;
        font-size: 1.25rem;
    }

    .info-cards-holder-row .section-title {
        max-width: 1150px;
        margin: 0 auto;
        margin-bottom: 1.875rem;
        padding-bottom: 0;
        margin-top: -10px;
    }



.content-banking-title p:only-of-type {
    margin-bottom: 0;
}

.content-banking-title h3 {
    margin-bottom: 0.7rem;
}

.account-cards2 {
    text-align: left;
    position: relative;
}

    .account-cards2 .card-item {
        max-width: 100%;
    }

    .account-cards2 h5,
    .account-cards2 .h5 {
        padding: 0.75rem 0 0;
        color: #4a4a4a;
        max-width: none;
        font-size: 1.5rem;
        margin-left: 0;
        line-height: 1.75rem;
    }

    .account-cards2 .top-content {
        display: block;
        border-bottom: 1px solid #efefef;
        font-size: .875rem;
        line-height: 1.2;
        padding-bottom: 0.5rem;
    }

    .account-cards2 .section-title {
        line-height: 1.75;
    }

        .account-cards2 .section-title h3 {
            margin-bottom: 1.625rem;
        }

        .account-cards2 .section-title p:last-child {
            margin-bottom: 0;
        }

    .account-cards2 .slick-slider-mob {
        max-width: 1100px;
    }

    .account-cards2 .card-item-content {
        padding: .9375rem 2rem 2rem 1rem;
    }

        .account-cards2 .card-item-content h5 {
            /*margin-bottom: .75rem;*/
        }

        .account-cards2 .card-item-content ul {
            padding-top: .75rem;
        }

.visual-block-ordered4.visual-block-ordered4 {
    padding-bottom: 0;
}

    .visual-block-ordered4.visual-block-ordered4 .visual-block .lg-text-mob {
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .visual-block-ordered4.visual-block-ordered4 .visual-block .visual-holder {
        max-width: 745px;
    }

.post-content {
    font-size: 1rem;
    line-height: 1.88;
    text-align: center;
    max-width: 1000px;
}

    .post-content p {
        margin-bottom: 1.3rem;
    }

    .post-content .viewport-section {
        opacity: 0;
    }

    .post-content .in-viewport {
        -webkit-animation: fadeInUp forwards .5s;
        animation: fadeInUp forwards .5s;
    }

.visual-block-ordered2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .visual-block-ordered2 .visual-holder,
    .visual-block-ordered2 .text-holder {
        max-width: none;
    }

    .visual-block-ordered2 .text-holder {
        padding-top: .625rem;
        padding-bottom: .625rem;
    }

.decorate-list {
    font-size: 1.125rem;
    line-height: 1.53;
    max-width: 460px;
    width: 100%;
    margin-bottom: 3.125rem;
    text-align: left;
}

    .decorate-list li {
        position: relative;
        margin-bottom: 1.5rem;
        color: #212121;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .decorate-list li:before {
            font-family: "icomoon";
            content: "\e90a";
            font-size: .5rem;
            margin-right: 1.5625rem;
            margin-top: .1875rem;
            max-width: 23px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 23px;
            flex: 0 0 23px;
            height: 23px;
            display: inline-block;
            vertical-align: middle;
            border: 1px solid #516c82;
            border-radius: 50%;
            color: #516c82;
            line-height: 3;
            text-align: center;
        }

.main-content-title2 {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 3.125rem 0;
    text-align: center;
}

h3 {
    margin-bottom: 1.875rem;
}

    h3:only-child {
        margin-bottom: 0;
    }

.info-cards-holder3 .section-title {
    max-width: 100%;
}

.info-cards-holder3 .col-md-6 .icon-holder {
    padding-top: 0;
    /*-ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;*/
    max-width: 54px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54px;
    flex: 0 0 54px;
}

    .info-cards-holder3 .col-md-6 .icon-holder img {
        width: 100%;
    }

.info-cards-holder3 .info-card-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;*/
    min-height: 130px;
}

.title-big {
    color:#4a4a4a;
    max-width: 280px;
    display: block;
}
.title-big:hover {
    color: #1871b9;
    text-decoration:none;
}

.visual-block-ordered5.visual-block-ordered5 .visual-block,
.visual-block-ordered7.visual-block-ordered7 .visual-block,
.visual-block-ordered10.visual-block-ordered10 .visual-block {
    padding-bottom: 3.125rem;
    line-height: 1.4;
}

.visual-block-ordered5.visual-block-ordered5 .text-holder,
.visual-block-ordered7.visual-block-ordered7 .text-holder,
.visual-block-ordered10.visual-block-ordered10 .text-holder {
    padding-top: 1.5625rem;
    max-width: 780px;
    padding-bottom: 0;
}

.visual-block-ordered5.visual-block-ordered5 .lg-text-mob .btn,
.visual-block-ordered7.visual-block-ordered7 .lg-text-mob .btn,
.visual-block-ordered10.visual-block-ordered10 .lg-text-mob .btn {
    max-width: none;
    margin: 0 auto;
    max-width: 300px;
}

.visual-block-ordered5.visual-block-ordered5 p,
.visual-block-ordered7.visual-block-ordered7 p,
.visual-block-ordered10.visual-block-ordered10 p {
    margin-bottom: 1.8125rem;
}

.col-paragraph.col-paragraph {
    opacity: 0;
}

    .col-paragraph.col-paragraph.in-viewport {
        -webkit-animation: fadeInUp forwards 1.5s;
        animation: fadeInUp forwards 1.5s;
    }

.info-cards-holder4,
.info-cards-holder5 {
    color: #4a4a4a;
    text-align: center;
    position: relative;
    text-align: center;
    padding-top: 3.125rem;
    padding-bottom: 1.875rem;
    font-size: 1rem;
    line-height: 1.5rem;
}

    .info-cards-holder4 .container,
    .info-cards-holder5 .container {
        max-width: 1180px;
    }

    .info-cards-holder4 [class^="col"],
    .info-cards-holder5 [class^="col"] {
        display: block;
    }

    .info-cards-holder4 .row,
    .info-cards-holder5 .row {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .info-cards-holder4 .btn,
    .info-cards-holder5 .btn {
        margin: 0 auto;
    }

    .info-cards-holder4 .col-paragraph,
    .info-cards-holder5 .col-paragraph {
        position: static;
        padding: 0;
        margin-bottom: 1.5625rem;
    }

        .info-cards-holder4 .col-paragraph:last-child,
        .info-cards-holder5 .col-paragraph:last-child {
            margin-bottom: 25px;
        }

    .info-cards-holder4 .info-card-item,
    .info-cards-holder5 .info-card-item {
        font-size: 1.25rem;
        padding-top: 1.875rem;
        padding: 1.875rem .9375rem;
        text-align: center;
    }

        .info-cards-holder4 .info-card-item .text-primary,
        .info-cards-holder5 .info-card-item .text-primary {
            font-size: 1.25rem;
            margin-bottom: .625rem;
        }

        .info-cards-holder4 .info-card-item .text-holder img,
        .info-cards-holder5 .info-card-item .text-holder img {
            display: block;
            margin: 0 auto 10px;
        }

        .info-cards-holder4 .info-card-item .text-holder p,
        .info-cards-holder5 .info-card-item .text-holder p {
            margin-bottom: 0;
            font-size: 0.875rem;
        }

    .info-cards-holder4 h3,
    .info-cards-holder5 h3 {
        margin-bottom: 1.5625rem;
    }

.content-main-title2 {
    font-size: 1.25rem;
}

    .content-main-title2 h3 {
        margin-bottom: 1.25rem;
    }

    .content-main-title2 p:only-of-type {
        margin-bottom: 0;
    }

.info-cards-holder5.info-cards-holder5 {
    font-size: 1rem;
}

    .info-cards-holder5.info-cards-holder5 .col-paragraph {
        padding: 0;
        margin-bottom: 1.875rem;
    }

    .info-cards-holder5.info-cards-holder5 h3 {
        margin-bottom: 1.5625rem;
    }

    .info-cards-holder5.info-cards-holder5 p {
        margin-bottom: 1.5625rem;
    }

    .info-cards-holder5.info-cards-holder5 .info-card-item {
        padding-bottom: 1rem;
        font-size: 1rem;
    }

        .info-cards-holder5.info-cards-holder5 .info-card-item .text-primary {
            font-size: 1.5rem;
            margin-bottom: .25rem;
        }

    .info-cards-holder5.info-cards-holder5 img {
        display: inline-block;
        margin-bottom: .625rem;
    }

.visual-block-ordered6 {
    padding: 3.125rem;
}

    .visual-block-ordered6 .visual-block {
        padding-top: 0;
        padding-bottom: 0;
    }

    .visual-block-ordered6 h3 + p {
        margin-bottom: 3.3125rem;
    }

    .visual-block-ordered6 ul {
        margin-bottom: 0;
    }

.artilce-footer-title {
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0 1.25rem;
}

    .artilce-footer-title > strong {
        margin-bottom: 1.25rem;
    }

.visual-block-ordered7.visual-block-ordered7 {
    padding-bottom: 3.125rem;
}

    .visual-block-ordered7.visual-block-ordered7 .visual-block {
        margin-bottom: 0;
    }

    .visual-block-ordered7.visual-block-ordered7 .text-holder {
        padding-top: 0;
        max-width: 100%;
    }

    .visual-block-ordered7.visual-block-ordered7 .decorate-list {
        margin-bottom: 0;
        padding-bottom: 0;
    }

.info-cards-holder6 {
    text-align: center;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}

    .info-cards-holder6 .section-title {
        max-width: 850px;
    }

    .info-cards-holder6 .row {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        max-width: 1110px;
    }

    .info-cards-holder6 h3 {
        margin-bottom: 1.375rem;
    }

    .info-cards-holder6 [class^="col"] {
        padding-bottom: 0;
    }

    .info-cards-holder6 .info-card-item {
        padding-top: 1.75rem;
    }

        .info-cards-holder6 .info-card-item img {
            margin-bottom: .75rem;
        }

    .info-cards-holder6 .title {
        margin: 0 auto 12px;
    }

.visual-block-ordered10.visual-block-ordered10 {
    padding-bottom: 0;
}

    .visual-block-ordered10.visual-block-ordered10 h3 {
        margin-bottom: 1.875rem;
    }

.info-cards-holder-row2 .col {
    min-width: 200px;
    min-height: 210px;
    padding-left: .625rem;
    padding-right: .625rem;
}

.info-cards-holder-row2 .info-card-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /*justify-content: center;*/
    min-height: 200px;
}

.info-cards-holder-row2 .icon-holder.icon-holder {
    max-height: none;
    margin-bottom: .125rem;
}

.info-cards-holder-row2 .text-holder {
    max-width: 145px;
    margin: 0 auto;
}

.info-cards-holder7,
.info-cards-holder9 {
    padding-top: 0;
}

    .info-cards-holder7 .section-title,
    .info-cards-holder9 .section-title {
        padding-bottom: 1.5625rem;
    }

    .info-cards-holder7 .title-big,
    .info-cards-holder9 .title-big {
        max-width: none;
    }

    .info-cards-holder7 .row,
    .info-cards-holder9 .row {
        margin-bottom: 1.5625rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .info-cards-holder7 .col-md-6,
    .info-cards-holder9 .col-md-6 {
        max-width: 565px;
    }

    .info-cards-holder7 .info-card-item,
    .info-cards-holder9 .info-card-item {
        text-align: left;
        padding: 1.625rem .9375rem 1.8125rem;
    }

    .info-cards-holder7 .container > .btn,
    .info-cards-holder9 .container > .btn {
        margin-bottom: 3.125rem;
    }

    .info-cards-holder7 .content-main-title-lg,
    .info-cards-holder9 .content-main-title-lg {
        font-size: 1.25rem;
    }

.content-main-title3 {
    margin-bottom: 3.125rem;
}

.area {
    text-align: center;
    padding-bottom: 3.125rem;
}

    .area > .row > [class^="col"] {
        margin-bottom: 1.5625rem;
    }

        .area > .row > [class^="col"]:last-child {
            margin-bottom: 0;
        }

.area-item {
    position: relative;
    min-height: 230px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .area-item:before {
        -webkit-transition: background .3s linear;
        transition: background .3s linear;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
    }

    .area-item > * {
        position: relative;
    }

    .area-item:hover {
        color: #fff;
        text-decoration: none;
    }

        .area-item:hover:before {
            background-color: rgba(0, 0, 0, .6);
        }
.about-us-thumb:hover:before {
    background-color: rgba(0, 0, 0, .4) !important;
}
.numbered-blocks-holder {
    counter-reset: section;
    padding-top: 1.5625rem;
}

.numbered-block-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
}

    .numbered-block-item:before {
        text-align: center;
        counter-increment: section;
        content: counters(section, ".") " ";
        width: 44px;
        height: 44px;
        background-color: #516c82;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        line-height: 44px;
        margin-bottom: 1.5625rem;
        font-size: 1.375rem;
    }

    .numbered-block-item > * {
        display: block;
    }

    .numbered-block-item .title {
        font-size: 1.375rem;
        margin-bottom: 1.5625rem;
        line-height: 1.27;
    }

.visual-block-ordered8.visual-block-ordered8 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .visual-block-ordered8.visual-block-ordered8 .visual-block {
        padding-top: 0;
    }

.account-cards3,
.account-cards7 {
    position: relative;
    text-align: left;
    padding-bottom: 1.5625rem;
}

    .account-cards3 .container,
    .account-cards7 .container {
        max-width: 1100px;
    }

    .account-cards3 .section-title,
    .account-cards7 .section-title {
        max-width: 850px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }

    .account-cards3 h5,
    .account-cards7 h5 {
        color: #4a4a4a;
        max-width: none;
        font-size: 1.5rem;
        padding: 1.75rem 2.125rem .6875rem 1.375rem;
        margin-left: 0;
    }

    .account-cards3 .card-item-content .btn,
    .account-cards7 .card-item-content .btn {
        margin-left: 0;
        display: inline-block;
        width: auto;
    }

    .account-cards3 p,
    .account-cards7 p {
        margin-bottom: 1.75rem;
    }

.content-main-title4 {
    padding-bottom: 3.125rem;
}

.info-cards-holder8 {
    padding-top: 0;
    padding-bottom: 1.875rem;
}

    .info-cards-holder8 .section-title {
        padding-bottom: .9375rem;
    }

.visual-block-ordered9.visual-block-ordered9 {
    padding-bottom: 3.125rem;
}

    .visual-block-ordered9.visual-block-ordered9 .text-holder {
        max-width: 838px;
    }

        .visual-block-ordered9.visual-block-ordered9 .text-holder p {
            margin-bottom: 1.875rem;
        }

.visual-block-ordered11.visual-block-ordered11 {
    padding: 3.125rem 0;
}

    .visual-block-ordered11.visual-block-ordered11 .text-holder {
        font-size: 1.125rem;
    }

.visual-block-ordered12.visual-block-ordered12 {
    padding-top: 3.125rem;
    padding-bottom: 0;
    font-size: 1rem;
}

    .visual-block-ordered12.visual-block-ordered12 .visual-block .visual-holder {
        margin-bottom: 1.875rem;
    }

    .visual-block-ordered12.visual-block-ordered12 .btn {
        display: block;
        max-width: 200px;
        margin: 0 auto;
    }

.content-main-title5 {
    padding: 15px 0 !important;
}

    .content-main-title5 p {
        margin-bottom: 0;
    }

.account-cards4 .section-title {
    font-size: 1.25rem;
}

.account-cards4 h5 {
    font-size: 1.625rem;
}

.account-cards4 .card-item-content ul {
    font-size: 1rem;
    margin-bottom: .9375rem;
}

    .account-cards4 .card-item-content ul li {
        margin-bottom: 1.875rem;
    }

.account-cards4 .card-item-content .btn {
    max-width: none;
}

.account-cards5,
.account-cards6 {
    /*background-color: #83c4d5;*/
    background-repeat: no-repeat;
    text-align: left;
    background-size: 575px;
    background-position: 0 100%;
    position: relative;
    padding-top: 30px;
    padding-bottom: 19.375rem;
    margin-bottom: 3.125rem;
}

    .account-cards5 .container,
    .account-cards6 .container {
        max-width: 1067px;
    }

    .account-cards5 .card-item,
    .account-cards6 .card-item {
        margin-bottom: 1.25rem;
    }

    .account-cards5 .visa-holder,
    .account-cards6 .visa-holder {
        padding-top: 1.875rem;
        text-align: center;
    }

    .account-cards5 .title,
    .account-cards6 .title {
        font-size: .875rem;
    }

    .account-cards5 .card-item-content,
    .account-cards6 .card-item-content {
        padding-top: 1.6875rem;
        padding-bottom: 1.5rem;
    }

        .account-cards5 .card-item-content ul,
        .account-cards6 .card-item-content ul {
            font-size: .875rem;
            padding-top: 1.125rem;
            padding-right: 2.5rem;
            margin-bottom: 1.5625rem;
        }

            .account-cards5 .card-item-content ul li,
            .account-cards6 .card-item-content ul li {
                margin-bottom: 1.125rem;
            }

                .account-cards5 .card-item-content ul li:last-child,
                .account-cards6 .card-item-content ul li:last-child {
                    margin-bottom: 0;
                }

                .account-cards5 .card-item-content ul li:before,
                .account-cards6 .card-item-content ul li:before {
                    font-size: .375rem;
                    -webkit-transform: translate(1px, 7px);
                    -ms-transform: translate(1px, 7px);
                    transform: translate(1px, 7px);
                }

        /*.account-cards5 .card-item-content ul li:after,
.account-cards6 .card-item-content ul li:after {
	content: "";
	position: absolute;
	left: -.25rem;
	top: .25rem;
	width: 1.0625rem;
	height: 1.0625rem;
	border: 1px solid #516c82;
	border-radius: 50%;
}*/

        .account-cards5 .card-item-content .btn,
        .account-cards6 .card-item-content .btn {
            width: auto;
        }

    .account-cards5 .row,
    .account-cards6 .row {
        margin: 0 -.625rem;
    }

.content-main-title5 .card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 3.125rem;
}

.content-main-title5 li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 165px;
    flex: 1 0 165px;
    max-width: 165px;
}

.content-main-title5 a {
    display: inline-block;
}

.account-cards6 {
    /*background-color: #536668;*/
    background-position: 100% 100%;
}

.content-main-title-lg {
    font-size: 1.25rem;
}

    .content-main-title-lg h3 {
        font-size: 2.5rem;
    }

    .content-main-title-lg p {
        margin-bottom: 0;
    }

.info-cards-holder9.info-cards-holder9 {
    font-size: 1.375rem;
    font-weight: 700;
    padding-bottom: .625rem;
}

    .info-cards-holder9.info-cards-holder9 .title-big {
        font-size: 1.375rem;
        font-weight: 400;
    }

    .info-cards-holder9.info-cards-holder9 .info-card-item {
        max-width: none;
    }

        .info-cards-holder9.info-cards-holder9 .info-card-item .text-holder {
            font-size: 1.375rem;
            text-align: left;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        }

            .info-cards-holder9.info-cards-holder9 .info-card-item .text-holder a {
                color: #4a4a4a;
            }

    .info-cards-holder9.info-cards-holder9 address {
        margin-bottom: 0;
    }

    .info-cards-holder9.info-cards-holder9 .icon-holder {
        margin-right: 2rem;
    }

.contact-form-holder {
    padding-top: 1rem;
    padding-bottom: 1.5625rem;
}

    .contact-form-holder .section-title {
        font-size: 1.25rem;
    }

.info-cards-holder-row3.info-cards-holder-row3 {
    padding-top: 0;
    padding-bottom: 1.875rem;
}

    .info-cards-holder-row3.info-cards-holder-row3 .main-content-title2 {
        max-width: 820px;
        margin: 0 auto;
        padding-top: 0;
        padding-bottom: 1.25rem;
    }

    .info-cards-holder-row3.info-cards-holder-row3 .info-card-item {
        min-height: 187px;
        padding-left: 5rem;
        padding-right: 5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .info-cards-holder-row3.info-cards-holder-row3 .info-card-item strong {
            font-size: 1.25rem;
        }

.account-cards7 {
    position: relative;
}

    .account-cards7:before {
        -webkit-transition: bottom 1s linear, height 1s linear;
        transition: bottom 1s linear, height 1s linear;
        content: "";
        position: absolute;
        left: 0;
        height: 30%;
        bottom: 0;
        top: auto;
        width: 100%;
        background: #f0f9fb;
    }

    .account-cards7 .slick-dots .slick-active {
        background: #6924a4;
        border: 1px solid #6924a4;
    }

[id="footer"] a {
    display: block;
}

[id="footer"] h6,
[id="footer"] .h6 {
    position: relative;
    color: #fff;
    padding: .625rem 1.25rem;
    font-size: 1.125rem;
    margin-bottom: .5rem;
    padding-top: 0.7rem;
}

[id="footer"] .apps-buttons-holder {
    padding-left: 1.25rem;
}

    [id="footer"] .apps-buttons-holder li {
        display: inline-block;
        width: 142px;
    }

    [id="footer"] .apps-buttons-holder a {
        display: block;
    }

    [id="footer"] .apps-buttons-holder img {
        width: 100%;
    }

[id="footer"] .apps {
    margin-bottom: 1.5rem;
}

[id="footer"] .subscribe-form {
    margin-bottom: 2.3125rem;
}

    [id="footer"] .subscribe-form form {
        position: relative;
        padding: 0 1.25rem;
        line-height: 1;
        color: #000;
        margin-bottom: 1.875rem;
    }

        [id="footer"] .subscribe-form form input {
            padding-right: 3.125rem;
            border: none;
            height: 41px;
        }

    [id="footer"] .subscribe-form button {
        position: relative;
        right: -1px;
        top: 21px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

[id="footer"] .footer-logos {
    padding: 0;
    text-align: center;
    margin: 0 -1.5625rem 1.0625rem;
}

    [id="footer"] .footer-logos li {
        display: inline-block;
        margin: 0 1.5625rem;
    }

.footer-top a {
    color: #fff;
    text-decoration: none;
}

    .footer-top a ul {
        font-weight: 300;
    }

.footer-nav {
    border-bottom: 1px solid #587892;
}

    .footer-nav .slide a {
        font-weight: 300;
    }

        .footer-nav .slide a:hover {
            opacity: .9;
            text-decoration: underline;
        }

    .footer-nav > li {
        margin: 0 1.25rem;
    }

        .footer-nav > li > a {
            position: relative;
            color: #fff;
            padding: 1.6875rem 0;
            font-size: 1.125rem;
        }

            .footer-nav > li > a:after {
                -webkit-transition: -webkit-transform .3s linear;
                transition: -webkit-transform .3s linear;
                transition: transform .3s linear;
                transition: transform .3s linear, -webkit-transform .3s linear;
                font-family: "icomoon";
                content: "\e903";
                position: absolute;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                font-size: 1.875rem;
                font-weight: 100;
            }

    .footer-nav .open a:after {
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }

.hover.hover {
    border: none;
}

    .hover.hover > ul {
        visibility: visible;
        height: auto;
    }

        .hover.hover > ul a {
            text-decoration: none;
        }

.copy {
    font-size: 14px;
    text-align: center;
    color: #fff;
}

    .copy a {
        display: inline;
        color: #fff;
    }

body {
    min-width: 320px;
    font-size: 16px;
    line-height: 1.75;
}

#wrapper {
    position: relative;
    overflow: hidden;
}

.bg-stretch,
.visual-block .visual-holder {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.text-thin.text-thin {
    font-weight: 300;
}
.text-thin-unblock.text-thin-unblock {
    font-weight: 300;
}

.block-y-offset,
.post-content,
.visual-block-ordered2,
.info-cards-holder3,
.content-main-title2,
.info-cards-holder5,
.info-cards-holder-row2,
.info-cards-holder7 .content-main-title-lg,
.info-cards-holder9 .content-main-title-lg,
.info-cards-holder7,
.y-offset,
.content-main-title-lg {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}

strong > a {
    color: #0a5ae2;
}

.container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.announcement-holder p {
    padding: 0 10rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .history-years-list:after {
        bottom: .6875rem;
    }
}

@media screen and (min-width: 375px) and (min-width: 768px) {
    .contacts-bar li + li:before {
        left: -2.125rem;
    }
}

@media screen and (min-width: 375px) {
    .contacts-bar {
        padding: .9375rem 0;
        margin: 0 -.9375rem;
    }

        .contacts-bar li {
            margin: 0 .9375rem;
        }

            .contacts-bar li + li:before {
                content: "";
                position: absolute;
                top: 0;
                width: 1px;
                height: 100%;
                background: #3c5263;
                left: -1.1875rem;
            }

    [id="footer"] .apps-buttons-holder {
        margin: 0 -.75rem;
    }

        [id="footer"] .apps-buttons-holder li {
            margin: 0 .75rem;
        }
}

@media screen and (min-width: 576px) {
    .br-mob {
        display: inline-block;
    }

    .table-holder .btn {
        min-width: 330px;
    }

    .account-cards6 {
        background-position: 0 0;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .account-cards4 h5 {
        padding-left: .625rem;
        padding-right: 1.25rem;
    }

    .hero-section-secondary .parallax-block {
        background-position: 60%;
    }

    .rightimg-card {
        width: 439px !important;
    }

    .separate-title-blocks.in-viewport h2 {
        font-size: 2rem;
    }

    .announcement-holder p {
        padding: 0 1rem;
    }
}

@media (min-width: 768px) {
    .js-slider-post .slick-list {
        margin: 0 auto;
    }

    .js-slider-post .slick-slide {
        margin: 0 15px;
    }

    .history-years-list {
        padding-bottom: 0;
        margin-bottom: 2.5rem;
    }

        .history-years-list:after {
            bottom: .34rem;
        }
}

@media screen and (min-width: 768px) {
    .input-holder {
        margin-right: 3.4375rem;
        display: inline-block;
        margin-left: 1.6rem;
    }

    /*input[type="checkbox"] + label:before {
		width: 20px;
		height: 20px;
		border-width: 1px;
		border-radius: 1px;
	}*/

    input[type="checkbox"] + label:after {
        font-size: .625rem;
    }

    .btn-list li {
        margin-bottom: 1rem;
    }

    .hero-section-secondary {
        font-size: .875rem;
    }

        .hero-section-secondary .parallax-block {
            padding-top: 0;
        }

        .hero-section-secondary .apps-buttons-holder li {
            width: calc(50% - 13px);
            margin: 0 .3125rem;
        }

        .hero-section-secondary.item3 .parallax-block {
            padding-top: 2.75rem;
            min-height: 300px;
        }

        .hero-section-secondary.item3 .lg-text {
            margin-bottom: .875rem;
        }

    .history-post-item .image-holder {
        padding-top: 56%;
    }


    .table-wrap .container {
        border-top: none;
        padding: 0 0 30px;
        max-width: 1150px;
    }

    .table-holder .table thead th {
        border-top: none;
        border-bottom: none;
        background-color: #6924a4;
    }

    .table-holder .table tr td {
        border-color: #002441;
    }

    .table-holder .table tr:last-child td {
        border-bottom: 1px solid #002441;
    }

    .table-holder .table th,
    .table-holder .table td {
        padding: 0.72rem .625rem;
        font-size: .75rem;
    }

    .table-holder tbody,
    .table-holder thead,
    .table-holder tbody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .table-holder tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .table-holder th,
    .table-holder td {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        /*max-width: 25%;*/
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .table-holder th:first-child,
        .table-holder td:first-child {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding-left: 40px;
        }

        .table-holder td:nth-child(2), .table-holder td:nth-child(3), .table-holder td:nth-child(4) {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

    .table-holder th {
        border-right: 1px solid #fff;
    }

        .table-holder th:last-child {
            border: none;
        }

    .table-holder tbody {
        position: relative;
    }

        .table-holder tbody:before,
        .table-holder tbody:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 40px;
            height: 100%;
            background: #fff;
            z-index: 5;
        }

    .bg-info .table-holder tbody:before,
    .bg-info .table-holder tbody:after {
        background: #f0f9fb;
    }

    .table-holder tbody:after {
        left: auto;
        right: 0;
    }

    .table-holder tbody tr:first-child td {
        border-top: none;
    }

    .table-holder th:first-child,
    .table-holder td:first-child {
        text-align: center;
    }

    .table thead,
    .table tr {
        height: auto;
    }

        .table thead tr {
            margin-right: -1px;
        }

    .faq-section-accordion-opener:after {
        -webkit-transition: opacity .3s linear;
        transition: opacity .3s linear;
        content: "";
        position: absolute;
        bottom: -1px;
        width: 35px;
        height: 1px;
        right: 0;
        background: #fff;
        opacity: 0;
    }

    .separate-title-blocks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 3.5rem 1.375rem;
    }

        .separate-title-blocks h2,
        .separate-title-blocks .h2 {
            max-width: 50%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            text-align: right;
            padding: 0 1.875rem;
            border: 1px solid #979797;
            border-width: 0 1px 0 0;
            padding-top: 0;
        }

        .separate-title-blocks .text-holder {
            max-width: 50%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            padding: 0 1.875rem;
            line-height: 1.875rem;
        }

    .visual-block-even .visual-block:nth-child(even) .visual-holder {
        margin: 0 -1.375rem;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0;
    }

    .visual-block-even .visual-block .text-holder {
        margin-bottom: 0;
    }

    .visual-block-odd .visual-block:nth-child(odd) .visual-holder {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0;
        margin: 0 -1.375rem;
    }

    .visual-block-odd .visual-block:nth-child(even) .visual-holder {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .visual-block-ordered .visual-block:only-child .visual-holder {
        max-width: 650px;
    }

    .visual-block-ordered .visual-block:only-child .text-holder {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .visual-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 3.125rem;
    }

        .visual-block:last-child {
            margin-bottom: 0;
        }

        .visual-block:only-child {
            padding-top: 3.125rem;
        }

        .visual-block .visual-holder {
            max-width: 642px;
            width: 100%;
            margin-right: 0;
            margin-bottom: 0;
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .visual-block .text-holder {
            font-size: 1rem;
            padding: .625rem 1.875rem;
            max-width: 51.7%;
            /*-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;*/
            line-height: 1.5rem;
        }

    .visual-block-ordered .visual-block .text-holder {
        /*align-self: center;*/
    }

    .font-secondary .visual-block .text-holder {
        align-self: center;
    }

    .visual-block .text-content {
        margin-left: auto;
    }

    .visual-block p {
        margin-bottom: 2.5625rem;
    }

        .visual-block p:only-child {
            margin-bottom: 0;
        }

    .visual-block-sm .visual-holder {
        max-width: 708px;
    }

    .visual-block-sm .text-holder {
        padding: 0 1.25rem;
    }

    .contacts-bar {
        float: right;
        margin: 0 -2.125rem;
        padding: .625rem 0;
    }

        .contacts-bar li {
            margin: 0 1rem;
        }

    .card-section-title h3,
    .card-section-title .h3 {
        margin-bottom: .8125rem;
    }

    .account-cards .card-item {
        padding-left: .625rem;
        padding-right: .625rem;
    }

    .account-cards .card-item-content ul {
        font-size: 1.125rem;
    }

    .info-cards-holder .col-md-6 {
        margin: 0 0 1.25rem;
    }



    .info-cards-holder-row [class^="col"][class^="col"] {
        padding-top: 0;
        padding-bottom: 0;
    }

    .info-card-item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: none;
    }

    .info-cards-holder-row [class^="col"] {
        padding: .625rem .625rem 1.875rem;
    }

        .info-cards-holder-row [class^="col"] .icon-holder {
            margin: 0 auto 20px;
        }

    .content-banking-title p:only-of-type {
        margin-bottom: 0;
    }

    .account-cards2 .section-title h3 {
        margin-bottom: .8125rem;
    }

    .main-content-title2 {
        font-size: 1.375rem;
        line-height: 1.36;
        text-align: center;
    }

    .title-big {
        font-size: 1.5rem;
    }

    .visual-block-ordered5.visual-block-ordered5 .lg-text-mob,
    .visual-block-ordered7.visual-block-ordered7 .lg-text-mob,
    .visual-block-ordered10.visual-block-ordered10 .lg-text-mob {
        text-align: left;
        padding-top: 0;
    }

        .visual-block-ordered5.visual-block-ordered5 .lg-text-mob .btn,
        .visual-block-ordered7.visual-block-ordered7 .lg-text-mob .btn,
        .visual-block-ordered10.visual-block-ordered10 .lg-text-mob .btn {
            margin-left: 0;
        }

    .info-cards-holder4 .info-card-item,
    .info-cards-holder5 .info-card-item {
        margin: 0;
    }

    .visual-block-ordered7.visual-block-ordered7 .visual-block {
        padding-top: 3.125rem;
    }

    .visual-block-ordered7.visual-block-ordered7 .text-holder {
        font-size: 1.125rem;
        padding-right: .625rem;
        padding-bottom: 0;
    }

    .visual-block-ordered7.visual-block-ordered7 .decorate-list {
        margin-bottom: 0;
    }

        .visual-block-ordered7.visual-block-ordered7 .decorate-list li:last-child {
            margin-bottom: 0;
        }

    .visual-block-ordered7.visual-block-ordered7 .artilce-footer-title {
        font-size: 1.5rem;
    }

        .visual-block-ordered7.visual-block-ordered7 .artilce-footer-title strong {
            margin-bottom: .5rem;
        }

    .info-cards-holder6 .section-title {
        margin-bottom: 2.75rem;
        max-width: 1000px;
    }

    .info-cards-holder6 h3 {
        margin-bottom: .5rem;
    }

    .info-cards-holder-row2 .col {
        max-width: 300px;
    }

    .info-cards-holder7 .col-md-6,
    .info-cards-holder9 .col-md-6 {
        /*margin-bottom: 0;*/
    }

    .area > .row > [class^="col"]:last-child {
        margin-bottom: 1.5625rem;
    }

    .numbered-block-item {
        display: block;
        text-align: left;
        font-size: 1.25rem;
        line-height: 1.4;
    }

        .numbered-block-item:before {
            position: absolute;
            left: 1.25rem;
            top: 0;
        }

        .numbered-block-item > * {
            padding-left: 3.75rem;
        }

    .visual-block-ordered8.visual-block-ordered8 .text-holder {
        max-width: 750px;
        font-size: 1.25rem;
        padding: 0 .625rem 0 2.25rem;
    }

    .account-cards3 .card-item,
    .account-cards7 .card-item {
        max-width: 100%;
    }

    .account-cards3 .section-title,
    .account-cards7 .section-title {
        font-size: 1.25rem;
    }

    .visual-block-ordered9.visual-block-ordered9 .visual-block {
        padding-top: 2.8125rem;
    }

    .visual-block-ordered9.visual-block-ordered9 .text-holder {
        padding-top: 0;
    }

    .visual-block-ordered11.visual-block-ordered11 {
        padding-top: 0;
    }

    .visual-block-ordered12.visual-block-ordered12 {
        padding-bottom: 1.875rem;
        padding-top: 0;
    }

        .visual-block-ordered12.visual-block-ordered12 .btn {
            margin-left: 0;
        }

    .account-cards5,
    .account-cards6 {
        margin-bottom: 0;
    }

    .content-main-title5 li {
        margin: 0 3.125rem;
    }
}

@media screen and (min-width: 800px) {
    .stat {
        margin: 0 auto;
        min-width: 0;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .section-our-history h3 {
        margin-bottom: 1.5625rem;
    }

    .section-our-history .section-content {
        margin: 0 auto 1.75rem;
    }

    .history-years-list {
        max-width: 900px;
        width: 100%;
        margin: 0 auto 3.3125rem;
    }
}

body {
    border-bottom: 1px solid #516c82;
}

@media screen and (min-width: 1024px) {
    h1,
    .h1 {
        font-size: 80px;
    }

    h2 .text-thin,
    .h2 .text-thin {
        font-size: 3.125rem;
        display: block;
    }

    h2,
    .h2 {
        font-size: 2.25rem;
    }

    h3,
    .h3 {
        font-size: 2.1875rem;
    }

    h4,
    .h4 {
        font-size: 2.125rem;
        margin-bottom: .75rem;
    }

    h5,
    .h5 {
        font-size: 1.875rem;
        line-height: 1.33;
    }

    .search-lg {
        padding: 0 1.875rem;
    }

        .search-lg .search-location {
            height: 89px;
            margin-bottom: .875rem;
        }

            .search-lg .search-location:before {
                font-family: "icomoon";
                content: "\e901";
                position: absolute;
                left: 3rem;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                font-size: 1.875rem;
                color: rgba(74, 74, 74, .4);
            }

            .search-lg .search-location > button {
                padding-right: 2.5rem;
                padding-left: 40px;
                right: 1.25rem;
                border-radius: 1.0625rem;
                height: auto;
            }

                .search-lg .search-location > button .icon-search {
                    display: none;
                }

                .search-lg .search-location > button .btn-text {
                    display: block;
                }

        .search-lg input[type="search"] {
            padding-right: 12.5rem;
            padding-left: 6.9375rem;
        }
        .search-lg input[type="number"] {
            padding-right: 12.5rem;
            padding-left: 6.9375rem;
        }

    input[type="checkbox"] + label {
        font-size: 1rem;
        padding-left: 0.875rem;
    }

    .contact-form input,
    .contact-form textarea,
    .contact-form label {
        font-size: 1.5rem;
    }

    .contact-form textarea {
        height: auto;
    }

    .jcf-select.jcf-select,
    .jcf-select-text.jcf-select-text {
        font-size: 18px;
        color: #757575;
    }

    .large-text {
        font-size: 1.375rem;
    }

    .btn-list a {
        font-size: 1.125rem;
    }

    .banner-title .slick-arrow {
        width: 73px;
        height: 73px;
        left: 70%;
    }

        .banner-title .slick-arrow:before {
            font-size: 3.125rem;
        }

    .banner-title .slick-prev {
        left: calc(80% - 10px);
    }

    .banner-title .slick-next {
        left: calc(80% + 73px);
    }

    .hero-section-decorate-text {
        font-size: 20px !important;
        padding-left: 50px;
        margin-bottom: 1.1rem !important;
        color: #4a4a4a;
    }

        .hero-section-decorate-text:after {
            width: 44px;
            height: 15px;
        }

    .heading-font {
        font-size: 1.625rem !important;
        padding-bottom: 0rem !important;
        color: #4a4a4a;
        font-family: Roboto, "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
        font-weight: 400;
    }

    .banner-title-item.banner-title-item {
        min-height: 547px;
    }

    .banner-title-item .h1-large {
        color: #6924a4;
    }

    .banner-title-item.banner-title-item .text-holder {
        padding-top: 6.4375rem;
        font-size: 1.25rem;
        line-height: 1.25;
    }

        .banner-title-item.banner-title-item .text-holder p {
            margin-bottom: 2.1875rem;
        }

    .stat > span + span:before {
        top: .5rem;
        height: calc(100% - 16px);
    }

    .banner {
        min-height: 215px;
    }

        .banner h1,
        .banner .h1 {
            font-size: 2.1875rem;
        }

    .hero-section-secondary .text-block {
        padding-top: 2.1875rem;
        padding-bottom: 0 !important;
    }

    .hero-section-secondary p:last-of-type {
        margin-bottom: 1.3rem;
    }

    .hero-section-secondary .apps-buttons-holder {
        /*margin-bottom: .625rem;*/
    }

    .hero-section-secondary.item2 [class^="col"] {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .hero-section-secondary .lg-text {
        font-size: 34px;
        margin-bottom: 12px;
        line-height: 42px;
        font-weight: 700;
    }

    .hero-section-secondary .col-paragraph {
        font-size: 1.375rem;
        line-height: 1.5;
        padding-right: 3.125rem;
    }

    .history-years-list .slick-list {
        font-size: 16px !important;
    }

    .section-our-history {
        background: -webkit-linear-gradient(top, #6924a4 0%, #6924a4 59%, #f0f9fb 59%, #f0f9fb 100%);
        background: linear-gradient(to bottom, #6924a4 0%, #6924a4 59%, #f0f9fb 59%, #f0f9fb 100%);
    }

        .section-our-history .container {
            padding: 0 20px;
        }

    .history-post-item .title {
        font-size: 22px;
    }

    .history-post-item p {
        font-size: 14px;
    }

    .table-holder {
        border: 1px solid #002441;
    }

        .table-holder .table th,
        .table-holder .table td {
            font-size: 1rem;
        }

    .btn-list-holder .content-main-title {
        font-size: 1.375rem;
    }

        .btn-list-holder .content-main-title h3 {
            font-size: 2.5rem;
        }

    .faq-section-accordion-opener {
        font-size: 1.125rem;
    }

        .faq-section-accordion-opener .icon-angle-right {
            top: 50%;
            -webkit-transform: translateY(-50%) rotate(90deg);
            -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
            right: 1.6875rem;
        }

    .open .faq-section-accordion-opener .icon-angle-right {
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }

    .faq-section-accordion-slide {
        font-size: 1rem;
        padding: .8125rem 1.5rem 1.6875rem;
    }

    .faq-title {
        font-size: 1.5rem;
        margin-bottom: 1.625rem;
    }

    .btn-accordion-collapse {
        right: 4.375rem;
    }

    .visual-block h3,
    .visual-block .h3 {
        margin-bottom: 1.25rem;
    }

    .visual-block-sm .visual-block {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .visual-block-sm .text-holder {
        font-size: 1.375rem;
    }

    .contacts-bar .text {
        font-size: .8125rem;
    }

    .card-section-title {
        padding-bottom: 1.875rem;
    }

    .account-cards .card-item {
        opacity: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0;
    }

        .account-cards .card-item.in-viewport {
            -webkit-animation: fadeInUp forwards .8s;
            animation: fadeInUp forwards .8s;
        }

    .account-cards .card-item-content .list-title {
        font-size: 1.5rem;
        margin-left: -1rem;
    }

    .account-cards .card-item-content ul {
        padding-top: 1.25rem;
    }

    .info-cards-holder {
        padding-bottom: 2.1875rem;
    }

        .info-cards-holder .section-title {
            padding-bottom: 0.5625rem;
            line-height: 1.875rem;
            font-size: 1.125rem;
        }

        .info-cards-holder .inf-card-item {
            padding-right: 4.625rem;
            padding-right: 74px;
        }

    .info-cards-holder-row [class^="col"].in-viewport:nth-child(1) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s;
    }

    .info-cards-holder-row [class^="col"].in-viewport:nth-child(2) {
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
    }

    .info-cards-holder-row [class^="col"].in-viewport:nth-child(3) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
    }

    .info-cards-holder-row [class^="col"].in-viewport:nth-child(4) {
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
    }

    .info-cards-holder-row [class^="col"].in-viewport:nth-child(5) {
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
    }

    .info-card-item {
        padding-top: 1.875rem;
        font-size: 1rem;
        line-height: 24px !important;
    }



    .info-cards-holder-row .info-card-item {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .info-cards-holder-row .title {
        font-size: 1.5rem;
    }

    .info-cards-holder-row .section-title {
        /*padding: 0 1.25rem;*/
        line-height: 1.875rem;
        font-size: 1.125rem;
    }

    .info-cards-holder-row h3 {
        /*text-transform: capitalize;*/
    }

    .info-cards-holder-row .section-title2 {
        font-size: 1.125rem;
        line-height: 1.875rem;
    }

    .visual-block-ordered3 .text-holder {
        padding-left: 2.875rem;
        font-size: 1.25rem;
        line-height: 1.85;
    }


    .account-cards2:before {
        -webkit-transition: bottom 1s linear, height 1s linear;
        transition: bottom 1s linear, height 1s linear;
        content: "";
        position: absolute;
        left: 0;
        top: 100%;
        height: 0;
        width: 100%;
        background: #f0f9fb;
    }

    .account-cards2.in-viewport:before {
        bottom: 0;
        top: auto;
        height: 37%;
    }

    .account-cards2 h5,
    .account-cards2 .h5 {
        font-size: 1.5rem;
        padding: 0.75rem 0 0;
        line-height: 1.75rem;
    }

    .account-cards2 .top-content {
        font-size: 1rem;
        /*font-weight: 300;*/
        line-height: 1.75rem;
    }

    .account-cards2 .section-title {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .account-cards2 .slick-slider-mob {
        margin: 0 auto;
    }



    .account-cards2 .card-item-content ul {
        font-size: .875rem;
        padding-left: 1rem;
        line-height: 1.125rem;
    }

        .account-cards2 .card-item-content ul li {
            margin-bottom: 1.0625rem;
        }

    .visual-block-ordered4.visual-block-ordered4 .visual-block .lg-text-mob {
        font-size: 1.25rem;
        line-height: 1.7;
    }

    .post-content {
        line-height: 1.5rem;
        font-size: 1rem;
    }

        .post-content p {
        }

    .title-big {
        font-weight: 700;
    }

    .visual-block-ordered5.visual-block-ordered5 .text-holder,
    .visual-block-ordered7.visual-block-ordered7 .text-holder,
    .visual-block-ordered10.visual-block-ordered10 .text-holder {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .visual-block-ordered5.visual-block-ordered5 h3,
    .visual-block-ordered7.visual-block-ordered7 h3,
    .visual-block-ordered10.visual-block-ordered10 h3 {
        margin-bottom: .875rem;
    }

    .visual-block-ordered5.visual-block-ordered5 p,
    .visual-block-ordered7.visual-block-ordered7 p,
    .visual-block-ordered10.visual-block-ordered10 p {
        margin-bottom: 1.8125rem;
    }

    .visual-block-ordered5.visual-block-ordered5 ul,
    .visual-block-ordered7.visual-block-ordered7 ul,
    .visual-block-ordered10.visual-block-ordered10 ul {
        margin-bottom: 1.25rem;
    }

    .info-cards-holder4,
    .info-cards-holder5 {
        text-align: left;
    }

        .info-cards-holder4 .btn,
        .info-cards-holder5 .btn {
            margin-left: 0;
        }

        .info-cards-holder4 .col-paragraph,
        .info-cards-holder5 .col-paragraph {
            margin-bottom: 0;
            padding-right: 2.5rem;
        }

        .info-cards-holder4 .info-card-item,
        .info-cards-holder5 .info-card-item {
            font-size: 1rem;
            line-height: 1.25rem;
            padding: 1.3125rem 1.25rem 1.25rem;
        }

            .info-cards-holder4 .info-card-item .text-primary,
            .info-cards-holder5 .info-card-item .text-primary {
                font-size: 1.125rem;
                padding-bottom: 0.05rem;
                display: block;
            }



    .content-main-title2 {
        font-size: 1.375rem;
    }

    .info-cards-holder5.info-cards-holder5 {
        padding-bottom: 1.5625rem;
    }

        .info-cards-holder5.info-cards-holder5 .col-paragraph {
            font-size: 1.25rem;
        }

        .info-cards-holder5.info-cards-holder5 p {
            margin-bottom: 1.25rem;
        }

        .info-cards-holder5.info-cards-holder5 .info-card-item {
            font-size: 1.125rem;
        }

    .visual-block-ordered7.visual-block-ordered7 .visual-block {
        padding-bottom: 0;
        margin-bottom: 1.5625rem;
    }

    .info-cards-holder6 .row {
        margin: 0 auto;
        margin-bottom: 1.125rem;
    }

    .info-cards-holder6 .info-card-item {
        line-height: 1.5rem;
        font-size: 1rem;
        padding: 2.5625rem 1.25rem .625rem;
    }

    .info-cards-holder6 .title {
        margin-bottom: 1.25rem;
        max-width: none;
    }

    .visual-block-ordered10.visual-block-ordered10 {
        padding-bottom: 0;
    }

        .visual-block-ordered10.visual-block-ordered10 .text-holder {
            font-size: 1.125rem;
            line-height: 1.61;
            padding-bottom: 3.125rem;
        }

        .visual-block-ordered10.visual-block-ordered10 h3 {
            margin-bottom: 1.875rem;
        }

    .info-cards-holder-row2 .text-holder .title {
        font-size: 1.25rem;
    }

    .info-cards-holder7,
    .info-cards-holder9 {
        text-align: center;
        padding-bottom: 3.125rem;
    }

        .info-cards-holder7 .section-title,
        .info-cards-holder9 .section-title {
            line-height: 1.875rem;
            font-size: 1.125rem;
        }

        .info-cards-holder7 .row,
        .info-cards-holder9 .row {
            margin-bottom: 0.7rem;
        }

        .info-cards-holder7 .container > .btn,
        .info-cards-holder9 .container > .btn {
            margin-bottom: 24px;
        }

        .info-cards-holder7 .content-main-title-lg,
        .info-cards-holder9 .content-main-title-lg {
            font-size: 1.375rem;
        }

    .numbered-block-item > * {
        padding-left: 4.6875rem;
    }

    .numbered-block-item .title {
        font-size: 1.375rem;
    }

    .visual-block-ordered8.visual-block-ordered8 .visual-holder.visual-holder {
        max-width: 596px;
    }

    .account-cards3,
    .account-cards7 {
        padding-bottom: 3.4375rem;
    }

        .account-cards3:before,
        .account-cards7:before {
            -webkit-transition: bottom 1s linear, height 1s linear;
            transition: bottom 1s linear, height 1s linear;
            content: "";
            position: absolute;
            left: 0;
            height: 30%;
            bottom: 0;
            top: auto;
            width: 100%;
            background: #f0f9fb;
        }

        .account-cards3 h5,
        .account-cards7 h5 {
            font-size: 30px;
            font-size: 1.875rem;
            padding: 47px 47px 5px 52px;
            padding: 2.9375rem 2.9375rem .3125rem 3.25rem;
        }

        .account-cards3 .card-item-content,
        .account-cards7 .card-item-content {
            font-size: 1.25rem;
            padding: .875rem 3.4375rem 3.4375rem;
        }

            .account-cards3 .card-item-content p,
            .account-cards7 .card-item-content p {
                margin-bottom: 2.125rem;
            }

        .account-cards3 p,
        .account-cards7 p {
            margin-bottom: .8125rem;
        }

    .visual-block-ordered9.visual-block-ordered9 .text-holder {
        line-height: 1.5;
        padding-right: 8.125rem;
    }

        .visual-block-ordered9.visual-block-ordered9 .text-holder p:last-of-type {
            margin-bottom: 4.375rem;
        }

    .visual-block-ordered12.visual-block-ordered12 {
        padding-bottom: 0;
        font-size: 1.125rem;
        padding-bottom: 3.125rem;
    }

        .visual-block-ordered12.visual-block-ordered12 .text-holder {
            padding-right: 2.5rem;
            padding-left: 0;
        }

    .account-cards4 .section-title {
        font-size: 1.125rem;
    }

    .account-cards4 h5 {
        text-align: left;
        margin-left: 0;
        font-size: 1.875rem;
        min-height: 137px;
    }

    .account-cards4 .card-item-content ul {
        font-size: .875rem;
    }

        .account-cards4 .card-item-content ul li {
            margin-bottom: 1.0625rem;
        }

    .account-cards5,
    .account-cards6 {
        background-position: 120%;
        background-size: 45%;
        padding-bottom: 3.125rem;
    }

        .account-cards5:before,
        .account-cards6:before {
            -webkit-transition: bottom 1s linear, height 1s linear;
            transition: bottom 1s linear, height 1s linear;
            content: "";
            position: absolute;
            left: 0;
            top: 100%;
            height: 0;
            width: 100%;
            background: #f0f9fb;
        }

        .account-cards5.in-viewport:before,
        .account-cards6.in-viewport:before {
            bottom: 0;
            top: auto;
            height: 15%;
        }

        .account-cards5.in-viewport:before {
            /*height: 5% !important;*/
        }

        .account-cards6.in-viewport:before {
            /*height: 8% !important;*/
        }

        .account-cards5 .card-item,
        .account-cards6 .card-item {
            max-width: 335px;
        }

        .account-cards5 .title,
        .account-cards6 .title {
            font-size: 1.125rem;
        }

        .account-cards5 .card-item-content ul,
        .account-cards6 .card-item-content ul {
            font-size: .875rem;
        }

    .account-cards6 {
        background-position: 0 0;
    }

    .content-main-title-lg {
        font-size: 1.375rem;
    }

    .info-cards-holder9.info-cards-holder9 .title-big {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .info-cards-holder9.info-cards-holder9 .info-card-item {
        padding: 2.8125rem 6.875rem 3.25rem 2.8125rem;
    }

        .info-cards-holder9.info-cards-holder9 .info-card-item .text-holder {
            font-size: 1.5rem;
        }

    .contact-form-holder .section-title {
        font-size: 1.375rem;
        margin-bottom: 2.875rem;
    }

    .info-cards-holder-row3.info-cards-holder-row3 {
        padding-top: 1.25rem;
    }

        .info-cards-holder-row3.info-cards-holder-row3 .info-card-item {
            padding-left: 1.875rem;
            padding-right: 1.875rem;
            min-height: 276px;
        }

            .info-cards-holder-row3.info-cards-holder-row3 .info-card-item strong {
                font-size: 1.5rem;
            }

    .account-cards .card-top {
        /*min-height: 8.5rem;*/
    }

    /*SBA Font Fix*/
    .account-cards7 h5 {
        font-size: 24px;
        padding: 25px 20px 0 20px;
        line-height: 28px;
    }

    .account-cards7 .card-item-content {
        font-size: 1.25rem;
        padding: .9375rem 1.3125rem 2.125rem;
    }

        .account-cards7 .card-item-content p {
            margin-left: -1rem;
            margin-bottom: 0;
            font-size: 16px;
        }

        .account-cards7 .card-item-content .btn {
            margin-left: auto;
        }
}

@media screen and (max-width: 1199px) and (min-width: 1200px) {
    .nav-menu > li:hover > a:after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }
}

@media screen and (min-width: 1200px) {
    .accordion-lang > li:hover {
        border: 1px solid #e5e5e5;
        padding: 0.2rem 2rem 0.2rem 1.7rem;
        border-radius: 0.3rem;
        margin: 0;
    }

    .accordion-lang > li {
        border: 1px solid #fff;
        padding: 0.2rem 2rem 0.2rem 1.7rem;
        border-radius: 0.3rem;
        margin: 0 !important;
    }

    .accordian-lang .slide {
        left: 29px;
        top: 109%;
    }

    .search-opener {
        position: relative;
    }

    .search-form {
        height: 75px;
        padding-top: 0;
        padding-bottom: 0;
    }

    #btn-to-top {
        right: 1.25rem;
    }

    .banner-title .banner-title-item h2 {
        font-size: 5rem;
        line-height: .6;
    }

    .banner-title .banner-title-item .h1-large.h1-large {
        line-height: 1;
        font-size: 84px;
        font-weight: 700;
        margin-left: -4px;
    }



    .table-holder .table th,
    .table-holder .table td {
        font-size: 1.375rem;
    }

        .table-holder .table th:last-child,
        .table-holder .table td:last-child {
            /*min-width: 316px;*/
        }

    .table-holder .btn {
        margin-bottom: 1.875rem;
    }

    .table-description {
        font-size: 15px;
        line-height: 1.33;
    }

    .table td,
    .table th {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .disclaimer {
        padding-top: 0rem;
        padding-bottom: 2.8125rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

        .disclaimer .opener {
            pointer-events: none;
        }

            .disclaimer .opener:before {
                display: none;
            }

    [id="header"] {
        height: 8.3125rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        [id="header"] .top-header a:hover {
            color: #1971b9;
        }

        [id="header"] .search-opener {
            position: static;
        }

        [id="header"] .login-sub-menu a {
            font-weight: 400;
        }

    [id=nav] {
        width: 100%;
        position: relative;
    }

        [id=nav] .navbar-brand {
            padding-left: 2.5rem;
        }

        [id=nav] .top-header {
            width: calc(100% - 280px);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        [id=nav] .menu-top {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 1.625rem 0;
            font-family: Roboto, "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        }

            [id=nav] .menu-top li {
                margin: 0 1.75rem;
            }

            [id=nav] .menu-top a {
                font-size: .875rem;
                color: #4a4a4a;
            }

    .menu-top .nav-menu-link {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    [id=nav] .search-opener.search-opener {
        right: auto;
        top: auto;
        height: 28px;
        font-size: 1.75rem;
        margin-left: .9375rem;
        right: 0;
    }

    [id=nav] .nav-menu-holder {
        width: 100%;
        margin: 0 -.625rem;
    }

        [id=nav] .nav-menu-holder ul ul:not(.subdrop-child) {
            opacity: 0;
            visibility: hidden;
        }

        [id=nav] .nav-menu-holder ul > li:hover > .slide > ul:not(.subdrop-child) {
            opacity: 1;
            visibility: visible;
            height: auto;
        }

        [id=nav] .nav-menu-holder .active a > .text,
        [id=nav] .nav-menu-holder li:hover a > .text {
            position: relative;
        }

            [id=nav] .nav-menu-holder .active a > .text:after,
            [id=nav] .nav-menu-holder li:hover a > .text:after {
                content: "";
                position: absolute;
                bottom: -5px;
                left: 0;
                background: #fff;
                width: 100%;
                height: 2px;
            }

    [id=nav] .nav-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #1971b9;
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        font-size: 1.0625rem;
        position: relative;
        font-weight: 500;
    }

        [id=nav] .nav-menu:before,
        [id=nav] .nav-menu:after {
            content: "";
            position: absolute;
            top: 0;
            left: 100%;
            width: 9999px;
            height: 100%;
            background-color: #1971b9;
        }

        [id=nav] .nav-menu:after {
            right: 100%;
            left: auto;
        }

        [id=nav] .nav-menu > li {
            margin: 0 2.1875rem;
        }

        [id=nav] .nav-menu a {
            padding: .9375rem .625rem;
            color: #fff;
        }
        [id=nav] .nav-menu div {
            padding: .9375rem .625rem;
            color: #fff;
        }
    
    [id="header"] div.nav-menu-link {
        display: block;
        text-decoration: none;
    }

    [id=nav] .form-holder {
        max-width: 1400px;
        width: calc(100% - 240px);
        padding: 1.0625rem 1.25rem;
        border-color: rgba(0, 0, 0, .1);
    }

        [id=nav] .form-holder input {
            height: 42px;
            padding-top: 0;
            padding-bottom: 0;
            font-weight: 400;
            font-size: 1.75rem;
            outline: none;
        }

    [id=nav] .search-form {
        height: 86px;
        line-height: 72px;
        padding-top: .4375rem;
        padding-bottom: .4375rem;
        height: 74px;
        padding-top: 0;
        padding-bottom: 0;
    }

        [id=nav] .search-form input {
            font-size: 1.5rem;
            height: calc(100% - 0px);
        }

    [id=nav] .login.login {
        margin-left: auto;
        margin-right: 0;
    }

        [id=nav] .login.login:hover {
            background-color: #153e68;
        }

            [id=nav] .login.login:hover > a:before {
                opacity: 1;
            }

        [id=nav] .login.login > a {
            position: relative;
            padding-right: 1.25rem;
            padding-left: 1.25rem;
        }

            [id=nav] .login.login > a:before {
                content: "";
                position: absolute;
                bottom: 12px;
                left: 20px;
                background: #fff;
                width: calc(100% - 40px);
                height: 2px;
                opacity: 0;
            }

    [id=nav] .open .nav-sub-menu {
        opacity: 1;
    }

    [id=nav] .nav-sub-menu {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background: #f5f5f5;
        z-index: 15;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        opacity: 0;
        border-bottom: 1px solid #979797;
        border-top: 1px solid #979797;
    }

        [id=nav] .nav-sub-menu:before,
        [id=nav] .nav-sub-menu:after {
            content: "";
            position: absolute;
            top: -1px;
            left: 100%;
            width: 9999px;
            height: calc(100% + 2px);
            background: #f5f5f5;
            border: 1px solid #979797;
        }

        [id=nav] .nav-sub-menu:before {
            border-left: none;
        }

        [id=nav] .nav-sub-menu:after {
            right: 100%;
            left: auto;
            border-right: none;
        }

        [id=nav] .nav-sub-menu > li {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            /*flex-grow: 1;
			max-width: 300px*/
        }
    /*Navigation start*/
    [id=nav] .slide > .nav-sub-menu > li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        /*flex-grow: 1;
			max-width: 300px*/
        padding-right: 3rem;
    }

        [id=nav] .slide > .nav-sub-menu > li:nth-child(1) {
            padding-left: 2.3rem;
        }

    [id=nav] .login .slide > .nav-sub-menu > li {
        padding-left: 0;
        padding-right: 0;
    }
    /*Navigation end*/
    [id=nav] .nav-sub-menu a {
        color: #555;
        font-size: .9375rem;
    }

        [id=nav] .nav-sub-menu a:hover {
            color: #1971b9;
        }

    [id=nav] .nav-sub-menu .icon-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 47px;
    }

    [id=nav] .login-sub-menu {
        width: 286px;
        right: 0;
        left: auto;
        text-align: left;
        background-color: #153e68;
        font-family: "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        display: block;
    }

        [id=nav] .login-sub-menu:before,
        [id=nav] .login-sub-menu:after {
            display: none;
        }

        [id=nav] .login-sub-menu a {
            color: #fff;
            padding-left: 1.6875rem;
            padding-right: .75rem;
        }

            [id=nav] .login-sub-menu a:hover {
                color: #fff;
            }

        [id=nav] .login-sub-menu > li > a {
            text-transform: uppercase;
        }

        [id=nav] .login-sub-menu > li ul {
            text-transform: capitalize;
        }

    [id=nav] .decorated-opener {
        position: relative;
    }

        [id=nav] .decorated-opener:before {
            font-family: "icomoon";
            content: "\e902";
            position: absolute;
            right: 1.25rem;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        [id=nav] .decorated-opener span {
            background-color: rgba(171, 202, 227, .23);
            display: block;
            padding: .3125rem;
            border: 1px solid #fff;
            margin-left: -.8125rem;
        }

    [id=nav] .hover > .decorated-opener:before {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    [id=nav] .subdrop-child {
        background-color: #325981;
        font-size: .75rem;
        padding-left: 2.9375rem;
    }

        [id=nav] .subdrop-child a {
            padding: .5rem 0;
        }

[id=nav] .login.login a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}
[id=nav] .login.login a:hover span, [id=nav] .login.login a:focus span, [id=nav] .login.login a:active span {
	display:block;
	position:absolute;
	/*top:1em;*/ left:1em; width:12em;
	border:1px solid #0cf;
	background-color:#fff;
	color:#000;
	text-align: center;
	font-size: xx-small;
}

.cookiealert-container a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}
.cookiealert-container a:hover span, .cookiealert-container a:focus span, .cookiealert-container a:active span {
	display:block;
	position:absolute;
	/*top:1em;*/ left:1em; width:12em;
	border:1px solid #0cf;
	background-color:#fff;
	color:#000;
	
	text-align: center;
	font-size: xx-small;
}
.btn-brand-color a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}
.btn-brand-color a:hover span, .btn-brand-color a:focus span, .btn-brand-color a:active span {
	display:block;
	position:absolute;
	/*top:1em;*/ left:1em; width:12em;
	border:1px solid #0cf;
	background-color:#fff;
	color:#000;
	
	text-align: center;
	font-size: xx-small;
}
.stat-bar2 a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
	padding-right: 0px !important;
}
.card-item-content a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}
.stat-bar2 a:hover span, .stat-bar2 a:focus span, .stat-bar2 a:active span {
	display:block;
	position:absolute;
	/*top:1em;*/ left:1em; width:14em;
	border:1px solid #000;
	padding: 5px 5px 5px 5px;
	text-transform: initial;
	background-color:#fff;
	color:#000;
	text-align: center;
	font-size: small;
}
.card-item-content a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}
.card-item-content a:hover span, .card-item-content a:focus span, .card-item-content a:active span {
	display:block;
	position:absolute;
	/*top:1em;*/ left:1em; width:12em;
	border:1px solid #0cf;
	background-color:#fff;
	color:#000;
	text-align: center;
	font-size: xx-small;
}
.table-holder a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}
.table-holder a:hover span, .table-holder a:focus span, .table-holder a:active span {
	display:block;
	position:absolute;
	/*top:1em;*/ left:1em; width:12em;
	border:1px solid #0cf;
	background-color:#fff;
	color:#000;
	text-align: center;
	font-size: xx-small;
}
.text-holder a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}
.text-holder a:hover span, .text-holder a:focus span, .text-holder a:active span {
	display:block;
	position:absolute;
	/*top:1em;*/ left:1em; width:12em;
	border:1px solid #0cf;
	background-color:#fff;
	color:#000;
	text-align: center;
	font-size: xx-small;
}
.section-title p > a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}
.section-title  p > a:hover span, 
.section-title  p > a:focus span, 
.section-title  p > a:active span {
	display:block;
	position:absolute;
	/*top:1em;*/ left:1em; width:12em;
	border:1px solid #0cf;
	background-color:#fff;
	color:#000;
	text-align: center;
	font-size: xx-small;
}

.container div > div > a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}
.container div > div > a:hover span, 
.container div > div > a:focus span, 
.container div > div > a:active span {
	display:block;
	position:absolute;
	/*top:1em;*/ left:1em; width:12em;
	border:1px solid #0cf;
	background-color:#fff;
	color:#000;
	text-align: center;
	font-size: xx-small;
}

.container p > span > a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}
.container p > span > a:hover span, 
.container p > span > a:focus span, 
.container p > span > a:active span {
	display:block;
	position:absolute;
	/*top:1em;*/ left:1em; width:12em;
	border:1px solid #0cf;
	background-color:#fff;
	color:#000;
	text-align: center;
	font-size: xx-small;
}

.visual-block article > a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}
.visual-block article > a:hover span, 
.visual-block article > a:focus span, 
.visual-block article > a:active span {
	display:block;
	position:absolute;
	/*top:1em;*/ left:1em; width:12em;
	border:1px solid #0cf;
	background-color:#fff;
	color:#000;
	text-align: center;
	font-size: xx-small;
}

.card-item-content div > a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}
.card-item-content div > a:hover span, 
.card-item-content div > a:focus span, 
.card-item-content div > a:active span {
	display:block;
	position:absolute;
	/*top:1em;*/ left:1em; width:12em;
	border:1px solid #0cf;
	background-color:#fff;
	color:#000;
	text-align: center;
	font-size: xx-small;
}

.container p > a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}
.container  p > a:hover span, 
.container  p > a:focus span, 
.container  p > a:active span {
	display:block;
	position:absolute;
	/*top:1em;*/ left:1em; width:12em;
	border:1px solid #0cf;
	background-color:#fff;
	color:#000;
	text-align: center;
	font-size: xx-small;
}
.container ul> li > a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}
.container  ul> li > a:hover span, 
.container  ul> li > a:focus span, 
.container  ul> li > a:active span {
	display:block;
	position:absolute;
	/*top:1em;*/ left:1em; width:12em;
	border:1px solid #0cf;
	background-color:#fff;
	color:#000;
	text-align: center;
	font-size: xx-small;
}
.footer-nav li > div > ul > li > a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}
.footer-nav li > div > ul > li > a:hover span, .footer-nav li > div > ul > li > a:focus span, .footer-nav li > div > ul > li > a:active span {
	display:block;
	position:absolute;
	/*top:1em;*/ left:1em; width:12em;
	border:1px solid #0cf;
	background-color:#fff;
	color:#000;
	text-align: center;
	font-size: xx-small;
}

    .login-sub-menu.login-sub-menu {
        border: none;
    }

        .login-sub-menu.login-sub-menu > li > a {
            border-bottom: 1px solid rgba(255, 255, 255, .4);
        }

        .login-sub-menu.login-sub-menu > li:last-child > a {
            border-bottom: none;
        }

        .login-sub-menu.login-sub-menu .opener {
            padding-right: 3.125rem;
        }

            .login-sub-menu.login-sub-menu .opener:before {
                content: "\e902";
                right: 1.875rem;
                font-size: 1.875rem;
            }

        .login-sub-menu.login-sub-menu .open .opener:before {
            -webkit-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
        }

    .subdrop {
        height: 0;
        visibility: hidden;
    }

    .accordion-lang {
        /*min-width: 80px;*/
    }

        .accordion-lang .opener {
            /*min-width: 80px;*/
        }

            .accordion-lang .opener:before {
                content: "\e902";
                right: -1.5rem;
                left: auto;
            }

        .accordion-lang .slide li {
            padding: 0.5rem 0;
        }

        .accordion-lang a {
            color: inherit;
        }

        .accordion-lang .slide {
            position: absolute;
            left: 0;
            top: 100%;
            background: #fff;
            z-index: 500;
            height: 0;
            visibility: hidden;
            border: 1px solid #efefef;
            display: table;
            border-radius: 4px;
            box-shadow: 1px 1px 2px #747272;
        }

        .accordion-lang li:hover .slide {
            height: auto;
            visibility: visible;
        }

        .accordion-lang li:hover .opener:before {
            -webkit-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
        }

        .accordion-lang .slide li:hover {
            background: #f3f3f3;
        }

        .accordion-lang .slide li {
            padding: 0;
            margin: 0;
        }

            .accordion-lang .slide li a {
                padding: 0.5rem 0;
                margin: 0 1.9em;
            }

    [id="main"] {
        padding-top: 8.3125rem;
    }

    .visual-block-odd .visual-block:nth-child(odd) .visual-holder {
        margin-right: -9.3125rem;
        margin-left: auto;
    }

    .visual-block-odd .visual-block:nth-child(even) .text-holder {
        padding-left: 5.25rem;
    }

    .visual-block .text-holder {
        max-width: 658px;
        padding: .625rem 1.9375rem .625rem 1.5rem;
    }

    .visual-block-sm .text-holder {
        padding: 0 1.25rem;
    }

    .account-cards .bg-white {
        max-width: 450px;
    }

    .info-card-item .icon-holder {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .visual-block-ordered7.visual-block-ordered7 .decorate-list li {
        margin-bottom: 2.3125rem;
    }

    .info-cards-holder7 .icon-holder,
    .info-cards-holder9 .icon-holder {
        padding-top: 0;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .visual-block-ordered12.visual-block-ordered12 .text-holder {
        padding-right: 6.5rem;
    }

    .account-cards6 {
        margin-right: -9.375rem;
    }

    [id="footer"] h6,
    [id="footer"] .h6 {
        padding: 0;
        font-size: 18px;
        line-height: 2.4;
        font-family: "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }

    [id="footer"] .apps-buttons-holder {
        padding-left: 0;
    }

    [id="footer"] .apps {
        max-width: none;
        padding-left: 2.9375rem;
        padding-top: 10px;
    }

        [id="footer"] .apps li {
            margin-bottom: .875rem;
        }

    [id="footer"] .subscribe-form form {
        padding: 0;
        margin-bottom: .625rem;
    }

    [id="footer"] .subscribe-form button {
        right: -0.1rem;
    }

    [id="footer"] .footer-logos {
        text-align: left;
    }

    .footer-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 1166px;
        margin: 0 auto;
        padding-top: 1.1875rem;
        padding-right: 2.25rem;
        padding-bottom: 1.1875rem;
    }

        .footer-top > * {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0;
            flex: 1 0 0;
            max-width: 217px;
        }

    .footer-nav {
        border-bottom: none;
        max-width: 217px;
        width: 100%;
        padding-top: 13px;
    }

        .footer-nav > a {
            padding: 0;
        }

        .footer-nav a {
            color: #fff;
        }

            .footer-nav a:after {
                display: none;
            }

        .footer-nav > li {
            margin: 0;
        }

            .footer-nav > li > a {
                padding: 0;
                font-size: 18px;
                margin-bottom: .3125rem;
            }

    body {
        font-size: 16px;
    }
}

@media screen and (min-width: 1200px) and (min-width: 1200px) {
    [id=nav] .form-holder {
        width: calc(100% - 290px);
        /*padding: 0 1.25rem;*/
        padding: 0rem;
        margin-top: 4px;
    }

    [id=nav] .login-sub-menu .opener {
        content: "\e902";
        right: auto;
    }

    .footer-nav a {
        font-size: 15px;
        margin-bottom: .25rem;
    }
}

@media screen and (min-width: 1400px) {

    .visual-block-even .visual-block:nth-child(even) .text-holder {
        padding-left: 0;
    }

    .visual-block-even .visual-block:nth-child(even) .visual-holder {
        margin-right: -9.3125rem;
        margin-left: auto;
    }

    .visual-block .visual-holder {
        margin-left: -9.3125rem;
    }

    .visual-block-ordered5 .text-holder,
    .visual-block-ordered7 .visual-block-ordered10 .text-holder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33%;
        flex: 0 0 58.33%;
    }

    .visual-block-ordered7.visual-block-ordered7 .text-holder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6667%;
        flex: 0 0 66.6667%;
    }

    .visual-block-ordered11.visual-block-ordered11 .visual-holder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%;
    }
}

@media screen and (max-width: 1199px) {
    .login-sub-menu.login-sub-menu .opener:before {
        -webkit-transition: -webkit-transform .3s linear;
        transition: -webkit-transform .3s linear;
        transition: transform .3s linear;
        transition: transform .3s linear, -webkit-transform .3s linear;
        font-family: "icomoon";
        content: "\e903";
        position: absolute;
        right: 1.875rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 1.875rem;
        font-weight: 100;
        color: #555;
    }

    .login-sub-menu.login-sub-menu .opener span {
        background-color: rgba(171, 202, 227, .23);
        display: block;
        padding: .3125rem;
        border: 1px solid #fff;
        margin-left: -.8125rem;
    }

    .nav-active {
        overflow: hidden;
    }

        .nav-active .nav-opener,
        .nav-active .navbar-brand {
            position: fixed;
            z-index: 50;
        }

        .nav-active:after {
            content: "";
            width: 100%;
            height: 100vh;
            top: 0;
            background: rgba(0, 0, 0, .5);
            position: fixed;
            left: 0;
        }

    .navbar-brand {
        max-width: 150px;
        position: absolute;
        top: 1.375rem;
        padding-left: 1.25rem;
        z-index: 3;
    }

        .navbar-brand img {
            width: 100%;
        }

    .nav-active .navbar-brand {
        z-index: 3;
    }

    [id=nav] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 87px;
        overflow: hidden;
        overflow-y: auto;
        -webkit-transition: height 2s 2s;
        transition: height 2s 2s;
        max-height: 100vh;
    }

        [id=nav] > * {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
            flex: 1 0 100%;
        }

    .nav-active [id=nav] {
        height: auto;
    }

    [id=nav] .top-header {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .nav-opener,
    .search-opener {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        padding: .625rem;
        font-size: 2.3125rem;
        color: #4a4a4a;
        line-height: 1;
        width: 75px;
        height: 87px;
    }

        .nav-opener:before,
        .search-opener:before {
            position: absolute;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            right: 0;
        }

    .nav-opener {
        z-index: 400;
        background: #fff;
        height: 86px;
    }

        .nav-opener:before {
            font-family: "icomoon";
            content: "\e907";
        }

        .nav-opener:after {
            -webkit-transition: background .3s linear;
            transition: background .3s linear;
            content: "";
            max-width: 9999px;
            position: absolute;
            right: 100%;
            top: 0;
            width: 9999px;
            height: 100%;
            opacity: 0;
            visibility: hidden;
            background: #fff;
        }

    .nav-active .nav-opener {
        -webkit-transition: background .5s linear, width .5s linear;
        transition: background .5s linear, width .5s linear;
        background-color: transparent;
        background: #0388f6;
        background-color: #0388f6;
        color: #fff;
        z-index: 400;
    }

        .nav-active .nav-opener:before {
            content: "\e908";
            color: #fff;
        }

    /*.nav-active .nav-opener:after {
		background: #0388f6;
		visibility: visible;
		opacity: 1;
	}*/

    .search-active .nav-opener {
        z-index: -1;
    }

    .menu-top,
    .nav-menu {
        -webkit-transition: -webkit-transform .3s linear;
        transition: -webkit-transform .3s linear;
        transition: transform .3s linear;
        transition: transform .3s linear, -webkit-transform .3s linear;
        width: 100%;
        max-width: 480px;
        margin-left: auto;
        float: right;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        visibility: hidden;
        top: 86px;
        position: relative;
    }

    .nav-active .menu-top,
    .nav-active
    .nav-menu {
        height: auto;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .menu-top a,
    .nav-menu a {
        font-size: 1.0625rem;
        padding: .625rem .625rem .5625rem 1.25rem;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .8);
    }

    .menu-top {
        background-color: #026dc5;
    }

        .menu-top > li:last-child a {
            border-bottom: none;
        }

    .nav-active .menu-top {
        padding-bottom: 5.5rem;
    }

    .nav-menu {
        position: relative;
    }

        .nav-menu > li.open > a:after {
            -webkit-transform: translateY(-50%) rotate(-90deg);
            -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
        }

        .nav-menu > li > a {
            position: relative;
            color: #fff;
            background: #064c86;
        }

            .nav-menu > li > a:after {
                -webkit-transition: -webkit-transform .3s linear;
                transition: -webkit-transform .3s linear;
                transition: transform .3s linear;
                transition: transform .3s linear, -webkit-transform .3s linear;
                font-family: "icomoon";
                content: "\e903";
                position: absolute;
                right: 30px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                font-size: 1.875rem;
                font-weight: 100;
            }

    .nav-sub-menu {
        background: #f5f5f5;
    }

        .nav-sub-menu > li {
            border-top: 1px solid #979797;
            margin: 0 1.25rem;
        }

            .nav-sub-menu > li:first-child {
                border: none;
            }

        .nav-sub-menu a {
            font-size: .9375rem;
            color: #555;
        }

        .nav-sub-menu .icon-holder {
            width: 55px;
            display: inline-block;
            margin-right: .625rem;
            vertical-align: middle;
        }

    .login-sub-menu.login-sub-menu {
        background: #f5f5f5;
    }

        .login-sub-menu.login-sub-menu a {
            color: #555;
        }

    .subdrop .slide li {
        background: #5b83ac;
    }

    .subdrop .slide a {
        color: #fff;
    }

    .accordion-lang .slide {
        background: #f5f5f5;
    }

        .accordion-lang .slide li {
            margin: 0 1.25rem;
            border-bottom: 1px solid #979797;
        }

            .accordion-lang .slide li:last-child {
                border: none;
            }

            .accordion-lang .slide li a {
                display: block;
                border: none;
                color: #555;
            }

    .accordion-lang .opener:before {
        -webkit-transition: -webkit-transform .3s linear;
        transition: -webkit-transform .3s linear;
        transition: transform .3s linear;
        transition: transform .3s linear, -webkit-transform .3s linear;
        font-family: "icomoon";
        content: "\e903";
        position: absolute;
        right: 1.875rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 1.875rem;
        font-weight: 100;
    }

    .accordion-lang .open .opener:before {
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }

    [id="footer"] nav li > ul {
        visibility: hidden;
        height: 0;
    }

    .hover.hover > ul a {
        padding-left: 1.25rem;
    }
}

@media screen and (max-width: 1023px) {
    .table-holder .section-title {
        font-size: 20px;
        line-height: 1.5;
    }

    .card-section-title .text-thin {
        font-weight: 700;
    }

    .info-cards-holder [class^="col-lg"] {
        padding: 0 .625rem;
    }

    .content-main-title11 {
        font-size: 1.25rem;
        line-height: 1.5;
    }

    .info-cards-holder8 {
        font-size: 1.25rem;
        line-height: 1.5;
    }

    .separate-title-blocks h2 br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .banner-title-item.banner-title-item .bg-gradient:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: -webkit-linear-gradient(7deg, #dbcdad 0%, rgba(255, 239, 206, 0) 100%);
        background-image: linear-gradient(83deg, #dbcdad 0%, rgba(255, 239, 206, 0) 100%);
        opacity: .8;
    }

    .table thead {
        display: none;
    }

    .table {
        width: 100%;
        overflow: hidden;
        text-align: left;
    }

        .table tbody,
        .table td,
        .table tr,
        .table {
            display: block;
        }

    .cd-table {
        display: none !important;
    }

            .table tbody {
                display: block;
                float: left;
                width: 100%;
                padding: 0 1px 0 1px;
                box-sizing: border-box;
            }

            .table tr {
                float: left;
                width: 100%;
                background: #fff;
                clear: both;
                border: 1px solid #ececec;
                border-left: 173px solid #6924a4;
                margin-bottom: 16px;
            }

            .table th {
                border-color: #fff;
                padding-top: .875rem;
                padding-bottom: .875rem;
                vertical-align: top;
            }

            .table td {
                position: relative;
                float: left;
                clear: both;
                width: 100%;
                padding-top: .875rem;
                padding-bottom: .875rem;
                vertical-align: top;
            }

                .table td:before {
                    content: attr(data-label);
                    padding: 5px 10px;
                    display: inline-block;
                    color: #fff !important;
                    width: 173px;
                    vertical-align: top;
                    margin: 0 0 0 -173px;
                    position: relative;
                    font-weight: 700;
                    padding-right: 1.875rem;
                    padding-bottom: 0;
                    padding-top: 0;
                }

                .table td:after {
                    content: "";
                    position: absolute;
                    right: 100%;
                    top: 100%;
                    background: #cdcdcd;
                    width: 999px;
                    height: 1px;
                }

                .table td span {
                    white-space: normal;
                    display: inline-block;
                    vertical-align: middle;
                    padding: 5px 10px;
                    box-sizing: border-box;
                }

            .table thead,
            .table thead {
                display: none;
            }

    .visual-block .visual-holder {
        position: relative;
        overflow: hidden;
        /*min-height: 350px;*/
    }

    .visual-block-ordered5 .visual-block .visual-holder {
        /* min-height: 623px;*/
        margin-top: 4rem;
    }

    .visual-block-sm .visual-block .visual-holder {
        /*min-height: 280px;*/
        margin-top: 1rem;
    }

    .visual-block .visual-holder img {
        /*position: absolute;
		left: 50%;
		top: 50%;
		width: auto !important;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);*/
    }

    .visual-block-odd .visual-block .visual-holder {
        margin-bottom: 0;
    }



    .visual-block-ordered-mob-reverse {
        padding-top: 2.1875rem;
    }

        .visual-block-ordered-mob-reverse .visual-block:last-child .text-holder {
            margin-bottom: 0;
        }

        .visual-block-ordered-mob-reverse .visual-block .visual-holder {
            margin-bottom: 3.125rem;
        }

    .visual-block .text-holder.lg-text-mob {
        font-size: 1.125rem;
        line-height: 1.66;
    }

    .account-cards .card-item {
        max-width: 100%;
    }

    .decorate-list + .btn {
        margin: 0 auto;
        max-width: 280px;
        display: block;
    }



    .info-cards-holder5.info-cards-holder5 .info-card-item .text-primary {
        font-size: 1.25rem;
        margin-bottom: .625rem;
    }

    .info-cards-holder7 .info-card-item,
    .info-cards-holder9 .info-card-item {
        display: block;
        text-align: center;
    }

        .info-cards-holder7 .info-card-item img,
        .info-cards-holder9 .info-card-item img {
            margin-bottom: .5rem;
        }

        .info-cards-holder7 .info-card-item .text-holder,
        .info-cards-holder9 .info-card-item .text-holder {
            font-size: 1rem;
            line-height: 1.5;
        }

        .info-cards-holder7 .info-card-item .title-big,
        .info-cards-holder9 .info-card-item .title-big {
            font-size: 1.25rem;
            line-height: 1.8;
            font-weight: 700;
        }

    .visual-block-ordered9.visual-block-ordered9 .visual-holder {
        margin-bottom: 1.5625rem;
    }

    .visual-block-ordered9.visual-block-ordered9 .text-holder {
        margin-bottom: 0;
    }

    .account-cards5 .col-12,
    .account-cards6 .col-12 {
        margin-bottom: 1.5625rem;
        padding: 0 .625rem;
    }

    .info-cards-holder9.info-cards-holder9 .info-card-item {
        text-align: left;
        padding: 1.4375rem 1.875rem 1.9375rem 1.875rem;
    }

        .info-cards-holder9.info-cards-holder9 .info-card-item .text-holder {
            text-align: left;
        }

    .info-cards-holder9.info-cards-holder9 .icon-holder {
        margin-right: 0;
        margin-bottom: .6875rem;
    }

    .history-post-item .image-holder {
        background-size: contain;
        background-position: center;
        padding-top: 56%;
    }

    .subscribe-form h6 {
        padding: .625rem 1.25rem .625rem 1.3rem !important;
    }

    .bg-gray-secondary {
        padding-bottom: 0.1rem;
    }
}

@media (max-width: 767px) {
    .post-card-carousel .post-carousel-slide {
        float: left;
        padding: 0;
    }

    .js-slider-post .slick-arrow {
        display: none !important;
    }
}

@media screen and (max-width: 575px) {
    .hero-section-secondary.item2 .apps-buttons-holder {
        max-width: 100%;
    }

    .table-holder .btn {
        width: 100%;
    }
    /*.banner-title-item.banner-title-item {
        min-height: 315px;
    }*/
    .stat > span {
        line-height: 45px;
    }

    .stat {
        min-width: 100%;
        padding: 0;
        text-align: center;
    }

        .stat .stat-item {
            line-height: 1;
            font-size: 0.9rem;
            width: 42%;
        }

        .stat .stat-item2 {
            font-size: 1rem;
            font-weight: 500;
            width: 28%;
            font-size: 0.9rem;
        }

        .stat .stat-item3 {
            width: 45%;
            line-height: 34px;
            margin-bottom: 5px;
            font-size: 0.9rem;
        }

        .stat .text-primary {
            width: 30%;
            font-size: 0.9rem;
        }

        .stat .text-small {
            font-size: .75rem;
            font-weight: 500;
            padding-left: 0;
            width: 44%;
            line-height: 0;
            margin-bottom: 6px;
        }

        .stat > .stat-item3:before {
            width: 0px;
        }
}

@media screen and (max-width: 479px) {
    .hero-section-secondary.item3 {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 2.3125rem;
    }

        .hero-section-secondary.item3 p {
            margin-bottom: 1.875rem;
        }

            .hero-section-secondary.item3 p br {
                display: none;
            }

        .hero-section-secondary.item3 .parallax-block {
            background-position: bottom;
            background-size: cover;
            background-repeat: no-repeat;
            min-height: 750px;
        }

            .hero-section-secondary.item3 .parallax-block:after {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                /*background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .01) 0%, #e9e7cb 100%);
		background-image: linear-gradient(to top, rgba(255, 255, 255, .01) 0%, #e9e7cb 100%);
		width: 100%;
		height: 446px;*/
            }
}

@-webkit-keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/*Removing Extra Grid Space*/
.grid-section > .sscontainer > .container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}
/*404 Error*/
.errorpage {
    text-align: center;
    margin: 5rem 0;
}

    .errorpage h3 {
        font-size: 13rem;
        margin: 0;
        color: #f1f1ef;
        padding: 0;
    }

    .errorpage p {
        font-size: 1.6rem;
        padding: 0;
        margin: 0.2rem 0 4rem 0;
        color: #4a4a4a;
    }

    .errorpage a.btn {
        margin-bottom: 1rem;
    }

.opener img {
    padding-right: 0.6rem;
}

.slide-text-right {
    float: right;
    width: 43%;
    padding-top: 5rem;
}
/*Cooki css Start*/
.cookiealert {
    margin-bottom: 0;
}

.cookiealert-container {
    color: #fff;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .cookiealert-container {
    color: #fff;
    font-size: 1rem;
}
}

.acceptcookies {
    Margin-left: 1rem;
}

    .acceptcookies:after {
        display: none;
    }

.paddistext {
    padding-bottom: 4rem;
}
/*Cooki css End*/
/*External Link Popup css start*/
.modal-footer {
    justify-content: flex-start;
    padding-top: 0;
    border-top: none;
}

.modal-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.3rem !important;
    line-height: 1.2 !important;
}

.modal-dialog {
    max-width: 707px;
    margin-top: 5rem;
}

.modal-content {
    padding: 20px;
}

.modal-body {
    font-size: 0.8rem;
    line-height: 2;
}

.modal-header {
    padding-bottom: 0;
    border-bottom: none;
}

.modal-footer .btn:after {
    display: none;
}

.modal-footer .btn {
    border-radius: 6px;
}

.modal-footer .btn-close {
    border: 1px solid #ccc;
}
/*External Link Popup css End*/
.disclaimer a {
    display: inline !important;
}

/*Benefits container*/
.rightimg-card {
    float: right;
    margin-right: -9rem;
    width: 518px;
    min-height: 22rem;
    margin-left: 2rem;
}

.section-ttl-rightimgcard {
    text-align: left;
    max-width: none;
    margin-left: -0.1rem !important;
}

.rightimg-card img {
    width: 100%;
}

@media (max-width: 768px) {
    .rightimg-card {
        float: none;
        margin-right: 0;
        width: auto;
        min-height: 10rem;
        margin-left: 0;
        margin-bottom: 2rem;
    }

    .comments {
        max-width: 100% !important;
        width: 100% !important;
    }

    .disclaimer {
        padding-top: 2rem;
    }

    .account-cards7 .card-item-content ul {
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 1rem;
    }

    .hero-section-secondary .apps-buttons-holder {
        max-width: 88%;
        margin: 0;
        padding-top: 0;
        padding-right: 6px;
        display: flex;
    }

    .banner-title-item .parallax-block {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-start;
        padding-top: 3rem;
    }

    banner-title .parallax-block .slide-text-right {
        padding-top: 2rem;
    }

    .banner-title-item.banner-title-item .text-holder {
        position: relative;
        padding: 0rem 0 5.1875rem;
    }

    .hero-section-decorate-text {
        margin-bottom: 0.5rem !important;
    }

    .heading-font {
        margin-bottom: 0rem !important;
    }

    .slide-text-right {
        padding-top: 0;
    }
}
/*contact form*/
.formclassoverride {
    width: 50% !important;
    float: left;
    margin-bottom: 2rem;
}

    .formclassoverride input {
        width: 100%;
        border: none;
        border-bottom: 1px solid #9b9b9b;
        padding: 1rem 0;
        font-size: 18px;
    }

.comments {
    max-width: 100% !important;
    width: 100% !important;
}

    .comments textarea {
        width: 100%;
        border: none;
        border-bottom: 1px solid #9b9b9b;
        font-size: 18px;
    }

.propertyaddress {
    max-width: 100% !important;
    width: 100% !important;
}

    .propertyaddress textarea {
        width: 100%;
        border: none;
        border-bottom: 1px solid #9b9b9b;
        font-size: 18px;
    }

.formclassoverride .jcf-unselectable {
    margin-top: 0.15rem;
}

.formclassoverride .control-label {
    display: none;
}

.field-validation-error {
    position: absolute;
    border: 1px solid #fbb0b0;
    width: 96.9%;
    background: #ffeded;
    font-size: 1rem;
    padding-left: 1rem;
    color: #f90a0a;
    display: block;
}

@media screen and (max-width: 767px) {
    .formclassoverride input {
        font-size: 15px;
    }
    .visual-block h3, .visual-block .h3 {
        margin-top: 2rem;
    }

    .disclaimer {
        padding-top: 1rem;
    }

    .advertise-right-section {
        margin-right: 0rem;
    }
}

.card-item-content ul {
    margin-left: 2rem !important;
}

.item2 .apps-buttons-holder {
    float: left;
}

.field-validation-error-email {
    position: absolute;
    top: 4.5rem;
    left: 0rem;
    font-size: 0.8rem;
    background: #ffeded;
    padding: 0.3rem 1rem;
    color: #f50000;
    border: 1px solid #fbb0b0;
    color: #f90a0a;
}

.subscribe-form h6 {
    /*padding: .625rem 1.25rem .625rem 0 !important;*/
    padding: .625rem 1.25rem .14rem 0 !important;
}

.advertise-right-section {
    /*margin-right: 6rem;*/
    float: right;
    margin-left: 31rem;
}

    .advertise-right-section h4 .lg-text {
        font-size: 34px;
        line-height: 42px;
        font-weight: 700;
    }

    .advertise-right-section p {
        font-size: 1.2rem;
        line-height: 1.5;
    }

@media screen and (max-width: 767px) {
    .advertise-right-section {
        /* margin-right: 0rem !important;
        padding: 17.9375rem 2.625rem .9375rem 2.625rem !important;*/
        min-height: 43rem;
        margin-left: 0;
        margin-top: 25rem;
    }

        .advertise-right-section .text-block {
            max-width: 600px;
            padding: 16rem .8rem 0 0.8rem !important;
        }
}

.hero-section-secondary p {
    font-size: 18px;
    line-height: 27px;
}

.getInTouchBtnCenter .btn {
    width: 8rem;
    padding-right: 1.5rem;
}

    .getInTouchBtnCenter .btn:after {
        margin-left: 4px;
        font-size: 1.5625rem;
        line-height: 0;
        padding-top: 0.7rem;
        padding-left: 0.4rem;
        position: absolute;
    }

.subscribe-form .inline-form .field-validation-error {
    margin-top: 2.5rem;
    left: 0;
    display: inline-table;
    padding: 0.2rem 1rem;
}

.nav-opener-holder {
    display: none;
}
/*atm locator css*/
.atm-ttl {
    float: left;
    margin-bottom: 3rem;
    background: #fff;
}

    .atm-ttl h2 {
        /*position: absolute;*/
        width: 340px;
        background: #0388f6;
        color: #fff;
        padding: 13px;
        font-size: 1.4rem;
        margin-bottom: 1px;
        margin-top: 1px;
        clear: both;
    }

        .atm-ttl h2 a {
            color: #fff;
        }

.location-menu {
    overflow: scroll;
    font-size: 1rem;
    height: 551px;
    width: 340px;
    float: left;
    padding-top: 24px;
    border: 1px solid #ccc;
    padding-bottom: 24px;
    padding-left: 20px;
    overflow-x: hidden;
    /*margin-bottom: 3rem;
    margin-top: 3rem;*/
}

.google-map {
    height: 650px;
    width: 748px;
    float: left;
    margin-left: 15px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
}

.atm-resultitem {
    margin-bottom: 2rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
    width: 92%;
}

    .atm-resultitem:first-child {
        padding-top: 5px;
    }

.btn-atm-resultitem, .btn-get-direction {
    border: 1px solid #5a8e21;
    margin-top: 1rem;
    margin-right: 0.8rem;
    color: #fff;
    background-color: #6924a4;
    border-color: #6924a4;
    border-radius: 20px;
    padding: 0.1rem 1rem;
    /*width: 7.6rem;*/
}

    .btn-atm-resultitem:hover {
        background-color: #511882;
    }

@media (max-width: 1190px) {

    .nav-opener-holder {
        background: #fff;
        width: 100%;
        display: block;
        height: 86px;
        position: absolute;
        top: 0;
        z-index: 1;
        display: block;
    }

    .atm-ttl h2 {
        position: relative;
        width: 100%;
    }

    .atmsearch-direction-result {
        Width: 100% !important;
    }

    .atm-ttl {
        Width: 100%;
    }

    .location-menu {
        width: 100%;
        margin-top: -19px;
        padding-top: 5px;
    }

    .login-sub-menu.login-sub-menu .open .opener {
        background-color: #f5f5f5;
    }
}

@media (max-width: 767px) {
    .atm-ttl {
        width: 100%;
    }

    .atm-search-holder {
        border: none !important;
        padding: 0 !important;
    }

        .atm-search-holder .card {
            margin-bottom: 0 !important;
        }

    .atmsearch-direction-result {
        width: 100%;
    }
}

.atmsearch-direction-result {
    border: 1px solid #ccc;
    padding-top: 24px;
    padding-left: 20px;
    max-height: 600px;
    width: 340px;
    font-size: 1rem;
}

.drive-summary, .direction-text {
    padding-right: 1rem;
    padding-bottom: 1rem;
}

.drive-summary {
}

.atmsearch-direction-result .direction-text {
    overflow: auto;
    overflow-x: hidden;
    max-height: 383px;
    border-top: 1px solid #ccc;
    padding-top: 1rem;
    visibility: hidden;
    display: none;
}

.atmsearch-direction-result .end-address {
    margin-top: 0.5rem;
}

.atmsearch-direction-result .drive-input {
    visibility: hidden;
    display: none;
}

    .atmsearch-direction-result .drive-input input[type="text"] {
        width: 92%;
        margin-bottom: 2rem;
    }

.atmsearch-direction-result .direction-text img {
    all: unset;
}

@media (max-width: 1190px) {
    .google-map {
        width: 100%;
        margin-left: 0;
    }
}

.disclaimer .container {
    padding-top: 2rem;
}

.info-cards-holder .section-ttl-rightimgcard {
    max-width: 1136px;
}


.result-title {
    margin-top: 2rem;
}

.result-title, .result-text {
    font-size: 1.2rem;
}

.serchpagination {
    padding-top: 2rem;
    border-top: 1px solid #ccc;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

    .serchpagination li {
        font-size: 1.2rem;
    }

.previous, .next {
    font-weight: bold;
}

.area {
    padding-bottom: 5rem;
}

.line-th-location {
    border-bottom: 1px solid #6924a4;
}

.location-table-wrap {
    padding: 0;
    margin-top: -4rem;
}

    .location-table-wrap .table-holder .table thead th {
        background: none;
        color: #4a4a4a;
        margin-top: -23px;
        text-align: left;
    }

    .location-table-wrap .table-holder {
        border: none;
    }

        .location-table-wrap .table-holder .table th, .table-holder .table td {
            word-break: break-word;
        }

        .location-table-wrap .table-holder .table tr:last-child td {
            border-bottom: 1px solid #ccc;
            /*color: #888;*/
            font-size: 1.2rem;
        }

    .location-table-wrap .table, table, thead, th, td {
        height: auto;
    }

    .location-table-wrap .table-holder th {
        border-right: none;
        font-size: 1.125rem;
    }

    .location-table-wrap .table-holder .table tr td {
        border-color: #ccc !important;
        font-size: 1.1rem;
        justify-content: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        text-align: left;
        -webkit-animation: fadeInUp forwards .7s;
        animation: fadeInUp forwards .7s;
    }

    .location-table-wrap .table-holder th, .table-holder td {
        text-align: center;
        /*max-width: 33%;*/
        justify-content: left;
    }

@media screen and (max-width: 767px) {
    .location-table-wrap .table tr {
        color: #333;
        /*border-left: 169px solid #f0f9fb !important;*/
    }

    .location-table-wrap .container {
        padding: 0;
        text-align: left;
    }

    .location-table-wrap .table-holder th, .table-holder td {
        max-width: 100%;
        text-align: left;
    }
}

.inputholder input[type="checkbox"] + label:before {
    display: none;
}


.footer-nav .slide li {
    display: flex;
}

.footer-nav .slide a {
    display: inline !important;
}

.footer-nav > li > a {
    display: inline !important;
}


@media screen and (max-width: 767px) {
    .footer-nav > li > a {
        display: block !important;
    }
}

.arrow-wrapper {
    display: none !important;
}



@media (max-width: 1199px) {

    .nav-menu > li > a.arrow-wrapper:after {
        -webkit-transition: -webkit-transform .3s linear;
        transition: -webkit-transform .3s linear;
        transition: transform .3s linear;
        transition: transform .3s linear, -webkit-transform .3s linear;
        font-family: "icomoon";
        content: "\e903";
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 1.875rem;
        font-weight: 100;
        right: 8px;
    }

    .nav-menu > li.open > a.arrow-wrapper:after {
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }

    .arrow-wrapper {
        position: relative !important;
        padding-top: 20px !important;
        width: 2rem !important;
        height: 3rem !important;
        float: right !important;
        display: grid !important;
        top: -48px;
        right: 23px;
        /*visibility:hidden;*/
    }

    .nav-menu > li > a {
        display: block;
    }

    .nav-sub-menu > li:first-child {
        display: inline-flex;
    }

    .apps h6 {
        padding-top: 1.5rem;
    }

    input[type="checkbox"] + label:before {
        Left: 0 !important;
    }

    input[type="checkbox"] + label:after {
        left: 0.5rem !important;
    }
}
/*tabs css only*/

.tabholder nav {
    width: auto;
    margin: 0 auto;
}

.tabholder .tab-content {
    width: 100%;
}

.tabholder .nav-tabs {
    border: none;
}

    .tabholder .nav-tabs .nav-link {
        border: none;
        width: 16rem;
    }

        .tabholder .nav-tabs .nav-link.active, .tabholder .nav-tabs .nav-item.show .nav-link {
            border: 3px solid #1971b9 !important;
        }

    .tabholder .nav-tabs > .active:after {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #1971b9;
        content: " ";
        position: relative;
        display: flex;
        left: 43%;
        top: 21%;
    }

@media screen and (max-width: 767px) {
    .tabholder .nav-tabs .nav-link {
        width: auto;
    }
}

.adp-placemark tr td:first-child {
    width: 40px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.alert {
    padding: .75rem;
    margin-bottom: 0;
    font-size: 1.1rem;
}

.footer-nav > li > a:first-child {
    display: flex !important;
    cursor: default;
}
/*.visa-card-hide {
    display: none;
}
.visa-card-show
{
    display: block;
}*/
.american-express-card {
    display: none;
}


@media (max-width: 1199px) {
    .search-lg input[type="search"] {
        font-size: 0.8rem;
    }

    input[type="checkbox"] + label {
        padding-left: 51px;
    }

    .atm-resultitem:first-child {
        padding-top: 27px;
    }

    .input-holder {
        margin-bottom: 1.5rem;
    }

    .hero-section-secondary .text-block {
        padding: .9375rem 1.625rem;
    }
}

.viewport-section.in-viewport ul {
    margin-bottom: 1rem;
}

.account-cards4 .viewport-section.in-viewport ul {
    margin-bottom: 1rem;
    padding-left: 1rem;
}

.adp-substep {
    width: 30px;
}

.drive-summary table tr td:first-child {
    width: 100px;
}

.slick-current .history-post-item-text {
    min-height: 125px;
}

.table-holder table {
    padding-bottom: 2px;
}

.info-cards-holder4 .info-card-item .icon-holder {
    margin-right: 0;
}

/*Advertise banner fixes*/
.hero-section-secondary .text-holder {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    opacity: 0.988477;
    min-height: 292px;
}

.hero-section-secondary .text-block {
    padding-top: 0 !important;
    max-width: 612px;
}

    .hero-section-secondary .text-block .pb-lg-3, .py-lg-3 {
        padding-bottom: 0 !important;
    }
/*Advertise banner fixes end*/

.image-container-heading {
    padding-top: 2.6rem !important;
    padding-bottom: 0;
}

    .image-container-heading h3 .text-primary {
        font-weight: lighter !important;
    }

.background-white {
    background: #fff !important;
}

.background-blue {
    background: #f0f9fb !important;
}

.image-container-heading .text-thin {
    font-size: 40px;
    color: #4A90E2;
    font-family: lato;
}

.item2 .apps-buttons-holder {
    margin-bottom: 0 !important;
}

    .item2 .apps-buttons-holder li {
        margin: 0rem !important;
        padding: 0;
    }

.info-cards-holder4 .info-cards-holder6 {
    padding-bottom: 3.125rem !important;
}

hero-section-secondary .h4 .lg-text {
    line-height: 1.1;
}

.visual-holder-right-image .visual-holder {
    margin-right: -9.3125rem !important;
    margin-left: 0 !important;
}

.visual-holder-right-image .text-holder {
    padding-left: 0;
    padding-right: 4rem;
}

/*Mobile view issues fixes*/
@media (max-width: 768px) {
    .banner-title h1 {
        width: 50%;
    }

    .account-cards5 .card-item-content, .account-cards6 .card-item-content {
        margin-left: 0;
    }

        .account-cards5 .card-item-content .btn {
            margin: auto auto 0 auto !important;
        }

        .account-cards6 .card-item-content .btn {
            margin: auto auto 0 auto !important;
        }

    .content-banking-title {
        padding-bottom: 3rem;
    }

    .rightimg-card {
        margin-left: -22px;
        width: calc(100% + 44px);
    }

    .account-cards2 .top-content p {
        line-height: 1.5;
    }

    .card-item-content ul {
        margin-left: 3rem !important;
    }

    .visual-block-ordered5.visual-block-ordered5 .text-holder {
        Padding-top: 0;
    }

    .viewport-section.in-viewport ul li {
        margin-left: 0;
    }

    .viewport-section.in-viewport ul {
        margin-bottom: 0;
        /*margin-left:-1.4rem;*/
    }

    .account-cards6 .card-item-content ul {
        margin-left: 1rem !important;
    }

    .account-cards5 .card-item-content ul {
        margin-left: 1rem !important;
    }
}

.visual-holder-spacing-remove {
    padding-bottom: 0;
}

    .visual-holder-spacing-remove .visual-block {
        padding-top: 0;
    }

.visual-holder-spacing-last .visual-block {
    padding-top: 0;
}
/*card new classes*/
.tabholder .nav-tabs .nav-link {
    width: auto;
}

    .tabholder .nav-tabs .nav-link.active {
        border: 2px solid #0587f7 !important;
        border-bottom: 4px solid #0587f7 !important;
        background: #fff;
    }

.tabholder .nav-tabs .nav-item {
    margin: 0 3.5rem 3rem 3.5rem;
    border: 2px solid #ccc;
    border-radius: 0.5rem;
    background: #f6fcfc;
    position: relative;
}

.tabholder .nav-tabs > .active:after {
    border-top: 15px solid #0587f7;
    bottom: -1rem;
    top: auto;
    left: 42%;
    position: absolute;
}

.tabholder .nav-link {
    padding: 0;
}

.location-active {
    border: 7px solid #1871b9;
    font-weight: bold;
}

@media screen and (min-width: 478px) and (max-width: 768px) {
    .advertise-right-section {
        margin-left: 17rem;
        margin-top: 2rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
    .advertise-right-section h4 .lg-text {
        font-size: 2.4rem;
    }

    .hero-section-secondary p:last-of-type {
        margin-bottom: 1.125rem;
    }

    .table-holder {
        border: 1px solid #002441;
    }

    .contacts-bar {
        margin: 0 -1.125rem;
    }

    .slide-text-right h1 {
        width: 100%;
    }

    .slide-text-right {
        Width: 50%;
    }

    .content-banking-title {
        padding-bottom: 3rem;
    }

    .account-cards .card-item-content .btn {
        margin: auto auto 0 auto;
    }

    .hero-section-secondary .text-block {
        max-width: 555px;
    }

    .visual-block-even {
        padding: 0;
    }

    .advertise-right-section {
        margin-left: 17rem;
        margin-top: 28px;
        /*margin-left: 19rem;*/
    }

    .advertise-right-section-block .parallax-block {
        padding-top: 0;
        /*background-size: 149% 404px;
        background-position: 50% center;*/
    }

    .account-cards5 .card-item-content, .account-cards6 .card-item-content {
        margin-left: 0;
    }

    .account-cards5.in-viewport:before,
    .account-cards6.in-viewport:before {
        bottom: -1px;
        top: auto;
        height: 15%;
    }

    .account-cards5:before, .account-cards6:before {
        -webkit-transition: bottom 1s linear, height 1s linear;
        transition: bottom 1s linear, height 1s linear;
        content: "";
        position: absolute;
        left: 0;
        top: 100%;
        height: 0;
        width: 100%;
        background: #f0f9fb;
    }

    .navbar-brand {
        position: absolute;
    }
}

@media screen and (min-width: 900px) and (max-width: 1224px) {
    .advertise-right-section {
        margin-left: 24rem;
        margin-top: 2rem;
    }

    .advertise-right-section-block .text-holder {
        padding-bottom: 1.5rem;
    }

    .table-holder {
        border: 1px solid #002441;
    }

    .contacts-bar {
        margin: 0 -1.125rem;
    }

    .slide-text-right h1 {
        width: 100%;
    }

    .slide-text-right {
        Width: 50%;
    }

    .visual-block-ordered5 .visual-holder-left-image .visual-holder {
        min-width: 40%;
        flex: none;
        margin-left: -2rem;
    }

        .visual-block-ordered5 .visual-holder-left-image .visual-holder img {
            width: 100%;
        }

    .visual-block-ordered5 .visual-holder-left-image .text-holder {
        min-width: 66%;
        padding-left: 14px;
        max-width: 66%;
    }

    .visual-block-ordered5 .visual-holder-right-image .text-holder {
        min-width: 60% !important;
        padding-right: 0;
        max-width: 60%;
    }

    .visual-block-ordered5 .visual-holder-right-image .visual-holder {
        min-width: 40%;
        margin-right: 0;
        margin-left: 2rem !important;
        max-width: 40%;
    }

        .visual-block-ordered5 .visual-holder-right-image .visual-holder img {
            width: 100%;
        }
}

@media screen and (min-width: 1190px) {
    .ip-banner .parallax-block {
        background-size: 100% 100%;
    }

    .separate-title-blocks h2 {
        padding-left: 0;
    }

    .separate-title-blocks {
        padding-left: 0;
        padding-right: 0;
    }

    .visual-block-ordered5 .visual-block .visual-holder img {
        width: 642px;
    }

    .visual-block .visual-holder img {
        width: 642px;
    }
    /*.account-cards5 {
        margin-left: 0 !important;
    }*/
}

@media screen and (max-width: 1190px) {
    .account-cards5 {
        margin-left: 0 !important;
    }
}


.search-pagination {
    padding: 2rem 0 2rem 1.3rem;
    border-top: 1px solid #ccc;
    margin-top: 2rem;
}

.content-banking-title {
    font-size: 1.125rem;
    line-height: 1.875rem;
    padding-bottom: 17px;
    padding-top: 20px;
}

.logo-holder-header {
    background-color: white;
    height: auto;
    position: relative;
    width: auto;
    z-index: 1;
    top: 0;
}

@media screen and (max-width: 1199px) {
    .logo-holder-header {
        background-color: lightgray;
        height: 85px;
        position: fixed;
        width: 100%;
        z-index: 1;
        top: 0;
    }
}

.location-table-wrap .table-holder tbody:before, .location-table-wrap .table-holder tbody:after {
    Display: none;
}

.location-table-wrap .table-holder .table tr td:nth-child(2) {
    text-align: left;
    justify-content: left;
}

.location-table-wrap .table-holder .table tr td:nth-child(3) {
    text-align: left;
    justify-content: left;
}


.visual-block-ordered5.visual-block-ordered5 .text-holder, .visual-block-ordered7.visual-block-ordered7 .text-holder, .visual-block-ordered10.visual-block-ordered10 .text-holder {
    font-size: 1rem;
    line-height: 1.5rem;
}

.visual-block-ordered5 ul li {
    font-size: 0.875rem;
    margin-bottom: 1.1rem;
}

.search-results .error-container {
    padding-bottom: 25px;
}

.copy p {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 1rem;
}

.hero-section-secondary .parallax-block {
    transform: none !important;
}

.info-cards-holder-row .section-title {
    line-height: 1.875rem;
    font-size: 1.125rem;
}
/* announcement popup css*/

/*.announcement-holder {
    bottom: auto !important;*/
/*top: 0;*/
/*top: 8.6rem;
    z-index: 1000 !important;
    background-color: rgb(21,47,76);*/
/*background-color: rgb(25,113,185);*/
/*opacity: 0.9 !important;*/
/*opacity: 0.7 !important;
    padding: 1.5rem 2rem 0.9rem 2rem;
    font-size: 1rem;
}*/
.announcement-holder {
    bottom: auto !important;
    top: 0;
    z-index: 1000 !important;
    background-color: rgba(69, 105, 135, 1);
    opacity: 0.9 !important;
    padding: 1.5rem 2rem 0.9rem 2rem;
    font-size: 1rem;
}

    .announcement-holder .btn {
        display: inline-block;
        margin: 0 auto;
        margin-top: 0.5rem;
        text-decoration: none;
    }


.background-texture {
    background-image: repeating-linear-gradient(-45deg, #d7edf9, #d7edf9 10px, #dbeef9 10px, #dbeef9 20px);
}

.post-content-left {
    text-align: left;
    max-width: 1200px;
}

.post-content {
    font-size: 16px;
    line-height: 24px;
}

.info-cards-holder3 h5 .text-primary {
    font-size: 1.5rem;
}

.info-cards-holder3 h5 {
    margin-bottom: 0.1rem;
    margin-top: -0.8rem;
}

.mt4l {
    margin-top: -4rem;
}

/*leftAlignImageWithTextStyle3Container*/
.visual-block-ordered5 .visual-holder-right-image .visual-holder {
    width: 442px;
    min-width: 442px;
    margin-right: 0;
    margin-left: -70px !important;
}

    .visual-block-ordered5 .visual-holder-right-image .visual-holder img {
        width: 442px;
    }

.visual-block-ordered5 .visual-holder-right-image .text-holder {
    width: 1000px;
    min-width: 925px !important;
    padding-right: 87px;
}
/*RightAlignImageWithTextStyle3Container*/
.visual-block-ordered5 .visual-holder-left-image .visual-holder {
    width: 442px;
    min-width: 442px;
    flex: 0 0 39%;
}

    .visual-block-ordered5 .visual-holder-left-image .visual-holder img {
        width: 442px;
    }

.visual-block-ordered5 .visual-holder-left-image .text-holder {
    width: 1000px;
    min-width: 875px !important;
    padding-left: 14px;
}

@media screen and (max-width: 479px) {
    /*.contacts-bar li + li:before{
        display:none;
    }*/

    .hero-section-secondary .lg-text {
        font-size: 2rem;
        line-height: 1.3;
    }

    .visual-block-sm .visual-block:only-child {
        padding-top: 0rem;
    }

    .advertise-right-section h4 .lg-text {
        font-size: 2.2rem;
    }

    .hero-section-secondary .parallax-block {
        padding: 0;
    }

    .advertise-right-section {
        min-height: 19rem;
        margin-left: 0;
        margin-top: 1rem;
    }

    .banner-title-item.banner-title-item {
        min-height: 344px;
    }

    .banner-title-item .parallax-block {
        padding-top: 1.2rem;
    }

    .slide-text-right {
        width: 62%;
    }
    /*.slide-text-right {
            float: left;
        }*/


}
/* 30px spacing fix */
.sub-content-holder {
    padding-top: 1rem;
}

    .sub-content-holder h3 {
        font-size: 1.5rem;
        margin-bottom: 0.7rem;
        margin-top: 2rem;
    }

    .sub-content-holder p {
        font-size: 1rem;
        margin-bottom: 0.7rem;
    }

    .sub-content-holder li {
        font-size: 1rem;
    }

.info-cards-holder4 .info-card-item {
    min-height: 197px;
}

.visual-block-even {
    padding: 0 0 0 0;
}

.image-container-heading {
    padding-top: 20px !important;
    padding-bottom: 9px;
}

.content-main-title {
    padding-top: 20px;
    padding-bottom: 30px !important;
}

.visual-block-sm .visual-block:only-child {
    padding-top: 0;
    padding-bottom: 0;
}

.visual-block-ordered5.visual-block-ordered5 .visual-block, .visual-block-ordered7.visual-block-ordered7 .visual-block, .visual-block-ordered10.visual-block-ordered10 .visual-block {
    padding-bottom: 30px;
}

.block-y-offset, .post-content, .visual-block-ordered2, .info-cards-holder3, .content-main-title2, .info-cards-holder5, .info-cards-holder-row2, .info-cards-holder7 .content-main-title-lg, .info-cards-holder9 .content-main-title-lg, .info-cards-holder7, .y-offset, .content-main-title-lg {
    padding-top: 19px;
    padding-bottom: 25px;
}

.rightimg-card {
    margin-bottom: 30px;
    margin-top: 10px;
}

.info-cards-holder .section-ttl-rightimgcard {
    padding-top: 3px;
}

.visual-block-sm {
    padding-bottom: 30px;
}

.info-cards-holder {
    padding-top: 21px;
}

.account-cards4 .card-item {
    margin-bottom: 1rem;
}

.visual-block-odd {
    Padding-bottom: 0;
}

.table-wrap {
    padding: 30px 1.875rem 0 1.875rem;
}

    .table-wrap h3 {
        margin-top: -10px;
    }

.account-cards2 .card-item {
    max-width: 100%;
    margin-bottom: 15px;
}

.result-title {
    margin-top: 1rem;
}

.search-results .content-main-title {
    padding-bottom: 0 !important;
}

.info-cards-holder-row .section-title h3 {
    margin-bottom: 0.8rem;
}

.tabholder .tab-content .account-cards5 {
    padding-top: 1.9rem;
    padding-bottom: 0;
}

.tabholder .tab-content .account-cards p .title {
    line-height: 1.5rem;
    font-size: 1rem;
}

.tabholder .tab-content .account-cards p:nth-child(1) {
    margin-bottom: 0.5rem;
    line-height: 1.7rem;
    font-size: 1.125rem;
}

.tabholder .tab-content .account-cards p:nth-child(2) {
    line-height: 1.5rem;
    font-size: 0.875rem;
}

.tabholder .tab-content .card-item-content ul {
    list-style: disc !important;
    padding-top: 0;
    padding-right: 0;
}

.tabholder .tab-content .account-cards .card-item-content ul li {
    display: list-item !important;
    margin-bottom: .75rem;
}

button:focus {
    /*outline: 1px dotted;*/
    outline: none;
}

.tabholder .tab-content .account-cards .card-item-content ul li:before {
    display: none;
}

.account-cards7 p {
    margin-left: -1rem;
}

.card-section-title-colum3 {
    display: inline-flex;
    margin-bottom: 0 !important;
}

    .card-section-title-colum3 li {
        margin-left: 25px !important;
    }

@media screen and (min-width: 1024px) {
    .card-section-title {
        padding-bottom: 30px;
        padding-top: 17px;
    }

    .info-cards-holder {
        padding-bottom: 15px;
    }

    .info-cards-holder-row {
        padding-top: 22px;
        padding-bottom: 30px;
    }

    .image-container-heading {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .info-cards-holder4, .info-cards-holder5 {
        text-align: left;
        padding-bottom: 8px !important;
    }
}

@media screen and (min-width: 768px) {
    .banner-title-item .h1-large br {
        display: none;
    }

    .account-cards {
        padding-bottom: 17px;
        background-position: center;
        background-size: cover;
    }

    .account-cards5 {
        background-position: top right;
        background-size: cover;
        margin-left: -8rem;
    }

    .account-cards6 {
        background-position: top left;
        background-size: cover;
    }

    .separate-title-blocks {
        padding: 30px .375rem 22px .375rem;
    }

    .visual-block:only-child {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /* input[type="checkbox"] + label:before {
        width: 20px;
        height: 20px;
        border-width: 1px;
        border-radius: 1px;
    }
    input[type="checkbox"] + label:after {
        font-family: "icomoon";
        content: "\e90a";
        position: absolute;
        left: 4px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
        font-size: 1.125rem;
    }*/
    /*.umbraco-forms-fieldset .field-validation-error {
        top: 107px;
    }*/
}

@media screen and (max-width: 767px) {
    .account-cards5, .account-cards6 {
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
        background-position: 100% top;
        background-size: auto;
    }

    .account-cards5 {
        margin-left: 0;
    }

    h2 {
        font-size: 2.1rem
    }

    h3 {
        font-size: 1.5rem;
    }

    [aria-label^="breadcrumb"] {
        display: none;
    }

    .separate-title-blocks {
        padding-top: 22px;
        padding-bottom: 3px;
    }

        .separate-title-blocks h2 {
            padding-bottom: 12px;
            font-size: 2rem;
        }

        .separate-title-blocks.in-viewport .text-holder {
            padding-top: 13px;
            padding-bottom: 0;
        }

        .separate-title-blocks.in-viewport h2 {
            padding-bottom: 1.5rem;
        }


    .visual-block .text-holder {
        /*padding-bottom: 25px;*/
    }

    .visual-block h3 {
        margin-bottom: 0.625rem;
        margin-top: 0.7rem;
    }
    /*.visual-block-even .visual-block:last-child .text-holder {
        padding-bottom: 25px;
    }
    .visual-block-odd .visual-block:nth-child(odd) .text-holder.text-holder {
        padding-bottom: 25px;
    }
    .visual-holder-spacing-remove .visual-block {
        padding-top: 25px;
    }
        .visual-block .visual-holder {
        width: 100%;
        margin: 0;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    */

    .visual-block-even {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .visual-block-odd {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .visual-block-even .visual-block .visual-holder {
        margin-bottom: 0;
    }

    .visual-block-odd .visual-block .visual-holder {
        margin-bottom: 0;
    }

    .hero-section-secondary .parallax-block {
        padding: 30px 0;
    }

    .announcement-holder {
        padding: 1rem;
       /* top: 5.5rem;*/
    }

        .announcement-holder p {
            padding: 0 1.7rem;
            line-height: 1.2rem;
        }

    .content-banking-title {
        padding-bottom: 9px;
    }

    .image-container-heading .text-thin {
        line-height: 1.9rem;
    }
    /*.info-cards-holder [class^="col"].in-viewport:nth-child(4) {
        margin-bottom: 0;
    }*/
    .content-main-title {
        padding-bottom: 20px !important;
    }

    .visual-block-sm {
        padding-bottom: 21px;
    }

        .visual-block-sm .visual-block .visual-holder {
            margin-top: 0;
        }

    .card-section-title {
        padding-top: 1rem;
        padding-bottom: 0.5rem;
    }

        .card-section-title h3 {
            margin-bottom: 0.875rem;
        }

    .info-cards-holder .section-title {
        padding-bottom: 1.5rem;
    }

    .info-cards-holder {
        padding-bottom: 23px;
    }

    .visual-block .visual-holder {
        width: 100%;
        margin: 0 0 1rem 0;
    }

    .slide-text-right {
        width: 62%;
    }
    
    .banner-title .banner-title-item .h1-large.h1-large{line-height: 1.1;}

    .hero-section-secondary.item3 {
        padding-top: 0;
    }

    .visual-block-ordered5 .visual-block .visual-holder {
        margin-top: 1.5rem;
        padding-bottom: 0px;
    }

    .visual-block-ordered5 .visual-block-ordered5 .visual-block {
        padding-bottom: 10px;
    }

    .table-wrap {
        padding: 10px 0 0 0;
    }

    .info-cards-holder6 {
        padding-top: 1.9rem;
        padding-bottom: 1.9rem;
    }

    .info-cards-holder7 .container > .btn, .info-cards-holder9 .container > .btn {
        margin-bottom: 0;
    }

    .account-cards .card-item-content {
        padding: .9375rem 1.3125rem 2.125rem;
        margin-left: 0;
    }

    .info-cards-holder-row .section-title {
        padding-bottom: 0 !important;
    }
    /*.info-cards-holder .btn{
        margin-top:2rem;
        margin-left:0.5rem;
    }*/
    .info-cards-holder7 .row,
    .info-cards-holder9 .row {
        margin-bottom: 0;
    }

    .result-title {
        margin-top: 1rem;
    }

    .search-results .content-main-title {
        padding-bottom: 0 !important;
    }

    .info-cards-holder-row .section-title {
        margin-top: 8px;
    }

    .atm-holder {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .search-lg {
        padding-bottom: 0.6rem;
    }

    .post-content h5 {
        margin-bottom: 0.9rem;
    }

    .account-cards2 .section-title h3 {
        margin-bottom: 0.9rem;
    }

    .info-cards-holder .section-title p {
        margin-bottom: 0.5rem;
    }

    .info-cards-holder .col-md-6 {
        padding: 0;
    }

    .info-cards-holder3 .info-card-item {
        min-height: 111px;
    }

    .title-big {
        max-width: 210px;
    }

    .post-content ul li {
        margin-left: -1.4rem;
    }

    .info-cards-holder-row [class^="col"].in-viewport:last-child {
        margin-bottom: 0;
    }

    .info-cards-holder-row2 [class^="col"].in-viewport:last-child {
        margin-bottom: 30px;
    }

    .account-cards4 .card-item-content ul li {
        margin-bottom: 0.875rem;
    }

    .account-cards4 .viewport-section.in-viewport ul {
        padding-left: -1rem;
        padding-top: 1.2rem;
    }

    .location-table-wrap .table-holder .table td:before {
        content: attr(data-label);
        padding: 5px 10px;
        display: inline-block;
        color: #130f0f !important;
        width: 173px;
        vertical-align: top;
        margin: 0 0 0 -173px;
        position: absolute;
        font-weight: 700;
        left: 10.8rem;
        top: -0.2rem;
    }

    .location-table-wrap .table-holder .table tr {
        float: left;
        width: 100%;
        background: #fff;
        clear: both;
        border: none;
        border-bottom: 1px solid #ececec;
        border-left: 2px solid #fff;
        margin-bottom: 16px;
        margin-top: 26px;
    }

        .location-table-wrap .table-holder .table tr td {
            padding-top: 2.3rem;
            font-size: 1rem;
        }

        .location-table-wrap .table-holder .table tr td {
            border-color: #fff !important;
        }

    .location-table-wrap .table tr td:nth-child(2) {
        float: none;
        display: inline-block;
        width: 49%;
    }

    .location-table-wrap .table tr td:nth-child(3) {
        float: none;
        display: inline-block;
        width: 49%;
    }

    .location-table-wrap .table-holder .table td:nth-child(1):before {
        display: block;
        top:-30px;
    }

    .location-table-wrap .table td:after {
        content: "";
        position: absolute;
        right: 100%;
        top: 100%;
        background: #cdcdcd;
        width: 999px;
        height: 0px;
    }

    .location-table-wrap .table-holder .table tr:last-child td {
        font-size: 1rem;
    }

    .location-table-wrap .table-holder .table tr td:nth-child(1) {
        padding-top: 0;
    }

    .location-table-wrap {
        margin-top: 4px;
    }

    .area {
        padding-bottom: 2rem;
    }

    .tabholder .nav-tabs .nav-item {
        margin: 0.5rem 0.5rem 1rem 0.5rem;
    }

    .top30m {
        margin-top: 30px;
    }

    .info-card-item .icon-holder {
        margin-right: 1.5rem;
    }

    .info-cards-holder6 .btn {
        margin-top: 25px;
    }

    .account-cards7 p {
        margin-left: 0;
    }

    .card-section-title-colum3 {
        margin-left: -5.4rem !important;
    }

    .formclassoverride {
        width: 98% !important;
    }

    .jcf-select-text.jcf-select-text {
        font-size: 1.05rem;
        color: #757575;
    }

    .info-cards-holder4 .info-card-item {
        min-height: 100px;
    }
}

/* 30px spacing fix end*/
.showie11 {
    display: none;
}

/* IE11 */
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, body {
        border-bottom: 1px solid #516c82
    }
    *::-ms-backdrop, [id=nav] .nav-sub-menu {
        width: auto;
    }
    *::-ms-backdrop, .showie11 {
        display: block;
        height: 1px;
        overflow: hidden;
    }
    *::-ms-backdrop, a.btn:after {
        font-size: 1.1rem;
    }

    *::-ms-backdrop, .account-cards2 .col-md-4 {
        flex: 0 0 31.33333333%;
    }

    *::-ms-backdrop, [id="footer"] .subscribe-form button {
        top: 21px;
    }

    *::-ms-backdrop, .account-cards3 .card-item {
        max-width: 32% !important;
    }

    *::-ms-backdrop, .account-cards7 .card-item {
        max-width: 32% !important;
    }

    *::-ms-backdrop, .visual-block .text-holder {
        padding-left: 2.4rem !important;
    }

    *::-ms-backdrop, .info-cards-holder7 .col-md-6 {
        max-width: 49% !important;
    }

    *::-ms-backdrop, .areas-name {
        padding-top: 6rem;
    }

    *::-ms-backdrop, .location-table-wrap .table-holder .table thead th {
        justify-content: flex-start;
    }

    .hero-section-secondary .text-holder {
        padding-top: 2rem;
    }

    *::-ms-backdrop, .btn:after {
        font-size: 1.3rem;
    }

    *::-ms-backdrop, a.btn {
        padding: .625rem 1.0625rem .625rem 1.0625rem;
    }
    *::-ms-backdrop, .account-cards .card-item-content ul li {
        display:block;
    }
}

@supports (-ms-ime-align:auto) {
    .btn:after {
        font-size: 1.3rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1224px) {
    .visual-block-ordered5 .visual-holder-left-image .visual-holder {
        min-width: 40%;
        flex: none;
        margin-left: -2rem;
        max-width: 40%;
    }

        .visual-block-ordered5 .visual-holder-left-image .visual-holder img {
            width: 100%;
        }

    .visual-block-ordered5 .visual-holder-left-image .text-holder {
        min-width: 66% !important;
        padding-left: 14px;
        max-width: 66%;
    }

    .visual-block-ordered5 .visual-holder-right-image .text-holder {
        min-width: 60% !important;
        padding-right: 0;
        max-width: 60%;
    }

    .visual-block-ordered5 .visual-holder-right-image .visual-holder {
        min-width: 40%;
        margin-right: 0;
        margin-left: 2rem !important;
        max-width: 40%;
    }

        .visual-block-ordered5 .visual-holder-right-image .visual-holder img {
            width: 100%;
        }
}

@media screen and (max-width: 767px) {
    .visual-block-ordered5 .visual-holder-left-image .visual-holder {
        min-width: 100%;
        float: left;
        width: 100%;
        /*min-height: 405px;*/
    }

        .visual-block-ordered5 .visual-holder-left-image .visual-holder img {
            width: 100%;
        }

    .visual-block-ordered5 .visual-holder-left-image .text-holder {
        min-width: 100% !important;
        max-width: 100% !important;
        padding-left: 0;
    }

    .visual-block-ordered5 .visual-holder-right-image .text-holder {
        min-width: 100% !important;
        max-width: 100% !important;
        padding-right: 0;
    }

    .visual-block-ordered5 .visual-holder-right-image .visual-holder {
        min-width: 100%;
        float: left;
        width: 100%;
        min-height: 405px;
        margin-left: 0 !important;
    }

        .visual-block-ordered5 .visual-holder-right-image .visual-holder img {
            width: 100%;
        }
}

.comments .control-label {
    display: block;
    font-size: 18px;
}

.propertyaddress .control-label {
    display: block;
    font-size: 18px;
}
/*sitemap class start*/
.sitemmap-holder {
    padding: 30px 0 0 0;
}

    .sitemmap-holder ul {
        margin: 0;
        padding: 0.8rem;
    }

        .sitemmap-holder ul li {
            list-style: none;
            font-size: 1rem;
            margin: 0.4rem 0;
            padding: 0;
        }

            .sitemmap-holder ul li a {
                color: #4a4a4a;
            }

                .sitemmap-holder ul li a:hover {
                    text-decoration: none;
                    color: #0056b3;
                }

    .sitemmap-holder h2 {
        font-size: 20px;
        margin: 0;
        padding: 0;
        color: #007bff;
    }

    .sitemmap-holder .col-md-4 {
        padding-bottom: 30px;
    }

    .sitemmap-holder .sublink2 {
        margin-top: -0.6rem;
        margin-bottom: -0.8rem;
    }

        .sitemmap-holder .sublink2 li a {
            color: #6924a4;
        }
/*sitemap class end*/
.hidden {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.umbraco-forms-page input:focus, .umbraco-forms-page textarea:focus {
    outline: none;
}

.pd4rem {
    padding: 4rem 1.25rem;
}

#silvercloud-logo {
    display: none;
}

.sc-footer-feedback {
    padding-top: 25px;
}

.pagination {
    margin-top: 30px;
}

.container_btn_center {
    margin: auto !important;
    display: flow-root;
    width: 210px;
}

input[type="checkbox"] + label:before {
    content: "";
    width: 33px;
    height: 33px;
    display: inline-block;
    border: 2px solid #516c82;
    border-radius: 2px;
    background: #fff;
    top: 3px;
    top: 3px;
    vertical-align: middle;
    margin-right: 1.25rem;
    position: absolute;
    left: -1.4rem;
    top: 47%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


@media screen and (min-width: 768px) {
    input[type="checkbox"] + label:before {
        width: 20px;
        height: 20px;
        border-width: 1px;
        border-radius: 1px;
    }
}

@media screen and (min-width: 768px) {
    input[type="checkbox"] + label:after {
        font-size: .225rem;
    }
}

input[type="checkbox"] + label:after {
    font-family: "icomoon";
    content: "\e90a";
    position: absolute;
    left: -1.25rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    font-size: .705rem;
}

.contact-form-holder .section-title p {
    font-size: 18px;
}

.whitetxt .lg-text {
    color: #fff !important;
}

.whitetxt p {
    color: #fff !important;
}

.item3 .col-paragraph .apps-buttons-holder li {
    margin-left: 5px;
}

.modal-footer .btn-success {
    background-color: #6924a4;
    border-color: #57188c;
}

.visual-block-ordered .text-holder p {
    margin-bottom: 1rem;
}

.visual-block-ordered .text-holder ul li {
    margin-bottom: 1rem;
}
/*.scroll_To_Top {
    width: 50px;
    height: 50px;
    color: black;
    text-decoration: none;
    position: fixed;
    padding: 10px;
    text-align: center;
    background: #cb1010;
    font-weight: bold;
    top: 400px;
    right: 50px;
    display: block;
}

.scroll_To_Top:hover {
    text-decoration: none;
    color: green;
}*/
.text-white .h1-large {
    color: #fff !important;
}

.sub-content-holder a {
    text-decoration: underline;
}

#back2Top {
    width: 40px;
    line-height: 37px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-color: #6825a4;
    color: #fff;
    text-align: center;
    font-size: 23px;
    text-decoration: none;
    border-radius: 20px;
    height: 40px;
}

    #back2Top:hover {
        background-color: #501682;
        color: #fff;
    }
/*Google Fons*/
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh7USSwaPGQ3q5d0N7w.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh50XSwaPGQ3q5d0N7w.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh50XSwiPGQ3q5d0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Oxygen Light'), local('Oxygen-Light'), url(https://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCJW8zZmW5Kb8VZBHR.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Oxygen Light'), local('Oxygen-Light'), url(https://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCJW8zaGW5Kb8VZA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Oxygen Regular'), local('Oxygen-Regular'), url(https://fonts.gstatic.com/s/oxygen/v9/2sDfZG1Wl4LcnbuKgE0mRUe0A4Uc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Oxygen Regular'), local('Oxygen-Regular'), url(https://fonts.gstatic.com/s/oxygen/v9/2sDfZG1Wl4LcnbuKjk0mRUe0Aw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Oxygen Bold'), local('Oxygen-Bold'), url(https://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCNWgzZmW5Kb8VZBHR.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Oxygen Bold'), local('Oxygen-Bold'), url(https://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCNWgzaGW5Kb8VZA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCRc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fABc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCBc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBxc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCxc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fChc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCRc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fABc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCBc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBxc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCxc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fChc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCRc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCBc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBxc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCxc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*.image-container-heading p {
    text-align: left;
}

.content-banking-title p {
    text-align: left;
}

.info-cards-holder-row2 p {
    text-align: left;
}
.info-cards-holder-row .section-title > p {
    text-align: left;
}
.account-cards .section-title > p {
    text-align: left;
}*/
.visual-block-ordered .text-holder ul li {
    list-style: none;
    margin-left: -2rem;
}

    .visual-block-ordered .text-holder ul li:before {
        content: ".";
        font-size: 2.4rem;
        vertical-align: top;
        line-height: 0;
        padding-right: 10px;
    }

@media screen and (max-width: 1190px) {
    .subscribe-form .umbraco-forms-submitmessage h6 {
        padding: .625rem 1.25rem .625rem 1.3rem !important;
    }
}

.card-item-content p {
    font-size: 1rem;
    text-align: left;
}

.subscribe-form .umbraco-forms-submitmessage h6 {
    line-height: 1.4;
    margin-top: 0.85rem;
    margin-bottom: 0.9rem;
}

.slick-current .history-post-item-text h3 {
    margin: -1rem auto 0.6rem auto;
    width: 100px;
    /*border: 1px solid #0388f6;*/
    font-size: 0.9rem;
    padding: 0.3rem 1.9rem;
    font-weight: bold;
    color: #0388f6;
    line-height: 1;
}
/*cards style update start*/
.account-cards2 .card-top {
    background-color: #320e51 !important;
    color: #fff;
    padding: 1rem 1rem 2rem 1rem;
    text-align: center;
    min-height: 8.85rem;
    justify-content:space-around;
}

.account-cards2 .card-item-content h5 {
    font-size: 1.875rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    padding: 1rem 0 0 0;
    line-height: 1.3;
}

.account-cards2 .card-item-content {
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.account-cards2 .top-content {
    font-size: 1rem;
    /*font-weight: 300;*/
    line-height: 1.75rem;
    padding: 1.5rem 2rem 1rem 2rem;
}

.account-cards2 ul {
    margin: 1rem 1rem 1rem 4rem !important;
}
/*cards style update end*/
.table-holder .table thead th sup {
    top: 0.6rem;
    padding-right: 0.2rem;
    vertical-align:top;
    font-size:0.8rem;
}
.disclaimer .container sup {
    font-size: 0.6rem;
    top: -0.5rem;
}
.disclaimer .container .asterisk {
    font-size: 1rem !important;
}

/*CD table mobile css start*/
.table-main-row {
    display: none;
}

@media (max-width: 767px) {
    .table-holder table {
        display: block;
    }

    .table-main-row {
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        display: inline-block;
        width: 100%;
        margin-bottom: 1rem;
    }

    .table-m-row {
        border-bottom: 1px solid #ccc;
        float: left;
        width: 100%;
    }

    .table-head {
        float: left;
        width: 50%;
        background: #6924a4;
        color: #fff;
        text-align: left;
        padding: 1rem 0rem 1rem 1.3rem;
        font-weight: bold;
        font-size: 1.2rem;
    }

    .table-head-col {
        float: left;
        width: 50%;
        text-align: left;
        padding: 1rem 0rem 1rem 1.3rem;
        /* font-weight: bold; */
        font-size: 1.2rem;
    }
}
/*CD table mobile css end*/
.disclaimer p {
    font-size: 0.9rem;
}
.btn-cap {
    text-transform: capitalize !important;
}
.section-title .text-holder a:hover {
    Text-decoration: none;
}
@supports (-ms-ime-align:auto) {

    .showie11 {
        display: block;
        height: 1px;
        overflow: hidden;
    }
}
.about-us-thumb {
    cursor: none;
}
.js-reload-details {
    background: #fff !important;
    padding-left: 14px;
    padding-right: 14px;
    color: #007bff;
    /*pointer-events: none;*/
    cursor: auto;
    border: 1px solid #dee2e6;
    background-color: #fff;
    /*border-color: #dee2e6;*/
    padding-top: 6px;
    padding-bottom: 6px;
}

.previous {
    font-weight: bold;
    border-radius: 4px 0 0 4px;
}

.next {
    font-weight: bold;
    border-radius: 0 4px 4px 0;
}

.dataTables_paginate .active .js-reload-details {
    color: #fff;
    background-color: #007bff !important;
    border-color: #007bff;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/*COVID-19 News*/
.stat-bar2 {
    background: #6924a4;
    color: #fff;
    text-align: center;
    padding: 8px 0 3px 0;
    position: relative;
}

    .stat-bar2 p {
        font-size: 30px;
        font-weight: bold;
        display: inline-block;
        margin: 0;
        font-family: Roboto, "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        line-height: 1.1;
    }

    .stat-bar2 a {
        top: -6px;
    }

    .stat-bar2 span {
        font-weight: normal;
        padding-right: 50px;
        font-weight: 300;
    }

    .stat-bar2 .btn-brand-color {
        background: #fff;
        color: #6924a4;
    }

    .stat-bar2 .btn:after {
        color: #6924a4;
    }

@media screen and (max-width: 767px) {

    .stat-bar2 a {
        top: 2px;
    }

    .stat-bar2 {
        padding: 10px 0;
    }
        .stat-bar2 span {
            padding-right: 0;
        }
}
@media screen and (max-width: 1199px){
    .navbar-brand {
        position: absolute !important;
    }
    .nav-opener {
        position: absolute !important;
    }
    .stat-bar2 p{
        font-size: 26px;
        padding: 5px 0 14px 0;
    }
    [id=nav] .login.login a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}

.cookiealert-container a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}

.btn-brand-color a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}

.stat-bar2 a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}
.card-item-content a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}

.card-item-content a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}

.table-holder a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}

.text-holder a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}

.section-title p > a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}

.container div > div > a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}

.container p > span > a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}

.visual-block article > a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}

.card-item-content div > a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}

.container p > a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}

.container ul> li > a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}

.footer-nav li > div > ul > li > a > span {
	position: relative;
	left: -9000px;
	width: 0;
	overflow: hidden;
	display: none;
}
}
@media screen and (max-width: 345px){

.slide-text-right {

width: 71%;

}

}

@media (max-width: 1199px) {

    .nav-menu-link {
        position: relative;
        color: #fff;
        background: #064c86;
        font-size: 1.0625rem;
        padding: .625rem .625rem .5625rem 1.25rem;
        color: #fff;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .8);
    }

    .slide .nav-sub-menu .nav-menu-link {
        background: #f5f5f5;
        font-size: .9375rem;
        color: #555;
    }
}
@media screen and (min-width: 1200px) {

    [id=nav] .nav-menu > li {
        margin: 0 2.1875rem;
        height: 3.69rem;
        cursor: pointer;
    }

    .slide .nav-menu-link span {
        color: #555;
        font-size: .9375rem;
    }

        .slide .nav-menu-link span:hover {
            color: #1971b9;
            cursor: pointer;
        }
}

.calender-ico {
    background: url("../images/calender.svg") right 31px no-repeat;
}
@media screen and (min-width: 1200px){

[id=nav] .nav-menu-holder ul ul:not(.subdrop-child) {

 -webkit-transition: opacity 0.70s ease-in-out;

    -moz-transition: opacity 0.70s ease-in-out;

    -ms-transition: opacity 0.70s ease-in-out;

    -o-transition: opacity 0.70s ease-in-out;

}

}
.confirm-holder {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-top: 4rem;
}

    .confirm-holder h2 {
        color: #4a4a4a;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .confirm-holder p {
        font-size: 13px;
        color: #952ded;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .confirm-holder h3 {
        color: #4a4a4a;
        font-size: 21px;
    }

    .confirm-holder h4 {
        color: #0188f6;
        font-size: 18px;
        padding-bottom: 15px;
    }

    .confirm-holder .message-div {
        background: #f0f9fb;
        border: 1px solid #0188f6;
        border-radius: 10px;
        padding: 30px 40px;
        text-align: left;
        width: 80%;
        margin: 0 auto;
    }

        .confirm-holder .message-div h4 span {
            margin-right: 9px;
        }

        .confirm-holder .message-div h3 {
            padding-left: 0px;
        }

            .confirm-holder .message-div h3 span {
                font-size: 14px;
            }

            .confirm-holder .message-div h3:nth-child(3) {
                margin-bottom: 0;
            }

@media (max-width: 1024px) {
    .confirm-holder {
        width: 100%;
    }
}

.btn-outline-white { 
        border-color: #007bff !important; 
        color: #007bff !important; 
        padding: .375rem .255rem !important; 
        margin-left: 2rem; 
} 
.btn-outline-white:after{ display: none !important; } 
.jcf-select.jcf-select, .jcf-select-text.jcf-select-text{ white-space: normal !important; }
.confirm-holder .section-title-2 h3 {
  text-align: center;
  line-height: 1.875rem;
  font-size: 2.1875rem !important;
    color: #6924a4;
    margin-bottom: 3rem;
}
.space-24{width: 250px !important;}
.space-24:after{
    margin-left: 11px;
}
.whitetxt {
    color: #fff !important;
}
.whitetxt .text-primary{
    color: #fff !important;
} 

@media screen and (min-width: 1199px){
.sendmeareminder{
   padding-left: 35px !important;
}
}

.contact-form-holder{
background: #f2f2f2;
}
.contact-form-holder h3{
color: #151515;
margin-bottom: 1.375rem;
}
.contact-form-holder h3 .text-primary {
color: #151515!important;
}
.contact-form-holder .section-title{
padding-top: 15px;
line-height: 1.5rem;
padding-bottom: 17px;
}
.contact-form-holder .section-title {
text-align: left;
}
.formclassoverride input {
padding: 0.5rem 0.4rem 0.5rem 0.9rem;
font-size: 15px;
background: #e7e7e7;
border: 1px solid #d2d2d2;
}
.formclassoverride .jcf-unselectable {
margin-top: 0.15rem;
background: #e7e7e7;
border: 1px solid #d2d2d2;
font-size: 15px;
}
.comments textarea {
border-bottom: 1px solid #d2d2d2;
font-size: 15px;
background: #e7e7e7;
padding: 0.7rem;
}
.jcf-select-text.jcf-select-text{
padding-right: 0;
padding-left: 12px;
}
.jcf-select-opener.jcf-select-opener:before {
content: "\e902";
right: 0.1rem;
transform: translateY(-50%) rotate(0deg);
font-size: 1.875rem;
}

.main-location-holder{
border-top: 1px solid #f2f2f2;
}
.main-location-holder .contact-holder{
display: flex;
justify-content: flex-start;
padding-left: 3rem;
margin-top: 2rem;
}
.contact-holder .text-holder{
margin-bottom:0rem;
}
.contact-holder .text-holder h3{
font-size: 1.6rem;
margin: 0;
padding: 0;
}
.contact-holder .icon-holder{
padding-right: 20px;
}
.address-contact .left-blue-line{
border-left: 3px solid #4a90e2;
padding-left: 1.4rem;
line-height: 1.5;
margin-left: 3rem;
margin-bottom: 2.5rem;
}
.address-contact{
margin-top: 3rem;
}
.contact-form-holder .section-title p{
font-size: 16px;
}
.blue-link{
color: #0388f6;
}

.contact-us-ttl{
   margin-bottom: 0.575rem;
}
.width-80{
width: 80%;
margin: auto;
}
@media screen and (min-width: 1024px){
.jcf-select.jcf-select, .jcf-select-text.jcf-select-text {
font-size: 15px;
}
.contact-form-holder .section-title {
margin-bottom: 0;
}
}
@media screen and (max-width: 1024px){
.formclassoverride {
width: 100% !important;
max-width: 100%;
}
.main-location-holder .contact-holder {
padding-left: 1rem;
margin-top: 1rem;
}
.contact-holder .icon-holder img{
width:100%;
}
.contact-holder .text-holder h3 {
font-size: 1.3rem;
}
.address-contact .left-blue-line{
margin-left: 1rem;
}
}