body,
html {
	width: 100%;
	overflow-x: hidden;
}

body {
	font-family: "Roboto", sans-serif;
	background: #fff;
	margin: 0;
}

.buying-site-footer-menu ul li div a {
	color: white !important;
}

.font-roboto {
	font-family: "Roboto", sans-serif !important;
}

.section-tagline {
	font-family: "Roboto", sans-serif !important;
	font-size: 1rem;
	color: #ef6117;
	text-transform: uppercase;
}
.section-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	line-height: 35px;
}

.text-orange {
	color: #ef6117;
}
.text-blue {
	color: #1f2a58;
	transition: all 700ms ease;
}
.hover-text-light:hover {
	color: #ffffff !important;
}
.hr-light {
	width: 15%;
	text-align: center;
	margin: 25px auto;
	border-width: 5px;
    border-color: #ffffff;
    border-radius: 25px;
	opacity: 1;
}

.desc-all {
	font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.card-contact-custom .text {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}

#shadow-host-companion {
	display: none;
}

.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: #004aad;
}

.color-red {
	color: #ef6117;
}

.color-white {
	color: #ffffff;
}

.color-dark-grey {
	color: #545454;
}

.color-light-grey {
	color: #d9d9d9;
}

.bg-teal {
	background-color: #004aad;
}

.bg-red {
	background-color: #ef6117;
}

.bg-white {
	background-color: rgb(255, 255, 255);
}

.bg-dark-grey {
	background-color: #545454;
}

.bg-light-grey {
	background-color: #d9d9d9;
}


.top-banner {
	background-color: #1f2a58;
	text-align: center;
	color: #ffffff;
	padding: 12px 0px;
	border-bottom: 4px solid #ef6117;
}
.top-banner h4 {
	font-size: 25px;
	letter-spacing: 0.3px;
	font-family: "Roboto", sans-serif;
    font-weight: 400;
	line-height: 40px;
}
.top-banner h4 span {
	font-size: 30px;
}

/*body*/
.menu-container {
	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%); */
	padding: 15px 0px;
}

.menu-container.sticky .navbar .icon-bar a {
	color: black;
}

.menu-container .logo {
	max-width: 250px;
	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;
}

.menu-container .navbar ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-container .navbar ul li {
	padding: 0 35px;
}
.menu-container .navbar ul li a {
	text-decoration: none;
	color: #7A736A;
	font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
	font-size: 16px;
	display: block;
	line-height: 2.5em;
	cursor: pointer;
	background: linear-gradient(currentColor 0 0) 
	  bottom left/
	  var(--underline-width, 0%) 0.13em
	  no-repeat;
	transition: all 500ms ease;
}

.menu-container .navbar ul li a:hover {
	color: #000000 !important;
	--underline-width: 100%;
}

.menu-container .navbar.nb ul li a,
.menu-container .navbar ul li a.active {
	color: #000000;
	--underline-width: 100%;
}

.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/bg.webp');
	background-color: #000;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	position: relative;
}
.first-section::after {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.7;
	z-index: 1;
}
.first-section .container {
	margin-top: 0px;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 2;
	position: relative;
}
.first-section h2 {
	font-family: "Montserrat", sans-serif;
  	font-weight: 600;
	font-size: 65px;
	line-height: 1.5em;
	margin-bottom: 65px;
	letter-spacing: -.04em;
	word-spacing: 2px;
	/* animation: 
	  typing 3.5s steps(40, end),
	  blink-caret .75s step-end infinite; */
}
.first-section h3,
.card-black .title {
	font-family: "Roboto", sans-serif;
  	font-weight: 600;
	font-size: 36px;
	line-height: 1.3em;
	word-spacing: 2px;
	text-align: center;
	/* animation: 
	  typing 3.5s steps(40, end),
	  blink-caret .75s step-end infinite; */
}
.first-section-benefits {
	background: #ffffff;
    padding: 21px 0;
}
.first-section-benefits p {
	font-family: "Roboto", sans-serif;
    font-size: 18px;
}
.first-section-benefits .container .row .col-6 span.me-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.first-section-benefits .container .row .col-6 span .fa {
	font-size: 32px;
	color: #ef6117;
}

  /* .typewriter {
	overflow: hidden;
	border-right: .15em solid #ef6117;
	white-space: nowrap;
	margin: 0 auto;
	animation: 
	  typing 3.5s steps(40, end),
	  blink-caret .75s step-end infinite;
  }
  
  @keyframes typing {
	from { width: 0 }
	to { width: 100% }
  }
  
  @keyframes blink-caret {
	from, to { border-color: transparent }
	50% { border-color: #ef6117; }
  } */

