/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* google fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* google fonts */

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

:root {
    --font-montserrat: "Montserrat", sans-serif;
    --primary--color: #2264df;
    --secondary--color: #133254;
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: var(--font-montserrat);
}

/* header style starts */
header {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.header--content--wrapper {
    padding: 16px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 23px;
}

.menu--links--wrapper {
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

.menu--links--wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.menu--links--wrapper ul li {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
}

.menu--links--wrapper ul .contact--us {
    padding-left: 24px;
}

.menu--links--wrapper ul a {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    color: var(--primary--color);
    display: inline-block;
}

.menu--links--wrapper ul a.active {
    font-weight: 700;
}

.header--content--wrapper .icons--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.header--content--wrapper .icons--wrapper a {
    width: 24px;
    height: 24px;
    display: inline-block;
}

.header--content--wrapper .icons--wrapper a svg {
    width: 100%;
    height: 100%;
}

.header--content--wrapper .icons--wrapper .text {
    width: auto;
    color: var(--primary--color);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

@media screen and (max-width: 1200px) {
    .header--content--wrapper .icons--wrapper .text {
        display: none;
    }
}

.header--content--wrapper .icons--wrapper .menu--dropdown--holder {
    position: relative;
}

.header--content--wrapper .icons--wrapper .menu--dropdown--holder .list {
    position: absolute;
    width: 218px;
    top: 80px;
    right: 0px;
    border-radius: 8px;
    border: 1px solid #b0b0b0;
    background: #fff;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.17);
    color: #222;
    font-size: 16px;
    line-height: normal;
}

.header--content--wrapper .icons--wrapper .menu--dropdown--holder.active .list {
    top: 40px;
    opacity: 1;
    visibility: visible;
}

.header--content--wrapper .icons--wrapper .menu--dropdown--holder .list li {
    cursor: pointer;
}

.header--content--wrapper .icons--wrapper .menu--dropdown--holder .list a {
    display: inline-block;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
}

.header--content--wrapper .hamburger--icon {
    display: none;
}

.header--content--wrapper .logo--wrapper {
    width: 116px;
    height: 32px;
}

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

/* header style ends */

/* index page style starts */
.home--banner--area--wrapper {
    padding: 355px 0px 52px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/home--banner.jpeg");
    position: relative;
}

.home--banner--area--wrapper .intro--text--wrapper {
    max-width: 508px;
    margin: 0 auto;
    padding-bottom: 42px;
}

.home--banner--area--wrapper .intro--text--wrapper .heading {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 8px;
}

.home--banner--area--wrapper .intro--text--wrapper .sub--title {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.home-header-custom-border {
    border: 1px solid #2264DF;
    border-radius: 20px;
    padding: 2px 8px 2px 8px;
}

.search--filter--area--wrapper {
    max-width: 900px;
    background-color: #fff;
    border-radius: 1000px;
    margin: 0 auto;
    padding: 14px 32px;
    padding-right: 8px;
}

.search--filter--area--wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
}

.search--filter--area--wrapper .search--filter--area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 64px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.search--filter--area--wrapper .search--filter--area .place--wrapper,
.search--filter--area--wrapper .search--filter--area .date--wrapper,
.search--filter--area--wrapper .search--filter--area .people--wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.search--filter--area--wrapper .filter--content {
    position: relative;
}

.search--filter--area--wrapper .filter--content::after {
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -32px;
    position: absolute;
    width: 1px;
    height: 32px;
    background: #e5e7eb;
}

.search--filter--area--wrapper .people--wrapper::after {
    display: none;
}

.search--filter--area--wrapper .search--button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.search--filter--area--wrapper .search--button button {
    border: none;
    background-color: var(--secondary--color);
    padding: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(31, 41, 55, 0.08);
    box-shadow: 0px 1px 2px 0px rgba(31, 41, 55, 0.08);
    width: 48px;
    height: 48px;
}

.search--filter--area--wrapper .search--button button svg {
    width: 100%;
    height: 100%;
}

.search--filter--area--wrapper label {
    display: inline-block;
    color: #133254;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

.search--filter--area input,
.search--filter--area select {
    background-color: transparent;
    border: none;
    width: 100%;
}

.search--filter--area input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.search--filter--area .trigger--content {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 330px;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #b0b0b0;
    background: #fff;
    -webkit-box-shadow: 0px 4px 32px 0px rgba(170, 170, 170, 0.03);
    box-shadow: 0px 4px 32px 0px rgba(170, 170, 170, 0.03);
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.search--filter--area .trigger--content.active {
    top: 80px;
    opacity: 1;
    visibility: visible;
}

.place--list--wrapper {
    max-height: 300px;
    overflow-y: scroll;
}

.search--filter--area .place--wrapper .place--list--wrapper ul {
    color: #222;
    font-size: 16px;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.search--filter--area .place--wrapper .place--list--wrapper ul li {
    cursor: pointer;
}

.search--filter--area .people--counter,
.boat--page--main--content .date--person--select--wrapper .people--counter,
.mobile--filter--dropdown--steps .people--counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px;
    background-color: #fff;
}

.search--filter--area .people--counter .counter,
.boat--page--main--content .date--person--select--wrapper .people--counter .counter,
.mobile--filter--dropdown--steps .people--counter .counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    border-radius: 100px;
    border: 1px solid #e5e7eb;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(31, 41, 55, 0.08);
    box-shadow: 0px 1px 2px 0px rgba(31, 41, 55, 0.08);
    padding: 8px 16px;
}

.search--filter--area .people--counter .counter p,
.boat--page--main--content .date--person--select--wrapper .people--counter .counter p,
.mobile--filter--dropdown--steps .people--counter .counter p {
    color: var(--secondary--color);
    text-align: center;
    font-size: 15px;
    line-height: 20px;
}

.search--filter--area .people--counter .counter .action--btn,
.boat--page--main--content .date--person--select--wrapper .people--counter .counter .action--btn,
.mobile--filter--dropdown--steps .people--counter .counter .action--btn {
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    background-color: transparent;
}

.search--filter--area .people--counter .counter .action--btn svg,
.mobile--filter--dropdown--steps .people--counter .counter .action--btn svg {
    width: 100%;
    height: 100%;
}

.search--filter--area .people--counter .counter .action--btn svg path,
.boat--page--main--content .date--person--select--wrapper .people--counter .counter .action--btn svg path,
.mobile--filter--dropdown--steps .people--counter .counter .action--btn svg path {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.search--filter--area .people--counter .counter .action--btn.disabled svg path,
.boat--page--main--content .date--person--select--wrapper .people--counter .counter .action--btn.disabled svg path,
.mobile--filter--dropdown--steps .people--counter .counter .action--btn.disabled svg path {
    fill: #c4c4c4;
}

.search--filter--area .people--counter .counter input,
.boat--page--main--content .date--person--select--wrapper .people--counter .counter input,
.mobile--filter--dropdown--steps .people--counter .counter input {
    background-color: transparent;
    width: 50px;
    text-align: center;
    border: none;
}

.outstading--experience--area--content .top--part {
    padding: 24px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}

.outstading--experience--area--content .top--part .single--experience {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.outstading--experience--area--content .top--part .single--experience .icon {
    width: 24px;
    height: 24px;
}

.outstading--experience--area--content .top--part .single--experience .icon svg {
    width: 100%;
    height: 100%;
}

.outstading--experience--area--content .top--part .single--experience p {
    color: var(--secondary--color);
    font-size: 16px;
    line-height: 16px;
    max-width: 212px;
}

.outstading--experience--area--content .experiences--area--part .title {
    color: var(--secondary--color);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.experiences--slider--wrapper {
    padding: 16px 0px 24px;
}

.single--experience--card {
    width: 328px;
}

.single--experience--card .slider--top {
    position: relative;
}

.single--experience--card .card--bottom {
    padding: 12px 0px 8px;
}

.single--experience--card .card--bottom .title {
    color: var(--secondary--color);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.single--experience--card .card--bottom .feature--list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr);
    grid-template-columns: repeat(2, 1fr);
    row-gap: 8px;
    padding-top: 8px;
}

.single--experience--card .card--bottom .single--feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.single--experience--card .card--bottom .single--feature .icon {
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single--experience--card .card--bottom .single--feature .icon svg {
    width: 100%;
    height: 100%;
}

.single--experience--card .card--bottom .single--feature p {
    color: var(--secondary--color);
    font-size: 12px;
    line-height: 16px;
}

.single--experience--card .card--pricing--area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single--experience--card .card--pricing--area .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.single--experience--card .card--pricing--area .price .amount {
    color: var(--secondary--color);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.single--experience--card .card--pricing--area .price .duration {
    color: #b8c1c4;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
}

.common--link {
    display: inline-block;
    cursor: pointer;
    color: var(--primary--color);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
    border-bottom: 1px solid var(--primary--color);
    padding-bottom: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.common--link:hover {
    color: var(--secondary--color);
    border-color: var(--secondary--color);
}

.single--experience--card .card--pricing--area .common--link {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
}

.single--experience--card .slider--top .swiper-pagination-fraction {
    position: absolute;
    bottom: 16px;
    left: 16px;
    padding: 4px 8px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.3);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    font-family: Montserrat;
    font-size: 12px;
    line-height: normal;
    letter-spacing: -0.5px;
    z-index: 3;
}

.single--experience--card .slider--top .review {
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}

.single--experience--card .slider--top .button-next,
.single--experience--card .slider--top .button-prev {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    border: none;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single--experience--card .slider--top .button-next svg,
.single--experience--card .slider--top .button-prev svg {
    width: 100%;
    height: 100%;
}

.single--experience--card .slider--top .button-prev {
    left: 16px;
}

.single--experience--card .slider--top .button-next {
    right: 16px;
}

.single--experience--card .slider--top .heart--icon {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    cursor: pointer;
    background-color: transparent;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single--experience--card .slider--top .heart--icon svg {
    width: 100%;
    height: 100%;
}

.single--experience--card .slider--top .heart--icon.active::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12.001 4.52853C14.35 2.42 17.98 2.49 20.2426 4.75736C22.5053 7.02472 22.583 10.637 20.4786 12.993L11.9999 21.485L3.52138 12.993C1.41705 10.637 1.49571 7.01901 3.75736 4.75736C6.02157 2.49315 9.64519 2.41687 12.001 4.52853Z'/%3E%3C/svg%3E");
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}

.single--experience--card .slider--top .heart--icon.active svg path {
    fill: var(--secondary--color);
}

.home--page--space--wrapper {
    padding: 32px 0px 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
}

.common--intro {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.advantages--list--wrapper {
    padding-top: 16px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
}

.advantages--list--wrapper .single--advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 6px;
}

.advantages--list--wrapper .single--advantage .icon {
    min-width: 32px;
    max-width: 32px;
    height: 32px;
}

.advantages--list--wrapper .single--advantage .icon svg {
    width: 100%;
    height: 100%;
}

.advantages--list--wrapper .single--advantage .text--area h3 {
    color: var(--secondary--color);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    padding-bottom: 6px;
}

.advantages--list--wrapper .single--advantage .text--area p {
    color: var(--secondary--color);
    font-size: 16px;
    line-height: 24px;
}

/* El mapa pasa a ocupar todo el ancho de la página */
/* .where--to--area--content {
  max-width: 690px;
} */

.where--to--area--content .map--wrapper {
    margin-bottom: 16px;
    width: 100%;
    height: 492px;
}

.where--to--area--wrapper .map--wrapper iframe {
    width: 100%;
    height: 100%;
}

.where--to--area--content .description--text {
    padding: 16px 0px;
    color: var(--secondary--color);
    font-size: 16px;
    line-height: 24px;
}

.best--time--area--slider {
    padding: 16px 0px 24px;
}

.best--time--area--slider .single--best--time {
    width: 234px;
    height: 234px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.best--time--area--slider .single--best--time img {
    width: 100%;
    height: 100%;
}

.best--time--area--slider .single--best--time .text--wrapper {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 4;
    padding: 16px;
    border-radius: 8px;
    background: -webkit-gradient(linear,
            left bottom,
            left top,
            from(rgba(0, 0, 0, 0.3)),
            to(rgba(0, 0, 0, 0.3)));
    background: -o-linear-gradient(bottom,
            rgba(0, 0, 0, 0.3) 0%,
            rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0.3) 0%,
            rgba(0, 0, 0, 0.3) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.best--time--area--slider .single--best--time .text--wrapper .heading {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 12px;
}

.best--time--area--slider .single--best--time .text--wrapper .description {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.best--time--area--slider .swiper-slide {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}

.onboard--services--list--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    padding: 16px 0px;
}

.onboard--service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(31, 41, 55, 0.08);
    box-shadow: 0px 1px 2px 0px rgba(31, 41, 55, 0.08);
    width: 330px;
}

.onboard--service .top--part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

.onboard--service .top--part .icon {
    width: 24px;
    height: 24px;
}

.onboard--service .top--part .icon svg {
    width: 100%;
    height: 100%;
}

.onboard--service .top--part p {
    color: var(--secondary--color);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.onboard--service .description {
    color: #133254;
    font-size: 12px;
    line-height: 16px;
}

.special--instruction--text {
    padding: 24px 16px;
    background-color: var(--secondary--color);
}

.special--instruction--text .heading {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.5px;
    padding-bottom: 8px;
}

.special--instruction--text p {
    color: #fff;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.5px;
}

.supporting--data--area--content .heading {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
}

.supporting--data--list {
    padding: 18px 0px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    color: var(--secondary--color);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.supporting--data--list li {
    position: relative;
    padding-left: 32px;
}

.supporting--data--list li::before {
    content: "";
    top: -5px;
    left: 0;
    width: 24px;
    height: 32px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/support-data-icon.png");
}

.common--link.small--link {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
}

.special--instruction--text a {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
    margin-top: 16px;
}

.faq--area--wrapper {
    padding-bottom: 18px;
}

.faq--area--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 24px;
}

.faq--area--content .left {
    width: 510px;
}

.faq--area--content .left .intro--area {
    padding-bottom: 40px;
}

.faq--area--content .left .intro--area h3 {
    color: var(--secondary--color);
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
    padding-bottom: 8px;
}

.faq--area--content .left .intro--area p {
    color: var(--secondary--color);
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.5px;
}

.faq--area--content .right {
    padding: 140px 0px 190px;
    background: -webkit-gradient(linear,
            left bottom,
            left top,
            from(rgba(19, 50, 84, 0.7)),
            to(rgba(19, 50, 84, 0.7))),
        url("../images/faq--banner.webp") lightgray -162.722px 0px / 162.706% 100% no-repeat;
    background: -o-linear-gradient(bottom,
            rgba(19, 50, 84, 0.7) 0%,
            rgba(19, 50, 84, 0.7) 100%),
        url("../images/faq--banner.webp") lightgray -162.722px 0px / 162.706% 100% no-repeat;
    background: linear-gradient(0deg,
            rgba(19, 50, 84, 0.7) 0%,
            rgba(19, 50, 84, 0.7) 100%),
        url("../images/faq--banner.webp") lightgray -162.722px 0px / 162.706% 100% no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 519px;
}

.faq--area--content .right.only {
    width: 100%;
    padding: 280px 0px 190px;
    position: relative;
}

@media (max-width: 991px) {
    .faq--area--content .right.only {
        padding: 0px 0px 190px;
    }
}

.faq--area--content .right .text--area {
    max-width: 458px;
    margin: 0 auto;
}

.faq--area--content .right.only .text--area {
    max-width: 458px;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.faq--area--content .right .heading {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
    padding-bottom: 8px;
}

.faq--area--content .right p {
    color: #fff;
    font-size: 24px;
    line-height: normal;
    letter-spacing: -0.5px;
    padding-bottom: 24px;
}

.faq--area--content .right a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
}

.faq--content--wrapper {
    padding-bottom: 16px;
}

.faq--content--wrapper .accordion-body {
    color: #717171;
    font-size: 14px;
    line-height: 24px;
}

.faq--content--wrapper .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq--content--wrapper .accordion-button {
    background-color: #fff;
    color: var(--secondary--color);
    font-size: 16px;
    line-height: normal;
}

.faq--content--wrapper .accordion-item {
    border: none;
    border-top: 1px solid #d3d3d3;
    background-color: transparent;
}

.faq--content--wrapper .accordion-button {
    background-color: transparent;
}

.faq--content--wrapper .accordion-item:first-child {
    border-top: none;
}

.faq--content--wrapper .accordion-item:last-child {
    border-bottom: 1px solid #d3d3d3;
}

.faq--content--wrapper .accordion-item:first-of-type,
.faq--content--wrapper .accordion-item:last-of-type {
    border-radius: 0px;
}

.faq--content--wrapper .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
}

footer {
    background-color: var(--secondary--color);
}

.footer--area--content {
    padding: 32px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 25px;
}

.footer--area--content .single--part {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer--area--content .single--part ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.footer--area--content .single--part ul li a,
.footer--area--content .single--part .title,
.footer--area--content .single--part p {
    color: #fff;
    font-size: 16px;
    line-height: normal;
}

.footer--area--content .single--part .title {
    padding-bottom: 16px;
}

.footer--area--content .single--part.trademark {
    text-align: center;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
}

.footer--area--content .single--part ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.footer--area--content .single--part ul li a svg {
    width: 18px;
    height: 18px;
}

.custom--calendar--wrapper {
    border-radius: 12px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 32px 0px rgba(170, 170, 170, 0.03);
    box-shadow: 0px 4px 32px 0px rgba(170, 170, 170, 0.03);
}

.custom--calendar--wrapper .btn-curr-month {
    color: var(--secondary--color);
    font-size: 13px;
    line-height: 16px;
}

.custom--calendar--wrapper .btn-prev-month,
.custom--calendar--wrapper .btn-next-month {
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.custom--calendar--wrapper .calendar--single--number--day {
    color: var(--secondary--color);
    text-align: center;
    font-size: 15px;
    line-height: 20px;
}

.custom--calendar--wrapper .js-day-name-short {
    color: #8f9bb3 !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    /* 123.077% */
}

.custom--calendar--wrapper .js-cal-row {
    display: none !important;
}

.custom--calendar--wrapper .bootstrap-calendar-day.active {
    border-radius: 12px !important;
    background: var(--secondary--color);
    -webkit-box-shadow: 0px 4px 32px 0px rgba(170, 170, 170, 0.03);
    box-shadow: 0px 4px 32px 0px rgba(170, 170, 170, 0.03);
}

.custom--calendar--wrapper .bootstrap-calendar-day.active .calendar--single--number--day {
    color: #fff;
}

.search--filter--area .date--wrapper .time--moment--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 16px;
}

.search--filter--area .date--wrapper .time--moment--wrapper .single--moment {
    padding: 4px 8px;
    border-radius: 12px;
    border: 1px solid #ebebeb;
    background: #fff;
    -webkit-box-shadow: 0px 4px 32px 0px rgba(170, 170, 170, 0.03);
    box-shadow: 0px 4px 32px 0px rgba(170, 170, 170, 0.03);
    color: var(--secondary--color);
    font-size: 12px;
    line-height: 24px;
    cursor: pointer;
}

.search--filter--area .date--wrapper .time--moment--wrapper .single--moment.selected {
    background-color: var(--secondary--color);
    color: #fff;
}

.search--filter--area .date--wrapper .time--moment--wrapper .single--moment.disabled {
    pointer-events: none;
    color: #aab3be;
    border-radius: 12px;
    border: 1px solid #ebebeb;
    background: #ebebeb;
}

.search--filter--area input,
.search--filter--area select {
    color: #133254;
    font-size: 14px;
    line-height: 20px;
}

/* index page style ends */

/* boats distributive page style starts */
.main--bg--gray {
    background: #f5f5f5;
}

.boats--filter--top--area {
    padding: 88px 0px 26px;
}

.boats--filter--top--area .intro--title {
    color: var(--secondary--color);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 16px;
}

.boats--filter--top--area .search--filter--area--wrapper {
    margin: 0;
}

.filter--selection--area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.filter--selection--area .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
}

.filter--selection--area .common--button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 100px;
    border: 1px solid #e5e7eb;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(31, 41, 55, 0.08);
    box-shadow: 0px 1px 2px 0px rgba(31, 41, 55, 0.08);
}

.filter--selection--area .common--button p {
    color: #133254;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.filter--selection--area .icon {
    width: 24px;
    height: 24px;
}

.filter--selection--area .icon svg {
    width: 100%;
    height: 100%;
}

.filter--selection--area .common--button.active {
    background-color: var(--secondary--color);
}

.filter--selection--area .common--button.active p {
    color: #fff;
}

.filter--selection--area .common--button.active .icon svg path {
    fill: #fff;
}

.filter--selection--area .right .see--map--btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 50px;
    border: 1px solid var(--primary--color);
    color: var(--primary--color);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.5px;
    cursor: pointer;
}

.filtered--content--wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 32px;
    padding: 32px 0px;
}

.filter--selection--wrapper {
    position: relative;
}

.filter--selection--wrapper .select--content {
    position: absolute;
    top: 70px;
    left: 0px;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #b0b0b0;
    background: #fff;
    z-index: 4;
    width: 330px;
    color: var(--secondary--color);
    font-size: 16px;
    line-height: normal;
    -webkit-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.17);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.filter--selection--wrapper .select--content.active {
    top: 50px;
    opacity: 1;
    visibility: visible;
}

.filter--selection--wrapper .select--content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.filter--selection--wrapper .select--content ul li {
    cursor: pointer;
}

.filter--selection--wrapper .select--content .boat--type--checkbox--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding-top: 0;
}

.filter--selection--wrapper .select--content .boat--type--checkbox--wrapper input,
.filter--selection--wrapper .services--checkbox--wrapper input {
    display: none;
}

.filter--selection--wrapper .select--content .boat--type--checkbox--wrapper label,
.filter--selection--wrapper .services--checkbox--wrapper label {
    color: var(--secondary--color);
    font-size: 16px;
    line-height: normal;
    position: relative;
    cursor: pointer;
}

.filter--selection--wrapper .select--content .boat--type--checkbox--wrapper label::before,
.filter--selection--wrapper .services--checkbox--wrapper label::before {
    content: "";
    background-color: transparent;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
    border-radius: 4px;
    border: 1px solid #c2c2c2;
    background: #fff;
}

.filter--selection--wrapper .select--content .boat--type--checkbox--wrapper input:checked+label::before,
.filter--selection--wrapper .services--checkbox--wrapper input:checked+label::before {
    background-color: var(--secondary--color);
    border: transparent;
}

.filter--selection--wrapper .select--content .boat--type--checkbox--wrapper input:checked+label::after,
.filter--selection--wrapper .services--checkbox--wrapper input:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 9px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter--selection--wrapper .select--content .submit--area {
    padding: 25px 0px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.filter--selection--wrapper .select--content .submit--area .search,
.filter--selection--wrapper .mobile--content.bottom--part .search {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.5px;
    padding: 8px 50px;
    border-radius: 50px;
    background: var(--primary--color);
    border: none;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.filter--selection--wrapper .select--content .submit--area .search:hover,
.filter--selection--wrapper .mobile--content.bottom--part .search:hover {
    background-color: var(--secondary--color);
}

.filter--selection--wrapper .select--content .submit--area .search.not--fill,
.filter--selection--wrapper .mobile--content.bottom--part .search.not--fill {
    background-color: transparent;
    color: var(--primary--color);
    border: 1px solid var(--primary--color);
    padding: 8px 30px;
}

.filter--selection--wrapper .select--content.filter--list {
    width: 360px;
}

.filter--selection--wrapper .filter--list .top--part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 15px;
}

.filter--selection--wrapper .filter--list .top--part .close--content {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.filter--selection--wrapper .filter--list .top--part .close--content svg {
    width: 24px;
    height: 24px;
}

.filter--selection--wrapper .filter--list .range--wrapper .intro {
    color: var(--secondary--color);
    font-size: 16px;
    line-height: 24px;
}

.filter--selection--wrapper .filter--list .range--viewer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.filter--selection--wrapper .filter--list .range--viewer::after {
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    width: 48px;
    height: 1px;
    background-color: var(--secondary--color);
}

.filter--selection--wrapper .filter--list .range--viewer .title {
    color: var(--secondary--color);
    font-size: 8px;
    line-height: normal;
}

.filter--selection--wrapper .filter--list .range--viewer .amount {
    color: var(--secondary--color);
    font-size: 12px;
    line-height: normal;
}

.filter--selection--wrapper .filter--list .range--viewer .viewer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 5px;
    padding: 6px 12px;
    border-radius: 12px;
    border: 1px solid #ebebeb;
    background: #fff;
    -webkit-box-shadow: 0px 4px 32px 0px rgba(170, 170, 170, 0.03);
    box-shadow: 0px 4px 32px 0px rgba(170, 170, 170, 0.03);
    width: 100px;
    height: 45px;
}

.filter--selection--wrapper .filter--list .range--holder {
    padding: 5px 0px 30px;
}

.filter--selection--wrapper .range--wrapper {
    position: relative;
}

.filter--selection--wrapper .range--holder .irs--flat .irs-bar,
.filter--selection--wrapper .irs--flat .irs-line {
    height: 3px;
    background: rgba(19, 50, 84, 0.29);
}

.filter--selection--wrapper .irs--flat .irs-handle {
    width: 22px;
    height: 22px;
    background-color: var(--secondary--color);
    border-radius: 50%;
    top: 15px;
}

.filter--selection--wrapper .irs--flat .irs-handle>i:first-child {
    display: none;
}

.filter--selection--wrapper .irs--flat .irs-min,
.filter--selection--wrapper .irs--flat .irs-max {
    background-color: transparent;
}

.filter--selection--wrapper .irs--flat .irs-from,
.filter--selection--wrapper .irs--flat .irs-to,
.filter--selection--wrapper .irs--flat .irs-single {
    position: absolute;
    bottom: 0px;
    background-color: transparent;
    width: 50px;
    height: 20px;
    color: var(--secondary--color);
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    margin-top: 90px;
    z-index: 4;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    display: none;
}

.filter--selection--wrapper .irs--flat .irs-from::after,
.filter--selection--wrapper .irs--flat .irs-to::after {
    content: "€";
}

.filter--selection--wrapper .irs--flat .irs-from {
    left: 25px !important;
    visibility: visible !important;
}

.filter--selection--wrapper .irs--flat .irs-to {
    left: 250px !important;
    visibility: visible !important;
}

.filter--selection--wrapper .irs-single {
    display: none;
}

.filter--selection--wrapper .services--checkbox--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding-top: 24px;
}

.filter--selection--wrapper .services--checkbox--wrapper:not(.boat--type--checkbox--wrapper) {
    max-height: 190px;
    overflow: scroll;
    margin: 5px 0;
    padding: 0;
}

.filter--selection--wrapper .services--title {
    padding-top: 40px;
    color: var(--secondary--color);
    font-size: 16px;
    line-height: 24px;
}

/* boats distributive page style ends */

/* map view page style starts */
/* .filtered--map--content {
  padding: 32px 0px;
} */

.filtered--map--content .search--found {
    color: #133254;
    font-size: 14px;
    line-height: 24px;
}

.filtered--map--content .map--wrapper {
    padding: 16px 0px 32px;
}

.filtered--map--content .map--box--found--wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
}

.filtered--map--content .map--box--found--wrapper a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.filtered--map--content .mapbox--found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 5px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(31, 41, 55, 0.08);
  box-shadow: 0px 1px 2px 0px rgba(31, 41, 55, 0.08);
  width: 330px;
  gap: 8px;
  cursor: pointer;
}

.filtered--map--content .mapbox--found .title {
    color: var(--secondary--color);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 12px;
}

.filtered--map--content .mapbox--found .icon--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    color: var(--secondary--color);
    font-size: 12px;
    line-height: 16px;
}

.filtered--map--content .mapbox--found .icon--wrapper .icon {
    width: 16px;
    height: 16px;
}

.filtered--map--content .mapbox--found .icon--wrapper .icon svg {
    width: 100%;
    height: 100%;
}

/* map view page style ends */

/* thank you page style starts */
.thank--you--main--area--wrapper {
    padding: 88px 0px 105px;
}

.thank--you--main--area--content {
    max-width: 510px;
    margin: 0 auto;
}

.thank--you--main--area--content .hero--title {
    color: var(--secondary--color);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 32px;
}

.thank--you--main--area--content .number--holder {
    color: var(--secondary--color);
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 12px;
}

.thank--you--main--area--content .number--holder span,
.thank--you--main--area--content .email--instruction span {
    font-weight: 600;
}

.thank--you--main--area--content .email--instruction {
    color: var(--secondary--color);
    font-size: 16px;
    line-height: 24px;
}

.reservation--details--wrapper {
    padding-top: 32px;
}

.reservation--details--wrapper .title {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.reservation--details--wrapper .boat--info--wrapper {
    padding-top: 24px;
}

.reservation--details--wrapper .boat--info--wrapper .boat--date--area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.reservation--details--wrapper .boat--info--wrapper .boat--area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    margin-bottom: 8px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(31, 41, 55, 0.08);
    box-shadow: 0px 1px 2px 0px rgba(31, 41, 55, 0.08);
}

.reservation--details--wrapper .boat--info--wrapper .boat--area .left {
    width: 97px;
    height: 76px;
}

.reservation--details--wrapper .boat--info--wrapper .boat--area .left img {
    width: 100%;
    height: 100%;
}

.reservation--details--wrapper .boat--info--wrapper .boat--area .right {
    color: var(--secondary--color);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding: 0 20px;
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.reservation--details--wrapper .boat--info--wrapper .boat--area .review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
}

.reservation--details--wrapper .boat--info--wrapper .boat--area .review .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.reservation--details--wrapper .boat--info--wrapper .date--person--wrapper {
    display: grid;
    padding: 10px;
    border: 1px solid #ddddd7;
    background: #fff;
    border-radius: 8px;
    grid-template-columns: repeat(2, 1fr);
}

.reservation--details--wrapper .boat--info--wrapper .date--person--wrapper .wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: 100%;
    position: relative;
    text-align: center;
}

.reservation--details--wrapper .boat--info--wrapper .date--person--wrapper .wrapper::after {
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    width: 0.3px;
    height: 100%;
    background: #ddddd7;
}

.reservation--details--wrapper .boat--info--wrapper .date--person--wrapper .wrapper:last-child::after {
    display: none;
}

.reservation--details--wrapper .boat--info--wrapper .date--person--wrapper .wrapper .subtitle {
    color: #133254;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
}

.reservation--details--wrapper .boat--info--wrapper .date--person--wrapper .wrapper .value {
    color: var(--secondary--color);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
}

.reservation--details--wrapper .boat--info--wrapper .date--person--wrapper .wrapper .value span {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
}

.reservation--details--wrapper .boat--info--wrapper .place--time--wrapper ul,
.reservation--details--wrapper .boat--info--wrapper .price--breakdown--wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    color: #222;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 0px;
}

.reservation--details--wrapper .boat--info--wrapper .place--time--wrapper ul li,
.reservation--details--wrapper .boat--info--wrapper .price--breakdown--wrapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reservation--details--wrapper .boat--info--wrapper .price--breakdown--wrapper {
    padding-bottom: 32px;
}

.reservation--details--wrapper .boat--info--wrapper .price--breakdown--wrapper .title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 8px;
}

