﻿/* Preset CSS Styling Start's Here */
/*
 v1.0
Author: Irfan Ali - http://irfanali970@yahoo.com */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    background:transparent;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}
input, select {
    vertical-align:middle;
    outline: none;
}
input:focus, select:focus, button:focus {
    outline: none;
}
/* Preset CSS Styling End's Here */

/* All Fonts Defined Here  */
/* Fonts Start */
@font-face {
    font-family: Montserrat-Black;
    src: url('/assets/fonts/Montserrat-Black.ttf');
  }
  @font-face {
      font-family: Montserrat-BlackItalic;
      src: url('/assets/fonts/Montserrat-BlackItalic.ttf');
    }
  @font-face {
      font-family: Montserrat-Bold;
      src: url('/assets/fonts/Montserrat-Bold.ttf');
    }
  @font-face {
      font-family: Montserrat-BoldItalic;
      src: url('/assets/fonts/Montserrat-BoldItalic.ttf');
    }
  @font-face {
      font-family: Montserrat-ExtraBold;
      src: url('/assets/fonts/Montserrat-ExtraBold.ttf');
    }
    @font-face {
        font-family: Montserrat-SemiBold;
        src: url('/assets/fonts/Montserrat-SemiBold.ttf');
    }
  @font-face {
      font-family: Montserrat-ExtraBoldItalic;
      src: url('/assets/fonts/Montserrat-ExtraBoldItalic.ttf');
    }
  @font-face {
      font-family: Montserrat-ExtraLight;
      src: url('/assets/fonts/Montserrat-ExtraLight.ttf');
    }
  @font-face {
      font-family: Montserrat-ExtraLightItalic;
      src: url('/assets/fonts/Montserrat-ExtraLightItalic.ttf');
    }
  @font-face {
      font-family: Montserrat-Italic-VariableFont_wght;
      src: url('/assets/fonts/Montserrat-Italic-VariableFont_wght.ttf');
    }
  @font-face {
      font-family: Montserrat-Regular;
      src: url('/assets/fonts/Montserrat-Regular.ttf');
    }
  @font-face {
       font-family: Montserrat-Italic;
       src: url('/assets/fonts/Montserrat-Italic.ttf');
    }
  @font-face {
       font-family: Montserrat-Light;
       src: url('/assets/fonts/Montserrat-Light.ttf');
    }
  @font-face {
      font-family: Montserrat-LightItalic;
      src: url('/assets/fonts/Montserrat-LightItalic.ttf');
    } 
  @font-face {
      font-family: Montserrat-Medium;
      src: url('/assets/fonts/Montserrat-Medium.ttf');
    }
  @font-face {
        font-family: Montserrat-MediumItalic;
        src: url('/assets/fonts/Montserrat-MediumItalic.ttf');
    }
  
    /* Fonts Classes Start's Here */
  
    .Montserrat_Bold{
      font-family: Montserrat-Bold !important;
    }
    .Montserrat_BoldItalic{
      font-family: Montserrat-BoldItalic !important;
    }
    .Montserrat_ExtraBold{
      font-family: Montserrat-ExtraBold !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;
    }
     
    /* Fonts Classes End's Here */
  
  /* Fonts End */
/* Common Styling Start's Here */
body{
    font-family: Montserrat-Regular !important
}
.heading > h2 {
    font-size: 40px;
    color: #000000;
    margin-bottom: 20px;
    font-family:  Montserrat-SemiBold !important;
    line-height: 1;
}
.heading > h3{
    font-size: 32px;
    margin-bottom: 20px;
    font-family: Montserrat-Medium !important;
    color: #000000;
}
.heading > h4{
    font-size: 24px;
    margin-bottom: 20px;
    font-family: Montserrat-Medium !important;
    color: #000000;
}
.heading.white > h2,.heading.white > h3,.content.white>p, .white{
    color: #fff !important;
}
.content>p>strong {
    color: #d39534;
}

.content>p {
    margin-bottom: 20px;
    /* color: #666666; */
    color: #000000; 
    font-size: 16px;
    font-family: Montserrat-Regular !important ;
}

