body {
    font-family: 'opensans-regular';
}

.interactive-main-content .guide-banner .move-top-left {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 10%;
}

.interactive-main-content .guide-banner .guide-banner-image {
    height: 360px;
}

.interactive-main-content .section.guide-banner>.inner.move-left-center .banner-title {
    font-size: 32px;
    width: 70%;
    /*color: #2B292D;*/
    /*color: #fff;*/
}

.interactive-main-content .breadcrumb {
    background-color: transparent;
    font-family: "opensans-regular", Arial;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.interactive-main-content .breadcrumb span {
    color: #fff;
}

.interactive-main-content .breadcrumb a,
.interactive-main-content .breadcrumb-item.active,
.interactive-main-content .breadcrumb-item+.breadcrumb-item::before {
    /* color: inherit; */
    color: #fff;
    text-decoration: none;
}

.interactive-main-content .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    /* color: inherit; */
    color: #fff;
}

.interactive-main-content .inner {
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
    /* padding: 25px 20px 20px; */
    padding: 0px 15px;
    box-sizing: border-box;
}

.interactive-main-content .part-1 {
    text-align: center;
}

.part-1>.m-imagemap {
    position: relative;
}

.part-1>img {
    width: 80%;
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

.section.bank-tab.small-container {
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
}

.section.bank-tab.small-container>.inner {
    max-width: 640px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    -webkit-bg-clip: padding-box;
    -moz-bg-clip: padding;
    height: auto;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #ffffff;
    border-bottom-width: 0;
    content: " ";
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #ffffff;
    border-left-width: 0;
    content: " ";
}

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #ffffff;
    border-top-width: 0;
    content: " ";
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
}

.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #ffffff;
    border-right-width: 0;
    content: " ";
}

.cc-popover-help {
    position: fixed;
    top: calc(50% - 200px);
    padding: 20px;
    width: 350px;
    max-height: 400px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 29px -8px rgba(0, 0, 0, 0.81);
    box-shadow: 0px 0px 29px -8px rgba(0, 0, 0, 0.81);
    text-align: left;
    display: none;
    opacity: 0;
    -webkit-transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    pointer-events: none;
}

.cc-popover-help2 {
    position: fixed;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 29px -8px rgba(0, 0, 0, 0.81);
    box-shadow: 0px 0px 29px -8px rgba(0, 0, 0, 0.81);
    text-align: left;
    display: none;
    opacity: 0;
    -webkit-transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    /* width: 600px; */
    width: 350px;
    max-height: 700px;
    top: 50%;
    /* left: 50%; */
    left: 84%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.cl-popover-help {
    position: fixed;
    right: 0; /*new*/
    top: calc(50% - 200px);
    padding: 20px;
    /* width: 500px; */
    width: 350px;
    max-height: 400px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 29px -8px rgba(0, 0, 0, 0.81);
    box-shadow: 0px 0px 29px -8px rgba(0, 0, 0, 0.81);
    text-align: left;
    display: none;
    opacity: 0;
    -webkit-transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    pointer-events: none;
}

.cl-popover-help2 {
    position: fixed;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 29px -8px rgba(0, 0, 0, 0.81);
    box-shadow: 0px 0px 29px -8px rgba(0, 0, 0, 0.81);
    text-align: left;
    display: none;
    opacity: 0;
    -webkit-transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    /* width: 600px; */
    width: 350px;
    max-height: 700px;
    /* top: 50%; */
    /* left: 50%; */
    top: calc(65% - 100px);
    left: 84%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.cc-popover-help .title,
.cc-popover-help2 .title,
.cl-popover-help .title,
.cl-popover-help2 .title {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.1;
    /* height: auto; */
}

.cc-popover-help.blue,
.cc-popover-help2.blue,
.cl-popover-help.blue,
.cl-popover-help2.blue {
    background: #07c;
    color: #FFF;
    z-index: 9999;
}

.cc-popover-help.top:after,
.cc-popover-help2.top:after,
.cl-popover-help.top:after,
.cl-popover-help2.top:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 58, 58, 0);
    border-bottom-color: #FFF;
    border-width: 15px;
    margin-left: -15px;
}

.cc-popover-help.top.blue:after,
.cc-popover-help2.top.blue:after,
.cl-popover-help.top.blue:after,
.cl-popover-help2.top.blue:after {
    border-bottom-color: #07c !important;
}

