@import url('avenir/stylesheet.css');

html {
    font-size: 1rem;
}

header,
nav,
section,
aside,
article,
footer,
.z-section,
.z-row {
    width: 100%;
    float: left;
    min-height: 1px;
}

body {
    color: #000;
    font-family: 'avenir_lt_35_lightregular';
    font-style: normal;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: normal;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

a,
a img,
a.spbtn:after {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
.head {
    text-transform: uppercase;
}

.multhead span,
.avenirblck {
    font-family: 'avenirblack';
}

.bgimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

a.btn,
.spform.requstform button {
    font-size: 14px;
    color: #000 !important;
    background-color: #f5ba45;
    padding: 4px 30px;
}

a.btn:hover {
    color: #f5ba45 !important;
    background-color: #000;
}

#footer a.btn:hover {
    color: #f5ba45 !important;
    background-color: #fff;
}

a.spbtn,
a.bordbtn {
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 33px;
    color: #000 !important;
    background-color: #f5ba45;
    line-height: normal;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}

a.spbtn:hover {
    color: #f5ba45 !important;
    background-color: #000;
}

a.bordbtn {
    background: none;
    color: #000 !important;
    clip-path: none;
    position: relative;
    padding: 12px 30px;
}

a.bordbtn:hover:before,
a.bordbtn.whiteborbtn:hover:before,
.videosec .tabbtns a.borderwh.active:before,
.videosec .tabbtns a.borderwh:hover:before {
    border: 2px solid #f5ba45;
}

a.bordbtn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #4d4d4c;
    padding: 0 16px;
    transform: skewX(-22deg);
}

a.bordbtn.whiteborbtn {
    color: #fff !important;
}

a.bordbtn.whiteborbtn:before {
    border: 2px solid #fff;
}

input[type="submit"] {
    background-color: #f5ba45 !important;
    color: #000 !important;
}

input[type="submit"]:hover {
    background-color: #000 !important;
    color: #f5ba45 !important;
}

.toplinks ul li a:hover,
.menuse .menu ul li a:hover,
.foobox a:hover,
a:hover,
.col15 a:hover,
.boatinfo .bbuild a:hover,
a.bordbtn.whiteborbtn:hover,
.videosec .tabbtns a.borderwh.active,
.videosec .tabbtns a.borderwh:hover {
    color: #f5ba45 !important;
}

.header {
    z-index: 999;
    background-image: url(../images/2022/headerbg.jpg);
    padding: 45px 0 10px 0;
    position: relative !important;
}

.menuGrid {
    display: grid;
    grid-template-columns: 180px 220px 260px 1fr;
}

.menusec {
    padding-right: 15px;
}

.toplinks {
    text-align: right;
}

.menusec li ul.submenu,
.toplinks ul li ul.submenu {
    display: none;
    opacity: 0;
    position: absolute;
    background-color: #363636;
    left: 0;
    top: 100px;
    width: 100%;
    text-align: left;
    z-index: 999;
    overflow: hidden;
    padding: 0;
}

.menusec li .submmodel ul li {
    padding: 10px !important;
    margin: 0;
    font-size: 17px;
    width: 9%;
    float: left;
}

.menusec ul li.active:before {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #ecb907;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 9;
}

.menusec li:hover ul,
.toplinks li:hover ul {
    display: inline-block !important;
    opacity: 1 !important;
}

.menusec .menu ul {
    text-align: right;
}

.menusec .menu ul li {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
}

.menusec .menu ul li:last-child {
    margin-right: 0;
}

.submmodel ul li a img {
    margin-bottom: 8px;
}

.submmodel ul li a:hover img {
    transform: translateY(5px);
}

.submhead i,
.submhead img {
    margin-right: 10px;
    font-size: 18px;
}

.modelitm,
.dealermenu,
.toplinks .ownmenu,
.exploremenu {
    width: 1260px;
    margin: 0 auto;
}

.dealermenu .innbox,
.toplinks .ownmenu .innbox {
    padding: 50px 0;
}

.exploremenu .innbox {
    padding: 35px 0;
}

.submhead img {
    filter: brightness(0) invert(1);
    width: 18px !important;
}

.menusec .modelitm {
    padding: 45px 0;
}

.toplinks ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 22px;
    vertical-align: middle;
    padding: 18px 0;
}

.toplinks ul li a {
    margin-left: 8px;
    position: relative;
}

.toplinks ul li img {
    width: 19px !important;
    margin: 0 0 0 12px;
}

.toplinks ul li:first-child {
    border: none;
}

.toplinks ul li a img {
    margin: 2px 0 0 10px;
}

.toplinks i {
    font-size: 18px;
}

.toplinks ul li:last-child a {
    margin: 0;
    padding: 0;
}

.toplinks .ownmbox {
    float: left;
    width: 33.33%;
    padding: 0 20px;
}

.toplinks .ownmbox .head,
.exploremenu .explbox .head {
    border-bottom: 2px solid #656565;
    padding: 0 0 15px 0;
    margin-bottom: 18px;
}

.toplinks .ownlinks ul li {
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
}

.toplinks .ownlinks ul li a {
    margin: 0;
}

.toplinks li ul .ownbimg img {
    width: auto !important;
    margin-bottom: 8px;
}

.toplinks ul li ul.submenu {
    padding: 0;
}

.dealform input[type="text"] {
    width: 60%;
    padding: 13px 15px;
}

.dealform input[type="submit"] {
    background-color: #f5ba45 !important;
}

.exploremenu .explbox.box1 ul {
    column-count: 2;
    width: 100%;
}

#footer,
.careersec1 {
    background-image: url(../images/2022/footer-bg.jpg);
}

.spform input[type="text"],
.spform input[type="email"],
.spform select,
.spform textarea,
.spform input[type="file"] {
    width: 35%;
    padding: 13px;
    border: 1px solid #c7c7c7;
    font-size: 14px;
    background-color: #fff;
}

.footletter {
    border-bottom: 2px solid #3b3b3b;
    padding-bottom: 50px;
}

.foobox {
    float: left;
    width: 25%;
    padding: 0 15px;
}

.foobox a,
.footer {
    color: #fff;
}

.foobox .head {
    margin-bottom: 22px;
}

.foomenu ul li {
    font-size: 15px;
    margin-bottom: 7px;
}

.footinfo p {
    position: relative;
}

.footinfo p,
.continfo p {
    position: relative;
    padding-left: 40px;
    font-size: 15px;
    padding-bottom: 28px;
    line-height: 25px;
}

.footinfo p img,
.continfo p img {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px !important;
    margin: 5px 0 0 0;
}

.footinfo p a.call,
.continfo p a.call {
    margin: 10px 0 0 0;
    color: #000;
}

.footinfo i {
    position: absolute;
    top: 5px;
    left: 0;
}

.foobox .social {
    margin: 20px 0 0 0;
}

