/*
Fonts:
font-family: 'Baloo Tammudu', cursive;
font-family: 'Roboto', sans-serif;

Main colors:
Dark blue: #1e2530;
Light blue: #2f5aaf;
*/

.headText {
    width: 60%!important; 
    margin: auto!important; 
    display: block!important;
}
html {
    scroll-behavior: smooth;
  }


@font-face {
    font-family: "QartellaExtraBold";
    src: url(../fonts/Qartella-ExtraBold.otf);
}

@font-face {
    font-family: "QartellaLight";
    src: url(../fonts/Qartella-Light.otf);
}

body {
    font-family: 'Montserrat'!important;
    background-color: #f5f5f5!important;
}

* {
    box-sizing: border-box;
}

.m-r-15-d{
    margin-right: 15px;
}

.m-l-15-d{
    margin-left: 15px;
}


p, h5, h2{
    margin: 0px;
}

img {
    max-width: 100%;
    height: auto;
}

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

.responsive-img {
    width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
}

.relative {
    position: relative;
}

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

.text-right {
    text-align: right;
}

.mobile-only {
    display: none;
}

.main-color {
    color: #1e2530;
}

.second-color {
    color: #2f5aaf;
}

.float-right{
    float: right;
}


.clearfix{
    clear: both;
}


/* BASE STRUCTURE */

