@media screen and (min-width: 1800px) {}

@media screen and (max-width: 1600px) {}

@media screen and (min-width: 1400px) {}

@media screen and (max-width: 1400px) {}

@media (min-width: 1200px) and (max-width: 1399px) {
    .po-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 991px) and (max-width: 1399px) {}

@media screen and (max-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199px) {

    .po-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {

    .po-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {

    .header .navbar-toggler-icon {
        background-image: none;
        width: 25px;
        display: block;
        margin: 5px 0;
        height: 0;
        transition: .5s all;
        position: relative;
        border: 1px solid #fff;
        border-radius: 4px;
    }

    .header .navbar-toggler.navbar-closed span:nth-child(1) {
        transform: rotate(45deg);
        margin: 0;
    }

    .header .navbar-toggler.navbar-closed span:nth-child(2) {
        display: none;
    }

    .header .navbar-toggler.navbar-closed span:nth-child(3) {
        transform: rotate(-45deg);
        margin: -1px 0 0;
    }

    .header .navbar-toggler {
        order: 1;
        box-shadow: none !important;
        border: none;
        z-index: 99999;
    }

    .language-bxx {
        order: 3;
    }

    .logo {
        order: 2;
    }

    .header .navbar-expand-lg {
        align-items: flex-start;
    }

    .socail-icons {
        margin-right: 25px;
    }

    .we-are-card a {
        height: 117px;
    }

    .banner-listgrid {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .lenght-section .sub-label {
        text-align: center;
    }

    .lenght-section select {
        text-align: center;
    }

    .footer-logo img {
        margin-top: 0;
    }

    .header #navbarSupportedContent {
        position: fixed;
        top: 0;
        left: 0;
        background: #0b213d;
        width: 100%;
        z-index: 999;
        height: 100vh;
        align-items: baseline;
        padding: 100px 40px 56px;
        transform: translatey(-100%);
        transition: all .4s;
    }

    .header #navbarSupportedContent.show {
        transform: translateY(0);
    }

    section.riza-section {
        padding: 50px 0 70px;
    }

    .extra-banner {
        height: 60vh;
    }

    .riza-logo {
        width: 45%;
    }

    .post-section .section-heading p {
        width: 80%;
    }

    #yachtTabsContent {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .banner-section .row {
        align-items: self-end !important;
    }

    .banner-section {
        height: 100vh;
        padding: 50px 0;
    }

    .banner-listgrid {
        display: flex;
        gap: 10px;
    }

    .banner-lg-items:nth-child(4) {
        border-left: 1px solid #bea260;
    }

    .socail-icons ul li a {
        width: 25px;
        height: 25px;
    }



    .header {
        padding: 50px 0 15px 0;
    }

    .logo {
        margin-top: 25px;
    }

    .banner-section {
        height: 130vh;
        padding: 170px 0 50px 0;
    }

    .main-heading {
        font-size: 40px;
    }

    .banner-card .section-heading p {
        font-size: 20px;
        margin: 20px 0 30px 0;
    }

    .socail-icons ul li a {
        width: 35px;
        height: 35px;
    }

    .banner-listgrid {
        display: flex;
        gap: 20px 0;
    }

    .banner-lg-items {
        flex: 0 0 33.33%;
        padding: 0px 2px;
    }

    .banner-lgi-imge {
        width: 70px;
        height: 40px;
        margin: 0 auto 10px;
    }

    .banner-lgi-content {
        width: 80%;
        margin: 0 auto;
    }

    .banner-lgi-content h5 {
        font-size: 15px;
    }

    .banner-section .row {
        flex-direction: column;
        justify-content: space-between;
    }

    .we-are-section {
        padding: 30px 0;
    }

    .we-are-section .sub-heading {
        margin-bottom: 40px;
    }

    .sub-heading {
        font-size: 20px;
        line-height: 130%;
    }


    .we-are-card a {
        height: 77px;
    }

    header.header.sticky-header .logo {
        margin: 0;
    }

    header.header.sticky-header {
        padding: 15px 0;
    }

    .Services-flx {
        gap: 4px;
        justify-content: space-between;
    }

    .Services-right p {
        font-size: 16px;
    }

    .Services-lft {
        width: 50px;
        height: 40px;
    }

    .banner-section:after {
        background: #0000001c;
    }

    .banner-lg-items:first-child {
        border-left: none;
    }

    .banner-lg-items:nth-child(3) {
        border-right: none;
    }

    .banner-lg-items {
        border-right: 1px solid #bea26080;
    }

    .banner-lg-items:nth-child(4) {
        border-left: 1px solid #bea26080;
    }

    .header .navbar-toggler {
        padding: 0 !important;
    }

    .container {
        padding: 0 20px;
    }

    .yachts-carther-section .container,
    .where-to .container {
        padding-right: 0px;
    }

    .pp-flx {
        display: flex;
        align-items: end;
        justify-content: space-between;
    }

    .lang-list {
        right: 0;
        left: unset;
    }

    .lenght-section .control-group {
        margin-bottom: 0px;
    }

    .po-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }

    .yachts-main-section .pre-owned-meta {
        margin-bottom: 30px;
    }

    .extra-banner {
        height: 50vh;
    }

    .riza-image img {
        object-position: right;
    }

    .riza-image:after {
        background: #00000010;
    }

    .riza-content .btn-all {
        margin: 28px auto 10px;
    }

    .riza-content p {
        font-size: 18px;
        color: #000;
    }

    .riza-logo {
        width: 45%;
    }

    .the-path-section {
        padding: 50px 0;
    }

    .the-path-section .sub-heading {
        font-weight: 400;
    }

    .riza-image {
        height: 350px;
    }

    .sub-title {
        font-size: 16px;
    }

    .post-section .section-heading p {
        width: 100%;
    }

    .post-main {
        margin-top: 40px;
    }

    .post-section .container {
        padding: 0 0;
    }

    .post-video-section {
        padding: 0 0 50px;
    }

    .yatchs-infor-tabs-section .nav-tabs .nav-link {
        font-size: 14px;
    }

    .yatchs-infor-tabs-section .table td {
        font-size: 14px;
    }

    .lenght-section .section-heading p {
        width: 100%;
    }

    .slide-counter {
        padding: 0 20px;
    }

    .we-are-main .sub-heading {
        font-size: 20px;
    }

    .we-are-flex {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .yachting-carousel-img {
        height: auto;
    }

    .rmiddle p {
        font-size: 15px;
    }

    .we-are-section .sub-heading {
        font-size: 20px;
    }

    .yachts-main-section .section-heading .sub-heading,
    .post-section .sub-heading {
        font-size: 28px;
    }

    .yatchs-infor-tabs-section {
        padding: 0 0 0;
    }

.meta-heading { 
    font-size: 36px;
}
.cyy-inner ul {
    list-style: disc;
    text-align: left;
    margin: 15px 0 0;
    padding-left: 30px;
}
.cyy-inner h5 { 
    font-size: 17px; 
}
}



@media (max-width: 567px) {

    .footer-info-section {
        padding: 35px 0;
    }

    .footer-info-title {
        font-size: 17px;
        margin-top: 25px;
    }

    .footer-info-section p,
    .footer-info-section a {
        font-size: 15px;
    }

    .yatchs-infor-tabs-section .nav-tabs .nav-link {
        font-size: 12px;
        padding: 10px 15px !important;
    }
}

@media (max-width: 380px) {}