*{
    margin: 0;
    padding: 0;
}

body{
    background: #F5F7F9;
}
/* header */

.dropdown-menu {
    padding-top: 0;
    padding-bottom: 0px;
}

.dropdown-menu>li {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.rows{
    overflow: hidden;
    padding: 15px 10px;
    cursor: pointer;
	font-size:15px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", "sans-serif"; 
	}

.pad>li>div{
    padding: 0;
}

.pad>li>div>a{
    width: 100%;
    display: block;
    padding: 15px 10px;
    line-height: 35px;
}

.vi{
    vertical-align: middle;
}
.ri{
    padding-top: 9px;
}

.rows>a {
    display: block;
    float: left;
    color: #333;
    padding-top: 9px;
}

.ems {
    display: inline-block;
    font-style: normal;
    padding: 0 7px;
    background: #D9D900;
    color: #ffffff;
    border-radius: 3px;
    margin: 0 5px;
    opacity: 0;
}

.is {
    display: inline-block;
    font-style: normal;
    padding: 0 5px;
    color: #ffffff;
    background: #4DB6D9;
    border-radius: 3px;
    opacity: 0;
}

.rows:hover {
    background: #e5e5e5;
}
.tp>img{
    display: block;
    width: 100%;
}

.navbar-nav{
    /*margin-right: 190px;*/
}

.dropdown-menu > li > a{
    padding: 0;
}

.dropdown-menu>li:hover .ems{
    opacity: 1;
}

.dropdown-menu>li:hover .is{
    opacity: 1;
}

.qiqi {
    min-width: 320px;
}

.navbar-brand{
    padding: 10px 0;
}

.navbar{
    margin: 0;
}
/* section */

/* banner */

.icare_banner {
    background: url(../img/image/products-banner-win-bj.png);
    color: white;
    text-align: center;
    min-height: 380px;
    position: relative;
}

.s{
	z-index:-1;  /*it was -1 before I made the change trying to remove the homepage animation on 2019-10-26*/
	position:absolute;
	background: #00bbd7;
	/*
	background: -webkit-linear-gradient( rgba(18,149,239,0.5), rgba(18,149,239,.5));
    background: -o-linear-gradient( rgba(18,149,239,0.5), rgba(18,149,239,.5));
    background: -moz-linear-gradient( rgba(18,149,239,0.5), rgba(18,149,239,.5));
    background: linear-gradient(rgba(18,149,239,0.5), rgba(18,149,239,.5));
	*/
	width:100%;
	height:100%
	
	}
	
	.title-n{display:block;text-center:center; margin-top:20px;color:#ccc;}

.top{
    position: absolute;
    top: -500px;
    opacity: 0;
	left:50%;
	transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
}
/*test to remove homepage animation js 2019-10-26*/
.top-new{
    margin-top:-20px;
    font-size: 20px;
    text-align: center;
	padding:0 10px;
}
.top-new>h1{
	padding-top:50px;
	text-align:center;
	font-size:28px !important;
}
.top-new>p{
	margin-bottom: 3rem;
    display:block;
    font-size: 1.5rem;
	text-align:center;
	padding-top:3rem;
	line-height: 2em;
}
.button-center {
    text-align: center;
}

/*.buttons {
    border: 2px solid #12A8E9;
    padding: 10px 20px;
    font-size: 22px;
    border-radius: 5px;
}disabled for test button*/
/*end*/
.bottom{
    position: absolute;
    bottom: -500px;
    opacity: 0;
    width: 100%;
}

.top>h1{
    color: #fff;
    font-weight: 100;
    font-size: 30px;
}

.iframe{
	width:560px;
	height:315px;
    margin-top: 30px;
	background:url(../img/image/video1.png)no-repeat center center;
}


.top>p{
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
   
    margin: 0 auto;
}



.bottom-span{
    display: block;
    margin-top: 30px;
    font-size: 20px;
    cursor: pointer;
    color: #106ACC;
}

.bottom-span>a{
	color:#fff;
}


.buttons{
    font-size: 20px;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
}

.buttons>a{
    color: white;
	background: #1394EF;
    padding: 15px 20px;
    font-size: 20px;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
	display:inline-block;
}

.font-s{
    font-size: 20px;
    margin: 30px 0;
}

.tes{
    margin-top: 45px;
}

.tc{
    text-align: center;
}

.bottom-span:hover{
    color: orange;
}

.mat30{
    margin-top: 30px;
}

.article{
    font-size: 18px;
}

.article>a{
    font-weight: 600;
}

.article>a:hover{
    color: #fd7e14;
}

.p1{
    color: #646464;
}

.bg-banner{
    padding: 10px 10px;
    background-color:#EFF0F4 ;
    font-weight: 100;
}

.wi{
    background: white;
    padding: 10px 0;
    border-radius: 2px;
    border: 1px solid #EBEBEB;
    font-weight: 100;
}

.buq{
    font-size: 20px;
}

.ba-color{
    width: 100%;
    overflow: hidden;
    background: #0055B8;
}

.p2{
    font-size: 16px;
    padding-top:20px;
}

.col{
    background: #3DA9D8;
    float: left;
    width: 20%;
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}

/*.img{
    float: left;
}*/

.col>span{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    font-size: 16px;
    color: white;
}

.col>span>i{
    font-style: inherit;
}

.clos h6 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    color: #646464;
}

.clos a{
    color: white;
    line-height:30px;
}

.icare_uguide>li{
    list-style: none;
    list-style-type: none;
}
.img{
    width: 30px;
    height: 30px;
    margin:  0 10px ;
}

.img>img{
    display: block;
    width: 100%;
}

.bg{
    background: url("https://www.icare-recovery.com/img/mosha.png")#2E2E2E  top center ;
    width:100%;
    padding-top:50px ;
}

.clos{
    color: white;
}

#siez{
    font-size: 25px;
    color: white;
}

