/* All Fonts Defined Here  */


/* Fonts Start */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@font-face {
    font-family: minionpro_regular;
    src: url('/assets/fonts/minionpro_regular.otf');
}

@font-face {
    font-family: colfaxregular;
    src: url('/assets/fonts/colfaxregular.otf');
}

@font-face {
    font-family: colfaxbold;
    src: url('/assets/fonts/colfaxbold.otf');
}

@font-face {
    font-family: tungsten_book;
    src: url('/assets/fonts/tungsten_book.otf');
}

@font-face {
    font-family: tungsten_medium;
    src: url('/assets/fonts/tungsten_medium.otf');
}

@font-face {
    font-family: tungsten_semibold;
    src: url('/assets/fonts/tungsten_semibold.otf');
}

@font-face {
    font-family: tungsten_bold;
    src: url('/assets/fonts/tungsten_bold.otf');
}

@font-face {
    font-family: tungstencondensed_bold;
    src: url('/assets/fonts/tungstencondensed_bold.otf');
}

@font-face {
    font-family: roboto_regular;
    src: url('/assets/fonts/roboto_regular.ttf');
}

@font-face {
    font-family: roboto_medium;
    src: url('/assets/fonts/roboto_medium.ttf');
}

@font-face {
    font-family: roboto_bold;
    src: url('/assets/fonts/roboto_bold.ttf');
}

@font-face {
    font-family: Karla_Bold;
    src: url('/assets/fonts/Karla-Bold.ttf');
}

@font-face {
    font-family: Karla_Light;
    src: url('/assets/fonts/Karla-Light.ttf');
}

@font-face {
    font-family: Karla_Medium;
    src: url('/assets/fonts/Karla-Medium.ttf');
}

@font-face {
    font-family: Karla_Regular;
    src: url('/assets/fonts/Karla-Regular.ttf');
}


/* Fonts Classes Start's Here */

.minion_R {
    font-family: minionpro_regular !important;
}

.colfax_R {
    font-family: colfaxregular !important;
}

.colfax_B {
    font-family: colfaxbold !important;
}

.tungsten_Book {
    font-family: tungsten_book !important;
}

.tungsten_M {
    font-family: tungsten_medium !important;
}

.tungsten_SB {
    font-family: tungsten_semibold !important;
}

.tungsten_B {
    font-family: tungsten_bold !important;
}

.tungsten_CB {
    font-family: tungstencondensed_bold !important;
}

.roboto_R {
    font-family: roboto_regular !important;
}

.roboto_M {
    font-family: roboto_medium !important;
}

.roboto_B {
    font-family: roboto_bold !important;
}


/* Fonts Classes End's Here */

.cc_single {
    text-align: center;
}

.cc_single label strong {
    font-family: Karla_Light;
}

.prm_btn {
    outline: none;
    display: inline-block;
    border: none;
    background: #000000;
    color: #fff;
    padding: 10px 50px;
    font-family: tungsten_book;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 5px;
    cursor: pointer;
}

a.prm_btn:hover {
    color: #fff
}

.mw_350 {
    max-width: 350px !important;
    width: 100%;
}


/* side nav css */

.side_nav {
    /* max-width: 200px; */
    min-width: 300px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

.sn_box {
    padding: 30px 8px;
}

.sn_box a {
    color: #c1c1c1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sn_box.active a {
    color: #000000;
}

.sn_box::before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 0px);
    background: #c1c1c1;
    transform: translateY(-50%);
    top: 100%;
    left: 25px;
    z-index: -1;
}

.sn_box.active::before {
    background: #000000;
}

.sn_box:last-child::before {
    display: none;
}

.sn_box {
    position: relative;
}

.sn_num {
    border: 1px solid;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    background: #fff;
}

.sn_txt {
    width: 80px;
    font-family: Karla_Regular;
    text-transform: uppercase;
}

/* .bulder_btn {
    border-radius: 30px !important;
} */

.boat_config {
    font-family: Karla_Regular;
}

.title_mn {
    font-family: Karla_Bold;
}


/* side nav css */

.cn_area {
    display: flex;
    /*    background-color: #253746; */
}

.cn_logoArea {
    /* flex: 0 0 30%; */
    flex: 0 0 20%;
    display: flex;
    align-items: center;
}

.cn_logo {
    max-width: 300px;
    width: 100%;
    margin-left: 50px;
}

.cn_logo img {
    width: 50%;
}

