@font-face {
    font-family: proxima;
    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.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(0, 0, 0, 0.75);
    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: #FFF;
    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-content img{ max-height: 700px !important;  }

.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;
    padding: 15px !important;
}

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;
}
.font-black {
    color: #000;
}

.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;
}
.slick-slider, .slide-promo, .news-feed {
    opacity: 1;
    visibility: visible;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.slick-slider.finally-loaded {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.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 {
    width: 100%;
    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: 15px;
    z-index: 99;
}

.lob .lob-item .overlay img {
    display: block;
    margin: 0px auto;
    max-width: 100px;
    padding-bottom: 7px;;
}

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

.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 .lob-logo img{
    width: 80%;
}

.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(255, 0, 0, 0.8);
}
.lob > div:nth-child(5) .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 .title {
    color: #225f9f;
    font-weight: 800;
    padding: 0px 15px;
    line-height: 1.8rem;
    height: 87px;
    overflow: hidden;
}

.news-feed .news-item .img-zoom .overlay{
    padding: 0px;
    background: linear-gradient(transparent 40%, #000000 110%);
}
.news-feed .news-item .img-zoom .category {
    padding: 0px 15px 0px 15px;
}
.news-feed .news-item .img-zoom .title {
    color: #FFFFFF;
    height: auto;
    padding: 0px 15px 15px 15px;
    display: flex;
    align-items: flex-end;
}

.news-feed .news-item .date {
    font-size: 12px;
    line-height: 16px;
    font-weight: 800;
    padding: 10px 15px 3px;
}

.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: 0px;
}

.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: #e4342d;
}

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

.footer {
    padding: 2vw;
    font-size: 14px;
    line-height: 1.2rem;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 13px;
}
.footer h2{font-size: 1rem; text-transform: none !important;}
.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 button.btn-link:focus {
    text-decoration: none;
}

.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, .searchbar select{
    width: 100%;
    font-size: 18px;
    border: 0px;
    border-bottom: 1px solid #979797;
    padding: 0px;
    text-align: left;
    color: #225f9f;
    border-radius: 0px;
}

.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;
    display: flex;
    align-items: center;
}

.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 .titles {
    line-height: 1.75rem;
}

.article .article-item .titles a {
    color: #225f9f;
    font-size: 1.1rem;
    font-weight: bold;
    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 .dates {
    display: flex;
    font-size: 12px;
    padding: 15px 0px 5px;
    line-height: 1rem;
    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;
    justify-content: center;
}

.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;
    width: 100%;
}

.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;
    background-color: transparent !important;
    background: #ffffff;
    /* box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25); */
    border-radius: 5px;
    border: 1px solid transparent;
    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{transition: all 0.3s;}
.financing-options .btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    background-color: transparent;
    border: 0px;
    transform: scale(1.25);
}
.btn.btn-secondary.focus, .btn.btn-secondary:focus{box-shadow: none;}

.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-options .itembtn img{
    max-width: 5vw;
}

.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: 28px !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;
    margin-top:-4px;
}

.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%;
    display: none;
}

#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;
}
.mw-1000 {
    max-width: 996px;
}

/* .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: #F79A33;
}

.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 li.step{
    margin: 0 auto 0 -28em;
}

#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.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;}

#step5 h5{font-weight: 600;margin-top: 30px;border-bottom: 3px solid #225f9f;padding-bottom: 5px;}
#step5 .card{border: 0px}
#step5 .card label{color: #225f9f;}
#step5 .card .card-body{padding: 0px;}

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 13px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #347ccc;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #347ccc;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #347ccc;
}

#msform .action-button-previous {
    width: 100px;
    background: #808080;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #808080;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 30%;
    height: 2px;
    background: white;
    position: absolute;
    left: 20%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #347ccc;
    color: white;
}


/* Not relevant to this form */
.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #347ccc;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}

.dme_link a:hover, .dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}

button:hover {
    opacity: 0.8;
  }

  #prevBtn {
    background-color: #bbbbbb;
  }

  /* Make circles that indicate the steps of the form: */
  .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
  }

  .step.active {
    opacity: 1;
  }

  /* Mark the steps that are finished and valid: */
  .step.finish {
    background-color: #04AA6D;
  }

  input .otp{
    display:inline-block;
    width:50px;
    height:50px;
    text-align:center;
  }

  #next1, #next2, #next3{
    background: #215f9f;
  }

  .card-horizontal {
    display: flex;
    flex: 1 1 auto;
 }

 input.hp-cek-pengajuan{
    text-align: center;
 }

 .digit {
    width: 50px;
    height: 50px;
    margin: 5px;
    text-align: center;
    font-size: 20px;
    color: transparent;
    box-shadow: 0px 2px 5px -2px #f50000ce;
    text-shadow: 0 0 0 #040404bb;
    border-color: #dcdcdcfc;
    border-width: 1px;
    border-radius: 5px;
    border-style: solid;
    outline-color: #040404bb;
    transition: 0.3s transform;
}

.digit:focus {
    transform: scale(1.3);
    transition: 0.1s;
}

#verificationButton {
    width: 100px;
    height: 50px;
    margin: 5px;
    text-align: center;
    font-size: 20px;
    background-color: #ffffff;
    color: transparent;
    box-shadow: 0px 2px 5px -2px #f50000ce;
    text-shadow: 0 0 0 #040404bb;
    border-color: #dcdcdcfc;
    border-width: 1px;
    border-radius: 5px;
    border-style: solid;
    outline-color: #ff0000bb;
}

#verificationButton:hover {
    border: solid 2px #000000ce;
    width: 110px;
    height: 60px;
    cursor: pointer;
    /* transform: scale(0.1); */
    transform: scale(1);
    transition: 0.1s;
}

#digitsContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  margin-top:250px;
}

 #otpDataSubmit {
    padding-left: 15px;
    letter-spacing: 42px;
    border: 0;
    background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 220px;
    min-width: 220px;
  }

  #divInner{
    left: 0;
    position: sticky;
  }

  #divOuter{
    width: 190px;
    overflow: hidden;
  }

#form-pengajuan input::-webkit-outer-spin-button,
#form-pengajuan input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#form-pengajuan input[type=number] {
  -moz-appearance: textfield;
}
#form-pengajuan input{font-size: 1.25rem; height: 50px;}
#form-pengajuan button{height: 50px; font-weight: bold;}
#form-pengajuan label.form-label{font-weight: bold;}

