@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: "Manrope", sans-serif;
}
 body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
body::-webkit-scrollbar {
 width: 3px;
 background-color: #F5F5F5;
}
 body::-webkit-scrollbar-thumb {
 background-color: #666;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0
}
a, button {
	text-decoration: none;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
img {
	max-width: 100%
}
/* CSS Document */

/* CSS header */

.header-main-wraper {
	height: 75px;
	position: relative;
	z-index: 111;
}
.header-main-wraper .navbar-nav li {
	padding: 0 15px;
	position: relative;
	top: -5px;
}
.header-main-wraper .navbar-nav li a {
	color: #006B6B;
	font-size: 14px;
	font-weight: bold;
}
.header-main-wraper .navbar-nav li a:hover {
	color: #FF6B6B
}
.package-images-wrap img {
	width: 100%;
}
.site-logo-wrap {
	text-align: center;
}
.site-logo-wrap img {
	width: 130px;
	margin-top: -10px;
}
.header-main-wraper .col-md-10 {
	padding-right: 0;
}
.button-book-now a {
	display: block;
	background: #FF6B6B;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	color: #fff !important;
	font-weight: bold;
	padding: 10px 27px;
	border-radius: 5px;
}
.button-book-now a:hover {
	background: #E55A5A
}
.header-nav-wraper nav {
	padding: 0;
}
.right-header-list {
	list-style: none;
	padding: 0
}
.right-header-list ul {
	text-align: right;
}
.right-header-list li {
	display: inline-block;
	padding: 0 !important;
	margin-left: -4px
}
.phone-number-header {
	height: 75px;
	width: 210px;
	padding-left: 25px;
	position: relative;
	top: 10px;
	line-height: 20px;
	text-align: left;
}
.phone-number-header:before {
	content: "";
	position: absolute;
	left: -14px;
	width: 30px;
	height: 30px;
	background: url(../images/phone-icon.png) no-repeat top;
	background-size: contain;
	top: 8px;
}
.phone-number-header span {
	display: block;
	font-size: 13px;
	color: #FF6B6B;
	font-weight: bold;
}
.phone-number-header strong {
	font-size: 20px;
	font-weight: bold;
	color: #006B6B
}
/* CSS header */

/* CSS slider */



.slider-main-wraper {
	background: #006B6B;
	background-size: cover;
	padding: 30px 0
}
.slider-main-wraper h1 {
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	font-size: 40px;
}
.slider-main-wraper p {
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
}
.sticky-new-year-btn {
	position: fixed;
	right: -2px;
	top: 18%;
	width: 77px;
	z-index: 1111;
}
.sticky-new-year-btn a {
	display: block;
	position: relative;
	z-index: 111;
	cursor: pointer;
}
canvas {
	position: fixed;
	top: 120px;
	right: -60px;
	width: 288px;
	height: 364px;
	opacity: .6;
	z-index: 11;
}
/* CSS slider */

/* CSS content */

.pacakges-main-wraper {
	padding: 60px 0;
}
.pacakges-main-wraper .heading-choose-wrap {
	font-size: 45px;
	color: #006B6B;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 500;
}
.pacakges-main-wraper p {
	font-size: 18px;
	color: #000;
	text-align: center;
}
#sync1 {
 .item {
 color: #FFF;
 border-radius:10px;
 text-align: center;
 margin:5px
}
}
#sync2 {
 .item {
 margin: 5px;
 color: #FFF;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 text-align: center;
 cursor: pointer;
 h1 {
 font-size: 18px;
}
}
}
.owl-theme {
 .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
    [class*='owl-'] {
 transition: all .3s ease;
 &.disabled:hover {
 background-color: #D6D6D6;
}
}
}
}
 //arrows on first carousel #sync1.owl-theme {
 position: relative;
 .owl-next, .owl-prev {
 width: 22px;
 height: 40px;
 margin-top: -20px;
 position: absolute;
 top: 50%;
}
 .owl-prev {
 left: 10px;
}
 .owl-next {
 right: 10px;
}
}
.owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 95%;
	margin: 0 auto;
	right: 0;
}
.owl-nav button {
	width: 40px;
	height: 40px;
	background: #fff !important;
	border-radius: 50%
}
.owl-nav button svg {
	width: 7px;
}
.pacakges-main-wraper ul {
	list-style: none;
}
.pacakges-main-wraper ul li {
}
.owl-dots {
	display: none;
}
#sync2 .owl-nav {
	display: none;
}
.package-images-wrap img {
	border-radius: 10px;
}
.pacakges-main-wraper .container-fluid {
	padding: 0 80px;
}
.thumb-images-wrap img {
	border-radius: 10px;
}
.owl-next {
	position: absolute;
	right: 0;
}
.pacakges-main-wraper {
	background: #fff;
	background-size: cover
}
.choose-pacakges-main-wraper {
	background: #fff !important;
}
.package-image-text-wrp h2 {
	font-size: 40px;
	color: #006B6B;
	position: relative;
	font-weight: 500;
}
.package-image-text-wrp h2:before {
	content: "";
	background: #FF6B6B;
	height: 4px;
	width: 60px;
	position: absolute;
	bottom: -10px;
}
.package-image-text-wrp p {
	font-size: 16px;
	text-align: left;
	padding-top: 25px;
	line-height: 26px;
	color: #000;
	height: 135px;
	overflow: hidden;
}
.package-image-text-wrp a {
	color: #006B6B;
	border-bottom: 1px solid #006B6B;
	font-weight: bold;
}
.package-image-text-wrp h3 {
	font-size: 30px;
	color: #006B6B;
	font-weight: 500;
	margin: 10px 0
}
.package-image-text-wrp ul {
	list-style: none;
	margin: 0
}
.package-image-text-wrp ul li {
	color: #000;
	font-size: 16px;
	background: url(../images/arrow-image-1.png) no-repeat left;
	padding: 8px 0;
	padding-left: 35px;
	background-size: 3.5%;
}
.button-package-wrap span {
	font-size: 30px;
	font-weight: bold;
	color: #FF6B6B;
	margin-right: 15px;
	position: relative;
	top: 7px;
}
.button-package-wrap button {
	background: #006B6B;
	padding: 15px 50px;
	color: #fff;
	text-transform: uppercase;
	margin-right: 15px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: bold;
	border: none !important;
}
.button-package-wrap a {
	background: #006B6B;
	padding: 16px 50px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 6px;
	font-size: 13px;
	font-weight: bold;
	border: none !important;
}
.bookn-now-btn {
	background: #FF6B6B !important;
	margin-right:12px;
}
#sync4 .owl-nav {
	display: none;
}
#sync3 .item {
	margin: 5px;
}
#sync4 .item {
	margin: 5px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}
