/*
Theme Name: cruise Theme
Author: Aquire team
Description: Custom theme based on client requirements.
Text Domain: cruise
Version: 3.4
*/
:root {
  --section-padding: 80px;
  --section-padding-md: 70px;
  --section-padding-sm: 50px;
}

p :-webkit-any-link {
  color: #1937b5;
}

p a {
  color: #1937b5;
}

a {
  color: inherit;
}

p {
  font-weight: 300;
}

img {
  height: auto;
}

.container {
  max-width: 1300px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "Poppins";
}

.title h2,
.title .h2 {
  font-style: normal;
}

.hidden {
  display: none !important;
}


/* Utility Classes */
.pt-none {
  padding-top: 0px !important;
}

.pb-none {
  padding-bottom: 0px !important;
}

.section-padding-bottom {
  padding-bottom: var(--section-padding) !important;
}

.section-padding-top {
  padding-top: var(--section-padding) !important;
}

.btn {
  border-radius: 0;
}

.btn.btn-icon .speak-icon {
  border-radius: 0;
}

/* new menu */
.header-main {
  /* position: relative; */
  /* height: 60px; */
  /* background-color: #F6F6F6; */
}

.title h1 {
  font-size: 32px;
  color: #4370f5;
  margin-bottom: 20px;
}

.title h1 strong {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #151e28;
}

.title h1 b {
  font-style: italic;
}

.header-main::before {
  content: "mobile";
  display: none;
}

.header-main .nav-trigger {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}

.header-main .nav-trigger span,
.header-main .nav-trigger span::after,
.header-main .nav-trigger span::before {
  position: absolute;
  background-color: #333;
  height: 3px;
  width: 26px;
}

.header-main .nav-trigger span {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
}

.header-main .nav-trigger span::after,
.header-main .nav-trigger span::before {
  content: "";
  left: 0;
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
}

.header-main .nav-trigger span::before {
  transform: translateY(-9px);
}

.header-main .nav-trigger span::after {
  transform: translateY(9px);
}

.header-main.nav-open .nav-trigger span {
  background-color: transparent;
}

.header-main.nav-open .nav-trigger span::before {
  transform: rotate(45deg);
}

.header-main.nav-open .nav-trigger span::after {
  transform: rotate(-45deg);
}

.header-main .main-nav {
  display: none;
}

.header-main .morph-dropdown-wrapper {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  padding: 1.2em 5%;
  box-shadow: inset 0 1px 0 #dddddd;
  background-color: #F6F6F6;
}

.header-main.nav-open .morph-dropdown-wrapper {
  display: block;
}

.header-main .dropdown-list>ul>li {
  margin-bottom: 3.3em;
}

.header-main .content li::after {
  clear: both;
  content: "";
  display: block;
}

.header-main .links-list a:hover,
.header-main .btn:hover {
  color: #333;
}

.header-main .content h2 {
  color: #a0a0a0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 20px 0 10px 14px;
}

.header-main .main-nav>ul>li.active a {
  color: #4370f5;
}

.header-main .main-nav>ul>li.active a:before {
  transform: scaleY(-1);
}

.mobile_backdrop {
  display: none;
}

@media only screen and (min-width: 1000px) {
  .header-main {
    /* position: absolute; */
    height: 80px;
    /* left: 0; */
    /* top: 0; */
    width: 100%;
    /* padding: 0; */
    text-align: center;
    /* background-color: transparent; */
    height: 107px;
    display: flex;
    align-items: center;
  }

  .header-main::before {
    content: "desktop";
  }

  .header-main .nav-trigger {
    display: none;
  }

  .header-main .main-nav {
    display: inline-block;
  }

  .header-main .main-nav>ul>li {
    display: inline-block;
    padding: 0 25px;
  }

  .header-main .main-nav>ul>li>a {
    display: block;
    color: #151e28;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
  }

  .header-main.is-dropdown-visible .main-nav>ul>li.active>a {
    opacity: 1;
  }

  .header-main .morph-dropdown-wrapper {
    display: block;
    top: 92px;
    width: auto;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    transform: translateZ(0);
    will-change: transform;
    transform: translateY(20px);
    transition: transform 0.3s;
  }

  .header-main.is-dropdown-visible .morph-dropdown-wrapper {
    transform: translateY(0);
  }

  .header-main .dropdown-list {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    transform: translateZ(0);
    will-change: transform, width, height;
    transition: visibility 0.3s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  }

  .no-csstransitions .header-main .dropdown-list {
    display: none;
  }

  .header-main .dropdown-list::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #F6F6F6;
    opacity: 0;
    display: none;
    transition: opacity 0.3s;
  }

  .header-main .dropdown-list>ul {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
  }

  .header-main.is-dropdown-visible .dropdown-list {
    visibility: visible;
    transition: transform 0.3s, width 0.3s, height 0.3s;
  }

  .header-main.is-dropdown-visible .dropdown-list::before {
    opacity: 1;
  }

  .header-main .dropdown {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 100vw;
    transition: opacity 0.3s, visibility 0.3s;
  }

  .header-main .dropdown.active {
    opacity: 1;
    visibility: visible;
  }

  .header-main .dropdown.move-left .content {
    transform: translateX(-100px);
  }

  .header-main .dropdown.move-right .content {
    transform: translateX(100px);
  }

  .header-main .label {
    display: none;
  }

  .header-main .content {
    transition: transform 0.3s;
    text-align: left;
    margin: 0 auto;
  }

  .header-main .content>ul::after {
    clear: both;
    content: "";
    display: block;
  }

  .header-main .content>ul>li {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-top: 0;
    padding-left: 25px;
  }

  .header-main .content>ul>li:nth-of-type(2n) {
    margin-right: 0;
  }

  .header-main .gallery .content {
    width: 510px;
    padding-bottom: 0.8em;
  }

  .header-main .gallery .content li {
    margin-bottom: 1.8em;
  }

  .header-main .links .content>ul>li {
    margin-top: 0;
    list-style: none;
  }

  .header-main .links .content,
  .header-main .button .content {
    width: 390px;
  }

  .header-main .links-list a {
    font-size: 1.6rem;
    margin-left: 0;
  }

  .header-main .btn {
    display: block;
    width: 100%;
    height: 60px;
    margin: 1.5em 0 0;
    font-size: 1.8rem;
    text-align: center;
    color: #F6F6F6;
    line-height: 60px;
    background: #e74c3c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .header-main .btn:hover {
    background: #333;
    color: #F6F6F6;
  }

  .header-main .content h2 {
    font-size: 1.8rem;
    text-transform: none;
    font-weight: normal;
    color: #333;
    margin: 0 0 0.6em;
  }

  .header-main .bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
    opacity: 1;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transform-origin: top left;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100vh;
    /* backdrop-filter: blur(0.625rem);
    -webkit-backdrop-filter: blur(0.625rem); */
    background-color: #ffffff;
  }

  .header-main.is-dropdown-visible .bg-layer {
    opacity: 0.99;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition: transform 0.3s, opacity 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
  }
}

.cd-main-content {
  min-height: 100vh;
  background: linear-gradient(-45deg, #8E54E9, #4776E6);
}

@media only screen and (min-width: 1000px) {
  .cd-main-content {
    padding-top: 80px;
  }
}

.header-main .main-nav {
  display: flex;
  width: 100%;
  justify-content: center;
}

.header-main .dropdown-list {
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
}

.header-main .links .content,
.header-main .button .content {
  width: 100%;
}

.header-main .main-nav>ul>li.has-dropdown>a {
  position: relative;
  padding-right: 22px;
}

.header-main .main-nav>ul>li.has-dropdown a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 13px;
  height: 8px;
  background-image: url(assets/images/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}

.header-main .main-nav>ul>li.has-dropdown>a:not(:hover)::before {
  -webkit-filter: brightness(0.1);
  filter: brightness(0.1);
}

.header-main .main-nav>ul>li.has-dropdown a:hover::before {
  transform: scaleY(-1);
}

.header-main .main-nav>ul>li.has-dropdown a:hover {
  color: #4370f5;
}

.header-main .morph-dropdown-wrapper ul.links-list {
  list-style: none;
  margin-top: 15px;
  z-index: 11;
  list-style: none;
  padding: 0px 0 25px;
}

.header-main .morph-dropdown-wrapper ul.links-list li {
  margin-bottom: 20px;
}

.header-main .morph-dropdown-wrapper ul.links-list a {
  color: #676D73;
  font-weight: 600;
  font-size: 15px;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}

.header-main .morph-dropdown-wrapper ul.links-list a:hover {
  text-shadow: 0 0 1px #333;
  color: #333333;
}

.mobile_menu {
  display: none;
}

.mobile_div.mobile_backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  backdrop-filter: blur(0.625rem);
  -webkit-backdrop-filter: blur(0.625rem);
  opacity: 0;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  /* background-color: #b0b0b04d; */
  visibility: hidden;
}

.is-dropdown-visible .mobile_div.mobile_backdrop {
  opacity: 1;
  visibility: visible;
}

.GlobalNavigation__backdrop {
  background-color: rgba(176, 176, 176, 0.3019607843);
  -webkit-backdrop-filter: blur(0.625rem);
  backdrop-filter: blur(0.625rem);
  height: calc(100vh - 80px);
  left: 0;
  position: absolute;
  top: 92px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.is-dropdown-visible .GlobalNavigation__backdrop {
  opacity: 1;
  visibility: visible;
}

.mobile_div {
  display: none;
}

/* responsive css */
@media (max-width: 991px) {
  .header-main .morph-dropdown-wrapper ul.links-list {
    padding: 15px 0;
  }

  .main-menu.desktop_menu {
    display: none;
  }

  .main-menu.mobile_menu {
    display: block;
  }

  body .header-main .header-inner .main-menu {
    margin-top: 0;
    width: 100%;
    background-color: transparent;
  }

  body .header-main .header-inner .main-menu nav {
    max-width: 280px;
    margin: 0 auto;
    padding-top: 50px;
  }

  .main-menu .mobile_backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-backdrop-filter: blur(0.625rem);
    backdrop-filter: blur(0.625rem);
    background-color: rgba(255, 255, 255, 0.9019607843);
    opacity: 1;
    visibility: visible;
  }

  body .header-main .header-inner .main-menu ul.nav>li>a {
    font-size: 17px;
  }

  .header-main .header-inner .main-menu ul.nav>li.menu-item-has-children>.sub-menu li a:hover {
    text-shadow: 0 0 1px #676D73;
  }

  body .header-main .header-inner .main-menu {
    transform: translateY(-130%);
    -webkit-transform: translateY(-130%);
    -moz-transform: translateY(-130%);
    -o-transform: translateY(-130%);
  }

  body .menu-open .header-main .header-inner .main-menu {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  }

  .header-main .header-inner .call-info {
    margin-top: 0 !important;
  }

  .header-main .header-inner .hamburger,
  .header-main .header-inner .logo,
  .header-main .header-inner .call-info {
    z-index: 999;
    position: relative;
  }

  .header-main .header-inner {
    background-color: #ffffff;
  }

  .header-main .header-inner .main-menu ul.nav>li {
    opacity: 0;
    transform: translate3d(-30px, -20px, 0);
    -webkit-transform: translate3d(-30px, -20px, 0);
    -moz-transform: translate3d(-30px, -20px, 0);
    -o-transform: translate3d(-30px, -20px, 0);
    transition: 0.7s all ease;
    -webkit-transition: 0.7s all ease;
    -moz-transition: 0.7s all ease;
    -o-transition: 0.7s all ease;
  }

  .header-main .header-inner .main-menu ul.nav>li.animate_menu {
    opacity: 1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    padding: 15px 10px;
    margin-bottom: 0;
  }

  body .header-main .header-inner .main-menu {
    height: calc(100vh - 60px);
    top: 60px;
  }

  body .header-main .header-inner .main-menu ul.nav>li.menu-item-has-children .sub-menu li a {
    font-size: 16px;
    display: block;
    padding: 15px 15px;
    color: #151e28;
    text-shadow: 0 0 1px #333333;
    font-weight: 300;
  }

  body .header-main .header-inner .main-menu ul.nav>li.menu-item-has-children .sub-menu li {
    margin-bottom: 0 !important;
  }

  .mobile_backdrop {
    display: block;
  }

  .menu-open .mobile_div.mobile_backdrop {
    opacity: 1;
    visibility: visible;
    background: #ffffff;
    background-color: rgba(255, 255, 255, 0.9019607843);
  }

  body .header-main .header-inner .main-menu ul.nav>li>a.active::before {
    transform: scale(-1);
  }

  .mobile_div {
    display: block;
  }

  .mobile_div.GlobalNavigation__backdrop {
    height: calc(100vh - 60px);
    top: 60px;
    background-color: rgba(255, 255, 255, 0.9019607843);
    -webkit-backdrop-filter: blur(0.625rem);
    backdrop-filter: blur(0.625rem);
  }

  .header-main .header-inner .main-menu ul.nav>li.menu-item-has-children>a:before {
    display: none;
  }

  .header-main .header-inner .main-menu ul.nav>li.menu-item-has-children>a~span.arrow {
    content: "";
    position: absolute;
    right: 8px;
    top: 15px;
    width: 30px;
    height: 20px;
    background-image: url(assets/images/dropdown-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    transition: 0.5s;
  }

  body .header-main .header-inner .main-menu ul.nav>li>a~span.arrow.active {
    transform: scale(-1);
  }
}

@media (max-width: 767px) {
  html body .header-main .header-inner .main-menu nav {
    padding-top: 20px;
  }

  body .header-main .header-inner .main-menu ul.nav>li {
    padding-left: 0;
    padding: 15px 10px;
    margin-bottom: 0;
  }

  .port-guides-section .port-guides-tab-main .port-guides-tab-content .port-guides-list .port-guides-list-title::before {
    right: 14px !important;
  }

  .port-guides-tab-content .port-guides-header {
    padding: 10px !important;
  }

  .port-guides-tab-content .port-guides-header>.six-col {
    margin: 0 !important;
  }

  .port-guides-section .port-guides-tab-main .port-guides-tab-content .six-col .col-head {
    font-size: 13px;
    padding: 0;
  }

  .port-guides-tab-content .port-guides-list-title>.six-col {
    margin: 0 !important;
  }

  .port-guides-section .port-guides-tab-main .port-guides-tab-content .port-guides-list .port-guides-list-title {
    padding: 10px !important;
  }

  .port-guides-tab-content .port-guides-header>.six-col div,
  .port-guides-tab-content .port-guides-list-title>.six-col div {
    width: 31% !important;
  }

  .port-guides-tab-content .port-guides-header>.six-col div+div+div,
  .port-guides-tab-content .port-guides-list-title>.six-col div+div+div {
    padding-left: 5px !important;
  }

  .port-guides-section .port-guides-tab-main .port-guides-tab-content .port-guides-list .port-guides-list-title .col-head .price-ship-list {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .port-guides-section .port-guides-tab-main .port-guides-tab-content .six-col .col-head:nth-child(1) {
    display: block !important;
    word-break: break-all;
    padding-right: 2px;
  }

  .port-guides-section .port-guides-tab-main .port-guides-tab-content .six-col .col-head:nth-child(5) {
    display: none !important;
  }

  .port-guides-section .port-guides-tab-main .port-guides-tab-content .six-col .col-head:nth-child(2) {
    display: none !important;
  }

  .port-guides-section .port-guides-tab-main .port-guides-tab-content .six-col .col-head:nth-child(3) {
    display: block !important;
  }

  body .port-guides-section .brand_all .port-guides-tab-content .col-head {
    display: block !important;
    word-break: break-all;
    padding-right: 2px;
    width: 31% !important;
    font-size: 10px !important;
  }

  body .port-guides-section .brand_all .port-guides-tab-content .col-head:nth-child(3),
  body .port-guides-section .brand_all .port-guides-tab-content .col-head:nth-child(4) {
    display: none !important;
  }

  body .port-guides-section .port-guides-tab-main .port-guides-tab-content .row .col-head:last-child {
    padding-right: 15px !important;
  }

  .port-guides-section .port-guides-tab-main .port-guides-tab-content .six-col .col-head {
    font-size: 10px !important;
  }

  .port-guides-section .port-guides-tab-main .port-guides-tab-content .col-head {
    padding-right: 23px;
    font-size: 13px !important;
  }

  .port-guides-section .port-guides-tab-main .port-guides-tab-content .port-guides-list .port-guides-list-title .col-head .port-guides-enquire {
    right: -35px !important;
  }

  .port-guides-section .port-guides-tab-main .port-guides-tab-content .port-guides-list .port-guides-list-title .col-head .port-guides-enquire::before {
    right: 11px;
  }

  body .port-guides-section .port-guides-tab-main .port-guides-tab-content .col-head:nth-child(2) {
    max-width: 160px;
  }

  body .port-guides-section .port-guides-tab-main .port-guides-tab-content .col-head:last-child {
    max-width: 96px;
    padding-right: 0 !important;
  }

  .port-guides-tab-content .port-guides-header>.row {
    margin: 0px !important;
  }

  .port-guides-section .port-guides-tab-main .port-guides-tab-content .port-guides-list .port-guides-list-title .row {
    margin: 0px !important;
  }

  .port-guides-section .port-guides-tab-main .port-guides-tab-content .col-head {
    padding: 0px;
  }

  .port-guides-section .port-guides-tab-main .port-guides-tab-content .col-head {
    padding: 0px 2px 0px 0px !important;
  }

  .port-guides-section .port-guides-tab-main .port-guides-tab-content .col-head+.col-head {
    padding-left: 10px !important;
  }

  .port-guides-section .port-guides-tab-main .port-guides-tab-content .col-head span {
    display: block;
    width: 100%;
  }
}

.port-guides-section .port-guides-tab-main .port-guides-tab-content .six-col .col-head:nth-child(2) {
  width: 13%;
}

.port-guides-section .port-guides-tab-main .port-guides-tab-content .six-col .col-head:nth-child(4) {
  width: 17%;
}

.port-guides-section .port-guides-tab-main .port-guides-tab-content .six-col .col-head:nth-child(3) {
  width: 19%;
}

.port-guides-section .port-guides-tab-main .port-guides-tab-content .six-col .col-head {
  font-size: 13px;
}

.header_floating_text {
  position: absolute;
  width: 100%;
  top: 107px;
  background-color: #f9f9f9;
  /* border-top: 3px solid #4370f5; */
  padding: 15px 0;
  z-index: -1;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}

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

.header_floating_text .icon_text {
  display: flex;
  align-items: center;
}

.header_floating_text .icon_text p {
  margin-bottom: 0;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  padding-left: 5px;
}

.header_floating_text .icon_text.trustpilot_image img {
  min-width: 40px;
  max-height: 20px;
  margin-top: -6px;
}

.header_floating_text .icon_text.abta_member_images img {
  min-width: 22px;
  max-height: 20px;
}

.header_floating_text .icon_text img {
  min-width: 20px;
  max-height: 20px;
}

.header_floating_text .icon_text.free_case img {
  max-width: 22px;
}

.header_floating_text a.icon_text {
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
}

.header_floating_text a.icon_text:hover {
  opacity: 0.6;
}

#demo_video .modal-content {
  max-width: 100%;
}

#demo_video .modal-content form {
  max-width: 100%;
}

/* #demo_video .modal-wrapper {
    max-width: 620px;
} */
#appoinment-enquiry-contact .modal-content {
  max-width: 690px;
  text-align: center;
  margin: 0 auto;
}

#appoinment-enquiry-contact.modal .modal-body.with-bg {
  background-position: bottom center;
  padding-bottom: 70px;
}

.header_floating_text a.icon_text p {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .header_floating_text .icon_text {
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    text-align: center;
    margin: 0 auto;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    pointer-events: none;
  }

  .header_floating_text .icon_text.highlight {
    opacity: 1;
    pointer-events: all;
  }

  .header_floating_text {
    top: 84px;
    height: 65px;
    display: flex;
  }

  .header_floating_text .container {
    justify-content: center;
  }

  .header_floating_text {
    padding: 9px 0;
    height: 50px;
  }
}

/* xdsoft_datetimepicker */
body .xdsoft_datetimepicker {
  border: 0;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateX(5px) translateY(5px);
  -webkit-transform: translateX(5px) translateY(5px);
  -o-transform: translateX(5px) translateY(5px);
  -moz-transform: translateX(5px) translateY(5px);
}

body .xdsoft_datetimepicker .xdsoft_monthpicker {
  text-align: center;
  background: #4370f5;
  position: relative;
  width: 100%;
  height: 30px;
  margin-bottom: 5px;
  border-radius: 3px;
}

body .xdsoft_datetimepicker .xdsoft_label {
  background-color: transparent;
}

body .xdsoft_datetimepicker .xdsoft_monthpicker * {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-decoration: none !important;
}

body .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
  color: #333 !important;
  font-weight: 500 !important;
}

body .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
  background: #4370f5 !important;
}

body .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
  background: #4370f5 !important;
  box-shadow: #4370f5 0 1px 3px 0 inset !important;
  color: #fff !important;
}

body .xdsoft_datetimepicker button.xdsoft_today_button {
  display: none;
}

body .xdsoft_datetimepicker .xdsoft_label i {
  background-image: url("assets/images/arrow.svg") !important;
  background-position: right center;
}

body .xdsoft_datetimepicker button.xdsoft_next {
  background-image: url("assets/images/arrow_next.svg") !important;
  background-position: center center;
}

body .xdsoft_datetimepicker button.xdsoft_prev {
  background-image: url("assets/images/arrow_prev.svg") !important;
  background-position: center center;
}

body .xdsoft_datetimepicker .xdsoft_label {
  background: transparent;
}

body .xdsoft_datetimepicker .xdsoft_label i {
  background-image: url(assets/images/arrow.svg) !important;
  background-position: right center !important;
  background-repeat: no-repeat;
  background-size: 8px;
  opacity: 1 !important;
}

body .xdsoft_datetimepicker .xdsoft_label i {
  width: 11px;
  height: 20px;
}

body .xdsoft_datetimepicker .xdsoft_year {
  width: 68px;
  margin-left: 5px;
}

body .xdsoft_datetimepicker .xdsoft_month {
  width: 105px;
}

body .xdsoft_datetimepicker .xdsoft_next,
body .xdsoft_datetimepicker .xdsoft_prev {
  opacity: 1;
  background-size: 10px;
}

.modal form .form-control#date_select {
  outline: none;
}

#demo_video.modal form .form-group .btn {
  border-radius: 40px;
  border: 1px solid #D7D7D7;
  width: 100%;
  padding: 10px;
  padding-left: 50px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background: transparent;
  color: rgb(117, 117, 117);
  text-align: left;
}

#demo_video.modal form .form-group a.btn.dropdown-toggle {
  display: none;
}

.header-main {
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}

.header-main.hide {
  transform: translateY(-163px);
  -webkit-transform: translateY(-163px);
  -moz-transform: translateY(-163px);
  -o-transform: translateY(-163px);
}

body .select2-dropdown {
  z-index: 9999;
}

body .select2-search--dropdown {
  display: none;
}

body .modal form .form-group select.wpcf7-not-valid~span .select2-selection {
  border-color: #FFA6A6;
}

body .modal form .form-group .select2-container .select2-selection--single {
  border-radius: 40px;
  border: 1px solid #D7D7D7;
  width: 100%;
  padding: 10px;
  padding-left: 50px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  height: auto;
  border-radius: 0;
  font-weight: 400;
}

body .modal form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
  color: #726a6a;
}

body .modal form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  bottom: 0;
  margin: auto;
  top: 0;
  right: 5px;
}

body .modal form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #a19999 transparent transparent transparent;
  border-width: 7px 5px 0 5px;
}

body .select2-dropdown {
  border: 0;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 5px;
}

body .select2-results__option {
  color: #151e28;
  padding: 8px 15px;
  font-size: 14px;
}

body .select2-results__options {
  border-radius: 5px;
}

body .select2-container ::-webkit-scrollbar {
  width: 5px;
}

body .select2-container ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body .select2-container ::-webkit-scrollbar-thumb {
  background: #5897fb;
}

body .select2-container ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #4370f5;
}

/* .hero-section {
    margin-top: 48px;
} */
@media (max-width: 960px) {
  .hero-section {
    margin-top: 70px;
  }

  .mobile_div.mobile_backdrop {
    z-index: 9;
  }
}

@media (max-width: 575px) {
  .page-id-11178 .hero-section {
    background-position: 85%;
  }
}

/* .contact-footer-social{
    margin-top: 20px;
}
.contact-footer-social .email_info img,
.contact-social .email_info img{
    max-width: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.contact-footer-social .email_info span,
.contact-social .email_info span{
    display: inline-block;
    vertical-align: middle;
}
.contact-social .phone_icon {
margin-top: 10px;
}
.contact-footer-social .phone_icon img,
.contact-social  .phone_icon img{
    display: inline-block;
    vertical-align: middle;
}


.contact-footer-social .phone_icon a,
.contact-social .phone_icon a{
    display: inline-block;
    vertical-align: middle;
}
.contact-footer-social .phone_icon a:first-child,
.contact-social .phone_icon a:first-child{
    margin-left: 5px;
}
.address_icon{
    max-width: 260px;
}
.contact-footer-social .address_icon .address-info,
.contact-social .address_icon .address-info{
    display: inline-block;
    vertical-align: middle;
} */
/* .address_icon img {
    max-width: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-top: 5px;
}
.contact-footer-social .address_icon .address-info, .contact-social .address_icon .address-info {
    max-width: 70%;
}
.contact-footer-social .phone_icon{
    margin-bottom: 10px;
    margin-top: 10px;
}
.contact-social .address_icon .address-info, .contact-social .address_icon .address-info {
    max-width: 70%;
}
.contact-social .phone_icon{
    margin-bottom: 10px;
} */
/* .modal form .form-group i.form-field-icon img {
    margin: auto;
    max-height: 20px;
} */
/* .modal form .form-group i.form-field-icon {
    bottom: 0;
    top: 0;
} */
/* .modal form .form-field-icon{
    width: 15px;
} */
/* .modal form .from-textarea i.form-field-icon img {
    margin-top: 12px;
} */
/* .modal.pricing-modal .pricing-modal-left p.enquiry_about {
    display: inline;
    line-height: 1;
} */
/* .modal.pricing-modal .pricing-modal-left span.enquiry_ship_name{
    font-size: 12px;
    padding-left: 5px;
} */
/* .modal.pricing-modal .pricing-modal-left p:last-child{
    padding-top: 10px;
} */
/* .mobile_call{
    display: none !important;
}

@media (max-width: 960px){
    .ships-destinations-section .shipsdestinationsSlider .ships-post-content .rivers-name h6{
        width: 80%;
    }
    .ships-destinations-section .shipsdestinationsSlider .ships-post-content .rivers-name + .rivers-name {
        align-items: flex-start;
    }
}
@media (max-width: 767px){
    body footer .logo-col{
        max-width: 100%;
    }
    body .deals-section .dealSlider .slider-pagination .swiper-pagination-bullet{
        margin: 0 4px;
        width: 12px;
        height: 12px;
    }
    .mobile_call {
        display: block !important;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        border-radius: 0 !important;
        font-size: 18px !important;
        z-index: 99999;
        padding: 15px 0px !important;
        background-color: #4370f5;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    footer{
        padding-bottom:55px;
    }


}  */
.deals-section-new .deal-main .deal-list .divImg .date-range {
  margin-top: auto;
}

@media (max-width: 575px) {
  .deals-section-new .deal-main .deal-list .divImg .date-range {
    margin-top: 70px;
  }
}

.contact-section .contact-social .address_icon img {
  max-width: 20px;
}

.contact-section .contact-social>div {
  margin-bottom: 10px;
}

.contact-section .contact-social>div img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.lines-section .lines-row .logo-box a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ship-item.ship-item-wide .ship-image {
  width: calc(100% - 310px);
}

.ship-item.ship-item-card {
  /* width: 310px; */
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.ship-item .ship-content {
  background-color: #4370f5;
  color: #fff;
  padding: 20px 20px 35px;
  height: 365px;
}

.ship-item.ship-item-card .ship-image {
  height: 255px;
}

.ship-image {
  display: flex;
  position: relative;
}

.ship-item .ship-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.ship-item .ship-content h4 {
  color: #FFF;
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.ship-item .ship-content p {
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
  margin: 0;
}

.ship-item .ship-data {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  color: aliceblue;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  flex: 0 0 100%;
}

.ship-item .ship-datas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
  margin-top: 17px;
}

.ship-item .ship-data img {
  width: 18px;
}

.ship-item.ship-item-wide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin-right: -24px;
}

