

/**New style**/

#notify_message {
    position: fixed;
    display: none;
    z-index: 9999;
    padding-top: 10px;
    height: 50px;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 22px;
}

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


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

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

@font-face {
    font-family: Muli-Bold;
    src: url('/assets/fonts/Muli-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;
}

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

body {
    color: #000000;
    /* font-family: "Montserrat-Regular"; */
}


/* Fonts End */

.primary_txt {
    color: #737578;
}

.secondary_txt {
    color: #fff !important;
}

body {
    font-family: roboto_regular;
}

.heading h2, .heading .h2 {
    font-size: 60px;
}

.heading h4 {
    font-size: 50px;
}

.heading h6 {
    font-size: 40px;
    margin: 0;
}

.content p,
.content ul li {
    font-size: 22px;
    color: #737578;
}

.angles_dsgn {
    position: relative;
    z-index: 0;
}

.angles_dsgn::before,
.angles_dsgn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    border: 1px solid #d6d6d6;
    z-index: -1;
}

.angles_dsgn::before {
    left: 0;
    border-right-color: transparent;
}

.angles_dsgn::after {
    right: 0;
    border-left-color: transparent;
}

.lh_18 {
    line-height: 1.8;
}

.dual_btn {
    padding: 5px 8px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
}

.dual_btn.blue .btn_txt,
.dual_btn.blue .btn_icon {
    background: #253746;
    color: #fff;
}

.btn_txt,
.btn_icon {
    /*   border: 1px solid  ; */
    display: inline-block;
    transition: all 0.2s;
    background: #000000ad;
}

.dual_btn:hover .btn_txt,
.dual_btn:hover .btn_icon {
    background: #467D86;
    /*  border-color: transparent; */
}

.simple_btn {
    background: transparent;
    outline: none;
    border: 1px solid #fff;
    min-width: 250px;
    padding: 5px;
    color: #fff;
    margin: 0 5px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s;
}

.simple_btn:hover {
    background: #467D86;
}

.btn_txt {
    padding: 8px 30px 8px 30px;
    /*  background: #467D86; */
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.btn_icon {
    padding: 8px 15px 8px 15px;
    /* background: #467D86; */
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.bg_blue {
    background: url('https://mean-websites-uploaded-data.s3.amazonaws.com/sailfish-boat-new/mean-sailfish/assets/images/blue_bg.png');
}


/* Navbar Styling Start's Here */

button.owl-next:focus,
button.owl-prev:focus {
    outline: none;
}


/* sticky nav bar css */
.h-pagae-heading{
    color: #25374699 !important;
    letter-spacing: 1.5px;
    font-size: 50px;
}
.h-banner-contet p{
    font-size: 18px;
}
.navbar_sec {
    position: sticky;
    top: 0;
    z-index: 3;
    background: #fff;
}

.navbar_sec.active, .navbar_sec.activeNew {
    box-shadow: 1px -12px 20px 0px;
}


/* --------------- */

.header_nav {
    display: flex;
    justify-content: space-between;
    /*  align-items: center; */
    padding: 20px 10px;
}

.logo_area {
    flex: 0 0 20%;
}

.logo_area .nav_logo {
    max-width: 300px;
    width: 100%
}

.nav_logo img {
    width: 100%;
}

.nav_area {
    flex: 0 0 78%;
}

.nav_area ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.nav_area ul li {
    display: inline-block;
}

.nav_area ul li a {
    color: #737578;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 12px;
    position: relative;
}

.nav_area ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 1px;
    background: #467D86;
}

.nav_area ul li:first-child a::before {
    display: none;
}

.nav_area ul .dmenu li:first-child a::before {
    display: block;
}

.nav_area ul li a i {
    color: #467D86;
    font-size: 16px;
    margin-right: 5px;
}

.nav_content {
    font-family: colfaxregular;
    border-bottom: 1px solid #eaeaea;
    padding: 8px 0;
}

.nav_bar {
    font-family: colfaxbold;
    padding: 8px 0;
}

.box {
    display: none;
}


/* menu icon */

.box {
    width: 55px;
    height: 55px;
    margin: 8px;
    background-color: #ffffff;
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
}


/* // CONTAINER-LIGNES // */

.container-lignes {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 26px;
    pointer-events: none;
}


/* // LIGNE // */

.ligne {
    position: absolute;
    width: 32px;
    height: 5px;
    background-color: #184854;
    border-radius: 5px;
    pointer-events: none;
}

.ligne:nth-child(1) {
    top: 0;
}

.ligne:nth-child(2) {
    top: 10px;
}

.ligne:nth-child(3) {
    top: 20px;
}


/* // ANIMATION BOUTTON B1 // */

.b1 .ligne:nth-child(1),
.b1 .ligne:nth-child(3) {
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out, top 0.3s 0.3s ease-in-out;
}

.b1 .ligne:nth-child(2) {
    transition: opacity 0.3s 0.3s ease-in-out;
}

.b1.active .ligne:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
    transition: top 0.3s ease-in-out, transform 0.3s 0.3s ease-in-out;
}

.b1.active .ligne:nth-child(2) {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.b1.active .ligne:nth-child(3) {
    top: 10px;
    transform: rotate(-45deg);
    transition: top 0.3s ease-in-out, transform 0.3s 0.3s ease-in-out;
}


/* menu icon */


/* mega menu styling start here */

.hasMegamenu:hover .mega_menu {
    display: block;
}

.mega_menu {
    position: absolute;
    left: 0;
    top: 88px;
    right: 0;
    background: #ffffff;
    min-height: 200px;
    display: none;
    z-index: 9;
    border: 1px solid #737578;
    border-top: 0;
}

.menutab_items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menutab_item {
    color: #fff;
    padding: 20px;
    border-bottom: 1px solid #ffc701;
    margin: 0 20px;
    font-size: 22px;
}

.menutab_item {
    color: #2c3145;
    padding: 20px 15px 5px 15px;
    border-bottom: 2px solid #ffc701;
    margin: 0 20px;
    opacity: 0.5;
    cursor: pointer;
}

.menutab_item.active,
.menutab_item:hover {
    opacity: 1;
}

.mb_img img {
    width: 100%;
}

.mb_title a strong {
    color: #253746;
}

.mb_title .hhh strong {
    color: #9a9a9a;
}

.menuboat_box {
    /* max-width: 250px; */
    flex: 0 0 calc(25% - 30px);
    margin: 20px 15px;
    padding-left: 15px;
    position: relative;
    min-width: 250px;
}

.mb_build {
    position: absolute;
    bottom: -12px;
    left: 31px;
    padding: 0 15px;
    background: #fff;
}

.mb_build a {
    color: #9a9a9a;
}

.mb_build a i {
    color: #FFC701;
}

.menutab_content:not(:first-child) {
    display: none;
}

.mob_tab_item {
    width: 100%;
}

.mob_tab_item .menutab_content {
    display: none;
}

.menucontent_area {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 40px;
}

.mb_title,
.mb_txt {
    padding-left: 30px;
}

.mb_title {
    color: #253746;
}

.mb_txt {
    font-size: 14px;
    font-weight: 100;
    font-family: roboto_regular;
    color: #9a9a9a;
}

.menuboat_box.angles_dsgn::before {
    width: 70px;
}

.menuboat_box.angles_dsgn::after {
    display: none;
}


/* mega menu styling end here */


/* Navbar Styling End's Here */


/* Footer Styling Start's Here */








.footer_nav_list ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
}


/* Footer Styling Start's Here */

.blog_sec .heading h4 {
    color: #253746;
    line-height: 0.9;
    text-transform: uppercase;
    font-size: 60px;
}

.blog_txt p {
    font-size: 20px;
    font-family: 'colfaxregular';
    color: #737578;
}


/* Home Page Styling Start's Here */

.banner_img {
    height: 650px;
}

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

.float_sec {
    position: relative;
    z-index: 1;
    margin-top: -100px;
}

.float_sec .heading h2, .float_sec .heading .h2 {
    font-size: 45px;
}


