
@import url('https://fonts.googleapis.com/css?family=Comfortaa&display=swap');

body{
	font-family: 'Comfortaa', sans-serif;
	font-size:18px;
	background-color:#343434;
}

h1{
	font-size:44px;
}

h1 span, h2 span{
	color:#fe9800;
}

.brand span{
	color:#fe9800;
}

.logo{
	width:150px;
	margin:auto;	
}

.main-message{
	text-align:center;
}

.so-warning{
	color:#666;
	font-size:16px;
}

.so-title{
	background-color:#FEDE93;
	text-align:center;
	padding:19px 0px 8px 0px;
}

#sodata{
	display:none;
	padding:25px;
	background-color:#e2e2e2;
	border:1px dashed #077B00;
}

.field-invisible{
	width:100%;
	background-color:#e2e2e2;
	border:0;
	resize: none;
}

.link-invisible{
	width:100%;
	background-color:#e2e2e2;
	padding:12px;
	border:0;
	resize: none;
	font-size:15px;
	height:45px;
	text-align:center;
}

.btn-result{
	width:210px;
	text-align:center;
}

.card-home{
	padding-left:0px;
	padding-right:0px;
	border:0px;
}

.property-wrapper{
	background-color:#FEDE93;
	padding:24px;
	text-align: center;
}

.lead{
	padding-left:30px;
	padding-right:30px;
}

.lead span{
	color:#fe9800;
}

.lead b{
	font-weight: 900;
}

.property-icon{	
	color:#343434;	
	font-size:65px;
	text-align:center;	
}
	
.contact-wrapper{
	padding:24px;
	margin-top:25px;
	text-align: center;
}

.contact-wrapper  span{
	color:#fe9800;
}

.powered{
	font-size:16px;
	color:#666;
}

.price-wrapper{
	background-color:#FEDE93;
	text-align: center;
	padding:24px;
	padding-bottom:0px;
}

.pricing {
	text-align: center;
	border: 1px solid #f0f0f0;
	color: #444;
	background-color:#fff;
	font-size: 14px;
	padding-left: 0;
	margin-bottom: 24px; 
}
.pricing li:first-child,
.pricing li:last-child {
	padding: 20px 13px;
}
.pricing li {
	list-style: none;
	padding: 13px;
}
.pricing li + li {
	border-top: 1px solid #f0f0f0;
}
.pricing big {
	font-size: 32px;
}
.pricing h3 {
	margin-bottom: 0;
  font-size: 36px;
}
.pricing span {
	font-size: 12px;
	color: #999;
	font-weight: normal;
}
.pricing button {
	width: auto;
	margin: auto;
	font-size: 15px;
	font-weight: bold;
	border-radius: 50px;
	color: #fff;
	padding: 9px 24px;
	background: #aaa;
	opacity: 1;
	transition: opacity .2s ease;
  border: none;
  outline: none;
}
.pricing button:hover {
	opacity: .9;
}
.pricing button:active {
	box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
}
/* pricing color */
.p-green big,
.p-green h3 {
	color: #4c7737;
}
.p-green button {
	background: #4c7737;
}
.p-yel big,
.p-yel h3 {
	color: #ffbb42;
}
.p-yel button {
	background: #ffbb42;
}
.p-red big,
.p-red h3 {
	color: #e13c4c;
}
.p-red button {
	background: #e13c4c;
}
.p-blue big,
.p-blue h3 {
	color: #3f4bb8;
}
.p-blue button {
	background: #3f4bb8;
}

textarea.msg{
	height:220px;
}