.hero{
	padding: 100px 0; 
    background-size: cover;
    background-position: center center;
}
.hero.hero_with-blue-box .text p{
    max-width: 90%;
}

.hero .buttons{
    padding-left: 0;
}
.hero .title{
	font-size: 48px;
	color:#fff;
	font-weight: 700;
	margin-bottom: 30px;
}

.hero .text p{
	font-size: 20px;
	display: block;
	margin-bottom: 30px;
	max-width: 650px;
}

.hero .form {
    min-height: 590px;
    background: #00465f;
    border-top: 4px solid #ffae4e;
    color: white;
    padding: 50px 25px;
    position: relative;
}
.hero .form > img {
    position: absolute;
    top: -36px;
    left: 50%;
    margin-left: -33px;
}
.hero .form .title {
    margin: 0;
    padding: 0 0 30px 0;
    font-size: 28px;
    color: white;
    font-weight: normal;
    text-align: center;
    background: url('../../../images/sell-timeshare/steps-form-arrow-down.png') no-repeat center bottom;
}
.hero .form .title strong {
    display: block;
    font-weight: bold;
}
.hero .form .bottom-line {
    text-align: center;
    font-size: 11px;
    padding-top: 20px;
}



/*FORM*/
.hero .col-2 .form .form-control {
    font-size: 16px;
    height: 47px;
}

.hero .col-2 .form .form-control.icon {
    padding-left: 40px;
}

.hero .col-2 .form .form-control#first_name {
    background: white url('../../../images/sell-timeshare/form-person-icon.png') no-repeat 10px center;
}

.hero .col-2 .form .form-control#email {
    background: white url('../../../images/sell-timeshare/form-email-icon.png') no-repeat 10px center;
}

.hero .col-2 .form .form-control#phone_number {
    background: white url('../../../images/sell-timeshare/form-phone-icon.png') no-repeat 10px center;
}

.hero .col-2 .form .form-control#resort_name {
    background: white url('../../../images/sell-timeshare/form-house-icon.png') no-repeat 10px center;
}

.hero .col-2 .form > form > .container-fluid > p,
.hero .col-2 .form > p {
    width: 100%;
    display: block;
}
.hero .form p.text-center{
	display: block;
	width: 100%;
	text-align: center;
}

.hero .form p.text-form {
	text-align: center;
	display: block;
}
.hero .form p.text-form strong:after{
	display: block;
	content: '';
	visibility: hidden;
}
.hero .col-2 .form .btn.submit {
    line-height : 50px;
    border-radius: 25px;
    padding: 0 10px 0 20px;
    border: 0;
    font-size: 18px;
    font-weight: bolder;
    color: white;
    background-color: #f2a114;
    background: -webkit-gradient(linear, center left, center right, from(#f2a114), to(#e77924));
    background: -webkit-linear-gradient(left, #f2a114, #e77924);
    background: -moz-linear-gradient(left,  #f2a114, #e77924);
    background: -o-linear-gradient(#f2a114, #e77924);
    background: -ms-linear-gradient(#f2a114, #e77924);
    background: linear-gradient(to right, #f2a114, #e77924);

    margin-bottom: 20px;
    width: 250px;
}

.hero .col-2 .form .btn.submit span {
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    background: url('../../../images/resorts/arrow-right.svg') no-repeat center center;
    background-size: 100% 100%;
    margin-left: 10px;
    margin-top: -3px;
}

.hero .col-2 .form .select2-container--default .select2-selection--single .select2-selection__rendered,
.hero .col-2 .form .select2-selection {
    height: 47px;
    line-height: 47px;
}

.hero .col-2 .form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 40px;
    background: white url('../../../images/sell-timeshare/form-house-icon.png') no-repeat 10px center;
    padding-right: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 40px;
    height: 47px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    
}


.hero .buttons a {
	display: inline-block;
	border: 0;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 13.5px;
	color: #f2f2f2;
	line-height: normal;
	font-size: 15px;
	padding: 20px 50px 20px 50px;
	position: relative;
    min-width: 300px;
    margin: 0 20px 20px 0;
    text-transform: uppercase;
    font-weight: 700;
}
.hero .buttons a:last-child {
	margin-right: 0;
}

.hero .buttons a span.icon-left {
	float: left;
	font-size: 30px;
	position: absolute;
	left: 0;
	top : 0;
	bottom: 0;
	width: 72px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 35px;
}

.hero .buttons a span.icon-right {
	float: right;
	font-size: 20px;
	width: 52px;
	position: absolute;
	right: 0;
	top : 0;
	bottom: 0;
	background-image: url('../../../images/resorts/arrow-right.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 21px 21px;
}
.hero .buttons a strong {
	display: block;
	font-size: 15px;
	font-weight: bolder;
}
.hero .buttons a.light-blue {
	background-color: #20b2cd;
}
.hero .buttons a.light-blue span.icon-right {
	background-color: #19a3bd;
}
.hero .buttons a.blue {
	background-color: #158fbd;
}
.hero .buttons a.blue span.icon-right {
	background-color: #167fa7;
}

/**blue box*/

.blue-box {
    background-color: #00465f;
    border-top: 4px solid #cc892e;
    position: relative;
    padding: 60px 0 40px;
    font-size: 18px;
    color: white;
    text-align: center;
}
.hero .blue-box img {
    height: 77px;
    width: 70px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -35px;
    margin-top: -40px;
}
.hero .blue-box .title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
}
.hero .blue-box .subtitle {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    color: #41bdd4;
    margin-bottom: 30px;
}
.hero .blue-box .subtitle a {
    color: #41bdd4;
}
.hero .blue-box .description strong {
    font-style: italic;
}

.hero .blue-box .btn{
    line-height: 50px;
    border-radius: 25px;
    padding: 0 10px 0 20px;
    border: 0;
    font-size: 18px;
    font-weight: bolder;
    color: white;
    background-color: #f2a114;
    background: -webkit-gradient(linear, center left, center right, from(#f2a114), to(#e77924));
    background: -webkit-linear-gradient(left, #f2a114, #e77924);
    background: -moz-linear-gradient(left, #f2a114, #e77924);
    background: -o-linear-gradient(#f2a114, #e77924);
    background: -ms-linear-gradient(#f2a114, #e77924);
    background: linear-gradient(to right, #f2a114, #e77924);
    margin-bottom: 20px;
    width: 250px;
}
.hero .blue-box .btn span {
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    background: url(../../../images/resorts/arrow-right.svg) no-repeat center center;
    background-size: 100% 100%;
    margin-left: 10px;
    margin-top: -3px;
}
@media(max-width: 1024px){
    .hero .blue-box{
        max-width: 100%;
    }
    .hero .blue-box .title{
        font-size: 26px;
    }
}
@media(max-width: 767px){
    
    .hero .blue-box{
        max-width: 100%;
        margin-top: 40px;
    }
}
@media(max-width: 570px){
	.hero .col-2 .form{
		margin-top: 40px;
	} 
}