/*!
 * Start Bootstrap - New Age v4.0.0-alpha (http://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-new-age/blob/master/LICENSE)
 */
html,
body {
  width: 100%;
  height: 100%; }

body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif'; }

a {
  color: #fdcc52;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s; }
  a:hover, a:focus {
    color: #0275d8; }

/*hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1); }*/

hr.light {
  border-color: white; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 700;
  letter-spacing: 1px; }

p {
  font-size: 16px;
}

section {
  padding: 100px 0; }
  section h2 {
    font-size: 50px; }

::-moz-selection {
  color: white;
  background: #222222;
  text-shadow: none; }

::selection {
  color: white;
  background: #222222;
  text-shadow: none; }

img::selection {
  color: white;
  background: transparent; }

img::-moz-selection {
  color: white;
  background: transparent; }

body {
  -webkit-tap-highlight-color: #222222; }

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px; }
#mainNav .navbar-brand {
    color: #2c66e3;
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 800;
    letter-spacing: 1px;
	cursor: default;
}
    #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
      color: #0275d8;text-decoration:none; }
  #mainNav .navbar-toggler {
    font-size: 12px;
    padding: 8px 10px;
    color: #222222; }
  #mainNav .navbar-nav > li > a {
    font-size: 0.8rem;
    font-family: 'Popins', 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    letter-spacing: 2px;
    /*text-transform: uppercase;*/
	color: #000000	}
    #mainNav .navbar-nav > li > a.active {
      color: #fdcc52 !important;
      background-color: transparent; }
      #mainNav .navbar-nav > li > a.active:hover {
        background-color: transparent; }
  /*#mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: #222222; }
    #mainNav .navbar-nav > li > a:hover,
    #mainNav .navbar-nav > li > a:focus:hover {
      color: #fdcc52; }*/
  @media (min-width: 992px) {
    #mainNav {
      border-color: #ffffff;
      background-color: #ffffff; }
      #mainNav .navbar-brand {
        color: fade(white, 70%); }
      #mainNav .navbar-nav > li > a,
      #mainNav .navbar-nav > li > a:focus {
        color: #000000); }
        #mainNav .navbar-nav > li > a:hover,
        #mainNav .navbar-nav > li > a:focus:hover {
          color: #0275d8;text-decoration:underline; }
      #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, 0.1);
        background-color: white; }
        #mainNav.navbar-shrink .navbar-brand {
          color: #222222; }
          #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
            color: #fdcc52; }
        #mainNav.navbar-shrink .navbar-nav > li > a,
        #mainNav.navbar-shrink .navbar-nav > li > a:focus {
          color: #222222; }
          #mainNav.navbar-shrink .navbar-nav > li > a:hover,
          #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
            color: #fdcc52; } 
	.navbar-nav .nav-link {
        padding: 8px 15px !important;
    }	
	.nav-item .nav-link.btn{
		padding-left: 20px !important;
		padding-right: 20px !important;
		margin-left: 15px;
	}	
	#top-banner .left-section{
		padding-top: 5rem;
	}
	#mainNav .nav-item{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.how{
		padding-right: 1rem;
	}
	.how:after{
		content: ' ';
        position: absolute;
        right: 0px;
        top: 15%;
        background-image: url('/sg/wp-content/themes/twentytwenty-child-sg/images/mywealth/11.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 1.6rem;
        width: 1rem;
	}
	.img-qr{
		margin-left: 1.5rem;
	}
}
@media (max-width: 991px) {
	#mainNav .navbar-nav > li > a {
		text-align: center;
	}
	.nav-item .nav-link.btn{
		padding: 8px 20px;
	}
	.navbar-brand{
		margin-right: 0px;
	}
	#top-banner .left-section,#top-banner .right-section{
		text-align: center;
	}
	.how:after{
		content: ' ';
        background-image: url('/sg/wp-content/themes/twentytwenty-child-sg/images/mywealth/11.png');
        background-size: auto 100%;
        background-repeat: no-repeat;
        height: 1.6rem;
        width: 1rem;
        display: block;
        width: 100%;
        background-position-x: center;
        rotate: 90%;
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        margin-bottom: 1rem;
	}
	.img-qr{
		margin-left: auto;
		margin-right: auto;
	}
}

