/* FONTS REGEXTERED HERE */


/* ROBOTO Salab Font */


/* ROBOTO Font */


/* @font-face {
    font-family: 'Montserrat-Bold';
    src: url("../fonts/Montserrat-Bold.ttf");
}
@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url("../fonts/Montserrat-ExtraBold.otf");
}
@font-face {
    font-family: 'Montserrat-Black';
    src: url("../fonts/Montserrat-Black.otf");
}
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url("../fonts/Montserrat-SemiBold.ttf");
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url("../fonts/Montserrat-Medium.ttf");
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url("../fonts/Montserrat-Regular.ttf");
}

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


@font-face {
    font-family: 'Acumin';
    src: url("../fonts/AcuminVariableConcept.otf");
}


.Montserrat_Black {
    font-family: 'Montserrat-Black' !important;
}
.Montserrat_Bold {
    font-family: 'Montserrat-Bold' !important;
}

.Montserrat_Light {
    font-family: 'Montserrat-Light' !important;
}

.Montserrat_Medium {
    font-family: 'Montserrat-Medium' !important;
}

.Montserrat_Regular {
    font-family: 'Montserrat-Regular' !important;
}

.Montserrat_Semibold {
    font-family: 'Montserrat-SemiBold' !important;
}

.Acumin {
    font-family: 'Acumin' !important;
}

@media (min-width: 1300px) {
    .ir_nav.container {
        max-width: 1250px;
    }
}

@media (min-width: 1400px) {
    .ir_nav.container {
        max-width: 1350px;
    }
}

@media (min-width: 1500px) {
    .ir_nav.container {
        max-width: 1450px;
    }
}

@media (min-width: 1600px) {
    .ir_nav.container {
        max-width: 1550px;
    }
}

@media (min-width: 1700px) {
    .ir_nav.container {
        max-width: 1650px;
    }
}

@media (min-width: 1800px) {
    .ir_nav.container {
        max-width: 1750px;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }

    .r_r_con.container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    .b_box_content>p {
        font-size: 18px;
        margin: 15px 0;
    }

    .b_box_content>h2 {
        font-size: 30px;
    }

    .r_r_con.container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .b_box_content>p {
        font-size: 20px;
        margin: 15px 0;
    }

    .b_box_content>h2 {
        font-size: 40px;
    }

    .r_r_con.container {
        max-width: 850px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    .b_box_content>h2 {
        font-size: 45px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }

    .b_box_content>h2 {
        font-size: 50px;
    }

    .b_box_content>p {
        font-size: 22px;
        margin: 40px 0;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1400px;
    }

    .r_r_con.container {
        max-width: 1200px;
    }
}


.back_link {
    margin-bottom: 50px;
    margin-top: 20px;
}

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

.white_nav {
    background: #ffffff !important;
    border-bottom: 1px solid rgb(0 0 0 / 24%);
}

.U_case {
    text-transform: uppercase !important;
}

a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.primary_btn {
    text-transform: uppercase;
    padding: 8px 25px;
    color: #ffffff;
    background: #0c3856;
    border: 2px solid transparent;
    font-size: 18px;
    border-radius: 50px;
    margin-top: 50px;
    width: 170px;
    letter-spacing: 2px;
    word-spacing: 5px;
    transition: all 0.5s;
    display: inline-block;
}

.primary_btn:hover {
    background: transparent;
    border: 2px solid #0c3856;
    color: #0c3856;
}
.invt_btn{
    background: transparent;
    border: 2px solid #0c3856;
    color: #0c3856;
}
.invt_btn:hover{
    background: #0c3856;
    border: 2px solid transparent;
    color: #ffffff;
}
.black_btn{
    background: #000000 !important;
}
.black_btn:hover{
    background: #ffffff !important;
    color: #000000 !important;
    border: 2px solid #000000;
}
.w_unset {
    width: unset !important;
}

.mb_30 {
    margin-bottom: 30px;
}

.secondary_btn {
    text-transform: uppercase;
    padding: 8px 2px;
    color: #000000;
    background: #ffffff;
    border: 1px solid #000000;
    font-size: 20px;
    border-radius: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 200px;
    letter-spacing: 2px;
    word-spacing: 5px;
    transition: all 0.5s;
    max-width: 350px;
    width: 100%;

}

.secondary_btn:hover {
    background: #c70405;
    border: 1px solid #c70405;
    color: #ffffff;
}

.primary_btn:focus {
    outline: none;
}
.thnk_btn {
    text-transform: uppercase;
    padding: 6px 19px;
    color: #ffffff;
    background: #0c3856;
    border: 2px solid transparent;
    font-size: 17px;
    border-radius: 50px;
    margin-top: 60px;
    margin-left: 6px;
    width: 167px;
    letter-spacing: 2px;
    word-spacing: 5px;
    transition: all 0.5s;
    display: inline-block;
}
.thnk_btn:hover {
    background: transparent;
    border: 2px solid #0c3856;
    color: #0c3856;
}

.txt_white {
    color: #ffffff;
}
.txt_blue{
    color: #174660;
}
.txt_disabled{
    color: #cfd7dd !important;
}
.content_r p {
    font-size: 22px;
    line-height: 1.8;
}
.content_s p, .content_s ul {
    font-size: 16px;
    line-height: 1.8;
    padding-left: 0;
    list-style: none;
}

.heading h2 {
    font-size: 35px;
  
    margin-bottom: 30px;
}

.heading h3 {

    font-size: 25px;
    letter-spacing: 2px;

    margin-bottom: 30px;
}
.heading h4 {

    font-size: 22px;
    letter-spacing: 2px;

    margin-bottom: 30px;
}

.from_title h3 {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 40px;
}

.error_input {
    border: 1px solid red !important;
    background: #f5d2d2;
}

.error_input:focus {
    border: 1px solid #ffcc00 !important;
  
    background: #f5eeda;
}
.fm_feild input, .fm_feild textarea, .fm_feild select{
    width: 100%;
    border: 1px solid rgb(0 0 0 / 24%);
    outline: none;
    font-size: 18px;
    font-family: "Montserrat-Light";
}
.fm_feild input:focus, .fm_feild textarea:focus, .fm_feild select:focus{
    outline: none;
    border:1px solid #4BB543;
}
.fm_feild input, .fm_feild select{
    height: 40px;
    
}



.fm_feild {
    margin-bottom: 30px;
}
.fm_feild input::placeholder, .fm_feild textarea::placeholder{
    font-size: 16px;
    padding-left: 10px;
    color: #000000;
    font-family: "Montserrat-Light";
}
.radio_btn{
    margin-bottom: 30px;
}
.radio_btn label {
    font-weight: 300;
    margin-right: 30px;
    font-size: 17px;
}
.radio_btn input[type="radio"] {
    position: relative;
    width: auto;
    height: auto;
}
.radio_btn input[type="radio"]::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background: #ffffff;
    border: 1px solid #676767;
    border-radius: 50%;
}
.radio_btn input[type="radio"]:checked::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #0c3856;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    border-radius: 50%;
}
.disabled_btn{
    cursor: not-allowed;
    background: #6767673b;
}
.disabled_btn:hover{
    background: #6767673b;
    border: 2px solid transparent;
    color: #ffffff;
}
.mt_for_nav {
    margin-top: 100px;
}
.max_w_750{
    max-width: 750px;
    width: 100%;
    margin: auto;
}
.max_w_542{
    max-width: 542px;
    width: 100%;
    margin: auto;
}
.thnk_p{
	margin-top: 60px;
}

.mob_logo {
    display: none;
}

.desk_logo {
    display: inline-block;
}

.home_nav.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    padding: 8px 50px;
    background: transparent;
}
.navbar {
    padding: 8px 50px;
}

.navbar-brand {
    width: 130px;
}
.navbar-brand img{
    width: 100%;
}
.main_menu_link {
    position: relative;
}
.white_nav .home_logo{
    display: none;
}
.white_nav .main_menu_link::after {
    background: #000000;
}
.white_nav  .search_btn i {
    color: #000000;
}
.white_nav.navbar-expand-lg .navbar-nav .nav-link{
    color: #000000;
}

.white_nav.navbar-dark .navbar-nav .nav-link:focus,
.white_nav.navbar-dark .navbar-nav .nav-link:hover {
    color: #000000;
}
.main_menu_link::after {
    content: "";
    display: block;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    width: 0;
    transition: 0.3s;
    margin: auto;
}
hr{
    margin: 0;
}
.main_menu_link:hover::after {
    width: calc(100% - 60px);
}

.sub_menu{
   opacity: 0;

    visibility: hidden;
    position: absolute;
    min-width: 200px;
    
    background: #ffffff;
    padding: 20px;
    font-size: 14px;
    list-style: none;
    transition: all 0.5s;
    display: block;
    transform: scale(0.1);
    transform: translateY(-50px);
}
.sub_menu .sub_menu_item{
    padding-bottom: 15px;
}
.main_menu_item:hover .sub_menu{

transform: scale(1);
opacity: 1;
visibility: visible;
box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 20%);
}
.nav_flex {
    display: flex;
    justify-content: space-between
}

.search_btn i {
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    text-transform: uppercase;
    font-family: 'Montserrat-Medium';
    color: #ffffff;
    padding: 8px 25px;
    letter-spacing: 2px;
    font-size: 15px;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff;
}
.right_nav{
    display: flex;
}
.search_hide {
    display: none !important;
}

.search_show {
    display: inline-block !important;
    position: absolute;
    right: 30px;
    bottom: -30px;
}

.search_btn {
    outline: none;
    border: none;
    box-shadow: none;
}

.search_btn:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.topBannar {
    min-height: 900px;
    position: relative;
    display: flex;
    align-items: center;
}

.home_banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.6;
    z-index: -1;
}


.hero_slider{
    padding-bottom:50px ;
}
.slider_img{
    position: relative;
   
}
.slider_img img{
    
        min-height: 180px;

    
}
.hero_slider .owl-theme .owl-nav {
    
    position: absolute;
    transform: translateY(-50px);
    top: 50%;
    width: 100%;
}
.hero_slider .owl-carousel .owl-nav button.owl-next,.hero_slider .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    
    background: #0c3856;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.hero_slider .owl-carousel .owl-nav button.owl-next span,.hero_slider .owl-carousel .owl-nav button.owl-prev span{
    font-size: 35px;
    width: 100%;
    margin-bottom: 7px;
    color: #fff;
}
.hero_slider .owl-carousel .owl-nav button.owl-next
{
    right: 20px;
}.hero_slider .owl-carousel .owl-nav button.owl-prev{
    left: 20px;
}
.hero_slider .owl-carousel .owl-nav  button:focus{
    outline: none;
}

.hero_slider .owl-theme .owl-dots .owl-dot.active span,.hero_slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #0c3856;
}

.hero_slider .owl-theme .owl-dots{
    position: absolute;
    bottom: 20px;
    width: 100%;
}


.bgImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.topBnannarInner {
    text-align: center;
    color: #fff;
    width: 100%;
}

.topBnannarInner h1 {
    font-size: 50px;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 50px;
    display: block;
    padding: 25px 50px;
    max-width: 750px;
    letter-spacing: 3px;
    word-spacing: 5px;
    margin: auto;
}

.topBnannarInner a {
    font-size: 28px;
    text-decoration: none;
    color: #fff;
    transition: 0.4s ease all;
}
.topBnannarInner a:hover {
    text-decoration: underline;
    
}
.shop_type_sec{
    padding: 100px 0;
}
.baot_img{
    height: 110px;
    margin-top: 30px;
}
.sm_btn{
    padding: 8px 15px;
    font-size: 20px;
    width: 130px;
    margin-top: 20px;
    font-family: 'Montserrat-Light';
}
.gall_img_box{
    margin-bottom: 30px;    
    height: 400px;
    position: relative;
    cursor: pointer;
}
.gall_img_box::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #15425bf0;
    display: none;
}
.gall_img_box:hover::after{
    display: block;
}
.gall_img_box img{
    width: 100%;
    height: 100%;
}
.gall_img_box:hover .hover_txt{
    display: block;
    z-index: 2;
}

.img_box{
    margin-bottom: 20px;
}
.img_box img{
    width: 100%;
}
.hover_txt{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    display: none;
}
.log_img{
    margin: 20px 0;
}
.sp_boat_desc{
    overflow: auto;
    height: 160px;
    padding: 0 40px;
}

.sp_boat_desc::-webkit-scrollbar {
    width: 5px;
  }
 
  
  .sp_boat_desc::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
 
  .sp_boat_desc::-webkit-scrollbar-thumb {
    background: #888; 
  }
  

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


.horizontal_slider {
    margin: 100px 0;
}
.scrolling-wrapper{
	overflow-x: auto;
}


.subtitle{
	font-size: 1.25em;
	opacity: 0.65;
}

.card-block{
	height: auto;
	background-color: #fff;
	border: none;
	background-position: center;
	background-size: cover;
	transition: all 0.2s ease-in-out !important;
    border-radius: 24px;
    padding: 0  0 50px 0;
}
.slider_2 , .slider_1 {
    cursor: grab;
}


.scrolling-wrapper::-webkit-scrollbar {
    height: 4px;
        width: 4px;
    border-radius: 50px;
       
  }
  

  .scrolling-wrapper::-webkit-scrollbar-track {
    background: #e6e6e6; 
    margin: 100px;
   
  }
   

  .scrolling-wrapper::-webkit-scrollbar-thumb {
    background: #174660; 
    border-radius: 50px;
    
  }
  

  .scrolling-wrapper::-webkit-scrollbar-thumb:hover {
    background: #174660; 
    cursor: pointer;
  }
  .scrolling-wrapper.active {
    background: rgba(255,255,255,0.3);
    cursor: grabbing;
    cursor: -webkit-grabbing;
  
  }
.ir_col_3{
    flex: 0 0 31% ;
    max-width: 31% ;
}

.bs_left{
    border: 1px solid #000000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 100%;
}   
.bs_right{
    border:1px solid #000000;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: none;
    height: 100%;
}

.parts_content_sec{
    padding: 50px 0;
}
.parts_form_sec{
    padding: 50px 0;
}

.map_loc_sec {
    padding: 50px 0;
}
.loc_detail{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.ld_box {
    font-size: 16px;
    line-height: 1.8;
    padding: 8px 0;
    color: black;
}
.map_sec .heading{
    margin-bottom: 100px;
}
.map_box iframe{
    border: none;
}
.map_images{
    height: 100px;
    margin-bottom: 100px;

}
.map_images img{
    width: 100%;
    height: 100%;
}
.contact_us_sec {
    background: #174660;
    padding: 100px 0;
}
.contact_us_sec .primary_btn{
    background: #000000;
    margin-top: 20px;
}
.contact_us_sec .primary_btn:hover{
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}
.contact_us_sec .radio_btn input[type="radio"]:checked::after{
    background: #000000;
}
.contact_us_sec .radio_btn{
    color: #ffffff;
}


.contact_us_sec .fm_feild input, .contact_us_sec .fm_feild select{
    height: 50px; 
}
.contact_us_sec .fm_feild input::placeholder, .contact_us_sec .fm_feild textarea::placeholder{
    font-size: 20px;
}
.contact_us_sec .fm_feild input, .contact_us_sec .fm_feild textarea, .contact_us_sec .fm_feild select{
    width: 100%;
    border: 1px solid rgb(0 0 0 / 24%);
    outline: none;
    font-size: 18px;
    font-family: "Montserrat-Light";
}

.vid{
    position: relative;
    padding-top: 35%;
}
.vid video{
    width: 100%;
    min-height: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.input_icon{
    position: relative;
    cursor: pointer;
}
.input_icon img{
    position: absolute;
    right: 6px;
    transform: translateY(-50%);
    top: 50%;
    z-index: 9;
    height: 25px;
    width: 20px;
    background: #fff;
    pointer-events: none;
}
.service_card{
    background: #ffffff;
    border: 1px solid;
    height: 100%;
    padding: 20px 20px 50px 20px;
}
.service_two{
    background: #f5f5f5;
    padding: 70px 0 100px 0;
}
.s_card_head {
    padding-bottom: 30px;
}
.s_card_head h3{
    font-size: 20px;
}
.s_card_img {
    padding: 40px;
}
.service_two .content p{
    font-size: 18px;
    max-width: 800px;
    margin: auto;
    line-height: 1.5;
    margin-bottom: 70px;
}

.progress_sec{
    background: #174660;
    padding: 25px 0 50px 0 ;
}
.prog_bars{
    display: flex;
    justify-content: center;
}
.progress-circle{
    margin: 20px 50px;
    transform: scale(1.4);
}
.value-bar{
    border: 0.45em solid #ffffff;
    background-color: #ffffff;

}
.progress-circle.over50 .first50-bar{
    background-color: #fff;
}
.progress-circle span{
    color: #ffffff;
}
.progress-circle:after{
    background-color: #174660;
}
.progress-circle{
    background-color: #0c3856;

}

.topBannar.about_banner, .topBannar.rental_banner{
    min-height: 650px;
}
.banner_img{
    margin: 50px 0;
}
.banner_img img{
width: 100%;
}
.history_card{
    padding: 40px 50px 40px 70px;
    background: #f2f2f2;
    margin-bottom: 30px;
}

.card_lists li{
    position: relative;
    padding-bottom: 20px;
}
.card_lists li i{
position: absolute;
left:-15px;
top: 4px;
color: #174660
}
.staff_img img{
width: 100%;
}
.staff_about{
margin: 30px 0;
}
.staff_about h3 {
    margin-bottom: 15px;
}
    .staff_comments {
    margin-bottom: 100px;
}


.booking_sec{
    padding: 50px 0;
}
.rules_regs_sec{
    background: #174660;
    padding: 50px 0;
}
.rules_regs_sec ul li{
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-size: 15px;
    position: relative;
    padding-left: 20px;
}
.rules_regs_sec ul li::before{
    content: "→";
    font-size: 16px;
    position: absolute;
    left: 0;
}

#testimonial a {
    background: #ffffff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 0;
    border: 1px solid #716d6dde;
    margin: 15px 0;
    
}
.testimonial-txt {
    font-size: 18px;
    margin: 30px 0;
}
#testimonial p img {
    width: 35px;
    float: left;
    margin-left: -50px;
    margin-top: 0px;
}
#testimonial a.nav-link.active {
    background-color: rgb(0 96 152) !important;
}

#v-pills-tab::after {content: "";
    top: 0;
    bottom: 0;
    width: 1px;
    background: #6f6f6fab;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    z-index:-1
    }
    
    #v-pills-tab {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 100%;
    }
    
    .testmonial_sec {
        padding: 50px 0;
    }

.sidebar .heading h3{
    font-size: 30px;
    margin-bottom: 20px;
}
.sidebar .heading h4{
    font-size: 25px;
    margin-bottom: 40px;
}
.sidebar .heading h5{
    margin-top: 50px;
    margin-bottom: 40px;
}
.boat_detail_slider .owl-carousel{
    position: relative;
}
.boat_detail_slider .owl-dots{
    bottom: 20px;
    position: absolute;
    width: 100%;
}

.boat_detail_slider .owl-nav {
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
    margin: 0;
}
.boat_detail_slider .owl-nav button.owl-prev{
    
    left: 0;
    
}
.boat_detail_slider .owl-nav button.owl-prev, .boat_detail_slider .owl-nav button.owl-next{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
.boat_detail_slider .owl-nav button.owl-next:focus, .boat_detail_slider .owl-nav button.owl-prev:focus{
    background: #0000007a;
    outline: none;
}
.boat_detail_slider .owl-nav button.owl-next{
 
    right: 0;
    
}
.boat_detail_slider .owl-nav button.owl-next::after, .boat_detail_slider .owl-nav button.owl-prev::after{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
}
.boat_detail_slider .owl-nav button.owl-next::after{
    content: "\f105";
    
}
.boat_detail_slider .owl-nav button.owl-prev::after{
    content: "\f104";
    
}
.boat_detail_slider .owl-nav button.owl-prev, .boat_detail_slider .owl-nav button.owl-next{
    background: #0000007a;
    z-index: 22;
    width: 45px;
    height: 80px;
    margin: 0;
    border-radius: 0px;
    color: #fff;
    transition: 0.4s ease all;
}
.btn_30{
    max-width: 30%;
    width: 100%;
}
.btn_50{
    max-width: 49%;
    width: 100%;
}
.btn_70{
    max-width: 68%;
    width: 100%;
}
.boat_title h5{
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center
}
.grp_btn {
    
    display: flex;
    justify-content: space-around;
}
.grp_btn .primary_btn{
    margin: 0;
    max-width: 200px;
    width: 100%;
    font-size: 15px;
    letter-spacing: 1px;
    word-spacing: 0;
}
.sidebar_btn.grp_btn{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}
.sidebar_btn.grp_btn .primary_btn{
    width: 100%;
    max-width: unset;
    margin-bottom: 20px;
    padding: 8px;
}
.hide_block{
   visibility:hidden;
   opacity: 0; 
    position: absolute;
    left: 1px;
    right: 1px;
    z-index: 8;
    background: #ffffff;
}
.bdr_r{
    border-right: 1px solid rgb(0 0 0 / 24%);
}
.load_more_wrapper{
        padding: 100px 0;
        text-align: center;
}
.ld_btn{
    background: #f2f2f2 !important;
    color: #000 !important;
    border-radius: 0;
    letter-spacing: 0;
    word-spacing: 0;
}
.bg_overlay
{
    position: absolute;
    top: -15px;
    bottom: 0;
    left: -15px;
    right: -15px;

	
    padding-bottom: 50px;

    padding-top: 15px;  
      z-index: -1;
  
}
.boat_card{
    border: 1px solid transparent;
    position: relative;
    z-index: 1;
}

.boat_card .content_s p{
    font-size: 14px;
    margin: 5px 0;
}
.boat_card h5{
    font-size: 18px;
    margin: 30px 0;
}
.boat_card .img_box{
    margin: 0 ;
}
.sidebar_form .fm_feild input, .sidebar_form .fm_feild select{
    height: 50px; 
}

.filter_modal{
    margin: 20px 0 50px;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}
.panel-collapse{
    border-bottom: 1px solid;
}
.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #ffffff;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
    margin: 0 !important;
    text-align: left;
}

.panel-title > a {
    display: block;
    padding: 18px;
    text-decoration: none;
    font-size: 15px;
    border-bottom: 1px solid;
}
.panel-title > a> i{
    float: right;
    color: #174660;
}
.panel-title > a> i{
    transform: rotate(315deg);
    transition: all 0.3s;
}
.panel-title > a.collapsed> i{
    transform: rotate(0deg);
  
}
.more-less {
    float: right;
    color: #212121;
}
.panel-body{
    font-size: 14px;
    font-family: 'Montserrat-Light';
}
.sidebar_modal .panel-body{
    background-color: #ffffff;
    font-size: 16px;
    padding: 10px 0;
}
.sidebar_modal .panel-body td{
    padding: 10px 0;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}
.sqr-checkBox {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 25px;
}
.panel-body label {
   
    width: 100%;
    float: left;
    text-align: left;
}
.panel-body{
    padding: 10px 18px;
    background-color: #f7f7f7;
    display: table;
    clear: both;
    width: 100%;
}
.sqr-checkBox input {
    position: absolute;
    height: 15px;
    width: 15px;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
}
.sqr-checkBox .filter-checkbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    color: #dcdcdc;
    z-index: 1;
    font-size: 16px;
}
.sqr-checkBox input:checked + span .fa-square {
    display: block;
    color: #174660;
    font-size: 14px;
    margin-top: 3px;
}
i.fa.fa-square-o {
    display: none;
}


.seasonal_page, .winterization_page{
    margin-top: 76px;
}
.thankyou_page{
    margin-top: 100px;
}
.seasonal_banner_img img{
    width: 100%;
    min-height: 300px;
}
.seasonal_banner_img{
    position: relative;
}
.seasonal_text{
    padding: 50px 0;
}
.primary_btn.bnr_btn {
    position: absolute;
    bottom: 100px;
    z-index: 9;
    right: 100px;
    border-radius: 0;
    background: #000;
    border: 2px solid #fff;
    max-width: 280px;
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.primary_btn.bnr_btn.center {
    background: #bc2337;
    border: 2px solid #bc2337;
	font-weight: 900;
}
.primary_btn.bnr_btn.center > span {
    color: #fff;
}
.primary_btn.bnr_btn:hover >span{
    color: #fff;
}
.primary_btn.bnr_btn.left_btn {
    left: 100px;
}
.primary_btn.bnr_btn > span {
    color: #f47420;
    padding-left: 10px;
}
.primary_btn.bnr_btn:hover{
    color: #fff;
}

.staff_img {

    height: 100%;
}
.staff_img >img{
    width: 100%;
    height: 100%;
}
.s_name {
    font-size: 25px;
    font-family: 'Montserrat-Bold';
}
.s_post {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat-Medium';
    margin-bottom: 30px;
}
.staff_box {
    position: relative;
    height: 100%;
}

.staff_bio::-webkit-scrollbar {
    width: 10px;
  }

  .staff_bio::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
 
  .staff_bio::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  .staff_bio::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
.staff_bio {
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #15425bdb;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s;
    overflow: auto;
}
.staff_box:hover .staff_bio{
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    cursor: pointer;
}


.slider_1 .img_box {
    position: relative;
    padding-top: 58%;
}
.slider_1 .img_box iframe, .slider_1 .img_box img,  .slider_1 .img_box video{
    width: 100%;
    min-height: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.custom_page .heading h2{
    font-family: 'Montserrat-Black';
    font-style: italic;
    font-size: 50px;
    letter-spacing: 5px; 
}
.custom_page .content p{
    font-size: 22px;
}
.custom_txt p{
    font-size: 18px !important;
}
.custom_listing {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    font-size: 18px;
    padding-left: 0;
    margin: 0;
    padding-bottom: 50px;
}
.max_w_250{
    max-width: 250px !important;
    width: 100% !important;
    margin: auto !important;
}
.custom_listing li {
    position: relative;
    padding-left: 12px;
    padding-right: 30px;
}

.custom_listing li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0px;
    background: #f7911f;
    top: 10px;
    border-radius: 50%;
}

.custom_banner >img{
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}
.pkg_sec{
padding: 100px 0 0 0;
}
.pkg_img_box{
    height: 100%;
    margin: 0 -7.5px;
}
.pkg_img_box>img{
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}
.pkg_box p {
    font-size: 22px;
    margin: 0;
}
.pkg_box p span {
    padding-right: 10px;
}
.pkg_box h2 {
    font-size: 35px;
    font-style: italic;
    color: #f7911f;
    text-transform: uppercase;
    letter-spacing: 5px;
}   
.ln_h_2{
    line-height: 2 !important;
}
.heading.bdr_line {
    position: relative;
}
.heading.bdr_line h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 300px;
    background: orange;
    height: 2px;
    left: 0;
}

section.pricing_sec {
    padding: 75px 0;
}
.p_card_head h3{
    font-size: 20px;
    text-transform: uppercase;
}
.price_card{
    background: #f2f2f2;
    padding: 25px;
    height: 100%;
}
.price_card ul{
    list-style: none;
    padding: 0;
}
.price_card ul li{
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
    position: relative;
    z-index: 1;
}
.price_card ul li::after {
    position: absolute;
    content: ".";
    background-image: linear-gradient(to right, #333 10%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 10px 2px;
    background-repeat: repeat-x;
    top: 0;
    width: 100%;
    z-index: -1;
}
.price_card ul  li span {
    background: #f2f2f2;
   
}
.price_card ul  li span:first-child {
    
    padding-right: 5px;
}
.price_card ul  li span:last-child {
    
    padding-left: 5px;
}
.full_w_btn{
    white-space: break-spaces;

}

.top_footer {
    padding: 50px 0;
}

.social_icons {
    text-align: center;
    padding: 20px 0;
}

.social_icons .icon {
    width: 50px;
    height: 50px;
    background: #f2f2f2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0 10px;
    padding: 8px;
    transition: all 0.5s;
}

.social_icons .icon:hover i {
    color: rgb(242, 242, 242);
}

.social_icons .icon:hover {
    background: #174660;
}

.icon i {
    font-size: 24px;
    color: #174660;
    transition: all 0.5s;
}

.main_footer {
    background: #ffff;
    padding: 40px 0 25px 0;
    color: #000000;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.footer_links {
    list-style: none;
    padding: 0;
    font-family: 'Montserrat-Light';

}

.footer_links li {
    padding: 5px 0;
    font-size: 18px;
    color: #000000;
}

.footer_links li:hover a {
    color: #174660;
}

.fb_heading {
    font-size: 22px;
    font-family: 'Montserrat-Medium';
}

.copyright_sec {
    font-family: 'Acumin';
    padding: 20px;
    background: #ffffff;
    font-size: 16px;
    color: #000000;
}

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

.right_col ul,
.left_col ul {
    margin: 0;
    line-height: 1;
    padding-left: 0;
}

.right_col ul {
    text-align: right;
}

.right_col ul li,
.left_col ul li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #000000;
}

.right_col ul li a,
.left_col ul li a {
    color: #000000;
    ;
    text-decoration: none;
    font-size: 18px;
}

.right_col ul li:last-child,
.left_col ul li:last-child {
    border-right: 0;
}


@media screen and (max-width: 1600px) {
    .s_detail.content_s p{
        font-family: 'Montserrat-Light';
        line-height: 1.5;
    }
    .s_post {
        font-size: 18px;
        text-transform: uppercase;
        font-family: 'Montserrat-Medium';
        margin-bottom: 10px;
    }
    .s_name {
        font-size: 23px;
        font-family: 'Montserrat-Bold';
    }
}
@media screen and (max-width: 1500px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 8px 20px;
    }
}

@media screen and (max-width: 1400px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 8px 15px;
    }
    .gall_img_box {
        margin-bottom: 30px;
        height: 300px;
    }
    .staff_bio{
        padding: 10px;
    }
}

@media screen and (max-width: 1300px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 8px 8px;
    }
    .sp_boat_desc{
        height: 160px;
        padding: 0 20px;
    }
    .grp_btn .primary_btn{
        padding: 8px 15px;
    }
    .btn_50{
        max-width: 100%;
        width: 100%;
    }
    .custom_page .heading h2{
        font-size: 40px;
    }

}

@media screen and (max-width: 1200px) and (min-width:992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 15px;
        letter-spacing: 0;
    }
    .gall_img_box {
        margin-bottom: 15px;
        height: 250px;
    }
    .cust_pad_x{
        padding: 0 7.5px;
    }

    .navbar {
        padding: 8px 10px;

    }

    .topBannar {
        min-height: 490px;
    }
    .topBannar.about_banner , .topBannar.rental_banner{
        min-height: 400px;
    }
    .topBnannarInner h1 {
        font-size: 40px;
        margin-bottom: 30px;
    }
    .ir_col_3 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .grp_btn {
    
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }
    .grp_btn .primary_btn{
        margin-bottom: 20px;
    }
   
}

@media screen and (max-width: 991px) {
    .custom_border::after{
        display: none;
    }
    .mob_logo {
        display: inline-block;
    }

    .desk_logo {
        display: none;
    }

    .nav_flex {
        align-items: flex-start;
        flex-direction: column;
    }

    .navbar ,.home_nav.navbar{
        position: unset;
        background: #174660;
        padding: 8px 15px;
    }
   
    .footer_logo {
        margin-bottom: 30px;
    }

    .copyright_sec {
        padding: 10px 20px;
    }

    .copy_right_box {
        flex-direction: column;
    }

    .right_col ul,
    .left_col ul {
        text-align: center;
    }

    .right_col,
    .left_col {
        padding: 10px 20px;
    }

    .topBannar {
        min-height: 490px;
    }

.topBannar.about_banner, .topBannar.rental_banner {
    min-height: 400px;
}
    .search_show {
        display: inline-block !important;
        position: unset;
        
    }
    .right_nav{
        flex-direction: column;
    }
    .mt_for_nav{
        margin-top: 0;
    }
    .progress-circle {
        margin: 10px 40px;
        transform: scale(1.3);
    }
    .ir_col_3 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    .gall_img_box {
        margin-bottom: 10px;
        height: 225px;
    }
    .cust_pad_x{
        padding: 0 5px;
    }
    .sub_menu{
        opacity: 1;
        visibility: visible;
        transform: translate(unset);
        position: unset;
        display: none;
    }
    .main_menu_item:hover .sub_menu{
        display: block;
    }
    .s_detail.content_s > p{
        font-size: 14px;
        line-height: 1.5;
    }
    .staff_bio {
        padding: 20px 10px;
    }
    .s_name{
        font-size: 22px;
    }
    .s_post{
        font-size: 18px;
    }
}

@media screen and (max-width:767px) {
    
    .topBnannarInner h1 {
        font-size: 24px;
        margin-bottom: 20px;
        padding: 25px 5px;
    }
	.thankyou_page{
		margin-top:10px;
	}
	.thnk_h{
		padding:2px; 
		margin: 0;
	}
	.thnk_p{
		margin-top:10px;
	}
	
	.thnk_btn{
		margin-top: 20px;
		margin-left: 3px;
		margin-bottom: 30px;
	}

    .topBnannarInner a {
        font-size: 20px;
    }

    .topBannar {
        min-height: 260px;
    }

    .heading h3 {
        font-size: 22px;
    }

    .fb_heading {
        font-size: 20px;
    }
    .map_images{
        margin-bottom: 50px;
    }
    .prog_bars {
        flex-direction: column;
        align-items: center;
    }
    .baot_img {
        margin-top: 60px;
    }
    .ir_col_3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .scrolling-wrapper::-webkit-scrollbar-track {
        background: #e6e6e6; 
        margin: 50px;
       
      }
      .sp_boat_desc{
        height: auto;
        padding: 0 20px;
    }
    .cust_pad_x {
        padding: 0 10px;
    }
    #testimonial p img {
        width: 25px;
        
        margin-left: -25px;
        margin-top: 5px;
    }
    .load_more_wrapper {
        padding: 50px 0;
        text-align: center;
    }
    .pkg_box h2{
        font-size: 30px;
    }
    .custom_page .heading h2{
        font-size: 35px;
    }
    .primary_btn.bnr_btn{
		bottom: 61px;
		right: 52px;
		max-width: 150px;
		width: 100%;
		height: 45px;
		font-size: 13px;
    }
	.primary_btn{
		letter-spacing:0px; 
		padding: 6px 23px;
	} 

}

@media screen and (max-width: 991px) and (min-width:768px) {
	.thankyou_page {
		margin-top: 8px;
	}
	.thnk_btn{
		margin-top: 20px;
		margin-left: 3px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width:480px) {
    .right_col ul li, .left_col ul li {
        
        margin: 5px;
    }
    .right_col ul li, .left_col ul li {
        border-right: none;
    }
    .history_card{
        padding: 30px 40px 30px 50px;
        margin-bottom: 15px;
    }
    .staff_bio {
        padding: 0 5px;
    }
    .s_name {
        font-size: 20px;
    }
    .s_post {
        font-size: 16px;
        margin-bottom: 0;
    }
    .staff_img {
        margin-bottom: 15px;
    }
    .pkg_sec {
        padding: 30px 0 0 0;
    }
    .pkg_box p {
        font-size: 18px;
        margin: 0;
    }
    .pkg_box h2 {
        font-size: 25px;
        letter-spacing: 2px;
    }
    .custom_page .content p {
        font-size: 18px;
    }
    .custom_page .heading h2 {
        
        font-size: 28px;
        letter-spacing: 3px;
    }
    .heading.bdr_line h2::after{
        width: 100px;
    }

}

.range-slider-wrapper {
    width: auto;
    height: auto;
    padding: 30px 30px 15px;
    margin: 0 auto;
}
.range-slider-wrapper.filters-expanded .slider {
    background-color: #e6e6e6;
    background-image: none;
    border-radius: 0;
    border: none;
}
.range-slider-wrapper.filters-expanded .ui-slider-range {
    background-color: #174660;
    background-image: none;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .15);
}
.advanced-filters {
    display: none;
}
.toggle-filters {
    display: inline-block;
    padding: 15px 10px;
    margin-top: 15px;
    margin-left: 15px;
    cursor: pointer;
    background-color: #666;
    color: #eee;
    min-width: 162px;
    text-align: center;
    border-radius: 5px;
    transition: all 0.6s ease;
}
.toggle-filters:hover {
    background-color: #932222;
    color: #fff;
}
.slider-heading {
    display: block;
    font-size: 17px;
    margin-bottom: 30px;
    margin-left: 15px;
}
.slider {
    position: relative;
    width: 100%;
    height: 8px;
    background-color: #666;
    margin-bottom: 25px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, .15);
}
.slider .ui-slider-handle {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 25px;
    background-color:#000000;
    border-radius: 0;
    border: none;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .2);
    cursor: pointer;
    outline: none;
}
.value {
    display: block;
    position: absolute;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #e6e6e6;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    font-size: 14px;
}
/* .value::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #676f73;
    border-width: 5px;
    margin-left: -5px;
} */


