@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');

body{
	font-family: 'Poppins', sans-serif;
}

a, input, select, textarea{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover{
	text-decoration: none;
}


ul, ol{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.buttonStyle{
	border: 1px solid #C0C0C0;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	color: #555;

	border-radius: 5px;
}

.buttonStyle:hover{
	background-color: #9757a3;
	color: #eee;
	border-color: #9757a3
}

.smallButtonStyle{
	border: 1px solid #C0C0C0;
	padding: 5px 20px;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	color: #555;

	border-radius: 5px;
}

.smallButtonStyle:hover{
	background-color: #FF1493;
	color: #eee;
	border-color: #FF1493
}

.colorWhite{
	color: #fff;
}


.mainHeading{
	font-size: 19px;
	margin: 10px 0;
	font-weight: 500;
}

.mainHeadingSmall{
	font-size: 16px;
	margin: 10px 0;
	font-weight: 500;
}

.formatSmall{
	font-size: 14px;
}

#header{

}

.topArea{
	font-size: 13px;
	padding: 10px 0;
	border-bottom: 1px solid #ebebeb;
}

.topArea p{
	margin: 7px 0 0 0px;
	color: #555;
	font-weight: 400;
}

.topArea p i{
	font-size: 16px;
}

.topArea a{
	color: #555;
	display: inline-block;
	margin: 5px 0 0 0;
}

.topArea a:hover{
	color: rgb(15, 107, 170)
}

.socialNav li{
	display: inline-block;
	text-align: center;
}

.socialNav li a{
	border-radius: 5px;
}

.socialNav li:nth-child(1) a{
	background-color: white;
	color: #3b5998;
	border: 1px solid #3b5998;
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	margin: 0 1px;
}

.socialNav li:nth-child(1) a:hover{
	background-color: #3b5998;
	color: white;
}

.socialNav li:nth-child(2) a{
	color: #0084b4;
	background-color: white;
	border: 1px solid #0084b4;
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	margin: 0 1px;
}

.socialNav li:nth-child(2) a:hover{
	background-color: #0084b4;
	color: white;
}

.socialNav li:nth-child(3) a{
	color: #2e6b94;
	background-color: white;
	border: 1px solid #2e6b94;
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	margin: 0 1px;
}

.socialNav li:nth-child(3) a:hover{
	background-color: #2e6b94;
	color: white;
}

.socialNav li:nth-child(4) a{
	color: #d34836;
	background-color: white;
	border: 1px solid #d34836;
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	margin: 0 1px;
}

.socialNav li:nth-child(4) a:hover{
	background-color: #d34836;
	color: white;
}

.socialNav li:nth-child(5) a{
	color: #c8232c;
	background-color: white;
	border: 1px solid #c8232c;
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	margin: 0 1px;
}

.socialNav li:nth-child(5) a:hover{
	background-color: #c8232c;
	color: white;
}

.socialNav li:nth-child(6) a{
	color: #3f729b;
	background-color: white;
	border: 1px solid #3f729b;
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	margin: 0 1px;
}

.socialNav li:nth-child(6) a:hover{
	background-color: #3f729b;
	color: white;
}

.logoArea{
	padding: 20px 0;
}

.logoArea img{
	display: inline-block;
}

.logoArea .buttonStyle:link, .logoArea .buttonStyle:visited{
	background-color: #f58220;
	color: white;
}

.logoArea .buttonStyle:hover, .logoArea .buttonStyle:active{
	background-color: #9757a3;
}

#navigation{
	background-color: #eee;
	position: relative;
	z-index: 3;
}

.navbar{
	padding: 0px;
}

.navbar-light .navbar-nav .nav-link{
	color: #28272F;
	text-transform: uppercase;
	padding: 15px 10px 10px;
	margin: 0 16px;
	border-bottom: 2px solid #eee
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	border-color: #FF1493;
	color: #FF1493
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	border-color: #FF1493;
	color: #FF1493
}

#navbarSupportedContent ul li{
	position: relative;
}

#navbarSupportedContent ul li ul{
	position: absolute;
	background-color: #eee;
	width: 200px;
	text-transform: uppercase;
	height: 0px;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#navbarSupportedContent ul li:hover ul{
	height: auto;
}

#navbarSupportedContent ul li ul li a{
	display: block;
	padding: 10px 20px;
	color: #28272F;
}

#navbarSupportedContent ul li ul li a:hover{
	background-color: #FF1493;
	color: #eee;
}

#mainSlider{
	position: relative;
	z-index: 2;
}

.tabsArea{
	position: absolute;
	top: 30%;
	left: 14%;
}

