.be-new-navbar {
  background-color: #fff;
  max-height: 65px;
  z-index: 998;
}

.be-homepage-header .be-btn-new {
  margin-top: 38px;
}

.be-btn-new {
  background: linear-gradient(224.7deg, #ecad44 10.56%, #fd4533 99.9%);
  padding: 10px 20px 10px 20px;
  border-radius: 36px 36px 36px 36px;
  text-decoration: none;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 23.44px;
  text-align: center;
  color: #fff;
  border: none;
  /* transition: background 0.3s ease; */
}

.be-btn-new:hover {
  background: #f7941d !important;
  /* transition: background 0.3s ease; */
}

.be-homepage .be-navbar-nav-pane {
  margin-top: 65px;
}

.be-new-navbar .be-btn-new {
  padding: 8px 15px 8px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  transform: translate(0px, -7px);
}

.be-new-navbar .be-btn-new-login {
  padding: 8px 15px 8px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  width: 140px;
  transform: translate(0px, -7px);
}

.be-btn-new-login {
  background: #ffffff;
  padding: 10px 20px 10px 20px;
  border-radius: 36px 36px 36px 36px;
  border: 1px solid #009dda;
  text-decoration: none;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 23.44px;
  text-align: center;
  color: #009dda;
}

@media (min-width: 1440px) {
  .be-new-navbar .navbar-nav>li {
    float: left;
    padding-left: 15px;
    height: 64px;
  }
}

.be-new-navbar .navbar-nav>li>a {
  color: #172B4D;
  font-size: 16px;
}

.be-new-navbar .nav>li>a:hover {
  text-decoration: none;
  background: none;
}

.be-navbar-nav-pane li:not(:first-child) {
  padding-bottom: 10px;
}

.be-navbar-nav-pane .be-navpane-last-col li:not(:first-child) {
  padding-bottom: 0px;
}

.be-navbar-nav-pane li a:focus,
.be-navbar-nav-pane li a:hover {
  text-decoration: none !important;
}

.be-navbar-nav-pane li a:focus p,
.be-navbar-nav-pane li a:hover p {
  color: #009dda;
}

.be-new-navbar .nav .open>a,
.be-new-navbar .nav .open>a:focus,
.be-new-navbar .nav .open>a:hover {
  background: none;
}

.be-new-navbar .dropdown-menu {
  width: 250px;
  border: none;
  border-radius: 0px;
}

.be-new-navbar .dropdown-menu li {
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: none;
  border-top: none;
  color: #666666;
  padding: 10px 0 !important;
}

.be-new-navbar .dropdown-menu>li>a,
.be-new-navbar .dropdown-menu>li>a {
  text-decoration: none;
  background: none;
  color: #666666;
}

.be-new-navbar .dropdown-menu>li>a:focus,
.be-new-navbar .dropdown-menu>li>a:hover {
  text-decoration: none;
  background: none;
  color: #009dda;
}

.be-new-navbar .dropdown-menu>hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #eee;
  width: 85%;
}

.be-new-navbar .navbar-brand {
  transform: translate(0px, 3px);
}

.be-new-navbar .nav.navbar-nav {
  transform: translate(0px, 7px);
}

#be-navbar>ul:before {
  display: none;
  content: '';
}

#be-navbar>ul:after {
  display: none;
  content: '';
}

.be-navbar-nav-pane {
  margin-top: 17px;
  background: #fff;
  box-shadow: 0px 5px 5px -3px rgba(23, 43, 77, 0.2),
    0px 8px 10px 1px rgba(23, 43, 77, 0.14),
    0px 3px 14px 2px rgba(23, 43, 77, 0.12);
  position: fixed;
  z-index: 998;
  width: 100%;
  height: 407px;
  display: none;
}

.be-navbar-nav-pane.display {
  display: block;
}

.be-navbar-nav-pane ul {
  list-style: none;
}

.be-navbar-nav-pane .title {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: none;
  padding: 0px 0px 20px 0px;
  text-align: left;
  margin-top: 0px !important;
}

.be-navbar-nav-pane .be-nav-pane-point-title {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 4px;
}

.be-navbar-nav-pane .be-navpane-last-col .be-nav-pane-point-title {
  margin-bottom: 10px;
}

