/* TIMER CSS STARTS*/

.time_out{

  background: #525050;

  display: flex;

  justify-content: center;

  align-items: center;

  padding: 10px; 

}

.time_out h5{

  margin-bottom: 0;

  font-size: 14px;

  margin-right: 15px;

  color: #fff;

}

.time_out .countdown{

  color: #fff;

  font-size: 18px;

  font-weight: 600;

}

/* TIMER CSS ENDS*/

.source_dis {
    width: 30% !important;
}

.header .head_right ul li .user_in #user_setting {
    position: absolute;
    width: 300px;
    background: #f5f5f5;
    right: 0;
    top: 54px;
    z-index: 99;
    padding: 25px;
}

.header .head_right ul li .user_in #user_setting ul {
    display: block;
    margin-bottom: 15px;
}

.header .head_right ul li .user_in #user_setting .btn:nth-child(2) {
    background: #828282;
    color: #fff;
    margin-right: 16px;
}

.header .head_right ul li .user_in #user_setting .btn:nth-child(3) {
    background: #E81932;
    color: #fff;
}