/*
Theme Name: Fujairah
Theme URI: https://fujairah.city
Description: Theme Fujairah
Version: 1.0
Author: EMARSTRAT

*/

/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400&display=swap');

body {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  color: #5d6c83;
}

img,
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

.f-left {
  float: left
}

.f-right {
  float: right
}

.fix {
  overflow: hidden
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.9;
}

a:focus,
.button:focus,
button,
input:focus {
  text-decoration: none;
  outline: none;
}

button:focus,
input:focus,
textarea:focus,
:focus {
  outline: 0
}

button {
  cursor: pointer
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none
}

p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 30px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #5d6c83;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #5d6c83;
  font-size: 14px;
  opacity: 1;
}

.theme-overlay {
  position: relative
}

.theme-overlay::before {
  background: #0896ff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.separator {
  border-bottom: 1px solid #e5e5e5;
}

.breadcrumb>.active {
  color: #888;
}

.owl-carousel .owl-nav div {
  background: rgba(255, 255, 255, 0.8);
  height: 40px;
  left: 20px;
  line-height: 40px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 40px;
}

.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}

.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.owl-carousel .owl-nav div:hover {
  background: #17213e;
  color: #fff
}

/* 2. Header */
.header-top {
  padding-top: 15px;
  padding-bottom: 12px;
  text-align: center;
}

/* Main Menu */
.logo {}

.basic-menu {
  position: relative;
  top: 30px;
}

.basic-menu ul li {
  float: left;
  position: relative;
  margin-left: 20px;
  font-weight: 400;
}

.basic-menu ul li a {
  font-family: 'Jost', sans-serif;
  color: #1b1b1b;
  display: inline-block;
  font-size: 18px;
  transition: all 0.5s ease 0s;
}

.basic-menu ul li a:last-child {
  padding-right: 0;
}

.basic-menu ul li:hover>a {
  opacity: 0.8;
}

/*---------Dropdown Menu---------*/
.basic-menu ul li ul {
  opacity: 0;
  position: absolute;
  top: 110%;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  z-index: 9999;
}

.basic-menu ul li ul li {
  float: none;
  margin: 0;
}

.basic-menu ul li ul li:last-child {
  border-bottom: 0;
}

.basic-menu ul li ul li a {
  display: block;
}

.basic-menu ul li:hover ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

/* 3. Slider Area */
.single-slider {
  min-height: 935px;
  background-size: cover;
  background-position: center center;
}

.slider-content {
  padding-top: 274px;
}

.single-slider.home-2 .slider-content {
  padding-top: 380px;
}

.btn-1 {
  background: #17213e;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 10px 40px;
  display: inline-block;
}

.btn-1:hover {
  background: #fff;
  color: #17213e
}

.slider-large-active {}

.slider-large-active button {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 50%;
  bottom: 50px;
  color: #fff;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 70px;
  width: 40px;
  z-index: 999;
}

.slider-large-active button.slick-prev {
  right: 122px;
}

.slider-thumb img {}

.slick-current img {}

.slider-wrapper {
  position: relative
}

.slider-search-form {
  position: absolute;
  bottom: 225px;
  z-index: 999;
  left: 0;
  right: 0;
}

.slider-search-form .form-action {
  background: rgba(255, 255, 255, .1);
  box-shadow: 0px 2px 44px 0px rgba(0, 0, 0, 0.06);
  padding: 30px 80px;
  padding-right: 60px;
}

.slider-search-form .form-action ul.select-bar li.location {
  display: inline;
  width: 17%;
  background: none;
  color: #fff;
  margin-right: 15px;
  float: left;
}

.slider-search-form .nice-select {
  background: none;
  border-color: #af9792;
}

.slider-search-form .nice-select::before {
  color: #fff;
}

.slider-search-form .nice-select::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.slider-search-form .form-action ul.select-bar li.location.search-width {
  width: 25%
}

.slider-search-form .trip-btn.btn-1 {
  background: #17213e none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  padding: 11.4px 40px;
  animation-delay: 1.5s;
  border: 0;
}

.slider-search-form .nice-select .option {
  color: #444;
}


.slider-search-form .datepicker {
  width: 100%;
  color: #fff;
  background: no-repeat;
  border-color: #af9792
}

.slider-search-form form.icon::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.slider-search-form form.icon::before {
  color: #fff;
}

/* 4. Booking */

form.icon {
  position: relative;
}

form.icon::before {
  content: "\f073";
  left: 17px;
  position: absolute;
  top: 8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #777;
}

form.icon:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.booking-option ul li.location {
  float: left;
  padding: 0 15px;
  width: 20%;
}