.pacakges-second-main-wraper {
	background: #E0F7F7 !important
}
.dhow-cruise-other-package {
	padding: 60px 0 0 0;
}
.pacakges-second-main-wraper ul {
	margin-top: 0;
}
.dhow-cruise-other-package h2 {
	font-size: 45px;
	color: #006B6B;
	text-align: center;
	margin-bottom: 50px;
	font-weight: 500;
}
.dhow-cruise-other-package ul {
	list-style: none;
}
.dhow-cruise-other-package ul li {
}
.listing-dhow-package-wrap {
	margin-bottom: 30px;
}
.listing-dhow-package-image {
	height: 335px;
	overflow: hidden;
	border-radius: 15px 15px 0px 0px;
}
.listing-dhow-package-text {
	padding: 25px;
	background: #E8F9F9
}
.listing-dhow-package-text span {
	display: block;
	font-size: 28px;
	color: #006B6B;
	font-weight: 600;
}
.dhow-star-list a img {
	width: 17px;
	position: relative;
	top: -2px
}
.dhow-star-list strong {
	font-weight: normal;
}
.listing-info-package {
	margin-top: 15px;
}
.listing-info-package .listing-info-icon {
	width: 60px;
	height: 50px;
	background: #fff;
	text-align: center;
	padding-top: 8px;
	border-radius: 6px;
	float: left;
}
.listing-info-text {
	width: 80%;
	float: left;
	padding-left: 15px;
}
.listing-info-text .listing-info-heading {
	font-size: 17px;
	font-weight: bold;
	color: #006B6B
}
.listing-info-text p {
	font-size: 13px;
	color: #000;
}
.price-btns-wraper {
	text-align: center;
}
.price-btns-wraper .listing-price {
	font-size: 25px;
	color: #006B6B;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 25px;
}
.listing-button-wraper {
}
.listing-button-wraper a {
	display: block;
	background: #006B6B;
	padding: 14px 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	border-radius: 6px;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px
}
.book-btn {
	background: #FF6B6B !important;
}
.infor-text-main-wrap h2 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #006B6B;
	font-weight: 600;
}
.infor-text-main-wrap p {
	font-size: 16px;
	color: #000;
	line-height: 28px;
	padding-bottom: 25px;
}
.picture-gallery-main-wraper {
	background: url(../images/bg-gallery.jpg) no-repeat top;
	background-size: cover;
	padding: 60px 0
}
.picture-gallery-main-wraper h4 {
	font-size: 45px;
	color: #006B6B;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 500;
}
.picture-gallery-main-wraper p {
	font-size: 16px;
	color: #000;
	margin-bottom: 40px;
	text-align: center;
}
.picture-gallery-main-wraper ul {
	list-style: none;
}
.picture-gallery-main-wraper ul li {
	padding: 0 8px;
}
.picture-gallery-main-wraper ul li .col-md-6 {
	padding: 0 5px;
}
.small-image-wrap {
	margin-bottom: 8px;
	height: 234px;
	overflow: hidden;
}
.frequently-question-wraper {
	padding: 60px 0;
	background: #E0F7F7;
	background-size: cover;
}
.frequently-question-wraper .faq-heading {
	font-size: 45px;
	color: #006B6B;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 500;
}
.frequently-question-wraper .accordion {
	width: 70%;
	margin: 0 auto;
}
.frequently-question-wraper .accordion-item {
	margin-bottom: 20px;
	border: none;
}
.frequently-question-wraper .accordion button {
	border: none;
	box-shadow: none;
	background: #fff;
	border-radius: 10px
}
.fixed {
	position: fixed;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	z-index: 111 !important;
	box-shadow: 0 -3px 10px rgb(0 0 0/20%);
	background: #fff
}
.mobile-gallery-slider {
	display: none;
}
.close-menu-btn {
	display: none;
}
.sticky-phone-wrap {
	position: fixed;
	top: 50%;
	left: -73px;
	rotate: 270deg;
}
.sticky-phone-wrap a {
	background: #FF6B6B;
	padding: 14px 19px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	display: block;
	line-height: 19px;
	text-align: center;
	border-radius: 0px 0px 10px 10px;
}
.sticky-phone-wrap a span {
	display: block;
	font-size: 18px;
	font-weight: normal;
}
.sticky-phone-wrap a img {
	width: 20px;
}
.sticky-whatapp-wrap {
	position: fixed;
	bottom: 10px;
	width: 72px;
	left: 5px;
}
.menu-modal-wraper {
}
.menu-modal-wraper .modal-dialog {
	max-width: 745px;
}
.menu-modal-wraper .btn-close {
	position: absolute;
	right: 10px !important;
	outline: none !important;
	box-shadow: none !important;
	top: 10px;
}
.menulisting-main-wraper ul {
	list-style: none;
	text-align: center;
}
.menulisting-main-wraper ul li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.menulisting-main-wraper ul li strong {
	display: block;
	color: #006B6B;
	font-size: 18px;
}
.menulisting-main-wraper ul li p {
	font-size: 13px;
}
.mobile-phone-no {
	display: none
}
.contact-form-wraper {
	padding: 60px 0;
}
.contact-form-wraper .contact-heading {
	font-size: 45px;
	color: #006B6B;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 500;
}
.contact-form-wraper form {
	width: 80%;
	margin: 0 auto;
}
.contact-form-wraper .form-group {
	margin-bottom: 15px;
}
.contact-form-wraper .form-group .form-control {
	height: 45px;
	box-shadow: none;
	border: none;
	font-size: 14px;
	background-color: #E0F7F7;
}
.texarea-group .form-control {
	box-shadow: none;
	border: none;
	font-size: 14px;
	padding-top: 5px;
	background-color: #E0F7F7;
}
.contact-btn {
	margin-top: 15px;
}
.contact-btn button {
	padding: 10px 40px;
	background: #006B6B;
	border: none;
	outline: none;
	color: #fff;
	font-weight: bold;
	border-radius: 6px;
	font-size: 14px;
}
.infor-text-main-wrap {
	padding: 60px 0;
}
.package-description-wrap {
	padding: 30px;
}
.package-description-wrap h3 {
	font-size: 30px;
	color: #006B6B;
	font-weight: 500;
	margin: 0 0 15px 0;
}
.package-description-wrap p {
	font-size: 16px;
	color: #000;
	line-height: 26px
}
/* CSS content */

