.clear {
	clear: both
}
.resp-tabs-list {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}
.resp-tabs-list:before, .resp-tabs-list:after {
	content: " ";
	display: table
}
.resp-tabs-list:after {
	clear: both
}
h4.resp-accordion:hover, h4.resp-accordion:focus, .resp-tabs-list li:hover, .resp-tabs-list li:focus {
	text-decoration: none;
	border-color: #eee #eee #ddd;
	cursor: pointer;
	color: #333
}
h4.resp-accordion, .resp-tabs-list li {
	position: relative;
	font-size: 16px;
	line-height: 1.42857;
	padding: 10px;
	margin-bottom: 10px;
	transition: all .4s ease-in-out 0;
	-moz-transition: all .4s ease-in-out 0;
	-webkit-transition: all .4s ease-in-out 0;
	-o-transition: all .4s ease-in-out 0;
	-ms-transition: all .4s ease-in-out 0
}
h4.resp-accordion.resp-tab-active, h4.resp-accordion.resp-tab-active:hover, h4.resp-accordion.resp-tab-active:active, .resp-tabs-list li.resp-tab-active, .resp-tabs-list li.resp-tab-active:hover, .resp-tabs-list li.resp-tab-active:active {
	color: #333;
}
.resp-tab-content {
	display: none;
	padding: 15px;
	margin-bottom: 20px;
	margin-top: 50px;
	position: relative;
    overflow: hidden;
}
.resp-arrow {
	float: right
}
.resp-arrow:before {
    content: '';
    position: relative;
    background: url(../../img/icons/down-arrow.png);
    display: block;
    width: 20px;
    height: 20px;
    top: 2px;
    background-size: cover;
}
.resp-tab-active .resp-arrow {
	float: right
}
.resp-tab-active .resp-arrow:before {
    background-image: url(../../img/icons/up-arrow.png);
    content: "";
    background-size: cover;
    width: 20px;
    height: 20px;
    top: 2px;
    display: block;
}
/*.resp-tab-active .resp-arrow:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f064'
}
*/h4.resp-accordion {
	cursor: pointer;
	display: none
}
.resp-content-active, .resp-accordion-active {
	display: block
}
.resp-tabs-top .resp-tabs-list li {
    display: block;
    float: left;
    margin-bottom: -1px;
    margin-right: 18px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    border-top: 2px solid #c89012;
    border-bottom: 2px solid #c89012;
    margin-left: 18px;
    padding: 10px 15px;
}
.resp-tabs-top .resp-tabs-list li.resp-tab-active, .resp-tabs-top .resp-tabs-list li.resp-tab-active:hover, .resp-tabs-top .resp-tabs-list li.resp-tab-active:active {
	background: #c89012;
	color: #fff
}
.resp-tabs-bottom .resp-tabs-list li {
	display: block;
	float: left;
	margin-top: -1px;
	margin-right: 2px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px
}
.resp-tabs-bottom .resp-tabs-list li.resp-tab-active, .resp-tabs-bottom .resp-tabs-list li.resp-tab-active:hover, .resp-tabs-bottom .resp-tabs-list li.resp-tab-active:active {
	border-top-color: transparent;
	cursor: default
}
.resp-tabs-bottom .resp-tab-content {
	margin-bottom: 0;
	-webkit-border-radius: 5px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 5px;
	border-bottom-left-radius: 0
}
.resp-tabs-left .resp-tabs-list {
	float: left;
	width: 30%;
	margin-top: 20px
}
.resp-tabs-left .resp-tabs-list li {
	margin-right: -1px;
	margin-bottom: 2px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px
}
.resp-tabs-left .resp-tabs-list li.resp-tab-active, .resp-tabs-left .resp-tabs-list li.resp-tab-active:hover, .resp-tabs-left .resp-tabs-list li.resp-tab-active:active {
	border-right: none;
	cursor: default
}
.resp-tabs-left .resp-tabs-container {
	float: left;
	width: 70%
}
.resp-tabs-left .resp-tab-content {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px
}
.resp-tabs-right .resp-tabs-list {
	float: right;
	width: 30%;
	margin-top: 20px
}
.resp-tabs-right .resp-tabs-list li {
	margin-left: -1px;
	margin-bottom: 2px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}
li.resp-tab-item.resp-tab-active:hover {
	background: #c89012;
	color: #fff
}
.resp-tabs-top .resp-tabs-list li:hover {
	background: #c89012;
	color: #fff
}
.resp-tabs-right .resp-tabs-list li.resp-tab-active, .resp-tabs-right .resp-tabs-list li.resp-tab-active:hover, .resp-tabs-right .resp-tabs-list li.resp-tab-active:active {
	border-left: none;
	cursor: default
}
.resp-tabs-right .resp-tabs-container {
	float: left;
	width: 70%
}
.resp-tabs-right .resp-tab-content {
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.resp-accordion h4.resp-accordion {
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px
}
.resp-accordion .resp-tab-content {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px
}
@media only screen and (max-width: 767px) {
	
.resp-tab-content {
	margin-top:0px;
	margin-bottom:0px;
    padding: 15px 0;
}
ul.resp-tabs-list {
	display: none
}
h4.resp-accordion {
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #333;
}
.resp-tabs-container {
	width: 100%!important
}
.resp-tab-content {
	-webkit-border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	-ms-border-radius: 5px!important;
	-o-border-radius: 5px!important;
	border-radius: 5px!important
}
h4.resp-accordion, .resp-tabs-list li {
	transition: none!important;
	-moz-transition: none!important;
	-webkit-transition: none!important;
	-o-transition: none!important;
	-ms-transition: none!important
}
}
.real-estate-section {
	padding-top: 80px
}
.resp-tabs-top .resp-tabs-list li:last-childe {
margin-right:0
}
