body #inner-page-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
}

body #inner-page-wrapper > .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.header {
	padding: 38px 0;  
	width: 95%;
	max-width: 1400px;
	left: 50%;
	transform: translateX(-50%);		
}

.footer-left-logo, .ts-item a {
	pointer-events: none;
}

.cta-contact-wrapper,
.footer-top-content .col-md-5,
.footer .footer-back-to-top-wrapper .footer-back-to-top{
	display: none
}


@media(min-width: 992px) {
	.footer .footer-left .footer-contact-broker-wrapper {
		max-width: 100%;
	
		justify-content: flex-start;
		position: relative;
	}
	
	.footer-top-content .col-md-7 {
		width: 100%;
		position: relative;
	}
	
	.footer .footer-left .footer-contact-broker-wrapper .footer-contact-broker-col:nth-child(2) {
		flex-grow: 0;
		margin-left: 24%;
	}
	
	.footer .footer-left .footer-contact-broker-wrapper .footer-contact-broker-col .footer-contact-social {
		margin-top: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	.footer-left-logo {
		display: flex;
		justify-content: center;
	}	
}

.footer .footer-back-to-top-wrapper {
	margin-top: 150px;
}

.canvas-img {
    display: block;
    position: relative;
    /* overflow: hidden; */
}

.canvas-img canvas {
    display: block;
    width: 100%;
    height: auto;
}

.canvas-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% + 1px);
    transition: all .5s;
    object-fit: cover;
	margin-top: -1px;
}

.heading-center {
	display: flex;
	justify-content: center;
}

/* header */
.header-phone-col {
    margin-left: auto;
	padding-right: 15px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.header-phone-col .header-phone a {
    padding: 18px 30px;
	transition: all .5s;
	background: #1c9dbf;
}

.header-email {
	position: relative;
	top: -4px;
}
.header-email a i {
	font-size: 16px;
	color: #fff;
}

/* banner */
.lp-sellers-banner {
    position: relative
}

.banner-content {
    position: absolute;
    bottom: 60px;
    z-index: 2;
    color: #fff;
    width: 100%;
}

.banner-content .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.banner-content .container::before,
.banner-content .container::after {
	display: none;
}

.banner-title :is(h1,h2)  {
    font-family: "Prata", serif;
    font-weight: 400;
    font-size: 50px;    
    text-transform: uppercase;
    margin-bottom: 25px;
}

.banner-title :is(h1,h2) small {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
    display: block;
    text-transform: none;
}

.banner-content ul {
    font-family: "Montserrat", sans-serif;
    list-style: disc;
    margin-left: 30px;
    max-width: 555px;
	font-size: 20px;
	font-weight: 500;
} 

.banner-content ul li {
    line-height: 1.2;
    margin-bottom: 10px;    
}

.banner-img canvas {
	min-height: 650px;
}

.banner-img::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .35;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner-form {
	width: 50%;
	max-width: 455px;
	position: relative;
	background-image: url("../../images/home/welcome-bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
	padding: 45px 0 35px;
	top: 60px;
}

.banner-form .wpcf7 {
	padding: 0 50px 0 90px;
}

.banner-form-title {
	font-family: 'Prata', serif;
	font-size: 30px;
	color: #5a5a5a;
	text-align: center;
	padding: 0 0 20px;
	margin-left: 50px;
}

.banner-form::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 100%;
	background-image: url("../../images/home/welcome-accent-bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
}

.banner-form::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .7;
	pointer-events: none;
	z-index: -1;
}

.banner-form .wpcf7 form {
	display: flex;
	flex-wrap: wrap;
}

.banner-form .wpcf7 form .wpcf7-response-output {
	color: #000;
}

.lp-field {
	width: 50%;
	padding: 5px;
}

.lp-field.full {
	width: 100%;
}

.lp-field .wpcf7-form-control {
	background: #fff;
	border: 1px #5a5a5a solid;
	width: 100%;
	font-size: 15px;
	color: #5a5a5a;
	padding: 10px;
}

.lp-submit {
	width: 100%;
	padding: 5px;
}
.lp-submit button {
	background: #1c9dbf;
	width: 100%;
	padding: 10px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 12px;
	font-weight: 700;
}


/* welcome */
.lp-sellers-welcome {
    position: relative;    
    background-image: url("../../images/home/welcome-bg.jpg");    
    background-size: cover;    
    background-position: center;    
    background-repeat: no-repeat;    
    padding: 127px 0 131px 55px;    
    margin-top: -30px;    
    z-index: 1;    
}

.lp-sellers-welcome::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 100%;
	background-image: url("../../images/home/welcome-accent-bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
}

.lp-sellers-welcome::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .7;
	pointer-events: none;
	z-index: -1;
}