.primry_txt{
    color: #eb1d24 !important;
}
.secndry_txt{
    color: #0060af !important; 
}
.sm_heading{
    font-size: 24px;
}
.primry_btn {
    display: inline-block;
    margin: 6px;
    font-size: 20px;
    border-radius: 0;
    /* padding: 6px 16px; */
    padding: 6px 16px 5px 16px;
    cursor: pointer;
    letter-spacing: 1px;
    font-family: 'Montserrat-Medium';
    transition: ease-in-out 0.5s;
}
.primry_btn.md {
    padding: 10px 30px 6px 30px;
}
.primry_btn:hover{
    background: #ffffff;
    color: #B91E2A;
    border: 1px solid #B91E2A;
}
.primry_btn.yl{
    background: #B91E2A;
    border: 1px solid #B91E2A;
    color: #fff;
}
.primry_btn.yl:hover{
    background: #ffffff;
    color: #B91E2A;
    border: 1px solid #B91E2A;
}
.primry_btn.gr{
    background: #617f59;
    border: 1px solid transparent;
    color: #fff;
}
.primry_btn.gr:hover{
    background: #fff;
    color: #617f59;
    border: 1px solid #617f59;
}
.primry_btn.bl{
    background: #0060af;
    border: 1px solid transparent;
    color: #fff;
}
.primry_btn.bl:hover{
    background: #fff;
    color: #0060af;
    border: 1px solid #0060af;
}
.primry_btn.blk{
    background: #000000;
    border: 1px solid transparent;
    color: #fff;
}
.primry_btn.blk:hover{
    background: #fff;
    color: #000000;
    border: 1px solid #000000;
}
/* Common Styling End's Here */

  /* 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: #B00411;
    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;
  }
/* secondary Mega Menu */
.secondry_megaMenu {
    padding: 30px 0 50px;
    position: absolute;
    width: 100%;
    left: 0;
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transform: translateY(-430px);
    transition: all 0.5s;
}
.rentals_menu:hover .secondry_megaMenu{
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.mg_menu_img {
    height: 350px;
}
.mg_menu_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mg_menu_img::before {content: "";position: absolute;top: 0;bottom: 0;left: 0;right: 0;background: #0000009c;}

.mgcontent_wrap {
    position: relative;
}

.mg_menu_title {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: #ffffff;
    font-size: 28px;
    font-family: 'FjallaOne';
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
}




.simple_menu {
    position: relative;
    background-color: #fff;
}

.sub_menu {
    position: absolute;
    top: 100%;
    z-index: -1;
    left: -15px;
    list-style: none;
    background: #000000;
    width: 150px;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100px);
    transition: all 0.5s;
}
.simple_menu:hover .sub_menu{
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.sm_item::before {
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    width: 5px;
    height: 0;
    background: #eb1d24;
    content: "";
    transition: all 0.5s;
   
}
.sm_item:hover{
    background: #fda8ab4a;
}
.sm_item:hover::before{
   height: 100%;
}
.sm_item {
    position: relative;
    background: transparent;
    transition: all 0.3s;
}
.sm_link {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 5px 0;
}
.sm_link:hover{
color: #ffffff;
text-decoration: none;
}
/* menu icon */

.navbar_sec{
    background-color: #fff;
    position: relative;
    z-index: 9;
    border-bottom: 1px solid #c1c1c1;
}
.nav_bar {
    padding: 10px 200px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #fff;
}
.navbar_content{
    /* //display: block; */
    display: flex;
}
.navbar_list {
    display: flex;
    list-style: none;
    align-items: center;
}
.nabar_link {
    color: #000000;
    padding: 32px 16px;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: none;
    transition: all 0.5s;
    position: relative;
    display: inline-block;
    font-family: Montserrat-Bold !important
}
/* .nabar_link::before {
    content: "";
    position: absolute;
    width: 0;
    margin: auto;
    height: 5px;
    background: #eb1d24;
    bottom: 0;
    transition: ease-in-out 0.5s;
} */
.nabar_link:hover::before{
    width: calc(100% - 32px);
}
.nabar_link:hover{
   /*  text-shadow: 0 0 3px #d39534; */
    text-decoration: none;
    color: #eb1d24;
}
.navbar_logo{
    position: absolute;
    top: 26px;
    left: 202px;
    width: 188px;
    z-index: 9;
}
.navbar_logo img{
    width: 100%;
}
.box {
    display: none;
}
.navbar_addrs {
    color: #000000;
    display: flex; 
    justify-content: center;
    align-items: center;
    text-align: right;
    margin-left: 20px;
    padding-left: 32px;
     
}
.NV_BTN
{
    font-size: 14px;
    padding:5px 10px;
    
}
.nv_nmber {

    color: #B0020F;
    font-size: 24px;
    margin-left: 26px;
    font-family: 'Montserrat-SemiBold';

}
/* Header Section Styling End's Here */
/* Footer Styling Start's Here */
.footer_sec {
    display: flex;
    background-color: #000000;
    align-items: stretch;
    color: #ffffff;
    flex-wrap: wrap;
}
.footer_logo_area, .footer_nav_area{
    padding: 62px 30px;
}
.footer_nav_area{
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    padding-left: 100px;
    flex-wrap: wrap;
}
.footer_logo_area {
    flex: 0 0 40%;
    text-align: center;
    background: #255a66;
}
.footer_logo {
    max-width: 220px;
    width: 100%;
}
.footer_logo img{
    width: 100%;
}
.ft_txt p
{
    color:#fff;
    font-size: 14px;
    font-family: Montserrat-Regular;
    margin-top: 15px;
    max-width: 316px;
}
/* .footer_logo > img{
    width: 100%;
} */
.fnav_box {
    flex: 0 0 25%;
    min-width: 150px;
}
.fnav_box >a{
    color: inherit;
}
.fnav_box h4 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.fnav_box ul li {
    font-size: 16px;
    padding-bottom: 8px;
}
.fnav_box ul li a {
    color: #fff;
    text-decoration: none;
    font-family: "Montserrat-Light";
}
.fnav_box ul {
    list-style: none;
}
.footer_loc p {
    padding-top: 10px;
}
.social_icon_list{
    display: flex;
    margin-top: 15px;
    gap: 15px;
}
.fnav_box ul li > .social_icon {
    width: 35px;
    height: 35px; 
    border: 1px solid transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
    transition: ease-in-out 0.2s;
    margin-right: 5px;
}
.fnav_box ul li > .social_icon:hover{
    border: 1px solid #fff;
    background: #ffffff;
    color: #eb1d24;
}
.copyright_bar{
    background: #262626;
    padding: 10px 100px;
}
.last_foot_bnr
{
    display:flex;
    justify-content:space-between;
}
.copyright_bar ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.right_list {
    justify-content: flex-end;
}
.copyright_bar ul li a{
    color: #767676;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Montserrat-Regular;
    display: inline-block;
}
.copyright_bar ul li + li{
padding-left: 30px;
position: relative;
}
.copyright_bar ul li + li::before{
    position: absolute;
    content: "";
    transform: translateY(-50%);
    top: 50%;
    left: 15px;
    width: 1px;
    height: 12px;
    background-color: #767676;
}
/* Footer Styling End's Here */
/* contact us sec */
.contact_us{
    background-color: #0060af;
    padding:  50px 0;
    color: #ffffff;
}
.contact_us .heading > h2{
    color: #ffffff;
}
.contact_us .radio_btn input[type="radio"]:checked::after{
    background: #ffffff;
}
.contact_us .radio_btn input[type="radio"]::before{
    background: #0060af;
    border: 1px solid #ffffff;
}
/* form design starts here */
.form_titl{
font-size: 20px;
padding-bottom: 10px;
color: #000000;
font-family: "Montserrat-semiBold" !important;
}
select.form-control:not([size]):not([multiple])
{
    height:auto;
}
/* .form_optin
{
    position: relative;
} */
 
 /* apply CSS to the select tag of 
         .dropdown-container div*/
  
         .form_optin select {
            /* for Firefox */
            -moz-appearance: none;
            /* for Safari, Chrome, Opera */
            -webkit-appearance: none;
          }
      
          /* for IE10 */
          .form_optin select::-ms-expand {
            display: none;
          }



.form_optin span
{
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    color: #000000;
    font-size: 21px;
}
.form_titl.lft{
    padding-top: 38px;
}
.form_titl.rgt{
    padding-top: 22px;
}
.formWrapper .cardHeader h1 {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .formWrapper .form-group{
    margin-bottom: 28px;
  }
  .inlineField label {
    margin: 0;
  }
  
  .formWrapper label {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    font-family:'Montserrat-Medium';
  }
  .formWrapper  a
  {
      text-decoration: none;
  }
  .formWrapper input:not([type='checkbox'], [type='radio']), .formWrapper select, .formWrapper textarea {
    border-radius: 0px;
    padding: 10px;
    font-size: 14px;
    height: 50px;
    border: 1px solid #c7c7c7;
    -webkit-box-shadow: 0 0 0 0 rgb(31 45 61 / 10%);
    box-shadow: 0 0 0 0 rgb(31 45 61 / 10%);
    transition: 0.4s ease all;
    width: 100%;
  }
  .formWrapper select, .formWrapper textarea {
    border-radius: 0px;
    padding: 10px;
    font-size: 14px;
    height: 50px;
    border: 1px solid #c7c7c7;
    -webkit-box-shadow: 0 0 0 0 rgb(31 45 61 / 10%);
    box-shadow: 0 0 0 0 rgb(31 45 61 / 10%);
    transition: 0.4s ease all;
    width: 100%;
    color: #000000;
  }
  
  .formWrapper textarea {
    height: auto;
    resize: none;   
  }
  .formWrapper input::placeholder{
      font-size: 16px;
      font-weight: 400;
      color: #000000;
  }
  .formWrapper textarea::placeholder{
    color: #000000;
  }
  .formWrapper input:not([type='checkbox'], [type='radio']):focus, .formWrapper select:focus, .formWrapper textarea:focus {
    -webkit-box-shadow: 2px 5px 17px 0 rgb(31 45 61 / 10%);
    box-shadow: 2px 5px 17px 0 rgb(31 45 61 / 10%);
    border: 1px solid #c7c7c7;
    outline: none;
  }
  
  .searchWrapper select {
    width: 30%;
    float: left;
    border-right: none;
    border-radius: 7px 0 0 7px;
  }
  
  .searchWrapper input:not([type='checkbox'], [type='radio']) {
    width: 70%;
    float: left;
    border-radius: 0 7px 7px 0;
  }
  
  .customCheck {
    position: relative;
    margin: 0 4px;
  }
  
  .customCheck::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: #dcdcdc;
    border-radius: 50%;
  }
  
  .customCheck::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #dcdcdc;
    border: 1px solid #dcdcdc;
    /*  transition: 0.4s ease all; */
    cursor: pointer;
  }
  
  .customCheck:checked:after {
    border-color: #ffffff;
    border-width: 2px;
    border-top: none;
    border-left: none;
    width: 5px;
    transform: translate(-50%, -60%) rotate(45deg);
    background: #00C99C;
  }
  
  .customCheck:checked:before {
    background: #00C99C;
  }
  
  .inlineInput {
    display: flex;
    align-items: center;
  }
  
  .inlineInput input {
    width: 100%;
    margin-left: 10px;
  }
  
  .radio_btn label {
    padding-right: 30px;
    cursor: pointer;
  }
  
 
  
  .custom_checkbox input:checked~.checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  
  .custom_checkbox .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .radio_btn input[type="radio"] {
    position: relative;
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.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: #ceac61;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    border-radius: 50%;
}
.payment_box div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #000000;
    font-weight: 600;

}



