@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);

@font-face {
    font-family: 'oswald';
    src: url('oswald-regular-webfont.eot');
    src: url('oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('oswald-regular-webfont.woff2') format('woff2'),
         url('oswald-regular-webfont.woff') format('woff'),
         url('oswald-regular-webfont.ttf') format('truetype'),
         url('oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*/

::-webkit-input-placeholder { color: #637e43; }
:-moz-placeholder { color: #637e43; }
::-moz-placeholder { color: #637e43; }
:-ms-input-placeholder { color: #637e43; }


/*/////////////////////////////////// TABLET PORTATIL STYLE ///////////////////////*/
@media only screen and (min-device-width : 768px){

body{
	width:768px;
	margin:auto;
	background-color:white;
}


#mybar{
    position: fixed;
    z-index: 2;
    width: 768px;
}


.box1{
	background-color: #f1f3f5;
	height: 120px;
	position: fixed;
	width: 360px;
	z-index: 2;
	-moz-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	-webkit-transform: skew(-15deg);
	-webkit-box-shadow: 7px 0px 13px 0px rgba(50, 50, 50, 0.44);
	-moz-box-shadow: 7px 0px 13px 0px rgba(50, 50, 50, 0.44);
	box-shadow: 7px 0px 13px 0px rgba(50, 50, 50, 0.44);
    margin-left: 27px; 
}

.box1::before{
	content: "";
    height: 146px;
    width: 100px;
    background-color: #f1f3f5;
    position: fixed;
    left:  -27px;
    -moz-transform: skew(15deg);
	-o-transform: skew(15deg);
	-webkit-transform: skew(15deg);
}

.styleField{
	margin-right: 15px;
    height: 40px;
    width: 120px;
    border: solid 2px #206a01;
    outline:0px;
    padding-left: 10px;
    background-color: rgba(161, 200, 80, .4 );
    -webkit-box-shadow:inset 0 0 5px 0 #718d4f;
    box-shadow:inset 0 0 8px 0 #718d4f;
    font-family: 'Oswald';
    font-size: 18px;
    color: #333333;
	top: -15px;
	position: relative;
	-webkit-border-radius: 0px;
}

.styleField2{
	
    margin-right: 15px;
    height: 53px;
    width: 180px;
    border: solid 2px #206a01;
    outline:0px;
    padding-left: 10px;
    background-color: rgba(161, 200, 80, .4 );
    -webkit-box-shadow:inset 0 0 5px 0 #718d4f;
    box-shadow:inset 0 0 8px 0 #718d4f;
    font-family: 'Oswald';
    font-size: 18px;
    color: #333333;
	top:-14px;
	position: relative;
	-webkit-border-radius: 0px;
	-webkit-appearance: none;
}

.estimateSubmit{
    height: 53px;
    width: 100px;
    border: solid 2px #206a01;
    color: #fff;
    background-color: #00470b;
    font-family:'Oswald';
    font-size: 14px;
    outline:0px;
	top:-17px;
	position: relative;
	-webkit-border-radius: 0px;
}

.estimateSubmit:hover{
    height: 53px;
    width: 100px;
    border: solid 2px #00ff28;
	color: #00ff28;
    background-color: #00470b;
    font-family:'Oswald';
    font-size: 14px;
    outline:0px;
	top:-17px;
	position: relative;
	-webkit-border-radius: 0px;
}

.estimateSubmitForm{
    height: 50px;
    width: 120px;
    border: solid 2px #206a01;
    color: #fff;
    background-color: #00470b;
    font-family:'Oswald';
    font-size: 17px;
    outline:0px;
	margin-left:190px;
	margin-bottom:15px;
	-webkit-border-radius: 0px;
}

.estimateSubmitForm:hover{
    border: solid 2px #00ff28;
    color: #00ff28;
    background-color: #00470b;
	-webkit-border-radius: 0px;
}
	
#estimateSubmitMain{
    height: 45px;
    width: 120px;
    border: solid 2px #206a01;
    color: #fff;
    background-color: #00470b;
    font-family:'Oswald';
    font-size: 17px;
    outline:0px;
	-webkit-border-radius: 0px;
}

#estimateSubmitMain:hover{
    height: 45px;
    width: 120px;
    border: solid 2px #00ff28;
    color: #00ff28;
    background-color: #00470b;
    font-family:'Oswald';
    font-size: 17px;
    outline:0px;
	-webkit-border-radius: 0px;
}

.logo img{
	width: 300px;
	z-index: 1000;
	position: fixed;
	margin: 20px 0px 0px 30px;
		
}


.box2{
    background-color: #91c850;
    width: 500px;
    height: 120px;
    margin-left: 268px;
    z-index: 1;
}
	
	.callUs{
		position:relative;font-size:20px;top:-4px;left:-9px;letter-spacing:initial;
	}
	
	.tel1{
		font-size:32px;
		list-style:none;
	}

	.telBox{
		color:#f1f2eb;
		font-family:oswald,Kohinoor Bangla;
		font-weight:bold;
		font-size:30px;
		float:right;
		position:relative;
		top:5px;
		right:115px;
		letter-spacing:-1.0pt;
	}
#operator{
    display: inline-block;
	bottom: 5px;
}
	.operatorImg{
    left: 400px;
    bottom: 50px;
    position: relative;
    width: 90px;
	}
	
.cursiva{
    color: #f1f2eb;
    font-family: calibri;
    font-style: italic;
    font-size: 20px;
    position: relative;
    margin-left: 155px;
    top: 8px;
    float: left;
}

.cursiva2{
    color: #f1f2eb;
    font-family: calibri;
    font-style: italic;
    font-size: 17px;
    float: right;
    position: relative;
    right: 250px;
    padding-top: 6px;	
}
	
#payments img{
    display: inline-block;
    position: relative;
    float: right;
    padding: 8px 3px 0px 3px;
    right: 10px;
}

.menu{
    background-color: #dddedf;
    width: 768px;
    height: 56px;
    position: fixed;
    top: 120px;
    z-index: 3;
}

.menu ul{
	position: absolute;
    width: 768px;
    margin: 0;
    padding-left: 0px;
}

.menu ul li{
    text-decoration: none;
    font-family: 'Oswald';
    font-variant: inherit;
    font-size: 20px;
    font-style: italic;
    display: inline-block;
    padding: 12.5px 12px;
    float: left;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

	#limit{
		padding-right:18.5px;
	}
	
.onPage{
    color: white;
    background-color: #91c850;
    box-shadow: inset 1px 1px 10px 1px #729F3E;
    -webkit-box-shadow: inset 1px 1px 10px 1px #729F3E;
    -moz-box-shadow: inset 1px 1px 10px 1px #729F3E;
    -o-box-shadow: inset 1px 1px 10px 1px #729F3E;
}



.menu ul li:hover{
background-color: #91c850;
color: #fff;
box-shadow: inset 1px 1px 10px 1px #729F3E;
-webkit-box-shadow: inset 1px 1px 10px 1px #729F3E;
-moz-box-shadow: inset 1px 1px 10px 1px #729F3E;
-o-box-shadow: inset 1px 1px 10px 1px #729F3E;
}


.menu ul a{
    text-decoration: none;
    color: #428809;
}

.menu ul a:hover{
    color: #fff;
}

.icon-home:before {
    content: "\e900";
    font-size: 21px;

}

.pestBtnSize {
	width: 94px;
	height: 115px;
}
	
.pyramid{
	position: absolute;
    right: 50px;
    top: 1280px;
}
	
/*//SLIDER////*/

#c-slider{
    width: 768px;
    position: relative;
    overflow: hidden;
    top:176px;
    margin: auto;
}


#slider{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 500%;
	
}

#slider section{
	position: relative;
    width: 768px;
}

#slider section img{
	width: 768px;
	position: relative;
	display: inline-block;
	
	
}  

#btn-prev, #btn-next{
    position: absolute; 
    top:35%; 
    cursor: pointer; 
} 


#btn-prev{
    left: 10px;
}

#btn-next{
    right: 10px;
}
	
	
	.getFree{
		float: left;
/*		width: 255px;*/
		font-family:Oswald;
		font-style: italic;
		font-size:18px;
		color:#333333;
		bottom: 35px;
		position: relative;
		bottom: 0px;
		margin-left: 15px;
	}
	
	.getFree2{
		float: left;
		width: 255px;
		font-family:Oswald;
		font-style: italic;
		font-size:26px;
		color:#333333;
		bottom: 35px;
		position: relative;
		bottom: 0px;
		margin-left: 35px;
	}


/*//END SLIDER////*/

.miniForm{
		display:inline-block;
		margin-left: 10px;
		margin-top: 15px;
}
	
#pestList{
	background-color: white;
    position: relative;
    width: 768px;
    margin: auto;
    top: 190px;
}
	

#pestList tr td{
	text-align: center;
	padding: 0px 1px;
}