.lp-sellers-welcome .global-heading {
    text-align: center;
    text-transform: none;
    margin-bottom: 40px;
}

.lp-sellers-welcome  .global-heading div:first-child {
    padding-left: 0;
    margin-bottom: 18px;
}

.lp-sellers-welcome .global-heading div:first-child::before {
    display: none;
}

.lp-sellers-welcome .global-heading div:nth-child(2) {
    font-size: 50px;
}

.welcome-text p {
    font-size: 18px;
    color: #555555;      
    line-height: 1.2;
    margin-bottom: 30px;
}

/* approach */
.lp-sellers-approach {
	padding: 90px 0;
}

.approach-tiles {	
	margin-top: 30px;	
	font-size: 0;
}

.approach-tile {
	width: 50%;
	padding: 12.5px;
	position: relative;
	display: inline-block;
}

.approach-tile a {
	display: block;
	position: relative;	
	border: 5px transparent solid;
	transition: all .5s;
	overflow: hidden;
}

.approach-tile a:hover {
	border-color: #1c9dbf
}

.approach-img canvas {
	background: #ccc;
	height: 418px;
}

.approach-details {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	background: rgb(0 0 0 / .40);
	color: #fff;
	transform: translateY(65%);
	transition: all .5s;
}

.approach-tile a:hover .approach-details {
	transform: translateY(0);
}

.approach-title {
	font-family: 'Prata', serif;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.approach-details p {
	font-size: 13px;
	line-height: 1.5;
}

/* about */
.lp-sellers-about {
    position: relative;    
    background-image: url("../../images/home/welcome-bg.jpg");    
    background-size: contain;
    background-position: bottom;    
    background-repeat: no-repeat;    
    padding: 127px 0 131px 55px;    
    margin-top: -30px;    
    z-index: 1;    
}

.lp-sellers-about::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 100%;
	background-image: url("../../images/home/welcome-accent-bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
}

.lp-sellers-about::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .7;
	pointer-events: none;
	z-index: -1;
}

.lp-sellers-about .global-heading {
	margin-bottom: 70px;
}

.about-agents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.agent-profile {
	width: 45%;
	margin: 37.5px 0;
}