.cn_tab_area {
    /* flex: 0 0 70%; */
    flex: 0 0 80%;
    display: flex;
    align-items: center;
}

.cn_tab {
    width: 100%;
}

.cn_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.cn_item {
    /* flex: 0 0 25%; */
    flex: 0 0 20%;
    text-align: center;
    color: #d0d0d0;
    text-transform: uppercase;
    font-size: 16px;
    font-family: roboto_regular !important;
    padding: 30px 10px;
    cursor: pointer;
    border-left: 1px solid #e8e8e83d;
    /* background-color: #41566a; */
    justify-content: center;
    flex-direction: column;
    display: inline-flex;
}

.cn_item a {
    color: #d0d0d0;
}

.config_nav {
    background-color: #000000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cn_item.active {
    background-color: #00000026;
    color: #fff;
    position: relative;
}

.cn_item.active::before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #ffc600;
    left: 0;
}

.cn_item.active a {
    color: #fff;
}

#choose_boat {
    display: flex;
}

.boat_area {
    width: 100%;
    padding-left: 50px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    position: relative;
    /* height: 80vh; */
    height: 70vh;
    z-index: 0;
}

.boat_area .title>h2 {
    font-size: 60px;
    font-family: tungsten_semibold;
    color: #000;
    padding-top: 30px;
}

.boat_area .title>p {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'roboto_regular';
    color: #000;
}

.heroImg_wrap {
    width: 100%;
    padding-right: 50px;
}

.hero_img {
    position: relative;
    padding-top: 70%;
}

.hero_img img {
    width: 100%;
}

/* .hero_img>picture {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
} */


.hero_img>img {
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: contain;
    text-align: center;
}

.desk_model_menu {
    max-height: 550px;
    overflow-y: scroll;
}


/* width */

.desk_model_menu::-webkit-scrollbar {
    width: 5px;
}


/* Track */

/* .desk_model_menu::-webkit-scrollbar-track {
    background: #f1f1f1;
} */
.desk_model_menu::-webkit-scrollbar-track {
    background: #fff;
}


/* Handle */

.desk_model_menu::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

.desk_model_menu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.hero_img>img.active {
    display: block !important;
}

.brndImg.active {
    background: #00000030;
}

.sidebar_area {
    flex: 0 0 17.5%;
    /*  border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    height: 550px; */
}

.title_area {
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_img {
    /* max-width: 200px; */
    width: 200px;
    height: 100px;
}

.logo_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.bt_itm_img>img {
    width: 100%;
}

ul.boat_type {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    /* height: 100%; */
    height: auto;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.bt_itm_img {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
}

.bt_item {
    text-align: center;
    width: 100%;
    /* padding: 10px 10px; */
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /* height: 100%; */
    height: auto;
    cursor: pointer;
    position: relative;
}

.bt_item::before {
    height: 0;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: 10px;
    background: #000000;
    content: "";
    transition: ease-in-out 0.3s;
}

.bt_item.active::before {
    height: 100%;
}

.bt_item h4 {
    font-size: 16px;
    font-family: 'roboto_regular';
    font-weight: 600;
    color: #000000;
}

.bt_item:first-child {
    border-top: 1px solid #cccccc;
}

.bt_item+.bt_item {
    border-top: 1px solid #cccccc;
}

.boat_model {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
}

.boat_model:first-child {
    display: block;
}

.bt_model_menu {
    flex: 0 0 7%;
    padding-top: 0px;
}

.side_nav .chng_mdl {
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
}

.bt_mdl_item {
    font-size: 18px;
    font-family: 'roboto_regular';
    color: #000000;
    padding: 5px 5px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}

.bt_mdl_item::before {
    height: 2px;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    background: #000000;
    content: "";
    width: 0;
    transition: ease-in-out 0.3s;
}
.bt_tag2{
    top: 30px !important;
    left: unset;
    right: 30%;
}
a#share_popup {
    outline: none;
    display: inline-block;
    border: none;
    background: #000000;
    color: #fff;
    padding: 7px 21px;
    font-family: tungsten_book;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 0px;
    cursor: pointer;
}
a#share_customized_boat {
    outline: none;
    display: inline-block;
    border: none;
    background: #000000;
    color: #fff;
    /* padding: 7px 21px; */
    font-family: tungsten_book;
    font-size: 18px;
    letter-spacing: 1px;
    /* border-radius: 0px; */
    cursor: pointer;
}
.bt_tag a {
    position: relative;
    text-transform: uppercase;
}

