.mobile_banking_dl_buttons {
    position: absolute;
    top: 300px;
    left: 80px;
}
.outer_benefit_box {
	padding: 20px !important;
	border: 1px solid #dedede;
	border-radius: 10px;
	margin-bottom: 20px;
	margin-top: 40px;
}
.why_use_AYA_outer > .col-md-6 {
	width: 48%;
}
.apply_now_btn {
	background-color: #ae071d !important;
	color: #fff !important;
	padding: 15px 25px !important;
	border-color: #ae071d !important;
	margin-bottom: 2rem !important;
}
.apply_now_btn:hover{
	background-color: #fff !important;
	border-color: #ae071d !important;
	color: #ae071d !important;
}
.how_to_apply_bg {
	background-image: url('../../images/mobile_banking/Apply Now Section_Desktop.png');
	background-size: cover;
	background-position: center right;
	min-height: 400px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.need_more_support_section_inner {
	padding: 40px 100px 60px 100px;
	background-image: url('../../images/need-more-support-bg.png');
	background-size: cover;
	border-radius: 6px;
	background-position: center right;
}
.mbanking_apple {
	width: 25%;
	margin-right: 20px;
}
.mbanking_abdriod {
	width: 28%;
	margin-right: 20px;
}
.mbanking_huawei {
	width: 28%;
}
.how_to_apply_mb_section {
    padding: 40px 100px 60px 100px !important;
}
@media (min-width: 1800px) {
	.how_to_apply_desc {
		padding-right: 10% !important;
	}
	.mobile_banking_dl_buttons {
        position: absolute;
        top: 370px;
        left: -60px;
    }
    .mbanking_apple {
		width: 20%;
		margin-right: 20px;
		margin-bottom: 10px;
	}
	.mbanking_abdriod, .mbanking_huawei {
		width: 23%;
		margin-right: 20px;
		margin-bottom: 10px;
	}
}
@media (max-width: 1500px) and (min-width: 1301px) {
    .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        transform: translate(-50%, 3300%) !important;
        padding: 5px !important;
    }
}
@media (max-width: 1300px) and (min-width: 1000px) {
	.why_use_AYA_outer > .col-md-6 {
		width: 47%;
	}
	.how_to_apply_bg {
		background-position: 30% center;
	}
	.need_more_support_section {
	    padding: 40px 130px !important;
	}
	.need_more_support_section_inner {
		padding: 40px 60px 60px 60px;
		background-position: 60% center;
	}
}
@media (max-width: 999px) and (min-width: 577px) {
	.why_use_AYA_outer > .col-md-6 {
	    width: 47%;
	}
	.how_to_apply_bg {
		background-position: 30% center;
	}
	.need_more_support_section {
	    padding: 40px 60px !important;
	}
	.need_more_support_section_inner {
		padding: 40px 60px 60px 60px;
		background-position: 60% center;
	}
	.how_to_apply_desc {
		width: 65% !important;
	}
	.mbanking_apple {
		width: 30%;
		margin-right: 20px;
		margin-bottom: 10px;
	}
	.mbanking_abdriod {
		width: 34%;
		margin-right: 20px;
		margin-bottom: 10px;
	}
	.mbanking_huawei {
		width: 34%;
	}
	.how_to_apply_mb_section {
	    padding: 40px 100px 60px 30px !important;
	}
}
@media only screen and (max-width: 576px){
	.why_use_AYA_outer > .col-md-6 {
		width: 100%;
	}
	.how_to_apply_mb_section {
	    padding: 40px 30px 0px 30px !important;
	}
	.how_to_apply_bg {
		background-image: none;
		min-height: 330px;
	}
	.why_use_AYA_outer {
	    padding: 0 25px;
	}
	.mbanking_apple {
    	width: 30%;
    	margin-bottom: 10px;
    }
    .mbanking_abdriod {
    	width: 30%;
    	margin-bottom: 10px;
    }
    .mbanking_huawei {
    	width: 30%;
    }
}