@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body{
	padding:0;
	margin:0;
	/* font-family: 'Poppins', sans-serif !important; */
	font-family: 'Raleway', sans-serif !important;
}

.header.animateIt { position:fixed; top:-160px; left: 0; right: 0; z-index:999; transition:0.4s top cubic-bezier(.3, .73, .3, .74); background:#fff; padding:5px 0px;}
body.down .header.animateIt {top:0;}

.header.animateIt .hderright{display:none;}
.header.animateIt .logo img{}

.socialhead{
	    background-color: #2b86e4;
		padding:15px 0;
	}

.servicedtls{
padding: 2% 0;

}

.servicedtls h1{
	font-weight: 500;
    text-align: center;
    color: #242424;
    font-size: 40px;
    line-height: 1.3;
	letter-spacing: 0px;
	margin: 0;
	text-transform: capitalize;
}

.servicedtls hr{
	border-top: 3px solid #2b86e4;
    width: 8%;
}

.servicedtls p{
	font-weight: 300;
color: #616262;
font-size: 20px;
line-height: 1.5;
letter-spacing: 0px;
text-align: left;
margin-top: 15px;
}

.servicedtls ul{
	padding: 0;
    margin: 15px 0 0 25px;
}

.servicedtls ul li{
	font-weight: 300;
	color: #616262;
	font-size: 20px;
	line-height: 1.6;	
}

.oopsman {
    width: 100%;
    padding: 50px 50px;
}

.cookie{
padding: 20px 0;
background: #323232;

}

.cookie h2{
margin: 0;
color: #fff;
font-size: 16px;
font-weight: 600;
}

.cookie h2 a{
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	}

.cookie h2 i{
	margin-right: 8px;
}

.cookie p{
	margin: 0;
	color: #fff;
	font-size: 11px;
	}

	.cookie p a{
		color: #fff;

	}


.oopsman p {
    font-size: 17px;
    line-height: 30px;
}
.oopsman h1 {
    font-weight: 500;
    text-transform: capitalize;
    color: #242424;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 0px;
}

.socialhead ul{
	padding:0;
	margin:0;
}

.socialhead ul li{
	list-style:none;
	display:inline-block;
}

.socialhead ul li a{
	margin-right:13px;
	  color: rgba(255,255,255,0.5);
}

.socialhead ul li a:hover{
	text-decoration:none;
	color:#fff;
}

.socialhead ul li a i:hover{
	color:#fff;
	text-decoration:none;
}
.socialhead ul li a i{
	    color:#fff;
		font-size:18px;
}

.socialhead p{
	margin:0;
	text-align:right;
	color:#fff;
	    font-weight: 400;
		font-size:16px;
		margin-right:22px;
}

.socialhead p a{
	font-weight:700;
	color:#fff;
}

.socialhead p a:hover{
	text-decoration:none; 
	color:#242424;
	
}

.header{
	    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
		background:#fff;
		padding:5px 0;
}

#testtt{
	margin: 0 auto;
	width: 32%;
	margin-top: 40px !important;
}

.team {
    padding: 4% 0;
}

.team h1 {
	font-weight: bold;
    font-style: normal;
    color: #242424;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: 0px;
    text-align: center;
	margin:0 0 10px 0;
	text-transform: capitalize;

}

.team hr {
    border-top: 3px solid #2b86e4;
    width: 8%;
}


.teamdtl {
    margin: 35px 0;
}

.teamdtl img {
    width: 100%;
    border-radius: 50%;
    border: 1px solid #2b86e4;
}

.teamdtl h3 {
    font-size: 25px;
    margin: 0 0 0 0;
}

.team p {
    font-weight: 300;
    color: #616262;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
    margin-top: 25px;
    text-align: center;
}

.logo{
	width:100%;
}

.logo a img{
	width:70%;
}
.banner{
	position:relative;
}
.bannertxt{
	position:absolute;
	bottom:0;
	top:30%;
}

.bannertxt h2{
	font-size:40px;
	color:#2b86e4;
	font-weight:700;
	margin-bottom:25px;
}


.bannertxt p{
	font-weight: 400;
    font-style: normal;

    color: #fff;
    font-size: 20px;
    line-height: 1.4;
}

.required{
	    background-color: #f0f5f8;
		padding:6% 0;
}