#estimateForm {
    height: 100px;
    width: 768px;
    background-color: rgba(255, 255, 255, .7);
    position: relative;
    margin-top: -94px;
}

/*
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
*/
	
	.cuota{
		font-family:'Oswald';
		font-size:26px;
		color:#91C850;
		line-height:1em;
		margin:20px 10px 0px 10px;
		text-align: justify;
	}

	.cuadroCuota{
		position:relative;
		top:189px;
		height:200px;
		background-color:white;
		width:768px;
	}
	
#banner01{
    position: relative;
     
    width: 768px;
    margin: auto;
    top: 190px;
	padding-top: 50px;
	display: flex;
	background-color: white;
}



h1{
	font-family: Kohinoor Bangla;
	color:#91C850;
	font-size: 27px;
	text-align: left;
}

h2{
	font-family: Kohinoor Bangla;
	color:#91C850;
	font-size: 24px;
	text-align: left;
}

h3{
	font-family: 'Oswald',Arial,sans-serif;
	color:#91C850;
	font-size: 20px;
}
	
	h4{
	font-family: 'Oswald',Arial,sans-serif;
	color:#696969;
	font-size: 19px;
	margin-bottom: -15px; 
	}

p{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    color: #606060;
}

p2{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
	color: #606060;
}


#articleBox{
    width: 768px;
    margin: auto;
    position: relative;
    padding-top: 50px;
    display: flex;
    background-color: white;
    top: 68px;
	padding-bottom: 80px;
}

.articleStyle{
	margin-left: 15px;
	padding: 0px 15px 15px 10px;
	border-left: 4px solid #91C850;
	width: 33%;
}

.imgArticle{
	text-align: center;
	width: 90%;
}

a{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#91C850;
	text-align:right;
	font-size: 16px;
	text-decoration: none;
	list-style: none;
}

.linkHover:hover{
	color: #428809;
}

footer{
    width: 768px;
    margin: auto;
    position: relative;
	background-color: #91C850;
	color: white;
	height: 172px;
	top: 40px;
}
	
	#policy{
		font-family:'arial';
		font-size:11px;
		color:white;
		margin-left:15px;
		float:left;
		position:relative;
		top:34px
	}
	
	#copyright{
		font-family:'arial';
		font-size:11px;
		color:white;
		float:right;
		position:relative;
		right:-160px;
		top:34px
	}

#bannerFrame{
	position: relative;
    top: 176px;
    margin: 0 auto;
    width: 768px;
	background-color: white;
}
	
.framewidth{
	width: 100%;
}
	.treatments{
		width: 100%;
		margin-left:-16px;
	}
	
#bannerFrame2{
	position: relative;
    top: 176px;
    margin: auto;
    width: 768px;
	background-color: white;
}
	
	#bannerFrame6{
	position: relative;
    top: 176px;
    margin: auto;
    width: 768px;
	background-color: white;
}

#bannerFrame5{
    position: relative;
    top: 176px;
    margin: auto;
    width: 768px;
    background-color: white;
}


#contactSign {
    position: relative;
    top: 483px;
    background-color: #91C850;
    width: 768px;
    margin: auto;
    height: 90px;
    text-align: center;
    color: #F4F5EE;
    font-family: Kohinoor Bangla;
    font-size: 24px;
    padding-top: 25px;
}

#contactSign2 {
    position: relative;
    top: 168px;
    background-color: #91C850;
    width: 768px;
    margin: auto;
    height: 90px;
    text-align: center;
    color: #F4F5EE;
    font-family: Kohinoor Bangla;
    font-size: 24px;
    padding-top: 25px;
}

#contactSign3{
    position: relative;
    top:50px;
	background-color: #91C850;
    width: 768px;
    margin: auto;
    height: 109px;
    text-align: center;
    color: #F4F5EE;
    font-family: 'Oswald';
    font-size: 22px;
    padding-top: 25px;
}
	#contactSignContact{
    position: relative;
    top: 90px;
    background-color: #91C850;
    width: 768px;
    margin: auto;
    height: 90px;
    text-align: center;
    color: #F4F5EE;
    font-family: "Oswald";
    font-size: 24px;
    padding-top: 25px;
    float: left;
	}

#contactSign4{
    position: relative;
    top: 200px;
	background-color: #91C850;
    width: 768px;
    margin: auto;
    height: 109px;
    text-align: center;
    color: #F4F5EE;
    font-family: 'Oswald';
    font-size: 22px;
    padding-top: 25px;
}
	
	#contactSign5{
	position: relative;
    top: 985px;
    background-color: #91C850;
    width: 768px;
    margin: auto;
    height: 90px;
    text-align: center;
    color: #F4F5EE;
    font-family: Kohinoor Bangla;
    font-size: 24px;
    padding-top: 25px;
}

.fieldContact {
    -webkit-appearance: none;
    width: 250px;
    height: 45px;
    border: solid 2px #206a01;
    background-color: #f9f9f9;
    outline: none;
    padding-left: 10px;
    text-shadow: none;
    font-family: 'oswald';
    font-style: normal;
    margin-bottom: 7px;
	font-size: 22px;
	margin-left: 20px;
}

.fieldContact:focus {
	border: solid 1px #39c300;
	background-color: #CBDDAF;
}

.textareaContact {
	padding-top: 7px;
    float: left;
    -webkit-appearance: none;
    width: 410px;
    border: solid 2px #206a01;
    background-color: #f9f9f9;
    outline: none;
    padding-left: 10px;
    text-shadow: none;
    margin-left: 320px;
    font-family: 'oswald';
    font-style: normal;
    margin-top: -197px;
    font-size: 22px;
    resize: none;
    text-align: left;
    height: 178px;
}

.textareaContact:focus {
	border: solid 1px #39c300;
	background-color: #CBDDAF;
}

.estimateSubmitContact{
    position: relative;
    height: 50px;
    width: 120px;
    border: solid 2px #206a01;
    color: #fff;
    background-color: #00470b;
    font-family: 'Oswald';
    font-size: 17px;
    outline: 0px;
    -webkit-appearance: none;
    float: right;
    top: -10px;
    right: 23px;
}
.estimateSubmitContact:hover{
    border: solid 2px #00ff28;
	color: #00ff28;
    background-color: #00470b;
}
	
#contactForm {
	padding-bottom: 35px;
    width: 768px;
    float: left;
    background-color: #fff;
    position: relative;
    top: 130px;
}

.submit {
    -webkit-appearance: none;
    width: 120px;
    height: 38px;
    border: solid 2px #59a300;
    background-color: #00470b;
    outline: none;
    text-shadow: none;
    font-family: 'oswald';
    font-style: normal;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.submit:focus{
	border: solid 1px #00ff28;
	color: #00ff28;
}

.submit:hover{
	border: solid 1px #00ff28;
	color: #00ff28;
}
	
.estimateComplete {
    -webkit-appearance: none;
    width: 120px;
    height: 38px;
    border: solid 2px #59a300;
    background-color: #00470b;
    outline: none;
    text-shadow: none;
    font-family: 'oswald';
    font-style: normal;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.estimateComplete:focus{
	border: solid 1px #00ff28;
	color: #00ff28;
}

.estimateComplete:hover{
	border: solid 1px #00ff28;
	color: #00ff28;
}

#contactInfo {
    float: left;
    position: relative;
	vertical-align: top;
	font-size: 10px;
	background-color: white;
	width: auto;
	margin-top: 70px;
	padding-left: 25px;
}


#ipmInfo{
	width: 100%;
	background-color: rgba(255,255,255,.9);
	z-index: 3000;
	position: fixed;
	height: 100%;
	margin: auto;
	display: none;
}
	


content{
	background-color: rgba(255,255,255,.9);
	z-index: 1000;
	height: 100%;
	width: 768px;
	 
	left: 25%;
}


#closeWindowForm{
	float:right;
	margin-top:15px;
	margin-right:15px;
	cursor:pointer;
}

#closeWindowForm:hover .st0{ 
	fill: #fff;
}

.styleFieldMain{
	margin: 15px 35px;
	height: 35px;
	width: 260px;
	border: solid 2px #206a01;
	padding-left: 10px;
	color: #000;
	outline-style: none;
	text-decoration: none;
}

.styleFieldMain:focus{
	border: solid 2px #00F315;
	outline-style: none;
	text-decoration: none;
	background-color: #007b13;
	color: white;
	font-weight: bold;

}
	
#serviceOptions{
	-webkit-appearance:none;
	margin: 15px 35px;
	height: 47px;
	width: 282px;
	border: solid 2px #206a01;
	padding-left: 10px;
	color: #000;
	outline-style: none;
	text-decoration: none;
	background-color: white;
	
}
	
#serviceOptions:hover{
	border: solid 2px #00F315;
	outline-style: none;
	text-decoration: none;
	background-color: #007b13;
	color:white;
	font-weight: bold;

}

