.address-form
{
	border-radius: 5px;
	padding: 15px 35px 35px 35px;
	background-size: cover;
	background-position: center;
	background-color: #fff;
	min-height: 100%;
}

.address-form-title
{
	color: #000;
	font-size: 26px;
	line-height: 26px;
	font-weight: 300;
	margin-bottom: 35px;
}

.address-second-text
{
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 25px;
	padding-top: 12px;
}

.address-input
{
	width: 100%;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #b2b2b2;
	margin: 1px 0px 1px 0px;
	border-radius: 5px;
}
.address-form-row>div
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
}
.brd-white
{
	border: white;
}

.brd-white:focus
{

	box-shadow: 0 0 0 0 rgba(0,123,255,0);
}

.address-check-btn
{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	margin-bottom: 0;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 18px;
	border-radius: 5px;
	background: #e41414;
	border: 0;
	padding: 16px 20px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: .35s all ease;
	-o-transition: .35s all ease;
	transition: .35s all ease;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.address-check-btn:hover
{
	background: #ce1414;
}

.address-check-subtext
{
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	color: #c1c1c1;
	font-size: 12px;
	line-height: 16px;
}
.checkbox_custom {
	font-size: 0;
}

.agree-cbx
{
	margin-right: 5px;
}

.seo-block {
	background: #b5b6b6;
	border-radius: 5px;
	padding: 15px 35px 10px 35px;
	min-height: 100%;
}

.section-title.section-title-small {
	font-size: 26px;
	line-height: 30px;
}

.seo-number>div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}

.seo-number>div .text {
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
}

.seo-number>div .number {
	color: #58595b;
	font-size: 16px;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	border-radius: 50px;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	margin-right: 15px;
}

.address-form-subtitle {
	color: #000;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
}

.card-deck .address-card {

	min-width: 370px;
}

@media screen and (max-width: 424px)
{
	.card-deck .address-card
	{
		min-width: 290px;
	}
}