/*Style Css*/

	/*:root {
 	--titletagcolor: #d6202d;
	--headind-color: #212121;
	--textcolor: #484848;
	--banner-bg: #f7f2f0;
	--menucolor: #212121;
	--border-color: #d1d1d1;
	--small-box: #95161f;
	--color-white: #ffffff;
	--footer-bg: #0f0f0f;
	--star-color: #ffcc03;
	--cont-leftbg: #fbf8f7; 
}*/

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Poppins', sans-serif;
	background: #fff;
	font-size: 100%;
}

a,
a:hover {
	text-decoration: none;
}

h1 {
	font-size: 3.75rem;
	line-height: 4.188rem;
	font-weight: 700;
	color: #111940;
}

h2 {
	font-size: 1.875rem;
	line-height: 1.938rem;
	color: #212121;
	font-weight: 600;
}

h5 {
	font-size: 18px;
	line-height: 24px;
	color: #212121;
}

h6 {
	font-size: 1.125rem;
	color: #3fbd9f;
	padding-bottom: 20px;
	font-weight: 500;
}

p {
	font-size: 14px;
	color: #484848;
	line-height: 22px;
	padding-top: 20px;
}

img {
	max-width: 100%;
	max-height: 100%;
}

.fw-600 {
	font-weight: 600;
}

.wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.container {
	width: 1110px;
}

header {
	position: absolute;
	width: 100%;
	z-index: 1;
}

