/* START NAVIGATION */
.normal-nav {
  background-color: #004a83;
  margin: 0 24px;
  overflow: hidden;
  display: flex;
}

.normal-nav > ul {
  text-align: center;
  display: table;
  width: 1200px;
}

.normal-nav > ul > li {
  display: table-cell;
  vertical-align: middle;
}

.normal-nav > ul > li.mobile-arrow,
.mobile-arrow {
  display: none;
}

button.main-navbar--link {
  cursor: pointer;
}

.mobile-navbar--menu-btn img {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  margin-right: 10px;
}

.main-navbar--header-logo img {
  width: 198px;
}

.mobile-navbar--actions > a > img {
  width: 30px;
  height: 30px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  object-fit: contain;
  object-position: center;
}

.normal-nav .wmdropdown-content li img {
  background-color: white;
  border: 1px solid #b3b3b3;
  padding: 5px;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.main-navbar--content .view_more_nav .btn {
  background-color: #004a83;
  color: white;
  padding: 13px 15px;
  border-radius: 0;
  transition: all 0.1s ease;
  position: relative;
  padding-left: 28px;
  white-space: nowrap;
  display: inline-block;
  line-height: 1;
  border: 0;
}

.main-navbar--content .view_more_nav .btn img.btn_arrow {
  width: 11px;
  margin: 0 5px 0 -15px;
}

.normal-nav .wmdropdown-content li .tourTypesImg img {
  background-color: white;
  box-shadow: 0 0 5px #666;
  float: left;
  margin-top: 10px;
  width: 100%;
  height: auto;
}

.normal-nav .wmdropdown-content .tourTypesImg.custom_tourTypesImg {
  border: 1px solid #ccc;
}

.normal-nav .wmdropdown-content .tourTypesImg.custom_tourTypesImg img {
  float: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  display: block;
}

.toursByDestinationSubHdr a {
  color: #004a83;
}

.navbar a {
  text-decoration: none;
}

.mobile-navbar--actions > a {
  background: #004a83;
  width: 46px;
  height: 46px;
  padding: 7px 5px;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
}

.main-navbar--content ul a {
  color: #1a7dde;
}

.normal-nav > ul > li > a {
  display: block;
  font-size: 14px;
  color: white;
  font-weight: bold;
  padding: 8px;
  border-radius: 5px;
  transition: all 0.1s ease;
}

.normal-nav .arrow-down {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid white;
  margin-left: 2px;
  display: inline-block;
  *display: none;
  transition: all 0.1s ease;
}

.normal-nav .arrow-right {
  border-left: 5px solid #004a83;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  margin-left: 2px;
  display: inline-block;
  *display: none;
  transition: all 0.1s ease;
  float: right;
}

.normal-nav > ul > li:hover a {
  background-color: #fafafa;
  color: #004a83;
  cursor: pointer;
}

.normal-nav > ul > li:hover a .arrow-down {
  border-top: 7px solid #004a83;
}

.normal-nav .wmdropdown {
  text-align: left;
  margin-top: -4px;
  position: absolute;
  background-color: #fafafa;
  border: 1px solid #444;
  border-top: none;
  margin-left: -1px;
  visibility: hidden;
  opacity: 0;
  padding: 10px;
  transition: all 0.1s ease;
  z-index: 10;
  width: auto;
  background-image: none;
  overflow: visible;
}

.normal-nav > ul > li:hover .wmdropdown {
  visibility: visible;
  opacity: 1;
}

.normal-nav .wmdropdown-content li {
  padding: 0 10px 10px 0;
  font-size: 13px;
  position: relative;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}

.navbar .wmdropdown-content .column a {
  font-size: 14px;
}

.normal-nav .wmdropdown-content li a:hover {
  color: #ff3048;
  transition: 0.2s ease;
}

.normal-nav .wmdropdown-content li .tourTypesName a {
  text-align: center;
  padding: 4% 0;
  font-size: 14px;
  font-weight: bold;
  display: block;
}

.normal-nav .wmdropdown-content li .description {
  line-height: normal;
  padding-left: 5px;
}

.normal-nav .wmdropdown-content li .description .title {
  display: block;
}

.normal-nav .wmdropdown-content li .description .subtitle {
  display: block;
  font-style: italic;
  font-size: 12px;
  margin-top: 3px;
}

.wmdropdown.tours .wmdropdown-content .column.featured_tours ul a,
.wmdropdown.hotels_resorts .wmdropdown-content .column.featured_resorts ul a,
.wmdropdown.cruises .wmdropdown-content .column.featured_cruises ul a {
  display: flex;
  align-items: center;
}

.normal-nav .navbar .wmdropdown-content ul.column {
  margin-top: 14px;
}

.normal-nav .dropdown2 {
  text-align: left;
  background-color: #fafafa;
  border: 1px solid #444;
  visibility: hidden;
  opacity: 0;
  padding: 10px;
  transition: all 0.1s ease;
  position: absolute;
  top: 0;
  left: 100px;
  width: 150px;
  z-index: 3;
}

.normal-nav > ul > li > .wmdropdown li:hover .dropdown2 {
  visibility: visible;
  opacity: 1;
}

.normal-nav .column_title {
  font-weight: bold;
  border-bottom: 2px solid black;
  padding-bottom: 5px;
}

#search_li {
  padding: 0;
}

