/*------------------------------------------------------------------
[Layout]

	* Body
		- Padding/Margin
		- OW pull-left/pull-right
		- SlidePanel
		
	* Typography
		- font-family: 'Work Sans', sans-serif;
		- font-family: 'Poppins', sans-serif;
		- font-family: 'Tangerine', cursive;
		
	* Section Padding
	
	* Section Header
	
	* Page Banner
	
	* Ow Pagination
	
	* Header
		+ Header Main
			- Header Top
			- Header Middle
			- Menu Block
			- Menu:: Search
	
	* Footer
		+ Footer Main
			- Footer WidgetBlock
				- About Widget
				- Link Widget
				- OpeningHours Widget
				- Popular DestinationHours Widget
			- Footer NewsLetter	
			- Footer Bottom
		
	* Responsive
		- min-width: 1200
		- min-width: 992
		- min-width: 992 to max-width: 1199
		- max-width: 991
		- max-width: 767
		- max-width: 639
		- max-width: 479
		
------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700,300|Poppins:400,500,600,700|Tangerine:700);
@import "../libraries/lib.css";
@import "../libraries/bootstrap-datetimepicker.min.css";
@import "../libraries/fonts/stroke-gap-icon.css";
@import "../libraries/lightslider-master/lightslider.css";
@import "../css/plugins.css";
@import "../css/navigation-menu.css";
@import "../css/shortcode.css";

/* [Layout] */
/* * Body */
body {
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  color: #000;
  overflow-x: hidden;
}
main,
footer {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
a {
  outline: 0 !important;
}
select::-ms-expand {
  display: none;
}

/* - Padding/Margin */
.no-padding {
  padding: 0;
}
.no-left-padding {
  padding-left: 0;
}
.no-right-padding {
  padding-right: 0;
}
.no-top-padding {
  padding-top: 0;
}
.no-bottom-padding {
  padding-bottom: 0;
}
.no-margin {
  margin: 0;
}
.no-left-margin {
  margin-left: 0;
}
.no-right-margin {
  margin-right: 0;
}
.no-top-margin {
  padding-top: 0;
}
.no-bottom-margin {
  margin-bottom: 0;
}

/* - OW pull-left/pull-right */
.ow-pull-left {
  float: left;
}
.ow-pull-right {
  float: right;
}

/* - SlidePanel */
#slidepanel {
  display: block;
}
#closeit,
#toggle,
#slideit {
  display: none;
}

/* * Section Padding */
.section-padding {
  padding-top: 55px;
  padding-bottom: 55px;
}

