a:not([href]):not([tabindex]) {
  color: #fff;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  /* max-width: 1920px; */
  margin: auto;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  max-width: 4500px;
  margin: 0 auto !important;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p strong {
  font-weight: 600;
}

section {
  max-width: 4500px !important;
}

/* Aspect Ratio Scaled Generic Responsive Image */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Responsive Container And Image For Non Aspect Ratio Scaled Images */
.responsive-container {
  position: relative;
  overflow: hidden;
}

.responsive-container img {
  position: absolute;
  min-width: 1000%;
  min-height: 1000%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(0.1);
  transform: translateX(-50%) translateY(-50%) scale(0.1);
}

/* ---- all ----- */
input[type='date']::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

/* ----- cruise sticky footer ------ */
.TLT_cruise_stickyFooter_parent {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  height: auto;
  padding: 15px;
  bottom: 0px;
  left: 0px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px -2px #000;
  box-shadow: 0px 0px 5px -2px #000;
  z-index: 999;
}

.TLT_cruise_stickyFooter_container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.TLT_cruise_stickyFooter_content_container {
  width: 740px;
  margin: auto;
  font-size: 0px;
}

.TLT_cruise_stickyFooter_content_container a {
  margin: 0px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  padding: 10px 20px;
  background-color: #d89e40;
  border-radius: 5px;
  color: #fff;
  line-height: 20px;
  letter-spacing: 0.44px;
  text-decoration: none;
  font-family: 'ProximaNova_normal', arial;
}

.TLT_cruise_stickyFooter_content_container p,
a.TLT_cruise_stickyFooter_mobileNumber {
  text-decoration: none;
  margin: 0px;
  display: inline-block;
  color: #1b1b1b;
  font-weight: 500;
  font-family: 'ProximaNova_normal', arial;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 22px;
}

a.TLT_cruise_stickyFooter_mobileNumber {
  background-color: transparent;
  color: #1b1b1b;
  padding: 0;
}

.TLT_cruise_stickyFooter_content_container p:first-child {
  margin-right: 35px;
}

.TLT_cruise_stickyFooter_content_container a:last-child {
  margin-left: 15px;
}

@media only screen and (max-width: 800px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 800px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 800px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 800px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 800px) {
  .TLT_cruise_stickyFooter_content_container p:first-child {
    display: none;
  }

  .TLT_cruise_stickyFooter_content-container {
    text-align: center;
    width: 100%;
  }
}

/* ----- iframe ----- */
.TLT_cruise_iframe_container {
  overflow: hidden;
  max-height: 100vh;
  min-height: 200px;
  height: 0;
  -webkit-transition: height 300ms ease-in-out 300ms;
  -o-transition: height 300ms ease-in-out 300ms;
  transition: height 300ms ease-in-out 300ms;
}

.TLT_cruise_iframe_container iframe {
  width: 100%;
  max-height: 100vh;
  min-height: 200px;
}

#TLT_cruise_widget_parent {
  margin-top: 70px;
}

#TLT_cruise_widget_form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 65px 5% 30px 5%;
  background-color: #14485b;
}

.TLT_cruise_widget_form_container {
  max-width: 1400px;
  font-size: 0;
  position: relative;
  margin: 0 auto;
}

#TLT_cruise_widget_form ul {
  width: 85%;
  display: inline-block;
  margin: 0;
  font-size: 0;
  margin-bottom: 20px;
  position: relative;
}

#TLT_cruise_widget_form ul li {
  display: inline-block;
  width: 32%;
  margin: 0 0.5%;
}

#TLT_cruise_widget_form ul li label {
  color: #1b1b1b;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
}

#TLT_cruise_widget_form ul li label p {
  display: inline-block;
  margin: 0;
}

#TLT_cruise_widget_form ul li select {
  width: 100%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
  border-radius: 10px;
  font-size: 14px;
  color: #909090;
  background-image: url(https://www.tullyluxurytravel.com/wp-content/themes/tully/images/path_1.svg);
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

#TLT_cruise_widget_form .TLT_cruise_widget_inputs_hidden {
  display: none;
}

.TLT_cruise_widget_submit {
  width: 15%;
  display: inline-block;
  padding: 14.5px 20px;
  margin: 0;
  color: #fff;
  background-color: #d89e40;
  border-radius: 10px;
  min-width: 100px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 26px;
  height: 45px;
  font-size: 16px;
}

.TLT_cruise_widget_submit:hover {
  background-color: #ca8d2a;
  color: #fff;
}

.TLT_cruise_widget_moreOptions {
  display: block;
  width: 84%;
  top: 90px;
  text-align: right;
  color: #d89e40;
  font-size: 14px;
  position: absolute;
}

#TLT_cruise_widget_form ul li select,
.TLT_cruise_widget_moreOptions,
.TLT_cruise_widget_submit {
  cursor: pointer;
}

#TLT_cruise_widget_form ul li .TLT_cruise_widget_form_labels {
  font-size: 16px;
  color: #fff;
  font-family: 'ProximaNova_normal';
  font-weight: 500;
  margin-bottom: 10px;
}

#TLT_cruise_widget_form ul li .TLT_cruise_widget_value_container {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}

#TLT_cruise_widget_form ul li .TLT_cruise_widget_form_selectedOption {
  font-size: 16px;
  width: 90%;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  height: 25px;
  overflow: hidden;
}

#TLT_cruise_widget_form ul li .TLT_cruise_widget_value_container img {
  display: inline-block;
  margin: 0;
  height: 10px;
  margin-left: 2%;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 17px;
}

#TLT_cruise_widget_form .TLT_cruise_widget_selection_container::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#TLT_cruise_widget_form .TLT_cruise_widget_selection_container::-webkit-scrollbar-track {
  background: #dadada;
}

/* Handle */
#TLT_cruise_widget_form .TLT_cruise_widget_selection_container::-webkit-scrollbar-thumb {
  background: #14485b;
  border-radius: 10px;
}

#TLT_cruise_widget_form .TLT_cruise_widget_selection_container {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: 100%;
  height: auto;
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 9;
  border-radius: 10px 0 0 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  background-color: #fff;
}

#TLT_cruise_widget_form .TLT_cruise_widget_selection_container ul {
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

#TLT_cruise_widget_form .TLT_cruise_widget_selection_container ul li {
  width: 100%;
}

#TLT_cruise_widget_form .TLT_cruise_widget_selection_container ul li .TLT_cruise_widget_label_parent {
  font-weight: 700;
}

#TLT_cruise_widget_form .TLT_cruise_widget_selection_container ul li .TLT_cruise_widget_label_child {
  padding-left: 10px;
}

#TLT_cruise_widget_form .TLT_cruise_widget_selection_container ul li label input {
  margin-right: 10px;
}

@media only screen and (max-width: 1000px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1000px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1000px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1000px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1000px) {
  #TLT_cruise_widget_form .TLT_cruise_widget_selection_container ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.TLT_cruise_iframe_loader {
  overflow: hidden;
  position: relative;
  -webkit-transition: height 300ms ease-in-out;
  -o-transition: height 300ms ease-in-out;
  transition: height 300ms ease-in-out;
  text-align: center;
}

.TLT_cruise_iframe_loader img {
  position: relative;
  display: block;
  height: 40%;
  width: auto;
  margin: 75px auto;
}

/* ----- mobile ----- */
@media only screen and (max-width: 850px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 850px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 850px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 850px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 850px) {
  #TLT_cruise_widget_form ul {
    width: 100%;
    margin-bottom: 0;
    position: unset;
  }

  #TLT_cruise_widget_form ul li {
    width: 100%;
    margin: 0;
    position: relative;
    margin-bottom: 10px;
  }

  #TLT_cruise_widget_form ul li select {
    margin-bottom: 20px;
  }

  .TLT_cruise_widget_submit {
    width: 100%;
    position: relative;
    right: unset;
    top: unset;
    margin-top: 40px;
  }

  .TLT_cruise_widget_moreOptions {
    width: 100%;
    position: relative;
    top: unset;
    right: 0;
    bottom: 80px;
  }
}

@media only screen and (max-width: 500px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 500px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 500px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 500px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 500px) {
  #TLT_cruise_widget_form .TLT_cruise_widget_selection_container ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

/* ----- hover and focus states ----- */
#TLT_cruise_widget_form ul li select:focus {
  border: none;
  outline: none;
}

/* ----- style.css ----- */
#tlt_website_identifier_container {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 10px;
  z-index: 9999;
}

#tlt_website_identifier_container p {
  margin: 0;
  text-align: center;
  font-size: 10px;
}

#TLT_header_parent {
  position: relative;
  z-index: 999;
  width: 100%;
}

.TLT_header_container {
  width: 90%;
  margin: 10px auto;
  position: relative;
  top: 90px;
}

.TLT_header_image_container,
.TLT_header_image_container_mobile {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}

.TLT_header_image_container a,
.TLT_header_image_container_mobile a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.TLT_header_image_container img,
.TLT_header_image_container_mobile img {
  width: 327px;
}

#TLT_nav_parent {
  width: 100%;
  display: inline-block;
  text-align: right;
  overflow: hidden;
  overflow-y: visible;
  position: relative;
}

.TLT_header_menu_mobile_buttons {
  width: 70%;
  display: inline-block;
  text-align: right;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}

.TLT_header_menu_mobile_menuButton {
  display: none;
}

.TLT_header_menu_mobile_phoneSection {
  display: none;
}
.TLT_header_menu_mobile_phoneSection_number {
  display: inline-block;
}

.TLT_header_menu_mobile_phoneSection_number a {
  display: inline-block;
  height: 100%;
  text-decoration: none;
}

.TLT_header_menu_mobile_phoneSection a {
  display: inline-block;
  height: 100%;
  text-decoration: none;
}

.TLT_header_menu_mobile_phoneSection img {
  height: 60px;
  display: inline-block;
}

.TLT_header_menu_mobile_phoneSection p {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.7px;
  color: #1b1b1b;
  position: relative;
  font-family: 'ProximaNova_normal';
  margin-left: 10px;
}

.TLT_header_menu_mobile_linkSection {
  display: inline-block;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .TLT_header_menu_mobile_linkSection {
      display: none !important;
  }
}

.TLT_header_menu_mobile_linkSection a {
  text-decoration: none;
}
.TLT_header_menu_mobile_linkSection p {
  background: #d89e40;
  padding: 10px 20px;
  border-radius: 5px;
  font-family: 'ProximaNova_normal';
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.44px;
  font-weight: 500;
  margin: 0;
}
.TLT_header_menu_mobile_nav_cta a {
  border: 5px solid #d89e40;
  padding: 30px 0;
  width: 90%;
  border-radius: 15px;
  display: inline-block;
  text-decoration: none;
  font-family: 'ProximaNova_normal';
  color: #d89e40;
  font-size: 2.5em;
  letter-spacing: 0.44px;
  font-weight: 600;
}

.TLT_header_menu_mobile_nav_phone {
  margin-top: 50px;
}

.TLT_header_menu_mobile_nav_phone a {
  text-decoration: none;
}

.TLT_header_menu_mobile_nav_phone a img,
.TLT_header_menu_mobile_nav_phone a p {
  display: inline-block;
}

.TLT_header_menu_mobile_nav_phone a p {
  font-size: 3em;
  letter-spacing: 0.44px;
  font-weight: 600;
  color: #1b1b1b;
  font-family: 'ProximaNova_normal';
  margin: 0 0 0 20px;
}

.TLT_header_menu_mobile_nav_phone a img {
  height: 80px;
  position: relative;
  top: 20px;
}

.TLT_header_menu_mobile_menuButton {
  margin-left: 50px;
}

.TLT_header_menu_mobile_menuButton span {
  height: 8px;
  width: 50px;
  display: block;
  background-color: #fff;
  margin-bottom: 8px;
  -webkit-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.TLT_header_menu_mobile_menuButton span:nth-child(2) {
  width: 45px;
  margin-left: 5px;
  /*to make 50*/
}

.TLT_header_menu_mobile_menuButton span:nth-child(3) {
  width: 40px;
  margin-left: 10px;
  /*to make 50*/
}

#TLT_header_menu_parent {
  list-style: none;
  margin: 0;
  padding: 0;
}

#TLT_header_menu_parent li {
  display: inline-block;
  font-family: 'ProximaNova_normal';
  font-size: 16px;
  letter-spacing: 0.2px;
  margin-left: 50px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#TLT_header_menu_parent li a {
  text-decoration: none;
  color: #fff;
}

#TLT_nav_parent_mobile {
  width: 100%;
  border-bottom: 5px solid #b6b6b6;
  padding-bottom: 50px;
}

.TLT_header_menu_mobile_nav_parent_container {
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  width: 0;
  height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-transition: width 200ms ease-in-out;
  -o-transition: width 200ms ease-in-out;
  transition: width 200ms ease-in-out;
}

.TLT_header_menu_mobile_nav_parent_container::-webkit-scrollbar {
  display: none;
}

.TLT_header_menu_mobile_nav_topSection {
  display: block;
  height: 200px;
}

.TLT_header_menu_mobile_nav_close img {
  height: 50px;
  padding: 25px 0px;
}

.TLT_header_menu_mobile_nav_close {
  display: inline-block;
  width: 20%;
  margin: 50px 5%;
}

.TLT_header_menu_mobile_nav_home {
  display: inline-block;
  width: auto;
  margin: 50px 5%;
  float: right;
}

.TLT_header_menu_mobile_nav_home img {
  height: 100px;
}

.TLT_header_menu_mobile_nav_bottomSection {
  margin-top: 100px;
  text-align: center;
}

.TLT_header_container_mobile {
  z-index: 9999;
  width: 100%;
  max-width: 4500px;
  margin: 0;
  height: 70px;
  padding: 13px 5%;
  font-size: 0;
  top: 0;
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

#TLT_header_menu_parent_mobile {
  margin: 0;
  list-style: none;
  padding: 0;
}

#TLT_header_menu_parent_mobile li {
  text-align: left;
  -webkit-transition: opacity 200ms ease-in-out 200ms;
  -o-transition: opacity 200ms ease-in-out 200ms;
  transition: opacity 200ms ease-in-out 200ms;
  opacity: 0;
  padding: 0 0 50px 0;
}

.TLT_subNav_viewAll {
  margin-bottom: 50px;
}

.TLT_header_menu_mobile_nav_back_button {
  display: none;
}

#TLT_header_menu_parent_mobile li a {
  text-decoration: none;
  font-size: 2.5em;
  color: #1b1b1b;
  font-family: 'ProximaNova_normal';
  margin: 0 10px 0 10%;
}

#TLT_header_menu_parent .sub-menu {
  position: absolute;
  padding: 0;
  list-style: none;
  text-align: right;
  width: 100%;
  display: none;
  right: 0;
  padding-top: 20px;
}

#TLT_header_menu_parent .sub-menu li a {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out 100ms;
  -o-transition: opacity 300ms ease-in-out 100ms;
  transition: opacity 300ms ease-in-out 100ms;
}

.TLT_mobile_subNav_dropdown {
  height: 0px;
  -webkit-transition: height 200ms ease-in-out;
  -o-transition: height 200ms ease-in-out;
  transition: height 200ms ease-in-out;
}

.readMoreButton {
  font-weight: 600 !important;
  cursor: pointer !important;
  -webkit-transition: color 200ms ease-in-out !important;
  -o-transition: color 200ms ease-in-out !important;
  transition: color 200ms ease-in-out !important;
  color: #D89E40 !important;
}

.TLT_header_image_mobile {
  display: none;
}

/* ----- app footer ----- */
.TLT_app_footer_parent {
  display: none;
}

.TLT_app_footer_mobile_bottom {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  -webkit-box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.2);
  font-size: 0;
}

.TLT_app_footer_container {
  display: flex;
  justify-content: space-between;
}

.TLT_app_footer_container a {
  width: 50%;
}

.TLT_app_footer_button {
  display: flex;
  justify-content: center;
  align-items: center;
/*   padding: 15px 0; */
	padding: 15px 0 calc(15px + calc(env(safe-area-inset-bottom) * 0.82)) 0;
  font-size: 16px;
  font-family: 'ProximaNova_normal';
  text-decoration: none;
}

.TLT_app_footer_button.goldBG {
  background-color: #d89e40;
  color: #fff;
}

.TLT_app_footer_button.goldBG:hover {
  background-color: #ca8d2a;
}

.TLT_app_footer_button.goldText {
	color: #d89e40;
}

.TLT_app_footer_link_container {
  width: 22%;
  display: inline-block;
  text-align: center;
  margin: 20px 0.25%;
  vertical-align: top;
}

.TLT_app_footer_link_container img {
  height: 25px;
  width: auto;
}

.TLT_app_footer_link_container a {
  text-decoration: none;
}

.TLT_app_footer_link_container p {
  color: #1b1b1b;
  font-size: 10px;
  font-family: 'ProximaNova_normal';
  margin-bottom: 0;
  margin-top: 10px;
}

/* ---- footer content ----- */
.TLT_footer_content_parent {
  position: relative;
  background-color: #14475b;
  width: 100%;
  padding: 50px 0;
  display: inline-block;
}

.TLT_footer_content_container {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

.TLT_footer_top {
  position: relative;
  margin: auto;
  text-align: center;
  font-size: 0;
}

.TLT_footer_top div {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 0;
}

.TLT_footer_top p > a {
  font-weight: normal !important;
}

.TLT_footer_top div:nth-child(1) {
  padding: 0 70px 0 0;
  text-align: center;
}

.TLT_footer_image_container,
.TLT_footer_info_section_1,
.TLT_footer_info_section_2 {
  width: 18%;
  margin-right: 1%;
}

.TLT_footer_contact_section {
  width: 23%;
  margin-right: 1%;
}

.TLT_footer_social_section_1 {
  width: 19%;
}

.TLT_footer_heading {
  font-size: 20px;
  color: #fff;
  margin: 0 0 10px 0;
  font-family: 'ProximaNova_normal';
}

.TLT_footer_top p,
.TLT_footer_top p a {
  color: #fff;
  letter-spacing: 0.56px;
  font-size: 20px;
  text-decoration: none;
  font-family: 'ProximaNova_normal';
}

.TLT_footer_top p a {
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 15px;
  letter-spacing: 0.42px;
}

.TLT_footer_contact_button {
  color: #fff;
  text-decoration: none;
  background-color: #d29847;
  padding: 15px 25px;
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
  border-radius: 5px;
  font-family: 'ProximaNova_normal';
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.TLT_footer_info_section_1 a,
.TLT_footer_info_section_2 a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 10px 0;
  letter-spacing: 0.42px !important;
  font-size: 15px;
  font-family: 'ProximaNova_normal';
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.TLT_footer_bottom {
  position: relative;
  padding: 120px 0 80px 0;
}

.TLT_footer_image_container .TLT_footer_mobileDropdown_container {
  margin-top: 20px;
  text-align: center;
}

.TLT_footer_image_container img {
  width: 100%;
}

.TLT_footer_toTop_container {
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.TLT_footer_top img,
.TLT_footer_mobile_bottom {
  display: none;
}

.TLT_footer_mobileDropdown_container a img {
  display: inline-block;
  height: 30px;
  width: auto;
  margin: 0 5px 10px 5px;
  -webkit-filter: brightness(5);
  filter: brightness(5);
  position: relative;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.TLT_footer_mobileDropdown_container .TLT_footer_subscribe_text {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3px;
  font-family: 'ProximaNova_normal';
  margin-bottom: 20px;
}

.TLT_footer_subscribe_button {
  font-size: 15px;
  font-family: 'ProximaNova_normal';
  line-height: 13px;
  letter-spacing: 0.3px;
  color: #d29847;
  padding: 15px 25px;
  border: 1px solid #d29847;
  border-radius: 8px;
  display: inline-block;
}

.TLT_footer_mobileDropdown_container a {
  text-decoration: none;
  letter-spacing: 0.44px;
  font-size: 15px;
}

.TLT_footer_image_container img,
.TLT_footer_toTop_container img {
  display: block;
}

.TLT_footer_contact_section div p {
  margin: 10px 0;
  font-size: 15px;
}

@media only screen and (max-width: 1180px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1180px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1180px) {
  .TLT_footer_content_parent {
    margin-bottom: 0px;
    padding-bottom: 0;
  }

  .TLT_footer_mobileDropdown_container {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 200ms ease-in-out;
    -o-transition: height 200ms ease-in-out;
    transition: height 200ms ease-in-out;
  }

  .TLT_footer_top img {
    display: inline-block;
    width: 20px;
    position: absolute;
    top: 40px;
    right: 0;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }

  .TLT_footer_top div {
    display: block;
  }

  .TLT_footer_contact_section,
  .TLT_footer_info_section_1,
  .TLT_footer_info_section_2,
  .TLT_footer_social_section_1 {
    width: 100%;
    text-align: left;
    position: relative;
    border-bottom: 3px solid #fff;
    max-width: 100%;
    float: none;
    top: 0;
  }

  .TLT_footer_heading {
    display: inline-block;
  }

  .TLT_footer_content_container {
    width: 90%;
    padding-bottom: 100px;
  }

  .TLT_footer_top p {
    line-height: 1.17;
    letter-spacing: 0.5px;
    margin: 30px 0 10px 0;
    font-size: 18px;
  }

  .TLT_footer_toTop_container {
    display: none;
  }

  .TLT_footer_top p a,
  .TLT_footer_info_section_1 a,
  .TLT_footer_info_section_2 a {
    line-height: normal;
    letter-spacing: 0.39px;
    font-size: 14px;
  }

  .TLT_footer_mobileDropdown_container a img {
    height: 30px;
    margin: 0 15px 0 0;
    top: 0;
  }

  .TLT_footer_mobileDropdown_container p,
  .TLT_footer_mobileDropdown_container a {
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in-out 200ms;
    -o-transition: opacity 200ms ease-in-out 200ms;
    transition: opacity 200ms ease-in-out 200ms;
  }

  .TLT_footer_bottom {
    text-align: center;
  }

  .TLT_footer_contact_button {
    position: absolute;
    right: 0;
    bottom: unset;
    top: 96px;
    padding: 15px 20px;
    margin: 0;
    font-size: 16px;
  }

  .TLT_footer_image_container {
    display: block;
    width: 100%;
    margin: 0;
    top: 0;
    max-width: 100%;
  }

  .TLT_footer_image_container img {
    width: 60%;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    display: block;
    top: 0;
  }

  .TLT_footer_top div:nth-child(1) {
    padding: 0;
  }

  .TLT_footer_mobileDropdown_container.TLT_footer_mobileDropdown_social {
    height: 0;
  }

  .TLT_footer_mobileDropdown_container.TLT_footer_mobileDropdown_social a {
    opacity: 1;
  }

  .TLT_footer_mobileDropdown_container.TLT_footer_mobileDropdown_social a img {
    position: relative;
  }

  .TLT_footer_mobileDropdown_container .TLT_footer_subscribe_text {
    margin-top: 20px;
    display: block;
  }
}

@media only screen and (max-width: 880px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 880px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 880px) {
  .TLT_footer_subscribe_button {
    margin-left: 0;
    display: inline-block;
  }

  .TLT_footer_mobileDropdown_container .TLT_footer_subscribe_text {
    width: 100%;
  }
}

/* ---- menu header ----- */
#TLT_menu_header_parent {
  position: fixed;
  width: 100%;
  top: 70px;
  z-index: 999;
}

#TLT_menu_header_parent + #TLT_cruise_widget_parent {
  padding-top: 70px;
  margin-top: 0;
  background-color: #14485b;
}

.TLT_menu_header_main {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: transparent;
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4), transparent);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(rgba(0, 0, 0, 0.4)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4), transparent);
}

.TLT_menu_header_main ul {
  margin: 0;
  padding: 0 5%;
  text-align: right;
}

.TLT_menu_header_main ul p {
  width: auto;
  margin: 20px 10px;
  letter-spacing: 0.44px;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid transparent;
}

.TLT_menu_header_main ul p a {
  color: #fff !important;
  letter-spacing: 0.2px;
  font-family: 'ProximaNova_normal';
  text-decoration: none;
  font-weight: 600;
}

.TLT_menu_header_main img {
  height: 8px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-filter: brightness(1);
  filter: brightness(1);
  margin-left: 5px;
  cursor: pointer;
}

.TLT_menu_header_sub_container {
  width: 80%;
  padding: 20px;
  margin: 0 5% 0 15%;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  display: none;
  min-height: 600px;
  -webkit-filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.2));
}

.TLT_menu_header_sub {
  width: 27%;
  display: inline-block;
}

.TLT_menu_header_sub_image_container {
  width: 70%;
  height: 100%;
  padding: 20px 40px;
  display: inline-block !important;
  position: absolute;
  background-color: #f6f1e7;
  right: -1px;
  top: 0;
}

.TLT_menu_header_sub a,
.TLT_menu_header_sub span {
  text-decoration: none;
  color: #1b1b1b;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.44px;
  font-family: 'ProximaNova_normal';
  -webkit-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
  width: 100%;
  display: block;
}

.TLT_menu_header_sub ul li p a,
.TLT_menu_header_sub ul li p span {
  font-weight: 500;
  letter-spacing: 0.44px;
  cursor: pointer;
  width: auto;
  display: inline-block;
}

.TLT_menu_header_sub ul {
  margin: 0;
  width: auto;
  display: inline-block;
  padding: 0;
  list-style: none;
}

.TLT_menu_header_sub ul li p {
  -webkit-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
  width: auto;
  display: inline-block;
  margin: 15px 0 0 0;
}

.TLT_menu_header_sub_image {
  display: none;
  position: relative;
  height: 100%;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.TLT_menu_header_sub_image h4 {
  margin: 0;
  color: #fff;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.94px;
  font-weight: 500;
  position: relative;
  font-family: 'Playfair Display';
  top: 30%;
}

.TLT_menu_header_sub_image a {
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-decoration: none;
}

.TLT_menu_header_sub_image a p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.44px;
  display: inline-block;
  font-family: 'ProximaNova_normal';
}

.TLT_menu_header_sub_image a img {
  height: 8px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-filter: brightness(5);
  filter: brightness(5);
}

.TLT_menu_header_mobileButtons,
.TLT_menu_header_mobile_bottomButtons {
  display: none;
}

.TLT_menu_header_sub ul li p img {
  height: 7px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  margin-left: 10px;
  cursor: pointer;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  -o-transition: filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.TLT_menu_header_subSubMenu_container {
  position: relative;
  height: 100%;
  display: none;
}

.TLT_menu_header_subSubMenu {
  height: 100%;
  position: absolute;
  width: 100%;
  display: none;
  font-size: 0;
}

.TLT_menu_header_subSubMenu_blogContainer {
  display: inline-block;
  width: 50%;
  height: 100%;
  vertical-align: top;
}

.TLT_menu_header_subSubMenu_list p {
  width: 100%;
  display: block;
  margin: 0;
}

.TLT_menu_header_subSubMenu_list span {
  height: 16px;
  display: block;
}

.TLT_menu_header_subSubMenu_list {
  display: inline-block;
  width: 50%;
  height: 100%;
  font-size: 0;
  vertical-align: top;
}

.TLT_menu_header_subSubMenu_list a {
  text-decoration: none;
  display: block;
  color: #1b1b1b;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 16px;
  letter-spacing: 0.44px;
  font-family: 'ProximaNova_normal';
  -webkit-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}

.TLT_menu_header_subSubMenu_list h6 {
  text-decoration: none;
  display: block;
  color: #808080;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  letter-spacing: 0.44px;
  font-family: 'ProximaNova_normal';
}

.TLT_menu_header_subSubMenu_list p a {
  font-weight: 500;
  letter-spacing: 0.44px;
}

.TLT_menu_header_subSubMenu_blogCard {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-color: #14475b;
  height: 100%;
}

.TLT_menu_header_subSubMenu_blogCard_top {
  position: relative;
  width: 100%;
  height: 60%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.TLT_menu_header_subSubMenu_blogCard_top h5 {
  position: absolute;
  margin: 0;
  font-size: 36px;
  color: #fff;
  left: 20px;
  bottom: 20px;
  letter-spacing: 0.94px;
  font-weight: 500;
  font-family: 'Playfair Display';
}

.TLT_menu_header_subSubMenu_blogCard_bottom {
  width: 90%;
  position: relative;
  height: calc(40% - 40px);
  margin: 20px auto;
}

.TLT_menu_header_subSubMenu_blogCard_bottom p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-family: 'ProximaNova_normal';
  line-height: 1.56;
  letter-spacing: 0.44px;
  max-height: 100%;
}

.TLT_menu_header_subSubMenu_blogCard_bottom a {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  font-family: 'ProximaNova_normal';
  line-height: 1.56;
  letter-spacing: 0.44px;
  color: #d89e40;
}

.TLT_menu_header_subSubMenu_blogCard_bottom a img {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 12px;
}

.TLT_menu_header_subSubMenu_blogCard_topGradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), transparent);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
}

.TLT_menu_header_subSubMenu_list_column {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

/* ---- featured experiences ----- */
.TLT_featuredExperiences_parent {
  margin: 50px 0;
  display: inline-block;
  width: 100%;
}

.TLT_featuredExperiences_titles {
  text-align: center;
  width: 60%;
  margin: 0 auto;
  max-width: 1200px;
}

.TLT_featuredExperiences_titles p {
  color: #1b1b1b;
  font-size: 16px;
  font-family: 'ProximaNova_normal';
  display: inline;
  line-height: 1.56;
  letter-spacing: 0.44px;
}

.TLT_featuredExperiences_titles h3 {
  font-size: 34px;
  font-family: 'Playfair Display';
  font-weight: 500;
  color: #1b1b1b;
  margin: 0;
  margin-bottom: 30px;
  letter-spacing: 0.94px;
}

.TLT_featuredExperiences_content {
  width: 80%;
  margin: 30px auto 0 auto;
  text-align: center;
  max-width: 1200px;
}

.TLT_featuredExperiences_content .TLT_featuredExperiences_podContainer {
  position: relative;
  font-size: 0;
}

.TLT_featuredExperiences_pod {
  width: calc(98% / 3);
  display: inline-block;
  border-radius: 10px;
  height: 280px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  position: relative;
  vertical-align: top;
}

.TLT_featuredExperiences_podContainer .TLT_featuredExperiences_pod:nth-child(2) {
  margin: 0 1%;
}

.TLT_featuredExperiences_pod span {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #14475b;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.TLT_featuredExperiences_pod h4 {
  color: #fff;
  font-size: 28px;
  font-family: 'Playfair Display';
  font-weight: 500;
  margin: 0 0 20px 0;
  margin-top: 120px;
  font-weight: bold;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  position: relative;
  letter-spacing: 0.78px;
}

.TLT_featuredExperiences_pod h4 a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.TLT_featuredExperiences_pod div p {
  color: #fff;
  font-size: 16px;
  font-family: 'ProximaNova_normal';
  margin: 0 auto 30px auto;
  line-height: 1.31;
  letter-spacing: 0.44px;
  width: 80%;
}

.TLT_featuredExperiences_pod div a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  position: absolute;
  right: 5%;
  top: 120px;
  font-size: 16px;
  font-family: 'ProximaNova_normal';
  letter-spacing: 0.44px;
}

