body, html {
	width: 100%;
	overflow-x: hidden;
}

body{
	font-family: 'Cabin';
	font-size: 14pt;
	background: #fff;
	margin: 0;
}

.color-teal{
	color: #004aad;
}
.color-red{
	color: #c84242;
}
.color-white{
	color: #ffffff;
}
.color-dark-grey{
	color: #545454;
}

.color-light-grey{
	color: #d9d9d9;
}

.bg-teal{
	background-color: none;
	
}
.bg-red{
	background-color: #c84242;
}
.bg-white {
	background-color:rgb(255,255,255);
}
.bg-dark-grey{
	background-color: #545454;
}

.bg-light-grey{
	background-color: #d9d9d9;
}


.top-banner{
	background-color: #c84242;
    text-align: center
}

.top-banner h3{
	text-align: center;
    margin: 0;
    padding: 22px 0px;
    color: white;
	 opacity: 87%;
	 text-transform: uppercase;
	 font-weight: 200;
}
/*body*/
.menu-container{
	height: 60px;
	
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	overflow: hidden;
	
	
	color:white;
}

.menu-container.responsive {
	height: auto;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
	opacity: 100%;
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
div#navbar {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.menu-container.sticky .navbar .icon-bar a{
	color:black;
}

.menu-container .logo {
	max-width: 250px;
	padding: 0 10px;
	overflow: hidden;
 }

 .menu-container .logo.responsive {
	display: none;
 }

 .menu-container .logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
 }
 
 .menu-container .logo a img {
	max-width: 100%;
	max-height: 60px;
 }

 .menu-container .navbar {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	flex: 1;
	padding: 0 10px;
	justify-content: flex-end;
	margin-right: 50px;
 }
 
 .menu-container .navbar ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
 }
 
 
 .menu-container .navbar ul li a {
	text-decoration: none;
	color: black;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	padding: 0 35px;
	text-underline-offset: 10px;
 }
 
 .menu-container .navbar ul li a:hover {
	color: #ffffff !important;
	background-color: rgba(7, 59, 99, 0.7);
	text-decoration: underline white 2px;
	border-bottom: 1px solid white;
	text-underline-offset: 10px;
 }
 .menu-container .navbar.nb ul li a{
	color:black;
}

 .menu-container .navbar ul li.responsive {
	display: flex;
	flex: 0 0 100%;
	border-bottom: 1px solid gray;
 }
 
 .menu-container .navbar ul .close {
	display: none;
	text-align: right;
	padding: 10px;
 }

.menu-container .navbar ul .close.responsive {
	display: flex;
    text-align: right;
    padding: 0px;
    flex: 0 0 100%;
    justify-content: flex-end;
	 margin: 4px;
	 border-bottom: none !important;
 }
 
 .menu-container .navbar ul .close span {
	font-size: 30px;
    display: inline-block;
    border: 1px solid #212529;
    padding: 6px 8px;
	 cursor: pointer;
	 border-radius: 5px;
	 line-height: 30px;
	 text-align: center;
 }
 
 .menu-container .navbar .icon-bar {
	font-size: 30px;
	margin-right: 16px;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
 }

 .menu-container .navbar .icon-bar.responsive {
	display: none;
 }

 
 .menu-container .navbar .icon-bar a {
	text-decoration: none;
	color: white;
 }

div.cblack a {
    color: black !important;
}

 .active {
	 font-weight: bold;
 }
 /*first-section*/
