﻿/* GLOBAL CSS START */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
    text-decoration: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    background: transparent;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #ffff;
}

.hover-effect:hover {
    color: inherit;
}

img {
    width: 100%;
    object-fit: cover;
}


/* FONT FAMILY */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@font-face {
    font-family: bahns;
    src: url(../fonts/bahnschrift.ttf);
}

@font-face {
    font-family: hankBlack;
    src: url(../fonts/HankenGrotesk-Black.ttf);
}

@font-face {
    font-family: hankBold;
    src: url(../fonts/HankenGrotesk-Bold.ttf);
}

@font-face {
    font-family: hankExBold;
    src: url(../fonts/HankenGrotesk-ExtraBold.ttf);
}

@font-face {
    font-family: hankLight;
    src: url(../fonts/HankenGrotesk-Light.ttf);
}

@font-face {
    font-family: hankSemiBold;
    src: url(../fonts/HankenGrotesk-SemiBold.ttf);
}

@font-face {
    font-family: hankSanBold;
    src: url(../fonts/HankenGrotesk-SemiBold.ttf);
}

@font-face {
    font-family: hankSanLight;
    src: url(../fonts/HankenGrotesk-SemiBold.ttf);
}

@font-face {
    font-family: openBold;
    src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face {
    font-family: openSemiBold;
    src: url(../fonts/OpenSans-Semibold.ttf);
}

@font-face {
    font-family: openLight;
    src: url(../fonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: openMedium;
    src: url(../fonts/OpenSans-Medium.ttf);
}

@font-face {
    font-family: openRegular;
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: ibexBold;
    src: url(../fonts/IBMPlexSans-Bold.ttf);
}

@font-face {
    font-family: ibexLight;
    src: url(../fonts/IBMPlexSans-Light.ttf);
}

html {
    scroll-behavior: smooth;
}


h1 {
    font-size: 60px;
    font-family: ibexBold;
    color: #fff;
}

h2 {
    font-size: 45px;
    font-family: ibexBold;
}

h3 {
    font-size: 33px;
    font-family: ibexBold;
}

h4 {
    font-size: 30px;
    font-family: openBold;
}

h5 {
    font-size: 27px;
    font-family: openBold;
}

h6 {
    font-size: 24px;
    font-family: openBold;
}

p {
    font-size: 18px;
}

.error_input {
    border: 1px solid red !important;
}

#notify_message {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 9999;
    font-size: 20px;
}

input:focus {
    box-shadow: none !important;
}

select:focus {
    box-shadow: none !important;
}

.same_btn {
    background-color: transparent;
    padding: 22px 90px;
    font-size: 18px;
    font-family: raleMedium;
    background-color: transparent;
    color: #000000;
    display: inline-block;
    border: 2px solid #000000;
    letter-spacing: 1px;
    clip-path: polygon(84% 33%, 100% 50%, 84% 64%, 22% 65%, 41% 51%, 21% 34%);
    /* transition: 0.3s ease-in; */
}

.left_nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone_num {
    color: white;
}

span.site_phnum a {
    color: white;
}

.same_btn:hover {
    color: #000000;
}
.form_wraper label{
    font-size: 18px;
    font-family: openSemiBold;
    color: #000000;
    margin-bottom: 8px;
    display: inline-block;
}

.form_btn {
    background-color: #265170;
    padding: 8px 20px;
    font-size: 20px;
    font-family: openBold;
    color: #fff;
    display: inline-block;
    border: none;
    border-radius: 4px;
    letter-spacing: 1px;
    cursor: pointer;
}


/* share pop up styling */
#contactModal_email .modal-header {
    border-bottom: 0;
    padding-top: 30px;
}

#contactModal_email .modal-dialog {
    max-width: 450px;
}

.popup_input {
    width: calc(100% - 100px);
    height: 43px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dedfe0;
    margin-bottom: 0;
    padding: 0 10px 0 10px
}

.shareModalHeading {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #1a1a1a;
    font-weight: 300;
}

.copyShareLinkBtn {
    text-align: center;
    background: #265170;
    border: 1px solid transparent;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.8px;
    font-weight: 200;
    transition: 0.4s ease all;
    border: none;
    outline: none;
}

.copyLinkWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shareIconsContainer {
    display: flex;
    align-items: center;
    gap: 30px;

}

.shareIconsWrapper {
    margin-top: 40px;
}

.shareIconsContainer .fa-brands {
    color: #265170;
}

.shareIcons {
    border: 1px solid #265170;
    border-radius: 50%;
    background-color: #fff;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktopShareBtn {
    display: block;
}

.mobileShareBtn {
    display: none;
}

/* share pop up styling */

.load_btn {
    background-color: #fff;
    padding: 5px 20px;
    font-size: 20px;
    font-family: openBold;
    color: #98b2b2;
    display: inline-block;
    border: none;
    border-radius: 4px;
    letter-spacing: 1px;
    transition: all 0.6s ease-in-out;
}

.load_btn:hover {
    color: #000000;
    background-color: #265170;
}

.awa {
    border: 1px solid #809090;
    background: transparent;
    padding: 9px 20px;
    color: #fff;
    font-family: openBold;
    font-size: 19px;
    border-left: none;
    border-right: none;
    position: relative;
    display: inline-block;
    margin-top: 30px;
}

.awa:after {
    position: absolute;
    content: "";
    width: 33px;
    top: 6px;
    height: 34px;
    transform: rotate(45deg);
    border-top: 1px solid #809090;
    border-right: 1px solid #809090;
    right: -17px;
}

.awa:before {
    position: absolute;
    content: "";
    width: 33px;
    top: 6px;
    height: 34px;
    transform: rotate(45deg);
    border-top: 1px solid #809090;
    border-right: 1px solid #809090;
    right: -30px;
}

.blue {
    color: #265170;
}

.blue:hover {
    color: #265170;
}


/* GLOBAL CSS END */


/* BUTTON TOGLLER CSS  *******************************/

.navbar-toggler .span_line {
    display: block;
    background-color: #ffffff;
    height: 2px;
    width: 23px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}


/* top line needs a little padding */

.navbar-toggler .span_line:nth-child(1) {
    margin-top: 0.3em;
}

.cotact-sec h1 {
    color: black;
    text-align: center;
    font-size: 45px;
    margin-top: 20px;
}

.cotact-sec h5 {
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
}

.cotact-sec h5 a {
    text-decoration: none;
    color: black;
}

/**
 * Animate collapse into X.
 */


/* top line rotates 45 degrees clockwise and moves up and in a bit to close the center of the X in the center of the button */

.navbar-toggler:not(.collapsed) .span_line:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}


/* center line goes transparent */

.navbar-toggler:not(.collapsed) .span_line:nth-child(2) {
    opacity: 0;
}


/* bottom line rotates 45 degrees counter clockwise, in, and down a bit to close the center of the X in the center of the button  */

.navbar-toggler:not(.collapsed) .span_line:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg);
}


/**
 * Animate collapse open into hamburger menu
 */


/* top line moves back to initial position and rotates back to 0 degrees */

.navbar-toggler .span_line:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg);
}


/* middle line goes back to regular color and opacity */

.navbar-toggler .span_line:nth-child(2) {
    opacity: 1;
}


/* bottom line goes back to initial position and rotates back to 0 degrees */

.navbar-toggler .span_line:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
}


/* CAROUSEL ARROW CSS */

button.owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 40px !important;
}

button.owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 40px !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #000000;
    text-decoration: none;
}

button:focus {
    outline: 0 !important;
}


/* HEADer csS START */

.withbg {
    background-color: #000000;
    position: relative !important;
}

