:root {
  --goldenrod: #cbaa5c;
  --dark-grey: grey;
  --gold: #cbaa5cbf;
  --dark-slate-blue: #113d66a6;
  --light-steel: #0066a5;
  --dark-trans-grey: #8080809e;
  --menu-background: #113d66cc;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #e6e6e6;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #0000008f;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  color: #e8e8e8;
  text-align: center;
  text-shadow: 1px 1px 6px #00000091;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: trajan-pro-3;
  font-size: 45px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000000a8;
  margin-top: 2px;
  margin-bottom: 3px;
  font-family: Fira Sans, sans-serif;
  font-size: 21px;
  font-weight: 100;
  line-height: 30px;
}

h4 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
}

p {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 200;
}

a {
  color: #cbaa5c;
  text-decoration: underline;
}

li {
  color: #fff;
}

.header {
  float: none;
  padding-top: 0;
  position: static;
}

.header-logo {
  float: left;
  margin-left: auto;
  padding: 6px 10px 31px;
  display: inline-block;
}

.body {
  background-image: linear-gradient(#113d66, #113d66);
  border-bottom: 1px #000;
  margin-top: 0;
}

.header-logo {
  float: none;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 10px;
  display: inline-block;
}

.menu-nav {
  float: right;
  text-align: right;
  width: auto;
  height: auto;
  padding: 26px 40px 19px 20px;
  position: static;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: scroll;
}

.menu-link {
  color: #e6e6e6;
  margin-top: 30px;
  padding: 34px 10px 20px;
  font-family: Droid Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.menu-link:hover {
  border-style: solid none none;
  border-top-width: 3px;
  border-top-color: #cbaa5c;
}

.button {
  float: none;
  clear: none;
  color: #cbaa5c;
  text-align: center;
  cursor: pointer;
  background-color: #113d66;
  border: 1px solid #cbaa5c;
  border-radius: 5px;
  margin-top: 9px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  font-family: Droid Sans, sans-serif;
  font-weight: 400;
  transition: background-color 1.5s, color 1.5s, border-color 1.5s;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.button:hover {
  color: #113d66;
  background-color: #cbaa5c;
  border-color: #113d66;
}

.button.cta {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

.navbutton {
  float: right;
  color: #e8e8e8;
  margin: 21px 11px auto 5px;
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
}

.navbutton:active {
  color: #cbaa5c;
}

.navbutton.w--open {
  color: #cbaa5c;
  background-color: #c8c8c800;
}

.phone-num-block {
  float: left;
  clear: none;
  margin-top: 8px;
  margin-left: 26px;
  margin-right: 0;
}

.body-text-16 {
  float: none;
  color: #e8e8e8;
  text-align: left;
  background-color: #0098ff00;
  margin-top: 32px;
  margin-left: 53px;
  padding-left: 2px;
  font-family: Fira Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
  display: block;
  position: static;
  overflow: visible;
}

.phoneicon {
  float: left;
  opacity: 1;
  color: #333;
  margin-top: 22px;
  margin-left: 6px;
}

.slider-home2 {
  height: 100vh;
}

.header-container {
  z-index: 10;
  background-color: #113d66a6;
  padding: 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.slide-mask {
  z-index: 0;
  height: 100%;
  margin-top: 0%;
  position: relative;
  top: 0;
}

.social-icons {
  float: right;
  text-align: right;
  margin-top: 13px;
  margin-left: 0;
}

.social-icon {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.side-menu {
  z-index: 20;
  float: none;
  clear: none;
  background-image: linear-gradient(#113d66, #113d66);
  width: 30%;
  height: 100%;
  padding: 40px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translate(-100%);
}

.side-menu-image {
  float: right;
  clear: none;
  text-align: right;
  margin: 30px 10px 0;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.side-menu-image.top {
  margin-top: 0;
}

.h2-side-menu {
  text-align: right;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 0;
  padding: 10px 10px 0;
  font-family: Fira Sans, sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.h2-side-menu:hover {
  color: #cbaa5c;
  transform: translate(0);
}

.h2-side-menu.leisure {
  font-size: 20px;
}

.h2-side-menu.leisure:hover {
  color: #cbaa5c;
}

.side-detail-leisure {
  z-index: 11;
  text-align: center;
  background-image: linear-gradient(to right, #113d66, #ffffff8a), url('../images/luxury-beach-side.jpg');
  background-position: 0 0, 100% 47%;
  background-size: auto, cover;
  width: 70%;
  height: 100%;
  padding: 40px 20px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translate(100%);
}

.side-detail-elements {
  margin: auto;
  padding-top: 0%;
  position: static;
  inset: 0;
}

.side-detail-heading {
  float: none;
  text-align: center;
  letter-spacing: 0;
  margin: 10% auto 0;
  padding-bottom: 0;
  font-family: Cinzel;
  font-size: 40px;
  font-weight: 400;
  display: block;
  position: relative;
  left: 0;
  right: -1px;
}

.side-detail-text {
  color: #fff;
  text-align: center;
  padding: 20px 18px 18px;
  font-family: Fira Sans, sans-serif;
  font-weight: 200;
  display: block;
  position: relative;
  top: 25%;
  left: 0;
  right: 0;
}

.side-detail-text.below {
  text-transform: none;
  margin-top: 12px;
}

.side-detail-div {
  text-align: center;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.side-detail-image {
  float: none;
  clear: none;
  border: 1px #000;
  margin: auto;
  padding: 0;
  display: block;
  position: static;
  box-shadow: 1px 1px 10px 2px #4b4b4bbf;
}

.image-detail-side {
  color: #fff;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9px;
  padding-left: 0;
  font-family: Fira Sans, sans-serif;
  font-weight: 200;
  display: block;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.side-menu-click {
  text-align: center;
  display: block;
}

.side-menu-click.leisure {
  width: auto;
  margin-top: 2px;
  display: inline;
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
}

.side-menu-click.corporate {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}

.side-menu-click.luxury {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
}

.side-menu-click.insp-map {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.side-menu-click.contact {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
}

.side-detail-corporate {
  z-index: 12;
  background-image: linear-gradient(to right, #113d66 7%, #ffffff52), url('../images/Corporate-hero.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, 2000px;
  width: 70%;
  height: 100%;
  padding: 40px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translate(100%);
}

.menu-link.leisure {
  margin-top: 5px;
  padding: 0 5px;
  font-family: Fira Sans, sans-serif;
  font-size: 12px;
  font-weight: 200;
  display: inline-block;
}

.menu-link.leisure:hover {
  border-top-style: none;
  border-bottom: 3px solid #cbaa5cbf;
}

.destination-hero {
  width: 100%;
  margin-top: 0;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.destination-hero.inspire {
  height: auto;
}

.destination-hero-title-h1 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 12px #000;
  background-image: linear-gradient(#113d667a, #113d667a);
  width: 100%;
  height: 100px;
  padding-top: 39px;
  font-family: Trajan pro, Times New Roman, sans-serif;
  font-size: 70px;
  font-weight: 400;
  display: block;
  position: absolute;
  inset: 47% auto auto;
}

.dest-hero-div {
  float: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  font-family: Fira Sans, sans-serif;
  display: block;
  position: static;
}

.destination-subhead {
  border-top: 2px solid #cbaa5cbf;
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Trajan pro, Times New Roman, sans-serif;
  display: block;
  position: static;
}

.destination-intro-text {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Fira Sans, sans-serif;
  font-weight: 200;
}

.destination-quote-text {
  color: #fff;
  text-align: justify;
  border-color: #cbaa5c;
  border-left-width: 2px;
  margin-top: 20px;
  margin-left: 50px;
  margin-right: 50px;
  font-family: Fira Sans, sans-serif;
  font-weight: 200;
  display: inline-block;
}

.header-div-final {
  z-index: 20;
  text-align: center;
  background-color: #113d66cc;
  margin-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.dest-hotel {
  min-height: 290px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.destination-slider {
  border: 1px solid #cbaa5c;
  height: 200px;
}

.dest-slider-slide {
  background-image: url('../images/full-atlantis-3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.dest-slider-slide.slide1 {
  background-image: url('../images/full-atlantis-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  padding-right: 0;
}

.dest-slider-slide.slide1.lotte {
  background-image: url('../images/NY2-slider.jpg');
}

.dest-slider-slide.slide1.w {
  background-image: url('../images/NY5-slider.jpg');
}

.dest-slider-slide.slide1.roxy {
  background-image: url('../images/NY8-slider.jpg');
}

.dest-slider-slide.slide1.one {
  background-image: url('../images/One-and-only-1-slider.jpg');
  background-position: 50%;
}

.dest-slider-slide.slide2 {
  background-image: url('../images/full-atlantis-2.jpg');
  background-position: 50%;
}

.dest-slider-slide.slide2.lotte {
  background-image: url('../images/NY3-slider.jpg');
}

.dest-slider-slide.slide2.w {
  background-image: url('../images/NY6-slider.jpg');
}

.dest-slider-slide.slide2.roxy {
  background-image: url('../images/NY9-slider.jpg');
}

.dest-slider-slide.slide2.one {
  background-image: url('../images/one-and-only-3-slider.jpg');
  padding-right: 75px;
}

.dest-slider-slide.slide3 {
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.dest-slider-slide.slide3.lotte {
  background-image: url('../images/NY4-slider.jpg');
}

.dest-slider-slide.slide3.w {
  background-image: url('../images/NY10-slider.jpg');
}

.dest-slider-slide.slide3.one {
  background-image: url('../images/one-and-only-2-slider.jpg');
}

.dest-slider-slide.slide-3.w {
  background-image: url('../images/NY7-slider.jpg');
}

.dest-hotel-body {
  color: #fff;
  text-align: justify;
  margin-top: 10px;
  padding: 9px 30px 9px 21px;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 100;
}

.dest-hotel-right {
  padding-top: 30px;
  padding-bottom: 30px;
}

.leisure-call-to-action {
  border-top: 2px #cbaa5c;
  border-bottom: 2px #cbaa5c;
  margin-bottom: 10px;
  box-shadow: 1px 1px 3px #808080a8;
}

.leisure-call-to-action-cont {
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: block;
}

.leisure-button {
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  background-color: #cbaa5cbf;
  background-image: linear-gradient(#113d66cc, #113d66cc);
  border: 1px solid #ffffff8f;
  border-radius: 5px;
  padding-left: 71px;
  padding-right: 71px;
  font-family: Fira Sans, sans-serif;
  font-weight: 200;
  transition: background-color .775s;
  display: inline-block;
  position: static;
  box-shadow: 1px 1px 3px #7272728f;
}

.leisure-button:hover {
  background-image: none;
}

.website-footer {
  text-align: center;
  border-top: 4px solid #cbaa5cc7;
}

.footer-form-text {
  float: left;
  text-align: center;
  width: 95%;
  margin-left: 6px;
  margin-right: 6px;
  padding-right: 12px;
  display: block;
}

.footer-form-email {
  text-align: center;
  width: 95%;
  margin-left: 5px;
  margin-right: 5px;
}

.footer-form-block {
  text-align: center;
}

.side-menu-div-block {
  z-index: 40;
  float: left;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.web-footer-row {
  border-top: 4px solid #cbaa5cbf;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  position: static;
}

.side-menu-intro {
  position: absolute;
  top: 2%;
  left: 0;
  right: 0;
}

.intro-body {
  color: #fff;
  text-align: right;
  padding-top: 2px;
  padding-right: 16px;
  font-family: Fira Sans, sans-serif;
  font-weight: 100;
}

.header-menu {
  float: right;
  text-align: right;
  letter-spacing: 0;
  text-transform: none;
  padding-top: 3px;
  padding-right: 0;
  font-family: Trajan pro, Times New Roman, sans-serif;
  font-size: 25px;
  font-weight: 200;
  display: inline-block;
}

.page-body {
  background-color: #113d66;
}

.image-flex-box {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  position: static;
  inset: auto 0;
  overflow: visible;
}

.text-wrapper {
  background-color: #0000;
  background-image: linear-gradient(to right, #113d66f2, #113d66ba);
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-right: 0;
  padding: 18px 18px 17px;
  position: absolute;
  inset: 0;
}

.thumbnail-block {
  background-image: url('../images/dubai-hero2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: auto;
  height: 300px;
  margin: 15px;
  position: relative;
  inset: 0;
  overflow: hidden;
  box-shadow: 1px 1px 14px 2px #222121d6;
}

.thumbnail-block.carib {
  background-image: url('../images/Caribbean-Hero.jpg');
  box-shadow: 1px 1px 14px 2px #222121d6;
}

.thumbnail-block.thai {
  background-image: url('../images/thailand-hero.jpeg');
  box-shadow: 1px 1px 14px 2px #222121d6;
}

.body-in-text-wrapper {
  color: #fff;
  text-align: center;
  margin-top: 20%;
  padding: 21px;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.leisure-rows {
  float: none;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  inset: 0;
}

.leisure-column-50 {
  order: 0;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px;
  display: block;
  position: relative;
}

.leisureblock-h3 {
  flex-direction: column;
  justify-content: center;
  width: 500px;
  margin-top: 0;
  padding-top: 0;
  display: inline-block;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.leisure-row-contain {
  border-top: 2px solid #cbaa5c;
  padding-left: 0;
  padding-right: 0;
}

.leisure-row-3-block {
  margin: 25px auto;
  position: relative;
  inset: 0;
}

.thumbnail-block-small {
  background-image: url('../images/indian-ocean-hero.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 200px;
  margin-bottom: 8px;
  position: relative;
  box-shadow: 1px 1px 3px #1a1919;
}

.thumbnail-block-small.sa {
  background-image: url('../images/s-africa-hero.jpg');
}

.thumbnail-block-small.usa {
  background-image: url('../images/USA-Hero.jpeg');
}

.body-in-small-image {
  color: #fff;
  text-align: center;
  margin-top: 20%;
  font-family: Fira Sans, sans-serif;
  font-weight: 200;
}

.bw-intro-section {
  background-image: linear-gradient(#fff, #ffffff0d), url('../images/corporateintrobck2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-top: 2px solid #cbaa5c;
}

.bw-text-div {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 1px;
}

.bw-header-image {
  text-align: left;
  margin-top: 35%;
  margin-left: 20%;
  margin-right: 20%;
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
}

.bw-header3 {
  color: gray;
  text-shadow: none;
  font-weight: 200;
}

.bw-header-image-right {
  margin-top: 35%;
  margin-left: 20%;
  margin-right: 20%;
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
}

.tab-section {
  background-color: #e6e6e6;
  padding-top: 49px;
}

.corporate-tabs {
  background-color: #0000;
}

.tab-link {
  background-color: gray;
  border: 2px solid #cbaa5c;
  border-radius: 3px;
  margin: 13px 1% 3px;
  padding-top: 1%;
  padding-bottom: 1%;
  font-family: Fira Sans, sans-serif;
  font-weight: 200;
  transition: background-color .5s;
  box-shadow: 4px 4px 8px #3b3a3a;
}

.tab-link:hover {
  background-color: #8080809e;
}

.tab-link.w--current {
  text-align: center;
  background-color: #113d66cc;
  border-width: 2px;
  margin-left: 1%;
  margin-right: 1%;
  padding-top: 1%;
  padding-bottom: 1%;
  font-family: Fira Sans, sans-serif;
  font-weight: 200;
  box-shadow: 4px 4px 8px #3b3a3a;
}

.tab-text {
  color: #fff;
}

.tab-image {
  text-align: center;
  width: 20px;
  margin: auto;
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  overflow: visible;
}

.tabs-menu {
  text-align: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.image {
  text-align: right;
  margin-left: 9px;
  margin-right: 17px;
  padding: 0;
  display: inline-block;
}

.image.tableft, .image.tabright {
  margin-left: 0;
  margin-right: 0;
}

.tab-detail-text {
  color: #fff;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 10px 29px;
  font-family: Fira Sans, sans-serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 28px;
}

.tab-detail-text.corpscren {
  margin-top: 7%;
  font-size: 16px;
}

.tabs-content {
  background-color: #0000;
  border-style: none;
  border-top-width: 2px;
  border-top-color: #cbaa5cbf;
  border-bottom-width: 2px;
  border-bottom-color: #cbaa5cbf;
  margin-top: 15px;
  margin-bottom: 15px;
}

.heading {
  text-align: center;
  margin-top: 3%;
  margin-bottom: 1%;
  font-family: Trajan pro, Times New Roman, sans-serif;
  font-weight: 400;
}

.heading.tabdetail {
  padding-right: 17px;
  font-size: 14px;
}

.heading.tabdetail.corp {
  font-size: 14px;
}

.tab-pane {
  background-color: #0000;
}

.tab-pane-2 {
  border-style: none;
}

.container {
  background-color: #8080809e;
  border-top: 2px solid #cbaa5cbf;
  border-bottom: 2px solid #cbaa5cbf;
}

.container.lefttab {
  display: block;
}

.container.corpmenu {
  background-color: #808080de;
  display: block;
}

.coprform-sec {
  margin-top: 0;
  padding-top: 5px;
}

.corpform-label {
  color: #fff;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.submit-button {
  background-color: #0000;
  border: 3px solid #cbaa5cbf;
  border-radius: 3px;
  align-self: center;
  padding-left: 82px;
  padding-right: 82px;
  transition: background-color 1s;
}

.submit-button:hover {
  background-color: #8080809e;
  border-color: #cbaa5c;
}

.text-field, .text-field-2, .text-field-3 {
  border-radius: 5px;
}

.form {
  border-radius: 5px;
  flex-direction: column;
  display: flex;
}

.select-field {
  border-radius: 5px;
  display: block;
}

.image-5 {
  margin-top: 36px;
}

.leisure-link {
  width: 500px;
  display: inline-block;
}

.icon {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  transition: color 1.283s;
  display: inline-block;
}

.sm-icon-div {
  text-align: center;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  padding: 0 29px 11px;
  transition: color .5s;
  display: inline-block;
  position: relative;
}

.sm-icon-div:hover {
  color: #cbaa5cbf;
}

.contact-icon {
  margin-top: 9px;
  margin-bottom: 9px;
  margin-right: 10px;
  padding-right: 0;
  position: static;
}

.contact-us-fixed {
  z-index: 75;
  text-align: right;
  border-style: none;
  border-color: #000;
  margin-bottom: 0;
  padding-right: 0;
  transition: transform 1s;
  position: fixed;
  top: 50%;
  bottom: 50%;
  right: 0;
  transform: translate(69%);
}

.contact-us-fixed:hover {
  transform: translate(0%);
}

.contact-fixed-div {
  background-image: linear-gradient(#cbaa5c, #cbaa5c), linear-gradient(to right, #cbaa5c 50%, #0000);
  border-radius: 8px 0 0 8px;
  margin-left: -2px;
  padding-left: 12px;
  box-shadow: 1px 1px 3px 2px #383838;
}

.sidelink {
  color: #fff;
  cursor: pointer;
  padding-right: 15px;
  font-family: Fira Sans, sans-serif;
  font-weight: 200;
  text-decoration: none;
}

.sidelink.corporate {
  font-weight: 400;
}

.mapsection {
  display: block;
}

.heading-8 {
  text-align: center;
  text-transform: capitalize;
  text-shadow: none;
  font-family: Trajan pro, Times New Roman, sans-serif;
  font-weight: 200;
  line-height: 50px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.container-3 {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}

.image-6 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-4 {
  margin-top: 0%;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}

.column {
  margin-top: 3%;
  padding-right: 0%;
  display: block;
  inset: 0 10px 0 -74px;
}

.container-6 {
  text-align: center;
  background-color: #fff;
  border: 2px solid snow;
  border-radius: 0;
  padding: 16px;
  box-shadow: 6px 6px 13px #474646;
}

.paragraph-2 {
  color: #000;
  text-align: center;
  padding: 13px 7%;
  font-family: Fira Sans, sans-serif;
  font-size: 1.15em;
  font-weight: 200;
  line-height: 130%;
}

.row {
  background-color: #0000;
  margin-top: 18px;
  margin-bottom: 19px;
  margin-left: 14px;
  display: block;
}

.overlaybox-div {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  padding: 9px 12px;
  display: inline-block;
}

.h3-dark {
  color: #000;
  letter-spacing: 5px;
  text-shadow: none;
  font-weight: 200;
}

.luxuryslider {
  background-image: url('../images/AdobeStock_15447895.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slider {
  height: 500px;
  position: relative;
}

.slide-4 {
  background-image: url('../images/DSC2459.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Singita-Grumeti-Game-Drive_0.jpg');
  background-position: 50%;
  background-size: auto;
}

.div-block {
  width: 35%;
  display: inline-block;
  position: absolute;
  top: 35%;
  bottom: 30%;
  right: 10%;
}

.div-block.slidertitle {
  text-align: left;
  margin-left: 10%;
  margin-right: auto;
  padding-left: 1px;
  display: block;
  position: static;
}

.div-block.slide3 {
  width: 40%;
  inset: 20% auto 30% 10%;
}

.div-block.slide4 {
  width: 38%;
  top: 10%;
  bottom: 30%;
  right: 10%;
}

.slidertext {
  color: #fff !important;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #b9b9b900;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-left: 20%;
  margin-right: 20%;
  padding: 6px 24px;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  top: 70%;
  left: 5%;
  right: 3%;
}

.image-8 {
  box-shadow: none;
  text-shadow: 13px 13px 21px #000;
  margin-top: 21px;
  margin-left: 10px;
  margin-right: auto;
  display: block;
}

.slide-6 {
  background-image: url('../images/Singita-Lebombo-Lodge-pool.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.image-9 {
  text-align: center;
  display: inline;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.div-block-2 {
  float: none;
  text-align: center;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.h3inline {
  color: #cbaa5c;
  margin-left: 12px;
  display: inline;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu-tab-button {
  text-align: center;
  background-color: #cbaa5ce8;
  border: 1px #cbaa5ce3;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Fira Sans, sans-serif;
  font-weight: 400;
  transition: background-color 1s;
  display: inline-block;
  position: relative;
  top: 95px;
  bottom: 0;
  left: 0%;
}

.menu-tab-button:hover, .menu-tab-button:focus {
  background-color: #113d66cc;
}

.menu-tab-button.w--current {
  background-color: #113d66cc;
  font-weight: 400;
}

.container-7 {
  display: block;
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
}

.map-image {
  height: 0;
  padding-bottom: 0;
  position: static;
  inset: 0;
}

.mapinspire {
  clear: none;
  cursor: default;
  width: 100%;
  max-width: 1750px;
  display: block;
  position: relative;
  inset: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-12 {
  position: absolute;
  top: 34%;
  left: 8%;
}

.image-12.california {
  cursor: pointer;
  display: inline-block;
}

.image-12.new-york {
  cursor: pointer;
  top: 27%;
  left: 20%;
}

.image-12.indian-ocean {
  cursor: pointer;
  display: inline-block;
  top: 56%;
  left: 66%;
}

.image-12.australia {
  top: 65%;
  left: 86%;
}

.image-12.dubai {
  cursor: pointer;
  top: 37%;
  left: 58%;
}

.image-12.tanzania {
  cursor: pointer;
  display: inline-block;
  top: 63%;
  left: 52%;
}

.map-wrapper {
  display: block;
}

.map {
  width: 100%;
  max-width: 1750px;
  height: auto;
  margin: auto;
  padding-bottom: 52%;
  position: relative;
}

.pin-desc-div {
  z-index: 50;
  opacity: 1;
  width: 0;
  height: 0;
  transition: opacity .5s;
  position: absolute;
  top: 35%;
  left: 59%;
  overflow: visible;
}

.pin-desc-div.indianocean {
  opacity: 1;
  top: 55%;
  left: 67%;
}

.pin-desc-div.australia {
  top: 64%;
  left: 87%;
}

.pin-desc-div.newyork {
  opacity: 1;
  top: 26%;
  left: 21%;
}

.pin-desc-div.california {
  opacity: 1;
  top: 33%;
  left: 9%;
}

.pin-desc-div.africa {
  opacity: 1;
  top: 62%;
  left: 53%;
}

.map-popup {
  z-index: 50;
  background-color: #0000;
  border-width: 2px;
  border-color: gray;
  border-radius: 2px;
  width: 200px;
  margin: 1px;
  padding: 10px;
  display: inline-block;
  position: absolute;
  inset: 0;
}

.mapimage {
  max-width: 90%;
  position: relative;
  inset: 0 -82px -206px 6px;
  overflow: visible;
}

.mapimage.california {
  opacity: 1;
  position: relative;
  inset: 1px -82px -206px 6px;
}

.mapimage.new-york {
  opacity: 1;
  position: relative;
  top: 3px;
  left: 5px;
}

.mapimage.dubaimap {
  position: relative;
  top: 1px;
  left: 6px;
}

.mapimage.maldives {
  top: -117px;
  left: 4px;
}

.mapimage.africa {
  position: relative;
  top: -163px;
  left: 11px;
}

.contact-us-title {
  margin-top: 10px;
}

.text-block-2 {
  color: #fff;
  margin-right: 33px;
  font-family: Fira Sans, sans-serif;
  font-weight: 200;
  display: inline-block;
}

.link-block {
  cursor: pointer;
}

.heading-12 {
  margin-bottom: 27px;
  font-family: Trajan pro, Times New Roman, sans-serif;
}

.text-field-4 {
  width: 90%;
  margin-left: 2px;
  margin-right: 2px;
  font-family: Fira Sans, sans-serif;
  font-size: 12px;
  font-weight: 200;
}

.text-field-5 {
  width: 90%;
  font-family: Fira Sans, sans-serif;
  font-size: 12px;
  font-weight: 200;
}

.field-label, .field-label-2 {
  color: #fff;
  font-family: Fira Sans, sans-serif;
  font-weight: 200;
}

.form-block {
  padding: 0 21px;
  display: block;
}

.quoteformcolumn {
  text-align: left;
}

.text-field-6, .text-field-7, .text-field-8 {
  width: 90%;
  font-family: Fira Sans, sans-serif;
  font-size: 12px;
  font-weight: 200;
}

.image-15 {
  width: auto;
  height: 150px;
  padding: 0 34px;
}

.select-field-2 {
  width: 90%;
  font-family: Fira Sans, sans-serif;
  font-size: 12px;
  font-weight: 200;
}

.submit-button-2 {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: gray;
  border: 2px solid #8080809e;
  border-radius: 3px;
  width: 50%;
  margin-top: 13px;
  margin-bottom: 13px;
  font-family: Fira Sans, sans-serif;
  font-weight: 200;
  transition: background-color .8s;
  display: inline-block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 4px 4px 16px #0000008f;
}

.submit-button-2:hover {
  background-color: #cbaa5c;
}

.div-block-3 {
  text-align: center;
  border: 2px gray;
  margin-top: 11px;
}

.success-message {
  background-color: #0000;
}

.text-block-3 {
  color: #fff;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

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

.error-message {
  color: #fff;
  background-color: gray;
  font-family: Fira Sans, sans-serif;
  font-weight: 200;
}

.quote-image {
  border: 2px solid #cbaa5cbf;
  border-radius: 4px;
  display: none;
}

.luxury-image {
  margin: 0 4px 0 1px;
  padding: 0% 0 0% 0%;
}

.image-16 {
  float: none;
  opacity: .67;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 14px;
  padding-bottom: 19px;
  display: block;
  position: relative;
  inset: auto auto auto 42%;
}

.corporate-shorts {
  border-style: none;
  border-top-width: 3px;
  border-top-color: #cbaa5cbf;
  border-bottom-width: 3px;
  border-bottom-color: #cbaa5cbf;
  margin-top: 32px;
}

.corpshortpic {
  background-image: url('../images/24-7-v2.png');
  background-position: 50% -1px;
  background-size: cover;
  border-right: 1px solid #cbaa5c;
  height: auto;
  min-height: 200px;
}

.corpshortpic._2 {
  background-image: url('../images/MIR.png');
  background-position: 50%;
}

.corpshortpic._3 {
  background-image: url('../images/No-hidden-fees.png');
}

.corpshortpic._4 {
  background-image: url('../images/account.png');
}

.headerdest-container {
  text-align: center;
  margin-top: auto;
  padding-bottom: 0;
  display: inline-block;
  position: relative;
  inset: 4px 0 0;
}

.headerdest-container.low {
  margin-top: auto;
  padding: auto;
}

.menu-dest-div {
  z-index: 20;
  float: right;
  clear: none;
  width: 50%;
  margin-top: 7px;
  margin-bottom: -8px;
  margin-left: 35%;
  padding-top: 10px;
  display: block;
  position: absolute;
  overflow: visible;
}

.divline {
  color: #cbaa5c;
  margin-top: 0;
  padding-top: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 200;
  display: inline-block;
}

.row-3 {
  background-color: #fff;
  border: 1px solid #cbaa5c;
  box-shadow: 3px 3px 5px #4b4b4bbf;
}

.header-corp {
  color: #cbaa5c;
  letter-spacing: 0;
  text-shadow: none;
  margin-top: 20%;
  font-family: Trajan pro, Times New Roman, sans-serif;
}

.text-block-6 {
  text-align: center;
  margin-left: 6px;
  margin-right: 6px;
  padding: 11px 3% 16px;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.container-8 {
  margin-bottom: 30px;
}

.popup-text {
  opacity: 1;
  color: #fff;
  text-align: center;
  width: 155px;
  font-family: Fira Sans, sans-serif;
  font-weight: 400;
  position: relative;
  top: -200px;
  left: 11px;
  right: -70px;
}

.popup-text.maldives {
  top: -311px;
}

.popup-text.africa {
  top: -361px;
  left: 15px;
}

.inspirelink {
  z-index: 50;
  cursor: pointer;
  width: 200px;
  height: 250px;
  position: absolute;
  top: -209px;
  left: -88px;
}

.inspirelink.maldives {
  height: 150px;
  top: -90px;
}

.popupdiv {
  opacity: 0;
  position: absolute;
  inset: 3px 0;
}

.popupdivny, .popupdivdubai, .popupdiv-maldives {
  opacity: 0;
  position: absolute;
  inset: 0;
}

.popupdiv-africa {
  z-index: 10;
  opacity: 0;
  width: auto;
  height: 100px;
  position: absolute;
  inset: 166px 0 0;
}

.popupdivaus {
  opacity: 0;
  position: absolute;
  inset: 0;
}

.text-block-11 {
  color: #113d66;
  text-align: center;
  width: 155px;
  font-family: Trajan pro, Times New Roman, sans-serif;
  font-size: 16px;
  position: relative;
  top: -206px;
  left: 10px;
}

.text-block-11.maldives {
  top: -317px;
}

.text-block-11.africa {
  top: -365px;
  left: 15px;
}

.corp-card-sec {
  background-image: url('../images/corporateintrobck2.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  border-top: 3px solid #cbaa5cbf;
  border-bottom: 3px solid #cbaa5cbf;
  padding-top: 0;
  padding-bottom: 13px;
}

.column-5 {
  top: -13px;
  left: 0;
  right: 0;
}

.protectlogos {
  float: none;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.image-17 {
  text-align: center;
  padding-top: 18px;
  display: inline-block;
  position: relative;
  top: auto;
}

.column-6 {
  height: 100%;
  min-height: 100%;
  display: block;
  position: relative;
}

.div-block-5 {
  float: none;
  background-image: url('../images/toggle-big06-1.jpg');
  background-position: 100%;
  background-size: cover;
  background-attachment: scroll;
  height: 260px;
  display: block;
  position: relative;
}

.side-detail-inspiration {
  z-index: 12;
  background-image: linear-gradient(#113d66, #113d66);
  width: 70%;
  height: 100%;
  padding: 40px 0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translate(100%);
}

.heading-13 {
  font-family: Trajan pro, Times New Roman, sans-serif;
}

.side-detail-luxury {
  z-index: 12;
  background-image: linear-gradient(to right, #113d66, #113d66ad), url('../images/Luxury-Hero.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 70%;
  height: 100%;
  padding: 40px 0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translate(100%);
}

.link-block-4, .link-block-5 {
  text-decoration: none;
}

.copyright-area {
  background-color: gray;
  padding-top: 5px;
  padding-bottom: 5px;
}

.copyright-text {
  color: #fff;
  text-align: center;
  font-family: Fira Sans, sans-serif;
  font-size: 12px;
  font-weight: 100;
}

.side-detail-contact {
  z-index: 12;
  background-image: linear-gradient(to right, #113d66, #113d6669), url('../images/DSC2459.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 70%;
  height: 100%;
  padding: 40px 0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translate(100%);
}

.contact-section {
  background-image: linear-gradient(to right, #113d66, #113d6685), url('../images/IO6.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-bottom: 1px solid #cbaa5c;
  margin-top: 0;
  padding-top: 171px;
  padding-bottom: 15px;
}

.column-7 {
  display: inline-block;
}

.column-8 {
  display: inline-block;
  position: relative;
  inset: 0;
}

.corporate-contact {
  z-index: 12;
  background-image: linear-gradient(#494949, #494949), linear-gradient(#525050 76%, #113d6669);
  border: 2px solid #cbaa5c;
  border-radius: 3px;
  width: 70%;
  height: 35%;
  margin-bottom: 0;
  padding: 20px 0;
  position: fixed;
  top: 60%;
  bottom: 100%;
  right: 0;
  transform: translate(100%);
}

.corp-servs-button {
  float: none;
  clear: none;
  color: #fff !important;
  text-align: center;
  text-transform: uppercase;
  background-color: #a8a8a800;
  border: 2px solid #fff;
  width: auto;
  margin-top: 10%;
  padding-left: 43px;
  padding-right: 43px;
  font-size: 16px;
  display: inline-block;
  position: absolute;
  top: 64%;
  left: 40%;
  right: 38%;
}

.link-block-6 {
  margin-top: 6px;
  display: block;
  position: absolute;
  top: 8px;
  left: 255px;
  right: 101px;
}

.down-arrow {
  margin-top: -1px;
  display: inline-block;
  position: absolute;
  inset: 109% 0 8px 45%;
}

.div-block-6 {
  margin-top: -30px;
  padding-top: 0;
  position: relative;
  top: -74px;
  left: -66px;
}

.heading-14 {
  margin-top: 40px;
  font-family: Trajan pro, Times New Roman, sans-serif;
  font-weight: 200;
}

.hero-wrapper {
  width: 100%;
  display: block;
  position: relative;
}

.slidertext-blue {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(#113d66cc, #113d66cc);
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-left: 0%;
  margin-right: 34%;
  padding: 6px 24px;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  top: 70%;
  left: 3%;
  right: -39%;
}

.white-body-text {
  text-transform: none;
  font-size: 14px;
  font-weight: 200;
  line-height: 14px;
  text-decoration: none;
}

.heading3-corp {
  color: gray;
  text-shadow: none;
  font-family: Trajan pro, Times New Roman, sans-serif;
}

.heading3-corp2 {
  color: gray;
  text-shadow: none;
}

.column-9 {
  text-align: center;
  text-transform: uppercase;
}

.heading-15 {
  font-weight: 200;
}

.heading-16 {
  border-top: 1px #cbaa5cbf;
  margin-top: 20px;
  font-family: Trajan pro, Times New Roman, sans-serif;
}

.arrow-div-dubai {
  margin-top: -92px;
  padding-top: 0;
  position: relative;
  top: -74px;
  left: -66px;
}

.div-block-7 {
  clear: both;
  background-image: url('../images/Burj-al-arab1.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 200px;
  display: block;
  position: relative;
}

.lightbox-link {
  display: block;
}

.dubai-lb-div3 {
  clear: both;
  background-image: url('../images/Jumeirah1.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 200px;
  display: block;
  position: relative;
}

.dubai-lb-div2 {
  clear: both;
  background-image: url('../images/one-and-only1.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 200px;
  display: block;
  position: relative;
}

.dubai-lb-div1 {
  clear: both;
  background-image: url('../images/full-atlantis-1.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 200px;
  display: block;
  position: relative;
}

.dubai-lb-div1row2 {
  clear: both;
  background-image: url('../images/Jumeirah-beach1.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 200px;
  display: block;
  position: relative;
}

.dubai-lb-div2row2 {
  clear: both;
  background-image: url('../images/5palm4.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 200px;
  display: block;
  position: relative;
}

.row-5, .row-6 {
  margin-bottom: 15px;
}

.carib-lb-div1 {
  clear: both;
  background-image: url('../images/curtain-big.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 200px;
  display: block;
  position: relative;
}

.carib-lb-div2 {
  clear: both;
  background-image: url('../images/blue-waters1.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 200px;
  display: block;
  position: relative;
}

.carib-lb-div3 {
  clear: both;
  background-image: url('../images/Turks2.jpeg-slider.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 200px;
  display: block;
  position: relative;
}

.carib-lb-div4 {
  clear: both;
  background-image: url('../images/IO-Jam2.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 200px;
  display: block;
  position: relative;
}

.io-lb-div1 {
  clear: both;
  background-image: url('../images/IO1.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 200px;
  display: block;
  position: relative;
}

.io-lb-div2 {
  clear: both;
  background-image: url('../images/IO4.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 200px;
  display: block;
  position: relative;
}

.io-lb-div3 {
  clear: both;
  background-image: url('../images/IO7.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 200px;
  display: block;
  position: relative;
}

.brand, .brand.w--current {
  z-index: 30;
}

.div-block-8 {
  text-align: center;
}

.leisureblock-h3-row {
  flex-direction: column;
  justify-content: center;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.arrow-div-sa {
  margin-top: -11px;
  padding-top: 0;
  position: relative;
  top: -76px;
  left: -66px;
}

.wide-lb-div {
  border-top: 1px solid #cbaa5c;
  padding-top: 10px;
}

.sa-wide-lb-div1 {
  clear: both;
  background-image: url('../images/SA7.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 400px;
  display: block;
  position: relative;
}

.in-wide-lb-quote {
  width: 350px;
  display: inline-block;
  position: absolute;
  top: 35%;
  bottom: 30%;
  right: 63%;
}

.heading-17 {
  margin-bottom: 19px;
  font-family: Trajan pro, Times New Roman, sans-serif;
}

.sa-wide-lb-div2 {
  clear: both;
  background-image: url('../images/kenya5.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 400px;
  display: block;
  position: relative;
}

.desktop-nav {
  float: right;
  cursor: pointer;
  display: inline;
}

.desktop-nav-icon {
  color: #fff;
  height: auto;
  margin: 29px 21px;
  font-size: 35px;
  display: inline-block;
}

.div-block-9 {
  margin-top: 3px;
  display: block;
  position: static;
}

.text-block-12 {
  color: #fff;
  text-transform: uppercase;
  font-family: Fira Sans, sans-serif;
  font-weight: 200;
}

.heading-18 {
  text-align: center;
  font-family: Trajan pro, Times New Roman, sans-serif;
}

.heading-19 {
  font-family: Trajan pro, Times New Roman, sans-serif;
}

.heading-20 {
  font-family: Trajan pro, Times New Roman, sans-serif;
  font-weight: 200;
}

.heading-21 {
  margin-top: 22px;
  font-family: Trajan pro, Times New Roman, sans-serif;
  font-weight: 200;
}

.formlabel {
  color: #fff;
  text-align: justify;
  margin-top: 0;
  padding: 9px 30px 9px 5px;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 100;
}

.flight-prices {
  border-bottom: 1px solid #cbaa5c;
  margin-bottom: 15px;
}

.economy-class {
  clear: both;
  background-image: url('../images/economy-seat.jpeg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 200px;
  display: block;
  position: relative;
}

.business-class {
  clear: both;
  background-image: url('../images/Business-class-seat.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 200px;
  display: block;
  position: relative;
}

.image-20 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.image-21 {
  margin-left: 20px;
  padding: 12px;
}

.pricing-table {
  justify-content: center;
  display: flex;
}

.table-header {
  border-bottom: 2px solid #cbaa5cbf;
  flex: 1;
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
}

.table-div {
  width: 60%;
}

.flight-contact {
  border: 2px #cbaa5cbf;
  border-radius: 3px;
  width: 40%;
  margin-left: 10px;
  margin-right: 10px;
  display: inline;
  position: static;
}

.table-row {
  border-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #cbaa5cbf;
  flex: 1;
  width: 100%;
  padding: 2px 10px;
  display: inline-block;
}

.table-text {
  color: #cbaa5c;
  text-align: center;
  text-transform: none;
  padding: 5px 10px;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

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

.text-block-13 {
  color: #fff;
  text-align: center;
  font-family: Fira Sans, sans-serif;
  font-size: 15px;
  font-weight: 200;
}

.table-row-alt {
  background-image: linear-gradient(#cbaa5c2b, #cbaa5c2b);
  border-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #cbaa5cbf;
  flex: 1;
  width: 100%;
  padding: 2px 10px;
  display: inline-block;
}

.flight-h1 {
  text-align: center;
  background-image: linear-gradient(to right, #113d66cc, #0000);
  border-top: 2px #cbaa5cbf;
  border-bottom: 2px #cbaa5cbf;
  flex: 1;
  margin-top: 21px;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 8px;
  font-family: Trajan pro, Times New Roman, sans-serif;
}

.flight-contact-h3 {
  margin-top: 2px;
  margin-bottom: 27px;
  font-family: Fira Sans, sans-serif;
}

.flight-quote-form {
  padding-left: 10px;
  padding-right: 10px;
}

.container-11 {
  text-align: left;
  background-image: linear-gradient(to right, #113d66cc 53%, #cbaa5c4a), url('../images/Corporate-Hero_1.jpg');
  background-position: 0 0, 50% 49%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 2px solid #cbaa5cbf;
  border-radius: 3px;
  margin-top: 10px;
  padding-right: 0;
  display: block;
  box-shadow: 1px 1px 6px 1px #3f3f3f;
}

.div-block-11 {
  text-align: center;
}

.select-field-3 {
  color: gray;
  width: 90%;
  font-family: Fira Sans, sans-serif;
  font-size: 12px;
  font-weight: 200;
}

.dest-hero-div-flight {
  background-image: url('../images/flight-hero.jpg');
  background-position: 0;
  background-size: 2000px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 0;
  font-family: Fira Sans, sans-serif;
  display: flex;
  position: static;
}

.tcblock {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tandc-links {
  color: #fff;
  margin-top: 7px;
  margin-bottom: 7px;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 200;
  text-decoration: none;
  transition: color .858s;
}

.tandc-links:hover {
  color: #cbaa5c;
}

.tcheader {
  color: #cbaa5c;
  font-size: 16px;
  font-weight: 400;
}

.tc-hero {
  background-image: url('../images/kenya4.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 0;
  font-family: Fira Sans, sans-serif;
  display: flex;
  position: static;
}

.terms-para {
  color: #fff;
  margin: 26px;
  font-family: Fira Sans, sans-serif;
  font-weight: 200;
}

.privacy-hero {
  background-image: url('../images/IO-Jam2.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 0;
  font-family: Fira Sans, sans-serif;
  display: flex;
  position: static;
}

.container-12 {
  font-family: Fira Sans, sans-serif;
  font-weight: 200;
}

.privacy-text {
  color: #cbaa5cbf;
}

.usage-hero {
  background-image: url('../images/IO5.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 0;
  font-family: Fira Sans, sans-serif;
  display: flex;
  position: static;
}

.dark-body-text-coorp {
  color: #504f4f;
  text-align: justify;
  padding-top: 19px;
  padding-bottom: 19px;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 30px;
}

.quote-number {
  letter-spacing: 3px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}

.navbar-5 {
  z-index: 10;
}

.flight-contact-mobile {
  border: 2px #cbaa5cbf;
  border-radius: 3px;
  width: 40%;
  margin-left: 10px;
  margin-right: 10px;
  display: inline;
  position: static;
}

.quote-number-mobile {
  letter-spacing: 3px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}

.heading-4 {
  margin-bottom: 20px;
}

.container-11-mobile {
  text-align: left;
  background-image: linear-gradient(to right, #113d66cc 53%, #cbaa5c4a), url('../images/Corporate-Hero_1.jpg');
  background-position: 0 0, 50% 49%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 2px solid #cbaa5cbf;
  border-radius: 3px;
  margin-top: 10px;
  padding-right: 0;
  display: block;
  box-shadow: 1px 1px 6px 1px #3f3f3f;
}

.link-block-7 {
  text-align: right;
  text-decoration: none;
  display: inline;
}

.link-block-side {
  text-decoration: none;
  display: inline;
}

.bodymobile2, .bodytablet2 {
  float: none;
  color: #e8e8e8;
  text-align: left;
  background-color: #0098ff00;
  margin-top: 32px;
  margin-left: 53px;
  padding-left: 2px;
  font-family: Fira Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
  display: block;
  position: static;
  overflow: visible;
}

.twitter {
  text-align: center;
  height: 20px;
  display: block;
}

.html-embed {
  height: 250px;
  margin-top: 13px;
}

.column-13 {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.welcome-text {
  color: #fff;
  text-align: justify;
  border-color: #cbaa5c;
  border-left-width: 2px;
  margin-left: 39px;
  margin-right: 50px;
  font-family: Fira Sans, sans-serif;
  font-weight: 200;
  display: block;
}

.homepage-tabs {
  background-color: #113d66;
  padding-top: 8px;
}

.homepagetabs {
  text-align: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.tab-detail-text-home {
  color: #fff;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 10px 46px 10px 29px;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 28px;
}

.column-14 {
  text-align: center;
  padding-left: 6px;
  padding-right: 30px;
}

.tabsubtitle {
  font-family: Trajan pro, Times New Roman, sans-serif;
}

.hometab-button {
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  background-color: #cbaa5cbf;
  background-image: linear-gradient(#113d66cc, #113d66cc);
  border: 1px solid #ffffff8f;
  border-radius: 5px;
  margin-top: 12px;
  padding-top: 7px;
  padding-left: 71px;
  padding-right: 71px;
  font-family: Fira Sans, sans-serif;
  font-weight: 200;
  transition: background-color .775s;
  display: inline-block;
  position: static;
  box-shadow: 1px 1px 3px #7272728f;
}

.hometab-button:hover {
  background-image: none;
}

.column-15, .column-16, .column-17, .column-18, .column-19 {
  text-align: center;
}

.slide-7 {
  background-image: url('../images/IO-Jam2.jpg');
  background-position: 50% 16%;
  background-size: cover;
}

.slider-heading1 {
  font-family: Trajan pro, Times New Roman, sans-serif;
  line-height: auto;
  text-align: left;
  background-image: linear-gradient(to right, #113d66, #fff0);
  padding-top: 22px;
  padding-bottom: 10px;
  padding-left: 56px;
  display: block;
  position: relative;
  top: 44%;
}

.slider-heading1.dubai {
  text-align: left;
  padding-left: 39px;
  top: 64%;
}

.slide-8 {
  background-image: url('../images/5palm3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/Turks2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/Vegas.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.homepage-h2 {
  margin-top: 46px;
  margin-bottom: 36px;
  font-family: Trajan pro, Times New Roman, sans-serif;
  text-decoration: none;
}

.uswidelbdiv1 {
  clear: both;
  background-image: url('../images/sanfran1.jpeg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 400px;
  display: block;
  position: relative;
}

.uswidelbdiv1.la {
  background-image: url('../images/USA3.jpg');
}

.uswidelbdiv1.lv {
  background-image: url('../images/USA4.jpg');
}

.slidertext-blue-right {
  z-index: 2000;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(#113d66cc, #113d66cc);
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-left: 25%;
  margin-right: 38%;
  padding: 6px 14px 6px 16px;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  top: 67%;
  left: 190%;
  right: -247%;
}

.hotel-title {
  background-image: linear-gradient(to right, #113d66, #fff0);
  border-top: 2px #cbaa5cbf;
  margin-top: 9px;
  padding-top: 8px;
  padding-bottom: 9px;
  font-family: Trajan pro, Times New Roman, sans-serif;
  position: relative;
  top: -184px;
  bottom: 0;
}

.hotel-hero {
  width: 100%;
  margin-top: 0;
  display: inline-block;
  position: relative;
  top: 97px;
  left: 0;
  right: 0;
}

.hotel-intro-div {
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Fira Sans, sans-serif;
  font-weight: 200;
  position: relative;
}

.wide-hotel-div {
  border-top: 1px #cbaa5c;
  padding-top: 10px;
}

.hotel-contact-action {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Fira Sans, sans-serif;
  font-weight: 200;
}

.contact-hotel {
  border-top: 2px #cbaa5c;
  border-bottom: 2px #cbaa5c;
  margin-bottom: 10px;
  box-shadow: 1px 1px 3px #808080a8;
}

.atlantis-lb {
  clear: both;
  background-image: url('../images/ossiano-hero-main.jpg');
  background-position: 50% 83%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 45em;
  display: block;
  position: relative;
}

.palm-lb {
  clear: both;
  background-image: url('../images/OneAndOnly_ThePalm_PoolsAndBeaches_Pools_Pool2_LR.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 400px;
  display: block;
  position: relative;
}

.hotel-hero-no-top-bar {
  width: 100%;
  margin-top: 0;
  display: inline-block;
  position: relative;
  top: 98px;
  left: 0;
  right: 0;
}

.oaopalm-title {
  background-image: linear-gradient(to right, #113d66, #fff0);
  border-top: 2px #cbaa5cbf;
  margin-top: 9px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Trajan pro, Times New Roman, sans-serif;
  position: relative;
  top: -174px;
}

.down-arrow-2 {
  margin-top: -1px;
  display: inline-block;
  position: absolute;
  inset: 0% 0 0% 45%;
}

.arrow-div-2 {
  margin-top: 0;
  padding-top: 0;
  position: relative;
  top: -117px;
  left: -66px;
}

.hotel-div2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  display: block;
  position: static;
}

.jumeriahlb {
  clear: both;
  background-image: url('../images/Jumeirah-Beach-Hotel---The-new-360-Indoor-Bar-and-Lounge.jpg');
  background-position: 50% 27%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 400px;
  display: block;
  position: relative;
}

.daral-lb {
  clear: both;
  background-image: url('../images/Maaadinat_Jumeirah_-_Dar_al_Masyaf_-_Exterior_night_3-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 400px;
  display: block;
  position: relative;
}

.burj-lb {
  clear: both;
  background-image: url('../images/Burj-Al-Arab-Jumeirah---Gold-On-27-.jpg');
  background-position: 50% 71%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 400px;
  display: block;
  position: relative;
}

._5palm-lb {
  clear: both;
  background-image: url('../images/e-room-10802-pano-dsc07114-final.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 400px;
  display: block;
  position: relative;
}

.meet-the-team-text {
  color: #fff;
  text-align: justify;
  border-color: #cbaa5c;
  border-left-width: 2px;
  margin-left: 2%;
  margin-right: 2%;
  font-family: Fira Sans, sans-serif;
  font-weight: 100;
  display: inline-block;
}

.row-8 {
  flex-wrap: wrap;
  margin-bottom: 15px;
  display: block;
}

.heading-28 {
  border-top: 1px #cbaa5cbf;
  margin-top: 20px;
  font-family: Trajan pro, Times New Roman, sans-serif;
  font-size: 22px;
}

.marketing-text {
  color: #fff;
  text-align: justify;
  border-color: #cbaa5c;
  border-left-width: 2px;
  margin-left: 2%;
  margin-right: 2%;
  font-family: Fira Sans, sans-serif;
  font-weight: 100;
  display: inline-block;
}

.image-23, .imagemarketing-div {
  text-align: center;
}

.meetteam-hero {
  width: 100%;
  margin-top: 0;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.meet-team-hero-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  font-family: Fira Sans, sans-serif;
  display: block;
  position: static;
}

.column-20 {
  padding: 0 10px;
}

.biogimg {
  border: 2px solid #cbaa5c;
}

.column-21 {
  padding-left: 10px;
  padding-right: 10px;
}

.marketingdiv {
  padding-left: 20px;
  padding-right: 20px;
}

.team-page-title {
  background-image: linear-gradient(to right, #113d66, #fff0);
  border-top: 2px #cbaa5cbf;
  margin-top: 9px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Trajan pro, Times New Roman, sans-serif;
  position: relative;
  top: -276px;
}

.curtain-lb {
  clear: both;
  background-image: url('../images/beach.jpg');
  background-position: 50% -327px;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 400px;
  display: block;
  position: relative;
}

.blue-lb {
  clear: both;
  background-image: url('../images/5N0K9133.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 400px;
  display: block;
  position: relative;
}

.turks-lb {
  clear: both;
  background-image: url('../images/slide-179.jpg');
  background-position: 50% 74%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 400px;
  display: block;
  position: relative;
}

.turtle-lb {
  clear: both;
  background-image: url('../images/turtle-beach-Hires-1.jpg');
  background-position: 50% 31%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 400px;
  display: block;
  position: relative;
}

.baros-lb {
  clear: both;
  background-image: url('../images/©Baros-Maldives_Aerial-View_HR-372dpi.jpg');
  background-position: 50% 57%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 400px;
  display: block;
  position: relative;
}

.halavelilb {
  clear: both;
  background-image: url('../images/halaveli-maldives-2016-aerial-18.jpg');
  background-position: 50% 42%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 400px;
  display: block;
  position: relative;
}

.dhevan-lb {
  clear: both;
  background-image: url('../images/Jumeirah-Vittaveli---Fenesse1.jpg');
  background-position: 50% 72%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 400px;
  display: block;
  position: relative;
}

.rayavadee-lb {
  clear: both;
  background-image: url('../images/Thailand1-slider.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 200px;
  display: block;
  position: relative;
}

.anat-lb {
  clear: both;
  background-image: url('../images/Thailand3-slider.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 200px;
  display: block;
  position: relative;
}

.lanyana-lb {
  clear: both;
  background-image: url('../images/Thailand7-slider.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 200px;
  display: block;
  position: relative;
}

.anantara-lb {
  clear: both;
  background-image: url('../images/Anantara3.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 400px;
  display: block;
  position: relative;
}

.layana-lb {
  clear: both;
  background-image: url('../images/Layana-La-Maison-005-FromHotel.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: auto;
  height: 400px;
  display: block;
  position: relative;
}

.atlantis-slide1 {
  background-image: url('../images/atlantis-palm3.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slider-2 {
  height: 60em;
}

.slide-11 {
  background-image: url('../images/atlantis-palm2.jpg');
  background-position: 50% 94%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/atlantis-palm4-underwater-suite.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/atlantis-palm1.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: inline-block;
}

.hotel-lb-link {
  background-image: url('../images/rayvadee-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #cbaa5c;
  width: 15em;
  height: 10em;
  margin: 2em auto;
  box-shadow: 3px 3px 17px -1px #000000b0;
}

.explorelbdiv {
  text-align: center;
  border-bottom: 2px #cbaa5c;
  padding-bottom: 20px;
  display: block;
}

.lb-text {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Fira Sans, sans-serif;
  font-weight: 200;
}

.heading-29 {
  font-family: Trajan pro, Times New Roman, sans-serif;
}

.explorelbcol {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.body-2 {
  background-color: #113d66;
}

.image-24 {
  margin-top: 95px;
}

.section {
  margin-top: 36px;
}

.icons-div {
  margin-bottom: -42px;
  padding: 58px 71% 0 2%;
  display: block;
  position: relative;
  top: 39%;
  bottom: 0;
}

.iconimage {
  text-align: right;
  margin-top: 0;
  padding-top: 0;
  padding-left: 63%;
  padding-right: 2%;
  display: inline-block;
  position: absolute;
  bottom: 63px;
  left: 0;
  right: 0;
}

.div-block-12 {
  margin-top: -30px;
  padding-top: 0;
}

.image-25 {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.explore-button {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: gray;
  border: 2px solid #8080809e;
  border-radius: 3px;
  width: 50%;
  margin-top: 13px;
  margin-bottom: 13px;
  font-family: Fira Sans, sans-serif;
  font-weight: 200;
  transition: background-color .8s;
  display: inline-block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 4px 4px 16px #0000008f;
}

.explore-button:hover {
  background-color: #cbaa5c;
}

.column-22, .column-23, .column-24, .column-25 {
  text-align: center;
}

.heading-30 {
  text-decoration: none;
}

.image-26 {
  margin-top: -39px;
  margin-bottom: -45px;
  padding-bottom: 0;
}

.hotel-link-image {
  border: 2px solid #cbaa5c;
}

.link-block-9 {
  text-decoration: none;
}

.column-26, .column-27, .column-28, .column-29, .column-30, .column-31, .column-32, .column-33 {
  text-align: center;
}

.iconcolumns {
  border-left: 2px #cbaa5c;
  border-right: 2px #cbaa5c;
  padding: 5px;
}

.icon1 {
  text-align: center;
  border-left: 2px solid #cbaa5c;
  border-right: 2px solid #cbaa5c;
}

.iconimage1 {
  text-align: center;
}

.icon2, .icon3 {
  text-align: center;
  border-right: 2px solid #cbaa5c;
}

.paragraph-2-copy {
  color: #000;
  text-align: justify;
  padding: 13px 7%;
  font-family: Fira Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 200;
  line-height: 130%;
}

.grid {
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  margin: 10px 11px;
}

.image-27 {
  border: 2px solid #cbaa5c;
}

.golf-grid-1 {
  background-image: url('../images/Red-Mountain-Golf-Club.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: 100%;
  height: 12em;
}

.golf-grid-2 {
  background-image: url('../images/Black-Mountain-hero-10001.jpeg');
  background-position: 0 0;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: 100%;
  height: 12em;
}

.golf-grid-3 {
  background-image: url('../images/Celebrity-PSP2.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: 100%;
  height: 12em;
}

.golf-grid-4 {
  background-image: url('../images/Wolf-Creek-aerial1.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 2px solid #cbaa5c;
  width: 100%;
  height: 12em;
}

.text-block-14 {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Fira Sans, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 23px;
}

.cta-section {
  border-top: 2px solid var(--goldenrod);
  background-color: var(--dark-grey);
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.flex-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.button-2 {
  display: flex;
  position: relative;
}

.hero-heading {
  font-family: Trajan pro, Times New Roman, sans-serif;
  line-height: auto;
  text-align: left;
  background-image: linear-gradient(to right, #113d66, #fff0);
  padding-top: 22px;
  padding-bottom: 10px;
  padding-left: 56px;
  display: block;
  position: relative;
  inset: 58.7vh 0 0;
}

.hero-heading.dubai {
  text-align: left;
  padding-left: 39px;
  top: 64%;
}

.hero-section {
  margin-top: -95px;
  position: static;
}

.list {
  padding-left: 81px;
  padding-right: 43px;
}

.list-item {
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
}

.list-item-text {
  -webkit-text-stroke-color: #cbaa5c;
  padding: 8px;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
}

.bold-text {
  color: #cbaa5c;
}

.text-span-2, .text-span-3 {
  color: var(--goldenrod);
  font-weight: 600;
}

.image-28 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  text-align: left;
}

.container-13 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.popup-wrapper {
  z-index: 9999;
  background-color: #bbb0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 50%;
  max-height: 80vh;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0%;
}

.image-29 {
  width: auto;
  max-height: 80vh;
  box-shadow: 6px 6px 7px 6px #1f1e1e3d;
}

html.w-mod-js [data-ix="wrapper-appear"] {
  opacity: 0;
}

html.w-mod-js [data-ix="tab-symbol"] {
  opacity: 0;
  transform: translate(0, -6px);
}

@media screen and (max-width: 991px) {
  .header-logo {
    float: none;
    text-align: center;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-nav {
    float: none;
    text-align: center;
    width: auto;
    padding-bottom: 20px;
  }

  .navbutton {
    margin-top: 2%;
  }

  .phone-num-block {
    float: left;
    margin-top: -1px;
    margin-left: -4px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 119px;
  }

  .body-text-16 {
    text-align: right;
    margin-top: 28px;
  }

  .phoneicon {
    margin-top: 19px;
    margin-left: -2px;
  }

  .social-icons {
    float: none;
    text-align: center;
    margin-top: -49px;
    display: block;
  }

  .destination-hero {
    margin-top: 81px;
  }

  .leisureblock-h3 {
    width: auto;
    display: block;
  }

  .bw-intro-section {
    margin-top: 82px;
  }

  .column {
    left: 0;
  }

  .image-15 {
    height: auto;
  }

  .contact-section {
    margin-top: 1px;
    padding-top: 110px;
  }

  .slidertext-blue {
    margin-left: 7%;
    padding-left: 28px;
    left: 21%;
  }

  .heading-17, .heading-18, .heading-19, .heading-21 {
    font-size: 275%;
  }

  .brand-4.w--current {
    display: block;
  }

  .menu-button-4 {
    margin-top: 8px;
  }

  .menu-button-4.w--open {
    background-color: #cbaa5cbf;
  }

  .navbar-4 {
    float: left;
    background-image: linear-gradient(#113d66e6, #113d66e6);
    border-bottom: 1px solid #cbaa5cbf;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .nav-menu-2 {
    background-color: #113d66cc;
  }

  .nav-link {
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #cbaa5cbf;
    font-family: Fira Sans, sans-serif;
    font-weight: 200;
  }

  .nav-link-2 {
    color: #fff;
    text-align: center;
    border-top: 1px solid #cbaa5cbf;
    font-family: Fira Sans, sans-serif;
    font-weight: 200;
    display: block;
  }

  .nav-link-3 {
    color: #fff;
    text-align: center;
    border-top: 1px solid #cbaa5c;
    border-bottom: 1px #cbaa5cbf;
    font-family: Fira Sans, sans-serif;
    font-weight: 200;
  }

  .nav-link-4 {
    color: #fff;
    text-align: center;
    border: 1px #cbaa5c;
    font-family: Fira Sans, sans-serif;
    font-weight: 200;
  }

  .image-19 {
    float: left;
    text-align: left;
    max-width: 100%;
    margin-top: 9px;
    margin-bottom: 6px;
    padding-right: 32px;
    display: inline;
    position: relative;
  }

  .icon-5 {
    color: #fff;
  }

  .flight-h1 {
    text-align: center;
    font-size: 45px;
  }

  .column-11 {
    height: 100px;
  }

  .link-block-8 {
    display: inline-block;
  }

  .image-22 {
    margin-top: 21px;
    display: block;
  }

  .column-12 {
    flex-direction: column;
    justify-content: space-between;
    display: inline-block;
  }

  .bodymobile2 {
    float: left;
    text-align: right;
    margin-top: -29px;
    margin-left: 48px;
    display: block;
  }

  .bodytablet2 {
    float: left;
    text-align: right;
    margin-top: -29px;
    margin-left: 48px;
    font-size: 20px;
    display: block;
  }

  .homepage-h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .slidertext-blue-right {
    width: 100%;
    margin-left: 7%;
    padding-left: 28px;
    left: 21%;
  }

  .hotel-hero {
    margin-top: 81px;
  }

  .hotel-hero-no-top-bar {
    margin-top: 0;
  }

  .meetteam-hero {
    margin-top: 81px;
  }

  .nav-link-5 {
    color: #fff;
    text-align: center;
    border: 1px solid #cbaa5c;
    border-style: solid none;
    font-family: Fira Sans, sans-serif;
    font-weight: 200;
    display: block;
  }

  .link {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: Fira Sans, sans-serif;
    font-size: 30px;
    font-weight: 400;
  }

  h4 {
    color: #cbaa5c;
  }

  p {
    text-align: center;
  }

  li {
    text-align: left;
    font-size: 16px;
  }

  .phone-num-block {
    text-align: center;
    margin-top: -3%;
    margin-left: 27px;
    padding-top: 13px;
  }

  .body-text-16 {
    float: left;
    text-align: center;
    margin-top: auto;
    margin-left: 0;
    margin-right: 0%;
    padding-top: 30px;
    padding-left: 6px;
    display: inline-block;
  }

  .phoneicon {
    float: left;
    margin-top: 18px;
    margin-bottom: 7px;
    margin-left: 0%;
    padding-top: 0;
  }

  .social-icons {
    margin-top: auto;
  }

  .social-icon {
    margin-top: 0;
  }

  .slidertext-blue {
    margin-left: 19%;
    left: 27%;
  }

  .mobile-welcome {
    margin-top: 17%;
  }

  .heading-22 {
    font-family: Trajan pro, Times New Roman, sans-serif;
    font-size: 2em;
  }

  .heading-23 {
    color: #fdfafa;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: Fira Sans, sans-serif;
    font-size: 1.2em;
    font-weight: 200;
  }

  .brand-4 {
    z-index: 20;
    float: left;
    width: 60%;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 10px;
    padding-left: 4px;
    padding-right: 0;
    display: block;
    position: static;
  }

  .brand-4.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    width: 60%;
    height: 100%;
    position: relative;
  }

  .menu-button-4 {
    color: #fff;
    margin-top: -1px;
  }

  .menu-button-4:active {
    color: #cbaa5cbf;
  }

  .menu-button-4.w--open {
    background-color: #cbaa5cbf;
    border: 1px solid gray;
    border-radius: 2px;
  }

  .navbar-4 {
    background-image: linear-gradient(#113d66d1, #113d66d1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .nav-menu-2 {
    color: #faf0f0;
    background-color: #113d66;
    border: 1px solid #cbaa5c;
  }

  .nav-link {
    color: #f6e4e4;
    text-align: center;
    border-bottom: 1px solid #cbaa5cbf;
  }

  .nav-link-2 {
    float: none;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #cbaa5c;
    font-family: Fira Sans, sans-serif;
  }

  .nav-link-3 {
    text-align: center;
    border-top: 1px #cbaa5c;
    border-bottom: 1px solid #cbaa5cbf;
    display: block;
    top: 0;
    left: 0;
    right: 0;
  }

  .nav-link-4 {
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #cbaa5cbf;
    display: block;
  }

  .text-span {
    color: #fff;
  }

  .div-block-10 {
    height: 40%;
  }

  .image-19 {
    margin-bottom: 1px;
    padding-right: 0;
  }

  .pricing-table {
    flex-direction: row;
  }

  .flight-contact, .flight-contact-mobile {
    flex: 0 auto;
  }

  .heading-4 {
    font-family: Fira Sans, sans-serif;
    font-weight: 200;
  }

  .bodymobile2 {
    float: left;
    text-align: center;
    margin-top: auto;
    margin-left: 0;
    margin-right: 0%;
    padding-top: 30px;
    padding-left: 6px;
    display: inline-block;
  }

  .bodytablet2 {
    float: left;
    text-align: center;
    margin-top: auto;
    margin-left: 0;
    margin-right: 0%;
    padding-top: 32px;
    padding-left: 6px;
    font-size: 18px;
    font-weight: 200;
    display: inline-block;
  }

  .slidertext-blue-right {
    margin-left: 19%;
    left: 27%;
  }

  .nav-link-5 {
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #cbaa5cbf;
    display: block;
  }

  .iconcolumns {
    display: flex;
  }

  .icon1, .icon2 {
    border-style: none;
  }

  .hero-heading {
    top: 43.5vh;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    text-transform: uppercase;
    font-family: Fira Sans, sans-serif;
    font-size: 20px;
    font-weight: 200;
  }

  h4 {
    color: #cbaa5c;
  }

  p {
    padding-left: 24px;
    padding-right: 24px;
    font-family: Fira Sans, sans-serif;
  }

  li {
    font-family: Fira Sans, sans-serif;
    font-size: 14px;
    font-weight: 200;
  }

  .button.cta {
    font-size: 14px;
  }

  .navbutton {
    margin-top: -10px;
  }

  .phone-num-block {
    float: none;
    margin-left: 7px;
  }

  .body-text-16 {
    margin-top: 0;
    margin-left: 53px;
    padding-top: 0;
    padding-left: 0;
  }

  .phoneicon {
    margin-top: -1px;
    margin-left: 3px;
  }

  .destination-hero {
    margin-top: 45px;
  }

  .destination-quote-text {
    margin: 5px;
    font-size: 14px;
    line-height: 19px;
  }

  .dest-hotel-body {
    padding-left: 15px;
  }

  .heading {
    font-size: 150%;
  }

  .luxury-slider-div {
    height: auto;
  }

  .slider {
    height: 200px;
  }

  .heading-12, .heading-14 {
    font-size: 150%;
  }

  .mobile-welcome {
    margin-top: 21%;
  }

  .brand-4.w--current {
    display: block;
  }

  .menu-button-4 {
    margin-top: -7px;
    padding-bottom: 0;
    padding-right: 9px;
  }

  .menu-button-4.w--open {
    margin-right: -6px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-4 {
    flex-direction: row;
    justify-content: flex-start;
    display: block;
  }

  .image-19 {
    max-width: 100%;
    margin-top: 2px;
    padding-top: 4px;
    padding-right: 7px;
  }

  .icon-5 {
    padding-left: 0;
  }

  .heading-24 {
    font-size: 110%;
  }

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

  .flight-contact-h3 {
    font-size: 150%;
  }

  .flight-contact-mobile {
    width: 100%;
  }

  .quote-number-mobile {
    font-weight: 200;
  }

  .container-11-mobile {
    position: relative;
    left: -10px;
  }

  .column-11 {
    height: auto;
    padding-left: 5px;
    padding-right: 0;
  }

  .row-7-mobile {
    height: 40px;
    padding-bottom: 0;
    display: inline;
  }

  .bodymobile2 {
    margin-top: 10px;
    margin-left: -6px;
    padding-top: 0;
    padding-left: 0;
    font-size: 10px;
    display: inline-block;
  }

  .bodytablet2 {
    margin-top: 10px;
    margin-left: -6px;
    padding-top: 0;
    padding-left: 0;
    font-size: 15px;
    display: inline-block;
  }

  .homewelcome {
    margin-top: 0;
  }

  .welcome-text {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .homepage-h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .hotel-hero, .hotel-hero-no-top-bar, .meetteam-hero {
    margin-top: 45px;
  }

  .iconcolumns {
    flex-direction: column;
  }

  .heading-31 {
    font-size: 15px;
  }

  .hero-section {
    display: none;
  }

  .list-item-text {
    font-size: 14px;
  }

  .link {
    display: inline;
  }

  .popup-wrapper {
    max-width: 95%;
  }

  .image-29 {
    height: auto;
    max-height: 100vh;
  }
}

#w-node-_145733fe-42cc-d7c2-5eae-decf7acb9d2d-7e6f8956 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_6828f773-7449-039e-568d-bff1d7438e55-7e6f8956 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-af3fd705-f42d-73b7-8a51-5b7d14f89631-7e6f8956 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6962e769-7726-3421-1316-0bf7bb281cb6-7e6f8956 {
  grid-area: 1 / 1 / 2 / 2;
}


@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Trajan pro';
  src: url('../fonts/Trajan-Pro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Trajan pro';
  src: url('../fonts/Trajan-Pro-Regular.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}