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

a {
  color: #ce995c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bariol',  'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

a, p, span {
  font-family: 'Bariol',  'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.text-default { color: #ce995c }

.bg-default {
  background-color: #ce995c;
}

.bg-default-light {
  background-color: #fffaf4;
}

.bg-default-blue {
  background-color: #effbff;
}

.bg-default-gray {
  background-color: #fcfcfa;
}

header.masthead {
  position: relative;
  background-color: #ffffff;
  /*background-color: #343a40;*/
  /* background: url("../img/happy-lady.jpg") no-repeat center center; */
  background-size: initial;
  background-position: right 35px bottom 0;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

section .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.52;
}

section.about {
  position: relative;
  background-color: #ffffff;
  background-color: #343a40;
  background: url("../img/happy-man.jpg") no-repeat center center;
  background-size: initial;
  background-position: right 120px bottom 0;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead h1 {
  font-size: 3.7rem;
}

@media (min-width: 769px) {
  header.masthead {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (max-width: 768px) {
  header.masthead {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-position: right -118px bottom 0;
  }
  header.masthead h1 {
    font-size: 2.8rem;
  }
  .navbar>.container, .navbar>.container-fluid {
    padding-left: 0;
    transition: 1s ease;
    padding-right: 0;
  }
  .features-icons {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media (max-width: 425px) {
  h1 { font-size: 1.8rem; }
  h2 { font-size: 1.6rem; }
  .lead { font-size: 17px !important }
  .pay-partners span {
    padding: 6px 10px 6px !important;
    margin-right: 8px !important;
    margin-bottom: 10px !important;
  }
  .pay-partners span:last-child {
    margin-right: 0 !important
  }
  .pay-partners span img {
    height: 16px;
  }
  header.masthead {
    background-image: none;
    padding-bottom: 3rem;
  }
  header.masthead h1 {
    font-size: 2rem;
  }
  .section-img {
    max-width: 80%;
    margin-bottom: 50px
  }
}

.lead {
  font-weight: 400;
  font-size: 19px;
}

.navbar-collapse {
  flex-basis: auto;
}

.navbar-nav {
  display: block;
}

.navbar-nav li {
  display: initial;
}

.nav-item > .btn.cta {
  background-color: #ffffff;
  color: #ce995c;
  border: 1px solid #ce995c;
  border-radius: 19px;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  text-transform: none;
}


a:hover {
  text-decoration: none;
  color: #b96a0f;
}


input:active, input:focus {
  border-color: #ce995c !important;
}

/*.ie input:active, .ie input:focus {
  border: solid 4px #ce995c !important;
}*/

.nav-item > a:hover {
  /*color: #ffffff;
  background-color: #ce995c;*/
  border-radius: 0px;
  border-bottom: 2px solid #ce995c;
}


.nav-item > a.active {
  /*color: #ffffff;
  background-color: #ce995c;*/
  border-radius: 0px;
  font-weight: bold !important;
  border-bottom: 2px solid #ce995c;
}



.nav-item > .btn.cta:hover, .nav-item > .btn.cta:active , .nav-item > .btn.cta:focus   {
  color: #ffffff;
  background-color: #ce995c;
  border: 1px solid #ce995c;
}




.btn.cta {
  text-transform: uppercase;
  font-size: 16px;
}

.btn > i {
  margin-left: 7px;
}

.btn:focus {
  box-shadow: none;
}

.btn-default {
  color: #ffffff;
  background-color: #ce995c;
  font-size: 15px;
  padding: .6rem 1rem;
  border-radius: 23px;
}

.btn-default:hover, .btn-default:active {
  color: #ffffff;
  background-color: #bc884d;
}

.navbar {
  padding: 1.5rem 1rem;
  transition: .3s ease;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand img {
  /*width: 135px;*/
  width: 60px;
  padding-bottom: 0;
  padding-top: 0;
}

.form-control.subscribe {
  border-radius: 22px;
  font-size: 15px;
  height: initial;
  padding: .6rem 1.3rem;
}

.pay-partners span {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 15px;
  background-color: rgba(255,255,255,1);
  padding: 11px 15px 11px;
  border-radius: 5px;
  /*border: 2px solid #000000;*/
  box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
}

.pay-partners span:last-child {
  margin-right: 0;
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
  padding-top: 5.6rem;
  padding-bottom: 5.6rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  -webkit-box-shadow: 0px 5px 5px 0px #adb5bd;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #22292d;
  /*background: url("../img/bg-masthead.jpg") no-repeat center center;*/
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #ce995c;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #212529;
}

.hide {
    display: none !important;
}


.modal-content {
  border-radius: .6rem;
}

.modal-content .btn {
  border-radius: 19px;
  font-size: 13px;
  padding: .5rem 1.3rem;
}

.modal-content .form-control {
  padding: .6rem 1rem;
  height: auto;
  border-radius: 6px;
  /*font-size: 14px;*/
  font-size: 16px;
}

.modal-content .form-control:focus {
  box-shadow: none;
  border-color: #bc884d;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


.fade-enter-active,
.fade-leave-active {
    transition: opacity .7s;
}

.fade-enter,
.fade-leave-to
/* .fade-leave-active in <2.1.8 */
{
    opacity: 0;
}

#accountGroup{
  overflow-x: auto;
  flex-wrap: nowrap;
  display: flex;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

#accountGroup .bank-item:first-child{
  padding-left: 0px !important;
}

#accountGroup .bank-item:last-child{
  padding-right: 0px !important;
}

#accountGroup .card:last-child{
  padding-right: 0px;
}
#accountGroup::-webkit-scrollbar {
    background-color: #F5F5F5;
    height: 5px;
    /*background: rgba(0, 0, 0, .0);*/ /* optional: just make scrollbar invisible */    
  }

#accountGroup::-webkit-scrollbar-thumb{
  background-color: rgba(31, 57, 70, .25);
  border-radius: 50px;
}

.accountsHeading{
  font-size: 15px;
  text-transform: uppercase;
}

#accountGroup span.badge {
  float: right;
}

.pointer {  
  cursor: pointer;
}

.pointer .card:hover,.pointer .card:active, .pointer .card:focus {
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important; 
}


.user-type{
  min-height: 150px;
  max-height: 150px;
  margin: 0px 20px 0px;
  background-position: center center;
  background-repeat: no-repeat;
}

.type-new {
  background-image: url(../img/new-user.svg);
}

.type-corporate {
  background-image: url(../img/corporate.svg);
}


.type-new:hover,
.type-new:focus,
.type-new:active,
.first-image div.card:hover .type-new,
.first-image div.card:active .type-new,
.first-image div.card:focus .type-new
{
  background-image: url(../img/new-user-hover.svg) !important;
}


.type-corporate:hover,
.type-corporate:focus,
.type-corporate:active,
.second-image div.card:hover .type-corporate,
.second-image div.card:active .type-corporate,
.second-image div.card:focus .type-corporate
{
  background-image: url(../img/corporate-hover.svg) !important;
}


.type-existing {
  background-image: url(../img/user.svg);
}

.type-existing:hover,
.type-existing:focus,
.type-existing:active,
.second-image div.card:hover .type-existing,
.second-image div.card:active .type-existing,
.second-image div.card:focus .type-existing,
.third-image div.card:hover .type-existing,
.third-image div.card:active .type-existing,
.third-image div.card:focus .type-existing
{
  background-image: url(../img/user-hover.svg) !important;
}



.emphasis{
  color: #ce995c;
  font-weight: bolder;
}
.coming-soon {
  background-color: #f9ba31 !important;
}

.terms-list {
    line-height: 2;
    text-align: justify;
}


.terms-list li{
    margin-top: 20px;
}


/*Mobile  Screen*/
@media(max-width: 450px) {
  .navbar-collapse.mobile {
    width: 100%;
    background-color: #ccc;
  }

  .mobile .navbar-nav {
    display: flex;
  }


  .mobile .navbar-nav li a{
    width: 100%;
    text-align: left !important;
  }


}

 .quote{
        margin-bottom: 40px;
    padding: 30px;
    left: 40px;
    width: 80%;
    font-size: 20px;
    border-left: #ce995c solid 5px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold; 
  }

  .bg-gray{
    background-color: #ddd;
  }



.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: #fff;
  border-bottom: solid 1px #e2e2e2;
  margin-bottom: 20px;
}




/* Animations */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}


@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}


@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}