html {
    position:relative;
    min-height:100%;
   
}
body {
    font-family: "Fedra Sans Alt", sans-serif;
    font-size: 12px;
    height: 100%;
}
#wrapper {
    height: 100%;
}
.clearfix {
    zoom: 1; /*for IE*/
}
.clear {
    clear: both;
}
.overall {
    height: 100vh;
}
input[type='text'], input[type='password'], textarea {-webkit-appearance: none; border-radius:0;}
button, input[type="button"], input[type="submit"]{ -webkit-appearance: none; border-radius:0;}

.container-width {
    width: 940px;
    margin: 0 auto;
    height: 100%;
}
.header-wrap {
    border-top: 1px solid #49b751;
}
header .top-left {
    padding-left: 0;
    padding-right: 0;
}
header .top-right {
    padding-left: 0;
    padding-right: 0;
    float: right;
}
header {
    padding: 14px 0 10px 0;
}
/*.logo-az {*/
     /*display: none;*/
/*}*/
.top-left .logo {
    float: left;
    width: 113px;
}
.top-left .lang {
    float: left;
    margin: 14px 0 0 7px;
}
.lang ul {
    margin: 0;
}
.lang ul li {
    display: inline-block;
    border-right: 1px solid #95979a;
    padding-right: 3px;
    height: 14px;
}
.lang ul li:last-child {
    border-right: none;
}
.lang ul li a {
    font-size: 12px;
    line-height: 10px;
    font-family: "Fedra Sans Alt Book 2", sans-serif;
    color: #49b751;
    display: block;
    text-decoration: none;
}
.lang ul li b {
    font-size: 12px;
    line-height: 10px;
    font-family: "Fedra Sans Alt Book 2", sans-serif;
    color: #626469;
    display: block;
    border-bottom: 1px solid #626469;
    padding-bottom: 2px;
    font-weight: normal;
}
.top-right .top-right-inner {
    float: right;
}
.top-right .account {
    float: left;
    margin-right: 11px;
}
.top-right .account a {
    font-family: "Fedra Sans Alt Book 2", sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #49b751;
    text-decoration: none;
}
.top-right .cross-btn {
    float: left;
}
.top-right .settings-btn {
    float: left;
    margin-right: 10px;
}
.top-right .phone-btn {
    float: left;
    margin-right: 10px;
}
.go-to-site a {
    font-family: "Fedra Sans Alt Demi", sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    background-color: #49b751;
    color: #ffffff;
    padding: 4px 8px 6px 7px;
    display: block;
}
.go-to-site a:hover {
    background-color: #007d57;
}
.line-block {
    background-color: #c60c30;
    height: 35px;
}
.back-btn {
    padding-top: 8px;
}
.back-btn a {
    display: inline-block;
    font-family: "Fedra Sans Alt Demi", sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #ffffff;
    text-decoration: underline;
}
.back-btn a:hover {
   border-bottom: 1px solid #ffffff;
}
.back-btn a span {
    display: block;
    float: left;
}
.back-btn a em {
    display: block;
    float: left;
    margin: 1px 0 0 4px;
}
footer {
    background-color: #0f5d1a;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 11px 0 11px 0;
}
footer .ftr-left {
    padding-left: 0;
    padding-right: 0;
}
footer .ftr-right {
    padding-left: 0;
    padding-right: 0;
    float: right;
}
footer p {
    font-family: "Fedra Sans Alt Book 2", sans-serif;
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 0 ;
    color: #ffffff;
}

.ftr-right p a {
    font-family: "Fedra Sans Alt Book 2", sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    text-decoration: none;
}
.ftr-right p {
    margin-left: 30px;
    float: left;
}
.ftr-right .ftr-right-inner {
    float: right;
}
.content {
    margin: 31px 0 176px 0;
    height: 100%;
}
.content-present {
    margin: 31px 0 77px 0;
}
.content-present .overall {
    height: 100%;
}
.overall h1 {
    margin: 0 0 0 0;
    font-family: "Fedra Sans Alt Demi", sans-serif;
    font-weight: normal;
    font-size: 23px;
    line-height: 29px;
    color: #007d57;
}
.overall h1 span {
    font-size: 19px;
    line-height: 25px;
    display: block;
}
.overall p {
    margin: 32px 0 0 0;
    font-family: "Fedra Sans Alt Demi", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #626469;
}
.circles-area {
    width: 594px;
    margin: 48px auto 6px;
    text-align: center;
}
.circles-area .circle-box {
    padding: 0;
    float: none;
    display: inline-block;
    width: 143px;
    height: 191px;
    margin: 0 3px 15px 0;
}
.circles-area .circle-box:last-child {
    margin-right: 0;
}
.circle-box a {
    display: block;
    text-decoration: none;
    text-align: center;
    height: 100%;
    position: relative;
}
.circle-box a .circle {
    width: 100px;
    height: 100px;
    background-color: #49b751;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding-top: 18px;
    margin: 0 auto;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.circle-box a .green-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #007d57;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
.circle-box a .txt {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    margin-top: -32px;
}
.circle-box .circle-cover {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.circle-box a .txt span {
    display: block;
}
.circle-box a:hover .green-bg {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.circle-box a:hover .circle {
    transform: scale(1.13);
    -webkit-transform: scale(1.13);
    -moz-transform: scale(1.13);
}
.circle-box a:hover p {
    color: #000000;
}
.circle-box a p {
    margin: 13px 0 0 0;
    font-family: "Fedra Sans Alt Demi", sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #626469;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.dotted-line {
    border-bottom: 1px dotted #8b8b8b;
    margin-bottom: 41px;
}
.go-to-btn {
    width: 246px;
}
.go-to-btn a {
    font-family: "Fedra Sans Alt Demi", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    background-color: #49b751;
    color: #ffffff;
    display: block;
    text-decoration: none;
    text-align: center;
    border-bottom: 2px solid #007858;
    padding: 9px 0 10px 0;
}
.go-to-btn a:hover {
    background-color: #007d57;
    border-bottom: 2px solid #3ea045;
}
.choose-block {
    padding: 0;
    position: static;
    height: 100%;
}
.choose-block-inner {
    width: 344px;
}
.mobile-block {
    padding: 0;
    height: 100%;
    margin-top: 34px;
}
.mobile {
    width: 356px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.mob-image {
    position: absolute;
    z-index: 9;
}
.mob-image img {
    width: auto;
    height: 100vh;
}
.screen-area {
    text-align: center;
    /* width: 336px; */
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 4;
    margin-left: -178px;
}
.screen-area img {
    width: auto;
    height: 100vh;
    position: relative;
	display: none;
}
.choose-block h4 {
    padding: 40px 0 47px 0;
    margin: 0;
    font-family: "Fedra Sans Alt Book 2", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
}
.choose-block .step-block {
    width: 344px;
    -webkit-box-shadow: 0 4px 8px 1px rgba(178,178,178,1);
    -moz-box-shadow: 0 4px 8px 1px rgba(178,178,178,1);
    box-shadow: 0 4px 8px 1px rgba(178,178,178,1);
}
.step-block .step-top {
    border-top: 2px solid #007d57;
    background-color: #ffffff;

    padding-left: 13px;
}
.step-block .step-top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #007d57;
}
.step-block .step-top::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    position: relative;
    top: 6px;
}
.step-top .each-step {
    font-family: "Fedra Sans Alt Medium", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #626469;
    padding: 7px 0 6px 0;
    display: block;
    opacity: 0;
}
.each-step.current-step {
    opacity: 1;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
}
.step-content-cover {
    background-color: #f7f7f7;
    padding: 10px 13px 13px 13px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d3d3d3;
    position: relative;
    min-height: 167px;
}
.step-block .step-content {
    opacity: 0;
}
.step-content.current-content {
    opacity: 1;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
}
.step-content-cover::before {
    top: -1px;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #d5d5d5;
    border-width: 0.6em;
    margin-left: 1.0em;
}
.step-content-cover::after {
    top: -2px;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #ffffff;
    border-width: 0.5em;
    margin-left: 13px;
}
.step-content p {
    margin: 0 0 21px 0;
    font-family: "Fedra Sans Alt Book 2", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #626469;
}
.mobile-presentation {
    position: relative;
    height: 100%;
}
.pagination {
    display: block;
    margin: 27px auto 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-align: center;
    width: 247px;
}
.pagination .page-box {
    display: inline-block;
}
.pagination  a {
    font-family: "Fedra Sans Alt Book 2", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #3ea045;
    text-decoration: none;
    display: block;
    width: 31px;
    height: 31px;
    text-align: center;
    background-color: #e9e9e9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-top: 5px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
.pagination a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #e9e9e9;
    position: relative;
    top: 8px;
    margin: 0 auto;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
.pagination  b {
    font-family: "Fedra Sans Alt Book 2", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    background-color: #49b751;
    display: block;
    width: 31px;
    height: 31px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-top: 5px;
}
.pagination  b::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #49b751;
    position: relative;
    top: 8px;
    margin: 0 auto;
}
.pagination .arrow a {
    padding-top: 4px;
}
.pagination .arrow a::after {
    display: none;
}
.pagination a img {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    display: inline-block !important;
}
.pagination .owl-carousel .owl-stage-outer {
    height: 38px;
}
.pagination .owl-nav {
    display: block !important;
}
.pagination .owl-nav .owl-prev {
    width: 31px;
    position: absolute;
    height: 31px;
    top: 0;
    left: -36px;
    background: #e9e9e9 url(../img/prev.png) no-repeat center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.pagination .owl-nav .owl-prev:hover {

}
.pagination .owl-nav .owl-next {
    width: 31px;
    position: absolute;
    height: 31px;
    top: 0;
    right: -36px;
    background: #e9e9e9 url(../img/next.png) no-repeat center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.pagination a:hover img {
    filter: brightness(5) saturate(0) contrast(2);
    -webkit-filter: brightness(5) saturate(0) contrast(2);
}
.pagination  a:hover {
    color: #ffffff;
    background-color: #49b751;
}
.pagination  a:hover::after {
    border-top: 7px solid #49b751;
}
.pagination .current {
    color: #ffffff;
    background-color: #49b751;
}
.pagination .current img {
    filter: brightness(5) saturate(0) contrast(2);
    -webkit-filter: brightness(5) saturate(0) contrast(2);
}
.pagination .current::after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #49b751;
}
.start-again-btn {
    width: 182px;
    margin: 29px auto 0;
}
.start-again-btn  a {
    display: block;
    text-decoration: none;
    font-family: "Fedra Sans Alt Demi", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    background-color: #49b751;
    text-align: center;
    border-bottom: 2px solid #007d57;
    padding: 5px 0 4px 29px;
}
.start-again-btn  a span {
    float: left;
    display: block;
    background: url(../img/circle-arrow.png) no-repeat;
    width: 26px;
    height: 26px;
}
.start-again-btn  a em {
    float: left;
    margin: 4px 0 0 6px;
}
.start-again-btn a:hover {
    background-color: #007d57;
    border-bottom: 2px solid #4bb951;
}
.choose-block .go-to-btn {
    position: absolute;
    bottom: -14px;
    left: 0;
    margin-left: 43px;
}

{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.active-layer {
    background-color: rgb(73 , 183, 81);
    background-color: rgba(73 , 183, 81, 0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.green-layer#scr1 {
    width: 90%;
    height: 10%;
    position: absolute;
    top: 40.5%;
    left: 5%;
}
.green-layer#scr1a {
    width: 90%;
    height: 10%;
    position: absolute;
    top: 52.5%;
    left: 5%;
}
.green-layer#scr2 {
    width: 75%;
    height: 8%;
    position: absolute;
    top: 33.5%;
    left: 12.5%;
}
.green-layer#scr2a {
    width: 71%;
    height: 8%;
    position: absolute;
    top: 34.98%;
    left: 14.42%;
}
.green-layer#scr3 {
    width: 15%;
    height: 7%;
    position: absolute;
    top: 81.28%;
    left: 81.45%;
}
.green-layer#scr4 {
    width: 60%;
    height: 10%;
    position: absolute;
    top: 45%;
    left: 20%;
}
.green-layer#scr4a {
    width: 60%;
    height: 10%;
    position: absolute;
    top: 56.5%;
    left: 20%;
}
.green-layer#scr7 {
    width: 60%;
    height: 9.7%;
    position: absolute;
    top: 46%;
    left: 20%;
}
.green-layer#scr7a {
    width: 59%;
    height: 9.7%;
    position: absolute;
    top: 55.3%;
    left: 20.67%;
}
.green-layer#scr6 {
    width: 23%;
    height: 7.2%;
    position: absolute;
    top: 66.4%;
    left: 73.45%;
}
/*.green-layer#scr7 {*/
    /*width: 58.99%;*/
    /*height: 8.357%;*/
    /*position: absolute;*/
    /*top: 86%;*/
    /*left: 20.67%;*/
