/******commom css******/
:root {
    --white: #ffffff;
    --black: #000000;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: "Raleway", serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; /* Chrome, Safari */
    text-rendering: optimizeLegibility; /* Firefox */
    font-weight: 400;
    color: var(--black);
}

a {
    color: #002e5b;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}

h2 {
    font-weight: 400;
    font-size: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    word-break: break-word;
    line-height: 1.4;
    margin: 0;
}

p {
    word-break: break-word;
    margin: 0;
}

button,
input,
optgroup,
select,
textarea {
    font-family: Poppins, sans-serif;
}

    button:focus {
        outline: none !important;
    }

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a, a:hover {
    text-decoration: none;
}

.btn {
    font-family: 'Raleway';
    min-height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary {
    color: #fff;
    background-color: #e8ab00;
    border-color: #e8ab00;
}

    .btn-primary:hover {
        color: #fff;
        background-color: rgba(232, 171, 0, 0.7);
        border-color: #e8ab00;
    }

.scrollTop {
    position: fixed;
    z-index: 99999;
    right: 50px;
    bottom: 50px;
    color: #5a5a5a;
    font-size: 20px;
    cursor: pointer;
}
/**********common css**********/


/* header */

header {
    z-index: 999;
    width: 100%;
    padding: 0px 0;
    background: rgba(255, 255, 255, 0.97);
    transition: all 0.2s ease-in-out 0.2s;
    position: fixed;
    height: 120px;
}

    header.fixed {
        box-shadow: 0 0 5px #ccc;
    }

    header .logo {
        margin-top: 10px;
        display: inline-block;
    }

        header .logo img {
            max-width: 210px;
        }

    header.fixed .logo img {
        max-height: 60px;
    }

.call-us {
    float: right;
    color: #035064;
    font-size: 15px;
    padding: 35px 20px;
}

    .call-us .call {
        color: #91b9d3;
    }

    .call-us .number {
        font-size: 18px;
        font-family: "Roboto Slab", serif;
    }

    .call-us a {
        color: #e9a901;
        text-decoration: underline;
    }

.y-menu_outer {
    box-shadow: 0 12px 8px -9px #000;
    border-radius: 3px;
    background: #005164;
    position: relative;
    top: 15px;
    z-index: 9999;
}

ul.rmm-menu {
    display: flex;
    grid-gap: 15px;
    position: relative;
}

    ul.rmm-menu li a {
        color: #fff;
        position: relative;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 12px 12px 8px;
        display: block;
    }

    ul.rmm-menu li > a:not(:only-child):before {
        position: absolute;
        content: "\f107";
        font-family: fontawesome;
        right: 0;
        display: block;
        top: 13px;
        font-size: 12px;
    }

    ul.rmm-menu ul li > a:not(:only-child):before {
        content: "";
        content: "" !important;
        display: block;
        font-family: fontawesome;
        font-size: 16px;
        right: 10px;
        top: 2px;
    }

    ul.rmm-menu ul {
        margin: 0;
        min-width: 140px;
        background: #fff;
        border-radius: 0;
        padding: 0;
        position: absolute;
        z-index: 9999;
        max-width: 250px;
        transition: all .5s;
        opacity: 0;
        visibility: hidden;
        height: 0;
        transform: scale(0);
    }

.rmm-submenu.activemenu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    height: auto;
    max-height: 377px;
}

ul.rmm-menu li:hover > ul {
    /*display: block;*/
}

.rmm-menu .rmm-back {
    display: none;
    font-size: 12px;
}

.rmm-menu ul li a {
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    font-weight: 400;
    color: #002e5b;
    text-transform: capitalize;
    padding: 6px 50px 6px 15px;
    margin-right: 0;
    min-width: 100px;
}

    .rmm-menu ul li a:hover {
        background: #02667e;
        color: #fff;
    }

.rmm-menu ul li {
    float: none;
    position: relative;
}

.rmm-menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
}


.main-banner img {
    width: 100%;
    object-fit: cover;
}

.search-form {
    background-color: rgba(0, 81, 100, 0.8);
    padding: 10px;
    padding-top: 10px;
    width: 100%;
    min-height: 74px;
    height: auto;
}

.search-btn-hold {
    display: none;
}

.search-form .form-control {
    height: 45px !important;
    border: none;
    background: #fff;
    font-size: 13px;
    font-family: 'Raleway';
    color: #000;
    padding: 7px;
}

.search-form select.form-control {
    background: #fff url(../images/down-arrow-grey.png) no-repeat;
    appearance: none;
    -webkit-appearance: none;
    background-position: 94% 50%;
}

.search-form .col-lg-2.col-md-4.col-sm-6, .search-form .col-lg-1 {
    padding-left: 5px;
    padding-right: 5px;
}

.search-form .container {
    max-width: 1240px;
}

.corporate_block {
    margin: 30px 0 35px;
}

    .corporate_block .col-lg-3.col-md-6 {
        padding: 0;
    }

.corporate_block-inner {
    background: #f0f0f0;
    text-align: center;
    padding: 20px;
    border-top: 1px solid #fff;
}

.corporate_block .col-lg-3.col-md-6:nth-child(2n+1) .corporate_block-inner {
    background: #f8f8f8;
}

.corporate_block .col-lg-3.col-md-6:nth-child(5n) .corporate_block-inner {
    background: #f0f0f0;
}

.corporate_block .col-lg-3.col-md-6:nth-child(6n) .corporate_block-inner {
    background: #f8f8f8;
}

.corporate_block .col-lg-3.col-md-6:nth-child(7n) .corporate_block-inner {
    background: #f0f0f0;
}

.corporate_block .col-lg-3.col-md-6:nth-child(8n) .corporate_block-inner {
    background: #f8f8f8;
}

.corporate_block-inner img {
    max-width: 64px;
    display: block;
    margin: 0 auto;
}

.corporate_block-inner h4 {
    color: #026f89;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto Slab';
    opacity: 0.85;
    font-weight: 400;
    min-height: 45px;
    margin: 15px 0;
}

    .corporate_block-inner h4:hover {
        opacity: 1;
    }

.corporate_block-inner p {
    min-height: 130px;
    margin: 0;
    color: #464646;
}

.book_today p {
    margin: 0 0 20px;
}

.book_today img {
    max-width: 100%;
}

