@charset "UTF-8";
@font-face { 
	font-family: 'pre-condo-font';
	src: url('/modules/free_home_valuation/fonts/pre-condo-font.eot?58074413');
	src: url('/modules/free_home_valuation/fonts/pre-condo-font.eot?58074413#iefix') format('embedded-opentype'),
		url('/modules/free_home_valuationo/fonts/pre-condo-font.woff?58074413') format('woff'),
		url('/modules/free_home_valuation/fonts/pre-condo-font.ttf?58074413') format('truetype'),
		url('/modules/free_home_valuation/fonts/pre-condo-font.svg?58074413#pre-condo-font') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Font Awesome */
@font-face {
  font-family: 'FontAwesome';
  src: url('/modules/free_home_valuation/fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('/modules/free_home_valuation/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), 
       url('/modules/free_home_valuation/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), 
       url('/modules/free_home_valuation/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),
       url('/modules/free_home_valuation/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* GENERAL */
:root {
  --color-orange: #fc7731;
  --color-orangered: #f55655;
  --color-red: #ff2422;
  --color-green: #6ac259;
  --color-black: #07182f;
  --color-grey: #8c949f;
  --color-white: #ffffff;
  --color-green-dark: #60B151;
  --color-green-light: #8fbc47;
}
*,
*::before,
*::after {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
}
body {
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	font-size: 1rem;
}
img {
	display: block;
} 
input {
	font-family: 'Roboto', sans-serif;
	width: 100%;
	outline: none;
}
select {
	outline: none;
}
footer,
.map-form {
	font-family: 'Nunito', sans-serif;
}
a:link,
a:visited {
	text-decoration: none;
	cursor: pointer;
}
a:hover,
a:focus {
	color: #f55655;
	color: var(--color-orangered);
}
.map-wrapper,
.form-wrapper {
    width: 50%;
}
select::-ms-expand {
    display: none;
}


/* PAGE */


.precon-form-wrapper .step1 .search-wrapper .form-item{
	position: relative;
}
.precon-form-wrapper .step1 .form-item .custom-dropdown,
.precon-form-wrapper .step1+.map-form .search-bar .custom-dropdown {
	top: 100%;
    width: 100%;
    background-color: #fff;
    position: absolute !important;
    z-index: 1000;
    border-radius: 2px;
    border-top: 1px solid #d9d9d9;
    font-family: Arial, sans-serif;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
@media (min-width: 901px) {
	.precon-form-wrapper .step1+.map-form .search-bar input,
	.precon-form-wrapper .step1+.map-form .search-bar .custom-dropdown {
		width: 85%;
	}
	.precon-form-wrapper .step1+.map-form .search-bar a {
		width: 15%;
	}
}
.precon-form-wrapper .step1 .form-item .custom-dropdown:after,
.precon-form-wrapper .step1+.map-form .search-bar .custom-dropdown:after {
    content: "";
    padding: 1px 1px 1px 0;
    height: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    display: block;
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3.png);
    background-position: right;
    background-repeat: no-repeat;
    -webkit-background-size: 120px 14px;
    background-size: 120px 14px;
}
.precon-form-wrapper .step1 .form-item .custom-dropdown > div,
.precon-form-wrapper .step1+.map-form .search-bar .custom-dropdown > div {
    cursor: default;
    padding: 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 11px;
    color: #515151;
}
.precon-form-wrapper .step1 .form-item .custom-dropdown > div span.icon-marker,
.precon-form-wrapper .step1+.map-form .search-bar .custom-dropdown > div span.icon-marker{
	width: 15px;
	height: 20px;
	margin-right: 7px;
	margin-top: 6px;
	display: inline-block;
	vertical-align: top;
	background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
	-webkit-background-size: 34px 34px;
	background-size: 34px;
	background-position: -1px -161px;
}
.precon-form-wrapper .step1 .form-item .custom-dropdown > div span.inside strong,
.precon-form-wrapper .step1+.map-form .search-bar .custom-dropdown > div span.inside strong{
    font-size: 13px;
    color: #000;
}
.precon-form-wrapper .col-sm-12{
  position: relative;
  z-index: 3;
}



.wrapper-form-area {
	height: 100vh;
	background: url('../images/daily-email-cloud.svg'), linear-gradient(240deg, #fc7731, #f55655);
	background: url('../images/daily-email-cloud.svg'), linear-gradient(240deg, var(--color-orange), var(--color-orangered));
	background-repeat: no-repeat;
	background-position: top left, center;
	background-size: auto 50%, cover;
}
.wrapper-form-area .landing-form-wrapper {
	height: 100vh;
}
body:not(.step2) .main_content_precon.customBG .wrapper-form-area {
	background: none;
}
.wrapper-form-area form > div {
    position: relative;
}
.step1_form,
.step1_house,
.map-wrapper, 
.form-wrapper {
	width: 50%;
    position: relative;
}
.step1_form,
.step1_house,
.form-wrapper {
    height: calc(100vh - 65px);
}
.map-wrapper {
	height: 100vh;
}

/* FIRST STEP */
.step1 {
	display: flex;
}
.step1.hideme {
	display: none;
} 
.step1_form {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	color: #ffffff;
	color: var(--color-white);
	padding: 0 4em;
	max-width: 52rem;
	margin: 0 auto;
}
.step1_house {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 4em;
}
.step1_house_img {
	width: 100%;
	max-height: calc(85vh - 65px);
}
.form-heading {
	font-size: 3.2em;
	font-weight: 500;
	margin-bottom: .7em;
}
.form-subheading {
	font-size: 2.25em;
	font-weight: 500;
	margin-bottom: 1.2em;
}
.form-description {
	font-size: 1.3em;
	margin-bottom: 1.8em;
}
.lead_form_address {
	border: 0;
	font-size: 1.1em;
	width: 100%;
	height: 100%;
	padding: 0 1.5em 0 3em;
	border-radius:0px;
	border-bottom-left-radius: 3em;
    border-top-left-radius: 3rem;
    background-image: url('../images/daily-email-pin-black.svg');
    background-position: left 1.5em center;
    background-repeat: no-repeat;
    background-size: .8em auto;
    -webkit-appearance: none;
}
.lead_form_address::placeholder {
	color: #07182f;
	color: var(--color-black);
}
.step1 .search_button .form-submit {
	display: block;
	background: #6ac259;
	background: var(--color-green);
	border: 0;
	color: #ffffff;
	color: var(--color-white);
	font-size: 1.3em;
	height: 3em;
	padding: 0 2em 0 1.5em;
	border-bottom-right-radius: 3rem;
    border-top-right-radius: 3rem;
    cursor: pointer;
    transition: background 300ms ease;
	font-weight: 500;
	-webkit-appearance: none;
}
.step1 .search_button .form-submit:hover {
	background: #60B151;
	background: var(--color-green-dark);
}
.search-wrapper {
	display: flex;
	max-width: 41rem;
	position:relative;
}

/* STEP 2 */
.map-form,
.back-to-map {
	display: none;
}
.hide-field, .Radius {
    display: none !important;
}
.map-form .row {
	display: flex;
}
.map_filters {
    width: auto;
    max-width: 100%;
}
.search-bar,
.radius-wrapper {
	position: absolute;
	z-index: 100;
}
.search-bar {
	top: 2rem;
    width: 80%;
    max-width: 36rem;
    left: 50%;
    transform: translateX(-50%);
	display: flex;
	border-radius: 3rem;
	box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.17);
}
.address-field {
	height: 3.8em;
	border: 0;
	border-bottom-left-radius: 3rem;
    border-top-left-radius: 3rem;
	padding: 0 1.5rem 0 3rem;
	background-image: url(../images/daily-email-pin-black.svg);
    background-position: left 1.5rem center;
    background-repeat: no-repeat;
    background-size: .8rem auto;
	font-size: 1em;
}
.search-bar a {
	display: block;
	background: #6ac259;
	background: var(--color-green);
	border-bottom-right-radius: 3rem;
    border-top-right-radius: 3rem;
    height: 3.8em;
	padding: 0em 1.5em 0em 1.2em;
	transition: background 300ms ease;
}
.search-bar a:hover {
	background: #60B151;
	background: var(--color-green-dark);
}
.search-icon {
	display: block;
	height: 50%;
    margin-top: 0.95em;
}
.form-wrapper {
	display: flex;
    flex-flow: column wrap;
    justify-content: center;
	color: #ffffff;
    color: var(--color-white);
	padding: 0 6em;
    max-width: 52rem;
    margin: 0 auto;
}
.form-content-heading {
	font-size: 2.25em;
    font-weight: 700;
    margin-bottom: .5em;
}
.form-content-description {
	opacity: .85;
	margin-bottom: 1em;
}
.form-content {
	width: 80%;
	max-width: 40rem;
    margin: 0 auto;
}
.search-wrapper .address-label{
position: absolute;
    z-index: 222;
    top: -30px;
    left: 50%;
    background-color: red;
    padding: 1px 10px;
    border-radius: 4px;   
    -webkit-transform: translateX(-50%); 
    transform: translateX(-50%);
    min-width: 180px;
    text-align: center;
   }

/* STEP 2 FORM */
.Name label,
.E-mail-Address label,
.Phone label,
.bedroom-field label,
.bathroom-field label,
.Price-Range label,
.step2 .form-wrapper .lname-field{
	display: none;
}
.step2 .landing-form-wrapper {
	background: none !important;
}
.form-wrapper input,
.form-wrapper select {
	height: 3em;
	width: 100%;
    border-radius: 3rem;
    border: 0;
	padding: 0 1.5em;
	font-size: 1em;
	font-family: inherit;
	border-width: 2px;
	border-style: solid;
	border-color: #fff;
	border-color: var(--color-white);
	background-color:#fff;
	-webkit-appearance: none;
}
.form-wrapper select:focus::-ms-value{
background-color:#fff;	
color:#07182f;
}

.form-wrapper select,
.openprice {
	-webkit-appearance: none;
    -moz-appearance: none;
	padding: 0 2.6em 0 1.5em;
	background-image: url(../images/daily-email-arrow-down.svg);
	background-repeat: no-repeat;
	background-position: right 1.4em center;
	background-size: 1.2em auto;
}

.pricewrapper-suggestions .ui-widget{
	font-family:inherit;
	font-size:inherit;
}
.form-wrapper .form-item {
	position: relative;
}
.pricewrapper.error .openprice{
    border-width: 2px;
    border-style: solid;
 }
 .pricewrapper.error .openprice,
.form-wrapper input.error,
.form-wrapper select.error {
	border-color: #ff2422;
	border-color: var(--color-red);
}
#pricewrapper_type-error,
.form-wrapper label.error {
	position: absolute;
	top: 0;
	right: 0.5rem;
	transform: translateY(-50%);
    background: red;
    padding: .15rem .4rem;
    border-radius: .3rem;
    font-size: .85em;
    line-height: 1;
}
.form-wrapper .terms-container  label.error{
font-size: 1em;
}
@media (min-width:1025px){
.form-wrapper .terms-container label.error{
    max-width: calc(100% - 40px);
   }
 } 
.map-form-heading {
	font-size: 2.25em;
    margin-bottom: .4em;
}
.map-form-description,
.fname-field,
.email-field,
.phone-field,
.home-type-field,
.pricewrapper,
.bed-bath-wrapper,
.drip-groups-field, 
.drip-buyer-subgroup-container, 
.drip-seller-subgroup-container, 
.drip-buyer-seller-subgroup-container, 
.drip-renter-subgroup-container,
.recaptcha-terms-wrapper {
	margin-bottom: 1em;
}
.search_button .form-submit {
	background: #6ac259;
	background: var(--color-green);
	transition: background 300ms ease;
	color: #fff;
	color: var(--color-white);
	cursor: pointer;
	height: 3.8em;
	font-weight: 700;
	-webkit-appearance: none;
}
.search_button .form-submit:hover {
	background: #60B151;
	background: var(--color-green-dark);
}
.bed-bath-wrapper .bedroom-field,
.bed-bath-wrapper .bathroom-field,
.drip-buyer-subgroup-container,
.recaptcha-container {
	width: 48%;
}
.recaptcha-container{
	position:relative;
}
.form-wrapper .recaptcha-wrapper {
	height: 3em;
	max-width: 100%;
}
.form-wrapper .chosen-container {
	width: 100% !important;
	font-size: 1em;
}
.form-wrapper .chosen-container-multi .chosen-choices {
	min-height: 3em;
	max-height: 4em;
	height:2.95em;
	overflow-y: auto;
	display: flex;
    align-items: center;
	flex-wrap: wrap;
	border-radius: 3rem;
	border: 0;
	padding: 0 1.5rem;
}
.form-wrapper .chosen-container-multi .chosen-choices li.search-field {
	width: 100%;
}
.form-wrapper .chosen-container-multi .chosen-choices li.search-choice + li.search-field {
	display: none !important;
}
.form-wrapper .chosen-container-multi .chosen-choices::-webkit-scrollbar {
    width: .25rem;
    height: .25rem;
}
.form-wrapper .chosen-container-multi .chosen-choices::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.form-wrapper .chosen-container-multi .chosen-choices::-webkit-scrollbar-thumb {
	background-color: #7d7d7e;
	outline: 1px solid #708090;
}
.form-wrapper .chosen-container-multi .chosen-choices li.search-choice {
	border: 1px solid #6ac259;
	border: 1px solid var(--color-green);
	background: none;
	border-radius: 1rem;
	margin: .15em .3em .15em 0;
	padding: .4em .6em;
    display: flex;
    align-items: center;
}
.form-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	position: static;
    margin-left: .5em;
    font-size: 1em;
    background: url(../images/daily-email-close.svg) no-repeat center !important;
    background-size: contain !important;
	width: .65em;
    height: .65em;
    transition: all 200ms ease;
}
.form-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	background: url(../images/daily-email-close-hover.svg) no-repeat center !important;
}
.form-wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
	width: 100% !important;
}
.drip-groups-wrapper,
.bed-bath-wrapper,
.recaptcha-terms-wrapper {
	display: flex;
	justify-content: space-between;
}
.drip-groups-wrapper {
	flex-wrap: wrap;
}
.drip-groups-field,
.drip-buyer-subgroup-container,
.drip-seller-subgroup-container,
.drip-buyer-seller-subgroup-container,
.drip-renter-subgroup-container {
	width: 100%;
}
.drip-buyer-subgroup-container.hide-field,
.drip-seller-subgroup-container.hide-field,
.drip-buyer-seller-subgroup-container.hide-field,
.drip-renter-subgroup-container.hide-field {
	display: none;
}
.terms-container {
	margin-bottom: 0.8em;
    align-items: center;
	font-size: 0.74em;
	line-height: 1.3;
}
.terms-container input {
	display: none;
}
.terms-container span {
    cursor: pointer;
}
.terms-container .option > span::before {
	content: '';
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	margin-right: 1em;
	background-image: url(../images/daily-email-checkmark.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
    top: 0.2em;
}
.terms-container input:checked + label + span::before,
.terms-container input:checked + span::before {
	background-image: url(../images/daily-email-checkmark-checked.svg);
}
.terms-container a {
	color: inherit;
	text-decoration: underline;
	width: 100%;
}
.terms-container .form-checkbox {
	width: auto;
	height: auto;
}
.disclaimer-floating {
	position: relative;
}
.disclaimer-content {
	display: none;
	position: absolute;
}
.disclaimer-link:hover + .disclaimer-content {
	display: block;
}
.disclaimer-bg {
	display: none;
	background: rgba(0,0,0,.8);
    width: 100%;
    height: 100vh;
    z-index: 3000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	justify-content: center;
    align-items: center;
}
.disclaimer-box {
	background: #fff;
	width: 90%;
	max-width: 44rem;
	position: relative;
}
.disclaimer-title {
	background: #ddd;
	padding: 1rem 2rem;
	text-transform: uppercase;
	line-height: 1;
}
.disclaimer-body {
	padding: 1.5rem 2rem;
	max-height: 88vh;
	overflow-y: auto;
}
.disclaimer-body p:not(:last-of-type) {
	margin-bottom: .8rem;
}
.disclaimer-body::-webkit-scrollbar {
    width: .25rem;
    height: .25rem;
}
.disclaimer-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.disclaimer-body::-webkit-scrollbar-thumb {
	background-color: #7d7d7e;
	outline: 1px solid #708090;
}
.disclaimer-close {
	display: block;
	position: absolute;
	width: 1rem;
	height: 1rem;
	top: 1rem;
	right: 2rem;
	background-image: url(../images/daily-email-close.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.disclaimer-close:hover {
	background-image: url(../images/daily-email-close-hover.svg);
}




/* PRICE DROPDOWN */
.pricewrapper {
	position: relative;
}
.filter_price_from_to_quick_search {
	clear: both;
    display: none;
}
.pricewrapper-suggestions{
	display:none;
}
.pricewrapper.expandPrice .pricewrapper-suggestions{
	display:block;
}
.pricewrapper.expandPrice .filter_price_from_to_quick_search {
	display: block;
	background: #fff;
	top: 3em;
    position: absolute;
    width: 100%;
    box-sizing:border-box;
    z-index: 3;
    border-top: none;
}
.openprice {
	width: 100%;
	height: 3em;
    line-height: 3em;
	background-color: #fff;
	text-align: left;
    position: relative;
    clear: both;
    border-radius: 3rem;
}
.pricewrapper.error .openprice{
height: calc(3em + 2px);
line-height: calc(3em - 2px);
}
.openprice a {
	color: var(--color-black);
    color: #07182f;
	width: 100%;
	display: block;
}
.openprice a:hover {
	text-decoration: none;
}
.openprice a:active {
	outline: none;
}
.filter_price_from_to_quick_search .form-item {
	float: left;
	width: 43%;
    clear: none;
    margin: 0.3em 0 1em 4%;
}
.filter_price_from_to_quick_search .form-item:nth-child(2) {
	margin-right: 4%;
    float: right;
}
.filter_price_from_to_quick_search .form-item:nth-child(1):after {
    content: '';
    display: block;
    background-color: #9e9e9e;
    height: 1px;
    width: 4%;
    position: absolute;
    left: 47%;
    top: 1.2em;
}
.filter_price_from_to_quick_search .form-item input {
	width: 97%;
	margin-bottom: 0 !important;
	z-index: 3;
    position: relative;
	padding: 0 .4em;
    height: 2.3em;
    line-height: 2.3em;
    box-sizing: border-box;
    border: 1px solid var(--color-black);
    border: 1px solid #07182f;
}
.filter_price_from_to_quick_search .form-item input:hover {
	border-color: #0b79c5;
}
.filter_price_from_to_quick_search .form-item input:focus {
	border-color: #0b79c5;
	box-shadow: 0 0 10px 0 rgba(11,121,197,0.5);
}
.pricewrapper-suggestions {
	background-color: #fff;
	position: absolute;
	top: 5.6em;
    z-index: 1300;
	width: 100%;
}
.pricewrapper-suggestions ul.ui-autocomplete {
    padding: 0 0 .5em;
    text-align: left;
    list-style-type: none;
    width: 100% !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    border: 1px solid #9e9e9e;
    border-top: none;
    background: #fff;
    box-sizing: border-box;
	border-radius: 0;
	border: 0;
}
.pricewrapper-suggestions ul.ui-autocomplete:last-child {
	text-align: right;
}
.pricewrapper-suggestions ul.ui-autocomplete a {
	color: #333;
    display: block;
    padding: 0.2em 0 0.2em 4%;
}
.pricewrapper-suggestions ul.ui-autocomplete:last-child a {
	padding-right: 6%;
	padding-left: 0;
}	
.pricewrapper-suggestions ul.ui-autocomplete a:hover {
    background: #0b79c5;
    color: #fbfbfb;
	border:none;
	border-radius: 0;
	margin: 0;
	text-decoration: none;
}
.pricewrapper-suggestions ul.ui-autocomplete a.ui-state-hover-current {
    border: none;
    background: #0b79c5;
    color: #fbfbfb;
    margin: 0;
    height: auto;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border-radius: 0;
}


/* RADIUS */
.radius-wrapper {
	background: #fff;
	background: var(--color-white);
	border-radius: 2em;
	padding: .35em 1.4em .95em;
	left: 50%;
	transform: translate(-50%);
	bottom: 2rem;
}
.map-radius {
	color: #8fbc47;
	color: var(--color-green-light);
	font-size: .9em;
	text-align: center;
	width: auto !important;
    max-width: 3em;
}
.radius-wrapper .ui-slider {
	height: .125em;
	background: rgba(7,24,47,.2);
	border: 0;
	margin-top: .3em;
}
.radius-wrapper .ui-slider .ui-slider-handle {
	background: #8fbc47;
	background: var(--color-green-light);
	width: .35em;
	height: .75em;
	margin-left: 0;
	outline: 0;
}
.radius-wrapper label {
	color: #07182f;
	color: var(--color-black);
	font-size: .9em;
}


/* MAP */
#map-div {
    height: 100%;
}
.precondo_map {
	background-color: #f7f7f7;
	text-align: center;
}
.overlayIE.precondo_map {
	overflow: hidden;
}
#newPropertyMap {
	margin: 0;
	position: relative;
	overflow: hidden;
}
.map_filters {
	position: absolute;
	bottom: 2rem;
    left: 2rem;
	z-index: 200;
}
#mapTools,
#mapTypeControl2 {
	font-size: 1vw;
}
#mapTypeControl2 a.streetviewlink {
	background: rgba(190,190,190,.8);
	padding: 0;
	display:none;
}
.map_tools,
.map_controls {
	display: flex;
	align-items: center;
}
.map_tools {
	margin-bottom: .9vw;
}
#mapTypeControl2 a {
	float: none;
	margin: 0;
}
#map2 {
	height: 35vw;
}
.controls {
    flex-wrap: wrap;
    border-radius: 1.5rem;
}
.map_filters .icon {
    width: 2.2rem;
    height: 2.2rem;
	display: flex;
    align-items: center;
    background: rgba(190,190,190,.8);
    border-radius: 50vw;
    color: #fffffe;
    position: relative;
}
#mapTools .icon.selected,
#mapTypeControl2 .icon.selected {
	background: #f55655;
	background: var(--color-orangered);
}
#mapTools .icon.parks.selected {
	background: #78cd5c;
}
#mapTools .icon.school.selected {
	background: #2faccd;
}
#mapTools .icon.attractions.selected {
	background: #b15ccd;
}
#mapTools .icon.daycares.selected {
	background: #ff9afe;
}
#mapTools .icon.gas.selected {
	background: #FFD343;
}
#mapTools .icon.grocerystores.selected {
	background: #EF3E36;
}
#mapTools .icon.shoppingcentres.selected {
	background: #6D7AFF;
}
#mapTools .icon.restaurants.selected {
	background: #FCA311;
}
#mapTools .icon.banks.selected {
	background: #24B418;
}
#mapTools .icon.coffee.selected {
	background: #DF662B;
}
#mapTools .icon.bus.selected {
	background: #0A7F96;
}
.map_filters .tooltiptext {
	position: absolute;
	top: -100%;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(97,97,97,.9);
	color: #fffffe;
	text-transform: capitalize;
	padding: .5vw 1.3vw;
	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	font-weight: 600;
	font-size: .7vw;
}
.map_filters .tooltiptext::before {
	content:"\A";
    border-style: solid;
    border-bottom: .4vw solid transparent;
	border-left: .4vw solid transparent;
    border-right: .4vw solid transparent;
    border-top: .4vw solid rgba(97,97,97,.9);
    position: absolute;
    top: 100%;
	left: 50%;
    transform: translateX(-50%);
}
.main_content_precon #mapTools .icon span {
	background: rgba(97,97,97,.9);
	background-image: none;
}
.map_filters .icon:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
@media (hover:none){
	.map_filters .icon:hover .tooltiptext {
	display:none;
}
}
#mapTypeControl a.selected, 
#mapTypeControl a:hover, 
#mapTypeControl2 a.selected, 
#mapTypeControl2 a:hover {
	border: none;
	text-decoration:none;
}
.map_tools .icon:not(:last-child),
#mapTypeControl2 .icon:not(:last-child) {
	margin-right: .4rem;
}
.pre-icon {
	font-family: "pre-condo-font";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.2rem;
}
.open_amenities,
.open_controls {
	width: 3.3rem;
	height: 3.3rem;
	background: #fffffe;
	border-radius: 50vw;
	color: #909090;
	display: flex;
    align-items: center;
    box-shadow: 0 0 20px rgba(190, 190, 190, 0.4);
    cursor: pointer;
    transition: all .2s;
    order: -1;
	flex-shrink: 0;
}
.open_amenities .pre-icon,
.open_controls .pre-icon {
    font-size: 2.3rem;
}
.expand .open_controls,
.expand .open_amenities {
	background: #f55655;
	background: var(--color-orangered);
	color: #fffffe;
}
.controls {
	background: rgba(255,255,254, .8);
	border-radius: 5rem;
	padding: .5rem;
	display: flex;
    align-items: center;
    box-shadow: 0 0 20px rgba(190, 190, 190, 0.4);
	margin-left: 1rem;
	opacity: 0;
	transition: all .3s;
	display: none;
}
.expand .controls {
	display: flex;
	opacity: 1;
	position: relative;
}
.expand .controls::before {
	content:"\A";
    border-style: solid;
    border-bottom: .4rem solid transparent;
	border-top: .4rem solid transparent;
    border-left: .4rem solid transparent;
    border-right: .4rem solid rgba(255,255,255,.8);
    position: absolute;
    top: 50%;
    right: calc(100% - 1px);
    transform: translateY(-50%);
}
.gm-bundled-control.gm-bundled-control-on-bottom {
    width: 30px;
    height: 60px;
    margin: 0 !important;
    right: 2rem !important;
    bottom: 2rem !important;
}
.gm-style button[title="Toggle fullscreen view"] {
	display: none !important;
}
#map2 .gm-iv-container,
#map2 .gm-iv-address {
	box-sizing: content-box;
}
#map2 .gm-iv-container {
	margin-top: 10px;
}
#map2 .gm-iv-address {
	padding: 6px 8px;
    margin-top: 10px;
}
#map2 .gm-iv-close {
    margin-top: 13px;
}
#map2 .gm-iv-back {
	padding: 6px;
    box-sizing: content-box;
}
#map2 .gm-iv-address-description {
	padding-right: 30px;
	box-sizing: content-box;
}
#map2 .gm-iv-short-address-description {
	padding-bottom: 2px;
}
.gm-bundled-control.gm-bundled-control-on-bottom .gm-control-active img{
	display: none !important;
}
.gm-bundled-control.gm-bundled-control-on-bottom button[aria-label*="Zoom"]::before {
	font-family: "pre-condo-font";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1rem;
    font-weight: bold;
	color: #8f8f8f;
	transition: all .2s;
}
.gm-bundled-control.gm-bundled-control-on-bottom button[aria-label="Zoom in"]::before {
	content: '\e809';
}
.gm-bundled-control.gm-bundled-control-on-bottom button[aria-label="Zoom out"]:before {
	content: '\e808';
}
.gm-bundled-control.gm-bundled-control-on-bottom button[aria-label*="Zoom"]:hover::before {
	color: #f55655;
	color: var(--color-orangered);
}
.gm-bundled-control.gm-bundled-control-on-bottom button[aria-label*="Zoom"] > div {
	visibility: hidden;
}
.condoIE11 img[src*="pre_construction_condo/icons"] {
	width: 28px !important;
	height: 40px !important;
}
.property{
  overflow:visible !important;
}
.property{
    width: 18px !important;
    height: 18px !important;
    background-color: #fd3360;
    border-radius: 20px;
    position: absolute;
    cursor: pointer;
    text-align: center;
    line-height: 17px;
    opacity: 1 !important;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    transform: scale(1);
    transform-origin: center center;
    border:1px solid #fff;
    margin-top: 12px;
}
.main_content_precon div.gmapSearchProperty{
    width: 275px;
    height: 200px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    opacity: 1 !important;
}
.main_content_precon div.gmapSearchProperty > div{
	filter: blur(3px);
}
.main_content_precon div.gmapSearchProperty div .title{
	font-size: 1rem;
    font-weight: 500;
    padding: 10px 10px;
    float: left;
}
.main_content_precon div.gmapSearchProperty div.left{
	width:100%;
}
.main_content_precon div.gmapSearchProperty div.picture img.pImage{
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.main_content_precon .gmapSearchProperty .picture{
	height: 150px;
    overflow: hidden;
}
.main_content_precon .gmapSearchProperty .streetviewlink{
	display:none;
}
.main_content_precon div.gmapSearchProperty div.picture div.pSaleStatus img{
	display:none;
}
.main_content_precon div.gmapSearchProperty div.price{
    font-size: 14px;
    padding: 8px 10px;
    color: #757575;
    float: left;
    margin: 0px;
}
.main_content_precon .gmapSearchProperty-wrapper{
    border: 1px solid #d4d4d4;
    overflow: hidden;
    background: #e0e0e0;
    position: relative;
}
.main_content_precon div.gmapSearchProperty div.address{
	position: absolute;
    bottom: 10px;
    right: auto;
    margin: 0px;
    left: 8px;
    color: #989898;
}
.gmapSearchProperty .picture a{
	font-size: 0px;
    float: left;
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: relative;
    cursor:default;
}
.main_content_precon div.gmapSearchProperty div.moredetails a,
.main_content_precon .div.gmapSearchProperty div.picture div.pSaleStatus{
	display:none;
}
.main_content_precon div.gmapSearchProperty div.details{
    float: left;
    padding: 10px 10px;
    margin: auto;	
}
.main_content_precon div.gmapSearchProperty.pre-construction div.details{
	padding: 10px 0px;
}
.main_content_precon div.gmapSearchProperty div.details span{
	margin-left:10px;
}
.main_content_precon .gm-style .gm-style-iw{
	width:275px !important;
}
.registeration-required{
    color: #fff;
    background: #2db7f2;
    padding: 1.1rem 0px;
    position: absolute;
    top: 35px;
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
}
.registeration-required strong{
	font-weight:700;
}
.registeration-required img{
    width: 18px;
    display: inline-block;
    vertical-align: baseline;
    margin-bottom: -2px;
    margin-right: 5px;	
}
.property.animate:before,
.property.animate::after{
	content: '';
    background-color: rgba(253, 51, 96, 0.4);
    position: absolute;
    left: -1px;
    top: -1px;
    width: 18px;
    height: 18px;
    border-radius: 30px;
    margin: auto;
    transform: scale(0.5);
    transform-origin: center center;
    animation: pulse-me 3s 1s linear infinite;
}
.property.animate::after {
    animation-delay: 1.8s;
}
.property.viewed{
	background:grey;
}
img[src*="https://maps.gstatic.com/mapfiles/api-3/images/spotlight-poi2.png"] {
    display:none;
}
.main_content_precon .badge{
    margin:0px;
}
.main_content_precon div[style*="background-image: url('/modules/pre_construction_condo/icons/home.svg')"]{
	background:none;
}
.main_content_precon div.badge div.text{
    width: 18px !important;
    height: 18px !important;
    background-color: #fd3360;
    border-radius: 20px;
    position: absolute;
    cursor: pointer;
    text-align: center;
    line-height: 14px;
    color: #fff;
    font-weight: bold;
    font-size: 9px;
    transform: scale(1);
    transform-origin: center center;
    border: 1px solid #fff;
}
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint > div{
    height: 60px !important;
    width: 30px !important;	
}
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint > div button{
	width: 30px !important;
    height: 30px !important
} 
.message-number-found{
    display: none;
    position: absolute;
    bottom: 1.5rem;
    width: auto;
    color: #fff;
    left: 50%;
    max-width: calc(100% - 10rem);
    transform: translateX(-50%);
    white-space: nowrap;
    padding: 0.75rem 1rem;
    background: #646466;
    border-radius: 2rem;
    line-height: 1;
    font-size: 1.15rem;
    text-align: center;
    border: 1px solid #fff;
}
.message-number-found em{
	display: block;
    font-size: 0.65rem;
    margin-top: 0.1rem;
}
.message-number-found.show{
	display:block;
}
.message-number-found a{
    position: absolute;
    top: -0.75rem;
    right: -0.5rem;
    background: #646466;
    border-radius: 1rem;
    border: 1px solid #fff;
    padding: 0.4rem;
    line-height: 1;
    height: auto;
    display: block;
    font-size: 0px;	
}
.message-number-found a img {
    width: 1rem;
}
.message-number-found strong{
	color:#2af230;
	white-space: normal;
}

#mapTools .UploadingNow{
    background: url(/modules/gmapSearch2/images/progress_ani.gif) no-repeat center center!important;
}
#mapTools .UploadingNow .pre-icon{
	display:none;
}
    

