


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    position: relative;
    align-items: center;
}
.book_btn{
     background-color: #b82026;
    border-radius: 5px;
    text-align: center;
    font-family: 'pt_sansregular';
    font-size: 14px;
    color: #FFF;
    padding: 10px 20px 10px 20px;
    outline: 0;
    cursor: pointer;
    text-transform: uppercase;
        margin-left: 10px;
   
}
/*.book_btn a{*/
/*   text-align: center;*/
/*    font-family: 'pt_sansregular';*/
/*    font-size: 14px;*/
/*    color: #FFF;*/
/*    text-transform: uppercase;*/
/*}*/
.book_btn:hover{
    color:#fff;
    outline: 0 !important;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto; 
     float: none;
}
  
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li {
  /* float: left; */
  display: inline-block;
 
}
/*#cssmenu #navbar{*/
/*        display: flex;*/
/*    align-items: center;*/
/*}*/
#cssmenu > ul > li > a {
  padding: 7px 0px 7px 0px;
  font-size: 16px;
  font-weight:500;
  line-height: 18px;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
      color: #444;
    font-family: 'oswaldbook';
    text-transform: uppercase; 
}
.submenu-dropdown li{
    width:max-content;
}
#cssmenu > ul > li > a{position: relative;color:#232222;}
/*#cssmenu > ul > li > a:hover{border-bottom:2px solid #b82026;}
#cssmenu > ul > li.active > a{border-bottom:2px solid #b82026;}*/

#cssmenu > ul > li{ 
        margin-right:7px;
        padding: 0px 0px 10px 0px;
}
#cssmenu > ul > li.active > a {
color:#b82026;
}
#cssmenu > ul > li > a i{margin-right:10px;color:#ff9934;}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
color:#b82026;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 0px;
}
#cssmenu ul > li.has-sub > a:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 17.5px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  /* background: #3db2e1; */
}
#cssmenu ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
#cssmenu ul > li.has-sub > a:before {
  content: '';
  position: absolute;
  right: 11px;
  top: 17.5px;
  display: block;
  width: 8px;
  height: 12px;
  border: 3px solid transparent;
  border-top-color:#1a2d46;
  z-index: 99;
  display:none;
}
#cssmenu ul > li.has-sub:hover > a:before {
  border-top-color: #1a2d46;
}
#cssmenu ul ul {
  text-align: left;
  position: absolute;
  left: -9999px;
  opacity: 1;
  -webkit-transition: top .2s ease, opacity .2s ease;
  -moz-transition: top .2s ease, opacity .2s ease;
  -ms-transition: top .2s ease, opacity .2s ease;
  -o-transition: top .2s ease, opacity .2s ease;
  transition: top .2s ease, opacity .2s ease;

}
#cssmenu > ul > li > ul {
  top: 91px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 5px;
  min-width: 215px;
  z-index: 99;
 background: #b82026;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 35px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  top: 40px;
  margin-left: 30px;
}
#cssmenu ul ul > li:hover > ul {
    top: 0;
    left: 0;
    padding-left: 10px;
    opacity: 1;
    position: relative;

}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 178px;
  padding-left: 0;
  padding-right: 10px;
  opacity: 1;
}
#cssmenu ul ul li a {
  padding: 4px 15px;
  font-size: 14px;
  font-weight: 600;
     line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  background: #b82026;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  text-transform: uppercase;
  font-family: 'Arial', sans-serif;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li > a:hover,
#cssmenu ul ul li.active > a {
  color: #f3d459;
}
#cssmenu > ul > li > ul > li > a{font-size:13px;}
#cssmenu ul ul li> a {
border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  
}
#cssmenu ul ul > li.has-sub > a:after {
  right: 12px;
  top: 9.5px;
  background: #3db2e1;
  background: -webkit-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  background: -ms-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  background: -moz-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  background: -o-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  background: linear-gradient(to bottom, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  box-shadow: inset 0 -1px 1px #209ed0, inset 0 2px 1px #7fcceb;
  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
  display:none;
}
#cssmenu.align-right ul ul > li.has-sub > a:after {
  right: auto;
  left: 12px;
}
#cssmenu ul ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
#cssmenu ul ul > li.has-sub > a:before {
    top: 8.5px;
    right: 10px;
    border-top-color: transparent;
    border-left-color: #fff !important;
    width: 8px !important;
    height: 8px !important;
    display: none;
    }