.tabs {
	width: 400px;
	list-style: none;
	position: relative;
}
.tabs li {
  float: left;
  display: block;
}
.tabs input[type="radio"] {
  position: absolute;
  top: 0;
  left: -9999px;
}
.tabs label {
  display: block;
  padding: 14px 30px;
  border-radius: 2px 2px 0 0;
  font-size: 13px;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  background: #28272F;
  cursor: pointer;
  position: relative;
  top: 4px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tabs .tab-content {
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  padding: 15px 5px;
  position: absolute;
  top: 53px;
  left: 0;
  background: white;
}
.tabs [id^="tab"]:checked + label {
  top: 0;
  padding-top: 17px;
  background: white;
  color: #28272F;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block;
}

.tabs form{
	font-size: 13px;
}

.tabs form label{
	background: none;
  	color: #28272F;
  	padding: 0px;
}

.tabs form input[type="text"], .tabs form input[type="date"], .tabs form select{
	padding: 5px;
	width: 100%;
	margin: 0 0 5px 0;
	border: 1px solid #C0C0C0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.tabs form input[type="text"]:focus, .tabs form input[type="date"]:focus, .tabs form select:focus{
	border-color: rgb(15, 107, 170);
	outline: none;
}

.tabs form input[type="submit"]{
	border: 1px solid #C0C0C0;
	padding: 5px 20px;
	font-weight: 500;
	display: inline-block;
	color: #555;
	margin: 10px 0 0 0;
	cursor: pointer;
	background-color: transparent;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.tabs form input[type="submit"]:hover{
	background-color: #FF1493;
	color: #eee;
	border-color: #FF1493
}

#infoSection{
	padding: 20px 0;
	background-color: #f5f5f5;
	border-bottom: 1px solid #eee;
}

#infoSection li{
	display: inline-block;
	width: 12.5%;
	margin: 0 .5%;
}

#infoSection .mainHeading{
	background-color: white;
	padding: 20px 0;
	font-size: 15px;

	border-radius: 5px;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#infoSection .mainHeading:hover{
	-webkit-box-shadow: 0 3px 10px 0 #ddd;
	box-shadow: 0 3px 10px 0 #ddd;
}

#popularPackages{
	padding: 100px 0;
}

#popularPackages h2{
	font-size: 30px;
	position: relative;
	margin: 0 0 40px 0;
}

.allToursLink{
	font-size: 16px;
	font-weight: 500;
	color: #28272F;
	float: right;
	position: relative;
	z-index: 3;
	margin: 2px 0 0 0;
	border-bottom: 3px solid #C0C0C0;
	padding: 0 0 2px 0;
}

.allToursLink:hover{
	border-color: #FF1493;
	color: #FF1493
}

#popularPackages h2:after{
	content: "";
	position: absolute;
	right: 20%;
	top: 14px;
	width: 45%;
	height: 3px;
	border-bottom: 1px solid #FF1493;
	border-top: 1px solid #C0C0C0;
	z-index: 2;
}

.packagesBox{
	padding: 10px;
	border: 1px solid #C0C0C0;
	background-color: white;
	border-radius: 5px;
	margin-bottom: 30px;
}

.packagesBox p{
	text-align: justify;
}

.packageBoxPic{
	position: relative;
	overflow: hidden;
}

.packagesBox .mainHeading{
	color: #9757a3
}

