body,
html {
	width: 100%;
	overflow-x: hidden;
}

body {
	font-family: 'Lato', sans-serif !important;
	font-size: 14pt;
	background: #fff;
	margin: 0;
}

.buying-site-footer-menu ul li div a {
	color: white !important;
}

.content {
	padding: 20px;
	margin: 60px 15px;
}

.icon-arrow-menu {
	display: none;
}

.container-site-header-menu .menu {
	display: flex;
}


@media only screen and (max-width: 767px) {
	.container-site-header-menu .menu ul {
		text-align: center !important;
	}
}

.container-site-header-menu .menu div.button a,
a.button,
.container-site-header-menu .menu-mobile-list div.button a,
.container-site-header-menu .menu-mobile-button span {
	text-decoration: underline !important;
	font-size: 10px !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	display: block !important;
	margin: 10px !important;
	padding: 10px 0px !important;
	height: 20px !important;
}

.color-teal {
	color: #03989e;
}

.color-red {
	color: #c84242;
}

.color-white {
	color: #ffffff;
}

.color-dark-grey {
	color: #545454;
}

.color-light-grey {
	color: #d9d9d9;
}

.bg-teal {
	background-color: #03989e;
}

.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: #03989e;
	text-align: center
}

.top-banner h3 {
	text-align: center;
	margin: 0;
	padding: 22px 0px;
	color: white;
	opacity: 87%;
	text-transform: uppercase;
	font-weight: 200;
}

.menu-container {
	height: 60px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	overflow: hidden;
	opacity: 87%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.menu-container.responsive {
	height: auto;
}

.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;
}

.menu-container .navbar ul li a:hover {
	color: #ffffff;
	background-color: rgba(23, 23, 23, 0.9);
}

.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: black;
}

.active {
	font-weight: bold;
}

.first-section {
	background-image: url('../img/background.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.container {
	padding: 20px 0px;
	width: 80%;
	margin: auto;
}

.img-fluid.img-sold {
	height: 430px;
}

.banner-buy {
	background-color: #c84242;
	display: flex;
	border-radius: 20px;
	justify-content: center;
}

.banner-buy h1 {
	color: white;
	opacity: 87%;
	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;
}

.m-0 {
	margin: 0 !important;
}

.p-0 {
	padding: 0 !important;
}

.p-t-30 {
	padding-top: 30px;
}

.row {
	margin: 20px 0;
	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; */
}

.card-blue {
	background-color: #03989e;
	padding: 26px 20px;
	margin: auto;
	border-radius: 20px;
	width: 420px;
	max-width: 465px;

}

.card-blue .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-blue .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-blue 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;

}

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;
}

.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: 100%;
}

.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;
}

.second-section {
	background-color: #03989e;
	padding-top: 26px;
}

.content-banner-text {
	background-color: white;
	text-align: center;
	padding: 1px 16px;
}

.content-banner-text p {
	color: black;
	font-weight: normal;
}

.content-list {
	background-color: white;
	margin-left: 20px;
	padding: 20px 0;
}

.content-title {
	background-color: #03989e;
	color: white;
	margin: 0 50px;
	font-size: 2rem;
	text-align: center;
	padding: 17px;
	border-radius: 12px;
}

.content-title h3 {
	margin: 0;
}

.img-bag {
	height: auto;
	width: auto;
}

.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: #03989e;
	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: #03989e;
	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;
}

/* .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: #03989e;
	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;
}

.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*/
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;
	height: 50vh;
}

#shadow-host-companion {
	display: none;
}

.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: 44%;
}

/* 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: 10px;
}

/* 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;
		height: 80vh;
	}


	.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;
	}

	.card-blue {
		width: 260px !important;
		max-width: 260px !important;

	}

	.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-blue .title,
	.card-contact .title,
	.card-selling-house .title {
		font-size: calc(0.75em + .9vw);
	}

	.card-blue .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 (min-width: 630px) {

	.menu-container {
		align-items: start !important;
	}

	.card-blue {
		width: 270px !important;
		max-width: 270px !important;
		padding: 20px 12px;
	}

	.card-contact,
	.card-selling-house {
		width: 270px;
		max-width: 270px;
		padding: 20px 12px;
	}

	.card-blue .title,
	.card-contact .title,
	.card-selling-house .title {
		font-size: calc(0.75em + .9vw);
	}

	.card-blue .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-blue {
		width: 320px !important;
		max-width: 320px !important;
		height: 370px;
		max-height: 370px;

	}

	.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-blue {
		width: 400px !important;
		max-width: 400px !important;
		height: 436px;
		max-height: 436px;
	}

	.card-contact,
	.card-selling-house {
		background-color: #03989e;
		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%);
	}
}