
.webp .banner-main {
	/* background-image: url(../images/webp/banner-bg.html); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
}

.no-webp .banner-main {
	/* background-image: url(../images/banner-bg.png); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
}

.banner-main {
	color: white;
	position: relative;
	padding-top: 110px;
	padding-bottom: 50px;
}


/* .banner-caption {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
} */

.banner-caption {
	position: relative;
	align-items: center;
}
/* .banner-img {
	width: 50%;
	margin-left: auto;
	padding-right: 30px;
	text-align: left;
} */

.banner-img {
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	margin: auto;
	top: 60px;
	display: block;
	display: flex;
	align-items: center;
    width: 50%;
	height: 100%;
}
.banner-img img{
    max-height: 550px;
}
/*
.banner-caption h1 span {
	display: block;
	font-size: 38px;
	font-weight: 800;
	letter-spacing: -1px;
	margin-bottom: 22px;
	margin-top: 12px;
}*/

.banner-caption h1 {
	font-size: 42px;
	font-weight: 900;
	color: rgb(52, 54, 67);
	text-transform: capitalize;
	max-width: 580px;
	line-height: 52px;
}
.banner-caption h4 {
	font-size: 20px;
	font-weight: 900;
	color: #5d6275;
	margin-top: 32px;
	max-width: 540px;
	line-height: 32px;
}

.banner-listing {
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #404355;
}

.banner-listing li {
	display: flex;
	align-items: flex-start;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 7px;
}

.banner-listing li img {
	margin-right: 8px;
	height: 15px;
	margin-top: 7px;
}

.banner-caption p {
	margin-bottom: 10px;
	margin-top: 25px;
	font-size: 17px;
	color: #000;
	line-height: 32px;
	max-width: 560px;
}
.banner-partners ul li:last-child {
	border: 0;
}


.btn.btn-main.btn-banner.mobile-none {
	margin-top: 45px;
}

.banner-partners ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
	align-items: center;
}

.no-webp .banner-bar {
	/* background-image: url(../images/banner-bar--zip.png); */
	background-size: cover;
}

.webp .banner-bar {
	/* background-image: url(../images/webp/banner-bar--zip.html); */
	background-size: cover;
}


 .banner-bar {
	padding: 34px 0;
	overflow: hidden;
}


.bar-row {
	display: flex;
	align-items: center;
	color: white;
	justify-content: space-between;
	margin: -34px 0;
}
.bar-row h2 {
	margin: 0;
	text-align: center;
	font-weight: 600;
	font-size: 32px;
	line-height: 42px;
	color: white;
}

.banner-partners ul li {
	border-right: 1px solid #891d34;
	margin: -10px 0;
	padding: 43px 16px;
}

/* how-it-works */




.titles h2 {
	text-align: center;
	font-weight: 800;
	font-size: 30px;
	color: #404355;
	display: inline-block;
	position: relative;
}

.titles {
	text-align: center;
}

.titles h2::after {
	content: "";
	/* background-image: url(../images/title-img.png); */
	height: 45px;
	width: 58px;
	display: block;
	background-repeat: no-repeat;
	position: relative;
	margin: -40px 0 -21px -27px;
	z-index: -1;
}

.contact-bottom .titles h2::after {
	/* background-image: url(../images/contact-tiltle-img.png); */
}

.howit-row {
	display: flex;
	margin-top: 70px;
}

.howit-row .howit-box {
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: rgb(234, 234, 234);
	text-align: center;
	padding: 25px 10px;
	position: relative;
	width: 20%;
}
.howit-row .howit-box span {
	position: absolute;
	top: -34px;
	left: 0;
	right: 0;
	background: #f5f6fb;
	width: 64px;
	height: 64px;
	display: flex;
	color: #8e1e9a;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	font-weight: 900;
	font-size: 30px;
	margin: auto;
}

.howit-row .howit-box h3 {
	font-size: 20px;
	font-weight: 800;
	color: #404355;
	margin: 14px 0;
}

.howit-row .howit-box img {
	margin-top: 34px;
}

.howit-row p {
	margin: 0;
	font-size: 16px;
	color: #5d6275;
}

