/* PHONES */
@media (max-width: 599px) {
  body,
  html {
    overflow-x: inherit;
  }
  html {
    font-size: 14px;
  }
  body {
    font-size: 14px;
  }
  .section {
    overflow-x: hidden;
  }
  .container {
    max-width: 100%;
    padding: 0 30px;
  }

  .mb-pb-10 {
    padding-bottom: 10rem !important;
  }
  

  .port-information-mobile {
    display: block;
  }

  #technical-information {
    padding-top: 60px !important;
  }

  #port-locations {
    padding-top: 60px !important;
  }

  .section-marina-amenities-items .item {
    align-items: start;
  }

  .section-marina-amenities-items span.icon-image {
    width: 9%;
    height: 28px;
  }
  .section-marina-amenities-items p {
    width: 91%;
  }

  .active-lang img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(0%) saturate(0%)
      hue-rotate(150deg) brightness(98%) contrast(89%);
    max-width: 100%;
  }

  #menu-destination li {
    padding-bottom: 6px;
  }

  #menu-destination-french li {
    padding-bottom: 6px;
  }

  #menu-destination-spanish li {
    padding-bottom: 6px;
  }

  .menu-destination-es li {
    padding-bottom: 6px;
  }

  #menu-destination-it li {
    padding-bottom: 6px;
  }

  .section-page-top-menu-wrapper li.current-menu-item a {
    font-weight: 500;
  }

  .awards-images-slider .cl-6 img {
    max-height: 275px;
  }

  .section-social-responsibilities .page-header-bg {
    height: 38rem;
  }

  #menu-destination li + li {
    margin-left: 30px !important;
  }

  #menu-destination-french li + li {
    margin-left: 30px !important;
  }

  #menu-destination-spanish li + li {
    margin-left: 30px !important;
  }

  #menu-destination-it li + li {
    margin-left: 30px !important;
  }

  #menu-destination-es li + li {
    margin-left: 30px !important;
  }

  #menu-transportation-parking {
    justify-content: center;
    padding: 0;
  }

  #menu-transportation-parking-italian {
    justify-content: center;
    padding: 0;
  }

  .hero-tab-2.active p {
    color: #333;
  }

  .hero-tab-3.active div {
    color: #333;
  }

  /*.section-social-responsibilities-header{
    display: none;
  }*/

  .listing-instagram .content {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    height: 12.875rem !important;
    content: "" !important;
    z-index: 1 !important;
    background: rgb(255, 255, 255) !important;
    background: -webkit-linear-gradient(
      1deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    ) !important;
    background: -o-linear-gradient(
      1deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    ) !important;
    background: linear-gradient(
      1deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    ) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    color: #fff !important;
    padding: 1.875rem !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    transition: all 0.2s !important;
  }

  .listing-instagram .content .like span {
    display: flex;
  }

  .section-transportation-parking {
    padding: 60px 0;
  }

  .awards-years-slider .item {
    padding: 0;
    text-align: center;
  }
  .awards-images-slider .row.flex {
    display: flex;
    flex-direction: column-reverse;
  }

  .accordion-content.primary-color-links a:after {
    display: none;
  }

  .hero-cruises-tabs {
    height: auto;
  }

  .hero-cruises-tabs .form-group {
    display: flex;
    flex-direction: column;
  }

  .hero-cruises-tabs .form-group input {
    width: 100% !important;
  }

  .hero-cruises {
    padding-bottom: 60px;
  }

  .section-marina-team-items .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .section-marina-contact {
    padding-bottom: 0;
  }
  .section-marina-contact-content {
    margin: 40px 0;
  }

  .marina-news h2 {
    margin-bottom: 20px !important;
  }

  .marina-news .slider-listing .image img {
    width: 247px;
    min-height: 247px;
  }

  .marina-contact-form-wrapper {
    padding: 40px;
  }

  .section-marina-team {
    padding-bottom: 0;
  }

  .section-marina-content-items-sub-row .item {
    margin-bottom: 20px;
  }

  .section-marina-content-items-right-row {
    padding-left: 0;
  }

  .section-marina-content-with-text {
    margin-top: 20px;
  }

  .technical-point-list .tech-point {
    width: 1.2vw;
  }

  .awards-images-slider .slick-slide img {
    margin-bottom: 20px;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cl-1,
  .cl-2,
  .cl-3,
  .cl-4,
  .cl-5,
  .cl-6,
  .cl-7,
  .cl-8,
  .cl-9,
  .cl-10,
  .cl-11,
  .cl-12 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .offset-1 {
    margin-left: auto;
  }
  .flex {
    display: block;
  }
  .hide-mobile {
    display: block;
  }
  .hide-desktop {
    display: none;
  }
  h2 {
    margin: 0 0 20px 0;
    font-size: 28px;
  }
  h4 {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.3;
  }

  .m-block {
    display: block;
  }

  .m-none {
    display: none;
  }

  .section-home-hero {
    overflow: auto !important;
    border-bottom: 1px solid #dcdddc;
    height: 465px;
  }
  .dest-post-slider-wrapper + .dest-post-slider-wrapper {
    margin-top: 0;
  }

  .section-destinations-tabs-wrapper .tab-pane {
    padding-bottom: 2rem;
  }

  .post-filter-wrapper {
    margin-top: 40px;
  }

  .list-posts .item {
    margin-bottom: 40px;
  }

  #calendar-container {
    margin-bottom: 40px;
  }

  .page-sustainability .page-sub-menu ul {
    justify-content: center;
    padding: 0;
  }

  .awards-images-slider .slick-dots {
    display: none !important;
  }

  .schedule-container .page-sub-menu {
    margin-right: 0;
  }

  .section-transportation-parking .tab-headers {
    justify-content: center;
  }

  .post-listing-lines .image img {
    width: 100%;
    min-height: 247px;
    max-height: 247px;
  }

  .calendar-nav {
    margin-top: 20px;
  }
  .signup-newsletter {
    padding-top: 60px;
  }

  #section-business-services .tab-headers {
    justify-content: space-between;
  }

  .fixed-social {
    display: none;
  }
  body.page,
  body.single,
  body.error404 {
    padding-top: 160px;
  }

  .destination-posts-wrapper ul {
    display: flex !important;
    margin-top: 20px;
  }

  .destination-posts-wrapper .list-posts .cl-4:last-child .item {
    margin-bottom: 0;
  }

  #header .cl-2 {
    max-width: 120px;
  }

  .public-holidays-filter-row .nice-select {
    float: right;
  }

  #header {
    padding: 20px 0;
  }
  #header .flex {
    display: flex;
  }
  #header .logo img {
    width: 83px;
    height: auto;
  }

  .section-public-holidays-items.accordion {
    margin-top: 40px;
  }

  #header .menu-toggle.menu-onepage {
    display: flex;
  }
  #header.sticky {
    height: auto;
    background-color: #fff;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
  }
  #header.sticky .logo {
    height: auto;
  }
  #header.sticky .logo img {
    height: 55px;
    width: auto;
  }
  body.header-with-background #header {
    background-color: transparent;
    box-shadow: none;
  }
  .main-menu-wrapper.menu-onepage.active {
    position: fixed;
    z-index: 999;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    padding: 40px 30px;
  }
  .main-menu-wrapper li a {
    color: #2d2d2d;
  }
  .main-menu-wrapper li + li {
    margin-left: 0;
    margin-top: 10px;
  }
  #header .menu-toggle {
    height: 22px;
  }
  #header .menu-toggle span {
    width: 30px;
    height: 2px;
  }
  #header .menu-onepage.menu-close {
    display: block;
    position: absolute;
    right: 30px;
    top: 40px;
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
  }
  #header.sticky .menu-toggle span {
    background-color: #2d2d2d;
  }
  #header.sticky .main-menu-wrapper {
    top: 0;
  }
  #header {
    border-bottom: 0;
  }
  #header .header-cta {
    display: none;
  }
  #header .container .row .cl-10 {
    display: none;
  }
  .hero-slider .flex {
    display: flex;
    justify-content: flex-start;
    padding-top: 90px;
  }
  .hero-slider .slick-arrow {
    height: 27px;
    width: 14px;
  }
  .hero-slider .slick-arrow.slick-prev {
    left: 15px;
  }
  .hero-slider .slick-arrow.slick-next {
    right: 15px;
  }
  .hero-slider .item-content {
    padding: 0 30px;
  }
  .hero-slider .item-content h2 {
    margin: 0 0 10px 0;
    font-size: 36px;
  }
  .hero-cruises-tab-menu ul li + li {
    margin-left: 30px;
  }

  .posts-map-wrapper #map {
    height: 28rem;
  }

  .hero-slider .item-content .container {
    padding: 0;
  }
  .hero-slider .slick-dots {
    position: absolute;
    bottom: 0;
    rotate: 270deg;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    left: 50%;
  }
  .hero-slider .item-bg img {
    object-fit: cover;
  }

  .hero-slider .slick-dots li {
    padding: 0 2.5px;
  }
  .hero-slider .slick-dots li button {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    margin: 0;
    padding: 0;
    text-indent: 500px;
    overflow: hidden;
    border: 1px solid #fff;
    background-color: transparent;
  }
  .hero-slider .slick-dots li.slick-active button {
    background-color: #fff;
  }
  .hero-weather {
    margin-bottom: 10px;
  }
  .hero-weather .time {
    padding-right: 30px;
    margin-left: 10px;
  }
  .hero-weather img {
    margin-left: 10px;
    width: 30px;
    height: 30px;
  }
  #hero-gph {
    display: none;
  }
  #scroll {
    bottom: 32px;
  }
  #scroll span {
    margin-top: 5px;
    width: 30px;
    height: 65px;
    background-size: 14px;
    border-radius: 20px;
  }
  .section-discover {
    padding: 80px 0;
  }
  .main-menu-wrapper {
    display: none;
  }
  .section-parallax {
    height: 542px;
    overflow: hidden;
  }
  .section-parallax .parallax-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-parallax .parallax-image .h542 {
    height: 542px;
    width: auto;
    min-width: auto;
  }
  .home-hero-cruises-table {
    position: relative;
    bottom: 0;
    top: 60px;
  }

  .hero-cruises-tab-menu ul li {
    font-weight: inherit;
    display: block;
    padding: 0 0 8px 0;
    font-size: 14px;
    color: #707070;
    transition: all 0.3s;
  }

  .hero-cruises-tab-menu ul li.active {
    position: relative;
    font-weight: 600;
    color: #000000;
  }

  .hero-cruises-tab-menu ul li.active::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 4px;
    background-color: #fdc609;
    content: "";
  }

  .marina-hero {
    height: 100%;
  }

  .marina-hero .hero-slider .item-bg img {
    object-fit: cover;
  }

  .page-id-2 #hero-cta {
    position: absolute;
    bottom: 4rem;
    right: auto;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
  }

  .home-hero-cruises-wrapper #cruiseSearchForm .form-group .nice-select {
    color: #707070;
    background-color: #fff;
    border: 1px solid #e3e4e3;
    padding: 0 15px;
    height: 60px;
    min-width: 95%;
    line-height: 60px;
  }

  .hero-todays-slider .item,
  .hero-next-cruises .item,
  .hero-todays-list .item {
    color: #707070;
    background-color: rgb(255 255 255);
    backdrop-filter: blur(10px);
  }

  .home-hero-cruises-wrapper #cruiseSearchForm .form-group input,
  .home-hero-cruises-wrapper #cruiseSearchForm .form-group select {
    border: 1px solid #e3e4e3;
    color: #707070;
    background-color: #fff;
    width: 100%;
  }
  .hero-todays-slider .item .name,
  .hero-next-cruises .item .name,
  .hero-todays-list .item .name {
    color: #707070;
    background-image: url(../img/icon-metro-ship_black.svg);
  }

  .hero-todays-slider .item .date,
  .hero-next-cruises .item .date,
  .hero-todays-list .item .date {
    color: #707070;
    background-image: url(../img/icon-todays-date_black.svg);
  }

  .home-hero-cruises-wrapper #cruiseSearchForm .form-group label {
    color: #2d2d2d;
  }

  .hero-todays-list {
    position: relative;
    z-index: 2;
    padding: 0 60px 0 10px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .home-hero-weather-wrapper {
    bottom: calc(100% - 20vh);
  }

  .hero-todays-slider .item,
  .hero-next-cruises .item,
  .hero-todays-list .item {
    min-width: 100%;
  }

  .hero-cruises-tab-menu ul {
    position: relative;
    z-index: 2;
    padding: 0 10px 0 10px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    border-bottom: 1px solid #dcdddc;
  }

  .section-tabs {
    padding: 80px 0;
  }
  .events-tabs-container {
    overflow: hidden;
  }
  .events-tabs-container .tab-headers .tab-header {
    padding-bottom: 8px;
    font-size: 16px;
  }
  .events-tabs-container .tab-headers {
    margin-top: 40px;
    padding: 0;
  }
  .events-tabs-container .tab-header {
    position: relative;
    padding-left: 20px;
  }
  .events-tabs-container .tab-header:before {
    margin-top: -10px;
    width: 12px;
    height: 12px;
  }
  .tab-headers .tab-header.active:after {
    height: 4px;
  }
  .events-tabs-container .tab-headers .tab-header.active:after {
    bottom: 3px;
    left: 0;
    right: 0;
  }
  .events-tabs-container .tab-headers .tab-header + .tab-header {
    margin-left: 20px;
  }
  .events-tabs-container .tab-content {
    margin-top: 20px;
  }
  .slider-listing {
    margin-right: -30px;
  }
  .slider-listing .slick-list {
    padding-left: 110px;
  }
  .slider-listing .slick-track {
    margin-left: -115px;
  }
  .slider-listing .slick-slide {
    margin: 0 10px;
  }
  .slider-listing .slider-item {
    padding: 0 15px;
  }
  .slider-listing .content .date {
    font-size: 12px;
  }
  .slider-listing .content .title {
    margin: 0 0 10px 0;
    font-size: 18px;
  }
  .slider-listing .content .summary {
    font-size: 14px;
    line-height: 1.48;
  }
  .accordion-content .flex {
    display: flex;
  }
  .accordion-content .cl-4 {
    width: 50%;
  }
  .experience-lists .accordion-content .list-item {
    font-size: 14px;
  }
  .experience-lists .section-accoridon-content {
    margin-top: 60px;
  }
  .experience-lists .accordion-content.active {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(112, 112, 112, 0.3);
  }
  .accordion-content .list-item:before {
    margin-top: -1px;
    width: 21px;
    height: 21px;
    background-size: 6px;
    background-position: 8px center;
  }
  .accordion-content .list-item {
    margin-bottom: 22px;
    padding-left: 30px;
    font-weight: 400;
    font-size: 14px;
  }
  .destination-other-posts-wrapper .item {
    margin-bottom: 20px;
  }

  .calendar-inner .current-month .event-inner {
    left: 50%;
    transform: translateX(-50%);
  }

  .section-fullwidth-banner h4 {
    margin: 0 0 10px 0;
  }
  .section-marina-contact-content .flex {
    display: flex !important;
  }
  .section-fullwidth-banner .item {
    height: 500px;
    padding-top: 80px;
    width: 100%;
  }
  .section-accordion {
    padding: 80px 0;
  }
  .section-accordion h2 {
    white-space: inherit;
  }
  .section-accoridon-content {
    margin-top: 40px;
  }
  .slider-listing .image img {
    height: 247px;
    object-fit: cover;
    width: 247px;
  }
  .tab-pane-more-row a {
    display: block;
    text-align: center;
    margin-top: 3rem;
  }
  .accordion-header {
    position: relative;
    display: block;
    font-size: 16px;
    padding-bottom: 20px;
    padding-right: 24px;
  }
  .experience-lists .accordion-header {
    font-size: 20px;
  }
  .accordion-header + .accordion-header {
    margin-top: 20px;
  }

  .accordion-header.active {
    display: block;
  }
  .accordion-header:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
    width: 10px;
    height: 10px;
    content: "";
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    border-right: 2px solid rgba(0, 0, 0, 0.5);
    transform: rotate(145deg) skew(20deg);
  }
  .accordion-header.active:after {
    top: 20px;
    margin-top: -16px;
    width: 10px;
    height: 10px;
    transform: rotate(320deg) skew(5deg);
  }

  .section-social-responsibilities .page-content-wrapper {
    margin-top: -20px;
  }

  .accordion-content {
    margin-top: 0 !important;
    min-height: auto !important;
  }
  .accordion-content h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 20px 0;
  }
  .accordion-content p {
    font-size: 14px;
    margin: 0 0 14px 0;
    font-weight: 400;
    line-height: 1.68;
  }
  .section-highlights {
    padding-bottom: 80px;
  }

  .section-highlights span.primary-color {
    padding-right: 60px;
    display: block;
  }
  .section-highlights > .container {
    padding-right: 0;
  }
  .box-item img {
    margin-right: 0;
  }

  .tab-headers {
    margin-top: 20px;
    padding: 0 30px;
    justify-content: center;
  }
  .tab-content {
    margin-top: 40px;
  }
  .post-listing .image {
    margin-bottom: 10px;
  }
  .post-listing .content {
    position: relative;
    right: inherit;
    top: inherit;
    left: inherit;
    bottom: inherit;
    height: auto;
    padding: 0;
    display: block;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: none;
    color: #8b8888;
  }
  .post-listing .content .date {
    font-size: 12px;
    margin: 0 0 5px 0;
  }
  .post-listing .content .title {
    margin: 0 0 10px 0;
    font-size: 18px;
    letter-spacing: -0.5px;
    color: #2d2d2d;
  }
  .post-listing .content .summary {
    display: block;
    max-width: 95%;
    overflow: inherit;
    font-size: 14px;
    line-height: 1.6;
  }
  .post-listing .slick-list {
    padding-left: 55px;
  }
  .post-listing .slick-track {
    margin-left: -60px;
  }
  .post-listing .slick-slide {
    margin: 0 7px;
  }
  #footer {
    padding: 60px 0;
  }
  .footer-main .cl-5 {
    display: none;
  }
  .footer-boxes {
    margin-top: 80px;
  }
  .footer-boxes .footer-box + .footer-box {
    margin-top: 32px;
  }
  .footer-box h3 {
    margin: 0 0 14px 0;
    font-size: 16px;
  }
  .footer-content-row {
    margin-top: 0;
  }
  .footer-box-content {
    font-size: 18px;
    opacity: 1;
  }
  .footer-social {
    margin-top: 80px;
  }

  .footer-social ul {
    justify-content: center;
  }

  .signup-newsletter .wpcf7-acceptance > .wpcf7-list-item {
    margin: 0;
  }

  .wpcf7-acceptance > .wpcf7-list-item > label .wpcf7-list-item-label {
    margin-left: 0.5rem;
    margin-top: 5px;
  }
  .footer-newsletter-form .form-group.form-acceptance input[type="checkbox"] {
    margin-right: 0.5rem;
  }

  .footer-newsletter-form .form-group.form-acceptance {
    margin-top: 20px;
  }

  .signup-newsletter {
    margin-bottom: 40px;
  }

  .footer-social ul li + li {
    margin-left: 5px;
  }
  .footer-social ul li a {
    width: 62px;
    height: 62px;
    border: 1px solid #fff;
  }
  .footer-social ul li img {
    height: 18px;
    margin-top: 20px;
  }
  .copyright {
    margin-top: 60px;
  }
  .footer-content-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer-links-col-m {
    width: 50%;
    margin-left: 0;
    margin: 60px 0;
  }
  .other-ports-wrapper {
    margin-bottom: 60px;
  }
  .footer-menu-wrapper li a {
    font-size: 14px;
  }
  .footer-newsletter-form .form-group .wpcf7-submit {
    margin-top: 0 !important;
  }

  .section-page-top-menu-wrapper {
    position: relative;
    z-index: 2;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .section-page-top-menu-wrapper nav {
    position: relative;
    z-index: 2;
    padding: 0 10px 0 10px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    border-bottom: 1px solid #dcdddc;
  }
  #menu-destination li.current-menu-item:after {
    height: 4px;
  }

  #menu-destination-french li.current-menu-item:after {
    height: 4px;
  }

  #menu-destination-spanish li.current-menu-item:after {
    height: 4px;
  }

  #menu-destination-es li.current-menu-item:after {
    height: 4px;
  }

  .section-page-top-menu-wrapper li + li {
    margin-left: 4.68rem;
  }
  #menu-destination {
    display: flex;
    border-bottom: none;
  }
  #menu-destination-french {
    display: flex;
    border-bottom: none;
  }
  #menu-destination-spanish {
    display: flex;
    border-bottom: none;
  }
  #menu-destination-es {
    display: flex;
    border-bottom: none;
  }
  #menu-destination-it {
    display: flex;
    border-bottom: none;
  }

  #menu-destination-it li.current-menu-item:after {
    height: 4px;
  }
  .footer-menu-wrapper li + li {
    margin-top: 10px;
  }
  .footer-bottom-row {
    display: none;
  }
  .footer-space-mr {
    margin-bottom: 40px;
  }
  .destination-posts-wrapper {
    padding-top: 40px;
  }
  #posts-map-view {
    margin-bottom: 0;
  }
  .posts-map-view-wrapper .scrollbar-inner {
    height: auto !important;
  }

  .section-destinations-others-slider-row {
    margin-bottom: 40px;
  }

  .page-404-header {
    text-align: center;
  }
  .page-404-header h1 {
    margin: 0;
    font-size: 80px;
    line-height: 1;
  }
  .page-404-header h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.4;
  }
  .page-404-header p {
    margin: 20px 0 0 0;
    max-width: 100%;
    font-size: 14px;
  }
  .page-404-links {
    margin: 60px 0 0 0;
    width: 100%;
    text-align: center;
  }
  .page-404-links li + li {
    margin-left: 0;
    margin-top: 40px;
  }
  .page-404-links li a {
    font-size: 14px;
  }

  .page-header h5 {
    font-size: 14px;
    margin: 0 0 12px 0;
  }
  .page-header h1 {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
  .page-description {
    margin: 0;
    font-size: 14px;
  }
  .page-sub-menu {
    position: relative;
    margin: 0 20px 60px 0;
  }
  .page-policy .page-sub-menu,
  .page-faq .page-sub-menu {
    margin-top: 70px;
  }

  .section-destinations-tabs-wrapper .tab-headers {
    position: relative;
    z-index: 2;
    padding: 0 10px 0 10px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  #our-services {
    padding-bottom: 0;
  }

  .destinations-tab-slider {
    padding-top: 4rem !important;
  }

  .destinations-tab-slider .slick-dots {
    display: none !important;
  }

  .post-filter-wrapper label + label {
    margin-left: 0 !important;
  }

  .post-filter-wrapper label {
    margin-bottom: 12px !important;
  }

  .page-sub-menu ul {
    position: relative;
    z-index: 2;
    padding: 0;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    justify-content: space-between;
    width: 100%;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    border-bottom: 0;
  }
  .page-sub-menu:after {
    content: "";
    position: absolute;
    bottom: 2px;
    height: 1px;
    background-color: #8b8888;
    left: 0;
    right: -20px;
    z-index: 1;
  }
  .page-sub-menu ul::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
  .page-sub-menu ul li {
    order: 2;
    margin-left: 0;
    margin-right: 30px;
  }
  .page-sub-menu ul li + li {
    margin-left: 0;
  }

  .page-sub-menu ul li:last-child {
    margin-right: 0 !important;
  }

  .page-sub-menu ul li.current-menu-item a:after,
  .page-sub-menu ul li.current-menu-item span:after {
    bottom: 1px;
    height: 4px;
  }
  .page-sub-menu ul li a {
    font-size: 14px;
  }
  .page-content h3 {
    font-size: 14px;
  }
  .page-content p + p {
    margin-top: 20px;
  }
  body.search-results .page-header-bg {
    height: 500px;
  }
  .page-bg-white {
    padding: 40px 20px;
  }
  .page-search-results-container h1 {
    margin: 0 0 20px 0;
    font-size: 18px;
    letter-spacing: -0.5px;
  }

  .destinations-tab-slider-wrapper {
    margin-top: 0;
  }
  .search-form-wrapper {
    margin: 0 0 50px 0;
  }
  .search-form-wrapper input {
    height: 40px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 14px;
    letter-spacing: -0.4px;
  }
  .search-form-wrapper button {
    position: absolute;
    right: 12px;
    top: 7px;
    width: 26px;
    height: 26px;
  }
  .search-form-wrapper button svg {
    width: 12px;
  }
  .search-query {
    margin-top: 15px;
    letter-spacing: -0.04px;
  }
  .search-result-icon {
    width: 40px;
  }
  .search-result-icon svg {
    top: 0;
    width: 20px;
    height: 20px;
  }
  .search-result-content .title {
    font-size: 14px;
    letter-spacing: -0.5px;
  }
  .search-result-content .url {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
  }
  .search-result-content p {
    margin: 10px 0 0 0;
  }
  .search-result-item + .search-result-item {
    margin-top: 40px;
  }
  .footer-space-pd {
    padding-bottom: 120px;
  }
  .accordion-ii .accordion-header {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
  }
  .page-faq .accordion-header,
  .page-faq .accordion-ii .accordion-header-md {
    font-size: 14px;
    padding-right: 40px;
  }
  .accordion-ii .accordion-content {
    margin-top: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
    margin-bottom: 0;
  }
  .accordion-header.black-arrow:after {
    margin-top: -18px;
    width: 14px;
    height: 14px;
  }
  .page-header-bg {
    display: flex;
    height: 500px;
  }
  .accordion-ii .accordion-content > .row {
    flex-direction: column-reverse;
  }
  .accordion-content-light {
    margin-top: 15px;
  }
  .services-information .services-information-title {
    font-size: 14px;
  }
  .services-information .services-information-title svg {
    width: 25px;
    height: 25px;
    margin-right: 6px;
  }
  .services-information .services-information-content {
    margin-top: 15px;
  }
  .section-accoridon-content.accordion-mobile-vertical {
    margin-top: 40px;
  }
  .accordion-mobile-vertical .accordion-header:after {
    transform: rotate(135deg);
  }
  .accordion-mobile-vertical .accordion-header.active:after {
    transform: rotate(315deg);
    top: 25px;
  }
  .ferry-services-content {
    margin: 0 0 40px 0;
  }
  .ferry-services-items .cl-6 {
    margin-top: 15px;
  }
  .ferry-services-items .item h4 {
    margin: 0 0 15px 0;
    font-size: 14px;
  }
  .ferry-services-items .item p.description {
    margin: 0 0 20px 0;
  }
  .ferry-services-items .item .editor strong {
    font-size: 14px;
  }
  .ferry-services-items .item + .item {
    margin-top: 40px;
  }

  .section-content-title {
    margin-bottom: 0;
  }

  .section-content-title,
  .section-content-image {
    padding-top: 60px;
  }
  .section-career {
    padding-top: 60px;
  }
  .section-content-title .row .cl-7 {
    margin-top: 20px;
  }
  #posts-map-view .flex:first-child {
    /*flex-direction: column-reverse;*/
  }
  #posts-map-view .flex {
    flex-direction: column-reverse;
  }

  .posts-map-view-wrapper .scrollbar-inner .list-posts {
    flex-direction: column !important;
  }
  #posts-map-view .posts-map-wrapper {
    margin-bottom: 40px;
  }
  .marina-fullwidth .reserve-now #hero-cta {
    right: 50%;
    transform: translateX(50%);
  }
  .section-content-image .row .cl-5 {
    margin-top: 20px;
  }
  .section-content-image h3 {
    margin: 0 0 20px 0;
    font-size: 18px;
    letter-spacing: -0.5px;
  }
  .section-content-image .content-cta-row {
    margin: 20px 0 0 0;
  }
  .section-content-image .content-cta-row .cta svg {
    margin-left: 10px;
    top: -2px;
  }
  .section-tabs-single.section-tabs {
    padding: 0 0 120px 0;
  }
  .post-listing-lines {
    margin-right: -40px;
  }
  .post-listing-lines .slick-list {
    padding-right: 140px;
    margin-left: -15px;
  }
  .tab-pane-more-row {
    margin-top: 20px;
  }
  .tab-headers {
    top: 0;
  }
  .tab-headers .tab-header {
    padding-bottom: 6px;
    font-size: 14px;
  }
  .tab-headers .tab-header + .tab-header {
    margin-left: 30px !important;
  }
  .post-listing-lines .title {
    margin-bottom: 6px;
  }
  .post-listing-lines .title a {
    font-size: 18px;
  }
  .post-listing-lines .date {
    margin-bottom: 6px;
  }
  .page-single .table-of-contents {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  div#ez-toc-container {
    padding: 40px 20px !important;
  }
  #ez-toc-container ul {
    margin: 20px 0 0 20px !important;
  }
  div#ez-toc-container p.ez-toc-title {
    font-size: 18px !important;
  }
  .page-single .title h1 {
    font-size: 28px;
    letter-spacing: -0.5px;
  }
  .page-single .date {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  .page-single .breadcrumbs {
    margin: 0 0 12px 0;
  }
  .page-single .highlight-i {
    margin: 0 0 40px 0;
  }
  .page-single .featured-image {
    margin: 0 0 20px 0;
  }
  .page-single .content p,
  .page-single .content ul,
  .page-single .content ol {
    margin: 0 0 20px 0;
  }
  .page-single .content h2 {
    font-size: 24px;
  }
  .page-single .content h2,
  .page-single .content h3,
  .page-single .content h4,
  .page-single .content h5,
  .page-single .content h6 {
    margin: 0 0 20px 0;
  }
  .page-single .share {
    margin-top: 40px;
  }
  .page-listing-wrapper {
    padding: 40px 0;
  }
  .slider-content .slick-dots li button {
    display: none;
  }
  .blog-listing {
    padding-bottom: 80px;
  }
  .listing-search-row .title {
    margin: 0 0 20px 0;
    font-size: 28px;
    letter-spacing: -0.5px;
  }
  .listing-search-row .form-elements {
    width: 100%;
    height: 40px;
  }
  .listing-search-row .form-elements input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding: 0 10px 0 10px;
    font-size: 14px;
    letter-spacing: -0.4px;
  }
  .listing-search-row .form-elements input::placeholder {
    font-size: 14px;
    letter-spacing: -0.4px;
  }
  .listing-search-row .form-elements button {
    right: 10px;
    top: 7px;
    width: 26px;
    height: 26px;
  }
  .listing-search-row .form-elements button svg {
    width: 12px;
    height: 12px;
    position: relative;
    top: -1px;
  }
  .page-listing-wrapper .listing-item {
    margin-bottom: 40px;
  }
  .page-listing-wrapper .listing-item .title {
    margin-top: 6px;
  }
  .page-listing-wrapper .listing-item .title a {
    font-size: 14px;
  }
  .page-listing-wrapper .listing-item .date {
    margin-top: 15px;
  }
  .page-listing-wrapper .listing-item .summary {
    margin-top: 6px;
  }
  .listing-search-row .search-results {
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 14px;
    letter-spacing: -0.4px;
  }
  .flex.listing-filter-row {
    display: flex;
  }
  #year-filter-form {
    width: fit-content;
  }
  .section-application {
    margin-top: 0;
    padding: 70px 0;
  }
  .section-application-content h2 {
    margin: 0 0 20px 0;
    font-size: 28px;
    letter-spacing: -0.5px;
  }
  .section-application-content p {
    max-width: 100%;
  }
  .section-application-apps,
  .section-application-qr {
    margin-top: 40px;
  }
  .section-application-apps h3,
  .section-application-qr h3 {
    margin: 0 0 12px 0;
    line-height: 1.2;
  }
  .section-application-content .flex {
    display: flex;
  }
  .section-application .cl-6 + .cl-6 {
    display: none;
  }
  .section-with-image-header-lg {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .section-with-image-header-content h2 {
    margin: 20px 0 20px 0;
    font-size: 18px;
    letter-spacing: -0.5px;
  }
  body.header-with-background .page-header-bg .page-header h1 br,
  body.header-with-background .page-header-bg .page-header h5 br {
    display: contents;
  }
  .section-business-services .tab-pane > .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .section-business-services .tab-pane .business-services-tab-content {
    margin-top: 20px;
  }
  .business-services-tab-content h3 {
    margin: 0 0 30px 0;
    font-size: 18px;
    letter-spacing: -0.5px;
  }
  .business-services-tab-content p {
    margin: 0 0 20px 0;
  }
  .business-services-tab-content span.business-services-form-modal {
    margin: 0;
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
    border-radius: 26px;
  }

  .schedule-tab-menu {
    justify-content: center !important;
    padding: 0 !important;
  }
  .schedule-cruise-tab {
    margin-right: 0 !important;
  }

  .shop-dine-home .destinations-listing .item a.cta {
    display: block !important;
  }

  .section-social-responsibilities {
    padding: 60px 0;
  }
  .section-social-responsibilities-header h2 {
    font-size: 18px;
    margin: 0 0 20px 0;
    letter-spacing: -0.5px;
  }
  .section-social-responsibilities-header p.cta {
    margin: 20px 0 60px 0;
  }
  .section-social-responsibilities-tab-item > .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .section-social-responsibilities-tab-item > .row .cl-7 {
    margin-top: 20px;
  }
  .section-invester-relations-docs {
    margin-top: 60px;
  }
  .section-invester-relations-docs .doc-item .icon {
    width: 7%;
  }
  .section-invester-relations-docs .doc-item .icon img {
    height: 16px;
    width: auto;
  }
  .section-invester-relations-docs .doc-item .title {
    font-size: 14px;
    letter-spacing: -0.5px;
    width: 43%;
  }
  .section-invester-relations-docs .doc-item .download {
    width: 50%;
  }
  .awards-years-slider {
    margin-top: 60px;
  }
  .awards-years-slider .slick-list {
    margin-left: 0;
    margin-right: 0;
  }
  .awards-slider {
    margin-top: 40px;
  }
  .awards-slider .item-content {
    padding-top: 0;
    margin-bottom: 20px;
  }
  .awards-slider .item-content h3 {
    margin: 0 0 20px 0;
    font-size: 18px;
  }
  .section-about-us {
    padding-bottom: 60px;
    border-bottom: 1px solid #dcdddc;
  }
  .about-us-video {
    margin-top: 60px;
  }
  .section-about-welcome {
    padding: 60px 0;
  }
  .section-about-welcome .row {
    display: flex;
    align-items: flex-start;
  }
  .section-about-welcome .row img {
    width: 90%;
    height: auto;
    border-radius: 10px;
  }
  .section-about-welcome .welcome-name {
    margin: 0 0 0 0;
    font-size: 14px;
  }
  .section-about-welcome .welcome-job_title {
    margin: 7px 0 0 0;
    font-size: 12px;
  }
  .section-about-welcome .cl-7 .welcome-content {
    display: none;
  }
  .section-about-welcome .welcome-content {
    font-size: 18px;
    letter-spacing: -0.5px;
  }
  .section-about-welcome .welcome-content:before {
    font-size: 70px;
    letter-spacing: -0.5px;
    /* height: 80px; */
    text-align: right;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .transportation-route-wrapper {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 20px;
  }
  .transportation-route-wrapper h3 {
    margin: 20px 0 20px 0;
    font-size: 18px;
    letter-spacing: -0.5px;
  }
  .schedule-container {
    padding-top: 60px;
  }
  .section-travel-options {
    padding-top: 60px;
  }
  .travel-options-content .map-title {
    margin: 0 0 30px 0;
    font-size: 18px;
    letter-spacing: -0.5px;
  }
  .travel-options-content .map-icons {
    flex-wrap: wrap;
  }
  .travel-port .container {
    padding: 0;
  }
  .travel-options-content .map-icons .icon {
    width: 50%;
    margin-bottom: 20px;
    flex-basis: 50%;
    align-items: center;
  }
  .travel-options-content .map-icons .icon + .icon {
    margin-left: 0;
  }
  .travel-options-content .map-icons .icon-image {
    margin: 0 12px 0 0;
    width: 30px;
    height: 30px;
    line-height: 29px;
  }
  .travel-options-content .map-image {
    margin-top: 0;
  }
  .section-highlights .cl-7 .cta,
  .section-highlights .cl-7 p {
    display: none;
  }
  .post-listing-lines .cl-4 {
    padding: 0 15px;
  }
  .destinations-listing {
    margin-right: -40px;
  }
  .destinations-listing .slick-list {
    padding-right: 140px;
    margin-left: -15px;
  }
  .destinations-listing .cl-4 {
    padding: 0 15px;
  }
  .destinations-listing .item a.cta {
    display: none;
  }
  .dest_shorex_listing_image {
    margin: 0 0 10px 0;
  }
  .dest_shorex_listing_content .rating {
    margin: 0 0 10px 0;
    display: flex;
  }
  .destinations-listing .content .title {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 1.24;
  }
  .destinations-listing .content.dest_shorex_listing_content .summary {
    display: none;
  }
  .dest_shorex_listing_details {
    margin: 0;
  }
  .dest_shorex_listing_details p {
    margin: 0;
  }
  .mobile-view-all {
    margin-top: 60px;
    text-align: center;
  }

  .hero-slider .flex.home-hero-cruises-wrapper,
  #scroll {
    display: none;
  }
  .home-hero-content-wrapper p {
    font-size: 16px;
  }
  #cruiseSearchForm {
    display: block;
    margin-bottom: 80px;
  }
  #cruiseSearchForm .form-group {
    width: 100%;
    padding-right: 0;
  }
  #cruiseSearchForm .form-group:last-child {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .hero-cruises .form-group + .form-group {
    margin-top: 0;
  }

  #cruiseSearchFormMobile {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
  }

  #cruiseSearchFormMobile .form-group input {
    padding: 0 15px;
    height: 60px;
    min-width: 95%;
  }

  #cruiseSearchFormMobile .form-group .nice-select {
    padding: 0 1rem;
    height: 60px;
    color: #707070;
    border: 1px solid #ddddde;
  }

  #cruiseSearchFormMobile .form-group .nice-select span {
    line-height: 4.2;
  }

  #cruiseSearchFormMobile label {
    font-size: 16px;
    margin: 0 0 12px 0;
    font-weight: 500;
  }

  #searchCruiseM {
    background: transparent;
    border: none;
    font-weight: 600;
  }

  #searchCruiseM svg {
    position: relative;
    top: -2px;
    margin-left: 1rem;
  }

  #cruiseSearchForm .form-group + .form-group {
    margin-top: 40px;
  }
  #cruiseSearchForm .form-group label {
    font-size: 16px;
    margin: 0 0 12px 0;
    font-weight: 500;
  }
  #cruiseSearchForm .form-group input {
    padding: 0 15px;
    height: 60px;
    min-width: 95%;
  }
  #cruiseSearchForm .form-group #toDate {
    margin-bottom: 40px;
  }
  .form-group input,
  .form-group textarea {
    font-size: 14px;
  }
  .form-group input::placeholder,
  .form-group textarea::placeholder {
    font-size: 14px;
  }
  .schedule-announcement {
    margin-top: 60px;
  }
  .schedule-announcement .flex {
    display: flex;
  }
  .schedule-announcement .icon {
    margin-right: 16px;
  }
  .schedule-announcement .icon img {
    height: auto;
    width: 80px;
  }
  .shop-dine-post-filter + .shop-dine-post-filter {
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    border-left: none;
  }
  .schedule-announcement h4 {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
  .schedule-table-container {
    padding: 40px 20px;
  }
  .schedule-items-heading {
    display: none;
  }
  .schedule-item-row {
    flex-direction: column;
    padding: 0 0 30px 0;
  }
  .schedule-item-row > div {
    width: 100% !important;
  }
  .schedule-item-row:nth-child(2n) {
    background-color: inherit;
  }
  .schedule-item-row + .schedule-item-row {
    border-top: 1px solid #707070;
    padding-top: 30px;
  }
  .schedule-table-info {
    margin-bottom: 26px;
  }
  .schedule-table-info .align-i-end {
    text-align: right;
  }
  .schedule-table-downloads {
    display: flex;
    justify-content: space-between;
  }
  .parking-booking-wrapper h3 {
    margin: 0 0 20px 0;
    font-size: 18px;
  }
  .page-parking-information-wrapper {
    padding: 40px 20px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .page-parking-information-wrapper h3 {
    margin: 0 0 20px 0;
    font-size: 18px;
  }
  .park-booking-form .form-group .cl-6 + .cl-6 {
    margin-top: 40px;
  }
  .park-booking-form .form-group + .form-group {
    margin-top: 40px;
  }
  .route-form {
    margin-top: 40px;
  }
  .parking-booking-wrapper {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  .parking-booking-wrapper .cl-7 img {
    margin-bottom: 40px;
  }
  .park-booking-form .form-group input[type="submit"] {
    margin: 0 auto;
    float: none;
    display: block;
    margin-top: 20px;
  }
  .media-center-docs {
    margin-right: -40px;
    margin-left: -10px;
  }
  .media-center-docs .slick-list {
    padding-right: 140px;
  }
  .media-center-docs .item {
    flex-direction: column;
    padding: 0;
    margin: 0 7px;
    background-color: transparent;
    width: 95%;
    margin-bottom: 40px;
  }
  .media-center-docs .item-content {
    position: relative;
    max-height: none;
    width: 100%;
    margin-top: 20px;
    margin-left: 6px;
  }
  .media-center-docs .item-content-inner {
    padding: 0;
  }
  .media-center-docs .image {
    width: 100%;
    height: 250px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .media-center-docs .image img {
    width: 210px;
    height: auto;
  }
  .media-center-docs .item-content-inner {
    background-color: transparent;
  }
  .media-center-docs .item-content h3 {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
  .media-center-docs .item-content a img {
    margin-right: 6px;
    position: relative;
    top: 2px;
  }
  .section-contact-content .contact-form {
    padding: 40px 20px;
    margin-top: 40px;
  }
  .form-group + .form-group {
    margin-top: 40px;
  }
  .form-group .cl-6 + .cl-6 {
    margin-top: 40px;
  }
  .form-group input[type="submit"] {
    float: none;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
  }
  .section-contact-content {
    padding: 40px 0 0 0;
  }
  .section-contact-content .contact-content + .contact-content {
    margin-top: 40px;
  }
  .post-filter-wrapper.hidden-on-mobile {
    display: none !important;
  }
  .section-contact-useful-communication-tab-item:nth-child(2n) {
    background-color: #fff;
  }
  .section-contact-useful-communication-tab-item {
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
  }
  .section-contact-useful-communication-tab-item span.title {
    letter-spacing: 0;
    font-size: 16px;
  }
  .section-contact-useful-communication-tab-item span.content {
    font-size: 16px;
  }
  .section-contact-useful-communication-tab-item
    + .section-contact-useful-communication-tab-item {
    margin-top: 20px;
  }
  .section-contact-useful-communication .accordion-content-light {
    margin-top: 0;
  }
  body.single-responsibilities .section-social-responsibilities {
    margin-top: 60px;
  }
  .section-content-image + .section-content-image {
    padding-top: 60px;
  }
  .section-social-responsibilities .accordion-ii .accordion-header {
    font-size: 16px;
  }
  .section-discover h4 {
    font-weight: 400;
  }
  .section-about-us .about-us-header h3 {
    font-size: 14px;
  }
  .accordion-legend,
  .jobs-location,
  .jobs-department {
    display: none;
  }
  .jobs-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .jobs-title span {
    width: 120px;
    font-weight: 600;
  }
  .jobs-title p {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
  }
  .section-career-jobs-item .accordion-header {
    margin-top: 40px;
  }
  .section-career-jobs-title {
    margin: 0 0 40px 0;
    font-size: 18px;
    letter-spacing: -0.5px;
  }
  .mobile-jobs-info {
    margin-top: -15px;
    margin-bottom: 20px;
  }
  .mobile-jobs-info p {
    margin: 0;
  }
  .mobile-jobs-info p + p {
    margin-top: 16px;
  }
  .mobile-jobs-info span {
    display: inline-block;
    width: 120px;
    font-weight: 600;
    color: #2d2d2d;
  }
  .accordion-content-light li::marker {
    font-size: 20px;
  }
  .career-apply-form {
    margin: 15px 0 0 0;
    padding: 8px 25px;
    border-radius: 26px;
  }
  .job-apply a.career-cta {
    margin: 0;
    padding: 8px 25px;
    border-radius: 26px;
  }
  .section-content-title h3 {
    font-size: 14px;
  }
  .parking-page-valet-content ul {
    margin: 20px 0 0 15px;
  }
  .parking-page-valet-content ul li::marker {
    font-size: 20px;
  }
  .ferry-services-content {
    font-size: 16px;
  }
  .port-information-slider {
    margin-right: -40px;
    margin-top: 40px;
  }
  .port-information-slider .slick-list {
    padding-right: 140px;
    margin-left: 0;
  }
  .port-information-slider-mobile .slick-list {
    padding-right: 140px;
    margin-left: 0;
  }
  .port-information-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }
  .port-information-slider .slick-dots button {
    text-indent: 500px;
    overflow: hidden;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    display: none;
    border: 1px solid #2d2d2d;
  }
  .port-information-slider .slick-dots li {
    margin: 0 10px;
    padding: 0;
  }
  .port-information-slider .slick-dots li.slick-active button {
    background-color: #2d2d2d;
  }
  .port-information-slider .item .title h4 {
    margin: 0 0 12px 0;
    font-size: 14px;
  }
  .port-information-slider .item .content p {
    font-size: 12px;
  }
  .page-port.footer-space-pd {
    padding-bottom: 0;
  }
  .section-port-information {
    margin-top: 60px;
  }
  .section-links-downloads {
    margin-top: 0;
  }
  .section-links-content .image {
    padding: 60px;
  }
  .section-links-content .image img {
    max-width: 176px;
  }
  .section-links-downloads .content h3 {
    margin: 0 0 20px 0;
    font-size: 18px;
  }
  .section-links-downloads .content h4 {
    margin: 0 0 20px 0;
    font-size: 14px;
  }
  .section-links-files .item {
    display: block;
    padding: 0 0 12px 0;
  }

  .section-links-files .item .icon img {
    width: 12px;
    height: auto;
  }
  .section-links-files .item .title {
    width: auto;
    font-size: 14px;
  }
  .section-links-files .item .download {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
  .port-locations-legend {
    display: flex;
  }
  .port-locations-map-wrapper #map {
    height: 644px;
  }
  .mobile-schedule-title {
    margin: 0 0 6px 0;
    font-weight: 600;
    color: #2d2d2d;
  }
  .schedule-item-row > div + div {
    margin-top: 16px;
  }
  .tab-2-content h3 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.5px;
  }
  .tab-2-content ul li + li {
    margin-top: 20px;
  }
  .tab-2-content ul li::marker {
    font-size: 20px;
  }
  .tab-documents {
    margin-top: 60px;
  }
  .tab-document-item .doc-icon img {
    width: 12px;
    position: relative;
    top: -2px;
  }
  .tab-document-item .doc-title {
    font-size: 14px;
    letter-spacing: -0.5px;
  }
  .tab-document-item .doc-icon {
    float: left;
    width: 20px;
  }
  .mb-justify {
    text-align: start;
  }
  .tab-document-item .doc-get {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 12px;
  }
  .tab-document-item {
    padding: 0;
  }
  .tab-document-item + .tab-document-item {
    margin-top: 60px;
  }
  .section-go-back {
    margin-top: 50px;
  }
  .box-item::after {
    display: none;
  }
  .port-page-accordion-wrapper .accordion-content {
    margin-top: 40px !important;
  }
  .section-go-back a {
    font-weight: 700;
    color: #000000;
  }
  .section-go-back a svg {
    margin-right: 12px;
  }
  .desktop-footer-space-pd {
    padding-bottom: 0;
  }
  .page-statistics .accordion-content > .flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 40px;
  }
  .page-statistics .accordion-content .box-item {
    width: 100%;
    flex-direction: column;
    text-align: center;
  }

  .destination-other-posts-wrapper .item:last-child {
    margin-bottom: 60px;
  }

  .page-statistics .accordion-content .box-item:last-child {
    margin-bottom: 0;
  }

  .box-item .row-1 {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: -0.5px;
  }

  #menu-transportation-parking li {
    width: 50%;
    text-align: center;
  }

  #menu-transportation-parking-italian li {
    width: 50%;
    text-align: center;
  }

  .hse-menu .page-sub-menu ul li {
    width: 50%;
    text-align: center;
  }

  .box-item .row-2 {
    font-size: 20px;
    margin-top: 4px;
    letter-spacing: -0.5px;
  }
  .page-statistics .accordion-ii .accordion-header {
    font-size: 16px;
    font-weight: 500;
  }
  .section-content-image.mobile-no-image-content {
    padding-top: 40px;
  }
  .mobile-no-image-content > .container > .row {
    padding: 40px 20px;
    border-radius: 5px;
    background-color: #fff;
  }
  .mobile-no-image-content img {
    display: none;
  }
  .mobile-accordion-content .list-item {
    width: 50%;
  }
  .accordion-header.active .accordion-content.mobile-accordion-content {
    margin-top: 40px !important;
  }
  .accordion-services-all {
    justify-content: flex-start;
  }
  .section-accordion .accordion-services-all .cta {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .accordion-services-all a svg {
    margin-left: 8px;
    position: relative;
    top: -2px;
  }
  .travel-tips-accordion-content {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
  }
  .travel-tips-accordion-content h3 {
    font-size: 16px;
    font-weight: 500;
    display: none;
    margin: 0 0 20px 0;
  }
  .section-tips-acc .section-accoridon-content {
    margin-top: 40px;
  }
  .travel-tips-accordion-content.accordion-content.mobile-accordion-content.active {
    margin-top: 20px;
  }
  .fix-width-mobile.mobile-accordion-content .list-item {
    width: 100%;
  }
  .parking-prices-list {
    padding: 0 20px;
  }
  .parking-prices-list .item-legend {
    display: none;
  }
  .parking-prices-list .item > div {
    width: 100% !important;
    padding: 0 !important;
    text-align: right;
    justify-content: space-between;
    display: flex;
  }
  .parking-prices-list .item > div + div {
    margin-top: 16px;
  }
  .parking-prices-list .item {
    background-color: #fff;
    font-size: 14px;
  }
  .parking-prices-list .item span {
    font-weight: 600;
    width: 50%;
    text-align: left;
  }
  .parking-prices-list .item + .item {
    border-top: 1px solid #707070;
    padding-top: 30px;
    margin-top: 30px;
  }
  .parking-prices-list .item:nth-child(2) {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
  .parking-prices-list .item.item-content {
    font-size: 13px;
  }
  /* .home-services-accordion-mobile-fix .section-header .cl-7 {
    display: none;
  }*/
  .home-services-accordion-mobile-fix .section-accoridon-content {
    margin-top: 40px;
  }
  .home-services-accordion-mobile-fix .accordion-header.active {
    border-bottom: 0;
  }
  .home-services-accordion-mobile-fix .accordion-header.active span {
    display: inline;
  }

  .section-career-jobs-item .accordion-header.active span {
    display: block !important;
  }

  .home-services-accordion-mobile-fix
    .accordion-header.active
    .hide-mobile.accordion-right {
    margin-top: 20px;
    border-top: 1px solid rgba(112, 112, 112, 0.3);
  }
  .modal-video-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
  .about-us-content {
    margin-top: 40px;
  }
  .about-us-content .title {
    margin: 0 0 20px 0;
    font-size: 18px;
    letter-spacing: -0.5px;
  }
  .page-header-slider .slick-dots {
    bottom: 20px;
  }
  .page-header-slider .page-header-bg .row.h100 {
    display: flex;
  }
  .page-header-slider .slick-dots li {
    margin: 0 10px;
  }
  .page-header-slider .slick-dots li button {
    width: 15px;
    height: 15px;
  }
  .testimonials-slider-wrapper {
    margin: 40px 0 180px 0;
  }
  .testimonials-slider-wrapper .item > .flex {
    display: flex;
  }

  #short-trips-container .post-destinations-title {
    display: block;
  }

  .post-destination-top-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .post-destination-top-highlights .item {
    flex: 1 1 45%;
  }
  .post-destination-top-highlights .item span p {
    color: #2d2d2d;
  }

  .testimonials-slider-wrapper .item .item-header h3 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 7px 0;
  }
  .testimonials-slider-wrapper .item .item-header span {
    font-size: 14px;
    font-weight: 300;
    background-size: 14px;
    padding-left: 0;
    background-position: top left;
    margin-top: 0;
  }
  .testimonials-slider-wrapper .item img {
    border-radius: 5px;
  }
  .testimonials-slider-wrapper .item .slider-mobile-content-wrapper .content {
    margin-top: 60px;
    padding-left: 0;
    padding-top: 0;
    font-size: 14px;
    letter-spacing: -0.5px;
  }
  .testimonials-slider-wrapper
    .item
    .slider-mobile-content-wrapper
    .content:before {
    position: absolute;
    left: inherit;
    right: 30px;
    top: -40px;
    width: 30px;
    font-size: 80px;
    letter-spacing: -0.5px;
  }
  .testimonials-slider-wrapper .slick-arrow {
    top: inherit;
    bottom: -70px;
    margin-top: 0;
    width: 26px;
    height: 35px;
  }
  .testimonials-slider-wrapper .slick-prev {
    left: 50%;
    margin-left: -100px;
  }
  .testimonials-slider-wrapper .slick-next {
    right: 50%;
    margin-right: -100px;
  }
  .section-statistics-items {
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
  }
  .section-statistics-items .box-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
  }
  .section-statistics h2 {
    font-size: 28px;
  }
  .mobile-section-statistics-cta {
    margin-top: 44px;
  }
  .port-page-accordion-wrapper .section-accoridon-content {
    margin-top: 40px;
  }
  .section-terminals-tab-item .terminal-links {
    display: block;
    margin-top: 30px;
  }
  .section-terminals-tab-item .terminal-links .terminal-link-button a {
    display: block;
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .section-terminals-tab-item
    .terminal-links
    .terminal-link-button
    + .terminal-link-button {
    margin-left: 0;
    margin-top: 20px;
  }

  .section-terminals-banner-wrapper {
    padding-top: 60px;
  }
  .section-terminals-banner-wrapper .accordion-ii .accordion-header {
    font-size: 16px;
    font-weight: 500;
  }
  .section-terminals-tab-item .terminal-links .terminal-link-plain {
    margin-left: 0;
    margin-top: 40px;
  }
  .section-terminals-banner-wrapper .accordion-ii .accordion-content {
    border-bottom: 0;
  }
  .section-statistics-wrapper {
    margin-top: 120px;
  }
  .section-inline-form {
    padding: 60px 0;
    margin: 60px 0 0 0;
  }
  .section-inline-form p br {
    display: contents;
    font-weight: 300;
  }
  .section-inline-form h2 {
    margin: 0 0 20px 0;
    font-size: 18px;
  }
  .dark-form-wrapper .form-group + .form-group {
    margin-top: 40px;
  }
  .modal-wrapper > .container,
  .modal-wrapper > .container > .row,
  .modal-wrapper > .container > .row > .cl-10 {
    height: 100%;
  }
  .modal-form-wrapper {
    padding: 60px 20px;
    top: 5%;
    height: 90%;
    overflow: hidden;
    overflow-y: scroll;
    position: relative;
  }
  .modal-form-wrapper .title h2 {
    margin: 0 0 20px 0;
    font-size: 18px;
  }
  .modal-form-wrapper .title p br {
    display: contents;
  }
  #fileName {
    left: 0;
    right: 0;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    top: 0;
  }
  .modal-form-wrapper .modal-close {
    right: 20px;
    top: 25px;
    width: 30px;
    height: 30px;
  }
  .modal-form-wrapper .modal-close span {
    top: 14px;
    width: 30px;
  }
  #mobile-menu {
    display: flex;
    position: fixed;
    flex-direction: column;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 99999;
    background-color: #f8f8f8;
    width: 100%;
    transition: all 0.5s;
    overflow: hidden;
  }
  #mobile-menu.active {
    left: 0;
  }
  #mobile-menu .top-row {
    padding: 20px 30px;
    height: 90px;
  }
  #mobile-menu .menu-search {
    padding: 40px 30px;
  }
  #mobile-menu .menu-search .title {
    display: block;
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #2d2d2d;
  }
  #mobile-menu .menu-search form {
    display: flex;
    position: relative;
  }
  #mobile-menu .menu-search form input {
    width: 100%;
    border: 0;
    height: 40px;
    background-color: #fff;
    padding: 0 14px;
    color: #123852;
  }
  #mobile-menu .menu-search form button {
    position: absolute;
    right: 14px;
    top: 6px;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    border: 0;
    padding: 0;
    margin: 0;
  }
  #mobile-menu .menu-search form button svg {
    width: 12px;
  }
  #mobile-menu .menu-content {
    padding: 0 30px;
  }
  #mobile-menu .menu-content ul.menu-wrapper {
    position: relative;
  }
  #mobile-menu .menu-content ul.menu-wrapper > li + li {
    margin-top: 30px;
  }
  #mobile-menu .menu-content ul.menu-wrapper > li > ul.sub-menu > li + li,
  #mobile-menu
    .menu-content
    ul.menu-wrapper
    > li
    > ul.sub-menu
    > li
    > ul.sub-menu-depth-2
    > li
    + li {
    margin-top: 20px;
  }
  #mobile-menu .menu-content ul.menu-wrapper > li > a,
  #mobile-menu
    .menu-content
    ul.menu-wrapper
    > li
    > ul.sub-menu
    > li.sub-menu-title,
  #mobile-menu
    .menu-content
    ul.menu-wrapper
    > li
    > ul.sub-menu
    > li
    > ul.sub-menu-depth-2
    > li.sub-menu-title {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #2d2d2d;
  }
  #mobile-menu .menu-content ul.menu-wrapper > li > ul.sub-menu > li > a,
  #mobile-menu
    .menu-content
    ul.menu-wrapper
    > li
    > ul.sub-menu
    > li
    > ul.sub-menu-depth-2
    > li
    > a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #707070;
  }
  #mobile-menu .menu-content ul.menu-wrapper > li > ul.sub-menu,
  #mobile-menu
    .menu-content
    ul.menu-wrapper
    > li
    > ul.sub-menu
    > li
    > ul.sub-menu-depth-2 {
    position: absolute;
    top: 0;
    background-color: #f8f8f8;
    bottom: 0;
    right: -150%;
    width: 100%;
    transition: all 0.5s;
  }
  #mobile-menu .menu-content ul.menu-wrapper > li > ul.sub-menu.call,
  #mobile-menu
    .menu-content
    ul.menu-wrapper
    > li
    > ul.sub-menu
    > li
    > ul.sub-menu-depth-2.call {
    right: 0;
  }
  #mobile-menu .menu-content ul.menu-wrapper > li.dropdown > a,
  #mobile-menu
    .menu-content
    ul.menu-wrapper
    > li.dropdown
    > ul.sub-menu
    > li.dropdown
    > a {
    background-image: url(../img/icon-mobile-menu-more.svg);
    background-repeat: no-repeat;
    background-position: right;
  }
  #header #mobile-menu .header-cta {
    display: block;
    margin: 60px 30px 0 30px;
  }
  #header #mobile-menu .header-cta a {
    padding: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin: 0;
    border-radius: 25px;
  }
  #header #mobile-menu .header-language {
    display: flex;
    align-items: center;
    margin: 30px 0 0 0;
  }
  #header.sticky #mobile-menu .logo img {
    width: 83px;
    height: auto;
  }

  .mobile-menu-contact {
    position: absolute;
    right: 90px;
    top: 42px;
    cursor: pointer;
  }
  .mobile-menu-close,
  .mobile-menu-open {
    position: absolute;
    right: 34px;
    top: 44px;
    cursor: pointer;
  }
  body.header-with-background #header.sticky {
    background-color: #fff;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
  }
  body .mobile-menu-contact svg path {
    fill: #000;
  }
  body .mobile-menu-open svg line {
    stroke: #000;
  }
  body.header-with-background .mobile-menu-contact svg path {
    fill: #fff;
  }
  body.header-with-background .mobile-menu-open svg line {
    stroke: #fff;
  }
  body.header-with-background #header #mobile-menu .header-language a {
    color: #000000;
  }
  body.header-with-background #header #mobile-menu .header-language svg path {
    fill: rgba(0, 0, 0, 1);
  }
  body.header-with-background #header.sticky .mobile-menu-contact svg path,
  body.header-with-background #header.sticky .mobile-menu-open svg path {
    fill: #000;
  }
  body.header-with-background #header.sticky .mobile-menu-contact svg line,
  body.header-with-background #header.sticky .mobile-menu-open svg line {
    stroke: #000;
  }
  /* Menu Contact */
  body .mobile-menu-contact {
    top: 42px;
    right: 90px;
  }
  body .mobile-menu-contact svg {
    height: inherit;
  }
  body #header.sticky .mobile-menu-contact {
    top: 11px;
    right: 80px;
  }
  body #header.sticky .mobile-menu-contact svg {
    height: 22px;
  }
  body #header.sticky #mobile-menu .mobile-menu-contact {
    top: 42px;
    right: 90px;
  }
  body #header.sticky #mobile-menu .mobile-menu-contact svg {
    height: inherit;
  }

  /* Menu Open */
  body .mobile-menu-open {
    top: 44px;
    right: 34px;
  }
  body .mobile-menu-open svg {
    height: inherit;
  }
  body #header.sticky .mobile-menu-open {
    top: 11px;
    right: 34px;
  }
  body #header.sticky .mobile-menu-open svg {
    height: 18px;
  }

  body.header-with-background .mobile-menu-contact {
    top: 42px;
    right: 90px;
  }
  body.header-with-background .mobile-menu-contact svg {
    height: inherit;
  }

  body.header-with-background #header.sticky .mobile-menu-contact {
    top: 27px;
    right: 90px;
  }
  body.header-with-background #header.sticky .mobile-menu-contact svg {
    height: inherit;
  }
  body.header-with-background #header.sticky .mobile-menu-open {
    top: 30px;
  }
  body.header-with-background #header.sticky .mobile-menu-open svg {
    height: inherit;
  }
  body.header-with-background #header.sticky #mobile-menu .mobile-menu-close {
    right: 34px;
    top: 44px;
  }

  .home-faq-accordion-mobile-fix {
    padding-top: 0;
  }

  #header #mobile-menu .header-language svg path {
    fill: #000;
  }
  #header #mobile-menu .header-language a {
    color: #000;
  }
  .section.section-accordion.home-services-accordion-mobile-fix
    .accordion-header
    .accordion-content.mobile-accordion-content,
  .section.section-accordion.home-faq-accordion-mobile-fix
    .accordion-header
    .accordion-content.mobile-accordion-content {
    display: none;
  }
  .section.section-accordion.home-services-accordion-mobile-fix
    .accordion-header.active
    .accordion-content.mobile-accordion-content,
  .section.section-accordion.home-faq-accordion-mobile-fix
    .accordion-header.active
    .accordion-content.mobile-accordion-content {
    display: block;
  }
  .section.section-accordion.home-services-accordion-mobile-fix
    .accordion-content.primary-color-links
    a:after {
    display: none;
    content: none;
  }
}