.ship-item.ship-item-wide .ship-content {
  flex: 0 0 308px;
  height: 383px;
  border-radius: 8px;
  position: relative;
  z-index: 0;
  left: -22px;
  /* padding-left: 35px; */
}

.ship-item.ship-item-wide .ship-image {
  height: 443px;
  position: relative;
  -webkit-clip-path: polygon(30% 0%, 97% 0%, 100% 7%, 100% 93%, 97% 100%, 30% 100%, 0 100%, 0 0);
  clip-path: polygon(30% 0%, 97% 0%, 100% 7%, 100% 93%, 97% 100%, 30% 100%, 0 100%, 0 0);
  z-index: 0;
}

.ships-destinations-carousel-wrap.wide .ships-destinations-carousel {
  width: 970px;
  max-width: 100%;
  padding: 0 55px;
  margin: 0 auto;
}

.ships-destinations-carousel-wrap.wide {
  position: relative;
  width: 970px;
  margin: 0 auto;
  max-width: 100%;
}

.ships-destinations-carousel.swiper .swiper-pagination {
  text-align: center;
  position: static;
  margin-top: 30px;
  margin-bottom: 5px;
}

.ships-destinations-carousel.swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #656565;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  opacity: 1;
}

.ships-destinations-carousel.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #4370f5;
  position: relative;
}

.ships-destinations-carousel.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #151e28;
  box-sizing: border-box;
  border-radius: 100%;
  transform: scale(1.7);
}

.ship-item.ship-item-wide .ship-image img {
  border-radius: 8px 0 0 8px;
  background-image: url(<path-to-image>);
  padding-right: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  z-index: -1;
}

.ship-item.ship-item-wide:after {
  content: "";
  width: calc(100% - 332px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 4px 3px 8px 0px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.ships-destinations-carousel.swiper {
  padding-left: calc((100% - 940px) / 2);
}

.captain-cruise-img {
  position: absolute;
  right: calc((100% - 900px) / 2);
  bottom: -416px;
  height: 596px;
  width: 470px;
  background-size: cover;
  background-position: top center;
  transform: translatex(100%);
  bottom: 0;
}

.deals-section-new {
  /* overflow: hidden; */
  position: relative;
  padding: 80px 0;
}

section.deals-section-new .deal-btns {
  margin-bottom: 30px;
}

.page-id-30290 .deals-section-new {
  padding: 80px 0 50px;
}

.page-id-386 .deals-section-new {
  padding: 0 0 80px;
}

.page-id-9368 section.specialist-site-section {
  padding: 80px 0 40px;
}

.captain-cruise-img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  display: block;
}

.captain-cruise-img-mobile {
  display: none;
  margin-bottom: -143px;
  position: relative;
  left: -10px;
  margin-top: -20px;
  z-index: -1;
}

.hero-promo-section .banner-promo-image {
  margin: 25px 0 40px;
}

.hero-promo-section .banner-promo-image img {
  width: 467px;
}

.hero-promo-section a.btn {
  background: #4370f5;
  color: #fff;
}

section.hero-section.hero-promo-section {
  padding: 100px 100px;
  position: relative;
  z-index: 1;
}

.hero-promo-section .banner-promo-image {
  margin: 25px 0 40px;
}

.hero-promo-section .banner-promo-image img {
  width: 467px;
}

.hero-promo-section a.btn {
  background: #4370f5;
}

.hero-promo-section a.btn.btn-icon .speak-icon {
  background-color: transparent;
}

.hero-promo-section a.btn.btn-icon .speak-icon img {
  width: 23px;
}

.hero-video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.hero-video-bg video#bannerVideo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-section .banner-content {
  max-width: 54%;
  z-index: 1;
}

.hero-section .banner-content h1 {
  font-family: "arya-double", sans-serif;
}

@media (max-width: 991px) {
  .hero-section .banner-content {
    max-width: 100%;
  }
}

.amenities-section {
  position: relative;
  z-index: 1;
}

section.hero-section.hero-promo-section.hero-video {
  height: 100vh;
}

/* hero-promo 2  */
.hero-section.hero-promo-section.hero-promo-2 .banner-content {
  max-width: 450px;
  text-align: center;
}

.hero-section.hero-promo-section.hero-promo-2 .banner-content ul.btns.d-flex {
  justify-content: center;
}

.hero-section.hero-promo-section.hero-promo-2 .banner-content a.btn.white {
  background-color: #cc0000;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: normal;
  display: flex;
  align-items: center;
}

.hero-section.hero-promo-section.hero-promo-2 .banner-content a.btn.white small {
  font-size: 12px;
  align-self: flex-start;
  margin-top: 3px;
}

section.hero-section.hero-promo-section.hero-promo-2 {
  background-position: center;
  margin-bottom: 40px;
}

.page-id-36 section.lines-section,
.page-id-386 section.lines-section {
  margin-bottom: 40px;
}

section.rever-section {
  /* margin-bottom: -50px; */
}

.hero-promo-section.hero-promo-2 .banner-promo-image {
  margin: 0 0 30px;
}

.hero-section.hero-promo-section.hero-promo-2 .banner-content a.btn.white:hover {
  background-color: #fff;
  color: #cc0000;
}

/* hero video promo  */
.hero-section.hero-video .banner-content {
  margin-left: auto;
  text-align: center;
}

.hero-section.hero-video .banner-content .banner-promo-image {
  position: relative;
  max-width: 465px;
}

.hero-section.hero-video .banner-content a.btn {
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.hero-section.hero-video .banner-content ul.btns {
  justify-content: center;
}

.hero-section.hero-video .banner-content a.btn small {
  font-size: 10px;
  align-self: flex-start;
  margin-top: 2px;
}

.hero-section.hero-video .banner-content a.btn:not(.btn-icon):hover {
  background-color: #fff;
  color: #4370f5;
}

.hero-section.hero-video.hero-red-video-promo .banner-content a.btn {
  background-color: #cc0000;
  bottom: 60px;
}

.hero-section.hero-video.hero-red-video-promo .banner-content a.btn:hover {
  background-color: #fff;
  color: #cc0000;
}

.hero-mobile-bg,
.hero-tablet-bg {
  display: none;
}

.hero-section.hero-video .banner-content .banner-promo-image img {
  width: 350px;
  max-width: 100%;
}

.hero-section.hero-video:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.hero-section.hero-promo-section .banner-content .banner-logo {
  width: 100%;
  max-width: 100%;
}

/* promo 3  */
.hero-section.hero-promo-3 .banner-content {
  margin-left: auto;
  text-align: center;
}

.hero-promo-3 ul.btns.d-flex {
  display: block;
  text-align: center;
}

.hero-section.hero-promo-3 .banner-content .btns li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  background: linear-gradient(0deg, rgb(151, 34, 41) 0%, rgb(219, 58, 42) 50%);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 19px;
  border: none;
  padding: 17px 33px;
  position: relative;
  overflow: hidden;
  align-items: center;
  z-index: 1;
  letter-spacing: 1px;
  line-height: 1;
  -webkit-animation-name: stretch;
  animation-name: stretch;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.hero-promo-3 .banner-content ul.btns a small {
  font-size: 11px;
  font-weight: 400;
  margin-top: 2px;
  align-self: flex-start;
}

.hero-promo-3 .banner-content ul.btns a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(151, 34, 41) 0%, rgb(219, 58, 42) 50%);
  z-index: -1;
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
}

.hero-promo-3 .banner-content ul.btns a:hover:after {
  opacity: 1;
  visibility: visible;
}

.hero-promo-section.hero-promo-3 .banner-promo-image {
  margin: 0 0 30px;
}

section.hero-section.hero-promo-section.hero-promo-3 {
  height: 834px;
  justify-content: flex-start;
  padding: 81px 138px;
  background-position: left;
}

/* hero promo-4  */
.hero-section.hero-promo-4 .banner-content {
  max-width: 670px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.hero-section.hero-promo-4.right .banner-content {
  margin-left: auto;
}

.hero-section.hero-promo-4 .banner-content .banner-logo {
  position: static;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  margin-bottom: 58px;
}

.hero-section.hero-promo-4.logo-left .banner-content .banner-logo {
  position: absolute;
  left: 70px;
  top: 70px;
}

.hero-section.hero-promo-4.logo-right .banner-content .banner-logo {
  position: absolute;
  right: 70px;
  left: auto;
  top: 70px;
}

.hero-promo-section.hero-promo-4 .banner-promo-image img {
  width: auto;
  max-width: 100%;
}

section.holiday-section {
  padding: 80px 0;
}

.hero-promo-section.hero-promo-4 a.btn {
  background-color: #4370f5;
  /* display: inline-flex; */
  align-items: center;
  /* font-size: 19px; */
  /* padding: 17px 33px; */
  /* height: 58px; */
  /* width: fit-content !important; */
  letter-spacing: 1px;
  font-weight: 400;
  gap: 15px;
  line-height: 1;
}

.hero-promo-section.hero-promo-4 ul.btns {
  /* width: 100%; */
  /* display: block; */
  text-align: center;
  justify-content: center;
  gap: 30px;
}

.hero-promo-section.hero-promo-4 a.btn:not(.btn-icon):hover {
  background-color: #fff;
  color: #4370f5;
}

.hero-promo-section.hero-promo-4 .banner-promo-image {
  margin-top: 0;
  /* margin-bottom: 90px; */
}

section.hero-section.hero-promo-section.hero-promo-4 {
  /* height: 700px; */
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 100px 56px;
  box-sizing: border-box;
  /* justify-content: flex-end; */
}

.hero-promo-section.hero-promo-4 a.btn.btn-icon .speak-icon {
  /* width: 26px; */
  /* position: static; */
  /* height: fit-content; */
  top: 50%;
  transform: translatey(-50%);
  left: 9px;
}

.hero-section.hero-promo-4.mekong-apt .banner-content .banner-logo img {
  width: 100px;
}

/* hero promo-apt  */
.hero-section.hero-promo-apt .banner-content {
  margin-left: auto;
  max-width: 670px;
}

.hero-section.hero-promo-apt .banner-content .banner-logo {
  position: absolute;
  left: 70px;
  top: 70px;
}

.hero-promo-section.hero-promo-apt .banner-promo-image img {
  width: 650px;
  max-width: 100%;
}

.hero-promo-section.hero-promo-apt a.btn {
  background-color: #4370f5;
  /* display: inline-flex; */
  align-items: center;
  /* font-size: 19px; */
  /* padding: 17px 33px; */
  /* height: 58px; */
  /* width: fit-content !important; */
  letter-spacing: 1px;
  font-weight: 400;
  gap: 15px;
  line-height: 1;
}

.hero-promo-section.hero-promo-apt ul.btns {
  /* width: 100%; */
  /* display: block; */
  text-align: center;
  justify-content: center;
  gap: 30px;
}

.hero-promo-section.hero-promo-apt a.btn:not(.btn-icon):hover {
  background-color: #fff;
  color: #4370f5;
}

.hero-promo-section.hero-promo-apt .banner-promo-image {
  margin-top: 0;
  /* margin-bottom: 90px; */
}

section.hero-section.hero-promo-section.hero-promo-apt {
  height: 700px;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 100px 146px;
  box-sizing: border-box;
  /* justify-content: flex-end; */
}

.hero-promo-section.hero-promo-apt a.btn.btn-icon .speak-icon {
  /* width: 26px; */
  /* position: static; */
  /* height: fit-content; */
  top: 50%;
  transform: translatey(-50%);
  left: 9px;
}

.hero-section.hero-promo-apt .banner-content .banner-logo img {
  width: 140px;
}

.hero-section.apt-promo .banner-content .banner-logo img {
  width: 100px;
}

.hero-promo-section.apt-promo .banner-promo-image img {
  width: 500px;
}

section.hero-section.hero-promo-section.apt-promo {
  background-position: left center;
}

section.hero-section.hero-promo-section.hero-promo-4.apt-promo.center {
  padding-top: 200px;
  background-position: center;
}

section.hero-section.hero-promo-section.hero-promo-4.apt-promo.center a.btn {
  padding: 16px 75px;
  font-size: 20px;
}

/* hero promo-emerald  */
.hero-section.hero-promo-emerald .banner-content {
  margin-left: auto;
  max-width: 670px;
  text-align: center;
}

.hero-section.hero-promo-emerald .banner-content .banner-logo {
  position: static;
  right: 50px;
  top: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  margin-bottom: 58px;
}

.hero-promo-section.hero-promo-emerald .banner-promo-image img {
  /* width: 470px; */
  /* max-width: 100%; */
}

.hero-section.hero-promo-emerald .banner-bottom-content {
  margin-left: auto;
}

.hero-section.right .banner-bottom-content {
  margin-left: auto;
}

.hero-promo-section.hero-promo-emerald a.btn {
  background-color: #4370f5;
  /* display: inline-flex; */
  align-items: center;
  /* font-size: 19px; */
  /* padding: 17px 33px; */
  /* height: 58px; */
  /* width: fit-content !important; */
  letter-spacing: 1px;
  font-weight: 400;
  gap: 15px;
  line-height: 1;
}

.hero-promo-section.hero-promo-emerald ul.btns {
  /* width: 100%; */
  /* display: block; */
  text-align: center;
  justify-content: center;
  gap: 30px;
}

.hero-promo-section.hero-promo-emerald a.btn:not(.btn-icon):hover {
  background-color: #fff;
  color: #4370f5;
}

.hero-promo-section.hero-promo-emerald .banner-promo-image {
  margin-top: 0;
}

section.hero-section.hero-promo-section.hero-promo-emerald {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 100px 146px;
  box-sizing: border-box;
  /* justify-content: flex-end; */
}

.hero-promo-section.hero-promo-emerald a.btn.btn-icon .speak-icon {
  /* width: 26px; */
  /* position: static; */
  /* height: fit-content; */
  top: 50%;
  transform: translatey(-50%);
  left: 9px;
}

.hero-promo-emerald p img {
  position: absolute;
  left: 70px;
  top: 77px;
  width: 200px;
  height: auto;
}

.hero-promo-4.second-promo-may-24.logo-bottom-right.riviera .banner-content .banner-logo img {
  width: 194px;
}

/* adminbar css  */
body.admin-bar .header-main {
  top: 30px;
}

/* trustpilot css  */
section.trustpilot-section {
  padding: 40px 0 10px;
}

section.trustpilot-section.tp-padding {
  padding: 80px 0;
}

section.trustpilot-section.tp-padding-top {
  padding-top: 65px;
  padding-bottom: 0;
}

section.trustpilot-section.trustpilot-micro-combo {
  padding-bottom: 0;
}

.trustpilot-wdgt-mobile {
  display: none;
}

/* ships destination section  */
section.ships-destinations-section {
  padding: 40px 0 60px;
}

/* ama promo  */
.ama-promo.hero-section .banner-content .banner-logo img {
  width: 300px;
}

.hero-promo-section.ama-promo .banner-promo-image img {
  width: 650px;
}

/* video promo 3  */
.hero-section.hero-video.video-promo-3 .banner-content a.btn {
  border-radius: 50px;
  font-size: 14px;
  line-height: 1;
}

.hero-promo-section a.btn.btn-icon .speak-icon {
  top: 50%;
  transform: translatey(-50%);
  left: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.hero-section.hero-video.video-promo-3 .banner-content .banner-promo-image img {
  width: auto;
}

/* vidking  */
section.hero-section.hero-promo-section.viking-promo {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.hero-promo-section.viking-promo ul.btns {
  gap: revert-layer;
}

/* saga  */
section.hero-section.hero-promo-section.saga-promo {
  /* justify-content: flex-start; */
  /* padding-top: 150px; */
  height: calc(100vh - 235px);
  box-sizing: border-box;
  min-height: 700px;
}

/* ama  */
section.hero-section.hero-promo-section.ama-promo {
  background-position: bottom center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/* riviera  */
.riviera-promo p img {
  position: absolute;
  right: 70px;
  top: 77px;
  width: 200px;
  height: auto;
}

.hero-section .banner-bottom-content p {
  font-size: 14px;
  text-transform: none;
  margin: 0;
  color: #fff;
}

.hero-section .banner-bottom-content {
  margin-top: 30px;
  /* max-width: 54%; */
  z-index: 1;
}

section.hero-section.hero-promo-section.riviera-promo {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.hero-promo-section.riviera-promo .banner-promo-image img {
  width: 538px;
}

.hero-section.riviera-promo .banner-content {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.riviera-promo .banner-content ul.btns {
  justify-content: center;
}

/* croisieurope */
section.hero-section.hero-promo-section.hero-promo-4.croisieurope-promo {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/* uniworld  */
.hero-section.hero-promo-4.uniworld-promo .banner-content .banner-logo img {
  width: 250px;
}

section#shadow-host-companion {
  padding: 0;
}

.hero-section.hero-promo-4.center .banner-content {
  margin: 0 auto;
  padding: 0 20px;
}

section.hero-promo-section.center.uniworld-promo-christmas {
  padding: 143px 146px 100px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/* captain curise page  */
section.content-img-section.hero-captain {
  background-color: #B9D0F0;
  background-size: cover;
  overflow: hidden;
  background-position: right bottom;
}

section.content-img-section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-captain .banner-side-image {
  text-align: right;
  margin-bottom: -46px;
}

.hero-captain .banner-content h1 {
  color: #2B2C3E;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  /* 106.667% */
  letter-spacing: 0.6px;
}

.hero-captain .banner-content h1 strong {
  color: #4370f5;
  font-family: "circular";
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  /* 95.238% */
  text-transform: uppercase;
}

.content-img-section h2 {
  color: #2B2C3E;
  font-family: Poppins;
  font-weight: 600;
  margin-bottom: 30px;
}

.content-img-section h2 strong {
  color: #4370f5;
  font-family: PT Serif;
  font-style: italic;
}

.content-img-section .banner-content {
  width: 60%;
  flex: 0 0 60%;
}

.content-img-section.about-captain .banner-content {
  margin-left: 60px;
}

.content-img-section .banner-content p {
  margin-bottom: 15px;
}

.content-img-section.about-captain .banner-side-image {
  margin-bottom: -45px;
}

section.content-img-section.about-captain {
  padding: 100px 0 40px;
  background-size: cover;
  background-position: top center;
}

section.content-img-section.left .container {
  flex-direction: row-reverse;
  max-width: 970px;
}

section.content-img-section.about-captain-greg .container {
  max-width: 1070px;
  padding: 70px 50px 0;
  background: #EDF4FE;
  border-radius: 30px;
  overflow: hidden;
  align-items: flex-start;
}

.about-captain-greg .container .banner-side-image {
  margin-bottom: -5px;
}

.about-captain-greg .container .banner-content {
  text-align: center;
  margin-top: 40px;
  flex: 0 0 50%;
  margin-right: 5%;
}

section.content-img-section.about-captain-greg {
  padding: 0;
}

/* captain video  */
.captain-videos-section .title p {
  /* color: #4370f5; */
  /* font-family: PT Serif; */
  font-size: 20px;
  font-style: normal;
  /* font-weight: 700; */
  /* 192.308% */
  /* letter-spacing: -0.26px; */
  margin-bottom: 20px;
  padding-right: 100px;
}

.captain-videos-section .title h2 {
  color: #2B2C3E;
  font-family: Poppins;
  font-style: normal;
  /* font-weight: 600; */
  /* 148.78% */
}

.captain-videos-section .title {
  position: relative;
}

.captain-videos-section .title .swiper-arrow {
  position: absolute;
  right: 0;
  top: -7px;
}

.captain-videos-section .video-main iframe {
  display: none;
}

.captain-videos-section .video-main {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.captain-videos-section .video-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.captain-videos-section .video-main a.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  transform: translatex(-50%) translatey(-50%);
}

section.captain-videos-section {
  padding: 100px 0;
}

section.captain-videos-section {
  position: relative;
}

section.captain-videos-section .background-image {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

section.captain-videos-section .background-image img {
  width: 100%;
}

.captain-videos-section .video-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.captain-videos-section .video-content {
  margin-top: 25px;
}

.captain-videos-section .video-content p {
  font-size: 15px;
}

.modal.captain_video_popup .modal-body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

div.captain_video_popup .modal-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  box-shadow: unset;
}

.modal.captain_video_popup#video_popup .modal-body .bannerVideo {
  width: 370px;
  height: 665px;
  /* background: transparent; */
  border-radius: 10px;
  overflow: hidden;
}

/* subscriber form */
/* subscriber form */
.cruise-subscriber-form {
  position: relative;
  margin: 0 auto;
  width: 586px;
  max-width: 100%;
}

.cruise-subscriber-form .form-group {
  /* display: flex; */
  align-items: center;
  position: relative;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}

.cruise-subscriber-form .form-group button.subscribe-btn {
  background: transparent;
  border: none;
  display: flex;
  text-transform: uppercase;
  cursor: pointer;
  color: #151e28;
  align-items: center;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
}

.cruise-subscriber-form .form-group button.subscribe-btn:hover {
  color: #4370f5;
}

.cruise-subscriber-form .form-group>label {
  position: absolute;
  top: 9px;
  left: 0;
  color: #ccc;
  transition: 0.3s;
}

.cruise-subscriber-form .form-group input.wpcf7-email {
  border-bottom: 1px solid #ccc;
  height: 40px;
  width: calc(100% - 189px);
}

.cruise-subscriber-form .form-group label.active {
  top: -10px;
  font-size: 12px;
}

.cruise-subscriber-form span.wpcf7-form-control-wrap .wpcf7-acceptance {
  display: block;
  margin-top: 14px;
  font-size: 14px;
}

.cruise-subscriber-form span.wpcf7-form-control-wrap .wpcf7-acceptance input {
  margin-right: 7px;
}

.cruise-subscriber-form a.terms-conditions-link {
  color: #4776E6;
  font-style: italic;
  display: block;
  margin-top: 14px;
  font-size: 14px;
}

.cruise-subscriber-form .form-group button.subscribe-btn svg {
  width: 58px;
  transform: rotate(180deg);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.cruise-subscriber-form .form-group button.subscribe-btn i.form-field-icon {
  display: inline-flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

section.suscriber-form-section .title h2 {
  /* text-align: center; */
}

section.suscriber-form-section {
  padding: 80px 0 80px;
  background-repeat: no-repeat;
  background-position: 85% bottom;
  background-size: 380px;
  position: relative;
}

section.suscriber-form-section .side-image {
  position: absolute;
  left: calc((100% - 940px) / 2);
  width: 308px;
  bottom: -6px;
}

p.subscribeer-from-info a:hover {
  text-decoration: underline;
}

p.subscribeer-from-info {
  font-size: 12px;
  color: #c7c7c7;
  margin-top: 54px;
  max-width: 100%;
  margin-bottom: 0;
}

section.suscriber-form-section .title {
  margin-bottom: 80px;
}

.suscriber-form-content {
  width: 600px;
  margin-left: auto;
}

.modal-content .terms-conditions {
  position: absolute;
  bottom: 17px;
  left: 0;
  font-size: 12px;
  color: #c7c7c7;
  font-style: italic;
  margin: 0;
  width: 100%;
  padding-left: 56px;
}

.modal-content .terms-conditions a:hover {
  text-decoration: underline;
}

.modal-content p.entry-info {
  font-size: 12px;
  margin-top: 15px;
  font-style: italic;
  color: #c7c7c7;
}

.modal .modal-body .modal-img {
  height: 100%;
}

.modal .modal-body .modal-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top right;
  object-position: top right;
}

.modal .modal-body .modal-img {
  height: 100%;
  width: 100%;
}

.modal .modal-body .modal-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top right;
  object-position: top right;
  width: 100%;
}

.modal form .form-field-label {
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 300;
}

.modal .modal-body.unlimited-deals-body .modal-content {
  max-width: 613px !important;
  padding: 50px 30px 40px 50px !important;
}

.modal.thank-you-popup .modal-body.with-bg .modal-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

div#unlimited-deals h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-family: "Poppins";
  color: #151e28;
  margin-bottom: 40px;
  line-height: 1.4;
}

div#unlimited-deals .title h2 strong {
  color: #151e28;
  font-weight: 600;
}

div#unlimited-deals form input.form-control {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #D7D7D7;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
}

div#unlimited-deals form input[type=submit] {
  width: 100%;
  border-radius: 0 !important;
  text-transform: uppercase;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 500;
  margin-top: 60px;
  background-color: #0437B5;
  border-width: 1px;
  display: block;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input[type=submit] {
  appearance: none;
  -webkit-appearance: none !important;
}

div#unlimited-deals p.unsubscribe-text {
  margin-bottom: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  color: #b2afaf;
  margin-top: 15px;
  padding: 0 35px;
}

div#unlimited-deals span.wpcf7-spinner {
  position: absolute;
  bottom: 50px;
  right: 7px;
}

div#unlimited-deals form.wpcf7-form {
  position: relative;
}

div.modal.modal.thank-you-popup.promo-received-enquiry .modal-body.with-bg {
  background-size: 237px;
  background-position: bottom right;
}

div.modal.modal.thank-you-popup.promo-received-enquiry .trustpilot-widget {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 30px;
  margin: 0 auto;
  margin-top: 100px;
  z-index: 1;
  padding: 0;
}

div.modal.modal.thank-you-popup.promo-received-enquiry .title img {
  width: 47px;
}

div.modal.modal.thank-you-popup.promo-received-enquiry h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-family: "Poppins";
  color: #151e28;
  line-height: 1.4;
}

div.modal.modal.thank-you-popup.promo-received-enquiry .modal-body .modal-content {
  padding: 83px 33px 25px 50px;
  text-align: left;
}

div.modal.modal.thank-you-popup.promo-received-enquiry p {
  line-height: 1.5;
  margin-bottom: 76px;
  font-weight: 400;
}

div.modal.modal.thank-you-popup.promo-received-enquiry .action-btn-wrap {
  text-align: center;
  display: flex;
  gap: 15px;
  justify-content: center;
}

div.modal.modal.thank-you-popup.promo-received-enquiry .action-btn-wrap a.btn {
  font-size: 13px;
  border-radius: 0;
  display: flex;
  align-items: center;
  background-color: #0437B5;
  font-weight: 500;
  border-width: 1px;
}

div.modal.modal.thank-you-popup.promo-received-enquiry .action-btn-wrap a.btn:nth-child(2) {
  background-color: transparent;
  color: #151e28;
  border-color: #151e28;
  margin: 0;
}

div.modal.modal.thank-you-popup.promo-received-enquiry a.call-btn {
  font-size: 18px;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 5px;
}

div.modal.modal.thank-you-popup.promo-received-enquiry img.body-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
}

div.modal.modal.thank-you-popup.promo-received-enquiry .modal-img {
  overflow: hidden;
}

#unlimited-deals .trustpilot-widget {
  z-index: 1;
  margin-top: 55px;
}

#unlimited-deals img.body-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}

div#unlimited-deals form input[type=submit]:hover {
  background-color: transparent;
  color: #151e28;
  border-color: #151e28;
}

div.modal.modal.thank-you-popup.promo-received-enquiry .action-btn-wrap a.btn.modal-button:hover {
  background-color: transparent;
  color: #151e28;
  border-color: #151e28;
}

.hero-promo-section.hero-promo-4.promo-ama-2 .banner-promo-image img {
  width: 320px;
}

/* promo ama-2  */
section.hero-section.hero-promo-section.promo-ama-2 {
  width: 970px;
  margin: 80px auto -20px;
  padding: 80px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
  max-width: 100%;
}

section.hero-section.hero-promo-section.promo-ama-2 .banner-content .banner-logo {
  /* width: 91px; */
  top: 50px;
  left: 40px;
}

section.hero-section.hero-promo-section.promo-ama-2 .banner-content .banner-logo img {
  width: 270px;
}

/* promo scenic  */
.hero-section.scenic-promo .banner-content .banner-logo img {
  width: 220px;
}

/* christmas page img  */
/* .rever-christmas-bg {
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: left 67px;
} */
section.lines-section.lines-christmas-bg {
  position: relative;
  padding: 80px 0;
  margin: 0;
}

section.weather-section {
  padding: 10px 0 40px;
}

section.lines-section.lines-christmas-bg .banner-image {
  position: absolute;
  width: 20%;
  left: 0;
  bottom: -120px;
}