.datepicker {
  width: 100%;
  border: 1px solid #e8e8e8;
  height: 41px;
  padding: 0 41px;
  font-size: 14px;
}

.slider-search-form .datepicker::-moz-placeholder {
  color: #fff
}

.slider-search-form .datepicker::placeholder {
  color: #fff
}

.ui-datepicker-calendar tbody a {
  background: #ddd !important;
  text-align: center
}

.location-here {
  width: 100%;
}

.booking-option {
  margin-top: -150px;
}

select#hotel {
  -moz-appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0 none;
  color: #fff;
  text-transform: uppercase;
}

.top-button {
  color: #1b1b1b;
  float: left;
  font-size: 20px;
  line-height: 40px;
  padding: 2px 30px;
  text-transform: uppercase;
}

.top-bar-option {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  margin-bottom: -7px;
}

.booking-area {
  margin-top: -72px;
  position: relative;
  z-index: 999;
}

ul.select-bar {
  margin: 0 -15px;
  min-height: inherit;
}

.form-action.form-action-one {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 2px 44px 0 rgba(0, 0, 0, 0.06);
  padding: 48px 110px;
}

.filter-part {
  clear: both;
  overflow: hidden;
  padding-bottom: 8px;
  padding-top: 42px;
}

ul.select-bar select {
  -moz-appearance: none;
  border: 1px solid #ddd;
  padding: 10px 15px;
}

.nice-select.open .list {
  width: 100%;
}

.top-button-inner>img {
  left: 0;
  position: absolute;
  top: 8px;
}

.top-button-inner {
  position: relative;
}

.top-button-inner .nice-select {
  -moz-user-select: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 5px;
  box-sizing: border-box;
  clear: both;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  height: inherit;
  line-height: 40px;
  margin-left: 30px;
}

.top-button-inner .nice-select::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 0;
  top: 53%;
}

.top-button-inner .nice-select .option {
  color: #444;
  font-size: 14px;
}

.top-button-inner.icon-none .nice-select::before {
  display: none;
}

.nice-select.location-here.check-in::before {
  content: "\ed21";
}

.nice-select.location-here.check-out::before {
  content: "\ed21";
}

.nice-select.location-here.member::before {
  content: "\ede0";
}

.nice-select {
  border-radius: 0;
}

/*Booking style 02*/
.form-action ul.select-bar li.location {
  display: inline-block;
}

/*Pricing Filter*/
.range-wrapper .ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
  display: inline-block;
  width: 300px;
}

.range-wrapper label {
  color: #5d6c83;
  display: inline-block;
  font-size: 18px;
  margin-right: 30px;
}

.range-input {
  margin-left: 138px;
}

.filter-part .range-input input {
  color: #5d6c83 !important;
}

.filter-part .ui-widget-header {
  background: #17213e none repeat scroll 0 0;
  border: 0 none;
}

.filter-part .ui-widget-content {
  background: #dcdcdc none repeat scroll 0 0;
  border: 0 none;
  color: #333333;
}

.filter-part .ui-slider-horizontal {
  height: 7px;
}

.filter-part .ui-slider .ui-slider-handle {
  background: #17213e none repeat scroll 0 0;
  border: 0 none;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  z-index: 1;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #17213e none repeat scroll 0 0;
  border: 0 none;
  color: #454545;
  font-weight: normal;
}

.filter-part .ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.6em;
  top: -3px;
}

.filter-button button {
  background: #17213e none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 20px 50px;
}

.filter-button {
  float: right;
}

.range-wrapper {
  float: left;
}

/* 5. Feature */
.feature-content {
  padding-left: 27px;
}

.feature-content p {
  color: #5d6c83;
  font-size: 16px;
}

/* 6. Service */
.service-home-img>img {
  width: 108%;
  margin-left: -54px;
}

.service-home-content {
  padding-left: 75px;
}

.service-home-content>p {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 36px;
}

.service-home-content ul li {
  color: #5d6c83;
  float: left;
  font-size: 18px;
  width: 50%;
  padding-bottom: 16px;
}

.service-home-content ul li i {
  padding-right: 15px;
}

.btn-2 {
  color: #1b1b1b;
  line-height: 43px;
  margin-top: 35px;
  padding-left: 34px;
  padding-right: 34px;
  display: inline-block;
  border: 2px solid #9b9b9b;
  transition: 0.5s;
}

.btn-2:hover {
  color: #fff;
  background: #17213e;
  border: 2px solid #17213e;
}

/* 9. Package */

.package-img {
  position: relative;
}

.package-img a img {
  width: 100%;
  border-radius: 5px;
}

