@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;700&display=swap');
@font-face {
  font-family: Avenir;
  src: url("/Avenir/Avenir/Avenir Light.ttf");
}

body {
	margin: 0px;
	text-align: center;
	overflow-x: hidden;
}
body, td, textarea, input, div{
	font-family: 'Avenir';
	font-size: 16px;
	box-sizing: border-box;
}

.faq_question {
	font-size: 18px;
	font-weight: bold;
}

.faq_answer {
	display: none;
}

.homepage_service {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 200px;
	height: 200px;
	float: left;
	margin-right: 20px;
	border-radius: 20px;
}

body.small-window .homepage_service {
	width: 100%;
}

.homepage_service_text {
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	text-align: center; 
	padding: 10px;
	border-radius: 20px 20px 0 0;
}


a {
	text-decoration: none;
	color: inherit;
}
h2{
	border-bottom: 1px dotted #d7d7d7;
	font-size: 16px;
	margin-top: 0px;
}
h1 {
	text-decoration: none;
	text-align: center;
}

em {
	
}

img{
	border: 0px;
}

div.tableHeaders .sortable:hover {
	cursor: pointer;
}

ul li {
	margin-left: -20px;
}

#content {
	width: 100vw;
	min-height: 95vh;
	text-align: left;
}
div#logo-wrapper {
	cursor: pointer;
	height: 40px;
	width: 380px;
	background-image: url('/images/Ecocare-secondary-logo-white.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	margin-top: 5px;
}

body.small-window div#logo-wrapper {
	float: none;
	margin-left: 10px;
	margin-top: 0px;
}

div#logo-menu {
	height: 50px;
	width: 100vw;
	position: fixed;
	padding: 0px 100px;
	z-index: 10;
	color: white;
	background-color: #007F79;

}

body.small-window div#logo-menu {
	padding: 0px;
}

div#background-video {
	height: 80vh; 
	background-color: red;
	width: 100vw;
	position: relative;
	z-index: 1;
}

div#background-video {
	height: 80vh; 
	background-color: black;
	width: 100vw;
	position: abolute;
	top: 0;
	z-index: 2;
}
div#company-overview {
	height: auto;
	width: 100vw;
	padding: 30px 100px;
	font-size: 20px;
}

body.small-window div#company-overview {
	padding: 10px 30px;
}

div#services {

	width: 100vw;
	background-color: #007F79; 
	color: white;
	padding: 30px 100px;
	text-align: center;
	position: relative;
}

body.small-window div#services {
	padding: 10px 30px;
}

div.services-box {
	width: 100px;
	height: 100px;
	border: 1px solid white;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 50px;
	float: left;
}

div#promise {
	height: auto;
	padding: 30px 100px;
	width: 100vw;

}

body.small-window div#promise {
	padding: 10px 30px;
}

div.promise-wrapper {
	width: 80%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

body.small-window div.promise-wrapper {
	width: 100%;
}

div.promise-box {
	width: 25%;
	text-align: center;
	border: 0px solid black;
	height: 200px;
	float: left;
	padding: 10px;
	font-size: 18px;
}

body.small-window div.promise-box
{
	width: 40%; margin: 5px;
	height: auto;
}

div.promise-box img {
	margin-bottom: 15px;
}

div#contact {
	height: 400px;
	background-color: #007F79;
	color: white;
	width: 100vw;
	padding: 30px 50px;
}

.residential-services {
	width: 100%;
	height: 400px;
	margin-bottom: 30px;
}

body.small-window .residential-services {
	height: auto;
}

.residential-services .image {
	float: left;
	width: 50%;
	background-color: red;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

body.small-window .residential-services .image {
	float: none;
	width: 100%;
	height: 150px;
}

.residential-services .header {
	background-color: #007F79;
	padding: 10px;
	padding-left: 30px;
	color: white;
	font-weight: strong;
	display: inline-block;
	width: 48%;
}

body.small-window .residential-services .header {
	width: 100%;
}

.residential-services .text {
	padding-left: 20px;
	display: inline-block;
	width: 48%;
	padding: 30px;
}

body.small-window .residential-services .text {
	width: 100%;
	padding: 0;
}

.our-team {
	width: 300px;
	height: 400px;
	float: left;
	margin-right: 40px;
	margin-left: 40px;
	font-weight: 400;
	text-align: center;
}

.our-team .image {
	height: 300px; width: 300px; background-repeat: no-repeat;background-size: cover; background-position: center center;

}

#myVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter:opacity(30%);
}