/* 
section.specialist-site-section.specialist-christmas-bg {
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: left bottom;
} */
.destinations-section .destinationsSlider .destinations-list .divImg a .new-cruise-rever {
  background-size: cover;
  width: 134px;
  height: 34px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  font-size: 16px;
  z-index: 1;
}

.destinations-section .destinationsSlider .destinations-list .divImg a {
  position: relative;
}

/* deal style 2  */
.deal-list.promo-deal .price-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.deal-list.promo-deal .deals-content .price-wrap .price-list .offer-text {
  color: #4370F5;
  font-weight: 600;
  font-size: 12px;
  margin-top: 3px;
}

.deal-list.promo-deal .deals-content .price-wrap .price-list .regular-price {
  font-size: 10px;
  font-weight: 500;
}

.deals-section-new .deal-main .deal-list.highlighted-deal .deals-content h4 a,
.deals-section-new .deal-main .deal-list.highlighted-deal .deals-content h4 {
  color: #4370F5;
}

.deals-section-new .deal-main .deal-list.highlighted-deal {
  /* transform: scale(1.06); */
  /* box-shadow: 0 0 24px 7px rgba(43, 44, 62, 0.09); */
  border: none;
  margin: 0;
  background: #FFF;
  border-radius: 20px;
  overflow: hidden;
}

/* 
.deals-section-new .deal-main .deal-list.highlighted-deal:before,.deals-section-new .deal-main .deal-list.highlighted-deal:after {
    opacity: 1;
} */
.deals-section-new .deal-main .deal-list.highlighted-deal:before {
  opacity: 1;
}

.deals-section-new.deal-style-2 .deal-main .deal-list .deals-content .countries-list li:first-child:last-child {
  /* font-size: 14px; */
}

.deals-section-new .deal-main .deal-list::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background-color: #4370f5;
  transition: 0.4s;
  opacity: 0;
  z-index: 2;
}

.deals-section-new .deal-main .deal-list .divImg .date-range.date-text {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.deals-section-new .deal-main .deal-list .divImg .date-range.date-text:before {
  display: none;
}

.deals-section-new .deal-main .deal-list .divImg .date-range.date-text strong {
  display: flex;
  padding-left: 17px;
}

.deals-section-new .deal-main .deal-list .divImg .date-range.date-text strong:before {
  top: 2px;
  width: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.deals-section-new .deal-main .deal-list .divImg .date-range.date-text strong:after {
  display: none;
}

span.mobile-deal-promo-text,
.mobile-call-buble a {
  display: none;
}

.highlighted-deal::before {
  display: none;
}

.page-id-458 .hero-section {
  background-position: bottom center;
  min-height: 650px;
}

.highlighted-deal-wrap {
  position: relative;
  margin: 20px -30px;
  padding: 60px 30px 21px;
  border-radius: 20px;
  overflow: hidden;
  background-image: url(https://www.crui.se/wp-content/uploads/2023/12/deal-bg.webp);
  background-size: contain;
  background-color: #4370F5;
  background-position: center;
}

.highlighted-deal-wrap>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

span.deal-highlight-text {
  z-index: 1;
  /* width: 146px; */
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 30px;
  top: 21px;
  position: absolute;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  padding-right: 30px;
  /* 107.143% */
}

.deals-section-new .deal-main .highlighted-deal-wrap .deals-content .price-wrap .price-btns li .btn {
  background: #0437B5;
}

.deals-section-new .deal-main .highlighted-deal-wrap .deals-content .price-wrap .price-btns li .btn:hover {
  background: #151e28;
}

/* rever promo  */
.hero-promo-section.hero-promo-4.river-promo a.btn {
  background: #0437B5;
}

section.hero-section.hero-promo-section.river-promo {
  height: 800px;
  /* justify-content: flex-end; */
  margin-top: 0;
  margin-bottom: 40px;
}

section.hero-section.hero-promo-section.river-promo-2 {
  margin: 0;
  height: 740px;
  padding-left: 8vw;
}

/* header top navigation section  */
.header-main .header-inner .main-menu {
  margin-top: 5px !important;
}

.header-main .header-inner .call-info {
  margin-top: 4px !important;
}

header.header-main .header-inner .call-info a span {
  font-size: 20px !important;
}

.header-main .header-inner .logo {
  max-width: 130px !important;
}

.header-main .header-inner .main-menu {
  margin-top: 0 !important;
}

.header-main .header-inner .call-info {
  margin-top: 7px !important;
}

/* cruise video section fix  */
.cruise-videos-section .videoSlider .swiper-slide iframe.bannerVideo.has-thumbnail {
  display: none;
}

.cruise-videos-section .videoSlider .swiper-slide .video-main>img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -o-object-position: center;
  object-position: center;
}

.cruise-videos-section .videoSlider .swiper-slide .video-main::before {
  display: none;
}

/* header top promo  */
.promo-top-bar {
  display: flex;
  background-color: #4370f5;
  align-items: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  left: 0;
  z-index: 4444;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  padding: 7px 0;
  min-height: 39px;
}

body header.header-main.has-promo-top-bar {
  top: 39px;
}

body.admin-bar .header-main.has-promo-top-bar {
  top: 70px;
}

.promo-top-bar strong {
  color: #edcc31;
}

.promo-top-bar p {
  margin: 0;
}

.promo-top-bar .mobile {
  display: none;
}

.promo-top-bar img {
  margin-left: 18px;
  max-width: 26px;
}

.promo-top-bar img.logo {
  width: 90px;
  max-width: 90px;
}

/* promo top bar 2 */
.promo-top-bar-2 strong {
  color: inherit;
}

.promo-top-bar-2 p {
  font-weight: 400;
}

.promo-top-bar-2 img {
  margin: 0;
  margin-right: 5px;
  width: 20px;
}

@-webkit-keyframes slide1 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(5px, 0);
  }
}

@keyframes slide1 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(5px, 0);
  }
}

body.admin-bar .header-main.header-fixed.has-promo-top-bar {
  top: 30px;
}

header.header-main.header-fixed.has-promo-top-bar {
  top: -2px;
}

.promo-top-bar img.arrow-icon {
  width: 21px;
  -webkit-animation-name: slide1;
  animation-name: slide1;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

div.modal .modal-wrapper {
  max-height: 100vh;
}

.hero-section.hero-promo-avalon .banner-content .banner-logo img,
.hero-section.hero-promo-emerald .banner-content .banner-logo img {
  width: 220px;
}

.hero-section.riviera-promo .banner-logo img {
  width: 180px;
}

.hero-section.hero-video.hero-promo-avalon .banner-content .banner-promo-image img {
  width: 550px;
}

.hero-section.hero-video.hero-promo-avalon .banner-content .banner-promo-image {
  max-width: 100%;
}

.hero-section.hero-promo-section.saga-promo .banner-content .banner-logo img {
  width: 180px;
}

.hero-section.hero-promo-4.viking-promo .banner-content .banner-logo img {
  width: 165px;
}

.croisieurope-promo .banner-logo img {
  width: 230px;
}

.hero-section.hero-promo-arosa .banner-content .banner-logo img {
  width: 250px;
}

/* footer social  */
ul.footer-socials {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

ul.footer-socials img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

ul.footer-socials a {
  display: flex;
}

.footer-copyright .col-12.copyRight {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}

/* footer contact icon info  */
footer .logo-col .contact-footer-social>div span.contact-icon,
.contact-social span.contact-icon {
  display: inline-block;
  vertical-align: top;
  /* background-color: #4370f5; */
  width: 27px;
  height: 28px;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5px;
  border-radius: 50%;
  margin: 0;
  box-sizing: border-box;
}

footer .logo-col .contact-footer-social>div img,
.contact-social span.contact-icon img {
  max-width: 100% !important;
  margin: 0;
  display: block;
}

.contact-social span.contact-icon {
  margin-right: 5px;
}

.mobile-only {
  display: none;
}

header.header-main .header-inner .call-info a span.call-text {
  display: block;
}

.header-main .header-inner .call-info.desktop-only a {
  display: block;
  position: relative;
}

.header-main .header-inner .call-info.desktop-only .call-info-top {
  margin-top: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
  border-radius: 0px 0px 20px 20px;
  /* position: relative; */
  /* z-index: 1; */
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 200px;
  z-index: 3;
}

.header-main .header-inner .call-info.desktop-only .call-text {
  font-size: 10px;
  background-color: #4370F5;
  color: #fff;
  display: inline;
  font-weight: 500;
  padding: 3px 8px;
}

.header-main .header-inner .call-info.desktop-only .call-bottom-text {
  color: #4370F5;
  text-align: center;
  font-family: Poppins;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 244.444% */
  letter-spacing: 0.09px;
  /* position: absolute; */
  background: #EDF4FE;
  bottom: -4px;
  border-radius: 0px 0px 20px 20px;
  padding: 0 13px;
  box-sizing: border-box;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin: 0 auto;
  z-index: 1;
}

.header-main .header-inner .call-info.desktop-only a img {
  max-width: 13px;
}

.header-main .header-inner .call-info.desktop-only {
  margin-top: 0 !important;
  position: relative;
  display: block;
}

.header-main .header-inner {
  padding: 10px 0;
  align-items: center;
}

/* ivy-promo  */
section.hero-section.hero-promo-section.ivy-promo {
  background-position: right;
  padding: 75px 0;
  margin: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.hero-section.ivy-promo .banner-content .banner-logo {
  margin-bottom: 20px;
}

.hero-section.ivy-promo.right .banner-bottom-content {
  text-align: center;
  margin-left: auto;
  padding: 0 51px;
  z-index: 1;
}

.hero-section.ivy-promo.right .banner-bottom-content p {
  font-size: 12px;
}

.hero-promo-section.ivy-promo .banner-promo-image img {
  width: 327px;
}

.hero-section.ivy-promo .banner-content {
  padding-right: 135px;
  max-width: 54%;
}

section.trustpilot-section.with-py {
  padding: 80px 0;
}

/* f&m promo  */
.hero-section.fnm-promo .banner-bottom-content p {
  color: #151e28;
}

section.hero-section.hero-promo-section.fnm-promo {
  padding: 100px 70px;
}

.hero-section.fnm-promo .banner-content {
  width: 37%;
}

/* hero section 2 */
section.hero-section-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 100px 123px 100px 88px;
  position: relative;
  color: #fff;
  z-index: 1;
  min-height: 620px;
}

section.hero-section-2 .banner-content h2 {
  color: #fff;
  font-size: 24px;
  font-family: "Poppins";
  font-weight: 600;
}

section.hero-section-2 .banner-content h2 strong {
  color: #4370f5;
  font-weight: 600;
}

section.hero-section-2 .banner-content p {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 40px;
}

section.hero-section-2 .banner-content p strong {
  font-size: 50px;
}

.hero-section-2 ul.btns {
  display: flex;
  gap: 23px;
  flex-wrap: wrap;
}

.hero-section-2 ul.btns a {
  background: #4370f5;
  color: #fff;
  background-color: #4370f5;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.hero-section-2 .banner-side-image.mobile {
  display: none;
}

section.hero-section-2 .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

section.hero-section-2 .banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-section-2 ul.btns a.btn-icon svg {
  width: 18px;
}

.hero-section-2 ul.btns a:hover {
  background-color: #fff;
  color: #4370f5;
}

.hero-section-2 ul.btns a.btn-icon span.speak-icon {
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translatey(-50%);
}

.hero-section-2 .banner-content-wrap {
  max-width: 55%;
}

.hero-section-2>.banner-side-image {
  max-width: 45%;
  /* height: 562px; */
}

.hero-section-2.side-image-wide .banner-side-image {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.hero-section-2 .banner-side-image img {
  max-width: 100%;
  max-height: 100%;
}

.hero-section-2.nile-river>.banner-side-image img {
  width: 446px;
}

.hero-section-2.mekong-river .banner-side-image {
  height: 525px;
}

section.hero-section-2 .banner-content h2 strong {
  font-size: 40px;
}

.hero-section-2.solo-river .banner-content-wrap {
  max-width: 70%;
}

.hero-section-2.magdalena-river>.banner-side-image {
  height: 479px;
}

/* ships lines  */
.ship-item.ship-lines .ship-datas {
  /* gap: 20px; */
}

.ship-item.ship-lines .ship-data {
  flex: unset;
  gap: 10px;
  justify-content: stretch;
  flex-wrap: nowrap;
  align-items: flex-start;
  position: relative;
  padding-left: 25px;
}

.ship-item.ship-lines .ship-data img {
  margin-top: 3px;
  width: 17px;
  height: 17px;
  max-width: 20px;
  position: absolute;
  top: -1px;
  -o-object-fit: contain;
  object-fit: contain;
  left: 0;
}

.ship-item.ship-lines .ship-image {
  height: 564.2px;
}

.ship-item.ship-item-card .ship-image img {
  -o-object-position: center;
  object-position: center;
}

.ship-item.ship-lines {
  position: relative;
  border-radius: 20px;
  transition: all 0.5s;
  overflow: hidden;
}

.ship-item.ship-lines .ship-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 100px 40px 40px;
  padding-top: 100px;
  transform: translatey(calc(100% - 164px));
  background-color: transparent;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
}

.ship-item.ship-lines .ship-content h4 {
  margin-bottom: 20px;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ship-item.ship-lines .ship-content:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(67, 112, 245, 0) 2.56%, rgba(67, 112, 245, 0.64) 16.73%, rgba(67, 112, 245, 0.98) 43.17%, rgba(67, 112, 245, 0.99) 82.79%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}

@media only screen and (min-width: 991px) {
  .swiper-slide-active .ship-item.ship-lines .ship-content {
    transform: translateY(0);
  }

  .swiper-slide-active .ship-item.ship-lines .ship-content p {
    opacity: 1;
  }
}

.swiper-slide-active.text-expanded .ship-item.ship-lines .ship-content {
  transform: translateY(0);
}

.text-expanded .ship-item.ship-lines .ship-content h4 span.text-expander {
  transform: rotate(180deg);
}

.ship-item.ship-lines .ship-content h4 span.text-expander svg {
  width: 30px;
  height: 30px;
}

.ship-item.ship-lines .ship-content h4 span.text-expander {
  display: none;
}

.swiper-slide-active .ship-item.ship-lines {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  transform: scale(1.05);
}

.ships-lines-carousel-wrap .swiper-slide {
  padding: 34px 0;
  transition: 0.5s;
  opacity: 1;
}

.ships-lines-carousel {
  padding: 0 30px;
}

.ship-item.ship-lines .ship-content p {
  font-size: 16px;
  line-height: 1.6;
  text-overflow: ellipsis;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  opacity: 0;
  transition: 0.2s;
}

/* enquirenow-form */
.modal form .form-control.additional-comments {
  border-radius: 10px;
  height: 150px;
  padding-left: 24px;
  text-align: left;
}

#enquiry .bottom-text p {
  font-size: 14px;
  margin: 0;
  /* color: #ccc; */
}

#enquiry .bottom-text p a {
  display: inline;
  font-size: 16px;
  color: #4370f5;
  line-height: 1;
}

#enquiry .bottom-text {
  margin-top: 40px;
  /* padding-right: 43px; */
}

#enquiry.modal form .form-field-label {
  font-size: 14px !important;
}

.modal form .form-control.additional-comments::-webkit-input-placeholder {
  color: #b4abab;
  font-weight: 400;
  font-style: italic;
}

.modal form .form-control.additional-comments::-moz-placeholder {
  color: #b4abab;
  font-weight: 400;
  font-style: italic;
}

.modal form .form-control.additional-comments:-ms-input-placeholder {
  color: #b4abab;
  font-weight: 400;
  font-style: italic;
}

.modal form .form-control.additional-comments::-ms-input-placeholder {
  color: #b4abab;
  font-weight: 400;
  font-style: italic;
}

.modal form .form-control.additional-comments::placeholder {
  color: #b4abab;
  font-weight: 400;
  font-style: italic;
}

#enquiry .bottom-text h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #151e28;
  margin-bottom: 7px;
}

#enquiry .bottom-text p span {
  font-size: 12px;
  line-height: 12px;
}

.modal#received-enquiry .modal-body.with-bg .modal-content .title+p,
.modal#btn-enquiry .modal-body.with-bg .modal-content .title+p {
  margin-bottom: 20px;
}

#enquiry .wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#enquiry .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 17px -7px;
  position: relative;
}

.modal form .from-textarea .form-field-icon {
  top: 13px;
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#enquiry form.submitting .wpcf7-spinner {
  visibility: visible;
}

#enquiry form.submitting input.wpcf7-form-control.wpcf7-submit {
  opacity: 0.6;
}

.contact-section form .form-group textarea.form-control {
  padding-left: 76px;
}

/* shp navigation  */
.ships-destinations-carousel-wrap.wide .swiper-arrow .swiper-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  left: -20px;
  /* background-color: transparent; */
  transform: translatey(-50%);
}

.ships-destinations-carousel-wrap.wide .swiper-arrow .swiper-btn.swiper-next {
  left: auto;
  right: -20px;
  transform: translatey(-50%) rotate(180deg);
}

/* blog ccss  */
body.blog .hero-section .banner-content {
  margin: 0 auto;
  text-align: center;
}

body.blog section.hero-section {
  min-height: 650px;
}

.page-id-7540 .hero-section {
  max-width: 100%;
  min-height: 650px;
}

.page-id-7540 .hero-section .banner-content {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}

.page-id-7540 .hero-section .banner-content p {
  text-transform: unset;
  font-size: 28px;
}

.page-id-7540 .hero-section .banner-content h1 {
  font-size: 44px;
}

.blog-details-section .content-part a {
  color: #4370f5;
}

.content-part table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}

.content-part table td,
.content-part table th {
  border: 1px solid;
  padding: 0.5em;
}

/* top bar  */
.sticky-top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #4370f5;
  z-index: 22;
  color: #fff;
  font-size: 15px;
  font-family: "Poppins";
  transition: .4s;
  opacity: 1;
  visibility: visible;
}

.admin-bar .sticky-top-bar {
  top: 30px;
}

.sticky-top-bar a.call-info {
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 4;
  gap: 9px;
  padding: 14px 26px;
  display: flex;
  margin: 0 auto;
}

.sticky-top-bar a.call-info svg {
  width: 19px;
  /* position: absolute; */
  /* left: 0; */
}

.sticky-top-bar a.call-info svg path {
  fill: #fff;
}

/* .sticky-top-bar a.call-info {
    display: block;
    text-align: center;
} */
.sticky-top-bar .mobile {
  display: none;
}

.sticky-top-bar a.call-info p {
  margin: 0;
  color: #fff;
}

.sticky-top-bar a.call-info p strong {
  font-size: 16px;
}

.sticky-top-bar:not(.header-fixed) {
  opacity: 0;
  visibility: hidden;
}

.ship-item .btn {
  position: absolute;
  top: 207px;
  right: 10px;
  padding: 8px 23px;
  letter-spacing: 0.5px;
  z-index: 5;
  font-size: 12px;
}

.ship-item.ship-item-wide .btn {
  right: 350px;
  top: auto;
  bottom: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.ship-item.ship-item-wide .btn:before {
  content: "";
  display: block;
  margin-bottom: 7px;
  width: 31px;
  background-image: url(https://www.crui.se/wp-content/uploads/2024/07/view-ship-btn.svg);
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.ship-item.ship-item-wide .btn span:last-child {
  display: none;
}

.modal.pricing-modal .pricing-modal-left .divImg {
  height: 200px;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: -25px;
  margin-bottom: 25px;
}

.blog-details-section .content-part ul li {
  line-height: 1.7;
  margin-bottom: 15px;
}

.blog-details-section .content-part ul li::before {
  top: 9px;
}

.blog-section .recent-blog .blogImg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: right;
}

.blog-section .blog-main .blog-list .blogImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* .blog-section .recent-blog .blogImg {
    height: 314px;
}

.blog-section .blog-main .blog-list .blogImg {
    height: 158px;
    width: 180px;
}
 */
/* mns-promo  */
section.hero-section.hero-promo-section.fnm-promo.mns-promo {
  background-position: right center;
}

.hero-section.fnm-promo.mns-promo .banner-bottom-content p {
  color: #fff;
}

/* alzheimers */
.alzheimers-logo img {
  margin-bottom: 8px;
}

section.hero-section.hero-promo-section.hero-promo-4.alzheimer-cta {
  padding: 51px 50px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: unset;
  background-position: top center;
  background-color: transparent;
}

section.hero-promo-section.hero-promo-4.alzheimer-cta .banner-promo-image {
  margin: 0;
}

section.hero-promo-section.hero-promo-4.alzheimer-cta .banner-promo-image img {
  width: 100%;
}

section.hero-promo-section.hero-promo-4.alzheimer-cta .banner-content {
  width: 37%;
}

section.hero-section.hero-promo-section a.banner-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  z-index: 55;
}

section.hero-section.hero-promo-section.hero-promo-4.alzheimer-banner {
  height: 540px;
  background-position: 57% top;
}

section.terms-conditions-section {
  padding: 40px 0;
}

/* river promo  */
.river-promo .banner-promo-image {
  margin-bottom: 40px;
}

section.hero-section-2.river-promo {
  padding: 100px 123px 100px 141px;
}

/* onetrust cookie */
div.onetrust-pc-dark-filter.ot-hide {
  display: none !important;
}

#onetrust-banner-sdk .ot-sdk-button:hover,
#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):hover,
#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):focus,
#onetrust-pc-sdk .ot-sdk-button:hover,
#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):hover,
#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):focus,
#ot-sdk-cookie-policy .ot-sdk-button:hover,
#ot-sdk-cookie-policy :not(.ot-leg-btn-container)>button:not(.ot-link-btn):hover,
#ot-sdk-cookie-policy :not(.ot-leg-btn-container)>button:not(.ot-link-btn):focus {
  opacity: 1 !important;
  outline: none !important;
}

div#unlimited-deals h2 img {
  width: 86px;
}

/* Apt travel styles section  */
.apt-travel-image img {
  height: auto;
  width: 100%;
  max-height: 345px;
  -o-object-fit: cover;
  object-fit: cover;
}

.apt-travel-image {
  margin-bottom: 15px;
}

.apt-travel-content h2 {
  margin-bottom: 5px;
  font-size: 26px;
}

/* navigagator css  */
.navigator-deals-content h3 strong {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #151e28;
}

.navigator-deals-content h4 strong {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #151e28;
}

.navigator-deals-content h4 {
  color: #4370f5;
}

.title h3 strong {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #151e28;
}

/* competition form  */
section.contact-section.competition-signup-section .title {
  margin-bottom: 40px;
}

section.contact-section.competition-signup-section .bottom-text p {
  color: #b2afaf;
  font-weight: 400;
  font-size: 14px;
}

section.contact-section.competition-signup-section .title h1 {
  font-style: normal;
  font-weight: 400;
  font-family: "Poppins";
  color: #151e28;
}

/* uniworld-promo may 24 */
.hero-promo-4.second-promo-may-24 .banner-content {
  max-width: 100% !important;
  width: 970px;
}

.hero-promo-4.second-promo-may-24 .banner-promo-image img {
  /* width: 970px; */
}

.hero-promo-4.second-promo-may-24 a.btn {
  background-color: #fff;
  color: #151e28;
  border-radius: 5px;
  padding: 13px 22px;
  /* cursor: pointer; */
  min-width: 140px;
}

.hero-promo-4.second-promo-may-24 a.btn .speak-icon {
  /* filter: brightness(.2); */
  display: none;
}

.hero-promo-4.second-promo-may-24.logo-bottom-right .banner-content .banner-logo {
  top: auto;
  bottom: 110px;
  right: 11%;
  position: absolute;
  margin: 0;
}

.hero-promo-4.second-promo-may-24.logo-bottom-right .banner-content .banner-logo img {
  width: 220px;
}

.hero-promo-4.second-promo-may-24.logo-bottom-left .banner-content .banner-logo {
  top: auto;
  bottom: 70px;
  left: 10%;
  position: absolute;
}

.hero-promo-4.second-promo-may-24.ama.logo-bottom-left .banner-content .banner-logo img {
  width: 319px;
}

section.hero-section.hero-promo-section.hero-promo-4.second-promo-may-24 {
  height: 719px;
}

.hero-promo-4.second-promo-may-24.apt.logo-bottom-right .banner-content .banner-logo img {
  width: 100px;
}

.hero-promo-4.second-promo-may-24.logo-bottom-right.apt .banner-content .banner-logo {
  right: 8%;
  bottom: 70px;
}

.hero-promo-4.second-promo-may-24.riviera .banner-content {
  width: 1070px;
}

.hero-promo-4.second-promo-may-24.logo-bottom-right.riviera .banner-content .banner-logo {
  right: 8%;
}

.hero-promo-4.second-promo-may-24.viking .banner-content .banner-logo img {
  width: 150px;
}

/* review v2  */
section.reviews-section-v2 {
  background-image: url(https://www.crui.se/wp-content/uploads/2023/05/holiday-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 125px 0 100px;
  position: relative;
  margin-bottom: 100px;
}

.review-v2-wrap {
  display: flex;
  flex-wrap: wrap;
}

.review-v2-wrap .review-v2-image {
  width: 300px;
  text-align: center;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 25px;
}

.review-v2-wrap .review-v2-content-wrap {
  width: calc(100% - 300px);
  padding-left: 25px;
  color: #fff;
}

.review-v2-wrap .review-v2-image img.review-image-shape {
  position: absolute;
  z-index: 3;
  left: 0;
  top: -125px;
  transform: translatex(-55px);
}

.review-v2-wrap .review-v2-image .review-image {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.review-v2-wrap .review-v2-image img.trustpilot-review {
  position: relative;
  -webkit-animation: 2;
  animation: 2;
  max-width: 102px;
}

.review-v2-wrap .review-v2-image .review-image img {
  width: 100%;
}

.review-v2-wrap .review-v2-image:after {
  content: "";
  width: 70%;
  height: 40px;
  top: 0;
  position: absolute;
  background: #34B57B;
  border-top-left-radius: 15px;
  z-index: -5;
  left: 50%;
  border-top-right-radius: 15px;
  transform: translatex(-50%) translatey(-100%);
}

.review-v2-wrap .review-v2-content-wrap h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins";
  margin-bottom: 20px;
}

.review-v2-wrap .review-v2-content-wrap h4 {
  color: #fff;
  font-size: 20px;
  font-family: "Poppins";
  font-weight: 500;
}

.review-v2-wrap .review-v2-content-wrap p.reviewer-designation {
  font-size: 14px;
  margin-bottom: 5px;
}

.review-v2-stamp {
  position: absolute;
  right: calc((100% - 1101px) / 2);
  bottom: 0;
  transform: translatey(50%);
}

.deals-section-new .deal-main .deal-list .deals-content .deals-content-main .deals-date-time li p {
  margin: 0;
  /* line-height: 0; */
}

.port-guides-section .port-guides-tab-main .port-guides-tab-content .port-guides-list .port-guides-list-title::before {
  top: calc(50% - 8px);
}

/* ama new promo right  */
section.hero-section.hero-promo-section.hero-promo-4.second-promo-may-24.ama.right {
  /* padding-top: 0; */
  justify-content: flex-start;
  padding-right: 200px;
}

section.hero-section.hero-promo-section.hero-promo-4.second-promo-may-24.ama.right .banner-logo {
  margin-bottom: 40px;
}

section.hero-section.hero-promo-section.hero-promo-4.second-promo-may-24.ama.right .banner-logo img {
  width: 378px;
}

/* hero-promo-text-content-jul24 */
.hero-promo-text-content-jul24 .banner-content h2 {
  font-size: 48px;
  color: #fff;
  font-family: "Poppins";
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
  line-height: 1.5;
}

.hero-promo-text-content-jul24 .banner-content h2:after {
  position: absolute;
  content: "";
  width: 100px;
  background-color: #fff;
  height: 2px;
  left: 50%;
  bottom: 0;
  transform: translatex(-50%);
}

.hero-promo-text-content-jul24 .banner-content {
  text-align: center;
  max-width: 100%;
  margin-right: auto;
}

.hero-promo-text-content-jul24 .banner-content p {
  font-size: 20px;
  text-transform: unset;
  font-weight: 400;
  margin-bottom: 40px;
}

.hero-promo-text-content-jul24 .banner-content ul.btns {
  justify-content: center;
}

.hero-promo-text-content-jul24 .banner-content ul.btns .btn {
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 13px 45px;
}

.hero-promo-text-content-jul24 .banner-content .banner-logo img {
  width: 300px;
}

section.hero-section.hero-promo-section.hero-promo-text-content-jul24 {
  padding: 120px 114px;
}

.hero-promo-text-content-jul24 .banner-content ul.btns .btn:hover {
  background-color: #fff;
  color: #151e28;
}

section.river-grid-section.title-position-horizontal {
  padding: 70px 0 30px;
}

.page-id-386 section.river-grid-section {
  padding: 70px 0 80px;
}

.page-id-386 section.specialist-site-section {
  padding: 80px 0 40px;
}

.page-id-386 section.reviews-section {
  padding: 0 0 20px;
}

/* river grid section  */
section.river-grid-section {
  padding: 40px 0 80px;
}

.parent-pageid-18075 .river-grid-section,
.parent-pageid-318 .river-grid-section,
.parent-pageid-1190 .river-grid-section,
.parent-pageid-12018 .river-grid-section,
.parent-pageid-1647 .river-grid-section,
.parent-pageid-2166 .river-grid-section,
.parent-pageid-1537 .river-grid-section,
.parent-pageid-428 .river-grid-section,
.parent-pageid-11219 .river-grid-section,
.parent-pageid-1811 .river-grid-section,
.parent-pageid-458 .river-grid-section,
.parent-pageid-460 .river-grid-section,
.parent-pageid-417 .river-grid-section,
.parent-pageid-6782 .river-grid-section {
  padding: 80px 0 0;
}

.page-id-36 section.river-grid-section {
  padding: 70px 0 80px;
}

.page-id-9368 section.port-guides-section.brand-filter {
  padding: 0 0 40px;
}

.page-id-12018 section.river-grid-section,
.page-id-2166 section.river-grid-section,
.page-id-11219 section.river-grid-section {
  padding: 40px 0 80px;
}

section.river-grid-section .title-wrap {
  flex: 0 0 35%;
  text-align: center;
}

section.river-grid-section .content-wrap {
  flex: 0 0 61%;
}

section.river-grid-section .title-wrap h2 {
  font-size: 48px;
  color: #151e28;
  font-weight: 400;
  font-family: "Poppins";
}

section.river-grid-section .content-wrap p {
  font-size: 16px;
  font-weight: 300;
}

section.river-grid-section .content-wrap a.destination-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  text-decoration: underline;
}