.payment_box .pay_info, .payment_box .calc_opt {
    color: #af000d;
    margin-top: 10px;
     
}
.calc_btn {
    margin-left: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}
.calc_btn a img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.calc_btn  img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.spec_list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #184854;
    font-size: 14px;
    font-weight: 500;
}
.spec_list li+li{
    margin-top: 8px;
}
.spec_list li span:first-child{
    text-transform: uppercase;
}
.Rentals_wrapper {
    padding-bottom: 200px;
}

.rb_wrap:hover{
    position: relative;
    z-index: 99;
}
.rental_box {
    padding: 20px 22px;
    position: relative;
    cursor: pointer;
    z-index: 6;
    background: #fff;
    -webkit-animation: tilt-in-top-1 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: tilt-in-top-1 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
 
	
    @-webkit-keyframes rental_box {
        0% {
          -webkit-transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
                  transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
          opacity: 0;
        }
        100% {
          -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
                  transform: rotateY(0deg) translateY(0) skewY(0deg);
          opacity: 1;
        }
      }
      @keyframes rental_box {
        0% {
          -webkit-transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
                  transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
          opacity: 0;
        }
        100% {
          -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
                  transform: rotateY(0deg) translateY(0) skewY(0deg);
          opacity: 1;
        }
      }
      





/* .rental_box:hover{
    background-color: #000000;
} */
.rental_box .content{
    height: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #000000;
    left: 0;
    right: 0;
    padding-bottom: 20px;/* 
    transform: translateY(-178px); */
    
}
.rental_box .date_title {
    text-align: center;
    color: #a5bf9f;
    font-weight: 600;
    padding-bottom: 8px;
    font-family: Barlow-Regular;
    font-size: 25px;
}
/* .rental_box:hover .content{
    height: auto;
    opacity: 1;
    visibility: visible;
    z-index: -1;
    color: #ffffff;  
    
}
.rental_box:hover .content .date_title{
    color: #ffffff;
} */
/* .rental_box:hover .title h2{
    color: #ffffff;
} */
.rental_box .specs ul>li::before{
    content: "";
}
.rental_box .specs ul{
    padding:0;
    max-width: 150px;
    margin: auto;
    width: 100%;
    color: #fff;
    font-size: 14px;
    margin: 0 auto 15px;
}
.rental_box .specs ul li{
    display: flex;
    justify-content: space-between;
}
.rental_box .specs ul>li+li{
    margin-top: 0;
}
.rental_img{
    position: relative;
    padding-top: 65%;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.rental_img img{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
}
.rental_box .title {
    position: relative;
    z-index: 99;
    background: #fff;
    text-align: left;
}
/* .rental_box:hover .title{
    background: #000000;
} */
.rental_box .title h2{
    font-size: 20px;
    font-family: Montserrat-Bold !important;
    color: #000000; 
    padding: 15px 0;
    
}
.rental_box .title span
{
   color:#B0020F;
   font-size: 20px;  text-align: center;
   font-family: Montserrat-semiBold;
}
#faq .card {
    border: 0;
    background: transparent;
  }
  
   #faq .card .card-header {
    padding: 0;
    background: transparent;
  }
  
   #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    color: #000;
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Teko-Medium;
  }
  .btn.btn-header-link:focus{
    outline: none;
    box-shadow: none;
  }
  #main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    float: right;
    font-size: 20px;
    color: #eb1d24;
  }
  #main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
  }
  
  #main #faq .card .collapse.show {
    color: #222;
  }





  .checkbox_cust {
    position: relative;
}
  .checkbox_cust label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    background: #fff;
    /* vertical-align: text-top; */
    margin-right: 5px;
    margin-right: 17px;
}
.checkbox_cust label
{
    position: relative;
}
.checkbox_cust label::after {
    content: "\f00c";
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    left: 2px;
    display: none;
    color: #B0020F;
    font: normal normal normal 14px/1 FontAwesome;
}

.field-error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}
.error_field {
    border-color: red;
}

.checkbox_cust label {
    position: relative;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    color: #000000;
}