/* .float_sec p
{
    color: #fff;
} */


/* footer bottom  */

.foot_btm {
    background-color: #323a3d;
    text-align: center;
    padding: 5px;
}

.foot_btm a {
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding: 0 12px;
    font-family: 'roboto_regular';
    font-weight: bold;
}

.foot_btm a:first-child::before {
    content: "";
    background: #fff;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.foot_btm a:last-child {
    float: right;
    padding: 5px 0;
}

.float_area {
    max-width: 800px;
    width: 100%;
    margin: auto;
    background: url("https://mean-websites-uploaded-data.s3.amazonaws.com/sailfish-boat-new/mean-sailfish/assets/images/blue_bg.png");
    color: #ffffff;
    padding: 50px;
    z-index: 1;
}

.boat_sec {
    margin-top: 50px;
    margin-bottom: 50px;
}

.boat_img {
    max-width: 300px;
    margin: 100px auto 0;
    width: 100%;
    position: relative;
}

.boat_img img {
    width: 100%;
}

.boat_img a {
    text-decoration: none;
}

.boat_title h2 {
    text-transform: uppercase;
    font-size: 28px;
    color: #828d9f;
    margin-bottom: 100px;
}

.feature_box {
    background: #7c7f8a;
    color: #fff;
    position: relative;
    /*  padding: 150px 0; */
}

.featured_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #33333273;
}

.featured_content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 2;
}

.featured_img {
    position: relative;
    padding-top: 70%;
    width: 100%;
}

.featured_img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured_heading h2, .featured_heading .h2 {
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    max-width: 300px;
    margin: auto;
}

.slide_img img {
    width: 100%;
}

.locate_sec {
    background-color: #FFC701;
    padding: 50px 0;
}

.loacate_from input,
.loacate_from select {
    width: 42%;
    padding: 6px 30px;
    font-size: 32px;
    display: inline-block;
    height: 55px !important;
    vertical-align: middle;
    border: 1px solid #bbb;
    border-radius: 0px;
}

.loacate_from .search_btn {
    width: 10%;
    font-size: 28px;
    padding: 3px;
    height: 55px;
    background: #bbbbbb;
    color: #fff;
    display: inline-block;
    border: 1px solid #bbb;
    vertical-align: middle;
}

.loacate_from input::placeholder {
    font-size: 34px;
    text-transform: uppercases;
}

.slider_img {
    height: 500px;
}

.gall_img {
    position: relative;
    padding-top: 75%;
}

.gall_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gall_title {
    text-transform: uppercase;
    font-size: 38px;
    color: #828d9f;
    margin-bottom: 100px;
}


/* Home Page Styling End's Here */


/* Center Console page Style */

.description_sec {
    padding: 25px 0;
}

section.blog_sec {
    padding: 25px 0;
}

.banner_sec_2 {
    padding: 25px 0;
}

.slider_sec_1 {
    position: relative;
    padding: 100px 0;
}

.side_navs .owl-nav {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
    margin: 0;
}

.side_navs .owl-nav .owl-prev,
.side_navs .owl-nav .owl-next {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.side_navs .owl-nav button:focus {
    outline: none;
}

.side_navs .owl-nav button:hover {
    background: transparent !important;
}

.side_navs .owl-nav .owl-prev {
    left: -95px;
}

.side_navs .owl-nav .owl-next {
    right: -95px;
}

.side_navs .owl-nav .owl-prev span,
.side_navs .owl-nav .owl-next span {
    font-size: 30px;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    background: #467D86;
    border-radius: 50%;
    color: #ffffff;
}

.slider_logo_area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.slider_logo_area .dual_btn {
    margin-right: 30px;
}

.slider_log {
    max-width: 230px;
    width: 100%;
    margin: 30px 0;
}

.slider_log img {
    width: 100%;
}

.blog_img {
    padding-top: 56%;
    position: relative;
}

.blog_img iframe {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}




.banner_2_img img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.signup_sec {
    background: url("https://mean-websites-uploaded-data.s3.amazonaws.com/sailfish-boat-new/mean-sailfish/assets/images/before_foot_bnr.png");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 158px 0;
    /* background-image: url('https://mean-websites-uploaded-data.s3.amazonaws.com/sailfish-boat-new/mean-sailfish/assets/images/signup_bg.jpg'); */
}

.signup_head {
    text-transform: uppercase;
    font-size: 46px;
    color: #253746;
}

.signup_head h2,
.signup_head h3 ,.signup_head .h2,.signup_head .h3{
    margin: 0;
    font-size: 70px;
    line-height: 0.9;
}

.signup_txt p {
    font-size: 30px;
    max-width: 600px;
    margin-top: 20px;
    width: 100%;
    line-height: 1.2;
    color: #253746;
}

.signup_field {
    max-width: 600px;
    width: 100%;
    position: relative;
    font-size: 20px;
}

.signup_field input {
    width: 100%;
    border: 1px solid transparent;
    padding: 8px;
    margin-bottom: 15px;
    border-radius: 8px;
    outline: none;
}

.signup_btn {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 9px;
    border: 0;
    outline: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    text-transform: uppercase;
    color: #fff;
    background-color: #467D86;
    cursor: pointer;
}

.signup_btn:focus {
    outline: none;
    border: 0;
}

.misnary_gallery_sec {
    padding: 30px 0;
}

.mg_img img {
    object-fit: cover;
    width: 100%;
}


/* Center Console page Style */


/* Reset CSS */




.rotate_90 {
    transform: rotate(90deg);
}


/* Main CSS */

.grid-wrapper>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-wrapper>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    grid-auto-rows: 250px;
    grid-auto-flow: dense;
}

.grid-wrapper .wide {
    grid-column: span 3;
}

.grid-wrapper .wide-2 {
    grid-column: span 4;
}

.grid-wrapper .tall {
    grid-row: span 2;
}

.grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}


/* Boat Model Styling Start */



.custom_border.single .color_box {
    /* border: 1px solid #8d8d8d; */
    border: 2px solid #e9e9e9;
    border-radius: 8px;
}








.cleint_n p {
    font-size: 24px;
}


/* Standard Features & Options Tab Styling Start's Here!!!! */



.main_tab_body {
    padding: 20px;
    margin-top: 30px;
}





.tab_item {
    cursor: pointer;
}






.outtertab_body:not(.outtertab_body:first-child),
.innercontent_wrapper:not(.innercontent_wrapper:first-child),
.colortab_content:not(.colortab_content:first-child) {
    display: none;
}




.innertab_items {
    list-style: none;
    padding: 0;
    position: sticky;
    top: 270px;
}

.innertab_item {
    color: #9a9a9a;
}

.innertab_item.active {
    color: #ffffff;
    font-weight: 600;
}

.innertab_item+.innertab_item {
    padding-top: 5px;
}

.innertab_wrap {
    display: flex;
    padding: 20px 0;
    line-height: 3
}

.innertab_body {
   
}

.innertab_header {
    flex: 0 0 12%;
    min-width: 160px;
}

.tabcontent_area {
    display: block;
    
}

.innertab_content {
    min-width: 300px;
    flex: 0 0 calc(33.33% - 32px);
    margin: 0 8px 0;
}



.colortab_header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.colortab_item {
    border-bottom: 3px solid #ffc701;
    margin: 5px 10px;
    padding: 5px 20px;
    opacity: 0.5;
    text-transform: uppercase;
    font-size: 24px;
}

.colortab_item.active {
    opacity: 1;
}

.color_bar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.standard_color {
    flex: 0 0 15%;
    text-align: center;
}

.optional_color {
    flex: 0 0 85%;
    text-align: center;
}

.color_box_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.color_head {
    font-size: 20px;
    color: #b3b3b3;
}




.spec_img {
  
    position: relative;
    max-width: 1200px;
    margin: auto;
}

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

.ttip {
    width: 304px;
    padding: 20px;
    background-color: #2D4054;
    box-shadow: 0 20px 40px 0 rgba(12, 23, 32, 0.24);
    -webkit-box-shadow: 0 20px 40px 0 rgba(12, 23, 32, 0.24);
    outline: solid 2px #8cc5ec;
    outline-offset: -5px;
    z-index: 999;
    display: none;
}