/* TABLET */
@media (min-width: 600px) and (max-width: 1023px) {
  html {
    font-size: 9px;
  }
  .container {
    max-width: 100%;
    padding: 0 30px;
  }

  #cruiseSearchForm .form-group:last-child {
    width: 24%;
  }

  .hide-mobile {
    display: none;
  }
  .hide-desktop {
    display: block;
  }
  h2 {
    margin: 0 0 20px 0;
    font-size: 28px;
  }
  h4 {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.3;
  }
  .fixed-social {
    display: none;
  }
  #header {
    padding: 20px 0;
  }
  #header .logo img {
    width: 120px;
    height: auto;
  }
  #header.sticky .logo img {
    width: auto;
    height: auto;
  }
  .hero-slider .slick-arrow {
    height: 27px;
    width: 14px;
  }
  .hero-slider .slick-arrow.slick-prev {
    left: 15px;
  }
  .hero-slider .slick-arrow.slick-next {
    right: 15px;
  }
  .hero-slider .item-content {
    padding: 0 20px;
  }
  .hero-slider .item-content h2 {
    margin: 0 0 10px 0;
    font-size: 36px;
  }
  .hero-weather {
    margin-bottom: 30px;
  }
  .hero-weather .time {
    padding-right: 30px;
    margin-left: 10px;
  }
  .hero-weather img {
    margin-left: 10px;
    width: 30px;
    height: 30px;
  }
  #hero-gph {
    right: 30px;
  }
  #scroll {
    bottom: 32px;
  }

  .fix-width-mobile.h100 {
    height: auto !important;
  }

  #scroll span {
    margin-top: 5px;
    width: 30px;
    height: 65px;
    background-size: 14px;
    border-radius: 20px;
  }
  .mobile-accordion-content,
  .accordion-content.active {
    display: none;
  }
  .desktop-accordion-content.active {
    display: block;
  }
  .desktop-accordion-content.h100 {
    height: auto;
  }
  .section-accordion h2 {
    white-space: normal;
  }
  .slider-content .slick-dots li {
    width: 14px;
    height: 16px;
  }
  .slider-content .slick-dots li button {
    width: 14px;
    height: 14px;
  }
  .section > .container > .flex.section-header {
    display: block;
  }
  .section > .container > .flex.section-header > .cl-4,
  .section > .container > .flex.section-header > .cl-7 {
    display: block;
    width: 100%;
  }
  .section > .container > .flex.section-header > .offset-1 {
    margin-left: 0;
  }
  .section-accordion.experience-lists .desktop-accordion-content .cl-4 {
    width: 50%;
  }
  .section-highlights h2 {
    white-space: nowrap;
  }
  #footer {
    padding: 60px 0;
  }
  .footer-main .cl-5 {
    display: none;
  }
  .section-application-image {
    width: 90%;
  }
  .media-center-docs .item {
    justify-content: space-between;
    flex-direction: column;
  }
  .media-center-docs .item .item-content {
    position: relative;
    max-height: 1000px;
    width: 100%;
    margin-top: 2rem;
  }
  .media-center-docs .item-content h3 {
    margin-bottom: 2rem;
  }
  .media-center-docs .item-content-inner {
    padding: 0;
  }
  .section-invester-relations-docs .doc-item .icon {
    width: 8%;
  }
  .section-invester-relations-docs .doc-item .title {
    width: 72%;
  }
}