.my-banner {
	/* background-color: #f7f2f0; */
	background: rgb(247, 242, 240);
	background: linear-gradient(90deg, rgba(247, 242, 240, 1) 75%, #3fbd9f 75%);
	height: 100vh;
	position: relative;
}


/* menu Style */

.nav-wrapper {
	width: 100%;
	width: 100%;
	background: #f7f2f0;
	height: 100px;
}

.grad-bar {
	/* width: 100%;
	height: 5px;
	background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	background-size: 400% 400%; */
	-webkit-animation: gradbar 15s ease infinite;
	-moz-animation: gradbar 15s ease infinite;
	animation: gradbar 15s ease infinite;
}


/* NAVIGATION */

.logo {
	padding-top: 45px;
	padding-left: 45px;
}

.navbar {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0;
	/* grid-template-columns: 1fr 3fr; */
	align-items: center;
	/* height: 50px; */
	/* overflow: hidden; */
}
.nav{
	position: relative;
	right: 20px;
}
.nav-item a {
	color: #212121;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.3s ease-out;
	padding: 5px 20px;
	vertical-align: sub;
}

.nav li.nav-item.last-child {
	margin-right: 225px;
}
.nav li.nav-item.last-child img{
	/* margin-top: -6px; */
	margin-left: 20px;
}
.nav-item a:hover {
	color: #3fbd9f;
}

.nav-item.active a {
	padding: 5px 15px;
	border: 1px solid #3fbd9f;
}

li.nav-item.active a {
	color: #000000;
    background: #3fbd9f;
}
.nav-item.homeac-menu{
	position: relative;
	top: -3px;
}

/* Banner style */

.banner-content {
	position: relative;
	top: 90%;
	left: 22%;
}



.right-imag {
	display: block;
   position: absolute;
   top: 170px;
   right: 216px;
   padding-bottom:calc(100vh - 240px);
   /* width: calc(100% - 50%); */
   width: calc(75% - 10px);
	
}
.right-imag img {
	text-align: center;
	margin: 0px auto;
	position: absolute;
	right: 0;
	height: 100%;
	width: 100%;
	display: block;
	top: 0px;
 }
 .flag-img {
    margin: 0px 10px;
}

.right-imag::after {
	content: '';
	position: absolute;
	bottom: -75px;
	right: -5.5%;
	z-index: -1;
	width: 93px;
	height: 251px;
	background: url('../images/banner-dots.png') no-repeat;
}

.banner-bottombox {
	width: 200px;
	height: 70px;
	background: #3fbd9f;
	position: absolute;
	z-index: -2;
	right: 0;
	bottom: 0;
}

.banner-carousel li {
	position: relative;
	height: 100%;
}

.banner-carousel .slick-track {
	height: 100%;
}

.banner-carousel .slick-dots {
	text-align: right;
	width: 20%;
	bottom: 34%;
	right: -7%;
	transform: rotate(90deg);
}

.banner-carousel .slick-dots li button {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 20px;
	width: 14px;
	height: 14px;
}

.banner-carousel .slick-dots .slick-active button {
	background: #fff;
	width: 14px;
	height: 14px;
}

.banner-carousel .slick-dots li {
	margin: 0;
}

.after-line {
	position: relative;
	display: inline-block;
}

.after-line::after {
	content: '';
	position: absolute;
	width: 139px;
	height: 3px;
	right: -150px;
	top: 8px;
	background: #3fbd9f;
}

.banner-carousel,
.banner-carousel .slick-list.draggable {
	height: 100%;
}
.banner-content h5{
	padding-top: 10px;
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.register {
	position: absolute;
	right: 0;
	top: 0;
	background: #ffffff;
	width: 200px;
	height: 170px;
	display: inline-block;
	padding: 12px 25px 25px 25px;
	text-align: center;
	box-shadow: 0px 6px 27px 0px rgba(52, 52, 52, 0.24);
}
.nav-item.login-de{
	margin-top: -10px;
	margin-right: 20px;
	width: 130px;
}
.nav-item.login-de img, .nav-item.banout-line img{
	padding-right: 10px;
}
.login-de a {
	padding: 8px 25px;
	font-size: 15px;
	background: #d6202d;
	color: #ffffff;
	text-align: center;
	display: block;
	
}
.login-de a:hover{
	color: #fff;
}
.banout-line{
	margin: 0 20px;
	width: 130px;
}
.banout-line a{
	background: transparent;
	color: #d6202d;
	border: 1px solid #d6202d;
	padding: 8px 10px;
}
/* .login-de p a,
.reg-detailes a {
	font-size: 12px !important;
	color: #484848;
	background: none;
	padding: 0;
	margin-top: 10px;
	text-align: center;
} */

.login-de p a {
	padding-bottom: 10px;
	border-bottom: 1px solid #d1d1d1;
	text-align: center;
}

/* .login-de,
.reg-detailes {
	text-align: center;
	display: inline-block;
}

.reg-detailes .outline-btn {
	margin-top: 5px;
}
.reg-detailes p{
	padding-top: 0;
} */
.outline-btn a {
	border: 1px solid #d1d1d1;
	padding: 2px 5px;
	color: #202020;
}

a.log-active {
	background: #d6202d;
	color: #fff;
	border: 1px solid #d6202d;
}

.set-pad {
	padding: 150px 0;
}

.card-worklist {
	position: relative;
	padding: 25px;
	border: 1px solid #d1d1d1;
}

.card-worklist.row-two {
	top: 60px;
}

.card-worklist::after {
	content: '';
	position: absolute;
	width: 31px;
	height: 4px;
	bottom: 55px;
	right: -32px;
	border-top: 2px dashed #b3b3b3;
}

.card-worklist.row-two::after {
	bottom: 115px;
}

.card-worklist.no-after::after {
	border: 0;
}

.card-worklist h1 {
	color: #b3b3b3;
	opacity: 0.2;
	font-size: 90px;
	font-weight: 400;
}

.card-worklist p {
	margin: 0;
}

.works-home h6 {
	display: inline-block;
	border-bottom: 2px solid #3fbd9f;
	padding-bottom: 10px;
	padding-right: 15px;
}

.box-icon {
	width: 100px;
	height: 100px;
	background: #3fbd9f;
	display: inline-block;
	text-align: center;
	margin: 0px auto;
	position: absolute;
	top: -43px;
	right: 0;
	padding: 20px 20px;
	box-shadow: 0px 6px 46px 0px rgba(214, 32, 45, 0.3);
}

.box-icon img {
	z-index: 1;
	position: relative;
}

.child-box {
	width: 30px;
	height: 30px;
	background: #105241;
	position: absolute;
	left: 0;
	top: 0;
}

.payment-part {
	background: #f7f2f0;
}

.payment-option {
	padding: 70px 0;
}

.payment-option ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.payment-option ul li {
	margin-right: 10px;
	margin-bottom: 10px;
}

.payment-option ul li:nth-child(4),
.payment-option ul li:nth-child(8) {
	margin-right: 0;
}

.pay-card {
	width: 195px;
	height: 120px;
	background: #fff;
	position: relative;
	padding: 20px;
}

.pay-card p {
	position: absolute;
	bottom: 20px;
	font-weight: 700;
}

.pay-card img {
	position: absolute;
	right: 20px;
}

.sm-box {
	background: #184f42;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -20px;
	left: 0;
}

.make-recive {
	background: #3fbd9f;
	padding: 30px;
	width: 200px;
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	/* height: auto; */
	justify-content: center;
	box-shadow: 0px 6px 46px 0px rgba(214, 32, 45, 0.3);
}

.make-recive img {
	width: 60%;
	padding-bottom: 20px;
}

.make-recive h2 {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 2px solid #ffffff;
}

.make-recive::before,
.make-recive::after {
	content: '';
	position: absolute;
	width: 200px;
	height: 20px;
	top: -20px;
	left: 0;
	background: #3fbd9f;
	box-shadow: 0px 6px 46px 0px rgba(214, 32, 45, 0.3);
}

.make-recive::after {
	top: auto;
	bottom: -20px;
	z-index: 1;
}

.set-pad.service-home {
	position: relative;
}

.set-pad.service-home::before {
	position: absolute;
	content: '';
	background: url('../images/digital-transactions.jpg')no-repeat;
	width: 32.5%;
	height: 75%;
	
}

.benefits-sideimage {
	position: relative;
}

.service-home.benefits-sideimage::before {
	position: absolute;
	content: '';
	background: url('../images/instant-payment-collection.jpg')no-repeat;
	width: 32.5%;
	right: 0;
	margin-top: -18px;
	
}
.instant-bg::before, .instant-bg::after, .page-footer.service-footer::before {
    content: '';
    position: absolute;
    width: 32.5%;
    height: 44%;
    left: 0;
    top: -44%;
    background: #f7f2f0;
}
.instant-bg::after{
	left: auto;
	right: 0;
	top: auto;
	bottom: -44%;
}
.overlay-row {
	position: relative;
}
.page-footer.service-footer{
	position: relative;
}

.service-cont {
	padding-bottom: 65px;
}

.overlay-row::before,
.overlay-row.right-over::after {
	position: absolute;
	content: '';
	top: 0;
	left: -37%;
	width: 100%;
	height: 81px;
	z-index: -1;
	background: url('../images/row-overlay.jpg') no-repeat;
}

.overlay-row.right-over::after {
	left: auto;
	right: -37%;
}

.set-pad.service-home .box-icon {
	width: 60px;
	height: 60px;
	padding: 10px 10px;
	top: 0;
	left: 0;
	margin: 0;
	position: relative;
}

.set-pad.service-home .card-worklist {
	padding: 0;
	border: 0;
}

.card-worklist.explore {
	width: 250px;
    height: 140px;
	/* border: 1px solid #d6202d !important; */
	display: inline-block;
	/* padding: 20px !important; */
	cursor: pointer;
}
.card-worklist.explore .btn.color-outline{
	padding: 90px 20px 20px;
    position: relative;
    overflow: hidden;
    top: 0px;
}
.card-worklist.explore .btn em{
	top:70%;
}
.card-worklist.explore a {
	padding: 0;
	top: 65px;
}

.card-worklist.explore a::after {
	right: -95px;
}

.set-pad.service-home .card-worklist::after {
	background: none;
	border: 0;
}

.set-pad.service-home .card-worklist p {
	padding-top: 5px;
}

.speak-arrow.icon-arrow {
	display: none;
}

.instant-bg {
	position: relative;
	background: url(../images/instant.jpg);
	height: 400px;
}

.center-instant {
	width: 675px;
	padding: 60px;
	text-align: center;
	margin: 0px auto;
	background: #3fbd9f;
	height: 400px;
}

.line-center {
	width: 100px;
	height: 2px;
	background: #fff;
	margin: 0px auto;
	margin-top: 20px;
}

.top-pad {
	padding-top: 60px;
}

.home-accordion .card {
	background: transparent;
	border: 0;
}

.home-accordion .card-header {
	position: relative;
	padding: 0;
	background: transparent;
	border-bottom: 0;
}

.home-accordion .card-header.collapsed {
	border-bottom: 1px dashed #ccc;
}

.home-accordion .card-header a {
	padding-left: 60px;
	margin: 25px auto;
	display: block;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
}

.accordion.home-accordion .card-header:after {
	content: '-';
	position: absolute;
	width: 38px;
	height: 38px;
	margin: 15px auto;
	color: #ffffff;
	font-size: 20px;
	left: 0;
	top: 0;
	padding: 10px 14px;
	background: #3fbd9f;
	box-shadow: 0px 6px 46px 0px rgba(214, 32, 45, 0.3);
}

.accordion.home-accordion .card-header.collapsed:after {
	content: '+';
	background: #d1d1d1;
	box-shadow: none;
	color: #212121;
	margin: 15px auto;
}

.home-accordion .card-body p {
	font-size: 14px;
	line-height: 22px;
	padding-left: 35px;
	padding-top: 0;
}

.test-card {
	background: #ffffff;
	padding: 36px;
	position: relative;
	margin-top: 40px;
}

.quote-img img {
	position: absolute;
	top: -20px;
}

.total-star .fa {
	position: relative;
	font-size: 22px;
	color: #212121;
}

.total-star .fa-star-percentage {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.total-star .fa-star {
	color: #ffcc03;
}

.total-star {
	display: inline-block;
	position: absolute;
	left: 135px;
	top: 33px;
}

.test-card p {
	font-size: 14px;
	line-height: 22px;
}

.user-image {
	width: 72px;
	height: 72px;
	position: absolute;
	top: -20px;
	right: 0;
	box-shadow: 0px 6px 22px 0px rgba(88, 88, 88, 0.19);
}

.payment-option .user-sayes ul li {
	margin: 5px;
}

a.prev-arrow.slick-arrow {
	position: absolute;
	top: 48%;
	left: -4%;
	cursor: pointer;
}

a.next-arrow.slick-arrow {
	position: absolute;
	top: 48%;
	right: -3%;
	cursor: pointer;
}

a.prev-arrow.slick-arrow.slick-disabled,
a.next-arrow.slick-arrow.slick-disabled {
	opacity: 0.5;
}

.page-footer {
	background: #e2dbd8;
	/* padding: 75px 0; */
}

.foot-logobg {
	background: #eee9e8;
	width: 200px;
	height: 100%;
}

.foot-logobg img {
	text-align: center;
	margin: 0px auto;
	display: block;
	padding-top: 60px;
	padding-left: 20px;
    padding-right: 20px;
}

.foot-cont p {
	font-size: 13px;
	line-height: 22px;
	color: #ffffff;
	opacity: 0.5;
}

.foot-cont {
	padding-top: 60px;
	padding-bottom: 50px;
}

.contact-me {
	padding-top: 60px;
	text-align: right;
	padding-bottom: 50px;
}

.social_flows ul li {
	display: inline-block;
}

a.btn-facebook,
a.btn-twitter,
a.btn-youtube,
a.btn-insta,
a.btn-linked {
	width: 34px;
	height: 34px;
	display: block;
	float: left;
	background: url('../images/social-icons.png') no-repeat;
	margin: 0 0px 0 0px;
}

a.btn-twitter {
	background-position: -36px 0;
}

a.btn-youtube {
	background-position: -73px 0;
}

a.btn-insta {
	background-position: -110px 0;
}

a.btn-linked {
	background-position: -146px 0;
}


/* Social Hover */

a.btn-facebook:hover {
	background-position: 0px -34px;
}

a.btn-twitter:hover {
	background-position: -36px -34px;
}

a.btn-youtube:hover {
	background-position: -73px -34px;
}

a.btn-insta:hover {
	background-position: -110px -34px;
}

a.btn-linked:hover {
	background-position: -146px -34px;
}

.cont-opt p a {
	font-size: 0.9375rem;
	color: #333333;
	/* opacity: 0.5; */
}

.contact-info {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
}
.cont-opt{
	padding-right: 15px;
}
.cont-opt h4 a{
	font-size: 1.3125rem;
	color: #1b1b1b;
	text-align: right;
}

/* .cont-opt h4 span {
	font-size: 12px;
	opacity: 0.5;
	margin-top: -8px;
	display: inline-block;
	vertical-align: middle;
} */

.call-icon {
	position: relative;
	top: 27px;
}

.footer-menu {
	padding: 55px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between
	/* border-top: 1px solid #272727;
	border-bottom: 1px solid #272727; */
}

/* .page-menu {
	width: 15%;
}

.page-menu:nth-child(2),
.page-menu:nth-child(3) {
	width: 22%;
} */

.page-menu ul li a {
	font-size: 13px;
	color: #333333;
	/* opacity: 0.5; */
	font-weight: 400;
}

.page-menu ul li {
	padding-bottom: 8px;
}

.page-menu ul li:last-child {
	padding: 0;
}

.pay-cardtype img {
	opacity: 0.5;
	filter: grayscale(100%);
}

.copy-right p {
	line-height: 18px;
	margin: 0px auto;
	display: block;
	font-size: 13px;
	padding-left: 25px;
	color: #1d1d1d;
}

.pay-cardtype {
	padding-top: 18px;
}
.footer-icons{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #272727;
	padding-top: 30px;
    padding-bottom: 50px;
}
.app-store ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: flex-end;
    padding-top: 25px;
}
.app-store ul li{
	opacity: 0.5;
}

.recaptcha{
	margin-bottom: 30px;
	margin-top: 20px;
}
/* ==video style ===*/
.set-pad.video-bg{
	position: relative;
}
.set-pad.video-bg::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 400px;
	top: 13%;
	left: 0;
	z-index: -1;
	background: #f7f2f0;
}
.set-pad.video-bg .play-btn{
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    background: url(../images/video-image.jpg);
    height: 580px;
	background-size: cover;
	position: relative;
	margin-left: -12%;
}
.set-pad.video-bg .make-recive{
	z-index: -1;
}
.set-pad.video-bg .make-recive::before{
	top: 0;
} 
.set-pad.video-bg .make-recive::after{
	bottom: 0;
}
.set-pad.video-bg .make-recive .sm-box{
	top: 0;
}
/* partners-logo slider */
.banking-logo{
	padding: 60px 10px 60px 25px;
}
.partners-logo  .slick-slide img{
	margin: 0px auto;
}
a.prev-arrow.logo-prev.slick-arrow {
    top: 44%;
    left: 0;
}
a.next-arrow.logo-next.slick-arrow {
    top: 44%;
}
/* =================Inner Page Style================= */

.my-banner.inner-banner {
	height: 550px;
	overflow: hidden;
}

.my-banner.inner-banner .banner-bottombox {
	z-index: 0;
}

.inner-image.right-imag {
	padding-bottom: calc(90vh - 240px);
	width: calc(100% - 50%);
    /* width: calc(70% - 10px); */
	
}

.right-imag.inner-image::after {
	display: none;
}

.floating-form {
	width: 100%;
}


/****  floating-Lable form style start ****/

.floating-label {
	position: relative;
	margin-bottom: 25px;
}

.floating-input,
.floating-select {
	color: #484848;
	font-size: 14px;
	padding: 10px 15px;
	display: block;
	width: 100%;
	height: 57px;
	background-color: transparent;
	border: none;
	border: 1px solid #d1d1d1;
}

.floating-input:focus,
.floating-select:focus {
	outline: none;
	border: 1px solid #d6202d;
}

.floating-label label {
	color: #484848;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 18px;
	top: 22px;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.floating-input:focus~label,
.floating-input:not(:placeholder-shown)~label {
	top: -12px;
	font-size: 14px;
	color: #d6202d;
	background: #ffffff;
	padding: 5px;
}

.floating-select:focus~label,
.floating-select:not([value=""]):valid~label {
	top: -12px;
	font-size: 14px;
	color: #d6202d;
	background: #ffffff;
	padding: 5px;
}

.fileUpload {
	position: relative;
	overflow: hidden;
}

.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.btn--browse {
	position: relative;
	border-radius: 0;
	background-color: #3fbd9f;
	height: 57px;
	width: 57px;
	padding: 10px 14px;
	float: right;
}

.btn--browse img {
	margin-top: 10px;
}

.btn--browse .sm-box {
	top: 0;
}

.f-input {
	width: 75%;
	float: left;
}

.floating-textarea {
	color: #484848;
	min-height: 140px;
	max-height: 260px;
	resize: none;
	overflow: hidden;
	overflow-x: hidden;
	padding: 20px;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}


/* Firefox */

input[type=number] {
	-moz-appearance: textfield;
}

select {
	/* for Firefox */
	-moz-appearance: none;
	/* for Chrome */
	-webkit-appearance: none;
}


/* For IE10 */

select::-ms-expand {
	display: none;
}

.custome-arrow {
	position: relative;
}

.custome-arrow::after {
	content: '';
	position: absolute;
	right: 20px;
	top: 27px;
	width: 7px;
	height: 6px;
	background: url('../images/icons/select-arrow.png') no-repeat;
}


/*===============floting End ==============*/


/*=============== Contact Page =====================*/

.section-leftbg {
	position: relative;
}

.section-leftbg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 32.4%;
	height: 100%;
	background: #fbf8f7;
}

.contact-page .floating-input,
.contact-page .floating-select {
	background: #ffffff;
	border: 0;
}

.my-map iframe {
	width: 500px;
	height: 455px;
}

.my-location h5 {
	padding-top: 20px;
}

.my-location address {
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	position: relative;
	margin-top: 20px;
	padding-left: 25px;
	color: #484848;
}

.my-location address::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 14px;
	left: 0;
	top: 6px;
	background: url('../images/icons/location-pin.png') no-repeat;
}

