:root {
    --font-family: 'Manrope', sans-serif;
	--primary-color: #0099FF;
	--Secondary-color: #001475;
	--dark-bg: #32323F;
	--white-color: #fff;
}

body {
	margin: 0;
	padding: 0;
	font-family: var(--font-family);
	font-weight: 400;
	color: var(--Secondary-color);
	font-size: 18px;
	line-height: 28px;
}

html,
body {
	height: 100%
}

.main-wrapper {
	position: relative;
	overflow: hidden
}

ul,
ol,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

a {
	color: #26235c;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover {
	text-decoration: none;
	color: #26235c;
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

img {
	max-width: 100%;
	display: block
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	font-family: var(--font-family);
}

h1,
.h1 {
	font-size: 55px;
	line-height: 70px;
}

h2,
.h2 {
	font-size: 45px;
	line-height: 55px;
}

h3,
.h3 {
	font-size: 35px;
	line-height: 45px;
}

h4,
.h4 {
	font-size: 30px;
	line-height: 40px
}

h5,
.h5 {
	font-size: 24px;
	line-height: 30px;
}


h6,
.h6 {
	font-size: 20px;
	line-height: 28px
}

p {
	margin-bottom: 25px;
}

p:last-child {
	margin-bottom: 0 !important;
}

button {
	border: none;
	transition: all 0.4s ease 0s
}

.section,
section {
	padding: 100px 0
}

.container.wide {
	max-width: 1270px
}

.container {
	max-width: 1170px
}

.container.smalls {
	max-width: 860px
}

.bg_gray {
	background-color: #e4e4e4;
}

.bg_blue {
	background-color: #26235c;
}
.bg_primary {
	background-color: var(--primary-color) !important; 
}
.bg_dark{
	background-color: var(--dark-bg);
}

.bg_primary span::before {
	background: var(--primary-color) !important;
}

.text_orange {
	color: #f05738;
}

.text_blue {
	color: #4d6ebf;
}

.text_primary {
	color: var(--primary-color);
}

.text_secondary {
	color: var(--Secondary-color);
}

.text_white,
.text_white>* {
	color: #fff
}

.font_avenir {
	font-family: var(--font-family);
}

.font_avenir_next {
	font-family: var(--font-family);
}

.cta-btn {
	display: inline-block;
	padding: 12px 30px;
	border-radius: 50px;
	font-weight: 700;
	box-shadow: 0 3px 6px rgba(38, 35, 92, 0.16);
}

.btn_orange {
	background-color: #f07d2e;
	color: #fff
}

.btn_orange:hover {
	background-color: #ce5b0d;
	color: #fff
}

.btn_blue {
	background-color: var(--Secondary-color);
	color: #fff
}

.btn_blue:hover {
	background-color: var(--primary-color);
	color: #fff
}

.cta-btn:hover {
	box-shadow: none
}

.header-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 20px 0;
	transition: all 0.4s ease 0s
}

.header-area.scroll {
	background-color: var(--white-color);
}

/* .header-area.scroll .site-logo {
	width: 100px;
} */

.mainmenu ul li {
	display: inline-block;
	margin-right: 25px
}

.mainmenu ul li a {
	color: var(--Secondary-color);
	font-size: 20px;
	position: relative;
	display: block;
	padding: 5px 0
}

.mainmenu ul li a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: var(--Secondary-color);
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform 0.3s;
}

.mainmenu ul li a:hover:after {
	transform-origin: bottom left;
	transform: scaleX(1);
}

.merchant-link{
	display: none !important;
}

nav#menu .merchant-link a {
    background-color: var(--white-color) !important;
    color: var(--Secondary-color) !important;
    border-radius: 5px !important;
    padding: 5px 10px !important;
    margin: 10px 0 !important;
    display: inline-block !important;
    text-align: center !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

nav#menu .merchant-link a:hover {
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;
}

.header-area.scroll .mainmenu ul li a {
	font-size: 18px
}

.header-area.scroll .cta-btn {
	padding: 10px 20px;
	font-size: 16px
}

.site-logo {
	transition: all 0.4s;
	width: 160px
}

.hero-area {
	background-color: var(--primary-color);
	padding-top: 150px;
	height: 810px;
	position: relative;
	display: flex;
	align-items: center;
	z-index: 111
}

