.page-template-benefits-of-buying .banner_info h2 {
	max-width: 610px;
}

.page-template-benefits-of-buying .experience-table.buying-Reasons .experience-table-style p,
.page-template-benefits-of-buying .experience-table.buying-Reasons .experience-table-style h2,
.page-template-benefits-of-buying .experience-table.buying-Reasons .experience-table-style li {
	color: #fff;
}

.page-template-benefits-of-buying .experience-table.buying-Reasons .experience-table-style li {
	color: #fff;
	font-family: Open Sans;
	font-size: 20px;
	margin-bottom: 15px;
}

.page-template-benefits-of-buying .experience-table.buying-Reasons .experience-table-style ol {
	margin: 0;
	padding-top: 15px;
	margin-left: -6px;
}

.page-template-benefits-of-buying .experience-table.buying-Reasons .experience-table-style li::marker {
	color: #f15d22;
}

.page-template-benefits-of-buying .experience-table.buying-Reasons .experience-table-style .row {
	align-items: center;
}

/********** Button Style START **********/
.page-template-benefits-of-buying .white_btn {
	margin-top: 20px !important;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	border: none;
	transition: none !important;
}

.page-template-benefits-of-buying .white_btn i {
	color: #f15d22;
}

.page-template-benefits-of-buying .white_btn:hover {
	background: #f15d22 !important;
	color: #fff !important;
	border: none !important;
}

.page-template-benefits-of-buying .white_btn:hover i {
	color: #fff !important;
}

.page-template-benefits-of-buying .black_btn {
	margin-top: 20px !important;
	display: inline-block !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	transition: none !important;
}

.page-template-benefits-of-buying .black_btn:hover {
	background: #f15d22 !important;
	color: #fff !important;
}

.page-template-benefits-of-buying .black_btn i {
	color: #f15d22;
}

.page-template-benefits-of-buying .black_btn:hover i {
	color: #fff !important;
}

/********** Button Style END **********/


.page-template-benefits-of-buying .owner_listed_section.savy_div .text li {
	display: flex;
	align-items: baseline;
	font-size: 20px;
}

.page-template-benefits-of-buying .owner_listed_section.savy_div .row {
	display: flex;
	align-items: center;
}

.page-template-benefits-of-buying .way-to-buy-a-home .color-bg {
	background-color: #ECF6FF;
}

.page-template-benefits-of-buying .way-to-buy-a-home .color-bg .row>.col-md-6 {
	display: flex;
	align-items: center;
}

.page-template-benefits-of-buying .way-to-buy-a-home h2 {
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 48px !important;
	letter-spacing: -0.02em;
	margin-bottom: 15px;
}

.page-template-benefits-of-buying .way-to-buy-a-home {
	margin-top: 140px;
}

.page-template-benefits-of-buying .accountability-index .col-md-3 .small-text {
	font-size: 22px;
	font-weight: 500;
}

.page-template-benefits-of-buying .accountability-index .col-md-3 .small-text span {
	display: block;
	color: #f15d1f;
}

.page-template-benefits-of-buying .accountability-index .col-md-9 p {
	font-size: 28px;
}

.page-template-benefits-of-buying section.accountability-index {
	margin-top: 150px;
}

.page-template-benefits-of-buying .black_btn_div .black_btn:hover i {
	color: white;
}

.page-template-benefits-of-buying .way-to-buy-a-home .color-bg .row {
	align-items: center;
}

.page-template-benefits-of-buying .experience-table.selling-reasons .experience-table-style li:before {
    content: counter(list-item)".";
    color: #f15d22;
    padding-right: 6px;
    width: 34px;
    display: inline-block;
    text-align: right;
}

.page-template-benefits-of-buying .experience-table.selling-reasons .experience-table-style li {
    list-style: none;
    line-height: unset;
}

.page-template-benefits-of-buying .experience-table.selling-reasons .experience-table-style ul {
    padding: 15px 0px 0px 0px;
}




@media only screen and (max-width: 1440px) {
	.page-template-benefits-of-buying .way-to-buy-a-home .color-bg .row>.col-md-6 {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	
	.page-template-benefits-of-buying .way-to-buy-a-home .color-bg .row>.col-md-6 img {
		max-width: 475px;
	}
}