/* * Section Header */
.section-header {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  padding-bottom: 31px;
  margin-bottom: 70px;
}
.section-header::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background-image: url("../images/sectionheader-seprator.png");
  height: 8px;
  width: 80px;
  bottom: 0;
  margin: 0 auto;
}
.section-header h3 {
  color: #333;
  font-size: 35px;
  font-weight: 700;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.section-header span {
  color: #a8a8a8;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.32px;
}

/* * PageBanner */
.pagebanner {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 335px;
  text-align: center;
}
.pagebanner::before {
  background-color: rgba(0, 0, 0, 0.9);
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.pagebanner .container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.pagebanner h1,
.pagebanner h3 {
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
  z-index: 2;
  word-wrap: break-word;
  margin: 0;
}

/* - PageBanner:: ContactUs */
.pagebanner.contactus {
  background: url("../images/banner/pagebanner-contactus.jpg");
}

/* - PageBanner:: Gallery3Column */
.pagebanner.gallery3column {
  background: url("../images/banner/pagebanner-gallery3column.jpg");
}

/* - PageBanner:: AboutUs */
.pagebanner.aboutus {
  background: url("../images/banner/pagebanner-aboutus.jpg");
}

/* - PageBanner:: Destination Details */
.pagebanner.destinationdetails {
  background: url("../images/banner/pagebanner-destinationdetails.jpg");
}

/* - PageBanner:: Blog */
.pagebanner.blog {
  background: url("../images/banner/pagebanner-blog.jpg");
}
/* - PageBanner:: BlogPost */
.pagebanner.blogpost {
  background: url("../images/banner/pagebanner-blogpost.jpg");
}

/*  * Ow Pagination */
.ow-pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.ow-pagination .pagination li {
  float: left;
  margin-right: 9px;
}
.ow-pagination .pagination li:last-of-type {
  margin-right: 0;
}
.ow-pagination .pagination a {
  font-size: 17px;
  height: 44px;
  width: 44px;
  line-height: 31px;
  color: #444;
  border: 1px solid #cecece;
  text-align: center;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  background-color: transparent;
}
.ow-pagination .pagination li.active a {
  background-color: #3abefb;
  color: #fff;
  border-color: #3abefb;
}
.ow-pagination .pagination li:last-of-type a {
  line-height: 25px;
}
.ow-pagination .pagination li:last-of-type a {
  padding: 9px 12px;
}
.ow-pagination .pagination a:focus,
.ow-pagination .pagination a:hover {
  color: #fff;
  background-color: #3abefb;
  border-color: #3abefb;
}
.ow-pagination .pagination > li:first-child > a,
.ow-pagination .pagination > li:last-child > a {
  border-radius: 0px;
}

/* * Header */

/* - Header Top */
.header-top {
  background-color: #2a2132;
  padding-top: 9px;
  position: relative;
}
.header-top::after {
  border-bottom: 1px solid #2a2132;
  bottom: -2px;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.header-top span {
  color: #fff;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 9px;
  text-transform: uppercase;
}
.header-top ul {
  text-align: right;
  padding-left: 0;
}
.header-top ul li {
  display: inline-block;
  margin-right: 5px;
}
.header-top ul li:last-of-type {
  margin-right: 0;
}
.header-top ul li a {
  color: #a1a1a1;
  font-size: 11px;
  display: inline-block;
  height: 28px;
  width: 29px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #808080;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.header-top ul li:hover a {
  border-color: #4ebceb;
  color: #4ebceb;
}

/* -- Header Middle */
.header-middle {
  padding-top: 36px;
  padding-bottom: 35px;
}
.header-middle .logo-block {
  padding-left: 82px;
  position: relative;
}
.header-middle .logo-block img {
  position: absolute;
  left: 0;
  top: 0;
}
.header-middle .logo-block a {
  text-decoration: none;
}
.header-middle .logo-block h3 {
  text-decoration: none;
  text-transform: uppercase;
  color: #222;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.96px;
  margin: 5px 0 0;
  font-weight: 700;
}
.header-middle .logo-block a span {
  display: block;
  color: #444;
  font-size: 11px;
  letter-spacing: 0.77px;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
}
.header-contactinfo-block {
  float: right;
  margin-top: 9px;
}
.header-middle .contactinfo-box {
  position: relative;
  display: inline-block;
  padding-left: 31px;
  margin-right: 45px;
}
.header-middle .header-contactinfo-block .contactinfo-box:last-of-type {
  margin-right: 0;
}
.header-middle .contactinfo-box > span {
  color: #f3a316;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 18px;
}
.header-middle .contactinfo-box p {
  color: #3abefb;
  font-size: 13px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  line-height: 20px;
}
.header-middle .contactinfo-box p span {
  color: #777;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  display: block;
}
.header-middle .contactinfo-box p a {
  color: #3abefb;
  display: block;
  text-decoration: none;
  font-size: 13px;
  text-decoration: none;
  line-height: 20px;
}
.header-middle .contactinfo-box p a:last-of-type {
  color: #777;
}

/* - MenuBlock */
.menu-block {
  background-color: #f3a316;
}

/* - Menu:: Search */
.menu-block .menusearch {
  float: right;
  max-width: 242px;
  position: relative;
  background-color: #e69b14;
  padding-left: 7px;
  padding-right: 7px;
  margin-right: 15px;
}

.menu-block .menusearch .btn {
  padding: 0;
  height: 25px;
  width: 25px;
}

.menu-block .menusearch .form-control {
  border-radius: 0;
  box-shadow: none;
  background-color: #e69b14;
  border: none;
  color: #fff;
  font-size: 15px;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.75px;
  min-height: 60px;
}

/* - Placeholder */
.menu-block .menusearch .form-control::-webkit-input-placeholder {
  color: #fff;
}
.menu-block .menusearch .form-control:-moz-placeholder {
  color: #fff;
}
.menu-block .menusearch .form-control::-moz-placeholder {
  color: #fff;
}
.menu-block .menusearch .form-control:-ms-input-placeholder {
  color: #fff;
}
.menu-block .menusearch .btn {
  background-color: transparent;
  min-height: 60px;
  color: #fff;
  font-size: 18px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  outline: none;
  box-shadow: none;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.menu-block .menusearch .btn:hover,
.menu-block .menusearch .btn:hover,
.menu-block .menusearch .btn:hover {
  color: #000;
}

/* * Footer */
/* - Footer Main */
.footer-main {
  overflow: hidden;
}
.footer-widgetblock {
  background-color: #1b1b1b;
  position: relative;
  padding-bottom: 40px;
}
.footer-widgetblock::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -90px;
  bottom: 0;
  background: url("../images/footer-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
}
.footer-widgetblock .row {
  padding-top: 90px;
}

/* - Footer:: Footer Widget */
.ftr-widget {
  margin-bottom: 30px;
}

/* - Footer:: Widget Title */
.ftr-widget .widget-title {
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin: 0 0 30px;
  padding-bottom: 23px;
  word-wrap: break-word;
}
.ftr-widget .widget-title::after {
  content: "";
  background-color: #3abefb;
  height: 3px;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ftr-widget .widget-title span {
  color: #f3a316;
}

/* - Footer :: About Widget */
.footer-widgetblock .about_widget p {
  color: #dadada;
  font-size: 15px;
  line-height: 25px;
}
.footer-widgetblock .about_widget ul {
  padding-left: 0;
  margin-bottom: 0;
  display: block;
  margin-top: 35px;
}
.footer-widgetblock .about_widget ul li {
  display: inline-block;
  margin-right: 4px;
}
.footer-widgetblock .about_widget ul li:last-of-type {
  margin-right: 0;
}
.footer-widgetblock .about_widget ul li a {
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background-color: #313131;
  font-size: 15px;
  color: #f3a316;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.footer-widgetblock .about_widget ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 0;
  background-color: #f3a316;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  z-index: -1;
}
.footer-widgetblock .about_widget ul li a:hover:before {
  height: 100%;
}
.footer-widgetblock .about_widget ul li a:hover {
  color: #fff;
}

/* - Footer:: Link Widget */
.footer-widgetblock .link_widget {
  padding-left: 25px;
}
.footer-widgetblock .link_widget a {
  color: #dadada;
  line-height: 38px;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 15px;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  display: block;
  word-wrap: break-word;
}
.footer-widgetblock .link_widget a:hover {
  color: #f3a316;
  margin-left: 3px;
}

/* - Footer:: OpeningHours Widget */
.footer-widgetblock .openinghours_widget {
  padding-left: 65px;
  padding-right: 45px;
}
.footer-widgetblock .openinghours_widget p {
  display: inline-block;
  width: 100%;
  color: #dadada;
  font-size: 15px;
  line-height: 28px;
  text-transform: capitalize;
  float: left;
  position: relative;
}
.footer-widgetblock .openinghours_widget p::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 5px;
  height: 1px;
  left: 40%;
  top: 13px;
}
.footer-widgetblock .openinghours_widget p span {
  float: right;
}

/* - Footer:: Popular DestinationHours Widget */
.footer-widgetblock .populardestination_widget ul {
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widgetblock .populardestination_widget ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 4.5px;
  position: relative;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  position: relative;
}
.footer-widgetblock .populardestination_widget ul li:nth-child(2n) {
  margin-right: 0;
}
.footer-widgetblock .populardestination_widget ul li:hover {
  opacity: 0.5;
}

/* - Footer:: NewsLetter */
.ftr-newsletter {
  background-color: #222;
  padding: 43.5px 89px;
  max-width: 1170px;
  margin: 19px 15px 0;
}
.ftr-newsletter h3 {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  word-wrap: break-word;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  float: left;
  margin: 10px 38px 0 0;
}
.ftr-newsletter .input-group {
  max-width: 693px;
}
.ftr-newsletter .input-group .form-control {
  border-radius: 25px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  font-size: 12px;
  color: #000;
  background-color: #fff;
  padding: 0 35px;
  min-height: 44px;
  border: none;
  max-width: 517px;
}
/* -- Footer:: NewsLetter Placeholder */
.ftr-newsletter .input-group ::-webkit-input-placeholder {
  color: #b0b0b0;
  text-transform: uppercase;
}
.ftr-newsletter .input-group :-moz-placeholder {
  /* Firefox 18- */
  color: #b0b0b0;
  text-transform: uppercase;
}
.ftr-newsletter .input-group ::-moz-placeholder {
  /* Firefox 19+ */
  color: #b0b0b0;
  text-transform: uppercase;
}
.ftr-newsletter .input-group :-ms-input-placeholder {
  color: #b0b0b0;
  text-transform: uppercase;
}
.ftr-newsletter .input-group .btn {
  background-color: #f3a316;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.48px;
  padding: 8px 33px 5px;
  border-radius: 30px;
  min-height: 44px;
  color: #fff;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  outline: none;
  word-wrap: break-word;
}
.ftr-newsletter .input-group .btn:hover {
  background-color: #3abefb;
}

/* - Footer Bottom */
.footer-bottom {
  background-color: #111;
}
.footer-bottom .col-md-3 span {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.52px;
  text-transform: uppercase;
  margin-top: 25px;
  display: inline-block;
}

/* - Footer Menu */
.footer-menu .ow-navigation {
  background-color: transparent;
  float: right;
}
.footer-menu .ow-navigation .nav > li {
  margin-right: 43px;
}
.footer-menu .ow-navigation .nav > li:last-of-type {
  margin-right: 0;
}
.footer-menu .ow-navigation .navbar-nav > li > a {
  font-weight: 400;
  letter-spacing: 0.48px;
}
.footer-menu .ow-navigation .navbar-nav > li > a::before {
  height: 0;
}
.footer-menu .ow-navigation .navbar-nav > li > a:hover {
  color: #f3a316;
}

.fa-x-twitter:before {
  content: "";
}

.fa-x-twitter {
  display: inline-block;
  width: 20px;
  height: 15px;
  background-color: currentColor;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M18.901 1.153h3.68l-8.04 9.19L24 22.847h-7.406l-5.8-7.584-6.63 7.584H.48l8.6-9.83L0 1.153h7.594l5.243 6.932 6.064-6.932zm-1.293 19.39h2.037L6.486 3.34H4.308l13.3 17.203z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M18.901 1.153h3.68l-8.04 9.19L24 22.847h-7.406l-5.8-7.584-6.63 7.584H.48l8.6-9.83L0 1.153h7.594l5.243 6.932 6.064-6.932zm-1.293 19.39h2.037L6.486 3.34H4.308l13.3 17.203z'/%3E%3C/svg%3E");

  -webkit-mask-size: contain;
  mask-size: contain;

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;
}

.header-top .fa-x-twitter {
  height: 10px;
}

.d-flex {
  display: flex;
}

.logo-mob {
  display: none;
  margin-right: 30px;
}

.logo-mob img {
  width: 239px;
}

.navigation {
  justify-content: center;
}

.footer-logo {
  width: 200px;
}

.footer-logo img {
  margin-bottom: 30px;
}

.foot-contact i {
  color: #f3a316;
}

.foot-contact address {
  margin-bottom: 0;
  color: #fff;
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.footer-bottom .container {
  padding: 10px 0;
  color: #fff;
  text-align: center;
}

.headerIcon {
  max-width: 20px;
}

.crsul ul {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
}

.crsul .testimonial-author {
  display: flex;
  flex-direction: column;
  grid-gap: 5px;
  justify-content: center;
  padding: 5px;
}

.crsul .testimonial-thumbbox {
  position: relative !important;
}

.eclipse-4 {
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.flex-news {
  display: flex;
  align-items: center;
  background-color: #f8f9f9;
}

.about-mb-3 {
  margin: auto;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
  max-width: 600px;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.text-center {
  text-align: center;
}

.rspnsv h1 {
  font-size: 30px;
}

.logo-block img {
  width: 100%;
}

.shop-section {
  background: #f8f9fc;
}

.cruise-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  transition: 0.35s ease;
  border: 1px solid #eee;
  height: 100%;
  margin-bottom: 30px;
}

.cruise-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.cruise-img-wrapper {
  position: relative;
  overflow: hidden;
}

.cruise-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.cruise-card:hover .cruise-img {
  transform: scale(1.08);
}

.badge-featured {
  position: absolute;
  top: 15px;
  left: 15px;
  background: linear-gradient(135deg, #ff7b00, #ffb347);
  color: #fff;
  padding: 6px 14px;
  font-size: 13px;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.cruise-content {
  padding: 24px;
  text-align: center;
}

.cruise-title a {
  text-decoration: none;
  color: #1c1c1c;
  font-size: 24px;
  font-weight: 700;
  transition: color 0.3s ease;
}

.cruise-title a:hover {
  color: #bd7900;
}

.cruise-text {
  color: #6c757d;
  font-size: 15px;
  line-height: 1.7;
  margin: 15px 0 25px;
}

.btn-details {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(135deg, #ff7b00, #ffb347);
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-details:hover {
  background: linear-gradient(135deg, #c45f02, #ce9039);
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}

.shop-section .row {
  display: flex;
  flex-wrap: wrap;
}

.shop-section .row .col-lg-4 {
  margin-bottom: 30px;
}

.section-header.mb-4 {
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.cruise-h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.cruise-small {
  background-color: #f3a316;
  position: relative;
  display: inline-block;
  margin-top: 80px;
}

.cruise-small img {
  position: relative;
  top: -11px;
  left: 11px;
}

.booking-box {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 40px;
}
.book-btn {
  margin-top: 10px;
  padding-top: 11px;
  color: #fff;
  text-decoration: none !important;
}
.book-btn:hover {
  color: #fff;
  text-decoration: none !important;
}

.price {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

.strt {
  font-size: 16px !important;
  float: left !important;
  height: 20px;
  line-height: 1 !important;
  margin: 0 !important;
}

.info h3 {
  margin: 30px 0;
}

.info p {
  line-height: 1.8;
}

.contact-social {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
}

.contact-social li {
  height: 36px;
  width: 36px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f3a316;
  border-radius: 50%;
  padding-top: 5px;
}

.contact-social i {
  color: #232323;
}
.contact-social .fa-x-twitter {
  background-color: #232323;
}
.contact-social a:hover i {
  color: #f3a316;
}
.contact-social a:hover .fa-x-twitter {
  background-color: #f3a316;
}

.error-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  text-align: center;
  max-width: 500px;
  margin: auto;
  box-shadow: 0px 0px 10px #bbb;
  padding: 20px;
  border-radius: 10px;
}

.error-head {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 60px;
}

.error-box p {
  font-size: 20px;
}

.crs-price {
  color: #ab6d00;
  font-size: 18px;
}

.mailaddress {
  text-transform: lowercase !important;
}
.bookFrm {
  padding: 70px 0;
}

#bookingForm sup {
  color: #ff3300;
}

.facilities li img {
  width: 25px;
}

#bookingForm .row {
  display: flex;
  flex-wrap: wrap;
}

.disclm {
  color: rgb(194, 0, 0);
  margin: 10px 0;
}
@media (min-width: 991px) {
  .navbar-fixed-top .logo-mob {
    display: block;
  }

  .navbar-fixed-top .navigation {
    justify-content: space-between;
  }
}
/*------------------------------------------------------------------
	[Responsive]
------------------------------------------------------------------*/

/* - min-width: 1200 */
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

/* - min-width: 992 */
@media (min-width: 992px) {
  /* - Menu Block */
  .menu-block {
    background-color: #f3a316;
    position: relative;
  }
  .menu-block::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background-color: #f3a316;
    height: 1px;
    display: inline-block;
    top: -2px;
  }

  /* - Header ContactInfo Block */
  .header-contactinfo-block .contactinfo-box:nth-child(3n + 1) {
    clear: both;
  }

  /* - Footer */
  .footer-widgetblock .col-md-3:nth-child(4n + 1) {
    clear: both;
  }

  .flex-news1 .entry-title {
    margin-bottom: 30px;
    padding-bottom: 20px;
    margin-top: 35px;
  }
}

/* - min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* - Header Middle */
  .header-middle {
    padding-bottom: 20px;
  }

  /* - Header ContactInfo Block */
  .header-middle .contactinfo-box {
    padding-left: 22px;
    margin-right: 12px;
  }
  .header-middle .contactinfo-box p a,
  .header-middle .contactinfo-box p span,
  .header-middle .contactinfo-box p {
    font-size: 13px;
  }

  .menu-block .menusearch {
    max-width: 225px;
  }

  /* - Footer WidgetBlock */
  .ftr-widget .widget-title {
    font-size: 20px;
  }

  /* - Footer Widget:: OpeningHours */
  .footer-widgetblock .openinghours_widget {
    padding-left: 15px;
    padding-right: 30px;
  }

  /* - Footer Widget:: Popular DestinationHours */
  .populardestination_widget img {
    max-width: 100px;
  }

  .ftr-newsletter {
    padding: 43.5px 40px;
  }
  .ftr-newsletter .input-group .form-control {
    max-width: 440px;
  }
}

/* - max-width: 991 */
@media (max-width: 991px) {
  /* - Menu Block */
  .menu-block::before {
    height: 0;
  }

  /* - SlidePanel */
  #slidepanel {
    display: none;
  }
  #slideit,
  #toggle {
    display: block;
    position: relative;
    z-index: 1;
  }
  #loginpanel {
    position: absolute;
    right: 107px;
    text-align: center;
    top: 12px;
  }
  #slideit,
  #closeit {
    position: relative;
    color: #000;
    font-size: 24px;
    right: -35px;
  }
  .mobile-hide {
    display: none;
  }
  .text-logo {
    color: #000;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    text-decoration: none;
    text-transform: capitalize;
    margin-left: 40px;
    margin-top: 15px;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
  }
  .text-logo:focus,
  .text-logo:active,
  .text-logo:hover {
    color: #f7c51d;
    text-decoration: none;
  }

  /* - Menu:: Search */
  .menu-block .menusearch {
    position: absolute;
    top: 0;
    right: 105px;
    padding-left: 2px;
    padding-right: 2px;
    background-color: transparent;
  }
  .menu-block .menusearch .form-control {
    padding: 0;
    position: relative;
    top: 58px;
    right: -30px;
    width: 0;
    min-height: 40px;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    float: right;
  }
  .menu-block .menusearch .input-group-btn {
    height: 58px;
  }
  .menu-block.navbar-fixed-top .menusearch .form-control {
    top: 50px;
  }
  .ow-navigation .menusearch .search-show {
    width: 100%;
    padding: 0 12px;
  }

  /* - Heade Middle */
  .header-middle {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .header-middle .logo-block {
    display: none;
  }
  .header-contactinfo-block {
    float: none;
    margin-top: 0;
  }
  .header-middle .contactinfo-box {
    width: 33.33%;
    float: left;
    margin-right: 0;
    padding-right: 5px;
  }
  .header-middle .contactinfo-box:last-of-type {
    padding-right: 0;
  }
  .header-middle .contactinfo-box p a:last-of-type,
  .header-middle .contactinfo-box p {
    font-size: 12px;
  }

  /* - Footer WidgetBlock */
  .footer-widgetblock .ftr-widget:nth-child(2n + 1) {
    clear: both;
  }

  /* - Footer:: Footer Widget */
  .ftr-widget {
    position: relative;
    z-index: 1;
  }

  .footer-widgetblock .openinghours_widget,
  .footer-widgetblock .link_widget {
    padding-left: 15px;
  }
  .footer-widgetblock .openinghours_widget {
    padding-right: 15px;
  }

  /* - Footer NewsLetter */
  .ftr-newsletter {
    display: inline-block;
    width: 100%;
    padding: 43.5px 20px;
  }
  .ftr-newsletter .input-group .form-control {
    max-width: 250px;
  }

  /* - Footer Menu */
  .footer-menu .ow-navigation .navbar-toggle {
    background-color: #f3a316;
  }
  .footer-menu .ow-navigation .navbar-toggle:hover {
    background-color: transparent;
  }
  .footer-menu .ow-navigation {
    margin-top: -45px;
  }
  .footer-menu .ow-navigation .navbar-nav {
    border-color: #f3a316;
  }
  .footer-menu .ow-navigation .navbar-nav > li > a {
    color: #fff;
  }

  .mobile-logo img {
    width: 250px;
  }

  .shop-section .row {
    justify-content: center;
  }

  .cruise-img-box {
    margin-bottom: 30px;
    width: 100%;
  }
}

@media only screen and (min-width: 639px) and (max-width: 992px) {
  .flex-news1 {
    display: flex;
    align-items: center;
    background: #f8f9f9;
  }

  .cruise-small {
    transform: translateX(50%);
  }
}
/* - max-width: 767 */
@media (max-width: 767px) {
  /* - Footer NewsLetter */
  .ftr-newsletter h3 {
    font-size: 20px;
    font-size: 18px;
    margin: 10px 20px 0 0;
  }
  .ftr-newsletter .input-group .btn {
    padding: 8px 20px 5px;
  }
  .ftr-newsletter .input-group .form-control {
    max-width: 230px;
    padding: 0 15px;
  }
}

/* -  max-width: 639 */
@media (max-width: 639px) {
  /* -  Header Middle */
  .header-middle .contactinfo-box {
    width: 50%;
  }

  /* - Footer */
  .ftr-widget .widget-title {
    font-size: 18px;
  }
  .footer-widgetblock .about_widget p,
  .footer-widgetblock .link_widget a {
    font-size: 14px;
  }
  .footer-widgetblock .openinghours_widget p::before {
    left: 37%;
  }
  .footer-widgetblock .openinghours_widget p {
    font-size: 13px;
  }
  .populardestination_widget img {
    max-width: 98px;
  }

  /* - Footer NewsLetter */
  .ftr-newsletter {
    padding: 43.5px 30px 43.5px 15px;
  }
  .ftr-newsletter h3 {
    font-size: 13px;
    margin: 10px 10px 0 0;
  }
  .ftr-newsletter .input-group .btn {
    padding: 8px 15px 5px;
    font-size: 11px;
  }
  .ftr-newsletter .input-group .form-control {
    max-width: 175px;
    padding: 0 15px;
  }

  /* - Section Header */
  .section-header h3 {
    font-size: 30px;
    margin: 0 0 8px;
  }

  .carousel-control {
    display: none;
  }

  .photoslider2-carousel p {
    margin: 20px 0;
  }

  .photoslider2-carousel .item {
    height: 350px;
  }

  .photoslider2-carousel .item img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }

  .crsul ul {
    gap: 10px;
  }

  .flex-news {
    flex-direction: column;
  }
  .flex-news2 {
    flex-direction: column-reverse;
  }

  .sctabt1 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}

/* -  max-width: 479 */
@media (max-width: 479px) {
  /* - Header Top */
  .header-top [class*="col-xs-"] {
    width: 100%;
    text-align: center;
  }
  .header-top ul {
    text-align: center;
  }

  /* - Header Middle */
  .header-middle {
    padding-top: 11px;
    padding-bottom: 0;
  }
  .header-middle [class*="col-xs-"] {
    width: 100%;
    text-align: center;
  }
  .header-contactinfo-block {
    margin-top: 0;
    float: none;
  }
  .header-middle .contactinfo-box {
    width: 100%;
    text-align: left;
    margin-right: 0;
  }

  /* - Footer */
  .footer-widgetblock .ftr-widget {
    width: 100%;
  }
  .footer-widgetblock .link_widget a {
    width: 50%;
  }
  .footer-widgetblock .openinghours_widget p::before {
    left: 40%;
  }
  .populardestination_widget img {
    max-width: 105px;
  }

  /* - Footer NewsLetter */
  .ftr-newsletter .input-group,
  .ftr-newsletter h3 {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }
  .ftr-newsletter .input-group .form-control {
    max-width: 100%;
  }
  .ftr-newsletter .input-group .btn {
    margin-top: 15px;
  }

  /* - Section Header */
  .section-header h3 {
    font-size: 22px;
    margin: 0 0 5px;
  }

  /* - PageBanner */
  .pagebanner h1,
  .pagebanner h3 {
    font-size: 36px;
  }

  .rspnsv h1 {
    font-size: 22px;
  }
}