.TLT_featuredExperiences_pod div a img {
  margin-left: 5px;
  -webkit-filter: brightness(5);
  filter: brightness(5);
  height: 10px;
  top: 1px;
  position: relative;
}

.TLT_featuredExperiences_pod div {
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out 200ms;
  -o-transition: opacity 200ms ease-in-out 200ms;
  transition: opacity 200ms ease-in-out 200ms;
}

/* ----- award banner ----- */
section.TLT_awardBanner_parent {
  position: relative;
  margin: 50px auto;
}

.TLT_awardBanner_container {
  width: 80%;
  margin: 0 auto;
  padding: 30px;
  border-radius: 8px;
  max-width: 1200px;
  background-color: #14475b;
  font-size: 0;
}

.TLT_awardBanner_content {
  display: inline-block;
  width: 38%;
  vertical-align: top;
  margin: 0;
  margin-right: 2%;
}

.TLT_awardBanner_content h2 {
  margin: 0;
  margin-bottom: 20px;
}

.TLT_awardBanner_content p {
  margin: 0;
  margin-bottom: 20px;
}

.TLT_awardBanner_content a {
  margin: 0;
}

.TLT_awardBanner_content a:hover {
  text-decoration: underline;
  color: #d29847;
}

.TLT_awardBanner_images {
  display: inline-block;
  width: 60%;
  height: auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 2%;
}

.TLT_awardBanner_images div {
  width: 33%;
  height: 50px;
  display: inline-block;
  margin-bottom: 40px;
  vertical-align: top;
  max-height: 100%;
  padding: 0 10px;
}

.TLT_awardBanner_images div img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  max-height: 50px;
}

.TLT_awardBanner_content a img {
  height: auto;
  width: 14px;
  top: -2px;
  position: relative;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* ---- hero banner ----- */
.TLT_heroBanner_parent {
  position: relative;
  display: inline-block;
  width: 100%;
}

.TLT_heroBanner_parent + section#TLT_cruise_widget_parent {
  margin-top: -10px;
}

.TLT_heroBanner_container {
  width: 100%;
  height: 825px;
  overflow: hidden;
}

.TLT_heroBanner_top {
  position: relative;
  height: 100%;
}

.TLT_heroBanner_carousel_slider_outer {
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

.TLT_heroBanner_carousel_slider_inner {
  height: 100%;
  position: relative;
  font-size: 0;
}

.TLT_heroBanner_carousel_container {
  width: 100vw;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: top;
}

.TLT_heroBanner_content {
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.TLT_heroBanner_content h1 {
  margin: 0 auto 30px auto;
  color: #fff;
  font-size: 54px;
  text-align: center;
  font-family: 'Playfair Display';
  font-weight: 500;
  letter-spacing: 1.5px;
}

.TLT_heroBanner_content.TLT_heroBanner_content_single div.TLT_heroBanner_content_single_overlay {
  width: 100%;
  margin: 0;
}

.TLT_heroBanner_content_single h1 {
  width: 100%;
  /* margin: 0 auto 30px calc(2% + 50px); */
  color: #fff;
  font-size: 54px;
  text-align: center;
  font-family: 'Playfair Display';
  font-weight: 500;
  letter-spacing: 1.5px;
  position: relative;
}

.TLT_heroBanner_content.TLT_heroBanner_content_single p {
  width: 60%;
  /* margin: 0 auto 30px calc(2% + 50px); */
  position: relative;
}

.TLT_heroBanner_content.TLT_heroBanner_content_single div.TLT_heroBanner_content_single_cta {
  width: 60%;
  margin: 0 auto 30px calc(2% + 50px);
  position: relative;
}

.TLT_heroBanner_content.TLT_heroBanner_content_single div a:hover {
  color: #fff;
  text-decoration: none;
}

.TLT_heroBanner_content p {
  margin: 0 auto 30px auto;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: 'ProximaNova_normal';
  letter-spacing: 0.5px;
}

.TLT_heroBanner_content div {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: inline-block;
}

.TLT_heroBanner_content a {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  background-color: #d89e40;
  padding: 12px 43px;
  border-radius: 5px;
  font-family: 'ProximaNova_normal';
  letter-spacing: 0.44px;
  font-weight: 500;
  display: inline-block;
  margin-left: 10px;
}

.TLT_heroBanner_content a:nth-child(1) {
  margin-left: 0;
}

.TLT_heroBanner_dot_container_outer {
  position: absolute;
  width: 100%;
  margin: auto;
  bottom: 150px;
  left: 0;
  z-index: 2;
}

.TLT_heroBanner_dot_container_inner {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.TLT_heroBanner_dot_container_inner .TLT_heroBanner_dot_active {
  opacity: 1;
}

.TLT_heroBanner_dot_container_inner span {
  height: 11px;
  width: 11px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin: 0 10px;
  opacity: 0.5;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}

.TLT_heroBanner_arrow {
  width: auto;
  -webkit-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  display: inline-block;
  position: absolute;
  top: 365px;
  cursor: pointer;
  z-index: 2;
}

.TLT_heroBanner_arrow img {
  height: 49px;
  width: auto;
}

.TLT_heroBanner_arrow_left {
  left: 2%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.TLT_heroBanner_arrow_right {
  right: 2%;
}

.TLT_heroBanner_bottomSlider {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  font-size: 0;
}

.TLT_heroBanner_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), transparent);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.TLT_heroBanner_bottom::-webkit-scrollbar {
  height: 10px;
}

.TLT_heroBanner_bottom::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.4);
}

.TLT_heroBanner_bottom::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
}

.TLT_heroBanner_bottomBanner_section {
  display: inline-block;
  width: calc(97% / 3);
  margin: 0 0.5%;
  vertical-align: top;
}

.TLT_heroBanner_bottomBanner_section h4 {
  font-size: 20px;
  font-family: 'Playfair Display';
  font-weight: 500;
  letter-spacing: 0.56px;
  color: #fff;
  margin: 0 0 10px 0;
  text-align: left;
  padding: 0 20px 0 0;
}

.TLT_heroBanner_bottomBanner_section p {
  font-size: 15px;
  font-family: 'ProximaNova_normal';
  font-weight: 500;
  letter-spacing: 0.42px;
  color: #fff;
  text-align: left;
  margin: 0 0 30px 0;
  padding: 0 20px 0 0;
}

.TLT_heroBanner_bottomBanner_section p a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.TLT_heroBanner_displayNone {
  display: none;
}

.TLT_heroBanner_zeroWidth {
  width: 0 !important;
}

.TLT_heroBanner_container.TLT_heroBanner_container_single {
  height: 500px;
}

.TLT_heroBanner_content_single,
.TLT_heroBanner_content_promo {
  position: absolute;
  z-index: 1;
  margin: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  padding-top: 180px;
  background-size: cover;
  background-position: bottom center;
}

.TLT_heroBanner_usp_content {
  width: 100%;
  padding: 0 10%;
  text-align: center;
  position: absolute;
  bottom: 0;
  display: none;
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4), transparent);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
  -webkit-transition: color 200ms ease-in-out 0ms;
  -o-transition: color 200ms ease-in-out 0ms;
  transition: color 200ms ease-in-out 0ms;
  color: transparent;
}

.TLT_heroBanner_usp_content h4 {
  font-size: 20px;
  font-family: 'Playfair Display';
  font-weight: 500;
  letter-spacing: 0.56px;
  color: inherit;
  margin: 0 0 10px 0;
  padding: 0;
}

.TLT_heroBanner_usp_content p {
  font-size: 15px;
  font-family: 'ProximaNova_normal';
  font-weight: 500;
  letter-spacing: 0.42px;
  color: inherit;
  margin: 0 0 30px 0;
  padding: 0;
}

.TLT_heroBanner_usp_content p a {
  text-decoration: none;
  color: inherit;
}

.TLT_heroBanner_bottomSlider .TLT_heroBanner_bottomBanner_section:nth-child(n + 4) {
  display: none;
}

.TLT_heroBanner_content_promo h1,
.TLT_heroBanner_content_promo p,
.TLT_heroBanner_content_promo div {
  display: block;
  max-width: 1200px;
  width: 70% !important;
  text-align: left !important;
  margin: 0 auto !important;
  padding-right: 15%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px !important;
}

.TLT_heroBanner_content_promo {
  padding-top: 220px !important;
}

.TLT_heroBanner_content.TLT_heroBanner_content_variant {
  width: 100vw;
  height: 100%;
  margin: 0;
  padding: 150px 50px 150px 20vw;
  opacity: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  align-items: center;
  justify-content: center;
  position: relative;
}
.TLT_heroBanner_content.TLT_heroBanner_content_variant .TLT_heroBanner_variant_promo_image {
  position: relative;
  width: auto;
  margin-left: 0;
  margin-bottom: 10px;
  z-index: 2;
}
.TLT_heroBanner_content.TLT_heroBanner_content_variant .TLT_heroBanner_variant_promo_image picture {
  display: block;
}
.TLT_heroBanner_content.TLT_heroBanner_content_variant .TLT_heroBanner_variant_promo_image picture img {
  max-height: 80px;
  width: 100%;
  max-width: 200px;
}
.TLT_heroBanner_content.TLT_heroBanner_content_variant h1 {
  font-size: 25px;
  max-width: 450px;
  line-height: 1.2;
  text-align: left;
  margin-left: 0;
  position: relative;
  margin-bottom: 20px;
  z-index: 2;
}
.TLT_heroBanner_content.TLT_heroBanner_content_variant > p {
  position: relative;
  text-align: left;
  margin-left: 0;
  max-width: 450px;
  margin-bottom: 20px;
  z-index: 2;
}
.TLT_heroBanner_content.TLT_heroBanner_content_variant .TLT_heroBanner_variant_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px 30px;
  margin: 0;
  align-content: start;
  align-items: center;
  justify-content: center;
  max-width: 580px;
  position: relative;
  list-style: unset;
  margin-left: 20px;
  z-index: 2;
}
.TLT_heroBanner_content.TLT_heroBanner_content_variant .TLT_heroBanner_variant_list li {
  height: 100%;
  color: #fff;
  font-size: 18px;
  font-family: 'ProximaNova_normal';
  letter-spacing: 0.5px;
}
.TLT_heroBanner_content.TLT_heroBanner_content_variant .TLT_heroBanner_content_single_cta {
  position: relative;
  margin-left: 0;
  margin-top: 20px;
  width: auto;
  z-index: 2;
}

.TLT_heroBanner_container_variant .TLT_heroBanner_carousel_slider_inner {
  display: grid;
}

.TLT_heroBanner_content.TLT_heroBanner_content_variant.TLT_heroBanner_carousel_container {
  padding: 0;
  display: inline-block;
}
.TLT_heroBanner_content.TLT_heroBanner_content_variant.TLT_heroBanner_carousel_container .TLT_heroBanner_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 60%;
  opacity: 1;
}

.TLT_heroBanner_content.TLT_heroBanner_content_variant.TLT_heroBanner_carousel_container .TLT_heroBanner_content h1 {
  margin: 0 auto 30px auto;
  color: #fff;
  font-size: 54px;
  text-align: center;
  font-family: 'Playfair Display';
  font-weight: 500;
  letter-spacing: 1.5px;
}

.TLT_heroBanner_content.TLT_heroBanner_content_variant.TLT_heroBanner_carousel_container .TLT_heroBanner_content p {
  margin: 0 auto 30px auto;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: 'ProximaNova_normal';
  letter-spacing: 0.5px;
}

@media (max-width: 1024px) {
  .TLT_heroBanner_content.TLT_heroBanner_content_variant.TLT_heroBanner_carousel_container .TLT_heroBanner_content {
    /* margin: 280px auto 0 auto; */
    width: 100%;
  }
}