.bt_tag a:first-child:before {
    position: absolute;
    content: "";
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    background: #000000;
}

.bt_tag a::after {
    position: absolute;
    content: "";
    width: 1px;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000000;
}



.bt_mdl_item.active::before
/* , .bt_mdl_item:hover::before  */

{
    width: 100%;
}

#customize_boat {
    display: none;
}

#thankyou_page {
    display: none;
}

.ty_innerwrap {
    display: flex;
    /* min-height:  calc(100vh - 84px); */
    min-height: calc(100vh);
}

.ty_innerwrap .sec_sdb_area {
    height: auto;
}

.customize_innerwrap {
    display: flex;
    overflow-x: hidden;
    /* height: calc(100vh - 84px); */
    /*  height: calc(100vh); */
    min-height: 650px;
}

.sec_sdb_area {
    /* flex: 0 0 35%; */
    flex: 0 0 25%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    border-left: 1px solid #cccccc;
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.sdb_header {
    padding: 30px;
    border-bottom: 1px solid #cccccc;
    box-shadow: rgb(0 0 0 / 20%) 0px 4px 10px 0px;
    background-color: #fff;
}

.sdb_header .title>h2 {
    font-size: 46px;
    font-family: 'tungsten_semibold';
    letter-spacing: 2px;
    color: #253746;
}

.sdb_header .title .chng_mdl {
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    padding: 0;
    font-size: 16px;
    font-family: 'roboto_regular';
    text-transform: uppercase;
    color: #253746;
    cursor: pointer;
}

.sdb_body {
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
}

.sdb_body .sdb_wrap {
    display: none;
    height: 100%;
}

.sdb_innerwrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.sdb_body .sdb_wrap:first-child {
    display: block;
}

.acrdion_wrap {
    height: calc(100vh - 270px);
    overflow: auto;
}

.acrdion_box .acrdion_body {
    display: none;
}

.acrdion_box:first-child .acrdion_body {
    display: block;
}

.acrdion_box:nth-child(2) .acrdion_body {
    display: block;
}

.acrdion_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f2f2f2;
    padding: 20px;
    cursor: pointer;
}

.acrdion_head>h2 {
    margin: 0;
    background: #f2f2f2;
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Karla_Bold';
}

.acrdion_head>i {
    transition: ease-in-out 0.3s;
}

.acrdion_head.active>i {
    transform: rotate(180deg);
}

.acrdion_body {
    padding: 20px 0;
    font-family: 'Karla_Regular';
}

.acrdion_box {
    border-bottom: 1px solid #cccccc;
}

.twoToned_color .sub_title {
    padding-left: 45px;
    font-weight: 500;
}

.cc_single {
    padding: 0 20px;
    padding-bottom: 40px;
}

/* .tw_wrap {
    display: flex;
    justify-content: space-evenly;
} */

.tw_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* flex-direction: row; */
    /* justify-content: space-evenly; */
}

.tw_wrap .ep_item {
    width: 30%;
}

.tw_wrap .ep_item+.ep_item {
    border: none;
}

.wing_box .title {
    padding: 5px 8px;
    text-align: center;
}

.wing_img {
    width: 100px;
    /* height: 100px; */
}

.wing_img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tower_wing {
    text-align: center;
    border: 1px solid #efefef;
    width: 100px;
}

.tower_wing.active {
    border: 1px solid #686868;
}

.wing_box .c_circl {
    width: 30px;
    height: 30px;
    background: bisque;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 50%;
}

.wing_box .c_nam {
    color: #a69f9f;
    font-style: italic;
    font-size: 16px;
    display: none;
}

.wing_box:hover .c_nam {
    display: block;
    position: absolute;
    bottom: 80%;
    width: 130px;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 6px;
    padding: 4px;
}

.wing_box input[type=radio] {
    visibility: hidden;
}

.wing_box .c_pric {
    font-size: 16px;
    font-weight: 500;
    font-family: 'roboto_medium';
}

.wing_box.white .c_circl {
    background: #fff;
    border: 1px solid #000;
}

.wing_box.iceBlu .c_circl {
    background: #d9ebee;
}

.wing_box.iceGrey .c_circl {
    background: #c7cdcf;
}

.wing_box.prvncBlu .c_circl {
    background: #889da2;
}