#banner {
	width: 100vw;
	height: auto;
	background-color: #efefef;
	/*position: fixed;*/
	/*z-index: 100;*/
}

#footer {
	padding-top: 50px;
	font-size: 12px;
	padding-bottom: 100px;
	background-color: #007F79;
}

#footer .section-wrapper {
	width: 80%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#footer .section {
	color: white;
	float: left;
	padding: 10px;
	border: 0px solid white;
	height: 100%;
	width: 25%;
	text-align: left;
}

#footer .section a {
	margin-bottom: 8px;
	display: block;
}

#customer-reviews {
	width: 90%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow-x: auto;
}

.customer-review {
	height: 200px;
	width: 190px;
	border: 2px solid #99CC62;
	border-radius: 10px;
	font-size: 12px;
	padding: 10px;
	float: left;
	margin: 15px;
	overflow: hidden;
}

.cutomer-review .customer-name {
	font-weight: bold;

}

.customer-review .customer-photo {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	background-color: blue;
	margin-right: 10px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.customer-review .time {
	font-size: 10px;
	color: #d7d7d7;
	display: block;

}

.customer-review .five-stars
{
	clear: both;
	display: block;
	font-size: 20px;

}

body.small-window #banner {

}

#mainicon {
	 width: 200px; height: 65px; float: left; cursor: pointer;
}

body.small-window #mainicon {
	float: none;
}

#banner #topMenu {
	float: left;
	height: 100%;
	margin-left: 100px;
}

body.small-window #banner #topMenu {
	display: none;
	margin-right: 0px;
	float: none;
	margin-left: 0;

}

#menu {
	float: right;
	width: 800px;
}

#menu a {
	display: block;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	font-size: 16px;
	box-sizing: border-box;
	font-weight: 900;
	color: white;
}

body.small-window #menu {
	float: none;
	position: absolute;
	z-index: 100;
	background-color: #007F79;
	width: 100vw; 
	top: 50px;
	left: 0;
	display: none;
}

body.small-window #menu a {
		width: 100%;
}

body.small-window #topMenu a {
	float: none;
	height: 100px;
	width: 100%;
}


#content h2{
	font-size: 16px;
	border-bottom: 0px dotted #d7d7d7;
}

#alertBar {
	border-bottom: 1px dotted #d7d7d7;
	font-weight: bold;
	background-color: #efefef;
	padding: 4px;
}

#alertText{
	padding: 4px;
}

#shadowbox{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1200;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	z-index: 20;
}

#shadowbox2{
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	z-index: 100;

}

.shadowbox2 {
	cursor: pointer;
}


.error{
	border: 1px dotted red;
}
.errors {
	color: red;
	font-size:9px;
}
.formLabel{
	float: left;
	padding-right: 5px;
	width: 200px;
	padding-top: 3px;
}
.formInput{
	float: left;
	display: table-cell;
}

.formElement{
	display: table-cell;
	width: 300px;
	
}

.tableHeaders{
	background-color: #fffff;
	font-weight: bold;
	padding: 5px;
	border-bottom: 3px solid black;
	
}
.tableheaders div{
	float: left;
}

.tableRow{
	padding: 5px;
	border-bottom: 1px solid #efefef;
	clear: both;
	
}

body.small-window .tableRow {
	height: auto;
}

.tableRow > div[class*="col-"]:not(:last-child) {
    float: left;
    padding: 9px;
}
.tableRow > div[class*="col-"]:last-child {
    display: table-cell;
    padding: 9px;
}

body.small-window .tableRow > div[class*="col-"]:last-child {
	display: block;
}

.tableHeaders div[class*="col-"]:not(:last-child) {
    float: left;
    padding: 9px;
}

.tableHeaders > div[class*="col-"]:last-child {
    display: table-cell;
    padding: 9px;
}




.col-half {
	width: 5%;
}

.col-1 {
	width: 10%;
}