section.river-grid-section .content-wrap a.destination-btn svg {
  width: 37px;
}

section.river-grid-section .river-title-row>.col {
  /* align-items: center; */
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

section.river-grid-section .row.river-grid-row {
  margin-top: 45px;
  row-gap: 30px;
}

section.river-grid-section .river-grid-item {
  display: flex;
  position: relative;
  overflow: hidden;
  height: 322px;
}

section.river-grid-section .river-grid-item h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 500;
  padding: 13px 20px;
  margin: 0;
}

section.river-grid-section .river-grid-item h4 svg,
section.river-grid-section .river-grid-item h4 img {
  width: 40px;
  height: 20px;
}

section.river-grid-section .river-grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: 0.5s;
}

section.river-grid-section .river-grid-item:hover img {
  transform: scale(1.08);
}

section.river-grid-section .content-wrap a.destination-btn:hover {
  color: #4370f5;
}

section.river-grid-section .river-grid-item picture {
  width: 100%;
  height: 100%;
  display: flex;
}

.river-grid-section.title-position-vertical .row.river-title-row>.col {
  display: block;
  text-align: center;
}

.river-grid-section.title-position-vertical .row.river-grid-row {
  margin-top: 0;
  justify-content: center;
}

section.river-grid-section .col-6 .river-grid-item {
  height: 450px;
}

/* ship grid section  */
.ships-view-more-btns.text-center {
  margin-top: 50px;
}

.ships-view-more-btns.text-center .btn {
  border-radius: 0;
}

section.inclusions-section-v2 {
  padding: 80px 0 72.5px;
}

section.river-grid-section.ship-grid-section {
  padding: 0 0 80px;
}

section.ship-grid-section .title-wrap {
  flex: 0 0 45%;
}

.parent-pageid-18075 .ship-grid-section .title-wrap,
.parent-pageid-318 .ship-grid-section .title-wrap,
.parent-pageid-428 .ship-grid-section .title-wrap,
.parent-pageid-1811 .ship-grid-section .title-wrap,
.parent-pageid-1190 .ship-grid-section .title-wrap,
.parent-pageid-460 .ship-grid-section .title-wrap,
.parent-pageid-2166 .ship-grid-section .title-wrap,
.parent-pageid-1537 .ship-grid-section .title-wrap,
.parent-pageid-11219 .ship-grid-section .title-wrap,
.parent-pageid-1647 .ship-grid-section .title-wrap,
.parent-pageid-417 .ship-grid-section .title-wrap,
.parent-pageid-458 .ship-grid-section .title-wrap,
.parent-pageid-12018 .ship-grid-section .title-wrap,
.parent-pageid-6782 .ship-grid-section .title-wrap,
.parent-pageid-21552 .ship-grid-section .title-wrap,
.parent-pageid-21263 .ship-grid-section .title-wrap {
  margin-bottom: 40px;
}

section.ship-grid-section .content-wrap {
  flex: 0 0 53%;
}

/* lines section title  */
.lines-section .title {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.lines-section .title h2 {
  flex: 0 0 40%;
  max-width: 38%;
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  font-family: "Poppins";
  color: #151e28;
  font-style: normal;
  text-transform: uppercase;
}

.lines-section .title h2 strong {
  font-weight: 400;
}

.lines-section .title p {
  flex: 0 0 60%;
  max-width: 60%;
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  padding-left: 20px;
}

/* holiday section  */
.holiday-section .holiday-row .title h2,
.holiday-section .holiday-row .holiday-content h2 {
  /* text-align: left; */
  font-weight: 400;
  font-family: "Poppins";
  font-style: normal;
  text-transform: uppercase;
}

.holiday-section .holiday-row .title h2 strong {
  font-weight: 400;
}

.holiday-section .holiday-row .title p {
  margin-bottom: 15px;
}

.holiday-section .holiday-row .title a.btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0;
  font-weight: 400;
}

.holiday-section .holiday-row .title a.btn:hover {
  background-color: #fff;
  color: #151e28;
}

.holiday-section .holiday-row .holiday-content h2::before {
  width: 100%;
}

/* team .team-experience-section */
.team-experience-section .title h2 {
  /* font-size: 48px; */
  font-weight: 400;
  font-family: "Poppins";
  text-transform: uppercase;
  font-style: normal;
}

.team-experience-section .title h2 strong {
  font-weight: 400;
}

.team-experience-section .experience-content h3 {
  color: #151e28;
}

.team-experience-section .col-6 {
  align-self: center;
}

.team-experience-section .experience-profile {
  position: relative;
  max-width: 45%;
  margin-right: 3%;
}

.team-experience-section .experience-profile .experience-info {
  position: absolute;
  bottom: 0;
  background: #4370f5;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  right: 14px;
}

.team-experience-section .experience-profile .experience-info p {
  color: #fff;
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 5px 12px;
  font-size: 15px;
}

.team-experience-section .experience-profile .experience-info p strong {
  color: #fff;
  display: inline;
  font-weight: 400;
}

.team-experience-section .team-experience-list .experience-pic {
  margin: 0;
}

section.team-experience-section {
  padding: 80px 0;
}

.team-experience-section .experience-content span.experience-bottom-text {
  display: block;
  color: #b2afaf;
  font-style: italic;
}

section.port-guides-section.river {
  padding: 0 0 40px;
}

.page-id-386 section.port-guides-section.brand-filter {
  padding: 0 0 80px;
}

.page-id-460 section.port-guides-section.river {
  padding: 80px 0 40px;
}

/* review section  */
.reviews-section .reviews-box .title h2 {
  /* font-size: 48px; */
  font-family: "Poppins";
  text-transform: uppercase;
  font-style: normal;
  color: #151e28;
}

.title h2 strong,
.title .h2 strong {
  font-weight: 400;
}

.reviews-section .reviews-box {
  border: none;
}

.reviews-section .reviews-box .reviewsSlider .swiper-slide .reviews-content .review-adder-info {
  font-weight: 400;
  color: #b2afaf;
  font-size: 16px;
  font-style: italic;
}

.reviews-section .reviews-box {
  width: 788px;
  margin: 0 auto;
  max-width: 100%;
}

.reviews-section .reviews-box .reviewsSlider .swiper-btn .svg circle {
  display: none;
}

.reviews-section .reviews-box .reviewsSlider .swiper-btn .svg path,
.reviews-section .reviews-box .reviewsSlider .swiper-btn:hover .svg path {
  fill: #9b9b9b;
}

.reviews-section .reviews-box .reviewsSlider .swiper-btn:hover {
  background-color: #fff;
}

.reviews-section .reviews-box .review-ratings {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  gap: 4px;
}

.reviews-section .reviews-box .review-ratings svg {
  width: 30px;
  height: 30px;
}

.port-guides-section.brand-filter {
  padding-bottom: 0;
}

.parent-pageid-1190 .reviews-section,
.parent-pageid-318 .reviews-section,
.parent-pageid-18075 .reviews-section,
.parent-pageid-428 .reviews-section,
.parent-pageid-1811 .reviews-section,
.parent-pageid-12018 .reviews-section,
.parent-pageid-1647 .reviews-section,
.parent-pageid-460 .reviews-section,
.parent-pageid-417 .reviews-section,
.parent-pageid-6782 .reviews-section,
.parent-pageid-1537 .reviews-section,
.parent-pageid-11219 .reviews-section,
.parent-pageid-458 .reviews-section,
.parent-pageid-2166 .reviews-section {
  padding-top: 0;
  margin-top: -40px;
}

section.reviews-section {
  padding: 80px 0 20px;
}

.page-id-36 section.reviews-section {
  padding: 0 0 20px;
}

.reviews-section .reviews-box p {
  margin: 40px 0 30px;
}

/* faq section  */
section.faq-section .title h2 {
  /* font-size: 49px; */
  text-transform: uppercase;
  font-style: normal;
  text-align: center;
  color: #151e28;
  margin-bottom: 40px;
}

section.faq-section .title h2 br {
  display: none;
}

.faq-section .faq-accordion .accordion-list {
  border: none;
  border-top: 1px solid #b2afaf;
  padding: 25px;
}

.faq-section .faq-accordion .accordion-list .accordion-content {
  margin-left: 20px;
  margin-top: 20px;
  width: 100%;
  padding-right: 45px;
}

.faq-section .faq-accordion .accordion-list .accordion-title.active::after {
  transform: translateY(-50%) rotate(-180deg);
}

.faq-section .faq-accordion .accordion-list .accordion-title::before {
  display: none;
}

.faq-section .faq-accordion .accordion-list .accordion-title h4 {
  font-weight: 400;
}

.faq-section .faq-accordion .accordion-list .accordion-title::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="14" height="9" viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.777344 1.71289L6.73437 7.66992L12.6914 1.71289" stroke="%23151e28" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

section.faq-section {
  background: #f9f9f9;
  padding: 80px 0;
}

/* confidence section  */
.reviews-section .reviews-box .title {
  margin-top: 0;
}

.confidence-section .confidence-row .confidence-list .icon img {
  -webkit-filter: brightness(6);
  filter: brightness(6);
}

.confidence-section .confidence-row .confidence-list .icon {
  background: unset;
  display: inline-flex;
  box-shadow: unset;
}

.confidence-section .confidence-row .confidence-list {
  display: block;
  text-align: center;
}

.confidence-section .confidence-row .confidence-list .content {
  padding: 0;
}

.confidence-section .title h2 {
  font-style: normal;
  /* font-size: 48px; */
  text-transform: uppercase;
  font-weight: 400;
}

.confidence-section .title p {
  font-weight: 300;
  font-size: 16px;
  max-width: 991px;
  margin: 0 auto;
}

section.trustpilot-section.bg-primary {
  background: #f9f9f9;
}

/* deal new style  */
.deal-card-item {
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(34, 23, 211, 0.1098039216);
  position: relative;
  margin-bottom: 40px;
  flex-wrap: wrap;
  min-height: 300px;
}

.deal-card-item .deal-image-wrap {
  max-width: 55%;
  flex: 0 0 55%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px 20px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.deal-card-item .deal-content-wrap {
  flex: 0 0 45%;
  max-width: 45%;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.deal-image-wrap h4 {
  font-size: 36px;
  color: #fff;
  font-weight: 300;
}

.deal-image-wrap span.deal-duration {
  background-color: #fff;
  display: inline-flex;
  width: auto;
  color: #1937b5;
  font-size: 16px;
  align-items: center;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.cruise-search-v3 .deal-card-item .deal-image-wrap:after {
  content: "";
  position: absolute;
  inset: 0px;
  background: linear-gradient(rgba(0, 0, 0, 0) 32.22%, rgba(0, 0, 0, 0.7) 100%);
  z-index: -2;
}

.deal-card-item .deal-image-wrap a.link-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0px;
  background: linear-gradient(rgba(0, 0, 0, 0) 32.22%, rgba(0, 0, 0, 0.7) 100%);
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  /* cursor: pointer; */
}

.deal-promo-texts {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.deal-promo-texts .deal-promo-text {
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 15px;
  display: inline-flex;
  opacity: 0.8;
  position: relative;
}

.deal-promo-texts .deal-promo-text:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #1937b5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skew(-15deg);
}

.deal-card-item .deal-content-wrap .cruise-line img {
  filter: brightness(0);
}

.deal-card-item .deal-content-wrap .cruise-line {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  /* margin-bottom: 30px; */
  position: relative;
}

.deal-card-item .deal-content-wrap .departure {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 25px 0;
  font-weight: 300;
  font-size: 14px;
}

.deal-card-item .deal-content-wrap strong {
  text-transform: uppercase;
  font-weight: 400;
}

.deal-card-item .deal-content-wrap .iteineraries {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 2px;
  font-size: 14px;
}

.deal-card-item .deal-content-wrap .iteineraries span:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #000;
  display: inline-flex;
  border-radius: 50%;
}

.deal-card-item .deal-content-wrap .iteineraries span {
  display: flex;
  align-items: center;
  line-height: 1.4;
  column-gap: 5px;
  font-weight: 300;
}

.deal-card-item .deal-content-btottom {
  border-top: 1px solid #b2afaf;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.deal-card-item .deal-content-btottom .deal-price {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  font-weight: 300;
}

.deal-card-item .deal-content-btottom .deal-price .price {
  font-size: 44px;
  color: #1937b5;
  display: flex;
  align-items: flex-start;
  font-weight: 400;
}

.deal-card-item .deal-content-btottom .deal-action {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.deal-card-item .deal-content-btottom .deal-action a.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 400;
  background: #1937b5;
  padding: 11px 45px;
}

.deal-card-item .deal-content-btottom .deal-action a.btn.deal-view-btn {
  background-color: transparent;
  border: 1px solid #151e28;
  color: #151e28;
}

.deal-card-item .deal-content-btottom .deal-price .price span {
  font-size: 20px;
  margin-top: 9px;
}

.deal-card-item .deal-content-btottom .deal-action a.btn:hover {
  background: #151e28;
}

.deal-card-item .deal-content-btottom .deal-action a.btn.deal-view-btn:hover {
  background-color: #151e28;
  color: #fff;
}

.deals-section-new .deal-btns .btn {
  border-radius: 0;
  font-weight: 400;
}

.title h2 {
  font-size: 46px;
  text-transform: uppercase;
  font-style: normal;
  color: #151e28;
}

.title p {
  font-weight: 300;
  font-size: 16px;
}

.deal-card-item .deal-content-wrap .cruise-line:hover {
  color: #1937b5;
}

.deal-card-item .deal-content-btottom .deal-price span.price-subtext {
  font-size: 14px;
}

.deal-card-item .deal-content-wrap .cruise-line .cruise-line-logo {
  position: absolute;
  right: 0;
  width: fit-content;
  top: 0;
  min-height: 31px;
  display: flex;
  align-items: center;
}

.deal-card-item .deal-content-wrap .cruise-line .cruise-line-logo img {
  width: 95px;
  max-height: 27px;
  object-fit: contain;
  object-position: top right;
  filter: unset;
}

.deal-card-item .deal-content-wrap .cruise-line .cruise-line-logo.saga img {
  width: 60px;
}

/* alzheimir cta v2  */
.alzheimer-cta-v2.hero-promo-section.hero-promo-4 .banner-promo-image img {
  width: 31vw;
}

.alzheimer-cta-v2.hero-promo-section.hero-promo-4 .banner-promo-image {
  margin: 0;
}

section.hero-section.hero-promo-section.hero-promo-4.alzheimer-cta-v2 {
  padding: 90px 100px;
}

/* hero scroll section  */
section.hero-scroll-section {
  height: calc(100vh - 155px);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 700px;
  padding: 120px 16px 35px;
}

section.hero-scroll-section .banner-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.hero-scroll-section .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

section.hero-scroll-section h1 {
  font-family: "arya-double", sans-serif;
  font-weight: 400;
  font-size: 100px;
  margin-bottom: 100px;
}

/* section.hero-scroll-section.banner-content-up-desktop h1 {
  margin-bottom: 200px;
} */

/* section.hero-scroll-section.banner-content-up-desktop {
  padding: 0px 16px 200px;
} */

section.hero-scroll-section.ama h1,
section.hero-scroll-section.riviera h1,
section.hero-scroll-section.emerald h1 {
  font-size: 90px;
}

section.hero-scroll-section p {
  font-size: 24px;
  color: #fff;
}

section.hero-scroll-section .hero-scrlll-btn {
  width: 40px;
  display: inline-flex;
  cursor: pointer;
}

section.hero-scroll-section .hero-scrlll-btn svg {
  width: 100%;
  display: block;
}

/* river section  */
section.river-section {
  padding: 70px 0 0px;
}

section.river-section .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: center; */
}

.title h1 {
  font-size: 46px;
  font-weight: 400;
  font-style: normal;
  color: #151e28;
}

.title h1 strong {
  font-weight: 400;
}

.title h2 strong {
  font-weight: 400;
}

.title h1 b {
  font-weight: 400;
  font-style: normal;
}

section.river-section .title h1,
section.river-section .title h2 {
  max-width: 50%;
  text-align: center;
  margin-bottom: 0;
  flex: 0 0 47%;
  padding: 0 5%;
}

section.river-section .title .content-wrap {
  flex: 0 0 53%;
  max-width: 53%;
}

section.river-section .title a.btn {
  display: inline-flex;
  font-weight: 400;
  color: #151e28;
  background-color: transparent;
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  text-decoration: underline;
}

section.river-section .title a.btn svg {
  width: 37px;
}

.riverContentItem h3 {
  font-size: 30px;
  color: #151e28;
}

.riverItemImg {
  height: 350px;
  padding-right: 30px;
}

.riverItemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.riverSliderContent .swiper-arrow svg circle {
  display: none;
}

.riverSliderContent .swiper-arrow .swiper-btn svg path {
  fill: #151e28 !important;
}

.riverSliderContent .swiper-arrow .swiper-btn {
  background-color: transparent;
}

.riverSliderContent .swiper-arrow {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.modal h2 {
  text-transform: inherit;
}

section.contact-section.competition-signup-section .title h1 {
  font-style: normal;
  font-weight: 400;
  font-family: "Poppins";
  color: #151e28;
}

/* scroll banner cruise line  */
section.hero-scroll-section .banner-logo {
  position: absolute;
  top: 9vh;
  right: 9vh;
}

section.hero-scroll-section .banner-logo img {
  max-height: 100px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  width: 250px;
  object-position: right;
}

/* section.hero-scroll-section.normal-font h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
} */
span.normal-font {
  font-family: "Poppins";
}

section.hero-scroll-section.saga .banner-logo img {
  height: 44px;
}

section.hero-scroll-section.tui .banner-logo img {
  height: 60px;
}

section.hero-scroll-section.riviera .banner-bg img {
  /* object-position: top center; */
}

section.river-section .title h2 {
  max-width: 45%;
}

/* spacing fix  */
section.inclusions-section {
  padding: 70px 0 0;
}

section.cruise-brochure-section {
  padding: 80px 0 0;
}

section.cruise-videos-section {
  padding: 80px 0 50px;
}

section.cruise-gallery-carousel-section {
  padding: 0 0 25px;
}

section.cruise-gallery-section {
  padding-bottom: 0;
}

section.confidence-section {
  padding: 80px 0;
}

/* gallery carousel  */
.swiper-slide.gallery-item img {
  height: 330px;
  object-fit: cover;
  object-position: top center;
  border-radius: 10px;
  width: 100%;
}

.col.cruise-gallery-carousel .swiper-navigation-wrap {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.col.cruise-gallery-carousel .swiper-navigation-wrap .swiper-btn svg {
  width: 40px;
}

.col.cruise-gallery-carousel .swiper-navigation-wrap .swiper-btn svg path {
  /* fill: #151e28; */
}

.col.cruise-gallery-carousel .swiper-navigation-wrap .swiper-btn svg circle {
  /* stroke: #151e28; */
}

.col.cruise-gallery-carousel .swiper-navigation-wrap .swiper-btn.swiper-next svg {
  transform: rotate(180deg);
}

.col.cruise-gallery-carousel .swiper-navigation-wrap .swiper-btn {
  cursor: pointer;
}

.swiper-slide.gallery-item h4 {
  margin-top: 10px;
}

section.river-grid-section.cruise-line .title-wrap {
  flex: 0 0 45%;
}

section.river-grid-section.cruise-line .content-wrap {
  flex: 0 0 53%;
}

/* prom sep 24 */
section.hero-promo-section.promo-sep-24 {
  padding-right: 4.3%;
  align-items: flex-end;
  background-position: center right;
  min-height: 360px;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0;
  padding-right: 2.3%;
  background-size: cover;
  width: calc(100% - 30px);
}

section.hero-promo-section.promo-sep-24 .banner-content {
  max-width: 45%;
  width: 300px;
}

section.hero-promo-section.promo-sep-24 .banner-content h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 13px;
}

section.hero-promo-section.promo-sep-24 .banner-content p {
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 25px;
}

section.hero-promo-section.promo-sep-24 .banner-content a.btn {
  border-radius: 0;
  font-weight: 400;
  font-size: 13px;
}

section.hero-promo-section.promo-sep-24 .banner-content a.btn:hover {
  background-color: #fff;
  color: #151e28;
}

section.hero-promo-section.promo-sep-24 .hero-tablet-bg {
  background-position: center;
}

section.promo-sep-24.with-overlay-css {
  padding: 0 !important;
  position: relative;
  justify-content: stretch;
  min-height: unset;
  height: fit-content;
}

section.promo-sep-24.with-overlay-css .banner-content {
  height: 100%;
  /* position: relative; */
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 3vw;
  background: rgba(0, 0, 0, 0.7);
  border-left: 7px solid #4370f5;
  padding: 30px;
  width: 402px;
  max-width: unset;
}

section.promo-sep-24.ama .banner-content {
  width: 350px;
}

section.promo-sep-24.logo-left .banner-content .banner-logo {
  position: absolute;
  top: 40px;
  left: 40px;
}

section.promo-sep-24.logo-left .banner-content .banner-logo img {
  max-height: 60px;
  object-fit: contain;
  object-position: top left;
}


section.promo-sep-24.content-left .banner-content {
  margin-left: 3vw;
}

section.hero-promo-section.promo-sep-24.content-left {
  align-items: flex-start;
}

section.promo-sep-24.content-left .banner-content .banner-logo {
  position: absolute;
  top: 40px;
  right: 40px;
  width: auto;
}

/* inclusions section v2  */
.inclusions-v2-list {
  height: 450px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  padding: 50px 30px;
}

.inclusions-v2-list h6 {
  font-size: 30px;
  color: #fff;
  margin: 0;
}

.inclusions-v2-list:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #151e28;
  z-index: -1;
  opacity: 0.4;
  top: 0;
  left: 0;
}

.row.inclusions-v2-row {
  margin-left: -7.5px;
  margin-right: -7.5px;
  width: unset;
}

.row.inclusions-v2-row .col-4 {
  padding: 7.5px;
}

.inclusions-v2-carousel .swiper-navigation-wrap {
  display: none;
}


section.inclusions-section-v2.overlay-none .inclusions-v2-list:after {
  display: none;
}

/* cruise details table  */
.cruise-details-table-list h6 {
  color: #151e28;
  margin-bottom: 2px;
  font-size: 20px;
}

.cruise-details-table-list p {
  color: #b2afaf;
  font-size: 14px;
}

section.cruise-details-table {
  background: #f9f9f9;
  padding: 80px 0;
  margin: 40px 0;
}

.row.cruise-details-table-row {
  row-gap: 30px;
}

.cruise-details-table-list img {
  width: 30px;
  margin-bottom: 15px;
}

/* brochure section  */
.cruise-brochure-carousel .swiper-wrapper {
  /* align-items: flex-end; */
}

.brochure-item {
  text-align: center;
  /* padding-bottom: 26px; */
}

.brochure-item .brochure-image {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  border: 8px solid #fff;
  border-radius: 0 9px 0 0;
  margin-bottom: 20px;
  position: relative;
}

.brochure-item .brochure-image img {
  border-radius: 0 8px 8px 0;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.brochure-item h4 {
  font-size: 20px;
}

.brochure-item .btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 54.6 53.7'%3E%3Cdefs%3E%3C/defs%3E%3Cg%3E%3Cg id='Layer_1'%3E%3Cpath fill='%23456ff5' d='M54.3,53.5H.4V.6h53.9v52.9ZM2.4,51.5h49.9V2.6H2.4v48.9Z'%3E%3C/path%3E%3Cpath fill='%23456ff5' d='M41.3,27.7s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0-.2,0-.4-.2-.5l-3.3-3.2c-.3-.3-.8-.3-1.1,0-.3.3-.3.8,0,1.1l2.1,2H14.1c-.4,0-.7.4-.7.7s.4.7.7.7h24.7l-2.1,2c-.3.3-.3.8,0,1.1.2.2.3.2.5.2s.4,0,.5-.2l3.3-3.2c.1-.1.2-.3.2-.5,0,0,0,0,0,0Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 34px;
  color: #151e28;
  bottom: -101px;
  text-decoration: underline;
  padding-left: 40px;
  left: -9px;
  transform: translate(0);
  visibility: visible;
  opacity: 1;
  font-weight: 400;
  border-radius: 0;
}

section.cruise-brochure-section {
  position: relative;
  z-index: 1;
}

section.cruise-brochure-section:after {
  height: 45.33%;
  width: 100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
  background: #f9f9f9;
}

.brochure-modal .pricing-modal-left .divImg img {
  /* object-fit: contain; */
  object-position: top center;
}

.brochure-modal.modal.pricing-modal .pricing-modal-left {
  padding: 0;
  height: 100%;
  margin: 0;
}

.brochure-modal.modal.pricing-modal .pricing-modal-left h5 {
  display: none;
}

.brochure-modal.modal.pricing-modal .pricing-modal-left .divImg {
  height: 100%;
  max-height: unset;
  margin: 0;
}

.brochure-modal.modal.pricing-modal .modal-content {
  padding: 0;
}

.brochure-modal .col-7 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* height: 100%; */
  align-items: center;
}

.brochure-modal.modal.pricing-modal .pricing-modal-right h5 {
  margin-bottom: 50px;
}

.brochure-modal.modal.pricing-modal .pricing-modal-right {
  padding-top: 50px;
}

.brochure-modal.modal.pricing-modal .trustpilot-widget {
  padding-bottom: 40px;
}

.cruise-brochure-carousel .swiper-navigation-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: fit-content;
  margin-top: 30px;
}

.cruise-brochure-carousel .swiper-navigation-wrap .swiper-btn svg {
  width: 40px;
  cursor: pointer;
  height: 40px;
}

.cruise-brochure-carousel .swiper-navigation-wrap .swiper-btn.swiper-next svg {
  transform: rotate(180deg);
}