.suport {
	padding-top: 25px;
}

.suport h4 {
	font-size: 21px;
	line-height: 24px;
	font-weight: 700;
	position: relative;
	padding-left: 25px;
	margin-top: 15px;
}

.suport h4::before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0;
	top: 6px;
	background: url('../images/icons/call-icon.png') no-repeat;
}

.suport a,
.work-housr p {
	font-size: 15px;
	line-height: 24px;
	color: #484848;
	position: relative;
	padding-left: 25px;
	margin-top: 5px;
}

.suport a::before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0;
	top: 6px;
	background: url('../images/icons/email-icon.png') no-repeat;
}

.work-housr p {
	margin: 0;
	padding-top: 0;
	padding-left: 25px;
}

.work-housr h5 {
	padding-bottom: 20px;
}

.work-housr p::before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0;
	top: 6px;
	background: url('../images/icons/time-icon.png') no-repeat;
}

.work-housr .close-time p::before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0;
	top: 6px;
	background: url('../images/icons/calender-icon.png') no-repeat;
}
.contact-page .recaptcha {
    margin-bottom: 10px;
}

/*================= Company Page style===================== */

.banner-content.inner-content {
	top: 100%;
}

.team-members .user-image {
	width: 110px;
	height: 110px;
	right: 0;
	left: 0;
}

.member-name {
	display: inline-block;
	margin-top: 10px;
	margin-left: 85px;
}

.member-name h5 {
	font-size: 18px;
	color: #d6202d;
}

.member-name p {
	padding-top: 2px;
}

.informaction .card-worklist .box-icon {
	width: 160px;
	height: 160px;
	top: -30px;
	padding: 50px;
}

.security-info {
	padding-top: 150px;
}
.security-info h5 {
    padding-bottom: 13px;
}
.section-leftbg.section-rightbg::before {
	right: 0;
	left: auto;
}