.navbar {
    padding: 0.5rem 3rem;
    position: absolute;
    z-index: 2;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.navbar .logo_div {
    max-width: 250px;
}

.navbar .main_parent_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

nav .nav_menu {
    justify-content: space-between;
}

nav ul li a {
    color: #fff !important;
    font-size: 18px;
    font-family: openSemiBold;
    white-space: nowrap;
}

nav .nav_right input {
    border: none !important;
    background-color: transparent !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #fff !important;
    color: #fff !important;
    max-width: 177px;
    padding: 4px 7px;
}

nav .form-control:focus {
    box-shadow: none !important;
}

nav input::placeholder {
    color: #ffffff !important;
    font-family: openRegular !important;
    font-size: 16px;
}

nav .nav_items {
    display: flex;
    margin-bottom: 0px;
    margin-right: 3%;
}

.nav_items li {
    padding: 0px 18px;
}


/* MEGA NAV CSS */

.nav_link:hover .subnav {
    visibility: visible;
    height: 70px;
    padding: 19px 10px;
}

.subnav {
    visibility: hidden;
    height: 0;
    position: absolute;
    left: 0;
    top: 62px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    display: flex;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

.subnav a {
    padding: 0px 30px;
}

.mobile_nav {
    display: none;
}


/* HEADer csS START */


/* BANNER CSS START */

.banner {}

.banner .main_wrap {
    position: relative;
}

.banner .img_wrap {
    position: relative;
    padding-top: 50%;
}

.banner .img_wrap img,
.banner .img_wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .img_wrap::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

.banner .text_wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}


/* BANNER CSS END */


/* INVENTORY SECTION START */

.inventory .inner_img img {
    height: 100%;
    object-fit: cover;

}

.inventory .inner_img {
    height: 500px;
}

.inventory .inner_img:hover .hide_shadow {
    display: block;

}

.inventory .inner_text {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
}

.inventory .inner_text h4 {
    color: #fff;
}

.inventory .hide_shadow {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(38, 81, 112, 0.6);
    display: none;
    transition: 0.9s ease-out;
    transition-delay: 1s;
}

.inventory .btn_wrap {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
    text-align: center;
}


/* FEatuered Section css Start */

.featured {
    padding: 60px 0px;
    display: block;
}

.featured .main_wrap {
    max-width: 1690px;
    width: 100%;
    margin: 0 auto;
}

.featured .top_text {
    padding-bottom: 40px;
}

.featured .item {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}

.featured .btn_wrap a {
    color: #265170;
}

.featured .item p {
    font-family: openLight;
    color: #000000;
}

.featured .img_wrap {
    position: relative;
}

.featured .btn_img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.featured .btn_img a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-family: openMedium;
    background-color: #265170;
    padding: 5px 40px 5px 16px;
    clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%);
}


/* FEatuered Section css END */


/* Boater Section Start */

.boaters {
    position: relative;
}

.boaters .img_bg_wrap {
    position: relative;
    padding-top: 30%;
}

.boaters .img_bg_wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.boaters .text_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(243, 248, 252, 0.6);
    padding: 40px 30px;
}

.boaters .text_wrap .btn_wrap a {
    color: #265170;
}


/* Boater Section Start */


/* BRand Section Css START */

.brands .inner_img {
    height: 430px;
}

.brands .inner_img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.brands .hide_shadow {
    background: rgba(38, 81, 112, 0.6) !important;
}

.brands .inner_img:hover .inner_text {
    bottom: 50%;
}


/* BRand Section Css END */


/* NORTH BRAND SECTION CSS START */

.north_brand {
    padding: 60px 0px;
}

.north_brand video {
    width: 100%;
}

.north_brand .text_wrap h3 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.north_brand .btn_wrap a {
    color: #265170;
}

.north_brand .text_wrap p {
    font-family: openLight;
}

#home_modal .modal-content {
    border: 0px;
    background-color: #004466;
}
	#home_modal .modal-header{
		border-bottom: 0;
	}
#home_modal .modal-title {
    border-bottom: 1px darkgrey solid;
    font-size: 25px;
    text-align: center;
    color: white;
    font-weight: bold;
	padding: 0 15px 11px 15px !important;
}
#home_modal .modal-header h2{
	width: 100%;
}
#home_modal .modal-header .close {
    color: #000000;
    opacity: 1;
    text-shadow: 0 1px 0 #000;
}
#home_modal .close:hover {
    color: #c29e2c;
}
#home_modal .modal-body {
    padding: 15px;
    margin: 0 auto;
    text-align: center;
}
#home_modal .modal-body p {
    color: white;
    font-size: 18px;
    font-weight: 700;
    opacity: .8;
}
#home_modal .close {
    font-size: 38px !important;
    position: absolute;
    top: -16px;
    right: -13px;
}

#home_modal .modal-title {
    font-size: 30px;
    text-align: center;
    color: white;
    font-weight: bold;
    margin: auto;
    line-height: 1.42857143;
}

/* #home_modal .close {
    font-size: 40px;
    position: absolute;
    top: -3px;
    right: -3px;
} */

#home_modal .modal-dialog {
    max-width: 450px;
}

.modal-footer.homefooter {
    position: absolute;
    top: 0;
    right: 0;
    border-top: none;
}

.toggle-content {
    display: none;
    margin: 0px 35px;

}

.toggle-content li a {
    border-bottom: none !important;
    padding: 12px 25px !important;
}

/* new updated form styling starts here */
.iti {
    border: none;
    width: 100%;
}

.mean-container .mean-push {
    display: none;
}

/* sub nav styles starts here added by kazim */
.subMenu p {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-top: 11px;
    margin-bottom: 0;
}

.subMenu p a {
    color: #b4b4b4;
    font-weight: 600;
}

.subMenu p a span {
    color: #9f0d01;
    font-weight: 900;
    margin-right: 15px;
}

.subnavBtn {
    text-align: center;
    background: #9f0d01;
    border: none;
    padding: 7px 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: 0.4s ease all;
    font-size: 14px;
    font-weight: 600;
    float: right;
}

.subnavBtn:hover {
    color: #fff;
    background: #000;
}

.footer_data ul li a {
    color: #fff;
}

.scrolling_nav {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000000b8 !important;
    z-index: 50;
}

.scrolling_nav .navbar {
    background-color: #000000;
    position: relative !important;
}

.phoneInput {
    width: 100%;
    padding-left: 52px !important;
    outline: none;
    border: none;
}

.field-error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    text-align: left;
}

.error_field {
    border: 1px solid red !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    display: none;
}

/* NORTH BRAND SECTION CSS END */


/* FOOTER SECTION CSS START */

footer {
    background-color: #265170;
    padding: 60px 0px;
}

footer .footer_logo {
    max-width: 100px;
    margin: 0 auto;
    width: 100%;
}

footer .footer_data span {
    color: #fff;
    font-family: openBold;
    padding-bottom: 10px;
    display: inline-block;
}

footer .footer_data ul li {
    font-size: 18px;
    font-family: openLight;
    color: #fff;
    padding-bottom: 8px;
}

footer .footer_data iframe {
    width: 100%;
    max-width: 330px;
}

footer .footer_data .adress li {
    font-family: openSemiBold;
    padding-bottom: 10px;
}

footer .footer_data p {
    font-size: 25px;
    color: #fff;
    padding-bottom: 12px;
    font-family: openLight;
}

footer .social_icon {
    padding-top: 10px;
    display: flex;
    justify-content: center;
}

footer .social_icon i {
    color: #fff;
    font-size: 24px;
    padding-right: 10px;
}

footer .footer_data input {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0px;
    max-width: 265px;
    margin-left: auto;
    color: #fff !important;
}

footer .footer_data input::placeholder {
    color: #fff !important;
}

.form-control:focus {
    background-color: transparent !important;
}