.first-section{
	background-image: url('../img/background.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 60px;
	padding-top:60px;
	padding-bottom: 60px;
}
.first-section h1 {
    color: white;
    font-style: italic;
    font-family: cabin;
    /* font-size: xxx-large; */
    width: 100%;
	font-weight: 100;
	text-align: center;
}

.container {
	padding: 20px 0px 0px 0px;
	width: 80%;
	margin: auto;
}

.img-fluid.img-sold{
	height: 430px;
}
img.img-fluid.girl-sell1{
	height: 100%;
    width: 90%;
	padding-left: 5%;
}
.banner-buy.banner-top {
    border-radius: 0;
    background: none;
  
}
.banner-buy.banner-top h1 {
	color: black;
}
.banner-buy {
	background-color: #000;
    display: flex;
    border-radius: 20px;
    justify-content: center;
}

.banner-buy h1 {
	color: white;
	 font-size: calc(1.425rem + 2.1vw);
	 text-transform: uppercase;
	 text-align: center;
}
.bg-contact-us{
	background-image: url('../img/background-questions.jpg');
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top:9px;
}
.text-center{
	text-align: center;
}
.m-0{
	margin: 0 !important;
}
.p-0{
	padding: 0 !important;
}
.p-b-0{
	padding-bottom: 0 !important;
}
.p-t-0{
	padding-top: 0 !important;
}
.p-y-0{
	padding-top: 0 !important;
	padding-bottom: 0 !important;

}
.p-t-30{
	padding-top: 30px;
}
/*layout*/
.row {
	
	display: flex;
	flex-wrap: wrap;
}

.col-md-12{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.col-md-10 {
	-ms-flex: 0 0 75%;
	flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-md-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-md-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-md-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-md-6 {
	/*flex: 0 0 50%;*/
	max-width: 50%;
}

.col-md-5 {
	flex:0 0 41.666667%;
	max-width: 41.666667%;
}

.col-md-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-md-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-md-2 {
	flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-sm-12{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.img-fluid {
	max-width: 100%;
	height: auto;
	/* height: 500px; */
}

/*form design*/
.card-black {
	
	text-align: center;
	
	padding: 26px 20px;
	margin: auto;
	width: 80%;
	max-width: 465px;
	color: #fff !important;
	margin-bottom: 20px;

}
.solid{
	background-color: rgba(7, 59, 99, 1);
}
.transparent{
	background-color: rgba(7, 59, 99, 0.7);
}
.card-contact, .card-selling-house{
	color: white !important;
}
.card-black p.title {
    font-style: italic;
    font-size: 98%;
    margin-bottom: 15px;
}

.card-black .title, .card-contact .title, .card-selling-house .title{
	color: white;
	opacity: 87%;
	font-size: calc(1.325rem + .9vw);
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}

.card-black .text, .card-contact .text, .card-selling-house .text{
	color: white;
	opacity: 87%;
	font-size: calc(1.3rem + .6vw);
	text-align: center;
	margin: 14px 0;
}

.card-black h6, .card-contact h6,  .card-selling-house h6{
	color: white;
	opacity: 87%;
	font-size: calc(1.3rem + .6vw);
	text-align: center;
	margin: 15px 0;
	font-weight: bold;
	text-transform: uppercase;

}
.cards{
	padding:5%;
}
.card-red{

	box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
    background-color: transparent;
    background-image: linear-gradient(180deg,#FFFFFF 0%,#FFFFFF 100%);
	padding: 5%;
	text-align: center;
   
}
img.icon-img {
    height: 30%;
}
a.btn.btn-red.width-90.btn-s {
    width: 80%;
}


span.bold {
	font-weight: bold;
}

.bg-sold{
	background-image: url('../img/sold.jpg');
	background-position: left bottom;
	background-size: 150% 100%;
	background-repeat: no-repeat;
	height: 450px;
	max-height: 450px;
	border-radius: 15px;
	
}

.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	margin: 12px 0;
}
.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input#or_Optional_Number_2{
	width: 86%;
}

.tt_item{
	width: 22px;
	height: 22px;
	background-color: white;
	border-radius: 15px;
	text-align: center;
	margin: 10px 0px 10px 8px;
	font-weight: bold;
	cursor: pointer;
	color: #000;
}
div#optinForm_notify {
	display: none;
}
div#optinForm_input {
    width: 100%;
}
div#optinForm_input span {
    width: 100%;
}

input#c_fname {
    width: 100%;
	height: 50px;
}
input#c_email {
width: 100%;
box-sizing: border-box;
height: 50px;
}
input#c_phone {
    width: 100%;
    height: 50px;
	margin-bottom: 10px;
}

span#optinForm_fname {
    padding-bottom: 10px;
}
span#optinForm_lname {
	padding-bottom: 10px;
}
/*buttons*/

input#submit {
    width: 100%;
    height: 50px;
    background-color: #02C344;
    color: white;
    font-size: 100%;
    border: none;
	text-transform: uppercase;
}
input#submit:hover {
 
    background-color: #F5B51D;
    color: white;
    
}
.btn.btn-red {
	color: #fff;
	background-color: #c84242;
	border-color: #c84242;
	cursor: pointer;
	font-weight: bold;
	font-size: calc(1.325rem + .9vw);
	text-transform: uppercase;
	border-radius: 12px;
	text-decoration: none;
	width: 90%;
}