.agent-profile:first-child {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.agent-profile:first-child .agent-card {
	text-align: center;
}

.agent-profile:first-child .agent-text {
	width: 65%;
}

.agent-card {
	display: flex;		
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;	
}

.agent-info {
	max-width: 200px;
}

.agent-profile:first-child .agent-card {
	flex-direction: column;
}

.agent-profile:first-child .agent-info {
	max-width: 290px;
}

.agent-name {
	margin: 25px 0 5px;	
	font-family: "Prata", serif;
	color: #1c9dbf;
	font-size: 50px;
	line-height: 1.2;
}
.agent-position {
	font-size: 15px;
	color: #5a5a5a;
	font-family: "Montserrat", sans-serif;
	margin: 0 0 15px;	
	line-height: 1.5;
}

.agent-profile:not(:first-child) .agent-info  .agent-position {
	font-weight: 600;
}

.agent-tagline {
	font-size: 25px;
	font-family: "Prata", serif;
	color: #1c9dbf;
	line-height: 1.2
}

.agent-dre {
	color: #5a5a5a;
}

.agent-text p {
    font-size: 16px;
    color: #555555;      
    line-height: 1.5;
    margin-bottom: 30px;	
}

.agent-text .call-text {
	font-weight: 500;
	color: #1c9dbf;
}

.agent-text ul {
    font-family: "Montserrat", sans-serif;
    list-style: disc;
    margin: 0 0 30px 30px;
} 

.agent-text ul li {
    line-height: 1.5;
    margin-bottom: 10px;    
}

.agent-text ul li::marker {
	color: #1c9dbf;
}

.agent-sub-title {
	font-family: "Montserrat", sans-serif;	
	margin-top: 30px;
}
.agent-sub-title > div:first-child{
	font-size: 25px;
	font-weight: 500;	
	color: #1c9dbf;
}
.agent-sub-title > div:last-child {
	color: #5a5a5a;
	font-weight: 600;
	padding: 8px 0 15px;
}

.agent-img {
	overflow: visible;
	box-shadow: 30px 30px 0 #1c9dbf, 0px 30px 0 #1c9dbf;
	margin-bottom: 35px;
	width: 320px;
}

.agent-img canvas {
	background: #ccc;
}


/* process */
.lp-sellers-process {
	padding: 90px 0;
}

.process-heading {
    font-size: 25px;
    font-family: 'Prata', serif;
    color: #5a5a5a;
    padding: 25px 0;
    line-height: 1.3;

}

.col-md-6:nth-child(2) .process-heading {
	max-width: 70%;
}

.lp-sellers-process .panel {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.lp-sellers-process .panel-group .panel+.panel {
	margin-top: 15px;
}

.lp-sellers-process .panel-heading {
	background: #1c9dbf;
	border: 0;
	border-radius: 0;
	color: #fff;
	padding: 0;
}

.lp-sellers-process .panel-heading a {
	display: block;
	padding: 20px 30px;	
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.01em;
	position: relative;
}

.lp-sellers-process .panel-heading a::after {
	font-family: agentimage!important;
	content: "\b0207";
	position: absolute;
	right: 30px;
	color: #fff;
	transition: all .5s;
	transform: rotate(180deg);
}

.lp-sellers-process .panel-heading:has(.collapsed) {
  background: #dddddd;  
}

.lp-sellers-process .panel-heading:has(.collapsed) a,
.lp-sellers-process .panel-heading:has(.collapsed) a::after {
	color: #747474;	
}
.lp-sellers-process .panel-heading:has(.collapsed) a::after {
	transform: rotate(0);
}

.lp-sellers-process .panel-body {
	padding: 30px 25px;
	border: 0 !important;;
}

.lp-sellers-process .panel-body ul {
	list-style: disc;
	margin-left: 20px;
	font-size: 16px;
	line-height: 1.5;
	color: #5a5a5a;
}

.lp-sellers-process .panel-body ul li::marker {
	color: #1c9dbf;
}

/* expectations */
.lp-sellers-expectations {
	padding: 90px 0;
}

.expectations-tiles {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.expectations-tile {
	width: 50%;
	padding: 50px;
	position: relative;
}

.expectations-tile a {
	display: block;
	position: relative;
}

.expectations-img {
	overflow: visible;
	box-shadow: 30px 30px 0 #1c9dbf;
	margin-bottom: 55px;
}


.expectations-img canvas {
	background: #ccc;
}

.expectations-title {
	font-family: 'Prata', serif;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.expectations-details p {
	font-size: 13px;
	line-height: 1.5;
}

.expectations-details p .from {
	color: #1c9dbf;
}

.expectations-btns.global-link {
	text-align: center;
}

.expectations-btns.global-link a {
	display: inline-block;
	padding: 18px 40px;
	vertical-align: middle;
	margin: 0 4px;
}

.expectations-btns.global-link a.arrows {
	padding: 18px 20px
}


/* Testimonials::START */
.testimonials-wrapper {
	background: #ffffff;
	padding: 150px 0 90px;
}

	.heading-center {
		margin-bottom: 40px;
	}
	
	.testimonials-inner-wrapper {
		position: relative;
		width: 1530px;
		max-width: 100%;
		padding: 0 15px;
		margin: 0 auto;
	}
	.testimonials-wrapper .container {
		max-width: 100%;
	}
		.ts-slide-wrapper {
			max-width: 1080px;
			margin: 0 auto;
		}
			.ts-slide {
				
			}
			.ts-slide:not(.slick-initialized) .ts-item:nth-child(1) ~ div {
				display: none;
			}
			.ts-item {
				text-align: center;
			}
			.ts-item p {
				font: italic 400 30px/1.6 'Georgia', serif;
				color: #1c9dbf;
				letter-spacing: 0.025em;
			}
			.ts-item a {
				display: inline-block;
				font: 700 24px/1 'Montserrat', sans-serif;
				color: #555555;
				text-align: center;
				margin-top: 60px;
				transition: all 0.35s ease-in-out;
			}
			.ts-item a:hover,
			.ts-item a:focus {
				color: #1c9dbf;
			}
			.testimonials-slide-arrows {
				position: absolute;
				top: calc( 50% - 40px );
				left: 15px;
				transform: translateY(-50%);
				width: calc(100% - 30px);
				pointer-events: none;
			}

			.testimonials-slide-arrows span {
				display: inline-block;
				vertical-align: top;
				width: 61px;
				height: 47px;
				padding: 11px 0;
				border: 2px solid #555555;
				font-size: 20px;
				color: #555555;
				text-align: center;
				cursor: pointer;
				pointer-events: auto;
			}
			
			.testimonials-slide-arrows span:hover,
			.testimonials-slide-arrows span:focus {
				color: #fff;
				background-color:#1f317b;
				border-color:#1f317b;
			}
			
			.testimonials-slide-arrows .arrow-next {
				float: right;
			}

			.ts-slide-wrapper ul.slick-dots {
				text-align: center;
				display: none !important;
			}
			
			.ts-slide-wrapper ul.slick-dots li {
				display: inline-block;
				vertical-align: middle;
				margin: 0 8px;
			}
			
			.ts-slide-wrapper ul.slick-dots button {
				width: 14px;
				height: 14px;
				position: relative;
				background-color: transparent;
				padding: 0;
				border-radius: 100%;

				transition: 400ms ease;
				-webkit-transition: 400ms ease;
			}
			
			.ts-slide-wrapper ul.slick-dots button:before {
				border-radius: 100%;
				content: '';
				width: 50%;
				height: 50%;
				background: #aaaaaa;
				display: block;
				left: 0;
				right: 0;
				bottom: 0;
				top: 0;
				margin: auto;

				transition: 400ms ease;
				-webkit-transition: 400ms ease;
			}
			
			.ts-slide-wrapper ul.slick-dots .slick-active button {
				background: #3eacc9;
			}
			
			.ts-slide-wrapper ul.slick-dots .slick-active button:before {
				width: 4px;
				height: 4px;
				background: #fff;
			}

/* Testimonials::END */

.footer-form-wrap {
	padding: 0 0 90px 0;
}

.footer-form-holder .wpcf7-form {
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-form-holder .ff-field {
	width: 100%;
	position: relative;
}

.footer-form-holder .ff-field .wpcf7-not-valid-tip {
	position: absolute;
	right: 8px;
	top: 0;
	left: auto;
	width: auto;
}

.footer-form-holder .wpcf7 {
	position: relative;
}

.footer-form-holder .wpcf7 form .wpcf7-response-output {
	position: absolute;
	width: 100%;
	background: #fff;
	bottom: -20px;;
	margin: 0;
	text-align: center;
}

.footer-form-holder .ff-field--half {
	width: calc(50% - 5px);
}

.footer-form-holder .ff-field--thirds {
	width: calc(33.33% - 5px);
}

.footer-form-holder .ff-field .wpcf7-form-control {
	width: 100%;
	background: transparent;
	-webkit-box-shadow: none;
	border: 0;
	border-bottom: 1px #666 solid;
	padding: 20px 0;
	font-size: 14px;
	outline: none;
	color: #666;
	margin: 5px 0;
	letter-spacing: 0.075em;
}

.footer-form-holder .ff-field label[for="ff-message"] {
	margin: 30px 0;
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.075em;
}

.footer-form-holder .ff-field .wpcf7-textarea {
	height: 80px;
	resize: none;
	margin-bottom: 30px;
}

.footer-form-holder .ff-field [data-name="your-message"] .wpcf7-not-valid-tip {
	top: auto;
	bottom: 50px;
}

/* popup */
#popup-form .wpcf7-form {
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#popup-form .ff-field {
	width: 100%;
	position: relative;
}

#popup-form .ff-field .wpcf7-not-valid-tip {
	position: absolute;
	right: 8px;
	top: 0;
	left: auto;
	width: auto;
}

#popup-form .wpcf7 {
	position: relative;
}

#popup-form .wpcf7 form .wpcf7-response-output {
	position: absolute;
	width: 100%;
	background: #fff;
	bottom: -20px;;
	margin: 0;
	text-align: center;
}

#popup-form .ff-field--half {
	width: calc(50% - 5px);
}

