body
{
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0;
    margin: 0;
}
.site-header .header-inner
{
    max-width: 1240px;
}
.site-branding img{
    max-width: 230px;
    min-width:230px;
}
.site-navigation ul.menu li,
.site-navigation-dropdown ul.menu li
{
    justify-content: center; /* Horizontal */
    align-items: center;   
    text-transform: uppercase;
}
.site-navigation ul.menu li a,
.site-navigation-dropdown ul.menu li a
{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: rgba(12, 28, 49, 0.6);
    letter-spacing: 0.7px;
    text-transform: uppercase;
    transition-duration: .15s;
}
.org-btn a
{
    background: #FAA41A !important;
    border-radius: 4px;
    color: #FFFFFF !important;
    font-weight: 700 !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
    padding: 10px 24px !important;
    margin-left: 15px;
    text-transform: uppercase;
}
.org-btn a:hover
{
    background-color: #e09706 !important;
}
.blue-btn a
{
    background: #17304F !important;
    border-radius: 4px; 
    color: #FFFFFF !important;
    font-weight: 700 !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
    padding: 10px 24px !important;
    margin-left: 15px;
}
.blue-btn a:hover
{
    background-color: hsl(213 40% 30%) !important;
}
.site-navigation ul.menu li a:hover
{
    color: hsl(215 28% 12%);
}
.hero-banner
{
    min-height: calc(100vh - 100px);
    animation: heroMotion 12s ease-in-out infinite alternate;
}
@keyframes heroMotion{
    0%{
        background-position: center center;
        background-size: 100%;
    }
    100%{
        background-position: center 52%;
        background-size: 105%;
    }
}
.hero-banner h1:before
{
    background-color: #FAA41A;
    width: 4rem;
    height: .25rem;
    margin-bottom: 1.5rem;
    content: "";
    display: block;
}
.hero-banner h1{
    font-size: 4.5rem;
    line-height: 1;
    color:#FFF !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: .025em;
    max-width: 60%;
}
.hero-banner p,
.footer-banner p
{
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.75);
}

.py-28
{
    padding-top: 7rem;
    padding-bottom: 7rem;
}
#boeken iframe
{
    background-color: #FFF;
    border: 1px solid #DAE0E7;
    box-shadow: 0px 25px 50px -12px rgba(23, 48, 79, 0.1);
    border-radius: 8px;
}
.primary-heading h2
{
    font-size: 3rem;
    line-height: 1;
    font-weight: 800 !important;
    letter-spacing: .025em;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif !important;
}
.primary-heading h3
{
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 800 !important;
    letter-spacing: .025em;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif !important;
    color: hsl(215 28% 12%) !important;
}
.primary-subheading p
{
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: hsl(215 10% 46%);
}
.primary-heading:before
{
    background-color: #FAA41A;
    width: 60px;
    height: 4px;
    margin-bottom: 10px;
    content: "";
    display: inline-block;
}
.text-primary-dark h2
{
    color: hsl(215 28% 12%) !important;
}
.text-primary-white h2
{
    color: #FFF !important;
}
#boten .row
{
    margin-top: 30px;
}
.boten-grid
{
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .5s;
    animation-duration: .5s;
    background: #FFFFFF;
    border: 1px solid #DAE0E7;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
}
.boten-grid .content
{
    padding: 1.5rem;
}
.boten-grid h4
{
    font-weight: 700 !important;
    font-size: 1.5rem;
    line-height: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    color: hsl(215 28% 12%) !important;
}
.boten-grid p
{
    line-height: 1.625;
    letter-spacing: 0em;
    color: hsl(215 10% 46%);
    font-size: .875rem;
    margin: 0;
}
.boat-info p
{
    font-size: .875rem;
    line-height: 1.25rem;
}
.boat-info p strong
{
    color: #387594;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 16px;
    margin: 0 0 0 15px;
}
.boat-price
{
    border-top:solid 1px hsl(214 20% 88%);
    padding-top: .5rem;
}
.price-row p,
.price-row 
{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 156%;
    color: #161D27;
}
.price-row-pp p
{
    font-size: .875rem;
    line-height: 1.25rem;
    display: block;
    letter-spacing: 0em;
    color: hsl(215 10% 46%);
    font-weight: 400;
}
.boat-price a,
.boat-price-no-b a
{
    letter-spacing: .05em;
    font-size: 14px;
    line-height: 133%;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.boat-price-no-b a
{
    margin: 0 !important;
}
.boat-img{
    position:relative;
    overflow:hidden;
}

/* image */
.boat-img img{
    width:100%;
    display:block;
    transition: transform 0.9s ease;
}
.boat-img::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:120px;

    background: linear-gradient(
        to top,
        hsl(215deg 60% 12% / 60%),
        transparent
    );

    opacity:.6;
    transition:opacity .35s ease;
}
.boten-grid:hover{
    transform: translateY(-15px);
    box-shadow:0 20px 40px rgba(0,0,0,0.18);
}