.btn-red:hover {
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
 }

 .btn-red {
	transition-duration: 0.4s;
 }
 
 .btn-red:hover {
	background-color: #b33939; /* Green */
	color: white;
 }

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* section titles*/
h1.section-title {
	font-style: italic;
	color:#073B63 ;
}

/*second section*/
.services-section{
	background-color: #f9f9f9;
}

.second-section {
	background-color: #073B63;
}

.second-section br {
    display: none;
}

.search-submit{
	height: 42px;
    cursor: pointer;
    width: 20% !important;
    background-color: #02C344 !important;
    color: white;
    font-size: 100%;
    border: none;
	text-transform: uppercase !important;
}
.search-submit:hover{
	background-color: #F5B51D !important;
}
/*third section*/
.third-section{
	text-align: center;
	margin-bottom: 50px;
}
img.thumbnail {
	width: 100%;
}
div#property-listing-json {
display: flex;
}

.col-md-6.bg-white.text-center.flex-container {
    width: 100%;
	max-width: 85% !important;
    -webkit-box-shadow: 0 0 10px grey;
    box-shadow: 0 0 10px grey;
    flex: 0 0 100%;
    padding: 5%;
}
a.service-provider-call.btn.btn-red.width-90.flex-align-Bottom {
    background-color: transparent;
    color: #02C344;
    border-color: #02C344;
    border-radius: 5px;
    border: solid;
	padding: 0;
}
.col-md-6.bg-white.text-center.flex-container{
	padding: 10px;
    -webkit-box-shadow: 0 0 10px lightgrey;
    box-shadow: 0 0 10px lightgrey;
}

/*forth section*/
.forth-section {
    text-align: center;
	background-color: #F0F2F5;
}
.line {
    border-bottom: 3px solid #073B63;
    width: 30%;
    /* padding-left: 35%; */
    margin-left: 35%;
	margin-block-end: 1.67em;
}
/*sixth section blog*/
.sixth-section{
	text-align: center;
}
.search_content{
	display:none;
}
.listing{
	display:flex;
	margin-bottom: 30px;
}
.custom_blog_posts .col1 {
    width: 42% !important;
}

.custom_blog_posts .abutton{
	background: #02C344 !important;
	padding: 7px 40px !important;
	border-radius: 0 !important;
	border: none !important;
}
.custom_blog_posts .col2 {
    width: 50% !important;
    text-align: left;
    padding-left: 5%;
}
.custom_blog_posts .col2 .span_col2 {
	justify-content:normal !important;
}
.custom_blog_posts .pager {
	display: none;
}
.custom_blog_posts .col1 {
	width: 42% !important;
}
/*seventh section*/

.seventh-section{
	text-align: center;
	background-color: #F0F2F5;
}
.table{
	display: table-cell;
    vertical-align: middle;
}
.table-item{
	display: table-cell;
    vertical-align: middle;
}

.m-b-0{
	margin-bottom: 0px;
}

.text-right{
	text-align: right;
}
.row .col-md-12 {
	padding: 20px 0;
	text-align: center;
}

ol.ordered-list {
	list-style: none;
	counter-reset: steps;
	margin-right: 20px;
 }
 ol.ordered-list li.list-element {
	counter-increment: steps;
	margin: 25px 0;
 }
 ol.ordered-list li.list-element::before {
	/* content: counter(steps); */
	content:"";
	margin-right: 0.5rem;
	background: #546d3c;
	color: white;
	width: 2.2em;
    height: 2.2em;
	border-radius: 50%;
	display: inline-grid;
	place-items: center;
	line-height: 1.2em;
	background-image: url('../img/check.png');
	background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
 }
 ol.ordered-list ol.ordered-list li.list-element::before {
	background: darkorchid;
 }

 .display-none{
	 display: none;
 }

 ul#nav-lists.responsive{
	flex: 0 0 100%;
  }

  .width-90{
	width: 90%;
}

