* {
	margin: 0;
	padding: 0;
}

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset,
p {
	border: medium none;
	margin: 0;
	padding: 0;
}

a,
input,
select,
textarea {
	margin: 0;
	outline: medium none;
	padding: 0;
}

html {}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

img,
fieldset {
	border: 0 none;
}

a {
	border: medium none;
	outline: medium none;
}

input[type="search"] {}

img {
	border: medium none;
	height: auto;
	max-width: 100%;
	outline: medium none;
	vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
	margin: 0;
	padding: 0;
}

div,
h1,
h2,
h3,
h4,
span,
p,
input,
form,
img,
hr,
img,
a {
	border: medium none;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

ul::after {
	clear: both;
	content: "";
	display: block;
}

ul {
	list-style: outside none none;
}

body {
	margin: 0;
	overflow-x: hidden;
	padding: 0;
	font-family: 'Lato', sans-serif;
}

@font-face {
	font-family: 'riftregular';
	src: url('../fonts/rift-regular-webfont.woff2') format('woff2'), url('../fonts/rift-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'rift_softbold';
	src: url('../fonts/riftsoft-bold-webfont.woff2') format('woff2'), url('../fonts/riftsoft-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.header {
	padding: 5px 0;
	position: fixed;
	z-index: 999;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
	background: #fff;
	top: 0;
	width: 100%;
	left: 0;
}

.header.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	transition: all 0.5s;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
	background: #fff;
}

.header.fixed .navigation ul li a {
	font-size: 18px;
	color: #8b8b8b;
}

.header.fixed h1.mobile-menu {
	color: #000;
}

.header.fixed .navigation ul li ul.sub-menu li a {
	font-size: 14px;
}

.header.fixed .user-info i {
	color: #000;
}

.h-home {
	position: absolute;
	left: 0;
	top: 0;
	background: none;
	width: 100%;
	box-shadow: none;
}

.h-home .navigation ul li a {
	font-size: 18px;
	color: #fff;
}

.h-home .user-info i {
	color: #fff;
}

.h-home h1.mobile-menu {
	color: #fff;
}

.logo {
	margin: 0;
	padding: 0;
}

.user-info {
	float: right;
	padding-top: 30px;
}

.user-info i {
	font-size: 20px;
	color: #4379bd;
}

.user-info img {
	width: 1
}

h1.mobile-menu {
	display: none;
}

.navigation {
	padding: 0px 0 0px 0;
}

.navigation ul {
	list-style: none;
	text-align: center;
	float: right;
	padding: 20px 15px 0 0;
}

.navigation ul li {
	display: inline-block;
	margin: 0 20px;
	position: relative;
}

.navigation ul li a {
	font-size: 18px;
	text-transform: uppercase;
	color: #6c6c6c;
	font-weight: 300;
	display: block;
	text-decoration: none;
	padding: 0 0 15px 0;
}

.navigation ul li a:hover {
	color: #30c4f3;
}


/******Sub menu******/

.navigation ul li ul.sub-menu {
	width: 250px;
	left: 0;
	right: 0;
	padding: 20px 15px !important;
	border: 1px solid #eee;
	position: absolute;
	background: #fff;
	top: auto;
	margin: 0;
	display: none;
	z-index: 99999;
	text-align: left;
	z-index: 9999;
}

.navigation ul li ul.sub-menu li {
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	text-align: left;
	float: none;
	display: block;
}

.navigation ul li ul.sub-menu li a {
	font-size: 14px;
	color: #6c6c6c;
	padding: 5px 10px 5px;
	display: block;
	font-weight: 300;
	border: none;
}

.navigation ul li ul.sub-menu li a:hover {
	color: #30c4f3;
}

.navigation ul li:hover ul.sub-menu {
	display: block;
}

.carousel-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	top: 0;
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
	text-align: center;
	text-shadow: none;
	width: 100%;
	height: 100%;
}

.carousel-caption-b {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: table;
}

.carousel-caption-c {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	display: table-cell;
}

.carousel-indicators li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0px 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	border-radius: 10px;
	border: none;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0px 3px;
	background-color: #30c4f3;
}

.book-btn {
	border-radius: 3px;
	width: 270px;
	height: 62px;
	background: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	display: inline-block;
	letter-spacing: 1px;
	background: #30c4f3;
}

.banner-sec h1 {
	font-size: 100px;
	color: #fff;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	font-family: 'rift_softbold';
	text-shadow: 0 0 5px rgba(0, 0, 0.10);
}

