@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;
    }
}
@charset "UTF-8";

._people-basic.user-profile-baner {
	background: white;
	background: linear-gradient(90deg, white 26%, #f4f7fc 50%, #f4f7fc 100%);
}

@media (max-width: 991px) {
    ._people-basic.user-profile-baner {
        background: linear-gradient(180deg, #ffffff 44%, #eef3fb 44%)!important;
    }
}


@media (max-width: 401px) {
    ._people-basic.user-profile-baner {
        background: linear-gradient(180deg, #FFFFFF 47%, #eef3fb 47%)!important;
    }
}


@media (max-width: 1400px) {
	._people-basic.user-profile-baner {
		background: none;
	}
}

._people-basic.user-profile-baner > .container {
	padding-top: 21px;
}

@media (max-width: 1400px) {
	._people-basic.user-profile-baner > .container {
		padding: 18px 0 50px 0;
		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: 575px) {
	._people-basic.user-profile-baner > .container {
		padding-top: 18px;
		padding-bottom: 0;
		margin-bottom: 0;
	}
}

._people-basic.user-profile-baner > .container > .row > .col.left-side {
	text-align: center;
	padding-top: 81px;
	flex: 0 0 463px;
	padding-bottom: 13px;
}

@media (max-width: 991px) {
	._people-basic.user-profile-baner > .container > .row > .col.left-side {
		padding-top: 10px;
		padding-bottom: unset;
		flex: 1;
	}
}

._people-basic.user-profile-baner > .container > .row > .col.left-side .image-wrapper {
	margin-left: -82px;
}

@media (max-width: 991px) {
	._people-basic.user-profile-baner > .container > .row > .col.left-side .image-wrapper {
		margin-left: 0;
	}
}

._people-basic.user-profile-baner > .container > .row > .col.left-side .image-wrapper img {
	display: inline-block;
	border: 6px #00adef solid;
	padding: 0;
	height: 345px;
	width: 345px;
	object-fit: cover;
	object-position: top;
}

@media (max-width: 991px) {
	._people-basic.user-profile-baner > .container > .row > .col.left-side .image-wrapper img {
		border: 3px #00adef solid;
		height: 280px;
		width: 280px;
		margin-top: 12px;
	}
}

._people-basic.user-profile-baner > .container > .row > .col.right-side {
	justify-content: flex-end;
	height: initial;
	align-content: center;
	background-color: #f4f7fc;
	flex: 1;
    padding-top: 91px;
}

@media (max-width: 991px) {
    ._people-basic.user-profile-baner > .container > .row > .col.right-side {
        padding-top: 39px;
    }    
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container {
	width: 100%;
	height: 100%;
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container > .row:nth-child(1) {
	justify-content: flex-end;
	align-items: center;
	flex-direction: row;
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container > .row:nth-child(1) > .col.social-media-container {
	position: relative;
	max-width: 150px;
	height: fit-content;
	padding-top: 43px;
	margin-right: -66px;
	padding-bottom: 36px;
	padding-right: 0;
}

@media (max-width: 1399px) {
	._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container > .row:nth-child(1) > .col.social-media-container {
		margin-right: 0;
		padding-right: 20px;
	}
}

@media (max-width: 991px) {
	._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container > .row:nth-child(1) > .col.social-media-container {
		margin-right: 0;
		padding-right: 14px;
	}
}

@media (max-width: 575px) {
	._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container > .row:nth-child(1) > .col.social-media-container {
		padding-top: 23px;
		padding-bottom: 20px;
	}
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container > .row:nth-child(1) > .col.social-media-container .auto-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(35px, 1fr));
	grid-gap: 6px;
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container > .row:nth-child(1) > .col.social-media-container .auto-grid li {
	padding: 7px 10px;
	text-align: center;
	font-size: 1.2rem;
	background: #ffffff;
	border: 1px #ebebed solid;
	border-radius: 5.6px;
	overflow: hidden;
	position: relative;
	line-height: 13px;
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container > .row:nth-child(1) > .col.social-media-container .auto-grid li a {
	color: #001f49;
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container > .row:nth-child(1) > .col.social-media-container .auto-grid li a i {
	font-size: 12px;
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-name-block {
	font-size: 59px;
	font-weight: lighter;
	line-height: 53px;
	word-break: break-all;
	color: #001f48;
	letter-spacing: 0.3px;
	margin-left: 90px;
	margin-bottom: 0;
}

@media (max-width: 1100px) {
	._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-name-block {
		margin-left: 30px;
	}
}

@media (max-width: 991px) {
	._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-name-block {
		margin-left: 0;
		font-size: 52px;
	}
}

@media (max-width: 575px) {
	._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-name-block {
		font-size: 40px;
		line-height: 49.6px;
	}
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-position-block {
	position: relative;
	padding-top: 20px;
	margin-left: 90px;
}

@media (max-width: 1100px) {
	._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-position-block {
		margin-left: 50px;
	}
}

@media (max-width: 991px) {
	._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-position-block {
		margin-left: 0;
	}
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-position-block ul {
	text-align: left;
	padding: 0;
	margin: 0;
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-position-block ul li {
	display: inline-block;
	white-space: pre-line;
	font-size: 24.5px;
	color: #001f48;
	font-weight: lighter;
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-position-block ul li:first-child {
    white-space: break-spaces;
    line-height: 20px;
}

@media (max-width: 991px) {
	._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-position-block ul li {
		font-size: 21px;
	}
}

@media (max-width: 575px) {
	._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-position-block ul li {
		font-size: 18px;
		line-height: 25.92px;
	}
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-position-block ul li:after {
	content: "•";
	padding: 0 0 0 3px;
	color: #00adef;
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-position-block ul li:last-child:after {
	content: none;
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-buttons-block {
	padding: 33px 0 35px 0;
	margin-left: 90px;
	width: 481px;
}

@media (max-width: 1100px) {
	._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-buttons-block {
		margin-left: 30px;
	}
}

@media (max-width: 991px) {
	._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-buttons-block {
		margin-left: 0;
		width: 100%;
	}
}

@media (max-width: 575px) {
	._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-buttons-block {
		padding: 21px 0 0 0;
	}
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-buttons-block .row div:nth-child(3) {
	margin-top: 0;
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-buttons-block .btn {
	padding-left: 0;
	padding-right: 0;
	padding-top: 11px;
	padding-bottom: 11px;
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-buttons-block .btn .mini-icn {
	margin-right: 7px;
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-buttons-block .btn.btn-cyan {
	color: white;
	font-weight: normal;
	font-size: 16px !important;
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-buttons-block .btn.btn-light {
	font-weight: 600;
	font-size: 16px !important;
	color: #00ADEF;
	background-color: #fff;
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-buttons-block .btn.btn-theme-white {
	font-weight: 600;
	font-size: 16px !important;
	color: #001F49;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -4px;
}

@media (max-width: 991px) {
	._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-buttons-block .btn.btn-theme-white {
		margin-top: 0;
	}
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-buttons-block .break {
	flex-basis: 100%;
	height: 0;
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-ratings-block {
	display: flex;
	justify-content: flex-start;
	width: initial;
	margin-left: 95px;
	padding-top: 32px;
	padding-bottom: 87px;
}

@media (max-width: 1100px) {
	._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-ratings-block {
		margin-left: 30px;
	}
}

@media (max-width: 991px) {
	._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-ratings-block {
		margin-left: 0;
		padding-bottom: 22px;
	}
}

@media (max-width: 575px) {
	._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-ratings-block {
		padding-top: 26px;
	}
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-ratings-block > .row {
	width: 100%;
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-ratings-block > .row > .col:first-child {
	flex: 0 0 155px;
}

@media (max-width: 991px) {
	._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-ratings-block > .row > .col:first-child {
		flex: 1 0 0%;
	}
}

@media (max-width: 991px) {
	._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-ratings-block > .row > .col:first-child {
		flex: 0 0 155px;
	}
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-ratings-block > .row > .col:nth-child(2) {
	flex: 1;
}

@media (max-width: 991px) {
	._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-ratings-block > .row > .col:nth-child(2) {
		flex: 1 0 0%;
	}
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-ratings-block .star {
	display: inline-block;
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-ratings-block .star .icon-star-blue {
	margin-right: 3.9px;
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-ratings-block .rate-origin {
	color: #b8b8b8;
	font-size: 14px;
	padding-left: 22px;
	margin-top: 2px;
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-ratings-block .rate-origin:before {
	content: " ";
	background-image: url("https://resources.cloudhi.io/images/office_enterprise_level/icon-google.png");
	width: 31px;
	height: 21px;
	display: inline-block;
	vertical-align: middle;
	background-color: transparent;
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
}

._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-ratings-block a {
	color: #001f49;
	margin-left: -18px;
}

@media only screen and (max-width: 667px) {
	._people-basic.user-profile-baner > .container > .row > .col.right-side .profile-container .user-ratings-block a {
		margin-left: 0;
	}
}
.talk-to-our-team {background-color: #fafafa;}.talk-to-our-team .display-4 {word-spacing: 0.1rem;margin-top: 93px;position: relative;top: 6px;}@media all and (min-width: 992px) {.talk-to-our-team .btn {margin-left: 23px;}}.talk-to-our-team .border-bottom {border-bottom: 1px solid #ebebed !important;}.talk-to-our-team .row {padding: 37px 0 43px 0;}@media all and (max-width: 991px) {.talk-to-our-team .display-4 {display: block !important;margin-bottom: 1.5rem !important;}}@media all and (max-width: 414px) {.talk-to-our-team .row {padding: 9px 0 25px 0;}.talk-to-our-team .row h3 {font-size: 20px;line-height: 26.8px;max-width: 229px;margin-left: auto !important;margin-right: auto !important;}.talk-to-our-team .row .btn {padding: 11px 40px 11px 40px;}}
.office-agent-header-pro-5 {
	background-color: unset;
    position: relative;
	height: calc(75vh);
	overflow: hidden;
}

.office-agent-header-pro-5 .left-block {
    align-items: center;
    display: flex;
}

.office-agent-header-pro-5 .left-block > .row {
    transform: translateX( 592px);
    z-index: 1;
}

@media (max-width: 1210px) {
    .office-agent-header-pro-5 .left-block > .row {
        transform: translateX( 440px);
        min-width: 510px;
    }
}

.btn-theme-blue {
    background-color: #001f49;
    color: #fff;     
}

.btn-theme-blue i.fas {
    margin-right: 12px;  
}

.btn-theme-blue:hover {
    position: static;
    background-color: #093d83;
    color: #fff;     
}


.btn-theme-white:hover {
    background-color: #dadbdb;
}

.btn-theme-white i, .btn-theme-white span {
    color: #001f49;
    font-size: 18px!important;
}

.btn-theme-white i {
    margin-right: 12px;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-5 {
		height: 649px;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-5 {
		height: 100%;
	}
    .office-agent-header-pro-5 .left-block > .row {
        transform: unset;
        min-width: unset;
    }    
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
	.office-agent-header-pro-5 .container {
		max-width: 92%;
	}
}

@media (max-width: 1400px) {
	.office-agent-header-pro-5 .container > .row {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-5 .container > .row {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-5 .container > .row .left-block {
		position: absolute;
		bottom: 22px;
		left: 0;
		z-index: 9;
	}
}

.office-agent-header-pro-5 .container > .row .left-block .d-block {
	padding-top: 0;
    width: 644px;
}

@media (max-width: 991px) {
	.office-agent-header-pro-5 .container > .row .left-block .d-block {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
        width: 100%;
	}
}

.office-agent-header-pro-5 .container > .row .left-block .d-block h1,
.office-agent-header-pro-5 .container > .row .left-block .d-block h2[data-el-replaced="h1"] {
	color: white;
	font-size: 60px;
	line-height: 116%;
	letter-spacing: 0.01em;
	font-weight: normal;
	margin-bottom: 26px;
	display: block;
	max-width: unset;
    text-shadow: 0px 0px 6px #605d5d;
    word-break: break-all;
}



.office-agent-header-pro-5 .container > .row .left-block .d-block h2 {
    color: white;
    font-size: 38px;
    letter-spacing: 0.01em;
    font-weight: bold;
    margin-bottom: 4px;
    display: block;
    max-width: unset;
    text-shadow: 0px 0px 6px #605d5d;
}

.office-agent-header-pro-5 .container > .row .left-block .d-block h3 {
	color: white;
	font-size: 38px;
	line-height: 116%;
	letter-spacing: 0.01em;
	font-weight: 300;
	margin-bottom: 26px;
	display: inline-block;
	max-width: unset;
    text-shadow: 0px 0px 6px #605d5d;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-5 .container > .row .left-block .d-block h1,
    .office-agent-header-pro-5 .container > .row .left-block .d-block h2[data-el-replaced="h1"] {
		font-size: 3.35rem;
		margin-bottom: 29px;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-5 .container > .row .left-block .d-block h1,
    .office-agent-header-pro-5 .container > .row .left-block .d-block h2[data-el-replaced="h1"] {
		font-size: 40px;
		line-height: 49px;
		max-width: unset;
		margin-bottom: 12px;
	}
}

.office-agent-header-pro-5 .container > .row .left-block .d-block h1:before {
	display: none;
}

.office-agent-header-pro-5 .container > .row .left-block .d-block h1 i,
.office-agent-header-pro-5 .container > .row .left-block .d-block h2[data-el-replaced="h1"] i {
	color: #00ADEF;
	font-style: normal;
	transform: rotate(-10.84deg) translateX(-5px);
	display: inline-block;
	font-size: 84.3506px;
	font-family: HarcourtsScript;
}

@media (max-width: 991px) {
	.office-agent-header-pro-5 .container > .row .left-block .d-block h1 em,
    .office-agent-header-pro-5 .container > .row .left-block .d-block h2[data-el-replaced="h1"] em {
		font-size: 66px;
		padding-left: 10px;
	}
}

.office-agent-header-pro-5 .container > .row .left-block .d-block p {
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
    line-height: 1.3em;
	margin-bottom: 32px;
    text-shadow: 0px 0px 6px rgb(0 0 0);
}

.office-agent-header-pro-5 .container > .row .left-block .d-block p > em{
    font-size: 32px;
    font-style: normal;
    padding: 0 7px;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-5 .container > .row .left-block .d-block p {
		margin-bottom: 46px;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-5 .container > .row .left-block .d-block p {
		font-size: 22px;
		line-height: 28.8px;
		margin-bottom: 20px;
	}
}

.office-agent-header-pro-5 .container > .row .left-block .d-block .banner-buttons {
	width: 459px;
	margin: 0;
}

@media only screen and (min-width: 992px) {
	.office-agent-header-pro-5 .container > .row .left-block .d-block .banner-buttons .py-3 {
		padding-top: 6px !important;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-5 .container > .row .left-block .d-block .banner-buttons {
		width: 100%;
	}

	.office-agent-header-pro-5 .container > .row .left-block .d-block .banner-buttons .py-3 {
		padding-top: 15px !important;
	}

	.office-agent-header-pro-5 .container > .row .left-block .d-block .banner-buttons .py-3 .btn {
		padding: 11px 5px 11px 5px;
	}
}

@media (max-width: 400px) {
	.office-agent-header-pro-5 .container > .row .left-block .d-block .banner-buttons .row {
		flex-direction: column;
	}

	.office-agent-header-pro-5 .container > .row .left-block .d-block .banner-buttons .row .col {
		margin: 0 !important;
		padding: 0 !important;
	}

	.office-agent-header-pro-5 .container > .row .left-block .d-block .banner-buttons .row .col:not(:last-child) {
		margin-bottom: 10px !important;
	}
}

.office-agent-header-pro-5 .container > .row .left-block .d-block .banner-buttons .btn {
	font-size: 18px;
	padding: 14px 22px 14px 22px;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-5 .container > .row .left-block .d-block .banner-buttons .btn {
		padding: 15px 10px 16px 10px;
		font-size: 16px !important;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-5 .container > .row .left-block .d-block .banner-buttons .btn {
		font-size: 16px !important;
		padding: 12px 5px 12px 5px;
	}
}

@media only screen and (max-width: 667px) {
	.office-agent-header-pro-5 .container > .row .left-block .d-block .banner-buttons .btn {
		font-weight: 400;
	}

    .office-agent-header-pro-5 .container > .row .left-block .d-block h2 {
        font-size: 25px;
    }
    
    .office-agent-header-pro-5 .container > .row .left-block .d-block h3 {
        font-size: 25px;
    }

    .office-agent-header-pro-5 .container > .row .left-block .d-block p {
        font-size: 18px;
    }        
}

@media only screen and (max-width: 320px) {
	.office-agent-header-pro-5 .container > .row .left-block .d-block .banner-buttons .btn {
		font-size: 14px !important;
	}
}

.office-agent-header-pro-5 .container > .row .right-block > .row {
	margin-top: 0;
}

@media (max-width: 991px) {
	.office-agent-header-pro-5 .container > .row .right-block > .row {
		margin-top: -31px;
	}
}

.office-agent-header-pro-5 .container > .row .right-block > .row > .col .d-block {
	position: absolute;
	height: 100%;
	width: 100vw;
	left: 0px;
    z-index: 0;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-5 .container > .row .right-block > .row > .col .d-block {
		width: 100vw;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-5 .container > .row .right-block > .row > .col .d-block {
		padding-top: 0;
		padding-bottom: 0;
		height: 94.4vh;
		overflow: hidden;
		position: initial;
		width: initial;
		left: initial;
		z-index: initial;
	}
}

.office-agent-header-pro-5 .container > .row .right-block > .row > .col .d-block img {
	height: auto;
	object-fit: cover;
	width: 100%;
	margin-left: 0;
}

.office-agent-header-pro-5 .container > .row .right-block > .row > .col .d-block:after {
	width: 100vw;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to left, rgb(0 0 0 / 67%) 0%,rgba(255,255,255,0) 49%);
	pointer-events: none;
}

@media (max-width: 991px) {
	.office-agent-header-pro-5 .container > .row .right-block > .row > .col .d-block img {
        padding-left: 0;
        padding-top: 0;
        object-fit: cover;
        height: 100%;
        width: 100%;
        object-position: 34% 50%;        
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-5 .container > .row .right-block > .row > .col .d-block:after {
		background: linear-gradient(to left, rgb(0 0 0 / 67%) 0%,rgba(255,255,255,0) 49%);
	}

	.property-search-container {
		border: 0;
	}

	.property-search-container.office-landing-pro4-level {
		padding-bottom: 25px;
	}
}
.office-agent-header-pro-6 {
	background-color: unset;
    position: relative;
	height: calc(75vh);
	overflow: hidden;
}

.office-agent-header-pro-6 .left-block {
    align-items: center;
    display: flex;
}

.office-agent-header-pro-6 .left-block > .row {
    transform: translateX( 592px);
    z-index: 1;
}

@media (max-width: 1210px) {
    .office-agent-header-pro-6 .left-block > .row {
        transform: translateX( 440px);
        min-width: 510px;
    }
}

.btn-theme-blue {
    background-color: #001f49;
    color: #fff;     
}

.btn-theme-blue i.fas {
    margin-right: 12px;  
}

.btn-theme-blue:hover {
    position: static;
    background-color: #093d83;
    color: #fff;     
}


.btn-theme-white:hover {
    background-color: #dadbdb;
}

.btn-theme-white i, .btn-theme-white span {
    color: #001f49;
    font-size: 18px!important;
}

.btn-theme-white i {
    margin-right: 12px;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-6 {
		height: 649px;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-6 {
		height: 100%;
	}
    .office-agent-header-pro-6 .left-block > .row {
        transform: unset;
        min-width: unset;
    }    
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
	.office-agent-header-pro-6 .container {
		max-width: 92%;
	}
}

@media (max-width: 1400px) {
	.office-agent-header-pro-6 .container > .row {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-6 .container > .row {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-6 .container > .row .left-block {
		position: absolute;
		bottom: 22px;
		left: 0;
		z-index: 9;
	}
}

.office-agent-header-pro-6 .container > .row .left-block .d-block {
	padding-top: 0;
    width: 644px;
}

@media (max-width: 991px) {
	.office-agent-header-pro-6 .container > .row .left-block .d-block {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
        width: 100%;
	}
}

.office-agent-header-pro-6 .container > .row .left-block .d-block h1,
.office-agent-header-pro-6 .container > .row .left-block .d-block h2[data-el-replaced="h1"] {
	color: white;
	font-size: 60px;
	line-height: 116%;
	letter-spacing: 0.01em;
	font-weight: normal;
	margin-bottom: 26px;
	display: inline-block;
	max-width: unset;
    text-shadow: 0px 0px 6px #605d5d;
    word-break: break-all;
}

.office-agent-header-pro-6 .container > .row .left-block .d-block h1.harcourts-font {
    font-size: 77px;
    color: #00ADEF;
    transform: rotate(-5.51deg);
    display: inline-block;
    margin-bottom: 0;
}

.office-agent-header-pro-6 .container > .row .left-block .d-block h2 {
    color: white;
    font-size: 38px;
    letter-spacing: 0.01em;
    font-weight: bold;
    margin-bottom: 4px;
    display: block;
    max-width: unset;
    text-shadow: 0px 0px 6px #605d5d;
}

.office-agent-header-pro-6 .container > .row .left-block .d-block h3 {
	color: white;
	font-size: 38px;
	line-height: 116%;
	letter-spacing: 0.01em;
	font-weight: 300;
	margin-bottom: 26px;
	display: inline-block;
	max-width: unset;
    text-shadow: 0px 0px 6px #605d5d;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-6 .container > .row .left-block .d-block h1,
    .office-agent-header-pro-6 .container > .row .left-block .d-block h2[data-el-replaced="h1"] {
		font-size: 3.35rem;
		margin-bottom: 29px;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-6 .container > .row .left-block .d-block h1,
    .office-agent-header-pro-6 .container > .row .left-block .d-block h2[data-el-replaced="h1"] {
		font-size: 40px;
		line-height: 49px;
		max-width: unset;
		margin-bottom: 12px;
	}
}

.office-agent-header-pro-6 .container > .row .left-block .d-block h1:before {
	display: none;
}

.office-agent-header-pro-6 .container > .row .left-block .d-block h1 i,
.office-agent-header-pro-6 .container > .row .left-block .d-block h2[data-el-replaced="h1"] i {
	color: #00ADEF;
	font-style: normal;
	transform: rotate(-10.84deg) translateX(-5px);
	display: inline-block;
	font-size: 84.3506px;
	font-family: HarcourtsScript;
}

@media (max-width: 991px) {
	.office-agent-header-pro-6 .container > .row .left-block .d-block h1 em,
    .office-agent-header-pro-6 .container > .row .left-block .d-block h2[data-el-replaced="h1"] {
		font-size: 66px;
		padding-left: 10px;
	}
}

.office-agent-header-pro-6 .container > .row .left-block .d-block p {
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
    line-height: 1.3em;
	margin-bottom: 32px;
    text-shadow: 0px 0px 6px rgb(0 0 0);
}

.office-agent-header-pro-6 .container > .row .left-block .d-block p > em{
    font-size: 32px;
    font-style: normal;
    padding: 0 7px;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-6 .container > .row .left-block .d-block p {
		margin-bottom: 46px;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-6 .container > .row .left-block .d-block p {
		font-size: 22px;
		line-height: 28.8px;
		margin-bottom: 20px;
	}
}

.office-agent-header-pro-6 .container > .row .left-block .d-block .banner-buttons {
	width: 459px;
	margin: 0;
}

@media only screen and (min-width: 992px) {
	.office-agent-header-pro-6 .container > .row .left-block .d-block .banner-buttons .py-3 {
		padding-top: 6px !important;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-6 .container > .row .left-block .d-block .banner-buttons {
		width: 100%;
	}

	.office-agent-header-pro-6 .container > .row .left-block .d-block .banner-buttons .py-3 {
		padding-top: 15px !important;
	}

	.office-agent-header-pro-6 .container > .row .left-block .d-block .banner-buttons .py-3 .btn {
		padding: 11px 5px 11px 5px;
	}
}

@media (max-width: 400px) {
	.office-agent-header-pro-6 .container > .row .left-block .d-block .banner-buttons .row {
		flex-direction: column;
	}

	.office-agent-header-pro-6 .container > .row .left-block .d-block .banner-buttons .row .col {
		margin: 0 !important;
		padding: 0 !important;
	}

	.office-agent-header-pro-6 .container > .row .left-block .d-block .banner-buttons .row .col:not(:last-child) {
		margin-bottom: 10px !important;
	}
}

.office-agent-header-pro-6 .container > .row .left-block .d-block .banner-buttons .btn {
	font-size: 18px;
	padding: 14px 22px 14px 22px;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-6 .container > .row .left-block .d-block .banner-buttons .btn {
		padding: 15px 10px 16px 10px;
		font-size: 16px !important;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-6 .container > .row .left-block .d-block .banner-buttons .btn {
		font-size: 16px !important;
		padding: 12px 5px 12px 5px;
	}
}

@media only screen and (max-width: 667px) {
	.office-agent-header-pro-6 .container > .row .left-block .d-block .banner-buttons .btn {
		font-weight: 400;
	}

    .office-agent-header-pro-6 .container > .row .left-block .d-block h1.harcourts-font {
        font-size: 63px;
        transform: none;
    }    

    .office-agent-header-pro-6 .container > .row .left-block .d-block h2 {
        font-size: 25px;
    }
    
    .office-agent-header-pro-6 .container > .row .left-block .d-block h3 {
        font-size: 25px;
    }

    .office-agent-header-pro-6 .container > .row .left-block .d-block p {
        font-size: 18px;
    }        
}

@media only screen and (max-width: 320px) {
	.office-agent-header-pro-6 .container > .row .left-block .d-block .banner-buttons .btn {
		font-size: 14px !important;
	}
}

.office-agent-header-pro-6 .container > .row .right-block > .row {
	margin-top: 0;
}

@media (max-width: 991px) {
	.office-agent-header-pro-6 .container > .row .right-block > .row {
		margin-top: -31px;
	}
}

.office-agent-header-pro-6 .container > .row .right-block > .row > .col .d-block {
	position: absolute;
	height: 100%;
	width: 100vw;
	left: 0px;
    z-index: 0;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-6 .container > .row .right-block > .row > .col .d-block {
		width: 100vw;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-6 .container > .row .right-block > .row > .col .d-block {
		padding-top: 0;
		padding-bottom: 0;
		height: 94.4vh;
		overflow: hidden;
		position: initial;
		width: initial;
		left: initial;
		z-index: initial;
	}
}

.office-agent-header-pro-6 .container > .row .right-block > .row > .col .d-block img {
	height: auto;
	object-fit: cover;
	width: 100%;
	margin-left: 0;
}

.office-agent-header-pro-6 .container > .row .right-block > .row > .col .d-block:after {
	width: 100vw;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to left, rgb(0 0 0 / 67%) 0%,rgba(255,255,255,0) 49%);
	pointer-events: none;
}

@media (max-width: 991px) {
	.office-agent-header-pro-6 .container > .row .right-block > .row > .col .d-block img {
        padding-left: 0;
        padding-top: 0;
        object-fit: cover;
        height: 100%;
        width: 100%;
        object-position: 34% 50%;        
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-6 .container > .row .right-block > .row > .col .d-block:after {
		background: linear-gradient(to left, rgb(0 0 0 / 67%) 0%,rgba(255,255,255,0) 49%);
	}

	.property-search-container {
		border: 0;
	}

	.property-search-container.office-landing-pro4-level {
		padding-bottom: 25px;
	}
}
.office-agent-header-pro-7 {
	background-color: unset;
    position: relative;
	height: calc(75vh);
	overflow: hidden;
}

.office-agent-header-pro-7 .left-block {
    align-items: center;
    display: flex;
}

.office-agent-header-pro-7 .left-block > .row {
    transform: translateX(49%);
    z-index: 1;
}

@media (max-width: 1210px) {
    .office-agent-header-pro-7 .left-block > .row {
        min-width: 510px;
    }
}

.btn-theme-blue {
    background-color: #001f49;
    color: #fff;     
}

.btn-theme-blue i.fas {
    margin-right: 12px;  
}

.btn-theme-blue:hover {
    position: static;
    background-color: #093d83;
    color: #fff;     
}


.btn-theme-white:hover {
    background-color: #dadbdb;
}

.btn-theme-white i, .btn-theme-white span {
    color: #001f49;
    font-size: 18px!important;
}

.btn-theme-white i {
    margin-right: 12px;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-7 {
		height: 649px;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-7 {
		height: 100%;
	}
    .office-agent-header-pro-7 .left-block > .row {
        transform: unset;
        min-width: unset;
    }    
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
	.office-agent-header-pro-7 .container {
		max-width: 92%;
	}
}

@media (max-width: 1400px) {
	.office-agent-header-pro-7 .container > .row {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-7 .container > .row {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-7 .container > .row .left-block {
		position: absolute;
		bottom: 22px;
		left: 0;
		z-index: 9;
	}
}

.office-agent-header-pro-7 .container > .row .left-block .d-block {
	padding-top: 0;
    width: 644px;
}

.office-agent-header-pro-7 .container > .row .left-block .d-block > .hi-editable {
	text-align: center;
}



@media (max-width: 991px) {
	.office-agent-header-pro-7 .container > .row .left-block .d-block {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
        width: 100%;
	}    
}

.office-agent-header-pro-7 .container > .row .left-block .d-block h1,
.office-agent-header-pro-7 .container > .row .left-block .d-block h2[data-el-replaced="h1"] {
	color: white;
	font-size: 60px;
	line-height: 116%;
	letter-spacing: 0.01em;
	font-weight: normal;
	margin-bottom: 26px;
	display: inline-block;
	max-width: unset;
    text-shadow: 0px 0px 6px #605d5d;
    word-break: break-all;
}

.office-agent-header-pro-7 .container > .row .left-block .d-block h1.harcourts-font {
    font-size: 77px;
    color: #fff;
    transform: rotate(-5.51deg);
    display: inline-block;
    margin-bottom: 0;
}

.office-agent-header-pro-7 .container > .row .left-block .d-block h2 {
    color: white;
    font-size: 38px;
    letter-spacing: 0.01em;
    font-weight: bold;
    margin-bottom: 4px;
    display: block;
    max-width: unset;
    text-shadow: 0px 0px 6px #605d5d;
}

.office-agent-header-pro-7 .container > .row .left-block .d-block h3 {
	color: white;
	font-size: 38px;
	line-height: 116%;
	letter-spacing: 0.01em;
	font-weight: 300;
	margin-bottom: 26px;
	display: inline-block;
	max-width: unset;
    text-shadow: 0px 0px 6px #605d5d;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-7 .container > .row .left-block .d-block h1,
    .office-agent-header-pro-7 .container > .row .left-block .d-block h2[data-el-replaced="h1"] {
		font-size: 3.35rem;
		margin-bottom: 29px;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-7 .container > .row .left-block .d-block h1,
    .office-agent-header-pro-7 .container > .row .left-block .d-block h2[data-el-replaced="h1"] {
		font-size: 40px;
		line-height: 49px;
		max-width: unset;
		margin-bottom: 12px;
	}
}

.office-agent-header-pro-7 .container > .row .left-block .d-block h1:before {
	display: none;
}

.office-agent-header-pro-7 .container > .row .left-block .d-block h1 i,
.office-agent-header-pro-7 .container > .row .left-block .d-block h2[data-el-replaced="h1"] i {
	color: #00ADEF;
	font-style: normal;
	transform: rotate(-10.84deg) translateX(-5px);
	display: inline-block;
	font-size: 84.3506px;
	font-family: HarcourtsScript;
}

@media (max-width: 991px) {
	.office-agent-header-pro-7 .container > .row .left-block .d-block h1 em,
    .office-agent-header-pro-7 .container > .row .left-block .d-block h2[data-el-replaced="h1"] em {
		font-size: 66px;
		padding-left: 10px;
	}
}

.office-agent-header-pro-7 .container > .row .left-block .d-block p {
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
    line-height: 1.3em;
	margin-bottom: 32px;
    text-shadow: 0px 0px 6px rgb(0 0 0);
}

.office-agent-header-pro-7 .container > .row .left-block .d-block p > em{
    font-size: 32px;
    font-style: normal;
    padding: 0 7px;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-7 .container > .row .left-block .d-block p {
		margin-bottom: 46px;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-7 .container > .row .left-block .d-block p {
		font-size: 22px;
		line-height: 28.8px;
		margin-bottom: 20px;
	}
}

.office-agent-header-pro-7 .container > .row .left-block .d-block .banner-buttons {
	width: 459px;
    margin: 0 auto;
}

@media only screen and (min-width: 992px) {
	.office-agent-header-pro-7 .container > .row .left-block .d-block .banner-buttons .py-3 {
		padding-top: 6px !important;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-7 .container > .row .left-block .d-block .banner-buttons {
		width: 100%;
	}

	.office-agent-header-pro-7 .container > .row .left-block .d-block .banner-buttons .py-3 {
		padding-top: 15px !important;
	}

	.office-agent-header-pro-7 .container > .row .left-block .d-block .banner-buttons .py-3 .btn {
		padding: 11px 5px 11px 5px;
	}
}

@media (max-width: 400px) {
	.office-agent-header-pro-7 .container > .row .left-block .d-block .banner-buttons .row {
		flex-direction: column;
	}

	.office-agent-header-pro-7 .container > .row .left-block .d-block .banner-buttons .row .col {
		margin: 0 !important;
		padding: 0 !important;
	}

	.office-agent-header-pro-7 .container > .row .left-block .d-block .banner-buttons .row .col:not(:last-child) {
		margin-bottom: 10px !important;
	}
}

.office-agent-header-pro-7 .container > .row .left-block .d-block .banner-buttons .btn {
	font-size: 18px;
	padding: 14px 22px 14px 22px;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-7 .container > .row .left-block .d-block .banner-buttons .btn {
		padding: 15px 10px 16px 10px;
		font-size: 16px !important;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-7 .container > .row .left-block .d-block .banner-buttons .btn {
		font-size: 16px !important;
		padding: 12px 5px 12px 5px;
	}
  
}

@media only screen and (max-width: 667px) {
    .office-agent-header-pro-7 .container > .row .left-block .d-block > .hi-editable {
        text-align: start;
    }

	.office-agent-header-pro-7 .container > .row .left-block .d-block .banner-buttons .btn {
		font-weight: 400;
	}

    .office-agent-header-pro-7 .container > .row .left-block .d-block h1.harcourts-font {
        font-size: 63px;
        transform: none;
    }    

    .office-agent-header-pro-7 .container > .row .left-block .d-block h2 {
        font-size: 25px;
    }
    
    .office-agent-header-pro-7 .container > .row .left-block .d-block h3 {
        font-size: 25px;
    }

    .office-agent-header-pro-7 .container > .row .left-block .d-block p {
        font-size: 18px;
    }        
}

@media only screen and (max-width: 320px) {
	.office-agent-header-pro-7 .container > .row .left-block .d-block .banner-buttons .btn {
		font-size: 14px !important;
	}
}

.office-agent-header-pro-7 .container > .row .right-block > .row {
	margin-top: 0;
}

@media (max-width: 991px) {
	.office-agent-header-pro-7 .container > .row .right-block > .row {
		margin-top: -31px;
	}
}

.office-agent-header-pro-7 .container > .row .right-block > .row > .col .d-block {
	position: absolute;
	height: 100%;
	width: 100vw;
	left: 0px;
    z-index: 0;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-7 .container > .row .right-block > .row > .col .d-block {
		width: 100vw;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-7 .container > .row .right-block > .row > .col .d-block {
		padding-top: 0;
		padding-bottom: 0;
		height: 94.4vh;
		overflow: hidden;
		position: initial;
		width: initial;
		left: initial;
		z-index: initial;
	}
}

.office-agent-header-pro-7 .container > .row .right-block > .row > .col .d-block img {
	height: auto;
	object-fit: cover;
	width: 100%;
	margin-left: 0;
}

.office-agent-header-pro-7 .container > .row .right-block > .row > .col .d-block:after {
	width: 100vw;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient( rgba(0, 0, 0, 0.67),  rgba(0, 0, 0, 0.67));
	pointer-events: none;
}

@media (max-width: 991px) {
	.office-agent-header-pro-7 .container > .row .right-block > .row > .col .d-block img {
        padding-left: 0;
        padding-top: 0;
        object-fit: cover;
        height: 100%;
        width: 100%;
        object-position: 34% 50%;        
	}
}

@media (max-width: 991px) {
    
    .office-agent-header-pro-7 .container > .row .right-block > .row > .col .d-block:after {
        background: linear-gradient(rgb(0 0 0 / 57%), black);
    }  

	.property-search-container {
		border: 0;
	}

	.property-search-container.office-landing-pro4-level {
		padding-bottom: 25px;
	}
}
.office-agent-header-pro-8 {
	background-color: unset;
    position: relative;
	height: calc(75vh);
	overflow: hidden;
}

.office-agent-header-pro-8 .left-block {
    align-items: center;
    display: flex;
}

.office-agent-header-pro-8 .left-block > .row {
    transform: translateX(49%);
    z-index: 1;
}

@media (max-width: 1210px) {
    .office-agent-header-pro-8 .left-block > .row {
        min-width: 510px;
    }
}

.btn-theme-blue {
    background-color: #001f49;
    color: #fff;     
}

.btn-theme-blue i.fas {
    margin-right: 12px;  
}

.btn-theme-blue:hover {
    position: static;
    background-color: #093d83;
    color: #fff;     
}


.btn-theme-white:hover {
    background-color: #dadbdb;
}

.btn-theme-white i, .btn-theme-white span {
    color: #001f49;
    font-size: 18px!important;
}

.btn-theme-white i {
    margin-right: 12px;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-8 {
		height: 649px;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-8 {
		height: 100%;
	}
    .office-agent-header-pro-8 .left-block > .row {
        transform: unset;
        min-width: unset;
    }    
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
	.office-agent-header-pro-8 .container {
		max-width: 92%;
	}
}

@media (max-width: 1400px) {
	.office-agent-header-pro-8 .container > .row {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-8 .container > .row {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-8 .container > .row .left-block {
		position: absolute;
		bottom: 22px;
		left: 0;
		z-index: 9;
	}
}

.office-agent-header-pro-8 .container > .row .left-block .d-block {
	padding-top: 0;
    width: 644px;
}

.office-agent-header-pro-8 .container > .row .left-block .d-block > .hi-editable {
	text-align: center;
}



@media (max-width: 991px) {
	.office-agent-header-pro-8 .container > .row .left-block .d-block {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
        width: 100%;
	}    
}

.office-agent-header-pro-8 .container > .row .left-block .d-block h1,
.office-agent-header-pro-8 .container > .row .left-block .d-block h2[data-el-replaced="h1"] {
	color: white;
	font-size: 60px;
	line-height: 116%;
	letter-spacing: 0.01em;
	font-weight: normal;
	margin-bottom: 26px;
	display: inline-block;
	max-width: unset;
    text-shadow: 0px 0px 6px #605d5d;
    word-break: break-all;
}

.office-agent-header-pro-8 .container > .row .left-block .d-block h1.harcourts-font {
    font-size: 77px;
    color: #fff;
    transform: rotate(-5.51deg);
    display: inline-block;
    margin-bottom: 0;
}

.office-agent-header-pro-8 .container > .row .left-block .d-block h2 {
    color: white;
    font-size: 38px;
    letter-spacing: 0.01em;
    font-weight: bold;
    margin-bottom: 4px;
    display: block;
    max-width: unset;
    text-shadow: 0px 0px 6px #605d5d;
}

.office-agent-header-pro-8 .container > .row .left-block .d-block h3 {
	color: white;
	font-size: 38px;
	line-height: 116%;
	letter-spacing: 0.01em;
	font-weight: 300;
	margin-bottom: 26px;
	display: inline-block;
	max-width: unset;
    text-shadow: 0px 0px 6px #605d5d;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-8 .container > .row .left-block .d-block h1,
    .office-agent-header-pro-8 .container > .row .left-block .d-block h2[data-el-replaced="h1"] {
		font-size: 3.35rem;
		margin-bottom: 29px;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-8 .container > .row .left-block .d-block h1,
    .office-agent-header-pro-8 .container > .row .left-block .d-block h2[data-el-replaced="h1"] {
		font-size: 40px;
		line-height: 49px;
		max-width: unset;
		margin-bottom: 12px;
	}
}

.office-agent-header-pro-8 .container > .row .left-block .d-block h1:before {
	display: none;
}

.office-agent-header-pro-8 .container > .row .left-block .d-block h1 i,
.office-agent-header-pro-8 .container > .row .left-block .d-block h2[data-el-replaced="h1"] i {
	color: #00ADEF;
	font-style: normal;
	transform: rotate(-10.84deg) translateX(-5px);
	display: inline-block;
	font-size: 84.3506px;
	font-family: HarcourtsScript;
}

@media (max-width: 991px) {
	.office-agent-header-pro-8 .container > .row .left-block .d-block h1 em,
    .office-agent-header-pro-8 .container > .row .left-block .d-block h2[data-el-replaced="h1"] em {
		font-size: 66px;
		padding-left: 10px;
	}
}

.office-agent-header-pro-8 .container > .row .left-block .d-block p {
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
    line-height: 1.3em;
	margin-bottom: 32px;
    text-shadow: 0px 0px 6px rgb(0 0 0);
}

.office-agent-header-pro-8 .container > .row .left-block .d-block p > em{
    font-size: 32px;
    font-style: normal;
    padding: 0 7px;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-8 .container > .row .left-block .d-block p {
		margin-bottom: 46px;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-8 .container > .row .left-block .d-block p {
		font-size: 22px;
		line-height: 28.8px;
		margin-bottom: 20px;
	}
}

.office-agent-header-pro-8 .container > .row .left-block .d-block .banner-buttons {
	width: 459px;
    margin: 0 auto;
}

@media only screen and (min-width: 992px) {
	.office-agent-header-pro-8 .container > .row .left-block .d-block .banner-buttons .py-3 {
		padding-top: 6px !important;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-8 .container > .row .left-block .d-block .banner-buttons {
		width: 100%;
	}

	.office-agent-header-pro-8 .container > .row .left-block .d-block .banner-buttons .py-3 {
		padding-top: 15px !important;
	}

	.office-agent-header-pro-8 .container > .row .left-block .d-block .banner-buttons .py-3 .btn {
		padding: 11px 5px 11px 5px;
	}
}

@media (max-width: 400px) {
	.office-agent-header-pro-8 .container > .row .left-block .d-block .banner-buttons .row {
		flex-direction: column;
	}

	.office-agent-header-pro-8 .container > .row .left-block .d-block .banner-buttons .row .col {
		margin: 0 !important;
		padding: 0 !important;
	}

	.office-agent-header-pro-8 .container > .row .left-block .d-block .banner-buttons .row .col:not(:last-child) {
		margin-bottom: 10px !important;
	}
}

.office-agent-header-pro-8 .container > .row .left-block .d-block .banner-buttons .btn {
	font-size: 18px;
	padding: 14px 22px 14px 22px;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-8 .container > .row .left-block .d-block .banner-buttons .btn {
		padding: 15px 10px 16px 10px;
		font-size: 16px !important;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-8 .container > .row .left-block .d-block .banner-buttons .btn {
		font-size: 16px !important;
		padding: 12px 5px 12px 5px;
	}
  
}

@media only screen and (max-width: 667px) {
    .office-agent-header-pro-8 .container > .row .left-block .d-block > .hi-editable {
        text-align: start;
    }

	.office-agent-header-pro-8 .container > .row .left-block .d-block .banner-buttons .btn {
		font-weight: 400;
	}

    .office-agent-header-pro-8 .container > .row .left-block .d-block h1.harcourts-font {
        font-size: 63px;
        transform: none;
    }    

    .office-agent-header-pro-8 .container > .row .left-block .d-block h2 {
        font-size: 25px;
    }
    
    .office-agent-header-pro-8 .container > .row .left-block .d-block h3 {
        font-size: 25px;
    }

    .office-agent-header-pro-8 .container > .row .left-block .d-block p {
        font-size: 18px;
    }        
}

@media only screen and (max-width: 320px) {
	.office-agent-header-pro-8 .container > .row .left-block .d-block .banner-buttons .btn {
		font-size: 14px !important;
	}
}

.office-agent-header-pro-8 .container > .row .right-block > .row {
	margin-top: 0;
}

@media (max-width: 991px) {
	.office-agent-header-pro-8 .container > .row .right-block > .row {
		margin-top: -31px;
	}
}

.office-agent-header-pro-8 .container > .row .right-block > .row > .col .d-block {
	position: absolute;
	height: 100%;
	width: 100vw;
	left: 0px;
    z-index: 0;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-8 .container > .row .right-block > .row > .col .d-block {
		width: 100vw;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-8 .container > .row .right-block > .row > .col .d-block {
		padding-top: 0;
		padding-bottom: 0;
		height: 94.4vh;
		overflow: hidden;
		position: initial;
		width: initial;
		left: initial;
		z-index: initial;
	}
}

.office-agent-header-pro-8 .container > .row .right-block > .row > .col .d-block img {
	height: auto;
	object-fit: cover;
	width: 100%;
	margin-left: 0;
}

.office-agent-header-pro-8 .container > .row .right-block > .row > .col .d-block:after {
	width: 100vw;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient( rgba(0, 0, 0, 0.67),  rgba(0, 0, 0, 0.67));
	pointer-events: none;
}

@media (max-width: 991px) {
	.office-agent-header-pro-8 .container > .row .right-block > .row > .col .d-block img {
        padding-left: 0;
        padding-top: 0;
        object-fit: cover;
        height: 100%;
        width: 100%;
        object-position: 34% 50%;        
	}
}

@media (max-width: 991px) {
    
    .office-agent-header-pro-8 .container > .row .right-block > .row > .col .d-block:after {
        background: linear-gradient(rgb(0 0 0 / 57%), black);
    }  

	.property-search-container {
		border: 0;
	}

	.property-search-container.office-landing-pro4-level {
		padding-bottom: 25px;
	}
}
.office-agent-header-pro-10 {
	background-color: unset;
    position: relative;
	height: calc(75vh);
	overflow: hidden;
}

.office-agent-header-pro-10 .left-block {
    align-items: flex-end;
    display: flex;
}

.office-agent-header-pro-10 .left-block > .row {
    transform: translateX(49%);
    z-index: 1;
}

@media (max-width: 1210px) {
    .office-agent-header-pro-10 .left-block > .row {
        min-width: 510px;
    }
}

.btn-theme-blue {
    background-color: #001f49;
    color: #fff;     
}

.btn-theme-blue i.fas {
    margin-right: 12px;  
}

.btn-theme-blue:hover {
    position: static;
    background-color: #093d83;
    color: #fff;     
}


.btn-theme-white:hover {
    background-color: #dadbdb;
}

.btn-theme-white i, .btn-theme-white span {
    color: #001f49;
    font-size: 18px!important;
}

.btn-theme-white i {
    margin-right: 12px;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-10 {
		height: 649px;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-10 {
		height: 94vh;
	}
    .office-agent-header-pro-10 .left-block > .row {
        transform: unset;
        min-width: unset;
        width: 100%;
    }    
}


@media (max-width: 667px) {
    .office-agent-header-pro-10 {
        height: 91vh;
    }  
}


@media only screen and (min-width: 992px) and (max-width: 1400px) {
	.office-agent-header-pro-10 .container {
		max-width: 92%;
	}
}

@media (max-width: 1400px) {
	.office-agent-header-pro-10 .container > .row {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-10 .container > .row {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-10 .container > .row .left-block {
		position: absolute;
		bottom: 22px;
		left: 0;
		z-index: 9;
	}
}

.office-agent-header-pro-10 .container > .row .left-block .d-block {
	padding-top: 0;
    padding-bottom: 67px;
    width: 644px;
}

.office-agent-header-pro-10 .container > .row .left-block .d-block > .hi-editable {
	text-align: center;
}



@media (max-width: 991px) {
	.office-agent-header-pro-10 .container > .row .left-block .d-block {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
        padding-bottom: 40px;
        width: 100%;
	}    
}

.office-agent-header-pro-10 .container > .row .left-block .d-block h1,
.office-agent-header-pro-10 .container > .row .left-block .d-block h2[data-el-replaced="h1"] {
	color: white;
	font-size: 60px;
	line-height: 116%;
	letter-spacing: 0.01em;
	font-weight: normal;
	margin-bottom: 26px;
	display: inline-block;
	max-width: unset;
    text-shadow: 0px 0px 6px #605d5d;
    word-break: break-all;
}

.office-agent-header-pro-10 .container > .row .left-block .d-block h1.harcourts-font {
    font-size: 77px;
    color: #fff;
    transform: rotate(-5.51deg);
    display: inline-block;
    margin-bottom: 0;
}

.office-agent-header-pro-10 .container > .row .left-block .d-block h2 {
    color: white;
    font-size: 38px;
    letter-spacing: 0.01em;
    font-weight: bold;
    margin-bottom: 4px;
    display: block;
    max-width: unset;
    text-shadow: 0px 0px 6px #605d5d;
}

.office-agent-header-pro-10 .container > .row .left-block .d-block h3 {
	color: white;
	font-size: 38px;
	line-height: 116%;
	letter-spacing: 0.01em;
	font-weight: 300;
	margin-bottom: 26px;
	display: inline-block;
	max-width: unset;
    text-shadow: 0px 0px 6px #605d5d;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-10 .container > .row .left-block .d-block h1,
    .office-agent-header-pro-10 .container > .row .left-block .d-block h2[data-el-replaced="h1"] {
		font-size: 3.35rem;
		margin-bottom: 29px;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-10 .container > .row .left-block .d-block h1,
    .office-agent-header-pro-10 .container > .row .left-block .d-block h2[data-el-replaced="h1"] {
		font-size: 40px;
		line-height: 49px;
		max-width: unset;
		margin-bottom: 12px;
        margin-top: 35px;
	}
}

.office-agent-header-pro-10 .container > .row .left-block .d-block h1:before {
	display: none;
}

.office-agent-header-pro-10 .container > .row .left-block .d-block h1 i,
.office-agent-header-pro-10 .container > .row .left-block .d-block h2[data-el-replaced="h1"] i {
	color: #00ADEF;
	font-style: normal;
	transform: rotate(-10.84deg) translateX(-5px);
	display: inline-block;
	font-size: 84.3506px;
	font-family: HarcourtsScript;
}

@media (max-width: 991px) {
	.office-agent-header-pro-10 .container > .row .left-block .d-block h1 em,
    .office-agent-header-pro-10 .container > .row .left-block .d-block h2[data-el-replaced="h1"] em {
		font-size: 66px;
		padding-left: 10px;
	}
}

.office-agent-header-pro-10 .container > .row .left-block .d-block p {
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
    line-height: 1.3em;
	margin-bottom: 32px;
    text-shadow: 0px 0px 6px rgb(0 0 0);
}

.office-agent-header-pro-10 .container > .row .left-block .d-block p > em{
    font-size: 32px;
    font-style: normal;
    padding: 0 7px;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-10 .container > .row .left-block .d-block p {
		margin-bottom: 46px;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-10 .container > .row .left-block .d-block p {
		font-size: 22px;
		line-height: 28.8px;
		margin-bottom: 20px;
	}
}

.office-agent-header-pro-10 .container > .row .left-block .d-block .banner-buttons {
	width: 459px;
    margin: 0 auto;
}

@media only screen and (min-width: 992px) {
	.office-agent-header-pro-10 .container > .row .left-block .d-block .banner-buttons .py-3 {
		padding-top: 6px !important;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-10 .container > .row .left-block .d-block .banner-buttons {
		width: 100%;
        margin: 0 auto;
        text-align: center;
	}

	.office-agent-header-pro-10 .container > .row .left-block .d-block .banner-buttons .py-3 {
		padding-top: 15px !important;
	}

	.office-agent-header-pro-10 .container > .row .left-block .d-block .banner-buttons .py-3 .btn {
		padding: 11px 5px 11px 5px;
	}
}

@media (max-width: 400px) {
	.office-agent-header-pro-10 .container > .row .left-block .d-block .banner-buttons .row {
		flex-direction: column;
	}

	.office-agent-header-pro-10 .container > .row .left-block .d-block .banner-buttons .row > .col-12 {
		padding: 0;
	}
  

	.office-agent-header-pro-10 .container > .row .left-block .d-block .banner-buttons .row .col {
		margin: 0 !important;
		padding: 0 !important;
	}

	.office-agent-header-pro-10 .container > .row .left-block .d-block .banner-buttons .row .col:not(:last-child) {
		margin-bottom: 10px !important;
	}
}

.office-agent-header-pro-10 .container > .row .left-block .d-block .banner-buttons .btn {
	font-size: 18px;
	padding: 14px 22px 14px 22px;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-10 .container > .row .left-block .d-block .banner-buttons .btn {
		padding: 15px 10px 16px 10px;
		font-size: 16px !important;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-10 .container > .row .left-block .d-block .banner-buttons .btn {
		font-size: 16px !important;
		padding: 12px 5px 12px 5px;
	}
  
}

@media only screen and (max-width: 667px) {
    .office-agent-header-pro-10 .container > .row .left-block .d-block > .hi-editable {
        text-align: start;
    }

	.office-agent-header-pro-10 .container > .row .left-block .d-block .banner-buttons .btn {
		font-weight: 400;
	}

    .office-agent-header-pro-10 .container > .row .left-block .d-block h1,
    .office-agent-header-pro-10 .container > .row .left-block .d-block h2[data-el-replaced="h1"] {
        font-size: 58px;
        display: block;
        word-break: break-word;
        width: 85%;
        margin-top: 0;
        line-height: 1em;
    }     

    .office-agent-header-pro-10 .container > .row .left-block .d-block h1.harcourts-font {
        font-size: 57px;
        margin-bottom: 9px;
        transform: none;
    }    

    .office-agent-header-pro-10 .container > .row .left-block .d-block h2 {
        font-size: 25px;
    }
    
    .office-agent-header-pro-10 .container > .row .left-block .d-block h3 {
        font-size: 25px;
    }

    .office-agent-header-pro-10 .container > .row .left-block .d-block p {
        font-size: 18px;
        display: block;
        word-break: break-word;
        width: 85%;        
    }

    .office-agent-header-pro-10 .container > .row .left-block .d-block .banner-buttons {
        width: 100%;
        margin: 0;
    }

    .office-agent-header-pro-10 .container > .row .left-block .d-block {
        padding-bottom: 4px;
    }                
}

@media only screen and (max-width: 320px) {
	.office-agent-header-pro-10 .container > .row .left-block .d-block .banner-buttons .btn {
		font-size: 14px !important;
	}
}

.office-agent-header-pro-10 .container > .row .right-block > .row {
	margin-top: 0;
}

@media (max-width: 991px) {
	.office-agent-header-pro-10 .container > .row .right-block > .row {
		margin-top: -31px;
	}
}

.office-agent-header-pro-10 .container > .row .right-block > .row > .col .d-block {
	position: absolute;
	height: 100%;
	width: 100vw;
	left: 0px;
    z-index: 0;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-10 .container > .row .right-block > .row > .col .d-block {
		width: 100vw;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-10 .container > .row .right-block > .row > .col .d-block {
		padding-top: 0;
		padding-bottom: 0;
		height: 94.4vh;
		overflow: hidden;
		position: initial;
		width: initial;
		left: initial;
		z-index: initial;
	}
}

.office-agent-header-pro-10 .container > .row .right-block > .row > .col .d-block img {
	height: auto;
	object-fit: cover;
	width: 100%;
	margin-left: 0;
}

.office-agent-header-pro-10 .container > .row .right-block > .row > .col .d-block:after {
	width: 100vw;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient( rgb(255 255 255 / 0%),  #000000db);
	pointer-events: none;
}

@media (max-width: 991px) {
	.office-agent-header-pro-10 .container > .row .right-block > .row > .col .d-block img {
        padding-left: 0;
        padding-top: 0;
        object-fit: cover;
        height: 100%;
        width: 100%;
        object-position: 34% 50%;        
	}
}

@media (max-width: 991px) {
    
    .office-agent-header-pro-10 .container > .row .right-block > .row > .col .d-block:after {
        background: linear-gradient(rgb(255 255 255 / 0%), black);
    }  

	.property-search-container {
		border: 0;
	}

	.property-search-container.office-landing-pro4-level {
		padding-bottom: 25px;
	}
}
.office-agent-header-pro-9 {
	background-color: unset;
    position: relative;
	height: calc(75vh);
	overflow: hidden;
}

.office-agent-header-pro-9 .left-block {
    align-items: flex-end;
    display: flex;
}

.office-agent-header-pro-9 .left-block > .row {
    transform: translateX(49%);
    z-index: 1;
}

@media (max-width: 1210px) {
    .office-agent-header-pro-9 .left-block > .row {
        min-width: 510px;
    }
}

.btn-theme-blue {
    background-color: #001f49;
    color: #fff;     
}

.btn-theme-blue i.fas {
    margin-right: 12px;  
}

.btn-theme-blue:hover {
    position: static;
    background-color: #093d83;
    color: #fff;     
}


.btn-theme-white:hover {
    background-color: #dadbdb;
}

.btn-theme-white i, .btn-theme-white span {
    color: #001f49;
    font-size: 18px!important;
}

.btn-theme-white i {
    margin-right: 12px;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-9 {
		height: 649px;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-9 {
		height: 94vh;
	}
    .office-agent-header-pro-9 .left-block > .row {
        transform: unset;
        min-width: unset;
        width: 100%;
    }    
}


@media (max-width: 667px) {
    .office-agent-header-pro-9 {
        height: 91vh;
    }  
}


@media only screen and (min-width: 992px) and (max-width: 1400px) {
	.office-agent-header-pro-9 .container {
		max-width: 92%;
	}
}

@media (max-width: 1400px) {
	.office-agent-header-pro-9 .container > .row {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-9 .container > .row {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-9 .container > .row .left-block {
		position: absolute;
		bottom: 22px;
		left: 0;
		z-index: 9;
	}
}

.office-agent-header-pro-9 .container > .row .left-block .d-block {
	padding-top: 0;
    padding-bottom: 67px;
    width: 644px;
}

.office-agent-header-pro-9 .container > .row .left-block .d-block > .hi-editable {
	text-align: center;
}



@media (max-width: 991px) {
	.office-agent-header-pro-9 .container > .row .left-block .d-block {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
        padding-bottom: 40px;
        width: 100%;
	}    
}

.office-agent-header-pro-9 .container > .row .left-block .d-block h1,
.office-agent-header-pro-9 .container > .row .left-block .d-block h2[data-el-replaced="h1"] {
	color: white;
	font-size: 60px;
	line-height: 116%;
	letter-spacing: 0.01em;
	font-weight: normal;
	margin-bottom: 26px;
	display: inline-block;
	max-width: unset;
    text-shadow: 0px 0px 6px #605d5d;
    word-break: break-all;
}

.office-agent-header-pro-9 .container > .row .left-block .d-block h1.harcourts-font {
    font-size: 77px;
    color: #fff;
    transform: rotate(-5.51deg);
    display: inline-block;
    margin-bottom: 0;
}

.office-agent-header-pro-9 .container > .row .left-block .d-block h2 {
    color: white;
    font-size: 38px;
    letter-spacing: 0.01em;
    font-weight: bold;
    margin-bottom: 4px;
    display: block;
    max-width: unset;
    text-shadow: 0px 0px 6px #605d5d;
}

.office-agent-header-pro-9 .container > .row .left-block .d-block h3 {
	color: white;
	font-size: 38px;
	line-height: 116%;
	letter-spacing: 0.01em;
	font-weight: 300;
	margin-bottom: 26px;
	display: inline-block;
	max-width: unset;
    text-shadow: 0px 0px 6px #605d5d;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-9 .container > .row .left-block .d-block h1,
    .office-agent-header-pro-9 .container > .row .left-block .d-block h2[data-el-replaced="h1"] {
		font-size: 3.35rem;
		margin-bottom: 29px;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-9 .container > .row .left-block .d-block h1,
    .office-agent-header-pro-9 .container > .row .left-block .d-block h2[data-el-replaced="h1"] {
		font-size: 40px;
		line-height: 49px;
		max-width: unset;
		margin-bottom: 12px;
        margin-top: 35px;
	}
}

.office-agent-header-pro-9 .container > .row .left-block .d-block h1:before {
	display: none;
}

.office-agent-header-pro-9 .container > .row .left-block .d-block h1 i,
.office-agent-header-pro-9 .container > .row .left-block .d-block h2[data-el-replaced="h1"] i {
	color: #00ADEF;
	font-style: normal;
	transform: rotate(-10.84deg) translateX(-5px);
	display: inline-block;
	font-size: 84.3506px;
	font-family: HarcourtsScript;
}

@media (max-width: 991px) {
	.office-agent-header-pro-9 .container > .row .left-block .d-block h1 em,
    .office-agent-header-pro-9 .container > .row .left-block .d-block h2[data-el-replaced="h1"] em {
		font-size: 66px;
		padding-left: 10px;
	}
}

.office-agent-header-pro-9 .container > .row .left-block .d-block p {
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
    line-height: 1.3em;
	margin-bottom: 32px;
    text-shadow: 0px 0px 6px rgb(0 0 0);
}

.office-agent-header-pro-9 .container > .row .left-block .d-block p > em{
    font-size: 32px;
    font-style: normal;
    padding: 0 7px;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-9 .container > .row .left-block .d-block p {
		margin-bottom: 46px;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-9 .container > .row .left-block .d-block p {
		font-size: 22px;
		line-height: 28.8px;
		margin-bottom: 20px;
	}
}

.office-agent-header-pro-9 .container > .row .left-block .d-block .banner-buttons {
	width: 459px;
    margin: 0 auto;
}

@media only screen and (min-width: 992px) {
	.office-agent-header-pro-9 .container > .row .left-block .d-block .banner-buttons .py-3 {
		padding-top: 6px !important;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-9 .container > .row .left-block .d-block .banner-buttons {
		width: 100%;
        margin: 0 auto;
        text-align: center;
	}

	.office-agent-header-pro-9 .container > .row .left-block .d-block .banner-buttons .py-3 {
		padding-top: 15px !important;
	}

	.office-agent-header-pro-9 .container > .row .left-block .d-block .banner-buttons .py-3 .btn {
		padding: 11px 5px 11px 5px;
	}
}

@media (max-width: 400px) {
	.office-agent-header-pro-9 .container > .row .left-block .d-block .banner-buttons .row {
		flex-direction: column;
	}

	.office-agent-header-pro-9 .container > .row .left-block .d-block .banner-buttons .row > .col-12 {
		padding: 0;
	}
  

	.office-agent-header-pro-9 .container > .row .left-block .d-block .banner-buttons .row .col {
		margin: 0 !important;
		padding: 0 !important;
	}

	.office-agent-header-pro-9 .container > .row .left-block .d-block .banner-buttons .row .col:not(:last-child) {
		margin-bottom: 10px !important;
	}
}

.office-agent-header-pro-9 .container > .row .left-block .d-block .banner-buttons .btn {
	font-size: 18px;
	padding: 14px 22px 14px 22px;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-9 .container > .row .left-block .d-block .banner-buttons .btn {
		padding: 15px 10px 16px 10px;
		font-size: 16px !important;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-9 .container > .row .left-block .d-block .banner-buttons .btn {
		font-size: 16px !important;
		padding: 12px 5px 12px 5px;
	}
  
}

@media only screen and (max-width: 667px) {
    .office-agent-header-pro-9 .container > .row .left-block .d-block > .hi-editable {
        text-align: start;
    }

	.office-agent-header-pro-9 .container > .row .left-block .d-block .banner-buttons .btn {
		font-weight: 400;
	}

    .office-agent-header-pro-9 .container > .row .left-block .d-block h1,
    .office-agent-header-pro-9 .container > .row .left-block .d-block h2[data-el-replaced="h1"] {
        font-size: 58px;
        display: block;
        word-break: break-word;
        width: 85%;
        margin-top: 0;
    }     

    .office-agent-header-pro-9 .container > .row .left-block .d-block h1.harcourts-font {
        font-size: 57px;
        margin-bottom: 9px;
        transform: none;
    }    

    .office-agent-header-pro-9 .container > .row .left-block .d-block h2 {
        font-size: 25px;
    }
    
    .office-agent-header-pro-9 .container > .row .left-block .d-block h3 {
        font-size: 25px;
    }

    .office-agent-header-pro-9 .container > .row .left-block .d-block p {
        font-size: 18px;
        display: block;
        word-break: break-word;
        width: 85%;        
    }

    .office-agent-header-pro-9 .container > .row .left-block .d-block .banner-buttons {
        width: 100%;
        margin: 0;
    }

    .office-agent-header-pro-9 .container > .row .left-block .d-block {
        padding-bottom: 4px;
    }                
}

@media only screen and (max-width: 320px) {
	.office-agent-header-pro-9 .container > .row .left-block .d-block .banner-buttons .btn {
		font-size: 14px !important;
	}
}

.office-agent-header-pro-9 .container > .row .right-block > .row {
	margin-top: 0;
}

@media (max-width: 991px) {
	.office-agent-header-pro-9 .container > .row .right-block > .row {
		margin-top: -31px;
	}
}

.office-agent-header-pro-9 .container > .row .right-block > .row > .col .d-block {
	position: absolute;
	height: 100%;
	width: 100vw;
	left: 0px;
    z-index: 0;
}

@media (max-width: 1400px) {
	.office-agent-header-pro-9 .container > .row .right-block > .row > .col .d-block {
		width: 100vw;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-9 .container > .row .right-block > .row > .col .d-block {
		padding-top: 0;
		padding-bottom: 0;
		height: 94.4vh;
		overflow: hidden;
		position: initial;
		width: initial;
		left: initial;
		z-index: initial;
	}
}

.office-agent-header-pro-9 .container > .row .right-block > .row > .col .d-block img {
	height: auto;
	object-fit: cover;
	width: 100%;
	margin-left: 0;
}

.office-agent-header-pro-9 .container > .row .right-block > .row > .col .d-block:after {
	width: 100vw;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient( rgb(255 255 255 / 0%),  #000000db);
	pointer-events: none;
}

@media (max-width: 991px) {
	.office-agent-header-pro-9 .container > .row .right-block > .row > .col .d-block img {
        padding-left: 0;
        padding-top: 0;
        object-fit: cover;
        height: 100%;
        width: 100%;
        object-position: 34% 50%;        
	}
}

@media (max-width: 991px) {
    
    .office-agent-header-pro-9 .container > .row .right-block > .row > .col .d-block:after {
        background: linear-gradient(rgb(255 255 255 / 0%), black);
    }  

	.property-search-container {
		border: 0;
	}

	.property-search-container.office-landing-pro4-level {
		padding-bottom: 25px;
	}
}