/*}*/
.green-layer#scr8 {
    width: 16%;
    height: 7%;
    position: absolute;
    top: 12.5%;
    left: 82%;
}
.green-layer#scr9 {
    width: 78%;
    height: 9%;
    position: absolute;
    top: 60%;
    left: 11%;
}
.green-layer#scr10 {
    width: 28%;
    height: 7.5%;
    position: absolute;
    top: 80.4%;
    left: 66.4%;
}
.green-layer#scr11 {
    width: 60%;
    height: 10.5%;
    position: absolute;
    top: 72.5%;
    left: 20%;
}
.green-layer#scr11a {
    width: 60%;
    height: 10.5%;
    position: absolute;
    top: 83.5%;
    left: 20%;
}
.green-layer#scr12 {
    width: 87%;
    height: 5.5%;
    position: absolute;
    top: 30%;
    left: 6.5%;
}
.green-layer#scr13 {
    width: 87%;
    height: 6.2%;
    position: absolute;
    top: 37.5%;
    left: 6.5%;
}
.green-layer#scr14 {
    width: 87%;
    height: 5.5%;
    position: absolute;
    top: 40%;
    left: 8%;
}
.green-layer#scr15 {
    width: 15%;
    height: 6.2%;
    position: absolute;
    top: 81.5%;
    left: 82.4%;
}
.green-layer#scr16 {
    width: 87%;
    height: 5.5%;
    position: absolute;
    top: 50%;
    left: 8%;
}
.green-layer#scr17 {
    width: 20%;
    height: 4.1%;
    position: absolute;
    top: 51.5%;
    left: 8%;
}
.green-layer#scr18 {
    width: 87%;
    height: 5.5%;
    position: absolute;
    top: 59.5%;
    left: 8%;
}
.green-layer#scr19 {
    width: 32%;
    height: 4.1%;
    position: absolute;
    top: 68.5%;
    left: 39%;
}
.green-layer#scr20 {
    width: 59%;
    height: 10%;
    position: absolute;
    top: 81%;
    left: 20.67%;
}
.green-layer#scr21 {
    width: 9.5%;
    height: 4%;
    position: absolute;
    top: 68.5%;
    left: 8%;
}
.green-layer#scr22 {
    width: 62%;
    height: 9%;
    position: absolute;
    top: 77%;
    left: 19%;
}
.green-layer#scr23 {
    width: 62%;
    height: 10.5%;
    position: absolute;
    top: 60%;
    left: 19%;
}

.green-layer#fingerprint_scr1{
    width: 64%;
    height: 7%;
    position: absolute;
    top: 80%;
    left: 5%;
}
.green-layer#fingerprint_scr2{
    width: 93%;
    height: 8.5%;
    position: absolute;
    top: 54%;
    left: 3.5%;
}
.green-layer#fingerprint_scr3{
    width: 14%;
    height: 7%;
    position: absolute;
    top: 51%;
    left: 15.5%;
}
.green-layer#fingerprint_scr5{
    width: 80%;
    height: 52%;
    position: absolute;
    top: 35%;
    left: 10%;
}
.green-layer#fingerprint_scr6{
    width: 84%;
    height: 9%;
    position: absolute;
    top: 77%;
    left: 8%;
}