.wing_box.srfGren .c_circl {
    background: #cee7d8;
}

.wing_box.crtzBlu .c_circl {
    background: #77b0cc;
}

.color_wrap {
    display: flex;
    flex-wrap: wrap;
}

.wng_titl {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    background: #f2f2f2;
    text-transform: uppercase;
    color: #253746;
}

.wing_box {
    display: flex;
    flex-direction: column;
    /* min-width: 85px; */
    min-width: 100px;
    align-items: center;
    padding: 10px 0;
    border: 1px solid transparent;
    flex: 0 0 17%;
    margin: 7px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

.wing_box:hover,
.wing_box.active {
    border: 1px solid #cccccc;
}

.color_wrap .ep_item+.ep_item {
    border: none;
}


/* wing styling end */

.colr_box .c_circl {
    width: 30px;
    height: 30px;
    background: bisque;
    display: inline-block;
    border: 0px solid transparent;
    border-radius: 50%;
}

.colr_box .c_nam {
    color: #a69f9f;
    font-style: italic;
    font-size: 16px;
    display: none;
}

.colr_box:hover .c_nam {
    display: block;
    position: absolute;
    bottom: 80%;
    width: 135px;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 6px;
    padding: 4px;
}

.colr_box input[type=radio] {

    visibility: hidden;

}

.colr_box .c_pric {
    font-size: 16px;
    font-weight: 500;
    font-family: 'roboto_medium';
}

.colr_box.white .c_circl {
    background: #fff;
    border: 1px solid #000;
}

.colr_box.iceBlu .c_circl {
    background: #d9ebee;
}

.colr_box.iceGrey .c_circl {
    background: #c7cdcf;
}

.colr_box.prvncBlu .c_circl {
    background: #889da2;
}

.colr_box.srfGren .c_circl {
    background: #cee7d8;
}

.colr_box.crtzBlu .c_circl {
    background: #77b0cc;
}

.color_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: 15px;
}

.colr_box {
    display: flex;
    flex-direction: column;
    min-width: 30px;
    align-items: center;
    padding: 1px 0;
    border: 1px solid transparent;
    flex: 0 0 17%;
    margin: 9px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

.colr_box:hover,
.colr_box.active {
    border: 1px solid #cccccc;
}

.color_wrap .ep_item+.ep_item {
    border: none;
}

.colr_box_btm .c_circl {
    width: 30px;
    height: 30px;
    background: bisque;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 50%;
}

.colr_box_btm .c_nam {
    color: #a69f9f;
    font-style: italic;
    font-size: 16px;
    text-align: center;
}

.add_smbar {
    margin-right: 15px;
}

.colr_box_btm input[type=radio] {
    visibility: hidden;
}

.colr_box_btm .c_pric {
    font-size: 16px;
    font-weight: 500;
    font-family: 'roboto_medium';
}

.colr_box_btm.white .c_circl {
    background: #fff;
    border: 1px solid #000;
}

.colr_box_btm.iceBlu .c_circl {
    background: #d9ebee;
}

.colr_box_btm.iceGrey .c_circl {
    background: #c7cdcf;
}

.colr_box_btm.prvncBlu .c_circl {
    background: #889da2;
}

.colr_box_btm.srfGren .c_circl {
    background: #cee7d8;
}

.colr_box_btm.crtzBlu .c_circl {
    background: #77b0cc;
}

.colr_box_btm {
    display: flex;
    flex-direction: column;
    min-width: 100px;
    align-items: center;
    padding: 10px 0;
    border: 1px solid transparent;
    flex: 0 0 17%;
    margin: 7px;
    border-radius: 4px;
    cursor: pointer;
}

.colr_box_btm:hover,
.colr_box_btm.active {
    border: 1px solid #cccccc;
}

.colr_box_btm input[type=checkbox] {
    visibility: hidden;
}

.colr_box_side .c_circl {
    width: 30px;
    height: 30px;
    background: bisque;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 50%;
}

.colr_box_side .c_nam {
    color: #a69f9f;
    font-style: italic;
    font-size: 16px;
}

.colr_box_side input[type=radio] {
    visibility: hidden;
}

.colr_box_side .c_pric {
    font-size: 16px;
    font-weight: 500;
    font-family: 'roboto_medium';
}

.colr_box_side.white .c_circl {
    background: #fff;
    border: 1px solid #000;
}

.colr_box_side.iceBlu .c_circl {
    background: #d9ebee;
}

.colr_box_side.iceGrey .c_circl {
    background: #c7cdcf;
}

.colr_box_side.prvncBlu .c_circl {
    background: #889da2;
}

.colr_box_side.srfGren .c_circl {
    background: #cee7d8;
}

.colr_box_side.crtzBlu .c_circl {
    background: #77b0cc;
}

.colr_box_side {
    display: flex;
    flex-direction: column;
    min-width: 100px;
    align-items: center;
    padding: 10px 0;
    border: 1px solid transparent;
    flex: 0 0 17%;
    margin: 7px;
    border-radius: 4px;
    cursor: pointer;
}

.colr_box_side:hover,
.colr_box_side.active {
    border: 1px solid #cccccc;
}

.ep_list {
    list-style: none;
    padding: 0;
}

.ep_list .ep_item input {
    margin: 5px 5px;
}

.ep_list .ep_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 20px;
}

