
body.Open-MobilMenu{
    display: block !important;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-color: #fff;

}


#MobilNavbarNew{
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#MobilNavbarNew .Button {
    display: flex;
    justify-content: left;
    align-items: center;

}


#MobilNavbarNew button {
    border:none;
    background-color: #fff;

}

#MobilNavbarNew button:focus {
    border-color: #fff !important;
    box-shadow: none;
}

#MobilNavbarNew button div.One {
    width: 21px;
    height:0.14em;
    background-color:#4176ff;
    margin-bottom: 3px;
}

#MobilNavbarNew button div.Two {
    width: 21px;
    height:0.14em;
    background-color:#4176ff;
    margin-bottom: 3px;
}

#MobilNavbarNew button div.Three {
    width: 21px;
    height:0.14em;
    background-color:#4176ff;

}


#MobilNavbarNew button.CloseButton {
   display: none;

}
#MobilNavbarNew button.CloseButton i{
   color:#4176ff;
   font-size: 1.1em;

 }

#MobilNavbarNew .MobilLogo {
    display: flex;
    justify-content: center;
    align-items: center;
}

#MobilNavbarNew .Contact{
    display: flex;
    justify-content: right;
    align-items: center;
    text-decoration: none;
}

#MobilNavbarNew .Contact a{

    text-decoration: none;
}


#MobilMenu {
    position:fixed;
    top:48px;
    left: 0;
    background-color: #f1f3f7;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y:scroll;
    z-index: 9999;
    transform: translate3d(0px, 0px, 0px);
    opacity: 0;
    display: none;
    transition: 200ms ease all;
}


#MobilMenu .TurnMainPage a{
    color: #2ca4ff;
    font-size: 14px;
    line-height: 18px;
    display: block;
    padding: 10px 16px;
    text-decoration: none;
}

/* ---------  FAST CONTACT --------------- */

#MobilMenu .FastContact{
    width: 100%;
    background: white;
    padding: 16px 16px 2px 16px;
    border-top: 1px solid #e9ecf2;
}

#MobilMenu .FastContact .Title{
    display: block;
    font-size: 1.25rem;
    color: #122264;
    font-weight: bold;
}

#MobilMenu .FastContact ul{
    width: 100%;
    position: relative;
    background: white;
    margin-top: 5px;
    list-style: none;
    padding-left: 0 !important;
}


#MobilMenu .FastContact ul li a{

    position: relative;
    background: transparent;
    display: inline-block;
    width: 100%;
    padding: 18px 0;
    font-size: 1rem;
    line-height: 22px;
    color: #122264;
    z-index: 1;
    transition: all 100ms ease-in-out;
    text-decoration: none;

}

#MobilMenu .FastContact ul li{

    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}


#MobilMenu .FastContact ul li:last-child{

    border-bottom: none;
}

#MobilMenu .FastContact ul li a .Icon1{

   color:#9696b4;
   font-size: 1.1em;

}

#MobilMenu .FastContact ul li a .Name{

   margin-left: 8px;

 }

 #MobilMenu .FastContact ul li a .Icon2{
    position: absolute;
    color:#ddd;
    width: 14px;
    opacity: 0.4;
    top:40%;
    right: 4%;

 }


 /* ---------  MENU LIST --------------- */

#MobilMenu .MenuList{
    width: 100%;
    background: white;
    padding: 0px 16px 2px 8px;
    border-top: 1px solid #e9ecf2;
    margin-top: 4px;
}


#MobilMenu .MenuList ul{
    width: 100%;
    position: relative;
    background: white;
    margin-top: 5px;
    list-style: none;
    padding-left: 0 !important;
}

#MobilMenu .MenuList ul li {
    position: relative;
}

#MobilMenu .MenuList ul li a{
    background: transparent;
    display: inline-block;
    width: 100%;
    padding: 18px 0;
    font-size: 1rem;
    line-height: 22px;
    color: #122264;
    z-index: 1;
    transition: all 100ms ease-in-out;
    text-decoration: none;
    margin-left: 52px;
}

#MobilMenu .MenuList ul li a div{
    position: absolute;
    bottom:0;
    left: 17%;
    width: 95%;
    height:1px;
    background-color: #d5d7e7;
}


#MobilMenu .MenuList ul li:last-child a{

    border-bottom: none;
}

#MobilMenu .MenuList ul li a .Icon1{
   position: absolute;
   color:#B2B5B9;
   width: 55px;
   top:8%;
   left: 0%;

}

#MobilMenu .MenuList ul li a .Name{

   margin-left: 8px;

 }

 #MobilMenu .MenuList ul li a .Icon2{
    position: absolute;
    color:#ddd;
    width: 14px;
    opacity: 0.4;
    top:40%;
    right: 4%;

 }

  /* ---------  OTHER CONTACT --------------- */


  #MobilMenu .OtherContact{
    width: 100%;
    background: white;
    padding: 16px 16px 2px 16px;
    border-top: 1px solid #e9ecf2;
    margin-top: 4px;
}

#MobilMenu .OtherContact .Title{
    display: block;
    font-size: 1.25rem;
    color: #122264;
    font-weight: bold;
}

#MobilMenu .OtherContact ul{
    width: 100%;
    position: relative;
    background: white;
    margin-top: 5px;
    list-style: none;
    padding-left: 0 !important;
}


#MobilMenu .OtherContact ul li a{

    position: relative;
    background: transparent;
    display: inline-block;
    width: 100%;
    padding: 17px 0;
    font-size: 1rem;
    line-height: 22px;
    color: #122264;
    z-index: 1;
    transition: all 100ms ease-in-out;
    text-decoration: none;

}