.normal-nav > ul > #search_li:hover a {
  position: relative;
  padding: 0;
  background-color: #004a83;
}

#search_li img {
  width: 25px;
  background-color: #1a7dde;
  padding: 10px;
  cursor: pointer;
  transition: all 0.1s ease;
  vertical-align: middle;
}

.main-navbar--content ul {
  margin: 0;
}

#app_search_button img {
  width: 25px;
  vertical-align: middle;
}

.normal-nav #search_li img:hover {
  background-color: dodgerblue;
}

.main-navbar--content .view_more_nav span.arrows {
  display: inline;
  vertical-align: text-top;
}

.main-navbar--content .view_more_nav .btn:hover {
  background-color: #0067e1;
}

.h_img {
  margin-top: 7px;
  border: 2px solid #004a83;
}

a.normal-nav {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  font-weight: 600;
}

.custom-modal-backdrop.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1050;
  background-color: #000;
}

.custom-modal-backdrop.modal-backdrop.show {
  opacity: 0.5;
}

body.over_hide {
  overflow: hidden;
  overflow-y: auto;
}

.custom_nav {
  position: relative;
  width: 100%;
  z-index: 9999;
  background: #fff;
  height: auto;
}

.wmdropdown .wmdropdown-content .sectionHeader {
  margin-bottom: 20px;
}

.wmdropdown .wmdropdown-content h3.sectionTitle {
  font-size: 17px;
  font-weight: bold;
}

.wmdropdown .wmdropdown-content p.sectionSubtitle {
  font-size: 14px;
  margin-top: 4px;
  font-style: italic;
}

.description span.subtitle {
  color: #245083;
}

.wmdropdown-open {
  display: block;
  transition: all 2s ease;
}

/* REMOVED TO FIX ODY PAGES
  .row {
    width: 100%;
  }
  */

.wmdropdown.tours .wmdropdown-content .column.tours_by_type {
  max-width: 400px;
  width: 34%;
  margin: 0 4% 0 2%;
}

.wmdropdown.tours .wmdropdown-content .column.tours_by_type .adcUnique-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.6em;
}

.wmdropdown.tours .wmdropdown-content .column.tours_by_type .adcUnique-list li {
  padding: 0;
}

.wmdropdown.tours .wmdropdown-content .column.tour_deal_div {
  min-width: 400px;
  padding-left: 7%;
}

.wmdropdown.tours .wmdropdown-content .column.tour_deal_div .adcUnique-list {
  columns: 2;
}

.wmdropdown.tours .wmdropdown-content .column.tour_deal_div .adcUnique-list > li {
  padding: 0 0 10px;
}

.navbar .wmdropdown-content {
  padding: 20px;
  background: #ebebeb;
  background-color: #f9f9f9;
  width: 100%;
  margin: 0 auto;
  left: 0;
  position: relative;
  display: block;
  box-shadow: none;
  z-index: unset;
  overflow: hidden;
  color: #004a83;
}

.dropbtn .fa-caret-down {
  transition: 0.3s ease-in-out;
}

.dd-open .dropbtn .fa-caret-down {
  transform: rotate(180deg);
}

#app_search_button {
  background: #1a7dde;
  margin: 0;
  padding: 0 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

#app_search_button:hover {
  background-color: dodgerblue;
}

.menu_close_btn {
  background: #bfbfbf;
  height: 36px;
  cursor: pointer;
  font: 400 13.3333px Arial, sans-serif;
  position: absolute;
  top: 15px;
  right: 30px;
  border: 1px solid #4e4d4d;
  color: #4e4d4d;
  padding: 9px;
}

