article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}
.navbar-brand {padding: 0;}
audio,
canvas,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

a:focus {
	outline: thin dotted
}

a:active,
a:hover {
	outline: 0
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

mark {
	background: #ff0;
	color: #000
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em
}

pre {
	white-space: pre-wrap
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

button,
input {
	line-height: normal
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

h1 {
	font-size: 72px;
	color: #fff
}

@media(max-width:992px) {
	h1 {
		font-size: 52px
	}
}

@media(max-width:576px) {
	h1 {
		font-size: 40px
	}
}

h2 {
	font-size: 58px;
	color: #3f4b5e
}

@media(max-width:576px) {
	h2 {
		font-size: 34px
	}
}

h3 {
	font-size: 35px;
	color: #3f4b5e
}

@media(max-width:768px) {
	h3 {
		font-size: 27px
	}
}

h4 {
	font-size: 24px;
	color: #3f4b5e
}

h5 {
	font-size: 22px
}

h6 {
	font-size: 18px
}

p {
	font-size: 15px;
	color: #8b9aab
}

.main-block {
	padding: 80px 0
}

header {
	padding: 12px 0
}

.navbar-light .navbar-nav .nav-link {
	color: #3f4b5e;
	padding-right: 36px
}

.navbar-light .navbar-nav .active>.nav-link {
	color: #71bf45
}

.btn-info {
	background: #71bf45;
	border: 2px solid #71bf45;
	padding: 9px 33px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.btn-info:hover {
	background: #71bf45;
	border-color: #71bf45;
}

.input-group-addon {
	padding: .5rem .15rem
}

@media(max-width:992px) {
	.input-group-addon {
		padding: .5rem .75rem
	}
}

.add-on {
	padding: .5rem .75rem;
	border: 2px solid #e2e6e9
}

.countdown-wrap {
	margin-top: 50px;
	padding: 0 20px;
	display: inline-block;
	background: #f65c50;
	border-radius: 3px
}

.countdown {
	text-align: center;
	list-style: none;
	display: inline-block;
	margin: 10px 0 6px;
	padding: 0
}

.countdown li {
	float: left;
	color: #fff;
	font-size: 20px
}

@media(max-width:480px) {
	.countdown li {
		font-size: 16px
	}
}

.countdown li i {
	float: left;
	padding: 5px 8px 0 0;
	color: #fff
}

@media(max-width:480px) {
	.countdown li i {
		font-size: 16px
	}
}

.countdown li span {
	color: #fff;
	float: left;
	padding: 0 2px
}

.countdown li .fa-question-circle {
	padding: 5px 0 0 8px
}

.countdown li p {
	color: #fff;
	float: left;
	font-size: 20px;
	margin: 0;
	padding-right: 6px
}

@media(max-width:480px) {
	.countdown li p {
		font-size: 16px
	}
}

.affix {
	position: fixed;
	top: 90px;
	z-index: 1030;
	width: 18.4%
}

@media(max-width:1200px) {
	.affix {
		width: 26.2%
	}
}

.slider {
	position: relative;
	background: url(../images/landing-img.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 10rem 0
}

.slider:before {
	content: "";
	position: absolute;
	left: 0;
	background: rgba(0, 0, 0, .18);
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 0
}

.slider-content {
	text-align: center
}

@media(max-width:576px) {
	.slider-content {
		top: 164px;
		margin: 0 12px
	}
}

.slider-content h1 {
	margin-bottom: 32px;
	margin-top: 0;
	text-shadow: 1px 1px 55px rgba(0, 0, 0, .47);
	letter-spacing: -2px
}

.slider-content h3 {
	color: #fff;
	line-height: 1.3;
	font-size: 26px;
	text-shadow: 1px 1px 20px rgba(0, 0, 0, .37);
	font-weight: 400;
	max-width: 790px;
	margin: 0 auto
}

@media(max-width:576px) {
	.slider-content h3 {
		font-size: 24px
	}
}

.form-wrap {
	margin: 75px 0 0
}

@media(max-width:576px) {
	.form-wrap {
		margin-top: 50px
	}
}

@media(max-width:992px) {
	.form-wrap .btn-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.form-wrap .btn-form {
		width: 100%
	}
}

.btn-group {
	width: 100%
}

.btn-group input {
	border: 1px solid #e8e8e8
}

.btn-group1 {
	padding: 26px;
	width: 85%
}

@media(max-width:992px) {
	.btn-group1 {
		padding: 16px;
		width: 100%;
		margin-bottom: 1rem
	}
}

.btn-group2 {
	padding: 26px;
	width: 80%
}

@media(max-width:992px) {
	.btn-group2 {
		padding: 16px;
		width: 100%;
		margin-bottom: 1rem
	}
}

.btn-success {
	font-size: 20px;
	font-weight: 700;
	padding: 17px 28px;
	background: #2cce74;
	border: 0
}

.btn-success:hover {
	background: #1fb35f
}

.btn-form {
	font-size: 30px;
	margin-top: 10px;
	padding: 17px;
	width: 30%;
	background: #71bf45;
	color: #fff;
	border: solid 1px #71bf45;
	cursor: pointer
}

.btn-form:focus {
	outline: 0
}

@media(max-width:992px) {
	.btn-form {
		font-size: 20px;
		line-height: 1.8
	}
}

@media(max-width:576px) {
	.btn-form {
		padding: 16px;
		font-size: 20px;
		width: 100%
	}
}

.btn-form i {
	vertical-align: middle
}

.center-block h2 {
	text-align: center;
	color: #3f4b5e;
	margin: 0 0 30px
}

.center-block h2 span {
	color: #71bf45;
	border-bottom: 3px solid #71bf45
}

.center-block h6 {
	text-align: center;
	color: #8b9aab;
	font-weight: 300;
	margin: 10px auto 0;
	line-height: 1.6
}

@media(max-width:992px) {
	.center-block h6 {
		width: 70%
	}
}

@media(max-width:576px) {
	.center-block h6 {
		width: 100%
	}
}

.counter {
	max-width: 100%;
	height: 38px;
	border-right: 2px solid #e2e6e9;
	border-left: 2px solid #e2e6e9;
	border-bottom: 2px solid #e2e6e9;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: bg_base
}

.counter__item {
	position: relative;
	float: left;
	width: 30%;
	height: 100%;
	cursor: pointer
}

.counter__item--center {
	width: 40%;
	border-right: 2px solid #e2e6e9;
	border-left: 2px solid #e2e6e9
}

.counter__minus,
.counter__plus {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
	color: #e2e6e8!important
}

.counter__minus:hover,
.counter__plus:hover {
	color: #10b2e7!important
}

.counter__value {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 0;
	width: 100%;
	font-size: 17px;
	font-weight: 700;
	color: #10b2e7;
	border: 0;
	text-align: center;
	outline: 0;
	background-color: #fff
}

.our-client {
	padding: 26px 0;
	background: #f6fbfc;
	border-bottom: 2px solid #d0f0f4;
	text-align: center
}

.our-client span {
	color: #7e8388;
	text-align: center;
	position: relative;
	padding: 0 70px
}

.our-client span:before {
	content: "";
	position: absolute;
	width: 50px;
	border-bottom: 1px solid #7e8388;
	top: 50%;
	left: 0
}

.our-client span:after {
	content: "";
	position: absolute;
	width: 50px;
	border-bottom: 1px solid #7e8388;
	top: 50%;
	right: 0
}

.our-client ul {
	padding: 0;
	margin: 20px 0 0
}

.our-client ul li {
	list-style: none;
	float: left;
	margin: 0 25px
}

@media(max-width:1200px) {
	.our-client ul li {
		width: 20%;
		margin: 0
	}
}

@media(max-width:768px) {
	.our-client ul li {
		width: 33.3%;
		margin-bottom: 10px
	}
}

@media(max-width:480px) {
	.our-client ul li {
		width: 100%!important
	}
}

@media(max-width:768px) {
	.client-small {
		width: 50%!important;
		margin-bottom: 0!important
	}
}

@media(max-width:480px) {
	.client-small {
		width: 100%!important;
		margin-bottom: 10px!important
	}
}

.howit-wrap {
	text-align: center;
	margin: 70px 0 0
}

.howit-wrap span {
	font-size: 130px;
	color: #71bf45
}

.howit-wrap h4 {
	padding: 32px 12px 0
}

.howit-wrap p {
	font-size: 15px;
	color: #8b9aab
}

@media(max-width:768px) {
	.howit-wrap p {
		padding: 0 20px
	}
}

@media(max-width:768px) {
	.howit-wrap {
		margin: 28px 0 0
	}
}

.testimonial {
	background: #f6fbfc
}

.testi-block {
	position: relative;
	background: #fff;
	border: 3px solid #71bf45;
	text-align: center;
	padding: 29px;
	border-radius: 3px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

@media(max-width:992px) {
	.testi-block {
		padding: 12px
	}
}

.testi-block i {
	font-size: 30px;
	color: #71bf45;
	margin: 0 0 22px
}

.testi-block:after,
.testi-block:before {
	top: 100%;
	left: 53.5%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.testi-block p {
	font-size: 18px
}

@media(max-width:992px) {
	.testi-block p {
		font-size: 15px
	}
}

.testi-block:hover {
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px)
}

.testi-block:after {
	border-color: transparent;
	border-top-color: #fff;
	border-width: 20px;
	margin-left: -31px
}

.testi-block:before {
	border-color: transparent;
border-top-color: #71bf45;
	border-width: 25px;
	margin-left: -36px
}

.testi-title {
	text-align: center;
	margin: 46px 0 0
}

@media(max-width:576px) {
	.testi-title {
		margin: 27px 0 32px
	}
}

.grid {
	position: relative;
	width: 100%;
	max-width: 100%;
	list-style: none;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	min-width: 100%;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	text-align: center;
	cursor: pointer
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: .8
}

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: .7;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	-o-transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0)
}

figure.effect-lily figcaption {
	text-align: left
}

figure.effect-lily figcaption>div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0)
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	-o-transition: transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s
}

figure.effect-lily p {
	color: rgba(255, 255, 255, .8);
	opacity: 0;
	-webkit-transition: opacity .2s, -webkit-transform .35s;
	transition: opacity .2s, -webkit-transform .35s;
	-o-transition: opacity .2s, transform .35s;
	transition: opacity .2s, transform .35s;
	transition: opacity .2s, transform .35s, -webkit-transform .35s
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

figure.effect-lily:hover p {
	-webkit-transition-delay: .05s;
	-o-transition-delay: .05s;
	transition-delay: .05s;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s
}

.service-title {
	background: #71bf45;
	text-align: center;
	padding: 40px 0
}

.service-title h2 {
	color: #fff;
	font-size: 52px;
	font-weight: 300
}

@media(max-width:992px) {
	.service-title h2 {
		font-size: 38px
	}
}

@media(max-width:576px) {
	.service-title h2 {
		font-size: 30px
	}
}

.service-title h2 span {
	border-bottom: 3px solid #fff
}

.service {
	position: relative
}

.service .container {
	pointer-events: none
}

.service img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.service-link {
	margin: 50px 0 50px 50px
}

@media(max-width:768px) {
	.service-link {
		margin-left: 0
	}
}

.service-link h3 span {
	color: #71bf45;
	border-bottom: 3px solid #71bf45
}

.service-link ul {
	margin: 40px 0 0;
	padding: 0
}

.service-link ul li {
	list-style: none
}

.service-link ul li i {
	color: #71bf45;
	padding-right: 12px
}

.service-link ul li a {
	color: #8b9aab;
	line-height: 2.6;
	pointer-events: all;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.service-link ul li a:hover {
	padding-left: 10px;
	text-decoration: none
}

.service-link1 {
	margin-left: 0
}

.img-objectfit {
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media(max-width:768px) {
	.img-objectfit {
		width: 100%;
		position: inherit
	}
}

.img-objectfit_1 {
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media(max-width:768px) {
	.img-objectfit_1 {
		width: 100%;
		position: inherit
	}
}

.booking {
	background: #f6fbfc;
	border-top: 2px solid #d0f0f4
}

.booking h6 {
	width: 55%
}

@media(max-width:992px) {
	.booking h6 {
		width: 80%
	}
}

@media(max-width:768px) {
	.booking h6 {
		width: 100%
	}
}

footer {
	background: #71bf45;
	padding: 50px 0
}

@media(max-width:768px) {
	.foot-box {
		margin: 0 0 36px
	}
}

.foot-box h6 {
	color: #fff;
	margin-bottom: 22px
}

.foot-box ul {
	margin: 0;
	padding: 0
}

.foot-box ul li {
	list-style: none;
	color: #fff;
	line-height: 2
}

.foot-box ul li a {
	color: #fff;
	line-height: 2
}

.subscribe h6 {
	color: #fff;
	margin-bottom: 22px
}

.social-icons {
	margin: 30px 0 0
}

.social-icons a {
	width: 43px;
	height: 43px;
	background: #fff;
	color: #71bf45 !important;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 1
}

.social-icons a i {
	text-align: center;
	display: block;
	padding: 13px 0
}

.social-icons a:hover {
	text-decoration: none;
	opacity: .6
}

.subscribe-form {
	padding: 17px 14px;
	border-radius: 2px;
	border: 2px solid #168d9b
}

.subscribe-form::-webkit-input-placeholder {
	color: #71bf45
}

.form-inline .input-group {
	width: 100%
}

.subscribe-btn {
	background: #168d9b;
	color: #fff;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	cursor: pointer
}

.subscribe-btn:hover {
	background: #1eacbd
}

.subscribe-btn span {
	font-size: 65px;
	line-height: .7
}

@media(max-width:992px) {
	.subscribe-btn span {
		font-size: 25px
	}
}

.copyright {
	text-align: center;
	margin: 24px 0 0
}

.copyright a {
	color: #fff;
	margin: 20px
}

.header-style2 {
	padding: 12px 0;
	background: #fff;
	border-bottom: 1px solid #efefef
}

.header-style2 img {
	margin: 8px 0 0
}

@media(max-width:320px) {
	.header-style2 img {
		display: block
	}
}

.header-style2 span {
	font-weight: 700;
	float: right;
	font-size: 28px
}

@media(max-width:480px) {
	.header-style2 span {
		font-size: 19px;
		margin: 6px 0 0
	}
}

@media(max-width:320px) {
	.header-style2 span {
		float: left
	}
}

.landing-2 {
	background: url(../images/landing-img2.jpg) no-repeat;
	background-size: cover
}

.landing-2 .slider-content h1 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 64px
}

@media(max-width:992px) {
	.landing-2 .slider-content h1 {
		font-size: 50px
	}
}

@media(max-width:576px) {
	.landing-2 .slider-content h1 {
		font-size: 40px
	}
}

.landing-2 .slider-content h1 span {
	position: relative;
	padding: 0 0 12px
}

.landing-2 .slider-content h1 span:after {
	position: absolute;
	content: "";
	background: url(../images/highlight.png) no-repeat;
	bottom: 0;
	left: 0;
	height: 26px;
	width: 100%
}

@media(max-width:480px) {
	.landing-2 .slider-content h1 span:after {
		display: none
	}
}

.landing-2 .slider-content h3 {
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	display: inline-block
}

.landing-2 .slider-content h3:before {
	position: absolute;
	content: "";
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	width: 120px;
	height: 8px;
	left: -136px;
	top: 50%
}

@media(max-width:768px) {
	.landing-2 .slider-content h3:before {
		display: none
	}
}

.landing-2 .slider-content h3:after {
	position: absolute;
	content: "";
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	width: 120px;
	height: 8px;
	right: -136px;
	top: 50%
}

@media(max-width:768px) {
	.landing-2 .slider-content h3:after {
		display: none
	}
}

.landing-2 .slider-content h2 {
	color: #fff;
	font-weight: 700;
	font-size: 100px;
	margin: 60px 0
}

@media(max-width:576px) {
	.landing-2 .slider-content h2 {
		font-size: 70px;
		margin: 20px 0
	}
}

.landing-2 .slider-content h2 .oldprice {
	font-size: 35px;
	position: relative;
	vertical-align: middle
}

@media(max-width:480px) {
	.landing-2 .slider-content h2 .oldprice {
		display: block
	}
}

.landing-2 .slider-content h2 .oldprice:after {
	position: absolute;
	content: "";
	background: url(../images/close.png) no-repeat;
	width: 125px;
	height: 40px;
	left: 50%;
	margin-left: -50px;
	top: 7px
}

.landing-2 .slider-content h2 small {
	font-size: 60px;
	vertical-align: top;
	line-height: 1.6
}

.landing-2 .slider-content h2 .only {
	display: inline-block;
	color: #fff;
	margin: 0;
	font-weight: 400;
	font-size: 30px;
	bottom: 5px
}

.landing-2 .slider-content a {
	font-size: 28px;
	font-weight: 700;
	padding: 17px 28px;
	background: #2cce74;
	border: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

@media(max-width:576px) {
	.landing-2 .slider-content a {
		font-size: 18px;
		padding: 17px 16px
	}
}

.landing-2 .slider-content a:hover {
	background: #35e181
}

.landing-2 .slider-content a:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.landing-2 .slider-content a span {
	font-size: 48px;
	vertical-align: top;
	line-height: .8
}

@media(max-width:576px) {
	.landing-2 .slider-content a span {
		font-size: 28px
	}
}

.landing-2 .slider-content:focus {
	border: 0
}

.howit-work2 h2 {
	font-weight: 700
}

.howit-work2 h2 span {
	color: #1075e7;
	border: 0
}

.howit-work2 h6 {
	color: #7e8388;
	font-weight: 100
}

.howit-block {
	border-bottom: 1px solid #f1f1f1;
	padding: 0 0 70px;
	margin: 0 0 70px
}

.howit-block .howit-wrap span {
	color: #71bf44
}

.howit-block .howit-wrap h4 {
	font-weight: 700
}

.howit-block .howit-wrap p {
	color: #7e8388;
	font-weight: 100
}

.why-choose h2 {
	font-size: 40px;
	margin: 0 0 26px
}

.why-choose p {
	font-size: 19px;
	text-align: center;
	line-height: 1.6;
	color: #7e8388;
	font-weight: 100
}

.why-choose-list {
	padding: 0;
	margin: 28px 0 0
}

@media(max-width:768px) {
	.why-choose-list {
		margin: 0
	}
}

.why-choose-list li {
	list-style: none;
	margin: 0 0 12px
}

.why-choose-list li a i {
	color: #71bf44;
	border: 1px solid #71bf44;
	border-radius: 50%;
	padding: 10px;
	float: left
}

.why-choose-list li p {
	margin-left: 55px;
	line-height: 2;
	color: #7e8388;
	font-size: 18px;
	font-weight: 100;
	text-decoration: none
}

.testimonial {
	background: #fafafa
}

.testimonial h3 {
	text-align: center;
	font-weight: 700;
	position: relative
}

.testimonial h3:after {
	position: absolute;
	content: "";
	width: 60px;
	height: 6px;
	background: #71bf44;
	left: 50%;
	bottom: -17px;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%)
}

.review {
	position: relative;
	background: #fff;
	padding: 24px 0
}

.review i {
	float: left;
	color: #fff;
	background: #bbb;
	padding: 12px;
	font-size: 22px
}

.review p {
	padding: 0 28px 0 77px;
	font-size: 18px;
	color: #7e8388;
	line-height: 1.7;
	font-weight: 100;
	font-style: italic
}

.review:after {
	position: absolute;
	content: "";
	left: 35px;
	width: 0;
	bottom: -30px;
	height: 0;
	border-style: solid;
	border-width: 22px 20px 9px 0;
	border-color: #fff transparent transparent transparent
}

.reviewer-name {
	margin: 30px 0 0
}

@media(max-width:768px) {
	.reviewer-name {
		margin: 18px 0 22px
	}
}

.reviewer-name p {
	color: #3f4b5e;
	font-weight: 700;
	margin: 0
}

.reviewer-name p span {
	font-weight: 100
}

.reviewer-name i {
	font-size: 12px;
	color: #f7c51e
}

.speciality h2 {
	font-weight: 700
}

.speciality h6 {
	color: #7e8388;
	width: 55%
}

@media(max-width:568px) {
	.speciality h6 {
		width: 100%
	}
}

.speciality-img {
	position: realative
}

.speciality-description {
	position: relative;
	margin: -82px auto 0;
	display: block;
	width: 76%;
	background: #fff;
	padding: 20px 12px
}

@media(max-width:992px) {
	.speciality-description {
		width: 90%
	}
}

.speciality-description h5 {
	text-align: center;
	color: #0f91ff;
	font-weight: 700;
	margin-bottom: 26px
}

.speciality-description ul {
	margin: 0;
	padding: 0
}

.speciality-description ul li {
	list-style: none;
	margin: 0 0 16px
}

.speciality-description ul li span {
	color: #71bf44;
	font-size: 40px;
	vertical-align: top;
	line-height: .6;
	float: left
}

.speciality-description ul li p {
	color: #7e8388;
	font-size: 17px;
	margin: 0 0 0 40px
}

.guests {
	background: #fafafa
}

.guests h2 {
	font-weight: 700;
	font-size: 41px
}

@media(max-width:768px) {
	.guests h2 {
		font-size: 32px
	}
}

.guests h6 {
	width: 55%;
	color: #7e8388
}

@media(max-width:768px) {
	.guests h6 {
		width: 70%
	}
}

@media(max-width:576px) {
	.guests h6 {
		width: 100%
	}
}

.footer-style2 {
	text-align: center;
	padding: 50px 0
}

.footer-style2 p {
	font-size: 13px;
	font-weight: 100;
	text-align: center;
	width: 55%;
	color: #7e8388;
	margin: 0 auto;
	line-height: 1.8
}

@media(max-width:768px) {
	.footer-style2 p {
		width: 70%
	}
}

@media(max-width:576px) {
	.footer-style2 p {
		width: 100%
	}
}

.copyright {
	font-size: 16px;
	text-align: center;
	color: #7e8388;
	display: block
}

.private {
	color: #f1f1f1;
	margin: 8px 0 0
}

.private a {
	color: #71bf44;
	text-decoration: none;
	opacity: 1;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.private a:hover {
	opacity: .6
}

.booking-details {
	background: #f7fbfc
}

.booking-details h2 {
	font-size: 40px;
	font-weight: 700;
	margin: 0
}

.booking-details h6 {
	margin: 10px auto 0
}

.set-sm-fit {
	width: 100%
}

@media(max-width:992px) {
	.set-sm-fit {
		max-width: 100%;
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%
	}
}

.preference-title {
	background: #71bf45;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.preference-title h4 {
	color: #fff;
	padding: 28px 40px;
	font-weight: 700;
	margin: 0
}

@media(max-width:1200px) {
	.preference-title h4 {
		font-size: 22px
	}
}

.preferences {
	background: #fff;
	padding: 28px 40px
}

.preference-radio p {
	font-size: 19px
}

@media(max-width:992px) {
	.sm-box {
		width: 50%;
		max-width: 50%!important;
		-webkit-box-flex: 50%!important;
		-ms-flex: 50%!important;
		flex: 50%!important;
		margin: 0 0 17px
	}
}

.sm-box:last-child {
	margin-bottom: 0
}

@media(max-width:576px) {
	.sm-box {
		width: 100%;
		max-width: 100%!important;
		-webkit-box-flex: 100%!important;
		-ms-flex: 100%!important;
		flex: 100%!important;
		margin: 0
	}
}

.styled-radio input[type=radio] {
	position: absolute;
	visibility: hidden;
	display: none
}

.styled-radio label {
	color: #3f4b5e;
	display: inline-block;
	cursor: pointer;
	font-weight: 700;
	padding: 20px;
	width: 100%;
	border: 2px solid #e2e6e7;
	border-radius: 8px;
	text-align: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.styled-radio label:hover {
	border-color: #10b2e7;
	color: #10b2e7
}

.styled-radio input[type=radio]:checked+label {
	color: #10b1e7;
	border: 2px solid #10b1e7!important
}

.styled-radio input[type=radio]:checked~span {
	display: none
}

.styled-radio label+input[type=radio]+label {
	border-left: solid 3px #675f6b
}

.styled-radio .radio-group {
	border: solid 3px #675f6b;
	display: inline-block;
	margin: 20px;
	border-radius: 10px;
	overflow: hidden
}

.radio-disable label {
	color: #e2e6e7
}

.radio-disable label:hover {
	border-color: #e2e6e7;
	color: #e2e6e7;
	cursor: no-drop
}

.styled-radio2 {
	position: relative;
	overflow: hidden;
	border-radius: 8px
}

.styled-radio2 label {
	padding: 15px 10px;
	font-size: 15px;
	overflow: hidden
}

.styled-radio2 label:hover+span {
	opacity: 0
}

.styled-radio2 span {
	position: absolute;
	top: -19px;
	right: -20px;
	font-size: 9px;
	color: #fff;
	border-top-right-radius: 8px;
	padding: 4px;
	background: #ffc05e;
	width: 44px;
	height: 40px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.styled-radio2 span i {
	position: absolute;
	top: 27px;
	right: 17px
}

.radio-offer {
	border: 2px solid #ffc05e!important
}

.radio-offer:hover,
.radio-offer:active {
	border: 2px solid #10b1e7!important
}

.preference-about_home {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 38px 0 0;
	padding: 26px 0;
	display: inline-block;
	width: 100%
}

.preference-about_home h4 {
	font-weight: 600;
	margin: 0;
	display: inline-block;
	line-height: 1.7
}

.payment-icon {
	float: right;
	border: 1px solid #71bf44;
	padding: 3px 16px;
	border-radius: 5px
}

@media(max-width:576px) {
	.payment-icon {
		float: none;
		margin: 10px 0 0
	}
}

.payment-icon i {
	color: #71bf44;
	font-size: 26px;
	vertical-align: top;
	line-height: 1.3
}

.payment-icon p {
	display: inline-block;
	margin: 0 0 0 6px;
	color: #71bf44;
	font-size: 10px
}

.date input {
	border: 2px solid #e2e6e9
}

.preference-icon {
	text-align: center;
	border: 2px solid #e2e6e9;
	padding: 18px;
	margin: 30px 0 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.preference-icon img {
	width: 100px
}

.preference-icon p {
	margin: 6px 0 0;
	font-weight: 700
}

.optional-fade {
	color: #d4d4d4
}

.optinal-textarea {
	border: 2px solid #d4d4d4;
	width: 100%;
	border-radius: 5px;
	height: 135px
}

.houres .counter {
	border-top: 2px solid #e2e6e9;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.houres p {
	font-size: 12px;
	font-weight: 100;
	margin: 12px 0 0;
	display: inline-block
}

.topics {
	padding: 0
}

.topics li {
	list-style: none;
	text-align: center;
	padding: 0 8px 12px 0;
	width: 25%
}

@media(max-width:767px) {
	.topics li {
		width: 50%
	}
	.topics li:nth-child(2n) {
		padding-right: 0
	}
}

.topics li:hover,
.topics li:active,
.topics li:focus {
	border-color: #10b2e7
}

.topics li:last-child {
	padding-right: 0
}

@media(max-width:576px) {
	.topics li {
		width: 100%;
		padding-right: 0
	}
}

.topics li label {
	padding: 10px 0;
	border: 2px solid #e2e6e8;
	border-radius: 5px;
	font-size: 14px;
	text-transform: none;
	letter-spacing: 0;
	margin: 0;
	color: #999;
	top: 50%;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block
}

.topics li label img {
	width: 70px;
	display: block;
	margin: 0 auto
}

.topics li label:hover {
	border-color: #10b2e7;
	cursor: pointer
}

.checked-svg {
	margin: 0 auto;
	display: block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	min-height: 75px
}

.topics input[type=checkbox] {
	display: none
}

.topics input[type=checkbox]:checked+label {
	border-color: #10b2e7;
	color: #10b2e7
}

.topics input[type=checkbox]:checked+label .checked-svg path {
	fill: #10b2e7
}

.topics input[type=checkbox]:checked+label:hover,
.topics input[type=checkbox]:checked+label:active {
	background-color: #fff;
	border-color: #10b2e7
}

.card-details {
	margin: 0 0 10px
}

.card-number {
	border: 2px solid #e2e6e7;
	padding: 20px;
	width: 100%;
	border-radius: 5px
}

.card-number::-webkit-input-placeholder {
	color: #d4d9e0
}

.card-number:-ms-input-placeholder {
	color: #d4d9e0
}

.card-number::placeholder {
	color: #d4d9e0
}

.card-num {
	position: relative
}

.visa-img {
	position: absolute;
	top: 34%;
	right: 8%
}

.terms-reminder label {
	color: #ccc span a;
	color-color: #71bf45
}

.complete-booking {
	background: #88ce43;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding: 17px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	margin: 0;
	-webkit-appearance: none!important;
	border: 0
}

.complete-booking:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0
}

.complete-booking:hover {
	color: #fff;
	text-decoration: none;
	background: #98e24f
}

.complete-booking span {
	margin-right: 10px
}

@media(max-width:480px) {
	.complete-booking {
		font-size: 18px
	}
}

.fesilities {
	background: #fff;
	padding: 11px 34px 0
}

.fesilities ul {
	padding: 0;
	margin: 0
}

.fesilities ul li {
	list-style: none;
	color: #bbbebd;
	margin: 25px 0;
	width: 100%
}

.fesilities ul li i {
	font-size: 24px;
	float: left
}

.fesilities ul li p {
	margin: 0 0 0 36px
}

.fesilities h4 {
	font-weight: 700;
	border-top: 1px solid #e2e6e7;
	padding: 24px 0;
	margin: 0
}

.fesilities h4 span {
	color: #10b2e7;
	font-size: 36px;
	float: right;
	line-height: .6
}

.sticky {
	position: fixed;
	background-color: #71bf45;
	top: 0;
	width: 100%;
}
.navbar .btn.btn-info:hover {
background: #013f7c;
border-color: #013f7c;
color: #ede80a;
}
@media (min-width: 992px){
.navbar-expand-lg {
    max-height: 94px !important;
}
}