/* .ui-state-focus, .ui-state-hover {
    border-color: transparent !important;
} */


/* plus icon styling */


/* .ir_icon button {
    color: #ecf0f1;
    background: #e74c3c;
    width: 30px;
    height: 30px;
    border: 0;
    font-size: 1.5em;
    position: relative;
    float: right;
  }
  
  .ir_icon  button span {
    position: absolute;
    transition: 300ms;
    background: #174660;
    border-radius: 2px;
  } */


/* Create the "+" shape by positioning the spans absolutely */


/*  .ir_icon  button span:first-child {
    top: 25%;
    bottom: 25%;
    width: 10%;
    left: 45%;
  }
  
  .ir_icon  button span:last-child {
    left: 25%;
    right: 25%;
    height: 10%;
    top: 45%;
  }
  



.ir_icon a{
    position: relative;
    font-size: 20px;
    font-family: 'Montserrat-SemiBold';
    text-transform: uppercase;
}
.ir_icon a::after {
    content: "\f068";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotate(0deg);
    font-size: 18px;
    color: #174660;
    
    transition: 0.4s ease all;
}

.ir_icon a.collapsed::after{
    content: "\f067";
    transform: translateY(-50%) rotate(180deg);

}



.megaMenu {
    position: relative;
    font-family: 'Montserrat-Light';
}

.megaMenuWrapper {
    top: 100%;
    min-width: 350px;
    display: none;
  
    border: none;
    position: absolute;
    z-index: 222;
  
    height: 80vh;
    padding: 0 75px;
    padding-right: 0;
    z-index: 3;
    background: #174660;
}

.nav_li:hover .megaMenuWrapper {
    display: block;
}

.megaMenu::before {
    display: none;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    background: #1313138c;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.megaMenu:hover .megaMenuWrapper, .megaMenu:hover::before {
    display: block;
}

.megaMenuWrapper a {
    text-decoration: none;
}

.megaMenuWrapper ul {
    list-style: none;
}

.mgCat {
    height: 100%;
    float: left;
    border-right: 1px solid #ffffff4d;
}

ul.mgCat.clearfix {
    overflow-y: auto;
}

ul.mgCat.clearfix::-webkit-scrollbar {
    width: 5px;
}

ul.mgCat.clearfix::-webkit-scrollbar-track {
    background: #272727;
    border-radius: 20px;
}

ul.mgCat.clearfix::-webkit-scrollbar-thumb {
    background: #565656;
    border-radius: 10px;
}

ul.mgCat.clearfix::-webkit-scrollbar-thumb:hover {
    background: #c9c9c9;
}

.mgCat li {
    padding: 10px 0;
    font-size: 12px;
}

.mgCat li a {
    transition: 0.4s ease all;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 100;
    padding-bottom: 3px;
    color: #fff;
}

.mgCat li a::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 1px;
    background: #ffffff;
    transition: 0.4s ease all;
}

.mgCat li a:hover::after, .mgCat li a.isHovered::after {
    width: 100%;
}

.mgListing {
    height: 100%;
    float: left;
    border-right: 1px solid #ffffff4d;
}

.listingStyle li {
    padding: 10px 0;
    font-size: 12px;
}

.listingStyle li a {
    color: #fff;
    transition: 0.4s ease all;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 100;
    padding-bottom: 3px;
}

.listingStyle li a::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 1px;
    background: #ffffff;
    transition: 0.4s ease all;
}

.listingStyle li a:hover, .listingStyle li a.isHovered {
    color: #fff;
}

.listingStyle li a:hover::after, .listingStyle li a.isHovered::after {
    width: 100%;
}

.mgClass {
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    height: 100%;
    border-right: 1px solid #ffffff4d;
}

.mgCat, .mgListing, .mgClass {
    width: 250px;
    padding-top: 30px;
    padding-left: 25px;
}

.mgListing ul, .mgClass ul {
    margin: 0;
    padding: 0;
}

.mgContent {
    width: calc(100% - 750px);
    float: left;
    overflow-y: auto;
    background: #fff;
    overflow-x: hidden;
    scrollbar-width: thin;
    height: 100%;
}

.mgInner::-webkit-scrollbar-track, .mgClass::-webkit-scrollbar-track, .mgContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.mgInner::-webkit-scrollbar, .mgClass::-webkit-scrollbar, .mgContent::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.mgInner::-webkit-scrollbar-thumb, .mgClass::-webkit-scrollbar-thumb, .mgContent::-webkit-scrollbar-thumb {
    background-color: #122342;
}

.contentCardsWrapper {
    padding: 78px;
}

.contentCardsWrapper a {
    display: inline-block;
    padding: 10px 23px;
    color: #fff;
    background: #122342;
}

.contentImgOnly a {
    background: #122342;
    position: absolute;
    bottom: 50px;
    right: 50px;
    display: inline-block;
    padding: 10px 23px;
    color: #fff;
}

.customRow {
    display: block;
    margin: 0 -10px;
}

.CustomCol {
    padding: 0 10px;
    width: calc(100% / 5);
    float: left;
}

a.contentImg {
    position: relative;
    padding: 0;
    padding-top: 65%;
    display: block;
    width: 100%;
}

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

.contentCard a.contentName {
    height: 50px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: black;
    font-size: 18px;
    padding: 0;
    font-weight: 500;
    margin-top: 12px;
    max-width: 340px;
    margin-bottom: 40px;
    background: transparent;
}

.contentImgOnly {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

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

.listingStyle {
    display: none;
}

@media screen and (max-width:1400px) {
    .contentCardsWrapper {
        padding: 30px;
    }
}

@media screen and (max-width:1199px) {
    .megaMenuWrapper {
        padding: 0 20px;
        padding-right: 0;
    }
    .mgInner {
        width: 300px;
    }
   
    .mgCat, .mgListing, .mgClass{
        width: 185px;
    }
    .mgContent {
        width: calc(100% - 555px);
    }
    .mgListing {
        padding-right: 5px;
    }
    .contentCard h3 {
        font-size: 15px;
    }
    .listingStyle li a:hover, .listingStyle li a.isHovered {
        color: #ca2123;
    }
    .listingStyle li a {
        font-size: 14px;
    }
}


.modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}
.popup_modal .modal-title{
    margin: auto;
}
.popup_modal  .modal-header{
    border-bottom: 0;
    flex-direction: column;
}
.popup_modal .modal-footer{
    justify-content: center;
    border-top: 0;
}
.modal-footer .primary_btn{
    margin-top: 10px;
}
.popup_modal .fm_feild input,.popup_modal .fm_feild select {
    height: 50px;
}

.modal_calc .fm_feild{
    margin-bottom: 40px;
}
.modal_after_calc .fm_feild{
    margin-bottom: 20px;
}
.popup_modal .modal-content{
    padding: 3rem;
}

@media screen and (max-width:576px){
   .popup_modal .modal-content{
        padding: 0;
    }
    .gallery_sec{
        display: none;
    }
	.thnk_btn{
		margin-top: 6px;
		margin-left: 2px;
		margin-bottom: 12px;
	}
	.thnk_h {
		padding: 6px;
		margin: 0;
	}
	.thnk_p {
		margin-top: 13px;
	}
   
}

#sync1 .item {
    background: #ffffff;
    padding: 80px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.owl-dots {
    display: block;
}
.owl-dot {
    background: #C9C9C9;
    padding: 10px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    width: 60px;
    display: inline-block;
}
.owl-dot.active {
    background: #0c83e7;
}
.owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}
#sync1.owl-theme {
    position: relative;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
#sync1.owl-theme .owl-prev {
    left: 0px;
}
#sync1.owl-theme .owl-next {
    right: 0px;
}
.button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333;
    height: 40px;
    width: 40px;
}

.mobileDropDown{
display: none;
}
.dropdown_arrow, .sub_dropdown_arrow {
    display: none ;
}
@media screen and (max-width: 991px){
    .megaMenuWrapper{
        display: none !important;
    }
    .nav-link{
        display: inline-block;
    }
    .navbar-nav.main_menu{
        width: 100% !important;
    }
    .rotate_180 {
        transform: rotate(180deg);
    }
.dropDown {
    position: relative;
    padding: 5px 0;
    list-style: none;
}
.mobileDropDown {
    padding: 10px 20px 10px 20px;
    margin: 0;
    background-color: #195271 !important;
    display: none;
    color: #ffffff;
    list-style: none;
    font-size: 15px;
    font-family: 'Montserrat-Medium';
}

.dropdown_arrow, .sub_dropdown_arrow {
    float: right;
    font-size: 25px;
    color: #ffffff;
    display: block;
}
.subMenu {
    display: none;
    width: 100%;
    padding: 10px 0 10px 20px;
    background:#286180 !important;
    height: 300px;
    overflow-y: scroll;
}
.s_active {
    display: block;
}
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.white_nav.navbar-light .navbar-nav .nav-link:focus, .white_nav.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

.arrows{
    position: relative;
}
#leftArrow,#rightArrow,#leftArrow2,#rightArrow2{
    position: absolute;
    transform: translateY(-50%);
    top: 30%;
    z-index: 9;
    font-size: 24px;
    background: #000000;
    color: #fff;
    padding: 25px 15px;
}
#leftArrow,#leftArrow2
{
    left: 0;
}
#rightArrow,#rightArrow2{
    right: 0;
}
.slider_1,.slider_2{
    scroll-behavior: smooth;
}

.schedulBtn {
    margin-top: 0;
    border-radius: 8px;
}
.error_input{
    border: 1px solid red;
}

html{
    scroll-behavior: smooth;
} */