.wmdropdown.cruises .wmdropdown-content .column.link-lists {
  width: 50%;
}

.wmdropdown .wmdropdown-content .column.link-lists .link-list {
  margin-bottom: 10px;
}

.wmdropdown.hotels_resorts .wmdropdown-content .column.link-lists,
.wmdropdown.hotels_resorts .wmdropdown-content .column.link-lists .link-list:last-child {
  margin-bottom: 0;
}

.wmdropdown.cruises .wmdropdown-content .column.link-lists .link-list.cruises-from,
.wmdropdown.cruises .wmdropdown-content .column.link-lists .link-list.career-discount {
  width: 40%;
  float: left;
}

.wmdropdown.cruises .wmdropdown-content .column.link-lists .link-list.vacation-interests,
.wmdropdown.cruises .wmdropdown-content .column.link-lists .link-list.last-minute-cruises {
  width: 60%;
  float: right;
}

.wmdropdown.cruises .wmdropdown-content .column.link-lists .link-list.last-minute-cruises {
  margin-bottom: 0;
}

.cruise_menu_img {
  border: 2px solid #004a83;
  width: 100%;
  height: auto;
  padding: 0;
}

.text-bottom-left {
  position: absolute;
  left: 16px;
}

.honeymoonHdr {
  position: absolute;
  margin-top: 20px;
  margin-left: 16px;
  font-size: 20px;
  font-weight: bold;
}

.close_img {
  width: 10px;
  height: 10px;
  vertical-align: initial;
  margin-left: 5px;
}

.destination_go {
  bottom: -185px;
  right: 0;
}

.font-italic {
  font-style: italic;
}

.destinationImgBackground {
  padding: 10px;
}

.m_t_37 {
  margin-top: 37px;
}

.m_t_16 {
  margin-top: 16px;
}

.m_r_20 {
  margin-right: 20px;
}

.m_t_30 {
  margin-top: 30px;
}

.cruise_img_li {
  padding: 0;
  margin-top: 38px;
}

/* menu css */
.navbar {
  padding: 0;
  background-color: #004a83;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: none;
  z-index: unset;
  color: #004a83;
  border-radius: 0;
  position: relative;
  overflow: unset;
  box-sizing: border-box;
  margin-bottom: 0;
  border: 0;
  min-height: auto;
}

.wmdropdown .dropbtn,
a.main-navbar--link {
  font-size: 15px;
  border: none;
  background-color: transparent;
  vertical-align: middle;
  font-weight: 600;
  opacity: 1;
  color: #fff;
  text-decoration: none;
  outline: 0;
  box-shadow: none;
  margin: 5px 0 0;
  padding: 10px 16px 15px;
  border-radius: 0;
  line-height: 1.4286; /* This is the default Bootstrap line height. */
}

.dd-open .dropbtn,
.wmdropdown .dd-open .dropbtn,
.dd-open .open,
.wmdropdown .dd-open .open,
.dd-open a.main-navbar--link,
button.dropbtn:hover,
a.dropbtn:hover {
  background-color: #f9f9f9;
  color: #004a83;
}

/* Create three equal columns that floats next to each other */
.navbar .wmdropdown-content .column {
  float: left;
  width: 25%;
}

.wmdropdown.hotels_resorts .wmdropdown-content .column.featured_resorts {
  width: 30%;
}

.wmdropdown.hotels_resorts .wmdropdown-content .column.hotel_res_div {
  width: 40%;
}

.wmdropdown.hotels_resorts .wmdropdown-content .column.hotel_res_div .adcUnique-list {
  max-width: 485px;
  columns: 2;
}

.wmdropdown.hotels_resorts .wmdropdown-content .column.honeymoon_img_div {
  margin-top: 16px;
  position: relative;
}

.wmdropdown.cruises .wmdropdown-content .column.featured_cruises {
  width: 50%;
}

.wmdropdown.cruises .wmdropdown-content .column.featured_cruises ul {
  columns: 2;
}

.wmdropdown.hotels_resorts .wmdropdown-content .column.hotel_res_div .btn_hotel_resort {
  width: 100%;
  display: block;
  margin-top: 10px;
}

/* Clear floats after the columns */
.navbar .wmdropdown-content .row::after {
  content: '';
  display: table;
  clear: both;
}

