@font-face {
    font-family: proxima;
    src: url("../fonts/Mark Simonson - Proxima Nova Alt Black-webfont.eot");
    src: url("../fonts/Mark Simonson - Proxima Nova Alt Black-webfont.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/Mark Simonson - Proxima Nova Alt Black-webfont.woff2")
            format("woff2"),
        url("../fonts/Mark Simonson - Proxima Nova Alt Black-webfont.woff")
            format("woff"),
        url("../fonts/Mark Simonson - Proxima Nova Alt Black-webfont.ttf")
            format("truetype"),
        url("../fonts/Mark Simonson - Proxima Nova Alt Black-webfont.svg#proxima_nova_altblack")
            format("svg");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: proxima;
    src: url("../fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.eot");
    src: url("../fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.woff2")
            format("woff2"),
        url("../fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.woff")
            format("woff"),
        url("../fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.ttf")
            format("truetype"),
        url("../fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.svg#proxima_nova_altbold")
            format("svg");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: proxima;
    src: url("../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.eot");
    src: url("../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.woff2")
            format("woff2"),
        url("../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.woff")
            format("woff"),
        url("../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.ttf")
            format("truetype"),
        url("../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.svg#proxima_nova_altregular")
            format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: proxima;
    src: url("../fonts/Mark Simonson - Proxima Nova ScOsf Thin-webfont.eot");
    src: url("../fonts/Mark Simonson - Proxima Nova ScOsf Thin-webfont.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/Mark Simonson - Proxima Nova ScOsf Thin-webfont.woff2")
            format("woff2"),
        url("../fonts/Mark Simonson - Proxima Nova ScOsf Thin-webfont.woff")
            format("woff"),
        url("../fonts/Mark Simonson - Proxima Nova ScOsf Thin-webfont.ttf")
            format("truetype"),
        url("../fonts/Mark Simonson - Proxima Nova ScOsf Thin-webfont.svg#proxima_nova_scosfthin")
            format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: proxima;
    src: url("../fonts/Mark Simonson - Proxima Nova Semibold-webfont.eot");
    src: url("../fonts/Mark Simonson - Proxima Nova Semibold-webfont.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/Mark Simonson - Proxima Nova Semibold-webfont.woff2")
            format("woff2"),
        url("../fonts/Mark Simonson - Proxima Nova Semibold-webfont.woff")
            format("woff"),
        url("../fonts/Mark Simonson - Proxima Nova Semibold-webfont.ttf")
            format("truetype"),
        url("../fonts/Mark Simonson - Proxima Nova Semibold-webfont.svg#proxima_nova_ltsemibold")
            format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: proxima;
    src: url("../fonts/Mark Simonson - Proxima Nova Thin-webfont.eot");
    src: url("../fonts/Mark Simonson - Proxima Nova Thin-webfont.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/Mark Simonson - Proxima Nova Thin-webfont.woff2")
            format("woff2"),
        url("../fonts/Mark Simonson - Proxima Nova Thin-webfont.woff")
            format("woff"),
        url("../fonts/Mark Simonson - Proxima Nova Thin-webfont.ttf")
            format("truetype"),
        url("../fonts/Mark Simonson - Proxima Nova Thin-webfont.svg#proxima_nova_ltthin")
            format("svg");
    font-weight: 200;
    font-style: normal;
}

.lity,
.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    outline: 0 !important;
}

.lity,
.lity-content:after,
.lity-wrap {
    bottom: 0;
    right: 0;
    left: 0;
}

.lity-container,
.lity-wrap:before {
    vertical-align: middle;
    display: inline-block;
}

.lity,
.lity-container,
.lity-wrap {
    outline: 0 !important;
}

.lity-content:after,
.lity-wrap:before {
    content: "";
}

.lity {
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.lity.lity-opened {
    opacity: 1;
}

.lity.lity-closed {
    opacity: 0;
}

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

.lity-wrap:before {
    height: 100%;
    margin-right: -0.25em;
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
    opacity: 1;
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
}

.lity-close,
.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #225f9f;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background: 0 0;
    outline: 0;
    border: 0;
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease,
        -o-transform 0.3s ease;
}

.lity-closed .lity-content,
.lity-loading .lity-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.lity-content:after {
    position: absolute;
    top: 0;
    display: block;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lity-close:active {
    top: 1px;
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}

.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container,
.lity-iframe .lity-container,
.lity-vimeo .lity-container,
.lity-youtube .lity-container {
    width: 100%;
    max-width: 964px;
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

.lity-hide {
    display: none;
}

.lity-opened {
    z-index: 999999;
}

img.colorify:not(.visible) {
    opacity: 0;
    filter: blur(3px);
}

img.colorify:not(.all-loaded).all-not-loaded {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
}

body,
html {
    margin: 0px;
    padding: 0px;
    font-family: "proxima";
    color: #4a4a4a;
    line-height: 2rem;
    position: relative;
    height: 100%;
    width: 100%;
}

.table tr td {
    vertical-align: middle;
}

a:hover {
    text-decoration: none;
    color: #057bf6;
}

h1,
h3 {
    font-weight: 800;
    color: #225f9f;
}

h2 {
    color: #225f9f;
}

h3 {
    color: #225f9f;
    font-size: 22px;
}

nav.navbar {
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(187, 187, 187, 1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(187, 187, 187, 1);
    box-shadow: 0px 0px 3px 0px rgba(187, 187, 187, 1);
}

.op-0 {
    opacity: 0;
}

/*:target:before {content:"";display:block;height:90px; margin:-90px 0 0; }*/

.border-bottom-1 {
    border-bottom: 1px solid #979797;
}

.border-bottom-light {
    border-bottom: 1px solid #d9d7d7;
}

.accordion .card:first-of-type {
    border-bottom: 1px;
}

.bg-blue {
    background-color: #225f9f !important;
    color: #fff;
}

.bg-lightblue {
    background: rgba(34, 95, 159, 0.55);
}

.bg-blue h1,
.bg-blue h2,
.bg-blue h3 {
    color: #fff;
}

.bg-white {
    background-color: #fff !important;
}

.bg-grey {
    background-color: #e4e3e7 !important;
}

.bg-dark-grey {
    background-color: #d8d8d8;
}

.bg-red {
    background-color: #e4342d;
}

.bg-teal {
    background-color: #8babcd;
}

.bg-babyblue {
    background-color: #f1f7ff;
}

.font-lg {
    font-size: 18px;
}

.font-lglg {
    font-size: 20px;
}

.font-sml {
    font-size: 14px;
}

.font-sm {
    font-size: 12px;
}

.font-xs {
    font-size: 9px;
}

.font-white {
    color: #fff;
}

.line-sml {
    line-height: 25px;
}

.breadcrumb {
    background: transparent;
    padding-left: 0px;
    font-size: 14px;
    position: relative;
    z-index: 9999;
    margin-left: -15px;
}

.breadcrumb .breadcrumb-item a {
    color: #9b9b9b;
}

.breadcrumb-item + .breadcrumb-item:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 9px;
    color: #9b9b9b;
}

.breadcrumb-item + .breadcrumb-item a:hover {
    text-decoration: underline;
}

.slick-prev::before,
.slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #4a4a4a;
    font-size: 20px;
}

.slick-prev::before {
    content: "\f104";
}

.slick-next::before {
    content: "\f105";
}

.slick-dots {
    bottom: 10px;
}

.slick-dots li button::before {
    font-size: 14px;
    text-shadow: 0px 0px 3px #c4d645;
    color: #fff;
    opacity: 1;
}

.slick-dots li.slick-active button::before {
    color: #c4d645;
}

.navbar .navbar-brand img {
    max-width: 180px;
    margin-left: 100px;
}

.navbar-light .navbar-nav .nav-link {
    padding-left: 20px;
    padding-right: 20px;
    color: #2676ae;
    font-size: 14px;
    font-weight: 600;
}

.navbar-toggler {
    border: none;
    background: transparent !important;
}

.navbar-toggler:focus {
    outline: none;
    background: transparent !important;
}

.navbar-toggler .icon-bar {
    background-color: #2676ae;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all 0.2s;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}

.icon-bar:nth-child(2) {
    width: 16px;
    transition: ease all 0.2s;
}

.navbar-toggler:hover > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all 0.2s;
}

.navbar-toggler:active > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all 0.2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all 0.2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all 0.2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all 0.2s;
}

.navbar .dropdown-menu {
    border: 0px;
    font-size: 14px;
    font-weight: 600;
}

.navbar .dropdown-menu .dropdown-item {
    font-weight: 600;
    color: #2676ae;
}

.navbar .navbar-nav .nav-item .min-logo {
    max-width: 100px;
}

.fixed-top {
    z-index: 999999;
}

nav .navbar-nav .lang-select .nav-link,
nav .navbar-nav .lang-select .dropdown-item {
    color: #4a4a4a;
    font-weight: 400;
}

.pushnav {
    margin-top: 86.75px;
}

.display-4 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #225f9f;
}

.home-banner {
    background-color: rgba(255, 255, 255);
    transition: all 0.5s;
}

.home-banner img {
    width: 100%;
    display: block;
    margin: 0px auto;
}

.home-banner.lob-banner img {
    max-height: 475px;
    width: auto;
    display: block;
    margin: 0px auto;
}

.home-banner .slick-initialized .slick-slide {
    overflow: hidden;
}

.howto-steps {
    text-align: center;
    color: #225f9f;
    display: flex;
}

.howto-steps.minimize {
    padding-left: 0px;
}

.howto-steps.minimize img {
    max-width: 50px;
}

.howto-steps li {
    list-style: none;
    flex-basis: 0;
    flex-grow: 1;
    padding: 0px 10px;
    position: relative;
}

.howto-steps li:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.howto-steps li:last-child:after {
    content: "";
}

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

.cta-btn .btn {
    font-weight: 800;
}

.btn-big {
    padding: 15px 30px;
}

.btn-orange {
    background-color: #c4d645;
}

.btn-blue {
    background-color: #0458af;
    color: #fff;
}

.btn-border-white {
    padding: 10px 40px;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
}

.lob {
    position: relative;
}

.lob .lob-item {
    padding-top: 100%;
    position: relative;
    width: 100%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lob .lob-item .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: red;
    opacity: 0;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 25px;
    z-index: 99;
}

.lob .lob-item .overlay img {
    display: block;
    margin: 0px auto;
    max-width: 150px;
}

.lob .lob-item .overlay p {
    line-height: 1.5rem;
}

.lob .lob-item .overlay .link a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
}

.lob .lob-item .overlay .link a:hover {
    cursor: pointer;
}

.lob .lob-item .lob-logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.2s;
}

.lob .lob-item:hover .overlay {
    opacity: 1;
}

.lob .lob-item:hover .lob-logo {
    opacity: 0;
}

.lob > div:nth-child(1) .overlay {
    background-color: rgba(255, 0, 0, 0.8);
}

.lob > div:nth-child(2) .overlay {
    background-color: rgba(255, 0, 0, 0.8);
}

.lob > div:nth-child(3) .overlay {
    background-color: rgba(255, 0, 0, 0.8);
}

.lob > div:nth-child(4) .overlay {
    background-color: rgba(26, 172, 40, 0.8);
}

