.mb50{margin-bottom: 50px;}
.main-bg{
    background-image: url(../img/payroll/bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.fixcolmn{
  position: sticky;
    top: 100px;
}
.c-h1{
	color: #ffff;
}
.content span{
	color: #1ad4d4;
}
.content p{
	color: rgba(255, 255, 255, 0.8);
}
.km{
	margin-bottom: 30px;
}

 .km-box-content img{margin-bottom: 20px}
.km-box{
	background: #FFFFFF;
	box-shadow: 0px 28px 35px #EBEBEB, 0px 5px 25px #ECEFFF;
	border-bottom: 10px solid #4800af;
	border-radius: 0px 0px 10px 10px;
	margin-top: 30px;
}
.km-box-content{
	padding: 30px;
}
.km-box-content h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}

.bg-black{
	background: #2A262C;
}
.s3c {
    display: flex;
}
.s3c img {
	position: relative;
    top: -33px;
    left: 10px;
}
.s3c h2 {

	color: #FFFFFF;
}
.s3-content {
    text-align: center;
}
.s3-content h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}
.s3-content p {
    font-size: 18px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.6);
}
.s4-tab-main .nav{
	display: grid;
}
.s4-tab-main .nav .active{

}
.s4-tab-main .nav-tabs{
	border-bottom: unset;
}
.s4-tab-main .nav-tabs > li.active > a, .s4-tab-main .nav-tabs > li.active > a:focus, .s4-tab-main .nav-tabs > li.active > a:hover {
    background: #e6d5ff!important;
    box-shadow: 0px 2px 9px rgba(146, 146, 146, 0.31), 0px 10px 10px rgba(209, 209, 209, 0.36)!important;
    border-radius: 10px!important;
    border: unset;
    color: #212c62;
}
.s4-tab-main .nav-tabs > li > a{
	margin-top: 30px;
	border: unset;
	margin-right: unset;
	padding: 20px 30px;
}
.s4-tab-main .nav-tabs > li > a:hover {
    border-color: unset;

}
.s4-tab-main .nav > li > a:focus, .s4-tab-main .nav > li > a:hover {
    text-decoration: none;
    background-color: unset;

}
.s4-tab-main .nav-tabs > li > a > h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}

.km-cp{
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: rgba(23, 27, 47, 0.6);
}
.tick h4 {
    padding-left: 60px;
    padding-top: 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #171B2F;
}
.tick h4:before {
    background-image: url(../img/payroll/tick.svg);
    width: 50px;
    height: 50px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 40px;
}
.bg-blue{
	background: #6400b0;
}
.cu-main {
    padding-top: 80px;
}

.cu-main-text h2 {
    color: #FFFFFF;
}



.bgfb{
	background: #FBFBFB;
}
.pad-sec-tb {
    padding: 50px 0px;
}
.bg1 {
    background: #FAF1FF;
}
.bf-main{
	background: #FFFFFF;
	box-shadow: 0px 10px 30px #EDEFFF;
	border-radius: 20px;
	padding: 30px;
	margin-top: 30px;
}
.bf-main .bft {
    display: flex;
    align-items: center;
}
.bf-main .bft h3 {
    margin-left: 15px;
    font-size: 17px;
    line-height: 25px;
}
.bf-main .bft .bft-img{
	background: antiquewhite;
    height: 70px;
    width: 70px;
}
.bf-main .bfc p {
    margin-top: 15px;
}
.why-use {
    background: #FFFFFF;
    border: 3px solid transparent;
    border-radius: 10px;
    padding: 30px;
    margin-top: 30px;
}
.cpt{
	padding-top: 50px;
}

.arrow-bg{
	background-image: url(../img/cash-management/arrow.svg);
    background-repeat: no-repeat;
    background-position: right;
}
.cm {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
    border-radius: 10px;
    display: flex;
    margin-top: 30px;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
}
.cm img {
    position: relative;
    height: 60px;
    top: 0;
    left: -10px;
}
.cm h3 {
    font-size: 18px;
    line-height: 26px;
}


