@font-face {
    font-family: 'gotham-bold';
  
    src: url('') format('woff2'),
         url('') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gothambold_italic';
    src: url('') format('woff2'),
         url('') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gothamlight';
    src: url('') format('woff2'),
         url('') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gothammedium';
    src: url('') format('woff2'),
         url('') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* arimo start */
@import url("https://fonts.googleapis.com/css?family=Arimo:700"); /**font-family: 'Arimo', sans-serif;*/
@font-face {
  font-family: "Arimo-Bold";
    src: url("fonts/arimo/Arimo-Bold.eot?#iefix") format("embedded-opentype"),
    url("") format("woff"),
    url("") format("truetype"),
    url("") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "arimo-regular";
  src: url("fonts/arimo/AArimo-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("") format("woff"),
    url("") format("woff2"),
    url("") format("truetype"),
    url("") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* arimo end */
/*-----------------------------
 font-face section end 
 -------------------------------*/

/*-----------------------------
 new container update start 
 --------------------------------*/
.inner-wrap {
  width: 100%;
  max-width: 1217px;
  padding: 0 12px;
  margin: 0 auto;
}
body {
  background: #fbfcfd;
}
@media (max-width: 1200px) {
  .inner-wrap {
    max-width: 993px;
  }
}
@media (max-width: 995px) {
  .inner-wrap {
    max-width: 100%;
    padding: 0 20px;
  }
}
/*-----------------------------
 new container update end 
 --------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  /*font-size: 62.5%;*/
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
.clear {
  clear: both;
}
* {
  outline: none;
}
strong {
  font-weight: bold;
}
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 34px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 19px;
}
h6 {
  font-size: 16px;
}

a img {
  border: none;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
  font-size: 13px;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
a {
  text-decoration: none;
}
input,
textarea,
button {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}
html,
body {
  margin: 0;
  padding: 0;
}

.ttu {
  text-transform: uppercase;
}
.iblock {
  vertical-align: top;
  display: inline-block;
  *display: inline !important;
  *zoom: 1;
}
.iblock_middle {
  vertical-align: middle;
  display: inline-block;
  *display: inline !important;
  *zoom: 1;
}
.block {
  display: block;
}
.step-banner h1 {
    text-align: center;
    margin: 0;
    font-size: 60px;
    padding: 0;
    line-height: 63px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    margin-bottom: 13px;
    margin-bottom: 13px;
    font-family: "gothambold";
}
.step-banner h2 {
    font-size: 19px;
    line-height: 32px;
    padding: 6px 0 0 0;
    color: #fff;
    position: relative;
    z-index: 10;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
    font-family: 'Arimo', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
}
.heading-blk .bdy-blk {
    text-align: center;
}
.title_builder.ff_lg{
      text-align: center;
}
.heading-blk .title_builder {
    font-family: "gotham-bold",sans-serif;
    font-size: 20px;
    display: inline-block;
    margin: 0 0 0 -10px;
    color: #ed1c24;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    line-height: 28px; font-weight: 400;
}
.sep_degrad {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #fbfbfd;
  background-image: linear-gradient(
    180deg,
    #fbfbfd 0%,
    #838d97 50.24%,
    #fbfbfd 100%
  );
  background-image: -moz-linear-gradient(
    180deg,
    #fbfbfd 0%,
    #838d97 50.24%,
    #fbfbfd 100%
  );
  background-image: -o-linear-gradient(
    180deg,
    #fbfbfd 0%,
    #838d97 50.24%,
    #fbfbfd 100%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    #fbfbfd 0%,
    #838d97 50.24%,
    #fbfbfd 100%
  );
  clear: both;
  margin: 0 0 0.625em;
}

.sep_double_slash {
  background: url("../images/sep_double_sash.png") bottom left no-repeat;
}

/* Sprite */
.sprite_x {
  background-image: url(../images/sprite_x_bcrusher.png);
  background-repeat: repeat-x;
  background-color: transparent;
}

/* Transp */
.transp_131415_90 {
  background: transparent url(../images/transp_131415_90.png) repeat 0 0;
}
.transp_000_70 {
  background: transparent url(../images/transp_000_70.png) repeat 0 0;
}

.body_dnd_area-row-0-padding {
  padding-top: 40px !important;
}
.dnd-section .dnd-column {
    padding: 0px !important;
}

/*---------------------------------
 boat-builder page start 
 -------------------------------------*/
#primary {
  width: 100%; /*background:#fff;*/
}
#page {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 0px;
}
.page-template-template-configurator #page {
  padding-top: 40px;
}

@media (max-width: 767px) {
  #page {
    padding-top: 0px;
  }
  .page-template-template-configurator #page {
    padding-top: 52px;
  }
}
@media (max-width: 1200px) {
  .iphone header,
  .ipad header {
    z-index: 999 !important;
  }
}
@media (max-width: 767px) {
  #header_bcrusher {
    position: static;
    height: auto;
  }
  .iphone header {
    z-index: 999 !important;
  }
}

/*****step-banner**************/
/* banner START */
.step-banner {
    height: 377px;
    background-color: #000;
    position: relative;
    background: url(//3000341.fs1.hubspotusercontent-na1.net/hubfs/3000341/raw_assets/public/BarCrusher_November2022_Theme/images/boat-top-bg.jpg) no-repeat center center;
    background-size: cover !important;
}
.step-banner .content-blk {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.step-banner .wrap-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.step-banner h1 {
  text-align: center;
  margin: 0;
  font-size: 60px;
  padding: 0;
  line-height: 63px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  margin-bottom: 13px;
  font-family: "gotham-bold";
  margin-bottom: 13px;
}
.step-banner h2 {
  font-size: 19px;
  line-height: 32px;
  padding: 6px 0 0 0;
  color: #fff;
  position: relative;
  z-index: 10;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
  font-family: "arimo-bold";
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .step-banner {
    height: 362px;
  }
}
@media (max-width: 767px) {
  .step-banner {
    height: 315px;
  }
  .step-banner h1 {
    font-size: 57px;
    line-height: 51px;
    margin-bottom: 26px;
  }
  .step-banner h2 {
    font-size: 19px;
    line-height: 22px;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .step-banner h1 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .step-banner h2 {
    font-size: 14px;
    line-height: 22px;
    padding: 0;
  }
}

/* banner END */
/***********************************
step link section start 
**************************************************************/
.list_steps {
  padding: 18px 0;
  margin-bottom: 49px;
  text-align: center;
  background-color: #231f20;
}
.list_steps li.step {
  display: inline-block;
  padding: 8px 31px 10px 31px;
  border-right: 1px solid #2c2c2c;
  min-width: inherit;
  margin: 0;
  line-height: normal;
  -webkit-transform: skew(0);
  -ms-transform: skew(0);
  transform: skew(0);
  height: inherit !important;
}
.list_steps li.step:last-child {
  border-right: none;
}
.list_steps li.step a {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Gotham-Bold", Arial, sans-serif; /*cursor: default;*/
  text-transform: uppercase;
}
.list_steps li.step.active a {
  text-decoration: underline;
  color: #e82330;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .list_steps {
    margin-bottom: 15px;
    padding: 18px 0 20px 0;
  }
  .list_steps li.step {
    padding: 8px 31px 8px 31px;
  }
  .list_steps li.step a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .list_steps {
    margin-bottom: 21px;
    padding: 18px 0;
  }
  .step-model-listing {
    padding-top: 30px;
  }
  .list_steps li.step {
    padding: 0 32px;
    line-height: 30px;
  }
}
@media (max-width: 490px) {
  .list_steps li.step {
    padding: 0 15px !important;
  }
}
@media (max-width: 380px) {
  .list_steps {
    padding: 10px 0;
  }
  .list_steps li.step a {
    font-size: 11px;
  }
}

/***********************************
step link section end 
**************************************************************/
/*************************************
 boat builder layout section start 
 *************************************************************/
#main.boat-builder-layout {
  position: relative;
  width: 100%;
  padding: 15px 0;
}
.boat_builder_container {
  min-height: 500px;
}
.boat-builder-layout .heading-blk {
  background: transparent;
}
.boat-builder-layout .heading-blk .bdy-blk {
  text-align: center;
}
.boat-builder-layout .heading-blk .title_builder {
  font-family: "gotham-bold", sans-serif;
  font-size: 20px;
  display: inline-block;
  margin: 0 0 0 -10px;
  color: #ed1c24;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  line-height: 28px;
}
.boat-builder-layout .heading-blk .title_builder:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background-color: #ed1c24;
}
@media (max-width: 1200px) {
  .boat-builder-layout .heading-blk .title_builder {
    font-size: 17px;
    letter-spacing: -0.6px;
  }
  #main.boat-builder-layout {
    padding-top: 28px;
  }
}
@media (max-width: 767px) {
  .boat-builder-layout .heading-blk .title_builder {
    font-size: 19px;
    margin: 0;
    letter-spacing: 0;
    line-height: 28px;
  }
  #main.boat-builder-layout {
    padding-top: 18px;
  }
}
@media (max-width: 380px) {
  .boat-builder-layout .heading-blk .title_builder {
    font-size: 16px;
  }
}