.package-cost {
  color: #333;
  font-size: 18px;
  line-height: 25px;
  padding: 10px 15px 15px 15px;
  display: inline-block;
  background: #fff;
  text-align: center;
  margin: 10px 0 0 0;
  width: 100%;
}

.package-cost a {
  color: #333;
  font-weight: 500;
  font-family: 'Lora', serif;
}

.single-package p {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 20px 0;
  line-height: 30px;
  text-align: justify;
}

.more-link {
  display: block;
  color: #17213e;
  font-size: 15px;
  margin-top: 5px;
  text-transform: uppercase;
}

.more-link i {
  transition: 0.5s;
}

.more-link:hover {
  color: #17213e;
}

.more-link:hover i {
  padding-left: 5px;
}

.more-package {
  padding-top: 62px;
}


/* 11. Promote Area */
.promote-area {
  background: linear-gradient(to right, #f0f0f0, #fafafa);
}

.promote-content span {
  color: #17213e;
}

.promote-area-booking {
  background: #fafbfc;
}

.promote-area-booking .col-lg-4 {
  margin-bottom: 20px;
}

.promote-area-booking p.title {
  margin: 0 0 40px 0;
  font-family: 'Lora', serif;
  font-size: 1.3rem;
  color: #313131;
  font-weight: 500;
  text-align: center;
}

.promote-area-booking img {
  border-radius: 3px;
}

.promote-area-booking h4 {
  font-size: 1.2rem;
  padding: 10px 0;
}

.promote-area-booking h4 a {
  color: #333;
  font-weight: 500;
}

.promote-area-booking h4 span {
  padding: 0 5px;
  font-size: 1rem;
}

.promote-area-booking h4 span.grey {
  background-color: #ccc;
}

.promote-area-booking h4 span.green {
  background-color: #008009;
  color: #fff;
}

.promote-area-booking h4 span.yellow {
  background-color: #febb02;
}

.promote-area-booking p {
  font-size: 0.8rem;
  line-height: 20px;
  margin: 0;
}

.promote-area-booking p.center {
  text-align: center;
  margin: 20px auto 0;
  font-size: 1rem
}

.promote-area-booking p.center a {
  margin: 5px 0 0 0;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}

.promote-area-booking p.center a#hall {
  text-transform: none;
  color: inherit;
  border-bottom: 2px solid;
}

.promote-area-base h1 {
  color: #fff;
  font-size: 3rem;
  padding: 0 0 20px;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.promote-area-base h2 {
  color: #fff;
  font-size: 1.5rem;
  padding: 0 0 40px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4)
}

.promote-area-booking-form {
  position: relative;
  background-image: url(img/fujairah-2.jpg);
  color: #fff;
  background-repeat: no-repeat;
  padding: 40px 0 0 0;
  background-size: cover;
  background-position: center;
}

.promote-area-booking-form:before {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.promote-area-booking-form form {
  background: #feba02;
  border-radius: 5px;
  padding: 15px 0;
}

.promote-area-booking-form form label {
  font-size: 14px;
  text-transform: uppercase;
  color: #17213e;
}

.promote-area-booking-form form .destination label {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0 10px;
  background: #fed502;
  transform: rotate(-2deg);
  position: absolute;
  top: -30px;
  left: -25px;
  width: 330px;
}

.promote-area-booking-form form .destination p {
  line-height: 15px;
  font-size: 15px;
  color: #333;
  margin: 10px 0;
}


.promote-area-booking-form form input {
  width: 100%;
  font-size: 600;
}

.promote-area-booking-form form .arrival_date,
.promote-area-booking-form form .departure_date {
  border: 1px solid #cc9501;
  background: #fff;
  padding: 8px;
  border-radius: 3px;
  margin: 0 10px;
}

.promote-area-booking-form form .arrival_date label,
.promote-area-booking-form form .departure_date label {
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.promote-area-booking-form form .search button {
  background: #07c;
  border-radius: 3px;
  border: none;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.promote-area-booking-form #booking-form-benefits {
  padding: 15px 0;
}

.promote-area-booking-form #booking-form-benefits p {
  line-height: 1rem;
  font-size: 14px;
}

.promote-area-booking-form #booking-form-benefits .material-symbols-outlined {
  position: relative;
  top: 5px;
}

/* 14. Footer */
.footer-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.footer-widget span {
  color: #aaa;
  font-style: italic;
  font-size: 0.8em;
  float: right;
  margin: 5px 15px 0 0;
}

.footer-widget p {
  font-style: italic;
}

.footer-widget img {
  display: block;
  margin: 20px auto;
}

.footer-widget ul.footer-social-icon li {
  display: inline-block;
  margin-right: 20px;
  padding-top: 27px;
}