/* btn styles  */
/* .brochure-item:nth-child(2) .btn {
    background: #1937b5;
}

.brochure-item:nth-child(2) .btn:hover {
    background-color: #151e28;
}

.brochure-item:nth-child(3) .btn {
    background-color: transparent;
    border: 1px solid #1937b5;
    color: #1937b5;

    border-radius: 30px;
}


.brochure-item:nth-child(4) .btn {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 54.6 53.7'%3E%3Cdefs%3E%3C/defs%3E%3Cg%3E%3Cg id='Layer_1'%3E%3Cpath fill='%23456ff5' d='M54.3,53.5H.4V.6h53.9v52.9ZM2.4,51.5h49.9V2.6H2.4v48.9Z'%3E%3C/path%3E%3Cpath fill='%23456ff5' d='M41.3,27.7s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0-.2,0-.4-.2-.5l-3.3-3.2c-.3-.3-.8-.3-1.1,0-.3.3-.3.8,0,1.1l2.1,2H14.1c-.4,0-.7.4-.7.7s.4.7.7.7h24.7l-2.1,2c-.3.3-.3.8,0,1.1.2.2.3.2.5.2s.4,0,.5-.2l3.3-3.2c.1-.1.2-.3.2-.5,0,0,0,0,0,0Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 34px;
    color: #151e28;
    bottom: -101px;
    text-decoration: underline;
    padding-left: 40px;
    left: -9px;
    transform: translate(0);
    visibility: visible;
    opacity: 1;
}

.brochure-item:nth-child(4) {
    padding-bottom: 50px;
}
 */
.brochure-modal.modal form .form-control {
  border-radius: 0;
  font-weight: 400;
}

.brochure-modal.modal form input[type=submit] {
  border-radius: 0;
  font-weight: 400;
}

#brochure-thank-you.modal.pricing-modal .pricing-modal-right {
  padding: 70px 50px 0 40px;
}

#brochure-thank-you.modal.pricing-modal .pricing-modal-right h5 {
  margin-bottom: 20px;
  font-size: 30px;
}

#brochure-thank-you .action-btn-wrap .btn {
  border-radius: 0;
  font-weight: 400;
}

#brochure-thank-you .action-btn-wrap {
  text-align: center;
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#brochure-thank-you .action-btn-wrap .download-btn {
  background: #1937b5;
}

#brochure-thank-you .action-btn-wrap .btn.close {
  background-color: transparent;
  border: 1px solid #151e28;
  color: #151e28;
}

#brochure-thank-you .action-btn-wrap .download-btn:hover {
  background: #151e28;
}

section.hero-promo-section.promo-sep-24.arosa .hero-tablet-bg {
  background-position: top center;
}

section.hero-promo-section.promo-sep-24.arosa .hero-mobile-bg {
  background-position: top left;
}

.cruise-line-review-section h2 {
  font-style: normal;
  color: #151e28;
}

.cruise-line-review-section .line-review-box .line-review-list li {
  font-weight: 300;
}

.bg-primary {
  background-color: #f9f9f9;
}

section.cruise-line-review-section {
  padding: 70px 0 0;
}

.port-guides-section.deal-departures {
  padding: 80px 0;
}

.our-story-section {
  padding: 80px 0 0;
  margin-top: 40px;
}

.our-story-section .timeline-main .timeline-row .timeline-content h4 {
  color: #151e28;
}

.fb3d-default-page {
  padding-top: 190px;
}

.header-fixed .header_floating_text {
  opacity: 0;
  visibility: hidden;
}

/* cruise line revew fix  */
.cruise-line-review-section .line-review-box {
  max-width: 380px;
  margin-left: auto;
  background-color: #1937b5;
}

.cruise-line-review-section .line-review-box .price-wrap .price {
  font-family: "Poppins";
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 40px;
}

.cruise-line-review-section .line-review-box .line-review-top .review-count {
  font-family: "Poppins";
  font-weight: 400;
}

.cruise-line-review-section .line-review-box .line-review-top .btn {
  background-color: transparent;
}

.cruise-line-review-section .line-review-box .btn {
  background-color: transparent;
  color: #fff;
  font-weight: 400;
  border: 1px solid;
  border-radius: 0;
}

.cruise-line-review-section .line-review-box .btn:hover {
  color: #1937b5;
  background-color: #fff;
}

.cruise-line-review-section .line-review-box .line-review-top {
  border-bottom: 1px solid;
  width: fit-content;
  margin: 0 auto 30px;
  padding-bottom: 20px;
}

.cruise-line-review-section .line-review-box .price-wrap .price .currency {
  font-size: 20px;
  margin-top: 9px;
  font-weight: 300;
}

.cruise-line-review-section .line-review-box .price-wrap .price-subtext {
  font-size: 12px;
  font-weight: 300;
}

.review-content {
  font-size: 14px;
  text-align: left;
  font-weight: 300;
}

.cruise-line-review-section .line-review-box .btn {
  font-size: 16px;
}

section.cruise-line-review-section .container {
  max-width: 1083px;
}

/* deal prcing slider  */
.deal-pricing-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 753px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #EAEAEA;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1019607843);
  position: relative;
  z-index: 1;
  padding-right: 140px;
}

.deal-pricing-slider-prefix {
  background: #f9f9f9;
  flex: 0 0 130px;
  width: 130px;
  display: flex;
  color: #6e6e6e;
  flex-direction: column;
  justify-content: center;
  padding: 20px 15px;
  gap: 15px;
  font-size: 15px;
  font-weight: 300;
  min-height: 130px;
}

.deal-pricing-slider-prefix svg path {
  fill: #6e6e6e;
}

.deal-pricing-slider .deal-pricing-slide {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 2px;
  gap: 10px;
  border-right: 1px solid #EAEAEA;
  padding: 0 25px;
  min-width: 150px;
}

.deal-pricing-slider .deal-pricing-slide .date {
  font-size: 13px;
  font-weight: 300;
}

.deal-pricing-slider .deal-pricing-slide .price {
  font-weight: 500;
}

.deal-pricing-slider .deal-pricing-slide .btn {
  background-color: transparent;
  border: 1px solid #151e28;
  color: #151e28;
  border-radius: 0;
  font-weight: 400;
  padding: 6px 21px;
}

.deal-pricing-slider .deal-pricing-slide .btn:Hover {
  background-color: #151e28;
  color: #fff;
}

.deal-pricing-slider .swiper-navigation-wrap .swiper-btn.swiper-next {
  height: 130px;
  display: flex;
  width: 140PX;
  background: #1937b5;
  color: #fff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 300;
}

.deal-pricing-slider .swiper-navigation-wrap .swiper-btn.swiper-next path {
  fill: #fff;
}

.deal-pricing-slider .swiper-navigation-wrap .swiper-btn.swiper-button-lock {
  display: none;
}

.deal-pricing-slider .swiper {
  margin: 0 0 !important;
}

.deal-pricing-slider .swiper-navigation-wrap {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.deal-pricing-slider.deactivated {
  padding: 0;
}

.deal-pricing-slider .deal-pricing-slide .deal-price-info {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.deal-pricing-slider.deactivated .swiper-slide:empty {
  display: none;
}

/* prcing_modal  */
.modal.pricing-modal .pricing-modal-left {
  background: #f9f9f9;
  border-radius: 0;
  height: 100%;
  padding: 25px;
}

.modal.pricing-modal .modal-content {
  padding: 0;
}

.modal.pricing-modal .modal-content .pricing-modal-right {
  padding: 30px 0;
  padding-right: 20px;
}

.modal.pricing-modal .pricing-modal-left h5 {
  font-weight: 300;
  font-size: 16px;
}

.modal.pricing-modal .pricing-modal-left h6 {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}

.modal.pricing-modal .pricing-modal-left p {
  font-size: 16px;
  line-height: 1.4;
}

.modal form .form-control {
  border-radius: 0;
  font-weight: 400;
}

.modal form .from-textarea .form-control {
  border-radius: 0;
}

.modal form input[type=submit] {
  background: #1937b5;
  border-radius: 0;
  font-weight: 300;
}

.modal form input[type=submit]:hover {
  background: #151e28;
}

.modal.pricing-modal .pricing-modal-left h6 span {
  font-weight: 400;
}

.modal.pricing-modal .pricing-modal-left p.price .per-person {
  display: block;
  font-size: 11px;
}

.modal.pricing-modal .pricing-modal-left p.price strong {
  font-weight: 400;
  font-size: 32px;
  color: #1937b5;
  display: flex;
  align-items: flex-start;
}

.modal.pricing-modal .pricing-modal-left p.price strong .currency {
  font-size: 15px;
  margin-top: 8px;
}

.modal.pricing-modal .pricing-modal-left p.price {
  margin-top: 20px;
}

.modal.pricing-modal .pricing-modal-left h6.popup_route span {
  font-weight: 400;
}

.modal.pricing-modal .pricing-modal-left .enquiry_about span {
  font-weight: 400;
}

.modal.pricing-modal .pricing-modal-left h5.brand_navigator span {
  font-weight: 400;
}

section.hero-scroll-section .banner-logo.top-left {
  right: auto;
  left: 9vh;
}

section.hero-scroll-section .banner-logo.bottom-left {
  right: auto;
  left: 9vh;
  bottom: 11vh;
  top: auto;
}

section.hero-scroll-section .banner-logo.bottom-right {
  left: auto;
  right: 9vh;
  bottom: 9vh;
  top: auto;
}

section.hero-scroll-section.bg-position-top .banner-bg img {
  object-position: top center;
}

#demo_video.modal h2 {
  font-size: 26px;
  margin-bottom: 40px;
}

/* cta popup  */
.cta-popup-item {
  position: relative;
  color: #fff;
  display: flex;
  height: 327px;
}

.cta-popup-item picture {
  width: 100%;
}

.cta-popup-item h4 {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #fff;
  bottom: 0;
  left: 0;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  padding: 30px 30px;
  margin: 0;
}

.cta-popup-item h4 svg {
  width: 50px;
  margin-bottom: 6px;
}

.cta-popup-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.row.cta-popup-row {
  justify-content: center;
}

section.cta-popup-section {
  padding: 70px 0;
}

.cta-popup-row .col-6:nth-child(2n) h4 {
  height: 100%;
  flex-direction: column;
  text-align: right;
}

.ship-grid-desktop-carousel .swiper-navigation-wrap {
  display: none;
}

.ship-grid-desktop-carousel .row.river-grid-row.swiper-wrapper {
  width: unset;
}

.cta-popup-row .col-6:nth-child(2n) img {
  object-position: 31% 0%;
}

section.cta-popup-section {
  padding: 80px 0 0;
}

/* hero countdown section  */
section.hero-countdown-section {
  height: calc(100vh - 100px);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 700px;
  padding: 120px 16px 50px;
}

section.hero-countdown-section .banner-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
}

section.hero-countdown-section .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

section.hero-countdown-section h2.highlight-title {
  color: #fff;
  font-size: 75px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

section.hero-countdown-section h3 {
  font-size: 58px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 50px;
}

section.hero-countdown-section h2.highlight-title:after {
  content: "";
  width: 100%;
  height: 50%;
  background: #4370f5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

section.hero-countdown-section .countdown {
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  line-height: 1;
  flex-grow: 1;
  max-width: 360px;
  box-sizing: border-box;
}

section.hero-countdown-section .countdown strong {
  display: block;
  font-size: 56px;
  font-weight: 500;
  margin-bottom: 2px;
}

section.hero-countdown-section .countdown span:not(:last-child) {
  border-right: 1px solid;
  padding-right: 15px;
}

section.hero-countdown-section .countdown-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  padding: 0 44px;
}

section.hero-countdown-section a.btn {
  border-radius: 6px;
  height: 58px;
  align-items: center;
  display: flex;
  font-size: 20px;
  font-weight: 600;
}

section.hero-countdown-section a.btn:hover {
  background-color: #fff;
  color: #151e28;
}

section.hero-countdown-section .countdown span {
  flex: 0 0 25%;
  min-width: 25%;
}

section.hero-countdown-section .btns {
  flex-basis: content;
}

/* section.hero-countdown-section .banner-bg:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
} */

.hero-promo-section.hero-promo-4.river-promo-2 a.btn {
  font-size: 18px;
  border-radius: 10px;
  font-weight: 500;
  padding: 16px 32px;
}

.hero-section.hero-promo-4.river-promo-2 .banner-content {
  max-width: 600px;
}


/* RECENT blog posts  */


.recent-post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  TRANSITION: .3S;
}

.recent-post-item .recent-post-thumbnail {
  overflow: hidden;
  height: 300px;
  position: relative;
}

.recent-post-item:hover .recent-post-thumbnail img {
  transform: scale(1.05);
}

.recent-post-item .recent-post-thumbnail .post-info-overlay {
  position: absolute;
  color: #fff;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0;
  width: 100%;
  padding: 13px 20px;
  font-size: 14px;
}

.recent-post-item {
  background-color: #f9f9f9;
  height: 100%;
}

.recent-post-title {
  color: #151e28;
  font-size: 26px;
  margin: 12px 0 15px;
}

.recent-post-item .post-content-wrap {
  padding: 25px 20px 25px;
}

.recent-post-item p {
  margin-bottom: 0;
}

.recent-post-meta {
  font-weight: 300;
  display: flex;
  align-items: center;
}

.recent-post-meta span {
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
}

.recent-post-meta span:last-child {
  border: none;
}

.blog-details-section {
  box-shadow: unset;
  padding-bottom: 0;
}



body.single-post main.site-main {
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.08);
}

.blog-section .blog-main .blog-list .blog-content h5 {
  font-weight: 400;
}

.blog-section .blog-main .blog-list {
  border-bottom: 1px solid #b2afaf;
}

.blog-section .blog-main .blog-list:first-child {
  border-top: 1px solid #b2afaf;
}


.blog-section .recent-blog .recent-content h2 {
  font-weight: 300;
}


.blog-section .recent-blog .recent-content h6 {
  font-weight: 400;
}

.blog-section .recent-blog .recent-content .more-link {
  font-weight: 400;
}

.swiper-btn {
  cursor: pointer;
}


/* review form section  */
.review-form-section form .form-group.upload-field-group label {
  position: static;
  margin-bottom: 10px;
  display: block;
  pointer-events: auto;
  display: block;
  cursor: pointer;
}

.review-form-section form .form-group.upload-field-group input {
  padding: 18px 15px;
}

.review-form-section form .form-group.rating-field-group label {
  position: static;
  display: block;
  cursor: pointer;
  pointer-events: auto;
  margin-bottom: 10px;
  margin-right: 2px;
}


.rating-field-group .star-rating {
  display: inline-flex;
  direction: rtl;
}

.star-rating input {
  display: none;
}

.form-group.rating-field-group .star-rating label {
  font-size: 2em;
  color: #ddd;
  cursor: pointer;
  transition: color 0.3s ease;
}

/* Custom hover/selected colors for each star */
.form-group.rating-field-group .star-1:hover,
.form-group.rating-field-group .star-1:hover~label,
.form-group.rating-field-group input#rate-1:checked~label {
  color: #d01e08;
}

.form-group.rating-field-group .star-2:hover,
.form-group.rating-field-group .star-2:hover~label,
.form-group.rating-field-group input#rate-2:checked~label {
  color: #f68623;
}

.form-group.rating-field-group .star-3:hover,
.form-group.rating-field-group .star-3:hover~label,
.form-group.rating-field-group input#rate-3:checked~label {
  color: #face02;
}

.form-group.rating-field-group .star-4:hover,
.form-group.rating-field-group .star-4:hover~label,
.form-group.rating-field-group input#rate-4:checked~label {
  color: #4370f5;
}

.form-group.rating-field-group .star-5:hover,
.form-group.rating-field-group .star-5:hover~label,
.form-group.rating-field-group input#rate-5:checked~label {
  color: #1937b5;
}

.contact-section form .form-group.rating-field-group {
  margin-bottom: 10px;
}


.contact-section form .form-group label {
  font-weight: 300;
}

.contact-section form .form-group .btn[type=submit] {
  border-radius: 0;
  font-weight: 400;
  font-size: 20px;
}

.review-form-section form .form-group textarea.form-control::placeholder {
  /* font-size: 15px; */
  font-weight: 300;
}

.review-form-section form .form-group label {
  /* font-size: 15px; */
}

.review-form-image img {
  height: 920px;
}

.contact-section form .form-group.rating-field-group {
  margin-bottom: 10px;
}


/* apt promo secondary style  */
section.hero-promo-section.promo-sep-24 .banner-bottom-content p {
  margin-bottom: 0;
  font-size: 11px;
}

/* .page-id-9222 section.promo-sep-24.apt .banner-content {
  border-color: #fc0101 !important;
  border-top-color: #fc0101 !important;
} */

/* .page-id-9222 section.hero-promo-section.promo-sep-24 .banner-content a.btn {
  background-color: #fc0101;
} */

section.hero-promo-section.promo-sep-24 .banner-bottom-content p {
  margin-bottom: 0;
}



/* banner scroll btns  */
.hero-scroll-section ul.btns {
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.hero-scroll-section ul.btns a.btn {
  border-radius: 0;
  font-weight: 300;
  font-size: 16px;
  padding: 14px 46px;
}

.hero-scroll-section ul.btns a.btn.modal-button {
  background: #1937b5;
}

.hero-scroll-section ul.btns a.btn.white {
  color: #151e28;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 29px;
}

.hero-scroll-section ul.btns a.btn.white:hover {
  color: #fff;
}

.hero-scroll-section ul.btns a.btn span.speak-icon img {
  filter: brightness(0);
  transition: .3s;
}

.hero-scroll-section ul.btns a.btn span.speak-icon {
  width: 19px;
  top: 50%;
  left: 15px;
  /* transform: translatey(-50%); */
  background: transparent;
  position: static;
  height: fit-content;
}

.hero-scroll-section ul.btns a.btn:hover span.speak-icon img {
  filter: unset;
}

.hero-scroll-section ul.btns a.btn.modal-button:hover {
  background: #151e28;
}


/* black friday secondary promo */
section.hero-section.hero-promo-section.black-friday-24 {
  padding: 150px 13vw;
}

.hero-promo-section.black-friday-24 .banner-content {
  max-width: 400px;
}

.hero-promo-section.black-friday-24 a.btn {
  border-radius: 0;
  font-size: 16px;
  padding: 15px 45px;
  /* border: 1px solid #fff; */
  font-weight: 400;
}



/* enquiry thank you  */
.modal#received-enquiry .modal-body,
.modal#btn-enquiry .modal-body {
  padding: unset;
}

.modal#received-enquiry .modal-body.with-bg .modal-content,
.modal#btn-enquiry .modal-body.with-bg .modal-content {
  text-align: inherit;
}


/* luggage tag section  */


.luggage-tag-carousel-wrap {
  display: none;
}

.luggage-tag-carousel-wrap.active {
  display: block;
}

.luggage-color-tab-list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  gap: 10px;
  padding-right: 15px;
}

.luggage-color-tab-list .luggage-tab-item img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 2px 2px 5px #0000002e;
}

.luggage-color-tab-list .luggage-tab-item a {
  display: block;
  /* width: 30px; */
  /* height: 30px; */
  position: relative;
}

.luggage-color-tab-list .luggage-tab-item .luggage-title {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  background-color: #151e28;
  color: #fff;
  padding: 1px 5px;
  font-size: 14px;
  border-radius: 2px;
  top: calc(100% + 5px);
  display: block;
  left: 50%;
  transform: translatex(-50%);
  z-index: 1;
  width: max-content;
}

.luggage-color-tab-list .luggage-tab-item .luggage-title:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #151e28;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%) translatey(-50%) rotate(45deg);
  z-index: -1;
}

.luggage-color-tab-list .luggage-tab-item:hover .luggage-title {
  opacity: 1;
  visibility: visible;
}

.luggage-tag-section>.container>.row {
  justify-content: space-around;
}

.luggage-tag-carousel-wrap .luggage-tag-image {
  height: 600px;
  text-align: center;
}

.luggage-tag-carousel-wrap .luggage-tag-image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.luggage-tag-carousel-wrap .swiper-navigation-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
  padding: 0 15px;
  transform: translatey(-50%);
}

.luggage-tag-carousel-wrap .swiper-navigation-wrap .swiper-btn.swiper-next {
  transform: rotate(180deg);
}

.luggage-tag-carousel-wrap .swiper-btn {
  width: 35px;
  height: 35px;
  background: #f9f9f9;
  border-radius: 50%;
  pointer-events: visible;
}

.luggage-tag-carousel-wrap .swiper-btn svg {
  width: 100%;
  height: 100%;
}

.luggage-tag-carousel-wrap .swiper-btn svg circle {
  display: none;
}

.luggage-tag-carousel-wrap .swiper-btn svg path {
  fill: #151e28;
}

.luggage-tag-carousel {
  margin-bottom: 17px;
}

.luggage-tag-nav-carousel .luggage-nav {
  height: 180px;
}

.luggage-tag-nav-carousel .luggage-nav img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: .3s;
}

.contact-section form .form-group.radio-field-group label {
  position: static;
  display: flex;
  color: #151e28;
  font-weight: 400;
}

.contact-section form .form-group.radio-field-group span.wpcf7-list-item label {
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-weight: 300;
  pointer-events: unset;
  cursor: pointer;
}

.contact-section form .form-group.radio-field-group>label {
  margin-bottom: 10px;
  font-size: 16px;
}

.contact-section form .form-group.radio-field-group .wpcf7-radio {
  display: flex;
  /* flex-direction: column; */
  gap: 7px;
}

.luggage-color-tab-list h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

input[type="radio"] {
  pointer-events: unset;
}

.form-group.radio-field-group span.wpcf7-list-item label {
  pointer-events: unset;
}


.luggage-color-tab-list .luggage-tab-item:hover img,
.luggage-color-tab-list .luggage-tab-item a.active img {
  box-shadow: 2px 2px 8px #00000042;
  border-color: #1937b5;
}

.luggage-tag-nav-carousel .swiper-navigation-wrap {
  padding: 0;
  pointer-events: none;
}

.luggage-tag-section .title h1 {
  font-size: 38px;
  margin-bottom: 30px;
}

.luggage-tag-section .mobile-title {
  display: none;
}

.luggage-tag-section p.asterisk {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: #c5c4c4;
}

.luggage-tag-section form .form-group .form-control {
  height: 50px;
  padding: 30px 10px 10px 55px;
  font-size: 15px;
}

.luggage-tag-section form .form-group label {
  top: 16px;
  left: 55px;
  font-size: 14px;
}

.luggage-tag-section form .form-group .icon {
  top: 13px;
  width: 20px;
  left: 20px;
}

.luggage-tag-section form .form-group textarea.form-control {
  height: 100px;
  padding: 9px 10px 10px 55px;
}

.luggage-tag-section form .form-group textarea.form-control::placeholder {
  font-size: 14px;
  font-weight: 300;
}

.luggage-tag-section form .form-group .btn[type=submit] {
  background: #1937b5;
  font-size: 16px;
  padding: 8px 30px;
}

.luggage-tag-section form .form-group .btn[type=submit]:hover {
  background: #151e28;
}

.contact-section form .form-group.radio-field-group span.wpcf7-list-item label span.wpcf7-list-item-label {
  font-size: 16px;
}


/* deal share option  */
.deal-card-item .share-container.active {
  z-index: 5555;
}

.deal-card-item .share-container {
  position: absolute;
  display: inline-block !important;
  top: 30px;
  right: 20px;

}

.deal-card-item .share-icon {
  cursor: pointer;
  background-color: #f9f9f9;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}


.deal-card-item .share-options {
  align-items: center;
  display: none;
  position: absolute;
  bottom: calc(100% + 11px);
  right: 0;
  background-color: white;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0px 17px 0 #0000002b;
  padding: 12px 15px;
  z-index: 1;
  justify-content: space-between;
  gap: 7px;
  flex-wrap: wrap;
  width: 196px;
}

.deal-card-item .share-container.active .share-options {
  display: flex;
}

.deal-card-item .share-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s;
  z-index: 1;
  width: 45px;
  height: 45px;
  justify-content: center;
  box-shadow: 0px 2px 0px 0 #0000002b;
  border-radius: 50%;
  justify-content: center;
}

.deal-card-item .share-option:hover {
  background-color: #f0f0f0;
}

.deal-card-item .share-option svg {
  width: 21px;
  max-height: 100%;
}

.deal-card-item .share-icon svg {
  width: 15px;
}

.deal-card-item .share-options:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  transform: rotate(45deg) translatey(50%);
  position: absolute;
  right: 12px;
  bottom: 0;
  box-shadow: 5px 7px 7px 0 #0000001a;
  z-index: -1;
}


.deal-card-item .share-options span.link-copied {
  position: absolute;
  top: calc(100% + 16px);
  width: max-content;
  background: #1937b5;
  color: #fff;
  padding: 5px 14px;
  border-radius: 14px;
  font-size: 14px;
  right: 50%;
  transform: translatex(50%);
  transition: .3s;
  opacity: 0;
  align-items: center;
  visibility: hidden;
  display: flex;
  gap: 5px;
}

.deal-card-item .share-options span.link-copied svg {
  width: 15px;
  height: 12px;
}

.deal-card-item .share-options span.link-copied svg path {
  fill: #fff;
}

.deal-card-item .share-options span.link-copied.active {
  opacity: 1;
  visibility: visible;
}

.deal-card-item.has-view-btn .deal-content-wrap .cruise-line .cruise-line-logo {
  right: 38px;
}

.deal-card-item .share-options>h4 {
  flex: 0 0 100%;
  font-size: 17px;
  text-align: center;
}

.deal-card-item .share-icon:hover,
.deal-card-item .share-container.active .share-icon {
  background: #1937b5;
}

.deal-card-item .share-icon:hover svg path,
.deal-card-item .share-container.active .share-icon svg path {
  fill: #fff;
}

/* reviews section v3  */
.reviews-section-v3 .title {}

.reviews-section-v3 .title .rating-text {
  font-size: 68px;
  color: #151e28;
}

.reviews-section-v3 span.rating-stars svg path {
  fill: transparent;
  stroke: #151e28;
}

.reviews-section-v3 .rating-stars .star {
  width: 18px;
  height: 18px;
}

.reviews-section-v3 .rating-stars {
  display: flex;
  align-items: center;
  gap: 3px;
}

.reviews-section-v3 .rating-stars svg {
  width: 100%;
  height: 100%;
}

.reviews-section-v3 .title .rating-star-wrap {
  display: flex;
  align-items: center;
  gap: 7px;
}

.reviews-section-v3 .title span.total-rating {
  color: #b2afaf;
  text-decoration: underline;
}

.reviews-section-v3 .title .review-images-list {
  display: flex;
  margin-top: 60px;
  gap: 14px;
  flex-wrap: wrap;
}

.reviews-section-v3 .title .review-images-list .review-image-item {
  max-width: calc(25% - 11px);
  height: 85px;
  width: 25%;
  flex-grow: 1;
}

.modal-button {
  cursor: pointer;
}

.review-v3-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  padding-left: 40px;
}



.review-v3-list .review-v3-item {
  max-width: calc(50% - 15px);
  background-color: #f9f9f9;
  padding: 30px 21px;
}

.review-v3-list .review-top-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review-v3-list .review-top-info .date {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.review-v3-list .review-v3-item p {
  margin-bottom: 0;
  line-height: 1.5;
}

.review-v3-list .review-v3-item .review-content {
  font-size: 16px;
  margin: 24px 0;
}

.review-v3-list .review-v3-item .review-bottom-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  gap: 8px;
}

.review-v3-list .review-v3-item .cruise-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  font-weight: 300;
  color: #b2afaf;
}

.review-v3-list.review-v3-carousel .review-v3-item {
  display: flex;
  max-width: 100%;
  background: #fff;
  gap: 5%;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0;
}

.review-v3-carousel.review-v3-list {
  display: block;
  padding: 0;
}

.review-v3-list.review-v3-carousel .review-v3-item .review-left-image {
  max-width: 45%;
  width: 45%;
  height: 355px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.review-v3-list.review-v3-carousel .review-v3-item .review-right-content {
  max-width: 50%;
}

.review-v3-carousel-wrap .swiper-navigation-wrap {
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translatey(-50%);
  pointer-events: none;
  padding: 0 9px;
}

#reviews-v3-modal button.modal-close {
  z-index: 3;
}

.review-v3-carousel-wrap .swiper-navigation-wrap svg circle {
  display: none;
}

.review-v3-carousel-wrap .swiper-navigation-wrap .swiper-next svg {
  transform: rotate(180deg);
}

.review-v3-carousel-wrap .swiper-navigation-wrap svg path {
  fill: #151e28;
}

.review-v3-carousel-wrap .swiper-navigation-wrap svg {
  width: 100%;
}

.review-v3-carousel-wrap .swiper-navigation-wrap .swiper-btn {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  height: 40px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
  background-color: #fff;
  pointer-events: auto;
}

div#reviews-v3-modal .modal-wrapper {
  /* overflow: unset; */
}

