ul {
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 36px;
	margin-bottom: 28px;
}
h3 {
	font-size: 20px;
	margin-bottom: 32px;
}
a {
	color: #2E7975;
	text-decoration: none;
}
.breadcrumb {
	color: #2E7975;
}

.book-today {
margin-left:16px;
text-align: center;
}
.book-today a[href^="tel:"] {
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  text-decoration: underline;
  display: block;
  color: #097979;
  margin-top: 4px;
}


.navbar-expand-lg .navbar-nav .nav-link {
	font-size: 15px;
	color: #097979;
	padding: 0 0 4px;
	margin-right: 16px;
	font-weight: 700;
	border-bottom: 4px solid #ffffff;
}
.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link.active {
	border-bottom: 4px solid #097979;
}
.btn.btn-custom {
	background: #C4223C;
	padding:14px 36px;
	font-size:16px;
	color: #fff;
	border-radius: 28px;
	text-decoration: none;
	font-weight: 700;
	line-height:18px;
	border:0;
}
.btn.btn-custom strong {
	font-size: 175%;
	line-height:15px;
	padding-left: 8px;
	display: inline-block;
	vertical-align: top;
}
.btn.btn-custom:focus {
	background: #C4223C;
	color: #fff;
}
.btn.btn-custom.sm {
	padding:12px 24px;
	font-size:16px;
	border-radius:30px;
}

.banner {
	position: relative;
	overflow: hidden;
}
.banner h1 {
	color: #fff;
}
.abs-top {
	position: absolute;
	left: 0;
	right: 0;
	top: -40px;
}
.abs-bot {
	position: absolute;
	left: 0;
	right: 0;
	bottom:-5px;
}
.abs-content {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}
.abs-content-inner {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	color: #fff;
} 
.abs-content-inner h1 {
	font-size:42px;
	margin-bottom: 20px;
}
.abs-content-inner p {
	font-size:16px;
	margin-bottom: 36px;
}
a.call-now {
	font-size: 24px;
	color: #fff;
	text-decoration: underline;
	font-weight: 700;
}

.book-now .btn-custom {
	margin-right: 16px;
}
.book-now .call-now {
	margin-left: 12px;
}
.sec-tour {
	margin:24px 0 120px;
}
.card-trip {
text-align: center;
}
.card-trip p {
	font-size:16px;
}
.card-trip figure {
	position: relative;
	color: #fff;
}
.fig-abs {
	position: absolute;
	bottom: 32px;
	text-align: center;
	left: 0;
	right: 0;
}
.fig-abs figcaption {
	position: relative;
	display: block;	
	margin-bottom: 16px;
	font-weight: 700;
}
.fig-abs figcaption span {
	position: relative;
	display: inline-block;
	padding-left:24px;
}
.fig-abs figcaption span:before {
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	content: "";
}
.hdn-sec {
	margin-bottom: 44px;
}
.hdn-sec p {
	font-size: 16px;
}
.about-manatee {
	margin:132px 0;
}
.about-manatee.spc-top {
	margin-top: 0;
}
.about-manatee dfn, .about-manatee h3 {
	font-style: normal;
	display: block;
	font-size: 24px;
	color:#212121;
	margin-bottom: 24px;
}
.fig-about {
	text-align: center;
}
.fig-about img {
	margin-bottom: 36px;
}
.booking-sec-bot {
	background: url("../images/curved-bg.png") center top no-repeat;
	margin: 0 0 120px;
	padding:120px 0;
	text-align: center;
	color: #fff;
}

.horz-list {
margin-bottom: 32px;
}
.horz-list li {
	display: inline-block;
	color: #fff;
	position: relative;
	padding-left: 16px;
	margin: 0 8px;
}
.horz-list li:before {
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	content: "";
}
/****************footer css***************/
.footer {
	margin: 96px 0 72px;
}
.list-link {
text-align: center;
}
.list-link li {
	display: inline-block;
	color: #fff;
	margin: 0 8px;
	font-size: 14px;
}
.list-link li a {
	text-decoration: none;
	color: #097979;
}
.social-link {
text-align: center;
}
.social-link li {
	display: inline-block;
	color: #fff;
	margin: 0 4px;
}
.social-link li a {
	
}
.social-link li a img {
	height: 36px;
}
.copy-right {
	text-align: center;
	margin-top: 60px;
	color: #000;
	font-size: 16px;
	display: block;
}
/****************footer css ends***************/
.product__slider-main {
  margin-bottom: 15px;
}
.product__slider-main img {
  margin: 0 auto;
}
.product__slider-thmb .slick-slide {
	opacity: 0.5;
    transition: all .3s ease;
}

.product__slider-thmb .slick-slide.slick-active {
	opacity: 1;
}

