input:focus {
	outline: none;
}

@font-face {
	font-family: 'icomoon';
	src: url('fonts/PingFang_SC_Regular.ttf?7kkyc2') format('truetype'),
		font-weight: normal;
	font-style: normal;
}

body {
    margin: 0;
    font-family: 'Avenir', sans-serif !important;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    
}

html {
	font-size: 62.5% !important;
}

input {
	outline: none;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus,
span,
div {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none !important;
	background: none;
	text-decoration: none !important;
	color: #333;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	width: 100%;
}

h3,
h4,
h2,
h5,
p {
	margin: 0;
	padding: 0;
}

hr {
	border-top: 1px solid #999999;
}

.phone {
	display: none;
}

.pc {
	display: block;
}

.flex {
	display: flex;
	align-items: center;
	
}
.flex_space {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.containers {
	width: 60%;
	margin: auto;
}

.center {
	text-align: center;
}

.margin10 {
	margin: 10px auto;
}
.marginright10 {
	margin-right: 10px;
}
.margin20 {
	margin: 20px auto;
}
.marginright20 {
	margin-right: 20px;
}
.margin30 {
	margin: 30px auto;
}
.margintop30 {
	margin-top: 30px;
}
.margin40 {
	margin: 40px auto;
}

.margin50 {
	margin: 50px auto;
}
.margintop50 {
	margin-top: 50px;
}
.margin10b {
	margin-bottom: 10px;
}

.margin20b {
	margin-bottom: 20px;
}

.margin30b {
	margin-bottom: 30px;
}
.detail .left{
	padding: 20px;
}
.detail .right{
	padding: 20px;
}
.form .bott{
	border-bottom: 2px solid rgba(204, 204, 204, 1);
	    display: block;
	    clear: both;
	    height: 40px;
}
.form .title{
	font-size: 20px;
	margin-bottom: 30px;
	
}
.form .title span{
	border-bottom: 2px solid rgba(40, 167, 69, 1);
	padding-bottom: 10px;
}
.paddingtop20 {
	padding-top: 20px;
}
.paddingright20 {
	padding-right: 20px;
}
.position_absolute {
	position: absolute;
}

.position_relative {
	position: relative;
}
.position_fixed{
	position: fixed;
}
.border{
	border: 1px solid #FFFFFF;
	border-radius: 5px;
}
.head{
	z-index: 999;
	width: 100%;
}
.head a{
	color: #fff;
}
.head li a{
	font-size: 1.5rem;
}
.font34{
	font-size: 34px;
}
.font26{
	font-size: 26px;
}
.fontbold{
	font-weight: bold;
}
.colorfff{
	color: #fff;
}
/* 首页 */
.topbutton{
	width: 84px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	color: #fff;
}
/* .banner{
	background: url(../image/banner.png);
	background-size: 100% ;
	height: 60rem;
	background-repeat: no-repeat;
} */
.bannerabout{
	background: url(../image/banner.png);
	background-size: 100% ;
	height: 35rem;
	background-repeat: no-repeat;
}
.bannerabout .bafu{
	padding-top: 8%;
}
.bafu{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	background: rgba(6, 59, 18, 0.64);
	height: 100%;
	padding-top: 10%;
}

.bafu .title h2{
	font-weight: bold;
	font-size: 4.4rem;
}
.bafu .flex{
	
}
.sel{
	background: #EEFFF2;
	border-radius: 5px;
	color:rgb(40, 167, 69);
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
}
.sel .but span{
	background: rgb(40, 167, 69);
	    color: #ffffff;
	    width: 90px;
	    display: block;
	    height: 30px;
	    line-height: 30px;
	    border-radius: 50px;
	    margin-top: 5px;
	    text-align: center;
}
.total{
	font-size: 20px;
}
.search{
	margin-top: 20px;
	justify-content: center;
}
.search input{
	height: 4.8rem;
	flex: 1;
	border-radius: 5px 0px 0px 5px;
	border: none;
	padding-left: 10px;
}
.search .input {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
	font-size: 1.5rem;
	padding-right: 15px;
	
}
.search a{
	line-height: 4.8rem;
	color: #fff;
	height: 4.8rem;
	width: 84px;
	margin-left: 10px;
}
.search a.but{
	background: #28A745;
	border-radius: 0px 5px 5px 0px;
	margin-left: 0;
	border:1px solid #28A745;
	width: 60px;
	
	font-size: 1.8rem;
	font-weight: normal;
}
.one{
	margin-bottom: 4rem;
}
.one .title{
	line-height: 22px;
	font-size: 2.5rem;
	color: #212529;
}
.two{
	margin-bottom: 4rem;
}
.two .title{
	padding: 2rem;
	
}
.two .col-md-5{
	margin-top: 10rem;
	margin-left: -10rem;
}
.two h2{
	font-size: 2.4rem;
	margin-bottom: 4rem;
    padding-top: 2rem;
}
.two p{
	font-size: 1.8rem;
}
.two h1{
	color: rgba(40, 167, 69, 0.15);
	font-size: 4rem;
	margin: 0;
}
.search .buts{
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid #fff;
	/* padding: 0.375rem 0.75rem; */
	font-size: 2rem;
	/* line-height: 4.8rem; */
	border-radius: 0.25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	color: #fff;
	width: 100%;
	margin: 0;
}
.small {
    font-size: 1.6rem;
	color: #6c757d!important;
} 
.table thead {
	background: #F6F6F6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table td, .table th {
    padding: 1.75rem!important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
th {
    text-align: inherit;
}

.table {
    width: 100%;
    margin-bottom: 2rem;
    color: #212529;
}
table {
    border-collapse: collapse;
}
.align-middle {
    vertical-align: middle!important;
}
.marginicon{
	margin: 10px auto 20px;
	line-height: 32px;
}
footer {
	padding: 2.5rem;
	background: #176429;
}



footer .footerone h4 {
	font-size: 1.8rem;
	color: #fff;
	margin-bottom: 20px;
	font-weight: bold;
}

footer .footerone a {
	display: block;
	line-height: 30px;
	color: #fff;
	font-size: 1.5rem;
}

footer .footerone img {
	width: 80px;
}

footer .footerone p {
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	margin-top: 10px;
}
footer .two {
	color: #fff;
	text-align: center;
}


footer .img {
	width: 284px;
	height: 176px;
}
.phone{
	 display: none;
 }
 .pc{
	 display: block;
 }
.tes{
	margin-top: 50px;
}
.col-md-25.col-xs-12{
	border-right: 2px solid #f6f6f6;
}
:root {
    --color-red: #ff4800;
    --color-pink: #e051b0;
    --color-purple: #da54d8;
    --color-indigo: #7072e5;
    --color-blue: #0092f4;
    --color-green: #20dc86;
    --color-yellow: #e6b901;
    --color-red-dark: #ef3800;
    --color-pink-dark: #d041a0;
    --color-purple-dark: #ca44c8;
    --color-indigo-dark: #6062d5;
    --color-blue-dark: #0082e4;
    --color-green-dark: #10cc76;
    --color-yellow-dark: #d6a901;
    --color-red-light: #FAF4FD;
    --color-blue-light: #F0F9FD;
    --color-green-light: #F1FCFB;
    --color-black: #262626;
    --color-darkgrey: #666;
    --color-medgrey-dark: #878787;
    --color-medgrey-light: #c1c1c1;
    --color-grey: #eee;
    --color-lightgrey: #f8f8f8;
    --color-white: #fff;
    --bg-circles: url(https://pubs.payoneer.com/images/bg-grey-circles-desktop.jpg);
}
#lp-pom-button-1913 {
    left: 20px;
    top: 410px;
    display: block;
    border-style: none;
    border-radius: 100px;
    z-index: 8;
    width: 203px;
    height: 47px;
    position: absolute;
    background: rgba(38,38,38,1);
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    border-width: undefinedpx;
    border-color: #undefined;
    font-size: 22px;
    line-height:47px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
	background: linear-gradient(90deg, var(--color-purple) -10%, var(--color-red) 70%, var(--color-yellow) 125%) !important;
}
.banner{
	padding: 40px 0;
	background: url('../image/bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.banner img{
	width: 240px;
	
}
.banner  h1{
	line-height: 58px;
	font-size: 43px;
	margin-top: 40px;
	font-weight: bold;
	width: 80%;
}
.banner  h3{
	font-size: 18px;
	width: 80%;
	line-height: 30px;
}
.h2title{
	line-height: 42px;
	    font-weight: 400;
	    font-family: Arial, sans-serif;
	    color: rgb(38, 38, 38);
	    font-size: 31px;
	    font-style: normal;
	    text-align: center;
}
.seleone{
	padding: 60px 0;
}
.seletwo{
	padding: 60px 0 0;
}
.h2title:after {
    content: '';
    height: 3px;
    margin-top: 15px;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    background-color: var(--color-red);
    background: -webkit-linear-gradient(90deg, var(--color-blue), var(--color-purple) 100%);
    background: linear-gradient(90deg, var(--color-blue), var(--color-purple) 100%);
    background-position: center bottom;
    background-size: 70px 3px;
    background-repeat: no-repeat;
}
.seleone .listti{
	margin-top: 40px;
}
ul.boxes-iconed-solid-big li div {
    display: flex;
    flex-direction: column;
    padding: 25px 30px;
    font-size: 14px;
    line-height: 145%;
    color: var(--color-darkgrey);
    margin: 0 15px 30px 15px;
    border-radius: 14px;
    width: 100%;
    background-color: var(--color-white);
    -webkit-box-shadow: 0px 30px 30px -20px rgb(0 30 60 / 15%);
    box-shadow: 0px 30px 30px -20px rgb(0 30 60 / 15%);
    border: 1px solid #F0F0F0;
}
ul.boxes-iconed-solid-big li div {
    padding: 25px 35px;
	height: 436px;
}
ul.boxes-iconed-solid-big .ico {
    display: flex;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    align-items: center;
}
ul.boxes-iconed-solid-big li p {
    margin: 15px 0 0 0;
}
ul.boxes-iconed-solid-big li p strong {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: var(--color-black);
    margin-bottom: 15px;
}
ul.boxes-iconed-solid-big li p strong:after {
    content: '';
    height: 2px;
    margin-top: 8px;
    background-repeat: no-repeat !important;
    display: block;
    width: 100%;
    background-color: var(--color-red);
    background: -webkit-linear-gradient(90deg, var(--color-blue), var(--color-green) 100%) !important;
    background: linear-gradient(90deg, var(--color-blue), var(--color-green) 100%) !important;
    background-position: left bottom !important;
    background-size: 36px 2px !important;
    background-repeat: no-repeat !important;
}
ul.sub-boxes-iconed-solid-big li {
    list-style-type: disc!important;
    display: list-item;
}
::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
.seletwo h3{
	line-height: 45px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.text-gradient {
    color: var(--color-red);
    background: -webkit-linear-gradient(90deg,var(--color-blue), var(--color-purple) 100%);
    background: linear-gradient(90deg, var(--color-blue), var(--color-purple) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.h-deco:after {
    content: '';
    height: 3px;
    margin-top: 15px;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    background-color: var(--color-red);
    background: -webkit-linear-gradient(90deg, var(--color-blue), var(--color-purple) 100%);
    background: linear-gradient(90deg, var(--color-blue), var(--color-purple) 100%);
    background-position: center bottom;
    background-size: 70px 3px;
    background-repeat: no-repeat;
}
#lp-pom-box-1999 {
    display: block;
    background: rgba(255,255,255,0.75);
    border-style: none;
    border-radius: 25px;
    border-radius: 25px;
    padding: 30px;
    margin-bottom: 40px;    
    
}
#lp-pom-box-2001 {
    display: block;
    background: rgba(32,220,134,1);
    border-style: none;
    border-radius: 50px;
    left: 15px;
    top: -19px;
    z-index: 38;
    width: 34px;
    height: 34px;
    position: absolute;
}
.benefit_box {
    backdrop-filter: blur(5px);
    box-shadow: 0px 30px 30px -20px rgb(0 30 60 / 15%);
}
.seletwo p{
	line-height: 20px;
}
.seletwo h4{
	font-weight: bold;
	line-height: 40px;
}
.vclass {
    -webkit-box-shadow: 4px 5px 10px rgb(0 0 0 / 34%);
    box-shadow: 4px 5px 10px rgb(0 0 0 / 34%);
}
#lp-pom-box-2001-color-overlay {
    position: absolute;
    background: none;
    border-radius: 50px;
    height: 34px;
    width: 34px;
}
#lp-pom-image-2002 {
    display: block;
    background: rgba(255,255,255,0);
    left: 10px;
    top: 12px;
    z-index: 39;
    position: absolute;
}
#lp-pom-image-2002 .lp-pom-image-container {
    border-style: none;
    border-radius: 0px;
    width: 14px;
    height: 9px;
}
#lp-pom-image-2002 .lp-pom-image-container img {
    width: 14px;
    height: 9px;
}
.lp-pom-root .lp-pom-image img {
    vertical-align: top;
}
.seletwo .container{
	background: url('../image/back1.png');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
}
#lp-pom-block-1339 {
    display: block;
    background: rgba(37,37,38,1);
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    position: relative;
	padding: 60px 0;
}
.selethree {
	text-align: center;
}
.selethree h3{
	line-height: 45px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color:#fff
}
.selethree img{
	width: 70%;
	margin: auto;
	text-align: center;
}
.selethree p {
	color:#fff;
	text-align: center;
	line-height: 24px;
	font-size: 16px;
	padding: 0 20px;
}
.selefour{
	padding: 60px 0;
}
.selefour h3{
	font-size: 31px;
	font-weight: bold;
	line-height: 35px;
	
}
.selefour h4{
    margin-top: 30px;
	color: rgb(36, 37, 38);
}
#lp-pom-text-2027.h-deco:after {
    background-position: left bottom;
}

