
.sch-section{
	max-width: 100% !important;
	width: 100%;
}
/* schpt Default */
.schpt-default{
	margin-bottom: 15px;
	text-align: center;		
	letter-spacing: 1px;
}
/* Horizontal Rule(hr tag) line*/
.schpt-default hr{
	margin-top: 0px;
    margin-bottom: 0px;
}
/* To Put 3rd Table into Center */
.m-auto{
    margin: auto !important;
}

/*===============================
	Start schpt Style 1 CSS
=================================*/
/* schpt Main Table Style */
.schpt-style-1{
	overflow: hidden;
	letter-spacing: 1px;
	text-align: center;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.schpt-style-1:hover{
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
/* schpt Header */
.schpt-style-1 .schpt-header{
	padding: 17px 10px 21px;
}
.schpt-style-1 .schpt-header h4{
	line-height: 40px;
	font-size: 20px;
	font-weight: 400;
}
/* schpt icon */
.schpt-style-1 .schpt-icon{
	padding: 0 10px;
}
.schpt-style-1 .schpt-icon i{
    padding: 22px 18px;
    width: 70px;
    height: 70px; 
    border-radius: 100%;
    font-size: 27px;
}
/* schpt Price */
.schpt-style-1 .schpt-price{
	padding: 27px 10px 0;
}
.schpt-style-1 .schpt-price .price{
	line-height: 46px;
	font-size: 55px;
	font-weight: 900;
}
.schpt-style-1 .schpt-price .price span{
	padding: 0 5px;
	font-size: 16px;
	font-weight: 400;
}
.schpt-style-1 .schpt-price .price .price-symbol{
    position: relative;
    top: -27px;
}
/* schpt Table List */
.schpt-style-1 .schpt-list{
	padding: 0 30px;
}
.schpt-style-1 .schpt-list li{
	list-style-type: none;
	line-height: 37px;
	font-size: 14px;
	font-weight: 400;
}
.schpt-style-1 .schpt-list .line-through{
	text-decoration: line-through;
}
.schpt-style-1 .schpt-list .fa-check,
.schpt-style-1 .schpt-list .fa-times{
	margin-right: 10px;
}
/* Horizontal Rule(hr tag) line */
.schpt-style-1 .schpt-list hr{
	width: 70%;
}
/* schpt Table Footer */
.schpt-style-1 .schpt-footer{
	padding: 26px 10px 37px;
	border-radius: 0 0 5px 5px;
}
.schpt-style-1 .schpt-footer .schpt-button{
	padding: 10px 30px;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
}
/* schpt Most Common CSS */
.schpt-style-1,
.schpt-style-1 .schpt-footer .schpt-button{
	border-radius: 5px;
}
.schpt-style-1 .schpt-header h4,
.schpt-style-1 .schpt-icon p,
.schpt-style-1 .schpt-price .price,
.schpt-style-1 .schpt-list{
	margin-bottom: 0;
}
.schpt-style-1 .schpt-icon,
.schpt-style-1 .schpt-list li,
.schpt-style-1 .schpt-footer .schpt-button{
	cursor: pointer;
}
.schpt-style-1,
.schpt-style-1 .schpt-icon i,
.schpt-style-1 .schpt-footer .schpt-button{
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

/* schpt Top Right Ribbon */
.schpt-style-1 .ribbon{
    position: absolute;
    top: -5px;
	right: 10px;
	width: 150px;
	height: 150px;
	text-align: center;
    z-index: 1;
    overflow: hidden;
}
.schpt-style-1 .ribbon span{
	display: block;
	position: absolute;
    top: 18px;
	right: -23px;
	width: 107px;
	height: 25px;
	line-height: 25px;
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transition: rotate(45deg);
	-o-transition: rotate(45deg);
}
.schpt-style-1 .ribbon span::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    z-index: -1;
}
.schpt-style-1 .ribbon span::after{
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    z-index: -1;
}
/*==============================
	End schpt Style 1 CSS
================================*/

/*==============================
	Start schpt Style 2 CSS
================================*/
/* schpt Header */
.schpt-style-2{
	overflow: hidden;
	letter-spacing: 1px;
	text-align: center;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.schpt-style-2 .schpt-header{
    padding: 17px 10px 19px;
}
.schpt-style-2 .schpt-header h4{
	line-height: 40px;
    font-size: 20px;
    font-weight: 400;
}
.schpt-style-2 .schpt-header .lable{
    position: absolute;
    padding: 3px 8px 2px;
    top: 30px;
    right: 15px;
    border-radius: 15px 0 0 15px;
    font-size: 11px;
    font-weight: 700;
}
/* schpt List */
.schpt-style-2 .schpt-list{
    padding: 15px 10px 19px; 
}
.schpt-style-2 .schpt-list li{
    margin-bottom: 0;
    list-style-type: none;
    line-height: 37px;
    font-size: 14px;
    font-weight: 400;
}
/* schpt Footer */
.schpt-style-2 .schpt-footer{
  	padding-top: 27px;
    padding-bottom: 25px;
    margin: 0 30px 30px;  
}
.schpt-style-2 .schpt-footer p{
    margin: 0 auto 15px;
    max-width: 280px;
    border-radius: 5px;
    font-size: 55px;
    font-weight: 900;
    line-height: 46px;
}
.schpt-style-2 .schpt-footer .price-symbol{
    padding: 0 5px;
    font-size: 16px;
	font-weight: 400; 
}
.schpt-style-2 .schpt-button{
    margin-bottom: 6px;
    padding: 10px 30px;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
}
/* schpt Comon CSS */
.schpt-style-2 .schpt-list li,
.schpt-style-2 .schpt-button{
	cursor: pointer;
}
.schpt-style-2 .schpt-header h4,
.schpt-style-2 .schpt-list,
.schpt-style-2 .schpt-list li:last-child{
	margin-bottom: 0;
}
.schpt-style-2 .schpt-header .lable,
.schpt-style-2 .schpt-button{
    text-transform: uppercase;
}
.schpt-style-2 .schpt-footer .price-symbol,
.schpt-style-2 .schpt-button{
	display: inline-block;
}
.schpt-style-2 .schpt-footer,
.schpt-style-2 .schpt-button{
    border-radius: 5px;
}
.schpt-style-2:hover,
.schpt-style-2:hover .schpt-footer{
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.schpt-style-2,
.schpt-style-2:hover,
.schpt-style-2 .schpt-footer,
.schpt-style-2:hover .schpt-footer{
	transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
/*==============================
	End schpt Style 2 CSS
================================*/

/*==============================
	Start schpt Style 3 CSS
================================*/
/* schpt Main Table Style */
.schpt-style-3{
	overflow: hidden;
	letter-spacing: 1px;
	text-align: center;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.schpt-style-3:hover{
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
/* schpt icon */
.schpt-style-3 .schpt-icon{
	padding: 30px 10px 0;
}
.schpt-style-3 .schpt-icon i{
    padding: 22px 18px;
    width: 70px;
    height: 70px; 
    border-radius: 100%;
    font-size: 27px;
}
/* schpt Title */
.schpt-style-3 h4{
	padding: 16px 10px 18px;
	line-height: 41px;
	font-size: 20px;
	font-weight: 400;
}
/* schpt Price */
.schpt-style-3 .schpt-price{
	padding: 0 10px;
}
.schpt-style-3:hover .schpt-price{
	box-shadow: 0px 5px 15px #ccc;
}
.schpt-style-3 .schpt-price .price{
	padding: 11px 0 3px;
	line-height: 46px;
	font-size: 55px;
	font-weight: 900;
}
.schpt-style-3 .schpt-price .price span{
	padding: 0 3px;
	font-size: 16px;
	font-weight: 400;
}
.schpt-style-3 .schpt-price .price .price-symbol{
    position: relative;
    top: -23px;
}
/* schpt Table List */
.schpt-style-3 .schpt-list{
    padding: 17px 10px 19px;
}
.schpt-style-3 .schpt-list li{
	list-style-type: none;
    line-height: 37px;
	font-size: 14px;
	font-weight: 400;
}
.schpt-style-3 .schpt-list .line-through{
	text-decoration: line-through;
}
/* schpt Footer */
.schpt-style-3 .schpt-footer{
	padding: 36px 10px 37px;
}
.schpt-style-3 .schpt-button{
	padding: 10px 30px;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;  
}
.schpt-style-3 .schpt-footer .schpt-button{
  	position: relative;
  	-webkit-backface-visibility: hidden;
  	z-index: 1;
}
.schpt-style-3 .schpt-footer .schpt-button:after{
  	content: '';
  	position: absolute;
  	top: 0;
  	left: 0;
 	width: 100%;
  	height: 100%;
  	border: none;
  	z-index: 2;
  	opacity: 0;
}
.schpt-style-3 .schpt-footer .schpt-button:hover:after{
    opacity: 1;
}
.schpt-style-3 .schpt-footer .schpt-button span{
    position: relative;
    z-index: 3;
}
/* schpt Common CSS */
.schpt-style-3,
.schpt-style-3 .schpt-button{
    border-radius: 5px;
}
.schpt-style-3 .schpt-icon,
.schpt-style-3 .schpt-list li,
.schpt-style-3 .schpt-button{
	cursor: pointer;
}
.schpt-style-3 h4,
.schpt-style-3 .schpt-price .price,
.schpt-style-3 .schpt-list,
.schpt-style-3 .schpt-list li:last-child{
	margin-bottom: 0;
}
.schpt-style-3,
.schpt-style-3:hover,
.schpt-style-3 .schpt-price,
.schpt-style-3:hover .schpt-price,
.schpt-style-3 .schpt-footer{
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/*==============================
	End schpt Style 3 CSS
================================*/

/*==============================
	Start schpt Style 4 CSS
================================*/
/* schpt Main Table Style */
.schpt-style-4{
	overflow: hidden;
	letter-spacing: 1px;
	text-align: center;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.schpt-style-4:hover{
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
/* schpt Header */
.schpt-style-4 .schpt-header{
	padding: 17px 10px 96px;
}
.schpt-style-4 .schpt-header h4{
	line-height: 40px;
	font-size: 20px;
	font-weight: 400;
}
.schpt-style-4 .schpt-header h5{
	margin-top: 14px;
	font-weight: 400;
	font-size: 16px;
}
/* schpt Wrap icon */
.schpt-style-4 .schpt-icon{
	display: inline-block;
	margin: -66px 0 0;
	width: 130px;
	height: 130px;
	border-radius: 100%;
	box-shadow: 0 0px 15px #c9c9c9;
}
.schpt-style-4 .schpt-icon .schpt-wrap{
	position: absolute;
	margin: 5px;
	width: 120px;
    height: 120px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 80px rgba(255,255,255,0.2), 0 0 3px rgba(5, 192, 238, 0.27);
}
.schpt-style-4:hover .schpt-icon .schpt-wrap{
	box-shadow: inset 0 0 0 0 rgba(255,255,255,0.8), 0 0 3px rgba(5, 192, 238, 0.27);
}
/* schpt Price */
.schpt-style-4 .schpt-price .price{
	margin-top: 25px;
	margin-left: -10px;
	font-size: 55px;
	font-weight: 900;
	line-height: 46px;
}
.schpt-style-4 .schpt-price .price span{
	padding: 0 5px;
	font-size: 16px;
	font-weight: 400;
}
.schpt-style-4 .schpt-price .month{
	margin-top: -30px;
	font-size: 16px;
	font-weight: 400;
}
/* schpt Table List */
.schpt-style-4 .schpt-list{
    padding: 10px 10px 19px;
    margin-bottom: 0;
}
.schpt-style-4 .schpt-list li{
    list-style-type: none;
    line-height: 37px;
	font-size: 14px;
	font-weight: 400;
}
/* schpt Footer */
.schpt-style-4 .schpt-footer{
	padding: 36px 10px 36px;
}
.schpt-style-4 .schpt-footer .schpt-button{
    padding: 10px 30px;
    font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #fff;
}
.schpt-style-4,
.schpt-style-4 .schpt-footer .schpt-button{
	border-radius: 5px;
}
.schpt-style-4 .schpt-header h4,
.schpt-style-4 .schpt-header h5,
.schpt-style-4 .schpt-price .month,
.schpt-style-4 .schpt-list,
.schpt-style-4 .schpt-list  li:last-child{
	margin-bottom: 0;
}
.schpt-style-4 .schpt-icon,
.schpt-style-4 .schpt-list li,
.schpt-style-4 .schpt-footer .schpt-button{
	cursor: pointer;
}
.schpt-style-4:hover,
.schpt-style-4 .schpt-icon .schpt-wrap,
.schpt-style-4 .schpt-footer .schpt-button:hover{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/*==============================
	End schpt Style 4 CSS
================================*/

/*==============================
	Start schpt Style 5 CSS
================================*/
/* schpt Main Table Style */
.schpt-style-5{
	overflow: hidden;
	letter-spacing: 1px;
	border-radius: 5px;
	text-align: center;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.schpt-style-5.active,
.schpt-style-5:hover{
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
/* schpt Header */
.schpt-style-5 .schpt-header{
	padding: 17px 10px 30px;
}
.schpt-style-5 .schpt-header h4{
	line-height: 41px;
	font-size: 20px;
	color: #555;
	font-weight: 400;
}
/* schpt Price */
.schpt-style-5 .schpt-header .schpt-price{
	padding: 17px 0 23px;
}
.schpt-style-5 .schpt-header .schpt-price .price{
	margin-bottom: 0px;
	font-size: 55px;
	font-weight: 900;
	line-height: 45px;
}
.schpt-style-5 .schpt-header .schpt-price .price span{
	padding: 0 3px;
	font-size: 20px;
    font-weight: 500;
}
/* schpt Sub Header */
.schpt-style-5 .schpt-header h5{
	margin-top: -10px;
	font-weight: 400;
	font-size: 16px;
}
/* schpt Table List */
.schpt-style-5 .schpt-list{
    padding: 16px 30px 19px;
    margin-bottom: 0;
}
.schpt-style-5 .schpt-list li{
	list-style-type: none;
	line-height: 37px;
    font-size: 14px;
	font-weight: 400;
}
/* Horizontal Rule(hr tag) line */
.schpt-style-5 .schpt-list hr{
	width: 90%;
}
/* schpt Footer Button*/
.schpt-style-5 .schpt-footer{
	padding: 5px 10px 36px;
}
.schpt-style-5 .schpt-footer .schpt-button{
    padding: 10px 30px;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #fff;
	border-radius: 20px;
}
.schpt-style-5 .schpt-footer .schpt-button i{
	padding-right: 5px;
}
.schpt-style-5 .schpt-header h4,
.schpt-style-5 .schpt-header h5,
.schpt-style-5 .schpt-price .month,
.schpt-style-5 .schpt-list,
.schpt-style-5 .schpt-list  li:last-child{
	margin-bottom: 0;
}
.schpt-style-5 .schpt-icon,
.schpt-style-5 .schpt-list li,
.schpt-style-5 .schpt-footer .schpt-button{
	cursor: pointer;
}
.schpt-style-5,
.schpt-style-5 .schpt-icon .schpt-wrap,
.schpt-style-5 .schpt-footer .schpt-button:hover{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/* schpt Top Right Ribbon */
.schpt-style-5 .ribbon{
 	position: absolute;
	top: 75px;
	right: 0px;
	overflow: visible;
	line-height: 18px;
	font-size: 14px;
    font-weight: 400;
}
.schpt-style-5 .ribbon a{
  	display: block;
  	position: relative;
  	padding: 10px;
  	overflow: visible;
	text-decoration: none;
	border-radius: 5px 0 0 5px;
	box-shadow: 2px 8px 12px -10px #000;
}
.schpt-style-5 .ribbon a:after{
  	content: "";
 	position: absolute;
	bottom: -15px;
	right: 0;
	border-top: 15px solid #2b2b2b;
	border-right: 15px solid transparent;
}
.schpt-style-5 .ribbon a:hover:before{
  	border-top: 29px solid #009ff1;
  	border-bottom: 29px solid #009ff1;
}
/* schpt Top Right Ribbon for Switcher */
.schpt-wrapper .schpt-style-5 .ribbon {
    top: 75px;
    right: -15px;
}
/*==============================
	End schpt Style 5 CSS
================================*/