/* step -1 (step model listing) start */
.series-list {
  display: none;
}
.series-list li a {
  font-family: "arimo-regular", sans-serif;
}
.step-model-listing {
  padding: 56px 0 50px 0;
}
.step-model-listing .serie_name {
  text-transform: uppercase;
  font-size: 34px;
  text-align: center;
  line-height: 35px;
  font-family: "Gotham-bold", sans-serif;
  color: #404a50;
  margin-bottom: 5px;
  letter-spacing: -0.4;
}
.step-model-listing .description {
  font-size: 19px;
  text-align: center;
  color: #0494e7;
  font-style: normal;
  font-family: "arimo-regular";
  text-transform: uppercase;
  margin-bottom: 43px;
}
.step-model-listing .model_bloc_img .overlay .btn .btn_text {
  text-decoration: none;
  color: #ea2127;
  text-transform: uppercase;
  display: inline-block;
  font-size: 15px;
  font-family: "Gotham-bold";
  padding: 0 10px;
  line-height: 24px;
  transition: all 0.5s;
}
.step-model-listing div[id*="serie_"] {
  margin-bottom: 10px;
}

/* image block start */
ul.listing_series {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 61px; padding-left:0px;
}
ul.listing_series > li {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin: 0;
  margin-bottom: 24px;
  padding: 0 12px;
  height: inherit !important;
  overflow: hidden;
}
ul.listing_series .nq_boatbuilder_bot_ul li a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; /* object-fit: cover; */
}

/* image block end */
ul.listing_series .model_bloc_img {
  position: relative;
  background-color: #f4f4f4;
}
ul.listing_series .model_bloc_img .model-imgs {
  position: relative;
}
#category_92431685998 ul.listing.listing_series.resize {
    margin-bottom: 76px;
}
ul.listing_series .model_bloc_img .model-imgs figure {
  margin: 0;
  width: 100%;
  padding: 0;
  background: #000;
  position: relative;
  padding-bottom: 64%;
}
ul.listing_series .model_bloc_img .model-imgs figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#container_series_configurator .model_bloc_img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: default;
  padding: 20px 20px 35px 20px;
}
#container_series_configurator .model_bloc_img:hover .overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#container_series_configurator .model_bloc_img .overlay .btn:hover {
  background: #ea2127;
}
.step-model-listing .model_bloc_img .overlay .btn:hover .btn_text {
  color: #fff;
  transition: all 0.5s;
}
ul.listing_series .title_series {
  position: absolute;
  bottom: 15px;
  color: #fff;
  font-family: "Gotham-bold";
  font-size: 20px;
  line-height: normal;
  z-index: 9;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
}
ul.listing_series .model-meta-wrap .sep_degrad {
  display: none;
}
ul.listing_series .model-meta-wrap .model_select {
  text-align: center;
  width: 100%;
  display: block;
  padding: 6px 0 0 0;
  position: relative;
}
ul.listing_series .model-meta-wrap .btn {
  border: 2px solid #ea2127;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  background: transparent;
  padding: 3px 10px;
  width: auto;
  margin: 0 auto;
  border-radius: 0;
}
ul.listing_series .model-meta-wrap .btn:hover {
  background: #ea2127;
  color: #fff;
}
ul.listing_series .model-meta-wrap .skew_bb_15 {
  -webkit-transform: skew(-11deg);
  -ms-transform: skew(-11deg);
  transform: skew(-11deg);
}
ul.listing_series .model-meta-wrap .unskew_bb_15 {
  display: inline-block;
  -webkit-transform: skew(11deg);
  -ms-transform: skew(11deg);
  transform: skew(11deg);
  vertical-align: middle;
}

/* Boat Builder Select Model Filter end */
@media (max-width: 1200px) {
  .step-model-listing {
    padding: 44px 0 10px 0;
  }
  .step-model-listing .serie_name {
    margin-bottom: 0;
    font-size: 28px;
    letter-spacing: -0.6px;
  }
  .step-model-listing .description {
    font-size: 16px;
    margin-bottom: 33px;
    letter-spacing: -0.4px;
  }
  ul.listing_series {
    margin-bottom: 36px;
  }
  ul.listing_series > li {
    margin-bottom: 22px;
  }
  ul.listing_series .model_bloc_img .model-imgs figure {
    padding-bottom: 64.5%;
  }
  ul.listing_series .model-meta-wrap .model_select {
    padding: 10px 0 0 0;
  }
  ul.listing_series .model-meta-wrap .skew_bb_15 {
    -webkit-transform: skew(-9deg);
    -ms-transform: skew(-9deg);
    transform: skew(-9deg);
  }
  ul.listing_series .model-meta-wrap .unskew_bb_15 {
    -webkit-transform: skew(9deg);
    -ms-transform: skew(9deg);
    transform: skew(9deg);
  }
  ul.listing_series .title_series {
    font-size: 16px;
    bottom: 9px;
  }
  #container_series_configurator .model_bloc_img .overlay .btn {
    padding: 1px 10px;
  }
  #container_series_configurator .model_bloc_img .overlay .btn .btn_text {
    font-size: 13px;
    padding-left: 2px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .step-model-listing {
    padding: 40px 0;
  }
  .step-model-listing div[data-target*="serie_"] {
    position: relative;
    margin-bottom: 0px;
    border-bottom: 0px solid #dadada;
  }
  .step-model-listing div[data-target*="serie_"]::after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: #dadada;
    margin: 30px auto 50px;
  }
  .step-model-listing div[data-target*="serie_"]:last-child::after {
    display: none;
  }
  ul.listing_series .model_bloc_img .model-imgs figure {
    padding-bottom: 63%;
  }
  ul.listing_series .model-meta-wrap .model_select {
    padding: 19px 0 0 0;
  }
}
@media (max-width: 490px) {
  ul.listing_series .model-meta-wrap .btn .btn_text {
    line-height: 15px;
  }
}
@media (max-width: 991px) {
  ul.listing_series li {
    margin-bottom: 16px !important;
    padding: 0 8px;
  }
  ul.listing_series {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .series-list {
    display: block;
    text-align: center;
    margin-top:20px;
  }
  .series-list li {
    display: inline-block;
    font-size: 12px;
    color: #000;
    font-family: "arimo-regular", sans-serif;
    padding: 0 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .series-list li a {
    color: #000;
    text-transform: uppercase;
    font-size: 19px;
  }
  .series-list li a:hover {
    color: #e82330;
  }
  .step-model-listing div[id*="serie_"] {
    padding-top: 31px;
  }
  .step-model-listing .listing li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 7px;
    margin-bottom: 14px;
  }
  #container_series_configurator .model_bloc_img .overlay .btn {
    padding: 0 4px;
    font-size: 12px;
  }
  #container_series_configurator .model_bloc_img .overlay .btn .btn_text {
    font-size: 12px;
    padding-right: 0;
    line-height: 23px;
  }
  #container_series_configurator .title_series {
    font-size: 16px;
  }
  .step-model-listing {
    padding-top: 0;
  }
  .boat-builder-layout .heading-blk {
    margin-bottom: 17px;
  }
  #container_series_configurator .serie_name {
    margin-top: 0 !important;
    margin-bottom: 0px;
  }
  #container_series_configurator .description {
    margin-bottom: 21px;
  }
  .step-model-listing {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 490px) {
  #container_series_configurator .serie_name {
    font-size: 25px;
    margin-bottom: 0;
  }
  .step-model-listing div[id*="serie_"] {
    padding-top: 20px;
  }
  .step-model-listing .listing {
    margin-bottom: 0px;padding:0px;
  }
 
  .step-model-listing .listing li {
    width: 100% !important;
    max-width: 100% !important;
  }
  #container_series_configurator .title_series {
    font-size: 16px;
  }
  .series-list li {
    padding: 0 12px;
  }
  .series-list li a {
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .series-list li {
    padding: 0 8px;
  }
}