footer .footer_data button {
    background-color: transparent;
    margin-top: 14px;
    padding: 12px 0px;
    width: 100%;
    max-width: 265px;
    text-align: center;
    font-size: 16px;
    font-family: openBold;
    color: #fff;
    display: inline-block;
    border: 2px solid #fff;
    letter-spacing: 1px;
    /* transition: 0.3s ease-in; */
}

.bottom_footer {
    background-color: #224965;
}

.bottom_footer p {
    font-size: 13px;
    font-family: openLight;
    color: #c2ccd3;
    padding: 13px 0px;
}


/* FOOTER SECTION CSS END */


/* MEDIA QUERIES OF HOME PAGE */

@media screen and (min-width: 1999px) {
    .img_wrap.rentals {
        height: 520px !important;
    }
}

@media(max-width:1440px) {
    .cotact-sec h1 {
        font-size: 42px;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    p {
        font-size: 15px;
    }

    .navbar .logo_div {
        max-width: 220px;
    }

    footer .footer_data ul li {
        font-size: 16px;
    }

    footer .footer_data button {
        font-size: 14px;
    }
}

@media(max-width:1366px) {
    .navbar {
        padding: 0.5rem 1rem;
    }

    .navbar .logo_div {
        max-width: 200px;
    }

    .nav_items li {
        padding: 0px 8px;
    }

    nav ul li a {
        font-size: 14px;
    }
}

@media(max-width:1240px) {
    .cotact-sec h1 {
        font-size: 36px;
    }

    .cotact-sec h5 {
        font-size: 16px;
    }

    .inventory .awa {
        padding: 12px 19px;
        font-size: 14px;
    }
}

@media(max-width:991px) {
    .desktopShareBtn {
        display: none;
    }

    .mobileShareBtn {
        display: block;
    }

    .cotact-sec h1 {
        font-size: 30px;
    }

    .cotact-sec h5 {
        font-size: 14px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 23px;
    }

    h4 {
        font-size: 21px;
    }

    h5 {
        font-size: 18px;
    }

    p {
        font-size: 14px;
    }

    nav .nav_menu {
        background-color: white;
        color: black;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
    }

    nav .nav_items {
        flex-direction: column;
        padding: 25px 20px;
    }

    nav .nav_right {
        padding-left: 20px;
        padding-right: 20px;
        display: none;
    }

    .my-navs {
        position: static;
        transform: none;
        margin-top: 0px;
    }

    .inventory .inner_img {
        height: 400px;
    }

    .featured {
        padding: 45px 0px;
    }

    .north_brand {
        padding: 45px 0px;
    }

    .boaters .text_wrap {
        padding: 10px 20px;
    }

    .boaters h2 {
        font-size: 18px;
    }

    footer .footer_data {
        text-align: center;
    }

    footer .footer_data input {
        margin: 0 auto;
    }
}

@media(max-width:768px) {
    .cotact-sec h1 {
        font-size: 30px;
    }

    .cotact-sec h5 {
        font-size: 14px;
    }

    .rental_faq strong {
        font-size: 13px;
    }

    h1 {
        font-size: 24px;
    }

    .banner .img_wrap {
        height: 530px;
    }

    .contact_banner .img_wrap {
        height: 360px;
    }

    footer .footer_data {
        margin-bottom: 20px;
    }

    /* MOBILE NAV */
    .nav_items {
        display: none !important;
    }

    .mobile_nav {
        display: block;
        width: 100%;
        text-align: center;
    }

    .mobile_nav ul li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 10px;
        color: black !important;
        padding: 18px 25px;
        border-bottom: 2px solid lightgray;
    }

    .mobile_nav ul li span {
        padding-left: 7px;
    }

    .rotate_180 {
        transform: rotate(180deg);
    }

    /* .submenu_li4 ul li a{
        padding-left: 15px;

    } */
}