/* ========================Benefit style ======================*/
.pay-layter.inst-emi{
	background: url('../images/benifits/instant-emi.jpg') no-repeat;
}
.pay-layter.split-sect{
	background: url('../images/benifits/split-payment.jpg') no-repeat;
}
.pay-layter {
	position: relative;
	height: 100%;
	background-size: cover;
	background: url('../images/benifits/pay-later.png') no-repeat;
}
.pay-layter.cloud-tech{
	background: url('../images/benifits/cloud-bases.jpg') no-repeat;
}
.pay-layter.saas-application{
	background: url('../images/benifits/saas.jpg') no-repeat;
}
.no-before::before, .no-before::after{
	display: none;
}
.pay-layter .box-icon {
	background: #fff;
}

.pay-layter .box-icon .child-box {
	background: #184f42;
}

.pay-layter .box-icon h2 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	color: #f7f2f0;
	height: 100%;
	font-size: 3.75rem;
	font-weight: 400;
}

.instant-bg.benefits-regiter {
	background: #f7f2f0;
	height: 300px;
}

.instant-bg.benefits-regiter .center-instant {
	background: transparent;
	height: 300px;
	padding: 50px 30px;
}

.set-pad.pad-50 {
	padding-top: 50px;
}

.line-center.black-line {
	background: #212121;
}

.instant-bg.benefits-regiter .line-center {
	width: 140px;
}

.red-register .instant-bg.benefits-regiter {
	background: #3fbd9f;
}

/*====================== FAQ =========================*/
.pad-90{
	padding-top: 90px;
}
.border-accordion .home-accordion{
	padding: 35px;
	border: 1px solid #d1d1d1;
}
.border-accordion .card-body{
	padding-top: 0;
}
.border-accordion .home-accordion ul li {
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 18px;
    position: relative;
}
.border-accordion .home-accordion ul{
	padding-left: 50px;
    padding-top: 25px;
}
.border-accordion .home-accordion ul li::before{
	content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 5px;
    left: -15px;
    background: #3fbd9f;
    border-radius: 20px;
}
/* ===========================services style =====================*/
.set-pad.service-home.easy-to-use::before{
	background: url('../images/service/easy-to-use.jpg') no-repeat;
}
.set-pad.service-home.benefits-sideimage.collect-mo::before{
	background: url('../images/service/collect-payments.jpg') no-repeat;
}
.set-pad.service-home.transact::before{
	background: url('../images/service/send-payments.jpg') no-repeat;
}
.set-pad.service-home.benefits-sideimage.generate-bill::before{
	background: url('../images/service/e-invoicing.jpg') no-repeat;
}
.set-pad.service-home.bulk-payment::before{
	background: url('../images/service/subscriptions.jpg') no-repeat;
}
.instant-bg.services-instant{
	height: 300px;
}
.services-instant .center-instant{
	height: 300px;
	padding: 50px;
}
.service-iconlist{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
}
.service-cont.ser-page p{
	width: 85%;
}
.page-footer.service-footer{
	position: relative;
}
.page-footer.service-footer::before{
	height: 20%;
    top: -20%;
}
ul.service-iconlist li {
    width: 33.3%;
    padding: 0 8px;
}


/* ============Terms & Conditions ===========*/
.my-banner.inner-banner.terms-cond{
	height: 300px;
}
.terms-cond .banner-content.inner-content {
    top: 55%;
}
/* ================Pricing Style================== */
.condition-list ul{
	padding: 35px 50px;
    border: 1px solid #d1d1d1;
}
.condition-list ul li{
	position: relative;
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 20px;
}
.condition-list ul li:last-child{
	padding: 0;
}
.condition-list ul li::before{

		content: '';
		position: absolute;
		width: 6px;
		height: 6px;
		top: 6px;
		left: -24px;
		background: #3fbd9f;
		border-radius: 20px;
}
.pricing-list{
	width: 815px;
    height: 420px;
    background: #3fbd9f;
	padding: 50px 70px;
	position: relative;
}
.pricing-list .sm-box{
	top: 0;
}
.pricing-list table{
	width: 100%;
}
.pricing-list table tr td{
	color: #fff;
	padding-bottom: 15px;

}
.pricing-head {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.pricing-list.p-card-2{
	background: #fff;
	border: 1px solid #3fbd9f;
	
}
.pricing-list hr{
	border-color: #fff;
}
.pricing-list.p-card-2 tr td{
	color: #3fbd9f;
}
.after-line.line-white{
	color: #fff;
	padding-bottom: 30px;
}
.after-line.line-white.color-r{
	color: #3fbd9f;
}
.after-line.line-white::after{
	background: #fff;
	top: 12px;
}
.after-line.line-white.color-r::after{
	background: #3fbd9f;
}
.video-bg.pricing-bg::before{
	height: 340px;
	top: 27%;
}
.video-bg.pricing-bg .works-home {
    padding: 70px 0;
    margin: 80px 0;
}
.page-menu ul li a:hover{
	opacity: 1;
	color: #3fbd9f;
}

/*=========== Login page style ==================*/
.login-tab .panel-body {
    padding: 75px;
    border: 1px solid #ccc;
    margin-top: 30px;
}
.login-tab h6{
	position: relative;
}
.login-tab h6::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 130px;
	height: 2px;
	background: #3fbd9f;
}
.login-tab{
	width:540px;
	display: block;
	margin: 0px auto;
}

.login-tab .nav.nav-tabs{
	border: 0;
	padding-top: 25px;
}
.login-tab .nav.nav-tabs li{
	margin-right: 15px;
}
.login-tab .nav.nav-tabs li:last-child{
	margin-right: 0;
}
.login-tab .nav.nav-tabs li a{
	padding: 25px 25px 35px 70px;
    border: 1px solid #3fbd9f;
    width: 260px;
    /* text-align: center; */
	color: #3fbd9f;
	display: block;
	position: relative;
	font-weight: 500;
}
.bot-line{
	width: 50px;
    height: 2px;
    background: #3fbd9f;
    position: relative;
    left: 0px;
    top: 10px;
    display: block;
}
span.for-get{
	position: absolute;
    right: 0;
    padding-top: 10px;
    font-size: 15px;
    
}
span.for-get a{
	color: #d6202d;
}
.login-tab .recaptcha{
	margin-top: 40px;
}
.login-tab .nav.nav-tabs li a.active {
	color: #000000;
	background: #3fbd9f;
	border: o;
}
.login-tab .nav.nav-tabs li a.active .bot-line{
	background: #000000;
}
.login-tab .nav.nav-tabs li a::before{
	content: '';
	position: absolute;
	top: 18px;
    left: 18px;
	width: 36px;
	height: 35px;
	background: url('../images/tab-narmal.png') no-repeat;

}
.login-tab .nav.nav-tabs li a.active::before{
	background: url('../images/tab-active.png') no-repeat;
}

/*=============== Instant Pay Page Style ===============*/
.login-tab.instant-pay{
	width: auto;
}
.login-tab.instant-pay .panel-body{
	padding: 0;
	border: 0;
}
.login-tab.instant-pay .floating-form{
	margin-top: 30px;
}
.condition-list.instant-terms ul{
	padding-left: 30px;
    padding-bottom: 0;
	padding-right: 0;
	padding-top: 10px;
}
.check-box h6::after{
	display: none;
}