@media only screen and (max-width: 880px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 880px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 880px) {
  .TLT_heroBanner_content_promo h1,
  .TLT_heroBanner_content_promo p,
  .TLT_heroBanner_content_promo div {
    width: 80% !important;
    text-align: center !important;
    margin: 0 auto 30px auto !important;
    display: block !important;
    padding: 0 !important;
  }

  .TLT_heroBanner_content_promo div a {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .TLT_heroBanner_content_promo {
    padding-top: 30% !important;
  }

  .TLT_heroBanner_content.TLT_heroBanner_content_single p {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .TLT_heroBanner_content.TLT_heroBanner_content_single div.TLT_heroBanner_content_single_cta {
    width: 100%;
    margin: 30px auto 0 auto;
  }

  .TLT_heroBanner_content.TLT_heroBanner_content_variant {
    padding: 100px 20px;
  }
  .TLT_heroBanner_content.TLT_heroBanner_content_variant .TLT_heroBanner_variant_promo_image {
    margin: 0 auto 10px auto;
  }
  .TLT_heroBanner_content.TLT_heroBanner_content_variant h1 {
    margin: 0 auto 20px auto;
    text-align: center;
  }
  .TLT_heroBanner_content.TLT_heroBanner_content_variant .TLT_heroBanner_variant_list,
  .TLT_heroBanner_content.TLT_heroBanner_content_variant > p {
    display: none;
  }
  .TLT_heroBanner_content.TLT_heroBanner_content_variant .TLT_heroBanner_content_single_cta {
    margin: 0 auto;
    margin-top: 20px;
  }
  .TLT_heroBanner_content.TLT_heroBanner_content_variant .TLT_heroBanner_content_single_cta a {
    min-width: 200px;
  }
}

/* ---- small image banner ----- */
.TLT_smallImageBanner_parent {
  margin: 50px 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.TLT_smallImageBanner_content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 75%;
  font-size: 0;
}

.TLT_smallImageBanner_content a {
  height: 50px;
  width: 100%;
}

.TLT_smallImageBanner_content a div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* ----- newsletter ----- */
/* ---- all ----- */
.TLT_newsletter_section_parent {
  width: 100%;
  background-color: #7d97a1;
  padding: 50px 0;
  margin: 0;
  display: inline-block;
}

.TLT_newsletter_section_container {
  width: 60%;
  margin: 0 auto;
  max-width: 1200px;
  font-size: 0;
}

.TLT_newsletter_section_left {
  width: 50%;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}

.TLT_newsletter_section_right {
  width: 49%;
  display: inline-block;
  text-align: right;
  top: 25px;
  position: relative;
  margin-left: 1%;
  vertical-align: top;
}

.TLT_newsletter_section_left h6 {
  font-size: 26px;
  font-family: 'Playfair Display';
  margin: 0;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 0.72px;
  font-weight: 500;
}

.TLT_newsletter_section_left p {
  font-size: 15px;
  font-family: 'ProximaNova_normal';
  margin: 0;
  letter-spacing: 0.42px;
  color: #fff;
}

.TLT_newsletter_section_form_interior a {
  color: #fff;
  background-color: #d89e40;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.44px;
  font-weight: 600;
  font-family: 'ProximaNova_normal';
  width: 30%;
  display: inline-block;
  position: relative;
  text-align: center;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.TLT_newsletter_section_form_interior input[type='email'] {
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-family: 'ProximaNova_normal';
  padding: 10px 0;
  left: 5px;
  position: relative;
  letter-spacing: 0.44px;
  color: #a0a0a0;
  width: 70%;
  display: inline-block;
}

.TLT_newsletter_section_form_interior {
  background-color: #fff;
  padding: 5px 5px;
  border-radius: 5px;
  position: relative;
  text-align: left;
  border: 1px solid #fff;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 0;
}

.TLT_newsletter_popup_parent {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  display: none;
  -webkit-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  opacity: 0;
  width: 100vw;
  margin: 0;
}

.TLT_newsletter_popup_content {
  width: 60%;
  margin: 0 auto;
  margin-top: 10%;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  max-width: 1200px;
}

.TLT_newsletter_popup_close_container {
  text-align: right;
}

.TLT_newsletter_popup_close_container img {
  width: 20px;
  cursor: pointer;
}

.TLT_newsletter_popup_content_container h6 {
  margin: 0;
  margin-bottom: 30px;
  font-size: 26px;
  font-family: 'Playfair Display';
  color: #1b1b1b;
  letter-spacing: 0.72px;
}

.TLT_newsletter_popup_content_container p {
  font-size: 15px;
  margin: 0;
  letter-spacing: 0.42px;
  font-family: 'ProximaNova_normal';
  color: #1b1b1b;
}

.TLT_newsletter_popup_form_container {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.TLT_newsletter_popup_form_names,
.TLT_newsletter_popup_form_email,
.TLT_newsletter_form_popup_location_container,
.TLT_newsletter_popup_form_radio,
.TLT_newsletter_popup_form_submit_container {
  width: 60%;
  margin: 0 auto 18px auto;
}

.TLT_newsletter_popup_form_names input[type='text'] {
  font-size: 15px;
  padding: 15px 9px;
  width: calc(49% - 18px);
  border: 1px solid #7e7e7e;
  border-radius: 5px;
  font-family: 'ProximaNova_normal';
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  letter-spacing: 0.42px;
  color: #1b1b1b;
}

.TLT_newsletter_popup_form_email input[type='email'] {
  padding: 15px 9px;
  border: 1px solid #7e7e7e;
  border-radius: 5px;
  font-size: 15px;
  width: calc(99.5% - 18px);
  color: #1b1b1b;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  letter-spacing: 0.42px;
}

.TLT_newsletter_form_popup_location_container input[type='text'] {
  font-size: 15px;
  padding: 15px 9px;
  width: calc(49% - 18px);
  border: 1px solid #7e7e7e;
  border-radius: 5px;
  letter-spacing: 0.42px;
  font-family: 'ProximaNova_normal';
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #1b1b1b;
}

.TLT_newsletter_form_popup_location_container select {
  font-size: 15px;
  padding: 13px 9px;
  border-radius: 5px;
  border: 1px solid #7e7e7e;
  width: calc(52% - 18px);
  letter-spacing: 0.42px;
  font-family: 'ProximaNova_normal';
  color: #1b1b1b;
}

.TLT_newsletter_popup_form_radio p {
  font-size: 15px;
  margin: 0 0 18px 0;
  letter-spacing: 0.42px;
  color: #1b1b1b;
  font-family: 'ProximaNova_normal';
}

.TLT_newsletter_popup_form_radio input {
  display: none;
}

.TLT_newsletter_popup_form_radio label {
  font-family: 'ProximaNova_normal';
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  margin: 0 18px 18px 18px;
  letter-spacing: 0.42px;
  color: #1b1b1b;
}

.TLT_newsletter_popup_form_radio span {
  width: 12px;
  height: 12px;
  border: 1px solid #7e7e7e;
  position: absolute;
  left: -20px;
  top: 4px;
  border-radius: 2px;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.TLT_newsletter_popup_form_submit_container p {
  background-color: #d89e40;
  display: inline-block;
  margin: 0 auto 20px 0;
  padding: 10px 30px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.44px;
  cursor: pointer;
  font-family: 'ProximaNova_normal';
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-weight: 600;
}

.TLT_newsletter_popup_content_container {
  width: 70%;
  margin: 0 auto;
}

.TLT_newsletter_popup_radio_filled {
  background-color: #d89e40;
}

.TLT_newsletter_popup_confirmation {
  display: none;
  width: 60%;
  margin: 0 auto;
  margin-top: 10%;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  max-width: 1200px;
}

.TLT_newsletter_popup_confirmation_close {
  text-align: right;
}

.TLT_newsletter_popup_confirmation_close img {
  width: 20px;
  cursor: pointer;
}

.TLT_newsletter_popup_confirmation_content {
  width: 60%;
  margin: 0 auto;
}

.TLT_newsletter_popup_confirmation_content h5 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 26px;
  font-family: 'Playfair Display';
  color: #1b1b1b;
  letter-spacing: 0.72px;
}

.TLT_newsletter_popup_confirmation_content p {
  font-size: 15px;
  margin: 0 0 20px 0;
  letter-spacing: 0.42px;
  font-family: 'ProximaNova_normal';
  color: #1b1b1b;
}

.TLT_newsletter_popup_confirmation_content a {
  background-color: #d89e40;
  display: inline-block;
  margin: 0 auto 20px 0;
  padding: 10px 30px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.4px;
  cursor: pointer;
  font-family: 'ProximaNova_normal';
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-weight: 400;
}

.TLT_newsletter_signup_form ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 70%;
  font-size: 0;
}

.TLT_newsletter_signup_form .TLT_newsletter_signup_form_introCopy p,
.TLT_newsletter_signup_form .TLT_newsletter_signup_form_travelTypeCopy p {
  font-size: 15px;
  margin: 0 0 20px 0;
  letter-spacing: 0.42px;
  font-family: 'ProximaNova_normal';
  color: #1b1b1b;
}

.TLT_newsletter_signup_form ul li {
  display: inline-block;
}

.TLT_newsletter_signup_form .TLT_newsletter_signup_form_inputHalf {
  width: 48%;
  margin: 0 1% 20px 1%;
  display: inline-block;
  vertical-align: top;
}

.TLT_newsletter_signup_form_inputFull {
  width: 98%;
  margin: 0 1% 20px 1%;
}

.TLT_newsletter_signup_form ul li .gfield_label {
  display: none;
}

.TLT_newsletter_signup_form ul li input,
.TLT_newsletter_signup_form ul li select {
  width: 100%;
  font-size: 15px;
  padding: 15px 5%;
  border: 1px solid #7e7e7e;
  border-radius: 10px;
  font-family: 'ProximaNova_normal';
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  letter-spacing: 0.42px;
  color: #1b1b1b;
}

.TLT_newsletter_signup_form ul li select {
  width: 100%;
}

.TLT_newsletter_signup_form ul ul {
  width: 100%;
}

.TLT_newsletter_signup_form ul ul li input {
  margin: 0 10px 0 0;
  display: inline-block;
  width: auto;
}

.TLT_newsletter_signup_form ul ul li label {
  font-size: 15px;
  margin: 0 0px 10px 0;
  letter-spacing: 0.42px;
  font-family: 'ProximaNova_normal';
  color: #1b1b1b;
  display: inline-block;
  width: 60%;
}

.TLT_newsletter_signup_form input[type='submit'] {
  border: none;
  background-color: #d89e40;
  display: inline-block;
  margin: 0;
  padding: 10px 30px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.4px;
  cursor: pointer;
  font-family: 'ProximaNova_normal';
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-weight: 400;
}

.TLT_newsletter_signup_form .gform_heading {
  display: none;
}

.TLT_newsletter_signup_form_travelType ul li {
  width: 25%;
}

/* ---- testimonials ----- */
.TLT_testimonials_parent {
  display: inline-block;
  width: 100%;
  margin: 0 0 30px 0;
}

.TLT_testimonials_container {
  width: 80%;
  margin: 30px auto 0 auto;
  text-align: center;
  position: relative;
  max-width: 1200px;
}

.TLT_testimonials_topSection {
  position: relative;
  width: 60%;
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
}

.TLT_testimonials_topSection h2 {
  margin: 0 0 30px 0;
}

.TLT_testimonials_topSection p {
  display: inline;
}

.TLT_testimonials_viewAll {
  text-align: right;
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 30px;
}

.TLT_testimonials_viewAll a {
  color: #d89e40;
  letter-spacing: 0.44px;
  text-decoration: none;
  font-family: 'ProximaNova_normal';
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  position: relative;
  right: 0.5%;
  top: 5px;
  font-weight: 600;
}

.TLT_testimonials_viewAll a:hover {
  text-decoration: underline;
}

.TLT_testimonials_viewAll a img {
  margin-left: 10px;
  vertical-align: middle;
}

.TLT_testimonials_bottomSection {
  position: relative;
  text-align: center;

  font-size: 0;
}

.TLT_testimonials_bottomSection_left {
  width: 49%;
  border-radius: 10px;
  display: inline-block;
  margin: 0 0 0 1%;
  height: 100%;
  overflow: hidden;
  vertical-align: top;
}

.TLT_testimonials_videoContainer {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.TLT_testimonials_videoContainer iframe {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

.TLT_testimonials_bottomSection_right {
  width: 49%;
  display: inline-block;
  margin: 0 1% 0 0;
  height: 100%;
  vertical-align: top;
}

.TLT_testimonials_feefoSection {
  text-align: right;
  width: 98%;
  margin-left: 2%;
  margin-bottom: 2%;
}

.TLT_testimonials_feefoSection p {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.TLT_testimonials_feefoSection .TLT_see_reviews {
  color: #d89e40;
  letter-spacing: 0.44px;
  text-decoration: none;
  font-family: 'ProximaNova_normal';
  font-size: 16px;
  font-weight: 700;
  padding-left: 22px;
}

.TLT_testimonials_reviewPod {
  background-color: #7d97a1;
  padding: 5px 0;
  width: 48%;
  margin-left: 2%;
  display: inline-block;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  text-align: left;
  vertical-align: top;
}

.TLT_testimonials_reviewPod p,
.TLT_testimonials_reviewPod h6 {
  width: 90%;
  margin: 10px auto !important;
}

.TLT_testimonials_reviewPodContainer {
  position: relative;
  height: 80%;
  width: 100%;
}

.TLT_testimonials_reviewPodContainer::-webkit-scrollbar {
  display: none;
}

.TLT_testimonials_reviewPod_slider {
  text-align: right;
  font-size: 0;
  height: 100%;
}

.TLT_testimonials_reviewPod p,
.TLT_testimonials_reviewPod h6 {
  margin: 10px 0;
  font-weight: 500;
  color: #fff;
}

.TLT_testimonials_reviewPod h6 {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Playfair Display';
  line-height: 1.05;
  letter-spacing: 0.56px;
}

.TLT_testimonials_reviewPod p {
  font-size: 16px;
  font-style: italic;
  font-family: 'ProximaNova_normal';
  line-height: 1.31;
  letter-spacing: 0.44px;
}

.TLT_testimonials_feefoSection .TLT_testimonials_star {
  width: auto;
  height: 20px;
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.TLT_testimonials_feefoSection img {
  width: 24%;
  height: auto;
  margin: 0 0 0 2%;
}

.TLT_testimonials_reviewstars .TLT_testimonials_star {
  height: 20px;
  width: auto;
  margin: 0;
}

.TLT_testimonials_reviewPod_arrows {
  position: absolute;
  right: -60px;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #d89e40;
  padding: 10px 5px;
  cursor: pointer;
  -webkit-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.TLT_testimonials_reviewPod_arrows img {
  height: 50px;
}

.TLT_testimonials_feefoSection p.TLT_testimonials_totalRating,
.TLT_testimonials_feefoSection p.TLT_testimonials_totalRating b {
  font-size: 28px;
}

.TEST_testimonial_no_video_card_container .TLT_testimonials_feefoSection img {
  width: 24%;
  height: auto;
  max-width: 120px;
  margin: 0 0 0 2%;
}

.TEST_testimonial_no_video_card_container .TLT_testimonials_feefoSection .TLT_testimonials_star {
  width: auto;
  height: 20px;
  margin: 0;
  position: relative;
}

.TEST_testimonial_no_video_card_container .TLT_testimonials_reviewPod {
  background-color: #7d97a1;
  padding: 50px 0;
  width: 23%;
  margin: 0 1%;
  display: inline-block;
  border-radius: 10px;
  height: 350px;
  overflow: hidden;
  text-align: left;
  vertical-align: top;
}

/* ---- text block ----- */
.TLT_textBlock_parent {
  margin: 50px 0;
  display: inline-block;
  width: 100%;
}

.TLT_textBlock_parent_promo {
  margin: 0 !important;

}

.TLT_textBlock_parent_promo .TLT_textBlock_content {
  text-align: center !important;
}

.TLT_textBlock_content {
  text-align: center;
  margin: 0 auto;
  width: 60%;
  max-width: 1200px;
}

.TLT_textBlock_content h2 {
  font-size: 34px;
  font-family: 'Playfair Display';
  color: #1b1b1b;
  margin: 0 0 30px 0;
  letter-spacing: 1px;
}

.TLT_textBlock_content p {
  font-size: 16px;
  font-family: 'ProximaNova_normal';
  color: #1b1b1b;
  display: inline;
  letter-spacing: 0.44px;
  line-height: 1.56;
}

/* ---- top destinations ----- */
.TLT_topDestinations_parent {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 50px 0;
}

.TLT_topDestinations_container {
  width: 80%;
  margin: 30px auto 0 auto;
  text-align: center;
  position: relative;
  max-width: 1200px;
}

.TLT_topDestinations_topSection {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  max-width: 1200px;
}

.TLT_topDestinations_topSection h4 {
  font-size: 34px;
  font-family: 'Playfair Display';
  margin: 0;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 0.94px;
  color: #1b1b1b;
}

.TLT_topDestinations_viewAll_container {
  text-align: right;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  margin-top: 30px;
}

.TLT_topDestinations_viewAll_container a {
  color: #d89e40;
  letter-spacing: 0.44px;
  text-decoration: none;
  font-family: 'ProximaNova_normal';
  font-size: 16px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.TLT_topDestinations_viewAll_container a:hover {
  text-decoration: underline;
}

.TLT_topDestinations_viewAll_container a img {
  margin-left: 10px;
}

.TLT_topDestinations_nav {
  margin: 0 0 30px 0;
  font-size: 0;
}

.TLT_topDestinations_nav p {
  display: inline-block;
  width: auto;
  font-size: 15px;
  font-weight: 500;
  font-family: 'ProximaNova_normal';
  margin: 0 40px;
  padding-bottom: 10px;
  cursor: pointer;
  vertical-align: top;
}

.TLT_topDestinations_nav p.TLT_topDestinations_selected {
  border-bottom: 2px solid #d89e40;
  font-weight: 600;
}

.TLT_topDestinations_faddedBar {
  height: 2px;
  width: 50%;
  margin: -2px auto 0 auto;
  background: -o-linear-gradient(left, #fff 0%, #ddd 20%, #ddd 80%, #fff 100%);
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(20%, #ddd), color-stop(80%, #ddd), to(#fff));
  background: linear-gradient(90deg, #fff 0%, #ddd 20%, #ddd 80%, #fff 100%);
}

.TLT_topDestinations_content {
  position: relative;
  height: auto;
}

.TLT_topDestinations_content_pod {
  position: relative;
  font-size: 0;
  width: 100%;
  top: 0;
  right: 0;
  height: auto;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.TLT_topDestinations_content_left {
  width: 49%;
  display: inline-block;
  height: 613px;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 1% 0 0;
  vertical-align: top;
}

.TLT_topDestinations_content_right {
  width: 50%;
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  height: 613px;
  vertical-align: top;
}

.TLT_topDestinations_content_left div {
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 613px;
  border-radius: 10px;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.TLT_topDestinations_content_left a {
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.TLT_topDestinations_content_left h4 {
  font-size: 28px;
  margin: 0;
  color: #fff;
  position: absolute;
  letter-spacing: 0.78px;
  font-family: 'Playfair Display';
  font-weight: 500;
  bottom: 22px;
  left: 20px;
}

.TLT_topDestinations_content_right_top {
  height: 49%;
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 1%;
  vertical-align: top;
  font-size: 0;
}

.TLT_topDestinations_content_right_top div {
  width: 49%;
  margin: 0;
  display: inline-block;
  height: 100%;
  border-radius: 10px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  vertical-align: top;
}

.TLT_topDestinations_content_right_top div:nth-child(1) {
  margin-right: 1%;
}

.TLT_topDestinations_content_right_top div:nth-child(2) {
  margin-left: 1%;
}

.TLT_topDestinations_content_right_top a {
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.TLT_topDestinations_content_right_top a h4 {
  font-size: 28px;
  margin: 0;
  color: #fff;
  position: absolute;
  letter-spacing: 0.78px;
  font-weight: 500;
  font-family: 'Playfair Display';
  bottom: 22px;
  left: 20px;
}

.TLT_topDestinations_content_right_bottom {
  height: 49%;
  position: relative;
  margin-top: 1%;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}

.TLT_topDestinations_content_right_bottom div {
  width: 100%;
  margin: 0;
  display: inline-block;
  height: 100%;
  position: relative;
  border-radius: 10px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: repeat-y;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.TLT_topDestinations_content_right_bottom a {
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.TLT_topDestinations_content_right_bottom a h4 {
  font-size: 28px;
  margin: 0;
  color: #fff;
  position: absolute;
  letter-spacing: 0.78px;
  font-family: 'Playfair Display';
  font-weight: 500;
  bottom: 22px;
  left: 20px;
}

.TLT_topDestinations_topSection p {
  color: #1b1b1b;
  font-size: 16px;
  font-family: 'ProximaNova_normal';
  display: inline;
  line-height: 1.56;
  letter-spacing: 0.44px;
}

/* ----- inspirations ------ */
.TLT_tullyInspiration_parent {
  padding: 50px 0;
  text-align: center;
  position: relative;
  width: 100%;
}

.TLT_tullyInspiration_container {
  width: 80%;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 30px;
}

.TLT_tullyInspiration_topSection h4 {
  margin: 0 0 30px 0;
}

.TLT_tullyInspiration_topSection p {
  display: inline;
}

.TLT_tullyInspiration_ViewAll a {
  color: #d89e40;
  text-decoration: none;
  font-family: 'ProximaNova_normal';
  font-size: 16px;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.TLT_tullyInspiration_podContainer {
  width: 100%;
  position: relative;
  height: auto;
}

.TLT_tullyInspiration_pod_slider {
  font-size: 0;
}

.TLT_tullyInspiration_pod {
  width: 380px;
  display: inline-block;
  background-color: #fff;
  padding: 0;
  border-radius: 10px;
  height: 460px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  vertical-align: top;
  margin: 0 10px;
}

.TLT_tullyInspiration_pod_topSection {
  width: 100%;
  text-align: left;
  height: 460px;
  padding: 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: height 200ms ease-in-out;
  -o-transition: height 200ms ease-in-out;
  transition: height 200ms ease-in-out;
}

.TLT_tullyInspiration_pod_topSection div {
  width: 60%;
  margin-left: 20px;
  position: absolute;
  top: 20px;
}

.TLT_tullyInspiration_pod:nth-child(2) .TLT_tullyInspiration_pod_topSection div {
  bottom: 0;
  top: auto;
}

.TLT_tullyInspiration_pod_topSection div h4 {
  margin: 0;
}

.TLT_tullyInspiration_pod_topSection div h4 a {
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Playfair Display';
}

.TLT_tullyInspiration_pod_topSection div p {
  margin: 0 0 20px 0;
}

.TLT_tullyInspiration_pod_bottomSection {
  height: 110px;
  margin: 0;
}

.TLT_tullyInspiration_pod_bottomSection p {
  text-align: left;
  margin: 0;
  padding: 10px 20px;
}

.TLT_tullyInspiration_pod_bottomSection a {
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.TLT_tullyInspiration_topSection {
  position: relative;
  width: 60%;
  margin: 0 auto;
  max-width: 1200px;
}

.TLT_tullyInspirations_viewAll {
  text-align: right;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 1200px;
}

.TLT_tullyInspirations_viewAll a {
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.TLT_tullyInspirations_viewAll a:hover {
  color: #d89e40;
  text-decoration: underline;
}

.TLT_tullyInspirations_viewAll a img {
  margin-left: 5px;
  height: auto;
  width: 14px;
  top: -2px;
  position: relative;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.TLT_tullyInspiration_pod_topSection_part {
  height: 330px;
}

.TLT_tullyInspiration_pod_topSection_part .TLT_tullyInspiration_podGradient {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), transparent);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
}

.TLT_tullyInspiration_podGradient {
  position: absolute;
  height: 100%;
  width: 100% !important;
  margin: 0 !important;
  top: 0;
  left: 0;
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), transparent);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
}

/* ----- inquiry form small ----- */
.TLT_small_inquiry_parent {
  width: 80%;
  max-width: 1200px;
  margin: 50px auto;
  text-align: center;
  position: relative;
}

.TLT_small_inquiry_parent .TLT_inquiry_form {
  position: relative;
  font-size: unset;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .gform_heading,
.TLT_small_inquiry_parent .TLT_inquiry_form .gfield_description,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_destination,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy .gfield_label,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_subscribe .gfield_label,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_hearAbout-other,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_hearAbout-other .gfield_label {
  display: none;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_title {
  font-size: 26px;
  margin-bottom: 50px;
  font-family: 'playfair display';
  text-align: center;
}

.TLT_small_inquiry_parent .TLT_inquiry_form ul li {
  width: 50%;
  text-align: left;
  margin-bottom: 10px;
  padding: 0 1%;
}

.TLT_small_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_validationButton_container {
  width: 100%;
  height: 60px;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_title_container {
  width: 100%;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_key_container {
  position: absolute;
  top: 50px;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 0.39px;
  text-align: right;
  color: #1b1b1b;
  font-family: ProximaNova_normal;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_contactNumber {
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: right;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_contactNumber a {
  font-family: ProximaNova_normal;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 0.5px;
  text-align: right;
  color: #1b1b1b;
}

.TLT_small_inquiry_parent .TLT_inquiry_form ul li .gfield_label {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.44px;
  color: #1b1b1b;
  margin-bottom: 10px;
  font-family: ProximaNova_normal;
}

.TLT_small_inquiry_parent .TLT_inquiry_form ul li .gfield_label .gfield_required,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy span,
.TLT_small_inquiry_parent .gform_wrapper .ginput_container span:not(.ginput_price) {
  color: #ea6148;
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 0;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_notes {
  position: absolute;
  top: 80px;
  right: 0;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy {
  position: absolute;
  top: 340px;
  right: 0;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_subscribe {
  position: absolute;
  top: 390px;
  right: 0;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn {
  position: absolute;
  top: 270px;
  right: 25%;
  width: 25%;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_travelDates_parent {
  position: absolute;
  right: 0;
  top: 240px;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_travelDates_parent .TLT_inquiry_travelDates {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.44px;
  color: #1b1b1b;
  margin-bottom: 10px;
  font-family: ProximaNova_normal;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn .gfield_label,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut .gfield_label {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  background-color: #f7f7f7;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.44px;
  color: #1b1b1b;
  font-family: ProximaNova_normal;
  cursor: pointer;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut {
  position: absolute;
  top: 270px;
  right: 0;
  width: 25%;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn .ginput_container,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut .ginput_container {
  height: 0;
  overflow: hidden;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn input.datepicker.medium,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut input.datepicker.medium {
  width: 100%;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn_subtitle,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut_subtitle {
  font-size: 12px;
  margin: 0 0 10px 1%;
  display: none;
}

.TLT_small_inquiry_parent .TLT_inquiry_form ul li input,
.TLT_small_inquiry_parent .TLT_inquiry_form ul li select,
.TLT_small_inquiry_parent .TLT_inquiry_form ul li textarea {
  width: 100%;
  border: none;
  height: 48px;
  border-radius: 8px;
  outline: none;
  background-color: #f7f7f7;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.44px;
  color: #1b1b1b;
  font-family: ProximaNova_normal;
}

.TLT_small_inquiry_parent .TLT_inquiry_form ul li textarea {
  height: 110px;
  max-height: 144px;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn input {
  width: 50%;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy input,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_subscribe input {
  width: 35px;
  height: 35px;
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
  background-color: #f7f7f7;
  background-image: none;
  border: none;
  appearance: none;
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy label,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_subscribe label {
  width: calc(100% - 50px);
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
}

.TLT_inquiry_form .gform_footer {
  display: none;
}

.TLT_inquiry_form .gform_footer input[type='submit'] {
  width: 100%;
  border: none;
  font-size: 16px;
  font-weight: 600;
  font-family: ProximaNova_normal;
  background-color: #d89e40;
  border-radius: 8px;
  padding: 15px 0;
  color: #fff;
  background-image: none;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy a {
  color: #14475b;
  font-weight: 600;
  text-decoration: underline;
}

.TLT_small_inquiry_parent .TLT_inquiry_form ul li select {
  appearance: none;
  background-image: url(https://www.tullyluxurytravel.com/wp-content/themes/tully/images/path_1.svg);
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px);
  border: none;
  background-color: #f7f7f7;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.TLT_small_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_validationButton {
  text-align: center;
  width: 100%;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  font-family: ProximaNova_normal;
  background-color: #d89e40;
  border-radius: 8px;
  padding: 15px 0;
  color: #fff;
  cursor: pointer;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_validationRequired .gfield_label,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_validationRequired .gfield_consent_label,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_validationRequired .gfield_consent_label a,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_datesIncorrect p.TLT_inquiry_travelDates {
  color: #ea6148 !important;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_validationRequired input,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_datesIncorrect input {
  border: solid 1.5px #ea6148;
  background-color: rgba(234, 97, 72, 0.05);
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_validation_message,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_dateValidation_message {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 14px;
  letter-spacing: normal;
  color: #ea6148;
  margin-left: 5px;
  vertical-align: top;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_dateValidation_message {
  /* position: absolute; */
  width: 100%;
  top: 5px;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_hearAbout option {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.44px;
  color: #1b1b1b;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_parent {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container {
  width: 60%;
  margin: 200px auto 0 auto;
  background-color: #14475b;
  height: auto;
  min-height: 350px;
  border-radius: 8px;
  padding: 60px 0 50px 0;
  position: relative;
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container h4 {
  font-family: PlayfairDisplay;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.83px;
  text-align: center;
  color: #ffffff;
  width: 80%;
  margin: 20px auto;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container p {
  font-family: ProximaNova_normal;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  width: 80%;
  margin: 0 auto;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container .TLT_inquiry_confirmation_close {
  display: inline-block;
  width: 140px;
  height: 48px;
  margin: 50px auto 0 auto;
  padding: 14px 0;
  border-radius: 8px;
  background-color: #d89e40;
  cursor: pointer;
  font-family: ProximaNova_normal;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.44px;
  text-align: center;
  color: #ffffff;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_validation_container {
  position: relative;
  top: 5px;
  display: inline-block;
  margin-left: 10px;
}

.TLT_small_inquiry_parent .TLT_inquiry_validation_recaptcha .TLT_inquiry_validation_container {
  position: absolute !important;
  bottom: -30px !important;
  top: unset !important;
  margin-left: 0 !important;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_validation_symbol,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_dateValidation_symbol {
  vertical-align: top;
  margin-left: 0;
  height: 14px;
}

.TLT_small_inquiry_parent .TLT_inquiry_form ul li textarea {
  height: 110px;
  max-height: 200px;
}

.TLT_small_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_phonenumber input::-webkit-inner-spin-button,
.TLT_small_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_phonenumber input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.TLT_small_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_phonenumber input {
  -moz-appearance: textfield;
}

.TLT_small_inquiry_parent .TLT_inquiry_captcha label {
  display: none;
}

/* ----- hover states ----- */
.TLT_small_inquiry_parent .TLT_inquiry_form ul li input:focus {
  outline: none;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy input:checked,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_subscribe input:checked {
  background-image: url(https://www.tullyluxurytravel.com/wp-content/themes/tully/images/inquiry_tick.png);
}

.TLT_inquiry_hearAbout option:hover {
  background-color: #14475b;
  color: #fff;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container .TLT_inquiry_confirmation_close:hover {
  text-decoration: none;
}

.TLT_large_inquiry_parent .TLT_inquiry_validation_symbol,
.TLT_large_inquiry_parent .TLT_inquiry_dateValidation_symbol,
.TLT_small_inquiry_parent .TLT_inquiry_dateValidation_symbol {
  margin-left: 10px;
  height: 14px;
}

.TLT_large_inquiry_parent {
  width: 80%;
  max-width: 1200px;
  margin: 50px auto 30px auto;
  text-align: center;
  position: relative;
  font-size: 0;
}

.TLT_large_inquiry_parent .TLT_large_inquiry_form_container {
  display: inline-block;
  vertical-align: top;
}

.TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_container {
  display: inline-block;
  width: 28%;
  margin-left: 2%;
  border-radius: 15px;
  vertical-align: top;
  background-color: #f7f7f7;
  overflow: hidden;
}

.TLT_large_inquiry_sidebar_header {
  background-color: #7d97a1;
  padding: 20px;
}

.TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_header h4 {
  font-family: PlayfairDisplay;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.56px;
  text-align: center;
  color: #ffffff;
  width: 70%;
  margin: 0 auto;
}

.TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_contact_container {
  position: relative;
  font-size: 0;
  margin-top: 20px;
}

.TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_contact {
  width: 100%;
  display: inline-block;
  margin: 0 0 10px 0;
  vertical-align: top;
}

.TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_contact_email {
  font-family: ProximaNova_normal;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.44px;
  text-align: center;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #d89e40;
  display: inline-block;
  width: 90%;
}

.TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_contact_phone {
  font-family: ProximaNova_normal;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #1b1b1b;
  padding: 10px 0;
  text-align: center;
  display: inline-block;
  width: 90%;
}

.TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_usp_container {
  width: 90%;
  margin: 0 auto;
  border-top: 2px solid #d7d7d7;
  padding: 20px 0;
}

.TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_usp {
  margin: 0 0 10px 0;
}

.TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_usp p {
  font-family: ProximaNova_normal;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 0.3px;
  color: #1b1b1b;
  text-align: left;
  display: inline-block;
  width: 80%;
  vertical-align: top;
}

.TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_usp img {
  width: 16%;
  max-width: 53px;
  display: inline-block;
  vertical-align: top;
  margin-right: 4%;
}

.TLT_large_inquiry_parent .TLT_inquiry_form {
  position: relative;
  font-size: unset;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_destination {
  display: inline-block;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .gform_heading,
.TLT_large_inquiry_parent .TLT_inquiry_form .gfield_description,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy .gfield_label,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_subscribe .gfield_label,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_hearAbout-other,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_hearAbout-other .gfield_label,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_contactNumber {
  display: none;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_title {
  font-size: 26px;
  margin-bottom: 50px;
  font-family: 'playfair display';
  text-align: center;
}

.TLT_large_inquiry_parent .TLT_inquiry_form ul li {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  padding: 0 1%;
}

.TLT_large_inquiry_parent .TLT_inquiry_recapture label {
  display: none;
}

.TLT_large_inquiry_parent .TLT_inquiry_recapture {
  max-width: 315px;
  display: inline-block;
  vertical-align: top;
}

.TLT_large_inquiry_parent .TLT_inquiry_validationButton_container {
  display: inline-block;
  width: calc(100% - 315px) !important;
  vertical-align: top;
}

.TLT_large_inquiry_parent .TLT_inquiry_validationButton_container p.TLT_inquiry_validationButton {
  width: 100% !important;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_title_container {
  display: none;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_key_container {
  position: relative;
  top: 0px;
  right: 1%;
  width: auto;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 0.39px;
  text-align: right;
  color: #1b1b1b;
  font-family: ProximaNova_normal;
}

.TLT_large_inquiry_parent .TLT_inquiry_form ul li .gfield_label {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.44px;
  color: #1b1b1b;
  margin-bottom: 10px;
  font-family: ProximaNova_normal;
}

.TLT_large_inquiry_parent .TLT_inquiry_form ul li .gfield_label .gfield_required,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy span {
  color: #ea6148;
  display: inline;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_notes,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_subscribe {
  position: relative;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut {
  position: relative;
  width: 50%;
  display: inline-block;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn_subtitle,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut_subtitle {
  font-size: 12px;
  margin: 0 0 10px 1%;
  display: none;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.44px;
  color: #1b1b1b;
  font-family: ProximaNova_normal;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn input.datepicker.medium,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut input.datepicker.medium {
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.TLT_large_inquiry_parent .TLT_inquiry_form ul li input,
.TLT_large_inquiry_parent .TLT_inquiry_form ul li select,
.TLT_large_inquiry_parent .TLT_inquiry_form ul li textarea {
  width: 100%;
  border: none;
  height: 48px;
  border-radius: 8px;
  outline: none;
  background-color: #f7f7f7;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.44px;
  color: #1b1b1b;
  font-family: ProximaNova_normal;
}

.TLT_large_inquiry_parent .TLT_inquiry_form ul li textarea {
  height: 200px;
  max-height: 200px;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn input {
  width: 50%;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy input,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_subscribe input {
  width: 35px;
  height: 35px;
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
  background-color: #f7f7f7;
  background-image: none;
  border: none;
  appearance: none;
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy label,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_subscribe label {
  width: calc(100% - 50px);
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  font-size: 15px;
  font-weight: 500;
  padding-top: 10px;
}

.TLT_inquiry_form .gform_footer {
  display: none;
}

.TLT_inquiry_form .gform_footer input[type='submit'] {
  width: 100%;
  border: none;
  font-size: 16px;
  font-weight: 600;
  font-family: ProximaNova_normal;
  background-color: #d89e40;
  border-radius: 8px;
  padding: 15px 0;
  color: #fff;
  background-image: none;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy a {
  color: #14475b;
  font-weight: 600;
  text-decoration: underline;
}

.TLT_large_inquiry_parent .TLT_inquiry_form ul li select {
  appearance: none;
  background-image: url(https://www.tullyluxurytravel.com/wp-content/themes/tully/images/path_1.svg);
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px);
  -webkit-appearance: none;
  -moz-appearance: none;
}

.TLT_large_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_validationButton {
  text-align: center;
  width: 50%;
  position: relative;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  font-family: ProximaNova_normal;
  background-color: #d89e40;
  border-radius: 8px;
  padding: 15px 0;
  color: #fff;
  cursor: pointer;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_validationRequired .gfield_label,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_validationRequired .gfield_consent_label,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_validationRequired .gfield_consent_label a,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_datesIncorrect p {
  color: #ea6148 !important;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_validationRequired input,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_datesIncorrect label {
  border: solid 1.5px #ea6148;
  background-color: rgba(234, 97, 72, 0.05);
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_validation_message,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_dateValidation_message {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ea6148;
  margin-left: 5px;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_dateValidation_message {
  position: absolute;
  width: 100%;
  top: 5px;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_hearAbout option {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.44px;
  color: #1b1b1b;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_parent {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container {
  width: 60%;
  margin: 200px auto 0 auto;
  background-color: #14475b;
  height: auto;
  min-height: 350px;
  border-radius: 8px;
  padding: 60px 0 50px 0;
  position: relative;
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container h4 {
  font-family: PlayfairDisplay;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.83px;
  text-align: center;
  color: #ffffff;
  width: 80%;
  margin: 20px auto;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container p {
  font-family: ProximaNova_normal;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  width: 80%;
  margin: 0 auto;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container .TLT_inquiry_confirmation_close {
  display: inline-block;
  width: 140px;
  height: 48px;
  margin: 50px auto 0 auto;
  padding: 14px 0;
  border-radius: 8px;
  background-color: #d89e40;
  cursor: pointer;
  font-family: ProximaNova_normal;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.44px;
  text-align: center;
  color: #ffffff;
}

.TLT_inquiry_datepicker {
  display: none;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_datepicker_container {
  width: 100%;
  height: 505px;
  padding: 40px 45px 40px 43px;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 12%);
  background-color: #ffffff;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_datepicker_header {
  width: 100%;
  display: inline-block;
  font-family: ProximaNova_normal;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1b1b1b;
  margin-bottom: 10px;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_datepicker_subHeader {
  font-family: ProximaNova_normal;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #aaabad;
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_datepicker_month_container {
  position: relative;
  display: block;
  font-size: 0;
  width: 100%;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_datepicker_month {
  margin: 0;
  width: 50%;
  display: inline-block;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_datepicker_month_name_container p {
  height: 20px;
  font-family: ProximaNova_normal;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #14475b;
}

.TLT_large_inquiry_sidebar_header_tablet {
  display: none;
}

.TLT_large_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_phonenumber input::-webkit-inner-spin-button,
.TLT_large_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_phonenumber input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.TLT_large_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_phonenumber input {
  -moz-appearance: textfield;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn .ginput_container,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut .ginput_container {
  height: 0;
  overflow: hidden;
}

.TLT_large_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_checkIn .gfield_label,
.TLT_large_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_checkOut .gfield_label {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  background-color: #f7f7f7;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.44px;
  color: #1b1b1b;
  font-family: ProximaNova_normal;
}

.TLT_large_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_travelDates_parent .TLT_inquiry_travelDates {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.44px;
  color: #1b1b1b;
  margin-bottom: 10px;
  font-family: ProximaNova_normal;
  position: relative;
}

/* ----- hover states ----- */
.TLT_large_inquiry_parent .TLT_inquiry_form ul li input:focus {
  outline: none;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy input:checked,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_subscribe input:checked {
  background-image: url(https://www.tullyluxurytravel.com/wp-content/themes/tully/images/inquiry_tick.png);
}

.TLT_inquiry_hearAbout option:hover {
  background-color: #14475b;
  color: #fff;
}

.TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_contact a:hover {
  text-decoration: none;
}

#ui-datepicker-div {
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 12%);
  background-color: #ffffff;
  border: none;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
}

#ui-datepicker-div .ui-datepicker-header {
  background: none;
  border: none;
  padding: 10px 0;
}

#ui-datepicker-div .ui-datepicker-title {
  font-family: ProximaNova_normal;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #14475b;
  text-shadow: none;
}

#ui-datepicker-div .ui-datepicker-calendar th {
  font-family: ProximaNova_normal;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a0a0a0;
  text-shadow: none;
  text-transform: none;
  background-color: #fff;
}

#ui-datepicker-div .ui-datepicker-calendar td a {
  font-family: ProximaNova_normal;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1b1b1b;
  text-align: center;
  border: none;
  background-color: #fff;
  border-radius: 5px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

#ui-datepicker-div .ui-datepicker-unselectable.ui-state-disabled {
  background-color: #fff;
}

#ui-datepicker-div .ui-datepicker-calendar td,
#ui-datepicker-div .ui-datepicker-calendar tr,
#ui-datepicker-div .ui-datepicker-calendar thead {
  border-top: none;
  border-right: none;
  border-bottom: none;
}

/* #ui-datepicker-div .ui-datepicker-prev {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
} */

/* #ui-datepicker-div .ui-datepicker-next {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
} */

#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-prev-hover,
#ui-datepicker-div .ui-datepicker-next-hover {
  top: 7px;
  background: none;
  border: none;
}

#ui-datepicker-div .ui-widget-header .ui-icon {
  background-image: url(https://www.tullyluxurytravel.com/wp-content/themes/tully/images/path_1.svg);
}

#ui-datepicker-div .ui-icon-circle-triangle-e,
#ui-datepicker-div .ui-icon-circle-triangle-w {
  background-position: center;
}

/* ----- datepicker - hoverstates ----- */
#ui-datepicker-div .ui-datepicker-calendar td a:hover {
  background-color: #d89e40;
  color: #fff;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_recapture {
  float: right;
  margin: 0;
  margin-top: -85px;
  width: 25%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_recapture .gfield_label {
  display: none;
}

.TLT_small_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_validationButton_container {
  width: 100%;
  height: 60px;
  width: 25%;
  height: 60px;
  float: right;
  margin-top: -63px;
  max-width: calc(50% - 315px);
}

.gform_heading {
  display: none;
}

/* ----- simple banner ----- */
.TLT_simpleHeader_parent {
  position: relative;
  width: 100%;
  margin: 0;
}

.TLT_simpleHeader_parent .TLT_simpleHeader_container {
  width: 100%;
  height: 480px;
  overflow: hidden;
  padding: 240px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #14475b;
}

.TLT_simpleHeader_parent .TLT_simpleHeader_header {
  font-family: PlayfairDisplay;
  font-size: 54px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: left;
  color: #ffffff;
  width: 60%;
  margin-left: 20%;
}

section.TLT_USPBanner_parent {
  margin: 50px auto;
  max-width: 1200px;
}

.TLT_USPBanner_container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 20px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}

.TLT_USPBanner_element {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  vertical-align: top;
}

.TLT_USPBanner_element h4 {
  margin: 0;
  margin-bottom: 10px;
  margin-top: 20px;
}

.TLT_USPBanner_element p {
  margin: 0;
}

.TLT_USPBanner_element_image_conatiner {
  margin-bottom: 0px;
}

.TLT_USPBanner_element_image_conatiner img {
  height: 90px;
  width: auto;
  max-width: 90px;
}

.TLT_USPBanner_link_container {
  width: 90%;
  margin: 0 auto;
  text-align: right;
}

.TLT_USPBanner_link_container a {
  text-decoration: none;
}

.TLT_USPBanner_link_container a img {
  height: auto;
  width: 14px;
  top: -2px;
  position: relative;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

@media only screen and (max-width: 1180px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1180px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1180px) {
  .TLT_USPBanner_element:nth-child(n + 4) {
    display: none;
  }

  .TLT_USPBanner_element {
    width: 33% !important;
  }

  .TLT_awardBanner_images div {
    width: 33%;
    margin-top: 20px;
  }

  .TLT_awardBanner_images {
    padding-bottom: 5%;
    padding-top: 20px;
  }
}

/* Any Desktop Only Media Queries Go Here */
@media only screen and (min-width: 881px) {
  .TLT_menu_header_main {
    display: block !important;
  }
}

@media only screen and (max-width: 1231px) and (min-width: 881px), only screen and (max-width: 536px) {
  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy .TLT_inquiry_validation_container {
    margin-left: 0;
    top: 5px;
  }
}

@media only screen and (max-width: 1272px) {
  /* ----- tesimonials ----- */
  .TLT_testimonials_feefoSection img {
    width: 20%;
  }

  .TLT_testimonials_feefoSection p.TLT_testimonials_totalRating,
  .TLT_testimonials_feefoSection p.TLT_testimonials_totalRating b {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1183px) {
  /* ----- tesimonials ----- */
  .TLT_testimonials_feefoSection img {
    width: 15%;
  }

  .TLT_testimonials_feefoSection p.TLT_testimonials_totalRating,
  .TLT_testimonials_feefoSection p.TLT_testimonials_totalRating b {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1080px) {
  /* ----- testimonials ----- */
  .TLT_testimonials_bottomSection_left {
    display: none;
  }

  .TLT_testimonials_bottomSection_right {
    width: 100%;
    margin: 0;
  }

  .TLT_testimonials_feefoSection {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-bottom: 2%;
  }

  .TEST_testimonial_no_video_card_container .TLT_testimonials_reviewPod {
    width: 48%;
  }

  .TEST_testimonial_no_video_card_container .TLT_testimonials_reviewPod:nth-child(n + 3) {
    display: none;
  }
}

@media only screen and (max-width: 1060px) {
  /* ----- menu header ----- */
  .TLT_menu_header_subSubMenu_blogCard_bottom p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1040px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1040px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1040px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1040px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1040px) {
  /* ----- newsletter ----- */
  .TLT_newsletter_popup_parent {
    overflow-y: scroll;
  }

  .TLT_newsletter_section_container {
    width: 90%;
  }

  .TLT_newsletter_section_left {
    text-align: center;
  }

  .TLT_newsletter_section_right,
  .TLT_newsletter_section_left {
    width: 90%;
    margin: 0 5% 25px 5%;
    display: inline-block;
  }

  .TLT_newsletter_section_parent {
    padding: 25px 0;
    padding-bottom: 50px;
  }

  .TLT_newsletter_popup_content_container,
  .TLT_newsletter_popup_form_names,
  .TLT_newsletter_popup_form_email,
  .TLT_newsletter_form_popup_location_container,
  .TLT_newsletter_popup_form_radio,
  .TLT_newsletter_popup_form_submit_container {
    width: 90%;
  }

  .TLT_newsletter_popup_form_radio span {
    top: 10px;
  }

  .TLT_newsletter_signup_form_travelType ul li {
    width: 50%;
    margin-bottom: 10px;
  }

  .TLT_newsletter_popup_content {
    width: 90%;
    margin-bottom: 50px;
  }

  .TLT_newsletter_signup_form .TLT_newsletter_signup_form_inputHalf,
  .TLT_newsletter_signup_form_inputFull {
    margin-bottom: 10px;
  }

  .TLT_newsletter_popup_content_container h6 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .TLT_newsletter_popup_content_container p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1000px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1000px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1000px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1000px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1000px) {
  /* ------ top destiations ------ */
  .TLT_topDestinations_content_left,
  .TLT_topDestinations_content_left div,
  .TLT_topDestinations_content_right {
    height: 400px;
  }

  /* ---- inspirations ----- */
  .TLT_tullyInspiration_pod_topSection .TLT_tullyInspiration_pod_topSection_part {
    height: 150px;
  }

  .TLT_tullyInspiration_pod_topSection div {
    width: 80%;
  }

  .TLT_tullyInspiration_pod,
  .TLT_tullyInspiration_pod_topSection {
    height: 300px;
  }

  .TLT_tullyInspiration_pod_topSection_part.TLT_tullyInspiration_pod_topSection {
    height: 150px;
  }
}

@media /* only screen and (max-width: 1200px) and (max-height: 800px),
  */ only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (max-height: 950px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1200px) and (max-height: 950px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1200px) and (max-height: 950px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (max-height: 950px) {
  /* #ui-datepicker-div {
        display: none !important;
    } */
}

@media /* only screen and (max-width: 800px) and (max-height: 1200px),
  */ only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 950px) and (max-height: 1200px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 950px) and (max-height: 1200px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 950px) and (max-height: 1200px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 950px) and (max-height: 1200px) {
  /* #ui-datepicker-div {
        display: none !important;
    } */
}

@media only screen and (max-width: 1050px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 880px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 880px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (min-width: 880px),
  only screen and (min-device-pixel-ratio: 1.5) and (min-width: 880px) {
  /* ----- inquiry form small ----- */
  .TLT_small_inquiry_parent {
    width: 90%;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form ul li {
    width: 100%;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn,
  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_notes,
  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy,
  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_subscribe,
  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_travelDates_parent {
    position: relative;
    top: 0;
    right: unset;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn {
    width: 50%;
    display: inline-block;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut {
    width: 50%;
    position: relative;
    display: inline-block;
    top: 0;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn_subtitle,
  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut_subtitle {
    display: block;
  }

  .TLT_inquiry_form .gform_footer {
    width: 50%;
    position: relative;
    right: unset;
    bottom: unset;
    margin-top: 30px;
    margin-left: 1%;
  }

  .TLT_inquiry_validationButton {
    width: 50%;
    position: relative;
    right: unset;
    bottom: unset;
    margin-top: 20px;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container {
    width: 80%;
    min-height: 330px;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container .TLT_inquiry_confirmation_close {
    width: 360px;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_contactNumber {
    top: 40px;
    text-align: center;
  }

  .TLT_large_inquiry_parent .TLT_inquiry_form ul li {
    width: 100%;
  }

  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn,
  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_notes,
  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy,
  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_subscribe {
    position: relative;
    top: 0;
    right: unset;
  }

  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn {
    width: 50%;
  }

  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn_subtitle,
  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut_subtitle,
  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn_subtitle,
  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut_subtitle {
    display: block;
  }

  .TLT_inquiry_form .gform_footer {
    width: 50%;
    position: relative;
    right: unset;
    bottom: unset;
    margin-top: 30px;
    margin-left: 1%;
  }

  .TLT_inquiry_validationButton {
    width: 50%;
    position: relative;
    right: unset;
    bottom: unset;
    margin-top: 20px;
  }

  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container {
    width: 80%;
    min-height: 330px;
  }

  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container .TLT_inquiry_confirmation_close {
    width: 360px;
  }

  .TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_usp_container {
    display: none;
  }

  .TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_contact {
    width: 100%;
    margin: 10px 0;
  }

  .TLT_large_inquiry_sidebar_header_desktop {
    display: none;
  }

  .TLT_large_inquiry_sidebar_header_tablet {
    display: inline-block;
  }

  .TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_header h4 {
    width: 100%;
  }

  .TLT_large_inquiry_jquery_datepicker {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_recapture {
    margin: 0;
    float: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    text-align: center;
    width: 100%;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_recapture div div {
    margin: 0 auto;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_validationButton_container {
    width: 100%;
    height: 60px;
    width: 100%;
    height: 60px;
    float: unset;
    margin-top: 0;
    max-width: unset;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 880px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 880px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (min-width: 880px),
  only screen and (min-device-pixel-ratio: 1.5) and (min-width: 880px) {
  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn_subtitle,
  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut_subtitle,
  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn_subtitle,
  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut_subtitle {
    display: block;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy {
    top: 439px;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_subscribe {
    top: 489px;
  }
}

@media only screen and (max-width: 1180px) {
	.TLT_menu_header_main ul p a {
		color: #1b1b1b !important;
	}
}

/* Any Phone Based Media Queries Go Here */
@media only screen and (max-width: 880px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 880px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 880px) {
  /* ----- simple header ----- */
  .TLT_simpleHeader_parent .TLT_simpleHeader_container {
    background-image: none !important;
    height: 185px;
    padding: 70px 0;
    margin-top: 80px;
  }

  .TLT_simpleHeader_parent .TLT_simpleHeader_header {
    font-size: 36px;
    letter-spacing: 1px;
    color: #ffffff;
  }

  /* ----- menu header ----- */
  .TLT_menu_header_mobileButtons {
    display: block;
    text-align: center;
    height: 100px;
    font-size: 0;
  }

  #TLT_menu_header_parent {
    position: fixed;
    width: 0;
    top: 0;
    min-height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    height: 100vh;
    z-index: 9999;
    background-color: #fff;
  }

  .TLT_menu_header_mobileButtons_close,
  .TLT_menu_header_mobileButtons_logo {
    display: inline-block;
    height: 150px;
    text-align: left;
  }

  .TLT_menu_header_mobileButtons_close {
    margin: 25px 0;
    padding: 0 5%;
    width: 30%;
    height: auto;
    display: inline-block;
    vertical-align: top;
  }

  .TLT_menu_header_mobileButtons_logo {
    margin: 0;
    position: relative;
    width: 70%;
    vertical-align: top;
    display: inline-block;
    padding: 25px 20px;
    text-align: right;
  }

  .TLT_menu_header_mobileButtons_logo img {
    width: 50%;
    height: auto;
  }

  .TLT_menu_header_mobileButtons_close img {
    width: 100%;
    height: auto;
    max-width: 30px;
  }

  .TLT_menu_header_mobileButtons_close p {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.44px;
    font-weight: 600;
    color: #1b1b1b;
    font-family: 'ProximaNova_normal';
    display: none;
  }

  .TLT_menu_header_mobileButtons_close p img {
    height: 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-filter: brightness(0);
    filter: brightness(0);
    width: auto;
  }

  .TLT_menu_header_main ul p {
    display: block;
    text-align: left;
    letter-spacing: 0.44px;
    margin: 0 0 20px 0;
  }

  .TLT_menu_header_main ul {
    text-align: left;
    border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  }

  .TLT_menu_header_main img {
    height: 8px;
    -webkit-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    margin-left: 5px;
  }

  .TLT_menu_header_sub_container {
    display: none;
    width: 100%;
    padding: 0 5%;
    margin: 0;
    border-radius: 0;
    background-color: #fff;
    border-bottom: 5px solid rgba(0, 0, 0, 0.1);
    -webkit-filter: none;
    filter: none;
  }

  .TLT_menu_header_mobile_bottomButtons {
    display: block;
    text-align: center;
    width: 90%;
    margin: 25px auto;
  }

  .TLT_menu_header_mobile_bottomButtons_mobileCTA {
    margin: 25px 0;
    display: inline-block;
    width: 100%;
  }

  .TLT_menu_header_mobile_bottomButtons_mobileCTA a {
    text-decoration: none;
    color: #d89e40;
    border: 2px solid #d89e40;
    border-radius: 5px;
    padding: 10px 30%;
    letter-spacing: 0.44px;
    font-family: 'ProximaNova_normal';
    font-weight: 600;
  }

  .TLT_menu_header_mobile_bottomButtons_mobileCall {
    margin: 25px 0;
    display: inline-block;
    width: 100%;
  }

  .TLT_menu_header_mobile_bottomButtons_mobileCall a {
    text-decoration: none;
    color: #1b1b1b;
    font-weight: 600;
    letter-spacing: 0.44px;
    font-family: 'ProximaNova_normal';
  }

  .TLT_menu_header_mobile_bottomButtons_mobileCall a img {
    height: 30px;
    position: relative;
    top: 0px;
    margin-right: 10px;
  }

  .TLT_menu_header_sub_image_container {
    display: none;
    width: 100%;
    padding: 0;
    position: relative;
  }

  .TLT_menu_header_sub_image {
    display: none !important;
  }

  .TLT_menu_header_sub {
    width: 100%;
  }

  .TLT_menu_header_sub ul {
    margin-top: 20px;
  }

  .TLT_menu_header_sub ul li p {
    margin: 0;
    margin-bottom: 20px;
  }

  .TLT_menu_header_sub ul li p img {
    height: 8px;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    margin-left: 5px;
    margin-bottom: 0;
  }

  .TLT_menu_header_subSubMenu {
    position: relative;
    background-color: #fff;
  }

  .TLT_menu_header_subSubMenu_list {
    width: 100%;
  }

  .TLT_menu_header_subSubMenu_blogContainer {
    display: none;
  }

  .TLT_menu_header_main {
    background-image: none !important;
    background-color: #fff !important;
  }

  .TLT_menu_header_subSubMenu_list p {
    width: 100%;
    display: block;
    margin: 20px 0;
  }

  .TLT_menu_header_subSubMenu_list_column {
    width: 100%;
    display: block;
  }

  .TLT_menu_header_main ul p:hover {
    border-color: transparent;
  }

  .TLT_menu_header_subSubMenu_list span {
    height: 0;
  }
}

@media only screen and (max-width: 767px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 767px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 767px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 767px) {
  /* ----- app footer ----- */
  .TLT_app_footer_parent {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000; /* prevent other elements from overlapping the footer */
  }

  /* ----- footer content ----- */
  /* .TLT_footer_content_parent {
        margin-bottom: 50px;
    } */

  /* ----- featured experiences ----- */
  .TLT_featuredExperiences_parent {
    margin: 25px 0;
  }

  .TLT_featuredExperiences_titles {
    width: 90%;
    text-align: left;
  }

  .TLT_featuredExperiences_titles h3 {
    text-align: center;
    letter-spacing: 0.83px;
    font-size: 30px;
  }

  .TLT_featuredExperiences_content {
    width: 90%;
  }

  .TLT_featuredExperiences_pod {
    width: 100%;
    margin: 10px 0;
    height: 161px;
    max-width: 100%;
    border-radius: 10px;
  }

  .TLT_featuredExperiences_podContainer .TLT_featuredExperiences_pod:nth-child(2) {
    margin: 10px 0;
  }

  .TLT_featuredExperiences_content h3 {
    letter-spacing: 0.83px;
  }

  .TLT_featuredExperiences_pod h4 {
    letter-spacing: 0.72px;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 24px;
  }

  .TLT_featuredExperiences_pod h4 a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 70px 0 0 0;
  }

  .TLT_featuredExperiences_pod div {
    display: none;
  }

  .TLT_featuredExperiences_pod span {
    display: none;
  }

  /* ----- hover states ----- */
  .TLT_featuredExperiences_pod:hover h4 {
    margin-top: 0;
  }

  .TLT_featuredExperiences_pod:hover div {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 0;
  }

  /* ----- hero banner ----- */
  .TLT_heroBanner_bottom {
    overflow-x: scroll !important;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    display: none;
  }

  .TLT_heroBanner_bottom::-webkit-scrollbar {
    display: none;
  }

  .TLT_heroBanner_arrow img {
    height: 80px;
  }

  .TLT_heroBanner_content {
    width: 80%;
    margin: 20vh auto 0 auto;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
  }

  .TLT_heroBanner_content h2 {
    width: 100%;
    font-weight: 400;
    font-size: 40px;
  }

  .TLT_heroBanner_content p {
    width: 100%;
    display: none;
  }

  .TLT_heroBanner_content div {
    width: 100%;
    margin-top: 10px;
  }

  .TLT_heroBanner_content a {
    padding: 15px 10%;
    border-radius: 10px;
    min-width: 120px;
  }

  .TLT_heroBanner_dot_container_outer {
    margin-top: 0px;
    width: 100%;
    left: 0;
    bottom: 75px;
  }

  .TLT_heroBanner_dot_container_inner {
    width: 100%;
  }

  .TLT_heroBanner_dot_container_inner span {
    height: 12px;
    width: 12px;
    margin: 0 10px;
  }

  .TLT_heroBanner_bottomBanner_section {
    margin: 0;
    padding: 0 0 0 5vw;
    width: 85vw;
  }

  .TLT_heroBanner_container {
    height: calc(100vh - 145px);
    position: relative;
    top: 60px;
    margin-bottom: 65px;
    /* min-height: 800px; */
  }

  .TLT_heroBanner_arrow {
    display: none;
  }

  .TLT_heroBanner_usp_content {
    display: inline-block;
    opacity: 1;
  }

  .TLT_heroBanner_usp_content h4 {
    font-size: 22px;
  }

  .TLT_heroBanner_usp_content p {
    font-size: 14px;
  }

  /* ----- small image banner ----- */
  .TLT_smallImageBanner_parent {
    margin: 25px 0;
  }
	  
  .TLT_smallImageBanner_content {
    justify-content: flex-start;
    width: 100%;
    overflow: scroll;
	padding-left: 12px;
  	padding-right: 12px;
  	padding-bottom: 12px;
  }
	  
  .TLT_smallImageBanner_content a {
    flex-shrink: 0;
  }

  /* .TLT_smallImageBanner_content div {
    width: 28%;
    height: 120px;
  } */

  .TLT_smallImageBanner_content a:nth-child(n + 4) {
/*     display: none; */
  }

  /* ----- testimonials ------ */
  .TLT_testimonials_parent {
    margin: 20px 0 0px 0
  }

  .TLT_testimonials_container {
    width: 90%;
  }

  .TLT_testimonials_topSection {
    width: 90%;
    text-align: left;
  }

  .TLT_testimonials_topSection h2 {
    text-align: center;
    letter-spacing: 0.83px;
    font-size: 30px;
  }

  .TLT_testimonials_bottomSection {
    height: auto;
  }

  .TLT_testimonials_bottomSection_left {
    display: none;
  }

  .TLT_testimonials_bottomSection_right {
    width: 100%;
    margin: 0;
  }

  .TLT_testimonials_feefoSection {
    text-align: center;
    margin: 0 auto 30px auto;
    width: 100%;
    display: inline-block;
  }

  .TLT_testimonials_feefoSection p {
    display: block;
    margin: 0;
    text-align: center;
    font-size: 16px;
  }

  .TLT_testimonials_feefoSection p.TLT_testimonials_totalRating,
  .TLT_testimonials_feefoSection p.TLT_testimonials_totalRating b {
    display: inline-block;
    margin: 0;
    font-size: 24px;
  }

  .TLT_testimonials_feefoSection img {
    width: 100px;
  }

  .TLT_testimonials_reviewPod {
    display: none;
    width: 100%;
  }

  .TLT_testimonials_reviewPod h6 {
    line-height: 1.05;
    letter-spacing: 0.56px;
  }

  .TLT_testimonials_reviewPod:nth-child(1) {
    display: block;
    margin: 0;
    border-radius: 10px;
  }

  .TEST_testimonial_no_video_card_container .TLT_testimonials_reviewPod:nth-child(1) {
    display: inline-block;
  }

  .TLT_testimonials_reviewPod_slider {
    width: 100%;
  }

  .TLT_testimonials_viewAll {
    text-align: center;
    width: 80%;
    margin: 20px auto;
  }

  /* ----- text block ------ */
  .TLT_textBlock_parent {
    margin: 25px 0;
  }

  .TLT_textBlock_content {
    width: 90%;
    text-align: left;
  }

  .TLT_textBlock_content h2 {
    text-align: center;
    letter-spacing: 0.83px;
    font-size: 30px;
  }

  .TLT_textBlock_content p {
    letter-spacing: 0.42px;
    font-size: 15px;
  }

  /* ----- top destinations ----- */
  .TLT_topDestinations_parent {
    margin: 25px 0;
  }

  .TLT_topDestinations_topSection {
    text-align: left;
    width: 90%;
  }

  .TLT_topDestinations_container {
    width: 90%;
  }

  .TLT_topDestinations_topSection h4 {
    text-align: center;
    letter-spacing: 0.83px;
    font-size: 30px;
  }

  .TLT_topDestinations_topSection a {
    right: 0;
    top: 30px;
  }

  .TLT_topDestinations_nav p {
    margin: 0 5%;
  }

  .TLT_topDestinations_content_left {
    width: 100%;
    top: 0;
    height: 300px;
    position: relative;
  }

  .TLT_topDestinations_faddedBar {
    width: 100%;
    height: 3px;
    margin: -3px auto 0 auto;
  }

  .TLT_topDestinations_nav p.TLT_topDestinations_selected {
    border-bottom: 5px solid #d89e40;
  }

  .TLT_topDestinations_content_pod {
    position: relative;
    height: auto;
  }

  .TLT_topDestinations_content_right_bottom {
    display: none;
  }

  .TLT_topDestinations_content_right {
    width: 100%;
    height: auto;
    margin-top: 10px;
    position: relative;
  }

  .TLT_topDestinations_content_right_top {
    height: 150px;
    overflow: hidden;
    border-radius: 18px;
    margin: 0;
  }

  .TLT_topDestinations_content_right_top div {
    width: 48.7%;
    margin: 0;
  }

  .TLT_topDestinations_content_right_top div:nth-child(1) {
    margin-right: 0;
    width: 100%;
    height: 150px;
    position: relative;
    background-size: cover;
  }

  .TLT_topDestinations_content_left h4,
  .TLT_topDestinations_content_right_top a h4 {
    letter-spacing: 0.72px;
    font-size: 26px;
  }

  .TLT_topDestinations_viewAll_container {
    text-align: center;
    margin-top: 20px;
  }

  .TLT_topDestinations_content_right_top div:nth-child(2) {
    display: none;
  }

  .TLT_topDestinations_content {
    position: relative;
    height: auto;
  }

  .TLT_topDestinations_content_left div {
    border-radius: 10px;
    height: 300px;
    background-size: cover;
  }

  /* ----- inspirations ----- */
  .TLT_tullyInspiration_parent {
    padding: 25px 0;
  }

  .TLT_tullyInspiration_topSection {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }

  .TLT_tullyInspiration_container {
    width: 100%;
    margin: 30px 0 0 0;
  }

  .TLT_tullyInspiration_topSection h4 {
    text-align: center;
    font-size: 30px;
  }

  .TLT_tullyInspiration_topSection a {
    text-align: right;
  }

  .TLT_tullyInspiration_podContainer {
    overflow-x: scroll;
    overflow-y: visible;
    height: 425px;
    padding: 0 5%;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .TLT_tullyInspiration_podContainer::-webkit-scrollbar {
    display: none;
  }

  .TLT_tullyInspiration_pod_slider {
    height: 100%;
    text-align: left;
  }

  .TLT_tullyInspiration_pod {
    height: 420px;
    width: 80vw;
    margin: 0 10px;
    border-radius: 10px;
  }

  .TLT_tullyInspiration_pod_bottomSection {
    height: auto;
  }

  .TLT_tullyInspiration_pod_bottomSection p {
    line-height: 1.44;
  }

  .TLT_tullyInspiration_pod_topSection {
    height: 100%;
  }

  .TLT_tullyInspiration_pod_topSection_part.TLT_tullyInspiration_pod_topSection {
    height: 300px;
    border-radius: 10px;
  }

  .TLT_tullyInspiration_pod_topSection div {
    position: relative;
    top: 30px;
    left: 10%;
    margin: 0;
    width: 80%;
    display: inline-block;
  }

  .TLT_tullyInspirations_viewAll {
    text-align: center;
    margin-top: 20px;
  }

  .TLT_tullyInspiration_podGradient {
    left: 0 !important;
    position: absolute !important;
    top: 0 !important;
  }

  .TLT_tullyInspiration_pod:nth-child(2) .TLT_tullyInspiration_pod_topSection div {
    bottom: 0;
    top: 30px;
  }

  .TLT_tullyInspiration_podGradient {
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), transparent);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
  }
}

/* Any Small Phone Media Queries Go Here */
@media only screen and (max-width: 500px) {
}

/* Any Really Small Device Media Queries Go Here */
@media only screen and (max-width: 400px) {
}

@media only screen and (max-height: 770px) {
  /* ----- menu header ----- */
  .TLT_menu_header_sub_container {
    min-height: 400px;
  }

  .TLT_menu_header_subSubMenu_list a {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .TLT_menu_header_subSubMenu_list h6 {
    font-size: 14px;
  }

  .TLT_menu_header_subSubMenu_list span {
    height: 14px;
  }

  /* ----- newsletter ----- */
  .TLT_newsletter_popup_content {
    margin-top: 20px;
  }
}

@media only screen and (max-height: 770px) and (max-width: 1500px) {
  /* ----- menu header ----- */
  .TLT_menu_header_subSubMenu_blogCard_bottom p {
    font-size: 10px;
  }
}

@media only screen and (max-height: 775px) {
  /* ---- hero banner ----- */
  .TLT_heroBanner_content h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 391px) and (max-height: 845px),
  only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 391px) and (max-height: 845px),
  only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 391px) and (max-height: 845px),
  only screen and (-o-min-device-pixel-ratio: 4/2) and (max-width: 391px) and (max-height: 845px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 391px) and (max-height: 845px) {
  /* ----- hero banner ----- */
  .TLT_heroBanner_content {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px),
  only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px) and (min-width: 768px),
  only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px) and (min-width: 768px),
  only screen and (-o-min-device-pixel-ratio: 4/2) and (max-width: 1024px) and (min-width: 768px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px) and (min-width: 768px) {
  /* ----- hero banner ----- */
  .TLT_heroBanner_content {
    margin: 280px auto 0 auto;
  }
}

/* @media only screen and (max-width: 1024px) and (min-width: 880px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px) and (min-width: 880px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px) and (min-width: 768px),
only screen and (-o-min-device-pixel-ratio: 4/2) and (max-width: 1024px) and (min-width: 768px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px) and (min-width: 768px) {
    .TLT_menu_header_sub {
        display: inline-block !important;
    }
} */

/*----- hover states -----*/
/* ----- style.css ----- */
#TLT_header_menu_parent li:hover {
  border-color: #d89e40;
}

.readMoreButton:hover {
  color: #ca8d2a !important;
}

.TLT_header_menu_mobile_linkSection a:hover {
  text-decoration: none;
}

/* ----- footer content ----- */
.TLT_footer_top p a:hover,
.TLT_footer_info_section_1 a:hover,
.TLT_footer_info_section_2 a:hover {
  color: #d89e40;
}

.TLT_footer_mobileDropdown_container a img:hover {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.TLT_footer_toTop_container:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.TLT_footer_mobileDropdown_container a:hover {
  color: #d89e40;
  text-decoration: underline;
}

.TLT_footer_mobileDropdown_container a.TLT_footer_contact_button:hover {
  background-color: #ca8d2a;
  color: #fff;
}

/*----- menu header -----*/
.TLT_menu_header_main ul p:hover {
  border-color: #d89e40;
}

.TLT_menu_header_sub ul li p:hover a,
.TLT_menu_header_sub ul li p:hover span,
.TLT_menu_header_sub a:hover,
.TLT_menu_header_sub span:hover,
.TLT_menu_header_subSubMenu_list p:hover a,
.TLT_menu_header_subSubMenu_list p:hover span {
  color: #d89e40;
  text-decoration: none;
}

.TLT_menu_header_sub ul li p:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.TLT_menu_header_mobile_bottomButtons_mobileCTA a:hover,
.TLT_menu_header_mobile_bottomButtons_mobileCall a:hover {
  color: #d89e40;
  text-decoration: none;
}

@media only screen and (max-width: 880px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 880px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 880px) {
  .TLT_menu_header_main ul p:hover {
    border-color: transparent;
  }
}

/*----- featured experiences -----*/
.TLT_featuredExperiences_pod:hover span {
  opacity: 0.8;
}

.TLT_featuredExperiences_pod:hover h4 {
  margin-top: 60px;
}

.TLT_featuredExperiences_pod:hover div {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media only screen and (max-width: 767px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 767px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 767px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 767px) {
  .TLT_featuredExperiences_pod:hover h4 {
    margin-top: 0px;
  }
}

/* ----- newsletter ----- */
.TLT_newsletter_section_form_interior input[type='email']:focus,
#TLT_newsletter_popup_form input:focus,
#TLT_newsletter_popup_form select:focus {
  outline: none;
}

.TLT_newsletter_section_form_interior a:hover,
.TLT_newsletter_popup_form_submit_container p:hover {
  background-color: #ca8d2a;
}

/* ----- testimonials ----- */
.TLT_testimonials_topSection a:hover {
  color: #ca8d2a;
}

/* ----- top destinations ------ */
.TLT_topDestinations_content_right_top div:hover,
.TLT_topDestinations_content_left div:hover {
  background-size: auto 105%;
}

.TLT_topDestinations_content_right_bottom div:hover {
  background-size: 105% 105%;
}

.TLT_topDestinations_topSection a:hover {
  color: #ca8d2a;
}

@media only screen and (max-width: 880px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 880px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 880px) {
  .TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_container {
    display: none;
  }

  .TLT_large_inquiry_parent .TLT_large_inquiry_form_container {
    min-width: 100%;
  }

  .TLT_large_inquiry_parent .TLT_inquiry_recapture {
    max-width: unset;
  }

  .TLT_large_inquiry_parent .TLT_inquiry_recapture div div {
    margin: 0 auto;
  }

  .TLT_large_inquiry_parent .TLT_inquiry_validationButton_container {
    width: 100% !important;
  }
}

@media only screen and (max-width: 500px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 500px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 500px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 500px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 500px) {
  .TLT_large_inquiry_parent {
    margin-bottom: 20px;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_validationButton {
    width: 100%;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_contactNumber {
    top: 30px;
  }

  .TLT_large_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_validationButton {
    width: 100%;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container {
    width: 90%;
    min-height: 375px;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container .TLT_inquiry_confirmation_close {
    width: 90%;
    max-width: 324px;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form ul li textarea {
    height: 110px;
    max-height: 110px;
  }

  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container {
    width: 90%;
    min-height: 375px;
  }

  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container .TLT_inquiry_confirmation_close {
    width: 90%;
    max-width: 324px;
  }

  .TLT_large_inquiry_parent .TLT_inquiry_form ul li textarea {
    height: 220px;
    max-height: 220px;
  }

  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_contactNumber {
    display: block;
    position: absolute;
    top: 0;
  }

  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_contactNumber a {
    font-family: ProximaNova_normal;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: 0.5px;
    text-align: right;
    color: #1b1b1b;
  }

  .TLT_simpleHeader_parent .TLT_simpleHeader_container {
    height: 155px;
    padding: 60px 0;
  }

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

  .TEST_testimonial_no_video_card_container .TLT_testimonials_reviewPod:nth-child(n + 2) {
    display: none;
  }

  .TEST_testimonial_no_video_card_container .TLT_testimonials_reviewPod {
    width: 100%;
    margin: 0;
  }
}

@media only screen and (max-width: 767px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 767px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 767px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 767px) {
  .TLT_topDestinations_content_right_top div:hover,
  .TLT_topDestinations_content_left div:hover {
    background-size: cover;
  }
}

/*----- inspirations -----*/
.TLT_tullyInspiration_topSection a:hover,
.TLT_tullyInspiration_pod_bottomSection a:hover,
.TLT_tullyInspiration_pod_topSection div h4 a:hover {
  color: #ca8d2a;
}

@media only screen and (max-width: 1080px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1080px) and (min-width: 880px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1080px) and (min-width: 880px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1080px) and (min-width: 880px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1080px) and (min-width: 880px) {
}

@media only screen and (max-width: 880px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 880px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 880px) {
  .TLT_heroBanner_content_single {
    opacity: 1;
    width: 100%;
    margin: 0;
  }

  .TLT_heroBanner_content_single h1 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    /* margin-top: 150px; */
  }

  .TLT_heroBanner_content.TLT_heroBanner_content_single div {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }

  .TLT_awardBanner_container {
    width: 100%;
    border-radius: 0;
    position: relative;
  }

  .TLT_awardBanner_content {
    width: 100%;
    margin: 0;
  }

  .TLT_awardBanner_images {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .TLT_awardBanner_images div {
    vertical-align: top;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .TLT_awardBanner_images div img {
    height: 50px;
    width: auto;
    max-width: 100%;
  }

  .TLT_awardBanner_content h2 {
    text-align: center;
  }

  .TLT_awardBanner_content a {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    left: 0;
  }

  .TLT_awardBanner_container {
    padding-bottom: 50px;
  }

  section.TLT_USPBanner_parent {
    overflow: hidden;
    overflow-x: scroll;
  }

  section.TLT_USPBanner_parent::-webkit-scrollbar {
    display: none;
  }

  .TLT_USPBanner_container {
    width: 300vw;
    max-width: unset;
  }

  .TLT_USPBanner_link_container {
    display: none;
  }

  .TLT_newsletter_section_form_interior a {
    width: 40%;
  }

  .TLT_newsletter_section_form_interior input[type='email'] {
    width: 60%;
  }
}

.TLT_heroBanner_breadcrumbs_container {
  position: relative;
  top: 135px;
  width: auto;
  display: inline-block;
  z-index: 99;
  margin-left: 5%;
}

.TLT_heroBanner_breadcrumbs_container p {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.5px;
  font-family: 'ProximaNova_normal';
  color: #c1c1c1;
}

.TLT_heroBanner_breadcrumbs_container p span {
  font-weight: 800;
  color: #fff;
  font-size: inherit;
}

.TLT_heroBanner_breadcrumbs_container p a {
  color: #fff;
}

@media only screen and (max-width: 1180px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1180px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1180px) {
  .TLT_USPBanner_link_container {
    display: none;
  }

  .TLT_heroBanner_breadcrumbs_container {
    top: 100px;
  }

  /* ----- menu header ----- */
  .TLT_menu_header_mobileButtons {
    display: block;
    text-align: center;
    height: 100px;
    font-size: 0;
  }

  #TLT_menu_header_parent {
    position: fixed;
    width: 0;
    top: 0;
    min-height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    height: 100vh;
    z-index: 9999;
    background-color: #fff;
  }

  .TLT_menu_header_mobileButtons_close,
  .TLT_menu_header_mobileButtons_logo {
    display: inline-block;
    height: 150px;
    text-align: left;
  }

  .TLT_menu_header_mobileButtons_close {
    margin: 25px 0;
    padding: 0 5%;
    width: 30%;
    height: auto;
    display: inline-block;
    vertical-align: top;
  }

  .TLT_menu_header_mobileButtons_logo {
    margin: 0;
    position: relative;
    width: 70%;
    vertical-align: top;
    display: inline-block;
    padding: 25px 20px;
    text-align: right;
  }

  .TLT_menu_header_mobileButtons_logo img {
    width: 50%;
    height: auto;
  }

  .TLT_menu_header_mobileButtons_close img {
    width: 100%;
    height: auto;
    max-width: 30px;
  }

  .TLT_menu_header_mobileButtons_close p {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.44px;
    font-weight: 600;
    color: #1b1b1b;
    font-family: 'ProximaNova_normal';
    display: none;
  }

  .TLT_menu_header_mobileButtons_close p img {
    height: 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-filter: brightness(0);
    filter: brightness(0);
    width: auto;
  }

  .TLT_menu_header_main ul p {
    display: block;
    text-align: left;
    letter-spacing: 0.44px;
    margin: 0 0 20px 0;
  }

  .TLT_menu_header_main ul {
    text-align: left;
    border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  }

  .TLT_menu_header_main img {
    height: 8px;
    -webkit-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    margin-left: 5px;
  }

  .TLT_menu_header_sub_container {
    display: none;
    width: 100%;
    padding: 0 5%;
    margin: 0;
    border-radius: 0;
    background-color: #fff;
    border-bottom: 5px solid rgba(0, 0, 0, 0.1);
    -webkit-filter: none;
    filter: none;
  }

  .TLT_menu_header_mobile_bottomButtons {
    display: block;
    text-align: center;
    width: 90%;
    margin: 25px auto;
  }

  .TLT_menu_header_mobile_bottomButtons_mobileCTA {
    margin: 25px 0;
    display: inline-block;
    width: 100%;
  }

  .TLT_menu_header_mobile_bottomButtons_mobileCTA a {
    text-decoration: none;
    color: #d89e40;
    border: 2px solid #d89e40;
    border-radius: 5px;
    padding: 10px 30px;
    letter-spacing: 0.44px;
    font-family: 'ProximaNova_normal';
    font-weight: 600;
  }

  .TLT_menu_header_mobile_bottomButtons_mobileCall {
    margin: 25px 0;
    display: inline-block;
    width: 100%;
  }

  .TLT_menu_header_mobile_bottomButtons_mobileCall a {
    text-decoration: none;
    color: #1b1b1b;
    font-weight: 600;
    letter-spacing: 0.44px;
    font-family: 'ProximaNova_normal';
  }

  .TLT_menu_header_mobile_bottomButtons_mobileCall a img {
    height: 30px;
    position: relative;
    top: 0px;
    margin-right: 10px;
  }

  .TLT_menu_header_sub_image_container {
    display: none;
    width: 100%;
    padding: 0;
    position: relative;
  }

  .TLT_menu_header_sub_image {
    display: none !important;
  }

  .TLT_menu_header_sub {
    width: 100%;
  }

  .TLT_menu_header_sub ul {
    margin-top: 20px;
  }

  .TLT_menu_header_sub ul li p {
    margin: 0;
    margin-bottom: 20px;
  }

  .TLT_menu_header_sub ul li p img {
    height: 8px;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    margin-left: 5px;
    margin-bottom: 0;
  }

  .TLT_menu_header_subSubMenu {
    position: relative;
    background-color: #fff;
  }

  .TLT_menu_header_subSubMenu_list {
    width: 100%;
  }

  .TLT_menu_header_subSubMenu_blogContainer {
    display: none;
  }

  .TLT_menu_header_main {
    background-image: none !important;
    background-color: #fff !important;
  }

  .TLT_menu_header_subSubMenu_list p {
    width: 100%;
    display: block;
    margin: 20px 0;
  }

  .TLT_menu_header_subSubMenu_list_column {
    width: 100%;
    display: block;
  }

  .TLT_menu_header_main ul p:hover {
    border-color: transparent;
  }

  .TLT_menu_header_subSubMenu_list span {
    height: 0;
  }

  /* ----- style.css ----- */
  .TLT_header_image_mobile {
    display: block;
  }

  .TLT_header_image_desktop {
    display: none;
  }

  .TLT_header_container {
    display: none;
  }

  #TLT_header_menu_parent_mobile .menu-item-has-children img {
    top: -7px;
    width: 25px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    position: relative;
  }

  #TLT_header_menu_parent_mobile .sub-menu {
    height: 0;
    list-style: none;
    overflow: hidden;
    padding: 0;
    -webkit-transition: height 200ms ease-in-out;
    -o-transition: height 200ms ease-in-out;
    transition: height 200ms ease-in-out;
  }

  #TLT_header_menu_parent_mobile .sub-menu li a {
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out 200ms;
    -o-transition: opacity 300ms ease-in-out 200ms;
    transition: opacity 300ms ease-in-out 200ms;
  }

  #TLT_header_menu_parent_mobile .sub-menu li span {
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out 200ms;
    -o-transition: opacity 300ms ease-in-out 200ms;
    transition: opacity 300ms ease-in-out 200ms;
    margin-right: 5%;
    display: inline-block;
    width: 35px;
    position: relative;
    height: 5px;
    background-color: #d89e40;
    top: -10px;
  }

  .TLT_mobile_subNav_dropdown {
    display: none;
  }

  .TLT_header_menu_mobile_phoneSection_number {
    display: none;
  }

  .TLT_header_menu_mobile_menuButton {
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
  }

  .TLT_header_image_container_mobile img {
    width: auto;
    height: auto;
    max-height: 45px;
  }

  .TLT_header_menu_mobile_linkSection p {
    padding: 10px 15px;
    line-height: 1.29;
    letter-spacing: 0.39px;
    border-width: 1px;
    border-radius: 5px;
  }

  .TLT_header_container_mobile {
    padding: 20px 5%;
    font-size: 0;
    height: auto;
  }

  .TLT_header_menu_mobile_menuButton img {
    position: relative;
    height: 25px;
/*     top: 5px; */
  }

  .TLT_header_menu_mobile_linkSection {
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
  }

  .TLT_heroBanner_content.TLT_heroBanner_content_single {
    margin: 0 auto 0 auto;
    padding-top: 18%;
  }
}

/* ---- Hero Banner Updates start ---- */
.TLT_heroBanner_content.TLT_heroBanner_content_blog {
  opacity: 1;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
}

.TLT_heroBanner_container.TLT_heroBanner_container_blog {
  max-height: 480px;
}

/* ---- Hero Banner Updates end ---- */

/* ---- Blog Header start ---- */
.TLT_blog_heading_parent {
  width: 100%;
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
}

.TLT_blog_heading_container {
  width: 60%;
  margin: 0 auto;
  max-width: 1200px;
}

.TLT_blog_heading_container h1 {
  font-size: 54px;
  line-height: 72px;
  letter-spacing: 1.5px;
  color: #1b1b1b;
  font-family: 'Playfair Display';
  text-align: left;
}

.TLT_blog_heading_info {
  display: inline-block;
  width: 100%;
  position: relative;
  font-size: 0;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

.TLT_blog_heading_info p {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.44px;
  color: #1b1b1b;
  display: inline-block;
  width: 70%;
}

.TLT_blog_heading_info p a {
  color: #14475b;
  text-decoration: underline;
}

.TLT_blog_heading_share_container {
  display: inline-block;
  width: 30%;
  text-align: right;
}

.TLT_blog_heading_share_container a {
  color: #14475b !important;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.56px;
}

.TLT_blog_heading_share_container a img {
  position: relative;
  top: 3px;
  height: 20px;
}

.TLT_blog_heading_popup_parent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
}

.TLT_blog_heading_popup_container {
  position: absolute;
  width: 40%;
  right: 20%;
  top: 680px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 20px;
  text-align: center;
}

.TLT_blog_heading_popup_container_inner p {
  margin-bottom: 20px;
  font-family: 'ProximaNova_normal';
  color: #1b1b1b;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.44px;
}

.TLT_blog_heading_popup_container_inner div {
  width: 80%;
  margin: 0 auto;
  font-size: 0;
  position: relative;
  margin-bottom: 20px;
}

.TLT_blog_heading_popup_container_inner div a {
  width: 33%;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.5%;
}

.TLT_blog_heading_popup_container_inner div a img {
  height: 30px;
}

.TLT_blog_heading_popup_container_inner p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.44px;
  width: 33%;
  display: inline-block;
}

.TLT_blog_heading_popup_container_inner p a {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.44px;
  color: #1b1b1b;
}

.TLT_blog_heading_popup_container_inner p img {
  display: inline;
  width: 30px;
  position: relative;
  top: 3px;
}

.TLT_blog_heading_popup_container_inner p:nth-child(2) img {
  top: 6px;
}

.TLT_blog_heading_popup_container_inner p:nth-child(3) img {
  top: 10px;
}

.TLT_blog_heading_popup_container_inner .TLT_blog_heading_popup_url {
  border: 1px solid #979797;
  margin: 0;
  height: 25px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
  font-size: 16px;
  line-height: 22px;
  width: 70%;
}

.TLT_blog_heading_popup_container_inner p:nth-child(1) {
  width: 100%;
}

.TLT_blog_heading_popup_container_inner {
  font-size: 0;
}

.TLT_blog_heading_popup_container_inner p:nth-child(2),
.TLT_blog_heading_popup_container_inner p:nth-child(3),
.TLT_blog_heading_popup_container_inner p:nth-child(4),
.TLT_blog_heading_share_container a {
  cursor: pointer;
}

@media only screen and (max-width: 1180px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1180px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1180px) {
  .TLT_blog_heading_popup_container {
    width: 50%;
    right: 25%;
  }
}

@media only screen and (max-width: 880px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 880px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 880px) {
  .TLT_blog_heading_popup_container {
    width: 70%;
    right: 15%;
  }

  .TLT_blog_heading_popup_container_inner p {
    width: 100%;
  }
}

/* ---- Blog Header end ---- */

/* ---- Blog paragraph start ---- */
.TLT_blog_paragraph_parent {
  width: 100%;
  margin: 30px auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.TLT_blog_paragraph_container {
  width: 60%;
  margin: 0 auto;
  max-width: 1200px;
}

.TLT_blog_paragraph_container p h1,
.TLT_blog_paragraph_container p h2,
.TLT_blog_paragraph_container p h3,
.TLT_blog_paragraph_container p h4,
.TLT_blog_paragraph_container p h5,
.TLT_blog_paragraph_container p h6 {
  display: inline;
}

.TLT_blog_paragraph_container p {
  display: inline;
  font-family: 'ProximaNova_normal';
  color: #1b1b1b;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 25px;
  font-weight: 500;
}

.TLT_blog_paragraph_container p.TLT_blog_paragraph_opening {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.56px;
}

.TLT_blog_paragraph_container p strong {
  font-weight: 600;
}

.TLT_blog_paragraph_container p a {
  color: #14475b;
  text-decoration: underline;
}

.TLT_blog_paragraph_opening {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.56px;
  font-weight: 600;
}

.TLT_blog_paragraph_opening span {
  font-size: 54px;
  font-family: 'Playfair Display';
  letter-spacing: 1.5px;
  line-height: 44px;
  display: inline-block;
  font-weight: 500;
  float: left;
  margin-right: 5px;
}

/* ---- Blog paragraph end ---- */

/* ---- Blog banner start ---- */
.TLT_blog_banner_parent {
  width: 100%;
  margin: 30px auto;
  position: relative;
}

.TLT_blog_banner_fullImage_container {
  max-height: 500px;
  max-width: 1200px;
  width: 60%;
  text-align: center;
  overflow: hidden;
  border-radius: 8px;
  margin: 0px auto;
}

.TLT_blog_banner_fullImage_container img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  width: 100%;
  position: relative;
}

.TLT_blog_banner_fullImage_container span,
.TLT_blog_banner_threeImage span {
  display: block;
  width: 80%;
  text-align: center;
  margin: 5px auto;
  font-size: 16px;
  letter-spacing: 0.44px;
  line-height: 18px;
  color: #a0a0a0;
  font-family: 'ProximaNova_normal';
  height: 30px;
}

.TLT_blog_banner_fullImage_container div {
  height: 320px;
  overflow: hidden;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.TLT_blog_banner_threeImage_slider_container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.TLT_blog_banner_threeImage_container {
  position: relative;
  font-size: 0;
  max-width: 1200px;
  margin: 0 auto;
  width: 60%;
}

.TLT_blog_banner_threeImage {
  display: inline-block;
  width: calc(98% / 3);
  vertical-align: top;
  height: 340px;
  overflow: hidden;
  border-radius: 8px;
}

.TLT_blog_banner_threeImage div {
  height: 320px;
  border-radius: 8px;
  overflow: hidden;
}

.TLT_blog_banner_threeImage_container .TLT_blog_banner_threeImage:nth-child(2) {
  margin: 0 1%;
}

.TLT_blog_banner_threeImage img {
  height: auto;
  min-height: 100%;
  width: auto;
  min-width: 100%;
  border-radius: 8px;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.TLT_blog_banner_testimonial_container {
  width: 50%;
  max-width: 1200px;
  margin: 0 auto;
}

.TLT_blog_banner_testimonial_container p {
  text-align: center;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 0.72px;
  color: #14475b;
  font-style: italic;
  font-family: 'ProximaNova_normal';
  font-weight: 100;
}

.TLT_blog_banner_video_container {
  max-width: 1200px;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  height: 400px;
  overflow: hidden;
  border-radius: 8px;
}

.TLT_blog_banner_video_container iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}

/* ---- Blog banner end ---- */

@media only screen and (max-width: 1180px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1180px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1180px) {
  .TLT_blog_heading_container h1 {
    line-height: 64px;
  }

  .TLT_blog_banner_testimonial_container {
    width: 70%;
  }

  .TLT_blog_heading_container,
  .TLT_blog_paragraph_container,
  .TLT_blog_banner_video_container {
    width: 80%;
  }

  .TLT_blog_banner_fullImage_container,
  .TLT_blog_banner_threeImage_container {
    width: 80%;
  }

  .TLT_blog_banner_fullImage_container,
  .TLT_blog_banner_threeImage {
    height: 325px;
  }

  /*.TLT_blog_banner_video_container {
        height: auto;
    }*/
  .TLT_blog_banner_threeImage_container {
    width: 300%;
    padding: 0 10%;
  }

  .TLT_blog_banner_threeImage {
    height: 300px;
  }

  .TLT_blog_banner_threeImage {
    width: calc(90% / 3);
    margin: 0px;
    padding: 0px;
  }

  .TLT_blog_banner_threeImage_slider_container {
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .TLT_blog_banner_threeImage_slider_container::-webkit-scrollbar {
    display: none;
  }

  .TLT_blog_banner_threeImage div {
    height: 270px;
    overflow: hidden;
    border-radius: 8px;
  }
}

@media only screen and (max-width: 880px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 880px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 880px) {
  .TLT_blog_banner_video_container {
    height: auto;
  }

  .TLT_heroBanner_container.TLT_heroBanner_container_blog {
    max-height: 350px;
    min-height: 350px;
  }

  .TLT_blog_heading_container,
  .TLT_blog_paragraph_container {
    width: 90%;
  }

  .TLT_blog_heading_container h3 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1.11px;
    text-align: center;
  }

  .TLT_blog_heading_info p {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }

  .TLT_blog_heading_share_container {
    width: 100%;
  }

  .TLT_blog_banner_fullImage_container {
    max-height: 300px;
    height: auto;
    width: 90%;
  }

  .TLT_blog_banner_threeImage_container {
    padding: 0 5%;
  }

  .TLT_blog_banner_fullImage_container div {
    max-height: 300px;
    height: 300px;
  }

  .TLT_blog_banner_fullImage_container div img {
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }
}

/* ---- two column start ---- */
.TLT_twoColumn_parent {
  position: relative;
  width: 100%;
}

.TLT_twoColumn_container {
  width: 80%;
  margin: 30px auto;
  font-size: 0;
  max-width: 1200px;
}

.TLT_twoColumn.TLT_twoColumn_quoteText .TLT_twoColumn_right,
.TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_left {
  width: 60%;
}

.TLT_twoColumn.TLT_twoColumn_quoteText .TLT_twoColumn_left,
.TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_right {
  width: 40%;
}

.TLT_twoColumn_left {
  padding-right: 20px;
}

.TLT_twoColumn_right {
  padding-left: 20px;
}

.TLT_twoColumn_left,
.TLT_twoColumn_right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

.TLT_twoColumn_text h4 {
  margin-bottom: 10px;
}

.TLT_twoColumn_quote {
  padding: 0 2% 0 0;
}

.TLT_twoColumn_quote p {
  margin-top: 15%;
}

.TLT_twoColumn_intro {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

.TLT_twoColumn_intro h3 {
  font-size: 34px;
  line-height: 46px;
  letter-spacing: 0.94px;
  font-family: 'Playfair Display';
  padding-bottom: 20px;
  color: #1b1b1b;
}

.TLT_twoColumn_image img {
  border-radius: 8px;
  min-height: 300px;
  width: 100%;
}

.TLT_twoColumn_right_sidebar {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f7f7f7;
  max-width: 400px;
  margin: 0 auto;
}

.TLT_twoColumn_right_sidebar > div {
  padding: 20px 0;
}

.TLT_twoColumn_right_sidebar > div p {
  vertical-align: middle;
}

.TLT_twoColumn_right_sidebar > div .TLT_button_hover_orange {
  line-height: 0;
  margin: 0 2.5%;
}

.TLT_twoColumn_right_sidebar h5 {
  text-align: center;
  background-color: #7d97a1;
  padding: 20px;
}

.TLT_twoColumn_right_sidebar ul li {
  font-size: 0;
  position: relative;
}

.TLT_twoColumn_right_sidebar ul li img {
  width: 20%;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

.TLT_twoColumn_right_sidebar ul li p {
  display: inline-block;
  width: 80%;
  padding: 10px 20px;
  vertical-align: top;
}

.TLT_twoColumn_right_sidebar div p:nth-child(1) {
  text-align: center;
  display: inline-block;
  padding: 10px;
  background-color: #d89e40;
  width: 30%;
  margin: 20px 10% 10px 10%;
  border-radius: 8px;
}

.TLT_twoColumn_right_sidebar div p:nth-child(2) {
  display: inline-block;
  width: 50%;
  text-align: center;
}

.TLT_twoColumn_readMore_container {
  text-align: right;
  margin-top: 20px;
}

.TLT_twoColumn_readMore_container a img {
  height: 14px;
  width: auto;
  top: 2px;
  position: relative;
}

@media only screen and (max-width: 1180px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1180px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1180px) {
  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_right {
    width: 30%;
  }

  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_left {
    width: 70%;
  }

  .TLT_twoColumn.TLT_twoColumn_quoteText .TLT_twoColumn {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-areas:
      'top'
      'bottom';
  }

  .TLT_twoColumn.TLT_twoColumn_quoteText .TLT_twoColumn_left {
    width: 100% !important;
    grid-area: bottom;
    padding: 0;
  }

  .TLT_twoColumn.TLT_twoColumn_quoteText .TLT_twoColumn_right {
    width: 100% !important;
    grid-area: top;
    padding: 0;
  }

  .TLT_twoColumn_quote {
    padding: 0;
  }

  .TLT_twoColumn_quote p {
    margin-top: 0;
    padding: 30px 0;
    max-width: 70%;
  }

  .TLT_twoColumn.TLT_twoColumn_quoteText .TLT_twoColumn_text h4 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.83px;
  }

  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_text h4 {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.83px;
  }

  .TLT_twoColumn_text p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.44px;
  }

  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_right ul {
    display: none;
  }

  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_right_sidebar div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-template-areas:
      'top'
      'bottom';
  }

  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_right_sidebar div p:nth-child(1) {
    grid-area: top;
    width: 80%;
    display: block;
    margin: 10px auto;
  }

  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_right_sidebar div p:nth-child(2) {
    grid-area: bottom;
    width: 100%;
    margin: 10px auto;
  }
}

@media only screen and (max-width: 880px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 880px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 880px) {
  .TLT_twoColumn_container {
    width: 90%;
  }

  .TLT_twoColumn_text h4 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.83px;
  }

  .TLT_twoColumn_text p {
    line-height: 23px;
    letter-spacing: 0.44px;
  }

  .TLT_twoColumn_quote p {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.56px;
    width: 100%;
    max-width: 100%;
  }

  .TLT_twoColumn_right_sidebar {
    margin-bottom: 30px;
  }

  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_left {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_right {
    width: 100%;
  }

  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_right_sidebar div {
    display: block;
    -ms-grid-columns: initial;
    grid-template-columns: initial;
    -ms-grid-rows: initial;
    grid-template-rows: initial;
    grid-template-areas: initial;
  }

  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_right_sidebar div p:nth-child(1) {
    grid-area: none;
    width: 40%;
    display: inline-block;
    margin: 20px 5%;
  }

  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_right_sidebar div p:nth-child(2) {
    grid-area: none;
    width: 50%;
    display: inline-block;
    margin: 20px 0;
  }

  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_right ul {
    display: block;
  }
}

/* ---- two column end ---- */

/* ---- promo banner start ---- */
.TLT_promo_banner_parent {
  position: relative;
  width: 100%;
  margin: 30px 0;
  padding: 30px 0;
  background-color: #7d97a1;
  text-align: center;
}

.TLT_promo_banner_container {
  width: 80%;
  margin: 0 auto;
  font-size: 0;
  max-width: 1250px;
}

.TLT_promo_banner_container a {
  padding: 10px;
  border-radius: 8px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  max-width: 250px;
  width: 30%;
}

.TLT_promo_banner_container a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ca8d2a;
}

.TLT_promo_banner_container p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  width: calc(70% - 20px);
  /* max-width: calc(100% - 250px); */
}

@media only screen and (max-width: 800px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 800px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 800px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 800px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 800px) {
  .TLT_promo_banner_container {
    position: relative;
  }

  /*.TLT_promo_banner_container p {
        width: 60%;
    }*/
  /*.TLT_promo_banner_container p a {
        position: absolute;
        top: 0;
        right: 0;
        width: 35%;
        padding: 10px 0;
    }*/
}

/* ---- promo banner end ---- */

/* ---- cruise destinations start ---- */
.TLT_cruise_destinations_parent {
  width: 100%;
  position: relative;
  margin: 30px 0;
  background-color: #f7f7f7;
  padding: 20px 0;
}

.TLT_cruise_destinations_conatiner {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.TLT_cruise_destinations_slider {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.TLT_cruise_destinations {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 20px;
  vertical-align: top;
}

.TLT_cruise_destinations_element_container {
  height: 270px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.TLT_cruise_destinations_element_container h5 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  position: absolute;
  bottom: 20px;
  left: 0;
}

.TLT_cruise_destinations_element_container p {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  text-align: left;
}

.TLT_cruise_destinations_intro h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 46px;
  letter-spacing: 0.94px;
  color: #1b1b1b;
  font-family: 'Playfair Display';
}

.TLT_cruise_destinations_intro p {
  font-size: 18px;
  color: #1b1b1b;
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
  margin-bottom: 30px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.TLT_cruise_destinations_intro p p {
  display: inline;
}

.TLT_blog_paragraph_standard {
  font-size: 18px;
  font-family: 'ProximaNova_normal';
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 25px;
  color: #1b1b1b;
}

.TLT_blog_paragraph_standard p {
  display: inline;
}

.TLT_cruise_destinations_viewAll a img {
  height: auto;
  width: 14px;
  top: -2px;
  position: relative;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.TLT_cruise_destinations_viewAll {
  text-align: right;
}

.TLT_cruise_destinations_element_container:hover p {
  opacity: 0.8;
}

.TLT_cruise_destinations_element_container_single {
  background-color: #14475b;
  border-radius: 8px;
  overflow: hidden;
}

.TLT_cruise_destinations_element_container_single .TLT_cruise_destinations_element_container {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.TLT_cruise_destinations_element_container_single p {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  height: 100%;
  font-size: 16px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  line-height: 22px;
  letter-spacing: 0.44px;
  font-family: 'ProximaNova_normal';
}

.TLT_cruise_destinations_element_container_single p a {
  color: #fff;
  font-weight: 600;
}

@media only screen and (max-width: 1180px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1180px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1180px) {
  .TLT_cruise_destinations_element_container_single .TLT_cruise_destinations_element_container {
    width: 100%;
  }

  .TLT_cruise_destinations_element_container_single p {
    width: 100%;
    display: none;
  }

  .TLT_cruise_destinations_slider_outer {
    width: 100vw;
    left: -12.5%;
    position: relative;
    padding: 0 0 0 5%;
    overflow: hidden;
    overflow-x: scroll;
  }

  .TLT_cruise_destinations_slider_outer::-webkit-scrollbar {
    height: 5px;
  }

  .TLT_cruise_tully_difference_content_right img .TLT_cruise_destinations_slider_outer::-webkit-scrollbar-track {
    background-color: #d8d8d8;
    border-radius: 10px 0 0 10px;
    margin: 5vw;
  }

  .TLT_cruise_destinations_slider_outer::-webkit-scrollbar-thumb {
    background-color: #14475b !important;
    border-radius: 10px;
  }

  .TLT_cruise_destinations_slider {
    text-align: left;
  }

  .TLT_cruise_destinations {
    /*width: 300px !important;*/
    min-height: 220px;
  }

  .TLT_cruise_destinations_element_container {
    height: 230px;
  }

  .TLT_cruise_destinations_viewAll {
    display: none;
  }
}

@media only screen and (max-width: 1180px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1180px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1180px) {
  .TLT_cruise_destinations_intro h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.83px;
  }
}

/* ---- cruise destinations end ---- */

/* ---- cruise type start ---- */
.TLT_cruise_types_parent {
  width: 100%;
  position: relative;
  margin: 50px auto;
}

.TLT_cruise_types_container {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.TLT_cruise_types_introduction_container {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.TLT_cruise_types_introduction_container h5 {
  font-size: 34px;
  line-height: 46px;
  letter-spacing: 0.94px;
  font-family: 'Playfair Display';
  color: #1b1b1b;
  margin-bottom: 20px;
}

.TLT_cruise_types_introduction_container p {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #1b1b1b;
  font-family: 'ProximaNova_normal';
  margin-bottom: 20px;
}

.TLT_cruise_types_slider_container::-webkit-scrollbar {
  height: 5px;
}

.TLT_cruise_types_slider_container::-webkit-scrollbar-track {
  background-color: #d8d8d8;
  border-radius: 10px 0 0 10px;
  margin-left: 10vw;
  margin-right: 0px;
}

.TLT_cruise_types_slider_container::-webkit-scrollbar-thumb {
  background-color: #14475b !important;
  border-radius: 10px;
}

.TLT_cruise_types_slider_container {
  width: 100%;
  padding: 0 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  overflow-x: scroll;
}

.TLT_cruise_types_slider {
  min-width: 100%;
  font-size: 0;
  text-align: center;
  margin-bottom: 20px;
}

.TLT_cruise_type {
  height: 450px;
  margin: 0 10px 10px 10px;
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
  box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
  vertical-align: top;
}

.TLT_cruise_type_top {
  height: 75%;
  border-radius: 8px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.TLT_cruise_type_bottom {
  height: 25%;
  overflow: hidden;
}

.TLT_cruise_type_top h6 {
  font-size: 26px;
  color: #fff;
  text-align: left;
  padding: 10px 20px;
  font-family: 'Playfair Display';
  line-height: 35px;
  letter-spacing: 0.72px;
}

.TLT_cruise_type_bottom p {
  font-size: 16px;
  line-height: 23px;
  padding: 20px;
  text-align: left;
  letter-spacing: 0.44px;
  font-family: 'ProximaNova_normal';
  color: #1b1b1b;
}

.TLT_cruise_type_bottom p a {
  color: #d89e40;
  font-weight: 600;
}

@media only screen and (max-width: 1180px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1180px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1180px) {
  .TLT_cruise_types_slider_container {
    padding: 0 0 0 5%;
  }

  .TLT_cruise_type {
    width: 300px !important;
    height: 400px;
    margin: 0 10px 10px 10px;
  }

  .TLT_cruise_types_slider_container::-webkit-scrollbar-track {
    margin: 5vw;
  }
}

@media only screen and (max-width: 1180px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1180px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1180px) {
  .TLT_cruise_types_introduction_container h5 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.83px;
  }

  .TLT_cruise_types_introduction_container {
    width: 90%;
  }

  .TLT_cruise_type {
    width: 80vw !important;
    margin: 0 2.5vw 10px 0;
  }

  .TLT_cruise_types_slider {
    text-align: left;
  }
}

/* ---- cruise type end ---- */

/* ---- cruise travel partners start ---- */
.TLT_cruise_travel_partners_parent {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 30px 0;
  width: 100%;
  position: relative;
  text-align: center;
}

.TLT_cruise_travel_partners_container {
  padding: 0;
}

.TLT_cruise_travel_partners_intro {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
}

.TLT_cruise_travel_partners_intro h5 {
  text-align: center;
  padding: 20px 0;
}

.TLT_cruise_travel_partners_content {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0;
}

.TLT_cruise_travel_partners {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 20px;
  max-height: 165px;
}

.TLT_cruise_travel_partners img {
  height: 100%;
  width: auto;
  max-width: 100%;
}

.TLT_cruise_travel_partners_seeAll {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
  padding-bottom: 20px;
}

.TLT_cruise_travel_partners_seeAll a img {
  height: auto;
  width: 14px;
  top: -2px;
  position: relative;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.TLT_cruise_travel_partners_slider {
  position: relative;
  font-size: 0;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 1200px;
  display: inline-block;
}

.TLT_cruise_travel_partners_slider div {
  display: inline-block;
  vertical-align: top;
}

.TLT_cruise_travel_partners_slider div a,
.TLT_cruise_travel_partners a {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (max-width: 800px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 800px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 800px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 800px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 800px) {
  .TLT_cruise_travel_partners_content {
    width: 90%;
  }

  .TLT_cruise_travel_partners_intro h5 {
    font-size: 30px;
    letter-spacing: 0.83px;
    line-height: 40px;
  }

  .TLT_cruise_travel_partners_content .TLT_cruise_travel_partners:nth-child(n + 4) {
    display: none;
  }

  .TLT_cruise_travel_partners {
    width: 33% !important;
  }
}

/* ---- cruise travel partners end ---- */

/* ---- cruise travel designers start ---- */
.TLT_cruise_travel_designers_parent {
  position: relative;
  margin: 30px 0;
  width: 100%;
}

.TLT_cruise_travel_designers_container {
  font-size: 0;
  width: 100%;
  margin: 0 auto;
}

.TLT_cruise_travel_designers_introduction_container {
  width: 60%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.TLT_cruise_travel_designers_introduction_container h2 {
  margin-bottom: 20px;
}

.TLT_cruise_travel_designers_introduction_container p {
  margin: 0 auto;
  margin-bottom: 30px;
}

.TLT_cruise_travel_designers_introduction_container p p {
  display: inline;
}

.TLT_cruise_travel_designers_slider_container {
  width: 100%;
  max-width: 1500px;
  font-size: 0;
  margin: 0 auto;
}

.TLT_cruise_travel_designers_slider_button {
  width: 10%;
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
  display: inline-block;
  vertical-align: middle;
}

.TLT_cruise_travel_designers_slider_button div {
  text-align: center;
}

.TLT_cruise_travel_designers_slider_button div img {
  cursor: pointer;
}

.TLT_cruise_travel_designers_slider {
  width: 80%;
  display: inline-block;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  overflow-x: scroll;
  vertical-align: top;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.TLT_cruise_travel_designers_slider::-webkit-scrollbar {
  display: none;
}

.TLT_cruise_travel_designers_content {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}

.TLT_cruise_travel_designer {
  height: 410px;
  background-color: #14475b;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
  box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
  margin-bottom: 20px;
}

.TLT_cruise_travel_designer_top {
  height: 280px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}


/* Code to display text excerpt on travel designer's image (from TLT_cruise_travel_designers.php) */
/* .TLT_cruise_travel_designer_top:hover p {
  opacity: 1;
} */

/* .TLT_cruise_travel_designer_top p {
  width: 100%;
  height: 100%;
  padding: 20px;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
} */

/* .TLT_cruise_travel_designer_top p strong {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
} */

.TLT_cruise_travel_designer_bottom {
  height: 120px;
  overflow: hidden;
  position: relative;
  padding: 20px;
}

.TLT_cruise_travel_designer_bottom h6 {
  margin-bottom: 10px;
}

.TLT_cruise_travel_designer_bottom a {
  position: absolute;
  bottom: 22px;
  right: 20px;
}

.TLT_cruise_travel_designer_bottom a:hover {
  color: #d89e40;
  text-decoration: underline;
}

.TLT_cruise_travel_designer_bottom a img {
  height: auto;
  width: 14px;
  position: relative;
  top: -2px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.TLT_cruise_travel_designers_viewAll {
  text-align: right;
  width: 79%;
  max-width: 1200px;
  margin: 0 auto;
}

.TLT_cruise_travel_designers_viewAll a img {
  height: auto;
  width: 14px;
  top: -2px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  position: relative;
}

@media only screen and (max-width: 1080px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1080px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1080px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1080px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1080px) {
  .TLT_cruise_travel_designers_introduction_container h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.83px;
  }

  .TLT_cruise_travel_designers_introduction_container {
    width: 90%;
  }

  .TLT_cruise_travel_designers_slider_button {
    display: none;
  }

  .TLT_cruise_travel_designers_slider {
    width: 100%;
    padding: 0 5%;
  }

  .TLT_cruise_travel_designers_viewAll {
    text-align: center;
  }
}

@media only screen and (max-width: 800px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 800px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 800px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 800px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 800px) {
  .TLT_cruise_travel_designers_introduction_container h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.83px;
  }

  .TLT_cruise_travel_designers_introduction_container {
    width: 90%;
  }

  .TLT_cruise_travel_designers_slider_button {
    display: none;
  }

  .TLT_cruise_travel_designers_slider {
    width: 100%;
    padding: 0 5%;
  }

  .TLT_cruise_travel_designers_viewAll {
    text-align: center;
  }
}

/* ---- cruise travel designers end ---- */

/* ---- cruise nav bar start ---- */
.TLT_cruise_navBar_parent {
  width: 100%;
  background-color: #14475b;
  text-align: center;
  margin-top: -3px;
}

.TLT_cruise_navBar_element {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.5px;
  font-family: 'ProximaNova_normal';
  color: #fff;
  padding: 15px 20px;
  display: inline-block;
}

.TLT_cruise_navBar_element:hover {
  color: #fff;
  text-decoration: none;
}

.TLT_cruise_navBar_element.TLT_cruise_navBar_activePage {
  background-color: #7d97a1;
}

/* ---- cruise nav bar end ---- */

/* ---- cruise Tully Difference Start ---- */
.TLT_cruise_tully_difference_parent {
  width: 100%;
  position: relative;
  margin: 50px 0;
}

.TLT_cruise_tully_difference_container {
  width: 80%;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
}

.TLT_cruise_tully_difference_container h3 {
  width: 60%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}

.TLT_cruise_tully_difference_content {
  position: relative;
  font-size: 0;
  height: auto;
}

.TLT_cruise_tully_difference_content_left {
  display: inline-block;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 0;
  vertical-align: top;
}

.TLT_cruise_tully_difference_content_right {
  display: inline-block;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  vertical-align: top;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.TLT_cruise_tully_difference_content_right img {
  border-radius: 8px;
  overflow: hidden;
  height: auto;
  min-height: 100%;
  width: auto;
  min-width: 100%;
  position: relative;
}

@media only screen and (max-width: 880px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 880px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 880px) {
  .TLT_cruise_tully_difference_content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-areas:
      'top'
      'bottom';
  }

  .TLT_cruise_tully_difference_content_left {
    grid-area: bottom;
  }

  .TLT_cruise_tully_difference_content_right {
    grid-area: top;
    max-height: 300px;
  }

  .TLT_cruise_tully_difference_container {
    width: 90%;
  }

  .TLT_cruise_tully_difference_container h3,
  .TLT_cruise_tully_difference_content_left,
  .TLT_cruise_tully_difference_content_right {
    width: 100%;
  }

  .TLT_cruise_tully_difference_container h3 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.83px;
  }

  .TLT_cruise_tully_difference_container p {
    margin-top: 20px;
  }

  .TLT_cruise_tully_difference_content_right {
    padding: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }

  .TLT_cruise_tully_difference_content_right img {
    margin: 0 auto;
    min-width: 100%;
  }

  .TLT_cruise_tully_difference_content > .TLT_twoColumn_left {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .TLT_cruise_tully_difference_content > .TLT_twoColumn_right {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .TLT_cruise_tully_difference_content > p:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .TLT_cruise_tully_difference_content > p:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .TLT_cruise_tully_difference_content > .TLT_twoColumn_left {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .TLT_cruise_tully_difference_content > .TLT_twoColumn_right {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .TLT_cruise_tully_difference_content > p:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .TLT_cruise_tully_difference_content > p:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

@media only screen and (max-width: 1180px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1180px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1180px) {
  .TLT_twoColumn.TLT_twoColumn_quoteText .TLT_twoColumn_left {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_right_sidebar div > .TLT_twoColumn_left {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .TLT_twoColumn.TLT_twoColumn_quoteText .TLT_twoColumn_right {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_right_sidebar div > .TLT_twoColumn_right {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_right_sidebar div p:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_right_sidebar div > p:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_right_sidebar div p:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_right_sidebar div > p:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .TLT_cruise_tully_difference_content_left {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_right_sidebar div > .TLT_cruise_tully_difference_content_left {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .TLT_cruise_tully_difference_content_right {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_right_sidebar div > .TLT_cruise_tully_difference_content_right {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

@media only screen and (max-width: 880px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 880px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 880px) {
  .TLT_cruise_tully_difference_content > .TLT_cruise_tully_difference_content_left {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .TLT_cruise_tully_difference_content > .TLT_cruise_tully_difference_content_right {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

@media only screen and (max-width: 1180px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1180px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1180px) {
  .TLT_twoColumn.TLT_twoColumn_quoteText .TLT_twoColumn_left {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_right_sidebar div > .TLT_twoColumn_left {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .TLT_twoColumn.TLT_twoColumn_quoteText .TLT_twoColumn_right {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_right_sidebar div > .TLT_twoColumn_right {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_right_sidebar div p:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_right_sidebar div > p:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_right_sidebar div p:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_right_sidebar div > p:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .TLT_cruise_tully_difference_content_left {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_right_sidebar div > .TLT_cruise_tully_difference_content_left {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .TLT_cruise_tully_difference_content_right {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .TLT_twoColumn.TLT_twoColumn_sidebarText .TLT_twoColumn_right_sidebar div > .TLT_cruise_tully_difference_content_right {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

@media only screen and (max-width: 880px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 880px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 880px) {
  .TLT_cruise_tully_difference_content > .TLT_cruise_tully_difference_content_left {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .TLT_cruise_tully_difference_content > .TLT_cruise_tully_difference_content_right {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

/* ---- cruise Tully Difference end ---- */

/* ---- destinations - best of start ---- */
.TLT_destinations_bestOf_parent {
  position: relative;
  width: 100%;
  margin: 50px 0;
}

.TLT_destinations_bestOf_container {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  position: relative;
}

.TLT_destinations_bestOf_right,
.TLT_destinations_bestOf_left {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.TLT_destinations_bestOf_image_carousel_container {
  border-radius: 8px;
  overflow: hidden;
  max-height: 400px;
  overflow-x: scroll;
}

.TLT_destinations_bestOf_image_carousel_container::-webkit-scrollbar {
  display: none;
}

.TLT_destinations_bestOf_image_carousel {
  position: relative;
  max-height: 400px;
  height: 100%;
}

@media only screen and (max-width: 1024px){

  .TLT_destinations_bestOf_image_carousel_container {
    max-height: 300px;
  }
  .TLT_destinations_bestOf_image_carousel {
    max-height: 300px;
  }

  body .TLT_destinations_bestOf_image_carousel div img{
    max-height:400px;
    object-fit: cover;
    object-position: center;
  }
}

.TLT_destinations_bestOf_image_carousel div {
  height: 100%;
  display: inline-block;
  position: relative;
}

.TLT_destinations_bestOf_image_carousel div img {
  position: relative;
  min-width: 100%;
  /* max-width: unset; */
  min-height: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.TLT_destinations_bestOf_image_carousel div h4 {
  padding: 0 20px;
}

.TLT_destinations_bestOf_image_carousel .TLT_destinations_bestOf_image_header {
  background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.25));
  position: absolute;
  z-index: 1;
}

.TLT_destinations_bestOf_image_carousel div p {
  padding: 0 20px;
}

.TLT_destinations_bestOf_left {
  padding-left: 20px;
}

.TLT_destinations_bestOf_intro h2 {
  margin-bottom: 20px;
}

.TLT_destinations_bestOf_intro,
.TLT_destinations_bestOf_info,
.TLT_destinations_bestOf_contact {
  width: 100%;
  margin: 0 0 30px 0;
}

.TLT_destinations_bestOf_contact {
  text-align: right;
}

.TLT_destinations_bestOf_info_content h6 {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

.TLT_destinations_bestOf_info_content p {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
  font-family: 'ProximaNova_normal';
  font-weight: 100;
  text-align: center;
  color: #14475b;
}

.TLT_destinations_bestOf_info_content {
  display: inline-block;
  padding: 0 0.5%;
  border-right: 2px solid #f7f7f7;
  vertical-align: top;
}

.TLT_destinations_bestOf_info .TLT_destinations_bestOf_info_content:nth-last-child(1) {
  border: none;
}

.TLT_destinations_bestOf_contact p {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.44px;
  display: inline-block;
  margin-left: 20px;
  padding: 10px 20px;
  font-family: 'ProximaNova_normal';
  border-radius: 8px;
}

@media only screen and (max-width: 1180px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1180px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1180px) {
  .TLT_destinations_bestOf_container {
    width: 90%;
  }

  .TLT_destinations_bestOf_right {
    width: 40%;
  }

  .TLT_destinations_bestOf_left {
    width: 60%;
    position: relative;
  }

  .TLT_destinations_bestOf_intro,
  .TLT_destinations_bestOf_info {
    width: 70%;
  }

  .TLT_destinations_bestOf_contact {
    width: 30%;
    right: 0;
    top: 15%;
    position: absolute;
  }

  .TLT_destinations_bestOf_contact p {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1180px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1180px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1180px) {
  .TLT_destinations_bestOf_right {
    width: 100%;
    margin-bottom: 30px;
    max-height: 300px;
    overflow: hidden;
    border-radius: 8px;
  }

  .TLT_destinations_bestOf_left {
    width: 100%;
    padding: 0;
  }

  .TLT_destinations_bestOf_contact {
    text-align: center;
  }

  .TLT_destinations_bestOf_contact {
    position: relative;
    top: unset;
    right: unset;
  }

  .TLT_destinations_bestOf_intro,
  .TLT_destinations_bestOf_info,
  .TLT_destinations_bestOf_contact {
    width: 100%;
  }

  .TLT_destinations_bestOf_contact p {
    margin: 0 0 10px 0;
  }
}

/* ---- destinations - best of end ---- */

/* ---- destinations - excursions start ---- */
.TLT_destinations_excursions_parent {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 50px 0;
}

.TLT_destinations_excursions_container {
  width: 80%;
  margin: 0 auto;
}

.TLT_destinations_excursions_intro {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.TLT_destinations_excursions_intro h4 {
  font-family: 'Playfair Display';
  font-size: 34px;
  line-height: 46px;
  letter-spacing: 0.96px;
  color: #1b1b1b;
  margin-bottom: 20px;
}

.TLT_destinations_excursions_intro p {
  font-family: 'ProximaNova_normal';
  color: #1b1b1b;
  font-size: 16px;
  letter-spacing: 0.44px;
  line-height: 25px;
  margin-bottom: 20px;
}

.TLT_destinations_excursions_tab_container {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.TLT_destinations_excursions_tab_slider {
  text-align: center;
}

.TLT_destinations_excursions_tab {
  display: inline-block;
  padding: 5px 20px;
  border-bottom: 2px solid transparent;
}

.TLT_destinations_excursions_tab.active-tab {
  font-weight: 600;
  border-bottom: 2px solid #d89e40;
}

.TLT_destinations_excursions_tab p {
  font-family: 'ProximaNova_normal';
  color: #1b1b1b;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: normal;
  cursor: pointer;
}

.TLT-fade-bar {
  width: 100%;
  margin: -2px 0 0 0;
  height: 2px;
  padding: 0;
  background: -o-linear-gradient(left, #fff 0%, #ddd 20%, #ddd 80%, #fff 100%);
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(20%, #ddd), color-stop(80%, #ddd), to(#fff));
  background: linear-gradient(90deg, #fff 0%, #ddd 20%, #ddd 80%, #fff 100%);
}

.TLT_destinations_excursions_content {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  font-size: 0;
}

.TLT_destinations_excursions_content.active-content {
  display: block;
  opacity: 1;
}

.TLT_destinations_excursions_content_element {
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
  height: 380px;
  vertical-align: top;
  padding: 10px;
}

.TLT_destinations_excursions_content_element a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  background-color: #14475b;
  -webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
  box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
}

.TLT_destinations_excursions_content_element a:hover img {
  opacity: 0.1;
}

.TLT_destinations_excursions_content_element a p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 20px;
  max-height: 360px;
  letter-spacing: 0.44px;
  overflow: hidden;
}

.TLT_destinations_excursions_content_element a h5 {
  font-size: 28px;
  line-height: 37px;
  letter-spacing: 0.78px;
  color: #fff;
  font-family: 'Playfair Display';
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.TLT_destinations_excursions_content_element a img {
  width: auto;
  min-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.TLT_destinations_excursions_viewAll {
  margin-top: 20px;
  text-align: right;
  padding: 0 1%;
}

.TLT_destinations_excursions_viewAll a {
  color: #d89e40;
  letter-spacing: 0.44px;
  text-decoration: none;
  font-family: 'ProximaNova_normal';
  font-size: 16px;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

@media only screen and (max-width: 1180px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1180px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1180px) {
  .TLT_destinations_excursions_content_element {
    height: 300px;
  }

  .TLT_destinations_excursions_content_element a p {
    max-height: 180px;
  }

  .TLT_destinations_excursions_container {
    width: 90%;
  }
}

@media only screen and (max-width: 880px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 880px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 880px) {
  .TLT_destinations_excursions_intro {
    width: 100%;
  }

  .TLT_destinations_excursions_tab_container,
  .TLT_destinations_excursions_content_container {
    width: 100vw;
    left: -5vw;
    position: relative;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .TLT_destinations_excursions_tab_container::-webkit-scrollbar,
  .TLT_destinations_excursions_content_container::-webkit-scrollbar,
  .TLT_destinations_excursions_viewAll {
    display: none;
  }

  .TLT_destinations_excursions_tab_slider {
    text-align: left;
    padding: 0 5%;
    width: 125vw;
  }

  .TLT_destinations_excursions_content.active-content {
    padding: 0 5%;
    width: calc((3 * 80vw) + 10%);
  }
}

/* ---- destinations - excursions end ---- */

/* ---- Promotion - promotiob start ---- */
.TLT_background_blue {
  background-color: #14475b;
}

.TLT_background_grey {
  background-color: #f7f7f7;
}

.TLT_background_orange {
  background-color: #d29847;
}

.TLT_width_100 {
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  position: relative;
}

.TLT_width_90 {
  width: 90%;
  margin: 0 auto;
  font-size: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.TLT_width_80 {
  width: 80%;
  margin: 0 auto;
  font-size: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.TLT_width_70 {
  width: 70%;
  margin: 0 auto;
  font-size: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.TLT_width_60 {
  width: 60%;
  margin: 0 auto;
  font-size: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.TLT_width_50 {
  width: 50%;
  margin: 0 auto;
  font-size: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.TLT_width_40 {
  width: 40%;
  margin: 0 auto;
  font-size: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.TLT_font_black {
  color: #1b1b1b;
}

.TLT_font_white {
  color: #fff;
}

.TLT_font_grey {
  color: #f7f7f7;
}

.TLT_font_blue,
.TLT_font_blue a {
  color: #14475b;
}

.TLT_font_orange {
  color: #d29847;
}

.TLT_font_hover_orange:hover {
  color: #d29847;
  text-decoration: none;
}

.TLT_font_uppercase {
  text-transform: uppercase;
}

.TLT_font_title {
  font-family: 'Playfair Display';
}

.TLT_font_body {
  font-family: 'ProximaNova_normal';
}

.TLT_font_body strong {
  font-weight: 600;
}

.TLT_font_54 {
  font-size: 54px;
  line-height: 63px;
  letter-spacing: 1.58px;
}

.TLT_font_34 {
  font-size: 34px;
  line-height: 43px;
  letter-spacing: 0.98px;
}

.TLT_font_32 {
  font-size: 32px;
  line-height: 41px;
  letter-spacing: 0.92px;
}

.TLT_font_30 {
  font-size: 30px;
  line-height: 39px;
  letter-spacing: 0.86px;
}

.TLT_font_28,
.TLT_font_28 a {
  font-size: 28px;
  line-height: 37px;
  letter-spacing: 0.8px;
}

.TLT_font_26 {
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 0.74px;
}

.TLT_font_22 {
  font-size: 22px;
  line-height: 31px;
  letter-spacing: 0.62px;
}

.TLT_font_20 {
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.56px;
}

.TLT_font_18 {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.5px;
}

.TLT_font_16 {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.44px;
}

.TLT_font_14 {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.38px;
}

.TLT_font_10 {
  font-size: 10px;
  line-height: 19px;
  letter-spacing: 0.32px;
}

.TLT_font_bold {
  font-weight: 600;
}

.TLT_font_italic {
  font-style: italic;
}

.TLT_button_hover_orange:hover,
.TLT_button_hover_orange a:hover,
.TLT_button_hover_orange p:hover {
  color: #fff;
  background-color: #ca8d2a !important;
  text-decoration: none;
}

.TLT_border_blue {
  border-radius: 8px;
  border: 2px solid #14475b;
}

.TLT_slider {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}

.TLT_slider div {
  display: inline-block;
  vertical-align: top;
}

.TLT_button_orange:hover,
a.TLT_promo_form_submit:hover {
  color: #d29847 !important;
  background-color: #fff;
  text-decoration: none;
}

.TLT_button_orange {
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
  background-color: #d29847;
  border: 1px solid #d29847;
  padding: 10px 20px;
  text-decoration: none;
  cursor: pointer;
  color: #fff !important;
}

.TLT_list_bullets {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0px;
  margin-block-start: 0px;
  -webkit-margin-after: 0px;
  margin-block-end: 0px;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  -webkit-padding-start: 0px;
  padding-inline-start: 0px;
}

.TLT_list_bullets li {
  padding-left: 0;
  list-style: none;
  line-height: 1.8;
}

.TLT_list_bullets li:before {
  content: '•';
  padding: 0 10px;
  display: inline;
  line-height: 1;
  font-size: 16px;
  position: relative;
  top: -1px;
  color: #fff;
}

.TLT_list_bullets li p {
  display: inline;
}

.TLT_overlay_dark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.3;
}

.TLT_promo_promotion_parent {
  position: relative;
  margin-bottom: 50px;
  padding: 65px 0;
}

.TLT_promo_promotion_parent .TLT_slider div h6,
.TLT_promo_promotion_parent .TLT_slider div ul li p,
.TLT_promo_promotion_contact_container div h4 {
  margin-bottom: 15px;
}

.TLT_promo_promotion_contact_container div p {
  margin-bottom: 0;
}

.TLT_promo_promotion_image {
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.TLT_promo_promotion_image img {
  height: 100%;
  max-height: 100px;
  width: auto;
  display: inline-block;
  position: relative;
}

.TLT_promo_promotion_container h5,
.TLT_promo_promotion_container p,
.TLT_promo_promotion_container div {
  margin-bottom: 20px;
}

.TLT_promo_promotion_contact_container {
  margin-top: 44px;
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.TLT_promo_promotion_contact_container div {
  display: inline-block;
  width: 50%;
}

.TLT_promo_promotion_contact_container div:nth-child(2) {
  padding-left: 15px;
  vertical-align: bottom;
}

.TLT_promo_promotion_contact_container div:nth-child(2) a {
  padding: 10px 30px;
}

.TLT_promo_promotion_container {
  max-width: 1200px;
}

@media only screen and (max-width: 1180px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1180px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1180px) {
  .TLT_promo_promotion_container div {
    width: 100% !important;
  }

  .TLT_promo_promotion_contact_container div:nth-child(2) {
    padding-left: 0;
  }
}

@media only screen and (max-width: 880px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 880px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 880px) {
  .gform_legacy_markup_wrapper .TLT_promo_form ul li {
    width: 100%;
  }

  .TLT_promo_form_signup.TLT_form_width_50 {
    width: unset !important;
  }

  .gform_legacy_markup_wrapper .TLT_promo_form .TLT_inquiry_recapture div div {
    text-align: left !important;
    padding-right: 0 !important;
  }

  .TLT_inquiry_recapture.TLT_form_width_50 {
    width: 100% !important;
  }
}

/* ---- Promotion - promotion end ---- */

/* ---- promo featured voyages start ---- */
.TLT_promo_featureVoyages_parent {
  width: 100%;
  position: relative;
  margin: 30px 0;
  padding: 20px 0;
}

.TLT_promo_featureVoyages_conatiner {
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.TLT_promo_featureVoyages_slider {
  width: 100% !important;
  font-size: 0;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 30px;
}

.TLT_promo_featureVoyages {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 50px 0;
  margin: 0;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
  position: relative;
}

.TLT_promo_featureVoyages .portsPopup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  z-index: 2;
}

.TLT_promo_featureVoyages .portsPopup.active {
  height: 100%;
  opacity: 1;
}

.TLT_promo_featureVoyages .portsPopup .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.9;
}

.TLT_promo_featureVoyages .portsPopup .inner {
  height: 100%;
  position: relative;
  padding: 20px;
}

.TLT_promo_featureVoyages .portsPopup .inner p {
}

.TLT_promo_featureVoyages .portsPopup .inner p.title {
  padding-bottom: 10px;
}

.TLT_promo_featureVoyages .portsPopup .inner p.closePopup {
  margin-top: 10px;
  cursor: pointer;
}

.TLT_promo_featureVoyages_element_container {
  position: relative;
  height: 100%;
}

.TLT_promo_featureVoyages_element_image {
  height: 220px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 10px;
}

.TLT_promo_featureVoyages_element_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.TLT_promo_featureVoyages_element_container p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 5px 0;
}

.TLT_promo_featureVoyages_element_container .TLT_promo_featureVoyages_element_dates p {
  padding-bottom: 20px;
}

.TLT_promo_featureVoyages_element_container p.ports {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 0;
}

.TLT_promo_featureVoyages_element_container p.viewAllPorts {
  cursor: pointer;
  padding-bottom: 20px;
}

.TLT_promo_featureVoyages_element_container a {
  padding: 10px 40px;
  border-radius: 8px;
  display: inline-block;
  position: absolute;
  bottom: -50px;
  min-width: 40%;
  text-align: center;
}

.TLT_promo_featureVoyages_element_container a:hover {
  color: #fff;
  text-decoration: none;
}

.TLT_promo_featureVoyages_element_container h5 {
  margin-bottom: 0px;
}

.TLT_promo_featureVoyages_intro h3 {
  text-align: left;
  margin-bottom: 20px;
}

.TLT_promo_featureVoyages_element_container_single {
  background-color: #14475b;
  border-radius: 8px;
  overflow: hidden;
}

.TLT_promo_featureVoyages_element_container_single .TLT_promo_featureVoyages_element_container {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.TLT_promo_featureVoyages_element_container_single p {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  height: 100%;
  font-size: 16px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  line-height: 22px;
  letter-spacing: 0.44px;
  font-family: 'ProximaNova_normal';
}

.TLT_promo_featureVoyages_element_container_single p a {
  color: #fff;
  font-weight: 600;
}

.TLT_promo_featureVoyages_slider_outer {
  width: 100% !important;
  padding: 0 !important;
  overflow: hidden !important;
}

@media only screen and (max-width: 1180px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1180px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1180px) {
  .TLT_promo_featureVoyages_conatiner {
    width: 90%;
  }

  .TLT_promo_featureVoyages_slider {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .TLT_promo_featureVoyages_slider_outer {
    width: 100vw;
    left: 0;
    position: relative;
    padding: 0 0 0 5%;
    overflow: hidden;
    overflow-x: scroll;
  }

  .TLT_promo_featureVoyages_slider_outer::-webkit-scrollbar {
    height: 5px;
  }

  .TLT_promo_featureVoyages_slider_outer::-webkit-scrollbar-track {
    background-color: #d8d8d8;
    border-radius: 10px 0 0 10px;
    margin: 5vw;
  }

  .TLT_promo_featureVoyages_slider_outer::-webkit-scrollbar-thumb {
    background-color: #14475b !important;
    border-radius: 10px;
  }

  .TLT_promo_featureVoyages_viewAll {
    display: none;
  }

  .TLT_promo_featureVoyages_element_container_single {
    position: absolute;
    width: 80%;
    left: 10%;
  }

  .TLT_promo_featureVoyages_intro h3 {
    padding-left: 10%;
  }
}

@media only screen and (max-width: 800px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 800px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 800px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 800px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 800px) {
  .TLT_promo_featureVoyages_slider {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  .TLT_promo_featureVoyages {
    width: 100% !important;
  }

  .TLT_promo_featureVoyages_intro h3 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.83px;
  }
}

/* ---- promo featured voyages end ---- */

/* ---- promo text block start ---- */
.TLT_promo_textBlock_parent {
  margin: 50px 0;
}

.TLT_promo_textBlock_container {
  padding: 30px 0;
  text-align: center;
  font-size: 0;
}

.TLT_promo_textBlock_container h3,
.TLT_promo_textBlock_container p {
  margin-bottom: 30px;
}

.TLT_promo_textBlock_imageBanner {
  position: relative;
  font-size: 0;
  text-align: center;
}

.TLT_promo_textBlock_image {
  width: auto;
  max-width: calc(100% / 6);
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  overflow: hidden;
  margin-bottom: 30px;
}

.TLT_promo_textBlock_image img {
  height: auto;
  max-height: 100px;
  min-height: 20px;
  width: auto;
  max-width: 100%;
}

@media only screen and (max-width: 880px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 880px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 880px) {
  .TLT_promo_textBlock_container .TLT_promo_textBlock_image:nth-child(n + 6) {
    display: none;
  }

  .TLT_promo_textBlock_container .TLT_promo_textBlock_image {
    max-width: 33%;
  }

  .TLT_promo_textBlock_image img {
    min-height: 10px;
  }
}

/* ---- promo text block end ---- */

/* ---- promo video block start ---- */
.TLT_promo_videoBlock_parent {
  margin: 50px 0;
  text-align: center;
}

.TLT_promo_videoBlock_parent h3 {
  margin-bottom: 30px;
}

.TLT_promo_videoBlock_video {
  height: 380px;
  width: 60%;
  max-width: 640px;
  margin: 0 auto;
}

.TLT_promo_videoBlock_video iframe {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

@media only screen and (max-width: 880px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 880px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 880px) {
  .TLT_promo_videoBlock_video {
    width: 100%;
  }
}

/* ---- promo video block end ---- */

/* ---- promo feature inspirations start ---- */
.TLT_promo_featureInspirations_parent {
  position: relative;
  margin: 50px 0;
}

.TLT_promo_featureInspirations_introduction_container {
  width: 80%;
  max-width: 1200px;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 20px;
}

.TLT_promo_featureInspirations_slider_button {
  width: 10%;
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
  display: inline-block;
  vertical-align: middle;
}

.TLT_promo_featureInspirations_slider_button div {
  text-align: center;
}

.TLT_promo_featureInspirations_slider_button div img {
  cursor: pointer;
}

.TLT_promo_featureInspirations_slider {
  width: 80%;
  display: inline-block;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  overflow-x: scroll;
  vertical-align: top;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  text-align: left;
}

.TLT_promo_featureInspirations_slider::-webkit-scrollbar {
  display: none;
}

.TLT_promo_featureInspirations_content {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}

.TLT_promo_featureInspiration {
  height: 440px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
  box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
  margin-bottom: 20px;
}

.TLT_promo_featureInspiration_top {
  height: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.TLT_promo_featureInspiration_top a {
  display: block;
  width: 100%;
  height: 100%;
}

.TLT_promo_featureInspiration_top:hover p {
  opacity: 1;
}

.TLT_promo_featureInspiration_top p {
  width: 100%;
  height: 100%;
  background-color: #14475b;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.44px;
  font-family: 'ProximaNova_normal';
  padding: 10px;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.TLT_promo_featureInspiration_bottom {
  height: 50%;
  overflow: hidden;
  position: relative;
  padding: 10px;
}

.TLT_promo_featureInspiration_bottom h6,
.TLT_promo_featureInspiration_bottom p {
  margin-bottom: 10px;
}

.TLT_promo_featureInspirations_slider_container {
  text-align: center;
}

@media only screen and (max-width: 800px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 800px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 800px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 800px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 800px) {
  .TLT_promo_featureInspirations_introduction_container h5 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.83px;
  }

  .TLT_promo_featureInspirations_introduction_container {
    width: 90%;
  }

  .TLT_promo_featureInspirations_slider_button {
    display: none;
  }

  .TLT_promo_featureInspirations_slider {
    width: 100%;
    padding-left: 5%;
  }
}

/* ---- promo feature inspirations end ---- */

/* ---- promo form start ---- */
.TLT_promo_form .gform_heading,
.TLT_promo_form .ginput_container.ginput_container_radio ul li input,
.TLT_promo_form .instruction,
.TLT_promo_form .ginput_container.ginput_container_checkbox input,
.TLT_promo_form .ginput_container.ginput_container_consent input {
  display: none !important;
}

.TLT_form_width_50 {
  display: inline-block;
  width: 50%;
  margin: 0 auto;
  vertical-align: top;
}

.TLT_form_width_100 {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  vertical-align: top;
}

.gform_legacy_markup_wrapper .TLT_promo_form label.gfield_label {
  font-family: 'ProximaNova_normal';
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.44px;
  margin-bottom: 10px;
}

.gform_legacy_markup_wrapper .TLT_promo_form .ginput_container.ginput_container_text,
.gform_legacy_markup_wrapper .TLT_promo_form .ginput_container.ginput_container_email,
.gform_legacy_markup_wrapper .TLT_promo_form .ginput_container.ginput_container_number,
.gform_legacy_markup_wrapper .TLT_promo_form .ginput_container.ginput_container_checkbox,
.gform_legacy_markup_wrapper .TLT_promo_form .ginput_container.ginput_container_consent,
.gform_legacy_markup_wrapper .TLT_promo_form .ginput_container.ginput_container_select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 0;
}

.gform_legacy_markup_wrapper .TLT_promo_form .ginput_container.ginput_container_text input,
.gform_legacy_markup_wrapper .TLT_promo_form .ginput_container.ginput_container_email input,
.gform_legacy_markup_wrapper .TLT_promo_form .ginput_container.ginput_container_number input,
.gform_legacy_markup_wrapper .TLT_promo_form .ginput_container.ginput_container_select select {
  width: 100%;
  border-radius: 5px;
  border: none;
  padding: 10px !important;
  font-size: 16px !important;
  line-height: 20px;
  letter-spacing: 0.44px !important;
  color: #1b1b1b;
  font-family: 'ProximaNova_normal' !important;
}

.gform_legacy_markup_wrapper .TLT_promo_form .ginput_container.ginput_container_text input:focus-visible,
.gform_legacy_markup_wrapper .TLT_promo_form .ginput_container.ginput_container_email input:focus-visible,
.gform_legacy_markup_wrapper .TLT_promo_form .ginput_container.ginput_container_number input:focus-visible,
.gform_legacy_markup_wrapper .TLT_promo_form .ginput_container.ginput_container_select select:focus-visible {
  outline: none;
}

.gform_legacy_markup_wrapper .TLT_promo_form .gfield_required {
  color: #fff;
}

.gform_legacy_markup_wrapper .TLT_promo_form .ginput_container.ginput_container_checkbox label,
.gform_legacy_markup_wrapper .TLT_promo_form .ginput_container.ginput_container_consent label {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  padding-left: 10px;
  letter-spacing: 0.44px;
}

.gform_legacy_markup_wrapper .TLT_promo_form .ginput_container.ginput_container_radio ul li {
  width: auto;
  display: inline-block;
}

.gform_legacy_markup_wrapper .TLT_promo_form .ginput_container.ginput_container_radio ul li label {
  color: #fff;
  padding: 0 10px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.44px;
  min-width: 100px;
}

.gform_legacy_markup_wrapper .TLT_promo_form .gform_footer.top_label input {
  display: none;
}

a.TLT_promo_form_submit {
  background-color: #d29847;
  border: 1px solid #d29847;
  padding: 10px 30px;
  border-radius: 8px;
  color: #fff !important;
  min-width: 20%;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.44px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin: 20px 0;
  font-family: 'ProximaNova_normal';
}

.gform_legacy_markup_wrapper .TLT_promo_form .gform_footer.top_label input:hover {
  background-color: #fff;
  color: #d29847;
}

.gform_legacy_markup_wrapper .TLT_promo_form {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 300ms ease-in-out;
  -o-transition: height 300ms ease-in-out;
  transition: height 300ms ease-in-out;
}

.gform_legacy_markup_wrapper .TLT_promo_form .ginput_container.ginput_container_radio ul li label::before {
  position: relative;
  content: '';
  left: 0;
  top: 0;
  background-color: transparent;
  width: 35px;
  height: 35px;
  padding: 0;
  border: 2px solid #b2c6ce;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gform_legacy_markup_wrapper .TLT_promo_form .ginput_container.ginput_container_radio ul li > input:checked + label::before {
  background-color: #7d96a0;
  background-image: url(https://www.tullyluxurytravel.com/wp-content/uploads/2021/06/check-white.svg);
}

.gform_legacy_markup_wrapper .TLT_promo_form .ginput_container.ginput_container_checkbox label::before,
.gform_legacy_markup_wrapper .TLT_promo_form .ginput_container.ginput_container_consent label::before {
  position: relative;
  content: '';
  left: 0;
  top: 0;
  background-color: transparent;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 2px solid #b2c6ce;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  display: inline-block;
  margin-right: 12px;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gform_legacy_markup_wrapper .TLT_promo_form .ginput_container.ginput_container_checkbox ul li > input:checked + label::before,
.gform_legacy_markup_wrapper .TLT_promo_form .ginput_container.ginput_container_consent ul li > input:checked + label::before {
  background-color: #7d96a0;
  background-image: url(https://www.tullyluxurytravel.com/wp-content/uploads/2021/06/check-white.svg);
}

.TLT_promo_form_invalid_input {
  border: solid 1.5px #d29847 !important;
  color: #fff;
  background-color: rgba(210, 152, 71, 0.7);
}

.TLT_inquiry_recapture.TLT_promo_form_invalid_input {
  border: unset !important;
  background: none !important;
}

.TLT_promo_form_invalid_text {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.44px;
  font-family: 'ProximaNova_normal';
  margin-bottom: 10px;
  color: #d29847;
}

.gform_confirmation_wrapper.TLT_promo_form {
  height: auto !important;
}

.gform_legacy_markup_wrapper .TLT_promo_form .gform_confirmation_message {
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 0.78px;
  color: #fff;
  font-family: 'Playfair Display';
  text-align: center;
}

.gform_legacy_markup_wrapper .TLT_promo_form .TLT_inquiry_recapture label.gfield_label {
  display: none;
}

.gform_legacy_markup_wrapper .TLT_promo_form .TLT_inquiry_recapture div div {
  text-align: right;
  padding-right: 5px;
}

.TLT_promo_form_signup.TLT_form_width_50 {
  width: calc(100% - 315px);
}

.TLT_inquiry_recapture.TLT_form_width_50 {
  width: 315px;
}

/* ---- promo form end ---- */

@media only screen and (max-width: 850px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 850px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 850px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 850px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 850px) {
  #TLT_menu_header_parent + #TLT_cruise_widget_parent {
    padding-top: 30px;
  }
}

p.readMore_top,
p.readMore_bottom,
p.readMore_button {
  display: inline;
}

@media only screen and (max-width: 1180px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1180px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1180px) {
  .TLT_tullyInspiration_parent {
    padding: 25px 0;
  }

  .TLT_tullyInspiration_topSection {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }

  .TLT_tullyInspiration_container {
    width: 100%;
    margin: 30px 0 0 0;
  }

  .TLT_tullyInspiration_topSection h4 {
    text-align: center;
    font-size: 30px;
  }

  .TLT_tullyInspiration_topSection a {
    text-align: right;
  }

  .TLT_tullyInspiration_podContainer {
    overflow-x: scroll;
    overflow-y: visible;
    height: 425px;
    padding: 0 5%;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .TLT_tullyInspiration_podContainer::-webkit-scrollbar {
    display: none;
  }

  .TLT_tullyInspiration_pod_slider {
    height: 100%;
    text-align: left;
  }

  .TLT_tullyInspiration_pod {
    height: 420px;
    width: 80vw;
    margin: 0 10px;
    border-radius: 10px;
  }

  .TLT_tullyInspiration_pod_bottomSection {
    height: auto;
  }

  .TLT_tullyInspiration_pod_bottomSection p {
    line-height: 1.44;
  }

  .TLT_tullyInspiration_pod_topSection {
    height: 100%;
  }

  .TLT_tullyInspiration_pod_topSection_part.TLT_tullyInspiration_pod_topSection {
    height: 300px;
    border-radius: 10px;
  }

  .TLT_tullyInspiration_pod_topSection div {
    position: relative;
    top: 30px;
    left: 10%;
    margin: 0;
    width: 80%;
    display: inline-block;
  }

  .TLT_tullyInspirations_viewAll {
    text-align: center;
    margin-top: 20px;
  }

  .TLT_tullyInspiration_podGradient {
    left: 0 !important;
    position: absolute !important;
    top: 0 !important;
  }

  .TLT_tullyInspiration_pod:nth-child(2) .TLT_tullyInspiration_pod_topSection div {
    bottom: 0;
    top: 30px;
  }

  .TLT_tullyInspiration_podGradient {
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), transparent);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
  }

  .TLT_awardBanner_content p {
    margin-bottom: 0;
  }

  .TLT_cruise_navBar_parent {
    margin-top: -5px;
  }
}

section.TLT_awardBanner_parent {
  position: relative;
  margin: 50px auto;
  overflow: hidden;
}

.TLT_awardBanner_container {
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  border-radius: 8px;
  max-width: 1260px;
  background-color: #14475b;
  font-size: 0;
}

.TLT_awardBanner_content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 auto;
  margin-right: unset;
  text-align: center;
}

.TLT_awardBanner_content h2 {
  margin: 0;
  margin-bottom: 20px;
}

.TLT_awardBanner_content p {
  margin: 0;
  margin-bottom: 20px;
  display: inline;
}

.TLT_awardBanner_content a {
  margin: 0;
  display: inline-block;
  margin-left: 10px;
}

.TLT_awardBanner_content a:hover {
  text-decoration: underline;
  color: #d29847;
}

.TLT_awardBanner_images {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 50px;
  position: relative;
}

.TLT_awardBanner_images div {
  width: 400px;
  height: auto;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  max-height: 100%;
}

.TLT_awardBanner_images div a {
  width: 100%;
  height: auto;
  vertical-align: middle;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
}

.TLT_awardBanner_images div img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  max-height: 80px;
}

.TLT_awardBanner_content a img {
  height: auto;
  width: 14px;
  top: -2px;
  position: relative;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.TLT_awardBanner_images_outer {
  width: 1260px !important;
  text-align: left;
  overflow: hidden;
  overflow-x: scroll;
  position: relative;
  padding-bottom: 20px;
  left: -30px;
}

.TLT_awardBanner_images_outer::-webkit-scrollbar {
  height: 8px;
  width: 80%;
  margin: 0 auto;
}

.TLT_awardBanner_images_outer::-webkit-scrollbar-track {
  background: transparent;
  margin: 0 10vw;
}

.TLT_awardBanner_images_outer::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 30px;
  border: solid transparent 10%;
}

@media only screen and (max-width: 1280px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1280px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1280px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1280px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1280px) {
  .TLT_awardBanner_container {
    max-width: 810px;
  }

  .TLT_awardBanner_images div {
    width: 33%;
    margin-top: 10px;
  }

  .TLT_awardBanner_images {
    padding-bottom: 5%;
    padding-top: 20px;
  }

  .TLT_awardBanner_overlay {
    display: none !important;
  }

  .TLT_awardBanner_images div a {
    padding: 5px 10px;
  }

  .TLT_awardBanner_content p {
    margin-bottom: 0;
  }

  .TLT_awardBanner_images_outer {
    width: 810px !important;
  }
}

@media only screen and (max-width: 830px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 830px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 830px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 830px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 830px) {
  .TLT_awardBanner_container {
    width: 100%;
    border-radius: 0;
    position: relative;
    max-width: unset;
  }

  .TLT_awardBanner_content {
    width: 100%;
    margin: 0;
  }

  .TLT_awardBanner_images {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .TLT_awardBanner_images div {
    /* width: calc(100% / 3) !important; */
    vertical-align: middle;
    padding: 0 10px 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .TLT_awardBanner_images div img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 70px;
  }

  .TLT_awardBanner_content h2 {
    text-align: center;
  }

  .TLT_awardBanner_container {
    padding-bottom: 50px;
  }

  .TLT_awardBanner_images_outer {
    width: 100vw !important;
  }
}

.TLT_cruise_iframe_container {
  overflow: hidden;
  max-height: 100vh;
  min-height: 200px;
  height: 0;
  -webkit-transition: height 300ms ease-in-out 300ms;
  -o-transition: height 300ms ease-in-out 300ms;
  transition: height 300ms ease-in-out 300ms;
}

.TLT_cruise_iframe_container iframe {
  width: 100%;
  max-height: 100vh;
  min-height: 200px;
}

.TLT_cruise_navBar_cruise_widget_container #TLT_cruise_widget_parent {
  margin-top: 0;
  border-top: 20px solid #fff;
}

.TLT_cruise_navBar_parent .TLT_cruise_widget_mobile_openClose_container,
.TLT_cruise_navBar_parent #TLT_cruise_widget_form {
  background-color: #7d97a1;
}

.TLT_cruise_navBar_cruise_widget_container .TLT_cruise_widget_form_container {
  text-align: left;
}

#TLT_cruise_widget_parent {
  margin-top: 70px;
}

#TLT_cruise_widget_form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 65px 5% 30px 5%;
  background-color: #14485b;
}

.TLT_cruise_widget_form_container {
  max-width: 1400px;
  font-size: 0;
  position: relative;
  margin: 0 auto;
}

#TLT_cruise_widget_form ul {
  width: 85%;
  display: inline-block;
  margin: 0;
  font-size: 0;
  margin-bottom: 20px;
  position: relative;
}

#TLT_cruise_widget_form ul li {
  display: inline-block;
  width: 32%;
  margin: 0 0.5%;
}

#TLT_cruise_widget_form ul li label {
  color: #1b1b1b;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
}

#TLT_cruise_widget_form ul li label p {
  display: inline-block;
  margin: 0;
}

#TLT_cruise_widget_form ul li select {
  width: 100%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
  border-radius: 10px;
  font-size: 14px;
  color: #909090;
  background-image: url(https://www.tullyluxurytravel.com/wp-content/themes/tully/images/path_1.svg);
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

#TLT_cruise_widget_form .TLT_cruise_widget_inputs_hidden {
  display: none;
}

.TLT_cruise_widget_submit {
  width: 15%;
  display: inline-block;
  padding: 14.5px 20px;
  margin: 0;
  color: #fff;
  background-color: #d89e40;
  border-radius: 10px;
  min-width: 100px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 26px;
  height: 45px;
  font-size: 16px;
}

.TLT_cruise_widget_submit:hover {
  background-color: #ca8d2a;
  color: #fff;
}

.TLT_cruise_widget_moreOptions {
  display: block;
  width: 84%;
  top: 90px;
  text-align: right;
  color: #d89e40;
  font-size: 14px;
  position: absolute;
}

#TLT_cruise_widget_form ul li select,
.TLT_cruise_widget_moreOptions,
.TLT_cruise_widget_submit {
  cursor: pointer;
}

#TLT_cruise_widget_form ul li .TLT_cruise_widget_form_labels {
  font-size: 16px;
  color: #fff;
  font-family: 'ProximaNova_normal';
  font-weight: 500;
  margin-bottom: 10px;
}

#TLT_cruise_widget_form ul li .TLT_cruise_widget_value_container {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}

#TLT_cruise_widget_form ul li .TLT_cruise_widget_form_selectedOption {
  font-size: 16px;
  width: 90%;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  height: 25px;
  overflow: hidden;
}

#TLT_cruise_widget_form ul li .TLT_cruise_widget_value_container img {
  display: inline-block;
  margin: 0;
  height: 10px;
  margin-left: 2%;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 17px;
}

#TLT_cruise_widget_form .TLT_cruise_widget_selection_container::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#TLT_cruise_widget_form .TLT_cruise_widget_selection_container::-webkit-scrollbar-track {
  background: #dadada;
}

/* Handle */
#TLT_cruise_widget_form .TLT_cruise_widget_selection_container::-webkit-scrollbar-thumb {
  background: #14485b;
  border-radius: 10px;
}

#TLT_cruise_widget_form .TLT_cruise_widget_selection_container {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: 100%;
  height: auto;
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 9;
  border-radius: 10px 0 0 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  background-color: #fff;
}

#TLT_cruise_widget_form .TLT_cruise_widget_selection_container ul {
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

#TLT_cruise_widget_form .TLT_cruise_widget_selection_container ul li {
  width: 100%;
}

#TLT_cruise_widget_form .TLT_cruise_widget_selection_container ul li .TLT_cruise_widget_label_parent {
  font-weight: 700;
}

#TLT_cruise_widget_form .TLT_cruise_widget_selection_container ul li .TLT_cruise_widget_label_child {
  padding-left: 10px;
}

#TLT_cruise_widget_form .TLT_cruise_widget_selection_container ul li label input {
  margin-right: 10px;
}

@media only screen and (max-width: 1000px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1000px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1000px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1000px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1000px) {
  #TLT_cruise_widget_form .TLT_cruise_widget_selection_container ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.TLT_cruise_iframe_loader {
  overflow: hidden;
  position: relative;
  -webkit-transition: height 300ms ease-in-out;
  -o-transition: height 300ms ease-in-out;
  transition: height 300ms ease-in-out;
  text-align: center;
}

.TLT_cruise_iframe_loader img {
  position: relative;
  display: block;
  height: 40%;
  width: auto;
  margin: 75px auto;
}

/* ----- mobile ----- */
@media only screen and (max-width: 850px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 850px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 850px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 850px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 850px) {
  #TLT_cruise_widget_form ul {
    width: 100%;
    margin-bottom: 0;
    position: unset;
  }

  #TLT_cruise_widget_form ul li {
    width: 100%;
    margin: 0;
    position: relative;
    margin-bottom: 10px;
  }

  #TLT_cruise_widget_form ul li select {
    margin-bottom: 20px;
  }

  .TLT_cruise_widget_submit {
    width: 100%;
    position: relative;
    right: unset;
    top: unset;
    margin-top: 40px;
  }

  .TLT_cruise_widget_moreOptions {
    width: 100%;
    position: relative;
    top: unset;
    right: 0;
    bottom: 80px;
  }
}

@media only screen and (max-width: 500px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 500px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 500px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 500px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 500px) {
  #TLT_cruise_widget_form .TLT_cruise_widget_selection_container ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

/* ----- hover and focus states ----- */
#TLT_cruise_widget_form ul li select:focus {
  border: none;
  outline: none;
}

/* --- new group travel update 22022022 --- */
@media only screen and (max-width: 787px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 787px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 787px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 787px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 787px) {
  .TLT_cruise_destinations_conatiner {
    width: 90%;
  }

  .TLT_cruise_destinations_conatiner .TLT_cruise_destinations_intro p {
    width: 100%;
  }

  .TLT_heroBanner_container.TLT_heroBanner_container_single {
    height: 400px;
    min-height: 400px;
  }

  /* .TLT_heroBanner_container.TLT_heroBanner_container_single .TLT_heroBanner_content_single h1 {
        margin-top: 50px;
    } */
}

@media only screen and (max-width: 1180px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1180px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1180px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1180px) {
  .TLT_cruise_destinations_slider_outer {
    width: 100vw;
    left: -5.5%;
    position: relative;
    padding: 0 0 0 5%;
    overflow: hidden;
    overflow-x: scroll;
  }
}

.TLT_cruise_type_top {
  position: relative;
  height: 65%;
  border-radius: 8px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.TLT_cruise_type_bottom {
  height: 35%;
  overflow: hidden;
}

.TLT_cruise_travel_designer_cards {
  display: flex; 
  justify-content: center;
  height:430px;
  gap: 25px;
  overflow: scroll;
  padding: 0px 20px;
}

/* hide scroll on TLT_cruise_travel_designer_cards */
.TLT_cruise_travel_designer_cards::-webkit-scrollbar {
  display: none;
}

.TLT_cruise_travel_designers_slider_container::webkit-scrollbar {
  display: none;
}

.TLT_cruise_travel_designer_card {
  border-radius: 8px;
  width: 25%;
  flex-shrink:0;
  background: #14475B;
  box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
}

.TLT_cruise_travel_designer_card a:hover {
  text-decoration: underline;
  color: #d89e40;
}

@media screen and (max-width: 800px) {
  .TLT_cruise_travel_designer_card {
    width: 80%;
  }  
  .TLT_cruise_travel_designer_cards {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
  .TLT_cruise_travel_designer_card {
    width: 40%;
  }  
  .TLT_cruise_travel_designer_cards {
    justify-content: flex-start;
  }
}

.TLT_cruise_travel_designer_bottom a {
  position: absolute;
  width: auto;
  text-align: right;
  display: inline-block;
  right: 20px;
  bottom: 5px;
}

.TLT_cruise_travel_designer_top {
  height: 250px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.TLT_cruise_travel_designer_bottom {
  height: 150px;
  overflow: hidden;
  position: relative;
  padding: 20px;
}

.TLT_testimonials_viewAll a:hover {
  text-decoration: underline;
  color: #d89e40;
}

.TLT_cruise_destinations_element_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent, transparent);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(transparent), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent, transparent);
}

.TLT_cruise_types_slider {
  min-width: 100%;
  font-size: 0;
  text-align: left;
  margin-bottom: 20px;
}

.TLT_cruise_destinations_element_container h5 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: left;
}

.TLT_crusie_destinations_slider_lessThanThree .TLT_cruise_destinations_slider_outer {
  width: 100%;
  left: 0;
  padding: 0;
}

@media only screen and (max-width: 1080px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1080px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1080px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1080px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1080px) {
  .TLT_crusie_destinations_slider_lessThanThree .TLT_cruise_destinations {
    width: 100% !important;
  }

  .TLT_cruise_destinations_intro p {
    width: 100%;
  }
}

.TLT_cruise_destinations_conatiner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.TLT_small_inquiry_parent {
  width: 100%;
  max-width: 1260px;
  margin: 80px auto 130px auto;
  text-align: center;
  position: relative;
}

.TLT_small_inquiry_parent .TLT_inquiry_form {
  position: relative;
  font-size: unset;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .gform_heading,
.TLT_small_inquiry_parent .TLT_inquiry_form .gfield_description,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_destination,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy .gfield_label,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_subscribe .gfield_label,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_hearAbout-other,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_hearAbout-other .gfield_label,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_recapture .gfield_label {
  display: none;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_title {
  font-size: 26px;
  margin-bottom: 50px;
  font-family: 'playfair display';
  text-align: center;
}

.TLT_small_inquiry_parent .TLT_inquiry_form ul li {
  width: 50%;
  text-align: left;
  margin-bottom: 10px;
  padding: 0 1%;
}

.TLT_small_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_validationButton_container {
  width: 25%;
  height: 60px;
  float: right;
  margin-top: -63px;
  max-width: calc(50% - 315px);
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_title_container {
  width: 100%;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_key_container {
  position: absolute;
  top: 50px;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 0.39px;
  text-align: right;
  color: #1b1b1b;
  font-family: ProximaNova_normal;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_contactNumber {
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: right;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_contactNumber a {
  font-family: ProximaNova_normal;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 0.5px;
  text-align: right;
  color: #1b1b1b;
}

.TLT_small_inquiry_parent .TLT_inquiry_form ul li .gfield_label {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.44px;
  color: #1b1b1b;
  margin-bottom: 10px;
  font-family: ProximaNova_normal;
}

.TLT_small_inquiry_parent .TLT_inquiry_form ul li .gfield_label .gfield_required,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy span,
.TLT_small_inquiry_parent .gform_wrapper .ginput_container span:not(.ginput_price) {
  color: #ea6148;
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 0;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_notes {
  position: absolute;
  top: 80px;
  right: 0;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy {
  position: absolute;
  top: 310px;
  right: 0;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_subscribe {
  position: absolute;
  top: 370px;
  right: 0;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn {
  position: absolute;
  top: 240px;
  right: 25%;
  width: 25%;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_travelDates_parent {
  position: absolute;
  right: 0;
  top: 205px;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_travelDates_parent .TLT_inquiry_travelDates {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.44px;
  color: #1b1b1b;
  margin-bottom: 10px;
  font-family: ProximaNova_normal;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn .gfield_label,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut .gfield_label {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  background-color: #f7f7f7;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.44px;
  color: #1b1b1b;
  font-family: ProximaNova_normal;
  cursor: pointer;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut {
  position: absolute;
  top: 240px;
  right: 0;
  width: 25%;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn .ginput_container,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut .ginput_container {
  height: 0;
  overflow: hidden;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn input.datepicker.medium,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut input.datepicker.medium {
  width: 100%;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn_subtitle,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut_subtitle {
  font-size: 12px;
  margin: 0 0 10px 1%;
  display: none;
}

.TLT_small_inquiry_parent .TLT_inquiry_form ul li input,
.TLT_small_inquiry_parent .TLT_inquiry_form ul li select,
.TLT_small_inquiry_parent .TLT_inquiry_form ul li textarea {
  width: 100%;
  border: none;
  height: 48px;
  border-radius: 8px;
  outline: none;
  background-color: #f7f7f7;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.44px;
  color: #1b1b1b;
  font-family: ProximaNova_normal;
}

.TLT_small_inquiry_parent .TLT_inquiry_form ul li textarea {
  height: 80px;
  max-height: 200px;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn input {
  width: 50%;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy input,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_subscribe input {
  width: 35px;
  height: 35px;
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
  background-color: #f7f7f7;
  background-image: none;
  border: none;
  appearance: none;
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy label,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_subscribe label {
  width: calc(100% - 50px);
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
}

.TLT_inquiry_form .gform_footer {
  display: none;
}

.TLT_inquiry_form .gform_footer input[type='submit'] {
  width: 100%;
  border: none;
  font-size: 16px;
  font-weight: 600;
  font-family: ProximaNova_normal;
  background-color: #d89e40;
  border-radius: 8px;
  padding: 15px 0;
  color: #fff;
  background-image: none;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy a {
  color: #14475b;
  font-weight: 600;
  text-decoration: underline;
}

.TLT_small_inquiry_parent .TLT_inquiry_form ul li select {
  appearance: none;
  background-image: url(https://www.tullyluxurytravel.com/wp-content/themes/tully/images/path_1.svg);
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px);
  border: none;
  background-color: #f7f7f7;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.TLT_small_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_validationButton {
  text-align: center;
  width: 100%;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  font-family: ProximaNova_normal;
  background-color: #d89e40;
  border-radius: 8px;
  padding: 15px 0;
  color: #fff;
  cursor: pointer;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_validationRequired .gfield_label,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_validationRequired .gfield_consent_label,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_validationRequired .gfield_consent_label a,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_datesIncorrect p.TLT_inquiry_travelDates {
  color: #ea6148 !important;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_validationRequired input,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_datesIncorrect input {
  border: solid 1.5px #ea6148;
  background-color: rgba(234, 97, 72, 0.05);
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_validation_message,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_dateValidation_message {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 14px;
  letter-spacing: normal;
  color: #ea6148;
  margin-left: 5px;
  vertical-align: top;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_dateValidation_message {
  /* position: absolute; */
  width: 100%;
  top: 5px;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_hearAbout option {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.44px;
  color: #1b1b1b;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_parent {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container {
  width: 60%;
  margin: 200px auto 0 auto;
  background-color: #14475b;
  height: auto;
  min-height: 350px;
  border-radius: 8px;
  padding: 60px 0 50px 0;
  position: relative;
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container h4 {
  font-family: PlayfairDisplay;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.83px;
  text-align: center;
  color: #ffffff;
  width: 80%;
  margin: 20px auto;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container p {
  font-family: ProximaNova_normal;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  width: 80%;
  margin: 0 auto;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container .TLT_inquiry_confirmation_close {
  display: inline-block;
  width: 140px;
  height: 48px;
  margin: 50px auto 0 auto;
  padding: 14px 0;
  border-radius: 8px;
  background-color: #d89e40;
  cursor: pointer;
  font-family: ProximaNova_normal;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.44px;
  text-align: center;
  color: #ffffff;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_validation_container {
  position: relative;
  top: 5px;
  display: inline-block;
  margin-left: 10px;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy .TLT_inquiry_validation_container {
  /* top: 7px; */
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_validation_symbol,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_dateValidation_symbol {
  vertical-align: top;
  margin-left: 0;
  height: 14px;
}

.TLT_small_inquiry_parent .TLT_inquiry_form ul li textarea {
  height: 110px;
  max-height: 200px;
}

.TLT_small_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_phonenumber input::-webkit-inner-spin-button,
.TLT_small_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_phonenumber input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.TLT_small_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_phonenumber input {
  -moz-appearance: textfield;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_recapture {
  float: right;
  margin: 0;
  margin-top: -85px;
  width: 25%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

#TLT_inquiry_form .gform_heading {
  display: none;
}

/* ----- hover states ----- */
.TLT_small_inquiry_parent .TLT_inquiry_form ul li input:focus {
  outline: none;
}

.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy input:checked,
.TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_subscribe input:checked {
  background-image: url(https://www.tullyluxurytravel.com/wp-content/themes/tully/images/inquiry_tick.png);
}

.TLT_inquiry_hearAbout option:hover {
  background-color: #14475b;
  color: #fff;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container .TLT_inquiry_confirmation_close:hover {
  text-decoration: none;
}

.TLT_large_inquiry_parent .TLT_inquiry_validation_symbol,
.TLT_large_inquiry_parent .TLT_inquiry_dateValidation_symbol,
.TLT_small_inquiry_parent .TLT_inquiry_dateValidation_symbol {
  margin-left: 10px;
  height: 14px;
}

.TLT_large_inquiry_parent {
  width: 80%;
  max-width: 1200px;
  margin: 50px auto 30px auto;
  text-align: center;
  position: relative;
  font-size: 0;
}

.TLT_large_inquiry_parent .TLT_large_inquiry_form_container {
  display: inline-block;
  vertical-align: top;
}

.TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_container {
  display: inline-block;
  width: 28%;
  margin-left: 2%;
  border-radius: 15px;
  vertical-align: top;
  background-color: #f7f7f7;
  overflow: hidden;
}

.TLT_large_inquiry_sidebar_header {
  background-color: #7d97a1;
  padding: 20px;
}

.TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_header h4 {
  font-family: PlayfairDisplay;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.56px;
  text-align: center;
  color: #ffffff;
  width: 70%;
  margin: 0 auto;
}

.TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_contact_container {
  position: relative;
  font-size: 0;
  margin-top: 20px;
}

.TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_contact {
  width: 100%;
  display: inline-block;
  margin: 0 0 10px 0;
  vertical-align: top;
}

.TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_contact_email {
  font-family: ProximaNova_normal;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.44px;
  text-align: center;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #d89e40;
  display: inline-block;
  width: 90%;
}

.TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_contact_phone {
  font-family: ProximaNova_normal;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #1b1b1b;
  padding: 10px 0;
  text-align: center;
  display: inline-block;
  width: 90%;
}

.TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_usp_container {
  width: 90%;
  margin: 0 auto;
  border-top: 2px solid #d7d7d7;
  padding: 20px 0;
}

.TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_usp {
  margin: 0 0 10px 0;
}

.TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_usp p {
  font-family: ProximaNova_normal;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 0.3px;
  color: #1b1b1b;
  text-align: left;
  display: inline-block;
  width: 80%;
  vertical-align: top;
}

.TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_usp img {
  width: 16%;
  max-width: 53px;
  display: inline-block;
  vertical-align: top;
  margin-right: 4%;
}

.TLT_large_inquiry_parent .TLT_inquiry_form {
  position: relative;
  font-size: unset;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_destination {
  display: inline-block;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .gform_heading,
.TLT_large_inquiry_parent .TLT_inquiry_form .gfield_description,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy .gfield_label,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_subscribe .gfield_label,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_hearAbout-other,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_hearAbout-other .gfield_label,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_contactNumber {
  display: none;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_title {
  font-size: 26px;
  margin-bottom: 50px;
  font-family: 'playfair display';
  text-align: center;
}

.TLT_large_inquiry_parent .TLT_inquiry_form ul li {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  padding: 0 1%;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_title_container {
  display: none;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_key_container {
  position: relative;
  top: 0px;
  right: 1%;
  width: auto;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 0.39px;
  text-align: right;
  color: #1b1b1b;
  font-family: ProximaNova_normal;
}

.TLT_large_inquiry_parent .TLT_inquiry_form ul li .gfield_label {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.44px;
  color: #1b1b1b;
  margin-bottom: 10px;
  font-family: ProximaNova_normal;
}

.TLT_large_inquiry_parent .TLT_inquiry_form ul li .gfield_label .gfield_required,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy span {
  color: #ea6148;
  display: inline;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_notes,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_subscribe {
  position: relative;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut {
  position: relative;
  width: 50%;
  display: inline-block;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn_subtitle,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut_subtitle {
  font-size: 12px;
  margin: 0 0 10px 1%;
  display: none;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.44px;
  color: #1b1b1b;
  font-family: ProximaNova_normal;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn input.datepicker.medium,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut input.datepicker.medium {
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.TLT_large_inquiry_parent .TLT_inquiry_form ul li input,
.TLT_large_inquiry_parent .TLT_inquiry_form ul li select,
.TLT_large_inquiry_parent .TLT_inquiry_form ul li textarea {
  width: 100%;
  border: none;
  height: 48px;
  border-radius: 8px;
  outline: none;
  background-color: #f7f7f7;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.44px;
  color: #1b1b1b;
  font-family: ProximaNova_normal;
}

.TLT_large_inquiry_parent .TLT_inquiry_form ul li textarea {
  height: 200px;
  max-height: 200px;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn input {
  width: 50%;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy input,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_subscribe input {
  width: 35px;
  height: 35px;
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
  background-color: #f7f7f7;
  background-image: none;
  border: none;
  appearance: none;
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy label,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_subscribe label {
  width: calc(100% - 50px);
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  font-size: 15px;
  font-weight: 500;
  padding-top: 10px;
}

.TLT_inquiry_form .gform_footer {
  display: none;
}

.TLT_inquiry_form .gform_footer input[type='submit'] {
  width: 100%;
  border: none;
  font-size: 16px;
  font-weight: 600;
  font-family: ProximaNova_normal;
  background-color: #d89e40;
  border-radius: 8px;
  padding: 15px 0;
  color: #fff;
  background-image: none;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy a {
  color: #14475b;
  font-weight: 600;
  text-decoration: underline;
}

.TLT_large_inquiry_parent .TLT_inquiry_form ul li select {
  appearance: none;
  background-image: url(https://www.tullyluxurytravel.com/wp-content/themes/tully/images/path_1.svg);
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px);
  -webkit-appearance: none;
  -moz-appearance: none;
}

.TLT_large_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_validationButton {
  text-align: center;
  width: 50%;
  position: relative;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  font-family: ProximaNova_normal;
  background-color: #d89e40;
  border-radius: 8px;
  padding: 15px 0;
  color: #fff;
  cursor: pointer;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_validationRequired .gfield_label,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_validationRequired .gfield_consent_label,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_validationRequired .gfield_consent_label a,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_datesIncorrect p {
  color: #ea6148 !important;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_validationRequired input,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_datesIncorrect label {
  border: solid 1.5px #ea6148;
  background-color: rgba(234, 97, 72, 0.05);
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_validation_message,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_dateValidation_message {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ea6148;
  margin-left: 5px;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_dateValidation_message {
  position: absolute;
  width: 100%;
  top: 5px;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_hearAbout option {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.44px;
  color: #1b1b1b;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_parent {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container {
  width: 60%;
  margin: 200px auto 0 auto;
  background-color: #14475b;
  height: auto;
  min-height: 350px;
  border-radius: 8px;
  padding: 60px 0 50px 0;
  position: relative;
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container h4 {
  font-family: PlayfairDisplay;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.83px;
  text-align: center;
  color: #ffffff;
  width: 80%;
  margin: 20px auto;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container p {
  font-family: ProximaNova_normal;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  width: 80%;
  margin: 0 auto;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container .TLT_inquiry_confirmation_close {
  display: inline-block;
  width: 140px;
  height: 48px;
  margin: 50px auto 0 auto;
  padding: 14px 0;
  border-radius: 8px;
  background-color: #d89e40;
  cursor: pointer;
  font-family: ProximaNova_normal;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.44px;
  text-align: center;
  color: #ffffff;
}

.TLT_inquiry_datepicker {
  display: none;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_datepicker_container {
  width: 100%;
  height: 505px;
  padding: 40px 45px 40px 43px;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 12%);
  background-color: #ffffff;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_datepicker_header {
  width: 100%;
  display: inline-block;
  font-family: ProximaNova_normal;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1b1b1b;
  margin-bottom: 10px;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_datepicker_subHeader {
  font-family: ProximaNova_normal;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #aaabad;
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_datepicker_month_container {
  position: relative;
  display: block;
  font-size: 0;
  width: 100%;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_datepicker_month {
  margin: 0;
  width: 50%;
  display: inline-block;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_datepicker_month_name_container p {
  height: 20px;
  font-family: ProximaNova_normal;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #14475b;
}

.TLT_large_inquiry_sidebar_header_tablet {
  display: none;
}

.TLT_large_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_phonenumber input::-webkit-inner-spin-button,
.TLT_large_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_phonenumber input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.TLT_large_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_phonenumber input {
  -moz-appearance: textfield;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn .ginput_container,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut .ginput_container {
  height: 0;
  overflow: hidden;
}

.TLT_large_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_checkIn .gfield_label,
.TLT_large_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_checkOut .gfield_label {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  background-color: #f7f7f7;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.44px;
  color: #1b1b1b;
  font-family: ProximaNova_normal;
}

.TLT_large_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_travelDates_parent .TLT_inquiry_travelDates {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.44px;
  color: #1b1b1b;
  margin-bottom: 10px;
  font-family: ProximaNova_normal;
  position: relative;
}

/* ----- hover states ----- */
.TLT_large_inquiry_parent .TLT_inquiry_form ul li input:focus {
  outline: none;
}

.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy input:checked,
.TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_subscribe input:checked {
  background-image: url(https://www.tullyluxurytravel.com/wp-content/themes/tully/images/inquiry_tick.png);
}

.TLT_inquiry_hearAbout option:hover {
  background-color: #14475b;
  color: #fff;
}

.TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_contact a:hover {
  text-decoration: none;
}

#ui-datepicker-div {
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 12%);
  background-color: #ffffff;
  border: none;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
}

#ui-datepicker-div .ui-datepicker-header {
  background: none;
  border: none;
  padding: 10px 0;
}

#ui-datepicker-div .ui-datepicker-title {
  font-family: ProximaNova_normal;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #14475b;
  text-shadow: none;
}

#ui-datepicker-div .ui-datepicker-calendar th {
  font-family: ProximaNova_normal;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a0a0a0;
  text-shadow: none;
  text-transform: none;
  background-color: #fff;
}

#ui-datepicker-div .ui-datepicker-calendar td a {
  font-family: ProximaNova_normal;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1b1b1b;
  text-align: center;
  border: none;
  background-color: #fff;
  border-radius: 5px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

#ui-datepicker-div .ui-datepicker-unselectable.ui-state-disabled {
  background-color: #fff;
}

#ui-datepicker-div .ui-datepicker-calendar td,
#ui-datepicker-div .ui-datepicker-calendar tr,
#ui-datepicker-div .ui-datepicker-calendar thead {
  border-top: none;
  border-right: none;
  border-bottom: none;
}

/* #ui-datepicker-div .ui-datepicker-prev {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
} */

/* #ui-datepicker-div .ui-datepicker-next {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
} */

#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-prev-hover,
#ui-datepicker-div .ui-datepicker-next-hover {
  top: 7px;
  background: none;
  border: none;
}

#ui-datepicker-div .ui-widget-header .ui-icon {
  background-image: url(https://www.tullyluxurytravel.com/wp-content/themes/tully/images/path_1.svg);
}

#ui-datepicker-div .ui-icon-circle-triangle-e,
#ui-datepicker-div .ui-icon-circle-triangle-w {
  background-position: center;
}

/* ----- datepicker - hoverstates ----- */
#ui-datepicker-div .ui-datepicker-calendar td a:hover {
  background-color: #d89e40;
  color: #fff;
}

@media /* only screen and (max-width: 1200px) and (max-height: 800px),
  */ only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (max-height: 950px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 1200px) and (max-height: 950px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 1200px) and (max-height: 950px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (max-height: 950px) {
  /* #ui-datepicker-div {
        display: none !important;
    } */
}

@media /* only screen and (max-width: 800px) and (max-height: 1200px),
  */ only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 950px) and (max-height: 1200px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 950px) and (max-height: 1200px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 950px) and (max-height: 1200px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 950px) and (max-height: 1200px) {
  /* #ui-datepicker-div {
        display: none !important;
    } */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 880px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 880px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (min-width: 880px),
  only screen and (min-device-pixel-ratio: 1.5) and (min-width: 880px) {
  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn_subtitle,
  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut_subtitle,
  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn_subtitle,
  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut_subtitle {
    display: block;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy {
    top: 310px;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_subscribe {
    top: 370px;
  }
}

@media only screen and (max-width: 880px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 880px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 880px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 880px) {
  /* ----- inquiry form small ----- */
  .TLT_small_inquiry_parent {
    width: 90%;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form ul li {
    width: 100%;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn,
  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_notes,
  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy,
  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_subscribe,
  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_travelDates_parent {
    position: relative;
    top: 0;
    right: unset;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn {
    width: 50%;
    display: inline-block;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut {
    width: 50%;
    position: relative;
    display: inline-block;
    top: 0;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn_subtitle,
  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut_subtitle {
    display: block;
  }

  .TLT_inquiry_form .gform_footer {
    width: 50%;
    position: relative;
    right: unset;
    bottom: unset;
    margin-top: 30px;
    margin-left: 1%;
  }

  .TLT_inquiry_validationButton {
    width: 50%;
    position: relative;
    right: unset;
    bottom: unset;
    margin-top: 20px;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container {
    width: 80%;
    min-height: 330px;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container .TLT_inquiry_confirmation_close {
    width: 360px;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_contactNumber {
    top: 40px;
    text-align: center;
  }

  .TLT_large_inquiry_parent .TLT_inquiry_form ul li {
    width: 100%;
  }

  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn,
  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_notes,
  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_privacy,
  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_subscribe {
    position: relative;
    top: 0;
    right: unset;
  }

  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn {
    width: 50%;
  }

  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn_subtitle,
  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut_subtitle,
  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkIn_subtitle,
  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_checkOut_subtitle {
    display: block;
  }

  .TLT_inquiry_form .gform_footer {
    width: 50%;
    position: relative;
    right: unset;
    bottom: unset;
    margin-top: 30px;
    margin-left: 1%;
  }

  .TLT_inquiry_validationButton {
    width: 50%;
    position: relative;
    right: unset;
    bottom: unset;
    margin-top: 20px;
  }

  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container {
    width: 80%;
    min-height: 330px;
  }

  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container .TLT_inquiry_confirmation_close {
    width: 360px;
  }

  .TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_usp_container {
    display: none;
  }

  .TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_contact {
    width: 100%;
    margin: 10px 0;
  }

  .TLT_large_inquiry_sidebar_header_desktop {
    display: none;
  }

  .TLT_large_inquiry_sidebar_header_tablet {
    display: inline-block;
  }

  .TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_header h4 {
    width: 100%;
  }

  .TLT_large_inquiry_jquery_datepicker {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_recapture {
    float: unset;
    margin-top: 0;
    width: 100%;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_recapture div div {
    margin: 10px auto;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_validationButton_container {
    width: 100%;
    max-width: unset;
    margin-top: 0;
    float: unset;
  }
}

@media only screen and (max-width: 500px),
  only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 500px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 500px),
  only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 500px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 500px) {
  .TLT_large_inquiry_parent {
    margin-bottom: 20px;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_validationButton {
    width: 100%;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_contactNumber {
    top: 30px;
  }

  .TLT_large_inquiry_parent .TLT_inquiry_form ul .TLT_inquiry_validationButton {
    width: 100%;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container {
    width: 90%;
    min-height: 375px;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container .TLT_inquiry_confirmation_close {
    width: 90%;
    max-width: 324px;
  }

  .TLT_small_inquiry_parent .TLT_inquiry_form ul li textarea {
    height: 220px;
    max-height: 220px;
  }

  .TLT_large_inquiry_parent .TLT_large_inquiry_form_container {
    min-width: 100%;
  }

  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container {
    width: 90%;
    min-height: 375px;
  }

  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_confirmation_container .TLT_inquiry_confirmation_close {
    width: 90%;
    max-width: 324px;
  }

  .TLT_large_inquiry_parent .TLT_large_inquiry_sidebar_container {
    display: none;
  }

  .TLT_large_inquiry_parent .TLT_inquiry_form ul li textarea {
    height: 220px;
    max-height: 220px;
  }

  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_contactNumber {
    display: block;
    position: absolute;
    top: 0;
  }

  .TLT_large_inquiry_parent .TLT_inquiry_form .TLT_inquiry_contactNumber a {
    font-family: ProximaNova_normal;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: 0.5px;
    text-align: right;
    color: #1b1b1b;
  }
}

.TLT_itinerary_info_banner_container {
  text-align: center;
}

.TLT_itinerary_info_banner_container div {
  vertical-align: top;
  width: auto;
  display: inline-block;
  margin: 10px 5px;
  max-width: 320px;
}

.TLT_itinerary_info_banner_container div p {
  text-align: left;
}

.TLT_heroBanner_parent a:not([href]):not([tabindex]) {
  color: #fff;
  cursor: pointer;
}

section.inquiryForm_parent.form_parent,
section.itineraryForm_parent.form_parent {
  margin-bottom: 50px;
  margin-top: 50px;
}

.TLT_simpleHeader_parent + section.inquiryForm_parent.form_parent {
  margin-top: 50px;
}

section.icon-grid {
  z-index: 2;
}

.post-type-archive-tlt_destinations section.icon-grid {
  z-index: unset;
}

.filter-desktop {
  z-index: 1;
}

#gform_confirmation_message_13 {
  font-size: 18px;
  color: #fff;
}

.elementor-inner {
  padding-top: 50px;
}

.elementor * p {
  color: inherit;
  font-size: initial;
}

html {
  font-size: 16px;
}

.elementor * {
  font-size: unset;
}

/* text block with multi frame carousel - Desktop */
@media only screen and (max-width: 10000px) {
  .textBlockInner_withMultiFrameImageCarousel {
    width: 95%;
    margin: 0 auto;
    margin-right: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 2fr;
    grid-template-columns: 1fr 2fr;
    grid-gap: 40px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .textBlockContentContainer_withMultiFrameImageCarousel {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    margin-right: 0;
  }

  .textBlockContentContainer_withMultiFrameImageCarousel h3 {
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 1px;
  }

  .textBlockCarouselContainer_withMultiFrameImageCarousel .carouselParent {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px 40px;
    -ms-grid-rows: auto 20px auto;
    grid-template-areas:
      'leftArrow Carousel rightArrow'
      'navigation navigation navigation';
    -ms-grid-columns: minmax(50px, 1fr) 40px minmax(auto, 1000px) 40px minmax(50px, 1fr);
    grid-template-columns: minmax(50px, 1fr) minmax(auto, 1000px) minmax(50px, 1fr);
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  .textBlockCarouselContainer_withMultiFrameImageCarousel .carouselParent .carouselOuter {
    grid-area: Carousel;
    margin: 0 auto;
    width: 100%;
  }

  .textBlockCarouselContainer_withMultiFrameImageCarousel .carouselInner {
    grid-gap: 20px;
    margin: 0 auto;
    margin-left: 0;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
  }

  .textBlockCarouselContainer_withMultiFrameImageCarousel .carouselButtonContainer {
    position: absolute;
    top: calc(50% - 25px);
    z-index: 3;
    -webkit-filter: brightness(20);
    filter: brightness(20);
  }

  .textBlockCarouselContainer_withMultiFrameImageCarousel .carouselButtonContainer.left {
    left: 20px;
  }

  .textBlockCarouselContainer_withMultiFrameImageCarousel .carouselButtonContainer.right {
    right: 20px;
  }

  .textBlockCarouselContainer_withMultiFrameImageCarousel .carouselButtonContainer .imageContainer img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .textBlockCarouselContainer_withMultiFrameImageCarousel .carouselItem {
    height: 450px;
    border-radius: 15px;
    margin: 0 auto;
    width: 100%;
  }

  .textBlockCarouselContainer_withMultiFrameImageCarousel .carouselItemInner,
  .textBlockCarouselContainer_withMultiFrameImageCarousel .carouselItemInner a,
  .textBlockCarouselContainer_withMultiFrameImageCarousel .itemImage {
    height: 100%;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
  }

  .textBlockCarouselContainer_withMultiFrameImageCarousel .carouselItemInner .itemImage .imageContainer {
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    height: 100%;
    max-height: inherit;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .textBlockCarouselContainer_withMultiFrameImageCarousel .carouselItemInner .itemImage .imageContainer img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
  }

  .textBlockCarouselContainer_withMultiFrameImageCarousel .carouselItemInner .itemImage .overlayDark {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0.1;
  }

  .textBlockCarouselContainer_withMultiFrameImageCarousel .carouselItemInner:hover .itemImage .imageContainer {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .textBlockCarouselContainer_withMultiFrameImageCarousel .itemContentContainer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
  }

  .textBlockCarouselContainer_withMultiFrameImageCarousel .itemContentContainer h4 {
    color: #fff;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0.5px;
  }

  .textBlockCarouselContainer_withMultiFrameImageCarousel .itemDetailContainer p,
  .textBlockCarouselContainer_withMultiFrameImageCarousel .itemDetailContainer span {
    color: #fff;
    display: inline;
    margin-right: 5px;
  }

  .textBlockCarouselContainer_withMultiFrameImageCarousel {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    margin-left: 0;
    overflow: hidden;
    position: relative;
  }

  .textBlockCarouselContainer_withMultiFrameImageCarousel .overlayDark {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  }

  .carouselButtonContainer {
    width: 50px;
    height: 50px;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    opacity: 1;
    cursor: pointer;
  }

  .carouselButtonContainer.active {
    opacity: 0.3;
  }

  .carouselButtonContainer.left {
    grid-area: leftArrow;
    margin-right: 0;
  }

  .carouselButtonContainer.right {
    grid-area: rightArrow;
    margin-left: 0;
  }
}

@media only screen and (max-width: 10000px) {
  .textBlockCarouselContainer_withMultiFrameImageCarousel .carouselParent .carouselOuter {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .carouselButtonContainer.left {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .carouselButtonContainer.right {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}

@media only screen and (max-width: 10000px) {
  .textBlockCarouselContainer_withMultiFrameImageCarousel .carouselParent .carouselOuter {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .carouselButtonContainer.left {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .carouselButtonContainer.right {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}

/* text block with multi frame carousel - Tablet */
@media only screen and (max-width: 1180px) {
}

/* text block with multi frame carousel - Mobile */
@media only screen and (max-width: 680px) {
  .textBlockInner_withMultiFrameImageCarousel {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .textBlockContentContainer_withMultiFrameImageCarousel {
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
  }

  .textBlockCarouselContainer_withMultiFrameImageCarousel .carouselButtonContainer {
    display: none;
  }

  .textBlockCarouselContainer_withMultiFrameImageCarousel .carouselOuter {
    padding: 0 5%;
  }
}

.podcasts_archive_parent a.p_small.clr_gold.fnt_bold {
  display: none;
}

#TLT_inquiry_form {
  display: flex;
  justify-content: center;
}

.TLT_header_menu_contact_text {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.44px;
  color: #fff;
  font-family: ProximaNova_normal;
  text-align: center;
}

@media only screen and (max-width: 1080px) {
  .TLT_header_menu_contact_text {
    width: 180px;
  }
}

.TLT_inquiryForm_title {
  padding: 95px 42px 0px 42px;
}

.inquiryForm2_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}

/* breakpoint to make the container display as column */
@media (max-width: 1000px) {
  .TLT_inquiryForm_title {
    padding: 105px 42px 0px 42px !important;
  }
  .inquiryFormv2 {
    max-width: unset !important;
    width: 100% !important;
    padding: 0px 18px 30px 18px !important;
  }
  .inquiryForm2_container {
    padding: 0px 16px !important;
    flex-direction: column !important;
  }
  .TLT_travel_designer_container {
    width: 100% !important;
  }
  .TLT_custom_datepicker_confirm_container {
    padding: 12px 20px !important;
  }
  .TLT_custom_datepicker__months_container{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .TLT_custom_datepicker__months_container {
    padding: 0px 21px !important;
  }
  .daterangepicker {
    flex-direction: column !important;
    width: 100% !important;
  }
  .TLT_custom_datepicker_confirm_container {
    padding: 12px 20px !important;
  }
  .TLT_inquiryForm_confirmation_title {
    font-size: 36px !important;
  }
  .page-id-114716 .TLT_smallImageBanner_parent {
    margin: 10px 0 60px 0 !important;
  }
}

.TLT_inquiryForm2_title_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DDDDDD;
  padding: 32px 0px 16px 0px;
}

.TLT_inquiryForm2_title {
  margin: 0;
  font-size: 28px !important;
  text-align: center;
}

.TLT_inquiryForm2_required_text {
  font-family: 'ProximaNova_bold' !important;
  color: #9D9C9C;
  font-size: 12px;
  text-align: right;
}

.inquiryFormv2 {
  background: #F7F7F7;
  margin-bottom: 24px;
  padding: 0px 36px 30px 36px;
  border-radius: 12px;
  width: 637px;
}

.inquiryFormv2 .gfield textarea.large {
  height: 185px !important;
}

.inquiryFormv2 .ginput_container_consent {
  margin-top: 32px;
}

.inquiryFormv2 .gfield--type-text .ginput_container input {
  border: unset !important;
  padding: 13px 20px !important;
  border-radius: 8px !important;
}

.inquiryFormv2 .gfield--type-email .ginput_container input {
  border: unset !important;
  padding: 13px 20px !important;
  border-radius: 8px !important;
}

.inquiryFormv2 .gfield_consent_label {
  font-family: 'ProximaNova_bold' !important;
  font-size: 16px !important;
}

.inquiryFormv2 input[type=checkbox] {
	-webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
	height: 35px;
  min-height: 35px;
	width: 35px;
  min-width: 35px;
	background: white;
  border-radius: 3px;
}

.inquiryFormv2 input[type=checkbox]:hover {
	-webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
	background: #EBEBEB;
}

/* Disable hover when checked */
.inquiryFormv2 input[type=checkbox]:checked:hover {
	background-color: white;
}

.inquiryFormv2 input[type=checkbox]:checked {
	-webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
	background-image: url('/wp-content/themes/tully/PageBuilder/Images/Form_tick2.svg');
	background-size: 20px 15px;
	background-repeat: no-repeat;
	background-position: center center;
}

.inquiryFormv2 ul li input {
  width: 35px !important;
  height: 35px;
  margin-right: 10px;
  background-color: #f7f7f7;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  appearance: none;
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 !important;
}

.TLT_custom_datepicker {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 500;
  font-size: 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-width: 0 !important;
  border-radius: 0px 0px 8px 8px;
}

.TLT_custom_datepicker p {
  font-size: 14px;
}

.TLT_custom_datepicker__body {
  height: 400px;
  overflow: scroll;
}

.TLT_custom_datepicker__header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-bottom: 12px;
}

.TLT_custom_datepicker__header_options {
  display: flex;
  align-items: center;
  background: #EBEBEB;
  border-radius: 5px;
  padding: 3px;
}

.TLT_custom_datepicker__header_option {
  padding: 9px 14px;
  cursor: pointer;
  border-radius: 3px;
}

.TLT_custom_datepicker__header_option.selected {
  background: white;
}

.TLT_custom_datepicker__tell_me_best {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.TLT_custom_datepicker__tell_me_best_checkbox {
  background: #EBEBEB !important;
  border-radius: 5px !important;
  width: 21px !important;
  min-width: unset !important;
  height: 21px !important;
  min-height: unset !important;
  margin-left: 5px !important;
}

.TLT_custom_datepicker__tell_me_best_checkbox:hover {
  background: #DADADA !important;
}

.TLT_custom_datepicker__tell_me_best_checkbox:checked {
	background-image: url('/wp-content/themes/tully/PageBuilder/Images/Form_tick2.svg') !important;
	background-size: 12px 12px !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.TLT_custom_datepicker__tell_me_best_checkbox:checked:hover {
  background-color: #EBEBEB !important;
}

.TLT_custom_datepicker__nights_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 27px;
}

.TLT_custom_datepicker__nights_options {
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 3px;
}

.TLT_custom_datepicker__nights_option {
  background: #ffffff;
  color: #000;
  border: 1px solid #EBEBEB;
  padding: 9px 14px;
  cursor: pointer;
  border-radius: 5px;
  margin: 0 5px;
  text-align: center;
}

.TLT_custom_datepicker__nights_option p {
  font-size: 14px;
}

.TLT_custom_datepicker__nights_option:hover {
  background: #7D97A0 !important; 
}

.TLT_custom_datepicker__nights_option:hover p {
  color: #fff;
}

.TLT_custom_datepicker__nights_option.selected {
  background: #13475A !important;
}

.TLT_custom_datepicker__nights_option.selected p {
  color: #fff;

}

.TLT_custom_datepicker__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 27px !important;
}

.TLT_custom_datepicker__when-go_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 27px;
}

.TLT_custom_datepicker__months_container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
	padding: 0px 42px;
  width: 100%;
}

.TLT_custom_datepicker__months_button {
	display: flex;
	flex-direction: column;
  justify-content: center;
	border: 1px solid #DEDEDE;
	border-radius: 8px;
	padding: 20px 20px;
  cursor: pointer;
  align-items: center;
}

.TLT_custom_datepicker__months_button p {
  font-size: 14px;
  line-height: 16px;
}

.TLT_custom_datepicker__months_button:hover .TLT_custom_datepicker__months_button_img {
  filter: invert(1);
}

.TLT_custom_datepicker__months_button.selected .TLT_custom_datepicker__months_button_img {
  filter: invert(1);
}

.TLT_custom_datepicker__months_button:hover {
  background: #7D97A0 !important;
}

.TLT_custom_datepicker__months_button:hover p {
  color: #fff;
}

.TLT_custom_datepicker__months_button.selected {
  background: #13475A !important;
}

.TLT_custom_datepicker__months_button.selected p {
  color: #fff;
}

.TLT_custom_datepicker__months_button_img {
  padding-bottom: 4px;
}

.swiper-wrapper {
  height: 120px !important;
}

.swiper-slide {
  width: auto !important;
}

.daterangepicker {
  top: unset !important;
  position: relative !important;
  left: unset !important;
  max-width: unset !important;
  border: unset !important;
  display: flex !important;
  flex-direction : row;
  justify-content: space-around !important;
  margin-bottom: 16px !important;
}

.daterangepicker:before {
  display: none !important; /* disable useless arrow which shows by default */
}

.daterangepicker th.month {
  font-family: 'ProximaNova_bold' !important;
  font-size: 16px !important;
}

.daterangepicker .calendar-table th {
  color: #979797 !important;
  text-align: center !important;
  font-family: 'ProximaNova_normal' !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 22px !important; /* 183.333% */
  letter-spacing: 0.333px !important;
  height: 35px !important;
  width: 35px !important;
}

.daterangepicker th.month {
  color: #1B1B1B !important;
  text-align: center !important;
  font-family: 'ProximaNova_bold' !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 22px !important; /* 137.5% */
  letter-spacing: 0.444px !important;
}

.daterangepicker .calendar-table td {
  font-family: 'ProximaNova_normal' !important;
  font-size: 14px !important;
  height: 35px !important;
  width: 35px !important;
}

.daterangepicker td.off {
  color: #D9D9D9 !important;
  font-family: 'ProximaNova_normal' !important;
}

.TLT_custom_datepicker_exact_datepicker {
  display: flex !important;
  justify-content: center !important;
}

.drp-buttons {
  display: none !important;
}

.ranges {
  display: none !important
}

.drp-calendar {
  width: 100% !important;
  max-width: unset !important;
}

.calendar-table {
  width: 100% !important;
  padding: 0 !important;
}

.daterangepicker td.in-range {
  background-color: #7D97A0 !important;
  color: #fff !important;
}

.daterangepicker td.active {
  background-color: #13475A !important;
}

.daterangepicker td.end-date {
  background-color: #13475A !important;
}

.TLT_custom_datepicker_nights-count-text {
  text-align: center;
  margin-bottom: 29px !important;
}
.TLT_currency_dropdown {
  position: absolute;
  padding: 14px;
  height: 100%;
  border-right: 2px solid #F7F7F7;
  cursor: pointer;
}

.TLT_currency_dropdown_icon {
  height: inherit;
}

.TLT_currency_dropdown_menu {
  display: none;
  background: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 500;
  border-radius: 0px 0px 8px 8px;
}

.TLT_dropdown_option {
  display: flex;
  padding: 10px 14px;
  cursor: pointer;
  border-bottom: 1px solid #EBEBEB;
  align-items: center;
  justify-content: space-between;
}

.TLT_dropdown_option p {
  font-size: 14px;
}

.TLT_dropdown_option:hover {
  background: #DEDEDE;
}

.TLT_dropdown_option_inner {
  display: flex;
  align-items: center;
  gap: 24px;
}

.TLT_dropdown_flag {
  width: 38px;
}

.TLT_custom_datepicker_confirm_container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 42px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid #EBEBEB;
}

.TLT_custom_datepicker_confirm_btn {
  background: #D89E40;
  padding: 12px 32px;
  text-align: center;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
}

.TLT_custom_datepicker_confirm_text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.TLT_travel_designer_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 27px;
  width: 26%;

}

.TLT_travel_designer_title {
  font-family: 'Playfair Display', 'serif';
  font-size: 22px;
  line-height: normal;
  padding-bottom: 10px;
}

.TLT_travel_designer_text {
  font-size: 15px;
}

.TLT_customer_review_text {
  font-family: 'Playfair Display', 'serif';
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
}

.TLT_customer_rating_text {
  font-size: 15px;
  padding: 5px 14px 0px 14px;
}

.TLT_customer_rating_total {
  font-size: 18px;
  font-weight: bold;
  padding: 5px 14px 0px 14px;
}

.TLT_travel_designer {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 36px 42px;
  background-color: #F7F7F7;
  width: 100%;
  margin-bottom: 31px;
  border-radius: 12px;
}

.TLT_customer_review {
  text-align: center;
  margin-bottom: 17px;
}

.TLT_customer_stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.TLT_customer_stars_images {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

/* TLT Inquiry Confirmation */

.TLT_inquiryForm_confirmation_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 42px;
  margin-bottom: 27px;
} 

.TLT_inquiryForm_confirmation_title {
  font-family: 'Playfair Display', 'serif' !important;
  font-size: 54px !important;
  text-align: center !important;
  padding: 60px 0px 24px 0px !important;
  line-height: 1.2 !important;
  color: #000000 !important;
}

.TLT_inquiryForm_confirmation_subTitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 27px;
}

.TLT_inquiryForm_privacy_statement {
  color: #9D9C9C;
  padding: 0px 0px 8px 0px;
  margin: 0px;
  letter-spacing: 0px;
  line-height: 12px;
  font-size: 12px;
}

.TLT_inquiryForm_privacy_statement a {
  color: #9D9C9C;
  text-decoration: underline;
  font-weight: normal;
}

#field_24_56 {
  display: flex !important;
  align-items: center;
}

#field_24_59 {
  display: flex !important;
  align-items: center;
}

#field_24_56 label {
  margin: 0px 25px 0px 0px !important;
}

#field_24_59 label {
  margin: 0px 35px 0px 0px !important;
}

.TLT_increment_buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 125px;
}

.TLT_increment_button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  cursor: pointer;
  filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.16));
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.TLT_increment_count {
  color: #1B1B1B;
  text-align: center;
  font-family: 'ProximaNova_normal';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.444px;
}

.TLT_increment_button p {
  color: #13475A;
  text-align: center;
  font-family: 'ProximaNova_bold';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 122.222% */
  letter-spacing: 0.5px;
}

.TLT_increment_button.disabled {
  background: #EBEBEB;
  cursor: not-allowed;
}

.TLT_inquiryForm_heard_about_head {
  padding-top: 70px;
}

/* TODO - Update page id to represent the local page's ID */
.page-id-114716 .TLT_testimonials_bottomSection {
	height: unset !important;
}

.page-id-114716 .TLT_testimonials_feefoSection {
  display: flex;
  justify-content: center;
}

.page-id-114716 .TLT_smallImageBanner_parent {
	margin: 20px 0 90px 0;
}

#gform_submit_button_28 {
	font-size: 18px;
	background: #D89E40;
    color: #ffffff;
    font-weight: bold;
    border: 0;
    padding: 12px 36px;
    border-radius: 5px;
    cursor: pointer;
}

.TLT_header_menu_mobile_phoneSection_icon {
  display: none;
}

/* @media screen and (max-width: 767px) {
  .TLT_header_menu_mobile_phoneSection_icon {
    display: inline-block;
  }
} */