/* CSS footer */

.footer-main-wraper {
	background: #003D3D;
	padding: 40px 0 0 0;
}
.footer-logo-contact-wrap {
}
.footer-logo-contact-wrap .footer-logo img {
	width: 120px;
	margin-bottom: 15px;
}
.footer-logo-contact-wrap .footer-socail-wrap {
	margin-bottom: 15px;
}
.footer-logo-contact-wrap .footer-socail-wrap a {
	text-decoration: none;
	margin-right: 5px;
}
.footer-logo-contact-wrap .footer-socail-wrap a img {
	width: 40px;
}
.footer-links-wraper {
}
.footer-heading-wrap {
	font-size: 25px;
	color: #fff;
	font-weight: 600;
	border-bottom: 1px solid #004D4D;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
}
.footer-heading-wrap:before {
	content: "";
	background: #FF6B6B;
	height: 3px;
	width: 50px;
	position: absolute;
	bottom: -1px
}
.footer-links-wraper ul {
	list-style: none;
}
.footer-links-wraper ul li {
	margin-bottom: 5px;
}
.footer-links-wraper ul li a {
	font-size: 13px;
	color: #fff;
}
.footer-links-wraper ul li a:hover {
	color: #FF6B6B;
}
.footer-contact-wrap ul {
	list-style: none;
}
.footer-contact-wrap ul li {
	margin-bottom: 15px
}
.footer-contact-wrap ul li strong {
	font-weight: bold;
	color: #fff;
	font-size: 16px
}
.footer-contact-wrap ul li p {
	font-size: 13px;
	color: #fff;
}
.copright-wrap {
	background: #002828;
	padding: 25px 0;
	text-align: center;
	color: #fff;
	font-size: 13px;
	margin-top: 45px;
}
.drawer-toggle {
	display: block;
	background: #fff;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	height: 75px;
	color: #006B6B !important;
	font-weight: bold;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 0 28px;
    font-weight: 900;
}
.drawer-toggle img {
	width: 20px;
	margin-right: 5px
}
.drawer {
	position: fixed;
	top: 0;
	right: -300px; /* hidden initially */
	width: 300px;
	height: 100%;
	background-color: #fff;
	transition: right 0.3s ease;
	z-index: 1001;
}
.drawer.open {
	right: 0;
}
.drawer-close {
	position: absolute;
	top: 8px;
	right: 10px;
	background: none;
	border: none;
	font-size: 54px;
	cursor: pointer;
	outline: none;
	box-shadow: none;
	opacity: 0.2;
	line-height: 36px;
	font-weight: 200;
}
.modal {
    backdrop-filter: blur(3px);
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	    background: rgb(0 0 0 / 55%);
    backdrop-filter: blur(3px);
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
}
.overlay.show {
	opacity: 1;
	visibility: visible;
}
.nav-drawer-wrap ul {
	list-style: none;
	margin-top: 20px;
}
.nav-drawer-wrap ul li a {
	border-bottom: 1px solid #dcdcdc;
	padding: 12px 0;
	display: block;
	color: #006B6B;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
}
.nav-drawer-wrap ul li a:hover {
	color: #FF6B6B;
}
.btn-toggle {
	margin: 20px;
	padding: 10px 20px;
	background-color: #007bff;
	color: white;
	border: none;
	cursor: pointer;
	border-radius: 5px;
}
.side-panel {
	position: fixed;
	top: 0;
	right: -600px; /* hidden initially */
	width: 600px;
	height: 100%;
	background-color: #fff;
	transition: right 0.3s ease;
	z-index: 1001;
}
.side-panel.active {
	right: 0;
}
.drawer-content button {
	position: absolute;
	top: -8px;
	right: 10px;
	background: none;
	border: none;
	font-size: 46px;
	cursor: pointer;
	color: #000000;
	font-weight: 100;
}
.backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	    background: rgb(0 0 0 / 55%);
    backdrop-filter: blur(3px);
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.backdrop.visible {
	opacity: 1;
	visibility: visible;
}
.menu-header-wrap {
	padding: 15px;
	background: #FF6B6B;
}
.menu-header-wrap h2 {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}
.menu-listing-main-wrp {
	padding: 10px 25px;
	height: 96%;
	overflow: auto;
	padding-bottom: 14px;
}
.menu-listing-main-wrp ul {
	list-style: none;
}
.menu-listing-main-wrp ul li .listing-menu-list {
	border-bottom: 1px solid #dce8f1;
	padding: 10px 0 20px 0;
	margin-bottom: 10px;
}
.listing-menu-list .listing-menu-icon {
	width: 70px;
	height: 70px;
	background: #E0F7F7;
	border-radius: 10px;
	padding: 20px;
	float: left;
	margin-right: 15px;
}
.listing-menu-list .listing-menu-icon img {
	width: 100%;
}
.listing-menu-list .listing-menu-text {
	line-height: 25px;
}
.listing-menu-list .listing-menu-text strong {
	display: block;
	font-size: 20px;
	color: #006B6B;
}
.listing-menu-list .listing-menu-text p {
	font-size: 16px;
	text-align: left;
	line-height: 22px;
	color: #000;
	overflow: hidden;
}
.image-no-wraper {
	width: 100%;
	height: 100%;
	display: flex;
	background: #000;
	color: #fff;
	bottom: 0;
	right: 0;
}
.image-no-waper {
	position: absolute;
	bottom: 5px;
	width: 159px;
	background: #000;
	color: #fff;
	text-align: center;
	right: 5px;
	border-radius: 10px;
	height: 112px;
	font-size: 22px;
}
.image-no-waper a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	padding-top: 30px;
}
.image-no-waper a span {
	display: block;
	font-size: 28px;
}
.listing-carousel-wrap {
	position: relative;
}
.cta-main-wrap {
	background: #006B6B;
	background-size: cover;
	padding: 40px 0 40px 0;
}
.cta-main-wrap h3 {
	font-size: 50px;
	font-weight: 900;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
}
.cta-main-wrap .cta_main_heading {
	font-size: 40px;
	font-weight: 900;
	line-height: 50px;
	color: #fff;
}
.cta-main-wrap .cta_main_heading span {
	display: block;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #FF6B6B;
	color: #006B6B;
}
.cta-main-wrap ul {
	list-style: none;
}
.cta-main-wrap ul li {
}
.cta-main-wrap ul li a {
	display: block;
	color: #006B6B;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	line-height: 24px;
	padding: 25px 0;
	background: rgb(255 255 255);
	border-radius: 10px;
}
.cta-main-wrap ul li a:hover {
	background: #FF5252;
	color: #fff;
}
.cta-main-wrap ul li a strong {
	display: block;
	font-size: 28px;
}
.cta-main-wrap .col-md-4 {
	padding-left: 0;
}
.accordion-button:not(.collapsed) {
	color: #006B6B !important;
}
html.no-scroll,
body.no-scroll {
  overflow: hidden;
  height: 100%;  /* Helps prevent some scroll issues on mobile */
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
  height: 100%; /* helps avoid some scroll issues on mobile */
}