#ipmBox{
	background-color: #59a300;
	text-align: left;
	color: white;
	width: 450px;
	margin-left:37%;
	margin-top: 50px;
	padding: 35px 15px 15px 15px;
	vertical-align: middle;
	border-radius: 10px;
}

#closeWindow{
	width:30px;
	height:30px;
	float:right;
	margin-top:-25px;
	margin-right:-5px;
	cursor:pointer;
}

#closeWindow:hover .st0{ 
	fill: #fff;
}

.concept{
	background-color: white;
    padding: 15px;
    display: -webkit-box;
	border-bottom:solid 2px #91C850;
}

.description{
	text-align: justify;
	width: 100%;
}
	
#repuesta{
	width: 600px;
	height: 270px;
	background-color: #59a300;
	color: white;
	border-radius: 15px;
	border: solid 1px white;	
}

#contactBox{
	top: -130px;
    position: relative;
    margin: auto;
	width: 768px;
}

#organitations{
	padding-top: 25px;
	position: relative;
	top: 0;
	float: left;
	margin-left: -20px;
}

#organitations a{
	margin-left: 30px;
}

	#social{
		float: right;
		position: relative;
		top: -30px;
		margin-right: 25px;
	}

/************************** ESTIMATE FORM STYLE *****************/
#estimateFormComplete{
	background-color: #59a300;
	color: white;
	outline-style: none;
	text-decoration: none;
	text-align: center;
	top: 0px;
	position: relative;
	margin: auto;
	float: left;
	width: 100%;
}

#formBox{
	width:350px;
	display: inline-block;
	text-align: left;
}

#formTextBox{
	position:relative;
	width:380px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	padding: 0px 15px;
}
		.tg{
		position:relative;
		margin:auto;
		top:176px;
		background-color: white;
		width: 768px;
		margin-top: 0px;
	}
	
	.tg tr{
		border:solid 35px #F1F2EC;

	}
	
	.bicho{
		width: 150px;
		height: 150px;
		padding-left: 20px;
/*		border-bottom: solid 2px  #59a300;*/
	}
	
	.bichoInfo{
		text-align: justify;
		padding: 0px 20px 0px 30px;
/*		border-bottom: solid 2px  #59a300;*/
	}
	
	.estimateFormLibrary{
		position: relative;
		margin: auto;
		bottom: -194px;
		background-color: white;
		padding: 35px 0px;
	}
	
	.post{
		text-align: center;
		width: 285px;
		height: 420px;
		float: left;
		border-radius: 25px;
		border: solid 15px #F1F2EC;
		padding: 15px 20px;
		position: relative;
		margin: 10px 14px;
	}

	
	.hands{
		position: relative;
		right: 30px;
		float: right;
		width: 40%;
	}
	
	.telDown{
		position: relative;
		margin:auto;
		font-size:15px;
		top:-10px;
		letter-spacing:7px;
		left:75px;
	}
	
	#floatWindowBG{
		width: 100%;
		height: 100%;
		z-index: 4000;
		background-color: rgba(145, 200, 80, .90);
		position: fixed;
		left: 0;
		display: none;
	}
	
	#floatWindow{
		position: fixed;
		top: 100px;
		left: 100px;
		text-align: center;
		margin: auto;
		width: 560px;
		height: 680px;
		background-color: #59A300;
		border-radius: 8px;
		z-index: 5000;
	}
	
	#closeFloatWindow{
		margin-right: 15px;
		margin-top: 15px;
		float: right;
	}
	
	h7{
		font-family:'Oswald';
		font-size:30px;
		color:white;		
	}
	
	p7{
		font-family:'Oswald';
		font-size:15px;
		color:white;
	}
	
	h8{
		font-family: 'Oswald';
		font-size: 20px;
		color: white;
		margin-left: 30px;	
	}
	
	#bugsBoxRodents, #bugsBoxCockroaches, #bugsBoxAnts, #bugsBoxBedbugs, #bugsBoxFlies, #bugsBoxCrickets, #bugsBoxSpiders, #bugsBoxFleas{
		line-height: 20px;
		text-align: justify;
		float: right;
		padding: 0px 25px;
	}
	
	.img-circle {
    	border-radius: 50%;
		float: left;
		position: relative;
		margin: 55px 20px 180px 0px;
	}
	
	#floatWindowForm{
		float: left;
		top: -75px;
		text-align: left;
		position: relative;
	}
	
	.floatWindowFormStyle{
		-webkit-appearance: none;
		margin: 8px 0px 0px 105px;
		height: 32px;
		width: 317px;
		border: solid 2px #206a01;
		padding-left: 10px;
		color: #000;
		outline-style: none;
		text-decoration: none;
		background-color: white;
		-webkit-border-radius: 0px;
	}
	
	.floatWindowOptionStyle{
		-webkit-appearance: none;
		margin: 8px 0px 0px 105px;
		height: 45px;
		width: 340px;
		border: solid 2px #206a01;
		padding-left: 10px;
		color: #000;
		outline-style: none;
		text-decoration: none;
		background-color: white;
		-webkit-border-radius: 0px;
	}
	
	.floatWindowFormStyleSubmit{
		height: 45px;
		width: 120px;
		border: solid 2px #206a01;
		color: #fff;
		background-color: #00470b;
		font-family: 'Oswald';
		font-size: 16px;
		outline: 0px;
		margin-left: 110px;
		-webkit-border-radius: 0px;
	}
	
	.ecoFriendImg{
		position: absolute;
		top: -20px;
		left: 400px;
	}
	
	#floatWindowLogo{
		float: right;
		position: relative;
		top: -50px;
		right: 20px;
	}
	
	.floatWindowLink{
		color: white;
		font-family: 'arial';
		font-size: 12px;
		float: left;
		position: relative;
		left: 25px;
		top: -15px;
	}
    
     .clientPortal{
    width: 100px;
    z-index: 1;
    margin-right: 0px;
    margin-top: 15px;
    top: 15px;
    cursor: pointer;
    position: absolute;
    }
}

/*/////////////////////////////////// TABLET LANDSCAPE STYLE //////////////////////*/
@media screen and (min-width:1024px){
	
	
body{
/*	margin: auto;*/
    width: 100%;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
}



#mybar{
	position: fixed;
    z-index: 2;
    width: 1024px;
}


.box1{
	background-color: #f1f3f5;
	height: 125px;
	position: fixed;
	width: 490px;
	z-index: 2;
	-moz-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	-webkit-transform: skew(-15deg);
	-webkit-box-shadow: 7px 0px 13px 0px rgba(50, 50, 50, 0.44);
	-moz-box-shadow: 7px 0px 13px 0px rgba(50, 50, 50, 0.44);
	box-shadow: 7px 0px 13px 0px rgba(50, 50, 50, 0.44);
    margin-left: 27px; 
}

.box1::before{
	content: "";
    height: 146px;
    width: 100px;
    background-color: #f1f3f5;
    position: fixed;
    left:  -27px;
    -moz-transform: skew(15deg);
	-o-transform: skew(15deg);
	-webkit-transform: skew(15deg);
}
	
		.box1biz{
	background-color: #f1f3f5;
	height: 146px;
	position: relative;
	width: 490px;
	z-index: 2;
	-moz-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	-webkit-transform: skew(-15deg);
	-webkit-box-shadow: 7px 0px 13px 0px rgba(50, 50, 50, 0.44);
	-moz-box-shadow: 7px 0px 13px 0px rgba(50, 50, 50, 0.44);
	box-shadow: 7px 0px 13px 0px rgba(50, 50, 50, 0.44);
    margin-left: 27px;
	top: 0px;
}

.box1biz::before{
	content: "";
    height: 146px;
    width: 100px;
    background-color: #f1f3f5;
    position: fixed;
    left:  -27px;
    -moz-transform: skew(15deg);
	-o-transform: skew(15deg);
	-webkit-transform: skew(15deg);
}


.styleField{
    margin-right: 8px;
    height: 45px;
    width: 220px;
    border: solid 2px #206a01;
    outline:0px;
    padding-left: 10px;
    background-color: rgba(161, 200, 80, .4 );
    -webkit-box-shadow:inset 0 0 5px 0 #718d4f;
    box-shadow:inset 0 0 8px 0 #718d4f;
    font-family: 'Oswald';
    font-size: 18px;
    color: #333333;
	top:-40px;
/*	-webkit-appearance: none;*/
	-webkit-appearance:default-button;
}

.styleField2{
    margin-right: 15px;
    height: 58px;
    width: 180px;
    border: solid 2px #206a01;
    outline: 0px;
    padding-left: 10px;
    background-color: rgba(161, 200, 80, .4 );
    -webkit-box-shadow: inset 0 0 5px 0 #718d4f;
    box-shadow: inset 0 0 8px 0 #718d4f;
    font-family: 'Oswald';
    font-size: 18px;
    color: #333333;
    top: -39px;
    position: relative;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
}