.review-v3-carousel-wrap {
  padding: 30px 60px;
  position: relative;
  animation: 4;
}

.review-v3-carousel-wrap>h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

.reviews-section-v3 span.rating-stars.rating-1 .star.active svg path {
  fill: #d01e08;
  stroke: #d01e08;
}

.reviews-section-v3 span.rating-stars.rating-2 .star.active svg path {
  fill: #f68623;
  stroke: #f68623;
}

.reviews-section-v3 span.rating-stars.rating-3 .star.active svg path {
  fill: #face02;
  stroke: #face02;
}

.reviews-section-v3 span.rating-stars.rating-4 .star.active svg path {
  fill: #4370f5;
  stroke: #4370f5;
}

.reviews-section-v3 span.rating-stars.rating-5 .star.active svg path {
  fill: #1937b5;
  stroke: #1937b5;
}


.review-v3-item .review-left-image img {
  max-height: 100%;
  max-width: 100%;
  width: 258px;
  height: 100%;
  object-fit: cover;
}

.review-v3-item .read-more-btn {
  color: #b2afaf;
}

.review-v3-item .review-left-image .review-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: red; */
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  margin-left: 2px;
}

.review-v3-item .review-left-image .review-img-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(4px);
  padding: 0 5px;
  opacity: .8;
  transform: scale(1.5);
}

.review-v3-view-more .btn {
  /* background-color: #1937b5; */
  border-radius: 0;
  font-weight: 400;
  /* text-transform: uppercase;
  font-size: 18px; */
}

.review-v3-view-more {
  margin-top: 40px;
}


.reviews-section-v3 .title .review-images-list .review-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-v3-list .review-top-info .date img {
  width: 18px;
}

.review-v3-list .review-v3-item .cruise-name img {
  width: 18px;
}

/* .review-v3-view-more .btn:hover {
  background: #151e28;
} */


/* oceania promo  */
section.hero-promo-section.oceania .banner-content h2 {
  font-weight: 300;
  margin-bottom: 20px;
}

section.hero-promo-section.oceania .banner-content h2 strong {
  font-weight: 600;
}

section.promo-sep-24.oceania .banner-content {
  width: 441px;
}

section.hero-promo-section.oceania .banner-content h3 {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-basis: auto;
  margin-bottom: 5px;
}

section.hero-promo-section.oceania .banner-content h3:after {
  content: "";
  height: 2px;
  max-width: 50%;
  background-color: #fff;
  width: 43%;
}

section.hero-promo-section.promo-sep-24.oceania .banner-content>p {
  font-size: 16px;
  font-weight: 400;
  /* display: flex; */
}

section.hero-promo-section.promo-sep-24.oceania .banner-content>p small {
  font-size: 10px;
  line-height: 2.4;
  position: relative;
  display: inline-flex;
  top: -3px;
}



/* footer new style  */
footer .logo-col-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #4370F5;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

footer .logo-col .contact-footer-social {
  display: flex;
  align-items: center;
  margin: 0;
  width: 60%;
  justify-content: space-between;
}

footer .logo-col .contact-footer-social>div svg,
.contact-social span.contact-icon svg {
  width: 100%;
  height: 100%;
}

footer .logo-col .contact-footer-social>div {
  display: flex;
  align-items: center;
  width: max-content;
  margin: 0;
}

footer .menu-col .navAdd h3 {
  font-size: 24px;
}

footer .menu-col .navAdd ul li a {
  font-weight: 300;
}

footer .menu-col .navAdd ul li {
  margin-bottom: 12px;
}

footer .menu-col .company-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer .menu-col .navAdd {
  margin: 0;
}

footer .menu-col {
  padding-bottom: 40px;
}

.footer-copyright .col-12.copyRight a {
  color: #fff;
  font-weight: 400;
}

.promo-boxed-layout {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0;
  background-size: cover;
  width: calc(100% - 30px);
}

/* Cruise .promo-mod-nov-29 */

section.hero-promo-section.promo-mod-nov-29 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: unset !important;
}

section.hero-promo-section.promo-mod-nov-29 .banner-content,
section.hero-promo-section.promo-mod-nov-29--center-text .banner-content {
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.hero-promo-section.promo-mod-nov-29--center-text {
  display: flex;
  justify-content: center;
  padding-top: 320px;
  padding-bottom: 91px;
  min-height: unset;
}

section.hero-promo-section.promo-mod-nov-29--center-text .banner-promo-image img {
  width: 700px;
}

section.hero-promo-section.promo-mod-nov-29--center-text .btn {
  border-radius: 0;
}


/* about us fixing */
.specialist-site-section .specialist-wrap .specialist-row .divContent h2 {
  font-style: normal;
  color: #151e28;
}

.specialist-site-section .specialist-wrap .specialist-row .divContent h2 strong {
  font-weight: inherit;
}

section.trustpilot-section.bg-primary~section.our-story-section.bg-primary {
  margin-top: 0;
  padding-top: 0;
}

body.page-id-20 section.specialist-site-section {
  padding-bottom: var(--section-padding)
}

.deal-card-item .deal-content-wrap .cruise-line .cruise-line-logo.viking {
  top: -2px;
}


/* deals filter css  */
.deals-section-new .title h2 .select2-selection__rendered {
  font-size: inherit;
  overflow: unset;
  font-weight: 300;
  font-style: italic;
  padding: 19px 0;
  padding-right: 47px;
}

.deals-section-new .title h2 .select2-container {
  width: max-content !important;
  border-bottom: 3px solid #b2afaf;
}

.deals-section-new .title h2 .select2-selection__rendered[title=All] {
  color: #b2afaf;
}

.deals-section-new .title h2 .select2-selection--single {
  height: max-content;
  overflow: unset;
}

.deals-section-new .title span.select2-selection__arrow b {
  display: none;
}

.deals-section-new .title span.select2-selection__arrow:after {
  content: "";
  width: 30px;
  height: 10px;
  display: flex;
  background: url('data:image/svg+xml,<svg width="20" height="11" viewBox="0 0 20 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 1.5L10 9.5L18 1.5" stroke="%23b2afaf" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
}

.deals-section-new .title span.select2-selection__arrow {
  height: auto;
  top: 50%;
  transform: translatey(-50%);
  transition: .3s;
}

.deals-section-new .title h2 {
  text-transform: none;
}

.deals-section-new .title .deals-subtext p {
  font-size: 18px;
}

.deals-section-new .title span.select2-dropdown li {
  font-size: 18px;
  /* border-radius: 8px; */
  padding: 11px 15px;
  font-weight: 300;
}

.deals-section-new .title span.select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background: #151e28;
  /* color: #151e28; */
}

.deals-section-new .title span.select2-dropdown .select2-results__option[aria-selected=true] {
  /* background: #F2F4FE; */
}

.deals-section-new .title span.select2-dropdown {
  /* padding: 15px; */
  border-radius: 0;
  min-width: 225px !important;

}

.deals-section-new .title span.select2-dropdown ul.select2-results__options {
  border-radius: 0;
  scrollbar-color: crimson;
}



.deals-section-new .title span.select2-dropdown li:first-child {
  /* display: none; */
}



.deals-section-new .title h2 .select2-selection__rendered:not([title=All]) {
  color: #1937b5;
  font-weight: 400;
}

.deals-section-new .title select.deal-filter-select {
  border: none;
  font-size: inherit;
  width: 163px;
}

.deals-section-new .title .deals-subtext p strong {
  font-weight: 500;
  color: #4370F5;
}

.deals-section-new .title .select2-container--open span.select2-selection__arrow {
  transform: translatey(-50%) rotate(180deg);
}

.deals-section-new .title span.select2-dropdown ::-webkit-scrollbar-thumb {
  background: #b2afaf !important;
}

footer .footer-accreditation .accreditation-logo {
  display: flex;
  align-items: center;
  gap: 38px;
  /* justify-content: space-between; */
  /* height: 42px; */
}

footer .footer-accreditation .accreditation-logo>img {
  flex-grow: 2;
  max-width: 140px;
}

footer .footer-accreditation .accreditation-logo .ttc-logo {
  /* max-width: 150px; */
}

footer .footer-accreditation .accreditation-logo img.clia-logo {
  margin-top: -20px;
}


.hero-section .banner-content .btns li a.btn-icon {
  border-radius: 50px;
}

.hero-section .banner-content .btns li a.btn-icon span {
  border-radius: 100%;
}

@media only screen and (min-width: 768px) {
  section.river-grid-section .row.river-grid-row.hide-last-item-desktop>.col-4:last-child {
    display: none;
  }

  /* ship grid carousel  */
  .ship-grid-desktop-carousel {
    /* margin-top: 45px; */
  }

  .ship-grid-desktop-carousel .swiper-navigation-wrap {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
  }

  .ship-grid-desktop-carousel .swiper-navigation-wrap .swiper-btn svg {
    width: 40px;
  }

  .ship-grid-desktop-carousel .swiper-navigation-wrap .swiper-btn.swiper-next svg {
    transform: rotate(180deg);
  }

  .ship-grid-desktop-carousel .swiper-navigation-wrap .swiper-btn {
    cursor: pointer;
  }

  .ship-grid-section .row.river-grid-row.swiper-wrapper {
    margin: 0;
    row-gap: 0;
    flex-wrap: nowrap;
    justify-content: unset;
  }

  .row.river-grid-row.swiper-wrapper .col-4 {
    padding: 0;
    display: block !important;
  }

  .ships-view-more-btns.text-center {
    /* display: none; */
  }
}

@media only screen and (max-width: 1600px) {
  .captain-cruise-img {
    width: 322px;
    height: 417px;
  }

  section.lines-section.lines-christmas-bg .banner-image {
    width: 231px;
  }

  section.lines-section.lines-christmas-bg.pb-0 .banner-image {
    bottom: -44px;
  }

  /* section.hero-scroll-section.banner-content-up-desktop {
    padding: 0px 16px 50px;
  } */

  /* section.hero-scroll-section.banner-content-up-desktop h1 {
    margin-bottom: 150px;
  } */
}

@media only screen and (max-width: 1440px) {
  .captain-cruise-img {
    width: 265px;
    height: 340px;
    /* transform: translatex(calc(100% - 29px)); */
  }

  section.lines-section.lines-christmas-bg .banner-image {
    width: 193px;
  }

  section.hero-section.hero-promo-section.fnm-promo {
    background-position: 66% center;
  }

  .hero-section.fnm-promo .banner-content {
    width: 45%;
  }

  .hero-section.fnm-promo .banner-bottom-content {
    width: 45%;
    text-align: center;
  }

  section.hero-section-2.chobe-river .banner-image img {
    -o-object-position: center 92%;
    object-position: center 92%;
  }

  section.hero-section-2.magdalena-river .banner-content p {
    font-size: 28px;
  }

  section.hero-section-2.magdalena-river .banner-content p br {
    display: none;
  }

  .ship-item.ship-lines .ship-content h4 {
    font-size: 20px;
  }

  section.hero-scroll-section h1 {
    font-size: 90px;
  }

  section.hero-scroll-section.ama h1,
  section.hero-scroll-section.riviera h1,
  section.hero-scroll-section.emerald h1 {
    font-size: 74px;
  }

  section.hero-scroll-section p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1368px) {
  .hero-tablet-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
  }

  .hero-promo-text-content-jul24 .banner-content p {
    padding: 0;
  }

  .hero-promo-text-content-jul24 .banner-content {
    max-width: 89%;
  }

  section.hero-section.hero-promo-section.hero-promo-text-content-jul24 {
    padding: 120px 50px;
  }

  section.hero-promo-section.promo-sep-24 {
    padding-right: 15%;
    min-height: 244px;
  }

  section.promo-sep-24.with-overlay-css .banner-content {
    margin-right: 3vw;
    min-height: 240px;
  }

  section.promo-sep-24.with-overlay-css {
    padding: 0;
  }

  section.cruise-videos-section .videos-row .col-3 {
    max-width: 31%;
  }

  section.cruise-videos-section .videos-row .col-9 {
    max-width: 69%;
  }

  section.promo-sep-24.emerald .banner-content {
    min-height: 300px;
  }

  .page-id-36022 section.hero-promo-section.promo-sep-24 .hero-tablet-bg {
    background-position: top;
  }
}

@media only screen and (max-width: 1280px) {
  .captain-cruise-img-mobile.active {
    display: block !important;
    max-width: 400px;
    margin: -20px auto -143px;
  }

  .captain-cruise-img {
    display: none;
  }

  section.lines-section.lines-christmas-bg .banner-image {
    display: none;
  }

  .confidence-section .confidence-bgImg {
    display: none;
  }

  section.hero-section.hero-promo-section.uniworld-promo {
    padding-right: 70px;
  }

  section.hero-section.hero-promo-section.ama-promo {
    padding-left: 70px;
  }

  section.hero-section-2 {
    padding: 100px 30px 100px 57px;
  }

  section.hero-section-2.magdalena-river {
    padding: 80px 30px 80px 57px;
  }

  section.hero-section.hero-promo-section.fnm-promo.mns-promo {
    background-position: 90% center;
  }

  section.hero-section.hero-promo-section.hero-promo-4.alzheimer-cta {
    padding-right: 20px;
  }

  section.hero-section.hero-promo-section.hero-promo-4.alzheimer-banner {
    height: 337px;
    padding-right: 31px;
  }

  section.hero-section-2.river-promo {
    padding: 100px 30px 100px 57px;
  }

  section.hero-section.hero-promo-section.hero-promo-4.second-promo-may-24.ama.right {
    padding: 100px;
  }

  section.hero-scroll-section .banner-logo.bottom-left {
    right: auto;
    left: 9vh;
    bottom: 12vh;
    top: auto;
  }



  section.hero-scroll-section .banner-logo.tab-lanscape-top-right {
    left: auto;
    right: 9vh;
    top: 9vh;
    bottom: auto;
  }

  section.hero-scroll-section .banner-logo.tab-lanscape-top-left {
    right: auto;
    left: 9vh;
    top: 9vh;
    bottom: auto;
  }

  section.hero-scroll-section .banner-logo.tab-lanscape-bottom-left {
    right: auto;
    left: 9vh;
    bottom: 12vh;
    top: auto;
  }

  section.hero-scroll-section .banner-logo.tab-lanscape-bottom-right {
    left: auto;
    right: 9vh;
    bottom: 12vh;
    top: auto;
  }




}

@media only screen and (max-width: 1180px) {
  section.hero-scroll-section h1 {
    font-size: 64px;
  }

  section.hero-scroll-section.ama h1,
  section.hero-scroll-section.riviera h1,
  section.hero-scroll-section.emerald h1 {
    font-size: 60px;
  }

  section.hero-scroll-section p {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1000px) {
  .header-main .main-nav>ul>li {
    display: inline-block;
    padding: 36px 20px;
  }
}

@media (max-width: 1024px) {
  .hero-promo-text-content-jul24 .banner-content {
    max-width: 100%;
  }

  section.hero-section.hero-promo-section.hero-promo-text-content-jul24 {
    padding: 100px 10px 100px 10px;
  }

  .hero-promo-text-content-jul24 .banner-content h2 {
    font-size: 40px;
  }

  .hero-promo-text-content-jul24 .banner-content p {
    font-size: 16px;
  }

  .hero-promo-text-content-jul24 .banner-content ul.btns .btn {
    font-size: 15px;
  }

  .hero-promo-text-content-jul24 .banner-content p {
    padding: 0;
  }

  section.hero-promo-section.promo-mod-nov-29--center-text {
    padding-top: 215px;
    padding-bottom: 50px;
  }

  section.hero-promo-section.promo-mod-nov-29--center-text .banner-promo-image img {
    width: 467px;
  }
}

@media (max-width: 991px) {
  .header-main {
    padding: 15px 0 !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .header-main .header-inner .call-info {
    margin-top: 0 !important;
  }

  /* subscriber from */
  /* subscriber from */
  .cruise-subscriber-form .form-group button.subscribe-btn {
    position: static;
    margin-top: 10px;
    font-size: 16px;
  }

  .cruise-subscriber-form .form-group span.wpcf7-form-control-wrap {
    width: 100%;
  }

  .cruise-subscriber-form .form-group button.subscribe-btn svg {
    width: 48px;
  }

  p.subscribeer-from-info {
    margin-top: 28px;
  }

  /* 
  section.suscriber-form-section {
      padding: 40px 0 269px;
      background-image: url(https://www.crui.se/wp-content/uploads/2023/11/captain-cruise-mob.webp);
      background-size: 267px;
      background-position: bottom center;
  } */
  section.suscriber-form-section .title {
    margin-bottom: 40px;
  }

  section.suscriber-form-section .side-image {
    margin: 0 auto;
    position: static;
    margin-bottom: -5px;
    margin-top: 40px;
  }

  section.suscriber-form-section {
    padding: 40px 0 0;
  }

  section.holiday-section {
    padding: 70px 0;
  }

  .holiday-section .holiday-row .title h2 {
    font-size: 36px;
  }

  section.suscriber-form-section .title h2 {
    text-align: left;
  }

  .cruise-subscriber-form .form-group input.wpcf7-email {
    width: 100%;
  }

  .suscriber-form-content {
    margin: 0 auto;
    max-width: 100%;
  }

  .modal-content .terms-conditions {
    position: static;
    padding: 0;
    margin-top: 41px;
    font-size: 10px;
    margin-bottom: -16px;
  }

  .modal.thank-you-popup .modal-body.with-bg .modal-content {
    padding: 25px 15px 15px;
  }



  section.hero-section.hero-promo-section.promo-ama-2 {
    margin: 0;
    width: 100%;
  }

  section.lines-section.pb-0.lines-christmas-bg {
    padding: 70px 0;
    margin-bottom: 0;
  }

  section.lines-section.pb-0.lines-christmas-bg .banner-image {
    margin-bottom: -5px;
    margin: 0;
  }

  .deals-section-new .deal-main .deal-list .divImg {
    width: 100%;
    min-height: 200px;
  }

  .deals-section-new .deal-main .deal-list .deals-content {
    width: 100%;
  }

  section.deals-section-new {
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-id-30290 .deals-section-new {
    padding: 70px 0 35px;
  }

  .page-id-386 .deals-section-new {
    padding: 0 0 70px;
  }

  .page-id-9368 section.specialist-site-section {
    padding: 70px 0 30px;
  }

  .confidence-section .confidence-bgImg {
    display: none;
  }

  footer .logo-col {
    max-width: 100%;
    /* margin-bottom: 30px; */
  }

  footer .menu-col {
    max-width: 100%;
    width: 100%;
  }

  .hero-promo-emerald p img {
    width: 127px;
    left: 40px;
    top: 40px;
  }

  .header-main .header-inner .call-info.desktop-only {
    display: none;
  }

  .header-main .header-inner .call-info.mobile-only {
    display: block;
  }

  .riviera-promo p img {
    width: 147px;
  }

  body .header-main .header-inner .main-menu {
    top: 106px;
  }

  .ama-promo .hero-mobile-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
  }

  .uniworld-promo .banner-content,
  .ama-promo .banner-content {
    margin: 0 auto;
  }

  section.hero-section.hero-promo-section.uniworld-promo,
  section.hero-section.hero-promo-section.ama-promo {
    padding: 100px 80px;
  }

  .hero-section.hero-video .banner-content {
    margin: 0 auto;
  }

  .hero-section.hero-video.hero-promo-avalon .banner-content .banner-promo-image img {
    width: auto;
  }

  section.hero-section.hero-promo-section.saga-promo {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  section.hero-section.hero-promo-section.fnm-promo {
    padding: 91px 42px;
    background-position: 67% center;
  }

  .hero-section.fnm-promo .banner-content .banner-logo {
    margin-bottom: 30px;
  }

  .hero-section.fnm-promo .banner-content .banner-logo img {
    width: 100px;
  }

  .hero-section.fnm-promo .banner-bottom-content {
    margin-top: 20px;
    width: 55%;
    text-align: center;
  }

  .hero-section.fnm-promo .banner-content {
    width: 55%;
  }

  section.hero-section-2 {
    padding: 80px 25px;
  }

  section.hero-section-2 .banner-side-image {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 40%;
  }

  .hero-section-2 .banner-content-wrap {
    max-width: 57%;
  }

  section.hero-section-2 .banner-content p {
    font-size: 32px;
  }

  section.hero-section-2 .banner-content p strong {
    font-size: 40px;
  }

  .hero-section-2 ul.btns {
    gap: 10px;
  }

  .hero-section-2 ul.btns a {
    font-size: 12px;
  }

  section.hero-section-2.magdalena-river .banner-content p br {
    display: none;
  }

  section.hero-section-2.magdalena-river .banner-content p {
    padding-right: 71px;
  }

  .hero-section-2.solo-river .banner-content-wrap {
    max-width: 70%;
  }

  .ship-item.ship-lines .ship-content {
    padding: 58px 28px 20px;
    transform: translatey(calc(100% - 110px));
  }

  .ship-item.ship-lines .ship-content h4 span.text-expander {
    display: flex;
  }

  .ships-lines-carousel .swiper-arrow .swiper-btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    left: 18%;
    /* background-color: transparent; */
    transform: translatey(-50%);
  }

  .ships-lines-carousel .swiper-arrow .swiper-btn.swiper-next {
    left: auto;
    right: 18%;
    transform: translatey(-50%) rotate(180deg);
  }

  .ships-lines-carousel-wrap .swiper-slide.swiper-slide-next,
  .ships-lines-carousel-wrap .swiper-slide.swiper-slide-prev {
    opacity: 0.2;
  }

  .swiper-slide-active.text-expanded .ship-item.ship-lines .ship-content p {
    opacity: 1;
  }

  .ship-item.ship-lines .ship-content h4 {
    font-size: 18px;
  }

  .hero-section-2.mekong-river .banner-side-image {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .ships-destinations-carousel-wrap.wide .ship-item.ship-item-wide {
    display: block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
  }

  .ships-destinations-carousel-wrap.wide .ship-item.ship-item-wide .ship-image {
    width: 100%;
    height: 255px;
    padding: 0;
    -webkit-clip-path: unset;
    clip-path: unset;
  }

  .ships-destinations-carousel-wrap.wide .ship-item.ship-item-wide:after {
    display: none;
  }

  .ships-destinations-carousel-wrap.wide .ship-item.ship-item-wide .ship-content {
    left: 0;
    border-radius: 0;
    height: 365px;
  }

  .ships-destinations-carousel-wrap.wide .ship-item.ship-item-wide .ship-image img {
    padding: 0;
    border-radius: 0;
  }

  .ships-destinations-carousel-wrap.wide .swiper-arrow .swiper-btn {
    position: static;
    transform: translate(0);
    margin-top: 30px;
  }

  .ships-destinations-carousel-wrap.wide .swiper-arrow .swiper-btn.swiper-next {
    transform: rotate(180deg);
  }

  .sticky-top-bar a.call-info {
    padding: 14px 20px;
  }

  .sticky-top-bar a.call-info p {
    font-size: 14px;
  }

  body header.header-main.has-promo-top-bar {
    /* top: 30px; */
  }

  .river-promo .banner-promo-image {
    width: 400px;
    margin: 0 auto 40px;
  }

  section.hero-section-2.river-promo {
    padding: 80px 25px;
  }

  .hero-section.hero-promo-4.logo-left .banner-content .banner-logo {
    position: static;
  }

  section.hero-section.hero-promo-section.hero-promo-4.apt-promo.center {
    padding: 100px 146px;
  }

  .review-v2-stamp {
    right: 50px;
    width: 135px;
  }

  section.reviews-section-v2 {
    padding-bottom: 80px;
    margin-bottom: 70px;
  }

  .port-guides-section.ship-departures .port-guides-tab-main .port-guides-tab-content .col-head.departure {
    width: 19%;
  }

  .port-guides-section.ship-departures .port-guides-tab-main .port-guides-tab-content .col-head.price-col {
    width: 20%;
  }

  .section-mt-md-0>section.hero-section {
    margin-top: 0;
  }

  section.river-grid-section .content-wrap {
    flex: 0 0 53%;
  }

  section.river-grid-section .title-wrap {
    flex: 0 0 45%;
  }

  section.faq-section .col-8 {
    max-width: 100%;
  }

  .deal-card-item .deal-image-wrap {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 360px;
  }

  .deal-card-item .deal-content-wrap {
    flex: 100%;
    max-width: 100%;
  }

  .deal-image-wrap h4 {
    font-size: 32px;
  }

  section.hero-section.hero-promo-section.hero-promo-4.alzheimer-cta-v2 {
    padding: 68px;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    background-position: 55% 0;
  }

  /* ship grid section  */
  section.ship-grid-section .title-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }

  section.ship-grid-section .content-wrap {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  section.hero-scroll-section h1 {
    font-size: 60px;
  }

  section.hero-scroll-section p {
    font-size: 18px;
  }

  section.hero-scroll-section {
    max-height: 900px;
    padding: 150px 16px 35px;
  }

  section.hero-scroll-section.banner-content-up-desktop {
    padding: 0px 16px 150px;
  }

  section.hero-scroll-section.banner-content-up-desktop h1 {
    margin-bottom: 100px;
  }

  .page-id-30297 .hero-scroll-section {
    padding: 300px 16px 35px;
  }

  .modal .modal-body.unlimited-deals-body .modal-content {
    padding: 50px 50px 40px 50px !important;
  }

  section.river-section .title .content-wrap {
    padding-left: 40px;
    max-width: 60%;
  }

  .captain-videos-section .title h2 {
    font-size: 32px;
  }

  section.ship-grid-section {
    padding: 60px 0 0;
  }

  .port-guides-section.deal-departures {
    padding: 70px 0;
  }

  .our-story-section {
    padding: 70px 0 0;
    margin-top: 40px;
  }

  section.specialist-site-section .col-10.m-auto {
    max-width: 100%;
  }

  section.cruise-brochure-section {
    padding: 70px 0 0;
  }

  section.cruise-videos-section {
    padding: 70px 0 40px;
  }

  section.cruise-gallery-carousel-section {
    padding: 0 0 10px;
  }

  .port-guides-section.brand-filter {
    padding: 30px 0 0;
  }

  .page-id-386 section.port-guides-section.brand-filter {
    padding: 0 0 70px;
  }

  .page-id-9368 section.port-guides-section.brand-filter {
    padding: 0 0 40px;
  }

  section.weather-section {
    padding: 10px 0 30px;
  }

  section.river-grid-section {
    padding: 30px 0 70px;
  }

  .parent-pageid-18075 .river-grid-section,
  .parent-pageid-318 .river-grid-section,
  .parent-pageid-1190 .river-grid-section,
  .parent-pageid-12018 .river-grid-section,
  .parent-pageid-1647 .river-grid-section,
  .parent-pageid-1537 .river-grid-section,
  .parent-pageid-2166 .river-grid-section,
  .parent-pageid-1537 .river-grid-section,
  .parent-pageid-428 .river-grid-section,
  .parent-pageid-11219 .river-grid-section,
  .parent-pageid-458 .river-grid-section,
  .parent-pageid-460 .river-grid-section,
  .parent-pageid-417 .river-grid-section,
  .parent-pageid-6782 .river-grid-section,
  .parent-pageid-1811 .river-grid-section {
    padding: 70px 0 0;
  }

  .page-id-36 section.river-grid-section {
    padding: 70px 0;
  }

  section.river-grid-section.title-position-horizontal {
    padding: 65px 0 20px;
  }

  .river-grid-section.ship-grid-section.title-position-vertical {
    padding-bottom: 70px;
  }

  section.river-grid-section.ship-grid-section {
    padding: 0;
  }

  section.inclusions-section-v2 {
    padding: 70px 0;
  }

  .page-id-386 section.river-grid-section {
    padding: 70px 0;
  }

  .page-id-12018 section.river-grid-section,
  .page-id-2166 section.river-grid-section,
  .page-id-11219 section.river-grid-section {
    padding: 30px 0 70px;
  }

  .page-id-460 section.port-guides-section.river,
  .page-id-386 section.specialist-site-section {
    padding: 70px 0 40px;
  }

  section.reviews-section {
    padding: 70px 0 20px;
  }

  section.trustpilot-section {
    padding: 30px 0 0px;
  }

  section.lines-section.lines-christmas-bg,
  section.trustpilot-section.tp-padding,
  section.faq-section,
  section.confidence-section,
  section.team-experience-section,
  .deals-section-new {
    padding: 70px 0;
  }

  section.river-grid-section .river-grid-item {
    height: 230px;
  }

  .swiper-slide.gallery-item img {
    height: 300px;
  }

  section.river-grid-section.cruise-line .title-wrap {
    flex: 0 0 100%;
  }

  section.river-grid-section.cruise-line .content-wrap {
    flex: 0 0 100%;
    text-align: center;
  }

  section.hero-promo-section.promo-sep-24 {
    padding-right: 5%;
  }

  .col.cruise-gallery-carousel .swiper-navigation-wrap {
    justify-content: center;
    margin-top: 15px;
  }

  section.cruise-videos-section .title {
    text-align: center;
  }

  .cruise-videos-section .videoSlider .swiper-arrow {
    justify-content: center;
    margin-left: -15px;
  }

  div#swiper-wrapper-e7dad74a2614bce1 {
    margin-left: unset;
    margin-right: unset;
    flex-wrap: nowrap;
  }

  .row.inclusions-v2-row .col-4 {
    max-width: 100%;
    padding: 0;
  }

  .row.inclusions-v2-row {
    margin-left: unset;
    margin-right: unset;
    flex-wrap: nowrap;
  }

  .inclusions-v2-carousel .swiper-navigation-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 11;
    transform: translatey(-50%);
    padding: 0 15px;
  }

  .inclusions-v2-carousel .swiper-navigation-wrap .swiper-next svg {
    transform: rotate(180deg);
  }

  .inclusions-v2-carousel .swiper-navigation-wrap svg path {
    fill: #fff;
  }

  .inclusions-v2-carousel .swiper-navigation-wrap svg circle {
    stroke: #fff;
  }

  .inclusions-v2-list {
    /* height: 489px; */
    background-position: center;
  }

  .row.cruise-details-table-row>.col-3 {
    max-width: 33.33%;
  }

  section.cruise-details-table {
    padding: 70px 0;
    margin: 30px 0 40px;
  }

  section.cruise-videos-section .videos-row .col-3 {
    max-width: 100%;
  }

  section.cruise-videos-section .videos-row .col-9 {
    max-width: 100%;
  }

  section.river-grid-section .col-6 .river-grid-item {
    height: 300px;
  }

  .brochure-item .btn {
    visibility: visible;
    opacity: 1;
    bottom: 20px;
  }

  #brochure-thank-you .action-btn-wrap {
    margin-top: 40px;
  }

  .cta-popup-item {
    height: 250px;
  }

  .cta-popup-item h4 {
    font-size: 20px;
  }

  body .select2-results__option {
    color: #151e28;
    padding: 8px 8px;
    font-size: 13px;
  }

  #demo_video.modal h2 {
    font-size: 22px;
  }

  section.hero-countdown-section h2.highlight-title {
    font-size: 66px;
    display: inline-flex;
  }

  section.hero-countdown-section h3 {
    font-size: 50px;
  }

  section.hero-countdown-section .countdown strong {
    font-size: 50px;
  }

  section.hero-countdown-section .countdown {
    font-size: 14px;
  }

  section.hero-countdown-section a.btn {
    font-size: 19px;
  }

  section.cta-popup-section {
    padding: 70px 0 0;
  }

  .section-padding-bottom {
    padding-bottom: var(--section-padding-md) !important;
  }

  .section-padding-top {
    padding-top: var(--section-padding-md) !important;
  }

  body .modal form .form-group .select2-container .select2-selection--single {
    padding-left: 45px;
  }

  section.hero-scroll-section .banner-logo.bottom-left {
    right: auto;
    left: 3vh;
    bottom: 10vh;
    top: auto;
  }



  section.hero-scroll-section .banner-logo.tab-top-right {
    left: auto;
    right: 9vh;
    top: 9vh;
    bottom: auto;
  }

  section.hero-scroll-section .banner-logo.tab-top-left {
    right: auto;
    left: 9vh;
    top: 9vh;
    bottom: auto;
  }

  section.hero-scroll-section .banner-logo.tab-bottom-left {
    right: auto;
    left: 3vh;
    bottom: 10vh;
    top: auto;
  }

  section.hero-scroll-section .banner-logo.tab-bottom-right {
    left: auto;
    right: 9vh;
    bottom: 10vh;
    top: auto;
  }


  .hero-section.hero-promo-4.river-promo-2 .banner-content {
    max-width: 420px;
  }


  section.hero-section.hero-promo-section.river-promo-2 {
    height: 610px;
  }

  .hero-promo-section.hero-promo-4.river-promo-2 a.btn {
    font-size: 15px;
    padding: 15px 30px;
  }

  .page-id-20715 .competition-signup-section .row.row-reverse {
    flex-direction: column-reverse;
  }

  /* section.promo-sep-24.emerald .banner-content {
    width: 310px;
  } */

  section.promo-sep-24.emerald .banner-content {
    min-height: 244px;
  }

  .recent-post-item .recent-post-thumbnail {
    height: 230px;
  }

  .recent-post-title {
    font-size: 22px;
  }

  .recent-post-meta span {
    font-size: 14px;
  }

  .recent-post-item p {
    font-size: 14px;
  }

  .recent-post-item .recent-post-thumbnail .post-info-overlay {
    font-size: 12px;
  }



  .review-form-image img {
    margin-top: 50px;
  }

  section.contact-section.review-form-section {
    padding-bottom: 0;
  }

  section.hero-section.hero-promo-section.black-friday-24 {
    align-items: center;
  }

  .overlay-none .inclusions-v2-list {
    height: 550px;
  }


  /* luggage tag section */
  .luggage-tag-section .row>.col-7 {
    max-width: 60%;
    padding-right: 40px;
  }

  .luggage-tag-section .row>.col-4 {
    max-width: 40%;
  }

  .luggage-tag-nav-carousel .luggage-nav {
    height: 105px;
  }

  .contact-section.luggage-tag-section form .form-group textarea.form-control {
    height: 136px;
  }

  .luggage-color-tab-list ul {
    padding-right: 0;
  }

  .luggage-tag-section .title h1 {
    font-size: 28px;
  }


  section.reviews-section-v3 .container>.row>div {
    max-width: 100%;
  }

  .reviews-section-v3 .title {
    max-width: 100%;
    /* width: 500px; */
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
    padding: 0;
  }

  .reviews-section-v3 .title .rating-star-wrap {
    justify-content: center;
  }

  .review-v3-list {
    padding: 0;
  }

  .reviews-section-v3 .title .rating-text {
    font-size: 60px;
  }

  section.hero-scroll-section.oceania .banner-bg img {
    object-position: top right;
  }

  footer .logo-col .contact-footer-social {
    display: block;
  }

  footer .logo-col-wrap {
    display: block;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  footer .logo-col .footer-logo {
    margin-bottom: 20px;
  }

  footer .menu-col>.row>.col-3 {
    max-width: 33.33%;
  }

  footer .menu-col>.row {
    row-gap: 38px;
  }

  footer .menu-col>.row>.col-3.company-col {
    max-width: 100%;
    flex-direction: row;
    align-items: center;
  }



  footer .menu-col .company-col .alzheimers-logo {
    max-width: 248px;
  }

  .footer-copyright .col-12.copyRight {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }

  .reviews-section-v3 .title .review-images-list .review-image-item {
    height: 150px;
  }

  .content-img-section.about-captain .banner-side-image {
    margin-bottom: -169px;
  }

  body.page-id-20 section.specialist-site-section {
    padding-bottom: var(--section-padding-md)
  }

  .deals-section-new .title h2 {
    font-size: 30px;
    line-height: 1.4;
  }

  .deals-section-new .title h2 .select2-selection__rendered {
    padding: 9px 0;
    padding-right: 47px;
  }


  .deals-section-new .title .deals-subtext p {
    font-size: 16px;
  }

  footer .footer-accreditation .accreditation-logo>img {
    max-width: 130px;
  }



  footer .footer-accreditation .accreditation-logo {
    gap: 15px;
  }

  footer .footer-accreditation .accreditation-logo img.clia-logo {
    margin-top: -16px;
  }

  .total-cabin-items-2 .swiper-wrapper.justify-content-center {
    justify-content: unset;
  }
}

