#header {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  /*transition: all .3s ease 0s*/
  z-index: 2000;
}
.navbar-brand>img {
    display: inline-flex;
}
#header.header-sticky {
    margin-top: 0px
}
.headerHome .header_top {
  background:transparent;
  border-bottom: 0px;
}
#miniCartMsg{position: relative; display: inline-block;}
.headerHome .header_top .header_left span, .headerHome .header_top .header_left span a, .headerHome .header_top .header_left span:hover, .headerHome .header_top .header_right span a , .headerHome .header_top .header_right .dropdown span {
  color: var(--fbc-white);
}

.homeCart a{
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--fbc-white);
}

.fntCart a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #0997cc;
}

.header_top {
  border-bottom: 1px solid var(--fbc-grey);
}

.header_top:after {
  display: table;
  content: '';
  clear: both
}
#header .fbc_header_top {
    background: var(--fbc-blue);
}
.headerHome .fbc_header_top {
    background: var(--fbc-blue);
}

.header_top .header_left span, .header_top .header_left span a, .header_top .header_left span:hover {
    font-size: 12px;
    color: var(--fbc-white);
    margin-right: 15px;
    line-height: 35px;
}

.header_top .header_left span i {
  font-size: 11px;
  margin-right: 5px
}

.header_top .header_right span a {
  color:var(--fbc-white);
  text-transform:uppercase;
  font-size:12px;
  line-height:36px;
}

.header_top .header_right .dropdown {
  font-size: 12px;
  position: relative;
  display: inline-block
}

.header_top .header_right .dropdown span {
   color: var(--fbc-white);
    line-height: 36px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}
.header_top .header_right .dropdown span img {
  position:relative;
  margin-right:5px;
}

.header_top .header_right .dropdown span:after {
  content: '\f107';
  font-family: 'FontAwesome';
  margin-left: 5px
}

.header_top .header_right .dropdown ul {
  line-height: none;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  background-color: var(--fbc-white);
  position: absolute;
  min-width: 190px;
  right: 0;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.30)
}

.header_top .header_right .dropdown ul li a {
  color: #2a4056;
  font-size: 14px;
  display: block;
  padding: 5px 20px;
}

.header_top .header_right .dropdown ul li a:hover {
     background-color: var(--fbc-blue);
    color: var(--fbc-white);
}

.header_top .header_right .dropdown ul li.active-menu a {
  background-color: rgb(72, 141, 210);
  color: var(--fbc-white)
}

.header_top .header_right .dropdown:hover ul {
  visibility: visible;
  opacity: 1
}
.menuUsers {text-align: left;}

#header.header-sticky .header_content:after {
  box-shadow: -4px 0px 8px 0 rgba(0, 0, 0, 0.08);
}

.header_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 0 0;
  text-align: right;
  z-index: 999
}

.header_content:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--fbc-white);
  opacity: 1;
  top: 0;
  left: 0;
  z-index: -1
}
.header_content .container {
  position: relative
}

.header_content .header_menu {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  float:right;
}

.header_content .menu {
  list-style: none;
  margin: 0;
  padding: 0
}

.header_content .menu>li {
  float: left;
  position: relative
}

.header_content .menu>li .fa {
  margin-left: 5px;
  position: relative;
}

.header_content .menu>li>a {
  display: block;
  padding: 0 10px;
  line-height: 80px;
  color: #232323;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  /*
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease
  */
}

.header_content .menu>li.current-menu-item>a {
  background-color: rgb(72, 141, 210);
  color: var(--fbc-white)
}

.header_content .menu>li:hover>a {
     background-color: var(--fbc-blue);
    color: var(--fbc-white);
}

.header_content .menu>li:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
  /*-webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0)*/
}

.header_content .menu>li>.sub-menu {
  left: 0;
  right: 0;
  margin: auto
}

.header_content .menu>li .sub-menu {
  width: 180px;
  width: 30vh;
  position: absolute;
  left: 0;
  background-color: var(--fbc-white);
  list-style: none;
  padding: 10px 0;
  margin: 0;
  border: 1px solid #f1f1f1;
  visibility: hidden;
  opacity: 0;
}

.header_content .menu>li .sub-menu li {
  float: none;
  position: relative
}

.header_content .menu>li .sub-menu li a {
  display: block;
  padding: 7px 20px;
  color: var(--fbc-blue);
  font-size: 15px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease
}
.header_content .menu>li .sub-menu li a:hover {
    color: var(--fbc-white);
    background: var(--fbc-blue);
}

.header_content .menu>li .sub-menu li a span {
  float: right;
  position: relative;
  top: 2px
}

.header_content .menu>li .sub-menu li.current-menu-item>a {
  background-color: var(--fbc-blue);
  color: var(--fbc-white)
}

.header_content .menu>li .sub-menu li:hover>a {
  background-color: var(--fbc-blue);
  color: var(--fbc-white)
}

.header_content .menu>li .sub-menu li:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0)
}

.header_content .menu>li .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
  padding: 0
}

