.faq-list .title{
	border-bottom:1px solid #E6E6E6;
	cursor:pointer;
}
.faq-list .title h3{width:90%;}
.faq-list .des{
	display: none;	
}
.faq-list li.on .des {
    display: block;
}
.faq-list li.on .title p{
	background-image: url(../images/arrow-up-red.png);
}
.faq-list li .title p{
    text-indent: -99999px;
    background-image: url(../images/arrow-down-red.png);
    position: absolute;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    z-index: 9;
    width: 24px;
    height: 24px;
}
.contact{
    background-color: #e9e9eb;
}
.contact .box{padding-right:30px;}
.contact input {
    background: #FFFFFF !important;
    border-radius: 6px !important;
    height: 50px !important;
    line-height: 1 !important;
    border: none !important;
    padding-left: 20px !important;
    font-size: 18px !important;
}
.contact select {
	position: relative !important;
    z-index: 99 !important;
    background: #FFFFFF !important;
    border-radius: 6px !important;
    height: 50px !important;
    border: none !important;
    padding-left: 20px !important;
    font-size: 18px !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/xiala.png) !important;
    background-repeat: no-repeat !important;
    background-size: 18px 18px !important;
    background-position: 96% center!important;
}
.contact textarea {
    background: #FFFFFF !important;
    border-radius: 6px !important;
    border: none !important;
    padding: 20px !important;
    font-size: 18px !important;
    z-index: 99 !important;
    position: relative !important;
}
.wpforms-field-phone input{
    padding-left: 50px !important;
}
.single-main .more{
    background: #F7F7F7;
    border-radius: 4px;
    padding: 20px;
    text-align: center;
}
.single-main .more a{
	display:block;
	color: #CC0073;
	font-weight: 600;
	font-family: PingFangSC-Semibold;
    font-size: 16px;
}
.submitted{
	background-color: #e9e9eb;
}
.submitted .xs-btn{
    padding: 15px 60px !important;
}
.pv-main .box1 .text{
    margin-top: -80px;
}
.pv-main .box2 li p{
	font-family: PingFangSC-Regular;
	font-size: 13px;
	color: #999999;
	line-height: 21px;
	font-weight: 400;
}
.pv-main .box2 li p span{
	margin-right:10px;
}
.provider-main .box1{
	border-bottom:1px solid #E6E6E6;
}
.provider-main .box2 ul li:nth-child(odd) .box{
	background: #0C569C;
	border-radius: 4px;
}
.provider-main .box2 ul li:nth-child(even) .box{
	background: #CC0073;
	border-radius: 4px;	
}

.provider-main .box3 img{
	width: 70px;
}

.provider-main .box3 .text p{
	font-family: PingFangSC-Regular;
	font-size: 15px;
	color: #333333;
	line-height: 24px;
	font-weight: 400;	
}
.provider-main .box3 ul li:after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 30px;
    right: 30%;
    background-size: 24px 24px;
}
.provider-main .box3 ul li:last-child:after{content:none;}
.provider-main .box3{border-bottom:1px solid #E6E6E6;}
.provider-main .box4 .img .box{
	background-color: #0C569C;
}
.logo-mono{height:50px;}
.advantages li img{
    width: 24px;
    height: 24px;
    margin-top: 5px;
}
.indications .box2{
	border: 1px solid #0C569C;
	border-radius: 4px;
}
.indications .box2 h3{
	background-color: #0C569C;
}
.indications .box1{
	border: 1px solid #CC0073;
	border-radius: 4px;
}
.indications .box1 h3{
	background-color: #CC0073;
}