.social a {
    font-size: 24px;
    margin-right: 5px;
}

.foobox .yearlogo {
    margin: 25px 0;
}

.foobox .copyr,
.t14 {
    font-size: 14px;
}

.foobox .copyr p,
.linh26 p,
.linh26 {
    line-height: 26px;
}

.hsec1 {
    margin-bottom: -6px;
    margin-top: -25px;
}

.home-promo-overlay {
    background: rgba(0, 0, 0, 0.401);
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 33px 0;
    margin: 0 auto;
    width: 676px;
    border: 2px solid #e3bc5a;
}

.homepromo2020_1 {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 1.3;
    color: #FFF;
}

.homepromo2020_2 {
    width: 100%;
    font-weight: bold;
    float: left;
    padding-bottom: 2%;
    color: #e3bc5a;
    line-height: 1.3;
    font-size: 50px;
}

.homepromo2020_3 {
    width: 100%;
    float: left;
    font-size: 24px;
    letter-spacing: 2px;
    padding-bottom: 1%;
}

.homepromo2020_4 {
    width: 100%;
    font-weight: bold;
    float: left;
    font-size: 61px;
    padding-bottom: 1%;
}

.homepromo2020_5 {
    width: 100%;
    float: left;
    font-size: 21px;
    letter-spacing: 2px;
    padding-bottom: 10px;
}

.homepromo2020_6 {
    width: 100%;
    float: left;
    font-size: 21px;
    letter-spacing: 2px;
    padding-bottom: 30px;
}