.checkbox_cust input[type=checkbox] {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
.checkbox_cust input[type=checkbox]:checked + label:after{
    display: block;
}


.bt_dt_img {
    position: relative;
    padding-top: 60%;
    margin-bottom: 30px;
}

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

/* testimonial style start */
.testimonial_sec .card {
    padding: 0 0 40px 0;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    background: #fff;
    border-color: #000000;
    border-radius: 0;
}
.card svg{
    fill: #1b799b;
}
.client_img > img {
    width: 100%;
}
.card_text, .client_name{
    padding: 0 30px;
}
.card_img{
    padding: 20px 0;
}
.client_name strong {
    font-family: Barlow-Bold;
    
}
.client_name span{
    font-family: Barlow-Regular;
    color: #9c9c9c;
}
.r_180{
    transform: rotate(180deg);
}
.testimonial_sec .red_btn{
    margin-bottom: 100px;
    margin-top: 25px;
    padding: 10px 30px;
}
.client_name {
    margin-top: 30px;
}
/* Modal styling */
.modal-header .close {
    margin-top: -2px;
    color: #e32222;
    opacity: 1;
    font-size: 25px;
    
}
.modal-header h4 {
    font-size: 28px;
    font-family: 'RobotoSlab-Bold';
}
.modal-body p {
    font-size: 20px;
    margin: 25px 0 6px 0;
    font-family: 'Roboto-Medium';
    color: #696666;
}
.modal-body input, .modal-body textarea{
    border-radius: 5px;
    border: 1px solid #9c9b9b;
    font-size: 22px;
    font-family: 'Roboto-Medium';
    padding-left: 10px;
}
.modal-footer {
    text-align: center;
}
.modal-footer .red_btn {
    margin: 5px;
    padding: 8px 22px 8px 22px;
    font-size: 18px;
    /* border-radius: 50px; */
}
.fa-star.checked{
color: #eb1d24;
}
/* Modal styling */
/* Evente Page Styling Start's Here */
.event_header {
   /*  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; */
    
}
.event_header .heading> h2{
    margin-bottom: 0;
    text-transform: capitalize;
    color: #ffffff;
   /*  font-size: 32px; */
}
.event_header .content>p{
    color: #ffffff;
}
.event_header_sec {
    padding: 20px 0;
    background: url('/assets/images/bg_black.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}
.event_form input {
    min-width: 275px;
}
.event_icon {
    display: inline-block;
    margin-right: 8px;
    color: #eb1d24;
}
.event_wrapper {
    margin: 70px 0;
}
.event_box {
    display: flex;
    align-items: stretch;
    border: 1px solid #f0f0f0;
    margin-bottom:40px;
}

.event_desc {
    padding: 30px;
    /* flex: 0 0 60%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.event_title {
    font-size: 24px;
    font-family: Barlow-Bold;
    color: #000000;
}
.event_date.yl{
background-color: #eb1d24;
}
.event_date.gr{
    background-color: #617f59;
}
.event_date.bl{
    background-color: #0060af;
}
.event_txt {
    font-size: 16px;
    padding: 15px 0 30px;
}

.event_adrs {
    font-size: 16px;
    font-weight: 700;
    font-family: Barlow-Bold;
    color: #000000;
}

.event_img {
    flex: 0 0 20%;
}

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

.event_date {
    flex: 0 0 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 90px;
    color: #ffffff;
    font-weight: 300;
    font-family: Teko-Regular;
}

.event_date span {
    display: block;
    font-size: 50%;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -40px;
}
.inner_date {
    margin-top: -30px;
}
.apply_btn a {
    color: #d39534;
}
/* Event Page Styling End's Here */
/* Home Page Styling Starts Here */
.bnr_img {
    position: relative;
    padding-top: 29%;
    width: 100%;
    height: 100%;
    min-height: 230px;
}
.bnr_img>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hm_banner {
    position: relative;
}
 
.featured_boats {
    padding: 50px 0;
}
.section-strt {
    float: left;
    width: 100%;
    position: relative;
}
.featured_boats .text-center h2 {
    margin: 20px auto 50px;
    color: #000000;
    font-size: 36px;
    letter-spacing: 2px;
    font-family: Montserrat-semiBold;
    text-transform: uppercase;
    font-weight: 600 !important;
}
.image_frame {
    position: relative;
    padding-top: 60%;
}
.image_frame img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured_boats .image_frame .View_boat {
    background-image: url(../images/cut-bg.png);
    background-size: cover;
    height: 34px;
    background: #B91E2A;
    position: absolute;
    right: 0;
    color: #fff;
    max-width: 225px;
    width: 225px;
    text-align: center;
    top: 0;
}
.featured_boats .image_frame .View_boat a {
    color: #ffffff;
}
.featured_boats .image_frame .View_boat a {
    line-height: 35px;
    height: 35px;
    color: #fff;
    font-weight: 600;
    font-family: Montserrat-semiBold;
    text-transform: uppercase;
    text-decoration: none;
}
.featured_boats .image_frame .View_boat::after {
    position: absolute;
    content: "";
    top: 0px;
    left: -23px;
    bottom: 0;
    border-top: 0 solid transparent;
    border-bottom: 34px solid transparent;
    border-right: 23px solid #B91E2A;
    /* z-index: 9; */
}
 
.boat_content h3 {
    color: #000000;
    font-size: 14px;
    margin: 20px 0 5px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
    font-family: Montserrat-Regular;
    font-weight: 700;
    text-decoration: none;
    transition: .3s all;
    cursor: pointer;
}
.boat_content ul {
    padding-left: 0;
}
.boat_content ul li {
    list-style: none;
}
.boat_content strong, .boat_content ul li span {
    color: #000000;
}

.boat_content ul li span {
    color: #666;
    font-size: 14px;
    font-family: Montserrat-Regular;
    font-weight: 500;
    margin-right: 4px;
}
.boat_content span {
    color: #7f7f7f;
    font-size: 17px;
    font-weight: 400;
    font-family: trade-gothic-next;
}
.boat_content strong {
    color: #666;
    font-size: 14px;
    font-family: Montserrat-Regular;
    font-weight: 500;
}
.boat_content strong, .boat_content ul li span {
    color: #000000;
}
.view-invent a {
    display: inline-block;
    max-width: 250px;
    width: 250px;
    height: 45px;
    line-height: 42px;
    color: #fff;
    background-color: #000000;
    border: 1px solid #000000;
    margin: 65px 0 20px;
    font-family: Montserrat-semiBold;
    text-decoration: none;
    transition: .3s all;
    cursor: pointer;
    font-size: 14px;
    border-radius: 2px;
    border:1px solid transparent;
} 
.view-invent a:hover {
     color: #000000;
     background:#fff;
     border:1px solid #000000;
} 
/* Home Page Styling End's Here */
/* Home Page Gallery Section Styling Starts Here */
.home_gallry
{
    margin: 100px 0; 
}

.desk_gall {
    display: block;
}
.mob_gall {
    display: none;
}
/* .gall_bg {
    background: url('/assets/images/home_galry.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */
.grid_box {
    border: 10px solid #ffffff;
    padding: 0;
}
.grid_box a:hover{
    text-decoration: none;
}
.gall_img_box {
    /* margin-bottom: 30px; */
    height: 360px;
    position: relative;
    cursor: pointer;
}
.gall_img_box:hover .hover_txt {
    display: block;
    z-index: 2;
}
.gall_img_box:hover::after {
    display: block;
}
/* .gall_img_box::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:rgb(235 29 36 / 76%);
    display: none;
}
.hover_txt {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    display: none;
    color: #fff;
}
.hover_txt .heading>h3{
    color: #fff;

} */
.mob_gall .gall_bg {
    background: url('/assets/images/gall_img.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* Home Page Gallery Section Styling Ends Here */




.ui-slider-horizontal {
    height: 10px !important;
}
.range-slider-wrapper.filters-expanded .ui-slider-range {
    background-color: #9f0d01;
    background-image: none;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .15);
}
 
.catbox {
    margin-right: 30px;
}
.ui-widget.ui-widget-content{
    margin: 20px 0px !important;
}
/* moazzam Style */
.for_sale_image_banner{
    color: #fff;
    background: green;
  }
  .production_image_banner{
    color: #fff;
    background: #e72300;
  }
  .on_the_way_image_banner{
    color: black;
    background: #f6fa00;
  }
.image_banner {
    display: block;
    z-index: 999;
    position: absolute;
    top: 15px;
    right: 0px;
    opacity: .8;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
}




/* About Us Page css start */
.banner_txt {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width:100%;
}
.bnr_img.about {
    padding-top: 34%;
}
.bnr_img.finance {
    padding-top: 25%;
}
.about_sec
{
    background-image: url("/assets/images/blk_bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.award_sec
{
    background-color: #1a1a1a;
    padding:30px 0;
}
.about_btn
{
    margin-top: 52px;
}
h4.awrd
{
    letter-spacing: unset !important;
}
.award_pic
{
    margin-top: 15px;
}
.awrd
{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
}
.awrd_img
{
    position: relative;
    padding-top: 100%;
}
.awrd_img img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.avatar
{
    max-width: 331px;
    width: 100%;
    margin: auto;
}
.avt_card
{
    padding: 81px 20px 0 20px;
    border: 1px dashed #acacac ;
    margin-top: 26px;
}
.avt_img
{
    position: relative;
    padding-top: 70%;
}
.avt_img img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.meet h3
{
    background-color: #e2e2e2;
    padding: 10px 0 4px 10px;
    font-size: 26px;
    font-family: 'Teko-Medium';
    margin-top: 31px;
    text-transform: uppercase;
    color: #000000;
}
.avt_head {
    margin-top: 23px;
}

.avt_head h4
{
    text-align: center;
    color: #000000;
    font-family: 'Barlow-Bold';
    font-size: 18px;

}
.avt_p p
{
    text-align: center;
    font-size: 16px;
    color: #eb1d24;
    font-family: 'Barlow-Medium';
}

.Empy_frm_sec
{
    background-color: #0060af;
}

.emp_form_head h3
{
    margin-top: 3px;
    font-family: 'Teko-Medium' !important;
    color: #fff;
    font-size: 28px;
    letter-spacing: 1px;
}

.submit_btn {
    text-align: center;
    margin: 27px auto;
}
.sbt_btn
{
    text-align: center;
    font-size: 25px;
    font-family: 'Teko-Medium';
    color: #fff;
    background-color: #000000;
    border: none;
    padding: 3px 20px 0px 20px;
}

  
.sbt_btn:hover
{
   
    color: #000000;
    transition: 0.4s ease-in-out;
    background-color: #fff;
    border-color: #000000;
}
.nwz_inpt
{
    margin-top: 11px;
}
.youSearchList {
    padding: 0 20px 25px 10px;
}
/*--- About us Form Styling start----- */

.nwz_form input
{
    border-radius: 0 !important;
}
.employe_frm input
{
    height: 51px;
}
.nwz_form select
{
    border-radius: 0 !important;
    color: #000000;
    height: 51px;
}
.nwz_form select option 
{
    color: black; 
}

.nwz_form textarea
{
    border-radius: 0 !important;
    resize: none !important;
}

.nwz_form .form-check {
    padding: 4px 19px;
} 


/* Custom check box css */
.custom-checkbox
{
    padding:4px 22px;
}
.custom-checkbox .custom-control-label::before {
    background-color: #4d90c7;
    border-radius: 0;
    width: 20px;
    height: 20px;
}
.custom-checkbox .custom-control-label::before
{
    background-color: #4d90c7;
    border-radius: 0;
}
.custom-control-label::after
{
    width: 22px;
    height: 20px;
}
.nwz_form .chkbx_lbl {
    color: #fff;
    padding-left: 12px;
    font-size: 18px !important;
    font-family: 'Barlow-Regular' !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #4d90c7;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #4d90c7;
}


/* chk box end */
.chck_box
{
    margin-bottom: 13px;
    margin-left: 3px;
}
.emp_form .form-group {
    margin-bottom: 33px;
}
.nwz_form input.form-check-input {
    width: 22px;
    height: 20px;
    border: 1px solid #cfe1f0;
}


/* place holder color change  */

.nwz_form .form-control::-webkit-input-placeholder {
    color: #000000;
}

.nwz_form .form-control:-moz-placeholder {
    color: #000000;
}

.nwz_form  .form-control::-moz-placeholder {
    color: #000000;
}

.nwz_form .form-control::placeholder {
    color: #000000;
}

.nwz_form .form-control:-ms-input-placeholder {
    color: #000000;
}

.nwz_form select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    position: relative;
}

.nwz_form .fa-caret-down
{
    color: #000000;
}

.nwz_form .fa-caret-down:before {
    content: "\f0d7";
    position: absolute;
    top: 16%;
    right: 35px;
}







/*--- About us Form Styling ends----- */
/* About Us Page css ends */
/* Contact us  page styling starts here*/
.time_schedule {
    flex: 0 0 50%;
    min-width: 230px;
    padding: 20px 10px;
    padding-left: 0;
    max-width: 280px;
}
.time_schedule ul {
    list-style: none;
    padding-left: 0;
}
.time_schedule ul li {
    display: flex;
    justify-content: space-between;
   padding:5px 15px;
}
.time_schedule ul li span
{
    font-family:Montserrat-Regular;;
}
.time_schedule ul li span:nth-child(even)
{
    font-family: 'Montserrat-Regular';
    font-weight: bold;
}
.contact_box {
    padding: 20px 0 30px;
}
.contact_box p {
    margin: 0;
    padding-bottom: 15px;
    color: #000000;
    font-family: 'Barlow-Regular';
}
.contact_box a {
  text-decoration: none;
  color: #000000;
  font-family: 'Barlow-Regular';
}

/* Custom Check Box style */
.chk_box_cstm {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .chk_box_cstm input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee !important;
    border:1px solid #8080809e;
  }
  
  /* On mouse-over, add a grey background color */
  .chk_box_cstm:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .chk_box_cstm input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .chk_box_cstm input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .chk_box_cstm .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #eb1d24;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
/* Custom Check box style end */
 
 
#notify_message{
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 9999;
    font-size: 20px;
    padding: 15px;
    display: none;
} 
/* mega menu styles starts here */
.cross {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1e458e;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.megaMenu {
    position: relative;
    font-family: 'Montserrat-Light';
}

.megaMenuWrapper {
    top: 100%;
    min-width: 350px;
    display: none;
    /* padding: 18px 30px; */
    border: none;
    position: absolute;
    z-index: 222;
    /* background: #fff; */
    height: 80vh;
    padding: 0 75px;
    padding-right: 0;
    z-index: 3;
    background: #000000;
   /*  background: url('../images/bg_black.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
}

.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;
} */
.megaMenu.show_mg .megaMenuWrapper, .megaMenu.show_mg::before {
    display: block;
}
.show_mg .nabar_link{
    color: #eb1d24;
}
.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;
    /* font-family: Barlow-Regular!important; */
}

.mgCat li a::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 1px;
    background: #ff0000;
    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;
    /* font-family: Barlow-Regular !important; */
}

.listingStyle li a::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 1px;
    background: #ff0000;
    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, .mgListing  {
    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: 60px;
    padding-left: 25px;
}

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

/* .mg content starts here  */

.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, .mgListing::-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, .mgListing::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

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

.contentCardsWrapper {
    padding: 78px;
    padding-bottom: 15px;
}

.contentCardsWrapper a {
    display: inline-block;
    padding: 10px 23px;
    color: #fff;
    background: #122342;
    /* font-family: Barlow-Regular !important; */
}

.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; */
    height: 40px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: black;
    font-size: 14px;
    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;
    }
    /* .mgClass {
        width: 185px;
    } */
    .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;
    }
}


/* mega menu changes css */
  .mg_img{
     /*  width: 80px;
      height: 50px; */
  }
  .mg_img>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mgCat li, .mgListing li, .mgClass li{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.mgCat, .mgListing, .mgClass{
    padding-right: 10px;
}
.mgCat li a:first-child, .mgListing li a:first-child, .mgClass li a:first-child{
    width: 100%;
}

/* mega menu stylein end */

/* Modal Styling Starts Here */
.popup_modal{
    font-family: Montserrat-Regular;
}
.modal-title{
    font-family: Montserrat-Medium;
    margin: auto;
    font-size: 30px;
}
.popup_modal .modal-header {
    border-bottom: 0;
    flex-direction: column;
    
}
.fm_feild {
    margin-bottom: 20px;
    position: relative;
}
.popup_modal .fm_feild input, .fm_feild select {
    height: 50px;
}
.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 label{
    font-family: Barlow-Bold;
}
.fm_feild input::placeholder{
    font-family: Barlow-Regular;
}
.video_img_box{
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/assets/OwlCarousel/dist/assets/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1000;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
  }

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

.error_input:focus {
    border: 1px solid #ffcc00 !important;
    /* background: #edddb2;
    background: #f2e6c4; */
    background: #f5eeda;
}

  /* All Media Qureis */

/* mega menu start here */

.boats-mega-menu{
    position: absolute;
    top: 104px;
    left: 50%;
    z-index: 200;
    display: none;
    max-width: calc(100% - 13%);
    width: 100%;
    margin: 0 auto;
    transform: translateX(-50%);
    background: white;
    padding: 50px;
}
.boats-mega-menu.menu-show{
    display: block;
}
.boats-mega-menu h6 {
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: Montserrat-Bold !important;
}
 .boats-mega-menu ul {
    padding-left: 20px;
}
.boats-mega-menu ul li {
    list-style: none;
}

.boats-mega-menu ul li a {
    text-decoration: none;
    color: black;
    letter-spacing: 0.5px;
    line-height: 35px;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Montserrat-Regular' !important;
}
.mega-menu-line {
    width: 20%;
    border: 1px solid #edeaea;
}
.mega-menu-img {
    position: relative;
    padding-top: 61%;
    display: block;
}

.mega-menu-img-title {
    margin-bottom: 40px;
    margin-top: 8px;
}
.mega-menu-img-title a{
    color: black;
}
.mega-menu-img h5 {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.mega-menu-img-title a:hover {
    color: black;
    text-decoration: none;
}


  .error_field {
    border: 1px solid red !important;
}

.error_input:focus {
    border: 1px solid #ffcc00 !important;
    background: #f5eeda;
}
.mega-menu-img .mega-menu-main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 10px;
    object-fit: cover;
    height: 100%;
}
.mega-menu-img-title {
    margin-bottom: 20px;
}
.mega-menu-img h5 {
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Montserrat-Bold !important;
    color: black;
}
.mega-menu-img-title a {
    text-decoration: none;
}
.iti {
    /* border: 1px solid #dedfe0; */
    width: 100%;
}

.phoneInput {
    width: 100%;
    padding-left: 40px;
    outline: none;
    border: none;
}

#contactModal_email .modal-header{
    border-bottom: 0;
    padding-top: 30px;
}

#contactModal_email .modal-dialog{
    max-width: 450px;
}

.popup_input{
    width: calc(100% - 100px);
    height: 43px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dedfe0;
    margin-bottom: 0;
    padding: 0 10px 0 10px
}

.shareModalHeading{
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #1a1a1a;
    font-weight: 300;
}

.copyShareLinkBtn{
    text-align: center;
    background: #000;
    border: 1px solid transparent;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.8px;
    font-weight: 200;
    transition: 0.4s ease all;
    border: none;
    outline: none;
}

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

.shareIconsContainer{
    display: flex;
    align-items: center;
    gap: 30px;

}

.shareIconsWrapper{
    margin-top: 40px;
}

.shareIconsContainer .fa-brands{
    color: #000;
}

.shareIcons{
    border: 1px solid #000;
    border-radius: 50%;
    background-color: #fff;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktopShareBtn{
    display: block;
}

.mobileShareBtn{
    display: none;
}

.breadcrumb-item a {
    color: rgba(0, 0, 0, 0.60);
    font-family: Montserrat-Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.breadcrumb-item.active a {
    color: #6c757d;
    text-transform: capitalize;
    font-family: Montserrat-Medium;
}
.breadcrumb-container-boats {
     max-width: 300px;
     margin-left: 70px;
   
}

.breadcrumb{
    background-color: transparent;
}

/* band page css start here */

.banner-logo{
    position: absolute;
    bottom: 50px;
    right: 50px;
    max-width: 398px;
    width: 100%;
}
.banner-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.boat_content{
    margin-top: 20px;
}
.boat_content a:hover{
    color: #000000;
    text-decoration: none;
 }
.boat_content h3 {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16.8px; /* 120% */
}
.boat_content ul {
    padding-left: 0;
    margin-top: 15px;
}
.view-invent a:hover {
     color: #fff;
     background-color: #000000;
     border: 1px solid #000000;
} 
.home-card-title h3{
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 8px;
}
/* brands pages css starts here */
.commonHeaderSection {
    position: relative;
    padding-top: 31%;
}
.commonHeaderSection .commonHeaderMedia {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 91%;
}
.pageHeroSection {
    margin: 80px 0;
}
#overview {
    scroll-margin-top: 120px;
}
.pageHeroContainer {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.pageHeroHeaderWrap {
    max-width: 400px;
}
.pageHeroparaWrap {
    max-width: 880px;
}
.pageHeroparaWrap h1{
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.pageHeroBtnWrap{
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 180px;
    width: 100%;
    margin: 0 auto;
}
.regularBlackPara{
    color: #1E1E1E;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.pageHeroLogoWrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.blueBtn {
    color: #FFF;
    text-align: center;
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    outline: none;
    transition: all 0.4s;
    border-radius: 2px;
    background: #B0020F;
    border: none;
    padding: 15px 32px;
}
.blueBtn:hover{
    text-decoration: none;
    color: #FFF;
}
.black-btn {
    color: #FFF;
text-align: center;
font-family: "Montserrat", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 150% */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    outline: none;
    transition: all 0.4s;
    border-radius: 2px;
    background: #000;
    border: none;
    padding: 15px 32px;
}
.black-btn:hover{
    text-decoration: none;
    color: #FFF;
}
.last-invenotry-card{
    border: 1px solid #000;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
.last-invenotry-card h3{
    color: #000;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 47px;
}
.pageHeroLogoWrap{
    margin-bottom: 36px;
}
.pageHeroLogoWrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.promoTextWrapper {
    max-width: 1320px;
    border: 1px solid #000;
    margin: 0 auto;
    background-color: transparent;
    padding: 20px 16px;
}
.cardSpecsPara img{
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.promoText {
    color: #000;
text-align: center;
font-family: "Montserrat", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 150% */
letter-spacing: 1.6px;
text-transform: uppercase;
}

.brandModelListingSection {
    margin: 80px 0;
}

.secondaryHeading {
    color: #000;
text-align: center;
font-family: "Montserrat", sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 125% */
letter-spacing: 1.6px;
text-transform: uppercase;
}
.modelsListingCard {
    padding: 0 8px;
    margin-bottom: 16px;
}

.modelListingImageWrap {
    position: relative;
    padding-top: 40%;
}

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

.modelsSectionWrapper {
    padding: 0 36px;
}

.modelListingContentWrap {
    background-color: #F3F8FC;
    padding: 8px 10px 16px 8px;
}

.modelListingTitle {
    color: #222;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.brandSectionLink {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 250% */
}

.brandSectionLink:hover {
    color: #FFF;
    text-decoration: none;
}

.brandLinkTab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    padding: 20px 54px;
    max-width: 900px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #000000;
    background: #000000;
}

.brandLinkLine {
    position: relative;
}

.brandLinkLine::before {
    content: '';
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #EEE;
}

#modelInventorySection {
    scroll-margin-top: 120px;
}

#modelSection {
    scroll-margin-top: 120px;
}

#promotionsSection {
    margin-top: 80px;
    margin-bottom: 110px;
}

#overview {
    scroll-margin-top: 120px;
}