/* .help-section{background: rgba(210,231,255,0.30); padding: 20px 0px;}
.help-section .help-text{color: #225F9F; display: flex; align-items: center;}
.help-section .help-text p{padding-left: 20px;}
.help-section .help-text p:nth-child(1){font-size: 2rem; margin: 0px;}
.help-section .help-text p a{font-weight: bold; color: #225F9F} */

/* .help-section{background: rgba(210,231,255,1); padding: 0px 0px; bottom: 90px;  top:calc(100% - 90px); z-index: 99999} */

.help-section {
    padding: 0px 0px;
    bottom: 90px;
    top: calc(100% - 90px);
    z-index: 99999;
}

.help-section .help-text {
    color: #225f9f;
    display: flex;
    align-items: center;
}

.help-section .help-text p {
    padding-left: 20px;
}

.help-section .help-text p:nth-child(1) {
    font-size: 1rem;
    margin: 0px;
    font-weight: bold;
    line-height: 20px;
}

.help-section .help-text p:nth-child(2) {
    margin-bottom: 0px;
}

.help-section .help-text p a {
    font-weight: bold;
    color: #225f9f;
}

.help-section .img-phone {
    align-self: center;
    max-width: 50px;
}

.help-section .img-contact {
    max-width: 180px;
}

.help-section .help-apps {
    list-style: none;
    margin-bottom: 10px;
}

.help-section .help-apps li {
    display: inline;
}

.help-section .help-item {
    display: flex;
    align-items: center;
}

.help-section .help-item:nth-child(2) {
    justify-content: flex-end;
}

.help-section .help-item:last-child {
    justify-content: center;
}

.help-section .help-item:last-child p {
    text-align: right;
    color: #225f9f;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: bold;
    line-height: 25px;
}

.help-section .help-item:last-child p:first-child {
    font-size: 10px;
    padding-right: 5px;
}

.help-section .help-item:last-child .help-apps {
    margin-bottom: 0px;
}

.help-section .help-item:last-child .label {
    text-align: right;
    line-height: 1px;
}

.help-section .help-item:last-child .label p {
    text-align: right;
    display: inline;
    font-size: 10px;
}

/* .help-section .help-item:last-child .label p:last-child{margin-left: 5px;} */

.help-section .help-item:last-child li {
    margin-left: 5px;
    margin: 5px;
}

.help-section .help-item:last-child li img {
    width: 35px;
}

.slide-promo .slick-slide img {
    border: 8px solid #225f9f;
}

.slide-promo .slick-slide {
    padding: 10px;
}

.slide-promo .slick-slide img {
    border: 0px solid #225f9f;
}

.slide-promo .slick-slide img {
    opacity: 1;
    transition: all 0.2s;
}

.slide-promo .slick-slide:hover img {
    opacity: 0.7;
}

/* .news-feed{} */

.news-feed .news-item {
    background-color: #f7f7f7;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(34, 95, 159, 0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(34, 95, 159, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(34, 95, 159, 0.25);
    display: flex;
    flex-direction: column;
}

.news-feed .news-item .image {
    position: relative;
    height: 250px;
}

.news-feed .news-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-feed .news-item .image .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 15px;
    align-items: flex-end;
}

.news-feed .news-item .image .overlay .category {
    color: #fff;
    font-size: 10px;
}

.news-feed .news-item .image .overlay .title {
    color: #c4d645;
    font-weight: 800;
}

.news-feed .news-item .date {
    font-size: 12px;
    font-weight: 800;
    padding: 10px 15px 0px;
}

.news-feed .news-item .excerpt {
    padding: 0px 15px 10px 15px;
    max-height: 125px;
    overflow-y: hidden;
    line-height: 25px;
}

.news-feed .news-item .readmore {
    text-align: right;
    margin-top: auto;
}

.news-feed .news-item .readmore a {
    background: #c4d645;
    display: inline-block;
    color: #225f9f;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 20px;
    margin-top: 15px;
}

.news-feed .news-item-feat {
    height: 100%;
    overflow-y: hidden;
}

.news-feed .news-item-feat .image {
    position: relative;
    height: 100%;
}

.news-feed .news-item-feat .image img {
    height: 100%;
}

.news-feed .news-item-feat .image .overlay {
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(34, 95, 159, 0.7);
}

.news-feed .news-item-feat .image .overlay .title {
    text-align: center;
}

.news-feed .news-item-feat .image .overlay .readmore {
    text-align: center;
}

.news-feed .news-item-feat .image .overlay .readmore a {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 10px;
}

.news-feed .news-item-feat .image .overlay .readmore a:hover {
    color: #225f9f;
    background-color: #fff;
}

.location {
    height: 400px;
    text-align: center;
    background-image: url(../images/bg-building.jpg);
    margin-top: 100px;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

.location .container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.location .container .location-wrapper {
    width: 100%;
}

.location .container .location-wrapper h3 {
    color: #fff;
    margin-bottom: 20px;
}

.location .container .location-wrapper .counter {
    font-weight: 800;
    font-size: 5rem;
    line-height: 4rem;
}

.location .container .location-wrapper .notes {
    text-transform: uppercase;
}

.location .container .location-wrapper .link {
    margin-top: 15px;
}

.location .container .location-wrapper .link a {
    padding: 10px 25px;
    color: #225f9f;
    background-color: #fff;
    text-transform: uppercase;
}

.fifclub-feeds {
    background: rgba(210, 231, 255, 0.3);
    padding: 70px 0px;
}

.fifclub-feeds .title-section {
    color: #0056a5;
    font-weight: 800;
    border-bottom: 6px solid #0056a5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.fifclub-feeds .container .row div:nth-child(2) .title-section {
    border-bottom: 6px solid #c4d645;
}

.fifclub-feeds .category {
    font-weight: 600;
    font-size: 10px;
    margin-bottom: 10px;
}

.fifclub-feeds .title {
    font-weight: 800;
    font-size: 1.1rem;
    margin-bottom: 5px;
    color: #f4962c;
    min-height: 53px;
}

.fifclub-feeds .date {
    font-weight: 600;
    font-size: 10px;
    margin-bottom: 10px;
}

.fifclub-feeds .excerpt {
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 25px;
}

.fifclub-feeds .link {
    font-weight: 600;
    margin-bottom: 10px;
}

.fifclub-feeds .link a {
    color: #0056a5;
}

.fifclub-feeds .image img {
    width: 100%;
    height: 13vw;
    object-fit: cover;
}

.fifclub-feeds .video-item .title {
    text-transform: uppercase;
    color: #0056a5;
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    min-height: 1px;
    margin-bottom: 5px;
}

.fifclub-feeds .video-item .embed-responsive {
    margin-bottom: 20px;
}

.content {
    padding-top: 15px;
    position: relative;
}

.content .subwrapper {
    position: absolute;
    top: 0px;
    height: 100%;
    padding-top: 80px;
    top: 0px;
    left: 47%;
    transform: translateX(-555px);
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.8);
}

.content .submenu {
    position: -webkit-sticky;
    position: sticky;
    display: inline-block;
    top: 100px;
    padding-left: 30px;
}

.content .submenu .submenu-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    max-width: 265px;
}

.content .submenu .title {
    color: #225f9f;
    font-weight: bold;
    font-size: 1.1rem;
}

.content .submenu .submenu-list .nav-link {
    padding: 5px 0px;
}

.content .submenu .submenu-list .nav-link.active {
    color: #225f9f;
    font-weight: bold;
}

.content .submenu .submenu-list li a {
    color: #9b9b9b;
    font-size: 17px;
}

.content .content-section {
    position: relative;
}

.content-section h3 {
    padding-top: 118px;
    margin-top: -118px;
}

.content-section h3:before {
    margin: 0px;
}

.content .content-section-bg {
    position: relative;
    background: rgba(210, 231, 255, 0.3);
    padding: 50px 0px;
}

.content .content-section h2 {
    margin: 15px 0px 15px 0px;
}

.content .content-section img,
.content .content-section-bg img {
    margin-bottom: 15px;
}

.content .content-section .intro {
    font-size: 1.3rem;
    margin-bottom: 30px;
}

.content .lob-list .lob-item {
    margin-bottom: 15px;
}

.content .lob-list .lob-item img {
    margin-bottom: 15px;
}

.content .lob-list .lob-item div {
    background-color: #ddd;
    padding: 20px 15px;
    color: #fff;
    height: 100%;
    border-radius: 10px;
}

.content .lob-list .lob-item:nth-child(1) div {
    background-color: #e4342d;
}

.content .lob-list .lob-item:nth-child(2) div {
    background-color: #e4342d;
}

.content .lob-list .lob-item:nth-child(3) div {
    background-color: #e4342d;
}

.content .lob-list .lob-item:nth-child(4) div {
    background-color: #67a73a;
}

.footer {
    padding: 2vw;
    font-size: 14px;
    line-height: 1.2rem;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 13px;
}

.footer i {
    font-size: 2rem;
}

.footer .footer-title {
    font-weight: 600;
    margin-bottom: 10px;
    color: #2676ae;
    margin-top: 20px;
    text-transform: uppercase;
}

.footer .footer-item {
    list-style: none;
    padding: 0px;
}

.footer .footer-item li {
    padding-bottom: 3px;
}

.footer .footer-item li a {
    color: inherit;
}

.footer .footer-social {
    padding: 0px;
    border-bottom: 1px solid #4a4a4a;
    padding-bottom: 15px;
    display: flex;
    list-style: none;
}

.footer .footer-social li {
    flex: 1;
}

.footer .footer-social li img {
    display: block;
    margin: 0px auto;
}

.copyright {
    background-color: #4a4a4a;
    color: #fff;
    padding: 15px 0px;
    font-size: 10px;
    line-height: 20px;
}

.copyright .row div:nth-child(2) {
    text-align: right;
    justify-content: flex-end;
}

.copyright .row > div {
    display: flex;
    align-items: center;
}

.copyright ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.copyright ul li {
    list-style: none;
    display: inline;
    position: relative;
    padding-right: 10px;
}

.copyright ul li:after {
    border-right: 1px solid #fff;
    height: 10px;
    width: 1px;
    position: absolute;
    content: "";
    right: 3px;
    top: 1px;
}

.copyright ul li:last-child:after {
    border: 0px;
}

.copyright ul li a {
    text-decoration: none;
    color: #fff;
}

table.table-responsive {
    display: inline-table;
}

table.table {
}

table.table.shade-3 {
    vertical-align: middle;
    margin: 20px 0px;
}

table.table.shade-3 td {
    vertical-align: middle;
}