.howit-row .howit-box:nth-child(1) {
	border-width: 1px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.howit-row .howit-box:nth-child(5) {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}



/* marketplace-model */

.webp .marketplace-model {
	/* background-image: url(../images/webp/mket-bg.html); */
	color: white;
	background-size: cover;
	background-position: bottom left;
}

.no-webp .marketplace-model {
	/* background-image: url(../images/mket-bg.png); */
	color: white;
	background-size: cover;
	background-position: bottom left;
}

.marketplace-model .title-bar {
	margin-bottom: 60px;
}

.titles p {
	max-width: 890px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
}
.marketplace-box {
	display: flex;
	background: rgb(255, 255, 255);
	margin-bottom: 30px;
	padding: 50px 25px 25px;
	border-radius: 10px;
	flex-flow: wrap;
	box-shadow: 0 0 4px 3px rgba(204, 204, 204, 0.24);
}

.marketplace-box {
	height: 92%;
}

.marketplace-img-wrapper {
	width: 44%;
}


.marketplace-content {
	width: 56%;
}

.marketplace-content h3 {
	font-size: 24px;
	margin-bottom: 12px;
	font-weight: 600;
	color: #373737;
}

.marketplace-content p {
	color: #5c5c5c;
	font-size: 15px;
	min-height: 160px;
}
.mktplc-logos {
	text-align: center;
	width: 100%;
}

.partner-logos {
	display: flex;
	justify-content: space-between;
	padding-left: 12px;
	width: 100%;
}


.marketplace-box .btn.btn-main {
	background: #f35b45;
	color: white;
	font-size: 17px;
	padding: 6px 22px;
	margin-top: 15px;
	cursor: pointer;
	display: block;
	max-width: 160px;
	margin-left: auto;
}

.partner-logos a {
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-top: 25px;
}

.partner-logos img {
	max-height: 34px;
	width: auto;
	max-width: 100%;
	height: auto;
}

.row.mkt-row {
	padding-top: 40px;
}

.partner-logos a:nth-child(2) {
	margin-top: 0;
	/* margin-right: ; */
}


.ca-caption .we-get-listing {
	padding: 0;
	list-style-type: none;
}

.ca-caption .we-get-listing {
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-flow: wrap;
}


.ca-caption .we-get-listing li {
	max-width: 210px;
	display: flex;
	align-items: center;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 10px 5px;
	border-radius: 3px;
	font-size: 18px;
	color: #404355;
	font-weight: 600;
	line-height: 20px;
	cursor: pointer;
	margin-top: 15px;
}

.ca-caption .we-get-listing li img {
	margin: 3px 10px 0 0;
}


.we-get-inner.customer-app {
	margin: 70px 0 70px;
}

.ca-caption h2 {
	font-size: 24px;
	color: #000;
	font-weight: 600;
	margin: 30px 0 10px;
}

.theme-color {
	color: #8e1e9a;
}
.ca-caption h2::after {
	content: "";
	background: #8e1e9a;
	height: 4px;
	width: 45px;
	display: block;
	border-radius: 15px;
	margin: 10px 0 22px;
}

.ca-caption p {
	color: #5d6275;
	margin: 0 0 26px;
	font-size: 16px;
}

.we-get-img {
	position: absolute;
	width: 53%;
	left: 0;
	display: flex;
	justify-content: flex-end;
}


.listing-img {
	width: 60px;
	text-align: center;
}

.listing-text {
	width: 150px;
}

.ca-caption .we-get-listing li:hover {
	background: white;
	box-shadow: 0px 0px 2px 2px rgba(210, 210, 210, 0.29);
}


.we-get-inner.merchant-app .we-get-img {
	left: auto;
	right: 0;
	justify-content: flex-start;
}

.we-get-inner.merchant-app {
	background: #f5f6fb;
	margin-top: 140px;
	display: block;
	padding: 65px 0 90px;
}


.we-get-inner.customer-app.admin-dashboard .we-get-img {
	width: 55%;
}

.launch-store-caption {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
}

.green-text {
	color: #2ec86a;
}


.launch-store-caption h2 {
	margin: 0 0 10px;
	color: #404355;
	font-weight: 900;
	/* text-transform: ; */
	font-size: 30px;
	line-height: 42px;
}

.launch-store-caption p {
	margin: 0 auto 16px;
	color: #5d6275;
	max-width: 550px;
	font-size: 16px;
}

.launch-store {
	position: relative;
}

.launch-store img {
	width: 100%;
	max-height: 330px;
	object-fit: cover;
	box-shadow: 0 5px 2px -4px rgba(204, 204, 204, 0.44);
}

.key-box {
	width: 33.3%;
	padding: 0 25px;
	margin-bottom: 30px;
	text-align: center;
}

.key-box h3 {
	font-size: 20px;
	font-weight: 800;
	color: #404355;
	margin: 18px 0 10px;
}

.key-box  .para-text {
	color: #5d6275;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}

.grid-wrapper {
	flex-flow: wrap;
	margin-top: 65px;
	
}

.grid-wrapper.d-flex {
	display: flex;
}

.launch-online-inner {
	position: relative;
}


.launch-online{
	margin-bottom: 40px;
}

.online-inner-caption {
	display: flex;
	flex-flow: column;
	justify-content: center;
	position: absolute;
	top: 0;
	height: 100%;
	left: 55px;
	color: white;
}

.online-inner-caption h2 {
	margin: 50px 0 0;
	font-weight: 700;
	color: white;
	font-size: 42px;
}

.online-inner-caption h3 {
	margin: 5px 0 20px;
	font-size: 24px;
	color: white;
	font-weight: 600;
}

.online-inner-caption .btn.btn-main {
	box-shadow: none;
	background: white;
	color: rgb(62 73 177);
	max-width: 275px;
	font-weight: 600;
}

.online-inner-caption .btn.btn-main:hover{
	background-color: rgb(62 73 177) !important;
}


.whyus-row {
	margin-top: 60px;
}

.whyus-media-listing {
	padding-left: 20px;
	margin-top: 10px;
}

footer {
	margin-top: 0 !important;
}

.whyus-media-listing .advantage-listing-box {
	margin-bottom: 40px;
}

.advantage-listing-box {
	display: flex;
	align-items: flex-start;
}

.whyus-media-listing .advantages {
	width: 100%;
	padding-right: 0;
	padding-left: 20px;
}

.advantage-listing-box h3 {
	font-size: 20px;
	font-weight: 800;
	margin: 0;
	color: #000;
}

.whyus-media-listing .advantages p {
	margin: 0;
	font-size: 15px;
	line-height: 22px;
	color: #777;
}

section.book_demo form input, section.book_demo form textarea {
	box-shadow: none !important;
	border-width: 1px !important;
}

.whyus.section-padding {
	border-bottom: 1px solid #ccc;
}

.form-wrapper  .para-text {
	color: #5d6275;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}

.webp .contact-bottom {
	/* background-image: url(..//images/webp/cnbg.webp); */
	/* background-image: url(../images/cnbg1.jpg); */
	background-size: cover;
}
 
.no-webp .contact-bottom {
	/* background-image: url(../images/cnbg1.jpg); */
	background-size: cover;
}

 .contact-bottom {
	padding: 70px 0 50px;
	z-index: 0;
	position: relative;
}

.form-wrapper {
	margin-top: 0px;
}

.form-wrapper .form-row {
	justify-content: space-between;
}

.form-wrapper .form-row .form-group {
	width: 48%;
	position: relative;
}

.form-wrapper .form-group {
	margin-bottom: 32px;
}

.form-wrapper .para-text {
	display: block;
	color: #404355;
	margin-bottom: 10px;
}

.form-wrapper input, .form-wrapper textarea {
	width: 100%;
	height: 56px;
	border: 1px solid #acbaba;
	padding: 10px 45px 10px 15px;
	background: #fff;
	border-radius: 6px;
}

.cicon {
	position: absolute;
	top: 54px;
	right: 12px;
}

.form-wrapper textarea {
	height: 150px;
}

.form-wrapper .form-group p {
	color:#5d6275;
	margin: 6px 0 0;
}

.form-wrapper .btn.btn-main.hvr-radial-out {
	font-weight: 600;
	padding: 12px 52px;
	box-shadow: 1px 1px 11px 7px rgba(238, 44, 44, 0.2);
}

.testmonials-box {
	width: 48%;
	box-shadow: 0px -6px 38px -14px #ccc;
	padding: 70px 40px 55px;
	position: relative;
	border-radius: 20px;
}

.testmonials-box p {
	color: #5d6275;
	font-size: 18px;
	margin: 0 0 20px;
	line-height: 30px;
}
.testmonials-wrapper {
	display: flex;
	justify-content: space-between;
}


.testmonials-box img {
	position: absolute;
	top: -23px;
	left: 0;
}

.testmonials-box h3 {
	margin: 0;
	font-size: 20px;
	color: #404355;
	line-height: 30px;
}

#carouselExampleIndicators .carousel-inner {
	padding: 80px 20px 50px;
}

.testmonials-box h3 span {
	display: block;
	color: #8e1e9a;
}

.client-testmonials .carousel-indicators li {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #dcdcdc;
	opacity: 1;
	border: 0;
}

.client-testmonials  .carousel-indicators .active {
	opacity: 1;
	background: #8e1e9a;
}

.client-testmonials .carousel-indicators {
	bottom: -20px;
}


.footer {
	background: #23242a;
	color: white;
	padding: 25px 0;
}

.footer ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}

.footer ul li a {
	color: white;
	text-decoration: none;
	font-size: 16px;
	display: block;
	margin: 0 0 9px;
}

.footer-left-row {
	display: flex;
	justify-content: space-between;
}



.footer h3 {
	margin: 0 0 16px;
	font-size: 22px;
	font-weight: 800;
}

.copyright-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}



