@font-face {
    font-family: 'Avenir-Black';
    src: url('../webfonts/Avenir-Black.woff2') format('woff2'),
         url('../webfonts/Avenir-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir-Book';
    src: url('../webfonts/Avenir-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir-Heavy';
    src: url('../webfonts/Avenir-Heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir-Medium';
    src: url('../webfonts/Avenir-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir-Light';
    src: url('../webfonts/Avenir-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.avenir-book {
	font-family: 'Avenir-Book', Arial, sans-serif;
}
.avenir-black {
	font-family: 'Avenir-Black', Arial, sans-serif;
}
.avenir-medium {
	font-family: 'Avenir-Medium', Arial, sans-serif;
}
.avenir-heavy {
	font-family: 'Avenir-heavy', Arial, sans-serif;
}
.avenir-light {
	font-family: 'Avenir-Light', Arial, sans-serif;
}

body{
	font-family: 'Avenir-Book', Arial, sans-serif;
}

section{
	overflow: hidden;
}
.backtop{
	position: fixed;
	z-index: 1;
	right: 0;
	margin-right: 1em;
	bottom: 15%;
/*	display: none;*/
}
	.backtop img{
		width: 40px;
	}

.color-grey{
	color: #707070;
}
.color-grey-dark{
	color: #58595B;
}
.color-orange{
	color: #F25F4D;
}
.color-red{
	color: #F25F4F;
}

.section_white, .section_yellow, .section_pink{
	padding: 45px 0;
}
.section_yellow, .bg_yellow{
	background-color: #FFFCF4;
}
.section_pink, .bg_pink{
	background-color: #FFF5F4;
}
.bg_orange{
	background-color: #F25F4D;
}

.header_bar{
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	height: 75px;
	z-index: 999;
	display: block;
	margin: 0;
	width: 100%;
}
	.navbar-header{
		    box-shadow: 0px 0px 10px #ddd;
	}
	.navigation_logo img{
		    width: 150px;
	}
	.nav-link{
		padding: 1.5em 2em;
	}
	.nav-item.active {
		    color: #F25F4D;
		    border-bottom: 2px solid #F25F4D;
	}

.btn-default{
	color: #fff;
	background-color: #F25F4F;
	border-radius: 50px;
    font-size: 1.4rem;
    padding: 0.5rem 2rem;
    height: 3.2rem;
	/*  5sep24 reseller design  */
/*	padding: 0.25rem 2rem;
    height: 2.2rem;*/
}

.btn-default:hover{
	color: #707070;
	background-color: #F8CC36;
}

/*home*/
.video-container{
    min-height: 465px;
}

.container_vid{
	height: 27vw;
    overflow: hidden;
    position: relative;
    z-index: -1;
}
	.container_vid video{
		position: absolute;
		width: 77vw;
		top: 50%;
		right: 50%;
		transform: translate(50%, -50%);
	}
	#carouselExampleIndicators .carousel-indicators{
		margin-bottom: -1rem;
	}
	#carouselExampleIndicators .carousel-indicators [data-bs-target]{
		border-radius: 50px;
		border: 0;
		width: 10px;
		height: 10px;
		background: #707070;
	}

.agateway-box{

}
	.agateway_img1,.agateway_img2,.agateway_img3{
		display: block;
		    width: 60%;
	    margin-left: auto;
	    margin-top: 129px;
	}
	.agateway_text_box{
	    padding: 2em;
	    background-color: #fff;
	    border-radius: 15px;
	    width:100%;
		/*    height: 100%;*/
		/*    align-content: center;*/
	}
	.agateway_text_footer{
/*		margin-top: 1em;*/
    display: flex;
    flex-wrap: wrap;
    align-content: center;
	}
	.btn_pink{
		padding: .6em 1em;
		color: #f25f4d;
		background: #fff5f4;
		border: 1px solid #f25f4d;
		border-radius: 25px;
		text-decoration: none;
		display: block;
		width: fit-content;
	}

.protected-box{
   
    box-shadow: 6px 6px 15px 0px #ddd;
    border-radius: 15px;
    padding: 3em 0;
    position: relative;
}
	.protected-box-h2{
		position: absolute;
		top: 0;
		right: 50%;
		transform: translate(50%, -50%);
		background-color: #fff;
	}
.protected-box-middle, .protected-box-end{
/*	width: 80%;*/
}
	.protected-box-middle{
		margin: auto;
	}
	.protected-box-middle .protected-desc-box{
		width: 100%;
	}
.protected-box-end{
	margin-left: auto;
}
	.protected-box-end .protected-desc-box{
		width: 100%;
	}
.protected-desc-box{
	width: 100%;
}
	.protected-box .protected-ico img{
		width: 90px;
	}
	.protected-box .protected-desc{
		margin-left: 1em;
	}
	.protected-box .protected-desc-title{
		    line-height: 1.5em;
/*	    height: 2em;*/
	}


.our-partners-ul li, .our-channels-ul li{
        box-shadow: 0px 0px 5px 0px #363a45;
    border-radius: 15px;
    margin: 15px;
    background-color: #fff;
}
.our-channels-ul li{
    margin: 35px;
}
.our-partners-ul li img, .our-channels-ul li img{
	width: 100px;
}
.channels_coming{
	position: absolute;
    bottom: 0;
    margin-bottom: -28px;
    right: 50%;
    transform: translate(50%, 0);
    /* right: 0; */
    /* left: 0; */
    font-size: .85em;
    width: 100px;
    text-align: center;
}
/* top */
.section_white.mobile_section_head{
	padding-top: 70px;
}
.navbar-expand-lg{
	padding: 0;
	height: 100%;
}
	.navbar-toggler{
		position: absolute;
		bottom: 50%;
		right: 0;
		transform: translate(0%, 50%);
		border: 0;
	}
	.navbar-expand-lg .navbar-nav .nav-link{
		padding: 1.5em 2em;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu .nav-link {
	    padding: .75em 2em;
	}
	.nav-mobile{
		position: absolute;
		right: 0px;
		left: 0px;
		background: rgb(255, 255, 255);
		z-index: 9;
	}
/*
	about 
*/
.mvap_box{
    padding: 3em;
}
	.mvap_box .mvap_box_img img{
		width: 100px;
		display: block;
		margin: auto;
	}
	.pspo_box_img{
		width: 70%;
	}
/*
	price
*/
.pricing_card_box{
	    box-shadow: 2px 2px 4px 0px #707070;
}
.pricing_card_top{
	border-bottom: 1px solid #707070;
}
	.pricing_card_top, .pricing_card_bottom{
		padding: 1em;
	}
	.pricing_card_top{
		padding-top: 2.5em;
	}
	.pricing_card_bottom{
		padding-bottom: 2.5em;
	}
	.pct_title_currency{
		    transform: translate(0px, -80%);
	    display: inline-block;
	}
	.pct_price_sst{
		width: fit-content;
		margin: auto;
		padding: .4em 1em;
		background: #ddd;
		border-radius: 15px;
		margin-bottom: 2em;
	}
	.pct_price_sst.none{
		background: none;
	}
	.btn_get_started{
		background-color: #F25F4D;
	    color: #fff;
	    text-decoration: none;
/*	    padding: .5vw 4.5vw;*/
	    padding: 0.25rem 1.5rem;
	    display: inline-block;
	    border-radius: 25px;
	    box-shadow: inset 3px 2px 9px 4px #08080833;
	    cursor: pointer;
	}
		.btn_get_started:hover{
			box-shadow: inset -4px -4px 9px 4px #08080833
		}
.table_radius{
	    border: 2px solid #707070;
    border-radius: .91em;
}
	table.pricing_table {
	    border-collapse: collapse;
	    border-radius: 1em;
	    overflow: hidden;
	    text-align: center;
	    border: 0;
	}
		.pricing_table th, .pricing_table td {
		  padding: 1em;
		  background: #ddd;
	    vertical-align: top;
		}
		.pricing_table .td_pink{
			background: #FFF5F4;
		}
		.pricing_table .td_yello{
			background: #FFFCF4;
		}
		.pricing_table .b_b{
		  border-bottom: 2px solid #707070; 
		}
		.pricing_table .b_r{
		  border-right: 2px solid #707070; 
		}

/*
	contact
*/
.contact_col1 img{
	width: 40px;
}
	.follow_us_ul img {
	    height: 20px;
	    padding-right: 2em;
	}
label.error{
	    color: red;
}
/*
	top menu
*/
.dropdown-menu{
	    width: 16vw;
}

/* 
	4sep24 submenu 
	top move css in style file
*/
.desktop .dropdown-submenu {
    position: relative;
    margin: -9px 0;
}

.dropdown-submenu > .dm1 {
    top: -1.5px;
    left: 100%;
    border-radius: 0;
    font-size: 15px;
    padding:0px;
    width:15vw !important;
}
.dropdown-submenu > .dm{
	top: -1.5px !important;
    left: 100% !important;
    border-radius: 0 !important;
    font-size: 15px !important;
    padding:0px !important;
    width:15vw !important;
}
.ds{
	border-top: solid transparent;
	border-bottom: solid transparent;

}
.desktop .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.desktop .dropdown-submenu:hover{
    border-bottom: 2px solid #F25F4D;
}
.dropdown-submenu > .dropdown-toggle:after {
    content: " ";
    float: right;
    border: solid transparent;
    border-left-color: #000;
    border-width: 5px 5px 5px 0;
    margin-top: 5px;
    margin-right: -10px;
}
.menu{
	border-radius: 0;
    font-size: 15px;
/*    width:11vw !important;*/
}
.menu2{
	position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate3d(0px, 60.5px, 0px);
}
.desktop .dropdown-item.active{
 	background-color: white;
    color: black;
}
.pb{
	padding-bottom: 2px;
}
.dc{
/*	display:contents !important;*/
	font-size: 13px !important;
}
.dc li{
	padding-left:25px;
}
.nav-mobile .dropdown-menu.show{
	display: contents;
}
/*.nav-mobile .dropdown-submenu:hover > .dropdown-menu {
    display: contents;
}*/
.nav-mobile .dropdown-submenu>.dropdown-toggle:after{
	display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    float:none;
}
/*	
	paydibs pay page
*/
.nav-paydibs .nav-item{
/*	border: 1px solid #F25F4F;
    border-radius: 50px;*/
    height: auto;
    display: flex;
    margin: 0 1em;
/*    box-shadow: 0px 5px 0px #F25F4F;
    overflow: hidden;*/
}
	.nav-paydibs .nav-link:hover{
		color: #F25F4F;
	}
	.nav-paydibs .nav-link{
		padding: .5em 2em;
		height: auto;
		line-height: 1.25em;
		border: 1px solid #F25F4F;
	    box-shadow: 0px 5px 0px #F25F4F;
	    border-radius: 50px;
	}
	.nav-paydibs .nav-link.active{
		    background: #f25f4f;
    	color: #FFFCF4;
    	        box-shadow: 0px 5px 0px #0000001c;
	}

	.gybwu_box{
		border: 1px solid #f25f4f;
		padding: 2em;
		box-shadow: 2px 2px 4px 0px #707070;
		border-radius: 10px;
		height: 100%;
	}
		.gybwu_box.no_gybwu_box{
			border: 1px solid #ddd0;
			box-shadow: 0 0;
			padding: 0;    
			display: flex;
		    align-items: center;
		    margin: auto;
		    width: fit-content;
		}

		.gybwu_title
		{
			height:2em;
		}
		.gybwu_desc{
			height:4em;

		}
		
		.gybwu_ico img{
			display: block;
			width: 50%;
			margin: auto;
		}

		.grid-container-visa, .grid-container-paynow 
		{
			display: grid;
			place-items: center; 
			height: 4.5em; 
			width: 10em; 
		}

		.grid-container-visa img {
		    max-width: 100%;
		    max-height: 70%;
		}

		.grid-container-paynow img {
		    max-width: 100%;
		    max-height: 100%;
		}

		.grid-container-atome,
		.grid-container-pay-later-grab,
		.grid-container-spaylater {
			display: grid;
			place-items: center;
			width: 10em;
			height:4.5em;
			position: relative; 
		}

		.grid-container-atome .image-wrapper,
		.grid-container-pay-later-grab .image-wrapper,
		.grid-container-spaylater .image-wrapper {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background-color: #F0FF5F; 
			display: flex;
			justify-content: center;
			align-items: center;
			border-radius: 15px;
			}

		.grid-container-pay-later-grab .image-wrapper {
			background-color: #00B42A; 
		}

		.grid-container-spaylater .image-wrapper {
			 background-color: #FF3A12;
		}

		.image-wrapper img {
			max-width: 80%; 
			max-height: 80%; 
			object-fit: contain; 
		}

		.coming-soon-text{
			position:relative;
			z-index: 50;
			margin-top: 5em;
		}

	.pdp_suggested_ul li{
	    padding: 1em;
	    text-align: center;
	}
	.pdp_suggested_ul img{
		width: 5rem;
	}

	.csm_worker_ul{

	}
	.csm_worker_ul li,.msc_worker_ul li{
		width: 20%;
	}
	.csm_worker_ul li p,.msc_worker_ul li p{
		text-align: center;
		margin-top: 1em;
	}
	.pcw.csm_worker_ul li{
		width: 28%;
	}

	.ems_box_footer{
		border-top:1px solid #F25F4F;
		cursor: pointer;
	}
	.ems_box_arrow, .ems_box_arrow_w{
		padding-bottom: 5px;
		margin-left: 1em;
	}
		img.ems_box_arrow_w{
			display: none;
		}
		.ems_box_arrow{
			background-color: #FFFCF4;
		}
		.ems_box_footer:hover a {
			background-color: #F25F4D;
			color: #fff;
		}
		.ems_box_footer:hover img.ems_box_arrow{
			display:none;
		}
		.ems_box_footer:hover img.ems_box_arrow_w{
			display:inline-block;
		}

/*
   terminal
*/
		.our-channels-ul-terminal li{
		    box-shadow: 0px 0px 5px 0px #363a45;
		    border-radius: 15px;
		    margin: 15px;
		    background-color: #fff;
		}
		.our-channels-ul-terminal li{
		    margin: 35px;
		}
		.our-channels-ul-terminal li img{
		/*	width: 100px;*/
			height:4.5em;

		}
/*
	checkout
*/
/*		.coming-soon{
			position:relative;
			z-index: 50;
		}*/

/*
	footer
*/
footer{
	background-color: #363A45;
	color: #fff;
	margin-top: 15em;
}
	footer a{
		color: #fff;
		text-decoration: none;
	}
	.ft_ready_box{
		background: #fff;
		padding: 2em;
		border-radius: 10px;
		box-shadow: 0px 0px 10px 0px #363a45;
		color: #707070;
	}

	.ft_box_menu hr {
	    display: none;
	}
	footer .ft-checkout{
		width: 336px;
	}


@media (max-width: 1200px){
	.csm_worker_ul li img, .msc_worker_ul li img{
		width: 80%;
		margin: auto;
	}
	/* 
		4sep24 submenu 
		top move css in style file
	*/
	.menu{
		border-radius: 0;
	    font-size: 15px;
	    width:18vw !important;
	}
	.gybwu_title
	{
		height:2em;
	}
	.gybwu_desc
	{
		height:4em;
	}
}

@media (min-width: 991px){
	/*
	https://cssunitconverter.vercel.app/pt-to-rem
	REM Size 21.33
	*/
	.pt15{
		/*font-size: 1.042vw;
		font-size: 1.042em;*/
		font-size: 0.938rem;
	}
	.pt13{
	/*	font-size: 0.578vw;*/
		font-size: 0.75rem;
	}
	.pt16{
	/*	font-size: 0.739vw;*/
		/*	font-size: 1.111em;*/
	/*	font-size: 0.711vw;*/
		font-size: 1rem;
	}
	.pt18{
	/*	font-size: 1.25vw;*/
	/*	font-size: 0.8vw;*/
		font-size: 1.125rem;
	}
	.pt20{
	/*	font-size: 1.389vw;*/
	/*	font-size: 0.923vw;*/
		font-size: 1.25rem;
	}
	.pt23{
	/*	font-size: 1.597vw;*/
	/*	font-size: 1.022vw;*/
		font-size: 1.438rem;
	}
	.pt24{
	/*	font-size: 1.667vw;*/
	/*	font-size: 1.067vw;*/
		font-size: 1.5rem;
	}
	.pt27{
		font-size: 1.688rem;
	}
	.pt28{
	/*	font-size: 1.244vw;*/
		font-size: 1.75rem;
	}
	.pt30{
	/*	font-size: 2.083vw;*/
	/*	font-size: 1.333vw;*/
		font-size: 1.875rem;
	}
	.pt36{
	/*	font-size: 1.6vw;*/
		font-size: 2.25rem;
	}
	.pt38{
	/*	font-size: 1.689vw;*/
		font-size: 2.375rem;
	}
	.pt46{
	/*	font-size: 2.044vw;*/
		font-size: 2.875rem;
	}
	.pt63{
	/*	font-size: 2.8vw;*/
		font-size: 3.938rem;
	}
}
@media (max-width: 990px){
	/* home	*/
	.video-container{
	    min-height: 400px;
	}
	/*
	https://cssunitconverter.vercel.app/pt-to-rem
	REM Size 21.33
	*/
	.pt13{
		font-size: 0.705rem;
	}
	.pt15{
		font-size: 0.813rem;
	}
	.pt16{
		font-size: 0.867rem;
	}
	.pt18