@media (min-width: 1024px) {
  body.single-short-trips .section-destinations-others-slider-row {
    padding-top: 0 !important;
  }
  /* SAĞA doğru hover alanı */
.media-center-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 33%;
  width: 40px;   /* kritik */
  height: 100%;
}

.media-center-menu .sub-menu-wrapper {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease;
}

.media-center-menu:hover .sub-menu-wrapper,
.media-center-menu .sub-menu-wrapper:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

}

/* LARGE TABLET & EXTRA SMALL DESKTOP & LAPTOP */
@media (min-width: 1024px) and (max-width: 1199px) {
  html {
    font-size: 10px;
  }
  .container {
    max-width: 100%;
    padding: 0 30px;
  }
  .hero-slider .slick-arrow.slick-prev {
    left: calc((100% - 960px) / 2);
  }
  .hero-slider .slick-arrow.slick-next {
    right: calc((100% - 960px) / 2);
  }
  #hero-gph {
    right: calc((100% - 960px) / 2);
  }
  .section-accordion h2 {
    white-space: initial;
  }
  h2 {
    font-size: 2.1rem;
  }
  .fix-width-mobile.h100 {
    height: auto !important;
  }
  .desktop-accordion-content.h100 {
    height: auto;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .main-menu-wrapper>li.menu-item-has-children>.sub-menu-wrapper .sub-menu {
    padding: 3rem 0 7rem;
    width: 30rem;
}
.sub-menu-wrapper .container{
  padding: 0;
}
.media-center-menu>.sub-menu-wrapper .sub-menu{
  width: 31rem !important;
}
}

