.content_with_form {
	padding: 80px 0;
}

.content_with_form .title{
	font-size: 36px;
	color: #035573;
	display: block;
	margin-bottom: 40px;
}

.content_with_form .text{
	display: block;
}

.content_with_form .text.text-bottom{
    margin-top: 30px;
}
.content_with_form .text span {
    color: #035573;
    font-size: 20px;
    display: block;
    line-height: 30px;
    padding-left: 22px;
    border-left: 4px solid #f19c16;
    margin-bottom: 30px;
}
.content_with_form .text p{
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
}


/*FORM*/


.content_with_form .form {
    min-height: 590px;
    background: #00465f;
    border-top: 4px solid #ffae4e;
    color: white;
    padding: 50px 25px;
    position: relative;
}
.content_with_form .form > img {
    position: absolute;
    top: -36px;
    left: 50%;
    margin-left: -33px;
}
 
.content_with_form .form .title {
    margin: 0;
    padding: 0 0 30px 0;
    font-size: 28px;
    color: white;
    font-weight: normal;
    text-align: center;
    background: url('../png/steps-form-arrow-down.png') no-repeat center bottom;
}
.content_with_form .form .title strong {
    display: block;
    font-weight: bold;
}
.content_with_form .form .bottom-line {
    text-align: center;
    font-size: 11px;
    padding-top: 20px;
}
.content_with_form .form .form-control {
    font-size: 16px;
    height: 47px;
}

.content_with_form .form .form-control.icon {
    padding-left: 40px;
}

.content_with_form .form .form-control#first_name {
    background: white url('../png/form-person-icon.png') no-repeat 10px center;
}

.content_with_form .form .form-control#email {
    background: white url('../png/form-email-icon.png') no-repeat 10px center;
}

.content_with_form .form .form-control#phone_number {
    background: white url('../png/form-phone-icon.png') no-repeat 10px center;
}

.content_with_form .form .form-control#resort_name {
    background: white url('../png/form-house-icon.png') no-repeat 10px center;
}

.content_with_form .form .form-control.help_with{
        background: white url('../svg/headset.svg') no-repeat 5px center;
        background-size: 25px 25px;
}
.content_with_form .form > form > .container-fluid > p,
.content_with_form .form > p {
    width: 100%;
    display: block;
}
.content_with_form .form p.text-center{
	display: block;
	width: 100%;
	text-align: center;
}

.content_with_form .form p.text-form {
	text-align: center;
	display: block;
}
.content_with_form .form p.text-form strong:after{
	display: block;
	content: '';
	visibility: hidden;
}
.content_with_form .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;
}

.content_with_form .form .btn.submit span {
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    background: url('../svg/arrow-right.svg') no-repeat center center;
    background-size: 100% 100%;
    margin-left: 10px;
    margin-top: -3px;
}

.content_with_form .form .select2-container--default .select2-selection--single .select2-selection__rendered,
.content_with_form .form .select2-selection {
    height: 47px;
    line-height: 47px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 40px;
    height: 47px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    
}



.content_with_form .call-now {
    background: #f2f2f2;
    display: flex;
    height: 100px;
    text-transform: uppercase;
    margin: 50px 0;
}

.content_with_form .call-now.mobile {
    display: none;
}

.content_with_form .call-now .or {
    display: flex;
    font-size: 20px;
    color: #035573;
    width: 90px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.content_with_form .call-now .or span {
    flex: 1;
    display: block;
    height: 1px;
    background: #b7b7b7;
    margin: 0 4px;
}

.content_with_form .call-now .phone,
.content_with_form .call-now .more {
    flex-grow: 1;
    flex-shrink: 1;
}

.content_with_form .call-now .phone {
    padding-left: 30px;
    padding-right: 50px;
    display: flex;
    align-items: center;
}

.content_with_form .call-now .phone .img {
    width: 61px;
    padding-right: 15px;
}

.content_with_form .call-now .phone .img img {
    width: 100%;
}

.content_with_form .call-now .phone .text {
    flex: 1;
    font-size: 16px;
    color: #035573;
    font-weight: bold;
    line-height: 20px;
}

.content_with_form .call-now .phone .text a {
    font-size: 32px;
    color: #20b2cd;
    display: block;
    line-height: 40px;
}

.content_with_form .call-now .more {
    padding-left: 45px;
    display: flex;
    align-items: center;
    padding-right: 30px;
}

.content_with_form .call-now .more .text {
    flex: 1;
    padding-left: 45px;
    font-size: 16px;
    color: #035573;
    line-height: 20px;
}

.content_with_form .call-now .more .text strong {
    font-size: 22px;
    font-weight: bold;
    display: block;
}

.content_with_form .call-now .more .img {
    width: 46px;
    padding-left: 20px;
}

.content_with_form .call-now .more .img img {
    width: 100%;
}

@media(max-width: 1024px){
    .content_with_form .call-now .more{
        padding-left: 0; 
    }
    .content_with_form .call-now .phone{
        padding-right: 25px;
    }


    .content_with_form .call-now {
        display: none;
    }

    .content_with_form .call-now.mobile {
        display: flex;
        margin-top: 30px;
    }

    .content_with_form .call-now .phone {
        padding-right: 25px;
        padding-left: 25px;
        flex: 1;
    }
    .content_with_form .call-now .phone .text {
        font-size: 14px;
        line-height: 16px;
    }

    .content_with_form .call-now .phone .text a {
        font-size: 29px;
        line-height: 32px;
    }
    .content_with_form .call-now .more {
        padding-left: 30px;
        flex: 1;
    }
    .content_with_form .call-now .more .text {
        padding-left: 0
    }
    .content_with_form .form{
        margin-top: 60px;
    }
}
@media(max-width: 570px){
    

    .content_with_form .call-now {
        display: none;
    }

    .content_with_form .call-now.mobile {
        height: auto;
        padding: 20px 0;
    }

    .content_with_form .call-now .phone {
        flex-direction: column;
        padding: 0 0 0 10px;
    }
    .content_with_form .call-now .more .img,
    .content_with_form .call-now .phone .img {
        width: 100%;
        height: 60px;
        line-height: 40px;
        text-align: center;
        padding: 0 0 20px;
    }
    .content_with_form .call-now .more .img img,
    .content_with_form .call-now .phone .img img {
        height: 35px;
        width: auto;
        display: inline-block;
    }
    .content_with_form .call-now .or {
        width: 70px;
    }

    .content_with_form .call-now .more {
        flex-direction: column-reverse;
        padding: 0 10px 0 0;
    }
    .content_with_form .call-now .more .text {
        padding-left: 0;
        text-align: center;
        font-size: 16px;
    }
    .content_with_form .call-now .more .text strong {
        font-size: inherit;
    }
    .content_with_form .call-now .phone .text {
        font-size: 16px;
        text-align: center;
    }
    .content_with_form .call-now .phone .text a {
        font-size: 20px;
    }
}