.info_icon {
    display: inline-flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    background: #e6e6e6;
    border-radius: 50%;
    cursor: pointer;
    flex: 0 0 20px;
    /* display: none; */
}

.info_icon.active {
    background: #253746;
    color: #fff;
}

.ep_list .ep_title {
    font-size: 16px;
    font-family: 'roboto_medium';
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.ep_list .ep_item label {
    margin-bottom: 0;
    cursor: pointer;
}

.ep_item+.ep_item {
    border-top: 1px solid #cccccc;
}

.btOpt_img {
    width: 100px;
    height: 50px;
    object-fit: contain;
    /* border: 1px dotted; */
    margin-right: 10px;
    /* display: none; */
}

.btOpt_img>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ep_price {
    display: flex;
    align-items: center;
}

#info_sidbr {
    position: absolute;
    top: 0;
    width: 400px;
    right: calc(-100% - 100px);
    background-color: #f2f2f2;
    height: 100%;
    border-right: 1px solid #cccccc;
    padding: 30px;
    font-family: 'Karla_Regular';
    z-index: -1;
    /* transition: ease-in-out 0.3s; */
    overflow-y: auto;
}

#info_sidbr.active {
    right: 100%;
    box-shadow: rgb(0 0 0 / 20%) 0px 4px 10px 0px;
}

#optBar {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 445px;
    right: -100%;
    background-color: #f2f2f2;
    height: auto;
    border-right: 1px solid #cccccc;
    padding: 30px;
    font-family: 'roboto_regular';
    z-index: -1;
    transition: ease-in-out 0.3s;
}

#optBar.active {
    right: 100%;
    box-shadow: rgb(0 0 0 / 20%) 0px 4px 10px 0px;
}

#optBar1 {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 400px;
    right: -100%;
    background-color: #f2f2f2;
    height: auto;
    border-right: 1px solid #cccccc;
    padding: 30px;
    font-family: 'roboto_regular';
    z-index: -1;
    transition: ease-in-out 0.3s;
}

#optBar1.active {
    right: 100%;
    box-shadow: rgb(0 0 0 / 20%) 0px 4px 10px 0px;
}

#optBar1_or {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 400px;
    right: -100%;
    background-color: #f2f2f2;
    height: auto;
    border-right: 1px solid #cccccc;
    padding: 30px;
    font-family: 'roboto_regular';
    z-index: -1;
    transition: ease-in-out 0.3s;
    visibility: hidden;
}

#optBar1_or.active {
    right: 100%;
    box-shadow: rgb(0 0 0 / 20%) 0px 4px 10px 0px;
    visibility: visible;
}

.opt_title h2 {
    font-size: 20px;
    font-family: 'roboto_medium';
    text-transform: uppercase;
    font-weight: 900;
    padding-bottom: 10px;
    border-bottom: 3px solid #b02727;
}

.opt_form h3 {
    font-size: 20px;
    font-family: 'roboto_medium';
    margin: 20px 0;
}

.close_br i {
    font-size: 27px;
    margin-bottom: 30px;
}

.close_br {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: 30px;
    text-align: center;
    cursor: pointer;
}

.ib_img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ib_title>h2 {
    font-size: 26px;
    font-family: 'roboto_medium';
}

.ib_img {
    padding: 30px 0;
}

.ib_detail h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Karla_Bold';
}

.ib_detail p {
    font-size: 14px;
}

.rb_form {
    max-width: 400px;
    width: 100%;
    margin: auto;
    padding: 20px;
}

