table {white-space:nowrap;vertical-align:middle;}
table thead tr th, table tbody tr td{vertical-align:middle}
table thead{background: #f85663;color: #fff;}
.hidden{display:none;}
input[type="file"].invalid::-webkit-file-upload-button,
input[type="file"].valid::-webkit-file-upload-button,
input[type="file"]::-webkit-file-upload-button {
    color: #fff;
    font-size: 13px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 10px 8px 38px;
    font-weight: 600;
    background: #f85663 url(../images/upload_icon.svg) 8px center no-repeat;
    outline: 0;
}

/*Focus Effect*/
:focus {
	outline: none;
}
.effect-1
{
	border: 0;
	padding: 7px 0;
	border-bottom: 1px solid #ccc;
}

.effect-1~.focus-border {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #f85663;
	transition: 0.4s;
}

.effect-1:focus~.focus-border {
	width: 50%;
	transition: 0.4s;
}



/*End Focus Effect*/


.form-control[type=file]{
padding:8px 0px 0px 14px;
border-bottom:0 !important;
}
.bx{
     font-size:20px;
}
.btn-primary:hover{
     background:#f85663;
     color: #fff;
     border-color: #f85663;
}
.btn-primary{
     background:#fff;
     color: #f85663;
     border-color: #f85663;
}

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body {
	background: #e4edf2;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Roboto Condensed", Arial, sans-serif;
	color: #555
}
#form_container .col-lg-5 {
background:#f85663;
}

header {
	position: relative;
	padding: 15px 0;
	background-color: #fff;
	border-bottom: 1px solid #d9e1e6
}

#logo_home h1 {
	margin: 0;
	padding: 0
}

#logo_home h1 a {
	width: 50px;
	height: 35px;
	display: block;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 50px 35px;
	text-indent: -9999px
}

@media only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2) {
	#logo_home h1 a {
		background-image: url(../img/logo_2x.png);
		background-size: 50px 35px
	}
}

#social {
	float: right;
	margin: 0 60px 0 0;
        align-self: center!important;
}

#social ul {
	margin: 0 0px 0 0;
	padding: 0;
	text-align: center
}

#social ul li {
	float: left;
	margin: 0 5px 0px 0;
	list-style: none
}
#social ul li a{
    width: 35px;
    height: 35px;
    border-radius: 100%;
    color: #555;
    border: 1px solid #555;
    align-self: center;
    justify-content: center;
    align-items: center;
    display: flex;
    text-decoration: none;
}



#social ul li a {
/*	color: #555;
	line-height: 35px;
	display: block;
	width: 25px;
	height: 25px;
*/
	text-align: center;
	font-size: 16px;
	padding: 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

#social ul li a:hover{
    width: 35px;
    height: 35px;
    border-radius: 100%;
    color: #f85663;
    border: 1px solid #f85663;
    align-self: center;
    justify-content: center;
    align-items: center;
    display: flex;
    text-decoration: none;
}


#social ul li a:hover {
	/*color: #f60;*/
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

footer {
	background-color: #fff;
	border-top: 1px solid #ededed;
	padding: 25px 0
}

footer#home {
	width: 1000px;
	margin: auto;
	font-size: 15px;
	margin-bottom: 30px;
	color: #777;
	background-color: transparent;
	border-top: none;
	padding: 0
}

footer p {
	margin: 0;
	padding: 0;
	float: left
}

footer ul {
	float: right;
	margin: 0;
	padding: 0
}

footer ul li {
	float: left;
	margin-right: 15px;
	list-style: none
}

footer ul li:last-child {
	margin-right: 0
}

footer ul li:after {
	content: "|";
	font-weight: 300;
	position: relative;
	left: 9px
}

footer ul li:last-child:after {
	content: ""
}

footer ul li a {
	color: #777
}

#form_container {
	background-color: #fff;
	width: 1000px;
	min-height: 460px;
	margin: 120px auto 30px
}

#left_form {
/*	background-color: #fff;*/
	min-height: 460px;
	color: #fff;
	text-align: center;
	padding: 107px 50px 30px 50px;
	box-sizing: border-box;
	position: relative;

}

#left_form h2 {
	font-weight: 300;
	color: #fff;
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 36px;
	margin-bottom: 15px
}

#left_form p {
	font-size: 16px
}

a#more_info {
	width: 26px;
	height: 26px;
	color: #fff;
	position: absolute;
	line-height: 1;
	left: 15px;
	bottom: 15px;
	z-index: 2;
	font-size: 26px
}

input#website {
	display: none
}

#wizard_container {
	position: relative;
	min-height: 450px
}


button.submit {
	border: none;
	color: #fff;
	padding: 7px 20px;
	text-decoration: none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display: inline-block;
	cursor: pointer;
	font-weight: 400;
	outline: 0;
	text-align: center;
	background: #409fff;
	position: relative;
	font-size: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 1;
	padding: 10px 30px 10px 30px
}

button.backward {
	color: #333;
	background: #e8e8e8;
	padding: 10px 20px 10px 30px
}

button.forward,
button.submit {
	padding: 10px 30px 10px 20px
}

button[disabled] {
	display: none
}