/* step -1 (step model listing) end */

/**********step-2 start**************/
.step-3-heading .title_builder {
  padding: 0;
}
.step-3-layout .list_inclusions .element_inclusions .heading-blk span {
    background: url(//3000341.fs1.hubspotusercontent-na1.net/hubfs/3000341/raw_assets/public/BarCrusher_November2022_Theme/images/icons/checked_icon.png) no-repeat;
    left: 0;
    margin-left: 0;
    top: -2px;
    width: 19px;
    height: 19px;
    background-size: 100% !important;
    position: absolute;
}
.step-3-layout .list_inclusions .element_inclusions .heading-blk .title {
  font-size: 15px;
  font-family: "Arimo", "arimo-bold";
  font-weight: 700;
  line-height: 1;
  color: #272424;
  text-transform: uppercase;
  margin-bottom: 0;
}
.step-3-layout .list_inclusions .element_inclusions .heading-blk {
  position: relative;
  padding-left: 27px;
  background-color: transparent;
  padding-bottom: 9px;
}
.step-3-layout {
  padding: 85px 0 0 0;
}
.step-3-layout .list_inclusions {
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  flex-wrap: wrap;
}
/* .specivation-and-optio-list ul li:nth-child(4n-3), .specivation-and-optio-list ul li:nth-child(4n-6){
    background: #f5f5f5;
  }
  .table-layout .list_inclusions li:nth-child(4n-3), .table-layout .list_inclusions li:nth-child(4n-6){
    background: #f5f5f5;
  } */
.specivation-and-optio-list ul li:nth-child(4n-5), .specivation-and-optio-list ul li:nth-child(4n-4), .table-layout .list_inclusions li:nth-child(4n-5), .table-layout .list_inclusions li:nth-child(4n-4), .list_options.list  li:nth-child(4n-5), .list_options.list  li:nth-child(4n-4) {
    background: #f5f5f5;
}

.step-3-layout .list_inclusions .element_inclusions {
  border: none;
  width: 25%;
  min-height: inherit;
  margin: 0;
  padding: 0px 12px;
  background-color: transparent;
  margin-bottom: 38px;
  display: inline-block;
  vertical-align: top;
}
.step-3-layout .list_inclusions .element_inclusions .label {
  padding: 0;
  display: block;
}
.step-3-layout .list_inclusions .element_inclusions .img-heading-blk .img-blk {
  position: relative;
  height: 0;
  padding-bottom: 71%;
}
.step-3-layout
  .list_inclusions
  .element_inclusions
  .img-heading-blk
  .img-blk
  img {
  width: 100%;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.step-3-layout .list_inclusions .element_inclusions .content {
  margin-top: 15px;
}
.step-3-layout .list_inclusions .element_inclusions .content .option_ref {
  padding: 11px 0 6px 0;
  font-size: 10px;
  text-transform: uppercase;
  font-family: arimo-bold;
  color: #b0b0b0;
  display: block;
  line-height: 12px;
}
.step-3-layout .list_inclusions .element_inclusions .content p {
  font-size: 15px;
  line-height: 21px;
  color: #272424;
  font-family: "arimo-regular";
  margin-bottom: 0;
}
.step-3-layout .list_inclusions .element_inclusions .content p a {
  /*font-weight:700;*/
  font-style: normal;
  color: #0494e7;
}
.step-3-layout .list_inclusions .element_inclusions .content p a:hover {
  color: #272424;
}
.paging_nav {
  padding: 70px 140px 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.step-3-layout .paging_nav {
  padding-top: 11px;
}
.next_step {
  float: right;
  text-align: center;
  color: white;
  vertical-align: middle;
  display: inline-block;
  background: #ed1c24;
}
#summary #get_quote .next_step,
.prev_step,
.next_step {
  border: 2px solid #ed1c24;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 20px 0;
  width: auto;
  min-width: inherit;
  max-width: 100%;
  text-align: center;
}
.prev_step .content_nav_step,
.next_step .content_nav_step {
  font-size: 15px;
  padding: 6px 35px 5px;
  font-family: "gotham-bold";
  display: block;
}
.prev_step.skew_bb {
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  tranform: skew(-10deg);
}
.next_step.skew_bb {
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  tranform: skew(-10deg);
}
.content_nav_step.unskew_bb {
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -ms-transform: skew(10deg);
  -o-transform: skew(10deg);
  tranform: skew(10deg);
}
.paging_nav.submit-paging {
  padding: 70px 58px 155px;
}
.paging_nav.submit-paging .paging-para {
  width: 100%;
  margin-bottom: 24px;
}
.title_builder .title_txt {
  display: inline-block;
  vertical-align: middle;
}
.content_nav_step a {
  display: block;
  line-height: 1.5;
}
.content_nav_step a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .step-3-layout
    .list_inclusions
    .element_inclusions
    .heading-blk
    span.less-more {
    display: none;
  }
}
@media (max-width: 1200px) {
  .step-3-layout {
    padding-top: 62px;
  }
  .step-3-layout .list_inclusions .element_inclusions {
    width: 33.33%;
  }
  .step-3-layout #standard_inclusions {
    padding: 0 57px;
  }
  .step-3-layout #standard_inclusions ul {
    margin: 0; padding:0px;
  }
  .step-3-layout .list_inclusions li {
    padding: 0 11px;
  }
  .step-3-layout .list_inclusions .element_inclusions .heading-blk .title {
    font-size: 14px;
  }
  .step-3-layout .list_inclusions .element_inclusions .heading-blk {
    padding-left: 24px;
  }
  .step-3-layout .list_inclusions .element_inclusions .content {
    margin-top: 18px;
  }
  .step-3-layout .list_inclusions .element_inclusions .content p {
    font-size: 14.41px;
    line-height: 20px;
  }
  .step-3-layout .list_inclusions .element_inclusions {
    margin-bottom: 22px;
  }
  .paging_nav {
    padding: 11px 0 35px;
  }
  /*#summary #get_quote .next_step, .prev_step, .next_step{width: 290px;}*/
  .prev_step .content_nav_step,
  .next_step .content_nav_step {
    letter-spacing: -0.4px;
  }
}
@media (max-width: 991px) {
  .step-3-layout #standard_inclusions {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #boatbuilder_color .nq_boatbuilder_bot_ul, #boatbuilder_color .nq_boatbuilder_top_ul {
    padding: 0;
}
  .step-3-layout {
    padding-top: 22px;
  }
  .step-3-layout #standard_inclusions {
    padding: 0px;
  }
  .step-3-layout .list_inclusions .element_inclusions {
    width: 100%;
  }
  .step-3-layout .list_inclusions .element_inclusions .heading-blk::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: 11px;
    top: 50%;
    background: url("//3000341.fs1.hubspotusercontent-na1.net/hubfs/3000341/raw_assets/public/BarCrusher_November2022_Theme/images/toggle-arrow.png") no-repeat center center;
    background-size: 18px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .step-3-layout .list_inclusions .element_inclusions .content {
    display: none;
  }
  .step-3-layout .list_inclusions .element_inclusions .img-heading-blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  

  .step-3-layout
    .list_inclusions
    .element_inclusions
    .img-heading-blk
    .heading-blk {
    /*order: 2;*/
    height: auto !important;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 10px 40px 10px 27px;
    background: transparent;
  }
  .step-3-layout
    .list_inclusions
    .element_inclusions
    .heading-blk.active::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  .step-3-layout .list_inclusions .element_inclusions .heading-blk span {
    left: 0px; /* top: 8px; */ /* top:10px; */
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .step-3-layout .list_inclusions .element_inclusions .content {
    margin-top: 12px;
  }
  .step-3-layout .list_inclusions .element_inclusions .content p {
    font-size: 15px;
    line-height: 21px;
  }
  .step-3-layout .list_inclusions .element_inclusions {
    margin-bottom: 15px;
  }
  .step-3-layout .list_inclusions .element_inclusions .heading-blk .title {
    position: relative;
  }
  .step-3-layout
    .list_inclusions
    .element_inclusions
    .heading-blk
    span.less-more {
    background: none !important;
    float: right;
    position: absolute;
    width: auto;
    height: auto;
    font-size: 12px;
    color: #272424;
    font-family: "arimo-regular";
    line-height: 14px;
    left: inherit;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }
  .step-3-layout .list_inclusions .element_inclusions .content.active {
    display: block;
  }
}
@media (max-width: 480px) {
  .step-3-layout .list_inclusions .element_inclusions {
    padding: 0;
  }
  .step-3-layout .list_inclusions .element_inclusions .heading-blk .title {
    padding-right: 40px;
    position: relative;
    line-height: 16px;
  }
  .step-3-layout
    .list_inclusions
    .element_inclusions
    .heading-blk
    span.less-more {
    position: absolute;
    left: inherit;
    right: 0;
  }
}
/*******step-2 End**********/