.cmgs{
	padding: 25px;
}
.cmgs .cmgsi {
    display: flex;
    align-items: baseline;
}
.cmgs .cmgsi span {
    margin-top: 28px;
    margin-left: 20px;
    margin-right: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    width: 60px;
}
.cmgs .cmgsi h3{
	font-size: 14px;
	line-height: 17px;
	color: rgba(255, 255, 255, 0.6);
}
.cmgs .cmgsc{
	margin-top: 15px;
}
.cmgs .cmgsc p{
color: #FFFFFF;
}

.cms {
    border: 2px solid #ebebeb;
    border-radius: 15px;
    margin-top: 60px;
    padding: 0px 30px 30px 30px;
    background: #f9f9f9;
}
.cms img {
    margin: -34px 0 20px 0;
}

.bg-light{
	background: #FBFBFB;
}
.points h4 {
    font-size: 18px;
	line-height: 22px;
	color: #2A262C;
    padding-left: 40px;
    padding-top: 12px;
}
.points h4::before {
    background-image: url(../img/payment-gateway/tick.svg);
    width: 50px;
    height: 50px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
}
.cm11{
	padding-top: 30px;
}
.cm11 img{
	height: 40px;
}
.cm11 p{

	margin-top: 15px;
}
.s3c1{
	display: inline-flex;
}
.s3c1 img {
    position: relative;
    top: -40px;
    left: 50px;
}
.s3c1 h2 {
      color: #FFFFFF;
}
.aac{
	margin-top: 30px;
}

.aac img {
    margin-bottom: 20px;
    width: 50px;
    max-height: 42px;
}
.aac h3 {
    color: #FFFFFF;
    	margin-bottom: 15px;
}
.aac p{
	color: #FFFFFF;
}
 .tpc-img img{margin-bottom: 20px}
.tpc{
	margin-top: 30px;
	background: #FFFFFF;
	box-shadow: 0px 30px 60px rgba(187, 187, 187, 0.2);
	border-radius: 10px;
	padding: 30px;
}
.align-center{align-items: center;}
.tp-img{
	text-align: -webkit-center;
	margin-top: 50px;
}
.tp-img1{
    text-align: -webkit-center;
    margin-top: 90px;
}
.tpc-img {
    display: inline-flex;
    align-items: center;
}
.tpc-img h3 {
    font-size: 17px;
    line-height: 26px;
    margin-left: 20px;
}
.tpc p{
margin-top: 10px;
}
.s3c11 img {
    position: relative;
    top: -43px;
    left: 11px;
}
.aacc img{
	height : 50px;
	width: 50px;
}
.tpc-img-cc{
	height: 50px;
	width: 50px;
}
.gf {
    background: #FFFFFF;
    box-shadow: 0px 30px 60px rgb(187 187 187 / 20%);
    border-radius: 20px;
    margin-top: 30px;
    padding: 30px 20px;
    display: inline-flex;
    align-items: center;
    width: 100%;
}
.gfc {
    margin-left: 15px;
}
.gfc h3 {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 15px;
}
.db{
	display: block!important;
}
.hero-cc h1{
	font-weight: 600;
	font-size: 48px;
	line-height: 58px;

}
.hero-cc span{
	color: #5d008f;
}
.gf .gfi1 img{
	height: 50px;
}
.gf .gfc1 h3{
	font-weight: unset;
}
.cmgs .cmgsc1{
    margin-top: 15px;
}
.cmgs .cmgsc1 h3 {
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.cmgs .cmgsc1 p{
    color: #FFFFFF;
    opacity: 0.8;
}
.tpc-img11 img{
	height: 50px;
	width: 50px;
}
.gsci{
	width: 41px;
	height: 47px;
}


/*  Media Queries  */
@media (max-width: 574px){
	.m-tc{
		text-align: center;
	}
	.s3c {
	    display: block;
	}
	.cu-main {
		padding-top: 0px;
	    padding-bottom: 55px;
	}
	.cu-main-text {
	    padding-top: 50px;
	}
	.cpt{
		padding-top: 0px;
	}
	.cm{
		width: 100%;
	}
	.aac {
	    text-align: center;
	}
	.tp-img , .tp-img1 {
		margin-top: 0px;
	}
	.cc-bg{
		background-image: url(../img/payroll/bg.svg);
	    background-repeat: no-repeat;
	    background-size: cover;
	}
}