@media(max-width:640px) {
    .hampshire-boat-rentals .text_wrap {
        left: 20%;
        right: 20%;
    }

    .cotact-sec h1 {
        font-size: 23px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .cotact-sec h5 {
        font-size: 14px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .banner .text_wrap {
        padding: 0px 20px;
    }

    .boaters .img_bg_wrap {
        height: 300px;
    }

    .brands .inner_img {
        height: 350px;
    }

    .brands .inner_img:hover .inner_text {
        bottom: 37%;
    }

    .inventory .btn_wrap {
        bottom: 65% !important;
    }

}

@media(max-width:425px) {
    .hampshire-boat-rentals .text_wrap {
        left: 14%;
        right: 14%;
    }

    .hampshire-boat-rentals .text_wrap h1 {
        font-size: 20px;
    }

    .forSale .left_tabs .panel-default {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .border_home {
        margin-top: 20px;

    }

    /* .border_home img{
        width: auto;
    } */
    .boaters .text_wrap {
        width: 100%;
        max-width: 300px;
    }

    .north_brand .text_wrap h3 {
        padding-top: 0px;
    }

    .inventory .awa {
        padding: 2px 5px
    }

    .inventory .btn_wrap .last_o {
        padding: 12px 5px;
    }
}

/********************* BOAT Section  Page Start ********************************************* */

.load_more {
    display: none;
}

.main_big_img {
    width: 100%;
    /* height: 780px; */
    max-width: 1000px;
    margin: 0 auto;
}

.small_img {
    margin-top: 12px;
    height: 200px;
}

.small_img img {
    height: 100%;
}

button:focus {
    outline: none;
}

.boat_inventory {
    padding-top: 0px !important;
}

.forSale .left_filter span {
    font-size: 18px;
    font-family: openLight;
    margin-right: 10px;
}

.forSale .inner_wrap_left_options {
    border-right: 2px solid #dfdfdf;
}

.forSale .left_filter select {
    font-family: openRegular;
    padding: 5px 15px;
    font-size: 18px;
}

.forSale .top_text {
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
}

.forSale .arrow_right button {
    border: none;
}

.forSale .arrow_right span {
    background-color: #265170;
    padding: 8px 15px;
    color: #ffffff;
    display: inline-block;
}

.forSale .left_tabs .top_filter {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.forSale .left_tabs .top_filter p {
    border: 1px solid #dfdfdf;
    padding: 8px 20px;
    color: #4c4c4c;
}

.forSale .left_tabs .top_filter select {
    padding: 8px 28px;
    border: 1px solid #dfdfdf;
    border-left: none;
}

.forSale .left_tabs a {
    color: #000000;
    font-size: 18px;
}

.forSale .text_mid {
    text-align: center;
}

.forSale .text_mid .p_red {
    color: #cf2b25;
    font-family: oxbold;
    font-size: 22px;
    padding: 7px 0px;
}

.forSale .left_tabs .panel-default {
    border-bottom: 2px solid #dfdfdf;
}

.f-size {
    font-size: 20px;
}

.custom-p {
    padding: 0px 20px;
}

.forSale label {
    font-family: openRegular;
    font-size: 18px;
}

.last_btn {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 60px;
}

.toll {
    color: #124163;
}

.img_filter {
    padding-top: 30px;
    display: none;
}

.img_filter button i {
    font-size: 28px;
}

.img_filter button {
    border: none;
    outline: none;
    background: transparent;
}

.img_filter button span {
    font-size: 26px;
    font-family: openBold;
}

.img_filter button:hover {
    color: rgb(14, 13, 13);
}

.grecaptcha-badge {
    display: none;
}

.forSale .inner_wrap_right_imgs {
    padding: 0px 50px;
}

.forSale .inner_wrap_right_imgs .top_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.forSale .inner_wrap_right_imgs .top_text .right_btn_sec i {
    font-size: 26px;
}

.forSale .inner_wrap_right_imgs .top_text .right_btn_sec i:first-child {
    margin-right: 10px;
}

.forSale .inner_wrap_right_imgs .top_text .right_btn_sec a {
    color: #000000;
}

.forSale .inner_wrap_right_imgs .top_text .right_btn_sec a:hover {
    color: #000000;
}

.forSale .inner_wrap_right_imgs .top_text .right_btn_sec a:focus {
    color: #2c87c9
}

.col_12 {
    display: none;
    padding-bottom: 20px;
}

.col_12 .parent {
    height: 300px;
}


/* side pannel accordian css */

.panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}


/* side pannel accordian css end */

.inner_wrap_right_imgs h1 {
    font-size: 75px;
    color: #000000;
}

.parent {
    position: relative;
    width: 100%;
    height: 400px;
}

.parent img {
    height: 100%;
}

.parent:hover .show-bg-col {
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background: rgba(31, 79, 153, 1);
    width: 100%;
    height: 100%;
}

.parent .show-bg-col button {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.inner_detail_wraper h5 {
    font-family: openRegular;
    font-size: 25px;
    padding-top: 10px;
}

.inner_detail_wraper h5 a {
    color: #000000 !important;
}

.p_chng .inner_detail_wraper span {
    font-family: openBold;
    font-size: 20px;
}

.inner_detail_wraper .bottom_p p+p {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
}

.p_chng .inner_detail_wraper .bottom_p p {
    position: relative;
    color: #788492;
}

.inner_detail_wraper .bottom_p p+p::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 15px;
    left: 0%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #65686b;
}

.owl-four .owl-prev,
.owl-four .owl-next {
    display: none !important;
}

/* rangebar css end */


/* NEW STRUCTURE CSS START */

.main_parent_forsale {
    display: flex;
}

.main_parent_forsale .left_tabs {
    width: 400px;
    transition: ease-in-out 0.5s;
}

.main_parent_forsale .left_tabs {
    flex: 0 0 400px;
}

.inner_wrap_right_imgs {
    flex: 1 1 calc(100% - 400px);
    transition: ease-in-out 0.5s;
}

.closeFilterBar .main_parent_forsale .left_tabs {
    flex: 0 0 40px;
}

.closeFilterBar .inner_wrap_right_imgs {
    flex: 0 1 calc(100%);
}

.closeFilterBar .left_tabs {
    visibility: hidden;
    width: 43px;
}


/* .parent_row_div .inner_detail_wraper{
    text-align: center;
    width: 33%;
    margin-bottom: 14px;
}
.parent_row_div{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_detail_wraper .text_wrap .bottom_p{
    display: flex;
    justify-content: center;
}
.parent_col_div{
    display: block;
    justify-content: space-between;
    align-items: center;
}
.parent_col_div .inner_detail_wraper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.parent_col_div .inner_detail_wraper .parent{
    width: 40%;
    
}
.parent_col_div .inner_detail_wraper .text_wrap{
    width: 60%;
    padding-top: 20px;
    padding-left: 30px;
}
.parent_col_div .inner_detail_wraper .text_wrap .bottom_p{
    display: flex;
    justify-content: left !important;
} */


/* MEDIA QUERIES FOR SALE PAGE */


/* Create a custom checkbox */

.container_check {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 25px 0 5px 35px;
}

.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 29px;
    left: 0;
    height: 22px;
    width: 22px;
    background: transparent;
    border: 1px solid #65686b;
}

.container_check input:checked~.checkmark {
    background-color: #003d99;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container_check input:checked~.checkmark:after {
    display: block;
}

.container_check .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/***************************** BOAT  Page End ********************************************* */


/******************************* BOAT Detail Section  Page Start ********************************************* */

.hideinp {
    display: none;
}

.left_side_carousel {
    height: 100%;
    overflow: hidden;
}

.left_side_carousel .blck_a {
    padding-top: 20px;
    padding-bottom: 20px;
}

.left_side_carousel .blck_a a {
    color: #141c1c;
    font-size: 27px;
}

.left_side_carousel .play_icon {
    position: relative;
}

.left_side_carousel .play_icon::after {
    content: "";
    background-image: url('../images/play_btn.png');
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
}

.left_side_carousel .angle_icon::after {
    content: "";
    background-image: url('../images/360angle.png');
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    transform: translate(-50%, -50%);
}

.left_side_carousel .play_icon::after img {
    width: 100px;
}

.left_side_carousel .left_text_wrap {
    border-right: 1px solid #aaaaaa;
    height: 100%;
}

.left_side_carousel .text_mid {
    /* max-width: 210px; */
    height: 140px;
}

.left_side_carousel .text_mid img {
    height: 100%;
    object-fit: cover;
}

.left_side_carousel .accordiaN_wrap {
    border-bottom: 2px solid #000000;
}

.left_side_carousel .main_right_wraper .right_side_text {
    padding: 6% 0px;
}

.left_side_carousel .bottom_btn {
    text-align: center;
    border-right: 1px solid #aaaaaa;
}

.left_side_carousel .bottom_btn .load {
    background-color: #e2e2e2;
    border-radius: 5px;
    color: black;
    font-family: openBold;
    font-size: 18px;
}

.left_side_carousel .bottom_detail {
    padding-bottom: 120px;
}

.left_side_carousel .bottom_detail h6 {
    padding-bottom: 30px;
    padding-top: 40px;
    font-size: 27px;
    font-family: openBold;
}

.left_side_carousel .bottom_detail p {
    color: #000000;
    font-size: 18px;
    font-family: openLight;
    padding-bottom: 15px;
}

.left_side_carousel .main_right_wraper {
    width: 76%;
    margin: 0 auto;
}

.left_side_carousel .main_right_wraper .total_btn a {
    background-color: #000000;
    color: #fff;
    font-size: 21px;
    font-family: openBold;
    width: 100%;
    display: inline-block;
    padding: 12px 0px;
    margin-top: 25px;
}

.left_side_carousel .main_right_wraper .rigth_calc {
    padding-top: 20px;
    padding-bottom: 40px;
}

.left_side_carousel .main_right_wraper .rigth_calc .inner_calc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

.left_side_carousel .main_right_wraper .rigth_calc .inner_calc h6 {
    font-family: openRegular;
    color: #000000;
}

.left_side_carousel .main_right_wraper .inner_calc span i {
    color: #fff !important;
}

.left_side_carousel .main_right_wraper .inner_calc span {
    padding: 2px 7px;
    background-color: #265170;
}

.left_side_carousel .main_right_wraper .right_side_text p {
    margin-top: 20px;
    font-size: 22px;
    font-family: openLight;
}

.left_side_carousel .main_right_wraper .form_wraper h6 {
    padding-top: 25px;
    padding-bottom: 10px;
}


.left_side_carousel .main_right_wraper .right_form h6 {
    color: #000000;
    font-family: openBold;
    padding: 30px 0px;
}

.left_side_carousel .main_right_wraper .right_form button {
    display: block;
    margin: 20px 0;
}

.left_side_carousel .owl-nav {
    width: 100%;
    position: absolute;
}

.left_side_carousel .owl-carousel .owl-nav button span {
    font-size: 80px;
}

button:focus {
    outline: none;
}

.left_side_carousel .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.left_side_carousel .owl-theme .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.left_side_carousel .owl-two .owl-nav {
    color: #091327;
}

.left_side_carousel .qet_btns a {
    background-color: transparent;
    padding: 8px 20px;
    font-size: 20px;
    font-family: openBold;
    color: #265170;
    display: inline-block;
    border: 1px solid #265170;
    border-radius: 4px;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
}

.boatDetailBtn {
    background-color: transparent;
    padding: 8px 20px;
    font-size: 20px;
    font-family: openBold;
    color: #265170;
    display: inline-block;
    border: 1px solid #265170;
    border-radius: 4px;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
}

.boatDetailBtn:hover {
    color: #265170;
}

.left_side_carousel .qet_btns a:nth-child(1) {
    margin-bottom: 20px;
}

.left_side_carousel .qet_btns a:hover {
    color: #265170;
}

.similar .p_bars {
    padding: 5px 0px;
}

.similar h6 {
    font-size: 20px;
    padding-top: 8px;
}


/* [type="radio"]:checked + #gridRadios1:after,
  [type="radio"]:not(:checked) + #gridRadios1:after {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    background: #000000;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  } */


/* Media Queries  */

@media(max-width:991px) {
    .left_side_carousel .left_text_wrap {
        border-right: 0px;
    }
}

@media(max-width:640px) {
    .left_side_carousel .main_right_wraper {
        width: 100%;
        margin: 0 auto;
    }

    .owl-theme .owl-nav {
        margin-top: 0px;
    }

    .left_side_carousel .play_icon::after {
        background-size: 70px;
    }

    .left_side_carousel .angle_icon::after {
        background-size: 70px;
    }
}


/************************************ BOAT Detail Section  Page End ********************************************* */


/************************************** RENTAL PAGE CSS START HERE ********************************************************/


/* banner css */

.rental_baner .text_wrap p {
    font-family: openMedium;
    font-size: 24px;
    color: #fff;
}


/* RENTAL_DETAIL CSS  */

.rental_detail {
    padding: 60px 0px;
}

.rental_detail .text_wraper h3 {
    padding-bottom: 20px;
}

.rental_detail .btn_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
}

.rental_detail .video_wrap video {
    width: 100%;
}


/* Rental AVAILABLE CSS */

.rental_avl {
    background-color: #91adac;
    padding: 65px 0px;
}

.rental_avl .top_text {
    text-align: center;
    padding-bottom: 30px;
    color: #fff;
}

.rental_avl .inner_wrap {
    background-color: #fff;
    padding: 7px 10px;
}

.rental_avl .img_wrap {
    /* max-width: 340px; */
    height: 250px;
}

.rental_avl .img_wrap img {
    height: 100%;
    object-fit: cover;
}

.rental_avl .text_wrap {
    padding: 6px 14px;
}

.rental_avl .text_wrap spaN {
    font-size: 21px;
    font-family: openLight;
}

.rental_avl .text_wrap .btn_wrap {
    padding-top: 26px;
}


/* renatal_faq css */


/* accordian css */

.panel-title>a.collapsed:before {
    float: right !important;
    content: "\f067";
    color: #265170;
}

.panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
    color: #265170;
}