button.backward:before {
	content: "\34";
	font-family: ElegantIcons;
	position: absolute;
	top: 8px;
	left: 12px;
	font-size: 18px
}

button.forward:before {
	content: "\35";
	font-family: ElegantIcons;
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 18px
}

button.submit:before {
	content: "\4e";
	font-family: ElegantIcons;
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 18px
}

.backward:hover,
.forward:hover {
	background: #0073e5;
	color: #fff
}

#top-wizard {
	margin-left: -24px
}

#middle-wizard {
	padding: 45px 45px 30px 15px
}

#bottom-wizard {
	text-align: right;
	position: absolute;
	width: 100%;
	bottom: 10px;
	right: 45px
}


.rating-star,
.rating:hover .rating-star {
	cursor: pointer;
	float: right;
	display: block;
	width: 25px;
	height: 24px;
	background: url(../img/stars.png) 0 -23px
}

span.error {
	font-size: 12px;
	position: absolute;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	top: -20px;
	right: -15px;
	z-index: 2;
	height: 25px;
	line-height: 1;
	background-color: #e34f4f;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	padding: 6px 8px
}

span.error:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 6px 6px 0;
	border-color: transparent #e34f4f;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -6px;
	left: 20%
}

.radio_input span.error {
	top: -30px
}

.styled-select span.error {
	top: -20px
}

.terms span.error {
	top: -30px
}

.form-group {
	position: relative;
	margin-bottom: 1rem
}

.form-group i {
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 10px;
	color: #ccc
}

.form-group label {
	font-weight: 400;
	color: #222
}

.form-group.radio_questions label {
	border: 2px solid #e8ebed;
	display: block;
	font-weight: 400;
	padding: 15px 45px 15px 15px;
	box-sizing: content-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	color: #555;
	background-color: #fff
}

.form-group.checkbox_questions label {
	font-weight: 400;
	cursor: pointer;
	color: #555
}

.form-group.radio_questions .iradio_square-yellow {
	position: absolute;
	top: 17px;
	right: 15px
}

.form-group.checkbox_questions .icheckbox_square-yellow {
	margin-right: 10px
}

.form-group.radio_questions label:hover {
	border: 2px solid #fc3
}

.form-group.select {
	margin-bottom: 30px
}

.styled-select select {
	background: 0 0;
	width: 107%;
	padding: 5px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	height: 41px;
	color: #999;
	margin: 0;
	line-height: 1;
	font-weight: 400;
	-moz-appearance: window;
	-webkit-appearance: none;
	cursor: pointer;
	outline: 0
}

.styled-select select:focus {
	color: #555
}

.styled-select {
	width: 100%;
	overflow: hidden;
	height: 44px;
	box-sizing: border-box;
	line-height: 1px !important;
	background: #fff url(../img/arrow_down.svg) no-repeat right center;
	border: 0;
	border-bottom: 2px solid #e8ebed;
	border-radius: 0
}

.styled-select select::-ms-expand {
	display: none
}

.styled-select select:focus {
	outline: 0;
	box-shadow: none
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control::-webkit-input-placeholder {
	color: #999
}

input.form-control,
select.form-control,
textarea.form-control {
	background: 0 0;
	background-color: #fff;
	border: none;
	border-bottom: 2px solid #e8ebed;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	color: #999;
	height: 44px;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 25px;
	padding: 6px 12px 6px 0
}

input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
/*	border-color: #777;*/
        border-color:#f85663;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #555;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

input.form-control#check_in,
input.form-control#check_out {
	background: #fff url(../img/calendar.svg) no-repeat right center
}
.form-group {
    position: relative;
    margin-bottom: 1rem;
}

/*=========================Responsive CSS=========================*/

@media (max-width:1024px) {

	#form_container,
	footer#home {
		width: 800px
	}
}

@media (max-width:991px) {

	#left_form,
	#wizard_container {
		min-height: inherit
	}

	#form_container {
		width: auto;
		margin-top: 0;
		padding-left:0 !important;
		padding-right:0 !important;
	}

	#form_container .row {
		margin: 0
	}



	#left_form {
		text-align: center;
		padding: 30px
	}

	#left_form img {
		float: left;
		margin-right: 30px
	}

	a#more_info {
		left: auto;
		right: 30px
	}

	#top-wizard {
		margin-left: 0
	}

	#middle-wizard {
		padding: 30px 30px 120px
	}
}

@media (max-width:767px) {

	.margin_60,
	.margin_60_35 {
		padding-top: 30px;
		padding-bottom: 30px
	}

	#form_container .row>[class*=col-] {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	h1.main_title,
	h2.main_title {
		font-size: 32px
	}

	h1.main_title span,
	h2.main_title span {
		font-size: 18px
	}

	p.lead.styled {
		font-size: 16px
	}

	#left_form img {
		float: none;
		margin-right: 0;
/*		width: 100px;*/
		height: 100%
	}
#social{
    margin: 0;
}
	.margin_30 {
		margin-top: 15px;
		margin-bottom: 15px
	}

	.add_bottom_60 {
		margin-bottom: 30px
	}

	#bottom-wizard {
		right: 35px
	}
}