.ttip h5 {
    color: #fff;
}

.colortab_content .color_box {
    width: 100px;
    height: 100px;
    background: #000;
    margin: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    min-width: unset;
    flex: 0 0 auto;
}

.color_box.white {
    background-color: #e8e5d9;
}

.color_box.white_st {
    background-color: #f2f2f2;
}

.color_box.cortez_blue {
    background-color: #75afcd;
}

.color_box.ice_blue {
    background-color: #d8ecf0;
}

.color_box.iced_slategrey {
    background-color: #b2babd;
}

.color_box.province_blue {
    background-color: #879ca2;
}

.color_box.surf_green {
    background-color: #cee7d9;
}

.spec_list {
    list-style: none;
    padding: 45px 50px 30px 50px;
}

.spec_list_item .size {
    font-weight: 700;
}

.spec_topbar {
    position: absolute;
    top: -30px;
    left: 50px;
    right: 50px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    border-bottom: 1px solid #d6d6d6;
}

.spec_list_box .Metric_unit {
    display: none;
}

.spec_list_box.active .US_unit {
    display: none;
}

.spec_list_box.active .Metric_unit {
    display: block;
}

.spec_list_item {
    display: inline-block;
    /* min-width: 160px; */
    margin-bottom: 30px;
    /* padding: 0 20px; */
    vertical-align: text-top;
}

.spec_list_item span {
    display: block;
    width: 200px;
    padding: 0 20px;
}

.unit_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.switch_btn {
    padding: 0 10px;
}

.switch_btn input {
    display: block;
    opacity: 0;
}

.switch_btn label {
    position: relative;
    width: 60px;
    height: 34px;
    display: inline-block;
    background: #ffffff;
    border-radius: 30px;
    border: 1px solid;
    cursor: pointer;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.switch_btn label:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 1px;
    width: 30px;
    height: 30px;
    background: #ffc701;
    border-radius: 50%;
    /* box-shadow: 1px 3px 6px #666666; */
}

.switch_btn input:checked+label {
    background: #ffc701;
}

.switch_btn input:checked+label:after {
    left: auto;
    right: 2px;
    background: #ffffff;
}


/* Standard Features & Options Tab Styling End's Here!!!! */

.inner_navbar {
    background-color: #467D86;
    position: sticky;
    top: 85px;
    z-index: 2;
}

.nav_list {
    list-style: none;
    padding: 10px 10px;
    margin: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.navlist_item a {
    padding: 0 20px;
    color: #ffffff;
    font-family: 'tungsten_book';
    font-size: 30px;
    letter-spacing: 1px;
}

.locate_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.loacate_from {
    width: 100%;
    /* text-align: left; */
}

.locate_flex .heading {
    min-width: 250px;
}

.banner_sec {
    position: relative;
}

.banner_sec .owl-theme .owl-nav {
    position: absolute;
    transform: translateY(-50%);
    top: 78%;
    width: 100%;
}

.banner_sec .owl-nav .owl-prev span,
.banner_sec .owl-nav .owl-next span {
    font-size: 30px;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    background: #467D86;
    border-radius: 50%;
    color: #ffffff;
}

.c_tag {
    position: absolute;
    right: 0;
    background: #9fcfca;
    font-size: 48px;
    font-family: 'tungsten_medium';
    padding: 10px;
    line-height: 0.7;
    transform: translate(-50%, -50%);
    top: 50%;
    width: max-content;
    z-index: 1;
    text-transform: uppercase;
}


/* Boat Model Styling End */


/* specsPage Styling Starts Here */

.hd {
    font-size: 42px;
    font-weight: 800;
}

.hd6 {
    font-size: 36px;
    font-weight: 600;
    font-family: 'colfaxbold';
    color: #585858;
    display: flex;
    align-items: center;
    text-align: left;
}

.hd6 i {
    font-size: 18px;
    width: 40px;
    height: 40px;
    background: #122b3c;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
}

#sidebar.thirty {
    background-color: #f8f8f9;
    /* width: 33.6%; */
    text-shadow: none;
}

#sidebar.thirty {
    padding: 15px;
    margin-bottom: 50px;
    background: #FAF8F7;
    text-shadow: 1px 1px 1px #fff;
}

.thirty p {
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.65;
    letter-spacing: normal;
    color: #3d464d;
}

#sidebar h4 {
    /* font-family: 'Barlow', sans-serif; */
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-transform: none;
    color: #2d4054;
}

#sidebar h4 {
    font-weight: 900;
    margin-bottom: 10px;
    font-family: 'colfaxregular';
    font-size: 24px;
}

#sidebar ul.socials li a i {
    padding-top: 14px;
}

ul.socials li a i {
    padding-top: 0px;
    color: #2d4054;
}

ul.socials li a i {
    padding-top: 9px;
}

#sidebar input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background: #FFF;
    border: solid 1px #e2e3e4;
    padding: 12px 10px !important;
}

.panel-body p {
    padding: 5px;
    margin-left: 15px;
}

.panel-body p a {
    color: #737578;
}

.head_specc {
    color: #585858 !important;
    font-size: 24px;
    white-space: normal;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

ul.dmenu {
    padding: 15px;
    width: 245px;
    text-align: left;
}


/* slider gallery */

.gallery_sec {
    margin-top: 80px;
}

.bt_dtl_gal .wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 80px; */
    text-align: center;
    padding: 1em;
}

.bt_dtl_gal .wrapper .button-group {
    width: auto;
    padding: 1em 0;
}

.bt_dtl_gal .wrapper .button-group button {
    padding: 1em;
    background: #222;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    border: 3px solid white;
}

.bt_dtl_gal .wrapper .button-group button:hover {
    background: white;
    color: #222;
    border: 3px solid #222;
    cursor: pointer;
}

.bt_dtl_gal .wrapper .button-group .active {
    background: white;
    color: #222;
    border: 3px solid #222;
    cursor: pointer;
}

.bt_dtl_gal .wrapper .slider2 {
    height: auto !important;
    transition: all 500ms ease;
    left: 0;
}

.bt_dtl_gal .wrapper .slider2 .slick-slide {
    position: relative;
    /* margin: 0 1em; */
}

.bt_dtl_gal .wrapper .slider2 .slick-track {
    transition: all 500ms ease;
}

.bt_dtl_gal .wrapper .slide {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    /*margin-bottom: 1em;*/
    padding-top: 70%;
}

.bt_dtl_gal .wrapper .slide img , .bt_dtl_gal .wrapper .slide iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bt_dtl_gal .wrapper .slick-nav {
    width: 100%;
    position: relative;
    list-style-type: none;
    top: -50%;
}

.bt_dtl_gal .wrapper .slick-nav button {
    padding: 1em;
    background: #222;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    border: 3px solid white;
}

.bt_dtl_gal .wrapper .slick-nav button:hover {
    background: white;
    color: #222;
    border: 3px solid #222;
    cursor: pointer;
}

.bt_dtl_gal .wrapper .slick-nav .slick-prev {
    position: absolute;
    left: 0;
    transform: translateY(-50%);
}

.bt_dtl_gal .wrapper .slick-nav .slick-next {
    position: absolute;
    right: 0;
    transform: translateY(-50%);
}

.bt_dtl_gal .wrapper .slick-nav .slick-dots {
    list-style-type: none;
    display: none !important;
}

.bt_dtl_gal .wrapper .slick-nav .slick-dots li {
    width: auto;
    display: inline-block;
}

.bt_dtl_gal .wrapper .slick-nav .slick-dots li button {
    padding: 1em;
    background: #222;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    border: 3px solid white;
}

.bt_dtl_gal .wrapper .slick-nav .slick-dots li button:hover {
    background: white;
    color: #222;
    border: 3px solid #222;
    cursor: pointer;
}

.expl {
    background: rgba(34, 34, 34, 0.95);
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    display: inline-block;
    padding: 1em;
    color: white;
    margin: 1em;
    border: 2px solid #efefef;
    max-width: 360px;
}