.drawer-toggle-btn {
	margin-left:10px;
}

.custom-drawer {
  position: fixed;
  top: 0;
  right: -600px; /* Start off-screen to the right */
  width: 600px;
  height: 100%;
  background:#fff;
  color: white;
  transition: right 0.3s ease;
  z-index: 1001;
}

.custom-drawer.active {
  right: 0; /* Slide in from the right */
}

.drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
    background: rgb(0 0 0 / 55%);
    backdrop-filter: blur(3px);
  z-index: 1000;
  display: none;
}

.drawer-overlay.active {
  display: block;
}

.drawer-title {
  margin-top: 0;
}

.drawer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.drawer-menu-item {
  margin: 15px 0;
}

.drawer-menu-item a {
  color: white;
  text-decoration: none;
}
.drawer-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  color: white;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

/* Optional: change close button color on hover */
.drawer-close-btn:hover {
  color: #ddd;
}
.menu-modal-dhow-cruise-wrap .modal-dialog {
        max-width:680px;
}
.menu-modal-dhow-cruise-wrap .modal-body{
	padding:25px 20px;
	background:#fff4eb url(../images/bg-menu.png) no-repeat top;
	background-size:cover;
	border-radius:10px;
}
.menu-modal-dhow-cruise-wrap .modal-content{
	border-radius:10px;
	background:none;
}
.menu-modal-dhow-cruise-wrap .modal-header{
	background:#000;
}
.new-moda-menu-wraper h4{
    font-size: 50px;
    color: #006B6B;
    position: relative;
    font-weight:600;
	text-align:center;
	line-height:45px;
	margin-bottom:30px
}
.new-moda-menu-wraper h4 span{
	display:block;
	font-size:40px;
	font-weight:600;
	color:#FF6B6B;
}
.new-moda-menu-wraper .btn-close{
	position:absolute;
	top:15px;
	right:15px;
	width:20px;
	height:20px;
	border:2px solid #000;
	border-radius:50%;
	background-size:10px;
	opacity:0.5;
	box-shadow:none;
	outline:none;
}
.new-moda-menu-wraper h4 strong{
	border-bottom:2px solid #006B6B;
}
.new-menu-listing-wrap{
	border-bottom: 1px dashed #dcc0a9;
    padding: 0px 0 15px 0;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.new-menu-list-text{
	width:88%;
	float:left;
	padding-left:15px;
}
.new-menu-listing-wrap h3{
	font-size:20px;
	color:#006B6B;
	font-weight:600;
}
.new-menu-listing-wrap p{
	font-size:14px;
}
.icon-heading-menu{
	width: 90px;
    height: 70px;
	overflow:hidden;
	border-radius:12px;
	float:left;
	color:#000;
}
.menu-list-new-menu{
	padding:15px;
	height:431px;
	overflow:auto;
}
.book-now-btn{
	text-align:center;
	margin:20px 0 10px 0;
}
.book-now-btn a{
	    padding: 16px 50px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 6px;
    font-size: 13px;
    font-weight: bold;
	background:#006B6B
}
.book-now-btn a:hover{
	background: #FF6B6B
}
.drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 300px;
  background-color: #fff;
  box-shadow: -2px 0 5px rgba(0,0,0,0.3);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1001;
}