.footer-widget ul.footer-social-icon li i {
  color: #898989;
  transition: 0.5s;
}

.footer-widget ul.footer-social-icon li:hover i {
  color: #17213e;
}

.footer-widget ul.footer-link li {
  padding-bottom: 5px;
}

.footer-widget ul.footer-link li a {
  color: #5d6c83;
  font-size: 14px;
  transition: 0.5s;
  font-family: 'Jost', sans-serif;
}

.footer-widget ul.footer-link li:hover a {
  color: #17213e;
}

.copyright-area p.copyright {
  font-size: 14px;
}

/*For Homepage style 02*/
.single-slider.home-2 {
  z-index: 9;
}

.slider-thumb {
  position: relative;
}

.inner-thumb {
  margin-bottom: 40px;
}

.slider-thumb .slider-btn-info {
  position: absolute;
  bottom: 40px;
  padding: 15px 30px;
  left: 0;
  right: 0;
}

.slider-thumb.slick-current::before {
  border: 10px solid #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  content: "";
  position: absolute;
  transition: .3s
}

.slider-thumb.slick-current .inner-thumb {
  box-shadow: 0px 4px 34.2px 1.8px rgba(0, 0, 0, 0.18);

}

.slider-btn-info>a {
  float: right;
  border: 1px solid #fff;
  color: #fff;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  font-size: 10px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}

.slider-thumb:hover .slider-btn-info>a,
.slider-thumb.slick-current .inner-thumb .slider-btn-info>a {
  opacity: 1;
  visibility: visible
}




header.header-area.home-2 {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: absolute;
}

header.header-area.home-2 .basic-menu ul li a {
  color: #fff;
}

header.header-area.home-2 .basic-menu ul li ul li a {
  background: #fff;
  color: #444
}

header.header-area.home-2 .basic-menu ul li ul li:hover>a {
  color: #17213e
}

.section-title p {
  color: #5d6c83;
  font-size: 16px;
  margin: 0 auto;
  max-width: 800px;
  padding: 0 45px;
}

.video-box {
  padding: 0 50px;
}

.about-history-content {
  position: relative;
  margin-bottom: -318px;
  z-index: 9;
  border: 23px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.about-history-area .section-title span {
  color: #17213e;
}

.about-history-area .section-title p {
  line-height: 27px;
}

.about-history-content>img {
  width: 100%;
}

.video-play.home-2 i {
  color: #17213e;
  border-radius: 50%;
  display: block;
  height: 68px;
  left: 50%;
  line-height: 68px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
}

/* 19. Package */
.package-search {
  float: left;
}

.package-search form {}

.package-search form input {
  border: 0;
}

.package-search form button {
  border: 0;
  background: no-repeat;
}

.p-search {
  color: #b5bbc3;
  font-size: 16px;
}

.package-tab {
  margin-left: 40px;
}

.package-tab li {
  margin-left: 15px;
}

.package-tab li a {
  font-size: 16px;
  padding: 0;
  color: #b5bbc3
}

.package-tab .nav-link.active {
  color: #5d6c83
}

.package-search i {
  color: #b5bbc3;
  padding-left: 7px;
}

.package-search-result {
  text-align: right;
}

.package-top-bar {
  padding-bottom: 25px;
}

.package-search-result p {
  color: #b5bbc3;
  font-size: 16px;
}

.advertise-area {
  margin-bottom: 44px;
}

.advertise-area img {
  width: 100%;
}

.widget-single-content {
  margin-bottom: 28px;
}

.widget-thumb {
  float: left;
  padding-right: 25px;
  padding-top: 5px;
}

.widget-title {
  margin-bottom: 35px;
  position: relative;
}

.widget-title::before {
  background: #e5e5e5;
  bottom: -7px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.widget-content>p {
  color: #5d6c83;
  padding-top: 2px;
}

.package-img.p-list {
  float: left;
  padding-right: 48px;
}

.single-package.p-list {
  background: #fff;
  overflow: hidden;
  padding: 8px;
}

.pack-content {
  overflow: hidden;
  padding-right: 35px;
  padding: 30px 0;
}

.pack-content .p-cost {
  color: #17213e;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 6px;
}

.pack-content>p {
  font-size: 16px;
  padding-bottom: 28px;
  padding-top: 15px;
}

.pack-content .more-link.p-list {
  color: #1b1b1b;
  font-size: 15px;
  font-weight: 400;
}

.pack-content .more-link.p-list:hover {
  color: #17213e;
}

.package-style .single-package.p-list {
  padding: 0;
}

/*Blog Page*/
.single-blog-thumb {
  margin-bottom: -48px;
}

.single-blog-thumb>img {
  width: 100%;
}

.single-blog-info {
  padding: 48px 48px 56px;
}

.single-blog-info span {
  background: #17213e;
  color: #fff;
  padding: 2px 9px;
}

.blog-meta {
  margin-top: 37px;
  overflow: hidden;
}

.meta-icon {
  float: left;
}

.meta-icon a {
  color: #a9b0bb;
  padding-right: 13px;
}

.post-date {
  float: right;
}

.post-date a {
  color: #a9b0bb;
}

.post-date a i {
  padding-right: 12px;
}

.add-more-post.text-center>a {
  color: #fff;
  font-size: 18px;
  line-height: 54px;
  padding: 0 58px;
  background: #17213e;
  display: inline-block;
  text-transform: uppercase;
}

/*Single blog page*/
.blog-post-thumb.mb-30 img {
  width: 100%;
}

.blog-post-meta li {
  float: left;
}

.blog-post-meta li.post-time {
  color: #b0b6c0;
  font-size: 16px;
}

.blog-post-meta li.post-time i {
  padding-right: 11px;
}

.blog-post-meta li.post-share i {
  color: #b0b6c0;
  padding-left: 57px;
}

.blog-post-meta li.post-love {
  color: #b0b6c0;
  padding-left: 16px;
}

.blog-post-meta li.post-love i {
  padding-right: 5px;
}

.blog-post-meta li.comment-count {
  color: #b0b6c0;
  padding-left: 16px;
}

.blog-post-meta li.comment-count a {
  color: #b0b6c0;
}

.blog-post-meta li.comment-count i {
  color: #b0b6c0;
  padding-right: 5px;
}

.blog-content p,
#default-page p {
  font-size: 18px;
  font-weight: 300;
}

.blog-post-item {
  border-bottom: 1px solid #e5e5e5;
  margin-top: 60px;
  padding-bottom: 50px;
}

.blog-post-item:first-child {
  margin-top: 0;
}

.blog-post-item:last-child {
  border-bottom: none;
}

/*Blog page widget*/
.blog-sidebar {
  padding-left: 42px;
}

#searchform {
  position: relative;
}

#searchform label {
  display: none;
}