.expl h2 {
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: 900;
    margin-top: 0;
}

.expl p,
.expl li {
    text-transform: inherit;
    font-size: 1em;
}

.expl ul,
.expl li {
    margin-bottom: 0.2em;
}


/* banner section btn modal */


/*banner btn modal css*/

#myBtn {
    background: none;
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
}

.c_tag {
    width: 80px;
    height: 50px;
    padding: 5px;
    right: 0;
    transform: translateX(0);
    background: #FFC701;
    position: fixed;
    z-index: 12;
}

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

.Boatsail_baner_btn .modal {
    right: 0;
    left: auto;
    overflow: auto;
    top: 50%;
    bottom: unset;
    /* top: 66%; */
    transform: translateY(-50%);
    z-index: 13;
}


/* Modal Content */

.Boatsail_baner_btn .modal-content {
    background-color: #fff;
    margin-left: auto;
    border: 1px solid #888;
    width: auto;
}

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

.boat_detailpopup {
    display: flex;
    justify-content: center;
    align-items: center;
}

.boat_detailpopup ul {
    padding: 0;
    margin-top: 11px;
    margin-bottom: 6px;
}

.boat_detailpopup ul li {
    list-style: none;
    padding: 5px 35px 5px 18px;
}

.boat_detailpopup li:not(:last-child) {
    border-bottom: 1px solid gray;
}

.boat_detailpopup li a {
    color: #253746;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    margin-left: 14px;
    font-family: 'colfaxbold';
    text-transform: uppercase;
}

.moadalimgWrapper {
    width: 24px;
    height: 24px;
    object-fit: cover;
    display: inline-block;
    position: relative;
    margin-left: 4px;
}

.moadalimgWrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.menutab_body {
    height: calc(100vh - 171px);
    overflow-y: auto;
}

.menutab_body::-webkit-scrollbar {
    display: none;
}


/*----------------*/


/* spinner loader css */

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #253746;
    border-color: #253746 transparent #253746 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* ---------------- */

/* admin event page  */

button.btn_event {
    padding: 22px 45px;
    background-color: #006e87;
    color: white;
    border-radius: 20px;
    border: transparent;
    font-family: inherit;
    font-weight: 500;
    font-size: 21px;
    font-family: 'Muli-Bold';
}

li.list-group-item {
    font-family: 'Muli-Bold';
}

.col-lg-10.bgwhite {
    background-color: white;
    padding-top: 30px;
}

button.gray_btn.apply {
    background-color: #006e87;
    color: white;
    border: transparent;
    border-radius: 17px;
    padding: 7px 25px;
    margin-left: 27px;
    font-weight: 700;
    font-family: 'Muli-Bold';
}

button.gray_btn {
    background-color: #006e87;
    color: white;
    border: transparent;
    border-radius: 17px;
    padding: 7px 25px;
    font-weight: 700;
}

select#company {
    border: none;
    background-color: transparent;
}

input.findsome {
    margin-left: 11px;
    border: none;
}

.comapny_name {
    display: flex;
    justify-content: center;
    /* border-left: 1px solid gray; */
}

select#company {
    margin-right: 17px;
    margin-bottom: 15px;
}

.statu_tit {
    margin: 0 62px;
}



/* event page end  */

/*end*/

/* boats admin  */

h2.newboats {
    margin-left: 0px;
    font-family: 'Muli-Bold';
}

h2.editboats {
    margin-left: 27px;
}


/* boat page background color */

div#boat_page {
    background-color: #f7f7f7;
}

.col-lg-9.bgwhite {
    background-color: white;
    padding-top: 20px;
    margin-left: 50px;
}

.col-lg-12.bgwhite {
    padding-top: 20px;
    background-color: white;
    margin: 0 auto;
}

div#form_status {
    margin-top: 15px;
}


/* boat page background color */

td.del {
    /* padding: 17px !important; */
    padding: 17px 3px !important;
}

td.pencil {
    /* padding: 17px !important; */
    padding: 17px 3px !important;
}

table.w-100.boatstble.table.table-hover {
    margin-top: 30px;
}

th.event_date {
    padding-left: 19px !important;
}

table,
th,
tr,
td {
    border-bottom: 1px solid gray;
    padding: 10px;
}

.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 17px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ecf0f1;
    font-family: Muli-SemiBold !important;
}

th {
    font-family: muli-bold;
}

table {
    border-collapse: collapse;
    caption-side: bottom;
}

caption {
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
}


/* Hull color css  */

.form-control,
input {
    border-width: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 500;
}

.color_name.each_row input {
    margin: auto;
}

label.control-label {
    font-family: 'Muli-Bold';
}

.form-control {
    font-family: 'Muli-Light';
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #d9d9d9;
    /* border-radius: 0px; */
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.color_box .upload_box .upload_btn label {
    background-color: #1a1a1a;
}

.upload_box .upload_btn label {
    background-color: #006e87;
}

.elec_option_sec .col-sm-6 .upload_box .upload_btn label {
    background-color: #006e87;
}

.wt_option_sec .col-sm-6 .upload_box .upload_btn label {
    background-color: #006e87;
}

.elec_option_sec .col-sm-6 .upload_box .upload_btn label {
    background-color: #006e87;
}

.option_pkg_sec .col-sm-6 .upload_box .upload_btn label {
    background-color: #006e87;
}

.st_option_sec .col-sm-6 .upload_box .upload_btn label {
    background-color: #006e87;
}

.form-group .upload_box .upload_btn label {
    background-color: #006e87;
}

.bt_op_sec .upload_box .upload_btn label {
    background-color: #006e87;
}

.eng_power_sec .upload_box .upload_btn label {
    background-color: #006e87;
}

.std_ft_sec .upload_box .upload_btn label {
    background-color: #006e87;
}


/* hull color  */


/* boats admin */

.req_option_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}



p.bs {
    font-family: 'Muli-Light';
}

.upload_btn label {
    background: #006e87;
    padding: 8px 16px;
    border-radius: 16px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-family: 'Muli-Bold';
}

p.up_img {
    font-family: 'Muli-Light';
}

.tab_header ul {
    list-style: none;
    /* padding: 20px; */
    padding: 15px 20px 10px 20px;
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
    /* border-bottom: 1px solid; */
}

table a:not(.btn),
.table a:not(.btn) {
    text-decoration: none;
    color: black;
    font-weight: 400;
}

label.control-label.old_lbl {
    color: font-fa;
    font-family: 'Muli-Bold';
    font-weight: 500;
    margin-bottom: 8px;
}

.tab_header ul li {
    font-family: Muli-Bold;
    font-weight: bold;
    font-size: 18px;
    /* font-family: 'Montserrat-Light'; */
    padding: 8px 24px;
    cursor: pointer;
}



.tab_body {
    background-color: white;
    padding: 0px 13px;
    margin: 0px 45px;
}
.panel-primary {
   border: none;
}


.tab_header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ececec;
    background-color: white;
    margin: 0px 45px;
}


.tab_header .form-group{
    width: 13%;
}
.status_drft {
    display: flex;
    justify-content: space-evenly;
    margin-top: 16px;
    margin-right: 56px;
}

.main_content {
    padding-left: 250px;
    height: 100%;
    overflow-y: scroll;
    transition: all 0.2s;
}


/* overview page css */
.imgdiv.support {
    margin-top: 50px;
}
h3.support {
    color: white;
    font-family: 'Muli-Bold';
    font-size: inherit;
}
p.my-1 {
    color: white;
    font-family: 'Muli-Light';
    font-size: inherit;
}
.row.pageview {
    margin-top: 50px;
}
button.chatnow {
    background-color: #006e87;
    padding: 8px 22px;
    color: white;
    border: none;
    border-radius: 15px;
}


.new_port.support {
    background-color: #2f2f2f;
    padding: 30px;
    border-left: 4px solid #006e87;
    margin-left: 76px;
}

/* overview page css end  */