.hero-area p {
	font-size: 22px
}

.hero-area .h1 {
	margin-bottom: 15px
}

.hero-area .cta-btn {
	margin-top: 15px
}

.hero-area .content-img img {
	max-width: 770px;
	transform: translateY(65px);
}

.hero-shape-left {
	position: absolute;
	left: -52%;
	top: 20px;
	width: 100%;
	z-index: -1;
	height: 1000px;
    -webkit-animation: animationFramesOne 15s linear infinite;
	animation: animationFramesOne 15s linear infinite;
}

.animate .hero-shape-left{
    -webkit-animation: animationFramesRotate 1.5s linear;
	animation: animationFramesRotate 1.5s linear;
    transform: translate(0, 0) rotate(360deg);
}

@-webkit-keyframes animationFramesOne {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	20% {
		-webkit-transform: translate(40px, -1px) rotate(2deg);
		transform: translate(40px, -1px) rotate(2deg);
	}
	40% {
		-webkit-transform: translate(80px, 50px) rotate(4deg);
		transform: translate(80px, 50px) rotate(4deg);
	}
	60% {
		-webkit-transform: translate(60px, 80px) rotate(5deg);
		transform: translate(60px, 80px) rotate(5deg);
	}
	80% {
		-webkit-transform: translate(-20px, 50px) rotate(2deg);
		transform: translate(-20px, 50px) rotate(2deg);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}

@keyframes animationFramesOne {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	20% {
		-webkit-transform: translate(40px, -1px) rotate(2deg);
		transform: translate(40px, -1px) rotate(2deg);
	}
	40% {
		-webkit-transform: translate(80px, 50px) rotate(4deg);
		transform: translate(80px, 50px) rotate(4deg);
	}
	60% {
		-webkit-transform: translate(60px, 80px) rotate(5deg);
		transform: translate(60px, 80px) rotate(5deg);
	}
	80% {
		-webkit-transform: translate(-20px, 50px) rotate(2deg);
		transform: translate(-20px, 50px) rotate(2deg);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}

@keyframes animationFramesRotate{
    0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(0, 0) rotate(360deg);
		transform: translate(0, 0) rotate(360deg);
	}
}
@keyframes animationFramesRotateTwo{
    0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(0, 0) rotate(-360deg);
		transform: translate(0, 0) rotate(-360deg);
	}
}

.hero-shape-right {
	position: absolute;
	right: -34%;
	top: -19%;
	width: 100%;
	z-index: -1;
	height: 1000px;
    -webkit-animation: animationFramesOne 11s linear infinite;
	animation: animationFramesOne 11s linear infinite;
}
.animate .hero-shape-right{
    -webkit-animation: animationFramesRotate 1.5s linear;
	animation: animationFramesRotate 1.5s linear;
    transform: translate(0, 0) rotate(-360deg);
}

.pl-80 {
	padding-left: 80px
}

.section_heading {
	margin-bottom: 20px
}

.why-us-area {
	padding-top: 160px
}

.content-area {
	position: relative;
	z-index: 1
}

.why-shape {
	position: absolute;
	top: -70px;
	right: -32%;
	z-index: -1;
}

.why-us-area .half-bg-right {
	background: url(../img/why-us-shape-right.svg) no-repeat scroll center center/contain;
	position: absolute;
	right: -15%;
	top: -55px;
	width: 55%;
	height: 870px;
	z-index: -1;
}

.about-area .half-bg-left {
	background: url(../img/about-shape-left.png) no-repeat scroll center center/contain;
	position: absolute;
	left: -15%;
	top: -32px;
	width: 55%;
	height: 650px;
	z-index: -1;
}

.num-icon {
	position: relative;
	margin-bottom: 30px
}

.num-icon .num {
	font-size: 208px;
	line-height: normal;
	font-family: var(--font-family);
	font-weight: 700;
}

.num-icon img {
	position: absolute;
	width: 106px;
	bottom: 0;
	right: 105px;
}

.num-box p {
	font-size: 22px;
}

.number-area .col-md-3:nth-child(2) .num-icon img {
	right: 70px;
}