/*=============== Payement Histroy Page Style ===============*/
.pay-history h5{
	background: #184f42;
	text-align: center;
	padding: 20px;
	font-size: 1.4375rem;
	font-weight: 600;
}
.pay-history{
	width: 730px;
	position: relative;
	margin: 0px auto;
	border: 2px solid #e2dbd8;
}
.success{
	text-align: center;
	padding: 40px 0;
}
.payement-details{
	padding-left: 65px;
    padding-bottom: 30px;
}
.payement-details table{
	width: 100%;
}
.payement-details td{
	font-size: 1.4375rem;
	padding-bottom: 20px;
	width: 50%;
	border: 0;
}
.submit-btn.invo-btn{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
/*=================== Invoice Page  ===================*/
.in-maintitle{
	background: #184f42;
	padding: 20px 0;
}
.in-maintitle h2{
	color: #fff;
	padding-left: 25px;
}
.date-lo{
	position: absolute;
    right: 0;
	top: 13px;
	width: 280px;
}
.date-lo td{
	width: 60%;
	color: #fff;
	padding-bottom: 10px;
}
.main-titlein h5{
	text-align: center;
	color: #fff;
	background: #3fbd9f;
	padding: 20px 0;
}
.payee-info{
	padding: 35px;
	border: 1px solid #e2dbd8;
	height: 295px;
}
.payee-info table{
	width: 100%;
}
.payee-info table td{
	padding-bottom: 10px;
	width: 50%;
}
.total-amt table{
	width:100%;
}
.total-amt td {
    padding: 20px 25px;
	border: 1px solid #e2dbd8;
	width: 50%;
}
.pad-l{
	padding-left: 0;
}
.pad-r{
	padding-right: 0;
}
.remark{
	padding: 25px;
	height: 172px;
	border: 1px solid #e2dbd8;
}
.account{
	padding-top: 30px;
}
.account h6{
	border-bottom: 2px solid #3fbd9f;
    display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.remark h6{
	border-bottom: 2px solid #3fbd9f;
    display: inline-block;
    padding-bottom: 10px;
}
.submit-btn.invoice{
	margin-top: 60px;
    display: flex;
    justify-content: center;
}
.submit-btn.invoice .btn{
	width: 210px;
}
.fw-700{
	font-weight: 700;
}
.add ul{
	display: flex;
	justify-content: center;
	padding: 20px 0;
	border-bottom: 1px solid #e2dbd8;
}
.add ul li{
	margin: 0 20px;
}
.add ul li a{
	color: #484848;
}
/*=============== Buttons Style Start================= */
.btn {
    cursor: pointer;
    background-color: #3fbd9f;
	padding: 12px 21px;
    width: 170px;
    position: relative;
    border-radius: 0;
	text-align: left;
	border: #3fbd9f;
	z-index: 0;
	outline: none;
    box-shadow: 0px 6px 27px 0px rgba(214, 32, 45, 0.24);
}
  .btn span {
	color: #fff;
	display: block;
	position: relative;
	z-index: 1;
  }
  .btn em {
	position: absolute;
	height: 2px;
	background: #fff;
	width: 50%;
	right: 23px;
	top: 50%;
	transform: scaleX(0.25);
	transform-origin: center right;
	transition: all 0.3s ease;
	z-index: 1;
  }
  .btn:before,
  .btn:after {
	content: '';
	background: #058062;
	height: 50%;
	width: 0;
	position: absolute;
	transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .btn:before {
	top: 0;
	left: 0;
	right: auto;
  }
  .btn:after {
	bottom: 0;
	right: 0;
	left: auto;
  }
  .btn:hover:before {
	width: 100%;
	right: 0;
	left: auto;
  }
  .btn:hover:after {
	width: 100%;
	left: 0;
	right: auto;
  }
  .btn:hover span {
	color: #3fbd9f;
  }
  .btn:hover em {
	background: #3fbd9f;
	width: 80%;
  }
  /*======= Button Style-2 =========*/
  .btn.color-outline{
	  background: transparent;
	  box-shadow: none;
	  border: 1px solid #3fbd9f;
  }
  .btn.color-outline::before,
  .btn.color-outline::after{
	background: #3fbd9f;;
  }
  .btn.color-outline span{
	color: #3fbd9f;
  }
  .btn.color-outline em{
	background: #3fbd9f;
  }
  .btn.color-outline:hover span {
	color: #fff;
  }
  .btn.color-outline:hover em {
	background: #fff;
  }
   /*======== Button Style-3 =========*/
   .btn.white-outline{
	background: transparent;
	box-shadow: none;
	border: 1px solid #fff;
	width: 210px;
	
}
.btn.white-outline span{
	color: #fff;
  }
  .btn.white-outline em{
	background: #fff;
  }
  .btn.white-outline:hover span {
	color: #fff;
  }
  .btn.white-outline:hover em {
	background: #fff;
  }
  .main-outline.comp-btn .btn.white-outline{
	  width: 170px;
  }
  .main-outline{
	  margin-top: 30px;
  }
  .submit-btn .btn{
	  width: 180px;
  }
.btn.color-outline.red-hover::before,
.btn.color-outline.red-hover::after{
	background: #3fbd9f;
}
/* ==============Buttons Style End ===================*/

/* ====================Go to top Style================== */
#button {
	display: inline-block;
	background-color: #3fbd9f;
	width: 45px;
	height: 45px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, 
	  opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	cursor: pointer;
  }
  #button img{
	padding: 13px;
    position: relative;
	top: 4px;
	transition: all 0.3s ease;
  }
  #button:hover img{
	top: 0px;
	transition: all 0.3s ease;
  }
  /* #button::after {
	content: "";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
  } */
 
  #button:active {
	background-color: #555;
  }
  #button.show {
	opacity: 1;
	visibility: visible;
  }
  /* ==================== End Go to top Style================== */
  
/*============ Check Box Style ====================*/
  .check-box {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 8px;
    left: 0px;
}

.check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0px;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    border: 1.5px solid #3fbd9f;
    background-color: transparent;
}

.check-box:hover input~.checkmark {
    background-color: transparent;
}