.mobile_dropdown {
  display: none;
}

.normal-nav .wmdropdown-content img.btn_blue_arrow {
  width: 11px;
  height: 11px;
  border: 0;
  background-color: transparent;
  vertical-align: middle;
  padding: 0 2px;
  margin: 1px;
}

.navbar * {
  box-sizing: border-box;
}

.navbar::after,
.navbar::before,
.wmdropdown-content::after,
.wmdropdown-content::before {
  content: '';
  display: table;
  clear: both;
}

.wmdropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: none;
  font-size: 14px;
  text-align: left;
  background-color: #f9f9f9;
}

.open > .wmdropdown-menu {
  display: block;
}

.navbar .wmdropdown-content .image_container {
  padding: 0;
  position: relative;
  font-size: 0;
  box-sizing: border-box;
  border: 2px solid #004a83;
}

.navbar .wmdropdown-content .image_container .image {
  width: 100%;
  display: block;
  vertical-align: middle;
}

.navbar .wmdropdown-content .image_container a.go_button {
  position: absolute;
  border-radius: 9px 0 0 9px;
  background-color: #1a7dde;
  font-size: 26px;
  color: #fff;
  padding: 13px 11px;
  border: 2px solid;
  border-right: none;
  margin-top: 36%;
  right: 0;
  top: 0;
}

.navbar .wmdropdown-content .image_container a.go_button:hover {
  background-color: #1467b8;
  color: #fff;
}

.navbar .wmdropdown-content .image_container .text-block {
  background-color: #cedcf094;
  top: 0;
  position: absolute;
  width: 100%;
  padding: 10px;
}

.navbar .wmdropdown-content .image_container .text-block .title {
  color: #004a83;
  font-size: 22px;
  font-weight: 600;
}

.navbar .wmdropdown-content .image_container .text-block .subtitle {
  font-style: italic;
  font-size: 18px;
  margin-top: 8px;
}

.wmdropdown.hotels_resorts .wmdropdown-content .image_container .text-block,
.wmdropdown.cruises .wmdropdown-content .image_container .text-block {
  background-color: transparent;
}

.wmdropdown.cruises .wmdropdown-content .image_container .text-block .title {
  color: white;
  font-size: 22px;
  font-weight: 600;
}

.wmdropdown.destinations .wmdropdown-content .column.featured {
  width: 30%;
}

.wmdropdown.destinations .wmdropdown-content .column.featured ul {
  columns: 2;
  max-width: 80%;
}

.wmdropdown.destinations .wmdropdown-content .column.destination-ports {
  width: 20%;
}

.wmdropdown.destinations .wmdropdown-content .column.cruise_tours,
.wmdropdown.destinations .wmdropdown-content .column.river_cruises {
  width: 25%;
  padding: 50px 10px 10px;
  float: right;
}

div#view_all_destinations {
  margin-top: 10px;
}

.mobile-navbar--menu-btn {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

.mobile-navbar--logo {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 15px;
  text-align: center;
}

.mobile-navbar--actions {
  display: flex;
  gap: 4px;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.mobile-navbar {
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  padding: 20px 10px;
  box-sizing: border-box;
}

.mobile-navbar--menu-btn > a#nav_btn {
  display: block;
  color: #004a83;
  cursor: pointer;
  text-decoration: none;
}

.mobile-navbar > * {
  box-sizing: border-box;
}

.mobile-navbar--menu-btn-icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  margin-right: 6px;
}

.mobile-navbar--menu-btn-icon > span {
  height: 5px;
  background: #004a83;
  display: block;
  margin-bottom: 7px;
}

.mobile-navbar--menu-btn-icon > span:last-child {
  margin-bottom: 0;
}

.nav_inner {
  display: flex;
  justify-content: center;
}

.main-navbar--link {
  white-space: nowrap;
}