.estimateSubmit{
	top: -39px;
    height: 58px;
    width: 120px;
    border: solid 2px #206a01;
    color: #fff;
    background-color: #00470b;
    font-family:'Oswald';
    font-size: 17px;
    outline:0px;
	-webkit-appearance: none;
}

.estimateSubmit:hover{
	top: -39px;
    height: 58px;
    width: 120px;
    border: solid 2px #00ff28;
    color: #00ff28;
	font-size: 17px;
    background-color: #00470b;
    outline:0px;
	-webkit-appearance: none;
}
	
	
	margin-left:190px; margin-bottom:15px;
	
	
.estimateSubmitForm{
    height: 50px;
    width: 120px;
    border: solid 2px #206a01;
    color: #fff;
    background-color: #00470b;
    font-family:'Oswald';
    font-size: 17px;
    outline:0px;
	margin-left:190px;
	margin-bottom:15px;
}

.estimateSubmitForm:hover{
    border: solid 2px #00ff28;
    color: #00ff28;
    background-color: #00470b;
}
	

#estimateSubmitMain{
    height: 45px;
    width: 120px;
    border: solid 2px #206a01;
    color: #fff;
    background-color: #00470b;
    font-family:'Oswald';
    font-size: 17px;
    outline:0px;
}

#estimateSubmitMain:hover{
    height: 45px;
    width: 120px;
    border: solid 2px #00ff28;
    color: #00ff28;
    background-color: #00470b;
    font-family:'Oswald';
    font-size: 17px;
    outline:0px;
}

.logo img{
	width: 400px;
	margin-top:10px;
    z-index: 3;
    position: fixed;
    margin-left: 55px;
}
	
	.logobiz{
	padding-top: 20px;
    z-index: 3;
    position: relative;
    margin-left: 55px;
	top:-150px;
}
	.callUs{
		position:relative;font-size:20px;top:-7px;left:-9px;letter-spacing:initial;
	}
	
	.tel1{
		font-size:36px;
		list-style:none;
	}
	.telBox{
		color:#f1f2eb;
		font-family:oswald,Kohinoor Bangla;
		font-weight:bold;
		font-size:30px;
		float:right;
		position:relative;
		top:11px;
		right:135px;
		letter-spacing:-1.0pt;
	}


.box2{
    background-color: #91c850;
    width: 542px;
    height: 125px;
    margin-left: 482px;
    z-index: 1;
}
		.box2biz{
    position: relative;
    background-color: #91c850;
    width: 534px;
    height: 125px;
    margin-left: 490px;
    z-index: 1;
	top: -272px;
}


#operator{
    display: inline-block;
	margin-top: -10px;
}
	
		.operatorImg{
			left:420px;
			bottom:42px;
			position:relative;
			width: 95px;
	}

.cursiva{
	color: #f1f2eb;
    font-family: calibri;
    font-style: italic;
    font-size: 20px;
    position: relative;
    margin-left: 170px;
    top: 14px;
    float: left;
}
	
.cursiva2{
    color: #f1f2eb;
    font-family: calibri;
    font-style: italic;
    font-size: 17px;
    float: right;
    position: relative;
    right: 285px;
    padding-top: 6px;	
}

#payments img{
    display: inline-block;
    position: relative;
    float: right;
    padding: 8px 3px 0px 3px;
    right: 50px;
}

.menu{
    background-color: #dddedf;
    width: 1024px;
    height: 52px;
    position: fixed;
    top: 123px;
    z-index: 3;
}
	
	.menubiz{
    background-color: #dddedf;
    width: 1024px;
     
    height: 48px;
    position: relative;
    top: -272px;
    z-index: 3;
}

	.menubiz ul{
	position: absolute;
    width: 1024px;
     
    margin: 0;
    padding-left: 0px;
}

.menubiz ul li{
    color: #428809;
    text-decoration: none;
    font-family: 'Oswald';
    font-variant: inherit;
    font-size: 18px;
    font-style: italic;
    display: inline-block;
    padding: 11.5px 31px;
    float: left;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.menu ul{
	position: absolute;
    width: 1024px;
     
    margin: 0;
    padding-left: 0px;
}

.menu ul li{
    color: #428809;
    text-decoration: none;
    font-family: 'Oswald';
    font-variant: inherit;
    font-size: 20px;
    font-style: italic;
    display: inline-block;
    padding: 10.5px 30px;
    float: left;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
	
	#limit{
		padding-right:40.5px;
		color: white;
	}

.onPage{
    color: white;
    background-color: #91c850;
    box-shadow: inset 1px 1px 10px 1px #729F3E;
    -webkit-box-shadow: inset 1px 1px 10px 1px #729F3E;
    -moz-box-shadow: inset 1px 1px 10px 1px #729F3E;
    -o-box-shadow: inset 1px 1px 10px 1px #729F3E;
}



.menu ul li:hover{
background-color: #91c850;
color: #fff;
box-shadow: inset 1px 1px 10px 1px #729F3E;
-webkit-box-shadow: inset 1px 1px 10px 1px #729F3E;
-moz-box-shadow: inset 1px 1px 10px 1px #729F3E;
-o-box-shadow: inset 1px 1px 10px 1px #729F3E;
}


.menu ul a{
    text-decoration: none;
    color: #428809;
}

.menu ul a:hover{
    color: #fff;
}

.icon-home:before {
    content: "\e900";
    font-size: 21px;

}
	
.pestBtnSize {
	width: 94px;
	height: 115px;
}


/*//SLIDER////*/

#c-slider{
    width: 1024px;
    position: relative;
    overflow: hidden;
    top:175px;
    margin: auto;
}


#slider{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 500%;
}

#slider section{
    width: 1024px;
}

#slider img{
    width: 1024px;
    display: block;
}  

#btn-prev, #btn-next{
    position: absolute; 
    top:50%; 
    cursor: pointer; 
} 


#btn-prev{
    left: 10px;
}

#btn-next{
    right: 10px;
}

		.getFree{
		font-family:Oswald;
		font-style: italic;
		font-size:22px;
		color:#333333;
		margin-left: 37px;
	}
/*//END SLIDER////*/

#pestList{
	background-color: white;
    position: relative;   
    width: 1024px;
    margin: auto;
    top: 170px;
}

#pestList tr td{
	text-align: center;
	padding: 5px 10px;
}
	
.miniForm{
		display:inline-block;
		margin-left: 37px;
		margin-top: 36px;
		-webkit-appearance: none;
}



#estimateForm {
    height: 100px;
    width: 1024px;
    background-color: rgba(255, 255, 255, .7);
    position: relative;
    margin-top: -100px;
}
	
.pyramid{
	position: absolute;
    right: 50px;
    top: 1280px;
}

/*
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
*/
	.cuadroCuota{
    position: relative;
    margin: auto;
    top: 150px;
    height: 200px;
    background-color: white;
    width: 1024px;
	}
	
#banner01{
    position: relative;
     
    width: 1024px;
    margin: auto;
    top: 190px;
	padding-top: 50px;
	display: flex;
	background-color: white;
}



h1{
	font-family: Kohinoor Bangla;;
	color:#91C850;
	font-size: 30px;
}

h2{
	font-family: 'Oswald',Arial,sans-serif;
	color:#91C850;
	font-size: 22px;
	text-align: left;
}

h3{
	font-family: 'Oswald',Arial,sans-serif;
	color:#91C850;
	font-size: 20px;
}

p{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
	color: #606060;
}

p2{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	color: #606060;
}


#articleBox{
    width: 1024px;
    margin: auto;
    position: relative;
    padding-top: 50px;
    display: flex;
    background-color: white;
    top: 60px;
	padding-bottom: 80px;
}

.articleStyle{
	margin-left: 15px;
	padding: 0px 15px 15px 10px;
	border-left: 4px solid #91C850;
	width: 33%;
	text-align: justify;
}

.imgArticle{
	text-align: center;
}

a{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#91C850;
	text-align:right;
	font-size: 14px;
	text-decoration: none;
	list-style: none;
}

.linkHover:hover{
	color: #428809;
}

footer{
	 
    width: 1024px;
    margin: auto;
    position: relative;
	background-color: #91C850;
	color: white;
	height: 172px;
	top: 60px;
}
	
	#policy{
		font-family:'arial';
		font-size:11px;
		color:white;
		margin-left:15px;
		float:left;
		position:relative;
		top:5px
	}
	
	#copyright{
		font-family:'arial';
		font-size:11px;
		color:white;
		float:right;
		position:relative;
		right:-160px;
		top:5px
	}

#bannerFrame{
position: relative;
    top: 175px;
    margin: auto;
    width: 100%;
    background-color: white;
}

.framewidth{
	width: 100%;
}
	
.treatments{
	width: 1024px;
}
	
#bannerFrame2{
	position: relative;
    top: 175px;
    margin: auto;
    width: 1024px;
	background-color: white;
	height: 2089px;
}
	
	#bannerFrame6{
	position: relative;
    top: 175px;
    margin: auto;
    width: 1024px;
	background-color: white;
	height: 934px;
}