/*****************step-3********************/
/* BOAT BUILDER > 2. CHOOSE YOUR COLOR -> SLIDER */
#boatbuilder_color {
  position: relative;
}


#boatbuilder_color .nq_boatbuilder_bot_ul li .color {
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  margin-right: 0px;
}
#boatbuilder_color .nq_boatbuilder_bot_ul li .color[style*="#ffffff"] {
  border: 1px solid #cccccc5e !important;
}
#boatbuilder_color
  .nq_boatbuilder_bot  li  .overlay_infos  .border[style*="#ffffff"] {
  border: 1px solid #cccccc5e !important;
}
#boatbuilder_color .nq_boatbuilder_bot_ul li a {
  color: #838d97;
}
.step-2-layout {
  padding: 80px 0 0 0;
}
.step-2-layout .inner-wrap {
  max-width: 883px;
}
.step-2-layout .group_options_bb {
  width: 100%;
  padding: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  margin: 0;
  border-top: 2px solid #000;
}
.step-2-layout .group_options_bb .link {
  padding: 6px 0 8px 0;
  padding-right: 30px;
  text-transform: inherit;
  position: relative;
}
.step-2-layout .group_options_bb .link > label {
  margin-right: 56px;
  color: #272424;
  font-family: "Arimo", "arimo-bold";
  font-weight: 600;
  padding-left: 31px;
  font-size: 15px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 0; line-height: 23px;
  cursor:pointer;
}
.step-2-layout .group_options_bb .link > label::before {
  width: 20px;
  height: 20px;
  background-size: 25px;
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  border-radius: 50%;
  border: 2px solid #ff0000;
}
.step-2-layout .group_options_bb .link.selected_item > label::before {
  background: url(//3000341.fs1.hubspotusercontent-na1.net/hubfs/3000341/raw_assets/public/BarCrusher_November2022_Theme/images/icons/checked_icon.png) no-repeat center center;
  border: none;
  left: 4px;
  width: 20px;
  height: 20px;
  background-size: 100%;
  top: 2px;
}
ul.radio-list {
  display: inline-block;
}
ul.radio-list li {
  display: inline-block;
}
ul.radio-list li:not(:last-child) {
  margin-right: 22px;
}
ul.radio-list label {
  position: relative;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 10px;
  font-family: "arimo-regular", sans-serif;
  font-weight: normal;
  font-size: 14px;
  vertical-align: middle;
  text-transform: inherit;
  color: #272424;
  margin-bottom: 0;
}
ul.radio-list label input[type="radio"] {
  display: none;
}
ul.radio-list [type="radio"] + span {
  display: inline-block; /* padding:1em; */
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 5px;
  border: 1px solid #000;
  background: transparent;
}
ul.radio-list [type="radio"]:checked + span {
  background: #000;
  display: inline-block;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
}
ul.radio-list [type="radio"][disabled] + span {
  background: #eee;
}
.step-2-layout .group_options_bb .link ul.radio-list {
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  margin-bottom: 0;
}
.step-2-layout .group_options_bb .link ul.radio-list.is-single {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}
.step-2-layout .list_inclusions {
  padding: 27px 0 18px;
  margin-bottom: 0;
}
.step-2-layout .list_inclusions li.element_inclusions {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 20px;
  min-height: inherit;
  background-color: transparent;
  border: none;
  margin-bottom: 25px !important;
}
.step-2-layout .list_inclusions li.element_inclusions:not(:last-of-type) {
  margin-bottom: 30px;
}
.step-2-layout .group_options_bb p:last-of-type {
  margin-bottom: 0;
}
.step-2-layout .list_inclusions .element_inclusions .img-heading-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.step-2-layout
  .list_inclusions
  .element_inclusions
  .img-heading-blk
  .heading-blk {
  max-width: 100%;
  width: 20.3%;
  padding: 0 0px;
  background-color: transparent;
}
.step-2-layout
  .list_inclusions
  .element_inclusions
  .img-heading-blk
  .heading-blk
  img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.step-2-layout
  .list_inclusions
  .element_inclusions
  .img-heading-blk
  .content-blk {
  max-width: 100%;
  width: 79.7%;
  padding: 2px 0px 0 32px;
}
.step-2-layout .group_options_bb .link .arrow_open {
  width: 21px;
  height: 21px;
  background-image: none;
  background: url("//3000341.fs1.hubspotusercontent-na1.net/hubfs/3000341/raw_assets/public/BarCrusher_November2022_Theme/images/toggle-arrow.png") no-repeat center center;
  background-size: 21px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 13px;
  right: 15px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  margin-top: -5px;
}
.step-2-layout .group_options_bb .link.active .arrow_open {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.step-2-layout .list_inclusions .element_inclusions .title {
  margin-bottom: 4px;
  font-family: "Arimo", "arimo-bold";
  color: #272424;
  font-weight: 700;
}
.step-2-layout .list_inclusions .element_inclusions .option_ref {
  font-size: 10px;
  font-style: normal;
  color: #b0b0b0;
  display: block;
  line-height: 10px;
}
.step-2-layout .list_inclusions .element_inclusions .content {
  font-style: normal;
  font-weight: 500;
  margin-top: 17px;
  margin-bottom: 10px;
}
.step-2-layout .list_inclusions .element_inclusions .content p {
  font-size: 15px;
  line-height: 21px;
  font-family: "arimo-regular"; font-weight: 500;
}

#boatbuilder_color .nq_boatbuilder_top .nq_boatbuilder_top_ul li img {
    width: 100%;
    max-height: 465px;
    object-fit: cover;
}
#boatbuilder_color
  .nq_boatbuilder_top
  .nq_boatbuilder_top_ul
  li
  .overlay_infos {
  top: 12px;
  left: 20px;
  bottom: inherit;
}
#boatbuilder_color
  .nq_boatbuilder_top
  .nq_boatbuilder_top_ul
  li
  .overlay_infos
  .color {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#boatbuilder_color
  .nq_boatbuilder_top
  .nq_boatbuilder_top_ul
  li
  .overlay_infos
  .name {
  font-size: 12px;
  font-style: normal !important;
  font-family: "arial", sans-serif;
  font-weight: 400;
  padding-left: 8px;
  letter-spacing: 0px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#boatbuilder_color .nq_boatbuilder_bot_ul li {
  position: relative;
}
#boatbuilder_color .nq_boatbuilder_bot_ul li img {
  height: 94px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
}
#boatbuilder_color .nq_boatbuilder_bot_ul li.active::after {
  z-index: 1;
}
.nq_boatbuilder_bot .bx-viewport {
  height: auto !important;
}
.nq_boatbuilder_bot {
  padding: 0px 25px;
}
.nq_boatbuilder_top {
  padding: 0px;
}