.packageBoxPic:after{
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(255, 20, 147, 0.4);

	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;

	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.packageBoxPic:before{
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	background-color: rgba(255, 20, 147, 0.8);

	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.packageBoxPic:hover:after{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.packageBoxPic:hover:before{
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 0px;
}

.packageBoxPic a{
	position: absolute;
	color: #C0C0C0;
	display: inline-block;
	padding: 5px 15px;
	top: 41%;
	left: 30%;
	z-index: 10;
	border: 2px solid #C0C0C0;

	border-radius: 5px;

	-moz-transform: translateY(300px);
	-webkit-transform: translateY(300px);
	-o-transform: translateY(300px);
	-ms-transform: translateY(300px);
	transform: translateY(300px);
}

.packageBoxPic a:hover{
	background-color: white;
	color: #FF1493;
}

.packageBoxPic:hover a{
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.priceSec{
	font-size: 25px;
	color: #FF1493;
	margin: -5px 0 0 0;
}

.priceSec del{
	font-size: 15px;
	color: #C0C0C0
}

#popularPackages .owl-carousel .owl-nav, #ourHotels .owl-carousel .owl-nav, #services .owl-carousel .owl-nav{
	position: absolute;
	top: 45%;
	width: 100%;
}

#popularPackages .owl-carousel .owl-nav .owl-prev, #ourHotels .owl-carousel .owl-nav .owl-prev, #services .owl-carousel .owl-nav .owl-prev{
	text-indent: -9999px;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	border: 1px solid #C0C0C0;
	left: -45px;
	top: 0px;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#popularPackages .owl-carousel .owl-nav .owl-prev:after, #ourHotels .owl-carousel .owl-nav .owl-prev:after, #services .owl-carousel .owl-nav .owl-prev:after{
	content: "\f100";
	font-family:'FontAwesome';
	position: absolute;
	left: 40%;
	top: 20%;
	color: #C0C0C0;
	text-indent: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#popularPackages .owl-carousel .owl-nav .owl-prev:hover, #ourHotels .owl-carousel .owl-nav .owl-prev:hover, #services .owl-carousel .owl-nav .owl-prev:hover{
	background-color: #FF1493;
	border-color: #FF1493;
}

#popularPackages .owl-carousel .owl-nav .owl-prev:hover:after, #ourHotels .owl-carousel .owl-nav .owl-prev:hover:after, #services .owl-carousel .owl-nav .owl-prev:hover:after{
	color: white;
}

#popularPackages .owl-carousel .owl-nav .owl-next, #ourHotels .owl-carousel .owl-nav .owl-next, #services .owl-carousel .owl-nav .owl-next{
	text-indent: -9999px;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	border: 1px solid #C0C0C0;
	left: 100%;
	top: -45px;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#popularPackages .owl-carousel .owl-nav .owl-next:after, #ourHotels .owl-carousel .owl-nav .owl-next:after, #services .owl-carousel .owl-nav .owl-next:after{
	content: "\f101";
	font-family:'FontAwesome';
	position: absolute;
	left: 40%;
	top: 20%;
	color: #C0C0C0;
	text-indent: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#popularPackages .owl-carousel .owl-nav .owl-next:hover, #ourHotels .owl-carousel .owl-nav .owl-next:hover, #services .owl-carousel .owl-nav .owl-next:hover{
	background-color: #FF1493;
	border-color: #FF1493;
}

#popularPackages .owl-carousel .owl-nav .owl-next:hover:after, #ourHotels .owl-carousel .owl-nav .owl-next:hover:after, #services .owl-carousel .owl-nav .owl-next:hover:after{
	color: white;
}

#services{
	padding: 100px 0;
	background-color: #eee;
	border: 1px solid #ccc;
}

#services h1{
	font-size: 30px;
	position: relative;
	margin: 0 0 40px 0;
}

#services h1:after{
	content: "";
	position: absolute;
	right: 15%;
	top: 14px;
	width: 62%;
	height: 3px;
	border-bottom: 1px solid #FF1493;
	border-top: 1px solid #C0C0C0;
	z-index: 2;
}
.mainBox{
	background-color: white;
	border-radius: 5px;
	overflow: hidden;
}

.mainBox .mainHeading{
	font-size: 15px;
	margin: 10px 0 10px 10px;
}

.mainBox p{
	font-size: 14px;
	padding: 0 10px 10px 10px;
}

#ourHotels{
	padding: 100px 0;
}

#ourHotels h2{
	font-size: 30px;
	position: relative;
	margin: 0 0 40px 0;
}

#ourHotels h2:after{
	content: "";
	position: absolute;
	right: 15%;
	top: 14px;
	width: 62%;
	height: 3px;
	border-bottom: 1px solid #FF1493;
	border-top: 1px solid #C0C0C0;
	z-index: 2;
}

#testimonials{
	background-color: #F7F8FA;
	padding: 100px 0;
}

#testimonials h4{
	margin-bottom: 50px;
}

#testimonials h4 a{
	color: #212529;
}

#testimonials blockquote{
	background-color: white;
	padding: 30px;
	border: 1px solid #C0C0C0;
	border-radius: 5px;
}

#testimonials blockquote p{
	font-size: 15px;
}

#footer{
	padding: 0px 0 0;
	background-color: #f58220;
}

.subscribe{
	position: relative;
}