.green-layer#credit_scr1 {
    width: 64%;
    height: 7%;
    position: absolute;
    top: 42.5%;
    left: 5%;
}
.green-layer#credit_scr2 {
    width: 93%;
    height: 8%;
    position: absolute;
    top: 12%;
    left: 3.5%;
}
.green-layer#credit_scr3 {
    width: 52%;
    height: 7%;
    position: absolute;
    top: 30%;
    left: 12%;
}
.green-layer#credit_scr4 {
    width: 71%;
    height: 5.5%;
    position: absolute;
    top: 19%;
    left: 6.2%;
}
.green-layer#credit_scr5 {
    width: 8.5%;
    height: 4.5%;
    position: absolute;
    top: 34%;
    left: 82%;
}
.green-layer#credit_scr6 {
    width: 16%;
    height: 6.2%;
    position: absolute;
    top: 93%;
    left: 9%;
}
.green-layer#credit_scr6a {
    width: 16%;
    height: 6.2%;
    position: absolute;
    top: 93%;
    left: 42%;
}
.green-layer#credit_scr7 {
    width: 17%;
    height: 8%;
    position: absolute;
    top: 91%;
    left: 41.5%;
}
.green-layer#credit_scr8 {
    width: 44%;
    height: 9.5%;
    position: absolute;
    top: 89%;
    left: 4.5%;
}
.green-layer#credit_scr8a {
    width: 45%;
    height: 9.5%;
    position: absolute;
    top: 89%;
    left: 52%;
}
.green-layer#credit_scr12 {
    width: 25%;
    height: 6.2%;
    position: absolute;
    top: 93%;
    left: 69%;
}
.green-layer#credit_scr12a {
    width: 12%;
    height: 6%;
    position: absolute;
    top: 5%;
    left: 85%;
}
.green-layer#credit_scr13 {
    width: 37%;
    height: 8.5%;
    position: absolute;
    top: 56%;
    left: 12%;
}
.green-layer#credit_scr13a {
    width: 37%;
    height: 8.5%;
    position: absolute;
    top: 56%;
    left: 51%;
}
.green-layer#credit_scr15 {
    width: 47%;
    height: 16%;
    position: absolute;
    top: 22%;
    left: 2%;
}
.green-layer#credit_scr17 {
    width: 48%;
    height: 16%;
    position: absolute;
    top: 22%;
    left: 50%;
}
.green-layer#credit_scr20 {
    width: 15%;
    height: 3%;
    position: absolute;
    top: 45%;
    left: 27%;
}
.green-layer#credit_scr21 {
    width: 58%;
    height: 10.5%;
    position: absolute;
    top: 68%;
    left: 21%;
}
.green-layer#credit_scr22 {
    width: 9.5%;
    height: 4.5%;
    position: absolute;
    top: 42.5%;
    left: 8%;
}
.green-layer#credit_scr23 {
    width: 58%;
    height: 10.5%;
    position: absolute;
    top: 52%;
    left: 21%;
}
.green-layer#credit_scr24 {
    width: 58%;
    height: 10.5%;
    position: absolute;
    top: 43.5%;
    left: 21%;
}

.green-layer#icredit_scr1 {
    width: 65%;
    height: 7%;
    position: absolute;
    top: 34.5%;
    left: 1%;
}
.green-layer#icredit_scr2 {
    width: 98%;
    height: 7%;
    position: absolute;
    top: 11.5%;
    left: 1%;
}
.green-layer#icredit_scr3 {
    width: 49%;
    height: 7%;
    position: absolute;
    top: 38%;
    left: 9%;
}
.green-layer#icredit_scr4 {
    width: 65%;
    height: 5%;
    position: absolute;
    top: 16.5%;
    left: 10%;
}
.green-layer#icredit_scr5 {
    width: 9%;
    height: 4.5%;
    position: absolute;
    top: 27%;
    left: 80%;
}
.green-layer#icredit_scr6 {
    width: 19%;
    height: 6.2%;
    position: absolute;
    top: 90%;
    left: 8.5%;
}
.green-layer#icredit_scr6a {
    width: 19%;
    height: 6.2%;
    position: absolute;
    top: 90%;
    left: 41%;
}
.green-layer#icredit_scr7 {
    width: 19%;
    height: 8%;
    position: absolute;
    top: 91%;
    left: 40.5%;
}
.green-layer#icredit_scr8 {
    width: 49%;
    height: 8.5%;
    position: absolute;
    top: 93%;
    left: 1%;
}
.green-layer#icredit_scr8a {
    width: 49%;
    height: 8.5%;
    position: absolute;
    top: 93%;
    left: 50.5%;
}
.green-layer#icredit_scr12 {
    width: 29%;
    height: 6.2%;
    position: absolute;
    top: 90%;
    left: 68%;
}
.green-layer#icredit_scr12a {
    width: 10%;
    height: 5%;
    position: absolute;
    top: 6%;
    left: 87%;
}
.green-layer#icredit_scr13 {
    width: 34%;
    height: 8%;
    position: absolute;
    top: 52%;
    left: 16%;
}
.green-layer#icredit_scr13a {
    width: 34%;
    height: 8%;
    position: absolute;
    top: 52%;
    left: 50.5%;
}
.green-layer#icredit_scr15 {
    width: 25%;
    height: 11%;
    position: absolute;
    top: 79%;
    left: 25%;
}
.green-layer#icredit_scr16 {
    width: 14%;
    height: 4%;
    position: absolute;
    top: 6%;
    left: 83%;
}
.green-layer#icredit_scr17 {
    width: 48%;
    height: 16%;
    position: absolute;
    top: 24%;
    left: 49%;
}
.green-layer#icredit_scr20 {
    width: 12%;
    height: 3.5%;
    position: absolute;
    top: 36.5%;
    left: 27.5%;
}
.green-layer#icredit_scr21 {
    width: 50%;
    height: 7%;
    position: absolute;
    top: 67%;
    left: 25%;
}
.green-layer#icredit_scr22 {
    width: 9%;
    height: 4.5%;
    position: absolute;
    top: 34.5%;
    left: 8.5%;
}
.green-layer#icredit_scr23 {
    width: 54%;
    height: 9%;
    position: absolute;
    top: 44%;
    left: 23%;
}
.green-layer#icredit_scr24 {
    width: 54%;
    height: 9%;
    position: absolute;
    top: 32%;
    left: 23%;
}
.green-layer#icredit_scr25 {
    width: 50%;
    height: 8%;
    position: absolute;
    top: 51%;
    left: 25%;
}



.green-layer#money_transfer_scr1 {
    width: 90%;
    height: 23%;
    position: absolute;
    top: 19%;
    left: 5%;
}
.green-layer#money_transfer_scr1a{
    width: 93%;
    height: 23%;
    position: absolute;
    top: 36%;
    left: 3.5%;
}
.green-layer#money_transfer_scr1b{
    width: 90%;
    height: 23%;
    position: absolute;
    top: 67%;
    left: 5%;
}
.green-layer#money_transfer_scr2{
    width: 43%;
    height: 9%;
    position: absolute;
    top: 38%;
    left: 49.5%;
}
.green-layer#money_transfer_scr3{
    width: 93%;
    height: 8.5%;
    position: absolute;
    top: 12%;
    left: 3.5%;
}
.green-layer#money_transfer_scr3a{
    width: 93%;
    height: 8.5%;
    position: absolute;
    top: 21%;
    left: 3.5%;
}
.green-layer#money_transfer_scr5{
    width: 80%;
    height: 5%;
    position: absolute;
    top: 50.5%;
    left: 10%;
}
.green-layer#money_transfer_scr5a{
    width: 80%;
    height: 4.5%;
    position: absolute;
    top: 55.5%;
    left: 10%;
}
.green-layer#money_transfer_scr6{
    width: 80%;
    height: 5.5%;
    position: absolute;
    top: 56.5%;
    left: 10%;
}
.green-layer#money_transfer_scr7{
    width: 64%;
    height: 11%;
    position: absolute;
    top: 83.5%;
    left: 20%;
}
.green-layer#money_transfer_scr8{
    width: 62%;
    height: 10.5%;
    position: absolute;
    top: 68%;
    left: 20%;
}
.green-layer#money_transfer_scr9{
    width: 80%;
    height: 6.5%;
    position: absolute;
    top: 50%;
    left: 10%;
}
.green-layer#money_transfer_scr10{
    width: 80%;
    height: 6.5%;
    position: absolute;
    top: 59%;
    left: 10%;
}
.green-layer#money_transfer_scr11{
    width: 64%;
    height: 10.5%;
    position: absolute;
    top: 85.5%;
    left: 20%;
}
.green-layer#money_transfer_scr14{
    width: 60%;
    height: 5.5%;
    position: absolute;
    top: 44%;
    left: 10%;
}
.green-layer#money_transfer_scr14a{
    width: 11%;
    height: 5.5%;
    position: absolute;
    top: 44%;
    left: 77%;
}
.green-layer#money_transfer_scr15{
    width: 84%;
    height: 8%;
    position: absolute;
    top: 60%;
    left: 5%;
}
.green-layer#money_transfer_scr16{
    width: 64%;
    height: 11%;
    position: absolute;
    top: 58.5%;
    left: 20%;
}
.green-layer#money_transfer_scr17{
    width: 10%;
    height: 5.5%;
    position: absolute;
    top: 15.5%;
    left: 85%;
}
.green-layer#money_transfer_scr18{
    width: 80%;
    height: 5.5%;
    position: absolute;
    top: 53%;
    left: 10%;
}
.green-layer#money_transfer_scr19{
    width: 64%;
    height: 11%;
    position: absolute;
    top: 77%;
    left: 19%;
}
.green-layer#money_transfer_scr20{
    width: 62%;
    height: 11%;
    position: absolute;
    top: 71%;
    left: 19%;
}
.green-layer#money_transfer_scr21{
    width: 62%;
    height: 11%;
    position: absolute;
    top: 75%;
    left: 19%;
}