.reservation--details--wrapper .boat--info--wrapper .price--breakdown--wrapper ul {
    padding: 0px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddddd7;
}

.reservation--details--wrapper .boat--info--wrapper .total--price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding-top: 8px;
}

.reservation--details--wrapper .boat--info--wrapper .accept--btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.5px;
    padding: 12px 0px;
    background-color: var(--primary--color);
    border-radius: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.reservation--details--wrapper .boat--info--wrapper .accept--btn:hover {
    background-color: var(--secondary--color);
}

/* thank you page style ends */

/* contact page style starts */
.contact--form--area--wrapper {
    padding: 88px 0px 32px;
}

.contact--form--area--content {
    max-width: 510px;
    margin: 0 auto;
}

.contact--form--area--content .title {
    color: #133254;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 24px;
}

.contact--form--area--content .subtitle {
    color: #133254;
    font-size: 16px;
    line-height: 24px;
}

.auth--form input,
.auth--form .select2,
.auth--form .select--wrapper .nice-select,
.auth--form textarea {
    padding: 16px 12px;
    border-radius: 8px;
    border: 1px solid #b0b0b0;
    color: var(--secondary--color);
    font-size: 16px;
    line-height: normal;
    width: 100% !important;
    background-color: transparent;
}

.contact--form--area .select--wrapper .nice-select {
    height: 52px;
}