table.shade-3 tr td {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*table.shade-3 tr:first-child td:nth-child(1){background-color: #4a4a4a; color:#FFF;vertical-align: middle;text-align: center;border-top:0px; width: 200px;} */

table.shade-3 tr td:nth-child(1) {
    background-color: #afafaf;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    width: 220px;
}

table.shade-3 tr td:nth-child(2) {
    background-color: #c3c3c3;
    color: #fff;
    padding-left: 30px;
}

table.shade-3 tr td:nth-child(2) ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.page-banner {
    margin-top: 87px;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.page-banner .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-banner .overlay .banner-text {
    position: relative;
}

.page-banner .overlay .banner-text .main-title {
    font-size: 2.2rem;
    font-weight: bold;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    padding: 30px;
    color: #fff;
}

.page-banner .overlay .banner-text .sub-title {
    text-align: center;
    font-size: 1.25rem;
    color: #fff;
    width: 100%;
}

.page-banner .overlay .banner-text .sub-title {
    position: absolute;
    margin-top: -1rem;
    display: table;
    white-space: nowrap;
}

.page-banner .overlay .banner-text .sub-title span {
    padding-left: 15px;
    padding-right: 15px;
}

.page-banner .overlay .banner-text .sub-title:before,
.page-banner .overlay .banner-text .sub-title:after {
    border-top: 5px solid #fff;
    content: "";
    display: table-cell;
    position: relative;
    top: 1rem;
    width: 45%;
}

.page-banner .overlay .banner-text .sub-title:before {
    right: 0%;
}

.page-banner .overlay .banner-text .sub-title:after {
    left: 0%;
}

.page-banner.text-left .overlay {
    justify-content: left;
}

.page-banner.text-left .banner-text {
    font-weight: 300;
    margin-left: 5%;
    color: #fff;
    font-size: 3rem;
    font-family: "proxima";
    line-height: 3rem;
}

.section-additional-profession .row div:nth-child(1) {
    position: relative;
}

.section-additional-profession .row div:nth-child(1):after {
    content: "";
    width: 60%;
    border-top: 1px solid #444444;
    position: absolute;
    top: 15px;
}

.square-block {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 50px;
}

.square-block .box {
    flex-basis: 0;
    flex-grow: 1;
    width: 100%;
    position: relative;
    margin-bottom: 0px;
}

.square-block .box {
    flex: 0 0 33.333334%;
    max-width: 33.333334%;
}

.square-block .box-desc.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.square-block .box:before {
    content: "";
    display: block;
    padding-bottom: 100%;
    position: relative;
}

.square-block .box .box-content {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.square-block .box.title {
    font-weight: bold;
}

.square-block .box.title .box-content {
    width: 100%;
    height: 100%;
    padding: 15px;
}

.square-block .box .box-content .content {
    width: 100%;
    height: 100%;
    padding: 0px;
    display: flex;
    align-items: flex-end;
    background-position: center center;
    background-size: cover;
    filter: grayscale(100%);
    border-radius: 10px;
    overflow: hidden;
}

.square-block .box.title .box-content .content {
    filter: grayscale(0%);
}

.square-block .box .box-content .content .box-longdesc {
    display: none;
    font-size: 14px;
}

.square-block .box.title .box-content .content {
    background-color: #225f9f;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 0px;
    padding-left: 15px;
    padding-bottom: 15px;
    position: relative;
}

.square-block .box .box-content .content .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    color: #fff;
    padding-left: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.2s;
}

.square-block .box.opened .box-content .content {
    filter: grayscale(0%);
}

.square-block .box.opened .box-content .content .overlay {
    background-color: rgba(0, 0, 0, 0);
}

.square-block .box .box-content .content .overlay .box-shortdesc {
    transition: all 0.3s;
}

.square-block .box.opened .box-content .content .overlay .box-shortdesc {
    opacity: 0;
}

.square-block .box .box-content .content .overlay span {
    display: block;
    font-weight: normal;
}

.download-item {
    max-width: 500px;
    display: block;
    padding-bottom: 30px;
}

.download-item > div {
    align-items: center;
    font-size: 14px;
    color: #4a4a4a;
}

.download-item > div span {
    padding-left: 15px;
}

.download-item > div > img {
    margin-bottom: 0px !important;
}

.download-item:hover {
    text-decoration: underline;
    cursor: pointer;
}

.annual-report-slider {
    padding-top: 20px;
}

.annual-report-slider .slick-slide {
    text-align: center;
}

.annual-report-slider .slick-slide {
    color: #4a4a4a;
}

.annual-report-slider .slick-slide img {
    display: block;
    margin: 0px auto;
}

.clean-table {
    margin-top: 30px;
}

.clean-table .table-col {
    font-weight: bold;
    padding-bottom: 15px;
}

.clean-table .table-col .col-header {
    border-bottom: 1px solid #979797;
    min-height: 80px;
}

.clean-table .table-col .table-paging {
}

.clean-table .table-col .table-paging .download-item {
    line-height: 20px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.clean-table .table-col .table-paging .download-item img {
    max-height: 40px;
    margin-bottom: 0px;
}

.clean-table .table-col .slickPrev,
.clean-table .table-col .slickNext {
    position: relative;
    left: 0px;
    right: 0px;
    display: block;
    margin: 0px auto;
    background: none;
    border: 0px;
    color: #225f9f;
}

.clean-table .table-col .slick-prev::before {
    content: "\f077";
}

.clean-table .table-col .slick-next::before {
    content: "\f078";
}

.vertical-tab .nav-pills a {
    color: #4a4a4a;
    font-weight: bold;
    border-bottom: 1px solid #979797;
}

.vertical-tab .nav-pills a:last-child {
    border: 0px;
}

.vertical-tab .nav-pills .nav-link.active,
.vertical-tab .nav-pills .show > .nav-link {
    background-color: #d8d8d8;
    color: #4a4a4a;
}

.vertical-tab .nav-pills .nav-link {
    border-radius: 0px;
}

.accordion {
    margin-bottom: 50px;
}

.accordion .card {
    border-radius: 0px;
    margin-bottom: 20px;
    border: 0px;
}

.accordion .card-header {
    border-bottom: 0px;
}

.accordion .card-body {
    border-left: 10px solid #225f9f;
}

.accordion button {
    white-space: normal;
    text-align: left;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: bold;
    padding: 1.25rem 1.25rem;
    display: block;
    border-radius: 0px;
    border: 0px;
    border-left: 10px solid #225f9f;
    max-width: 100%;
    position: relative;
    width: 100%;
    transition: all 0.5s;
    background-color: rgba(34, 95, 159, 0.1);
}

.accordion button p {
    width: 97%;
}

.accordion button:hover {
    text-decoration: none;
    color: #555555;
    border-color: #225f9f;
}

.accordion button:after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 9px;
    position: absolute;
    top: 50%;
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
    font-size: 14px;
    transition: all 0.3s;
}

.accordion button.collapsed:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 9px;
    position: absolute;
    top: 50%;
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
    font-size: 14px;
}

.accordion button.collapsed {
    border-left-color: #9b9b9b;
}

.accordion .card-header {
    padding: 0px;
}

.block-with-overlay {
    width: 100%;
    position: relative;
}

.block-with-overlay img {
    margin-bottom: 0px !important;
}

.block-with-overlay .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    color: #fff;
    padding: 15px;
}

.block-with-overlay .overlay p {
    line-height: 20px;
    margin-bottom: 0px;
    font-size: 14px;
}

.searchbar {
    width: 100%;
    display: block;
    padding: 20px 0px;
    color: #225f9f;
    position: relative;
}

.searchbar input {
    width: 100%;
    font-size: 26px;
    border: 0px;
    border-bottom: 1px solid #979797;
    padding: 0px;
    text-align: left;
    color: #225f9f;
}

.searchbar i {
    position: relative;
    bottom: 0px;
    left: 0px;
    margin-bottom: 33px;
    font-size: 1.5rem;
    opacity: 0.75;
}

.searchbar > i {
    position: absolute;
}

.article .featured {
    margin-bottom: 50px;
}

.article .featured .row {
    display: flex;
    margin: 0px;
    overflow: visible;
    padding: 15px 15px 15px 0px;
    flex-direction: row-reverse;
}

.article .featured h1 {
    color: #225f9f;
    padding-bottom: 20px;
    font-size: 1rem;
}

.article .featured .images {
    float: right;
    padding: 0px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(34, 95, 159, 0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(34, 95, 159, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(34, 95, 159, 0.25);
}

.article .featured .details {
    float: left;
}

.article .featured .date {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 10px;
    justify-content: space-between;
    display: flex;
}

.article .featured .date div {
    padding-right: 35px;
}

.article .featured .title {
    padding-bottom: 20px;
}

.article .featured .title a {
    font-size: 2rem;
    color: #225f9f;
    font-weight: bold;
    padding-bottom: 20px;
}

.article .featured .excerpt {
    padding-bottom: 30px;
}

.article .featured .category.cat-csr a {
    background-color: #c4d645;
}

.article .featured .category.cat-press a {
    background-color: #e4342d;
}

.article .article-header {
    display: flex;
    align-items: flex-end;
    margin: 0px;
    padding-bottom: 30px;
}

.article .article-header h2 {
    font-weight: bold;
}

.article .article-header.search-result h3 {
    font-weight: normal;
}

.article .article-header.search-result h3 span {
    font-weight: bold;
}

.article .article-header a {
    color: #225f9f;
    font-weight: bold;
    text-decoration: underline;
}

.article .category a {
    padding: 0px 20px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
    border-radius: 5px;
}

.article .category.cat-article a {
    background-color: #54a8d7;
}

.article .category.cat-csr a {
    background-color: #c4d645;
}

.article .category.cat-press a {
    background-color: #c4342d;
}

.article .article-item {
    margin-bottom: 50px;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.article .article-item .image {
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(34, 95, 159, 0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(34, 95, 159, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(34, 95, 159, 0.25);
}

.article .article-item .image img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
}

.article .article-item .title {
    margin-top: 15px;
}

.article .article-item .title a {
    color: #225f9f;
    font-size: 1.3rem;
    font-weight: bold;
    padding-top: 10px;
    text-align: left !important;
}

.article .article-item .date {
    display: flex;
    font-size: 12px;
    padding: 5px 0px;
    text-align: left !important;
    justify-content: space-between;
}

.article .article-item .excerpt {
    height: 100px;
    max-height: 100px;
    overflow: hidden;
    text-align: left !important;
}

.article .article-item .category {
    margin-top: auto;
    display: flex;
}

.article .container .article-header:nth-child(n + 2) {
    margin-top: 80px;
}

.article.article-content {
    padding-top: 20px;
    padding-bottom: 40px;
}

.article.article-content .category {
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #225f9f;
    line-height: 25px;
}

.article.article-content .date {
    font-size: 12px;
    text-align: left;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #d3e7ff;
    justify-content: space-between;
}

.article.article-content .date .articledownload {
    float: right;
    justify-content: space-between;
    border-radius: 10px;
}

.article.article-content .title {
    text-align: left;
    font-weight: bold;
    color: #225f9f;
    margin: 0px 0px 30px;
}

.article.article-content .img-container .image {
    background-color: rgb(255, 255, 255);
    transition: all 0.5s linear;
}

.article.article-content .image img {
    display: block;
    margin: 0 auto;
    max-height: 500px;
    max-width: 100%;
}

.article.article-content .text {
    margin-top: 40px;
}

.article.article-content .sidebar {
    margin-top: 40px;
    padding-left: 30px;
}

.article.article-content .sidebar .title {
    margin: 0px;
}

.article.article-content .sidebar .date {
    padding: 0px;
}

.article.article-content .sidebar .category {
    text-align: left;
}

.article.article-content .article-item .image {
    height: 200px;
}

.article.article-content .tags {
    margin-top: 40px;
    display: block;
}

.article.article-content .tags a {
    padding: 10px 20px;
    background-color: #f1f7ff;
    margin-right: 5px;
    color: #5d5d5d;
    text-transform: uppercase;
    font-size: 12px;
}

.article.article-content .sidebar .title {
    font-size: 1rem;
    text-align: left;
}

.page-header h1 {
    font-size: 1rem;
}

.page-header h2 {
    font-size: 2rem;
    font-weight: bold;
}

.page-header h3 {
    font-size: 18px;
}

.maps {
    margin-top: 30px;
}

.maps .map-address a {
    color: #225f9f;
}

.pagination {
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.pagination .page-item.disabled .page-link {
    border-color: #fff;
}

.pagination .page-link {
    border-color: #fff;
    color: #225f9f;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
}

.pagination .page-item.active .page-link {
    background-color: #225f9f;
    border-color: #fff;
    border-radius: 6px;
}

.maps .map-address {
    background-color: #f2f6f8;
    display: flex;
    align-items: center;
}

form.form-group {
    margin-bottom: 0.5rem;
}

form.form-contact input,
form.form-contact textarea {
    background: #f1f7ff;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.11);
    border-radius: 0px;
}

form.form-contact select.custom-select {
    background-color: #f1f7ff;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.11);
    border-radius: 0px;
}

form.form-contact label {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0px;
}

form .custom-radio {
    margin-right: 10px;
}

form
    .custom-radio
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #225f9f;
    margin-top: 5px;
}

form .custom-control-label::before {
    margin-top: 5px;
}

form .custom-control-label::after {
    margin-top: 5px;
}

form button.btn {
    background: #225f9f;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 0.25rem;
}

form .btn-cta {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 80px;
}

form .btn-cta button {
    padding: 20px 80px;
    display: inline-block;
}

.zoomable {
    position: relative;
}

.zoomable a {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.promo-card {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.promo-card .item {
    margin-bottom: 40px;
}

.promo-card .item a {
    color: inherit;
}

.promo-card .item .image {
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.promo-card .detail {
    text-align: center;
}

.promo-card .detail .title {
    font-weight: bold;
    font-size: 1.1rem;
    padding: 15px 0px;
    padding-bottom: 0px;
}

.promo-card .detail .period {
    font-size: 14px;
}

.promo-card .detail .link {
    font-size: 14px;
    color: #e4342d;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    transition: all 0.3s;
}

.promo-card .item:hover .link {
    background-color: #c4d645;
    color: #fff;
}

.promo-content .image img {
    display: block;
    margin: 0 auto;
    max-height: 500px;
}

.promo-content .title {
    margin: 10px 0px 30px;
    font-size: 2rem;
    font-weight: bold;
    color: #225f9f;
}

.promo-content .text {
    margin: 20px 0px 40px;
}

.promo-content .highlights {
    display: flex;
    flex-wrap: wrap;
}

.promo-content .highlights .item {
    text-align: center;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-right: 1px solid #fff;
    font-weight: bold;
}

.promo-content .highlights .item:nth-child(1) {
    background-color: rgba(245, 166, 35, 1);
}

.promo-content .highlights .item:nth-child(2) {
    background-color: rgba(245, 166, 35, 0.9);
}

.promo-content .highlights .item:nth-child(3) {
    background-color: rgba(245, 166, 35, 0.8);
}

.promo-content .highlights .item:nth-child(4) {
    background-color: rgba(245, 166, 35, 0.7);
}

.promo-content .highlights .item:nth-child(5) {
    background-color: rgba(245, 166, 35, 0.6);
}

.promo-content .highlights .item:last-child {
    border-right: 0px;
}

.archive .pagination {
    margin: 0px auto;
    margin-top: 30px;
}

.archive .page-item .page-link {
    background-color: transparent;
    border: 0px;
}

.archive .page-item.disabled .page-link {
    background-color: transparent;
    border: 0px;
}

.form-submission {
    border: 1px solid #979797;
    border-radius: 5px;
    margin-top: 40px;
    overflow: hidden;
    margin-bottom: 40px;
}

.form-submission .title {
    background-color: #d0021b;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    margin: 0px;
    padding: 15px 0px;
}

.form-submission .form-content {
    padding: 30px 30px;
    display: flex;
    flex-wrap: wrap;
}

.form-submission button {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 20px;
}

.form-submission label {
    font-size: 14px;
    margin-bottom: 0px;
}

.form-submission input {
    border-color: #979797;
    border-radius: 0px;
}

.text-with-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3rem;
}

.text-with-image.image-left {
    flex-direction: row-reverse;
}

.text-with-image.image-right {
    flex-direction: row;
}

.text-with-image .text {
    max-width: 50%;
}

.text-with-image .text span {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.text-with-image img {
    align-self: center;
}

.points-column {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-left: -15px;
    margin-right: -15px;
}

.points-column li {
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.points-column li span {
    font-weight: bold;
    display: block;
    color: #225f9f;
    margin-bottom: 1rem;
    margin-top: 2rem;
    position: relative;
}

.points-column li span:before {
    position: absolute;
    top: -10px;
    left: 0px;
    border-top: 1px solid #225f9f;
    height: 2px;
    width: 50px;
    content: "";
}

.nav-filter {
}

.nav-filter .custom-radio {
    display: flex;
}

.nav-filter .custom-control-label::before,
.nav-filter .custom-control-label::after {
    top: 50%;
    transform: translateY(-50%);
}

.nav-filter
    .custom-radio
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #2676ae;
}

.nav-filter .custom-radio select {
    margin-left: 10px;
    width: 50%;
    align-self: center;
    border: 0px;
    background-color: #f1f7ff;
    padding: 5px;
}

.nav-filter .searchbar {
    padding: 0px;
}

.nav-filter .searchbar input {
    font-size: 1rem;
    padding: 0px;
    padding-left: 30px;
}

.nav-filter .searchbar i {
    font-size: 1rem;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

.table-items {
}

.table-items .items {
    border-bottom: 2px solid #fff;
}

.table-items .col-items {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px solid #fff;
}

.lob-list img {
    max-width: 150px;
}

#v-pills-tabContent {
    height: 100%;
}

#v-pills-tabContent .tab-pane {
    height: 100%;
}

#v-pills-tabContent .tab-pane .table {
    height: 100%;
}

#v-pills-tabContent .tab-pane .table tr:last-child {
    height: 100%;
}

.home-banner.blue.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.home-banner.blue {
    position: relative;
}

.home-banner.blue .slider-content {
    width: auto;
    position: relative;
}

.home-banner.blue .slider-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #225f9f;
    background-blend-mode: multiply;
    background-image: url(../images/blue-overlay.png);
    opacity: 0.7;
    background-size: cover;
    z-index: 9;
    top: 0px;
    left: 0px;
    align-items: flex-end;
    justify-content: center;
    display: flex;
}

.home-banner.blue .slider-caption > div {
    justify-content: center;
    margin-bottom: 80px;
}

.home-banner.blue .slider-caption .text {
    text-align: center;
    color: #fff;
    max-width: 800px;
    margin-bottom: 30px;
    font-size: 1.2rem;
}

.home-banner.blue .slider-caption .cta {
    text-align: center;
}

.home-banner.blue .slider-caption .cta a {
    padding: 10px 40px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 8px;
    font-size: 1.5rem;
    font-weight: bold;
    display: inline-block;
}

.home-banner.blue .slider-caption .cta a:hover {
    background-color: #fff;
    color: #225f9f;
}

.font-superlg {
    font-size: 3rem;
}

.slide-promo .slick-slide img {
    display: block;
    margin: 0px auto;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(34, 95, 159, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(34, 95, 159, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(34, 95, 159, 0.25);
}

.slide-promo .caption {
    color: #fff;
    text-align: center;
}

.slide-promo .caption .title {
    font-size: 12px;
    font-weight: bold;
    height: 20px;
}

.slide-promo .caption .lob {
    font-size: 12px;
    height: 20px;
}

.slide-promo .news-readmore {
    height: 245px;
    background-color: #225f9f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
}

.slide-promo .news-readmore a {
    color: #c4d645;
    font-weight: bold;
}

.bg-blue .slide-promo .slick-slide img {
    border: 8px solid #fff;
}

.bg-blue .slick-prev::before,
.slick-next::before {
    color: #fff;
}

.redeem {
    color: #225f9f;
    background-image: url(../images/img-redeem.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}

.redeem .font-superlg {
    line-height: 3rem;
    padding-bottom: 20px;
}

.redeem a {
    display: inline-block;
    margin-top: 30px;
    padding: 10px 40px;
    background-color: #225f9f;
    color: #fff;
    font-weight: bold;
}

nav.navbar.navbar-blue {
    background-color: #225f9f;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-blue .navbar-brand {
    color: #fff;
    font-size: 1rem;
}

.navbar-blue .nav-link {
    color: #fff;
    font-size: 0.9rem;
}

.navbar-blue .nav-item.login {
    background-color: #c4d645;
    margin-left: 10px;
    margin-right: 10px;
}

.navbar-blue .nav-item.login .nav-link {
    color: #225f9f;
    padding-right: 20px;
    padding-left: 20px;
    font-weight: bold;
}

.homepage nav.navbar.navbar-second {
    position: absolute;
    top: 50.1833px;
    position: absolute;
    z-index: 9;
    background-color: transparent;
    width: 100%;
    box-shadow: none;
}

.homepage nav.navbar.navbar-second .nav-link {
    color: #fff;
    font-size: 0.9rem;
}

.homepage nav.navbar.navbar-second .nav-item:last-child {
    font-weight: lighter;
}

.homepage nav.navbar.navbar-second .nav-item:last-child a {
    font-weight: lighter;
}

.homepage nav.navbar.navbar-second .nav-item a:hover {
    color: #fff;
    text-decoration: underline;
}

nav.navbar.navbar-second {
    position: absolute;
    top: 50.1833px;
    position: absolute;
    z-index: 9;
    background-color: transparent;
    width: 100%;
    box-shadow: none;
}

nav.navbar.navbar-second .nav-link {
    color: #225f9f;
    font-size: 0.9rem;
}

nav.navbar.navbar-second .nav-item:last-child {
    font-weight: lighter;
}

nav.navbar.navbar-second .nav-item:last-child a {
    font-weight: lighter;
}

nav.navbar.navbar-second .nav-item a:hover {
    color: #225f9f;
    text-decoration: underline;
}

.section .head-line {
    position: relative;
    text-align: left;
    margin-bottom: 40px;
}

.section .head-line:after {
    content: "";
    position: absolute;
    bottom: -10px;
    border: 3px solid #c4d645;
    width: 30%;
    left: 0;
}

.section .head-line:before {
    content: "";
    position: absolute;
    bottom: -10px;
    border: 3px solid #225f9f;
    width: 70%;
    right: 0;
}

.gallery-feed {
}

.gallery-feed > div {
    transition: all 0.5s;
}

.gallery-feed > div:hover {
    background-color: rgba(34, 95, 159, 0.1);
}

.gallery-feed .gallery-item {
}

.gallery-feed a .gallery-item {
    color: #225f9f;
}

.gallery-feed .gallery-item .title {
    font-weight: bold;
    line-height: 1.3rem;
    height: 42px;
    overflow: hidden;
}

.gallery-feed .gallery-item .date {
    font-size: 0.8rem;
}

.gallery-feed .gallery-item .readmore {
    font-weight: bold;
    font-size: 0.9rem;
    margin-top: 5px;
}

.gallery-detail h2 {
    font-size: 0.9rem;
    text-align: center;
    margin: 0px;
}

.gallery-detail .date {
    font-size: 0.8rem;
    text-align: center;
    line-height: 1rem;
}

.gallery-detail .title {
    margin-top: 20px;
    margin-bottom: 30px;
}

.slick-prev::before,
.slick-next::before {
    color: #4a4a4a;
    font-size: 3rem;
}

.gallery-detail .slick-prev {
    left: -45px;
}

.gallery-detail .slick-next {
    right: -45px;
}

.gallery-detail .slick-prev,
.slick-next {
    width: 3rem;
    height: 3rem;
}

.gallery-detail .gallery-slider .slider-content {
    position: relative;
}

.gallery-detail .gallery-slider .slider-content .image img {
    display: block;
    margin: 0px auto;
    max-width: 100%;
}

.gallery-detail .gallery-slider .slider-content .slider-caption {
    position: absolute;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px;
    color: #fff;
    line-height: 1.3rem;
    width: 100%;
}

.auth {
    background-color: #225f9f;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth .auth-box {
    color: #fff;
    text-align: center;
    width: 400px;
    margin-top: -40px;
}

.auth .auth-box p {
    line-height: 1.3rem;
}

.auth .auth-box.register {
    width: 800px;
    margin-top: -40px;
}

.auth .auth-box.register form {
    width: 100%;
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    flex-wrap: wrap;
}

.auth .auth-box h1 {
    color: #fff;
    margin-top: 20px;
    font-size: 1.7rem;
}

.auth .auth-box .logo {
    max-width: 150px;
}

.auth .auth-box a {
    color: #fff;
    text-decoration: underline;
}

.auth .auth-box .form-group {
    margin-bottom: 10px;
    text-align: left;
}

.auth .auth-box .form-group label {
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 0px;
}

.auth .auth-box .form-group input {
    border-radius: 0px;
}

.auth .auth-box button {
    background: #c4d645;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border: 0px;
    display: block;
    width: 100%;
    padding: 15px;
    font-weight: bold;
    color: #5d5d5d;
    margin-top: 30px;
}

.auth .auth-box button:hover {
    cursor: pointer;
}

.auth .auth-box a.close-auth {
    text-decoration: none;
    margin-top: 10px;
}

.list-content h4 {
    border-bottom: 1px solid #225f9f;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #225f9f;
    padding-left: 15px;
}

.list-content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-left: 15px;
    display: flex;
}

.list-content ul li {
    flex-basis: 0;
    flex-grow: 1;
}

#modalPDF {
    z-index: 999999;
}

#modalPDF .modal-dialog {
    margin-top: 120px;
    max-width: 75%;
    height: 75%;
    position: relative;
    z-index: 99999;
}

#modalPDF .modal-dialog .modal-content {
    height: 100%;
}

#modalPDF .modal-dialog .modal-content iframe {
    width: 100%;
    height: 100%;
    border: 0px;
}

#modalPDF .modal-dialog .modal-content .modal-body {
    position: relative;
    padding: 0px;
    height: 100%;
}

#modalPDF .modal-dialog .modal-content .modal-body .protector {
    position: absolute;
    z-index: 999999;
    background-color: #484848;
    top: 0px;
    right: 0px;
    width: 145px;
    height: 50px;
    text-align: right;
    border-bottom-left-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#modalPDF .modal-dialog .modal-content .modal-body .protector a {
    color: #fff;
    font-size: 1.2rem;
}