.fluid-wrapper {
    width: 100%;
    padding: 0 4em;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.wrapper-large {
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.wrapper-middle {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.row {
    display: table;
    content: "";
    clear: both;
    width: 100%;
}

.row-pad {
    margin-left: -15px;
    margin-right: -15px;
}

.col-md-6,
.col-sm-4,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-9 {
    width: 100%;
    float: left;
}

.col-xs-6 {
    width: 50%;
    float: left;
}

.col-sm-4 {
    width: 33.33%;
}


@media (min-width: 860px) {
    .col-md-9 {
        width: 75%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-3 {
        width: 25%;
    }
}

@media (min-width: 640px) {

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-6 {
        width: 50%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33%;
    }
}

.col-pad {
    padding-left: 15px;
    padding-right: 15px;
}

/* BUTTONS */
.btn{
    border: none;
    background-color: #ffffff;
    color: #2c41b7;
    border-radius: 5px;
    padding: 23px 56px 20px 56px;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    display: inline-block;
}

.btn:hover {
    background-color: #ea8730;
}

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

.btn-orange:hover{
    opacity: 0.7;
}

.btn-small {
    font-size: 18px;
}

/* FONT addition  */

.payment-section p.ph2 {
    margin:0;
    font-size: 24px;
    margin-bottom: 10px;
    color: #000000;
    text-align: left;
    font-weight: 600;
    width: 100%;
}
.payment-section p.ph3 {
    margin:0;
    font-size: 18px;
    font-weight: 600;
    margin-left: 20px;
    margin-bottom: 10px;
    color: #000000;
    text-align: left;
    width: 100%;
}
.payment-section p.ph4 {
    margin:0;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: left;
    color: #292929;
    width: 100%;
}
.payment-section p.ph5 {
    margin:0;
    font-size: 18px;
    font-weight: 300;
    margin-left: 20px;
    margin-bottom: 5px;
    color: #000000;
    text-align: left;
    width: 100%;
}
.payment-section ul.ulspace {
    list-style: inside;
}
.payment-section ul li {
    margin-bottom: 10px;
    list-style: inside;
    margin-left: 20px;
}
.payment-section ul li.lispace {
    margin-bottom: 10px;
    list-style: inside;
    margin-left: 20px;
}
.payment-section .oph1 {
    margin:0;
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
    width: 100%;
}
.payment-section .oph2 {
    margin:0;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    width: 100%;
}
.payment-section .oph3 {
    margin:0;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
}
.payment-section .oph4 {
    line-height: 1.1em;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 34px;
    text-align: left;
    width: 100%;
}
.payment-section .lip {
    margin:0;
    font-size: 18px;
    font-weight: 300;
    margin-left: 10px;
    text-align: left;
    width: 100%;
}
.footerboxmiddle {
    display: flex;
    flex-direction: column;
}

.footItem {
    position: relative;
    cursor: pointer;
    word-spacing: 0.5px;
    /* height: 26px; */
    text-decoration: none;
    /* font-family: "Roboto Slab", sans-serif; */
    transition: .3s;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    /* text-transform: uppercase; */
}
.footItem a:hover {
    color: #002763;
}

/* HEADER */

.hero-section {
    position: relative;
}

.header {
    position: fixed;
    z-index: 999999;
    padding-top: 2em;
    padding-bottom: 2em;
    background-color: #2e3cb5;
    width: 100%;
    transition: all 0.6s;
}

.header:after {
    display: table;
    content: "";
    clear: both;
}

.header .logo, .header .main-nav {
    display: inline-block;
    float: left;
}

.header .logo img {
    max-width: 214px;
    transition: all 0.6s;
}

.header .main-nav {
    transform: translate(0%, -50%);
    position: absolute;
    margin-top: 26px;
    right: 0;
}

.header .main-nav ul li{
    display: inline-block;
}

.header .main-nav ul li a {
    border-bottom: 3px solid transparent;
}

.header .main-nav ul li a:hover,
.header .main-nav ul li a.active-nav {
    border-top: 3px solid #fff;
    color: #ffffff;
}

.header .contact-link a.active-nav{
    background-color: #5764c4;
    color: #ffffff;
}

.header .main-nav ul li a{
    font-size: 16px;
    padding: 45px 0px 10px 0px;
    color: #efa110;
    transition: opacity 0.3s;
    font-weight: 700;
    margin-right: 70px;
}

.header .contact-link a:hover {
    opacity: 0.7;
}

.header .contact-link {
    float: right;
}



.header.sticky-header {
    background-color: rgb(33, 46, 148);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.36);
    transition: all 0.6s;
}

.header.sticky-header .logo img {
    max-width: 112px;
    margin-top: 14px;
    transition: all 0.6s;
}

.header.sticky-header .contact-link a:after {
    width: 26px;
    top: 1em;
    transition: all 0.6s;
}

.header.sticky-header .main-nav ul li a:hover,
.header.sticky-header .main-nav ul li a.active-nav {
    border-bottom: none;
    color: #ffffff;
}


.header .contact-link a{
    background-color: #ea8730;
}


/* MAIN KV */
.main-kv {
    position: relative;
    background-color: #2e3cb5;
    background-position: center;
}

.main-kv:after{
    content: '';
    background-image: url('../images/header_after.svg');
    height: 300px;
    display: block;
    width: 100%;
    margin-top: 110px;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-size: contain;
}



.main-kv__center-image{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.main-kv__box{
    padding-top: 25vh;
    display: inline-block;
    text-align: center;
    width: 20%;
    position: relative;
    z-index: 1;
}

.main-kv__box img{
    display: block;
    margin: 0 auto;
}

.main-kv__box h5{
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 23px;
    margin-bottom: 17px;
}

.main-kv__box h2{
    font-size: 44px;
    color: rgb(236, 245, 246);
    margin-top: 21px;
    font-family: "QartellaExtraBold";
}

.main-kv__box p{
    /* color: rgb(112, 127, 240); */
    color: rgb(190 198 255);
    margin-bottom: 40px;
    font-size: 16px;
    font-family: "QartellaLight";
    line-height: 1.5;
    margin-top: 25px;
}

.main-kv__box__line{
    background-color: rgb(245, 245, 245);
    height: 2px;
    width: 78px;
    margin: 0 auto;
}

.main-kv__box a{
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}


/* PAYMENT SECTION now STATIC*/


.payment-section__number{
    font-size: 250px;
    font-weight: 700;
    color: #e6e6e6;
    float: left;
    position: relative;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.payment-section{
    /* margin-top: 100px; */
    position: relative;
}


.payment-section__content{
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: 15%;
}

.payment-section__subtitle{
    font-size: 12px;
    font-weight: 700;
    color: #231f20;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 17px;
    position: relative;
    letter-spacing: 1px;
}

.payment-section__line{
    background-color: #ea8730;
    height: 2px;
    width: 78px;
    margin: 0 auto;
}

.payment-section h2{
    font-size: 46px;
    font-family: "QartellaExtraBold";
    color: rgb(35, 31, 32);
    line-height: 0.978;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 20px;
}

.payment-section p{
    font-size: 16px;
    font-family: "QartellaLight";
    color: rgb(140, 143, 162);
    line-height: 1.5;
    text-align: center;
    margin-bottom: 80px;
    width: 49%;
    margin: 0 auto;
}

.payment-section__vertical{
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 12px 24px 0px rgba(44, 65, 183, 0.15);
    width: 269px;
    text-align: center;
    padding: 45px 35px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    float: left;
    margin-top: 44px;
    transition: .3s;
}

.second-vertical{
    margin-top: 82px;
}


.payment-section__image{
    border-radius: 50%;
    width: 108px;
    height: 108px;
    background-color: #fee7d1;
    margin: 0 auto;
    margin-bottom: 36px;
    position: relative;
    transition: .3s;
}

.payment-section__image .payment-section__first-image{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
}

.payment-section__image .payment-section__second-image{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    display: none;
}

.payment-section__vertical h3{
    font-family: "QartellaExtraBold";
    margin-top: 18px;
    margin-bottom: 15px;
    font-size: 24px;
    color: #231f20;
}

.payment-section__text{
    font-size: 16px;
    color: #8c8fa2;
    font-family: "QartellaLight";
    margin-bottom: 25px;
    line-height: 1.5;
}

.payment-section__vertical_link{
    font-weight: 900;
    color: #efa110;
    font-size: 0px;
}



.payment-section__vertical:hover .payment-section__vertical_link{
    font-size: 16px;
}

.payment-section__vertical:hover .payment-section__image{
    background-color: #ff6f36;
}

.payment-section__vertical:hover .payment-section__first-image{
    display: none;
}

.payment-section__vertical:hover .payment-section__second-image{
    display: block;
}

.payment-section__vertical:hover{
    box-shadow: none;
}


.payment-section__horizental-box{
    display: inline-block;
    vertical-align: top;
}

.payment-section__horizental{
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 12px 24px 0px rgba(44, 65, 183, 0.15);
    width: 433px;
    text-align: center;
    padding: 45px 30px;
    margin-bottom: 30px;
    position: relative;
    transition: .3s;
}

.payment-section__horizental .image{
    border-radius: 50%;
    width: 109px;
    height: 109px;
    background-color: #fee7d1;
    margin-bottom: 36px;
    float: left;
    transition: .3s;
}

.payment-section__horizental h3{
    font-family: "QartellaExtraBold";
    margin-top: 18px;
    margin-bottom: 15px;
    font-size: 24px;
    color: #231f20;
}

.payment-section__horizental_link{
    font-weight: 900;
    color: #efa110;
    font-size: 0px;
    display: inline;
}

.payment-section__horizental:hover .payment-section__horizental_link{
    font-size: 16px;
}

.payment-section__horizental:hover .payment-section__image{
    background-color: #ff6f36;
}

.payment-section__horizental:hover .payment-section__first-image{
    display: none;
}

.payment-section__horizental:hover .payment-section__second-image{
    display: block;
}

.payment-section__horizental:hover{
    box-shadow: none;
}




.payment-section__main-image{
    position: absolute;
    top: -200px;
    right: 0px;
    max-width: unset;
    z-index: 10;
}

.payment-subtitle{
    margin-top: 90px;
}

.screenshot-section {
    background-color: #f5f5f5;
    margin-top: 100px;
}

.static_section{
    background-color: #f5f5f5;
    position: relative;
}

.screenshot-section__subtitle {
    font-size: 12px;
    font-weight: 700;
    color: #231f20;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 17px;
    letter-spacing: 1px;
}

/* .static_section:after{
    content: '';
    background-image: url('../images/waves.png');
    min-height: 400px;
    display: block;
    width: 100%;
    margin-top: 0px;
    background-color: #d5d9f1;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    margin-top: -180px;
} */

.screenshot-section__line{
    background-color: #ea8730;
    height: 2px;
    width: 78px;
    margin: 0 auto;
    position: relative;
}

.screenshot-section h2{
    font-size: 46px;
    font-family: "QartellaExtraBold";
    color: #231f20;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.screenshot-section__text{
    font-size: 16px;
    font-family: "QartellaLight";
    color: #8c8fa2;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.5;
}

.screenshot-section__text .top{
    margin-bottom: 30px;
}



.screenshot-section__text .bottom{
    margin-top: 30px;
}

.screenshot-section__content a{
    color: #ea8730;
    font-weight: 900;
    font-size: 16px;
}

.screenshot-section__text ul li span{
    margin-right: 15px;
    color: #231f20;
}

.screenshot-section__bg-middle{
    position: absolute;
    float: left;
    margin-left: -100px;
    margin-top: 84px;
    max-width: 41%;
}

.static_section__content{
    margin-top: 100px;
    position: relative;
}


.static_section__box{
    /* padding: 30px 50px; */
    box-shadow: 0px 12px 24px 0px rgba(44, 65, 183, 0.25);
    border-radius: 5px;
    width: 500px;
    text-align: left;
    background-color: #ffffff;
    margin: 0 auto;
    position: relative;
    /* z-index: 1; */
    margin-right: 45%;
    margin-bottom: 40px;
}

.static_section__box__title{
    font-family: "QartellaExtraBold";
    font-size: 24px;
    color: #231f20;
    margin-bottom: 16px;
}

.static_section__box__subtitle{
    font-size: 12px;
    font-weight: 700;
    color: #231f20;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 17px;
    letter-spacing: 1px;
}

.static_section__box__line{
    background-color: #ea8730;
    height: 2px;
    width: 78px;
}

.static_section__box__text{
    color: #8c8fa2;
    font-size: 16px;
    font-family: "QartellaLight";
    margin-bottom: 30px;
    margin-top: 30px;
    line-height: 1.5;
}

.static_section__box_email{
    font-size: 15px;
    color: #ea8730;
    font-weight: 600;
}

.static_section__box_shaddow1 {
    height: 19px;
    background-color: rgb(255, 255, 255);
    opacity: 0.5;
    box-shadow: 0px 12px 24px 0px rgba(44, 65, 183, 0.15);
    width: 772px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: -1;
    bottom: -19px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(0%);
}


.static_section__second-box{
    margin-top: 20px;
    margin-right: 11%;
}

.static_section__third-box{
    margin-top: 20px;
    margin-right: 35%;
}

.static_section__image{
    position: absolute;
}

.static_section__bg-line {
    text-align: center;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%) translateY(-13%);
    height: 125%;
}

.screenshot-section .static_section__box IMG {
    position: relative;
    z-index: 2;
    /* grid-column: span 2;
    max-width: 100%;
    margin-bottom: -52%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); */
    transform: scale(1);
    transition: all .25s;
    
  }

  .screenshot-section .static_section__box IMG {
padding: 10px;
background-color: white;
    
  }

.screenshot-section .static_section__box IMG:active {
    z-index: 3;
    transform: scale(2.5) translateX(15%);
    transition: all .25s;
    /* position: fixed; */
/* transform: translate(-50%,-50%); */
  }

  .screenshot-section .static_section__box.static_section__second-box IMG:active{
    transform: scale(2.5) translateX(-16%);
}

  .screenshot-section .static_section__box.static_section__third-box IMG:active{
    transform: scale(2.5) translateX(6%);
  }

  .static_section__text {
    font-family: "QartellaLight";
    font-size: 16px;
    color: #8c8fa2;
    /* font-size: 12px;
    font-weight: 700;
    color: #231f20; */
    /* text-transform: uppercase; */
    line-height: 1.5;
    text-align: center;
    margin-bottom: 17px;
    letter-spacing: 1px;
    position: absolute;
    right: -61%;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 12px 24px 0px rgba(44, 65, 183, 0.25);
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .static_section__text-2 {
    right: 105%;
    width: 310px;
  }

  .static_section__text-3 {
    right: -67%;
    width: 310px;
  }

  .static-section__subtitle {
    font-family: "QartellaExtraBold";
    font-size: 12px;
    font-weight: 700;
    color: #231f20;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 17px;
    position: relative;
    letter-spacing: 1px;
  }

  .static-section__line {
    background-color: #ea8730;
    height: 2px;
    width: 78px;
    margin: 0 auto 15px auto;
  }

.started-section{
    background-image: url('../images/started-section-bg.png');
    margin-top: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
    padding-top: 130px;
    padding-bottom: 95px;
    background-position: center;
}

.started-section h2{
    font-family: "QartellaExtraBold";
    font-size: 48px;
    color: #f4f5f5;
    text-align: center;
    margin-bottom: 20px;
}

.started-section p{
    font-family: "QartellaLight";
    color: #707ff0;
    width: 32%;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 37px;
    text-align: center;
    line-height: 1.5;
}

.started-section__bg-middle{
    margin-bottom: -105px;
    width: 100%;
}


.started-section__card{
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 12px 24px 0px rgba(44, 65, 183, 0.15);
    width: 382px;
    text-align: center;
    padding: 50px;
    display: inline-block;
    vertical-align: top;
}

.started-section__subtitle{
    font-size: 12px;
    font-family: "QartellaExtraBold";
    color: rgb(35, 31, 32);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 17px;
    letter-spacing: 1px;
}

.started-section__card h3{
    font-family: "QartellaExtraBold";
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 24px;
    color: #231f20;
}

.started-section__text{
    font-family: "QartellaLight";
    font-size: 16px;
    color: #8c8fa2;
    margin-bottom: 32px;
    line-height: 1.5;
}

.started-section__subtitle{
    font-size: 12px;
    font-weight: 700;
    color: #231f20;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 17px;
    letter-spacing: 1px;
}

.started-section__line{
    background-color: #ea8730;
    height: 2px;
    width: 78px;
    margin: 0 auto;
    position: relative;
}

.started-section__card a{
    background-color: #ea8730;
}


.aml-section{
    margin-top: 110px;
    padding-bottom: 50px;
}

.aml-section__number{
    font-size: 250px;
    font-weight: 700;
    color: #e6e6e6;
    float: left;
    margin-top: -50px;
}

.aml-section__content{
    margin-top: 90px;
    width: 30%;
    margin: 0 auto;
}

.aml-section__subtitle{
    font-size: 12px;
    font-weight: 700;
    color: #231f20;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 17px;
    letter-spacing: 1px;
}

.aml-section__line{
    background-color: #ea8730;
    height: 2px;
    width: 78px;
    margin: 0 auto;
}

.aml-section h2{
    font-size: 46px;
    font-family: "QartellaExtraBold";
    color: rgb(35, 31, 32);
    line-height: 0.978;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.aml-section p{
    font-size: 16px;
    font-family: "QartellaLight";
    color: rgb(140, 143, 162);
    line-height: 1.5;
    text-align: center;
    margin-bottom: 80px;
}



.aml-section__card{
    border-radius: 5px;
    width: 24%;
    text-align: center;
    padding: 15px 17px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border-right: 1px solid rgb(220, 221, 225);
}

.aml-section_last-card{
    border: none;
}

.aml-section__image{
    border-radius: 50%;
    width: 108px;
    height: 108px;
    background-color: #fee7d1;
    margin: 0 auto;
    position: relative;
}

.aml-section__image img{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
}

.aml-section__subtitle{
    font-size: 12px;
    color: #231f20;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 17px;
    margin-top: 35px;
    letter-spacing: 1px;
}

.aml-section h3{
    font-family: "QartellaExtraBold";
    margin-bottom: 15px;
    font-size: 24px;
    color: #231f20;
}

.aml-section__text{
    font-family: "QartellaLight";
    font-size: 16px;
    color: #8c8fa2;
    line-height: 1.5;
}


.started-section-second p{
    width: 38%;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 37px;
    line-height: 1.5;
}

.started-section-second__content{
    text-align: center;
}

.started-section-second__bg-middle{
    margin-top: 50px;
    width: 70%;
    position: relative;
}



.started-section-second__buttons{
    width: 43%;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 7px;
    border-radius: 5px;
    margin-top: -56px;
    position: relative;
}

.started-section-second__buttons a{
    width: 49%;
}

.started-section-second__button{
    background-color: #ea8730;
}

.started-section-first__button{
    box-shadow: none;
}

.aml-section__main-image{
    position: absolute;
    max-width: unset;
    right: 0;
    height: 768px;
}

.about-section{
    background-color: #f5f5f5;
}

.about-section__top{
    background-color: #f5f5f5;
    height: 335px;
}

.ireland_subtitle{
    margin-top: 170px;
}

/*.about-section__top:after{
    content: '';
    background-image: url('../images/waves.png');
    min-height: 492px;
    display: block;
    width: 100%;
    margin-top: 0px;
    background-color: #d5d9f1;
    background-repeat: no-repeat;
    background-size: contain;
}*/

.about-section__top .about_section__bg-title{
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 288px;
    color: #faf9f7;
    text-shadow: 0px 40px 40px rgba(0, 0, 0, 0.05);
    margin-right: 10%;
    text-align: right;
    margin-top: 50px;
}


.about-section__content{
    float: right;
    margin-right: 115px;
    width: 45%;
    margin-top: -150px;
    position: relative;
    text-align: center;
}

.about-section__subtitle{
    font-size: 12px;
    font-weight: 700;
    color: #231f20;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 17px;
    letter-spacing: 1px;
}

.about-section__line{
    background-color: #ea8730;
    height: 2px;
    width: 78px;
    margin: 0 auto;
    position: relative;
}

.about-section h2{
    font-size: 46px;
    font-family: "QartellaExtraBold";
    color: #231f20;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.about-section__text{
    font-size: 16px;
    font-family: "QartellaLight";
    color: #8c8fa2;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.5;
}

.about-section__text .top{
    margin-bottom: 30px;
}



.about-section__text .bottom{
    margin-top: 30px;
}

.about-section__content a{
    color: #ea8730;
    font-weight: 900;
    font-size: 16px;
}

.about-section__text ul li span{
    margin-right: 15px;
    color: #231f20;
}

.about-section__bg-middle{
    position: absolute;
    float: left;
    margin-left: -100px;
    margin-top: 84px;
    max-width: 41%;
}


footer{
    background-color: #253aaf;
    min-height: 500px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

footer:before{
    content: '';
    background-image: url('../images/footer-waves-light.png');
    min-height: 600px;
    display: block;
    width: 100%;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: -235px;
}

.footer__main-image{
    position: absolute;
    bottom: 0;
    right: -70px;
    width: 15%;
}

.footer_logo{
    margin-bottom: 90px;
}

.footer__list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__list li {
    display: inline-block;
    margin-right: 80px;
}

.footer__list li a{
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
}

.footer__list li a:hover{
    color: #ea8730;   
}

.footer__list li:nth-child(5){
    margin-right: 0px;
}

.footer_author-section{
    margin-top: 40px;
    margin-bottom: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #707ff0;
    border-bottom: 1px solid #707ff0;
}

.footer_author-section__title{
    font-family: "QartellaLight";
    color: #707ff0;
    font-size: 16px;
}

.footer_bottom-text{
    color: #707ff0;
    font-size: 14px;
    font-family: "QartellaLight";
    padding-bottom: 108px;
}

.header .main-nav ul li.mobile-only{
    display: none;
}

.footer_author-section .row .col-sm-4:nth-child(2) .footer_author-section__title{
    color: #ea8730;
}


/* SUBPAGE */

.subpage-kv {
    position: relative;
    background-color: #2e3cb5;
    background-position: center;
}


.subpage-kv:after{
    content: '';
    background-image: url('../images/header_after.svg');
    height: 300px;
    display: block;
    width: 100%;
    margin-top: 0px;
    background-color: #f5f5f5;
    margin-top: -100px;
    background-size: contain;
    background-repeat: no-repeat;
}

.contact-kv{
    position: relative;
    background-color: #2e3cb5;
    background-position: center;
    min-height: 30vh;
    text-align: right;
}

.contact-kv:after{
    content: '';
    background-image: url('../images/header_after.svg');
    height: 300px;
    display: block;
    width: 100%;
    margin-top: 0px;
    background-color: #f5f5f5;
    margin-top: -250px;
    background-size: contain;
    background-repeat: no-repeat;
}

.subpage-kv__image-contact{
    margin-top: 30vh;
    position: relative;
}

.subpage-kv__bg-text{
    font-size: 250px;
    font-weight: 700;
    color: rgba(250, 249, 247, 0.051);
    position: absolute;
    margin-top: 20vh;
}

.payment-bg-text{
    font-size: 140px;
    margin-top: 35vh;
}



.aml-bg-text{
    left: 50%;
    transform: translateX(-50%) translateY(0%);
}

.contact-bg-text{
    font-size: 225px;
}

.subpage-kv__box{
    padding-top: 34vh;
    width: 30%;
    display: block;
    float: right;
    margin-right: 7%;
}

.subpage-kv__subtitle{
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 17px;
    letter-spacing: 1px;
}

.subpage-kv__line{
    background-color: #ea8730;
    height: 2px;
    width: 78px;
}

.subpage-kv__title{
    font-size: 48px;
    font-family: "QartellaExtraBold";
    color: #ffffff;
    margin-top: 25px;
}

.subpage-kv__text{
    color: #707ff0;
    margin-bottom: 40px;
    font-size: 16px;
    font-family: "QartellaLight";
    margin-top: 25px;
    line-height: 1.5;
}

.subpage-kv__image{
    position: relative;
    top: 30vh;
    margin-bottom: 30vh;
}

.payments-kv__image{
    top: 15vh;
}

.subpage-kv__image-aml{
    float: right;
    position: absolute;
    bottom: 10%;
    right: 6%;
}

.ireland_section{
    background-color: #f5f5f5;
    position: relative;
}


.ireland_section:after{
    content: '';
    background-image: url('../images/waves.png');
    min-height: 400px;
    display: block;
    width: 100%;
    margin-top: 0px;
    background-color: #d5d9f1;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    margin-top: -180px;
}


.ireland_section__content{
    margin-top: 150px;
    position: relative;
}


.ireland_section__box{
    padding: 70px 90px;
    box-shadow: 0px 12px 24px 0px rgba(44, 65, 183, 0.15);
    border-radius: 5px;
    width: 828px;
    text-align: left;
    background-color: #ffffff;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    margin-right: 15%;
    margin-bottom: 40px;
}

.ireland_section__box__title{
    font-family: "QartellaExtraBold";
    font-size: 24px;
    color: #231f20;
    margin-bottom: 16px;
}

.ireland_section__box__subtitle{
    font-size: 12px;
    font-weight: 700;
    color: #231f20;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 17px;
    letter-spacing: 1px;
}

.ireland_section__box__line{
    background-color: #ea8730;
    height: 2px;
    width: 78px;
}

.ireland_section__box__text{
    color: #8c8fa2;
    font-size: 16px;
    font-family: "QartellaLight";
    margin-bottom: 30px;
    margin-top: 30px;
    line-height: 1.5;
}

.ireland_section__box_email{
    font-size: 15px;
    color: #ea8730;
    font-weight: 600;
}

.ireland_section__box_shaddow1 {
    height: 19px;
    background-color: rgb(255, 255, 255);
    opacity: 0.5;
    box-shadow: 0px 12px 24px 0px rgba(44, 65, 183, 0.15);
    width: 772px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: -1;
    bottom: -19px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(0%);
}


.ireland_section__second-box{
    margin-top: 20px;
    margin-right: 11%;
}

.ireland_section__image{
    position: absolute;
}

.ireland_section__bg-line {
    text-align: center;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%) translateY(-13%);
}

.contact-section{
    background-color: #d4d8f0;
    padding-top: 20px;
}

.contact-section__box{
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 12px 24px 0px rgba(44, 65, 183, 0.15);
    max-width: 975px;
    padding: 100px 80px 80px 80px;
    margin: 0 auto;
}


.contact-section__shaddow1{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: rgb(238, 240, 247);
    max-width: 938px;
    height: 17px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}

.contact-section__shaddow2{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: rgb(227, 229, 246);
    max-width: 901px;
    height: 17px;
    z-index: 1;
    margin: 0 auto;
}

.contact-section__button{
    display: block;
    width: 220px;
    margin: 0 auto;
    margin-top: 17px;
    text-align: center;
}

.contact-section__box h3{
    font-family: "QartellaExtraBold";
    font-size: 24px;
    color: #231f20;
    margin-bottom: 50px;
    text-align: center;
}

.contact-section__text{
    color: #8c8fa2;
    font-size: 16px;
    font-family: "QartellaLight";
    margin-bottom: 55px;
    text-align: center;
    line-height: 1.5;
}

.contact-section__input{
    border: none;
    font-size: 15px;
    color: #efa110;
    font-weight: 600;
    border-bottom: 1px solid #dcdde1;
    padding-bottom: 10px;
    padding-left: 28px;
    width: 220px;
}

.contact-section__image{
    position: absolute;
    margin-left: 6px;
        text-align: left;
}

.aml__content1{
    padding-top: 30px;
}

.aml__bg{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%) translateY(-5%);
}

.aml__box{
    border-radius: 5px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    width: 54%;
    background-color: #ffffff;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 70px;
}

.aml__image{
    display: inline-block;
    vertical-align: top;
    width: 45%;
    text-align: center;
}

.subpage-kv__aml-bg{
    top: 20vh;
}

.aml__box__title{
    font-family: "QartellaExtraBold";
    font-size: 24px;
    color: #231f20;
    margin-bottom: 25px;
}

.aml__box__text{
    color: #8c8fa2;
    font-size: 16px;
    font-family: "QartellaLight";
    line-height: 1.5;
}

.aml__box__text ul li:before{
    content: "\2022";
    font-weight: bold;
    display: inline-block; 
    width: 25px;
    margin-left: -1em;
}

.aml__box__line{
    background-color: #ea8730;
    height: 2px;
    width: 78px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.aml__box__subtitle{
    font-size: 12px;
    font-weight: 700;
    color: #231f20;
    margin-top: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.aml-subpage-section{
    padding-bottom: 140px;
    background-position: center;
    background-color: #2b41b7;
}

.aml-subpage-section:before{
    content: '';
    display: block;
    background-image: url('../images/started-section-bg.png');
    margin-top: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
}

.aml-subpage-section h2{
    font-family: "QartellaExtraBold";
    font-size: 48px;
    color: #f4f5f5;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -250px;
}

.aml-subpage-section p{
    font-family: "QartellaLight";
    color: #707ff0;
    width: 32%;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 80px;
    text-align: center;
    line-height: 1.5;
}

.subpage-payment__text{
    font-size: 16px;
    font-family: "QartellaLight";
    color: rgb(140, 143, 162);
    line-height: 1.5;
    text-align: center;
}



/* CONTACT */

.subpage-kv__contact{
    max-width: 975px;
    border-radius: 5px;
    background-color: #ffffff;
    margin-top: 35vh;
    display: inline-block;
    text-align: left;
    z-index: 1;
    position: relative;
}

.contact-box__left{
    width: 50%;
    height: 100%;
    padding: 80px;
    float: left;
    background-color: #ffffff;
}

.contact-box__left input{
    font-size: 15px;
    color: #ea8730;
    padding: 10px 0px 10px 30px;
    width: 223px;
    border: none;
    border-bottom: 1px solid #8c8fa2;
    margin-bottom: 14px;
    font-weight: 600;
}

.subpage-kv__input-image{
    position: absolute;
    margin-top: 10px;
}

.contact-box__right{
    background-color: #2c41b7;
    height: 100%;
    padding: 80px;
    width: 50%;
    float: left;
}

.subpage-kv__contact h3{
    font-family: "QartellaExtraBold";
    font-size: 24px;
    color: #231f20;
    margin-bottom: 25px;
}

.subpage-kv__contact__text{
    font-size: 16px;
    font-family: "QartellaLight";
    color: #8c8fa2;
    margin-bottom: 60px;
}

.subpage-kv__button{
    padding-left: 96px;
    padding-right: 96px;
}


.contact-box__right label{
    font-weight: 700;
    color: #979ed6;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}

.contact-box__right input{
    font-family: "QartellaLight";
    font-size: 14px;
    color: #8c8fa2;
    padding: 10px 25px;
    width: 100%;
    border: none;
    border-radius: 5px;
}

.contact-box__right textarea{
    font-family: "QartellaLight";
    font-size: 14px;
    color: #8c8fa2;
    padding: 10px 25px;
    width: 100%;
    border: none;
    border-radius: 5px;
    resize: none;
    min-height: 85px;
}


.form-group{
    margin-bottom: 18px;
}


.subpage-kv__shaddow1{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: rgb(238, 240, 247);
    max-width: 938px;
    height: 17px;
    z-index: 1;
    position: relative;
    margin-left: 25px;
    margin-top: -7px;
}

.subpage-kv__shaddow2{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: rgb(227, 229, 246);
    max-width: 901px;
    height: 17px;
    z-index: 1;
    position: relative;
    margin-left: 40px;
    margin-top: 0px;
}

.faq__top{

}

.faq__title{
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 288px;
    color: #faf9f7;
    text-shadow: 0px 40px 40px rgba(0, 0, 0, 0.05);
    text-align: center;
}


.faq__top:after{
    content: '';
    background-image: url(../images/waves.png);
    min-height: 400px;
    display: block;
    width: 100%;
    margin-top: 0px;
    background-color: #d5d9f1;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    margin-top: -380px;
}


/* FAQ BOX */

.faq__image{
    position: absolute;
    margin-top: 100px;
    z-index: 1;
}

.faq__section{
    max-width: 832px;
    margin: 0 auto;
    position: relative;
    margin-top: -155px;
}

.faq__section:after{
    clear: both;
}


.faq__box{
    padding: 60px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0px 12px 24px 0px rgba(44, 65, 183, 0.15);
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}
ul.tabs li{
    border: none;
    display: inline-block;
    cursor: pointer;
    width: 220px;
    padding: 23px 30px 20px 30px;
    text-align: center;
    border-radius: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 1;
    position: relative;
}

ul.tabs li.current{
    background: #2c41b7;
    color: #ffffff;
}

.tab-content{
    display: none;
}

.tab-content.current{
    display: inherit;
}

.faq-section__accordion{
    position: relative;
    width: 100%;
    height: auto;
}
.faq-section__title{
    cursor: pointer;
    border-bottom: 1px solid #fe7200;
    display: block;
    background-color: #ffffff;
    padding: 18px 0px;
    color: #231f20;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;

}
.faq-section__title i{
    float: right;
    margin-top: -8px;
}
.faq-section__title.active{
    background-color: #ffffff;
}
.faq-section__content{
    display:none;
    margin-top: 10px;
    margin-bottom: 10px;
}
.faq-section__content p{
    padding: 10px 0px;
    margin: 0;
    font-size: 16px;
    color: #8c8fa2;
}

.faq-section__opened{
    background-image: url('../images/minus.png');
    height: 30px;
    width: 30px;
    background-size: 15px;
    background-position: center;
    float: right;
    background-repeat: no-repeat;
}

.faq-section__closed{
    background-image: url('../images/plus.png');
    height: 30px;
    width: 30px;
    background-size: 15px;
    background-position: center;
    float: right;
    background-repeat: no-repeat;
}

.aml__l{
    background-image: url('../images/line-aml.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 80px;
}

.pull-right{
    float: right;
}


.aml__contact-section{
    padding-top: 0px;
}

.aml__contact-section:before{
    content: '';
    background-image: url(../images/waves.png);
    min-height: 494px;
    display: block;
    width: 100%;
    margin-top: 0px;
    background-color: #d5d9f1;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}

.subtitle-h3{
    color: white;
    margin: 5px 0 0 0;
    font-size: 15px;
    font-weight: 400;
}

@media (max-width: 1280px) {
.screenshot-section .static_section__box IMG:hover {
    transform: scale(2) translateX(20%);
  }

  .screenshot-section .static_section__box.static_section__second-box IMG:hover{
    transform: scale(2) translateX(-12.5%);
}

  .screenshot-section .static_section__box.static_section__third-box IMG:hover{
    transform: scale(2) translateX(10.5%);
  }
}

@media (max-width: 1200px) {
    .header .main-nav ul li a{
        margin-right: 30px;
        font-size: 15px;
    }

    .main-kv__box{
        width: 25%;
    }

    .payment-section__content{
        display: block;
        width: 100%;
        /* margin-bottom: 30px; */
        /* margin-top: 76px; */
        margin-left: unset;
    }

    .payment-section__main-image{
        max-width: 30%;
        display: none;
    }

    .payment-section__vertical{
        width: 255px;
        margin-right: 15px;
    }

    .payment-section__horizental{
        margin-bottom: 15px;
        width: 400px;
        padding-bottom: 30px;
    }

    .payment-section__vertical h3{
        font-size: 18px;
    }

    .payment-section__horizental h3{
        font-size: 18px;
    }

    .aml-section__main-image {
        height: 70%;
        margin-top: 11%;
    }

    .started-section-second__buttons{
        width: 50%;
    }

    .started-section-second__buttons {
        width: 52%;
    }




}

@media (max-width: 1035px) {

    .aml-section__main-image {
        height: 65%;
        margin-top: 15%;
    }

    .second-vertical{
        margin-top: 0px;
    }

    .payment-section__vertical{
        margin-top: 0px;
        width: 48%;
    }

    .payment-section__horizental{
        width: 48%;
        display: inline-block;
        margin-right: 15px;
        margin-top: 15px;
    }

    .static_section__box{
        box-shadow: 0px 12px 24px 0px rgba(44, 65, 183, 0.25);
        width: 100%;
        /* z-index: 1; */
        margin-right: unset;
        /* margin-bottom: 40px; */
        padding: 20px;
    }

    .static_section__bg-line { 
        transform: translateX(-50%) translateY(-10%);
        height: 118%;
    
    }

    .static_section__image {
        display: none;
    }

    .screenshot-section .static_section__box IMG {
        transform: unset;
        /* transition: all .25s; */
        
      }
    
      .screenshot-section .static_section__box IMG {
    /* padding: 10px;
    background-color: white; */
        
      }
    
    .screenshot-section .static_section__box IMG:hover {
        transform: unset;
        /* transition: all .25s; */
      }

      .screenshot-section .static_section__box.static_section__second-box IMG:hover{
        transform: unset;
    }
    
      .screenshot-section .static_section__box.static_section__third-box IMG:hover{
        transform: unset;
      }
    
    
      .static_section__text {
        margin-bottom: 0;
        /* letter-spacing: 1px; */
        position: relative;
        right: unset;
        padding: 20px;
        padding-top: 0;
        border-radius: 5px;
        box-shadow: unset;
        top: unset;
        -ms-transform: unset;
        transform: unset;
      }
    
      .static_section__text-2 {
        right: unset;
        width: unset;
      }
    
      .static_section__text-3 {
        right: unset;
        width: unset;
      }
}

@media (max-width: 992px) {
    .main-kv__box h2{
        font-size: 30px;
    }

    .btn{
        font-size: 13px;
    }

    .payment-section__vertical{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .payment-section__horizental{
        width: 100%;
        display: inline-block;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .payment-section__main-image{
        width: 197px;
    }


    .payment-section p{
        width: 80%;
    }

    /* .payment-section__content{
        width: 64%;
    } */

    .aml-section__content{
        width: 58%;
        margin-top: -32px;
    }

    .aml-section p {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 80px;
    }

    .started-section__card{
        width: 330px;
        padding: 40px;
    }

    .started-section__card h3{
        font-size: 23px;
    }

    .m-r-15-d{
        margin-right: 5px;
    }

    .m-l-15-d{
        margin-left: 5px;
    }


    .header .mobile-btn {
        background-image: url(../images/menu.png);
        height: 22px;
        width: 22px;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 25px;
        right: 18px;
        z-index: 9999;
    }

    .header .mobile-btn.close-icon {
        background-image: url(../images/close-icon.png);
    }

    .header .main-nav{
        display: none;
        float: none;
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(34, 43, 63, 0.9);
        top: 0;
        left: 0;
        z-index: 9;
        transform: none;
        margin-top: 0px;
        text-align: center;
    }

    .header .contact-link{
        display: none;
    }

    .header{
        padding-top: 15px;
        padding-bottom: 5px;
        border-bottom: 1px solid #707ff0;
    }

    .header .logo{
        margin-left: -50px;
    }

    .header .logo img{
        max-width: 125px;
    }

    .header .main-nav ul {
        margin-top: 30%;
    }

    .header .main-nav ul li {
        display: block;
        padding: 10px 0;
    }

    .header .main-nav ul li a:hover, .header .main-nav ul li a.active-nav{
        border: none;
    }

    .header .main-nav ul li a {
        margin-right: 0px;
        font-size: 20px;
        padding: 0px;
    }

    .header .main-nav ul li.mobile-only {
        display: block;
    }

    .nav-contact{
        background-color: #ea8730;
        width: 50%;
        margin: 0 auto;
    }

    .nav-contact a{
        color: #2c41b7 !important;
    }

    .ireland_section__box{
        max-width: 100%;
        margin-right: 0px;
        padding: 45px;
        text-align: center;
    }

    .ireland_section__box__line{
        margin: 0 auto;
    }

    .contact-section__box{
        padding: 30px;
    }

    .ireland_section:after{
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    
    .subpage-kv__shaddow1 {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        max-width: 90%;
        margin-left: 5%;
    }
    
    .subpage-kv__shaddow2{
        max-width: 84%;
        margin-left: 8%;
    }
    .subpage-kv__aml-bg{
        top: 0vh;
    }
    
    .ireland_section__box_shaddow1{
        width: 90%;
    }
    
    .contact-section__shaddow1{
        width: 90%;
    }
    
    .contact-section__shaddow2{
        width: 83%;
    }

}

@media (max-width: 800px) {

    .headText {
        width: 90%!important; 
    }

    .footer_bottom-text{
        padding-bottom: 0px;
    }
    
    .subpage-kv__shaddow1, .subpage-kv__shaddow2{
        display: none;
    }

    .aml-section__main-image{
        display: none;
    }

    .started-section__bg-middle{
        display: none;
    }

    .main-kv__box{
        width: 100%;
        padding-top: 130px;
        margin-bottom: 0px;
    }

    .float-right{
        float: none;
    }

    .main-kv__center-image{
        display: none;
    }

    .main-kv__center-image-mobile{
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

    .payment-section__number{
        float: none;
        text-align: center;
        margin-bottom: -250px;
        font-size: 210px;
    }

    .payment-section__content{
        width: 100%;
        margin-bottom: 30px;
        margin-top: 76px;
    }

    .m-r-15-d{
        margin-right: 0px;
    }

    .m-l-15-d{
        margin-left: 0px;
    }

    .started-section__card{
        width: 100%;
        margin-bottom: 20px;
        padding: 28px;
        position: relative;
    }

    .aml-section__number{
        float: none;
        text-align: center;
        margin-bottom: -250px;
    }

    .aml-section__content{
        width: 100%;
        margin-bottom: 30px;
        margin-top: 90px;
        position: relative;
    }

    .aml-section__card{
        width: 100%;
        border: none;
        border-top: 1px solid rgb(220, 221, 225);
        padding: 35px 17px;
    }

    .aml-section_last-card{
        border-bottom: 1px solid rgb(220, 221, 225);
    }

    .started-section-second__bg-middle{
        display: none;
    }

    .started-section-second p{
        width: 80%;
        margin-bottom: 82px;
    }

    .started-section-second__buttons{
        width: 100%;
    }

    .about-section{
        overflow-x: hidden;
    }

    .about-section__top .about_section__bg-title{
        text-align: left;
        margin-right: 0px;
        font-size: 195px;
        margin-left: -100px;
    }

    .about-section__content{
        float: none;
        text-align: center;
        margin-right: 0px;
        width: 100%;
        margin: 0 auto;
        margin-top: -210px;
    }

    .about-section__bg-middle{
        display: none;
    }

    .about_section__contact-box{
        width: 100%;
    }

    .contact-box__left{
        width: 100%;
        float: none;
        padding: 35px;
    }

    .contact-box__right{
        width: 100%;
        float: none;
        padding: 35px;
    }

    .contact-box__left input{
        width: 100%;
    }

    .btn{
        font-size: 15px;
        width: 100%;
        text-align: center;
    }

    .contact-box__box-shaddow1{
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    .contact-box__box-shaddow2{
        width: 90%;
        float: none;
        margin: 0 auto;
    }

    .footer__list li{
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .footer_logo{
        margin-bottom: 50px;
    }

    .col-sm-4{
        width: 100%;
    }

    .footer__main-image{
        display: none;
    }

    footer:before{
        min-height: 421px;
        display: block;
        width: 100%;
        margin-top: 0px;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: -136px;
        background-position: right -30px top;
    }

    footer:before{
        min-height: 260px;
        margin-bottom: -50px;
    }

    .payment-section{
        margin-top: -236px;
    }

    .payment-section__image{
        width: 85px;
        height: 85px;
        margin-bottom: 20px;
    }

    .payment-section__image .payment-section__first-image {
        margin-top: -20px;
        margin-left: -20px;
        width: 40px;

    }

    .payment-section__image .payment-section__second-image{
        margin-top: -20px;
        margin-left: -20px;
        width: 40px;
    }

    .payment-section__vertical_link{
        font-size: 16px;
    }

    .payment-section__horizental_link{
        font-size: 16px;
    }

    .payment-section__vertical{
        padding: 25px;
    }

    .payment-section__horizental{
        padding: 25px;
    }

    .payment-section__main-image-mobile{
        text-align: center;
        margin: 0 auto;
    }

    .started-section p{
        width: 100%;
    }

    .started-section{
        position: relative;
        padding-bottom: 120px;
        background-size: unset;
        background-position: top;
        margin-top: 80px;
        background-color: #2b41b7;
    }

    .first-section-card{
        margin-top: 32px;
    }

    .started-section__bg-middle-mobile{
        position: absolute;
        width: 14px;
        left: 50%;
        margin-left: -7px;
    }

    .aml-section__main-image-mobile{
        margin: 0 auto;
    }

    .aml-section__image{
        width: 85px;
        height: 85px;
    }

    .aml-section__image img{
        width: 40px;
        margin-top: -20px;
        margin-left: -20px;
    }

    .btn{
        padding: 17px 10px 18px 10px;
    }

    .about-section__bg-middle-mobile{
        margin: 0 auto;
        margin-top: 35px;
    }

    .started-section h2{
        font-size: 40px;
    }

    .aml-section__number{
        font-size: 210px;
    }

    .wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }

    .started-section-second__buttons a{
        font-size: 13px;
    }


    .footer__main-image-mobile{
        float: right;
        background: #253aaf;
        width: 100%;
    }

    .mobile-only {
        display: block;
    }

    .mobile-none{
        display: none;
    }

    .payment-section__main-image {
        display: none;
    }

    .second-kv-box{
        padding-top: 45px;
    }

    .footer_author-section__title{
        font-family: "QartellaLight";
        color: #707ff0;
        font-size: 14px;
        padding-bottom: 20px;
        text-align: center;
    }

    .footer_author-section .row .col-sm-4:nth-child(2) .footer_author-section__title{
        position: absolute;
        margin-top: -68px;
        width: 190px;
        left: 50%;
        margin-left: -95px;
    }

    .footer_author-section .row .col-sm-4:nth-child(1) .footer_author-section__title{
        margin-top: 25px;
    }
    
    .subpage-kv__bg-text{
         font-size: 80px;
        margin: 0 auto;
        position: relative;
        padding-top: 20vh;
            text-align: center;
    }
    
    .payment-bg-text {
        font-size: 61px;
    	position: relative;
    	padding-top: 20vh;
    	margin-bottom: 10px;
    }
    
    
    
    .subpage-kv__box{
        width: 100%;
        margin-right: 0px;
        text-align: center;
        padding-top: 0px;
        margin-top: -75px;
    }
    
    .subpage-kv__line{
        margin: 0 auto;
    }
    
    .subpage-kv{
        text-align: center;
        overflow: hidden;
    }
    
    .subpage-kv__image{
        top: 0px;
        margin-bottom: 90px;
    }
    
    .subpage-payment{
            margin-top: -40px;
    }
    
   
    
    .subpage-kv:after{
            height: 210px;
    }
    
    .header .main-nav ul li a{
        padding: 0px;
    }
    
    .aml__box{
        width: 100%;
        padding: 40px;
        z-index: 1;
    position: relative;
    }
    
    .aml__image{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    
    .aml__image img{
        height: 241px;
        width: auto;
        z-index: 1;
        position: relative;
    }
    
    .aml-subpage-section p{
        width: 100%;
        margin-bottom: 80px;
    }
    
    .subpage-kv__contact{
        margin-top: 30px;
    }
    
    .faq__image{
        display: none;
    }
    
    ul.tabs li{
        width: 100%;
    font-size: 12px;
    }
    
    .faq__section{
        max-width: 100%;
        margin-top: -100px;
    }
    
    .faq__top{
        overflow: hidden;
    }
    
    .faq__title{
        font-size: 155px;
    margin-bottom: 50px;
    }
    
    .faq__box{
        padding: 25px;
    }
    
    .contact-kv{
        overflow: hidden;
    }
    
    .contact-kv .subpage-kv__bg-text{
        position: absolute;
        margin-left: -5px
    }

    .subpage-kv__image-aml{
        float: none;
        position: relative;
        right: auto;
    }
    
    .aml-subpage-section h2{
        font-size: 35px;
    }
    
    .aml__contact-section:before{
            min-height: 220px;
    }
    
    .main-kv:after{
        margin-top: 30px;
    }
    
    .faq-section__content p{
        font-size: 14px;
    }

}


@media (max-width: 700px){
    footer:before {
        min-height: 421px;
        display: block;
        width: 100%;
        margin-top: 0px;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: -120px;
        background-position: right -127px top;
    }
    footer:before{
        min-height: 260px;
        margin-bottom: -50px;
    }
}