.green-layer#imoney_transfer_scr1a{
    width: 96%;
    height: 24%;
    position: absolute;
    top: 35%;
    left: 2%;
}
.green-layer#imoney_transfer_scr2{
    width: 41%;
    height: 8.5%;
    position: absolute;
    top: 38.5%;
    left: 9%;
}
.green-layer#imoney_transfer_scr3{
    width: 98%;
    height: 6.5%;
    position: absolute;
    top: 12%;
    left: 1%;
}
.green-layer#imoney_transfer_scr3a{
    width: 98%;
    height: 6.5%;
    position: absolute;
    top: 19.5%;
    left: 1%;
}
.green-layer#imoney_transfer_scr5{
    width: 76%;
    height: 4.5%;
    position: absolute;
    top: 33%;
    left: 12%;
}
.green-layer#imoney_transfer_scr6{
    width: 80%;
    height: 4.5%;
    position: absolute;
    top: 37%;
    left: 10%;
}
.green-layer#imoney_transfer_scr7{
    width: 54%;
    height: 9.5%;
    position: absolute;
    top: 54%;
    left: 23%;
}
.green-layer#imoney_transfer_scr8{
    width: 54%;
    height: 9%;
    position: absolute;
    top: 57.5%;
    left: 23%;
}
.green-layer#imoney_transfer_scr9{
    width: 80%;
    height: 4.5%;
    position: absolute;
    top: 33%;
    left: 10%;
}
.green-layer#imoney_transfer_scr10{
    width: 80%;
    height: 4.5%;
    position: absolute;
    top: 41.5%;
    left: 10%;
}
.green-layer#imoney_transfer_scr11{
    width: 54%;
    height: 9%;
    position: absolute;
    top: 58%;
    left: 23%;
}
.green-layer#imoney_transfer_scr14{
    width: 58%;
    height: 4.5%;
    position: absolute;
    top: 29%;
    left: 10%;
}
.green-layer#imoney_transfer_scr14a{
    width: 10%;
    height: 4.5%;
    position: absolute;
    top: 29%;
    left: 79%;
}
.green-layer#imoney_transfer_scr15{
    width: 88%;
    height: 5.5%;
    position: absolute;
    top: 30%;
    left: 6%;
}
.green-layer#imoney_transfer_scr16{
    width: 54%;
    height: 9.5%;
    position: absolute;
    top: 37%;
    left: 23%;
}
.green-layer#imoney_transfer_scr17{
    width: 10%;
    height: 5%;
    position: absolute;
    top: 14%;
    left: 88%;
}
.green-layer#imoney_transfer_scr18{
    width: 80%;
    height: 4.5%;
    position: absolute;
    top: 38%;
    left: 10%;
}
.green-layer#imoney_transfer_scr19{
    width: 54%;
    height: 9.5%;
    position: absolute;
    top: 54.5%;
    left: 23%;
}
.green-layer#imoney_transfer_scr20{
    width: 54%;
    height: 9%;
    position: absolute;
    top: 57.5%;
    left: 23%;
}
.green-layer#imoney_transfer_scr21{
    width: 54%;
    height: 9%;
    position: absolute;
    top: 56%;
    left: 23%;
}



.green-layer#statement_scr1{
    width: 64%;
    height: 7%;
    position: absolute;
    top: 50%;
    left: 5%;
}
.green-layer#statement_scr2{
    width: 93%;
    height: 8.5%;
    position: absolute;
    top: 20.5%;
    left: 3.5%;
}
.green-layer#statement_scr3{
    width: 93%;
    height: 9.5%;
    position: absolute;
    top: 14.5%;
    left: 3.5%;
}
.green-layer#statement_scr3a{
    width: 93%;
    height: 9.5%;
    position: absolute;
    top: 26.5%;
    left: 3.5%;
}
.green-layer#statement_scr4{
    width: 80%;
    height: 5.5%;
    position: absolute;
    top: 26%;
    left: 10%;
}
.green-layer#statement_scr4a{
    width: 76%;
    height: 4.5%;
    position: absolute;
    top: 34%;
    left: 12%;
}
.green-layer#statement_scr4b{
    width: 76%;
    height: 4.5%;
    position: absolute;
    top: 39%;
    left: 12%;
}
.green-layer#statement_scr4c{
    width: 76%;
    height: 4.5%;
    position: absolute;
    top: 44%;
    left: 12%;
}
.green-layer#statement_scr5{
    width: 80%;
    height: 5.5%;
    position: absolute;
    top: 50%;
    left: 10%;
}
.green-layer#statement_scr5a{
    width: 80%;
    height: 5.5%;
    position: absolute;
    top: 56%;
    left: 10%;
}
.green-layer#statement_scr6{
    width: 80%;
    height: 5.5%;
    position: absolute;
    top: 65.5%;
    left: 10%;
}
.green-layer#statement_scr7{
    width: 9.5%;
    height: 5%;
    position: absolute;
    top: 63%;
    left: 8%;
}
.green-layer#statement_scr8{
    width: 62%;
    height: 11%;
    position: absolute;
    top: 69.5%;
    left: 19%;
}
.green-layer#statement_scr9{
    width: 62%;
    height: 10.5%;
    position: absolute;
    top: 41%;
    left: 19%;
}
.green-layer#statement_scr10{
    width: 62%;
    height: 10.5%;
    position: absolute;
    top: 51%;
    left: 19%;
}
.green-layer#statement_scr12{
    width: 80%;
    height: 5.5%;
    position: absolute;
    top: 37.5%;
    left: 10%;
}
.green-layer#statement_scr12a{
    width: 76%;
    height: 4.5%;
    position: absolute;
    top: 44.5%;
    left: 12%;
}
.green-layer#statement_scr12b{
    width: 76%;
    height: 4.5%;
    position: absolute;
    top: 49.75%;
    left: 12%;
}
.green-layer#statement_scr12c{
    width: 76%;
    height: 4.5%;
    position: absolute;
    top: 54.75%;
    left: 12%;
}
.green-layer#statement_scr12d{
    width: 76%;
    height: 4.5%;
    position: absolute;
    top: 60%;
    left: 12%;
}
.green-layer#statement_scr12e{
    width: 76%;
    height: 4.5%;
    position: absolute;
    top: 65%;
    left: 12%;
}
.green-layer#statement_scr20{
    width: 60%;
    height: 9.5%;
    position: absolute;
    top: 53%;
    left: 20%;
}

