/* breadcrumb css */

.breadcrumbouter .breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 8px 0;
}

.breadcrumb>.active {
  color: #e85222;
}

.breadcrumb>li+li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  color: #121212;
}

section.breadcrumbouter {
  padding: 0 !important;
  background: #eeeeee;
}

.breadcrumbouter.bg-light-blue {
  background: #f0faff;
  ;
}

.breadcrumb>li>a {
  color: #000;
}

/* breadcrumb css */

.sub-nav-region {
  background-color: #B5B5B5;
  border-top: medium none;
  padding: inherit;
  box-shadow: 0px 3px 6px #00000029;
  z-index: 9;
  position: relative;
}

.sub-nav-region .navbar-nav>li {
  color: #fff;
  font-weight: 400;
  padding: 0;
  line-height: 40px;
  margin-right: 13px !important;
  font-size: 14px;
}

.sub-nav-region .navbar-nav>li>a {
  color: #000;
  font-weight: 400;
  padding: 0;
  line-height: 40px;
  background-color: transparent;
  font-size: 14px
}

.sub-nav-region .navbar-nav>li.open>a {
  background-color: transparent
}

.sub-nav-region .navbar-nav>li>.dropdown-menu {
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #f5f5f5
}

.sub-nav-region .dropdown-menu>li>a {
  line-height: 1.6;
  padding: 7px 20px;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  font-size: 14px;
  font-weight: 400
}

.sub-nav-region .dropdown-menu>li>a:hover {
  background-color: #fff;
  color: #000
}

.sub-nav-region .navbar-collapse>ul li.score-cal {
  float: right;
}

.sub-nav-region .navbar-collapse>ul li.score-cal a {
  background: #e85222;
  color: #fff;
  line-height: 20px;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 5px;
}

.sub-nav-region .navbar-collapse>ul {
  width: 100%;
}

.sub-nav-region .navbar-nav>li>.dropdown-menu li ul {
  min-width: 260px;
  border-radius: 0;
  padding: 0;
  background-color: #eaeaea;
  left: 100%;
  top: -2px;
}

.sub-nav-region .dropdown-submenu>a::before {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-left-color: transparent;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-left-color: #333;
  margin-top: 5px;
  margin-right: -10px;
  margin-top: 8px;
}




@media only screen and (max-width: 767px) {
  
  .sub-nav-region .navbar-nav>li {
    margin-right: 0px !important;
    width: 100%;
    margin-left: 15px;
  }

  .sub-nav-region .navbar-collapse>ul li.score-cal {
    float: inherit;
    margin-left: 15px;
    text-align: center;
  }

  .sub-nav-region {
    background-color: #e4e4e4;
  }

  .sub-nav-region .navbar-nav>li>.dropdown-menu {
    background-color: transparent;
  }

  .breadcrumbouter .breadcrumb {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbouter .breadcrumb li{
 font-size: 10px;
 /* flex: 1; */
}
}