@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');
* {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
body {
	color: #464646;
	background: #fff;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
}
img {
	max-width: 100%;
}
a {
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
}
.bg-grey {
	background: #f3f3f3;
}
.btnGrad {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 10px;
	line-height: 100%;
	cursor: pointer;
	transition: 0.5s;
	background-size: 200% auto;
	background-image: linear-gradient(to right, #e6571d 0%, #ffa133  51%, #eb870e  100%);
}
.btnGrad:hover {
	color: #fff;
	background-position: right center;
}
.btnGrad .fas {
	margin: 0 10px;
}
.more {
	display: inline-block;
	border: 1px solid #e6571d;
	background: #fff;
	border-radius: 5px;
	padding: 10px 20px;
	text-transform: uppercase;
	color: #e6571d;
	line-height: 100%;
}
.more:hover {
	background: #e6571d;
	color: #fff;
}
.bgGrad {
	background: linear-gradient(to right, #e6571d 0%, #eb870e 100%);
    box-shadow: 0px 5px 5px rgba(0,0,0,.3);
}
div.customStyle,
.customStyle li,
.sectionTitle.customStyle {
	position: relative;
	padding-left: 30px;
	margin: 10px 0;
}
div.customStyle:before,
.customStyle li:before,
.sectionTitle.customStyle:before {
	content: "";
	display: block;
	border-style: solid;
	border-width: 0 2px 2px 0;
	width: 7px;
	height: 15px;
	transform: rotate(45deg);
	position: absolute;
	left: 8px;
	top: 0;
	border-color: #e97118;
}
.animate {
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}
@keyframes slideIn {
	0% {
		transform: translateY(1rem);
		opacity: 0;
	}
	100% {
		transform: translateY(0rem);
		opacity: 1;
	}
	0% {
		transform: translateY(1rem);
		opacity: 0;
	}
}
.slideIn {
	-webkit-animation-name: slideIn;
	animation-name: slideIn;
}
section .more {
	margin-top: 10px;
}
section {
	padding: 50px 0;
}
section .sectionHeading {
	text-transform: uppercase;
	margin-bottom: 20px;
}
section .sectionHeading:first-letter {
	color: #e6571d;
}
section .subHeading {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
}
/*========================== HEADER ==========================*/
header {
	color: #fff;
	background: #eb870e;
	background: linear-gradient(to right, #e6571d 0%, #eb870e 100%);
	position: relative;
    box-shadow: 0px 0px 15px rgba(0,0,0,.54);
}
header a {
	color: #fff;
}
header .navbar {
	max-width: 1750px;
	margin: 0 auto;
}
header .navbar .nav-item {
	margin: 0 20px;
}
header .navbar .nav-link {
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .navbar .nav-link:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #f8f400;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .navbar .nav-link:hover:before,
header .navbar .nav-link.active:before {
	width: 100%;
}
header .navbar.navbar-expand-lg .nav-link {
	padding: 0;
}
header .navbar .nav-link.active, 
header .navbar .show > .nav-link,
header .navbar .nav-link:hover {
	color: #f8f400;
}
header .getApp {
	margin: 0 30px;
}
header .getApp a {
	color: #fff;
	background: #f06208;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 20px;
	border-radius:50px;
	box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,.4);
}
header .login {
	margin: 0 30px;
}
header .login a {
	display: flex;
	align-items: center;
}
header .login a:hover {
	color: #f8f400;
}
header .login a:hover span {
	border-color: #f8f400;
}
header .login a i {
	border: 1px solid;
	width: 25px;
	height: 25px;
	display: inline-flex;
	align-items: end;
	justify-content: center;
	border-radius: 3px;
	font-size: 18px;
	margin-right: 10px;
}
header .login a span {
	border-bottom: 2px solid #fff;
}
header .language .btn {
	border: none;
	color: #fff;
	font-size: 14px;
	padding: 0;
	outline: none;
	box-shadow: none;
	line-height: 100%;
	position: relative;
}
header .language .btn i {
	font-size: 25px;
}
header .language .btn span {
	position: relative;
	top: -8px;
}
header .language .btn.dropdown-toggle:after {
	margin-left: -13px;
	position: relative;
	top: 4px;
}
header .language .dropdown-menu {
	min-width: initial;
	margin-top: 20px;
}
header .language .dropdown-item {
	font-size: 14px;
}
header .otherMenu {
	border-top: 1px solid #fbce9a;
	padding-top: 20px;
}
/*========================== BANNER ==========================*/
.banner {
	color: #fff;
	padding: 200px 0 50px;	
	background: url(../img/banner.jpg) no-repeat center center / cover;
}
.banner .inner {
	max-width: 1750px;
	margin: 0 auto;
}
.banner h1 {
	font-size: 55px;
	text-transform: uppercase;
}
.banner .bottom {
	margin-top: 150px;
}
.banner .bottom .downloadApp img {
	height: 40px;
	margin: 0 5px;
}
.banner .iconPlay {
	display: flex;
    color: #fff;
    width: 37px;
    height: 37px;
    background: #e76218;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    margin-left: 15px;
    border: 2px solid #e76218;
}
.banner .iconPlay:hover {
	background: none;
}
/*========================== SECTION PAY ANYONE ==========================*/
.payAnyone {
	position: relative;
	padding: 50px 0 500px;
	background: url(../img/bg-woman-with-tablet-1.jpg) no-repeat center center / cover;
}
.payAnyone .leftImg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 480px;
}
.payAnyone .info {
	padding-top: 90px;
	position: relative;
}
/*========================== PAYGATE START ==========================*/
.paygateStart img {
	margin-top: 70px;
	padding-right: 20px;
}
.paygateStart ul li {
	position: relative;
	padding-left: 85px;
	margin-top: 60px;
}
.paygateStart ul li .number {
	font-size: 50px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: -3px;
	line-height: 100%;
}
.paygateStart ul li .number:first-letter {
	color: #e6571d;
	margin: 50px 0;
}
.paygateStart ul li h5 {
	font-size: 14px;
	margin-bottom: 5px;
}
/*========================== HOMEPAGE ==========================*/
#homePage .paygateWhy .sectionHeading {
	text-align: center;
	padding: 20px 0 40px;
}
#homePage .paygateWhy .imgWrap {
	margin: 0 30px;
}
#homePage .paygateWhy .item {
	display: flex;
	align-items: center;
	margin: 40px 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#homePage .paygateWhy .item img {
	width: 110px;
	margin-right: 20px;
	filter: grayscale(1);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#homePage .paygateWhy .item:hover {
	color: #eb880e;
}
#homePage .paygateWhy .item:hover img {
	filter: grayscale(0);	
}
#homePage .paygateWallet .iconCoin {
	width: 200px;
	margin: 50px 30px 0 0;
}
#homePage .paygateWallet .iconCoin img {
	width: 70px;
	margin: 10px auto;
	display: block;
}
#homePage .paygateSpend .coming {
	margin: 30px 0 60px;
}
#homePage .mediaNews .media {
	color: #fff;
	height: 100%;
	padding: 30px;
	display: flex;
	flex-direction: column;
	border-radius: 5px;
	background: url(../img/bg-media.png) no-repeat center center / cover;
}
#homePage .mediaNews .media .subHeading {
	font-size: 30px;
	text-align: center;
}
#homePage .mediaNews .newsLetter .input-group {
	background: #fff;
	padding: 1px;
	border-radius: 5px;
}
#homePage .mediaNews .newsLetter input {
	background: #fdf4f1;
	border: none;
}
#homePage .mediaNews .newsLetter input:focus {
	outline: none;
	box-shadow: none;
}
#homePage .mediaNews .newsLetter .btn {
	background: #e6571d;
	text-transform: uppercase;
	color: #fff;
	border-radius: 5px !important;
}
#homePage .mediaNews .listNews .newsTitle {
	margin: 20px 0;
}
#homePage .mediaNews .listNews .more {
	margin-top: 40px;
}
/*========================== CARD PAGE ==========================*/
#cardPage .banner {
	font-weight: 400;
	background-image: url(../img/banner-cardPage.jpg);
}
#cardPage .paygateVisaCard {
	background: url(../img/bg-hexagon.jpg) no-repeat left bottom / contain;
}
#cardPage .paygateVisaCard .sectionHeading {
	text-align: center;
}
#cardPage .paygateVisaCard img {
	padding-right: 50px;
}
#cardPage .paygateVisaCard .title {
	margin-bottom: 0;
}
#cardPage .paygateVisaCard ul li:not(:last-child) {
	margin-bottom: 30px;
}
#cardPage .paygateByeWaiting {
	padding-bottom: 0;
	font-weight: 400;
	background: #f3f3f3 url(../img/bg-dot.jpg) no-repeat left center / auto 100%;
}
#cardPage .paygateByeWaiting img {
	padding: 40px 50px 0 0;
}
#cardPage .paygateByeWaiting .btn {
	margin: 300px 0 0 80px;
}
#cardPage .paygateStart {
	background: #f9fcf5 url(../img/bg-woman-with-tablet.jpg) no-repeat center center / cover;
}
#cardPage .advance {
	text-align: center;
	color: #fff;
}
#cardPage .advance .row > div:first-child {
	border-right: 1px solid #f7ac28;
}
#cardPage .control {
	padding-bottom: 0;
	background: url(../img/bg-control.jpg) no-repeat center center / cover;
}
#cardPage .merchant {
	padding: 220px;
	position: relative;
}
#cardPage .merchant .info {
	max-width: 600px;
	padding-right: 30px
}
#cardPage .merchant .imgRight {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: url(../img/bg-hamburger.jpg) no-repeat center center / cover;
}
/*========================== COMPANY PAGE ==========================*/
#companyPage .banner {
	font-weight: 400;
	background-image: url(../img/bg-banner-company-page.jpg);
}
#companyPage .banner .bottom {
	margin-top: 280px;
}
#companyPage .crypto {
	padding-bottom: 0;
}
#companyPage .crypto .sectionContent {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #b3b3b3;
}
#companyPage .whyItMatters {
	padding-top: 0;
}
#companyPage .whyItMatters .imgWrap {
	text-align: right;
}
#companyPage .whyItMatters ul {
	margin-left: 30px;
}
#companyPage .whyItMatters .info {
	max-width: 600px;
}
#companyPage .value .nav {
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	width: 230px;
	margin-right: 20px;
	padding-right: 50px;
}
#companyPage .value .nav-link {
	border: none;
	text-align: left;
	background: none;
	font-weight: 600;
	color: #959595;
	border-left: 5px solid transparent;
	padding: 0 10px;
	margin-left: -3px;
	cursor: pointer;
}
#companyPage .value .nav-link:not(:last-child) {
	margin-bottom: 15px;
}
#companyPage .value .nav-link span {
	padding: 5px 0;
	border-bottom: 1px solid transparent;
}
#companyPage .value .nav-link.active {
	border-left-color: #e97118;
	color: #464646;
}
#companyPage .value .nav-link.active span {
	border-bottom-color: #e97118;
}
#companyPage .value .tab-content {
	position: relative;
	padding-left: 20px;
}
#companyPage .value .tab-content .fa {
	position: absolute;
	left: 0;
	top: 2px;
	color: #e97118;
}
#companyPage .security {
	padding: 0;
	color: #fff;
	background: #441700;
}
#companyPage .security .sectionHeading {
	color: #fff;
}
#companyPage .security .sectionContent {
	padding: 50px 0 0 30px;
}
#companyPage .security .imgWrap {
	text-align: right;
}
#companyPage .security .imgWrap img {
	width: 420px;
}
#companyPage .tour .sectionContent {
	padding-bottom: 20px;
	border-bottom: 1px solid #b3b3b3;
}
#companyPage .tour ul li:not(:last-child) {
	margin-bottom: 30px;
}
#companyPage .contactUs {
	padding-top: 0;
}
#companyPage .contactUs form {
	margin-top: 20px;
}
#companyPage .contactUs form label {
	font-weight: 400;
}
#companyPage .contactUs form .form-group {
	margin-bottom: 15px;
}
#companyPage .contactUs form textarea {
	height: 300px;
}
#companyPage .contactUs form input,
#companyPage .contactUs form textarea {
	font-size: 14px;
	box-shadow: none;
	outline: none;
}
/*========================== FAQ PAGE ==========================*/
#faqPage .banner {
	padding: 200px 0;
	color: #464646;
	background-image: url(../img/banner-faq.jpg);
}
#faqPage .banner h2 {
	color: #e97118;
}
#faqPage .faq .sectionTitle {
	color: #e97118;
}
#faqPage .faq .item {
	margin-top: 40px;
}
#faqPage .contact {
	margin-bottom: 50px;
	background: #f3f3f3;
	text-align: center;
}
#faqPage .contact .btnGrad {
	margin-top: 20px;
}
#faqPage .contact img {
	width: 470px;
}
/*========================== MEDIA PAGE ==========================*/
#mediaPage .banner {
	padding: 200px 0;
	background-image: url(../img/banner-media.jpg);
}
#mediaPage .banner h2 {
	color: #e97118;
}
#mediaPage .item {
	background: #efefef;
	margin-bottom: 20px;
}
#mediaPage .item .info {
	border: 1px solid #c2c2c2;
	border-width: 0 1px 1px 1px;
	padding: 20px;
}
#mediaPage .item .title a {
	color: #e6571d;
	font-size: 20px;
}
#mediaPage .item .more {
	margin-top: 20px;
}
#mediaPage .author {
	font-weight: 600;
	text-align: right;
}
/*========================== PAYMENT PAGE ==========================*/
#paymentPage .banner {
	font-weight: 400;
	background: #243447 url(../img/banner-payment.jpg) no-repeat right center / contain;
}
#paymentPage .banner h1 {
	color: #e97118;
}
#paymentPage .cryptoSupport .sectionHeading {
	margin-top: 50px;
}
#paymentPage .cryptoSupport .mobileImg {
	width: 320px;
}
/*========================== PAYMENT PAGE ==========================*/
#walletPage .banner {
	font-weight: 400;
	background-image: url(../img/banner-wallet.jpg);
}
#walletPage .whySpendWallet .item {
	margin-top: 20px;
}
#walletPage .whySpendWallet img {
	width: 140px;
}
#walletPage .whySpendWallet .sectionTitle {
	margin: 15px 0;
}
#walletPage .cryptoSupport {
	padding: 0;
	position: relative;
}
#walletPage .cryptoSupport .bgRight {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: url(../img/img-1.jpg) no-repeat center center / cover;
}
#walletPage .cryptoSupport .sectionContent {
	max-width: 600px;
	padding: 50px 50px 20px 0;
}
#walletPage .cryptoSupport .sectionContent .wrapImg {
	margin-top: 40px;
}
#walletPage .easySimple {
	position: relative;
	padding: 0;
}
#walletPage .easySimple .bgLeft {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: url(../img/img-2.jpg) no-repeat center center / cover;
}
#walletPage .easySimple .sectionContent {
	padding: 100px 0 200px 50px;
}
#walletPage .track {
	background: url(../img/bg-man.jpg) no-repeat center left / 1400px auto;
}
#walletPage .track img {
	width: 250px;
}
/*========================== FOOTER ==========================*/
footer .inner {
	max-width: 1750px;
	margin: 0 auto;
}
footer .logoFooter {
	width: 150px;
}
footer .footerTop {
	padding: 20px 0;
}
footer .companyInfo {
	margin-left: 10px;
}
footer .companyInfo span {
	display: inline-block;
	position: relative;
}
footer .companyInfo span:not(:first-child) {
	margin-left: 10px;
	padding-left: 10px;
}
footer .companyInfo span:not(:first-child):before {
	content: "";
	position: absolute;
	left: 0;
    top: 3px;
    width: 1px;
    height: 12px;
	background: #464646;
}
footer .social a,
footer .social span {
	display: inline-flex;
	width: 45px;
	height: 45px;
	color: #818181;
	border: 1px solid #818181;
	border-radius: 50%;
	line-height: 1;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin: 0 5px;
}
footer .social a:hover,
footer .social span:hover {
	color: #e5622c;
	border-color: #e5622c;
}
footer .copyright {
	padding: 10px 0;
}
footer .footerMenu a {
	color: #464646;
	position: relative;
	margin-left: 10px;
	padding-left: 10px;
}
footer .footerMenu a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 12px;
	background: #464646;
}
.backdrop {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	opacity: 0;
	z-index: -1;
}
body.showMenu {
	overflow: hidden;
}
body.showMenu .backdrop {
	opacity: 1;
	z-index: 1;
}
body.showMenu .navbar-collapse {
	left: 0;
}
/*========================== RESPONSIVE ==========================*/
@media (max-width: 1440px) {
	.payAnyone .info {
		margin-left: 400px;
		width: 520px;
	}
}
@media (max-width: 1366px) {
	header .navbar .nav-item,
	header .getApp {
	    margin: 0 10px;
	}
	header .login {
		margin: 0 20px 0 10px;
	}
}
@media (max-width: 1024px) {
	.payAnyone {
		padding: 50px 0 340px;
	}
	.payAnyone .info {
		margin-left: 280px;
		width: 420px;
		padding-top: 0;
	}
	.payAnyone .leftImg {
		width: 330px;
	}
}
@media (max-width: 992px) {
	header .navbar {
		padding: 0;
	}
	header .navbar-toggler {
		margin-left: auto;
		color: #f9dfcf;
		border: 1px solid #ffc39d;
	}
	header .navbar-toggler:focus {
		outline: none;
		box-shadow: none;
	}
	header .navbar-collapse {
		position: fixed;
		left: -330px;
		top: 0;
		width: 300px;
		height: 100% !important;
		display: block !important;
		box-shadow: 0px 0px 15px rgba(0,0,0,.54);
		background: linear-gradient(to right, #e6571d 0%, #eb870e 100%);
		overflow: scroll;
		z-index: 2;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	header .navbar .nav-item {
		margin: 15px 10px;
	}
	header .navbar.navbar-expand-lg .nav-link {
		padding:  0 0 10px;
	}
	footer .social {
		text-align: center;
		margin-top: 20px;
	}
	footer .footerMenu {
		margin-top: 10px;
	}
	footer .footerMenu a:first-child {
		margin-left: 0;
		padding-left: 0;
	}
	footer .footerMenu a:first-child:before {
		display: none;
	}
	section {
		padding: 30px 0;
	}
	section .sectionHeading {
		font-size: 25px;
	}
	.banner {
		padding: 50px 20px;
	}
	.banner h1 {
		font-size: 35px;
	}
	.banner .bottom {
		margin-top: 50px;
	}
	.paygateStart ul li {
		margin-top: 15px;
		padding-left: 60px;
	}
	.paygateStart ul li .number {
		font-size: 35px;
	}
	.payAnyone {
		padding: 50px 0 180px;
	}
	.payAnyone .leftImg {
		width: 230px;
	}
	.payAnyone .info {
		padding: 0 200px 0 200px;
		width: auto;
		margin-left: 0;
	}
	/* home page */
	#homePage .paygateWhy .sectionHeading {
		padding: 0;
	}
	#homePage .paygateWhy .item {
		margin: 20px 0;
	}
	#homePage .paygateWhy .sectionTitle {
		font-size: 20px;
	}
	#homePage .paygateWallet .imgWrap {
		text-align: center;
		width: 200px;
		margin: 0 auto;
	}
	#homePage .paygateWallet .iconCoin {
		margin: 20px 0 0;
		width: 100%;
	}
	#homePage .paygateWallet .iconCoin img {
		padding: 5px;
		margin: 5px 0;
	}
	#homePage .paygateSpend .coming {
		margin: 20px 0;
	}
	/* company page */
	#companyPage .banner .bottom {
		margin-top: 0;
	}
	#companyPage .value .nav {
		width: 300px;
		padding-right: 0;
	}
	/* card page */
	#cardPage .paygateByeWaiting {
		background-size: contain;
	}
	#cardPage .paygateByeWaiting .btn {
		margin: 20px 0 0 0;
	}
	#cardPage .merchant {
		padding: 60px 0;
	}
	/* faq page */
	#faqPage .banner {
		padding: 70px 0;
	}
	/* media page */
	#mediaPage .banner {
		padding: 60px 0;
	}
	#mediaPage .item .title a {
		font-size: 18px;
	}
	/* payment page */
	#paymentPage .cryptoSupport .sectionHeading {
		margin-top: 20px;
	}
	#paymentPage .cryptoSupport .mobileImg {
		width: 220px;
	}
	/* wallet page */
	#walletPage .cryptoSupport .sectionContent {
		padding: 20px 20px 20px 0;
	}
	#walletPage .easySimple .sectionContent {
		padding: 20px 0 80px 20px;
	}
}
@media (max-width: 576px) {
	body {
		font-size: 13px;
	}
	section .sectionHeading {
		font-size: 20px;
		margin-bottom: 15px;
	}
	header .navbar-brand img {
		width: 50px;
	}
	header .getApp {
		margin-right: 0;
	}
	header .navbar-collapse {
		width: 250px;
	}
	footer {
		text-align: center;
		font-size: 12px;
	}
	footer .logoFooter {
		width: 110px;
	}
	footer h5 {
		margin-top: 20px;
		font-size: 16px;
	}
	footer .social a, 
	footer .social span {
		width: 35px;
		height: 35px;
		font-size: 18px;
		margin: 0 3px;
	}
	footer .social {
		margin-top: 10px;
	}
	footer .footerMenu a {
		margin-left: 5px;
		padding-left: 5px;
	}
	.banner {
		padding: 30px 0;
	}
	.banner h1 {
		font-size: 25px;
	}
	.banner .bottom {
		margin-top: 20px;
	}
	.banner .bottom .downloadApp img {
		margin: 10px 5px 0 0;
	}
	.banner .iconPlay {
		margin-left: 0;
	}
	.paygateStart img {
		margin-top: 10px;
		padding: 0;
	}
	.payAnyone {
		background: #eef6f8;
		padding: 20px 0 60px;
	}
	.payAnyone .leftImg {
		width: 130px;
	}
	.payAnyone .info {
		padding: 0 0 0 140px;
	}
	/* home page */
	#homePage .paygateWhy .sectionTitle {
		font-size: 16px;
	}
	#homePage .paygateWhy .item img {
		width: 90px;
		margin-right: 10px;
	}
	#homePage .paygateCard .sectionHeading,
	#homePage .paygateWallet .sectionHeading,
	#homePage .paygateSpend .sectionHeading,
	#homePage .paygateStart .sectionHeading,
	#homePage .mediaNews .listNews {
		margin-top: 20px;
	}
	#homePage .mediaNews {
		padding-top: 0;
	}
	#homePage .mediaNews .item {
		margin-bottom: 20px;
	}
	#homePage .mediaNews .listNews .newsTitle {
		font-size: 16px;
		margin: 10px 0;
	}
	#homePage .mediaNews .listNews .more {
		margin-top: 10px;
	}
	/* company page */
	#companyPage .crypto .sectionContent {
	    padding-bottom: 0;
	    margin-bottom: 10px;
	}
	#companyPage .contactUs h5 {
		font-size: 16px;
	}
	#companyPage .whyItMatters ul {
		margin-left: 0;
	}
	#companyPage .security .sectionContent {
	    padding: 20px 0 0 0;
	}
	/* card page */
	#cardPage .paygateVisaCard img {
		padding-right: 0;
		display: block;
		margin-bottom: 20px;
	}
	#cardPage .paygateVisaCard .title {
		font-size: 16px;
	}
	#cardPage .paygateByeWaiting img {
		padding: 0;
		margin-top: 30px;
	}
	#cardPage .advance .row > div:first-child {
		border-right: 0;
		border-bottom: 1px solid #f7ac28;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	#cardPage .merchant {
		padding: 0;
	}
	#cardPage .merchant .imgRight {
		position: static;
		width: 100%;
		height: 180px;
	}
	#cardPage .merchant .info {
		max-width: initial;
		padding: 30px 0 20px;
	}
	/* faq page */
	#faqPage .banner {
	    padding: 30px 0;
	}
	#faqPage .faq .item {
		margin-top: 20px;
	}
	#faqPage .contact img {
		width: 100%;
		margin-top: 30px;
	}
	/* media page */
	#mediaPage .banner {
		padding: 30px 0;
	}
	#mediaPage .item .more {
		margin-top: 10px;
	}
	#mediaPage .item .title a {
		font-size: 16px;
	}
	/* payment page */
	#paymentPage .cryptoSupport .sectionHeading {
		margin-top: 0;
	}
	/* wallet page */
	#walletPage .banner .desc {
		font-size: 16px;
	}
	#walletPage .whySpendWallet img {
		width: 100px;
	}
	#walletPage .easySimple .bgLeft {
		position: static;
		height: 240px;
		width: 100%;
	}
	#walletPage .easySimple .sectionContent {
		padding: 20px 0;
	}
	#walletPage .track {
		background-position: center center;
	}
}