@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
body {
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    padding-top: 146px;
}
.dark-blue {
    color: #18316f !important;
}
.font-rb {
    font-family: 'Roboto', sans-serif;
    font-weight: 700 !important;
}
.font-rr {
    font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
}
.font-weight-medium {
    font-weight: 500 !important;
}
.text-white {
    color: #fff !important;
}
.text-yellow {
    color: #f2b50c !important;
}
.sec-bg {
    background-color: #ccdef6;
}
.youtube-thumb a:before {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 32%);
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}
.youtube-thumb a {
    float: left;
    position: relative;
    display: block;
}
.youtube-thumb a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: url(../images/youtube-red.jpg) no-repeat 50% 50%;
    height: 25%;
    background-size: cover;
    zoom: 0;
    -webkit-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out;
    width: 22%;
    padding-top: 17%;
    border-radius: 50%;
    opacity: 1;
    border: 0;
    z-index: 2;
    margin-top: 10px;
}
.youtube-thumb a:hover::after {
    background-image: url(../images/youtube-blue.jpg);
}
.om-section {
    background-color: #d5e7ff;
}
.gallery-section-inner {
    background-color: #CDDFF7;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.sec-padding {
    padding: 50px 0;
}
a,
a:visited,
a:active {
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
a:hover {
    color: #f9ba0c;
}
:hover {
    text-decoration: none !important;
}
:focus {
    outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-style: normal;
    line-height: 1.2;
}
h1,
.h1 {
    font-size: 48px;
    font-family: 'Aclonica', sans-serif;
    font-weight: 400;
}
h2,
.h2 {
    font-size: 34px;
    font-family: 'Aclonica', sans-serif;
    font-weight: 400;
}
h3,
.h3 {
    font-size: 28px;
    font-family: 'Aclonica', sans-serif;
    font-weight: 400;
}
h4,
.h4 {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
h5,
.h5 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
h6,
.h6 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.font-roboto {
    font-family: 'Roboto', sans-serif;
}
/* Header css */
/* .banner-image-wrap {
    min-height: calc(100vh - 50px);
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
} */
.banner-image-wrap img {
    width: 100%;
    display: block;
}
#top {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99999;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#top.sticky {
    position: fixed;
}
.admin-bar #top {
    top: 32px;
}
.p_menu_wrap,
.f_menu_wrap {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.primary-menu-wrap {
    width: 100%;
}
.menu-col-wrapper {
    padding: 0;
}
.p_menu_wrap>li {
    margin: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.p_menu_wrap li a,
.f_menu_wrap li a {
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 0;
    font-size: 18px;
    position: relative;
    color: #363232;
}
.p_menu_wrap li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.f_menu_wrap li a {
    color: #000;
}
.p_menu_wrap>li:first-child,
.f_menu_wrap>li:first-child {
    margin-left: 0;
}
.p_menu_wrap>li:last-child,
.f_menu_wrap>li:last-child {
    margin-right: 0;
}
.p_menu_wrap li a:after,
.f_menu_wrap li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #f9ba0c;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.p_menu_wrap>li.current-menu-item a:after,
.p_menu_wrap li a:hover:after,
.f_menu_wrap>li.current-menu-item a:after,
.f_menu_wrap li a:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.p_menu_wrap>li.current-menu-item a,
.p_menu_wrap li a:hover,
.f_menu_wrap>li.current-menu-item a,
.f_menu_wrap li a:hover {
    color: #f9ba0c;
}
.logo-wrap {
    max-width: 170px;
    padding: 15px 0;
}
.logo-wrap img {
    display: block;
}
.sub-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
    border-left: 4px solid #f9ba0c;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .p_menu_wrap>li {
        margin: 0 10px;
    }
    .p_menu_wrap li a {
        font-size: 16px;
    }
}
@media screen and (min-width: 992px) {
    .sub-menu {
        display: block !important;
        position: absolute;
        background: #000;
        border: 0;
        -webkit-box-shadow: 0px 0px 5px #000;
        box-shadow: 0px 0px 5px #000;
        white-space: nowrap;
        top: 100%;
        left: 0;
        height: auto !important;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    .sub-menu .sub-menu {
        left: 100%;
        top: 0;
        background: #353535;
    }
    .sub-menu li,
    .sub-menu li a {
        display: block;
    }
    .p_menu_wrap .sub-menu li a {
        padding: 14px 20px;
        line-height: 1;
    }
    .sub-menu>li+li {
        border-top: 1px solid;
    }
    .sub-menu:hover,
    .menu-item-has-children:hover>.sub-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    .p_menu_wrap li {
        position: relative;
    }
}
@media screen and (max-width: 991px) {
    .drop-arrow {
        width: 20px;
        height: 20px;
        position: relative;
        margin-left: 12px;
    }
    .drop-arrow:after {
        content: "";
        width: 12px;
        height: 12px;
        border: 2px solid #fff;
        display: block;
        border-top: 0;
        border-right: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        top: 1px;
        left: 4px;
    }
    #header-Navigation {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 999999;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }
    #nav-icon {
        line-height: 0;
    }
    svg.hamburger {
        width: 30px;
        cursor: pointer;
        fill: #efb30c;
    }
    .menu.p_menu_wrap>li {
        width: 100%;
        margin: 0;
    }
    .menu.p_menu_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }
    .desktop-menu {
        padding: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 999999;
        background: #0d1c26;
        width: 240px;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        padding: 32px 0;
    }
    .menu.p_menu_wrap>li a {
        padding: 12px 22px;
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .menu.p_menu_wrap>li+li {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .has-mobile-menu #top {
        z-index: 100000;
    }
    .mobile-menu-overlay {
        background: rgba(90, 90, 90, 0.6);
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        cursor: pointer;
        z-index: 999999;
    }
    .header-nvigation {
        z-index: 99999;
    }
    #mobile-menu-close button {
        width: 40px;
        height: 40px;
        border-radius: 25px;
        background: rgba(255, 255, 255, 0.9);
        color: #0d1c26;
        text-align: center;
        cursor: pointer;
        z-index: 10;
        display: block;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        display: block;
        line-height: 40px;
        padding: 0;
        border: 0;
        right: 260px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0;
        position: absolute;
        top: 18px;
        outline: none;
        cursor: pointer;
        font-size: 22px;
    }
    .close-icon {
        display: block;
        height: 100%;
        position: relative;
    }
    .close-icon:after,
    .close-icon:before {
        content: "";
        position: absolute;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        width: 24px;
        height: 4px;
        background: #000;
        top: 50%;
        left: 50%;
        margin-top: -2px;
        margin-left: -12px;
        border-radius: 35px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .close-icon:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #header-Navigation.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
    .mobile-menu-overlay {
        display: block;
    }
    .menu.p_menu_wrap>li+li,
    .sub-menu li {
        border-top: 1px solid rgba(189, 189, 189, 0.3);
    }
    .menu-wrap {
        padding: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 999999;
        background: #ffffff;
        width: 240px;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        padding: 32px 0;
    }
    .f_menu_wrap li a {
        font-size: 14px;
        display: inline-block;
    }
    .f_menu_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.admin-bar #top.sticky {
    position: fixed;
}
@media screen and (max-width: 782px) {
    .admin-bar #top {
        top: 46px;
    }
}
@media screen and (max-width: 600px) {
    .menu-col-wrapper {
        padding: 10px 0;
    }
    .admin-bar #top.sticky {
        top: 0;
    }
}
/* Footer css */
footer#footer {
    position: relative;
    margin-top: -100px;
}
.footer-sec {
    margin-top: -15px;
}
.footer-bottom-sec {
    background-image: url(../images/footer-bg-image.png);
    background-size: cover;
    background-position: 50% 50%;
    padding: 60px 0 470px;
    margin-top: 0;
    text-align: center;
    position: relative;
}
.wave-footer {
    width: 100%;
    height: 100%;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
}
.wave-footer img {
    width: 100%;
}
.footer-copyright-text {
    font-weight: 500;
}
.footer-logo-wrap {
    margin: 15px 0;
}
.footer-logo-wrap>figure:after,
.footer-logo-wrap>figure:before {
    content: "";
    height: 1px;
    background: #18316f;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 120px;
}
.footer-logo-wrap>figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-logo-wrap>figure:after {
    margin-left: 30px;
}
.footer-logo-wrap>figure:before {
    margin-right: 25px;
}
.f_menu_wrap>li {
    margin: 0 10px;
}
.f_menu_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* .map-section {
    margin-top: -96px;
} */
/* Home Page css */
.about-us-section {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.section-wrapper {
    padding: 180px 0 150px;
    margin-top: -120px;
}
.image-corner-borders {
    position: relative;
    padding: 10px 20px 10px 10px;
}
.image-corner-borders:after,
.image-corner-borders:before {
    content: "";
    position: absolute;
    border-color: #f3b60c;
    display: block;
}
.image-corner-borders:before {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    border-width: 4px 0 0 4px;
    border-style: solid;
}
.image-corner-borders:after {
    bottom: 0;
    right: 10px;
    width: 75px;
    height: 75px;
    border-width: 0 10px 10px 0;
    border-style: solid;
}
.section-title {
    margin: 0;
    font-size: 50px;
    line-height: 1;
    color: #dba309;
}
.sub-text {
    margin: 0;
    line-height: 1.5;
    color: #3a3937;
    font-weight: 600;
    padding-bottom: 2px;
    font-size: 24px;
}
.sail-content-wrap {
    font-weight: 500;
    padding: 10px;
    font-size: 18px;
}
.about-sail-content-col {
    -ms-flex-item-align: center;
    align-self: center;
}
@media screen and (max-width: 1199px) {
    h1,
    .h1 {
        font-size: 40px;
    }
    h2,
    .h2 {
        font-size: 32px;
    }
    h3,
    .h3 {
        font-size: 26px;
    }
    h4,
    .h4 {
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 36px;
    }
    h2,
    .h2 {
        font-size: 30px;
    }
    h3,
    .h3 {
        font-size: 24px;
    }
    h4,
    .h4 {
        font-size: 20px;
    }
    h5,
    .h5 {
        font-size: 18px;
    }
}
/* utility css */
.m-0 {
    margin: 0 !important;
}
.p-0 {
    padding: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-semi-bold {
    font-weight: 600 !important;
}
.font-weight-medium {
    font-weight: 500 !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.d-block a {
    color: #000;
}
.bg-white {
    background-color: #fff !important;
}
.w-100 {
    width: 100%;
}
/* Slider */
.home-slider-section {
    overflow-x: hidden;
}
div#hero-slider {
    position: relative;
}
.h-slide {
    width: 100%;
    position: relative;
    z-index: 9;
    /* padding: 20%;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat; */
}
.h-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#hero-slider .slick-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    float: none !important;
    width: 100% !important;
    height: unset;
}
#hero-slider .slick-slide>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
/* #hero-slider .slick-slide.h-slide-wrapper,
#hero-slider .slick-slide .h-slide {
} */
#hero-slider .slick-slide .h-slide-wrapper,
#hero-slider .slick-slide .h-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
#hero-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slick-dots {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 9999;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.slick-arrow {
    position: absolute;
    z-index: 99;
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    padding: 0;
    background: rgba(0, 0, 0, 0.6);
    border: 0;
}
.slick-dots button {
    background: #ffffff;
    font-size: 0;
    border: 1px solid #fff;
    line-height: 0;
    width: 14px;
    height: 14px;
    border-radius: 0;
    margin: 0 4px;
    cursor: pointer;
    padding: 0;
    border-radius: 50%;
}
.slick-dots .slick-active button {
    background: #f2b50c;
}
@media (max-width:767px) {
    /* .h-slide {
        padding: 23%;
    } */
}
/* NS section */
.ns-section {
    background-size: cover;
    position: relative;
}
#next-sailing {
    padding: 0;
}
.ns-detail-wrap h2 {
    line-height: 1.2;
}
.ns-inner-wrap {
    padding: 8% 0 8%;
}
.ns-date {
    font-size: 18px;
}
.voyages-sec {
    margin-top: -80px;
}
.voyages-inner {
    background-color: #ccdef6;
    padding-top: 120px;
}
.voyages-inner .row {
    margin: 0 -15px;
}
.vi-col {
    padding: 10px;
}
span.border-line {
    display: block;
    background-image: url(../images/wave-border.png);
    background-size: contain;
    background-position: center;
    width: 62px;
    height: 21px;
    text-align: center;
    margin: 20px auto 40px;
    background-repeat: no-repeat;
}
a.vg-link-wrap {
    background: #fff;
    width: 100%;
    padding: 18px 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 9px #bdcde4;
    box-shadow: 0px 0px 9px #bdcde4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.voyages-list,
.voyages-list-wrap,
a.vg-link-wrap {
    height: 100%;
}
span.vg-text {
    font-weight: 500;
    font-size: 18px;
}
span.vg-year {
    font-weight: 700;
    margin-right: 15px;
    border-right: 1px solid #D9D9D9;
    padding-right: 15px;
    padding: 8px;
    padding-right: 15px;
    padding-left: 0;
    font-size: 18px;
}
a.vg-link-wrap:hover {
    background: #F2B50C;
    color: #fff;
}
span.vg-title {
    font-weight: 700;
    font-size: 18px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 5px;
}
span.vg-button {
    padding: 5px 14px;
    border: 1px solid;
    font-weight: 600;
    border-radius: 4px;
    color: #18316f;
    margin-left: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 92px;
    flex: 0 0 92px;
    text-align: center;
}
a.vg-link-wrap:hover span.vg-button {
    color: #FFF;
}
a.x-button {
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    padding: 14px;
    text-align: center;
    max-width: 300px;
    width: 100%;
    display: inline-block;
    cursor: pointer;
}
a.x-button:hover {
    background-color: #18316f;
    color: #fff;
}
a.x-button-blue {
    border: 1px solid;
    color: #18316f;
}
a.x-button-blue:hover {
    background-color: #18316f;
    color: #fff;
}
a.x-button-yellow {
    background-color: #F2B50C;
    color: #fff;
}
a.x-button-yellow:hover {
    background-color: #fff;
    color: #F2B50C;
}
.filter-list {
    text-align: right;
    font-size: 18px;
    font-weight: 600;
}
.view-filt-text {
    margin-right: 10px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    padding: 10px;
    height: 44px;
    text-align: left;
    line-height: 1;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    right: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #3a3937;
    line-height: 25px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}
span.select2-dropdown.select2-dropdown--below {
    border: 0;
    margin-top: 30px;
}
.select2-dropdown{
    border: 0 !important;
}
.select2-container--open .select2-dropdown--above {
    top: 32px;
}
.ov-inner {
    background: #d5e7ff;
    padding-bottom: 70px;
}
.video-list-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4px;
}
a.year-view-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
}
span.year-link-wrap {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 4px;
    /* align-items: center; */
    font-size: 18px;
    border: 1px solid #c4c4c4;
}
span.year-view {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 20px;
    font-weight: 700;
    color: #363232;
}
span.view-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
    background: #18316f;
    height: 100%;
    display: inline-block;
    color: #fff;
    max-width: 70px;
    padding: 10px;
    max-width: 85px;
    font-weight: 500;
    border-left: 1px solid #c4c4c4;
    text-align: center;
    position: relative;
}
.year-view-link:hover span.year-link-wrap,
.year-view-link:hover span.view-button {
    background: #f2b50c;
    color: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.year-view-link:hover .year-view {
    color: #fff;
}
.year-view-link:hover span.view-button {
    border-color: #dfa504;
}
.video-year-list {
    margin-top: 30px;
}
span.view-button:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: transparent;
    text-indent: -9999px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 0px;
    margin-left: 5px;
    top: -2px;
}
.border-line-white {
    background-image: url(../images/border-line-white-wave.png) !important;
}
.om-section {
    position: relative;
    margin-top: -2px;
}
.row.om-row {
    margin-left: -5px;
    margin-right: -5px;
}
.om-row .om-col {
    padding: 0 5px;
    margin: 10px 0;
}
.om-inner-wrap {
    padding-top: 120px;
    background-size: cover;
    position: relative;
    background-position: center top;
    padding-bottom: 80px;
}
.om-list-wrap {
    background: #f4f4f4;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 10px #676767;
    box-shadow: 0px 0px 10px #676767;
    position: relative;
    height: 100%;
}
.om-img-wrap {
    padding: 49%;
    background-position: center;
    background-repeat: no-repeat;
    border: 3px solid #000;
    background-size: cover;
}
.om-img-title h6 {
    margin: 0;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 6px;
    font-weight: 500;
    color: #282828;
}
a.om-box-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.mobile-about-text {
    display: none;
}
.sea-row {
    margin-left: -5px;
    margin-right: -5px;
}
.sea-row .col-sea {
    padding: 0 5px;
    margin: 10px 0;
}
.sea-blog-wrap {
    height: 100%;
    border: 1px solid;
    padding: 5px;
}
.sea-blog-inner-wrap {
    height: 100%;
    padding-top: 85%;
    background-position: center;
    background-size: cover;
    position: relative;
}
.wrap-sb-cnt {
    padding: 15px 15px 50px;
    color: #fff;
}
h5.sb-title {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
}
.sea-logs-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
span.sea-year {
    font-weight: 500;
    font-size: 18px;
}
span.sea-view {
    border: 1px solid;
    border-radius: 20px;
    padding: 4px 16px;
    font-weight: 600;
}
#our-memories .sea-logs-wrap span.sea-year {
    font-size: 16px;
}
#our-memories .sea-logs-wrap a {
    color: #fff;
    font-size: 16px;
}
#our-memories .sea-logs-wrap span.sea-view {
    padding: 4px 10px;
    font-weight: 500;
}
#our-memories .sea-blog-wrap:hover .sea-logs-wrap span.sea-view {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    background: #f2b50c;
    border-color: #f2b50c;
}
.sea-blog-inner-wrap:hover span.sea-view {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    background: #f2b50c;
    border-color: #f2b50c;
}
.link-wrap-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.sbc-inner-wrap {
    background-size: cover;
    padding: 6% 0;
    position: relative;
    z-index: 1;
}
.sbc-wrap {
    position: relative;
    background-color: #ccdef6;
}
.asb-view-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
span.asb-view {
    background: #18316f;
    padding: 8px 34px;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    margin-right: 8px;
}
span.asb-ttl {
    font-size: 20px;
    font-weight: 700;
    color: #363232;
}
.asb-col {
    position: relative;
}
.asb-col:hover span.asb-view {
    background: #f2b50c;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}
.asb-row {
    margin-left: -5px;
    margin-right: -5px;
}
.asb-col-wrap {
    padding-left: 5px;
    padding-right: 5px;
    margin: 10px 0;
}
figure.blog-img {
    padding-top: 64.55%;
    background-size: cover;
    background-position: center;
    margin-top: 0;
    position: relative;
}
figure.asb-img {
    margin-top: 0;
}
.asb-img img {
    padding: 4px;
    border: 1px solid #adadad;
}
.cr-col-wrap h5 {
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #3a3937;
}
.cr-col-wrap h5 a {
    color: #3a3937;
}
.cr-col-wrap h5 a:hover {
    color: #F2B50C;
}
.cr-col-wrap p {
    color: #5e5757;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
}
a.more-link {
    position: relative;
    padding-right: 14px;
    color: #f2b50c;
    font-weight: 600;
}
a.more-link:before {
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 7px;
    background: transparent;
    text-indent: -9999px;
    border-top: 2px solid #f2b50c;
    border-left: 2px solid #f2b50c;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 0;
    content: '';
    top: 7px;
}
a.more-link:hover,
a.more-link:hover:before {
    color: #18316f;
    border-color: #18316f;
}
.cr-sec-wrap {
    padding-bottom: 30px;
}
.cr-col-wrap {
    margin: 10px 0;
}
a.ns-link-wrap {
    padding: 8px 20px;
    border: 1px solid;
    font-weight: 600;
    border-radius: 4px;
    color: #ffffff;
    margin-left: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 92px;
    flex: 0 0 92px;
    text-align: center;
    display: inline-block;
}
a.ns-link-wrap:hover {
    color: #f2b50c;
    background: #fff;
    border-color: #fff;
}
.page-title-banner {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 200px;
    text-align: center;
    /* background-blend-mode: overlay;
    background-color: rgba(13, 30, 73, 0.80); */
    background-position: center 60%;
    position: relative;
}
/*.page-title-banner:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0px;
    background-position: left top;
    bottom: -30px;
}*/
.single .page-title-banner:after,
.cnt-banner-img.page-title-banner:after {
    background-image: url(../images/curve-img.png);
    height: 170px;
}
.page-title-banner:after {
    background-image: url(../images/curve-light.png);
    height: 130px;
}
h1.page-banner-title {
    color: #f2b50c;
    text-align: center;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
span.voyage-title {
    font-size: 46px;
    color: #fff;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    line-height: 1.1;
    overflow: hidden;
    text-transform: uppercase;
}
span.vg-banner-title {
    padding: 0 5px;
}
span.voyage-title:before {
    content: "";
    height: 4px;
    display: block;
    width: 60px;
    background-position: 0 0%;
    background-size: 100%;
    position: relative;
    background-repeat: no-repeat;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 90px;
    height: 2px;
    background: #fff;
}
span.voyage-title:after {
    content: "";
    height: 4px;
    display: block;
    width: 60px;
    background-position: 0 0%;
    background-size: 100%;
    position: relative;
    background-repeat: no-repeat;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 90px;
    height: 2px;
    background: #fff;
}
.single-page-wrap {
    background-color: #cddff7;
}
.single-om {
    background-image: url(https://ailsail.com/wp-content/uploads/2020/07/bg-memories.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.galleryOverlay {
    background-color: #000;
    display: none;
    filter: alpha(opacity=0);
    height: 100%;
    left: 0px;
    opacity: .0;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 50;
    z-index: 99999;
}
.galleryBox {
    border-top-width: 15px;
    border-right-width: 15px;
    border-bottom-width: 15px;
    border-left-width: 15px;
    border-style: solid;
    border-color: white;
    -webkit-box-shadow: 0px 0px 5px #444444;
    box-shadow: 0px 0px 5px #444444;
    display: none;
    left: 50%;
    opacity: 0;
    position: fixed;
    top: 50%;
    z-index: 99999;
    border-radius: 2px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    max-width: 800px;
    width: 80%;
}
.close {
    color: white;
    cursor: pointer;
    float: left;
    font-size: 32px;
    margin: 10px;
    position: absolute;
}
.video-list-col {
    margin: 10px 0;
}
.iframe-video {
    border: 1px solid #9a9a9a;
    padding: 4px;
    width: 100%;
}
.iframe-video-inner {
    position: relative;
    padding: 35%;
    height: 100%;
    width: 100%;
}
.iframe-video-inner iframe {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
}
.pdf-viewr {
    text-align: center;
    margin: 0 auto;
    max-width: 900px;
    border: 1px solid #969696;
    padding: 5px;
}
.pdf-viewr iframe {
    width: 100%;
    height: 750px;
}
.page-content-wrap {
    background-color: #d5e7ff;
}
.inner-about-wrap {
    color: #5e5757;
    max-width: 950px;
    margin: auto;
    text-align: center;
    font-weight: 500;
}
.about-content {
    background: #cddff7;
}
.input-field input,
.input-field textarea {
    padding: 18px;
    width: 100%;
    font-weight: 500;
    color: #5e5757 !important;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    outline: 0 !important;
    background: #fff;
}
.input-field input::-webkit-input-placeholder {
    color: #5e5757;
    font-weight: 500;
}
.input-field input:-ms-input-placeholder {
    color: #5e5757;
    font-weight: 500;
}
.input-field input::-ms-input-placeholder {
    color: #5e5757;
    font-weight: 500;
}
.input-field input::placeholder {
    color: #5e5757;
    font-weight: 500;
}
.form-fields.row {
    margin: 0 -5px;
}
.col-md-4.input-field {
    padding: 0 5px;
    margin: 5px 0;
}
.col-md-8.input-field {
    padding: 0 5px;
    margin: 5px 0;
}
.col-md-12.input-field {
    padding: 0 5px;
    margin: 5px 0;
}
.button-wrap input {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    max-width: 300px;
    width: 100%;
    display: inline-block;
    border-radius: 50px;
    padding: 20px;
    border: 1px solid;
    color: #18316f;
    background: transparent;
    cursor: pointer;
}
.button-wrap input:hover {
    color: #fff;
    background: #18316f;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}
.file-upload-field {
    position: relative;
}
.file-upload-field input:after {
    content: '';
    position: absolute;
    background: #000;
    height: 100%;
    background: #18316f;
    width: 60px;
    right: 0;
    cursor: pointer;
    top: 0;
    bottom: 0;
    background-image: url(../images/file-upload-icon.png);
    background-size: 26px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px 4px 4px 0px;
}
.file-upload-field span {
    display: block;
}
.file-upload-field input {
    background: #ededed;
    padding: 16px;
}
.planning-rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.planning-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin: 10px 0;
    text-align: center;
    position: relative;
}
.planning-box {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    top: 0;
}
span.s-day {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}
span.s-day.s-date {
    margin-bottom: 20px;
}
.addr-schedule p {
    font-size: 18px;
    font-weight: 600;
    color: #393937;
}
.planning-wrap.schedule_5 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.planning-wrap.schedule_6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.planning-wrap.schedule_7 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.planning-wrap.schedule_8 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.flow-img {
    position: relative;
}
.flow-img:after {
    content: '';
    position: absolute;
    background-image: url(../images/pp-wave.png);
    height: 40px;
    width: 200px;
}
.schedule_0 .flow-img:after {
    background-position: -26px 0;
}
.schedule_1 .flow-img:after {
    background-position: -258px 0;
}
.schedule_2 .flow-img:after {
    background-position: -494px 0;
}
.schedule_3 .flow-img:after {
    background-position: -249px 0;
}
.schedule_4 .flow-img:after {
    background-position: -996px -10px;
    width: 115px;
    height: 278px;
}
.schedule_5 .flow-img:after {
    background-position: -494px 0;
    display: none;
}
.schedule_6 .flow-img:after {
    background-position: -748px 0;
}
.schedule_7 .flow-img:after {
    background-position: -522px 0;
}
.schedule_8 .flow-img:after {
    background-position: -774px 0;
}
a.x-button.x-button-yellow.download-btn {
    max-width: 350px;
    padding: 14px 20px;
}
.es-cnt h6 {
    font-size: 24px;
    text-align: right;
    padding-bottom: 10px;
}
.essential-wrap .sbc-inner-wrap {
    padding: 13% 0;
}
.inner-memories {
    padding: 30px 0;
}
.inner-regform {
    padding-top: 30px;
}
.inner-documents {
    padding: 10px 0 0;
}
/* Modal */
.modal-box {
    display: none;
    position: fixed;
    z-index: 999999;
    width: 88%;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 1px rgb(24 49 111);
    box-shadow: 0 0px 1px rgb(24 49 111);
    border: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 660px;
    overflow: hidden;
}
.modal-box header {
    padding: 14px 20px;
    background: #18316f;
}
.modal-box header h4 {
    margin: 0;
    color: #fff;
}
.modal-box .modal-body {
    padding: 15px 20px;
    height: 400px;
    overflow-y: scroll;
}
.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
}
a.modal-close {
    line-height: 1;
    font-size: 46px;
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    color: #fff;
    padding: 5px;
}
.schedule-modal header h5 {
    color: #fff;
}
a.modal-close:hover {
    color: #eee;
    -webkit-transition: color 1s ease;
    transition: color 1s ease;
}
.modal-body p:last-child {
    margin-bottom: 0;
}
.modal-body p {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 500;
}
ul.bullet-list {
    list-style: none;
    padding: 0;
}
ul.bullet-list li {
    position: relative;
    padding-left: 20px;
    margin: 10px 0;
    font-weight: 500;
}
ul.bullet-list li:before {
    content: '';
    position: absolute;
    left: 0;
    height: 10px;
    width: 10px;
    background: #18316f;
    top: 8px;
    border-radius: 50%;
}
/* .cal-date input:after {
    content: '';
    position: absolute;
    background-image: url(../images/cal-icon.png);
    background-size: 23px;
    right: 20px;
    height: 23px;
    width: 23px;
} */
.document-list {
    max-width: 800px;
    margin: auto;
}
.dc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #18316f;
    margin: 5px 0;
    padding: 0 0px;
    border-radius: 2px;
    overflow: hidden;
}
.dc-title {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 15px;
    padding: 10px 15px;
    color: #fff;
}
.dc-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
}
.dc-button a.x-button {
    border-radius: 0;
    padding: 10px 15px;
    font-size: 18px;
}
.ovy-wrap {
    width: 100%;
}
.ovy-wrap .yotu-playlist {
    padding-top: 0;
}
.ovy-wrap .yotu-videos li {
    border: 1px solid #969696;
    padding: 3px !important;
}
.ovy-wrap .yotu-video-thumb-wrp::after {
    width: 20%;
    padding-top: 17%;
    background-color: #e02f2f;
    border-radius: 50%;
    opacity: 1;
    border: 5px solid rgb(0 0 0 / 25%);
    z-index: 2;
}
.ovy-wrap .yotu-video-thumb-wrp::before {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 32%);
    z-index: 1;
    height: 100%;
    width: 100%;
}
.roster-popup iframe {
    height: 100%;
    width: 100%;
}
.roster-popup.modal-box {
    overflow: initial;
    max-width: 700px;
}
.roster-popup.modal-box .modal-body {
    height: 490px;
    overflow-y: initial;
}
.map-section {
    background: #ccdef6;
}
.roster-popup a.modal-close {
    top: -20px;
    right: -20px;
    background: #F2B50C;
    height: 40px;
    width: 40px;
    line-height: 30px;
    text-align: center;
    border-radius: 500%;
}
.ports-location-popup.modal-box {
    overflow: initial;
    max-width: 500px;
}
.ports-location-popup.modal-box .modal-body {
    height: auto;
    overflow-y: initial;
}
.ports-location-popup a.modal-close {
    top: -20px;
    right: -20px;
    background: #F2B50C;
    height: 40px;
    width: 40px;
    line-height: 30px;
    text-align: center;
    border-radius: 500%;
}
.ports-location-popup .port-location-desc-wrap h1 {
    color: #17316e;
    font-size: 40px;
}
.ports-location-popup .port-location-desc-wrap p {
    text-align: justify;
}
/* .ports-location-popup .port-location-desc-wrap h1:after{
    content: "";
    position: absolute;
    left: 0;
    top: 19%;
    width: 100%;
    height: 3px;
    background: #f1ad07;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: scale(0);
    transform: scale(1);
} */
.port-location-desc-wrap {
    padding-bottom: 30px;
}
/* .home-slider-wrap {
    position: relative;
}
.home-slider-wrap:before {
    content: '';
    background-image: url(https://ailsail.com/wp-content/uploads/2020/07/top-curve.png);
    height: 120px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 9;
    background-size: cover;
    background-position: center top;
} */
.sr-gallery {
    margin-top: 20px;
    display: none;
}
.sr-gallery ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sr-img-bg-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.sr-img-bg {
    padding: 40%;
    background-size: cover;
    background-position: center;
    border: 1px solid #464646;
    margin: 4px;
}
@media screen and (max-width:1200px) {
    .home-slider-wrap:before {
        height: 60px;
    }
    .page-title-banner:after {
        height: 100px;
    }
    a.year-view-link {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .asb-view-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    span.asb-view {
        margin-right: 0;
        margin-top: 5px;
    }
    .flow-img:after {
        height: 40px;
        width: 164px;
    }
    .schedule_0 .flow-img:after {
        background-position: -60px -5px;
    }
    .schedule_1 .flow-img:after {
        background-position: -265px 5px;
    }
    .schedule_2 .flow-img:after {
        background-position: -45px -8px;
    }
    .schedule_3 .flow-img:after {
        background-position: -275px 5px;
    }
    .schedule_4 .flow-img:after {
        background-position: -999px 0px;
        width: 110px;
        height: 292px;
    }
    .schedule_6 .flow-img:after {
        background-position: -722px 0;
    }
    .schedule_7 .flow-img:after {
        background-position: -548px -3px;
    }
    .schedule_8 .flow-img:after {
        background-position: -800px 0;
    }
    span.voyage-title {
        font-size: 32px;
    }
    .ns-inner-wrap {
        padding: 16% 0 11%;
    }
    #next-sailing {
        background-position: center;
    }
    .footer-bottom-sec {
        padding: 20px 0 360px;
    }
}
@media screen and (max-width:991px) {
    a.year-view-link {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    span.year-view {
        padding: 10px 16px;
    }
    /* .flow-img:after{
        display: none;
    } */
    .planning-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .flow-img:after {
        width: 204px;
    }
    .schedule_0 .flow-img:after {
        background-position: 1px -1px;
    }
    .planning-wrap.schedule_3 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .planning-wrap.schedule_4 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .planning-wrap.schedule_5 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .planning-wrap.schedule_6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .planning-wrap.schedule_7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .planning-wrap.schedule_8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .schedule_2 .flow-img:after {
        background-position: -1000px -8px;
        height: 290px;
        width: 110px;
    }
    .schedule_3 .flow-img:after {
        display: none;
    }
    .schedule_4 .flow-img:after {
        background-position: -768px 0px;
        width: 220px;
        height: 40px;
    }
    .schedule_5 .flow-img:after {
        background-position: -494px -8px;
        display: inline-block;
    }
    .schedule_8 .flow-img:after {
        display: none;
    }
    .schedule_5 .flow-img:before {
        content: '';
        position: absolute;
        background-image: url(../images/pp-wave.png);
        height: 256px;
        width: 168px;
        background-position: 169px -60px;
        -webkit-transform: rotate(152deg);
        transform: rotate(152deg);
        left: 0;
    }
    .page-title-banner {
        padding: 100px 0 160px;
    }
    .page-title-banner:after {
        height: 70px;
    }
}
@media screen and (max-width:767px) {
    a.year-view-link {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .mobile-about-text {
        display: block;
        margin-bottom: 15px;
    }
    .desktop-abt-text h6,
    .desktop-abt-text h2 {
        display: none;
    }
    .section-title {
        font-size: 36px;
    }
    .om-section:before {
        top: 14px;
        height: 190px;
    }
    .asb-view-wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .flow-img:after,
    .schedule_5 .flow-img:before,
    .schedule_5 .flow-img:after {
        display: none !important;
    }
    .planning-rows {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .planning-rows .planning-wrap {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .planning-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .planning-wrap {
        padding: 0 10px;
    }
    .planning-inner-wrap {
        border: 2px dashed;
        padding: 15px;
        height: 100%;
    }
    span.voyage-title {
        font-size: 32px;
    }
    .page-title-banner {
        padding: 90px 0 120px;
    }
    .page-title-banner:after {
        background-position: 40% 0;
        height: 56px;
    }
    .ns-section {
        background-position: center;
    }
    .single-inner-booklet a.x-button {
        margin: 5px 0;
    }
    .footer-bottom-sec {
        padding: 20px 0 220px;
    }
    .home-slider-wrap:before {
        height: 30px;
    }
}
@media screen and (max-width:575px) {
    span.vg-title {
        font-weight: 700;
        font-size: 16px;
        margin-right: 0;
        line-height: 1.4;
        text-align: center;
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }
    span.vg-button {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        text-align: center;
        margin-top: 15px;
    }
    span.vg-year,
    span.vg-text {
        font-size: 16px;
        padding: 0;
        border: 0;
        text-align: center;
    }
    span.vg-date {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    a.year-view-link {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    figure.asb-img {
        text-align: center;
        margin-bottom: 0;
    }
    .sbc-inner-wrap {
        padding: 20% 0;
        background-position: center;
    }
    .sbc-wrap:before {
        top: 0;
    }
    .planning-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .planning-rows .planning-wrap {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}
.curv-bg-top {
    position: absolute;
    bottom: -10px;
    padding: 0;
}