.footer-right li a {
	margin-bottom: 16px !important;
}

.copyright-row p, .copyright-row p a {
	margin: 0;
	color: #c0c0c0;
	text-align: center;
	font-size: 14px;
}

.copyright-row .social-media {
	display: flex;
	list-style-type: none;
	justify-content: center;
}

.copyright-row .social-media a {
	color: white;
	height: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
	width: 33px;
	margin: 0 8px;
}

.copyright-row .social-media a img {
	margin: 0 0 0;
	padding: 0;
	float: none;
}

.why-img-wrapper {
	margin-top: 35px;
}

.whyus-media-listing .advantage-listing-box:last-child {
	margin-bottom: 0;
}
/*7uyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuyuy
#contactModal .modal-dialog {
	max-width: 600px;
	margin: 1.75rem auto;
}

#contactModal .modal-content {
	background-color: rgb(255, 245, 245);
}

.schedule-form-wrapper {
	max-width: 980px;
	margin: 65px auto 45px;
}

.schedule-form-wrapper h3 {
	text-align: center;
	margin: -15px 0 10px;
	font-weight: 800;
}

.schedule-form-wrapper p {
	color: #777;
	margin-bottom: 30px;
	text-align: center;
}


.schedule-form-wrapper .form-row {
	margin: 0;
	justify-content: space-between;
}

.schedule-form-wrapper input, .schedule-form-wrapper textarea {
	background: white;
	border: 1px solid rgb(240, 240, 240);
	width: 100%;
	height: 55px;
	margin-bottom: 0;
	padding: 0 20px;
	color: #777;
	font-size: 17px;
	border-radius: 5px;
}

.schedule-form-wrapper textarea {
	width: 100%;
	min-height: 154px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.schedule-form-wrapper .form-row.full-input input {
	width: 100%;
}


.form-group.has-error input, .form-group.has-error textarea {
	border-color: rgb(255, 0, 0) !important;
}

.form-group.has-error .error {
	color: red;
	font-size: 12px;
}
*/
.headerCall {
	background: white;
	font-size: 16px;
	color: #2d4053;
	text-decoration: none;
	padding: 8px 27px;
	display: inline-block;
	box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.11) !important;
	margin-left: 10px;
	border-radius: 80px;
	font-weight: 600;
}

