.db_result {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.db_result h3{
	text-align:center;
	padding:5px 0;
	font-size:1.5rem;
}
#pay_table {
    width: 100%;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 19px 15px;
    padding: 0 0 0px 0;
}
.boxi {
    width: 47%;
    padding: 16px 0;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-box-shadow: 0 0 3px 3px rgba(219, 219, 219, 0.25);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-basis: 47%;
}
.boxi img {
    height: 30px;
    margin: 0;
}
.boxi p {
    margin: 0 !important;
}
.boxi .price {
    color: #ff0000;
    font-size: 14px;
    font-weight: 700;
}
.personal_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    margin-top: 15px;
    margin-bottom: 15px;
}
.agree_box label {
    cursor: pointer;
}

.bhdate {color:red;}


@media (max-width:768px) {
	#pay_table {
		gap: 19px 10px;
	}
	.boxi img {
		height:22px;
		margin: 0;
	}
}


#pay_result {
    width: 100%;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
	padding:0;
}
#pay_result li {
	float:left;
	width:100%;
	height:40px;
	border-bottom:1px solid #e6e6e6;
	overflow:hidden;
}
#pay_result li .txt{
	float:left;
	width:25%;
	line-height:40px;
	font-weight:bold;
	color:#444;
	text-align:left;
	font-size: 13px;
}
#pay_result li .result{
	float:right;
	width:75%;
	line-height:40px;
	font-size:13px;
	overflow:hidden;
	text-align:right;

}