.icoReserve svg {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.upperSpace{
  height:120px;
}
@media screen and (max-width:1200px) {
  .upperSpace{
    height:100px;
  }

}
@media screen and (max-width:1024px) {
  .icoReserve svg {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -2%;
  }
  .icobell{fill:#000; }
}
.header_logo {
  float: left;
  line-height: 84px
}

.header_logo img {
  max-height: 48px;
  margin-right: 5px;
}
.menu-bars {
  color: #333;
  width: 50px;
  font-size: 28px;
  cursor: pointer;
  display: none;
  top: 0;
  right: 15px;
  bottom: 0;
  position: absolute;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease
}

.menu-bars span {
  width: 25px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background-color: #333;
  display: block;
  position: absolute;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease
}

.menu-bars span:before,
.menu-bars span:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  background-color: #333;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease
}

.menu-bars span:after {
  top: -8px
}

.menu-bars span:before {
  bottom: -8px
}

.menu-bars:hover {
  background-color: var(--fbc-white)
}

.menu-bars:hover span {
  background-color: transparent
}

.menu-bars:hover span:after {
  background-color: var(--fbc-blue);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg)
}

.menu-bars:hover span:before {
  background-color: var(--fbc-blue);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg)
}

.menu-bars.active-menu {
  background-color: var(--fbc-white)
}

.menu-bars.active-menu span {
  background-color: transparent
}

.menu-bars.active-menu span:after {
   background-color: var(--fbc-blue);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg)
}

.menu-bars.active-menu span:before {
   background-color: var(--fbc-blue);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg)
}

/**menu mobile**/

.header_mobile {
  background-color: var(--fbc-white);
  left: 0;
  right: 0;
  z-index: 999;
  position: absolute;
  box-shadow:-3px 1px 4px 0px rgba(0, 0, 0, 0.13);
}

.header_mobile .container {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px
}

.header_mobile .header_logo {
  display: inline-block
}

.header_mobile .menu-bars {
  display: block
}

.header_mobile .header_menu {
  position: fixed;
  -webkit-overflow-scrolling: touch;
  z-index: 999;
  top: 10%;
  bottom: 0;
  right: -270px;
  width: 270px;
  overflow-y: auto;
  background-color: var(--fbc-blue);
  -webkit-transition: right .5s cubic-bezier(0, .67, .35, .94);
  -moz-transition: right .5s cubic-bezier(0, .67, .35, .94);
  -ms-transition: right .5s cubic-bezier(0, .67, .35, .94);
  -o-transition: right .5s cubic-bezier(0, .67, .35, .94)
}

.header_mobile .header_menu.active-menu {
  right: 0
}

.header_mobile .header_menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0
}

.header_mobile .header_menu ul li a {
  display: block;
  padding: 10px 40px 10px 20px;
  color: var(--fbc-white);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease
}

.header_mobile .header_menu ul li .sub-menu ul li a span {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  z-index: 1;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.1)
}
.header_mobile .header_menu ul li a span {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    z-index: 1;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.header_mobile .header_menu ul li a span:before {
  content: '\f0d7';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%)
}

.header_mobile .header_menu ul li a:hover {
  background-color: var(--fbc-white);
  color: #232323
}

.header_mobile .header_menu ul li.current-menu-item>a {
  background-color: var(--fbc-white);
  color: #232323
}

.header_mobile .header_menu ul li .sub-menu {
  background-color: var(--fbc-grey);
  display: none
}

.header_mobile .header_menu ul li>.sub-menu>li>a {
  padding-left: 35px;
  color: var(--fbc-blue);
}

.header_mobile .header_menu ul li>.sub-menu>li>.sub-menu>li>a {
  padding-left: 55px
}

.header_mobile .header_menu ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
  padding-left: 75px
}

.header_mobile .header_menu ul li>.sub-menu>li>.sub-menu>li>.sub-menu>.sub-menu>li>a {
  padding-left: 100px
}

.header_mobile .header_logo {
  line-height: 1
}
.phone-header {
  font-size: 1.3em;
  line-height: 0;
  position: relative;
  margin-right: 3%;
  margin-top: 3%;
  display: inline-block;
}
.phone-header .lotus-icon-phone{color: var(--fbc-white);}
.header-sticky {
  position: fixed;
  top: 0;
  -webkit-backface-visibility: hidden
}



@media screen and (max-width:991px) {
  .heading {
    font-size: 30px
  }
}


@media screen and (max-width:767px) {

  #header .header_top .header_right {
    border-top: 1px solid rgba(255, 255, 255, 0.1)
  }
}

@media (max-width:767px) and (min-width:460px) {
  #header.header-sticky {
    margin-top: -75px
  }
}
@media (max-width:1199px) and (min-width:460px) {
  #header .header_logo img {
    max-height: 40px;
    max-width: 120px;
    margin-left: 10px;
  }
}

@media screen and (max-width:480px) {
  .heading {
    font-size: 24px
  }
  #header .header_top .header_left {
    left: -10px;
    position: relative;
  }
  #header .header_top .header_right {
    border-top-width: 0
  }
  #header .header_logo {
    line-height: 1
  }
  #header .header_logo img {
    max-height: 40px;
    max-width: 120px;
  }
  .phone-header {
    font-size: 12px;
    margin-top: 2%;
  }
  #header .header_top .header_right {
    text-align: center;
    float: right!important;
  }
}
@media screen and (max-width:320px) {
  .heading {
    font-size: 20px
  }
  #header .header_top .header_right {
    float: right!important;
  }
}


@media screen and (max-width:1024px) {
.header_mobile .header_menu {
    top: 106px!important;
}
#header .header_logo .logo :nth-child(1) {
  max-height:35px
}
#header .header_logo .logo :nth-child(2) {
    max-width: 145px;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 10px;
    font-size: 18px;
    line-height: 20px;
}
}


@media (min-width:1200px) {
.header_mobile {
    display:none;
}
}