/**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/colfaxregular.otf');
}

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: 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: #77787B;
}

.secondary_txt {
    color: #253746;
}

body {
    font-family: roboto_regular;
}

.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: #77787B;
}

.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: #7ea8ad;
    /*  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: #7ea8ad;
}

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

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

.bg_blue {
    background: url('https://limebryte.s3.us-east-2.amazonaws.com/mean-limebryte/assets/images/blue_bg.png');
}


/* Navbar Styling Start's Here */

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


/* sticky nav bar css */

.navbar_sec {
    position: sticky;
    top: 0;
    z-index: 3;
    background: #fff;
    border-bottom: 1px solid #dfdfdf;
}

.navbar_sec.active {
    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: 150px;
    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: #77787B;
    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: #7EA8AD;
}

.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: #7EA8AD;
    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 #77787b;
    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_sec {
    padding: 50px 0;
}

.footer_logo {
    max-width: 200px;
    width: 100%;
}

.footer_logo img {
    width: 100%;
}

.footer_nav_list ul {
    color: #fff;
    list-style: none;
    padding: 0;
}

.footer_nav_head h3 {
    color: #aab8c5;
    font-size: 28px;
    font-family: tungsten_medium;
}

.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: #77787B;
}


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


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


/* footer bottom  */

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

.foot_btm a {
    text-decoration: none;
    font-size: 12px;
    color: #000;
    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://limebryte.s3.us-east-2.amazonaws.com/mean-limebryte/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 {
    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: #7ba7ac;
    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;
}