.search-box,
#searchform input,
#mce-EMAIL {
  color: #5d6c83;
  height: 42px;
  width: 100%;
  padding: 0 15px;
  border: 1px solid #e5e5e5;
  text-transform: uppercase;
}

.widget-body form {
  position: relative;
}

button.search-btn,
#searchform button,
input#mc-embedded-subscribe {
  color: inherit;
  height: 42px;
  width: 58px;
  cursor: pointer;
  margin-left: -4px;
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
}

.widget {
  margin-bottom: 40px;
}

.widget .widget-title h3 {
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px 0;
}

.widget-body ul.widget-cat li {
  margin-bottom: 8px;
}

.widget-body ul.widget-cat li a {
  color: #5d6c83;
  transition: 0.5s;
}

.widget-body ul.widget-cat li a i {
  padding-right: 3px;
}

.widget-body ul.widget-cat li:hover a {
  color: #17213e;
}

.widget-body ul.widget-tag>li {
  float: left;
  margin-bottom: 18px;
  margin-right: 18px;
}

.widget-body ul.widget-tag>li>a {
  color: #5d6c83;
  display: block;
  line-height: 31px;
  padding: 0 17px;
  border: 1px solid #e5e5e5;
  transition: 0.5s;
}

.widget-body ul.widget-tag>li:hover a {
  color: #fff;
  background: #17213e;
  border: 1px solid #17213e;
}

.book-now-title {
  background: #17213e;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 500;
}

.sidebar-booking {
  background: #f6f6f6;
}

.sidebar-booking .form-action {
  background: none;
  padding: 30px 50px;
}

.sidebar-booking .form-action ul.select-bar li.location {
  display: block;
  margin-bottom: 30px;
  clear: both;
}

.sidebar-booking .filter-part .range-input input {
  background: no-repeat;
}

.sidebar-booking .range-input {
  margin-left: 0;
  margin-top: 15px;
}

.sidebar-booking .filter-part {
  padding-bottom: 0;
  padding-top: 15px;
}

.sidebar-booking .filter-button {
  float: none;
}

.sidebar-booking .filter-button button {
  width: 100%;
}


.blog-single-img img {
  width: 100%;
}

.blog-post-thumb img {
  width: 100%;
}

.blog-details-info p {
  font-size: 16px;
}

blockquote {
  color: #1b1b1b;
  font-size: 16px;
  margin: 40px 0;
  padding: 0 77px;
  border-left: 2px solid #17213e;
}