.blck_a {
    padding: 20px 0px;
}

.blck_a a {
    color: #141c1c;
    font-size: 27px;
}


/* accordian css END*/

.rental_faq {
    padding: 65px 0px;
}

.rental_faq .top_text {
    padding-bottom: 35px;
    text-align: center;
}

.rental_faq .accordiaN_wrap {
    border-bottom: 2px solid #000000;
}

.rental_faq .body_wrap {
    padding: 30px 0px;
}


/* MEDIA QUERIES */

@media(max-width:768px) {
    .rental_detail {
        padding: 45px 0px;
    }

    .rental_faq {
        padding: 45px 0px;
    }

    .rental_baner .text_wrap p {
        font-size: 16px;
    }
}

@media(max-width:1240px) {
    .rental_avl .inner_wrap {
        margin-bottom: 20px;
    }
}


/************************************** RENTAL PAGE CSS END HERE ********************************************************/


/************************************** SERVICE PAGE CSS START HERE ********************************************************/


/* BANNER CSS */

.service_banner .img_wrap {
    padding-top: 25%;
}

.contact_banner .img_wrap {
    padding-top: 30%;
}

.contact_banner .text_wrap,
.service_banner .text_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.img_pckg {
    min-width: 80px;
}

.img_pckg.suzuki {
    height: 26px;
    width: 100px;
}
/* .navbar-collapse.collapse{
    display: flex !important;
} */
.img_pckg.suzuki img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.img_pckg img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/* logo_TEXT CSS */

.logo_text {
    padding: 60px;
}

.logo_text p {
    font-family: openLight;
    padding-bottom: 16px;
}

.logo_text .logos_wrap {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}


/* contact_service css */

.contact_service {
    padding: 60px 0px;
}

.contact_service .top_text {
    padding-bottom: 30px;
}

/* .contact_service .upper_form{
    padding-bottom: 40px;
} */

/* form css */

.form-control {
    padding: 14px 10px;
    border-radius: 0px;
    font-family: openRegular;
    font-size: 16px;
    color: #000000 !important;
    border: 1px solid #c4c4c4;
    height: unset !important;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(3.45rem + 2px);
}

input:focus {
    box-shadow: none !important;
    border: 1px solid #c4c4c4 !important;
}

select:focus {
    box-shadow: none !important;
    border: 1px solid #c4c4c4 !important;
}

input::placeholder {
    color: #000000 !important;
}

textarea::placeholder {
    color: #000000 !important;
}

.vessel {
    display: block;
    font-size: 19px;
    font-family: openSemiBold;
}


/* MEDIA QUERIES */