.homepromo2020_7 {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

.homepromo2020_8 {
    padding-left: 50px;
    padding-right: 50px;
    letter-spacing: 2px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e3bc5a;
    color: #FFF;
}

/* .homepromo2020_1{width:100%; float:left; text-align:center; line-height:1.3; color:#FFF;}
.homepromo2020_2{width:100%; font-weight:bold; float:left; padding-bottom:2%; color:#FFF; line-height:1.3; font-size:50px;}
.homepromo2020_3{width:100%;font-family:'Oswald'; float:left; font-size:26px; letter-spacing:2px;padding-bottom:1%;}
.homepromo2020_4{width:100%;font-family:'Oswald'; font-weight:bold; float:left; font-size:72px; padding-bottom:1%;}
.homepromo2020_5{width:100%; float:left; font-size:21px; letter-spacing:2px; padding-bottom:30px;}
.homepromo2020_6{width:100%; float:left; font-size:21px; letter-spacing:2px; padding-bottom:30px;}
.homepromo2020_7{width:100%; float:left; padding-bottom:30px;}
.homepromo2020_8{padding-left:50px; font-family:'Oswald'; padding-right:50px;letter-spacing:2px; font-size:18px; padding-top:10px; padding-bottom:10px; background-color:#FFF !important; color:#183e7c !important;} */
.buildtab,
.bgf3 {
    background-color: #f3f3f3;
}

.tabbtns,
.tabbtns2 {
    text-align: center;
    float: left;
    width: 100%;
}

.tabGrid {
    display: flex !important;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    width: calc(100% - 5px);
}

.tabbtns a,
.tabbtns2 a {
    text-align: center;
    font-size: 15px;
    color: #000;
    background-color: #f3f3f3;
    padding: 15px 48px;
    cursor: pointer;
    border: 2px solid #4d4d4c;
    margin: 0 -5px 0 0;
    flex: 1 1 60px;
}

.modtabs .tabbtns a,
.modtabs .tabbtns2 a {
    text-align: center;
    font-size: 15px;
    color: #000;
    background-color: #f3f3f3;
    padding: 15px;
    cursor: pointer;
    float: left;
}

.tabbtns a.active,
.tabbtns a:hover,
.tabbtns2 a.active,
.tabbtns2 a:hover {
    color: #000 !important;
    background-color: #f5ba45;
}

.tabconmain {
    display: inline-block;
    width: 100%;
}

.buidhead {
    background-image: url(../images/2022/build-bg.jpg);
}

.buidhead {
    background-image: url(../images/2022/build-bg.jpg);
    padding: 100px 0 30px 0;
}

.builds {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.clipshaimg img {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 100% !important;
    width: auto !important;
    position: absolute;
    right: 0;
}

.clipshaimg:before {
    content: '';
    top: 0;
    right: 0;
    width: 110px;
    height: 100%;
    background-color: rgb(255 255 255 / 50%);
    position: absolute;
    z-index: 99;
    transform: skewX(170deg);
}

.builinfo {
    position: relative;
    margin: 0 0 0 100px;
    width: calc(100% - 100px);
}

.boname {
    transform: rotate(-450deg) translateX(-100%);
    position: absolute;
    top: 0;
    left: -60px;
    display: inline-block;
    color: #f5ba45;
    transform-origin: 0 0;
}

.boatinfo *,
.dispinli {
    display: inline-block;
}

.boatinfo .boatsize {
    margin: 0 22px 0 0;
}

.boatinfo .bbuild {
    position: relative;
    padding-left: 30px;
    vertical-align: top;
}

.boatinfo .bbuild a {
    margin: 3px 0 0 0;
}

.boatinfo {
    padding-bottom: 18px;
}

.bordbott {
    border-bottom: 2px solid #c0c0c0;
}

.btext {
    border-top: 2px solid #c0c0c0;
    padding: 18px 0;
    border-bottom: 2px solid #c0c0c0;
}

.btext p {
    line-height: 28px;
}

.bmodels ul li {
    display: inline-block;
    margin: 0 3px 15px 0;
}

.bmodels {
    padding-top: 28px;
}

.boatinfo .boatsize strong {
    margin-right: 5px;
}

.buildsmain .bbox1 {
    padding-top: 95px;
}

.hsec3 {
    background-image: url(../images/2022/videobg.jpg);
    margin-top: -8px;
}

.hsec4 {
    background-image: url(../images/2022/legendbg.jpg);
    min-height: 600px;
}

.hsec5 {
    padding: 100px 0;
}

.designbox * {
    display: inline-block;
    vertical-align: top;
}

.designbtns {
    margin-left: 30px;
}

.designbtns a.spbtn {
    min-width: 200px;
}

.dealerinfo {
    border-bottom: 2px solid #c9c9c9;
    padding: 25px 0;
}

.dealcont {
    float: left;
    width: 50%;
    position: relative;
    padding-left: 40px;
    color: #191919;
    font-size: 15px;
}

.dealcont img {
    width: 32px !important;
}

.dealcont a {
    color: #191919;
    text-decoration: underline;
    margin: 10px 0 0 0;
}

.dealcont img {
    width: 22px !important;
    position: absolute;
    top: 3px;
    left: 0;
}

.dealerserach input[type="text"] {
    width: 80%;
    padding: 15px;
}

.shadowimg {
    position: absolute;
    right: 50%;
    top: 0;
    margin-top: -45px;
}

.shadowimg.rightimg {
    right: auto;
    left: 50%;
}

.shadowimg.rightimg img {
    clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}

.shadowimg img {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    z-index: 1;
}

.postrelat {
    position: relative;
    padding-left: 32px;
}

.shadowimg:before,
.shadowimg:after {
    content: '';
    position: absolute;
    right: 185px;
    bottom: -22px;
    width: 100%;
    height: 30px;
    background-color: rgb(190 190 190 / 50%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
}

.shadowimg.rightimg:before,
.shadowimg.rightimg:after {
    left: auto;
    right: 0;
    width: 95% !important;
    clip-path: polygon(10px 0%, 100% 0, 100% 100%, 0% 100%);
}

.shadowimg.rightimg:before {
    width: 75% !important;
}

.shadowimg:before {
    top: -28px;
    background-color: #000;
    right: 45px;
}

.overhidde {
    overflow: hidden;
}

.homsecarou .boname {
    left: -20px;
}

.haadbtn {
    vertical-align: top;
    margin-left: 50px;
}

.homsecarou .shadowimg {
    margin-top: 0;
}

.eventinfo .etitle {
    margin: 15px 0;
}

.eventinfo .text {
    margin: 8px 0 5px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.eventinfo .text p {
    line-height: 1.5 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.zipInput {
    position: relative;
}

.zipInput i {
    position: absolute;
    top: 50%;
    right: 16%;
    transform: translateY(-63%);
    padding: 10px;
    cursor: pointer;
    color: #000;
}

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: none;
}

#loading-overlay::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #000;
    border-top-color: #fff;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

#loading-overlay.active {
    display: block;
}

.hsec7 {
    background-image: url(../images/2022/testimonials-bg.jpg);
    position: relative;
    padding: 100px 0;
    height: 590px;
}

.testimainsec .boname {
    /* transform: rotate(270deg) translateX(-100%); */
    left: 48px;
    color: #fff;
    font-size: 74px;
}

.testibox {
    padding-left: 62px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-25px);
    width: auto;
    height: auto;
    font-size: 30px;
}

.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -25px;
}

.content-slider .content-slides-container {
    overflow: visible;
}

.content-slider .slider-previous-button,
.content-slider .slider-next-button {
    color: #c0c0c0;
    font-size: 40px;
    background: none;
    right: 101%;
}

.hsec3 .owl-item iframe {
    width: 100%;
    height: 230px;
}

.hsec6 .main-slider {
    padding: 0 30px;
}

.tabbtns.hnews a,
.tabbtns2.hnews a {
    float: left;
    width: 33.33%;
}

.upetext {
    display: inline-block;
    padding: 10px 20px 0 0;
}

.hsec8 .socst {
    padding: 100px 0 30px 0;
}

.socialstr .social-box {
    float: left;
    width: 20%;
    padding: 3px;
}

.socialstr .social-box a {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.socialstr .social-box a i {
    position: absolute;
    right: 8px;
    bottom: 8px;
    color: #fff;
}

.socialstr .social-box a img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.socialstr .social-box a:hover img {
    transform: scale(1.1);
}

.hpart {
    padding: 40px 20px;
    box-shadow: 0 0 10px #c8c8c8;
}

.hpartGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 10px;
    text-align: center;
}

.hpart img {
    margin: 0 20px;
    height: 63px;
}

.z-default-subpage-header {
    background-image: url(../images/2022/page-banner.jpg);
    text-align: left;
    padding: 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.z-default-subpage-header .z-default-subpage-title {
    margin: 130px 0 30px 0;
    padding: 0 15px;
    font-size: 35px;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-family: 'avenirblack';
}

.adavantsec1,
.adavantsec3 {
    padding: 80px 0 160px 0;
}

.adavantsec2 .haadbtn {
    margin-left: 25px;
}

.adavantsec2 .centbtnhead {
    padding: 120px 0 70px 0;
}

.advaninov,
.jobcarsec {
    background-image: url(../images/2022/footer-bg.jpg);
}

.adavantsec3 .shadowimg {
    right: 55%;
}

.diffsecbtn a.bordbtn {
    min-width: 170px;
    margin-right: 12px;
}

.differnsec1 {
    padding: 80px 0 130px 0;
}

.difftabhead {
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.adavantsec3 {
    padding-bottom: 100px;
}

a.btn:hover {
    color: #000;
}

.hsec6 .dealbox {
    margin-top: 50px;
}

.differnsec2 .bmodels {
    padding-top: 15px;
}

.differnsec2 {
    margin-bottom: -6px;
}

.carrerbox {
    background-color: #f3f3f3;
    padding: 50px 40px 60px;
    max-width: 395px;
}

.carrerbox .head {
    margin-bottom: 30px;
}

.carhead2 {
    color: #747373;
    margin-bottom: 10px;
}

.carrerbox a.bordbtn {
    min-width: 140px;
    margin-right: 4px;
}

.careersec1 {
    padding: 130px 0;
}

.posinfo p {
    padding-bottom: 3px;
}

.posinfo p a {
    vertical-align: middle;
    color: #151515;
}

.potit {
    margin-bottom: 15px;
}

.hsec6.differnsec1 .dealbox,
.hsec6.caresec1 .dealbox {
    margin-top: 0;
}

.hsec6.caresec1 .boname {
    top: 20px;
}

.differnsec2 .builinfo {
    width: 100%;
    margin: 0;
}

.differnsec2 .builds {
    min-height: 560px;
}

.differnsec2 .clipshaimg:before {
    right: -14px;
    transform: skewX(172deg);
}

.careersec1.bgimg,
.jobcarsec {
    background-size: auto;
    background-color: #000;
}

.careersec2 ul li {
    margin-bottom: 10px;
}

.careersec2 ul {
    padding-left: 16px;
}

.clipshaimg {
    position: absolute;
    left: 46%;
    top: 0;
    margin-right: 0;
    height: 100%;
    width: auto;
}

.carmap .clipshaimg iframe {
    position: relative !important;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    height: 100% !important;
    width: 100% !important;
    right: 0;
}

.carmap .clipshaimg:before {
    background-color: rgb(255 255 255 / 50%);
    transform: skewX(170deg);
}

.jobslider .owl-carousel .owl-nav button.owl-prev,
.jobslider .owl-carousel .owl-nav button.owl-next {
    color: #fff;
}

.carrermapsec {
    overflow: hidden;
    padding: 60px 0;
}

.carrermapsec .clipshaimg {
    width: 60%;
    left: 40%;
}

.carrermapsec .clipshaimg::before {
    left: 0;
}

.carrermapsec .clipshaimg iframe {
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

table.table-list,
table.table-list tr,
table.table-list td,
table.table-list th {
    width: 100% !important;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #000;
}

table.table-list tr {
    margin-bottom: 10px;
}

.hidelable label,
.hidelable span[style="font-size:80%;"] {
    display: none;
}

.jobappform tr.siteOptionFormField16108 label,
.jobappform tr.siteOptionFormField16113 label {
    display: inline-block;
}

tr.siteOptionFormField16115 td {
    padding: 0 0 10px 0 !important;
    font-size: 70%;
}

.appjobform textarea,
.appjobform input[type="text"],
.appjobform input[type="email"],
.appjobform input[type="file"],
.appjobform select {
    width: 100% !important;
}

footer {
    float: left;
    width: 100%;
}

.contbox .head {
    margin-bottom: 28px;
}

.contbox .contbtn {
    margin-top: 25px;
}

.continfo p {
    padding-left: 35px;
}

.continfo p img {
    padding: 0 !important;
}

.continfo a.btn {
    padding: 7px 24px;
}

.delmap {
    position: absolute;
    top: 0;
    left: 45%;
    width: 60%;
    height: 100%;
}

.delmap iframe {
    width: 100%;
    height: 500px;
}

.delmainhead span {
    font-family: 'avenir_lt_35_lightregular';
}

.newsmain a.newsthumb {
    float: left;
    width: 44%;
}

.newsmain .newsinfo {
    float: left;
    width: 56%;
    padding-left: 24px;
}

.newsmain .newsinfo .ntext {
    line-height: 24px;
    margin-top: 20px;
}

.newsmain .newsinfo .newshead {
    border-left: 2px solid #c9c9c9;
    padding-left: 25px;
}

.newsinfo .newshead a.newstitle {
    margin-bottom: 18px;
}

.newsmain {
    border-bottom: 2px solid #c9c9c9;
    padding: 0 0 20px 0;
    margin-bottom: 30px;
}

.rightbar {
    padding-left: 80px;
    max-width: 480px;
}

.blogbox.eventbox {
    margin: 0 0 30px 0;
}

.blogbox.eventbox .bdate {
    margin: 15px 0 22px 0;
    color: #747373;
}

.blogmain .blogbox {
    margin-bottom: 40px;
}

.bloginfo {
    padding: 30px 25px;
    background-color: #f3f3f3;
    width: 100%;
}

.spform.requstform input[type="text"],
.spform.requstform input[type="email"],
.spform.requstform select,
.spform.requstform textarea,
.spform.requstform input[type="file"] {
    width: 100%;
    padding: 13px;
    border: 1px solid #c7c7c7;
    font-size: 14px;
    background-color: #fff;
    margin-bottom: 10px;
}

.spform.requstform input[type="checkbox"] {
    margin: 0 9px 0 0;
}

.spform.requstform label {
    font-size: 15px;
    margin-bottom: 8px;
    display: inline-block;
}

.blogmain {
    column-count: 3;
    column-gap: 60px;
    margin-bottom: 30px;
}

.blogmain .blogbox {
    margin-bottom: 40px;
}

.bloginfo {
    padding: 30px 25px;
}

.bloginfo a.rmore,
.blearnm a,
.textunder a {
    text-decoration: underline;
}



.modeldetsec1 {
    position: relative;
}

.modvidtext {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 120px 80px 120px;
    background-image: linear-gradient(#08080d00, #000 100%);
}

.modhead .head,
.modhead .text {
    display: inline-block;
}

.modhead .text {
    margin-left: 20px;
}

a.borderwh {
    font-size: 14px;
    padding: 17px 15px;
    color: #fff !important;
    min-width: 250px;
}

a.borderwh:before {
    border: 2px solid #ffffff;
}

.modeldetsec2 {
    background-image: url(../images/2022/model-bg1.jpg);
}

.featinfo-box {
    float: left;
    width: 50%;
    position: relative;
    padding-left: 48px;
    color: #f3f3f3;
    font-size: 18px;
    margin-bottom: 22px;
    line-height: 32px;
}

.featinfo img {
    position: absolute;
    left: 0;
    top: 16px;
    width: 30px !important;
}

.ctamain-box {
    margin-bottom: -145px;
}

.ctamain-con {
    background-color: #f3f3f3;
    padding: 30px;
}

.ctamain-con .head {
    margin-bottom: 13px;
}

.ctamain-img,
.modgall {
    line-height: 0;
    overflow: hidden;
}

.modgall a:hover img {
    transform: scale(1.2);
    filter: grayscale(.7);
}

.ctamain-img:hover img {
    filter: grayscale(.5);
}

.modeldetsec3 {
    padding: 210px 0 110px;
}

.cta-bottom-con,
.cta-bottom-img {
    float: left;
    width: 44%;
}

.cta-bottom-con {
    width: 55%;
}

.cta-bottom {
    box-shadow: 0 0 8px #cbcbcb;
    padding: 40px 40px 20px 80px;
}

.cta-bottom a.bordbtn {
    min-width: 180px;
}

.modgall a {
    float: left;
    width: 33.33%;
    border: 1px solid #fff;
    overflow: hidden;
}

.modgall a img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.modeldetsec5 {
    background-image: url(../images/2022/motion1.jpg);
}

.modeldetsec5 .text {
    color: #f3f3f3;
}

.vidcarhead {
    margin-top: 5px;
}

.vidcardate {
    margin: 5px 0;
}

.modeldetsec6 {
    padding-bottom: 70px;
}

.table {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.specimain table {
    width: 100%;
}

.specimain tr {
    text-align: left;
    font-weight: bold;
}

.specimain th.sorting_one {
    background: url(../images/sort_asc.png) no-repeat center right;
}

.specimain tr th,
.specimain table {
    border-bottom: 1px solid #000;
}

.specimain thead th {
    font-size: 15px;
    padding: 10px 15px;
}

.specimain tr td {
    font-size: 14px;
    padding: 10px 15px;
}

.modeldetsec7 {
    background-image: url(../images/2022/warrenty-img.jpg);
    position: relative;
    padding: 90px 0;
    height: 740px;
}

a.bordbtn.mar-left {
    min-width: 190px;
}

.mar-left {
    margin-left: 90px;
}

.modeldetsec8 {
    position: relative;
    padding: 70px 0;
}

.modeldetsec8 .shadowimg {
    margin-top: 95px;
}

.modeldetsec9 {
    padding: 40px 0 70px;
}

.seriesbox {
    padding: 32px 25px;
    background-color: #f3f3f3 !important;
}

.serinfo {
    margin-top: 16px;
}

.serinfo .serabout {
    margin: 15px 0;
}

.serinfo .serabout .dealcont {
    padding-left: 35px;
    font-size: 20px;
    margin-bottom: 16px;
}

.serinfo .serabout .dealcont img {
    width: 22px !important;
    position: absolute;
    top: 3px;
    left: 0;
}

.serinfo a.bordbtn {
    min-width: 125px;
    font-size: 12px;
}

.videosec .tabbtns a.borderwh:before {
    border: 2px solid #000;
}

.videosec .tabbtns a.borderwh {
    padding: 12px;
    color: #000 !important;
    min-width: 149px;
    margin: 0 20px 0 0;
    border: none;
    background-color: #fff;
}

.videosec .tabbtns {
    text-align: left;
    border: none;
    margin: 10px 0 45px;
}

.videosec1 {
    background-image: url(../images/2022/videobg.jpg);
}

.videosecbox {
    margin-top: -100px;
}

.videosec2 {
    background-image: url(../images/2022/videosec-bg.jpg);
    height: 600px;
    position: relative;
}

.videobgbox {
    width: 100%;
    position: absolute;
    padding: 250px 80px 0;
    left: 0;
    text-align: center;
}

.videobgbox .head span {
    font-family: 'avenirblack';
}

.carvideo iframe {
    pointer-events: none;
}

.cartext {
    margin-top: 20px;
}

.home-video-container {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
    padding-bottom: 56.5%;
    height: 1px;
}

.home-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.build-main .buidhead {
    padding: 80px 0 55px;
}

.build-main .clipshaimg img {
    right: 12px;
}

.build-main1 {
    padding: 90px 0;
}

.videcarbox {
    font-size: 13px;
    max-width: 221px;
}

.videcarbox a.videoThumbnailLink,
.videcarbox a.videoThumbnailLink img {
    display: inline-block;
    width: 100%;
}

.videcarbox a.videoThumbnailLink,
.videcarbox a.videoThumbnailLink img {
    display: inline-block;
    width: 100%;
    padding: 0;
    border: none;
}

.ctamain-img a {
    display: inline-block;
    width: 100%;
}

.specihead {
    background-image: url(../images/2022/specific-bg.jpg);
}

table.dataTable tbody tr.odd {
    background-color: #efefef;
}

.vbtn a.bordbtn.whiteborbtn {
    min-width: 190px;
}

.footinfo p a.call {
    color: #fff;
}

.contbox,
.modeldetsec2 .z-1of3 {
    max-width: 395px;
}

.dealmain {
    overflow: hidden;
}

header.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

body.fixed {
    padding-top: 120px;
}

.modelSideNav {
    background: rgba(33, 33, 33, 0.9);
    padding: 20px;
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 9999;
    text-align: center;
    min-width: 140px;
}

.modelSideNav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modelSideNav,
.modelSideNav a {
    color: #fff;
    font-family: 'avenir_lt_35_lightregular', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
}

.modelSideNav a {
    color: #afafaf;
    display: block;
    margin-bottom: 10px;
}

.modelSideNav a:hover {
    font-size: 18px;
}

.modelSideNav a.active {
    color: #fff;
}

.modelSideNav .top {
    font-size: 20px;
    font-weight: 500;
    border-bottom: 2px solid #afafaf;
    padding: 0 0 10px 0;
}

.modelSideNav .menu {
    border-bottom: 2px solid #afafaf;
    padding: 10px 0 0;
}

.modelSideNav .bottom {
    padding: 10px 0 0;
}

@media screen and (max-width: 650px) {
    .modelSideNav {
        display: none;
    }
}


.modelsGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 30px;
}

.home-hero-overlay {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) skew(-28deg);
    width: 90%;
    background: #000;
    color: #fff;
    padding: 30px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-hero-overlay::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    width: 90%;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.3);
}

.home-hero-overlay::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    width: 90%;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.6);
}

.home-hero-overlay>div {
    transform: skew(28deg);
    margin-right: 30px;
    padding-top: 0 !important;
}

.evnbtn {
    margin-top: 15px;
}

.z-default-subpage-title {
    display: block;
    float: left;
}

.z-default-subpage-header {
    background-color: #000;
}

#slideshowHomeDiv1 {
    position: relative;
    z-index: 1;
}