.cc-popover-help.right:after,
.cc-popover-help2.right:after,
.cl-popover-help.right:after,
.cl-popover-help2.right:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 58, 58, 0);
    border-left-color: #FFF;
    border-width: 15px;
    margin-top: -15px;
}

.cc-popover-help.right.blue:after,
.cc-popover-help2.right.blue:after,
.cl-popover-help.right.blue:after,
.cl-popover-help2.right.blue:after {
    border-left-color:  #07c !important;
}

.cc-popover-help.bottom:after,
.cc-popover-help2.bottom:after,
.cl-popover-help.bottom:after,
.cl-popover-help2.bottom:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 58, 58, 0);
    border-top-color: #FFF;
    border-width: 15px;
    margin-left: -15px;
}

.cc-popover-help.bottom.blue:after,
.cc-popover-help2.bottom.blue:after,
.cl-popover-help.bottom.blue:after,
.cl-popover-help2.bottom.blue:after {
    border-top-color: #07c !important;
}

.cc-popover-help.left:after,
.cc-popover-help2.left:after,
.cl-popover-help.left:after,
.cl-popover-help2.left:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 58, 58, 0);
    border-right-color: #FFF;
    border-width: 15px;
    margin-top: -15px;
}

.cc-popover-help.left.blue:after,
.cc-popover-help2.left.blue:after,
.cl-popover-help.left.blue:after,
.cl-popover-help2.left.blue:after {
    border-right-color: #07c !important;
}