/* image zoom */
.boten-grid:hover img{
     transform: scale(1.05);
}

/* stronger bottom shadow on hover */
.boten-grid:hover .boat-img::after{
    opacity:1;
}


/*clip-angle-bottom*/
.boat-features
{
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4rem), 0 100%);
    background-color: hsl(213 55% 20%);
    overflow: hidden;
    position: relative;
}
.boat-features .img-round img
{
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    z-index: 9;
    position: relative;
}
.boat-features .img-round::after{
    content:"";
    position:absolute;
    top:20px;
    left:20px;
    right:-10px;
    bottom:-10px;
    border:2px solid #cfa64a;
    border-radius: 8px;
    pointer-events:none;
    
}

/**/
.feature-box
{
    padding-top: 20px;
}
.feature-box h4
{
    font-family: 'Barlow Condensed' !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 18px;
    line-height: 156%;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    color: #FFFFFF !important
}
.feature-box p
{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 162%;
    color: rgba(255, 255, 255, 0.6);
}

.text-img-section img
{
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    object-fit: cover;
}
.text-img-section .btn a
{
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding-top: .875rem !important;
    padding-bottom: .875rem !important;
    margin: 0;
}
.text-img-section p
{
    color: hsl(215 10% 46%);
    line-height: 1.625;
    font-size: 1.125rem;
    padding: 0;
    margin: 0;
}

.testimonials-view
{
    max-width: 56rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 3rem;
    background: #F4F5F6;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    margin-top: 20px;
}
.testimonials-view .testimonial-content p
{
    color: rgba(22, 29, 39, 0.8);
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
}
.testimonials-view .testimonial-content
{
    position: relative;
}
.testimonials-view .testimonial-content:before
{
    width: 36px;
    height: 36px;
    display: inline-block;
    background: url(../img/qoutes.png);
    content: "";
    margin: auto;
    margin-bottom: 1rem;
}
.testimonials-view .testimonial-content:after
{
    width: 3rem;
    height: 0.125rem;
    display: inline-block;
    background: #FAA41A;
    content: "";
    margin: auto;
    margin-top: 1rem;
}
.strong-view.nav-position-outside .wpmslider-controls
{
    padding: 0 !important;
}
.strong-view.wpmtst-bold .wpmtst-testimonial-field
{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 14px !important;
    line-height: 143%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #6A7381;
}
.strong-view.nav-position-outside .wpmslider-controls .wpmslider-prev, 
.strong-view.nav-position-outside .wpmslider-controls .wpmslider-next
{
    width: 40px;
    height: 40px;
    border: 1px solid #DAE0E7;
    border-radius: 9999px;
    background-color: #F4F5F6;
    color: hsl(215 10% 46%) !important;
}
.strong-view.nav-position-outside .wpmslider-controls .wpmslider-prev:hover, 
.strong-view.nav-position-outside .wpmslider-controls .wpmslider-next:hover
{
    border: 1px solid hsl(215deg 28% 12% / 30%);
    color: hsl(215 28% 12%) !important;
    background-color: #F4F5F6;
}
.strong-view.controls-style-buttons2:not(.rtl) .wpmslider-prev:before,
.strong-view.controls-style-buttons2:not(.rtl) .wpmslider-next:before
{
    top:4px !important;background: hsl(215 10% 46%) !important;
    width: 10px !important;height: 10px !important;
}
.strong-view .wpmslider-controls a
{
    width: .625rem;
    height: .625rem;
    background:hsl(214 20% 88%);
    display: block;
    border-radius: 100%;
    margin: 0 5px;
}
.strong-view .wpmslider-controls a.active
{
    background:#FAA41A;
}
.strong-view.pager-style-buttons .wpmslider-pager-link:before
{
    display: none !important;
}
.footer-banner
{
    padding-top: 9rem;
        padding-bottom: 9rem;
}
.footer-banner h2:before
{
    background-color: #FAA41A;
    width: 4rem;
    height: .25rem;
    content: "";
    display: block;
    margin: auto;
    margin-bottom: 1.5rem;
}
.footer-banner h2{
    font-size: 3.75rem;
    line-height: 1;
    color:#FFF !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: .025em;
    text-align: center;
}
.footer-banner p
{
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.75);
}
.footer-banner::before
{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(12, 28, 49, 0.95) 0%, rgba(23, 48, 79, 0.7) 50%, rgba(23, 48, 79, 0.4) 100%);
}
#main-footer
{
    background:hsl(215 60% 12%);
    
}
#main-footer .footer-inner {
    max-width: 1240px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-inline-end: auto;
    margin-inline-start: auto;
    width: 100%;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
