﻿@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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

/* common css starts here */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
ol,
ul,
dl,
fieldset,
pre {
    margin: 0;
}

.iti {
    border: 1px solid #dedfe0;
    width: 100%;
}

.phoneInput {
    width: 100%;
    padding-left: 40px;
    outline: none;
    border: none;
}


a:hover {
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

/* Myriad Pro fonts starts here */
@font-face {
    font-family: 'Myriad Pro Bold';
    src: url('../fonts/myriad-pro/MYRIADPRO-BOLD.OTF') format('opentype');
}

@font-face {
    font-family: 'Myriad Pro SemiBold';
    src: url('../fonts/myriad-pro/MYRIADPRO-SEMIBOLD.OTF') format('opentype');
}

@font-face {
    font-family: 'Myriad Pro Regular';
    src: url('../fonts/myriad-pro/MYRIADPRO-REGULAR.OTF') format('opentype');
}

@font-face {
    font-family: 'Myriad Pro Light';
    src: url('../fonts/myriad-pro/MyriadPro-Light.otf') format('opentype');
}

/* Myriad Pro fonts ends here */


/* Serpentine fonts starts here */
@font-face {
    font-family: Serpentine;
    src: url('../fonts/serpentine/Serpentine\ Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Serpentine Bold';
    src: url('../fonts/serpentine/Serpentine\ Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Serpentine Light';
    src: url('../fonts/serpentine/Serpentine\ Light.ttf') format('truetype');
}

/* Serpentine fonts ends here */

.field-error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

.error_field {
    border-color: red;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

input.error_field::placeholder {
    color: red !important;
}

.error_field {
    border-bottom: 1px solid red !important;
}

.req_check {
    border-bottom: 1px solid red !important;
}

.alert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 5;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}

.alert-danger {
    background-color: #bb1b1b;
    text-align: center;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    z-index: 5;
}

.alert-success {
    background-color: #109610;
    text-align: center;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    z-index: 5;
}

.secondaryHeading {
    color: #000;
    font-family: Serpentine;
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.2px;
    text-transform: uppercase;
}

.primaryWhiteHeading {
    color: #FFF;
    font-family: Serpentine;
    font-size: 80px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
}

.secondaryWhiteHeading {
    color: #FFF;
    font-family: Serpentine;
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.2px;
    text-transform: uppercase;
}

.orangeBtn {
    color: #FFF;
    text-align: center;
    font-family: 'Myriad Pro Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 19px 34px 18px 34px;
    background-color: #F67A20;
}

.orangeBtn:hover {
    color: #FFF;
}

.blueBtn {
    color: #FFF;
    font-family: "Myriad Pro Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 19px 34px 18px 34px;
    background-color: #125EAC;
    border: none;
    outline: none;
    border-radius: 2px;
}

.blueBtn:hover {
    color: #FFF;
}

.mainHeading {
    color: #000;
    font-family: Serpentine;
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.paraWrapper {
    margin: 24px 0 40px 0;
}

.regularBlackPara {
    color: #000;
    font-family: "Myriad Pro Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.whiteLink {
    color: #FFF;
    text-align: center;
    font-family: "Myriad Pro Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.whiteLink:hover {
    color: #FFF;
}

.smallHeading {
    color: #000;
    font-family: Serpentine;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.headingWrap {
    margin-bottom: 40px;
}

/* common css ends here */

/* desktop nav css starts here */
.desktopHeader {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #EEE;
    z-index: 20;
}

.desktopNavContainer {
    max-width: 1520px;
    padding: 4px 15px 5px 15px;
    margin: 0 auto;
}

.desktopNav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.desktopNavLogoWrap {
    max-width: 300px;
}

.desktopNavLogoWrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.desktopNavList {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 80px;
}

.desktopNavLink {
    color: #000;
    font-family: 'Myriad Pro SemiBold';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 29px;
}

.desktopNavLink:hover {
    color: #000;
}

.desktopNavPhone {
    color: #125EAC;
    text-align: right;
    font-family: 'Myriad Pro SemiBold';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.desktopNavPhone:hover {
    color: #125EAC;
}

/* desktop nav css ends here */

/* desktop mega menu css starts here */
.inventoryMegaMenu {
    position: fixed;
    left: 0;
    top: 80px;
    z-index: 20;
    width: 100%;
    background-color: #fff;
    padding: 40px 0 56px 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    display: none;
}

.activeDesktopLink {
    border-bottom: 2px solid #F67A20;
}

.megaMenuList {
    list-style: none;
}

.megaMenuList li {
    margin-bottom: 16px;
}

.megaMenuLink {
    color: #000;
    font-family: "Myriad Pro Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.megaMenuLink:hover {
    color: #000;
}

.inventoryMegaMenuImageWrap {
    position: relative;
    padding-top: 71%;
}

.inventoryMegaMenuImageWrap .inventoryMegaMenuImage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inventoryMenuLogoWrap {
    position: absolute;
    right: 16px;
    bottom: 16px;
    max-width: 150px;
}

.inventoryMenuLogoWrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.megaMenuCardTitle {
    color: #000;
    font-family: Serpentine;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.inventoryMegaMenuCardContent {
    margin-top: 16px;
}

.megaMenuCardTitle:hover {
    color: #000;
}

.inventoryMegaMenuCardContent h4 {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}


.docksMegaMenu {
    position: fixed;
    left: 0;
    top: 80px;
    z-index: 20;
    width: 100%;
    background-color: #fff;
    padding: 40px 0 56px 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    display: none;
}

.megaMenudocksCard {
    border-radius: 2px;
    border: 1px solid #EEE;
    background: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 21px 25px;
}

.megaMenudocksCard img {
    object-fit: contain;
    max-width: 150px;
    max-height: 47px;
}

.liftsMegaMenu {
    position: fixed;
    left: 0;
    top: 80px;
    z-index: 20;
    width: 100%;
    background-color: #fff;
    padding: 40px 0 56px 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    display: none;
}

.col-twenty-percent {
    flex: 1 1 20%;
}

.toggleServiceMegaMenu {
    position: relative;
}

.serviceMegaMenu {
    position: absolute;
    top: 101%;
    background-color: #fff;
    padding: 24px 40px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    display: none;
}

.toggleCompanyMegaMenu {
    position: relative;
}

.companyMegaMenu {
    position: absolute;
    top: 101%;
    background-color: #fff;
    padding: 24px 40px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    display: none;
}


/* desktop mega menu css ends here */

/* mobile nav css starts here */
.mobileHeader {
    display: none;
    background-color: #fff;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    padding: 3px 24px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.mobileHeaderInnerWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.mobileLogoWrap {
    max-width: 280px;
}

.mobileLogoWrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.burgerLine {
    background-color: #000;
    width: 35px;
    height: 2px;
    margin-bottom: 5px;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

/* the cross effect  */
.cross .lineOne {
    transform: rotate(45deg) translateY(10px);
}

.cross .lineThree {
    transform: rotate(-45deg) translateY(-12px);
}

.cross .lineTwo {
    opacity: 0;
}

/* mobile nav css ends here */

/* mobile mega menu css starts here */
.mobileNavMegaMenu {
    position: fixed;
    left: 0;
    top: 70px;
    width: 100%;
    background-color: #fff;
    padding: 30px;
    z-index: 20;
    box-shadow: 0 0px 5px -10px rgba(0, 0, 0, 0.2);
    border-top: 1px solid #eee;
    height: 90vh;
    overflow-y: auto;
    display: none;
}

/* close icon */
.mobileMenuCrossIcon {
    max-width: 14px;
    cursor: pointer;
}

/* wrapper */
.menuWrap {
    margin-top: 30px;
}

/* main menu links */
.mainMobileMenuInnerWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 0;
    border-bottom: 1px solid #EEEEEE;
}

.mainMobileMenuText {
    font-family: "Myriad Pro Regular";
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
}

/* bottom links */
.menuBottomContainer {
    margin-top: 80px;
}

.menuBottomList {
    list-style: none;
}

.menuBottomList li {
    margin-bottom: 16px;
}

.menuBottomLink {
    color: #000;
    font-family: "Myriad Pro Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

/* submenu top bar */
.mobileMenuTopBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.mainMenuIconWrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mainMenuIconText {
    font-family: "Myriad Pro Regular";
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    opacity: 0.6;
}

/* submenu */
.subMenuContentWrap {
    margin-top: 46px;
}

.subMenuHeading {
    font-family: "Myriad Pro Regular";
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
}

.subMenuLink {
    padding: 16px 0;
    border-bottom: 1px solid #eee;
}

.subMenuLinkText {
    font-family: "Myriad Pro Regular";
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

/* brand logos */
.mobileLogoWrapper {
    border-radius: 2px;
    border: 1px solid #EEE;
    background: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    height: 80px;
}

.mobileLogoInnerWrap {
    max-width: 139px;
}

.mobileLogoInnerWrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* submenus hidden by default */
.submenu-boats,
.submenu-docks,
.submenu-lifts,
.submenu-service,
.submenu-company {
    display: none;
}

/* mobile mega menu css ends here */


/* footer css starts here */
.footerContainer {
    margin-top: 120px;
    border-top: 1px solid #EEEEEE;
}

.joinNewsLetterSection {
    background-color: #FAFAFA;
    padding: 40px 15px;
}

.joinNewsInputWrapper {
    max-width: 350px;
    margin: 40px auto 40px auto;
    border-radius: 2px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    display: flex;
    align-items: center;
}

.joinNewsInput {
    border: none;
    outline: none;
    width: 95%;
    color: rgba(0, 0, 0, 0.60);
    font-family: "Myriad Pro Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 9px 20px;
}

.joinNewsBtn {
    padding: 9px 20px;
    border: none;
    outline: none;
    background-color: #fff;
}

.socialIconsContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.socailIcon {
    background-color: #125EAC;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socailIcon .fa-brands {
    color: #fff;
    font-size: 16px;
}

.mainFooter {
    background-color: #125EAC;
    padding: 80px 0 120px 0;
}

.customBorderLeft {
    border-left: 1px solid #fff;
}

.footerLinksHeading {
    color: #FFF;
    font-family: Serpentine;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    opacity: 0.6;
}

.footerLinkList {
    list-style: none;
    margin-top: 26px;
    max-width: 240px;
}

.footerLinks {
    color: #FFF;
    font-family: "Myriad Pro Semibold";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.footerLinks:hover {
    color: #FFF;
}

.barList a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #FFFFFF33;
    padding: 16px 0;
}

.footerLogoSection {
    max-width: 400px;
    margin: 0 auto;
}

.footerLogoWrapper {
    max-width: 400px;
}

.footerLogoWrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footerLocationsWrap {
    margin: 47px auto 40px auto;
}

.footerPhone {
    color: #FFF;
    text-align: center;
    font-family: Serpentine;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
}

.footerPhone:hover {
    color: #FFF;
}

.footerBottom {
    background-color: #104881;
    padding: 15px 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.footerBottomLink {
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-family: "Myriad Pro Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footerBottomLink:hover {
    color: rgba(255, 255, 255, 0.60);
}

.footerBottomAfterLine {
    position: relative;
}

.footerBottomAfterLine::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.60);
}

.footerLinkInnerList {
    list-style: none;
    margin-top: 10px;
    display: none;
}

.joinNewsInputInnerWrap {
    width: 100%;
}

/* footer css ends here */

/* home page css starts here */
.homeHeaderSection {
    position: relative;
    padding-top: 40%;
    min-height: 500px;
}

.homeHeaderMedia {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homeHeaderContentWrap {
    position: absolute;
    left: 50%;
    bottom: 28%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    z-index: 10;
}

.homeHeaderHeading {
    color: #FFF;
    text-align: center;
    font-family: Serpentine;
    font-size: 64px;
    font-style: italic;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: 3.2px;
}

.homeHeaderSeachBarWrapper {
    margin-top: 64px;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 400px;
    margin: 64px auto 0 auto;
    position: relative;
}

.tt-suggestion {
    position: absolute;
    background: #fff;
    top: 102%;
    height: 500px;
    overflow-y: auto;
    z-index: 100;
}

.homeHeaderSearchBar {
    width: 95%;
    border: none;
    outline: none;
    color: rgba(0, 0, 0, 0.60);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 14px 15px 16px 15px;
}

.inventorySearchResult {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.imgContainer {
    width: 50%;
}

.imgContainer img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.conetntSectionContainer {
    width: 50%;
}

.invTitle {
    color: #000;
    text-align: left;
    font-family: 'Myriad Pro SemiBold';
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 16px;
}

.invPrice {
    color: red;
    text-align: left;
    font-family: 'Myriad Pro SemiBold';
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 8px;
}

.invMiles {
    color: #125EAC;
    text-align: left;
    font-family: 'Myriad Pro SemiBold';
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 5px;
}
.invStock {
    color: #125EAC;
    text-align: left;
    font-family: 'Myriad Pro SemiBold';
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 5px;
}

.homeSearchBarBtn {
    padding: 14px 15px 16px 15px;
    border: none;
    outline: none;
    background-color: #fff;
    cursor: pointer;
}

.inventoryLinkSection {
    margin: 80px 0;
}

.inventoryLinkCard {
    margin: 0 20px;
}

.inventoryImageWrap {
    position: relative;
    padding-top: 100%;
}

.inventoryImageWrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inventoryHeadingWrap {
    margin-top: 16px;
}

.newArrivalImageWrap{
    position: relative;
    padding-top: 75%;
}

.newArrivalImageWrap img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.docksCard {
    padding: 0 2px;
}

.docksImageWrap {
    position: relative;
    padding-top: 75%;
    min-height: 440px;
}

.docksImageWrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.docksTextWrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 100%);
    padding: 15% 10% 10% 10%;
}

.docksList {
    list-style: none;
}

.dockListText {
    color: #FFF;
    font-family: 'Myriad Pro Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.floeLiftSection {
    background-color: #125EAC;
    padding: 25px 15px 24px 15px;
    margin: 4px 0;
}

.floeBarWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 120px;
}

.promotionsBannerPara {
    color: #FFF;
    text-align: center;
    font-family: "Myriad Pro Regular";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.homePromotionBannerWrap {
    position: relative;
    padding-top: 37%;
    min-height: 440px;
}

.homePromotionBannerWrap .promotionsBanner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promotionsBannerContent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.homePromotionalCarousel {
    position: relative;
}

.homePromotionalCarousel .owl-next {
    position: absolute;
    bottom: 40px;
    right: 40%;
}

.homePromotionalCarousel .owl-prev {
    position: absolute;
    bottom: 40px;
    left: 40%;
}

.homePromotionalCarousel .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: inherit !important;
}

.newArrivalSection {
    margin: 80px 0;
}

.newArrivalCardContent {
    margin-top: 8px;
}

.newArrivalCardTitle {
    color: #000;
    font-family: "Myriad Pro Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.newArrivalInfoLine {
    display: flex;
    align-items: center;
    gap: 30px;
}

.newArrivalPrice {
    color: #125EAC;
    font-family: "Myriad Pro Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.newArrivalAfterLine {
    position: relative;
}

.newArrivalAfterLine::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    background-color: #D9D9D9;
    width: 1px;
    height: 15px;
}

.newArrivalMonthlyPrice {
    color: rgba(0, 0, 0, 0.50);
    font-family: "Myriad Pro Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.newWrraivalCarousel {
    position: relative;
}

.newWrraivalCarousel .owl-nav {
    position: absolute;
    top: -20%;
    right: 0;
    display: flex;
    gap: 10px;
}

.brandsLogoSection {
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding: 64px 15px;
}

.brandsLogoContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2%;
    width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.brandLogoWrap {
    flex: 0 0 auto;
    min-width: 120px;
    max-width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brandLogoWrap img {
    max-width: 100%;
    max-height: 60px;
    height: auto;
    object-fit: contain;
}

.serviceDeptSection {
    background-color: #FAFAFA;
    border-bottom: 1px solid #EEEEEE;
    padding: 80px 0;
}

.serviceImageWrap {
    max-width: 720px;
}

.serviceImageWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.serviceTextWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.serviceTextInnerWrap {
    max-width: 480px;
}

.welcomeSection {
    margin: 80px 0;
}

.welcomesectionInnerWrap {
    max-width: 800px;
    margin: 0 auto;
}

.otherPageLinkImage {
    position: relative;
    padding-top: 67%;
}

.otherPageLinkImage img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.otherPageLinkBottomContent {
    margin-top: 24px;
}

.otherPageCardTitle {
    color: #000;
    text-align: center;
    font-family: Serpentine;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-top: 16px;
}

.otherPageLinkCard {
    padding: 0 12px;
}

.homePromotionalCarousel .owl-dots .owl-dot span {
    width: 22px;
    height: 8px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    clip-path: polygon(3px 0, 22px 0, 19px 8px, 0 8px);
}

.homePromotionalCarousel .owl-dots .owl-dot.active span {
    background: #fff;
}

/* home page css ends here */

/* service page css starts here */
.bgDarkCustom {
    background-color: #231F20;
}

.tabsWrapper {
    margin: 40px 0px;
}

.infoTab {
    display: flex;
    justify-content: space-between;
    padding: 15px 30px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    margin-bottom: 20px;
    background: #FFF;
    cursor: pointer;
}

.infoTabName h4 {
    color: #000000;
    font-family: "Myriad Pro Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.tabsContent {
    border: 1px solid #EEE;
    background: #FAFAFA;
    padding: 40px 40px 79px 40px;
}

.tabsDetailsHeader {
    margin-bottom: 30px;
    margin-top: 40px;
}

.tabsDetails {
    max-width: 900px;
    margin: 0 auto;
}

.tabsDetailsImg {
    margin-top: 40px;
}

.tabsContentImgContainer img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.tabsContentLogoContainer {
    max-width: 200px;
}

.tabsContentLogoContainer img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.tabsDetails {
    display: none;
}

.tabsDetailsContent ul {
    padding-left: 30px;
}

.tabsNote {
    margin-top: 40px;
}

.tabsNote p {
    color: #231F20;
    font-family: "Myriad Pro Regular";
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 25px;
}

.tabsSec {
    margin: 60px auto;
    max-width: 1500px;
}

.headerSection {
    position: relative;
    padding-top: 26%;
    min-height: 400px;
}

.headerSection .headerMedia {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.formSection {
    padding: 56px 0 0 0;
    border-top: 1px solid #EEEEEE;
}

.fomrHeadingWrapper {
    margin-bottom: 60px;
}

.formFieldWrapper {
    margin-bottom: 16px;
}

.formField {
    color: rgba(0, 0, 0, 0.60);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    outline: none;
    border-radius: 2px;
    border: 1px solid rgba(217, 217, 217, 0.87);
    background: #FFF;
    padding: 14px 16px;
}

.mainFormWrapper {
    max-width: 820px;
    margin: 0 auto;
}

.formBtnWrapper {
    margin-top: 25px;
}

#formContainer {
    scroll-margin-top: 80px;
}

.tabsDetailImageWrap {
    position: relative;
    padding-top: 55%;
    margin-top: 40px;
}

.tabsDetailImageWrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pageHeroSection {
    margin: 80px auto;
    max-width: 1500px;
}

.brandHeroTextWrapper {
    max-width: 880px;
}

.pageHeroInnerWrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    max-width: 1500px;
    padding: 0 15px;
    margin: 0 auto;
}

.pageHeroLinkSection {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.pageLinkWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
}

.pageHeroTextWrapper {
    max-width: 1000px;
}

/* service page css ends here */

/* repower page css starts here */
.pageHeroLogoContainer {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.pageHeroLogosWrap {
    max-width: 200px;
}

.pageHeroLogosWrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.availableOutboardSection {
    padding: 50px 0 40px 0;
}

.outboardsCard {
    padding: 0 20px;
    margin-bottom: 40px;
}

.outBoardsImageWrap {
    position: relative;
    padding-top: 100%;
}

.outBoardsImageWrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.outBoardsContent {
    margin-top: 8px;
}

.outBoardTitle {
    color: #000;
    font-family: "Myriad Pro Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.outBoardPriceInfo {
    display: flex;
    align-items: center;
    gap: 30px;
}

.outBoardPrice {
    color: #125EAC;
    font-family: "Myriad Pro Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.outBoardMontlyPrice {
    color: rgba(0, 0, 0, 0.50);
    font-family: "Myriad Pro Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.outBoardPriceAfterLine {
    position: relative;
}

.outBoardPriceAfterLine::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    width: 1px;
    height: 15px;
    background-color: #D9D9D9;
}

/* repower page css ends here */

/* barge service page css starts here */
.formAndCalenderSection {
    margin-top: 60px;
}

.bargeHeadingWrap {
    margin-bottom: 30px;
}

.bargeCalenderWrap {
    position: relative;
    padding-top: 64%;
}

.bargeCalenderWrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bargeForm {
    max-width: 740px;
}

/* barge service page css ends here */

/* sell trade page css starts here */
.pageHeroCentered {
    max-width: 960px;
    margin: 56px auto 80px auto;
    padding: 0 15px;
}

/* sell trade page css ends here */

/* career page css starts here */
.careerPageSection {
    margin: 40px 0 80px 0;
}

.careerImageSection {
    position: relative;
    padding-top: 30%;
    min-height: 350px;
}

.careerImageSection img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.careerTextWrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.careerTextInnerWrap {
    max-width: 720px;
}

.formCard {
    max-width: 560px;
    border: 1px solid #D9D9D9;
    background: #FAFAFA;
    padding: 40px 15px;
    margin: 0 auto;
}

.formInnerWrapper {
    max-width: 400px;
    margin: 0 auto;
}

.resumeFormInput {
    color: rgba(0, 0, 0, 0.60);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    border-radius: 0 2px 2px 0;
    border-top: 1px solid rgba(217, 217, 217, 0.87);
    border-right: 1px solid rgba(217, 217, 217, 0.87);
    border-bottom: 1px solid rgba(217, 217, 217, 0.87);
    background: #FFF;
}

#uploadButton {
    width: 40%;
}

.inputWrapper {
    margin-bottom: 30px;
}

.resumeFileWrapper {
    width: 60%;
    border-radius: 0 2px 2px 0;
    border-top: 1px solid rgba(217, 217, 217, 0.87);
    border-right: 1px solid rgba(217, 217, 217, 0.87);
    border-bottom: 1px solid rgba(217, 217, 217, 0.87);
    background: #FFF;
    padding: 13px 10px;
    color: rgba(0, 0, 0, 0.60);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.upload-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fileInputForResume {
    color: rgba(34, 34, 34, 0.60);
    font-family: "Myriad Pro Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.resumeBtn {
    color: #125EAC;
    text-align: center;
    font-family: "Myriad Pro Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    border-radius: 2px 0 0 2px;
    border: 1px solid #125EAC;
    padding: 15px 10px;
    background-color: #fff;
}

.formBtnWrap {
    margin-top: 40px;
}

/* career page css ends here */

/* contact page css starts here */
.contactTextWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.contactTextInnerWrap {
    max-width: 560px;
}

.contactPhoneWrap {
    margin: 40px 0;
}

.contactPhontext {
    color: #125EAC;
    font-family: Serpentine;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 24px;
}

.contactPhontext:hover {
    color: #125EAC;
}

.locationBtn {
    color: #125EAC;
    text-align: center;
    font-family: "Myriad Pro Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.contactLocationSection {
    margin-top: 80px;
}

.contactMapSection {
    margin: 80px 0;
}

.mapContainer {
    height: 100%;
    min-height: 480px;
}

.mapContainer .locationMap {
    width: 100%;
    height: 100%;
}

.locationTextWrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.locationTextInnerWrap {
    max-width: 600px;
}

/* contact page css ends here */

/* testimonials page css starts here */
.testimonialsHeader {
    margin: 56px auto 80px auto;
    max-width: 800px;
}

.testimonialsCard {
    border-radius: 2px;
    border: 1px solid #D9D9D9;
    background: #FAFAFA;
    margin: 0 20px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
    padding: 40px;
    margin-bottom: 40px;
}

.reviewerName {
    color: #000;
    font-family: "Myriad Pro Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.testimonialNameWrap {
    position: relative;
    margin-top: 30px;
}

.testimonialNameWrap::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: #F67A20;
}


/* testimonials page css ends here */

/* location pages css starts here */
.locationGalleryImageWrap {
    position: relative;
    padding-top: 57%;
    margin: 0 2px;
}

.locationGalleryImageWrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* location pages css ends here */

/* brand page css starts here */
.brandPageLogoWrap {
    max-width: 400px;
}

.brandPageLogoWrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brandsLinkBar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 84px;
    padding: 20px 15px;
    min-width: 804px;
    border-radius: 2px;
    background: #125EAC;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 50%;
    bottom: -42px;
    transform: translateX(-50%);
}

.brandBarLinks {
    color: #FFF;
    text-align: center;
    font-family: "Myriad Pro Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.brandBarLinks:hover {
    color: #FFF;
}

.brandLinksAfterLine {
    position: relative;
}

.brandLinksAfterLine::after {
    content: '';
    position: absolute;
    right: -42px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.20);
}

.brandHeroSection {
    max-width: 1500px;
    margin: 140px auto 80px auto;
}

.brandPromotionSection {
    margin: 0 10px;
    border-radius: 2px;
    background: #000;
    padding: 20px 23px;
}

.brandPromoPara {
    color: #FFF;
    text-align: center;
    font-family: "Myriad Pro Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.brandGalleryImageWrap {
    position: relative;
    padding-top: 57%;
}

.brandGalleryImageWrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brandGalleryCarouselWrap {
    margin: 80px 0;
}

.brandModelCard {
    padding: 0 20px;
    margin-bottom: 40px;
}

.modelTextWrap {
    margin-top: 16px;
}

.modelTitle {
    color: #222;
    text-align: center;
    font-family: "Myriad Pro Regular";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.modelPara {
    color: #222;
    font-family: "Myriad Pro Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.modelImageWrap {
    position: relative;
    padding-top: 60%;
}

.modelImageWrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.availableInventorySection {
    border-top: 1px solid #EEEEEE;
    padding-top: 80px;
}

.brokerageInventoryCard {
    padding: 0 20px;
    margin-bottom: 40px;
}

.brokerageImageContainer {
    position: relative;
    padding-top: 61%;
}

.brokerageImageContainer img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brokerageInventoryCardContent {
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    padding: 8px 24px 17px 24px;
}

.brokerageInvenvtoryTitle {
    font-family: "Myriad Pro Regular";
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

.pricingParaWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mailbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #FFF;
    text-align: center;
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    outline: none;
    transition: all 0.4s;
    background-color: #1D3766;
    text-transform: capitalize;
    border: none;
    border-radius: 4px;
    padding: 3px 20px;
}

.mailbtn:hover {
    color: #FFF;
}

.mailbtn img {
    flex: 0 0 16px;
}

.pricingInfo {
    display: flex;
    align-items: center;
    gap: 20px;
}

.actualPrice {
    font-family: "Myriad Pro Regular";
    color: #125EAC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.monthlyPricing {
    font-family: "Myriad Pro Regular";
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    position: relative;
}

.monthlyPricing::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background-color: #D9D9D9;
}

.cardSpecsPara {
    font-family: "Myriad Pro Regular";
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.cardSpecsPara img {
    flex: 0 0 14px;
}

.brokerageCardSpecsContainer {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
    border-top: 1px solid #E3E4E6;
    padding-top: 5px;
}

.cardsSpecsParaBeforLine {
    position: relative;
}

.cardsSpecsParaBeforLine::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #D9D9D9;
}

.availableInventoryBtnWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

#inStockInventory,
#models,
#gallery,
#promotions,
#overview {
    scroll-margin-top: 100px;
}

.brandFacilitySection {
    margin: 80px 0;
}

.brandFacilityCard {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.brandFacilityImageWrap {
    position: relative;
    padding-top: 25%;
    width: 50%;
    min-height: 300px;
}

.brandFacilityImageWrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brandFacilityTextWrap {
    width: 50%;
}

.facilityTitle {
    color: #000;
    font-family: "Myriad Pro Regular";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

/* brand page css ends here */

/* about page css starts here */
.aboutSection {
    margin: 80px 0;
}

.aboutBannerWrap {
    position: relative;
    padding-top: 37%;
    min-height: 400px;
}

.aboutBannerWrap .aboutBanner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutSectionTextWrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutSectionTextInnerWrap {
    max-width: 600px;
}

.aboutSectionImageWrap {
    max-width: 720px;
}

.aboutSectionImageWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutServiceSection {
    padding: 80px 0;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.aboutLocationSection {
    margin: 80px 0;
}

.aboutLocationImageWrap {
    position: relative;
    padding-top: 75%;
}

.aboutLocationCard {
    padding: 0 20px;
}

.aboutLocationImageWrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutLocationContentWrap {
    margin-top: 16px;
}

/* about page css ends here */

/* pontoons sales css starts here */
.salesImageWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.salesLogoWrap {
    max-width: 197px;
}

.salesLogoWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blueBtnSecondary {
    color: #125EAC;
    text-align: center;
    font-family: "Myriad Pro Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.blueBtnSecondary:hover {
    color: #125EAC;
}

/* pontoons sales css ends here */

/* pwcs sales css starts here */
.salesBrandCard {
    padding: 0 20px;
}

.salesBrandImageWrap {
    position: relative;
    padding-top: 50%;
}

.salesBrandImageWrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.salesBrandContentWrap {
    margin-top: 16px;
}

.salesBrandSection {
    margin: 80px 0;
}

.salesBrandLogoWrapper {
    max-width: 241px;
}

.salesBrandLogoWrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* pwcs sales css ends here */

/* status pages css starts here */

.commonSection {
    margin: 80px 0 80px 0;
}

.commonSectionInnerWrap {
    display: flex;
    gap: 120px;
    max-width: calc(100% - 15%);
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.commonSectionTextWrapper {
    width: 50%;
    max-width: 600px;
}

.commonSectionImageWrapper {
    width: 50%;
}

.commonSectionImageWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.commonSectionHeading {
    color: #222;
    text-align: center;
    font-family: "Noto Serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 125% */
    letter-spacing: 6.4px;
    text-transform: uppercase;
}

.commonPara {
    color: #1E1E1E;
    text-align: center;
    font-family: 'acumin-light';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.commonSectionLinkWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.featured-btn {
    color: #FFF;
    text-align: center;
    font-family: 'acumin-light';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    background: #222;
    display: inline-block;
}

.thank-you-content-box {
    width: 50%;
}

.thank-you-inner-box {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

/* status pages css ends here */

/* boats pages css starts here */
.lastLoad_btn button {
    margin-top: 30px;
    margin-bottom: 50px;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    background: #1D3766;
    display: inline-block;
    max-width: 250px;
    width: 100%;
    padding: 11px 25px;
    border: 1px solid #1D3766;
    cursor: pointer;
}

.listing-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 7px;
    padding-right: 7px;
}

.listing-header-right-box {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
}

.sortWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D9D9D9;
    height: 40px;
    padding: 0 15px;
}

.lisitng-search-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #D9D9D9;
    height: 40px;
    padding: 7px 20px;
}

.lisitng-search-box span {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    padding-right: 10px;
}

.lisitng-search-box input {
    width: 100%;
    height: 100%;
    border: none;
}

.lisitng-search-box input:focus {
    outline: none;
    box-shadow: none !important;
    border: none !important;
}

.boatsHeading {
    color: #222;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 6.4px;
    text-transform: uppercase;
}

.listings-count {
    margin-bottom: 40px;
    padding-left: 7px;
    padding-right: 7px;
}

.boatsHeading .sortWrapper {
    /* float: right; */
    display: flex;
    align-items: center;
}

.sortWrapper label {
    color: #222;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 25px;
    white-space: nowrap;
    margin-bottom: 0 !important;
}

.sortWrapper select {
    font-size: 12px;
    width: 160px;
    height: 35px !important;
    padding: 0 8px;
    border-radius: 0;
    background: #fff;
    margin-left: 10px;
    font-family: 'Inter';
    border: none;
    border-right: none;
    height: 100%;
    margin-bottom: 0 !important;
}

.sortWrapper select:focus {
    border: none !important;
    outline: none;
    box-shadow: none !important;
}

.boatsHeading .sortWrapper label {
    font-size: 14px;
    font-weight: 100;
    color: #000;
    padding-right: 10px;
}

.boatsHeading .sortWrapper select {
    font-size: 12px;
    width: 160px;
    height: 35px;
    padding: 0 8px;
    border-radius: 0;
    background: #fff;
}

/* breadCrum starts here */

.breadcrum a {
    color: #c2c2c2;
    font-size: 12px;
    font-weight: 100;
}

.breadcrum a+a,
.breadcrum a+span {
    padding-left: 15px;
    position: relative;
}

.breadcrum a+a::before,
.breadcrum a+span::before {
    content: "/";
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}

.breadcrum span {
    font-weight: 600;
}

.filterBtn {
    display: block;
    padding: 30px;
    padding-left: 100px;
    background-color: #231f20;
    margin: 0 -15px;
    color: #fff;
    font-size: 30px;
    transition: 0.4s ease all;
}

.filterBtn:hover {
    background: #ca2123;
    color: #fff;
}

.filterInner h1 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
}

.filterInner h4,
.filterInner h3 {
    font-weight: 500;
    font-size: 16px;
    margin: 30px 0 20px;
    color: #a3a2a2;
    float: left;
}

.filterInner h3 {
    margin: 0;
}

.catbox input {
    /*    display: none;*/
}

.filterInner label {
    font-weight: 300;
    margin-bottom: 5px;
    color: #000;
}

.filterform {
    float: left;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
}

.filterform input {
    height: 44px;
    border-radius: 00;
    border-color: #e7e8e9;
}

.sqr-checkBox {
    /* border-bottom: 1px solid #8080806b; */
    padding: 12px 20px;
    float: left;
    width: 100%;
    position: relative;
}

.breadcrumb {
    background-color: transparent !important;
    margin-bottom: 24px;
    padding-left: 0;
}

.breadcrumb-item a {
    color: rgba(0, 0, 0, 0.60);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.sqr-checkBox label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    color: #222;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 156.25% */
}

.sqr-checkBox input {
    margin-right: 10px;
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background-color: white;
    border: 1px solid #e9e9e9;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    outline: none;
}

.sqr-checkBox label input:checked::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 11px;
    border: 1px solid rgba(39, 73, 109, 0.98);
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    top: 43%;
    left: 50%;
}

.filterList .sqr-checkBox input {
    left: unset;
    height: 20px;
    width: 20px;
}

.sqr-checkBox .filter-checkbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    color: #dcdcdc;
    z-index: 1;
    font-size: 16px;
}

.sqr-checkBox input+span i.fa.fa-square-o {
    display: block;
}

.sqr-checkBox input:checked+span i.fa.fa-square-o {
    display: none;
}

.sqr-checkBox input+span .fa-square {
    display: none;
}

.sqr-checkBox input:checked+span .fa-square {
    display: none;
    color: #ca2123;
    font-size: 14px;
    margin-top: 3px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #a8a8a8;
    background: #dbdbdb;
    height: 5px;
    border-radius: 0;
}

.ui-slider-horizontal .ui-slider-range {
    background: #1D3766;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    outline: 0 !important;
    border: 1px solid #1D3766;
    border-radius: 0;
    width: 15px !important;
    height: 15px !important;
    top: 50%;
    transform: translateY(-45%) !important;
    border-radius: 50px;
    cursor: pointer;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    border-color: #cb2127 !important;
    background: #cb2127 !important;
}

div#year-range {
    width: 74%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 10px;
}

div#price-range {
    width: 74%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 10px;
}

