.profile-summary {
  border: 1px solid #e4e4e4;
  padding: 24px;
}
@media (max-width: 992px) {
  .profile-summary {
    margin-bottom: 40px;
  }
}
.profile-summary .profile-avatar {
  text-align: center;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.profile-summary .profile-avatar img {
  /*border:1px solid #d8d8d8;
  max-width: 116px;
  border-radius: 50%;*/
}
.profile-summary .profile-avatar .avatar-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8d8d8;
}
.profile-summary .profile-avatar .avatar-text {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  font-size: 57px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1a2b47;
  color: #fff;
}
.profile-summary .display-name {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.profile-summary .profile-since {
  text-align: center;
}
.profile-summary .meta-info {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.profile-summary .meta-info.style1 li {
  position: relative;
  padding-left: 12px;
}
.profile-summary .meta-info.style1 li:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 2px;
  left: 0px;
}
.profile-summary .meta-info.style1 li .label {
  font-weight: 600;
}
.profile-summary .meta-info.style2 li {
  align-items: center;
  display: flex;
  font-size: 16px;
}
.profile-summary .meta-info.style2 li i {
  font-size: 24px;
  margin-right: 7px;
}
.profile-summary .meta-info.style2 li.is_vendor i {
  color: #fa5636;
}
.profile-summary .meta-info.style2 li.review_count i {
  color: #5191fa;
}
.profile-summary .verified-status {
  text-align: center;
  color: #7a7a7a;
}
.profile-summary .verified-status .is-verified {
  color: #1cc9b7;
}
.profile-summary .summary-title {
  font-size: 16px;
  color: #1A2B48;
  margin-top: 0px;
  margin-bottom: 20px;
}
.profile-summary .verification-lists {
  padding: 0;
  margin: 0;
}
.profile-summary .verification-lists li {
  list-style: none;
  margin: 12px 0px;
  font-size: 14px;
  color: #1A2B48;
  display: block;
  align-items: center;
}
.profile-summary .verification-lists li .left-icon {
  margin-right: 7px;
  position: relative;
  color: #A0A9B2;
  width: 19px;
  display: inline-block;
}
.profile-summary .verification-lists li .right-icon {
  position: relative;
  top: -1px;
  float: right;
}

.page-profile-content {
  padding: 70px 0px;
}
@media (max-width: 768px) {
  .page-profile-content {
    padding: 40px 0px;
  }
}
.page-profile-content .profile-service-tabs {
  margin-top: 40px;
}
.page-profile-content .profile-service-tabs .nav {
  border-bottom: 0px;
  margin-right: 35px;
}
.page-profile-content .profile-service-tabs .nav li {
  margin-right: 35px;
}
.page-profile-content .profile-service-tabs .nav li:last-child {
  margin-right: 0px;
}
.page-profile-content .profile-service-tabs .nav li a {
  padding: 15px 0px;
  font-size: 14px;
  font-weight: 500;
  color: #1A2B48;
  text-transform: uppercase;
  background: transparent;
  border: none;
}
.page-profile-content .profile-service-tabs .nav li a.active {
  color: #5191FA;
  border: none;
  border-bottom: 2px solid #5191FA;
}
.page-profile-content .profile-service-tabs .bravo-list-tour {
  margin-top: 30px;
}

.bravo_wrap .bravo-profile-list-services {
  margin-bottom: 50px;
}
.bravo_wrap .bravo-profile-list-services .bravo-list-space {
  margin-bottom: 20px;
}
.bravo_wrap .page-template-content .bravo-list-space .title {
  font-weight: 400;
}
.bravo_wrap .page-template-content .bravo-list-space .owl-nav .owl-next,
.bravo_wrap .page-template-content .bravo-list-space .owl-nav .owl-prev {
  border: 1px solid black;
}
.bravo_wrap .page-all-services.page-template-content .bravo-list-space.layout_normal {
  margin-top: 0px;
}
.bravo_wrap .page-all-services.page-template-content .bravo-list-space.layout_normal .title {
  margin-top: 0px;
}
