.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 {
	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 {
		font-size: 3.35rem;
		margin-bottom: 29px;
	}
}

@media (max-width: 991px) {
	.office-agent-header-pro-5 .container > .row .left-block .d-block 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 {
	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 {
		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: 100%;
    object-fit: cover;
    width: 100%;
    margin-left: 0;
    object-position: center;
}

.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;
	}
}

@media (max-width: 414px) {
	.office-agent-header-pro-5 .container > .row .right-block > .row > .col .d-block img {
        object-position: 31% 50%;        
	}
}
.standard-team-member-bio .container {padding-top: 79px;padding-bottom: 115px;}.standard-team-member-bio .container .col-lg-9 {max-width: 800px;}.standard-team-member-bio .container .col-lg-9 .heading-title {margin-bottom: 20px;}.standard-team-member-bio .container .col-lg-9 p {font-size: 18px;line-height: 28.8px;margin-bottom: 0;}
.people-detail-property-tab .nav-tabs.people-detail-properties-tab {margin-top: 6px;border-color: #EBEBED;}.people-detail-property-tab .nav-tabs.people-detail-properties-tab .nav-link {color: #001F49;font-size: 18px;font-weight: 400;padding: 15px 54px 19px 54px;border-left-color: transparent;border-top-color: transparent;border-right-color: transparent;}.people-detail-property-tab .nav-tabs.people-detail-properties-tab .nav-link#forsale-tab {padding: 15px 41px 19px 44px;}@media (max-width: 575px) {.people-detail-property-tab .nav-tabs.people-detail-properties-tab .nav-link#forsale-tab {padding: 14px 17px 16px 19px !important;}}.people-detail-property-tab .nav-tabs.people-detail-properties-tab .nav-link#forrent-tab {padding: 15px 40px 19px 40px;}@media (max-width: 575px) {.people-detail-property-tab .nav-tabs.people-detail-properties-tab .nav-link#forrent-tab {padding: 14px 17px 16px 18px !important;}}.people-detail-property-tab .nav-tabs.people-detail-properties-tab .nav-link.active {border-bottom: 2px solid #00ADEF;font-weight: 700;}@media (max-width: 575px) {.people-detail-property-tab .nav-tabs.people-detail-properties-tab .nav-link {padding: 14px 35px 16px 36px !important;line-height: 28.8px;}}.people-detail-property-tab .tab-content {padding-top: 37px;padding-bottom: 6px;}@media (max-width: 414px) {.people-detail-property-tab .tab-content .heading h3 {flex-basis: 60%;}}.people-detail-property-tab .tab-content .heading .btn {position: relative;top: -5px;left: -15px;}@media (max-width: 575px) {.people-detail-property-tab .tab-content .heading .btn {padding: 6px 12px;font-size: 14px;line-height: 20px;left: 0;}}.people-detail-property-tab .tab-content .property-list {margin-top: 31px;}.people-detail-property-tab .tab-content .property-list .property-item.card {margin-bottom: 46px;}@media (max-width: 414px) {.people-detail-property-tab .tab-content .property-sold .owl-item {width: 321px;}}.people-detail-property-tab .tab-content .property-sold .owl-dots {padding-right: 24px;}@media (max-width: 414px) {.people-detail-property-tab .tab-content .property-sold .owl-dots {margin-top: 1px;}}.people-detail-property-tab .tab-content .property-sold .owl-dots button.owl-dot span {width: 32px !important;height: 2px !important;margin: 5px 8px !important;background: #D7D7D7 !important;border-radius: 0 !important;}.people-detail-property-tab .tab-content .property-sold .owl-dots button.owl-dot:hover span, .people-detail-property-tab .tab-content .property-sold .owl-dots button.owl-dot:focus span, .people-detail-property-tab .tab-content .property-sold .owl-dots button.owl-dot.active span {background: #00A3ED !important;}@media all and (max-width: 767px) {.people-detail-property-tab .tab-content .property-sold .owl-stage-outer::after {content: "";position: absolute;right: -10px;top: 0;width: 80px;height: 100%;z-index: 2;background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);}.people-detail-property-tab .tab-content .property-sold .owl-stage-outer .owl-stage {padding-left: 0 !important;}}
.hi-aa-stand-alone.short{
    position: relative;
}
.auto-appraisal-stand-alone-2 {
	background-color: unset;
	height: 100vh;
	overflow: visible;
}
.hi-aa-stand-alone.short .auto-appraisal-stand-alone-2 {
    position: unset;
}
@media only screen and (min-width: 1281px) {
    .hi-aa-stand-alone.short .auto-appraisal-stand-alone-2 {
        height: 480px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .hi-aa-stand-alone.short .auto-appraisal-stand-alone-2 {
        height: 560px;
    }
}

.auto-appraisal-stand-alone-2 > .container {
    position: static;
    padding: 0;
    height: 100%;
}

.auto-appraisal-stand-alone-2 .left-block {
    align-items: center;
    display: flex;
    min-height: 364px;
}

@media (max-width: 767px) {
    .hi-aa-stand-alone.short .auto-appraisal-stand-alone-2 {
        height: auto;
    }
     .hi-aa-stand-alone.short .auto-appraisal-stand-alone-2 .left-block {
        min-height: unset;
    }
}

@media (max-width: 991px) {
    .auto-appraisal-stand-alone-2 {
        height: 100vh;
    }
}


.auto-appraisal-stand-alone-2 .left-block > .row {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 66%;
    height: auto;
}

@media (max-width: 1400px) {
    .auto-appraisal-stand-alone-2 .left-block > .row {
        transform: translate(-50%, -47%);
    }
}

@media (max-width: 991px) {
    .auto-appraisal-stand-alone-2 .left-block > .row {
        width: 93%;
        transform: translate(-50%, -64%);
    }
}

@media (max-width: 428px) {
    .auto-appraisal-stand-alone-2 .left-block > .row {
        width: 100%;
        transform: translate(-50%, -55%);
    }
}




.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 only screen and (min-width: 992px) and (max-width: 1400px) {
	.auto-appraisal-stand-alone-2 .container {
		max-width: 92%;
	}
}

@media (max-width: 1400px) {
	.auto-appraisal-stand-alone-2 .container > .row {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (max-width: 991px) {
	.auto-appraisal-stand-alone-2 .container > .row {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
}



.auto-appraisal-stand-alone-2 .container > .row .left-block .d-block {
    padding-top: 0;
    width: 100%;
}

.auto-appraisal-stand-alone-2 .container > .row .left-block .d-block > .hi-editable {
    text-align: center;
}

@media (max-width: 991px) {
	.auto-appraisal-stand-alone-2 .container > .row .left-block .d-block {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
        width: 100%;
	}
}

.auto-appraisal-stand-alone-2 .container > .row .left-block .d-block h1 {
	color: #001f4d;
	font-size: 55px;
	line-height: 116%;
	letter-spacing: 0.01em;
	font-weight: normal;
	margin-bottom: 26px;
	display: inline-block;
	max-width: unset;
    word-break: break-word;
}

.hi-aa-stand-alone.short .auto-appraisal-stand-alone-2 .container > .row .left-block .d-block .harcourts-font {
    font-size: 85px;
    color: #00ADEF;
    transform: rotate(-5.51deg);
    display: inline-block;
    margin-bottom: 0;
}

@media (max-width:991px) {
    .hi-aa-stand-alone.short .auto-appraisal-stand-alone-2 .container > .row .left-block .d-block .harcourts-font {
        font-size: 72px;
        transform: rotate(0);
    }    
}

.auto-appraisal-stand-alone-2 .container > .row .left-block .d-block h2 {
    color: #001f4d;
    font-size: 38px;
    letter-spacing: 0.01em;
    font-weight: bold;
    margin-bottom: 4px;
    display: block;
    max-width: unset;
}

.auto-appraisal-stand-alone-2 .container > .row .left-block .d-block h3 {
    color: #001f4d;
    font-size: 29px;
    line-height: 116%;
    letter-spacing: 0.01em;
    font-weight: 300;
    margin-bottom: 56px;
    display: inline-block;
    max-width: unset;
    margin-top: 36px;
}

@media (max-width: 1400px) {
	.auto-appraisal-stand-alone-2 .container > .row .left-block .d-block h1 {
		font-size: 3.35rem;
		margin-bottom: 29px;
	}
}

@media (max-width: 991px) {
	.auto-appraisal-stand-alone-2 .container > .row .left-block .d-block h1 {
        font-size: 40px;
        line-height: 42px;
        max-width: unset;
        margin-bottom: 47px;
	}
}

@media (max-width: 414px) {
	.auto-appraisal-stand-alone-2 .container > .row .left-block .d-block h1 {
        font-size: 32px;
	}
}

.auto-appraisal-stand-alone-2 .container > .row .left-block .d-block h1:before {
	display: none;
}

.auto-appraisal-stand-alone-2 .container > .row .left-block .d-block 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) {
	.auto-appraisal-stand-alone-2 .container > .row .left-block .d-block h1 em {
		font-size: 66px;
		padding-left: 10px;
	}
}

.auto-appraisal-stand-alone-2 .container > .row .left-block .d-block p {
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
    line-height: 1.3em;
	margin-bottom: 32px;
}

.auto-appraisal-stand-alone-2 .container > .row .left-block .d-block p > em{
    font-size: 32px;
    font-style: normal;
    padding: 0 7px;
}

@media (max-width: 1400px) {
	.auto-appraisal-stand-alone-2 .container > .row .left-block .d-block p {
		margin-bottom: 46px;
	}
}

@media (max-width: 991px) {
	.auto-appraisal-stand-alone-2 .container > .row .left-block .d-block p {
		font-size: 22px;
		line-height: 28.8px;
		margin-bottom: 20px;
	}
}

.auto-appraisal-stand-alone-2 .container > .row .left-block .d-block .banner-buttons {
    width: 83%;
    margin: 0 auto;
}

.auto-appraisal-stand-alone-2 .container > .row .left-block .d-block .banner-buttons > form {
    position: static;
}

.auto-appraisal-stand-alone-2 .container > .row .left-block .d-block .banner-buttons > form > .d-flex {
    flex-direction: row;
    flex-wrap: nowrap;
    border: 1px solid #818181;
    padding: 8px;
    border-radius: 5px;
    background-color: white;
}

@media (max-width:991px) {
    .auto-appraisal-stand-alone-2 .container > .row .left-block .d-block .banner-buttons > form > .d-flex {
        flex-direction: column;
        flex-wrap: wrap;
    }    
}


.auto-appraisal-stand-alone-2 .container > .row .left-block .d-block .banner-buttons > form .twitter-typeahead{
    flex: 1 1 auto;
}


@media only screen and (min-width: 992px) {
	.auto-appraisal-stand-alone-2 .container > .row .left-block .d-block .banner-buttons .py-3 {
		padding-top: 6px !important;
	}
}

@media (max-width: 991px) {
	.auto-appraisal-stand-alone-2 .container > .row .left-block .d-block .banner-buttons {
		width: 100%;
	}

	.auto-appraisal-stand-alone-2 .container > .row .left-block .d-block .banner-buttons .py-3 {
		padding-top: 15px !important;
	}

	.auto-appraisal-stand-alone-2 .container > .row .left-block .d-block .banner-buttons .py-3 .btn {
		padding: 11px 5px 11px 5px;
	}
}

@media (max-width: 428px) {
	.auto-appraisal-stand-alone-2 .container > .row .left-block .d-block .banner-buttons .row {
		flex-direction: column;
	}

	.auto-appraisal-stand-alone-2 .container > .row .left-block .d-block .banner-buttons .row .col {
		margin: 0 !important;
		padding: 0 !important;
	}

	.auto-appraisal-stand-alone-2 .container > .row .left-block .d-block .banner-buttons .row .col:not(:last-child) {
		margin-bottom: 10px !important;
	}
}



@media only screen and (max-width: 667px) {


    .hi-aa-stand-alone.short .auto-appraisal-stand-alone-2 .container > .row .left-block .d-block .harcourts-font {
        font-size: 63px;
        transform: none;
    }    

    .auto-appraisal-stand-alone-2 .container > .row .left-block .d-block h2 {
        font-size: 25px;
    }
    
    .auto-appraisal-stand-alone-2 .container > .row .left-block .d-block h3 {
        font-size: 25px;
        text-align: center;
    }

    .auto-appraisal-stand-alone-2 .container > .row .left-block .d-block p {
        font-size: 18px;
    }    

    .auto-appraisal-stand-alone-2 .container .typeahead__button button {
        width: 100% !important;
    }    
}


.auto-appraisal-stand-alone-2 .container > .row .right-block > .row {
	margin-top: 0;
}


.auto-appraisal-stand-alone-2 .container > .row .right-block > .row > .col .d-block {
	position: absolute;
	height: 100%;
	width: calc(100vw - 18px);
    top: 0;
	left: 0px;
    z-index: 0;
    background-color: #e9f0f9;
}

@media (max-width: 1400px) {
	.auto-appraisal-stand-alone-2 .container > .row .right-block > .row > .col .d-block {
		width: 100vw;
	}
}

@media (max-width: 991px) {
	.auto-appraisal-stand-alone-2 .container > .row .right-block > .row > .col .d-block {
		padding-top: 0;
		padding-bottom: 0;
		height: 100vh;
		overflow: hidden;
		position: initial;
		width: initial;
        top: initial;
		left: initial;
		z-index: initial;
        background-color: #e9f0f9;
	}
}

.auto-appraisal-stand-alone-2 .container > .row .right-block > .row > .col .d-block img {
	height: 100%;
	object-fit: cover;
	width: 100%;
	margin-left: 0;
}


@media (max-width: 991px) {
	.auto-appraisal-stand-alone-2 .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%;        
	}
}

/*--- ********  TYPE AHEAD CUSTOM COLOR FORM  ********  ---*/
.auto-appraisal-stand-alone-2 .container > .row .left-block .d-block .banner-buttons form.prop-appraisal-form .typeahead__container {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #96989b;
}
.rma-section {
  position: static;
}
.rma-section .title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1em 0 2em 0;
}
.rma-section .title-container h3.title {
  font-weight: bold;
  font-size: 3.2em;
  color: var(--bs-navy);
}
.rma-section .title-container h3.title em {
  font-weight: 300;
  margin-left: 1px;
  color: var(--bs-cyan);
  font-style: normal;
}

@media (max-width:428px) {
    .rma-section .title-container h3.title {
        font-size: 2.5em;
        margin-bottom: -0.8rem;
    }    
}

/* ******** END HEADING STYLES ******** */

.rma-reviews-carousel-2 {
  position: relative;
}
.rma-reviews-carousel-2 .lSSlideWrapper {
  height: auto;
}
.rma-reviews-carousel-2 .lSSlideWrapper > ul {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 0;
  height: 100% !important;
}
.rma-reviews-carousel-2 .lSSlideWrapper > ul > li {
  display: block;
  float: left;
  margin-right: 6px;
  cursor: pointer;
  background-color: #f7f8f9;
  height: auto!important;
}
.rma-reviews-carousel-2 .item.container {
  padding: 0;
  max-width: 1516px;
  height: 100%;
}
.rma-reviews-carousel-2 .item.container > .row {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
}
.rma-reviews-carousel-2 .item.container > .row > .section-left {
  text-align: center;
}
@media (max-width: 991px) {
  .rma-reviews-carousel-2 .item.container > .row > .section-left {
    min-height: unset;
  }
}
.rma-reviews-carousel-2 .item.container > .row > .section-left img.image-property {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 300px;
  max-width: unset;
}
@media (max-width: 992px) {
  .rma-reviews-carousel-2 .item.container > .row > .section-left img.image-property {
    max-width: 100%;
  }
}
@media (max-width: 428px) {
  .rma-reviews-carousel-2 .item.container > .row > .section-left img.image-property {
    max-width: 100%;
  }
}
.rma-reviews-carousel-2 .item.container > .row > .section-right {
  min-height: 695px;
}
@media (max-width: 991px) {
  .rma-reviews-carousel-2 .item.container > .row > .section-right {
    min-height: unset;
  }
}
.rma-reviews-carousel-2 .item.container > .row > .section-right .inner-padding {
  padding: 2em;
}
.rma-reviews-carousel-2 .item.container > .row > .section-right img.image-agent {
  width: 102px;
  height: 102px;
  border: 1px solid #e7eaed;
  background-color: #fafafa;
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
  margin-right: 0.3em;
}
.rma-reviews-carousel-2 .item.container > .row > .section-right img.image-ratemyagent-logo {
  object-fit: contain;
  width: 114px;
  height: auto;
}
.rma-reviews-carousel-2 .item.container > .row > .section-right img.image-ratemyagent-check {
  width: 43px;
  height: 43px;
  background-color: #dcf4f2;
  border-radius: 100%;
  object-fit: cover;
  margin-top: 6px;
}
.rma-reviews-carousel-2 .item.container > .row > .section-right .review-agent-details {
  align-items: center;
}
.rma-reviews-carousel-2 .item.container > .row > .section-right .review-agent-details .agent-name-container {
  position: static;
  font-size: 1.2em;
}
.rma-reviews-carousel-2 .item.container > .row > .section-right .review-agent-details .agent-name-container b {
  width: 100%;
  display: block;
  word-break: break-all;
}
.rma-reviews-carousel-2 .item.container > .row > .section-right .review-agent-details .agent-name-container a.link-more-reviews {
  margin-top: 1em;
  text-decoration: none;
  text-underline-offset: 3px;
  font-weight: bold;
  color: var(--bs-cyan);
}
.rma-reviews-carousel-2 .item.container > .row > .section-right .review-agent-details .agent-name-container a.link-more-reviews:hover {
  text-decoration: underline;
}
.rma-reviews-carousel-2 .item.container > .row > .section-right .review-agent-details .agent-name-container a.link-more-reviews:after {
  content: ">";
  display: inline-block;
  position: relative;
  font-weight: normal;
  font-size: 1em;
  line-height: 4px;
  margin-left: 6px;
  font-family: monospace;
  color: var(--bs-cyan);
}
.rma-reviews-carousel-2 .item.container > .row > .section-right .review-agent-details .link-rentmyagent-container {
  text-align: right;
}
@media (max-width: 991px) {
  .rma-reviews-carousel-2 .item.container > .row > .section-right .review-agent-details .link-rentmyagent-container {
    text-align: left;
  }
}
.rma-reviews-carousel-2 .item.container > .row > .section-right .review-agent-details .link-rentmyagent-container a.link-rentmyagent {
  display: inline-block;
  margin-top: 7px;
}
.rma-reviews-carousel-2 .item.container > .row > .section-right .review-text {
  position: static;
}
.rma-reviews-carousel-2 .item.container > .row > .section-right .review-text h4 {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 1.2em;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 2.6em;
  line-height: 1.3em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rma-reviews-carousel-2 .item.container > .row > .section-right .review-text blockquote {
  font-weight: normal;
  font-size: 1.2em;
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1.6em;
}
.rma-reviews-carousel-2 .item.container > .row > .section-right .review-text .hidden {
  display: none;
}
.rma-reviews-carousel-2 .item.container > .row > .section-right .review-text .readmore {
  margin: 0 5px;
  text-underline-offset: 3px;
  color: var(--bs-cyan);
}
.rma-reviews-carousel-2 .item.container > .row > .section-right .rma-star-rating {
  position: static;
  margin: 2.2em 0 1.6em 0;
}
.rma-reviews-carousel-2 .item.container > .row > .section-right .rma-star-rating .fa {
  font-size: 1.5em;
  letter-spacing: 0.2em;
  color: #c8c8c8;
}
.rma-reviews-carousel-2 .item.container > .row > .section-right .rma-star-rating .fa.checked {
  color: #efbc42 !important;
}
.rma-reviews-carousel-2 .item.container > .row > .section-right .review-submitted-by {
  position: static;
  padding: 1em 0;
}
.rma-reviews-carousel-2 .item.container > .row > .section-right .review-submitted-by .small {
  font-size: 0.8rem;
  position: relative;
}
.rma-reviews-carousel-2 .item.container > .row > .section-right .review-submitted-by .small:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #c9c9c9;
  width: 2px;
  height: 100%;
  left: -15px;
}

/* ******** END SLIDER STYLES ******** */

.lSSlideOuter {
  position: static;
}
.lSSlideOuter .lSAction a {
  width: 66px;
  height: 66px;
  background-image: url(https://resources.cloudhi.io/images/lightslider-controls.png);
  margin-top: -16px;
  background-repeat: no-repeat;
  background-size: 67px;
  background-position: center top;
  box-shadow: none;
  border-radius: 100%;
}
@media (max-width: 991px) {
  .lSSlideOuter .lSAction a {
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.75);
  }
}
.lSSlideOuter .lSAction a.lSPrev {
  background-position: center top;
  left: 3%;
}
.lSSlideOuter .lSAction a.lSNext {
  background-position: center bottom;
  right: 3%;
}
.lSSlideOuter .lSPager.lSpg {
  margin: 40px 0 20px 0 !important;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: var(--bs-white);
  border: 1px solid var(--bs-cyan);
  height: 25px;
  width: 25px;
}
.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: var(--bs-cyan);
}

/* ******** END LIGHT SLIDER CUSTOM STYLES ******** */

 div[data-gjs-type="wrapper"] .hi-cms-editable .rma-section .rma-reviews-carousel-2 {
     overflow: hidden;
     height: auto;
 }

  div[data-gjs-type="wrapper"] .hi-cms-editable .rma-section .rma-reviews-carousel-2 ul.lightSlider {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;   
  }

  div[data-gjs-type="wrapper"] .hi-cms-editable .rma-section .rma-reviews-carousel-2 ul.lightSlider > li:nth-of-type(1n+4)  {
    display: none;
  }


 div[data-gjs-type="wrapper"] .hi-cms-editable .rma-section .rma-reviews-carousel-2 ul.lightSlider li .item.container {
    max-width: unset;
}
.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;
	}
}
.get-in-touch-form-block > .container {
	position: relative;
	width: 100%;
	height: auto;
	padding: 80px 0;
}