/* .blog_img img{
  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://limebryte.s3.us-east-2.amazonaws.com/mean-limebryte/assets/images/before_foot_bnr.png");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 158px 0;
    /* background-image: url('https://limebryte.s3.us-east-2.amazonaws.com/mean-limebryte/assets/images/signup_bg.jpg'); */
}

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

.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;
    padding: 8px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.signup_btn {
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 8px;
    border: 0;
    outline: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    text-transform: uppercase;
    color: #fff;
    background-color: #7ba7ac;
    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 */


/* img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	display: inline-block;
} */

.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(250px, 1fr)); */
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    /* grid-auto-rows: 200px; */
    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 */

.doc_ban_sec {
    display: flex;
    align-items: center;
    background-color: #0d2a3b;
}

.doc_ban {
    position: relative;
    padding-top: 30%;
    flex: 0 0 60%;
    width: 100%;
}

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

.custom_border.single .color_box {
    border: 1px solid #8d8d8d;
}


/* .ban_img{
  position: absolute;
  background: url("https://limebryte.s3.us-east-2.amazonaws.com/mean-limebryte/assets/images/doc_banner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
} */

.doc_ban_content {
    padding: 50px 0 50px 50px;
    width: 100%;
    color: #ffffff;
}

.doc_ban_content ul {
    list-style: none;
    padding: 0;
}