#cssmenu ul ul li .submenu {
    padding: 0px 5px
}
#cssmenu.align-right ul ul > li.has-sub > a:before {
  top: 15.5px;
  right: auto;
  left: 16px;
  border-top-color: transparent;
  border-right-color: #25b1fc;
  border-left-color: transparent;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: #ff963c !important;
}
#cssmenu.align-right ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #1c89b5;
}


#cssmenu > ul > li:last-child a{padding-right:0px;}


  
@media only screen and (min-width:992px) and (max-width:1200px) {
    #cssmenu > ul > li > a {  padding: 10px 0px; font-size: 12px; }
}        
@media only screen and (max-width:767px){
  span.dropdown-icon {
    display: none;
}
  #cssmenu {
      width: 100%;
    /*width: 85%; */
    background: #b82026;
    margin: auto;
    position: absolute;
    left: 0;
  }
#cssmenu > ul > li.active > a, #cssmenu > ul > li:hover > a{border-bottom: 2px solid transparent;}
#cssmenu ul li > a:hover, #cssmenu ul ul li:hover > a, #cssmenu ul ul li > a:hover, #cssmenu ul ul li.active > a {
    color: #f3d459;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li > a:hover, #cssmenu > ul > li.active > a{ color: #f3d459;}
  #cssmenu ul,
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu > ul,
  #cssmenu.align-center > ul,
  #cssmenu > ul > li > ul,
  #cssmenu > ul > li:hover > ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu ul ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul li:hover > ul,
  #cssmenu.align-right ul ul ul li:hover > ul {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    display: none;
    padding: 0;
    opacity: 1;
    text-align: left;
    padding-bottom: 5px;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
    padding: 8px 0px;
    overflow: hidden;
  }
  #cssmenu > ul > li > a,
  #cssmenu ul ul li a,
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    background: none;
  }
  #cssmenu ul li a {
    padding-left: 12.5px;color: #fff;font-size: 16px;
  }
  #cssmenu ul ul li a {
padding: 0px 25px 0px 27.5px;
}

  #cssmenu ul ul ul li a {
    padding-left: 42.5px;
  }
  #cssmenu ul ul ul ul li a {
    padding-left: 57.5px;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul li.has-sub > a:after,
  #cssmenu ul ul li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
       display: block;
        padding: 20px;
        /* padding-left: 12.5px; */
        cursor: pointer;
        font-size: 13px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        width: 55px;
        background: #b82026;
        position: absolute;
        right: 6px !important;
        top: -88px;
  }
  #cssmenu .submenu-button {
    position: absolute;
    right: 0;
    display: block;
    width: 53px;
    height: 38px;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    z-index: 1000;
    cursor: pointer;
    top:0;
  }
  #cssmenu ul ul .submenu-button {
    height: 41px;
  }
  #cssmenu ul .submenu-button:after,
  #cssmenu #menu-button:after {
    content: '';
    position: absolute;
    right: 12.5px;
    top: 12.5px;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 15px;
   
  }
  #cssmenu ul .submenu-button.submenu-opened:after,
  #cssmenu #menu-button.menu-opened:after {
    background-position: 0 -28px;
  }
  #cssmenu ul ul .submenu-button:after {
    top: 6.5px;
  }
  #cssmenu .submenu-button:before {
    content: '';
    position: absolute;
    right: 22.5px;
    top: 16px;
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    z-index: 99;
  }
  #cssmenu #menu-button:before {
    content: '';
    position: absolute;
    right: 22.5px;
    top: 25.5px;
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    z-index: 99;
    display:none;
  }



  #cssmenu ul ul .submenu-button:before {
    top: 19.5px;
  }
  #cssmenu #menu-button.menu-opened:before,
  #cssmenu .submenu-button.submenu-opened:before {
    border-top-color: #f3d459;
  }
}


@media screen and (min-device-width: 768px) and (max-device-width: 800px) {
       #cssmenu ul {
        display: block !important;
    }
}

@media only screen and (min-width:768px){
    #cssmenu {
        text-align: center;
        padding: 6px 0px;
    }
}

@media screen and (min-device-width: 768px) {
#cssmenu ul ul ul {
  top: 40px;
  margin-left: 10px;
}
#cssmenu ul ul > li:hover > ul {
      top: 0;
    left: 0;
    padding-left: 10px;
    opacity: 1;
    position: relative !important

}
}