@media only screen and (max-width: 667px) {
	.get-in-touch-form-block > .container {
		padding-bottom: 24px;
	}
}

.get-in-touch-form-block > .container .image-wrapper {
	overflow: hidden;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100vw - 17px);
	background-color: #e1e1e1;
	display: block;
}

@media only screen and (max-width: 1400px) {
	.get-in-touch-form-block > .container .image-wrapper {
		width: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.get-in-touch-form-block > .container .image-wrapper {
		width: 100%;
		background-color: #e1e1e1;
	}
}

@media only screen and (max-width: 667px) {
	.get-in-touch-form-block > .container .image-wrapper {
		width: calc(100vw);
	}
}

.get-in-touch-form-block > .container .image-wrapper .img-fluid {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	position: absolute;
	top: 0;
	left: 0;
}

.get-in-touch-form-block > .container .form-wrapper {
	text-align: left;
	width: 559px;
	margin-left: auto;
}

@media (max-width: 1400px) {
	.get-in-touch-form-block > .container .form-wrapper {
		right: 3px;
		min-width: 659px;
	}
}

@media (max-width: 991px) {
	.get-in-touch-form-block > .container .form-wrapper {
		width: 100%!important;
        min-width: unset;
		padding-left: 15px;
		padding-right: 15px;
	}
}



.get-in-touch-form-block > .container .form-wrapper .blank-form-inner {
	height: auto;
	width: 100%;
	position: relative;
	display: block;
	padding: 25px;
	background-color: #fff;
}

@media (max-width: 991px) {
	.get-in-touch-form-block > .container .form-wrapper .blank-form-inner {
		margin: 0;
		border: 1px #b9b8b8 solid;
	}
}

@media only screen and (max-width: 667px) {
	.get-in-touch-form-block > .container .form-wrapper .blank-form-inner {
		padding: 3px;
	}
}

.get-in-touch-form-block > .container .form-wrapper .blank-form-inner h1 {
	font-size: 24px;
	line-height: 24.5px;
	color: #001f49;
	margin-bottom: 7px;
	word-spacing: 0.6px;
	margin-top: 16px;
	margin-left: -1px;
}

@media (max-width: 991px) {
	.get-in-touch-form-block > .container .form-wrapper .blank-form-inner h1 {
		margin-bottom: 19px;
	}
}

.get-in-touch-form-block > .container .form-wrapper .blank-form-inner .form-label {
	font-size: 12px;
	line-height: 16px;
	color: #172b4d;
	margin-bottom: 3px;
}

.get-in-touch-form-block > .container .form-wrapper .blank-form-inner .required-asterisk {
	font-size: 16px;
	color: #172b4d;
	margin-left: 0px;
}

.get-in-touch-form-block > .container .form-wrapper .blank-form-inner label.prefered {
	font-size: 12.4px;
	margin-top: 23px;
	margin-bottom: 9px;
}

.get-in-touch-form-block > .container .form-wrapper .blank-form-inner label[for=preferred-contact-phone], .get-in-touch-form-block > .container .form-wrapper .blank-form-inner label[for=preferred-contact-email] {
	font-size: 12.7px;
}

.get-in-touch-form-block > .container .form-wrapper .blank-form-inner .form-check {
	margin-bottom: 9px;
}

.get-in-touch-form-block > .container .form-wrapper .blank-form-inner .form-check .custom-radio[type=radio] {
	border: 2px #182b4b solid;
}

.get-in-touch-form-block > .container .form-wrapper .blank-form-inner .form-check .custom-radio[type=radio]:checked {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2.5' fill='%2300adef'/%3e%3c/svg%3e");
	border-color: #00adef;
	background-color: #fff;
}

.get-in-touch-form-block > .container .form-wrapper .blank-form-inner .form-check:last-child {
	margin-bottom: 2px;
}

.get-in-touch-form-block > .container .form-wrapper .blank-form-inner .form-select {
	font-size: 14.6px;
}

.get-in-touch-form-block > .container .form-wrapper .blank-form-inner .btn-theme-cyan {
	padding: 12px 16px;
	font-weight: 400;
	margin: 0x;
}

.get-in-touch-form-block > .container .form-wrapper .blank-form-inner .reason-contacting-textarea {
	padding-top: 8px;
	min-height: 96px;
}

.get-in-touch-form-block > .container .form-wrapper .blank-form-inner #botvalidator {
	margin: 23px 0 0 0;
}

@media (max-width: 991px) {
	.get-in-touch-form-block > .container .form-wrapper .blank-form-inner #botvalidator {
		margin: 23px 0 20px 0;
	}
}

@media only screen and (max-width: 767px) {
	.get-in-touch-form-block > .container {
		padding-top: 65vw;
		padding-bottom: 50px;
	}

	.get-in-touch-form-block > .container .image-wrapper .img-fluid {
		height: 100%;
	}
}
