﻿@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --black-color: #101820;
    --aqua-color: #009899;
    --white-color: #fff;
    --gray-color: #d9d9d9;
    --lightest-gray-color: #fafafa;
}

/* Common css start here  */

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.my-40 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.my-30 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

p {
    margin-bottom: 0;
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 400;
}

ul {
    margin-bottom: 0;
}

.theme-filled-btn {
    color: var(--white-color);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    background: var(--aqua-color);
    border: 3px solid var(--aqua-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 37px;
    text-decoration: none;
    transition: all 0.5s;
    min-width: 160px;
    min-height: 40px;
    flex-shrink: 0;
    transform: skew(-10deg);
}

.theme-filled-btn:hover {
    background: var(--aqua-color);
    border: 3px solid var(--aqua-color);
    color: var(--white-color);
}

.theme-outline-btn {
    color: var(--white-color);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    background: transparent;
    border: 3px solid var(--aqua-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 37px;
    text-decoration: none;
    transition: all 0.5s;
    min-width: 160px;
    min-height: 40px;
    flex-shrink: 0;
    transform: skew(-10deg);
}

.theme-outline-btn:hover {
    background: var(--aqua-color);
    border: 3px solid var(--aqua-color);
    color: var(--white-color);
}

.theme-btn {
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    background: transparent;
    border: 3px solid var(--aqua-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 37px;
    text-decoration: none;
    transition: all 0.5s;
    min-width: 160px;
    min-height: 40px;
    flex-shrink: 0;
    transform: skew(-10deg);
}

.theme-btn:hover {
    background: var(--aqua-color);
    border: 3px solid var(--aqua-color);
    color: var(--white-color);
}

.rich-text {
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
}

.section-title {
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.fearured-title {
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.fearured-lg-title {
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.title-heading {
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.sm-title-heading {
    font-family: "Urbane-Light";
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
}

/* Common css end here  */

/* desktop header css strat here */

/* header-start here */

.header-container {
    padding-right: 120px;
    padding-left: 120px;
}

.header-box {
    display: flex;
}

.logo-box {
    width: 20%;
    padding: 20px 0;
}

.right-nav-box {
    width: 15%;
}

.centaral-nav-box {
    width: 65%;
}

.desktop-header .centaral-nav-link,
.desktop-header .left-nav-link {
    color: var(--white-color);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.desktop-header .centaral-nav-link {
    padding: 0 17px;
    color: var(--white-color);
}

.desktop-header li {
    list-style: none;
}

.grecaptcha-badge {
    display: none;
}

.desktop-header {
    background: var(--black-color);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.centaral-nav {
    height: 100%;
}

.centaral-nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    height: 100%;
}

.centaral-nav ul li {
    padding-top: 30px;
    padding-bottom: 30px;
}

.dropdown-link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}

.header-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    max-width: 320px;
}

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

.right-nav {
    height: 100%;
}

.right-nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
}

.header-brand-logos {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.header-search-box {
    padding: 0 17px;
}

.header-search {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-search span {
    color: var(--white-color);
    font-size: 20px;
    cursor: pointer;
}

.header-search input {
    border: none;
    outline: none;
    box-shadow: none;
    font-family: "Urbane-Light";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.header-search input:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.location-dropdown {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.header-location-box {
    cursor: pointer;
    text-align: right;
}

.header-location-box h6 {
    color: var(--white-color);
    margin-bottom: 0;
    text-align: right;
    font-family: "Bai Jamjuree";
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
}

.header-location-box p a {
    color: var(--aqua-color);
    font-family: "Bai Jamjuree";
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.header-resources-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.header-resources-box a {
    font-family: "Urbane-Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    color: var(--black-color);
}

.header-resources-box svg {
    cursor: pointer;
}

.sports-marine-dropdown {
    position: absolute;
    top: 84px;
    left: 0;
    width: 100%;
    max-width: 320px;
    background: var(--white-color);
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 40px;
    display: none;
}

.sports-marine-dropdown.show-mega-menu {
    display: block;
}

.sports-marine-dropdown ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.sports-marine-dropdown ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.sports-marine-dropdown ul li a {
    color: var(--black-color);
}

.sports-marine-dropdown ul li a:hover {
    color: var(--black-color);
}


/* mega menus start here */
.mega-menu-wrapper {
    position: relative;
    background: var(--white-color);
    box-shadow: 0 12px 20px -8px rgba(0, 0, 0, 0.3);
}

.close-mega-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 22px;
    right: 23px;
    color: var(--black-color);
    opacity: 0.5;
}

.close-mega-menu span {
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 5px;
}

.mega-menu-box {
    padding: 40px 15px 65px 15px;
    max-width: calc(100% - 25%);
    margin: 0 auto;
    display: none;
}

.mega-menu-col-1 h6 {
    color: var(--aqua-color);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.mega-menu-col-1 ul li>a {
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
    display: block;
}

.mega-menu-col-1 .top-list-box {
    margin-bottom: 56px;
}

.menu-card {
    position: relative;
    margin-bottom: 8px;
}

.mega-boats-box {
    display: flex;
    flex-wrap: wrap;
}

.mega-menu-container {
    display: flex;
}

.mega-menu-col-1 {
    width: 42%;
    display: flex;
}

.mega-menu-col-2 {
    width: 58%;
}

.mega-menuinner-col {
    width: 50%;
}

.mega-menu-col-2 h5 {
    color: var(--aqua-color);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 24px;
    padding-left: 7.5px;
}

.mega-boats-col {
    width: calc(100% / 3);
    padding: 0 4px;
}

.menu-card-img {
    position: relative;
    padding-top: 56%;
}

.menu-card-logo {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 120px;
    margin: 0 auto;
}

.menu-card-logo>.menu-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.menu-card-img>.menu-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.menu-card-img::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0%, rgba(17, 17, 17, 0.80) 100%);
}
.menu-card-title {
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
    text-align: center;
}

.menu-card-title h6 {
    color: var(--white-color);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.service-mega-menu {
    display: flex;
    width: calc(100% - 30%);
    margin: 0 auto;
}

.service-dropdown-card {
    width: calc(100% / 3);
    padding: 0 4px;
    display: block;
}

.service-mega-menu-img {
    position: relative;
    padding-top: 56%;
}

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

.service-mega-menu-title {
    margin-top: 8px;
}

.service-mega-menu-title h6 {
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-align: center;
}

/* dropdown start here */
.toggle-dropdown {
    position: relative;
}

.sm-dropdown {
    position: absolute;
    top: 100px;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    min-width: 300px;
    background: #000;
    height: auto !important;
    padding: 10px 55px 38px 40px;
    display: none !important;
    z-index: 100;
}

.sm-dropdown li a {
    color: #fff;
    font-family: Oswald-semibold;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.doss-dropdown.show-mega-menu {
    display: block !important;
}

/* form css start here */
.iti {
    width: 100%;
}

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

.form-sec {
    background: var(--lightest-gray-color);
    padding: 64px 0 120px 0;
    position: relative;
}

.scroll-down {
    position: absolute;
    top: -120px;
    left: 0;
    visibility: hidden;
}

.custom-form-control:placeholder-shown {
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.custom-form-control {
    display: block;
    width: 100%;
    padding: 16px;
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--black-color);
    opacity: 0.6;
    border: 1px solid var(--gray-color);
    background: var(--white-color);
}

.custom-form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--gray-color);
}

.custom-textarea {
    display: block;
    width: 100%;
    padding: 16px;
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--black-color);
    opacity: 0.6;
    border: 1px solid var(--gray-color);
    background: var(--white-color);
}

.form-subtitle {
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.form-title-heading {
    text-align: center;
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.form-description {
    text-align: center;
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.form-box {
    max-width: 686px;
    margin: 0 auto;
    padding: 0 15px;
}

.form-box .form-col {
    width: calc(50% - 8px);
}

.form-box .form-row {
    gap: 16px;
}

/* mobile header start here */

.mobile-header {
    display: none;
    position: sticky;
    top: 0;
    z-index: 999;
}

.mobile-header-list {
    display: none;
    position: fixed;
    top: 89px;
    right: 0;
    z-index: 999;
    width: 100%;
    max-width: 992px;
    height: calc(100vh - 90px);
    background: var(--white-color);
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
}

/* when menu is active */
.mobile-header-list.mobile-menu-show {
    display: block;
    transform: translateX(0);
}

.close-icon {
    display: none;
}

.mobile-header-list ul {
    padding: 0;
}

.mds-nav-tab {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 30px 0 35px 35px;
    padding: 0 30px;
    column-gap: 10px;
}

.nav-btn {
    color: #222;
    text-align: center;
    font-family: 'acumin-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    display: inline-block;
    padding: 14px 25px 14px 23px !important;
    border: 2px solid rgba(34, 34, 34, 0.10);
    background: rgba(34, 34, 34, 0.10);
    width: 110px;
    height: 45px;
    list-style: none;
}

.sub-header-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sub-header-box span {
    margin-right: 30px;
    margin-top: 30px;
}

.nav-btn.active {
    background: #222;
    color: #FFF;
    border: 2px solid #222;
}

.mobile-nav-box {
    display: none;
    position: fixed;
    top: 90px;
    right: 0;
    z-index: 999;
    width: 100%;
    max-width: 992px;
    height: calc(100vh - 90px);
    background: var(--white-color);
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
}

.mobile-nav-box ul li {
    padding: 6px 0;
}

.mobile-nav-box .dropdown-header p {
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #009899;
}

.mobile-nav-box .dropdown-header h6 {
    font-family: "Bai Jamjuree";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    padding: 20px 0px 0px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000 !important;
}

.mobile-nav-box .dropdown-menu-link {
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.mobile-nav-box.show-mobile-menu {
    display: block;
    transform: translateX(0);

}

.mobile-nav-box ul {
    padding-left: 56px;
}

.mobile-nav-box ul li {
    list-style: none;
}

.dropdown-header {
    padding-left: 56px;
    padding-right: 56px;
}

.mobile-header-parent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 25px;
    width: 100%;
    height: 90px;
    background: var(--white-color);
    z-index: 500;
}

.mobile-header-img {
    max-height: 90px;
    height: 100%;
    max-width: 243px;
}

.sub-header {
    background: #FFF;
    height: 60px;
}

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

.sub-header ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
}

.sub-header ul li {
    list-style: none;
}

.sub-header ul li a {
    padding: 22px 33px;
    display: inline-block;
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.sub-header ul li a span.fa {
    padding-right: 10px;
}

.header-bg {
    border-bottom: 1px solid #EEE;
    background: #FFF;
}

.custom-toggle-icon span.fa {
    font-size: 30px;
    color: var(--black-color);
}

.custom-nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    color: black;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: "Oswald-SemiBold";
    text-transform: uppercase;
}

.custom-nav-link:hover {
    text-decoration: none;
    color: black;
}

.mobile-header-list ul li {
    list-style: none;
    padding: 0 30px;
}

.drodown-box {
    overflow: hidden;
}

.submenu-nav-link {
    display: block;
    padding: 15px 0;
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.submenu-nav-link:hover {
    color: var(--black-color);
}

.dropdown-menu-link {
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.dropdown-menu-link:hover {
    color: var(--black-color);
}

.content-menu.mobile-menu-show {
    display: block;
}

.content-menu {
    display: none;
}

.nav-search {
    border: none !important;
}

.nav-search:focus {
    box-shadow: none;
    outline: none;
}

.mobile-header-number {
    text-decoration: none;
    color: #fff;
}

.mobile-header-number:hover {
    text-decoration: none;
    color: #fff;
}

/* mobile header end here */

/* footer css start here */

.newsletter {
    background-color: var(--white-color);
    text-align: center;
    color: #000;
    padding: 40px 20px;
    border-bottom: 1px solid var(--gray-color);
}

footer {
    background-color: var(--white-color);
    border: 1px solid var(--gray-color);
}

.newsletter h2 {
    color: var(--black-color);
    text-align: center;
    font-family: "Bai Jamjuree";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.newsletter p {
    color: var(--black-color);
    text-align: center;
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 46px;
}

.newsletter-form {
    margin: 20px auto;
    max-width: 350px;
    border: 1px solid #ccc;
    display: flex;
    height: 41px;
}

.newsletter-form input {
    padding: 10px;
    width: calc(100% - 30px);
    height: 100%;
    outline: none;
    background-color: transparent;
    border: none;
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.newsletter-form button {
    padding: 10px 15px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    line-height: normal;
}

.social-icons a {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 5px;
    color: var(--white-color);
    font-size: 16px;
    border: 1px solid var(--aqua-color);
    padding: 7px 9px;
    line-height: normal;
    background: var(--aqua-color);
}

.footer-box {
    width: calc(100% - 15%);
    margin: 0 auto;
}

.footer-grid {
    display: flex;
    gap: 40px;
    padding: 60px 40px;
}

.footer-col-1 {
    width: 75%;
    display: flex;
    position: relative;
    gap: 40px;
}

.footer-col-2 {
    width: 25%;
}

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

.footer-column {
    width: calc(100% / 4);
}

.footer-column h4,
.footer-column h3 {
    color: var(--aqua-color);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.footer-column ul {
    list-style: none;
    padding-top: 5px;
    margin-bottom: 0;
    padding-left: 0;
}

.footer-column ul li {
    cursor: pointer;
    padding: 16px 0;
}

.footer-column ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.arrow-link {
    border-bottom: 1px solid var(--gray-color);
}

.footer-col-1::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 1px;
    height: 300px;
    background: var(--gray-color);
}

.footer-logo {
    max-width: 315px;
    width: 100%;
    margin: 0 auto 33px auto;
}

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

.address {
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}

.phone a {
    margin-top: 10px;
    color: var(--aqua-color);
    font-family: "Bai Jamjuree";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
}

.footer-container {
    width: calc(100% - 15%);
    margin: 0 auto;
}

.footer-bottom ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
}

.bottom-links {
    position: relative;
    padding: 0 15px;
    color: #d3d3d3b8;
    text-align: center;
    font-family: Gantari;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bottom-links+.bottom-links::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 1px;
    height: 15px;
    background: var(--black-color);
    opacity: 0.5;
    transform: translateY(-46%);
}

.footer-bottom ul li {
    list-style: none;
    color: var(--black-color);
    opacity: 0.5;
    text-align: center;
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 15px;
}

.footer-bottom ul li a {
    color: var(--black-color);
    text-align: center;
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

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

.footer-bottom {
    padding-bottom: 15px;
}

.locations {
    text-align: center;
}

.footer-company-links li {
    padding: 10px 0 !important;
}

.last-accordion {
    border-bottom: 1px solid var(--gray-color);
}

/* hom page css start here */
.hero-slider .owl-dots {
    position: absolute;
    bottom: 29px;
    left: 50%;
    transform: translateX(-50%);
    display: block !important;
}

.hero-slider .owl-dots .owl-dot.active span {
    width: 40px;
    height: 3px;
    background: var(--white-color);
}

.hero-slider .owl-nav {
    display: block !important;
}

.hero-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.hero-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.home-banner {
    position: relative;
    padding-top: 42%;
}

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

.home-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}

.home-banner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}

.home-banner-btn {
    position: absolute;
    bottom: 123px;
    transform: translateX(-50%);
    left: 50%;
}

.home-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    padding: 0 65px;
    transform: translate(-50%, -50%);
}

.banner-title {
    color: var(--white-color);
    font-family: "Bai Jamjuree";
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 24px;
}

.home-banner-title {
    color: var(--white-color);
    font-family: "Bai Jamjuree";
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 24px;
}

.home-banner-subtitle {
    color: var(--white-color);
    font-family: "Bai Jamjuree";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.banner-subtitle {
    color: var(--white-color);
    font-family: "Bai Jamjuree";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.brand-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.brand-items {
    list-style: none;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    height: 100px;
    background-color: black;
}

.brand-items a img {
    padding: 17px 20px;
    max-width: 200px;
    width: 100%;
}

.brand-sec {
    padding: 80px 0;
}

.arrival-slider .home-inventory-cards .inventory-card-img {
    position: relative;
    padding-top: 70%;
}

.arrival-slider .home-inventory-cards .inventory-card-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.boat-condition-list {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 10px;
}

.specs-list-item {
    list-style: none;
    position: relative;
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-right: 20px;
    white-space: nowrap;
}

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

.error_field {
    border-color: red;
}

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

.arrival-slider-sec-header {
    margin-bottom: 40px;
}

.boat-title a {
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.inventory-card-price {
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.arrival-slider .owl-nav {
    display: block !important;
}

.arrival-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.arrival-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.madis-container {
    width: calc(100% - 19%);
    margin: 0 auto;
    display: flex;
}

.madis-col {
    width: 50%;
}

.madis-col-img-box {
    position: relative;
    padding-top: 80%;
}

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

.madis-col-content {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}

.madis-col-content h3 {
    color: var(--white-color);
    font-family: "Bai Jamjuree";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.featured-inventory-sec {
    padding-top: 80px;
}

.financing-sec {
    display: flex;
    max-width: 1400px;
    margin: 80px auto 80px auto;
    width: 100%;
}

.financing-col {
    width: calc(100% / 3);
    position: relative;
    padding: 55px 47px;
}

.sm-financing-sec {
    display: flex;
    gap: 20px;
}

.financing-col-1 {
    width: 50px;
    height: 50px;
    background: var(--black-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.financing-col-1 img {
    object-fit: contain;
}

.financing-col-2 {
    width: calc(100% - 50px);
}

.financing-col-2 h6 {
    color: var(--black-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.financing-col-2 p {
    margin-bottom: 0;
}

.financing-col-2 a {
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.financing-col+.financing-col::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 1px;
    height: 150px;
    background: #eee;
}

.home_services {
    padding-bottom: 4px;
}

.lg-card-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lg-card-col {
    width: calc(100% / 4 - 4px);
}

.hm_serviceBox,
.servc_img {
    height: 100%;
}

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

.hm_serviceBox,
.servc_img {
    height: 100%;
    position: relative;
}

.hms_title {
    position: absolute;
    transform: translateX(-50%);
    bottom: 50px;
    left: 50%;
    text-align: center;
    width: 100%;
    padding: 10px 20px;
    color: var(--white-color);
    font-family: "Bai Jamjuree";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    z-index: 1;
}

.servc_img::after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 350px;
    background: linear-gradient(180deg,
            rgba(34, 34, 34, 0) 0%,
            rgba(34, 34, 34, 0.8) 100%);
    z-index: 0;
}

.doss-featured {
    margin: 120px 0;
}

.doss-container {
    width: calc(100% - 15%);
    margin: 0 auto;
}

.doss-featured-box {
    display: flex;
    margin-top: 120px;
    margin-bottom: 120px;
}

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

.doss-featured-col {
    width: 50%;
}

.doss-featured-img {
    width: 100%;
    height: 100%;
}

.doss-featured-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doss-featured-col .content-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.fearured-rich-text {
    margin: 40px 0;
}

.fearured-rich-text h6 {
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 13px;
}

/* ---------------------------about section ------------------------- */
.about-banner {
    position: relative;
    padding-top: 31%;
    min-height: 300px;
}

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

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
    width: 100%;
}

.about-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black-color);
    opacity: 0.6;
    z-index: 1;
}

.testimonial {
    background-color: var(--black-color);
    color: #fff;
    padding: 40px 0;
}

.testimonial .fearured-title {
    padding: 25px 0;
    color: #fff;
}

.testimonial .fearured-title span {
    color: #009899;
}

.testimonial .testimonial-box {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.testimonial .testimonial-box .testimonial-content {
    text-align: center;
}

/* ---------------------------about section ------------------------- */

/* ---------------------------type tempate section ------------------------- */
.type-temp h1 {
    font-family: "Bai Jamjuree";
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    width: 100%;
}

.type-temp h2 {
    font-family: "Bai Jamjuree";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.type-temp .fearured-rich-text {
    margin: 20px 0;
}

.why-choose-us {
    background: #fafafa;
    padding: 64px 0;
}

.why-choose-us .fearured-title span {
    color: #009899;
}

.why-choose-us .container {
    display: flex;
}

.why-choose-us ul li {
    padding: 40px;
}

.why-choose-us ul li h4 {
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.why-choose-us ul li {
    position: relative;
    padding-left: 60px;
    margin-bottom: -30px;
    list-style: none;
}

.why-choose-us ul li::before {
    content: "";
    position: absolute;
    top: 21%;
    left: 5%;
    width: 25px;
    height: 25px;
    background-image: url("https://cdn.mdsbrand.com/mean-sports-marine/public/assets/images/about/tick.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.Console-boat-listing {
    padding: 64px;
}

.Console-boat-listing .fearured-title span {
    color: #009899;
}

.Console-boat-listing .inventory-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 40px 20px;
}

.Console-boat-listing .inventory-grid .inventory-cards .inventory-card-img img {
    width: 100%;
}

/* ---------------------------type tempate section ------------------------- */
/* ---------------------------consignment section ------------------------- */

.featured-sec .content-box h2 {
    font-family: "Bai Jamjuree";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.featured-sec .content-box h3 {
    font-family: "Bai Jamjuree";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.featured-sec .content-box {
    padding: 64px 0;
    width: 47%;
    margin: 0 auto;
}

.blrubsec h3 {
    font-family: "Bai Jamjuree";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blrubsec .blurb-btn {
    margin: 40px 0;
    text-align: center;
}

.Why-Consign .testimonial-box .testimonial-content {
    text-align: left;
}

.Why-Consign .testimonial-content h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    position: relative;
}

.Why-Consign .testimonial-content h4::before {
    content: "";
    position: absolute;
    top: 0;
    left: -35px;
    width: 25px;
    height: 25px;
    background-image: url("https://cdn.mdsbrand.com/mean-sports-marine/public/assets/images/about/tick.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.Why-Consign .Why-Consign-list {
    margin: 30px 0;
}

/* ---------------------------consignment section ------------------------- */

/* service page css start here */

.fixed-height-img {
    height: 100%;
    max-height: 480px;
    overflow: hidden;
}

.dark-sec {
    display: flex;
    flex-wrap: wrap;
}

.dark-col {
    width: calc(100% / 2);
}

.dark-sec-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.dark-sec-img .dark-sec-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dark-img-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

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

.dark-sec-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
}

.trust-sporst-box {
    display: flex;
    gap: 40px;
}

.trust-sports-col ul {
    padding-left: 0;
}

.trust-sports-col ul li {
    list-style-type: none;
}

.dark-sec-content h3 {
    color: var(--white-color);
    font-family: "Bai Jamjuree";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 64px;
}

.dark-sec-content h3 strong {
    color: var(--aqua-color);
}

.content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--black-color);
}

.trust-sports-col li img {
    padding-right: 16px;
}

.trust-sports-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.trust-sports-list img {
    width: 24px;
    margin-top: 5px;
    height: 24px;
    object-fit: contain;
    margin-right: 16px;
}

.trust-sports-list p {
    color: var(--white-color);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.trust-sports-list {
    margin-bottom: 40px;
}

.service-accordion {
    display: flex;
    gap: 60px;
    max-width: calc(100% - 20%);
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.service-accordion-tabs {
    flex-basis: 35%;
    padding: 40px 45px 40px 45px;
    border: 2px solid var(--black-color);
}

.service-accordion-content {
    flex-basis: 65%;
    position: sticky;
    top: 100px;
    align-self: flex-start;
}

.desktop-content {
    display: block;
}

.accordion-tab-heading {
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 42px;
}

.accordion-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: 1px solid var(--black-color);
    background: var(--white-color);
    padding: 15px 30px;
    margin-bottom: 10px;
    cursor: pointer;
}

.accordion-tab.active {
    border: 1px solid var(--aqua-color);
}

.accordion-tab.active svg {
    stroke: var(--aqua-color);
}

.accordion-tab h6 {
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}

.accordion-tab span.fa {
    font-size: 20px;
    font-weight: 600;
    color: var(--black-color);
}

.service-accordion-heading {
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.accordion-sub-heading {
    color: #000;
    font-family: "Open Sans", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 15px;
}

.service-accordion-list {
    padding-left: 23px;
}

.service-accordion-list li {
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

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

.accordion-img {
    width: 100%;
    height: auto;
}

.accordion-content-box {
    display: none;
    padding-bottom: 40px;
}

.accordion-content-show {
    display: block;
}

/* -----------------------contact page -------------------------------- */

.cntactbanner-img {
    position: relative;
}

.contact-form-box {
    max-width: 680px;
    background: #fafafa;
    border: 1px solid #d9d9d9;
    position: absolute;
    right: 11%;
    top: 20%;
    padding: 24px;
}

.contact-form-box .form-box .form-row {
    gap: 0;
}

.contact-form-box button {
    border-radius: 0;
}

.contact-image img {
    object-fit: cover;
    height: 100%;
}

.contact-form .form-control {
    border: 1px solid #d9d9d9;
    border-radius: 0;
    font-family: "Bai Jamjuree";
    font-size: 15px;
    padding: 24px;
}

.contact-form .form-control::placeholder {
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.6;
}

.contact-info {
    max-width: 80%;
    margin: 0 auto;
}

.contact-info .info-box p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.info-box a {
    color: var(--black-color);
}

.info-box a:hover {
    color: var(--black-color);
}

.cntctdetails {
    text-align: center;
    padding: 60px 0;
}

.cntctdetails h1 {
    font-family: "Bai Jamjuree";
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.cntctdetails p {
    font-family: "Bai Jamjuree";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* -----------------------contact page -------------------------------- */


/* repower page css start here */

.repower-container {
    width: calc(100% - 25%);
    margin: 0 auto;
}

.repower-box {
    padding: 64px 0 0 0 !important;
}

.repower-items-row {
    display: flex;
    flex-wrap: wrap;
}

.repower-featured-box {
    margin-top: 80px;
    margin-bottom: 80px;
}

.repower-item {
    width: calc(100% / 4);
    padding: 20px;
}

.motorsImageWrap {
    overflow: hidden;
    position: relative;
    padding-top: 120%;
}

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

.primaryBlackHeading {
    color: var(--black-color);
    text-align: center;
    font-family: "Bai Jamjuree";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding-top: 50px;
}

.headingWrap {
    padding-left: 20px;
    padding-right: 20px;
}

.outboardMotorsSection {
    padding-bottom: 80px;
}

.motorTextWrap {
    margin-top: 16px;
}

.motorsCardTitle {
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.motorsCardPrice {
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-form-box .form-box .form-row {
    gap: 0;
}

/* area we serve page css start here */

.central-subtitle {
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 24px 0;
}

.central-subtitle span {
    color: var(--aqua-color);
}

.btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.events-title a {
    display: block;
    color: var(--black-color);
    text-align: center;
    font-family: "Bai Jamjuree";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.events-title a:hover {
    color: var(--black-color);
}

.event-excerpt {
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 16px;
    margin-bottom: 40px;
}

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

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

.events-body {
    padding: 16px;
}

.events-central-text {
    padding-bottom: 64px;
}

.events-sec {
    padding-bottom: 120px;
}

/* ----------------------------seasonal services ----------------------------- */
.Winterization-Services.dark-section .doss-featured-col {
    background-color: black;
    color: #fff;
}

.Winterization-Services.dark-section .doss-featured-col .content-box h3 {
    color: #009899 !important;
}

.Winterization-Services .doss-featured-col .content-box h4 {
    font-family: "Bai Jamjuree";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    padding: 15px 0;
    margin: 0;
    color: #fff;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.Winterization-Services-list {
    padding: 20px 0;
}

.Winterization-Services-list strong {
    padding: 10px;
}

.checkservices {
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 60px 0;
}

.checkservices .fearured-title {
    color: #000;
    text-align: center;
}

.checkservices .checkservices-list .checkservices-content {
    padding: 40px 0;
}

.Winterization-Services .doss-featured-col {
    background: #009899;
    color: #fff;
}

.Winterization-Services .doss-featured-col .content-box .fearured-title {
    color: #fff !important;
}

.Winterization-Services .doss-featured-col .content-box .theme-btn {
    color: #fff !important;
    border: 3px solid #fff;
}

/* ----------------------------seasonal services ----------------------------- */


/* thank you page */

.commonSection {
    margin-bottom: 80px;
    padding-top: 50px;
}

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

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

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

.commonSectionHeading {
    color: var(--black-color);
    font-family: "Bai Jamjuree";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    text-align: center;
}

.commonPara {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

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

.commonSectionImageWrapper {
    width: 50%;
}

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

/* proshop page css start here */

.proshop_section {
    background-image: url('https://cdn.mdsbrand.com/madis/assets/images/Images/experience-banner-desktop.webp');
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.proshop_section .text_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
}

.proshop_section .text_wrap h1 {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 55px;
    color: #fff;
}

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

.pro_sec_img {
    margin: 10px 5px;
}

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

.pro-section .proshop p,
.emp_list_banner_main .emp_list_desc {
    text-align: center;
    margin: 25px 0;
    padding: 15px;
    font-size: 17px;
    line-height: 26px;
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 300;
}

.shop_item .img_wrapper {
    position: relative;
}

.pro_img_frame {
    position: relative;
    padding-top: 80%;
    margin-bottom: 20px;
}

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

.img_wrapper .pro_img_frame::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
}

.boat_box .text_wrap {
    position: absolute !important;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.boat_box .text_wrap h2 {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

/* career page css start here */

.careerHeaderSection {
    margin: 60px 0;
}

.careerMainHeading {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    font-family: "Poppins", serif;
}

.jobSectionWrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

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

.jobFilterFieldsWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
}

.filterField {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
}

.searchFieldWrapper {
    width: 24%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.inputField {
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    font-family: "Poppins", serif;
}

.clearSearch {
    display: none;
}

.search-btn-career {
    background-color: #bd0505;
    color: white;
    border: none;
    padding: 10px 20px;
}

.container-fluid.jobsec {
    margin: 20px 0px;
}

.jobcol {
    margin-top: 20px;
}

.jobCard {
    border: 1px solid #ccc;
    padding: 20px;
}

.jobTitle {
    font-family: "Poppins", serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}

.jobType {
    font-family: "Poppins", serif;
    font-size: 16x;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}

.jobCategory {
    font-family: "Poppins", serif;
    font-size: 16x;
    line-height: 20px;
    font-weight: normal;
    color: #000;
    text-transform: capitalize;
}

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

.locationText {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    font-family: "Poppins", serif;
    color: #858181;
}

.moreDetailWrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}

.moreDetail {
    font-size: 14px;
    line-height: 20px;
    font-family: "Poppins", serif;
    color: #032686;
}

i.glyphicon.glyphicon-arrow-right {
    color: black;
}

.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;
}

.formTitle {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    font-family: "Poppins", serif;
}

.locationText {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    font-family: "Poppins", serif;
    color: #858181;
}

.jobLocation,
.jobtype,
.jobcat {
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: "Poppins", serif !important;
}

.jobLocation i.fa,
.jobtype i.fa,
.jobcat i.fa {
    padding-right: 10px;
}

.formWrapper {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 15px;
}

.formWrapper input:not([type='checkbox'], [type='radio']),
.formWrapper select,
.formWrapper textarea {
    border-radius: 0px;
    padding: 10px;
    font-size: 20px;
    height: 45px;
    font-family: Motregular;
    border: 1px solid #c7c7c7;
    -webkit-box-shadow: 0 0 0 0 rgb(31 45 61 / 10%);
    box-shadow: 0 0 0 0 rgb(31 45 61 / 10%);
    transition: 0.4s ease all;
    width: 100%;
}


/* financing page  css start here */

.finance_form {
    padding: 50px 0px;
}

.finance_form .top_text {
    text-align: center;
    padding-bottom: 30px;
}

.finance_form .myiframe {
    height: 2600px;
}

#iframeResizer0 {
    border-right: 2px solid #9a9a9a;
    border-bottom: 2px solid #9a9a9a;
    height: 100%;
}

.financing-title {
    font-size: 32px !important;
}

/* brand page css starts here */
.brandHeaderSection {
    position: relative;
    padding-top: 25%;
}

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

.brandIntroSection {
    max-width: 1520px;
    margin: 100px auto 100px;
    padding: 0 15px;
}

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

.brandLogoContainer {
    max-width: 400px;
    background-color: #000;
}

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

.brandParawrapper {
    max-width: 900px;
}

.brandTagLing {
    color: #222;
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 25px;
}


.brandPromoSection {
    max-width: 1520px;
    padding: 0 15px;
    margin: 0 auto 150px auto;
    border: 1px solid #E6E6E6;
    background-color: #FAFAFA;
    padding: 13px 15px;
    text-align: center;
}

.brandPromotionText {
    color: #222;
    text-align: center;
    font-family: Aboreto;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.brandInventorySection {
    margin: 80px auto 90px auto;
}

.brandInventoryHeadeingWrap {
    margin-bottom: 20px;
    gap: 20px;
}

.fearuredCardLocation {
    color: rgba(34, 34, 34, 0.60);
    font-family: Gantari;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.textAfterLine {
    position: relative;
}

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

.brandTagLineText {
    color: #151515;
    text-align: center;
    font-family: Gantari;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.54px;
}

.brandBottomTagLineWrap {
    margin-top: 40px;
    margin-bottom: 120px;
}

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

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

.brandInventoryCard {
    margin-bottom: 60px;
    padding: 0 5px;
}

.brandCardContent {
    margin-top: 12px;
}

.boatCardTitle{
    color: #101820;
    font-family: "Bai Jamjuree";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.boatCardPriceTag{
    color:  #101820;
    font-family: "Bai Jamjuree";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
    letter-spacing: 1px;
    text-transform: uppercase;
}

.boat-inventory-cond-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    list-style: none;
    font-family: "Bai Jamjuree";
}

.cond-list-item{
    position: relative;
}

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

/* brand page css ends here */

@media (max-width: 1650px) {
    .repower-container {
        width: calc(100% - 18%);
    }

    .dark-sec-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .footer-box {
        width: calc(100% - 10%);
        margin: 0 auto;
    }

    .fearured-rich-text {
        margin: 30px 0 40px 0;
    }

    .fearured-title {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: 1px;
    }

    .doss-featured-col .content-box {
        max-width: 600px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .madis-col-content h3 {
        font-size: 30px;
        letter-spacing: 5.4px;
        margin-bottom: 30px;
    }

    .madis-container {
        width: calc(100% - 12%);
    }

    .madis-col-content {
        bottom: 50px;
    }

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

    .contact-form-box {
        right: 8%;
        top: 15%;
    }

    .contact-form-box {
        max-width: 600px;
    }
}

@media (max-width: 1500px) {
    .header-container {
        padding-right: 80px;
        padding-left: 80px;
    }

    .repower-container {
        width: calc(100% - 12%);
    }

    .repower-item {
        padding: 10px;
    }

    .dark-sec-content h3 {
        font-size: 25px;
        line-height: 36px;
        letter-spacing: 1.2px;
        margin-bottom: 35px;
    }

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

    .dark-sec-content {
        padding-left: 40px;
        padding-right: 40px;
    }

    .banner-title {
        font-size: 35px;
        line-height: 41px;
        letter-spacing: 2px;
    }

    .home-banner-title {
        font-size: 35px;
        line-height: 41px;
        letter-spacing: 2px;
    }

    .hms_title {
        font-size: 23px;
        line-height: 26px;
    }

    .financing-col-2 h6 {
        font-size: 23px;
        line-height: 25px;
    }

    .financing-sec {
        margin: 75px auto 60px auto;
        max-width: 1200px;
    }

    .financing-col {
        width: calc(100% / 3);
        position: relative;
        padding: 42px 47px;
    }

    .financing-col+.financing-col::after {
        height: 134px;
    }

    .cntctdetails h1 {
        font-size: 35px;
    }

    .cntctdetails p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1440px) {
    .commonSectionHeading {
        font-size: 29px;
        letter-spacing: 3px;
    }

    .header-container {
        padding-right: 50px;
        padding-left: 50px;
    }

    .title-heading {
        font-size: 35px;
        line-height: 40px;
        letter-spacing: 2px;
    }

    .events-sec {
        padding-bottom: 80px;
    }

    .dark-img-logo {
        max-width: 300px;
    }

    .service-accordion {
        gap: 40px;
        max-width: calc(100% - 15%);
    }

    .footer-box {
        width: calc(100% - 5%);
    }

    .financing-col {
        padding: 30px 47px;
    }

    .financing-col+.financing-col::after {
        height: 119px;
    }

    .brand-sec {
        padding: 50px 0;
    }

    .home-banner-btn {
        bottom: 80px;
    }

    .custom-form-control {
        padding: 12px;
    }

    .contact-form-box {
        max-width: 550px;
    }

    .cntctdetails {
        text-align: center;
        padding: 30px 0;
    }

    .contact-form-box {
        right: 7%;
        top: 15%;
        padding: 10px;
        max-width: 500px;
    }

    .contact-info .info-box p {
        font-size: 14px;
        font-style: normal;
        font-weight: 700 !important;
        line-height: normal;
    }
}

@media screen and (max-width: 1300px) {
    .desktop-header .centaral-nav-link {
        padding: 0 9px;
    }

    .header-logo {
        max-width: 150px;
    }

    .logo-box {
        width: 16%;
        padding: 20px 0;
    }

    .centaral-nav-box {
        width: 69%;
    }

    .desktop-header .centaral-nav-link,
    .desktop-header .left-nav-link {
        font-size: 15px;
    }

    .featured-sec .content-box {
        width: 70%;
    }

    .service-accordion-tabs {
        flex-basis: 34%;
        padding: 40px 35px 40px 35px;
    }

    .service-accordion-content {
        flex-basis: 60%;
    }

    .trust-sporst-box {
        gap: 30px;
    }

    .doss-featured-col .content-box {
        padding-left: 0;
    }

    .doss-container {
        width: calc(100% - 10%);
    }

    .footer-grid {
        padding: 60px 20px;
    }

    .footer-col-1 {
        gap: 25px;
    }

    .hms_title {
        font-size: 20px;
        letter-spacing: 2.5px;
    }
}

@media screen and (max-width: 1200px) {
    .commonSectionInnerWrap {
        gap: 40px;
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }


    .header-location-box p a {
        font-size: 16px;
    }

    .header-location-box h6 {
        font-size: 12px;
    }

    .header-container {
        padding-right: 20px;
        padding-left: 20px;
    }

    /* repower page css start here */

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

    .motorsCardTitle {
        font-size: 18px;
        margin-bottom: 0;
    }

    .motorsCardPrice {
        font-size: 18px;
    }

    /* repower page css ends here */

    .service-accordion {
        max-width: calc(100% - 10%);
    }

    .financing-col-2 h6 {
        font-size: 20px;
        line-height: 25px;
    }

    .madis-container {
        width: 100%;
        padding: 0 30px;
    }

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

    .cntctdetails h1 {
        font-size: 28px;
        line-height: normal;
    }

    .cntctdetails p {
        font-size: 12px;
    }

    .custom-form-control {
        padding: 8px 12px;
    }

    .contact-form-box .form-title-heading {
        font-size: 25px;
        font-style: normal;
    }
}

@media screen and (max-width: 1100px) {
    .cntctdetails {
        text-align: left;
        padding: 50px 0;
    }

    .desktop-header .centaral-nav-link,
    .desktop-header .left-nav-link {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .brandIntroContainer{
        flex-direction: column;
        justify-content: center;
    }

    .brandParawrapper{
        text-align: center;
    }

    .brandIntroSection{
        margin: 60px auto;
    }
    
    .brandLogoContainer {
        max-width: 300px;
    }

    .financing-title {
        font-size: 32px !important;
    }

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

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

    .Winterization-Services-list ul {
        padding-left: 0;
    }

    .Winterization-Services-list li {
        list-style: none;
    }

    .commonSection {
        margin-bottom: 80px;
        padding-top: 0;
    }

    .commonSectionImageWrapper {
        width: 100%;
    }

    .commonSectionInnerWrap {
        gap: 40px;
        flex-flow: column-reverse;
    }

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

    .home-banner {
        /* min-height: 800px; */
        min-height: auto;
    }

    .home-banner-content {
        top: 50%;
    }

    .mobile-header-list.mobile-menu-show {
        display: block !important;
        right: 0;
    }

    .repower-item {
        width: calc(100% / 3);
    }

    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    /* service page css start here */

    .accordion-content-box {
        padding-bottom: 40px;
        padding-top: 20px;
    }

    .accordion-content-show {
        display: none;
    }

    .service-accordion-tabs {
        flex-basis: 100%;
    }

    .service-accordion-content {
        flex-basis: 100%;
    }

    .service-accordion {
        flex-wrap: wrap;
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .dark-col {
        width: 100%;
    }

    .dark-sec-content {
        max-width: 100%;
    }

    .fixed-height-img {
        height: 100%;
        max-height: 100%;
    }

    .reverse-col {
        flex-flow: column-reverse !important;
    }

    .banner-title {
        font-size: 25px;
        line-height: 34px;
        letter-spacing: 1.3px;
    }

    .home-banner-title {
        font-size: 36px;
        line-height: 40px;
        letter-spacing: 1.8px;
    }

    .banner-subtitle {
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: 0.9px;
    }

    /* service page css ends here */

    .footer-col-2 {
        width: 100%;
    }

    .footer-grid {
        flex-flow: column-reverse;
    }

    .doss-featured-img {
        width: 100%;
        height: 100%;
    }

    .footer-col-1 {
        display: none;
    }

    .footer-accordion {
        border-top: 1px solid var(--gray-color);
    }

    .footer-mobile-box {
        display: block;
    }

    .footer-accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 28px 0;
    }

    .footer-accordion-content {
        display: none;
    }

    .footer-accordion-header span:nth-child(1) {
        color: var(--black-color);
        font-family: "Bai Jamjuree";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .footer-accordion-content ul {
        padding-left: 0;
        margin-bottom: 0;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .footer-accordion-content ul li {
        list-style: none;
        padding: 5px 0;
    }

    .footer-accordion-content ul li a {
        color: var(--black-color);
        font-family: "Bai Jamjuree";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        display: block;
    }

    .footer-accordion-content .menu-logo-box {
        padding: 0 0;
    }

    .menu-logo-box {
        display: flex;
        padding: 40px 38px;
        flex-wrap: wrap;
        gap: 4px;
    }

    .mobile-type-box {
        display: flex;
        padding: 0 30px 40px 30px;
        flex-wrap: wrap;
        gap: 4px;
    }

    .menu-logo {
        width: calc(100% / 2 - 2px);
        height: auto;
        padding: 15px 25px;
        border: 1px solid var(--black-color);
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--black-color);
    }

    .menu-logo img {
        max-width: 103px;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .type-box {
        width: calc(100% / 2 - 2px);
    }

    .type-box-img {
        position: relative;
        padding-top: 60%;
    }

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

    .type-title {
        color: var(--black-color);
        font-family: "Bai Jamjuree";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }

    .footer-accordion-header span.rotate {
        transform: rotate(180deg) !important;
        transition: transform 0.3s ease;
    }

    .doss-featured-col .content-box {
        padding: 50px 20px;
        max-width: 100%;
        text-align: left;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

    .doss-featured-col {
        width: 100%;
    }

    .doss-featured-img>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .doss-container {
        width: 100% !important;
        padding: 0 20px;
    }

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

    .lg-card-col {
        width: calc(100% / 2 - 2px);
        margin-bottom: 4px;
    }

    .financing-sec {
        margin: 80px auto 80px auto;
        max-width: 1000px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .sm-financing-sec {
        justify-content: center;
        border-bottom: 1px solid var(--gray-color);
        padding: 27px;
    }

    .financing-col {
        width: calc(100% / 1);
        position: relative;
        padding: 0 50px;
    }

    .madis-col-content {
        bottom: 40px;
    }

    .madis-col {
        width: 100%;
    }

    .madis-col-content h3 {
        font-size: 24px;
        letter-spacing: 4.8px;
        margin-bottom: 24px;
    }

    .madis-container {
        flex-direction: column;
    }

    /* .home-banner-btn {
        bottom: 207px;
    } */

    .doss-featured-col .content-box {
        text-align: center;
        align-items: center;
    }

    .Console-boat-listing {
        padding: 15px;
    }

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

    .doss-featured-box {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        flex-direction: column;
    }

    .why-choose-us .container {
        display: block;
    }

    .why-choose-us ul li::before {
        top: 24%;
        left: 3%;
    }

    .contact-form-box {
        padding: 40px 30px;
    }

    .Why-Consign .Why-Consign-list .testimonial-content {
        padding: 20px;
    }

    .form-container {
        max-width: 90%;
    }

    .form-title {
        font-size: 28px;
        line-height: 36px;
    }

    .form-button {
        padding: 12px 40px;
    }

    .featured-sec .content-box {
        padding: 64px 0;
        width: 90%;
        margin: 40px auto;
    }

    .contact-form-box {
        right: 7%;
        top: 15%;
        padding: 20px;
        max-width: 60%;
        position: unset;
        margin: 0 auto;
        border: none;
        box-shadow: 0px 0px 15px #00000036;
    }

    .cntctdetails {
        text-align: center;
        padding: 30px 0;
    }

    .cntctdetails h1 {
        font-size: 30px;
    }

    .contact-form-box .form-title-heading {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    footer {
        margin-top: 80px;
    }

    .theme-outline-btn {
        padding: 7px 21px;
    }

    a {
        text-decoration: none;
    }

    a .events-sec {
        padding-bottom: 40px;
    }

    .title-heading {
        font-size: 28px;
        line-height: 30px;
        letter-spacing: 1.5px;
    }

    .central-subtitle {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 1px;
        margin: 18px 0;
    }

    .repower-item {
        width: calc(100% / 2);
    }

    .primaryBlackHeading {
        font-size: 25px;
        line-height: 40px;
        letter-spacing: 1px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    /* service page css start here */

    .service-accordion-heading {
        font-size: 25px;
        line-height: 32px;
        letter-spacing: 1px;
        margin-bottom: 16px;
    }

    .doss-featured-col .content-box {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
        align-items: center;
    }

    .fearured-rich-text {
        margin: 24px 0 40px 0;
    }

    .welcome-box .doss-featured-col .content-box {
        padding-top: 24px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: left;
        align-items: flex-start;
        margin: 0;
    }

    /* service page css start here */

    /* home page css start here */
    .madis-col-img-box {
        padding-top: 100%;
    }

    .boat-title a {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0.9px;
    }

    .madis-col-content h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: 1.2px;
        margin-bottom: 24px;
    }

    .arrival-slider-sec {
        padding-left: 20px;
        padding-right: 20px;
    }

    .arrival-slider .owl-nav .owl-prev {
        top: 35%;
    }

    .arrival-slider .owl-nav .owl-next {
        top: 35%;
    }

    .hm_serviceBox,
    .servc_img {
        min-height: 300px;
    }

    .brand-items a img {
        max-width: 135px;
    }

    .brand-items {
        width: 200px;
        height: 70px;
    }

    .Console-boat-listing {
        padding: 15px;
    }

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

    .form-sec {
        padding: 50px 0 40px 0;
    }

    .contact-section .row {
        flex-direction: column;
    }

    .contact-image img {
        height: 300px;
    }

    .form-input,
    .form-textarea {
        flex: none;
    }

    .contact-form-box {
        padding: 20px;
        max-width: 100%;
        border: none;
        box-shadow: none;
        background: none;
    }

    .contact-info .info-box p {
        font-size: 16px;
    }

    .checkservices .checkservices-list .checkservices-content {
        padding: 10px 0 !important;
    }

    .checkservices {
        padding: 20px 0 !important;
    }

    .type-temp h2 {
        font-size: 18px;
        line-height: normal;
    }

    .type-temp h1 {
        font-size: 38px;
        line-height: normal;
    }

    .doss-featured-col .content-box {
        margin: 40px 10px;
    }

    .why-choose-us {
        padding: 20px 0;
    }

    .why-choose-us ul li {
        padding-bottom: 10px;
    }
     .home-banner-title{
        font-size: 25px;
        line-height: normal;
        letter-spacing: 0.8px;
    }
    .home-banner-subtitle {
        font-size: 18px;
    }
}

@media screen and (max-width: 576px) {
    .home-banner-title{
        font-size: 18px;
        line-height: normal;
        letter-spacing: 0.8px;
        margin: 5px;
    }
    .home-banner-subtitle {
        font-size: 16px;
    }
    .home-banner-content{
        padding: 10px;
    }
    .commonSectionHeading {
        font-size: 24px;
        letter-spacing: 1.5px;
        line-height: 33px;
    }

    .commonSectionInnerWrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .commonPara {
        text-align: center;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .repower-item {
        width: 100%;
        padding: 0;
    }

    footer {
        margin-top: 60px;
    }

    .newsletter {
        padding: 60px 20px;
    }

    /* service page css start here */

    .accordion-tab {
        padding: 15px 17px;
    }

    .accordion-tab svg {
        width: 15px;
    }

    .service-accordion-tabs {
        padding: 40px 20px 40px 20px;
    }

    /* service page css ends here */

    /* form css start here */

    .form-box .form-col {
        width: 100%;
    }

    .form-title-heading {
        font-size: 25px;
        line-height: 35px;
        letter-spacing: 1px;
    }

    .form-box .form-row {
        gap: 0;
    }

    .form-box {
        padding: 0 25px;
    }

    /* form css ends here */

    .footer-bottom ul li {
        font-size: 12px;
    }

    .footer-bottom ul li a {
        font-size: 12px;
    }

    .hms_title {
        bottom: 40px;
        font-family: "Bai Jamjuree";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: 1.2px;
        text-transform: uppercase
    }

    .financing-col {
        width: calc(100% / 1);
        position: relative;
        padding: 0 20px;
    }

    .inventory-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .testimonial .testimonial-box {
        flex-wrap: wrap;
    }

    .contact-form-box {
        padding: 0px;
    }

    .custom-form-control:placeholder-shown {
        font-size: 14px;
    }

    .contact-info .info-box p {
        font-size: 14px;
    }

    .theme-btn {
        padding: 12px !important;
    }

    .content-box {
        padding: 10px !important;
    }

    .map-container iframe {
        height: 350px;
    }

    .type-temp h1 {
        font-size: 26px;
        line-height: normal;
    }

    .type-temp h2 {
        font-size: 16px;
        line-height: normal;
    }
}

@media screen and (max-width: 500px) {
    .commonSectionLinkWrap {
        flex-direction: column;
        margin-top: 9px;
    }

    .sub-header ul li a {
        padding: 10px 10px;
    }

    .dropdown-header {
        padding-left: 30px;
        padding-right: 30px;
    }

    .mobile-nav-box ul {
        padding-left: 30px;
    }

    .menu-logo-box {
        padding: 40px 30px;
    }

    /* service page css start here */
    .banner-title {
        font-size: 21px;
        line-height: 28px;
        letter-spacing: 1px;
    }

    .dark-img-logo {
        max-width: 250px;
    }

    .dark-sec-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .service-accordion {
        padding-right: 15px;
        max-width: 100%;
        padding-left: 15px;
    }

    .trust-sporst-box {
        gap: unset;
        flex-wrap: wrap;
    }

    .trust-sports-list {
        margin-bottom: 20px;
    }

    /* service page css ends here */
}

@media screen and (max-width: 450px) {
    .btn-wrapper {
        flex-wrap: wrap;
    }

    .events-body {
        padding: 16px 0 !important;
    }

    .footer-bottom ul {
        flex-direction: column;
        padding: 15px 0 20px 0;
    }

    .bottom-links+.bottom-links::after {
        display: none;
    }

    .footer-bottom ul li {
        padding: 3px 15px;
    }

    .brand-sec {
        padding: 40px 0;
    }

    .brand-items a img {
        max-width: 125px;
    }

    .brand-items {
        width: 150px;
        height: 62px;
    }
}