.check-box input:checked~.checkmark {
    background-color: transparent;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-box input:checked~.checkmark:after {
    display: block;
}

.check-box .checkmark:after {
    left: 9px;
    top: -4px;
    width: 8px;
    height: 14px;
    border: solid #3fbd9f;
    border-width: 0 2px 2px 0;
    background: #3fbd9f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.check-box h6{
	padding-left: 35px;
    font-size: 15px;
	font-weight: 400;
	color: #202020;
}
  /*==================== End Check Box Style ========================*/

/* ======================Media Queries============================= */

@media only screen and (max-width: 1110px) and (min-width: 320px) {
	.container {
		max-width: 90%;
		width: 90%;
	}
}


@media(max-width:1540px) {

	.right-imag::after {
		bottom: -70px;
		right: -7%;
	}
	.banner-content {
		top: 65%;
	}
	
	.section-leftbg::before {
		width: 28%;
	}

	.set-pad.service-home::before, .benefits-sideimage::before {
		width: 28.2%;
	}
	.instant-bg::before, .instant-bg::after, .page-footer.service-footer::before {
		width: 28.2%;
	}
	.terms-cond .banner-content.inner-content {
		left: 15%;
	}
	
}

@media (max-width: 1440px) {
	.section-leftbg::before {
		width: 26.5%;
	}

	.my-banner.inner-banner .banner-bottombox {
		width: 200px;
	}
	.center-instant{
		width: 630px;
	}
	.inner-image.right-imag {
		padding-bottom: calc(95vh - 240px);
		width: calc(100% - 40%);
	}
	.logo {
		padding-top: 35px;
		padding-left: 35px;
	}
}

@media(max-width:1366px) {
	.login-de p a {
		margin-top: 2px;
	}
	.login-de p a {
		padding-bottom: 2px;
	}
	.nav-item a{
		padding: 5px 15px;
	}
	.banout-line a, .login-de a{
		padding: 8px 10px;
	}
	
	.banner-content {
		top: 45%;
	}
	.right-imag {
		top: 150px;
		padding-bottom: calc(100vh - 210px);

	}
	.right-imag img{
		width: auto;
	}
	.inner-image.right-imag {
		padding-bottom: calc(100vh - 240px);
		width: calc(100% - 45%);
		/* width: calc(70% - 10px); */
		
	}
	.banner-bottombox {
		height: 60px;
	}
	.register {
		height: 150px;
		/* padding: 20px; */
	}
	.set-pad.service-home::before {
		width: 25%;
		background-position: center !important;
	}
	
	.center-instant {
		width: 675px;
	}
	.overlay-row.right-over::after {
		right: -12%;
	}
	
	.right-imag::after {
		right: -8%;
		bottom: -90px;
	}

	.section-leftbg::before {
		width: 25%;
	}
	
	.my-banner.inner-banner {
		height: 500px;
	}
	.instant-bg::before, .instant-bg::after, .page-footer.service-footer::before{
		width: 25%;
	}
	.nav{
		right: 0px;
	}
}

@media(max-width:1280px) {
	.section-leftbg::before {
		width: 23.5%;
	}
	.nav-item a{
		padding: 5px 15px;
		font-size: 12px;
	}
	.nav-item.banout-line a, .nav-item.login-de a{
		padding: 8px 20px;
	}
	.logo {
		padding-top: 25px;
		padding-left: 25px;
	}
}

@media(max-width:1200px) {

	.pay-card {
		width: 168px;
	}
	
	.page-menu {
		width: 20%;
	}
	.page-menu:nth-child(2), .page-menu:nth-child(3) {
		width: 26%;
	}
	.user-speaks a.prev-arrow.slick-arrow{
		left: -2%;
	}
	.banner-content{
		left: 15%;
	}

}
@media(max-width:1110px) {
	.logo img{
		width: 70%; 
	}
	.nav-item a {
		padding: 5px 10px;
	}
	.banout-line {
		margin: 0 13px;
	}
}
@media(max-width:1024px) {
	.logo {
		padding-top: 20px;
		padding-left: 20px;
		
	}
	.logo img{
		width: 70%;
	}
	.banner-content {
		top: 60%;
	}
	.right-imag img {
		width: 80%;
	}
	.inner-image.right-imag{
		width: calc(70% - 10px);
		/* padding-bottom: calc(40vh - 210px); */
	}
	.section-leftbg::before {
		width: 26%;
	}
	.company-reg .center-instant {
		padding: 65px 30px;
		width: 502px;
	}
	.page-menu:nth-child(2),
	.page-menu:nth-child(3) {
		width: 27%;
	}
	.page-menu {
		width: 17%;
	}
	.pay-card {
		width: 157px;
	}
	h2 {
		font-size: 1.5rem;
		line-height: 1.930rem;
	}
	.nav-item a{
		padding: 5px 5px;
	}
	.nav li.nav-item.last-child {
		margin-right: 220px;
	}
	h1 {
		font-size: 3.5rem;
	}
	.banner-content h5 br{
		display: none;
	}
	.card-worklist h1{
		font-size: 60px;
	}
	.set-pad.service-home::before{
		width: 26%;
	}
	.instant-bg::before, .instant-bg::after, .page-footer.service-footer::before {
		width: 26%;
	}
	.center-instant {
		width: 485px;
		padding: 40px 30px;
	}
	.instant-bg .center-instant p br{
		display: none;
	}
	.instant-bg.benefits-regiter .center-instant p br{
		display: block;
	}
	.service-cont p br{
		display: none;
	}
	.my-banner.inner-banner {
		height: 455px;
	}
	.card-worklist{
		padding: 20px;
	}
	.my-map iframe{
		width: 400px;
	}
	.submit-btn .btn {
		width: 145px;
		padding: 12px 10px;
	}
	.banout-line{
		margin: 0px 15px;
	}
}
@media only screen and (min-width: 1024px) and (orientation: portrait) {

	.right-imag {
	padding-bottom: calc(60vh - 210px);
	}
	.my-banner{
		height: 60vh;
	}
	.banner-content.inner-content{
		left: 15%;
	}
	.banner-content h5 br{
		display: none;
	}
	.banner-content h5{
		width:90%;
	}
	.banner-content{
		top: 60%;
		
	}
	h1 {
		font-size: 3.2rem;
	}
	.inner-image.right-imag {
		width: calc(72% - 10px);
		padding-bottom: calc(40vh - 210px);
	}
	.banner-content.inner-content {
		top: 67%;
	}
}
@media(max-width:991px) {
	/* MOBILE NAVIGATION */
	.navbar ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		position: fixed;
		justify-content: center;
		top: 0px;
		background-color: #fff;
		width: 100%;
		height: 100vh;
		transform: translate(-101%);
		text-align: center;
		overflow: hidden;
	}
	.nav {
		position: relative;
		right: 0px;
	}
	.navbar li {
		padding: 10px;
	}
	.banout-line, .nav-item.login-de{
		margin: 0 auto;
		width: 200px;
	
	}
	.nav li.nav-item.last-child{
		display: none;
		position: absolute;
		top: 28px;
		right: 70px
	}
	.navbar li:first-child {
		margin-top: 50px;
	}
	.navbar li a {
		font-size: 25px;
	}
	.menu-toggle,
	.bar {
		display: block;
		cursor: pointer;
		z-index: 1;
	}
	.mobile-nav {
		transform: translate(0%)!important;
	}
	.menu-toggle .bar {
		width: 25px;
		height: 3px;
		background-color: #3f3f3f;
		margin: 5px auto;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.menu-toggle {
		justify-self: end;
		margin-right: 25px;
		/* display: none; */
	}
	.menu-toggle:hover {
		cursor: pointer;
	}
	#mobile-menu.is-active .bar:nth-child(2) {
		opacity: 0;
	}
	#mobile-menu.is-active .bar:nth-child(1) {
		-webkit-transform: translateY(8px) rotate(45deg);
		-ms-transform: translateY(8px) rotate(45deg);
		-o-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
	}
	#mobile-menu.is-active .bar:nth-child(3) {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		-ms-transform: translateY(-8px) rotate(-45deg);
		-o-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
	}
	
	.register {
		padding: 18px;
		width: 190px;
		bottom: 0px;
		top: auto;
		height: 160px;
		position: relative;
	}
	.nav li.nav-item.last-child {
		margin: 0;
	}
	.navbar li:nth-child(8){
		display: none;
	}
	/* .nav-item.login-de{
		margin-top: 0;
		margin-right: 0;
	} */
	.change-col{
	  flex-direction: column-reverse;
	  /* height: 100%; */
	  justify-content: flex-start;
	  }
	  .nav-item.active a {
		border-top: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 2px solid #d6202d;
	}
  	.my-banner.inner-banner {
    	height: 650px;
	}
	.card-worklist {
		margin-top: 85px;
	}
	.card-worklist.row-two {
		top: 0;
	}
	
	.make-recive {
		width: 100%;
		flex-direction: row;
		justify-content: space-evenly;
		padding: 0;
		align-items: center;
	}
	.make-recive img{
		padding-bottom: 0;
	}
	.make-recive::before,
	.make-recive::after {
		width: 100%;
	}
	.make-recive img {
		width: auto;
	}
	.make-recive h2 {
		padding-top: 0px;
		margin-top: 14px;
		border-top: 0;
		border-left: 2px solid #ffffff;
		padding-left: 40px;
	}
	.page-menu:nth-child(2),
	.page-menu:nth-child(3) {
		width: 28%;
	}
	.page-menu {
		width: 18%;
	}
	.pay-card {
		width: 200px;
	}
	.card-worklist::after {
		display: none;
	}
	.foot-logobg img {
		margin: 0px;
		display: block;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 20px;
	}
	.foot-logobg {
		width: 100%;
		height: auto;
	}
	.copy-right p {
		margin-top: 0px;
		padding-bottom: 15px;
	}
	.contact-info {
		justify-content: unset;
	}
	.contact-me {
		padding-top: 40px;
		padding-bottom: 40px;
		text-align: left;
	}
	.cont-opt {
		padding-right: 0;
	}
	.call-icon {
		position: relative;
		top: 32px;
		padding-left: 15px;
	}
	.center-instant {
		width: auto;
	}
	.set-pad.service-home .card-worklist {
		margin-top: 45px;
	}
	.top-pad {
		padding-top: 0;
	}
	.right-imag {
		position: relative;
		right: 0;
		top: -20px;
		padding-bottom: calc(65vh - 20px);
		width: calc(80%);
	}
	.right-imag::after {
		display: none;
	}
	.banner-bottombox{
		display: none;
	}
	.set-pad.service-home::before,
	.benefits-sideimage::before, .instant-bg::before, 
	.instant-bg::after, .page-footer.service-footer::before {
		display: none;
	}
	.home-accordion{
		margin-top: 30px;
	}
	.set-pad {
		padding: 90px 0;
	}
	.floating-form {
		margin-top: 30px;
	}
	.abt-left {
		text-align: center;
		margin-top: 50px;
	}
	.section-leftbg::before {
		width: 100%;
		height: 35%;
		bottom: 0;
		top: auto;
	}
	.nav-item.banout-line a, .nav-item.login-de a {
		padding: 10px 20px;
		display: inline-flex;
		width: 200px;
	}
	
	/* .banner-content.inner-content {
		left: 10%;
		top: 70%;
	} */
	.banner-content {
		left: 7%;
		top: 65%;
	}
	.right-imag img{
		height: auto;
		/* width: auto; */
	}
	.inner-image.right-imag {
		width: calc(100% - 50%);
		padding-bottom: calc(55vh - 350px);
		top: 100px;
		float: right;
	}
	.banner-content h5{
		width: 40%;
	}
	.banner-content.inner-content {
	
		top: 100%;
		display: inline-block;
	}
	
	
	.pay-layter.inst-emi{
		background: url('../images/benifits/mobile-instant-emi.jpg') no-repeat;
	}
	.pay-layter.split-sect{
		background: url('../images/benifits/mobile-split-payment.jpg') no-repeat;
	}
	.pay-layter {
		width: 100%;
		height: 400px;
		margin-top: 40px;
		background-size: cover !important;
		background-position: center !important;
		background: url('../images/benifits/mobile-pay-later.jpg') no-repeat;

	}
	.pay-layter.cloud-tech{
		background: url('../images/benifits/mobile-cloud-bases.jpg') no-repeat;
	}
	.pay-layter.saas-application{
		background: url('../images/benifits/mobile-saas-application.jpg') no-repeat;
	}
	.my-map iframe {
		width: 100%;
		height: 350px;
		margin-top: 30px;
	}
	.foot-logobg.copy-right p{
		text-align: center;
	}
	.foot-logobg.copy-right p br{
		display: none;
	}
	.pay-cardtype {
		text-align: center;
		padding-top: 0;
		padding-bottom: 20px;
	}
	
	.iso-dss{
		text-align: center;
	}
	.service-cont.ser-page p {
		width: 100%;
	}
	.terms-cond .banner-content.inner-content {
		left: 7%;
		top: -65%;
	}
	.set-pad.video-bg .play-btn{
		margin-left: 0;
	}
	.set-pad.video-bg .make-recive::before, .set-pad.video-bg .make-recive .sm-box {
		top: -20px;
	}
	.set-pad.video-bg .make-recive::after {
		bottom: -20px;
	}
	.set-pad.video-bg .make-recive {
		z-index: 1;
	}
	.app-store ul{
		justify-content: flex-start;
	}
	.footer-icons{
		display: block;
		padding-bottom: 20px;
	}
	.contact-me{
		padding-bottom: 20px;
	}
	.pricing-head {
		
		margin-top: 30px;
	}
	.condition-list{
		margin-top: 30px;
	}
	.video-bg.pricing-bg .works-home {
		padding: 0;
		margin: 0;
	}
	.video-bg.pricing-bg::before{
		top: 35%;
	}
	.pad-l{
		padding-left: 15px;
	}
	.pad-r{
		padding-right: 15px;
	}
	.add ul {
		flex-direction: column;
		align-items: center;
	}
	.payee-info{
		height: auto;
	}
	.add ul li {
		margin: 10px 0px;
	}
	.pay-history {
		width: 100%;
	}
	.terms-cond .banner-content.inner-content h1{
		position: relative;
		top: -30px;
	}
}
@media(max-width:800px){
	.right-imag {
		position: relative;
		right: 0;
		top: 130px;
		padding-bottom: calc(70vh - 80px);
		width: calc(80%);
	}
	.inner-image.right-imag {
		width: calc(100% - 50%);
		padding-bottom: calc(54vh - 350px);
	}
}
@media(max-width:768px) {
	html {
		font-size: 80%;
	}
	.my-banner {
		background: linear-gradient(90deg, rgba(247, 242, 240, 1) 85%, rgba(214, 32, 45, 1) 85%);
	}
	.right-imag {
		top: 120px;
	}
	.banner-bottombox {
		width: 70px;
		top: 53%;
		bottom: auto;
	}
	.pay-card {
		width: auto;
	}
	.right-imag::after {
		right: -4%;
		bottom: -38px;
	}
	.banner-content{
		left: 8%;
		top:-17%;
	}
	.card-worklist h1{
		font-size: 65px;
	}
	.payment-option ul li:nth-child(4),
	.payment-option ul li:nth-child(8) {
		margin-right: 10px;
	}
	.payment-option .user-sayes ul li {
		margin: 4px;
	}
	.f-input {
		width: 85%;
	}
	.my-map iframe {
		width: 100%;
		height: 420px;
	}
	.my-map {
		margin-bottom: 50px;
	}
	
	.speak-arrow.icon-arrow {
		display: block;
	}
	.logo {
		padding-top: 25px;
		padding-left: 25px;
	}
	.my-banner.inner-banner {
		height: 550px;
	}
	.service-iconlist{
		flex-wrap: wrap;
	}
	
	.iso-dss{
		text-align: center;
		width: 35%;
		margin: 0px auto;
	}
	.banner-bottombox{
		display: none;
	}
	.banner-content h5{
		width: 65%;
	}
	.footer-menu {
		padding: 35px 0;
	}
	.contact-me{
		padding-top: 10px;
		padding-bottom: 30px;
	}
	.pricing-head {
		flex-direction: column;
		
	}
	.pricing-list{
		width: 100%;
	}
	.video-bg.pricing-bg::before {
		top: 38%;
	}
	.logo img {
		width: auto;
	}
	.terms-cond .banner-content.inner-content h1{
		position: relative;
	}
	.inner-image.right-imag {
		width: calc(100% - 50%);
		padding-bottom: calc(63vh - 350px);
	}
	.banner-content.inner-content{
		padding-top: 20px;
	}
}
@media(max-width:660px){
	.footer-menu{
		flex-direction: column;
	}
	.page-menu {
		width: 35%;
	}
	.page-menu:nth-child(2){
		position: absolute;
		right: 0;
		width: 50%;
	} 
	.page-menu:nth-child(3){
		margin-top: 20px;
		width:40%
	}
	.page-menu:nth-child(4){
		position: absolute;
		right: 0;
		width: 50%;
		bottom: 18%;
	}
	ul.service-iconlist li {
		width: 100%;
		padding: 0;
	}
	.login-tab {
		width: auto;
	}
	.login-tab .nav.nav-tabs li a{
		width: 245px;
	}
	.login-tab .floating-form {
		margin-top: 0;
	}
	.login-tab .panel-body{
		padding: 55px;
	}
	.login-tab .nav.nav-tabs li {
		margin-right: 0px;
	}
	.inner-image.right-imag {
		width: calc(100% - 50%);
		padding-bottom: calc(65vh - 350px);
	}
}
@media(max-width:575px) {
	
	.center-instant p br {
		display: none;
	}
	.set-pad {
		padding: 75px 0;
	}
	.pay-card {
		/* width: 280px;
		padding: 15px; */
		margin: 0px auto;
	}
	.payment-option ul.icons-slide {
		padding: 0 25px;
	}
	.f-input {
		width: 75%;
	}
	.service-iconlist{
		flex-wrap: wrap;
	}
	.company-reg .center-instant{
		width: auto;
		padding: 65px 20px;
	}
	.home-accordion .card-header a{
		font-size: 15px;
	}
	.instant-bg.benefits-regiter .center-instant{
		padding: 50px 15px;
	}
	.card-body p br, .service-cont p br{
		display: none;
	}
	.pay-layter {
		margin-top: 70px;
	}
	.banner-carousel .slick-dots{
		right: -3%;
	}
	.my-banner.inner-banner.terms-cond {
		height: 200px;
	}
	.terms-cond .banner-content.inner-content{
		top: -35px;
	}
	.set-pad.video-bg .play-btn{
		height: 400px;
	}
	.set-pad.video-bg::before{
		top: 5%;
	}
	.video-bg.pricing-bg::before {
		top: 38%;
	}
	.foot-logobg img{
		width: 50%;
    	padding-left: 20px;
	}
	.footer-menu {
		padding: 25px 0;
	}
	.login-tab .nav.nav-tabs li a {
		width: 100%;
	}
	.date-lo {
		position: relative;
		left: 27px;
		top: 13px;
		right: auto;
		width: 100%;
	}
	.terms-cond .banner-content.inner-content h1 {
		top: 0;
	}
	.logo img {
		width: 80%;
	}
}