#popup-form .ff-field--thirds {
	width: calc(33.33% - 5px);
}

#popup-form .ff-field .wpcf7-form-control {
	width: 100%;
	background: transparent;
	-webkit-box-shadow: none;
	border: 0;
	border-bottom: 1px #666 solid;
	padding: 20px 0;
	font-size: 14px;
	outline: none;
	color: #666;
	margin: 5px 0;
	letter-spacing: 0.075em;
}

#popup-form .ff-field label[for="ff-message"] {
	margin: 30px 0;
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.075em;
}

#popup-form .ff-field .wpcf7-textarea {
	height: 80px;
	resize: none;
	margin-bottom: 30px;
}

#popup-form .ff-field [data-name="your-message"] .wpcf7-not-valid-tip {
	top: auto;
	bottom: 50px;
}

:is(#popup-form, .footer-form-holder) .lp-submit button {
	max-width: 320px;
	margin: 0 auto;
	color: #fff;
	transition: all .5s;
	padding: 20px;
	font-size: 15px;
}
:is(#popup-form, .footer-form-holder) .lp-submit button:hover {
	background-color: #666;
}


.aiosp-container.aiosp-inline-holder.aiosp-ref-\#popup-form .aios-popup-body {
	padding: 80px;
	max-width: 880px;
}