.gradient {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgb(255 255 255);
	background: linear-gradient(360deg, #ffffff 1%, rgba(255,255,255,0) 61%);
	top: 0;
}

.position-relative{
	position: relative;
}

.btn.btn-red.btn-contact{
	width: 100%;
	padding: 10px 0px;
 }

	/* Sell your land */
	.money-wave{
		max-height: 100%;
		position: sticky;
		height: auto;
		width: 103%;
		max-width: 104%;
	}

	#button_back, #sub-mor-prop, #fin-off-req, .errormessage {
		width: auto !important;
	}

	.pad-0{
		padding: 0;
	}

  /* Sell your house */

   .card-selling-house {
		background-color: #000;
		padding: 26px 20px;
		margin: auto;
		border-radius: 20px;
		width: 420px;
		max-width: 465px;
	}

  .banner-house .banner-text-container .content-banner-text{
		background-color: black;
		color: #fff;

	}

	.toggle-btn{
		color: #fff;
	}
	.toggle-btn-grp.cssonly #o_type{
		margin-bottom: 18px;
	}
	.abutton.btn.btn-red {
		padding: 5px 0px;
		 width: 100%;
		 -webkit-appearance: none;
	}

	/*merge fields*/

	div.row div.toggle-btn-grp.cssonly{
		position: inherit !important;
		margin-top: 14px;
	}

	div.step1 .row{
		display: block !important;
	}

	.step2 {
		margin: 20px 0 !important;
	}

	.adjust-error{
		height: auto !important;
    	max-height: initial !important;
	}

	div.step2 input, div.step2 select, div.step2 textarea{
		width: 100%;
		display: block;
		padding: .375rem .75rem;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		color: #495057;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #ced4da;
		border-bottom-right-radius: .25rem;
		border-top-right-radius: .25rem;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
	div.step2 select{
		padding: 9px;

	}
	div.step2 input#or_phone, input#m_address2 , input#p_apn , select#p_owned{
		width: 92%;
	}

	.lbl-yrs{
		margin-left: 16px;
		line-height: 2;
	}

	.input-group-form {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		width: 100%;
  }
  .input-group-text{
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		padding: .375rem .75rem;
		margin-bottom: 0;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		color: #495057;
		text-align: center;
		white-space: nowrap;
		background-color: #fff;
		border: 1px solid #ced4da;
		border-right: 0;
	}

	div.step2 input.input-inline{
		display: inline-block;
		position: relative;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		width: 1%;
		min-width: 0;
		margin-bottom: 0;
	}

  .label-input {
		background-color: #dad8d8;
		font-weight: bold;
		line-height: 2;
		text-align: right;
	}
	
	.exlg-label-input{
		width: 750px;
		max-width: 750px;
	}

	.label-input label{
		margin-right: 15px;
	}
  .text-left{
	  text-align: left;
  }

  #sub-mor-prop{
	margin: 0 15px;
  }

  .justify-center{
	  justify-content: center;
  }

  .tooltip {
	position: relative;
	display: inline-block;
	line-height: 1.5;
	margin-left: 17px;
	background: #cccccc;
	border-radius: 35px;
	height: 30px;
	width: 30px;
	font-weight: 900;
	cursor: pointer;
 }
 
 .tooltip .tooltiptext, .tt_item .tooltiptext{
	visibility: hidden;
    width: 320px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 38px;
    right: -120px;
    margin-left: -0px;
    opacity: 0;
    transition: opacity 0.3s;
    font-weight: normal;
    font-size: 16px;
 }
 
 .tooltip .tooltiptext::after, .tt_item .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 58%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
 }
 span.tooltiptext.show_tooltip {
    padding: 5%;
}
 /* .tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
 } */

.show_tooltip {
	visibility: visible !important;
	opacity: 1 !important;
 }

 .hide_tooltip{
	visibility: hidden !important;
	opacity: 0 !important;

 }

  /* Contact us */
	textarea.text-area {
		padding: 0;
		overflow: auto;
		resize: vertical;
	}

	.g-recaptcha{
		margin-bottom: 10px !important;
	}

	.row .content {
		margin: auto;
		text-align: center;
	}

	.row .content p{
		font-size: calc(0.95rem + .6vw);
		margin: 8px 0;
	}
	.card-contact{
		background-color: #000;
		padding: 26px 20px;
		margin: auto;
		border-radius: 20px;
		width: 420px;
		max-width: 465px;
	}

	.card-contact .form-control{
		width: 100% !important;
	}
	.g-recaptcha div{
		left:0;
		right:0;
		margin: auto;
	}

	.card-contact h1.red{
		text-align: center;
		 color: white;
		 opacity: 87%;
	}

	.menu-ul{
		color: white;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.menu-ul li{
		flex: 0 0 100%;
		border-bottom: 1px solid #f6f6f6;
		padding: 15px 2px;

	}

	.menu-ul li:first-child{
		border-top: 1px solid #f6f6f6;

	}


	.menu-ul a{
		color: white;
		text-align: center;
		text-decoration: none;
    	text-transform: uppercase;
	}

	input[type="text"] {
		box-sizing: border-box;
  }

  .text-banner{
	  margin: 0;
	  line-height: 1.6;
  }
  /*Pop-up*/
.popup{
	display: none;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.popup-body {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
 }
 
 /* The Close Button */
 .close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
 }
 
 .close:hover,
 .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
 }

 .page-popup {
	display: none;
	position: absolute;
	left: 5%;
	top: 3%;
	width: 90%;
	min-height: 300px;
	z-index: 101;
	background-color: #FFF;
}