.main-navbar--header-logo {
  padding: 20px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.main-navbar--header,
.main-navbar--back,
.mobile-navbar {
  display: none;
}

@media only screen and (width <= 1595px) {
  .wmdropdown.destinations .wmdropdown-content .column.featured {
    width: 31%;
  }

  .wmdropdown.destinations .wmdropdown-content .column.cruise_tours,
  .wmdropdown.destinations .wmdropdown-content .column.river_cruises {
    width: 24%;
    float: right;
  }
}

@media only screen and (width <= 1545px) {
  .wmdropdown.destinations .wmdropdown-content .column.featured {
    width: 31%;
  }

  .wmdropdown.destinations .wmdropdown-content .column.featured ul {
    max-width: 85%;
  }

  .wmdropdown.destinations .wmdropdown-content .column.cruise_tours,
  .wmdropdown.destinations .wmdropdown-content .column.river_cruises {
    width: 24%;
    float: right;
  }
}

@media only screen and (width <= 1456px) {
  .wmdropdown.destinations .wmdropdown-content .column.featured ul {
    max-width: 90%;
  }
}

@media only screen and (width <= 1384px) {
  .navbar .wmdropdown-content .image_container .text-block .subtitle {
    font-size: 16px;
  }
}

@media only screen and (width <= 1377px) {
  .wmdropdown.destinations .wmdropdown-content .column.featured {
    width: 33%;
  }

  .wmdropdown.destinations .wmdropdown-content .column.featured ul {
    max-width: 88%;
  }

  .wmdropdown.destinations .wmdropdown-content .column.destination-ports {
    width: 19%;
  }
}

@media only screen and (width <= 1325px) {
  .wmdropdown.destinations .wmdropdown-content .column.featured ul {
    max-width: 91%;
  }
}

@media only screen and (width <= 1282px) {
  .wmdropdown.destinations .wmdropdown-content .column.featured {
    width: 34%;
  }

  .wmdropdown.destinations .wmdropdown-content .column.destination-ports {
    width: 18%;
  }
}

@media only screen and (width <= 1246px) {
  .wmdropdown.destinations .wmdropdown-content .column.featured ul {
    max-width: 93%;
  }

  .wmdropdown.destinations .wmdropdown-content .column.destination-ports {
    width: 19%;
  }

  .wmdropdown.destinations .wmdropdown-content .column.cruise_tours,
  .wmdropdown.destinations .wmdropdown-content .column.river_cruises {
    width: 23%;
    float: right;
  }
}

@media only screen and (width <= 1220px) {
  .navbar .wmdropdown-content .column a {
    font-size: 13px;
  }
}

@media only screen and (width <= 1210px) {
  .normal-nav > ul {
    width: 100%;
  }

  .wmdropdown.tours .wmdropdown-content .column.tour_deal_div {
    width: 35%;
    min-width: auto;
  }
}

@media only screen and (width <= 1200px) {
  .normal-nav {
    margin: 0 5px;
  }
}

@media only screen and (width <= 1190px) {
  .normal-nav > ul > li > a {
    font-size: 12px;
  }

  .normal-nav .arrow-down {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid white;
  }

  .normal-nav #search_li img {
    padding: 9px;
  }

  .wmdropdown.tours .wmdropdown-content .column.tour_deal_div {
    padding-left: 0;
  }
}

@media only screen and (width <= 1143px) {
  .wmdropdown.destinations .wmdropdown-content .column.featured ul {
    max-width: 94%;
  }
}

@media only screen and (width <= 1125px) {
  .wmdropdown.hotels_resorts .wmdropdown-content .column.link-lists {
    width: 30%;
  }

  .normal-nav {
    margin: 0;
  }

  .navbar .wmdropdown-content .column a {
    font-size: 12px;
  }

  .normal-nav .wmdropdown-content img.btn_blue_arrow {
    padding: 0;
    margin: 2px;
  }

  .wmdropdown.customer-service .wmdropdown-content .column.save_tool,
  .wmdropdown.customer-service .wmdropdown-content .column.reservations,
  .wmdropdown.customer-service .wmdropdown-content .column.useful-links {
    width: 33%;
  }

  .navbar .wmdropdown-content .column.nav-dest-2 a,
  .wmdropdown.destinations .wmdropdown-content .column.featured a {
    font-size: 12px;
  }

  .navbar .wmdropdown-content .image_container .text-block .title {
    font-size: 16px;
  }

  .navbar .wmdropdown-content .image_container .text-block .subtitle {
    font-weight: 500;
    font-size: 13px;
  }

  .wmdropdown.cruises .wmdropdown-content .column.featured_cruises {
    margin-bottom: 20px;
  }

  .cruise_img_text {
    margin-top: 10px;
  }

  p.imgSubtitle {
    font-weight: 500;
    font-size: 15px;
  }
}

