@font-face {
	font-family: FoundersGrotesk-Regular;
	src: url(../fonts/FoundersGrotesk-Regular.otf), url(../fonts/FoundersGroteskRegular.eot);
}

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

@font-face {
	font-family: FoundersGrotesk-Bold;
	src: url(../fonts/FoundersGrotesk-Bold.otf), url(../fonts/FoundersGrotesk-Bold.eot);
}

@font-face {
	font-family: FoundersGrotesk-Medium;
	src: url(../fonts/FoundersGrotesk-Medium.otf), url(../fonts/FoundersGroteskMedium.eot);
}

@font-face {
	font-family: FoundersGrotesk-Semibold;
	src: url(../fonts/FoundersGrotesk-Semibold.otf), url(../fonts/FoundersGroteskSemibold.eot);
}

@font-face {
	font-family: larish_neue_semibold;
	src: url(../fonts/larish_neue_semibold.otf);
}

@font-face {
	font-family: FoundersGroteskMono-Regular;
	src: url(../fonts/FoundersGroteskMono-Regular.otf);
}

@font-face {
	font-family: RobotoSerif-Regular;
	src: url(../fonts/RobotoSerif.ttf);
}

* {
	scroll-behavior: smooth;
}


/** Start: Disable arrows on input numbers */

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


/* Firefox */

input[type=number] {
	-moz-appearance: textfield;
}


/** End: Disable arrows on input numbers */

body {
	font-family: 'FoundersGrotesk-Regular';
	font-size: 1.25rem;
	line-height: 1.75rem;
}

strong {
	font-weight: 600;
}

a,
a:hover,
a:focus {
	color: #9b59b6;
	text-decoration: none;
}

h1,
h2 {
	font-family: 'FoundersGrotesk-Medium';
	margin-top: 0;
	margin-bottom: 20px;
}

h3 {
	font-family: 'FoundersGrotesk-Medium';
	font-size: 2.5rem;
	line-height: 3rem;
	margin-top: 0;
}

img {
	max-width: 100%;
}

/* main */

header.stickheader {
	    display: inline-block;
	/*height: 360px;*/
	z-index: 10;
	height: 75px;
}

header.stickheader h1 {
	background-color: rgba(18, 72, 120, 0.8);
	color: #fff;
	padding: 0 1rem;
	position: absolute;
	top: 2rem;
	left: 2rem;
}
p.uline, a.uline {
	text-decoration: underline;
	text-underline-position: under;
}
span.uline {
	border-bottom: 1px solid #2D3A3A;
	padding-bottom: 1px;
}
.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff !important;
}

nav.popheader {
	width: 100%;
	height: 85px;
	background: transparent;
	position: fixed;
	z-index: 999;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1)
}

nav.popheader div.site-title {
	color: #2D3A3A;
	/*visibility: hidden;*/
}

nav.popheader div.site-title .spotheader {}

nav.popheader div.site-title .spotcontent {
	font-size: 0.938rem;
	line-height:1.25rem;
}

nav.popheader div.site-title .spotbutton {}

.visible-title {
	visibility: visible !important;
}

nav.popheader ul {
	list-style-type: none;
	margin: 0 2% auto 0;
	padding-left: 0;
	text-align: right;
	max-width: 100%;
}

nav.popheader ul li {
	display: inline-block;
	line-height: 60px;
	margin-left: 10px;
}

nav.popheader ul li a {
	text-decoration: none;
	color: #a9abae;
}

.stickheader .spot-header {
	font-size: 1.438rem;
	font-weight: 600;
}

.stickheader .learn-more {
	background: #2d3a3a;
	border: 1px solid #2d3a3a;
	color: #fff;
}

#navbarNav ul li a {
	color: #4F4F4F;
	font-family: 'FoundersGrotesk-Regular';
	font-size: 1.125rem;
	font-weight: normal;
	letter-spacing: 0.02rem;
	padding-top: 0.313rem;
	padding-top: 0.313rem;
	text-align: center;
}