.doc_ban_content ul li {
    padding: 10px 0;
}

.doc_ban_content ul li a {
    color: #fff;
    margin-left: 9px;
}

.testmonial_slider_sec {
    background-color: #e3eaeb;
}

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


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

.main_tab_header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
    position: sticky;
    top: 186px;
    background: #0f2c3c;
    z-index: 1;
}

.main_tab_header.heading h4 {
    flex: 0 0 45%;
    margin: 0;
}

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

.outtertab_header {
    font-size: 32px;
    flex: 0 0 40%;
    display: flex;
    justify-content: space-evenly;
}

.outer_tab_item {
    position: relative;
}

.tab_item {
    cursor: pointer;
}

.outer_tab_item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #76787b;
}


/* .outer_tab_item:hover::before
 {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ffc701;
  z-index: 1;

} */

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


/* #features{
  display: block;
} */

.outer_tab_item.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ffc701;
    z-index: 1;
}

.outer_tab_item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #ffc701;
    z-index: 1;
    transition: ease 0.5s;
}

.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 {
    /* width: 100%; */
    max-width: 640px;
}

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

.tabcontent_area {
    display: block;
    /* display: flex;
  flex-wrap: wrap; */
}

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

.colortab_img {
    position: relative;
    padding-top: 32%;
    width: 100%;
    height: 100%;
}

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