blockquote i {
  color: #17213e;
}

.share-link li {
  display: inline-block;
}

.share-link {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-bottom: 100px;
}

.share-link li a {
  color: #a9b0bb;
  padding: 0 10px;
  display: block;
}

.comment-content {
  overflow: hidden;
  padding-left: 22px;
  padding-right: 555px;
}

.comment-time {
  color: #5d6c83;
  font-size: 14px;
  padding-bottom: 20px;
}

.comment-content>p {
  font-size: 16px;
}

a.reply {
  color: #17213e;
  display: block;
  margin-top: 18px;
}

.comment-child {
  margin-left: 92px;
}

.comment-list li {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 25px;
  padding-top: 58px;
}

.comment-list li:last-child {
  border-bottom: none;
}

.comment-field {
  width: 100%;
}

.comment-field {
  width: 100%;
  padding: 10px;
  color: #5d6c83;
  line-height: 23px;
  border: 1px solid #e5e5e5;
}

textarea.comment-field {
  height: 210px;
  margin-bottom: 35px;
}

.bomment-btn {
  color: #fff;
  border: 0 none;
  font-size: 20px;
  font-weight: 400;
  line-height: 52px;
  padding: 0 48px;
  cursor: pointer;
  background: #17213e;
  text-transform: uppercase;
}


/* 20. Contact */
#contact-map {
  height: 800px;
  width: 100%
}

.contact-info {
  margin-bottom: 60px;
}

.single-contact-field input {
  color: #5d6c83;
  border: 1px solid #e5e5e5;
  line-height: 44px;
  margin-bottom: 20px;
  padding: 0 30px;
  width: 100%;
}

.single-contact-field textarea {
  border: 1px solid #e5e5e5;
  height: 200px;
  padding: 14px 30px;
  width: 100%;
}

.submit-btn {
  background: #17213e;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  margin-top: 48px;
  padding: 0 30px;
}

/* Custom */

a,
button {
  color: #07c;
}

.blog-content a {
  border-bottom: 2px solid #17213e;
  font-weight: 400;
  color: inherit;
}

.blog-content span a {
  color: #17213e;
}

#home-page section {
  margin: 0 0 40px 0;
}

#home-page section .header-section h2 {
  padding: 0;
}

#home-page section .header-section p {
  margin: 0 0 30px;
}

#home-page section p {
  font-size: 16px;
  line-height: 25px;
}

.footer-widget h4 {
  font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lora', serif;
  color: #17213e;
  margin: 0px;
  padding: 10px 0 30px;
  font-weight: 500;
}

.alignright {
  float: right;
  margin: 0 0 0 25px;
  padding: 0 0 10px;
}

.alignleft {
  float: left;
  margin: 0 25px 0 0;
  padding: 0 0 10px;
}

.aligncenter {
  display: block;
  margin: 10px auto;
}

.alignnone {
  margin: 25px 0;
}

.single-package h2 {
  font-size: 20px;
}

.single-package h2 a {
  color: #313131;
}

.single-package h3 {
  font-size: 16px;
}

.single-package ul li {
  line-height: 32px;
}

.widget-content {
  padding: 0 0 20px 105px;
}

.widget-content a {
  color: #313131;
  font-weight: 400;
  font-family: 'Jost', sans-serif;
}

.widget-content p {
  font-size: 13px;
  line-height: 20px;
}

#category header {
  text-align: center;
  margin: 0 0 30px 0;
}

#category header h1 {
  padding: 0;
  text-transform: uppercase;
}

#category header p {
  margin: 0 0 30px 0;
}

#category p {
  font-size: 16px;
  line-height: 25px;
}

.blog-post-item p a[target='_blank']::after,
.blog-post-item ul li a[target='_blank']::after,
figcaption a[target='_blank']::after {
  font-family: 'Material Icons';
  content: "\e89e";
  margin: 0 0 0 5px;
  position: relative;
  top: 3px;
}

.blog-content h1 {
  font-size: 2.5rem;
  padding: 20px 0 40px;
  text-align: center;
}

.blog-content h2 {
  font-size: 1.5rem;
}

.blog-content h3 {
  font-size: 1.2rem;
}

.blog-content h4 {
  font-size: 1.1rem;
}

.blog-content ul {
  margin: 0 0 20px 0;
}

.blog-content ul li,
#default-page ul li {
  list-style-type: none;
  margin: 10px 0 10px 10px;
  font-size: 18px;
  line-height: 30px;
}

.blog-content ul li:before {
  content: '—';
  margin-right: 8px;
  font-weight: bold;
}

.blog-content ol li {
  margin: 20px;
  color: #5d6c83;
  line-height: 30px;
  list-style: decimal;
}

