body{
	font-size: .6rem;
}
img{
	max-width: 100%;
}
.list-block .item-text{
	color: #8f8f94;
	font-size: .6rem;
}
.list-block.media-list .item-media img{
	max-height: 72px;
}
.body img{
	max-width: 100%;
}
.buttons-tab .button.active{
	color: #C31B4F;
	border-color:#C31B4F;
}
/*slider start*/
.swiper-slide img{
	width: 100% !important;
}
.swiper-pagination{
    text-align: right;
    right: 0.5rem;
    left: auto !important;
    bottom: 0rem !important;
}
.swiper-container{
  padding-bottom: 0;
}
.swiper-pagination > span{
    width: 0.4rem;
    height: 0.4rem;
    border-radius:20% !important;
    background-color: rgb(252,33,94);
}
/*slider end*/
/*group start*/
.grid-group{
    background-color: #fff;
    padding: .5rem;
}
.grid-group .item-img-box{
	font-size: 1.2rem;
	background-color: #f90;
	padding: .3rem;
	border-radius: 100%;
	width: 2.5rem;
	margin: 0 auto;
	color: #fff;
	height: 2.5rem;
}
.grid-group .col-25:nth-child(1) .item-img-box{
	background-color: #FB6E52;
}
.grid-group .col-25:nth-child(2) .item-img-box{
	background-color: #48CFAE;
}
.grid-group .col-25:nth-child(3) .item-img-box{
	background-color: #4FC0E8;
}
.grid-group .col-25:nth-child(4) .item-img-box{
	background-color: #AC92ED;
}
.grid-group .col-25:nth-child(5) .item-img-box{
	background-color: #66CC00;

}
.grid-group .col-25:nth-child(6) .item-img-box{
	background-color: #0099CC;
}
.grid-group .col-25:nth-child(7) .item-img-box{
	background-color: #CC99CC;
}
.grid-group .col-25:nth-child(8) .item-img-box{
	background-color: #99CCFF;
}
.grid-group .cube-text{
	padding: 0;
	margin: 0;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
}
.grid-group > .row > div{
    text-align: center;
}
/*group end */
/*tag start*/
.tag .row{
	background-color: #fff;
	margin-left: 0px;
}
.tag .row i a{
	font-style: normal;
	padding: .4rem;
	background-color: #FB6E52;
	color: #fff;
	width: 33%;
	float: left;
	text-align: center;
}
.tag .row i .left{
	height: 3rem;
	line-height: 2rem;
}
.tag .row i .left span{
	float: left;
}
.tag .row i .left p{
	height: 3rem;
	line-height: 3rem;
}
.tag .row i span{
	font-size: 2rem;
}
.tag .row i p{
	margin: 0px;
	padding:0px;
	height: 1rem;
	line-height: 1rem;
	overflow: hidden;
}
.tag .row i:nth-child(1) a{
	width: 50%;
}
.tag .row i:nth-child(2) a{
	width: 25%;
	background-color: #AC92ED;
}
.tag .row i:nth-child(3) a{
	background-color: #99CCFF;
	width: 25%;
}
.tag .row i:nth-child(4) a{
	background-color: #66CC00;
	width: 50%;
}
.tag .row i:nth-child(5) a{
	background-color: #48CFAE;
	width: 50%;
	float: left;
}
.tag .row i:nth-child(6) a{
	background-color: #FF9900;
	width: 50%;
}
.tag .row i:nth-child(7) a{
	background-color: #4FC0E8;
	width: 50%;
}
.tag .row i:nth-child(8) a{
	background-color: #FF8888;
	width: 50%;
}
.tag .row i:nth-child(9) a{
	background-color: #FFBB66;
	width: 50%;
}
.tag .row i:nth-child(10) a{
	background-color: #33CCFF;
	width: 50%;
}
.tag .row i:nth-child(11) a{
	background-color: #E38EFF;
	width: 50%;
}
.tag .row i:nth-child(12) a{
	background-color: #D87093;
	width: 50%;
}
.tag .row i:nth-child(13) a{
	background-color: #66FF66;
	width: 50%;
}
.tag .row i:nth-child(14) a{
	background-color: #DAA520;
	width: 33%;
}
.tag .row i:nth-child(15) a{
	background-color: #32CD32;
	width: 33%;
}
.tag .row i:nth-child(16) a{
	background-color: #00BBFF;
	width: 33%;
}
.tag .row i:nth-child(17) a{
	background-color: #D8BFD8;
	width: 33%;
}
/**doctor start**/
.doctor{
	background-color: #fff;
}
.doctor .swiper-container li{
	width: 50%;
	float: left;
	text-align: center;
}
.doctor .swiper-container li .item-img{
	margin: .4rem;
}
/**doctor end **/
/**footer start**/
.footer p{
	text-align: center;
	font-size: .6rem;
	color: #777;
}
/**footer end**/
#LR-BUBBLE{
	bottom: 3rem !important;
}
#LRMINIBar{
	bottom: 3rem !important;
}
/*******maps*******/
.maps .list-group{
	border: 1px dotted #FF8888;
}
.maps .list-group .list-group-title{
	color: #fff;
	background-color: pink;
}
.maps .list-group .list-group-title a{
	color: #fff;
}
.maps .list-group .item-content a{
	color: #C31B4F;
}
.maps .list-group:nth-child(1){
	border: 1px dotted #FF3E96;
}
.maps .list-group:nth-child(1) .list-group-title{
	background-color: #FF3E96;
}
.maps .list-group:nth-child(1) .item-content a{
	color: #FF3E96;
}
.maps .list-group:nth-child(2){
	border: 1px dotted #9932CC;
}
.maps .list-group:nth-child(2) .list-group-title{
	background-color: #BA55D3;
}
.maps .list-group:nth-child(2) .item-content a{
	color: #BA55D3;
}
.maps .list-group:nth-child(3){
	border: 1px dotted #8B2500;
}
.maps .list-group:nth-child(3) .list-group-title{
	background-color: #8B3E2F;
}
.maps .list-group:nth-child(3) .item-content a{
	color: #8B3E2F;
}
.maps .list-group:nth-child(4){
	border: 1px dotted #551A8B;
}
.maps .list-group:nth-child(4) .list-group-title{
	background-color: #5D478B;
}
.maps .list-group:nth-child(4) .item-content a{
	color: #5D478B;
}
.maps .list-group:nth-child(5){
	border: 1px dotted #6CA6CD;
}
.maps .list-group:nth-child(5) .list-group-title{
	background-color: #63B8FF;
}
.maps .list-group:nth-child(5) .item-content a{
	color: #63B8FF;
}
.maps .list-group:nth-child(6){
	border: 1px dotted #556B2F;
}
.maps .list-group:nth-child(6) .list-group-title{
	background-color: #548B54;
}
.maps .list-group:nth-child(6) .item-content a{
	color: #548B54;
}
.maps .list-group:nth-child(7){
	border: 1px dotted #8B5A00;
}
.maps .list-group:nth-child(7) .list-group-title{
	background-color: #8B6508;
}
.maps .list-group:nth-child(7) .item-content a{
	color: #8B6508;
}
.maps .list-group:nth-child(8){
	border: 1px dotted #BA55D3;
}
.maps .list-group:nth-child(8) .list-group-title{
	background-color: #BC8F8F;
}
.maps .list-group:nth-child(8) .item-content a{
	color: #BC8F8F;
}
.maps .list-group:nth-child(9){
	border: 1px dotted #C67171;
}
.maps .list-group:nth-child(9) .list-group-title{
	background-color: #CD6090;
}
.maps .list-group:nth-child(9) .item-content a{
	color: #CD6090;
}
.maps .list-group:nth-child(10){
	border: 1px dotted #CD8500;
}
.maps .list-group:nth-child(10) .list-group-title{
	background-color: #CD950C;
}
.maps .list-group:nth-child(10) .item-content a{
	color: #CD950C;
}