.subscribe input[type="email"]{
	width: 100%;
	padding: 10px;
	background-color: transparent;
	border: none;
	border-bottom: 3px solid white;
	color: white;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.subscribe input[type="email"]:focus{
	outline: none;
	color: white;
	border-bottom: 3px solid #9757a3;
}

.subscribe input[type="submit"]{
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: transparent;
	border: none;
	border-bottom: 6px solid white;
	color: white;
	font-weight: 600;
	font-size: 21px;
	cursor: pointer;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.subscribe input[type="submit"]:hover{
	color: #9757a3;
	border-color: #9757a3
}

.newsUpdate{
	font-size: 16px;
	color: white;
	margin: 15px 0 0 0;
}

.footHeading{
	font-size: 19px;
	font-weight: 500;
	margin: 50px 0 15px 0;
	color: white
}

.footHeading a{
	color: white
}

.footerLinks{
	font-size: 14px;
}

.footerLinks li a{
	color: white;
	padding: 5px 0;
	display: inline-block;
}

.footerLinks li a:hover{
	color: #9757a3
}

.socialBox{
	margin: 50px 0 0 0;
}

.socialBox a i{
	font-size: 30px;
	color: #fff;
	border-radius: 50px;
	width: 60px;
	height: 60px;
	line-height: 55px;
	border:2px solid white;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.socialBox .footerFacebook a:hover i{
	background-color: #3b5998;
}

.socialBox .footerFacebook .tooltip{
	background-color: #3b5998;
}

.socialBox .footerFacebook .tooltip::after{
	border-color: #3b5998 transparent transparent transparent;
}

.socialBox .footerTwitter a:hover i{
	background-color: #0084b4;
}

.socialBox .footerTwitter .tooltip{
	background-color: #0084b4;
}

.socialBox .footerTwitter .tooltip::after{
	border-color: #0084b4 transparent transparent transparent;
}

.socialBox .footerLinkedin a:hover i{
	background-color: #2e6b94;
}

.socialBox .footerLinkedin .tooltip{
	background-color: #2e6b94;
}

.socialBox .footerLinkedin .tooltip::after{
	border-color: #2e6b94 transparent transparent transparent;
}

.socialBox .footerInstagram a:hover i{
	background-color: #3f729b;
}

.socialBox .footerInstagram .tooltip{
	background-color: #3f729b;
}

.socialBox .footerInstagram .tooltip::after{
	border-color: #3f729b transparent transparent transparent;
}

.socialBox .footerPinterest a:hover i{
	background-color: #c8232c;
}

.socialBox .footerPinterest .tooltip{
	background-color: #c8232c;
}

.socialBox .footerPinterest .tooltip::after{
	border-color: #c8232c transparent transparent transparent;
}

.socialBox .footerGooglePlus a:hover i{
	background-color: #d34836;
}

.socialBox .footerGooglePlus .tooltip{
	background-color: #d34836;
}

.socialBox .footerGooglePlus .tooltip::after{
	border-color: #d34836 transparent transparent transparent;
}

.footerBottom{
	padding: 20px 0 5px 0;
	background-color: #fff;
	margin: 50px 0 0 0;
	font-size: 13px;
}

#breadCrumb{
	padding: 20px 0;
	background-image: url(../images/breadback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-box-shadow: 0 1px 1px 1px #ccc;
	box-shadow: 0 1px 1px 1px #ccc;
}

#breadCrumb .mainHeading{
	margin-bottom: 0px;
}

#breadCrumb .mainHeading i{
	color: #f58220
}

.breadcrumb{
	background-color: transparent;
	font-size: 13px;
}

.breadcrumb-item{
	float: none;
	display: inline-block;
}

#contentArea{
	padding: 50px 0 0;
}

.widgetBox{
	background-color: #fbfbfb;
	border: 1px solid #e5e5e5;
	width: 100%;
	padding: 20px;
	margin-bottom: 30px;
	font-size: 13px;
	border-radius: 5px;
}

.widgetBox h6 a{
	color: #212529;
	font-size: 15px;
}

.widHead{
	font-size: 17px;
	font-weight: 500;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}

.talkExpert{
	font-size: 13px;
	color: #999;
}

.talkExpert a{
	color:#999;
}

.talkExpert a:hover{
	color: #f58220;
}

.talkExpert i{
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 30px;
	text-align: center;
	line-height: 30px;
	color: #777;
}

.talkExpert span{
	text-transform: uppercase;
	color: #222;
}

.talkExpert .row{
	margin-bottom: 20px;
}

.nopadding{
	padding: 0px;
}

.b-gallery-thumbs {
	margin-top: 20px;
	padding: 0 30px;
}
.b-gallery-thumbs .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -15px;
	position: absolute;
}
.b-gallery-thumbs .owl-prev,
.b-gallery-thumbs .owl-next {
	top: 0;
	position: absolute;
	width: 30px;
	height: 30px;
	transform: rotate(-45deg);
	border: 3px solid transparent;
}
.b-gallery-thumbs .owl-prev {
	left: 0;
	border-left: 3px solid #aaa;
	border-top: 3px solid #aaa;
}
.b-gallery-thumbs .owl-next {
	border-right: 3px solid #aaa;
	border-bottom: 3px solid #aaa;
	right: 0;
}

.tourTabsArea{
	margin: 50px 0;
	font-size: 15px;
}