.homeSlideshowPrevious,
.homeSlideshowNext,
.homeSlideshowPause,
.homeSlideshowPlay {
    background-color: #000;
    color: #FFF;
    font-size: 40px;
    line-height: 1;
    padding: 15px;
    position: absolute;
    z-index: 4;
    border: 1px solid rgba(255, 255, 255, .7);
}

.homeSlideshowPause,
.homeSlideshowPlay {
    border: 1px solid rgba(255, 255, 255, .7);
    width: 60px;
    padding: 7px;
    text-align: center;
}

.homeSlideshowPrevious {
    bottom: 45%;
    left: 0px;
}

.homeSlideshowNext {
    bottom: 45%;
    right: 0px;
}

.homeSlideshowPlay,
.homeSlideshowPause {
    bottom: 15px;
    right: 10px;
}

.homeSlideshowPrevious:hover,
.homeSlideshowNext:hover,
.homeSlideshowPause:hover,
.homeSlideshowPlay:hover {
    background-color: #fff;
    color: #000;
}

.homeSlideshowPause:focus,
.homeSlideshowPlay:focus,
.homeSlideshowNext:focus,
.homeSlideshowPrevious:focus {
    outline: 2px dashed #FFF;
}

.selectCountryDiv {
    padding: 0px;
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 90000001;
    width: 100%;
    float: left;
    text-align: center;
}