.side_bar.menu-top.active {

    width: 172px;
}

/*admin  menu css start*/
ul.sub_menu {
    z-index: 9;
    padding: 0px;
    position: absolute;
    left: 100%;
    top: 0%;
    display: none;
    width: 100%;
    background-color: #1a1a1a;
    color: white;
    border-left: 2px solid #006e87;
    border-right: 2px solid #006e87;
}
ul.sub_menu:hover {
   background-color: #2c2c2c;
}

li.list-group-item:hover ul.sub_menu {
    display: block;
}
li.sub_menu_item {
    display: table-caption;
    margin: 9px;
    color: white;
    border-bottom: 1px solid white;
    border-width: initial;
}
a.sub_menu_link.Montserrat_Medium:hover {
   text-decoration: none;
}

li.sub_menu_item a:hover {
    color: white !important;
}
a.sub_menu_link.Montserrat_Medium {
    color: white;
    font-family: 'Muli-Light';
    font-size: 13px;

}
.li_subitems.text-center {
    display: initial;
}
li.sub_menu_item:hover {
    border-right: 2px solid #006e87;
}
li.list-group-item:hover {
    background-color: #2c2c2c;
}
li.sub_menu_item {
    padding: 6px;
}
li.sub_menu_item:hover {
    background-color: #2c2c2c;
}

strong.li_text {
    margin-top: 7px;
    font-family: 'Muli-Bold';
}

/* submenu right css */

span.side_sub_menu {
    left: 100%;
    position: absolute;
    top: 0;
    width: 172px;
    z-index: 1;
    height: 121vh;
    background: #2c2c2c;
    transition: all 0.1s;
    display: none;
}

span.side_sub_menu.active{
    display: block;
}
li.list-group-item:hover span.side_sub_menu {
    display: block;
}
/* admin menu  */



.contact-dealer-popup-close{
    position: absolute !important;
    right: 0;
    top: -10px;  
}
.disclamer-popup-close{
    position: absolute !important;
    right: 0;
    top: -10px;  
}











/* pop up heading style */


/*popup*/

.boatContactModal .contctModal_head {
    text-align: center;
    margin-top: 6px;
}

.boatContactModal {
    padding: 29px 48px;
}

.boatContactModal .contctModal_head h2 {
    font-size: 46px;
    font-family: 'tungsten_bold';
    text-transform: uppercase;
    margin: 0;
    color: #273647db;
}

.boatContactModal .contctModal_head p span {
    text-align: center;
    color: #75afcd;
    font-size: 12px;
    font-family: inherit;
    font-weight: 500;
}

.service_selectWrapper {
    position: relative;
}

.service_selectWrapper span {
    position: absolute;
    right: 5% !important;
    top: 9%;
    color: #808080cf;
    font-size: 24px;
    pointer-events: none;
}

.contactFormmodal {
    position: relative;
    z-index: 0;
}

.contactFormmodal::before {
    content: "";
    position: absolute;
    top: 25px;
    bottom: 41px;
    width: 46px;
    border: 1px solid #273647;
    z-index: -1;
    border-right: transparent;
    left: 0;
}

.contactFormmodal::after {
    content: "";
    position: absolute;
    top: 25px;
    bottom: 41px;
    width: 46px;
    border: 1px solid #273647;
    z-index: -1;
    border-left: transparent;
    right: 0;
}

.dealerContct_frm select {
    height: 100% !important;
    padding: 9px;
    border-radius: 0;
    color: gray;
}


/*Form Input Styling */


/*Form placeholder styling */

.dealerContct_frm .form-control::-webkit-input-placeholder {
    color: gray;
    font-size: 14px;
}

.dealerContct_frm .form-control:-moz-placeholder {
    color: gray;
    font-size: 14px;
}

.dealerContct_frm .servic_form .form-control::-moz-placeholder {
    color: gray;
    font-size: 14px;
}

.dealerContct_frm .servic_form .form-control::placeholder {
    color: gray;
    font-size: 14px;
}

.dealerContct_frm .servic_form .form-control:-ms-input-placeholder {
    color: gray;
    font-size: 14px;
}

.dealerContct_frm .servic_form {
    padding: 25px;
    font-size: 14px;
}


/*MODAL WIDTH style*/

.modelBOX {
    max-width: 778px !important;
}

.dealerContct_frm .form-control {
    box-shadow: none;
}

.dealerContct_frm input {
    position: relative;
    color: #999999;
    padding: 9px 22px;
    border-radius: 0;
    font-family: 'roboto_regular';
    ;
}

.dealerContct_frm textarea {
    position: relative;
    color: #999999;
    padding: 9px 22px;
    border-radius: 0;
    font-family: 'roboto_regular';
}

.dealerContct_frm {
    padding: 0px 47px;
}

/* become a dealer css starts  */
    .team_img {
        width: 100%;
        height: 100%;
    }
.locate_sec h4 {
    font-family: 'tungsten_bold';
    font-size: 70px;
    color: #2c2e35;
}

.sailfish_dna h4 {
    font-size: 35px;
    color: #afb0b3;
}

form.dealer_form h6 {
    font-size: 20px;
    color: #afb0b3;
    font-weight: 400;
}
form.dealer_form label {
    font-size: 20px;
    color: #afb0b3;
    font-weight: 400;
}
.locate_sec p {
    color: #2c2e35;
    font-weight: 500;
    font-size: 30px;
    line-height: 50px;
}
    .sailfish_dna h2 {
        font-size: 70px;
    }

    section.quotes h3 {
        color: white;
        padding: 50px 0px;
    }
    .submitbtn {
        text-transform: uppercase;
        color: #fff;
        background-color: #467D86;
        cursor: pointer;
        border-color: transparent;
    }
    .team_info h3 {
        font-size: 65px;
    }

    .sign_wrap {
        max-width: 500px;
        margin-left: auto;
    }

    .gap_max {
        padding: 40px 0px;
    }
    .content.success {
    max-width: 1200px;
    margin: auto;
    padding-top: 20px;
    font-weight: 500;
}

    .gap {
        padding: 50px 0px;
    }

    .divider {
    color: #acadb0;
    font-size: 50px;
    border-bottom: 2px solid;
    width: 70%;
    margin: auto;
}

    .tugsten_bold {
        font-family: 'tungsten_bold';
        color: #142b3a;
    }

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

    section.sailfish_success h1 {
        font-family: 'tungsten_bold';
        color: #142b3a;
        font-size: 91px;
        color: #142b3a;
    }

  section.sailfish_success h2 {
    font-family: 'tungsten_medium';
    font-size: 76px;
    color: #142b3a;
}
.sailfish_team .content p {
    font-size: 30px;
}
    .bg_pink {
        background-color: #f5f6f6;
    }

    .team_info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 70px;
        height: 100%;
    }

    .signimg {
        width: 300px;
    }

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

    .dna_img {
        width: 100%;
        height: 100%;
    }

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

    .dealership_form .form-control {
        font-family: 'Muli-Light';
        display: block;
        width: 100%;
        height: 45px;
        padding: 10px 15px;
        font-size: 15px;
        line-height: 1.42857143;
        color: #2c3e50;
        background-color: #f5f6f6;
        background-image: none;
        border: 1px solid #d9d9d9;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
/* becme a dealer css end  */



/* MODAL FORM SUBMIT BTN */

.ModalSubmitbtn {
    margin: auto;
    margin-bottom: 12px;
    text-align: center;
}

.mdl_submit {
    padding: 5px 38px 2px 38px;
    border: none;
    background-color: #3d7099;
    font-size: 26px;
    border-radius: 5px;
    color: #fff;
    outline: none;
    margin-top: 16px;
    font-family: 'tungsten_book';
    cursor: pointer;
}

.mdl_submit:hover {
    background-color: #fff;
    color: #3d7099;
    outline: auto;
    transition: 0.2s ease-in-out;
}


/*pop up heading end*/

.dsk_mnu {
    display: none;
}

.mega_menu_list {
    display: none;
}

.hasMegamenu:hover .mega_menu.dsk_mnu {
    display: block;
}

.hasMegamenu:hover .mega_menu.mega_menu_list {
    display: none;
}


/* specsPage Styling Starts Here */


/* Media Quries Start's Here */


/* Media Quries Start's Here */


/* Media Quries Start's Here */

@media screen and (max-width:1400px) {
    input#gnewtonKeyword {
        padding: 7px;
    }
    .newton_logo {
        display: none;
    }
    #gnewtonCareerHome>tbody>tr:nth-child(4)>td>ul>li:nth-child(1)>a {
        font-size: 22px !important;
    }
    .nav_area ul li a {
        font-size: 14px;
    }
    .logo_area {
        flex: 0 0 23%;
    }
    .nav_area {
        flex: 0 0 75%;
    }
    .head_specc {
        font-size: 20px;
        white-space: unset;
    }
}