/* SMALL DESKTOP & LAPTOP */
@media (min-width: 1200px) and (max-width: 1365px) {
  html {
    font-size: 11px;
  }
  .container {
    max-width: 1080px;
  }
  .hero-slider .slick-arrow.slick-prev {
    left: calc((100% - 920px) / 2);
  }
  .hero-slider .slick-arrow.slick-next {
    right: calc((100% - 920px) / 2);
  }
  #hero-gph {
    right: calc((100% - 920px) / 2);
  }
  .section-accordion h2 {
    white-space: initial;
  }
  h2 {
    font-size: 2.1rem;
  }
  .fix-width-mobile.h100 {
    height: auto !important;
  }
}

/* MEDIUM DESKTOP & LAPTOP */
@media (min-width: 1366px) and (max-width: 1599px) {
  html {
    font-size: 13px;
  }
  .container {
    max-width: 1300px;
  }
  .hero-slider .slick-arrow.slick-prev {
    left: calc((100% - 1300px) / 2);
  }
  .hero-slider .slick-arrow.slick-next {
    right: calc((100% - 1300px) / 2);
  }
  #hero-gph {
    right: calc((100% - 1300px) / 2);
  }
  .fix-width-mobile.h100 {
    height: auto !important;
  }
}

@media (min-width: 1600px) {
  .youtube-wrapper {
    padding-bottom: 45.25% !important;
  }
}