.sh-3234 {
    margin: 0px;
    width: 375px;
    float: left;
}

.sh-3235 {
    background: none;
    cursor: pointer;
    margin: 0px;
    width: 67px;
    height: 28px;
    float: left;
    border: none;
}

.sh-3236 {
    width: 365px;
    background: none;
    border: none;
    float: left;
    margin-top: 5px;
    font-size: 18px;
}

.sh-3237 {
    width: 500px;
    margin: 0 auto;
}

.sh-3237-2 {
    position: relative;
    background-image: url(/images/blackfin-country-pop.jpg);
    padding-top: 161px;
    padding-left: 30px;
    height: 253px;
    width: 100%;
    float: left;
}

.modalBgDiv {
    width: 100%;
    float: left;
    background-image: url(/z/a/images/bg-checker.png);
    padding-bottom: 20px;
}

.z-mobile-header-spacer {
    height: 60px;
}

.z-mobile-header,
.z-mobile-header-fixed {
    background-color: #000 !important;
}

.z-mobile-menu-icon span,
.z-mobile-menu-icon.open span {
    background-color: #f0f0f0 !important;
}

.z-mobile-header .z-mobile-menu {
    background-color: #212121 !important;
    color: #f0f0f0;
}

.z-default-subpage-header {
    margin-top: 0;
}

.z-mobile-header .z-mobile-menu ul li {
    border-bottom: 1px solid #424242;
    padding: 10px 0;
}

.z-mobile-header .z-mobile-menu ul li a {
    color: #fff !important;
}

.z-mobile-header .z-mobile-menu ul li i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    background-color: #ccc;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
}

