:root {
  --fontCentury: "Century Gothic", sans-serif;
  --darkGray: #535b60;
  --lightGray: #91989c;
}

* {
  list-style: none !important;
}
@font-face {
  font-family: myFont;
  src: url(RegencyScriptFLF.ttf);
}
body {
  overflow-x: hidden;
  font-family: "poppins", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
a,
button {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a,
a:hover,
a:visited,
a:focus,
a:active,
a:link,
button {
  outline: none !important;
}
.p-white {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}
.p-black {
  color: #0a0a0a;
}
.p_14 {
  font-size: 14px !important;
}
.p_15 {
  font-size: 15px !important;
}
.p_16 {
  font-size: 16px !important;
}
.p_17 {
  font-size: 17px !important;
}
.p_18 {
  font-size: 18px !important;
}
.p_20 {
  font-size: 20px !important;
}
.p_24 {
  font-size: 24px !important;
}
.p-56 {
  font-size: 56px !important;
}
.p-48 {
  font-size: 48px !important;
}
.p-w-300 {
  font-weight: 400 !important;
}
.p-weight-300 {
  font-weight: 300;
}
.p_lighter {
  font-weight: 300 !important;
  line-height: 32px;
  text-transform: capitalize !important;
}

/* ---------- colors  --------- */
.bg_white {
  background: #fff;
}
.color_white {
  color: #fff;
}
.bg_gray {
  background: #edf3f8;
}
.bg_light_gray {
  background: #f7f7f7 !important;
}
.bg_light_gray_2 {
  background: #f2f2f2;
}
/* ---------- Padding  --------- */
.p-l {
  padding-left: 20px;
}
.p-0 {
  padding: 0 !important;
}
.p-t-10 {
  padding-top: 10px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-t-25 {
  padding-top: 25px;
}
.p-b-25 {
  padding-bottom: 25px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-t-35 {
  padding-top: 35px;
}
.p-b-35 {
  padding-bottom: 35px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-b-40 {
  padding-bottom: 40px;
}
.p-t-45 {
  padding-top: 45px;
}
.p-b-45 {
  padding-bottom: 45px;
}
.p-t-50 {
  padding-top: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-t-55 {
  padding-top: 55px;
}
.p-b-55 {
  padding-bottom: 55px;
}
.p-t-60 {
  padding-top: 60px;
}
.p-b-60 {
  padding-bottom: 60px;
}
.p-t-65 {
  padding-top: 65px;
}
.p-b-65 {
  padding-bottom: 65px;
}
.p-t-70 {
  padding-top: 70px;
}
.p-b-70 {
  padding-bottom: 70px;
}
.p-t-75 {
  padding-top: 75px;
}
.p-b-75 {
  padding-bottom: 75px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-b-80 {
  padding-bottom: 80px;
}
.p-t-85 {
  padding-top: 85px;
}
.p-b-85 {
  padding-bottom: 85px;
}
.p-t-90 {
  padding-top: 90px;
}
.p-b-90 {
  padding-bottom: 90px;
}
.p-t-100 {
  padding-top: 100px;
}
.p-b-100 {
  padding-bottom: 100px;
}
.p-l-0 {
  padding-left: 0;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
/* ---------- Margin --------- */
.margin-top-65 {
  margin-top: -65px;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-10 {
  margin-top: 10px;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-t-15 {
  margin-top: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-t-55 {
  margin-top: 55px;
}
.m-b-55 {
  margin-bottom: 55px;
}
.m-t-60 {
  margin-top: 60px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.m-t-65 {
  margin-top: 65px;
}
.m-b-65 {
  margin-bottom: 65px;
}
.m-t-70 {
  margin-top: 70px;
}
.m-b-70 {
  margin-bottom: 70px;
}
.m-t-75 {
  margin-top: 75px;
}
.m-b-75 {
  margin-bottom: 75px;
}
.m-t-80 {
  margin-top: 80px;
}
.m-b-80 {
  margin-bottom: 80px;
}
.m-t-85 {
  margin-top: 85px;
}
.m-b-85 {
  margin-bottom: 85px;
}
.m-t-90 {
  margin-top: 90px;
}
.m-b-90 {
  margin-bottom: 90px;
}
.m-t-100 {
  margin-top: 100px;
}
.m-t-150 {
  margin-top: 150px;
}
.m-b-100 {
  margin-bottom: 100px;
}
.m-t-110 {
  margin-top: 110px;
}
.m-b-110 {
  margin-bottom: 110px;
}
.lft {
  padding-left: 0 !important;
  padding-right: 5px !important;
}
.rght {
  padding-right: 0 !important;
  padding-left: 5px !important;
}
.no-mrg {
  margin: 0 !important;
}
.no-pd {
  padding: 0 !important;
}

.tim {
  background: url(../img/cal.png) !important;
  background-position: 97% center !important;
  background-repeat: no-repeat !important;
  padding-right: 30px;
}

.xdsoft_datetimepicker {
  z-index: 9999999 !important;
}

.wizard {
  margin: 20px auto;
  background: #fff;
}

.wizard .nav-tabs {
  position: relative;
  margin: 40px auto;
  margin-bottom: 0;
  border-bottom-color: #e0e0e0;
  border: none;
  text-align: center;
}

.wizard > div.wizard-inner {
  position: relative;
}

/*.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}*/

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

span.round-tab {
  /* width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;*/
  font-size: 36px;
}
span.round-tab i {
  color: #555555;
}
.wizard li.active span.round-tab {
  background: none;
  border: 2px solid #5bc0de;
  border: none;
}
.wizard li.active span.round-tab i {
  color: #5bc0de;
}

span.round-tab:hover {
  color: #555;
  border: none;
}

.wizard .nav-tabs > li {
  width: 28%;
  display: inline-block;
  text-align: center;
  vertical-align: text-top;
}

.wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #5bc0de;
  transition: 0.1s ease-in-out;
  display: none;
}

/*.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}*/

.wizard .nav-tabs > li a {
  color: #555 !important;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
}

.wizard .nav-tabs > li.active a {
  color: #554d96 !important;
}
.wizard .nav-tabs > li a:hover {
  background: transparent;
  border: none;
}

.wizard .tab-pane {
  position: relative;
  padding-top: 25px;
}

.wizard h3 {
  margin-top: 0;
}

@media (max-width: 585px) {
  .wizard {
    width: 90%;
    height: auto !important;
  }

  span.round-tab {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .wizard li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }
}

.formy select:focus {
  box-shadow: none;
  outline: none;
}
.formy {
  padding: 25px 0;
}
.formy input,
.formy select {
  border-radius: 30px;
  height: 44px;
  padding-left: 15px;
  border: 1px solid #aaa;
  line-height: normal;
  margin: 0;
}
.formy textarea.form-control {
  resize: none;
  height: 120px;
  border: 1px #aaa solid;
}
.btn-md-2 {
  background: var(--darkGray);
  color: #fff;
  border: none;
  display: block;
  height: 41px;
  transition: 1s ease all;
  position: relative;
}

.btn-md-2:hover {
  background: var(--lightGray) !important;
  color: white;
}

.btn-md-2:focus {
  background: #28364b;
  color: white;
}
.btn-md-1:focus {
  background: var(--lightGray) !important;
  color: white;
}
.btn-md-1 {
  background: var(--darkGray);
  color: #fff;
  border-radius: 30px;
  padding: 12px 20px;
  border: none;
  display: block;
  margin: 20px auto !important;
  transition: 1s ease all;
  position: relative;
}
.btn-md-1:hover {
  background: var(--lightGray) !important;
  color: white;
}

.results {
  margin: 30px 25px;
  background: #fafbfd;
}
.results .result-box .rslt-img {
  display: inline-block;
  width: 32%;
  margin-right: 2.5%;
}
.results .result-box .rslt-img img {
  max-width: 100%;
}
.results .result-box .rslt-info {
  display: inline-block;
  width: 62%;
  vertical-align: middle;
}
.results .result-box .rslt-info h3 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 15px;
}
.mytable {
  text-align: left;
}
.mytable th {
  color: #777;
}
.mytable h4 {
  margin-bottom: 0;
}
.mytable button {
  width: 100%;
  background: var(--darkGray);
  color: #fff;
  border-radius: 4px;
  border: none;
  padding: 6px 12px;
  transition: 1s ease all;
  position: relative;
}

.mytable button:hover {
  background: var(--lightGray) !important;
  color: white;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 14px 10px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}
.mytable tbody {
  background: #eee;
  border: 1px solid #bbb;
}
.mytable thead {
  border: 1px solid #bbb;
}

.trip-details {
  margin-top: 50px;
  margin-bottom: 30px;
}
.trip-details .trip-info {
  background: #f3f3f3;
  padding: 25px;
}
.trip-details .trip-info h3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
}

.trip-details .trip-prices {
  background: var(--darkGray);
  color: white;
  padding: 25px;
}
.trip-details .trip-prices p {
  margin-bottom: 0;
}
.trip-details .trip-prices hr {
  border-color: #000;
  margin-bottom: 15px;
}

.trip-details .accpt {
  background: #f8f9fa;
  padding: 25px;
}

.resrv-section a {
  color: #36c;
}
.resrv-section button:hover {
  background: var(--lightGray);
}

.cbns {
  width: 200px;
  padding: 8px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.cbns {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 4px), calc(100% - 15px) calc(1em + 4px),
    calc(100% - 2.5em) 0.7em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

select.cbns:focus {
  background-image: linear-gradient(45deg, #535b60 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #535b60 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) calc(1em + 4px), calc(100% - 20px) calc(1em + 4px),
    calc(100% - 2.5em) 0.7em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: #535b60;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.colors select,
.colors1 select {
  width: 100% !important;
}

.list-inline.pull-right {
  margin-top: 50px;
}
.choices {
  margin-bottom: 20px;
}

/*#colorselector1, #colorselector {margin-bottom:20px; margin-top:20px}*/

.btn span.fas {
  opacity: 0;
}
.btn.active span.fas {
  opacity: 1;
}

.checkses .btn-group {
  margin-top: 15px;
}
.checkses .decks {
  margin-bottom: 35px;
  margin-top: 25px;
  position: relative;
}

.checkses .btn:focus,
.btn.focus {
  outline: none !important;
}
.checkses label {
  padding: 10px 8px;
  font-size: 12px;
}

.cbns.fully {
  width: 100%;
}
.accpt-form label {
  width: 88%;
  font-size: 11px;
  font-weight: 300;
}
.accpt-form input {
  display: inline-block;
  width: 10%;
  vertical-align: top;
}

.trip-details .accpt button {
  color: #fff !important;
  border-radius: 4px;
  font-size: 15px;
  line-height: normal;
}

.final-img {
  border-radius: 100%;
  height: 100px;
  width: 100px;
}

.final-step .result-box {
  padding: 20px 10px 30px;
}
.final-step .results .result-box .rslt-img {
  display: inline-block;
  width: 25%;
  margin-right: 2.5%;
  margin-top: 15px;
}

.final-step .results {
  margin: 0;
}

.cncts {
  background: #fbfbfc;
  padding: 25px;
}
.icn {
  color: var(--darkGray);
  font-size: 30px;
  display: inline-block;
  margin-right: 10px;
}
.cnct-info p {
  margin-bottom: 3px;
}
.cnct-info {
  display: inline-block;
  width: 80%;
  font-size: 16px;
  vertical-align: middle;
}

.header-contact {
  position: absolute;
  display: flex;
  flex-direction: row;
  color: white;
  top: 0;
  right: 0;
  justify-content: space-around;
  align-items: center;
  font-size: 13px;
  width: 400px;
  margin: 1rem;
}
.nav-bar-header {
  background-color: var(--darkGray);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  min-height: 110px;
  padding-top: 15px;
}
.nav-active {
  opacity: 1;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  min-height: 110px;
  padding-top: 15px;
  /* box-shadow: 0px 4px 9px 12px #00000061; */
}
/* .nav-active {
  transition: 3s linear opacity;
} */

@media (max-width: 600px) {
  .nav-bar-header {
    flex-direction: column;
    align-items: center;
    padding-left: 2rem;
    padding: 2rem;
  }
  .logo-res {
    align-self: start;
  }
  .header-btns {
    margin: 1rem;
  }
  .bt2-hover {
    position: absolute;
    top: 40px;
    right: 20px;
  }

  .header-contact {
    font-size: 7px;
    margin: 0.2rem;
    display: flex;
    height: 20px;
    flex-direction: row;
    justify-content: flex-end;
  }
  .pd-res {
    display: contents !important;
  }
  .tests {
    width: 85% !important;
  }
}
.pd-res {
  display: flex;
}

.links-res {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 70%;
}
.anchor-header {
  color: white;
  cursor: pointer;
}

@media (max-width: 600px) {
  .links-res {
    flex-direction: column;
    display: none;
    height: 0;
  }
}
.active-nav {
  height: 100%;
  display: flex;
}

.rotate-anchor {
  transform: rotate(-180deg);
  transition: 1s ease all;
}

/*---------TEST-----------*/
/*--------*/

.top-bar {
  padding: 10px 0;
  text-align: right;
}
.top-menu,
.langs {
  display: inline-block;
  vertical-align: bottom;
}
.top-menu ul li {
  float: left;
  position: relative;
  padding: 0;
}

.top-menu ul li a {
  color: white;
  font-size: 13px;
  padding: 0 10px;
}
.top-menu ul li a:hover {
  color: var(--lightGray);
}

.langs ul li {
  display: inline-block;
  margin: 0 4px;
}
.langs ul li a img {
  width: 20px;
}

.logo-box img {
  max-height: 118px;
}
.menu-bar nav.navbar.bootsnav ul.nav > li > a {
  font-family: "Questrial", sans-serif !important;
  color: white;
  text-shadow: none;
  font-size: 19px;
  font-weight: normal;
}
.menu-bar nav.navbar.bootsnav ul.nav > li > a:hover,
.menu-bar nav.navbar.bootsnav ul.nav > li.active > a {
  font-family: "Questrial", sans-serif !important;
  color: var(--lightGray);
  text-shadow: none;
  font-size: 19px;
  font-weight: normal;
}

.bootsnav {
  margin-top: 75px;
}

.meta {
  margin: 0 0 40px 0;
  font-size: 0.8em;
}
.properties-table {
  width: 100%;
  padding: 0;
  border-spacing: 0;
  margin-top: 2em;
  font-size: 0.85em;
  background-color: #eee;
}
.properties-table th,
.properties-table td {
  text-align: left;
  padding: 10px;
}
.properties-table th {
  border-bottom: 1px solid #333;
  line-height: 2;
}
/* End Basic styling */

#demo-1 {
  position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
  overflow: hidden; /* to bound the empty top space created by inner element's top margin */
  width: 100%;
  min-height: 600px;
  background-color: #999;
}
.demo-inner-content {
  position: relative; /* if position is not set, the script will set it to 'relative'. */
  z-index: 2; /* if z-index is not set, the script will set it to '2'. */
  padding: 25% 0 5%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.35em;
}
.demo-inner-content h1 {
  font-size: 2.5em;
  margin: 0;
}

.zs-enabled {
  position: relative;
}
.zs-enabled .zs-slideshow,
.zs-enabled .zs-slides,
.zs-enabled .zs-slide {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.zs-enabled .zs-slideshow .zs-slides .zs-slide {
  background: transparent none no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.zs-enabled .zs-slideshow .zs-slides .zs-slide.active {
  visibility: visible;
  opacity: 1;
}
.zs-enabled .zs-slideshow .zs-bullets {
  position: absolute;
  z-index: 4;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
  display: inline-block;
  cursor: pointer;
  border: 2px solid #ccc;
  width: 14px;
  height: 14px;
  border-radius: 8px;
  margin: 10px;
  background-color: #4a4a4a;
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
  background-color: #ccc;
}
.zs-enabled .zs-slideshow:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: transparent none repeat 0 0;
}
.zs-enabled.overlay-plain .zs-slideshow:after {
  background-image: url(plain.png);
}
.zs-enabled.overlay-dots .zs-slideshow:after {
  background-image: url(dots.png);
}

header {
  position: absolute;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 99999;
}

.tim {
  background: url(../img/cal.png) !important;
  background-position: 97% center !important;
  background-repeat: no-repeat !important;
  padding-right: 30px;
}

.xdsoft_datetimepicker {
  z-index: 9999999 !important;
}

.wizard {
  margin: 20px auto;
  background: #fff;
}

.wizard .nav-tabs {
  position: relative;
  margin: 40px auto;
  margin-bottom: 0;
  border-bottom-color: #e0e0e0;
  border: none;
  text-align: center;
}

.wizard > div.wizard-inner {
  position: relative;
}

/*.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}*/

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

span.round-tab {
  /* width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;*/
  font-size: 36px;
}
span.round-tab i {
  color: #555555;
}
.wizard li.active span.round-tab {
  background: none;
  border: 2px solid #5bc0de;
  border: none;
}
.wizard li.active span.round-tab i {
  color: #5bc0de;
}

span.round-tab:hover {
  color: #555;
  border: none;
}

.wizard .nav-tabs > li {
  width: 28%;
  display: inline-block;
  text-align: center;
  vertical-align: text-top;
}

.wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #5bc0de;
  transition: 0.1s ease-in-out;
  display: none;
}

/*.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}*/

.wizard .nav-tabs > li a {
  color: #555 !important;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
}

.wizard .nav-tabs > li.active a {
  color: #554d96 !important;
}
.wizard .nav-tabs > li a:hover {
  background: transparent;
  border: none;
}

.wizard .tab-pane {
  position: relative;
  padding-top: 25px;
}

.wizard h3 {
  margin-top: 0;
}

@media (max-width: 585px) {
  .wizard {
    width: 90%;
    height: auto !important;
  }

  span.round-tab {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .wizard li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }
}

.formy select:focus {
  box-shadow: none;
  outline: none;
}
.formy {
  padding: 25px 0;
}
.formy input,
.formy select {
  border-radius: 30px;
  height: 44px;
  padding-left: 15px;
  border: 1px solid #aaa;
  line-height: normal;
}
.formy textarea.form-control {
  resize: none;
  height: 120px;
  border: 1px #aaa solid;
}

.results {
  margin: 30px 25px;
  background: #fafbfd;
}
.results .result-box .rslt-img {
  display: inline-block;
  width: 32%;
  margin-right: 2.5%;
}
.results .result-box .rslt-img img {
  max-width: 100%;
}
.results .result-box .rslt-info {
  display: inline-block;
  width: 62%;
  vertical-align: middle;
}
.results .result-box .rslt-info h3 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 15px;
}
.mytable {
  text-align: left;
}
.mytable th {
  color: #777;
}
.mytable h4 {
  margin-bottom: 0;
}
.mytable button {
  width: 100%;
  background: var(--darkGray);
  color: #fff;
  border-radius: 4px;
  border: none;
  padding: 6px 12px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 14px 10px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}
.mytable tbody {
  background: #eee;
  border: 1px solid #bbb;
}
.mytable thead {
  border: 1px solid #bbb;
}

.trip-details {
  margin-top: 50px;
  margin-bottom: 30px;
}
.trip-details .trip-info {
  background: #f3f3f3;
  padding: 25px;
}
.trip-details .trip-info h3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
}

.trip-details .trip-prices {
  background: var(--darkGray);
  color: white;
  padding: 25px;
}
.trip-details .trip-prices p {
  margin-bottom: 0;
}
.trip-details .trip-prices hr {
  border-color: white;
  margin-bottom: 15px;
}

.trip-details .accpt {
  background: #f8f9fa;
  padding: 25px;
}

.resrv-section a {
  color: #36c;
}
.resrv-section button:hover {
  background: var(--lightGray);
}

.cbns {
  width: 200px;
  padding: 8px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.cbns {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 4px), calc(100% - 15px) calc(1em + 4px),
    calc(100% - 2.5em) 0.7em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

select.cbns:focus {
  background-image: linear-gradient(45deg, #535b60 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #535b60 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) calc(1em + 4px), calc(100% - 20px) calc(1em + 4px),
    calc(100% - 2.5em) 0.7em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: #535b60;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.colors select,
.colors1 select {
  width: 100% !important;
}

.list-inline.pull-right {
  margin-top: 50px;
}
.choices {
  margin-bottom: 20px;
}

/*#colorselector1, #colorselector {margin-bottom:20px; margin-top:20px}*/

.btn span.fas {
  opacity: 0;
}
.btn.active span.fas {
  opacity: 1;
}

.checkses .btn-group {
  margin-top: 15px;
}
.checkses .decks {
  margin-bottom: 35px;
  margin-top: 25px;
}

.checkses .btn:focus,
.btn.focus {
  outline: none !important;
}
.checkses label {
  padding: 10px 8px;
  font-size: 12px;
}

.cbns.fully {
  width: 100%;
}
.accpt-form label {
  width: 88%;
  font-size: 11px;
  font-weight: 300;
}
.accpt-form input {
  display: inline-block;
  width: 10%;
  vertical-align: top;
}

.trip-details .accpt button {
  color: #fff !important;
  border-radius: 4px;
  font-size: 15px;
  line-height: normal;
}

.final-img {
  border-radius: 100%;
  height: 100px;
  width: 100px;
}

.final-step .result-box {
  padding: 20px 10px 30px;
}
.final-step .results .result-box .rslt-img {
  display: inline-block;
  width: 25%;
  margin-right: 2.5%;
  margin-top: 15px;
}

.final-step .results {
  margin: 0;
}

.cncts {
  background: #fbfbfc;
  padding: 25px;
}
.icn {
  color: var(--darkGray);
  font-size: 30px;
  display: inline-block;
  margin-right: 10px;
}
.cnct-info p {
  margin-bottom: 3px;
}
.cnct-info {
  display: inline-block;
  width: 80%;
  font-size: 16px;
  vertical-align: middle;
}

.formy button:hover {
  background: var(--lightGray);
}

.check {
  padding-top: 75px;
  padding-bottom: 50px;
  max-width: 60%;
  margin: 0 auto;
}
.check h2 {
  font-weight: 600;
  text-align: center;
}

.new-crsl .owl-carousel .owl-item {
  padding: 10px;
}
.new-crsl .owl-theme .owl-controls.clickable .owl-buttons {
  opacity: 1 !important;
}
.new-crsl .owl-next {
  background: url(../img/arw-right.png) !important;
  top: 35%;
  right: -9px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat !important;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 1px 1px 1px !important;
  opacity: 1 !important;
}

.new-crsl .owl-prev {
  position: absolute;
  opacity: 1 !important;
  top: 35%;
  left: -12px;
  background: url(../img/arw-left.png) !important;
  /*background: url(../img/arrow-r.png) !important;*/

  width: 30px;
  height: 30px;
  background-repeat: no-repeat !important;
}

.rltv {
  position: relative;
}
.prodct {
  box-shadow: 0 10px 10px -10px #333 !important;
  min-height: 200px;
}
.recomd-item {
  position: relative;
  padding: 10px;
  background: #fff;
  border: none;
  width: 90%;
}

.recomd-item img {
  max-width: 100%;
  height: 160px;
  width: 100%;
}

.recomd-item .categ {
  border-bottom: #243455 1px solid;
}
.recomd-item .categ h3 a {
  color: #131f37;
}
.prodct h3 {
  color: #353535;
  text-align: left;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-size: 17px;
}
.prodct h4 {
  color: #353535;
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: #eee 1px solid;
  margin-top: 0;
  font-size: 14px;
}
.prodct h6 {
  margin-bottom: 20px;
}

.btn-new {
  width: 65%;
  background: var(--darkGray);
  color: #fff;
  border-radius: 4px;
  border: none;
  padding: 7px 18px;
  margin: 10px auto;
  transition: 1s ease all;
  position: relative;
}

.btn-new:hover {
  background-color: var(--lightGray) !important;
  color: #fff;
}

.crsl-btn {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.desti {
  margin-bottom: 50px;
}

.facilitis h3 {
  line-height: 1.2;
  margin-bottom: 3px;
  margin-top: 0;
  color: inherit;
  font-weight: 700;
  font-size: 36px;
  color: #000;
  margin-top: 75px;
  margin-bottom: 25px;
}
.facilitis p,
.facilitis p a {
  line-height: 1.6em;
  letter-spacing: 0.02em;
  font-size: 17px;
  margin: 15px 0;
  color: #555;
  text-align: justify;
}

.ftrs h3 {
  line-height: 1.2;
  margin-bottom: 3px;
  margin-top: 0;
  color: inherit;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #000;
  margin-top: 75px;
  margin-bottom: 25px;
}

.ftr-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 270px;
  margin-bottom: 3rem;
}
.ftr-box a h4 {
  font-weight: 700;
  line-height: 1.1em;
  color: #333;
  margin-bottom: 15px;
}

.ftr-box p {
  line-height: 1.6em;
  letter-spacing: 0.02em;
  font-size: 11px;
  margin: 15px 0;
  color: #333;
  text-align: left;
}

.ftr-box img {
  display: block;
  width: 50px;
  object-fit: cover;
}

.gal-side-left {
  position: relative;
  width: 50%;
  float: left;
}
.gal-side-left img {
  width: 100%;
}
.gal-side-left a {
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

.gal-side-left a .border-box,
.gal-side-left a h4 {
  opacity: 0;
}
.border-box {
  background: rgba(0, 0, 0, 0.35);
  width: 90%;
  height: 86%;
  position: absolute;
  left: 5%;
  bottom: 7%;
  border: 1px solid #fff;
}

.gal-side-left h4 {
  position: absolute;
  z-index: 9999;
  font-size: 26px;
  text-align: center;
  color: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gal-side-left a:hover h4,
.gal-side-left a:hover .border-box {
  -webkit-transition: opacity 0.75s ease-in-out;
  -moz-transition: opacity 0.75s ease-in-out;
  -ms-transition: opacity 0.75s ease-in-out;
  -o-transition: opacity 0.75s ease-in-out;
  transition: opacity 0.75s ease-in-out;
  opacity: 1;
}

.gallery h3 {
  color: #333;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

.tests {
  border: 1px solid #f3f3f3;
  padding: 30px;
  text-align: left;
  height: 270px;
  margin: 1rem;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tests h4 {
  background: url(../img/quotes.png) no-repeat scroll left center transparent;
  margin-top: 0;
  padding-left: 40px;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.tests p {
  height: 120px;
  overflow: hidden;
  text-align: left;
}
.tests .sgntr {
  border: 1px solid #f3f3f3;
  border-radius: 25px;
  padding: 5px 15px;
  position: absolute;
  bottom: 0;
  right: 80px;
  background-color: #fff;
}

#myCarousel1 {
  margin-top: 40px;
  margin-bottom: 40px;
}

#myCarousel1 .carousel-control {
  display: none;
}

#myCarousel1 .item {
  min-height: 275px;
}

footer {
  background-color: var(--darkGray);
  padding-bottom: 0px;
}

footer .widget h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 15px;
  text-align: left;
}

footer .widget p {
  color: #fff;
  font-size: 13px;
}
footer img.ftr-img {
  height: 128px;
  margin-bottom: 15px;
  margin-top: 38px;
  /* display: block; */
}

.wpcf7-form input {
  border: 1px solid #ccc !important;
  border-radius: 30px;
  background: 0 0;
  border: 2px solid #232323;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  color: #666;
  font-size: 12px;
  font-family: Montserrat;
  width: 70% !important;
  position: relative;
  /* top: -15px; */
}

.wpcf7-form input[type="submit"] {
  padding: 0px 20px !important;
  background-color: #e7c13000 !important;
  border: 1px solid #8e8e8e;
  float: right;
  margin-bottom: 40px;
  margin-left: 10px;
  width: 26% !important;
}

.wpcf7-form {
  margin-top: 40px;
}

.widget-social a {
  font-size: 14px;
  color: #acacac;

  margin-top: 10px;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 25px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #acacac;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.widget-social a:hover {
  color: #fff;
  border-color: #fff;
}

footer .footer-bottom {
  background-color: #2a2f3c;
  padding: 10px 0;
  text-align: center;
  color: #acacac;
  font-size: 12.22px;
}

footer .footer-bottom {
  background-color: transparent !important;
  border-top: 0.5px solid #f1f1f138;
  padding: 20px 0;
  margin-top: 10px;
}
.footer-bottom p {
  text-align: center;
  width: 100%;
  color: #eee;
  font-size: 11px;
}

@media (min-width: 768px) {
  .carousel-control {
    padding-top: 8%;
    width: 5%;
  }
}

@media (min-width: 992px) {
  .carousel-control {
    padding-top: 9%;
    width: 5%;
  }
}

@media (min-width: 1200px) {
  .carousel-control {
    padding-top: 10%;
    width: 5%;
  }
}

/*---------------New------------*/

.single-accommodation {
  display: flex;
  flex-direction: column;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

label.disabled {
  pointer-events: none;
  cursor: default;
}

.mrg-info {
  margin-top: 110px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

.deck_container {
  position: relative;
  display: flex;
  flex-direction: row;
}
.row-dec {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.img-ship {
  height: 110px;
}
.wheel_1st_row_cabin {
  top: 17px;
  left: 74px;
  max-width: 372px;
  height: 44px;
  display: flex;
  flex-direction: row;
}
.wheel_2nd_row_cabin {
  top: 77px;
  left: 74px;

  max-width: 372px;
  height: 44px;
  display: flex;
  flex-direction: row;
}
.wheel_1st_row_suite {
  top: 17px;
  right: 128px;
  max-width: 372px;
  height: 44px;
  display: flex;
  flex-direction: row;
}

.wheel_2nd_row_suite {
  top: 77px;
  right: 128px;
  max-width: 372px;
  height: 44px;
  display: flex;
  flex-direction: row;
}

.single_room {
  width: 30.6px;
  height: 40px;
  background-color: #337ab7;
  border: #031424 solid 1px;
  font-size: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*padding: 3px;*/
  color: white;
  margin: 0.5px;
}
.deck_401,
.deck_402 {
  width: 50.6px;
  background-color: #9c488d;
}
@media (max-width: 600px) {
  .single_room {
    width: 19.6px;
    height: 40px;
    font-size: 9px;
  }
  .deck_401,
  .deck_402 {
    width: 19.6px;
    background-color: #9c488d;
  }
}
.second_1st_row_cabin {
  top: 11px;
  left: 54px;
  max-width: 372px;
  height: 44px;
  display: flex;
  flex-direction: row;
}
.second_2nd_row_cabin {
  top: 72px;
  left: 54px;
  max-width: 372px;
  height: 44px;
  display: flex;
  flex-direction: row;
}
.second_1st_row_suite {
  top: 11px;
  right: 131px;
  max-width: 372px;
  height: 44px;
  display: flex;
  flex-direction: row;
}

.second_2nd_row_suite {
  top: 72px;
  right: 131px;
  max-width: 372px;
  height: 44px;
  display: flex;
  flex-direction: row;
}

.main_1st_row_suite {
  top: 11px;
  right: 104px;
  max-width: 372px;
  height: 44px;
  display: flex;
  flex-direction: row;
}

.main_2nd_row_suite {
  top: 72px;
  right: 104px;
  max-width: 372px;
  height: 44px;
  display: flex;
  flex-direction: row;
}

.dots {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0px 10px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: var(--darkGray);
}
.dactive {
  opacity: 1;
  background-color: var(--darkGray);
}
.navbar-default {
  background-color: transparent !important;
  border: none !important;
}
.navbar-default .navbar-nav > .active > a {
  background-color: transparent !important;
}

.intro_img {
  height: 93vh;
  width: 100%;
  object-fit: cover;
}
.overlay-img:before {
  content: "";
  position: absolute;
  background: rgba(48, 56, 71, 0.7);
  width: 100%;
  height: 100%;
  z-index: 9;
}

.navbar-nav > li > a {
  padding-left: 30px !important;
}

.nav > li > a {
  padding: 22px 30px 10px 30px;
}
.nav > li > a span {
  padding: 0 !important;
}
.text-intro {
  position: absolute;
  z-index: 26;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  /* font-weight: bold; */
  line-height: 6rem;
  font-size: 27px;
  font-family: "Playfair Display", serif;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
}
.farah-text {
  display: block;
  text-align: center;
  font-family: var(--fontCentury);
  color: #fff;
  text-transform: capitalize;
  font-size: 75px;
}
.section-name {
  font-family: "Playfair Display", serif;
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  color: var(--lightGray);
  line-height: 43px;
}

.section-name:after,
.footer-title:after {
  margin-top: 2rem;
  display: block;
  width: 20rem;
  height: 1px;
  content: "";
  background: var(--darkGray);
}
.section-name:after {
  margin: 3rem auto 1rem;
}
.desc-text {
  font-weight: normal;
  font-family: var(--fontCentury);
  font-size: 37px;
  color: var(--darkGray);
}

@media (max-width: 600px) {
  .section-name {
    font-size: 28px;
    line-height: 25px;
    margin-bottom: 2rem;
  }
  .desc-text {
    font-size: 20px;
  }
}
.coverflow__container__1P-xE {
  background-color: white !important;
}

.check-av {
  display: flex;
  flex-direction: row;
  background-color: white;
  justify-content: space-around;
  align-items: center;
  padding: 2rem;
  width: 800px;
  border-radius: 10px;
  position: relative;
  top: -50px;
  z-index: 99;
}
@media (max-width: 800px) {
  .check-av {
    width: 300px;
    border-radius: 10px;
    padding: 1rem;
  }
  .frm-ctr .form-control {
    width: 70px !important;
    height: 20px;
  }
  .btn-md-2 {
    font-size: 7px;
    height: 25px;
  }
  .frm-ctr .form-control::placeholder {
    font-size: 8px;
  }
  .ftr-box a img {
    width: 40%;
    height: 40%;
  }
  .ftr-box a h4 {
    font-size: 10px;
    margin: 0;
  }
  .ftr-box a p {
    font-size: 8px;
  }
  .text-intro {
    font-size: 20px;
  }
  .farah-text {
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  .text-intro {
    font-size: 8px;
  }
}
.check-res {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.check-av1 {
  display: flex;
  flex-direction: row;
  background-color: white;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
}
.frm-ctr .form-control {
  background-color: white !important;
  width: 250px;
  border: 1px solid var(--darkGray);
  border-radius: 10px;
}
.frm-ctr .form-control::placeholder {
  color: var(--darkGray);
  font-weight: bold;
}
.btn-clr {
  color: white;
}
.alice-carousel__stage-item {
  opacity: 0.8;
}
.__active {
  transition: 5s ease-out transform, 1s linear opacity;
  transform: scale(1.2);
  opacity: 1 !important;
}
th {
  color: var(--darkGray) !important;
}
.react-multi-carousel-track {
  padding: 30px !important;
}
.trip-date {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(148, 147, 147, 0.7);
  padding: 1rem;
  padding-right: 2rem;
  font-size: 11px;
  font-weight: bold;
  color: white;
}
.royal {
  height: 20px;
  width: 20px;
  background-color: #9c488d;
  display: block;
}
.double {
  height: 20px;
  width: 20px;
  background-color: #337ab7;
  display: block;
}
.large {
  height: 20px;
  width: 20px;
  background-color: #ed8c2d;
  display: block;
}
.all-rooms {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.gallery-container {
  border: solid rgb(216, 216, 216) 2px;
  margin: 1rem;
  position: relative;
  margin-top: 20px;
}
.gallery-title {
  position: absolute;
  background-color: white;
  top: -70px;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 0 30px;
}
@media (max-width: 600px) {
  .gallery-title {
    top: -44px;
  }
}
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 400px 400px;
  grid-gap: 10px;
  width: 100%;
  padding: 4rem;
  margin-top: 8rem;
}

.gallery-grid-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 250px 250px 250px 250px;
  grid-gap: 10px;
  width: 100%;
  padding: 4rem;
  margin-top: 8rem;
}

.gallery-box {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.gallery-box img {
  transition: all 1s ease;
  transform: scale(1);
}
.gallery-box:hover img {
  transform: scale(1.4);
}
.img-target img {
  transform: none !important;
}
.gallery-item {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-box:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  transition: all 1s linear;
}
.gallery-box:hover:before {
  opacity: 1;
}
.gallery-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  opacity: 0;
  transition: all ease-in 0.5s;
  color: white;
  font-size: 2rem;
  border: 2px solid;
  padding: 1rem 2rem;
  cursor: pointer;
}
.gallery-box:hover .gallery-name {
  opacity: 1;
}
@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 150px 150px;
    margin: 0;
  }
  .gallery-grid-1 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 100px 100px 100px 100px;
  }
  .box121 {
    height: 100px !important;
  }
  .box122 {
    height: 100px !important;
  }
}
@media (max-width: 700px) {
  .gallery-box {
    height: 150px;
  }
  .gallery-item {
    height: 150px;
  }
  .gallery-name {
    font-size: 1rem;
    padding: 2px 10px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .gallery-grid {
    margin-top: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 100px 100px;
  }
  .gallery-grid-1 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 70px 70px 70px 70px;
  }
  .box121 {
    height: 70px !important;
  }
  .box122 {
    height: 70px !important;
  }
  .gallery-box {
    height: 100px;
  }
  .gallery-item {
    height: 100px;
  }
}

.item-4 {
  grid-area: 2/1/3/3;
}
.item-8 {
  grid-area: 4/1/5/3;
}
/* .item-5 {
  grid-area: 3/3/4/4;
}
.item-1 {
  grid-area: 1/1/3/2;
}
.item-2 {
  grid-area: 1/2/3/3;
}
.item-3 {
  grid-area: 1/3/3/4;
} */
.btn-gallery {
  border: 2px solid #9b9a9a;
  border-radius: 25px;
  padding: 5px 15px;
  position: absolute;
  bottom: -15px;
  right: 40px;
  background-color: #fff;
}
.trip-price {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(148, 147, 147, 0.7);
  padding: 1rem;
  padding-right: 2rem;
  font-size: 20px;
  font-weight: bold;
  color: white;
}
.sight-seeing {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 1rem;
}
.sight-seeing-select {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.swal2-styled.swal2-confirm {
  background-color: var(--darkGray) !important;
}

.swal2-popup,
.swal2-success-circular-line-right {
  background: white !important;
}
.swal2-icon.swal2-success {
  color: var(--darkGray) !important;
  border-color: var(--darkGray) !important;
}
.swal2-content,
.swal2-title {
  color: black !important;
}
.swal2-show {
  border: solid var(--darkGray) !important;
}
.unique-container {
  display: flex;
  position: relative;
}

.unique-left {
  background-color: var(--lightGray);
  width: 65%;
  padding: 3rem;
  padding-bottom: 0;
}
.unique-right {
  background: var(--darkGray);
  width: 35%;
}
.unique-items {
  display: flex;
  justify-content: space-evenly;
}
.uniq-img {
  position: absolute;
  background: white;
  padding: 2rem;
  top: 15%;
  left: 57%;
}
.uniq-img img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
.unique-text {
  width: 235px;
  height: 180px;
  margin-left: 2rem;
  /* border: solid; */
}
.trip-advisor .react-multiple-carousel__arrow--left {
  left: calc(4% - 32px);
}
.trip-advisor .react-multiple-carousel__arrow--right {
  right: calc(4% + -31px);
}
@media (max-width: 700px) {
  .trip-advisor .react-multiple-carousel__arrow--left {
    left: calc(4%);
  }
  .trip-advisor .react-multiple-carousel__arrow--right {
    right: calc(4%);
  }
  .unique-container {
    flex-direction: column;
  }
  .unique-left {
    background-color: var(--lightGray);
    width: 100%;
    padding: 3rem;
    padding-bottom: 8rem;
  }
  .unique-right {
    height: 300px;
    width: 100%;
  }
  .uniq-img {
    top: 75%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .uniq-img img {
    width: 250px;
    height: 250px;
  }
  .unique-text {
    width: 200px;
  }
  .unique-text h4 {
    font-size: 15px;
  }
  .unique-text p {
    font-size: 10px;
  }
  .unique-items {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 500px) {
  .uniq-img {
    top: 75%;
  }
}
@media (max-width: 400px) {
  .uniq-img {
    top: 75%;
  }
  .uniq-img img {
    width: 150px;
    height: 150px;
  }
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
  position: relative;
  top: -50px;
}

.header-btns:hover {
  transition: 0.1s all ease;
  color: var(--lightGray);
}

.header-btns::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--lightGray);
  opacity: 0;
  transition: 0.5s all ease;
}

.header-btns:hover:after {
  bottom: -5px;
  opacity: 1;
}

.gallery-type {
  cursor: pointer;
}

.gallery-type:hover {
  transition: 1s all ease;
  color: var(--lightGray);
}

.text-para {
  margin-top: 2rem;
  line-height: 22px;
  text-align: left;
}

.text-danger-check {
  margin-bottom: -4rem;
  color: #a94442;
  padding: 1rem;
}
.galley-select {
  display: flex;
  justify-content: space-between;
  width: 200px;
  font-size: 2rem;
  position: relative;
  font-family: "Playfair Display", serif;
  color: #75787a;
  margin-bottom: 3.5rem;
  justify-content: center;
}
.galley-select:after {
  content: "";
  height: 16px;
  width: 1px;
  background: rgb(157, 139, 53);
  position: absolute;
  right: 0;
  top: 10px;
}
.galley-select:last-child:after {
  display: none;
}
.gallery-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  top: 85px;
}
.gallery-tit {
  margin-top: 68px;
  position: relative;
  top: 76px;
}
.bt2-hover {
  border: transparent solid 1px;
}
.bt2-hover:hover {
  border: white solid 1px;
  background: rgba(48, 56, 71, 0.7);
}
.react-multiple-carousel__arrow {
  background: var(--darkGray) !important;
}
.react-multiple-carousel__arrow:hover {
  background: var(--lightGray) !important;
}
.css-1bqbnod {
  z-index: 99999999999999999999999 !important;
}
.image-gallery-left-nav .image-gallery-svg,
.image-gallery-right-nav .image-gallery-svg {
  height: 65px !important;
  width: 65px !important;
  background: var(--darkGray);
  border-radius: 50%;
}
.image-gallery-fullscreen-button {
  right: 10px !important;
  bottom: 10px !important;
  padding: 10px !important;
  background: var(--darkGray) !important;
  border-radius: 50% !important;
}
.image-gallery-slide .image-gallery-image {
  width: 100%;
  object-fit: contain;
}
.image-gallery {
  width: 750px !important;
  height: 500px !important;
  margin: 0 auto 10rem auto !important;
}
.image-gallery-image {
  width: 750px !important;
  height: 500px !important;
  object-fit: cover !important;
}
.image-gallery-slides {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .image-gallery {
    width: 300px !important;
    height: 200px !important;
  }
  .image-gallery-image {
    width: 300px !important;
    height: 200px !important;
  }
  .image-gallery-left-nav .image-gallery-svg,
  .image-gallery-right-nav .image-gallery-svg {
    height: 20px !important;
    width: 20px !important;
    background: var(--darkGray);
    border-radius: 50%;
  }
  .txt-cent1 {
    position: relative;
    right: 4px;
  }
  .txt-cent2 {
    position: relative;
    left: 8px;
  }
}
.arab-african {
  width: 85px;
  height: 60px;
  margin-left: 10px;
  object-fit: cover;
}
.payment {
  height: 23px;
  width: 238px;
}
.active-type {
  color: var(--darkGray);
  background-color: rgba(0, 0, 0, 0.08);
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}
.view-more {
  text-align: center;
  cursor: pointer;
  color: #7193d9;
}
.trip-modal {
  width: 350px;
  position: relative;
}
.trip-modal img {
  /* max-width: 100%; */
  height: 100%;
  width: 100%;
}
.trip-price-modal {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(148, 147, 147, 0.7);
  padding: 1rem;
  padding-right: 2rem;
  font-size: 20px;
  font-weight: bold;
  color: white;
}

.inside {
  position: relative;
}
.inside img {
  width: 100%;
}

.small-title {
  font-size: 16px;
  color: var(--darkGray);
  text-transform: uppercase;
  margin-bottom: 0;
}

.main-title {
  font-family: poppins;
  font-size: 30px;
  color: #2a2a2a;
  margin-top: 5px;
  line-height: 1.4;
  font-weight: bolder;
  -webkit-font-smoothing: antialiased !important;
}

h2.main-title:after {
  background: var(--darkGray);
  height: 3px;
  width: 50px;
  display: block;
  margin: 20px auto;
  content: "";
}

.sight h2.main-title:after {
  background: var(--darkGray);
  height: 3px;
  width: 150px;
  display: block;
  margin: 1rem 0;
  content: "";
}

.main-p,
.about p,
.activity p,
.blogs p {
  line-height: 1.6em;
  letter-spacing: 0.02em;
  font-size: 17px;
  margin: 15px 0;
  color: #555;
  text-align: justify;
}

.why-us p {
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  text-align: center;
  margin-top: 35px;
}
.why-us {
  background: url(/img/news.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  position: relative;
  min-height: 400px;
}

.why-us h2 {
  color: #fff;
  text-transform: uppercase;
}

.why-us h2.main-title:after {
  margin: 20px auto;
  text-align: center;
}
.btn-new1 {
  background: var(--darkGray);
  color: white !important;
  border: none;
  padding: 7px 18px;
  margin: 10px auto;
  height: 50px;
  font-size: 2rem;
}
.btn-new1:hover {
  color: #fff;
  background: var(--lightGray);
  transition: 1s ease all;
}
.sepratr {
  margin: 0px auto;
  display: block;
  height: 66px;
  width: 600px;
  background: url(/img/separator.png);
  background-repeat: no-repeat;
}
#tabs {
  /* background: #007b5e; */
  color: #747474;
  margin-top: 25px;
  margin-bottom: 5px;
}
#tabs h6.section-title {
  color: #eee;
}
#tabs .nav-tabs {
  border-bottom: none;
}
#tabs .tab-content {
  padding: 50px 40px 0;
  text-align: left;
}
#tabs ul li {
  display: inline-block;
}
#tabs .tab-content > .active {
  display: block !important;
  opacity: 1;
}

#tabs ul li.active a {
  border-bottom: 2px solid !important;
  color: var(--darkGray) !important;
  padding: 1rem !important;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #f3f3f3;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 4px solid !important;
  font-size: 20px;
  font-weight: bold;
  padding: 1rem !important;
}
#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #777;
  font-size: 20px;
  padding: 1rem !important;
}

.progrm li {
  display: block !important;
  margin-bottom: 10px;
  font-size: 18px;
}

.cursor {
  cursor: pointer;
}
.footer-social {
  display: flex;
  position: relative;
  right: 90%;
  margin-top: 75px;
}

.spinner-body {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999999999;
}
.spinner {
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: 99999999;
  top: 45%;
  left: 48%;
  margin: -60px 0 0 -60px;
}
/* .spinner {
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: 99999999;
  top: 45%;
  left: 48%;
  margin: -60px 0 0 -60px;
  -webkit-animation: spin 3s linear infinite;
  -moz-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
} */
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg), translate(-50%, -50%);
  }
}

.visa {
  height: 25px;
  width: auto;
  margin-right: 15px;
}
.arab-african {
  width: 85px;
  height: 60px;
  margin-left: 10px;
  object-fit: cover;
}
.masterCard {
  height: 35px;
  width: auto;
}
.zoom_image {
  display: block;
  overflow: hidden;
  border-radius: 15px;
  padding: 0;
  width: 400px;
}
.zoom_image img {
  transform: scale(1);
  transition: all 1s ease;
  width: 400px;
  height: 300px;
  object-fit: cover;
}
.zoom_image:hover img {
  object-fit: cover;
  transform: scale(1.1);
}

.zoom_image-1 {
  display: block;
  overflow: hidden;
  border-radius: 15px;
  padding: 0;
  width: 700px;
}
.zoom_image-1 img {
  transform: scale(1);
  transition: all 1s ease;
  width: 700px;
  height: 400px;
  object-fit: cover;
}
.zoom_image-1:hover img {
  object-fit: cover;
  transform: scale(1.1);
}
.fadeInRight {
  margin-left: 50px;
}

.row-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.row-center .react-multi-carousel-list {
  width: 555px;
}
.itineray-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.video-fac {
  position: relative;
  top: 5px;
  width: 100%;
  height: 335px;
}
@media (max-width: 1024px) {
  .zoom_image {
    width: 300px;
    display: flex;
    justify-content: center;
  }
  .video-fac {
    width: 100%;
    height: 100%;
  }
  .zoom_image img {
    width: 300px;
    height: 220px;
    border-radius: 15px;
  }
  .zoom_image-1 {
    width: 300px;
    display: flex;
    justify-content: center;
  }
  .zoom_image-1 img {
    width: 300px;
    height: 171px;
    border-radius: 15px;
  }
  .fadeInRight {
    margin-left: 0;
    text-align: center;
  }
  .fadeInLeft {
    text-align: center;
  }
  .sight h2.main-title:after {
    text-align: center;
    margin: auto !important;
  }
  .row-center {
    flex-direction: column;
  }
  .row-center .react-multi-carousel-list {
    width: 355px;
  }
  .text-decks {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .itineray-content {
    flex-direction: column;
  }
  .header-btns {
    font-size: 10px;
  }
}

.go_top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  color: white;
  background: var(--darkGray);
  font-size: 3rem;
  z-index: 99999;
  padding: 1rem;
  cursor: pointer;
  transition: all 1s ease;
}
.whatsapp {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 99999;
  padding: 5px;
  width: 200px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  background: var(--darkGray);
  border-radius: 17px;
}
.whatsapp img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.whatsapp p {
  font-weight: bold;
  color: white;
  position: relative;
  top: 4px;
}
/* html {
  scroll-behavior: smooth;
} */
.go_top:hover {
  background: var(--lightGray);
}
.prtnrs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.prtr-img {
  width: 150px;
  margin: 1rem;
}
@media (max-width: 500px) {
  .prtr-img {
    width: 100px;
  }
}
.nav-bar-intro {
  display: flex;
  flex-direction: row;
  width: 70vw;
  justify-content: space-around;
  align-items: center;
}
/*.nav-bar-intro li a {
  padding: 0;
  padding-left: 0 !important;
}*/
.btn-home {
  /*left: 46px;*/
  width: 100%;
  top: 10px;
  position: relative;
  padding: 1rem 2rem !important;
}
@media (max-width: 700px) {
  .contact-footer {
    position: relative;
    top: -50px;
  }
  .fix-margin {
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    top: 40px;
  }
}
.text-mrg-lft {
  margin-left: 1rem;
}
.single_sightseeing {
  position: relative;
}
.btn-sightseeing {
  position: absolute;
  bottom: 15px;
  right: 23px;
}
.gallery-view {
  background: none;
  border: none;
}
.gallery-view img {
  height: 70px;
  width: 70px;
}

/*limoo*/
/*#navbar-menu {width: 100%; background-color: transparent;}
.menu-bar nav.navbar.bootsnav ul.nav > li > a:hover, .menu-bar nav.navbar.bootsnav ul.nav > li.active > a {
    font-family: 'Questrial', sans-serif !important;
    color: var(--darkGray);
    text-shadow: none;
    font-size: 19px;
    font-weight: normal;
}
.nav-bar-intro li {
    width: unset !important;
}

.nav-bar-intro {
    display: block !important;}
*/
.nav > li > a {
  padding: 0 !important;
}
.crsl-btn .btn.btn-new.btn-home.bt2-hover span {
  padding-left: 0 !important;
}

@media (max-width: 360px) {
  .galley-select:after {
    display: none;
  }
  .galley-select {
    margin-bottom: 1rem;
  }
  .p-t-50 {
    padding-top: 25px;
  }

  .m-t-50 {
    margin-top: 25px;
  }
  .wizard .nav-tabs > li {
    width: 100%;
  }
  .wizard .nav-tabs > li a {
    width: 100%;
    height: auto;
    line-height: normal;
    margin: 10px auto;
  }
  .check-av1 {
    display: block;
  }
  .check-av1 .btn-md-2 {
    font-size: 12px;
    height: 40px;
    width: 100%;
    margin-top: 5px;
  }
  .results .result-box .rslt-info h3 {
    font-weight: bold;
    font-size: 14px;
    margin-top: 15px;
  }
  .rslt-info h5 {
    font-size: 12px;
  }
  .final-step .results .result-box .rslt-img {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .final-step .result-box {
    padding: 10px 10px 20px;
    text-align: center;
  }
  .final-step .result-box h4 {
    margin-left: 0 !important;
  }
  .cnct-info p {
    margin-bottom: 3px;
    font-size: 13px;
  }
  .mrg-info {
    margin-top: 0px;
  }
  .trip-details {
    margin-top: 10px;
  }
  .trip-details .trip-info h3 {
    font-size: 16px;
  }
  .final-step .text-right {
    text-align: left !important;
  }
  .final-step h4 {
    font-size: 14px !important;
  }
  .bootsnav {
    margin-top: 0;
  }
  .top-menu {
    width: 70% !important;
  }
  .langs {
    width: 30% !important;
    padding: 0;
  }
  .langs ul {
    padding: 0;
  }
  .top-menu ul li a {
    color: white;
    font-size: 9px;
    padding: 0 5px;
  }
  .results .result-box .rslt-img {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .results .result-box .rslt-info {
    display: block;
    width: 100%;
    vertical-align: middle;
  }
  .navbar-default .navbar-toggle {
    position: absolute;
    right: 0;
    top: -100px;
    border: 0;
    color: #fff;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
    outline: none !important;
    border: none;
  }
  .logo-box img {
    max-height: 90px;
    margin: 5px auto;
    display: block;
  }
  .nav-bar-intro {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    margin: 15px 0;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7;
    position: relative;
    top: 10px;
    background: #fff;
    text-align: center;
  }
  .nav-bar-intro li {
    width: 100%;
  }
  .crsl-btn {
    margin-bottom: 0px;
    display: block;
    width: 100%;
  }
  .nav-bar-intro li .crsl-btn a,
  .nav-bar-intro li .crsl-btn a:hover {
    color: #fff !important;
  }
  .nav-bar-intro li a {
    position: unset;
    color: #999 !important;
    font-size: 15px !important;
  }
  .nav-bar-intro li a:hover,
  .nav-bar-intro li.active a {
    color: var(--lightGray) !important;
  }
  .text-intro {
    padding: 0;
    font-size: 19px;
    line-height: 1.75;
    width: 90%;
  }
  .text-intro br {
    display: none;
  }
  .farah-text {
    font-size: 40px;
  }
  .check-res {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .check-av {
    width: 100%;
    display: block;
  }
  .frm-ctr .form-control {
    width: 100% !important;
    height: 40px;
    margin-bottom: 5px;
  }
  .formy input,
  .formy select {
    width: 100%;
    margin-bottom: 15px;
  }

  .check-av .btn-md-2 {
    font-size: 11px;
    height: 40px;
    width: 100%;
    line-height: 1.75;
  }
  .header-contact {
    font-size: 10px;
    margin: 0.2rem;
    display: flex;
    height: 20px;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    text-align: center;
    /* margin-bottom: 15px !important; */
  }
  .logo-res img {
    margin-top: 15px;
  }
  .react-multi-carousel-track {
    padding: 15px !important;
    justify-content: center;
  }
  .react-multiple-carousel__arrow {
    min-width: 30px !important;
    min-height: 30px !important;
    top: 40%;
  }
  .react-multiple-carousel__arrow::before {
    font-size: 12px !important;
  }
  .facilitis p,
  .facilitis p a {
    line-height: 1.4em;
    letter-spacing: 0.02em;
    font-size: 15px;
    margin: 15px 0;
    color: #555;
    text-align: justify;
  }
  .facilitis.p-t-30.m-b-50 {
    margin-bottom: 0 !important;
  }
  .uniq-img {
    top: 83%;
    width: 100%;
  }
  .uniq-img img {
    width: 100%;
    height: auto;
  }
  .wpcf7-form input[type="submit"] {
    padding: 0 !important;
    margin-bottom: 10px;
  }
  footer .footer-bottom {
    margin-top: 25px;
  }
  .main-title {
    font-family: poppins;
    font-size: 22px;
  }
  .sight h2.main-title:after {
    width: 60px;
  }
  .small-title {
    font-size: 14px;
  }
  ul.progrm {
    padding: 0;
  }
  .sepratr {
    margin: 0px auto;
    display: block;
    height: 66px;
    width: 600px;
    background: url(/img/separator.png);
    background-repeat: no-repeat;
    max-width: 100%;
    background-size: 100%;
    width: 100% !important;
  }
  .progrm li {
    display: block !important;
    margin-bottom: 10px;
    font-size: 16px;
  }
  #tabs .tab-content {
    padding: 40px 20px 0;
    text-align: left;
  }
}

@media screen and (min-width: 361px) and (max-width: 480px) {
  .galley-select:after {
    display: none;
  }
  .galley-select {
    margin-bottom: 1rem;
  }
  .p-t-50 {
    padding-top: 25px;
  }

  .m-t-50 {
    margin-top: 25px;
  }
  .wizard .nav-tabs > li {
    width: 100%;
  }
  .wizard .nav-tabs > li a {
    width: 100%;
    height: auto;
    line-height: normal;
    margin: 10px auto;
  }
  .check-av1 {
    display: block;
  }
  .check-av1 .btn-md-2 {
    font-size: 12px;
    height: 40px;
    width: 100%;
    margin-top: 5px;
  }
  .results .result-box .rslt-info h3 {
    font-weight: bold;
    font-size: 14px;
    margin-top: 15px;
  }
  .rslt-info h5 {
    font-size: 12px;
  }
  .final-step .results .result-box .rslt-img {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .final-step .result-box {
    padding: 10px 10px 20px;
    text-align: center;
  }
  .final-step .result-box h4 {
    margin-left: 0 !important;
  }
  .cnct-info p {
    margin-bottom: 3px;
    font-size: 13px;
  }
  .mrg-info {
    margin-top: 0px;
  }
  .trip-details {
    margin-top: 10px;
  }
  .trip-details .trip-info h3 {
    font-size: 16px;
  }
  .final-step .text-right {
    text-align: left !important;
  }
  .final-step h4 {
    font-size: 14px !important;
  }
  .bootsnav {
    margin-top: 0;
  }
  .top-menu {
    width: 70% !important;
  }
  .langs {
    width: 30% !important;
    padding: 0;
  }
  .langs ul {
    padding: 0;
  }
  .top-menu ul li a {
    color: white;
    font-size: 9px;
    padding: 0 5px;
  }
  .results .result-box .rslt-img {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .results .result-box .rslt-info {
    display: block;
    width: 100%;
    vertical-align: middle;
  }
  .navbar-default .navbar-toggle {
    position: absolute;
    right: 0;
    top: -100px;
    border: 0;
    color: #fff;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
    outline: none !important;
    border: none;
  }
  .logo-box img {
    max-height: 90px;
    margin: 5px auto;
    display: block;
  }
  .nav-bar-intro {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    margin: 15px 0;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7;
    position: relative;
    top: 10px;
    background: #fff;
    text-align: center;
  }
  .nav-bar-intro li {
    width: 100%;
  }
  .crsl-btn {
    margin-bottom: 0px;
    display: block;
    width: 100%;
  }
  .nav-bar-intro li .crsl-btn a,
  .nav-bar-intro li .crsl-btn a:hover {
    color: #fff !important;
  }
  .nav-bar-intro li a {
    position: unset;
    color: #999 !important;
    font-size: 15px !important;
  }
  .nav-bar-intro li a:hover,
  .nav-bar-intro li.active a {
    color: var(--lightGray) !important;
  }
  .text-intro {
    padding: 0;
    font-size: 19px;
    line-height: 1.75;
    width: 90%;
  }
  .text-intro br {
    display: none;
  }
  .farah-text {
    font-size: 40px;
  }
  .check-res {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .check-av {
    width: 100%;
    display: block;
  }
  .frm-ctr .form-control {
    width: 100% !important;
    height: 40px;
    margin-bottom: 5px;
  }
  .formy input,
  .formy select {
    width: 100%;
    margin-bottom: 15px;
  }

  .check-av .btn-md-2 {
    font-size: 11px;
    height: 40px;
    width: 100%;
    line-height: 1.75;
  }
  .header-contact {
    font-size: 10px;
    margin: 0.2rem;
    display: flex;
    height: 20px;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    text-align: center;
    /* margin-bottom: 15px !important; */
  }
  .logo-res img {
    margin-top: 15px;
  }
  .react-multi-carousel-track {
    padding: 15px !important;
    justify-content: center;
  }
  .react-multiple-carousel__arrow {
    min-width: 30px !important;
    min-height: 30px !important;
    top: 40%;
  }
  .react-multiple-carousel__arrow::before {
    font-size: 12px !important;
  }
  .facilitis p,
  .facilitis p a {
    line-height: 1.4em;
    letter-spacing: 0.02em;
    font-size: 15px;
    margin: 15px 0;
    color: #555;
  }
  .facilitis.p-t-30.m-b-50 {
    margin-bottom: 0 !important;
  }
  .uniq-img {
    top: 83%;
    width: 100%;
  }
  .uniq-img img {
    width: 100%;
    height: auto;
  }
  .wpcf7-form input[type="submit"] {
    padding: 0 !important;
    margin-bottom: 10px;
  }
  footer .footer-bottom {
    margin-top: 25px;
  }
  .main-title {
    font-family: poppins;
    font-size: 22px;
  }
  .sight h2.main-title:after {
    width: 60px;
  }
  .small-title {
    font-size: 14px;
  }
  ul.progrm {
    padding: 0;
  }
  .sepratr {
    margin: 0px auto;
    display: block;
    height: 66px;
    width: 600px;
    background: url(/img/separator.png);
    background-repeat: no-repeat;
    max-width: 100%;
    background-size: 100%;
    width: 100% !important;
  }
  .progrm li {
    display: block !important;
    margin-bottom: 10px;
    font-size: 16px;
  }
  #tabs .tab-content {
    padding: 40px 20px 0;
    text-align: left;
  }
}

@media screen and (max-width: 767px) and (min-width: 481px) {
  .galley-select:after {
    display: none;
  }
  .galley-select {
    margin-bottom: 1rem;
  }
  .p-t-50 {
    padding-top: 25px;
  }

  .m-t-50 {
    margin-top: 25px;
  }
  .wizard .nav-tabs > li {
    width: 100%;
  }
  .wizard .nav-tabs > li a {
    width: 100%;
    height: auto;
    line-height: normal;
    margin: 10px auto;
  }
  .check-av1 {
    display: block;
  }
  .check-av1 .btn-md-2 {
    font-size: 12px;
    height: 40px;
    width: 100%;
    margin-top: 5px;
  }
  .results .result-box .rslt-info h3 {
    font-weight: bold;
    font-size: 14px;
    margin-top: 15px;
  }
  .rslt-info h5 {
    font-size: 12px;
  }
  .final-step .results .result-box .rslt-img {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .final-step .result-box {
    padding: 10px 10px 20px;
    text-align: center;
  }
  .final-step .result-box h4 {
    margin-left: 0 !important;
  }
  .cnct-info p {
    margin-bottom: 3px;
    font-size: 13px;
  }
  .mrg-info {
    margin-top: 0px;
  }
  .trip-details {
    margin-top: 10px;
  }
  .trip-details .trip-info h3 {
    font-size: 16px;
  }
  .final-step .text-right {
    text-align: left !important;
  }
  .final-step h4 {
    font-size: 14px !important;
  }
  .bootsnav {
    margin-top: 0;
  }
  .top-menu {
    width: 70% !important;
  }
  .langs {
    width: 30% !important;
    padding: 0;
  }
  .langs ul {
    padding: 0;
  }
  .top-menu ul li a {
    color: white;
    font-size: 9px;
    padding: 0 5px;
  }
  .results .result-box .rslt-img {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .results .result-box .rslt-info {
    display: block;
    width: 100%;
    vertical-align: middle;
  }
  .navbar-default .navbar-toggle {
    position: absolute;
    right: 0;
    top: -100px;
    border: 0;
    color: #fff;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
    outline: none !important;
    border: none;
  }
  .logo-box img {
    max-height: 90px;
    margin: 5px auto;
    display: block;
  }
  .nav-bar-intro {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    margin: 15px 0;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7;
    position: relative;
    top: 10px;
    background: #fff;
    text-align: center;
  }
  .nav-bar-intro li {
    width: 100%;
  }
  .crsl-btn {
    margin-bottom: 0px;
    display: block;
    width: 100%;
  }
  .nav-bar-intro li .crsl-btn a,
  .nav-bar-intro li .crsl-btn a:hover {
    color: #fff !important;
  }
  .nav-bar-intro li a {
    position: unset;
    color: #999 !important;
    font-size: 15px !important;
  }
  .nav-bar-intro li a:hover,
  .nav-bar-intro li.active a {
    color: var(--lightGray) !important;
  }
  .text-intro {
    padding: 0;
    font-size: 19px;
    line-height: 1.75;
    width: 90%;
  }
  .text-intro br {
    display: none;
  }
  .farah-text {
    font-size: 40px;
  }
  .check-res {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .check-av {
    width: 100%;
    display: block;
  }
  .frm-ctr .form-control {
    width: 100% !important;
    height: 40px;
    margin-bottom: 5px;
  }
  .formy input,
  .formy select {
    width: 100%;
    margin-bottom: 15px;
  }

  .check-av .btn-md-2 {
    font-size: 11px;
    height: 40px;
    width: 100%;
    line-height: 1.75;
  }
  .header-contact {
    font-size: 10px;
    margin: 0.2rem;
    display: flex;
    height: 20px;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    text-align: center;
    /* margin-bottom: 15px !important; */
  }
  .logo-res img {
    margin-top: 15px;
  }
  .react-multi-carousel-track {
    padding: 15px !important;
    justify-content: center;
  }
  .react-multiple-carousel__arrow {
    min-width: 30px !important;
    min-height: 30px !important;
    top: 40%;
  }
  .react-multiple-carousel__arrow::before {
    font-size: 12px !important;
  }
  .facilitis p,
  .facilitis p a {
    line-height: 1.4em;
    letter-spacing: 0.02em;
    font-size: 15px;
    margin: 15px 0;
    color: #555;
  }
  .facilitis.p-t-30.m-b-50 {
    margin-bottom: 0 !important;
  }
  .uniq-img {
    top: 83%;
    width: 100%;
  }
  .uniq-img img {
    width: 100%;
    height: auto;
  }
  .wpcf7-form input[type="submit"] {
    padding: 0 !important;
    margin-bottom: 10px;
  }
  footer .footer-bottom {
    margin-top: 25px;
  }
  .main-title {
    font-family: poppins;
    font-size: 22px;
  }
  .sight h2.main-title:after {
    width: 60px;
  }
  .small-title {
    font-size: 14px;
  }
  ul.progrm {
    padding: 0;
  }
  .sepratr {
    margin: 0px auto;
    display: block;
    height: 66px;
    width: 600px;
    background: url(/img/separator.png);
    background-repeat: no-repeat;
    max-width: 100%;
    background-size: 100%;
    width: 100% !important;
  }
  .progrm li {
    display: block !important;
    margin-bottom: 10px;
    font-size: 16px;
  }
  #tabs .tab-content {
    padding: 40px 20px 0;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .footer-social {
    display: flex;
    position: relative;
    right: 0;
    margin-top: 0px;
    justify-content: center;
    margin-bottom: 50px;
  }
  #navbar-menu {
    background-color: #fff !important;
  }
  .galley-select:after {
    display: none;
  }
  .galley-select {
    margin-bottom: 1rem;
  }
  .p-t-50 {
    padding-top: 25px;
  }

  .m-t-50 {
    margin-top: 25px;
  }
  .wizard .nav-tabs > li {
    width: 100%;
  }
  .wizard .nav-tabs > li a {
    width: 100%;
    height: auto;
    line-height: normal;
    margin: 10px auto;
  }
  .check-av1 {
    display: block;
  }
  .check-av1 .btn-md-2 {
    font-size: 12px;
    height: 40px;
    width: 100%;
    margin-top: 5px;
  }
  .results .result-box .rslt-info h3 {
    font-weight: bold;
    font-size: 14px;
    margin-top: 15px;
  }
  .rslt-info h5 {
    font-size: 12px;
  }
  .final-step .results .result-box .rslt-img {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .final-step .result-box {
    padding: 10px 10px 20px;
    text-align: center;
  }
  .final-step .result-box h4 {
    margin-left: 0 !important;
  }
  .cnct-info p {
    margin-bottom: 3px;
    font-size: 13px;
  }
  .mrg-info {
    margin-top: 0px;
  }
  .trip-details {
    margin-top: 10px;
  }
  .trip-details .trip-info h3 {
    font-size: 16px;
  }
  .final-step .text-right {
    text-align: left !important;
  }
  .final-step h4 {
    font-size: 14px !important;
  }
  .bootsnav {
    margin-top: 0;
  }
  .top-menu {
    width: 70% !important;
  }
  .langs {
    width: 30% !important;
    padding: 0;
  }
  .langs ul {
    padding: 0;
  }
  .top-menu ul li a {
    color: white;
    font-size: 9px;
    padding: 0 5px;
  }
  .results .result-box .rslt-img {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .results .result-box .rslt-info {
    display: block;
    width: 100%;
    vertical-align: middle;
  }
  .navbar-default .navbar-toggle {
    position: absolute;
    right: 0;
    top: -100px;
    border: 0;
    color: #fff;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
    outline: none !important;
    border: none;
  }
  .logo-box img {
    max-height: 90px;
    margin: 5px auto;
    display: block;
  }
  .nav-bar-intro {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    margin: 15px 0;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7;
    position: relative;
    top: 10px;
    background: #fff;
    text-align: center;
  }
  .nav-bar-intro li {
    width: 100%;
  }
  .crsl-btn {
    margin-bottom: 0px;
    display: block;
    width: 100%;
  }
  .nav-bar-intro li .crsl-btn a,
  .nav-bar-intro li .crsl-btn a:hover {
    color: #fff !important;
  }
  .nav-bar-intro li a {
    position: unset;
    color: #999 !important;
    font-size: 15px !important;
  }
  .nav-bar-intro li a:hover,
  .nav-bar-intro li.active a {
    color: var(--lightGray) !important;
  }
  .text-intro {
    padding: 0;
    font-size: 19px;
    line-height: 1.75;
    width: 90%;
  }
  .text-intro br {
    display: none;
  }
  .farah-text {
    font-size: 40px;
  }
  .check-res {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .check-av {
    width: 100%;
    display: block;
  }
  .frm-ctr .form-control {
    width: 100% !important;
    height: 40px;
    margin-bottom: 5px;
  }
  .formy input,
  .formy select {
    width: 100%;
    /* margin-bottom: 15px; */
    position: relative;
    top: 6px;
  }

  .check-av .btn-md-2 {
    font-size: 11px;
    height: 40px;
    width: 100%;
    line-height: 1.75;
  }
  .header-contact {
    font-size: 10px;
    margin: 0.2rem;
    display: flex;
    height: 20px;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    text-align: center;
    /* margin-bottom: 15px !important; */
  }
  .logo-res img {
    margin-top: 15px;
  }
  .react-multi-carousel-track {
    padding: 15px !important;
    justify-content: center;
  }
  .react-multiple-carousel__arrow {
    min-width: 30px !important;
    min-height: 30px !important;
    top: 40%;
  }
  .react-multiple-carousel__arrow::before {
    font-size: 12px !important;
  }
  .facilitis p,
  .facilitis p a {
    line-height: 1.4em;
    letter-spacing: 0.02em;
    font-size: 10px;
    margin: 15px 0;
    color: #555;
  }
  .facilitis.p-t-30.m-b-50 {
    margin-bottom: 0 !important;
  }
  .uniq-img {
    top: 83%;
    width: 100%;
  }
  .uniq-img img {
    width: 100%;
    height: auto;
  }
  .wpcf7-form input[type="submit"] {
    padding: 0 !important;
    margin-bottom: 10px;
  }
  footer .footer-bottom {
    margin-top: 25px;
  }
  .main-title {
    font-family: poppins;
    font-size: 22px;
  }
  .sight h2.main-title:after {
    width: 60px;
  }
  .small-title {
    font-size: 14px;
  }
  ul.progrm {
    padding: 0;
  }
  .sepratr {
    margin: 0px auto;
    display: block;
    height: 66px;
    width: 600px;
    background: url(/img/separator.png);
    background-repeat: no-repeat;
    max-width: 100%;
    background-size: 100%;
    width: 100% !important;
  }
  .progrm li {
    display: block !important;
    margin-bottom: 10px;
    font-size: 16px;
  }
  #tabs .tab-content {
    padding: 40px 20px 0;
    text-align: left;
  }
  .btn-md-1 {
    padding: 10px;
  }
  .prev-step {
    position: relative;
    top: 25px;
  }
  .deck_container {
    position: relative;
    right: 23px;
  }
  .results {
    position: relative;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .table {
    font-size: 11px;
  }
  td > h4 > strong {
    font-size: 11px;
  }
}

@media screen and (max-width: 320px) {
  .table {
    font-size: 7px;
  }
}

.rdtPicker {
  width: 100% !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .menu-bar nav.navbar.bootsnav ul.nav > li > a,
  .menu-bar nav.navbar.bootsnav ul.nav > li > a:hover,
  .menu-bar nav.navbar.bootsnav ul.nav > li.active > a {
    font-size: 13px;
  }
  .nav > li > a {
    padding: 10px !important;
  }
  .bootsnav {
    margin-top: 20px;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    top: 0;
  }
  .btn-home {
    top: 15px;
  }
  .text-intro {
    padding: 0;
    font-size: 19px;
    line-height: 1.75;
    width: 90%;
  }
  .text-intro br {
    display: none;
  }
  .farah-text {
    font-size: 40px;
  }
  .check-av {
    width: 80%;
    top: -75px;
  }
  .frm-ctr .form-control {
    width: 230px !important;
    height: 40px;
  }
  .check-av .btn-md-2,
  .check-av1 .btn-md-2 {
    font-size: 10px;
    height: 40px;
  }
  .links-res {
    width: 60%;
  }

  .nav-active {
    opacity: 1;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    min-height: 110px;
    padding-top: 15px;
    box-shadow: none;
  }
  .header-contact {
    position: absolute;
    display: flex;
    flex-direction: row;
    color: white;
    top: 0;
    right: 0;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    width: 45%;
    margin: 1rem;
  }
  .unique-right {
    background: var(--darkGray);
    width: 100%;
  }
  .unique-left {
    background-color: var(--lightGray);
    width: 100%;
    padding: 3rem;
    padding-bottom: 0;
  }
  .unique-container {
    display: block;
    position: relative;
  }
  .uniq-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .uniq-img {
    position: unset;
  }
  .gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 150px 250px;
    grid-gap: 10px;
    width: 100%;
    padding: 4rem;
    margin-top: 8rem;
  }
  .gallery-grid-1 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 200px 200px 200px 200px;
  }
  footer img.ftr-img {
    height: 90px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .btn-md-2 {
    font-size: 9px;
    height: 25px;
  }
  .crsl-btn a.btn {
    font-size: 10px !important;
  }
  .galley-select {
    width: 140px;
  }
  .formy input,
  .formy select {
    margin-bottom: 15px;
  }
  .check-av1 .btn-md-2 {
    margin-top: -15px;
  }
  .check-av1 {
    justify-content: space-evenly;
  }
  .wizard .nav-tabs > li a {
    font-size: 13px;
  }
  .mrg-info {
    margin-top: 0px;
  }
  .enter-details p {
    font-size: 12px;
  }
  .footer-social {
    display: flex;
    position: relative;
    right: 0;
    margin-top: 24px;
    justify-content: center;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .menu-bar nav.navbar.bootsnav ul.nav > li > a,
  .menu-bar nav.navbar.bootsnav ul.nav > li > a:hover,
  .menu-bar nav.navbar.bootsnav ul.nav > li.active > a {
    font-size: 13px;
  }
  .nav > li > a {
    padding: 10px !important;
  }
  .bootsnav {
    margin-top: 20px;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    top: 0;
  }
  .btn-home {
    top: 15px;
  }
  .text-intro {
    padding: 0;
    font-size: 19px;
    line-height: 1.75;
    width: 90%;
  }
  .text-intro br {
    display: none;
  }
  .farah-text {
    font-size: 40px;
  }
  .check-av {
    width: 80%;
    top: -75px;
  }
  .frm-ctr .form-control {
    width: 235px !important;
    height: 40px;
  }
  .recomd-item img {
    max-width: 100%;
    height: 200px;
    width: 100%;
  }
  .check-av .btn-md-2,
  .check-av1 .btn-md-2 {
    font-size: 10px;
    height: 40px;
  }
  .links-res {
    width: 60%;
  }

  .nav-active {
    opacity: 1;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    min-height: 110px;
    padding-top: 15px;
    box-shadow: none;
  }
  .header-contact {
    position: absolute;
    display: flex;
    flex-direction: row;
    color: white;
    top: 0;
    right: 0;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    width: 45%;
    margin: 1rem;
  }
  .unique-right {
    background: var(--darkGray);
    width: 100%;
  }
  .unique-left {
    background-color: var(--lightGray);
    width: 100%;
    padding: 3rem;
    padding-bottom: 0;
  }
  .unique-container {
    display: block;
    position: relative;
  }
  .uniq-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .uniq-img {
    position: unset;
  }
  .gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 200px 300px;
    grid-gap: 10px;
    width: 100%;
    padding: 4rem;
    margin-top: 8rem;
  }
  .gallery-grid-1 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 200px 200px 200px 200px;
  }
  footer img.ftr-img {
    height: 90px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .btn-md-2 {
    font-size: 9px;
    height: 25px;
  }
  .crsl-btn a.btn {
    font-size: 10px !important;
  }
  .galley-select {
    width: 140px;
  }
  .formy input,
  .formy select {
    margin-bottom: 15px;
  }
  .check-av1 .btn-md-2 {
    margin-top: -15px;
  }
  .check-av1 {
    justify-content: space-evenly;
  }
  .wizard .nav-tabs > li a {
    font-size: 13px;
  }
  .mrg-info {
    margin-top: 0px;
  }
  .enter-details p {
    font-size: 12px;
  }

  .nav-bar-intro {
    width: 85vw;
  }
  .footer-social {
    display: flex;
    position: relative;
    right: 0;
    margin-top: 24px;
    justify-content: flex-end;
  }
  .wizard .nav-tabs > li {
    width: 30%;
  }
  .final-step h4 {
    font-size: 16px;
  }
  .trip-details .trip-info h3 {
    margin-top: 0;
    font-size: 16px;
  }
}
.view-link {
  display: block;
  color: #608d4c;
  text-align: center;
}
.contact-us-flex {
  display: flex;
}
.contact-us-flex1 {
  display: flex;
  align-items: baseline;
}
.m-r-50 {
  margin-right: 80px;
}
.m-r-10 {
  margin-right: 10px;
}
.icon-wd {
  width: 20px;
}
.cntct-flex {
  display: flex;
  justify-content: space-between;
}
.cntct-othrs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cntct-othrs-img {
  width: 300px;
  height: 200px;
  display: block;
  object-fit: cover;
  border-radius: 15px;
}
.cntct-othrs-text {
  font-size: 13px;
}

@media (max-width: 700px) {
  .cntct-flex {
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
  }
  .cntct-othrs-img {
    width: 200px;
    height: 150px;
  }
  .cntct-othrs {
    align-items: center;
    margin: auto;
  }
  .contact-us-flex i {
    font-size: 30px;
    margin-top: 5px;
  }
}
.sbt-btn {
  background: transparent;
  border: solid white 1px;
  margin-left: 2rem;
  border-radius: 26px;
  color: #fff;
  width: 100px;
}
.fallback-intro {
  height: 96vh;
  width: 100wh;
  background-color: grey;
}
.fallback {
  height: 96vh;
  width: 100wh;
  background-color: white;
}
.no-trips {
  text-align: center;
  color: red;
  font-weight: bold;
  font-size: 20px;
  margin-top: 31px;
  position: relative;
  right: 90px;
}
.img-gallery img {
  width: 500px;
  height: 400px;
  display: block;
  margin: auto;
  position: relative;
  right: 28px;
  object-fit: cover;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .no-trips {
    right: 0;
  }
  .img-gallery img {
    width: 280px;
    height: 200px;
    right: 14px;
  }
  .prv-top {
    top: 0;
  }
  .m-res {
    margin-top: 150px !important;
  }
  .row-center .react-multi-carousel-list {
    width: 328px;
  }
}
.deck-img {
  width: 100%;
  height: 100%;
}
.deck-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prtnrs-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.final-step {
  background: #fafbfd;
}
.itineary-map img {
  border-radius: 20px;
}
.btn-checkout {
  color: #fff !important;
  margin: 0 !important;
}
.social-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 20px 0;
  position: relative;
  top: -20px;
}
.social-icon {
  font-size: 14px;
  color: #acacac;
  margin: 20px 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 25px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #acacac;
  border-radius: 100%;
}
.social-icon:hover {
  color: #fff;
  border-color: #fff;
}
.short-line {
  display: block;
  text-align: left;
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  height: 130px;
  flex-wrap: wrap;
}
.single-footer-link {
  color: #fff;
  font-size: 1.4rem;
  margin-top: 15px;
}
.single-footer-link:hover {
  color: #91989c;
}
.ReactModal__Overlay {
  opacity: 0;
  transition: all 500ms ease-in-out;
}

.ReactModal__Overlay--after-open {
  opacity: 1;
}

.ReactModal__Overlay--before-close {
  opacity: 0;
}
.board-loader {
  border: 6px solid #f3f3f3; /* Light grey */
  border-top: 6px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
  position: relative;
}

.loading-icon {
  animation: spin 2s linear infinite;
}

.coupon-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.coupon-div input {
  width: 95%;
}
.coupon-div button {
  margin-left: 10px !important;
}

@media (max-width: 800px) {
  .coupon-div input {
    width: 60%;
  }
}

/* .coupon-div button {
  background-color: 536b60;
  padding: 5px 10px;
  color: #fff;
  border: ;
} */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.rdtPicker td.rdtDay:not(.rdtDisabled) {
  color: #428bca !important;
}

.rdtPicker td.rdtDay + td.rdtActive {
  color: #fff !important;
}

.disabled-booking {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;

  h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;

    span {
      font-weight: 900;
    }
  }

  p {
    font-size: 1.5rem;
  }
}
