body {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.navbar-light .navbar-nav .nav-link {
	color: #474545;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 14px;
}
.btn-primary {
	color: #fff;
	background-color: #ea106f;
	border-color: #ea106f;
}
.btn-secondary {
	color: #fff;
	background-color: #ffcf03;
	border-color: #ffcf03;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: #fdcd00;
}
p {
	font-size: 14px;
	line-height: 1.7em;
}
h2 {
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 25px;
}
hr {
	border-top: 1px dashed #dee2e6;
}
header{
	
}
.publishreview {
	font-size: 12px;
}

.border-dashed{
	border: 1px dashed #dee2e6;
}
.quoteReviews {
	font-size: 26px;
	color: #ddd;
}
.starsReviews {
	color: #f1771c;
}
.starsReviews i {
	margin-right: 2px;
	font-size: 11px;
}
.reviewsImg {
	padding: 5px;
}
.main-slide .slide-main{
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.main-slide .slide-main h1{
	color: #fff;
	position: relative;
	z-index: 1;
	padding: 20px 0;
	font-weight: 800;
	font-size: 20px;
	text-shadow: 0px 0px 13px #000;
}
.main-slide .slide-main h1:before{
	content: "";
	height: 6px;
	width: 50%;
	left: 0;
	background-color: #fdcd00;
	position: absolute;
	top: 0;
}
.main-slide .slide-main h1:after{
	content: "";
	height: 6px;
	width: 50%;
	right: 0;
	background-color: #fdcd00;
	position: absolute;
	bottom: 0;
}
.main-slide .slide-main:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	top: 0;
	z-index: 0;
}
.oldprice {
	text-decoration: line-through;
}
.content-prices {
	font-size: 20px;
	font-weight: 600;
}
.tourimg {
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
}
.whatsappiconFooter {
	position: fixed;
	top: 20px;
	right: 15px;
	color: #fff;
	background-color: #25d366;
	z-index: 14;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	line-height: 55px;
	font-size: 40px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 16px;
}
.whatsappiconFooter a{
	
	color: #fff;
}
.box-content {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px;
}
.content-complete {
	min-height: 400px;
}
.averageReviews {
	width: 200px;
	
}
.averageReviews > div {
	border: 3px solid #0171bb;
	font-weight: 800;
	font-size: 30px;
	line-height: 100px;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #f1771c;
}
.averageReviews small {
	color: #000;
	font-size: 18px;
}
.checkcomplete {
	font-size: 100px;
	color: #9ABC66;
	line-height: 1.2em;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #F8FAF5;
}
.discountpriceTour {
	background-color: #f96e09;
	color: #fafafa;
	font-weight: 800;
	line-height: 1.2em;
	width: 150px;
	transform: rotate(-45deg);
	text-align: center;
	top: 19px;
	left: -38px;
	position: absolute;
	padding: 8px 0;
	font-size: 17px;
	text-shadow: 0px 0px 1px #000;
}
.countCartHeader {
	position: absolute;
	background: #f00;
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	min-width: 17px;
	padding: 0 2px;
	line-height: 17px;
	font-size: 10px;
	top: 2px;
	right: auto;
	left: 20px;
	font-weight: 600;
	text-align: center;
}
.bg-primary {
	background-color: #0171bb !important;
	border-color: #0171bb;
}
.text-primary {
	color: #fdcd00 !important;
}
.text-secondary {
	color: #0072bb !important;
}
.bg-secondary {
	background-color: #03869E !important;
	border-color: #03869E;
}
.bg-blue {
	background-color: #0072bb; !important;
	border-color: #0072bb;;
}
.policytitle {
	color: #fdcd00;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.policycontent {
	color: #fff;
	font-size: 13px;
}
.wrapper-policy {
	padding: 20px 0;
}
.wrapper-policy > div {
	width: 100%;
	background-color: #0171bb;
	padding: 15px 10px;
}
.policyicon {
	margin: 0 0 5px;
}
.wrapper-packages {
	font-size: 13px;
}
.stars-reviews i{
	font-size: 13px;
	color: #ffc600;
}
.tourtitle a{
	color: #222;
	text-decoration: none;
}
.tourtitle a:hover {
	text-decoration: none;
}
.wrapper-packages .labelhours, .wrapper-packages strong{
	color: #0171bb;
}
.infoitem .elementor-icon {
	font-size: 30px;
	color: #0171bb;
}
.infoitem .text-items {
	padding-left: 10px;
}
.wrapper-packages strong {
	font-size: 15px;
}
.wrapper-packages b {
	font-size: 15px;
}
.container-packages span, .container-packages small{
	font-size: 11px;
	font-weight: 600;
}
.container-packages {
	margin-bottom: 15px;
}
.primary-title {
	font-size: 25px;
	text-align: center;
	padding: 15px 0;
	font-weight: 600;
	color: #0072bb;
}
.packages-title {
	font-weight: 600;
	font-size: 14px;
	padding: 12px 0;
}
.socialmediaTop a {
	color: #fff;
	text-decoration: none;
}
.socialmediaTop a:hover {
	color: #fdcd00;
	text-decoration: none;
}
.facilities .container-icon {
	width: 100px;
	height: 100px;
	background-color: #0072bb;
	border-radius: 50%;
	margin: 0 auto;
}
.facilities .container-facilities-text {
	font-weight: 600;
	font-size: 14px;
}
.facilities .container-facilities-content {
	font-size: 13px;
}
footer {
	position: relative;
	z-index: 9;
}
footer a, footer {
	color: #fff;
}
footer a:hover {
	color: #fdcd00 ;
}
footer ul li {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin:0;
	display: inline-block;
}
footer a i{
	font-size: 21px;
	padding: 0 7px;
}
.slideTour .slide-tour {
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
	position: relative;
	overflow: hidden;
}
.slideTour .slide-tour img {
	opacity: 0;
}
h1.subtitle{
	font-size: 25px;
	line-height: 1.2em;
	margin-bottom: 30px;
}
h2.title-oceanus {
	color: #fafafa;
	font-size: 20px;
}
.slideTourThumb .slick-arrow {
	position: absolute;
	top: 45%;
	z-index: 2;
	background: rgba(0,0,0,0.3);
	color: #fff;
	padding: 5px 9px;
	font-size: 25px;
	line-height: 1em;
}
.slideTourThumb .slick-arrow.arrow-left {
	left: 4px;
}
.slideTourThumb .slick-arrow.arrow-right {
	right: 4px;
}
.slideTourThumb .slick-current.slick-active img {
	border-bottom: 4px solid #0171bb;
}
.nav-tabs .nav-link {
	position: relative;
	color: #333;
}
.nav-tabs .nav-item.active .nav-link:after, .nav-tabs .nav-item:hover .nav-link:after{
	content: "";
	display: none;
	position:absolute;
	bottom: -9px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7.5px 0 7.5px;
	border-color: #00d3c9  transparent transparent transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-item.active .nav-link{
	border-color: #00d3c9 ;
}
.nav-tabs .nav-item:focus .nav-link, .nav-tabs .nav-item:hover .nav-link{
	background-color: #00d3c9 ;
	color: #fff;
	border-color: #00d3c9 ;
}
.nav-tabs .nav-item.active .nav-link {
	background-color: #00d3c9 ;
	color: #fff;
}
.contactForm {
	width: 80%;
}
.inputField {
	position: relative;
}
.inputField i{
	position: absolute;
	right: 10px;
	top: 12px;
	pointer-events: none;
}
.content-contact iframe{
	min-height: 300px;
}
.daystitle {
	border-radius: 5px 5px 0px 0px;
	background-color: #03869E;
}

.containerDescription ul {
	list-style-type: none;
	list-style: none;
	margin:0;
	padding:0;
}
.containerDescription ul li {
	list-style-type: disc;
	padding-left: 10px;
}
#itinerary ol {
	padding: 0;
	margin: 0;
	counter-reset: section;
	position: relative;
}
#itinerary ol li{
	position: relative;
	list-style-type: none;
	padding-bottom: 6px;
}
#itinerary ol:before {
	content: "";
	position: absolute;
	left: 9px;
	top: 3px;
	width: 2px;
	height: 88%;
	background-color: #000;
}
#itinerary ol li:after {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #000;
	left: 0;
	counter-increment: section;
	content: counter(section);
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.containerDescription li {
	font-size: 15px;
	line-height: 22px;
	list-style-type: none;
	color: #3f3f3f;
	padding-left: 28px;
	background-image: url(/images/icon_checked.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: left 5px;	
}
.container-totals{
	font-size: 14px;
	color: #111;
	/*font-weight: 600;*/
}
.container-totals b{
	/*color: #03869e;	*/
}
.tour-prices {
	font-size: 20px;
	font-weight: 700;
	color: #02BAA1;
}
.adults-content {
	font-size: 15px;
	font-weight: 600;
}
.totalscheckount {
	font-size: 18px;
	color: #111;
}
.btntoursItems.mobile .nav-link{
	display: block;
}
.rating-satisfaction ul {
	padding: 0;
	margin: 0;
}
.rating-satisfaction ul li {
	color: #333333;
	list-style: none;
	list-style-type: none ;
	padding: 0;
	display: inline-block;
	font-size: 16px;
}
.rating-satisfaction .activeStars {
	color: #f4d225;
}
@media (min-width: 768px) {
	.contactForm {
		width: 50%;
	}
	.wrapper-policy {
		
		padding: 0;
	}
	.wrapper-policy > div {
		border-bottom: 0;
		background-color: transparent;
	}
	.main-slide .slide-main{
		height: 300px;
	}
	p{
		font-size: 15px;
		line-height: 1.5em;
	}
	
}
@media (min-width: 992px) {
	
	.nav-tabs .nav-item.active .nav-link:after, .nav-tabs .nav-item:hover .nav-link:after{
		display: block;
	}
	.main-slide .slide-main h1 {
		font-size: 50px;
	}
	.main-slide .slide-main {
		height: 450px;
	}
	h2.title-oceanus {
		font-size: 30px;
	}
	.policyicon {
	}
	.whatsappiconFooter {
		bottom: 130px;
		right: 30px;
	}
}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}