*:not(i) {
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif;
}
:root {
  color-scheme: light; /* both supported */
}
body {
  --text-color: #000;
  --bkg-color: #fff;
}
h1,
h1 * {
	font-size: 40px;
}
h2,
h2 * {
	font-size: 40px;
}
h3,
h3 * {
	font-size:30px;
}
h4,
h4 * {
	font-size:20px;
}
h5,
h5 * {
	font-size:20px;
	font-family: 'Roboto Condensed', sans-serif;
}
h6,
h6 * {
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif;
}
h1,
h2,
h3,
h4 {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	margin-bottom:0;
	margin-top:0;
}
body,
p {
	font-size:16px;
}
img {
	max-width: 100%;
	height:auto;
}
.container {
	width: 100%;
	max-width: 1890px;
}
a,
a:hover,
input,
input:hover {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	color:initial;
	text-decoration: none;
}
/* Hovers */
.section_2_home p a:hover,
.bottom_btns_listing a:hover,
.sidebar_listing input.wpcf7-submit:hover,
.contact_2_desc a:hover {
	color:#000;
	background:transparent;
}
.section_2_home p a:nth-last-child(1):hover,
.bottom_btns_listing p a:nth-last-child(1):hover,
.contact_2_desc p a:nth-last-child(1):hover {
	color:#fff;
	background:#000;
}
#mc_embed_signup input.mce_inline_error {
	border-color:#000 !important;
}

/* Header */
header {
	padding:30px 0;
}
header ul {
	list-style: none;
	padding-left:0;
	margin-bottom:0;
}
header ul>li {
	display: inline-block;
}
header ul>li>a {
	text-transform: uppercase;
	color:#000;
}
.header_center {
	text-align: center;
}
.header_center img {
	width: 100%;
	max-width: 415px;
}
.header_left li {
	margin-right:15px;
}
.header_right {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-end;		
}
.header_right ul {
	text-align: right;
}
.header_right li {
	margin-left:15px;
}
.social-icons a {
	margin-left:15px;
	color:#555555;
}
/* Home */
.top_banner_home {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	padding-bottom:50%;
	height: 0;
}
.top_banner_caption {
	text-align: center;
	padding:15px;
	border-bottom:solid thin #C6C6C6;
}
.top_banner_caption p {
	margin-bottom: 0;
	text-transform: uppercase;
}
.section_2_home,
.section_3_home,

