
.LogginMenu{
  float: left;
  padding-top: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.LDTSeCTIoN .dropdown .dropdown-toggle{
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0px;
  background-color: transparent;
  border:none;
}
.LDTSeCTIoN .dropdown .dropdown-toggle .fa {
    font-size: 20px;
    line-height: 10px;
    position: relative;
    top: 0px;
    padding-right: 0px;
}
.LDTSeCTIoN .dropdown.open .dropdown-toggle,
.LDTSeCTIoN .dropdown.open .dropdown-toggle:focus{
  background-color: transparent;
}
.LDTSeCTIoN .dropdown .dropdown-menu {
    left: 0;
    right: inherit;
    width: 200px;
    margin-top: 10px;
}

.LDTSeCTIoN .dropdown .dropdown-toggle::before{
  display: none;
}
.LDTSeCTIoN .CUSTImG{
  width: 38px;
  height: 38px;
  display: block;
  border-radius: 100%;
  background: #744949;
  color: #fff;
  text-align: center;
  line-height: 38px;
  text-transform: uppercase;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  margin-right: 5px;
}
.LDTSeCTIoN .fa{
  color: #43425D;
}
.LDTSeCTIoN .CutNAmE{
  margin-left: 10px;
  color: #43425D;
  font-size: 16px;
}


@media only screen and (max-width: 767px) {
  .LogginMenu {
    float: left;
    padding-top: 8px;
     margin-top: 3px;
    margin-bottom: 10px;
  }
}