.cd-tabs {
  position: relative;
  width: 100%;
}
.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs::after {
  /* subtle gradient layer on top right - to indicate it's possible to scroll */
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  background: -webkit-linear-gradient( right , #f8f7ee, rgba(248, 247, 238, 0));
  background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.no-cssgradients .cd-tabs::after {
  display: none;
}
.cd-tabs.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-tabs nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #f8f7ee;
  box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}
@media only screen and (min-width: 768px) {
  .cd-tabs::after {
    display: none;
  }
  .cd-tabs nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
    z-index: 1;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs nav {
    position: relative;
    float: none;
    background: transparent;
    box-shadow: none;
  }
}

.cd-tabs-navigation {
  width: 360px;
}
.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs-navigation li {
  float: left;
}
.cd-tabs-navigation a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 13px;
  font-size: 0.75rem;
  padding: 10px 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  color: #c3c2b9;
}
.no-touch .cd-tabs-navigation a:hover {
  color: #29324e;
  background-color: rgba(233, 230, 202, 0.3);
}
.cd-tabs-navigation a.selected {
  background-color: #ffffff !important;
  box-shadow: inset 0 2px 0 #f05451;
  color: #29324e;
}
.cd-tabs-navigation a::before {
  /* icons */
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -10px;
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url("../img/vicons.svg");
  background-repeat: no-repeat;
}
.cd-tabs-navigation a[data-content='inbox']::before {
  background-position: 0 0;
}
.cd-tabs-navigation a[data-content='new']::before {
  background-position: -20px 0;
}
.cd-tabs-navigation a[data-content='gallery']::before {
  background-position: -40px 0;
}
.cd-tabs-navigation a[data-content='store']::before {
  background-position: -60px 0;
}
.cd-tabs-navigation a[data-content='settings']::before {
  background-position: -80px 0;
}
.cd-tabs-navigation a[data-content='trash']::before {
  background-position: -100px 0;
}
.cd-tabs-navigation a[data-content='inbox'].selected::before {
  background-position: 0 -20px;
}
.cd-tabs-navigation a[data-content='new'].selected::before {
  background-position: -20px -20px;
}
.cd-tabs-navigation a[data-content='gallery'].selected::before {
  background-position: -40px -20px;
}
.cd-tabs-navigation a[data-content='store'].selected::before {
  background-position: -60px -20px;
}
.cd-tabs-navigation a[data-content='settings'].selected::before {
  background-position: -80px -20px;
}
.cd-tabs-navigation a[data-content='trash'].selected::before {
  background-position: -100px -20px;
}
@media only screen and (min-width: 768px) {
  .cd-tabs-navigation {
    /* move the nav to the left on medium sized devices */
    width: 80px;
    float: left;
  }
  .cd-tabs-navigation a.selected {
    box-shadow: inset 2px 0 0 #f05451;
  }
  .cd-tabs-navigation a::before {
    top: 22px;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs-navigation {
    /* tabbed on top on big devices */
    width: auto;
    background-color: #f8f7ee;
    box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
  }
  .cd-tabs-navigation a {
    width: auto;
    text-align: left;
    font-size: 13px;
    text-transform: uppercase;
    font-size: 0.875rem;
    padding: 15px 25px;
    display: inline-block;
  }
  .cd-tabs-navigation a.selected {
    box-shadow: inset 0 2px 0 #FF1493;
  }
  .cd-tabs-navigation a::before {
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
    left: 38px;
  }
}

.cd-tabs-content {
  background: #ffffff;
}
.cd-tabs-content li {
  display: none;
  padding: 1.4em;
}
.cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}
@media only screen and (min-width: 768px) {
  .cd-tabs-content {
    min-height: 480px;
  }
  .cd-tabs-content li {
    padding: 2em 2em 2em 7em;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs-content {
    min-height: 0;
  }
  .cd-tabs-content li {
    padding: 1em 0;
  }
  .cd-tabs-content li p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#exampleAccordion .item{
	border-bottom: 1px solid #eee
}

#exampleAccordion .item a{
	font-size: 14px;
	color: #333;
}

#exampleAccordion .item a span{
	font-size: 14px;
	color: #333;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	border: 1px solid #C0C0C0;
	margin: 0 10px 0 0;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#exampleAccordion .item a span i{
	font-style: normal;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#exampleAccordion .item a:hover span{
	background-color: #FF1493;
	border-color: #FF1493;
}

#exampleAccordion .item a:hover span i{
	color: #eee;
}

.formStyle{

	font-size: 14px;
}

.formStyle input[type="text"], .formStyle input[type="email"], .formStyle input[type="tel"], .formStyle input[type="date"], .formStyle select, .formStyle textarea, .formStyle input[type="number"]{
	padding: 7px;
	width: 100%;
	margin-bottom: 7px;
	border: 1px solid #C0C0C0;
}

.formStyle input[type="text"]:focus, .formStyle input[type="email"]:focus, .formStyle input[type="tel"]:focus, .formStyle input[type="date"]:focus, .formStyle select:focus, .formStyle textarea:focus, , .formStyle input[type="number"]:focus{
	outline: none;
	border-color: #FF1493
}