#boatbuilder_color .nq_boatbuilder_bot_ul li .name {
  display: block;
  vertical-align: middle;
  font-family: "arimo-regular";
  color: #272424;
  font-size: 13px;
  text-transform: capitalize !important;
  margin-top: 9px;
  opacity: 0;
  visibility: hidden;
}
#boatbuilder_color .nq_boatbuilder_bot_ul li.active .name {
  opacity: 1;
  visibility: visible;
}
#boatbuilder_color .nq_boatbuilder_bot li .overlay_infos .border {
  border: 1px solid;
  border-color: #8b8988;
  position: absolute;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  left: 47%;
  -webkit-transform: translateX(-43%);
  -ms-transform: translateX(-43%);
  transform: translateX(-43%);
  top: 10px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 0\0) {
  #boatbuilder_color .nq_boatbuilder_bot li .overlay_infos .border {
    -webkit-transform: translateX(-42%);
    -ms-transform: translateX(-42%);
    transform: translateX(-42%);
  }
}
#boatbuilder_color .nq_boatbuilder_bot li.active .overlay_infos .border {
  opacity: 1;
  visibility: visible;
}
.list_inclusions .element_inclusions .title {
  font-size: 15px;
  font-weight: 700;
  color: #010101;
}
.step-2-layout .paging_nav {
  border-top: 2px solid #000;
  padding: 55px 6px 75px;
}
@media (max-width: 1200px) {
  .step-2-layout {
    padding: 64px 0 0 0;
  }
 
  .step-2-layout .list_inclusions .element_inclusions .title {
    font-size: 14px;
  }
  .step-2-layout .list_inclusions .element_inclusions .content {
    margin-top: 15px;
  }
  .step-2-layout .inner-wrap {
    max-width: 865px;
  }
  .step-2-layout .paging_nav {
    padding: 44px 6px 65px;
  }
}
@media (max-width: 991px) {
  #boatbuilder_color .nq_boatbuilder_bot_ul li img {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .step-2-layout .inner-wrap {
    max-width: 490px;
  }

  .step-2-layout .group_options_bb .link.selected_item ul.radio-list {
    display: block;padding-left: 0;
  }
   .group_options_bb  ul.radio-list {
   padding-left: 0;
  }
  .step-2-layout .group_options_bb .link.selected_item ul.radio-list li {
    width: 100%;
  }
  .step-2-layout .group_options_bb {
    margin: 0;
  }
  .step-2-layout .group_options_bb .link {
    padding: 5px 0 5px 0;
    padding-right: 30px;
    line-height: 26px;
  }

  #boatbuilder_color .nq_boatbuilder_bot li {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  #boatbuilder_color .nq_boatbuilder_bot li .overlay_infos {
    display: block;
    position: relative;
    left: 0 !important;
    right: 0;
    top: 0;
  }
  #boatbuilder_color .nq_boatbuilder_bot_ul li img {
    display: none;
  }
  #boatbuilder_color .nq_boatbuilder_bot_ul li::after {
    background-color: transparent;
  }
  #boatbuilder_color .nq_boatbuilder_bot_ul li {
    padding: 7px 0;
  }
  .step-2-layout {
    padding: 30px 0;
  }
  .step-2-layout .group_options_bb .link .arrow_open {
    right: 10px;
    top: 12px;
  }
  .step-2-layout .group_options_bb .link > label {
    padding-left: 30px;
    font-size: 14px;
    margin-right: 0;
  }
  .step-2-layout .group_options_bb .link > label::before {
    width: 18px;
    height: 18px;
    background-size: 20px;
    top: 3px;
  }
  .step-2-layout .group_options_bb .link.selected_item > label::before {
    background-size: 20px;
  }
  .step-2-layout .group_options_bb .link .arrow_open {
    background-size: 17px;
  }
  ul.radio-list {
    display: block;
    margin-bottom: 5px;
  }
  ul.radio-list li {
    line-height: normal;
    display: block;
    width: 100%;
    margin-bottom: 9px;
    margin-top: 3px;
  }
  ul.radio-list li:last-child {
    margin-bottom: 0;
  }
  ul.radio-list label {
    font-size: 13.5px;
    padding-left: 29px;
  }
  ul.radio-list [type="radio"] + span {
/*     top: 1px; */
    left: 7px;
  }
  .step-2-layout .list_inclusions li.element_inclusions {
    padding: 0 14px;
    width: 100%;
  }
  .step-2-layout
    .list_inclusions
    .element_inclusions
    .img-heading-blk
    .heading-blk,
  .step-2-layout
    .list_inclusions
    .element_inclusions
    .img-heading-blk
    .content-blk {
    max-width: 100%;
    width: 100%;
  }
  .step-2-layout .list_inclusions {
    padding: 12px 0 5px;
  }
  .step-2-layout
    .list_inclusions
    .element_inclusions
    .img-heading-blk
    .content-blk {
    padding: 14px 0 0 1px;
  }
  .step-2-layout .list_inclusions .element_inclusions .content p {
    font-size: 14.4px;margin-bottom: 8px;
  }
  .step-2-layout .list_inclusions li.element_inclusions {
    margin-bottom: 32px !important;
  }
  .step-2-layout .list_inclusions .element_inclusions .content {
    margin-bottom: 8px;
  }
  #boatbuilder_color .nq_boatbuilder_bot li .overlay_infos .border {
    top: -5px;
  }
  .prev_step .content_nav_step,
  .next_step .content_nav_step {
    font-size: 15px;
  }
  #summary #get_quote .next_step,
  .prev_step,
  .next_step {
    width: 47%;
  }
  .prev_step .content_nav_step,
  .next_step .content_nav_step {
    padding: 6px 8px 5px;
  }
  .paging_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .step-2-layout .paging_nav {
    padding: 28px 6px 25px;
  }
}
@media (max-width: 480px) {
  .step-2-layout,
  .step-2-layout .wrap-inner {
    padding: 0;
  }
  .step-2-layout .list_inclusions .element_inclusions .img-heading-blk {
    display: block;
  }
  .step-2-layout
    .list_inclusions
    .element_inclusions
    .img-heading-blk
    .heading-blk,
  .step-2-layout
    .list_inclusions
    .element_inclusions
    .img-heading-blk
    .content-blk {
    width: 100%;
  }
  .step-2-layout
    .list_inclusions
    .element_inclusions
    .img-heading-blk
    .content-blk {
    padding: 0px; margin-top: 17px;
  }
  .step-2-layout .list_inclusions {
    padding: 12px 0 0 0;
    margin: 0 -15px;
  }
  .step-2-layout .inner-wrap {
    max-width: 100%;
    padding: 0 15px;
  }
  .step-2-layout .list_inclusions .element_inclusions .img-heading-blk {
    margin: 0;
  }
  .step-2-layout .list_inclusions .element_inclusions .content {
    margin-top: 4px;
  }
  .paging_nav {
    padding: 14px 0;
  }
  #boatbuilder_color .nq_boatbuilder_bot li .overlay_infos .border {
    width: 29px;
    height: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 480px) {
  .step-model-listing .listing li {
    width: 320px !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100% !important;
  }
}
@media (max-width: 479px) {
  .prev_step .content_nav_step,
  .next_step .content_nav_step {
    font-size: 12px;
  }
}
/* step-3 section END */