.filterBox>h2 {
    margin: 0;
    padding: 8px 20px;
    background: #1D3766;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.af-disp-mob {
    display: none;
}

.filterBox .sidWidget {
    border: 1px solid #000;
}

.filterBox .youSearchList {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.filterBox .youSearchList li {
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px !important;
}

.filterOptions h4,
.filterOptions .sqr-checkBox {
    float: none;
}

.desktop-accordion-header h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 25px;
    margin: 0;
    color: #000;
    font-weight: 800;
}

.filterOptions {
    border: 1px solid #0000005e;
    margin-top: 16px;
}

.filterOptions input {
    width: 100%;
    text-align: center;
    color: #222;
    text-align: center;
    font-family: "Inter", sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    letter-spacing: -0.32px;
}

.boat-listing-carousel .owl-nav button.owl-prev {
    position: absolute !important;
    top: 50% !important;
    left: 0;
    transform: translateY(-50%) !important;
    background: white !important;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 2;
    display: flex;
}

.boat-listing-carousel:hover .owl-nav button.owl-prev {
    opacity: 1;
    visibility: visible;
}

.boat-listing-carousel:hover .owl-nav button.owl-next {
    opacity: 1;
    visibility: visible;
}

.grid-price-box {
    height: 45px;
}

.boat-listing-carousel .owl-nav button.owl-next {
    position: absolute !important;
    top: 50% !important;
    right: 0;
    transform: translateY(-50%) !important;
    background: white !important;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    display: flex;
    z-index: 2;
}