.tp{
    width: 35px;
    height: 35px;
    margin-right: 10px;
    float: left;
    vertical-align: middle;
}

/*footer*/

.footer-bg{
    background: url("https://www.icare-recovery.com/img/mosha.png")#2E2E2E  top center ;
    width: 100%;
    border-top: 1px solid white;
    padding-bottom: 30px;
}

.text{
    text-align: center;
    color: #ffffff;
    display:block;
}

.width>a{
    color: #ffffff;
    font-weight: 100;
    padding: 0 25px;
}

.pa{
    margin-top: 15px;
}

.text >label {
    margin-top: 10px;
}

.ma10{
    margin-top: 20px;
}

#sanfen {
    text-align: center;
    margin-top: 30px;
}

#sanfen h2{
    font-size: 24px;
    margin: 0;
    padding-bottom: 10px;
    color: #fff;
}

#sanfen p{
    color: #fff;
    line-height: 1.5;
    text-align: left;
    font-size: 14px;
}

#sanfen a{
    display: inline-block;
    margin: 30px 20px 0 20px;
    color: #fff;
    font-size: 20px;
    text-decoration: underline;
}

#sanfen img{
    margin-bottom: 15px;
}

#sanfen>div>div{
    background: #C3C3C3;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
#sanfen2 {
    text-align: center;
    margin-top: 30px;
}

#sanfen2 h2{
    font-size: 24px;
    margin: 0;
    padding-bottom: 10px;
    color: #fff;
}

#sanfen2 p{
    color: #fff;
    line-height: 1.5;
    text-align: left;
    font-size: 14px;
}

#sanfen2 a{
    display: inline-block;
    margin: 30px 20px 0 20px;
    color: #fff;
    font-size: 20px;
    text-decoration: underline;
}

#sanfen2 img{
    margin-bottom: 15px;
}

#sanfen2>div>div{
    background: #008E8E;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