.green-layer#istatement_scr1{
    width: 65%;
    height: 7%;
    position: absolute;
    top: 50.5%;
    left: 1%;
}
.green-layer#istatement_scr2{
    width: 98%;
    height: 7%;
    position: absolute;
    top: 19.25%;
    left: 1%;
}
.green-layer#istatement_scr3{
    width: 80%;
    height: 8%;
    position: absolute;
    top: 13.5%;
    left: 10%;
}
.green-layer#istatement_scr3a{
    width: 80%;
    height: 8%;
    position: absolute;
    top: 22%;
    left: 10%;
}
.green-layer#istatement_scr4{
    width: 76%;
    height: 4.5%;
    position: absolute;
    top: 21.5%;
    left: 12%;
}
.green-layer#istatement_scr5{
    width: 76%;
    height: 4.5%;
    position: absolute;
    top: 38%;
    left: 12%;
}
.green-layer#istatement_scr5a{
    width: 76%;
    height: 4.5%;
    position: absolute;
    top: 43%;
    left: 12%;
}
.green-layer#istatement_scr6{
    width: 76%;
    height: 4.5%;
    position: absolute;
    top: 52%;
    left: 12%;
}
.green-layer#istatement_scr7{
    width: 9%;
    height: 4.5%;
    position: absolute;
    top: 49.5%;
    left: 9.5%;
}
.green-layer#istatement_scr8{
    width: 54%;
    height: 9%;
    position: absolute;
    top: 54%;
    left: 23%;
}
.green-layer#istatement_scr9{
    width: 54%;
    height: 9%;
    position: absolute;
    top: 32%;
    left: 23%;
}
.green-layer#istatement_scr10{
    width: 54%;
    height: 9%;
    position: absolute;
    top: 38.5%;
    left: 23%;
}
.green-layer#istatement_scr12{
    width: 76%;
    height: 4.5%;
    position: absolute;
    top: 30%;
    left: 12%;
}
.green-layer#istatement_scr20{
    width: 48%;
    height: 8%;
    position: absolute;
    top: 51%;
    left: 26%;
}



.green-layer#card_request_scr1{
    width: 64%;
    height: 7%;
    position: absolute;
    top: 50%;
    left: 5%;
}
.green-layer#card_request_scr2{
    width: 93%;
    height: 8.5%;
    position: absolute;
    top: 37%;
    left: 3.5%;
}
.green-layer#card_request_scr3{
    width: 76%;
    height: 4.5%;
    position: absolute;
    top: 21%;
    left: 12%;
}
.green-layer#card_request_scr4{
    width: 76%;
    height: 4.5%;
    position: absolute;
    top: 25%;
    left: 12%;
}
.green-layer#card_request_scr5{
    width: 76%;
    height: 4.5%;
    position: absolute;
    top: 33%;
    left: 12%;
}
.green-layer#card_request_scr6{
    width: 76%;
    height: 7%;
    position: absolute;
    top: 41%;
    left: 12%;
}
.green-layer#card_request_scr7{
    width: 10%;
    height: 3.5%;
    position: absolute;
    top: 47%;
    left: 81%;
}
.green-layer#card_request_scr21{
    width: 10%;
    height: 3.5%;
    position: absolute;
    top: 55.5%;
    left: 8%;
}
.green-layer#card_request_scr21a{
    width: 60%;
    height: 9.5%;
    position: absolute;
    top: 90%;
    left: 20%;
}
.green-layer#card_request_scr21b{
    width: 84%;
    height: 4.5%;
    position: absolute;
    top: 62.5%;
    left: 8%;
}
.green-layer#card_request_scr21c{
    width: 10%;
    height: 3.5%;
    position: absolute;
    top: 53%;
    left: 8%;
}
.green-layer#card_request_scr22{
    width: 84%;
    height: 4.5%;
    position: absolute;
    top: 56%;
    left: 8%;
}
.green-layer#card_request_scr22a{
    width: 60%;
    height: 7%;
    position: absolute;
    top: 91%;
    left: 20%;
}
.green-layer#card_request_scr23{
    width: 84%;
    height: 4.5%;
    position: absolute;
    top: 64%;
    left: 8%;
}
.green-layer#card_request_scr24{
    width: 76%;
    height: 4.5%;
    position: absolute;
    top: 77.5%;
    left: 12%;
}
.green-layer#card_request_scr25{
    width: 9%;
    height: 3.5%;
    position: absolute;
    top: 79%;
    left: 8.5%;
}
.green-layer#card_request_scr27{
    width: 84%;
    height: 5%;
    position: absolute;
    top: 90%;
    left: 8%;
}
.green-layer#card_request_scr28{
    width: 76%;
    height: 4.5%;
    position: absolute;
    top: 77%;
    left: 12%;
}
.green-layer#card_request_scr29{
    width: 9%;
    height: 3.5%;
    position: absolute;
    top: 78%;
    left: 8.5%;
}
.green-layer#card_request_scr29a{
    width: 60%;
    height: 7%;
    position: absolute;
    top: 90.5%;
    left: 20%;
}
.green-layer#card_request_scr31{
    width: 9%;
    height: 2%;
    position: absolute;
    top: 11.5%;
    left: 82%;
}
.green-layer#card_request_scr32{
    width: 60%;
    height: 4.5%;
    position: absolute;
    top: 94%;
    left: 20%;
}
.green-layer#card_request_scr33{
    width: 60%;
    height: 10%;
    position: absolute;
    top: 41.5%;
    left: 20%;
}
.green-layer#card_request_scr34{
    width: 60%;
    height: 10%;
    position: absolute;
    top: 54.5%;
    left: 20%;
}

.green-layer#icard_request_scr1{
    width: 65%;
    height: 7%;
    position: absolute;
    top: 50%;
    left: 1%;
}
.green-layer#icard_request_scr2{
    width: 98%;
    height: 7%;
    position: absolute;
    top: 34%;
    left: 1%;
}
.green-layer#icard_request_scr3{
    width: 76%;
    height: 4.5%;
    position: absolute;
    top: 19%;
    left: 12%;
}
.green-layer#icard_request_scr4{
    width: 76%;
    height: 4.5%;
    position: absolute;
    top: 24%;
    left: 12%;
}
.green-layer#icard_request_scr5{
    width: 76%;
    height: 4.5%;
    position: absolute;
    top: 29.5%;
    left: 12%;
}
.green-layer#icard_request_scr6{
    width: 76%;
    height: 4.5%;
    position: absolute;
    top: 35.5%;
    left: 12%;
}
.green-layer#icard_request_scr7{
    width: 9%;
    height: 4%;
    position: absolute;
    top: 46%;
    left: 79%;
}
.green-layer#icard_request_scr21{
    width: 9%;
    height: 4.5%;
    position: absolute;
    top: 53.5%;
    left: 9.5%;
}
.green-layer#icard_request_scr21b{
    width: 80%;
    height: 4.5%;
    position: absolute;
    top: 60.5%;
    left: 10%;
}
.green-layer#icard_request_scr21c{
    width: 9%;
    height: 4.5%;
    position: absolute;
    top: 50%;
    left: 9.5%;
}
.green-layer#icard_request_scr22{
    width: 80%;
    height: 4.5%;
    position: absolute;
    top: 55%;
    left: 10%;
}
.green-layer#icard_request_scr22a{
    width: 54%;
    height: 8%;
    position: absolute;
    top: 88%;
    left: 23%;
}
.green-layer#icard_request_scr23{
    width: 80%;
    height: 4.5%;
    position: absolute;
    top: 62.5%;
    left: 10%;
}
.green-layer#icard_request_scr24{
    width: 76%;
    height: 3.75%;
    position: absolute;
    top: 61.5%;
    left: 12%;
}
.green-layer#icard_request_scr25{
    width: 8.5%;
    height: 4%;
    position: absolute;
    top: 75.5%;
    left: 9.5%;
}
.green-layer#icard_request_scr27{
    width: 84%;
    height: 5%;
    position: absolute;
    top: 90%;
    left: 8%;
}
.green-layer#icard_request_scr28{
    width: 76%;
    height: 3.5%;
    position: absolute;
    top: 59.5%;
    left: 12%;
}
.green-layer#icard_request_scr29{
    width: 8%;
    height: 4%;
    position: absolute;
    top: 74%;
    left: 9.5%;
}
.green-layer#icard_request_scr29a{
    width: 54%;
    height: 8%;
    position: absolute;
    top: 87.5%;
    left: 23%;
}
.green-layer#icard_request_scr31{
    width: 9%;
    height: 2%;
    position: absolute;
    top: 10%;
    left: 77%;
}
.green-layer#icard_request_scr32{
    width: 54%;
    height: 4%;
    position: absolute;
    top: 94.25%;
    left: 23%;
}
.green-layer#icard_request_scr33{
    width: 54%;
    height: 9%;
    position: absolute;
    top: 32%;
    left: 23%;
}
.green-layer#icard_request_scr34{
    width: 48%;
    height: 8%;
    position: absolute;
    top: 51%;
    left: 26%;
}