@media only screen and (width <= 1056px) {
  .wmdropdown.destinations .wmdropdown-content .column.featured {
    width: 35%;
  }

  .wmdropdown.destinations .wmdropdown-content .column.featured ul {
    max-width: 92%;
  }

  .wmdropdown.destinations .wmdropdown-content .column.destination-ports {
    width: 19%;
  }
}

@media only screen and (width <= 1050px) {
  .normal-nav #search_li img {
    padding: 6px;
  }

  .normal-nav .wmdropdown li {
    padding: 5px;
    font-size: 12px;
  }
}

@media only screen and (width <= 1047px) {
  .wmdropdown.destinations .wmdropdown-content .column.featured ul {
    max-width: 93%;
  }
}

@media only screen and (width <= 1024px) {
  .normal-nav {
    margin: 0;
  }
}

@media only screen and (width <= 1012px) {
  .wmdropdown.destinations .wmdropdown-content .column.featured ul {
    max-width: 96%;
  }
}

@media only screen and (width <= 1000px) {
  .wmdropdown.cruises .wmdropdown-content .column.featured_cruises {
    width: 100%;
  }

  .wmdropdown.cruises .wmdropdown-content .column.featured_cruises ul {
    columns: 3;
  }

  .wmdropdown.cruises .wmdropdown-content .column.link-lists {
    width: 100%;
  }

  .wmdropdown.cruises .wmdropdown-content .column.link-lists .link-list.cruises-from,
  .wmdropdown.cruises .wmdropdown-content .column.link-lists .link-list.vacation-interests,
  .wmdropdown.cruises .wmdropdown-content .column.link-lists .link-list.career-discount,
  .wmdropdown.cruises .wmdropdown-content .column.link-lists .link-list.last-minute-cruises {
    width: 33%;
    float: left;
  }

  .wmdropdown.destinations .wmdropdown-content .column.featured {
    width: 40%;
  }

  .wmdropdown.destinations .wmdropdown-content .column.destination-ports {
    width: 30%;
  }

  .wmdropdown.destinations .wmdropdown-content .column.cruise_tours {
    width: 30%;
    padding: 15px 0 5px;
    float: right;
  }

  .wmdropdown.destinations .wmdropdown-content .column.river_cruises {
    width: 30%;
    padding: 5px 0;
    float: right;
  }

  .menu_close_btn {
    height: 30px;
    top: 15px;
    right: 1rem;
    padding: 0.4rem;
  }

  .navbar .wmdropdown-content {
    padding: 2.4rem 1rem 1rem;
  }
}

@media only screen and (width <= 975px) {
  .normal-nav > ul > li > a {
    font-size: 11px;
  }

  .normal-nav .wmdropdown li div.description {
    width: 180px;
  }
}

@media only screen and (width <= 972px) {
  a.normal-nav,
  .navbar .wmdropdown .dropbtn {
    font-size: 16px;
  }

  .navbar .wmdropdown .dropbtn,
  a.main-navbar--link {
    font-size: 14px;
  }

  .btn_hotel_resort {
    white-space: nowrap;
  }
}

@media only screen and (width <= 891px) {
  .navbar .wmdropdown .dropbtn,
  a.main-navbar--link {
    font-size: 12px;
    padding: 12px 12px 17px;
  }

  .wmdropdown.tours .wmdropdown-content .column.featured_tours {
    width: 30%;
  }

  .wmdropdown.tours .wmdropdown-content .column.tours_by_type {
    width: 22%;
  }

  .wmdropdown.tours .wmdropdown-content .column.tour_deal_div {
    width: 42%;
  }

  .wmdropdown.tours .wmdropdown-content .column.tours_by_type .adcUnique-list {
    grid-template-columns: 1fr;
  }
}

@media only screen and (width <= 850px) {
  .navbar .wmdropdown-content .column.featured_resorts {
    width: 40%;
  }

  .close_img {
    margin-left: 0;
  }

  .wmdropdown.hotels_resorts .wmdropdown-content .column.honeymoon_img_div {
    width: 30%;
    margin-top: 22px;
  }

  .wmdropdown.hotels_resorts .wmdropdown-content .column.featured_resorts {
    margin-bottom: 20px;
    width: 50%;
  }

  .wmdropdown.hotels_resorts .wmdropdown-content .column.hotel_res_div {
    width: 50%;
  }

  .wmdropdown.hotels_resorts .wmdropdown-content .column.link-lists {
    width: 100%;
  }

  .wmdropdown.hotels_resorts .wmdropdown-content .column.link-lists .link-list {
    float: left;
    width: 33%;
  }
}