@media(max-width:991px) {
    .form-control {
        font-size: 17px;
    }

    .logo_text .logos_wrap {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media(max-width:768px) {
    .logo_text {
        padding: 45px 20px;
    }

    .service_banner .img_wrap {
        height: 230px;
    }

    .form-control {
        font-size: 15px;
    }
}


/************************************** SERVICE PAGE CSS END HERE ********************************************************/


/************************************** VALET PAGE CSS START HERE ********************************************************/


/* LOGO_TEXT_VALET CSS */

.logo_text .bold_class {
    font-family: openBold;
    font-size: 21px;
}

.logo_text .btns_wrap {
    padding-top: 30px;
}

.option_circle label {
    font-family: openSemiBold;
}

.logo_text .btns_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media(max-width:991px) {
    .logo_text .bold_class {
        font-size: 18px;
    }

    .vessel {
        font-size: 16px !important;
    }

    .option_circle label {
        font-size: 14px;
    }

    .logo_text .btns_wrap {
        padding-top: 0px;
    }
}


/************************************** VALET PAGE CSS END HERE ********************************************************/


/************************************** Storage PAGE CSS Start HERE ********************************************************/

.storg_txt .main_wrap {
    padding-bottom: 30px;
}


/* HOUR CSS */

.hour {
    padding: 60px 0px;
}

.hour .top_text {
    padding-bottom: 30px;
}

.hour .bold_class {
    font-family: openBold;
}

.hour .main_wrap {
    display: flex;
    gap: 15px;
}

.hour .main_wrap .offers {
    background-color: #c8d6d5;
    border-radius: 15px;
    padding: 35px 35px;
    width: 100%;
    max-width: 415px;
    margin: 0 auto;
    text-align: center;
}


/************************************** Storage PAGE CSS END HERE ********************************************************/


/************************************** ABOUT PAGE CSS START HERE ********************************************************/

.team {
    padding: 60px 0px;
}

.team .top_text {
    padding-bottom: 30px;
}

.team .team_card .img_wrap {
    max-width: 377px;
    height: 470px;
}

.team .team_card .another {
    margin: 0 0;
}

.team .team_card .img_wrap img {
    height: 100%;
    object-fit: cover;
}

.team .team_card {
    position: relative;
}

.theme-btn {
    font-family: 'SairaSemi-Medium';
    font-size: 16px;
    font-weight: 500;
    line-height: 25.18px;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    color: #104575;
    border: 1px solid #104575;
    padding: 11px 45px;
    text-decoration: none;
    display: inline-block;
    background-color: white;
}

.theme-btn:hover {
    text-decoration: none;
    background-color: #14C1B4;
    color: black;
    border: 1px solid #14C1B4;
}

.boat-details-pop {
    z-index: 6000 !important;
}

.team .hidden_detail {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: rgba(48, 87, 115, 0.7);
    width: 100%;
    height: 0px;
    max-width: 377px;
    overflow: hidden;
    transition: all 0.6s ease;
}

.team .team_card:hover .hidden_detail {
    height: 150px;
    padding: 20px 30px;
}


/* MEDIA QUERIES */

@media(max-width:1366px) {
    .team .team_card .img_wrap {
        height: 350px;
    }

    .team .team_card:hover .hidden_detail {
        padding: 10px 8px;
    }
}

@media(max-width:991px) {
    .team {
        padding: 40px 0px;
    }
}


/************************************** ABOUT PAGE CSS END HERE ********************************************************/


/************************************** BLOG_DETAIL PAGE CSS START HERE ********************************************************/


/* blog css */

.blog_detail {
    padding-top: 70px;
}

.blog_detail h2 {
    font-family: ibexLight;
    font-size: 75px;
}

.blog_detail P {
    font-family: hankLight;
    color: #aeaeae;
}

.blog .post_card .img_wrap {
    height: 260px;
}

.blog .post_card .img_wrap img {
    height: 100%;
    object-fit: cover;
}

.p_bars {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
}

.p_bars p {
    position: relative;
    padding: 0px 10px;
}

.p_bars p+p::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    left: 0px;
    background-color: #aeaeae;
}

.blog_detail .blog_img {
    width: 1554;
    height: 760px;
}

.blog_detail .blog_img img {
    height: 100%;
    object-fit: cover;
}

.blog_detail .text_wraper {
    padding: 30px 0px;
}

.blog_detail .text_wraper span {
    font-size: 21px;
    font-family: openBold;
}

.blog_detail .further_imgs {
    padding: 60px 0px;
}


/* pOST CSS */

.posts {
    padding: 60px 0px;
}

.posts .top_text {
    padding-bottom: 30px;
}

.posts .img_wrap {
    max-width: 360px;
    height: 240px;
}

.posts .img_wrap img {
    height: 100%;
    object-fit: cover;
}

.posts .text_wrap .p_bars {
    padding-bottom: 10px;
}

.posts .text_wrap .p_bars p+p::before {
    position: absolute;
    content: "";
    width: 1px;
    top: 50%;
    height: 20px;
    transform: translateY(-50%);
    left: 0px;
    background-color: #aeaeae;
}




/* MEDIA QUERIES */

@media(max-width:1440px) {
    .blog_detail {
        padding-top: 45px;
    }

    .blog_detail h2 {
        font-size: 50px;
    }

    .posts {
        padding: 45px 0px;
    }

    .blog_detail .further_imgs {
        padding: 45px 0px;
    }

    h6 {
        font-size: 20px;
    }
}

@media(max-width:1240px) {
    h6 {
        font-size: 17px;
    }
}

@media(max-width:991px) {
    .blog_detail h2 {
        font-size: 30px;
    }

    .p_bars {
        padding-top: 10px;
    }
}

@media(max-width:575px) {
    .post_card {
        margin: 0 auto;
        max-width: 360px;
    }

    h6 {
        font-size: 15px;
    }
}


/************************************** BLOG_DETAIL PAGE CSS END HERE ********************************************************/


/************************************** CAREER PAGE CSS START HERE ********************************************************/

.upload_option {
    margin-top: 29px;
}


/* CUSTOM UPLOAD BUTTON CSS */

.custom-file-upload-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.custom-file-upload {
    display: block;
    width: auto;
    font-size: 16px;
    margin-top: 10px;
}

.custom-file-upload label {
    display: block;
    margin-bottom: 5px;
}

.file-upload-wrapper {
    position: relative;
    margin-bottom: 5px;
    border: 1px solid #d0d0d0;
}

.file-upload-input {
    font-size: 16px;
    padding: 15px 17px;
    border: none !important;
    background-color: #ffffff;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    /* float: left; */
}

.file-upload-input:hover,
.file-upload-input:focus {
    background-color: #ffffff;
    outline: none;
    border: none !important;
}

.file-upload-button {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 20px;
    border: none;
    margin-left: -1px;
    background-color: #265170;
    float: left;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.file-upload-button:hover {
    background-color: #265170;
}


/* MEDIA QUERIES */

@media(max-width:768px) {
    .hour {
        padding: 45px 0px;
    }

    .hour .main_wrap {
        flex-wrap: wrap;
    }

    .contact_service {
        padding: 45px 0px;
    }
}

@media(max-width:425px) {
    .file-upload-button {
        font-size: 14px;
    }

    .file-upload-input {
        width: 100%;
        max-width: 135px;
        font-size: 14px;
        padding: 15px 10px;
    }
}


/************************************** CAREER PAGE CSS END HERE ********************************************************/


/************************************** CONTACT PAGE CSS START HERE ********************************************************/


/* map CSS */

.map {
    padding: 60px 0px;
}

.map .map_side {
    max-width: 800px;
    height: 450px;
}

.map .bold_class {
    font-family: openBold;
}

.map .bold_class_black {

    color: #007bff;
}

.bold_class_white {
    color: white;
}

.map .map_side {
    width: 100%;
}

.map p:nth-child(even) {
    padding-bottom: 15px;
}


/* MEDIA QUERIES */

@media(max-width:768px) {
    .map {
        padding: 45px 0px;
    }
}

@media(max-width:640px) {
    .map .map_side {
        height: 300px;
    }
}


/************************************** CONTACT PAGE CSS END HERE ********************************************************/


/************************************** BLOG PAGE CSS START HERE ********************************************************/


/* blog css */

.blog {
    padding: 60px 0px;
}

.blog .top_text {
    padding-bottom: 30px;
}

.blog .post_blog {
    padding-top: 40px;
    padding-bottom: 40px;
}

.post_blog .p_bars {
    padding: 10px 0px;
}

.blog .nav-pills {
    justify-content: center;
}

.nav-pills .nav-link.active {
    border: 1px solid transparent !important;
    background-color: #265170 !important;
}

.blog .nav-pills .nav-link {
    border: 1px solid #000000;
    color: #000000;
    font-family: openMedium;
}

.blog .nav-item {
    padding: 0px 10px;
}

.blog .border_line {
    position: relative;
}

.blog .load_btn_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* MEDIA QUERIES */

@media(max-width:1366px) {
    .blog {
        padding: 45px 0px;
    }

    .load_btn {
        font-size: 16px;
    }
}


/************************************** BLOG PAGE CSS END HERE ********************************************************/

/************************************** ERROR PAGE CSS START HERE ********************************************************/
.page_error {
    padding: 65px 0px;
}

.page_error span {
    font-family: openBold;
    font-size: 30px;
}

.page_error h2 {
    font-family: ibexBold;
    font-size: 60px;
}

.page_error .btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_error .btn_wrap a:nth-child(1) {
    margin-right: 80px;
}

.page_error .btn_wrap a {
    color: #265170 !important;
}

.img_sec_error .img_wrap {
    position: relative;
    padding-top: 25%;
}

.img_sec_error .img_wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/************************************** ERROR PAGE CSS END HERE ********************************************************/

.main_img {
    height: 250px;
}

.main_img img {
    height: 100%;
    object-fit: cover;
}

.text_wrap>a:hover {
    color: #212529 !important;
}

div#boat_page {
    /* margin-left: 150px; */
    margin-top: 50px;
}

div#bg_admin {
    margin-left: 100px;
    margin-top: 50PX;
}