.boat-listing-carousel .owl-nav button span {
    font-size: 35px;
    color: black;
    line-height: 13px;
    margin-top: -9px;
}

.boat-listing-carousel .owl-nav {
    margin-top: 0px !important;
}

.boat-listing-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    display: block !important;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.boat-listing-carousel .owl-nav button span {
    font-size: 35px;
    color: black;
    line-height: 13px;
    margin-top: -9px;
}

.filterBox .youSearchList span.pull-right.closX {
    color: #000;
    font-weight: 800;
    cursor: pointer;
}

.filterBox .sidWidget,
.filterBox .sidWidget_iner {
    float: none;
}

.sidWidget_iner {
    float: right;
    max-width: 100%;
    /*	padding: 30px 0;*/
    width: 100%
}

.similar-slider {
    display: none !important;
}

.filtered_head_3 {
    font-weight: 600;
    font-size: 18px;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: trade-gothic-next;
    text-align: center
}


/* chekbox style start */

.styled-checkbox {
    position: absolute !important;
    opacity: 0 !important;
}

.styled-checkbox+.filter_count {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
}

.styled-checkbox+.filter_count::before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid rgb(0, 0, 0);
}

.styled-checkbox:hover+.filter_count::before {
    background: #fff;
}

.styled-checkbox:focus+.filter_count::before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+.filter_count::before {
    background: #000;
}