@media(min-width: 992px) {	
	.approach-tile:nth-child(2) {	
		top: -30px;
	}
	
	.approach-tile:nth-child(2) canvas, .approach-tile:nth-child(3) canvas{
		height: calc(418px - 30px);
	}
	
	.approach-tile:nth-child(3) {
		top: -30px;
	}
	
	.approach-tile:nth-child(4) {
		top: -30px;
	}	
}

@media(min-width: 1199px) {	
	.banner-content .container {
		width: 95%;
		max-width: 1400px;
	}
}

@media(min-width: 1200px) {
	.lp-sellers .container {
		width: 1340px;
	}

	.banner-content .container {
		width: 95%;
		max-width: 1400px;
	}

	
}

@media(max-width: 991px) {
	.header {
		display: block !important;;
	}
	.header .header-inner-wrapper {
		flex-direction: column-reverse;
	}
	.header-phone-col {
		padding: 35px 0 0 0 !important;
		margin-left: 0;
	}
	.ip-container #main-wrapper {
		padding-top: 0;
	}

	.banner-content {
		position: relative;
		background: #000;
		bottom: 0;
		text-align: center;
		padding: 50px 0;
	}

	.banner-content .container {
		flex-wrap: wrap;
		width: 90%;
		justify-content: center;
	}

	.banner-form {
		width: 100%;
	}

	.lp-field {
		width: 100%;
	}

	.banner-content ul {
		max-width: 100%;
		text-align: left;
		max-width: 400px;
		margin: 0 auto;
		font-size: 15px;
	}

	.banner-form {
		top: 0;
		margin-top: 40px;
	}
	
	.approach-tile {
		width: 100%;
	}

	.agent-profile:first-child .agent-text {
		width: 100%;
		margin-top: 30px;
	}

	.agent-profile {
		width: 100%;
		justify-content: center !important;
	}
	.agent-card {
		justify-content: center;
	}
	.agent-info {
		max-width: 100%;
		text-align: center;
	}

	.agent-text {
		text-align: center;
	}

	.agent-text ul {
		text-align: left;
	}

	.col-md-6:nth-child(2) .process-heading{
		max-width: 100%;
	}
	.process-heading {
		text-align: center;
	}

	.testimonials-wrapper {
		padding: 50px 0;
	}

	.lp-sellers-process {
		padding: 20px 0; 
	}

	.expectations-tile {
		width: 100%;
	}

	.approach-details  {
		transform: translateY(0)
	}

	.aiosp-container.aiosp-inline-holder.aiosp-ref-\#popup-form .aios-popup-body {
		padding: 40px 20px;
	}
}

@media(max-width: 480px) {
	.global-heading div:nth-child(2) {
		font-size: 40px;
	}
}