.sunseekerModelContent {
    padding: 28px 24px;
    border-left: 1px solid #D9D9D9;
}

.sunseekerModelTitle {
    color: #222;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.sunseekerModelCard {
    padding: 0 40px;
    margin-bottom: 40px;
}

.sunseekerImageWrap {
    position: relative;
    padding-top: 51%;
}

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

.hcbContentWrap {
    margin-top: 8px;
}

.hcbModelTitle {
    color: #222;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.hcbImageWrap {
    position: relative;
    padding-top: 55%;
}

.hcbImageWrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.model-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 5px 0;
}
.model-wrapper h6{
color: #000;
font-family: "Montserrat", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 100% */
}
.model-wrapper p{
    color: #000;
text-align: right;
font-family: "Montserrat", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 100% */
}
.hcbModelCard {
    margin-top: 40px;
}

.brokerageImageContainer {
    position: relative;
    padding-top: 61%;
}
.brokerageImageContainer img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* brands pages css ends here */

/* brokerage page css starts here */
.brokersSection {
    margin: 80px 0;
}

.brokersContainer {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 120px;
}

.brokersCard {
    flex: 0 1 280px;
}

.brokersImageWrap {
    max-width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

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

.brokersContent {
    margin-top: 16px;
    text-align: center;
}

.brokreName {
    color: #222;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.brokerRole {
    color: rgba(34, 34, 34, 0.60);
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.brokerPhone {
    color: #0C77BD;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.brokerPhone:hover {
    color: #0C77BD;
}

.brokerHeadingWrap {
    margin-bottom: 56px;
}

.brokerageInventorySection {
    border-top: 1px solid #EEEEEE;
    padding: 80px 0;
}

.brokerageInventoryCard {
    padding: 0 20px;
}

.brokerageImageContainer {
    position: relative;
    padding-top: 61%;
}

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

.brokerageInventoryCardContent {
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    padding: 8px 24px 17px 24px;
}

.brokerageInvenvtoryTitle {
    color: #1E1E1E;
    font-family: "Segoe UI";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.pricingInfo {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 6px;
}

.actualPrice {
    color: #B0020F;
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.monthlyPricing {
    color: #D9D9D9;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    position: relative;
}

.monthlyPricing::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background-color: #D9D9D9;
}

.cardSpecsPara {
    color: #1E1E1E;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.brokerageCardSpecsContainer {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 14px;
    border-top: 1px solid #E3E4E6;
    padding-top: 10px;
}

.cardsSpecsParaBeforLine {
    position: relative;
}

.cardsSpecsParaBeforLine::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background-color: #E3E4E6;
}

.brokerageInventoryBtnWrap {
    text-align: center;
    margin-top: 64px;
}
/* Media Queries Start's Here */
@media screen and(max-width:1600px) {
     .promoTextWrapper {
        max-width: 1000px;
    }
    .banner-logo {
        max-width: 300px;
    }
    .bt_dtailWrap
    {
        padding: 14px;
    }
    
}
@media screen and(max-width:1500px) {
    
    .navbar_content {
    margin-left: 70px;
}
}

@media screen and (max-width:1400px) {
    .pageHeroHeaderWrap {
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }
    .pageHeroparaWrap {
        max-width: 700px;
    }
    .boats-mega-menu {
        top: 85px;
    }
    .navbar_logo {
        left: 20px
    }

    .nav_bar {
        padding: 0 100px;
    }

    .nabar_link {
        padding: 32px 12px;
    }

    .navbar_addrs {
        margin-left: 12px;
        padding-left: 20px;
    }

    .order_title>h2 {
        font-size: 34px;
    }

    .contentCardsWrapper {
        padding: 30px;
    }
}

@media screen and (max-width:1200px) {
    .boats-mega-menu {
        padding: 50px 30px;
    }
    .promoTextWrapper {
        max-width: 950px;
    }
    .banner-logo {
        max-width: 200px;
        bottom: 25px;
        right: 35px;
    }

    .navbar_addrs,
    .navbar_addrs .primry_btn {
        font-size: 14px;
    }

    .copyright_bar {
        padding: 10px 10px;
    }

    .sb_bar {
        height: 100px;
    }

    .bnr_title h1,
    .slide_content>h2 {
        font-size: 60px;
    }

    .order_title {
        margin: 20px 0;
    }

    .order_log {
        max-width: 200px;
    }

    .order_title>h2 {
        font-size: 28px;
    }

    .megaMenuWrapper {
        padding: 0 20px;
        padding-right: 0;
    }

    .mgInner {
        width: 300px;
    }

    /* .mgClass {
      width: 185px;
  } */
    .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;
    }
    .footer_logo
    {
        width: 141px;
    }
}

@media screen and (max-width:1200px) and (min-width:992px) {
    .boats-mega-menu {
        top: 69px;
        max-width: 1000px;
    }
    .nav_bar {
        padding: 0px 32px;
    }

    .nabar_link {
        padding: 24px 10px;
        font-size: 14px;
    }

    .navbar_logo {
        left: 32px;
        width: 100px;
    }

    .ir_col_3 {
        flex: 0 0 25%;
        max-width: 25%;
    }


}

@media screen and (max-width:991px) {
    .modelsSectionWrapper {
    padding: 0 6px;
}
    .pageHeroHeaderWrap {
        max-width: 300px;
        width: 100%;
    }
    .pageHeroparaWrap {
        width: 100%;
     }
    .brandLinkTab {
        gap: 30px;
        max-width: 720px;
    }
    .brandLinkLine::before {
        left: -15px;
    }
    .promoTextWrapper {
        max-width: 650px;
    }
    .desktopShareBtn{
        display: none;
    }
    
    .mobileShareBtn{
        display: block;
    }
    .boats-mega-menu.menu-show{
        display: none;
    }

    .bnr_title h1,
    .slide_content>h2 {
        font-size: 46px;
    }

    .copyright_bar ul {
        justify-content: center;
    }

    .shop_sec {
        padding: 20px;

    }

    .shop_box {
        flex: 0 0 calc(50% - 10px);
    }

    .shop_box+.shop_box {
        margin-left: 20px;
    }

    .sb_bar {
        height: 80px;
        padding: 10px 0;
    }

    .navbar_addrs,
    .navbar_addrs .primry_btn {
        font-size: 10px;
    }

    .navbar_addrs {
        margin-left: 0;
        padding-left: 0;
    }

    .nv_nmber {
        font-size: 18px;
        margin-left: 10px;

    }
    .wrapper {
        margin-bottom: 32px;
    }
    .b_detl_pag
    {
        flex-direction: column-reverse !important;
    }
    .bt_dtailWrap
    {
        margin-top: 0 !important;
    }
    .BoatTitle
    {
        margin-bottom: 10px;
    }
    .bt_detail_hd
    {
        flex-direction: column;
        justify-content:center;
        align-items:center; 
    }

}

@media screen and (max-width:991px) and (min-width:768px) {
    .footer_nav_area {
        flex: 0 0 70%;
        padding-left: 30px;
    }

    .footer_logo_area {
        flex: 0 0 30%;
    }

    .nav_bar {
        padding: 21px 16px;
    }

    .nabar_link {
        padding: 16px 8px;
        font-size: 12px;
    }

    .navbar_logo {
        top: 34px;
        left: 16px;
        width: 124px;
    }

    .gallery_box.gw25 {
        flex: 0 0 50%;
    }

    .gallery_box.gw50 {
        flex: 0 0 100%;
    }

    .ir_col_3 {
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media screen and (max-width:767px) {
    .brandSectionLink{
        font-size: 14px;
        display: block;
        width: 100%;
        border-bottom: 1px solid white;
        padding: 10px 0;
    }
    .featured_boats .text-center h2 {
        margin: 0px auto 35px;
        font-size: 25px;
    }
    .pageHeroContainer {
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
 
    .home-card-title h3 {
        font-size: 20px;
        letter-spacing: 0.5px;
    }
    
    .brandLinkTab{
        position: static;
        transform: unset;
        margin: 50px auto 0 auto;  
        max-width: 250px;
        gap: unset;
        flex-direction: column;
        padding: 0px 0px;
    }
    .brandLinkLine::before{
        display: none;
    }
    
    .border-none{
        border-bottom: none !important;
    }
    .sldr_postnSec {
        top: 60%;
    }

    .slder_logo {
        width: 250px;
    }

    .order_title>h2 {
        font-size: 22px;
    }

    .order_log {
        max-width: 150px;
    }

    .slide_content,
    .bnr_title {
        left: 30px;
    }

    .bnr_title h1,
    .slide_content>h2 {
        font-size: 32px;
    }

    .bnr_title h1 {
        margin-bottom: 8px;
    }

    .slide_content>p {
        margin: 10px 0;
    }

    .sb_bar {
        height: 50px;
        padding: 0px 0;
    }

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

    .shop_box {
        flex: 0 0 calc(100% - 5px);
    }

    .shop_box + .shop_box {
        margin-left: 0px;
        margin-top: 20px;
    }

    .footer_nav_area {
        flex: 0 0 100%;
        padding-left: 30px;
        flex-direction: column;
        align-items:center;
    }

    .footer_logo_area {
        flex: 0 0 100%;
    }

    .gallery_box.gw25 {
        flex: 0 0 100%;
    }

    .gallery_box.gw50 {
        flex: 0 0 100%;
    }

    .galry_img>img {
        height: 300px;
    }

    .nav_bar {
        padding: 16px 16px;
        flex-direction: column;
    }

    .nabar_link {
        padding: 4px 16px;
        font-size: 14px;
    }

    .navbar_logo {
        top: 31px;
        left: 26px;
        width: 154px;
    }

    .box {
        display: block;
        align-self: flex-end;
        margin: 4px;
    }

    .navbar_content {
        width: 100%;
        position: absolute;
        top: 95px;
        display: none;
        background-color: #b00411;
        padding-bottom: 20px;
        z-index: 9;
    }

    .navbar_list {
        flex-direction: column;
        width: 100%;
        padding-top: 10px;
        align-items: flex-start;
    }
    .navbar_list li {
        width: 100%;
        text-align: center;
        padding: 15px 0;
         
    }
    .navbar_list li:not(:last-child)
    {
        border-bottom: 1px solid #000000;
    }
    .nv_nmber
    {
        color:#000000;
    }
    .ir_col_3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .team_profile_area {
        justify-content: center;
    }

    .event_img {
        order: 3;
    }

    .event_img img {

        max-height: 180px;
    }

    .event_box {
        flex-direction: column;
        max-width: 350px;
        margin: auto;
        margin-bottom: 40px;
    }

    .finance_content_wrap {
        padding: 20px 0;
    }

    .footer_logo {
        width: 160px;
    }
    .social_icon_list
    {
        justify-content:center;
    }

    .desk_gall {
        display: none;
    }

    .mob_gall {
        display: block;
    }

   .grid_box {
        border-top: none;
        border-bottom: none;
        padding: 15px;
        border: unset;
    }

    .grid_box:nth-child(2n + 1) {
        border-right: unset;
    }
    .promoTextWrapper {
            max-width: 400px;
        }

    .grid_box:nth-child(2n + 2) {
        border-left: unset;
    }

    .gall_img_box {
        height: 225px;
    }

    .gall_img_box::after {
        background: #1e3149c9;
        display: block;
    }

    .gall_img_box .hover_txt {
        display: block;
        z-index: 2;
    }

    .navbar_addrs {
        color: #fff;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: left;
        margin-left: 10px;
        padding-left: 0;
        border-left: none;
        padding-top: 12px;
    }

    .pb_img {
        margin-bottom: 15px;
    }

    .fmly_imgBox {
        padding-top: 80%;
    }

    .fmly_content {
        top: 30px;
        width: 100%;
    }

    .fmly_content>.content>p {
        margin-bottom: 5px;
    }

    .fmly_inrWrap::before {
        background-image: linear-gradient(white, transparent);
    }
    .heading h2
    {
        font-size: 22px;
    }
    .map {
        margin-top: 37px;
        padding: 14px;
    }
    .addrs_cntct
    {
        font-size: 16px;
    }
    .right-content ul li span
    {
        font-size: 14px;
    }
    .right-content ul li strong
    {
        font-size: 14px;
    }
    .primry_btn.yl
    {
        font-size: 14px;
    }
    .home_srch input.hm_search
    {
        max-width:unset !important;
    }
    .checkbox_cust
    {
        padding:0 25px;
    }
    .side_invtry h3
    {
        padding:0 25px;
    }
    .value_trde
    {
        margin:25px auto;
        float: unset;
    }
    .side_invtry
    {
        border-right: 0;
    }
    .fltr_bts {
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }
    .BoatTitle
    {
        font-size: 16px;
    }
    .bt_specc {
        margin-bottom: 15px;
    }
    .description_sec
    {
        margin: 26px 0;
    }
    .heading > h3 {
        font-size: 24px; 
    }
     
    
    
}



@media screen and (max-width:580px) {
    .copyright_bar ul {
        justify-content: center;
        flex-direction: column;
    }

    .copyright_bar ul li+li {
        padding-left: 0;
    }
    .fnav_box ul {
    margin-top: 65px;
   }

    .copyright_bar ul li+li::before {
        display: none;
    }
    .heading h2
    {
        font-size: 22px;
    }
    .servic_form 
    {
        padding-top: 0 !important;
    }
    .rental_box .title span
    {
        font-size: 16px;
    }
    .rental_box .title h2
    {
        font-size: 16px;
    }
   
}

	@media screen and (max-width: 767px) {
		.mobileDropDown{
			display: none;
		}
        .mobileDropDown.s_active{
            display: block !important;
            color: whtie;
        }
        .nabar_link:hover{
            color: white;
        }
		.dropdown_arrow, .sub_dropdown_arrow {
			display: none ;
		}
		.mobile_secondry_megaMenu
		{
			display: none;
		}
		.mobileDropDown {
			 
			margin: 0; 
			display: none;
			color: #000000;
			list-style: none;
			font-size: 15px;
			font-family: 'Montserrat-Medium';
		}
		ul.mobileDropDown.hidden-md.hidden-lg.s_active {
			padding-right: 0px;
			padding-left: 0px;
		}
        .mobileDropDown li a{
            color: white;
        }
        .mobileDropDown li a:hover{
            color: white;
        }
		.mobileDropDown li {
			 
			padding: 20px 0;
		}
		.s_active
		{
			display:block;
		}
		  ul.mobileDropDown.hidden-md.hidden-lg.s_active {
        padding-right: 0px;
        padding-left: 0px;
    }
    
    .subMenu.s_active {
		padding-right: 0px;
    	padding-left: 0px;
    	margin-top: 1px;
    }
    .main_menu_link::after {
        content: "";
        display: block;
        height: 2px;
        background-color: white !important;
        position: absolute;
        /* bottom: 0; */
        bottom: 25px;
        left: 0;
        right: 0;
        border-radius: 10px;
        width: 0;
        transition: 0.3s;
        margin: auto;
    }

    a.new_b {
        text-transform: uppercase;
        
        color: #fff;
        padding: 8px 25px;
        letter-spacing: 2px;
        font-size: 15px;
    }

    a.new_b {
        padding-top: 25px;
         
    }
    .subMenu li:last-child {
        border-bottom: transparent;
        padding-bottom: -33px;
        padding-bottom: 0px !important;
        padding-top: 10px !important;
    }
    .dropDown {
    position: relative;
    padding: 5px 0;
    list-style: none;
    }
    .secondry_megaMenu
    {
        display: none;
    }
    .fclty_img_wrap
    {
        margin-bottom: 10px;
    }
    .sub_menu
    {
        display: none;
    }
    .sub_menu2
    {
        display: none;
    }
    .subMenu.s_active ul
    {
        padding-left: 0;
    }
    .subMenu.s_active li
    {
      list-style: none !important;
      
    }
    .subMenu li a
    {
        color: #fff !important;
         
    }
    .rotate_180 {
        transform: rotate( 180deg);
    }
    .sub_menu2.s_active
    {
        display: block;
    }
    a.nabar_link
    {
          text-decoration: none;
          color: #fff;
    }
    ul.sub_menu2.s_active
    {
        padding-left: 0;
    }
    .sub_menu2.s_active li
    {
        list-style: none;
        font-family: 'Barlow-Regular' !important;
    }
    .sub_menu2 a.sm_link
    {
        padding: 25px 16px;
    }
	 .megaMenuWrapper
    {
        display: none !important;
    }
    .megaMenu::before
    {
        display: none !important;
    }
	.dropdown_arrow, .sub_dropdown_arrow {
        display: inline-block ;
        margin-left: 13px;
    }

    .ft_txt p{
        margin: 15px auto;
    }

    .footer_logo {
        margin: 15px auto;
    }
    
	}

@media(max-width: 576px){
    .gall_img_box{
            height: auto;
        }
    .fnav_box{
        text-align: center;
    }

    
}

@media screen and (max-width:460px) {
    .navbar_logo {
        top: 34px;
        left: 26px;
        width: 112px;
    }

}


  /* Media Quries ends */

	.mean-container .mean-push {
		display: none;
	}


	/* sub nav styles starts here added by kazim */
	.subMenu {
		margin-top: 57px;
	}

	.subMenu p {
		display: inline-block;
		font-size: 12px;
		font-weight: 500;
		margin-top: 11px;
		margin-bottom: 0;
	}

	.subMenu p a {
		color: #b4b4b4;
		font-weight: 600;
	}

	.subMenu p a span {
		color: #9f0d01;
		font-weight: 900;
		margin-right: 15px;
	}

	.subnavBtn {
		text-align: center;
		background: #9f0d01;
		border: none;
		padding: 7px 24px;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 0.8px;
		transition: 0.4s ease all;
		font-size: 14px;
		font-weight: 600;
		float: right;
	}

	.subnavBtn:hover {
		color: #fff;
		background: #000;
	}
    .subMenu
	{
		display: none;
	} 
    .mobileDropDown
	{
		display:none;
	}