.styled-checkbox:disabled+.filter_count {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+.filter_count::before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+.filter_count::after {
    content: '';
    position: absolute;
    left: 5px;
    /* top: 11px; */
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
    transform: rotate(45deg);
}

/* new boat listing page css start here */
.breadcrumb-container {
    max-width: calc(100% - 7%);
    margin: 0 auto;
}

.listing-container {
    display: flex;
    max-width: calc(100% - 7%);
    margin: 0 auto;
}

.fitler-col {
    width: 20%;
}

.boat-listing-carousel {
    display: block !important;
}

.listing-content-col {
    width: 80%;
    padding-left: 40px;
}

.boat-card {
    display: flex;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid lightgray;
    width: 100%;
}

.boat-img-box {
    width: 40%;
    position: relative;
    max-height: 400px;
    height: 100%;
    /* padding-top: 26%; */
}

.boat-img-box img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-boat-img-box{
    position: relative;
    overflow: auto;
}

.grid-boat-img-box img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carouselDotsWrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    z-index: 5;
}

.carouselDotsWrapListView {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    z-index: 5;
}

.carouselCutomDots {
    flex: 0 0 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
}


.boat-img-box .boat-listing-carousel .item {
    position: relative;
    padding-top: 70%;
}

.boat-img-box .boat-listing-carousel .owl-item {
    height: 100% !important;
}