@media screen and (max-width:1200px) {
    input#gnewtonKeyword {
        padding: 7px;
    }
    .newton_logo {
        display: none;
    }
    .menutab_body {
        height: calc(100vh - 173px) !important;
        overflow-y: auto !important;
    }
    .head_specc {
        font-size: 18px;
        white-space: unset;
    }
    .slider_sec_1 .owl-nav {
        position: relative;
        transform: unset;
        margin-top: 30px;
    }
    .slider_sec_1 .owl-nav .owl-prev {
        position: unset;
    }
    .slider_sec_1 .owl-nav .owl-next {
        position: unset;
    }
}

@media screen and (max-width:1199px) {
    .heading h2, .heading .h2 {
        font-size: 46px;
    }
    .content p,
    .content ul li {
        font-size: 18px;
    }
    .nav_area ul li a {
        font-size: 12px;
    }
    .angles_dsgn::before,
    .angles_dsgn::after {
        width: 50px;
    }
    .boat_img {
        margin: 50px auto 0;
    }
    .boat_title h2 {
        margin-bottom: 50px;
    }
    .featured_heading h2,.featured_heading .h2 {
        font-size: 46px;
    }
    .banner_img {
        height: 450px;
    }
    .signup_txt p {
        font-size: 26px;
    }
    .signup_head h2,
    .signup_head h3 , .signup_head .h2,.signup_head .h3{
        font-size: 60px;
    }
    .signup_field {
        font-size: 18px;
    }
    .blog_sec .heading h4 {
        font-size: 46px;
    }
    .blog_txt p {
        font-size: 18px;
    }
}

@media screen and (max-width:991px) {
    .dsk_mnu {
        display: none;
    }
    .mega_menu_list {
        display: none;
    }
    .hasMegamenu:hover .mega_menu.dsk_mnu {
        display: none;
    }
    .hasMegamenu:hover .mega_menu.mega_menu_list {
        display: block;
    }
    .mob_tab_item.active .menutab_content {
        display: block;
    }
    .ttip>h5 {
        margin: 0;
        font-size: 14px;
    }
    .ttip {
        width: auto;
        padding: 10px 20px;
    }
    .box {
        display: block;
    }
    .header_nav {
        align-items: center;
    }
    .nav_area ul {
        text-align: left;
    }
    .nav_area {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 9;
    }
    .nav_bar ul li {
        display: block;
    }
    .nav_bar ul li a::before {
        display: none;
    }
    .nav_bar ul li a {
        font-size: 14px;
    }
    .logo_area {
        flex: 1 0 23%;
    }
    .nav_area {
        display: none;
    }
    .slider_sec_1 {
        position: relative;
        padding: 100px 50px;
    }
    .locate_sec p {
        font-size: 28px;
        line-height: 36px;
    }
    .gap {
        padding: 14px 0px;
    }
    .team_info {
        padding: 45px;
    }
    .sailfish_dna h4 {
        font-size: 26px;
    }
    .sailfish_team .content p {
        font-size: 27px;
    }
    .sailfish_dna h2 {
        font-size: 45px;
    }
    section.sailfish_success h1 {
        font-size: 60px;
    }
    section.sailfish_success h2 {
        font-size: 45px;
    }
    .slider_log {
        margin: 10px 0;
    }
    .side_navs .owl-nav .owl-next {
        right: -50px;
    }
    .side_navs .owl-nav .owl-prev {
        left: -50px;
    }
    .main_tab_header {
        padding-bottom: 10px;
    }
    .signup_sec {
        padding: 50px 0;
    }
    .signup_txt p {
        font-size: 22px;
    }
    .signup_head h2,
    .signup_head h3, .signup_head .h2,.signup_head .h3 {
        font-size: 50px;
    }
    .signup_field {
        font-size: 16px;
    }
    .heading h6 {
        font-size: 34px;
    }
    .heading h4 {
        font-size: 40px;
    }
    .blog_txt p {
        font-size: 16px;
    }
    .blog_sec .heading h4 {
        font-size: 40px;
    }
    .dropdown:hover .dropdown-menu {
        display: none !important;
    }
    .dropdown:hover .dropdown-menu.show {
        display: block !important;
    }
    .head_specc {
        font-size: 24px;
    }
    ul.dropdown-menu.dmenu.nav_dropdown {
        position: unset !important;
        transform: unset !important;
        border: none !important;
    }
    ul.dmenu {
        width: 100% !important;
    }
    .slider_logo_area {
        justify-content: center !important;
    }
    .slider_sec_1 .owl-carousel .owl-item {
        padding: 0 15px;
    }
    .navlist_item a {
        font-size: 24px;
    }
    .menutab_body {
        /* height: calc(100vh - 262px) !important; */
        height: auto!important;
        overflow-y: auto !important;
    }
    .menutab_item {
        font-size: 16px;
        margin: 0 8px;
    }
    .nav_area ul .dmenu li:first-child a::before {
        display: none;
    }
    .inner_navbar {
        top: 110px;
    }
 
}

@media screen and (max-width:767px) {
    .hd6 {
        font-size: 22px;
    }
    .hd6 i {
        font-size: 16px;
        width: 30px;
        height: 30px;
    }
   
    .slider_sec_1 {
        position: relative;
        padding: 20px 20px;
    }
    .side_navs .owl-nav .owl-next {
        right: -20px;
    }
    .side_navs .owl-nav .owl-prev {
        left: -20px;
    }
    .side_navs .owl-nav .owl-prev span,
    .side_navs .owl-nav .owl-next span {
        font-size: 18px;
        height: 25px;
        width: 25px;
    }
    .main_tab_header {
        flex-direction: column;
        padding-bottom: 10px;
        position: static;
    }
    .outtertab_header {
        width: 100%;
    }
    .innertab_items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .innertab_item {
        padding: 5px;
    }
    .outtertab_header {
        font-size: 22px;
    }
    .signup_txt p {
        font-size: 20px;
        margin-top: 8px;
    }
    .signup_head h2,
    .signup_head h3, .signup_head .h2,.signup_head .h3 {
        font-size: 40px;
    }
    .locate_flex {
        flex-direction: column;
    }
    .loacate_from .search_btn {
        width: 15%;
        font-size: 20px;
        height: auto;
    }
    .loacate_from input,
    .loacate_from select {
        width: 80%;
        padding: 5px 15px;
        font-size: 20px;
        display: inline-block;
        height: 100% !important;
    }
    .loacate_from input::placeholder {
        font-size: 20px;
    }
    .locate_sec {
        padding: 30px 0;
    }
    .spec_topbar {
        flex-direction: column;
    }
    .spec_list_box {
        padding-top: 40px;
    }
    .spec_list {
        list-style: none;
        padding: 45px 10px 30px 10px;
    }
    .textwidget {
        min-height: 0 !important;
    }
    select.form-control:not([size]):not([multiple]) {
        margin-bottom: 4px;
    }
    .menutab_body {
        /* height: calc(100vh - 265px) !important; */
        height: auto!important;
        overflow-y: auto !important;
    }
    .inner_navbar {
        position: unset;
    }
}


/* Media Quries End's Here */


/* Media Quries End's Here */


/* Media Quries End's Here */


/**bckend style**/