.z-mobile-menu-icon span {
    height: 6px;
}

.mobileInnerContainer {
    padding: 0 20px;
}

.mobileTopGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #424242;
}

.mobileInnerContainer a {
    font-size: 16px;
    color: #fff;
}

.slider-overlay {
    width: 45%;
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: 15%;
}

.logo-icon {
    position: relative;
}

.consec3 table.table-list tr {
    width: 49% !important;
}

.consec3 table.table-list tr:nth-child(2n) {
    float: right;
}

.zHelpToolTipLabel {
    padding-bottom: 5px;
}

.consec3 .csocial a {
    margin: 7px 0 0 9px;
}

.consec3 .csocial a img {
    padding: 0;
    filter: invert(1);
    max-width: none;
    min-width: auto;
}

.consec3 .siteOptionFormField7928 {
    margin-top: 20px;
}

.consec3 .zPrivacyPolicyLink {
    display: block;
    margin-top: 10px;
}

.consec3 label {
    display: inline;
}

.consec3 .spform textarea {
    width: 100% !important;
}

.consec3 .spform input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
    width: 100% !important;
    margin-bottom: 10px;
}

div:has(> #siteOptionGroupForm2570) {
    max-width: 600px;
    margin: 0 auto;
    float: none;
}

div:has(> #siteOptionGroupForm2571) {
    max-width: 600px;
    margin: 0 auto;
    float: none;
}

#siteOptionGroupForm2570,
#siteOptionGroupForm2571 {
    padding: 0 20px;
}

#siteOptionGroupForm2570 input,
#siteOptionGroupForm2570 select,
#siteOptionGroupForm2570 textarea,
#siteOptionGroupForm2571 input,
#siteOptionGroupForm2571 select,
#siteOptionGroupForm2571 textarea {
    width: 100% !important;
}

.toplinks .mobilelinks {
    display: none;
}

@media screen and (min-width: 1450px) {
    .shadowimg.rightimg.rightstick {
        right: 0;
        left: auto;
    }

    .shadowimg.rightimg.rightstick img {
        right: 0;
        max-height: 550px;
    }
}

@media screen and (max-width: 1362px) {
    .header {
        padding: 25px 0 10px;
    }

    .menuGrid {
        grid-template-columns: 100px 180px 230px 1fr;
    }

    .logo-icon img {
        width: 100px;
        top: 0 !important;
    }

    .toplinks i {
        display: none;
    }

    .menusec .menu ul li {
        margin-right: 15px;
    }

    .logo img {
        margin-top: 0px !important;
    }

    .toplinks ul li {
        margin-right: 10px;
    }

    .menusec li ul.submenu,
    .toplinks ul li ul.submenu {
        top: 80px;
    }

    .menusec .modelitm {
        padding: 40px 30px;
    }

    .modelitm,
    .dealermenu,
    .toplinks .ownmenu,
    .exploremenu {
        width: 100%;
    }

    .dealermenu .innbox,
    .toplinks .ownmenu .innbox {
        padding: 40px 20px;
    }

    .exploremenu .innbox {
        padding: 30px 10px;
    }

    .buidhead {
        padding: 100px 0 20px;
    }

    .builds {
        padding: 50px 0 40px;
    }

    .builinfo {
        margin: 0 0 0 65px;
        width: 100%;
    }

    .clipshaimg::before {
        right: 8px;
        width: 80px;
    }

    .btext p {
        padding-bottom: 0;
    }

    .fixed-button {
        bottom: 70px;
    }

    .designbtns {
        margin-left: 0;
        margin-top: 15px;
    }

    .hsec4 {
        min-height: 450px;
    }

    .hsec5 {
        padding: 60px 0;
    }

    .dealerinfo {
        padding: 18px 0;
    }

    .dealerserach input[type="text"] {
        width: 70%;
    }

    .dealerserach input[type="submit"] {
        padding: 7px 15px;
    }

    .haadbtn {
        margin: 10px 0 0;
    }

    .testimainsec .boname {
        font-size: 50px;
    }

    .testibox {
        padding-left: 0;
    }

    .hsec7 {
        padding: 60px 0;
        height: 450px;
    }

    .hsec8 .socst {
        padding: 70px 0 20px;
    }

    .socialstr .social-box a img {
        height: 230px;
    }

    .hpart img {
        margin: 0 15px;
        height: 49px;
    }

    .hsec2 .videoSectionContainer .z-button {
        font-size: 16px;
    }

    .carrerbox {
        padding: 25px;
    }

    .carrerbox a.bordbtn {
        margin: 5px;
    }

    input#videosearch {
        margin: 10px 0 0 0 !important;
    }

    .featinfo-box,
    .modelslider .dealcont {
        width: 100%;
    }

    .designbox>* {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 1200px) {
    .testimainsec {
        position: relative;
    }

    .testimainsec .boname {
        left: -65px;
        top: -20px;
    }
}