.banner-sec p {
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-weight: 300;
	padding: 25px 0;
	text-shadow: 0 0 5px rgba(0, 0, 0.10);
	letter-spacing: 2px;
}

.carousel-control {
	position: absolute;
	top: 45%;
	bottom: 0;
	left: 0;
	width: 6%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: none;
	filter: alpha(opacity=50);
	opacity: 1;
	vertical-align: middle;
	background: none !important;
	height: 50px;
}

.closebtn {
	display: none;
}

.middle-sec {
	padding: 50px 0;
	margin: 80px 0 0;
}

.middle-sec h1 {
	font-family: 'riftregular';
	font-size: 36px;
	color: #050505;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}

.middle-sec h1:after {
	position: absolute;
	width: 97px;
	height: 1px;
	background: #000;
	content: "";
	bottom: 0;
	margin: 0 auto;
	display: table;
	left: 0;
	right: 0;
}

.fb-login {
	display: block;
	border-radius: 3px;
	background: #3b5998;
	height: 59px;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	line-height: 59px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 25px;
}

.fb-login img {
	vertical-align: -6px;
}

.form-account label {
	font-size: 14px;
	font-weight: 700;
	color: #242424;
	display: block;
	padding-bottom: 5px;
	letter-spacing: 1px;
}

.form-account input.form-control {
	font-size: 16px;
	font-weight: 300;
	color: #9c9c9c;
	display: block;
	padding: 10px 15px;
	height: 48px;
	box-shadow: none;
	border: solid 1px #e1e1e1;
	margin-bottom: 10px;
}

.s-outer {
	position: relative;
}

.s-outer:after {
	position: absolute;
	content: "\f107";
	top: 0;
	right: 18px;
	line-height: 48px;
	color: #000;
	font-size: 24px;
	pointer-events: none;
	font-family: 'FontAwesome';
}

.form-account select.form-control {
	font-size: 16px;
	font-weight: 300;
	color: #9c9c9c;
	display: block;
	padding: 0px 15px;
	height: 48px;
	box-shadow: none;
	border: solid 1px #e1e1e1;
	margin-bottom: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.login-btn {
	display: block;
	border-radius: 3px;
	background: #30c4f4;
	height: 59px;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	line-height: 59px;
	color: #fff;
	letter-spacing: 1px;
	margin: 15px 0;
	width: 100%;
	text-transform: uppercase;
}

.f-password {
	display: inline-block;
	font-size: 15px;
	font-weight: 900;
	color: #242424;
	margin-bottom: 25px;
}

.f-password:hover {
	text-decoration: underline;
}

.form-account h3 {
	font-size: 16px;
	color: #656262;
	padding-bottom: 20px;
	padding-top: 80px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.sign-btn {
	display: block;
	border-radius: 3px;
	background: #fff;
	height: 59px;
	border: solid 2px #4379bd;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	line-height: 59px;
	color: #4379bd;
	letter-spacing: 1px;
	margin-bottom: 0px;
	width: 100%;
	text-transform: uppercase;
}

.form-account span {
	margin-right: 15px;
	display: inline-block;
	margin-bottom: 30px;
	color: #8b8b8b;
}

.form-account input[type="radio"] {
	margin-right: 5px;
	float: left;
}

.p-option-main {
	background: #f4f4f4;
	border-radius: 3px;
	padding: 25px;
	margin-top: 30px;
}

.p-option-main:after {
	clear: both;
	display: block;
	content: "";
}

.p-option-main span {
	border-radius: 3px;
	background: #5a4040;
	padding: 12px 15px;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	float: left;
	width: 135px;
	text-align: center;
}

.p-option-main h4 {
	font-size: 14px;
	font-weight: 900;
	color: #000;
	float: right;
	text-transform: uppercase;
	padding-top: 0px;
	width: 60%;
	float: right;
}

.p-option-main h3 {
	font-size: 16px;
	font-weight: 900;
	color: #000;
	padding-top: 20px;
}

.p-option-main ul {
	list-style: none;
	padding-top: 10px;
	width: 60%;
	float: right;
}

.p-option-main ul li {
	position: relative;
	font-size: 14px;
	color: #6d6d6d;
	padding: 5px 0 5px 15px;
}

.p-option-main ul li:before {
	content: "\f0da";
	font-size: 16px;
	color: #6d6d6d;
	position: absolute;
	left: 3px;
	top: 5px;
	font-family: 'FontAwesome';
}

.prfile-side h4 {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 700;
	color: #0c0c0c;
}

.prfile-side h4 img {
	margin-right: 7px;
	vertical-align: -2px;
}

.profile-info {
	background: #f4f4f4;
	padding: 25px;
	margin-top: 30px;
}

.profile-img {
	overflow: hidden;
	width: 62px;
	height: 62px;
	border-radius: 100%;
	text-align: center;
	background: #1f2021;
	margin-right: 15px;
	font-size: 24px;
	line-height: 62px;
	color: #fff;
	font-weight: 300;
	margin-right: 20px;
	float: left;
}

.profile-info h2 {
	font-size: 24px;
	color: #000000;
	font-weight: 300;
	padding-top: 18px;
}

.profile-info ul {
	padding: 30px 0 20px;
}

.profile-info ul li {
	border-bottom: solid 1px #e2e2e2;
}

.profile-info ul li:last-child {
	border-bottom: none;
}

.profile-info ul li a {
	font-size: 16px;
	color: #80838a;
	font-weight: 400;
	padding: 12px 0;
	display: block;
}

.profile-info ul li a:hover {
	color: #000;
}

.profile-info ul li a span {
	width: 22px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}

.booking-info {}

.booking-info h4 {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 700;
	color: #0c0c0c;
	float: left;
}

.booking-info h4 img {
	margin-right: 7px;
	vertical-align: -3px;
}

.b-date {
	float: right;
	height: 44px;
	background: #30c4f3;
	padding: 10px 15px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	border-radius: 3px;
	color: #fff;
	margin-top: -5px;
}

.booking-staus {
	background: #f4f4f4;
	padding: 25px;
	margin-top: 12px;
}

.booking-table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
}

.booking-table th {
	background: #fff;
	padding: 12px 25px;
	text-align: left;
	color: #5c5c5c;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.booking-table td {
	padding: 20px 25px;
	text-align: left;
	color: #5c5c5c;
	font-size: 14px;
	font-weight: 300;
	border-bottom: solid 1px #e8e8e8;
}

.booking-table th:last-child {
	text-align: center;
}

.booking-table td:last-child {
	text-align: center;
}

.booking-table td span {
	padding: 10px 35px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	background: #30c4f3;
	
	border-radius: 3px;
}

.booking-table td span.Paid {
	background: #029123;
}


.booking-staus h2 {
	font-size: 16px;
	color: #0c0c0c;
	font-weight: 900;
	padding: 0px 0 0 0;
	text-transform: uppercase;
	cursor: pointer;
}

.booking-staus h2 span {
	float: right;
	font-size: 30px;
	line-height: 30px;
	margin: -6px 0 0 auto;
}

.sign-up-sec {
	background: #30c4f3;
	padding: 80px 0 60px;
	position: relative;
}

.sign-up-sec h2 {
	font-size: 48px;
	color: #fff;
	text-shadow: none;
	padding: 0px 0 20px;
	font-weight: 700;
	text-shadow: none;
	line-height: 40px;
	text-align: center;
	font-family: 'rift_softbold';
}

.sign-up-sec p {
	font-size: 24px;
	color: #fff;
	padding: 0px 25px 30px;
	text-shadow: none;
	line-height: 34px;
	display: block;
	text-shadow: none;
	font-weight: 300;
	position: relative;
	text-align: center;
}

.men-img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin-left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	width: 50%;
}

.signup-btn {
	display: table;
	border-radius: 3px;
	background: #4279bd;
	height: 56px;
	border: solid 2px #4279bd;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	margin: 0px auto;
	width: 296px;
	text-transform: uppercase;
}

.testimonial-sec {
	padding: 50px 0;
}

.testimonial-sec h3 {
	font-size: 30px;
	color: #000000;
	text-shadow: none;
	padding: 0px 0 15px;
	font-weight: 700;
	text-shadow: none;
	text-align: center;
	font-family: 'rift_softbold';
}

.testimonial-sec h2 {
	font-size: 34px;
	color: #8b8b8b;
	text-shadow: none;
	padding: 0px 0 10px;
	font-weight: 300;
	text-shadow: none;
	text-align: center;
	letter-spacing: 2px;
}

.s-img {
	text-align: center;
	margin-bottom: 20px;
}

.comment-main {
	border-radius: 3px;
	background: #f4f4f4;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
	padding: 20px;
	margin-top: 30px;
	min-height: 260px;
}

.comment-main:after {
	clear: both;
	display: block;
	content: "";
}

.comment-main .s-img {
	float: left;
	width: 80px;
	margin: 0;
}

.comment-main span {
	float: right;
	color: #949494;
	font-size: 14px;
}

.client-img {
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}

.comment-main h4 {
	font-size: 18px;
	color: #010101;
	font-weight: 700;
	margin-top: 30px;
}

.comment-main p {
	font-size: 14px;
	color: #6c6c6c;
	font-weight: 300;
	line-height: 22px;
	padding-top: 15px;
}

.footer-sec {
	background: #212121;
	padding: 35px 0 35px 0;
}

.footer-sec h2 {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-family: 'riftregular';
}

.nav-bar {
	margin: 0;
	padding: 0;
}

.nav-bar ul {
	list-style: none;
}

.nav-bar ul li {
	margin-bottom: 10px;
}

.nav-bar ul li a {
	color: #d8d8d8;
	font-size: 13px;
	font-weight: 400;
}

.nav-bar ul li a:hover {
	color: #fff;
}

.social-icon {
	padding: 0px 0;
}

.social-icon ul {
	list-style: none;
}

.social-icon ul li {
	float: left;
	margin-right: 10px;
}

.social-icon ul li a {
	background: #000;
	text-align: center;
	width: 42px;
	height: 42px;
	border-radius: 100%;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 42px;
}

.copyright-sec {
	padding: 15px 0 15px 0;
	background: #000;
	text-align: center;
}

.copyright-sec p {
	font-size: 16px;
	color: #fff;
	text-shadow: none;
	font-weight: 300;
	text-transform: uppercase;
}

.mail-info {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	padding-top: 25px;
	padding-bottom: 25px;
}

.mail-info img {
	margin-right: 10px;
}

a.work-btn {
	border-radius: 3px;
	background: #30c4f3;
	padding: 10px 35px;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	display: inline-block;
}

.footer-sec p {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	padding-top: 20px;
	font-weight: 300;
}

.weekend-sec {
	padding: 55px 0 55px 0;
	text-align: center;
}

.weekend-sec h1 {
	font-size: 30px;
	font-family: 'rift_softbold';
	color: #151515;
	text-shadow: none;
}

.weekend-sec p {
	font-size: 34px;
	font-family: 'Lato', sans-serif;
	color: #8b8b8b;
	text-shadow: none;
	font-weight: 300;
	padding: 15px 0 40px 0;
}

.week-img img {
	width: 100%;
}

.family-sec {
	background: url("../images/center-bg.jpg");
	height: 730px;
	background-size: cover;
	position: relative;
}

.f-caption {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	padding-bottom: 0;
	width: 100%;
	height: 100%;
}

.f-caption-b {
	margin: 0 auto;
	display: table;
	width: 100%;
	height: 100%;
}

.f-caption-c {
	margin: 0 auto;
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.f-caption-c img {
	margin: 0 auto;
	display: table;
}

.f-caption-c h2 {
	font-size: 60px;
	font-family: 'rift_softbold';
	color: #fff;
	text-shadow: none;
	text-align: center;
	padding: 55px 0;
}

.destination-sec {
	padding: 55px 0 55px 0;
	text-align: center;
}

.destination-sec h1 {
	font-size: 30px;
	font-family: 'rift_softbold';
	color: #151515;
	text-shadow: none;
}

.destination-sec p {
	font-size: 34px;
	font-family: 'Lato', sans-serif;
	color: #8b8b8b;
	text-shadow: none;
	font-weight: 300;
	padding: 15px 0 40px 0;
}

.destination-img img {
	width: 100%;
}

.margin {
	margin-top: 30px;
}

.insta-sec {
	padding: 20px 0 0px 0;
}

.insta-sec .col-md-2 {
	float: left;
	width: 20%;
	padding: 0;
}

.insta-sec h1 {
	font-size: 30px;
	font-family: 'rift_softbold';
	color: #151515;
	text-shadow: none;
	text-align: center;
	padding: 20px 0 20px 0;
}

.insta-sec img {
	margin: 0 auto;
	display: table;
}

.col-md-2 {
	padding: 0;
}

.subscribe-sec {
	background: #30c4f3;
	padding: 40px 0 40px 0;
}

.subscribe-sec h1 {
	font-size: 30px;
	font-family: 'rift_softbold';
	color: #fff;
	text-shadow: none;
	text-align: center;
	padding: 20px 0 20px 0;
}

.s-inner input.form-control {
	border-radius: 0;
	border: none;
	width: 100%;
	font-size: 14px;
	padding: 10px 20px;
	font-weight: 100px;
	height: 45px;
	text-transform: uppercase;
}

.s-inner input::-webkit-input-placeholder {
	color: #9c9c9c;
}

.s-inner input::-moz-placeholder {
	color: #9c9c9c;
}

.s-inner input:-ms-input-placeholder {
	color: #9c9c9c;
}

.s-inner input:-moz-placeholder {
	color: #9c9c9c;
}

.s-btn {
	background-color: #4279bd;
	color: #fff;
	border-radius: 4px;
	padding: 20px 32px;
	display: table;
	margin: 25px auto;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	width: 210px;
	font-weight: 600;
}

.step {
	background: #30c4f3;
	border-radius: 100%;
	width: 90px;
	height: 90px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: 900;
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 17px 0 0 0;
}

.week-img {
	position: relative;
}

.step span {
	font-size: 20px;
	color: #fff;
	font-family: 'riftregular';
	display: block;
}

.weekend-sec h4 {
	font-size: 24px;
	color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, .10);
	position: absolute;
	left: 25px;
	bottom: 30px;
	font-weight: 900;
}

.hover-info {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	bottom: 0;
	right: 0;
	top: 0;
}

.hover-info-b {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: table;
}

.hover-info-c {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	display: table-cell;
}

.hover-info-c h3 {
	font-size: 30px;
	color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, .10);
	text-align: center;
	font-weight: 900;
}