.rb_form input:not([type='checkbox'],
[type='radio']),
.rb_form select,
.rb_form textarea {
    height: 45px !important;
    border-radius: 0;
}

.rb_form input::placeholder,
.rb_form select {
    font-size: 18px;
    color: #000;
    font-family: roboto_regular;
}

.rb_head {
    background: #000;
    color: #fff;
    padding: 20px;
    margin: 10px 0 25px;
}

.rb_title h3 {
    font-size: 44px;
    font-family: 'Karla_Bold';
    color: #000;
    margin: 0;
}

.vb_wrap {
    padding: 50px 20px;
    max-width: 600px;
    width: 100%;
    margin: auto;
}

.vb_title h3 {
    font-size: 44px;
    font-family: 'Karla_Bold';
    color: #000;
    margin-bottom: 20px;
}

.vb_box h3 {
    background: #f2f2f2;
    padding: 10px 20px;
    font-size: 20px;
    font-family: 'Karla_Bold';
    text-transform: uppercase;
    color: #000;
    margin: 10px 0;
}

.vb_list {
    list-style: none;
    padding: 10px 25px 10px 25px;
    font-family: 'Karla_Regular';
    margin: 0;
}

.vb_items+.vb_items {
    padding-top: 8px;
}

.vb_items {
    display: flex;
    justify-content: space-between;
}

.conf_box {
    padding: 30px;
    background: #000000;
    color: #fff;
}

.ty_boat>img {
    width: 100%;
}

.ty_area .title>h2 {
    font-size: 40px;
    font-family: 'Karla_Regular';
}

.ty_area {
    text-align: center;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding-right: 50px;
    padding-top: 20px;
}

.ty_area .title>p {
    font-size: 15px;
    text-transform: capitalize;
    font-family: 'Karla_Medium';
    padding: 20px 0;
}

.dealer_head h3 {
    background: #f2f2f2;
    padding: 10px 20px;
    font-size: 20px;
    font-family: 'Karla_Medium';
    text-transform: uppercase;
    color: #000;
    margin: 10px 0;
}

.dealer_spec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dealer_spec +.dealer_spec {
    border-top: 1px solid #f2f2f2;
    margin-top: 20px;
    padding-top: 20px;
}

.ds_txt {
    flex: 0 0 60%;
    text-align: left;
}

.ds_txt ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Karla_Medium';
    font-size: 16px;
}

.ds_txt ul li+li {
    padding-top: 8px;
}

.dealer_bdy {
    background: #fff;
    border: 2px solid #f2f2f2;
    padding: 20px;
}

.dealer_box {
    margin-bottom: 50px;
}

.ds_img>img {
    width: 100%;
}

.sdb_footer {
    padding: 30px;
    background: #000000;
    color: #fff;
}

.ft_title>h3 {
    font-size: 18px;
    font-family: 'roboto_regular';
    text-transform: uppercase;
}

.ft_title>h3>span {
    font-size: 12px;
    margin-left: 14px;
}

.ft_title>h3>span.font-weight-bold {
    font-size: 18px;
    margin-left: 14px;
}

.ft_title>h3>a {
    font-size: 14px;
    margin-left: 14px;
    color: #a8a8a8;
    text-transform: lowercase;
}

.md_calc .modal-dialog {
    max-width: 650px;
    width: 100%;
}

.md_title h3 {
    font-size: 22px;
    font-family: 'Karla_Medium';
}

.md_totalPrice {
    font-size: 36px;
    font-family: 'Karla_Medium';
}

.md_mnthPrice h4 {
    font-size: 18px;
    font-family: 'Karla_Medium';
    color: #000;
}

.md_mnthPrice h3 {
    font-size: 30px;
    font-family: 'Karla_Medium';
    color: #000;
}

.md_form {
    max-width: 400px;
    margin: auto;
    padding: 30px 0;
}

.md_form input:not([type='checkbox'],
[type='radio']),
.md_form select,
.md_form textarea {
    height: 45px !important;
    border-radius: 0;
}

.md_form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.md_form .form-group label {
    position: absolute;
    background: #fff;
    transform: translateY(-50%);
    left: 20px;
    padding: 5px 13px;
    margin: 0;
    font-size: 14px;
    font-family: 'roboto_regular';
    color: #b4b4b4;
}

.modal-body.calc_bdy {
    text-align: center;
}

