input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #002855;
    opacity: 1 !important;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #002855;
    opacity: 1 !important;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #002855;
    opacity: 1 !important;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #002855;
    opacity: 1 !important;
}

textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #002855;
    opacity: 1 !important;
}

textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #002855;
    opacity: 1 !important;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #002855;
    opacity: 1 !important;
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #002855;
    opacity: 1 !important;
}

/*------------------------------------*/



.big-container {
    overflow: hidden;
    margin: 0 auto;
}

.container {
    background: url(../images/container-bg.jpg) no-repeat center top;
    background-size: cover;
    background-color: #fd8d23;
}

.header {
    padding-right: 20px;
    padding-left: 20px;
}

.header-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 45px;
    padding-bottom: 55px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image {
    width: 323px;
}

.header-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 407px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.link {
    font-family: CiutadellaRounded-Medium, sans-serif;
    color: #002855;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.link:hover {
    text-decoration: none;
}

.link-2 {
    padding-left: 30px;
    background-image: url('../images/call-img.png');
    background-position: 0% 50%;
    background-repeat: no-repeat;
    font-family: CiutadellaRounded-Medium, sans-serif;
    color: #002855;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.link-2:hover {
    text-decoration: none;
}

.banner {
    padding-right: 20px;
    padding-left: 20px;
}

.banner-c {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 55px;
    padding-bottom: 45px;
}

.heading {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: CiutadellaRounded-Medium, sans-serif;
    color: #002855;
    font-size: 70px;
    line-height: 80px;
    text-align: center;
    font-weight: 500;
}

.paragraph {
    margin-bottom: 35px;
    font-family: CiutadellaRounded-Medium, sans-serif;
    color: #002855;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    text-align: center;
}

.button {
    display: block;
    width: 270px;
    height: 60px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    padding-top: 18px;
    border-radius: 6px;
    background-color: #002855;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: CiutadellaRounded-Medium, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
}

.button:hover {
    background-color: #fff;
    color: #002855;
}

.list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    margin-bottom: 55px;
}

