.property-hub-agent {
	position: relative;
	height: 100%;
	max-height: 563px;
	overflow: hidden;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #F5F4F4;
}

@media all and (min-width: 1400px) {
	.property-hub-agent {
		min-height: 563px;
	}
}

@media (max-width: 1200px) {
	.property-hub-agent {
		height: auto;
	}
}

@media (max-width: 991px) {
	.property-hub-agent {
		max-height: 100%;
		height: auto;
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	.property-hub-agent .container {
		padding: 0;
	}
}

@media (max-width: 991px) {
	.property-hub-agent .left-block > .row {
		height: auto !important;
	}
}

.property-hub-agent .left-block .d-block {
	margin-right: auto;
	width: 100%;
	overflow: hidden;
}

@media (max-width: 991px) {
    .property-hub-agent .left-block .flex-fill {
        text-align: center;
    }
	.property-hub-agent .left-block .d-block {
		width: auto;
        display: inline-block !important;
        margin: 0 auto;
		position: relative;
        overflow: unset;
	}
}

.property-hub-agent .left-block .d-block img {
	height: 100%;
    max-height: 513px;
	width: 100%;
    padding-right: 38px;
	object-fit: contain;
	object-position: right;
}

@media (max-width: 991px) {
	.property-hub-agent .left-block .d-block img {
		width: 100%;
		height: 361px;
		max-height: 361px;
		object-fit: contain;
        object-position: center;
        padding-right: 0 !important;
	}
    .property-hub-agent .left-block .d-block::after {
        content: '';
        position: absolute;
        width: 6px;
        height: 310px;
        right: -3px;
        top: 26px;
        background: #00ADEF;
    }
}

.property-hub-agent .right-block .d-block {
	margin-left: -38px;
	z-index: 2;
	position: absolute;
	height: 563px;
	background: #F5F4F4;
	width: 100%;
}

@media (max-width: 991px) {
	.property-hub-agent .right-block .d-block {
		margin-left: 0;
		left: 0;
		width: 100%;
		position: relative;
		height: auto;
	}
}

.property-hub-agent .right-block .d-block .vertical-line-left {
	position: absolute;
	width: 6px;
	height: 348px;
	left: -2px;
	top: 96px;
	background: #00ADEF;
}

@media (max-width: 991px) {
	.property-hub-agent .right-block .d-block .vertical-line-left {
		display: none;
	}
}

.property-hub-agent .right-block .d-block .profile-content {
	margin-top: 102px;
	margin-left: 71px;
}

@media (max-width: 1024px) {
	.property-hub-agent .right-block .d-block .profile-content {
		margin-left: 45px;
	}
}

@media (max-width: 991px) {
	.property-hub-agent .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) {
	.property-hub-agent .right-block .d-block .profile-content {
		align-items: flex-start;
		justify-content: flex-start;
	}
}

.property-hub-agent .right-block .d-block .profile-content h1 {
	font-size: 3.75em;
	margin-bottom: 10px;
}

@media (max-width: 575px) {
	.property-hub-agent .right-block .d-block .profile-content h1 {
		font-size: 40px;
		line-height: 49.6px;
	}
}

.property-hub-agent .right-block .d-block .profile-content .role-office {
	text-align: left;
	padding: 0;
	margin: 0;
	margin-bottom: 32px;
}

@media (max-width: 575px) {
	.property-hub-agent .right-block .d-block .profile-content .role-office {
		margin-bottom: 21px;
	}
}

.property-hub-agent .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) {
	.property-hub-agent .right-block .d-block .profile-content .role-office li {
		font-size: 18px;
		line-height: 25.92px;
	}
}

.property-hub-agent .right-block .d-block .profile-content .role-office li:after {
	content: "•";
	padding: 0 3px 0 8px;
	color: #00ADEF;
}

.property-hub-agent .right-block .d-block .profile-content .role-office li:last-child:after {
	content: none;
}

.property-hub-agent .right-block .d-block .profile-content .profile-buttons {
	width: 461px;
}

@media (max-width: 575px) {
	.property-hub-agent .right-block .d-block .profile-content .profile-buttons {
		max-width: 100%;
		width: 100%;
	}
}

.property-hub-agent .right-block .d-block .profile-content .profile-buttons .col-6 .btn-theme-white {
	color: #00ADEF;
}

.property-hub-agent .right-block .d-block .profile-content .profile-buttons .btn {
	padding: 10px 32px 11px 32px;
	font-size: 16px;
	font-weight: 600;
}

@media (max-width: 575px) {
	.property-hub-agent .right-block .d-block .profile-content .profile-buttons .btn {
        white-space: nowrap;
        padding: 11px 13px!important;
        font-size: 16px !important;
	}
}

.property-hub-agent .right-block .d-block .profile-content .profile-buttons .btn.btn-theme-cyan {
	font-size: 17.5px;
}

.property-hub-agent .right-block .d-block .profile-content .profile-buttons .btn i.mini-icn {
	margin-right: 8px;
}

.property-hub-agent .right-block .d-block .profile-content .profile-buttons .col-12 {
	margin-top: 12px;
}

@media (max-width: 575px) {
	.property-hub-agent .right-block .d-block .profile-content .profile-buttons .col-12 {
		margin-top: 8px;
	}
}

.property-hub-agent .right-block .d-block .profile-content .profile-reviews {
	max-width: 461px;
	margin-top: 42px;
	margin-left: 2px;
}

@media (max-width: 575px) {
	.property-hub-agent .right-block .d-block .profile-content .profile-reviews {
		margin-top: 26px;
		max-width: 100%;
	}
}

@media (max-width: 575px) {
	.property-hub-agent .right-block .d-block .profile-content .profile-reviews .text-nowrap {
		padding-right: 12.44px;
	}
}

.property-hub-agent .right-block .d-block .profile-content .profile-reviews .mini-icn.icon-star-blue {
	margin-right: 5px;
}

.property-hub-agent .right-block .d-block .profile-content .profile-reviews .col:last-child {
    width: 190px;
}

.property-hub-agent .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-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;
	}
}
.people-detail-cta.bg-navy-blue {padding: 92px 0 122px 0;background-color: #001f49;color: #ffffff;}@media (max-width: 414px) {.people-detail-cta {padding: 76px 0 75px 0;}}.people-detail-cta .cta-content {max-width: auto;padding-right: 12px;}.people-detail-cta .cta-content h2 {line-height: 52px;margin-bottom: 36px;}@media (max-width: 414px) {.people-detail-cta .cta-content h2 {font-size: 28px;line-height: 36.4px;margin-bottom: 31px;}}.people-detail-cta .cta-content .btn {padding: 14px 63px 15px 63px;}