#bannerFrame5{
    position: relative;
    top: 175px;
    margin: auto;
    width: 1024px;
     
    background-color: white;
}


#contactSign {
    position: relative;
    top: 516px;
    background-color: #91C850;
    width: 1024px;
    margin: auto;
    height: 90px;
    text-align: center;
    color: #F4F5EE;
    font-family: "Oswald";
    font-size: 24px;
    padding-top: 25px;
}

#contactSign2 {
    position: relative;
    top: 168px;
    background-color: #91C850;
    width: 1024px;
    margin: auto;
    height: 90px;
    text-align: center;
    color: #F4F5EE;
    font-family: "Oswald";
    font-size: 24px;
    padding-top: 25px;
}

#contactSign3{
	position: relative;
    top: 36px;
    background-color: #91C850;
    width: 1024px;
    margin: auto;
    height: 90px;
    text-align: center;
    color: #F4F5EE;
    font-family: "Oswald";
    font-size: 24px;
    padding-top: 25px;
}
	#contactSignContact{
	position: relative;
    top: 0px;
    background-color: #91C850;
    width: 1024px;
    margin: auto;
    height: 90px;
    text-align: center;
    color: #F4F5EE;
    font-family: "Oswald";
    font-size: 24px;
    padding-top: 25px;
	}

#contactSign4{
	position: relative;
    top: 175px;
    background-color: #91C850;
    width: 1024px;
    margin: auto;
    height: 90px;
    text-align: center;
    color: #F4F5EE;
    font-family: "Oswald";
    font-size: 24px;
    padding-top: 25px;
}
	
	#contactSign4biz{
	position: relative;
    top: -272px;
    background-color: #91C850;
    width: 1024px;
    margin: auto;
    height: 90px;
    text-align: center;
    color: #F4F5EE;
    font-family: "Oswald";
    font-size: 24px;
    padding-top: 25px;
}

.fieldContact {
    -webkit-appearance: none;
    width: 250px;
    height: 45px;
    border: solid 2px #206a01;
    background-color: #f9f9f9;
    outline: none;
    padding-left: 10px;
    text-shadow: none;
    font-family: 'oswald';
    font-style: normal;
    margin-bottom: 7px;
    font-size: 22px;
    margin-left: 20px;
}

.fieldContact:focus {
	border: solid 1px #39c300;
	background-color: #CBDDAF;
}
	

.textareaContact {
	padding-top: 7px;
    float: left;
    -webkit-appearance: none;
    width: 320px;
    border: solid 2px #206a01;
    background-color: #f9f9f9;
    outline: none;
    padding-left: 10px;
    text-shadow: none;
    margin-left: 320px;
    font-family: 'oswald';
    font-style: normal;
    margin-top: -197px;
    font-size: 22px;
    resize: none;
    text-align: left;
    height: 178px;
}

.textareaContact:focus {
	border: solid 1px #39c300;
	background-color: #CBDDAF;
}
	
.estimateSubmitContact{
    position: relative;
    height: 50px;
    width: 120px;
    border: solid 2px #206a01;
    color: #fff;
    background-color: #00470b;
    font-family: 'Oswald';
    font-size: 17px;
    outline: 0px;
    -webkit-appearance: none;
    left: -368px;
    top: -10px;
}
.estimateSubmitContact:hover{
    border: solid 2px #00ff28;
	color: #00ff28;
    background-color: #00470b;
}

#contactForm {
    padding-bottom: 30px;
    float: left;
    background-color: #fff;
    position: relative;
    top:0px;
    width: 1024px;
}

.submit {
    -webkit-appearance: none;
    width: 120px;
    height: 38px;
    border: solid 2px #59a300;
    background-color: #00470b;
    outline: none;
    text-shadow: none;
    font-family: 'oswald';
    font-style: normal;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.submit:focus{
	border: solid 1px #00ff28;
	color: #00ff28;
}

.submit:hover{
	border: solid 1px #00ff28;
	color: #00ff28;
}
	
.estimateComplete {
    -webkit-appearance: none;
    width: 120px;
    height: 38px;
    border: solid 2px #59a300;
    background-color: #00470b;
    outline: none;
    text-shadow: none;
    font-family: 'oswald';
    font-style: normal;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.estimateComplete:focus{
	border: solid 1px #00ff28;
	color: #00ff28;
}

.estimateComplete:hover{
	border: solid 1px #00ff28;
	color: #00ff28;
}

#contactInfo {
    float: right;
    position: relative;
	top: -412px;
	margin-right: 20px;
}


#ipmInfo{
	width: 100%;
	background-color: rgba(255,255,255,.9);
	z-index: 3000;
	position: fixed;
	height: 100%;
	margin: auto;
	display: none;
}


content{
	background-color: rgba(255,255,255,.9);
	z-index: 1000;
	height: 100%;
	width: 1024px;
	left: 25%;
}


#closeWindowForm{
	float:right;
	margin-top:25px;
	margin-right:25px;
	cursor:pointer;
}

#closeWindowForm:hover .st0{ 
	fill: #fff;
}

.styleFieldMain{
	margin: 15px 35px;
	height: 35px;
	width: 260px;
	border: solid 2px #206a01;
	padding-left: 10px;
	color: #000;
	outline-style: none;
	text-decoration: none;
}

.styleFieldMain:focus{
	border: solid 2px #00F315;
	outline-style: none;
	text-decoration: none;
	background-color: #007b13;
	color: white;

}
	#serviceOptions{
	-webkit-appearance:none;
	margin: 15px 35px;
	height: 45px;
	width: 274px;
	border: solid 2px #206a01;
	padding-left: 10px;
	color: #000;
	outline-style: none;
	text-decoration: none;
	background-color: white;
	
}
	
#serviceOptions:hover{
	border: solid 2px #00F315;
	outline-style: none;
	text-decoration: none;
	background-color: #007b13;
	color: white;

}

#ipmBox{
	background-color: #59a300;
	text-align: left;
	color: white;
	width: 450px;
	margin-left:37%;
	margin-top: 50px;
	padding: 35px 15px 15px 15px;
	vertical-align: middle;
	border-radius: 10px;
}

#closeWindow{
	width:30px;
	height:30px;
	float:right;
	margin-top:-25px;
	margin-right:-5px;
	cursor:pointer;
}

#closeWindow:hover .st0{ 
	fill: #fff;
}

.concept{
	background-color: white;
    padding: 15px;
    display: -webkit-box;
	border-bottom:solid 2px #91C850;
}
	
.description{
	text-align: justify;
	width: 100%;
}

#repuesta{
	width: 600px;
	height: 270px;
	background-color: #59a300;
	color: white;
	border-radius: 15px;
	border: solid 1px white;	
}

#contactBox{
	top: 0px;;
    position: relative;
    width: 1024px;
	background-color: white;
}

#organitations{
	padding-top: 25px;
}

#organitations a{
	margin-left: 65px;
}

	#social{
		float: right;
		position: relative;
		top: -50px;
		margin-right: 25px;
	}

/************************** ESTIMATE FORM STYLE *****************/
#estimateFormComplete{
	background-color: #59a300;
	color: white;
	outline-style: none;
	text-decoration: none;
	text-align: center;
	top: 0px;
	position: relative;
	margin: auto;
	float: left;
	width: 100%;
}

#formBox{
	width:350px;
	display: inline-block;
	text-align: left;
}

#formTextBox{
	position:relative;
	width:380px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	padding: 0px 15px;
}
	
	.tg{
		position:relative;
		margin:auto;
		top:175px;
		background-color: white;
		width: 1024px;
		margin-top: 0px;
	}
	
	.bicho{
		width: 150px;
		height: 150px;
		border-bottom: solid 2px  #59a300;
	}
	
	.bichoInfo{
		text-align: justify;
		padding: 10px;
		border-bottom: solid 2px  #59a300;
	}
	
	.estimateFormLibrary{
		position: relative;
		margin: auto;
		bottom: -175px;
		background-color: white;
		padding: 35px 0px;
	}
	
	.post{
		text-align: center;
		width: 285px;
		height: 420px;
		float: left;
		border-radius: 25px;
		border: solid 15px #F1F2EC;
		padding: 15px 20px;
		position: relative;
		margin: 10px 35px 30px 95px;
	}
	
		.hands{
		position:relative; top:-2070px; right:140px; float: right
	}
	.telDown{
		position: relative;
		margin: auto;
		font-size: 12px;
		top: -10px;
		letter-spacing: 9px;
		left: 70px;
	}
	
	.cuota{
		font-family:'Oswald';
		font-size:26px;
		color:#91C850;
		line-height:0.90em;
		margin-left:25px;
		padding-top: 35px;
	}
	
	#slider section img{
	width: 1024px;
	position: relative;
	display: inline-block;
	}
	
	#pestList tr td a img{
		width: 109px;
		height: 130px;
	}
	