.blog-content iframe {
  margin: 20px auto !important;
}

.blog-content .wp-block-image {
  margin: 2rem 0;
}

.wp-caption-text,
figcaption {
  margin: 10px 0 5px 0 !important;
  text-align: right !important;
  font-size: 13px !important;
  font-style: italic;
}

.wp-caption.alignnone {
  width: 100% !important;
}

.promote-content img {
  position: relative;
  left: 40px;
}

.promote-content ul li {
  display: inline-block;
  background: #f9f502;
  padding: 0 20px;
  margin: 0 10px 10px 0;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.promote-content h4 {
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: none;
}

.header-top .right-menu {
  margin: 0 20px;
}

.header-top .right-menu a {
  font-size: 14px;
  border-bottom: 1px solid;
  color: inherit;
}

.header-top i {
  margin: 0 5px;
  font-size: 25px;
}

.bookingaff {
  margin: auto;
}

a.cta:hover {
  background: #0896ff;
  color: #fff;
}

.clear {
  clear: both;
}

#experiences-posts .row div:first-child {
  width: 100%;
}

#activities-links {
  background: #fafafa;
  padding: 20px;
  margin: 0 0 20px 0;
}

#activities-links span {
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0 0 10px 0;
}

#activities-links ul {
  padding: 0;
}

#activities-links ul li {
  list-style-type: circle;
  margin: 0 0 5px 20px;
}

#activities-links ul li::before {
  content: none;
}

#activities-links .activity-price {
  margin: 0 0 0 10px;
  display: inline-block;
  background: #f53;
  color: #ffffff;
  font-size: 0.8rem;
  padding: 0 5px;
  font-weight: bold;
  text-transform: uppercase;
}

.page p,
.blog-content p,
.page ol,
.blog-content ol,
.page ul,
.blog-content ul {
  padding: 0 5rem;
}

.fichehotel-content .fichehotel-n {
  margin: 0 0 30px;
}

.fichehotel-content .fichehotel-n h1 {
  padding: 0;
}

#fichehotel-note {
  display: block;
  margin: 10px 0 0 0;
}

#fichehotel-note strong {
  background: #feba02;
  color: #fff;
  padding: 0 8px;
  border-radius: 5px;
}

.fichehotel-content .fichehotel-n #fichehotel-review {
  display: block;
  font-size: 0.8rem;
}

.fichehotel-content {
  position: relative;
}

.fichehotel-content .fichehotel-p {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  line-height: 40px;
}

.fichehotel-content .fichehotel-p #fichehotel-price {
  display: block;
}

.fichehotel-content .fichehotel-p #fichehotel-price strong {
  font-size: 2rem;
}

.fichehotel-content .fichehotel-p a {
  cursor: pointer;
  padding: 5px 20px;
  border: none;
  border-radius: 3px;
  background: #07c;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.fichehotel-content .fichehotel-eq h2 {
  font-size: 1.5rem;
  padding: 20px 0;
}

.fichehotel-content .fichehotel-eq h2 span {
  font-size: 2rem;
  position: relative;
  top: 5px;
}

.fichehotel-content .fichehotel-map h2 {
  font-size: 1.5rem;
  padding: 20px 0;
}

.fichehotel-content .fichehotel-map h2 span {
  font-size: 2rem;
  position: relative;
  top: 5px;
}

.fichehotel-content .wp-block-gallery {
  margin: 0 0 30px 0;
}

span.hall {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #07c;
  padding: 5px 20px;
  border-radius: 8px;
  background: #fff
}

span.hall a {
  color: #333;
  font-weight: 500;
}

.instagram-media {
  width: calc(50% - 2px) !important;
  margin: 40px auto !important;
}

.part-description p,
.part-pricerange p {
  padding: 0;
  line-height: 25px;
  font-size: 1rem;
}

#default-page h1 {
  text-align: center;
}

div[data-gyg-widget="activities"] {
  margin: 0 0 20px;
  padding: 0 15px;
}

/* Share */
#share {
  float: left;
  width: 100%;
  height: 50px;
  margin: 20px 0;
}

#share ul li {
  float: left;
  list-style-type: none;
  width: 50%;
}

#share ul li a {
  background: #f0f0f0;
  display: block;
  padding: 10px 40px;
  text-align: center;
  border-bottom: none;
  color: #5d6c83;
}

#share ul li a#facebook-button {
  border-right: 1px solid #ccc;
}

#share ul li a#facebook-button:hover {
  background: #5271b5;
  color: #fff;
}

#share ul li a#google-button {
  border-right: 1px solid #ccc;
}