.required img{
	width:100%;
	margin-bottom: 10px;
}

.required h1{
	margin:0 0 30px 0;
	font-weight:bold;
	color:#242424;
	font-size:35px;
	line-height:40px;
}

.required h5{
	font-weight: 500;
    font-style: normal;
    color: #616262;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0px;
	margin:30px 0;
}

.required p{
	    font-weight: 300;
    font-style: normal;
    color: #616262;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
	    margin-bottom:0px;
}

.read{
	    background-color: #2b86e4;
    text-align: center;
    line-height: 60px;
    width: 70%;
    margin-top:60px;
}

.read a{
	color:#fff;
	text-transform:uppercase;
	font-weight:300;
	font-size:21px;
	display:block;
}

.read a:hover{
	background:#242424;
	color:#fff;
	text-decoration:none;
}

.read a i{
	margin-left:25px;
}

.why{
	padding:5% 0 3% 0;
}

.whydtlimg{
	text-align:center;
	    
    padding:0;
}

.whydtlimg img{
	width: 100%;
}

.why h2{
	    font-weight: bold;
    font-style: normal;
    color: #242424;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: 0px;
	text-align:center;
	margin-bottom:20px;
}

.whydtl{
border-bottom: 1px solid #616262;
padding: 40px 0;	   
}

 .whydtl h3{
	    font-weight: 700;
    font-style: normal;
    color: #242424;
    font-size: 32px;
    line-height: 0.9;
    letter-spacing: 0px;
	margin-top:10px;
	margin-bottom:25px;
	text-align: left;
	text-transform: uppercase;

 }
 
 .whydtl p{
	     font-weight: 300;
    font-style: normal;
    color: #616262;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
	
 }
 
 .cleaning{
	 padding:5% 0;
 }
 
 .cleaning h2{
	 font-weight: bold;
    margin-bottom: 50px;
    color: #242424;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: 0px;
	text-align:center;
 }
 
 .cleanimg{
	 text-align:center;
 }
 
 .cleanimg  img{
	 width:270px;
	 height:270px;
	 border-radius:50%;
 }
 
 .cleanimg a:hover{
	 text-decoration:none;
 }
 
 .cleanimg h4{
	 font-weight: bold;
    font-style: normal;
  color:#242424;
  /*  color: #616262;*/
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: 0px;
	margin:30px 0;
 }
 
 .cleanimg h4 span{
	  font-weight: 500;
	    color: #242424;
 }
 
 
 .service{
	 padding:6% 0;
 }
 
 .service h5{
	     font-weight: 500;
    color: #616262;
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: 0px;
	margin-top:0;
	 
	 }
	 
 .service h2{
	 	  font-weight: bold;
    color: #242424;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0px;
	margin:35px 0 20px 0;
 }
 
 .service img{
	    max-width: 100%; 
	/*	margin-left: -102px;*/
}
 
 #book{
	 width:52%;
	 margin-top: 30px;
 }
 
 .testimonials{
	 padding:5% 0;
	 background:#f0f5f8;
	 
	 }
 
 
 .testimonials h2{
	     font-weight: bold;
		 text-align:center;
    color: #242424;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: 0px;
	margin-top:0;
	    margin-bottom: 50px;
 }
.testdtl{
	     border-top: 5px solid #2b86e4;
    padding-top: 46px;
}

.testdtl p{
	font-weight: 300;
    color: #616262;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
	margin-top:25px;
	text-align:left;
}
 
 .testdtl img{
	    width: 137px;
    height: 137px;
    object-fit: cover;
    border-radius: 50%;
	border:1px solid #242424;
 }
 
 .testdtl i{
	 font-size:45px;
	 color:#2b86e4;
 }
 
.testdtl h5{
	 font-weight: bold;
    color: #242424;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
	margin:0;
}


.testdtl span{
	    font-weight: 400;
    color: #949494;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0px;
}


.footer{
	padding:3% 0;
	background:#f5f5f5;
	border-top:1px solid #242424;
}

.footerlogo{
	text-align:center;
	    margin-bottom: 18px;
}

.footerlogo a img{
	width:75%;
}

.footer h2{
	    font-weight:bold;
    color: #616262;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
	margin-bottom: 15px;
	margin-top: 0;
}

.footer ul{
	padding:0;
	margin:0;
}