.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 img{
  width: 100%;
} */

.spec_img {
    /* position: relative;
    padding-top: 25%;
    width: 100%;
    height: 100%; */
    position: relative;
    max-width: 1200px;
    margin: auto;
}

.spec_img img {
    /* position: absolute;
    top: 0;
    left: 0; */
    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: #7ba7ac;
    position: sticky;
    top: 121px;
    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: #7ba7ac;
    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;
}

.bt_colorWrap {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
}

.bt_clrs.bt_colorss {
    margin: 2px 10px;
}


/* bt button */

/* .bt_tag {
    display: flex;
    position: absolute;
    top: 83%;
    left: 22%;
    flex-wrap: wrap;
    max-width: 800px;
} */
.bt_tag {
    display: flex;
    /* position: absolute; */
    top: 83%;
    width: 75%;
    justify-content: center;
    /* left: 50%; */
    flex-wrap: wrap;
    /* max-width: 800px; */
    position: fixed;
    /* transform: translateX(-50%); */
}

.inner_btag {
    max-width: 850px;
    width: 100%;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.bt_tag a {
    /* margin-right: 15px; */
    margin: 10px 0 10px 0;
    color: #000;
    text-decoration: none;
    padding: 10px 20px;
    /* background-color: #253746; */
    border-radius: 24px;
}

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

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

.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 {
    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: #7ba7ac;
    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);
    }
}


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


