#footer-main {
	background-color: #49919D;
	padding-top: 60px;
	padding-bottom: 30px
}

.footer-text h2 {
	font-size: 20px;
	line-height: 26px;
	font-family: 'OpenSans-Bold';
	color: var(--white);
	padding-left: 35px
}

.footer-text ul li i {
	font-size: 23px;
	line-height: 26px;
	font-family: 'OpenSans-Bold';
	color: var(--white)
}

.footer-text ul li span {
	font-size: 16px;
	line-height: 26px;
	font-family: 'OpenSans-Regular';
	color: var(--white);
	padding-left: 35px
}

.footer-text ul li span a {
	font-size: 16px;
	line-height: 26px;
	font-family: 'OpenSans-Regular';
	color: var(--white);
	padding-left: 1px;
	text-decoration: none
}

.footer-text-quick {
	padding-top: 100px
}

.footer-text-quick h2 {
	font-size: 20px;
	line-height: 26px;
	font-family: 'OpenSans-Bold';
	color: var(--white);
	padding-left: 25px
}

.footer-text-quick ul li a {
	font-size: 16px;
	line-height: 26px;
	font-family: 'OpenSans-Regular';
	color: var(--white);
	padding-left: 25px;
	text-decoration: none
}

.footer-text-subs {
	padding-top: 100px
}

.footer-text-subs h2 {
	font-size: 20px;
	line-height: 26px;
	font-family: 'OpenSans-Bold';
	color: var(--white)
}

.footer-text-subs ul li {
	font-size: 16px;
	line-height: 26px;
	font-family: 'OpenSans-Bold';
	color: var(--white);
	text-decoration: none
}

.footer-text-subs .form-control {
	color: var(--white) !important;
	background-color: #00ffff00 !important;
	border: 1px solid var(--white);
	padding: .575rem .75rem
}

.footer-text-subs .form-control::-webkit-input-placeholder {
	color: var(--white);
	font-family: 'OpenSans-Bold'
}

.form-submit .btn-white-light {
	background-color: #fff;
	color: var(--green);
	font-family: 'OpenSans-Regular';
	font-size: 18px;
	border: 1px solid #fff;
	padding: 7px 15px
}

.form-submit .btn-white-light:hover {
	background-color: #fff;
	color: var(--green);
	font-family: 'OpenSans-Regular';
	font-size: 18px;
	border: 1px solid #fff;
	padding: 7px 15px
}

.footer-text-form h2 {
	font-size: 23px;
	line-height: 26px;
	font-family: 'OpenSans-Bold';
	color: var(--white)
}

.footer-text-form .form-control {
	color: var(--white) !important;
	background-color: #0ff0;
	border: 1px solid var(--white);
	padding: .575rem .75rem
}

.footer-text-form .form-control::-webkit-input-placeholder {
	color: var(--white);
	font-family: 'OpenSans-Bold'
}

.footer-text-form .btn-book-white {
	color: var(--green);
	background-color: var(--white);
	font-family: 'OpenSans-Bold';
	font-size: 17px;
	text-align: center;
	width: 100%
}

.footer-text-form .btn-book-white:hover {
	color: var(--green);
	background-color: var(--white);
	font-family: 'OpenSans-Bold';
	font-size: 17px;
	text-align: center;
	width: 100%
}

.footer-text-follow h2 {
	font-size: 20px;
	line-height: 26px;
	font-family: 'OpenSans-Bold';
	color: var(--white)
}

.footer-left li i {
	background-color: #fff;
	color: var(--dark-blue);
	padding: 7px 10px;
	border-radius: 50px
}

.social-icon li a i {
	background-color: #d0e4e794;
	color: #fff;
	font-size: 18px
}

#copyright {
	background-color: var(--blue);
	padding: 20px 20px 5px 0
}

#copyright p {
	color: #fff;
	font-size: 17px;
	font-family: 'OpenSans-Regular'
}

#legal_notice {
	padding: 10px 0;
	background-color: var(--blue);
	color: #fff;
	font-size: 12px;
	font-family: 'OpenSans-Regular'
}

.telephone-float {
	position: fixed;
	bottom: 180px;
	right: 0;
	background-color: var(--blue);
	color: #FFF;
	border-radius: 0;
	text-align: center;
	font-size: 30px;
	z-index: 100;
	width: 50px;
	height: 60px;
	padding-top: 4px
}

.my-float {
	margin-top: 16px
}

.whatsapp-float {
	position: fixed;
	bottom: 120px;
	right: 0;
	background-color: #25D366;
	color: #FFF;
	border-radius: 0;
	text-align: center;
	font-size: 30px;
	z-index: 100;
	width: 50px;
	height: 60px;
	padding-top: 4px
}

.contactus-float {
	position: fixed;
	bottom: 240px;
	right: 0;
	background-color: var(--orange);
	color: #fff;
	border-radius: 0;
	text-align: center;
	font-size: 15px;
	z-index: 100;
	width: 50px;
	height: 140px;
	padding-right: 1px;
	writing-mode: tb-rl;
	transform: rotate(-180deg);
	text-decoration: none;
	vertical-align: middle;
	font-family: 'OpenSans-Bold'
}

.contactus-float:hover {
	background-color: var(--orange)
}