/* .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: block !important;
} */

/* MOADL CSS */
#monthly_payment_calculate_form_btn,
#email-boat {
    padding: 10px 16px;
    border: none;
    border-radius: 5px;
}

.popup_modal.month_pay input {
    margin-bottom: 14px !important;
    display: inline-block;
}

.modal_after_calc.popup_modal input {
    margin-bottom: 14px !important;
    display: inline-block;
}

/* MOADL CSS END */

/* MEGA MENU CSS */
/* .subnav-content {
    display: none;
    position: absolute;
    top: 92px;
    left: 0;
    background-color: #eeeded;
    width: 100%;
    z-index: 1;
    padding: 2% 8%;
}

.subnav-content a:hover {
    padding-bottom: 20px;
}

.service-link:hover .show-service {
    display: block !important;
    position: absolute;
    top: 77px;
    left: 0;
    background-color: #eeeded;
    width: 100%;
    z-index: 10;
    padding: 20px 50px;
} */


/*MEGA MENU START*/
/* IT'S ALSO WORKING ON CLICK JUST FEW CHANGES AND IT'S WORK PERFECTLY */
.megaMenu {
    position: relative;
    padding-bottom: 20px;
}

.megaMenuWrapper {
    top: 45px;
    min-width: 350px;
    display: none;
    border: none;
    position: absolute;
    z-index: 222;
    background: #fff;
    height: 80vh;
    padding: 0 75px;
    padding-right: 0;
    z-index: 3;
}

.megaMenu::before {
    display: none;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.megaMenu.show_mg .megaMenuWrapper,
.megaMenu.show_mg::before {
    display: none;
}

/* new menu css */

.mg_img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mgCat li,
.mgListing li,
.mgClass li {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 !important;
}

.mgCat li a,
.mgListing li a,
.mgClass li a {
    margin-right: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 2px solid transparent;
    text-align: left;
}

.mgCat,
.mgListing,
.mgClass {
    padding-right: 10px;
}

.mgCat li a:first-child,
.mgListing li a:first-child,
.mgClass li a:first-child {
    width: 100%;
}

.mgCat {
    height: 100%;
    float: left;
    border-right: 1px solid #D3D3D3;
}

/* ul.mgCat.clearfix {
    overflow-y: auto;
} */

ul.mgCat.clearfix::-webkit-scrollbar {
    width: 5px;
}

ul.mgCat.clearfix::-webkit-scrollbar-track {
    background: #272727;
    border-radius: 20px;
}

ul.mgCat.clearfix::-webkit-scrollbar-thumb {
    background: #565656;
    border-radius: 10px;
}

ul.mgCat.clearfix::-webkit-scrollbar-thumb:hover {
    background: #c9c9c9;
}

.mgCat li {
    padding: 10px 0;
}

.mgCat li a {
    position: relative;
    display: block;
    font-size: 18px;
    padding-bottom: 3px;
    color: #000 !important;
    font-family: openLight;
}

.mgCat li a::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    right: -20px;
    transform: rotate(45deg);
    border-left: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    visibility: hidden;
}

.mgCat li a:hover::after,
.mgCat li a.isHovered::after {
    visibility: visible;
    z-index: 0;
}

.mgListing {
    height: 100%;
    float: left;
    border-right: 1px solid #D3D3D3;
}

.listingStyle li {
    padding: 10px 0;
}

.listingStyle li a {
    color: #000 !important;
    position: relative;
    display: block;
    font-size: 18px;
    padding-bottom: 3px;
    font-family: openLight;
}

.listingStyle li a::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff !important;
    right: -20px;
    transform: rotate(45deg);
    /* border: 1px solid #fff; */
    border-left: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    visibility: hidden;
}

.listingStyle li a:hover,
.listingStyle li a.isHovered {
    color: #fff;
}

.listingStyle li a:hover::after,
.listingStyle li a.isHovered::after {
    /* width: 100%; */
    visibility: visible;
    z-index: 0;
}

.listingStyle li a.mgClasshover.isHovered::after {
    background: #fff;
}

.mgClass {
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    height: 100%;
    border-right: 1px solid #D3D3D3;
}

.mgCat,
.mgListing,
.mgClass {
    width: 250px;
    padding-top: 60px;
    padding-left: 25px;
}

.mgListing {
    overflow: hidden;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.mgListing ul,
.mgClass ul {
    margin: 0;
    padding: 0;
}

.megaMenu.show_mg .megaMenuWrapper,
.megaMenu.show_mg::before {
    display: block;
}

.mobileDropDown {
    display: none;
}

.show {
    display: block !important;
}

/* .mg content starts here  */

.mgContent {
    width: calc(100% - 750px);
    float: left;
    overflow-y: auto;
    background: #fff;
    overflow-x: hidden;
    scrollbar-width: thin;
    height: 100%;
}

.mgInner::-webkit-scrollbar-track,
.mgClass::-webkit-scrollbar-track,
.mgContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.mgInner::-webkit-scrollbar,
.mgClass::-webkit-scrollbar,
.mgContent::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.mgInner::-webkit-scrollbar-thumb,
.mgClass::-webkit-scrollbar-thumb,
.mgContent::-webkit-scrollbar-thumb {
    background-color: #D3D3D3;
}

.contentCardsWrapper {
    padding: 40px;
    padding-bottom: 15px;
}

.contentCardsWrapper a {
    display: inline-block;
    padding: 10px 23px;
    color: #000 !important;
    background: #122342;
}


.customRow {
    display: block;
    margin: 0 -10px;
}

.CustomCol {
    padding: 0 10px;
    width: calc(100% / 5);
    float: left;
}

a.contentImg {
    position: relative;
    padding: 0;
    padding-top: 65%;
    display: block;
    width: 100%;
}

.contentCard {
    position: relative;
    overflow: hidden;
}

.contentImg img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.contentCard a.contentName {
    height: 50px;
    width: 100%;
    overflow: hidden;
    /* text-align: center; */
    color: black;
    font-size: 12px;
    padding: 0;
    /* font-weight: 500; */
    margin-top: 12px;
    max-width: 340px;
    margin-bottom: 40px;
    background: transparent;
    text-transform: uppercase;
}

.contentCard a.contentName strong {
    font-family: openBold;
    font-size: 17px;
}

.contentCard a.contentName .status {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    color: #848484;
}

.contentCard a.contentName .status::before {
    content: "";
    position: absolute;
    left: 10px;
    height: 15px;
    width: 1px;
    transform: translateY(-50%);
    top: 50%;
    background: #848484;
}

.contentImgOnly {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.contentImgOnly img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listingStyle {
    display: none;
}

.cross {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5c6972;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.contentCard a:hover,
.contentCard a.contentName:hover {
    border-bottom: none;
}

@media screen and (max-width:1400px) {
    .contentCardsWrapper {
        padding: 30px;
    }
}

@media screen and (max-width:1199px) {
    .megaMenuWrapper {
        padding: 0 20px;
        padding-right: 0;
    }

    .mgInner {
        width: 300px;
    }

    /* .mgClass {
        width: 185px;
    } */
    .mgCat,
    .mgListing,
    .mgClass {
        width: 185px;
    }

    .mgContent {
        width: calc(100% - 555px);
    }

    .mgListing {
        padding-right: 5px;
    }

    .contentCard h3 {
        font-size: 15px;
    }

    .listingStyle li a:hover,
    .listingStyle li a.isHovered {
        color: #ca2123;
    }

    .listingStyle li a {
        font-size: 14px;
    }
}


/********************* MEGA MENU END ******************* */


/* MODAL FILTER CSS START */
.right_bt::-webkit-scrollbar {
    width: 20px !important;
    height: 4px !important;
}

.right_bt::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 5px;
}

.bottom_btn {
    display: none;
}

.inner_wrap_filter {
    display: flex;
    align-items: center;
}

.inner_wrap_filter a {
    color: #000;
}

.inner_wrap_filter .left_btn {
    border-right: 1px solid #D3D3D3;
    padding: 11px 8px;
}

.inner_wrap_filter .left_btn a {
    font-family: hankBold;
}

.top_new_filter {
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    display: none;
}

.inner_wrap_filter .right_bt {
    padding: 8px 3px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    overflow-x: auto;
}

/* .top_new_filter .inner_wrap_bt{
   
} */

.top_des_fil .close_btn {
    display: none;
}

.main_pannerl_wrap {
    padding: 0px 20px;
}

.mob_veiw_Sort {
    display: none;
}

.desk_veiw_sort {
    display: block;
}

.red_cell {
    background: rgba(0, 0, 0, 0.2);
    transition: 0.4s ease-in-out;
    overflow: hidden;
}

.len_def .panel-heading {
    margin-bottom: 10px;
}

/* MEdia Queries of ForSale Page */

.mega-menu-parent {
    position: fixed;
    top: 68px;
    left: 0;
    z-index: 200;
    border-bottom: 1px solid #EEE;
    background: #FFF;
    width: 100%;
    transition: all 0.5s;
    display: none;
}

.close-mega-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    cursor: pointer;
    margin-bottom: 25px;
}

.close-mega-menu i {
    color: #7B7B7B;
}

.close-mega-menu span {
    color: #7B7B7B;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-left: 10px;
}

.mega-menu-top-heading h6 {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;

}

.pb-50 {
    padding-bottom: 50px;
}

.mega-menu-brand-item {
    width: 224px;
    height: 72px;
    list-style: none;
    padding: 17px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    background-color: black;
}

.mega-menu-brand-item img {
    max-width: 135px;
    width: 100%;
    object-fit: contain;
}

.mega-menu-parent.show-mega-menu {
    display: block !important;
}

.mega-menu-cards-box {
    display: flex;
}

.mega-menu-cards {
    width: calc(100% / 5);
    padding: 0 7.5px;
}

.px-15 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.mega-menu-cards a {
    display: block;
}

.mega-menu-card-img {
    position: relative;
    padding-top: 67%;
}

.mega-menu-card-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mega-menu-main-box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 50px 50px 94px 50px;
    max-width: 1450px;
    /* display: none; */
}

