@font-face {
    font-family: 'avenirnextltpro-regular';
    src: url('../fonts/avenirnextltpro-regular.eot');
    src: url('../fonts/avenirnextltpro-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenirnextltpro-regular.woff2') format('woff2'),
         url('../fonts/avenirnextltpro-regular.woff') format('woff'),
         url('../fonts/avenirnextltpro-regular.ttf')  format('truetype'),
         url('../fonts/avenirnextltpro-regular.svg#avenirnextltpro-regular') format('svg');
}

@font-face {
    font-family: 'avenirnextltpro-bold';
    src: url('../fonts/avenirnextltpro-bold.eot');
    src: url('../fonts/avenirnextltpro-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenirnextltpro-bold.woff2') format('woff2'),
         url('../fonts/avenirnextltpro-bold.woff') format('woff'),
         url('../fonts/avenirnextltpro-bold.ttf')  format('truetype'),
         url('../fonts/avenirnextltpro-bold.svg#avenirnextltpro-bold') format('svg');
}

@font-face {
    font-family: 'avenirnextltpro-it';
    src: url('../fonts/avenirnextltpro-it.eot');
    src: url('../fonts/avenirnextltpro-it.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenirnextltpro-it.woff2') format('woff2'),
         url('../fonts/avenirnextltpro-it.woff') format('woff'),
         url('../fonts/avenirnextltpro-it.ttf')  format('truetype'),
         url('../fonts/avenirnextltpro-it.svg#avenirnextltpro-it') format('svg');
}

@font-face {
    font-family: 'helvetica';
    src: url('../fonts/helvetica.eot');
    src: url('../fonts/helvetica.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica.woff2') format('woff2'),
         url('../fonts/helvetica.woff') format('woff'),
         url('../fonts/helvetica.ttf')  format('truetype'),
         url('../fonts/helvetica.svg#helvetica') format('svg');
}

@font-face {
    font-family: 'helvetica';
    src: url('../fonts/helvetica-bold.eot');
    src: url('../fonts/helvetica-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-bold.woff2') format('woff2'),
         url('../fonts/helvetica-bold.woff') format('woff'),
         url('../fonts/helvetica-bold.ttf')  format('truetype'),
         url('../fonts/helvetica-bold.svg#Helvetica') format('svg');
}

@font-face {
    font-family: 'helveticaneue-light';
    src: url('../fonts/helveticaneue-light.eot');
    src: url('../fonts/helveticaneue-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneue-light.woff2') format('woff2'),
         url('../fonts/helveticaneue-light.woff') format('woff'),
         url('../fonts/helveticaneue-light.ttf')  format('truetype'),
         url('../fonts/helveticaneue-light.svg#helveticaneue-light Neue') format('svg');
}

/* @font-face {
    font-family: "avenir-next-lt-w04-light";
    src: url('../fonts/avenir-next-w10-medium.eot');
    src: url('../fonts/avenir-next-w10-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenir-next-w10-medium.woff2') format('woff2'),
         url('../fonts/avenir-next-w10-medium.woff') format('woff'),
         url('../fonts/avenir-next-w10-medium.ttf')  format('truetype'),
         url('../fonts/avenir-next-w10-medium.svg#avenir-next-w10-medium') format('svg');
} */

@font-face {
    font-family: 'avenir-next-lt-w04-light';
    src: url('../fonts/avenir-next-lt-w04-light.eot');
    src: url('../fonts/avenir-next-lt-w04-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenir-next-lt-w04-light.woff2') format('woff2'),
         url('../fonts/avenir-next-lt-w04-light.woff') format('woff'),
         url('../fonts/avenir-next-lt-w04-light.ttf')  format('truetype'),
         url('../fonts/avenir-next-lt-w04-light.svg#avenir-next-lt-w04-light') format('svg');
}

@font-face {
    font-family: 'avenir-light';
    src: url('../fonts/avenir-light.eot');
    src: url('../fonts/avenir-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenir-light.woff2') format('woff2'),
         url('../fonts/avenir-light.woff') format('woff'),
         url('../fonts/avenir-light.ttf')  format('truetype'),
         url('../fonts/avenir-light.svg#avenir-light') format('svg');
}

@font-face {
    font-family: 'avenir book';
    src: url('../fonts/avenir-book.eot');
    src: url('../fonts/avenir-book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenir-book.woff2') format('woff2'),
         url('../fonts/avenir-book.woff') format('woff'),
         url('../fonts/avenir-book.ttf')  format('truetype'),
         url('../fonts/avenir-book.svg#avenir book') format('svg');
}



@import url('https://fonts.googleapis.com/css2?family=Road+Rage&display=swap');

* {
    margin:0;
    padding:0;
    box-sizing: border-box;
}

/*********navbar start css*******/
.home-banner {
    background-image: url(../img/banner.png);
    background-size: 100% 100%;
    background-position: center;
}
.home-banner .navbar-light .navbar-nav .nav-link {
    color: #ffffff;
}
.home-banner .navbar-light .navbar-nav .nav-link.active, .home-banner .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-family: avenir-next-lt-w04-light;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin-left: 54px;
}
.navbar {
    height: 100px;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #000000;
}
/*********navbar End css*******/
.more-tan h6 {
    margin: 0;
    color: #ffffff;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
    padding-left: 10px;
}

.more-tan {
    display: flex;
    align-items: center;
}
.banner {
    padding-top: 70px;
}
.freya-app h2 {
    color: #ffffff;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 56px;
    text-align: left;
    font-style: normal;
    letter-spacing: normal;
    margin-bottom: 25px;
    margin-top: 77px;
}

.freya-app p {
    color: #ffffff;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
    margin-bottom: 30px;
}

.freya-app h2 span {
    font-size: 70px;
    font-family: "avenir-next-lt-w04-light";
}

.freya-app ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.freya-app ul li h6 {
    margin: 0;
    color: #ffffff;
    font-family: 'avenirnextltpro-regular';
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
    padding-left: 10px;
}

.freya-app li span {
    color: #ffbc00;
}
.freya-app li {
    padding-right: 6px;
}

.app-button {
    margin-bottom: 32px;
}
.app-button a {
    margin-right: 20px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1265px;
}
}
/********banner End********/
/*******************/
/******add-money**********/
.money-saving .row {
    align-items: center;
}
.add-money-grow h2 {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 40px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 60px;
    text-align: left;
    margin-bottom: 30px;
}

.add-money-grow p {
    color: #646464;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
    margin-bottom: 40px;
}

/* .add-money-grow {
    margin-top: 84px;
} */

.add-money {
    margin-top: 40px;
}