.true-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.content-map {
    display: none;
    position: fixed;
    bottom: -300px;
    left: 0px;
    max-height: 650px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.tutorial {
    position: fixed;
    display: none;
    right: -300px;
    bottom: 50px;
    width: 400px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.content-close {
    position: absolute;
    right: -47px;
    top: 13px;
    padding: 5px 10px;
    border-radius: 10px 10px 0px 0px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    background: #07c !important;
    color: #FFF !important;
}

.content-proper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}

.imagemap__item {
    display: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    max-height: 300px;
    overflow-y: auto;
    -webkit-transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.imagemap__item.nopad {
    padding: 0px !important;
}

.blue {
    background: #07c;
}

.impt {
    color: #07c !important;
}

.content-map .white {
    background: white !important;
    /* border-top: 1px solid #CCC; */
}

.map-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    max-width: 100%;
    background-repeat: no-repeat;
}

.howto {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

.howto img {
    max-width: 400px;
}

.howto img:hover {
    cursor: pointer;
}

.info-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px;
    background: #F5F5F5;
    margin-top: 20px;
}

.info-banner .question {
    padding: 0px 15px;
}

.info-banner .question img {
    width: 65px;
}

.info-banner .info h3 {
    font-size: 22px;
    color: #07c;
    margin: 0px;
}

.interactive-main-content .h-tab-slider {
    /* border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    /* border: solid 1px #ffffff; */
    /* border-bottom: 2px solid #c9ced3;  */
    background-color: #fdfdfd;
    overflow: hidden;
    margin-bottom: 10px;
}

.pos-res {
    position: relative;
}

.tabs-ui {
    border: 0;
}

.tabs-ui .nav-item {
    text-align: center;
    position: relative;
    margin: 0;
    outline: none;
}

.tabs-ui.nav-tabs .nav-item:first-child:before {
    content: '';
    width: 0;
}

.tabs-ui.nav-tabs .nav-item:before {
    content: '';
    position: absolute;
    background: #dee2e6;
    font-size: 25px;
    bottom: 0;
    width: 2px;
    z-index: 1;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 60%;
}

.tab-content {
    text-align: center;
}

.bank-tab {
    /* border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; */
    background-color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2px;
}

.bank-tab .nav-tabs .nav-item a {
    color: #777777;
    font-size: 16px;
    height: 100%;
    display: block;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    /* font-family: "opensans-regular", Arial; */
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 10px 8px;
    border-bottom: 2px solid transparent;
    /* touch-action: pan-left; */
    background-color: transparent;
}

.bank-tab .nav-tabs .nav-item.show .nav-link,
.bank-tab .nav-tabs .nav-link.active {
    color: #07c;
    border-bottom: 2px solid #07c;
}

.bank-tab .nav-tabs .nav-link {
    border: 0;
    font-family: "opensans-semibold", Arial;
}

.bank-tab a {
    color: #07c;
}

.support-form-fields h2 {
    font-family: "opensans-semibold", Arial;
}

.content-map {
    display: none;
    position: fixed;
    bottom: -300px;
    left: 0px;
    max-height: 650px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.section.related-section {
    padding-top: 30px;
    padding-bottom: 30px;
    clear: both;
}

.interactive-main-content section {
    padding-top: 30px;
    padding-bottom: 30px;
    clear: both;
}

.section.related-section .block {
    margin-bottom: 30px;
}

.section.related-section .block ul {
    padding: 0;
    list-style: none;
    font-size: 16px;
    font-family: "opensans-regular", Arial;
}

.section.related-section .block ul li {
    margin: 12px 0;
}

.section.related-section .block ul li a {
    text-decoration: none;
    color: #07c;
}

@media only screen and (max-width: 1180px) {
    .cc-popover-help2 {
        left: 82%;
    }

    .cl-popover-help2 {
        left: 80%;
        top: 43%;
    }
}

@media only screen and (max-width: 990px) {
    .cl-popover-help2,
    .cc-popover-help2 {
        left: 80%;
    }
}

@media only screen and (max-width: 890px) {
    .cl-popover-help2,
    .cc-popover-help2 {
        left: 77%;
    }
}

@media only screen and (max-width: 768px) {
    .bank-tab .nav-tabs .nav-item a {
        font-size: 15px;
    }

    .interactive-main-content .section.guide-banner>.inner.move-left-center .banner-title {
        font-size: 24px;
        line-height: 33px;
    }

    .info-banner .info h3 {
        font-size: 14px;
    }

    .info-banner .question {
        display: none;
    }

    .info-banner {
        padding: 10px;
    }

    .section.bank-tab.small-container>.inner,
    .section.bank-tab>.inner,
    .section.bank-tab-content>.inner {
        padding: 0;
    }

    /* .cc-popover-help2 {
        width: 500px;
        max-height: 450px;
        top: 50%;
        left: 50%;
    } */

    .cc-popover-help2 {
        top: calc(50% - 100px);
        left: 50%;
    }

    .cl-popover-help {
        /* width: 550px; */
        top: 25%;
        left: 25%;
    }

    .cl-popover-help2 {
        /* width: 500px;
        max-height: 450px;
        top: 50%;
        left: 50%; */
        top: 30%;
        left: 50%;
    }

    /* .cc-popover-help2 {
        width: 350px;
        max-height: 400px;
        top: 50%;
        left: 50%;
    } */

    .cc-popover-help .title,
    .cc-popover-help2 .title,
    .cl-popover-help .title,
    .cl-popover-help2 .title {
        font-size: 20px;
    }

    .cc-popover-help .content,
    .cc-popover-help2 .content,
    .cl-popover-help .content,
    .cl-popover-help2 .content {
        font-size: 14px;
    }
}

@media only screen and (max-width: 760px) {
    .cc-popover-help:before,
    .cc-popover-help2:before,
    .cl-popover-help:before,
    .cl-popover-help2:before {
        position: absolute;
        content: 'x';
        right: 5px;
        top: 5px;
        font-size: 14px;
        color: #FFF;
        z-index: 150;
    }
}

@media only screen and (max-width: 500px) {

    /* .cc-popover-help2 {
        width: 430px;
        max-height: 500px;
        top: 47%;
        left: 50%;
    }

    .cl-popover-help2 {
        width: 430px;
        max-height: 513px;
        top: 47%;
        left: 50%;
    }

    .cl-popover-help {
        width: 430px;
        max-height: 513px;
    } */

    .howto img {
        max-width: 300px;
    }
}

@media only screen and (max-width: 470px) {

    .cc-popover-help2 {
        width: 360px;
    }

    .cl-popover-help {
        width: 300px;
        top: 25%;
        left: 13%;
    }

    .cl-popover-help2 {
        top: 25%;
        left: 50%;
    }

    /* .cl-popover-help2 {
        width: 360px;
    }

    .cl-popover-help {
        width: 360px;
        max-height: 513px;
    } */

    .cc-popover-help .title,
    .cc-popover-help2 .title,
    .cl-popover-help .title,
    .cl-popover-help2 .title {
        font-size: 18px;
    }

    .cc-popover-help .content,
    .cc-popover-help2 .content,
    .cl-popover-help .content,
    .cl-popover-help2 .content {
        font-size: 12px;
    }
}