#main-footer .copyright-inner
{
    max-width: 1240px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}
#main-footer .footer-inner h4
{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .025em;
    color: #FFF;
    font-family: "Barlow Condensed", sans-serif !important;
}
#main-footer .footer-col{
    width:25%;
}
#main-footer .footer-inner ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
#main-footer .footer-inner ul li
{
    gap: .5rem;
    align-items: flex-start;
    display: flex;
    font-size: .875rem;
    line-height: 1.25rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 12px;
}
#main-footer .footer-inner ul li a,
#main-footer .footer-inner
{
    color: rgba(255, 255, 255, 0.6);
}
#main-footer .footer-inner ul li a:hover
{
    color: #FFF;
}
#main-footer .footer-inner .org-btn a
{
    margin-left: 0px;
    text-transform: uppercase;
    display: inline-block;
}
.copyright
{
    border-top: solid 1px hsl(0deg 0% 100% / 10%);
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
    font-size: .75rem;
    line-height: 1rem;
    color: hsl(0deg 0% 100% / 40%);
}
.copyright a
{
    text-decoration-line: underline;
    color: hsl(0deg 0% 100% / 60%);
}
.copyright a:hover
{
    color: #FAA41A;
}

.site-navigation-toggle-holder .site-navigation-toggle{
    background-color: unset !important
}