.formStyle input[type="submit"]{
	border: 1px solid #f68220;
	padding: 7px 20px;
	font-weight: 500;
	display: inline-block;
	color: #eee;
	margin: 0px 0 0 0;
	cursor: pointer;
	background-color: #f68220;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.formStyle input[type="submit"]:hover{
	background-color: transparent;
	border-color: #c0c0c0;
	color: #555;
}

.darkFormStyle .formStyle input[type="submit"]{
	background-color: #9757a3;
}

.darkFormStyle .formStyle input[type="submit"]:hover{
	background-color: #d1680f;
	color: white;
}

.queryFormBack{
	background-color: #f5f5f5;
	padding: 50px;
	border: 1px solid #C0C0C0;
}

.queryFormBack .mainHeading{
	border-bottom: 3px solid #FF1493;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 30px; 
}

.owl-carousel .owl-stage-outer{
	z-index: 99;
}

.darkFormStyle{
	background-color: #f58220;
	padding: 15px;
}

.darkFormStyle h5{
	color: #fff;
	margin-bottom: 20px;
}

.darkFormStyle label{
	color: #fff;
}

.tableStyle{
	width: 100%;
	margin-bottom: 20px;
}

.tableStyle tr td{
	padding: 3px;
	border-bottom: 1px solid #C0C0C0;
}

