
body {
  font-family: 'Montserrat', sans-serif;
}

.navbar-brand img {
  transition-duration: 0.5s;
  transition-property: all;
  margin: auto;
      margin-bottom: auto;
  margin-bottom: 8px;
  height: 100px;
  width: auto;
}

.navbar-brand {
  float: left;
  padding: 0px 15px;
  font-size: 18px;
  line-height: 20px;
}

.outerends {
  display: flex;
  justify-content:space-between; 
}

.center_div{
  margin: 0 auto;
  width:60% 
}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.req-label::after { 
  content:"*";
  color:red;
}
