

.navbar .fa-chevron-right{margin-right:0; margin-top:-11px; background:linear-gradient(262deg, #2d3184 0%, #04074b 100%); padding:16px 14px 16px 20px !important;color:#ffffff !important; position: absolute;right: 0px; top:12px;}
.navbar .fa-chevron-right:hover{background:linear-gradient(262deg, #2d3184 0%, #04074b 100%); color:#fff !important;}

.navbar .fa{
  display: inline;
  padding: 5px 0;color:#202833;
}


ul.pushNav {
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow-y:auto;
  overflow-x: hidden;
  height:100vh;
}
ul.pushNav li{position:relative;}

.pushNav {
  height: 100%;
  position: fixed;
  top: 0;
  z-index:999;
  overflow: hidden;
  background:#ffffff;
  transition: ease-in-out 0.5s;
}
.pushNav hr {
  border: 1px solid #555;
}

.pushNav, .pushNav a {
  font-size: 1em;
  font-family:Inter Regular;
  color: #444; 
  text-decoration: none;
}

.pushNavIsOpen {
  overflow: auto;
  height: 100%;
}

.js-topPushNav.isOpen, .pushNav_level.isOpen {
  right: 0;
}

.closeLevel, .openLevel {
  cursor: pointer;
}

.openLevel, .closeLevel, .pushNav a {
  padding: 0.7rem 1.5rem;
  display: block;
  transition: background 0.4s ease-in-out;
  border-bottom: 1px dashed #ADADAD;position: relative;
}
.openLevel:hover, .closeLevel:hover, .pushNav a:hover {
  background:#FCF5EA;
}

.hdg {
  background-color:#FCF5EA;
}

.closeLevel, closelevel > i {
  font-size:1.2em; font-weight:bold;
  color:#202833;
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
}
.closeLevel .fa{font-size:1em;}

.burger {
  position: relative;
  cursor: pointer;
  margin-top:3px;
  background:#1f91ce; 
  width:50px; height:50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.burger i {
  font-size:25px;color:#ffffff;
}



.screen {
  z-index:666;
  position: fixed;
  background:rgba(37, 42, 50, 0.6);
  width: 100%;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.pushNavIsOpen .screen {
  height: 100%;
  opacity: 1;
}

.headerSecondry .js-menuToggle{display:none;}

@media screen and (max-width: 600px) {
  .pushNav {
    width:100%;
    right: -100%;
  }
}
@media screen and (min-width: 601px) {
  .pushNav {
    width: 350px;
    right: -350px;
  }
}

@media screen and (max-width: 880px) {.navbar{display:block;} .burger{width:40px;height:40px; margin-top: 8px;}.burger i{font-size: 20px;}.headerSecondry .js-menuToggle{display:flex;} }