.boat-img-box .boat-listing-carousel {
    height: 100% !important;
}

.boat-img-box .boat-listing-carousel .owl-stage-outer {
    height: 100% !important;
}

.boat-img-box .boat-listing-carousel .owl-stage {
    height: 100% !important;
}

.boat-img-box .boat-listing-carousel .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.boat-listing-carousel:hover .owl-nav button.owl-prev {
    opacity: 1;
    visibility: visible;
}

.boat-listing-carousel .owl-nav button.owl-prev {
    position: absolute !important;
    top: 50% !important;
    left: 0;
    transform: translateY(-50%) !important;
    background: white !important;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 2;
    display: flex
;
}

.boat-listing-carousel:hover .owl-nav button.owl-next {
    opacity: 1;
    visibility: visible;
}

.boat-listing-carousel .owl-nav button.owl-next {
    position: absolute !important;
    top: 50% !important;
    right: 0;
    transform: translateY(-50%) !important;
    background: white !important;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    display: flex;
    z-index: 2;
}

.boat-content-box {
    width: 60%;
    padding: 10px 0px 10px 40px;
}

.boat-card-image {
    max-height: 375px;
    width: 100%;
    height: 100%;
}

.boat-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bottom-content-box,
.upper-content-box {
    display: flex;
    gap: 40px;
}

.sm-box-1 {
    width: 60%;
}

.sm-box-2 {
    width: 40%;
}

.desc-box {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}

.desc-box h3 {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 8px;
}

.upper-content-box .sm-box-1 .boat-title a {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
}

.upper-content-box .sm-box-1 .boat-title a:hover {
    text-decoration: none;
    color: #000;
}

.boat-condition-box {
    padding: 0 0 0 0;
}

.boat-condition-box .boat-condition-list li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 3px 0;
}

.boat-condition-box .boat-condition-list li span:nth-child(1) {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.boat-condition-box .boat-condition-list li span:nth-child(2) {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
    padding-left: 5px;
}

.boat-condition-box .boat-condition-list li img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.lisitng-note {
    background: #F7F7F7;
    padding: 5px 10px;
    margin: 20px 0;
}

.lisitng-note span {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.pricing-box h3 {
    color: #0F6DBF;
    text-align: right;
    font-family: 'Rubik_Bold';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.1px;
}

.price-per-month {
    /* margin-top: 30px; */
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
}

.pricing-box {
    height: 100%;
}

.price-per-month h3 {
    color: #1D3766;
    text-align: right;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 1.2px;
    margin-bottom: 15px;
}

.price-per-month p {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.listing-blue-btn {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    background: #1D3766;
    display: inline-block;
    max-width: 250px;
    width: 100%;
    padding: 11px 25px;
    margin-bottom: 15px;
}

.listing-blue-btn:hover {
    color: #FFF;
}

.listing-skyblue-btn {
    display: inline-block;
    color: #1D3766;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    max-width: 250px;
    width: 100%;
    padding: 11px 25px;
    background: rgba(50, 141, 176, 0.15);
}

.listing-skyblue-btn:hover {
    color: #1D3766;
}

.boat-condition-list {
    padding-left: 0;
    margin-bottom: 16px;
}

.card-text {
    color: #1D3766;
    text-align: right;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 1.2px;
}

/* grid view start here */
.grid-boat-card {
    display: none;
    width: calc(100% / 3);
    padding: 7px;
    position: relative;
}

.grid-price-box ul {
    display: flex;
    padding-left: 0;
}

.toggler-button-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 94px;
    max-height: fit-content;
    width: 100%;
    gap: 10px;
}

.grid-view-btn {
    background: white;
    border: 1px solid lightgray;
    padding: 8px 8px 8px 8px;
    cursor: pointer;
    line-height: normal;
}

.toggleViewBtn.active {
    background: #1D3766;
    border: 1px solid #1D3766;
}

.list-view-btn {
    background: white;
    border: 1px solid lightgray;
    padding: 8px 8px 8px 8px;
    cursor: pointer;
    line-height: normal;
}

.btn-icon-2 {
    display: none;
}

.grid-boat-title {
    line-height: 7px;
    height: 25px;
    margin-bottom: 10px;
}

.grid-boat-title a {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
}

.grid-boat-title a:hover {
    color: #000;
}

.ui-slider-horizontal .ui-slider-range {
    background: #1D3766;
    height: 10px;
    border-radius: 5px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    outline: 0 !important;
    border: 1px solid #4d4d4d;
    border-radius: 0;
    width: 15px;
    height: 15px;
    top: 50%;
    transform: translateY(-45%);
    border-radius: 50px;
    cursor: pointer;
}

.ui-widget.ui-widget-content {
    border: 1px solid #a8a8a8;
    border-radius: 5px;
    background: #e6e6e6;
    height: 10px;
    border-radius: 50px;
}

.range-value-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    margin: 10px 0;
}

.range-value-box .range-box-item {
    width: 115px;
    height: 41px;
    flex-shrink: 0;
    border: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px;
    color: rgba(0, 0, 0, .6);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.32px;
    font-family: "Inter", sans-serif !important;
}

div#length-range {
    width: 74%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 10px;
}

.grid-price-item {
    position: relative;
    list-style: none;
    padding-right: 30px;
}

.grid-price-item+.grid-price-item::after {
    position: absolute;
    content: '';
    top: 50%;
    left: -15px;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 15px;
    background: gray;
}

.grid-price-item:nth-child(1) {
    color: #1D3766;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.grid-price-item:nth-child(2) {
    color: rgba(0, 0, 0, 0.60);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}


.boat-listing-carousel .item {
    position: relative;
    display: block;
    padding-top: 70%;
}

.boat-listing-carousel .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upper-content-box .boat-title {
    margin-bottom: 8px;
}

.grid-upper-content-box {
    padding: 20px;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
}

.grid-boat-condition-list {
    border-top: 1px solid #D9D9D9;
}

.grid-boat-condition-list {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 15px;
    height: 37px;
}

.grid-view-details-btn {
    color: #1D3766;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.trade-box {
    display: none;
}

.grid-boat-condition-list li {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.specs-list-item {
    position: relative;
    color: #1E1E1E;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-right: 20px;
}

.specs-list-item+.specs-list-item::after {
    position: absolute;
    content: '';
    top: 50%;
    left: -10px;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 15px;
    background: gray;
}

.specs-list-item img {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain;
}

/* new boat details page design start here */

.boat-inventory-cond-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
}

.boatDetailCarouselImageContainer {
    position: relative;
    padding-top: 65%;
}

.boatDetailCarouselImageContainer img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.boat-inventory-cond-list .cond-list-item {
    list-style: none;
    position: relative;
    padding-right: 30px;
    color: rgba(0, 0, 0, 0.60);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.cond-list-item+.cond-list-item::after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.60);
    top: 50%;
    left: -15px;
    transform: translateY(-47%);
    width: 1px;
    height: 14px;
}

.details-main-row {
    margin-top: 40px;
    display: flex;
}

.details-left-container {
    width: 65%;
    padding-left: 120px;
}

.mobileBoatInfo {
    max-width: 500px;
    margin: 0 auto;
}

.details-right-container {
    width: 35%;
    padding: 0 120px;
}

.side-bar {
    position: sticky;
    top: 90px;
    width: 100%;
}

.pymentBlock h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.boat-card-img {
    position: relative;
    padding-top: 68%;
}

.boat-card-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.similar-boats-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 108px;
}

.callForprice {
    color: #1D3766;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.4px;
    text-align: center;
}

.pdf-btn {
    color: #1D3766;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 16px;
    /* 100% */
    border-radius: 3px;
    background: rgba(7, 151, 218, 0.15);
    display: inline-block;
    padding: 14px 30px;
    border: 1px solid rgba(7, 151, 218, 0.15);
}

.gallery-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gallery-cols {
    flex-basis: calc(33.33% - 10px);

}

.gallery-box-img {
    position: relative;
    padding-top: 67%;
}

.gallery-box-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-box-img video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.more-img-btn {
    margin: 15px 0 30px 0;
}

.more-img-btn button {
    color: #000;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    width: 100%;
    height: 45px;
    border: 1px solid #D9D9D9;
    background: #FBFBFB;
    cursor: pointer;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0px;
    cursor: pointer;
    margin-top: 15px;
}

.accordion-header h3 {
    color: #000;
    font-family: "Inter", sans-serif !important;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.specs-row-box {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 120px;
    padding: 0 0 50px 0;
}

.specs-cols {
    width: 50%;
}

.specs-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
    padding: 10px 10px;
}

.specs-item span:nth-child(1) {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 156.25% */
}

.blackParaText h1,
.blackParaText h2 {
    color: #000 !important;
    font-family: "Montserrat", sans-serif;
    font-size: 23px !important;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-align: left !important;
}

.blackParaText h3,
.blackParaText h4,
.blackParaText h5,
.blackParaText h6,
.blackParaText strong,
.blackParaText b {
    color: #000 !important;
    font-family: "Montserrat", sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-align: left !important;
}

.blackParaText p,
.blackParaText span,
.blackParaText li {
    color: #000 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-align: left !important;
}

.blackParaText * {
    position: static !important;
    padding-left: 0 !important;
    border: 0 !important;
    background-color: transparent !important;
    height: auto !important;
    /* overflow: hidden !important; */
}

.specs-item span:nth-child(1) img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.listing-desc {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    max-height: 100px !important;
}

.listing-desc * {
    color: #000 !important;
    font-family: Inter !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    padding-left: 0 !important;
    border: none !important;
    margin: 0 !important;
}

.read-more {
    color: #1D3766 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 25px !important;
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    background: white !important;
    padding-left: 11px !important;
}

.read-more:hover {
    color: #1D3766;
}

.sale-price {
    color: #1D3766;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: -0.4px;
}

.original-price {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.4px;
    margin-bottom: 10px;
}

.listing-desc p {
    margin-bottom: 0;
}

.specs-item span:nth-child(2) {
    color: #2E2F2F;
    text-align: right;
    font-family: 'acumin-bold';
    font-size: 16px;
    font-style: normal;
    line-height: 25px;
}