ul.timeline-list {position: relative;margin: 0;padding: 0}
ul.timeline-list:before {position: absolute;content: "";width: 1px;height: 100%;background-color: rgba(5, 88, 175, 0.1);left: 10%;top: 0%;}
ul.timeline-list li {position: relative;clear: both;display: table; width: 100%;}
.timeline_content {background-color:#fff}
ul.timeline-list li .timeline_content {width: 90%;color: #333;float: right;text-align: left; padding: 15px; border-radius: 10px; padding-top: 0px;}
ul.timeline-list li .timeline_content p{line-height: 18px; font-size: 14px;}
.timeline_content h4 {font-size: 22px;font-weight: 600;margin: 0px; padding-top: 0px; color: #225f9f;}
ul.timeline-list li:before {position: absolute;content: "";width: 25px;height: 25px;background-color: #FFF;border: 2px solid #087DC9;left: 6%;top: 16%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);border-radius: 50%; background-image: url("data:image/svg+xml,<svg viewBox='0 0 20 20' fill='%23FFF' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z' clip-rule='evenodd'/></svg>"); background-color: #087DC9; background-position-x: 65px; background-position-y: 65px;}

.lob-description{padding: 30px; color: black;}
.lob-description .subtitle{}
.lob-description h1{color: black; font-size: 2rem;}
.lob-description .cta-link{}
.table-lob td { border-color: #FFFFFF; border-left: 1px solid #FFFFFF;}
.tab-content > .tab-pane.active-sm{display: block;}
.tab-content > .tab-pane.show-sm{opacity: 1;}
.tab-content > .tab-pane#pills-data{padding-left: 30px; padding-right: 30px; color: #225f9f;}
.tab-content > .tab-pane#pills-data > .row{border: 1px solid #BBB; padding: 30px 15px 20px 15px; border-radius: 8px; box-shadow: 3px 3px 6px #DDD;}
.tab-content > .tab-pane#pills-status{display: flex; color: #225f9f; opacity: 1;}
.tab-content > .tab-pane#pills-status .timeline-list{border: 1px solid #BBB; width: 100%;padding: 20px 15px 0px 15px; border-radius: 7px; box-shadow: 3px 3px 6px #DDD;}
.tab-content > .tab-pane#pills-status label{font-size: 16px; margin-bottom: 0px; display: block; line-height: 1rem; color: #000;}
.tab-content > .tab-pane#pills-data label{font-size: 14px; margin-bottom: 0px; display: block; line-height: 18px; color: #4a4a4a;}
.tab-content > .tab-pane#pills-data .data-detail{font-weight: bold; font-size: 1.2rem;}
.tab-content > .tab-pane#pills-status .data-detail{font-weight: bold; font-size: 1.2rem;}

.customer-info .small-title{margin-top: 40px; margin-bottom: 15px;}
.customer-info .big-title{font-size: 30px; font-weight: bold; margin-bottom: 15px;}
.customer-info h1{margin-top: 50px;}
.customer-info h1 img{padding-right: 10px;}
.customer-info .cservice{margin-bottom: 100px;}
.customer-info .cservice .wording{background-color: #F2F2F2; padding: 15px; border-radius: 8px;}
.customer-info .cservice img{max-height: 141px}
.customer-info .custom-select{background-color: #E6EEF7;height: 60px;}
.customer-info .custom-select:focus{box-shadow: none}
.customer-info .input-group-text{background-color: #E6EEF7; padding: 15px;}
.customer-info .tab-content h2{font-size: 1.7rem; font-weight: bold;}
.customer-info .tab-content h3{font-size: 20px; color: #1360D3}
.customer-info .tab-content ol{padding-left: 20px;}
.customer-info .nav-tabs .nav-item .nav-link{font-weight: bold; color: rgba(0, 0, 0, 0.5); border:0px; border-bottom:1px solid #225f9f; background-color: #FFF}
.customer-info .nav-tabs .nav-item .nav-link.active{background-color: #225f9f; color: #FFF}
.customer-info .nav-tabs .nav-link:hover{border:0px solid; border-bottom: 1px solid #225f9f; cursor: pointer;}
.customer-info .nav-tabs{border-bottom: 1px solid #225f9f;}

.umkm-intro{background-color: rgba(210, 231, 255, 0.3); padding-top: 30px; padding-bottom: 30px;}
.umkm-intro .text-intro{font-size: 1.2rem; }

.umkm-list{margin-top: 50px;}
.umkm-list .item{margin-bottom: 20px; font-weight: bold; display: flex; line-height: 1rem; align-items: center;}
.umkm-list .item svg{width: 38px; fill: #225f9f; padding-right: 10px;}

.umkm-filter .input-group-text{background-color: rgba(210, 231, 255, 0.3)}

.umkm-archive{}
.umkm-archive .item{position: relative; margin-bottom: 30px;}
.umkm-archive .item .img-wrapper{width: 100%; height: 100%; border-radius: 8px; overflow: hidden;}
.umkm-archive .item .img-wrapper img{object-fit: cover; height: 100%; width: 100%;}
.umkm-archive .item a .detail{position: absolute; bottom: 0px; background-color: rgba(255,255,255,0.9); width: 100%; padding: 5px 10px; color: #000; padding-bottom: 10px;}
.umkm-archive .item a .detail .title{font-weight: bold; width: 90%; line-height: 1.5rem}
.umkm-archive .item a .detail .owner{line-height: 1.5rem}
.umkm-archive .item .umkm-item img{width: 100%}

.umkm-detail{margin-bottom: 100px;}
.umkm-detail h1{margin-bottom: 0px; line-height: 2rem; padding-bottom: 5px; }
.umkm-detail h2{font-weight: bold;}
.umkm-detail .category{font-size: 1.1rem; font-weight: 600;}
.umkm-detail .img-owner img{border-radius: 50%; overflow: hidden;}
.umkm-detail .img-owner .owner{font-size: 1.25rem; font-weight: bold; padding-top: 10px; color: #225f9f; text-align: center;}
.umkm-detail .address{font-size: 1rem; line-height: 1.25rem; padding-top: 20px; display: flex;}
.umkm-detail .address svg{max-width: 30px; padding-right: 10px; fill:#225f9f}
.umkm-detail .product .small-title{font-size: 1.1rem; font-weight: bold;  color: #225f9f}
.umkm-detail .product p{line-height: 1.3rem}
.umkm-detail .umkm-meta{border-left: 2px solid #225f9f; padding-left: 25px;}
.umkm-detail .umkm-meta ul{list-style: none; padding-left: 0px; margin-bottom: 0px;}
.umkm-detail .umkm-meta ul li{display: flex; padding-bottom: 10px;}
.umkm-detail .umkm-meta ul li:last-child{padding-bottom: 0px;}
.umkm-detail .umkm-meta ul li svg{max-width: 30px; padding-right: 10px; fill:#225f9f}
.umkm-detail .umkm-meta ul li > div{line-height: 1.5rem}
.umkm-detail .content{border-top: 2px solid #225f9f}
.umkm-detail .photos ul{display: flex; list-style: none}
.umkm-detail .photos ul li{flex:0 0 auto; width: 50%; padding:15px; }

.static-event .benefit{}
.static-event .benefit .item{margin-bottom: 5px;}
.static-event .benefit .item > div{height: 100%; padding: 15px; color: #0458af; font-weight: bold; display: flex; align-items: center; justify-content: flex-start; line-height: 1.5rem; flex-direction: column; font-size: 1.15rem}
.static-event .benefit .item > div svg{width: 60px; height:60px; fill: #0458af; padding-bottom: 10px;}
.static-event .cta-btn{text-align: center;}
.static-event .cta-btn a{padding: 20px 40px; background: #0458af; border-radius: 8px; min-width: 300px; color: #FFF; font-size: 1.2rem; font-weight: bold; display: inline-block; max-width: 600px;}
.static-event .slick-next{right: -5px;}
.static-event .slick-prev{left: -5px; z-index: 9}
.static-event .collection{position: relative;}
.static-event .collection .image{position: relative; background-color:rgb(244, 166, 34);}
.static-event .collection .image img{padding: 5px;}
.static-event .collection .caption{position: absolute; bottom: 0px; padding: 5px 15px; background-color: rgba(0, 0, 0, 0.7); text-align: center; font-weight: bold; width: 100%; color: #FFF}
.static-event table thead{background-color: #0458af; color: #FFF; font-weight: bold; line-height: 1.25rem}

.static-event table#bts tr td{min-width: 130px;}
.static-event table#bts tr td:nth-child(2), .static-event table#bts tr td:nth-child(3){text-align: center;}
.static-event table#bts tr td:nth-child(n+4){text-align: right;}

.share-bar{margin-bottom: 15px;}
.share-bar .left-side{border-bottom: 1px solid #DDD}
.share-bar .left-side .date{margin-bottom: 0px; padding-bottom: 0px; display: flex; align-items: center; border:0px;}
.share-bar .socmed ul{list-style: none; padding-left: 0px; margin-top: 0px}
.share-bar .socmed ul li{display: inline-block; margin: 0px 4px}
.share-bar .socmed ul li a{color: #FFF; font-weight: 600; padding: 8px 15px; font-size: 12px; border-radius: 5px; }
.share-bar .socmed ul li a.facebook{background-color: #4267B2}
.share-bar .socmed ul li a.twitter{background-color: #1DA1F2}
.share-bar .socmed ul li a.whatsapp{background-color: #25d366}
.share-bar .socmed ul li svg{vertical-align: sub; margin-right: 3px;}

.formleads{background-color: #F8F8F8; font-size: 17px;}
.formleads h1, .formleads h2{padding-top: 30px; font-size: 24px; padding-bottom: 15px; font-weight: 700;}
.formleads h3{padding-top: 15px; font-size: 19px; padding-bottom: 0px; font-weight: 700;}
.formleads .banner{width: 100%; text-align: center;}
.formleads .banner img{width: 100%; max-width: 800px;}
.formleads .banner-promo{padding: 30px; }
.formleads .banner-promo img{border-radius: 10px;}
/* .formleads .container{max-width: 1000px;} */
.formleads .container{max-width: 800px;}
.formleads .container .simulation{background-image: url(../images/bg-form.webp); background-size: cover; padding: 50px 0px; border-radius: 30px;}
.formleads .container .simulation .nav-pills .nav-link{border-radius: 10px; border:2px solid #FFFFFF; margin-right: 10px; background-color: transparent; color:#FFF; font-weight: 600; font-size: 1.2rem; }
.formleads .container .simulation .nav-pills .nav-link:hover{cursor: pointer; opacity: 1;}
.formleads .container .simulation .nav-pills .nav-link.active{background-color: #FFFFFF; color:#0074bb; box-shadow: 0px 2px 4px 0px #666;}
.formleads .container .simulation .form-group label{color: #FFF; padding-bottom: 5px;}
.formleads .container .simulation .form-group select{color: #FFF; background-color: transparent; border:2px solid #FFF; border-radius: 10px;}
.formleads .container .simulation .form-group select option{background-color: rgb(169,210,225); color: #000;}
.formleads .container .simulation .form-group input{color: #FFF; background-color: transparent; border:2px solid #FFF; border-radius: 10px;}
.formleads .container .simulation .form-group .simulation-result{background-color: #FFF; border-radius: 10px; color: #0074bb;  box-shadow: 0px 2px 6px 0px #666; padding: 15px 30px; font-size: 22px; font-weight: 600; text-align: center;}
.formleads .container .simulation .form-group .notes{color: #FFF; font-size: 90%; padding-top: 5px; line-height: 28px;}
.formleads .container .simulation .cta-area{margin: 30px 0px; text-align: center;}
.formleads .container .simulation .cta-area button{background-color: #faa61a; color: #414141; font-weight: 600; padding: 15px 80px;}
.formleads .container ul{list-style: none;}
.formleads .container ul.benefit{padding-left: 15px; text-align: center;}
.formleads .container ul.benefit li{padding: 0px 15px; border-radius: 10px; height: auto; position: relative;}
.formleads .container ul.benefit li:after{position: absolute; right: -10px; top:50%; content: "\27A0"; font-size: 30px;color:#225f9f}
.formleads .container ul.benefit li:last-child:after{content: "";}
.formleads .container ul.benefit li > div{height: 100%;}
.formleads .container ul.benefit li .icon{display: flex; align-items: flex-start; justify-content: center; border-top: 1px solid #CCC; border-left: 1px solid #CCC; border-right: 1px solid #CCC; padding-left: 15px; border-top-left-radius: 10px; border-top-right-radius: 10px; padding-top: 15px;;}
.formleads .container ul.benefit li .desc{border-left: 1px solid #CCC; border-right: 1px solid #CCC; border-bottom: 1px solid #CCC; padding-left: 15px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; align-items: center; line-height: 25px;}
.formleads .form-wrapper{position: relative; z-index: 9;}
.formleads form{}
.formleads fieldset{background-color: #FFFFFF; border-radius: 30px; overflow: hidden;}
.formleads fieldset .form-header{background: url(../images/bg-form-header.webp); color: #FFF; display: flex; justify-content: space-between; align-items: center; padding:20px; }
.formleads fieldset .form-header h2{color: #FFF; padding:0px; margin: 0px;}
.formleads fieldset .form-header .status{background-color: #fffbfb; padding: 0px 10px; border-radius: 5px; font-size: 14px; font-weight: 600;}
.formleads fieldset .form-header .status.not-complete{color: #e80000 ;}
.formleads fieldset .form-body{padding-left: 15px; padding: 15px;}
.formleads fieldset .form-body .btn-search{background-color: #225f9f; color: #FFF; border-radius: 10px; font-weight: 600;} 
.formleads form .btn-group-toggle{display: flex;}
.formleads form .btn-group-toggle .btn{border:2px solid #FFF; box-shadow: 0px 0px 5px 0px #DDD; width: 50%; margin: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 15px; }
.formleads form .btn-group-toggle.big .btn{font-size: 20px; font-weight: 600; color:#0074bb}
.formleads form .btn-group-toggle .btn.active{border:2px solid  rgb(0, 116, 187)}
.formleads form .btn-group-toggle .btn img{max-width: 50px; padding-bottom: 15px;}
.formleads form .submit-area{text-align: center; margin-top: 50px;}
.formleads form .submit-area.two-button{display: flex; justify-content: space-between;}
.formleads form .submit-area a, .formleads form .submit-area button{width: 45%; max-width: 400px; padding: 15px; font-size: 18px; font-weight: 600; border-radius: 20px; margin-bottom: 30px; border:2px solid #225f9f}
.formleads form .submit-area.two-button button:nth-child(1){background-color: transparent; color: #225f9f;}
.formleads .accordion h2{padding-top: 15px; padding-bottom: 0px;}
.formleads .accordion .card{margin-bottom: 0px;}
.formleads .step-counter-wrapper{background-color: #FFFFFF; box-shadow: -1px 14px 14px -23px rgba(0,0,0,0.75); margin-bottom: 50px;}
.formleads .step-counter{display: flex; justify-content: space-between; padding-bottom: 15px; align-items: center;}
.formleads .step-counter h1.step-title{padding: 0px; margin-bottom: 0px;}
.formleads .step-counter .step-next{font-size: 14px; color: #9c9c9c;}
.formleads .form-group{padding: 10px; padding-right: 10px; margin-bottom: 0px;}
.formleads .form-group label{margin-bottom: 0px; font-size: 15px; font-weight: 600;}
.formleads .form-group .form-control{padding: 20px; height: auto;}
.formleads .address-wrapper{display: none;}
.formleads .form-group .location-wrapper{position: relative;}
.formleads .form-group .location-wrapper .location-detail{border: 1px solid #0074bb; border-radius: 5px; padding: 15px 40px 15px 15px; }
.formleads .form-group .location-wrapper  a.btn-search-location{position: absolute; right: 10px; top: 50%; transform: translateY(-50%); font}
.formleads .form-group .location-wrapper  a.btn-search-location:hover{cursor: pointer;}
.formleads .form-group .location-wrapper  a.btn-search-location svg{width: 25px; }
.formleads .form-group .estimation-wrapper{position: relative;}
.formleads .form-group .estimation-wrapper .estimation{text-align: center; font-size: 20px; font-weight: 700; background-color: #0074bb; color: #FFFFFF; border-radius: 10px;}
.formleads .form-group .estimation-wrapper a svg{width: 30px; position: absolute; right:15px; top:50%; transform: translateY(-50%); transition: all 0.3s;}
.formleads .form-group .alert small{font-size: 90%;}
.formleads .form-group label.custom-control-label{font-weight: 500;}
.formleads .form-group .preview-upload{background-color: rgb(239, 239, 239) !important; border-radius: 8px; padding: 15px; font-size: 14px; height: 225px; display: flex; justify-content:space-between; flex-direction: column; padding-top: 40px; color: rgb(100,100,100);}
.formleads .form-group .preview-upload p{line-height: 1.2rem;}
.formleads .form-group .preview-upload svg{width: 25px;}
.formleads .form-group .preview-upload.uploaded{color: transparent; }
.formleads .form-group .preview-upload.uploaded svg{opacity: 0;}
.formleads .form-group label.label-foto{line-height: 1.2rem; margin-bottom: 10px;}
.formleads .form-group label.label-foto a{text-decoration: underline; color: #0074bb;}
.formleads .form-group label.label-foto span{font-size: 12px;}
.formleads .form-group .preview-photo{background-color: #ededed; border:2px dashed #a9a9a9; border-radius: 8px; height: 250px; display: flex; justify-content: center; align-items: center;}
.formleads .form-group .preview-photo svg{max-width: 50px; }
.formleads .form-group label.btn-upload{background-color: #0074bb; color: #FFFFFF; margin-top: 10px; padding: 10px; text-align: center; width: 100%; border-radius: 8px;}
.formleads .form-group label.btn-upload:hover{cursor: pointer;}
.formleads .form-group .dob-wrapper{display: inline-grid; grid-template-columns: 1fr 3fr 1fr; grid-gap:10px; width: 100%;}
.formleads .form-body.summary{padding: 15px 30px;}
.formleads .form-body.summary .item{border-bottom: 1px solid #DDD; display: flex; justify-content: space-between; padding:10px 15px 10px; }
.formleads .form-body.summary .item:nth-child(even){background-color: #F3F3F3;}
.formleads .form-body.summary .item .caption{color: #2F2F2F;}
.formleads .form-body.summary .item .content{padding-top: 0px; font-weight: 600; font-size: 18px;}
.formleads .final{padding-top: 100px;}
.formleads .final p.info{max-width: 650px; font-weight: 600; margin-bottom: 40px; font-size: 20px;}
.formleads .final svg{width: 50px; padding-bottom: 10px;}
.formleads .final .benefit .item{position: relative;}
.formleads .final .benefit .item:after{position:absolute;content:""; right:0px; top:25%; border-right:1px solid  #CCC; width:1px; height: 100px; }
.formleads .final .benefit .item:last-child:after{border:0px}
.formleads .final .benefit .item p{line-height: 30px; font-weight: 600;}
.formleads .final .btn-submit{display: block; padding: 50px 0px 50px;}
.formleads .final .btn-submit a{background-color: #0074bb; color: #FFFFFF; margin-top: 10px; padding: 10px; text-align: center;  border-radius: 15px; font-size: 20px; font-weight: bold; padding: 20px 50px;}

.modal-tips .modal-dialog .modal-body{padding-top: 30px;}
.modal-tips .modal-dialog .modal-body img{padding-bottom: 15px;}
.modal-tips .modal-dialog .modal-body ul{padding-left: 20px; padding-top:px;}
.modal-tips .modal-dialog .modal-footer button{background-color: #0074bb; font-weight: 600;}

.modal-apply .modal-dialog{display: flex; align-items: center; height: 100%;}
.modal-apply .modal-dialog .modal-content{ border-radius: 15px; padding: 20px; display: block;}
.modal-apply .modal-dialog .modal-content .btn-close{border-radius: 30px; position: absolute; right:-15px; top:-15px}
.modal-apply .modal-dialog .modal-content h3{margin-bottom: 20px;}
.modal-apply .modal-dialog .modal-content .form-search{border-bottom:1px solid #a9a9a9; font-size: 18px; display: flex; padding-bottom: 3px;}
.modal-apply .modal-dialog .modal-content .form-search svg{fill: #999;}
.modal-apply .modal-dialog .modal-content .form-search input{border:0px;}
.modal-apply .modal-dialog .modal-content .form-search input.form-control:focus{box-shadow: none;}
.modal-apply .modal-dialog .modal-content .form-search button{border-radius: 5px; background-color: #0074bb; color: #FFF; font-weight: 600; padding: 0px 10px; height: 30px;}
.modal-apply .modal-dialog .modal-content .form-search input::placeholder{color: #a9a9a9;}
.modal-apply .modal-dialog .modal-content .notes{font-size: 14px; background-color: #ededed; margin-top: 15px; border-radius: 10px;padding: 5px 15px; line-height: 23px; color: #5f5f5f;}
.modal-apply .modal-dialog .modal-content .search-result{display: none;}
.modal-apply .modal-dialog .modal-content .search-result h5{font-size: 12px; padding: 20px 0px 0px;}
.modal-apply .modal-dialog .modal-content .search-result .custom-control{border: 1px solid #DDD; border-radius: 10px; margin-bottom: 10px; padding: 10px;}
.modal-apply .modal-dialog .modal-content .search-result .custom-control-label{padding-left: 26px; line-height: 25px; font-weight: 600;}
.modal-apply .modal-dialog .modal-content .search-result .custom-control-label::before, #modalAlamat .modal-dialog .modal-content .search-result .custom-control-label::after{top:50%; transform: translateY(-50%); left:0rem}
.modal-apply .otp-wrapper{grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 20px; display: inline-grid;}
.modal-apply .otp-wrapper input{width: 100%; height: 200%; text-align: center; font-size: 1.5rem; font-weight: bold;border-radius: 8px; border:1px solid #DDD}
.modal-apply .alert{margin-top: 25px; padding-left: 0px; margin-bottom: 0px;}
.modal-apply .btn-otp{text-align: center;}
.modal-apply .btn-otp button{width: 50%; padding: 10px; background-color: #225f9f; color: #FFFFFF; font-weight: 600; border-radius: 5px; border:0px}

.mitra-fifgroup.page-banner{height: auto; margin-top: 60.66667px;}
.mitra-fifgroup h2{font-weight: 800;}
.mitra-fifgroup h4{font-size: 16px; font-weight: 700; margin-top: 10px; padding-left: 5px;}
.mitra-fifgroup .product .item p{font-size: 14px; line-height: 24px;}
.mitra-fifgroup .benefit{text-align: center;}
.btn-action{background-color: #225f9f; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); color: #FFF; border-radius: 0.25rem; font-size: 1.25rem; padding: 15px 40px;}
.mitra-fifgroup .table-mitra{width: 1250px;}
.mitra-fifgroup .table-mitra tr td{line-height: 25px; font-size: 14px;}
.mitra-fifgroup .table-mitra thead{background-color: rgb(247,152,60); font-weight: bold; color: #FFF;}
.mitra-fifgroup .table-mitra .row-top{background-color: rgb(30, 85, 148); color: #FFF; font-weight: 800;}
.mitra-fifgroup .table-mitra .row-lob{color: #FFF;}
.mitra-fifgroup .table-mitra .row-lob.row-fifastra{background-color: rgb(74,158,210);}
.mitra-fifgroup .table-mitra .row-lob.row-spektra{background-color:rgb(35,107,164)}
.mitra-fifgroup .table-mitra .row-lob.row-danastra{background-color:rgb(30,85,148)}
.mitra-fifgroup .table-mitra .row-lob.row-finatra{background-color:rgb(14,68,128)}
.mitra-fifgroup .table-mitra .row-lob.row-amitra{background-color:rgb(34,30,87)}
.mitra-fifgroup .table-mitra .row-lob .lob-title{border-right: 1px solid #dee2e6; font-size: 1.5rem; font-weight: bold;}
.mitra-fifgroup .table-mitra .row-lob .lob-title img{max-width: 125px; padding-left: 20px;}
.mitra-fifgroup .table-mitra .row-lob .lob-status{border-right: 1px solid #dee2e6;}

.mitra-fifgroup .benefit .item img{width: auto;}
.mitra-fifgroup .benefit .item p{line-height: 28px;}
.mitra-fifgroup .benefit .item p a{text-decoration: underline; color: rgb(30, 85, 148); font-weight: 600;}
.mitra-fifgroup .benefit .item h4{line-height: 25px;}

.mitra-fifgroup .form{border:0px; padding: 30px; border-radius: 10px; margin-bottom: 50px; box-shadow: 0px 0px 5px -2px; background-color: #F8F8F8;}
.mitra-fifgroup .form label{font-weight: bold; margin-bottom: 3px;}
.mitra-fifgroup .form input, .mitra-fifgroup .form select{height: 50px;}
.mitra-fifgroup .form button.button-cta{}
.mitra-fifgroup .slick-prev{top:30%; left:-38px}
.mitra-fifgroup .slick-prev:before{font-size: 2rem;}
.mitra-fifgroup .slick-next{top:30%; right:-38px}
.mitra-fifgroup .slick-next:before{font-size: 2rem;}

.mitra-tooltip{top:-20px !important}
.mitra-tooltip .tooltip-inner{background-color: rgba(230,230,230,1); color: #4a4a4a;}
.mitra-tooltip .arrow:before{border-top-color:rgb(203,61,53) ;}
.mitra-tooltip a{color: rgb(203,61,53); text-decoration: underline;}

.modal-open .modal.mitra-fifgroup{overflow-x: visible;}
.mitra-fifgroup#modal-insentif .modal-dialog{max-width: 1100px; margin-top: 80px;}
.mitra-fifgroup#modal-insentif .modal-dialog .modal-content{width: 1100px; overflow: scroll;}
.mitra-fifgroup#modal-insentif .btn-modal-close{background-color: #FFFFFF; border: 0px; position: fixed; top: 75px; right:0px; transform:translateX(-50%); width:32px; border-radius:50%; padding:0px;}
.mitra-fifgroup#modal-insentif .btn-modal-close:hover{cursor: pointer;}
.mitra-fifgroup#modal-insentif .btn-modal-close svg{border:2px solid #FFF; border-radius: 50%;}

.danastra-serbu{margin-top: -80px;}
.danastra-serbu .card{border-radius: 10px;box-shadow: 0px 0px 5px 0px rgba(50,50,50,0.25); border:0px}
.danastra-serbu .benefit .item{justify-content: center; display: flex; flex-direction: column; align-items: center;}
.danastra-serbu .benefit .icon{padding: 30px; border-radius: 50%; box-shadow: 0px 0px 5px 0px rgba(50,50,50,0.15); width: 150px; height: 150px;}
.danastra-serbu .benefit .text{line-height: 20px; padding-top: 15px;}
.danastra-serbu input, .danastra-serbu select{border-radius: 10px; border-color: #000;}
.danastra-serbu .sim-wrapper{position: relative; display: flex; align-items: center; justify-content: flex-end;}
.danastra-serbu .sim-wrapper img{width: 90%; align-self: flex-end;}
.danastra-serbu .sim-wrapper .simulation{ position: absolute; left:0px; max-width: 580px;}

.prize{margin-bottom: 40px;}
.prize-item{display: flex; flex-direction: column; justify-content: flex-end;}
.prize-item img{align-self: center;}
.prize-item h4{margin-top: -20px; color: #0003A6; font-size: 1.25rem; font-weight: 600;}

.amitra-landing{}
.amitra-landing .banner-wrapper{background-image: url("../images/banner-atas-mengenal_amitra.jpg"); background-size: cover; background-position: right top;}
.amitra-landing .banner-wrapper .banner-caption{padding-top: 6vh; padding-bottom: 6vh; background: linear-gradient(90deg, #105455 70.19%, rgba(16, 84, 85, 0.5) 93.82%, rgba(255, 255, 255, 0) 100%);}
.amitra-landing .banner-wrapper .banner-caption p{margin: 80px; color: #FFF; font-size: 1.2rem; font-weight: 500;}
.amitra-landing .product{margin-top: 50px; margin-bottom: 40px;}
.amitra-landing .product > div p{padding: 10px; text-align: center; font-size: 1.3rem;background: linear-gradient(90deg, #105455 0%, #70BF4F 100%); border-radius: 20px; font-weight: 600; color: #FFF;}
.amitra-landing .product-description .item{margin-bottom: 40px;}
.amitra-landing .product-description .item .wrapper{background: linear-gradient(266.71deg, #DBFF00 -68.42%, #105455 72.32%); box-shadow: 0px 6px 10px 1px rgba(0, 0, 0, 0.25); border-radius: 20px; overflow: hidden; }
.amitra-landing .product-description .item .wrapper .image{background-size: cover; border-radius: 20px; }
.amitra-landing .product-description .item .wrapper .description{padding: 30px 30px 20px 40px; color: #FFF; }
.amitra-landing .product-description .item .wrapper .description h2{color: #FFF; font-size: 1.5rem; font-weight: 650;}
.amitra-landing .product-description .item .wrapper .description p{color: #FFF; font-size: 1.1rem;}
.amitra-landing .product-description .item:nth-child(even) .row.wrapper{flex-direction: row-reverse;}
.amitra-landing .product-description .item:nth-child(even) .wrapper .description{text-align: right;}
.amitra-landing .trivia{text-align: center; color: #FFF; display: flex; align-items: center;}
.amitra-landing .trivia .numbers{border-radius: 20px; display: flex; flex-direction: column; justify-content: center;}
.amitra-landing .trivia .numbers h3{font-size: 1.2rem; color: #FFF; margin-bottom: 40px;}
.amitra-landing .trivia .numbers .number{font-size: 3.5rem; font-weight: 700; padding-bottom: 10px;}
.amitra-landing .trivia .numbers .text{font-size: 1.1rem;}
.amitra-landing .trivia .double-trivia{gap: 0px 20px; display: flex; flex-direction: row; margin: 0px -15px; text-align: left;}
.amitra-landing .trivia .double-trivia .item{padding: 15px;}
.amitra-landing .bg-dgreen{background-color: #105455;}
.amitra-landing .bg-lgreen{background-color: #70BF4F;}
.amitra-landing .trivia .trivia-item{text-align: left; background-color: #105455; padding: 15px;}
.amitra-landing .trivia .trivia-item.long{margin-bottom: 20px; }
.amitra-landing .trivia .trivia-item.long, .amitra-landing .trivia .double-trivia .item{border-top-left-radius: 15px; border-bottom-right-radius: 20px;} 
.amitra-landing .board-award{}
.amitra-landing .board-award .board-wrapper{display: flex; justify-content: flex-end; padding: 30px; border-top-right-radius: 20px; border-bottom-right-radius: 20px;}
.amitra-landing .board-award .board-wrapper > div{width: 70%; }
.amitra-landing .board-award .board-wrapper .wrapper{text-align: center;}
.amitra-landing .board-award .board-wrapper .wrapper .photo img{border-radius: 15px;}
.amitra-landing .board-award .board-wrapper .wrapper .name{font-weight: 700; font-size: 1.1rem; padding-top: 5px;}
.amitra-landing .board-award .award-wrapper{display: flex; justify-content: flex-start; padding: 30px; border-top-left-radius: 20px; border-bottom-left-radius: 20px; height: 100%;}
.amitra-landing .board-award .award-wrapper > div{width: 70%; }
.amitra-landing .board-award .award-wrapper h3{color: #FFF; font-size: 1.3rem; padding-bottom: 15px; margin-top: 12px;}
.amitra-landing .board-award .award-wrapper .wrapper{text-align: center;}
.amitra-landing .board-award .award-wrapper .wrapper .photo img{border-radius: 15px;}
.amitra-landing .benefit{margin-left: -15px; margin-right: -15px; margin-top: 50px; background-repeat: no-repeat; background-size: cover;}
.amitra-landing .benefit .benefit-wrapper{background: linear-gradient(180deg, #105455 9.05%, rgba(16, 84, 85, 0.5) 46.85%, rgba(255, 255, 255, 0) 92.53%); text-align: center; padding-top: 50px; padding-bottom: 50px;}
.amitra-landing .benefit .intro-text p{max-width: 800px; color:#FFF; font-size: 1.25rem;}
.amitra-landing .benefit .benefit-list{padding-top: 40px;}
.amitra-landing .benefit .benefit-list .item{padding: 0px 30px;}
.amitra-landing .flow-process{counter-reset: section; margin-top: 100px;}
.amitra-landing .flow-process .intro-wrapper{display: flex; justify-content: flex-end; align-items: center ;padding-right: 30px; border-top-right-radius: 20px; border-bottom-right-radius: 20px; height: 100%;}
.amitra-landing .flow-process .intro-wrapper .intro-text{width: 75%; }
.amitra-landing .flow-process .intro-wrapper .intro-text h2{font-size: 1.5rem; color: #FFF; font-weight: 700; margin-bottom: 20px;}
.amitra-landing .flow-process .flow-wrapper {padding-top: 40px; padding-bottom: 40px;}
.amitra-landing .flow-process .flow-wrapper .flow-list{text-align: center; margin-bottom: 100px;}
.amitra-landing .flow-process .flow-wrapper .row-2.flow-list{flex-direction: row-reverse; margin-bottom: 0px;}
.amitra-landing .flow-process .flow-wrapper .flow-list .item{position: relative;}
.amitra-landing .flow-process .flow-wrapper .flow-list .item:before{counter-increment: section; content: counter(section); background-color: #1F5E5F; color:#FFF; display: block ;width: 30px; height: 30px; border-radius: 40px; position: absolute; left:110px; top:-20px}
.amitra-landing .flow-process .flow-wrapper .row-1.flow-list .item:after{content: url(../images/arrow.svg); position: absolute; right:-10%; top:20%}
.amitra-landing .flow-process .flow-wrapper .row-1.flow-list .item:nth-child(3):after{transform: rotate(90deg) translate(20px,-100%); right: 50%; top:100%}
.amitra-landing .flow-process .flow-wrapper .row-2.flow-list .item:after{content: url(../images/arrow.svg); position: absolute; right:-10%; top:20%; transform: rotate(180deg);}
.amitra-landing .flow-process .flow-wrapper .row-2.flow-list .item:nth-child(1):after{content:""}
.amitra-landing .flow-process .flow-wrapper .flow-list .item .image{position: relative;}
.amitra-landing .flow-process .flow-wrapper .flow-list .item .image img{max-width: 60px;}
.amitra-landing .flow-process .flow-wrapper .flow-list .item .text{font-weight: 600; padding-top: 10px; font-size: 1.1rem;}
.amitra-landing .flow-process .flow-wrapper .simple-notes{box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);border-radius: 10px; max-width: 500px; padding: 8px 10px; text-align: center; display: flex; justify-self: center; line-height: 25px; font-size: 0.9rem; margin: 30px auto 0px;  font-weight: 600;}
.amitra-landing .amitra-contact{background: linear-gradient(266.71deg, #DBFF00 -68.42%, #105455 72.32%);box-shadow: 0px 6px 10px 1px rgba(0, 0, 0, 0.25); padding-top: 15px; padding-bottom: 15px; display: flex; justify-content: center; margin-left: -15px; margin-right: -15px; margin-top: 50px; margin-bottom: 50px;}
.amitra-landing .amitra-contact .contact-wrapper{display: flex; color: #FFF;}
.amitra-landing .amitra-contact .contact-wrapper > div{padding: 0px 15px; font-size: 1.1rem; font-weight: 600;}
.amitra-landing .amitra-contact .contact-wrapper > div img{max-width: 20px; margin: 0px 10px;}
.amitra-landing .form-apply .intro{margin:40px auto; padding:30px; border-radius: 20px; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); font-size: 1.2rem; margin-bottom: 50px;}
.amitra-landing .form-apply .form{background: linear-gradient(224.24deg, #70BF4F -18.12%, #1F5E5F 80.43%);box-shadow: 0px 0px 9.5px rgba(0, 0, 0, 0.5);border-radius: 20px;}
.amitra-landing .form-apply .form label{color: #FFF; }
.amitra-landing .form-apply .form button{background-color: #70BF4F; font-weight: 700; padding: 20px 50px; border-radius: 20px;}
.amitra-landing.sbu{}
.amitra-landing.sbu .banner{width: 100%;}
.amitra-landing.sbu .banner img{width: 100%;}
.amitra-landing.sbu .intro{text-align: center; margin-top: 20px;border-bottom-right-radius: 40px; border-top-left-radius: 40px; background-color: #105455; width: 100%; }
.amitra-landing.sbu .intro .container{ color: #FFFFFF; padding: 30px 15px;font-size: 1.2rem;}
.amitra-landing.sbu .intro .container h1{color: #FFFFFF; margin-bottom: 25px;}
.amitra-landing .benefit .benefit-wrapper{padding-bottom: 0px;}
.amitra-landing.sbu .benefit .benefit-list .item{padding: 0px}
.amitra-landing.sbu .section{margin-top: 30px; margin-bottom: 30px;}
.amitra-landing.sbu .section > div{background-image: url(../images/sbu-bg-batik.jpg);}
.amitra-landing.sbu .section .text{color: #FFFFFF; text-align: center; margin-left: -15px; margin-right: -15px; font-size: 1.7rem; padding-top: 30px; padding-bottom: 30px;}
.amitra-landing.sbu .section .text h2{color: #FFF; font-size: 1.75rem;}
.amitra-landing.sbu .sbu-feature{margin-top: 70px; margin-bottom: 70px;}
.amitra-landing.sbu .sbu-feature .card{box-shadow: 0px 3px 6.7px rgba(0, 0, 0, 0.25); border-radius: 25px; }
.amitra-landing.sbu .sbu-feature .card.contented{height: 100%;}
.amitra-landing.sbu .sbu-feature .card.contented .card-body{display: flex; justify-content: space-between; flex-direction: column;}
.amitra-landing.sbu .sbu-feature .card.inactive img{filter: blur(10px);}
.amitra-landing.sbu .sbu-feature .card .image{overflow: hidden;} 
.amitra-landing.sbu .sbu-feature .card h2{text-align: center; color: #000; font-size: 26px; font-weight: 600; margin-bottom: 3px;}
.amitra-landing.sbu .sbu-feature .card h3{text-align: center; color: #000; font-size: 18px; font-weight: 700; margin-bottom: 20px;}
.amitra-landing.sbu .sbu-feature .card .card-text ul{padding-left: 10px;}
.amitra-landing.sbu .sbu-feature .card .card-text ul li{line-height: 25px;}
.amitra-landing.sbu .sbu-feature .card a{width: 100%; border-radius: 10px; background-color: #70BF4F; border:0px; font-weight: 700; color: #FFF; padding: 10px 0px;}
.amitra-landing.sbu .sbu-feature .card .collapse{scroll-margin: 100px;}
.amitra-landing.sbu .accordion .card-header{background-image: url(../images/sbu-bg-batik.jpg); font-size: 1.75rem; }
.amitra-landing.sbu .accordion .card-header button{color: #FFFFFF; font-size: 1.75rem; font-weight: 600; border-left: 0px;}   
.amitra-landing.sbu .accordion .card-body{border-left: 0px; padding: 0px; border-radius: 0px 0px 30px 30px; overflow: hidden;}
.amitra-landing.sbu .accordion .card-body-banner img{width: 100%;}
.amitra-landing.sbu .accordion .card-body-content{background: radial-gradient(115.26% 165.02% at 114.49% -15.94%, #70BF4F 35.19%, #105455 85.42%); padding: 30px;}
.amitra-landing.sbu .accordion .card-body-content .white-wrapper{padding:15px}
.amitra-landing.sbu .accordion .card-body-content .white-card{background-color: #FFF; padding: 20px 15px; border-radius: 15px; margin-top: 15px; margin-bottom: 15px; height: 100%;}
.amitra-landing.sbu .accordion .card-body-content .white-card p.item{margin-bottom: 0px; line-height: 1.6rem;}

.finatra-landing{}
.finatra-landing .boxinfo{text-align: center; background-color: #F2F2F2; padding: 25px 15px; border-radius: 20px;}
.finatra-landing .boxinfo h1{font-size: 1.75rem; margin-bottom: 25px; color: #000;}
.finatra-landing .boxinfo h2{font-size: 1.65rem; color: #000; font-weight: 700;}
.finatra-landing .boxinfo p{font-size: 1.25rem;}
.finatra-landing .benefit .item{text-align: center; font-size: 1.15rem; }
.finatra-landing .benefit .item img{max-height: 100px; margin-bottom: 15px;}
.finatra-landing .form-apply .form{background: linear-gradient(218.49deg, #FF9500 39.17%, #D66200 84.17%);box-shadow: 0px 0px 9.5px rgba(0, 0, 0, 0.5);border-radius: 15px;}
.finatra-landing .form-apply .form label{color:#FFF}
.finatra-landing .form-apply .form button{font-size: 1.45rem; border-radius: 15px; padding-left: 30px; padding-right: 30px; font-weight: 600;}

.description-umkm{
        font-size: 20px !important;
        line-height:28px !important;
        padding-bottom: 15px !important;
    }


@media (max-width: 992px) and (min-width:  541px){
    .header-finatra{
        text-align: center;
    }
    .fiona-mobile{width: 65% !important;}
    .lob .lob-item{padding-top: 130%; background-position: center;}
    .lob .lob-item .lob-logo img{width: 50%;}
    .lob .lob-item .overlay{padding: 5px;}
    .lob .lob-item .overlay img{width: 80px;}
    .lob .lob-item .overlay p{line-height: 1rem; font-size: 10px; margin-bottom: 5px;}
    .lob .lob-item .overlay .link a{font-size: 9px; padding: 5px 20px;}
    
}
@media (max-width: 540px) {
    .description-umkm{
        font-size: 14px !important;
        line-height:20px !important;
        padding-bottom: 15px !important;
    }
    .header-finatra{
        text-align: center;
    }
    .fiona-mobile{width: 65% !important;}
    .card-horizontal {
        display: inline-block;
        flex: 1 1 auto;
     }

    .logo-permata{width: 10%;height: 27px;margin-left: 0.5em;}
    .text-permata{margin-left: 0.5em;}
    .btn-checkpay{
        margin-top: 3px
    }
    h1 {
        font-size: 1.75rem;
    }
    .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;
        /* margin-top: 0px; */
    }
    .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: 66.5px;
    }
    .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: 5px;
        display: flex;
    }
    .btn.btn-secondary.item {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 5px;
        border:0px;
        width: 50%;
    }
    .financing-options .itembtn{
        display: flex;
        width: 100%;
        text-align: center;
        align-items: center;
    }
    .financing-options .itembtn img{
        width: 50px !important;        
        max-width: 100%;
        padding-right: 10px;
    }
    .financing-options .itembtn p{
        margin-bottom: 0px;
    }
    .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;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px;
    }
    .financing-options .item {
        width: 100%;
    }
    .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: 3px;
        padding-right: 3px;
    }
    .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;
    }
    .fifada-ecommerce .apply-form form nav .nav-link {
        font-size: 10px;
    }
    .fifada-ecommerce .simresult .cek-ro .roBlocker{
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #step6 p, #step6 ol{
        text-align: left !important;
    }
    #step6 .card-body, #step6 .card-body span{
        line-height: 1.75rem;
    }
    #step6 .card-body ol, #step6 .card-body ul{
        padding-left: 10px;
    }
    .tab-content > .tab-pane.active-sm{display: none;}
    .tab-content > .tab-pane.active.active-sm{display: block;}

    .financing-options .btn-secondary{transition: all 0.3s;}
    .financing-options .btn-secondary:not(:disabled):not(.disabled).active,
    .btn-secondary:not(:disabled):not(.disabled):active,
    .show > .btn-secondary.dropdown-toggle {
        transform: none;
    }
    .status-check-menu .nav-link{width: 100%;}
    .status-check-menu{border: 2px solid #087DC9; border-radius: 5px; overflow: hidden;}
    .status-check-menu li.nav-item button.nav-link{border: 0px; box-shadow: none; border-radius: 0px; font-weight: bold; color: #666;}
    .status-check-menu li.nav-item button.nav-link.active{color: #FFF;background-color: #087DC9;}
    .financing-options .item{flex-basis: auto;}
    .lob .lob-item{padding-top: 50%;}
    .lob .lob-item .lob-logo img{width: 50%;}
    .lob .lob-item .overlay{padding: 10px 15px;}
    .lob .lob-item .overlay img{width: 90px;}
    .lob .lob-item .overlay p{line-height: 1.15rem; font-size: 0.9rem; margin-bottom: 5px;}
    .lob .lob-item .overlay .link a{font-size: 12px; padding: 5px 20px;}
    .tab-content > .tab-pane.show-sm{opacity: 1;}
    .tab-content > .tab-pane.active-sm{display: none;}
    .tab-content > .tab-pane#pills-status{display: none;}
    .tab-content > .tab-pane#pills-status.show{display: block;}
    .tab-content > .tab-pane#pills-data > .row{padding: 15px 5px 20px 5px;}
    .tab-content > .tab-pane#pills-data .data-detail{font-size: 1rem;}
    .tab-content > .tab-pane .form-group{margin-bottom: 10px;}
    .status-check-menu li.nav-item button.nav-link.active:focus{outline: none;}
    .tab-content > .tab-pane#pills-status .timeline_content h4{font-size: 17px;}

    .pagination .page-item {display: none;}

    .pagination .page-item:first-child,.page-item:last-child,.page-item.active {display: block;}

    .umkm-intro{padding-bottom: 25px;}

    
    .umkm-archive .item a .detail{position: relative;}
    .umkm-archive .item a .img-wrapper{width: 70%}
    .umkm-archive .item a .detail{display: flex; flex-direction: column; justify-content: center; padding: 0px 0px 0px 10px;}
    .umkm-archive .item .umkm-item{display: flex;}
    .umkm-archive .item .umkm-item .image{flex: 0 0 40%}
    .umkm-archive .item a .detail .title{font-size: 14px; width: 100%}
    .umkm-archive .item a .detail .owner{font-size: 14px;}

    .umkm-detail .umkm-meta{border-left: 0px; padding-left: 15px;}
    .umkm-detail .umkm-meta ul{border-top: 2px  solid #225f9f; padding-top: 15px; padding-left: 15px; padding-right: 15px;}
    .umkm-detail .img-owner{margin-top: 30px;}
    .umkm-detail .img-owner img{max-width: 150px}
    .umkm-detail h3{font-size: 18px; text-align: center; margin-bottom: 0px;}
    .umkm-detail .category{text-align: center; font-size: 14px;}
    .umkm-detail .photos ul{padding-left: 0px;}
    .umkm-detail .photos ul li{padding-left: 0px;}
    .umkm-detail .content{margin-left: 15px; margin-right: 15px;}
    .umkm-detail .content .description h3{margin-bottom: 15px}
    .umkm-detail .content .photos{margin-top: 15px;}

    .static-event .benefit{padding-bottom: 20px;}
    .static-event .benefit .item > div{flex-direction: row; padding-bottom: 0px; font-size: 1rem}
    .static-event .benefit .item > div svg{margin-right: 15px; padding-bottom: 0px; width: 30px; height: 30px;}
    .static-event .cta-btn a{padding: 15px 0px; width: 100%; display: block; font-size: 1.1rem}

    .share-bar .left-side{flex-direction: column;}
    .share-bar .left-side .date{padding-bottom: 5px; padding-left: 5px; margin-bottom: 10px; border-bottom: 1px solid #DDD; justify-content: center;}
    .share-bar .socmed ul{display: flex; margin-bottom: 10px;}
    .share-bar .socmed ul li{flex-basis: 0;flex-grow: 1;text-align: center; display: flex;}
    .share-bar .socmed ul li a{font-size: 10px; padding: 5px; width: 100%}
    
    .formleads{font-size: 16px;}
    .formleads .banner img{margin-top:18px}
    .formleads fieldset{border-radius: 10px;}
    .formleads .banner-promo{padding: 15px;}
    .formleads h1, .formleads h2{font-size: 20px; text-align: center    ;}
    .formleads form .btn-group-toggle.big .btn{font-size: 15px;}
    .formleads form .btn-group-toggle .btn{margin: 5px;}
    .formleads form .form-start .submit-area{margin-top: 30px;}
    .formleads form .form-start .submit-area button.btn{padding: 15px; display: block; width: 100%;}
    .formleads form .submit-area{margin-top: 20px;}
    .formleads{line-height: 28px;}
    .formleads .container .simulation{padding: 30px 0px;}
    .formleads .container .simulation .nav-pills .nav-link{font-size: 1rem;}
    .formleads .tab-content > .tab-pane .form-group{margin-bottom: 0px;}
    .formleads .container .simulation .form-group .notes{font-size: 80%; line-height: 23px;}
    .formleads .container ol{padding-left: 30px;}
    .formleads .container ul.benefit li .icon{border:0px}
    .formleads .container ul.benefit li .icon img{max-width:50px}
    .formleads .container ul.benefit li .desc{border:0px; font-size: 16px; text-align: left;}
    .formleads .container ul.benefit li::after {content:""}
    .formleads h3{font-size: 18px; margin-bottom: 3px;}
    .formleads .step-counter-wrapper{margin-bottom: 20px;}
    .formleads .step-counter{margin-top: 40px;}
    .formleads .step-counter h1.step-title{font-size: 16px; text-align: left;}
    .formleads .step-counter .step-next{font-size: 12px;}
    .formleads .step-counter .step-progress{font-size: 12px;}
    .formleads fieldset .form-header h2{font-size: 16px;}
    .formleads fieldset .form-header .status{font-size: 12px;}
    .formleads fieldset .form-body{padding: 0px;}
    .formleads .form-group .form-control{padding: 15px; border-radius: 10px;}
    .formleads form .submit-area a, .formleads form .submit-area button{font-size: 16px; width: auto; padding: 5px 20px; border-radius: 12px;}
    .formleads form .submit-area a{color: #0074bb;}
    .formleads form .btn-group-toggle{flex-wrap: wrap; }
    .formleads form .btn-group-toggle .btn{width: 46%;}
    .formleads .form-body.summary{padding: 15px 0px;}
    .formleads .form-body.summary .item .caption{font-size: 12px;}
    .formleads .form-body.summary .item .content{font-size: 14px;}
    .formleads .final{padding-bottom: 100px;}
    .formleads .final p.info{font-size: 16px; margin-bottom: 20px;}
    .formleads .final .benefit .item{display: flex; align-items: flex-start;}
    .formleads .final .benefit .item:after{border:0px}
    .formleads .final .benefit .item p{font-size: 16px; text-align: left; line-height: 28px; font-weight: normal;}
    .formleads .final svg{width: 80px; margin-right: 15px; padding-top: 10px;}
    .formleads .final .btn-submit{padding: 20px 0px;}
    .formleads .final .btn-submit a{font-size: 16px; padding: 20px; display: block;}
    
    
    .modal-apply{line-height: 28px;}
    .modal-apply .modal-dialog .modal-content .btn-close{right:-5px}    
    .modal-apply .otp-wrapper input{height: 140%;}

/* 
    .mitra-fifgroup .benefit .item{display: flex;}
    .content-section.mt-3.mb-5 .container .mitra-fifgroup .container.benefit .item img{width: 75px !important; height: 75px !important;}
    .mitra-fifgroup .benefit .item .details{text-align: left; padding-left: 5px;}
    .mitra-fifgroup .benefit .item .details h4{padding-left: 0px;}
    .mitra-fifgroup .benefit .item .details p{font-size: 15px;} */    

    .mitra-fifgroup .table-mitra tr td{line-height: 12px;}
    .mitra-fifgroup .table-mitra .row-lob .lob-title{font-size: 16px;}
    .mitra-fifgroup .table-mitra tr td{font-size: 12px;}

    .danastra-serbu{margin-top: -20px;}
    .danastra-serbu .no-pad{padding-left: 0px; padding-right: 0px;}
    .danastra-serbu h2{font-size: 1.35rem;}
    .danastra-serbu .benefit .item{flex-direction: row; justify-content: flex-start; margin-bottom: 20px;}
    .danastra-serbu .benefit .item .icon{width: 80px; height: 80px; padding: 20px;}
    .danastra-serbu .benefit .item .text{text-align: left; padding-left: 10px; padding-top: 0px;}
    .danastra-serbu .sim-wrapper img{display: none;}
    .danastra-serbu .sim-wrapper h2{font-size: 1.5rem !important; text-align: center;}
    .danastra-serbu .sim-wrapper .simulation{position: relative;}

    .prize{margin-top: 40px;}
    .prize-item{flex-direction: row; justify-content: flex-start; align-items: center; }
    .prize-item img{max-width: 70px; padding-right: 10px; margin-top: -20px;}
    .prize-item h4{text-align: left; font-size: 1em; font-weight: 600;}
    .prize-item.prize-1{order:1}
    .prize-item.prize-2{order:2}
    .prize-item.prize-3{order:3}

    .amitra-landing{line-height: 25px;}
    .amitra-landing .banner-wrapper .banner-caption{padding-top: 30px; padding-bottom: 15px;}
    .amitra-landing .banner-wrapper .banner-caption p{margin: 0px; padding: 10px; font-size: 1rem;}
    .amitra-landing .product-description .item:nth-child(2n) .wrapper .description{text-align: left;}
    .amitra-landing .product-description .item .wrapper .image {background-position: center; height: 180px;}
    .amitra-landing .product-description .item .wrapper .description {padding: 20px 20px 20px 20px;}
    .amitra-landing .product{margin-top: 30px; margin-bottom: 10px;}
    .amitra-landing .product > div p{font-size: 1.1rem;}
    .amitra-landing .product-description .item .wrapper .description p{font-size: 1rem;}
    .amitra-landing .trivia .numbers{padding: 30px 0px 0px 0px; margin-bottom: 20px;}
    .amitra-landing .trivia .numbers ~ div{padding: 0px;}
    .amitra-landing .trivia .numbers .text{padding-bottom: 30px;}
    .amitra-landing .trivia .double-trivia{flex-direction: column;}
    .amitra-landing .trivia .double-trivia .item{margin-bottom: 20px;}
    .amitra-landing .bg-lgreen{background-color: #105455;}
    .amitra-landing .board-award .board-wrapper{justify-content: center;}
    .amitra-landing .board-award .board-wrapper > div{width: 100%;}
    .amitra-landing .board-award .board-wrapper .wrapper > div{margin-bottom: 30px;}
    .amitra-landing .board-award .board-wrapper .wrapper .name{padding-top: 10px;}
    .amitra-landing .board-award .award-wrapper{margin-top: 20px; justify-content: center;}
    .amitra-landing .board-award .award-wrapper > div{width: 80%;}
    .amitra-landing .board-award .award-wrapper .wrapper .name{margin-bottom: 20px; padding-top: 10px; font-weight: 600;}
    .amitra-landing .benefit .intro-text p{font-size: 1.1rem; padding-left: 15px; padding-right: 15px; line-height: 30px; text-align: left;}
    .amitra-landing .benefit .benefit-wrapper{padding-bottom: 15px; padding-top: 30px;}
    .amitra-landing .benefit .benefit-list{padding-top: 15px;}
    .amitra-landing .benefit .benefit-list .item{padding: 0px 15px;}
    .amitra-landing .flow-process{margin-top: 30px;}
    .amitra-landing .flow-process .flow-wrapper{padding-bottom: 0px;}
    .amitra-landing .flow-process .intro-wrapper{border-radius: 20px; padding-right: 0px;}
    .amitra-landing .flow-process .intro-wrapper .intro-text{width: 100%; padding: 20px;}
    .amitra-landing .flow-process .intro-wrapper .intro-text p{margin-bottom: 0px;}
    .amitra-landing .flow-process .flow-wrapper .flow-list{text-align: center; margin-bottom: 0px; margin-left: 40px;}
    .amitra-landing .flow-process .flow-wrapper .flow-list .item:before{left:0px}
    .amitra-landing .flow-process .flow-wrapper .row-1.flow-list .item::after, .amitra-landing .flow-process .flow-wrapper .row-2.flow-list .item::after {left:23px; right:auto; top:75px; width: 30px; transform: rotate(90deg); overflow: hidden;}
    .amitra-landing .flow-process .flow-wrapper .flow-list .item{display: flex; margin-bottom: 60px; padding-top: 3px;}
    .amitra-landing .flow-process .flow-wrapper .row-1.flow-list .item:nth-child(3)::after{transform: rotate(90deg); right:auto; top:75px}
    .amitra-landing .flow-process .flow-wrapper .row-2.flow-list .item:nth-child(1)::after{content: url(../images/arrow.svg);}
    .amitra-landing .flow-process .flow-wrapper .row-2.flow-list .item:last-child::after{content:""}
    .amitra-landing .flow-process .flow-wrapper .simple-notes{margin: 0px auto 50px;}
    .amitra-landing .amitra-contact{margin-top: 0px;}
    .amitra-landing .amitra-contact .contact-wrapper{flex-direction: column; padding-top: 15px; padding-bottom: 15px;}
    .amitra-landing .amitra-contact .contact-wrapper > div{padding-bottom: 0px; display: flex;}
    .amitra-landing .amitra-contact .contact-wrapper > div img{padding-bottom: 20px; align-self: flex-start;}
    .amitra-landing .form-apply{padding-left: 0px; padding-right: 0px;}
    .amitra-landing .form-apply .intro{font-size: 1.1rem; line-height: 28px; margin-bottom: 20px;}
    .amitra-landing .form-apply h3#textOutput{font-size: 1rem; border-radius: 15px;}
    .amitra-landing .form-apply .form button{padding: 15px; display: block; width: 100%; margin-top: 40px !important;}
    .amitra-landing.sbu h2{font-size: 1.5rem;}
    .amitra-landing.sbu .intro .container{font-size: 1rem;}
    .amitra-landing.sbu .benefit-list .img-garnish{display: none;}
    .amitra-landing.sbu .section .text{padding: 30px 15px;}
    .amitra-landing.sbu .section .text h2{font-size: 1.25rem;}
    .amitra-landing.sbu .sbu-feature .card{margin-bottom: 30px; height: auto;}
    .amitra-landing.sbu .sbu-feature .card.contented{height: auto;}
    .amitra-landing.sbu .sbu-feature{margin-top: 30px; margin-bottom: 30px;}
    .amitra-landing.sbu .accordion .card-header button{font-size: 1.5rem;}
    .amitra-landing.sbu .accordion .card-body-content{padding: 5px 0px;}
    .amitra-landing.sbu .accordion .card-body-content .white-card{margin-bottom: 5px; height: auto;}
    .amitra-landing.sbu .accordion .card-body-content .white-card ul{padding-left: 10px;}
    .amitra-landing.sbu .accordion .card-body-content .white-wrapper{padding:0px 15px}

    .finatra-landing .banner, .finatra-landing .banner img{width: 100%;}
    .finatra-landing .boxinfo h1{font-size: 1.45rem;}
    .finatra-landing .boxinfo h2{font-size: 1.45rem;}
    .finatra-landing .boxinfo p{font-size: 1rem;}
    .finatra-landing .benefit .item{font-size: 1.1rem;}
}

@media (max-width: 360px) {
    .header-finatra{
        text-align: center;
    }
    .fiona-mobile{width: 65% !important;}
    .card-horizontal {
        /* display: flex; */
        flex: 1 1 auto;
     }

    .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%;
    }
}
