.single-ships .banner-header {
    margin-bottom: 0;
}

h2,
h3 {
    color: var(--fc-blue-1, #0a71a4);
    text-align: left;
    font: normal normal 800 50px/60px Barlow Condensed;
    text-transform: uppercase;
    opacity: 1;
}

.single-ships .cc-item {
    background: var(--fc-blue);
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 13px 0;
}

.single-ships .cc-item i {
    display: block;
    margin: 0;
    padding: 0;
}

.single-ships .cc-box h5 {
    text-align: center;
    font: normal normal bold 16px/24px Lato;
}


.single-ships .cc-box h4 {
    text-align: center;
    font: normal normal bold 24px/28px Lato;
    color: var(--fc-blue);
}

section.your-ship {
    margin: 60px 0 0 0;
}

.single-ships section.your-ship {
    margin: 60px 0 0 0;
}

.single-ships .your-ship-images {
    margin: 42px 0 0 0;
}

.single-ships .cruiseship-intro {
    margin: 34px 0 0 0;
}

.single-ships .circle-description {
    margin: 43px 0 0 0;
}
.single-ships  section.video-block.white-section {
    margin: 43px 0 0 0;
}

.single-ships  .video-block .inner {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    gap: 17px;
    text-align: left;
}

.single-ships .video-embed .video-col .whoframed {
    height: 617px !important;
}

.single-ships .whoframed iframe {
    max-height: unset;
}

.single-ships .your-ship__description {
    margin: 49px 0 0 0;
}

.single-ships #search_container {
    margin: 86px 0 0 0;
}

.single-ships .search-options {
    padding: 32px;
    background: #12284C;
}

.single-ships .search-options .inner {
    display: flex;
}

.single-ships .search-options .inner h6 {
    font: normal normal bold 14px/18px Lato;
    color: var(--fc-white);
    min-width: 160px;
}

.single-ships .search-options .inner h6>span {
    display: block;
    font: normal normal normal 10px/26px Lato;
    text-transform: uppercase;
}

.single-ships #search_actions {
    margin: 0;
    flex-direction: row-reverse;
    gap: 10px;
}

.single-ships .header-mobile-bar .inner {
    padding: 0 35px;
}

.single-ships .nav-top-bar {
    justify-content: space-between;
    gap: 10px;
    position: unset;
}

.single-ships .header-mobile-bar .item-nav {
    padding: 0;
}

.header-mobile-bar .item-nav span {
    padding: 8px 10px;
    border-radius: 10px;
    transition: all 0.3s;
}

.header-mobile-bar .item-nav.active span {
    background-color: var(--fc-blue-hover);
}

@media (max-width: 920px) {
    .single-ships .header-mobile-bar {
        margin: 63px 0 0 0;
    }

    .single-ships #search_container {
        margin: 0;
    }

    .single-ships #search_container .sidebar {
        width: 102%!important;
        margin-left: -4px;
    }
    .single-ships #search_container .search-options {
        position: sticky;
    }

    .single-ships #search_container .search-options h6 {
        display: none;
    }

    .single-ships #search_container .sidebar #filters {
        padding: 30px 0;
    }

    .single-ships #search_container .result-list .inner {
        /* padding: 0; */
    }

    .single-ships #search_actions {
        justify-content: flex-end;
    }

    .single-ships #search_container .sidebar {
        position: sticky;
    }
}

@media (max-width: 780px) {
    .single-ships .video-embed .video-col .whoframed {
        height: 249px !important;
    }
    
    .single-ships .video-col {
        height: 249px;
    }
    
    .single-ships .whoframed iframe {
        height: 249px;
    }

    .single-ships  .video-block .inner p {
        display: none;
    }
}