/*Hidden class for adding and removing*/

.lds-dual-ring1.hidden {
    display: none;
}


/*Add an overlay to the entire page blocking any further presses to buttons or other elements.*/

.overlay1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 50%);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}


/*Spinner Styles*/

.lds-dual-ring1 {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.lds-dual-ring1:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 5% auto;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
    position: absolute;
    left: 45%;
    top: 40%;
    transform: translate(-50%, -50%);
}

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

.admin_hk_slt {
    height: 25px;
    border: 2px solid #12161a;
    margin-left: 8px;
    width: 6%;
    border-radius: 5px;
    color: #000;
}

.admin_hk_slti {
    height: 23px;
    border: 2px solid #12161a;
    margin-left: 8px;
    width: 4%;
    border-radius: 5px;
    color: #000;
    font-size: 13.5px;
}

.admin_hk_slt_clr {
    height: 22px;
    border: 2px solid #12161a;
    margin: 8px;
    width: 25%;
    border-radius: 5px;
    color: #000;
    font-size: 13.5px;
}


.admin_hk_slt__ {
    height: 25px;
    border: 2px solid #12161a;
    margin-left: 8px;
    width: 6%;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
}


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


/* 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) {
    .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) {
    .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 {
        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 {
        font-size: 46px;
    }
    .banner_img {
        height: 450px;
    }
    .signup_txt p {
        font-size: 26px;
    }
    .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) {
    .bt_tag {
        /* left: 16%; */
    }
    .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;
    }
    .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 {
        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;
    }
    /* .side_navs .owl-nav
{
    transform: unset !important;
    position: unset;
}

.side_navs .owl-nav .owl-prev,.side_navs .owl-nav .owl-next {
    position: unset; 
    transform: translateY(10px);
} */
}