/* second-section */
.second-section {
	background-color: #ecebeb;
	padding: 100px 0px;
}

.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/bg-contact.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.section-header {
	background-image: url('../img/bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
	background-size: 100% 100%;
	padding: 100px 0px 100px 0px;
	position: relative;
}
.section-testimonials {
	background-color: #1f2a58;
	padding-top: 80px;
	padding-bottom: 50px;
}
.header-company::after {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.7;
	z-index: 1;
}
.header-company .container {
	z-index: 2;
	position: relative;
}
.header-company h1 {
	font-size: 55px;
}

.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}

.m-0 {
	margin: 0 !important;
}

.my-100p {
	margin-top: 100px;
	margin-bottom: 100px;
}

.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;
}

.img-fluid {
	max-width: 100%;
	height: auto;
	/* height: 500px; */
}

/*form design*/
.card-black {
	background-color: #FFFFFF;
	padding: 26px 20px;
	color: #000000;
	margin-bottom: 20px;
	border-radius: 10px;

}

.card-contact-custom {
	background-color: #FFFFFF !important;
	border-left: 8px solid #ef6117;
    padding: 24px 3%;
    box-shadow: 0 0 24px #00000040;
}

.bg-contact-us .content {
	background-color: #FFFFFF !important;
    border-right: 8px solid #ef6117;
    padding: 24px 3%;
    box-shadow: 0 0 24px #00000040;
	border-radius: 10px;
}
.bg-contact-us .content .icon-contact-card {
	background-color: #1f2a58;
    color: #ffffff;
    height: 54px;
    width: 54px;
    line-height: 54px;
    font-size: 25px;
    text-align: center;
    border-radius: 500px;
    position: relative;
    float: left;
    margin-right: 30px;
    margin-left: 2px;
    z-index: 5;
    -webkit-animation: avia_appear 1s 1cubic-bezier(0.175,0.885,0.320,1.275);
    animation: avia_appear 1s 1cubic-bezier(0.175,0.885,0.320,1.275);
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.icon-contact-card-wrap {
	overflow: hidden;
    min-height: 1.5em;
    padding-bottom: 4px;
}

.card-contact,
.card-selling-house {
	color: white !important;
}


.card-selling-house .title {
	color: white;
	opacity: 87%;
	font-size: calc(1.325rem + .9vw);
	text-align: center;
	margin: 0;
}

.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 {
	width: 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%;
	height: 60px;
	padding: 10px 20px !important;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #616161 !important;
	background-color: #fafafa !important;
	background-clip: padding-box;
	border-style: solid !important;
	border: solid 1px #666666 !important;
	border-width: 1px 1px 1px 1px !important;
	border-color: #eaeaea !important;
	border-radius: 6px !important;
	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;
}

/*buttons*/

.btn.btn-red {
	color: #fff;
	background-color: #ef6117;
	border-color: #ef6117;
	cursor: pointer;
	font-weight: bold;
	font-size: calc(1.325rem + .9vw);
	text-transform: uppercase;
	border-radius: 6px;
	text-decoration: none;
}

.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: #1f2a58 !important;
	color: #ffffff !important;
}

.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*/
.services-section {
	background-color: #f9f9f9;
}

.content-banner-text {
	background-color: white;
	text-align: center;
	padding: 1px 16px;
	margin-top: 20px;
}

.content-banner-black {
	background-color: black;
	text-align: center;
	padding: 1px 16px;
	margin-top: 20px;
}