.navbar-static-top,
#navbar,
.navbar-header,
#navbar>.navbar-nav,
#navbar>.navbar-nav>li>a {
    height: auto !important;
}

.side_bar.menu-top.active {
    width: 250px;
}

.side_bar.menu-top {
    width: 50px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100vh;
    background: #253746;
    transition: all 0.1s;
}

.sidebar_icon {
    cursor: pointer;
    padding: 5px 8px 5px 25px;
}

.sidebar_icon.active.fa-angle-double-left {
    transform: rotate(0deg);
}

.sidebar_icon.fa-angle-double-left {
    transform: rotate(180deg);
    transition: all 0.3s;
}

.side_bar.active .fa-angle-double-left {}

.side_bar .list-group-item {
    background-color: #253746;
    color: #fff;
}

.side_bar .list-group-item:last-child,
.side_bar .list-group-item:first-child {
    border-radius: 0;
}

.side_bar.active .list-group-item span,
.side_bar.active .list-group-item strong {
    display: inline-block;
}

.side_bar .list-group-item span,
.side_bar .list-group-item strong {
    display: none;
}




/*added by hsn*/


/**bckend style**/

.navbar-static-top,
#navbar,
.navbar-header,
#navbar>.navbar-nav,
#navbar>.navbar-nav>li>a {
    height: auto !important;
}

.side_bar.menu-top.active {
    width: 135px;
}

.side_bar.menu-top {
    width: 50px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    /* background: #253746; */
    background: #1a1a1a;
    transition: all 0.1s;
}

.sidebar_icon {
    cursor: pointer;
    padding: 5px 8px 5px 25px;
}

.sidebar_icon.active.fa-angle-double-left {
    transform: rotate(0deg);
}

.sidebar_icon.fa-angle-double-left {
    transform: rotate(180deg);
    transition: all 0.3s;
}

.side_bar.active .fa-angle-double-left {}

.side_bars .list-group-items {
    /* background-color: #253746; */
    background-color: #1a1a1a;
    color: #fff;
}

/*admin  menu css start*/
ul.sub_menu {
    z-index: 9;
    padding: 0px;
    position: absolute;
    left: 100%;
    top: 0%;
    display: none;
    width: 100%;
    height: 135vh;
    background-color: #1a1a1a;
    color: white;
    border-left: 2px solid #006e87;
    border-right: 2px solid #006e87;
}
ul.sub_menu:hover {
   background-color: #2c2c2c;
}
.table-abd-img{
    width: 100px !important;
    height: 70px !important;
  }
  .table-abd-img img{
    width: 100% !important;
    height: 100%;
    object-fit: contain;
  }
li.list-group-item:hover ul.sub_menu {
    display: block;
    height: 160vh;
    opacity: 1;
    visibility: visible;
    /* height: 100%; */
}
li.sub_menu_item {
    display: table-caption;
    margin: 5px;
    color: white;
    border-bottom: 1px solid white;
    border-width: initial;
}
a.sub_menu_link.Montserrat_Medium:hover {
   text-decoration: none;
}

li.sub_menu_item a:hover {
    color: white !important;
}
a.sub_menu_link.Montserrat_Medium {
    color: white;
    font-family: 'Muli-Light';
    font-size: 13px;

}
.li_subitems.text-center {
    display: initial;
}
li.sub_menu_item:hover {
    border-right: 2px solid #006e87;
}
li.list-group-item:hover {
    background-color: #2c2c2c;
}

li.list-group-item.users:hover {
    background-color: #ecf0f1;

}
span.admin {
    padding: 17px;
}
a.delete {
    padding: 17px;
}
a.useredit {
    padding: 17px;
}

strong.role {
    padding: 17px;
}

li.sub_menu_item {
    padding: 6px;
}
li.sub_menu_item:hover {
    background-color: #2c2c2c;
}
li.list-group-item.users {
    padding: 17px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ecf0f1;
    font-family: Muli-SemiBold !important;
}

strong.li_text {
    margin-top: 7px;
    font-family: 'Muli-Bold';
    font-weight: 500;
    font-size: 13px;
}

/* submenu right css */


span.side_sub_menu.active{
    display: block;
}
li.list-group-item:hover span.side_sub_menu {
    display: block;
}
/* admin menu  */





/* orginal class top only s extra  */

.side_bar .list-group-item {
    background-color: #1a1a1a;
    color: #fff;
    text-align: center;
    padding: 29px 10px;
}
a.supportmds {

    color: #006e87 !important;
    text-decoration: underline;
}
span.glyphicon.glyphicon-trash {
    color: black;
}
span.glyphicon.glyphicon-pencil {
    color: black;
}
a:hover {
    color: #006e87;
    text-decoration: underline;
}

.side_bar .list-group-item:last-child,
.side_bar .list-group-item:first-child {
    border-radius: 0;
}

.side_bar.active .list-group-item span,
.side_bar.active .list-group-item strong {
    /* display: inline-block; */
    display: block;
}

.side_bar .list-group-item span,
.side_bar .list-group-item strong {
    display: none;
}
.list-group-item {
    position: unset !important;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    /* border: 1px solid #ecf0f1; */

}

.list-group.flex_table .list-group-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.list-group.flex_table .list-group-item:hover {
    background-color: #f8f8f8;
}

.list-group.flex_table .list-group-item p {
    flex: 0 0 23%;
}

.list-group.flex_table .list-group-item h4 {
    flex: 0 0 4%;
}

.list-group.flex_table .list-group-item h5 {
    flex: 0 0 18%;
    font-weight: 900;
    font-size: 16px;
}

.list-group.flex_table .list-group-item h3 {
    flex: 0 0 70%;
    font-weight: 900;
    font-size: 16px;
}

img.menuimg {
    width: 34px;
    height: 34px;
}

ul.list-group.menu .list-group-item{
    border: none !important;
}







.main_content {
    padding-left: 250px;
    height: 100vh;
    overflow-y: scroll;
    transition: all 0.2s;
}

.main_content.active {
    padding-left: 50px;
}

.custom_border .remove_btn {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #7c8790;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
}

.page-header {
    background: #f1f1f2;
    padding: 10px;
}

.page-header h2 {
    margin: 0;
}

.page-header .btn {
    background-color: #006e87;
    color: #fff;
}

.admin_filter_btn {
    display: inline-block;
    width: 10%;
}

#btn_boat_filter {
    width: 100% !important;
    height: 43px !important;
    background-color: #253746 !important;
    color: #FFF !important;
}

#btn_event_filter {
    width: 100% !important;
    height: 43px !important;
    background-color: #253746 !important;
    color: #FFF !important;
}

.list-group.flex_table .list-group-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.list-group.flex_table .list-group-item:hover {
    background-color: #f8f8f8;
}

.list-group.flex_table .list-group-item p {
    flex: 0 0 18%;
}

.list-group.flex_table .list-group-item h4 {
    flex: 0 0 4%;
}

.list-group.flex_table .list-group-item h5 {
    flex: 0 0 70%;
    font-weight: 900;
    font-size: 16px;
}

.custom-flds.row {
    margin: 0;
}

.nc_box {
    padding: 10px 15px;
    margin: 20px -15px;
    border-top: 1px solid #8d8d8d;
    display: none;
}