.profile-form {
    margin: 0px;
}

.profile-form .profile-name {
    font-weight: bold;
    font-size: 1.75rem;
    margin-bottom: 20px;
    color: #225f9f;
}

.profile-form label {
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: bold;
    color: #4a4a4a;
}

.profile-form .btn {
    background: #d9d7d7;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    color: #4a4a4a;
    padding-left: 40px;
    padding-right: 40px;
}

.profile-form .profile-picture {
    width: 200px;
    height: 200px;
    margin: 0px auto;
    overflow: hidden;
    border-radius: 50%;
}

.profile-form .profile-picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.profile-form .profile-picture + div {
    text-align: center;
}

.profile-form .profile-picture + div .btn {
    display: inline-block;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    color: #225f9f;
    font-size: 13px;
    font-weight: bold;
}

.profile-form #upload-propic {
    display: none;
}

.installment-form label {
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: bold;
    color: #4a4a4a;
}

.installment-form .btn {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
}

.installment-form .btn.btn-submit {
}

.installment-form .btn.btn-reset {
    background-color: #d8d8d8;
    color: #5d5d5d;
}

.installment-form select.form-control,
.installment-form textarea.form-control {
    background-color: #f1f7ff;
}

.table.shade-4 {
    font-size: 13px;
    border-radius: 10px;
    overflow: hidden;
    margin: 30px 0px;
}