.contact--form--area .select--wrapper .nice-select .current {
    display: inline-block;
}

.contact--form--area textarea,
.auth--form textarea {
    height: 150px;
    resize: none;
}

.contact--form--area input::-webkit-input-placeholder,
.contact--form--area textarea::-webkit-input-placeholder,
.auth--form textarea::-webkit-input-placeholder {
    color: #b2b2b2;
    font-size: 16px;
    line-height: normal;
}

.contact--form--area input::-moz-placeholder,
.contact--form--area textarea::-moz-placeholder,
.auth--form textarea::-moz-placeholder {
    color: #b2b2b2;
    font-size: 16px;
    line-height: normal;
}

.contact--form--area input:-ms-input-placeholder,
.contact--form--area textarea:-ms-input-placeholder,
.auth--form textarea:-ms-input-placeholder {
    color: #b2b2b2;
    font-size: 16px;
    line-height: normal;
}

.contact--form--area input::-ms-input-placeholder,
.contact--form--area textarea::-ms-input-placeholder,
.auth--form textarea::-ms-input-placeholder {
    color: #b2b2b2;
    font-size: 16px;
    line-height: normal;
}

.contact--form--area input::placeholder,
.contact--form--area textarea::placeholder,
.auth--form textarea::placeholder {
    color: #b2b2b2;
    font-size: 16px;
    line-height: normal;
}

