@media screen and (min-width: 1200px) {
  .container {
    max-width: 1065px;
  }
}

/* large tablet devices */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* index page style starts */

  header {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .menu--links--wrapper {
    display: none;
  }

  .header--content--wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 0px;
  }
  .header--content--wrapper .hamburger--icon {
    display: block;
    width: 24px;
    height: 2px;
    position: relative;
    z-index: 600;
    background-color: var(--primary--color);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .header--content--wrapper .hamburger--icon::before {
    content: "";
    top: -6px;
    left: 0;
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--primary--color);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .header--content--wrapper .hamburger--icon::after {
    content: "";
    bottom: -6px;
    left: 0;
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--primary--color);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .header--content--wrapper .hamburger--icon.active {
    width: 0;
  }

  .header--content--wrapper .hamburger--icon.active::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
  }
  .header--content--wrapper .hamburger--icon.active::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0px;
  }

  .home--banner--area--wrapper {
    padding: 145px 0px 20px;
  }
  .home--banner--area--wrapper .intro--text--wrapper .heading {
    font-size: 18px;
    padding-bottom: 8px;
  }
  .home--banner--area--wrapper .intro--text--wrapper .sub--title {
    font-size: 14px;
  }
  .header--content--wrapper .logo--wrapper {
    width: 93px;
    height: 32px;
    margin-left: 46px;
  }

  .outstading--experience--area--content .top--part {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 8px;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .outstading--experience--area--content .top--part .single--experience p {
    font-size: 12px;
    line-height: 16px;
  }
  .outstading--experience--area--content .top--part .single--experience {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .outstading--experience--area--content .top--part .single--experience .icon {
    min-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;
  }

  .common--link {
    font-size: 12px;
  }

  .single--experience--card .card--pricing--area .price .duration {
    font-weight: 400;
  }
  .advantages--list--wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }

  .advantages--list--wrapper .single--advantage .text--area h3 {
    font-size: 14px;
  }

  .advantages--list--wrapper .single--advantage .text--area p {
    font-size: 14px;
    line-height: 20px;
  }

  .best--time--area--slider .single--best--time .text--wrapper .description {
    font-size: 14px;
  }

  .common--intro {
    font-size: 16px;
  }

  .where--to--area--content .description--text {
    font-size: 14px;
    padding: 0px 0px 24px;
  }

  .where--to--area--content .map--wrapper {
    height: 435px;
  }

  .onboard--services--list--wrapper a {
    width: 100%;
  }

  .supporting--data--area--content .heading {
    font-size: 16px;
  }

  .supporting--data--list {
    gap: 12px;
  }
  .onboard--service {
    width: 100%;
  }

  .special--instruction--text .heading {
    font-size: 16px;
  }
  .special--instruction--text a {
    font-size: 14px;
  }

  .faq--area--wrapper {
    position: relative;
    padding-bottom: 7px;
  }
  .faq--area--content .right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq--area--content .left .intro--area {
    padding-bottom: 24px;
  }
  .faq--content--wrapper .accordion-body {
    padding-top: 0;
  }
  .home--banner--area--wrapper .intro--text--wrapper {
    max-width: 328px;
    padding-bottom: 26px;
  }
  .footer--area--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 24px;
  }

  .footer--area--content .single--part.trademark {
    width: 100%;
  }

  .footer--area--content .single--part.trademark p {
    width: 100%;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .footer--area--content .single--part {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer--area--content .single--part.social--media--link {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer--area--content .single--part.social--media--link .title {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 0;
  }

  .footer--area--content .single--part.social--media--link ul {
    padding-left: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer--area--content .single--part.social--media--link ul li p {
    display: none;
  }

  .footer--area--content .single--part ul li a svg {
    width: 23px;
    height: 23px;
  }
  .footer--area--content .single--part ul li a,
  .footer--area--content .single--part .title,
  .footer--area--content .single--part p {
    font-size: 14px;
    line-height: normal;
  }
  .footer--area--content .single--part.starting .bold {
    display: inline-block;
    font-weight: 600;
  }

  .footer--area--content .single--part.starting .hide {
    display: inline-block;
  }
  .footer--area--content .single--part.legal--advice .hide {
    display: none;
  }

  .footer--area--content .single--part.legal--advice ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer--area--content .single--part.legal--advice ul li:nth-child(2) {
    position: relative;
  }

  .footer--area--content .single--part.legal--advice ul li:nth-child(2)::after {
    content: "";
    top: 7px;
    right: -10px;
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff;
  }

  .footer--area--content .single--part.legal--advice ul li a {
    font-size: 12px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .header--mobile--nav--wrapper {
    display: block;
    position: fixed;
    z-index: 500;
    background-color: #fff;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 100%;
    padding: 8px 16px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .header--mobile--nav--wrapper.active {
    left: 0;
  }

  .header--mobile--nav--wrapper .logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }

  .header--mobile--nav--wrapper .list {
    padding: 24px 0px 115px;
    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;
  }

  .header--mobile--nav--wrapper .list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header--mobile--nav--wrapper .list li p {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .header--mobile--nav--wrapper .list li span {
    color: var(--secondary--color);
    font-size: 14px;
    line-height: 24px;
  }

  .header--mobile--nav--wrapper .logo {
    position: relative;
    z-index: 700;
    width: 93px;
    height: 31.999px;
  }
  .header--mobile--nav--wrapper .logo img {
    width: 100%;
    height: 100%;
  }

  .header--mobile--nav--wrapper .common--link {
    font-size: 14px;
  }
  .mobile--search--filter--area--wrapper {
    display: none;
  }
  .mobile--search--filter--area--wrapper .trigger--area {
    width: 100%;
    background-color: #fff;
    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;
    padding-left: 24px;
    border-radius: 1000px;
    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);
  }

  .mobile--search--filter--area--wrapper .trigger--area .icon {
    padding: 4px;
    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;
    background: #133254;
    -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: 32px;
    height: 32px;
  }

  .mobile--search--filter--area--wrapper .trigger--area p {
    color: var(--secondary--color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .mobile--search--filter--area--wrapper .trigger--area .icon svg {
    width: 16px;
    height: 16px;
  }

  .mobile--filter--dropdown {
    position: fixed;
    top: 0;
    left: 0;
    background: #ebebeb;
    height: 100vh;
    width: 100%;
    z-index: 2000;
    padding-top: 42px;
    opacity: 0;
    visibility: hidden;
    scale: 0.95;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .mobile--filter--dropdown.active {
    opacity: 1;
    visibility: visible;
    scale: 1;
  }

  .mobile--filter--dropdown .close--area {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 16px;
    right: 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;
  }
  .mobile--filter--dropdown .close--area svg {
    width: 100%;
    height: 100%;
  }

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

  .mobile--filter--dropdown--steps .place--area .input--area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 16px;
    position: relative;
  }

  .mobile--filter--dropdown--steps .place--area .input--area .icon {
    width: 24px;
    height: 24px;
    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;
    z-index: 2;
    top: 25px;
    right: 12px;
  }

  .mobile--filter--dropdown--steps .place--area .input--area .icon svg {
    width: 100%;
    height: 100%;
  }

  .mobile--filter--dropdown--steps .place--area .input--area input {
    width: 100%;
    border-radius: 100px;
    border: 1px solid var(--secondary--color);
    -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);
    padding: 8px 12px;

    padding-right: 36px;
    color: #133254;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
  }

  .mobile--filter--dropdown--steps .place--area .place--list {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #b0b0b0;
    background: #fff;
    width: 100%;
    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: #222;
    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);
    margin-top: 28px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }

  .mobile--filter--dropdown--steps .place--area .place--list.active {
    margin-top: 8px;
    opacity: 1;
    visibility: visible;
  }

  .best--time--area--slider .swiper-slide a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
  }

  .mobile--filter--dropdown--steps .date--time--area .time--wrapper {
    max-width: 100%;
    overflow-x: scroll;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mobile--filter--dropdown--steps
    .date--time--area
    .time--wrapper::-webkit-scrollbar {
    display: none;
  }

  .mobile--filter--dropdown--steps .date--time--area .time--wrapper button {
    min-width: 86px;
  }

  .filter--selection--area .left::-webkit-scrollbar {
    display: none;
  }

  .filter--selection--wrapper .common--button {
    white-space: nowrap;
  }

  /* index page style ends */

  /* contact page style starts */
  .contact--form--area--wrapper {
    padding-top: 74px;
    padding-bottom: 42px;
  }
  .contact--form--area--content .title {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 16px;
  }
  .contact--form--area .prefer--text {
    line-height: normal;
    padding-top: 8px;
    font-size: 16px;
  }
  /* contact page style ends */

  /* faq page style starts */

  .home--page--space--wrapper.faq--page {
    display: none;
  }
  .faq--content--wrapper .accordion-button {
    padding-left: 0;
  }

  .faq--section--title--wrapper {
    max-width: 100%;
    min-width: 0px;
    overflow-x: scroll;
    padding: 24px 0px;
  }

  .faq--page--wrapper .contact--form--area--content .title {
    padding-bottom: 24px;
  }
  .faq--content--wrapper .accordion-button::after {
    width: 16px;
    height: 16px;
    background-size: cover;
  }
  /* faq page style ends */

  /* about us page style starts */
  .about--us--banner--area--wrapper {
    padding: 88px 0px 16px;
  }
  .about--us--banner--area--wrapper .container {
    padding: 0;
  }
  .about--us--banner--area--content {
    border-radius: 0;
    height: 350px;
  }

  .about--us--hero--area--content
    .left
    .single--text--section
    .paragraph--wrapper {
    font-size: 14px;
  }
  .about--us--hero--area--content
    .left
    .single--text--section:first-child
    .paragraph--wrapper {
    font-weight: 600;
  }
  .about--us--hero--area--content .right .single--description--card {
    padding: 16px;
    width: 100%;
    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
    p {
    font-size: 14px;
  }
  .about--us--hero--area--content
    .right
    .single--description--card
    .bottom--part {
    font-size: 14px;
    line-height: 18px;
  }
  .about--us--hero--area--content .common--title {
    font-size: 16px;
    line-height: normal;
  }
  .home--page--space--wrapper {
    padding: 24px 0px 42px;
    gap: 24px;
  }
  .about--us--main--area .supporting--data--area--wrapper .container {
    padding: 0;
  }
  .meet--the--team--area--content .main--title {
    font-size: 16px;
  }
  .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;
    max-width: 100%;
    overflow-x: scroll;
  }
  .meet--the--team--area--content .team--member--wrapper::-webkit-scrollbar {
    display: none;
  }
  .meet--the--team--area--content .single--team--member {
    min-width: 250px;
  }

  .where--to--area--content .common--intro {
    padding-bottom: 16px;
  }

  .about--us--main--area .special--instruction--text--wrapper {
    padding-top: 75px;
  }
  /* about us page style ends */

  /* login page style starts */
  .login--bg {
    background-color: #fff;
  }
  .contact--form--area--content .auth--form {
    padding-top: 4px;
  }
  .auth--form .input--wrapper {
    gap: 16px;
  }
  .auth--form .forgot--pass {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    padding-bottom: 0px;
  }

  /* login page style ends */

  /* register page style starts  */
  .auth--form .agreement--checkbox--wrapper label {
    font-size: 14px;
    line-height: normal;
  }

  .login--bg .contact--form--area--wrapper {
    padding-bottom: 70px;
  }
  /* register page style ends  */

  /* thank you page style starts */
  .thank--you--main--area--wrapper {
    padding: 74px 0px 30px;
  }
  .thank--you--main--area--content .hero--title {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 24px;
  }
  .thank--you--main--area--content .number--holder {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 24px;
  }
  .reservation--details--wrapper {
    padding-top: 24px;
  }
  .reservation--details--wrapper .title {
    font-size: 16px;
  }
  .reservation--details--wrapper .boat--info--wrapper .boat--date--area {
    max-width: 100%;
    width: 100%;
  }
  .reservation--details--wrapper .boat--info--wrapper .place--time--wrapper ul {
    color: #222;
    font-size: 14px;
    line-height: 24px;
    padding: 24px 0px;
  }
  .reservation--details--wrapper
    .boat--info--wrapper
    .price--breakdown--wrapper {
    padding-bottom: 24px;
  }
  /* thank you page style ends */

  /* my bookings page style starts */
  .my--bookings--main--area--wrapper {
    padding: 74px 0px;
  }
  .my--booking--main--area--content .main--title {
    font-size: 18px;
  }
  .my--booking--main--area--content {
    gap: 24px;
  }

  /* .my--booking--main--area--content .booking--list--wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  } */

  /* my bookings page style ends */

  /* booking detials page style starts */
  .booking--details--main--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .booking--details--main--content .details--area {
    max-width: 100%;
    width: 100%;
  }
  .booking--details--main--area--wrapper {
    padding: 74px 0px 30px;
  }
  .booking--details--main--content .reservation--detail .title {
    font-size: 18px;
  }
  .booking--details--main--content .pricing--detail .title {
    font-size: 16px;
  }
  .booking--details--main--content .list li {
    font-size: 14px;
  }
  .booking--details--main--content .total--pricing {
    margin-bottom: 24px;
  }

  .booking--details--main--content .skipper--area .cancel--btn {
    margin-top: 65px;
  }
  .booking--details--main--content .skipper--area .title {
    font-size: 16px;
  }
  .booking--details--main--content .skipper--area {
    max-width: 100%;
    width: 100%;
  }

  /* booking detials page style ends */

  /* booking cancellation page style starts */
  .booking--cancellation--content .text--area .title {
    font-size: 18px;
  }

  .join--button--area {
    padding-top: 24px;
    gap: 24px;
  }

  /* booking cancellation page style ends */

  /* my favourites page style starts */
  .filtered--content--wrapper {
    -ms-grid-columns: (1fr);
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
    padding: 32px 0px;
  }
  .single--experience--card {
    width: 100%;
  }

  .single--experience--card img {
    width: 100%;
  }

  /* my favourites page style ends */

  /* booking private page style starts */
  .private--companies--navbar .icons--wrapper .profile--dropdown--holder {
    display: none;
  }

  .bookings--private--area--content .booking--selection--btn--wrapper {
    overflow-x: scroll;
    padding-bottom: 4px;
  }

  .bookings--private--area--content
    .booking--selection--btn--wrapper::-webkit-scrollbar {
    display: none;
  }

  .bookings--private--area--content .custom--booking--card {
    width: 100%;
  }

  .my--booking--main--area--content
    .booking--list--wrapper.private--booking--list,
  .bookings--private--area--content .all--booking--area--wrapper {
    gap: 24px;
  }
  .bookings--private--area--content .all--booking--area--wrapper #pending {
    padding-bottom: 0;
  }

  .private--booking--list .custom--booking--card {
    margin-bottom: 0;
  }

  #pending .custom--booking--card {
    margin-bottom: 16px;
  }

  .my--single--boat .custom--booking--card {
    margin-bottom: 0;
  }

  .published--boat--area .common--title {
    padding-bottom: 12px;
  }
  .published--boat--area .booking--list--wrapper {
    gap: 12px;
  }

  .my--boats--area--content .return--btn {
    margin-bottom: -12px;
  }

  /* booking private page style ends */

  /* my skippers page style starts */
  .my--booking--main--area--content.skipper--list--wrapper {
    gap: 16px;
  }

  .my--booking--main--area--content.skipper--list--wrapper .return--btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
  }
  /* my skippers page style ends */

  /* booking details private style starts */
  .private--booking--details--area--content .title {
    font-size: 18px;
    padding-bottom: 24px;
  }
  .private--booking--details--area--content .reservation--details .list li,
  .private--booking--details--area--content
    .client--details
    .instruction--text {
    font-size: 14px;
  }

  .private--booking--details--area--content .details--form {
    margin-top: -8px;
  }

  .auth--form input,
  .auth--form .select--wrapper .nice-select,
  .auth--form textarea {
    padding: 12px;
  }
  .contact--form--area .input--group .input--holder:first-child {
    width: 72px;
  }

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

  .private--booking--details--area--content .return--btn {
    display: block;
    margin-bottom: -8px;
  }

  /* booking details private style ends */

  /* my boat details page style starts */

  .my--boat--details--content .single--details--wrapper .section--title {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 12px;
  }

  .my--boat--details--content .auth--form,
  .my--boat--details--content {
    gap: 12px;
  }
  .my--boat--details--content .auth--form .save--change--btn {
    margin-top: 0;
  }
  .my--boat--details--content
    .single--details--wrapper.services--wrapper
    .auth--form {
    gap: 12px;
  }
  .auth--form .checkbox--wrapper {
    gap: 12px;
  }
  .equipment--details--wrapper .auth--form .checkbox--wrapper {
    gap: 24px;
  }
  .my--boat--details--content
    .single--details--wrapper.mulitple--input--combination
    .auth--form {
    gap: 12px;
  }
  .my--boat--details--content .auth--form .radio--input--wrapper {
    gap: 24px;
    padding: 12px 0px;
  }
  /* my boat details page style ends */

  /* boat page style starts */

  .boat--page--banner--slider--wrapper .container {
    padding: 0;
  }
  .boat--page--banner--slider--content .slider--part .single--slide,
  .boat--page--banner--slider--content
    .slider--part
    .swiper-backface-hidden
    .swiper-slide {
    border-radius: 0px;
  }

  .boat--page--banner--slider--content .slider--part .single--slide {
    height: 350px;
  }
  .boat--page--banner--slider--content .slider--part .social--icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .boat--page--banner--slider--content .content--part .right {
    display: none;
  }
  .boat--page--banner--slider--content .content--part {
    padding: 0px 16px;
  }
  .boat--page--banner--slider--content .content--part .title {
    font-size: 18px;
  }

  .boat--page--main--content .map--area .map,
  .boat--page--main--content .map--area .map iframe {
    width: 100%;
    height: 435px;
  }

  .boat--page--main--content .check--availability--area .time--table--wrapper {
    max-width: 100%;
    overflow-x: scroll;
  }
  .boat--page--main--content
    .check--availability--area
    .time--table--wrapper::-webkit-scrollbar {
    display: none;
  }
  .boat--page--main--content
    .check--availability--area
    .time--table--wrapper
    .single--time--table {
    min-width: 86px;
  }

  .boat--page--main--content
    .check--availability--area
    .custom--calendar--wrapper {
    width: 100%;
  }
  .skipper--card .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .boat--page--main--content .left .review--area .list li {
    gap: 6px;
    font-size: 12px;
    line-height: 16px;
  }
  .boat--page--main--content .left .review--area .list {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 8px;
  }
  .boat--page--main--content .what--includes--area .list li .text .main {
    font-size: 14px;
    padding-bottom: 6px;
  }
  .boat--page--main--content .what--includes--area .list li .text .sub {
    font-size: 14px;
    line-height: 20px;
  }
  .boat--page--main--content .common--section--intro {
    font-size: 16px;
  }
  .boat--page--main--content .left {
    gap: 24px;
    max-width: 500px;
  }
  .boat--page--main--content .extra--facilities--area .list {
    font-size: 14px;
  }
  .boat--page--main--content .what--will--you--do--area {
    font-size: 14px;
    line-height: 18px;
  }
  .boat--page--main--content .map--area .instruction--text {
    font-size: 14px;
  }

  .bottom--checkout--wrapper {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 50;
    width: 100%;
  }

  .bottom--checkout--wrapper .trigger--area {
    border-top: 0.5px solid #cedfff;
    background: #fff;
    padding: 12px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    display: none;
  }

  .bottom--checkout--wrapper .trigger--area .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .bottom--checkout--wrapper .trigger--area .details .price {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .bottom--checkout--wrapper .trigger--area .details .date--moment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bottom--checkout--wrapper .trigger--area .details .date--moment .date {
    color: #133254;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
  }

  .bottom--checkout--wrapper .trigger--area .details .date--moment .moment {
    color: var(--secondary--color);
    font-size: 10px;
    line-height: 24px;
  }

  .bottom--checkout--wrapper .trigger--area .book--btn {
    width: 70%;
  }

  .bottom--checkout--wrapper .trigger--area .book--btn button {
    width: 100%;
    background-color: var(--primary--color);
    border-radius: 50px;
    background: var(--primary--color);
    padding: 10px 12px;
    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;
    line-height: normal;
    letter-spacing: -0.5px;
    border: none;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .bottom--checkout--wrapper .trigger--area .book--btn button:hover {
    background-color: var(--secondary--color);
  }

  .bottom--checkout--wrapper .date--wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 60;
    background-color: #fff;
    padding: 16px;
    border-radius: 16px 16px 0px 0px;
    background: #fff;
  }

  .bottom--checkout--overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    width: 100%;
    height: 100vh;
    background: rgba(34, 34, 34, 0.4);
  }

  .bottom--checkout--wrapper .trigger--content .title {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 14px;
  }

  .bottom--checkout--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;
    padding-top: 16px;
  }

  .bottom--checkout--wrapper .time--moment--wrapper .single--moment {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--secondary--color);
    font-size: 12px;
    line-height: 24px;
    padding: 4px 8px;
    width: 86px;
  }
  .bottom--checkout--wrapper .time--moment--wrapper .single--moment.disabled {
    background: #ebebeb;
    color: #aab3be;
  }

  .bottom--checkout--wrapper .time--moment--wrapper .single--moment.selected {
    color: #fff;

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

  .bottom--checkout--wrapper .select--button {
    margin-top: 70px;
    margin-bottom: 20px;
    width: 100%;
    background-color: var(--primary--color);
    border-radius: 50px;
    background: var(--primary--color);
    padding: 10px 12px;
    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;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.5px;
    border: none;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .bottom--checkout--wrapper .select--button:hover {
    background-color: var(--secondary--color);
  }

  .bottom--checkout--wrapper .close--button {
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 2;
    top: 16px;
    right: 28px;
  }

  .bottom--checkout--wrapper .close--button svg {
    width: 100%;
    height: 100%;
  }

  .bottom--checkout--wrapper .trigger--content,
  .bottom--checkout--overlay {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .bottom--checkout--wrapper .trigger--content {
    bottom: -30px;
  }

  .bottom--checkout--wrapper .trigger--content.active {
    opacity: 1;
    visibility: visible;
    bottom: 0px;
  }
  .bottom--checkout--overlay.active {
    opacity: 1;
    visibility: visible;
  }

  /* boat page style ends */

  /* boats distributive page style starts */
  .filter--selection--area .filter--btn--wrapper .filter--button {
    gap: 0px;
  }

  .filter--selection--area .right .see--map--btn {
    position: fixed;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    width: 184px;
  }
  .boats--filter--top--area {
    padding: 74px 0px 16px;
  }
  .boats--filter--top--area .intro--title {
    font-size: 18px;
  }
  .filter--selection--area .common--button {
    padding: 8px 13px;
  }

  .filter--selection--wrapper .select--content.active {
    top: 50px;
  }

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

  .filter--selection--wrapper .mobile--content.top--part .title {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .filter--selection--wrapper .mobile--content.top--part .close--button {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .filter--selection--wrapper .mobile--content.top--part .close--button svg {
    width: 100%;
    height: 100%;
  }

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

  .filter--selection--wrapper .select--content .submit--area .search.not--fill,
  .filter--selection--wrapper .mobile--content.bottom--part .search.not--fill {
    padding: 8px 12px;
  }

  .filter--selection--body--scroll {
    overflow: hidden;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .mobile--search--filter--content
    .container {
    padding: 0;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive .trigger--area p {
    display: block;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    position: relative;
    display: none;
  }
  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper::before {
    content: "";
    top: 0;
    left: 30%;
    position: absolute;
    width: 1px;
    height: 24px;
    background: #e5e7eb;
  }
  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper::after {
    content: "";
    top: 0;
    right: 37%;
    position: absolute;
    width: 1px;
    height: 24px;
    background: #e5e7eb;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper
    input {
    width: 25%;
    border: none;
    color: #133254;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper
    input.place {
    font-weight: 600;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .icon {
    min-width: 32px;
    height: 32px;
  }

  /* boats distributive page style ends */

  /* map view page style starts */

  .filtered--map--content .map--box--found--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
  .filtered--map--content {
    padding-bottom: 0;
    /* padding-top: 24px; */
  }
  .advantages--list--wrapper .single--advantage .icon {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
  }
  /* map view page style ends */

  .mobile--filter--dropdown--steps .date--time--area .main--calendar--wrapper {
    padding-top: 14px;
    width: 50%;
    height: 450px;
    margin: 0 auto;
  }

  .filtered--content--wrapper .single--experience--card {
    min-width: 100%;
  }
  .my--booking--main--area--content .booking--list--wrapper {
    -ms-grid-columns: (1fr);
    grid-template-columns: repeat(2, 1fr);
  }
}

/* medium tablet devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  main,
  footer {
    overflow-x: hidden;
  }

  /* index page style starts */

  header {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .menu--links--wrapper {
    display: none;
  }

  .header--content--wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 0px;
  }
  .header--content--wrapper .hamburger--icon {
    display: block;
    width: 24px;
    height: 2px;
    position: relative;
    z-index: 600;
    background-color: var(--primary--color);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .header--content--wrapper .hamburger--icon::before {
    content: "";
    top: -6px;
    left: 0;
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--primary--color);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .header--content--wrapper .hamburger--icon::after {
    content: "";
    bottom: -6px;
    left: 0;
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--primary--color);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .header--content--wrapper .hamburger--icon.active {
    width: 0;
  }

  .header--content--wrapper .hamburger--icon.active::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
  }
  .header--content--wrapper .hamburger--icon.active::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0px;
  }

  .home--banner--area--wrapper {
    padding: 145px 0px 20px;
  }
  .home--banner--area--wrapper .intro--text--wrapper .heading {
    font-size: 18px;
    padding-bottom: 8px;
  }
  .home--banner--area--wrapper .intro--text--wrapper .sub--title {
    font-size: 14px;
  }
  .header--content--wrapper .logo--wrapper {
    width: 93px;
    height: 32px;
    margin-left: 46px;
  }

  .outstading--experience--area--content .top--part {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 8px;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .outstading--experience--area--content .top--part .single--experience p {
    font-size: 12px;
    line-height: 16px;
  }
  .outstading--experience--area--content .top--part .single--experience {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .outstading--experience--area--content .top--part .single--experience .icon {
    min-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;
  }

  .common--link {
    font-size: 12px;
  }

  .single--experience--card .card--pricing--area .price .duration {
    font-weight: 400;
  }
  .advantages--list--wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }

  .advantages--list--wrapper .single--advantage .text--area h3 {
    font-size: 14px;
  }

  .advantages--list--wrapper .single--advantage .text--area p {
    font-size: 14px;
    line-height: 20px;
  }

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

  .best--time--area--slider .single--best--time .text--wrapper .description {
    font-size: 14px;
  }

  .common--intro {
    font-size: 16px;
  }

  .where--to--area--content .description--text {
    font-size: 14px;
    padding: 0px 0px 24px;
  }

  .where--to--area--content .map--wrapper {
    height: 435px;
  }

  .onboard--services--list--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
  .onboard--services--list--wrapper a {
    width: 100%;
  }

  .special--instruction--text--wrapper .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .supporting--data--area--content .heading {
    font-size: 16px;
  }

  .supporting--data--list {
    gap: 12px;
  }
  .onboard--service {
    width: 100%;
  }

  .special--instruction--text .heading {
    font-size: 16px;
  }
  .special--instruction--text a {
    font-size: 14px;
  }
  .faq--area--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .faq--area--content .right,
  .faq--area--content .left {
    width: 100%;
  }
  .faq--area--content .left {
    padding-bottom: 175px;
  }
  .faq--area--wrapper {
    position: relative;
    padding-bottom: 7px;
  }
  .faq--area--content .right {
    padding: 24px 16px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 8px;
  }
  .faq--area--content .right .heading {
    font-size: 16px;
  }
  .faq--area--content .right p {
    font-size: 14px;
    padding-bottom: 16px;
  }
  .faq--area--content .right a {
    font-size: 14px;
  }
  .faq--area--content .left .intro--area {
    padding-bottom: 24px;
  }
  .faq--content--wrapper .accordion-body {
    padding-top: 0;
    padding-left: 10px;
  }
  .home--banner--area--wrapper .intro--text--wrapper {
    max-width: 328px;
    padding-bottom: 26px;
  }
  .footer--area--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 24px;
  }

  .footer--area--content .single--part.trademark {
    width: 100%;
  }

  .footer--area--content .single--part.trademark p {
    width: 100%;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .footer--area--content .single--part {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer--area--content .single--part.social--media--link {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer--area--content .single--part.social--media--link .title {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 0;
  }

  .footer--area--content .single--part.social--media--link ul {
    padding-left: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer--area--content .single--part.social--media--link ul li p {
    display: none;
  }

  .footer--area--content .single--part ul li a svg {
    width: 23px;
    height: 23px;
  }
  .footer--area--content .single--part ul li a,
  .footer--area--content .single--part .title,
  .footer--area--content .single--part p {
    font-size: 14px;
    line-height: normal;
  }
  .footer--area--content .single--part.starting .bold {
    display: inline-block;
    font-weight: 600;
  }

  .footer--area--content .single--part.starting .hide {
    display: inline-block;
  }
  .footer--area--content .single--part.legal--advice .hide {
    display: none;
  }

  .footer--area--content .single--part.legal--advice ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer--area--content .single--part.legal--advice ul li:nth-child(2) {
    position: relative;
  }

  .footer--area--content .single--part.legal--advice ul li:nth-child(2)::after {
    content: "";
    top: 7px;
    right: -10px;
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff;
  }

  .footer--area--content .single--part.legal--advice ul li a {
    font-size: 12px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .header--mobile--nav--wrapper {
    display: block;
    position: fixed;
    z-index: 500;
    background-color: #fff;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 100%;
    padding: 8px 16px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .header--mobile--nav--wrapper.active {
    left: 0;
  }

  .header--mobile--nav--wrapper .logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }

  .header--mobile--nav--wrapper .list {
    padding: 24px 0px 115px;
    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;
  }

  .header--mobile--nav--wrapper .list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header--mobile--nav--wrapper .list li p {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .header--mobile--nav--wrapper .list li span {
    color: var(--secondary--color);
    font-size: 14px;
    line-height: 24px;
  }

  .header--mobile--nav--wrapper .logo {
    position: relative;
    z-index: 700;
    width: 93px;
    height: 31.999px;
  }
  .header--mobile--nav--wrapper .logo img {
    width: 100%;
    height: 100%;
  }

  .header--mobile--nav--wrapper .common--link {
    font-size: 14px;
  }
  .mobile--search--filter--area--wrapper {
    display: block;
  }
  .mobile--search--filter--area--wrapper .trigger--area {
    width: 100%;
    background-color: #fff;
    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;
    padding-left: 24px;
    border-radius: 1000px;
    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);
  }

  .mobile--search--filter--area--wrapper .trigger--area .icon {
    padding: 4px;
    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;
    background: #133254;
    -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: 32px;
    height: 32px;
  }

  .mobile--search--filter--area--wrapper .trigger--area p {
    color: var(--secondary--color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .mobile--search--filter--area--wrapper .trigger--area .icon svg {
    width: 16px;
    height: 16px;
  }

  .mobile--filter--dropdown {
    position: fixed;
    top: 0;
    left: 0;
    background: #ebebeb;
    height: 100vh;
    width: 100%;
    z-index: 2000;
    padding-top: 42px;
    opacity: 0;
    visibility: hidden;
    scale: 0.95;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .mobile--filter--dropdown.active {
    opacity: 1;
    visibility: visible;
    scale: 1;
  }

  .mobile--filter--dropdown .close--area {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 16px;
    right: 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;
  }
  .mobile--filter--dropdown .close--area svg {
    width: 100%;
    height: 100%;
  }

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

  .mobile--filter--dropdown--steps .place--area .input--area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 16px;
    position: relative;
  }

  .mobile--filter--dropdown--steps .place--area .input--area .icon {
    width: 24px;
    height: 24px;
    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;
    z-index: 2;
    top: 25px;
    right: 12px;
  }

  .mobile--filter--dropdown--steps .place--area .input--area .icon svg {
    width: 100%;
    height: 100%;
  }

  .mobile--filter--dropdown--steps .place--area .input--area input {
    width: 100%;
    border-radius: 100px;
    border: 1px solid var(--secondary--color);
    -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);
    padding: 8px 12px;

    padding-right: 36px;
    color: #133254;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
  }

  .mobile--filter--dropdown--steps .place--area .place--list {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #b0b0b0;
    background: #fff;
    width: 100%;
    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: #222;
    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);
    margin-top: 28px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }

  .mobile--filter--dropdown--steps .place--area .place--list.active {
    margin-top: 8px;
    opacity: 1;
    visibility: visible;
  }

  .best--time--area--slider .swiper-slide a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
  }

  .mobile--filter--dropdown--steps .date--time--area .time--wrapper {
    max-width: 100%;
    overflow-x: scroll;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mobile--filter--dropdown--steps
    .date--time--area
    .time--wrapper::-webkit-scrollbar {
    display: none;
  }

  .mobile--filter--dropdown--steps .date--time--area .time--wrapper button {
    min-width: 86px;
  }

  .filter--selection--area .left {
    max-width: 100%;
    overflow: scroll;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .filter--selection--area .left::-webkit-scrollbar {
    display: none;
  }

  .filter--selection--wrapper .common--button {
    white-space: nowrap;
  }

  /* index page style ends */

  /* contact page style starts */
  .contact--form--area--wrapper {
    padding-top: 74px;
    padding-bottom: 42px;
  }
  .contact--form--area--content .title {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 16px;
  }
  .contact--form--area .prefer--text {
    line-height: normal;
    padding-top: 8px;
    font-size: 16px;
  }
  /* contact page style ends */

  /* faq page style starts */

  .home--page--space--wrapper.faq--page {
    display: none;
  }
  .faq--content--wrapper .accordion-button {
    padding-left: 0;
  }

  .faq--section--title--wrapper {
    max-width: 100%;
    min-width: 0px;
    overflow-x: scroll;
    padding: 24px 0px;
  }

  .faq--page--wrapper .contact--form--area--content .title {
    padding-bottom: 24px;
  }
  .faq--content--wrapper .accordion-button::after {
    width: 16px;
    height: 16px;
    background-size: cover;
  }
  /* faq page style ends */

  /* about us page style starts */
  .about--us--banner--area--wrapper {
    padding: 88px 0px 16px;
  }
  .about--us--banner--area--wrapper .container {
    padding: 0;
  }
  .about--us--banner--area--content {
    border-radius: 0;
    height: 222px;
  }
  .about--us--hero--area--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .about--us--hero--area--content
    .left
    .single--text--section
    .paragraph--wrapper {
    font-size: 14px;
  }
  .about--us--hero--area--content
    .left
    .single--text--section:first-child
    .paragraph--wrapper {
    font-weight: 600;
  }
  .about--us--hero--area--content .right .single--description--card {
    padding: 16px;
    width: 100%;
    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
    p {
    font-size: 14px;
  }
  .about--us--hero--area--content
    .right
    .single--description--card
    .bottom--part {
    font-size: 14px;
    line-height: 18px;
  }
  .about--us--hero--area--content .common--title {
    font-size: 16px;
    line-height: normal;
  }
  .home--page--space--wrapper {
    padding: 24px 0px 42px;
    gap: 24px;
  }
  .about--us--main--area .supporting--data--area--wrapper .container {
    padding: 0;
  }
  .meet--the--team--area--content .main--title {
    font-size: 16px;
  }
  .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;
    max-width: 100%;
    overflow-x: scroll;
  }
  .meet--the--team--area--content .team--member--wrapper::-webkit-scrollbar {
    display: none;
  }
  .meet--the--team--area--content .single--team--member {
    min-width: 250px;
  }

  .where--to--area--content .common--intro {
    padding-bottom: 16px;
  }

  .about--us--main--area .special--instruction--text--wrapper {
    padding-top: 75px;
  }
  /* about us page style ends */

  /* login page style starts */
  .login--bg {
    background-color: #fff;
  }
  .contact--form--area--content .auth--form {
    padding-top: 4px;
  }
  .auth--form .input--wrapper {
    gap: 16px;
  }
  .auth--form .forgot--pass {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    padding-bottom: 0px;
  }

  /* login page style ends */

  /* register page style starts  */
  .auth--form .agreement--checkbox--wrapper label {
    font-size: 14px;
    line-height: normal;
  }

  .login--bg .contact--form--area--wrapper {
    padding-bottom: 70px;
  }
  /* register page style ends  */

  /* thank you page style starts */
  .thank--you--main--area--wrapper {
    padding: 74px 0px 30px;
  }
  .thank--you--main--area--content .hero--title {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 24px;
  }
  .thank--you--main--area--content .number--holder {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 24px;
  }
  .reservation--details--wrapper {
    padding-top: 24px;
  }
  .reservation--details--wrapper .title {
    font-size: 16px;
  }
  .reservation--details--wrapper .boat--info--wrapper .boat--date--area {
    max-width: 100%;
    width: 100%;
  }
  .reservation--details--wrapper .boat--info--wrapper .place--time--wrapper ul {
    color: #222;
    font-size: 14px;
    line-height: 24px;
    padding: 24px 0px;
  }
  .reservation--details--wrapper
    .boat--info--wrapper
    .price--breakdown--wrapper {
    padding-bottom: 24px;
  }
  /* thank you page style ends */

  /* my bookings page style starts */
  .my--bookings--main--area--wrapper {
    padding: 74px 0px;
  }
  .my--booking--main--area--content .main--title {
    font-size: 18px;
  }
  .my--booking--main--area--content {
    gap: 24px;
  }

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

  /* my bookings page style ends */

  /* booking detials page style starts */
  .booking--details--main--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .booking--details--main--content .details--area {
    max-width: 100%;
    width: 100%;
  }
  .booking--details--main--area--wrapper {
    padding: 74px 0px 30px;
  }
  .booking--details--main--content .reservation--detail .title {
    font-size: 18px;
  }
  .booking--details--main--content .pricing--detail .title {
    font-size: 16px;
  }
  .booking--details--main--content .list li {
    font-size: 14px;
  }
  .booking--details--main--content .total--pricing {
    margin-bottom: 24px;
  }

  .booking--details--main--content .skipper--area .cancel--btn {
    margin-top: 65px;
  }
  .booking--details--main--content .skipper--area .title {
    font-size: 16px;
  }
  .booking--details--main--content .skipper--area {
    max-width: 100%;
    width: 100%;
  }

  /* booking detials page style ends */

  /* booking cancellation page style starts */
  .booking--cancellation--content .text--area .title {
    font-size: 18px;
  }

  .join--button--area {
    padding-top: 24px;
    gap: 24px;
  }

  /* booking cancellation page style ends */

  /* my favourites page style starts */
  .filtered--content--wrapper {
    -ms-grid-columns: (1fr);
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
    padding: 32px 0px;
  }
  .single--experience--card {
    width: 100%;
  }

  .single--experience--card img {
    width: 100%;
  }

  /* my favourites page style ends */

  /* booking private page style starts */
  .private--companies--navbar .icons--wrapper .profile--dropdown--holder {
    display: none;
  }

  .bookings--private--area--content .booking--selection--btn--wrapper {
    overflow-x: scroll;
    padding-bottom: 4px;
  }

  .bookings--private--area--content
    .booking--selection--btn--wrapper::-webkit-scrollbar {
    display: none;
  }

  .bookings--private--area--content .custom--booking--card {
    width: 100%;
  }

  .my--booking--main--area--content
    .booking--list--wrapper.private--booking--list,
  .bookings--private--area--content .all--booking--area--wrapper {
    gap: 24px;
  }
  .bookings--private--area--content .all--booking--area--wrapper #pending {
    padding-bottom: 0;
  }

  .private--booking--list .custom--booking--card {
    margin-bottom: 0;
  }

  #pending .custom--booking--card {
    margin-bottom: 16px;
  }

  .my--single--boat .custom--booking--card {
    margin-bottom: 0;
  }

  .published--boat--area .common--title {
    padding-bottom: 12px;
  }
  .published--boat--area .booking--list--wrapper {
    gap: 12px;
  }

  .my--boats--area--content .boat--area .board--boat {
    width: 100%;
    margin-top: 24px;
  }
  .my--boats--area--content .return--btn {
    margin-bottom: -12px;
  }

  /* booking private page style ends */

  /* my skippers page style starts */
  .my--booking--main--area--content.skipper--list--wrapper {
    gap: 16px;
  }

  .my--booking--main--area--content.skipper--list--wrapper .return--btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
  }
  /* my skippers page style ends */

  /* booking details private style starts */
  .private--booking--details--area--content .title {
    font-size: 18px;
    padding-bottom: 24px;
  }
  .private--booking--details--area--content .reservation--details .list li,
  .private--booking--details--area--content
    .client--details
    .instruction--text {
    font-size: 14px;
  }

  .private--booking--details--area--content .details--form {
    margin-top: -8px;
  }

  .auth--form input,
  .auth--form .select--wrapper .nice-select,
  .auth--form textarea {
    padding: 12px;
  }
  .contact--form--area .input--group .input--holder:first-child {
    width: 72px;
  }

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

  .private--booking--details--area--content .return--btn {
    display: block;
    margin-bottom: -8px;
  }

  /* booking details private style ends */

  /* my boat details page style starts */

  .my--boat--details--content .single--details--wrapper .section--title {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 12px;
  }

  .my--boat--details--content .auth--form,
  .my--boat--details--content {
    gap: 12px;
  }
  .my--boat--details--content .auth--form .save--change--btn {
    margin-top: 0;
  }
  .my--boat--details--content
    .single--details--wrapper.services--wrapper
    .auth--form {
    gap: 12px;
  }
  .auth--form .checkbox--wrapper {
    gap: 12px;
  }
  .equipment--details--wrapper .auth--form .checkbox--wrapper {
    gap: 24px;
  }
  .my--boat--details--content
    .single--details--wrapper.mulitple--input--combination
    .auth--form {
    gap: 12px;
  }
  .my--boat--details--content .auth--form .radio--input--wrapper {
    gap: 24px;
    padding: 12px 0px;
  }
  /* my boat details page style ends */

  /* boat page style starts */

  .boat--page--banner--slider--wrapper .container {
    padding: 0;
  }
  .boat--page--banner--slider--content .slider--part .single--slide,
  .boat--page--banner--slider--content
    .slider--part
    .swiper-backface-hidden
    .swiper-slide {
    border-radius: 0px;
  }

  .boat--page--banner--slider--content .slider--part .single--slide {
    height: 350px;
  }
  .boat--page--banner--slider--content .slider--part .social--icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .boat--page--main--content .right {
    display: none;
  }
  .boat--page--banner--slider--content .content--part .right {
    display: none;
  }
  .boat--page--banner--slider--content .content--part {
    padding: 0px 16px;
  }
  .boat--page--banner--slider--content .content--part .title {
    font-size: 18px;
  }
  .boat--page--main--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .boat--page--main--content .map--area .map,
  .boat--page--main--content .map--area .map iframe {
    width: 100%;
    height: 435px;
  }

  .boat--page--main--content .check--availability--area .time--table--wrapper {
    max-width: 100%;
    overflow-x: scroll;
  }
  .boat--page--main--content
    .check--availability--area
    .time--table--wrapper::-webkit-scrollbar {
    display: none;
  }
  .boat--page--main--content
    .check--availability--area
    .time--table--wrapper
    .single--time--table {
    min-width: 86px;
  }

  .skipper--card .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .boat--page--main--content .left .review--area .list li {
    gap: 6px;
    font-size: 12px;
    line-height: 16px;
  }
  .boat--page--main--content .left .review--area .list {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 8px;
  }
  .boat--page--main--content .what--includes--area .list li .text .main {
    font-size: 14px;
    padding-bottom: 6px;
  }
  .boat--page--main--content .what--includes--area .list li .text .sub {
    font-size: 14px;
    line-height: 20px;
  }
  .boat--page--main--content .common--section--intro {
    font-size: 16px;
  }
  .boat--page--main--content .left {
    gap: 24px;
  }
  .boat--page--main--content .extra--facilities--area .list {
    font-size: 14px;
  }
  .boat--page--main--content .what--will--you--do--area {
    font-size: 14px;
    line-height: 18px;
  }
  .boat--page--main--content .map--area .instruction--text {
    font-size: 14px;
  }

  .bottom--checkout--wrapper {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 50;
    width: 100%;
  }

  .bottom--checkout--wrapper .trigger--area {
    border-top: 0.5px solid #cedfff;
    background: #fff;
    padding: 12px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .bottom--checkout--wrapper .trigger--area .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .bottom--checkout--wrapper .trigger--area .details .price {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .bottom--checkout--wrapper .trigger--area .details .date--moment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bottom--checkout--wrapper .trigger--area .details .date--moment .date {
    color: #133254;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
  }

  .bottom--checkout--wrapper .trigger--area .details .date--moment .moment {
    color: var(--secondary--color);
    font-size: 10px;
    line-height: 24px;
  }

  .bottom--checkout--wrapper .trigger--area .book--btn {
    width: 70%;
  }

  .bottom--checkout--wrapper .trigger--area .book--btn button {
    width: 100%;
    background-color: var(--primary--color);
    border-radius: 50px;
    background: var(--primary--color);
    padding: 10px 12px;
    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;
    line-height: normal;
    letter-spacing: -0.5px;
    border: none;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .bottom--checkout--wrapper .trigger--area .book--btn button:hover {
    background-color: var(--secondary--color);
  }

  .bottom--checkout--wrapper .date--wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 60;
    background-color: #fff;
    padding: 16px;
    border-radius: 16px 16px 0px 0px;
    background: #fff;
  }

  .bottom--checkout--overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    width: 100%;
    height: 100vh;
    background: rgba(34, 34, 34, 0.4);
  }

  .bottom--checkout--wrapper .trigger--content .title {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 14px;
  }

  .bottom--checkout--wrapper .time--moment--wrapper {
    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;
    padding-top: 16px;
  }

  .bottom--checkout--wrapper .time--moment--wrapper .single--moment {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--secondary--color);
    font-size: 12px;
    line-height: 24px;
    padding: 4px 8px;
    width: 86px;
  }
  .bottom--checkout--wrapper .time--moment--wrapper .single--moment.disabled {
    background: #ebebeb;
    color: #aab3be;
  }

  .bottom--checkout--wrapper .time--moment--wrapper .single--moment.selected {
    color: #fff;

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

  .bottom--checkout--wrapper .select--button {
    width: 50%;
    background-color: var(--primary--color);
    border-radius: 50px;
    background: var(--primary--color);
    padding: 10px 12px;
    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;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.5px;
    border: none;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin: 20px auto;
  }
  .bottom--checkout--wrapper .select--button:hover {
    background-color: var(--secondary--color);
  }

  .bottom--checkout--wrapper .close--button {
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 2;
    top: 16px;
    right: 28px;
  }

  .bottom--checkout--wrapper .close--button svg {
    width: 100%;
    height: 100%;
  }

  .bottom--checkout--wrapper .trigger--content,
  .bottom--checkout--overlay {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .bottom--checkout--wrapper .trigger--content {
    bottom: -30px;
  }

  .bottom--checkout--wrapper .trigger--content.active {
    opacity: 1;
    visibility: visible;
    bottom: 0px;
  }
  .bottom--checkout--overlay.active {
    opacity: 1;
    visibility: visible;
  }

  /* boat page style ends */

  /* boats distributive page style starts */
  .filter--selection--area .filter--btn--wrapper .filter--button {
    gap: 0px;
  }
  .filter--selection--area .filter--btn--wrapper .filter--button p .text {
    display: none;
  }

  .filter--selection--area .right .see--map--btn {
    position: fixed;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    width: 184px;
  }
  .boats--filter--top--area {
    padding: 74px 0px 16px;
  }
  .boats--filter--top--area .intro--title {
    font-size: 18px;
  }
  .filter--selection--area .common--button {
    padding: 8px 13px;
  }
  .filter--selection--wrapper .select--content.filter--list,
  .filter--selection--wrapper .select--content {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 2000;
    border-radius: 0;
  }
  .filter--selection--wrapper .select--content.active {
    top: 0px;
  }

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

  .filter--selection--wrapper .mobile--content.top--part {
    position: relative;
    padding-top: 32px;
    padding-bottom: 30px;
  }

  .filter--selection--wrapper .mobile--content.top--part .title {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .filter--selection--wrapper .mobile--content.top--part .close--button {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .filter--selection--wrapper .mobile--content.top--part .close--button svg {
    width: 100%;
    height: 100%;
  }

  .filter--selection--wrapper .mobile--content.bottom--part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
    width: 100%;
    padding-top: 50px;
  }

  .filter--selection--wrapper.boat--type--wrapper
    .select--content
    .submit--area {
    display: none;
  }

  .filter--selection--body--scroll {
    overflow: hidden;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .mobile--search--filter--content
    .container {
    padding: 0;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive .trigger--area p {
    display: block;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    position: relative;
    display: none;
  }
  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper::before {
    content: "";
    top: 0;
    left: 28%;
    position: absolute;
    width: 1px;
    height: 24px;
    background: #e5e7eb;
  }
  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper::after {
    content: "";
    top: 0;
    right: 43%;
    position: absolute;
    width: 1px;
    height: 24px;
    background: #e5e7eb;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper
    input {
    width: 25%;
    border: none;
    color: #133254;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper
    input.place {
    font-weight: 600;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .icon {
    min-width: 32px;
    height: 32px;
  }

  /* boats distributive page style ends */

  /* map view page style starts */
  .filtered--map--content .map--wrapper {
    padding: 16px 0px 8px;
    width: 100%;
    height: 435px;
  }

  .filtered--map--content .map--wrapper iframe {
    width: 100%;
    height: 100%;
  }

  .filtered--map--content .map--box--found--wrapper,
  .filtered--map--content .mapbox--found,
  .filtered--map--content .map--box--found--wrapper a {
    width: 100%;
  }

  .gm-style-iw {
    min-width: 400px !important;
  }

  .filtered--map--content .map--box--found--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
  .filtered--map--content {
    padding-bottom: 0;
    /* padding-top: 24px; */
  }
  .advantages--list--wrapper .single--advantage .icon {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
  }
  /* map view page style ends */

  .custom--calendar--wrapper {
    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: 50%;
    height: 400px;
    margin: 0 auto;
  }

  .boat--page--main--content
    .check--availability--area
    .custom--calendar--wrapper {
    margin-left: 0;
  }

  .customer--review--area .carousel-section {
    margin-left: -100px;
  }
  .faq--area--content .right .text--area {
    max-width: 100%;
    margin: 0 auto;
  }
  .boat--page--main--content .single--review--card {
    width: 100%;
  }

  .customer--review--area {
    overflow: hidden;
  }

  .filtered--content--wrapper .single--experience--card {
    min-width: 100%;
  }

  /* updated styles */
  .select--content.time--wrapper--content .mobile--radio--buttons {
    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;
  }
  .select--content.time--wrapper--content ul {
    display: none;
  }

  .select--content.time--wrapper--content .mobile--radio--buttons input {
    display: none;
  }
  .select--content.time--wrapper--content .mobile--radio--buttons label {
    display: block;
    color: var(--secondary--color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    padding-left: 36px;
  }

  .select--content.time--wrapper--content
    .mobile--radio--buttons
    label::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #dddddd;
  }

  .select--content.time--wrapper--content
    .mobile--radio--buttons
    input:checked
    + label::before {
    background-color: var(--secondary--color);
  }
  .select--content.time--wrapper--content
    .mobile--radio--buttons
    input:checked
    + label::after {
    content: "";
    top: 8px;
    left: 8px;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
  }

  .customer--review--area .owl-carousel .owl-stage {
    margin-left: -22px;
  }
  .customer--review--area .single--review--card {
    width: 100%;
  }

  .boat--page--main--content .boat--card--slider .owl-stage {
    margin-left: -20px;
  }
  .lock--scroll {
    overflow: hidden;
  }

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

  .where--to--area--wrapper {
    padding-top: 8px;
  }
  .experiences--slider--wrapper {
    padding: 16px 0px;
  }

  .filter--selection--wrapper .select--content .submit--area .search,
  .filter--selection--wrapper .mobile--content.bottom--part .search {
    width: 100%;
  }

  /* updated styles */
}

/* small tablet devices */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  main,
  footer {
    overflow-x: hidden;
  }

  /* index page style starts */

  header {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .menu--links--wrapper {
    display: none;
  }

  .header--content--wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 0px;
  }
  .header--content--wrapper .hamburger--icon {
    display: block;
    width: 24px;
    height: 2px;
    position: relative;
    z-index: 600;
    background-color: var(--primary--color);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .header--content--wrapper .hamburger--icon::before {
    content: "";
    top: -6px;
    left: 0;
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--primary--color);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .header--content--wrapper .hamburger--icon::after {
    content: "";
    bottom: -6px;
    left: 0;
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--primary--color);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .header--content--wrapper .hamburger--icon.active {
    width: 0;
  }

  .header--content--wrapper .hamburger--icon.active::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
  }
  .header--content--wrapper .hamburger--icon.active::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0px;
  }

  .home--banner--area--wrapper {
    padding: 145px 0px 20px;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.25)),
        to(rgba(0, 0, 0, 0.25))
      ),
      url("../images/home-banner-upscale.jpg") lightgray -108.944px -142.864px /
        223.637% 146.085% no-repeat;
    background: -o-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.25) 0%,
        rgba(0, 0, 0, 0.25) 100%
      ),
      url("../images/home-banner-upscale.jpg") lightgray -108.944px -142.864px /
        223.637% 146.085% no-repeat;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.25) 0%,
        rgba(0, 0, 0, 0.25) 100%
      ),
      url("../images/home-banner-upscale.jpg") lightgray -108.944px -142.864px /
        223.637% 146.085% no-repeat;
    background-size: cover;
    background-position: center;
  }
  .home--banner--area--wrapper .intro--text--wrapper .heading {
    font-size: 18px;
    padding-bottom: 8px;
  }
  .home--banner--area--wrapper .intro--text--wrapper .sub--title {
    font-size: 14px;
  }
  .header--content--wrapper .logo--wrapper {
    width: 93px;
    height: 32px;
    margin-left: 46px;
  }

  .outstading--experience--area--content .top--part {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 8px;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .outstading--experience--area--content .top--part .single--experience p {
    font-size: 12px;
    line-height: 16px;
  }
  .outstading--experience--area--content .top--part .single--experience {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .outstading--experience--area--content .top--part .single--experience .icon {
    min-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;
  }

  .common--link {
    font-size: 12px;
  }

  .single--experience--card .card--pricing--area .price .duration {
    font-weight: 400;
  }
  .advantages--list--wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }

  .advantages--list--wrapper .single--advantage .text--area h3 {
    font-size: 14px;
  }

  .advantages--list--wrapper .single--advantage .text--area p {
    font-size: 14px;
    line-height: 20px;
  }

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

  .best--time--area--slider .single--best--time .text--wrapper .description {
    font-size: 14px;
  }

  .common--intro {
    font-size: 16px;
  }

  .where--to--area--content .description--text {
    font-size: 14px;
    padding: 0px 0px 24px;
  }

  .where--to--area--content .map--wrapper {
    height: 435px;
  }

  .onboard--services--list--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
  .onboard--services--list--wrapper a {
    width: 100%;
  }

  .special--instruction--text--wrapper .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .supporting--data--area--content .heading {
    font-size: 16px;
  }

  .supporting--data--list {
    gap: 12px;
  }
  .onboard--service {
    width: 100%;
  }

  .special--instruction--text .heading {
    font-size: 16px;
  }
  .special--instruction--text a {
    font-size: 14px;
  }
  .faq--area--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .faq--area--content .right,
  .faq--area--content .left {
    width: 100%;
  }

  .faq--area--content .left {
    padding-bottom: 175px;
  }
  .faq--area--wrapper {
    position: relative;
    padding-bottom: 7px;
  }
  .faq--area--content .right {
    padding: 24px 16px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 8px;
  }
  .faq--area--content .right .heading {
    font-size: 16px;
  }
  .faq--area--content .right p {
    font-size: 14px;
    padding-bottom: 16px;
  }
  .faq--area--content .right a {
    font-size: 14px;
  }
  .faq--area--content .left .intro--area {
    padding-bottom: 24px;
  }
  .faq--content--wrapper .accordion-body {
    padding-top: 0;
    padding-left: 10px;
  }
  .home--banner--area--wrapper .intro--text--wrapper {
    max-width: 328px;
    padding-bottom: 26px;
  }
  .footer--area--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 24px;
  }

  .footer--area--content .single--part.trademark {
    width: 100%;
  }

  .footer--area--content .single--part.trademark p {
    width: 100%;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .footer--area--content .single--part {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer--area--content .single--part.social--media--link {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer--area--content .single--part.social--media--link .title {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 0;
  }

  .footer--area--content .single--part.social--media--link ul {
    padding-left: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer--area--content .single--part.social--media--link ul li p {
    display: none;
  }

  .footer--area--content .single--part ul li a svg {
    width: 23px;
    height: 23px;
  }
  .footer--area--content .single--part ul li a,
  .footer--area--content .single--part .title,
  .footer--area--content .single--part p {
    font-size: 14px;
    line-height: normal;
  }
  .footer--area--content .single--part.starting .bold {
    display: inline-block;
    font-weight: 600;
  }

  .footer--area--content .single--part.starting .hide {
    display: inline-block;
  }
  .footer--area--content .single--part.legal--advice .hide {
    display: none;
  }

  .footer--area--content .single--part.legal--advice ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer--area--content .single--part.legal--advice ul li:nth-child(2) {
    position: relative;
  }

  .footer--area--content .single--part.legal--advice ul li:nth-child(2)::after {
    content: "";
    top: 7px;
    right: -10px;
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff;
  }

  .footer--area--content .single--part.legal--advice ul li a {
    font-size: 12px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .header--mobile--nav--wrapper {
    display: block;
    position: fixed;
    z-index: 500;
    background-color: #fff;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 100%;
    padding: 8px 16px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .header--mobile--nav--wrapper.active {
    left: 0;
  }

  .header--mobile--nav--wrapper .logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }

  .header--mobile--nav--wrapper .list {
    padding: 24px 0px 115px;
    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;
  }

  .header--mobile--nav--wrapper .list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header--mobile--nav--wrapper .list li p {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .header--mobile--nav--wrapper .list li span {
    color: var(--secondary--color);
    font-size: 14px;
    line-height: 24px;
  }

  .header--mobile--nav--wrapper .logo {
    position: relative;
    z-index: 700;
    width: 93px;
    height: 31.999px;
  }
  .header--mobile--nav--wrapper .logo img {
    width: 100%;
    height: 100%;
  }

  .header--mobile--nav--wrapper .common--link {
    font-size: 14px;
  }
  .mobile--search--filter--area--wrapper {
    display: block;
  }
  .mobile--search--filter--area--wrapper .trigger--area {
    width: 100%;
    background-color: #fff;
    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;
    padding-left: 24px;
    border-radius: 1000px;
    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);
  }

  .mobile--search--filter--area--wrapper .trigger--area .icon {
    padding: 4px;
    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;
    background: #133254;
    -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: 32px;
    height: 32px;
  }

  .mobile--search--filter--area--wrapper .trigger--area p {
    color: var(--secondary--color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .mobile--search--filter--area--wrapper .trigger--area .icon svg {
    width: 16px;
    height: 16px;
  }

  .mobile--filter--dropdown {
    position: fixed;
    top: 0;
    left: 0;
    background: #ebebeb;
    height: 100vh;
    width: 100%;
    z-index: 2000;
    padding-top: 42px;
    opacity: 0;
    visibility: hidden;
    scale: 0.95;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .mobile--filter--dropdown.active {
    opacity: 1;
    visibility: visible;
    scale: 1;
  }

  .mobile--filter--dropdown .close--area {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 16px;
    right: 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;
  }
  .mobile--filter--dropdown .close--area svg {
    width: 100%;
    height: 100%;
  }

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

  .mobile--filter--dropdown--steps .place--area .input--area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 16px;
    position: relative;
  }

  .mobile--filter--dropdown--steps .place--area .input--area .icon {
    width: 24px;
    height: 24px;
    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;
    z-index: 2;
    top: 25px;
    right: 12px;
  }

  .mobile--filter--dropdown--steps .place--area .input--area .icon svg {
    width: 100%;
    height: 100%;
  }

  .mobile--filter--dropdown--steps .place--area .input--area input {
    width: 100%;
    border-radius: 100px;
    border: 1px solid var(--secondary--color);
    -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);
    padding: 8px 12px;

    padding-right: 36px;
    color: #133254;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
  }

  .mobile--filter--dropdown--steps .place--area .place--list {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #b0b0b0;
    background: #fff;
    width: 100%;
    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: #222;
    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);
    margin-top: 28px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }

  .mobile--filter--dropdown--steps .place--area .place--list.active {
    margin-top: 8px;
    opacity: 1;
    visibility: visible;
  }

  .best--time--area--slider .swiper-slide a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
  }

  .mobile--filter--dropdown--steps .date--time--area .time--wrapper {
    max-width: 100%;
    overflow-x: scroll;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mobile--filter--dropdown--steps
    .date--time--area
    .time--wrapper::-webkit-scrollbar {
    display: none;
  }

  .mobile--filter--dropdown--steps .date--time--area .time--wrapper button {
    min-width: 86px;
  }

  .filter--selection--area .left {
    max-width: 100%;
    overflow: scroll;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .filter--selection--area .left::-webkit-scrollbar {
    display: none;
  }

  .filter--selection--wrapper .common--button {
    white-space: nowrap;
  }

  /* index page style ends */

  /* contact page style starts */
  .contact--form--area--wrapper {
    padding-top: 74px;
    padding-bottom: 42px;
  }
  .contact--form--area--content .title {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 16px;
  }
  .contact--form--area .prefer--text {
    line-height: normal;
    padding-top: 8px;
    font-size: 16px;
  }
  /* contact page style ends */

  /* faq page style starts */

  .home--page--space--wrapper.faq--page {
    display: none;
  }
  .faq--content--wrapper .accordion-button {
    padding-left: 0;
  }

  .faq--section--title--wrapper {
    max-width: 100%;
    min-width: 0px;
    overflow-x: scroll;
    padding: 24px 0px;
  }

  .faq--page--wrapper .contact--form--area--content .title {
    padding-bottom: 24px;
  }
  .faq--content--wrapper .accordion-button::after {
    width: 16px;
    height: 16px;
    background-size: cover;
  }
  /* faq page style ends */

  /* about us page style starts */
  .about--us--banner--area--wrapper {
    padding: 48px 0px 16px;
  }
  .about--us--banner--area--wrapper .container {
    padding: 0;
  }
  .about--us--banner--area--content {
    border-radius: 0;
    height: 222px;
  }
  .about--us--hero--area--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .about--us--hero--area--content
    .left
    .single--text--section
    .paragraph--wrapper {
    font-size: 14px;
  }
  .about--us--hero--area--content
    .left
    .single--text--section:first-child
    .paragraph--wrapper {
    font-weight: 600;
  }
  .about--us--hero--area--content .right .single--description--card {
    padding: 16px;
    width: 100%;
    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
    p {
    font-size: 14px;
  }
  .about--us--hero--area--content
    .right
    .single--description--card
    .bottom--part {
    font-size: 14px;
    line-height: 18px;
  }
  .about--us--hero--area--content .common--title {
    font-size: 16px;
    line-height: normal;
  }
  .home--page--space--wrapper {
    padding: 24px 0px 42px;
    gap: 24px;
  }
  .about--us--main--area .supporting--data--area--wrapper .container {
    padding: 0;
  }
  .meet--the--team--area--content .main--title {
    font-size: 16px;
  }
  .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;
    max-width: 100%;
    overflow-x: scroll;
  }
  .meet--the--team--area--content .team--member--wrapper::-webkit-scrollbar {
    display: none;
  }
  .meet--the--team--area--content .single--team--member {
    min-width: 250px;
  }

  .where--to--area--content .common--intro {
    padding-bottom: 16px;
  }

  .about--us--main--area .special--instruction--text--wrapper {
    padding-top: 75px;
  }
  /* about us page style ends */

  /* login page style starts */
  .login--bg {
    background-color: #fff;
  }
  .contact--form--area--content .auth--form {
    padding-top: 4px;
  }
  .auth--form .input--wrapper {
    gap: 16px;
  }
  .auth--form .forgot--pass {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    padding-bottom: 0px;
  }

  /* login page style ends */

  /* register page style starts  */
  .auth--form .agreement--checkbox--wrapper label {
    font-size: 14px;
    line-height: normal;
  }

  .login--bg .contact--form--area--wrapper {
    padding-bottom: 70px;
  }
  /* register page style ends  */

  /* thank you page style starts */
  .thank--you--main--area--wrapper {
    padding: 74px 0px 30px;
  }
  .thank--you--main--area--content .hero--title {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 24px;
  }
  .thank--you--main--area--content .number--holder {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 24px;
  }
  .reservation--details--wrapper {
    padding-top: 24px;
  }
  .reservation--details--wrapper .title {
    font-size: 16px;
  }
  .reservation--details--wrapper .boat--info--wrapper .boat--date--area {
    max-width: 100%;
    width: 100%;
  }
  .reservation--details--wrapper .boat--info--wrapper .place--time--wrapper ul {
    color: #222;
    font-size: 14px;
    line-height: 24px;
    padding: 24px 0px;
  }
  .reservation--details--wrapper
    .boat--info--wrapper
    .price--breakdown--wrapper {
    padding-bottom: 24px;
  }
  /* thank you page style ends */

  /* my bookings page style starts */
  .my--bookings--main--area--wrapper {
    padding: 74px 0px;
  }
  .my--booking--main--area--content .main--title {
    font-size: 18px;
  }
  .my--booking--main--area--content {
    gap: 24px;
  }

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

  /* my bookings page style ends */

  /* booking detials page style starts */
  .booking--details--main--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .booking--details--main--content .details--area {
    max-width: 100%;
    width: 100%;
  }
  .booking--details--main--area--wrapper {
    padding: 74px 0px 30px;
  }
  .booking--details--main--content .reservation--detail .title {
    font-size: 18px;
  }
  .booking--details--main--content .pricing--detail .title {
    font-size: 16px;
  }
  .booking--details--main--content .list li {
    font-size: 14px;
  }
  .booking--details--main--content .total--pricing {
    margin-bottom: 24px;
  }

  .booking--details--main--content .skipper--area .cancel--btn {
    margin-top: 65px;
  }
  .booking--details--main--content .skipper--area .title {
    font-size: 16px;
  }
  .booking--details--main--content .skipper--area {
    max-width: 100%;
    width: 100%;
  }

  .skipper--card {
    width: 100%;
  }

  /* booking detials page style ends */

  /* booking cancellation page style starts */
  .booking--cancellation--content .text--area .title {
    font-size: 18px;
  }

  .join--button--area {
    padding-top: 24px;
    gap: 24px;
  }

  /* booking cancellation page style ends */

  /* my favourites page style starts */
  .filtered--content--wrapper {
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
    padding: 32px 0px;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
  .single--experience--card {
    width: 100%;
  }

  .single--experience--card img {
    width: 100%;
  }

  /* my favourites page style ends */

  /* booking private page style starts */
  .private--companies--navbar .icons--wrapper .profile--dropdown--holder {
    display: none;
  }

  .bookings--private--area--content .booking--selection--btn--wrapper {
    overflow-x: scroll;
    padding-bottom: 4px;
  }

  .bookings--private--area--content
    .booking--selection--btn--wrapper::-webkit-scrollbar {
    display: none;
  }

  .bookings--private--area--content .custom--booking--card {
    width: 100%;
  }

  .my--booking--main--area--content
    .booking--list--wrapper.private--booking--list,
  .bookings--private--area--content .all--booking--area--wrapper {
    gap: 24px;
  }
  .bookings--private--area--content .all--booking--area--wrapper #pending {
    padding-bottom: 0;
  }

  .private--booking--list .custom--booking--card {
    margin-bottom: 0;
  }

  #pending .custom--booking--card {
    margin-bottom: 16px;
  }

  .my--single--boat .custom--booking--card {
    margin-bottom: 0;
  }

  .published--boat--area .common--title {
    padding-bottom: 12px;
  }
  .published--boat--area .booking--list--wrapper {
    gap: 12px;
  }

  .my--boats--area--content .boat--area .board--boat {
    width: 100%;
    margin-top: 24px;
  }
  .my--boats--area--content .return--btn {
    margin-bottom: -12px;
  }

  /* booking private page style ends */

  /* my skippers page style starts */
  .my--booking--main--area--content.skipper--list--wrapper {
    gap: 16px;
  }

  .my--booking--main--area--content.skipper--list--wrapper .return--btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
  }
  /* my skippers page style ends */

  /* booking details private style starts */
  .private--booking--details--area--content .title {
    font-size: 18px;
    padding-bottom: 24px;
  }
  .private--booking--details--area--content .reservation--details .list li,
  .private--booking--details--area--content
    .client--details
    .instruction--text {
    font-size: 14px;
  }

  .private--booking--details--area--content .details--form {
    margin-top: -8px;
  }

  .auth--form input,
  .auth--form .select--wrapper .nice-select,
  .auth--form textarea {
    padding: 12px;
  }
  .contact--form--area .input--group .input--holder:first-child {
    width: 72px;
  }

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

  .private--booking--details--area--content .return--btn {
    display: block;
    margin-bottom: -8px;
  }

  /* booking details private style ends */

  /* my boat details page style starts */

  .my--boat--details--content .single--details--wrapper .section--title {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 12px;
  }

  .my--boat--details--content .auth--form,
  .my--boat--details--content {
    gap: 12px;
  }
  .my--boat--details--content .auth--form .save--change--btn {
    margin-top: 0;
  }
  .my--boat--details--content
    .single--details--wrapper.services--wrapper
    .auth--form {
    gap: 12px;
  }
  .auth--form .checkbox--wrapper {
    gap: 12px;
  }
  .equipment--details--wrapper .auth--form .checkbox--wrapper {
    gap: 24px;
  }
  .my--boat--details--content
    .single--details--wrapper.mulitple--input--combination
    .auth--form {
    gap: 12px;
  }
  .my--boat--details--content .auth--form .radio--input--wrapper {
    gap: 24px;
    padding: 12px 0px;
  }
  /* my boat details page style ends */

  /* boat page style starts */
  .boat--page--banner--slider--wrapper {
    padding: 45px 0px 24px;
  }
  .boat--page--banner--slider--wrapper .container {
    padding: 0;
  }
  .boat--page--banner--slider--content .slider--part .single--slide,
  .boat--page--banner--slider--content
    .slider--part
    .swiper-backface-hidden
    .swiper-slide {
    border-radius: 0px;
  }

  .boat--page--banner--slider--content .slider--part .single--slide {
    height: 220px;
  }
  .boat--page--banner--slider--content .slider--part .social--icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .boat--page--main--content .right {
    display: none;
  }
  .boat--page--banner--slider--content .content--part .right {
    display: none;
  }
  .boat--page--banner--slider--content .content--part {
    padding: 0px 16px;
  }
  .boat--page--banner--slider--content .content--part .title {
    font-size: 18px;
  }
  .boat--page--main--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .boat--page--main--content .map--area .map,
  .boat--page--main--content .map--area .map iframe {
    width: 100%;
    height: 435px;
  }

  .boat--page--main--content .check--availability--area .time--table--wrapper {
    max-width: 100%;
    overflow-x: scroll;
  }
  .boat--page--main--content
    .check--availability--area
    .time--table--wrapper::-webkit-scrollbar {
    display: none;
  }
  .boat--page--main--content
    .check--availability--area
    .time--table--wrapper
    .single--time--table {
    min-width: 86px;
  }

  .skipper--card .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .boat--page--main--content .left .review--area .list li {
    gap: 6px;
    font-size: 12px;
    line-height: 16px;
  }
  .boat--page--main--content .left .review--area .list {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 8px;
  }
  .boat--page--main--content .what--includes--area .list li .text .main {
    font-size: 14px;
    padding-bottom: 6px;
  }
  .boat--page--main--content .what--includes--area .list li .text .sub {
    font-size: 14px;
    line-height: 20px;
  }
  .boat--page--main--content .common--section--intro {
    font-size: 16px;
  }
  .boat--page--main--content .left {
    gap: 24px;
  }
  .boat--page--main--content .extra--facilities--area .list {
    font-size: 14px;
  }
  .boat--page--main--content .what--will--you--do--area {
    font-size: 14px;
    line-height: 18px;
  }
  .boat--page--main--content .map--area .instruction--text {
    font-size: 14px;
  }

  .bottom--checkout--wrapper {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 50;
    width: 100%;
  }

  .bottom--checkout--wrapper .trigger--area {
    border-top: 0.5px solid #cedfff;
    background: #fff;
    padding: 12px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .bottom--checkout--wrapper .trigger--area .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .bottom--checkout--wrapper .trigger--area .details .price {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .bottom--checkout--wrapper .trigger--area .details .date--moment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bottom--checkout--wrapper .trigger--area .details .date--moment .date {
    color: #133254;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
  }

  .bottom--checkout--wrapper .trigger--area .details .date--moment .moment {
    color: var(--secondary--color);
    font-size: 10px;
    line-height: 24px;
  }

  .bottom--checkout--wrapper .trigger--area .book--btn {
    width: 70%;
  }

  .bottom--checkout--wrapper .trigger--area .book--btn button {
    width: 100%;
    background-color: var(--primary--color);
    border-radius: 50px;
    background: var(--primary--color);
    padding: 10px 12px;
    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;
    line-height: normal;
    letter-spacing: -0.5px;
    border: none;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .bottom--checkout--wrapper .trigger--area .book--btn button:hover {
    background-color: var(--secondary--color);
  }

  .bottom--checkout--wrapper .date--wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 60;
    background-color: #fff;
    padding: 16px;
    border-radius: 16px 16px 0px 0px;
    background: #fff;
  }

  .bottom--checkout--overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    width: 100%;
    height: 100vh;
    background: rgba(34, 34, 34, 0.4);
  }

  .bottom--checkout--wrapper .trigger--content .title {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 14px;
  }

  .bottom--checkout--wrapper .time--moment--wrapper {
    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;
    padding-top: 16px;
  }

  .bottom--checkout--wrapper .time--moment--wrapper .single--moment {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--secondary--color);
    font-size: 12px;
    line-height: 24px;
    padding: 4px 8px;
    width: 86px;
  }
  .bottom--checkout--wrapper .time--moment--wrapper .single--moment.disabled {
    background: #ebebeb;
    color: #aab3be;
  }

  .bottom--checkout--wrapper .time--moment--wrapper .single--moment.selected {
    color: #fff;

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

  .bottom--checkout--wrapper .select--button {
    width: 50%;
    background-color: var(--primary--color);
    border-radius: 50px;
    background: var(--primary--color);
    padding: 10px 12px;
    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;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.5px;
    border: none;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin: 20px auto;
  }
  .bottom--checkout--wrapper .select--button:hover {
    background-color: var(--secondary--color);
  }

  .bottom--checkout--wrapper .close--button {
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 2;
    top: 16px;
    right: 28px;
  }

  .bottom--checkout--wrapper .close--button svg {
    width: 100%;
    height: 100%;
  }

  .bottom--checkout--wrapper .trigger--content,
  .bottom--checkout--overlay {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .bottom--checkout--wrapper .trigger--content {
    bottom: -30px;
  }

  .bottom--checkout--wrapper .trigger--content.active {
    opacity: 1;
    visibility: visible;
    bottom: 0px;
  }
  .bottom--checkout--overlay.active {
    opacity: 1;
    visibility: visible;
  }

  /* boat page style ends */

  /* boats distributive page style starts */
  .filter--selection--area .filter--btn--wrapper .filter--button {
    gap: 0px;
  }
  .filter--selection--area .filter--btn--wrapper .filter--button p .text {
    display: none;
  }

  .filter--selection--area .right .see--map--btn {
    position: fixed;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    width: 184px;
  }
  .boats--filter--top--area {
    padding: 74px 0px 16px;
  }
  .boats--filter--top--area .intro--title {
    font-size: 18px;
  }
  .filter--selection--area .common--button {
    padding: 8px 13px;
  }
  .filter--selection--wrapper .select--content.filter--list,
  .filter--selection--wrapper .select--content {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 2000;
    border-radius: 0;
  }
  .filter--selection--wrapper .select--content.active {
    top: 0px;
  }

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

  .filter--selection--wrapper .mobile--content.top--part {
    position: relative;
    padding-top: 32px;
    padding-bottom: 30px;
  }

  .filter--selection--wrapper .mobile--content.top--part .title {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .filter--selection--wrapper .mobile--content.top--part .close--button {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .filter--selection--wrapper .mobile--content.top--part .close--button svg {
    width: 100%;
    height: 100%;
  }

  .filter--selection--wrapper .mobile--content.bottom--part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
    width: 100%;
    padding-top: 50px;
  }

  .filter--selection--wrapper.boat--type--wrapper
    .select--content
    .submit--area {
    display: none;
  }

  .filter--selection--body--scroll {
    overflow: hidden;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .mobile--search--filter--content
    .container {
    padding: 0;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive .trigger--area p {
    display: block;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    position: relative;
    display: none;
  }
  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper::before {
    content: "";
    top: 0;
    left: 28%;
    position: absolute;
    width: 1px;
    height: 24px;
    background: #e5e7eb;
  }
  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper::after {
    content: "";
    top: 0;
    right: 42%;
    position: absolute;
    width: 1px;
    height: 24px;
    background: #e5e7eb;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper
    input {
    width: 25%;
    border: none;
    color: #133254;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper
    input.place {
    font-weight: 600;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .icon {
    min-width: 32px;
    height: 32px;
  }

  /* boats distributive page style ends */

  /* map view page style starts */
  .filtered--map--content .map--wrapper {
    padding: 16px 0px 8px;
    width: 100%;
    height: 435px;
  }

  .filtered--map--content .map--wrapper iframe {
    width: 100%;
    height: 100%;
  }

  .filtered--map--content .map--box--found--wrapper,
  .filtered--map--content .mapbox--found,
  .filtered--map--content .map--box--found--wrapper a {
    width: 100%;
  }

  .gm-style-iw {
    min-width: 400px !important;
  }

  .filtered--map--content .map--box--found--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
  .filtered--map--content {
    padding-bottom: 0;
    /* padding-top: 24px; */
  }
  .advantages--list--wrapper .single--advantage .icon {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
  }
  /* map view page style ends */

  .custom--calendar--wrapper {
    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: 50%;
    height: 350px;
    margin: 0 auto;
  }
  .boat--page--main--content
    .check--availability--area
    .custom--calendar--wrapper {
    margin-left: 0;
  }

  .customer--review--area .carousel-section {
    margin-left: -100px;
  }
  .faq--area--content .right .text--area {
    max-width: 100%;
    margin: 0 auto;
  }
  .boat--page--main--content .single--review--card {
    width: 100%;
  }

  .customer--review--area {
    overflow: hidden;
  }

  .filtered--content--wrapper .single--experience--card {
    min-width: 100%;
  }

  /* updated styles */
  .select--content.time--wrapper--content .mobile--radio--buttons {
    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;
  }
  .select--content.time--wrapper--content ul {
    display: none;
  }

  .select--content.time--wrapper--content .mobile--radio--buttons input {
    display: none;
  }
  .select--content.time--wrapper--content .mobile--radio--buttons label {
    display: block;
    color: var(--secondary--color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    padding-left: 36px;
  }

  .select--content.time--wrapper--content
    .mobile--radio--buttons
    label::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #dddddd;
  }

  .select--content.time--wrapper--content
    .mobile--radio--buttons
    input:checked
    + label::before {
    background-color: var(--secondary--color);
  }
  .select--content.time--wrapper--content
    .mobile--radio--buttons
    input:checked
    + label::after {
    content: "";
    top: 8px;
    left: 8px;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
  }

  .customer--review--area .owl-carousel .owl-stage {
    margin-left: -22px;
  }
  .customer--review--area .single--review--card {
    width: 100%;
  }

  .boat--page--main--content .boat--card--slider .owl-stage {
    margin-left: -20px;
  }
  .lock--scroll {
    overflow: hidden;
  }

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

  .where--to--area--wrapper {
    padding-top: 8px;
  }
  .experiences--slider--wrapper {
    padding: 16px 0px;
  }

  .filter--selection--wrapper .select--content .submit--area .search,
  .filter--selection--wrapper .mobile--content.bottom--part .search {
    width: 100%;
  }

  /* updated styles */
}

/* large mobile devices */
@media only screen and (min-width: 480px) and (max-width: 575px) {
  main,
  footer {
    overflow-x: hidden;
  }

  /* index page style starts */

  header {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .menu--links--wrapper {
    display: none;
  }

  .header--content--wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 0px;
  }
  .header--content--wrapper .hamburger--icon {
    display: block;
    width: 24px;
    height: 2px;
    position: relative;
    z-index: 600;
    background-color: var(--primary--color);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .header--content--wrapper .hamburger--icon::before {
    content: "";
    top: -6px;
    left: 0;
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--primary--color);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .header--content--wrapper .hamburger--icon::after {
    content: "";
    bottom: -6px;
    left: 0;
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--primary--color);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .header--content--wrapper .hamburger--icon.active {
    width: 0;
  }

  .header--content--wrapper .hamburger--icon.active::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
  }
  .header--content--wrapper .hamburger--icon.active::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0px;
  }

  .home--banner--area--wrapper {
    padding: 145px 0px 20px;
    background-position: left;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.25)),
        to(rgba(0, 0, 0, 0.25))
      ),
      url("../images/home-banner-upscale.jpg") lightgray -108.944px -142.864px /
        223.637% 146.085% no-repeat;
    background: -o-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.25) 0%,
        rgba(0, 0, 0, 0.25) 100%
      ),
      url("../images/home-banner-upscale.jpg") lightgray -108.944px -142.864px /
        223.637% 146.085% no-repeat;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.25) 0%,
        rgba(0, 0, 0, 0.25) 100%
      ),
      url("../images/home-banner-upscale.jpg") lightgray -108.944px -142.864px /
        223.637% 146.085% no-repeat;

    background-position: center;
    background-size: cover;
  }
  .home--banner--area--wrapper .intro--text--wrapper .heading {
    font-size: 18px;
    padding-bottom: 8px;
  }
  .home--banner--area--wrapper .intro--text--wrapper .sub--title {
    font-size: 14px;
  }
  .header--content--wrapper .logo--wrapper {
    width: 93px;
    height: 32px;
    margin-left: 46px;
  }

  .outstading--experience--area--content .top--part {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 8px;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .outstading--experience--area--content .top--part .single--experience p {
    font-size: 12px;
    line-height: 16px;
  }
  .outstading--experience--area--content .top--part .single--experience {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .outstading--experience--area--content .top--part .single--experience .icon {
    min-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;
  }

  .common--link {
    font-size: 12px;
  }

  .single--experience--card .card--pricing--area .price .duration {
    font-weight: 400;
  }
  .advantages--list--wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }

  .advantages--list--wrapper .single--advantage .text--area h3 {
    font-size: 14px;
  }

  .advantages--list--wrapper .single--advantage .text--area p {
    font-size: 14px;
    line-height: 20px;
  }

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

  .best--time--area--slider .single--best--time .text--wrapper .description {
    font-size: 14px;
  }

  .common--intro {
    font-size: 16px;
  }

  .where--to--area--content .description--text {
    font-size: 14px;
    padding: 0px 0px 24px;
  }

  .where--to--area--content .map--wrapper {
    height: 435px;
  }

  .onboard--services--list--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
  .onboard--services--list--wrapper a {
    width: 100%;
  }

  .special--instruction--text--wrapper .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .supporting--data--area--content .heading {
    font-size: 16px;
  }

  .supporting--data--list {
    gap: 12px;
  }
  .onboard--service {
    width: 100%;
  }

  .special--instruction--text .heading {
    font-size: 16px;
  }
  .special--instruction--text a {
    font-size: 14px;
  }
  .faq--area--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .faq--area--content .right,
  .faq--area--content .left {
    width: 100%;
  }

  .faq--area--content .left {
    padding-bottom: 175px;
  }
  .faq--area--wrapper {
    position: relative;
    padding-bottom: 7px;
  }
  .faq--area--content .right {
    padding: 24px 16px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 8px;
  }
  .faq--area--content .right .text--area {
    max-width: 100%;
    margin: 0 auto;
  }
  .faq--area--content .right .heading {
    font-size: 16px;
  }
  .faq--area--content .right p {
    font-size: 14px;
    padding-bottom: 16px;
  }
  .faq--area--content .right a {
    font-size: 14px;
  }
  .faq--area--content .left .intro--area {
    padding-bottom: 24px;
  }
  .faq--content--wrapper .accordion-body {
    padding-top: 0;
    padding-left: 10px;
  }
  .home--banner--area--wrapper .intro--text--wrapper {
    max-width: 328px;
    padding-bottom: 26px;
  }
  .footer--area--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 24px;
  }

  .footer--area--content .single--part.trademark {
    width: 100%;
  }

  .footer--area--content .single--part.trademark p {
    width: 100%;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .footer--area--content .single--part {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer--area--content .single--part.social--media--link {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer--area--content .single--part.social--media--link .title {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 0;
  }

  .footer--area--content .single--part.social--media--link ul {
    padding-left: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer--area--content .single--part.social--media--link ul li p {
    display: none;
  }

  .footer--area--content .single--part ul li a svg {
    width: 23px;
    height: 23px;
  }
  .footer--area--content .single--part ul li a,
  .footer--area--content .single--part .title,
  .footer--area--content .single--part p {
    font-size: 14px;
    line-height: normal;
  }
  .footer--area--content .single--part.starting .bold {
    display: inline-block;
    font-weight: 600;
  }

  .footer--area--content .single--part.starting .hide {
    display: inline-block;
  }
  .footer--area--content .single--part.legal--advice .hide {
    display: none;
  }

  .footer--area--content .single--part.legal--advice ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer--area--content .single--part.legal--advice ul li:nth-child(2) {
    position: relative;
  }

  .footer--area--content .single--part.legal--advice ul li:nth-child(2)::after {
    content: "";
    top: 7px;
    right: -10px;
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff;
  }

  .footer--area--content .single--part.legal--advice ul li a {
    font-size: 12px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .header--mobile--nav--wrapper {
    display: block;
    position: fixed;
    z-index: 500;
    background-color: #fff;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 100%;
    padding: 8px 16px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .header--mobile--nav--wrapper.active {
    left: 0;
  }

  .header--mobile--nav--wrapper .logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }

  .header--mobile--nav--wrapper .list {
    padding: 24px 0px 115px;
    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;
  }

  .header--mobile--nav--wrapper .list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header--mobile--nav--wrapper .list li p {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .header--mobile--nav--wrapper .list li span {
    color: var(--secondary--color);
    font-size: 14px;
    line-height: 24px;
  }

  .header--mobile--nav--wrapper .logo {
    position: relative;
    z-index: 700;
    width: 93px;
    height: 31.999px;
  }
  .header--mobile--nav--wrapper .logo img {
    width: 100%;
    height: 100%;
  }

  .header--mobile--nav--wrapper .common--link {
    font-size: 14px;
  }
  .mobile--search--filter--area--wrapper {
    display: block;
  }
  .mobile--search--filter--area--wrapper .trigger--area {
    width: 100%;
    background-color: #fff;
    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;
    padding-left: 24px;
    border-radius: 1000px;
    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);
  }

  .mobile--search--filter--area--wrapper .trigger--area .icon {
    padding: 4px;
    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;
    background: #133254;
    -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: 32px;
    height: 32px;
  }

  .mobile--search--filter--area--wrapper .trigger--area p {
    color: var(--secondary--color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .mobile--search--filter--area--wrapper .trigger--area .icon svg {
    width: 16px;
    height: 16px;
  }

  .mobile--filter--dropdown {
    position: fixed;
    top: 0;
    left: 0;
    background: #ebebeb;
    height: 100vh;
    width: 100%;
    z-index: 2000;
    padding-top: 42px;
    opacity: 0;
    visibility: hidden;
    scale: 0.95;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .mobile--filter--dropdown.active {
    opacity: 1;
    visibility: visible;
    scale: 1;
  }

  .mobile--filter--dropdown .close--area {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 16px;
    right: 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;
  }
  .mobile--filter--dropdown .close--area svg {
    width: 100%;
    height: 100%;
  }

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

  .mobile--filter--dropdown--steps .place--area .input--area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 16px;
    position: relative;
  }

  .mobile--filter--dropdown--steps .place--area .input--area .icon {
    width: 24px;
    height: 24px;
    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;
    z-index: 2;
    top: 25px;
    right: 12px;
  }

  .mobile--filter--dropdown--steps .place--area .input--area .icon svg {
    width: 100%;
    height: 100%;
  }

  .mobile--filter--dropdown--steps .place--area .input--area input {
    width: 100%;
    border-radius: 100px;
    border: 1px solid var(--secondary--color);
    -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);
    padding: 8px 12px;

    padding-right: 36px;
    color: #133254;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
  }

  .mobile--filter--dropdown--steps .place--area .place--list {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #b0b0b0;
    background: #fff;
    width: 100%;
    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: #222;
    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);
    margin-top: 28px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }

  .mobile--filter--dropdown--steps .place--area .place--list.active {
    margin-top: 8px;
    opacity: 1;
    visibility: visible;
  }

  .best--time--area--slider .swiper-slide a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
  }

  .mobile--filter--dropdown--steps .date--time--area .time--wrapper {
    max-width: 100%;
    overflow-x: scroll;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mobile--filter--dropdown--steps
    .date--time--area
    .time--wrapper::-webkit-scrollbar {
    display: none;
  }

  .mobile--filter--dropdown--steps .date--time--area .time--wrapper button {
    min-width: 86px;
  }

  .filter--selection--area .left {
    max-width: 100%;
    overflow: scroll;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .filter--selection--area .left::-webkit-scrollbar {
    display: none;
  }

  .filter--selection--wrapper .common--button {
    white-space: nowrap;
  }

  /* index page style ends */

  /* contact page style starts */
  .contact--form--area--wrapper {
    padding-top: 74px;
    padding-bottom: 42px;
  }
  .contact--form--area--content .title {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 16px;
  }
  .contact--form--area .prefer--text {
    line-height: normal;
    padding-top: 8px;
    font-size: 16px;
  }
  /* contact page style ends */

  /* faq page style starts */

  .home--page--space--wrapper.faq--page {
    display: none;
  }
  .faq--content--wrapper .accordion-button {
    padding-left: 0;
  }

  .faq--section--title--wrapper {
    max-width: 100%;
    min-width: 0px;
    overflow-x: scroll;
    padding: 24px 0px;
  }

  .faq--page--wrapper .contact--form--area--content .title {
    padding-bottom: 24px;
  }
  .faq--content--wrapper .accordion-button::after {
    width: 16px;
    height: 16px;
    background-size: cover;
  }
  /* faq page style ends */

  /* about us page style starts */
  .about--us--banner--area--wrapper {
    padding: 48px 0px 16px;
  }
  .about--us--banner--area--wrapper .container {
    padding: 0;
  }
  .about--us--banner--area--content {
    border-radius: 0;
    height: 222px;
  }
  .about--us--hero--area--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .about--us--hero--area--content
    .left
    .single--text--section
    .paragraph--wrapper {
    font-size: 14px;
  }
  .about--us--hero--area--content
    .left
    .single--text--section:first-child
    .paragraph--wrapper {
    font-weight: 600;
  }
  .about--us--hero--area--content .right .single--description--card {
    padding: 16px;
    width: 100%;
    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
    p {
    font-size: 14px;
  }
  .about--us--hero--area--content
    .right
    .single--description--card
    .bottom--part {
    font-size: 14px;
    line-height: 18px;
  }
  .about--us--hero--area--content .common--title {
    font-size: 16px;
    line-height: normal;
  }
  .home--page--space--wrapper {
    padding: 24px 0px 42px;
    gap: 24px;
  }
  .about--us--main--area .supporting--data--area--wrapper .container {
    padding: 0;
  }
  .meet--the--team--area--content .main--title {
    font-size: 16px;
  }
  .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;
    max-width: 100%;
    overflow-x: scroll;
  }
  .meet--the--team--area--content .team--member--wrapper::-webkit-scrollbar {
    display: none;
  }
  .meet--the--team--area--content .single--team--member {
    min-width: 250px;
  }

  .where--to--area--content .common--intro {
    padding-bottom: 16px;
  }

  .about--us--main--area .special--instruction--text--wrapper {
    padding-top: 75px;
  }
  /* about us page style ends */

  /* login page style starts */
  .login--bg {
    background-color: #fff;
  }
  .contact--form--area--content .auth--form {
    padding-top: 4px;
  }
  .auth--form .input--wrapper {
    gap: 16px;
  }
  .auth--form .forgot--pass {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    padding-bottom: 0px;
  }

  /* login page style ends */

  /* register page style starts  */
  .auth--form .agreement--checkbox--wrapper label {
    font-size: 14px;
    line-height: normal;
  }

  .login--bg .contact--form--area--wrapper {
    padding-bottom: 70px;
  }
  /* register page style ends  */

  /* thank you page style starts */
  .thank--you--main--area--wrapper {
    padding: 74px 0px 30px;
  }
  .thank--you--main--area--content .hero--title {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 24px;
  }
  .thank--you--main--area--content .number--holder {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 24px;
  }
  .reservation--details--wrapper {
    padding-top: 24px;
  }
  .reservation--details--wrapper .title {
    font-size: 16px;
  }
  .reservation--details--wrapper .boat--info--wrapper .boat--date--area {
    max-width: 100%;
    width: 100%;
  }
  .reservation--details--wrapper .boat--info--wrapper .place--time--wrapper ul {
    color: #222;
    font-size: 14px;
    line-height: 24px;
    padding: 24px 0px;
  }
  .reservation--details--wrapper
    .boat--info--wrapper
    .price--breakdown--wrapper {
    padding-bottom: 24px;
  }
  /* thank you page style ends */

  /* my bookings page style starts */
  .my--bookings--main--area--wrapper {
    padding: 74px 0px;
  }
  .my--booking--main--area--content .main--title {
    font-size: 18px;
  }
  .my--booking--main--area--content {
    gap: 24px;
  }

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

  /* my bookings page style ends */

  /* booking detials page style starts */
  .booking--details--main--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .booking--details--main--content .details--area {
    max-width: 100%;
    width: 100%;
  }
  .booking--details--main--area--wrapper {
    padding: 74px 0px 30px;
  }
  .booking--details--main--content .reservation--detail .title {
    font-size: 18px;
  }
  .booking--details--main--content .pricing--detail .title {
    font-size: 16px;
  }
  .booking--details--main--content .list li {
    font-size: 14px;
  }
  .booking--details--main--content .total--pricing {
    margin-bottom: 24px;
  }

  .booking--details--main--content .skipper--area .cancel--btn {
    margin-top: 65px;
  }
  .booking--details--main--content .skipper--area .title {
    font-size: 16px;
  }
  .booking--details--main--content .skipper--area {
    max-width: 100%;
    width: 100%;
  }

  .skipper--card {
    width: 100%;
  }

  /* booking detials page style ends */

  /* booking cancellation page style starts */
  .booking--cancellation--content .text--area .title {
    font-size: 18px;
  }

  .join--button--area {
    padding-top: 24px;
    gap: 24px;
  }

  /* booking cancellation page style ends */

  /* my favourites page style starts */
  .filtered--content--wrapper {
    -ms-grid-columns: (1fr);
    grid-template-columns: repeat(1, 1fr);
    row-gap: 24px;
    padding: 32px 0px;
  }
  .single--experience--card {
    width: 100%;
  }

  .single--experience--card img {
    width: 100%;
  }

  .filtered--content--wrapper .single--experience--card {
    min-width: 100%;
  }

  /* my favourites page style ends */

  /* booking private page style starts */
  .private--companies--navbar .icons--wrapper .profile--dropdown--holder {
    display: none;
  }

  .bookings--private--area--content .booking--selection--btn--wrapper {
    overflow-x: scroll;
    padding-bottom: 4px;
  }

  .bookings--private--area--content
    .booking--selection--btn--wrapper::-webkit-scrollbar {
    display: none;
  }

  .bookings--private--area--content .custom--booking--card {
    width: 100%;
  }

  .my--booking--main--area--content
    .booking--list--wrapper.private--booking--list,
  .bookings--private--area--content .all--booking--area--wrapper {
    gap: 24px;
  }
  .bookings--private--area--content .all--booking--area--wrapper #pending {
    padding-bottom: 0;
  }

  .private--booking--list .custom--booking--card {
    margin-bottom: 0;
  }

  #pending .custom--booking--card {
    margin-bottom: 16px;
  }

  .deny--reservation--wrapper .deny--reservation--content {
    /* padding: 16px;
    padding-top: 40px;
    height: 100%;
    border-radius: 0; */
    max-width: 90%;
  }

  .my--single--boat .custom--booking--card {
    margin-bottom: 0;
  }

  .published--boat--area .common--title {
    padding-bottom: 12px;
  }
  .published--boat--area .booking--list--wrapper {
    gap: 12px;
  }

  .my--boats--area--content .boat--area .board--boat {
    width: 100%;
    margin-top: 24px;
  }
  .my--boats--area--content .return--btn {
    margin-bottom: -12px;
  }

  /* booking private page style ends */

  /* my skippers page style starts */
  .my--booking--main--area--content.skipper--list--wrapper {
    gap: 16px;
  }

  .my--booking--main--area--content.skipper--list--wrapper .return--btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
  }
  /* my skippers page style ends */

  /* booking details private style starts */
  .private--booking--details--area--content .title {
    font-size: 18px;
    padding-bottom: 24px;
  }
  .private--booking--details--area--content .reservation--details .list li,
  .private--booking--details--area--content
    .client--details
    .instruction--text {
    font-size: 14px;
  }

  .private--booking--details--area--content .details--form {
    margin-top: -8px;
  }

  .auth--form input,
  .auth--form .select--wrapper .nice-select,
  .auth--form textarea {
    padding: 12px;
  }
  .contact--form--area .input--group .input--holder:first-child {
    width: 72px;
  }

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

  .private--booking--details--area--content .return--btn {
    display: block;
    margin-bottom: -8px;
  }

  /* booking details private style ends */

  /* my boat details page style starts */

  .my--boat--details--content .single--details--wrapper .section--title {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 12px;
  }

  .my--boat--details--content .auth--form,
  .my--boat--details--content {
    gap: 12px;
  }
  .my--boat--details--content .auth--form .save--change--btn {
    margin-top: 0;
  }
  .my--boat--details--content
    .single--details--wrapper.services--wrapper
    .auth--form {
    gap: 12px;
  }
  .auth--form .checkbox--wrapper {
    gap: 12px;
  }
  .equipment--details--wrapper .auth--form .checkbox--wrapper {
    gap: 24px;
  }
  .my--boat--details--content
    .single--details--wrapper.mulitple--input--combination
    .auth--form {
    gap: 12px;
  }
  .my--boat--details--content .auth--form .radio--input--wrapper {
    gap: 24px;
    padding: 12px 0px;
  }
  /* my boat details page style ends */

  /* boat page style starts */
  .boat--page--banner--slider--wrapper {
    padding: 45px 0px 24px;
  }
  .boat--page--banner--slider--wrapper .container {
    padding: 0;
  }
  .boat--page--banner--slider--content .slider--part .single--slide,
  .boat--page--banner--slider--content
    .slider--part
    .swiper-backface-hidden
    .swiper-slide {
    border-radius: 0px;
  }

  .boat--page--banner--slider--content .slider--part .single--slide {
    height: 220px;
  }
  .boat--page--banner--slider--content .slider--part .social--icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .boat--page--main--content .right {
    display: none;
  }
  .boat--page--banner--slider--content .content--part .right {
    display: none;
  }
  .boat--page--banner--slider--content .content--part {
    padding: 0px 16px;
  }
  .boat--page--banner--slider--content .content--part .title {
    font-size: 18px;
  }
  .boat--page--main--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .boat--page--main--content .map--area .map,
  .boat--page--main--content .map--area .map iframe {
    width: 100%;
    height: 435px;
  }

  .boat--page--main--content .check--availability--area .time--table--wrapper {
    max-width: 100%;
    overflow-x: scroll;
  }
  .boat--page--main--content
    .check--availability--area
    .time--table--wrapper::-webkit-scrollbar {
    display: none;
  }
  .boat--page--main--content
    .check--availability--area
    .time--table--wrapper
    .single--time--table {
    min-width: 86px;
  }

  .boat--page--main--content
    .check--availability--area
    .custom--calendar--wrapper {
    width: 100%;
  }
  .skipper--card .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .boat--page--main--content .left .review--area .list li {
    gap: 6px;
    font-size: 12px;
    line-height: 16px;
  }
  .boat--page--main--content .left .review--area .list {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 8px;
  }
  .boat--page--main--content .what--includes--area .list li .text .main {
    font-size: 14px;
    padding-bottom: 6px;
  }
  .boat--page--main--content .what--includes--area .list li .text .sub {
    font-size: 14px;
    line-height: 20px;
  }
  .boat--page--main--content .common--section--intro {
    font-size: 16px;
  }
  .boat--page--main--content .left {
    gap: 24px;
  }
  .boat--page--main--content .extra--facilities--area .list {
    font-size: 14px;
  }
  .boat--page--main--content .what--will--you--do--area {
    font-size: 14px;
    line-height: 18px;
  }
  .boat--page--main--content .map--area .instruction--text {
    font-size: 14px;
  }

  .bottom--checkout--wrapper {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 50;
    width: 100%;
  }

  .bottom--checkout--wrapper .trigger--area {
    border-top: 0.5px solid #cedfff;
    background: #fff;
    padding: 12px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .bottom--checkout--wrapper .trigger--area .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .bottom--checkout--wrapper .trigger--area .details .price {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .bottom--checkout--wrapper .trigger--area .details .date--moment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bottom--checkout--wrapper .trigger--area .details .date--moment .date {
    color: #133254;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
  }

  .bottom--checkout--wrapper .trigger--area .details .date--moment .moment {
    color: var(--secondary--color);
    font-size: 10px;
    line-height: 24px;
  }

  .bottom--checkout--wrapper .trigger--area .book--btn {
    width: 70%;
  }

  .bottom--checkout--wrapper .trigger--area .book--btn button {
    width: 100%;
    background-color: var(--primary--color);
    border-radius: 50px;
    background: var(--primary--color);
    padding: 10px 12px;
    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;
    line-height: normal;
    letter-spacing: -0.5px;
    border: none;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .bottom--checkout--wrapper .trigger--area .book--btn button:hover {
    background-color: var(--secondary--color);
  }

  .bottom--checkout--wrapper .date--wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 60;
    background-color: #fff;
    padding: 16px;
    border-radius: 16px 16px 0px 0px;
    background: #fff;
  }

  .bottom--checkout--overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    width: 100%;
    height: 100vh;
    background: rgba(34, 34, 34, 0.4);
  }

  .bottom--checkout--wrapper .trigger--content .title {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 14px;
  }

  .bottom--checkout--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;
    padding-top: 16px;
  }

  .bottom--checkout--wrapper .time--moment--wrapper .single--moment {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--secondary--color);
    font-size: 12px;
    line-height: 24px;
    padding: 4px 8px;
    width: 86px;
  }
  .bottom--checkout--wrapper .time--moment--wrapper .single--moment.disabled {
    background: #ebebeb;
    color: #aab3be;
  }

  .bottom--checkout--wrapper .time--moment--wrapper .single--moment.selected {
    color: #fff;

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

  .bottom--checkout--wrapper .select--button {
    margin-top: 70px;
    margin-bottom: 20px;
    width: 100%;
    background-color: var(--primary--color);
    border-radius: 50px;
    background: var(--primary--color);
    padding: 10px 12px;
    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;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.5px;
    border: none;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .bottom--checkout--wrapper .select--button:hover {
    background-color: var(--secondary--color);
  }

  .bottom--checkout--wrapper .close--button {
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 2;
    top: 16px;
    right: 28px;
  }

  .bottom--checkout--wrapper .close--button svg {
    width: 100%;
    height: 100%;
  }

  .bottom--checkout--wrapper .trigger--content,
  .bottom--checkout--overlay {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .bottom--checkout--wrapper .trigger--content {
    bottom: -30px;
  }

  .bottom--checkout--wrapper .trigger--content.active {
    opacity: 1;
    visibility: visible;
    bottom: 0px;
  }
  .bottom--checkout--overlay.active {
    opacity: 1;
    visibility: visible;
  }

  /* boat page style ends */

  /* boats distributive page style starts */
  .filter--selection--area .filter--btn--wrapper .filter--button {
    gap: 0px;
  }
  .filter--selection--area .filter--btn--wrapper .filter--button p .text {
    display: none;
  }

  .filter--selection--area .right .see--map--btn {
    position: fixed;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    width: 184px;
  }
  .boats--filter--top--area {
    padding: 74px 0px 16px;
  }
  .boats--filter--top--area .intro--title {
    font-size: 18px;
  }
  .filter--selection--area .common--button {
    padding: 8px 13px;
  }
  .filter--selection--wrapper .select--content.filter--list,
  .filter--selection--wrapper .select--content {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 2000;
    border-radius: 0;
  }
  .filter--selection--wrapper .select--content.active {
    top: 0px;
  }

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

  .filter--selection--wrapper .mobile--content.top--part {
    position: relative;
    padding-top: 32px;
    padding-bottom: 30px;
  }

  .filter--selection--wrapper .mobile--content.top--part .title {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .filter--selection--wrapper .mobile--content.top--part .close--button {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .filter--selection--wrapper .mobile--content.top--part .close--button svg {
    width: 100%;
    height: 100%;
  }

  .filter--selection--wrapper .mobile--content.bottom--part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
    width: 100%;
    padding-top: 50px;
  }

  .filter--selection--wrapper.boat--type--wrapper
    .select--content
    .submit--area {
    display: none;
  }

  .filter--selection--body--scroll {
    overflow: hidden;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .mobile--search--filter--content
    .container {
    padding: 0;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive .trigger--area p {
    display: block;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    position: relative;
    display: none;
  }
  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper::before {
    content: "";
    top: 0;
    left: 28%;
    position: absolute;
    width: 1px;
    height: 24px;
    background: #e5e7eb;
  }
  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper::after {
    content: "";
    top: 0;
    right: 42%;
    position: absolute;
    width: 1px;
    height: 24px;
    background: #e5e7eb;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper
    input {
    width: 25%;
    border: none;
    color: #133254;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper
    input.place {
    font-weight: 600;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .icon {
    min-width: 32px;
    height: 32px;
  }

  /* boats distributive page style ends */

  /* map view page style starts */
  .filtered--map--content .map--wrapper {
    padding: 16px 0px 8px;
    width: 100%;
    height: 435px;
  }

  .filtered--map--content .map--wrapper iframe {
    width: 100%;
    height: 100%;
  }

  .filtered--map--content .map--box--found--wrapper,
  .filtered--map--content .mapbox--found,
  .filtered--map--content .map--box--found--wrapper a {
    width: 100%;
  }

  .gm-style-iw {
    min-width: 400px !important;
  }

  .filtered--map--content .map--box--found--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
  .filtered--map--content {
    padding-bottom: 0;
    /* padding-top: 24px; */
  }
  .advantages--list--wrapper .single--advantage .icon {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
  }
  /* map view page style ends */

  /* checkout page style starts */
  .chekcout--main--content-wrapper .boat--page--main--content .left {
    display: none;
  }
  .chekcout--main--content-wrapper .boat--page--main--content {
    width: 100%;
    margin-top: 80px;
  }

  .chekcout--main--content-wrapper .booking--main--form {
    width: 100%;
  }

  .chekcout--main--content-wrapper
    .boat--page--main--content
    .date--person--select--wrapper
    .dates
    .dropdown--content {
    width: 100%;
  }

  .chekcout--main--content-wrapper .custom--booking--card {
    margin-bottom: 0;
    width: 100%;
  }

  .chekcout--main--content-wrapper .custom--booking--card .left {
    display: block;
  }
  .chekcout--main--content-wrapper .custom--booking--card .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .chekcout--main--content-wrapper .custom--booking--card .right .info {
    gap: 4px;
  }

  .chekcout--main--content-wrapper .common--section--intro {
    padding-bottom: 0;
    font-size: 18px;
  }

  .chekcout--main--content-wrapper .instruction--text--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;
  }

  .chekcout--main--content-wrapper .instruction--text {
    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;
  }

  .chekcout--main--content-wrapper .instruction--text h3 {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
  }

  .chekcout--main--content-wrapper .instruction--text p {
    color: #222;
    font-size: 14px;
    line-height: 24px;
  }

  .chekcout--main--content-wrapper
    .boat--page--main--content
    .people--dropdown
    .people--dropdown--content {
    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);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3000;
    height: 370px;
  }

  .boat--page--main--content .booking--main--form .list li {
    font-size: 14px;
  }
  .boat--page--main--content
    .booking--main--form
    .price--details--wrapper
    .list {
    gap: 8px;
  }

  .chekcout--main--content-wrapper
    .boat--page--main--content
    .date--person--select--wrapper
    .dropdown--content {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: rgba(34, 34, 34, 0.4);
    z-index: 800;
  }

  .chekcout--main--content-wrapper .people--dropdown .confirm--button {
    border-radius: 50px;
    background: #2264df;
    border: none;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.5px;
    padding: 10px 0px;
  }

  .chekcout--main--content-wrapper
    .people--dropdown
    .people--dropdown--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 16px 0px;
    gap: 16px;
  }
  .chekcout--main--content-wrapper
    .people--dropdown
    .people--dropdown--content
    .people--counter {
    width: 100%;
  }
  .chekcout--main--content-wrapper .people--dropdown .close--dropdown {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .chekcout--main--content-wrapper .people--dropdown .close--dropdown svg {
    width: 100%;
    height: 100%;
  }

  .chekcout--main--content-wrapper .people--dropdown .title {
    color: #222;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 24px;
  }
  /* checkout page style ends */
  /* updated styles */
  .select--content.time--wrapper--content .mobile--radio--buttons {
    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;
  }
  .select--content.time--wrapper--content ul {
    display: none;
  }

  .select--content.time--wrapper--content .mobile--radio--buttons input {
    display: none;
  }
  .select--content.time--wrapper--content .mobile--radio--buttons label {
    display: block;
    color: var(--secondary--color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    padding-left: 36px;
  }

  .select--content.time--wrapper--content
    .mobile--radio--buttons
    label::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #dddddd;
  }

  .select--content.time--wrapper--content
    .mobile--radio--buttons
    input:checked
    + label::before {
    background-color: var(--secondary--color);
  }
  .select--content.time--wrapper--content
    .mobile--radio--buttons
    input:checked
    + label::after {
    content: "";
    top: 8px;
    left: 8px;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
  }

  .customer--review--area .owl-carousel .owl-stage {
    margin-left: -22px;
  }
  .customer--review--area .single--review--card {
    width: 100%;
  }

  .boat--page--main--content .boat--card--slider .owl-stage {
    margin-left: -20px;
  }
  .lock--scroll {
    overflow: hidden;
  }

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

  .where--to--area--wrapper {
    padding-top: 8px;
  }
  .experiences--slider--wrapper {
    padding: 16px 0px;
  }

  .filter--selection--wrapper .select--content .submit--area .search,
  .filter--selection--wrapper .mobile--content.bottom--part .search {
    width: 100%;
  }

  /* updated styles */
}

/* mobile devices */
@media only screen and (min-width: 360px) and (max-width: 479px) {
  main,
  footer {
    overflow-x: hidden;
  }

  /* index page style starts */

  header {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .menu--links--wrapper {
    display: none;
  }

  .header--content--wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 0px;
  }
  .header--content--wrapper .hamburger--icon {
    display: block;
    width: 24px;
    height: 2px;
    position: relative;
    z-index: 600;
    background-color: var(--primary--color);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .header--content--wrapper .hamburger--icon::before {
    content: "";
    top: -6px;
    left: 0;
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--primary--color);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .header--content--wrapper .hamburger--icon::after {
    content: "";
    bottom: -6px;
    left: 0;
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--primary--color);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .header--content--wrapper .hamburger--icon.active {
    width: 0;
  }

  .header--content--wrapper .hamburger--icon.active::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
  }
  .header--content--wrapper .hamburger--icon.active::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0px;
  }

  .home--banner--area--wrapper {
    padding: 145px 0px 20px;
    background-position: left;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.25)),
        to(rgba(0, 0, 0, 0.25))
      ),
      url("../images/home-banner-upscale.jpg") lightgray -108.944px -142.864px /
        223.637% 146.085% no-repeat;
    background: -o-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.25) 0%,
        rgba(0, 0, 0, 0.25) 100%
      ),
      url("../images/home-banner-upscale.jpg") lightgray -108.944px -142.864px /
        223.637% 146.085% no-repeat;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.25) 0%,
        rgba(0, 0, 0, 0.25) 100%
      ),
      url("../images/home-banner-upscale.jpg") lightgray -108.944px -142.864px /
        223.637% 146.085% no-repeat;
  }
  .home--banner--area--wrapper .intro--text--wrapper .heading {
    font-size: 18px;
    padding-bottom: 8px;
  }
  .home--banner--area--wrapper .intro--text--wrapper .sub--title {
    font-size: 14px;
  }
  .header--content--wrapper .logo--wrapper {
    width: 93px;
    height: 32px;
    margin-left: 46px;
  }

  .outstading--experience--area--content .top--part {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 8px;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .outstading--experience--area--content .top--part .single--experience p {
    font-size: 12px;
    line-height: 16px;
  }
  .outstading--experience--area--content .top--part .single--experience {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .outstading--experience--area--content .top--part .single--experience .icon {
    min-width: 16px;
    max-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;
  }

  .common--link {
    font-size: 12px;
  }

  .single--experience--card .card--pricing--area .price .duration {
    font-weight: 400;
  }
  .advantages--list--wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }

  .advantages--list--wrapper .single--advantage .text--area h3 {
    font-size: 14px;
  }

  .advantages--list--wrapper .single--advantage .text--area p {
    font-size: 14px;
    line-height: 20px;
  }

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

  .best--time--area--slider .single--best--time .text--wrapper .description {
    font-size: 14px;
  }

  .common--intro {
    font-size: 16px;
  }

  .where--to--area--content .description--text {
    font-size: 14px;
    padding: 0px 0px 24px;
  }

  .where--to--area--content .map--wrapper {
    height: 435px;
  }

  .onboard--services--list--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
  .onboard--services--list--wrapper a {
    width: 100%;
  }

  .special--instruction--text--wrapper .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .supporting--data--area--content .heading {
    font-size: 16px;
  }

  .supporting--data--list {
    gap: 12px;
  }
  .onboard--service {
    width: 100%;
  }

  .special--instruction--text .heading {
    font-size: 16px;
  }
  .special--instruction--text a {
    font-size: 14px;
  }
  .faq--area--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .faq--area--content .right,
  .faq--area--content .left {
    width: 100%;
  }
  .faq--area--wrapper {
    position: relative;
    padding-bottom: 7px;
  }

  .faq--area--content .left {
    padding-bottom: 175px;
  }
  .faq--area--content .right {
    padding: 24px 16px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 8px;
  }
  .faq--area--content .right .heading {
    font-size: 16px;
  }
  .faq--area--content .right p {
    font-size: 14px;
    padding-bottom: 16px;
  }
  .faq--area--content .right a {
    font-size: 14px;
  }
  .faq--area--content .left .intro--area {
    padding-bottom: 24px;
  }
  .faq--content--wrapper .accordion-body {
    padding-top: 0;
    padding-left: 10px;
  }
  .home--banner--area--wrapper .intro--text--wrapper {
    max-width: 328px;
    padding-bottom: 26px;
  }
  .footer--area--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 24px;
  }

  .footer--area--content .single--part.trademark {
    width: 100%;
  }

  .footer--area--content .single--part.trademark p {
    width: 100%;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .footer--area--content .single--part {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer--area--content .single--part.social--media--link {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer--area--content .single--part.social--media--link .title {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 0;
  }

  .footer--area--content .single--part.social--media--link ul {
    padding-left: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer--area--content .single--part.social--media--link ul li p {
    display: none;
  }

  .footer--area--content .single--part ul li a svg {
    width: 23px;
    height: 23px;
  }
  .footer--area--content .single--part ul li a,
  .footer--area--content .single--part .title,
  .footer--area--content .single--part p {
    font-size: 14px;
    line-height: normal;
  }
  .footer--area--content .single--part.starting .bold {
    display: inline-block;
    font-weight: 600;
  }

  .footer--area--content .single--part.starting .hide {
    display: inline-block;
  }
  .footer--area--content .single--part.legal--advice .hide {
    display: none;
  }

  .footer--area--content .single--part.legal--advice ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer--area--content .single--part.legal--advice ul li:nth-child(2) {
    position: relative;
  }

  .footer--area--content .single--part.legal--advice ul li:nth-child(2)::after {
    content: "";
    top: 7px;
    right: -10px;
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff;
  }

  .footer--area--content .single--part.legal--advice ul li a {
    font-size: 12px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .header--mobile--nav--wrapper {
    display: block;
    position: fixed;
    z-index: 500;
    background-color: #fff;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 100%;
    padding: 8px 16px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .header--mobile--nav--wrapper.active {
    left: 0;
  }

  .header--mobile--nav--wrapper .logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }

  .header--mobile--nav--wrapper .list {
    padding: 24px 0px 115px;
    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;
  }

  .header--mobile--nav--wrapper .list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header--mobile--nav--wrapper .list li p {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .header--mobile--nav--wrapper .list li span {
    color: var(--secondary--color);
    font-size: 14px;
    line-height: 24px;
  }

  .header--mobile--nav--wrapper .logo {
    position: relative;
    z-index: 700;
    width: 93px;
    height: 31.999px;
  }
  .header--mobile--nav--wrapper .logo img {
    width: 100%;
    height: 100%;
  }

  .header--mobile--nav--wrapper .common--link {
    font-size: 14px;
  }
  .mobile--search--filter--area--wrapper {
    display: block;
  }
  .mobile--search--filter--area--wrapper .trigger--area {
    width: 100%;
    background-color: #fff;
    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;
    padding-left: 24px;
    border-radius: 1000px;
    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);
    gap: 12px;
  }

  .mobile--search--filter--area--wrapper .trigger--area .icon {
    padding: 4px;
    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;
    background: #133254;
    -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: 32px;
    height: 32px;
  }

  .mobile--search--filter--area--wrapper .trigger--area p {
    color: var(--secondary--color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .mobile--search--filter--area--wrapper .trigger--area .icon svg {
    width: 16px;
    height: 16px;
  }

  .mobile--filter--dropdown {
    position: fixed;
    top: 0;
    left: 0;
    background: #ebebeb;
    height: 100vh;
    width: 100%;
    z-index: 2000;
    padding-top: 42px;
    opacity: 0;
    visibility: hidden;
    scale: 0.95;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .mobile--filter--dropdown.active {
    opacity: 1;
    visibility: visible;
    scale: 1;
  }

  .mobile--filter--dropdown .close--area {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 16px;
    right: 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;
  }
  .mobile--filter--dropdown .close--area svg {
    width: 100%;
    height: 100%;
  }

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

  .mobile--filter--dropdown--steps .place--area .input--area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 16px;
    position: relative;
  }

  .mobile--filter--dropdown--steps .place--area .input--area .icon {
    width: 24px;
    height: 24px;
    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;
    z-index: 2;
    top: 25px;
    right: 12px;
  }

  .mobile--filter--dropdown--steps .place--area .input--area .icon svg {
    width: 100%;
    height: 100%;
  }

  .mobile--filter--dropdown--steps .place--area .input--area input {
    width: 100%;
    border-radius: 100px;
    border: 1px solid var(--secondary--color);
    -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);
    padding: 8px 12px;

    padding-right: 36px;
    color: #133254;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
  }

  .mobile--filter--dropdown--steps .place--area .place--list {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #b0b0b0;
    background: #fff;
    width: 100%;
    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: #222;
    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);
    margin-top: 28px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }

  .mobile--filter--dropdown--steps .place--area .place--list.active {
    margin-top: 8px;
    opacity: 1;
    visibility: visible;
  }

  .best--time--area--slider .swiper-slide a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
  }

  .mobile--filter--dropdown--steps .date--time--area .time--wrapper {
    max-width: 100%;
    overflow-x: scroll;
  }

  .mobile--filter--dropdown--steps
    .date--time--area
    .time--wrapper::-webkit-scrollbar {
    display: none;
  }

  .mobile--filter--dropdown--steps .date--time--area .time--wrapper button {
    min-width: 86px;
  }

  .filter--selection--area .left {
    max-width: 100%;
    overflow: scroll;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .filter--selection--area .left::-webkit-scrollbar {
    display: none;
  }

  .filter--selection--wrapper .common--button {
    white-space: nowrap;
  }

  /* index page style ends */

  /* contact page style starts */
  .contact--form--area--wrapper {
    padding-top: 74px;
    padding-bottom: 42px;
  }
  .contact--form--area--content .title {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 16px;
  }
  .contact--form--area .prefer--text {
    line-height: normal;
    padding-top: 8px;
    font-size: 16px;
  }
  /* contact page style ends */

  /* faq page style starts */

  .home--page--space--wrapper.faq--page {
    display: none;
  }
  .faq--content--wrapper .accordion-button {
    padding-left: 0;
  }

  .faq--section--title--wrapper {
    max-width: 100%;
    min-width: 0px;
    overflow-x: scroll;
    padding: 24px 0px;
  }

  .faq--page--wrapper .contact--form--area--content .title {
    padding-bottom: 24px;
  }
  .faq--content--wrapper .accordion-button::after {
    width: 16px;
    height: 16px;
    background-size: cover;
  }
  /* faq page style ends */

  /* about us page style starts */
  .about--us--banner--area--wrapper {
    padding: 48px 0px 16px;
  }
  .about--us--banner--area--wrapper .container {
    padding: 0;
  }
  .about--us--banner--area--content {
    border-radius: 0;
    height: 222px;
  }
  .about--us--hero--area--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .about--us--hero--area--content
    .left
    .single--text--section
    .paragraph--wrapper {
    font-size: 14px;
  }
  .about--us--hero--area--content
    .left
    .single--text--section:first-child
    .paragraph--wrapper {
    font-weight: 600;
  }
  .about--us--hero--area--content .right .single--description--card {
    padding: 16px;
    width: 100%;
    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
    p {
    font-size: 14px;
  }
  .about--us--hero--area--content
    .right
    .single--description--card
    .bottom--part {
    font-size: 14px;
    line-height: 18px;
  }
  .about--us--hero--area--content .common--title {
    font-size: 16px;
    line-height: normal;
  }
  .home--page--space--wrapper {
    padding: 24px 0px 42px;
    gap: 24px;
  }
  .about--us--main--area .supporting--data--area--wrapper .container {
    padding: 0;
  }
  .meet--the--team--area--content .main--title {
    font-size: 16px;
  }
  .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;
    max-width: 100%;
    overflow-x: scroll;
  }
  .meet--the--team--area--content .team--member--wrapper::-webkit-scrollbar {
    display: none;
  }
  .meet--the--team--area--content .single--team--member {
    min-width: 250px;
  }

  .where--to--area--content .common--intro {
    padding-bottom: 16px;
  }

  /* about us page style ends */

  /* login page style starts */
  .login--bg {
    background-color: #fff;
  }
  .contact--form--area--content .auth--form {
    padding-top: 24px;
  }
  .auth--form .input--wrapper {
    gap: 16px;
  }
  .auth--form .forgot--pass {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    padding-bottom: 0px;
  }

  /* login page style ends */

  /* register page style starts  */
  .auth--form .agreement--checkbox--wrapper label {
    font-size: 14px;
    line-height: normal;
  }

  .login--bg .contact--form--area--wrapper {
    padding-bottom: 70px;
  }
  /* register page style ends  */

  /* thank you page style starts */
  .thank--you--main--area--wrapper {
    padding: 74px 0px 30px;
  }
  .thank--you--main--area--content .hero--title {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 24px;
  }
  .thank--you--main--area--content .number--holder {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 24px;
  }
  .reservation--details--wrapper {
    padding-top: 24px;
  }
  .reservation--details--wrapper .title {
    font-size: 16px;
  }
  .reservation--details--wrapper .boat--info--wrapper .boat--date--area {
    max-width: 100%;
    width: 100%;
  }
  .reservation--details--wrapper .boat--info--wrapper .place--time--wrapper ul {
    color: #222;
    font-size: 14px;
    line-height: 24px;
    padding: 24px 0px;
  }
  .reservation--details--wrapper
    .boat--info--wrapper
    .price--breakdown--wrapper {
    padding-bottom: 24px;
  }
  /* thank you page style ends */

  /* my bookings page style starts */
  .my--bookings--main--area--wrapper {
    padding: 74px 0px;
  }
  .my--booking--main--area--content .main--title {
    font-size: 18px;
  }
  .my--booking--main--area--content {
    gap: 24px;
  }

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

  /* my bookings page style ends */

  /* booking detials page style starts */
  .booking--details--main--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .booking--details--main--content .details--area {
    max-width: 100%;
    width: 100%;
  }
  .booking--details--main--area--wrapper {
    padding: 74px 0px 30px;
  }
  .booking--details--main--content .reservation--detail .title {
    font-size: 18px;
  }
  .booking--details--main--content .pricing--detail .title {
    font-size: 16px;
  }
  .booking--details--main--content .list li {
    font-size: 14px;
  }
  .booking--details--main--content .total--pricing {
    margin-bottom: 24px;
  }

  .booking--details--main--content .skipper--area .cancel--btn {
    margin-top: 65px;
  }
  .booking--details--main--content .skipper--area .title {
    font-size: 16px;
  }
  .booking--details--main--content .skipper--area {
    max-width: 100%;
    width: 100%;
  }

  .skipper--card {
    width: 100%;
  }

  /* booking detials page style ends */

  /* booking cancellation page style starts */
  .booking--cancellation--content .text--area .title {
    font-size: 18px;
  }

  .join--button--area {
    padding-top: 24px;
    gap: 24px;
  }

  /* booking cancellation page style ends */

  /* my favourites page style starts */
  .filtered--content--wrapper {
    -ms-grid-columns: (1fr);
    grid-template-columns: repeat(1, 1fr);
    row-gap: 24px;
    padding: 32px 0px;
  }
  .single--experience--card {
    width: 100%;
  }

  .single--experience--card img {
    width: 100%;
  }

  .filtered--content--wrapper .single--experience--card {
    min-width: 100%;
  }

  /* my favourites page style ends */

  /* booking private page style starts */
  .private--companies--navbar .icons--wrapper .profile--dropdown--holder {
    display: none;
  }

  .bookings--private--area--content .booking--selection--btn--wrapper {
    overflow-x: scroll;
    padding-bottom: 4px;
  }

  .bookings--private--area--content
    .booking--selection--btn--wrapper::-webkit-scrollbar {
    display: none;
  }

  .bookings--private--area--content .custom--booking--card {
    width: 100%;
  }

  .my--booking--main--area--content
    .booking--list--wrapper.private--booking--list,
  .bookings--private--area--content .all--booking--area--wrapper {
    gap: 24px;
  }
  .bookings--private--area--content .all--booking--area--wrapper #pending {
    padding-bottom: 0;
  }

  .private--booking--list .custom--booking--card {
    margin-bottom: 0;
  }

  #pending .custom--booking--card {
    margin-bottom: 16px;
  }

  .deny--reservation--wrapper .deny--reservation--content {
    /* padding: 16px;
    padding-top: 40px;
    height: 100%;
    border-radius: 0; */
    max-width: 90%;
  }

  .my--single--boat .custom--booking--card {
    margin-bottom: 0;
  }

  .published--boat--area .common--title {
    padding-bottom: 12px;
  }
  .published--boat--area .booking--list--wrapper {
    gap: 12px;
  }

  .my--boats--area--content .boat--area .board--boat {
    width: 100%;
    margin-top: 24px;
  }
  .my--boats--area--content .return--btn {
    margin-bottom: -12px;
  }

  /* booking private page style ends */

  /* my skippers page style starts */
  .my--booking--main--area--content.skipper--list--wrapper {
    gap: 16px;
  }

  .my--booking--main--area--content.skipper--list--wrapper .return--btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
  }
  /* my skippers page style ends */

  /* booking details private style starts */
  .private--booking--details--area--content .title {
    font-size: 18px;
    padding-bottom: 24px;
  }
  .private--booking--details--area--content .reservation--details .list li,
  .private--booking--details--area--content
    .client--details
    .instruction--text {
    font-size: 14px;
  }

  .private--booking--details--area--content .details--form {
    margin-top: -8px;
  }

  .auth--form input,
  .auth--form .select--wrapper .nice-select,
  .auth--form textarea {
    padding: 12px;
  }
  .contact--form--area .input--group .input--holder:first-child {
    width: 72px;
  }

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

  .private--booking--details--area--content .return--btn {
    display: block;
    margin-bottom: -8px;
  }

  /* booking details private style ends */

  /* my boat details page style starts */

  .my--boat--details--content .single--details--wrapper .section--title {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 16px;
  }

  .my--boat--details--content .auth--form,
  .my--boat--details--content {
    gap: 12px;
  }
  .my--boat--details--content .auth--form .save--change--btn {
    margin-top: 4px;
    margin-bottom: 8px;
  }
  .my--boat--details--content
    .single--details--wrapper.services--wrapper
    .auth--form {
    gap: 12px;
  }
  .auth--form .checkbox--wrapper {
    gap: 12px;
  }
  .equipment--details--wrapper .auth--form .checkbox--wrapper {
    gap: 24px;
  }
  .my--boat--details--content
    .single--details--wrapper.mulitple--input--combination
    .auth--form {
    gap: 12px;
  }
  .my--boat--details--content .auth--form .radio--input--wrapper {
    gap: 24px;
    padding: 12px 0px;
  }
  /* my boat details page style ends */

  /* boat page style starts */
  .boat--page--banner--slider--wrapper {
    padding: 45px 0px 24px;
  }
  .boat--page--banner--slider--wrapper .container {
    padding: 0;
  }
  .boat--page--banner--slider--content .slider--part .single--slide,
  .boat--page--banner--slider--content
    .slider--part
    .swiper-backface-hidden
    .swiper-slide {
    border-radius: 0px;
  }

  .boat--page--banner--slider--content .slider--part .single--slide {
    height: 220px;
  }
  .boat--page--banner--slider--content .slider--part .social--icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .boat--page--main--content .right {
    display: none;
  }
  .boat--page--banner--slider--content .content--part .right {
    display: none;
  }
  .boat--page--banner--slider--content .content--part {
    padding: 0px 16px;
  }
  .boat--page--banner--slider--content .content--part .title {
    font-size: 18px;
  }
  .boat--page--main--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .boat--page--main--content .map--area .map,
  .boat--page--main--content .map--area .map iframe {
    width: 100%;
    height: 435px;
  }

  .boat--page--main--content .check--availability--area .time--table--wrapper {
    max-width: 100%;
    overflow-x: scroll;
  }
  .boat--page--main--content
    .check--availability--area
    .time--table--wrapper::-webkit-scrollbar {
    display: none;
  }
  .boat--page--main--content
    .check--availability--area
    .time--table--wrapper
    .single--time--table {
    min-width: 86px;
  }

  .boat--page--main--content
    .check--availability--area
    .custom--calendar--wrapper {
    width: 100%;
  }
  .skipper--card .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .boat--page--main--content .left .review--area .list li {
    gap: 6px;
    font-size: 12px;
    line-height: 16px;
  }
  .boat--page--main--content .left .review--area .list {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 8px;
  }
  .boat--page--main--content .what--includes--area .list li .text .main {
    font-size: 14px;
    padding-bottom: 6px;
  }
  .boat--page--main--content .what--includes--area .list li .text .sub {
    font-size: 14px;
    line-height: 20px;
  }
  .boat--page--main--content .common--section--intro {
    font-size: 16px;
  }
  .boat--page--main--content .left {
    gap: 24px;
  }
  .boat--page--main--content .extra--facilities--area .list {
    font-size: 14px;
  }
  .boat--page--main--content .what--will--you--do--area {
    font-size: 14px;
    line-height: 18px;
  }
  .boat--page--main--content .map--area .instruction--text {
    font-size: 14px;
  }

  .bottom--checkout--wrapper {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 50;
    width: 100%;
  }

  .bottom--checkout--wrapper .trigger--area {
    border-top: 0.5px solid #cedfff;
    background: #fff;
    padding: 12px 16px;
    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;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .bottom--checkout--wrapper .trigger--area .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .bottom--checkout--wrapper .trigger--area .details .price {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .bottom--checkout--wrapper .trigger--area .details .date--moment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bottom--checkout--wrapper .trigger--area .details .date--moment .date {
    color: #133254;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
  }

  .bottom--checkout--wrapper .trigger--area .details .date--moment .moment {
    color: var(--secondary--color);
    font-size: 10px;
    line-height: 24px;
  }

  .bottom--checkout--wrapper .trigger--area .book--btn {
    width: 70%;
  }

  .bottom--checkout--wrapper .trigger--area .book--btn button {
    width: 100%;
    background-color: var(--primary--color);
    border-radius: 50px;
    background: var(--primary--color);
    padding: 10px 12px;
    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;
    line-height: normal;
    letter-spacing: -0.5px;
    border: none;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .bottom--checkout--wrapper .trigger--area .book--btn button:hover {
    background-color: var(--secondary--color);
  }

  .bottom--checkout--wrapper .date--wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 60;
    background-color: #fff;
    padding: 16px;
    border-radius: 16px 16px 0px 0px;
    background: #fff;
  }

  .bottom--checkout--overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    width: 100%;
    height: 100vh;
    background: rgba(34, 34, 34, 0.4);
  }

  .bottom--checkout--wrapper .trigger--content .title {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 14px;
  }

  .bottom--checkout--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;
    padding-top: 16px;
  }

  .bottom--checkout--wrapper .time--moment--wrapper .single--moment {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--secondary--color);
    font-size: 12px;
    line-height: 24px;
    padding: 4px 8px;
    width: 86px;
  }
  .bottom--checkout--wrapper .time--moment--wrapper .single--moment.disabled {
    background: #ebebeb;
    color: #aab3be;
  }

  .bottom--checkout--wrapper .time--moment--wrapper .single--moment.selected {
    color: #fff;

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

  .bottom--checkout--wrapper .select--button {
    margin-top: 70px;
    margin-bottom: 20px;
    width: 100%;
    background-color: var(--primary--color);
    border-radius: 50px;
    background: var(--primary--color);
    padding: 10px 12px;
    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;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.5px;
    border: none;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .bottom--checkout--wrapper .select--button:hover {
    background-color: var(--secondary--color);
  }

  .bottom--checkout--wrapper .close--button {
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 2;
    top: 16px;
    right: 28px;
  }

  .bottom--checkout--wrapper .close--button svg {
    width: 100%;
    height: 100%;
  }

  .bottom--checkout--wrapper .trigger--content,
  .bottom--checkout--overlay {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .bottom--checkout--wrapper .trigger--content {
    bottom: -30px;
  }

  .bottom--checkout--wrapper .trigger--content.active {
    opacity: 1;
    visibility: visible;
    bottom: 0px;
  }
  .bottom--checkout--overlay.active {
    opacity: 1;
    visibility: visible;
  }

  /* boat page style ends */

  /* boats distributive page style starts */
  .filter--selection--area .filter--btn--wrapper .filter--button {
    gap: 0px;
  }
  .filter--selection--area .filter--btn--wrapper .filter--button p .text {
    display: none;
  }

  .filter--selection--area .right .see--map--btn {
    position: fixed;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    width: 184px;
  }
  .boats--filter--top--area {
    padding: 74px 0px 16px;
  }
  .boats--filter--top--area .intro--title {
    font-size: 18px;
  }
  .filter--selection--area .common--button {
    padding: 8px 13px;
  }
  .filter--selection--wrapper .select--content.filter--list,
  .filter--selection--wrapper .select--content {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 2000;
    border-radius: 0;
    overflow-y: scroll;
  }

  .filter--selection--wrapper .irs--flat .irs-to {
    left: 77% !important;
  }
  .filter--selection--wrapper .select--content.active {
    top: 0px;
  }

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

  .filter--selection--wrapper .mobile--content.top--part {
    position: relative;
    padding-top: 32px;
    padding-bottom: 30px;
  }

  .filter--selection--wrapper .mobile--content.top--part .title {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .filter--selection--wrapper .mobile--content.top--part .close--button {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .filter--selection--wrapper .mobile--content.top--part .close--button svg {
    width: 100%;
    height: 100%;
  }

  .filter--selection--wrapper .mobile--content.bottom--part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
    width: 100%;
    padding-top: 50px;
  }

  .filter--selection--wrapper.boat--type--wrapper
    .select--content
    .submit--area {
    display: none;
  }

  .filter--selection--body--scroll {
    overflow: hidden;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .mobile--search--filter--content
    .container {
    padding: 0;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive .trigger--area p {
    display: block;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    position: relative;
    display: none;
    width: 100%;
    /* padding-right: 12px; */
  }
  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper::before {
    content: "";
    top: 0;
    left: 30%;
    position: absolute;
    width: 1px;
    height: 24px;
    background: #e5e7eb;
    display: none;
  }
  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper::after {
    content: "";
    top: 0;
    right: 37%;
    position: absolute;
    width: 1px;
    height: 24px;
    background: #e5e7eb;
    display: none;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper
    input {
    width: 100%;
    border: none;
    color: #133254;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper
    input.place {
    font-weight: 600;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper
    input.date {
    border-left: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
    padding-left: 12px;
    padding-right: 12px;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .icon {
    min-width: 32px;
    height: 32px;
  }

  /* boats distributive page style ends */

  /* map view page style starts */
  .filtered--map--content .map--wrapper {
    padding: 16px 0px 8px;
    width: 100%;
    height: 435px;
  }

  .filtered--map--content .map--wrapper iframe {
    width: 100%;
    height: 100%;
  }

  .filtered--map--content .map--box--found--wrapper,
  .filtered--map--content .mapbox--found,
  .filtered--map--content .map--box--found--wrapper a {
    width: 100%;
  }

  .gm-style-iw {
    min-width: 340px !important;
  }

  .filtered--map--content .map--box--found--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
  .filtered--map--content {
    padding-bottom: 0;
    /* padding-top: 24px; */
  }
  .advantages--list--wrapper .single--advantage .icon {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
  }
  /* map view page style ends */

  /* checkout page style starts */
  .chekcout--main--content-wrapper .boat--page--main--content .left {
    display: none;
  }
  .chekcout--main--content-wrapper .boat--page--main--content {
    width: 100%;
    margin-top: 80px;
  }

  .chekcout--main--content-wrapper .booking--main--form {
    width: 100%;
  }

  .chekcout--main--content-wrapper
    .boat--page--main--content
    .date--person--select--wrapper
    .dates
    .dropdown--content {
    width: 100%;
  }

  .chekcout--main--content-wrapper .custom--booking--card {
    margin-bottom: 0;
    width: 100%;
  }

  .chekcout--main--content-wrapper .custom--booking--card .left {
    display: block;
  }
  .chekcout--main--content-wrapper .custom--booking--card .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .chekcout--main--content-wrapper .custom--booking--card .right .info {
    gap: 4px;
  }

  .chekcout--main--content-wrapper .common--section--intro {
    padding-bottom: 0;
    font-size: 18px;
  }

  .chekcout--main--content-wrapper .instruction--text--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;
  }

  .chekcout--main--content-wrapper .instruction--text {
    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;
  }

  .chekcout--main--content-wrapper .instruction--text h3 {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
  }

  .chekcout--main--content-wrapper .instruction--text p {
    color: #222;
    font-size: 14px;
    line-height: 24px;
  }

  .chekcout--main--content-wrapper
    .boat--page--main--content
    .people--dropdown
    .people--dropdown--content {
    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);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3000;
    height: 370px;
  }

  .boat--page--main--content .booking--main--form .list li {
    font-size: 14px;
  }
  .boat--page--main--content
    .booking--main--form
    .price--details--wrapper
    .list {
    gap: 8px;
  }

  .chekcout--main--content-wrapper
    .boat--page--main--content
    .date--person--select--wrapper
    .dropdown--content {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: rgba(34, 34, 34, 0.4);
    z-index: 800;
  }

  .chekcout--main--content-wrapper .people--dropdown .confirm--button {
    border-radius: 50px;
    background: #2264df;
    border: none;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.5px;
    padding: 10px 0px;
  }

  .chekcout--main--content-wrapper
    .people--dropdown
    .people--dropdown--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 16px 0px;
    gap: 16px;
  }
  .chekcout--main--content-wrapper
    .people--dropdown
    .people--dropdown--content
    .people--counter {
    width: 100%;
  }
  .chekcout--main--content-wrapper .people--dropdown .close--dropdown {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .chekcout--main--content-wrapper .people--dropdown .close--dropdown svg {
    width: 100%;
    height: 100%;
  }

  .chekcout--main--content-wrapper .people--dropdown .title {
    color: #222;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 24px;
  }
  /* checkout page style ends */

  /* updated styles */
  .select--content.time--wrapper--content .mobile--radio--buttons {
    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;
  }
  .select--content.time--wrapper--content ul {
    display: none;
  }

  .select--content.time--wrapper--content .mobile--radio--buttons input {
    display: none;
  }
  .select--content.time--wrapper--content .mobile--radio--buttons label {
    display: block;
    color: var(--secondary--color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    padding-left: 36px;
  }

  .select--content.time--wrapper--content
    .mobile--radio--buttons
    label::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #dddddd;
  }

  .select--content.time--wrapper--content
    .mobile--radio--buttons
    input:checked
    + label::before {
    background-color: var(--secondary--color);
  }
  .select--content.time--wrapper--content
    .mobile--radio--buttons
    input:checked
    + label::after {
    content: "";
    top: 8px;
    left: 8px;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
  }

  .customer--review--area .owl-carousel .owl-stage {
    margin-left: -22px;
  }
  .customer--review--area .single--review--card {
    width: 100%;
  }
  /* .customer--review--area .owl-carousel .owl-stage .owl-item {
   width: fit-content !important;
  } */

  .boat--page--main--content .boat--card--slider .owl-stage {
    margin-left: -20px;
  }
  .lock--scroll {
    overflow: hidden;
  }

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

  .where--to--area--wrapper {
    padding-top: 8px;
  }
  .experiences--slider--wrapper {
    padding: 16px 0px;
  }

  /* updated styles */
}

/* extra small devices */
@media only screen and (min-width: 320px) and (max-width: 359px) {
  main,
  footer {
    overflow-x: hidden;
  }

  /* index page style starts */

  header {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .menu--links--wrapper {
    display: none;
  }

  .header--content--wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 0px;
  }
  .header--content--wrapper .hamburger--icon {
    display: block;
    width: 24px;
    height: 2px;
    position: relative;
    z-index: 600;
    background-color: var(--primary--color);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .header--content--wrapper .hamburger--icon::before {
    content: "";
    top: -6px;
    left: 0;
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--primary--color);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .header--content--wrapper .hamburger--icon::after {
    content: "";
    bottom: -6px;
    left: 0;
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--primary--color);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .header--content--wrapper .hamburger--icon.active {
    width: 0;
  }

  .header--content--wrapper .hamburger--icon.active::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
  }
  .header--content--wrapper .hamburger--icon.active::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0px;
  }

  .home--banner--area--wrapper {
    padding: 145px 0px 20px;
  }
  .home--banner--area--wrapper .intro--text--wrapper .heading {
    font-size: 18px;
    padding-bottom: 8px;
  }
  .home--banner--area--wrapper .intro--text--wrapper .sub--title {
    font-size: 14px;
  }
  .header--content--wrapper .logo--wrapper {
    width: 93px;
    height: 32px;
    margin-left: 32px;
  }

  .outstading--experience--area--content .top--part {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 8px;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .outstading--experience--area--content .top--part .single--experience p {
    font-size: 12px;
    line-height: 16px;
  }
  .outstading--experience--area--content .top--part .single--experience {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .outstading--experience--area--content .top--part .single--experience .icon {
    min-width: 16px;
    max-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;
  }

  .experiences--slider--wrapper .swiper-slide {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .common--link {
    font-size: 12px;
  }

  .single--experience--card .card--pricing--area .price .duration {
    font-weight: 400;
  }
  .advantages--list--wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }

  .advantages--list--wrapper .single--advantage .text--area h3 {
    font-size: 14px;
  }

  .advantages--list--wrapper .single--advantage .text--area p {
    font-size: 14px;
    line-height: 20px;
  }

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

  .best--time--area--slider .single--best--time .text--wrapper .description {
    font-size: 14px;
  }

  .common--intro {
    font-size: 16px;
  }

  .where--to--area--content .description--text {
    font-size: 14px;
    padding: 0px 0px 24px;
  }

  .where--to--area--content .map--wrapper {
    height: 435px;
  }

  .onboard--services--list--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
  .onboard--services--list--wrapper a {
    width: 100%;
  }

  .special--instruction--text--wrapper .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .supporting--data--area--content .heading {
    font-size: 16px;
  }

  .supporting--data--list {
    gap: 12px;
  }
  .onboard--service {
    width: 100%;
  }

  .special--instruction--text .heading {
    font-size: 16px;
  }
  .special--instruction--text a {
    font-size: 14px;
  }
  .faq--area--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .faq--area--content .right,
  .faq--area--content .left {
    width: 100%;
  }
  .faq--area--wrapper {
    position: relative;
    padding-bottom: 7px;
  }
  .faq--area--content .right {
    padding: 24px 16px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 8px;
  }
  .faq--area--content .right .heading {
    font-size: 16px;
  }
  .faq--area--content .right p {
    font-size: 14px;
    padding-bottom: 16px;
  }
  .faq--area--content .right a {
    font-size: 14px;
  }
  .faq--area--content .left .intro--area {
    padding-bottom: 24px;
  }
  .faq--content--wrapper .accordion-body {
    padding-top: 0;
  }
  .home--banner--area--wrapper .intro--text--wrapper {
    max-width: 328px;
    padding-bottom: 26px;
  }
  .footer--area--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 24px;
  }

  .footer--area--content .single--part.trademark {
    width: 100%;
  }

  .footer--area--content .single--part.trademark p {
    width: 100%;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .footer--area--content .single--part {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer--area--content .single--part.social--media--link {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer--area--content .single--part.social--media--link .title {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 0;
  }

  .footer--area--content .single--part.social--media--link ul {
    padding-left: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer--area--content .single--part.social--media--link ul li p {
    display: none;
  }

  .footer--area--content .single--part ul li a svg {
    width: 23px;
    height: 23px;
  }
  .footer--area--content .single--part ul li a,
  .footer--area--content .single--part .title,
  .footer--area--content .single--part p {
    font-size: 14px;
    line-height: normal;
  }
  .footer--area--content .single--part.starting .bold {
    display: inline-block;
    font-weight: 600;
  }

  .footer--area--content .single--part.starting .hide {
    display: inline-block;
  }
  .footer--area--content .single--part.legal--advice .hide {
    display: none;
  }

  .footer--area--content .single--part.legal--advice ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer--area--content .single--part.legal--advice ul li:nth-child(2) {
    position: relative;
  }

  .footer--area--content .single--part.legal--advice ul li:nth-child(2)::after {
    content: "";
    top: 7px;
    right: -10px;
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff;
  }

  .footer--area--content .single--part.legal--advice ul li a {
    font-size: 12px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .header--mobile--nav--wrapper {
    display: block;
    position: fixed;
    z-index: 500;
    background-color: #fff;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 100%;
    padding: 8px 16px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .header--mobile--nav--wrapper.active {
    left: 0;
  }

  .header--mobile--nav--wrapper .logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }

  .header--mobile--nav--wrapper .list {
    padding: 24px 0px 115px;
    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;
  }

  .header--mobile--nav--wrapper .list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header--mobile--nav--wrapper .list li p {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .header--mobile--nav--wrapper .list li span {
    color: var(--secondary--color);
    font-size: 14px;
    line-height: 24px;
  }

  .header--mobile--nav--wrapper .logo {
    position: relative;
    z-index: 700;
    width: 93px;
    height: 31.999px;
  }
  .header--mobile--nav--wrapper .logo img {
    width: 100%;
    height: 100%;
  }

  .header--mobile--nav--wrapper .common--link {
    font-size: 14px;
  }
  .mobile--search--filter--area--wrapper {
    display: block;
  }
  .mobile--search--filter--area--wrapper .trigger--area {
    width: 100%;
    background-color: #fff;
    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;
    padding-left: 24px;
    border-radius: 1000px;
    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);
  }

  .mobile--search--filter--area--wrapper .trigger--area .icon {
    padding: 4px;
    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;
    background: #133254;
    -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: 32px;
    height: 32px;
  }

  .mobile--search--filter--area--wrapper .trigger--area p {
    color: var(--secondary--color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .mobile--search--filter--area--wrapper .trigger--area .icon svg {
    width: 16px;
    height: 16px;
  }

  .mobile--filter--dropdown {
    position: fixed;
    top: 0;
    left: 0;
    background: #ebebeb;
    height: 100vh;
    width: 100%;
    z-index: 2000;
    padding-top: 42px;
    opacity: 0;
    visibility: hidden;
    scale: 0.95;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .mobile--filter--dropdown.active {
    opacity: 1;
    visibility: visible;
    scale: 1;
  }

  .mobile--filter--dropdown .close--area {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 16px;
    right: 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;
  }
  .mobile--filter--dropdown .close--area svg {
    width: 100%;
    height: 100%;
  }

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

  .mobile--filter--dropdown--steps .place--area .input--area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 16px;
    position: relative;
  }

  .mobile--filter--dropdown--steps .place--area .input--area .icon {
    width: 24px;
    height: 24px;
    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;
    z-index: 2;
    top: 25px;
    right: 12px;
  }

  .mobile--filter--dropdown--steps .place--area .input--area .icon svg {
    width: 100%;
    height: 100%;
  }

  .mobile--filter--dropdown--steps .place--area .input--area input {
    width: 100%;
    border-radius: 100px;
    border: 1px solid var(--secondary--color);
    -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);
    padding: 8px 12px;

    padding-right: 36px;
    color: #133254;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
  }

  .mobile--filter--dropdown--steps .place--area .place--list {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #b0b0b0;
    background: #fff;
    width: 100%;
    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: #222;
    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);
    margin-top: 28px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }

  .mobile--filter--dropdown--steps .place--area .place--list.active {
    margin-top: 8px;
    opacity: 1;
    visibility: visible;
  }

  .best--time--area--slider .swiper-slide a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
  }

  .mobile--filter--dropdown--steps .single--step.step--wrapper .button--area,
  .mobile--filter--dropdown--steps .single--step.final--step .button--area {
    padding-top: 30px;
  }

  .mobile--filter--dropdown--steps .date--time--area .time--wrapper {
    max-width: 100%;
    overflow-x: scroll;
  }

  .mobile--filter--dropdown--steps
    .date--time--area
    .time--wrapper::-webkit-scrollbar {
    display: none;
  }

  .mobile--filter--dropdown--steps .date--time--area .time--wrapper button {
    min-width: 86px;
  }

  .search--filter--area .people--counter,
  .boat--page--main--content .date--person--select--wrapper .people--counter,
  .mobile--filter--dropdown--steps .people--counter {
    padding: 10px;
  }

  .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 {
    width: 35px;
  }
  .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: 55%;
  }

  .mobile--filter--dropdown--steps .single--step.final--step {
    margin-top: -90px;
  }

  .single--experience--card {
    min-width: 100%;
    width: 100%;
  }

  .filter--selection--area .left {
    max-width: 100%;
    overflow: scroll;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .filter--selection--area .left::-webkit-scrollbar {
    display: none;
  }

  .filter--selection--wrapper .common--button {
    white-space: nowrap;
  }

  /* index page style ends */

  /* contact page style starts */
  .contact--form--area--wrapper {
    padding-top: 74px;
    padding-bottom: 42px;
  }
  .contact--form--area--content .title {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 16px;
  }
  .contact--form--area .prefer--text {
    line-height: normal;
    padding-top: 8px;
    font-size: 16px;
  }
  /* contact page style ends */

  /* faq page style starts */

  .home--page--space--wrapper.faq--page {
    display: none;
  }
  .faq--content--wrapper .accordion-button {
    padding-left: 0;
  }

  .faq--section--title--wrapper {
    max-width: 100%;
    min-width: 0px;
    overflow-x: scroll;
    padding: 24px 0px;
  }

  .faq--page--wrapper .contact--form--area--content .title {
    padding-bottom: 24px;
  }
  .faq--content--wrapper .accordion-button::after {
    width: 16px;
    height: 16px;
    background-size: cover;
  }
  /* faq page style ends */

  /* about us page style starts */
  .about--us--banner--area--wrapper {
    padding: 48px 0px 16px;
  }
  .about--us--banner--area--wrapper .container {
    padding: 0;
  }
  .about--us--banner--area--content {
    border-radius: 0;
    height: 222px;
  }
  .about--us--hero--area--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .about--us--hero--area--content
    .left
    .single--text--section
    .paragraph--wrapper {
    font-size: 14px;
  }
  .about--us--hero--area--content
    .left
    .single--text--section:first-child
    .paragraph--wrapper {
    font-weight: 600;
  }
  .about--us--hero--area--content .right .single--description--card {
    padding: 16px;
    width: 100%;
    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
    p {
    font-size: 14px;
  }
  .about--us--hero--area--content
    .right
    .single--description--card
    .bottom--part {
    font-size: 14px;
    line-height: 18px;
  }
  .about--us--hero--area--content .common--title {
    font-size: 16px;
    line-height: normal;
  }
  .home--page--space--wrapper {
    padding: 24px 0px 42px;
    gap: 24px;
  }
  .about--us--main--area .supporting--data--area--wrapper .container {
    padding: 0;
  }
  .meet--the--team--area--content .main--title {
    font-size: 16px;
  }
  .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;
    max-width: 100%;
    overflow-x: scroll;
  }
  .meet--the--team--area--content .team--member--wrapper::-webkit-scrollbar {
    display: none;
  }
  .meet--the--team--area--content .single--team--member {
    min-width: 250px;
  }

  .where--to--area--content .common--intro {
    padding-bottom: 16px;
  }

  .about--us--main--area .special--instruction--text--wrapper {
    padding-top: 75px;
  }
  /* about us page style ends */

  /* login page style starts */
  .login--bg {
    background-color: #fff;
  }
  .contact--form--area--content .auth--form {
    padding-top: 4px;
  }
  .auth--form .input--wrapper {
    gap: 16px;
  }
  .auth--form .forgot--pass {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    padding-bottom: 0px;
  }

  /* login page style ends */

  /* register page style starts  */
  .auth--form .agreement--checkbox--wrapper label {
    font-size: 14px;
    line-height: normal;
  }

  .login--bg .contact--form--area--wrapper {
    padding-bottom: 70px;
  }
  /* register page style ends  */

  /* thank you page style starts */
  .thank--you--main--area--wrapper {
    padding: 74px 0px 30px;
  }
  .thank--you--main--area--content .hero--title {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 24px;
  }
  .thank--you--main--area--content .number--holder {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 24px;
  }
  .reservation--details--wrapper {
    padding-top: 24px;
  }
  .reservation--details--wrapper .title {
    font-size: 16px;
  }
  .reservation--details--wrapper .boat--info--wrapper .boat--date--area {
    max-width: 100%;
    width: 100%;
  }
  .reservation--details--wrapper .boat--info--wrapper .place--time--wrapper ul {
    color: #222;
    font-size: 14px;
    line-height: 24px;
    padding: 24px 0px;
  }
  .reservation--details--wrapper
    .boat--info--wrapper
    .price--breakdown--wrapper {
    padding-bottom: 24px;
  }
  /* thank you page style ends */

  /* my bookings page style starts */
  .my--bookings--main--area--wrapper {
    padding: 74px 0px;
  }
  .my--booking--main--area--content .main--title {
    font-size: 18px;
  }
  .my--booking--main--area--content {
    gap: 24px;
  }

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

  /* my bookings page style ends */

  /* booking detials page style starts */
  .booking--details--main--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .booking--details--main--content .details--area {
    max-width: 100%;
    width: 100%;
  }
  .booking--details--main--area--wrapper {
    padding: 74px 0px 30px;
  }
  .booking--details--main--content .reservation--detail .title {
    font-size: 18px;
  }
  .booking--details--main--content .pricing--detail .title {
    font-size: 16px;
  }
  .booking--details--main--content .list li {
    font-size: 14px;
  }
  .booking--details--main--content .total--pricing {
    margin-bottom: 24px;
  }

  .booking--details--main--content .skipper--area .cancel--btn {
    margin-top: 65px;
  }
  .booking--details--main--content .skipper--area .title {
    font-size: 16px;
  }
  .booking--details--main--content .skipper--area {
    max-width: 100%;
    width: 100%;
  }

  .skipper--card {
    width: 100%;
  }

  /* booking detials page style ends */

  /* booking cancellation page style starts */
  .booking--cancellation--content .text--area .title {
    font-size: 18px;
  }

  .join--button--area {
    padding-top: 24px;
    gap: 24px;
  }

  /* booking cancellation page style ends */

  /* my favourites page style starts */
  .filtered--content--wrapper {
    -ms-grid-columns: (1fr);
    grid-template-columns: repeat(1, 1fr);
    row-gap: 24px;
    padding: 32px 0px;
  }
  .single--experience--card {
    min-width: 100%;
  }

  .single--experience--card img {
    width: 100%;
  }

  /* my favourites page style ends */

  /* booking private page style starts */
  .private--companies--navbar .icons--wrapper .profile--dropdown--holder {
    display: none;
  }

  .bookings--private--area--content .booking--selection--btn--wrapper {
    overflow-x: scroll;
    padding-bottom: 4px;
  }

  .bookings--private--area--content
    .booking--selection--btn--wrapper::-webkit-scrollbar {
    display: none;
  }

  .bookings--private--area--content .custom--booking--card {
    width: 100%;
  }

  .my--booking--main--area--content
    .booking--list--wrapper.private--booking--list,
  .bookings--private--area--content .all--booking--area--wrapper {
    gap: 24px;
  }
  .bookings--private--area--content .all--booking--area--wrapper #pending {
    padding-bottom: 0;
  }

  .private--booking--list .custom--booking--card {
    margin-bottom: 0;
  }

  #pending .custom--booking--card {
    margin-bottom: 16px;
  }

  .deny--reservation--wrapper .deny--reservation--content {
    /* padding: 16px;
    padding-top: 40px;
    height: 100%;
    border-radius: 0; */
    max-width: 90%;
  }

  .my--single--boat .custom--booking--card {
    margin-bottom: 0;
  }

  .published--boat--area .common--title {
    padding-bottom: 12px;
  }
  .published--boat--area .booking--list--wrapper {
    gap: 12px;
  }

  .my--boats--area--content .boat--area .board--boat {
    width: 100%;
    margin-top: 24px;
  }
  .my--boats--area--content .return--btn {
    margin-bottom: -12px;
  }

  /* booking private page style ends */

  /* my skippers page style starts */
  .my--booking--main--area--content.skipper--list--wrapper {
    gap: 16px;
  }

  .my--booking--main--area--content.skipper--list--wrapper .return--btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
  }
  /* my skippers page style ends */

  /* booking details private style starts */
  .private--booking--details--area--content .title {
    font-size: 18px;
    padding-bottom: 24px;
  }
  .private--booking--details--area--content .reservation--details .list li,
  .private--booking--details--area--content
    .client--details
    .instruction--text {
    font-size: 14px;
  }

  .private--booking--details--area--content .details--form {
    margin-top: -8px;
  }

  .auth--form input,
  .auth--form .select--wrapper .nice-select,
  .auth--form textarea {
    padding: 12px;
  }
  .contact--form--area .input--group .input--holder:first-child {
    width: 72px;
  }

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

  .private--booking--details--area--content .return--btn {
    display: block;
    margin-bottom: -8px;
  }

  /* booking details private style ends */

  /* my boat details page style starts */

  .my--boat--details--content .single--details--wrapper .section--title {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 12px;
  }

  .my--boat--details--content .auth--form,
  .my--boat--details--content {
    gap: 12px;
  }
  .my--boat--details--content .auth--form .save--change--btn {
    margin-top: 0;
  }
  .my--boat--details--content
    .single--details--wrapper.services--wrapper
    .auth--form {
    gap: 12px;
  }
  .auth--form .checkbox--wrapper {
    gap: 12px;
  }
  .equipment--details--wrapper .auth--form .checkbox--wrapper {
    gap: 24px;
  }
  .my--boat--details--content
    .single--details--wrapper.mulitple--input--combination
    .auth--form {
    gap: 12px;
  }
  .my--boat--details--content .auth--form .radio--input--wrapper {
    gap: 24px;
    padding: 12px 0px;
  }
  /* my boat details page style ends */

  /* boat page style starts */
  .boat--page--banner--slider--wrapper {
    padding: 45px 0px 24px;
  }
  .boat--page--banner--slider--wrapper .container {
    padding: 0;
  }
  .boat--page--banner--slider--content .slider--part .single--slide,
  .boat--page--banner--slider--content
    .slider--part
    .swiper-backface-hidden
    .swiper-slide {
    border-radius: 0px;
  }

  .boat--page--banner--slider--content .slider--part .single--slide {
    height: 220px;
  }
  .boat--page--banner--slider--content .slider--part .social--icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .boat--page--main--content .right {
    display: none;
  }
  .boat--page--banner--slider--content .content--part .right {
    display: none;
  }
  .boat--page--banner--slider--content .content--part {
    padding: 0px 16px;
  }
  .boat--page--banner--slider--content .content--part .title {
    font-size: 18px;
  }
  .boat--page--main--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .boat--page--main--content .map--area .map,
  .boat--page--main--content .map--area .map iframe {
    width: 100%;
    height: 435px;
  }

  .boat--page--main--content .check--availability--area .time--table--wrapper {
    max-width: 100%;
    overflow-x: scroll;
  }
  .boat--page--main--content
    .check--availability--area
    .time--table--wrapper::-webkit-scrollbar {
    display: none;
  }
  .boat--page--main--content
    .check--availability--area
    .time--table--wrapper
    .single--time--table {
    min-width: 86px;
  }

  .boat--page--main--content
    .check--availability--area
    .custom--calendar--wrapper {
    width: 100%;
  }
  .skipper--card .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .boat--page--main--content .left .review--area .list li {
    gap: 6px;
    font-size: 12px;
    line-height: 16px;
  }
  .boat--page--main--content .left .review--area .list {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 8px;
  }
  .boat--page--main--content .what--includes--area .list li .text .main {
    font-size: 14px;
    padding-bottom: 6px;
  }
  .boat--page--main--content .what--includes--area .list li .text .sub {
    font-size: 14px;
    line-height: 20px;
  }
  .boat--page--main--content .common--section--intro {
    font-size: 16px;
  }
  .boat--page--main--content .left {
    gap: 24px;
  }
  .boat--page--main--content .extra--facilities--area .list {
    font-size: 14px;
  }
  .boat--page--main--content .what--will--you--do--area {
    font-size: 14px;
    line-height: 18px;
  }
  .boat--page--main--content .map--area .instruction--text {
    font-size: 14px;
  }

  .bottom--checkout--wrapper {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 50;
    width: 100%;
  }

  .bottom--checkout--wrapper .trigger--area {
    border-top: 0.5px solid #cedfff;
    background: #fff;
    padding: 12px 16px;
    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;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .bottom--checkout--wrapper .trigger--area .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .bottom--checkout--wrapper .trigger--area .details .price {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .bottom--checkout--wrapper .trigger--area .details .date--moment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bottom--checkout--wrapper .trigger--area .details .date--moment .date {
    color: #133254;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
  }

  .bottom--checkout--wrapper .trigger--area .details .date--moment .moment {
    color: var(--secondary--color);
    font-size: 10px;
    line-height: 24px;
  }

  .bottom--checkout--wrapper .trigger--area .book--btn {
    width: 70%;
  }

  .bottom--checkout--wrapper .trigger--area .book--btn button {
    width: 100%;
    background-color: var(--primary--color);
    border-radius: 50px;
    background: var(--primary--color);
    padding: 10px 12px;
    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;
    line-height: normal;
    letter-spacing: -0.5px;
    border: none;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .bottom--checkout--wrapper .trigger--area .book--btn button:hover {
    background-color: var(--secondary--color);
  }

  .bottom--checkout--wrapper .date--wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 60;
    background-color: #fff;
    padding: 16px;
    border-radius: 16px 16px 0px 0px;
    background: #fff;
  }

  .bottom--checkout--overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    width: 100%;
    height: 100vh;
    background: rgba(34, 34, 34, 0.4);
  }

  .bottom--checkout--wrapper .trigger--content .title {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 14px;
  }

  .bottom--checkout--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;
    padding-top: 16px;
  }

  .bottom--checkout--wrapper .time--moment--wrapper .single--moment {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--secondary--color);
    font-size: 12px;
    line-height: 24px;
    padding: 4px 8px;
    width: 86px;
  }
  .bottom--checkout--wrapper .time--moment--wrapper .single--moment.disabled {
    background: #ebebeb;
    color: #aab3be;
  }

  .bottom--checkout--wrapper .time--moment--wrapper .single--moment.selected {
    color: #fff;

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

  .bottom--checkout--wrapper .select--button {
    margin-top: 70px;
    margin-bottom: 20px;
    width: 100%;
    background-color: var(--primary--color);
    border-radius: 50px;
    background: var(--primary--color);
    padding: 10px 12px;
    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;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.5px;
    border: none;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .bottom--checkout--wrapper .select--button:hover {
    background-color: var(--secondary--color);
  }

  .bottom--checkout--wrapper .close--button {
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 2;
    top: 16px;
    right: 28px;
  }

  .bottom--checkout--wrapper .close--button svg {
    width: 100%;
    height: 100%;
  }

  .bottom--checkout--wrapper .trigger--content,
  .bottom--checkout--overlay {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .bottom--checkout--wrapper .trigger--content {
    bottom: -30px;
  }

  .bottom--checkout--wrapper .trigger--content.active {
    opacity: 1;
    visibility: visible;
    bottom: 0px;
  }
  .bottom--checkout--overlay.active {
    opacity: 1;
    visibility: visible;
  }

  /* boat page style ends */

  /* boats distributive page style starts */
  .filter--selection--area .filter--btn--wrapper .filter--button {
    gap: 0px;
  }
  .filter--selection--area .filter--btn--wrapper .filter--button p .text {
    display: none;
  }

  .filter--selection--area .right .see--map--btn {
    position: fixed;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    width: 184px;
  }
  .boats--filter--top--area {
    padding: 74px 0px 16px;
  }
  .boats--filter--top--area .intro--title {
    font-size: 18px;
  }
  .filter--selection--area .common--button {
    padding: 8px 13px;
  }
  .filter--selection--wrapper .select--content.filter--list,
  .filter--selection--wrapper .select--content {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 2000;
    border-radius: 0;
  }
  .filter--selection--wrapper .select--content.active {
    top: 0px;
  }

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

  .filter--selection--wrapper .mobile--content.top--part {
    position: relative;
    padding-top: 32px;
    padding-bottom: 30px;
  }

  .filter--selection--wrapper .mobile--content.top--part .title {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .filter--selection--wrapper .mobile--content.top--part .close--button {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .filter--selection--wrapper .mobile--content.top--part .close--button svg {
    width: 100%;
    height: 100%;
  }

  .filter--selection--wrapper .mobile--content.bottom--part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
    width: 100%;
    padding-top: 50px;
  }

  .filter--selection--wrapper.boat--type--wrapper
    .select--content
    .submit--area {
    display: none;
  }

  .filter--selection--body--scroll {
    overflow: hidden;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .mobile--search--filter--content
    .container {
    padding: 0;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive .trigger--area p {
    display: block;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    position: relative;
    display: none;
  }
  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper::before {
    content: "";
    top: 0;
    left: 30%;
    position: absolute;
    width: 1px;
    height: 24px;
    background: #e5e7eb;
  }
  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper::after {
    content: "";
    top: 0;
    right: 37%;
    position: absolute;
    width: 1px;
    height: 24px;
    background: #e5e7eb;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper
    input {
    width: 25%;
    border: none;
    color: #133254;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .input--wrapper
    input.place {
    font-weight: 600;
  }

  .mobile--search--filter--area--wrapper.boats--distribuitive
    .trigger--area
    .icon {
    min-width: 32px;
    height: 32px;
  }

  /* boats distributive page style ends */

  /* map view page style starts */
  .filtered--map--content .map--wrapper {
    padding: 16px 0px 8px;
    width: 100%;
    height: 435px;
  }

  .filtered--map--content .map--wrapper iframe {
    width: 100%;
    height: 100%;
  }

  .filtered--map--content .map--box--found--wrapper,
  .filtered--map--content .mapbox--found,
  .filtered--map--content .map--box--found--wrapper a {
    width: 100%;
  }

  .gm-style-iw {
    min-width: 300px !important;
  }

  .filtered--map--content .map--box--found--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
  .filtered--map--content {
    padding-bottom: 0;
    /* padding-top: 24px; */
  }
  .advantages--list--wrapper .single--advantage .icon {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
  }
  /* map view page style ends */

  /* checkout page style starts */
  .chekcout--main--content-wrapper .boat--page--main--content .left {
    display: none;
  }
  .chekcout--main--content-wrapper .boat--page--main--content {
    width: 100%;
    margin-top: 80px;
  }

  .chekcout--main--content-wrapper .booking--main--form {
    width: 100%;
  }

  .chekcout--main--content-wrapper
    .boat--page--main--content
    .date--person--select--wrapper
    .dates
    .dropdown--content {
    width: 100%;
  }

  .chekcout--main--content-wrapper .custom--booking--card {
    margin-bottom: 0;
    width: 100%;
  }

  .chekcout--main--content-wrapper .custom--booking--card .left {
    display: block;
  }
  .chekcout--main--content-wrapper .custom--booking--card .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .chekcout--main--content-wrapper .custom--booking--card .right .info {
    gap: 4px;
  }

  .chekcout--main--content-wrapper .common--section--intro {
    padding-bottom: 0;
    font-size: 18px;
  }

  .chekcout--main--content-wrapper .instruction--text--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;
  }

  .chekcout--main--content-wrapper .instruction--text {
    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;
  }

  .chekcout--main--content-wrapper .instruction--text h3 {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
  }

  .chekcout--main--content-wrapper .instruction--text p {
    color: #222;
    font-size: 14px;
    line-height: 24px;
  }

  .chekcout--main--content-wrapper
    .boat--page--main--content
    .people--dropdown
    .people--dropdown--content {
    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);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3000;
    height: 370px;
  }

  .boat--page--main--content .booking--main--form .list li {
    font-size: 14px;
  }
  .boat--page--main--content
    .booking--main--form
    .price--details--wrapper
    .list {
    gap: 8px;
  }

  .chekcout--main--content-wrapper
    .boat--page--main--content
    .date--person--select--wrapper
    .dropdown--content {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: rgba(34, 34, 34, 0.4);
    z-index: 800;
  }

  .chekcout--main--content-wrapper .people--dropdown .confirm--button {
    border-radius: 50px;
    background: #2264df;
    border: none;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.5px;
    padding: 10px 0px;
  }

  .chekcout--main--content-wrapper
    .people--dropdown
    .people--dropdown--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 16px 0px;
    gap: 16px;
  }
  .chekcout--main--content-wrapper
    .people--dropdown
    .people--dropdown--content
    .people--counter {
    width: 100%;
  }
  .chekcout--main--content-wrapper .people--dropdown .close--dropdown {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .chekcout--main--content-wrapper .people--dropdown .close--dropdown svg {
    width: 100%;
    height: 100%;
  }

  .chekcout--main--content-wrapper .people--dropdown .title {
    color: #222;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 24px;
  }
  /* checkout page style ends */

  /* updated styles */
  .select--content.time--wrapper--content .mobile--radio--buttons {
    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;
  }
  .select--content.time--wrapper--content ul {
    display: none;
  }

  .select--content.time--wrapper--content .mobile--radio--buttons input {
    display: none;
  }
  .select--content.time--wrapper--content .mobile--radio--buttons label {
    display: block;
    color: var(--secondary--color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    padding-left: 36px;
  }

  .select--content.time--wrapper--content
    .mobile--radio--buttons
    label::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #dddddd;
  }

  .select--content.time--wrapper--content
    .mobile--radio--buttons
    input:checked
    + label::before {
    background-color: var(--secondary--color);
  }
  .select--content.time--wrapper--content
    .mobile--radio--buttons
    input:checked
    + label::after {
    content: "";
    top: 8px;
    left: 8px;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
  }

  .customer--review--area .owl-carousel .owl-stage {
    margin-left: -22px;
  }
  .customer--review--area .single--review--card {
    width: 100%;
  }

  .boat--page--main--content .boat--card--slider .owl-stage {
    margin-left: -20px;
  }
  .lock--scroll {
    overflow: hidden;
  }

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

  .where--to--area--wrapper {
    padding-top: 8px;
  }
  .experiences--slider--wrapper {
    padding: 16px 0px;
  }
  .custom--booking--card {
    width: 100%;
  }
  .custom--booking--card .right .info {
    white-space: nowrap;
  }

  /* updated styles */
}