.contact-bottom .form-wrapper {
    background: rgb(255, 255, 255);
    padding: 50px 50px 25px 50px;
    border-radius: 8px;
}

.info-box {
	background: rgb(255, 255, 255);
	padding: 20px;
	border-radius: 8px;
}

.info-box .social-media ul li a {
	border-radius: 4px;
}

.info-box .social-media ul li a img {
	height: 18px;
	max-height: inherit;
}

.info-box h2 {
	font-size: 24px;
	font-weight: 600;
	margin: 10px 0 20px;
}

.info-box a i {
	margin: 5px 12px 3px 0;
	color: rgb(231, 77, 54);
	font-size: 25px;
}
.info-box a.ft-address {
	font-size: 17px;
}

.info-box a {
	color: #000;
	font-size: 20px;
	display: flex;
	margin-bottom: 16px;
	background: rgb(242, 242, 242);
	padding: 15px 15px;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 500;
}
.social-media ul li a img {
	max-height: 16px;
}

.social-media ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
}

.social-media ul li a {
	width: 40px;
	height: 40px;
	background: #707070;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-right: 16px;
}
.titleborder {
    max-width: 390px;
    background: #d5d5d5;
    height: 1px;
    position: relative;
    display: block;
    margin: 18px auto 10px;
}
.titleborder::after {
    background: #8e1e9a;
    content: "";
    display: block;
    height: 3px;
    max-width: 140px;
    margin: 0 auto 0;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
}
.form-wrapper form {
    margin-top: 50px;
}


.header-right .header-cn-btn.hvr-radial-out.headerskype {
    font-size: 26px;
    padding: 1px 16px;
    color: rgb(0, 158, 226);
}
.dsclimre {
	background: #fff;
	color: rgb(10, 8, 26);
	margin-bottom: -25px;
	text-align: center;
	padding: 10px 0;
	margin-top: 25px;
	font-size: 12px;
}

.schedule-form-wrapper {
	position: relative;
}


.close {
	top: -53px;
	position: absolute;
	right: -42px;
}

section.book_demo {
	/* background-image: url(../images/book.html); */
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 60px;
}

section.book_demo h3 {
	color: #fff;
	font-size: 34px;
}

form.demo_form .form-group {
	margin-bottom: 35px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0;
}

section.book_demo form input {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 3px solid #eaf1f8;
	background: transparent;
	border-radius: 0;
	font-size: 18px;
	color: #708196;
	resize: none;
	padding: 5px 12px;
	height: calc(1.5em + .75rem + 2px);
}

section.book_demo form input.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}
section.book_demo textarea {
	border: 3px solid #eaf1f8;
	font-size: 18px;
	color: #708196;
	resize: none;
	width: 100%;
	min-height: 128px;
	padding: 12px;
}

.what-we-get {
	padding: 0;
}
.launch-online {
	padding: 0;
}

.launch-store {
	padding: 0;
}
form.demo_form .form-group {
	margin-bottom: 35px;
}

.demo_outer {
	background: white;
	padding: 50px 50px 0;
	border-radius: 8px;
	margin-top: 30px;
}
.col-md-6.col-12.demo_right_img.wow.fadeInUp img {
	width: 100%;
}
.close {
	top: -53px;
	position: absolute;
	right: -42px;
}

/* .btn.btn-main.btn-banner.mobile-none {
	margin-top: 25px;
	border-color: #d92e15;
	background: #d92e15;
} */