.page-popup-open-button {
	display: inline-block;
	color: blue;
	cursor: pointer;
}

.page-popup-open-button:hover {
	text-decoration: underline;
	text-underline-offset: 10px;
}

.page-popup-close {
	margin: 30px;
	text-align: right;
}

.page-popup-close-button {
	margin-right: 10px;
	font-size: 16pt;
	cursor: pointer;
}

.page-popup-content {
	margin: 30px;
}

.page-popup-hidden {
	display: none;
}

.page-popup-background {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: rgba(0,0,0,0.4);
}

.page-popup {
	display: none;
	position: absolute;
	left: 5%;
	top: 3%;
	width: 90%;
	min-height: 300px;
	z-index: 101;
	background-color: #FFF;
}

.page-popup-open-button {
	display: inline-block;
	color: blue;
	cursor: pointer;
}

.page-popup-open-button:hover {
	text-decoration: underline;
}

.page-popup-close {
	margin: 30px;
	text-align: right;
}

.page-popup-close-button {
	margin-right: 10px;
	font-size: 16pt;
	cursor: pointer;
}

.page-popup-content {
	margin: 30px;
}

.page-popup-hidden {
	display: none;
}



	/*Footer*/
	.footer{
		display: none;
	}
	section {
		width: 100%;
		display: inline-block;
		background: #333;
		height: 50vh;
		text-align: center;
		font-size: 22px;
		font-weight: 700;
		text-decoration: underline;
	 }
	 
	 .footer-distributed{
		 background: #666;
		 box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
		 box-sizing: border-box;
		 width: 100%;
		 text-align: left;
		 font: bold 16px sans-serif;
		 padding: 55px 50px;
	 }
	 
	 .footer-distributed .footer-left,
	 .footer-distributed .footer-center,
	 .footer-distributed .footer-right{
		 display: inline-block;
		 vertical-align: top;
	 }
	 
	 /* Footer left */
	 
	 .footer-distributed .footer-left{
		 width: 40%;
	 }
	 
	 /* The company logo */
	 
	 .footer-distributed h3{
		 color:  #ffffff;
		 font: normal 36px 'Open Sans', cursive;
		 margin: 0;
	 }
	 
	 .footer-distributed h3 span{
		 color:  lightseagreen;
	 }
	 
	 /* Footer links */
	 
	 .footer-distributed .footer-links{
		 color:  #ffffff;
		 margin: 20px 0 12px;
		 padding: 0;
	 }
	 
	 .footer-distributed .footer-links a{
		 display:inline-block;
		 line-height: 1.8;
		font-weight:400;
		 text-decoration: none;
		 color:  inherit;
	 }
	 
	 .footer-distributed .footer-company-name{
		 color:  #ffffff;
		 font-size: 14px;
		 font-weight: normal;
		 margin: 0;
	 }
	 
	 /* Footer Center */
	 
	 .footer-distributed .footer-center{
		 width: 35%;
	 }
	 
	 .footer-center h4{
		margin-bottom: 4px;
		color: white;
	 }

	 .footer-distributed .footer-center i{
		background-color:  #33383b;
		color: #ffffff;
		font-size: 25px;
		width: 38px;
		height: 38px;
		border-radius: 50%;
		text-align: center;
		line-height: 42px;
		margin: 10px 15px;
		vertical-align: middle;
	}
	 
	 .footer-distributed .footer-center i.fa-envelope{
		 font-size: 17px;
		 line-height: 38px;
	 }
	 
	 .footer-distributed .footer-center p{
		 display: inline-block;
		 color: #ffffff;
		font-weight:400;
		 vertical-align: middle;
		 margin:0;
	 }
	 
	 .footer-distributed .footer-center p span{
		 display:block;
		 font-weight: normal;
		 font-size:14px;
		 line-height:2;
	 }
	 
	 .footer-distributed .footer-center p a{
		 color:  lightseagreen;
		 text-decoration: none;;
	 }
	 
	 .footer-distributed .footer-links a:before {
		content: "|";
		font-weight:300;
		font-size: 20px;
		left: 0;
		color: #fff;
		display: inline-block;
		padding-right: 5px;
	 }
	 
	 .footer-distributed .footer-links .link-1:before {
		content: none;
	 }
	 
	 /* Footer Right */
	 
	 .footer-distributed .footer-right{
		 width: 20%;
	 }
	 
	 .footer-distributed .footer-company-about{
		 line-height: 20px;
		 color:  #92999f;
		 font-size: 13px;
		 font-weight: normal;
		 margin: 0;
	 }
	 
	 .footer-distributed .footer-company-about span{
		 display: block;
		 color:  #ffffff;
		 font-size: 14px;
		 font-weight: bold;
		 margin-bottom: 20px;
	 }
	 
	 .footer-distributed .footer-icons{
		 margin-top: 25px;
	 }
	 
	 .footer-distributed .footer-icons a{
		 display: inline-block;
		 width: 35px;
		 height: 35px;
		 cursor: pointer;
		 background-color:  #33383b;
		 border-radius: 2px;
	 
		 font-size: 20px;
		 color: #ffffff;
		 text-align: center;
		 line-height: 35px;
	 
		 margin-right: 3px;
		 margin-bottom: 5px;
	 }

	 
	 
	/* If you don't want the footer to be responsive, remove these media queries */
	 
	@media (max-width: 880px) {
	
		.footer-distributed{
			font: bold 14px sans-serif;
		}
	
		.footer-distributed .footer-left,
		.footer-distributed .footer-center,
		.footer-distributed .footer-right{
			display: block;
			width: 100%;
			margin-bottom: 40px;
			text-align: center;
		}
	
		.footer-distributed .footer-center i{
			margin-left: 0;
		}
	
	}
	 

	/* Menu */
	
	@media (min-width: 150px) and (max-width: 900px ) {
	.menu-container .navbar ul li a:hover {
		color: #ffffff;
		background-color: rgba(23, 23, 23, 0.9);
		width: 100%;
		}

		.menu-container .navbar .icon-bar{
		display: block;
		}

		.menu-container .navbar ul li {
		display: none;
		}

		.menu-container .navbar{
		margin: auto;
		}

		.menu-container .logo{
			max-width: 56%;
		}

	}
	/* Small devices (landscape phones, 376px and up) */
	@media (min-width: 150px) and (max-width: 629px ) { 

		.first-section{
			background-size: cover;
		}

		.container{
			width: 95%;
			padding: 20px 0px 0px 0px;
		}
		.card-black{
			width: 80%;
			max-width: 80%;
		
		}
		.content-title{
			margin: 0;
		}

		.banner-buy{
			margin: 0 15px;
		}

		input#or_Optional_Number_2 {
			width: 77%;
	  }

		 .card-contact, .card-selling-house {
			width: 300px ;
			max-width: 300px ;
		
		}
		
		.bg-sold {
			height: 300px !important;
			max-height: 300px !important;
		}
		
		
		.banner-buy h1 {
			font-size: calc(1.0rem + 2.1vw);
		}
		
		.col-md-6 {
			flex: 0 0 100% !important;
			max-width: 100% !important;
			margin: 10px 0 !important;
		}
		.col-md-2, .col-md-3, .col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10 {
			flex: 0 0 100% !important;
			max-width: 100% !important;
		}
		.card-black .title, .card-contact .title, .card-selling-house .title{
			font-size: calc(0.75em + .9vw);
		}
		
		.card-black .text , .card-contact .text, .card-selling-house .text{
			font-size: calc(0.95rem + .6vw);
		}

		.btn.btn-red {
			-webkit-appearance: none;
			font-size: calc(1.5rem + .2vw) !important;
			padding: 25px 0px;
			width: 100%;
			
		}
		.btn.btn-red.btn-selling-land{
			-webkit-appearance: none;
			font-size: calc(1.1rem + .2vw) !important;
			padding: 10px;
		}
		.col-md-7{
			flex: 0 0 100%;
			max-width: 100%;
		}
		.container-money-bag{
			display: none;
		}

		.content-list{
			margin: 0 20px !important;
		}
		.input-group-form{
			margin-bottom: 10px;
		}

		

		ol.ordered-list li.list-element::before {
			width: 1em;
			height: 1em;
		}
		
		.content-title h3{
			font-size: calc(0.5em + .9vw);
		}

		.gradient.grad-house{
			background: linear-gradient(360deg, #ffffff 3%, rgba(255,255,255,0) 61%);
		}

		.bg-contact-us {
			background-size: cover;
    		background-position: right;
		}
		.label-input {
			text-align: left;
		}

		div.step2 input#or_phone, input#m_address2 , input#p_apn , select#p_owned{
			width: 82%;
		}

		.tooltip , .tt_item{
			margin-top: 4px;
	  }

	  input#button_back , input#sub-mor-prop{
			padding: .375rem .75rem;
			margin-bottom: 10px;
		}

		input#fin-off-req {
			padding: .375rem .75rem;

	  }
	  .tooltip .tooltiptext, .tt_item .tooltiptext {
			width: 269px;
			padding: 5px 8px;
			right: 0px;
			font-size: 12px;

	  }

	  .tooltip .tooltiptext::after, .tt_item .tooltiptext::after{
			left: 94%;
	  }

	  div.step2 input, div.step2 select, div.step2 textarea{
		  border-radius: 0;
	  }

	  .text-verify{
		  width: 85%;
	  }

	}

	/* Medium devices (tablets, 768px and up) */
	@media (max-width: 768px){
		img.img-fluid.girl-sell1 {
			display: none;
		}
		div#property-listing-json {
		display: block;
		}
	}
	@media (max-width: 885px){
		.menu-container .navbar .icon-bar a {
			color: white;
		}
		.menu-container .navbar ul li a{
			color: black;
		}
	}
	@media (min-width: 630px) { 
		
		.menu-container {
			align-items: start !important;
		}
		.card-black {
			width: 80%;
			height: auto;			
			
		}

		.card-contact, .card-selling-house {
			width: 270px ;
			max-width: 270px ;
			padding: 20px 12px;
		}

		.card-black  .title, .card-contact  .title, .card-selling-house .title {
			font-size: calc(0.75em + .9vw);
		}
		
		.card-black .text, .card-contact  .text, .card-selling-house .text {
			font-size: calc(0.95rem + .6vw);
		}

		.bg-sold {
			height: 325px;
			max-height: 350px;
		}

		.btn.btn-red {
			font-size: calc(0.9rem + .5vw) !important;
		}

		.content-title h3{
			font-size: calc(0.5em + .9vw);
		}

		.gradient.grad-house{
			background: linear-gradient(360deg, #ffffff 65%, rgba(255,255,255,0) 61%);
		}

		ol.ordered-list li.list-element::before {
			width: 1.2em;
			height: 1.2em;
		}
	}
	
	/* // Large devices (desktops, 992px and up) */
	
	@media (min-width: 992px) { 
		.card-black {
			width: 80%;
			height: auto;
			
		
		}

		.card-contact, .card-selling-house {
			width: 320px ;
			max-width: 320px;
		
		}

	
		.btn.btn-red {
			font-size: calc(1.15rem + .5vw) !important;
		}

		.bg-sold {
				height: 370px ;
				max-height: 370px ;
		}

		.banner-land{
			display: none;
		}
		.gradient.grad-house{
			background: linear-gradient(360deg, #ffffff 51%, rgba(255,255,255,0) 61%);
		}

	
	}
	
	/* // Extra large devices (large desktops, 1200px and up) */
	@media (min-width: 1200px) {
		.card-black {
			width: 80%;
			
			height:auto;
			
		}

		.card-contact, .card-selling-house{
			background-color: #000;
			padding: 26px 20px;
			margin: auto;
			border-radius: 20px;
			width: 420px;
			max-width: 465px;
		}
		
		.bg-sold {
			height: 430px ;
			max-height: 430px ;
		}

		.space-inputs{
			margin: 25px 0;
		}

		.btn.btn-red.btn-selling-land{
			font-size: calc(1.15rem + .5vw) !important;
			padding: 20px 4px;
		}
		.gradient.grad-house{
			background: linear-gradient(360deg, #ffffff 34%, rgba(255,255,255,0) 61%);
		}
	}