.col-2 {
	width: 20%;
}
.col-3 {
	width: 30%;
}
.col-4 {
	width: 40%;
}
.col-5 {
	width: 50%;
}
.col-6 {
	width: 60%;
}
.col-7 {
	width: 70%;
}
.col-8 {
	width: 80%;
}
.col-9 {
	width: 90%;
}
.col-10 {
	width: 100%;
}

.alert{
	padding: 10px;
	font-size: 10px;
}

.success{
	background-color: #ccffcc;
	border-bottom: 2px solid #33FF33;
}

.alert.success:before {
	content: "";
    display: block;
    background: url("/images/green-check.png") no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 10px 0 0;
}

.alert.error:before {
	content: "";
    display: block;
    background: url("/images/dialog-error.png") no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 10px 0 0;
}

.info {
	background-color: #88bdf4;
	border: 1px solid #0000ff;
}

.alert.error {
	background: #ffcccc !important;
	border: 1px solid #FF0000 !important;
}

.error{
	border: 1px dotted red;
}

.images {
	cursor: pointer;
}

.product{
	padding-top: 5px;
	border: 0px dotted #d7d7d7;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

div.ticket-collapse > h2 {
	cursor: pointer;
	padding:  10px;
	margin-bottom: 0px;
	background-color: #1E425D;
	color:  white;
}

div.ticket-collapse {
	border: 1px solid #A5A5A5;
	margin-bottom: 20px;
	border-radius: 5px;
}
div.ticket-collapse .ticket-collapse-content {
	padding:  10px;
	border-top: 1px solid #A5A5A5;
}


.flip {
  transform: rotate(-180deg);
}

div.ticket-collapse strong {
	display: inline-block;
	width:  50%;
}

div.ticket-collapse-content a.button {
	display: inline-block; 
	float: right;
}

.freeestimatebox {
	width: 250px; 
	background-color: white; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	box-shadow: 5px 5px 10px #121212; 
	position: absolute;
	right: 0px;
	top: 10px;
	z-index: 100;
}

.freeestimatebox-light {
	width: 250px; 
	background-color: white; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	position: absolute;
	right: 0px;
	top: 10px;
	cursor: pointer;
	color: #6bbd45;
}

.freeestimatebox-light:hover {
	color: #2c511b;
}

.content-box {
	margin-right: auto;
	margin-left: auto;
	min-width: 300px;
	max-width: 1200px;
	min-height: 85vh;
	margin-top: 0;
	padding: 5px 250px 5px 5px;
}

#free-estimate input[type="text"],
#free-estimate-mobile input[type="text"], select {
	width: 100%;
	border: 1px solid #d7d7d7;
	background-color: #efefef;
	font-size: 16px;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#free-estimate input[type="button"], 
#free-estimate-mobile input[type="button"] {
	width: 100%;
	border: 1px solid #2c511b;
	background-color: #6bbd45;
	font-size: 16px;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	cursor: pointer;
	color: #2c511b;
}

#free-estimate-mobile input[type="button"] {
	color: #6bbd45;
	background-color: white;
}

#free-estimate input[type="button"].disabled, 
#free-estimate-mobile input[type="button"].disabled {
	background-color: #d7d7d7;
	border-color: #121212;
	color: #121212;
}

.sub-content {
	width: 100%; padding-left: 20vw; padding-right: 20vw;
}

body.small-window .sub-content {
	padding-left: 5vw; padding-right: 5vw;
}

.commercial-services-image {
	width: 300px; background-image: url('/_cdn_/ecocarelawns.com/services/commercial-lawn-care-business-landscaping.webp'); height: 400px; background-position: center center; background-repeat: no-repeat; background-size: cover; float: left; margin-right: 30px;

}

body.small-window .commercial-services-image {
	width: 100%;
	margin: 0p;
	height: 150px;
}

.responsive-padding {
	padding-left: 20vw; padding-right: 20vw;
}

body.small-window .responsive-padding {
	padding-left: 5vw;
	padding-right: 5vw;
}

.service-coverage-image {
	float: left; width: 40%; margin-right: 20px;
}

body.small-window .service-coverage-image {
	float: none; width: 100%; margin-right: 0px;
}