@media only screen and (max-width : 1700px) and (min-width : 1401px) {
	.banner-main {
	padding-top: 250px;
	padding-bottom: 0;
}
.banner-main {
	padding-top: 135px;
	padding-bottom: 90px;
}
.banner-caption {
	position: relative;
	align-items: center;
}
.banner-img {
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	margin: auto;
	top: 60px;
	display: block;
	display: flex;
	align-items: center;
}
}
@media only screen and (max-width : 1400px) and (min-width : 1200px) {
	.banner-caption {
	top: 25px;
	position: relative;
}
.banner-img {
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	margin: auto;
	top: 60px;
	display: block;
	display: flex;
	align-items: center;
}
.launch-store-caption {
	position: relative;
	padding: 30px 0;
}

.launch-store img {
	position: absolute;
	height: 100%;
}

.we-get-inner.customer-app.admin-dashboard .we-get-img {
	margin-top: 30px;
}
	.banner-caption p {
	margin-bottom: 15px;
	margin-top: 15px;
}

.btn.btn-main.btn-banner.mobile-none {
	margin-top: 20px;
}

.banner-main {
	padding-top: 120px;
}

.banner-caption h1 span {
	letter-spacing: -1px;
	margin-bottom: 14px;
	margin-top: 5px;
}
}
@media only screen and (max-width : 1199px) and (min-width : 992px) {
	
	.marketplace-content p {
	min-height: 203px;
}
	
	


	.launch-store img {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	max-height: 100%;
}

.key-box {
	width: 33%;
}

.why-img-wrapper {
	margin-top: 50px;
}
	
	.bar-row h2 br {
	display: none;
}
.we-get-inner .col-12.col-md-5 {
	flex: 0 0 55%;
	max-width: 55%;
}
.marketplace-img-wrapper {
	padding-right: 20px;
}

.we-get-inner.customer-app .col-12.col-md-5 {
	margin-left: auto;
}

.we-get-inner.customer-app.admin-dashboard .we-get-img {
	width: 46%;
	margin-top: 50px;
}


.launch-store-caption {
	position: relative;
	padding: 60px 0;

}


.ca-caption .we-get-listing li {
	margin-bottom: 16px;
	margin-top: 0;
	max-width: 170px;
}

.we-get-inner.merchant-app {
	margin-top: 0px;
	display: block;
	padding: 40px 0 40px;
}


.we-get-inner.customer-app {
	margin: 40px 0 40px;
}
.we-get-img {
	width: 44%;
}
	.banner-partners ul li {
	border: 1px solid rgb(181, 52, 79) !important;
	margin: 0 4px;
	padding: 20px 20px;
	width: 23%;
	display: block;
}
	
	.bar-row h2 {
	font-size: 25px;
	line-height: 35px;
	width: 100%;
}

.banner-partners ul li img {
	max-height: 28px;
	max-width: 100%;
}

.banner-partners ul {
	justify-content: center;
	margin: 30px 0 0;
	width: 100%;
}

.banner-partners {
	width: 100%;
}
	
	.bar-row {
	flex-flow: wrap;
	margin: 0;
	text-align: center;
}
	
	.banner-caption p {
	margin-bottom: 10px;
	margin-top: 10px;
}
	.banner-caption .col-12.col-md-12.col-lg-5 {
	flex: 0 0 60%;
	max-width: 60%;
}

.btn.btn-main.btn-banner.mobile-none {
	margin-top: 20px;
}

/* .banner-img {
	width: 45%;
	position: relative;
	top: -50px;
} */
.banner-img {
	width: 45%;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    margin: auto;
    top: 60px;
    display: block;
    display: flex;
    align-items: center;
}
.banner-caption h1 {
	font-size: 35px;
	font-weight: 900;
	margin-top: 0;
}
/*
.banner-caption h1 span {
	display: block;
	font-size: 36px;
	font-weight: 800;
	letter-spacing: -1px;
	margin-bottom: 6px;
	margin-top: 2px;
}
*/
.banner-caption h4 {
	font-size: 16px;
}
	.banner-listing li {
	font-size: 16px;
}

.banner-main {
	padding-top: 115px;
	/* padding-top: 220px; */
	padding-bottom: 30px;
}

.banner-caption {
	top: 30px;
	max-width: 100%;
	position: relative;
}
} 
@media only screen and (max-width : 991px) and (min-width : 768px) {
		.banner-caption h1, .banner-caption h4, .banner-caption h1, .banner-caption p {
	width: 100%;
	max-width: 100%;
}
	.marketplace-content h3 br {
	display: none;
}
	
	.marketplace-content p {
	min-height: 147px;
}
	
	.marketplace-content h3 {
	font-size: 19px;
	font-weight: 800;
}
	
	.banner-main.desk-banner {
	display: none;
}
.banner-main.mobile-banner {
	display: block !important;
	text-align: center;
}

.banner-caption h4 {
	margin-bottom: 40px;
}

.banner-caption p {
	margin-bottom: 0;
	margin-top: 0;
}
	.contact-bottom .form-wrapper {
		margin-bottom: 20px;
	}
	
	.header-right .header-cn-btn.hvr-radial-out.headerskype {
		font-size: 20px; 
	 padding: 1px 14px; 
     color: rgb(0, 158, 226); 
	}

	.header-right .header-cn-btn {
		font-size: 20px; 
	 padding: 1px 14px; 
     
	}

	.header-right .header-cn-btn span {
		display: none;
	}
	.howit-row .howit-box {
	max-width: 210px;
}
	
	.testmonials-box {
	padding: 45px 18px 35px;
}
	
	.online-inner-caption h2 {
	margin: 36px 0 0;
}

#carouselExampleIndicators .carousel-inner {
	padding-left: 10px;
	padding-right: 10px;
}