@media only screen and (width <= 768px) {
  .normal-nav > ul > li > a {
    font-size: 10px;
  }

  .normal-nav .wmdropdown li {
    padding: 4px;
    font-size: 11px;
  }

  .normal-nav .arrow-down {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid white;
  }
}

@media only screen and (width >= 721px) {
  .main-navbar {
    display: block;
  }
}

@media only screen and (width <= 720px) {
  .main-navbar--header,
  .main-navbar--back,
  .mobile-navbar {
    display: flex;
  }

  .mobile-arrow {
    display: block;
  }

  .nav_inner {
    display: block;
    justify-content: center;
    position: relative;
  }

  .menu_close_btn {
    display: none;
  }

  .normal-nav .wmdropdown-content img.btn_blue_arrow {
    width: 8px;
    height: 8px;
    border: 0;
    background-color: transparent;
    vertical-align: middle;
    padding: 0;
    margin: 2px;
  }

  .btn_hotel_resort {
    font-size: 9px;
  }

  .menu-mobile-hidden {
    display: none;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  .mobile-hidden {
    display: none;
  }

  .main-navbar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: 9999;
    overflow: auto;
    background: #fff;
  }

  .main-navbar--header {
    display: flexbox;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    align-items: center;
    background-color: #004a83;
  }

  .main-navbar--header-actions {
    text-align: right;
    padding: 15px;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .main-navbar--close {
    background: transparent;
    color: #d6e0ea;
    border: 1px solid #d6e0ea;
    padding: 9px 12px;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
    outline: 0;
    line-height: 1;
    cursor: pointer;
  }

  .main-navbar--close-icon {
    display: inline-block;
    font-size: 20px;
    line-height: 0.8;
    margin-left: 7px;
    vertical-align: bottom;
  }

  .normal-nav {
    margin: 0;
    background: #fff;
  }

  .dropbtn {
    text-align: left;
    width: 100%;
  }

  .navbar .wmdropdown .dropbtn,
  a.main-navbar--link {
    cursor: pointer;
    display: block;
    float: none;
    color: #004a83;
    padding: 15px;
    font-size: 15px;
  }

  .main-navbar--back .main-navbar--close {
    color: #004a83;
    background: transparent;
    border: transparent;
    font-weight: 600;
  }

  .main-navbar--back .main-navbar--close svg {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }

  .wmdropdown-menu {
    top: -58px;
  }

  .mobile_cruise {
    display: flex;
    padding: 20px;
  }

  .wmdropdown {
    float: none;
    width: 100%;
  }

  #app_search_button {
    display: none;
  }

  .dropbtn i {
    float: right;
    transform: rotate(270deg);
  }

  .mobile_dropdown {
    padding: 20px;
    background: #fff;
    height: 100vh;
    position: relative;
    right: 0%;
    display: none;
    transition: 0.3s ease-in-out;
  }

  .mobile_dropdown.show {
    right: 0;
    display: block;
  }

  .main-navbar--back {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #ededed;
  }

  #header .logo img {
    max-width: 220px;
    display: block;
    margin: 0 auto;
  }

  #header .logo {
    width: auto;
    height: auto;
    float: none;
    padding: 0;
    margin: 0;
  }

  .wmdropdown.cruises .wmdropdown-content .column.featured_cruises ul {
    columns: 2;
  }

  .wmdropdown.cruises .wmdropdown-content .column.link-lists .link-list.cruises-from,
  .wmdropdown.cruises .wmdropdown-content .column.link-lists .link-list.career-discount,
  .wmdropdown.cruises .wmdropdown-content .column.link-lists .link-list.vacation-interests,
  .wmdropdown.cruises .wmdropdown-content .column.link-lists .link-list.last-minute-cruises {
    width: 50%;
    float: left;
  }

  .wmdropdown.cruises .wmdropdown-content .column.link-lists .link-list.vacation-interests {
    float: right;
  }

  .wmdropdown.hotels_resorts .wmdropdown-content .column.link-lists .link-list {
    width: 50%;
  }

  .wmdropdown.tours .wmdropdown-content .column.featured_tours,
  .wmdropdown.hotels_resorts .wmdropdown-content .column.link-lists .link-list.honeymoon_img_div,
  .navbar .wmdropdown-content .column.save_tool {
    width: 100%;
    max-width: unset;
  }

  .wmdropdown.hotels_resorts .wmdropdown-content .column.link-lists .link-list.honeymoon_img_div .image_container .text-block .title {
    font-size: 22px;
  }

  .wmdropdown.customer-service .wmdropdown-content .column.save_tool,
  .wmdropdown.customer-service .wmdropdown-content .column.reservations,
  .wmdropdown.customer-service .wmdropdown-content .column.useful-links {
    width: 100%;
    max-width: unset;
  }

  .wmdropdown.destinations .wmdropdown-content .column.featured {
    width: 100%;
  }

  .wmdropdown.destinations .wmdropdown-content .column.destination-ports {
    width: 100%;
  }

  .wmdropdown.destinations .wmdropdown-content .column.cruise_tours {
    width: 50%;
    padding: 0 5px 0 0;
  }

  .wmdropdown.destinations .wmdropdown-content .column.river_cruises {
    width: 50%;
    padding: 0 0 0 5px;
    float: right;
  }

  .wmdropdown.tours .wmdropdown-content .column.tours_by_type {
    max-width: none;
    width: 100%;
    margin: 0 0 20px;
  }

  .wmdropdown.tours .wmdropdown-content .column.tours_by_type .adcUnique-list {
    grid-template-columns: 1fr 1fr;
  }

  .wmdropdown.tours .wmdropdown-content .column.tour_deal_div {
    width: 100%;
  }

  .wmdropdown .wmdropdown-content .column {
    margin-bottom: 26px;
  }

  .navbar .wmdropdown-content .image_container .text-block .subtitle {
    font-size: 14px;
  }

  .m_t_37 {
    margin-top: 0;
  }

  .wmdropdown.hotels_resorts .wmdropdown-content .column.honeymoon_img_div .go_button {
    margin-top: 20%;
  }

  .wmdropdown.destinations .wmdropdown-content .column.cruise_tours,
  .wmdropdown.destinations .wmdropdown-content .column.river_cruises {
    width: 100%;
    padding: 5px 0;
  }
}