.contact--form--area .input--group,
.contact--form--area .input--group--half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 16px;
}

.contact--form--area .input--group .input--holder {
    width: 100%;
}

.contact--form--area .input--group .input--holder:first-child {
    width: 100px;
}

.contact--form--area .input--group--half .input--holder {
    width: 100%;
}

.contact--form--area input[type="number"]::-webkit-inner-spin-button,
.contact--form--area input[type="number"]::-webkit-outer-spin-button {
    display: none;
}

.contact--form--area .select--wrapper .small--text {
    color: #717171;
    font-size: 12px;
    line-height: normal;
    padding-bottom: 6px;
}

.contact--form--area .submit--btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.5px;
    padding: 12px 0px;
    border-radius: 50px;
    background: var(--primary--color);
    border: none;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.contact--form--area .submit--btn:hover {
    background-color: var(--secondary--color);
}

.contact--form--area .prefer--text {
    color: var(--secondary--color);
    font-size: 18px;
    line-height: normal;
    letter-spacing: -0.5px;
}

.contact--form--area .prefer--text span {
    font-weight: 600;
}

/* contact page style ends */

/* faq page style starts */
.faq--page--wrapper {
    padding-bottom: 120px;
    background: #f5f5f5;
}

.faq--section--title--wrapper {
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding: 32px 0px;
}

.faq--section--title--wrapper::-webkit-scrollbar {
    display: none;
}

.faq--section--title--wrapper .section--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 16px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    border-radius: 100px;
    border: 1px solid #e5e7eb;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(31, 41, 55, 0.08);
    box-shadow: 0px 1px 2px 0px rgba(31, 41, 55, 0.08);
    color: var(--secondary--color);
    font-size: 14px;
    line-height: 20px;
    /* 142.857% */
}

.faq--section--title--wrapper {
    overflow-x: hidden;
    scroll-behavior: smooth;
    min-width: 680px;
}

.faq--section--title--wrapper.dragging {
    scroll-behavior: auto;
    cursor: -webkit-grab;
    cursor: grab;
}

