/* 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/ColfaxWebRegular.woff');
}

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

@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');
}


/* 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;
    font-size: 70px;
}

.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 */

.prm_btn {
    outline: none;
    display: inline-block;
    border: none;
    background: #253746;
    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%;
}

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

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

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

.cn_logo img {
    width: 100%;
}

.cn_tab_area {
    flex: 0 0 70%;
    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%;
    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: #000;
    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;
    z-index: 0;
}

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

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

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

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

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

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

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

.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%;
}

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

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

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

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

.bt_item h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'roboto_regular';
    font-weight: 600;
    color: #253746;
}

.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: 40px;
}

.bt_mdl_item {
    font-size: 18px;
    font-family: 'roboto_regular';
    color: #253746;
    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: #253746;
    content: "";
    width: 0;
    transition: ease-in-out 0.3s;
}

.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);
    min-height: 650px;
}

.sec_sdb_area {
    flex: 0 0 35%;
    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_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: #253746;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'roboto_medium';
}

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

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

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

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

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

.cc_single {
    padding: 0 20px;
}

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

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

.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;
}

.colr_box {
    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: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: -100%;
    background-color: #f2f2f2;
    height: 100%;
    border-right: 1px solid #cccccc;
    padding: 30px;
    font-family: 'roboto_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;
}

.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: #273647;
    color: #fff;
    padding: 20px;
    margin: 10px 0 25px;
}

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

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

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

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

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

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

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

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

.ty_boat>img {
    width: 100%;
}

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

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

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

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

.dealer_spec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.ds_txt ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'roboto_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: #253746;
    color: #fff;
}

.ft_title>h3 {
    font-size: 18px;
    font-family: 'roboto_regular';
    text-transform: uppercase;
    margin-bottom: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ft_title>h3>span {
    font-size: 18px;
    margin-left: 14px;
}
.conf_box strong{
    font-weight: 400;
}
.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: 'roboto_medium';
}

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

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

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

.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;
}


/* 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;
    }
}

@media screen and (max-width:767px) {
    /* .bt_model_menu .boat_model{
   display: none !important;
} */
    .ep_list .ep_item input {
        margin: 0 5px;
    }
    .customize_innerwrap {
        overflow: hidden;
    }
    .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: #273647;
        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;
    }
    .boat_area .title {
        order: 2;
    }
    .boat_area .mob_order {
        order: 3;
    }
    .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(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: 'roboto_regular';
        z-index: -1;
        transition: unset;
        overflow-y: hidden;
        visibility: hidden;
    }
    #info_sidbr.active {
        right: 0;
        left: 0;
        height: auto;
        top: unset;
        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;
        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;
}

/* .footer_social_inline {
    display: inline-block;
    width: auto;
    height: auto;
    padding-left: 20px;
    vertical-align: middle;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
}

.footer_social_inline li {
    float: left;
    padding-right: 25px;
    display: block;
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 20px;
}

.footer_social_inline li a {
    color: #fff;
}

.footer_social_inline li i {
    font-size: 24px;
} */

.fab {
    font-family: 'Font Awesome 5 Brands';
}