@media(max-width:480px) {
	.logo {
		padding-top: 20px;
		padding-left: 20px;
		padding-bottom: 20px;
	}
	.make-recive {
		padding: 0;
	}
	/* .payment-option ul li {
		margin: 5px;
	} */
	.center-instant {
		padding: 50px 20px;
		height: 400px;
	}
	h1 {
		font-size: 3rem;
		line-height: 4rem;
	}
	.logo {
		width: 50%;
	}
	.nav-wrapper {
		height: 80px;
	}
	.banner-content {
		left: 7%;
		padding-right: 70px;
	}
	.banner-bottombox {
		width: 119px;
		bottom: auto;
		top: 45%;
	}
	.right-imag {
		width: calc(85%);
		right: -55px;
		padding-bottom: calc(55vh - 0px);
	}
	.banner-carousel .slick-dots {
		right: 0;
	}
	.box-icon {
		width: 80px;
		height: 80px;
	}
	.my-banner {
		background: linear-gradient(90deg, rgba(247, 242, 240, 1) 85%, #3fbd9f 85%);
	}
	.card-worklist h1 {
		font-size: 50px;
	}
	.after-line::after {
		width: 100px;
    	right: -110px;
	}
	.section-leftbg::before {
		height: 20%;
	}
	.inner-image.right-imag {
		width: calc(100% - 0%);
		top: 100px;
		padding-bottom: calc(0vh - -550px);
		right: 0px;
	}
	.my-banner.inner-banner {
		height: auto;
	}
	.my-banner.inner-banner .banner-bottombox, .banner-bottombox {
		width: 54px;
		top: 47%;
		display: none;
	}
	.banner-content.inner-content {
		left: 7%;
		top: -40px;
	}
	.banner-content.inner-content h6 {
		padding-bottom: 5px;
	}
	.reset-outline {
		width: 145px;
	}
	button.Register-btn {
		width: 155px;
	}
	/* .main-outline a::after,
	.Register-btn::after,
	.reset-outline::after {
		top: 20px;
	} */
	.banner-content h5{
		width: 94%;
	}
	.banner-content h5 br{
		display: none;
	}
	.home-accordion .card-body p{
		padding-left: 0;
	}
	.navbar li a {
		font-size: 20px;
	}
	.security-info {
		padding-top: 120px;
	}
	.informaction .card-worklist .box-icon {
		width: 140px;
		height: 140px;
	}
	.security-info h5{
		font-size: 16px;
	}
	.foot-cont{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.iso-dss{
		padding-bottom: 10px;
	}
	.pay-cardtype {
		padding-top: 0px;
	}
	.copy-right p{
		padding-right: 25px;
	}
	.border-accordion .home-accordion{
		padding: 25px;
	}
	.mob-mar{
		margin-top: 20px;
		margin-bottom: 10px;
		
	}
	.main-outline.comp-btn .btn.white-outline {
		width: 148px;
	}
	.btn{
		width: 148px;
	}
	.submit-btn .btn {
		width: 160px;
	}
	.set-pad.pad-50 {
		padding-top: 0px;
	}
	.ser-0{
		padding-top: 0;
	}
	.border-accordion .home-accordion ul{
		padding-left: 20px;
	}
	.login-tab .panel-body {
		padding: 25px;
	}
	.login-tab .nav.nav-tabs{
		display: block;
	}
	.login-tab .nav.nav-tabs li a {
		width: 100%;
	}
	.payement-details{
		padding-left: 30px;
	}
	.payement-details td{
		width: 100%;
		display: block;
	}
	#button{
		width: 35px;
		height: 35px;
		right: 20px;
		bottom: 20px;

	}
	#button img{
		padding: 10px;
	}
}