ol.steps {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: -70px;
	counter-reset: agenda-counter;
		justify-content: center;
}
ol.steps li {
    list-style-type: none !important;
    display: flex;
    justify-content: center;
}
ol.steps li i {
    display: block;
    position: absolute;
    border: solid 7px transparent;
    border-radius: 50px;
    background-color: var(--color-white);
    width: 77px;
    height: 77px;
    margin: -37px auto 0 auto;
}
ol.steps li i:before {
    color: var(--color-black);
    content: counter(agenda-counter);
    counter-increment: agenda-counter;
    text-align: center;
    font: 600 normal normal 32px 'Avenir';
    line-height: 67px;
    position: absolute;
    display: block;
    border: solid 7px var(--color-lightgrey);
    border-radius: 50px;
    background-color: var(--color-white);
    width: 77px;
    height: 77px;
    margin: -7px 0 0 -7px;
}
i {
    font-family: "Payoneer-Level-One" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ol.steps li:nth-child(4n-3) i:before {
    color: var(--color-red);
}
ol.steps li p {
    display: block;
    padding: 60px 30px 20px 30px;
    font-size: 14px;
    line-height: 145%;
    color: var(--color-medgrey-dark);
    text-align: center;
    margin: 0;
}
ol.steps li p {
    border: solid 1px var(--color-grey);
    border-width: 0 0 0 1px;
}
ol.steps li p strong {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: var(--color-black);
    margin-bottom: 10px;
}
ol.steps li:nth-child(4n-2) i:before {
    color: var(--color-purple);
}
ol.steps li:nth-child(4n-1) i:before {
    color: var(--color-blue);
}
ol.steps li:nth-child(4n) i:before {
    color: var(--color-green);
}
ol.steps li:nth-child(4n-3) i:before {
    color: var(--color-red);
}
.lp-element.border-gradient-top:before {
    height: 4px !important;
    /* margin-top: 0 !important; */
}
.border-gradient-top:before {
    content: '';
    display: block;
    height: 70px;
    width: 100%;
    margin-top: -70px!important;
    position: absolute;
    background-image: -webkit-linear-gradient(90deg, var(--color-red), var(--color-purple), var(--color-blue), var(--color-green) 100%) !important;
    background-image: linear-gradient(90deg, var(--color-red), var(--color-purple), var(--color-blue), var(--color-green) 100%) !important;
    background-position: center top !important;
    background-size: 100% 4px !important;
    background-repeat: no-repeat !important;
}

.axf{
	background: rgba(248,248,248,1);
	height: 200px;
	line-height: 200px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;    
}
.selefive {
	padding: 69px 0 60px;
	background: rgba(248,248,248,1);
}
.selesix{
	padding: 60px 0;
	background: url('../image/back3.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.selesix h3{
	line-height: 42px;
	font-size: 31px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.selesix h4{
	    color: rgb(219, 219, 219);
		margin-top: 30px;
		text-align: center;
		line-height: 25px;
		
}
.col-md-5{
	width: 20%;

}
.selesix h2{
	font-size: 26px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	margin: 20px 0 10px;
}
.selesix p{
	font-size: 14px;
	color: #fff;
	text-align: center;
	color: var(--color-medgrey-light);
	
}
.foots{
	margin: 60px 0;
}
.foots .col-md-5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--color-medgrey-dark);
    /* width: 100%; */
    background-image: -webkit-linear-gradient(180deg, var(--color-red), var(--color-purple), var(--color-blue) 100%);
    background-image: linear-gradient(180deg, var(--color-red), var(--color-purple), var(--color-blue) 100%);
    background-position: left center;
    background-size: 1px 70%;
    background-repeat: no-repeat;
}
.dark {
    --color-black: #fff;
    --color-darkgrey: #f8f8f8;
    --color-medgrey-dark: #eee;
    --color-medgrey-light: #c1c1c1;
    --color-grey: #878787;
    --color-lightgrey: #3d3d3d;
    --color-white: #262626;
    --bg-circles: url(https://pubs.payoneer.com/images/bg-grey-circles-desktop-dark.jpg);
    --color-red-light: #362626;
    --color-blue-light: #262636;
    --color-green-light: #263626;
}
.seleseve{
	color: #fff;
	    line-height: 60px;
		height: 60px;
	    position: relative;
	    /* text-align: center; */
	    background: rgba(51,51,51,1);
		
}
 
  
ol.boxes-numbered { display: flex; flex-direction: row; flex-wrap: wrap;} 
 
ol.boxes-numbered li{
	list-style-type: none !important;
  	display: flex;
  	
}
  

  
  ol.boxes-numbered li p {
    display: block;
	border: solid 1px var(--color-grey);
    border-width: 0 0 0 1px;
    padding: 60px 30px 38px 20px;
    font-size: 14px;
    line-height: 145%;
    color: var(--color-medgrey-dark);
  }  

  ol.boxes-numbered li p strong {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: var(--color-black);
    margin-bottom: 10px;
  }  
  
ol.boxes-numbered {
	counter-reset: agenda-counter;
}
ol.boxes-numbered li:before{ 
    position: absolute;
    display: block;
    color: var(--color-black);
    content: "0" counter(agenda-counter) ".";
    counter-increment: agenda-counter;
    text-align: left;
    font-size: 32px; /*24*/
    font-weight: 600;
  	line-height: 38px;
    padding: 0 0 0 20px;
  
    background-image: -webkit-linear-gradient(180deg, var(--color-blue), var(--color-purple) 100%);
    background-image: linear-gradient(180deg, var(--color-blue), var(--color-purple) 100%);
    background-position: left center !important;
    background-size: 2px 100% !important;
    background-repeat: no-repeat !important;
    background-color: var(--color-white) !important;  
  
 }


  .align-center ol.boxes-numbered li:before {
    	padding: 0 10px 5px 10px;
    	background-image: -webkit-linear-gradient(90deg, var(--color-blue), var(--color-purple) 100%);
        background-image: linear-gradient(90deg, var(--color-blue), var(--color-purple) 100%);
        background-position: center bottom !important;
    	background-size: 100% 2px !important;
  }
  .align-center ol.boxes-numbered li p {
    	padding: 60px 25px 38px 25px;
    	border-width: 0;
  }
  
  .align-right ol.boxes-numbered li:before {
    	padding: 0 20px 0 0;
    	background-position: right bottom !important; 	
  }
  .align-right ol.boxes-numbered li p {
    	border-width: 0 1px 0 0;
    	padding: 60px 20px 38px 30px;
  }  
  
  
  @media only screen and (max-width: 600px){
    
    ol.boxes-numbered li p {
      	padding: 50px 30px 30px 20px;
        font-size: 14px;

  	}  
    	
  }
  
.seleseve p{
	    color: var(--color-white);
		font-size: 14px;
}
.seleseve p.right{
	text-align: right;
}
.stt{
	background: url('../image/back3.jpg');
	background-repeat: no-repeat;
	background-position: 50%;
}
.stst{
	background: #000;
}
ul.boxes-iconed {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: -70px;
    justify-content: center;
}
ul.boxes-iconed li {
    list-style-type: none !important;
    display: flex;
    justify-content: center;
}
ul.boxes-iconed li:before {
    content: '';
    position: absolute;
    display: block;
    border: solid 7px var(--color-lightgrey);
    border-radius: 50px;
    background-color: var(--color-white) !important;
    width: 77px;
    height: 77px;
    margin: -37px 0 0 0;
}

ul.boxes-iconed .ico {
    position: absolute;
    display: flex;
    flex-shrink: 0;
    width: 77px;
    height: 77px;
    text-align: center !important;
    justify-content: center !important;
    flex-direction: column;
    margin: -37px 0 0 0;
}
.ico:before {
    font-weight: 400 !important;
    font-family: 'Payoneer-Level-One' !important;
}
.level1-0088-zero-fees:before {
    content: "";
}
ul.boxes-iconed li p {
    display: block;
    border: solid 1px var(--color-grey);
    border-width: 0;
    padding: 60px 25px 60px 25px;
    font-size: 14px;
    line-height: 145%;
    color: var(--color-medgrey-dark);
    text-align: center;
}
ul.boxes-iconed li p strong {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: var(--color-black);
    margin-bottom: 10px;
}
.level1-0022-get-money:before {
    content: "";
}
.level1-0087-currencies:before {
    content: "";
}
@media (min-width: 1200px) {
	
}


@media screen and (max-width: 1440px) {
	

}
.pc{
	display: block;
}
.phone{
	display: none;
}
.shhst{
	margin-top: 140px;
}
#lp-pom-button-2029 {
    display: block;
    border-style: none;
    border-radius: 100px;
   
    z-index: 57;
    width: 164px;
    height: 47px;
    position: absolute;
    background: rgba(73,74,75,1);
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    border-width: undefinedpx;
    border-color: #undefined;
    font-size: 22px;
    line-height: 47px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
	margin-top: 40px;
}
@media screen and (max-width: 670px) {
    .shhst {
        margin-top: 0px;
    }
	.phone{
		display: block;
	}
	.pc{
		display: none;
	}
	.banner h1 {
	    line-height: 38px;
	    font-size: 28px;
	    margin-top: 40px;
	    font-weight: bold;
	    width: 100%;
		text-align: center;
	}
	.banner h3 {
	    font-size: 18px;
	    width: 100%;
	    line-height: 30px;
		text-align: center;
		display: none;
	}
	#lp-pom-button-1913{
		    position: relative;
		    top: 0;
		    left: 0;
			margin: 20px auto;
	}
	ul.boxes-iconed-solid-big li div {
	    padding: 25px 35px;
	    height: auto;
	    margin-left: 0px;
	}
	.h2title{
		font-size: 28px;
	}
	.axf {
	    
	    line-height: 35px;

	    padding-top: 33px;
	}
	.selefour h3 {
	    font-size: 26px;
	    font-weight: bold;
	    line-height: 30px;
	}
	#lp-pom-button-2029{
		display: none;
	}
	.seleseve{
		height: auto;
		text-align: center;
		    line-height: 20px;
	}
	.seleseve p.right {
	    text-align: center;
	}
	.col-md-5{
		width: 50%;
		    float: left;
	}
	ol.steps {
	    display: block;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    margin-top: 0px;
	    counter-reset: agenda-counter;
	    justify-content: center;
		padding: 0;
	}
	ol.steps li p {
	    display: block;
	    padding: 45px 30px 20px 30px;
	    font-size: 14px;
	    line-height: 100%;
	    color: var(--color-medgrey-dark);
	    text-align: center;
	    margin: 0;
	    height: 150px;
		border: none;
	}
	.ststgh{
		height: 132px!important;
	}
	.selefive {
	    padding: 69px 0 0px;
	}
	.sth{
		text-align: center;
	}
	.selesix h4 {
	    color: rgb(219, 219, 219);
	    margin-top: 30px;
	    text-align: center;
	    line-height: 25px;
	    font-size: 14px;
	}
	.bafu .title h2 {
	    font-weight: bold;
	    font-size: 2rem;
	}
	.pc{
		 display: none;
	}
	.phone{
		 display: block;
	}
	.banner{
		/* height: 26rem; */
		background-size: cover;
	}
	.topbutton {
	    width: 40px;
	}
	.topbutton a{
		font-size: 1rem;
	}
	.bafu {
	    position: absolute;
	    width: 100%;
	    top: 0;
	    left: 0;
	    z-index: 99;
	    background: rgba(0, 0, 0, 0.34);
	    height: 100%;
	    padding-top: 25%;
	}
	.search input {
	    height: 3.8rem;
		
	}
	.search .input {

		padding-right: 0px;
	}
	.search a {
	    line-height: 3.8rem;
	    color: #fff;
	    height: 3.8rem;
	    width: 84px;
	    margin-left: 10px;
	}
	.search .buts{
		width: 60%;
		margin-top: 2rem;
	}
	.two .right{
		padding: 0;
		margin-top: 20px;
	}
	.one .col-xs-12.wow{
		margin-bottom: 2rem;
	}
	.tes{
		margin-top: 0;
	}
	footer .two{
		margin-bottom: 0rem;
	}
	

}
@media (min-width: 1200px){
 .col-md-25 {
    width: 20%;
 }

}

#livechat-compact-container {
  height: 20px;
  position: fixed;
  right: 0;
  top: 200px;
  top: 30vh;
  z-index: 10000;
}
.btn-chat a {
  font-family: arial;
  color: #ffffff;
  text-decoration: none;
  background: #85ed07;
  padding: 45px 15px 8px;
  display: block;
  font-weight: bold;
  font-size: 15px;
  box-shadow: 0 0 0 1px #2e4412 inset;
  border: 1px solid #000000;
  border-radius: 15px;
  -ms-transform: rotate(90deg) translate(0, -20px);
  -webkit-transform: rotate(90deg) translate(0, -20px);
  transform: rotate(90deg) translate(0, -20px);
  position: relative;
  right: -45px;
  transition: background 0.2s, right 0.2s;
}
.btn-chat a:hover {
  background: #000000;
  right: -20px;
  transition: background 0.2s, right 0.2s;
}