.table.shade-4 tr {
    border-bottom: 1px solid #ccc;
}

.table.shade-4 tr:nth-child(1) td {
    font-weight: bold;
    text-align: center !important;
}

.table.shade-4 tr:nth-child(1),
.table.shade-4 tr:nth-child(2) {
    background-color: #225f9f;
    color: #fff;
    text-align: center;
}

.table.shade-4 td {
    padding: 0.5rem;
    border-left: 1px solid #ccc;
}

.table.shade-4 tr td:nth-child(2),
.table.shade-4 tr td:nth-child(3) {
    text-align: right;
}

.table.shade-4 tr td:nth-child(3) {
    border-right: 1px solid #ccc;
}

.page-not-found {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.page-not-found h1 {
    font-size: 20rem;
    background-color: #565656;
    text-align: center;
    color: transparent;
    text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    background: -webkit-linear-gradient(#fcfcfc, #2a3280);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px;
    padding: 0px;
}

.page-not-found h3 {
    text-align: center;
}

.financing-options {
    display: flex;
}

.financing-options.single {
    display: flex;
    justify-content: center;
}

.financing-options .item {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    margin: 0px 30px;
    background-color: #fff;
    background: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    border: 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.financing-options .item.single {
    flex-basis: 0;
    flex-grow: 0.2;
    max-width: 100%;
    margin: 0px 30px;
    background-color: #fff;
    background: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    border: 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.financing-options .item p {
    color: #225f9f;
    font-weight: bold;
}

.financing-options .btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    background-color: #fff;
}

.financing-options .item:not(.active) {
    opacity: 0.5;
}

.financing-options .item:before {
    padding-top: 100%;
    content: "";
    float: left;
}

.financing-options .itembtn:before {
    padding-top: 100%;
}

.financing-form {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
    border-radius: 17px;
    padding: 15px 20px 20px;
    margin-top: 30px;
}

.financing-form .cta-btn {
    margin: 50px 15px 10px;
}

.financing-form .cta-btn button {
    border-radius: 10px;
    background: #0458af;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.3px;
    padding: 10px 40px;
}

.financing-form .cta-btn button.btn-prev {
    background-color: #fff;
    color: #0458af;
    border: 1px solid #0458af;
}

.financing-form .financing-details .items {
    display: none;
}

.financing-form .financing-details .items.active {
    display: block;
}

.financing-form #jmldp {
    float: right;
}

.financing-form #tnrCicil {
    float: right;
}

.financing-form .financing-details .custom-range {
    margin-top: 7px;
}

.financing-step {
    list-style: none;
    text-align: center;
    padding: 0px;
    margin: 15px 0px 40px 0px;
}

.financing-step li {
    display: inline;
    font-size: 22px;
    font-weight: bold;
    margin: 0px 30px;
    padding-bottom: 7px;
    color: #ccc;
    position: relative;
}

.financing-step li.active {
    border-bottom: 3px solid #0458af;
    color: #4a4a4a;
}

.financing-step li:after {
    position: absolute;
    content: "\f054";
    right: -38px;
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #0458af;
}

.financing-step li:last-child:after {
    content: "";
}

.img-zoom {
    overflow: hidden;
}

.img-zoom img {
    transition: transform 0.5s ease;
}

.img-zoom:hover img {
    transform: scale(1.19);
}

.content-section.mt-3.mb-5 .container .container .row .row:nth-child(even) {
    flex-direction: row-reverse;
}

/*.col-sm-4.item img{object-fit: cover; object-position: 50% 50%;height: 340px;width: 530px;border-radius: 10px}*/

.col-sm-4.item img {
    width: 100%;
    border-radius: 10px;
}

.iframe-container iframe {
    width: 1110px;
    height: 625px;
}

.fb-share-button.fb_iframe_widget span {
    height: 39px !important;
}

.livechat_title h2 {
    cursor: context-menu;
    font-weight: bolder;
    position: fixed;
    bottom: 22px;
    right: 60px;
    background-color: aliceblue;
    border-radius: 5px 0px 0px 5px;
    padding: 18px 28px 15px 10px;
    font-size: 14px;
}

.text p img {
    width: 100% !important;
    height: auto !important;
}

.article .share-bar {
    border: 0px;
}

.article .share-bar ul {
    padding: 0px;
    margin-top: 30px;
}

.article .share-bar ul li {
    display: inline-block;
    position: relative;
}

.article .share-bar ul li {
    color: #1a2f92;
    font-weight: bold;
    margin-right: 30px;
    cursor: pointer;
}

.article .share-bar ul li img {
    vertical-align: top;
    margin-right: 10px;
}

.article .share-bar ul li .share-type {
    position: absolute;
    top: 40px;
    padding: 10px;
    border-radius: 8px;
    background-color: #f1f7ff;
    opacity: 0;
    transition: all 0.2s;
    z-index: 999;
}

.article .share-bar ul li:first-child:hover .share-type {
    opacity: 1;
}

.article .share-bar ul li .share-type:hover {
    opacity: 1;
}

.article .share-bar ul li .share-type:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f1f7ff;
    position: absolute;
    top: -10px;
    width: 10px;
    height: 10px;
    content: "";
    left: 50px;
}

.article .share-bar ul li .share-type .share-option {
    display: flex;
}

.article .share-bar ul li .share-type .share-option .whatsapp {
    margin-left: 5px;
    background-color: #25d366;
    height: 28px;
    padding-right: 10px;
    border-radius: 5px;
}

.article .share-bar ul li .share-type .share-option .whatsapp a {
    display: flex;
    margin: 0px;
    align-items: center;
    height: 28px;
    color: #fff;
    font-size: 14px;
}

.article .share-bar ul li .share-type .share-option .whatsapp a img {
    margin: 0px 5px 0px 10px;
}

.article .share-bar ul li .share-type .share-option .fb_iframe_widget {
    margin-right: 5px;
}

.article .share-bar ul li a {
    color: #1a2f92;
}

.article.promotion-archive .category {
    margin-top: 10px;
}

.article.promotion-archive .title {
    margin-top: 5px;
}

.article.promotion-archive .category a {
    margin-top: 0px;
    padding-top: 5px;
}

.article.article-content .date {
    padding-bottom: 2px;
}

.sidebar {
    position: sticky;
    top: 106px;
}

.sidebar h4 {
    font-size: 16px;
    border-bottom: 1px solid #d3e7ff;
    padding-bottom: 7px;
    margin-bottom: 20px;
    font-weight: bold;
}

.article.article-content .sidebar .vision {
    padding: 15px;
    background-color: #225f9f;
    color: #fff;
    border-radius: 10px;
    text-align: center !important;
}

.article.article-content .sidebar .vision .title {
    font-weight: bold;
    color: #fff !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    font-size: 14px !important;
    text-align: center !important;
}

.article.article-content .sidebar .vision .subtitle {
    font-size: 18px;
    font-weight: bold;
}

.article.article-content .sidebar .vision img {
    margin-top: 25px;
    margin-bottom: 0px;
}

