@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
html {
    font-size: 1rem;
}
body {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    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, .oswald {
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.bgimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
a.btn, .btn, input[type="submit"], .spform button, input.zLoanCalculatorButton {
    background-color: #163068 !important;
    padding: 7px 18px !important;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff !important;
	font-family: 'Oswald', sans-serif;
}
a.btn:hover, .btn:hover, input[type="submit"]:hover, .spform button:hover, input.zLoanCalculatorButton:hover {
    background-color: #000 !important;
    color: #fff !important;
}
a.spbtn, .tabbtns a {
    text-align: center;
    border: 2px solid #3b3b3b;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    padding: 9px 55px;
    border-radius: 35px  0 35px  0;
    color: #292929;
    min-width: 225px;
}
a.spbtn:hover {
    background-color: #163068;
    color: #fff !important;
    border: 2px solid #163068 !important;
}
.toplinks ul li a:hover, .menuse .menu ul li a:hover, .foobox a:hover, a:hover, .col15 a:hover {
    color: #163068;
}
#header {
    padding: 20px 15px 10px 15px;
}
.logo {
    float: left;
    width: 23%;
}
.menuse {
    float: left;
    width: 43%;
    padding-left: 22px;
}
.toplinks {
    float: left;
    width: 34%;
    text-align: right;
}
.menuse .menu ul li a img {
    width: 78px !important;
}
.menuse ul {
    width: 460px;
    margin: 0 auto;
}
.menuse .bmodels ul {
    width: 100%;
}
.menuse li ul.submenu, .toplinks ul li ul.submenu {
    display: none;
    opacity: 0;
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 90px;
    width: 100%;
    text-align: left;
    z-index: 999;
    border-top: 4px solid #cacaca;
}
.menuse li ul.submenu li {
    display: inline-block;
    width: 100%;
    padding: 0 0 10px 0!important;
    margin: 0;
    font-size: 17px;
}
.menuse li:hover ul, .toplinks li:hover ul {
    display: block !important;
    opacity: 1 !important;
}
.megamenu .bmodels ul {
    column-count: 4;
}
.menuse .menu ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    text-align: center;
    padding: 0 0 25px 0;
}
.toplinks ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    vertical-align: top;
    padding: 21px 0;
}
.toplinks ul li i {
    font-size: 18px;
    margin-right: 5px;
    margin-top: 3px;
}
.toplinks ul li:last-child {
    padding: 24px 0;
}
.toplinks ul li a {
    margin-left: 8px;
    padding: 3px 0 0 0;
    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: 5px 0 0 10px;
}
.toplinks ul li:first-child a:before, .toplinks .ownlinks ul li a::before {
    display: none;
}
.toplinks ul li:last-child a:before {
    left: -6px;
}
.toplinks ul li:last-child a {
    margin: 0;
    padding: 0;
}
.toplinks .ownmenu {
    padding: 50px 110px;
}
.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 16px 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;
}
.dealermenu {
    padding: 25px 110px;
}
.dealform input[type="submit"] {
    background-color: #f5ba45 !important;
}
.exploremenu {
    padding: 35px 120px;
}
.exploremenu .explbox.box1 ul {
    column-count: 2;
}
#footer, .buildsmain, .consthead, .bggray {
    background-color: #f3f3f3 !important;
}
.spform input[type="text"], .spform input[type="email"], .spform select, .spform textarea, .careerform input[type="file"] {
    width: 35%;
    padding: 13px;
    border: 1px solid #c7c7c7;
    font-size: 14px;
}
.footletter {
    border-bottom: 4px solid #c0c0c0;
    padding-bottom: 50px;
}
.foobox {
    float: left;
    width: 25%;
    padding: 0 15px;
    color: #151515;
}
.foobox a, .hsec3, .col15, .col15 a {
    color: #151515;
    overflow: hidden;
}
.foobox .head {
    margin-bottom: 18px;
}
.foomenu ul li {
    font-size: 15px;
    margin-bottom: 4px;
    font-family: 'Oswald', sans-serif;
} 
.footinfo p, .continfo p {
    position: relative;
    padding-left: 40px;
    font-size: 15px;
    padding-bottom: 28px;
}
.footinfo p img, .footinfo p i, .continfo p img {
    position: absolute;
    top: 5px;
    left: 0;
    width: 26px !important;
    margin: 0;
    padding: 0;
}
.footinfo p i {
    font-size: 26px;
}
.footinfo p a.call, .continfo p a.call {
    margin: 10px 0 0 0;
}
.foobox .social {
    margin: 30px 0 40px 0;
}
.social a {
    font-size: 36px;
    margin-right: 5px;
}
.foobox .copyr, .t14 {
    font-size: 14px;
}
.foobox .copyr p, .linh26 p, .linh26 {
    line-height: 26px;
}
.buidhead .head, .disinbl {
    display: inline-block;
}
.buidhead .text {
    display: inline-block;
    margin-left: 15px;
}
.boatinfo * {
    display: inline-block;
}
.boatinfo .boatsize {
    margin: 0 22px 0 30px;
}
.boatinfo .bbuild {
    position: relative;
    padding-left: 30px;
    vertical-align: text-top;
}
.boatinfo .bbuild img, .dealcont img {
    width: 22px !important;
    position: absolute;
    top: 3px;
    left: 0;
}
.dealcont i {
    width: 22px !important;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 32px;
    margin-right: 10px;
}
.boatinfo .bbuild a {
    margin: 3px 0 0 0;
}
.boatinfo .bbuild a:hover {
    color: #2456a5;
}
.boatinfo {
    padding-bottom: 18px;
}
.bordbott {
    border-bottom: 4px solid #c0c0c0;
}
.btext {
    font-size: 15px;
    border-top: 4px solid #c0c0c0;
    padding: 18px 0;
    line-height: 25px;
    border-bottom: 4px solid #c0c0c0;
}
.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-color: #e3dfdf;
    margin-top: -5px;
}
.maincarousel .cartext {
    font-size: 15px;
    margin-top: 5px;
}
.consthead .constbtn {
    vertical-align: text-bottom;
    margin-left: 25px;
}
.bmodels ul li a.spbtn, a.spbtn.width150 {
    padding: 5px 20px;
    min-width: 150px;
    font-size: 13px;
}
.bmodels ul li a.spbtn {
    min-width: 130px;
}
.consthead .constbtn a.spbtn {
    margin-right: 15px;
}
.consthead .head {
    color: #303030;
}
.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: 6px 0 0 0;
}
.dealerserach input[type="text"], .dealerserach select {
    width: 85%;
    padding: 15px;
    margin-bottom: 15px;
}
.dealerserach input.h2-find-dealer-submit {
    margin: 0 0 12px 0;
}
.dealerserach label {
    display: inline-block;
    width: 100%;
    padding: 0 0 3px 0;
}
.constmain {
    position: relative;
    padding: 50px 0;
}
.constmain .dealimg img, .dealimg img {
    width: 100%;
}
.dealimg.top0 img {
    top: 0;
}
.consthead {
    padding: 50px 0 130px 0;
}
.section-slide > div:last-child {
    position: relative;
}
.constmain .dealimg.rightside img, .dealimg.rightside img {
    width: 100%;
}
.overhidd {
    overflow: hidden;
}
.constmain.craftmain {
    padding: 39px 0 0px 0;
}
.constmain.craftmain .text p {
    line-height: 28px;
}
.eventinfo .etitle {
    margin: 15px 0;
}
.eventinfo .text {
    margin: 8px 0 5px 0;
}
.hsec6 .table__cell1 {
    height: 700px;
    display: flex;
    align-items: center;
}
.homvcar, .awardbox,.seriesbox {
    max-width: 290px;
}
.partnl {
    max-width: 227px;
}
.contbox {
    max-width: 395px;
}
.hsec7 {
    background-image: url(..//images/2022/testi-bg.jpg);
    position: relative;
    padding: 132px 0;
    height: 900px;
}
.aboutsec5 .testimainsec {
    padding: 80px 140px 50px 220px;
}
.aboutsec5 .hsec7 {
    height: 760px;
}
.aboutsec1 .paddsec {
    padding: 30px 0 70px 0 !important;
}
.testimain {
    background-color: #505255;
}
.testimainsec {
    width: 95%;
    background-color: rgba(74, 74, 77, 0.92);
    position: absolute;
    bottom: -130px;
    padding: 50px 140px 20px 185px;
    left: -40px;
    border-radius: 420px 0 420px 0;
}
.modelPage.testimainsec {
    width: 60%;
    background-color: rgb(74 74 77 / 90%);
    position: absolute;
    top: 80px;
    bottom: auto;
    padding: 100px 140px 130px 140px;
    left: auto;
    right: 40%;
    border-radius: 330px 0 420px 0;
}
.hsec5 .content-slider i {
    color: #000 !important;
}
.content-slider .slider-pager {
    text-align: left;
    bottom: -55px;
}
.testitext p {
    line-height: 28px;
    padding-bottom: 8px;
}
.t15 {
    font-size: 15px;
}
.buidhead.socst {
    padding: 200px 0 30px 0;
}

.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 35px 0;
    padding: 0 15px;
    font-size: 41px;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.postrel {
    position: relative;
}
.paddsec, .advantsec1.careersec .paddsec {
    background-color: #fff;
    padding: 110px 0 70px 0;
}
.aboutsec1 {
    padding: 0 0 30px 0;
    background-color: #f3f3f3;
    margin-top: 70px;
}
.aboutsec3 {
    padding: 100px 0 60px 0;
}
.backgwhite {
    background-color: #fff !important;
}
.aboutsec5 .consthead {
    padding: 90px 0;
}
.hsec4 .consthead {
    padding: 50px 0;
}
.awardbox {
    padding: 20px;
}
.awrdimg {
    max-width: 150px;
    margin: 0 auto;
    min-height: 140px;
}
.awrdimg img {
    filter: brightness(0);
}
.awainfo .head {
    margin: 20px 0 12px 0;
}
.aboutsec6 {
    padding: 210px 0;
}
.careersec {
    padding: 0 0 55px 0;
}
.careersec .dealimg.rightside img {
    top: 55px;
}
.colorgray {
    color: #747373;
}
.careersec1 .dealbox {
    padding: 50px 40px 60px;
    max-width: 395px;
}
.careersec  .paddsec {
    background-color: #fff;
    padding: 110px 0;
}
.grecaptcha-badge {
    z-index: 100;
}
.contbox .head {
    margin-bottom: 28px;
}
.contbox .contbtn {
    margin-top: 25px;
}
.contsec1 {
    padding: 100px 0 80px 0;
}
.btext.ownb {
    border-top: 1px solid #c0c0c0;
    border-bottom: none;
}
.ownersec2 .dealimg img {
    height: auto !important;
    border-radius: 0;
}
.ownersec2 {
    padding: 60px 0 140px 0;
}
.bulbsec2 {
    padding: 30px 0;
    margin: 100px 0;
}
.bulbsec2 .dealimg.rightside.topnone img {
    left: 52%; 
    border-radius: 455px 0 280px 0;
}
.dealimg.rightside iframe {
    width: 75%;
    height: 100%;
    position: absolute;
    left: 35%;
    top: 0;
}
.careersec2 p {
    padding-bottom: 30px;
}
.careersec2 ul {
    padding-left: 16px;
}
.careersec2 ul li {
    margin-bottom: 10px;
}
.careerform input[type="text"], .careerform input[type="email"], .careerform select, .careerform textarea, .careerform input[type="file"] {
    width: 100% !important;
    margin-bottom: 15px;
    color: #707070;
}
.careerform textarea {
    height: 180px;
    resize: none;
}
.careerform .ilikeb {
    display: inline-block;
    width: 100%;
}
.careerform .ilikeb label {
    display: inline-block;
}
.careerform .ilikeb input {
    margin: 0 9px 0 0;
}
.noteform {
    display: flow-root;
}
.posinfo p {
    padding-bottom: 0;
}
.posinfo p a {
    vertical-align: middle;
}
label {
    display: block;
    margin-bottom: 8px;
}
.modvidtext {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 120px 110px 120px;
    background-image: linear-gradient(#08080d00, #000 100%);
}
.modeldetsec1 {
    position: relative;
}
.vbtn a.spbtn, a.spbtn.borderwh {
    border-color: #fff;
    color: #fff;
}
.modeldetsec2 {
    background-image: url(..//images/2022/model-featurebg.jpg);
    margin-top: -7px;
}
.featinfo .dealcont {
    color: #f3f3f3;
    font-size: 21px;
    margin-bottom: 18px;
}
.featinfo img {
    top: 14px;
    width: 23px !important;
}
.featimg {
    transform: translateY(50%);
    margin: -190px 0 0 0;
}
.modgall a {
    float: left;
    width: 33.33%;
    border: 1px solid #fff;
    overflow: hidden;
}
.modgall a img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.modgall a:hover img {
    transform: scale(1.2);
    filter: grayscale(.7);
}
.modeldetsec3 {
    padding: 100px 0 0 0;
}
.modeldetsec3divider {
    padding: 180px 0 0 0;
}
.specimain table {
    width: 100%;
}
.specimain thead th {
    font-size: 18px;
    font-weight: bold;
    color: #0a3579;
    padding: 10px 10px 20px 40px;
}
.specimain tr {
    text-align: left;
}
.specimain tr td {
    font-size: 14px;
    padding: 10px 10px 10px 40px;
}
.specimain tr td a {
    color: #369;
}
.specimain th.sorting_one {
    background: url(..//images/2022/webp/sort_asc.webp) no-repeat center right;
}
.specimain th.sorting {
    background: url(..//images/2022/webp/sort_both.webp) no-repeat center right;
}
.specimain table tbody tr:nth-child(2n -1) {
    background-color: #f2f2f2;
    padding: 0;
    box-sizing: border-box;
}
.specimain tr th {
    border-bottom: 1px solid #000;
}
.spform.loanform input[type="text"] {
    width: 100%;
    margin-bottom: 17px;
}
.loanpric {
    margin: 30px 0;
}
.t13 {
    font-size: 13px;
}
.spform.loanform label {
    font-size: 14px;
}
.modeldetsec6 {
    padding: 90px 0 50px 0;
}
.modeldetsec5 .consthead {
    padding: 60px 0 120px 0;
}
.spform input[type="radio"] {
    margin: 0 0 15px;
    cursor: pointer;
}
.requestsec {
    padding: 0;
}
.requestsec p {
    margin-bottom: 40px;
}
.requestsec .dealimg img {
    height: auto !important;
}
.tabbtns a {
    padding: 9px 15px;
    border-radius: 50px;
    min-width: 170px;
    cursor: pointer;
}
.tabbtns a.active, .tabbtns a:hover {
    color: #292929;
    background-color: #eae9e9;
}
.tabconmain {
    display: inline-block;
    width: 100%;
    margin: 50px 0 0;
    text-align: center;
}
.videosec1 {
    background-color: #212121;
}
.videosecbox {
    margin-top: -100px;
}
.videosec2 {
    background-image: url(..//images/2022/video-bg.jpg);
    height: 600px;
    position: relative;
}
.videosec2 .spbtn {
    border: 2px solid #fff;
}
.videobgbox {
    width: 50%;
    position: absolute;
    padding: 90px 30px 0;
    left: 35%;
}
.videcarbox {
    font-size: 13px;
    max-width: 221px;
}
.hsec7.modeldetsec7 {
    background-image: url(..//images/2022/warrenty-bg.jpg);
}
.hsec7.modeldetsec7 .testimainsec {
    padding: 128px 33px 100px 180px;
}
.warbox1 {
    float: left;
    width: 72%;
    padding-right: 60px;
}
.warrencard {
    float: left;
    width: 28%;
    text-align: center;
    background-image: linear-gradient(45deg, #888889, #646466);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 40px #1c1a1a;
}
a.warbtn.btn {
    font-size: 25px;
    background-color: #bfbfc1 !important;
    color: #747475 !important;
    width: 100%;
    padding: 5px 3px !important;
}
a.warbtn.btn:hover {
    background-color: #163068 !important;
    color: #fff !important;
}
.wartext {
    margin: 15px 0;
}
.seriesbox {
    padding: 32px 25px;
    display: inline-block;
}
.serinfo .dealcont img {
    width: 22px !important;
}
.serinfo {
    margin-top: 20px;
}
.serinfo .serabout {
    margin: 20px 0 15px 0;
}
.serinfo .serabout .dealcont {
    padding-left: 35px;
    font-size: 20px;
    margin-bottom: 16px;
}
.modeldetsec9 {
    padding: 30px 0 80px 0;
}
.locatesec .dealimg.rightside iframe {
    left: auto;
}
.blogsec1, .newssec {
    padding: 110px 0;
}
.bloginfo {
    padding: 30px 25px;
}
.bloginfo a.rmore, .blearnm a, .textunder a {
    text-decoration: underline;
}
.bloginfo a.rmore:hover, .blearnm a:hover, .textunder a:hover {
    text-decoration: none;
}
.blogmain {
    column-count: 3;
    column-gap: 30px;
    margin-bottom: 30px;
}
.blogmain .blogbox {
    margin-bottom: 40px;
    max-width: 375px;
}
.newsmain a.newsthumb {
    float: left;
    width: 44%;
    margin-right: 24px;
}
.newsmain .newsinfo {
    float: left;
    width: 52%;
}
.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;
}
.eventimg {
    margin: 0 auto 20px;
    max-width: 500px;
}
.blogbox.eventbox  {
    margin: 0 0 30px 0;
}
.blogbox.eventbox .bdate {
    margin: 15px 0 22px 0;
}
.corp-news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));;
    grid-gap: 10px;
    margin: 0 auto;
}
.corp-news-grid .sh-109 {
    border: 1px solid #eee;
    padding: 15px;
    background: #f3f3f3;
    margin-bottom: 0;
}
.corp-news-grid a {
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-gap: 15px;
}
.corp-news-grid a span {
    display: block;
    float: none;
    width: 100%;
    letter-spacing: 1px !important;
    font-size: 16px;
}
	
.table {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: -6px;
}
.toptext {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    text-orientation: initial;
    background-color: #ccc;
    height: 100%;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    z-index: 99;
}
.table__cell, .table__cell1 {
    position: relative;
    width: 50px;
    height: 560px;
    align-items: center;
    justify-content: center;
    transition: width 500ms cubic-bezier(0.4, 0, 0.2, 1);
    float: left;
    position: relative;
    color: #fff;
    background-color: #fff;
}
.table__cell:nth-child(1) .toptext, .table__cell1:nth-child(1) .toptext {
    background-color: #6e99dc;
}
.table__cell:nth-child(2) .toptext, .table__cell1:nth-child(2) .toptext {
    background-color: #5080cb;
}
.table__cell:nth-child(3) .toptext, .table__cell1:nth-child(3) .toptext {
    background-color: #3768b6;
}
.table__cell:nth-child(4) .toptext, .table__cell1:nth-child(4) .toptext {
background-color: #2456a5;
}
.table__cell:nth-child(5) .toptext, .table__cell1:nth-child(5) .toptext {
    background-color: #1b4485;
}
.fiveitems .table__cell1:nth-child(5) .toptext {
    background-color: #1b4485;
}
.fiveitems .table__cell.active {
    width: calc(100% - 200px);
}
.table__cell.active, .boatbuisli .table__cell1.active, .fouritems {
    width: calc(100% - 150px);
}
.table__cell1.active, .threeitems {
    width: calc(100% - 100px);
}
.table__cell.active.fiveitems {
    width: calc(100% - 200px);
}
.modeldetsec5 .table__cell.active {
    height: 100%;
    max-height: 9000px !important;
}
.table__cell .builds, .table__cell1 .eventmain, .table__cell1 .slidecontent {
    opacity: 0;
    transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0;
}
.table__cell .builds {
    padding: 75px 80px;
}
.table__cell.active .builds, .table__cell1.active .eventmain, .table__cell1.active .slidecontent {
    opacity: 1;
    transition-delay: 300ms;
}
.table__cell1 {
    height: 740px;
}
.table__cell1 .eventmain, .slidecontent {
    padding: 40px 85px 40px 140px;
}
.boatbuisli .table__cell1 {
    height: 515px;
}
.adavntageitem .table__cell1 {
    height: 470px;
}
.modeldetsec5 .table__cell {
    max-height: 50px;
    width: 100%;
    transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modeldetsec5 .table__cell .toptext {
    width: 100%;
    writing-mode: unset;
    transform: none;
    height: 50px;
}
.reviwmain {
    padding: 75px 0 25px 0;
}
.megamenu .boname {
    margin-right: 25px;
}
.megamenu {
    padding: 40px 90px 20px 90px;
}
.z-mobile-header, .z-mobile-header-fixed {background-color: #f0f0f0 !important;}
.z-mobile-menu-icon span, .z-mobile-menu-icon.open span {background-color: #000 !important;}
.z-mobile-header .z-mobile-menu {background-color: #f0f0f0 !important; color: #000;}
.z-default-subpage-header {margin-top: 0;}
.z-mobile-header .z-mobile-menu ul li {border-bottom: 1px solid #ccc; margin-bottom: 10px;}
.z-mobile-header .z-mobile-menu ul li a {color: #000 !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: #000; font-size: 14px; margin-right: 10px;}

.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 #ccc;
}



.width100 img {
    width: 100% !important;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-25px);
    width: auto;
    height: auto;
    font-size: 30px;
}
.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -30px;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
    color: #163068 !important;
}
.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;
}

i.fas.fa-chevron-left, i.fas.fa-chevron-right {
    color: #fff;
}
.boatpslider .owl-carousel .owl-nav button.owl-prev:hover, .boatpslider .owl-carousel .owl-nav button.owl-next:hover {
    color: #163068 !important;
}
.boatpslider2 i.fas.fa-chevron-left, .boatpslider2 i.fas.fa-chevron-right {
    color: #212121;
}
.constmain.craftmain .content-slider .content-slides-container {
    overflow: visible !important;
}
.content-slides-container {
    max-height: 350px;
}
.constmain.craftmain .content-slider .slider-previous-button, .constmain.craftmain .content-slider .slider-next-button {
    background: none;
    color: #c0c0c0;
    font-size: 40px;
}
.hsec5 .col15, .hsec5 .col15 a {
    overflow: visible;
}
.hsec5 .content-slides-container {
    overflow: hidden;
}
.rss-summary-title, .rss-summary-text, .rss-summary-text a.rss-summary-readmore {
    color: #0d0807;
}
.rss-summary-text, .zblog-story  {font-size: 100%;}
.rss-summary-text {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}
.rss-summary-text a.rss-summary-readmore {
    text-transform: uppercase;
    text-decoration: underline;
}
.rss-summary-text a.rss-summary-readmore:hover {
    text-decoration: none;
}
a.rss-summary-title {
    font-size: 23px;
    color: #0a3579;
}
a.rss-summary-title:hover {
    color: #000;
}
section.hsec2 {
    overflow: hidden;
}
.videcarbox a.videoThumbnailLink, .videcarbox a.videoThumbnailLink img {
    display: inline-block;
    width: 100%;
}
.jobslider .owl-item {
    height: 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:last-child {
    margin: 5px 0 0 0 ;
} 
.zHelpToolTipLabel {
    padding-bottom: 5px;
}
.hide-label label, .hide-label span[style="font-size:80%;"]{
    display: none;
}
.jobappform tr.siteOptionFormField15992 label, .jobappform tr.siteOptionFormField16003 label {
    display: inline-block;
}
tr.siteOptionFormField16008 td {
    padding: 0 0 10px 0 !important;
    font-size: 70%;
}
.monevide iframe, .modldvideo iframe {
    width: 100%;
    height: 750px;
}
.dataTables_wrapper .dataTables_filter, #optional_features_info {
    display: none;
}
table#optional_features tr {
    background-color: transparent;
}
table.perf_table.dt-responsive a {
    text-decoration: underline;
}
table.perf_table.dt-responsive a:hover {
    text-decoration: none;
}
.loanform table.table-list td {
    width: auto !important;
    display: unset;
}
.loanform table.table-list input[type="text"] {
    width: 90%;
}
.loanform table.table-list tr td:last-child {
    width: 100% !important;
    display: inline-block;
}
.loanform table.table-list input.zLoanCalculatorButton {
    font-weight: normal !important;
}
.hsec1 .buidhead .text {
    margin-left: 9px;
}
.hsec1 .btext p {
    text-align: left !important;
}

.homeMainVideoText {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px 8% 65px 12%;
    transform:translateY(-50%);
    z-index: 999;
    background: rgba(74,74,77,0.9);
    border-radius: 200px 0 200px 0;
}
.homeMainVideoText .title {
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    color: #fff;
}
.homeMainVideoText .subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 60px;
    color: #fff;
}

.modelSideNav {
    background: rgba(33,33,33,0.9);
    padding: 20px; position: fixed;
    right: 0;
    top: 25%;
    z-index: 9999;
    text-align: center;
    min-width: 120px;
}
.modelSideNav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.modelSideNav, .modelSideNav a {
    color: #fff;
    font-family: 'Oswald', 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: 8px;
}
.modelSideNav a:hover {
    color: #fafafa;
    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;
}
.modelPageBody p, .modelPageBody span {
    background: none !important;
    color: #fff !important;
}

.carvideo iframe {
    pointer-events: none;
}
.home-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.home-hero-overlay {
    float: left;
    position: relative;
    display: flex;
    align-items: baseline;
    background: rgba(243,243,243,0.92);
    border-radius: 160px 0 160px 0;
    z-index: 9999;
    padding: 50px 90px 60px 180px;
    margin-top: -90px;
    margin-left: -40px;
}
.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 #fff;
}
.home-hero-overlay>div {
    padding-right: 30px;
}
.zEditorHTML a {
    color: #000033;
    text-decoration: underline;
    vertical-align: baseline;
}

#header {
    background: #fff;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
  
.sticky + #fb-root {
  padding-top: 105px;
}


.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;
}

.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;
}

