.profile-box {
  margin : 0px;

}
.profile-box ul {
  display : flex;
  justify-content :center;
  flex-wrap : wrap;
  column-gap: 2rem;
}
.profile-box ul li {
  display : flex;
}
.profile-box ul li p {
  font-size : 16px;
  color : #171213;
  line-height:44px;
  text-align : left;
}
.profile-box ul li p a {
  color : #171213;
}
.profile-box ul li p a.active {
  color : #e12349;
}
.profile-box ul li span {
  padding: 0px;
  margin: 9px 10px;
}
.profile-pik-box {
  width : 100%;
  margin : 0px; 
  padding : 0px;
}

.serch-box-main{
  width: auto;
  display: inline-block;
  margin: 8px 60px;
  background: #fff;
  padding: 5px 10px;
  border-radius: 40px;
}

.serch-select-sec {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  align-items: center;
}

.serch-select-sec .select-box {
  max-width: 247px;
}
.serch-select-sec .select-box select {
  position: relative;
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 30px;
  border-radius: 25px;
  color: #333;
  border: 1px solid #ddd;
  background-color: #fff;
  transition: all 300ms ease;
  outline: none;
}

.serch-select-sec .searchbtn input[type="submit"] {
  display: inline-block;
  background: #ae1b2c;
  color: #fff;
  font-size: 1rem;
  line-height: 46px;
  border-radius: 25px;
  border: 0;
  float: left;
  padding: 0px 35px;
  max-width: 132px;
}

.serch-select-sec .searchbtn input[type="search"]:focus {
  outline: none;
  border: 1px solid #ae1b2c;
  box-shadow: none;
}

.loginbtnbg ul li {
  border: none;
}

.profile {
  position: relative;
}
.profile-menu {
  position: absolute;
  top: 60px;
  right: 0;
  background: #fff;
  z-index: 999999;
  box-shadow: 1px 8px 15px rgba(0, 0, 0, 0.1);
  width: 200px;
  display: none;
}

.profile-menu ul li {
  display: block;
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
}
.profile-menu ul li a {
  display: block;
  font-size: 0.9rem;
  line-height: 1.2;
  padding: 10px 15px;
  color: #414141;
  transition: 0.3s ease-in-out; border-bottom: 1px solid #ccc;
}
.profile-menu ul li a:hover {
  color: #da4e15;
}

.loginbtnbg ul li:hover.profile-menu {
  display: block !important;
}

.profile-menu ul li a:hover {
  color: #c1081a;
}

#profile:hover .profile-menu {
  display: block;
}

.user-box {
    display: flex;
    padding: .25rem 1rem;
}
.user-box .u-img {
    width: 60px;
}
.user-box .u-img img {
    width: 100%;
    border-radius: 5px;
}
.user-box .u-text {
    padding: 0 10px;
}
.user-box .u-text h4 {
    margin-bottom: 5px;
    margin-top: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}
.user-box .u-text .text-muted {
    font-size: 14px;
    margin-bottom: 5px;
}
.user-box .u-text a{
  color: #fff;
}
.user-box .u-text .btn {
    font-size: 14px;
}