.rs-about-intro {

    background: #ee3e3b;
    background: -moz-linear-gradient(left, #ee3e3b 0%, #ee3e3b 100%);
    background: -webkit-linear-gradient(left, #ee3e3b 0%, #ee3e3b 100%);
    background: linear-gradient(to right, #ee3e3b 0%, #ee3e3b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee3e3b', endColorstr='#ee3e3b', GradientType=1);
}
.transparent .tuyin
	{
	margin-top: 20px;
	background-color: rgba(255, 255, 255, 0.37);
	border: 1px solid #F7F7F7;
	border-radius: 5px;
	box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
	padding: 4%;
	text-align: center;
	width: 97%;
	min-height: 315px;
	position: relative;
	margin-bottom: 25px;
	 }
.transparent .tuyin .title
	{
	text-align: center;
	color: #dadada;
	font-size: 49px;
	}
.transparent .tuyin .plan-name
	{
	font-size: 20px;
	font-weight: 400;
	border-bottom: 1px solid #dadada;
	padding-bottom: 15px;
	padding: 10px
	}

.transparent .tuyin .text
	{
	margin-top: 20px;
	color: #dadada;
	font-weight: 300;
	margin-bottom: 13px;
	font-size: 18px;
	text-align: justify;
	}

	div.box-bottom .box-title{
		font-size: 22px;
        font-weight: 600;
	}
	.box-bottom {
		background: #dadada;
		padding: 30px 15px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.box-bottom .box-text {
		padding: 10px 0px;
        padding-left: 10px;
	}



/*Profile Card 3*/
.profile-card-3 {
	font-family: 'Open Sans', Arial, sans-serif;
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	text-align: center;
	height:500px;
	border:none;
  }
  .profile-card-3:hover > .background-block > .rs-profile-text{
	  display: block;
  }
  .profile-card-3:hover > .background-block > .background{
	  display: none;
  }
  .profile-card-3 .background-block {
	  float: left;
	  width: 100%;
	  height: 587px;
	  overflow: hidden;
	  display: flex;
  }
  .profile-card-3 .background-block .background {
	width:auto;
	max-width: 150%;
	min-height: 100%;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.9;
	-webkit-filter: blur(0.5px);
	filter: blur(0.5px);
	 /* -webkit-transform: scale(1.8);	 */
	/* transform: scale(2.8); */
  }
  .profile-card-3 .card-content {
	width: 100%;
	padding: 15px 25px;
	color:#232323;
	float:left;
	background:#efefef;
	height:50%;
	border-radius:0 0 5px 5px;
	position: relative;
	z-index: 9999;
  }
  .profile-card-3 .card-content::before {
	  content: '';
	  background: #efefef;
		width: 124%;
		height: 100%;
		left: -1px;
		bottom: 14px;
		position: absolute;
		z-index: -1;
		transform: rotate(357deg);
  }
  .profile-card-3 .profile {
	border-radius: 50%;
	position: absolute;
	bottom: 50%;
	left: 50%;
	max-width: 100px;
	opacity: 1;
	box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
	border: 2px solid rgba(255, 255, 255, 1);
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	z-index:99999;
  }
  .profile-card-3 h2 {
	margin: 0 0 5px;
	font-weight: 600;
	font-size:25px;
  }
  .profile-card-3 h2 small {
	display: block;
	font-size: 15px;
	margin-top:10px;
  }
  .profile-card-3 i {
	display: inline-block;
	  font-size: 16px;
	  color: #232323;
	  text-align: center;
	  border: 1px solid #232323;
	  width: 30px;
	  height: 30px;
	  line-height: 30px;
	  border-radius: 50%;
	  margin:0 5px;
  }
  .profile-card-3 .icon-block{
	  float:left;
	  width:100%;
	  margin-top:15px;
  }
  .profile-card-3 .icon-block a{
	  text-decoration:none;
  }
  .profile-card-3 i:hover {
	background-color:#232323;
	color:#dadada;
	text-decoration:none;
  }
  .rs-profile-text{
	  overflow-y: scroll;
	  height: 100%;
	  color: #dadada;
	  padding: 10px;
	  padding-bottom: 20px;
	  display: none;
	  text-align: left;
  }

.step-heading {
    height: 33px;
    padding-bottom: 50px;
    cursor: pointer;
}
.step:last-child .step-heading {
    padding-bottom: 0;
}
.step-heading > a:hover {
    text-decoration: none;
}
.step-heading .num {
    width: 32px;
    height: 32px;
}
.steps .step .line {
    border-left: 1px solid #333;
    left: 16px;
    bottom: 0px;
    top: 32px;
}
#myCarouselab .nav a small
{
    display: block;
}
#myCarouselab .nav
{
    background: #eee;
}
.nav-justified > li > a
{
    border-radius: 0px;
	padding: 10px 5px;
	text-align: center;
	display: block;
}
.nav-justified {
    color: #dadada;
    text-align: center;
}
.nav-pills>li[data-slide-to="0"].active a { background-color: #16a085;display: block;
	padding: 10px 5px;
	color: #dadada;
	text-align: center; }
.nav-pills>li[data-slide-to="1"].active a { background-color: #e67e22;display: block;
    padding: 10px 5px;
    color: #dadada;
    text-align: center; }
.nav-pills>li[data-slide-to="2"].active a { background-color: #2980b9;display: block;
    padding: 10px 5px;
    color: #dadada;
    text-align: center; }
.nav-pills>li[data-slide-to="3"].active a { background-color: #8e44ad;display: block;
    padding: 10px 5px;
    color: #dadada;
    text-align: center; }