.number-area .col-md-3:nth-child(4) .num-icon img {
	right: 50px;
}

.num-box {
	margin-top: 30px
}

.border_blue {
	margin-bottom: 20px;
	position: relative
}

.border_blue::after {
	position: absolute;
	content: "";
	bottom: 20px;
	right: 0;
	width: 2000px;
	height: 5px;
	background: var(--Secondary-color);
}

.border_blue span {
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 0 20px;
}

.bg_blue .border_blue span {
	background: #26235c
}

.bg_blue .border_blue::after {
	background: #f05738;
}

.border_blue span::before {
	position: absolute;
	content: "";
	top: 50%;
	left: -1000px;
	width: 1000px;
	background: #fff;
	height: 30px;
}

.bg_blue .border_blue span::before {
	background: #26235c;
}

.packages-inn {
	margin-top: 50px
}

.packages-inn .nav-tabs {
	margin-bottom: 50px;
	text-align: center;
	padding: 8px;
	border-radius: 50px;
	border: 1px solid var(--Secondary-color);
	width: 100%;
	max-width: 750px;
	margin: 0 auto 50px;
}

.packages-inn .nav-tabs li {
	display: inline-block
}

.packages-inn .nav-tabs .nav-link {
	border: 0px solid transparent;
	border-radius: 0;
	color: var(--Secondary-color);
	padding: 12px 15px;
	border-radius: 50px;
	width: 100%;
}

.packages-inn .nav-tabs .nav-item.show .nav-link,
.packages-inn .nav-tabs .slick-current .nav-link {
	color: #e4e4e4;
	background-color: var(--Secondary-color);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-color: transparent;
}

.list_item li {
	margin-bottom: 5px;
	position: relative;
	padding-left: 30px
}

/* .list_item li::before {
	position: absolute;
	content: "";
	top: 7px;
	left: 0;
	width: 15px;
	height: 15px;
	background: url(../img/list-icon.svg) no-repeat scroll 0 0/cover
} */

.list_item li:last-child {
	margin-bottom: 0
}

.package-slider .slick-prev,
.package-slider .slick-next,
.product-range-slider .slick-prev,
.product-range-slider .slick-next {
	width: auto;
	height: auto;
}

.package-slider .slick-prev svg,
.package-slider .slick-next svg,
.product-range-slider .slick-prev svg,
.product-range-slider .slick-next svg {
	height: 35px;
}

.package-slider .slick-prev,
.product-range-slider .slick-prev {
	left: -75px;
}

.package-slider .slick-next,
.product-range-slider .slick-next {
	right: -75px;
}

.package-slider .cta-btn {
	margin-top: 30px
}

.tab-content>.tab-pane {
	display: block;
	height: 0
}

.tab-content>.active {
	height: auto
}

.analytics-area .border_blue::after,
.border_left.border_blue::after {
	right: auto;
	left: 0
}

.border_left.border_blue span::before {
	right: -1000px;
	left: auto
}

.analytics-area .border_blue span::before {
	right: -1000px;
	left: auto
}

.bg_gray .border_blue span {
	background: #e4e4e4
}

.bg_gray .border_blue span::before {
	background: #e4e4e4
}

.analytics-slider .slide {
	padding: 0 25px
}

.analytics-slider {
	margin-top: 70px
}

.analytics-slider .slick-list {
	margin-left: -25px;
	margin-right: -25px;
	padding-top: 30px
}

.analytics-text {
	margin-top: 30px
}

.analytics-text p {
	color: var(--Secondary-color);
	font-size: 16px;
	line-height: 26px;
}

.analytics-img {
	width: 95%;
	margin: auto;
	position: relative;
	z-index: 1
}