.why-img-wrapper {
	display: none;
}

.whyus-media-listing .advantage-listing-box:last-child {
	margin-bottom: 0;
}
	
	.online-inner-caption h3 {
	margin: 5px 0 12px;
	font-size: 18px;
	font-weight: 600;
	
	
}

.online-inner-caption .btn.btn-main {
	max-width: 185px;
	font-weight: 700;
	font-size: 15px;
	padding: 10px 0;
}
	
	.online-inner-caption h2 {
	font-size: 30px;
}
	
	.key-box {
	width: 48%;
	margin-bottom: 30px;
	border: 1px solid rgb(232, 232, 232);
	border-radius: 5px;
	padding: 41px 20px;
}

.launch-online {
	margin-top: -30px;
}
	
	.grid-wrapper.d-flex {
	justify-content: space-between;
}
	
	.launch-store-caption {
	position: relative;
	padding: 30px 0;
}

.launch-store img {
	position: absolute;
	top: 0;
	height: 100%;
}
	
	.we-get-img {
	display: none;
}

.we-get-inner .col-12.col-md-5 {
	flex: 100%;
	max-width: 100%;
}

.we-get-inner.customer-app {
	margin: 30px 0 0;
}


.we-get-inner.merchant-app {
	background: #f9f4f1;
	margin-top: 40px;
	display: block;
	padding: 40px 0 40px;
}

.howit-row {
	flex-flow: wrap;
	justify-content: center;
}

.howit-row .howit-box {
	border-width: 1px !important;
	margin: 0 10px 60px;
	width: auto;
}
.marketplace-img-wrapper {
	display: block;
	width: 1000%;
	text-align: center;
}

.marketplace-box .btn.btn-main {
	margin: 0 auto 10px;
}
.marketplace-content {
	width: 100%;
	text-align: center;
	margin-top: 16px;
}

.marketplace-box {
	height: 92%;
	padding: 30px 15px;
}

.marketplace-content h3 br {
	display: none;
}
	
	.banner-partners ul li img {
	max-height: 28px;
	max-width: 100%;
}
.banner-partners ul li {
	border: 1px solid rgb(181, 52, 79) !important;
	margin: 0 4px;
	padding: 20px 20px;
	width: 23%;
	display: block;
}

.banner-partners {
	width: 100%;
}

.banner-partners ul {
	justify-content: center;
	margin: 30px 0 0;
	width: 100%;
}
	
	.bar-row h2 br {
	display: none;
}
	
	.bar-row h2 {
	font-size: 25px;
	line-height: 35px;
	width: 100%;
}
	.bar-row {
	flex-flow: wrap;
	margin: 0;
	text-align: center;
}
	
	.banner-img {
	display: none;
}

.banner-main {
	padding-top: 100px;
	padding-bottom: 70px;
}
	
	.banner-caption {
	position: relative;
}
}
.grid-wrapper.d-flex {
    justify-content: center;
}
@media only screen and (max-width : 767px) {

	.close {
	top: -23px;
	position: absolute;
	right: -22px;
}
	section.book_demo {
	background-size: 1220px;
}
	
	.demo_outer {
	background: white;
	padding: 40px 15px;
	border-radius: 8px;
	margin-top: 30px;
}
	.marketplace-content h3 br {
	display: none;
}
	.marketplace-content p {
	min-height: auto;
}
	
	.banner-main.desk-banner {
	display: none;
}

.banner-main.mobile-banner {
	display: block !important;
}

	
	.dsclimre {
		font-size: 12px;
	}

	.title-bar h2 {
		font-size: 24px;
	}
	.header-right .header-cn-btn {
		font-size: 20px; 
	 padding: 1px 14px; 
	}
	.header-right .header-cn-btn.hvr-radial-out.headerskype {
		font-size: 20px; 
	 padding: 1px 14px; 
     color: rgb(0, 158, 226); 
	}
	
	.header-right .header-cn-btn span {
		display: none;
	}
	
	.copyright-row {
	flex-flow: column;
}

.copyright-row .social-media {
	margin-top: 20px;
}
	#contactModal {
	padding: 0 10px;
}

#contactModal .modal-content {
	padding: 0 15px;
}
	
	.headerCall {
	padding: 4px 20px;
	position: relative;
	top: 1px;
}
	
	.what-we-get .titles {
	display: none;
}

.ca-caption .we-get-listing li .listing-text br {
	display: none;
}
	
	.footer {
	padding: 40px 0;
}
	
	.footer ul li a img {
	margin: 6px 14px 14px 0;
	float: left;
}
	
	.footer ul li a {
	margin: 0 27px 10px 0;
}
	
	.footer .footer-col ul li a::before {
	content: "➤";
	margin-right: 6px;
	font-size: 12px;
	color: rgb(170, 170, 170);
}