@media screen and (max-width:860px) {
    .bt_tag {
        /* left: 12%; */
    }
    .bt_tag a {
        padding: 8px 12px;
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    .hd6 {
        font-size: 22px;
    }
    .hd6 i {
        font-size: 16px;
        width: 30px;
        height: 30px;
    }
    .doc_ban_sec {
        flex-direction: column;
    }
    .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_wrap {
        flex-direction: column;
    }
    .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 {
        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;
    }
    .bt_tag {
        position: unset;
        justify-content: center;
        margin: 50px 0;
        width: 100%;
    }
    .bt_tag a {
        margin: 5px 8px;
    }
    .bt_tag2 {
        margin: 20px 0;
    }
}


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

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

.custom_border .remove_btn.remove_txt {
    right: 60px;
}

.custom_border .acordian_icon {
    position: absolute;
    top: 0px;
    right: 0px;
    transition: all 0.3s;
}

.custom_border .acordian_icon.active {
    transform: rotate(315deg);
}

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

.page-header h2 {
    margin: 0;
}

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

.custom_border .acordian_icon_option {
    position: absolute;
    top: 0px;
    right: 0px;
    transition: all 0.3s;
}

.custom_border .acordian_icon_option.active {
    transform: rotate(315deg);
}

.accordian_box_option {
    min-height: auto !important;
}

.custom_border .acordian_icon_option_row {
    position: absolute;
    top: 0px;
    right: 0px;
    transition: all 0.3s;
}

.custom_border .acordian_icon_option_row.active {
    transform: rotate(315deg);
}

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

#btn_boat_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 65%;
    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: flex-start;
    align-items: center;
}

.form-horizontal .lbl_req {
    padding-top: 4px !important;
    margin-left: 7px !important;
}

.form-horizontal .lbl_reqi {
    padding-top: 4px !important;
    margin-left: 30px !important;
    font-size: 14.5px;
    font-weight: 400;
}

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

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

.ice_blue {
    background-color: #95b7ce;
}

.slate_grey {
    background-color: #c6c6c6;
}

.province_blue {
    background-color: #2a6d9b;
}

.surf_green {
    background-color: #8bd8d0;
}

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


/*  */

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

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


/* maaz css */

.bt_head {
    background-color: #253746;
    border-radius: 4px;
    color: #fff;
    padding-bottom: 8px;
    text-align: left !important;
    padding-left: 12px;
}

.bt_head .form-control,
input {
    color: black;
}

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

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


/* .image-upload label {
   
    padding: 8px 16px;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
} */

.bt_head1 {
    background-color: #253746;
    border-radius: 4px;
    color: #fff;
    padding-bottom: 8px;
    text-align: left !important;
    padding-left: 12px;
}


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


/* .image-upload img {
        width: 35px;
        cursor: pointer;
    } */

input[type="color"] {
    -webkit-appearance: none;
    border-radius: 50%;
    border: 1px solid #8d8d8d;
    width: 27px;
    height: 27px;
    margin-top: 5px;
}

input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
    border-radius: 50%;
}

input[type="color"]::-webkit-color-swatch {
    border: none;
    border-radius: 50%;
}

.clr_pkr {
    border-left: 1px solid #828d9f;
}

.file_wrap i {
    font-size: 29px;
    color: #0d2a3b;
}

.file_wrap {
    width: 28px;
    height: 35px;
}

.file_wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}

.bt_imgwrp {
    width: 88%;
    height: 37px;
    display: flex;
}

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


/* new boat edit css */

.boat_tt {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.boat_uu {
    display: inline-flex;
    flex-wrap: nowrap;
    margin-left: 10px;
}

.side_img_src {
    margin-left: -52px;
}


/*  */


/* maaz css ends */

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

.upload_btn label {
    background: #253746;
    padding: 8px 16px;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
}

.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-top: 10px;
    margin-bottom: 20px;
    border-radius: 8px;
    position: relative;
    min-height: 250px;
}

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

.img_res {
    width: 165px;
    height: 90px;
}

.cortez_blue {
    background-color: #2E4c6b;
}

.btn-black {
    background: #253746;
    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;
    margin-left: 20px;
}


/* Maaz Css 28/02/22  */

.min_mz {
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
    right: 22px;
}

.new_btModel {
    margin-top: 36px;
    padding-top: 6px;
}

.bt_newctg {
    position: relative;
}

.new_category {
    position: absolute;
    width: 100%;
    top: -35px;
    z-index: 1;
    border-radius: 11px;
    margin-top: 0px;
}

.new_custom_bts::after {
    transform: translateX(-50%);
    left: 529px;
}

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

.bnd_Wrap {
    width: 216px;
    height: 119px;
}

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

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

.delt_icon {
    margin-right: auto;
    margin-left: 105px;
}

.fltr_bts {
    display: flex;
    margin-top: 40px;
}

.fltr_bts span {
    margin-right: 20px;
    margin-top: 8px;
}

.fltr_bts .form-group {
    position: relative;
}

.fltr_bts .form-control {
    border: 1px solid #9b9595;
    padding: 6px 36px;
    cursor: pointer;
    margin-left: 17px;
    border-radius: 8px;
}

.fltr_bts i {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    right: 0px;
    color: grey;
    font-size: 26px;
}

.pading {
    padding: 0;
}

.fltr_bts select {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
}

.fltr_bts select::-ms-expand {
    display: none;
}

.boat_brnd {
    border: 1px solid #9b9595;
    border-radius: 5px;
    margin-top: 45px;
    min-height: 255px;
}

.boat_cat {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.boat_crd {
    padding: 0 26px;
}

.bt_hed {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #9b9595;
    padding: 5px 8px;
    border-radius: 6px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.bot_imgWrap {
    width: 150px;
    text-align: center;
    /* height: 100px; */
    margin-top: 12px;
    margin-bottom: 5px;
}

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

.scnd_dlt {
    margin-bottom: 12px;
}

.heading.rit_brnd {
    padding: 0 28px 0px 28px;
    border-radius: 0 0 13px 17px;
}

.new_custom_bts {
    padding-top: 0;
}

.bt_crds_sec {
    border: 1px solid #9b9595;
    border-radius: 0 0 18px 18px;
    margin-bottom: 12px;
    background: #e6e6e6;
    border-left: 0;
}

.rit_brnd h5 {
    padding-top: 20px;
    font-weight: bold;
}

.new_uplod {
    margin-bottom: 23px;
}

.cos_icon i {
    color: #000000;
}

.boat_card_d {
    padding: 0 29px;
}

.delt_brand span {
    color: #fe4343;
}

.new_btnn {
    float: right;
    margin-right: 31px;
    border-radius: 12px;
    margin-top: 23px;
}

.delt_brand span {
    color: #fe4343;
    position: absolute;
    bottom: 4px;
    left: 18px;
}


/* maaz css end 28/02/22 */


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


/* .catalog_img>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */

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

.save_all {
    position: fixed;
    bottom: 15px;
    right: -100%;
    padding: 7px 21px;
    background: #253746;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    z-index: 9;
    transition: 0.8s;
}

.save_all.in {
    right: 30px;
}

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

@media screen and (max-width:576px) {
    .content p,
    .content ul li {
        line-height: 1;
        padding: 0;
    }
    .float_area {
        padding: 22px;
    }
    .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;
    }
}


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

.custom_border.accordian_box {
    min-height: auto !important;
}


/* FOR DASHBOARD OVERFLOW SCROLL */
#notification-report_wrapper{
    overflow-x: scroll;
}