.analytics-img::before {
	position: absolute;
	left: -15px;
	top: -15px;
	width: 100px;
	height: 100px;
	content: "";
	background-image: linear-gradient(30deg, #223ab1 0%, var(--Secondary-color) 84%);
	z-index: -1
}

.inner-heading {
	margin-top: 50px
}

.pr-80 {
	padding-right: 80px
}

.virtual-terminal-area .half-bg-right {
	background: url(../img/shape-3.svg) no-repeat scroll center center/contain;
	position: absolute;
	right: -50%;
	top: -35%;
	width: 100%;
	height: 730px;
	z-index: -1;
}

.online-payments-area .half-bg-left {
	background: url(../img/shape-4.svg) no-repeat scroll center center/contain;
	position: absolute;
	left: -57%;
	top: -55%;
	width: 100%;
	height: 730px;
	z-index: -1;
}

.column-count-two {
	column-count: 2
}

.benefits-area ul {
	margin-top: 50px
}
.benefits-area .container{
    max-width: 900px
}
.faqs-accordion .accordion-button {
	background: transparent;
	padding: 0;
	border-radius: 0;
	border: none;
	box-shadow: none;
	font-size: 22px;
	color: var(--primary-color);
	font-family: var(--font-family);
}

.compliance-faq .accordion-button {
	color: var(--primary-color);
}

.faqs-accordion .accordion-item {
	background: transparent;
	border-radius: 0;
	border: none;
	margin-bottom: 20px;
}

.faqs-accordion .accordion-item:last-child {
	margin-bottom: 0
}

.faqs-accordion .accordion-header {
	line-height: normal
}

.faqs-accordion .accordion-button::after {
	display: none
}

.faqs-accordion .accordion-button::before {
	position: absolute;
	right: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f067";
	color: var(--primary-color);
	font-size: 14px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border: 1px solid var(--primary-color);
	border-radius: 50%;
}

.faqs-accordion .accordion-button:not(.collapsed)::before {
	content: "\f068"
}

.faqs-accordion {
	margin-top: 100px
}

.partner-img {
	width: 60%;
}

.partner-heading {
	margin-bottom: 80px
}

.partner-logo {
	width: 75%;
	margin: auto;
	display: flex;
	align-items: center;
	height: 100px;
}

.partners-item {
	margin-top: 100px
}

.partner-area .cta-btn {
	margin-top: 50px
}

.partner-area .half-bg-right {
	background: url(../img/shape-3.svg) no-repeat scroll center center / contain;
	position: absolute;
	right: -52%;
	top: -35%;
	width: 100%;
	height: 640px;
	z-index: 11;
}

.contact-inn p,
.contact-inn li,
.contact-inn li a {
	color: var(--Secondary-color);
}

.contact-inn .content-text ul {
	padding-left: 30px;
	margin-top: 50px
}

.contact-inn .content-text li {
	font-size: 16px;
	position: relative;
	margin-top: 25px
}

.contact-inn li:first-child {
	margin-top: 0
}

.contact-inn li img {
	position: absolute;
	top: 5px;
	left: 0;
}

.contact-inn li span {
	display: block
}

.contact-inn {
	padding: 50px;
	border: 2px solid var(--Secondary-color);
}

.contact-form label {
	display: block;
	color: var(--Secondary-color);
	margin-bottom: 5px
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	border: 1px solid #707070;
	background-color: #e4e4e4;
	height: 55px;
	padding: 10px 15px
}

.contact-form textarea {
	height: 140px
}

.contact-form li {
	margin-bottom: 20px
}

.contact-form button:not(.close) {
	background-color: var(--Secondary-color);
}

.contact-form .alert {
	font-size: 16px;
	text-align: left;
	line-height: 1.2;
	position: relative; 
	padding-right: 15px;
}

.contact-form .alert button {
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
	font-size: 25px;
	line-height: 1;
}

.footer-area {
	padding: 80px 0
}

.footer-links li {
	margin-bottom: 10px
}

.footer-links li:last-child {
	margin-bottom: 0
}

.footer-links li a {
	font-family: var(--font-family);
}

.footer-social {
	text-align: right
}

.footer-social li {
	display: inline-block;
	margin-left: 5px
}

.footer-social li:first-child {
	margin-left: 0px
}

.footer-social li a {
	font-size: 0
}

.footer-social li a em {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	background-color: var(--Secondary-color);
	color: #fff;
	display: block
}

.footer-social li a:hover {
	background: #f05738
}

.header-toggle {
	display: none;
}

.header-toggle span {
	height: 2px;
	width: 95%;
	background: #fff;
	display: block;
	margin-top: 5px;
	position: relative;
	transition: all 0.2s ease 0s;
	border-radius: 5px;
	margin-right: 0;
	margin-left: auto;
}

.header-toggle span:nth-child(1) {
	top: 3px;
}

.header-toggle span:nth-child(2) {
	top: 5px;
	width: 65%;
}

.header-toggle span:nth-child(3) {
	top: 7px;
}

#menu-toggle {
	width: 42px;
	height: 42px;
	display: block;
	position: relative;
	background: var(--Secondary-color);
	padding: 4px 8px;
	border-radius: 7px;
	margin-left: 0;
}

