body {
	padding: 0;
	margin: 0;
	background-color: #fff;
	font-family: 'Visby CF';
}

/* --------------------------
    General-CSS
-------------------------- */
h2 {
	font-size: 65px;
	font-family: 'Visby CF Extra';
	line-height: 78px;
	color: #000000;
	margin-bottom: 15px;
}

h3 {
	font-size: 45px;
	font-weight: bold;
	line-height: 54px;
}

p {
	font-size: 20px;
	color: #000;
	line-height: 24px;

}

ul {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	list-style: none;
}

.btn {
	font-size: 30px;
	line-height: 36px;
	padding: 13px 30px;
	color: #fff !important;
	background: #0057E1 !important;
	border: 2px solid #0057E1 !important;
	border-radius: 50px;
	font-weight: 600;
	transition: all 0.5s;
}

.btn:hover {
	color: #0057E1 !important;
	background: transparent !important;
}

/* --------------------------
    Banner Section
-------------------------- */
.banner-section {
	width: 100%;
	background: #000000;
	padding: 138px 0 0 0;
}

.banner-content {
	width: 100%;
	text-align: center;
}

.banner-content h2 {
	font-family: 'Visby CF Extra';
	color: #fff;
	margin-bottom: 30px;
}

.banner-content p {
	color: #fff;
	letter-spacing: 0.35px;
	margin-bottom: 32px;
}

.banner-content a.btn {
	font-size: 20px;
	padding: 4px 12px 6px 12px;
}

.banner-image {
	padding-top: 60px;
}

/* --------------------------------
      Budget-Friendly-Account
-------------------------------- */
.friendly-account-section {
	padding: 58px 0 70px 0;
}

.main-heading {
	text-align: center;
	margin-bottom: 110px;
}

.main-heading h2 {
	font-family: 'Visby CF Extra';
	margin-bottom: 30px;
}

.main-heading p {
	font-weight: bold;
}

.friendly-account-box {
	padding: 0 0 28px 0;
	margin-bottom: 25px;
	text-align: center;
}

.friendly-account-box h2 {
	font-family: 'Visby CF Extra';
	font-size: 70px;
	font-weight: bold;
	margin-bottom: 52px;
}

.friendly-account-box h3 {
	font-family: 'Visby CF Extra';
}

.friendly-account-box h3 span {
	font-size: 30px;
	color: #9B9797;
	display: inline-block;
}

.view-pricing {
	padding-top: 30px;
}

.view-pricing a {
	font-size: 25px;
	color: #000000;
	line-height: 30px;
	font-weight: 600;
	text-align: center;
}

/* --------------------------------
      Manage-your-card-app
-------------------------------- */
.manage-card-section {
	padding-bottom: 115px;
}

.manage-card-main-box {
	border-radius: 25px;
	padding: 60px 80px 2px 80px;
	background-color: #F5F5F5;
}

.manage-card-content h3 {
	margin-bottom: 55px;
}

.manage-card-content ul {
	margin-bottom: 0;
	max-width: 445px;
}

.manage-card-content ul li {
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-align: left;
	margin-bottom: 56px;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.manage-card-list-text {
	position: relative;
	top: 5px;
}

.manage-card-image {
	padding: 0 0 0 60px;
	text-align: center;
}
.manage-card-image img{
	margin-top:-33px;
}

/* --------------------------------
       Tools-to-help-section
-------------------------------- */
.tools-section {
	padding: 68px 0 35px 0;
	background-color: #000000;
}

.tools-section .main-heading h2 {
	color: #fff;
}

.tools-box {
	display: flex;
	align-items: center;
	margin-bottom: 72px;
}

.tools-box .tools-name {
	padding-left: 50px;
}

.tools-box .tools-name p {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 0;
}

.tools-box .tools-name p span {
	font-size: 20px;
	display: inline-block;
	width: 100%;
}

.tools-box.p-left {
	padding-left: 100px;
}

/* --------------------------------
       Pricing-section
-------------------------------- */
.pricing-section {
	padding: 48px 0;
}

.pricing-section .main-heading {
	margin-bottom: 105px;
}

.pricing-content-box {
	width: 100%;
	padding: 60px 80px 55px 95px;
	margin-bottom: 85px;
	background-color: #F5F5F5;
	border-radius: 20px;
}

.pricing-box {
	display: flex;
	margin-bottom: 80px;
}

.pricing-box:last-child {
	margin-bottom: 0;
}

.pricing-box .pricing-left-box {
	max-width: 60%;
	width: 100%;
}

.pricing-box p {
	font-size: 30px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 0;
}

.pricing-box p span {
	width: 100%;
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
}

.pricing-box .pricing-right-box {
	max-width: 40%;
	width: 100%;
	padding-left: 50px;
	text-align: center;
}

/* --------------------------------
       Faq-section
-------------------------------- */
.faq-section {
	padding: 60px 0 40px 0;
}

.faq-section .main-heading {
	margin-bottom: 75px;
}

.faq-section .main-heading h2 {
	font-family: 'Visby CF';
	font-weight: bold;
}

.faq-question-box {
	padding: 40px 55px 50px 55px;
	background-color: #F5F5F5;
	border-radius: 20px;
	margin-bottom: 30px;
}

.faq-question-box p {
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 30px;
}

.faq-question-box span {
	font-size: 25px;
	color: #000;
	font-weight: 600;
	line-height: 30px;
}

.faq-question-box span a {
	color: #000;
}