.hover-info-c h3 a {
	font-size: 30px;
	color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, .10);
	text-align: center;
	font-weight: 900;
}

.form-account p {
	font-size: 18px;
	color: #8b8b8b;
	font-weight: 300;
	padding-bottom: 20px;
}

.submit-btn {
	display: block;
	border-radius: 3px;
	background: #30c4f3;
	height: 50px;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	line-height: 50px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 15px;
	width: 160px;
	text-transform: uppercase;
	float: left;
}

.back-btn {
	display: block;
	border-radius: 3px;
	background: #4379bd;
	height: 50px;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	line-height: 50px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 15px;
	width: 160px;
	text-transform: uppercase;
	float: right;
}

.sign-btn-next {
	border-radius: 3px;
	background: #30c4f3;
	height: 50px;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	line-height: 50px;
	color: #000;
	letter-spacing: 1px;
	width: 200px;
	text-transform: uppercase;
	float: none;
	margin: 25px auto 0;
	display: table;
}

label.find-filed {
	min-height: 45px;
}

.left-inner {
	margin: 0;
	padding: 0;
}

.left-img img {
	width: 100%;
}
.left-img label {
    margin-bottom: 0;
    display: block;
}

.left-bottom {
	padding: 10px 0;
}
.left-bottom label {
	margin-bottom:0;
}