#share ul li a#google-button:hover {
  background: #dd4a38;
  color: #fff;
}

#share ul li a#twitter-button:hover {
  background: #49c8f0;
  color: #fff;
}

/**/

/* Related */
#related {
  float: left;
}

#related h3 {
  text-transform: uppercase;
  font-size: 20px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  padding: 0;
  margin: 30px 0 20px 0;
}

#related h3 span {
  background: #fff;
  padding: 0 20px;
  position: relative;
  bottom: 15px;
}

#related a img {
  width: 100%;
}

/**/

#post-ads {
  display: flex;
  margin: 20px 0;
}

#post-ads .post-ads-child {
  width: 50%;
  text-align: center;
}

/* CookieNotice */
#cookie_law {
  width: 350px;
  border: 2px solid #17213e;
  background: #fff;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
}

#cookie_law p {
  padding: 20px;
  font-size: 0.8em;
  line-height: 1.3em;
  text-align: center;
}

#cookie_law a {
  border-bottom: 2px solid;
}

#cookie_law .cookie_law_close {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border: none;
}

/**/

/* Partners */
#banners,
#partners {
  float: left;
  width: 100%;
  text-align: center;
  margin: 25px 0;
}

#banners div,
#partners div {
  float: left;
}

#banners img,
#partners img {
  display: block;
  margin: 0 auto 10px;
  width: 90%;
}

a#cta-pertners {
  display: block;
  width: 40%;
  text-align: center;
  margin: 20px auto;
}

#banners div {
  width: 33%;
}

#partners div {
  width: 25%;
}

/**/

#breadcrumbs {
  font-size: 12px;
}

#summary {
  padding: 20px;
  background: linear-gradient(to bottom right, #fafbfc, #fff);
}

#summary li {
  line-height: 13px;
  font-size: 13px;
}

#bloc-aff div {
  width: 100%;
  clear: both;
  margin: 0 0 15px;
  float: left;
}

#bloc-aff div img {
  float: left;
  margin: 0 15px 0 0;
}

#bloc-aff div p {
  color: #313131;
  line-height: 24px;
}

#bloc-aff div p strong {
  text-transform: uppercase;
  font-weight: bold;
}

#search-page h2 {
  font-size: 18px;
}

#search-page h2 a {
  color: #313131;
}

.wp-block-image img {
  width: 100%;
  border-radius: 5px;
}

.area-homepage {
  margin: 0 0 20px 0;
  position: relative;
  padding: 80px 0 20px 0;
  background-image: url(img/fujairah.jpg);
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.area-homepage:before {
  background: linear-gradient(rgba(18, 2, 2, 1), rgba(18, 2, 2, 0.6) 40%, rgba(18, 2, 2, 0.6) 85%, rgba(18, 2, 2, 0.1));
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.area-homepage h1 {
  font-size: 6rem;
  padding: 0;
  color: #fff;
  text-align: center;
}

.area-homepage .area-homepage-p {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 40px;
}

/* Affiliate Custom Block by ACF */

.part-item {
  margin: 20px 0;
  padding: 20px;
  border: 2px solid #17213e;
}

.part-item .part-unk {
  clear: both;
  margin: 20px 0;
  text-align: right;
}

.part-item .part-unk a {
  cursor: pointer;
  padding: 5px 20px;
  border: none;
  border-radius: 3px;
  background: #07c;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

/* FAQs */

#faqs {
  padding: 20px;
}

#faqs ul li {
  font-size: inherit;
  margin: 10px 0;
  line-height: 26px;
}

#faqs ul li::before {
  content: none;
}

#faqs .card {
  border: none;
}

#faqs .card-header {
  border: none;
  background-color: inherit;
  padding: 0;
}

#faqs h5 {
  padding: 0;
}

#faqs .btn-link {
  color: #17213e;
  padding: 0;
}

#faqs .btn {
  white-space: normal;
  text-align: left;
  margin: 0 0 10px 0;
}

/* Filtre note et prix - Page /hotels/ */

#hotels-filtre {
  text-align: center;
  margin: 1rem 0;
}

#hotels-filtre label {
  margin: 0 0 0 20px;
}

#hotels-filtre input {
  margin: 0 0 20px 0;
  width: 100px;
}

#hotels-filtre button {
  color: inherit;
  border: none;
  padding: 2px 20px;
}

/* pagination area */
.pagination-area {
  padding: 40px 0;
}

.pagination-area ul {
  float: right;
}

.pagination-area ul li {
  display: inline-block;
  width: 30px;
  text-align: center;
}

.pagination-area ul li .current {
  background: #07c;
  color: #fff;
  display: block;
}


/* end style */