.faq--section--title--wrapper .section--title {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.faq--section--title--wrapper.dragging .section--title {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.faq--page--section--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
}

.faq--page--section--list .single--section .intro--title {
    color: var(--secondary--color);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.faq--page--section--list .single--section .faq--content--wrapper .accordion-button {
    padding-left: 0;
}

.faq--content--wrapper .accordion-button::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.faq--content--wrapper .accordion-button:not(.collapsed)::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* faq page style ends */

/* about us page style starts */
.about--us--banner--area--wrapper {
    padding: 90px 0px 50px;
}

.about--us--banner--area--content {
    width: 100%;
    height: 500px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.about--us--banner--area--content img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about--us--banner--area--content .gradient {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.about--us--hero--area--wrapper {
    padding-bottom: 10px;
}

.about--us--hero--area--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 57px;
}

.about--us--hero--area--content .left {
    max-width: 560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.about--us--hero--area--content .left .single--text--section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.about--us--hero--area--content .common--title {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.about--us--hero--area--content .left .single--text--section .paragraph--wrapper {
    color: var(--secondary--color);
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

.about--us--hero--area--content .right .description--card--wrapper {
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.about--us--hero--area--content .right .single--description--card {
    padding: 16px;
    width: 420px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(31, 41, 55, 0.08);
    box-shadow: 0px 1px 2px 0px rgba(31, 41, 55, 0.08);
}

.about--us--hero--area--content .right .single--description--card .top--part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

.about--us--hero--area--content .right .single--description--card .top--part svg {
    width: 24px;
    height: 24px;
}

.about--us--hero--area--content .right .single--description--card .top--part p {
    color: var(--secondary--color);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.about--us--hero--area--content .right .single--description--card .bottom--part {
    padding-top: 12px;
    color: #133254;
    font-size: 16px;
    line-height: 20px;
}

.about--us--main--area {
    background: #f5f5f5;
}

.about--us--main--area .supporting--data--area--content {
    background-color: var(--secondary--color);
    padding: 16px;
}

.about--us--main--area .supporting--data--area--content .heading,
.about--us--main--area .supporting--data--list {
    color: #fff;
}

.meet--the--team--area--content .main--title {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
    padding-bottom: 8px;
}

.meet--the--team--area--content .subtitle {
    color: var(--secondary--color);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.5px;
}

.meet--the--team--area--content .team--member--wrapper {
    padding-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.meet--the--team--area--content .single--team--member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    max-width: 335px;
}

.meet--the--team--area--content .single--team--member .intro--area {
    text-align: center;
}

.meet--the--team--area--content .single--team--member .intro--area .name {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.5px;
    padding-bottom: 4px;
}

.meet--the--team--area--content .single--team--member .intro--area .designation {
    color: var(--primary--color);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.5px;
}

.meet--the--team--area--content .single--team--member .intro--area .img--wrapper {
    width: 140px;
    height: 140px;
    border-radius: 100px;
    margin: 0 auto;
    margin-bottom: 16px;
    overflow: hidden;
}

.meet--the--team--area--content .single--team--member .intro--area .img--wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.meet--the--team--area--content .single--team--member .experience--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    color: var(--secondary--color);
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.5px;
}

.meet--the--team--area--content .single--team--member .experience--list li {
    position: relative;
    padding-left: 12px;
}

.meet--the--team--area--content .single--team--member .experience--list li::before {
    content: "";
    top: 8px;
    left: 0;
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: var(--secondary--color);
}

.meet--the--team--area--content .single--team--member .quote {
    color: var(--primary--color);
    text-align: center;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.5px;
}

/* about us page style end */

/* login and registration page style starts */
.auth--main--area--wrapper {
    background: #f5f5f5;
}

.auth--form {
    padding-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.contact--form--area--content .auth--form {
    padding-top: 24px;
}

.auth--form .bottom--wrapper {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    text-align: center;
}

.auth--form .bottom--wrapper .submit--btn {
    background-color: transparent;
    color: var(--primary--color);
    border: 1px solid var(--primary--color);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.auth--form .bottom--wrapper .submit--btn:hover {
    background: #e9eef4;
}

.auth--form .forgot--pass {
    color: var(--primary--color);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    padding-bottom: 16px;
}

.auth--form .input--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.auth--form .agreement--checkbox--wrapper {
    padding: 8px 0px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.auth--form .agreement--checkbox--wrapper input {
    display: none;
}

.auth--form .agreement--checkbox--wrapper label {
    color: var(--secondary--color);
    font-size: 16px;
    line-height: normal;
    max-width: 475px;
    cursor: pointer;
    position: relative;
    padding-left: 36px;
}

.auth--form .agreement--checkbox--wrapper label a {
    color: var(--primary--color);
}

.auth--form .agreement--checkbox--wrapper label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #c2c2c2;
    background: #fff;
    z-index: 2;
}

.auth--form .agreement--checkbox--wrapper input:checked+label::before {
    background-color: var(--secondary--color);
    border-color: var(--secondary--color);
}

.auth--form .agreement--checkbox--wrapper input:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 8px;
    width: 9px;
    height: 15px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 3;
}

.auth--form input {
    position: relative;
    /* border-width: 2px; */
}

.auth--form input::-webkit-input-placeholder {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.auth--form input::-moz-placeholder {
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.auth--form input:-ms-input-placeholder {
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.auth--form input::-ms-input-placeholder {
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.auth--form input::placeholder {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.auth--form.require--fields .input--wrapper {
    gap: 53px;
}

.auth--form .input--holder .forgot--pass {
    padding-top: 25px;
}

.auth--form .input--holder.require {
    margin-bottom: 24px;
}

.auth--form .input--holder.require input {
    border-color: #c13515;
    border-width: 2px;
}

.auth--form .input--holder.completed input {
    border-color: var(--secondary--color);
    border-width: 2px;
}

.auth--form .input--holder input {
    padding-top: 20px;
}

.auth--form .input--holder {
    position: relative;
}

.auth--form .input--holder label {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 12px;
    color: #b2b2b2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.auth--form .input--holder.in--focus label,
.auth--form .input--holder.completed label {
    top: 20%;
    font-size: 12px;
    color: #717171;
}

.auth--form .input--holder.require label {
    top: 20%;
    font-size: 12px;
    color: #c13515;
}

.auth--form .input--holder li:not(.option),
.agreement--checkbox--wrapper li {
    color: #c13515;
}

.auth--form .input--holder.require::before {
    content: "";
    bottom: -30px;
    left: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"%3E%3Cpath d="M8 0C3.58011 0 0 3.58003 0 8C0 12.42 3.58003 16 8 16C12.42 16 16 12.4197 16 8C16 3.58035 12.42 0 8 0ZM7.1161 4.0663H8.8839V9.0165H7.1161V4.0663ZM8 11.9337C7.5138 11.9337 7.1161 11.536 7.1161 11.0498C7.1161 10.5636 7.51382 10.1659 8 10.1659C8.48618 10.1659 8.8839 10.5636 8.8839 11.0498C8.8839 11.536 8.48618 11.9337 8 11.9337Z" fill="%23C13515"%3E%3C/path%3E%3C/svg%3E');
}

.auth--form .input--holder.require::after {
    content: "Error";
    bottom: -30px;
    left: 25px;
    position: absolute;
    color: #c13515;
    font-size: 14px;
    line-height: normal;
}

/* login and registration page style ends */

/* boat page style starts */
.boat--page--banner--slider--wrapper {
    padding: 88px 0px 24px;
}

.boat--page--banner--slider--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.boat--page--banner--slider--content .slider--part .single--slide {
    width: 100%;
    height: 500px;
    border-radius: 8px;
    overflow: hidden;
}

.boat--page--banner--slider--content .slider--part .single--slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.boat--page--banner--slider--content .content--part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.boat--page--banner--slider--content .content--part .title {
    color: var(--secondary--color);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.boat--page--banner--slider--content .content--part .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.boat--page--banner--slider--content .content--part .right .icon--box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.boat--page--banner--slider--content .content--part .right .icon--box svg {
    width: 24px;
    height: 24px;
}

.boat--page--banner--slider--content .content--part .right .icon--box p {
    color: var(--secondary--color);
    font-size: 12px;
    line-height: 16px;
}

.boat--page--banner--slider--content .slider--part {
    position: relative;
}

.boat--page--banner--slider--content .slider--part .social--icons {
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 16px;
    display: none;
}

.boat--page--banner--slider--content .slider--part .social--icons .icon {
    min-width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.boat--page--banner--slider--content .slider--part .social--icons .icon svg {
    min-width: 100%;
    height: 100%;
}

.boat--page--banner--slider--content .slider--part .social--icons .heart.active svg path {
    fill: var(--secondary--color);
}

.boat--page--banner--slider--content .slider--part .social--icons .heart.active::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12.001 4.52853C14.35 2.42 17.98 2.49 20.2426 4.75736C22.5053 7.02472 22.583 10.637 20.4786 12.993L11.9999 21.485L3.52138 12.993C1.41705 10.637 1.49571 7.01901 3.75736 4.75736C6.02157 2.49315 9.64519 2.41687 12.001 4.52853Z'/%3E%3C/svg%3E");
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}

.boat--page--banner--slider--content .slider--part .button--next,
.boat--page--banner--slider--content .slider--part .button--prev {
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.boat--page--banner--slider--content .slider--part .button--next svg,
.boat--page--banner--slider--content .slider--part .button--prev svg {
    min-width: 100%;
    height: 100%;
}

.boat--page--banner--slider--content .slider--part .button--next {
    right: 16px;
}

.boat--page--banner--slider--content .slider--part .button--prev {
    left: 16px;
}

.boat--page--banner--slider--content .slider--part .slider-pagination {
    position: absolute;
    z-index: 2;
    bottom: 22px;
    left: auto;
    right: 22px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.3);
    padding: 4px;
    min-width: 42px;
    color: var(--secondary--color);
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.5px;
    text-align: center;
}

.boat--page--banner--slider--content .slider--part .swiper-backface-hidden .swiper-slide {
    border-radius: 8px;
    overflow: hidden;
}

.swiper-slide {
    height: 250px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.boat--page--banner--slider--content .content--part .heart--icon {
    position: relative;
}

.boat--page--banner--slider--content .content--part .heart--icon.active::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12.001 4.52853C14.35 2.42 17.98 2.49 20.2426 4.75736C22.5053 7.02472 22.583 10.637 20.4786 12.993L11.9999 21.485L3.52138 12.993C1.41705 10.637 1.49571 7.01901 3.75736 4.75736C6.02157 2.49315 9.64519 2.41687 12.001 4.52853Z'/%3E%3C/svg%3E");
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}

.boat--page--main--content--wrapper {
    padding-bottom: 40px;
}

.boat--page--main--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.boat--page--main--content .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-width: 600px;
}

.boat--page--main--content .left .review--area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.boat--page--main--content .left .review--area .review--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--secondary--color);
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
}

.boat--page--main--content .left .review--area .review--text p span {
    font-size: 12px;
    line-height: 16px;
}

.boat--page--main--content .left .review--area .list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 8px;
}

.boat--page--main--content .left .review--area .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    color: var(--secondary--color);
    font-size: 16px;
    line-height: 16px;
}

.boat--page--main--content .left .review--area .list li svg {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
}

.boat--page--main--content .common--section--intro {
    color: #133254;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 16px;
}

.boat--page--main--content .what--includes--area .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    max-width: 535px;
}

.boat--page--main--content .what--includes--area .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 8px;
}

.boat--page--main--content .what--includes--area .list li .icon {
    width: 32px;
    height: 32px;
    filter: grayscale(1) brightness(0) invert(57%) sepia(84%) saturate(542%) hue-rotate(343deg) brightness(100%) contrast(103%);
}

.equipment-item img {
    filter: grayscale(1) brightness(0) invert(57%) sepia(84%) saturate(542%) hue-rotate(343deg) brightness(100%) contrast(103%);
}

.boat--page--main--content .what--includes--area .list li .icon svg {
    width: 100%;
    height: 100%;
}

.boat--page--main--content .what--includes--area .list li .text .main {
    color: var(--secondary--color);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    padding-bottom: 8px;
}

.boat--page--main--content .what--includes--area .list li .text .sub {
    color: var(--secondary--color);
    font-size: 16px;
    line-height: 18px;
}

#highlighted-service-icon {
    filter: grayscale(1) brightness(0) invert(15%) sepia(80%) saturate(632%) hue-rotate(174deg) brightness(92%) contrast(96%);
}

.boat--page--main--content .extra--facilities--area .list {
    color: #133254;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 16px;
}

.boat--page--main--content .extra--facilities--area .list li {
    position: relative;
    padding-left: 30px;
}

.boat--page--main--content .extra--facilities--area .list li::before {
    content: "";
    top: -4px;
    left: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M9.54961 18.0001L3.84961 12.3001L5.27461 10.8751L9.54961 15.1501L18.7246 5.9751L20.1496 7.4001L9.54961 18.0001Z" fill="%2366BCF4"%3E%3C/path%3E%3C/svg%3E');
}

.skipper--card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(31, 41, 55, 0.08);
    box-shadow: 0px 1px 2px 0px rgba(31, 41, 55, 0.08);
    padding: 16px;
    width: 330px;
}

.skipper--card .left {
    min-width: 70px;
    max-width: 70px !important;
    height: 70px;
    border-radius: 100px;
    overflow: hidden;
}

.skipper--card .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.skipper--card .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding: 0px !important;
}

.skipper--card .right .name {
    color: #133254;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.skipper--card .right .speciality {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    color: #133254;
    font-size: 12px;
    line-height: 16px;
}

.skipper--card .right .speciality svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.boat--page--main--content .what--will--you--do--area {
    color: #133254;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    max-width: 530px;
}

.boat--page--main--content .what--will--you--do--area .common--section--intro {
    padding-bottom: 0;
}

.boat--page--main--content .boat--features--area .list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    color: #133254;
    font-size: 16px;
    line-height: 16px;
    max-width: 330px;
    padding-bottom: 16px;
}

.boat--page--main--content .boat--features--area .list svg {
    width: 24px;
    height: 24px;
}

.boat--page--main--content .boat--features--area .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.boat--page--main--content .map--area .map {
    max-width: 600px;
    margin-bottom: 16px;
    height: 435px;
}

.boat--page--main--content .map--area .instruction--text {
    color: var(--secondary--color);
    font-size: 16px;
    line-height: 16px;
}

.boat--page--main--content .single--review--card {
    padding: 24px 16px;
    width: 280px;
    height: 252px;
    border-radius: 12px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.boat--page--main--content .single--review--card .top--part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.boat--page--main--content .single--review--card .top--part .avatar {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    overflow: hidden;
}

.boat--page--main--content .single--review--card .top--part .avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.boat--page--main--content .single--review--card .top--part .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.boat--page--main--content .single--review--card .top--part .name {
    color: var(--secondary--color);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.boat--page--main--content .single--review--card .top--part .review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
}

.boat--page--main--content .single--review--card .top--part .review svg {
    width: 12px;
    height: 12px;
}

.boat--page--main--content .single--review--card .bottom--part {
    text-align: center;
}

.boat--page--main--content .single--review--card .bottom--part .title {
    color: var(--secondary--color);
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 12px;
}

.boat--page--main--content .single--review--card .bottom--part .description {
    color: var(--secondary--color);
    font-size: 14px;
    line-height: normal;
}

.boat--page--main--content .customer--review--area .swiper-slide {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}

.boat--page--main--content .special--instruction--text--wrapper .container {
    padding: 0px;
}

.boat--page--main--content .special--instruction--text--wrapper {
    min-width: 100%;
}

.boat--page--main--content .right {
    width: 419px;
    padding: 24px;
    background: #fff;
    position: sticky;
    top: 70px;
}

.boat--page--main--content .booking--main--form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.boat--page--main--content .booking--main--form .reservation--details--wrapper {
    padding-top: 0;
}

.boat--page--main--content .booking--main--form .common--title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 8px;
}

.boat--page--main--content .booking--main--form .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.boat--page--main--content .booking--main--form .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.boat--page--main--content .booking--main--form .price--details--wrapper .list {
    gap: 16px;
}

.boat--page--main--content .booking--main--form .price--details--wrapper .list p {
    max-width: 250px;
}

.boat--page--main--content .booking--main--form .discount--form .sub--text {
    color: #222;
    font-size: 12px;
    font-style: italic;
    line-height: 24px;
    padding-bottom: 8px;
}

.boat--page--main--content .booking--main--form .discount--form .input--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.boat--page--main--content .booking--main--form .discount--form input {
    padding: 16px 12px;
    width: 240px;
    border-radius: 8px;
    border: 1px solid #b0b0b0;
    color: var(--secondary--color);
    font-size: 16px;
    line-height: normal;
}

.boat--page--main--content .booking--main--form .discount--form input::-webkit-input-placeholder {
    color: #b0b0b0;
    font-size: 16px;
    line-height: normal;
}

.boat--page--main--content .booking--main--form .discount--form input::-moz-placeholder {
    color: #b0b0b0;
    font-size: 16px;
    line-height: normal;
}

.boat--page--main--content .booking--main--form .discount--form input:-ms-input-placeholder {
    color: #b0b0b0;
    font-size: 16px;
    line-height: normal;
}

.boat--page--main--content .booking--main--form .discount--form input::-ms-input-placeholder {
    color: #b0b0b0;
    font-size: 16px;
    line-height: normal;
}

.boat--page--main--content .booking--main--form .discount--form input::placeholder {
    color: #b0b0b0;
    font-size: 16px;
    line-height: normal;
}

.boat--page--main--content .booking--main--form .common--btn {
    background-color: var(--primary--color);
    border: none;
    color: #fff;
    width: 100%;
    border-radius: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.boat--page--main--content .booking--main--form .common--btn:hover {
    background-color: var(--secondary--color);
}

.boat--page--main--content .booking--main--form .discount--form .common--btn {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.5px;
    padding: 10px 12px;
}

.boat--page--main--content .booking--main--form .total--price--list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.boat--page--main--content .booking--main--form .final--submit--btn {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
}

.boat--page--main--content .booking--main--form .date--person--select--wrapper {
    padding: 10px;
    border: 1px solid #ddddd7;
    background: #fff;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}

.boat--page--main--content .booking--main--form .date--person--select--wrapper .dates,
.boat--page--main--content .booking--main--form .date--person--select--wrapper .persons {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.boat--page--main--content .booking--main--form .date--person--select--wrapper .dates {
    border-right: 1px solid #ddddd7;
    padding-right: 10px;
}

.boat--page--main--content .booking--main--form .date--person--select--wrapper .title {
    color: #133254;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
}

.boat--page--main--content .check--availability--area .custom--calendar--wrapper {
    width: 330px;
}

.boat--page--main--content .check--availability--area .time--table--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding-top: 16px;
}

.boat--page--main--content .check--availability--area .time--table--wrapper .single--time--table {
    padding: 4px 8px;
    border-radius: 12px;
    border: 1px solid #ebebeb;
    background: #fff;
    -webkit-box-shadow: 0px 4px 32px 0px rgba(170, 170, 170, 0.03);
    box-shadow: 0px 4px 32px 0px rgba(170, 170, 170, 0.03);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #133254;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    /*width: 86px;*/
    cursor: pointer;
}

.boat--page--main--content .check--availability--area .time--table--wrapper .single--time--table.disabled {
    border: 1px solid #ebebeb;
    background: #ebebeb;
    color: #aab3be;
}

.boat--page--main--content .check--availability--area .custom--calendar--wrapper .js-weeks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.boat--page--main--content .date--person--select--wrapper .input--holder input {
    width: 100%;
    border: none;
    background-color: transparent;
    color: var(--secondary--color);
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
}

.boat--page--main--content .date--person--select--wrapper .input--holder input::-webkit-input-placeholder {
    color: #b2b2b2;
}

.boat--page--main--content .date--person--select--wrapper .input--holder input::-moz-placeholder {
    color: #b2b2b2;
}

.boat--page--main--content .date--person--select--wrapper .input--holder input:-ms-input-placeholder {
    color: #b2b2b2;
}

.boat--page--main--content .date--person--select--wrapper .input--holder input::-ms-input-placeholder {
    color: #b2b2b2;
}

.boat--page--main--content .date--person--select--wrapper .input--holder input::placeholder {
    color: #b2b2b2;
}

.boat--page--main--content .date--person--select--wrapper .dropdown--wrapper {
    position: relative;
}

.boat--page--main--content .date--person--select--wrapper .dropdown--content {
    position: absolute;
    top: 85px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.boat--page--main--content .date--person--select--wrapper .dropdown--content.active {
    top: 75px;
    opacity: 1;
    visibility: visible;
}

.boat--page--main--content .date--person--select--wrapper .people--counter {
    width: 328px;
    border-radius: 12px;
    border: 1px solid #ebebeb;
    background: #fff;
    -webkit-box-shadow: 0px 4px 32px 0px rgba(170, 170, 170, 0.03);
    box-shadow: 0px 4px 32px 0px rgba(170, 170, 170, 0.03);
}

.boat--page--main--content .date--person--select--wrapper .dates .dropdown--content {
    left: -36px;
    right: auto;
    background: rgba(34, 34, 34, 0.2);
    padding: 24px;
    top: 80px;
    width: 419px;
}

.boat--page--main--content .date--person--select--wrapper .dates .dropdown--content .inner--dropdown {
    border-radius: 8px;
    background: #fefefe;
    padding: 24px;
}

.boat--page--main--content .date--person--select--wrapper .dates .dropdown--content .inner--dropdown .time--wrapper--btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 16px;
    gap: 8px;
}

.boat--page--main--content .date--person--select--wrapper .dates .dropdown--content .inner--dropdown .time--wrapper--btn button {
    color: var(--secondary--color);
    font-size: 12px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #ebebeb;
    background: #fff;
    -webkit-box-shadow: 0px 4px 32px 0px rgba(170, 170, 170, 0.03);
    box-shadow: 0px 4px 32px 0px rgba(170, 170, 170, 0.03);
}

.boat--page--main--content .date--person--select--wrapper .dates .dropdown--content .inner--dropdown .time--wrapper--btn button.selected {
    background-color: var(--secondary--color);
    color: #fff;
}

.boat--page--main--content .date--person--select--wrapper .dates .dropdown--content .inner--dropdown .time--wrapper--btn button.disabled {
    background: #ebebeb;
    color: #aab3be;
}

.boat--page--main--content .booking--main--form .persons--error--text {
    color: #df2222;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
}

/* boat page style ends */

/* my bookings page style starts */
.my--bookings--main--area--wrapper {
    padding: 88px 0px 132px;
}

.my--booking--main--area--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
}

.my--booking--main--area--content .main--title {
    color: var(--secondary--color);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.my--booking--main--area--content .common--title {
    color: var(--secondary--color);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 16px;
}

.custom--booking--card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(31, 41, 55, 0.08);
    box-shadow: 0px 1px 2px 0px rgba(31, 41, 55, 0.08);
    width: 330px;
    margin-bottom: 16px;
}

.custom--booking--card .left {
    min-width: 97px;
    max-width: 97px;
    height: 76px;
}

.custom--booking--card .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.custom--booking--card .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.custom--booking--card .right .name {
    color: var(--secondary--color);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    max-width: 195px;
}

.custom--booking--card .right .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    color: #133254;
    font-size: 12px;
    line-height: 16px;
}

.custom--booking--card .right .info p:first-child {
    position: relative;
}

.custom--booking--card .right .info p:first-child::after {
    content: "";
    top: 7px;
    right: -8px;
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: var(--secondary--color);
}

.my--booking--main--area--content .booking--list--wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.my--booking--main--area--content .booking--list--wrapper .single--booking--list .status {
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
    padding-bottom: 6px;
    font-weight: 500;
}

.my--booking--main--area--content .booking--list--wrapper .single--booking--list .status.pending {
    color: #ff941d;
}

.my--booking--main--area--content .booking--list--wrapper .single--booking--list .status.accepted {
    color: #02850f;
}

.my--booking--main--area--content .booking--list--wrapper .single--booking--list .status.cancelled,
.my--booking--main--area--content .booking--list--wrapper .single--booking--list .status.migrated{
    color: #de0707;
}

/* my bookings page style ends */

/* booking details page style starts */
.booking--details--main--area--wrapper {
    padding: 88px 0px 90px;
}

.booking--details--main--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 110px;
}

.booking--details--main--content .details--area {
    max-width: 420px;
}

.booking--details--main--content .reservation--detail .title {
    color: var(--secondary--color);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 24px;
}

.booking--details--main--content .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.booking--details--main--content .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #222;
    font-size: 16px;
    line-height: 24px;
}

.booking--details--main--content .pricing--detail {
    padding: 24px 0px 8px;
}

.booking--details--main--content .pricing--detail .list li p {
    max-width: 250px;
}

.booking--details--main--content .pricing--detail .title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 8px;
}

.booking--details--main--content .total--pricing {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding-top: 8px;
    border-top: 1px solid #ddddd7;
    margin-bottom: 40px;
}

.booking--details--main--content .skipper--area {
    max-width: 330px;
}

.booking--details--main--content .skipper--area .title {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 16px;
}

.booking--details--main--content .skipper--area .cancel--btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0px;
    border-radius: 50px;
    border: 1px solid var(--primary--color);
    color: var(--primary--color);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.5px;
    width: 100%;
    margin-top: 75px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.booking--details--main--content .skipper--area .cancel--btn:hover {
    background: #e9eef4;
}

.booking--details--main--content .skipper--card {
    position: relative;
    padding-bottom: 48px;
}

.booking--details--main--content .skipper--card .contact--info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    color: #133254;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    padding: 0px 16px;
}