.left-bottom span {
	font-size: 12px;
	color: #2d2d2c;
	font-weight: 900;
	display: inline-block;
	padding: 10px 0 0 0;
}
.ad-price {
	background: #30c4f3;
	padding: 10px 15px;
	float: right;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
}
.left-bottom input[type="checkbox"] {
    margin: 2px 0 0;
    float:left;
}

.pay-btn {
	background-color: #30c4f3;
	color: #fff;
	border-radius: 4px;
	padding: 15px 15px;
	margin: 25px auto;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	width: 127px;
	font-weight: 600;
	margin: 25px 0px 25px 0px;
}
.pay-btn-summary {
    background-color: #029123;
    color: #fff;
    border-radius: 4px;
    padding: 15px 25px;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    width: auto;
    font-weight: 600;
    margin: 25px auto;
    display: table;
}
span.amount-cont{
	font-size:20px;
	color:#000;
	font-weight:700;

}
.p-bottom {
	text-align: center;
}

.p-text {
	margin: 0;
	padding: 0;
}

.p-text h3 {
	display: inline-block;
	color: #242424;
	font-size: 14px;
	text-transform: uppercase;
}

.p-text select {
	height: 40px;
	width: 80px;
	padding: 10px;
}

.p-text p {
	font-size: 18px;
	color: #848484;
	font-weight: 300;
	padding: 20px 0 0;
	line-height: 30px;
}