.footer .footer-right ul li a::before {
	content: none;
}

	.whyus-media-listing .advantage-listing-box:last-child p {
	margin: 0;
}
.whyus-media-listing .advantage-listing-box:last-child {
	margin-bottom: 0;
}

.form-wrapper {
	margin-top: 0px;
}

.form-wrapper .form-row .form-group {
	width: 100%;
	position: relative;
}

.form-wrapper .form-group {
	margin-bottom: 15px;
}

.form-wrapper textarea {
	height: 100px;
}

.contact-bottom {
	padding-top: 40px;
	padding-bottom: 30px;
}

.footer-left-row {
	flex-flow: wrap;
}

.footer-col {
	width: 100%;
	margin-bottom: 22px;
}

.footer ul {
	margin: 0;
	display: flex;
	flex-flow: wrap;
}
.footer-right ul {
	display: block;
}

.form-wrapper .para-text {
	
	margin-bottom: 2px;
}
	
	.advantage-listing-box h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 12px 0;
}

#carouselExampleIndicators .carousel-inner {
	padding: 50px 10px 32px;
}

.testmonials-box:nth-child(2) {
	display: none;
}
	
	.whyus-media-listing .advantages {
	padding-right: 0;
	padding-left: 0;
	text-align: center !important;
}
	
	.titles h2::after {
content : none;
}

.grid-wrapper {
	margin-top: 26px;
}
	
	.testmonials-box p {
	color: #5d6275;
	font-size: 16px;
	margin: 0 0 8px;
	line-height: 25px;
}
	
	.testmonials-box {
	width: 100%;
	box-shadow: 0px -6px 38px -14px #ccc;
	padding: 30px 20px 35px;
	position: relative;
	border-radius: 20px;
}

.testmonials-box p {
	color: #5d6275;
	font-size: 16px;
	margin: 0 0 8px;
	line-height: 25px;
}
	
	.whyus-media-listing {
	padding-left: 0;
	margin-top: 0;
}

.whyus-row {
	margin-top: 30px;
}