.event-image-thumb {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.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;
}

div:has(> #siteOptionGroupForm2573) {
    max-width: 600px;
    margin: 40px auto;
    float: none;
}
div:has(> #siteOptionGroupForm2574) {
    max-width: 600px;
    margin: 40px auto;
    float: none;
}
#siteOptionGroupForm2573, #siteOptionGroupForm2574 {
    padding: 0 20px;
}
#siteOptionGroupForm2573 label, #siteOptionGroupForm2574 label {
    display: inline;
}
#siteOptionGroupForm2573 input, #siteOptionGroupForm2573 select, #siteOptionGroupForm2573 textarea,
#siteOptionGroupForm2574 input, #siteOptionGroupForm2574 select, #siteOptionGroupForm2574 textarea {
    width: 100% !important;
}

.z-mobile-header .z-mobile-menu ul li {
    margin-bottom: 0;
}
.z-mobile-header .z-mobile-menu ul li a {
    margin: 0;
    padding: 10px 25px;
}
.z-mobile-header .z-mobile-menu ul li:hover {
    background-color: transparent;
}
.z-mobile-header .z-mobile-menu ul li a:hover {
    background-color: rgba(128,128,128, 0.2);
}

@media screen and (min-width: 1367px) {
    .slider-next-button {right: -50px;}
    .slider-previous-button {left: -50px;}
}