.mega-menu-links ul {
    padding-left: 0;
}

.mega-menu-links ul li {
    list-style: none;
    margin-bottom: 16px
}

.mega-menu-links ul li a {
    color: #222;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.brand-img-sec {
    width: 250px;
}

.mega-menu-content-box {
    width: calc(100% - 250px);
    padding: 0 0 0 60px;
}

.mega-menu-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mega-menu-content-column {
    flex-basis: 33.33%;
}

.mega-menu-top-heading {
    margin-bottom: 25px;
}

.menu-inventory-cards-box {
    display: flex;
}

.menu-inventory-cards {
    width: calc(100% / 3);
    padding: 0 7.5px;
}

.menu-inventory-card {
    position: relative;
    padding-top: 67%;
}

.menu-inventory-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-inventory-card-logo {
    max-width: 180px;
    width: 100%;
    margin-top: 15px;
}

.menu-inventory-card-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media(max-width:1440px) {
    .mega-menu-parent {
        top: 61px;
    }

    .parent {
        height: 300px;
    }

    .inner_detail_wraper h5 {
        font-size: 20px;
    }
}

@media(max-width:1366px) {
    .form_btn {
        padding: 12px 20px;
        font-size: 16px;
    }

    .forSale label {
        font-size: 16px;
    }

    .inner_wrap_right_imgs h1 {
        font-size: 50px;
    }

    .forSale .top_text {
        padding: 20px 0px;
        text-align: center;
    }

    .forSale .inner_wrap_right_imgs {
        padding: 0px 20px;
    }

    .p_chng .inner_detail_wraper span {
        font-size: 14px;
    }

    .p_chng .inner_detail_wraper .bottom_p p {
        font-size: 16px;
    }

    .inner_detail_wraper .bottom_p p+p {
        margin-left: 5px;
        padding-left: 5px;
    }

    .inner_detail_wraper h5 {
        font-size: 18px;
    }
}

@media(max-width:991px) {
    .mega-menu-parent.show-mega-menu {
        display: none !important;
    }

    h5 {
        font-size: 26px;
    }

    .parent {
        height: 250px;
    }

    /* .main_parent_forsale .left_tabs {
        width: 100%;
    } */
    .main_parent_forsale .arrow_right {
        display: none;
    }

    .img_filter {
        display: block;
    }

    /* NEW DESIGN OF FILTERS */
    .mob_veiw_Sort {
        display: block;
    }

    .desk_veiw_sort {
        display: none !important;
    }

    .close_btn {
        display: block !important;
        width: 100%;
        text-align: right;
        border-bottom: 1px solid #dfdfdf;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-top: 10px;
        font-family: openRegular;
    }

    .close_btn a {
        color: #707070;
        font-size: 14px;
    }

    .main_parent_forsale .left_tabs {
        width: 100%;
    }

    .forSale .top_des_fil {
        display: none;
    }

    .forSale .inner_wrap_left_options {
        position: absolute;
        top: 160px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        z-index: 1;
        border-radius: 10px;
        max-width: 550px;
        width: 100%;
        margin: 0 auto;
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
        border-right: none;
    }

    .top_new_filter {
        display: block;
    }

    .mobile_sort {
        display: block;
    }

    .forSale .dek_veiw {
        display: none !important;
    }

    .bottom_btn {
        display: flex;
    }

    .top_des_fil .bottom_btn {
        margin-top: 15px;
        align-items: center;
        justify-content: space-between;
        padding: 0px 45px;
        margin-bottom: 20px;
    }

    .top_des_fil .bottom_btn a {
        color: #fff;
        font-size: 14px;
    }

    .top_des_fil .bottom_btn a:nth-child(2) {
        background-color: #000;
        width: 100%;
        max-width: 175px;
        text-align: center;
        padding: 10px 0px;
        display: inline-block;
        border-radius: 3px;
    }

    .top_des_fil .bottom_btn a:nth-child(1) {
        color: black;

    }

    .forSale select.form-control:not([size]):not([multiple]) {
        height: calc(2.5rem + 2px);
    }

    .forSale select.form-control {
        padding: 4px 10px;
    }

    .forSale .mob_se {
        margin-top: 10px;
    }

    .btn:focus {
        outline: 0;
        box-shadow: none;
    }

    .blur_bg {
        background-color: #ededed;
    }

}

@media(max-width:768px) {
    footer .footer_logo {
        max-width: 170px;
    }

    footer .social_icon {
        margin: 35px 0;
    }

    .last_btn {
        margin-bottom: 10px;
    }

    .form_btn {
        font-size: 14px;
    }

    .forSale .left_tabs {
        border-right: none;
    }

    .parent_row_div .inner_detail_wraper {
        width: 49%;
    }
}

@media(max-width:640px) {
    .inner_wrap_right_imgs h1 {
        font-size: 35px;
    }

    .parent_row_div .inner_detail_wraper {
        width: 100%;
    }

    .parent_col_div .inner_detail_wraper {
        flex-direction: column;
    }

    .parent_col_div .inner_detail_wraper .parent {
        width: 100%;
    }

    .parent_col_div .inner_detail_wraper .text_wrap {
        width: 100%;
        text-align: center;
    }

    .parent_col_div .inner_detail_wraper .text_wrap .bottom_p {
        justify-content: center !important;
    }
}