.navbar-nav .nav-item.active a.nav-link.scroll-link {
	color: #000 !important;
	font-weight: bold !important;
}

.body-creditcard .navbar-nav .nav-item.active a.nav-link.scroll-link {
	color: #fff !important;
}

#navbarNav ul li a.signin {
	background-color: transparent;
	color: #2e3a3a;
	border: 1px solid #2e3a3a;
	font-size: 14px;
	padding: 5px 33px 0px 33px;
}

#navbarNav ul li a.signin:hover {
	color: #fff;
	background-color: #2e3a3a;
	border: 1px solid #2e3a3a;
}

  
.medium-paragraph {
	font-size: 17px;
	line-height: 32px;
}

.colored-text {
	color: #79a2a4;
}

::-moz-selection {
	background: #79a2a4;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #79a2a4;
	color: #fff;
	text-shadow: none;
}

nav.navbar .flex-col-100 {
	padding: 0px;
}

.navbar {
	position: sticky;
	top: 0;
	z-index: 9;
	background-color: #e0e4e0;
	padding: 1.563rem 0rem;
	transition: all .1s ease-in-out;
	
}

.navbar.sticky {
	padding-top: 10px !important;
	padding-bottom: 8px !important;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
}

.navbar-brand {
	width: 136px;
	background: url(../img/logo/logo_v2.svg) left center no-repeat;
	background-size: 100%;
	border: 0;
	text-indent: -99999px;
}

.nav-link {
	padding: 0;
}

.nav-item {
	padding: 0.313rem 0.625rem;
}

.nav-item.get-item {
	padding-right: 0;
}

.navbar-nav .nav-item .save-btn {
	border: 1px solid #fff;
	border-radius: 3px;
	font-size: 16px;
}

#navbarNav .navbar-nav li.nav-item a.save-btn.active {
	background-color: #2d3a3a;
	border: 1px solid #2d3a3a;
	color: #fff;
	font-size: 14px;
	padding: 5px 15px 0px 15px;
}

#navbarNav .navbar-nav li.nav-item a.save-btn.active:hover {
	background-color: transparent;
	border: 1px solid #2d3a3a;
	color: #2d3a3a;
}

.bottom-to-top {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background:#e0e4df url("../img/icon/nav-item-up.svg") center center no-repeat;
	background-size: 15px;
	opacity: 0;
	font-size: 0;
	text-indent: -9999px;
	position: fixed;
	bottom: 15px;
	right:30px;
	z-index: 9999;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
}

.bottom-to-top.show {
	opacity: 1;
}	

.rs-learnmore-mob {
	display: none;
}

.rs-learnmore-web {
	display: block;
}

.rs-learnmore {
	text-decoration: underline !important;
	cursor: pointer;
}

.rs-learnmore:hover {
	text-decoration: none !important;
}

.stickheader .popheader .learn-more:hover {
	background-color: transparent;
	color: #2d3a3a;
}

.stickclosebtn {
	width: 12px;
	right: 40px;
	top: 2.1rem;
	position: absolute;
}

.start-your-savings-container .left-start .title p {
	color: #2d3a3a;
	font-size: 43px;
	font-weight: 400;
	margin-top: 150px;
	letter-spacing: 0.43px;
	line-height: 40px;
	text-align: center;
}

.m-b-0 {
	margin-bottom: 0;
}


.only-mobile {
	display: none;
}

.only-desk {
	display: block;
}

#navbarNav ul li a:hover,
#navbarNav ul li a:active {
	font-weight: bold;
}

a,
a:hover,
a:focus {
	color: unset;
}

.fake-href {
	cursor: pointer;
}
.no-wrap {
	white-space: nowrap;
}

/*   
  a:not([href]) {
  	color: #fff!important;
  }
  a:not([href]):hover {
  	color: inherit!important;
  } */

.error {
	color: #b34953;
}

.modal-width {
    max-width: 1002px;
}


input.error,
textarea.error {
	border: 1px solid #b34953;
}