.custom-accordion-item {
    padding-left: 30px;
    padding-right: 30px;
}

.accordion-header span.fa {
    font-size: 20px;
    color: #222222;
}

.accordion-content {
    padding-bottom: 45px;
}

.accordion-content.specc-show {
    display: block !important;
}

.list-cntnt {
    position: relative;
    margin-bottom: 60px;
}

.specsListContainer {
    max-width: 445px;
    margin-bottom: 50px;
}

.specsList {
    margin-top: 20px;
    list-style: none;
    padding: 0 15px
}

.specsList hr {
    margin: 8px 0;
}

.specsList li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.specsList li p {
    width: 50%;
}

.specsName {
    color: #222222;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.specsDetail {
    color: #222222;
    text-align: right;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

.boatDetailSpecsHeading {
    color: #222222;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}


.contact-details {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.boat-details-location {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.boat-details-contact {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.boat-details-contact a:hover {
    text-decoration: none;
}

.boat-details-location a:hover {
    text-decoration: none;
}

.boat-details-location h1,
.boat-details-contact h1 {
    font-size: 20px;
}

.boat-details-location p {
    margin-bottom: 15px;
}

.boat-details-contact {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.boat-details-contact h1 {
    margin-bottom: 15px;
}

.boat-details-contact p {
    margin-bottom: 15px;
}


.right-sidebar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.right-sidebar-top-btn {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.sidebar-bottom-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.item-price {
    color: #222222;
    font-weight: 600;
}

.right-sidebar-red-btn {
    background: #D8231C;
    width: 100%;
    text-align: center;
    color: white;
    padding: 10px 0;
}

.right-sidebar-sec-btn {
    color: #2E2F2F;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 120% */
    text-transform: uppercase;
}

.inq-form-head {
    padding-top: 20px;
    padding-bottom: 20px;
}

.details-lg-btn-box {
    margin-top: 60px;
}

.similar-box-row {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    padding: 0 70px;
}

.boatPricingList {
    list-style: none;
}

.boatPricingList li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 5px;
}

.boatPricingList li .pricingTitle {
    width: 30%;
    color: #222222;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.6px;
}

.boatPricingList li .pricingDetail {
    width: 70%;
    text-align: right;
    color: #222222;
    text-align: right;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.6px;
}

.pricingTitleSharp {
    color: rgba(27, 29, 54, 0.80);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.48px;
}

.pricingDetailSharp {
    color: rgba(27, 29, 54, 0.80);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.48px;
}

.pricingTitleRed {
    color: #C8192A;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.6px;
}

.border_bottom {
    border-bottom: 2px solid lightgray !important;
    border-radius: 0px !important;
    outline: none !important;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-top: 25px;
    padding-top: 0 !important;
    padding-bottom: 10px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.pricingTitlePayment {
    color: #222222;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.48px;
}

.pricingDetailPayment {
    color: #222222;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.48px;
}

.downPayment {
    color: #222222;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.42px;
    text-align: right;
}


.boatDetailBtn {
    color: #FFF;
    text-align: center;
    font-family: Forza;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    background: #22222299;
    padding: 10px 0 11px 0;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    transition: all 0.4s;
}

.boatDetailBtn:hover {
    color: #FFF;
}

.preOwnedDealerContactWrapper {
    border: 1px solid #EEE;
    background: #FAFAFA;
    padding: 20px 57px 25px 59px;
}

.preOwnedDealerContactHeading {
    color: #112342;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.6px;
}

.dealerMainContent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

.dealerImageContainer {
    width: 60px;
    height: 60px;
}

.dealerImageContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dealerContactHeading {
    color: #222222;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.48px;
}

.custom-textareat {
    border-bottom: 2px solid lightgray !important;
    border-radius: 0px !important;
    outline: none !important;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-top: 25px;
    padding-top: 0 !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.end-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.boatDetailPageSeparator {
    margin-top: 60px;
}

.end-content a {
    padding: 0px 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: black;
}

.end-content a:hover {
    color: black;
    text-decoration: none;
}

.right-border {
    border-right: 1px solid black;
}

.boat-details-call-sec {
    background-color: var(--red-color);
    padding: 5px 0px;
    font-family: Roboto;
}

.boat-details-call-sec p {
    text-align: center;
    color: white;
    text-align: center;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: Roboto;
    line-height: 30px;
}

.boat-details-call-sec p a {
    color: white;
    text-decoration: none;
}

.boat-details-form {
    width: 100%;
    height: 40px;
    color: rgba(0, 0, 0, 0.60);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding-left: 15px;
    padding-right: 15px;
}

.boat-details-form::placeholder {
    color: rgba(0, 0, 0, 0.60);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.boat-details-form:focus {
    outline: none;
    box-shadow: none;
}

.boat-details-textarea {
    color: rgba(0, 0, 0, 0.60);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 8px 15px;
}

.boat-details-textarea::placeholder {
    color: rgba(0, 0, 0, 0.60);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-lable {
    color: #112342;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    line-height: 30px;
    letter-spacing: 1px;
}

.modal-title {
    color: #222222;
    text-align: center;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.boat-details-sm-btn:hover {
    color: #FFF;
}

.call-now-btn {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    background: #1D3766;
    border-radius: 3px;
}

.call-now-btn:hover {
    color: #FFF;
}

.checkbox-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-input:checked~.checkmark {
    background-color: #328DB0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 2px solid #328DB0;
    border-radius: 0;
}

.checkbox-input:checked~.checkmark:after {
    display: block;
}

.checkmark:after {
    left: 5px;
    top: 1px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.apply-box button {
    border-radius: 3px;
    background: #328DB026;
    color: #328DB0;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 16px;
    padding: 14px 25px;
    border: 1px solid #328DB026;
}

.apply-box .mybtn {
    border-radius: 3px;
    background: #328DB026;
    color: #328DB0;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 16px;
    padding: 14px 25px;
    border: 1px solid #328DB026;
}

/* boat detail carousel */

.boat-detail-carosuel .item {
    width: 100%;
    height: auto;
}

.boat-detail-carosuel .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* boat gallery pop up */

.owl-carousel-parent {
    position: relative;
}

.boat-details-title {
    color: #2E2F2F;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 15px;
}
.boat-location {
    color: #2E2F2F;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 15px;
}


.similar-bts {
    padding-top: 60px;
    padding-bottom: 120px;

}

.similar-heading {
    color: #222;
    font-family: "Noto Serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 93.75% */
    letter-spacing: 6.4px;
    text-transform: uppercase;
}

.boat-card {
    background-color: transparent;
    width: 100%;
}

.similar-boat-img {
    position: relative;
    padding-top: 65.5%;
}

.similar-boat-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spec-mn-head {
    color: #222;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.spec-cntnt {
    color: #222;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    /* 100% */
}

.boat-title-mn {
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: 2px;
}

.callForBoatWrapper {
    margin: 10px 0 20px 0;
    text-align: center;
}

.callForBoat {
    color: #A81D1D;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    text-align: center;
}

.callForBoat:hover {
    color: #A81D1D;
}

.mn-similar-sec {
    padding-top: 60px;
}

.hr-line {
    margin-top: 100px;
}

.formBtnWrapper {
    margin-top: 30px;
}


/* +++++++++++++++++++++++++++ */
.similarInventorySection {
    margin-top: 100px;
    margin-bottom: 180px;
}


.inputWrapper {
    margin-bottom: 20px;
}

.formInput {
    width: 100%;
    outline: none;
    border: 1px solid #EEE;
    background: #FFF;
    color: #222222;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.48px;
    padding: 10px 10px 10px 20px;
}

.similarListingHeadingWrap {
    margin: 50px 0 30px 0;
}

.boat-detail-carosuel .owl-dots {
    position: absolute;
    bottom: 5%;
    width: 100%;
}

.boat-detail-carosuel .owl-dots {
    display: none;
}

.boat-detail-carosuel .owl-nav span {
    font-size: 41px;
    margin-top: -9px;
    color: white;
    line-height: 15px;
}

.boat-detail-carosuel .owl-nav button:hover {
    background: #000000 !important;
    color: white !important;
}

.boat-detail-carosuel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #000000 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
}

.boat-detail-carosuel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #000000 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
}

.boat-detail-carosuel .owl-nav button.owl-next:hover,
.boat-detail-carosuel .owl-nav button.owl-prev:hover {
    background: #000000 !important;
}

.price-box h4 {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.4px;
}

.price-box h3 {
    color: #1D3766;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: -0.4px;
}

.apply-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.apply-box span {
    color: #000;
    text-align: right;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.36px;
}

.boat-details-form-sec {
    position: relative;
    border: 1px solid #D9D9D9;
    background: #FBFBFB;
    padding: 20px 23px 50px 23px;
}

.scroll-down {
    position: absolute;
    top: -100px;
    visibility: hidden;
}

.opeen-calc {
    cursor: pointer;
    position: relative;
}

.apply-box strong {
    color: #000;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.36px;
    text-decoration-line: underline;

}

.apply-box strong img {
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    object-fit: contain;
}

.apply-box .financing-btn {
    border-radius: 3px;
    background: #1D376626;
    color: #1D3766;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 16px;
    padding: 14px 25px;
    border: 1px solid #1D376626;
}

.details-form-btn {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 16px;
    border-radius: 3px;
    background: #1D3766;
    padding: 12px 25px;
    display: inline-block;
    border: 1px solid #1D3766;
}

.details-form-btn:hover {
    border: 1px solid #1D3766;
    color: #FFF;
}

.details-form-btn:focus {
    border: 1px solid #1D3766;
    color: #FFF;
    outline: none;
    box-shadow: none;
}

.radio-box {
    display: flex;
    margin: 20px 0;
}

.radio-box label {
    color: #000 !important;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.radio-box input[type=radio] {
    margin-right: 6px !important;
    margin-left: 15px;
}

.custom-modal-box {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 999;
    display: none;
    /* Start hidden */
    transition: transform 0.5s ease;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.mob-sticky-bar {
    position: fixed;
    bottom: 0;
    z-index: 99;
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 17px 30px;
    background: #0086C4;
}

.mob-sticky-bar .original-price {
    display: none;
}

.sticky-bar-col {
    width: 50%;
}

.mob-sticky-bar .sale-price:nth-child(1) {
    display: none;
}

.mob-sticky-bar .sale-price:nth-child(2) {
    float: left !important;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 22px;
}

.sticky-bar-col h3 {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    margin-bottom: 5px;
    word-break: break-word;
}

.sticky-bar-col p {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}

.sticky-bar-col a {
    display: inline-block;
    border-radius: 30px;
    background: #0079B2;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 16px;
    padding: 14px 28px;
}

.calc-error-box p {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: transparent;
    border: none;
    border-radius: 20px;
    padding: 7px 20px;
    text-align: center;
}

.custom-modal-box.show {
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal-white-sec {
    background: #FFF;
    padding: 50px;
}

.modal-white-sec .popup_input {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20) !important;
    width: 100%;
}

.modal-white-sec .popup_label {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.saving-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.saving-box span {
    color: rgba(34, 34, 34, 0.60);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.32px;
}

.result_box h2 {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 22px !important;
}

.result_box h3 {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 35px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 60px !important;
}

.modal-content-box {
    display: flex;
    flex-wrap: wrap;
}

.modal-content-col {
    width: 50%;
}

.calculate-box {
    background: #005278;
    color: white;
    padding: 40px 30px;
}

.calculate-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.calculate-btn {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 16px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.20);
    margin-left: 0;
    width: 100%;
    padding: 12px 36px;
}

.calculate-btn:hover {
    color: #FFF;
    background: rgba(255, 255, 255, 0.20);
}

.calculate-btn:focus {
    color: #FFF;
    background: rgba(255, 255, 255, 0.20);
}

.close-btn-1 {
    position: absolute;
    right: 20px;
    top: 20px;
    background: transparent;
    border: none;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.stock-img {
    width: 18px !important;
    height: 15px !important;
}

.close-btn-2 {
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: rgba(255, 255, 255, 0.05);
    border: none;
    border-radius: 20px;
    padding: 7px 20px;
    cursor: pointer;
}

.disclaimer-dropdown {
    position: relative;
    display: inline-block;
}

.disclaimer-btn {
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
    width: 100%;
    color: white;
    padding: 10px 15px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
}

.disclaimer-content {
    display: none;
    width: 100%;
    padding: 12px 0;
    border-radius: 4px;
    background: transparent;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.checkbox-label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    user-select: none;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 15px;
    line-height: normal;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: black;
}

.dealer-form-box {
    display: flex;
    margin-bottom: 22px;
}

.disclaimer-modal .modal-body {
    padding: 30px 30px;
    color: rgba(0, 0, 0, 0.60);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.disclaimer-modal h5 {
    color: #222222;
    text-align: center;
    font-family: "Inter", sans-serif !important;
    font-size: 22px !important;
    font-style: normal;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.toggle-content {
    margin: 0 0 !important;
}

.pending_sale_banner {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 22px;
    background: #1D3766;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    border-radius: 3px;
    letter-spacing: 1px;
}

.boatTag,
.grid-pending_sale_banner {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 22px;
    background: #1D3766;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    border-radius: 3px;
    letter-spacing: 1px;
}

#boats-list {
    opacity: 0;
    transition: opacity 0.5s ease !important;
}

.top_new_filter {
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #EEE;
    display: none;
}

.desktop-accordion-header {
    margin: 0;
    padding: 12px;
    background: #e9e9e9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

/* new boat detail page design ends here */

/* mobile filter start here */

.top_new_filter .inner_wrap_bt a {
    padding: 7px 10px;
    display: inline-block;
    min-width: 190px;
    width: 100%;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    ;
    border: 1px solid #1D37661A;
    border-radius: 30px;
    background-color: #1D37661A;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.inner_wrap_filter {
    display: flex;
    align-items: center;
}

.inner_wrap_filter .right_bt {
    padding: 8px 10px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    overflow-x: auto;
}

.inner_wrap_filter .right_bt::-webkit-scrollbar {
    display: none;
}

.top_new_filter .inner_wrap_bt a img {
    width: 40px;
    height: 14px;
    object-fit: contain;
}

.sortby-btn a {
    border-radius: 20px !important;
    border: 1px solid #C4C4C4 !important;
    background: white !important;
}

.selected-count {
    width: 20px;
    height: 20px;
    background: #1D3766;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 0px;
    border: 1px solid #1D3766;
    border-radius: 50px;
    margin-left: 10px;
}

.mobile-filter-box.show-filter {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: white;
    overflow-y: auto;
    height: calc(100vh - 304px);
}

.mobile-filter-box {
    display: none;
}

.filter-accordion-header {
    border: 0px;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    z-index: 1000;
    color: #000;
    font-family: "Montserrat", sans-serif;
    ;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.filter-accordion-header i.fa {
    font-size: 25px;
    color: rgba(196, 196, 196, 1);
}

.filter-accordion-content {
    background-color: transparent;
    padding: 10px 50px;
    /* display: none; */
    overflow: hidden;
}

.filter-accordion-header {
    border: 0px;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    z-index: 1000;
    color: #000;
    font-family: "Montserrat", sans-serif;
    ;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: white;
    padding: 20px 25px;
    width: 100%;
    text-align: left;
    outline: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.boat-img-box .boat-listing-carousel .item {
    width: 100% !important;
    height: 100% !important;
    position: unset;
    padding-top: unset;
}

.boat-img-box .boat-listing-carousel .item img {
    position: unset;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
/* boats pages css ends here */

.grecaptcha-badge {
    display: none;
}

.recaptcha-disclaimer {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    padding: 5px 0;
     font-family: 'Myriad Pro Regular';
}


@media screen and (max-width: 1700px) {
    .details-right-container {
        padding: 0 110px;
    }

    .details-left-container {
        padding-left: 110px;
    }
}

@media screen and (max-width: 1600px) {
    .dealer-form-col-1 {
        width: 100%;
    }

    .dealer-form-col-2 {
        width: 100%;
    }

    .hms_title {
        font-size: 40px;
        line-height: 50px;
    }

    .details-right-container {
        padding: 0 90px;
    }

    .details-left-container {
        padding-left: 90px;
    }
}

@media (max-width: 1500px) {
    .doss-featured-col .content-box {
        padding: 0 50px;
        max-width: 100%;
    }

    .doss-featured-box {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }

    .specs-row-box {
        gap: 60px;
    }
}


@media screen and (max-width: 1440px) {
    .desktopNavList {
        gap: 40px;
    }

    .floeBarWrap {
        gap: 60px;
    }

    .brandsLogoContainer {
        justify-content: start;
    }

    .commonSectionInnerWrap {
        gap: 40px;
    }

     .specs-row-box {
        gap: 60px;
    }

    .details-right-container {
        padding: 0 60px;
    }

    .details-left-container {
        padding-left: 60px;
    }
}

@media (max-width: 1300px) {
    .listing-content-col {
        padding-left: 30px;
        width: 77%;
    }

    .fitler-col {
        width: 23%;
    }
}

@media screen and (max-width: 1200px) {
    .desktopNavList {
        gap: 30px;
    }

    .desktopNavLogoWrap {
        max-width: 250px;
    }

    .desktopNavLink {
        padding-bottom: 23px;
    }

    .inventoryMegaMenu {
        top: 70px;
    }

    .docksMegaMenu {
        top: 70px;
    }

    .liftsMegaMenu {
        top: 70px;
    }

    .newArrivalSection {
        margin: 64px 0;
    }

    .salesFirstSection {
        margin-top: 60px;
    }

    .custom-accordion-item {
        padding-left: 0;
        padding-right: 0;
    }

    .listing-header {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-bottom: 15px;
    }

    .grid-boat-card {
        width: calc(100% / 2) !important;
    }

    .boat-card {
        flex-wrap: wrap;
    }

    .boat-content-box {
        width: 100%;
        padding: 18px 0px 10px 0;
    }

    .boat-img-box {
        width: 100%;
    }

    .listing-container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .specs-row-box {
        gap: 20px;
    }

    .details-right-container {
        padding: 0 25px;
    }

    .details-left-container {
        padding-left: 25px;
    }


}

@media screen and (max-width: 991px) {
    .desktopHeader {
        display: none;
    }

    .mobileHeader {
        display: block;
    }

    .homeHeaderContentWrap {
        bottom: 10%;
        padding: 0 15px;
    }

    .homeHeaderHeading {
        font-size: 48px;
        line-height: 50px;
        letter-spacing: 2.2px;
    }

    .homeHeaderSeachBarWrapper {
        margin: 44px auto 0 auto;
    }

    .inventoryLinkSection {
        margin: 40px 0;
    }

    .secondaryHeading {
        font-size: 30px;
        letter-spacing: 1.2px;
    }

    .inventoryLinkCard {
        margin: 0 15px;
    }

    .inventoryHeadingWrap {
        margin-top: 8px;
    }

    .floeBarWrap {
        gap: 40px;
        flex-wrap: wrap;
        text-align: center;
    }

    .primaryWhiteHeading {
        font-size: 60px;
    }

    .brandsLogoSection {
        padding: 64px 15px;
    }

    .brandsLogoContainer {
        gap: 20px;
    }

    .serviceDeptSection {
        padding: 64px 0;
    }

    .serviceImageWrap {
        margin: 0 auto;
    }

    .welcomeSection {
        margin: 64px 0;
        padding: 0 15px;
    }

    .customBorderLeft {
        border-left: 0;
    }

    .footerSeparator {
        background-color: #fff;
        height: 2px;
    }

    .careerPageSection {
        margin: 100px 0 40px 0;
    }

    .contactTextInnerWrap {
        text-align: center;
    }

    .formInnerWrapper {
        text-align: center;
    }

    .locationTextInnerWrap {
        text-align: center;
    }

    .footerContainer {
        margin-top: 90px;
    }

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

    .aboutSection {
        margin: 40px 0;
    }

    .aboutSectionTextInnerWrap {
        text-align: center;
    }

    .aboutSectionImageWrap {
        margin: 0 auto;
    }

    .aboutLocationSection {
        margin: 40px 0;
    }

    .pageHeroSection {
        margin: 60px 0;
    }

    .pageHeroInnerWrap {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .pageHeroLinkSection {
        justify-content: center;
        align-items: center;
    }

    .pageHeroInnerWrap {
        text-align: center;
    }

    .pageLinkWrapper {
        margin-top: 30px;
    }

    .pageHeroLinkSection {
        max-width: unset;
    }

    .formAndCalenderSection {
        margin-top: 40px;
    }

    .bargeForm {
        margin: 0 auto;
    }

    .bargeHeadingWrap {
        text-align: center;
    }

    .pageHeroLogoContainer {
        gap: 30px;
        justify-content: center;
    }

    .brandsLinkBar {
        min-width: unset;
        width: 90%;
        gap: 40px;
        flex-wrap: wrap;
    }

    .brandLinksAfterLine::after {
        right: -20px;
    }

    .testimonialsCard {
        padding: 30px 15px;
        margin: 0 15px;
        margin-bottom: 30px;
    }

    .testimonialsHeader {
        margin: 100px auto 40px auto;
    }

    .careerTextInnerWrap {
        text-align: center;
        margin: 0 auto;
    }

    .salesFirstSection {
        margin-top: 100px;
    }

    .aboutServiceSection {
        padding: 40px 0;
    }

    .availableInventorySection {
        padding: 40px 0;
    }

    .salesBrandSection {
        margin: 40px 0;
    }

    .commonSectionInnerWrap {
        flex-direction: column;
    }

    .thank-you-content-box {
        width: 100%;
    }

    .commonSectionImageWrapper {
        width: 100%;
    }

    .commonSection {
        margin: 100px 0 40px 0;
    }

    .desktopNavBarInnerWrap {
        display: none;
    }

    .range-slider-box input {
        width: 100%;
        text-align: center;
        border: none !important;
        margin-bottom: 10px;
    }

    .filter-accordion-content input {
        margin-right: 15px;
        font-family: 'Inter' !important;
        color: black !important;
    }

    .sqr-checkBox .filter-checkbox {
        top: 12px;
        display: none;
    }

    .mobile-sort-by label {
        width: 70px;
        float: left;
        color: rgba(0, 0, 0, 0.40);
        font-family: "Montserrat", sans-serif;
        ;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        text-transform: capitalize;
    }

    .mobile-sort-by select {
        width: calc(100% - 70px);
        height: calc(2.3rem + 2px) !important;
        border-top: none;
        border-right: none;
        border-left: 1px solid #D9D9D9;
        border-bottom: none;
    }

    .filter-accordion-content {
        background-color: transparent;
    }

    .listing-header {
        align-items: flex-start;
        padding-left: 7px;
    }

    .boatsHeading {
        font-size: 22px;
        margin-bottom: 0;
        line-height: 26px;
    }

    .listing-header-right-box {
        display: none;
    }

    .listing-content-col {
        padding-left: 0;
        width: 100%;
    }

    .listing-container {
        padding-left: 0;
        padding-right: 0;
    }

    .list-view {
        display: none !important;
    }

    .grid-boat-card {
        display: block !important;
    }

    .similar-slider {
        display: block !important;
    }

    .mob-sticky-bar {
        display: flex;
        width: 100%;
    }

    .sqr-checkBox {
        padding: 12px 0;
        float: left;
        width: 100%;
        position: relative;
    }

    .sqr-checkBox span .fa-square:nth-child(1) {
        display: none;
    }

    /*  new boat details page design start here */
    .desktop_dis {
        display: none;
    }

    .af-disp-mob {
        display: block;
        padding: 15px 20px 0;
    }

    .fitler-col {
        width: 100%;
    }

    .filterBox {
        display: none;
    }

    .listing-content-col {
        width: 100%;
    }

    .listing-container {
        display: flex;
        max-width: calc(100% - 7%);
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .breadcrumb-container {
        padding-top: 5px;
    }

    .filterInner,
    .boatsListingWrapper {
        padding: 0 0 0 0;
    }

    .breadcrumb {
        margin-bottom: 0;
        padding-left: 7px;
    }

    .slider-nav {
        margin: 0 -10px;
        padding: 0 10px;
    }

    .right-sidebar {
        padding-top: 120px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .slider-img {
        position: relative;
        padding-top: 65%;
    }

    .slider-img>img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .slider-nav-img {
        width: 100%;
        height: 160px;
        padding: 0 5px;
    }

    .slider-nav-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .slick-slider-box .slick-arrow {
        display: none !important;
    }

    .boat-detail-carosuel,
    .mobHide {
        display: none !important;
    }

    .boats-container {
        padding-top: 0px;
    }


    .top_new_filter {
        border-top: 1px solid #D3D3D3;
        border-bottom: 1px solid #EEE;
        display: block;
        margin-top: -2px;
    }

    .left_sidebar {
        padding: 15px 25px;
    }

    .custom-card-header span.fa {
        display: none;
    }

    .custom-card-header i.fa {
        display: block;
    }

    .custom-card-header p.fa {
        display: none;
    }

    .right-sidebar {
        padding-top: 0;
    }

    .boat-seprator {
        padding-top: 20px;
    }

    .similar-box-col {
        flex-basis: calc(50% - 10px);
    }

    .details-main-row {
        display: flex;
        flex-direction: column;
        padding: 0 20px;
    }

    .details-right-container {
        width: 100%;
        margin: 40px auto 0 auto;
        padding: 0;
    }

    .details-left-container {
        width: 100%;
        padding-left: 0px;
    }

    .boatDetailPageSeparator {
        margin-top: 50px;
    }

    .similarInventorySection {
        margin-top: 60px;
        margin-bottom: 120px;
    }

    .left_tabs {
        padding-top: 20px;
    }


    .boat-detail-carosuel,
    .mobHide {
        display: none !important;
    }

    .details-main-row {
        display: flex;
        flex-direction: column;
        padding: 0 20px;
    }

    .details-left-container {
        width: 100%;
        padding-left: 0px;
    }

    .details-right-container {
        width: 100%;
        margin: 40px auto 0 auto;
        padding: 0;
    }

    /*  new boat details page design start here */

}

@media screen and (max-width: 767px) {
    .primaryWhiteHeading {
        font-size: 48px;
    }

    .mainHeading {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 3.2px;
    }

    .pageHeroSection {
        margin: 40px 0;
    }

    .welcomeSection {
        margin: 40px 0;
    }

    .otherPageLinkCard {
        padding: 0 2px;
    }

    .footerLinksHeading {
        text-align: center;
        display: none;
    }

    .footerLinkList {
        margin: 26px auto 20px auto;
        max-width: 90%;
        display: none;
    }

    .footerLinksMobileHeading {
        color: #FFF;
        font-family: Serpentine;
        font-size: 16px;
        font-style: italic;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }

    .footerLinkMobileHeader {
        padding: 24px 0;
        border-bottom: 1px solid #fff;
    }

    .secondaryHeading {
        font-size: 24px;
        letter-spacing: 2.4px;
    }

    .secondaryWhiteHeading {
        font-size: 24px;
        letter-spacing: 2.4px;
    }

    .brandFacilityCard {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    .brandFacilityImageWrap {
        width: 100%;
    }

    .brandFacilityTextWrap {
        width: 100%;
        text-align: center;
        max-width: 600px;
    }

    .smallHeading {
        font-size: 22px;
        letter-spacing: 1.4px;
    }

    .aboutLocationContentWrap {
        margin-top: 10px;
    }

    .brandsLinkBar {
        min-width: unset;
        width: 98%;
        gap: 24px;
        flex-wrap: wrap;
    }

    .brandLinksAfterLine::after {
        right: -10px;
    }

    .brandModelCard {
        padding: 0 15px;
    }

    .testimonialsCard {
        text-align: center;
    }

    .testimonialNameWrap::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .salesLogoWrap {
        margin: 0 auto;
    }

    .salesBrandContentWrap {
        text-align: center;
    }

    .salesBrandLogoWrapper {
        margin: 0 auto;
    }

    .salesBrandSection {
        margin: 60px 0;
    }

     .grid-boat-card {
        width: 100% !important;
    }

    .grid-boat-card {
        width: 100% !important;
    }

    .specs-cols {
        width: 100%;
    }

    .specs-item span:nth-child(1) img {
        width: 15px;
        height: 15px;
    }

    .similar-boats-box {
        display: none;
    }

    .specs-row-box {
        gap: 0;
        flex-direction: column;
        padding: 0 0 0 0;
    }

}

@media screen and (max-width: 576px) {
    .otherPageCardTitle {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1.6px;
    }

    .footerContainer {
        margin-top: 70px;
    }

    .homeHeaderSeachBarWrapper {
        margin: 44px auto 0 auto;
    }

    .right-sidebar {
        padding-left: 0;
        padding-right: 0;
    }

    .slider-nav-img {
        height: 100px;
    }

    .similar-heading {
        font-size: 22px;
        letter-spacing: 3px;
    }

    .mob-sticky-bar {
        padding: 17px 20px;
    }

    .modal-white-sec .popup_label {
        margin-bottom: 0;
    }

    .custom-modal-box {
        overflow-y: auto;
        max-width: 80%;
        width: 100%;
        border-radius: 10px;
    }

    .custom-modal-box .form-group {
        margin-bottom: 5px !important;
    }

    .modal-content-col {
        width: 100%;
        padding: 30px 25px;
    }

    .calculate-box {
        background: #1B75BC;
        padding: 20px 25px 80px 25px;
        position: unset;
    }

    .modal-content-col {
        width: 100%;
        padding: 30px 25px;
    }
}

@media (max-width: 450px) {
    .footerBottom {
        flex-direction: column;
        gap: 10px;
    }

    .footerBottomAfterLine::after {
        display: none;
    }

    .homeHeaderHeading {
        font-size: 36px;
        line-height: 38px;
        letter-spacing: 0.2px;
    }
}