.slick-dots li {
	margin: 0;
}

.slick-dots li button:before {
	font-size: 10px;
	opacity: .5;
	color: #f07d2e;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #f07d2e;
}

.slick-dots {
	position: inherit;
	bottom: 0;
	margin-top: 30px
}

.package-slider .slick-prev,
.package-slider .slick-next {
	top: calc(50% - 50px);
}

.help-block * {
	color: red !important;
	font-size: 15px;
	font-weight: 600;
}
.compliance-area{
    z-index: 11
}
.package-slider .content-img, .product-range-slider .content-img{
    width: 335px;
    height: 417px;
    position: relative
}
.package-slider .content-img img, .product-range-slider .content-img img{
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%
}
.accept-payments-item p{
    margin-bottom: 5px
}
.accept-payments-item{
    margin-bottom: 15px
}
.accept-payments-item:last-child{
    margin-bottom: 0
}
.accept-payments-item ol{
    list-style: decimal;
    padding-left: 20px
}
.accept-payments-item ol li{
    list-style: decimal;
    margin-top: 10px
}

.btn_secondary{
	background-color: var(--Secondary-color);
	color: var(--white-color);
}
.btn_secondary:hover{
	background-color: var(--Secondary-color);
	color: var(--white-color);
	transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.slick-next svg path,
.slick-prev svg path {
    fill: var(--Secondary-color) !important; 
}

.bi {
    fill: var(--Secondary-color); 
}

/*Responsive*/

@media(max-width: 991px) {

	h1,
	.h1 {
		font-size: 34px;
		line-height: 45px;
	}

	h2,
	.h2 {
		font-size: 30px;
		line-height: 40px;
	}

	h3,
	.h3 {
		font-size: 28px;
		line-height: 35px;
	}

	h4,
	.h4 {
		font-size: 24px;
		line-height: 34px;
	}

	.hero-area p {
		font-size: 20px;
	}

	body {
		font-size: 16px
	}

	.pl-80 {
		padding-left: 0
	}

	nav#menu {
		position: absolute;
		top: 99%;
		left: 0;
		width: 100%;
		display: block;
		z-index: 999;
		min-height: calc(100vh - 71px);
		opacity: 0;
		visibility: hidden;
		transition: 0.3s all;
	}

	nav#menu.active {
		opacity: 1;
		visibility: visible;
		transition: 0.3s all;
	}

	.mainmenu ul {
		text-align: left;
	}

	nav#menu,
	nav#menu>ul ul {
		overflow: hidden;
		max-height: 0;
		background: var(--Secondary-color);
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
	}

	nav#menu,
	nav#menu>ul ul {
		overflow: auto;
		padding: 50px 20px;
	}

	nav#menu>ul>li {
		display: block !important;
		margin: 0 !important;
		padding: 0
	}

	nav#menu ul ul,
	nav#menu ul ul ul {
		display: inherit;
		position: relative;
		left: auto;
		top: auto;
		padding: 0
	}

	nav#menu ul ul.sub-menu.active {
		visibility: visible;
		opacity: 1;
		max-height: 55em;
	}

	nav#menu>ul>li>a {
		display: block;
		position: relative;
		padding: 7px 0px;
		color: #fff;
		border-bottom: 1px solid #38366c;
		font-size: 16px;
	}

	nav#menu>ul>li:last-child>a {
		border: none
	}

	.mainmenu ul li>ul {
		border: none
	}

	nav#menu li.has-submenu>a:after {
		border: none;
		content: '+';
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		top: 50%;
		transform: translateY(-50%);
		font-size: 2rem;
		width: auto;
		height: auto;
	}

	.sub-menu::before {
		height: 90% !important;
		left: 50% !important;
		transform: translate(-50%, -50%) !important;
	}

	.sub-menu::after {
		display: none
	}

	nav#menu li.has-submenu>a.active:after {
		content: "-";
	}

	nav#menu ul ul>li a {
		padding: 10px 0px;
		line-height: normal;
		color: #fff;
		font-size: 14px
	}

	ul.sub-menu {
		padding-left: 20px;
	}

	.header-toggle.active span:nth-child(2) {
		opacity: 0
	}

	.header-toggle.active span:nth-child(1) {
		top: 12px;
		transform: rotate(45deg);
	}

	.header-toggle.active span:nth-child(3) {
		top: -2px;
		transform: rotate(-45deg);
	}

	.header-toggle {
		display: block;
	}

	nav#menu>ul ul {
		background: transparent;
		box-shadow: none;
		width: 100%;
		padding-left: 30px
	}

	.header-action {
		display: none
	}

	.header-area {
		padding: 15px 0
	}

	.hero-area {
		height: auto
	}

	.site-logo {
		width: 100px;
	}

	/* .header-area.scroll .site-logo {
		width: 80px
	} */


	.content-area>.text-center p {
		padding: 0 15px
	}
    .package-slider .content-img, .product-range-slider .content-img{
        width: 100%;
        height: 290px
    }

	.merchant-link{
        display: block !important;
		/* text-align: center */
    }

}


