.aya_genxt_tag_line {
	font-size: 20px;
	padding: 0px 80px 0px 80px;
}

.outer_benefit_box {
	padding: 20px !important;
	border: 1px solid #dedede;
	border-radius: 10px;
	margin-bottom: 20px;
	margin-top: 40px;
}

.benefit_icon_1 {
	width: 91px !important;
	margin-bottom: 30px;
}

.benefit_icon_2 {
	width: 91px !important;
	margin-bottom: 30px;
}

.solution_text {
	color: #000;
	margin-bottom: 5px;
}
.calculate_amount {
    color: #484a54 !important;
    border-radius: 5px;
    font-size: 16px !important;
    -webkit-appearance: none;
    background-color: #02010100 !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #484a54 !important;
    height: 48px !important;
    cursor: pointer !important;
}
.calculate-div {
    background-color: #f2f2f2;
    padding:30px 0px;
    border-radius: 5px;
}

.calculate_icon {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 10px;
    top: 6px;
    background-color: #c22136;
    color:#fff;
    padding: 10px 10px 5px 10px;
    border-radius: 50px 50px 50px 50px;
    cursor: pointer !important;
}
.simple_pay_div {
	padding: 0px 100px 0px 100px;
}
.simple_pay_div > .container {
	padding: 0px 0px 20px 30px;
	background-image: url('../../images/bnpl_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.simple_pay_text {
	font-size: 22px;
	margin-bottom: 15px;
}
.simple_pay_col {
	padding-top: 170px;
}
.simple_pay_mobile {
    margin-top: 20px;
    background-image: url(../../images/simple_pay_installment_bg.png);
    background-position: center 20%;
}
@media (min-width: 768px){
	.col-md-6 {
	    width: 45% !important;
	}
}
@media only screen and (max-width: 576px){
    .outer_benefit_box {
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.col-md-6 {
	    flex: 0 0 auto;
	    width: 100% !important;
	}
	.calculate-div {
        padding:30px 30px;
    }
    .simple_pay_div {
        padding: 0px;
    }
    .simple_pay_div > .container {
		background-image: none;
	}
	.aya_genxt_tag_line {
	    padding: 0px 0px;
	}
}