.footer ul li{
	list-style:none;
	line-height:28px;
}

.footer ul li a{
	color: #2b86e4;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
	font-size:18px;
}

.footer ul li a:hover{
	color:#242424;
}

.footer .temtam{
	margin-top: 30px ;
    padding: 0;
	}
	
.footer .temtam li{
	    display: inline-block;
    text-decoration: none;
    margin: 0 5px;
    width: 50px;
    height: 50px;
    border: solid 1px #2b86e4;
    border-radius: 50%;
}

.footer .temtam li a{
	display: block;
}

.footer .temtam li a i{
	    line-height: 50px;
    font-size: 20px;
    color: #2b86e4;
}

.footer p{
	font-weight: 400;
    color: #616262;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0px;
}

.footer p a{
		color: #2b86e4;
}

.footer p a:hover{
	color: #616262;
	text-decoration:none;
}

.sfooter {
    background: #2b86e4;
    padding: 15px 0;
}

.sfooter p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.sfooter p a {
    color: #fff;
}

.sfooter p a:hover {
    color: #fff;
}

.fotterlogo{
	text-align: center;
    margin-bottom: 40px;
}

.fotterlogo a img{
	width:75%;
}

.mainservices{
	padding:1% 0 3% 0;
}

.mainservices h1{
	font-weight: 500;
    text-align:center;
    color: #242424;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: 0px;
}

.mainservicedtl{
	margin-top:35px;
}

.mainservicedtl img{
	width:100%;
}

.mainservicedtl h2 {
    font-weight: bold;
    font-style: normal;
    color: #242424;
    /* color: #616262; */
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: 0px;
    margin:25px 0;
	text-align:center;
}

.mainservicedtl h2 span {
    font-weight: 500;
    color: #242424;
}

.mainservicedtl p{
	font-weight: 300;
   
    color: #616262;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
}

.readm{
	text-align:center;
	background-color: #2b86e4;
	line-height: 60px;
    width:100%;
     margin-top: 0px;
}

.readm a{
	text-transform:uppercase;
	color:#fff;
	font-weight:300;
	font-size:19px;
	display:block;
	letter-spacing: 1px;
}

.readm a i{
	margin-left:8px;
	font-size:20px;
}
	

