/** =====================================
 DASHBOARD CSS
======================================*/
.show-hide-pass{
  position: absolute;
  right: 15px;
  top: 53%;
  cursor: pointer;
  font-size: 18px;
  color: #777;
}


/** =====================================
 FRONTEND CSS
======================================*/

/* - Header - */
.user-img{
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50px;
}
.dashboard-drop-menu .dashboard-menu:hover > .dropdown-menu{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dashboard-drop-menu .dropdown-menu{
  font-size: 1em;
  z-index: 5;
  background-color: #fff;
  border-radius: 10px;
  display: block;
  right: auto;
  left: 0;
  padding: 10px 5px;
  border: none;
  top: 100%;
  visibility: hidden;
  transform: translateY(5px);
  opacity: 0;
  min-width: 200px;
  box-shadow: 0px 50px 100px rgba(0,0,0,.12);
  margin: 0;
  transform-origin: 0 0;
  transition: all .2s ease-in;
}
.dashboard-drop-menu .dropdown-menu .dropdown-item{
  text-transform: capitalize;
  line-height: 35px;
  font-size: .85em;
  background: rgba(0,0,0,0);
  position: relative;
  color: #000;
  transition: all .2s ease-in-out 0s;
}
.sim-title{
  font-size: 17px;
  font-weight: 500;
}
.sim-title:hover, .dashboard-drop-menu .dropdown-menu .dropdown-item:hover{
  color: #0153a4;
}


@media only screen and (max-width: 600px){
  .d-mob-none{
    display: none !important;
  }
}


.block-feature-two .block-one{
  background: url(../images/static/who.webp) no-repeat center !important;
  background-size: cover;
}
.fancy-banner-one{
  background: url(../images/static/deal.jpg) no-repeat center !important;
}