/* LARGE DESKTOP & LAPTOP */
@media (min-width: 1600px) and (max-width: 1919px) {
  html {
    font-size: 15px;
  }
  .container {
    max-width: 1480px;
  }

  .hero-slider .slick-arrow.slick-prev {
    left: calc((100% - 1480px) / 2);
  }
  .hero-slider .slick-arrow.slick-next {
    right: calc((100% - 1480px) / 2);
  }
  #hero-gph {
    right: calc((100% - 1480px) / 2);
  }
}

/* LARGE DESKTOP & LAPTOP */
@media (min-width: 1920px) and (max-width: 2559px) {
  html {
    font-size: 16px;
  }
  .container {
    max-width: 1640px;
  }
  .youtube-wrapper {
    padding-bottom: 41.25% !important;
  }
  .hero-slider .slick-arrow.slick-prev {
    left: calc((100% - 1640px) / 2);
  }
  .hero-slider .slick-arrow.slick-next {
    right: calc((100% - 1640px) / 2);
  }
  #hero-gph {
    right: calc((100% - 1640px) / 2);
  }
}

/* EXTRA LARGE DESKTOP & LAPTOP */
@media (min-width: 2560px) {
}

/* SPECIFIC */
@media (min-width: 1024px) and (max-width: 1060px) {
  .fixed-social {
    left: 20px;
  }
}
@media (min-width: 1060px) and (max-width: 1110px) {
  .fixed-social {
    left: 20px;
  }
}
@media (min-width: 1366px) and (max-width: 1424px) {
  .fixed-social {
    left: 20px;
  }
}
@media (min-width: 1424px) and (max-width: 1500px) {
  .fixed-social {
    left: 20px;
  }
}
@media (min-width: 1600px) and (max-width: 1630px) {
  .fixed-social {
    left: 20px;
  }
}

@media (max-width: 768px) {
  .mobile-cruises-table {
    display: block !important;
  }
}

@media (min-width: 1024px) {
  .page-information-desktop {
    display: block;
  }
}

@media (min-width: 600px) and (max-width: 1023px) {
  .port-information-tablet {
    display: block;
  }
}
