@charset "UTF-8";

.people-detail-profile.enterprise {
	position: relative;
	height: calc(100vh - 170px);
	max-height: 704px;
	overflow: hidden;
}

@media all and (min-width: 1400px) {
	.people-detail-profile.enterprise {
		min-height: 704px;
	}
}

@media (max-width: 1200px) {
	.people-detail-profile.enterprise {
		height: auto;
	}
}

@media (max-width: 991px) {
	.people-detail-profile.enterprise {
		max-height: 100%;
		height: auto;
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	.people-detail-profile.enterprise .container {
		padding: 0;
	}
}

@media (max-width: 991px) {
	.people-detail-profile.enterprise .left-block > .row {
		height: auto !important;
	}
}

.people-detail-profile.enterprise .left-block .d-block {
	position: absolute;
	left: 0;
	margin-right: auto;
	width: 49%;
	overflow: hidden;
}

@media (max-width: 991px) {
	.people-detail-profile.enterprise .left-block .d-block {
		width: 100%;
		position: relative;
	}
}

.people-detail-profile.enterprise .left-block .d-block img {
	height: 100%;
	width: calc(100vw - 50%);
	object-fit: cover;
	object-position: top;
}

@media (max-width: 991px) {
	.people-detail-profile.enterprise .left-block .d-block img {
		width: 100%;
		height: 361px;
		max-height: 361px;
		object-fit: contain;
	}
}

.people-detail-profile.enterprise .right-block .d-block {
	margin-left: -38px;
	z-index: 2;
	position: absolute;
	/* height: 513px; */
	height: 714px;
	background: #F5F4F4;
	border: 1px solid #EBEBED;
	width: 100%;
}

@media (max-width: 991px) {
	.people-detail-profile.enterprise .right-block .d-block {
		margin-left: 0;
		left: 0;
		width: 100%;
		position: relative;
		height: auto;
	}
}

.people-detail-profile.enterprise .right-block .d-block .vertical-line-left {
	position: absolute;
	width: 6px;
	height: 348px;
	left: -4px;
	top: 96px;
	background: #00ADEF;
}

@media (max-width: 991px) {
	.people-detail-profile.enterprise .right-block .d-block .vertical-line-left {
		display: none;
	}
}

.people-detail-profile.enterprise .right-block .d-block .profile-content {
	margin-top: 102px;
	margin-left: 71px;
}

@media (max-width: 1024px) {
	.people-detail-profile.enterprise .right-block .d-block .profile-content {
		margin-left: 45px;
	}
}

@media (max-width: 991px) {
	.people-detail-profile.enterprise .right-block .d-block .profile-content {
		margin: 0;
		padding: 30px 24px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-flow: column;
	}
}

@media (max-width: 575px) {
	.people-detail-profile.enterprise .right-block .d-block .profile-content {
		align-items: flex-start;
		justify-content: flex-start;
	}
}

.people-detail-profile.enterprise .right-block .d-block .profile-content h1 {
	font-size: 3.75em;
	margin-bottom: 10px;
}

@media (max-width: 575px) {
	.people-detail-profile.enterprise .right-block .d-block .profile-content h1 {
		font-size: 40px;
		line-height: 49.6px;
	}
}

.people-detail-profile.enterprise .right-block .d-block .profile-content .role-office {
	text-align: left;
	padding: 0;
	margin: 0;
	margin-bottom: 32px;
}

@media (max-width: 575px) {
	.people-detail-profile.enterprise .right-block .d-block .profile-content .role-office {
		margin-bottom: 21px;
	}
}

.people-detail-profile.enterprise .right-block .d-block .profile-content .role-office li {
	display: inline;
	white-space: break-spaces;
	font-size: 24px;
	color: #001F49;
	font-weight: 300;
}


@media (max-width: 575px) {
	.people-detail-profile.enterprise .right-block .d-block .profile-content .role-office li {
		font-size: 18px;
		line-height: 25.92px;
	}
}

.people-detail-profile.enterprise .right-block .d-block .profile-content .role-office li:after {
	content: "•";
	padding: 0 3px 0 8px;
	color: #00ADEF;
}

.people-detail-profile.enterprise .right-block .d-block .profile-content .role-office li:last-child:after {
	content: none;
}

.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-buttons {
	width: 461px;
}

@media (max-width: 575px) {
	.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-buttons {
		max-width: 100%;
		width: 100%;
	}
}

.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-buttons .col-6 .btn-theme-white {
	color: #00ADEF;
}

.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-buttons .btn {
	padding: 10px 32px 11px 32px;
	font-size: 16px;
	font-weight: 600;
}

@media (max-width: 575px) {
	.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-buttons .btn {
        white-space: nowrap;
        padding: 11px 13px!important;
        font-size: 16px !important;
	}
}

.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-buttons .btn.btn-theme-cyan {
	font-size: 17.5px;
}

.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-buttons .btn i.mini-icn {
	margin-right: 8px;
}

.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-buttons .col-12 {
	margin-top: 12px;
}

@media (max-width: 575px) {
	.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-buttons .col-12 {
		margin-top: 8px;
	}
}

.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-reviews {
	max-width: 461px;
	margin-top: 42px;
	margin-left: 2px;
}

@media (max-width: 575px) {
	.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-reviews {
		margin-top: 26px;
		max-width: 100%;
	}
}

@media (max-width: 575px) {
	.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-reviews .text-nowrap {
		padding-right: 12.44px;
	}
}

.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-reviews .mini-icn.icon-star-blue {
	margin-right: 5px;
}

.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-reviews .col:last-child {
    width: 190px;
}

.people-detail-profile.enterprise .right-block .d-block .profile-content .profile-reviews a.review-link {
    color: #001f49;
    margin-left: 3px;
    text-decoration: none;
    padding: 6px 12px;
    border: 1px solid #00ADEF;
    border-radius: 20px;
}

.people-detail-profile.enterprise .right-block .profile-socials {
	/* margin-top: 513px;
    padding-top: 66px;
    padding-left: 44px; */
    margin-top: 3rem !important;
    margin-bottom: 0;
    padding: 0;
}

@media (max-width: 1400px) {
	.people-detail-profile.enterprise .right-block .profile-socials {
		margin-top: 485px;
	}
}

@media (max-width: 1024px) {
	.people-detail-profile.enterprise .right-block .profile-socials {
		padding-left: 10px;
	}
}

@media (max-width: 991px) {
	.people-detail-profile.enterprise .right-block .profile-socials {
		padding: 30px 24px;
		margin-top: 0;
	}
}

.people-detail-profile.enterprise .right-block .profile-socials h6 {
	margin-bottom: 1.25rem;
}

@media (max-width: 414px) {
	.people-detail-profile.enterprise .right-block .profile-socials h6 {
		margin-bottom: 19px;
		font-size: 20px;
		line-height: 32px;
		font-weight: 400;
	}
}

.people-detail-profile.enterprise .right-block .profile-socials .btn {
	padding: 0.29rem 0.76rem;
}

.people-detail-profile.enterprise .right-block .profile-socials .btn .fab {
	font-size: 12px;
	margin-right: 8px;
}

@media only screen and (min-width: 2024px) {
    .people-detail-profile.enterprise .left-block .d-block {
        text-align: right;
        padding-right: 50px;
    }
    .people-detail-profile.enterprise .left-block .d-block img {
        width: 76%;
    }
}
@media only screen and (min-width: 2200px) {
    .people-detail-profile.enterprise .left-block .d-block img {
        width: 62%;
    }
}
@media only screen and (min-width: 2600px) {
    .people-detail-profile.enterprise .left-block .d-block img {
        width: 52%;
    }
}
@media only screen and (min-width: 3000px) {
    .people-detail-profile.enterprise .left-block .d-block img {
        width: auto;
    }
}
.agent-bio-show-more-image-right-container > .container {
  padding-top: 4px;
  padding-bottom: 88px;
}
@media (max-width: 1390px) {
  .agent-bio-show-more-image-right-container > .container {
    padding-top: 122px;
    padding-bottom: 50px;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-top: auto;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .agent-bio-show-more-image-right-container > .container {
    padding: 0 0 45px 0;
    padding-right: 0;
    padding-left: 0;
    margin-top: auto;
    margin-bottom: 0;
  }
}
.agent-bio-show-more-image-right-container > .container > .row > .col:first-child .image-wrapper {
  padding-top: 0;
  max-height: 540px;

}
@media (max-width: 991px) {
  .agent-bio-show-more-image-right-container > .container > .row > .col:first-child .image-wrapper {
    padding-top: unset;
    height: auto;
    overflow: hidden;
  }
}
@media only screen and (max-width: 667px) {
  .agent-bio-show-more-image-right-container > .container > .row > .col:first-child .image-wrapper {
    height: 287px;
  }
}
.agent-bio-show-more-image-right-container > .container > .row > .col:first-child .image-wrapper img {
  margin-left: 0;
  width: 100%;
  height: auto;
  max-height: 541px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 991px) {
  .agent-bio-show-more-image-right-container > .container > .row > .col:first-child .image-wrapper img {
    margin-left: 0;
    object-fit: cover;
    transform: translateY(-42px);
    min-height: 50vw;
  }
}
.agent-bio-show-more-image-right-container > .container > .row > .col:nth-child(2) {
  padding-right: 53px;
  padding-left: 0;
}
@media (max-width: 1400px) {
  .agent-bio-show-more-image-right-container > .container > .row > .col:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
}
.agent-bio-show-more-image-right-container > .container > .row > .col:nth-child(2) > .d-block {
  padding: 0;
}
@media (max-width: 1400px) {
  .agent-bio-show-more-image-right-container > .container > .row > .col:nth-child(2) > .d-block {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 667px) {
  .agent-bio-show-more-image-right-container > .container > .row > .col:nth-child(2) > .d-block {
    padding: 27px 24px 0 24px;
  }
}
.agent-bio-show-more-image-right-container > .container > .row > .col .heading-title {
  margin: 0 0 10px 9px;
  letter-spacing: 0;
}

.agent-bio-show-more-image-right-container >.container>.row>.col .details-text>div.readmore {
    max-height: 386px;
    height: auto;
    overflow: hidden;
    mask-image: linear-gradient(180deg,#6C6C6C 80%,transparent);
    -webkit-mask-image: linear-gradient(180deg,#6C6C6C 80%,transparent);
    transition: max-height .15s ease-out;
}
@media (max-width: 991px) {
  .agent-bio-show-more-image-right-container > .container > .row > .col .heading-title {
    margin: 0;
    padding-top: 25px;
  }
}
.agent-bio-show-more-image-right-container > .container > .row > .col .heading-title:before {
  height: 29px;
  top: 0px;
  left: -6px;
}
@media (max-width: 991px) {
  .agent-bio-show-more-image-right-container > .container > .row > .col .heading-title:before {
    height: 18px;
    top: -1px;
    left: -1px;
    margin-right: 22px;
  }
}
.agent-bio-show-more-image-right-container > .container > .row > .col p.heading-description {
  margin: 22px 0 0 7px;
  line-height: 29.7px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .agent-bio-show-more-image-right-container > .container > .row > .col p.heading-description {
    margin: 22px 0 0 0;
  }
}
.agent-bio-show-more-image-right-container > .container > .row > .col .btn {
  padding: 15px 81px;
  margin: 37px 0 0 3px;
}
@media (max-width: 991px) {
  .agent-bio-show-more-image-right-container > .container > .row > .col .btn {
    margin: 28px 0 0 0;
    width: 100%;
  }
}
.agent-bio-show-more-image-right-container > .container > .row > .col .btn.harcourts-difference-btn {
  padding: 15px 34px !important;
}



.agent-bio-show-more-image-right-container > .container > .row > .col .details-text p {
    font-size: 18px !important;
    line-height: 29.7px !important;
    color: #6C6C6C!important;
	margin-bottom: 2.063rem;
	margin-right: 3.125rem;
	transition: max-height 0.25s ease-in;
}
@media (max-width: 991px) {
    .agent-bio-show-more-image-right-container > .container > .row > .col .details-text p {
        margin-bottom: 0;
        margin-right: 0;
    }
}


@media (max-width: 414px) {
    .agent-bio-show-more-image-right-container > .container > .row > .col .heading-title {
        padding-top: 0;
        font-size: 34px;
        line-height: 44.2px;
        margin-bottom: 10px;        
    }    
	.agent-bio-show-more-image-right-container > .container > .row > .col .details-text p.readmore {
		max-height: 273px;
	}
}
@charset "UTF-8";.people-detail-reviews{padding:45px 0}@media (max-width:414px){.people-detail-reviews{padding:43px 0 0 0}}.people-detail-reviews .heading{margin-bottom:59px}@media (max-width:414px){.people-detail-reviews .heading{align-items:center!important}}.people-detail-reviews .heading .heading-title{margin-bottom:13.1px}@media (max-width:414px){.people-detail-reviews .heading .heading-title{font-size:34px;line-height:44.2px}}@media (max-width:414px){.people-detail-reviews .heading .heading-title::before{display:none}}@media (max-width:414px){.people-detail-reviews .heading .d-block .text-end u{text-decoration:none}}@media (max-width:414px){.people-detail-reviews .heading .d-block .text-end u small{font-size:14px;line-height:25.2px}}.people-detail-reviews .heading .mini-icn.icon-star-blue{margin-right:3px}.people-detail-reviews .row.review-list .col>.review-item{padding:27px 24px 29px 29px;margin-bottom:34px}@media (max-width:414px){.people-detail-reviews .row.review-list .col>.review-item{padding:0 8px 0 8px;margin-bottom:36px}}@media (max-width:414px){.people-detail-reviews .row.review-list .col>.review-item:last-child{margin-bottom:30px}}.people-detail-reviews .row.review-list .col>.review-item.border-dark{border:1px #ebebed solid!important}@media (max-width:414px){.people-detail-reviews .row.review-list .col>.review-item.border-dark{border:none!important}}.people-detail-reviews .row.review-list .col>.review-item .position-relative{margin-bottom:0!important}.people-detail-reviews .row.review-list .col>.review-item .position-relative .agent-name{display:block;text-align:left;font-size:18px;color:#001f49;padding-bottom:9px}.people-detail-reviews .row.review-list .col>.review-item .position-relative .ratings-container{display:flex;justify-content:flex-start;width:100%;padding-bottom:12px}@media (max-width:414px){.people-detail-reviews .row.review-list .col>.review-item .position-relative .ratings-container{margin-bottom:14px}}.people-detail-reviews .row.review-list .col>.review-item .position-relative .ratings-container .star{display:inline-block}.people-detail-reviews .row.review-list .col>.review-item .position-relative .ratings-container .rate-origin{color:#b8b8b8;font-size:14px;padding-left:9px;margin-top:2px}.people-detail-reviews .row.review-list .col>.review-item .position-relative .ratings-container .rate-origin:before{content:" ";background-image:url("https://resources.cloudhi.io/images/icon-google.png");width:33px;height:21px;display:inline-block;vertical-align:middle;background-color:transparent;background-position:top center;background-size:contain;background-repeat:no-repeat;position:relative;top:-1px;left:-2px}.people-detail-reviews .row.review-list .col>.review-item .position-relative .comment{text-align:left;width:100%;display:inline-block;font-size:16px;color:#6c6c6c;padding-right:10px}@media (min-width:768px){.people-detail-reviews .row.review-list .col>.review-item .position-relative .comment{padding-right:30px}}@media (max-width:414px){.people-detail-reviews .row.review-list .col>.review-item .position-relative .comment{display:block}}.people-detail-reviews .row.review-list .col>.review-item .position-relative a.read-more{white-space:nowrap;color:#102e54;text-decoration:none;font-weight:600;font-size:16px}.people-detail-reviews .row.review-list .col>.review-item .position-relative .buyer-location{text-align:left;width:100%;display:inline-block;color:#b8b8b8;padding-top:10px;padding-left:3px}.people-detail-reviews .row.review-list .col>.review-item .position-relative .buyer-location:before{content:"—";margin-right:2px}.people-detail-reviews .row.review-list .col>.review-item .position-relative .quotes{background-image:url("https://resources.cloudhi.io/images/quote_big.png");width:35px;height:30px;display:inline-block;vertical-align:middle;background-color:transparent;background-position:top center;background-size:contain;background-repeat:no-repeat;position:absolute;bottom:-8px;right:5px}.people-detail-reviews .row.review-list .col>.review-item .position-relative .btn{padding-left:0;padding-right:0}.people-detail-reviews .row.review-list .col>.review-item .position-relative .btn.btn-cyan{color:#fff;font-weight:400;font-size:16px!important}.people-detail-reviews .row.review-list .col>.review-item .position-relative .btn.btn-light{font-weight:600;font-size:16px!important;color:#00adef}.people-detail-reviews .row.review-list .col>.review-item .position-relative .btn.btn-theme-gray{font-weight:600;font-size:16px!important;color:#001f49}.people-detail-reviews .mini-icn.icon-star-blue,.people-detail-reviews .mini-icn.icon-star-blue-fade{height:16px;width:16px;margin-right:3px}@media (max-width:414px){.people-detail-reviews .mini-icn.icon-star-blue,.people-detail-reviews .mini-icn.icon-star-blue-fade{width:18px;height:18px}}.people-detail-reviews .review-show-more{margin-top:15px;margin-bottom:75px}@media (max-width:414px){.people-detail-reviews .review-show-more{margin-bottom:38px}}.people-detail-reviews .review-show-more .btn{font-size:18px;padding:10px 16px;color:#001f49}h3.review-item-heading{display:none}@media (max-width:414px){h3.review-item-heading{display:block;font-size:18px!important;line-height:25.92px!important;color:#001f49;font-weight:400;margin-bottom:6px;text-align:left}}.people-detail-reviews .total-reviews{position: relative;top: 5px;}
.people-detail-resources {
	padding: 47px 0;
}

.people-detail-resources .resource-carousel.owl-carousel {
    justify-content: flex-start;
}

.people-detail-resources .title-block {
	margin-bottom: 24px;
}

@media (max-width: 414px) {
	.people-detail-resources .title-block h3 {
		font-size: 28px;
		line-height: 36.4px;
	}
}

.people-detail-resources .title-block .col.text-end a.btn {
	position: relative;
	top: -14px;
}

@media (max-width: 414px) {
	.people-detail-resources .title-block .col.text-end a.btn {
		padding: 6px 12px;
		top: 0;
	}
}