.content-banner-text p {
	color: black;
	font-weight: normal;
}

.content-banner-black p {
	color: white;
	font-weight: normal;
}

.content-list {
	background-color: white;
	margin-left: 20px;
	padding: 20px 0;
}

.content-title {
	color: black;
	margin: 0 50px;
	font-size: 1.2rem;
	padding: 17px;
	border-radius: 12px;
}

.content-title h3 {
	margin: 0;
}

.img-bag {
	height: auto;
	width: auto;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	margin-top: 20px;
}


.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: #ef6117;
	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;
	margin-top: 20px;
}

/* 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: 15px;
	margin: 0.5em 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; */
	margin-top: 10px;
}

.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;
	width: 100%;
    height: 60px;
    padding: 10px 20px !important;
    color: #616161 !important;
    background-color: #fafafa !important;
    border-style: solid !important;
    border: solid 1px #666666 !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #eaeaea !important;
    border-radius: 6px !important;
}
.textAreaElement_textArea {
	width: 100%;
    padding: 10px 20px !important;
    color: #616161 !important;
    background-color: #fafafa !important;
    border-style: solid !important;
    border: solid 1px #666666 !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #eaeaea !important;
    border-radius: 6px !important;
}

.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*/
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;
}

.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;
}
#google_translate_element {
	display: none !important;
}


/* 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;
	}

	.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);
	}

	.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;
	}

	.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%);
	}

	.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;
	}
}

@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-contact,
	.card-selling-house {
		width: 270px;
		max-width: 270px;
		padding: 20px 12px;
	}

	.card-selling-house .title {
		font-size: calc(0.75em + .9vw);
	}

	.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(1rem + .5vw) !important;
		padding: 20px 0px;
		width: 100%;
	}

	.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-contact,
	.card-selling-house {
		width: 320px;
		max-width: 320px;

	}


	.btn.btn-red {
		font-size: calc(1.2rem + .5vw) !important;
		padding: 25px 0px;
	}

	.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-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.2rem + .5vw) !important;
		padding: 25px 0px;
	}

	.gradient.grad-house {
		background: linear-gradient(360deg, #ffffff 34%, rgba(255, 255, 255, 0) 61%);
	}
}

/* The device with borders */
.smartphone {
	position: relative;
	margin: auto;
	border: 16px #1f2a58 solid;
	border-top-width: 60px;
	border-bottom-width: 60px;
	border-radius: 36px;
  }
  
  /* The horizontal line on the top of the device */
  .smartphone:before {
	content: '';
	display: block;
	width: 60px;
	height: 5px;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #333;
	border-radius: 10px;
  }
  
  /* The circle on the bottom of the device */
  .smartphone:after {
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 50%;
	bottom: -65px;
	transform: translate(-50%, -50%);
	background: #ef6117;
	border-radius: 50%;
  }
  
  /* The screen (or content) of the device */
  .smartphone .content {
	height: 650px;
	background: white;
  }

.testim .testim-wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 71%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: #ef6117;
}
    

.testim .arrow.left {
    left: 100px;
}

.testim .arrow.right {
    right: 100px;
}

.testim .dots {
    text-align: center;
    /* position: absolute; */
    width: 100%;
    bottom: 330px;
    left: 0;
    display: block;
    z-index: 3333;
		height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #ef6117;
    border-color: #ef6117;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #ef6117;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    margin: auto;
	font-weight: normal;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ef6117;        
        box-shadow: 0px 0px 10px 5px #ef6117;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ef6117;        
        box-shadow: 0px 0px 0px 0px #ef6117;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ef6117;        
        box-shadow: 0px 0px 10px 5px #ef6117;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ef6117;        
        box-shadow: 0px 0px 0px 0px #ef6117;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ef6117;        
        box-shadow: 0px 0px 10px 5px #ef6117;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ef6117;        
        box-shadow: 0px 0px 0px 0px #ef6117;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ef6117;        
        box-shadow: 0px 0px 10px 5px #ef6117;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ef6117;        
        box-shadow: 0px 0px 0px 0px #ef6117;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ef6117;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ef6117;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}

}