/* booking details page style ends */

/* booking cancellation page style starts */

.booking--cancellation--content {
    max-width: 510px;
    margin: 0 auto;
}

.booking--cancellation--content .text--area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.booking--cancellation--content .text--area .title {
    color: var(--secondary--color);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.booking--cancellation--content .text--area p {
    color: #222;
    font-size: 16px;
    line-height: 24px;
}

.booking--cancellation--content .text--area p span {
    font-weight: 600;
}

.join--button--area {
    padding-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.join--button--area .cancel--btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    background: var(--primary--color);
    padding: 12px 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.5px;
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.join--button--area .cancel--btn:hover {
    background-color: var(--secondary--color);
}

/* booking cancellation page style ends */

/* favourites page style starts */
.favourites--card--wrapper .filtered--content--wrapper {
    padding-top: 0;
}

/* favourites page style ends */

/* booking private page style starts */
.bookings--private--area--content .all--booking--area--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.bookings--private--area--content .custom--booking--card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 12px;
}

.bookings--private--area--content .custom--booking--card .bottom ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.bookings--private--area--content .custom--booking--card .bottom ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--secondary--color);
    font-size: 12px;
    line-height: 16px;
    gap: 6px;
}

.bookings--private--area--content .custom--booking--card .bottom ul li .icon {
    width: 16px;
    height: 16px;
}