@media(max-width: 767px) {


	.hero-area .cta-btn {
		margin-top: 5px;
	}


	.hero-area {
		padding-bottom: 30px;
		padding-top: 85px;
	}

	.num-box p {
		font-size: 18px;
	}

	.border_blue span {
		padding: 0 10px;
	}


	.slick-slider {
		margin-bottom: 0 !important
	}

	.faqs-accordion .accordion-button {
		font-size: 20px
	}

	.contact-inn {
		padding: 30px;
	}

	.contact-inn .content-text li {
		font-size: 15px;
		padding-left: 25px;
	}

	.contact-inn .content-text ul {
		text-align: left;
		padding-left: 0;
		margin-top: 30px
	}

    
	.contact-inn .content-text {
		text-align: left
	}

	.hero-area .content-img img {
		max-width: 100%;
	}

	.why-us-area {
		padding-top: 100px;
		padding-bottom: 0
	}

	.why-us-area .half-bg-right {
		right: -30%;
		top: -30%;
		height: 650px;
	}

	.about-area .half-bg-left {
		top: -20%;
		height: 450px;
	}

	.num-icon {
		margin-bottom: 15px;
		text-align: center;
	}

	.num-icon .num {
		font-size: 130px;
	}

	.num-icon img {
		width: 80px;
		right: 65px;
	}

	.number-area .col-md-3:nth-child(2) .num-icon img {
		right: 50px;
	}

	.border_blue span::before {
		top: 40%;
	}

	p br {
		display: block
	}

	.packages-inn .nav-tabs .nav-link {
		padding: 8px 20px;
	}

	.virtual-terminal-area .half-bg-right {
		top: -15%;
		height: 535px;
	}

	.online-payments-area .half-bg-left {
		height: 550px;
		top: -35%;
	}

	.partner-area .half-bg-right {
		top: -13%;
		height: 350px;
	}

	.footer-social li a {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 18px;
	}

	.hero-shape-right {
		right: -50%;
		top: -20%;
		height: 500px;
	}

	.hero-shape-left {
		height: 500px;
	}

	.faqs-accordion .accordion-button {
		padding-right: 50px;
	}


}