/*Custom checkbox*/
 .check-box {
    width: 22px;
    height: 22px;
    top: 5px;
    cursor: pointer;
    display: inline-block;
    margin: 2px 2px 0 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    border: 1px solid #ccc;
}
.check-box i {
    background: url('../images/check_mark.png') no-repeat center center;
    position: absolute;
    left: 3px;
    bottom: -15px;
    width: 16px;
    height: 16px;
    opacity: .5;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    -webkit-transform:rotateZ(-180deg);
    -moz-transform:rotateZ(-180deg);
    -o-transform:rotateZ(-180deg);
    transform:rotateZ(-180deg);
}
.checkedBox {
    -moz-box-shadow: inset 0 0 5px 1px #ccc;
    -webkit-box-shadow: inset 0 0 5px 1px #ccc;
    box-shadow: inset 0 0 5px 1px #ccc;
    border-bottom-color: #fff;
}
.checkedBox i {
    bottom: 2px;
    -webkit-transform:rotateZ(0deg);
    -moz-transform:rotateZ(0deg);
    -o-transform:rotateZ(0deg);
    transform:rotateZ(0deg);
}
/*Custom radio button*/
 .radio-btn {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 3px 2px 0 0;
    top: 4px;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #ccc;
    box-shadow: 0 0 1px #ccc;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}
.checkedRadio {
    -moz-box-shadow: inset 0 0 5px 1px #ccc;
    -webkit-box-shadow: inset 0 0 5px 1px #ccc;
    box-shadow: inset 0 0 5px 1px #ccc;
}
.radio-btn i {
    border: 1px solid #E1E2E4;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 4px;
    top: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.checkedRadio i {
    background-color: #898A8C;
}

.formHighLight{
	background-color: white;
	padding: 20px 0;
	border: 1px solid #ccc;
	margin: 10px 0;
}

.ui-datepicker-header{
	background-color: #FF1493;
	color: white;
	text-align: center;
	position: relative;
	padding: 10px 0;
}

.ui-datepicker-prev{
	position: absolute;
	left: 10px;
	top: 18%;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: white;
	text-indent: -9999px;
	background-image: url(../images/left-arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.ui-datepicker-next{
	position: absolute;
	right: 10px;
	top: 18%;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: white;
	text-indent: -9999px;
	background-image: url(../images/right-arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.ui-datepicker-calendar{
	width: 250px;
	background-color: white;
}

.ui-datepicker-calendar tr th{
	padding: 5px;
	color: #333;
	text-align: center;
}

.ui-datepicker-calendar tr td span{
	padding: 5px;
	color: #ccc;
	display: block;
	text-align: center;
}

.ui-datepicker-calendar tr td a{
	padding: 5px;
	color: #333;
	display: block;
	text-align: center;
}

.ui-datepicker-calendar tr td a:hover{
	background-color: #FF1493;
	color: white;
}

.ui-datepicker-group-first{
	width: 50%;
	float: left;
	border: 1px solid #FF1493;
	background-color: white
}

.ui-datepicker-group-last{
	width: 50%;
	float: left;
	border: 1px solid #FF1493;
	background-color: white
}



/*tooltip Box*/
.con-tooltip {
	position: relative;
	padding: 0 20px;
	margin: 0px;
	display: inline-block;
	transition: all 0.3s ease-in-out;
	cursor: default;
}

/*tooltip */
.tooltip {
	visibility: hidden;
	z-index: 1;
	opacity: .40;
	width: 100%;
	padding: 0px 0px;
	background: #ff1493;
	color: white;
	position: absolute;
	top:-80%;
	left: 0%;
	transform: translateY(9px);
	text-align: center;
	transition: all 0.3s ease-in-out;
}

.tooltip::after {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12.5px 0 12.5px;
	border-color: #ff1493 transparent transparent transparent;
	position: absolute;
	left: 40%;
}

.tooltip p{
	margin-bottom: 5px;
}

.con-tooltip:hover .tooltip{
	visibility: visible;
	transform: translateY(-10px);
	opacity: 1;
	transition: .3s linear;
	animation: odsoky 1s ease-in-out infinite  alternate;
}

@keyframes odsoky {
  0%{
    transform: translateY(6px);	
  }

  100%{
    transform: translateY(1px);	
  }

}

.top:hover {
	transform: translateY(-6px);
}

.paddingRightLeft{
	padding-left: 20px;
	padding-right: 20px;
}

.yesNoOption{
	display: none;
}

.yesNoOptionActive{
	background-color: #9757a3 !important;
}

#yesOption{
	background-color: #f58220;
	width: 50px;
	height: 20px;
	color: white;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

#noOption{
	background-color: #f58220;
	width: 50px;
	height: 20px;
	color: white;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.charter-flight{
	background-image: url(../images/charter-flight-request.jpg) !important;
	padding: 50px 0 !important;
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    background-color: #9757a3;
    text-align: center;
    line-height: 40px;
    z-index: 999;
}

.scrollup i{
	color: white;
	font-size: 20px;
	margin-top: 8px;
}

.spaPackagesBox{
	border: 1px solid #ccc;
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
}

.spaPackagesBox .mainHeading{
	color: #9757a3;
	margin-top: 0px;
}

.spaPicWrap{
	position: relative;
	overflow: hidden;
	height: 263px;
	margin-bottom: 20px;
}

.spaPicWrap img{
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.spaPicWrap:hover img{
	-moz-transform: scale(1.4) rotate(-10deg);
	-webkit-transform: scale(1.4) rotate(-10deg);
	-o-transform: scale(1.4) rotate(-10deg);
	-ms-transform: scale(1.4) rotate(-10deg);
	transform: scale(1.4) rotate(-10deg);
}

.listStyle li{
	padding: 10px 20px;
	display: block;
	border-bottom: 1px solid #ccc;
	color: #333;
	position: relative;
}	

.listStyle li:after{
	font-family: 'FontAwesome';
	content: "\f101";
	position: absolute;
	color: #333;
	font-size: 18px;
	top: 18%;
	left: 0%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/*
	Spa CSS
*/

.spaBreadcrumb{
		background-image: url(../images/spabreadback.jpg) !important;
		position: relative;
		background-size: cover
}

.spaBreadcrumb:before{
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(255,255,255,.5);
}

.spaContentArea .queryFormBack{
		background-image: url(../images/spaformback.jpg) !important;
		position: relative;
		background-attachment: fixed;
		background-size: cover
}

.spaContentArea .queryFormBack:before{
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(255,255,255,.8);
}

.spaContentArea .cd-tabs-navigation{
	background-color: #8b4513;
}

.spaContentArea .cd-tabs-navigation a{
	color: #eee;
}

.spaContentArea .cd-tabs-navigation a.selected{
	color: #333;
	box-shadow: inset 0 2px 0 #8b4513;
}

.spaContentArea .widgetBox{
	background-color: #8b4513;
	border-color: #5dea03
}

.spaContentArea .widHead{
	color: #eee;
}

.spaContentArea .talkExpert span{
	color: #fff6ef;
}

.spaContentArea .talkExpert{
	color: #e9aa7d;
}

.spaContentArea .talkExpert i{
	color: #e9aa7d;
	border-color: #fff6ef;
}

.spaContentArea .widgetBox h6 a{
	color: #e9aa7d;
}

.spaContentArea .darkFormStyle{
	background-color: #8b4513
}

.spaContentArea .formStyle input[type="submit"]{
	background-color: #e05d00;
	color: #eee;
	border-color: #8b4513
}

.spaContentArea .formStyle input[type="submit"]:hover{
	background-color: #8b4513;
	border-color: #e05d00
}

/*
	Purple Spa CSS
*/

.spaBreadcrumb{
		background-image: url(../images/spabreadback.jpg) !important;
		position: relative;
		background-size: cover
}

.spaBreadcrumb:before{
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(255,255,255,.5);
}

.spaContentAreaPurple .queryFormBack{
		background-image: url(../images/spaformback.jpg) !important;
		position: relative;
		background-attachment: fixed;
		background-size: cover
}

.spaContentAreaPurple .queryFormBack:before{
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(255,255,255,.8);
}

.spaContentAreaPurple .cd-tabs-navigation{
	background-color: #9757a3;
}

.spaContentAreaPurple .cd-tabs-navigation a{
	color: #eee;
}

.spaContentAreaPurple .cd-tabs-navigation a.selected{
	color: #333;
	box-shadow: inset 0 2px 0 #9757a3;
}

.spaContentAreaPurple .widgetBox{
	background-color: #9757a3;
	border-color: #5dea03
}

.spaContentAreaPurple .widHead{
	color: #eee;
}

.spaContentAreaPurple .talkExpert span{
	color: #fff6ef;
}

.spaContentAreaPurple .talkExpert{
	color: #4a2152;
}

.spaContentAreaPurple .talkExpert i{
	color: #4a2152;
	border-color: #fff6ef;
}

.spaContentAreaPurple .widgetBox h6 a{
	color: #4a2152;
}

.spaContentAreaPurple .darkFormStyle{
	background-color: #9757a3
}

.spaContentAreaPurple .formStyle input[type="submit"]{
	background-color: #4a2152;
	color: #eee;
	border-color: #9757a3
}

.spaContentAreaPurple .formStyle input[type="submit"]:hover{
	background-color: #9757a3;
	border-color: #4a2152
}

/*
	Blue Spa CSS
*/

.spaBreadcrumb{
		background-image: url(../images/spabreadback.jpg) !important;
		position: relative;
		background-size: cover
}

.spaBreadcrumb:before{
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(255,255,255,.5);
}

.spaContentAreaBlue .queryFormBack{
		background-image: url(../images/spaformback.jpg) !important;
		position: relative;
		background-attachment: fixed;
		background-size: cover
}

.spaContentAreaBlue .queryFormBack:before{
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(255,255,255,.8);
}

.spaContentAreaBlue .cd-tabs-navigation{
	background-color: #3D9E99;
}

.spaContentAreaBlue .cd-tabs-navigation a{
	color: #eee;
}

.spaContentAreaBlue .cd-tabs-navigation a.selected{
	color: #333;
	box-shadow: inset 0 2px 0 #3D9E99;
}

.spaContentAreaBlue .widgetBox{
	background-color: #3D9E99;
	border-color: #5dea03
}

.spaContentAreaBlue .widHead{
	color: #eee;
}

.spaContentAreaBlue .talkExpert span{
	color: #fff6ef;
}

.spaContentAreaBlue .talkExpert{
	color: #17514e;
}

.spaContentAreaBlue .talkExpert i{
	color: #17514e;
	border-color: #fff6ef;
}

.spaContentAreaBlue .widgetBox h6 a{
	color: #17514e;
}

.spaContentAreaBlue .darkFormStyle{
	background-color: #3D9E99
}

.spaContentAreaBlue .formStyle input[type="submit"]{
	background-color: #17514e;
	color: #eee;
	border-color: #3D9E99
}

.spaContentAreaBlue .formStyle input[type="submit"]:hover{
	background-color: #3D9E99;
	border-color: #17514e
}

.clickToCall{
	position: fixed;
	bottom: 30px;
	left: 30px;
	background-color: #9757a3;
	width: 50px;
	height: 50px;
	line-height: 53px;
	font-size: 25px;
	text-align: center;
	border-radius: 50%;
	color: white;
	z-index: 999
}

.clickToCall:hover{
	color: white;
	background-color: #f58220;
}

.whatsappChat{
  position: fixed;
  right:0;
  top:calc(50% - 75px);
  z-index:999;
}

.whatsappChat img{
    height:150px;
}

@media screen and (min-width: 100px) and (max-width: 767px) {
	.topArea, .topArea .text-right{
		text-align: center !important;
	}

	.logoArea .mt-4{
		margin-top: 0px !important;
		margin-bottom: 20px;
		text-align: center;
	}	

	.logoArea .text-right{
		text-align: center !important;
	}

	.tabsArea{
		position: relative;
		height: 500px;
		top: auto;
		left: auto;
	}

	.tabs{
		width: 100%;
	}

	#popularPackages h2:after, #ourHotels h2:after, #services h2:after, #services h1:after{
		display: none;
	}

	.socialBox a i{
		font-size: 20px;
		width: 40px;
		height: 40px;
		line-height: 38px;
	}

	.owl-nav{
		display: none;
	}

	#navbarSupportedContent ul li ul{
		position: relative;
		width: 100%;
	}

	#infoSection li{
		display: block;
		width: 100%;
	}

	.con-tooltip{
		padding: 0;
	}

	.tooltip{
		display: none;
	}

	#infoSection{
		display: none;
	}

	.navbar-light .navbar-nav .nav-link{
		padding: 15px 0 10px;
		margin: 0
	}
}

@media screen and (min-width: 768px) and (max-width: 1100px) {

	#services h1:after{
		width: 59%;
	}

	.navbar-light .navbar-nav .nav-link{
		padding: 15px 4px 10px;
	}

	.cd-tabs-navigation a{
		padding: 15px 17px;
	}

}