        @import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css?family=Bree+Serif&display=swap");

.profile-header {
 
  width: 100%;
  display: flex;
  height: 127px;
  position: relative;
    background-color: #ffffff;
    margin-bottom: 7px;
}

.profile-img {
  float: left;
  width: 340px;
  height: 200px;
}

.profile-img img {
  border-radius: 50%;
  height: 180px;
  width: 180px;
  border: 5px solid #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50px;
  top: 20px;
  z-index: 5;
  background: #fff;
}

.profile-nav-info {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0px;
}

.profile-nav-info h3 {
 font-size: 24px;
}

.profile-nav-info .address {
  display: flex;
  font-weight: bold;
  color: #777;
}

.profile-nav-info .address p {
  margin-right: 5px;
}

.profile-option {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  outline: none;
  background: #e40046;
}

.profile-option:hover {
  background: #fff;
  border: 1px solid #e40046;
}
.profile-option:hover .notification i {
  color: #e40046;
}

.profile-option:hover span {
  background: #e40046;
}

.profile-option .notification i {
  color: #fff;
  font-size: 1.2rem;
  transition: all 0.5s ease-in-out;
}

.profile-option .notification .alert-message {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #fff;
  color: #e40046;
  border: 1px solid #e40046;
  padding: 5px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  font-weight: bold;
}

.main-bd {
  width: 100%;
  display: flex;
     background-color: #f9f9f9;
    padding: 15px;
    margin-bottom: 33px;
}

.profile-side {
  width: 300px;
  background: #fff;
/*  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);*/
  padding: 93px 30px 20px;
/*  font-family: "Bree Serif", serif;*/
/*  margin-left: 10px;*/
  z-index: 99;    background-color: #f9f9f9;
}

.profile-side p {
  margin-bottom: 7px;
  color: #333;
  font-size: 18px;
}

.profile-side p i {
  color: #54add3;
  margin-right: 10px;
}

.mobile-no i {
  transform: rotateY(180deg);
  color: #e40046;
}

.profile-btn {
  display: flex;
}



button.chatbtn i,
button.createbtn i {
  margin-right: 5px;
}

.user-rating {
  display: flex;
}

.user-rating h3 {
  font-size: 2.5rem;
  font-weight: 200;
  margin-right: 5px;
  letter-spacing: 1px;
  color: #666;
}

.user-rating .no-of-user-rate {
  font-size: 0.9rem;
}

.rate {
  padding-top: 6px;
}

.rate i {
  font-size: 0.9rem;
  color: rgba(228, 0, 70, 1);
}

.sepl-datadash .nav {
  width: 100%;
  z-index: -1;
}

.sepl-datadash .nav ul {
/*  display: flex;*/
  justify-content: space-around;
  list-style-type: none;
  background: #fff;
/*  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3); */
  width: 100%;     margin-bottom: 0px; padding: 0px;
}

.sepl-datadash .nav ul li {
 padding: 7px 10px;
      width: 24%;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s ease-in-out;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600;
    background-color: #54add3;
    color: #fff;
    border-left: solid 1px #fff;
        display: inline-block;
}

.sepl-datadash .nav ul li a{color: #fff;}

.sepl-datadash .nav ul li:hover,
.sepl-datadash .nav ul li.active {box-shadow: 0px -3px 0px rgb(242 149 178) inset; }

.sepl-datadash .profile-body {
  width: 100%;
  z-index: -1;    padding: 18px;
}

.dashboard-tabsty .tab {
  display: none;
}

.dashboard-tabsty .tab {
  padding: 20px;
  width: 100%;
  text-align: center;
}

@media (max-width: 1100px) {
  .profile-side {
    width: 250px;
    padding: 90px 15px 20px;
  }

  .profile-img img {
    height: 200px;
    width: 200px;
    left: 50px;
    top: 50px;
  }
}

@media (max-width: 900px) {


  .profile-header {
    display: flex;
    height: 100%;
    flex-direction: column;
    text-align: center;
    padding-bottom: 20px;
  }

  .profile-img {
    float: left;
    width: 100%;
    height: 200px;
  }

  .profile-img img {
    position: relative;
    height: 200px;
    width: 200px;
    left: 0px;
  }

  .profile-nav-info {
    text-align: center;
  }

  .profile-option {
    right: 20px;
    top: 75%;
    transform: translateY(50%);
  }

  .main-bd {
    flex-direction: column;
    padding-right: 0;
  }

  .profile-side {
    width: 100%;
    text-align: center;
    padding: 2px;
    margin: 5px 0;
  }

.left-menusty12 li{text-align: left;}
  .profile-nav-info .address {
    justify-content: center;
  }

  .user-rating {
    justify-content: center;
  }
}

@media (max-width: 400px) {
  body {
    margin: ;
  }

  .profile-header h3 {
  }

  .profile-option {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 83%;
  }

  .profile-option .notification .alert-message {
    top: -3px;
    right: -4px;
    padding: 4px;
    height: 15px;
    width: 15px;
    font-size: 0.7rem;
  }

  .profile-nav-info h3 {
    font-size: 1.9rem;
  }

  .profile-nav-info .address p,
  .profile-nav-info .address span {
    font-size: 0.7rem;
  }
}
#see-more-bio,
#see-less-bio {
  color: blue;
  cursor: pointer;
  text-transform: lowercase;
}
.dashboard-tabsty .tab h1 {
  font-family: "Bree Serif", sans-serif;
  display: flex;
  justify-content: center;
  margin: 20px auto;
}