.drawer.open {
  transform: translateX(0);
}

/* Overlay */
.drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.drawer-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

/* Drawer Content */
.drawer-content {
  padding: 20px;
}
/* CSS footer */

/* CSS media */

@media (max-width:1430px) and (min-width:1170px) {
.header-main-wraper .navbar-nav li {
	padding: 0 10px;
}
.package-image-text-wrp ul li {
	padding: 3px 0;
	padding-left: 30px;
}
.package-image-text-wrp h4 {
	margin-bottom: 5px;
}
.button-package-wrap {
	margin-top: 5px;
}
.small-image-wrap {
	height: 201px;
}
}
@media (max-width:1250px) and (min-width:1170px) {
}
@media (max-width:1192px) and (min-width:1170px) {
.phone-number-header {
	width: 165px;
}
.phone-number-header strong {
	font-size: 17px;
}
}
 @media screen and (max-width:1169px) {
.container {
	max-width: 100%;
}
.close-menu-btn {
	display: block;
}
.navbar-expand-sm .navbar-toggler {
	display: block;
	position: absolute;
	right: 20px;
	top: 17px;
	border: 1px solid #000;
}
.navbar-expand-sm .navbar-collapse {
	position: fixed;
	background: #fff;
	right: 0;
	height: 100%;
	top: 0;
	z-index: 11111;
	display: block !important;
	width: 300px;
}
.collapse:not(.show) {
	display: none !important;
}
.navbar-nav {
	display: block;
}
.navbar-expand-sm .navbar-collapse .d-flex {
	display: block !important
}
.navbar-expand-sm .navbar-nav {
	width: 100%;
}
.pacakges-main-wraper .container-fluid {
	padding: 0 15px;
}
.package-image-text-wrp h4 {
	margin-bottom: 0;
}
.phone-number-header {
	width: 100%;
	left: 36px;
}
.button-book-now a {
	display: none;
}
.phone-number-header {
	display: none !important;
}
.drawer-toggle {
	background: #FF6B6B;
	color: #fff !important;
}
.drawer-toggle img {
	filter: brightness(0) invert(1);
}
.button-package-wrap span {
	margin-right: 5px;
}
.button-package-wrap a {
	padding: 16px 30px
}
.package-image-text-wrp ul li {
	padding: 7px 0;
	padding-left: 30px;
}
.button-package-wrap {
	margin-top: 5px;
}
.listing-dhow-package-image {
	height: 260px;
}
.listing-info-text {
	width: 78%;
}
.close-menu-btn {
	text-align: right;
	padding: 25px;
}
.mobile-gallery-slider {
	display: block;
}
}
@media screen and (max-width:768px) {
.navbar-expand-sm .navbar-toggler {
	top: -94px
}
.slider-main-wraper h1 {
	padding-top: 25px;
}
.listing-dhow-package-image img {
	width: 100%;
}
.slider-main-wraper h1 {
	font-size: 36px;
}
.pacakges-main-wraper h2 {
	font-size: 30px;
	margin-top: 10px;
}
.pacakges-main-wraper p br {
	display: none;
}
.choose-pacakges-main-wraper {
	padding: 25px 0 !important;
}
.pacakges-main-wraper {
	padding: 20px 0 40px 0;
}
.pacakges-main-wraper ul {
	margin-top: 0;
}
.package-image-text-wrp h3 {
	font-size: 36px;
}
.dhow-cruise-other-package h2 {
	font-size: 36px;
}
.picture-gallery-main-wraper h4 {
	font-size: 36px;
}
.frequently-question-wraper h2 {
	font-size: 36px;
}
.frequently-question-wraper {
	padding: 30px 0;
}
.package-image-text-wrp h4 {
	font-size: 25px;
}
.dhow-cruise-other-package {
	padding-top: 30px;
}
.dhow-cruise-other-package h2 {
	margin-bottom: 30px;
}
.picture-gallery-main-wraper ul {
	display: none;
}
.frequently-question-wraper .accordion {
	width: 100%;
}
.site-logo-wrap img {
	width: 120px;
}
.header-main-wraper .navbar-nav li {
	top: 0;
	padding: 15px 25px;
}
.navbar-dark .navbar-toggler-icon {
	background-image: url(../images/menu.png) !important
}
.navbar-toggler-icon {
	width: 1em;
}
.price-btns-wraper .listing-price {
	margin-top: 5px;
}
.listing-dhow-package-text {
	padding: 15px;
}
.sticky-phone-wrap {
	display: none;
}
.site-logo-wrap {
	text-align: left;
}
.mobile-phone-no {
	position: absolute;
	right: 92px;
	font-size: 18px;
	font-weight: bold;
	line-height: 19px;
	top: 15px;
}
.mobile-phone-no a {
	color: #006B6B;
}
.mobile-phone-no span {
	display: block;
	font-size: 14px;
	;
	font-weight: normal;
	color: #FF6B6B
}
.mobile-phone-no {
	display: block;
}
.contact-form-wraper form {
	width: 100%;
}
.contact-form-wraper {
	padding: 30px 0;
}
.sticky-new-year-btn {
	width: 70px;
	top: 37%;
}
canvas {
	top: 17%;
}
.header-navigation-wrap {
	top: 0;
	position: absolute;
	right: 0;
	width: 132px;
}
.side-panel {
	width: 95%;
	right: -95%;
}
.package-image-text-wrp ul li {
	background-size: 5.5%;
}
.cta-main-wrap {
	padding: 20px 20px 15px 20px
}
.cta-main-wrap .col-md-4 {
	padding-left: 0;
	padding-right: 0;
}
.cta-main-wrap .cta_main_heading {
	text-align: center;
	margin-bottom: 30px;
}
.cta-main-wrap ul li a {
	margin-bottom: 15px;
}
.button-package-wrap a {
	padding: 16px 30px;
	display: block;
	text-align: center;
	        margin-right: 0;
}
.button-package-wrap button {
	width: 100%;
	padding: 16px 30px;
	display: block;
	text-align: center;
	margin: 9px 0 0 0;
}
.package-description-wrap {
	padding: 10px;
}
.infor-text-main-wrap {
	padding: 30px 0 10px 0;
}
.frequently-question-wraper .faq-heading {
	font-size: 36px;
	line-height: 45px;
	margin-bottom: 20px;
}
.contact-form-wraper .contact-heading {
	font-size: 36px;
	margin-bottom: 20px;
}
.infor-text-main-wrap p{
	padding-bottom:8px;
}
.new-moda-menu-wraper h4 span{
	font-size:30px;
}
.new-moda-menu-wraper h4 {
    font-size: 40px;
    line-height: 40px;
}
.menu-list-new-menu {
    height: 392px;
}
}
 @media screen and (max-width:480px) {
.button-package-wrap span {
	display: block;
	margin-bottom: 20px;
}
.package-image-text-wrp h3 {
	font-size: 30px;
	margin-top: 20px;
}
}







/* CSS media */