@media screen and (max-width: 1362px) { 
    .menuse .menu ul li a img {width: 70px !important;}
    .menuse .menu ul li {font-size: 13px;}
    .logo {width: 18%; margin-top: 7px;}
    .menuse {width: 37%;}
    .toplinks {width: 45%;}
    .toplinks ul li {margin-right: 10px;padding: 12px 0 25px 0;}
    .toplinks ul li:last-child {padding: 14px 0 25px 0;}
    .toplinks ul li ul li:last-child {padding: 0;}
    .menuse li ul.submenu, .toplinks ul li ul.submenu {top: 80px;}
    .bmodels ul li a.spbtn, a.spbtn.width150 {min-width: 130px;}
    .megamenu .bmodels ul {column-count: 3;}
    .consthead .constbtn a.spbtn {padding: 9px 32px;min-width: 182px;margin-right: 0;}
    .dealerserach input[type="text"] {width: 78%;}
    .z-default-subpage-header .z-default-subpage-title {margin: 100px 0 25px 0;}
    .paddsec, .advantsec1.careersec .paddsec {padding: 40px 0;}
    .aboutsec3 {padding: 35px 0 20px 0;}
    .careersec1 .dealbox {padding: 40px 18px;}
    .warrencard {width: 32%;}
    .warbox1 {width: 68%;}
    .newsmain a.newsthumb {width: 40%;}
    .hsec1 .buidhead .text, .hsec8 .buidhead .text {margin-left: 0;}
    section.hsec2 .backgroundOverlayContainer.backgroundOverlayDesktop {padding: 250px 0;}
    .hsec4 .consthead .constbtn {margin: 20px 0 0;}
    .hsec4 .consthead, .hsec5 .consthead {padding: 50px 0 50px 0;}
    .hsec6 .table__cell1 .eventmain, .slidecontent {padding: 50px 50px 50px 98px;}
    .aboutsec5 .constbtn {margin: 15px 0 0;}
    .aboutsec2 .constbtn {margin: 0 0 0 15px;}
    .aboutsec2 .consthead {padding: 50px 0 70px 0;}
    .aboutsec5 .consthead {padding: 80px 0;}
    .aboutsec6 {padding: 180px 0;}
    .awrdimg {min-height: 120px;}
    .blogsec1, .newssec {padding: 70px 0;}
    .contsec1 {padding: 70px 0;}
    .ownersec2 {padding: 60px 0;}
    .boatbuisli .table__cell1 {height: 430px;}
    .tabbtns .videoMenu #videosearch {margin-left: 10px !important;font-size: 19px !important;}
    .tabbtns a {min-width: 110px;}
    .quote_wrapper.std_page {padding: 0;}
    .modeldetsec3 {padding: 60px 0 0 0;}
    .modeldetsec3divider {padding: 160px 0 0 0;}
    .modeldetsec5 .consthead .constbtn {margin-left: 9px;}
    .modeldetsec5 .consthead {padding: 60px 0 90px;}
    .hsec4 .consthead .constbtn a {margin: 0 0 0 15px;}
}
@media screen and (max-width: 992px) {
    #header .logo, #header .menuse, .toplinks ul li:last-child {display: none;}
    .toplinks {width: 100%;text-align: center;}
    .toplinks .links i {display: none;}
    .toplinks ul li {margin-right: 25px;}
    .sticky .toplinks {padding-top: 59px; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
    .table__cell .builds {padding: 18px;}
    .bmodels ul li a.spbtn {min-width: 95px;}
    .table__cell1 {height: 680px;}
    .hsec7 {height: 550px;}
    #header {padding: 0;}
    .z-default-subpage-header .z-default-subpage-title {margin: 85px 0 17px 0;font-size: 38px;}
    .aboutsec1 {margin-top: 45px;}
    .aboutsec2 .consthead {padding: 50px 0;}
    .careersec .paddsec,.contsec1, .modeldetsec5 .consthead {padding: 60px 0;}
    .dealimg.rightside iframe{position: relative;left: auto;}
    .modeldetsec3 {padding: 60px 0 0 0;}
    .modeldetsec3divider {padding: 160px 0 0 0;}
    .specimain thead th {padding: 10px 20px 12px 10px;font-size: 15px;}
    .specimain tr td {font-size: 13px;padding: 10px;}
    .loanpric {margin: 20px 0;}
    .hsec7.modeldetsec7 .testimainsec {padding: 80px 32px 60px 150px;}
    .testimainsec {width: 100%; height: 550px; bottom: 0px; padding-bottom: 60px; border-radius: 0; left: 0;}
    .modelPage.testimainsec {width: 70%;padding: 80px 100px 100px 160px;top: 50px;}
    .testitext p {line-height: 24px;}
    .bulbsec2 {margin: 50px 0;}
    .rightbar {padding-left: 0;}
    .blogbox.eventbox {max-width: 66%;}
    .careerform.spform.requstform {font-size: 15px;}
    .videosecbox {margin-top: 0;}
    .z-mobile-header-spacer {padding: 10px 15px;}
    .z-mobile-menu-icon {right: 12px !important;top: 20px !important;}
    .toplinks ul li {padding: 12px 0;}
    .menuse li ul.submenu, .toplinks ul li ul.submenu {top: 120px;border-top: 2px solid #cacaca;}
    .toplinks .ownmenu, .dealermenu {padding: 26px 15px;}
    .btext {border-top: 2px solid #c0c0c0;padding: 12px 0;border-bottom: 2px solid #c0c0c0;}
    .bmodels {padding-top: 20px;}
    .dealerinfo {padding: 15px 0;}
    .dealerserach label {font-size: 16px;}
    .dealerserach input[type="text"], .dealerserach select {margin-bottom: 15px;}
    .hsec5 .consthead {padding: 50px 0 60px 0;}
    .content-slider .slider-previous-button {right: 95%;}
    .content-slider .slider-next-button {left:95%;}
    .content-slider {margin-bottom: 0;}
    .hsec5 .constmain.craftmain {padding: 40px 0 20px 0;}
    .hsec6 .table__cell1 .eventmain, .slidecontent {padding: 30px 0 30px 50px;}
    .hsec8 .buidhead.socst {padding: 120px 0 20px 0;}
    .foobox .copyr p {line-height: 22px;}
    .footletter {border-bottom: 2px solid #c0c0c0;}
    .aboutsec1 .paddsec {padding: 0 !important;}
    .aboutsec2 .constbtn, .aboutsec5 .constbtn {margin: 0 0 0 20px;}
    .aboutsec5 .consthead {padding: 60px 0;}
    .aboutsec6 {padding: 160px 0;}
    .aboutsec5 .testimainsec {padding: 90px 70px 70px 165px;}
    .aboutsec5 .hsec7 {height: 645px;}
    .careersec1.hsec5 .jobslider .bggray.dealbox {margin: 0 30px;}
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {left: 6px;}
    .videoslider .owl-carousel .owl-nav button.owl-prev {left: -25px;}
    .owl-carousel .owl-nav button.owl-next {right: 6px;left: auto;}
    .careersec2 p {padding-bottom: 15px;}
    .contbox .continfo .zEditorHTML img {max-width: 26px;min-width: 26px;}
    .dealerserach input[type="text"], .dealerserach select {width: 100%;}
    .dealerserach input[type="text"] {width: 96%;}
    .locatesec .dealimg.rightside iframe {width: 100%;}
    .tabbtns .videoMenu #videosearch {margin-left: 3px !important;font-size: 17px !important;}
    .tabbtns a {min-width: 100px;}
    .videosec1 .head br {display: none;}
    .newsmain a.newsthumb {width: 35%;}
    .newsmain .newsinfo {width: 62%;}
    .modeldetsec6 {padding: 50px 0;}
    .seriesbox {max-width: 100%;}
    .modeldetsec9 .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {left: -35px;}
    .owl-carousel .owl-nav button.owl-next {right: -35px;left: auto;}
    .modvidtext {padding: 20px 0; bottom: -135px; height: 135px; overflow: hidden; background: #1e376c;}
    .modvidtext a {font-size: 14px; padding: 8px 30px; margin-right: 10px; min-width: auto;}
    .modvidtext a:last-child {margin-right: 0;}
    .modvidtext .text {display: none;}
    .modeldetsec1 {margin-bottom: 135px;}
    .z-mobile-header .z-mobile-menu.open {width: 100%;}
    .homeMainVideoText {bottom: -50px; padding-left: 15%;}
    .home-hero-overlay {flex-direction: column; justify-content: center;}
    .home-hero-overlay>div {padding-right:0; padding-bottom: 10px;}
    .boatpslider {text-align: center;}
}
@media screen and (max-width: 900px) {
    .bmodels ul li a.spbtn {min-width: 110px;}
}
@media screen and (max-width: 767px) { 
    .builds .bbox1 {padding-top: 0;}
    .table th {white-space: nowrap;}
    .table {overflow-x: scroll;}
    .table__cell .builds {padding: 45px 30px 45px 80px;}
    .boatinfo {padding-bottom: 10px;}
    .btext {font-size: 14px;padding: 12px 0;}
    .videobgbox  {position: relative; right: auto;top: auto;}
    .constmain .dealimg img, .dealimg img {width: 100%;}
    .dealerinfo {padding: 18px 0;}
    .constmain {padding: 30px 0 15px 0;}
    .consthead .constbtn {margin-left: 15px;}
    .consthead, .aboutsec5 .consthead {padding: 50px 0;}
    .eventinfo .etitle {margin: 15px 0 8px;}
    .table__cell1 .eventmain, .slidecontent {padding: 50px 30px 40px 75px;}
    .testimainsec {width: 100%; height: 550px;padding: 40px 40px 80px; border-radius: 0; left:0; bottom: 0; position: relative;}
    .modelPage.testimainsec {width: 100%;padding: 65px 80px;top: auto;border-radius: 0;position: relative;right: auto;}
    .testitext p {line-height: 25px;padding-bottom: 5px;}
    .hsec7, .videosec2 {padding: 0;}
    .buidhead.socst, .contsec1 {padding: 30px 0;}
    .foobox {width: 100%;padding: 0 30px 15px;}
    .foobox:nth-child(1), .foobox:nth-child(2) {width: 50%;}
    .foobox .head {margin-bottom: 5px;}
    .foobox .social {margin: 30px 0; text-align: center;}
    .footinfo p, .continfo p {padding-left: 35px;padding-bottom: 20px;}
    .footinfo p:first-child {margin-top: 20px;}
    .footinfo p img, .continfo p img {width: 20px !important;}
    .footinfo a.btn, .videobgbox {padding: 5px 15px !important;}
    .social a {font-size: 20px;}
    .footletter {padding-bottom: 30px;}
    .z-default-subpage-header .z-default-subpage-title {margin: 70px 0 15px 0;}
    .aboutsec1 {margin-top: 30px;padding-bottom: 0;}
    .dealimg.rightside.topnone img, .bulbsec2 .dealimg.rightside.topnone img, .videobgbox {left: auto;}
    .blogsec1, .newssec, .ownersec2 .builds {padding: 70px 0;}
    .awrdimg {min-height: auto;}
    .blogmain {column-count: 2;column-gap: 40px;margin-bottom: 0;}
    .bulbsec2 {margin: 0;}
    .careersec .paddsec, .advantsec1 .paddsec {padding: 50px 0 90px 0 !important;}
    .careersec {padding: 0;}
    .contbox .head {margin-bottom: 12px;}
    .table__cell.active, .boatbuisli .table__cell1.active, .fouritems, .table__cell1.active {height: 100% !important;width: 100%;}
    .table__cell, .table__cell1, .toptext, .table__cell1 .toptext {width: 100%;height: 40px !important;}
    .toptext {transform: none; writing-mode: rl;text-orientation: none;line-height: 36px;font-size: 16px;}
    .table__cell .builds {padding: 70px 15px 15px 15px;}
    .ownersec2 {padding: 40px 0;}
    .featimg {margin: -120px 0 0 0;}
    .modeldetsec3 {padding: 60px 0 0 0;}
    .modeldetsec3divider {padding: 100px 0 0 0;}
    .reviwmain {padding: 70px 0 25px 0;}
    .hsec7.modeldetsec7 .testimainsec {width: 100%;}
    .modeldetsec9 {padding: 30px 0 35px 0;}
    .requestsec p {margin-bottom: 20px;}
    .tabbtns a {min-width: 130px;}
    .videobgbox {width: 100%;}
    .videosec2 {height: 350px;}
    .videosec2 {padding: 90px 0;}
    .z-mobile-menu-icon {right: 11px !important;top: 15px !important;}
    .toplinks .ownmbox {padding: 0 8px;}
    .toplinks .ownmbox .head, .exploremenu .explbox .head {border-bottom: 1px solid #656565;padding: 0 0 10px 0;margin-bottom: 12px;}
    .toplinks .ownlinks ul li {margin: 0 0 8px;}
    .menuse li ul.submenu, .toplinks ul li ul.submenu {top: 110px;}
    .hsec3 .carvideo iframe {height: 100%;}
    .hsec4 .consthead, .hsec5 .consthead {padding: 40px 0;}
    .hsec4 .consthead .constbtn {margin: 0;}
    .hsec4 .consthead .head {margin-bottom: 15px;}
    .dealerserach input[type="text"], .dealerserach select {width: 95%;}
    .hsec6 .table__cell1 .eventmain {padding: 55px 0 30px 0;}
    .hsec8 .buidhead.socst {padding: 220px 0 20px 0;}
    .aboutsec3 {padding: 35px 0 0;}
    .aboutsec5 .consthead {padding: 0 0 50px;}
    .aboutsec5 .consthead .head {margin-bottom: 15px;}
    .aboutsec5 .testimainsec {padding: 90px 60px 60px 60px;}
    .aboutsec6 {padding: 260px 0 25px;}
    .bloginfo {padding: 20px 15px;}
    .careersec .paddsec {padding: 40px 0 !important;}
    .careersec .dealimg.rightside img {top: 0;}
    .careersec1 .dealbox {padding: 30px 18px;height: 100% !important;}
    .contbox .contbtn {margin-top: 10px;}
    .contbox .continfo .zEditorHTML p {padding-bottom: 18px;padding-left: 38px;}
    .contbox .continfo .zEditorHTML p:last-child {padding-bottom: 0;}
    .bmodels {padding-top: 10px;}
    .tabbtns .videoMenu #videosearch {margin: 15px 0 0 !important;}
    .newsmain a.newsthumb {width: 100%;}
    .newsmain .newsinfo {width: 100%;margin-top: 20px;}
    .blogbox.eventbox {max-width: 88%;}
    #modelSpecTable th, #modelSpecTable td {padding-left: 20px;}
    .specimain tr td h3 {padding: 0 !important;}
    .specimain tr td {padding: 5px;}
    .hsec7.modeldetsec7 .testimainsec {padding: 80px 32px 40px 50px;}
    .homeMainVideoText { padding: 30px 80px 40px 120px; bottom: -70px; }
    .homeMainVideoText .title {font-size: 36px; line-height: 36px;}
    .homeMainVideoText .subtitle {font-size: 18px; line-height: 36px;}
    .mobileTopGrid {grid-template-columns: 1fr 1fr;}
    .foobox .copyr {text-align: center;}
    .seriesbox .modserimg {width: 100%;}
    .seriesbox .modserimg img {margin: 0 auto;}
    .model-cta-buttons .spbtn {font-size: 12px !important; padding: 7px 16px !important;}
    table, th, td {border: 1px solid #212121;}

}
@media screen and (max-width: 650px) {
    .modelSideNav {display: none;}
}
@media screen and (max-width: 479px) {
    .toplinks ul li img {width: 16px !important;margin: 0 0 0 5px;}
    .vbtn a.spbtn, .serinfo .serabout .dealcont, .newsinfo .newshead a.newstitle {margin-bottom: 10px;}
    .toplinks {padding: 5px 0;}
    .buidhead .text, .contbox .contbtn {margin: 5px 0 0 0;}
    .boatinfo .boatsize {margin: 0 18px 5px 10px;}
    .video iframe {height: auto;}
    .consthead .constbtn {margin-left: 0;}
    .consthead .constbtn a.spbtn {padding: 9px 20px;min-width: 152px;font-size: 14px;margin-bottom: 8px;}
    .consthead, .constmain.craftmain, .paddsec, .aboutsec2 .consthead {padding: 30px 0;}
    .blogsec1, .newssec, .ownersec2 .builds {padding: 50px 0;}
    .dealcont {font-size: 13px;padding-left: 25px;}
    .dealcont img {width: 20px !important;top: 5px;}
    .dealerinfo {padding: 12px 0 10px 0;}
    .dealerserach input[type="text"] {width: 89% !important;}
    .table__cell1 .eventmain, .slidecontent {padding: 70px 15px 30px 15px;}
    .testimainsec {width: 100%;margin:0 auto;padding: 40px 40px 60px;border-radius: 0;}
    .spform input[type="text"], .spform input[type="email"], .spform select, .spform textarea {width: 100%;padding: 10px;margin-bottom: 8px;}
    .z-default-subpage-header .z-default-subpage-title {margin: 51px 0 10px 0;font-size: 36px;}
    .aboutsec1 {padding: 0;}
    .awrdimg {width: 110px;min-height: auto;}
    .newssec {padding: 40px 0;}
    .awainfo .head {margin: 10px 0 8px 0;}
    .awardbox {padding: 15px;}
    .blogmain {column-count: 1;margin-bottom: 0;}
    .bloginfo {padding: 18px;}
    .careersec1 .dealbox a.spbtn.width150 {margin-bottom: 5px;min-width: 128px;}
    .careersec2 p {padding-bottom: 18px;}
    .featinfo .dealcont {font-size: 17px;width: 100%;margin-bottom: 10px;}
    .featimg {margin: -65px 0 0 0;}
    .modeldetsec3 {padding: 90px 0 0 0;}
    .warbox1, .newsmain a.newsthumb,.newsmain .newsinfo {width: 100%;}
    .specimain {overflow: scroll;}
    .hsec7.modeldetsec7 .testimainsec {padding: 35px 15px;}
    .warrencard {width: 55%;margin-top: 20px;}
    .wartext {margin: 9px 0;}
    .serinfo .serabout {margin: 14px 0;}
    .serinfo {margin-top: 10px;}
    .seriesbox {padding: 25px 15px;}
    .newsmain a.newsthumb {margin: 0 0 20px 0;}
    .blogbox.eventbox {max-width: 100%;}
    .blogbox.eventbox .bdate {margin: 5px 0 15px 0;}
    .careerform.spform.requstform {font-size: 14px;}
    .tabbtns a {min-width: auto;margin-bottom: 10px;}
    .videosec2 {padding: 55px 0;}
    .z-mobile-menu-icon {top: 14px !important;}
    .toplinks ul li a {padding: 0;}
    .toplinks ul li {margin-right: 12px;padding: 8px 0;}
    .menuse li ul.submenu, .toplinks ul li ul.submenu {top: 103px;}
    .toplinks .ownmenu, .dealermenu {padding: 15px;}
    .toplinks .ownmbox {width: 100%;padding: 0;}
    .toplinks .ownmbox.box2, .toplinks .ownmbox.box3 {padding: 15px 0 0;}
    .toplinks li ul .ownbimg img {margin: 0 0 8px;}
    .ownbimg a {margin-left: 0px !important;}
    .submenu .dealermenu .dealtext {font-size: 14px;}
    .dealform input[type="text"] {width: 74%;padding: 10px 15px;font-size: 14px;}
    .buidhead .text {margin: 0;}
    .hsec5 .consthead .head {margin-bottom: 15px;}
    .content-slider .slider-previous-button {right: 93%;}
    .content-slider .slider-next-button {left: 92%;}
    .constmain.craftmain .text p, .testitext p {line-height: 22px;}
    .foobox .copyr p, .linh26 p, .linh26 {line-height: 23px;}
    .aboutsec5 .consthead {padding: 30px 0 40px;}
    .aboutsec5 .testimainsec {padding: 50px 20px;}
    .aboutsec6 {padding: 250px 0 25px;}
    .blogmain .blogbox {margin-bottom: 30px;}
    .overhidd.paddsec.bggray.postrel {padding: 40px 0;}
    .careersec1.hsec5 .jobslider .bggray.dealbox {margin: 0 24px;}
    .contsec1.conpd {padding: 45px 0;}
    .tabbtns .videoMenu #videosearch {margin: 0 !important;}
    .videcarbox {max-width: 100%;margin: 0 0 35px;width: 100%;}
    .requestsec p {margin-bottom: 10px;}
    .newsmain .newsinfo {margin-top: 10px;}
    .modgall a img {height: 150px;}
    .modgall a {width: 50%;}
    .warbox1 {padding-right: 0;}
    .warrencard {width: 100%;}
    .specimain tr td h3 {font-size: 16px;}
    .homeMainVideoText {left: 50%; transform: translateX(-50%); width: 94%; text-align: center; padding: 20px 0; bottom: 20px;}
    .homeMainVideoText .title {font-size: 28px; line-height: 40px;}
    .homeMainVideoText .subtitle {font-size: 18px; line-height: 30px;}
    .home-hero-overlay {padding: 40px 100px;}
    .evnbtn {text-align: center;}
    .videoslider {padding-top: 20px;}
    .home-hero-overlay {
        flex-direction: row;
        padding: 25px 40px 25px 53px;
        width: 95%;
        justify-content: space-between;
        align-items: end;
        margin-top: -45px;
        margin-left: -23px;
        background-color: #4C4D4F;
        color: #fff;
    }
    
    .home-hero-overlay .wrap {
        padding-bottom: 0;
    }
    
    .home-hero-overlay .overlay-heading {
        font-size: 16px;
        margin-bottom: 0.25rem;
        font-weight: 300;
    }
    
    .home-hero-overlay .overlay-description {
        font-size: 9px;
    }
    
    .home-hero-overlay .spbtn {
        width: 100%;
        border: 1px solid #fff;
        min-width: 0;
        font-size: 8px;
        padding: 3px 20px;
        color: #fff;
    }
    
    .buidhead {
        margin-bottom: 1rem;
    }
    .buidhead .head {
        display: block;
    }
    
    /* .buidhead .head {
        font-size: 17px;
        margin-bottom: 0;
        width: 38%;
    } */
    
    .model-name.toptext.oswald {
        text-align: left;
        padding-left: 1.75rem;
    }
    
    .bmodels ul li {
        width: 23%;
    }
    
    .bmodels ul li a.spbtn {
        font-size: 8px;
        min-width: 0 !important;
        width: 100%;
        border: 1px solid #3b3b3b;
    }
    
    .boatinfo {
        display: flex;
    }
    
    .boatinfo .boname {
        font-size: 15px;
        position: relative;
        top: 2px;
    }
    
    .boatinfo .boatsize {
        margin: 6px 12px 0px 24px;
        font-size: 10px;
    }
    
    .boatinfo .bbuild {
        padding-left: 21px;
        font-size: 10px;
    }
    
    .boatinfo .bbuild img {
        width: 15px !important;
        top: 5px;
    }
    
    .boatinfo .bbuild a {
        margin: 8px 0 0 0;
        font-size: 8px;
    }
    
    .builds .btext p {
        font-size: 10px;
    }
    
    .hsec3 .carvideo iframe {
        height: 68px !important;
    }
    
    .videoslider.main-page .owl-nav i {
        color: #C1C1C1;
    }
    
    .videoslider.main-page .cartext {
        font-size: 10px;
    }
    
    .hsec3 .video-title {
        font-size: 16px;
        margin-bottom: 1rem;
    }
    
    .head.z-t-40.zh-t-35.zb-t-30.zm-t-28.zs-t-25.disinbl {
        font-weight: 300;
        font-size: 20px;
    }
    
    .hsec4 .consthead .constbtn {
        display: flex;
        justify-content: center;
    }
    
    .hsec4 .dealimg img {
        display: none;
    }
    
    .hsec4 .z-1of2.z-fluid-at-767.zm-mb-0 {
        padding-left: 0;
        padding-right: 0;
    }
    
    .hsec4 .dealimg {
        background-image: url("/images/2022/webp/dealerimg.webp");
        height: 235px;
        background-size: cover;
        background-position: center;
    }
    
    .hsec4 .z-1of2.z-fluid-at-767.dealbox.zm-pt-0.zm-mb-0 {
        padding-left: 8%;
        padding-right: 20%;
    }
    
    .hsec4 .text {
        font-size: 10px;
        margin-bottom: 1rem;
    }
    
    .hsec5 .constbtn.disinbl a.spbtn {
        width: 100%;
    }
    
    .hsec5 .consthead {
        padding: 40px 0 !important;
    }
    
    .dealcont {
        padding-left: 25px;
        font-size: 10px;
    }
    
    .dealerinfo {
        border-bottom: 1px solid #c9c9c9;
    }
    
    .dealcont:first-child {
        width: 55%;
        padding-right: 5%;
    }
    
    .dealcont:last-child {
        width: 45%;
    }
    
    .dealcont i {
        font-size: 24px;
    }
    
    .dealerserach label {
        font-size: 14px !important;
    }
    
    .dealerserach input[type="text"] {
        width: 87% !important;
    }
    
    .dealerserach .z-t-16 {
        font-size: 12px !important;
    }
    
    .dealerserach input.h2-find-dealer-submit {
        margin: 6px 0 8px 0;
    }
    
    .hsec5 .section-slide.content-slide {
        grid-template-columns: none;
    }
    
    .hsec5 .dealbox {
        order: 1;
    }
    
    .hsec5 .text.z-mb-20.zm-mb-0.t14 {
        font-size: 10px;
    }
    
    .hsec9 {
        display: none;
    }
    
    .socialstr img {
        max-width: 200%;
    }
    
    .socialstr a {
        overflow: hidden;
    }
}