.news-feed .news-readmore {
    height: 469px;
    background-color: #225f9f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    border-radius: 10px;
}

.news-feed .news-readmore a {
    color: #c4d645;
    font-weight: bold;
    transition: all 0.5s;
}

.news-feed .news-readmore a:hover {
    color: #fff;
}

.news-feed .slick-list {
    padding-bottom: 30px;
}

.searchbar input.date {
    font-size: 1rem;
    font-weight: bold;
    border-radius: 0px;
    padding: 0px;
    text-align: left;
}

.searchbar input.keyword {
    border-radius: 0px;
}

.searchbar button {
    margin-top: 20px;
}

.branch-list {
    margin-top: 25px;
}

.branch-list .branch-item {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 95, 159, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(34, 95, 159, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(34, 95, 159, 0.25);
}

.branch-list .branch-item .branch-title {
    color: #225f9f;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 25px;
}

.branch-list .branch-item .branch-address {
    font-size: 14px;
    line-height: 20px;
}

.branch-list .branch-item .branch-phone {
    font-size: 14px;
}

.branch-list .branch-item .branch-phone a {
    color: #225f9f;
}

.branch-list .branch-item .view-maps button {
    width: 100%;
    background-color: #225f9f;
    margin-top: 15px;
    color: #fff;
}

.promotion-archive {
}

.promotion-archive.article .article-item .title {
    line-height: 1.5rem;
    margin-top: 0px;
}

.promotion-archive.article .article-item .title a {
    font-size: 1rem;
    padding-top: 0px;
}

.promotion-archive.article .article-item .category {
    display: block;
}

.promotion-archive.article .article-item .category a {
    padding: 0px 5px;
    font-size: 10px;
    line-height: 20px;
}

.promotion-archive.article .article-item .image {
    height: 250px;
    object-fit: none;
}

.promotion-archive.article .article-item .image img {
    margin: 0px;
}

.selector-wrapper:after {
    content: "";
    width: 0.8em;
    height: 0.5em;
    background-color: #979797;
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
    display: grid;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 59%;
}

#lob-selector {
    border: 0px;
    border-bottom: 1px solid #979797;
    border-radius: 0px;
    outline: none;
    padding: 0 1em 0 0;
    appearance: none;
}

#lob-selector:focus {
    box-shadow: none;
}

#surveyModal {
    z-index: 9999999;
}

#surveyModal .modal-dialog {
}

#surveyModal .form-group > label {
    font-weight: bold;
    margin-bottom: 0px;
}

#surveyModal .btn-next {
    border: 1px solid #0458af;
    margin-bottom: 10px;
    border-radius: 25px;
    background-color: transparent;
    font-weight: bold;
    background-color: #0458af;
    color: #fff;
}

#surveyModal .btn-back {
    border: 1px solid #0458af;
    margin-bottom: 10px;
    border-radius: 25px;
    background-color: transparent;
    font-weight: bold;
    background-color: transparent;
    color: #0458af;
}

#surveyModal .btn-submit {
    font-size: 1rem;
    border: 1px solid #0458af;
    margin-bottom: 10px;
    border-radius: 25px;
    background-color: transparent;
    font-weight: bold;
    background-color: #0458af;
    color: #fff;
    padding: 0.375rem 1rem;
}

#surveyModal .custom-control-label::after,
#surveyModal .custom-control-label::before {
    top: 0.45rem;
}

#surveyModal small {
    line-height: 1rem;
}

#surveyModal #alert-survey {
    line-height: 1.3rem;
    font-size: 0.8rem;
    opacity: 0;
    width: 100%;
    position: relative;
    bottom: 0px;
    transition: all 0.3s;
}

#surveyModal #alert-survey .alert {
    padding: 5px 45px 5px 10px;
    margin-top: -85px;
}

#surveyModal #alert-survey .alert-dismissible .close {
    padding: 5px;
}

#surveyModal .container > button.close {
    position: absolute;
    top: 5px;
    right: 10px;
}

#surveyModal input[type="text"],
#surveyModal input[type="email"] {
    border: 0px;
    border-bottom: 1.5px solid #0458af;
    border-radius: 0px;
}

#surveyModal
    .custom-radio
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #0458af;
}

#surveyModal .input-group-text {
    border: 0px;
    border-radius: 0px;
    border-bottom: 1.5px solid #0458af;
}

#surveyModal .custom-control {
    width: 100%;
}

#surveyModal .form-control {
    transition: all 0.3s;
}

#surveyModal .form-control:focus {
    box-shadow: none;
    border-bottom-width: 2px;
}

#surveyModal h3 {
    margin-top: 20px;
    font-size: 24px;
}

#surveyModal p {
    font-size: 1rem;
    line-height: 1.6rem;
    text-align: center;
    font-weight: 600;
}

/* .modal-backdrop {
    z-index: 999999;
} */

h1.lob-header {
    font-size: 2rem;
}

.branch-list .branch-item .view-maps {
    text-align: right;
}

.branch-list .branch-item .view-maps a {
    border: 1px solid #225f9f;
    color: #225f9f;
    padding: 5px;
    border-radius: 5px;
}

#mapsModal {
    z-index: 9999999;
}

#mapsModal .modal-dialog {
    margin-top: 100px;
}

#mapsModal .modal-dialog .modal-content {
    border: 0px;
}

#mapsModal .modal-dialog .modal-header {
    padding: 5px 15px 0px;
    border-bottom: 0px;
}

#mapsModal .modal-dialog .modal-body {
    padding: 5px;
}
.mw-800 {
    max-width: 800px;
}

/* .apply-selection{
    width: 120px;
    margin: 0px 0 0px 0;
} */

.expired {
    max-width: 89.5%;
    border-radius: 0;
    outline: none;
    top: 178px;
    left: 15px;
    right: 0;
    bottom: 0;
    height: 74%;
    /* display: flex; */
    align-items: center;
    /* justify-content: center; */
    position: absolute;
    /* background: #000; */
    color: #fff;
    /* opacity: 0.5; */
    font-size: x-large;
}
.expired .expired-text {
    /* position: absolute; */
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    color: var(--danger);
    width: 100%;
    padding: 20px;
    text-align: center;
}
.expired .expired-detail {
    max-width: 100%;
    border-radius: 0;
    outline: none;
    top: -29px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 74%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    position: absolute;
    /* background: #000; */
    color: #fff;
    /* opacity: 0.5; */
    font-size: 65px;
    transform: rotate(-45deg);
    text-shadow: 2px 4px b;
}

.expired-homepage {
    max-width: 89%;
    border-radius: 9px;
    outline: none;
    top: 175px;
    left: 15px;
    right: 0px;
    bottom: 0;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: #000;
    opacity: 0.8;
    color: red;
    font-size: xx-large;
}

.bg-orange {
    background-color: #fabe2c;
}

.filter-location {
    padding-left: 0px;
    padding-right: 0px;
}
.filter-location .wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    height: 50px;
}
.filter-location .list {
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 3500px;
    margin-top: 0px;
}
.filter-location .list li {
    display: table-cell;
    position: relative;
    text-align: center;
    cursor: grab;
    cursor: -webkit-grab;
    color: #efefef;
    vertical-align: middle;
}
.filter-location .list a:first-child {
    padding-left: 30px;
}
.filter-location .scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 0px 7px;
    padding-top: 0px;
    white-space: no-wrap;
    vertical-align: middle;
    background-color: #fff;
    opacity: 0.5;
    color: #225f9f;
    font-weight: bold;
    height: 50px;
    align-items: center;
    font-size: 25px;
}
.filter-location .scroller.float-right {
    margin-right: -15px;
}
.filter-location .scroller.float-left {
    margin-left: -15px;
}

.nav-filter-location {
    border-bottom: 0px;
}
.nav-filter-location.nav-tabs .nav-link {
    border-radius: 0px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 0px;
}
.nav-filter-location.nav-tabs .nav-item.show .nav-link,
.nav-filter-location.nav-tabs .nav-link.active {
    background-color: #fabe2c;
    border-radius: 0px;
    border: 0px;
    color: #225f9f;
}
.nav-filter-lob {
    text-align: left;
    padding: 10px 0px;
}
.nav-filter-lob .custom-control-label {
    font-weight: bold;
    font-size: 0.9rem;
}
.nav-filter-lob .custom-control-label::before,
.nav-filter-lob .custom-control-label::after {
    top: 8px;
}
.content-fifest .promo-description {
    padding: 30px 0px;
}
.content-fifest .promo-list ul {
    list-style: none;
    padding: 0px;
}
.content-fifest .promo-list ul li {
    padding-bottom: 30px;
}
.cta-area p {
    max-width: 550px;
}
.cta-button {
    text-align: center;
    margin-top: 30px;
}
.cta-button a {
    font-size: 20px;
    background-color: #225f9f;
    color: #fff;
    padding: 15px 40px;
    border-radius: 8px;
    font-weight: bold;
}

.slide-fifest .slick-slide img {
    border: 8px solid #225f9f;
}

.slide-fifest .slick-slide {
    padding: 10px;
}

.slide-fifest .slick-slide img {
    border: 0px solid #225f9f;
}

.slide-fifest .slick-slide img {
    opacity: 1;
    transition: all 0.2s;
}

.slide-fifest .slick-slide:hover img {
    opacity: 0.7;
}

.slide-fifest .slick-slide img {
    display: block;
    margin: 0px auto;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(34, 95, 159, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(34, 95, 159, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(34, 95, 159, 0.25);
}

.slide-fifest .caption {
    color: #fff;
    text-align: center;
}

.slide-fifest .caption .title {
    font-size: 12px;
    font-weight: bold;
    height: 20px;
}

.slide-fifest .caption .lob {
    font-size: 12px;
    height: 20px;
}

.slide-fifest .news-readmore {
    height: 245px;
    background-color: #225f9f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
}

.slide-fifest .news-readmore a {
    color: #c4d645;
    font-weight: bold;
}

.bg-blue .slide-fifest .slick-slide img {
    border: 8px solid #fff;
}
.slide-fifest .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
}
.slide-fifest .slick-next,
.slide-fifest .slick-prev {
}
.slide-fifest .slick-prev {
    left: 10%;
    z-index: 99999999;
}
.slide-fifest .slick-next {
    right: 10%;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455a64;
    padding-left: 0px;
    margin-top: 30px;
}

#progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 33.33%;
    float: left;
    position: relative;
    font-weight: 400;
    color: #455a64 !important;
}

#progressbar #step1:before {
    content: "1";
    color: #fff;
    width: 29px;
    margin-left: 15px !important;
    padding-left: 11px !important;
}

#progressbar #step2:before {
    content: "2";
    color: #fff;
    width: 29px;
}

#progressbar #step3:before {
    content: "3";
    color: #fff;
    width: 29px;
    margin-right: 15px !important;
    padding-right: 11px !important;
}

#progressbar li:before {
    line-height: 29px;
    display: block;
    font-size: 12px;
    background: #455a64;
    border-radius: 50%;
    margin: auto;
}

#progressbar li:after {
    content: "";
    width: 121%;
    height: 2px;
    background: #455a64;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 15px;
    z-index: -1;
}

#progressbar li:nth-child(2):after {
    left: 50%;
}

#progressbar li:nth-child(1):after {
    left: 25%;
    width: 121%;
}