.readm a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#242424;
}

 .servicepara{
	 padding:3% 0 5% 0;
 }

 .servicepara h1{
	    font-weight:bold;
    color: #242424;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: 0px;
	text-align:center;
 }
 
  .servicepara hr{
	  border-top: 4px solid #50ceca;
    width: 10%;
  }
  
  .servicepara img{
	  width:100%;
  }
  
  .servicepara h2{
	   font-weight: bold;
    color: #242424;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
  
 .servicepara p{
	 font-weight: 300;
    color: #616262;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
 }
 
/* .contact{
	 padding:5% 0;
 }
 
 .contact h1{
	  font-weight: 700;
    color: #242424;
    font-size: 80px;
    line-height: 1.2;
    letter-spacing: 0px;
	text-align:center;
	margin-bottom:35px;
 }
 
  .contact h2{
	      font-weight: 400;
    color: #242424;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
  
  .contact p{
	        font-weight: 300;
    color: #616262;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
	margin-bottom:25px;
  }
  
  .contact p a{
	  color:#50ceca;
	  font-weight:500;
  }
  
    .contact p a:hover{
		  color:#242424;
		  text-decoration:none;
	}
	
   .contact h3{
	   	font-weight: 500;
    color: #242424;
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: 0px;
   }
   
   .contact label{
	       font-size: 20px;
		   color:#242424;
		   font-weight:400;
   }
   
    .contact input[type="text"]{
		width:100%;
		    border: none;
    padding: 12px 19px;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 25px;
    font-style: italic !important;
    height: 55px;
	margin-top:10px;
	background-color: #f5f5f5;
	outline:none;
	}
	
.contact textarea{
		    border: 1px solid;
    padding: 12px 19px;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 25px;
    font-style: italic !important;
    height: 180px;
	width:100%;
	resize:none;
	background-color: #f5f5f5;
	    border: none;
			margin-top:10px;
			outline:none;
}

  .contact input[type="submit"] {
	     font-weight: 300;
    font-style: normal;
    color: #ffffff;
    background-color: #50ceca;
    border:none;
	font-size:21px;
	width: 130px;
    line-height: 55px;
  }
  
  */
  
  .contract{
	padding:30px 0;
}

.mainservices  hr{
	border-top: 3px solid #2b86e4;
    width: 8%;
	}

.contract hr{
	border-top: 3px solid #2b86e4;
    width: 8%;
	}

.contract h1{
	
	font-weight:500;
	text-align: center;
	text-transform: capitalize;
	color:#242424;
	font-size: 40px;
	margin-top: 0;
	letter-spacing: 0px;
}

.contract h2 span{
	display:block;
}

/*.contract h2:after{content: ''; display: inline-block; width:80px; height:5px;background:#d51421; vertical-align:top; margin-top: 15px;}*/

.contactinfo{
	height:570px;
	background:#fff;  
	box-shadow:1px 2px 24px rgba(0, 0, 0, 0.1); 
	padding: 35px; -webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.contactform{ 
	height:570px;
	background:#fff;
	box-shadow:1px 2px 24px rgba(0, 0, 0, 0.1); 
	padding: 35px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.contactform input{ 
	width:100%; 
	height:45px; 
	padding-left:10px; 
	margin-bottom:15px;
	border:1px solid #f5f5f5;
	background:#f7f7f7; 
}

.contactform textarea{
	resize:none;
	width:100%;
	border:1px solid #f5f5f5;
	height:155px; 
	padding:10px; 
	margin-bottom: 8px; 
	background:#f7f7f7;
}

.contactform input[type="submit"]{ 
	color:#fff; 
	background:#2b86e4; 
	height:60px;width:85%; 
	border-radius:0px; 
	font-size:18px; 
	font-weight:700;

}

.contactform input[type="submit"]:hover{
	color:#fff; 
	background:#242424;
}

.phone{ 
	margin-bottom: 25px;
	margin-left: -15px;
}

.phone i{
	font-size: 25px;
	height: auto;
	width: 100%;
/*	border: 2px solid #2b86e4; */
/*	border-radius: 50%;*/
	text-align: center;
	line-height: 40px;
	color:#2b86e4;
	margin: 0;
}

.phone strong{
	color:#2b86e4;
}

.phone a{
	color:#1d1d1d;
}

.phone a:hover{ 
	text-decoration:none; 
	color:#898989;
}
.phone p{ 
	color:#898989; 
	font-size:13px;
}

.phone .socialicon{ 
	text-align: center;
	margin-top:60px;
}

.phone .socialicon ul{
	padding:0; 
	margin:0;
}

.phone .socialicon ul li{ 
	list-style:none; 
	display:inline-block;
	margin-bottom: 5px;
}

.phone .socialicon i{
	font-size: 26px;
	height: 55px;
	width: 55px;
	border: 2px solid #2b86e4;
	border-radius: 50%;text-align: center;
	line-height: 55px; 
	color:#2b86e4;
	margin-left:0;
}

.phone .socialicon a{
	color:#898989; 
	padding:0 0 0 8px;
}

.phone .socialicon a:hover{ 
	text-decoration:none; 
	color:#898989;
}

.map1{
	width:100%;
	margin:20px 0 10px 0;
}

.mapoverlay{
	background: transparent;
	position: relative;
	width: 100%; 
	height: 450px; 
	top: 350px;
	margin-top: -450px;
}


/*----------------------Next Css---------------------------*/
 
 
 .serviceman{width:100%; margin:50px 0 0 0; }
 .serviceman h1{
    /*font-weight: bold;*/
    font-style: normal;
    color: #242424;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 50px;
}
.serviceman img{width:100%;}

.ourclindiv{width:100%; margin:50px 0 10px 0;/* border-bottom:solid 4px #50ceca;*/ padding-bottom: 40px;}
.ourclindiv img{width:100%; margin-top:10px;}
.ourclindiv p {
    font-weight: 300;
    font-style: normal;
    color: #616262;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0px;
	text-align:justify;
}

.ourclindiv h2 {
    margin: 0 0 0 0;
    font-weight: 700;
    color: #242424;
    font-size: 40px;
    line-height: 50px;
	margin-bottom:15px;
}

.teemman{width:100%; padding:50px 0 50px 0; background:#f0f5f8;}

.serviceman h2{
    /*font-weight: bold;*/
    font-style: normal;
    color: #242424;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 20px;
	margin-top:0;
}

.benifit{
	margin-top:20px !important;
}

.temtam{width:100%; text-align:center;}
.temtam img{width:100%;}
.temtam h3 {
    color: #242424;
    font-size: 26px;
    line-height: 40px;
    margin: 10px 0;
}
.temtam p span{ 
	font-weight: 600;
    color: #616262;
    font-size: 20px;
}
.temtam p {
    font-weight: 300;
    font-style: normal;
    color: #616262;
    font-size: 18px;
    letter-spacing: 0px;
}

.temtam ul{margin:0; padding:0;}
.temtam ul li{display:inline-block; text-decoration:none; margin:0 5px; width:50px; height:50px; border:solid 1px #50ceca; border-radius:50%;}
.temtam ul li a{display:block;}
.temtam ul li a i{line-height:50px; font-size:20px; color:#50ceca;}

.whyweare{width:100%; padding:50px 0 50px 0;}
.whyweare h2{
    font-weight: bold;
    font-style: normal;
    color: #242424;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 55px;
	margin-top:0;
}

.whywethem{width:100%; text-align:center;}
.whywethem img {
    width: 28%;
    margin-bottom: 30px;
}
.whywethem h3 {
    font-weight: 700;
    font-style: normal;
    color: #242424;
    font-size: 32px;
    line-height: 0.9;
    letter-spacing: 0px;
    margin-top: 0;
    margin-bottom: 25px;
}
.whywethem p {
    font-weight: 300;
    font-style: normal;
    color: #616262;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
}

#clean{
	margin-top:0px;
}

.responsivemnu{ 
	display:none;
}
.navbar{
	display: none;
}



.tinablog{padding:30px 0;}
#iosdtll{ margin-left:70px;}
.tinablog h1{
	text-transform: capitalize;
    color: #000;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 35px;
    margin-top: 0;
	text-align: left;
	margin-bottom: 0;
}

.tinablog .tinahr{border-top: 3px solid #50ceca !important;width: 8% !important;}
.tinablog a:hover{text-decoration:none;}
.blogdtl:hover{box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.blogdtl{ margin-bottom:30px; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08); transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);}
.blogdtl img{max-width:100%; margin-bottom:15px;}
.blogdtl .calendar{ padding:10px;}
.hrstyle{ margin:10px 0 !important;}
.blogdtl i{color:#50ceca;}
.blogdtl span{color:#000; font-size:14px;}
.blogdtl h1{font-size: 18px; font-weight: bold;margin: 0 0 10px 0;color: #781d7e;}
.blogdtl h2{font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #000;
    line-height: 22px;
    text-transform: uppercase;}
.blogdtl p{color:#000;}

.blogdtls{ padding:30px 0;}
.blogdtls ul{
	padding:0;
	margin:0 0 0 18px;
}

.blogdtls ul li{
	  color: #737273;
    font-weight: 400;
    font-size: 15px;
    line-height:30px;
}

.blogdtls h1{
    text-transform: capitalize;
    color: #000;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 35px;
    margin-top: 0;
}
.blogdtls .calendarr{padding:10px 10px 10px 0;}
.blogdtls .calendarr i{color:#50ceca; font-size:20px;}
.blogdtls .calendarr{color:#50ceca; font-size:18px;}
.blogdtls p{
	    color: #737273;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}
.blogdtls strong{ 
	font-size:17px;
	color: #000;
}

#commercial{
	margin-top:0%;
}




@media only screen and (max-width: 768px)  {
	
	.navbar{position:absolute !important;  top:35px !important; left:5% !important; display:block; z-index:999 !important;}
.navbar a{ color:#242424 !important; text-decoration:none; font-size:34px;} 
	.navbar a i{
		font-size: 35px;
	}
	.responsivemnu{position:absolute; left:5px; top:30px;}
	
	#cssmenu{ 
	display:none;
	}

	.whydtl{
		width: 100%;
		float: none;
		margin: 0;
	}
	
	.header.animateIt{
		display:none;
	}
	
	.socialhead{
		display:none;
	}
	
	.logo{
		text-align:center;
	}
	
	.bannertxt{
		display:none;
	}
	
	.required img{
		width:100%;
	}
	
	#commercial{
		margin-top:0;
	}
	
	.required h1{
		    margin: 15px 0 0 0;
			    font-size: 25px;
    text-align: center;
	    line-height: 28px;
	}
	
	#clean{
	margin-top:20px;
}
	
	.required h5{
		    margin: 20px 0;
    text-align: center;
	    font-size: 20px;
	}
	
	.required p{
		    text-align: center;
			font-size:17px;
	}
	.read{
		width:auto;
	}
	#testtt {
    margin: 0 auto;
    width: 90%;
    margin-top: 40px !important;
    }
	
	.read a i {
    margin-left: 6px;
	}
	
	.why h2{
		    margin-bottom: 25px;
			font-size: 25px;
	}
	
	.whydtlimg{
		padding: 20px 0 30px 0;
		    border-top: 3px solid #50ceca;
	}
	
	.whydtl h3{
		font-size:20px;
		text-align:center;
		    margin-bottom: 20px;
	}
	
	.whydtl p{
		    font-size: 17px;
    line-height: 1.4;
    text-align: center;
	}
	
	.cleaning h2{
		font-size:25px;
	}
	
	.service h5{
		font-size:20px;
	}
	
	.service h2{
		    margin: 20px 0 20px 0;
			font-size:25px;
	}
	
	#book{
		width:auto;
	}
	
	.service img{
		width:100%;
		margin: 30px 0;
	}
	
	.testimonials h2{
		margin-bottom: 25px;
		    font-size: 25px;
	}
	
	.testdtl{
	     border-top:3px solid #50ceca;
    padding-top:25px;
}

.testdtl img{
	margin-bottom:10px;
}

.testimonials{
	padding:5% 0 2% 0;
}

.testdtl p{
	font-size:17px;
	margin-top:15px;
}

.footer{
	    text-align: center;
		    padding: 2% 0 4% 0;
}

.footer h2{
	    margin-bottom: 10px;
    margin-top: 10px;
}

.footer p{
	font-size:17px;
}

.footer ul li{
	    line-height: 26px;
}

.footer ul li a{
	font-size:17px;
}

.footer .temtam{
	margin:0;
}

.sfooter{
	text-align:center;
}

.sfooter .pull-right{
	float:none !important;
}

.serviceman{
	margin:10px 0 0 0;
}

.serviceman h1{
	    font-size: 28px;
    line-height: 1.2;
	margin-bottom:0;
}

.ourclindiv{
	margin:15px 0;
}
.ourclindiv img {
    width: 100%;
    margin: 20px 0;
}
.serviceman h2{
	    margin-bottom: 20px;
		font-size:25px;
}

.ourclindiv p{
	font-size:17px;
}

.teemman{
	padding:20px 0;
}

.temtam p{
	font-size:17px;
}

.whyweare{
	padding:20px 0;
}

.whyweare h2{
	font-size: 25px;
    margin-bottom: 20px;
}

.whywethem h3{
	font-size:22px;
	    margin-bottom: 20px;
}

.whywethem img{
	    margin-bottom: 20px;
}

.whywethem p{
	    font-size: 17px;
    line-height: 1.4;
}

.mainservices h1{
	    font-size: 20px;
		margin-bottom:0;
}

.mainservicedtl h2{
	    font-size: 22px;
		    margin: 20px 0 15px 0;
}

.mainservicedtl p{
	font-size: 17px;
    line-height: 1.4;
	text-align:center;
}

.readm{
	margin-top:20px;
	width:auto;
}

.mainservicedtl{
	margin-top:25px;
}

.servicepara h1{
	    line-height: 1.0;
		font-size:25px;
}

.servicepara h2{
	text-align:center;
}

.servicepara p{
	text-align:center;
	font-size:17px;
}

.contract h1{
	font-size:25px;
}

.contactinfo{
	text-align:center;
	height:auto;
	margin-bottom:10px;
}

.contactform{
	    height: 665px;
}


.phone .socialicon{
	text-align:center;
}

.blogdtl img{

	width: 100%;

}

.cleanimg img{
width: 100%;
height: auto;
border-radius: 50%;

}

.phone a{
font-size: 12px;
}

.phone .socialicon i{

height: 50px;
    width: 50px;
    line-height: 50px;
}

.phone .socialicon a {
    color: #898989;
    padding: 0 0 0 4px;
}

.contactform input[type="submit"]{
width: 100%;
}

	
}