/* FOOTER */
footer {
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
	align-items: center;
    opacity: .3;
    font-size: .9rem;
    padding: 0 5%;
}
.dailyemail:not(.step2) footer {
	position: absolute;
	width: 100%;
	bottom: 10px;
}
footer p {
    font-family: "Open Sans", sans-serif, Arial;
    text-align: center;
}
footer p, 
footer a {
    color: #ffffff;
    color: var(--color-white);
    margin-bottom: 0;
    font-weight: 400;
    margin: auto;
}
footer a:hover,
footer a:focus {
	color: inherit;
}
footer img {
    height: 25px;
    display: block;
    margin-left: 5px;
}
footer .centerer {
    width: 100%;
}
#incom-logo {
    display: inline-flex;
	padding-left: 0.5em;
}
#incom-logo .copy {
	line-height: 18px;
}
@media (min-width: 1600px) {
	body {
		font-size: 1.1rem;
	}
}
@media (min-width: 769px) {
	.dailyemail.step2 footer {
		position: absolute;
		bottom: 5px;
		right: 0;
		width: 50%;
		padding: 0 2%;
	}
	.dailyemail.step2 footer p, 
	.dailyemail.step2 footer a {
		font-size: .68rem;
	}
	.dailyemail.step2 footer img {
		height: 20px;
	}
}