#progressbar li:nth-child(3):after {
    left: 25% !important;
    width: 50% !important;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #4bb8a9;
}
.ecommerce-banner{
    margin-top: 86px;
}
.fifada-ecommerce #loading {
    color: #225f9f;
    font-weight: bold;
    padding-top: 30px;
}
.fifada-ecommerce .btn-process {
    background-color: #225f9f;
    color: #fff;
    font-weight: bold;
    border-color: #225f9f;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-top: 25px;
}
.fifada-ecommerce .form-check-product input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0px;
}
.fifada-ecommerce .form-check-product span {
    background-color: #225f9f;
    color: #fff;
    font-weight: bold;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-color: #225f9f;
}
.fifada-ecommerce .product-summary {
    margin-bottom: 20px;
    padding-top: 0px;
}
.fifada-ecommerce .product-summary .img-thumbnail {
    margin-bottom: 0px;
}
.fifada-ecommerce .product-summary .details {
    border-top: 10px solid #225f9f;
    background-color: aliceblue;
    display: flex;
    align-items: center;
}
.fifada-ecommerce .product-summary .details #namaproduk {
    font-weight: bold;
    line-height: auto;
    margin-top: 15px;
    padding-top: 0px;
}
.fifada-ecommerce .product-summary .details #hargaproduk {
    font-size: 1rem;
    font-weight: bold;
    color: #000;
    line-height: 20px;
}
.fifada-ecommerce .product-summary .details #hargaproduk span {
    font-size: 12px;
    color: green;
}
.fifada-ecommerce .product-summary .details #productPriceSim {
    font-size: 1.5rem;
    font-weight: bold;
}
.fifada-ecommerce .product-summary .details label {
    margin-bottom: 0px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 14px;
}
.fifada-ecommerce #result .cta-area .btn {
    background: #0458af;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.3px;
    padding: 10px 40px;
    font-weight: bold;
    text-transform: uppercase;
}
.fifada-ecommerce .financing-form {
    border-radius: 8px;
    box-shadow: none;
    margin-top: 0px;
}
.fifada-ecommerce .financing-form .headers {
    border-right: 5px solid #225f9f;
}
.fifada-ecommerce .financing-form .headers .notes {
    font-size: 13px;
    line-height: 1.2rem;
    background-color: aliceblue;
    padding: 10px;
}
.fifada-ecommerce .financing-form .items .row {
    margin-bottom: 30px;
}
.fifada-ecommerce .financing-form .items label {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: bold;
}
.fifada-ecommerce .financing-form .items label span {
    color: green;
}
.fifada-ecommerce .financing-form .items .form-control {
    border-radius: 3px;
}
.fifada-ecommerce .financing-details .items label {
    margin-bottom: 0px;
}
.fifada-ecommerce .financing-details .items h4 {
    color: #225f9f;
    font-weight: bold;
}
.fifada-ecommerce .simulation-result {
    border: 3px solid #225f9f;
}
.fifada-ecommerce .simulation-result h4 {
    font-size: 2rem;
    font-weight: bold;
    color: #225f9f;
}
.fifada-ecommerce .simulation-result label {
    margin-bottom: 0px;
    text-transform: capitalize;
}
.fifada-ecommerce .simulation-result .cta-btn {
    padding: 20px 0px;
}
.fifada-ecommerce .simulation-result .cta-btn button {
    background: #0458af;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.3px;
    padding: 10px 40px;
}
.fifada-ecommerce .simresult {
    border-top: 10px solid #225f9f;
    margin-top: 50px;
    display: none;
}
.fifada-ecommerce .simresult .cek-ro {
    background-color: aliceblue;
    display: none;
    position: relative;
}
.fifada-ecommerce .simresult .cek-ro .financing-step {
    margin-bottom: 10px;
}
.fifada-ecommerce .simresult .cek-ro .financing-step ~ p {
    color: green;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}
.fifada-ecommerce .simresult .cek-ro .roBlocker {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: aliceblue;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 9;
}
.fifada-ecommerce .simresult .cek-ro .roBlocker p {
    font-size: 1.3rem;
    font-weight: bold;
}
.fifada-ecommerce .simresult .cek-ro .roBlocker .fontstandart {
    font-size: 1rem;
}
.fifada-ecommerce .simresult .cek-ro .roBlocker select {
    margin-top: 5px;
}
.fifada-ecommerce .simresult .roBlocker#roTrue {
    display: none;
}
.fifada-ecommerce .simresult .form-button .btn-prev {
    background-color: #fff;
    border: 2px solid #225f9f;
    color: #225f9f;
    padding: 10px 20px;
    margin-top: 25px;
}
.fifada-ecommerce .apply-form {
    border-top: 10px solid #225f9f;
}
.fifada-ecommerce .apply-form form nav {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.fifada-ecommerce .apply-form form nav .nav-link {
    background-color: #fff;
    color: #225f9f;
    border-bottom: 6px solid #ccc;
    border-radius: 0px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 0px;
    font-size: 14px;
    text-transform: uppercase;
}
.fifada-ecommerce .apply-form form nav .nav-link.active {
    border-bottom: 6px solid #fabe2c;
}
.fifada-ecommerce .apply-form form label {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: bold;
}
.fifada-ecommerce .apply-form form .cta-wrapper {
    border-top: 5px solid #225f9f;
}
.fifada-ecommerce .apply-form form .cta-wrapper button {
    display: flex;
}
.fifada-ecommerce .apply-form form .cta-wrapper button span {
    display: flex;
    align-items: center;
    margin-top: -6px;
    font-size: 1.5rem;
}
.fifada-ecommerce .apply-form .btn-prev {
    background-color: #fff;
    border: 2px solid #225f9f;
    color: #225f9f;
}
.fifada-ecommerce input[type="number"]::-webkit-outer-spin-button,
.fifada-ecommerce input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    opacity: 0;
    -moz-appearance: textfield;
}
.fifada-ecommerce input[type="number"] {
    -moz-appearance: textfield;
    /* background: #4bb8a9 */
}

/*.fifada-ecommerce h4{border-bottom: 3px solid #225F9F; padding-bottom: 5px; color: #225F9F;}*/
hr.step3 {
    border: 0.5px solid transparent;
}

.fifada-ecommerce.status-order h4 {
    border-bottom: 3px solid #225f9f;
    padding-bottom: 5px;
    color: #225f9f;
    color: #225f9f;
    width: 100%;
}
.fifada-ecommerce.status-order .card-body .row {
    padding-top: 10px;
    padding-bottom: 10px;
}
.fifada-ecommerce.status-order .card-body .row:nth-child(even) {
    background-color: aliceblue;
}
.fifada-ecommerce.status-order .card-body .media h5 {
    line-height: 30px;
}
.fifada-ecommerce.status-order .card-body .media h3 {
    line-height: 30px;
    font-size: 2rem;
}
.fifada-ecommerce.status-order .text-label {
}
.fifada-ecommerce.status-order .details {
    font-weight: bold;
}
.fifada-ecommerce.footer{
    background-color: aliceblue;
    padding: 15px;
    margin-bottom: 40px;
}
.fifada-ecommerce.footer .link-tnc {
    color: #225f9f;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #225f9f;
}

.logo-permata{width: 6%;height: 27px;margin-left: 0.5em;}
.text-permata{margin-left: 0em;}
.tbl-content{width: 100% !important;}

