.pymnts img{
  max-width: 500px;
    margin: 0 auto;
}
.head-point img{width: 50px}
.content span {
    color: #5d008f;
}
.head-point{
	display: flex;
}
.head-point p{
  font-weight: 500;
      font-size: 17px;
      line-height: 26px;
      margin-left: 15px;
      margin-bottom: 0px;
}

.head-point-vl{
	border: 2px solid rgba(138, 142, 147, 0.17);
	height: 50px;
	position: absolute;
	left: 28%;
}
 
.features img{
	width: 40px;
	height: 45px;
}
.features p {
    font-size: 17px;
    line-height: 26px;
    margin-left: 25px;
    margin-bottom: 0px;
}
.points{
	padding-top: 5px;
}
.points h4{
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	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;
    z-index: -1;
    left: 15px;
}
.lrs-img{
	text-align: center;
}
.point-pad{
	margin-top: 50px;
}
.lrs-pad{
	padding-top: 30px;
}
.pf-dashboard {
    position: relative;
}
.bg-rotate {
    background-color: transparent !important;
}
.pf-dashboard-gradient-bg::before {
    background: #171B2F;
}
.bg-rotate:before {
    content: "";
    z-index: -1;
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
}
.color-blue{
	color: #191BA2!important;
}
.bg-blue{
	background: #191BA2!important;
}

.ig {
    display: flex;
    padding-top: 25px;
    align-items: center;
}
.ig p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    margin-left: 20px;
    margin-bottom: 0px;
}

.box-border {
    display: grid;
    grid-template-columns: 30% auto;
    border-radius: 10px;
    overflow: hidden;
}

.fc h4{
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #2A262C;
	padding-left: 40px;
	padding-top: 12px;
}
.fc h4::before{
	background-image: url(../img/payment-gateway/tick-box.svg);
    width: 50px;
    height: 50px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 40px;
}
.box-right {
    padding: 50px 25px;
    background: #f7e7ff;
}
.box-left{
padding: 25px;
}
.ibox-shadow{
	box-shadow: 0px 5px 15px #CACACA;
}

.signup{
	width: 80%;
}

/*  Faq Css  */
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.panel{
    border: unset;
}

.panel-group .panel-heading , .panel-heading{
    border-bottom: unset;
    border: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: unset;
}
.faq-title{
    color: #5D008F;
    font-weight: 800;
    padding-bottom: 50px;
    font-size: 48px;
}

.accordion-section .panel-default .panel-body p{
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    color: rgba(23, 27, 47, 0.6);
}
.accordion-section .panel-default .panel-body{
    padding: 5px 30px 20px 0px;
}

@media (max-width: 574px) {

	.integration-img{
		padding-top: 0px;
		padding-bottom: 30px;
	}
	.box-right{
		padding-right: 15px;
	}
	.box-left{
		padding-left: 15px;
	}
	.signup input {
	    width: 95%;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {

	.head-point-pad {
	    padding: 10px;
	}
	.head-point {
	    margin: 30px 0px;
	}
}