.green-layer#sms_notification_scr1{
    width: 90%;
    height: 23%;
    position: absolute;
    top: 19%;
    left: 5%;
}
.green-layer#sms_notification_scr1a{
    width: 93%;
    height: 23%;
    position: absolute;
    top: 36%;
    left: 3.5%;
}
.green-layer#sms_notification_scr1b{
    width: 90%;
    height: 23%;
    position: absolute;
    top: 67%;
    left: 5%;
}
.green-layer#sms_notification_scr2{
    width: 43%;
    height: 9.5%;
    position: absolute;
    top: 47.5%;
    left: 7%;
}
.green-layer#sms_notification_scr3{
    width: 93%;
    height: 8%;
    position: absolute;
    top: 57%;
    left: 3.55%;
}
.green-layer#sms_notification_scr4{
    width: 80%;
    height: 7%;
    position: absolute;
    top: 26%;
    left: 10%;
}
.green-layer#sms_notification_scr4a{
    width: 64%;
    height: 11%;
    position: absolute;
    top: 32.5%;
    left: 18%;
}
.green-layer#sms_notification_scr5{
    width: 62%;
    height: 10%;
    position: absolute;
    top: 54.5%;
    left: 19%;
}
.green-layer#sms_notification_scr6{
    width: 64%;
    height: 11%;
    position: absolute;
    top: 33%;
    left: 18%;
}
.green-layer#sms_notification_scr6a{
    width: 64%;
    height: 11%;
    position: absolute;
    top: 46.5%;
    left: 18%;
}
.green-layer#sms_notification_scr7{
    width: 64%;
    height: 11%;
    position: absolute;
    top: 32.5%;
    left: 18%;
}
.green-layer#sms_notification_scr8{
    width: 62%;
    height: 10%;
    position: absolute;
    top: 52.5%;
    left: 19%;
}

.green-layer#isms_notification_scr1{
    width: 90%;
    height: 23%;
    position: absolute;
    top: 19%;
    left: 5%;
}
.green-layer#isms_notification_scr1a{
    width: 96%;
    height: 24%;
    position: absolute;
    top: 35%;
    left: 2%;
}
.green-layer#isms_notification_scr1b{
    width: 90%;
    height: 23%;
    position: absolute;
    top: 67%;
    left: 5%;
}
.green-layer#isms_notification_scr2{
    width: 41%;
    height: 8.5%;
    position: absolute;
    top: 46.5%;
    left: 9%;
}
.green-layer#isms_notification_scr3{
    width: 98%;
    height: 7%;
    position: absolute;
    top: 50.5%;
    left: 1%;
}
.green-layer#isms_notification_scr4{
    width: 80%;
    height: 7%;
    position: absolute;
    top: 26%;
    left: 10%;
}
.green-layer#isms_notification_scr4a{
    width: 54%;
    height: 9.5%;
    position: absolute;
    top: 28%;
    left: 23%;
}
.green-layer#isms_notification_scr5{
    width: 54%;
    height: 8%;
    position: absolute;
    top: 51%;
    left: 23%;
}
.green-layer#isms_notification_scr6{
    width: 54%;
    height: 8.5%;
    position: absolute;
    top: 28.5%;
    left: 23%;
}
.green-layer#isms_notification_scr6a{
    width: 54%;
    height: 8.5%;
    position: absolute;
    top: 37.5%;
    left: 23%;
}
.green-layer#isms_notification_scr7{
    width: 54%;
    height: 9%;
    position: absolute;
    top: 28%;
    left: 23%;
}
.green-layer#isms_notification_scr8{
    width: 48%;
    height: 8%;
    position: absolute;
    top: 51%;
    left: 26%;
}




.green-layer#iscr1 {
    width: 90%;
    height: 9%;
    position: absolute;
    top: 32%;
    left: 5%;
}
.green-layer#iscr1a {
    width: 90%;
    height: 9%;
    position: absolute;
    /*position: relative;*/
    top: 41.5%;
    left: 5%;
}
.green-layer#iscr2 {
    width: 60%;
    height: 7%;
    position: absolute;
    top: 35.5%;
    left: 20%;
}
.green-layer#iscr3 {
    width: 22%;
    height: 7%;
    position: absolute;
    /*position: relative;*/
    top: 80.80%;
    left: 71.83%;
}
.green-layer#iscr4 {
    width: 58.99%;
    height: 9%;
    position: absolute;
    top: 43.5%;
    left: 20.67%;
}
.green-layer#iscr4a {
    width: 58.99%;
    height: 9%;
    position: absolute;
    top: 53.5%;
    left: 20.67%;
}
.green-layer#iscr6 {
    width: 16%;
    height: 5.7%;
    position: absolute;
    top: 58%;
    left: 77%;
}
.green-layer#iscr7 {
    width: 58.99%;
    height: 8.357%;
    position: absolute;
    top: 86%;
    left: 20.67%;
}
.green-layer#iscr8 {
    width: 14%;
    height: 6.2%;
    position: absolute;
    top: 12%;
    left: 84%;
}
.green-layer#iscr9 {
    width: 60%;
    height: 8%;
    position: absolute;
    top: 50%;
    left: 20%;
}
.green-layer#iscr10 {
    width: 28%;
    height: 7.5%;
    position: absolute;
    top: 80.4%;
    left: 66.4%;
}
.green-layer#iscr11 {
    width: 60%;
    height: 8.5%;
    position: absolute;
    top: 62%;
    left: 20%;
}
.green-layer#iscr11a {
    width: 60%;
    height: 8.5%;
    position: absolute;
    top: 71%;
    left: 20%;
}
.green-layer#iscr12 {
    width: 78%;
    height: 5%;
    position: absolute;
    top: 30.5%;
    left: 11%;
}
.green-layer#iscr14 {
    width: 78%;
    height: 5%;
    position: absolute;
    top: 39%;
    left: 11%;
}
.green-layer#iscr15 {
    width: 15%;
    height: 6.2%;
    position: absolute;
    top: 81.5%;
    left: 82.4%;
}
.green-layer#iscr16 {
    width: 78%;
    height: 5%;
    position: absolute;
    top: 47%;
    left: 11%;
}
.green-layer#iscr17 {
    width: 20%;
    height: 4.1%;
    position: absolute;
    top: 51.5%;
    left: 8%;
}
.green-layer#iscr18 {
    width: 78%;
    height: 5%;
    position: absolute;
    top: 55.5%;
    left: 11%;
}
.green-layer#iscr19 {
    width: 25%;
    height: 5%;
    position: absolute;
    top: 62%;
    left: 35%;
}
.green-layer#iscr20 {
    width: 46%;
    height: 7%;
    position: absolute;
    top: 67%;
    left: 27%;
}
.green-layer#iscr21 {
    width: 9%;
    height: 4.5%;
    position: absolute;
    top: 62%;
    left: 9%;
}
.green-layer#iscr22 {
    width: 54%;
    height: 9%;
    position: absolute;
    top: 68.5%;
    left: 23%;
}
.green-layer#iscr23 {
    width: 54%;
    height: 9.5%;
    position: absolute;
    top: 65%;
    left: 23%;
}