.be-navbar-nav-pane .be-nav-pane-point-subtitle {
  color: var(--Light-Theme-Text-Secondary, rgba(23, 43, 77, 0.68));
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.be-navbar-nav-pane a .be-nav-pane-point-subtitle:hover {
  text-decoration: none;
}

.be-navpane-last-col {
  background: #f7fcfe;
  height: 406px;
}

.be-navbar-nav-pane .row ul {
  padding-top: 31px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .be-new-navbar .navbar-brand {
    transform: translate(0px, 10px);
  }

  .be-new-navbar .be-btn-new {
    padding: 8px 15px 8px 15px;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    transform: translate(0px, -7px);
  }

  .be-new-navbar .navbar-nav>li>a {
    color: #172B4D;
    font-size: 13px;
    padding-bottom: 25px;
  }

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    width: 125px;
  }

  .be-navbar-nav-pane {
    margin-top: 15px;
  }
}

/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
@media (min-width: 768px) and (max-width: 1024px) {
  .be-homepage-header {
    min-height: 768px;
    padding-top: 73px;
    background-size: cover;
  }
}

@media (min-width: 990) and (max-width: 1024px) {

  .be-new-navbar .navbar-right {
    float: right !important;
    margin-right: -53px;
  }

}

.be-header-navbar-mobile-footer {
  display: none;
}

#be-navbar-nav-pane {
  height: fit-content;
  overflow: auto;
  background: #fff;
}

/* Mobile View */
@media only screen and (max-width: 767px) {
  .navbar.be-new-navbar {
    min-height: 65px;
  }

  .navbar.be-new-navbar .navbar-toggle {
    margin-top: 16px;
  }

  .be-new-navbar .container {
    min-height: 65px;
  }

  .be-new-navbar .dropdown-menu li p.title {
    margin-left: 15px;
    margin-bottom: 0px;
    color: var(--Light-Theme-Text-Primary, #172b4d);
    font-feature-settings: "liga"off, "clig"off;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 266%;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0px;
    text-align: left;
    margin-top: 0px !important;
  }

  body.not-logged-in #main {
    margin-top: 100px;
  }

  .not-front #content {
    margin-top: 6em;
  }

  #be-navbar {
    background-color: #ffffff;
    box-shadow: 2px 53px 45px 1px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 53px 45px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 53px 45px 1px rgba(0, 0, 0, 0.75);
    min-height: 100vh;
    overflow: auto;
  }

  .be-navbar-nav-pane {
    min-height: 100vh;
    overflow: auto;
  }

  .not-front .be-navbar-nav-pane {
    margin-top: -35px;
  }

  .be-navpane-last-col {
    background: #f7fcfe;
    height: 245px;
  }

  .be-nav-pane-close-button {
    float: right;
    font-size: 30px;
    padding-right: 10px;
    color: #009dda;
    font-weight: 200;
    position: absolute;
    z-index: 1200;
    right: 18px;
  }

  .be-navbar-nav-pane .title {
    color: rgba(23, 43, 77, 0.38);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 13px;
    letter-spacing: 0.15px;
  }

  .be-navbar-nav-pane .be-nav-pane-point-title {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }

  .be-navbar-nav-pane .row ul {
    padding-top: 18px;
  }

  .be-new-navbar .dropdown-menu li {
    font-size: 0.8em;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: none;
    border-top: none;
    color: #666666;
    padding: 3px 0 !important;
  }

  .icon-bar {
    border: 1px solid #009dda;
  }

  .be-new-navbar .be-btn-new {
    transform: translate(0px, 0px);
  }

  .be-new-navbar .be-btn-new-login {
    transform: translate(0px, 0px);
  }

  .be-new-navbar .be-header-navbar-mobile-footer {
    padding: 10px;
  }

  .be-navbar-nav-pane {
    z-index: 998;
  }

  .head-request-demo {
    background: #f7941d;
    height: 35px;
    padding: 8px 0px;
    position: fixed !important;
    text-align: center;
    text-transform: uppercase;
    top: 65px;
    z-index: 2;
  }

  .be-header-navbar-mobile-footer {
    display: block;
  }
}