/* final step-4 section START */
div.panel {
  display: none;
}
.final-step-blk {
  background: #fff;
}
.final-step-blk .final_model,
.final-step-blk .final_model .final_model_img {
  position: relative;
}
.final-step-blk .final_model {
  padding: 0 83px;
}
.final-step-blk .final_model .final_model_img {
  padding-bottom: 45.2%;
  overflow: hidden;
  max-width: 860px;
  margin: auto;
  margin-bottom: 25px;
}
.final-step-blk .final_model .final_model_img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
.final-step-blk .final_model .infos_color_summary {
  bottom: inherit;
  z-index: 1;
  position: inherit;
  text-align: center;
  padding-bottom: 11px;
}
.final-step-blk .final_model .infos_color_summary .color {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
}
.final-step-blk .final_model .infos_color_summary .name {
  font-size: 15px;
  text-transform: capitalize;
  font-style: normal;
  font-family: "arimo-regular";
  font-weight: 500;
  color: #272424;
  padding-left: 0;
  margin-left: 0;
  letter-spacing: 0;
  display: block;
}
.final-step-blk .final_model .final_model_title {
  left: 0;
  width: 100%;
  padding: 30px 20px 17px;
  bottom: 0px;
}
.final-step-blk .final_model .final_model_title .title_series,
.final-step-blk .final_model .final_model_title .ff_droid_ital {
  color: #fff;
  font-style: normal;
}
.final-step-blk .final_model .final_model_title .title_series {
  font-family: "gotham-bold";
  font-size: 34px;
  color: #161616;
  line-height: normal;
  text-align: center;
  display: block;
}

#summary .final_model .final_model_img img {
  /*width:100%;height:auto;*/
} /*******do not delete***********/
#summary .list .elem.bg_list {
  background: #f5f5f5;
}
#summary .list_specs .elem .val {
  font-weight: 500;
  position: absolute;
  right: 18px;
  top: 10px;
  text-align: right;
  line-height: 20px;
  display: inline-block;
}
#summary .list_inclusions .option_check,
#summary .list_options .option_check {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;
  top: 56%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#summary .list_options .recap_ref,
#summary .list_inclusions .recap_ref {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  margin: 0 0 0 5px;
  color: #b0b0b0;
  font-family: "Arimo", "arimo-bold";
}
#summary #get_quote {
  text-align: center; /*margin-top:100px;*/
}

.final-step-blk .table-layout {
  padding-top: 8px;
}
.final-step-blk .table-layout .inner-wrap {
  max-width: 1046px;
}


.table-layout .list_inclusions,
.table-layout .list_options {
  margin-top: -2px;
  margin-bottom: 54px;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-count: inherit;
  column-count: inherit;
  -webkit-column-width: inherit;
  column-width: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 13px;
  border-bottom: 2px solid #404a50;
}
.table-layout .list_options:last-of-type {
  margin-bottom: 34px;
}
.table-layout .list_inclusions li,
.table-layout .list_options li {
  padding: 10px 150px 10px 13px;
  height: inherit;
  line-height: normal;
  max-width: 50%;
  width: 48.1%;
  font-size: 15px;
  font-family: "arimo-regular";
  position: relative;
  background: #fff;
  color: #000;
}
.clr-bdr {
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 6px;
}
#summary #get_quote .txt,
.table-layout .paging_nav .txt {
  text-align: center;
  max-width: 500px;
  width: 100%;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  font-weight: 600;
  color: #242424;
  display: inline-block;
  margin: auto;
  font-family: "arimo-regular";
  text-transform: uppercase;
  font-weight:normal;
}
div#product-specification-list ul, #product-standard-features ul, ul#product-optional-features {
    padding-left: 0;
}
@media (max-width: 1200px) {
  .table-layout {
    padding: 40px 0 0 0;
  }
  .final-step-blk .final_model .final_model_title {
    padding: 48px 20px 18px;
  }
  .final-step-blk .final_model .final_model_title .title_series {
    font-size: 32px;
  }
  .final-step-blk .final_model {
    padding: 0 65px;
  }
  .final-step-blk .final_model .final_model_img {
    padding-bottom: 54.1%;
  }
  .final-step-blk .table-layout .inner-wrap {
    max-width: 865px;
  }
  .final-step-blk .table-layout {
    padding-top: 13px;
  }
  .table-layout .subtitle {
    padding: 0 12px;
    font-size: 14.4px;
    padding-top: 8px;
    margin-bottom: 18px;
  }
  #summary .list .elem {
    padding: 10px 100px 10px 14px;
    font-size: 14px;
  }
  #summary .list_specs .elem .val {
    right: 16px;
  }
  .table-layout .list_inclusions,
  .table-layout .list_options {
    margin-bottom: 57px;
  }
  #summary .list_inclusions .option_check,
  #summary .list_options .option_check {
    width: 18px;
    height: 18px;
    right: 18px;
  }
  .paging_nav.submit-paging .paging-para {
    margin-bottom: 8px;
  }
  .paging_nav.submit-paging {
    padding: 00px 0px 45px;
  }
}
@media (max-width: 991px) {
  .final-step-blk .final_model {
    padding: 0;
  }
  #summary .list .elem {
    padding: 10px 60px 10px 14px;
  }
}

@media (max-width: 767px) {
  #boatbuilder_color{margin-top:20px;}
  .final-step-blk .final_model {
    padding: 0 15px;
  }
  .final-step-blk .table-layout .inner-wrap {
    max-width: 100%;
    padding: 0 35px;
  }
  .final-step-blk .final_model .final_model_title {
    padding: 17px 20px 15px;
    position: relative;
    background-image: none;
  }
  .final-step-blk .final_model .final_model_img {
    margin-bottom: 18px;
  }
  .final-step-blk .final_model .infos_color_summary {
    padding-bottom: 15px;
  }
  .table-layout .list_inclusions,
  .table-layout .list_options {
    padding-bottom: 20px;
    margin-bottom: 44px;
  }
  .table-layout .list_inclusions li .val,
  .table-layout .list_options li .val {
    right: 17px;
  }
  #summary .list_inclusions .option_check,
  #summary .list_options .option_check {
    width: 20px;
    height: 20px;
    right: 16px;
    top: 50%;
  }
  .table-layout .list_options:last-of-type {
    margin-bottom: 29px; padding-left:0px;
  }
  .paging_nav.submit-paging .paging-para {
    margin-bottom: 14px;
  }
  .paging_nav.submit-paging {
    padding: 00 0 10px;
  }
  .step-3-layout .paging_nav {
    padding: 0 0 25px 00px;
  }
  .table-layout {
    padding: 0;
  }
  .final-step-blk .table-layout {
    padding-top: 0;
  }
  .table-layout .wrap-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .table-layout .list_inclusions li,
  .table-layout .list_options li {
    max-width: 100%;
    width: 100%;
  }
  #summary .list .elem.bg_list {
    background: transparent;
  }
  #summary .list .elem:nth-child(even) {
    background: #eff1f3;
  }

  .table-layout .group_options_bb .link > label {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .table-layout .list_inclusions li,
  .table-layout .list_options li {
    padding: 20px 60px 20px 16px;
  }
  .table-layout .list_inclusions li .val,
  .table-layout .list_options li .val {
    right: 15px;
  }
  #summary #get_quote {
    margin: 0;
  }
  #summary #get_quote .txt,
  .table-layout .paging_nav .txt {
    letter-spacing: 0.3px;
    max-width: 400px;
    font-size: 15px;
  }
}
@media (max-width: 530px) {
  #summary #get_quote {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .final-step-blk .final_model {
    padding: 0;
  }
  .final-step-blk .table-layout .inner-wrap {
    padding: 0 20px;
  }
  #summary #get_quote .txt,
  .table-layout .paging_nav .txt {
    padding: 0 5px;
  }
  .final-step-blk .final_model .final_model_img img {
    height: 100%;
  }
  .table-layout .subtitle {
    position: relative;
  }
  .step-3-layout .paging_nav {
    margin: 0px;
  }
}
@media (max-width: 337px) {
  #summary .listp {
    padding: 0;
  }
}