@media(max-width:430px) {
	.company-reg .center-instant {
		padding: 54px 8px;
		width: auto;
	}
	h1{
		font-size: 2.70rem;
		line-height: 3rem;
	}
	.banner-carousel .slick-dots{
		right: -12px;
	}
	.instant-bg.benefits-regiter .center-instant {
		padding: 40px 15px;
	}
	.services-instant .center-instant{
		padding: 36px 40px;
	}
	.btn{
		padding: 12px 15px;
	}
	.btn.white-outline{
		width: 170px;
	}
	.card-worklist.explore .btn.color-outline{
		width: 90%;
	}
	.icons-slide li{
		margin-left: 10px;
	}
	.payment-option .user-sayes ul li {
		margin: 5px;
	}
	.center-instant {
		padding: 40px 20px;
	}
	.payee-info {
		padding: 25px;
	}
	/* .right-imag{
		padding-bottom: calc(59vh - 20px);
		top: 80px;
	} */
}

@media(max-width:411px) {
	.banner-bottombox {
		top: 45%;
		
	}
	.banner-carousel .slick-dots {
		right: -10px;
	}
	.right-imag {
		margin-top: 0px;
		
	}
	
	button.Register-btn {
		margin-left: 15px;
	}
	.main-outline.comp-btn .btn.white-outline {
		width: 130px;
	}
	.btn{
		width: 135px;
	}
	.submit-btn .btn {
		width: 150px;
	}
	.center-instant {
		padding: 30px 20px;
	}
	.total-star {
		display: inline-block;
		position: relative;
		left: 0;
		margin: 0;
		top: 19px;
	}
	.login-tab .submit-btn .btn {
		width: 140px;
	}
}
@media(max-width:390px){
	.main-outline.comp-btn .btn.white-outline {
		width: 130px;
	}
	.btn{
		padding: 12px 13px;
		width: 135px;
	}
	.instant-bg.benefits-regiter .center-instant {
		padding: 40px 6px;
	}
	a.prev-arrow.slick-arrow {
		top: 46%;
		left: -2%;
	}
	a.next-arrow.slick-arrow{
		top: 46%;
		right: -2%;
	}
	.user-speaks a.prev-arrow.slick-arrow {
		top: 46%;
		left: -3%;
	}
	.user-speaks a.next-arrow.slick-arrow {
		top: 46%;
		right: -3%;
	}
	.center-instant {
		padding: 20px 20px;
	}
	/* .inner-image.right-imag {
		top: 40px;
		padding-bottom: calc(55vh - -4px);
		right: 0px;
	} */
}
@media(max-width:375px){
	.submit-btn .btn {
		width: 140px;
	}
}
@media(max-width:360px) {
	.right-imag {
		margin-top: 0px;
		top: 75px;
	}
	h1 {
		font-size: 2.2rem;
		line-height: 3rem;
	}
	h1 br {
		display: none;
	}
	.inner-image.right-imag {
		padding-bottom: calc(0vh - -515px);
		/* top: 70px;
    padding-bottom: calc(55vh - -70px);
    right: 0px; */
	}
	.banner-bottombox {
		top: 44.7%;
	}
	button.Register-btn {
		margin-left: 5px;
	}
	.banner-content{
		margin-top:-20px;
	}
	.submit-btn .btn {
		width: 140px;
	}
	.center-instant {
		padding: 20px 20px;
		
	}
	.btn {
		padding: 12px 13px;
		width: 126px;
	}
	.total-star {
		display: inline-block;
		position: relative;
		left: 0;
		top: 16px;
	}
	.member-name {
		display: inline-block;
		margin-top: 58px;
		margin-left: 0px;
	}
}

@media(max-width:320px) {
	.company-reg .center-instant {
		padding: 30px 8px;
	}
	.banner-content.inner-content{
		top: -25px;
	}
	.submit-btn .btn {
		width: 120px;
	}
	.btn{
		padding: 10px 12px;
		width: 110px;
	}
	.btn em{
		right: 8px;
	}
	.main-outline{
		margin-top: 20px;
	}
	.card-worklist.explore .btn.color-outline{
		padding: 37px 20px 20px;
        width: 96%;
	}
	.center-instant {
		padding: 35px 20px;
		
	}
	.main-outline.comp-btn .btn.white-outline {
		width: 110px;
	}
	.inner-image.right-imag {
	
		padding-bottom: calc(0vh - -440px);
		
	}
	.banner-content{
		margin-top: 7px;
		padding-bottom: 20px;
	}
	.my-banner{
		height: auto;
	}
}


