.profile-header {
  text-align: center;
  background: #4C3B4D;
  padding: 20px;
  color: #fff;
}

.rounded {
  border-radius: 50% !important;
}

.profile-usertitle-name {
  font-size: 17px;
  font-weight: bold;
  margin-top: 15px;
}
.swiper-buttons {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 1;
}
.swiper-button-next {
  right: -60px;
}
.profile-userpic {
  flex-shrink: 0;
}
.team-detail-swiper img {
  max-width: 100%;
  height: 172px;
  width: 100%;
  object-fit: contain;
}
.swiper-button-prev {
  left: -60px;
}
.portlet.light.profile-sidebar-portlet {
  border-radius: 10px !important;
  overflow: hidden;
  padding: 0;
}
h2.team-detail-h2{
  margin-top:20px;
}
.sertificate-row {
  padding: 50px 110px;
  background: #959595;
  border-radius: 30px;
}
h2.team-detail-h2::after {
  content: "";
  height: 8px;
  background: #FC5000;
  width: 150px;
  display: block;
  margin-top: 16px;
  margin-bottom: 10px;
}
.agent-youtube {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  min-height: 263px;
  max-height: 290px;
}
.agent-youtube iframe {
  height: 100%;
  width: 100%;
}
li.list-group-item.d-flex.justify-content-between {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  font-size: 13px;
  border: 1px solid #ebebeb;
}
.team-detail-social{
  border: none;
  margin-top: 5px;
  gap: 6px;
  display: flex;
}
.customer-comment {
    bottom: 40px;
    background: #3D3B30;
    width: 100%;
    border-radius: 10px;
    color: #fff;
    padding: 34px;
    left: 30px;
}
.customer-comment-header {
    display: flex
;
    justify-content: space-between;
    margin-bottom: 16px;
    font-size: 14px;
}
.customer-title {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 3px;
}
.call-property-div {
  text-wrap-mode: nowrap;
}
.profile-usertitle-detail {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-weight: 500;
}
.mailcounthome {
  background: #E6EFF5 !important;
}
.mail-graph-sec .mailcounthome .brandbg {
  background-color: #CCDEEA !important;
  color: #4C3B4D !important;
}
.team-detail-social button{
  font-size: 24px;
  }
  .team-detail-social button:hover{
    background-color: transparent !important;
    color: var(--main-color) !important;
    }
.team-detail-cont {
  display: flex;
  position:relative;
  gap: 20px;
  align-items: flex-end;
  justify-content: space-between;
}
.profile-usertitle-name h1 {
  font-size: 28px;
  color: var(--main-color);
}
span.blue-bold {
  COLOR: #4C3B4D;
  font-weight: bold;
}

.prf-foo-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-bottom: 21px;
  border: 1px solid #ebebeb;
  border-radius: 0px 0px 10px 10px;
  padding: 12px;
}

.profile-usertitle-detail ,.team-detail-right-corner{
  padding-bottom: 28px;
}
.prf-foo-social button {
  background: #d9dbf1;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  font-size: 18px;
  color: #3b4cb7;
}

.mail-graph-sec .mailcounthome {
  background: #fff;
  border: 1px solid #E6EFF5;
  border-radius: 10px !important;
  padding: 16px 23px;
}

.mailcounthome {
  display: flex;
  gap: 20px;
  align-items: center;
}

.brandbg {
  width: 80px;
  height: 80px;
  background: #E7EDFF;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 39px;
  color: #396AFF;
}

.mailcount-title.mb-1 {
  color: #718EBF;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
}

.mail-graph-sec .mailcounthome .mailcount-title.mb-1 {
  font-size: 14px;
}

.mail-graph-sec .mailcounthome .mailcount-subtitle {
  font-size: 23px;
  font-weight: bold;
}
button.prf-foo-btn:hover {
  background: var(--main-color);
  color: #fff;
}
.team-detail-inside{
  display: flex;
  gap:20px;
}
.prf-foo-social-detail img{
  width: 25px;
}
.award-cont {
  height: 100px;
  width: 100px;
  background: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 47px;
  border: 1px solid #747474;
  color: #fff;
}
.expertise-row {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
.expertise-right {
  padding-top: 0px;
  font-weight: 600;
  line-height: 25px;
}
.agent-year {
  position: absolute;
  top: 5px;
  right: 29px;
}

@media screen and (max-width:768px) {
  .team-detail-cont {
    flex-direction: column;
    align-items: center;
}
.team-detail-inside {
  flex-direction: column;
  gap: 0;
  align-items: center;
}
.page-title-area.ptb-50 {
  height: 200px !important;
}
.profile-userpic img{
  width: 180px;
}
.profile-usertitle-detail {
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
.profile-usertitle-name {
  margin: 0;
}
.property-footer {
  margin: 0;
}

.mailcounthome {
  flex-direction: column;
  align-items: center;
}.mailcounthome {
  text-align: center;
}
.mail-graph-sec .col-4{
  padding: 4px;
}
.brandbg {
  width: 60px;
  height: 60px;
  font-size: 30px;
}
.mail-graph-sec .mailcounthome .mailcount-title.mb-1 {
  font-size: 12px;
}
.mail-graph-sec .mailcounthome .mailcount-subtitle {
  font-size: 14px;
}
.mail-graph-sec .mailcounthome {
  padding: 16px 5px;
}
h2.team-detail-h2 {
  margin-top: 10px;
}
.sertificate-row {
  padding: 39px 37px;
}
.swiper-button-prev {
  left: -31px;
}
.swiper-button-next {
  right: -31px;
}

}