.nc_option_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.req_option_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.nc_opt_tag {
    background-color: #f2f2f2;
    font-weight: 600;
    padding: 10px;
    margin: 10px 4px 0;
    min-width: 175px;
    flex: 1 1 calc(50% - 8px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.option_header {
    background-color: #7c8790;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.add_btn {
    padding: 15px;
    background: aliceblue;
    background-color: #253746;
    font-size: 16px;
    cursor: pointer;
}

.option_header span {
    padding: 10px;
    display: inline-block;
}

.ice_blue {
    background-color: rgb(194 218 235);
}

.slate_grey {
    background-color: rgb(205 218 233);
}

.province_blue {
    background-color: rgb(124 152 179);
}

.surf_green {
    background-color: rgb(181 229 205);
}

.sand_bar {
    background-color: rgb(198 187 159);
}

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

.color_box {
    /* border: 1px solid #8d8d8d; */
    border-radius: 5px;
    margin-top: 10px;
    min-width: 200px;
    margin: 8px;
    flex: 0 0 calc(20% - 16px);
}

.color_header {
    height: 40px;
    border-bottom: 1px solid #8d8d8d;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.color_name {
    text-align: center;
}

.color_field {
    padding: 0 15px 20px;
    border-top: 1px solid #8d8d8d;
}

.color_field input {
    border: 1px solid #8d8d8d;
    padding: 7px;
    height: 35px;
}

.color_field label {
    padding-bottom: 5px;
}

.upload_box {
    padding-bottom: 20px;
    border-bottom: 1px solid #8d8d8d;
}

.upload_box.doc-img-thumbnail {
    display: flex;
    justify-content: space-between;
}
.upload_box.doc-img-thumbnail img{
    width: 175px;
    object-fit: contain;
}
.add-performance-image{
    background-color: #006e87;
    color: white;
    border: transparent;
    border-radius: 17px;
    padding: 7px 25px;
    font-weight: 700;
    font-family: 'Muli-Bold';
    cursor: pointer;
}

.upload_btn {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.upload_btn input[type="file"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin: 0;
}

i.fa.fa-trash-o {
    color: #000000;
}

i.fa.fa-pencil-square-o {
    color: #000000;
}

i.fa.fa-trash-o:hover {
    color: #000000;
}

h5 a {
    color: #000000;
}

h5 a:hover {
    color: #000000;
}



.tab_header ul {
    list-style: none;
    padding: 20px;
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
    border-bottom: 1px solid;
}

.tab_header ul li {
    font-size: 16px;
    /* font-family: 'Montserrat-Light'; */
    padding: 8px 16px;
    cursor: pointer;
}

.tab_header ul li.active {
    position: relative;
    color: #0076a9;
    font-weight: 600;
}

.tab_header ul li.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #0076a9;
}

.tab_card {
    display: none;
}

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

input#boat_filter {
    width: 40%;
    border: 2px solid #dce4ec;
}

.admin_select {
    height: 43px;
    border: 2px solid #dce4ec;
    margin-left: 8px;
    width: 15%;
    border-radius: 5px;
}

.admin_slt {
    height: 50px;
    border: 2px solid #dce4ec;
    margin-left: 8px;
    width: 20%;
    border-radius: 5px;
}

.custom_border.single::after {
    display: none;
}

.custom_border {
    border: 1px solid #8d8d8d;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    position: relative;
}

.custom_border::after {
    content: "";
    position: absolute;
    width: .5px;
    height: 100%;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    bottom: 0;
    background: #8d8d8d;
}

.img_res {
    width: 190px;
    height: 110px;
}

.cortez_blue {
    background-color: rgb(90 160 229);
}

.btn-black {
    background: #006e87;
    color: #fff;
    margin-bottom: 30px;
}

.btn-black i {
    margin-right: 5px;
}

.img_boxx {
    width: 70px;
    height: 50px;
    /* margin-bottom: 10px;  */
    object-fit: contain;
}

.innertab_content li {
    list-style: none;
    line-height: 1.5;
}

.innertab_content>div {
    margin-bottom: 25px;
}

.innertab_content p {
    margin: 0;
}

.img_ress {
    width: 175px;
    height: 100px;
}

.upload_box.hk {
    padding-bottom: 71px;
    border-bottom: 1px solid #8d8d8d;
}

.menuList {
    list-style: none;
    padding: 0;
    width: 225px;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 8px;
    background: #fff;
    position: absolute;
    right: 0;
    display: none;
}
.h_tag:hover .menuList{
    display: block;
}
.h_tag{
    z-index: 99;
}
.c_tag:hover .menuList{
    display: block;
}
.c_tag{
    z-index: 99;
}
.menuItem a {
    color: #253746;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    font-family: 'colfaxbold';
    text-transform: uppercase;
}
.imgIcon {
    display: inline-block;
    width: 25px;
    height: 25px;
}

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

ul.menuList > li >.menuItem + .menuItem {
    border-top: 1px solid #000;
}

.menuItem {
    padding: 10px 20px;
}
/*admin backend styles end*/


/* Catalog Archive Page Styling Starts Here */

.catalog_inerwrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 70px 0;
}

.catalog_box {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}




.cBox_inerwrap {
    max-width: 410px;
    margin: auto;
    padding: 0 30px;
}

.catalog_box .title {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 20px 0;
    text-align: center;
}

.catalog_box .title a {
    color: #3377a4;
}

@media screen and (max-width:1200px) {
    .cBox_inerwrap {
        padding: 0 15px;
    }
    .colortab_content .color_box {
        margin: 30px 24px;
    }
    .spec_sheet .card-body {
        padding: 12px 17px;
    }
    .float_sec {
        margin-top: -50px;
    }
}

@media screen and (max-width:768px) {
    .catalog_box {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .blog_sec .heading h4 {
        margin-top: 20px;
    }
    .c_tag {
        display: none;
    }
}

@media screen and (max-width:580px) {
    .catalog_box {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .head_specc {
        font-size: 20px;
    }
    h1.thnk_dealer {
        font-size: 40px !important;
    }
}

@media screen and (max-width:576px) {
    .content p,
    .content ul li {
        line-height: 1;
        padding: 0;
    }
    .float_area {
        padding: 22px;
    }
    .float_sec .heading h2, .float_sec .heading .h2 {
        font-size: 28px;
    }
    .boat_sec {
        margin-top: 45px;
    }
    .spec_shett .hd {
        font-size: 36px;
    }
    .slider_logo_area .dual_btn {
        margin-right: 0;
    }
    .foot_btm a:last-child {
        float: none;
    }
}

@media screen and (max-width:526px) {
    .menutab_body {
        /* height: calc(100vh - 323px) !important; */
        height: auto!important;
        overflow-y: auto !important;
    }

    section.sailfish_success h1 {
        font-size: 50px;
    }

    section.sailfish_success h2 {
        font-size: 38px;
    }

    .team_info h3 {
        font-size: 58px;
    }
    .team_info {
        padding: 10px;

    }
    .content.success p {
        font-size: 23px;
    }
    .sailfish_team .content p {
        font-size: 22px;
    }
    .sailfish_dna h2 {
        font-size: 38px;
    }
    .sailfish_dna h4 {
        font-size: 22px;
    }
    .gap {
        padding: 10px 0px;
    }

}


/* Catalog Archive Page Styling Starts Here */


/***NEW STYLE CHANGES***/

.spec_sheet .card-body p a {
    text-decoration: none;
    color: #585858;
    font-size: 20px;
    font-weight: 100;
    font-family: 'colfaxregular';
    padding-left: 15px;
}

.spec_sheet .card-header {
    background: transparent;
    border: none;
}

.spec_sheet .card {
    border: none;
}

.btn-link:not(.collapsed) .fa.fa-plus::before {
    content: "\f068";
}

.textwidget {
    min-height: 100vh;
    height: 100%;
}

.textwidget .video_area {
    position: relative;
    padding-top: 56%;
}

.textwidget .video_area iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.socials {
    display: flex;
    list-style: none;
    padding: 0;
}

ul.socials li {
    font-size: 34px;
    padding: 5px 25px 0 0;
}

ul#gform_fields_1 {
    list-style: none;
    padding: 0;
}

.ginput_container.ginput_container_email input {
    width: 100%
}

.btn_yl {
    width: 100%;
    background: #ffc701;
    border: none;
    display: block;
    text-transform: uppercase;
    color: #000;
    font-family: 'roboto_regular';
    font-weight: bold;
    font-size: 20px;
    padding: 15px 10px;
    border-radius: 8px;
    cursor: pointer;
}

.searched_field_hide {
    display: none !important;
}

@media screen and (max-width:767px) {
    .spec_sheet .card-body p a {
        font-size: 18px;
    }
}

.fa,
.fas {
    font-family: 'FontAwesome' !important;
    font-weight: 900;
}