@media only screen and (max-width: 760px) {

  section.hero-promo-section.promo-mod-nov-29--center-text {
    margin-top: 0 !important;
  }

  section.deals-section-new,
  section.lines-section.lines-christmas-bg,
  section.lines-section.pb-0.lines-christmas-bg {
    padding: 50px 0;
  }

  section.deals-section-new .deal-btns {
    margin-bottom: 35px;
  }

  .page-id-30290 .deals-section-new {
    padding: 50px 0 15px;
  }

  .page-id-386 .deals-section-new {
    padding: 0 0 50px;
  }

  .ship-item.ship-item-wide {
    display: block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
  }

  .ship-item.ship-item-wide .ship-image {
    width: 100%;
    height: 255px;
    padding: 0;
    -webkit-clip-path: unset;
    clip-path: unset;
  }

  .ship-item.ship-item-wide:after {
    display: none;
  }

  .ship-item.ship-item-wide .ship-content {
    left: 0;
    border-radius: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .ship-item.ship-item-wide .ship-image img {
    padding: 0;
    border-radius: 0;
  }

  .ships-destinations-carousel.swiper {
    padding: 0 30px;
  }

  section.hero-section.hero-promo-section {
    padding: 80px 28px;
    text-align: center;
  }

  .hero-promo-section .banner-content h1 {
    font-size: 36px;
  }

  .hero-promo-section .banner-content .banner-logo {
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 25px !important;
  }

  .hero-promo-section .banner-content .btns li a.btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .hero-promo-section .banner-content ul.btns {
    display: block;
  }

  .hero-promo-section .banner-content ul.btns li {
    max-width: 100%;
  }

  .hero-promo-section .banner-content ul.btns li:not(:last-child) {
    margin-bottom: 30px;
  }

  .hero-promo-section .banner-content {
    max-width: 449px !important;
    margin: 0 auto;
    width: 100%;
  }

  .hero-video-bg video#bannerVideo {
    display: none;
  }

  .hero-section.hero-promo-section.hero-promo-2 .banner-content a.btn.white {
    font-size: 19px;
    display: inline-flex;
  }

  section.hero-section.hero-promo-section.hero-promo-2 {
    background-position: 59% 0%;
    position: relative;
    margin: 0;
  }

  section.hero-section.hero-promo-section.hero-promo-2:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
  }

  .hero-section.hero-video .banner-content a.btn {
    font-size: 14px;
  }

  .hero-video-bg.youtube-background.video-background {
    display: none;
  }

  .hero-mobile-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
  }

  .hero-tablet-bg {
    display: none;
  }

  .hero-section.hero-video .banner-content a.btn small {
    margin-top: 1px;
    font-size: 10px;
  }

  .hero-section.hero-video .banner-content .banner-promo-image img {
    width: 290px;
  }

  .page-id-36 section.lines-section,
  .page-id-386 section.lines-section {
    margin-bottom: 0;
  }

  /* promo 3  */
  section.hero-section.hero-promo-section.hero-promo-3 {
    padding: 0 0 70px;
    justify-content: flex-end;
    background-position: -108px 0;
    height: 694px;
  }

  .hero-section.hero-promo-3 .banner-content .btns li a.btn {
    font-size: 18px;
  }

  .hero-section.hero-promo-3 .banner-content {
    max-width: 400px !important;
    padding: 0 25px;
  }

  section.hero-section.hero-promo-section.hero-promo-3.has-mobile-bg {
    background-image: unset !important;
  }

  /* hero promo apt responsive  */
  section.hero-section.hero-promo-section.hero-promo-4 {
    padding: 60px 13px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-image: unset !important;
  }

  .hero-section.hero-promo-4 .banner-content .banner-logo {
    position: static !important;
    margin-bottom: 40px !important;
  }

  .hero-section.hero-promo-4 .banner-content .banner-logo img {
    /* width: 100px; */
  }

  /* hero promo apt responsive  */
  section.hero-section.hero-promo-section.hero-promo-apt {
    padding: 60px 13px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-image: unset !important;
  }

  .hero-section.hero-promo-apt .banner-content .banner-logo {
    position: static;
    margin-bottom: 40px !important;
  }

  /* .hero-promo-section.hero-promo-apt a.btn {
      font-size: 16px;
      height: 63px;
      padding: 11px 41px;
  } */
  /* hero promo emerald responsive  */
  section.hero-section.hero-promo-section.hero-promo-emerald {
    padding: 100px 13px 80px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-image: unset !important;
  }

  .hero-section.hero-promo-emerald .banner-content .banner-logo {
    position: static;
    /* margin-bottom: 60px !important; */
    display: inline-block;
  }

  .hero-section.hero-promo-emerald .banner-content .banner-logo img {
    width: 180px;
  }

  .hero-promo-emerald p img {
    top: 10px;
    width: 86px;
    right: 10px;
    left: auto;
  }

  /* .hero-promo-section.hero-promo-emerald a.btn {
      font-size: 16px;
      height: 56px;
      padding: 11px 34px;
  }

  .hero-promo-section.hero-promo-emerald a.btn.btn-icon .speak-icon {
      width: 26px;
  } */
  body.admin-bar .header-main {
    top: 44px;
  }

  /* trustpilowt  */
  section.trustpilot-section.has-mobile-widget .trustpilot-wdgt {
    display: none;
  }

  section.trustpilot-section.has-mobile-widget .trustpilot-wdgt-mobile {
    display: block;
  }

  section.trustpilot-section.tp-padding {
    padding: 50px 0;
  }

  section.holiday-section {
    padding: 50px 0;
  }

  /* viking  */
  section.hero-section.hero-promo-section.viking-promo .banner-promo-image img {
    max-width: 220px;
  }

  /* saga  */
  section.hero-section.hero-promo-section.saga-promo {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 80px 9px;
  }

  /* riviera  */
  .riviera-promo p img {
    top: 10px;
    width: 86px;
    right: 10px;
  }

  /* captain video section  */
  section.content-img-section .container {
    display: block;
  }

  .content-img-section .banner-content {
    width: 100%;
    text-align: center;
  }

  .content-img-section.about-captain .banner-content {
    margin-left: 0px;
  }

  .content-img-section .banner-side-image img {
    text-align: center;
    max-width: 300px;
  }

  .content-img-section .banner-side-image {
    text-align: center;
  }

  section.content-img-section.about-captain {
    padding: 40px 0;
    background-size: cover;
    background-position: left center;
  }

  section.content-img-section.about-captain-greg .container {
    padding: 50px 30px 0;
    width: 100%;
    max-width: 100%;
  }

  .about-captain-greg .container .banner-side-image img {
    width: 100px;
  }

  section.captain-videos-section {
    padding: 50px 0 0;
  }

  .hero-captain .banner-content h1 {
    font-size: 40px;
    line-height: 1.4;
  }

  .hero-captain .banner-content h1 strong {
    font-size: 28px;
  }

  .captain-videos-section .title h2 {
    font-size: 16px;
  }

  .captain-videos-section .title p {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .hero-section.scenic-promo .banner-content .banner-logo img {
    width: 170px;
  }

  /* captain video  */
  .modal.captain_video_popup#video_popup .modal-body .bannerVideo {
    width: 286px;
    height: 500px;
  }

  .siteMap-section .page-name-list .page-name-box ul li a,
  footer .menu-col .navAdd ul li a {
    line-height: 1.4 !important;
  }

  .deals-section-new .deal-main .deal-list .divImg {
    min-height: 200px;
  }

  span.mobile-deal-promo-text {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #cc0000;
    color: #fff;
    font-size: 12px;
    padding: 7px 15px 5px;
    z-index: 4;
    padding-right: 25px;
    border-bottom-left-radius: 20px;
  }

  /* mobile call buble  */
  /* mobile call buble  */
  .mobile-call-buble a {
    display: flex;
    position: fixed;
    width: 60px;
    height: 60px;
    background: rgb(67, 112, 245);
    right: 20px;
    bottom: 20px;
    z-index: 55555555;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-animation-name: stretch;
    animation-name: stretch;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
  }

  .mobile-call-buble a img {
    width: 30px;
  }

  .page-id-458 .hero-section,
  body.blog section.hero-section {
    min-height: 400px;
  }

  section.lines-section.lines-christmas-bg .banner-image {
    position: static;
    text-align: center;
    margin: 50px auto 0;
    width: auto;
    display: none;
    max-width: 370px;
  }

  section.hero-section.hero-promo-section.river-promo {
    margin: 0;
  }

  .modal .modal-body .modal-img {
    height: 200px;
  }

  .modal .modal-body.unlimited-deals-body .modal-content {
    padding: 30px 30px !important;
  }

  div.modal.modal.thank-you-popup.promo-received-enquiry .modal-body.with-bg {
    /* background-image: url(https://www.crui.se/wp-content/uploads/2023/12/Popup-reply-Mobile-img.webp) !important; */
    background-position: bottom center;
  }

  div.modal.modal.thank-you-popup.promo-received-enquiry .trustpilot-widget {
    margin: 43px auto 0;
  }

  .ama-promo.hero-section .banner-content .banner-logo img {
    width: 250px;
  }

  .hero-section.hero-promo-avalon .banner-content .banner-logo img,
  .hero-section.riviera-promo .banner-logo img,
  .hero-section.hero-promo-section.saga-promo .banner-content .banner-logo img,
  .hero-section.hero-promo-4.viking-promo .banner-content .banner-logo img,
  .croisieurope-promo .banner-logo img,
  .hero-section.hero-promo-arosa .banner-content .banner-logo img {
    width: 150px;
  }

  .hero-section.hero-promo-4.uniworld-promo .banner-content .banner-logo img {
    width: 200px;
  }

  section.hero-section.hero-promo-section.hero-promo-4.center.uniworld-promo {
    padding: 145px 20px 80px;
  }

  /* footer social responsive */
  .footer-copyright .col-7.copyRight {
    display: block;
  }

  ul.footer-socials {
    margin-bottom: 10px;
  }

  ul.footer-socials svg {
    width: 24px;
  }

  .highlighted-deal-wrap>img.highlight-text {
    z-index: 1;
    width: 146px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: 30px;
    top: 21px;
  }

  .highlighted-deal-wrap {
    margin: 0 -5px 30px;
    padding: 60px 15px 15px;
  }

  .deals-section-new .deal-main .deal-list .deals-content .price-wrap {
    gap: 7px;
  }

  .deal-list.promo-deal .price-list {
    display: block;
  }

  .old-price-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
  }

  section.hero-section.hero-promo-section.riviera-promo {
    padding: 80px 0;
  }

  .hero-section .banner-bottom-content p {
    text-align: left;
    padding: 0 0px;
  }

  .hero-section.ivy-promo .banner-content {
    padding: 0;
  }

  section.hero-section.hero-promo-section.ivy-promo {
    background-position: bottom;
    padding: 306px 0 28px;
  }

  .hero-section.ivy-promo .banner-content .banner-logo {
    margin-bottom: 20px !important;
  }

  .hero-promo-section.ivy-promo .banner-promo-image {
    margin-bottom: 22px;
  }

  .hero-section.ivy-promo .banner-bottom-content {
    margin-top: 20px;
  }

  .hero-promo-section.scenic-promo .banner-promo-image img {
    width: 450px;
  }

  .hero-promo-section.hero-promo-4 .banner-promo-image img {
    width: 467px;
  }

  .hero-promo-section.hero-promo-4.river-promo-2 .banner-promo-image img {
    width: 336px;
  }

  .hero-section.fnm-promo .banner-content {
    width: 311px;
    margin: 0 auto;
  }

  section.hero-section.hero-promo-section.fnm-promo {
    padding: 364px 13px 27px;
    margin-top: 0;
  }

  .hero-section.fnm-promo .banner-content .banner-logo {
    margin-bottom: 20px;
  }

  .hero-section.fnm-promo .banner-bottom-content {
    margin: 20px auto 0;
    width: 100%;
  }

  section.hero-section.hero-promo-section.fnm-promo .hero-mobile-bg {
    background-position: right center;
  }

  .hero-section-2 .banner-side-image.mobile {
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 0 30px;
    max-width: 100%;
  }

  .hero-section-2>.banner-side-image {
    display: none;
  }

  section.hero-section-2 {
    padding: 50px 0 60px;
    text-align: center;
    justify-content: center;
    flex-direction: column-reverse;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .hero-section-2 .banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  section.hero-section-2 .banner-content h2 {
    order: -1;
    color: #fff;
    margin-bottom: 30px;
  }

  section.hero-section-2 .banner-content h2 strong {
    color: #fff;
  }

  section.hero-section-2 .banner-content p strong {
    font-size: inherit;
    font-weight: 400;
  }

  section.hero-section-2 .banner-content p {
    font-size: 23px;
  }

  .hero-section-2 ul.btns {
    justify-content: center;
  }

  .hero-section-2 .banner-content-wrap {
    max-width: 100%;
  }

  .hero-section-2>.banner-side-image {
    max-width: 100%;
    height: 400px;
    margin-bottom: 30px;
  }

  .hero-section-2.side-image-wide .banner-side-image.mobile {
    width: 80%;
  }

  .hero-section-2 ul.btns {
    gap: 20px;
  }

  .hero-section-2.mekong-river .banner-side-image {
    height: 325px;
  }

  section.hero-section-2 .banner-content h2 strong {
    font-size: inherit;
  }

  section.hero-section-2.magdalena-river .banner-content p {
    padding-right: 0;
    font-size: 20px;
  }

  section.hero-section-2.magdalena-river .banner-content p br {
    display: block;
  }

  .hero-section-2.christmas-river .banner-side-image {
    width: 350px;
  }

  .hero-section-2.solo-river .banner-content {
    justify-content: space-between;
    height: 421px;
  }

  .hero-section-2.solo-river .banner-content p {
    padding: 0 40px;
  }

  .hero-section-2.magdalena-river .banner-side-image.mobile {
    height: 371px;
  }

  section.hero-section-2.magdalena-river {
    padding: 50px 0 60px;
  }

  .ship-item.ship-lines .ship-content {
    padding: 47px 15px 20px;
    transform: translatey(calc(100% - 103px));
  }

  .ship-item.ship-lines .ship-image {
    height: 459px;
  }

  .ship-item.ship-lines .ship-content h4 {
    font-size: 18px;
  }

  .ship-item.ship-lines .ship-content p {
    font-size: 14px;
  }

  .ships-lines-carousel .swiper-arrow .swiper-btn.swiper-next {
    right: 2px;
  }

  .ships-lines-carousel {
    padding: 0 55px;
  }

  .ships-lines-carousel .swiper-arrow .swiper-btn.swiper-prev {
    left: 2px;
  }

  section.ships-lines-section {
    padding: 0;
  }

  #enquiry .bottom-text h6 {
    font-size: 15px;
  }

  #enquiry .form-row {
    margin-bottom: 5px;
  }

  #enquiry .bottom-text {
    margin-top: 20px;
  }

  .modal form .form-control.additional-comments {
    height: 100px;
  }

  .ships-destinations-carousel-wrap.wide .ships-destinations-carousel {
    padding: 0 20px;
  }

  .contact-section form .form-group textarea.form-control {
    padding-left: 50px;
  }

  section.hero-section.bg-set {
    min-height: 300px;
  }

  .page-id-7540 .hero-section .banner-content h1 {
    font-size: 28px;
  }

  .page-id-7540 .hero-section .banner-content p {
    font-size: 16px;
  }

  footer .menu-col [class*=col-]:last-child {
    max-width: 100%;
    display: flex;
    gap: 37px;
  }

  .modal .modal-body.unlimited-deals-body>.row {
    flex-direction: column-reverse;
  }

  .competition-signup-section .row.row-reverse {
    flex-direction: column-reverse;
  }

  .competition-signup-section .contactImg {
    margin-top: 40px;
  }

  div#unlimited-deals h2 {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 35px;
  }

  div#unlimited-deals form input.form-control {
    font-size: 12px;
  }

  div#unlimited-deals form input[type=submit] {
    font-size: 12px;
  }

  div#unlimited-deals p.unsubscribe-text {
    /* font-size: 11px; */
    padding: 0;
  }

  #unlimited-deals img.body-shape {
    display: none;
  }

  #unlimited-deals .trustpilot-widget {
    margin: 45px auto 0;
  }

  div.modal.modal.thank-you-popup.promo-received-enquiry .modal-body .row {
    flex-direction: column-reverse;
  }

  div.modal.modal.thank-you-popup.promo-received-enquiry .modal-body .modal-content {
    padding: 40px 30px;
  }

  div.modal.modal.thank-you-popup.promo-received-enquiry h2 {
    font-size: 18px;
    line-height: 1.4;
  }

  div.modal.modal.thank-you-popup.promo-received-enquiry p {
    font-size: 13px;
    margin-bottom: 65px;
  }

  div.modal.modal.thank-you-popup.promo-received-enquiry .action-btn-wrap a.btn {
    padding: 12px 19px;
    font-size: 14px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    max-width: 100%;
  }

  div.modal.modal.thank-you-popup.promo-received-enquiry img.body-shape {
    display: none;
  }

  div.modal.modal.thank-you-popup.promo-received-enquiry .action-btn-wrap {
    /* flex-direction: column; */
    align-items: center;
    gap: 15px;
    justify-content: center;
  }

  div.modal.modal.thank-you-popup.promo-received-enquiry a.call-btn {
    margin-top: 20px;
  }

  #promo-received-enquiry .action-btn-wrap a.btn:nth-child(2) {
    padding: 9px 19px;
  }

  .sticky-top-bar .mobile {
    display: block;
  }

  .sticky-top-bar .desktop {
    display: none;
  }

  .sticky-top-bar a.call-info {
    align-items: center;
    padding: 13px 15px;
    gap: 7px;
  }

  .sticky-top-bar a.call-info svg {
    width: 17px;
  }

  .sticky-top-bar a.call-info p {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .sticky-top-bar a.call-info p strong {
    font-size: 18px;
    font-weight: 600;
  }

  .ship-item.ship-item-wide .btn {
    top: 208px;
    bottom: auto;
    right: 10px;
  }

  .ship-item.ship-item-wide .btn:before {
    display: none;
  }

  .ship-item.ship-item-wide .btn span:last-child {
    display: inherit;
  }

  .ship-item.ship-item-wide .btn {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 20px;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: row;
    gap: 3px;
  }

  .modal.pricing-modal .pricing-modal-left .divImg {
    height: 100%;
    width: 110px;
    position: absolute;
    left: 10px;
    top: 10px;
    margin: -10px -10px 0;
  }

  .modal.pricing-modal .pricing-modal-left {
    padding: 15px 17px 0 127px;
    position: relative;
  }

  .modal.pricing-modal .pricing-modal-left h5,
  .modal.pricing-modal .pricing-modal-left h6 {
    margin-bottom: 9px;
    font-size: 14px;
  }

  .pricing-modal.modal form .from-textarea .form-control {
    height: 62px;
  }

  #enquiry form .from-textarea .form-control {
    height: 82px;
  }

  .blog-details-section .content-part ul li::before {
    top: 7px;
  }

  /*    .blog-section .recent-blog .blogImg {
      height: 214px;
  }

  .blog-section .blog-main .blog-list .blogImg {
      width: 105px;
      height: 86px;
  } */
  section.hero-section.hero-promo-section.fnm-promo.mns-promo .hero-mobile-bg {
    background-position: center;
  }


  section.hero-section.hero-promo-section.hero-promo-4.alzheimer-cta {
    height: 701px;
    justify-content: flex-end;
    padding: 40px;
    margin-top: 0;
  }

  section.hero-promo-section.hero-promo-4.alzheimer-cta .banner-content {
    width: 300px;
  }

  section.hero-section.hero-promo-section.hero-promo-4.alzheimer-banner {
    padding-bottom: 83px;
    height: 563px;
    background-position: center;
  }

  section.lines-section.Alzheimer-help-section {
    padding: 0;
  }

  section.lines-section.Alzheimer-help-section p {
    text-align: left;
  }

  .page-id-18103 section.specialist-site-section {
    /* padding-bottom: 0; */
  }

  .hero-section-2.river-promo .banner-side-image.mobile {
    display: none;
  }

  .river-promo .banner-promo-image {
    display: block;
    width: 322px;
    max-width: 100%;
  }

  section.hero-section.hero-promo-section.hero-promo-4.apt-promo.center {
    padding: 60px 13px;
  }

  section.hero-section.hero-promo-section.hero-promo-4.apt-promo.center a.btn {
    padding: 13px 54px;
    font-size: 16px;
  }

  div#unlimited-deals h2 img {
    width: 53px;
  }

  .apt-travel-item {
    margin-bottom: 30px;
  }

  section.apt-travel-styles-section {
    padding-bottom: 20px;
  }

  .hero-promo-4.second-promo-may-24.logo-bottom-right .banner-content .banner-logo {
    position: absolute !important;
    bottom: 40px;
    right: 40px;
    margin-bottom: 0 !important;
  }

  .hero-promo-4.second-promo-may-24.logo-bottom-left .banner-content .banner-logo {
    position: absolute !important;
    bottom: 40px;
    left: 40px;
    margin-bottom: 0 !important;
  }

  section.hero-section.hero-promo-section.hero-promo-4.second-promo-may-24 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 98px 0 153px;
  }

  .hero-promo-4.second-promo-may-24 ul.btns li:not(:last-child) {
    margin: 0 0 20px;
    /* margin-right: 0; */
  }

  .hero-promo-4.second-promo-may-24.logo-bottom-right .banner-content .banner-logo img {
    width: 164px;
  }

  .hero-promo-4.second-promo-may-24.viking.logo-bottom-right .banner-content .banner-logo img {
    width: 100px;
  }

  .hero-promo-4.second-promo-may-24.ama.logo-bottom-left .banner-content .banner-logo img {
    width: 200px;
  }

  section.hero-section.hero-promo-section.hero-promo-4.second-promo-may-24 .hero-mobile-bg {
    background-size: cover;
    background-position: bottom;
  }

  section.hero-section.hero-promo-section.hero-promo-4.second-promo-may-24.ama {
    padding-bottom: 120px;
  }

  .hero-promo-4.second-promo-may-24.apt.logo-bottom-right .banner-content .banner-logo img {
    width: 70px;
  }

  .hero-promo-4.second-promo-may-24.logo-bottom-right.riviera .banner-content .banner-logo img {
    width: 120px;
  }

  section.hero-section.hero-promo-section.hero-promo-4.second-promo-may-24.riviera {
    padding-bottom: 252px;
    padding-top: 130px;
  }

  .review-v2-wrap {
    display: block;
  }

  .review-v2-wrap .review-v2-content-wrap {
    width: 100%;
    padding: 0;
  }

  .review-v2-wrap .review-v2-image {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .review-v2-wrap .review-v2-content-wrap h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  section.reviews-section-v2 {
    padding: 124px 20px 60px;
    margin-bottom: 50px;
  }

  .review-v2-wrap .review-v2-content-wrap h4 {
    font-size: 18px;
    margin-bottom: 0;
  }

  .review-v2-stamp {
    right: 20px;
    width: 100px;
    bottom: 0;
  }

  body .port-guides-section.ship-departures .port-guides-tab-main .port-guides-tab-content .col-head:nth-child(2) {
    max-width: 137px;
  }

  .port-guides-section.ship-departures .port-guides-tab-main .port-guides-tab-content .port-guides-list .port-guides-list-title .col-head.departure {
    display: block;
    width: 31%;
  }

  .port-guides-section .port-guides-tab-main .port-guides-tab-content .col-head+.col-head.departure {
    display: block;
    width: 31%;
  }

  body .port-guides-section.ship-departures .port-guides-tab-main .port-guides-tab-content .row .col-head.price-col {
    width: 30%;
  }

  section.hero-section.hero-promo-section.hero-promo-4.second-promo-may-24.ama.right {
    padding: 70px 28px 236px;
  }

  section.hero-section.hero-promo-section.hero-promo-4.second-promo-may-24.ama.right .banner-logo img {
    width: 220px;
  }

  .hero-promo-4.second-promo-may-24.logo-bottom-right.riviera .banner-content .banner-logo {
    right: auto;
    left: 8%;
  }

  /* .hero-promo-text-content-jul24  */
  .hero-promo-text-content-jul24 .banner-content h2 {
    font-size: 30px;
    line-height: 1.3;
  }

  .hero-promo-text-content-jul24 .banner-content p {
    font-size: 14px;
  }

  .hero-promo-text-content-jul24 .banner-content ul.btns .btn {
    font-size: 14px;
  }

  section.hero-section.hero-promo-section.hero-promo-text-content-jul24 {
    padding: 325px 20px 50px;
  }

  .hero-section.hero-promo-text-content-jul24 .banner-content .banner-logo {
    margin-bottom: 10px !important;
  }

  .hero-promo-text-content-jul24 .banner-content .banner-logo img {
    width: 250px;
  }

  .hero-promo-text-content-jul24 .banner-content p br {
    display: none;
  }

  section.hero-section.hero-promo-section.hero-promo-4.alzheimer-cta-v2 {
    min-height: 146vw;
    padding: 40px 20px;
    justify-content: flex-end;
  }

  .alzheimer-cta-v2.hero-promo-section.hero-promo-4 .banner-promo-image img {
    width: 75vw;
  }

  /* river grid section  */
  section.river-grid-section .title-wrap {
    flex: 100%;
  }

  section.river-grid-section .content-wrap {
    flex: 100%;
    text-align: center;
  }

  section.river-grid-section .river-title-row .content-wrap .destination-btn {
    margin-top: 15px;
  }

  section.river-grid-section .title-wrap h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  section.river-grid-section .river-grid-item h4 {
    height: 100%;
    align-items: inherit;
    font-size: 14px;
    padding: 15px;
  }

  section.river-grid-section .river-grid-item h4 svg {
    position: absolute;
    bottom: 14px;
    right: 15px;
    width: 24px;
    height: 15px;
  }

  section.river-grid-section .row.river-grid-row .col-4 {
    max-width: 50%;
    padding: 0 5px;
  }

  section.river-grid-section .river-grid-item {
    height: 150px;
  }

  section.river-grid-section .row.river-grid-row {
    row-gap: 10px;
  }

  .lines-section .title h2 {
    max-width: 100%;
    flex: 0 0 100%;
    font-size: 28px;
  }

  .lines-section .title p {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
    padding-left: 0;
    font-size: 15px;
  }

  .holiday-section .holiday-row .title h2 {
    /* font-size: 36px; */
  }

  section.holiday-section.bg-set {
    text-align: center;
  }

  .holiday-section .holiday-row>[class*=col-]:first-child {
    margin-bottom: 50px;
  }

  .page-id-386 section.specialist-site-section {
    padding: 50px 0 0px;
  }

  section.specialist-site-section {
    /* padding: 10px 0 0; */
  }

  .page-id-9368 section.specialist-site-section {
    padding: 60px 0 0px;
  }

  .parent-pageid-18075 .river-grid-section,
  .parent-pageid-318 .river-grid-section,
  .parent-pageid-1190 .river-grid-section,
  .parent-pageid-12018 .river-grid-section,
  .parent-pageid-1647 .river-grid-section,
  .parent-pageid-2166 .river-grid-section,
  .parent-pageid-1537 .river-grid-section,
  .parent-pageid-428 .river-grid-section,
  .parent-pageid-11219 .river-grid-section,
  .parent-pageid-458 .river-grid-section,
  .parent-pageid-460 .river-grid-section,
  .parent-pageid-417 .river-grid-section,
  .parent-pageid-6782 .river-grid-section,
  .parent-pageid-1811 .river-grid-section {
    padding: 50px 0 0px;
  }

  section.river-grid-section,
  .page-id-36 section.river-grid-section,
  .page-id-386 section.river-grid-section {
    padding: 50px 0;
  }

  section.river-grid-section.ship-grid-section {
    padding: 0;
    margin-bottom: -20px;
  }

  section.inclusions-section-v2 {
    padding: 50px 0;
  }

  .page-id-12018 section.river-grid-section,
  .page-id-2166 section.river-grid-section,
  .page-id-11219 section.river-grid-section {
    padding: 35px 0 50px;
  }

  .team-experience-section .title h2 {
    /* font-size: 36px; */
  }

  section.team-experience-section {
    padding: 50px 0;
  }

  section.port-guides-section.river {
    padding: 0px;
  }

  .page-id-460 section.port-guides-section.river {
    padding: 50px 0 0px;
  }

  .team-experience-section .experience-profile {
    max-width: 100%;
    margin-right: 0;
  }

  .team-experience-section .experience-profile .experience-info {
    padding: 0;
  }

  .team-experience-section .team-experience-list .experience-content {
    text-align: center;
  }

  .reviews-section .reviews-box .title h2 {
    /* font-size: 36px; */
  }

  .reviews-section .reviews-box .reviewsSlider {
    padding: 0 25px 30px;
  }

  .reviews-section .reviews-box .reviewsSlider .swiper-btn {
    width: 40px;
    height: 40px;
  }

  section.reviews-section {
    padding: 50px 0 20px;
  }

  .reviews-section .reviews-box .review-ratings svg {
    width: 20px;
    height: 20px;
  }

  .reviews-section .reviews-box p {
    margin: 30px 0 20px;
  }

  .reviews-section .reviews-box .reviewsSlider .swiper-slide .reviews-content .review-adder-info {
    font-size: 14px;
  }

  .reviews-section .reviews-box .title {
    margin-top: 0;
  }

  .faq-section .faq-accordion .accordion-list .accordion-content {
    margin-left: 0;
  }

  .faq-section .faq-accordion .accordion-list {
    padding: 20px 15px;
  }

  section.faq-section .title h2 {
    /* font-size: 36px; */
  }

  .confidence-section .title h2 {
    /* font-size: 36px; */
  }

  .confidence-section .title p {
    font-size: 14px;
  }

  .confidence-section .confidence-row [class*=col-] {
    max-width: 50%;
  }

  .faq-section .faq-accordion .accordion-list .accordion-content {
    padding-right: 25px;
  }

  .faq-section .faq-accordion .accordion-list .accordion-title h4 {
    line-height: 1.4;
  }

  section.faq-section {
    padding: 50px 0 35px;
  }

  .holiday-section .holiday-row h2 br {
    display: none;
  }

  .holiday-section .holiday-row .holiday-content h2 {
    font-size: 26px;
  }

  .faq-section .faq-accordion .accordion-list .accordion-title::after {
    top: 11px;
    width: 15px;
  }

  .faq-section .faq-accordion .accordion-list .accordion-title {
    padding-right: 21px;
  }

  .confidence-section .confidence-row [class*=col-]:nth-child(6) {
    display: none;
  }

  /* deal card  */
  .deal-image-wrap h4 {
    font-size: 24px;
  }

  .deal-image-wrap span.deal-duration {
    font-size: 14px;
    padding: 8px 14px;
  }

  .deal-promo-texts .deal-promo-text {
    font-size: 12px;
    padding: 8px 12px;
  }

  .deal-card-item .deal-image-wrap {
    min-height: 240px;
    padding: 20px;
  }

  .deal-card-item .deal-content-wrap {
    padding: 25px 15px;
  }

  .deal-card-item .deal-content-wrap .departure {
    margin: 15px 0;
  }

  .deal-card-item .deal-content-btottom {
    margin-top: 30px;
  }

  .deal-card-item .deal-content-btottom .deal-price .price {
    font-size: 34px;
  }

  .deal-card-item .deal-content-btottom .deal-price span.price-subtext {
    font-size: 12px;
  }

  .deal-card-item .deal-content-btottom .deal-price {
    gap: 5px;
  }

  .deal-card-item .deal-content-wrap .cruise-line {
    font-size: 16px;
  }

  .title h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .deal-card-item .deal-content-btottom .deal-action a.btn {
    padding: 11px 40px;
  }

  section.hero-scroll-section h1 {
    font-size: 48px;
  }

  section.hero-scroll-section {
    align-items: center;
    padding: 100px 15px;
  }

  .page-id-30297 .hero-scroll-section {
    padding: 100px 15px 50px;
  }

  section.hero-scroll-section.a-rosa {
    align-items: flex-end;
  }

  section.hero-scroll-section.riviera,
  section.hero-scroll-section.croisi,
  section.hero-scroll-section.logo-up-mob {
    align-items: flex-start;
  }

  section.hero-scroll-section.croisi {
    padding: 70px 15px 100px;
  }

  .riverItemImg {
    padding-right: 0;
    height: 300px;
  }

  section.river-section .title {
    margin-bottom: 40px;
  }

  section.river-section .title h1,
  section.river-section .title h2 {
    max-width: 100%;
    text-align: center;
    flex: 100%;
    margin-bottom: 30px;
    padding: 0;
  }

  section.river-section .title .content-wrap {
    flex: 100%;
    MAX-WIDTH: 100%;
    text-align: center;
  }

  .title h1 {
    font-size: 28px;
  }

  section.river-section .title .content-wrap p {
    margin-bottom: 0;
  }

  .riverItemImg {
    height: 220px;
    margin-bottom: 30px;
  }

  .riverContentItem {
    text-align: center;
    padding: 0 23px;
  }

  .riverContentItem h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .riverSliderContent .swiper-arrow {
    bottom: 50%;
    justify-content: space-between;
    transform: translatey(50%);
  }

  section.river-section .river-content .content-wrap .btns.unlisted {
    margin-top: 25px;
  }

  section.river-section .title .content-wrap {
    padding-left: 0;
  }

  section.river-grid-section .content-wrap p {
    font-size: 15px;
  }

  .title p {
    font-size: 15px;
  }

  section.hero-scroll-section.ama h1,
  section.hero-scroll-section.riviera h1,
  section.hero-scroll-section.emerald h1 {
    font-size: 40px;
  }

  section.hero-scroll-section {
    align-items: center;
    padding: 100px 15px;
  }

  section.hero-scroll-section.content-up-mob {
    padding: 70px 15px;
  }

  section.hero-scroll-section.banner-content-up-desktop {
    padding: 100px 15px;
  }

  section.hero-scroll-section .banner-logo {
    position: static;
    margin-bottom: 100px;
  }

  section.hero-scroll-section.logo-up-mob .banner-logo {
    margin-bottom: 170px;
  }

  section.hero-scroll-section .banner-logo img {
    object-position: center;
    max-height: 70px;
  }

  section.cruise-line-review-section {
    padding: 50px 0 0;
  }

  .port-guides-section.deal-departures {
    padding: 50px 0;
  }

  .our-story-section {
    padding: 50px 0 70px;
    margin-top: 10px;
  }

  .our-story-section .timeline-tab-menu {
    margin-bottom: 0px;
  }

  section.hero-scroll-section.riviera .banner-logo img {
    width: 190px;
    max-height: 60px;
  }

  section.river-section .title h2 {
    max-width: 100%;
  }

  section.inclusions-section {
    padding: 60px 0 0;
  }

  section.cruise-brochure-section {
    padding: 50px 0 0;
  }

  section.cruise-videos-section {
    padding: 50px 0;
  }

  section.cruise-gallery-carousel-section {
    padding: 0px 0 25px;
  }

  section.river-section {
    padding: 40px 0 0;
  }

  .page-id-386 section.port-guides-section.brand-filter {
    padding: 0 0 50px;
  }

  .port-guides-section.brand-filter {
    padding: 50px 0 0;
  }

  .page-id-9368 section.port-guides-section.brand-filter {
    padding: 0;
  }

  section.confidence-section {
    padding: 50px 0 25px;
  }

  section.hero-scroll-section.uniworld .banner-logo img {
    width: 180px;
  }

  section.hero-scroll-section.avalon .banner-logo img,
  section.hero-scroll-section.viking .banner-logo img,
  section.hero-scroll-section.tui .banner-logo img {
    max-height: 50px;
  }

  section.hero-scroll-section.emerald .banner-logo img,
  section.hero-scroll-section.scenic .banner-logo img,
  section.hero-scroll-section.a-rosa .banner-logo img,
  section.hero-scroll-section.saga .banner-logo img {
    max-height: 40px;
  }

  .swiper-slide.gallery-item img {
    /* height: 200px; */
  }

  section.river-grid-section.cruise-line .title-wrap {
    flex: 0 0 100%;
  }

  section.river-grid-section.cruise-line .content-wrap {
    flex: 0 0 100%;
  }

  section.hero-promo-section.promo-sep-24 {
    min-height: 600px;
    justify-content: flex-end;
  }

  section.hero-promo-section.promo-sep-24 .banner-content {
    text-align: left;
  }

  section.hero-promo-section.promo-sep-24 .banner-content h2 {
    font-size: 24px;
  }

  .inclusions-v2-carousel .swiper-navigation-wrap svg {
    width: 40px;
  }

  section.promo-sep-24.with-overlay-css .banner-content {
    margin: 0 0 30px;
    width: 100%;
    border-left: none;
    border-top: 7px solid #4370f5;
    padding-right: 15px;
    padding-left: 25px;
  }

  .inclusions-v2-list {
    height: 350px;
  }

  .row.cruise-details-table-row>.col-3 {
    max-width: 100%;
  }

  section.cruise-details-table {
    margin: 50px 0 0;
    padding: 50px 0;
  }

  section.promo-sep-24.apt .banner-content .banner-logo {
    left: auto;
    right: 40px;
    width: fit-content;
  }

  section.promo-sep-24.apt .banner-content .banner-logo img {
    object-position: top right;
  }

  section.river-grid-section .col-6 .river-grid-item {
    height: 280px;
  }

  .cruise-brochure-carousel .swiper {
    padding-left: 0;
    padding-right: 80px;
  }

  .brochure-modal.modal.pricing-modal .modal-content>.row {
    flex-direction: column-reverse;
  }

  .brochure-modal.modal.pricing-modal .pricing-modal-left .divImg {
    width: 100%;
    display: block;
    position: static;
    height: 300px;
  }

  .brochure-modal .pricing-modal-right {
    padding: 51px 30px;
  }

  .brochure-modal.modal.pricing-modal .pricing-modal-right h5 {
    margin-bottom: 30px;
  }

  #brochure-thank-you.modal.pricing-modal .pricing-modal-right {
    padding: 30px;
  }

  #brochure-thank-you .action-btn-wrap {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  #brochure-thank-you.modal.pricing-modal .pricing-modal-right h5 {
    font-size: 22px;
  }

  .cruise-brochure-carousel .swiper-wrapper.justify-content-center {
    justify-content: unset;
  }

  section.cruise-brochure-section:after {
    top: 44%;
  }

  .cruise-brochure-carousel.slider-disabled .swiper {
    padding-right: 0;
  }

  .header_floating_text .icon_text p {
    font-size: 12px;
  }

  .header_floating_text {
    height: 45px;
  }

  /* deal pricing slide  */
  .deal-pricing-slider {
    display: block;
    padding: 0;
    width: 100%;
  }

  .deal-pricing-slider .swiper-navigation-wrap {
    position: static;
    display: block;
    padding: 0 20px 20px;
  }

  .deal-pricing-slider-prefix {
    width: 100%;
    min-height: unset;
  }

  .deal-pricing-slider-prefix svg {
    display: none;
  }

  .deal-pricing-slider .swiper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 219px;
    padding: 0 20px;
  }

  .deal-pricing-slider .deal-pricing-slide {
    max-height: 100%;
    width: 100%;
    min-height: 73px;
    padding: 16px 0;
    border: none;
    border-bottom: 1px solid #EAEAEA;
    flex-direction: row;
    align-items: flex-end;
  }

  .deal-pricing-slider .swiper-navigation-wrap .swiper-btn.swiper-next {
    width: 100%;
    min-height: 60px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .deal-pricing-slider .deal-pricing-slide .deal-price-info {
    text-align: left;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    gap: 5px;
  }

  .modal.pricing-modal .modal-content .pricing-modal-right {
    padding: 30px 20px;
  }

  .modal.pricing-modal .pricing-modal-left p.price .per-person {
    font-size: 10px;
  }

  .modal.pricing-modal .pricing-modal-left p.price strong {
    font-size: 28px;
  }

  .modal.pricing-modal .pricing-modal-left p.price strong .currency {
    font-size: 14px;
  }

  .modal.pricing-modal .pricing-modal-left p {
    font-size: 14px;
  }

  #demo_video.modal h2 {
    font-size: 20px;
  }

  .row.cta-popup-row {
    gap: 30px;
  }

  .cta-popup-item h4 {
    font-size: 20px;
  }

  .cta-popup-item h4 svg {
    margin-bottom: 5px;
    width: 40px;
  }

  .cta-popup-row .col-6:nth-child(2n) img {
    object-position: 31% 0%;
  }

  #demo_video.modal .modal-body.unlimited-deals-body>.row {
    flex-direction: column;
  }

  section.hero-countdown-section h2.highlight-title {
    font-size: 32px;
    display: inline-block;
    margin-bottom: 25px;
  }

  section.hero-countdown-section h3 {
    font-size: 25px;
    margin-bottom: 25px;
  }

  section.hero-countdown-section .countdown span {
    flex: 0 0 30px;
    min-width: unset;
    padding-right: 8px !important;
  }

  section.hero-countdown-section .countdown strong {
    font-size: 24px;
  }

  section.hero-countdown-section .countdown {
    font-size: 8px;
    max-width: 200px;
    flex-wrap: wrap;
    gap: 8px;
  }

  section.hero-countdown-section a.btn {
    font-size: 10px;
    height: fit-content;
    padding: 8px 20px;
  }

  section.hero-countdown-section .countdown-wrap {
    padding: 0;
    flex-wrap: wrap;
    gap: 0px;
  }

  section.hero-countdown-section {
    height: 560px;
  }

  section.cta-popup-section {
    padding: 50px 0 0;
  }

  .section-padding-bottom {
    padding-bottom: var(--section-padding-sm) !important;
  }

  .section-padding-top {
    padding-top: var(--section-padding-sm) !important;
  }

  .page-template-ship-details .cruise-api-search {
    margin-top: 0px;
  }

  section.hero-section.hero-promo-section.river-promo-2 {
    height: 560px;
    justify-content: flex-end;
    padding-bottom: 100px;
  }

  .hero-promo-section.hero-promo-4.river-promo-2 a.btn {
    font-size: 13px;
    padding: 13px 27px;
  }

  section.hero-promo-section.promo-sep-24.emerald {
    min-height: 500px;
  }

  .recent-post-item {
    margin-bottom: 20px;
    height: unset;
  }

  .review-form-image img {
    height: auto;
    margin-top: 30px;
  }

  section.contact-section.review-form-section {
    padding: 50px 0 0;
  }




  .hero-scroll-section ul.btns a.btn {
    font-size: 15px;
    padding: 11px 40px;
  }

  .hero-scroll-section ul.btns a.btn.white {
    padding: 10px 25px;
  }

  .hero-promo-section.black-friday-24 .banner-content {
    max-width: 290px !important;
  }

  section.hero-section.hero-promo-section.black-friday-24 {
    height: 500px;
    margin-top: 0;
  }

  .hero-promo-section.black-friday-24 a.btn {
    padding: 12px 31px;
    font-size: 14px;
  }

  .overlay-none .inclusions-v2-list {
    height: 350px;
  }

  .promo-top-bar .mobile {
    display: block;
  }

  .promo-top-bar .desktop {
    display: none;
  }

  .promo-top-bar .logo {
    display: none;
  }

  /* luggage tag section  */
  .luggage-tag-section .row>.col-7 {
    max-width: 100%;
    padding-right: 15px;
  }

  .luggage-tag-section .row>.col-4 {
    max-width: 100%;
  }

  .luggage-tag-section .mobile-title {
    display: block;
  }

  .luggage-tag-form-wrap .title {
    display: none;
  }

  .luggage-tag-carousel-wrap .luggage-tag-image {
    height: 317px;
  }

  .luggage-tag-carousel-wrap .swiper-navigation-wrap {
    padding: revert-layer;
  }

  .luggage-tag-carousel-wrap .swiper-btn {
    width: 30px;
    height: 30px;
  }

  .luggage-tag-form-wrap {
    margin-top: 30px;
  }


  .luggage-tag-section .title h1 {
    font-size: 32px;
    text-align: center;
  }

  .luggage-tag-section p.asterisk {
    font-size: 13px;
  }



  div#luggage-order-received .modal-img img {
    object-position: bottom center;
  }



  .luggage-color-tab-list .luggage-tab-item img {
    width: 55px;
    height: 55px;
  }


  .deal-card-item .share-container {
    top: 25px;
    right: 15px;
  }

  .review-v3-list .review-v3-item {
    max-width: 100%;
  }

  .reviews-section-v3 .title .review-images-list .review-image-item {
    max-width: calc(50% - 5px);
    flex: 0 0 calc(50% - 7px);
    height: 150px;
  }



  .review-v3-list.review-v3-carousel .review-v3-item .review-left-image {
    max-width: 100%;
    width: 100%;
    margin-bottom: 49px;
    height: 250px;
  }

  .review-v3-list.review-v3-carousel .review-v3-item .review-right-content {
    max-width: 100%;
  }

  .review-v3-carousel-wrap {
    padding: 30px 25px;
  }

  .review-v3-carousel-wrap .swiper-navigation-wrap {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 0 6px;
    top: 194px;
  }

  .mobile-hidden {
    display: none;
  }




  .reviews-section-v3 .title h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .reviews-section-v3 .title .rating-text {
    font-size: 48px;
  }

  .review-v3-list .review-v3-item .review-bottom-info {
    font-size: 14px;
  }

  .review-v3-list .review-v3-item p {
    font-size: 14px;
  }


  .review-v3-list .review-top-info .date {
    font-size: 14px;
  }

  .review-v3-list .review-top-info .date img {
    width: 18px;
  }

  section.hero-promo-section.oceania .banner-content h2 {
    font-size: 20px;
  }

  section.hero-promo-section.oceania .banner-content h3 {
    font-size: 18px;
  }

  section.hero-promo-section.promo-sep-24.oceania .banner-content p {
    font-size: 14px;
  }


  footer .menu-col>.row>.col-3 {
    max-width: 50%;
  }

  footer .menu-col .navAdd h3 {
    font-size: 18px;
  }

  footer .menu-col>.row>.col-3.company-col {
    max-width: 50%;
    flex-direction: column;
  }

  footer .menu-col .company-col .alzheimers-logo {
    max-width: 100%;
    padding: 0;
    /* margin-bottom: 50px; */
  }

  footer .menu-col>.row {
    row-gap: 20px;
  }

  /*   footer .footer-accreditation .accreditation-logo {
    display: none;
  } */

  .review-v3-carousel-wrap .swiper-navigation-wrap .swiper-btn {
    width: 30px;
    height: 30px;
  }

  /* Cruise .promo-mod-nov-29 (Mobile) */

  section.hero-promo-section.promo-mod-nov-29 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  section.hero-promo-section.promo-mod-nov-29--center-text {
    padding-top: 165px;
    padding-bottom: 50px;
  }

  .promo-mod-nov-29--center-text .banner-content .banner-promo-image img {
    max-width: 220px;
  }

  .promo-mod-nov-29 .banner-content .banner-promo-image img {
    max-width: 250px;
  }

  .promo-mod-nov-29 .hero-mobile-bg {
    background-position: center;
  }


  body.page-id-20 section.specialist-site-section {
    padding-bottom: var(--section-padding-sm)
  }

  .deals-section-new .title h2 .select2-selection__rendered {
    padding: 9px 0;
    padding-right: 47px;
  }

  .deals-section-new .title h2 .select2-container {
    margin-bottom: 6px;
    width: 100% !important;
  }

  .deals-section-new .title .deals-subtext p {
    font-size: 16px;
  }

  footer .footer-accreditation .accreditation-logo a img {
    max-height: 35px;
  }

  .swiper-wrapper.justify-content-center {
    justify-content: unset;
  }

  .specialist-site-section .specialist-wrap .specialist-row .no-image {
    margin-top: -30px;
  }
}

@media only screen and (max-width: 480px) {
  section.hero-promo-section.promo-mod-nov-29--center-text {
    padding-top: 100px;
  }

  .promo-mod-nov-29--center-text .banner-content .banner-promo-image img {
    max-width: 160px;
  }

  .content-img-section.about-captain .banner-side-image {
    margin-bottom: -45px;
  }

  .lines-section .lines-row .logo-box:first-child {
    display: none;
  }

}



/* cruise destination section  */
.destinations-section .title h1 {
  font-family: "PT Serif";
  font-size: 32px;
  color: #4370f5;
  margin-bottom: 20px;
}

.destinations-section .title h1 strong {
  font-family: "Poppins", sans-serif;
  color: #151e28;
  font-weight: 600;
}

.ships-destinations-carousel.swiper #swiper-wrapper {
  transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
}

.header-main .container {
  max-width: 1300px;
}

@-webkit-keyframes stretch {
  0% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}

@keyframes stretch {
  0% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}

@media (max-width: 1024px) {
  .br-lg {
    display: none;
  }
}


/*# sourceMappingURL=style.css.map */