#pay-hero {
	margin-top: 5px;
	position: relative;
	z-index: 9999999;
	margin-bottom: -150px;
	border-bottom: solid 3px #002133;
}
.white-background-full {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

.white-background-full h3 {
	font-size: 28px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: solid 2px #7a2434;
    padding-bottom: 3px;
}

.white-background-full p {
	margin-bottom: 20px;
}
#balance-box {
	display: flex;
	flex-direction: row;
	justify-content: center;
    align-items: center;
	margin-bottom: 20px;
}
#balance-left {
	width: 300px;
}
#balance-right {
	width: calc(100% - 320px);
	margin-left: 20px;
}
#balance-right p a {
	color: #000;
}

.pointer a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	padding-left: 5px;
}
.pointer span {
	font-size: 18px;
}
.pointer {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 40px;
  position: relative;
  background: #204A80;
}
.pointer:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #204A80;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
#balance-right img {
	margin-bottom: 20px;
}
#payment-wrapper {
	display: block;
	margin-top: 40px;
}
#payment-wrapper div {
	display: inline-block;
}
#payment-wrapper .col1 {
	width: 105px;
	font-weight: bold;
}
#payment-wrapper .col3 {
	width: 138px;
	font-weight: bold;
}
#payment-wrapper .col2 {
	margin-right: 5px;
}
#payment-wrapper .col2, #payment-wrapper .col4 {
	width: calc(50% - 310px);
}
#payment-wrapper .col2 input, #payment-wrapper .col4 input {
	width: 95%;
}
#payment-wrapper input {
	height: 30px;
}
#payment-wrapper .col5 {
	width: 210px;
}
#payment-wrapper .col6 {
	width: 125px;
	margin-left: 10px;
}
#payment-wrapper .col6 input {
	height: 34px;
	background-color: #204A80;
	color: #fff;
	border: none;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
#payment-wrapper .col5 input {
	height: 34px;
	background-color: #7a2434;
	color: #fff;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	width: calc(100% - 20px);
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
#payment-wrapper label, #payment-wrapper input {
	font-size: 16px !important;
}
.col3 label {
	position: relative;
	top: 15px;
}
.col3 small {
	position: relative;
	top: -5px;
}
@media(max-width: 979px) {
	#balance-box {
		flex-direction: column;
		justify-content: left;
    	align-items: flex-start;
	}
	#balance-right {
    	width: 100%;
   		margin-left: 0px;
	}
	#balance-left {
    	margin-left: -40px;
    	margin-bottom: 20px;
	}
	#balance-right {
		margin-bottom: 20px;
	}
	#payment-wrapper .col2, #payment-wrapper .col4 {
		width: 100%;
	}
	.col3 small, .col3 label  {
		top: 0px;
	}
	.col3 {
		margin-top: 15px;
	}
	.col4 {
		margin-bottom: 30px;
	}
}
@media(max-width: 500px) {
	#payment-wrapper .col6 {
		display: block;
		margin-top: 15px;
		margin-left: 0px;
	}
}