/*inner-banner*/
.inner-banner
{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: #161D27;
    text-align: center;
}
.inner-banner::before
{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, #161D27 0%, #17304F 50%, #161D27 100%);
    opacity: 0.9;
    content: "";
}
.inner-banner h1:before
{
    background-color: #FAA41A;
    width: 4rem;
    height: .25rem;
    margin: auto;
    margin-bottom: 1.5rem;
    content: "";
    display: block;
}
.inner-banner h1{
    font-size: 3.75rem;
    line-height: 1;
    color:#FFF !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: .025em;
}
.inner-banner p
{
    font-size: 18px !important;
    line-height: 156% !important;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.75);
    max-width: 36rem;
    margin: auto;
}
.py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.py-24 
{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.max-w-3xl {
    max-width: 48rem !important;
    margin: auto;
}
.org-btn.w100
{
    width: 100%;
}
.org-btn.w100 a
{
    margin-left: 0;
    margin-top: 10px;
    width: 100%
}
.product-image img
{
    height: 438px;
    object-fit: cover;
    border-radius: 4px;
}
.elementor-swiper-button-next,
.elementor-swiper-button-prev
{
    background-color:hsl(215deg 28% 12% / 60%);
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    font-size: 18px !important;
}
.elementor-swiper-button-next:hover,
.elementor-swiper-button-prev:hover
{
    background-color:hsl(215deg 28% 12% / 80%);
}
.product-heading h2
{
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 800 !important;
    letter-spacing: .025em;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif !important;
}
.product-heading:before
{
    background-color: #FAA41A;
    width: 60px;
    height: 4px;
    margin-bottom: 10px;
    content: "";
    display: inline-block;
}
.details-heading h4
{
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600 !important;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: hsl(215 10% 46%) !important;
    padding-top: 1rem;
    margin-top: 12px;
    border-top: solid 1px hsl(214 20% 88%);
}
.boat-features-item
{
    padding: .75rem;
    border: solid 1px hsl(214 20% 88%);
    border-radius: .5rem;
    color: hsl(215 28% 12%);
    letter-spacing: 0em;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.25rem;
    max-width: 280px;
    background: #fff;
}
.boat-features-item label
{
    color:hsl(215 10% 46%);
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .75rem;
    line-height: 1rem;
    display: block;
}
.boat-features-item p,
.product-info p
{
    padding: 0;
    margin: 0;
}
.product-info
{
    color: hsl(215 10% 46%);
}
.product-info strong{
    color: hsl(215 28% 12%);
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.product-info .star-text p
{
    color: hsl(40 95% 54%) !important;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: .75rem;
    line-height: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .125rem;
    padding-bottom: .125rem;
    font-weight: 700;
    background-color: hsl(40deg 95% 54% / 15%);
    border-radius: 9999px;
}
.product-info .star-text p img
{
    margin-right: 4px;
}
.product-info.feature
{
    border: solid 1px hsl(40deg 95% 54% / 20%);
    padding-left: .75rem;
    padding-right: .75rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: hsl(40deg 95% 54% / 10%);
    border-radius: 8px;
    margin-top:8px;
    margin-bottom: 8px;
    margin-left: -.75rem;
    margin-right: -.75rem;
    width: calc(100% + 24px);
}
.font-medium
{
    font-weight: 500;
}

.price-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  margin-top: 16px;
  margin-bottom: 16px;
}

/* Header */
.price-toggle {
  font-size: .875rem;
    line-height: 1.25rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: .05em;
  color: hsl(215 28% 12%);
  text-transform: uppercase;
  padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    
}
.price-toggle:hover
{
    background:hsl(210deg 12% 96% / 50%)
}
.arrow {
  transition: 0.3s;
  fill:#FAA41A
}

.price-box.active .arrow {
  transform: rotate(180deg);
}
.product-info.feature p{
    color: hsl(215 28% 12%);
}
/* Content */
.price-content {
  display: none;
  border-top: 1px solid #eee;
}

/* Section */
.price-content .section {
  padding: 15px 15px 7.5px 15px;
}

.section-title {
    color: hsl(215 28% 12%);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.25rem;
    font-family: "Barlow Condensed", sans-serif !important;
}
.section-title .elementor-button-icon
{
    fill:#FAA41A
}
/* Rows */
.price-content .section .row {
    display: flex;
    justify-content: space-between;
    font-size: .875rem;
    line-height: 1.25rem;
    padding-top: .375rem;
    padding-bottom: .375rem;
    padding-left: .75rem;
    padding-right: .75rem;
    border-radius: 4px;
    background-color: hsl(210deg 12% 96% / 30%);
}
.price-content .section .row span:last-child
{
    color: (215 28% 12%);
    font-weight: 700;
}
.row:not(:last-child) {
  margin-bottom: 6px;
}

/* Discount */
.discount {
  color: orange;
  font-size: 12px;
  margin-left: 6px;
}

/* Footer note */
.note {
  font-size: 12px;
  color: #777;
  padding: 10px 15px 15px;
}
.page-id-17 .boat-features{
	clip-path:unset;
}

.contact-info p,
.contact-info a
{
    font-weight: 400;
    color: #6A7381;
    font-family: 'Barlow';
    font-style: normal;
    line-height: 20px;
    font-size: 14px;
}
.contact-info label
{
    font-weight: 600;
    color: #161D27;
    display: block;
}
.contact-info a:hover
{
    color: hsl(40 95% 54%);
}
.contact-tab .e-n-tab-title
{
    flex: 1;
    border: solid 1px hsl(214 20% 88%);
    border-radius: .5rem;
    background-color: #fff;
}
.contact-tab label{
    color: hsl(215 28% 12%);
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.25rem;
    margin-bottom: .375rem;
}
.contact-tab input,
.contact-tab textarea,
.contact-tab select
{
    font-size: .875rem;
    line-height: 1.25rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .75rem;
    padding-right: .75rem;
    border-color: hsl(214 20% 88%);
    border-width: 1px;
    border-radius:8px;
    margin-bottom: 15px;
}
.contact-tab textarea
{
    height: 100px;
}
.contact-tab input:focus-visible
.contact-tab textarea:focus-visible
{
    outline: 2px solid hsl(213 55% 20%);
    outline-offset: 2px;
}
.btn-fill a,
.contact-tab input[type="submit"]
{
    background: #FAA41A !important;
    border-radius: 4px !important;
    background: rgba(255, 255, 255, 0.002);
    box-shadow: 0px 10px 15px -3px rgba(249, 175, 26, 0.25), 0px 4px 6px -4px rgba(249, 175, 26, 0.25);
    border-radius: .25rem;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.btn-fill a:hover
{
    background-color:hsl(40 95% 45%) !important;
}
.btn-outline a
{
    border-radius: .25rem;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: none !important;
    border: 2px solid rgba(255, 255, 255, 0.3);
}
.btn-outline a:hover
{
    background-color:hsl(0deg 0% 100% / 10%) !important;
    border-color: hsl(0deg 0% 100% / 50%) !important;
}
.contact-tab input[type="submit"]
{
    border: none;
    letter-spacing: .05em;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.25rem;
    width: 100%;
}
.contact-tab  small
{
    text-align: center;font-size: .75rem;
    line-height: 1rem;display: block;margin-top: -20px;
}
.hiswa-img {
	margin-top:15px;
	margin-bottom:25px;
}
@media (max-width: 1199px) {
    .hero-banner
    {
        background-size: cover !important;
    }
    .hero-banner .e-con-inner,
    .footer-banner .e-con-inner,
    .site-header .header-inner,
    #main-footer .footer-inner
    {
        padding-left: 15px;
        padding-right: 15px;
    }
    .boat-features .img-round::after
    {
        height: 425px;
    }
    .site-navigation-dropdown ul.menu li.org-btn
    {
        padding: 10px;
    }
    .site-navigation-dropdown ul.menu li.org-btn a
    {
        margin: 0;
    }
}
@media (max-width: 1023px) {
    .hero-banner h1
    {
        max-width: 100%;
        font-size: 60px;
        line-height: 100%;
    }
    .price-row 
    {
        max-width: 50px !important;
    }
    .boat-text-wrap
    {
        width: 100% !important;
    }
    .text-img-section img
    {
       min-height: 445px;
    }
    .menu-item-25{
            text-align: center;
    }
    .mnm-product .e-con-inner
    {
        flex-direction: column !important;
    }
    .mnm-product .e-con-inner>.e-flex
    {
        width: 100%;
    }
    .product-image img
    {
        height: auto;
    }
    .boat-features-item
    {
        max-width: inherit;
    }
    .mnm-product .order-1
    {
        order: 1;
    }
    .mnm-product .order-12
    {
        order: 12;
    }
    .footer-banner h2,
    .inner-banner h1
    {
        font-size: 36px;
        padding:0 15px
    }
    .inner-banner p
    {
        padding:0 15px
    }
}
@media (max-width: 767px) {
	#contact-tabs{
		margin-top: 50px;
	}
	#contact-tabs .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title{
		order: unset;
	}
	#contact_page_left img{
		min-height:auto;
	}
	.page-id-17 .boat-features .elementor-shape-bottom{
		display: none;
	}

    .hero-banner h1
    {
        max-width: 100%;
        font-size: 36px;
        line-height: 100%;
    }
    .price-row 
    {
        max-width: 48% !important
    }
    .boat-text-wrap
    {
        width: 100% !important;
    }
    .text-img-section img
    {
       min-height: 445px;
    }
    .primary-heading h2
    {
        font-size: 30px;
        line-height: 36px;
        font-weight: 800;
    }
    .boten-grid
    {
        margin-bottom: 30px;
    }
    .py-28
    {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .testimonials-view
    {
        padding:1rem
    }
    .order-12
    {
        order: 12;
    }
    .footer-banner h2
    {
        font-size: 36px;
        line-height: 111%;
    }
    #main-footer .footer-col{
        width:100%;
    }
    .btn-fill,
    .btn-fill a,
    .btn-outline,
    .btn-outline a
    {
        width: 100%;
    }
    .py-24, .py-20 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
	.mnm3d-btn {
		margin-bottom:10px;
	}
}

.mnm3d-btn svg
{
    fill: #fff;
    width: 17px;
}