.disclam_head {
    cursor: pointer;
}

.disclam_head .fa-angle-down {
    margin-left: 10px;
    transition: all 0.3s;
}

.disclam_head .fa-angle-down.active {
    transform: rotate(180deg);
}

.disclam_txt {
    display: none;
    font-size: 12px;
    text-align: left;
}

.mob_ver.sdb_header,
.mob_ver.sdb_footer {
    display: none !important;
}

.mob_model_menu,
.mob_bt_type {
    display: none;
}

.bdy{
    text-align: center;
}

.share_sbmt{
    text-align: right;
}
#share_url.form-control[readonly]{
    background-color: #fff;
}
.copy_share_url{
    outline: none;
    display: inline-block;
    border: none;
    background: #000000;
    color: #fff;
    padding: 10px 30px;
    font-family: tungsten_book;
    font-size: 18px;
    letter-spacing: 1px;
    /* border-radius: 5px; */
    cursor: pointer;
    border-radius: 5px !important;
    text-align: center;
}


.my_label{
    color: #000000;
    font-family: 'Karla_Medium' !important;
}

/* Media Quries Start's Here */


/* Media Quries Start's Here */


/* Media Quries Start's Here */

@media screen and (max-width:1199px) {
    .cn_logo {
        margin-left: 10px;
    }
    .sec_sdb_area{
        flex: 0 0 300px;
    width: 300px;
    }
    .sdb_footer{
        padding: 30px 10px;
    }
    .tw_wrap{
        justify-content: space-around;
    }
    .sn_box{
        padding: 8px 8px;
    }
    .heroImg_wrap{
        padding-right: 15px;
    }
    .boat_area{
        padding-left: 0;
    }
}
@media screen and (max-width:991px) {
    .side_nav{
        min-width: 180px;
        max-width: 180px;
        padding-left: 10px;
    }
    .boat_area{
        padding-left: 0;
    }
    .heroImg_wrap{
        padding-right: 20px;
    }
    .title_area {
        padding: 20px 20px;
    }
    .ep_list .ep_item{
        padding: 10px 6px;
    }
}