.lean-more-button {
    border-radius: 10px;
    color: #ffffff;
    font-family: "avenir-next-lt-w04-light";
    font-size: 16px;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    padding: 14px 40px;
    background-image: linear-gradient(to right, #0074d8 , #004188);
    border: 0;
}
/**********Protected-secured********/
.Protected-secured {
    margin-top: 100px;
    margin-bottom: 100px;
}

.title {
    text-align: center;
}

.title h2 {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 35px;
    font-style: normal;
    letter-spacing: normal;
    margin-bottom: 28px;
}

.title p {
    color: #646464;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
}

.Protected-box {
    box-shadow: 0 16px 32px rgba(1, 67, 138, 0.15);
    border-radius: 30px;
    background-color: #ffffff;
    padding: 40px 15px 3px 15px;
    text-align: center;
    height: 100%;
}

.Protected-box h3 {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 18px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    margin-top: 24px;
    margin-bottom: 12px;
}

.Protected-box p {
    color: #646464;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: center;
}

.Protected-secured .title {
    margin-bottom: 70px;
}
/********finger-app***********/
.finger-app {
    background-image: linear-gradient(#0075d9, #00448c);
    padding-top: 100px;
    padding-bottom: 80px;
    margin-top: 0px;
    margin-bottom: 84px;
}

.finger-app h2 {
    color: #ffffff;
    font-family: "avenir-next-lt-w04-light";
    font-size: 40px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 60px;
    text-align: left;
    margin-bottom: 29px;
}

.finger-app p {
    color: #ffffff;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
    margin-bottom: 50px;
}
/*****saving-easir**********/
.saving-easir {
    background-color: #f2f5f9;
    /*margin-top: 76px;*/
    padding-top: 66px;
    padding-bottom: 100px;
}

.saving-img img {
    max-width: 100%;
}
.saving-img {
    text-align: center;
}

.saving-img {
    margin-top: 50px;
}
/**********get-in-touch***************/
.get-in-touch {
    background-image: url(../img/get-banner.png);
    padding-top: 68px;
    background-size: cover;
    padding-bottom: 80px;
}
.get-in-touch .title h2 {
    color: #fff;
}

.get-form label {
    color: #ffffff;
    font-family: "avenir-next-lt-w04-light";
    font-size: 16px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
    margin-bottom: 4px;
    width: 100%;
}

.get-form input {
    height: 55px;
    border-radius: 10px;
    background-color: #fafafa;
    border-color: #ffff;
    margin-bottom: 20px;
    width: 100%;
    outline: none;
    border: 0;
    padding-left: 15px;
    color: #646464;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
}

.get-form textarea {
    height: 125px;
    border-radius: 10px;
    background-color: #fafafa;
    border-color: #fff;
    width: 100%;
    outline: none;
    padding: 10px 15px;
    color: #646464;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
}

.sumbit-btt {
    width: 174px;
    height: 55px;
    border-radius: 10px;
    background-image: linear-gradient(to right, #fec508 , #f3771e);
    border: 0;
    color: #ffffff;
    font-family: "avenir-next-lt-w04-light";
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.sumbit-button {
    text-align: center;
    margin-top: 25px;
}

.someone-shade {
    background-image: url(../img/shade.png);
    left: 0;
    right: 0;
    background-size: cover;
    padding: 65px;
    margin-top: -128px;
    width: 100%;
    margin-bottom: 60px;
    background-position: center;
}

.get-in-touch .container {
    position: relative;
}

.someone-shade h2 {
    color: #ffffff;
    font-family: Poppins;
    font-size: 35px;
    text-align: center;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    margin: 0;
}

.get-form {
    max-width: 820px;
    margin: 0 auto;
}
span.left-wote {
    position: relative;
    left: -11px;
    bottom: 11px;
}

span.right-wote {
    left: 10px;
    position: relative;
}

.someone-shade h2 span {
    font-weight: 600;
}

.someone-shade h2  b {
    font-weight: 600;
}

.someone-shade h3 {
    color: #8d8d8d;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    margin-top: 10px;
    padding-bottom: 29px;
}
.get-in-touch .title {
    margin-bottom: 30px;
}
.sitting-shade {
    background-color: #f2f5f9;
}
/********footer*******/
.footer {
    background-color: #212121;
    padding: 50px 0px;
}
.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-top h2 {
    color: #fff;
    font-family: "avenir-next-lt-w04-light";
    font-size: 25px;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    margin: 0;
}

.footer-top h2 a {
    color: #fcb60d;
    text-decoration: none;
    font-size: 30px;
    font-family: 'avenirnextltpro-bold';
}

.footer-top ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.footer-top ul li a {
    color: #fdb90c;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 20px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    text-align: left;
    text-decoration: none;
    margin-left: 30px;
}

.footer-social-icon {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 90px;
}

.footer-social-icon li {
    margin: 0 3px;
}

.footer-social-link {
    padding: 0;
    margin: 0;
    margin-top: 36px;
    margin-bottom: 60px;
    list-style: none;
}

.footer-social-link li a {
    color: #fff;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    padding-bottom: 15px;
    text-decoration: none;
    display: block;
}

.footer-logo img {
    width: 100%;
}

.copy-right p {
    margin: 0;
    color: #fff;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
}
p.footer-title {
    color: #fff;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: center;
    border-bottom: 1px solid #3d3d3d;
    border-top: 1px solid #3d3d3d;
    margin: 50px 0;
    padding: 15px 0px;
}

.footer-logo h2 {
    color: #fff;
    font-family: "avenir-next-lt-w04-light";
    font-size: 20px;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 4px;
}

.footer-logo p {
    color: #fff;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
}
.app-button-footr {
    text-align: right;
}
.add-money .row {
    align-items: center;
}
.finger-app .row {
    align-items: center;
}
/*********iner-pages********/
/********contact*******/

.let-contact {
    padding: 100px 0px;
}
.contact-form-let h2 {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 30px;
    font-style: normal;
    letter-spacing: -0.6px;
    line-height: 65px;
}

.contact-form-let input {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    border: 1px solid #efefef;
    background-color: #ffffff;
    color: #8e8e8e;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
    width: 100%;
    height: 51px;
    padding-left: 20px;
    margin-bottom: 20px;
    outline: none;
}



.contact-form-let textarea {
    box-shadow: 0 2px 4px rgb(0 0 0 / 5%);
    border-radius: 6px;
    border: 1px solid #efefef;
    background-color: #ffffff;
    color: #8e8e8e;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
    width: 100%;
    height: 126px;
    padding-left: 20px;
    margin-bottom: 32px;
    outline: none;
}

.our-address {
    box-shadow: 0 10px 26px rgba(16, 16, 16, 0.05);
    border-radius: 30px;
    border: 1px solid #f9f9f9;
    background-color: #ffffff;
    padding-top: 70px;
    padding-left: 50px;
    padding-bottom: 60px;
}
.map-banner iframe {
    width: 100%;
    height: 690px;
}
.our-address h2 {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 30px;
    font-style: normal;
    letter-spacing: -0.6px;
    line-height: 40px;
    text-align: left;
    margin-bottom: 30px;
}

.our-address h3 {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 24px;
    font-style: normal;
    letter-spacing: -0.48px;
    line-height: 26.4px;
    margin-bottom: 20px;
}

.add-invast {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 5px;
}

.add-invast li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 43px;
}

.invast-bx h4 {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 18px;
    font-style: normal;
    letter-spacing: -0.36px;
    line-height: 19.8px;
    margin: 0;
}

.invast-bx p {
    color: #646464;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.36px;
    line-height: 30px;
    margin: 0;
}

.invast-bx {
    padding-left: 10px;
}

.invast-bx a {
    color: #646464;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.36px;
    line-height: 30px;
    margin: 0;
    text-decoration: none;
}

.contact-form-let {
    box-shadow: 0 18px 50px #dbdbdb;
    border-radius: 30px;
    background-color: #ffffff;
    padding: 60px;
}
.contact-banner .row {
    align-items: center;
}
.contact-banner .freya--saving {
    margin: 0;
}
.contact-banner {
    background-color: #f2f5f9;
    padding-top: 94px;
    padding-bottom: 0;
}
/********freya-banner****/
.freya-banner {
    background-color: #f2f5f9;
    padding-top: 67px;
    padding-bottom: 21px;
}

.freya--saving h2 {
    font-family: "avenir-next-lt-w04-light";
    font-size: 40px;
    font-style: normal;
    line-height: 60px;
    text-align: left;
    color: #004086;
    letter-spacing: normal;
    margin-bottom: 25px;
}


.freya--saving h4 {
    color: #004086;
    font-family: "avenir-next-lt-w04-light";
    font-size: 23px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
    margin-bottom: 11px;
}

.freya--saving p {
    color: #646464;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
}

.freya--saving h2 span {
    color: #000000;
}
.how-make-saving {
    margin-top: 83px;
    padding-bottom: 0;
    margin-bottom: 40px;
}

.saving-desposit-box {
    border-radius: 30px;
    background-image: linear-gradient(#0075d9, #00448c);
    padding: 44px;
    text-align: center;
    padding-bottom: 156px;
}

.saving-desposit-box h2 {
    color: #ffffff;
    font-family: "avenir-next-lt-w04-light";
    font-size: 19px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: center;
}

.saving-desposit-box p {
    color: #ffffff;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: center;
}

.saving-desposit {
    position: relative;
    text-align: center;
}

.saving-desposit img {margin-top: -142px;width: 280px;}
.how-make-easir {
    background-color: #f2f5f9;
    padding-top: 90px;
    padding-bottom: 130px;
}

.how-make-easir .title {
    padding-bottom: 54px;
}

.how-make-saving .title {
    margin-bottom: 50px;
}
/***********save***********/

.save-banner {
    background-color: #f2f5f9;
    padding-top: 44px;
    padding-bottom: 133px;
}
.save-img {
    position: relative;
}
.accordion-button {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 22px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    text-align: left;
    padding: 20px 0;
    border-top: 1px solid #e2e2e2;
    border-radius: 0;
}

.frequently-acc .accordion-item {
    border: 0;
}

.accordion-button img {
    padding-right: 25px;
}

.frequently-acc .accordion-body {
    padding: 20px 0px;
    padding-bottom: 0;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    background-image: url(../img/aero-black.svg);
    background-size: contain;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../img/aero-blue.svg);
    transform: rotate(0deg);
}

.frequently-acc .accordion-body p {
    color: #646464;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
    margin-bottom: 30px;
}

.frequently-acc .accordion-button:not(.collapsed) {
    background-color: transparent;
    border: 0;
    box-shadow: unset;
    color: #000000;
}

.save-img img {
    position: absolute;
}

.freya--saving {
    margin-top: 50px;
}
.choose-dreams {
    margin-top: 80px;
    padding-bottom: 50px;
}

.choose-dreams-box {
    box-shadow: 0 16px 32px rgba(1, 67, 138, 0.15);
    border-radius: 30px;
    background-color: #ffffff;
    padding: 50px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 26px;
    height: 300px;
}

.saving-desposit-box-text h2 {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 24px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
    margin-bottom: 10px;
}

.saving-desposit-box-text p {
    color: #646464;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
}

.saving-desposit-box-text {
    padding-left: 33px;
}

.choose-dreams .title {
    margin-bottom: 60px;
}

.title h2 span {
    color: #004086;
}

.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
        color: #007ae1;

    /* transform: rotate(
180deg
); */
}
.md-accordion .card .fa-angle-down {
    float: right;
}
.frequently-acc {
    margin-top: 60px;
    padding-bottom: 80px;
}

.card-header {
    background-color: transparent;
    border: 0;
    padding: 30px 0;
}

.card {
    border: 0;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 0;
    background-color: transparent;
}

.card-header a {
    text-decoration: none;
}

.card-header a h5 {
    color: #000000;
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    text-align: left;
}

.card-header a h5 img {
    padding-right: 25px;
}

.card-body {
    padding: 0;
}

.card-body p {
    color: #646464;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
    margin-bottom: 35px;
}

.card:last-child {
    border: 0;
}

.frequently-acc .title {
    margin-bottom: 30px;
}

.card-header a h5 i {
    float: right;
}
/*****Invest********/
.invest-banner {
    background-color: #f2f5f9;
    padding-top: 34px;
    padding-bottom: 108px;
}
.invast-img {
    position: relative;
}

.invast-img img {
    position: absolute;
}


.freya-app-img {
    position: relative;
}

.invest-banner .freya--saving {
    margin-top: 80px;
}
.how-it-work {
    margin-top: 83px;
    padding-bottom: 120px;
}

.how-it-box {
    text-align: center;
    box-shadow: 0 16px 32px rgba(1, 67, 138, 0.15);
    border-radius: 30px;
    background-color: #ffffff;
    padding: 43px;
    height: 100%;
}

.how-it-box h2 {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 19px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: center;
    margin-top: 18px;
}

.how-it-box p {
    color: #646464;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: center;
    margin: 0;
}

.title h4 {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 32px;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 45px;
}
.Protected-secured.mr-p {
    background-color: #f2f5f9;
    margin: 0;
    padding: 80px 0px;
    padding-top: 0;
}

 .Protected-secured.mr-p {
    padding-top: 40;
}
.safty-priority {
    margin-top: 70px;
    padding-bottom: 70px;
}

.safty-priority .row {
    align-items: center;
}

.safty-pirority h2 {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 40px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 60px;
    text-align: left;
    margin-bottom: 18px;
}

.safty-pirority p {
    color: #646464;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
}

.safty-pirority ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 36px;
}

.safty-pirority ul li {
    display: flex;
    align-items: baseline;
    margin-bottom: 40px;
}

.safty-pirority ul li h4 {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 18px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
    margin: 0;
    padding-left: 20px;
}
.contact-img img {
    width: 100%;
}
.finger-app-auomate-img img {
    max-width: 100%;
    width:270px
}


.finger-app-auomate-img  {
    text-align: center;
}

.contact-img img {
    width:500px
}

.contact-img {
    text-align: center;
}

input#edit-actions-submit {
    border-radius: 10px;
    color: #ffffff;
    font-family: "avenir-next-lt-w04-light";
    font-size: 16px;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    padding: 14px 40px;
    background-image: linear-gradient(to right, #0074d8 , #004188);
    border: 0;
    text-align: center;
    max-width: 200px;
}
.tree-small-boxes-section {
    margin: 70px 0px;
}

.tree-small-box {
    box-shadow: 0 16px 32px rgb(1 67 138 / 15%);
    border-radius: 30px;
    background-color: #ffffff;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 26px;
    height: 185px;
}

.tree-small-box-goals h2 {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 24px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
    margin-bottom: 10px;
}

.tree-small-box-goals p {
    color: #646464;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
}

.tree-small-box-goals {
    padding-left: 33px;
}
.quote-wrapper {
    box-shadow: 0 16px 32px rgb(1 67 138 / 15%);
    border-radius: 30px;
    background-color: #ffffff;
    text-align: center;
    height: 100%;
    padding: 52px;
    position: relative;
}

.mb-80.quote.our-blog.blog-default {
    margin-top: 69px;
}

.quote-wrapper:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f10d";
    left: 32px;
    position: absolute;
    top: 12px;
    font-size: 30px;
    color: #004791;
}
.quote-wrapper:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f10e";
    right: 32px;
    position: absolute;
    bottom: 12px;
    font-size: 30px;
    color: #004791;
}
.our-list-funds {
    padding-bottom: 60px;
}
.top-footer h2 {
    color: #fff;
    font-family: 'avenirnextltpro-bold';
    font-size: 25px;
    font-style: normal;
    letter-spacing: normal;
    margin-bottom: 28px;
}

.top-footer p {
    color: #fff;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    margin-bottom: 35px;
}

.top-footer p a {
    color: #fff;
    font-family: 'avenirnextltpro-bold';
}