/* next-prev START */
.prev_step .prev_step_bb {
  background-image: none;
  background: url("images/prev_dark_icon.svg") no-repeat center center;
  padding-right: 30px;
  margin-left: -15px;
}
.next_step .next_step_bb {
  background-image: none;
  background: url("images/next_white_icon.svg") no-repeat center center;
  padding-left: 30px;
  margin-right: -15px;
}
.next_step:hover {
  border-color: #131414;
  background: #131414;
}
.next_step .sens {
  color: #ffffff;
}
.prev_step {
  color: #ed1c24;
  background-color: transparent;
  float: none;
}
.prev_step .sens {
  color: #ed1c24;
}
.next_step:hover,
.prev_step:hover {
  border-color: #131414 !important;
  background: #131414;
}
.prev_step:hover {
  border-color: #ed1c24 !important;
  background: #ed1c24;
}
.prev_step:hover .sens {
  color: #fff;
}
.prev_step:hover .prev_step_bb {
  background: url("images/prev_white_icon.svg") no-repeat center center;
}
.content_nav_step {
  font-size: 27px;
  text-transform: uppercase;
}
.table-layout .paging_nav {
  padding-top: 0;
}

@media (max-width: 1200px) {
  .paging_nav {
    padding: 30px 20px;
  }
}
/* next-prev END */
/* final step-4 section END */

/*************************************
     boat builder layout section end 
     *************************************************************/

.newsl_item_select_outer select.no_selectbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 35px 0 5px;
}
.newsl_item_select_outer {
  position: relative;
}
.newsl_item_select_outer::after {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 0px;
  position: absolute;
  top: 7px;
  right: 10px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.newsl_item input {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* step 3, color option arrow start */
#boatbuilder_color .bx-controls,
#boatbuilder_color .bx-controls-direction {
  position: relative;
}



/* step 3 end */

/*  boat builder summary popup start */
.lghbx_newsl_title {
  font-family: "gotham-bold";
}
.lghbx_newsl_subtitle {
  font-family: "arimo-regular";
}
.lghbx_newsl_para p {
  font-family: "arimo-regular";
}
.lghbx_newsl_para p {
  font-size: 13px;
  line-height: 15px;
  color: #666666;
}
#hsForm_06ab846c-2092-4407-85c6-4417d8c0bd5f label:not(.hs-error-msg) {
    display: block;
    margin: 5px auto 4px auto;
    width: 92%;
    padding: 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    color: #444;
    font-family: "Arimo","arimo-bold";
}
#hsForm_06ab846c-2092-4407-85c6-4417d8c0bd5f .hs-error-msg {
    position: absolute;
    color: #f00;
    font-size: 10px;
    line-height: 12px;
    display: block;
    top: auto;
    left: 7%;
    width: 92%;
    background: #fff;
    z-index: 6;
}
#hsForm_06ab846c-2092-4407-85c6-4417d8c0bd5f .hs-error-msg {
    margin-top: -6px;
}
#hsForm_06ab846c-2092-4407-85c6-4417d8c0bd5f input, 
#hsForm_06ab846c-2092-4407-85c6-4417d8c0bd5f select {
  padding: 0 1%;
    display: block;
    width: 92%;
    margin: 0 auto;
    border: 1px solid #848e97;
    color: #848e97;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    border-radius: unset;
}
#hsForm_06ab846c-2092-4407-85c6-4417d8c0bd5f .actions {
  height: 50px;
    line-height: 50px;
    border: 2px solid #ed1c24;
    background: #fff;
    padding: 0 1%;
    display: block;
    width: 92%;
    margin: 0 auto;
}
#hsForm_06ab846c-2092-4407-85c6-4417d8c0bd5f .actions {
    font-size: 15.57px;
    font-family: "gotham-bold";
    text-transform: uppercase;
    margin: auto;
    padding: 6px 12px 5px;
    transform: skew(-9deg);
    border: 2px solid #e8212c;
    color: #e8212c;
    display: inline-block;
    cursor: pointer;
    transition: all .5s;
}

#hsForm_06ab846c-2092-4407-85c6-4417d8c0bd5f .hs_submit input[type=submit] {
    background: transparent;
   border: none;
    color: #ed1c24;
    font-family: gotham-bold;
    font-size: 20px;
    height: auto;
    line-height: 21px;
    padding: 7px 0;
    -ms-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
    transition: all .5s;
}

#hsForm_06ab846c-2092-4407-85c6-4417d8c0bd5f .hs_submit {
    height: 60px;
    line-height: 60px;
    position: relative;
    display: block;
    margin-top: 8px;
    margin-left: 22px;
    width: 100%;
}
#hsForm_06ab846c-2092-4407-85c6-4417d8c0bd5f .actions:hover {
    background: #ed1c24;
    transition: all .5s;
    color: #fff!important;
}
#hsForm_06ab846c-2092-4407-85c6-4417d8c0bd5f .actions:hover .hs_submit input[type=submit]{
    color: #fff!important;
}
#hsForm_06ab846c-2092-4407-85c6-4417d8c0bd5f .hs_submit input[type=submit]:hover{
  color: #fff;
}
#hsForm_06ab846c-2092-4407-85c6-4417d8c0bd5f .actions:after {
  display:none;  
  /*background: url(https://3000341.fs1.hubspotusercontent-na1.net/hubfs/3000341/BarCrusher_November2022/Images/ajax-loader.gif) no-repeat center center;
    background-size: 16px !important;
    position: absolute;
    right: 0px;
    left: 101%;
    margin: 0 auto;
    transform: inherit;
    width: 20px;
    height: 20px;
    content: '';
    top: 14px;*/
}
#hsForm_06ab846c-2092-4407-85c6-4417d8c0bd5f .hs_error_rollup {
  display: none;
}

#lghbx_boatbuilder_form label {
  font-family: "Arimo", "arimo-bold";
}
#lghbx_boatbuilder_form input,
#lghbx_boatbuilder_form select {
  font-family: "arimo-regular";
}
#lghbx_boatbuilder_form select {
  background: #fff;
}
#lghbx_boatbuilder_form input[type="submit"] {
  font-size: 20px;
  padding: 14px 0;
  font-family: gotham-bold;
  height: auto;
  line-height: 21px;
  color: #ed1c24;
  transition: all 0.5s;
}
#lghbx_boatbuilder_form .newsl_item_sbt {
  height: 60px;
  line-height: 60px;
  position: relative;
}
#lghbx_boatbuilder_form .newsl_item_sbt .newsl_item_sbt_inner {
  height: 50px;
  line-height: 50px;
  border: 2px solid #ed1c24;
  background: #fff;
}
#lghbx_boatbuilder_form .newsl_item_sbt .newsl_item_sbt_inner:hover {
  background: #ed1c24;
  transition: all 0.5s;
}
#lghbx_boatbuilder_form
  .newsl_item_sbt
  .newsl_item_sbt_inner:hover
  input[type="submit"] {
  color: #fff;
  transition: all 0.5s;
}
#lghbx_boatbuilder_form .newsl_item_sbt .boat_builder_container_loader_gif {
  position: absolute;
  right: 0px;
  bottom: 25px;
  width: 20px;
  height: 20px;
}
#lghbx_boatbuilder_form
  .newsl_item_sbt
  .boat_builder_container_loader_gif
  .boat_builder_loader {
  background-size: 20px;
  position: absolute;
  right: 2px;
  left: 0;
  margin: auto;
  transform: inherit;
  width: 20px;
  height: 20px;
}