.product__slider-main, .product__slider-thmb {
    display: none;
}
.slick-prev.slick-arrow {
	position: absolute;
	top: 48%;
	left: 24px;
	z-index: 10;
	text-indent: -99999px;
	background-color: transparent !important;
	background:url("../images/slick-prev.png") left top no-repeat;
	border: 0;
	padding: 0;
	width: 24px;
	height: 40px;
}
.slick-next.slick-arrow {
	position: absolute;
	top: 48%;
	right: 24px;
	z-index: 10;
	text-indent: -99999px;
	background-color: transparent !important;
	background:transparent url("../images/slick-next.png") left top no-repeat;
	border: 0;
	padding: 0;
	width: 24px;
	height: 40px;
}
.slide.slick-slide img {
width: 100%;
}
.product__slider-thmb .slick-next.slick-arrow, .product__slider-thmb .slick-prev.slick-arrow {
	display: none !important;
}
@media (min-width: 1800px) {
	h2 {
	font-size: 32px;
}
	h3 {
	font-size: 24px;
}

.abs-content-inner h1 {
    font-size: 56px;
    margin-bottom: 20px;
}
.abs-content-inner p {
	font-size:20px;
	margin-bottom: 36px;
}
a.call-now {
	font-size: 32px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	font-size: 22px;
	margin-right: 24px;
}
.book-today {
margin-left:48px;
}
.book-today a[href^="tel:"] {
  font-size: 20px;
}
.abs-content-inner h1 {
	font-size: 70px;
}
.btn.btn-custom {
	padding:24px 48px;
	font-size: 22px;
	border-radius: 40px;
}
.abs-content-inner p {
	font-size:28px;
	margin-bottom: 48px;
}
a.call-now {
	font-size: 42px;
}
.card-trip p {
	font-size:22px;
}
.hdn-sec p {
	font-size: 22px;
}
.list-link li {
	margin: 0 8px;
	font-size: 22px;
}
.social-link li a img {
	height: 48px;
}
.copy-right {
	font-size: 17px;
}
.btn.btn-custom.sm {
	padding:17px 24px;
	font-size:22px;
	border-radius:30px;
}
}

@media (max-width: 1400px) {   
    body {
    	font-size: 16px;
    }
    .fig-abs figcaption span:before {
	top: 8px;
}
}

@media (max-width: 1200px) {   
    .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    margin-right: 12px;
}
}

@media (max-width: 1140px) {   
    .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 12px;
    margin-right: 8px;
}
.btn.btn-custom.sm {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 28px;
}
}

@media (max-width: 991px) { 
.abs-content-inner h1 {
    font-size: 36px;
    margin-bottom: 16px;
} 
.navbar-nav {
	margin-top: 16px;
}
.navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
        margin-right: 0;
        margin-bottom: 16px;
    }
.abs-top {
    top: -5px;
}
.footer {
    margin: 36px 0;
    text-align: center;
}
.footer .list-link {
	margin: 24px 0 12px;
}
.footer .list-link li {
	 margin: 0 6px 12px;
}
.copy-right {
    margin-top: 36px;
    font-size: 14px;
}
.booking-sec-bot {
    margin: 0 0 48px;
}
.about-manatee {
    margin: 48px 0;
}
.sec-tour {
    margin: 24px 0 56px;
}
.abs-content-inner p {
    margin-bottom: 24px;
}
.product__slider {
	margin-bottom: 24px;
}
.fig-about {
	margin-top: 24px;
}

.book-today a[href^="tel:"] {
    font-size: 13px;
}
.btn.btn-custom.sm {
        padding: 10px 16px;
        font-size: 12px;
        border-radius: 28px;
    }
    .book-today {
    margin-left: 0px;
    position: absolute;
    top: 26px;
    left: auto;
	right:100px;
}
.navbar-brand img {
	width: 96px;
}
.navbar > .container {
	position: relative;
}
/*23 nov*/
}
@media (max-width: 767px) {
	h2 {
    font-size: 24px;
    margin-bottom: 16px;
}
.abs-top {
        top: -16px;
    }
 .abs-bot {
    bottom: -16px;
}
.abs-content-inner h1 {
        font-size: 26px;
}
.abs-content-inner p {
        margin-bottom: 16px;
        font-size: 14px;
    }
    .about-manatee {
        margin: 24px 0;
    }
    .booking-sec-bot {
        margin:0;
    }
    .about-manatee dfn {
    font-size: 16px;
    margin-bottom:16px;
}
.card-trip {
    margin-bottom: 24px;
}
}

@media (max-width: 479px) {
.abs-bot {
    bottom: 0px;
}
.fig-lg {
	min-height: 360px;
}
.sec-tour {
        margin: 24px 0;
    }
    .abs-top {
        top: -8px;
    }
    .book-now .btn-custom {
    margin-right: 0;
    display: block;
    margin-bottom: 12px;
}
a.call-now {
    font-size: 20px;
}
.booking-sec-bot {
    padding: 72px 0;
    background-size: cover;
}
}