#floatWindowBG{
		width: 100%;
		height: 100%;
		z-index: 4000;
		background-color: rgba(145, 200, 80, .90);
		position: fixed;
		left: 0;
		display: none;
	}
	
	#floatWindow{
		position: fixed;
		top: 15px;
		left: 230px;
		text-align: center;
		margin: auto;
		width: 560px;
		height: 680px;
		background-color: #59A300;
		border-radius: 8px;
		z-index: 5000;
	}
	
	#closeFloatWindow{
		margin-right: 15px;
		margin-top: 15px;
		float: right;
	}
	
	h7{
		font-family:'Oswald';
		font-size:30px;
		color:white;		
	}
	
	p7{
		font-family:'Oswald';
		font-size:15px;
		color:white;
	}
	
	h8{
		font-family: 'Oswald';
		font-size: 20px;
		color: white;
		margin-left: 30px;	
	}
	
	#bugsBoxRodents, #bugsBoxCockroaches, #bugsBoxAnts, #bugsBoxBedbugs, #bugsBoxFlies, #bugsBoxCrickets, #bugsBoxSpiders, #bugsBoxFleas{
		line-height: 20px;
		text-align: justify;
		float: right;
		padding: 0px 25px;
	}
	
	.img-circle {
    	border-radius: 50%;
		float: left;
		position: relative;
		margin: 55px 20px 180px 0px;
	}
	
	#floatWindowForm{
		float: left;
		top: -75px;
		text-align: left;
		position: relative;
	}
	
	.floatWindowFormStyle{
		-webkit-appearance: none;
		margin: 8px 0px 0px 105px;
		height: 32px;
		width: 317px;
		border: solid 2px #206a01;
		padding-left: 10px;
		color: #000;
		outline-style: none;
		text-decoration: none;
		background-color: white;
		-webkit-border-radius: 0px;
	}
	
	.floatWindowOptionStyle{
		-webkit-appearance: none;
		margin: 8px 0px 0px 105px;
		height: 45px;
		width: 340px;
		border: solid 2px #206a01;
		padding-left: 10px;
		color: #000;
		outline-style: none;
		text-decoration: none;
		background-color: white;
		-webkit-border-radius: 0px;
	}
	
	.floatWindowFormStyleSubmit{
		height: 45px;
		width: 120px;
		border: solid 2px #206a01;
		color: #fff;
		background-color: #00470b;
		font-family: 'Oswald';
		font-size: 16px;
		outline: 0px;
		margin-left: 110px;
		-webkit-border-radius: 0px;
	}
	
	.ecoFriendImg{
		position: absolute;
		top: -20px;
		left: 400px;
	}
	
	#floatWindowLogo{
		float: right;
		position: relative;
		top: -50px;
		right: 20px;
	}
	
	.floatWindowLink{
		color: white;
		font-family: 'arial';
		font-size: 12px;
		float: left;
		position: relative;
		left: 25px;
		top: -15px;
	}
    
    .clientPortal{
    width: 100px;
    z-index: 1;
    margin-right: 0px;
    margin-top: 15px;
    top: 15px;
    cursor: pointer;
    position: absolute;
}


/*/////////////////////////////////// DESKTOP STYLE //////////////////////*/
@media screen and (min-width:1025px){
	
	
body{
/*	margin: auto;*/
    width: 1025px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
}



#mybar{
	position: fixed;
    z-index: 2;
    width: 1025px;
}


.box1{
	background-color: #f1f3f5;
	height: 146px;
	position: fixed;
	width: 490px;
	z-index: 2;
	-moz-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	-webkit-transform: skew(-15deg);
	-webkit-box-shadow: 7px 0px 13px 0px rgba(50, 50, 50, 0.44);
	-moz-box-shadow: 7px 0px 13px 0px rgba(50, 50, 50, 0.44);
	box-shadow: 7px 0px 13px 0px rgba(50, 50, 50, 0.44);
    margin-left: 27px; 
}

.box1::before{
	content: "";
    height: 146px;
    width: 100px;
    background-color: #f1f3f5;
    position: fixed;
    left:  -27px;
    -moz-transform: skew(15deg);
	-o-transform: skew(15deg);
	-webkit-transform: skew(15deg);
}
	
		.box1biz{
	background-color: #f1f3f5;
	height: 146px;
	position: relative;
	width: 490px;
	z-index: 2;
	-moz-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	-webkit-transform: skew(-15deg);
	-webkit-box-shadow: 7px 0px 13px 0px rgba(50, 50, 50, 0.44);
	-moz-box-shadow: 7px 0px 13px 0px rgba(50, 50, 50, 0.44);
	box-shadow: 7px 0px 13px 0px rgba(50, 50, 50, 0.44);
    margin-left: 27px;
	top: 0px;
}

.box1biz::before{
	content: "";
    height: 146px;
    width: 100px;
    background-color: #f1f3f5;
    position: fixed;
    left:  -27px;
    -moz-transform: skew(15deg);
	-o-transform: skew(15deg);
	-webkit-transform: skew(15deg);
}


.styleField{
    margin-right: 8px;
    height: 45px;
    width: 220px;
    border: solid 2px #206a01;
    outline:0px;
    padding-left: 10px;
    background-color: rgba(161, 200, 80, .4 );
    -webkit-box-shadow:inset 0 0 5px 0 #718d4f;
    box-shadow:inset 0 0 8px 0 #718d4f;
    font-family: 'Oswald';
    font-size: 18px;
    color: #333333;
/*	-webkit-appearance: none;*/
	-webkit-appearance:default-button;
}

.styleField2{
    margin-right: 8px;
    height: 51px;
    width: 220px;
	top:-40px;
    border: solid 2px #206a01;
    outline:0px;
    padding-left: 10px;
    background-color: rgba(161, 200, 80, .4 );
    -webkit-box-shadow:inset 0 0 5px 0 #718d4f;
    box-shadow:inset 0 0 8px 0 #718d4f;
    font-family: 'Oswald';
    font-size: 18px;
    color: #333333;
}

.estimateSubmit{
	top: -41px;
    height: 50px;
    width: 120px;
    border: solid 2px #206a01;
    color: #fff;
    background-color: #00470b;
    font-family:'Oswald';
    font-size: 17px;
    outline:0px;
	-webkit-appearance: none;
}

.estimateSubmit:hover{
    height: 50px;
    width: 120px;
    border: solid 2px #00ff28;
    color: #00ff28;
    background-color: #00470b;
    font-family:'Oswald';
    font-size: 17px;
    outline:0px;
}
	
	
	margin-left:190px; margin-bottom:15px;
	
	
.estimateSubmitForm{
    height: 50px;
    width: 120px;
    border: solid 2px #206a01;
    color: #fff;
    background-color: #00470b;
    font-family:'Oswald';
    font-size: 17px;
    outline:0px;
	margin-left:190px;
	margin-bottom:15px;
}

.estimateSubmitForm:hover{
    border: solid 2px #00ff28;
    color: #00ff28;
    background-color: #00470b;
}
	

#estimateSubmitMain{
    height: 45px;
    width: 120px;
    border: solid 2px #206a01;
    color: #fff;
    background-color: #00470b;
    font-family:'Oswald';
    font-size: 17px;
    outline:0px;
}

#estimateSubmitMain:hover{
    height: 45px;
    width: 120px;
    border: solid 2px #00ff28;
    color: #00ff28;
    background-color: #00470b;
    font-family:'Oswald';
    font-size: 17px;
    outline:0px;
}

.logo img{
	width: 400px;
	margin-top: 25 px;
    z-index: 3;
    position: fixed;
    margin-left: 55px;
}
	
	.logobiz{
	padding-top: 20px;
    z-index: 3;
    position: relative;
    margin-left: 55px;
	top:-150px;
}
	.callUs{
		position:relative;font-size:20px;top:-7px;left:-9px;letter-spacing:initial;
	}
	
	.tel1{
		font-size:43px;
		list-style:none;
		color:white;
	}
	.telBox{
    color: #f1f2eb;
    font-family: oswald,Kohinoor Bangla;
    font-weight: bold;
    font-size: 30px;
    float: right;
    position: relative;
    top: 18px;
    right: 125px;
    letter-spacing: -1.0pt;
	}


.box2{
	position: relative;
    background-color: #91c850;
    float: left;
    height: 150px;
    margin-left: 483px;
    z-index: 1;
}
		.box2biz{
    position: relative;
    background-color: #91c850;
    width: 534px;
    height: 146px;
    margin-left: 490px;
    z-index: 1;
	top: -272px;
}


#operator{
    display: inline-block;
}
	
.operatorImg{
    left: 417px;
    position: relative;
    width: 110px;
	}

.cursiva{
    color: #f1f2eb;
    font-family: calibri;
    font-style: italic;
    font-size: 22px;
    position: relative;
    margin-left: 160px;
    top: 18px;
    float: left;
}
	