@media(max-width: 575px) {

	.hero-area {
		padding-bottom: 0;
		padding-top: 110px;
		text-align: center
	}

	.why-us-area {
		padding-top: 150px;
		padding-bottom: 100px
	}

	.hero-shape-right {
		right: -65%
	}

	.hero-shape-left {
		left: -65%;
		top: -40%;
	}

	.content-img {
		margin-bottom: 30px
	}

	.content-text {
		text-align: center
	}

	.content-text .list_item {
		text-align: left
	}
    .package-slider .content-img, .product-range-slider .content-img{
        width: 100%;
        height: 360px
    }

	.hero-shape-right {
		height: 1000px;
	}

	.hero-shape-left {
		height: 1000px;
	}

	.why-us-area .half-bg-right {
		right: -65%;
		width: 100%;
		height: 495px;
	}

	.num-icon {
		text-align: left;
	}

	.about-area {
		padding-top: 0
	}

	.about-area .half-bg-left {
		left: -50%;
		top: -20%;
		width: 100%;
		height: 495px;
	}

	.num-icon img {
		width: 70px;
		right: 55px;
	}

	.num-icon .num {
		font-size: 110px;
	}

	.number-area .col-md-3:nth-child(2) .num-icon img,
	.number-area .col-md-3:nth-child(4) .num-icon img {
		right: 45px;
	}
    .benefits-area .col-sm-5:last-child ul{
        margin-top: 0
    }
	.border_blue span::before {
		top: 30%;
	}

	.virtual-terminal-area {
		padding-top: 0
	}

	.virtual-terminal-area .half-bg-right {
		right: -65%;
		height: 550px;
	}

	.virtual-terminal-area .content-text {
		text-align: left
	}

	.online-payments-area .half-bg-left {
		left: -70%;
		top: -30%;
		height: 500px;
	}

	.partner-area .half-bg-right {
		right: -60%;
		top: -10%;
		height: 300px;
		z-index: -1;
	}

	.partner-area {
		padding-top: 0
	}

	.partner-img {
		margin: 0 auto 30px;
	}

	.contact-form {
		margin-top: 30px
	}

	.footer-widget {
		text-align: center;
		margin: 20px 0;
	}

	.footer-social {
		text-align: center;
	}

	.footer-logo {
		width: 100px;
		margin: auto
	}

	.footer-logo a {
		letter-spacing: 0;
	}

	.footer-area {
		padding: 50px 0;
	}

	p br {
		display: none
	}
}


@media(max-width: 420px) {
	.packages-inn .nav-tabs .nav-link {
		width: 100%
	}

	.packages-inn .nav-tabs li {
		display: block;
	}

	.packages-inn .nav-tabs {
		border-radius: 30px;
		display: block
	}

	.column-count-two {
		column-count: 1;
	}

	.border_blue::after {
		display: none
	}

	.border_blue span::before {
		display: none
	}

	.border_blue span {
		background: transparent
	}
}

@media(max-width: 320px) {}

@media (min-width: 768px) and (max-width: 991px) {
	.hero-area .content-img img {
		max-width: 100%;
		transform: translateY(0px);
	}

	.hero-shape-right,
	.hero-shape-left {
		height: 600px
	}

	.why-us-area .half-bg-right {
		right: -30%;
		width: 65%;
		height: 550px;
	}

	.why-us-area {
		padding-top: 100px;
		padding-bottom: 0
	}

	.num-icon .num {
		font-size: 120px;
	}

	.num-icon img {
		width: 70px;
		right: 70px;
	}

	.number-area .col-md-3:nth-child(2) .num-icon img {
		right: 50px;
	}

	.virtual-terminal-area .half-bg-right {
		height: 550px
	}

	.online-payments-area .half-bg-left {
		top: -25%;
		height: 500px;
	}

	.partner-area .half-bg-right {
		right: -65%;
		top: -26%;
		height: 450px;
	}

	.contact-inn .content-text ul {
		padding-left: 0;
	}

	.hero-area {
		padding-top: 100px;
		padding-bottom: 50px;
	}

	.border_blue span::before {
		top: 35%;
	}

	.compliance-area .content-img {
		width: 60%;
		margin: 0 auto 30px
	}
}

@media (width: 1024px) {
	.hero-area .content-img img {
		max-width: 550px;
		transform: translateY(65px);
	}

	.hero-area {
		padding-bottom: 0;
		height: auto
	}

	.hero-shape-right,
	.hero-shape-left {
		height: 700px;
	}

	.num-icon .num {
		font-size: 170px;
	}

	.num-icon img {
		width: 90px;
	}
}

@media(max-width: 767px) {

	.product-range-slider-nav,
	.package-slider-nav {
		margin-bottom: 30px !important;
	}

}

@media(max-width: 600px) {

	.product-range-slider-nav .slick-slide,
	.package-slider-nav .slick-slide {
		width: 100% !important;
		margin: 2px 0;
	}

}