.whyus-media-listing .advantage-listing-box {
	margin-bottom: 20px;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.why-img-wrapper {
	display: none;
}

.testmonials-wrapper {
	flex-flow: wrap;
}


	
.launch-store {
	padding: 35px 0;
	background-color: #F6F6F6;
}

.key-box {
	width: 100% !important;
    padding: 15px !important;
    margin-bottom: 15px;
    text-align: center;
    border: 1px solid rgb(244, 244, 244);
    border-radius: 4px;
}

.launch-online-inner img {
	display: none;
}

.online-inner-caption h2 {
	margin: 0 0 0;
	font-weight: 700;
	font-size: 30px;
}

.online-inner-caption h3 {
	margin: 5px 0 18px;
	font-size: 18px;
	font-weight: 600;
}

.online-inner-caption {
	justify-content: center;
	position: relative;
	top: 0;
	height: 100%;
	left: 0;
	color: rgb(255, 255, 255);
	border: 0;
	text-align: center;
	padding: 35px 0;
	background: transparent;
	border-radius: 4px;
	margin-bottom: -20px;
	padding-top: 80px;
}

.launch-online {
	margin-top: -70px;
}
.launch-online-inner img {
	display: block;
	position: absolute;
	height: 100%;
	object-fit: cover;
	object-position: left bottom;
	border-radius: 8px;
}
.online-inner-caption .btn.btn-main {
	margin: 0 auto;
}
	
	.launch-store img {
	display: none;
}

.launch-store-caption h2 {
	font-size: 24px;
	line-height: 32px;
}

.launch-store-caption p {
	font-size: 15px;
}
	
	.we-get-inner.merchant-app {
	margin-top: 25px;
	padding: 0px 0 25px;
}
	
	.listing-text {
	width: 80%;
}

.ca-caption .we-get-listing li {
	max-width: 100%;
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 8px 4px;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	margin-top: 15px;
	border: 1px solid rgb(234, 234, 234);
	width: 100%;
	height: 70px;
}

.launch-store-caption {
	position: relative;
}
	.row.mkt-row .col-md-6.col-12:last-child .marketplace-box {
	margin-bottom: 0;
}

.we-get-img {
	display: none;
}

.we-get-inner.customer-app {
	margin: 0px 0 00;
}

.ca-caption p {
	margin: 0 0 10px;
}
	
	.marketplace-content h3 {
	font-size: 20px;
}
	.marketplace-box .btn.btn-main {
	margin-right: auto;
}
	
	.row.mkt-row {
	padding-top: 20px;
}

.marketplace-img-wrapper {
	display: block;
	width: 1000%;
	margin-bottom: 20px;
}

.marketplace-content {
	width: 100%;
}

.marketplace-content h3 br {
	display: none;
}

.marketplace-box {
	height: auto;
	padding: 20px;
	text-align: center;
}

.partner-logos a {
	margin-top: 0;
}
	
	.howit-row .howit-box:nth-child(5) {
	margin-bottom: 0;
}

.howit-row .howit-box {
	width: 100%;
	margin-bottom: 42px;
	border-width: 1px !important;
	border-radius: 8px;
}
	
	.howit-row .howit-box span {
	top: -27px;
	width: 50px;
	height: 50px;
	font-weight: 700;
	font-size: 24px;
}
	
.howit-row {
	flex-flow: wrap;
	margin-top: 40px;
	box-shadow: none;
}

.howit-row .howit-box h3 br {
	display: none;
}

.howit-row .howit-box h3 {
	font-size: 18px;
	font-weight: 700;
	color: #404355;
	margin: 12px 0 6px;
}


	
	.titles h2::after {
	margin: -30px 0 -21px -27px;
	z-index: -1;
	background-size: 35px;
}
	
	.titles h2 {
	font-size: 24px;
}
	
	
	.section-padding {
	padding: 40px 0;
}

.marketplace-model.section-padding{
	padding-bottom: 0px;
}


	.banner-bar {
	padding: 20px 0;
}
	
	.bar-row {
	display: flex;
	align-items: center;
	color: white;
	justify-content: space-between;
	margin: 0 0;
}
.bar-row h2 {
	margin: 0 0 15px;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
}
.banner-partners ul li {
	margin: 4px;
	padding: 19px 0;
	text-align: center;
	width: 47%;
	border: 1px solid rgba(255, 198, 198, 0.35) !important;
}
	
.banner-partners ul {
	flex-flow: wrap;
	justify-content: center;
}
	.bar-row {
	flex-flow: column;
}
	
.banner-caption p {
	margin-bottom: 14px;
	margin-top: 5px;
}

.banner-img-mobile {
	text-align: center;
}

.btn.btn-main.btn-banner.mobile-none {
	margin-top: 0;
}
	
	.banner-img {
	display: none;
}
	
	.banner-listing li {
	align-items: flex-start;
}
	
	.banner-main {
	padding-top: 80px;
	padding-bottom: 40px;
}
.banner-caption {
	position: relative;
	text-align: center;
}

.banner-partners ul li img {
	height: 28px;
	max-width: 100%;
}


.banner-caption h4 {
	font-weight: 800;
	font-size: 20px;
	margin-bottom: 28px;
}

 .header-row {
	padding: 0;
}

.banner-listing li img {
	margin-top: 8px;
}

.header-left img {
	height: 33px;
}


.banner-caption h1 {
	font-size: 24px;
	font-weight: 900;
	line-height: 31px;
}



.banner-caption h1 span {
	display: inline;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 0;
	margin-top: 0;
}

.key-box .para-text {
	font-size: 14px;
}

.schedule-form-wrapper {
    max-width: 980px;
    margin: 33px 20px 26px;
}
.schedule-form-wrapper textarea{
	min-height: 110px;
}
.schedule-form-wrapper p{ display: none;}

.contact-bottom .form-wrapper {
    padding: 49px 20px 25px;
    border-radius: 8px;
}
.contact-bottom .form-wrapper {
    margin-bottom: 20px;
}

}


@media only screen and (max-width : 767px) and (min-width : 400px) {



	.key-box h3 {
	font-size: 18px;
	font-weight: 700;
	color: #404355;
	margin: 12px 0 8px;
}
	
	.key-box {
	width: 50%;
	padding: 15px 5px;
	margin-bottom: 0;
}
.howit-row .howit-box {
	width: calc(50% - 10px);
	margin: 5px 5px 40px;
}

.ca-caption .we-get-listing li {
	width: 48%;
	margin-right: 0;
}
.ca-caption .we-get-listing {
	justify-content: space-between;
}

.howit-row {
	justify-content: center;
}
	
}
@media only screen and (max-width : 359px) {
	
	.headerCall img {
	height: 18px;
	position: relative;
	top: -2px;
}
	
	.header-right .header-cn-btn {
	font-size: 12px;
	text-decoration: none;
	padding: 6px 12px;
	margin-left: 2px;
	border-radius: 80px;
	font-weight: 500;
}
	
	.header-left img {
	height: 30px;
}
.headerCall {
	padding: 4px 17px;
	position: relative;
	top: 1px;
}
}

div#jQueryCookieDisclaimer {
	position: fixed;
	background: rgba(0,0,0,.8);
	bottom: 0;
	left: 0;
	width: 100%;
	color: white;
	/* display: flex; */
	justify-content: center;
	padding: 14px 0;
	z-index: 2247483650 !important;
	text-align: center;
}


button#cookieAcceptBtn {
	background: green;
	border: 0;
	color: white;
	border-radius: 14px;
	padding: 3px 20px;
	margin: 14px 0 0 10px;
}
.zsiq_floatmain.zsiq_theme1.siq_bR {
	z-index: 9999 !important;
}


.section-padding {
	padding: 40px 0 40px;
}


.marketing-solution{
    display: none;
}
.faq-main{
    padding-top: 40px !important;
}