.list-item {
    padding-left: 43px;
    background-image: url('../images/blue-check.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    font-family: CiutadellaRounded-Medium, sans-serif;
    color: #002855;
    font-size: 19px;
    line-height: 28px;
    font-weight: 500;
}

.list-item a {
    color: #002855;
    text-decoration: none
}

.list-item a:hover {
    text-decoration: underline
}

.list-item.xero {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 85px;
    background-image: url('../images/xero-icon.png'), url('../images/blue-check.png');
    background-position: 34px 0px, 0px 11px;
    background-size: auto, auto;
    background-repeat: no-repeat, no-repeat;
}

.trust {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f6f6f6;
}

.trust-c {
    /*
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
*/
    display: block;
    max-width: 296px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 16px;
    /*
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
*/
}

.text-trust {
    position: relative;
    top: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.paragraph-2 {
    margin-right: 7px;
    margin-bottom: 0px;
    padding-right: 7px;
    border-right: 1px solid #e1e1e1;
    font-family: SailecRegular, sans-serif;
    color: #002855;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
}

.text-span {
    font-family: Sailec-Bold, sans-serif;
    font-weight: 700;
}

.paragraph-3 {
    margin-bottom: 0px;
    font-family: SailecRegular, sans-serif;
    color: #002855;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    text-decoration: underline;
}

.company {
    padding-right: 20px;
    padding-left: 20px;
    background-image: linear-gradient(195deg, #00a4bc, #003d66);
}

.company .heading-2 {
    margin-bottom: 60px;
}

.company-c {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

/*
.brands-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}
*/

.brands-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 5px 40px;
    align-items: center;
    justify-content: center;
}

.image-7 {
    display: block;
    margin: 0 auto;
}

.heading-2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: CiutadellaRounded-Medium, sans-serif;
    color: #fff;
    font-size: 55px;
    line-height: 65px;
    font-weight: 500;
    text-align: center;
}

.paragraph-4 {
    margin-bottom: 45px;
    font-family: CiutadellaRounded-Medium, sans-serif;
    color: #fff;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
}

.paragraph-4 a {
    color: #fff;
    text-decoration: none
}

.paragraph-4 a:hover {
    text-decoration: underline
}

.know {
    padding-right: 20px;
    padding-left: 20px;
    background: url(../images/know-bg.jpg) no-repeat center top;
    background-size: cover;
    background-color: #fc8626;
}

.know-c {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.know-c p.small-b {
    position: absolute;
    right: 0;
    bottom: 25px;
    margin-bottom: 0;
    font-size: 16px;
    color: #002855;
    font-family: CiutadellaRounded-Medium, sans-serif;
    background: url(../images/small-arrow-white.png) no-repeat right top;
    padding-right: 20px;
}

.boxes-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.boxes-container.last {
    margin-bottom: 55px;
}

.heading-3 {
    margin-top: 0px;
    margin-bottom: 50px;
    font-family: CiutadellaRounded-Medium, sans-serif;
    color: #002855;
    font-size: 55px;
    line-height: 65px;
    font-weight: 500;
    text-align: center;
}

.heading-3.last {
    margin-bottom: 30px;
}

.heading-3.small {
    margin-bottom: 20px;
}

.heading-3.bigg {
    margin-bottom: 80px;
}

.box {
    width: 30%;
}

.paragraph-5 {
    margin-bottom: 0px;
    font-family: opensans-light, sans-serif;
    color: #002855;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    text-align: center;
}

.heading-4 {
    margin-top: 0px;
    margin-bottom: 25px;
    font-family: CiutadellaRounded-Medium, sans-serif;
    color: #002855;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
}

.buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 536px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.paragraph-6 {
    margin-bottom: 0px;
    font-family: opensans-light, sans-serif;
    color: #fefeff;
    font-size: 17px;
    line-height: 26px;
    font-weight: 300;
}

.paragraph-6.sec {
    color: #b9c9db;
}

.why {
    padding-right: 20px;
    padding-left: 20px;
}

.why-c {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.boxes2-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.boxx {
    width: 30%;
    margin-bottom: 70px;
}

.image-2 {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

.exchange {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f1f1f2;
}

.exchange-c {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.exchange-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-holder-left {
    width: 44%;
}

.heading-5 {
    margin-top: 0px;
    margin-bottom: 25px;
    font-family: CiutadellaRounded-Medium, sans-serif;
    color: #002855;
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
}

.paragraph-7 {
    margin-bottom: 40px;
    font-family: opensans-light, sans-serif;
    color: #002855;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
}

.secure {
    padding-right: 20px;
    padding-left: 20px;
}

.secure-c {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.secure-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-holder-right {
    width: 44%;
}

.smart {
    padding-right: 20px;
    padding-left: 20px;
    background-image: linear-gradient(195deg, #00a5bd, #003c66);
}

.smart-c {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.image-3 {
    margin-bottom: 40px;
}

.paragraph-8 {
    margin-bottom: 30px;
    font-family: opensans-light, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}

.paragraph-8 a {
    color: #fff;
    text-decoration: underline
}

.paragraph-8 a:hover {
    text-decoration: none
}

.button-2 {
    display: block;
    width: 270px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 18px;
    border-radius: 4px;
    background-color: #f79f1c;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: CiutadellaRounded-Medium, sans-serif;
    color: #002855;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
}

.button-2:hover {
    background-color: #002855;
    color: #f79f1c;
}

.help {
    padding-right: 20px;
    padding-left: 20px;
}

.help-c {
    max-width: 1370px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.help-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.text-left {
    width: 50%;
    padding-right: 100px;
    border-right: 1px solid #d9dfe6;
}

.paragraph-9 {
    margin-bottom: 70px;
    font-family: opensans-light, sans-serif;
    color: #002855;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
}

.paragraph-9.lastt {
    margin-bottom: 45px;
}

.list-2 {
    margin-left: 40px;
    padding-left: 0px;
    list-style-type: none;
}

.text-span-2 {
    display: block;
    margin-top: 10px;
    font-family: opensans-light, sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
}

.list-item-2 {
    margin-bottom: 50px;
    padding-left: 115px;
    background-image: url('../images/help-icon1.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    font-family: CiutadellaRounded-Medium, sans-serif;
    color: #002855;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
}

.list-item-2.second {
    background-image: url('../images/help-icon2.png');
}

.list-item-2.third {
    background-image: url('../images/help-icon3.png');
}

.list-item-2.fourth {
    background-image: url('../images/help-icon4.png');
}

.list-item-2.fifth {
    background-image: url('../images/help-icon5.png');
}

.list-item-2.sixth {
    background-image: url('../images/help-icon6.png');
}

.text-right {
    width: 44%;
}

.transfer {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f8f8f8;
}

.transfer-c {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.image-4 {
    display: block;
    width: 820px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

.image-5 {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

.image-5.mob {
    display: none;
}

.paragraph-10 {
    margin-bottom: 50px;
    font-family: opensans-light, sans-serif;
    color: #002855;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
}

.video-testimonial {
    padding-right: 20px;
    padding-left: 20px;
}

.video-test-c {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    padding-bottom: 120px;
}

.testimonial {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f1f1f2;
}

.testimonial-c {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    padding-bottom: 76px;
}

.app {
    padding-right: 20px;
    padding-left: 20px;
    background-image: linear-gradient(195deg, #00a4bc, #003d66);
}

.app-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1020px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 75px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.app-text {
    width: 50%;
    padding-top: 70px;
}

.heading-6 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: CiutadellaRounded-Medium, sans-serif;
    color: #fff;
    font-size: 55px;
    line-height: 65px;
    font-weight: 500;
}

.paragraph-11 {
    margin-bottom: 20px;
    font-family: opensans-light, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
}

.list-3 {
    margin-bottom: 40px;
    margin-left: 10px;
    padding-left: 0px;
    list-style-type: none;
}

.list-item-3 {
    margin-bottom: 12px;
    padding-left: 37px;
    background-image: url('../images/orange-check.png');
    background-position: 0% 3px;
    background-repeat: no-repeat;
    font-family: opensans-light, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
}

.image-6 {
    margin-top: -33px;
}

.faqs {
    padding-right: 20px;
    padding-left: 20px;
}

.faqs-c {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 70px;
    padding-bottom: 60px;
}

.global {
    padding-right: 20px;
    padding-left: 20px;
    background-image: linear-gradient(195deg, #00a5bc, #003d66);
}

.global-c {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 120px;
}

.paragraph-12 {
    margin-bottom: 50px;
    font-family: opensans-light, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
}

.footer {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #e5e5e5;
}

.footer-c {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.paragraph-13 {
    margin-bottom: 15px;
    font-family: opensans-light, sans-serif;
    color: #002855;
    font-size: 12px;
    line-height: 21px;
    font-weight: 300;
}

.button-3 {
    width: 211px;
    height: 60px;
    padding-top: 18px;
    border: 1px solid #002855;
    border-radius: 4px;
    background-color: #002855;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: CiutadellaRounded-Medium, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
}

.button-3:hover {
    background-color: #fff;
    color: #002855;
}

.button-3.orange {
    border-style: none;
    background-color: #f9a526;
    color: #002855;
}

.button-3.orange:hover {
    background-color: #002855;
    color: #f9a526;
}

.button-4 {
    width: 269px;
    height: 60px;
    padding-top: 17px;
    border: 1px solid #002855;
    border-radius: 4px;
    background-color: rgba(56, 152, 236, 0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: CiutadellaRounded-Medium, sans-serif;
    color: #002855;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.button-4:hover {
    background-color: #002855;
    color: #fff;
}

.button-4.white {
    border-color: #fff;
    color: #fff;
}

.button-4.white:hover {
    background-color: #fff;
    color: #002855;
}

.heading-7 {
    margin-top: 0px;
    margin-bottom: 35px;
    font-family: CiutadellaRounded-Medium, sans-serif;
    color: #002855;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
}

* {
    outline: none
}

.slider-one ul.slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -102px;
}

.slider-one ul.slick-dots li {
    margin: 0 4px;
}

.slider-one ul.slick-dots li button {
    display: block;
    width: 60px;
    height: 3px;
    background: #e5e5e5;
    padding: 0;
    font-size: 0px;
}

.slider-one ul.slick-dots li.slick-active button {
    background: #ff9e1b;
}



.slider-one .slick-next {
    background: url(../images/rs-arrow-right-2.png) no-repeat center;
    background-size: contain;
    width: 21px;
    height: 39px;
    position: absolute;
    top: 43%;
    right: -60px;
    z-index: 999;
    font-size: 0px !important;
}

.slider-one .slick-prev {
    background: url(../images/rs-arrow-left-2.png) no-repeat center;
    background-size: contain;
    width: 21px;
    height: 39px;
    position: absolute;
    top: 43%;
    left: -60px;
    z-index: 999;
    font-size: 0px !important;
}


.slider-box img {
    display: block;
    margin: 0 auto;
}



.slider-two .slick-next {
    background: url(../images/rs-arrow-right-2.png) no-repeat center;
    background-size: contain;
    width: 21px;
    height: 39px;
    position: absolute;
    top: 43%;
    right: -120px;
    z-index: 999;
    font-size: 0px !important;
}

.slider-two .slick-prev {
    background: url(../images/rs-arrow-left-2.png) no-repeat center;
    background-size: contain;
    width: 21px;
    height: 39px;
    position: absolute;
    top: 43%;
    left: -120px;
    z-index: 999;
    font-size: 0px !important;
}

.slider-two ul.slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: auto;
    right: auto;
}

.slider-two ul.slick-dots li {
    margin: 0 4px;
}

.slider-two ul.slick-dots li button {
    display: block;
    width: 60px;
    height: 3px;
    background: #e5e5e5;
    padding: 0;
    font-size: 0px;
}

.slider-two ul.slick-dots li.slick-active button {
    background: #ff9e1b;
}


.slider-box2 p.black {
    font-size: 25px;
    color: #002855;
    font-family: 'CiutadellaRounded-Medium';
    font-weight: 500;
    line-height: 35px;
    text-align: center;
    margin-bottom: 45px;
}

.slider-box2 p.paragraph-111 {
    font-size: 30px;
    color: #002855;
    font-family: 'CiutadellaRounded-Medium';
    font-weight: 500;
    text-align: center;
    margin-bottom: 35px;
    line-height: 40px;
}



.formm {
    background-color: #f9a526;
    background: url(../images/form-bg1.jpg) no-repeat center top;
    background-size: cover;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 45px 3% 45px 3%;
    box-sizing: border-box;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 10px 10px 28px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 28px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 28px 0px rgba(0, 0, 0, 0.75);

}

.formm p.small-white {
    background: url(../images/small-arrow-white.png) no-repeat right 5px;
    padding-right: 20px;
    position: absolute;
    bottom: 0;
    right: 35px;
    font-size: 21px;
    color: #002855;
    font-family: 'CiutadellaRounded-Medium';
    font-weight: 500;
    line-height: 30px;
}

.form-left {
    max-width: 470px;
}

.formm p {
    font-size: 16px;
    color: #002855;
    font-family: 'opensans-light';
    line-height: 25px;
    text-align: center;
    margin-bottom: 20px
}

.formm p.small {
    font-size: 12px;
    color: #002855;
    font-family: 'opensans-light';
    margin-bottom: 0;
    line-height: 20px;
    text-align: left !important;
}

.formm p.small a {
    color: #002855;
}

.formm p.small a:hover {
    text-decoration: none
}

.formm-c {
    max-width: 415px;
}

.mfp-content {
    overflow: hidden;
}

.mfp-content h3 {
    text-align: left;
    margin-bottom: 10px;
    font-family: 'CiutadellaRounded-Medium';
    color: #ffffff;
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    margin-top: 0
}

.mfp-content p.top {
    margin-bottom: 25px;
    font-family: CiutadellaRounded-Medium, sans-serif;
    color: #002855;
    font-size: 21px;
    line-height: 31px;
    font-weight: 500;
    text-align: left;
}



input[type=text] {
    background: none;
    border: none;
    margin: 0;
    width: 100%;
    height: 60px;
    font-size: 19px;
    color: #002855;
    font-family: 'CiutadellaRounded-Medium';
    font-weight: 500;
    padding: 0;
    text-indent: 23px;
}

.input-big {
    background: #fff;
    width: 100%;
    height: 60px;
    position: relative;
    margin-bottom: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

button.submit {
    background: #002855;
    width: 100%;
    height: 60px;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
    font-family: 'CiutadellaRounded-Medium';
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    margin: 0 auto 5px;
    display: block;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

button.submit:hover {
    background: #fff;
    color: #002855
}


.i-boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.i-box {
    width: 49%;
}




.faq_question {
    font-size: 25px;
    color: #002855;
    font-family: 'CiutadellaRounded-Medium';
    font-weight: 500;
    line-height: 35px;
    padding: 22px 55px 18px 0;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 0;
}

.faq_answer {
    display: none;
}

.faq_row {
    background: url(../images/orange-arrow-down.png) no-repeat right 33px top 33px;
    cursor: pointer;
    margin-bottom: 15px;
}

.faq_row.last {
    border-bottom: none;
}

.faq_row.faq_active {
    background: url(../images/orange-arrow-up.png) no-repeat right 33px top 33px;
}

.paragraph-hidden {
    font-size: 18px;
    color: #002855;
    font-family: 'opensans-light';
    line-height: 27px;
    padding: 20px 0 0;
    margin: 0;
}

.paragraph-hidden a {
    color: #002855;
}

.paragraph-hidden a:hover {
    text-decoration: none
}

.faq_section_row {
    margin-bottom: 50px;
}



.mfp-bg {
    background: #003560 !important
}

.tp-widget-wrapper {
    max-width: inherit !important;
}




.paragraph-44 {
    font-family: 'Open Sans', sans-serif;
    color: #002855;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

.paragraph-44 span {
    position: relative;
    display: inline-block;
}

.tooltip {
    right: 0;
    top: 0;
    width: 16px;
    margin: 0;
    position: absolute;
    height: 15px;
    background: url(../images/blue-sign.png) no-repeat right top;
    ;

}


.tooltip .tooltiptext {
    visibility: hidden;
    width: 380px;
    background-color: white;
    text-align: justify;
    border-radius: 6px;
    padding: 10px 10px;
    position: absolute;
    z-index: 1;
    bottom: 139%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    margin-bottom: 0px;
    font-family: 'SailecRegular';
    color: #002855;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    border: 1px solid black;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 16%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#ty .know .buttons {
    max-width: 211px;
}

#ty .why .buttons {
    max-width: 211px;
}

#ty .help .buttons {
    max-width: 211px;
}

#ty .transfer .buttons {
    max-width: 211px;
}

#ty .global .buttons {
    max-width: 211px;
}


#ty .secure .buttons {
    max-width: inherit;
}

#ty .exchange .buttons {
    max-width: inherit;
}

#ty .header-center {
    max-width: 305px;
}




/*mmenu*/

.mm-wrapper_opening .menu_trigger .slicknav_icon span:nth-child(1) {
    background: #000;
    top: -3px;
    left: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-wrapper_opening .menu_trigger .slicknav_icon span:nth-child(2) {
    width: 0;
    opacity: 0
}

.mm-wrapper_opening .menu_trigger .slicknav_icon span:nth-child(3) {
    background: #000;
    top: 18px;
    left: 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu_trigger {
    box-sizing: border-box;
    width: 30px;
    height: 22px;
    position: relative;
    float: right;
    margin: 3px 0 0 20px;
    display: none;

}

.slicknav_icon {
    width: 30px;
    height: 22px;
    margin: auto;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

.slicknav_icon span {
    height: 4px;
    width: 100%;
    background: #000;
    border-radius: 4px;
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    display: block;
    position: absolute;
}

.slicknav_icon span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center
}

.slicknav_icon span:nth-child(2) {
    top: 9px;
    transform-origin: left center;
}

.slicknav_icon span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center
}

.mm-title {
    font-size: 22px;
    font-family: 'CiutadellaRounded-Medium';
    line-height: 29px;
    text-align: center;
    color: #000 !important;
}

.mm-listitem {
    font-size: 18px;
    font-family: 'Maisonneue';
    line-height: 27px;
    color: #000 !important;
    text-align: center
}

.mm-listitem a {
    transition: all 0.3s ease;
}

.mm-listitem a:hover {
    color: #017f75
}

.mm-navbar > * {
    padding: 6px 0 !important
}

/*mmenu*/



.trust-contain {
    display: block;
    max-width: 296px;
    margin-right: auto;
    margin-left: auto;
}

p.dis {
    margin-bottom: 0px;
    font-family: opensans-light, sans-serif;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
}

p.dis a {
    color: #fff;
}

p.dis a:hover {
    text-decoration: none;
}

.smart .button-2 {
    margin: 0 auto 30px;
}

@media screen and (max-width:1355px) {
    .know-c p.small-b {
        display: none
    }
}

@media screen and (max-width:1024px) {
    .menu_trigger {
        display: block;
    }

    .header-center {
        display: none;
    }
}

@media screen and (max-width: 991px) {

    br {
        display: none;
    }

    .header-c {
        padding-bottom: 45px;
    }

    .image {
        width: 295px;
    }

    .banner-c {
        padding-top: 35px;
        padding-bottom: 80px;
    }

    .heading {
        font-size: 60px;
        line-height: 70px;
    }

    .paragraph {
        font-size: 24px;
        line-height: 34px;
    }

    .button {
        margin-bottom: 60px;
    }

    .heading-2 {
        font-size: 50px;
        line-height: 60px;
    }

    .know-c {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .heading-3 {
        font-size: 50px;
        line-height: 59px;
    }

    .paragraph-5 {
        font-size: 17px;
    }

    .heading-4 {
        font-size: 25px;
        line-height: 35px;
    }

    .why-c {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .exchange-c {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .exchange-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .text-holder-left {
        width: 100%;
    }

    .secure-c {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .secure-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .text-holder-right {
        width: 100%;
    }

    .smart-c {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .paragraph-8 {
        font-size: 16px;
        line-height: 26px;
    }

    .help-c {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .help-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .text-left {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0px;
        border: 1px none #000;
    }

    .list-2 {
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .text-right {
        width: 100%;
    }

    .transfer-c {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .image-4 {
        width: 75%;
    }

    .app-c {
        padding-top: 80px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .app-text {
        width: 100%;
        padding-top: 40px;
    }

    .image-6 {
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .faqs-c {
        padding-bottom: 80px;
    }

    .global-c {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .image-8 {
        margin-bottom: 40px;
    }

    .image-9 {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 820px) {

    .brands-container {
        grid-gap: 20px 20px;
    }

}

@media screen and (max-width: 767px) {
    .formm p.small-white {
        display: none;
    }

    .formm {
        background: linear-gradient(195deg, #f7513f, #ff9e1b);
    }

    .form-left {
        margin: 0 auto;
    }

    .mfp-content p.top {
        text-align: center;
    }

    .formm-c {
        margin: 0 auto;
    }

    .mfp-content h3 {
        font-size: 35px;
        line-height: 45px;
        text-align: center;
    }

    .heading-7 {
        font-size: 28px;
        line-height: 38px;
    }

    .slider-box2 p.black {
        font-size: 22px;
        line-height: 32px;
    }

    .header-c {
        padding-bottom: 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .image {
        width: 291px;
        margin-bottom: 20px;
    }

    .banner-c {
        padding-bottom: 50px;
    }

    .heading {
        font-size: 49px;
        line-height: 58px;
    }

    .paragraph {
        margin-bottom: 25px;
        font-size: 21px;
        line-height: 32px;
    }

    .button {
        margin-bottom: 35px;
    }

    .list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .list-item {
        margin-right: 2%;
        margin-bottom: 10px;
        margin-left: 2%;
    }

    .company-c {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .heading-2 {
        font-size: 37px;
        line-height: 47px;
    }

    .paragraph-4 {
        font-size: 20px;
        line-height: 31px;
    }

    .know-c {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .boxes-container {
        margin-bottom: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .heading-3 {
        font-size: 37px;
        line-height: 47px;
    }

    .box {
        width: 45%;
        margin-right: 2%;
        margin-bottom: 30px;
        margin-left: 2%;
    }

    .box.last {
        width: 100%;
    }

    .heading-4 {
        margin-bottom: 20px;
        font-size: 23px;
        line-height: 33px;
    }

    .why-c {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .boxx {
        width: 48%;
    }

    .exchange-c {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .heading-5 {
        font-size: 37px;
        line-height: 47px;
    }

    .paragraph-7 {
        font-size: 17px;
    }

    .secure-c {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .smart-c {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .paragraph-8 {
        font-size: 15px;
        line-height: 25px;
    }

    .help-c {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .paragraph-9 {
        margin-bottom: 40px;
    }

    .list-2 {
        margin-bottom: 0px;
    }

    .text-span-2 {
        font-size: 17px;
    }

    .list-item-2 {
        padding-top: 100px;
        padding-left: 0px;
        text-align: center;
        background-position: top center;
    }

    .list-item-2.second {
        font-size: 27px;
        line-height: 37px;
    }

    .list-item-2.third {
        padding-top: 95px;
    }

    .list-item-2.sixth {
        margin-bottom: 0px;
    }

    .transfer-c {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .image-4 {
        display: none;
    }

    .image-5.mob {
        display: block;
    }

    .paragraph-10 {
        font-size: 17px;
        line-height: 27px;
    }

    .video-test-c {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .testimonial-c {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .app-c {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .heading-6 {
        font-size: 37px;
        line-height: 47px;
    }

    .paragraph-11 {
        font-size: 17px;
    }

    .list-item-3 {
        font-size: 17px;
    }

    .image-6 {
        width: 50%;
    }

    .faqs-c {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .global-c {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 555px) {

    .buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

}

@media screen and (max-width: 479px) {
    .i-boxes {
        flex-direction: column;
    }

    .i-box {
        width: 100%;
    }

    .banner-c {
        padding-top: 0
    }

    .header-c {
        padding-bottom: 25px;
    }

    .image {
        width: 247px;
    }

    .link-2 {
        font-size: 18px;
        line-height: 28px;
    }

    .banner-c {
        padding-bottom: 40px;
    }

    .heading {
        font-size: 42px;
        line-height: 53px;
    }

    .brands-container {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px 40px;
    }

    .list {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    /*
  .trust-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
*/
    .boxes-container.last {
        margin-bottom: 35px;
    }

    .box {
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
    }

    .heading-4 {
        margin-bottom: 15px;
    }

    .boxx {
        width: 100%;
        margin-bottom: 30px;
    }

    .image-2 {
        margin-bottom: 20px;
    }

    .paragraph-9 {
        font-size: 18px;
        line-height: 28px;
    }

    .list-item-2.fourth {
        font-size: 26px;
        line-height: 36px;
    }

    .image-5.mob {
        margin-bottom: 25px;
    }

    .button-3 {
        width: 100%;
    }

    .button-4 {
        width: 100%;
    }

    .image-10 {
        margin-bottom: 10px;
    }
}

@font-face {
    font-family: 'opensans-light';
    src: url('../fonts/opensans-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SailecRegular';
    src: url('../fonts/SailecRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Sailec-Light';
    src: url('../fonts/Sailec-Light.woff') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'CiutadellaRounded-Medium';
    src: url('../fonts/CiutadellaRounded-Medium.woff') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Sailec-Bold';
    src: url('../fonts/Sailec-Bold.woff') format('opentype');
    font-weight: 700;
    font-style: normal;
}