@media screen and (max-width:767px) {
    /* .bt_model_menu .boat_model{
   display: none !important;
} */
    .acrdion_wrap {
        height: auto;
    }
    .bulder_btn {
        /* border-radius: 30px !important; */
        margin-bottom: 10px;
        
    }

    a#share_customized_boat {
        padding: 10px 20px;
        font-size: 17px;
    }

    .boat_area {
        z-index: 4;
        background: #fff;
    }
    .lmb_mobTop {
        /* position: sticky; */
        top: 0;
        z-index: 20;
        background: white;
        box-shadow: 9px 6px 14px 0px #0000002e;
    }
    .side_nav {
        max-width: unset;
        flex-direction: row;
    }
    .sn_txt {
        width: 60px;
    }
    .sn_num {
        display: none;
    }
    .sn_box {
        padding: 10px 5px;
        font-size: 12px;
    }
   
    .ep_list .ep_item input {
        margin: 0 5px;
        min-width: 15px;
    }
    .customize_innerwrap {
        overflow: unset;
    }
    .mob_bt_type {
        display: block;
    }
    ul.boat_type {
        display: none;
    }
    .boat_type_mob {
        margin: 0;
        padding: 20px 30px;
        display: flex;
        list-style: none;
        justify-content: center;
    }
    .bt_item_mob {
        height: 20px;
        max-width: 150px;
        width: 100%;
        background: #95a9b5;
        border-radius: 20px;
        cursor: pointer;
    }
    .bt_item_mob+.bt_item_mob {
        margin-left: 15px;
    }
    .bt_item_mob.active {
        background: #253746;
    }
    .type_title {
        display: none;
        text-align: center;
        font-family: 'tungsten_semibold';
        font-size: 50px;
        letter-spacing: 1px;
        color: #000;
        text-transform: uppercase;
    }
    .type_title.active {
        display: block;
    }
    #choose_boat {
        flex-direction: column-reverse;
    }
    .cn_logo {
        margin: 15px auto !important;
    }
    .cn_tab_area {
        display: none;
    }
    .cn_logoArea {
        flex: 0 0 100%;
    }
    .sidebar_area {
        border-bottom: none;
    }
    .desk_model_menu {
        display: none;
    }
    .bt_model_menu {
        padding-top: 10px;
    }
    .bt_model_menu select {
        max-width: 280px;
        width: 100%;
        margin: auto;
        height: 45px;
        display: block;
    }
    .boat_area {
        padding-left: 0;
        justify-content: center;
        align-items: center;
        padding-top: 20px;
        height: auto;
    }
    .boat_area .title {
        order: 2;
    }
    .boat_area .mob_order {
        order: 3;
        justify-content: space-around;
        align-items: center;
        padding: 20px 0 !important;
        flex-direction: row-reverse;
        display: flex;
    }
    #slct_category {
        color: #000;
    }
    .heroImg_wrap {
        padding-right: 0;
    }
    .boat_area .title>h2 {
        font-size: 50px;
        margin-bottom: 0;
        font-family: 'tungsten_semibold';
    }
    .boat_area .title>p {
        font-size: 16px;
    }
    .mob_bt_type {
        padding-top: 30px;
    }
    .desk_ver .sdb_footer,
    .desk_ver .sdb_header {
        display: none !important;
    }
    .mob_ver.sdb_header,
    .mob_ver.sdb_footer {
        display: block !important;
    }
    .customize_innerwrap {
        flex-direction: column;
        /* height: unset; */
        /* height: calc(100vh - 15px); */
        min-height: unset;
    }
    .sdb_header {
        padding: 30px 0 0;
        box-shadow: none;
        border-bottom: none;
        background-color: #fff;
        text-align: center;
    }
    .ft_title>h3>span {
        font-size: 14px;
        margin-left: 20px;
    }
    .acrdion_head>h2 {
        font-size: 18px;
    }
    .acrdion_head {
        padding: 16px 16px;
    }
    .sdb_footer {
        padding: 16px;
    }
    .ft_title>h3,
    .ft_title>h3>span,
    .ep_price {
        font-size: 14px;
    }
    .ep_list .ep_item label {
        font-size: 14px;
        line-height: 1.0;
        padding-right: 3px;
    }
    .btOpt_img {
        width: 50px;
        height: 40px;
    }
    .ep_list .ep_item {
        padding: 12px 16px;
        position: relative;
    }
    .sdb_body {
        overflow: unset;
    }
    #optBar {
        width: 100%;
        border-right: none;
        transform: translateY(50%);
        /* transform: translateY(0); */
        right: 0;
        left: 0;
        top: 100%;
        z-index: -1;
        visibility: hidden;
        transition: unset;
    }
    #optBar.active {
        bottom: 0;
        /* bottom: 100%; */
        top: unset;
        z-index: 1;
        visibility: visible;
    }
    #optBar1 {
        width: 100%;
        border-right: none;
        transform: translateY(0);
        right: 0;
        left: 0;
        top: 100%;
        z-index: -1;
        visibility: hidden;
        transition: unset;
    }
    #optBar1.active {
        bottom: 100%;
        top: unset;
        z-index: 1;
        visibility: visible;
    }
    #info_sidbr {
        position: absolute;
        top: 100%;
        width: auto;
        right: 0;
        background-color: #f2f2f2;
        height: 0;
        border-right: 1px solid #cccccc;
        padding: 30px;
        font-family: 'Karla_Regular';
        z-index: -1;
        /* transition: unset; */
        overflow-y: hidden;
        visibility: hidden;
    }
    #info_sidbr.active {
        right: 0;
        left: 0;
        height: auto;
        top: 100%;
        box-shadow: rgb(0 0 0 / 20%) 0px 4px 10px 0px;
        /*   bottom: 100%; */
        z-index: 1;
        visibility: visible;
        overflow-y: unset;
    }
    .dealer_box,
    .rb_title,
    .rb_head {
        display: none;
    }
    .ty_innerwrap {
        flex-direction: column;
    }
    .ty_area {
        padding: 20px;
    }
    .vb_title h3,
    .conf_box {
        text-align: center;
    }
    .sec_sdb_area {
        border-left: 0;
        height: 100%;
        flex: 1;
        width: auto;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .md_calc .modal-dialog {
        width: auto;
    }
}


/* Media Quries End's Here */


/* Media Quries End's Here */


/* Media Quries End's Here */


/* Back Button  */

.back-button:hover {
    text-decoration: none;
}

.edit-term-btn {
    font-size: 14px;
    text-transform: lowercase;
    color: #a8a8a8;
}

.edit-term-btn:hover {
    text-decoration: none;
    color: #a8a8a8;
}