.cursiva2{
    right: 355px;
    color: #f1f2eb;
    font-family: calibri;
    font-style: italic;
    font-size: 17px;
    float: right;
    position: relative;
    padding-top: 6px;	
}

#payments img{
    display: inline-block;
    position: relative;
    float: right;
    padding: 8px 3px 0px 3px;
    right: 120px;
}

.menu{
    background-color: #dddedf;
    width: 1025px;
    height: 48px;
    position: fixed;
    top: 146px;
    z-index: 3;
}
	
	.menubiz{
    background-color: #dddedf;
    width: 1025px;
     
    height: 48px;
    position: relative;
    top: -272px;
    z-index: 3;
}

	.menubiz ul{
	position: absolute;
    width: 1024px;
     
    margin: 0;
    padding-left: 0px;
}

.menubiz ul li{
    color: #428809;
    text-decoration: none;
    font-family: 'Oswald';
    font-variant: inherit;
    font-size: 18px;
    font-style: italic;
    display: inline-block;
    padding: 11.5px 31px;
    float: left;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.menu ul{
	position: absolute;
    width: 1024px;
     
    margin: 0;
    padding-left: 0px;
}

.menu ul li{
    color: #428809;
    text-decoration: none;
    font-family: 'Oswald';
    font-variant: inherit;
    font-size: 21px;
    font-style: italic;
    display: inline-block;
    padding: 7.8px 27px;
    float: left;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
	

	#limit{
		padding-right:51.39px;
		color: white;
	}
	
.onPage{
    color: white;
    background-color: #91c850;
    box-shadow: inset 1px 1px 10px 1px #729F3E;
    -webkit-box-shadow: inset 1px 1px 10px 1px #729F3E;
    -moz-box-shadow: inset 1px 1px 10px 1px #729F3E;
    -o-box-shadow: inset 1px 1px 10px 1px #729F3E;
}



.menu ul li:hover{
background-color: #91c850;
color: #fff;
box-shadow: inset 1px 1px 10px 1px #729F3E;
-webkit-box-shadow: inset 1px 1px 10px 1px #729F3E;
-moz-box-shadow: inset 1px 1px 10px 1px #729F3E;
-o-box-shadow: inset 1px 1px 10px 1px #729F3E;
}


.menu ul a{
    text-decoration: none;
    color: #428809;
}

.menu ul a:hover{
    color: #fff;
}

.icon-home:before {
    content: "\e900";
    font-size: 21px;

}


/*//SLIDER////*/

#c-slider{
    width: 1024px;
     
    position: relative;
    overflow: hidden;
    top:190px;
    margin: auto;
}


#slider{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 500%;
}

#slider section{
    width: 1024px;
}

#slider img{
    width: 1024px;
    display: block;
}  

#btn-prev, #btn-next{
    position: absolute; 
    top:50%; 
    cursor: pointer; 
} 


#btn-prev{
    left: 10px;
}

#btn-next{
    right: 10px;
}

		.getFree{
		font-family:Oswald;
		font-style: italic;
		font-size:22px;
		color:#333333;
		margin-left: 37px;
	}
/*//END SLIDER////*/

#pestList{
	background-color: white;
    position: relative;   
    width: 1024px;
    margin: auto;
    top: 187px;
}

#pestList tr td{
	text-align: center;
	padding: 25px 10px;
}
	
.miniForm{
		display:inline-block;
		margin-left: 37px;
		margin-top: 36px;
		-webkit-appearance: none;
}



#estimateForm {
    height: 100px;
    width: 1024px;
    background-color: rgba(255, 255, 255, .7);
    position: relative;
    margin-top: -100px;
}
	
.pyramid{
    position: absolute;
    top: 1184px;
    left: 390px;
}

/*
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
*/
	.cuadroCuota{
    position: relative;
    margin: auto;
    top: 167px;
    height: 210px;
    background-color: white;
    width: 1025px;
	}
	
#banner01{
    position: relative;
     
    width: 1025px;
    margin: auto;
    top: 190px;
	padding-top: 50px;
	display: flex;
	background-color: white;
}



h1{
	font-family: 'Oswald',Arial,sans-serif;
	color:#91C850;
	font-size: 30px;
	text-align: left;
}

h2{
	font-family: 'Oswald',Arial,sans-serif;
	color:#91C850;
	font-size: 22px;
	text-align: left;
}

h3{
	font-family: 'Oswald',Arial,sans-serif;
	color:#91C850;
	font-size: 20px;
}

p{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
	color: #606060;
}

p2{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	color: #606060;
}


#articleBox{
    width: 1025px;
    margin: auto;
    position: relative;
    padding-top: 30px;
    display: flex;
    background-color: white;
    top: 113px;
    padding-bottom: 80px;
}

.articleStyle{
	margin-left: 15px;
	padding: 0px 15px 15px 10px;
	border-left: 4px solid #91C850;
	width: 33%;
}

.imgArticle{
	text-align: center;
}

a{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#91C850;
	text-align:right;
	font-size: 14px;
	text-decoration: none;
	list-style: none;
}

.linkHover:hover{
	color: #428809;
}

footer{
	width: 1025px;
	margin: auto;
	position: relative;
	background-color: #91C850;
	color: white;
	height: 172px;
	top: 54px;
}
	
	#policy{
		font-family:'arial';
		font-size:11px;
		color:white;
		margin-left:15px;
		float:left;
		position:relative;
		top:5px
	}
	
	#copyright{
		font-family:'arial';
		font-size:11px;
		color:white;
		float:right;
		position:relative;
		right:-160px;
		top:5px
	}

#bannerFrame{
	position: relative;
    top: 194px;
    margin: auto;
    width: 1025px;
	background-color: white;
}
	
.framewidth{
	width: 100%;
}

	.treatments{
		width: 1025px;
	}
	
#bannerFrame2{
    position: relative;
    top: 194px;
    margin: auto;
    width: 1025px;
    background-color: white;
    height: initial;
}

#bannerFrame5{
    position: relative;
    top: 194px;
    margin: auto;
    width: 1024px;
     
    background-color: white;
}


#contactSign {
    position: relative;
    top: 516px;
    background-color: #91C850;
    width: 1024px;
    margin: auto;
    height: 90px;
    text-align: center;
    color: #F4F5EE;
    font-family: "Oswald";
    font-size: 24px;
    padding-top: 25px;
}

#contactSign2 {
    position: relative;
    top: 168px;
    background-color: #91C850;
    width: 1024px;
    margin: auto;
    height: 90px;
    text-align: center;
    color: #F4F5EE;
    font-family: "Oswald";
    font-size: 24px;
    padding-top: 25px;
}

#contactSign3{
	position: relative;
    top: 36px;
    background-color: #91C850;
    width: 1024px;
    margin: auto;
    height: 90px;
    text-align: center;
    color: #F4F5EE;
    font-family: "Oswald";
    font-size: 24px;
    padding-top: 25px;
}

#contactSignContact{
    position: relative;
    top: 36px;
    background-color: #91C850;
    width: 1025px;
    margin: auto;
    height: 90px;
    text-align: center;
    color: #F4F5EE;
    font-family: "Oswald";
    font-size: 24px;
    padding-top: 25px;
	}
	
#contactSign4{
    position: relative;
    top: 194px;
    background-color: #91C850;
    width: 1024px;
    margin: auto;
    height: 90px;
    text-align: center;
    color: #F4F5EE;
    font-family: "Oswald";
    font-size: 24px;
    padding-top: 25px;
}
	
	#contactSign4biz{
	position: relative;
    top: -272px;
    background-color: #91C850;
    width: 1024px;
    margin: auto;
    height: 90px;
    text-align: center;
    color: #F4F5EE;
    font-family: "Oswald";
    font-size: 24px;
    padding-top: 25px;
}

.fieldContact {
    -webkit-appearance: none;
    width: 200px;
    height: 38px;
    border: solid 1px #206a01;
    background-color: #f9f9f9;
    outline: none;
    padding-left: 10px;
    text-shadow: none;
    margin-left: 20px;
    font-family: 'oswald';
    font-style: normal;
    margin-bottom: 7px;
    font-size: 14px;
}

.fieldContact:focus {
	border: solid 1px #39c300;
	background-color: #CBDDAF;
}
	

.textareaContact {
	padding-top: 7px;
    float: left;
    -webkit-appearance: none;
    width: 150px;
    border: solid 1px #206a01;
    background-color: #f9f9f9;
    outline: none;
    padding-left: 10px;
    text-shadow: none;
    margin-left: 240px;
    font-family: 'oswald';
    font-style: normal;
    margin-top: -147px;
    font-size: 14px;
    resize: none;
    text-align: left;
    height: 129px;
    width: 317px;
}

.textareaContact:focus {
	border: solid 1px #39c300;
	background-color: #CBDDAF;
}
	
	.estimateSubmitContact{
    height: 50px;
    width: 120px;
    border: solid 2px #206a01;
    color: #fff;
    background-color: #00470b;
    font-family: 'Oswald';
    font-size: 17px;
    outline: 0px;
    -webkit-appearance: none;
    left: -454px;
    top: -15px;
    position: relative;
    margin: 0 auto;
}
	.estimateSubmitContact:hover{
    border: solid 2px #00ff28;
	color: #00ff28;
    background-color: #00470b;
}