@media (max-width: 1360px) {
	.form-wrapper {
		padding: 0 4em;
	}
	.controls {
	    max-width: 16.2rem;
		border-radius: 1.5rem;
	}
	.map_tools .icon:not(:last-child), 
	#mapTypeControl2 .icon:not(:last-child) {
	    margin-right: 0;
	}
	.map_tools .icon:nth-child(-n+6) {
		margin-bottom: .4rem;
	}
	.map_tools .icon:not(:nth-child(6n)),
	#mapTypeControl2 .icon:not(:nth-child(4n)) {
		margin-right: .4rem;
	}
	.map_tools {
	    min-height: calc(6.5rem + 5px);
	}
	.map_controls {
	    margin-top: -.7rem;
	}
}
@media (max-width: 1280px) {
	.form-wrapper {
		padding: 0 3em;
	}
	body {
		font-size: .85rem;
	}
	.form-wrapper .recaptcha-wrapper {
		height: 3.5em;
	}
}
@media (max-width: 1024px) {
	footer img {
	    max-height: 18px;
	}
	.step1 {
		display:block;
		min-height: calc(100vh - 65px);
	}
	.wrapper-form-area{
		background: linear-gradient(240deg, #fc7731, #f55655);
		background-size: contain;
		height: auto;
		min-height: 100vh;
	}
	.step1_form,
	.step1_house {
		width: 100%;
		height: auto;
		display:block;
	}
	.step1_house {
		flex: 1;
		padding: 3em 2em;
		display:none;
	}
	.step1_house_img {
		width: auto;
	    height: 100%;
    	max-width: 100%;
	}
	.step1_form {
		padding: 5em 3em 0;
	}
	.recaptcha-terms-wrapper {
		flex-wrap: wrap;
	}
	.recaptcha-container,
	.terms-container {
		width: 100%;
	}
	.recaptcha-container {
		margin-bottom: 1em;
	}
	.terms-container span {
		justify-content: center;
	}
	.search_button .form-submit {
		height: 3em;
	}
	.terms-container {
		justify-content: center;
	}
	.terms-container a {
		margin-left: .3em;
		width: auto;
	}
	footer {
	    padding: 2% 5%;
	}
}
@media (max-width: 900px) {
	.controls {
		max-width: 11rem;
	}
	.map_tools .icon:not(:nth-child(6n)) {
		margin: 0;
	}
	.map_tools .icon:not(:nth-child(4n)) {
		margin-right: .4rem;
	}
	.map_tools .icon:nth-child(-n+8) {
		margin-bottom: .4rem;
	}
	.map_tools {
	    min-height: calc(9.5rem + 5px);
	}
	.map_controls {
	    margin-top: -2.2rem;
	}
}
@media (max-width: 768px) {
	.map-form .row {
		display: flex;
	    flex-flow: column wrap;
	}
	.map-wrapper,
	.form-wrapper {
		width: 100%;
	}
	.form-wrapper {
		background: url(../images/daily-email-cloud.svg), linear-gradient(240deg, #fc7731, #f55655);
	    background: url(../images/daily-email-cloud.svg), linear-gradient(240deg, var(--color-orange), var(--color-orangered));
	    background-repeat: no-repeat;
	    background-position: top left, center;
	    background-size: auto 50%, cover;
	    height: auto;
	    min-height: calc(100vh - 65px);
	    padding: 3rem 4rem;
	}
	footer {
	    font-size: 0.7rem;
	}
	.dailyemail.step2 .wrapper-form-area {
		background: #fff;
	}
	.dailyemail.step2  footer {
		opacity: 1;
	}
	.dailyemail.step2 footer p, .dailyemail.step2 footer a {
		color: var(--color-black);
		color: #07182f;
	}
	.dailyemail.step2 footer img {
		visibility: hidden;
	}
	.dailyemail.step2 #incom-logo {
		background: url(../images/InCom-logo-black.svg) no-repeat center;
		background-size: contain;
	}
	.dailyemail.step2 #incom-logo .copy {
		margin-right: 1.25em;
	}
	.form-heading {
		font-size: 2.6em;
	}
	.form-subheading {
		font-size: 2em;
		margin-bottom: 1em;
	}
	.disclaimer-title,
	.disclaimer-body {
	    padding: 1rem 1.2rem;
	}
	.disclaimer-close {
		right: 1.2rem;
	}
}
@media (max-width: 568px) {
	footer {
	    font-size: 0.65rem;
	    padding: 2%;
	}
	.form-heading {
		font-size: 2.2em;
	}
	.form-subheading {
		font-size: 1.8em;
	}
}
@media (max-width: 480px) {
	.map_filters {
		bottom: 1.2rem;
	    left: 1.2rem;
	}
	.gm-bundled-control.gm-bundled-control-on-bottom {
		right: 1.2rem !important;
    	bottom: 1.2rem !important;
	}
	.radius-wrapper {
		bottom: 1.2rem;
	}
	.search-bar {
		top: 1.2rem;
	}
	.step1_form {
		padding: 2em 1.5em 0;
	}
	.step1_house {
		padding: 1.5em;
	}
	.form-wrapper {
		padding: 2rem 1.5rem;
	}
	.bed-bath-wrapper {
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.bed-bath-wrapper .bedroom-field, 
	.bed-bath-wrapper .bathroom-field {
		width: 100%;
		margin-bottom: 1em;
	}
}
@media (max-width: 360px) {
	.form-heading {
	    font-size: 1.8em;
	}
	.form-subheading {
		font-size: 1.6em;
	}
	.form-description {
	    font-size: 1.2em;
	}
}
@media (max-width: 900px) and (orientation: landscape) {
	.map-form .row {
		display: flex;
	    flex-flow: column wrap;
	}
	.map-wrapper,
	.form-wrapper {
		width: 100%;
	}
	.form-wrapper {
		background: url(../images/daily-email-cloud.svg), linear-gradient(240deg, #fc7731, #f55655);
	    background: url(../images/daily-email-cloud.svg), linear-gradient(240deg, var(--color-orange), var(--color-orangered));
	    background-repeat: no-repeat;
	    background-position: top left, center;
	    background-size: auto 50%, cover;
	    height: auto;
	    min-height: calc(100vh - 65px);
	    padding: 3rem 4rem;
	}
	.wrapper-form-area,
	.step1 {
		height: auto;
	}
	.map-wrapper {
		min-height: calc(100vh - 65px);
	}
	footer {
	    font-size: 0.7rem;
	}
	.dailyemail.step2 .wrapper-form-area {
		background: #fff;
	}
	.dailyemail.step2  footer {
		opacity: 1;
	}
	.dailyemail.step2 footer p, .dailyemail.step2 footer a {
		color: var(--color-black);
		color: #07182f;
	}
	.dailyemail.step2 footer img {
		visibility: hidden;
	}
	.dailyemail.step2 #incom-logo {
		background: url(../images/InCom-logo-black.svg) no-repeat center;
		background-size: contain;
	}
	.dailyemail.step2 footer {
		width: 100%;
		position: static;
	}
}
	
@media (min-width: 901px) and (max-height: 900px) and (orientation: landscape) {
	.form-wrapper input, .form-wrapper select,
	.search_button .form-submit {
		height: 2.5em;
	}
	.openprice {
		height: 2.5em;
		line-height: 2.5em;
	}
	.pricewrapper.error .openprice{
height: calc(2.5em + 2px);
line-height: calc(2.5em - 2px);
}
	.pricewrapper.expandPrice .filter_price_from_to_quick_search {
		top: 2.5em;
	}
	.form-wrapper .chosen-container-multi .chosen-choices {
		max-height: 2.5em;
		min-height: 2.5em;
		height:2.45em;
	}
	.map-form-description, .fname-field, .email-field, .phone-field, .home-type-field, .pricewrapper, .bed-bath-wrapper, .drip-groups-field, .drip-buyer-subgroup-container, .drip-seller-subgroup-container, .drip-buyer-seller-subgroup-container, .drip-renter-subgroup-container, .recaptcha-terms-wrapper {
	    margin-bottom: .8em;
	}
	.map-form-heading {
		margin-bottom: 0;
	}
}

.step2 .customimageUser{
	display:none;
}

.customimageUser{
	position:absolute;
	width:100%;
}


input.form-submit[disabled="disabled"]{
    opacity:0.4;
}



.wrapper-pin{
	display:none;
	width: 100%;
	height:100vh;
	background: rgba(0,0,0,.75);
	position:fixed;
	top:0;
	left:0;
	z-index: 2000;
}
.wrapper-pin .wrapper-pinpage{
	background-color: #fff;
	width: 80%;
	height: 100%;
	max-width: 1126px;
	min-width: 800px;
	margin: 0 auto;
	overflow: auto;
}
.wrapper-pin h2{
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 1.8rem!important;
  text-align: center;
  color: gray;
  font-weight: 300;
  margin: 40% 0 1.3rem;
  line-height: 1.3;
  box-shadow: none;
  font-style: normal;
  padding: 0;
  display: block;
}
.wrapper-pin form{
  width: 440px;
  margin: 0 auto;
}
.wrapper-pin p{
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #616161;
}
.wrapper-pin #edit-pin{
	font-size: .96rem;
	border-radius: .2rem;
	border-color: #ebebeb;
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0px .75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	box-sizing: border-box;
    margin: 1.2em 0 0.5em;
}
#pin_form input[type="submit"]{
	text-transform: capitalize;
	background: #1cb94e;
	font-size: 1.25rem;
	width: 100%;
	border: none;
	border-radius: .2rem;
	padding-top: .8rem;
	padding-bottom: .8rem;
	color:#fff;
	box-sizing: border-box;
	margin: 1rem 0;
}
.wrapper-pin .resend{
	display: block;
	margin: 0.5em auto 0;
	width: 9em;
	text-align: center;
	text-decoration: underline;
	color: #5d0c0c;
}
.wrapper-pin .resend:hover{
	color:#c34343;
}
#pin_form input[type="submit"]:hover{
	background-color: #189f43;
}
.wrapper-pin #error_message{
	color: #d21515;
}
.wrapper-pin .close{
	background:url('../images/close.svg') no-repeat center center;
	background-size:55% auto;
	width: 34px;
	height: 34px;
	display: block;
	padding: 0;
	border-radius: 20px;
	border: 1px solid #8f8f8f;
	line-height: 34px;
	color: #8f8f8f;
	float: right;
	margin: 7px 8px;
	opacity: 1;
}
@media(max-width: 830px){
	.wrapper-pin .wrapper-pinpage{
		min-width: 1px;
	}
}
@media(max-width: 620px){
	.wrapper-pin .wrapper-pinpage{
		width:100%;
	}
}
@media(max-width: 500px){
	.wrapper-pin form {
		width: 90%;
	}
}