.contactform-main {
	min-height: 20rem;
}

.contactform-child {
	padding: 0!important;
	margin-bottom: 0!important;
}

.vertical-center {
	display: flex;
	align-items: center;
}

.alert-success {
	width: 100%;
	height: 3rem;
}

.validation-message-success,
.validation-message-error {
	display: none;
}

.get-app-section {
	overflow: hidden;
}

/************** footer ***************/
.footer-icons {display: flex; justify-content: center; }
.footer-icons .save-icon { margin-right: auto; margin-left: 0;}
.footer-icons .icon { width: 43px; height: 43px; margin: 0 12px;}
.footer-icons .icon:hover {opacity: 0.9;}
.footer-icons .icon-twt {background: url("../img/icon/twitter.svg") center 0 no-repeat; background-size: 100%;}
.footer-icons .icon-fb {background: url("../img/icon/facebook.svg") center 0 no-repeat; background-size: 100%;}
.footer-icons .icon-ins {background: url("../img/icon/instagram.svg") center 0 no-repeat; background-size: 100%;}
.footer-icons .icon-lin {background: url("../img/icon/linkedin.svg") center 0 no-repeat; background-size: 100%;}
.footer-icons img {	width: 2.7rem;}
.play-store {margin-bottom: 24px; text-align: center;}
.play-store a {margin: 0 4px; display: inline-block;}
.right-items {margin-left: auto; }
.term-condition-links {	text-align: left; display: block; border-top: 1px solid #697371; padding-top: 24px;}
.term-condition-links ul {	display: inline-block;	list-style: none;	padding: 0;	margin: 0 0 24px 0px;}
.term-condition-links ul li {	display: inline-block;	padding: 0 24px 0 0px;}
.term-condition-links ul li a {	color: #A5ABA9;	font-size: 1rem;	font-weight: normal;}
.footer-content {	padding-bottom: 1.875rem;
	padding-left: 0px;	padding-right: 0px;}
.footer-content p {	margin-bottom: 0;	padding-bottom: 10px; 	color: #697371;	font-size:0.813rem; line-height: 1rem;
	font-weight: 400;	letter-spacing: 0.008rem;	text-align: justify;}
.footer-content a {	text-decoration: underline;	cursor: pointer;	color: #697371;}
.footer-content ul {padding-left: 25px;}
.footer-content ul li {
	color: #697371;	font-size:0.813rem; line-height: 1rem;
	font-weight: 400;	letter-spacing: 0.008rem;
}
.footer-menu ul {list-style: none; margin: 0 0 0 64px; padding: 0;}
.footer-menu ul:first-child {margin-left: 54px;}
.footer-menu ul li {display:block; margin-bottom: 8px;}
.footer-menu ul li a {font-weight: normal;font-size: 20px;line-height: 24px;text-align: left;	color: #A5ABA9;}
.footer-items {display: flex; margin-bottom: 30px;}
.footer-items .save-icon {width: 53px; height: 54px; background: url("../img/icon/logo_icon.svg") center 0 no-repeat; background-size: 100%;}

@media (max-width:767px) {
	.footer-items {flex-direction: column;}
	.footer-icons {justify-content: center; }
	.footer-items .save-icon {display: none;}
	.footer-menu ul li {margin-bottom: 8px;}
	.term-condition-links ul {margin-bottom: 20px; }
	.term-condition-links ul li {display: block;}
	.term-condition-links ul li a {text-decoration: underline;}
	.footer-menu ul:first-child {margin-left: 15px;}
	.right-items {margin: 30px 0 0 0px;}
}
/* to hide the charts logo */
g[aria-labelledby="id-61-title"] {
    display: none;
}

.no-border-top {
	border-top: unset!important;
}
.ref.font-12p{
	font-size: 12px;
	margin-right: 0px;
}
.ml-9p{
	margin-left: 8px;
}

.team-btn {
	margin-top: 3rem;
}
.team-btn a{
	color: #fff!important;
  border: 1px solid #fff!important;
}