
.btnFull{
	width:100%;
	text-align:center;
	display:block;
}
.expiredRate{
    position: fixed;
    right: 0;
    top: 100px;
    border: 1px solid #d5d5d5;
    padding: 10px;
    width: 131px;
    background: #fff3f2;
    box-shadow: 0 0 10px #e5e5e5;
    z-index: 9999;
	color:#d1483a;

}
.w-100{
	width:100%;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    border-radius: .25rem;
    border: 1px solid #ced4da;
}
.totalBtn{
	border:2px solid #01AA47;
	color:#333;
	background:#fff;
	padding:10px 15px;
	font-size:1.2em;
	text-align:center;
	margin:20px auto 20px;
	width:220px;
}
.calculateBlock{
	padding:20px;
	border:1px solid #e5e5e5;
	background:#edfff1;
}
.note{
	background:#fff;
	padding:10px 20px;
	border:1px solid #e5e5e5;
	margin-top:-1px;
	margin-bottom:50px;
}
.limitBox{
	background:#01AA47;
	text-align:center;
	padding:40px 15px;
	margin-top:40px;
}
.limitBox h4, .limitBox h5{
	color:#fff;
}
.limitBox h4{
	margin-bottom:20px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #01AA47;
    border-color: #01AA47;
}