.section_6_home,
.section_7_home {
	padding:60px 0;
}
.section_4_home {
	padding:60px 0 0;
}
.section_5_home {
	padding:30px 0 60px;
}
.section_5_home img {
	margin:0 auto;
	display: block;
}
.section_2_home h4 {
	font-family: 'Roboto Condensed', sans-serif;
	margin-top:15px;
	margin-bottom:30px;
	text-transform: uppercase;
}
.section_2_home p a{
    padding: 15px 30px;
    background: #000;
    border: solid thin #000;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
}
.section_2_home p a:nth-last-child(1) {
	background: transparent;
	color: #000;
	margin-left: 15px;
}
.section_top_title {
	text-align: center;
	padding:0 15px 15px;
	border-bottom:solid thin #C6C6C6;	
}
.section_top_title p {
	margin-bottom: 0;
	text-transform: uppercase;	
}
.section_sub_title {
	text-align: center;
	margin-top:90px;
	margin-bottom:60px;
}
.spacing_top_title {
	margin-bottom:60px;
}
.styling_bg {
	padding-bottom: 100%;
	height:0;
	position:relative;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
.styling_bg div.monologue {
	position:absolute;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	top:50%;
	left:50%;
	text-align: center;
	padding:30px 60px;
	background:#FFFFFF;
	display: inline-block;
}
.styling_bg div.inner_monologue {
	margin-top:15px;
	max-height:0;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.styling_bg div.monologue:hover div.inner_monologue {
	max-height:500px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.styling_bg h3 {
	margin-bottom: 3.75px;
}
.section_5_home h2 {
	margin-bottom:30px;
}
.styling_bg p {
	margin-bottom:0;
	text-transform: uppercase;
}
.bottom_btns_listing {
	margin-top:30px;
	text-align: center;
}
.bottom_btns_listing p {
	margin-bottom: 0;
}
.bottom_btns_listing a {
	padding:15px 15px;
	background:#000;
	border:solid thin #000;
	display: inline-block;
	color:#fff;
	text-transform: uppercase;	
	font-size:16px;
	letter-spacing: 2px;
}
.bottom_btns_listing p a:nth-last-child(1) {
	background:transparent;
	color:#000;
	margin-left:15px;
}

.testimonials {
	text-align: center;
}
.testimonials .owl-item div{
	max-width:calc(100% - 240px);
	margin:auto;
}
.testimonials h5 {
	text-transform: uppercase;
	margin-top:calc(60px - 1rem);
}
.testimonials.owl-carousel .owl-nav button.owl-prev,
.testimonials.owl-carousel .owl-nav button.owl-next {
	position:absolute;
	top:7.5px;
	font-size:24px;	
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}

.owl-gallery.owl-carousel .owl-nav button.owl-next,
.owl-gallery.owl-carousel .owl-nav button.owl-prev {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	font-size:24px;
}
.owl-gallery.owl-carousel .owl-nav button.owl-next,
.owl-gallery.owl-carousel .owl-nav button.owl-prev {
	font-size: 24px;
	background:#fff;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width:60px;
	height:60px;
	border:solid thin #000;
}



.testimonials.owl-carousel .owl-nav button.owl-prev,
.owl-gallery.owl-carousel .owl-nav button.owl-prev {
	left:15px;
}
.testimonials.owl-carousel .owl-nav button.owl-next,
.owl-gallery.owl-carousel .owl-nav button.owl-next {
	right:15px;
}
.testimonials.owl-carousel button.owl-dot{
	margin-top:30px;
	text-align: center;
}
.testimonials.owl-carousel button.owl-dot{
	width:10px;
	height:10px;
	border:solid thin #000000;
	display: inline-block;
	margin:0 5px;
}
.owl-dots button.active {
	background:#000;
}
/* Listing */
.section_1_listing {
	text-align: center;
}
.section_1_listing h1 {
	margin-bottom: 7.5px;
}
.section_1_listing  p {
	margin-bottom: 0;
	text-transform: uppercase;
}
.owl-gallery-s{

	padding-bottom: 50%;
	height:0;
	position:relative;
	background-size: contain !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
.owl-gallery {
	margin-bottom:60px;
}
.section_1_listing {
	padding:15px 0;
	margin:15px auto;
	border-top:solid thin #C6C6C6;
	border-bottom:solid thin #C6C6C6;
}
.section_1_listing p span {
	margin-right:5px;
}
.section_1_listing p span:nth-last-child(1) {
	margin-right:0;
}
.section_2_listing {
	margin-bottom:calc(30PX - 1rem);
}
.section_2_listing h3{
	margin-bottom: 30px
}
.section_3_listing {
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.section_3_listing div {
	border-top:solid thin #EAEAEA;
	border-bottom:solid thin #EAEAEA;
	border-left:solid thin #EAEAEA;
	width:20%;
	padding:30px 15px;
}
.section_3_listing div:nth-last-child(1) {
	border-right:solid thin #EAEAEA;
}
.section_3_listing p {
	margin-bottom:0;
}
.section_3_listing h3 {
	margin-bottom:7.5px;
}
.section_4_listing,
.section_5_listing {	
	margin-top:60px;
}
.section_4_listing h3,
.section_5_listing h3 {
	margin-bottom:30px;
	padding-bottom:15px;
	border-bottom:solid thin #EAEAEA;
}
.section_4_listing h4 {
	text-transform: uppercase;
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom:15px;
}
.section_4_listing ul {
	padding-left:0;
	margin-bottom:0;
	list-style: none;
}
.section_4_listing li {
	margin-bottom:3.75px;
}
.section_4_listing span {
	margin-right:15px;
	min-width:50%;
	display: inline-block;
}
.section_5_listing iframe{
	width:100%;
}

/* About */
.section_1_about {
	margin-bottom:30px;
}
.innner_section_img{
	height:0;
	padding-bottom:100%;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
}
.innner_section_desc div {
	max-width: 674px;
}
.innner_section_desc h3 {
	margin-bottom:30px;
}
.innner_section_desc p:nth-last-child(1) {
	margin-bottom:0;
}
.section_1_about .innner_section_desc {
	margin-left:-15%;
	padding:120px;
	background:#FAFAFA;
}
.section_2_about .innner_section_mid {
	justify-content: center;
}
.innner_section_mid {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/* align-items: center; */
}
.top_default_title {
	padding: 15px 0;
	margin: 15px auto 30px;
	border-top: solid thin #C6C6C6;
	border-bottom: solid thin #C6C6C6;
	text-align: center;
}
.top_default_title h1 {
	font-size:30px;
}
.top_listing_title.top_default_title {
	margin-bottom:0;
}
.listing_info_filter {
	padding: 15px 15px;
	margin: 0px auto 30px;
	border-bottom: solid thin #C6C6C6;
	text-align: center;
}
.listing_info_filter a {
	margin:0 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.listing_info_filter a:not(.active) {
	opacity: 0.2
}
.listing_info_filter a.active {
	text-decoration: underline
}
/* Single Listing */
.inner_listing_item {
	display: inline-block;
	width:100%;
	text-align: center;
	margin-bottom:30px;
	border:solid thin #C6C6C6;
	height:calc(100% - 30px);
}
.inner_listing_item * {
	color:#000000;
}
.panel_img {
	height:0;
	padding-bottom:75%;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
}
.lower_panel_info {
	padding:15px;
}
.lower_panel_info h3 {
	margin-bottom:7.5px;
}
.lower_panel_info p {
	margin-bottom:0;
}
.section_3_listings {
	margin-top:90px;
}
.section_3_listings .section_top_title {
	margin-bottom:120px;
}
.section_3_listings .bottom_left {

}
.section_3_listings .bottom_left h4 {
	margin-bottom:30px;
	line-height:1.5;
}
.section_3_listings .bottom_left a {
	padding:15px 15px;
	background:#000;
	border:solid thin #000;
	display: inline-block;
	color:#fff;
	text-transform: uppercase;	
	font-size:16px;
	letter-spacing: 2px;
}
.section_3_listings .bottom_right {

}
.section_3_listings .bottom_right p {
	text-transform: uppercase;
	margin-bottom: 7.5px;
}
.section_3_listings .bottom_right h4 {
	line-height:1.5;
}
.section_3_listings .section_top_title {
	margin-bottom: calc(60px + 1rem);
}
/* Contact */

.contact_1_desc {
	margin-bottom:30px;
}
.contact_1_desc h5 {
	margin-top:15px;
	margin-bottom:60px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
.contact_2_desc {
	margin-bottom:60px;
}
.contact_2_desc a {
	padding:15px 15px;
	background:#000;
	border:solid thin #000;
	display: inline-block;
	color:#fff;
	text-transform: uppercase;	
	font-size:16px;
	letter-spacing: 2px;
}
.contact_2_desc p {
	margin-bottom:0;
}
.contact_2_desc p a:nth-last-child(1) {
	background:transparent;
	color:#000;
	margin-left:15px;
}
.contact_3_desc h4 {
	font-family: 'Roboto Condensed', sans-serif;
	margin-top:60px;
	text-transform: uppercase;
}
.contact_3_desc img {
	max-width: 260px;
	margin-top:15px;	
}

/* Footer */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:  #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color:  #000;
}
footer {
	margin-top:60px;
	padding: 60px 0px 0px;
	border-top: solid thin #C6C6C6;
}
footer h4 {
	margin-bottom:30px;
}
footer img {
	max-width: 260px;
	margin-top:15px;
}
footer h5 {
	text-transform: uppercase;
	margin-bottom: 15px;
}
.footer_top {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.footer_top p {
	margin-bottom:7.5px;
}
.social_icons_foot {
	margin-bottom:15px;
}
.social_icons_foot a {
	margin-right:15px;
}
.footer_top ul {
	padding-left:0;
	margin-bottom: 0;
	list-style: none;
}
.footer_top ul>li {
	display: inline-block;
	margin-right:15px;
}
.footer_top ul>li>a {
	text-transform: uppercase;
	color:#000;
}
.btm_footer {
	margin-top:60px;
	padding: 15px 0px 15px;
	border-top: solid thin #C6C6C6;
}
.btm_footer ul {
	padding-left:0;
	margin-bottom: 0;
	list-style: none;
}
.btm_footer ul>li {
	display: inline-block;
}
.btm_footer ul>li>a {
	text-transform: uppercase;
	color:#000;
}
.btm_footer_center {
	text-align: center;
}
.btm_footer_center p {
	margin-bottom: 0;
}
.btm_footer_left li {
	margin-right:15px;
}
.btm_footer_right {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-end;	
}
.btm_footer_right ul {
	text-align: right;
}
.btm_footer_right li {
	margin-left:15px;
}
.sidebar_listing {
	border:solid thin #EAEAEA;
}
.sidebar_listing h3,
.styling_service_contact h3 {
	margin-bottom:30px;
}
.sidebar_listing p,
.styling_service_contact p {
	margin-bottom:30px;
}
.sidebar_listing form {
	padding:30px 30px 0;
}
.sidebar_listing input:not(.wpcf7-submit),
.styling_service_contact input:not(.wpcf7-submit) {
	border:solid thin #C6C6C6;
	height:50px;
	padding:0 10px;
	display: inline-block;
	width: 100%;
}
.sidebar_listing textarea,
.styling_service_contact textarea {
	border:solid thin #C6C6C6;
	max-height:100px;
	padding:10px;
	display: inline-block;
	width: 100%;
}
.sidebar_listing .wpcf7-form-control-wrap,
.styling_service_contact .wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
	margin-bottom:15px;
}
.sidebar_listing input.wpcf7-submit,
.styling_service_contact input.wpcf7-submit {
	padding: 15px 30px;
	background: #000;
	border: solid thin #000;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	cursor: pointer;
}
.sidebar_contact {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	padding:30px;
	margin-top:30px;
	border-top:solid thin #EAEAEA;
}
.sidebar_contact img {
	max-width:120px;
	border-radius: 50%;
	margin-right:15px;
}
.sidebar_contact h3 {
	margin-bottom:15px;
}
.sidebar_contact h6 {
	margin-bottom:15px;
}
#mce-EMAIL {
	border:solid thin #000000;
	height:45px;
	width: calc(100% - 167px);
	padding:15px;
	display: inline-block;
}
#mc-embedded-subscribe {
    padding: 0px 30px;
    background: #000;
    border: solid thin #000;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    height:45px;
}
.mc-field-group {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#mc_embed_signup div.mce_inline_error {
	width: calc(100% - 167px);
}
.section_styling {
	margin-bottom:60px;
}
.section_styling h3 {
	margin-bottom:15px;
}
.styling_service_contact h3 {
	text-transform: capitalize;
}
.section_styling h4 {
	margin-bottom:30px;
	text-transform: uppercase;
}
.section_styling img {
	border-radius: 50%;
}
.section_styling .innner_section_desc {
	width: 100%;
}
.section_styling .innner_section_desc img {
	margin:auto;
	display: block
}
.section_2_styling .seperator {
	width:100%;
	padding-top:60px;
	margin-top:60px;
	border-top:solid thin #C6C6C6;
}
.about_home_content{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.about_home_content div.outer_about_home {
	flex-grow: 1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.outer_about_home div {

}
.about_home_content img {
	max-width: 260px;
}


.buying_selling_con {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.bs_1 {
	flex-grow: 1;
}
.bs_2 img {
	max-width:260px;
	margin-top:15px;
}
.bs_2 h5 {
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
}
.bs_2 h4 {
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 30px;
	text-transform: uppercase;	
}
#hidden-content_1,
#hidden-content_2 {
	max-width:960px;
}

#hidden-content_1 input:not(.wpcf7-submit),
#hidden-content_2 input:not(.wpcf7-submit) {
border: solid thin #C6C6C6;
height: 50px;
padding: 0 10px;
display: inline-block;
width: 100%;
}
#hidden-content_1 textarea,
#hidden-content_2 textarea {
    border: solid thin #C6C6C6;
    max-height: 100px;
    padding: 10px;
    display: inline-block;
    width: 100%;
}
#hidden-content_1 .wpcf7-form-control-wrap,
#hidden-content_2 .wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
#hidden-content_1 input.wpcf7-submit,
#hidden-content_2 input.wpcf7-submit {
    padding: 15px 30px;
    background: #000;
    border: solid thin #000;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    cursor: pointer;
}
.top_banner_home,
.styling_bg {
	position: relative;
	overflow: hidden;
}
video {
	border: 0;
	pointer-events: none;
	z-index: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	min-width: 100%;
	min-height: 100%;
}
.bottom_no_listings {
	text-align: center;
}
.section_4_home .section_top_title,
.section_3_home .section_top_title {
	margin-bottom:60px;
}



@media (max-width: 1399.98px) {
	.section_1_about .innner_section_desc {
		margin-left:0;
		padding:0px 15px;
		background:transparent;
	}
}

@media (max-width: 1199.98px) {
	.section_2_home p a,
	.contact_2_desc a {
		padding:7.5px 15px;
	}
	.section_2_home p a:nth-last-child(1),
	.contact_2_desc p a:nth-last-child(1) {
		margin-left:0;
	}
	.section_2_home,
	.section_3_home,
	.section_4_home,
	.section_5_home,
	.section_6_home,
	.section_7_home {
		padding:60px 0 30px;
	}
	.about_home_content img,
	.contact_3_desc img {
		margin-top:30px;
	}
	.section_sub_title {
		margin-bottom:30px;
		margin-top:60px;
	}
	.bottom_btns_listing {
		margin-top:0;
	}
	.section_3_listings {
		margin-top:60px;
	}
	.section_3_listings .section_top_title {
		margin-bottom:60px;
	}
	footer{
		padding:60px 0 0;
	}
	.top_banner_home {
		background-attachment: initial !important;
	}

}

@media (max-width: 991.98px) {

	h1,
	h1 * {
		font-size: 32px;
	}
	h2,
	h2 * {
		font-size: 32px;
	}
	h3,
	h3 * {
		font-size:24px;
	}
	h4,
	h4 * {
		font-size:18px;
	}
	h5,
	h5 * {
		font-size:20px;
		font-family: 'Roboto Condensed', sans-serif;
	}




	.header_left,
	.header_right {
		display: none;
	}
	.section_2_home p a,
	.contact_2_desc a {
		width: 100%;
		margin-bottom:7.5px;
		text-align: center;
	}
	.top_banner_home {
		padding-bottom:75%;
	}

}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	border-radius:0 !important;
	height:2px;
}
@media (max-width: 767.98px) {
	.testimonials .owl-item div {
		max-width:calc(100% - 120px);
	}
	.section_2_home,
	.section_3_home,
	.section_4_home,
	.section_5_home,
	.section_6_home,
	.section_7_home {
		padding:30px 0 30px;
	}
	.section_sub_title {
		
	}
	.bottom_btns_listing a {
		width: 100%;
		text-align: center;
		margin-bottom:7.5px;
	}
	.bottom_btns_listing p a:nth-last-child(1) {
		margin-left:0;
	}
	.section_5_home h2 {
		margin-top:30px;
	}
	.section_styling .innner_section_desc img {
		margin-top:15px;
	}
	.innner_section_mid {
		margin-top:30px;
	}
	.section_styling {
		margin-bottom:0;
	}
	.styling_bg {
		margin-bottom:15px;
	}
	.section_3_listings .bottom_right {
		margin-top:30px;
	}
	.contact_1_desc h5 {
		margin-bottom:30px;
	}
	.contact_2_desc {
		margin-bottom: 30px;
	}
	.contact_3_desc{
		margin-bottom:30px;
	}
	.contact_3_desc h4 {
		margin-top:30px;
	}
	.about_home_content {
		margin-bottom:15px;
	}
	.mobile_hide {
		display: none;
	}
	.about_home_content img {
		margin-top:15px;
	}
	.styling_bg div.monologue:hover div.inner_monologue {
		max-height: 0;
		overflow: hidden;
	}
	.footer_top {
		display: none
	}
	.menu-footer-container {
		display: none;
	}
	.listing_info_filter a {
		width: 100%;
		margin:0 0 15px 0;
		display: block;
	}
	.section_3_listings .section_top_title {
    	margin-bottom: 30px;
	}
	footer {
		margin-top:30px;
		padding-top:30px;
	}
	.section_2_styling .seperator {
		padding-top:30px;
		margin-top:30px;
	}
	.fancybox-container {
		z-index:999999999;
	}
	.section_3_listing div{
		width:100% !important;
		max-width:50%;
		border-right: solid thin #EAEAEA;
	}
	.section_3_listing {
		flex-wrap: wrap;
	}
	.btm_footer_left,
	.btm_footer_right {
		display: none;
	}
}

@media (max-width: 575.98px) {

}