/*Banner*/
.banner-service{
	background-color: #02789e;
	padding:60px 0;
	margin-top: 90px;
}
.service-content{
	max-width:870px;
	margin:0 auto;
	text-align: center;
}
.service-content h1{
	color:#fff;
	margin-bottom: 20px;
}
.service-content p{
	color:#fff;
	line-height:1.46;
}

/*Banner Close*/
/*Repair Service*/
.repaire-service{
	padding:60px 0;
}
.repaire-content{
	}
.repaire-lft{
	margin-bottom: 30px;
}
.service-graphic{
	
}
.repaire-rht{
	
	
}
.repaire-rht h2{
	margin-bottom:20px;
}
.repaire-rht p{
	margin-bottom: 22px;
}
.btn-get{
	color:#fff;
	font-size: 18px;
	font-weight: 500;
	padding:16px 30px;
	border-radius:6px;
	border:1px solid #ff5722;
	background: #fb7c00;
background: -moz-linear-gradient(left,#fb7c00 0,#ef503b 100%);
background: -webkit-linear-gradient(left,#fb7c00 0,#ef503b 100%);
background: linear-gradient(to right,#fb7c00 0,#ef503b 100%);
	transition:all 0.4s linear;
}
.btn-get:hover{
	background:#fff;
	border-color:#ff5722;
	color:#000;
}
/*Repair Service Close*/

/*Ac Maintenance plan*/
.maintenance-plan{
	position:relative;
	padding:100px 0 100px;
}
.maintenance-plan:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:200px;
	background: #117aff;
	background: -moz-linear-gradient(left,#117aff 0,#32b9ff 100%);
	background: -webkit-linear-gradient(left,#117aff 0,#32b9ff 100%);
	background: linear-gradient(to right,#117aff 0,#32b9ff 100%);
}
.maintenance-wrapper{
	position:relative;
	z-index:1;
	border-radius:20px;
	overflow: hidden;
	box-shadow: 4px 6px 17.8px 2.2px rgba(0,0,0,.18);
}
.maintenance-block,.plan-block{
	padding: 20px;
}
.maintenance-block{
	background-color: #fff;
}
.plan-block{
	background-color: #d9f6ff;
}
.maintenance-wrapper h2{
	font-size:26px;
}
.maintenance-block h2{
	margin-bottom: 20px;
}
.maintenance-service{
	margin-bottom: 25px;
}
.maintenance-service li{
	font-size: 18px;
	margin-bottom: 17px;
	padding-left: 30px;
	position:relative;
}
.maintenance-service li:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:20px;
	height:20px;
	background:url("../images/circle-check.svg")no-repeat;
}
.plan-block h2{
	margin-bottom: 20px;
	text-align: center;
}
.ac-type {
  display: block;
  font-size: 18px;
  color:#fff;
  font-weight: 500;
  background-color: #02789e;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 30px;
}
.service-type{
	background-color: #fff;
	padding:20px;
	border-radius:6px;
	margin-bottom: 20px;
	max-height:80px;
	overflow:hidden;
	transition:all 0.3s linear;
}
.service-type:hover{
	max-height: none;
}
.service-type:hover .plan-wrap{
	 opacity:1;
}
.service-head{
	display:flex;
	align-items: center;
}
.service-icon{
	display: inline-block;
	width:18px;
	height:13px;
	background:url("../images/air-conditioner.png") no-repeat;
	margin-right: 10px;
}
.service-head h3{
	padding-left: 10px;
	margin-bottom: 0;
}
.plan-wrap{
	opacity:0;
	transition:all 0.3s ease;
}
.plan-detail{
	padding:25px 0 20px 15px;
}
.plan-detail li{
	color:#000;
	font-size: 16px;
	margin-bottom: 9px;
	list-style: disc;
}
.btn-book{
	padding:14px 30px;
	font-size: 16px;
	color:#000;
	font-weight: 600;
	border-radius:6px;
	border: 2px solid #0069b7;
	transition:all 0.4s linear;
}
.btn-book:hover{
	border-color:#0069b7;
	background-color: #0069b7;
	color:#fff;
}
/*Ac Maintenance plan Close*/

/*choose us*/
.choose-block{
	padding:60px 0;
	background-color: #d9f6ff;
	position:relative;
}
.ac-service-repaire{
	position:absolute;
	right:0px;
	top:-50px;
	width:240px;
	display: none;
}
.choose-block h2{
	max-width: 870px;
   margin: 0 auto 45px;
	text-align: center;
}
.choose-wrap{
	
}
.choose-sec{
	margin-bottom: 26px;
	text-align: center;
}
.choose-sec:last-child{
	margin-bottom: 0;
}
.choose-sec figure{
	display: inline-block;
	margin-bottom: 14px;
}
.choose-logo{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width:110px;
	height:110px;
	padding:8px;
	margin-bottom: 20px;
	overflow:hidden;
	border-radius:50%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#87e0fd+0,53cbf1+40,05abe0+100;Blue+3D+%23+16 */
background: rgb(135,224,253); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(135,224,253,1) 0%, rgba(83,203,241,1) 40%, rgba(5,171,224,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.choose-logo img{
	width:70px;
}
.choose-sec p{
	color:#000;
	font-size:18px;
	font-weight: 600;
	line-height:1.06;
}

/*choose us Close*/
/*testimonial*/
.testimonila-section{
	background-color: #f6f8fb;
    padding: 60px 0;
}
.testimonial-blog{
	
}
.testimonial-review{
	margin-bottom: 30px;
}
.customer-review{
	font-size: 18px;
	color: #0069b7;
	font-weight:600;
	display: block;
	margin-bottom: 13px;
}
.testimonial-review h2{
	color: #0069b7;
	margin-bottom: 0;
}
.testimonial-wrap{
	
}
.testimonial-slider{
	background-color: #fff;
	padding:30px;
}
.testimonial-box{
	
}
.testimonial-box p{
	font-size: 18px;
	line-height: 1.45;
	margin-bottom: 24px;
}
.customer-detail{
	
}
.client-pic{
	width: 80px;
   border-radius: 50%;
   overflow: hidden;
}
.client-name{
	width: calc(100% - 80px);
	padding-left: 20px;
	font-size: 20px;
	font-weight: 500;
}
.testimonial-slider .slick-dots{
	margin-top: 10px;
	padding-left: 5px;
}
.testimonial-slider .slick-dots li{
	display: inline-block;
	margin-right: 10px;
}
.testimonial-slider .slick-dots li button {
	width:8px;
	height:8px;
	background-color: #c5bcbc;
	border-radius: 50%;
	font-size: 0;
}
.testimonial-slider .slick-dots .slick-active button {
	background-color: #0069b7;
}

/*testimonial Close*/

/*Contact page*/
.contact-banner h1{
	margin-bottom: 0;
}
/*Form Section*/
.form-section{
	padding-bottom:60px;
}
.form-blog{
	max-width:1020px;
	margin:-40px auto 0;
	background-color: #fff;
	padding:25px 15px;
	position:relative;
	box-shadow: 4px 6px 17.8px 2.2px rgba(0,0,0,.18);
}
.get-touch{
	padding:60px 0;
	border-bottom: 1px solid #e6e0e0;
}
.get-touch .form-blog{
	margin-top: 0;
}
.form-blog h2{
	margin-bottom:30px;
}
.field-wrap{
	
}
.control-pannel {
 
  margin-bottom: 22px;
}
.message-box{
	width:100%;
}
.control-pannel label{
	display: block;
	color:#000;
	font-size: 16px;
	font-weight:500;
	margin-bottom:12px;
}
.submit-btn{
	color:#0069b7;
	font-size: 18px;
	font-weight: 600;
	padding:12px 44px;
	border-radius:6px;
	border:2px solid #0069b7;
	transition:all 0.4s linear;
}
.submit-btn:hover{
	background-color: #0069b7;
	color:#fff;
}

/*Form Section Close*/

/*Contact page Close*/
/* Error page */
.error-page{
	margin-top: 90px;
	padding:40px 0;
	text-align: center;
	border-bottom:1px solid #c5bcbc;
}
.error-page img{
	
}
.btn-wrap{
  padding-top: 40px;
}












