.box {
	padding-bottom: 60px;
}

.top_line {
	border: 2px solid #E1251B;
}

.middle_line {
	margin-top: 62px;
	border: 2px solid #F4F4F4;
}
h3{
	text-align: center;
}

h4 {
	padding-left: 15px;
	text-align: start;
}

.subumit {
	width: 230px;
	height: 54px;
	font-size: 19px;
	color: #fff;
	background: #E1251B
}
.col-form-label{
	text-align: end;
}

.captcha_img img{
	width: 160px;
	height: 40px;
}


/* =========== */
.phoePlaceOrder{
	display: none;
}

.phoePlaceOrder .title{
	font-size: 18px;
	color: #333333;
	font-weight: Bold;
	padding-bottom: 12px;
}
.phoePlaceOrder .name{
	color: #999999;
	font-size: 12px;
}
.inputBox div{
	margin-right:5px ;
}
.redCon{
	color: red;
}
.removeBtn{
	width: 58px;
	/* padding-left: revert!important; */
}
.btn{
	font-size: 15px !important;
}
.botBorder{
	border-bottom: 1px solid #F0F0F0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.del{
	display: inline-block;
	width: 80px;
	height: 36px;
	color: #e2241b;
	border: 1px solid #e2241b;
	/*background-color: #e2241b;*/
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.del:hover{
	background-color: #e2241b;
	color: #fff;
}

#PlaceOrder .inputBox{    justify-content: space-between;}
#PlaceOrder  .phone-btn,#PlaceOrder  .phoneHandleDelete{height: 100px;    writing-mode: vertical-rl;}
