.resort-services-hero-with-form {
	background-size: cover;
	background-position: center center;
	color: white;
}

.resort-services-hero-with-form > .container {
	padding: 80px 0 50px;
	max-width: 1100px;
	display: flex;
}

.resort-services-hero-with-form .text-col {
	flex: 1;
	padding-right: 185px;
}

.resort-services-hero-with-form .text-col .title {
	display: flex;
	align-items: center;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 30px;
}

.resort-services-hero-with-form .text-col .title img {
	margin-right: 15px;
	max-height: 70px;
}

.resort-services-hero-with-form .text-col .text {
	font-size: 16px;
}

.resort-services-hero-with-form .text-col .text ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 25px;
}

.resort-services-hero-with-form .text-col .text ul li {
	line-height: 25px;
	padding-left: 35px;
	background-image: url('https://www.sellmytimesharenow.com/wp-content/themes/smtn/images/resort_services/resort-services-checkmark-icon-white.png');
	background-position: center left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.resort-services-hero-with-form .form-col {
	width: 390px;
	flex-basis: auto;
	position: relative;
}

.resort-services-hero-with-form .form-col .blue-box-dl {
	background-color: #00465f;
	border-top: 4px solid #cc892e;
	position: relative;
	padding: 60px 15px 40px;
	font-size: 18px;
	color: white;
	text-align: center;
}

.resort-services-hero-with-form .form-col .blue-box-dl form {
	text-align: left;
}

.resort-services-hero-with-form .form-col .blue-box-dl form p.text-center {
	display: block;
	text-align: center;
}
.resort-services-hero-with-form .form-col .blue-box-dl img.checkmark {
	height: 77px;
	width: 70px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -35px;
	margin-top: -40px;
}
.resort-services-hero-with-form .form-col .blue-box-dl .title {
	text-transform: uppercase;
	font-size: 24px;
	padding-bottom: 30px;
	margin-bottom: 20px;
	background: url('https://www.sellmytimesharenow.com/wp-content/themes/smtn/images/destinations_locations/resort-destinations-teal-arrow.png') no-repeat center bottom;

}

.resort-services-hero-with-form .form-col .blue-box-dl .form .bottom-line {
    text-align: center;
    font-size: 11px;
    padding-top: 20px;
}

@media (max-width: 1024px) {
	.resort-services-hero-with-form > .container {
		flex-direction: column;
		max-width: 650px;
	}
	.resort-services-hero-with-form.side > .container {
		flex-direction: row;
		max-width: 690px;
		padding: 50px 0 50px;
	}
	.resort-services-hero-with-form .text-col {
		padding-right: 0;
		margin-bottom: 50px;
	}
	.resort-services-hero-with-form.side .text-col {
		padding-right: 10px;
		margin-bottom: 0;
	}
	.resort-services-hero-with-form .text-col .text {
		font-size: 18px;
	}
	.resort-services-hero-with-form.side .text-col .text {
		font-size: 14px;
		line-height: 22px;
	}
	.resort-services-hero-with-form .form-col {
		width: 100%;
		padding-top: 30px;
	}
	.resort-services-hero-with-form.side .form-col {
		width: 330px;
	}
	.resort-services-hero-with-form .form-col .blue-box-dl {
		padding: 60px 70px 40px;
	}
	.resort-services-hero-with-form.side .form-col .blue-box-dl {
		padding: 50px 15px 20px;
	}
	.resort-services-hero-with-form.side .text-col .title {
		flex-direction: column;
		align-items: left;
		font-size: 24px;
	}
	.resort-services-hero-with-form.side .text-col .title img{
		margin-bottom: 20px;
	}

	.resort-services-hero-with-form.side .text-col .text ul {
		margin-left: 0;
	}

	.resort-services-hero-with-form.side .text-col .text ul li {
		background-position: top left;
	}
}

@media (max-width: 475px) {
	.resort-services-hero-with-form > .container,
	.resort-services-hero-with-form.side > .container {
		max-width: 420px;
	}
	.resort-services-hero-with-form.side > .container {
		flex-direction: column;
	}
	.resort-services-hero-with-form .form-col .blue-box-dl {
		padding: 60px 40px 40px;
	}
	.resort-services-hero-with-form.side .text-col {
		padding-right: 0;
		margin-bottom: 50px;
	}
	.resort-services-hero-with-form.side .form-col {
		width: 100%;
	}
	.resort-services-hero-with-form.side .text-col .title {
		flex-direction: row;
		align-items: center;
	}
	.resort-services-hero-with-form.side .text-col .title img{
		margin-bottom: 0;
	}
}