::selection{
	color: #fff;
	background:#ff4748;
}
*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 16px;
}
body{
	margin:0px;
	padding:0px;
	color: #888;
	font-size:16px;

}
/**=========================
	END BODY
=========================**/

/**=========================
	START COMMON
=========================**/
a,
a:hover{
	color: #888;
	text-decoration: none;
	outline: none;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
}
h1, h2, h3, h4, h5, h6{
	color: #2b2b2b;
	margin-bottom: 16px;
}
p{
	color: #888;
	line-height: 26px;
}
li{
	color: #888;
	list-style: none;
}
span,
b,
strong{
	font-size: 100%;
}
/**=========================
	END COMMON
=========================**/

/**=========================
	START SECTION
=========================**/
section{
	padding: 40px 0;
}
.section-bg{
	background-color: #f5f5f5;
}
/**=========================
	START COMMON
=========================**/
.head-after{
	position: relative;
	display: inline-block;
	color: #666;
}
.head-after:after{
	content: "";
	position: absolute;
	margin-top: 40px;
	border-bottom: 2px solid #666;
	left: 0;
	right:0;
}

/* btn */
.theme-btn{
	display: inline-block;
    padding: 7px 25px;
	font-size:16px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	border-radius:0;
	color:#fff;
	background-color:green;
}
.theme-btn:hover,
.theme-btn:focus,
.theme-btn:active{
	outline:0;
	color:#fff;
	outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
	text-decoration:none;
	background-color:#ff4748;
}
/**=========================
	END COMMON
=========================**/

/**=========================
	START PRICING TABLE 1
=========================**/
.theme-card-1{
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 10px 0 #eee;
	border: 1px solid #f1f1f1;
	margin-bottom: 1.5rem;
	padding: 40px 20px;
	border-radius: 40px;
	text-align: center; 
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
}
.theme-card-1:hover,
.theme-card-1.active{
	border: 4px solid green;
	box-shadow: 0 0 10px 0 #ddd;
}
.theme-card-1.stay{
	border: 4px solid #4d61c3;
	box-shadow: 0 0 10px 0 #ddd;
}

.theme-card-1.stay2{
	border: 4px solid red;
	box-shadow: 0 0 10px 0 #ddd;
}

.theme-card-1 h5{
	margin-bottom: 1.5rem;
}
.theme-card-1 h5 span{
	border: 1px solid #4d61c3;
	padding: 0px 5px;
	border-radius: 5px;
}
.theme-card-1 h1,
.theme-card-1 h5{
	color: #4d61c3;
}
.theme-card-1 h1 span{
	position: relative;
	top: -20px;
}
.theme-card-1 h1 span i{
	font-size: 18px;
}
.theme-card-1 h1 small{
	font-size: 20px;
}
.theme-card-1 ul{
	padding: 0px 20px;
}
.theme-card-1 li{
	color: #888;
	line-height: 40px;
	border-bottom: 1px solid #eee;
}
.theme-card-1 li:last-child{
	border-bottom: 0;
}
.theme-card-1 li i.icon-ok{
	color: #33d223;
}
.theme-card-1 li i.icon-remove{
	color: #ff4748;
}
.theme-card-1 .theme-btn{
	border-radius: 10px;
}
/**=========================
	END PRICING TABLE 1
=========================**/