/*star 2019-10-15*/
.banner_star{min-height:20px;margin: 0 auto 10px auto;width:125px; clear:both; color:#fff; font-size:14px; line-height:16px;}
.banner_star .star{float:left;width:83px; padding:0; margin:0;}
.banner_star .review_url{color:#fff;float:left;text-align:center;margin:0 3px;line-height:22px;font-size:14px;min-width:26px;display:inline-block;}
.banner_star .star_content{float:left;}
.banner_star .review{color:#fff;float:left;margin-right:10px;line-height:16px;}
.banner_star .star span { width:16px; padding:0; margin:0; height:16px; vertical-align:middle; float:left;}

/*star*/

.star_01, .star_02, .star_03 {display:inline-block; width:14px;height:16px;overflow:hidden;vertical-align:middle; background:url("../img/page_icons1.png") no-repeat;}
.star_04, .star_05, .star_06 {display:inline-block; width:16px;height:16px;overflow:hidden;vertical-align:middle;}
.star_01 {background-position:-448px -16px;}
.star_02 {background-position:-464px -16px;}
.star_03 {background-position:-480px -16px;}
.star_04 {background:url("../img/start4.png") no-repeat top center;}
.star_05 {background:url("../img/start5.png") no-repeat top center;}
.star_06 {background:url("../img/start6.png") no-repeat top center;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
html .clearfix{*height:1%;}
*:first-child+html.clearfix{zoom:1;}
.clearfix{display:block;}
.box_left .note { margin:0 0 40px 0;  padding:20px 20px 0 20px; background-color:#f5f8fb; overflow:hidden;}
.box_left .note p { padding:0 0 20px 0; margin:0; line-height:22px; color:#4f5469;}
.box_left .note h3 { font-size:18px; color:#000; font-weight:300; padding:0 0 15px 0; margin:0;}
.box_left .note li { line-height:24px; color:#333; font-size:16px; margin:0 0 10px 0;}
.box_left .note b {color:#31353c;}
.box_left .note li dl { margin:0; padding:10px 0 0 0;}
.box_left .note li dl dd {line-height:22px; color:#666; padding:10px 0 10px 15px; margin:0; background:url("../img/item.gif") no-repeat 5px 16px;}

.reviews1 {margin:0 0 0 10px; padding:5px 0 0 250px; color:#999; font-size:14px;}
.reviews2 {margin:0 0 0 10px; padding:5px 0 0 10px; color:#999; font-size:14px;}
.reviews3 {margin:0 0 0 1rem; padding:0.5rem 0 0 1rem; color:#FFF; font-size:14px; display:block; text-align:center;}
.reviews3 a{ text-decoration:underline; color:#F1F1F1;}
/*end of star*/
/*2021-4-15 add cookie buttom*/
.user_popup{position:fixed;width:100%;line-height:26px;text-align:center;padding:8px;left:0;bottom:0;background-color:rgba(0,0,0,.7);filter:alpha(opacity:90);-moz-opacity:.9;-khtml-opacity:.9;-webkit-opacity:.9;opacity:.9;color:#fff;font-size:16px;z-index:999}
.user_popup a:hover{text-decoration:underline;color:#0098ff}
.user_popup .user_button{background:#0098ff;display:inline-block;width:90px;color:#fff;margin-left:24px;cursor:pointer}

@media (max-width: 780px) {
	.top{
		width:100%;
		padding:0 10px;
		}
    .top>h1{
        font-size: 18px;
        text-align: center;
        margin-bottom: 10px;
    }

    .top>p{
        font-size: 16px;
        line-height: 1;
		
    }
    .buttons{
        font-size: 15px;
    }
    .bottom-span{
        font-size: 15px;
    }

    .col{
        background: #0055B8;
        float: left;
        width: 50%;
        height: 100px;
    }
}

.h-th{
    text-align: center;
    font-size: 20px;
    font-weight: 100;
}

.bg36{
    background: #0087FF;
    outline: none;
    border: 0 none;
    color: white;
    padding: 10px 20px;
}

.bg36>a{
    color: white;
}

.bg37{
    background: #F37901;
    outline: none;
    border: 0 none;
    color: white;
    padding: 10px 30px;
}

.bg37>a{
    color: white;
}


.bg38{
    background: #F37901;
    outline: none;
    border: 0 none;
    color: white;
    padding: 10px 2px;
}

.bg38>a{
    color: white;
}

.width{
    width: 200px;
}

.spanrow{
    display: inline-block;
    width: 10px;
    text-align: center;
    border-bottom: 1px solid #000000;
    overflow: hidden;
    height: 0px;
}

tr>td{
    height: 50px;
    margin: 15px auto;
}
span.yes {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #0087ff;
}

.bg1{
    background: #F5F5F5;
}

.bg2{
    background: #FFF9E6;
}

strong{
    display: block;
}

.nav > li > a {
    font-size: 18px;
}

.ri{
    float: right;
    overflow: hidden;
    padding-top: 8px;
}
.rows>a>span{
    display: inline-block;
}

.phone tr{
    width: 100%;
}

.phone td{
    width: 50%;
    font-size: 12px;
    text-align: center;
}

@media (max-width: 780px) {
    .navbar-brand{
        width: 220px;
    }
    .navbar-brand>img{
        display: block;
        width: 100%;
    }
    .iframe{
        width: 100%;
    }
    .iframe>iframe{
        width: 100%;
    }
}

/* phone table */


.phone tr {
    width: 100%;
}

.phone td{
    width: 50%;
}