#MobilMenu .OtherContact ul li{

    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}


#MobilMenu .OtherContact ul li:last-child{

    border-bottom: none;
}

#MobilMenu .OtherContact ul li a .Icon1{

   color:#9696b4;
   font-size: 1.3em;

}

#MobilMenu .OtherContact ul li a .Name{

   margin-left: 8px;

 }

 #MobilMenu .OtherContact ul li a .Icon2{
    position: absolute;
    color:#ddd;
    width: 14px;
    opacity: 0.4;
    top:40%;
    right: 4%;

 }

 /*---------- SocialMedia ---------------- */

 #MobilMenu .SocialMedia {
    width: 100%;
    background: white;
    padding: 16px 16px 2px 16px;
    border-top: 1px solid #e9ecf2;
    margin-top: 4px;
 }

 #MobilMenu .SocialMedia .Title{
    display: block;
    font-size: 1.25rem;
    color: #122264;
    font-weight: bold;
}

#MobilMenu .SocialMedia a{
  text-decoration: none;
}


/* ============== HOTEL MOBIL MENU ==================== */

.MainMobilMenu {
    position:fixed;
    top:0;
    left: 0;
    background-color: #f1f3f7;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y:scroll;
    z-index: 9999;
    transform: translate3d(0px, 0px, 0px);
    opacity:0;
    display: none;
    transition: 200ms ease all;

}

.MainMobilMenu.show {
    opacity:1;
    display: block;
    transition: 200ms ease all;
}

.MainMobilMenu .HeadContainer {
    width: 100%;
    background: white;
    border-bottom: 2px solid #e9ecf2;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 15px 20px;
    font-family: 'Roboto', sans-serif;
}

.MainMobilMenu .HeadContainer a{
 text-decoration: none;
 display: flex;
 justify-content: center;
 align-items: center;
}

.MainMobilMenu .HeadContainer i
{
    color: #0065ff;
    font-size: 1.40rem;
}

.MainMobilMenu .HeadContainer span
{
    padding-left: 15px;
    color: #122264;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    font-size: 1.30rem;
}

.MainMobilMenu .MenuContent .accordion-body{
    background-color: #F9F9F9;
    padding-left: 0;
    padding-right: 0;
}


.MainMobilMenu .MenuContent .panel-body{
    padding-bottom: 15px;
    font-family: 'Roboto', sans-serif;

}


.MainMobilMenu .MenuContent .panel-body ul.default{
    width: 100%;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.MainMobilMenu .MenuContent .panel-body ul.default li{
    list-style: none;
}

.MainMobilMenu .MenuContent .panel-body ul.default li a{
    padding: 8px 10px 8px 30px;
    color: rgb(80, 81, 98);
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    transition: all 100ms ease-in-out 0s;
    text-decoration: none;
}

.MainMobilMenu .MenuContent .panel-body span.link-list-title {
    background: #e9ecf2;
    color: #9696b4;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 30px;
    width: 100%;
    display: block;
}

.MainMobilMenu .MenuContent .Bottom {
  background-color: #fff;
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.MainMobilMenu .MenuContent .Bottom a{
    border:1px solid #0065ff;
    color:#0065ff;
    border-radius: 8px;
    padding: 10px 15px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
  }

/* ============== CORPORATE MOBIL MENU ==================== */

#CorporateMobilMenu {
    position:fixed;
    top:0;
    left: 0;
    background-color: #f1f3f7;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y:scroll;
    z-index: 9999;
    transform: translate3d(0px, 0px, 0px);
    opacity:0;
    display: none;
    transition: 200ms ease all;

}

#CorporateMobilMenu.show {
    opacity:1;
    display: block;
    transition: 200ms ease all;
}

#CorporateMobilMenu .HeadContainer {
    width: 100%;
    background: white;
    border-bottom: 2px solid #e9ecf2;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 15px 20px;
    font-family: 'Roboto', sans-serif;
}

#CorporateMobilMenu .HeadContainer a{
 text-decoration: none;
 display: flex;
 justify-content: center;
 align-items: center;
}

#CorporateMobilMenu .HeadContainer i
{
    color: #0065ff;
    font-size: 1.40rem;
}

#CorporateMobilMenu .HeadContainer span
{
    padding-left: 15px;
    color: #122264;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    font-size: 1.30rem;
}


#CorporateMobilMenu .MenuContent .list-group li {
    background-color: #f1f3f7;

}


#CorporateMobilMenu .MenuContent .list-group a{
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 11px 10px 11px 10px;
    font-size: 1rem;
    color: #122264;
    z-index: 1;
    transition: all 100ms ease-in-out;
}

/*rcsr*/

.MobilSubMenu .MenuList{
    width: 100%;
    background: white;
    padding: 0px 16px 2px 8px;
    border-top: 1px solid #e9ecf2;
    margin-top: 4px;
}


.MobilSubMenu .MenuList ul{
    width: 100%;
    position: relative;
    background: white;
    margin-top: 5px;
    list-style: none;
    padding-left: 0 !important;
}

.MobilSubMenu .MenuList ul li {
    position: relative;
}

.MobilSubMenu .MenuList ul li a{
    background: transparent;
    display: inline-block;
    width: 100%;
    padding: 18px 0;
    font-size: 1rem;
    line-height: 22px;
    color: #122264;
    z-index: 1;
    transition: all 100ms ease-in-out;
    text-decoration: none;
    margin-left: 20px;
}

.MobilSubMenu .MenuList ul li:last-child a{
    border-bottom: none;
}
