.clr {
	clear:both;
}
.upBox {
	width:100% !important;
	height:auto;
	max-width:715px !important;
	border:1px solid grey;
	font-family:arial;
	text-align:center;
	font-size:18px;
	margin-top:50px;
	padding:0 0 0 0 !important;
}
.step3 {
	margin-top:25px;
	margin-bottom:25px;
}

.grnTxt {
	color:green;
	font-weight:Bold;
	font-size:20px !important;
	
}

.upPrice {
	font-size:28px !important;
	font-weight:semi-bold;
	color:green;
}

.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.col-md-4 {
	float:left;
}
.col-md-8 {
	float:left;
}

.upBtl {
	max-width:150px;
	float:right !important;
}

.upBtn {
    background: url("../../../images/3506f562-d1f8-4f70-9074-5542d6338db7/3506f562-d1f8-4f70-9074-5542d6338db7/complete-checkout.png") no-repeat !important;
    border: none;
    max-width: 375px;
    width: 100%;
    height: 75px;
    text-indent: -999px;
}

.noThank {
	color:grey;
	font-size:12px;
}

.btmFoot {
	margin-bottom:15px;
}