#contactForm {
	padding-bottom: 30px;
    width: 1025px;
    float: left;
    background-color: #fff;
    position: relative;
    top: 25px;
	}

.submit {
    -webkit-appearance: none;
    width: 120px;
    height: 38px;
    border: solid 2px #59a300;
    background-color: #00470b;
    outline: none;
    text-shadow: none;
    font-family: 'oswald';
    font-style: normal;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.submit:focus{
	border: solid 1px #00ff28;
	color: #00ff28;
}

.submit:hover{
	border: solid 1px #00ff28;
	color: #00ff28;
}
	
.estimateComplete {
    -webkit-appearance: none;
    width: 120px;
    height: 38px;
    border: solid 2px #59a300;
    background-color: #00470b;
    outline: none;
    text-shadow: none;
    font-family: 'oswald';
    font-style: normal;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.estimateComplete:focus{
	border: solid 1px #00ff28;
	color: #00ff28;
}

.estimateComplete:hover{
	border: solid 1px #00ff28;
	color: #00ff28;
}

#contactInfo {
    float: right;
    position: relative;
    margin: auto;
    top: -288px;
    left: -30px;
}


#ipmInfo{
	width: 100%;
	background-color: rgba(255,255,255,.9);
	z-index: 3000;
	position: fixed;
	height: 100%;
	margin: auto;
	display: none;
}


content{
	background-color: rgba(255,255,255,.9);
	z-index: 1000;
	height: 100%;
	width: 1024px;
	left: 25%;
}


#closeWindowForm{
	float:right;
	margin-top:25px;
	margin-right:25px;
	cursor:pointer;
}

#closeWindowForm:hover .st0{ 
	fill: #fff;
}

.styleFieldMain{
	margin: 15px 35px;
	height: 35px;
	width: 260px;
	border: solid 2px #206a01;
	padding-left: 10px;
	color: #000;
	outline-style: none;
	text-decoration: none;
}

.styleFieldMain:focus{
	border: solid 2px #00F315;
	outline-style: none;
	text-decoration: none;
	background-color: #007b13;
	color: white;

}
	#serviceOptions{
	-webkit-appearance:none;
	margin: 15px 35px;
	height: 45px;
	width: 274px;
	border: solid 2px #206a01;
	padding-left: 10px;
	color: #000;
	outline-style: none;
	text-decoration: none;
	background-color: white;
	
}
	
#serviceOptions:hover{
	border: solid 2px #00F315;
	outline-style: none;
	text-decoration: none;
	background-color: #007b13;
	color: white;

}

#ipmBox{
	background-color: #59a300;
	text-align: left;
	color: white;
	width: 450px;
	margin-left:37%;
	margin-top: 50px;
	padding: 35px 15px 15px 15px;
	vertical-align: middle;
	border-radius: 10px;
}

#closeWindow{
	width:30px;
	height:30px;
	float:right;
	margin-top:-25px;
	margin-right:-5px;
	cursor:pointer;
}

#closeWindow:hover .st0{ 
	fill: #fff;
}

.concept{
	background-color: white;
    padding: 15px;
    display: -webkit-box;
	border-bottom:solid 2px #91C850;
}
	
.description{
	text-align: justify;
	width: 100%;
}

#repuesta{
	width: 600px;
	height: 270px;
	background-color: #59a300;
	color: white;
	border-radius: 15px;
	border: solid 1px white;	
}

#contactBox{
    position: relative;
    margin: auto;
}

#organitations{
	position: relative;
	top: 0;
	float: left;
	margin-left: -45px;
}

#organitations a{
	margin-left: 95px;
}

	#social{
		float: right;
		position: relative;
		top: -50px;
		margin-right: 25px;
	}

/************************** ESTIMATE FORM STYLE *****************/
#estimateFormComplete{
	background-color: #59a300;
	color: white;
	outline-style: none;
	text-decoration: none;
	text-align: center;
	top: 0px;
	position: relative;
	margin: auto;
	float: left;
	width: 100%;
}

#formBox{
	width:350px;
	display: inline-block;
	text-align: left;
}

#formTextBox{
	position:relative;
	width:380px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	padding: 0px 15px;
}
	
.tg{
		position:relative;
		margin:auto;
		top:194px;
		background-color: white;
		width: 1024px;
		margin-top: 0px;
	}
	
	.bicho{
		width: 150px;
		height: 150px;
		border-bottom: solid 2px  #59a300;
	}
	
	.bichoInfo{
		text-align: justify;
		padding: 10px;
		border-bottom: solid 2px  #59a300;
	}
	
	.estimateFormLibrary{
		position: relative;
		margin: auto;
		top: 194px;
		background-color: white;
		padding: 35px 0px;
	}
	
	.post{
	text-align: center;
    width: 360px;
    height: 350px;
    margin: 0px -19px 26px 61px;
    border-radius: 25px;
    border: solid 15px #F1F2EC;
    padding: 15px 20px;
    position: relative;
	}
	
		.hands{
		position:relative; top:-230px; right:140px; float: right
	}
		.telDown{
    position: relative;
    margin: auto;
    font-size: 16px;
    top: -10px;
    letter-spacing: 10.5px;
    left: 69px;
	}
	
	.cuota{
		font-family:'Oswald';
		font-size:36px;
		color:#91C850;
		line-height:0.90em;
		margin-left:25px;
	}
	
	#slider section img{
	width: 1024px;
	position: relative;
	display: inline-block;
	}
	
	#pestList tr td a img{
    width: 108px;
    height: 129px
	}
	
	
#floatWindowBG{
		width: 100%;
		height: 100%;
		z-index: 4000;
		background-color: rgba(145, 200, 80, .90);
		position: fixed;
		left: 0;
		display: none;
	}
	
	#floatWindow{
		position: fixed;
		top: 100px;
		left: 35%;
		float: left;
		text-align: center;
		margin: auto;
		width: 560px;
		height: 680px;
		background-color: #59A300;
		border-radius: 8px;
		z-index: 5000;
	}
	
	#closeFloatWindow{
		margin-right: 15px;
		margin-top: 15px;
		float: right;
		cursor: pointer;
	}
	
	h7{
		font-family:'Oswald';
		font-size:30px;
		color:white;		
	}
	
	p7{
		font-family:'Oswald';
		font-size:15px;
		color:white;
	}
	
	h8{
		font-family: 'Oswald';
		font-size: 20px;
		color: white;
		margin-left: 30px;	
	}
	
	#bugsBoxRodents, #bugsBoxCockroaches, #bugsBoxAnts, #bugsBoxBedbugs, #bugsBoxFlies, #bugsBoxCrickets, #bugsBoxSpiders, #bugsBoxFleas{
		line-height: 20px;
		text-align: justify;
		float: right;
		padding: 0px 25px;
	}
	
	.img-circle {
    	border-radius: 50%;
		float: left;
		position: relative;
		margin: 55px 20px 180px 0px;
	}
	
	#floatWindowForm{
		float: left;
		top: -75px;
		text-align: left;
		position: relative;
	}
	
	.floatWindowFormStyle{
		-webkit-appearance: none;
		margin: 8px 0px 0px 105px;
		height: 32px;
		width: 317px;
		border: solid 2px #206a01;
		padding-left: 10px;
		color: #000;
		outline-style: none;
		text-decoration: none;
		background-color: white;
		-webkit-border-radius: 0px;
	}
	
	.floatWindowOptionStyle{
		-webkit-appearance: none;
		margin: 8px 0px 0px 105px;
		height: 45px;
		width: 340px;
		border: solid 2px #206a01;
		padding-left: 10px;
		color: #000;
		outline-style: none;
		text-decoration: none;
		background-color: white;
		-webkit-border-radius: 0px;
	}
	
	.floatWindowFormStyleSubmit{
		height: 45px;
		width: 120px;
		border: solid 2px #206a01;
		color: #fff;
		background-color: #00470b;
		font-family: 'Oswald';
		font-size: 16px;
		outline: 0px;
		margin-left: 110px;
		-webkit-border-radius: 0px;
	}
	
	.ecoFriendImg{
		position: absolute;
		top: -20px;
		left: 400px;
	}
	
	#floatWindowLogo{
		float: right;
		position: relative;
		top: -50px;
		right: 20px;
	}
	
	.floatWindowLink{
		color: white;
		font-family: 'arial';
		font-size: 12px;
		float: left;
		position: relative;
		left: 25px;
		top: -15px;
    }
    
   .clientPortal{
    width: 100px;
    z-index: 1;
    margin-right: 0px;
    margin-top: 15px;
    top: 15px;
    cursor: pointer;
    position: absolute;
    }
    
}