.enquiry-form {
    box-shadow: 0 5px 10px -5px #5e5e5e;
    padding: 25px 20px;
    background: #f0f0f0;
}

    .enquiry-form h4 {
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .enquiry-form .form-control {
        background: #51a79e;
        padding: 3px 10px;
        min-height: 40px;
        border-radius: 4px;
        font-size: 14px;
        color: #fff;
    }

    .enquiry-form .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .enquiry-form .col-md-6 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .enquiry-form textarea.form-control {
        min-height: 100px;
        padding-top: 10px;
    }

    .enquiry-form .btn-primary {
        width: 100%;
        /*border-radius: 4px;
        background: #51a79e;
        border: 1px solid #51a79e;
        min-height: 45px;*/
    }

        .enquiry-form .btn-primary:hover, .enquiry-form .btn-primary:focus, .enquiry-form .btn-primary:active {
            background: rgba(232, 171, 0, 0.7) !important;
            border-color: #e8ab00 !important;
            box-shadow: none !important;
        }


p a {
    color: #026f89;
}

.heading {
    text-align: center;
    margin-bottom: 50px;
}

    .heading h2 {
        color: #005164;
        padding-bottom: 15px;
        text-transform: uppercase;
        margin: auto;
        position: relative;
    }

        .heading h2::before {
            background: #cccccc;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            bottom: -2px;
            content: "";
            display: block;
            height: 5px;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            width: 5px;
        }

        .heading h2:after {
            background: #ccc;
            bottom: 0;
            content: "";
            display: block;
            height: 1px;
            left: 0;
            margin: auto;
            max-width: 120px;
            position: absolute;
            right: 0;
            width: 80%;
        }

.boat-type {
    margin: 50px 0 0;
}

    .boat-type .boat-block {
        display: block;
        border: 1px solid #e8e8e8;
        padding: 12px;
        position: relative;
        margin: 1px;
    }

        .boat-type .boat-block img {
            height: 160px;
            width: 100%;
            object-fit: cover;
        }

        .boat-type .boat-block h4 {
            font-size: 16px;
            color: #026f89;
            text-align: center;
            margin: 20px 0 10px;
        }

.blue-btn {
    background: #51a79e;
    border: 1px solid #4b9991;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle;
    box-shadow: 0 2px 2px #bfbfbf;
    backface-visibility: hidden;
}

    .blue-btn:hover {
        color: #fff;
    }

    .blue-btn:before {
        background: #51a79e;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: scaleY(0);
        transform-origin: 50% 50% 0;
        transition-duration: 0.3s;
        transition-property: transform;
        transition-timing-function: ease-out;
        z-index: -1;
    }

    .blue-btn:hover::before {
        background: #60b3ab;
        content: "";
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }

.boat-type .owl-nav {
    position: absolute;
    top: -40px;
    right: 0;
}

    .boat-type .owl-nav button {
        margin: 0 10px;
    }

        .boat-type .owl-nav button i {
            font-size: 30px;
        }

.client_testimonials {
    background: url(../images/testimonial-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
    padding: 25px 0;
    margin: 50px 0;
    position: relative;
}

    .client_testimonials:before {
        content: "";
        background: rgba(0,0,0,0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .client_testimonials h2 {
        position: relative;
        text-transform: uppercase;
        margin-bottom: 50px;
    }

.testimonials-block {
    max-width: 80%;
    margin: 0 auto;
}

    .testimonials-block p {
        margin: 0 auto 30px;
    }

.owl-dots {
    margin: 15px 0 0;
    text-align: center;
}

    .owl-dots button {
        margin: 0 7px;
    }

        .owl-dots button span {
            width: 18px;
            height: 18px;
            border: 2px solid #fff;
            border-radius: 50%;
            display: inline-block;
        }

        .owl-dots button.active span {
            background: #fff;
        }

.latest-news .news-img {
    box-shadow: 0 0 3px #d0d0d0;
    border: 10px solid #fff;
}

    .latest-news .news-img img {
        width: 100%;
        object-fit: cover;
    }

.heading-2 {
    text-align: left;
    margin-bottom: 30px;
}

    .heading-2 h2 {
        font-size: 24px;
        font-weight: 600;
        padding-bottom: 0;
    }

        .heading-2 h2:before {
            background: #cccccc;
            border-radius: 50%;
            bottom: -4px;
            content: "";
            display: block;
            height: 5px;
            left: 116px;
            position: absolute;
            width: 5px;
            z-index: 999;
            right: auto;
        }

        .heading-2 h2:after {
            border-top: 1px solid #cccccc;
            bottom: -2px;
            content: "";
            display: block;
            height: 1px;
            left: 0;
            position: absolute;
            width: 120px;
            right: auto;
        }

.news-content .date {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    font-size: 12px;
}

    .news-content .date i {
        font-size: 14px;
    }

.news-content p {
    margin: 25px 0;
}

.news-content .btn.blue-btn {
    max-width: 180px;
}

.news-sec {
    margin: 50px 0;
}

.news-block {
    box-shadow: 0 0 3px #d0d0d0;
    display: block;
    border: 10px solid #fff;
    position: relative;
    margin-bottom: 20px;
}

    .news-block img {
        height: 250px;
        object-fit: cover;
        width: 100%;
    }

.news-info {
    background: #4b9991;
    box-shadow: -20px 20px 0 -6px rgba(0, 0, 0, 0.3);
    max-width: 200px;
    padding: 25px 15px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 60px;
    width: 100%;
    color: #fff;
}

    .news-info .date {
        display: flex;
        align-items: center;
        grid-gap: 10px;
        font-size: 12px;
    }

        .news-info .date i {
            font-size: 14px;
        }

    .news-info p {
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
        margin: 0 0 10px;
    }

        .news-info p:hover {
            color: #dcdcdc;
        }

.news-sec .btn {
    font-weight: 600;
    min-width: 180px;
}



.subscription-sec {
    background: #ebaa01;
    color: #291641;
    display: flex;
}



    .subscription-sec > div {
        width: 50%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


    .subscription-sec h2 {
        color: #291641;
        text-align: center;
        font-size: 20px;
        font-family: 'Raleway';
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 0 20px;
    }


    .subscription-sec > div.s-right {
        padding: 0;
    }

.s-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}

    .s-right img {
        width: 100%;
        max-width: 100%;
        min-height: 340px;
        object-fit: cover;
    }

.subscription-sec .box input {
    color: #291641;
    background: none;
    border: none !important;
    border-bottom: 1px solid #291641 !important;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    padding: 8px 0;
    font-family: 'Raleway';
}

    .subscription-sec .box input:focus {
        outline: none;
        box-shadow: none;
    }

.s-left .box {
    display: flex;
    grid-gap: 20px;
}

    .s-left .box > div {
        width: 100%;
        margin-bottom: 25px;
    }

.btn-div .button {
    background: none;
    border: 1px solid #291641;
    color: #291641;
    border-radius: 0;
    padding: 0 22px;
    font-size: 15px;
    line-height: 32px;
}

footer {
    margin: 50px 0 0;
}

.top-footer {
    background: #454545;
    padding: 60px 0 30px;
}

    .top-footer .contact-bg {
        background: url(../images/contact_bg.png) no-repeat;
        background-size: 100%;
    }

    .top-footer .menu li {
        list-style: disc;
        color: #fff;
        margin: 0 0 4px;
    }

        .top-footer .menu li a {
            color: #fff;
        }

            .top-footer .menu li a:hover {
                color: #bebebe;
            }

    .top-footer .f-text {
        color: #fff;
    }

        .top-footer .f-text p {
            margin: 0 0 4px;
        }
.content .social-icons img{margin:0;}

.top-footer .social-icons, .content .social-icons {
    display: flex;
    grid-gap: 5px;
    margin: 5px 0 0;
}

        .top-footer .social-icons li a, .content .social-icons li a {
            display: block;
            height: 31px;
            width: 31px;
            margin: 2px;
            transition: all ease 0.3s;
        }

            .top-footer .social-icons li a.trip {
                background: url(../images/trip.jpg) top left no-repeat;
                height: 31px;
                width: 31px;
                margin: 2px;
                transition: all ease 0.3s;
            }

            .top-footer .social-icons li a.face {
                background: url(../images/facebook.jpg) top left no-repeat;
                height: 31px;
                width: 31px;
                margin: 2px;
                transition: all ease 0.3s;
            }

            .top-footer .social-icons li a.linkedIn {
                background: url(../images/linkedIn.jpg) top left no-repeat;
                height: 31px;
                width: 31px;
                margin: 2px;
                transition: all ease 0.3s;
            }

            .top-footer .social-icons li a.twitter {
                background: url(../images/twitter.jpg) top left no-repeat;
                height: 31px;
                width: 31px;
                margin: 2px;
                transition: all ease 0.3s;
            }

            .top-footer .social-icons li a.meetup {
                background: url(../images/meetup.jpg) top left no-repeat;
                height: 31px;
                width: 31px;
                margin: 2px;
                transition: all ease 0.3s;
            }

                .top-footer .social-icons li a:hover, .top-footer .social-icons li a.twitter:hover, .top-footer .social-icons li a.linkedIn:hover, .top-footer .social-icons li a.face:hover, .top-footer .social-icons li a.meetup:hover, .top-footer .social-icons li a.trip:hover {
                    background-position: 0px -31px !important;
                }

.middle-footer {
    background: #313131;
    padding: 10px 0;
    border-top: 1px solid #555;
}

.footer-ad-img {
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
}

    .footer-ad-img img {
        border-radius: 5px;
        height: 100px;
        object-fit: cover;
    }

.bottom-footer {
    background: #005164;
    color: #fff;
    padding: 12px 0;
}

.popup-box.active {
    display: none;
}

.popup-box {
    width: 300px;
    height: 500px;
    overflow: auto;
    scrollbar-width: thin;
    -webkit-scrollbar-width: thin;
    background: #1d5267;
    box-shadow: 0px 0px 3px 0px rgba(2, 2, 2, 1.00);
    padding: 24px;
    border: 3px solid #000;
    border-radius: 3px;
    position: fixed;
    z-index: 9999999;
    top: auto;
    bottom: 0;
    right: 0;
    color: #fff;
}

    .popup-box .close-btn {
        box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 );
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 300;
        color: #fff;
        border: 2px solid #fff;
        position: absolute;
        right: 2px;
        top: 2px;
    }

.popup-content h6 {
    font-weight: 400;
    margin: 0 0 10px;
}

.popup-content p {
    margin: 20px 0 0;
}

.popup-content img {
    width: 100%;
}



/*****inner page******/

.inner-banner {
    position: relative;
}

    .inner-banner img {
        height: 370px;
        width: 100%;
        object-fit: cover;
    }

.inner-pages-content-bg {
    background: #fff;
    position: relative;
    margin-top: -65px;
    padding: 15px 25px;
}

.heading-2 {
    margin-bottom: 50px;
}

. .heading-2 h2 {
    font-size: 32px;
    font-weight: 400;
    padding-bottom: 5px;
}

.content p {
    margin: 10px 0;
}

    .content p a {
        text-decoration: underline;
    }

.content h3 {
    font-size: 24px;
    color: #026f89;
    margin-bottom: 10px;
    font-weight: 400;
}

.content img {
    width: 100%;
    margin: 20px 0;
}

.right-form {
    background: #51a79e;
    padding: 30px 20px;
}

    .right-form .availability_widget ul li {
        padding: 8px 0 0 55px;
        margin: 8px 0;
        display: flex;
        align-items: center;
        background: url(../images/rt-sidmenu-icons-2.png) no-repeat 0% 0%;
    }

        .right-form .availability_widget ul li:nth-child(1) {
            background-position: 0px 0px;
            height: 48px;
        }

        .right-form .availability_widget ul li:nth-child(2) {
            background-position: 0px -47px;
            height: 48px;
        }

        .right-form .availability_widget ul li:nth-child(3) {
            background-position: 0px -95px;
            height: 48px;
        }

        .right-form .availability_widget ul li:nth-child(4) {
            background-position: 0px -143px;
            height: 48px;
        }

        .right-form .availability_widget ul li:nth-child(5) {
            background-position: 0px -191px;
            height: 48px;
        }

        .right-form .availability_widget ul li:nth-child(6) {
            background-position: 0px -243px;
            height: 48px;
        }

        .right-form .availability_widget ul li a {
            color: #eeeeee;
            font-weight: 600;
            font-size: 16px;
            line-height: 130%;
            padding: 4px 0;
            margin: 0 0;
            display: inline-block;
        }

            .right-form .availability_widget ul li a:hover {
                color: #fff;
            }

    .right-form .enquiry-form {
        box-shadow: none;
        padding: 0;
        background: none;
        color: #fff;
        margin: 40px 0 0;
    }

        .right-form .enquiry-form p {
            color: #fff;
        }

            .right-form .enquiry-form p span {
                color: #000;
            }

            .right-form .enquiry-form p a {
                font-weight: 600;
                color: #fff;
                text-decoration: underline;
            }

        .right-form .enquiry-form h2 {
            color: #fff;
            font-size: 24px;
            padding-bottom: 0;
        }

        .right-form .enquiry-form .heading-2 {
            margin-bottom: 30px;
        }

        .right-form .enquiry-form ul {
            margin-bottom: 30px;
        }

            .right-form .enquiry-form ul li {
                font-style: normal;
                font-size: 14px;
                margin: 12px 0;
            }

        .right-form .enquiry-form .textwidget p {
            color: #fff;
            margin: 0 0 30px;
        }

        .right-form .enquiry-form input::placeholder, .right-form .enquiry-form textarea::placeholder {
            color: #fff;
            opacity: 1; /* Firefox */
        }

        .right-form .enquiry-form input::-webkit-placeholder, .right-form .enquiry-form textarea::-webkit-placeholder {
            color: #fff;
            opacity: 1; /* Firefox */
        }

        .right-form .enquiry-form input::-ms-input-placeholder, .right-form .enquiry-form textarea::-ms-input-placeholder { /* Edge 12-18 */
            color: #fff;
        }

.team-block {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #f2f2f2;
}

    .team-block > img {
        height: 250px;
        width: 100%;
        object-fit: cover;
    }

    .team-block > div {
        padding: 20px;
    }

    .team-block h4 {
        font-size: 20px;
    }

    .team-block span {
        color: #666;
    }

    .team-block p {
        margin: 10px 0;
        color: #000;
    }

    .team-block a[title="E mail"] {
        font-size: 18px;
    }

    .team-block .moretext {
        display: none;
    }

a.moreless-button {
    color: #005164;
    font-weight: 500;
}

.testimonial-tab .testimonial-nav {
    display: flex;
    grid-gap: 5px;
    margin-bottom: 20px;
}

    .testimonial-tab .testimonial-nav li a {
        padding: 12px 18px;
        background-color: #51a79e;
        color: #FFFFFF;
        display: block;
        line-height: normal;
        border-radius: 4px;
    }

        .testimonial-tab .testimonial-nav li a:hover, .testimonial-tab .testimonial-nav li.active a {
            background: #005164;
        }

.testimonial-div {
    background: url(../images/quotes-image.png) no-repeat;
    background-position: 97% 97%;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 20px;
    display: flex;
    grid-gap: 20px;
}

    .testimonial-div > img {
        border-radius: 50%;
        height: 100px;
        width: 100px;
        object-fit: cover;
        float: left;
        margin: 0 10px 10px 0;
    }

    .testimonial-div h5 {
        color: #005164;
        font-size: 22px;
        font-weight: 600;
        padding: 0 0 10px;
    }

    .testimonial-div .testimonial-body p {
        color: #333;
        font-size: 14px;
    }

.testimonial_author {
    margin: 20px 0 0;
}

    .testimonial_author .testimonial-client {
        color: #005164;
        font-size: 17px;
        font-weight: 600;
        display: block;
        font-style: italic;
        margin-bottom: 5px;
    }

    .testimonial_author .date {
        color: #333333;
        font-size: 14px;
        font-weight: 600;
        font-style: italic;
        display: block;
    }

.pagination {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 20px auto;
    display: inline-flex;
    padding: 0px;
    -webkit-box-shadow: inset 0 0 6px -1px #d0d0d0;
    box-shadow: inset 0 0 6px -1px #d0d0d0;
}

    .pagination li a {
        border-right: 1px solid #e7e4e4;
        padding: 8px 20px;
        display: flex;
        color: #666666;
        background: #f0f0f0;
        font-weight: 600;
        align-items: center;
        grid-gap: 3px;
        min-height: 38px;
    }

        .pagination li a:hover, .pagination li.active a {
            background: #005164;
            color: #fff;
        }

dl.cf, dl.cf dt strong, dl.cf dt span {
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 400;
}

.marquee-class-1, marquee {
    color: rgba(255, 255, 255, 0.9);
    background: rgba(70, 70, 70, 0.6);
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
}

.custom-tab {
    margin: 20px 0 0;
}

    .custom-tab .custom-nav {
        display: flex;
        grid-gap: 5px;
        margin-bottom: 20px;
        border: none;
    }

        .custom-tab .custom-nav li a {
            padding: 12px 18px;
            background-color: #51a79e;
            color: #FFFFFF;
            display: block;
            line-height: normal;
            font-size: 18px;
            min-width: 200px;
            text-align: center;
            border-radius: 0;
            border: none;
        }

            .custom-tab .custom-nav li a:hover, .custom-tab .custom-nav li a.active {
                background: #005164;
                color: #fff;
            }

.y-yacht-intro {
    background: #eeeeee;
    -webkit-box-shadow: 0px 6px 6px -6px #222;
    -moz-box-shadow: 0px 6px 6px -6px #222;
    box-shadow: 0px 6px 6px -6px #222;
    margin-bottom: 20px;
    min-height: 45px;
    display: block;
}

    .y-yacht-intro .yatch-img {
        height: 200px;
        overflow: hidden;
        width: 100%;
        position: relative;
    }

        .y-yacht-intro .yatch-img img {
            width: 100%;
            margin: 0;
            transition: all .5s ease-out;
            object-fit: cover;
        }

        .y-yacht-intro .yatch-img:hover img {
            transform: scale(1.25);
        }

    .y-yacht-intro .yatch-details {
        padding: 15px;
    }

        .y-yacht-intro .yatch-details > a:not(.btn) {
            color: #005164;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
            display: block;
            text-align: center;
        }

        .y-yacht-intro .yatch-details ul {
            display: flex;
            width: 100%;
            padding: 4px 0;
            margin: 8px 0 30px;
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
        }

            .y-yacht-intro .yatch-details ul li {
                font-weight: 600;
                text-transform: uppercase;
                padding: 20px 0;
            }

                .y-yacht-intro .yatch-details ul li:first-child {
                    border-right: 1px solid #ddd;
                    margin-right: 5px;
                    padding-right: 20px;
                    width: 68%;
                    text-align: center;
                }

                .y-yacht-intro .yatch-details ul li:last-child {
                    color: #464646;
                }

.content p.range {
    font-size: 22px;
    font-weight: 600;
    margin: 12px 24px;
}

.charter-details {
    margin: 0;
    padding: 30px 0;
}

.left-right-alignment {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .left-right-alignment h3 {
        margin: 0 !important;
    }

    .left-right-alignment .btn {
        font-weight: 600;
    }

.photo-gallery .item, .videos .thumbnail {
    padding-bottom: 30px;
}

.photo-gallery img.img-fluid, .videos img {
    height: 100px;
    margin: 0 !important;
    border: 1px solid #d1d1d1;
    border-radius: 0px;
    /*object-fit: cover;*/
    background-color: #ececec;
}

.images-videos {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 20px 0;
    padding-right: 10px;
}

.yatch-desc {
    border: 1px solid #53a69e;
    border-radius: 4px;
    background-color: #fff;
    margin: 30px 0;
    padding: 16px;
}

    .yatch-desc h4 {
        font-size: 18px;
        font-weight: 600;
        color: #002E5B;
        margin: 0 0 30px;
    }

    .yatch-desc p {
        color: #333;
        margin: 0 0 18px !important;
        word-break: inherit;
    }

    .yatch-desc .table tr td strong {
        color: #333;
        font-weight: 600;
    }

.table tr td, .table tr th {
    border: 1px solid #dce3eb;
    color: #484848;
    padding: 8px;
}

.table tr th {
    background: #f2f2f2;
}

.table tr:nth-child(2n+1) {
    background: #f9f9f9;
}

.table tbody tr:hover {
    background-color: rgba(81,167,238,.1);
}


.component .table tr th {
    background-color: #51a79e;
    font-weight: bold;
    color: #fff;
    white-space: normal;
    padding: 7px;
    font-weight: 600;
    text-align: center;
}

.info-hold-2 {
    display: block;
    border-top: 1px solid #afeeee;
    width: 100%;
    margin: 10px auto 0px auto;
    padding-top: 5px;
}

.component .table tr th a {
    color: #808080;
}

.component .table tr td a {
    color: #808080;
    font-size: 12px;
}

.component .table tr td, .component .table tr th {
    vertical-align: middle;
}

/***********Calendar Css***********/


.availability-calendar-toolbar {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

    .availability-calendar-toolbar span:last-child {
        float: right
    }

    .availability-calendar-toolbar input {
        padding: 7px 14px;
        background: #F5F5F5;
        background-image: linear-gradient(to bottom, #FFF, #E6E6E6);
        border: 1px solid #BBB;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        font-weight: bold;
        cursor: pointer;
        outline: 0;
    }

        .availability-calendar-toolbar input:first-child {
            margin-right: 5px;
            padding: 8px 14px;
            border-radius: 6px;
        }

        .availability-calendar-toolbar input:nth-child(2) {
            border-radius: 6px 0 0 6px
        }

        .availability-calendar-toolbar input:last-child {
            margin-left: -1px;
            border-radius: 0 6px 6px 0;
        }

        .availability-calendar-toolbar input:hover {
            background: #E5E5E5;
            background-image: linear-gradient(to bottom, #EEE, #D6D6D6);
        }

        .availability-calendar-toolbar input:active {
            background: #D5D5D5;
            background-image: linear-gradient(to bottom, #DDD, #C6C6C6);
        }

/*.availability-calendar td:nth-child(2), .availability-calendar td:nth-child(5), .availability-calendar td:nth-child(2), .availability-calendar td:last-child {
    background: #65a765;
}*/

.availability-calendar td {
    background: #65a765;
}

/*    .availability-calendar td:nth-child(3n) {
        background: #71c7be;
    }*/

.availability-calendar {
    width: 100%;
    background: #FFF;
    table-layout: fixed;
    border-collapse: collapse;
    color: #333;
    font-weight: 600;
    margin: 5px 0 0;
}

    .availability-calendar th, .availability-calendar td {
        border: 1px solid #DDD;
        padding: 5px;
        font-weight: 600;
        background: #f8f8f8;
    }

    .availability-calendar th {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .availability-calendar td {
        height: 60px;
        vertical-align: top;
        text-align: right;
        position: relative;
        overflow: hidden;
    }

    .availability-calendar .ex-month {
        opacity: 0.4
    }

    .availability-calendar .unavailable {
        position: relative;
        background: lightcoral;
    }

        .availability-calendar .unavailable td {
            position: absolute;
            top: 40%;
            left: 0;
            right: -1px;
            height: 30px;
            background: #F88;
            border-top: 1px solid #A33;
            border-bottom: 1px solid #A33;
        }

        .availability-calendar .unavailable:last-child div {
            right: 0
        }

        .availability-calendar .unavailable .first {
            left: 51%;
            border-radius: 6px 0 0 6px;
            border-left: 1px solid #A33;
        }

        .availability-calendar .unavailable .last {
            right: 51%;
            border-radius: 0 6px 6px 0;
            border-right: 1px solid #A33;
        }

.availability-calendar-toolbar input {
    font-size: 12px;
    background: #ebaa01 !important;
    border-color: #cda438;
    color: #fff;
    font-weight: 600;
}

.info {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 12px 0 0;
}

.availability-calendar td {
    background: #65a765;
    color: #fff;
}

.availability-calendar-toolbar span:first-child {
    position: relative;
    top: 10px;
    font-weight: 600;
}

.availability-sec .info > div span.red {
    background: lightcoral;
}

.availability-sec .info {
    display: flex;
    align-items: center;
}

    .availability-sec .info > div {
        display: flex;
        align-items: center;
        margin: 0 10px;
        font-size: 12px;
        font-weight: 600;
        color: #333;
    }

        .availability-sec .info > div span {
            width: 12px;
            height: 12px;
            background: #FF5C5C;
            margin-right: 5px;
        }

            .availability-sec .info > div span.red {
            }

            .availability-sec .info > div span.green {
                background: #65a765;
            }

.availability-calendar td.available {
    background: #65a765;
}

.availability-calendar .last.unavailable {
    border-top: 59px solid #65a765;
    border-right: 103px solid transparent;
    position: absolute;
    height: 60px;
    top: 0;
    right: 0;
}

.availability-calendar .first.unavailable {
    border-top: 59px solid #65a765;
    border-left: 103px solid transparent;
    position: absolute;
    height: 60px;
    top: 0;
    left: 0;
    color: #fff;
}

.availability-calendar td span {
    position: relative;
    z-index: 1;
}

/***********Calendar Css End***********/

.content .img-box {
    margin-bottom: 20px;
}

    .content .img-box img {
        border: 1px solid #999;
        padding: 8px;
        border-radius: 4px;
        margin: 0;
    }

.tablink_extra {
    background-color: rgba(0, 81, 100, 1);
    color: #FFF;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 9px 33px !important;
    font-size: 15px;
    width: 20%;
    border-radius: 16px;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: underline;
}

.use-info-wrap ul {
    margin-bottom: 30px;
    padding-left: 25px;
}

    .use-info-wrap ul ul {
        margin-bottom: 10;
        padding-left: 5px;
    }

.use-info-wrap ol {
    padding-left: 25px;
}

    .use-info-wrap ol ul {
        margin-bottom: 0;
    }

.use-info-wrap strong {
    font-weight: 600;
}

.use-info-wrap ul li {
    line-height: 24px;
    padding: 4px 0;
    list-style-type: disc;
    list-style-position: outside;
}

    .use-info-wrap ul li strong {
        color: #005164;
        font-weight: 700;
    }

.use-info-wrap ol li {
    list-style: number;
}

.use-info-wrap ol ul li {
    list-style: disc;
}

.content .use-info-wrap h4 {
    font-size: 20px;
    color: #002E5B;
    margin-bottom: 10px;
    font-weight: 400;
}

.use-info-wrap h4 a {
    font-size: 20px;
    color: #002E5B;
    font-weight: 400;
    text-decoration: none;
}

.use-info-wrap a {
    font-size: 14px;
    color: #026f89;
    padding: 6px 0;
    text-decoration: underline;
}

.component .table tr td a b {
    color: #002e5b;
}

.component tbody tr:nth-child(odd) {
    background-color: #FFFFFF;
    transition: all .125s ease-in-out;
}

.component tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.component tbody tr:hover {
    background-color: rgba(81,167,238,.1);
}

.search-yacht {
    display: inline-flex;
    grid-gap: 10px;
    max-width: 300px;
    margin-bottom: 30px;
    justify-content: flex-end;
    align-items: center;
}

    .search-yacht span {
        white-space: nowrap;
    }

.table-descript tr:nth-child(1) {
    background-color: #eeeeee;
}

table.table.table-descript td {
    background: none;
    color: #454545;
    border: 0px;
    padding: 8px;
}

.table-descript td a {
    color: rgba(83, 166, 158, 1);
    text-decoration: underline;
}

.table-descript tr:nth-last-child(1) {
    border-bottom: 1px solid #e9e9e9;
}

.rates-m-hold {
    width: 400px;
    margin: 0 auto;
    display: none;
}

    .rates-m-hold td, .rates-m-hold th {
        border: 1px solid rgba(45,45,45, 0.2);
        background-color: #f1eff0;
        vertical-align: middle;
    }

    .rates-m-hold .title-head {
        font-weight: 500;
        height: 84px;
    }

        .rates-m-hold .title-head a b {
            color: #002e5b;
        }

    .rates-m-hold tr td:first-child {
        background: #51a79e;
        color: #FFF;
    }

    .rates-m-hold tr td:last-child {
        width: 180px;
    }

    .rates-m-hold td.center-text {
        color: #FFF;
        background-color: #51a79e;
    }

    .rates-m-hold table {
        font-family: 'Roboto', sans-serif;
        border-collapse: collapse;
        width: 100%;
        font-size: 13px;
    }

    .rates-m-hold .table tr td a {
        color: #002e5b;
    }

    .rates-m-hold .owl-nav {
        text-align: center;
    }

        .rates-m-hold .owl-nav button {
            margin: 0 10px;
        }

            .rates-m-hold .owl-nav button i {
                font-size: 28px;
            }

.content img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
    max-width: 250px;
}

.use-info-wrap h5 {
    font-weight: 400;
}

.use-info-wrap h1 {
    color: #002E5B;
    font-weight: 400;
    line-height: normal;
}

.use-info-wrap h6, .use-info-wrap h2, .use-info-wrap h5 {
    color: #002E5B;
    margin: 10px 0;
}

.use-info-wrap .d-flex {
    grid-gap: 20px;
    align-items: center;
}

ol {
    padding: 0;
}

.use-info-wrap ol li {
    line-height: 24px;
    padding: 4px 0;
}

.use-info-wrap .yacht-service img {
    margin: 0;
}

.use-info-wrap .yacht-service {
    text-decoration: none;
    color: #002e5b;
    margin-bottom: 15px;
    display: block;
    padding: 15px 15px 0;
    background: #f2f2f2;
    border-radius: 5px;
}

    .use-info-wrap .yacht-service + p {
        background: #f2f2f2;
        margin: 0 0 15px;
        padding: 10px 0;
        border-radius: 0 0 5px 5px;
    }

    .use-info-wrap .yacht-service span {
        display: block;
        padding: 10px 0;
        font-size: 15px;
        font-weight: 600;
    }

.content .box {
    margin: 0 0 20px;
}

    .content .box img {
        width: auto;
        margin: 0;
    }

.yacht-list h5 {
    color: #454545;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
}

.yacht-list ul {
    color: #333;
    margin-bottom: 20px;
}

    .yacht-list ul li {
        margin: 5px 0;
    }

.content .toggle-block {
    background: #f2f2f2;
    padding: 5px 10px 5px 20px;
    margin-bottom: 15px;
}

    .content .toggle-block .toggle-trigger {
        font-size: 16px;
        font-weight: 500;
        margin: 0;
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        align-items: center;
    }

.toggle-block .toggle-trigger span {
    border-radius: 2px;
    float: left;
    display: block;
    height: 42px;
    width: 42px;
    min-width: 21px;
    line-height: 21px;
    margin-right: 0;
    background: url(../images/toggle-icon.png) no-repeat center bottom;
    transition: background 0.4s ease-in-out;
}

.toggle-block .toggle-trigger.opened span {
    background-position: center top;
}

.toggle-block .toggle-content {
    display: none;
    padding: 15px 20px;
    border-top: 0 none;
    margin-bottom: 0;
}

    .toggle-block .toggle-content ul {
        margin: 0;
    }

        .toggle-block .toggle-content ul li {
            padding: 0;
        }

.sidebar-hold {
    display: block;
    margin-bottom: 10px;
}

.sidebar-holdlink {
    cursor: pointer;
    padding: 18px 14px;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    margin: 0px 0px;
    line-height: 24px;
    border-radius: 2px;
    box-shadow: 1px 0px 5px 1px #CCCCCC;
    background-color: #005164;
    display: block;
    width: 100%;
    line-height: normal;
}

    .sidebar-holdlink:hover {
        color: #fff;
    }

.sidebar-sailing-school-page {
    margin: 20px 0;
}

.enquiry-form.contact-form, .subscribe-newsletter {
    border: 1px solid #dcdcdc;
    background: #fff;
    box-shadow: 0px 6px 8px -6px rgba(69,69,69, 0.5);
    border-radius: 4px;
    padding: 20px;
}

    .subscribe-newsletter h5 {
        color: #002E5B;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .subscribe-newsletter .form-group label {
        display: block;
        margin: 0 0 2px;
        font-size: 14px;
    }

    .subscribe-newsletter .form-group input {
        padding: 3px 10px;
        min-height: 40px;
        border-radius: 4px;
        font-size: 14px;
        color: #000;
    }

    .subscribe-newsletter .btn {
        max-width: 150px;
    }

.contact-form.enquiry-form input::placeholder, .contact-form.enquiry-form textarea::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}

.contact-form.enquiry-form input::-webkit-placeholder, .contact-form.enquiry-form textarea::-webkit-placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}

.contact-form.enquiry-form input::-ms-input-placeholder, .contact-form.enquiry-form textarea::-ms-input-placeholder { /* Edge 12-18 */
    color: #fff;
}

.use-info-wrap ul li a {
    text-decoration: none;
}

.booking-info-wrap {
    margin: 20px 0 0;
}

.table-hamble-point-marina td:nth-child(1) {
    font-weight: bold;
}

.table-hamble-point-marina {
    margin: 10px 0 20px;
    border-bottom: 1px solid #bfbfbf;
}

.apps-logo {
    display: flex;
    grid-gap: 20px;
}

    .apps-logo img {
        max-width: 110px;
    }

.content .alignright {
    float: right;
    margin: 5px 0 20px 20px;
    max-width: 60px;
}

.use-info-wrap ol ol {
    padding-left: 20px;
}

.environmental-box {
    margin-top: 30px;
}

    .environmental-box img {
        height: 150px;
        object-fit: cover;
        border-radius: 5px;
        margin: 10px 0 !important;
    }

.blog-search {
    background: #fff;
    padding: 7px 10px;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    margin-bottom: 20px;
}

    .blog-search input {
        background: none;
        border: none;
        color: #000;
        width: calc(100% - 35px);
    }

        .blog-search input:focus {
            outline: none;
        }

    .blog-search button {
        border: none;
        background: none;
    }

        .blog-search button img {
            width: 28px;
        }

.single_blog {
    border: 1px solid #dedede;
    padding: 20px;
    margin: 0 0 20px 0;
    display: block;
    background: #f9f9f9;
}

    .single_blog h1 a {
        color: #3c3e3d;
        font-size: 22px;
        font-weight: 400;
    }

    .single_blog h4, .single_blog h3, .single_blog h2, .single_blog h3 {
        font-size: 21px !important;
        color: #002E5B;
    }

.y-btn {
    padding: 10px;
    background: #e7eded;
    color: #4ea698;
    font-weight: 600;
    width: 140px;
    text-align: center;
    margin: 18px 0 18px 0px;
    border-radius: 4px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle;
    backface-visibility: hidden;
}

    .y-btn::before {
        background: #51a79e;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: scaleY(0);
        transform-origin: 50% 50% 0;
        transition-duration: 0.3s;
        transition-property: transform;
        transition-timing-function: ease-out;
        z-index: -1;
        border-radius: 4px;
    }

    .y-btn:hover {
        color: #fff;
    }

        .y-btn:hover::before {
            transform: scaleY(1);
            -webkit-transform: scaleY(1);
            -moz-transform: scaleY(1);
        }

.faq-box {
    margin-bottom: 20px;
}

    .faq-box .d-flex {
        background: #cfcfcf;
        grid-gap: 10px;
        padding: 10px;
    }

        .faq-box .d-flex img {
            margin: 0;
            max-width: 50px !important;
        }

    .faq-box > p {
        border: 1px solid #cfcfcf;
        margin: 0;
        padding: 15px 20px;
    }

.yach-owner-box {
    background: #f2f2f2;
    border-radius: 5px;
    text-align: center;
    padding: 20px 20px 0;
    margin-bottom: 30px;
    overflow: hidden;
}

    .yach-owner-box img {
        max-width: 80px;
        margin: 0 auto;
    }

    .yach-owner-box h4 a {
        font-weight: 600;
    }

    .yach-owner-box p {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        min-height: 63px;
        margin: 20px 0;
    }

    .yach-owner-box .btn {
        width: calc(100% + 40px);
        position: relative;
        left: -20px;
        border: none;
        box-shadow: none;
        border-radius: 0 0 5px 5px;
    }

/*rates*/
.inner-pages header.fixed, .inner-pages header {
    position: relative;
}

.sticky-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    margin: 0 0 5px 0;
    width: 100%;
}

.rates-section-hold .sticky-thead {
    position: absolute !important;
}

.sticky-wrap .sticky-thead {
    box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);
    z-index: 100;
    width: 100%;
    margin-bottom: 3em;
}

.use-info-wrap a.btn.btn-primary {
    margin-top: 10px;
}


.single_blog {
    border: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: block;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

    .single_blog img {
        margin: 0;
        height: 180px;
        object-fit: cover;
    }

    .single_blog > div {
        padding: 20px;
    }

    .single_blog h4 {
        font-weight: 600;
        min-height: 60px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 60px;
        color: #000;
    }

    .single_blog p {
        min-height: 85px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 90px;
        margin: 10px 0;
        color: #000;
    }

    .single_blog .y-btn {
        margin: 0;
    }

    .single_blog:hover a, .single_blog:hover h4, .single_blog:hover p {
        color: #005164;
    }

    .single_blog:hover .y-btn {
        color: #fff;
    }

        .single_blog:hover .y-btn::before {
            transform: scaleY(1);
            -webkit-transform: scaleY(1);
            -moz-transform: scaleY(1);
        }

.full-blog {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    overflow: hidden;
    margin-bottom: 20px;
}

    .full-blog img {
        margin: 0 0 20px;
    }

    .full-blog .blog_detail_text {
        padding: 20px 35px 30px;
    }

.blog_detail_text h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px;
    color: #000 !important;
}

.blog_detail_text h3, .blog_detail_text h4, .blog_detail_text h5, .blog_detail_text h6 {
    font-size: 16px;
    font-weight: 600 !important;
    margin: 0 0 10px;
    color: #000 !important;
}

.blog-testimonial {
    background: #f6f6f6;
    border-radius: 5px;
    padding: 20px;
    margin: 15px 0 20px;
}

    .blog-testimonial h5 {
        color: #757575 !important;
        margin: 0;
        font-size: 14px;
    }

    .blog-testimonial span {
        display: block;
        font-weight: 500;
        color: #51a79e;
    }

    .blog-testimonial p {
        opacity: 0.8;
    }

.post-categories a {
    color: #666;
    font-size: 13px;
}

.heading-underline .col-lg-12.column > div {
    display: flex;
    width: 100%;
    background: #fff;
    justify-content: space-between;
    grid-gap: 30px;
    align-items: flex-start;
}

.heading-underline h1 {
    margin-left: 0;
    text-align: left;
    width: 100%;
}

.heading-underline .back {
    display: flex;
    align-items: center;
    grid-gap: 8px;
    font-weight: 700;
    color: #51a79e;
    position: relative;
    top: 24px;
    right: 20px;
}

    .heading-underline .back i {
        font-size: 20px;
        position: relative;
        top: -1px;
    }

.blog-top {
    display: flex;
    grid-gap: 10px;
    align-items: flex-start;
    margin-bottom: 20px;
}

    .blog-top h2 {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .blog-top > a {
        display: flex;
        align-items: center;
        grid-gap: 8px;
        font-weight: 700;
        color: #51a79e;
        position: relative;
        top: 4px;
    }

        .blog-top > a i {
            font-size: 20px;
            position: relative;
            top: -1px;
        }

.leave-form {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding: 35px;
    margin: 30px 0 0;
}

    .leave-form h2 {
        font-size: 24px;
        font-weight: 700;
        margin: 0 0 20px;
    }

    .leave-form .form-control {
        width: 100%;
    }

    .leave-form .form-control {
        width: 100%;
        color: #000;
        font-weight: 400;
        border: 1px solid #ced4da;
        font-size: 16px;
        border-radius: 5px;
        padding: 7px 12px;
        height: auto;
    }

    .leave-form p {
        font-weight: 600;
        margin: 15px 0 30px;
    }

    .leave-form textarea.form-control {
        min-height: 120px;
    }

.use-info-wrap h5 a {
    font-size: inherit;
    padding: 0;
    text-decoration: underline;
}

.img-section {
    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
}

    .img-section > dl {
        width: calc(33.33% - 20px);
        background: #f5f5f5;
        border-radius: 5px;
        overflow: hidden;
    }

        .img-section > dl dt img {
            height: 180px;
            object-fit: cover;
            margin: 0;
        }


        .img-section > dl dd {
            margin: 0;
            padding: 10px;
            min-height: 62px;
            font-weight: 500;
        }

.blog-categories {
    margin: 0 0 20px;
    background: #e7eded;
    padding: 10px 15px;
    border-radius: 5px;
}

    .blog-categories .category-name {
        font-size: 18px;
        font-weight: 500;
        color: #000;
        letter-spacing: 0.5px;
    }

.blog_detail_text iframe {
    width: 100%;
    height: 400px;
}

/*********** end****************/




@media (max-width:991px) {
    .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    header {
        position: static;
    }

        header.fixed {
            position: fixed;
        }

        header .container {
            padding-left: 15px;
            padding-right: 15px;
        }

        header .logo {
            margin-top: 10px;
            display: inline-block;
            float: left;
        }

    .call-us {
        font-size: 14px;
        padding: 20px 0;
    }

        .call-us .number {
            font-size: 15px;
        }

    .rmm-toggled.rmm-view {
        display: block !important;
        position: absolute;
        right: 0;
        top: -55px;
        text-indent: -9999px;
    }

    .rmm-toggled-button {
        cursor: pointer;
        background: #ececec;
        margin-top: 0;
        padding: 8px;
        width: 40px;
        display: flex;
        flex-wrap: wrap;
        grid-gap: 3px;
        justify-content: center;
        align-items: center;
    }

        .rmm-toggled-button span {
            background: #3aa6f5;
            border-radius: 10px;
            display: block;
            height: 3px;
            width: 100%;
            transition: all 0.5s;
        }

        .rmm-toggled-button.active {
            height: 30px;
        }

    .active.rmm-toggled-button span:first-child {
        transform: rotate(45deg);
        position: absolute;
        width: 20px;
    }

    .active.rmm-toggled-button span:nth-child(2) {
        display: none;
    }

    .active.rmm-toggled-button span:last-child {
        transform: rotate(-45deg);
        position: absolute;
        width: 20px;
    }

    ul.rmm-menu {
        display: block;
        transition: all .5s;
        opacity: 0;
        visibility: hidden;
        height: 0;
        transform: scale(0);
    }

        ul.rmm-menu.show {
            transform: scale(1);
            opacity: 1;
            visibility: visible;
            height: auto;
        }

        ul.rmm-menu li {
            background: #fff;
        }

            ul.rmm-menu li a {
                border-bottom: 1px solid #b5bdc8;
                padding: 10px 50px 10px 15px;
                color: #002e5b;
            }

            ul.rmm-menu li > a:not(:only-child):before {
                right: 10px;
            }

        ul.rmm-menu ul {
            max-width: 100%;
            width: 100%;
        }

    .rmm-menu ul ul {
        left: 0;
    }

    .rmm-menu .rmm-back {
        display: block;
        font-size: 12px;
    }

        .rmm-menu .rmm-back a {
            background: #002e5b;
            color: #fff;
            text-align: right;
            padding: 10px 22px;
        }

            .rmm-menu .rmm-back a:after {
                content: "\f107";
                color: #fff;
                float: left;
                font-family: fontawesome;
                font-size: 20px;
                position: relative;
                right: 2px;
                top: -4px;
                transform: rotate(90deg);
                display: inline-block;
            }

    /*ul.rmm-menu li:hover > ul {
        display: none;
    }*/


    .search-form .form-control {
        margin: 6px 0;
    }

    .search-form button.btn.btn-primary {
        margin: 6px 0 0;
    }

    .right-form {
        margin: 30px 0 0;
    }

    .scrollTop {
        right: 20px;
    }

    .sidebar-hold {
        margin-top: 30px;
    }
}


@media (min-width:991px) {
    /*.rmm-menu .rmm-back {
        display: none !important;
    }*/
    .rmm-menu > li > ul > .rmm-back {
        display: none !important;
    }

    .rmm-menu > li {
        display: block !important;
    }

        .rmm-menu > li > a {
            display: block !important;
        }

    ul.rmm-menu li:hover > ul {
        /*display: none;*/
    }

    ul.rmm-menu ul {
        top: 39px;
        width: 100%;
    }

    .rmm-menu ul ul {
        /* position: static; */
        left: 0;
        top: 0;
        width: 100%;
        background: #ddd;
    }
    /*.rmm-submenu-link {
        display: block !important;
    }*/


    .rmm-menu .rmm-back {
        display: block;
        font-size: 12px;
    }

        .rmm-menu .rmm-back a {
            background: #cdcdcd;
            color: #002e5b;
            text-align: left;
            padding: 6px 15px;
        }

            .rmm-menu .rmm-back a:after {
                content: "\f107";
                color: #002e5b;
                float: left;
                font-family: fontawesome;
                font-size: 20px;
                position: relative;
                right: 3px;
                top: -5px;
                transform: rotate(90deg);
                display: inline-block;
            }

            .rmm-menu .rmm-back a:hover:after {
                color: #fff;
            }

    /* .rmm-menu li.res-menu {
        display: none !important;
    }*/
}

@media (max-width:767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    header {
        height: 105px;
    }

    .rmm-toggled.rmm-view {
        top: -25px;
    }

    header .logo img, header.fixed .logo img {
        max-height: 65px;
    }

    .call-us {
        padding: 10px 0;
    }

    .inner-banner img {
        height: 250px;
    }

    .news-content {
        margin: 30px 0 0;
        text-align: center;
    }

        .news-content .date {
            justify-content: center;
        }

    .heading-2 {
        text-align: center;
    }

        .heading-2 h2:before {
            left: 0;
            right: 0;
        }

        .heading-2 h2:after {
            left: 0;
            right: 0;
        }

    .news-content .btn.blue-btn {
        margin: 0 auto;
    }

    .top-footer .f-text {
        margin: 30px 0 0;
        text-align: center;
    }

    .top-footer .menu li {
        list-style: none;
        text-align: center;
    }

    .top-footer .social-icons {
        justify-content: center;
    }

    .footer-ad-img {
        flex-wrap: wrap;
        justify-content: center;
    }

    .bottom-footer {
        text-align: center;
    }

    .top-footer {
        padding: 30px 0 30px;
    }

    .news-info {
        right: 0;
        left: 0;
        margin: auto;
    }

    h2 {
        font-size: 26px;
    }

    .client_testimonials h2 {
        margin-bottom: 30px;
    }

    .subscription-sec {
        display: block;
    }

        .subscription-sec > div {
            width: 100%;
            padding: 20px;
            text-align: center;
        }

    .s-left .box {
        display: block;
    }

        .s-left .box > div {
            width: 100%;
            margin-bottom: 20px;
        }

    .s-right img {
        min-height: 200px;
    }

    .search-form .col-lg-2.col-md-4.col-sm-6, .search-form .col-lg-1 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .search-btn-hold {
        display: block;
    }

    #search-form {
        display: none;
    }

        #search-form.active {
            display: block;
        }

    .testimonial-tab .testimonial-nav {
        flex-wrap: wrap;
        justify-content: center;
    }

        .testimonial-tab .testimonial-nav li a {
            padding: 8px 12px;
        }

    .pagination li a {
        padding: 5px 10px;
        font-size: 13px;
    }

    .heading-2 h2 {
        font-size: 26px;
    }

    .custom-tab .custom-nav li a {
        min-width: inherit;
    }

    .availability-sec {
        padding-top: 20px;
    }

        .availability-sec .info {
            left: auto;
            transform: none;
            margin: -25px 0 0;
            right: 10px;
        }

    .availability-calendar-toolbar span:first-child {
        top: -30px;
    }

    .rates-m-hold {
        display: block;
        width: 100%;
    }

    .rates-section-hold.desktop {
        display: none;
    }

    .use-info-wrap h1 {
        font-size: 22px;
    }

    .subscribe-newsletter {
        margin: 30px 0 0;
    }

    .use-info-wrap ul {
        padding-left: 15px;
    }

    .blog_detail_text iframe {
        width: 100%;
        height: 200px;
    }
}

@media (max-width:600px) {
    .popup-box {
        display: none;
    }

    .testimonial-tab .testimonial-nav li {
        width: calc(50% - 3px);
    }

    .testimonial-div {
        background: none;
        display: block;
    }

        .testimonial-div > img {
            float: none;
        }

        .testimonial-div h5 {
            padding: 10px 0;
        }

    .custom-tab .custom-nav li a, .custom-tab .custom-nav li {
        min-width: 100%;
    }

    .content img.alignleft {
        float: none;
        margin: 20px 0;
        max-width: 100%;
    }

    .yachts-sale h3 {
        margin-bottom: 40px;
    }

    .img-section > dl {
        width: calc(50% - 20px);
    }

        .img-section > dl dd {
            min-height: inherit;
        }
}

@media (max-width:500px) {
    .img-section > dl {
        width: 100%;
    }
}
/******commom css******/
:root {
    --white: #ffffff;
    --black: #000000;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: "Raleway", serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; /* Chrome, Safari */
    text-rendering: optimizeLegibility; /* Firefox */
    font-weight: 400;
    color: var(--black);
}

a {
    color: #002e5b;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}

h2 {
    font-weight: 400;
    font-size: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    word-break: break-word;
    line-height: 1.4;
    margin: 0;
}

p {
    word-break: break-word;
    margin: 0;
}

button,
input,
optgroup,
select,
textarea {
    font-family: Poppins, sans-serif;
}

    button:focus {
        outline: none !important;
    }

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a, a:hover {
    text-decoration: none;
}

.btn {
    font-family: 'Raleway';
    min-height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary {
    color: #fff;
    background-color: #e8ab00;
    border-color: #e8ab00;
}

    .btn-primary:hover {
        color: #fff;
        background-color: rgba(232, 171, 0, 0.7);
        border-color: #e8ab00;
    }

.scrollTop {
    position: fixed;
    z-index: 99999;
    right: 50px;
    bottom: 50px;
    color: #5a5a5a;
    font-size: 20px;
    cursor: pointer;
}
/**********common css**********/


/* header */

header {
    z-index: 999;
    width: 100%;
    padding: 0px 0;
    background: rgba(255, 255, 255, 0.97);
    transition: all 0.2s ease-in-out 0.2s;
    position: fixed;
    height: 120px;
}

    header.fixed {
        box-shadow: 0 0 5px #ccc;
    }

    header .logo {
        margin-top: 10px;
        display: inline-block;
    }

        header .logo img {
            max-width: 210px;
        }

    header.fixed .logo img {
        max-height: 60px;
    }

.call-us {
    float: right;
    color: #035064;
    font-size: 15px;
    padding: 35px 20px;
}

    .call-us .call {
        color: #91b9d3;
    }

    .call-us .number {
        font-size: 18px;
        font-family: "Roboto Slab", serif;
    }

    .call-us a {
        color: #e9a901;
        text-decoration: underline;
    }

.y-menu_outer {
    box-shadow: 0 12px 8px -9px #000;
    border-radius: 3px;
    background: #005164;
    position: relative;
    top: 15px;
    z-index: 9999;
}

ul.rmm-menu {
    display: flex;
    grid-gap: 15px;
    position: relative;
}

    ul.rmm-menu li a {
        color: #fff;
        position: relative;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 12px 12px 8px;
        display: block;
    }

    ul.rmm-menu li > a:not(:only-child):before {
        position: absolute;
        content: "\f107";
        font-family: fontawesome;
        right: 0;
        display: block;
        top: 13px;
        font-size: 12px;
    }

    ul.rmm-menu ul li > a:not(:only-child):before {
        content: "";
        content: "" !important;
        display: block;
        font-family: fontawesome;
        font-size: 16px;
        right: 10px;
        top: 2px;
    }

    ul.rmm-menu ul {
        margin: 0;
        min-width: 140px;
        background: #fff;
        border-radius: 0;
        padding: 0;
        position: absolute;
        z-index: 9999;
        max-width: 250px;
        transition: all .5s;
        opacity: 0;
        visibility: hidden;
        height: 0;
        transform: scale(0);
    }

.rmm-submenu.activemenu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    height: auto;
    max-height: 377px;
}

ul.rmm-menu li:hover > ul {
    /*display: block;*/
}

.rmm-menu .rmm-back {
    display: none;
    font-size: 12px;
}

.rmm-menu ul li a {
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    font-weight: 400;
    color: #002e5b;
    text-transform: capitalize;
    padding: 6px 50px 6px 15px;
    margin-right: 0;
    min-width: 100px;
}

    .rmm-menu ul li a:hover {
        background: #02667e;
        color: #fff;
    }

.rmm-menu ul li {
    float: none;
    position: relative;
}

.rmm-menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
}


.main-banner img {
    width: 100%;
    object-fit: cover;
}

.search-form {
    background-color: rgba(0, 81, 100, 0.8);
    padding: 10px;
    padding-top: 10px;
    width: 100%;
    min-height: 74px;
    height: auto;
}

.search-btn-hold {
    display: none;
}

.search-form .form-control {
    height: 45px !important;
    border: none;
    background: #fff;
    font-size: 13px;
    font-family: 'Raleway';
    color: #000;
    padding: 7px;
}

.search-form select.form-control {
    background: #fff url(../images/down-arrow-grey.png) no-repeat;
    appearance: none;
    -webkit-appearance: none;
    background-position: 94% 50%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 20px;
}

.search-form .col-lg-2.col-md-4.col-sm-6, .search-form .col-lg-1 {
    padding-left: 5px;
    padding-right: 5px;
}

.search-form .container {
    max-width: 1240px;
}

.corporate_block {
    margin: 30px 0 35px;
}

    .corporate_block .col-lg-3.col-md-6 {
        padding: 0;
    }

.corporate_block-inner {
    background: #f0f0f0;
    text-align: center;
    padding: 20px;
    border-top: 1px solid #fff;
}

.corporate_block .col-lg-3.col-md-6:nth-child(2n+1) .corporate_block-inner {
    background: #f8f8f8;
}

.corporate_block .col-lg-3.col-md-6:nth-child(5n) .corporate_block-inner {
    background: #f0f0f0;
}

.corporate_block .col-lg-3.col-md-6:nth-child(6n) .corporate_block-inner {
    background: #f8f8f8;
}

.corporate_block .col-lg-3.col-md-6:nth-child(7n) .corporate_block-inner {
    background: #f0f0f0;
}

.corporate_block .col-lg-3.col-md-6:nth-child(8n) .corporate_block-inner {
    background: #f8f8f8;
}

.corporate_block-inner img {
    max-width: 64px;
    display: block;
    margin: 0 auto;
}

.corporate_block-inner h4 {
    color: #026f89;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto Slab';
    opacity: 0.85;
    font-weight: 400;
    min-height: 45px;
    margin: 15px 0;
}

    .corporate_block-inner h4:hover {
        opacity: 1;
    }

.corporate_block-inner p {
    min-height: 130px;
    margin: 0;
    color: #464646;
}

.book_today p {
    margin: 0 0 20px;
}

.book_today img {
    max-width: 100%;
}

.enquiry-form {
    box-shadow: 0 5px 10px -5px #5e5e5e;
    padding: 25px 20px;
    background: #f0f0f0;
}

    .enquiry-form h4 {
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .enquiry-form .form-control {
        background: #51a79e;
        padding: 3px 10px;
        min-height: 40px;
        border-radius: 4px;
        font-size: 14px;
        color: #fff;
    }

    .enquiry-form .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .enquiry-form .col-md-6 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .enquiry-form textarea.form-control {
        min-height: 100px;
        padding-top: 10px;
    }

    .enquiry-form .btn-primary {
        width: 100%;
        /*border-radius: 4px;
        background: #51a79e;
        border: 1px solid #51a79e;
        min-height: 45px;*/
    }

        .enquiry-form .btn-primary:hover, .enquiry-form .btn-primary:focus, .enquiry-form .btn-primary:active {
            background: rgba(232, 171, 0, 0.7) !important;
            border-color: #e8ab00 !important;
            box-shadow: none !important;
        }


p a {
    color: #026f89;
}

.heading {
    text-align: center;
    margin-bottom: 50px;
}

    .heading h2 {
        color: #005164;
        padding-bottom: 15px;
        text-transform: uppercase;
        margin: auto;
        position: relative;
    }

        .heading h2::before {
            background: #cccccc;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            bottom: -2px;
            content: "";
            display: block;
            height: 5px;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            width: 5px;
        }

        .heading h2:after {
            background: #ccc;
            bottom: 0;
            content: "";
            display: block;
            height: 1px;
            left: 0;
            margin: auto;
            max-width: 120px;
            position: absolute;
            right: 0;
            width: 80%;
        }

.boat-type {
    margin: 50px 0 0;
}

    .boat-type .boat-block {
        display: block;
        border: 1px solid #e8e8e8;
        padding: 12px;
        position: relative;
        margin: 1px;
    }

        .boat-type .boat-block img {
            height: 160px;
            width: 100%;
            object-fit: cover;
        }

        .boat-type .boat-block h4 {
            font-size: 16px;
            color: #026f89;
            text-align: center;
            margin: 20px 0 10px;
        }

.blue-btn {
    background: #51a79e;
    border: 1px solid #4b9991;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle;
    box-shadow: 0 2px 2px #bfbfbf;
    backface-visibility: hidden;
}

    .blue-btn:hover {
        color: #fff;
    }

    .blue-btn:before {
        background: #51a79e;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: scaleY(0);
        transform-origin: 50% 50% 0;
        transition-duration: 0.3s;
        transition-property: transform;
        transition-timing-function: ease-out;
        z-index: -1;
    }

    .blue-btn:hover::before {
        background: #60b3ab;
        content: "";
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }

.boat-type .owl-nav {
    position: absolute;
    top: -40px;
    right: 0;
}

    .boat-type .owl-nav button {
        margin: 0 10px;
    }

        .boat-type .owl-nav button i {
            font-size: 30px;
        }

.client_testimonials {
    background: url(../images/testimonial-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
    padding: 25px 0;
    margin: 50px 0;
    position: relative;
}

    .client_testimonials:before {
        content: "";
        background: rgba(0,0,0,0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .client_testimonials h2 {
        position: relative;
        text-transform: uppercase;
        margin-bottom: 50px;
    }

.testimonials-block {
    max-width: 80%;
    margin: 0 auto;
}

    .testimonials-block p {
        margin: 0 auto 30px;
    }

.owl-dots {
    margin: 15px 0 0;
    text-align: center;
}

    .owl-dots button {
        margin: 0 7px;
    }

        .owl-dots button span {
            width: 18px;
            height: 18px;
            border: 2px solid #fff;
            border-radius: 50%;
            display: inline-block;
        }

        .owl-dots button.active span {
            background: #fff;
        }

.latest-news .news-img {
    box-shadow: 0 0 3px #d0d0d0;
    border: 10px solid #fff;
}

    .latest-news .news-img img {
        width: 100%;
        object-fit: cover;
    }

.heading-2 {
    text-align: left;
    margin-bottom: 30px;
}

    .heading-2 h2 {
        font-size: 24px;
        font-weight: 600;
        padding-bottom: 0;
    }

        .heading-2 h2:before {
            background: #cccccc;
            border-radius: 50%;
            bottom: -4px;
            content: "";
            display: block;
            height: 5px;
            left: 116px;
            position: absolute;
            width: 5px;
            z-index: 999;
            right: auto;
        }

        .heading-2 h2:after {
            border-top: 1px solid #cccccc;
            bottom: -2px;
            content: "";
            display: block;
            height: 1px;
            left: 0;
            position: absolute;
            width: 120px;
            right: auto;
        }

.news-content .date {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    font-size: 12px;
}

    .news-content .date i {
        font-size: 14px;
    }

.news-content p {
    margin: 25px 0;
}

.news-content .btn.blue-btn {
    max-width: 180px;
}

.news-sec {
    margin: 50px 0;
}

.news-block {
    box-shadow: 0 0 3px #d0d0d0;
    display: block;
    border: 10px solid #fff;
    position: relative;
    margin-bottom: 20px;
}

    .news-block img {
        height: 250px;
        object-fit: cover;
        width: 100%;
    }

.news-info {
    background: #4b9991;
    box-shadow: -20px 20px 0 -6px rgba(0, 0, 0, 0.3);
    max-width: 200px;
    padding: 25px 15px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 60px;
    width: 100%;
    color: #fff;
}

    .news-info .date {
        display: flex;
        align-items: center;
        grid-gap: 10px;
        font-size: 12px;
    }

        .news-info .date i {
            font-size: 14px;
        }

    .news-info p {
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
        margin: 0 0 10px;
    }

        .news-info p:hover {
            color: #dcdcdc;
        }

.news-sec .btn {
    font-weight: 600;
    min-width: 180px;
}



.subscription-sec {
    background: #ebaa01;
    color: #291641;
    display: flex;
}



    .subscription-sec > div {
        width: 50%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


    .subscription-sec h2 {
        color: #291641;
        text-align: center;
        font-size: 20px;
        font-family: 'Raleway';
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 0 20px;
    }


    .subscription-sec > div.s-right {
        padding: 0;
    }

.s-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}

    .s-right img {
        width: 100%;
        max-width: 100%;
        min-height: 340px;
        object-fit: cover;
    }

.subscription-sec .box input {
    color: #291641;
    background: none;
    border: none !important;
    border-bottom: 1px solid #291641 !important;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    padding: 8px 0;
    font-family: 'Raleway';
}

    .subscription-sec .box input:focus {
        outline: none;
        box-shadow: none;
    }

.s-left .box {
    display: flex;
    grid-gap: 20px;
}

    .s-left .box > div {
        width: 100%;
        margin-bottom: 25px;
    }

.btn-div .button {
    background: none;
    border: 1px solid #291641;
    color: #291641;
    border-radius: 0;
    padding: 0 22px;
    font-size: 15px;
    line-height: 32px;
}

footer {
    margin: 50px 0 0;
}

.top-footer {
    background: #454545;
    padding: 60px 0 30px;
}

    .top-footer .contact-bg {
        background: url(../images/contact_bg.png) no-repeat;
        background-size: 100%;
    }

    .top-footer .menu li {
        list-style: disc;
        color: #fff;
        margin: 0 0 4px;
    }

        .top-footer .menu li a {
            color: #fff;
        }

            .top-footer .menu li a:hover {
                color: #bebebe;
            }

    .top-footer .f-text {
        color: #fff;
    }

        .top-footer .f-text p {
            margin: 0 0 4px;
        }

    .top-footer .social-icons {
        display: flex;
        grid-gap: 5px;
        margin: 5px 0 0;
    }

        .top-footer .social-icons li a {
            display: block;
            height: 31px;
            width: 31px;
            margin: 2px;
            transition: all ease 0.3s;
        }

            .top-footer .social-icons li a.trip {
                background: url(../images/trip.jpg) top left no-repeat;
                height: 31px;
                width: 31px;
                margin: 2px;
                transition: all ease 0.3s;
            }

            .top-footer .social-icons li a.face {
                background: url(../images/facebook.jpg) top left no-repeat;
                height: 31px;
                width: 31px;
                margin: 2px;
                transition: all ease 0.3s;
            }

            .top-footer .social-icons li a.linkedIn {
                background: url(../images/linkedIn.jpg) top left no-repeat;
                height: 31px;
                width: 31px;
                margin: 2px;
                transition: all ease 0.3s;
            }

            .top-footer .social-icons li a.twitter {
                background: url(../images/twitter.jpg) top left no-repeat;
                height: 31px;
                width: 31px;
                margin: 2px;
                transition: all ease 0.3s;
            }

            .top-footer .social-icons li a.meetup {
                background: url(../images/meetup.jpg) top left no-repeat;
                height: 31px;
                width: 31px;
                margin: 2px;
                transition: all ease 0.3s;
            }

                .top-footer .social-icons li a:hover, .top-footer .social-icons li a.twitter:hover, .top-footer .social-icons li a.linkedIn:hover, .top-footer .social-icons li a.face:hover, .top-footer .social-icons li a.meetup:hover, .top-footer .social-icons li a.trip:hover {
                    background-position: 0px -31px !important;
                }

.middle-footer {
    background: #313131;
    padding: 10px 0;
    border-top: 1px solid #555;
}

.footer-ad-img {
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
}

    .footer-ad-img img {
        border-radius: 5px;
        height: 100px;
        object-fit: cover;
    }

.bottom-footer {
    background: #005164;
    color: #fff;
    padding: 12px 0;
}

.popup-box.active {
    display: none;
}

.popup-box {
    width: 300px;
    height: 500px;
    overflow: auto;
    scrollbar-width: thin;
    -webkit-scrollbar-width: thin;
    background: #1d5267;
    box-shadow: 0px 0px 3px 0px rgba(2, 2, 2, 1.00);
    padding: 24px;
    border: 3px solid #000;
    border-radius: 3px;
    position: fixed;
    z-index: 9999999;
    top: auto;
    bottom: 0;
    right: 0;
    color: #fff;
}

    .popup-box .close-btn {
        box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 );
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 300;
        color: #fff;
        border: 2px solid #fff;
        position: absolute;
        right: 2px;
        top: 2px;
    }

.popup-content h6 {
    font-weight: 400;
    margin: 0 0 10px;
}

.popup-content p {
    margin: 20px 0 0;
}

.popup-content img {
    width: 100%;
}



/*****inner page******/

.inner-banner {
    position: relative;
}

    .inner-banner img {
        height: 370px;
        width: 100%;
        object-fit: cover;
    }

.inner-pages-content-bg {
    background: #fff;
    position: relative;
    margin-top: -65px;
    padding: 15px 25px;
}

.heading-2 {
    margin-bottom: 50px;
}

. .heading-2 h2 {
    font-size: 32px;
    font-weight: 400;
    padding-bottom: 5px;
}

.content p {
    margin: 10px 0;
}

    .content p a {
        text-decoration: underline;
    }

.content h3 {
    font-size: 24px;
    color: #026f89;
    margin-bottom: 10px;
    font-weight: 400;
}

.content img {
    width: auto;
    margin: 20px 0;
    max-width: 100%;
    height: auto;
}

.right-form {
    background: #51a79e;
    padding: 30px 20px;
}

    .right-form .availability_widget ul li {
        padding: 8px 0 0 55px;
        margin: 8px 0;
        display: flex;
        align-items: center;
        background: url(../images/rt-sidmenu-icons-2.png) no-repeat 0% 0%;
    }

        .right-form .availability_widget ul li:nth-child(1) {
            background-position: 0px 0px;
            height: 48px;
        }

        .right-form .availability_widget ul li:nth-child(2) {
            background-position: 0px -47px;
            height: 48px;
        }

        .right-form .availability_widget ul li:nth-child(3) {
            background-position: 0px -95px;
            height: 48px;
        }

        .right-form .availability_widget ul li:nth-child(4) {
            background-position: 0px -143px;
            height: 48px;
        }

        .right-form .availability_widget ul li:nth-child(5) {
            background-position: 0px -191px;
            height: 48px;
        }

        .right-form .availability_widget ul li:nth-child(6) {
            background-position: 0px -243px;
            height: 48px;
        }

        .right-form .availability_widget ul li a {
            color: #eeeeee;
            font-weight: 600;
            font-size: 16px;
            line-height: 130%;
            padding: 4px 0;
            margin: 0 0;
            display: inline-block;
        }

            .right-form .availability_widget ul li a:hover {
                color: #fff;
            }

    .right-form .enquiry-form {
        box-shadow: none;
        padding: 0;
        background: none;
        color: #fff;
        margin: 40px 0 0;
    }

        .right-form .enquiry-form p {
            color: #fff;
        }

            .right-form .enquiry-form p span {
                color: #000;
            }

            .right-form .enquiry-form p a {
                font-weight: 600;
                color: #fff;
                text-decoration: underline;
            }

        .right-form .enquiry-form h2 {
            color: #fff;
            font-size: 24px;
            padding-bottom: 0;
        }

        .right-form .enquiry-form .heading-2 {
            margin-bottom: 30px;
        }

        .right-form .enquiry-form ul {
            margin-bottom: 30px;
        }

            .right-form .enquiry-form ul li {
                font-style: normal;
                font-size: 14px;
                margin: 12px 0;
            }

        .right-form .enquiry-form .textwidget p {
            color: #fff;
            margin: 0 0 30px;
        }

        .right-form .enquiry-form input::placeholder, .right-form .enquiry-form textarea::placeholder {
            color: #fff;
            opacity: 1; /* Firefox */
        }

        .right-form .enquiry-form input::-webkit-placeholder, .right-form .enquiry-form textarea::-webkit-placeholder {
            color: #fff;
            opacity: 1; /* Firefox */
        }

        .right-form .enquiry-form input::-ms-input-placeholder, .right-form .enquiry-form textarea::-ms-input-placeholder { /* Edge 12-18 */
            color: #fff;
        }

.team-block {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #f2f2f2;
}

    .team-block > img {
        height: 250px;
        width: 100%;
        object-fit: cover;
    }

    .team-block > div {
        padding: 20px;
    }

    .team-block h4 {
        font-size: 20px;
    }

    .team-block span {
        color: #666;
    }

    .team-block p {
        margin: 10px 0;
        color: #000;
    }

    .team-block a[title="E mail"] {
        font-size: 18px;
    }

    .team-block .moretext {
        display: none;
    }

a.moreless-button {
    color: #005164;
    font-weight: 500;
}

.testimonial-tab .testimonial-nav {
    display: flex;
    grid-gap: 5px;
    margin-bottom: 20px;
}

    .testimonial-tab .testimonial-nav li a {
        padding: 12px 18px;
        background-color: #51a79e;
        color: #FFFFFF;
        display: block;
        line-height: normal;
        border-radius: 4px;
    }

        .testimonial-tab .testimonial-nav li a:hover, .testimonial-tab .testimonial-nav li.active a {
            background: #005164;
        }

.testimonial-div {
    background: url(../images/quotes-image.png) no-repeat;
    background-position: 97% 97%;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 20px;
    display: flex;
    grid-gap: 20px;
}

    .testimonial-div > img {
        border-radius: 50%;
        height: 100px;
        width: 100px;
        object-fit: cover;
        float: left;
        margin: 0 10px 10px 0;
    }

    .testimonial-div h5 {
        color: #005164;
        font-size: 22px;
        font-weight: 600;
        padding: 0 0 10px;
    }

    .testimonial-div .testimonial-body p {
        color: #333;
        font-size: 14px;
    }

.testimonial_author {
    margin: 20px 0 0;
}

    .testimonial_author .testimonial-client {
        color: #005164;
        font-size: 17px;
        font-weight: 600;
        display: block;
        font-style: italic;
        margin-bottom: 5px;
    }

    .testimonial_author .date {
        color: #333333;
        font-size: 14px;
        font-weight: 600;
        font-style: italic;
        display: block;
    }

.pagination {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 20px auto;
    display: inline-flex;
    padding: 0px;
    -webkit-box-shadow: inset 0 0 6px -1px #d0d0d0;
    box-shadow: inset 0 0 6px -1px #d0d0d0;
}

    .pagination li a, .pagination li span {
        border-right: 1px solid #e7e4e4;
        padding: 8px 20px;
        display: flex;
        color: #666666;
        background: #f0f0f0;
        font-weight: 600;
        align-items: center;
        grid-gap: 3px;
        min-height: 38px;
    }

    .pagination li span {
        background: #fff;
        color: #000;
        padding: 8px 15px;
    }

    .pagination li a:hover, .pagination li.active a {
        background: #005164;
        color: #fff;
    }

dl.cf, dl.cf dt strong, dl.cf dt span {
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 400;
}

.marquee-class-1, marquee {
    color: rgba(255, 255, 255, 0.9);
    background: rgba(70, 70, 70, 0.6);
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
}

.custom-tab {
    margin: 20px 0 0;
}

    .custom-tab .custom-nav {
        display: flex;
        grid-gap: 5px;
        margin-bottom: 20px;
        border: none;
    }

        .custom-tab .custom-nav li a {
            padding: 12px 18px;
            background-color: #51a79e;
            color: #FFFFFF;
            display: block;
            line-height: normal;
            font-size: 18px;
            min-width: 200px;
            text-align: center;
            border-radius: 0;
            border: none;
        }

            .custom-tab .custom-nav li a:hover, .custom-tab .custom-nav li a.active {
                background: #005164;
                color: #fff;
            }

.y-yacht-intro {
    background: #eeeeee;
    -webkit-box-shadow: 0px 6px 6px -6px #222;
    -moz-box-shadow: 0px 6px 6px -6px #222;
    box-shadow: 0px 6px 6px -6px #222;
    margin-bottom: 20px;
    min-height: 45px;
    display: block;
}

    .y-yacht-intro .yatch-img {
        height: 200px;
        overflow: hidden;
        width: 100%;
        position: relative;
    }

        .y-yacht-intro .yatch-img img {
            width: 100%;
            height: 200px;
            margin: 0;
            transition: all .5s ease-out;
            object-fit: cover;
        }

        .y-yacht-intro .yatch-img:hover img {
            transform: scale(1.25);
        }

    .y-yacht-intro .yatch-details {
        padding: 15px;
    }

        .y-yacht-intro .yatch-details > a:not(.btn) {
            color: #005164;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
            display: block;
            text-align: center;
        }

        .y-yacht-intro .yatch-details ul {
            display: flex;
            width: 100%;
            padding: 4px 0;
            margin: 8px 0 30px;
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
        }

            .y-yacht-intro .yatch-details ul li {
                font-weight: 600;
                text-transform: uppercase;
                padding: 20px 0;
            }

                .y-yacht-intro .yatch-details ul li:first-child {
                    border-right: 1px solid #ddd;
                    margin-right: 5px;
                    padding-right: 20px;
                    width: 68%;
                    text-align: center;
                }

                .y-yacht-intro .yatch-details ul li:last-child {
                    color: #464646;
                }

.content p.range {
    font-size: 22px;
    font-weight: 600;
    margin: 12px 24px;
}

.charter-details {
    margin: 0;
    padding: 30px 0;
}

.left-right-alignment {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .left-right-alignment h3 {
        margin: 0 !important;
    }

    .left-right-alignment .btn {
        font-weight: 600;
    }

.photo-gallery .item, .videos .thumbnail {
    padding-bottom: 30px;
}

.photo-gallery img.img-fluid, .videos img {
    height: 100px;
    margin: 0 !important;
    border: 1px solid #d1d1d1;
    border-radius: 0px;
    /*object-fit: cover;*/
    background-color: #ececec;
}

.images-videos {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 20px 0;
    padding-right: 10px;
}

.yatch-desc {
    border: 1px solid #53a69e;
    border-radius: 4px;
    background-color: #fff;
    margin: 30px 0;
    padding: 16px;
}

    .yatch-desc h4 {
        font-size: 18px;
        font-weight: 600;
        color: #002E5B;
        margin: 0 0 30px;
    }

    .yatch-desc p {
        color: #333;
        margin: 0 0 18px !important;
        word-break: inherit;
    }

    .yatch-desc .table tr td strong {
        color: #333;
        font-weight: 600;
    }

.table tr td, .table tr th {
    border: 1px solid #dce3eb;
    color: #484848;
    padding: 8px;
}

.table tr th {
    background: #f2f2f2;
}

.table tr:nth-child(2n+1) {
    background: #f9f9f9;
}

.table tbody tr:hover {
    background-color: rgba(81,167,238,.1);
}


.component .table tr th {
    background-color: #51a79e;
    font-weight: bold;
    color: #fff;
    white-space: normal;
    padding: 7px;
    font-weight: 600;
    text-align: center;
}

.info-hold-2 {
    display: block;
    border-top: 1px solid #afeeee;
    width: 100%;
    margin: 10px auto 0px auto;
    padding-top: 5px;
}

.component .table tr th a {
    color: #808080;
}

.component .table tr td a {
    color: #808080;
    font-size: 12px;
}

.component .table tr td, .component .table tr th {
    vertical-align: middle;
}

/***********Calendar Css***********/


.availability-calendar-toolbar {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

    .availability-calendar-toolbar span:last-child {
        float: right
    }

    .availability-calendar-toolbar input {
        padding: 7px 10px;
        background: #F5F5F5;
        background-image: linear-gradient(to bottom, #FFF, #E6E6E6);
        border: 1px solid #BBB;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        font-weight: bold;
        cursor: pointer;
        outline: 0;
    }

        .availability-calendar-toolbar input:first-child {
            margin-right: -1px;
            padding: 7px 10px;
            border-radius: 6px 0 0 6px;
        }

        .availability-calendar-toolbar input:nth-child(2) {
            border-radius: 0;
        }

        .availability-calendar-toolbar input:last-child {
            margin-left: -1px;
            border-radius: 0 6px 6px 0;
        }

        .availability-calendar-toolbar input:hover {
            background: #E5E5E5;
            background-image: linear-gradient(to bottom, #EEE, #D6D6D6);
        }

        .availability-calendar-toolbar input:active {
            background: #D5D5D5;
            background-image: linear-gradient(to bottom, #DDD, #C6C6C6);
        }

/*.availability-calendar td:nth-child(2), .availability-calendar td:nth-child(5), .availability-calendar td:nth-child(2), .availability-calendar td:last-child {
    background: #65a765;
}*/

.availability-calendar td {
    background: #65a765;
}

/*    .availability-calendar td:nth-child(3n) {
        background: #71c7be;
    }*/

.availability-calendar {
    width: 100%;
    background: #FFF;
    table-layout: fixed;
    border-collapse: collapse;
    color: #333;
    font-weight: 600;
    margin: 5px 0 0;
}

    .availability-calendar th, .availability-calendar td {
        border: 1px solid #DDD;
        padding: 5px;
        font-weight: 600;
        background: #f8f8f8;
    }

    .availability-calendar th {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .availability-calendar td {
        height: 60px;
        vertical-align: top;
        text-align: right;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .availability-calendar .ex-month {
        opacity: 0.4
    }

    .availability-calendar .unavailable {
        position: relative;
        background: lightcoral;
    }

        .availability-calendar .unavailable td {
            position: absolute;
            top: 40%;
            left: 0;
            right: -1px;
            height: 30px;
            background: #F88;
            border-top: 1px solid #A33;
            border-bottom: 1px solid #A33;
        }

/*.availability-calendar .unavailable:last-child div {
            right: 0
        }

        .availability-calendar .unavailable .first {
            left: 51%;
            border-radius: 6px 0 0 6px;
            border-left: 1px solid #A33;
        }

        .availability-calendar .unavailable .last {
            right: 51%;
            border-radius: 0 6px 6px 0;
            border-right: 1px solid #A33;
        }*/

.availability-calendar-toolbar input {
    font-size: 12px;
    background: #ebaa01 !important;
    border-color: #cda438;
    color: #fff;
    font-weight: 600;
}

.info {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 12px 0 0;
}

.availability-calendar td {
    background: #65a765;
    color: #fff;
}

.availability-calendar-toolbar span:first-child {
    position: relative;
    top: 10px;
    font-weight: 600;
}

.availability-sec .info > div span.red {
    background: lightcoral;
}

.availability-sec .info {
    display: flex;
    align-items: center;
}

    .availability-sec .info > div {
        display: flex;
        align-items: center;
        margin: 0 10px;
        font-size: 12px;
        font-weight: 600;
        color: #333;
    }

        .availability-sec .info > div span {
            width: 12px;
            height: 12px;
            background: #FF5C5C;
            margin-right: 5px;
        }

            .availability-sec .info > div span.red {
            }

            .availability-sec .info > div span.green {
                background: #65a765;
            }

.availability-calendar td.available {
    background: #65a765;
}

.availability-calendar .last.unavailable {
    border-top: 59px solid #65a765;
    border-right: 103px solid transparent;
    position: absolute;
    height: 60px;
    top: 0;
    right: 0;
    z-index: -1;
}

.availability-calendar .first.unavailable {
    border-top: 59px solid #65a765;
    border-left: 103px solid transparent;
    position: absolute;
    height: 60px;
    top: 0;
    left: 0;
    color: #fff;
    z-index: -1;
}

.availability-calendar .unavailable.first + .last {
    background: lightcoral;
    border-top: none;
    border-radius: 0;
}

/***********Calendar Css End***********/

.content .img-box {
    margin-bottom: 20px;
}

    .content .img-box img {
        border: 1px solid #999;
        padding: 8px;
        border-radius: 4px;
        margin: 0;
    }

.tablink_extra {
    background-color: rgba(0, 81, 100, 1);
    color: #FFF;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 9px 33px !important;
    font-size: 15px;
    width: 20%;
    border-radius: 16px;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: underline;
}

.use-info-wrap ul {
    margin-bottom: 30px;
    padding-left: 25px;
}

    .use-info-wrap ul ul {
        margin-bottom: 10;
        padding-left: 5px;
    }

.use-info-wrap ol {
    padding-left: 25px;
}

    .use-info-wrap ol ul {
        margin-bottom: 0;
    }

.use-info-wrap strong {
    font-weight: 600;
}

.use-info-wrap ul li {
    line-height: 24px;
    padding: 4px 0;
    list-style-type: disc;
    list-style-position: outside;
}

    .use-info-wrap ul li strong {
        color: #005164;
        font-weight: 700;
    }

.use-info-wrap ol li {
    list-style: number;
}

.use-info-wrap ol ul li {
    list-style: disc;
}

.content .use-info-wrap h4 {
    font-size: 20px;
    color: #002E5B;
    margin-bottom: 10px;
    font-weight: 400;
}

.use-info-wrap h4 a {
    font-size: 20px;
    color: #002E5B;
    font-weight: 400;
    text-decoration: none;
}

.use-info-wrap a {
    font-size: 14px;
    color: #026f89;
    padding: 6px 0;
    text-decoration: underline;
}

.component .table tr td a b {
    color: #002e5b;
}

.component tbody tr:nth-child(odd) {
    background-color: #FFFFFF;
    transition: all .125s ease-in-out;
}

.component tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.component tbody tr:hover {
    background-color: rgba(81,167,238,.1);
}

.search-yacht {
    display: inline-flex;
    grid-gap: 10px;
    max-width: 300px;
    margin-bottom: 30px;
    justify-content: flex-end;
    align-items: center;
}

    .search-yacht span {
        white-space: nowrap;
    }

.table-descript tr:nth-child(1) {
    background-color: #eeeeee;
}

table.table.table-descript td {
    background: none;
    color: #454545;
    border: 0px;
    padding: 8px;
}

.table-descript td a {
    color: rgba(83, 166, 158, 1);
    text-decoration: underline;
}

.table-descript tr:nth-last-child(1) {
    border-bottom: 1px solid #e9e9e9;
}

.rates-m-hold {
    width: 400px;
    margin: 0 auto;
    display: none;
}

    .rates-m-hold td, .rates-m-hold th {
        border: 1px solid rgba(45,45,45, 0.2);
        background-color: #f1eff0;
        vertical-align: middle;
    }

    .rates-m-hold .title-head {
        font-weight: 500;
        height: 84px;
    }

        .rates-m-hold .title-head a b {
            color: #002e5b;
        }

    .rates-m-hold tr td:first-child {
        background: #51a79e;
        color: #FFF;
    }

    .rates-m-hold tr td:last-child {
        width: 180px;
    }

    .rates-m-hold td.center-text {
        color: #FFF;
        background-color: #51a79e;
    }

    .rates-m-hold table {
        font-family: 'Roboto', sans-serif;
        border-collapse: collapse;
        width: 100%;
        font-size: 13px;
    }

    .rates-m-hold .table tr td a {
        color: #002e5b;
    }

    .rates-m-hold .owl-nav {
        text-align: center;
    }

        .rates-m-hold .owl-nav button {
            margin: 0 10px;
        }

            .rates-m-hold .owl-nav button i {
                font-size: 28px;
            }

.content img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
    max-width: 250px;
}

.use-info-wrap h5 {
    font-weight: 400;
}

.use-info-wrap h1 {
    color: #002E5B;
    font-weight: 400;
    line-height: normal;
}

.use-info-wrap h6, .use-info-wrap h2, .use-info-wrap h5 {
    color: #002E5B;
    margin: 10px 0;
}

.use-info-wrap .d-flex {
    grid-gap: 20px;
    align-items: center;
}

ol {
    padding: 0;
}

.use-info-wrap ol li {
    line-height: 24px;
    padding: 4px 0;
}

.use-info-wrap .yacht-service img {
    margin: 0;
}

.use-info-wrap .yacht-service {
    text-decoration: none;
    color: #002e5b;
    margin-bottom: 15px;
    display: block;
    padding: 15px 15px 0;
    background: #f2f2f2;
    border-radius: 5px;
}

    .use-info-wrap .yacht-service + p {
        background: #f2f2f2;
        margin: 0 0 15px;
        padding: 10px 0;
        border-radius: 0 0 5px 5px;
    }

    .use-info-wrap .yacht-service span {
        display: block;
        padding: 10px 0;
        font-size: 15px;
        font-weight: 600;
    }

.content .box {
    margin: 0 0 20px;
}

    .content .box img {
        width: auto;
        margin: 0;
    }

.yacht-list h5 {
    color: #454545;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
}

.yacht-list ul {
    color: #333;
    margin-bottom: 20px;
}

    .yacht-list ul li {
        margin: 5px 0;
    }

.content .toggle-block {
    background: #f2f2f2;
    padding: 5px 10px 5px 20px;
    margin-bottom: 15px;
}

    .content .toggle-block .toggle-trigger {
        font-size: 16px;
        font-weight: 500;
        margin: 0;
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        align-items: center;
    }

.toggle-block .toggle-trigger span {
    border-radius: 2px;
    float: left;
    display: block;
    height: 42px;
    width: 42px;
    min-width: 21px;
    line-height: 21px;
    margin-right: 0;
    background: url(../images/toggle-icon.png) no-repeat center bottom;
    transition: background 0.4s ease-in-out;
}

.toggle-block .toggle-trigger.opened span {
    background-position: center top;
}

.toggle-block .toggle-content {
    display: none;
    padding: 15px 20px;
    border-top: 0 none;
    margin-bottom: 0;
}

    .toggle-block .toggle-content ul {
        margin: 0;
    }

        .toggle-block .toggle-content ul li {
            padding: 0;
        }

.sidebar-hold {
    display: block;
    margin-bottom: 10px;
}

.sidebar-holdlink {
    cursor: pointer;
    padding: 18px 14px;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    margin: 0px 0px;
    line-height: 24px;
    border-radius: 2px;
    box-shadow: 1px 0px 5px 1px #CCCCCC;
    background-color: #005164;
    display: block;
    width: 100%;
    line-height: normal;
}

    .sidebar-holdlink:hover {
        color: #fff;
    }

.sidebar-sailing-school-page {
    margin: 20px 0;
}

.enquiry-form.contact-form, .subscribe-newsletter {
    border: 1px solid #dcdcdc;
    background: #fff;
    box-shadow: 0px 6px 8px -6px rgba(69,69,69, 0.5);
    border-radius: 4px;
    padding: 20px;
}

    .subscribe-newsletter h5 {
        color: #002E5B;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .subscribe-newsletter .form-group label {
        display: block;
        margin: 0 0 2px;
        font-size: 14px;
    }

    .subscribe-newsletter .form-group input {
        padding: 3px 10px;
        min-height: 40px;
        border-radius: 4px;
        font-size: 14px;
        color: #000;
    }

    .subscribe-newsletter .btn {
        max-width: 150px;
    }

.contact-form.enquiry-form input::placeholder, .contact-form.enquiry-form textarea::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}

.contact-form.enquiry-form input::-webkit-placeholder, .contact-form.enquiry-form textarea::-webkit-placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}

.contact-form.enquiry-form input::-ms-input-placeholder, .contact-form.enquiry-form textarea::-ms-input-placeholder { /* Edge 12-18 */
    color: #fff;
}

.use-info-wrap ul li a {
    text-decoration: none;
}

.booking-info-wrap {
    margin: 20px 0 0;
}

.table-hamble-point-marina td:nth-child(1) {
    font-weight: bold;
}

.table-hamble-point-marina {
    margin: 10px 0 20px;
    border-bottom: 1px solid #bfbfbf;
}

.apps-logo {
    display: flex;
    grid-gap: 20px;
}

    .apps-logo img, .full-blog .apps-logo img {
        max-width: 110px;
    }

.content .alignright {
    float: right;
    margin: 5px 0 20px 20px;
    max-width: 60px;
}

.use-info-wrap ol ol {
    padding-left: 20px;
}

.environmental-box {
    margin-top: 30px;
}

    .environmental-box img {
        height: 150px;
        object-fit: cover;
        border-radius: 5px;
        margin: 10px 0 !important;
    }

.blog-search {
    background: #fff;
    padding: 7px 10px;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    margin-bottom: 20px;
}

    .blog-search input {
        background: none;
        border: none;
        color: #000;
        width: calc(100% - 35px);
    }

        .blog-search input:focus {
            outline: none;
        }

    .blog-search button {
        border: none;
        background: none;
    }

        .blog-search button img {
            width: 28px;
        }

.single_blog {
    border: 1px solid #dedede;
    padding: 20px;
    margin: 0 0 20px 0;
    display: block;
    background: #f9f9f9;
}

    .single_blog h1 a {
        color: #3c3e3d;
        font-size: 22px;
        font-weight: 400;
    }

    .single_blog h4, .single_blog h3, .single_blog h2, .single_blog h3 {
        font-size: 21px !important;
        color: #002E5B;
    }

.y-btn {
    padding: 10px;
    background: #e7eded;
    color: #4ea698;
    font-weight: 600;
    width: 140px;
    text-align: center;
    margin: 18px 0 18px 0px;
    border-radius: 4px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle;
    backface-visibility: hidden;
}

    .y-btn::before {
        background: #51a79e;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: scaleY(0);
        transform-origin: 50% 50% 0;
        transition-duration: 0.3s;
        transition-property: transform;
        transition-timing-function: ease-out;
        z-index: -1;
        border-radius: 4px;
    }

    .y-btn:hover {
        color: #fff;
    }

        .y-btn:hover::before {
            transform: scaleY(1);
            -webkit-transform: scaleY(1);
            -moz-transform: scaleY(1);
        }

.faq-box {
    margin-bottom: 20px;
}

    .faq-box .d-flex {
        background: #cfcfcf;
        grid-gap: 10px;
        padding: 10px;
    }

        .faq-box .d-flex img {
            margin: 0;
            max-width: 50px !important;
        }

    .faq-box > p {
        border: 1px solid #cfcfcf;
        margin: 0;
        padding: 15px 20px;
    }

.yach-owner-box {
    background: #f2f2f2;
    border-radius: 5px;
    text-align: center;
    padding: 20px 20px 0;
    margin-bottom: 30px;
    overflow: hidden;
}

    .yach-owner-box img {
        max-width: 80px;
        margin: 0 auto;
    }

    .yach-owner-box h4 a {
        font-weight: 600;
    }

    .yach-owner-box p {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        min-height: 63px;
        margin: 20px 0;
    }

    .yach-owner-box .btn {
        width: calc(100% + 40px);
        position: relative;
        left: -20px;
        border: none;
        box-shadow: none;
        border-radius: 0 0 5px 5px;
    }

/*rates*/
.inner-pages header.fixed, .inner-pages header {
    position: relative;
}

.sticky-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    margin: 0 0 5px 0;
    width: 100%;
}

.rates-section-hold .sticky-thead {
    position: absolute !important;
}

.sticky-wrap .sticky-thead {
    box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);
    z-index: 100;
    width: 100%;
    margin-bottom: 3em;
}

.use-info-wrap a.btn.btn-primary {
    margin-top: 10px;
}


.single_blog {
    border: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: block;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

    .single_blog img {
        margin: 0;
        height: 180px;
        object-fit: cover;
    }

    .single_blog > div {
        padding: 20px;
    }

    .single_blog h4 {
        font-weight: 600;
        min-height: 60px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 60px;
        color: #000;
    }

    .single_blog p {
        min-height: 85px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 90px;
        margin: 10px 0;
        color: #000;
    }

    .single_blog .y-btn {
        margin: 0;
    }

    .single_blog:hover a, .single_blog:hover h4, .single_blog:hover p {
        color: #005164;
    }

    .single_blog:hover .y-btn {
        color: #fff;
    }

        .single_blog:hover .y-btn::before {
            transform: scaleY(1);
            -webkit-transform: scaleY(1);
            -moz-transform: scaleY(1);
        }

.full-blog {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    overflow: hidden;
    margin-bottom: 20px;
}

    .full-blog img {
        width: auto;
        display: block;
        margin: 0 auto 20px;
        max-width: 100%;
    }

.post-categories {
    margin: 10px 0 0;
}

.full-blog .blog_detail_text {
    padding: 20px 35px 30px;
}

.blog_detail_text h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px;
    color: #000 !important;
}

.blog_detail_text h3, .blog_detail_text h4, .blog_detail_text h5, .blog_detail_text h6 {
    font-size: 16px;
    font-weight: 600 !important;
    margin: 0 0 10px;
    color: #000 !important;
}

.blog-testimonial {
    background: #f6f6f6;
    border-radius: 5px;
    padding: 20px;
    margin: 15px 0 20px;
}

    .blog-testimonial h5 {
        color: #757575 !important;
        margin: 0;
        font-size: 14px;
    }

    .blog-testimonial span {
        display: block;
        font-weight: 500;
        color: #51a79e;
    }

    .blog-testimonial p {
        opacity: 0.8;
    }

.post-categories a {
    color: #666;
    font-size: 13px;
}

.heading-underline .col-lg-12.column > div {
    display: flex;
    width: 100%;
    background: #fff;
    justify-content: space-between;
    grid-gap: 30px;
    align-items: flex-start;
}

.heading-underline h1 {
    margin-left: 0;
    text-align: left;
    width: 100%;
}

.heading-underline .back {
    display: flex;
    align-items: center;
    grid-gap: 8px;
    font-weight: 700;
    color: #51a79e;
    position: relative;
    top: 24px;
    right: 20px;
}

    .heading-underline .back i {
        font-size: 20px;
        position: relative;
        top: -1px;
    }

.blog-top {
    display: flex;
    grid-gap: 10px;
    align-items: flex-start;
    margin-bottom: 20px;
}

    .blog-top h2 {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .blog-top > a {
        display: flex;
        align-items: center;
        grid-gap: 8px;
        font-weight: 700;
        color: #51a79e;
        position: relative;
        top: 4px;
    }

        .blog-top > a i {
            font-size: 20px;
            position: relative;
            top: -1px;
        }

.leave-form {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding: 35px;
    margin: 30px 0 0;
}

    .leave-form h2 {
        font-size: 24px;
        font-weight: 700;
        margin: 0 0 20px;
    }

    .leave-form .form-control {
        width: 100%;
    }

    .leave-form .form-control {
        width: 100%;
        color: #000;
        font-weight: 400;
        border: 1px solid #ced4da;
        font-size: 16px;
        border-radius: 5px;
        padding: 7px 12px;
        height: auto;
    }

    .leave-form p {
        font-weight: 600;
        margin: 15px 0 30px;
    }

    .leave-form textarea.form-control {
        min-height: 120px;
    }

.use-info-wrap h5 a {
    font-size: inherit;
    padding: 0;
    text-decoration: underline;
}

.img-section {
    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
}

    .img-section > dl {
        width: calc(33.33% - 20px);
        background: #f5f5f5;
        border-radius: 5px;
        overflow: hidden;
    }

        .img-section > dl dt img {
            height: 180px;
            object-fit: cover;
            margin: 0;
            width: 100%;
        }


        .img-section > dl dd {
            margin: 0;
            padding: 10px;
            min-height: 62px;
            font-weight: 500;
        }

/*********** end****************/
h4.error {
    font-weight: normal;
    color: rgba(0, 81, 100, 1);
}



@media (max-width:991px) {
    .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    header {
        position: static;
    }

        header.fixed {
            position: fixed;
        }

        header .container {
            padding-left: 15px;
            padding-right: 15px;
        }

        header .logo {
            margin-top: 10px;
            display: inline-block;
            float: left;
        }

    .call-us {
        font-size: 14px;
        padding: 20px 0;
    }

        .call-us .number {
            font-size: 15px;
        }

    .rmm-toggled.rmm-view {
        display: block !important;
        position: absolute;
        right: 0;
        top: -55px;
        text-indent: -9999px;
    }

    .rmm-toggled-button {
        cursor: pointer;
        background: #ececec;
        margin-top: 0;
        padding: 8px;
        width: 40px;
        display: flex;
        flex-wrap: wrap;
        grid-gap: 3px;
        justify-content: center;
        align-items: center;
    }

        .rmm-toggled-button span {
            background: #3aa6f5;
            border-radius: 10px;
            display: block;
            height: 3px;
            width: 100%;
            transition: all 0.5s;
        }

        .rmm-toggled-button.active {
            height: 30px;
        }

    .active.rmm-toggled-button span:first-child {
        transform: rotate(45deg);
        position: absolute;
        width: 20px;
    }

    .active.rmm-toggled-button span:nth-child(2) {
        display: none;
    }

    .active.rmm-toggled-button span:last-child {
        transform: rotate(-45deg);
        position: absolute;
        width: 20px;
    }

    ul.rmm-menu {
        display: block;
        transition: all .5s;
        opacity: 0;
        visibility: hidden;
        height: 0;
        transform: scale(0);
    }

        ul.rmm-menu.show {
            transform: scale(1);
            opacity: 1;
            visibility: visible;
            height: auto;
        }

        ul.rmm-menu li {
            background: #fff;
        }

            ul.rmm-menu li a {
                border-bottom: 1px solid #b5bdc8;
                padding: 10px 50px 10px 15px;
                color: #002e5b;
            }

            ul.rmm-menu li > a:not(:only-child):before {
                right: 10px;
            }

        ul.rmm-menu ul {
            max-width: 100%;
            width: 100%;
        }

    .rmm-menu ul ul {
        left: 0;
    }

    .rmm-menu .rmm-back {
        display: block;
        font-size: 12px;
    }

        .rmm-menu .rmm-back a {
            background: #002e5b;
            color: #fff;
            text-align: right;
            padding: 10px 22px;
        }

            .rmm-menu .rmm-back a:after {
                content: "\f107";
                color: #fff;
                float: left;
                font-family: fontawesome;
                font-size: 20px;
                position: relative;
                right: 2px;
                top: -4px;
                transform: rotate(90deg);
                display: inline-block;
            }

    /*ul.rmm-menu li:hover > ul {
        display: none;
    }*/


    .search-form .form-control {
        margin: 6px 0;
    }

    .search-form button.btn.btn-primary {
        margin: 6px 0 0;
    }

    .right-form {
        margin: 30px 0 0;
    }

    .scrollTop {
        right: 20px;
    }

    .sidebar-hold {
        margin-top: 30px;
    }
}


@media (min-width:991px) {
    /*.rmm-menu .rmm-back {
        display: none !important;
    }*/
    .rmm-menu > li > ul > .rmm-back {
        display: none !important;
    }

    .rmm-menu > li {
        display: block !important;
    }

        .rmm-menu > li > a {
            display: block !important;
        }

    ul.rmm-menu li:hover > ul {
        /*display: none;*/
    }

    ul.rmm-menu ul {
        top: 39px;
        width: 100%;
    }

    .rmm-menu ul ul {
        /* position: static; */
        left: 0;
        top: 0;
        width: 100%;
        background: #ddd;
    }
    /*.rmm-submenu-link {
        display: block !important;
    }*/


    .rmm-menu .rmm-back {
        display: block;
        font-size: 12px;
    }

        .rmm-menu .rmm-back a {
            background: #cdcdcd;
            color: #002e5b;
            text-align: left;
            padding: 6px 15px;
        }

            .rmm-menu .rmm-back a:after {
                content: "\f107";
                color: #002e5b;
                float: left;
                font-family: fontawesome;
                font-size: 20px;
                position: relative;
                right: 3px;
                top: -5px;
                transform: rotate(90deg);
                display: inline-block;
            }

            .rmm-menu .rmm-back a:hover:after {
                color: #fff;
            }

    /* .rmm-menu li.res-menu {
        display: none !important;
    }*/
}

@media (max-width:767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    header {
        height: 105px;
    }

    .rmm-toggled.rmm-view {
        top: -25px;
    }

    header .logo img, header.fixed .logo img {
        max-height: 65px;
    }

    .call-us {
        padding: 10px 0;
    }

    .inner-banner img {
        height: 250px;
    }

    .news-content {
        margin: 30px 0 0;
        text-align: center;
    }

        .news-content .date {
            justify-content: center;
        }

    .heading-2 {
        text-align: center;
    }

        .heading-2 h2:before {
            left: 0;
            right: 0;
        }

        .heading-2 h2:after {
            left: 0;
            right: 0;
        }

    .news-content .btn.blue-btn {
        margin: 0 auto;
    }

    .top-footer .f-text {
        margin: 30px 0 0;
        text-align: center;
    }

    .top-footer .menu li {
        list-style: none;
        text-align: center;
    }

    .top-footer .social-icons {
        justify-content: center;
    }

    .footer-ad-img {
        flex-wrap: wrap;
        justify-content: center;
    }

    .bottom-footer {
        text-align: center;
    }

    .top-footer {
        padding: 30px 0 30px;
    }

    .news-info {
        right: 0;
        left: 0;
        margin: auto;
    }

    h2 {
        font-size: 26px;
    }

    .client_testimonials h2 {
        margin-bottom: 30px;
    }

    .subscription-sec {
        display: block;
    }

        .subscription-sec > div {
            width: 100%;
            padding: 20px;
            text-align: center;
        }

    .s-left .box {
        display: block;
    }

        .s-left .box > div {
            width: 100%;
            margin-bottom: 20px;
        }

    .s-right img {
        min-height: 200px;
    }

    .search-form .col-lg-2.col-md-4.col-sm-6, .search-form .col-lg-1 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .search-btn-hold {
        display: block;
    }

    #search-form {
        display: none;
    }

        #search-form.active {
            display: block;
        }

    .testimonial-tab .testimonial-nav {
        flex-wrap: wrap;
        justify-content: center;
    }

        .testimonial-tab .testimonial-nav li a {
            padding: 8px 12px;
        }

    .pagination li a {
        padding: 5px 10px;
        font-size: 13px;
    }

    .heading-2 h2 {
        font-size: 26px;
    }

    .custom-tab .custom-nav li a {
        min-width: inherit;
    }

    .availability-sec {
        padding-top: 20px;
    }

        .availability-sec .info {
            left: auto;
            transform: none;
            margin: -25px 0 0;
            right: 10px;
        }

    .availability-calendar-toolbar span:first-child {
        top: -30px;
    }

    .rates-m-hold {
        display: block;
        width: 100%;
    }

    .rates-section-hold.desktop {
        display: none;
    }

    .use-info-wrap h1 {
        font-size: 22px;
    }

    .subscribe-newsletter {
        margin: 30px 0 0;
    }

    .use-info-wrap ul {
        padding-left: 15px;
    }
}
.popup-content p + span a {
    color: #fff;
    text-decoration: underline;
}
 
@media (max-width:600px) {
    .popup-box {
        display: block;
        padding: 30px 15px 15px;
        height: auto;
    }

    .popup-content p {
        margin: 20px 0 5px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .popup-content img {
        display: none;
    }

    .popup-box .close-btn {
        width: 25px;
        height: 25px;
    }

    .testimonial-tab .testimonial-nav li {
        width: calc(50% - 3px);
    }

    .testimonial-div {
        background: none;
        display: block;
    }

        .testimonial-div > img {
            float: none;
        }

        .testimonial-div h5 {
            padding: 10px 0;
        }

    .custom-tab .custom-nav li a, .custom-tab .custom-nav li {
        min-width: 100%;
    }

    .content img.alignleft {
        float: none;
        margin: 20px 0;
        max-width: 100%;
    }

    .content .yachts-sale h3 {
        margin-bottom: 40px;
    }

    .img-section > dl {
        width: calc(50% - 20px);
    }

        .img-section > dl dd {
            min-height: inherit;
        }
}

@media (max-width:500px) {
    .img-section > dl {
        width: 100%;
    }
}