@media screen and (max-width: 1100px) {
    .home-hero-overlay>div {
        font-size: 28px;
    }

    .testimainsec .boname {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .header {
        padding: 0;
    }

    .logo,
    .menusec {
        display: none;
    }

    .toplinks .links {
        display: none;
    }

    .toplinks .mobilelinks {
        display: block;
    }

    .toplinks {
        width: 100%;
        text-align: center;
        padding-top: 35px;
    }

    .toplinks ul li {
        margin-right: 0;
    }

    .toplinks ul li a {
        font-size: 12px;
    }

    .toplinks ul li:first-child a {
        margin-left: 0;
    }

    .toplinks ul li:last-child a {
        margin-left: 8px;
    }

    .fixed .toplinks {
        padding-top: 95px;
    }

    .menuGrid {
        grid-template-columns: 1fr;
    }

    .logo-icon {
        display: none;
    }

    .logo-pre {
        margin-top: 50px;
        width: 120px;
    }

    .clipshaimg {
        left: 48%;
    }

    .builinfo {
        margin: 0;
    }

    .boatinfo {
        padding-bottom: 10px;
    }

    .btext {
        padding: 10px 0 15px;
    }

    .btext p {
        line-height: 23px;
    }

    .bmodels {
        padding-top: 20px;
    }

    .builds {
        padding: 40px 0 30px;
    }

    .boname {
        left: -42px;
    }

    .clipshaimg::before {
        right: 22px;
        width: 50px;
    }

    .fixed-button {
        bottom: 45px;
    }

    .hsec3 .owl-item iframe {
        height: 170px;
    }

    .hsec4 {
        min-height: 400px;
    }

    .hsec5 {
        padding: 50px 0;
    }

    .dealerserach input[type="text"] {
        width: 65%;
    }

    .shadowimg {
        right: 47%;
        margin-top: -25px;
    }

    .hsec6 .dealbox {
        margin-top: 40px;
    }

    .foobox .copyr p,
    .linh26 p,
    .linh26 {
        line-height: 23px;
    }

    .eventinfo .etitle {
        margin: 15px 0 0;
    }

    .testimainsec .boname {
        font-size: 36px;
        left: 15px
    }

    .testibox {
        padding-left: 30px;
    }

    .socialstr .social-box a img {
        height: 175px;
    }

    .hpart img {
        margin: 0 10px;
    }

    .footletter {
        padding: 0 15px 40px;
    }

    .foobox .head {
        margin-bottom: 18px;
    }

    .foomenu ul li {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .footinfo p,
    .continfo p {
        padding-left: 35px;
        font-size: 14px;
        line-height: 23px;
    }

    .foobox .social {
        margin: 0;
    }

    .content-slider .slider-next-button {
        left: 97%;
    }

    .content-slider .slider-previous-button {
        right: 97%;
    }

    .hsec6 .main-slider {
        padding: 0;
    }

    a.bordbtn {
        margin-left: 9px;
    }

    body {
        overflow-x: hidden;
    }

    .z-default-subpage-header .z-default-subpage-title {
        margin: 90px 0 30px;
    }

    .adavantsec1 .dealbox,
    .adavantsec3 .dealbox,
    .leftvertex .dealbox,
    .hsec6.caresec1 .dealbox,
    .hsec6.ownersec1 .dealbox {
        margin-top: 0 !important;
        padding-left: 45px;
    }

    .adavantsec2 .centbtnhead {
        padding: 60px 0;
    }

    .homsecarou .boname {
        left: 0;
    }

    .adavantsec3 {
        padding-bottom: 30px;
    }

    .diffsecbtn a.bordbtn {
        margin: 5px;
    }

    .zbpb0 {
        padding-bottom: 0;
    }

    .contbox .continfo p img {
        min-width: auto !important;
    }

    .dealmain .delmap {
        position: relative;
        width: 100%;
        left: 0;
    }

    .rightbar {
        padding-left: 0;
        max-width: 400px;
    }

    .modvidtext {
        padding: 20px;
        bottom: -150px;
        height: 150px;
        overflow: hidden;
        background: #1f1f1f;
    }

    .modhead .text {
        display: none;
    }

    .modeldetsec1 {
        margin-bottom: 150px;
    }

    .vbtn a.bordbtn.whiteborbtn {
        display: inline-block;
        padding: 10px 20px;
        margin: 0 15px 0 0;
        min-width: 100px;
    }

    .vbtn a.bordbtn.whiteborbtn:last-child {
        margin: 0;
    }

    .modeldetsec7 .mar-left {
        margin-left: 40px;
    }

    .modeldetsec7 {
        height: auto;
    }

    .z-mobile-menu-icon {
        top: 8px;
    }

    .z-mobile-menu.open {
        width: 100%;
    }

    .home-hero-overlay>div {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    .buidhead {
        padding: 80px 0 20px;
    }

    .modtabs .tabbtns a,
    .modtabs .tabbtns2 a {
        font-size: 13px;
        padding: 10px;
    }

    .clipshaimg {
        left: 0;
        position: relative;
    }

    .clipshaimg img {
        position: relative;
        clip-path: none;
        width: 100% !important;
    }

    .builds {
        padding: 15px 0;
        padding-top: 0;
    }

    .z-1of2.z-fluid-at-767.zm-mb-0.zm-pb-0.bbox1 {
        padding: 0;
    }

    .tabconmain .bbox1 {
        padding: 0;
    }

    .z-1of2.z-fluid-at-767.z-text-black.z-mb-0 {
        padding-left: calc(4% + 10px);
        padding-right: calc(4% + 10px);
    }

    .clipshaimg::before {
        width: 100%;
        height: 50px;
        bottom: 5px;
        top: initial;
        transform: initial;
        right: 0;
    }

    .clipshaimg img {
        margin-bottom: 25px;
    }

    .hsec6.adavantsec1 .z-1of2.z-fluid-at-767.zm-mb-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .homsecarou .boname {
        left: 5px !important;
    }

    .hsec6.adavantsec1 .z-1of2.z-fluid-at-767.zm-mb-0.zm-pb-0.dealbox.postrelat {
        padding-left: 3rem;
    }

    .hsec6.adavantsec1 .z-1of2.z-fluid-at-767.zm-mb-0:last-child::before {
        content: '';
        position: absolute;
        z-index: 99;
        width: 100%;
        height: 50px;
        bottom: 0;
        top: initial;
        transform: initial;
        right: 0;
        background-color: rgb(255 255 255 / 70%);
    }

    .differnsec2 .clipshaimg:before {
        right: initial;
        transform: initial;
    }

    .buildtab .builds .z-1of2.z-fluid-at-767.bbox1.zm-mb-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .boname {
        left: 0;
    }

    .builinfo {
        padding-left: 45px;
    }

    .fixed-button {
        bottom: 65px;
    }

    .videoSectionContainer .backgroundVideoContainer {
        height: 100%;
    }

    .hsec3 .owl-item iframe {
        height: 130px;
    }

    .hsec4 {
        min-height: 300px;
    }

    .shadowimg {
        position: relative;
        right: 0;
        margin-top: 0;
    }

    .shadowimg::before,
    .shadowimg::after {
        display: none;
    }

    .shadowimg.rightimg::before,
    .shadowimg.rightimg::after {
        display: none;
    }

    .shadowimg img {
        clip-path: none;
    }

    .hsec5 {
        padding: 35px 0;
    }

    .dealerinfo {
        padding: 15px 0;
    }

    .dealerserach input[type="text"] {
        width: 80%;
    }

    .homsecarou .boname {
        left: 0;
    }

    .postrelat.dealinnerb {
        padding-left: 40px;
    }

    .shadowimg.rightimg {
        left: 0;
    }

    .shadowimg.rightimg img {
        clip-path: none;
    }

    .content-slider .content-slide {
        position: relative;
    }

    .multhead.designtext {
        padding-top: 45px;
    }

    .hsec6 .dealbox {
        margin-top: 30px;
    }

    .eventinfo .text {
        margin: 5px 0 0;
    }

    .testimainsec .boname {
        font-size: 30px;
        left: 6px;
    }

    .hsec7 {
        padding: 50px 15px;
    }

    .hsec8 .socst {
        padding: 50px 0 20px;
    }

    .socialstr .social-box a img {
        height: 140px;
    }

    .hpart img {
        height: 35px;
    }

    .foobox {
        width: 100%;
        padding: 0 15px 22px;
    }

    .foobox .head {
        margin-bottom: 15px;
    }

    .footinfo p,
    .continfo p {
        padding-bottom: 22px;
    }

    .foobox .yearlogo {
        margin: 15px 0;
    }

    .footletter {
        padding: 0 15px 30px;
    }

    .zb-pt-40 {
        padding-top: 30px;
    }

    .z-default-subpage-header .z-default-subpage-title {
        margin: 80px 0 20px;
    }

    .adavantsec1,
    .adavantsec3 {
        padding: 50px 0;
    }

    .adavantsec3 .shadowimg {
        position: relative;
        right: auto;
    }

    .carrerbox,
    .modeldetsec2 .featbox {
        height: auto !important;
    }

    .carrermapsec {
        padding: 0;
    }

    .carrermapsec .clipshaimg {
        width: 100%;
        left: auto;
    }

    .blogmain {
        column-count: 2;
        column-gap: 30px;
    }

    .videosec .tabbtns a.borderwh {
        margin: 10px;
    }

    .videosecbox {
        margin-top: 0;
    }

    .videosec2 {
        height: auto;
    }

    .videobgbox {
        position: relative;
        padding: 130px 40px;
    }

    .modhead .head {
        font-size: 30px;
    }

    .modvidtext {
        bottom: -135px;
        height: 135px;
    }

    .modhead {
        margin-left: 1% !important;
        margin-right: 1% !important;
        width: 100%;
    }

    .modeldetsec1 {
        margin-bottom: 135px;
    }

    .modeldetsec3 .cta-bottom {
        padding: 20px;
    }

    .modgall a img {
        height: 220px;
    }

    .tabconmain {
        padding: 0px;
    }

    .mobileTopGrid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .home-hero-overlay {
        left: -50px;
        padding-left: 80px;
        transform: skew(-28deg);
        width: 90%;
        display: block;
        padding-right: 5px;
    }

    .home-hero-overlay .action {
        margin-top: 10px;
    }

    .home-hero-overlay>div {
        font-size: 18px;
        margin-right: 0;
    }

    .hsec7 {
        background-image: url(../images/2022/testimonials-bg-mobile.jpg);
    }

    .home-hero-overlay {
        position: static;
        width: 100%;
        transform: none;
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-hero-overlay>div {
        transform: none;
    }

    .home-hero-overlay::before,
    .home-hero-overlay::after {
        display: none;
    }

    .tabbtns.hnews .z-container,
    .tabbtns2.hnews .z-container {
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
    }

    .tabbtns.hnews a,
    .tabbtns2.hnews a {
        width: auto;
        min-width: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .postrelat {
        padding-left: 0;
    }

    .specimain thead th {
        white-space: nowrap;
    }

    .specimain td:nth-child(4) {
        min-width: 200px;
    }

    .table {
        overflow-x: scroll;
    }

    .modeldetsec7 {
        background: #dedede !important;
    }
}

@media screen and (max-width: 600px) {

    .tabbtns a,
    .tabbtns2 a {
        margin-bottom: 5px;
    }

    .tabbtns.hnews .z-container,
    .tabbtns2.hnews .z-container {
        padding: 0 5px;
    }

    .event-sec-description {
        padding: 0 15px 30px;
    }
}

@media screen and (max-width: 479px) {

    .homeSlideshowPrevious,
    .homeSlideshowNext,
    .homeSlideshowPause,
    .homeSlideshowPlay {
        font-size: 30px;
        padding: 5px;
    }

    .homeSlideshowPlay,
    .homeSlideshowPause {
        bottom: 8px;
        right: 8px;
        width: 40px;
    }

    .buidhead {
        padding: 70px 0 15px;
    }

    .modtabs .tabbtns a,
    .modtabs .tabbtns2 a {
        font-size: 12px;
        padding: 8px 0;
    }

    .boatinfo .boatsize,
    .boatinfo .bbuild a {
        margin: 0;
    }

    .boatinfo .bbuild {
        padding: 10px 0 0;
    }

    .boatinfo .bbuild .z-fluid {
        width: 22px !important;
    }

    .builinfo {
        padding-left: 38px;
    }

    .hsec3 .owl-item iframe {
        height: auto;
    }

    .multhead.designtext {
        padding-top: 0;
    }

    .hsec4 {
        min-height: auto;
    }

    .multhead.designtext span {
        display: inline;
    }

    .designbtns .spbtn {
        margin-bottom: 12px;
    }

    .dealcont {
        padding-left: 30px;
        font-size: 14px;
    }

    .dealerserach input[type="text"] {
        width: 66%;
        padding: 10px;
    }

    .dealerserach input[type="submit"] {
        padding: 7px 10px;
        font-size: 14px;
    }

    .postrelat.dealinnerb {
        padding-left: 32px;
    }

    .content-slider .slider-previous-button {
        right: 94%;
    }

    .content-slider .slider-next-button {
        left: 94%;
    }

    .tabbtns a,
    .tabbtns2 a {
        font-size: 13px;
        padding: 10px 12px;
        border: 1px solid #000;
        margin: 2px;
    }

    .upetext {
        padding: 10px 0;
    }

    .testimainsec .boname {
        font-size: 22px;
    }

    .hsec7 {
        padding: 45px 15px;
        height: auto;
    }

    .testibox {
        padding-left: 22px;
    }

    .socialstr .social-box {
        width: 50%;
    }

    .socialstr .social-box a img {
        height: auto;
    }

    .hpart {
        padding: 30px 15px;
    }

    .spform input[type="text"],
    .spform input[type="email"],
    .spform select,
    .spform textarea,
    .spform input[type="file"] {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
    }

    .z-default-subpage-header .z-default-subpage-title {
        font-size: 26px;
    }

    .careersec1 {
        padding: 70px 0;
    }

    .contbox .head {
        margin-bottom: 14px;
    }

    .contbox .contbtn {
        margin-top: 0;
    }

    .blogmain {
        column-count: 1;
        column-gap: 0px;
    }

    .newsmain a.newsthumb,
    .newsmain .newsinfo,
    .cta-bottom-con,
    .cta-bottom-img {
        width: 100%;
    }

    .newsmain .newsinfo {
        padding: 20px 0 0 0
    }

    .rightbar {
        padding-left: 30px;
    }

    .videoFullVideo iframe {
        height: 200px;
    }

    .modvidtext .bordbtn {
        margin: 5px;
    }

    .modhead .text {
        display: none;
    }

    .modeldetsec3 {
        padding: 160px 0 70px;
    }

    .modgall a {
        width: 50%;
    }

    .modeldetsec5 iframe {
        height: 250px;
    }

    .tabconmain table,
    .tabconmain .table {
        overflow: scroll !important;
        display: inline-block;
    }

    .modeldetsec7 {
        padding: 40px 0;
    }

    .modeldetsec9 {
        padding: 0 0 60px;
    }

    .slider-overlay {
        width: 60%;
    }

    .home-hero-overlay>div {
        font-size: 16px;
    }

    .diffsecbtn .bordbtn {
        font-size: 11px;
        padding: 12px 15px;
        min-width: 120px !important;
    }
}