#lghbx_boatbuilder_form .newsl_item_sbt .boat_builder_loader {
  top: 0;
}
.newsl_item_sbt .newsl_item_sbt_inner {
  width: 90%;
}

@media (max-width: 1024px) {
  #lghbx_boatbuilder_form input[type="submit"] {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
#hsForm_06ab846c-2092-4407-85c6-4417d8c0bd5f label:not(.hs-error-msg) {
    margin: 0px auto 4px;
    width: 100%;
}
  #hsForm_06ab846c-2092-4407-85c6-4417d8c0bd5f .hs-error-msg {
    position: unset;
}
  #boatbuilder_color .bx-controls-direction .bx-next, #boatbuilder_color .bx-controls-direction .bx-prev{
    top:29px;
  }
  ul#bx-slider-pagination-varient {
    margin: 0;
}
  #lghbx_boatbuilder_form input[type="submit"] {
    font-size: 14px;
  }
   div#product-specification-list ul li {
    padding: 10px 25px 10px 14px;
    max-width: 100%;
    width: 100%;
    font-size: 14px;
}
}
@media (max-width: 1280px) {
 
/* .specivation-and-optio-list ul li:nth-child(odd){
    background: #fff;
}
.specivation-and-optio-list ul li:nth-child(even){
    background: #f5f5f5;
} */
div#product-specification-list ul {
   padding-left: 0px;
   padding-bottom: 20px;
   
}
div#product-standard-features ul li:nth-child(odd) {
    background: #fff;
}
.table-layout .list_inclusions{
  padding-left:0px;
  }
}
/*  boat builder summary popup end 


/*---------------------------------
 boat-builder page end 
 -------------------------------------*/
@media (max-width: 767px) {
  .specivation-and-optio-list ul li:nth-child(odd), #product-optional-features li:nth-child(odd){
    background: #fff;
}
.specivation-and-optio-list ul li:nth-child(even), #product-optional-features li:nth-child(even){
    background: #f5f5f5;
}
  
  .swiper-button-next.fc-button-next, .swiper-button-prev.fc-button-next {
    top: 90% !important;
}
  .nq_boatbuilder_top.nq_boatbuilder_bot .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .nq_boatbuilder_top.nq_boatbuilder_bot .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    width: 85% !important;
}
  .group_options_bb .panel.active {
    margin-bottom: 30px;
}

  #boatbuilder_color .nq_boatbuilder_bot_ul li .name{
    font-size:11px;
  }
  #boatbuilder_color .nq_boatbuilder_bot li .overlay_infos .border{
        transform: translate(-43%, -50%) !important;
        -webkit-transform: translate(-43%, -50%);
        -ms-transform: translate(-43%, -50%);
  }
}
@media (max-width: 480px) {
  #boatbuilder_color .nq_boatbuilder_bot li .overlay_infos .border{
        transform: translate(-43%, -50%) !important;
        -webkit-transform: translate(-43%, -50%);
        -ms-transform: translate(-43%, -50%);
  }
}


.step-2-layout .group_options_bb .link .radio-list li {
    opacity:.5;pointer-events: fill;
}
.step-2-layout .group_options_bb .link.active .radio-list li{ opacity:1;pointer-events: fill;}
.swiper-button-prev.fc-button-next {
    position: absolute; z-index: 2; cursor: pointer;
    top: 95%;
    left: 0;
    width: 21px;
    height: 21px;
    background-image: none;
    background: url('//3000341.fs1.hubspotusercontent-na1.net/hubfs/3000341/raw_assets/public/BarCrusher_November2022_Theme/images/toggle-arrow.png') no-repeat center center;
    background-size: 21px;
    text-indent: -100px;
    overflow: hidden;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.swiper-button-next.fc-button-next {
    position: absolute; z-index: 2; cursor: pointer;
    top: 95%;
    right: 0;
    width: 21px;
    height: 21px;
    background-image: none;
    background: url('//3000341.fs1.hubspotusercontent-na1.net/hubfs/3000341/raw_assets/public/BarCrusher_November2022_Theme/images/toggle-arrow.png') no-repeat center center;
    background-size: 21px;
    text-indent: -100px;
    overflow: hidden;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#boatbuilder_color span.swiper-pagination-bullet  {
    color: #838d97;
    font-size: 12px;
    margin: 0!important;
    padding: 15px 0;
    position: relative;
    text-align: center!important;
/*     width: 78px!important; */
    min-width:78px;
}
span.swiper-pagination-bullet span.border {
    border: 1px solid #e9ecef !important;
}
#boatbuilder_color span.swiper-pagination-bullet  .color {
    border-radius: 100%;
    display: inline-block;
    height: 21px;
    margin-right: 0;
    vertical-align: middle;
    width: 21px;
}

#boatbuilder_color span.swiper-pagination-bullet.swiper-pagination-bullet-active-main .overlay_infos .border {
    opacity: 1;
    visibility: visible;
}
#boatbuilder_color .swiper-pagination-bullet .color[style*="#ffffff"] {
    border: 1px solid rgba(204,204,204,.37) !important;
}

#boatbuilder_color span.swiper-pagination-bullet .overlay_infos .border {
    border: 1px solid;
    border-color: #8b8988;
    position: absolute;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    left: 48%;
    -webkit-transform: translateX(-43%);
    -ms-transform: translateX(-43%);
    transform: translateX(-43%);
    top: 10px;
    opacity: 0;
    visibility: hidden;
}

#boatbuilder_color span.swiper-pagination-bullet .name {
    color: #272424;
    display: block;
    font-family: arimo-regular;
    font-size: 13px;
    margin-top: 9px;
    opacity: 0;
    text-transform: capitalize!important;
    vertical-align: middle;
    visibility: hidden;
}
.swiper-pointer-events {
    margin-bottom: 52px;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet
{
   transform: unset;
}
.nq_boatbuilder_top.nq_boatbuilder_bot .swiper-pagination-bullets-dynamic {
    overflow: visible;
}
#boatbuilder_color span.swiper-pagination-bullet.swiper-pagination-bullet-active-main .name {
    visibility: visible !important;
    opacity: 1 !important;
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 0;
    transform: unset;
    white-space: nowrap;
    width: 93% !important;
    margin: 0 auto;
    overflow: hidden !important;
     margin-top: 13px;
}

.group_options_bb ul.radio-list.check_features_length.hidelie {
    opacity: 1;
    visibility: visible; padding-left:5px;
}
.group_options_bb ul.radio-list.check_features_length {
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 768) {
.group_options_bb ul.radio-list.check_features_length.hidelie {
 padding-left:5px;
}
#hsForm_06ab846c-2092-4407-85c6-4417d8c0bd5f .hs_submit {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
}  
}
.final_model .infos_color_summary .clr-bdr[style*="#ffffff"] {
    border: 1px solid rgba(204,204,204,.37) !important;
}

.heading-blk .title_builder:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 1.5px;
    background-color: #ed1c24;
}
.bx-wrapper .bx-viewport{border: 0 !important;}

@media (max-width:376px) {
    .sbmit_mdl {
        overflow: auto;
        height: 657px;
        
    }

    .sbmit_mdl .modal-content-wrqpper {
        position: unset;
        min-height: auto!important;
        max-height: auto !important;
        transform: unset!important;
    }

    .sbmit_mdl .modal-content {

        overflow: auto;
        / width: 325px; /
        height: 617px;
        min-height: auto!important;
        max-height: auto !important;
        transform: unset!important;
          box-shadow: none!important;
          position: unset!important;
    }
}
@media (max-width: 365px){
    #hsForm_06ab846c-2092-4407-85c6-4417d8c0bd5f .hs_submit input[type=submit]{
        font-size: 16px;
    }
}
#hsForm_06ab846c-2092-4407-85c6-4417d8c0bd5f .hs_submit:hover .testbtn {
    color: #fff !important;
}