.p-text strong a {
	font-size: 18px;
	color: #010101;
	font-weight: 900;
	text-decoration: underline;
}

.right-bottom {
	background: #f4f4f4;
	padding: 20px 25px;
}

.right-bottom:after {
	display: block;
	clear: both;
	content: "";
}

.right-bottom h3 {
	font-size: 20px;
	color: #010101;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.summary-table {
	border-collapse: collapse;
	max-width: 100%;
	width: 100%;
	margin-bottom: 20px;
}

.right-bottom h4 {
	font-size: 16px;
	color: #858585;
	font-weight: 900;
	border-bottom: 1px solid #dddcda;
	padding: 0px 0 10px 0;
	margin-bottom:10px;
}

.summary-table tr {
	margin: 0;
	padding: 0;
}

.summary-table td {
	padding: 5px 0 5px 0;
	font-size: 14px;
	color: #1c1d1f;
	font-weight: 300;
}

.summary-table td span {
	font-size: 24px;
	display: inline-block;
	margin-left: 10px;
}

.summary-table td span img {
	vertical-align: middle;
}

.summary-table tr:last-child {
	padding: 0px 0 20px 0;
	border: none;
}

.payment-schedule {
	margin-top: 0;
	padding: 0 0 25px;
}

.payment-schedule td {
	padding: 15px 10px;
	text-align: left;
	color: #5c5c5c;
	font-size: 13px;
	font-weight: 300;
	border-bottom: solid 1px #e8e8e8;
	text-align: center;
}