header.masthead {
  position: relative;
  overflow-y: hidden;
  width: 100%;
  min-height: auto;
  color: white;
  background: url("../img/bg-pattern.png"), #7b4397;
  background: url("../img/bg-pattern.png"), -webkit-linear-gradient(to left, #7b4397, #dc2430);
  background: url("../img/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430); }
  header.masthead .header-content {
    position: relative;
    padding: 150px 0 50px;
    text-align: center; }
    header.masthead .header-content .header-content-inner {
      position: relative;
      max-width: 500px;
      margin: 0 auto; }
      header.masthead .header-content .header-content-inner h1 {
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 30px; }
      header.masthead .header-content .header-content-inner .list-badges {
        margin-bottom: 25px; }
        header.masthead .header-content .header-content-inner .list-badges img {
          height: 50px;
          margin-bottom: 25px; }
  header.masthead .device-container {
    max-width: 300px;
    margin: 0 auto 100px; }
    header.masthead .device-container .screen img {
      border-radius: 3px; }
  @media (min-width: 768px) {
    header.masthead {
      min-height: 100%; }
      header.masthead .header-content {
        height: 100vh;
        min-height: 600px;
        padding: 0;
        text-align: left; }
        header.masthead .header-content .header-content-inner {
          position: absolute;
          top: 50%;
          max-width: none;
          margin: 0;
          transform: translateY(-50%); }
          header.masthead .header-content .header-content-inner h1 {
            font-size: 35px; }
      header.masthead .device-container {
        max-width: none;
        max-height: calc(100vh - 100px);
        margin: 100px auto 0; } }
  @media (min-width: 992px) {
    header.masthead .header-content .header-content-inner h1 {
      font-size: 50px; } }

section.download {
  position: relative;
  padding: 150px 0; }
  section.download h2 {
    font-size: 50px;
    margin-top: 0; }
  section.download .badges .badge-link {
    display: block;
    margin-bottom: 25px; }
    section.download .badges .badge-link:last-child {
      margin-bottom: 0; }
    section.download .badges .badge-link img {
      height: 60px; }
    @media (min-width: 768px) {
      section.download .badges .badge-link {
        display: inline-block;
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    section.download h2 {
      font-size: 70px; } }

section.features .section-heading {
  margin-bottom: 100px; }
  section.features .section-heading h2 {
    margin-top: 0; }
  section.features .section-heading p {
    margin-bottom: 0; }

section.features .device-container,
section.features .feature-item {
  max-width: 300px;
  margin: 0 auto; }

section.features .device-container {
  margin-bottom: 100px; }
  @media (min-width: 992px) {
    section.features .device-container {
      margin-bottom: 0; } }

section.features .feature-item {
  margin-bottom: 100px;
  text-align: center; }
  section.features .feature-item h3 {
    font-size: 30px; }
  section.features .feature-item i {
    font-size: 80px;
    background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
    background: linear-gradient(to left, #7b4397, #dc2430);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

@media (min-width: 992px) {
  section.features .device-container,
  section.features .feature-item {
    max-width: none; } }

section.cta {
  position: relative;
  padding: 250px 0;
  background-image: url("../img/bg-cta.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  section.cta .cta-content {
    position: relative;
    z-index: 1; }
    section.cta .cta-content h2 {
      font-size: 50px;
      max-width: 450px;
      margin-top: 0;
      margin-bottom: 25px;
      color: white; }
    @media (min-width: 768px) {
      section.cta .cta-content h2 {
        font-size: 80px; } }
  section.cta .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }

section.contact {
  text-align: center; }
  section.contact h2 {
    margin-top: 0;
    margin-bottom: 25px; }
    section.contact h2 i {
      color: #dd4b39; }
  section.contact ul.list-social {
    margin-bottom: 0; }
    section.contact ul.list-social li a {
      font-size: 40px;
      line-height: 80px;
      display: block;
      width: 80px;
      height: 80px;
      color: white;
      border-radius: 100%; }
    section.contact ul.list-social li.social-twitter a {
      background-color: #1da1f2; }
      section.contact ul.list-social li.social-twitter a:hover {
        background-color: #0d95e8; }
    section.contact ul.list-social li.social-facebook a {
      background-color: #3b5998; }
      section.contact ul.list-social li.social-facebook a:hover {
        background-color: #344e86; }
    section.contact ul.list-social li.social-google-plus a {
      background-color: #dd4b39; }
      section.contact ul.list-social li.social-google-plus a:hover {
        background-color: #d73925; }

footer {
  padding: 25px 0;
  /*text-align: center;*/
  background-color: #003366; }
footer p {
    font-size: 12px;
    margin: 0; }
footer ul {
    margin-bottom: 0 !important;
	display:block !important;
}
footer ul#p2-footer{
	text-align: center;
}
footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
        text-decoration: none; }
footer  h4{
	color: #ffffff;
	font-size: 1.1rem;
}
footer li a {
    font-weight: lighter;
	color: white;
	font-size: 0.8rem;
}
footer, footer .nav a {
    color: #0094da;
}
footer .declaration{
	font-size: .75rem;
}
footer hr {
    border-color: #0094da;
	margin: 5px 0 !important;
}
footer .nav li {
    display: inline-block;
    padding: 10px;
    padding-top: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.bg-primary {
  background: #fdcc52;
  background: -webkit-linear-gradient(#fdcc52, #fdc539);
  background: linear-gradient(#fdcc52, #fdc539); }

.text-primary {
  color: #fdcc52; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: white;
    border-color: #fdcc52;
    background-color: #fdcc52; }

.btn {
  border-radius: 300px;
}

.btn-xl {
  font-size: 11px;
  padding: 15px 45px; }

.nav-item .nav-link{
	font-weight: 400;
}
.nav-item .nav-link.btn{
	/*background-color: #2c66e3;
    border-color: #2c66e3;*/
    color: #ffffff !important;
    font-weight: 700;
    /*padding: 8px 10px;*/
}

#top-banner{
	background-color: #f2f6ff;
	padding: 0px 0px 0px 0px;
}
#top-banner .left-section,#top-banner .right-section{
	margin-top: 20px;
}
#top-banner p, #top-banner h1,#features h2,#features p, #how-it-works h2, .how h3, #how-it-works p, #testimonials h2, #action h2, #wealthuserguide h2, .how h3, #testimonials p, #faq h2, #faq p, #accordion>.card>.card-header h5, #action .heads p, #wealthuserguide .heads p{
	color:#003553;
}
#top-banner p, #features .heads p, #how-it-works .heads p, #testimonials .heads p, #faq .heads p, #action .heads p, #wealthuserguide .heads p, #readytostart .heads p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight:600;
}
#top-banner h1, #features h2, #how-it-works h2, #testimonials h2, #faq h2, #action h2, #wealthuserguide h2, #readytostart h2{
  font-weight:800;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}
#top-banner button{
	padding: 8px 28px;
	font-weight:600;
	cursor: pointer;
}
.navbar-brand{
	font-size: 1.3rem !important;
}
#features, #testimonials, #faq, #action, #wealthuserguide{
	background-color: #ffffff;
	padding: 4rem 0rem 4rem 0rem;
}
.cards>div{
	background-color: #f9fafc;
	margin-top: 2rem;
	padding: 1.7rem 1.7rem 1.2rem 1.7rem;
}
.cards img{
	max-width: 2.5rem;
	margin-bottom: 1.3rem;
}
.cards h3{
	font-size: 1.4rem;
	font-weight: 700;
}
.cards .card, .taximoni .card{
	border: none;
}
#how-it-works{
	background-color: #f2f6ff;
	padding: 4rem 0rem 4rem 0rem;
}
#how-it-works .how .step{
    font-weight: 700;
    font-size: 1.2rem;
    color: #ffffff;
    width: 3rem;
    height: 3rem;
    background-color: #2c66e3;
    padding: .6rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    margin-bottom: 1rem;
}
.how h3{
    font-size: 1.2rem;
}
.how p{
	font-size: 0.8rem;
}
.how{
    margin-top: 1rem;
}
.taximoni>div{
	background-color: #f9fafc;
	margin-top: 1rem;
	padding: 1.7rem 1.7rem 1.2rem 1.7rem;
}
.taximoni img{
	width: 3rem;
	margin-top: -0.6rem;
}
.taximoni p{
    color: #535353 !important;
    font-size: 0.8rem;
}
.user h5{
	font-size: 0.9rem;
	margin-top: 0.6rem;
}
.user p{
	color: #535353 !important;
    font-size: 0.7rem;
}
#how-it-works .row  .col-md-3.col-12:last-child .how::after {
  content: none;
}
#faq, #action, #wealthuserguide{
	padding-top:0px;
}
#accordion>.card{
	border: none;
	margin-bottom: 1rem;
}
#accordion>.card>.card-header{
	border: none;
	background-color: #f5f8ff;
	border-radius: 1rem;
}
#accordion>.card>.card-header h5{
	cursor: pointer;
	padding-right: 1.5rem;
}
#accordion>.card>.card-header h5::after{
	content: '-';
}
#accordion>.card>.card-header h5.collapsed::after{
	content: '+';
}
#accordion>.card>.card-header h5::after{
	content: '-';
	position: absolute;
    right: 1.5rem;
}
#accordion>.card .card-body{
	padding: 1.2rem;
	color:#003553;
}
.embed-responsive{
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
}
#readytostart h2, #readytostart .heads p{
	color: #ffffff;
}
#readytostart{
	background-color: #2c66e3;
	padding: 4rem 0rem 4rem 0rem;
}
#readytostart img{
	width: 100%;
	max-width:12rem;
	margin-left: auto;
    margin-right: auto;
}
.appleios a{
    display: block;
    width: 100%;
    margin-top: 1rem;
	text-align: center;
}
#wealthuserguide a{
	color: #0275d8;
}
.img-qr{
	width: 100%;
    max-width: 7.8rem;
    display: block;
    margin-top: 1rem;
}