.bookings--private--area--content .custom--booking--card .bottom ul li .icon svg {
    width: 100%;
    height: 100%;
}

.bookings--private--area--content .custom--booking--card .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    color: var(--secondary--color);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.bookings--private--area--content .custom--booking--card .top p:first-child {
    position: relative;
}

.bookings--private--area--content .custom--booking--card .top p:first-child::after {
    content: "";
    top: 12px;
    right: -10px;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--secondary--color);
}

.bookings--private--area--content .single--booking--list .buttons--area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.bookings--private--area--content .single--booking--list .buttons--area button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0px;
    color: var(--primary--color);
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.5px;
    border-radius: 50px;
    border: 1px solid #2264df;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.bookings--private--area--content .single--booking--list .buttons--area .reject--btn {
    width: 40%;
}

.bookings--private--area--content .single--booking--list .buttons--area .reject--btn:hover {
    background: #e9eef4;
}

.bookings--private--area--content .single--booking--list .buttons--area .accept--btn {
    width: 60%;
    background-color: var(--primary--color);
    color: #fff;
}

.bookings--private--area--content .single--booking--list .buttons--area .accept--btn:hover {
    background-color: var(--secondary--color);
}

.bookings--private--area--content .all--booking--area--wrapper #pending {
    padding-bottom: 16px;
}

.bookings--private--area--content .booking--selection--btn--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.bookings--private--area--content .booking--selection--btn--wrapper button {
    border-radius: 100px;
    border: 1px solid #e5e7eb;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(31, 41, 55, 0.08);
    box-shadow: 0px 1px 2px 0px rgba(31, 41, 55, 0.08);
    color: #133254;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 16px;
}

.bookings--private--area--content .booking--selection--btn--wrapper button.selected {
    background-color: var(--secondary--color);
    color: #fff;
}

.private--booking--page {
    position: relative;
}

.deny--reservation--wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(34, 34, 34, 0.2);
    z-index: 5000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.deny--reservation--wrapper .deny--reservation--content {
    width: 590px;
    border-radius: 16px;
    background: #fff;
    padding: 40px;
    position: relative;
}

.deny--reservation--wrapper .deny--reservation--content .title {
    color: #133254;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 120% */
}

.deny--reservation--wrapper .deny--reservation--content .description--text {
    color: #222;
    font-size: 16px;
    line-height: 24px;
    padding-top: 24px;
}

.deny--reservation--wrapper .deny--reservation--content .description--text span {
    font-weight: 600;
}

.deny--reservation--wrapper .deny--reservation--content .close--wrapper {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.deny--reservation--wrapper .deny--reservation--content .close--wrapper svg {
    width: 100%;
    height: 100%;
}

/* booking private page style ends */

/* my boat page style starts */
.my--boats--area--content .my--single--boat .info {
    gap: 2px;
}

.my--boats--area--content .my--single--boat .info svg {
    width: 16px;
    height: 16px;
}

.my--boats--area--content .my--single--boat .info p {
    color: #133254;
    font-size: 12px;
    line-height: 16px;
}

.my--boats--area--content .boat--area .board--boat {
    width: 330px;
    background-color: var(--primary--color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    border: none;
    padding: 12px 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.5px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-top: 16px;
}

.my--boats--area--content .boat--area .board--boat:hover {
    background-color: var(--secondary--color);
}

.my--boats--area--content .return--btn,
.private--booking--details--area--content .return--btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    color: var(--secondary--color);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -16px;
}

/* my boat page style ends */

/* private header style starts */
.private--companies--navbar .menu--links--wrapper ul .contact--us {
    padding-left: 0px;
    margin-left: -12px;
}

.private--companies--navbar .board--boat--btn {
    border-radius: 50px;
    border: 1px solid #2264df;
    padding: 8px 12px;
    font-weight: 600;
    line-height: normal;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    cursor: pointer;
}

.private--companies--navbar .board--boat--btn:hover {
    background-color: #e9eef4;
}

.skipper--list--wrapper .boat--area .board--boat {
    width: 331px;
}

/* private header style ends */

.private--booking--details--area--wrapper {
    padding: 88px 0px 48px;
}

.private--booking--details--area--content {
    max-width: 508px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.private--booking--details--area--content .auth--form {
    padding-top: 0;
}

.private--booking--details--area--content .title {
    color: #133254;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 24px;
}

.private--booking--details--area--content .reservation--details .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.private--booking--details--area--content .reservation--details .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #222;
    font-size: 18px;
    line-height: 24px;
}

.private--booking--details--area--content .client--details .title {
    padding-bottom: 16px;
}

.private--booking--details--area--content .client--details .instruction--text {
    color: #222;
    font-size: 16px;
    line-height: 24px;
}

/* booking details private  */

/* my boat details page style starts */
.my--boat--details--content {
    max-width: 508px;
    margin: 0 auto;
}

.my--boat--details--content .auth--form .save--change--btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 0px;
    border-radius: 50px;
    border: 1px solid var(--primary--color);
    background-color: transparent;
    color: var(--primary--color);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.5px;
    margin-top: 16px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.my--boat--details--content .auth--form .save--change--btn:hover {
    background: #e9eef4;
}

.my--boat--details--content .auth--form {
    padding-top: 0;
}

.my--boat--details--content .single--details--wrapper .section--title {
    color: #133254;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 32px;
}

.my--boat--details--content .auth--form .boat--type--checkbox--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.my--boat--details--content .auth--form .checkbox--holder input {
    display: none;
}

.my--boat--details--content .auth--form .checkbox--holder label {
    position: relative;
    color: var(--secondary--color);
    font-size: 16px;
    line-height: normal;
    padding-left: 36px;
    cursor: pointer;
}

.my--boat--details--content .auth--form .checkbox--holder label::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #c2c2c2;
    background-color: #fff;
    cursor: pointer;
}