@media (max-width: 540px) {
    .logo-permata{width: 10%;height: 27px;margin-left: 0.5em;}
    .text-permata{margin-left: 0.5em;}
    .btn-checkpay{
        margin-top: 3px
    }
    h1 {
        font-size: 2rem;
    }
    .font-lg {
        font-size: 1rem;
    }
    .breadcrumb {
        padding: 0px;
        font-size: 10px;
        margin-bottom: 0px;
        margin-top: 60px;
    }
    .navbar .navbar-brand img {
        margin-left: 10px;
    }
    .navbar-brand img {
        width: 120px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding-left: 10px;
        padding-bottom: 0px;
    }
    .navbar .dropdown-menu {
        margin-left: 10px;
        border-radius: 0px;
        border-left: 3px solid #2676ae;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .navbar .dropdown-menu .dropdown-item {
        padding-left: 15px;
    }
    .navbar .navbar-collapse {
        overflow: scroll;
        max-height: calc(100vh - 51px);
    }
    .display-4 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .home-banner {
        padding-top: 66.6667px;
    }
    .page-banner .overlay .banner-text .sub-title span {
        font-size: 0.8rem;
    }
    ol.breadcrumb {
        line-height: 25px;
        padding-left: 15px;
    }
    .howto-steps {
        text-align: left;
        padding: 0px;
        display: block;
    }
    .howto-steps li {
        display: block;
        padding-left: 20%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .howto-steps li:after {
        display: block;
        content: "\f078";
        margin-left: 0px;
        padding: 0px;
        text-align: center;
        line-height: 15px;
        bottom: -8px;
        left: 27%;
        top: auto;
        right: auto;
        transform: translateX(-50%);
        font-size: 12px;
    }
    .howto-steps li img {
        padding-right: 10px;
        max-width: 50px;
    }
    .slide-promo .slick-slide {
        margin-left: 10px;
        margin-right: 10px;
    }
    .slide-promo .slick-next,
    .slide-promo .slick-prev {
    }
    .slide-promo .slick-prev {
        left: -15px;
    }
    .slide-promo .slick-next {
        right: -15px;
    }
    .slick-dots {
        bottom: -24px;
    }
    .slick-dots li {
        margin: 0px;
    }
    .slick-dots li.slick-active button::before,
    .slick-dots li.slick-active button::before {
        color: #225f9f;
    }
    .slick-dots li button::before {
        text-shadow: 0px 0px 3px #999;
        font-size: 9px;
    }
    .home-banner img {
        width: 100%;
    }
    .pushnav {
        margin-top: 0px;
    }
    .help-section .help-text p:nth-child(1) {
        font-size: 1.5rem;
    }
    .news-feed .news-item {
        display: block;
        margin-bottom: 30px;
        height: auto;
    }
    .news-feed .news-item .image {
        height: auto;
    }
    .news-feed .news-item .image img {
        height: auto;
    }
    .news-feed .news-item .image .overlay .title {
        line-height: 1.5rem;
    }
    .news-feed .news-item-feat .image .overlay {
        top: auto;
        bottom: 0px;
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .location {
        height: auto;
        padding: 30px 0px;
        margin-top: 50px;
    }
    .location .container {
        height: auto;
    }
    .location-wrapper .row > div {
        padding-bottom: 30px;
    }
    .fifclub-feeds .image img {
        height: auto;
    }
    .promo-card .item {
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }
    .promo-card .item img {
        width: 75%;
    }
    .promo-content .image img {
        width: 100%;
    }
    .promo-content .title {
        font-size: 1.5rem;
        margin: 10px 0px 0px 0px;
    }
    .promo-content .text {
        margin-top: 15px;
    }
    .promo-content .highlights .item {
        font-size: 14px;
        min-width: 50%;
    }
    .form-submission .form-content {
        padding: 10px 0px;
    }
    .form-submission .title {
        margin: 0px;
        font-size: 14px;
    }
    .copyright {
        margin-top: 50px;
    }
    table.table-responsive {
        display: block;
    }
    .searchbar input {
        font-size: 1rem;
    }
    .article .featured {
        margin-bottom: 30px;
        margin-left: 15px;
    }
    .article .featured .images {
        float: none;
    }
    .article .featured .details {
        float: none;
    }
    .article .featured .row {
        margin: 0px -15px;
    }
    .article .featured .excerpt {
        padding-bottom: 0px;
    }
    .article .featured .details h1 {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 0px;
    }
    .article .article-header {
        display: block;
        text-align: center;
    }
    .article .article-header h2 {
        font-size: 1.3rem;
    }
    .content .content-section-bg {
        padding: 30px 0px;
    }
    .article .container .article-header:nth-child(n + 2) {
        margin-top: 0px;
    }
    .article .article-item {
        padding: 0px 40px;
    }
    .article .article-item .image {
        height: 200px;
    }
    .article .article-item .title {
        margin-top: 5px;
        line-height: 27px;
    }
    .article .article-item .title a {
        font-size: 1rem;
    }
    .article .article-item .date {
        line-height: 20px;
        margin-top: 10px;
    }
    .article.article-content {
        padding-top: 0px;
    }
    .article.article-content .title {
        font-size: 1.5rem;
        margin-top: 5px;
    }
    .article.article-content .text {
        margin-top: 20px;
    }
    .article.article-content .sidebar {
        padding-left: 0px;
    }
    .article.article-content {
        background-size: 200%;
    }
    .article .article-header.search-result h3 {
        font-size: 1rem;
    }
    .article.article-content .category {
        display: none;
    }
    .article .category a {
        font-size: 10px;
        padding: 0px 10px;
    }
    .article .searchbar .row > div:first-child label {
        display: none;
    }
    .maps .map-address {
        padding: 30px 15px;
    }
    .page-banner {
        margin-top: 66.66667px;
        height: calc(100% - 66.66667px);
    }
    .page-banner .overlay {
        padding: 0px 15px;
    }
    .page-banner .overlay .banner-text .main-title {
        font-size: 1rem;
        padding: 15px;
        text-align: center;
    }
    .content-section {
        padding: 0px;
    }
    .clean-table .table-col .col-header {
        min-height: auto;
    }
    .clean-table .table-col .table-paging .download-item {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .square-block .box {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .square-block .box.title .box-content {
        padding: 15px 0px;
    }
    .square-block .box .box-content {
        padding: 15px 0px;
    }
    .square-block .box-desc.col-12 {
        padding: 0px;
    }
    .section-additional-profession .row div:nth-child(1)::after {
        top: 0px;
    }
    .home-banner.lob-banner img {
        max-height: 100%;
        width: 100%;
        display: block;
        margin: 0px auto;
    }
    .copyright .row div:nth-child(2) {
        text-align: right;
        align-items: flex-start;
    }
    .copyright ul li {
        display: block;
    }
    .copyright ul li:after {
        border: 0px;
    }
    .financing-options {
        padding: 20px 20px 0 20px;
    }
    .btn.btn-secondary.item {
        margin-bottom: 5px;
    }
    .btn.btn-secondary.item:nth-child(3),
    .btn.btn-secondary.item:nth-child(4) {
        margin-bottom: 5px;
    }
    .help-section ul.help-apps li {
        display: inline;
    }
    .help-section {
        padding-left: 0px;
    }
    .help-item:nth-child(1) {
        display: none;
    }
    .col-3#download {
        flex-basis: 66.666%;
    }
    #halo-fif img {
        width: 150px;
    }
    .iframe-container iframe {
        width: 100%;
        height: 300px;
    }
    .livechat_title h2 {
        cursor: context-menu;
        font-weight: bolder;
        position: fixed;
        bottom: 7px;
        right: 38px;
        background-color: aliceblue;
        border-radius: 5px 0px 0px 5px;
        padding: 18px 28px 15px 10px;
        font-size: 14px;
        line-height: 7px;
    }
    .content-section.mt-3.mb-5 .container .container img {
        width: 100% !important;
        height: auto !important;
    }
    .col-sm-9.offset-sm-3 img {
        width: 100%;
        height: auto;
    }
    .col-sm-9.offset-sm-3 .responsive-table {
        width: 100%;
        overflow: auto;
    }
    .news-feed .news-readmore {
        height: 400px;
    }
    .news-feed .slick-slide {
        padding: 0px 40px;
    }
    .news-feed .slick-prev {
        left: 0px;
        z-index: 99;
    }
    .news-feed .slick-next {
        right: 0px;
    }
    .breadcrumb-item.active {
        display: none;
    }
    .financing-step li {
        font-size: 18px;
        display: block;
    }
    .financing-options {
        justify-content: center;
    }
    .financing-options .item {
        flex: 0 0 46%;
        max-width: 46%;
        margin: 5px;
    }
    .financing-options .item::before {
        padding-top: 0px;
    }
    a.download-item img {
        max-width: 50px;
    }
    .apply-selection {
        width: 90px;
        margin: 20px 0 20px 0;
    }
    h1.lob-header {
        font-size: 1.5rem;
    }

    .expired {
        max-width: 80.6%;
        border-radius: 0;
        outline: none;
        top: 178px;
        left: 40px;
        right: 0;
        bottom: 0;
        height: 74%;
        /* display: flex; */
        align-items: center;
        /* justify-content: center; */
        position: absolute;
        /* background: #000; */
        color: #fff;
        /* opacity: 0.5; */
        font-size: x-large;
    }
    .expired .expired-text {
        /* position: absolute; */
        bottom: 0;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.7);
        color: var(--danger);
        width: 100%;
        padding: 20px;
        text-align: center;
    }
    .expired .expired-detail {
        max-width: 100%;
        border-radius: 0;
        outline: none;
        top: -29px;
        left: 0;
        right: 0;
        bottom: 0;
        height: 74%;
        display: flex;
        align-items: center;
        /* justify-content: center; */
        position: absolute;
        /* background: #000; */
        color: #fff;
        /* opacity: 0.5; */
        font-size: 65px;
        transform: rotate(-45deg);
        text-shadow: 2px 4px b;
    }

    .expired-homepage {
        max-width: 89%;
        border-radius: 9px;
        outline: none;
        top: 175px;
        left: 15px;
        right: 0px;
        bottom: 0;
        height: 30%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        background: #000;
        opacity: 0.8;
        color: red;
        font-size: xx-large;
    }

    .slide-fifest .slick-slide img {
        border: 8px solid #225f9f;
    }

    .slide-fifest .slick-slide {
        padding: 10px;
    }

    .slide-fifest .slick-slide img {
        border: 0px solid #225f9f;
    }

    .slide-fifest .slick-slide img {
        opacity: 1;
        transition: all 0.2s;
    }

    .slide-fifest .slick-slide:hover img {
        opacity: 0.7;
    }

    .slide-fifest .slick-slide img {
        display: block;
        margin: 0px auto;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(34, 95, 159, 0.25);
        -moz-box-shadow: 0px 0px 5px 0px rgba(34, 95, 159, 0.25);
        box-shadow: 0px 0px 5px 0px rgba(34, 95, 159, 0.25);
    }

    .slide-fifest .caption {
        color: #fff;
        text-align: center;
    }

    .slide-fifest .caption .title {
        font-size: 12px;
        font-weight: bold;
        height: 20px;
    }

    .slide-fifest .caption .lob {
        font-size: 12px;
        height: 20px;
    }

    .slide-fifest .news-readmore {
        height: 245px;
        background-color: #225f9f;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 20px;
        border-radius: 10px;
    }

    .slide-fifest .news-readmore a {
        color: #c4d645;
        font-weight: bold;
    }

    .bg-blue .slide-fifest .slick-slide img {
        border: 8px solid #fff;
    }
    .slide-fifest .slick-slide {
        margin-left: 10px;
        margin-right: 10px;
    }
    .slide-fifest .slick-next,
    .slide-fifest .slick-prev {
    }
    .slide-fifest .slick-prev {
        left: -3%;
        z-index: 99999999;
    }
    .slide-fifest .slick-next {
        right: -3%;
    }

    .fifest-mobile {
        width: 35vh;
    }
    .lob-header.status-order {
        margin-top: 90px;
    }
    .ecommerce-banner{
        margin-top: 66px;
    }
    .fifada-ecommerce h1 {
        font-size: 1.25rem;
        margin-top: 70px;
    }
    .fifada-ecommerce .product-summary .details {
        margin-top: 30px;
    }
    .fifada-ecommerce .simresult {
        margin-left: 5px;
        margin-right: 5px;
    }
    .fifada-ecommerce .financing-details .items label {
        line-height: 20px;
        font-size: 0.9rem;
    }
    .fifada-ecommerce .financing-details .items h4 {
        font-size: 1.25em;
        margin-bottom: 0px;
    }
    .fifada-ecommerce .apply-form form nav .nav-link {
        padding-left: 5px;
        padding-right: 5px;
    }
    .fifada-ecommerce .btn-process {
        padding: 10px;
    }
    .fifada-ecommerce.status-order .card-header {
        padding-left: 0px;
        padding-right: 0px;
    }
    .fifada-ecommerce.status-order .card-body .row {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .fifada-ecommerce.status-order .card-body .row:nth-child(2n) {
        border-bottom: 1px solid #ddd;
    }
    .fifada-ecommerce.status-order .card-body .text-label {
        line-height: 16px;
        font-size: 14px;
    }
    .fifada-ecommerce.status-order .card-body .details {
        font-size: 20px;
    }

    hr.step3 {
        border: 0.5px solid #215f9f;
    }
}

@media (max-width: 360px) {
    .financing-options .item {
        margin: 5px 5px;
    }
    .financing-form .cta-btn button {
        padding: 10px 20px;
    }
    #halo-fif img {
        margin-left: 60px;
    }
    .apply-selection {
        width: 80px;
        margin: 10px 0 10px 0;
    }

    .slide-fifest .slick-slide img {
        border: 8px solid #225f9f;
    }

    .slide-fifest .slick-slide {
        padding: 10px;
    }

    .slide-fifest .slick-slide img {
        border: 0px solid #225f9f;
    }

    .slide-fifest .slick-slide img {
        opacity: 1;
        transition: all 0.2s;
    }

    .slide-fifest .slick-slide:hover img {
        opacity: 0.7;
    }

    .slide-fifest .slick-slide img {
        display: block;
        margin: 0px auto;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(34, 95, 159, 0.25);
        -moz-box-shadow: 0px 0px 5px 0px rgba(34, 95, 159, 0.25);
        box-shadow: 0px 0px 5px 0px rgba(34, 95, 159, 0.25);
    }

    .slide-fifest .caption {
        color: #fff;
        text-align: center;
    }

    .slide-fifest .caption .title {
        font-size: 12px;
        font-weight: bold;
        height: 20px;
    }

    .slide-fifest .caption .lob {
        font-size: 12px;
        height: 20px;
    }

    .slide-fifest .news-readmore {
        height: 245px;
        background-color: #225f9f;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 20px;
        border-radius: 10px;
    }

    .slide-fifest .news-readmore a {
        color: #c4d645;
        font-weight: bold;
    }

    .bg-blue .slide-fifest .slick-slide img {
        border: 8px solid #fff;
    }
    .slide-fifest .slick-slide {
        margin-left: 10px;
        margin-right: 10px;
    }
    .slide-fifest .slick-next,
    .slide-fifest .slick-prev {
    }
    .slide-fifest .slick-prev {
        left: 10%;
    }
    .slide-fifest .slick-next {
        right: 10%;
    }
}