.green-layer#scr1:hover, .green-layer#scr1a:hover, .green-layer#scr2:hover, .green-layer#scr3:hover, .green-layer#scr4:hover, .green-layer#scr4a:hover , .green-layer#scr6:hover, .green-layer#scr8:hover, .green-layer#scr9:hover, .green-layer#scr10:hover, .green-layer#scr11:hover, .green-layer#scr11a:hover, .green-layer#scr12:hover, .green-layer#scr13:hover, .green-layer#scr14:hover, .green-layer#scr15:hover, .green-layer#scr16:hover, .green-layer#scr17:hover , .green-layer#scr18:hover, .green-layer#scr19:hover, .green-layer#scr20:hover, .green-layer#scr21:hover, .green-layer#scr22:hover, .green-layer#scr23:hover, .green-layer#iscr1:hover, .green-layer#iscr1a:hover, .green-layer#iscr2:hover, .green-layer#iscr3:hover, .green-layer#iscr4:hover, .green-layer#iscr4a:hover , .green-layer#iscr6:hover, .green-layer#iscr8:hover, .green-layer#iscr9:hover, .green-layer#iscr10:hover, .green-layer#iscr11:hover, .green-layer#iscr11a:hover, .green-layer#iscr12:hover, .green-layer#iscr14:hover, .green-layer#iscr15:hover, .green-layer#iscr16:hover, .green-layer#iscr17:hover , .green-layer#iscr18:hover, .green-layer#iscr19:hover, .green-layer#iscr20:hover, .green-layer#iscr21:hover, .green-layer#iscr22:hover, .green-layer#iscr23:hover, .green-layer#credit_scr1:hover, .green-layer#credit_scr2:hover, .green-layer#credit_scr3:hover, .green-layer#credit_scr4:hover, .green-layer#credit_scr5:hover, .green-layer#credit_scr6:hover, .green-layer#credit_scr6a:hover, .green-layer#credit_scr7:hover, .green-layer#credit_scr8:hover, .green-layer#credit_scr8a:hover, .green-layer#credit_scr12:hover, .green-layer#credit_scr12a:hover, .green-layer#credit_scr13:hover, .green-layer#credit_scr13a:hover, .green-layer#credit_scr15:hover, .green-layer#credit_scr17:hover, .green-layer#credit_scr20:hover, .green-layer#credit_scr21:hover, .green-layer#credit_scr22:hover, .green-layer#credit_scr23:hover, .green-layer#credit_scr24:hover, .green-layer#icredit_scr1:hover, .green-layer#icredit_scr2:hover, .green-layer#icredit_scr3:hover, .green-layer#icredit_scr4:hover, .green-layer#icredit_scr5:hover, .green-layer#icredit_scr6:hover, .green-layer#icredit_scr6a:hover, .green-layer#icredit_scr7:hover, .green-layer#icredit_scr8:hover, .green-layer#icredit_scr8a:hover, .green-layer#icredit_scr12:hover, .green-layer#icredit_scr12a:hover, .green-layer#icredit_scr13:hover, .green-layer#icredit_scr13a:hover, .green-layer#icredit_scr15:hover, .green-layer#icredit_scr12:hover, .green-layer#icredit_scr12a:hover, .green-layer#icredit_scr13:hover, .green-layer#icredit_scr13a:hover, .green-layer#icredit_scr16:hover, .green-layer#icredit_scr17:hover, .green-layer#icredit_scr20:hover, .green-layer#icredit_scr21:hover, .green-layer#icredit_scr22:hover, .green-layer#icredit_scr23:hover, .green-layer#icredit_scr24:hover, .green-layer#icredit_scr25:hover, .green-layer#fingerprint_scr1:hover, .green-layer#fingerprint_scr2:hover, .green-layer#fingerprint_scr3:hover, .green-layer#fingerprint_scr5:hover, .green-layer#fingerprint_scr6:hover, .green-layer#fingerprint_scr6:hover, .green-layer#sms_notification_scr1:hover, .green-layer#sms_notification_scr1a:hover, .green-layer#sms_notification_scr1b:hover, .green-layer#sms_notification_scr2:hover, .green-layer#sms_notification_scr3:hover, .green-layer#sms_notification_scr4:hover , .green-layer#sms_notification_scr4a:hover, .green-layer#sms_notification_scr5:hover, .green-layer#sms_notification_scr6:hover, .green-layer#sms_notification_scr6a:hover, .green-layer#sms_notification_scr7:hover, .green-layer#sms_notification_scr8:hover, .green-layer#isms_notification_scr1:hover, .green-layer#isms_notification_scr1a:hover, .green-layer#isms_notification_scr1b:hover, .green-layer#isms_notification_scr2:hover, .green-layer#isms_notification_scr3:hover, .green-layer#isms_notification_scr4:hover , .green-layer#isms_notification_scr4a:hover, .green-layer#isms_notification_scr5:hover, .green-layer#isms_notification_scr6:hover, .green-layer#isms_notification_scr6a:hover, .green-layer#isms_notification_scr7:hover, .green-layer#isms_notification_scr8:hover, .green-layer#statement_scr1:hover, .green-layer#statement_scr2:hover, .green-layer#statement_scr3:hover, .green-layer#statement_scr3a:hover, .green-layer#statement_scr4:hover, .green-layer#statement_scr4a:hover, .green-layer#statement_scr4b:hover, .green-layer#statement_scr4c:hover, .green-layer#statement_scr5:hover, .green-layer#statement_scr5a:hover, .green-layer#statement_scr6:hover, .green-layer#statement_scr7:hover, .green-layer#statement_scr8:hover, .green-layer#statement_scr9:hover, .green-layer#statement_scr10:hover, .green-layer#statement_scr12:hover, .green-layer#statement_scr12a:hover, .green-layer#statement_scr12b:hover, .green-layer#statement_scr12c:hover, .green-layer#statement_scr12d:hover, .green-layer#statement_scr12e:hover, .green-layer#statement_scr20:hover, .green-layer#istatement_scr1:hover, .green-layer#istatement_scr2:hover, .green-layer#istatement_scr3:hover, .green-layer#istatement_scr3a:hover, .green-layer#istatement_scr4:hover, .green-layer#istatement_scr4a:hover, .green-layer#istatement_scr4b:hover, .green-layer#istatement_scr4c:hover, .green-layer#istatement_scr5:hover, .green-layer#istatement_scr5a:hover, .green-layer#istatement_scr6:hover, .green-layer#istatement_scr7:hover, .green-layer#istatement_scr8:hover, .green-layer#istatement_scr9:hover, .green-layer#istatement_scr10:hover, .green-layer#istatement_scr12:hover, .green-layer#istatement_scr12a:hover, .green-layer#istatement_scr12b:hover, .green-layer#istatement_scr12c:hover, .green-layer#istatement_scr12d:hover, .green-layer#istatement_scr12e:hover, .green-layer#istatement_scr20:hover, .green-layer#money_transfer_scr1:hover, .green-layer#money_transfer_scr1a:hover, .green-layer#money_transfer_scr1b:hover, .green-layer#money_transfer_scr2:hover, .green-layer#money_transfer_scr3:hover, .green-layer#money_transfer_scr3a:hover, .green-layer#money_transfer_scr5:hover, .green-layer#money_transfer_scr5a:hover, .green-layer#money_transfer_scr6:hover, .green-layer#money_transfer_scr7:hover, .green-layer#money_transfer_scr8:hover, .green-layer#money_transfer_scr9:hover, .green-layer#money_transfer_scr10:hover, .green-layer#money_transfer_scr11:hover, .green-layer#money_transfer_scr14:hover, .green-layer#money_transfer_scr14a:hover, .green-layer#money_transfer_scr15:hover, .green-layer#money_transfer_scr16:hover, .green-layer#money_transfer_scr17:hover, .green-layer#money_transfer_scr18:hover, .green-layer#money_transfer_scr19:hover, .green-layer#money_transfer_scr20:hover, .green-layer#money_transfer_scr21:hover, .green-layer#imoney_transfer_scr1:hover, .green-layer#imoney_transfer_scr1a:hover, .green-layer#imoney_transfer_scr1b:hover, .green-layer#imoney_transfer_scr2:hover, .green-layer#imoney_transfer_scr3:hover, .green-layer#imoney_transfer_scr3a:hover, .green-layer#imoney_transfer_scr5:hover, .green-layer#imoney_transfer_scr5a:hover, .green-layer#imoney_transfer_scr6:hover, .green-layer#imoney_transfer_scr7:hover, .green-layer#imoney_transfer_scr8:hover, .green-layer#imoney_transfer_scr9:hover, .green-layer#imoney_transfer_scr10:hover, .green-layer#imoney_transfer_scr11:hover, .green-layer#imoney_transfer_scr14:hover, .green-layer#imoney_transfer_scr14a:hover, .green-layer#imoney_transfer_scr15:hover, .green-layer#imoney_transfer_scr16:hover, .green-layer#imoney_transfer_scr17:hover, .green-layer#imoney_transfer_scr18:hover, .green-layer#imoney_transfer_scr19:hover, .green-layer#imoney_transfer_scr20:hover, .green-layer#imoney_transfer_scr21:hover, .green-layer#card_request_scr1:hover, .green-layer#card_request_scr2:hover, .green-layer#card_request_scr3:hover, .green-layer#card_request_scr4:hover, .green-layer#card_request_scr5:hover, .green-layer#card_request_scr6:hover, .green-layer#card_request_scr7:hover, .green-layer#card_request_scr21:hover, .green-layer#card_request_scr21a:hover, .green-layer#card_request_scr21b:hover, .green-layer#card_request_scr21c:hover, .green-layer#card_request_scr22:hover, .green-layer#card_request_scr22a:hover, .green-layer#card_request_scr23:hover, .green-layer#card_request_scr24:hover, .green-layer#card_request_scr25:hover, .green-layer#card_request_scr27:hover, .green-layer#card_request_scr28:hover, .green-layer#card_request_scr29:hover, .green-layer#card_request_scr29a:hover, .green-layer#card_request_scr31:hover, .green-layer#card_request_scr32:hover, .green-layer#card_request_scr33:hover , .green-layer#card_request_scr34:hover, .green-layer#icard_request_scr1:hover, .green-layer#icard_request_scr2:hover, .green-layer#icard_request_scr3:hover, .green-layer#icard_request_scr4:hover, .green-layer#icard_request_scr5:hover, .green-layer#icard_request_scr6:hover, .green-layer#icard_request_scr7:hover, .green-layer#icard_request_scr21:hover, .green-layer#icard_request_scr21a:hover, .green-layer#icard_request_scr21b:hover, .green-layer#icard_request_scr21c:hover, .green-layer#icard_request_scr22:hover, .green-layer#icard_request_scr22a:hover, .green-layer#icard_request_scr23:hover, .green-layer#icard_request_scr24:hover, .green-layer#icard_request_scr25:hover, .green-layer#icard_request_scr27:hover, .green-layer#icard_request_scr28:hover, .green-layer#icard_request_scr29:hover, .green-layer#icard_request_scr29a:hover, .green-layer#icard_request_scr31:hover, .green-layer#icard_request_scr32:hover, .green-layer#icard_request_scr33:hover , .green-layer#icard_request_scr34:hover{
    background-color: rgb(73 , 183, 81);
    background-color: rgba(73 , 183, 81, 0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.green-layer {
    display: none;
    transition: 0.3s all;
    cursor: pointer;
}

.screen-scroll {
    overflow: hidden;
    position: relative;
    height: 88vh;
    width: 45vh;
}
.screen-scroll img {
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    width: 97%;
}
.screen-scroll-area {
    top: 6.58%;
}
.screen-scroll-area-ios {
    top: 4.45vh;
    /*margin-left: -167px;*/
}
.screen-scroll-area-ios .screen-scroll {
    height: 92vh;
    width: 50vh;
}
.screen-scroll-area-ios .screen-scroll img {
    width: 84.5%;
	left: -1.5%
}


.content-outer {
    position: relative;
    width: 45vh;
    height: 100%;
}


.scroll-outer  {
    position: absolute;
    width: 96%;
    top: 6.38%;
    left: 2%;
    height: 88%;
    overflow: hidden;
}

.content-outer-ios {
    position: relative;
    width: 48vh;
    height: 100%;
}

.content-outer-ios .scroll-outer {
    width: 88%;
    top: 4.45%;
    left: 6.6%;
    height: 91%;
}

.frame-outer {
    position: absolute;
    height: 100%;
}

.layers-outer {
    position: relative;
}

.scroll-outer .screen-img {
    width: 100%;
}

.frame-outer .frame-img {
    height: 100%;
}

.scroll-outer .screen-img {
    position: relative;
}

.green-layer {
    z-index: 20;
}

.green-layer:hover {
    background-color: rgb(73 , 183, 81);
    background-color: rgba(73 , 183, 81, 0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.rotate-block {
    display: none;
}


@media (max-width: 1188px) {
    .container-width {
        width: 100%;
        padding: 0 20px 0 20px;
    }
    header {
        padding: 14px 0 10px 0;
    }
}
@media (max-width: 1023px) {
    .content {
        padding-bottom: 128px;
    }
    .header-wrap .container-width {
        padding: 0;
    }
    header {
        padding: 14px 20px 10px 20px;
    }
    footer {
        padding: 11px 0 11px 0;
    }
    .ftr-right p {
        float: none;
        margin: 0 0 7px 0;
    }
    footer .ftr-right {
        width: 40%;
    }
}
@media (max-width: 767px) {
    .content {
        padding-bottom: 50px;
        margin: 0;
    }
    footer .ftr-right {
        width: 100%;
        float: none;
    }
    footer .ftr-right .ftr-right-inner {
        float: none;
    }
    footer .ftr-left {
        margin-bottom: 7px;
    }
    header .top-left {
        width: 100%;
    }
    header .top-right {
        width: 100%;
    }
    .choose-block {
        display: none;
    }
    .mobile-block {
        width: 100%;
        margin: 0;
        float: none;
    }
    .mob-image img {
        opacity: 0;
        height: auto;
        max-width: 100%;
    }
    .header-wrap {
        display: none;
    }
    .header-none {
        display: block;
    }
    footer {
        display: none;
    }
    .footer-none {
        display: block;
    }
    footer {
        padding: 11px 20px 11px 20px;
    }
    .overall p {
        padding: 0 20px 0 20px;
    }
    .content h1 {
        display: none;
    }
    .content-present {
        margin-top: 31px;
    }
    .content-present h1 {
        display: block;
        padding: 0 20px;
    }
    .go-to-btn {
        padding: 0 20px 0 20px;
    }
    .container-width {
        padding: 0;
    }
    .line-block .container-width {
        padding: 0 20px 0 20px;
    }
    /*.content-present .overall {*/
        /*height: 100vh;*/
    /*}*/
    footer {
        position: static;
    }
}
@media (max-width: 640px) {
    .circles-area {
        width: 340px;
    }
    .go-to-btn {
        margin: 0 auto;
    }
    .content-present .overall {
        height: auto;
    }
    footer {
        position: static;
        margin-top: 50px;
        text-align: center;
    }
}
@media (max-width: 420px) {
    .screen-scroll-area-ios .screen-scroll, .screen-scroll-area-ios .screen-scroll img {
        width: 100%;
        left: 0;
        height: auto;
    }
    .mobile {
        width: 100%;
    }
    .screen-area img {
        max-width: 100%;
        height: auto;
    }
    .screen-area {
        position: relative;
        left: 0;
        margin: 0;
    }
    .screen-scroll {
        height: auto;
        width: auto;
    }
    .overall {
        height: auto;
    }
	.screen-area div {
        margin-top: -52px;
    }
	 .screen-scroll-area .screen-scroll {
        margin-top: 0 !important;
    }
	 /*.layer-space {
        margin-top: -5%;
    }*/
}
@media (max-width: 384px) {
    .circles-area {
        width: 100%;
        padding: 0 20px 0 20px;
    }
    .circles-area .circle-box {
        display: block;
        margin: 0 auto 15px;
    }
    .circles-area .circle-box:last-child {
        margin-right: auto;
    }
    header .top-right {
        margin-top: 15px;
    }
    .screen-area {
        position: relative;
        left: 0;
        margin: 0;
    }
}
@media (max-width: 320px) {
    .go-to-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .frame-outer {
        display: none;
    }

    .content-outer {
        width: 100%;
        height: auto;
    }

    .content-outer-ios .scroll-outer, .scroll-outer, .layers {
        overflow: auto;
        height: auto;
        width: 100%;
        left: 0;
        top: 0;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .rotate-block {
        display: block;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        padding: 5% 0 5% 0;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
    }
    .rotate-block span {
        font-family: "Fedra Sans Alt Book 2", sans-serif;
        font-weight: normal;
        font-size: 33px;
        line-height: 38px;
        color: #626469;
        margin-top: 49px;
        display: block;
    }
    .mobile-block {
        display: none;
    }
    .mobile-presentation {
        height: auto;
    }
    .overall {
        position: relative;
    }
}