html,body{
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
    color: white;
    -webkit-tap-highlight-color:rgba(255,0,0,0);
}

.headElement{
    height: 10rem;
    line-height: 10rem;
    position: fixed;
    padding: 0 0 2rem 0;
    text-align: center;
    background: white;
    z-index: 20;
    width: 100%;
}

.leftIcon{
    width: 4rem;
    height: 4rem;
    float: left;
    margin-left: 2rem;
    margin-top: 3.2rem;
}

.loanOfersText{
    font-size: 3rem;
}

.LowerPart{
    width: 96%;
    margin: 0 auto;
    position: relative;
    top: 110px;
}

.KSHmoney{
    font-size: 4rem;
    padding: 2rem 1rem 2rem 1rem;
    background: white;
    color: grey;
    border-radius: 1rem;
}

.KSH{
    text-align: center;
    /*border-right: 0.3rem solid gray;*/
    padding: 0 2rem;
}

.KSH , .money{
    display: inline-block;
}

.money{
    margin-left: 1.5rem;
}

.dataValue{
    margin-top: 2rem;
    background: white;
    border-radius: 2rem;
}

.dayTitle{
    font-size: 2.7rem;
    font-family: "Microsoft New Tai Lue";
    color: gray;
    padding: 2rem 2rem 2rem 2rem;
}

.day{
    text-align: center;
    padding-bottom: 5rem;
}

.dayText{
    font-size: 5rem;
    color: grey;
}

.reason{
    font-size: 3rem;
    margin-top: 2rem;
    border-radius: 2rem;
    padding: 4.5rem 2rem;
    background: white;
}

.downIcon{
    width: 4rem;
    height: 4rem;
    float: right;
    top: 0.3rem;
}

.interest{
    font-size: 3rem;
    margin-top: 2rem;
    background: white;
    border-radius: 2rem;
}

.interstUL{
    width: 95%;
    margin: 0 auto;
    padding: 2rem 0;
}

.interstUL>li{
    list-style: none;
    padding: 1rem 2rem 1rem 0;
    border-bottom: 0.2rem solid #e6ecec;
    margin: 2rem 0;
}

.interstUL>li>text:last-child{
    float: right;
}

.remind{
    text-align: center;
    color: grey;
    font-size: 0.8rem;
    margin-top: 2rem;
}

.applyButton{
    text-align: center;
}

.applyButton_B{
    width: 80%;
    height: 6.5rem;
    font-size: 2rem;
    color: white;
    border-radius: 2rem;
    outline: none;
    border: none;
    margin: 5rem 0 4rem 0;
    background-image: linear-gradient( 90deg , #a2c928 , #a2c928);
}

#decrease{
	display: inline-block;
	vertical-align: bottom;
	margin-left: 30px;
}

#decrease>button{
	width: 100px;
	height: 80px;
	font-size: 70px;
	font-weight: 400;
}

#decrease>button{
	background: none;
	outline: none;
}

#decrease>button:hover,#decrease>button:focus{
	outline: none;
}