@media only screen and (width <= 850px) and (width >= 721px) {
  .normal-nav .wmdropdown-content li {
    margin-left: 0;
    margin-right: 0;
  }

  .view_more_nav > a > img {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar .wmdropdown-content .column.tour_deal_div {
    max-width: none;
    width: 20%;
  }
}

@media only screen and (width <= 640px) {
  .wmdropdown.destinations .wmdropdown-content .column.cruise_tours,
  .wmdropdown.destinations .wmdropdown-content .column.river_cruises {
    width: 100%;
    padding: 5px 0;
  }

  .wmdropdown.hotels_resorts .wmdropdown-content .column.featured_resorts,
  .wmdropdown.hotels_resorts .wmdropdown-content .column.hotel_res_div {
    width: 100%;
  }

  .wmdropdown.hotels_resorts .wmdropdown-content .column.hotel_res_div .adcUnique-list {
    max-width: none;
  }

  @media only screen and (width <= 500px) {
    .wmdropdown.cruises .wmdropdown-content .column.featured_cruises ul {
      columns: 1;
    }

    .wmdropdown.cruises .wmdropdown-content .column.link-lists .link-list.last-minute-cruises {
      width: 100%;
    }
  }

  @media only screen and (width <= 365px) {
    .main-navbar--header-logo img {
      width: 100%;
    }

    .wmdropdown.hotels_resorts .wmdropdown-content .column.hotel_res_div .adcUnique-list {
      columns: 1;
    }

    .wmdropdown.hotels_resorts .wmdropdown-content .column.link-lists .link-list,
    .wmdropdown.cruises .wmdropdown-content .column.link-lists .link-list.cruises-from,
    .wmdropdown.cruises .wmdropdown-content .column.link-lists .link-list.career-discount,
    .wmdropdown.cruises .wmdropdown-content .column.link-lists .link-list.vacation-interests,
    .wmdropdown.cruises .wmdropdown-content .column.link-lists .link-list.last-minute-cruises {
      width: 100%;
      float: none;
    }

    .wmdropdown.tours .wmdropdown-content .column.tours_by_type .adcUnique-list li .tourTypesName a {
      font-size: 12px;
    }

    .wmdropdown.tours .wmdropdown-content .column.tours_by_type .adcUnique-list {
      grid-template-columns: 1fr;
    }

    .wmdropdown.tours .wmdropdown-content .column.tour_deal_div .adcUnique-list {
      columns: 1;
    }
  }
}