.my--boat--details--content .auth--form .checkbox--holder input:checked+label::before {
    background-color: var(--secondary--color);
}

.my--boat--details--content .auth--form .checkbox--holder input:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 8px;
    width: 8px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.my--boat--details--content .location--indicator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
    color: var(--secondary--color);
    font-size: 12px;
    line-height: 16px;
}

.my--boat--details--content .location--indicator svg {
    width: 16px;
    height: 16px;
}

.my--boat--details--content .auth--form input[type="file"] {
    border: 2px solid var(--secondary--color);
    color: var(--secondary--color);
    font-size: 16px;
    line-height: normal;
}

.my--boat--details--content .auth--form .file--input--holder label {
    color: var(--secondary--color);
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 6px;
}

.my--boat--details--content .auth--form .combo--input--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.my--boat--details--content .auth--form .combo--input--wrapper .input--holder {
    width: 100%;
}

.my--boat--details--content .auth--form .group--label {
    color: var(--secondary--color);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -10px;
}

.my--boat--details--content .single--details--wrapper.mulitple--input--combination .auth--form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
}

.my--boat--details--content .auth--form .square--input--box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.my--boat--details--content .auth--form .radio--input--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
}

.my--boat--details--content .auth--form .radio--input--wrapper input {
    display: none;
}

.my--boat--details--content .auth--form .radio--input--wrapper label {
    color: var(--secondary--color);
    font-size: 16px;
    line-height: normal;
    position: relative;
    cursor: pointer;
    padding-left: 36px;
}

.my--boat--details--content .auth--form .radio--input--wrapper label::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #c2c2c2;
    cursor: pointer;
}

.my--boat--details--content .auth--form .radio--input--wrapper input:checked+label::before {
    background-color: var(--secondary--color);
}

.my--boat--details--content .auth--form .radio--input--wrapper input:checked+label::after {
    content: "";
    top: 8px;
    left: 8px;
    position: absolute;
    width: 8px;
    height: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #c2c2c2;
    cursor: pointer;
    z-index: 2;
}

.my--boat--details--content .auth--form .text--area--holder textarea,
.my--boat--details--content .auth--form .description--holder textarea {
    height: 82px;
    padding: 12px;
    border-color: var(--secondary--color);
    padding-top: 24px;
    color: var(--secondary--color);
    font-size: 16px;
    line-height: normal;
    border: 2px solid var(--secondary--color);
}

.my--boat--details--content .auth--form .description--holder textarea {
    height: 125px;
}

.my--boat--details--content .auth--form .text--area--holder label,
.my--boat--details--content .auth--form .description--holder label {
    color: #717171;
    font-size: 12px;
    line-height: normal;
    top: 12px;
}

.my--boat--details--content .single--details--wrapper.services--wrapper .auth--form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.my--boat--details--content .auth--form .text--area--holder {
    position: relative;
    color: #133254;
    font-size: 12px;
    line-height: normal;
}

.my--boat--details--content .auth--form .text--area--holder .length {
    position: absolute;
    z-index: 2;
    bottom: 12px;
    right: 12px;
}

/* my boat details page style ends */

/* update styles starts */
.footer--area--content .single--part.starting .bold {
    display: none;
}

.footer--area--content .single--part.starting .hide {
    display: none;
}

.header--mobile--nav--wrapper {
    display: none;
}

.lock--scroll {
    overflow: hidden;
}

.mobile--search--filter--area--wrapper {
    display: none;
}

.mobile--filter--dropdown .selected--lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 12px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.mobile--filter--dropdown .selected--lists.hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 12px;
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.mobile--filter--dropdown .selected--lists li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 12px;
    border-radius: 8px;
    background: #f9f9f9;
    -webkit-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.17);
}

.mobile--filter--dropdown .selected--lists li.hide {
    display: none;
}

.mobile--filter--dropdown .selected--lists li .field {
    color: var(--secondary--color);
    font-size: 12px;
    line-height: 24px;
}

.mobile--filter--dropdown .selected--lists li .value,
.mobile--filter--dropdown .selected--lists li .value span {
    color: var(--secondary--color);
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
}

.mobile--filter--dropdown .selected--lists li.date .value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.mobile--filter--dropdown--steps .single--step.step--wrapper {
    padding: 16px;
    border-radius: 16px 16px 0px 0px;
    background: #fff;
}

.mobile--filter--dropdown--steps .date--time--area .main--calendar--wrapper {
    padding-top: 35px;
    display: flex;
    justify-content: center;
}

.mobile--filter--dropdown--steps .date--time--area .time--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding-top: 16px;
}

.mobile--filter--dropdown--steps .date--time--area .time--wrapper button {
    color: var(--secondary--color);
    font-size: 12px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #ebebeb;
    background: #fff;
    -webkit-box-shadow: 0px 4px 32px 0px rgba(170, 170, 170, 0.03);
    box-shadow: 0px 4px 32px 0px rgba(170, 170, 170, 0.03);
}

.mobile--filter--dropdown--steps .date--time--area .time--wrapper button.selected {
    background-color: var(--secondary--color);
    color: #fff;
}

.mobile--filter--dropdown--steps .date--time--area .time--wrapper button.disabled {
    background: #ebebeb;
    color: #aab3be;
}

.mobile--filter--dropdown--steps {
    position: relative;
    height: 100vh;
}

.mobile--filter--dropdown--steps .single--step.hide--area {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.mobile--filter--dropdown--steps .single--step.step--wrapper {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
}

.mobile--filter--dropdown--steps .single--step.step--wrapper .button--area,
.mobile--filter--dropdown--steps .single--step.final--step .button--area {
    padding-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    gap: 24px;
}

.mobile--filter--dropdown--steps .single--step.final--step .button--area {
    padding-top: 0;
}

.mobile--filter--dropdown--steps .single--step.final--step .button--area a {
    display: block;
}

.mobile--filter--dropdown--steps .single--step.step--wrapper .button--area button,
.mobile--filter--dropdown--steps .single--step.final--step .button--area button {
    padding: 10px 12px;
    color: var(--primary--color);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.5px;
    border-radius: 50px;
    border: 1px solid var(--primary--color);
    background-color: transparent;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile--filter--dropdown--steps .single--step.step--wrapper .button--area .not--fill,
.mobile--filter--dropdown--steps .single--step.final--step .button--area .not--fill {
    width: 35%;
}

.mobile--filter--dropdown--steps .single--step.step--wrapper .button--area .fill,
.mobile--filter--dropdown--steps .single--step.final--step .button--area .fill {
    width: 65%;
    background-color: var(--primary--color);
    color: #fff;
}

.mobile--filter--dropdown--steps .single--step.final--step .button--area a {
    width: 65%;
}

.final--step {
    position: fixed;
    width: 95vw;
    bottom: 40%;
}

.mobile--filter--dropdown--steps .single--step.final--step .button--area a button {
    width: 100% !important;
}

.my--booking--main--area--content.skipper--list--wrapper .return--btn,
.private--booking--details--area--content .return--btn {
    display: none;
}

.auth--form .checkbox--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.bottom--checkout--wrapper,
.bottom--checkout--overlay {
    display: none;
}

.mobile--filter--dropdown--steps .person--area .people--counter {
    border-radius: 12px;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0px 4px 32px 0px rgba(170, 170, 170, 0.03);
    box-shadow: 0px 4px 32px 0px rgba(170, 170, 170, 0.03);
    margin-top: 14px;
}

.filter--selection--wrapper .mobile--content {
    display: none;
}

.select--content.time--wrapper--content .mobile--radio--buttons {
    display: none;
}

.customer--review--area .owl-carousel .owl-stage {
    margin-left: -12px;
}

.boat--page--main--content .check--availability--area .time--table--wrapper .single--time--table.selected {
    background-color: var(--secondary--color);
    color: #fff;
}

.owl-dots {
    display: none;
}

.nice-select {
    padding: 28px 12px;
    border-radius: 8px;
    border: 1px solid #b0b0b0;
    color: var(--secondary--color);
    font-size: 16px;
    line-height: normal;
    position: relative;
}

.nice-select .current {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.nice-select .list {
    overflow: scroll;
    max-height: 300px;
}

.boat--price--mobile--area {
    background: white;
    height: 75px;
    border-radius: 10px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    padding: 10px;
}

.boat--price--mobile--area .labels--wrapper {
    width: calc(100% - 10px);
    border-right: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.boat--price--mobile--area .labels--wrapper p {
    text-transform: uppercase;
    font-size: 14px;
}

.boat--price--mobile--area .price--wrapper {
    width: 100%;
    margin-left: 10px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.boat--price--mobile--area .price--wrapper .price {
    color: var(--secondary--color);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.boat--price--mobile--area .price--wrapper .date {
    color: var(--secondary--color);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.boat--price--mobile--area .price--wrapper .date span {
    font-weight: normal;
}

@media screen and (min-width: 1000px) {
    .boat--price--mobile--area {
        display: none !important;
    }
}

@media screen and (max-height: 801px) {
    .price--details--wrapper {
        padding: 0 !important;
    }

    .boat--page--main--content .booking--main--form .list li {
        font-size: 14px;
        line-height: 14px;
    }
}


/* update styles ends */
