

.serve img{
    width:100%
}

.serve .calibration .box{
    display: flex;
    justify-content: space-between;   
    padding: 40px 0;
}
.serve .calibration .txt{
    width:48%;
    box-sizing: border-box;
}
.serve .calibration .txt h3,.serveform h3,.process h3,.faqlist h3{
    font-size:30px;
    color:#09509E;
    padding:20px 0
}
.serve .calibration .txt p{
    color:#444;
    padding-bottom:10px;
    font-size:16px;
    line-height: 24px;
}
.serve .calibration .img{
    width:48%
}
.serveform{
    padding:80px 0;
    background-color: #F0F0F0;
}
.serveform p{
    font-size:16px;
}
.serveform .formbox{
    padding:30px;
    background-color: #fff;
    margin:20px 0;
}
.process{
    padding:50px 0;
    
}   
.faqlist{
    padding:80px 0;
    background-color: #F0F0F0;
}
.faqlist .box span{
    font-size:16px;
}
.faqlist .box ul {
    padding:20px 0
}
.faqlist .box ul li h2{
	position: relative;
	height: 40px;
	width: 100%;
	padding:0 15px;
	box-sizing: border-box;
	line-height: 40px;
	
	font-size: 16px;
}
#wpforms-form-64 .wpforms-field-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#wpforms-form-64 .wpforms-field-container input{
    max-width: 100%;
    width: 100%;
    border: 1px solid #D7D7D7;
     color: #444444;
}
#wpforms-form-64 .wpforms-field-container select{
    max-width: 100%;
    width: 100%;
    border: 1px solid #D7D7D7;
     color: #444444;
}
#wpforms-form-64 .wpforms-field-container textarea{
    max-width: 100%;
    width: 100%;
    border: 1px solid #D7D7D7;
     color: #444444;
}
#wpforms-form-64 .wpforms-field-container>div{
    width: 49%;
}
#wpforms-form-64 .wpforms-field-container #wpforms-64-field_6-container{
    width: 100%;
}
#wpforms-form-64 .wpforms-field-container #wpforms-64-field_7-container{
    width: 100%;
}
#wpforms-form-64 label{
    font-weight: 500;
    color: #444444;
}
#wpforms-submit-64{
    width: 100%;
    font-size: 18px;
    padding: 20px 40px;
    color: #fff;
    background: #07519e;
}
.faqlist .box ul li h2 span{
	position: absolute;
	top:15px;
	left: 0px;
	display: block;
	width: 8px;
	height:8px;
	border-top:1px solid #666;
	border-right:1px solid #666;
	transform: rotate(45deg);
	transition: .8s;
}
.faqlist .box ul li.cur h2 span{
	transform: rotate(135deg);
    border-top:1px solid #09509E;
	border-right:1px solid #09509E;
}
.faqlist .box ul li.cur h2{
    color:#09509E;
}
.faqlist .box ul li div{
	display: none;
	line-height: 22px;
	color:#555;
	overflow: hidden;
}
.faqlist .box ul li p{
	padding:15px;

}
@media (max-width: 900px) {
    .serve .calibration .txt{
       width:100%;
       padding:20px;
    }
     .serveform .formbox{
         padding: 15px;
     }
    .serve .calibration .box{
        display: block;
    }
    .serve .calibration .img{
        width: 100%;
    }
    .serveform,.faqlist,.process{
        padding:40px 10px;
    }
    #wpforms-submit-64{
        padding: 10px 20px;
    }
    
}

