.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: #4d4d4d;
 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: #4d4d4d;
 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: #4d4d4d;
 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: #4d4d4d;
 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 .bc-list-tour {
 margin-top: 30px;
}

.bc_wrap .bc-profile-list-services {
 margin-bottom: 50px;
}

.bc_wrap .bc-profile-list-services .bc-list-space {
 margin-bottom: 20px;
}

.bc_wrap .page-template-content .bc-list-space .title {
 font-weight: 400;
}

.bc_wrap .page-template-content .bc-list-space .owl-nav .owl-next,
.bc_wrap .page-template-content .bc-list-space .owl-nav .owl-prev {
 border: 1px solid black;
}

.bc_wrap .page-all-services.page-template-content .bc-list-space.layout_normal {
 margin-top: 0px;
}

.bc_wrap .page-all-services.page-template-content .bc-list-space.layout_normal .title {
 margin-top: 0px;
}