.top-footer {
    border-bottom: 1px solid #3d3d3d;
    margin-bottom: 30px;
}
.how-make-saving.saving-one .saving-desposit-box {
    height: 310px;
}
/***********responsive start********/
@media screen and (min-device-width: 320px) and (max-device-width: 767px) { 
.Protected-secured .col-md-3 {
    width: 50%;
}
.how-make-saving.saving-one .saving-desposit-box {
    height: auto;
    padding-bottom: 20px;
}
.home-banner {
    background-position: 15% 100%;
    background-size: cover;
}

.navbar-light .navbar-toggler {
    background-color: #fff;
    font-size: 15px;
    padding: 5px 10px;
}
.freya-app-img img {
    width: 60%;
}

.add-money-img img {
    width: 60%;
}

.finger-app-auomate-img img {
    width: 60%;
}
.finger-app-auomate-img {
    text-align: center;
}

.footer-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.navbar-brand img {
    width: 65%;
}

.navbar-light .navbar-brand {
    width: 63%;
}

.home-banner .navbar {
    height: auto;
    padding-top: 20px;
}
.navbar {
    height: auto;
    padding: 10px 0px;
}

.banner {
    padding-top: 16px;
}

.freya-app h2 {
    margin-top: 0;
    font-size: 30px;
    margin-bottom: 20px;
}

.freya-app h2 span {
    font-size: 35px;
}

.app-button {
    display: flex;
    align-items: center;
}

.app-button a img {
    width: 100%;
}

.app-button a {
    margin-right: 10px;
}

.freya-app li:last-child {
    width: 100%;
}

.add-money-grow h2 {
    font-size: 20px;
    line-height: inherit;
    margin-bottom: 20px;
}

.add-money-grow {
    margin-top: 50px;
}

.add-money-grow p {
    margin-bottom: 20px;
}

.Protected-secured {
    margin-top: 50px;
    margin-bottom: 0;
}

.title h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.Protected-secured .title {
    margin-bottom: 50px;
}

.Protected-box {
    margin-bottom: 20px;
    height: 320px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.Protected-box img {
    width: 33px;
}
.Protected-box p {
    font-size: 13px;
    line-height: 24px;
}

.Protected-box h3 {
    margin-top: 20px;
    font-size: 16px;
}
.footer-top ul li a {
    font-size: 17px !important;
}

.add-money {
    margin-top: 0;
}

.add-money-img {
    margin-top: 40px;
    text-align: center;
}

.finger-app {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 20px;
}

.finger-app h2 {
    font-size: 20px;
    line-height: inherit;
    margin-bottom: 20px;
}

.saving-easir {
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact-img img {
    width: 60%;
}
.contact-img {
    text-align: center;
}
.saving-img {
    margin-top: 0;
}

.get-in-touch {
    padding-top: 50px;
    padding-bottom: 50px;
}

.get-form input {
    height: 45px;
    margin-bottom: 15px;
}

.get-form label {
    font-size: 15px;
}

.get-form textarea {
    height: 100px;
}

.footer-top ul li a {
    font-size: 16px;
    margin-left: 0;
    margin-right: 14px;
}

.footer-top ul {
    justify-content: flex-start;
}

.footer-top h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-top h2 a {
    font-size: 18px;
}

p.footer-title {
    margin: 20px 0;
    padding: 10px 0px;
    text-align: justify;
}

.footer-social-link {
    margin-bottom: 0;
    margin-top: 10px;
}

.footer-social-icon {
    margin: 25px 0px;
    justify-content: start;
}
.saving-img img {
    max-width: 60%;
}
.app-button-footr {
    display: flex;
    margin-top: 20px;
}

.app-button-footr a img {
    width: 95%;
}

.footer-logo h2 {
    font-size: 18px;
    margin-top: 0px;
}

.footer {
    padding: 40px 0px;
}
.navbar-light .navbar-nav .nav-link {
    margin-left: 0;
}

.ms-auto {
    margin-top: 30px;
}    
.more-tan {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

.more-tan h6 {
    padding-left: 0;
    font-size: 13px;
}
/**********contact********/
.contact-banner {
    padding-top: 20px;
    padding-bottom: 50px;
}

.freya--saving {
    margin-top: 0;
}

.freya--saving h2 {
    font-size: 26px;
    margin-bottom: 0;
}



.freya-app-img {
    margin-top: 20px;
    text-align: center;
}

.let-contact {
    padding: 50px 0px;
}

.our-address {
    padding: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.add-invast li {
    margin-bottom: 20px;
}

.our-address h2 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: unset;
}

.our-address h3 {
    font-size: 20px;
}

.contact-form-let {
    padding: 30px;
}

.contact-form-let h2 {
    font-size: 25px;
    line-height: 40px;
}

.contact-form-let textarea {
    height: 100px;
}

.map-banner iframe {
    height: 300px;
}
.sand-button {
    text-align: center;
}
/*******freya-app***********/
.freya-banner {
    padding-top: 30px;
}

.freya--saving h4 {
    font-size: 20px;
}

.how-make-saving {
    margin-top: 50px;
    padding-bottom: 22px;
}

.how-make-saving .title {
    margin-bottom: 30px;
}

.saving-desposit {
    margin-bottom: 30px;
}

.saving-desposit-box {
    padding-top: 30px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 20px;
}

.how-make-easir {
    padding-top: 50px;
    padding-bottom: 30px;
}

.how-make-easir .title {
    padding-bottom: 30px;
}
.freya-app-img-app img {
    width: 100%;
}
.saving-desposit img {
    width: 50%;
}
/********Invest**********/
.invest-banner .freya--saving {
    margin-top: 0;
}

.invast-img img {
    position: relative;
    width: 60%;
}
.invast-img {
    text-align: center;
}

.invest-banner {
    padding-bottom: 0;
}

.safty-pirority-img img {
    width: 100%;
}

.safty-priority {
    margin-top: 50px;
    padding-bottom: 50px;
}

.safty-pirority h2 {
    font-size: 25px;
    line-height: 20px;
}

.safty-pirority ul li h4 {
    font-size: 14px;
}

.safty-pirority ul li {
    margin-bottom: 20px;
}

.how-it-work {
    margin-top: 50px;
    padding-bottom: 50px;
}

.how-it-box {
    margin-bottom: 30px;
    height: unset;
    padding: 25px;
}

.title h4 {
    font-size: 25px;
    margin: 25px 0px;
}

.how-it-box h2 {
    font-size: 17px;
}
.Protected-secured.mr-p {
    padding: 50px 0px;
}
/********save********/
.save-img img {
    position: relative;
    width: 60%;
}
.save-img {
    text-align: center;
}
.save-banner {
    padding-top: 30px;
    padding-bottom: 0;
}

.choose-dreams {
    margin-top: 50px;
    padding-bottom: 0;
}

.choose-dreams .title {
    margin-bottom: 30px;
}

.choose-dreams-box {
    flex-direction: column;
    padding: 25px;
    justify-content: center;
    align-items: center;
    height: auto;
}

.saving-desposit-box-text {
    padding-left: 0;
}

.saving-desposit-box-text p {
    text-align: center;
}

.saving-desposit-box-text h2 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
}

.choose-dreams-box img {
    text-align: center;
}

.frequently-acc {
    margin-top: 50px;
    padding-bottom: 50px;
}

.accordion-button {
    font-size: 14px;
    line-height: unset;
}

.accordion-button img {
    padding-right: 10px;
}

.frequently-acc .accordion-body p {
    margin-bottom: 20px;
}

.frequently-acc .title {
    margin-bottom: 30px;
}

}

@media screen and (min-device-width: 768px) and (max-device-width: 1100px) { 
.Protected-box {
    min-height: 281px;
   
}
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) { 
.how-make-saving.saving-one .saving-desposit-box {
    height: 462px;
    padding-bottom: 20px;
}
.freya-app-img img {
    width: 60%;
}
.navbar-light .navbar-toggler {
    background-color: #fff;
    font-size: 15px;
    padding: 5px 10px;
}

.add-money-img img {
    width: 100%;
}

.finger-app-auomate-img img {
    width: 100%;
}

.navbar {
    height: auto;
}

.banner {
    padding-top: 28px;
       padding-bottom: 77px;
}

.freya-app h2 {
    margin-top: 10px;
    font-size: 25px;
    margin-bottom: 14px;
}


.freya-app h2 span {
    font-size: 35px;
}

.app-button a img {width: 100px;}

.app-button {
    display: flex;
    margin-bottom: 10px;
}

.home-banner {
    background-position: center;
    background-size: cover;
}
.freya-app p {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 21px;
}

.more-tan h6 {
    font-size: 10px;
    padding-left: 5px;
    padding-top: 6px;
}

.freya-app li span {
    font-size: 12px;
}

.add-money-grow h2 {
    font-size: 20px;
    line-height: inherit;
    margin-bottom: 20px;
}

.add-money-grow {
    margin-top: 0;
}

.add-money-grow p {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 25px;
}

.Protected-secured {
    margin: 50px 0px;
}

.title h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

.Protected-secured .title {
    margin-bottom: 30px;
}

.Protected-box {
    padding: 10px;
    padding-bottom: 0;
    padding-top: 24px;
}

.Protected-box p {
    font-size: 12px;
    line-height: 24px;
}

.finger-app {
    margin-top: 50px;
    padding: 50px 0px;
    padding-bottom: 25px;
}

.finger-app h2 {
    font-size: 25px;
    line-height: inherit;
}

.finger-app p {
    margin-bottom: 29px;
}



.saving-easir {
   /* margin-top: 50px;*/
    padding-top: 50px;
    padding-bottom: 50px;
}

.saving-img {
    margin-top: 0px;
}

.get-in-touch {
    padding-top: 50px;
    padding-bottom: 50px;
}

.get-form input {
    height: 45px;
    margin-bottom: 15px;
}

.footer-top h2 {
    font-size: 14px;
}

.footer-top ul li a {
    font-size: 16px !important;
    margin-left: 10px;
}

.footer-top h2 a {
    font-size: 16px;
}

p.footer-title {
    margin: 30px 0;
}

.footer-social-link {
    margin-top: 0;
    margin-bottom: 20px;
}

.footer-logo h2 {
    margin-top: 0;
    font-size: 18px;
}

.footer-social-icon {
    margin-top: 75px;
}

.footer-social-link li a {
    font-size: 16px;
}

.app-button-footr {
    display: flex;
}

.app-button-footr a img {
    width: 88%;
}

.navbar-light .navbar-nav .nav-link {
    margin-left: 0;
    font-size: 16px;
}

.ms-auto {
    margin-top: 30px;
}
/********contact********/
.contact-banner {
    padding: 50px 0px;
}

.freya--saving h2 {
    font-size: 29px;
    line-height: unset;
    margin-bottom: 20px;
}

.let-contact {
    padding: 50px 0px;
}

.our-address {
    padding-top: 28px;
    padding-bottom: 67px;
    padding-left: 26px;
}

.our-address h2 {
    font-size: 25px;
    line-height: unset;
    margin-bottom: 11px;
}

.our-address h3 {
    font-size: 20px;
}

.invast-bx p {
    font-size: 16px;
}

.invast-bx h4 {
    font-size: 16px;
}

.contact-form-let {
    padding: 21px;
}

.contact-form-let input {
    height: 45px;
}

.contact-form-let textarea {
    height: 87px;
    margin-bottom: 44px;
}

.contact-form-let h2 {
    font-size: 25px;
}

.add-invast li {
    margin-bottom: 25px;
}

.map-banner iframe {
    height: 327px;
}
/*********freya-app**********/
.freya-app-img-app img {
    width: 100%;
}

.freya-banner .row {
    align-items: center;
}
.saving-desposit img {
    width: 80%;
}

.freya-banner {
    padding-top: 0;
}

.how-make-saving {
    margin-top: 50px;
    padding-bottom: 0px;
}

.how-make-saving .title {
    margin-bottom: 30px;
}

.saving-desposit-box {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 28px;
}

.saving-desposit-box h2 {
    font-size: 18px;
}

.how-make-easir {
    padding-top: 50px;
    padding-bottom: 60px;
}

.how-make-easir .title {
    padding-bottom: 30px;
}
/********Invest*********/
.invast-img img {
    width: 100%;
    position: relative;
}

.safty-pirority-img img {
    width: 100%;
}

.invest-banner .row {
    align-items: center;
}

.invest-banner .freya--saving {
    margin-top: 0;
}

.invest-banner {
    padding-bottom: 20px;
}

.how-it-work {
    margin-top: 50px;
    padding-bottom: 70px;
}

.title h4 {
    margin: 25px 0px;
    font-size: 25px;
}

.how-it-box {
    padding: 15px;
    min-height: 488px;
}

.how-it-box img {
    width: 120px;
}

.Protected-secured.mr-p {
    padding: 50px 0px;
}

.safty-priority {
    margin-top: 50px;
    padding-bottom: 20px;
}

.safty-pirority h2 {
    font-size: 25px;
    line-height: 28px;
}

.safty-pirority ul li h4 {
    font-size: 16px;
}
.how-it-box h2 {
    font-size: 16px;
}

.safty-pirority ul li {
    margin-bottom: 20px;
}
/**********save********/
.save-img img {
    width: 100%;
    position: relative;
}

.save-banner .row {
    align-items: center;
}

.save-banner {
    padding-top: 0;
    padding-bottom: 29px;
}

.choose-dreams {
    margin-top: 50px;
    padding-bottom: 50px;
}

.choose-dreams-box {
    padding: 30px;
    height: 397px;
}

.saving-desposit-box-text h2 {
    font-size: 16px;
}

.choose-dreams-box img {
    width: 30px;
}

.saving-desposit-box-text {
    padding-left: 15px;
}

.frequently-acc {
    margin-top: 50px;
    padding-bottom: 50px;
}

.accordion-button {
    font-size: 20px;
}
.save-img {
    margin-top: 50px;
}

}

@media screen and (min-device-width: 992px) and (max-device-width: 1024px) { 
.navbar-light .navbar-nav .nav-link {
    margin-left: 20px;
}
.how-make-saving.saving-one .saving-desposit-box {
    height: 331px;
    padding-bottom: 20px;
}
.pricing-man {
    height: 568px !important;
}
.tree-small-box {
    height: 194px !important;
}
.home-banner {
    background-position: top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.ms-auto {
    margin-top: 0;
}
.navbar {
    height: 100px;
}
.freya-app h2 {
    margin-top: 40px;
}
.how-it-box {
    min-height: 385px;
}


}

@media screen and (min-device-width: 1025px) and (max-device-width: 1200px) { 
 .tree-small-box {
    height: 200px;
    padding: 25px;
}
.how-make-saving.saving-one .saving-desposit-box {
    height: 314px;
    padding-bottom: 20px;
}
.tree-small-box-goals {
    padding-left: 19px;
}

.tree-small-box-goals h2 {
    font-size: 19px;
}   
.freya-app-img img {
    width: 60%;
}
.freya-app p {
    margin-bottom: 16px;
    font-size: 15px;
}
.add-money-img img {
    width: 100%;
}

.finger-app-auomate-img img {
    width: 100%;
}

.navbar {
    height: 100px;
}

.banner {
    padding-top: 10px;
    padding-bottom: 50px;
}

.freya-app h2 {
    margin-top: 16px;
    font-size: 30px;
    margin-bottom: 15px;
}
.navbar-brand img {
    width: 84%;
}

.freya-app h2 span {
    font-size: 35px;
}
.app-button a img {
    width: 130px;
}

.app-button {
    display: flex;
    margin-bottom: 13px;
}

.home-banner {
    background-position: 6% 100%;
}
.add-money-grow h2 {
    font-size: 30px;
    line-height: inherit;
    margin-bottom: 20px;
}

/* .add-money-grow {
    margin-top: 70px;
} */

.add-money-grow p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 25px;
}

.Protected-secured {
    margin: 50px 0px;
}

.title h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.Protected-secured .title {
    margin-bottom: 30px;
}

.Protected-box {
    padding: 10px;
    padding-bottom: 0;
    padding-top: 24px;
}

.Protected-box p {
    font-size: 12px;
    line-height: 24px;
}

.finger-app {
    margin-top: 50px;
    padding: 50px 0px;
    padding-bottom: 25px;
}

.finger-app h2 {
    font-size: 30px;
    line-height: inherit;
}
.finger-app p {
    margin-bottom: 29px;
}

/* .finger-app-auomate-img {
    margin-top: 74px;
} */

.saving-easir {
   /* margin-top: 50px;*/
    padding-top: 50px;
    padding-bottom: 50px;
}

.saving-img {
    margin-top: 0px;
}

.get-in-touch {
    padding-top: 50px;
    padding-bottom: 50px;
}

.get-form input {
    height: 45px;
    margin-bottom: 15px;
}

.footer-top h2 {
    font-size: 16px;
}

.footer-top ul li a {
    font-size: 16px;
    margin-left: 20px;
}

.footer-top h2 a {
    font-size: 19px;
}

p.footer-title {
    margin: 30px 0;
}

.footer-social-link {
    margin-top: 0;
    margin-bottom: 20px;
}

.footer-logo h2 {
    margin-top: 0;
    font-size: 18px;
}

.footer-social-icon {
    margin-top: 75px;
}

.footer-social-link li a {
    font-size: 16px;
}

.app-button-footr {
    display: flex;
    justify-content: flex-end;
}

.app-button-footr a img {
    width: 88%;
}

.navbar-light .navbar-nav .nav-link {
    margin-left: 30px;
    font-size: 16px;
}
/********contact********/
.contact-banner {
    padding: 50px 0px;
}

.freya--saving h2 {
    font-size: 30px;
    line-height: unset;
    margin-bottom: 20px;
}

.let-contact {
    padding: 50px 0px;
}

.our-address {
    padding-top: 28px;
    padding-bottom: 67px;
    padding-left: 26px;
}

.our-address h2 {
    font-size: 25px;
    line-height: unset;
    margin-bottom: 11px;
}

.our-address h3 {
    font-size: 20px;
}

.invast-bx p {
    font-size: 16px;
}

.invast-bx h4 {
    font-size: 16px;
}

.contact-form-let {
    padding: 21px;
}

.contact-form-let input {
    height: 45px;
}

.contact-form-let textarea {
    height: 87px;
    margin-bottom: 44px;
}

.contact-form-let h2 {
    font-size: 25px;
}

.add-invast li {
    margin-bottom: 25px;
}

.map-banner iframe {
    height: 327px;
}
/*********freya-app**********/
.freya-app-img-app img {
    width: 100%;
}

.freya-banner .row {
    align-items: center;
}
.saving-desposit img {
    width: 85%;
}

.freya-banner {
    padding-top: 0;
}

.how-make-saving {
    margin-top: 50px;
        padding-bottom:50px;
}

.how-make-saving .title {
    margin-bottom: 30px;
}

.saving-desposit-box {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 28px;
}

.saving-desposit-box h2 {
    font-size: 18px;
}

.how-make-easir {
    padding-top: 50px;
    padding-bottom: 60px;
}

.how-make-easir .title {
    padding-bottom: 30px;
}
.saving-desposit-box p {
    font-size: 15px;
}
/********Invest*********/
.invast-img img {
    width: 100%;
    position: relative;
}

.safty-pirority-img img {
    width: 100%;
}

.invest-banner .row {
    align-items: center;
}

.invest-banner .freya--saving {
    margin-top: 0;
}

.invest-banner {
    padding-bottom: 20px;
}

.how-it-work {
    margin-top: 50px;
    padding-bottom: 70px;
}

.title h4 {
    margin: 25px 0px;
    font-size: 25px;
}

.how-it-box {
    padding: 15px;
    min-height: 381px;
}

.how-it-box img {
    width: 120px;
}

.Protected-secured.mr-p {
    padding: 50px 0px;
}

.safty-priority {
    margin-top: 50px;
    padding-bottom: 20px;
}

.safty-pirority h2 {
    font-size: 25px;
    line-height: 28px;
}

.safty-pirority ul li h4 {
    font-size: 16px;
}
.how-it-box h2 {
    font-size: 16px;
}

.safty-pirority ul li {
    margin-bottom: 20px;
}
/**********save*********/
.save-img img {
    max-width: 467px;
    top: 17px;
}

.save-banner {
    padding-bottom: 20px;
}

.choose-dreams {
    margin-top: 106px;
    padding-bottom: 70px;
}

.choose-dreams .title {
    margin-bottom: 40px;
}

.choose-dreams-box {
    padding: 30px;
}

.saving-desposit-box-text h2 {
    font-size: 20px;
}

.frequently-acc {
    margin-top: 60px;
    padding-bottom: 50px;
}

.frequently-acc .title {
    margin-bottom: 30px;
}

.accordion-button {
    font-size: 20px;
}

}

@media screen and (min-device-width: 1201px) and (max-device-width: 1365px) { 
.navbar-light .navbar-nav .nav-link {
    margin-left: 30px;
}
.how-make-saving.saving-one .saving-desposit-box {
    height: 340px;
    padding-bottom: 20px;
}
.how-it-box span img {
    width: auto;
}
.freya-app-img img {
    width: 60%;
}
.tree-small-box-goals {
    padding-left: 20px;
}

.tree-small-box {
    padding: 24px;
}

.banner {
    padding-top: 10px;
}

.freya-app h2 {
    font-size: 35px;
    margin-top: 30px;
}

.freya-app h2 span {
    font-size: 43px;
}

.home-banner {
    background-position: inherit;
        background-size: 100% 100%;
    background-repeat: no-repeat;
}
.app-button a img {
    width: 130px;
}
.freya-app p {
    font-size: 15px;
}

.add-money-grow h2 {
    font-size: 30px;
    line-height: inherit;
    margin-bottom: 20px;
}

.add-money-grow p {
    margin-bottom: 20px;
}

.add-money-img img {
    width: 80%;
    text-align: center;
}

.add-money-img {
    text-align: center;
}

.title h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.Protected-secured .title {
    margin-bottom: 50px;
}

.finger-app {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 40px;
}

.finger-app h2 {
    font-size: 30px;
    line-height: inherit;
    margin-bottom: 20px;
}

.saving-easir {
   /* margin-top: 50px;*/
    padding-bottom: 50px;
    padding-top: 50px;
}

.saving-img {
    margin-top: 20px;
}

.get-in-touch {
    padding-top: 50px;
    padding-bottom: 50px;
}

.get-form input {
    height: 50px;
    margin-bottom: 15px;
}

.footer-top h2 {
    font-size: 20px;
}

.footer-top h2 a {
    font-size: 25px;
}

.footer-top ul li a {
    font-size: 18px;
}

p.footer-title {
    margin: 40px 0;
}

.footer-social-link li a {
    font-size: 16px;
}

.footer-logo h2 {
    font-size: 18px;
    margin-top: 0;
}

.footer-social-link {
    margin-top: 0;
}

.footer-social-icon {
    margin-top: 64px;
}
.container {
    max-width: 1096px;
}
.finger-app-auomate-img img {
    width: 100%;
}
/********contact********/
.contact-banner {
    padding: 50px 0px;
}

.freya--saving h2 {
    font-size: 30px;
    line-height: unset;
    margin-bottom: 20px;
}

.let-contact {
    padding: 50px 0px;
}

.our-address {
    padding-top: 39px;
    padding-bottom: 90px;
    padding-left: 37px;
}

.our-address h2 {
    font-size: 25px;
    line-height: unset;
    margin-bottom: 11px;
}

.our-address h3 {
    font-size: 20px;
}

.invast-bx p {
    font-size: 16px;
}

.invast-bx h4 {
    font-size: 16px;
}

.contact-form-let {
    padding: 40px;
}

.contact-form-let input {
    height: 45px;
}

.contact-form-let textarea {
    height: 87px;
    margin-bottom: 44px;
}

.contact-form-let h2 {
    font-size: 25px;
}

.add-invast li {
    margin-bottom: 25px;
}

.map-banner iframe {
    height: 327px;
}
/********freya-app**********/
.freya-app-img-app img {
    width: 100%;
}

.freya-banner .row {
    align-items: center;
}

.freya-banner {
    padding-top: 0;
}

.how-make-saving {
    margin-top: 50px;
    padding-bottom: 0px;
}

.how-make-saving .title {
    margin-bottom: 30px;
}

.saving-desposit-box h2 {
    font-size: 17px;
}

.saving-desposit-box p {
    font-size: 15px;
}

.how-make-easir {
    padding-top: 50px;
    padding-bottom: 80px;
}

.Protected-secured {
    margin-top: 50px;
    margin-bottom: 50px;
}
.freya-app-img-app {
    margin-top: 50px;
}
/********Invest*********/
.invast-img img {
    width: 100%;
    position: relative;
}

.safty-pirority-img img {
    width: 100%;
}



.invest-banner .freya--saving {
    margin-top: 0;
}

.invest-banner {
    padding-bottom: 0px;
}

.how-it-work {
    margin-top: 50px;
    padding-bottom: 70px;
}

.title h4 {
    margin: 25px 0px;
    font-size: 25px;
}

.how-it-box {
    padding: 25px;
}

.how-it-box img {
    width: 120px;
}

.Protected-secured.mr-p {
    padding: 50px 0px;
}

.safty-priority {
    margin-top: 50px;
    padding-bottom: 50px;
}

.safty-pirority h2 {
    font-size: 25px;
    line-height: 28px;
}

.safty-pirority ul li h4 {
    font-size: 16px;
}


.safty-pirority ul li {
    margin-bottom: 20px;
}
/*********save*********/
.choose-dreams {
    margin-top: 100px;
    padding-bottom: 60px;
}

.choose-dreams-box {
    padding: 35px;
}

.saving-desposit-box-text h2 {
    font-size: 20px;
}

.frequently-acc {
    margin-top: 80px;
    padding-bottom: 70px;
}

.accordion-button {
    font-size: 20px;
}

}

@media screen and (min-device-width: 1366px) and (max-device-width: 1900px) { 
.navbar-light .navbar-nav .nav-link {
    margin-left: 30px;
}
.how-make-saving.saving-one .saving-desposit-box {
    height: 347px;
    padding-bottom: 20px;
}

.saving-desposit-box {
    height: 306px;
}
.how-it-box span img {
    width: auto;
}
.freya-app-img img {
    width: 60%;
}
.tree-small-box-goals {
    padding-left: 20px;
}

.tree-small-box {
    padding: 25px;
}

.banner {
    padding-top: 10px;
}

.freya-app h2 {
    font-size: 35px;
    margin-top: 30px;
}

.freya-app h2 span {
    font-size: 43px;
}

.home-banner {
    background-position: inherit;
        background-size: 100% 100%;
    background-repeat: no-repeat;
}
.app-button a img {
    width: 130px;
}
.freya-app p {
    font-size: 15px;
}

.add-money-grow h2 {
    font-size: 30px;
    line-height: inherit;
    margin-bottom: 20px;
}

.add-money-grow p {
    margin-bottom: 20px;
}

.add-money-img img {
    width: 80%;
    text-align: center;
}

.add-money-img {
    text-align: center;
}

.title h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.Protected-secured .title {
    margin-bottom: 50px;
}

.finger-app {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 40px;
}

.finger-app h2 {
    font-size: 30px;
    line-height: inherit;
    margin-bottom: 20px;
}

.saving-easir {
    /*margin-top: 50px;*/
    padding-bottom: 50px;
    padding-top: 50px;
}

.saving-img {
    margin-top: 20px;
}

.get-in-touch {
    padding-top: 50px;
    padding-bottom: 50px;
}

.get-form input {
    height: 50px;
    margin-bottom: 15px;
}

.footer-top h2 {
    font-size: 20px;
}

.footer-top h2 a {
    font-size: 25px;
}

.footer-top ul li a {
    font-size: 18px;
}

p.footer-title {
    margin: 40px 0;
}

.footer-social-link li a {
    font-size: 16px;
}

.footer-logo h2 {
    font-size: 18px;
    margin-top: 0;
}

.footer-social-link {
    margin-top: 0;
}

.footer-social-icon {
    margin-top: 64px;
}
.container {
    max-width: 1140px;
}


/********contact********/
.contact-banner {
    padding: 50px 0px;
}

.freya--saving h2 {
    font-size: 30px;
    line-height: unset;
    margin-bottom: 20px;
}

.let-contact {
    padding: 50px 0px;
}

.our-address {
    padding-top: 39px;
    padding-bottom: 90px;
    padding-left: 37px;
}

.our-address h2 {
    font-size: 25px;
    line-height: unset;
    margin-bottom: 11px;
}

.our-address h3 {
    font-size: 20px;
}

.invast-bx p {
    font-size: 16px;
}

.invast-bx h4 {
    font-size: 16px;
}

.contact-form-let {
    padding: 40px;
}

.contact-form-let input {
    height: 45px;
}

.contact-form-let textarea {
    height: 87px;
    margin-bottom: 44px;
}

.contact-form-let h2 {
    font-size: 25px;
}

.add-invast li {
    margin-bottom: 25px;
}

.map-banner iframe {
    height: 400px;
}

/********freya-app**********/
.freya-app-img-app img {
    width: 100%;
}

.freya-banner .row {
    align-items: center;
}

.freya-banner {
    padding-top: 0;
}

.how-make-saving {
    margin-top: 50px;
    padding-bottom: 50px;
}

.how-make-saving .title {
    margin-bottom: 30px;
}

.saving-desposit-box h2 {
    font-size: 17px;
}

.saving-desposit-box p {
    font-size: 15px;
}

.how-make-easir {
    padding-top: 50px;
    padding-bottom: 80px;
}

.Protected-secured {
    margin-top: 50px;
    margin-bottom: 50px;
}
.freya-app-img-app {
    margin-top: 50px;
}
/********Invest*********/
.invast-img img {
    width: 100%;
}

.safty-pirority-img img {
    width: 100%;
}
.freya--saving h4 {
    font-size: 22px;
}


.invest-banner .freya--saving {
    margin-top: 0;
}

.invest-banner {
    padding-bottom: 36px;
}

.how-it-work {
    margin-top: 50px;
    padding-bottom: 70px;
}

.title h4 {
    margin: 25px 0px;
    font-size: 25px;
}

.how-it-box {
    padding: 25px;
}

.how-it-box img {
    width: 120px;
}

.Protected-secured.mr-p {
    padding: 50px 0px;
}

.safty-priority {
    margin-top: 50px;
    padding-bottom: 50px;
}

.safty-pirority h2 {
    font-size: 25px;
    line-height: 28px;
}

.safty-pirority ul li h4 {
    font-size: 16px;
}


.safty-pirority ul li {
    margin-bottom: 20px;
}
/*********save*********/
.choose-dreams {
    margin-top: 100px;
    padding-bottom: 60px;
}

.choose-dreams-box {
    padding: 35px;
}

.saving-desposit-box-text h2 {
    font-size: 20px;
}

.frequently-acc {
    margin-top: 80px;
    padding-bottom: 70px;
}

.accordion-button {
    font-size: 20px;
}
}
/**********new************/

@font-face {
    font-family: 'avenirnextltpro-regular';
    src: url('../fonts/avenirnextltpro-regular.eot');
    src: url('../fonts/avenirnextltpro-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenirnextltpro-regular.woff2') format('woff2'),
         url('../fonts/avenirnextltpro-regular.woff') format('woff'),
         url('../fonts/avenirnextltpro-regular.ttf')  format('truetype'),
         url('../fonts/avenirnextltpro-regular.svg#avenirnextltpro-regular') format('svg');
}

@font-face {
    font-family: 'avenirnextltpro-bold';
    src: url('../fonts/avenirnextltpro-bold.eot');
    src: url('../fonts/avenirnextltpro-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenirnextltpro-bold.woff2') format('woff2'),
         url('../fonts/avenirnextltpro-bold.woff') format('woff'),
         url('../fonts/avenirnextltpro-bold.ttf')  format('truetype'),
         url('../fonts/avenirnextltpro-bold.svg#avenirnextltpro-bold') format('svg');
}

@font-face {
    font-family: 'avenirnextltpro-it';
    src: url('../fonts/avenirnextltpro-it.eot');
    src: url('../fonts/avenirnextltpro-it.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenirnextltpro-it.woff2') format('woff2'),
         url('../fonts/avenirnextltpro-it.woff') format('woff'),
         url('../fonts/avenirnextltpro-it.ttf')  format('truetype'),
         url('../fonts/avenirnextltpro-it.svg#avenirnextltpro-it') format('svg');
}

@font-face {
    font-family: 'helvetica';
    src: url('../fonts/helvetica.eot');
    src: url('../fonts/helvetica.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica.woff2') format('woff2'),
         url('../fonts/helvetica.woff') format('woff'),
         url('../fonts/helvetica.ttf')  format('truetype'),
         url('../fonts/helvetica.svg#helvetica') format('svg');
}

@font-face {
    font-family: 'helvetica';
    src: url('../fonts/helvetica-bold.eot');
    src: url('../fonts/helvetica-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-bold.woff2') format('woff2'),
         url('../fonts/helvetica-bold.woff') format('woff'),
         url('../fonts/helvetica-bold.ttf')  format('truetype'),
         url('../fonts/helvetica-bold.svg#Helvetica') format('svg');
}

@font-face {
    font-family: 'helveticaneue-light';
    src: url('../fonts/helveticaneue-light.eot');
    src: url('../fonts/helveticaneue-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneue-light.woff2') format('woff2'),
         url('../fonts/helveticaneue-light.woff') format('woff'),
         url('../fonts/helveticaneue-light.ttf')  format('truetype'),
         url('../fonts/helveticaneue-light.svg#helveticaneue-light Neue') format('svg');
}

@font-face {
    font-family: "avenir-next-lt-w04-light";
    src: url('../fonts/avenir-next-w10-medium.eot');
    src: url('../fonts/avenir-next-w10-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenir-next-w10-medium.woff2') format('woff2'),
         url('../fonts/avenir-next-w10-medium.woff') format('woff'),
         url('../fonts/avenir-next-w10-medium.ttf')  format('truetype'),
         url('../fonts/avenir-next-w10-medium.svg#avenir-next-w10-medium') format('svg');
}

@font-face {
    font-family: 'avenir-next-lt-w04-light';
    src: url('../fonts/avenir-next-lt-w04-light.eot');
    src: url('../fonts/avenir-next-lt-w04-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenir-next-lt-w04-light.woff2') format('woff2'),
         url('../fonts/avenir-next-lt-w04-light.woff') format('woff'),
         url('../fonts/avenir-next-lt-w04-light.ttf')  format('truetype'),
         url('../fonts/avenir-next-lt-w04-light.svg#avenir-next-lt-w04-light') format('svg');
}
* {
    margin:0;
    padding:0;
    box-sizing: border-box;
}

/*********our-pricing start *******/
.title {
    text-align: center;
}
.our-pricing {
    background-color: #fbfbfb;
    padding: 60px 0px;
    margin-top:40px
}
.title.section-title {
    margin-bottom: 60px;
}

.title h2 {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 35px;
    font-style: normal;
    letter-spacing: normal;
    margin-bottom: 18px;
}

.how-make-saving .title h2 {
    font-size: 25px;
}
.title p {
    color: #646464;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
}
.pricing-box {
    box-shadow: 0 16px 32px rgba(1, 67, 138, 0.1);
    border-radius: 30px;
    background-color: #ffffff;
}

.pricing-bg {
    border-radius: 30px;
    background-image: linear-gradient(#0075d9, #00448c);
    padding: 43px;
    text-align: center;
    height: 254px;
}

.pricing-bg h2 {
    color: #ffffff;
    font-size: 27px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    text-align: center;
}

.pricing-bg h3 {
    color: #ffffff;
    font-family: "avenir-next-lt-w04-light";
    font-size: 18px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: center;
}

.pricing-bg p {
    color: #ffffff;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 25px;
    text-align: center;
}
.pricing-man {
    padding: 40px;
    position: relative;
    padding-top: 60px;
    height: 716px;
}

.sing-button {
    background-image: linear-gradient(to right, #fec508 , #f3771e);
    color: #ffffff;
    font-family: "avenir-next-lt-w04-light";
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 225px;
    height: 53px;
    border: 0;
    border-radius: 10px;
}

.pricing-invast {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #e1e1e1;
    padding: 5px 0px;
    margin-bottom: 20px;
}

.pricing-invast-text h2 {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: -0.36px;
    line-height: 19.8px;
}

.pricing-invast-text h3 {
    color: #646464;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.28px;
    line-height: 20px;
    text-align: left;
    margin: 0;
}

.pricing-invast-text {
    padding-left: 14px;
}

.invast-listlater {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bancking-pricing {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.bancking-pricing h4 {
    color: #252525;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.32px;
    text-align: left;
    margin-left: 17px;
    line-height: unset;
}
ul.invast-listlater.backing-br {
    border-bottom: 1px solid #e1e1e1;
}
.pricing-invast.invast-atm {
    border: 0;
    margin-top: 20px;
}
.faturebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faturebox h4 {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 18px;
    font-style: normal;
    letter-spacing: -0.36px;
    line-height: 19.8px;
    text-align: center;
    margin: 0;
}
/*********our-pricing End *******/
/*********anyone-peak start *******/
.anyone-peak {
    background-color: #fbfbfb;
    padding: 80px 0px;
}

.peak-box {
    box-shadow: 0 16px 32px rgba(1, 67, 138, 0.1);
    border-radius: 30px;
    background-color: #ffffff;
    padding: 40px;
    height: 100%;
    text-align: center;
}

.peak-box h2 {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 18px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    margin-top: 32px;
}

.peak-box p {
    color: #646464;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: center;
    margin: 0;
}
/*********anyone-peak End *******/
/*********moneyfarm-invast start***********/
.moneyfarm-invast {
    padding: 80px 0px;
    padding-bottom: 60px;
}
.take-slider .title.section-title {
    margin: 0;
}
.moneyfarm-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}

.moneyfarm-box-goals h2 {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 20px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
}
.moneyfarm-bg span {
    width: 76px;
    height: 75px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    border: 1px dashed #a5a5a5;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.moneyfarm-box-goals p {
    color: #646464;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
}

.moneyfarm-box-goals {
    padding-left: 20px;
}
.lean-more-button {
    border-radius: 10px;
    color: #ffffff;
    font-family: "avenir-next-lt-w04-light";
    font-size: 16px;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    padding: 14px 40px;
    background-image: linear-gradient(to right, #0074d8 , #004188);
    border: 0;
}
.find-button {
    text-align: center;
}

/*********moneyfarm-invast End***********/

/***********take-slider start*************/
.johen-doe {
    display: flex;
    align-items: center;
}

.owl-carousel .owl-item .johen-doe img {
    width: auto;
}

.slide-box {
    box-shadow: 0 16px 32px rgba(1, 67, 138, 0.1);
    border-radius: 30px;
    background-color: #ffffff;
    padding: 40px;
     opacity: 0.2;
}

.owl-item.active .slide-box {
       
        opacity: 1;
}


.slide-box p {
    color: #646464;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    margin-bottom: 30px;
}

.johen-doe h2 {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 18px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
    margin: 0;
    padding-left: 20px;
}

.owl-nav {
    display: none;
}
.owl-carousel .owl-stage-outer {
    padding: 40px 0px;
}

.take-slider {
    overflow: hidden;
    padding: 80px 0px;
    background-color: #fbfbfb;
}
 
/***********take-slider End*************/

/**********about-freys start*************/
.about-freys {
    background-color: #ffffff;
    padding: 80px 0px;
}

.people-box {
    box-shadow: 0 16px 32px rgba(1, 67, 138, 0.1);
    border-radius: 30px;
    background-color: #ffffff;
    padding: 35px;
}

.people-box p {
    color: #252525;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 32px;
    
/* Text style for "Ã¢â‚¬Å›, Ã¢â‚¬Å›" */
}

.star-icon {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.star-icon li i {
    color: #faa51e;
}

.star-icon li h5 {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 16px;
    font-style: italic;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
}

.star-icon li {
    padding-right: 4px;
}

.alex-row {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.alex-row h6 {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 18px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
    margin: 0;
    padding-left: 16px;
}

.alex-row h6 span {
    color: #898888;
    font-size: 14px;
    padding-left: 10px;
}
/**********about-freys End*************/

/***********our-list-funds start*************/
.funds-box {
    position: relative;
}

.funds-bg {
    position: absolute;
    top: 0;
    padding: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 98%;
}



.funds-box-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.funds-box-head h2 {
    color: #ffffff;
    font-family: "avenir-next-lt-w04-light";
    font-size: 18px;
    font-style: normal;
    letter-spacing: 0.24px;
    line-height: normal;
    margin: 0;
}

.funds-box-head span {
    color: #fff;
    font-size: 20px;
}

.funds-bg p {
    color: #ffffff;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.17px;
    line-height: 20px;
    text-align: left;
}

.risk-man-box {
    display: flex;
    justify-content: space-between;
    padding-top: 0;
}
.risk-level h3 {
    color: #ffffff;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.14px;
    line-height: 16px;
    text-align: left;
}

.risk-level h4 {
    color: #ffffff;
    font-family: "avenir-next-lt-w04-light";
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.18px;
    line-height: 16px;
}

.annual-level h3 {
    color: #ffffff;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 12px;
    font-style: normal;
    letter-spacing: 0.14px;
    line-height: 16px;
    text-align: right;
}

.annual-level ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

span.green {
    color: #088c1c;
}
.risk-level h4 span {position: relative;top: 0;font-size: 27px;padding-right: 7px;}

span.red {
    color: #ee2c2c;
}
/***********our-list-funds End*************/

/***********how-it-work start*************/
.how-it-work {
    margin-top: 83px;
    padding-bottom: 120px;
}
.how-it-box span {
    width: 132px;
    height: 132px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px dashed #a5a5a5;
}
strong.how-bg {
    width: 44px;
    height: 43px;
    border: 5px solid #ffffff;
    background-color: #1e5694;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
    color: #ffffff;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 20px;
    text-align: left;
    margin-top: -23px;
}
.how-it-box {
    text-align: center;
    box-shadow: 0 16px 32px rgb(1 67 138 / 15%);
    border-radius: 30px;
    background-color: #ffffff;
    padding: 43px;
    height: 100%;
}
.how-it-box h2 {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 19px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: center;
    margin-top: 18px;
}
.how-it-box p {
    color: #646464;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: center;
    margin: 0;
}


/***********how-it-work End*************/
/***********challenge-up start*************/
.challenge-up {
    background-color: #fbfbfb;
    padding: 80px 0px;
}

.challenge-box {
    box-shadow: 0 16px 32px rgba(1, 67, 138, 0.15);
    border-radius: 30px;
    background-color: #ffffff;
    padding: 50px;
    margin-bottom: 40px;
}

.round-box {
    display: flex;
    align-items: flex-start;
}

.round-text h2 {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 40px;
    font-style: normal;
    letter-spacing: normal;
}
.roun-img span {
    width: 76px;
    height: 76px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 10%);
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px dashed #a5a5a5;
}

.round-text p {
    color: #646464;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    text-align: left;
}

.round-text {
    margin-left: 20px;
}

.late-coffee {
    border-radius: 6px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
    align-items: center;
}

.left-coffee {
    display: flex;
    align-items: center;
}

.left-coffee h2 {
    margin: 0;
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 16px;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    margin-left: 17px;
    margin-top: 6px;
}

.right-coffee {
    display: flex;
    align-items: center;
}

.right-coffee h2 {
    color: #000000;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    margin: 0;
    margin-right: 30px;
}

.right-coffee h3 {
    border-radius: 8px;
    border: 2px solid #0058ad;
    background-color: rgba(196, 196, 196, 0);
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: center;
    margin: 0;
    padding: 2px 17px;
}

.goiners-day {
    border-top: 1px solid #eeeeee;
    margin-top: 25px;
    padding-top: 20px;
    display: flex;
    align-items: center;
}

.goiners-day h5 {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
    margin: 0;
    margin-left: 15px;
}

/***********challenge-up End*************/

/***********why-invast start*********/
.why-invast {
    background-color: #ffffff;
    padding: 80px 0px;
}

.fractional-box {
    box-shadow: 0 16px 32px rgba(1, 67, 138, 0.15);
    border-radius: 30px;
    background-color: #ffffff;
    padding: 45px;
    text-align: center;
    height: 100%;
}

.fractional-box h2 {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 18px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    margin-top: 27px;
}

.fractional-box p {
    color: #646464;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: center;
}
.mar-top {
    margin-top: 30px;
}
/***********why-invast End*********/
/********why-experienced start***********/
.why-experienced {
    background-color: #fbfbfb;
    padding: 80px 0px;
}

.experienced-text h2 {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 40px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 30px;
}

.experienced-text p {
    color: #646464;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
}

.experienced-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 50px;
}

.when-how h3 {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 20px;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
}

.experienced-text ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}

.when-how {
    padding-left: 20px;
}
/********why-experienced End***********/
/******************/
.management-lerning {
    background-image: linear-gradient(#0075d9, #00448c);
    padding: 80px 0px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.lerning-text h2 {
    color: #ffffff;
    font-family: "avenir-next-lt-w04-light";
    font-size: 40px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 60px;
    text-align: left;
    margin-bottom: 20px;
}

.lerning-text p {
    color: #ffffff;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 0;
}
.lerning-text p a {
    color: #ffc708;
    text-decoration: none;
}

.lerning-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.lerning-text ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 26px;
}

.lerning-how h3 {
    color: #ffffff;
    font-family: "avenir-next-lt-w04-light";
    font-size: 18px;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
}

.lerning-how {
    margin-left: 23px;
}
.become-button {
    background-image: linear-gradient(to right, #fec508 , #f3771e);
    color: #ffffff;
    font-family: "avenir-next-lt-w04-light";
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    right: 0;
    margin: 0 auto;
    border: 0;
    border-radius: 10px;
    padding: 15px 34px;
}
/********stock-gold start***********/
.stock-gold {
    background-color: #fbfbfb;
    padding: 80px 0px;
    padding-bottom: 40px
}

.stock-box h2 {
    color: #000000;
    font-family: "avenir-next-lt-w04-light";
    font-size: 20px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
}
.stock-img-icon {
    width: 75px;
    height: 75px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    border: 1px dashed #a5a5a5;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 18px;
}

.stock-box p {
    color: #646464;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: left;
}

.stock-box {
    padding-bottom: 100px;
}
/********stock-gold End***********/
.they-about {
    padding: 80px 0px;
}

.about-box {
    box-shadow: 0 16px 32px rgb(1 67 138 / 15%);
    border-radius: 30px;
    background-color: #ffffff;
    padding: 41px 30px;
    text-align: center;
    position: relative;
    height: 100%;
}

.about-box p {
    color: #646464;
    font-family: 'avenir-next-lt-w04-light';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: center;
    margin-bottom: 35px;
}
.pricing-man .card.card-body {
    padding: 0;
    border: 0;
    margin-top: 20px;
}




/***********responsive start***********/
@media screen and (min-device-width: 320px) and (max-device-width: 767px) { 
.stock-box h2 {
    text-align: center;
}
.stock-box p {
    text-align: center;
}
.title h2 {
    font-size: 25px;
}
.peak-box img {
    width: 50px;
}

.our-pricing {
    padding: 50px 0px;
}

.title.section-title {
    margin-bottom: 30px;
}

.pricing-man {
    margin-bottom: 25px;
    padding: 20px;
    padding-top: 40px;
    height: auto;
}

.anyone-peak {
    padding: 50px 0px;
}

.peak-box {
    margin-bottom: 20px;
    height: auto;
    padding: 25px;

}
.peak-box h2 {
    font-size: 17px;
    margin-top: 20px;
}
.moneyfarm-bg span {
    width: 60px;
    height: 60px;
}

.moneyfarm-bg span img {
    width: 28px;
}
.take-slider .title.section-title {
    padding: 0 15px;
}

.moneyfarm-invast {
    padding: 50px 0px;
}

.moneyfarm-box-goals h2 {
    font-size: 18px;
}

.moneyfarm-box {
    margin-bottom: 20px;
}

.take-slider {
    padding: 50px 0px;
}

.about-freys {
    padding: 50px 0px;
}

.people-box {
    margin-bottom: 20px;
}

.funds-box img {
    width: 100%;
}

/*.risk-man-box {
    padding-top: 15px;
}
*/


.funds-bg p {
    font-size: 10px;
    line-height: 14px;
}
.how-it-box img {
    width: 30px;
}
strong.how-bg {
    width: 30px;
    height: 30px;
    font-size: 12px;
    margin-top: -19px;
}
.how-it-box span {
    width: 80px;
    height: 80px;
}

.funds-box-head h2 {
    font-size: 17px;
}

.funds-bg {
    bottom: 0;
    padding: 19px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.how-it-work {
    margin-top: 50px;
    padding-bottom: 50px;
}

.how-it-box {
    margin-bottom: 25px;
    height: auto;
    padding: 25px;
}
.roun-img span {
    width: 60px;
    height: 60px;
}

.roun-img span img {
    width: 28px;
}

.challenge-up {
    padding: 50px 0px;
}

.challenge-box {
    padding: 20px;
}

.round-text {
    margin-left: 10px;
}

.round-text h2 {
    font-size: 20px;
}

.round-text p {
    font-size: 14px;
}

.late-coffee {
    padding: 12px 10px;
}

.right-coffee h2 {
    margin-right: 15px;
}

.left-coffee h2 {
    font-size: 12px;
    margin-left: 6px;
}
.fractional-box img {
    width: 30px;
}

.right-coffee h3 {
    font-size: 12px;
    padding: 0px 17px;
}

.goiners-day h5 {
    font-size: 12px;
    margin-left: 10px;
}

.goiners-day {
    margin-top: 15px;
    padding-top: 10px;
}

.why-invast {
    padding: 50px 0px;
}

.fractional-box {
    margin-bottom: 20px;
    height: auto;
    padding: 25px;
}
.why-experienced {
    padding: 50px 0px;
}

.experienced-img img {
    width: 60%;
}

.experienced-text h2 {
    font-size: 25px;
}

.experienced-text ul li {
    margin-bottom: 20px;
}

.management-lerning {
    padding: 50px 0px;
}

.lerning-text h2 {
    font-size: 22px;
    line-height: 30px;
}
.stock-img-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.stock-img-icon img {
    width: 28px;
}

.lerning-text ul li {
    margin-bottom: 20px;
}

.lerning-img img {
    width: 60%;
}
.lerning-img {
    text-align: center;
}
.tree-small-box {
    height: auto;
}
.tree-small-boxes-section {
    margin-top: 0;
    margin-bottom: 50px;
}
.tree-small-box-goals {
    padding-left: 20px;
}

.tree-small-box-goals h2 {
    font-size: 20px;
}
.stock-gold {
    padding: 50px 0px;
}

.stock-img img {
    width: 60%;
}

.stock-box {
    padding-bottom: 25px;
}

.stock-img {
    margin: 50px 0px;
    text-align: center;
}

.about-box {
    margin-bottom: 20px;
    height: auto;
    padding: 25px;
}
.they-about {
    padding: 50px 0px;
}
.about-box p {
    margin-bottom: 20px;
}

.about-box img {
    width: 60%;
}

.experienced-img {
    text-align: center;
    margin-bottom: 50px;
}

.mar-top {
    margin: 0;
}

.mar-top .col-md-4 {
    padding: 0;
}

.pricing-bg {
    padding: 20px;
    padding-bottom: 40px;
}

.pricing-bg h2 {
    font-size: 25px;
}

}

@media screen and (min-device-width: 360px) and (max-device-width: 768px) { 
.fractional-box img {
    width: 40px;
}

.fractional-box.hei-full img {
    width: 27px;
}
.risk-man-box {
    padding-top: 37px;
}
.funds-bg p {
    font-size: 11px;
}
} 

@media screen and (min-device-width: 411px) and (max-device-width: 768px) { 
.risk-man-box {
    padding-top: 65px;
}
.funds-bg p {
    font-size: 13px;
    line-height: 16px;
}
} 


@media screen and (min-device-width: 768px) and (max-device-width: 1024px) { 
 .tree-small-box {
    height: 269px;
    padding: 20px;
}
.how-it-work .how-it-box {
    min-height: 292px;
}
.tree-small-box-goals {
    padding-left: 16px;
}

.tree-small-box-goals h2 {
    font-size: 14px;
}   
.lerning-img img {
    width: 100%;
}
.peak-box.int-vx {
    min-height: 430px;
}
.our-list-funds .title.section-title br {
    display: none;
}
.stock-img img {
    width: 100%;
}

.about-box img {
    width: 100%;
}

.funds-box img {
    width: 100%;
}

.pricing-man .sing-button {
    width: 150px;
    height: 40px;
    top: -21px;
}

.our-pricing {
    padding: 50px 0px;
}

.title.section-title {
    margin-bottom: 30px;
}

.pricing-bg {
    padding: 20px;
    padding-bottom: 25px;
}

.pricing-bg h2 {
    font-size: 25px;
}
.pricing-bg p {
    font-size: 13px;
    line-height: inherit;
}

.pricing-man {
    padding: 20px 10px;
    height: 765px;
}
.peak-box img {
    width: 40px;
}
.peak-box.large img {
    width: 25px;
}

.bancking-pricing {
    margin-bottom: 10px;
}

.title h2 {
    font-size: 25px;
}

.faturebox h4 {
    font-size: 16px;
}

.faturebox {
    margin-top: 20px;
}

.anyone-peak {
    padding: 50px 0px;
}

.peak-box {
    padding: 25px 10px;
}

.peak-box h2 {
    font-size: 15px;
    line-height: 22px;
    margin-top: 23px;
}

.moneyfarm-invast {
    padding: 50px 0px;
}

.moneyfarm-box-goals h2 {
    font-size: 16px;
    line-height: 24px;
}

.moneyfarm-bg span {
    width: 50px;
    height: 50px;
}
.moneyfarm-box img {
    width: 25px;
}
.slide-box {
    padding: 25px;
}
.johen-doe h2 {
    font-size: 16px;
}
.slide-box p {
    margin-bottom: 20px;
}
.alex-row {
    margin-top: 10px;
}
.moneyfarm-box {
    margin-bottom: 20px;
}

.take-slider {
    padding: 50px 0px;
}

.about-freys {
    padding: 50px 0px;
}

.people-box {
    padding: 20px;
}

.alex-row h6 span {
    font-size: 11px;
}

.alex-row h6 {
    font-size: 15px;
}

.funds-bg p {
    font-size: 8px;
    line-height: inherit;
    margin-bottom: 0;
}

.risk-man-box {padding-top: 8px;}

.annual-level ul img {
    width: auto;
}

.funds-box-head h2 {
    font-size: 12px;
}

.funds-bg {
    padding: 13px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.our-list-funds .col-md-4 {
    padding: 0;
}

.risk-level h3 {
    font-size: 10px;
    margin: 0;
}

.annual-level h3 {
    font-size: 10px;
}

.risk-level h4 {
    font-size: 12px;
}

.risk-level h4 span {
    font-size: 25px;
}

.how-it-work {
    margin-top: 50px;
    padding-bottom: 50px;
}

.how-it-box {
    padding: 20px;
}

.how-it-box h2 {
    font-size: 17px;
}

.how-it-box img {
    width: 40px;
}
.how-it-box span {
    width: 100px;
    height: 100px;
}
.challenge-up {
    padding: 50px 0px;
}

.challenge-box {
    padding: 20px;
}

.round-text {
    margin-left: 10px;
}

.round-text h2 {
    font-size: 20px;
}

.late-coffee {
    padding: 6px 11px;
}

.left-coffee h2 {
    font-size: 13px;
    margin-left: 11px;
    margin-top: 0;
}

.right-coffee h2 {
    margin-right: 20px;
}

.round-box img {
    width: 30px;
}
.roun-img span {
    width: 60px;
    height: 60px;
}
.goiners-day h5 {
    font-size: 12px;
}

.round-text p {
    font-size: 13px;
}

.goiners-day {
    margin-top: 14px;
    padding-top: 14px;
}

.right-coffee h3 {
    font-size: 10px;
    padding: 0px 17px;
}

.why-invast {
    padding: 50px 0px;
}

.fractional-box {
    padding: 25px;
    min-height: 306px;
}

.fractional-box h2 {
    font-size: 15px;
    line-height: 22px;
}

.why-experienced {
    padding: 50px 0px;
}

.experienced-img img {
    width: 100%;
}

.experienced-text ul li {
    margin-bottom: 20px;
}

.experienced-text ul {
    margin-top: 31px;
}

.why-experienced .row {
    align-items: center;
}

.experienced-text h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

.management-lerning {
    padding: 50px 0px;
}

.lerning-text h2 {
    font-size: 22px;
    line-height: 32px;
}

.lerning-how h3 {
    font-size: 15px;
}

.lerning-text ul li {
    margin-bottom: 14px;
}

.lerning-text p {
    margin-top: 20px;
}

.management-lerning .row {
    align-items: center;
}

.stock-gold {
    padding: 50px 0px;
}

.stock-box h2 {
    font-size: 14px;
}

.stock-box {
    padding-bottom: 20px;
}

.stock-gold .row {
    align-items: center;
}

.they-about {
    padding: 50px 0px;
}

.about-box {
    padding: 30px 20px;
}

.about-box p {
    margin-bottom: 21px;
}
.stock-img-icon {
    width: 60px;
    height: 60px;
}

.stock-img-icon img {
    width: 25px;
}
strong.how-bg {
    width: 30px;
    height: 30px;
    font-size: 13px;
    margin-top: -18px;
}

}

@media screen and (min-device-width: 992px) and (max-device-width: 1024px) { 
.funds-bg p {
    font-size: 11px;
}
.funds-bg {
    bottom: 0;
}
.risk-man-box {
    padding-top: 42px;
}
.round-text p {
    font-size: 13px;
}
.round-text {
    margin-left: 12px;
}
.peak-box.int-vx {
    min-height: 347px;
}
}

@media screen and (min-device-width: 1025px) and (max-device-width: 1200px) { 
.lerning-img img {
    width: 100%;
}
.peak-box.int-vx {
    min-height: 356px;
}

.stock-img img {
    width: 100%;
}

.about-box img {
    width: 100%;
}

.funds-box img {
    width: 100%;
}

.pricing-man .sing-button {
    width: 150px;
    height: 40px;
    top: -21px;
}

.our-pricing {
    padding: 50px 0px;
}

.title.section-title {
    margin-bottom: 30px;
}

.pricing-bg {
    padding: 20px;
    padding-bottom: 25px;
}

.pricing-bg h2 {
    font-size: 25px;
}

.pricing-man {
    padding: 20px 30px;
}
.peak-box img {
    width: 50px;
}


.peak-box.large img {
    width: 30px;
}

.bancking-pricing {
    margin-bottom: 10px;
}

.title h2 {
    font-size: 25px;
}

.faturebox h4 {
    font-size: 16px;
}

.faturebox {
    margin-top: 20px;
}

.anyone-peak {
    padding: 50px 0px;
}

.peak-box {
    padding: 25px 10px;
}

.peak-box h2 {
    font-size: 15px;
    line-height: 22px;
    margin-top: 23px;
}

.moneyfarm-invast {
    padding: 50px 0px;
}

.moneyfarm-box-goals h2 {
    font-size: 16px;
    line-height: 24px;
}

.moneyfarm-box img {
    width: 30px;
}
.slide-box {
    padding: 30px;
}
.slide-box p {
    margin-bottom: 20px;
}
.moneyfarm-bg span {
    width: 60px;
    height: 60px;
}
.moneyfarm-box {
    margin-bottom: 20px;
}

.take-slider {
    padding: 50px 0px;
}

.about-freys {
    padding: 50px 0px;
}

.people-box {
    padding: 20px;
}

.alex-row h6 span {
    font-size: 11px;
}

.alex-row h6 {
    font-size: 15px;
}

.funds-bg p {
    font-size: 10px;
    line-height: inherit;
    margin-bottom: 3px;
}

/*.risk-man-box {
    padding-top: 48px;
}*/

.annual-level ul img {
    width: auto;
}

.funds-box-head h2 {
    font-size: 16px;
}

.funds-bg {
    padding: 20px;
   
}

.our-list-funds .col-md-4 {
    padding: 0;
}

.risk-level h3 {
    font-size: 10px;
    margin: 0;
}

.annual-level h3 {
    font-size: 10px;
}

.risk-level h4 {
    font-size: 12px;
}

.risk-level h4 span {
    font-size: 25px;
}

.how-it-work {
    margin-top: 50px;
    padding-bottom: 50px;
}

.how-it-box {
    padding: 20px;
}

.how-it-box h2 {
    font-size: 17px;
}

.how-it-box img {
    width: 40px;
}
.how-it-box span {
    width: 100px;
    height: 100px;
}
strong.how-bg {
    width: 30px;
    height: 30px;
    font-size: 14px;
    margin-top: -18px;
}
.challenge-up {
    padding: 50px 0px;
}

.challenge-box {
    padding: 20px;
}

.round-text {
    margin-left: 10px;
}

.round-text h2 {
    font-size: 20px;
}

.late-coffee {
    padding: 6px 11px;
}

.left-coffee h2 {
    font-size: 13px;
    margin-left: 11px;
    margin-top: 0;
}

.right-coffee h2 {
    margin-right: 20px;
}

.round-box img {
    width: 30px;
}
.stock-img-icon {
    width: 60px;
    height: 60px;
}

.stock-img-icon img {
    width: 30px;
}
.roun-img span {
    width: 60px;
    height: 60px;
}
.goiners-day h5 {
    font-size: 12px;
}

.round-text p {
    font-size: 17px;
}

.goiners-day {
    margin-top: 14px;
    padding-top: 14px;
}

.right-coffee h3 {
    font-size: 10px;
    padding: 0px 17px;
}

.why-invast {
    padding: 50px 0px;
}

.fractional-box {
    padding: 25px;
    min-height: 277px;
}

.fractional-box h2 {
    font-size: 15px;
    line-height: 22px;
}

.why-experienced {
    padding: 50px 0px;
}

.experienced-img img {
    width: 100%;
}

.experienced-text ul li {
    margin-bottom: 20px;
}

.experienced-text ul {
    margin-top: 31px;
}

.why-experienced .row {
    align-items: center;
}

.experienced-text h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.management-lerning {
    padding: 50px 0px;
}

.lerning-text h2 {
    font-size: 25px;
    line-height: 37px;
}

.lerning-how h3 {
    font-size: 15px;
}

.lerning-text ul li {
    margin-bottom: 14px;
}

.lerning-text p {
    margin-top: 20px;
}

.management-lerning .row {
    align-items: center;
}

.stock-gold {
    padding: 50px 0px;
}

.stock-box h2 {
    font-size: 14px;
}

.stock-box {
    padding-bottom: 20px;
}

.stock-gold .row {
    align-items: center;
}

.they-about {
    padding: 50px 0px;
}

.about-box {
    padding: 30px 20px;
}

.about-box p {
    margin-bottom: 21px;
}

}

@media screen and (min-device-width: 1201px) and (max-device-width: 1365px) { 
.our-pricing {
    padding: 50px 0px;
}
.saving-desposit-box {
    height: 306px;
}

.title h2 {
    font-size: 30px;
}

.title.section-title {
    margin-bottom: 30px;
}

.pricing-bg h2 {
    font-size: 30px;
}

.pricing-bg {
    padding: 23px;
    padding-bottom: 40px;
}

.pricing-invast {
    margin-bottom: 15px;
}

.pricing-man {
    padding: 30px;
}

.faturebox {
    margin-top: 20px;
}

.faturebox h4 {
    font-size: 16px;
}

.anyone-peak {
    padding: 50px 0px;
}

.peak-box {
    padding: 25px;
}

.moneyfarm-invast {
    padding: 50px 0px;
}

.moneyfarm-box-goals h2 {
    font-size: 18px;
}

.take-slider {
    padding: 50px 0px;
}

.title h2 {
    margin: 0;
}

.take-slider .title.section-title {
    margin: 0;
}

.about-freys {
    padding: 50px 0px;
}

.people-box {
    padding: 30px;
}

.funds-bg {
    padding: 30px;
}

.funds-box img {
    width: 100%;
}

.our-list-funds .col-md-4 {
    padding: 0;
}

.risk-man-box {
    padding-top: 0px;
}

.funds-bg p {
    font-size: 13px;
}

.funds-box-head h2 {
    font-size: 18px;
}

.risk-level h4 span {
    font-size: 20px;
}

.how-it-work {
    margin-top: 50px;
    padding-bottom: 50px;
}



.how-it-box {
    padding: 25px;
}

.challenge-up {
    padding: 50px 0px;
}

.challenge-box {
    padding: 37px;
}

.round-text h2 {
    font-size: 25px;
}

.round-text p {
    font-size: 14px;
}
.why-invast {
    padding: 50px 0px;
}

.fractional-box {
    padding: 25px;
}

.why-experienced {
    padding: 50px 0px;
}

.experienced-text h2 {
    font-size: 25px;
    margin-bottom: 20px;
}
.lerning-text h2 {
    font-size: 30px;
    line-height: 43px;
}

.lerning-how h3 {
    font-size: 16px;
}

.lerning-text ul li {
    margin-bottom: 20px;
}

.lerning-img img {
    width: 100%;
}

.they-about {
    padding: 50px 0px;
}

.stock-img img {
    width: 80%;
}

.stock-img {
    text-align: center;
}

.stock-box {
    padding-bottom: 50px;
}
.experienced-text ul li {
    margin-bottom: 20px;
}

.experienced-img img {
    width: 80%;
}
.pricing-invast.invast-atm {
    margin-top: 10px;
}
.experienced-text ul {
    margin-top: 30px;
}

}

/**********flag css start********/

.desktop-flag .controls .arrow-bottom {
    margin-left: 10px;
    margin-right: 6px;
}
.desktop-flag .controls-sub-menu {
    width: 82px;
    right: 0;
    top: 31px;
    position: absolute;
    margin: 0;
}
.desktop-flag .sub-menu-langs {
    margin-left: 0;
}
.desktop-flag .sub-menu-langs {
    background-color: transparent !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    transform: translateY(-2em);
    z-index: 1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.desktop-flag .controls {
    position: relative;
    width: 100px;
    margin-left: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    margin-top: 2px;
}
.desktop-flag .sub-menu-langs .control.ico-lang {
    z-index: 2;
    cursor: pointer !important;
}


.desktop-flag .sub-menu-langs .control.ico-lang {
    z-index: 2;
    cursor: pointer !important;
}
.desktop-flag .controls-sub-menu .control {
    background-color: #fff;
    margin-bottom: 7px;
    color: #000;
    border-radius: 10px;
    padding: 5px 5px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    text-decoration: none;
    font-family: avenir-next-lt-w04-light;
    text-transform: uppercase;
}
.desktop-flag .control.ctrl--langs {
    padding: 2px 8px 5px 8px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 16px 32px rgb(1 67 138 / 15%);
}


.desktop-flag .ctrl--langs:hover .sub-menu-langs {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}
.mobile-flage ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 177px;
    margin-top: 20px;
}

.mobile-flage ul li a {
    font-family: avenir-next-lt-w04-light;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    color: #000;
    text-decoration: none;
}

.home-banner .mobile-flage ul li a {
    color: #fff;
}
.mobile-flage {
    display: none;
}

.ico-lang img {
    width: 23px;
    
}

@media screen and (min-device-width: 320px) and (max-device-width: 991px) { 
.mobile-flage {
    display: block;
}
.desktop-flag {
    display: none;
}
}

.default-lang, .ico-lang img {
    width:30px
}

.ico-lang span {
    font-size: 13px;
}
/**********flag css end********/

.three-big-boxes .row{
    padding-bottom: 30px
}
.three-big-boxes .content .row:nth-of-type(2){
    padding-bottom: 0
}

.three-big-boxes .row img {
    width: auto;
    height: 68px
}

.tree-small-box span img {
    width: 60px;
    height: auto;
}


.pricing-invast img {
  width: 25px;
  height: auto;
}

.footer-top h2 {
    font-size: 16px
}

.footer-top ul li a {
    font-size: 20px;
}

footer-top h2 a {
    font-size:18px
}

.page-node-type-app-contact .navbar-toggler, .page-node-type-app-contact-thank-you .navbar-toggler {
    display:none
}



.block-local-tasks-block ul {
    border-bottom: 1px solid #004A97;
    border-collapse: collapse;
    height: 18px;
    line-height: normal;
    list-style: none outside none;
    margin: 5px 0 5px 0px;
    padding: 0;
    white-space: nowrap;
  }
  .block-local-tasks-block ul li {
    display: inline;
    background:none;
    padding:0;
    float:left;
  }
  .block-local-tasks-block ul li a {
    background-color:#004A97;
    background: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.01) 100%) repeat scroll 0 0 #004A97;
    border: 1px solid #004A97;
    border-bottom:none;
    color: #FFFFFF;
    display: block;
    margin-right: 1px;
    padding: 2px 8px 0;
    text-decoration: none;
    text-align: center;
   
    font-size:12px;
  }
  
  
  .block-local-tasks-block ul li.active a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #BBBBBB #BBBBBB #FFFFFF;
    border-image: none;
    border-style: solid;
    border-width: 1px;
  }
  .block-local-tasks-block ul li a:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #5D5D5D;
  }
  
  .adminimal-admin-toolbar .theme-main-menu {
  
    position: relative;
  }
  #block-freya-local-tasks {
    clear:both
  }
  
  img {
      max-width: 100%;
  }

  .navbar-brand img {
    width: 150px;
  }

  .navbar-light .navbar-nav .nav-link {
    color: #004086;
  }

  .app-button-footr img {
    width: 160px;
    padding-right: 20px;
  }

  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
  }

  .add-money-img img {
    width: 450px
  }
  
  .freya-app-img img {
    width: 450px
  }

  .homepage-hero{
    margin-bottom: 50px
  }

  .app-button img {
    width:140px
  }

  .stock-img img {
    width:550px
  }

  .inactive-risk-icon {
    opacity:0.25;
  }

  .default-lang {
    width:30px
  }

  .small {
    padding-top: 40px;
    color: #646464;
    font-size: 12px;
  }