.step1_form .search_button .form-submit {  
    display: block;
    background: #6ac259;
    background: var(--color-green);
    border: 0;
    color: #ffffff;
    color: var(--color-white);
    font-size: 1.3em;
    height: 3em;
    padding: 0 2em 0 1.5em;
    border-bottom-right-radius: 3rem;
    border-top-right-radius: 3rem;
    cursor: pointer; 
    transition: background 300ms ease;
    font-weight: 500;
    -webkit-appearance: none;
}
.step1_form .search_button .form-submit:hover {
    background: var(--color-green-dark);
}       
.step2 .form-wrapper .form-item label[for="edit-fname"]{
    display:none;
}
.step2 .drip-group-container-wrapper{
    width: 100%;
    clear: left;
	margin-bottom: 0.7em;
	position:relative;
}
.step2 .drip-group-container-wrapper label{
    font-weight: bold;
    white-space: nowrap;
    font-size: 1em;
    margin: 0 0 0em 0.3em;
    line-height: 1.5em;
    color: white;
}
.step2 .drip-group-container-wrapper label.error{
    border-radius: .3rem;
	font-size: .85em;
	font-weight: 500;
	line-height: 1;
	padding: .15rem .4rem;
	top: 0.75rem;
}
.step2 .drip-group-container-wrapper div[id*="drip-group-container-"]{
    width: 100%;
    margin: 0.2em 0 0px;
    box-sizing: border-box;
    overflow: visible;
    font-size: 0.9em;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
}
.step2 .drip-group-container-wrapper div[id*="drip-group-container-"] .form-item {
    margin: 0px 0% 8px;
    width: 23.5%;
    float: none;
    box-sizing: border-box;
    text-align: center;
    padding: 0px;
    height: 3em;
    position: relative;
    background-color: #ffffff;
    border-radius: 3rem;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-color: var(--color-white);
    -webkit-appearance: none;
}
.step2 .drip-group-container-wrapper div[id*="drip-group-container-"] .form-item .option{
    height: 3em;
    line-height: 3em;
    font-weight: normal;
    padding: 0;
    font-size: 1em;
    margin: 0px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    color: #07182f;
}
.step2 .drip-group-container-wrapper div[id*="drip-group-container-"] .form-item input{
    display: none;
}
.drip-group-container.buy .form-item:nth-child(1):before, .drip-group-container.sell .form-item:nth-child(2):before, .drip-group-container.rent .form-item:nth-child(3):before, .drip-group-container.other .form-item:nth-child(4):before {
    display: block;
    content: '';
    position: absolute;
    background: url(./../images/group-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
    left: 0px;
    top: 8px;
    margin-left: -10px;
    margin-top: -10px;
    pointer-events: none;
}
.step2 .drip-group-container-wrapper div[id*="drip-group-container-"].buy .form-item:nth-child(1), .step2 .drip-group-container-wrapper div[id*="drip-group-container-"].sell .form-item:nth-child(2), .step2 .drip-group-container-wrapper div[id*="drip-group-container-"].rent .form-item:nth-child(3), .step2 .drip-group-container-wrapper div[id*="drip-group-container-"].other .form-item:nth-child(4) {
    border: 3px #0fb2e3 solid;
    position: relative;
}
.step2 div[id*="drip-other-subgroup-container-"], .step2 div[id*="drip-buyer-renter-subgroup-container-"], .step2 div[id*="drip-buyer-other-subgroup-container-"], .step2 div[id*="drip-seller-renter-subgroup-container-"], .step2 div[id*="drip-seller-other-subgroup-container-"], .step2 div[id*="drip-renter-other-subgroup-container-"]{
    margin-bottom: 1em;
}
.step2 .drip-group-container-wrapper label .req{
    padding-left: 0.3em;
}
@media (max-width: 360px){
    .step2 .drip-group-container-wrapper div[id*="drip-group-container-"]{
        flex-wrap: wrap;
    }
    .step2 .drip-group-container-wrapper div[id*="drip-group-container-"] .form-item{
        width: 48.7%;
    }
}
.openprice{
    display:none;
}

/*license number*/
footer {
    text-align: center;
}
footer p:nth-child(1) {
    display: inline-block;
}
footer .footer_License {
    display: inline-block;
    color: var(--color-white);
    font-weight: 400;
}
footer .footer_License:before {
    content: ", ";
    display: inline-block;
    padding-right: 0.3em;
}