.payment-schedule td span {
    padding: 10px 10px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background: #cecece;
    border-radius: 3px;
    width: 100px;
    display: inline-block;
    margin: 0 auto;
}
.payment-schedule th {
	background: #000;
	padding: 15px 5px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}
.border{
	padding-bottom:15px;
}
.form-account span label {
    font-size: 14px;
    font-weight: 400;
    color: #6c6c6c;
    display: inline-block;
}
.form-account.checkout  h2{
        font-size: 20px;
    color: #010101;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.mr input[type="tel"]{
	text-align:center;
	padding:10px 5px;
}
.right-img img{
	width:100%;
}
.right-inner {
	transition:all 1s;
}
.right-inner.fixed {
	position: fixed;
	width: 360px;
	top: 0;
	transition:all 1s;
}
.modal-title {
	margin: 0;
	line-height: normal;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
}
.modal-body {
	position: relative;
	padding: 25px;
}
.modal-body p{
	font-size:16px;
	line-height:26px;
	color:#6c6c6c;
}
.modal-header {
	min-height: inherit;
	padding: 20px 25px 20px;
	border-bottom: 1px solid #e5e5e5;
}
.close {
	float: right;
	font-size: 34px;
	font-weight: bold;
	line-height: normal;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
	line-height: 24px;
}
.p-ammount{
	text-align:center;
}
.enter-amount {
	border-bottom: solid 1px #d7d7d7;
	margin: 0 15px 0 0;
	height: 37px;
	font-size: 16px;
	color: #000;
	width:120px;
	text-align:center;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
    display: none;
}

    #loading #loading-image {
        position: relative;
        top: 50%;
        margin: -100px auto auto auto;
        z-index: 1000;
    }

.htmlLoad {
    display: block !important;
}

#message-alert {
    display: none;
    left: 30%;
    line-height: 30px;
    margin-top: 10px;
    position: fixed;
    min-width: 300px;
    width: 40%;
    z-index: 99999999 !important;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

button.close {
    padding: 0;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.showHtml {
    display: block !important;
}

/*.birthdate-input .day {
        width: 30px;
        float: left;
        padding: 4px !important;
    }

    .birthdate-input .month {
        width: 120px;
        float: left;
        margin: 0 8px;
    }

    .birthdate-input .year {
        width: 43px;
        padding: 2px !important;
        margin: 0 !important;
    }*/
	
.s-outer.month {
    width: 42%;
	float: left;
	margin:0 2% 0 0;
}

.s-outer.day {
    width:22%;
	float: left;
	margin:0 2% 0 0;
}
.s-outer.year {
    width:32%;
	float: left;
}
.birthdate-input .s-outer:after {
    position: absolute;
    content: "\f107";
    top: 0;
    right: 10px;
    line-height: 48px;
    color: #000;
    font-size: 15px;
    pointer-events: none;
    font-family: 'FontAwesome';
}
.birthdate-input .form-account select.form-control {
    font-size: 16px;
    font-weight: 300;
    color: #9c9c9c;
    display: block;
    padding: 0px 10px;
    height: 48px;
    box-shadow: none;
    border: solid 1px #e1e1e1;
    margin-bottom: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.middle-sec h2.step {
    font-size: 30px;
    color: #30c4f3;
    padding: 0 0 30px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    background: none;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
}
.booking-staus .bal{
    width: calc(100% - 450px);
    float: right;
    margin-top: 45px;
    text-align: center;
}