/*======================================================
Project: Alura - Creative Pricing Tables
Author: Sneh Mavani
Released On: 7, september 2019
@version: 1.0
========================================================*/

/*==================================================
[Table of contents For Pricing Style]
* Alura Style 1 Color CSS
* Alura Style 2 Color CSS
* Alura Style 3 Color CSS
* Alura Style 4 Color CSS
* Alura Style 5 Color CSS
* Alura Style 6 Color CSS
* Alura Style 7 Color CSS
* Alura Style 8 Color CSS
* Alura Style 9 Color CSS
* Alura Style 10 Color CSS
====================================================*/ 

/* To Put 3rd Table into Center */ 
.colon-default{ margin: auto !important; }

/*==============================================
	Start Alura Style 1 CSS
================================================*/

/* CSS For Pricing Table 1 */
.alura-table-1{
    margin-bottom: 30px;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
    text-align: center;
	background: #fff;
    box-shadow: 0 0 30px #eee;
}
.alura-table-1:hover{
	box-shadow: 0 0 30px #ccc;
	z-index: 100;
}

/* CSS For Pricing Header */
.alura-table-1 .alura-header{
	padding: 15px 0 12px 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.alura-table-1 .alura-header h4{
	padding: 0 0 7px;
    font-size: 20px;
	color: #f7f7f7;
    line-height: 40px;
}

/* CSS For Pricing Price */
.alura-table-1 .alura-price .price{
	font-size: 55px;
    color: #fff;
    line-height: 46px;
}
.alura-table-1 .alura-price .price .price-dollar{
    top: -20px;
    left: 0px;
    font-size: 16px;
}
.alura-table-1 .alura-price .price .price-amount{
    font-size: 45px;
}

/* CSS For Pricing Icon */
.alura-table-1 .alura-icon{
	padding: 27px 0 0;
}
.alura-table-1 .alura-icon .fa-icon{
	font-size: 40px;
}

/* CSS For Pricing List */
.alura-table-1 .alura-list{
    padding: 12px 0 18px;
}
.alura-table-1 .alura-list li{
    padding: 0 5px;
    font-size: 14px;
	text-transform: capitalize;
	color: #888;
    line-height: 35px;
	z-index: 1;
}
.alura-table-1 .alura-list i{
    padding-left: 5px;
	font-size: 11px;
}
.alura-table-1 .alura-list .line-through{
	text-decoration: line-through;
	color:#b3b3b3; 
}

/* CSS For Pricing Bottom */
.alura-table-1 .alura-bottom{
    padding: 29px 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}
.alura-table-1 .alura-button{
    display: inline-block;
    padding: 8px 53px 9px 23px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    background-color: #fff;
    text-decoration: none;
}
.alura-table-1 .alura-button:hover{
    color: #fff;
}
.alura-table-1 .alura-button span{
    z-index: 3;
}
.alura-table-1 .alura-button .round{
    width: 40px;
    height: 40px;
    right: 2px;
    top: 2px;
    border-radius: 50%;
 
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 2;
}
.alura-table-1 .alura-button .round i{
    top: 43%;
    left: 35%;
    margin-left: -4px;
    margin-top: -6px;
    font-size: 16px;
    color: #fff;
}
.alura-table-1 .alura-button .txt{
    font-size: 15px;
    line-height: 1.45;
    font-weight: 700;
}

.alura-table-1 .button-style .alura-button:hover{
    padding-left: 54px;
    padding-right: 28px;
}
.alura-table-1 .button-style .alura-button:hover .round{
    width: calc(100% - 4px);
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.alura-table-1 .button-style .alura-button:hover .round i{
    left: 17%;
}
/* Common CSS */
.alura-table-1,
.alura-table-1:hover,
.alura-table-1 .alura-button,
.alura-table-1 .alura-button:hover,
.alura-table-1 .alura-button .round{
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.alura-table-1 .alura-list .line-through,
.alura-table-1 .alura-list li{
    list-style: none;
    cursor: pointer;
}
.alura-table-1 .alura-price .price,
.alura-table-1 .alura-price .price .price-amount{
    font-weight: 900;
}
.alura-table-1 .alura-price .price .price-month,
.alura-table-1 .alura-price .price .price-dollar{
    padding: 0 5px;
    font-size: 16px;
}
.alura-table-1 .alura-header,
.alura-table-1 .alura-header h4,
.alura-table-1 .alura-price .price,
.alura-table-1 .alura-list{
    margin-bottom: 0;
}
.alura-table-1,
.alura-table-1:hover,
.alura-table-1 .alura-price .price .price-month,
.alura-table-1 .alura-price .price .price-dollar,
.alura-table-1 .alura-list li,
.alura-table-1 .alura-button,
.alura-table-1 .alura-button span,
.alura-table-1 .alura-bottom{
    position: relative;
}
.alura-table-1 .alura-button .round,
.alura-table-1 .alura-button .round i{
    position: absolute;
}
.alura-table-1 .alura-header h4,
.alura-table-1 .alura-price .price .price-dollar,
.alura-table-1 .alura-price .price .price-month,
.alura-table-1 .alura-price .price .price-dollar,
.alura-table-1 .alura-list li{
    font-weight: 400;
}
/*==============================
	end Alura Style 1 CSS
================================*/

/*==============================================
    Start alura Style 2 CSS
================================================*/

/* CSS For Pricing Table 2 */
.alura-table-2{
    margin-bottom: 30px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 30px #eee;
}
.alura-table-2:hover{
    border: none;
    box-shadow: 0px 0px 30px #ccc;
}

.alura-table-2 .alura-table-overlay{
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.alura-table-2 .alura-back-image{
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    border-radius: 10px;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

/* CSS For Pricing Header */
.alura-table-2 .alura-header{
    padding: 15px 0 28px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 1;
}
.alura-table-2 .alura-header h4{
    line-height: 40px;
    font-size: 20px;
    color: #fff;
}

/* CSS For Pricing Price */
.alura-table-2 .alura-price .alura-price-square {
    box-shadow: inset 0 0 0 2px #fff;
    color: #fff;
    transition: color 0.25s 0.0833333333s;
}
.alura-table-2 .alura-price .alura-price-square::before,
.alura-table-2 .alura-price .alura-price-square::after {
    content: '';
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    border: 0 solid transparent;
    border-image-slice: 1;
    pointer-events: none;
}
.alura-table-2 .alura-price .alura-price-square::before {
    border-bottom-width: 2px;
    border-left-width: 2px;
}
.alura-table-2 .alura-price .alura-price-square::after {
    border-top-width: 2px;
    border-right-width: 2px;
}
.alura-table-2:hover .alura-price .alura-price-square {
    color: #fff;
}
.alura-table-2:hover .alura-price .alura-price-square::before,
.alura-table-2:hover .alura-price .alura-price-square::after {
    width: 100%;
    height: 100%;
    transition: border-color 0s, width 0.25s, height 0.25s;
}
.alura-table-2:hover .alura-price .alura-price-square::before {
    transition-delay: 0s, 0s, 0.25s;
}
.alura-table-2:hover .alura-price .alura-price-square::after {
    transition-delay: 0s, 0.25s, 0s;
}
.alura-table-2 .alura-price .alura-square {
    width: 150px;
    margin: 0 auto;
    padding: 21px 16px 10px;
    border: none;
    background: none;
    letter-spacing: 0.05rem;
    cursor: pointer;
    line-height: 1.5;
}
.alura-table-2 .alura-price .alura-square:focus {
    outline: 2px dotted #55d7dc;
}
.alura-table-2 .alura-price .price{
    font-size: 55px;
    line-height: 46px;
    z-index: 1;
}
.alura-table-2 .alura-price .price .price-dollar{
    top: -1px;
    left: 0px;
    font-size: 20px;
}
.alura-table-2 .alura-price .price .price-amount{
    font-size: 45px;
}
.alura-table-2 .alura-price .price-month{
    margin-top: -15px;
    font-size: 16px;
}

/* CSS For Pricing List */
.alura-table-2 .alura-list{
    padding: 28px 0 0;
}
.alura-table-2 .alura-list li{
    padding: 0 5px;
    font-size: 13px;
    text-transform: capitalize;
    color: #fff;
    line-height: 35px;
    z-index: 1;
    cursor: pointer;
}
.alura-table-2 .alura-list .line-through{
    text-decoration: line-through;
    color:#cecece;
}
.alura-table-2 .alura-list i{
    padding-left: 5px;
    font-size: 11px;
}

/* CSS For Pricing Bottom */
.alura-table-2 .alura-bottom{
    padding: 27px 0 41px;
}
.alura-table-2 .button-style {
    padding: 12px 32px 14px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    font-size: 15px;
}
.alura-table-2 .button-style.btn-type {
  color: #fff;
}
.alura-table-2 .button-style.btn-type::after,
.alura-table-2 .button-style.btn-type::before {
    content: "";
    display: block;
    width: 20%;
    height: 20%;
    border: 2px solid;
    border-radius: 2px;
    transition: all 0.6s ease;
}
.alura-table-2 .button-style.btn-type::after {
    bottom: 0;
    right: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: #fff;
    border-right-color: #fff;
}
.alura-table-2 .button-style.btn-type::before {
    top: 0;
    left: 0;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: #fff;
    border-left-color: #fff;
}

/* Common CSS */
.alura-table-2 .button-style.btn-type:hover:after, 
.alura-table-2 .button-style.btn-type:hover:before {
    width: 100%;
    height: 100%;
}
.alura-table-2,
.alura-table-2:hover{
    transition: all 0.3s ease-in-out;
}
.alura-table-2 .alura-price .price,
.alura-table-2 .alura-price .price .price-amount{
    font-weight: 900;
}
.alura-table-2 .alura-list li,
.alura-table-2 .alura-list .line-through{
    list-style: none;
    cursor:pointer;
}
.alura-table-2,
.alura-table-2:hover,
.alura-table-2 .alura-table-overlay,
.alura-table-2 .alura-header,
.alura-table-2 .alura-price .alura-price-square,
.alura-table-2 .alura-price .price,
.alura-table-2 .alura-price .price-month,
.alura-table-2 .alura-price .price .price-dollar,
.alura-table-2 .alura-list li,
.alura-table-2 .alura-bottom,
.alura-table-2 .button-style{
    position: relative;
}
.alura-table-2 .alura-back-image,
.alura-table-2 .alura-price .alura-price-square::before,
.alura-table-2 .alura-price .alura-price-square::after,
.alura-table-2 .button-style.btn-type::after,
.alura-table-2 .button-style.btn-type::before{
    position: absolute;
}
.alura-table-2 .alura-header,
.alura-table-2 .alura-header h4,
.alura-table-2 .alura-price .price,
.alura-table-2 .alura-list{
    margin-bottom: 0;
}
.alura-table-2 .alura-header h4,
.alura-table-2 .alura-price .price .price-dollar,
.alura-table-2 .alura-price .price-month,
.alura-table-2 .alura-price .price .price-dollar,
.alura-table-2 .alura-list li{
    font-weight: 400;
}
/*==============================
    End alura Style 2 CSS
================================*/
/*==============================================
    Start Alura Style 1 CSS
================================================*/

/* CSS For Pricing Table 1 */
.alura-table-3{
    margin-bottom: 30px;
    border-radius: 5px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 30px #eee;
}
.alura-table-3:hover{
    box-shadow: 0px 0px 30px #c4c4c4;
    z-index: 100;
}

/* CSS For Pricing Header */
.alura-table-3 .alura-header{
    padding: 15px 0 38px 0;
    border-radius: 5px;
}
.alura-table-3 .alura-header h4{
    font-size: 20px;
    color: #f7f7f7;
    line-height: 40px;
}
.alura-table-3 .alura-header:before{
    content: "";
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0px;
    border-radius: 5px;
    background-size: 100% 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(../../../../../00code_canyon/alura_pricing_tables/img/header-style-3-purple.png);
    transition: all 0.3s ease-in-out;
}
.alura-table-3:hover .alura-header:before{
    bottom: -8px;
    transition: all 0.3s ease-in-out;
}
/* CSS For Pricing Icon */
.alura-table-3 .alura-icon{
    padding: 16px 0 6px 0;
}
.alura-table-3 .alura-icon .fa-icon{
    font-size: 40px;
    color: #fff;
}

/* CSS For Pricing List */
.alura-table-3 .alura-list{
    padding: 9px 0 0;
}
.alura-table-3 .alura-list li{
    padding: 0 5px;
    font-size: 14px;
    text-transform: capitalize;
    color: #888;
    line-height: 35px;
    list-style: none;
    cursor: pointer;
    z-index: 1;
    cursor: pointer;
}
.alura-table-3 .alura-list i{
    padding-left: 5px;
    font-size: 11px;
}
.alura-table-3 .alura-list .line-through{
    text-decoration: line-through;
    color:#b3b3b3; 
    list-style: none;
    cursor:pointer;
}

/* CSS For Pricing Price */
.alura-table-3 .alura-price{
    padding: 7px 0 0 0;
}
.alura-table-3 .alura-price .price{
    font-size: 55px;
    color: #444;
    line-height: 46px;
}
.alura-table-3 .alura-price .price .price-dollar{
    top: -20px;
    left: 0px;
    font-size: 16px;
}
.alura-table-3 .alura-price .price .price-amount{
    font-size: 45px;
}

/* CSS For Pricing Bottom */
.alura-table-3 .alura-bottom{
    padding: 13px 0 28px 0;
}
.alura-table-3 .alura-button{
    display: inline-block;
    border-radius: 50px;
    font-size:14px;
    font-weight:500;
    line-height:40px;
}
.alura-table-3 .btn{
    display: inline-block;
    margin: 2px;
    padding: 10px 30px 11px 32px;
    border: none;
    border-radius:50px;
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 9999;
}
.alura-table-3 .btn.bordered{
    z-index: 50;
    color: #333;
}
.alura-table-3 .btn.bordered:hover{
    color:#fff !important;
}
.alura-table-3 .btn.bordered:after{
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 50px;
    background: #fff none repeat scroll 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    transform:scale(1);
    z-index: -1;
}
.alura-table-3 .btn.bordered:hover:after{
    border: none;
    opacity:0;
    transform:scale(0);
}

/* Common CSS */
.alura-table-3,
.alura-table-3:hover{
    transition: all 0.3s ease-in-out;
}
.alura-table-3 .alura-price .price,
.alura-table-3 .alura-price .price .price-amount{
    font-weight: 900;
}
.alura-table-3 .alura-price .price .price-month,
.alura-table-3 .alura-price .price .price-dollar{
    padding: 0 5px;
    font-size: 16px;
}
.alura-table-3 .alura-header,
.alura-table-3 .alura-header h4,
.alura-table-3 .alura-price .price,
.alura-table-3 .alura-list{
    margin-bottom: 0;
}
.alura-table-3 .alura-header:before,
.alura-table-3 .btn.bordered:after{
    position: absolute;
}
.alura-table-3,
.alura-table-3:hover,
.alura-table-3 .alura-header,
.alura-table-3 .alura-header h4,
.alura-table-3 .alura-price .price,
.alura-table-3 .alura-price .price .price-month,
.alura-table-3 .alura-price .price .price-dollar,
.alura-table-3 .alura-list li,
.alura-table-3 .alura-bottom,
.alura-table-3 .btn,
.alura-table-3 .alura-button{
    position: relative;
}
.alura-table-3 .alura-header h4,
.alura-table-3 .alura-price .price .price-dollar,
.alura-table-3 .alura-price .price .price-month,
.alura-table-3 .alura-price .price .price-dollar,
.alura-table-3 .alura-list li{
    font-weight: 400;
}
/*==============================
    end Alura Style 3 CSS
================================*/

/*==============================
	Start Alura Style 4 CSS
================================*/

/* CSS For Pricing Table 4 */
.alura-table-4{
    margin-bottom: 30px;
	border: 1px solid #e8e8e8;
	border-radius: 20px;
	text-align: center;
    color: #fff;
	background: #fff;
    box-shadow: 0 0 30px #eee;
    transition: all 0.3s ease-in-out;
}
.alura-table-4:hover{
    box-shadow: 0 0 30px #ccc;
    transition: all 0.3s ease-in-out;
}

/* CSS For Pricing Header*/
.alura-table-4 .alura-header{
	padding: 14px 0 10px;
	text-transform: capitalize;
}
.alura-table-4 .alura-header h4{
    font-size: 20px;
    color: #888;
	line-height: 40px;
}

/* CSS For Pricing Price */
.alura-table-4 .alura-price{
    margin-right: 70px;
    padding: 45px 0 46px;
    border-radius: 0 50px 50px 0;
    transition: all 0.3s ease-in-out;
}
.alura-table-4:hover .alura-price{
    margin-right: 55px;
    transition: all 0.3s ease-in-out;
}
.alura-table-4 .alura-price .price{
    left: 34px;
    bottom: 12px;
    font-size: 55px;
    color: #fff;
    line-height: 46px;
    z-index: 1;
}
.alura-table-4 .alura-price .price .price-dollar{
    top: -20px;
    left: 0px;
}
.alura-table-4 .alura-price .price .price-amount{
    font-size: 45px;		
}

/* CSS For Pricing List */
.alura-table-4 .alura-list{
	padding: 14px 0 15px;
    color: #888;
}
.alura-table-4 i{
    color: #888;
}
.alura-table-4 .list-border-dark{
	border-bottom: 1px solid #eee;
}
.alura-table-4 .alura-list .line-through{
	text-decoration: line-through;
	color: #b7b7b7;
}
.alura-table-4 .alura-list li{
	padding: 2px 0 2px 40px;
    font-size: 14px;
    text-align: left;
    text-transform: capitalize;
    line-height: 37px;
    list-style: none;
    cursor: pointer;
}
.alura-table-4 i{
    margin: 0;
	padding: 0px 15px 0 0;
	font-size: 11px;
}

/* CSS For Pricing Bottom */
.alura-table-4 .alura-bottom{
	padding: 0 0 28px 0;
}
.alura-table-4 .alura-bottom .button-style{
    padding: 10px 30px 11px;
    border-radius: 5px;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
.alura-table-4 .alura-bottom .alura-button{ 
    color: rgba(255,255,255,1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.alura-table-4 .alura-bottom .float-shadow{
    display: inline-block;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.alura-table-4 .alura-bottom .float-shadow:before{
    content: "";
    height: 10px;
    width: 90%;
    top: 100%;
    left: 5%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transition-duration: 0.3s;
    transition-property: opacity;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
}
.alura-table-4 .alura-bottom .float-shadow:hover{
    transform: translateY(-5px);
    /* move the element up by 5px */
}
.alura-table-4 .alura-bottom .float-shadow:hover:before{
    opacity: 1;
    transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Common CSS */

.alura-table-4 .alura-price .price,
.alura-table-4 .alura-price .price .price-amount{
    font-weight: 900;
}
.alura-table-4 .alura-price .price .price-month,
.alura-table-4 .alura-price .price .price-dollar{
    padding: 0 5px;
    font-size: 16px;
}
.alura-table-4 .alura-price:after,
.alura-table-4 .alura-price .price,
.alura-table-4 .alura-bottom .float-shadow:before{
    position: absolute;
}
.alura-table-4,
.alura-table-4 .alura-price,
.alura-table-4 .alura-bottom .alura-button,
.alura-table-4 .alura-bottom .float-shadow{
    position: relative;
}
.alura-table-4 .alura-header,
.alura-table-4 .alura-price .price,
.alura-table-4 .alura-list .alura-list{
	margin-bottom: 0;
}
.alura-table-4,
.alura-table-4:hover,
.alura-table-4 .button-style,
.alura-table-4 .button-style:hover{
    transition: all 0.3s ease-in-out;
}
.alura-table-4 .alura-header h4,
.alura-table-4 .alura-price .price .price-dollar,
.alura-table-4 .alura-price .price .price-month,
.alura-table-4 .alura-price .price .price-dollar,
.alura-table-4 .alura-list li{
    font-weight: 400;
}
/*==============================
	end Alura Style 4 CSS
================================*/

/*==============================
	Start Alura Style 5 CSS
================================*/

/* CSS For Pricing Table 5 */
.alura-table-5{
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
    text-align: center;
	color: #000;
	background: #fff;
}
.alura-table-5:after{
    content: '';
    position: absolute;
    right: 5px;
    bottom: 10px;
    left: 5px;
    top: 0;
    border-radius: 10px;
    opacity: 0;
}
.alura-table-5:hover:after{
    opacity: 1;
}

/* CSS For Pricing Header */
.alura-table-5 .alura-header{
    padding: 14px 0 0 0;
	color: #888;
    z-index: 1;
}
.alura-table-5:hover .alura-header{
    color: #fff;
}
.alura-table-5 .alura-header span{
    margin: 0;
    font-size: 14px;
}
.alura-table-5 .alura-header h4{
    font-size: 20px;
	line-height: 40px;
}

/* CSS For Pricing Price */
.alura-table-5 .alura-price{
    padding: 10px 0 0;
    color: #444;
    z-index: 1;
}
.alura-table-5 .alura-price .alura-price-circle{
    width: 110px;
    height: 110px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 17px 2px 0 0;
    border-radius: 50%;
    color: #fff;
}
.alura-table-5:hover .alura-price .alura-price-circle{
    background: #fff;
}
.alura-table-5 .alura-price .price{
    font-size: 55px;
    line-height: 46px;
    z-index: 1;
}
.alura-table-5 .alura-price .price .price-dollar{
    top: -5px;
    left: 0px;
    font-size: 26px;
}
.alura-table-5 .alura-price .price .price-amount{
    font-size: 35px;
    font-weight: 900;
}
.alura-table-5 .alura-price .price-month{
    margin-top: -10px;
    font-size: 18px;
}

/* CSS For Pricing List */
.alura-table-5 .alura-list{
	padding: 15px 0 0;
}
.alura-table-5 .alura-list li{
    padding: 1px 60px;
    font-size: 14px;
	text-transform: capitalize;
    text-align: left;
	color: #888;
    line-height: 37px;
	list-style: none;
    cursor: pointer;
    z-index: 1;
}
.alura-table-5:hover .alura-list li{
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.alura-table-5 .alura-list li span{
    float: right;
}
.alura-table-5 .alura-list i{
	padding-right: 10px;
	font-size: 11px;
}

/* CSS For Pricing Bottom */
.alura-table-5 .alura-bottom{
	padding: 21px 0px 35px;
}
.alura-table-5 .button-style{
    padding: 10px 80px 11px;
    border-radius: 50px;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    z-index: 1;
}
.alura-table-5:hover .button-style{
    text-decoration: none;
    border: 1px solid #fff;
    color: #fff;
    background: none;
}
.alura-table-5:hover .button-style:hover{
    background: #fff; 
}

/* Common CSS*/
.alura-table-5,
.alura-table-5:hover,
.alura-table-5:after,
.alura-table-5 .alura-header,
.alura-table-5:hover .alura-header,
.alura-table-5 .alura-price,
.alura-table-5 .alura-price .alura-price-circle,
.alura-table-5:hover .alura-price .alura-price-circle,
.alura-table-5 .alura-list li,
.alura-table-5:hover .alura-list li,
.alura-table-5 .button-style,
.alura-table-5:hover .button-style,
.alura-table-5:hover .button-style:hover{
    transition: all 0.3s ease-in-out;
}
.alura-table-5 .alura-header,
.alura-table-5 .alura-price,
.alura-table-5 .alura-price .price,
.alura-table-5 .alura-price .price .price-month,
.alura-table-5 .alura-price .price .price-dollar,
.alura-table-5 .alura-list li,
.alura-table-5 .button-style{
    position: relative;
}
.alura-table-5 .alura-price,
.alura-table-5 .alura-list,
.alura-table-5 .alura-price .price{
    margin-bottom: 0;
}
.alura-table-5 .alura-header h4,
.alura-table-5 .alura-price .price,
.alura-table-5 .alura-list li{
    font-weight: 400;
}
/*==============================
    end Alura Style 5 CSS
================================*/

/*==============================
	Start Alura Style 6 CSS
================================*/

/* CSS For Pricing Table 6 */
.alura-table-6{
    margin-bottom: 30px;
	border-radius: 10px;
	border: 1px solid #e8e8e8;
    font-family: 'Lato', sans-serif;
    text-align: center;
    color: #000;
    background: #fff;
    box-shadow: 0 0 30px #eee;
}
.alura-table-6:hover{
	box-shadow: 0 0 30px #ccc;
}
/* CSS For Pricing Header */
.alura-table-6 .alura-header{
	padding: 14px 0 10px 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #888;
	background: #fff;
}
.alura-table-6 .alura-header h4{
    font-size: 20px;
	line-height: 40px;
}

/* CSS For Pricing Price */
.alura-table-6 .alura-price{
    color: #fff;
}
.alura-table-6 .alura-hexagon{
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.alura-table-6 .alura-price .price{
	padding: 50px 0;
    color: #fff;
    line-height: 46px;
}
.alura-table-6 .alura-price .price .price-dollar{
    top: -20px;
    left: 0px;
}
.alura-table-6 .alura-price .price .price-amount{
    font-size: 45px;
}

/* CSS For Pricing List */
.alura-table-6 .alura-list{
	margin: 0;
	padding: 16px 0 17px;	
	background: #fff;
}
.alura-table-6 .alura-list li{
    padding: 0 5px;
    font-size: 14px;
	text-transform: capitalize;
    color: #888;
    line-height: 37px;
	list-style: none;
    cursor: pointer;
}
.alura-table-6 .alura-list i{
	padding-left: 5px;
	font-size: 11px;
}
.alura-table-6 .alura-list .alura-list-border{
	border-bottom: 1px solid #f3f3f3;
}
.alura-table-6 .alura-list .line-through{
	text-decoration: line-through;
	color:#b3b3b3; 
}

/* CSS For Pricing Bottom */
.alura-table-6 .alura-bottom{
    padding: 0 0 28px 0;
}
.alura-table-6 .button-style{
    width: 50%;
    margin: 0 auto;
    padding: 12px 0;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}
.alura-table-6 .alura-button{
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}
.alura-table-6 .alura-button a{
    display: block;
    color: rgba(51,51,51,1);
    text-decoration: none;
}
.alura-table-6 .alura-button::before{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.alura-table-6 .alura-button:hover::before{
    opacity: 0 ;
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
}
.alura-table-6 .alura-button::after{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}
.alura-table-6 .alura-button:hover::after{
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.alura-table-6 .alura-button span{
    z-index: 1;
}

/* Common CSS */
.alura-table-6 .alura-price,
.alura-table-6 .alura-price .price{
    margin-bottom: 0;
}
.alura-table-6 .alura-price .price,
.alura-table-6 .alura-price .price .price-amount{
    font-weight: 900;
}
.alura-table-6 .alura-price .price .price-month,
.alura-table-6 .alura-price .price .price-dollar{
    padding: 0 5px;
    font-size: 16px;
}
.alura-table-6,
.alura-table-6:hover{
    transition: all 0.3s ease-in-out;
}
.alura-table-6 .alura-button::before,
.alura-table-6 .alura-button::after{
    position: absolute;
}
.alura-table-6 .alura-hexagon,
.alura-table-6 .alura-price .price .price-month,
.alura-table-6 .alura-price .price .price-dollar,
.alura-table-6 .alura-button,
.alura-table-6 .alura-button span{
    position: relative;
}
.alura-table-6 .alura-hexagon{
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.alura-table-6 .alura-header h4,
.alura-table-6 .alura-price .price .price-dollar,
.alura-table-6 .alura-price .price .price-month,
.alura-table-6 .alura-price .price .price-dollar,
.alura-table-6 .alura-list li{
    font-weight: 400;
}
/*==============================
	end Alura Style 6 CSS
================================*/

/*==============================
	Start Alura Style 7 CSS
================================*/

/* CSS For Pricing Table 7 */
.alura-table-7{
    margin-bottom: 30px;
	border-radius: 10px;
	text-align: center;
    text-transform: capitalize;
	color: #000;
	background: #fff;
    box-shadow: 0 0 30px #eee;
}
.alura-table-7:hover{
	box-shadow: 0 0 30px #ccc;
}

/* CSS For Pricing Table Overlay */
.alura-table-7 .alura-table-overlay{
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.6);
}

/* CSS For Pricing Header */
.alura-table-7 .alura-header{
    padding: 15px 0 7px 0;
	background: none;
}
.alura-table-7 .alura-header h4{
	font-size: 20px;
	line-height: 40px;
}

/* CSS For Pricing Background Image */
.alura-table-7 .alura-back-image{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
	border-radius: 10px;
    opacity: 0.5;
}
.alura-table-7:hover .alura-back-image{
	opacity: 1;
}

/* CSS For Pricing Price */
.alura-table-7 .alura-price{
    padding: 30px 0;
}
.alura-table-7 .alura-price .price{
    font-size: 55px;
    line-height: 45px;
}
.alura-table-7 .alura-price .price .price-dollar{
    top: -27px;
    left: 0px;
}
.alura-table-7 .alura-price .price .price-amount{
    font-size: 55px;
}

/* CSS For Pricing List */
.alura-table-7 .alura-list{
    padding: 0;
}
.alura-table-7 .alura-list li{
    padding: 0 5px;
    font-size: 14px;
    line-height: 37px;
	background: none;
	list-style: none;
    cursor: pointer;
}
.alura-table-7 .alura-list .line-through{
    text-decoration: line-through;
	color: #b3b3b3;
	list-style: none;
}
.alura-table-7 .alura-list i{
    padding: 0 5px;
	font-size: 11px;
}

/* CSS For Pricing Bottom */
.alura-table-7 .alura-bottom{
    padding: 17px 0 29px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	background: none;
}
.alura-table-7 .alura-bottom .button-style{
    width: 50%;
    margin: 0 auto;
    padding: 12px 0;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}
.alura-table-7 .alura-bottom .alura-button{
    border: 1px solid rgba(255,255,255,0.5);
    color: rgba(255,255,255,1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}
.alura-table-7 .alura-bottom .alura-button a{
    display: block;
    text-decoration: none;
    color: rgba(51,51,51,1);
}
.alura-table-7 .alura-bottom .alura-button::before,
.alura-table-7 .alura-bottom .alura-button::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.25);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-13%,-190%) rotate(-30deg);
    transform: translate(-13%,-190%) rotate(-30deg);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    z-index: 1;
}
.alura-table-7 .alura-bottom .alura-button::after{
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/* Common CSS */
.alura-table-7 .alura-bottom .alura-button:hover::before,
.alura-table-7 .alura-bottom .alura-button:hover::after{
    -webkit-transform: translate(0,0);
    transform: translate(0,0);  
}
.alura-table-7 .alura-price .price,
.alura-table-7 .alura-price .price .price-amount{
    font-weight: 900;
}
.alura-table-7 .alura-price .price .price-month,
.alura-table-7 .alura-price .price .price-dollar{
    padding: 0 5px;
    font-size: 16px;
    z-index: 1;
}
.alura-table-7,
.alura-table-7 .alura-price .price .price-month,
.alura-table-7 .alura-price .price .price-dollar,
.alura-table-7 .alura-bottom .alura-button{
    position: relative;
}
.alura-table-7 .alura-table-overlay,
.alura-table-7 .alura-header,
.alura-table-7 .alura-price .price,
.alura-table-7 .alura-list li,
.alura-table-7 .alura-bottom .button-style{
	position: relative;
	z-index: 1;
}
.alura-table-7,
.alura-table-7:hover,
.alura-table-7 .alura-table-overlay,
.alura-table-7 .alura-back-image,
.alura-table-7:hover .alura-back-image,
.alura-table-7 .alura-bottom .button-style,
.alura-table-7:hover .button-style{
    transition: all 0.3s ease-in-out;
}
.alura-table-7,
.alura-table-7 .alura-header,
.alura-table-7 .alura-list,
.alura-table-7 .alura-list li{
    border: none;
}
.alura-table-7 .alura-price,
.alura-table-7 .alura-price .price,
.alura-table-7 .alura-list{
    margin-bottom: 0;
}
.alura-table-7 .alura-header h4,
.alura-table-7 .alura-price .price .price-dollar,
.alura-table-7 .alura-price .price .price-month,
.alura-table-7 .alura-price .price .price-dollar,
.alura-table-7 .alura-list li{
    font-weight: 400;
}
.alura-table-7 .alura-header,
.alura-table-7 .alura-price .price,
.alura-table-7 .alura-list li,
.alura-table-7 .alura-bottom .button-style{
    color: #fff;
}
/*==============================
	end Alura Style 7 CSS
================================*/

/*==============================
	Start Alura Style 8 CSS
================================*/

/* CSS For Pricing Table 8 */
.alura-table-8{
    margin-bottom: 30px;
    border-radius: 5px;
	font-family: 'Lato', sans-serif;
    text-align: center;
	color: #888;
    box-shadow: 0px 0px 30px #eee;
}
.alura-table-8:hover{
    box-shadow: 0px 0px 30px #ccc;
}
.table-margin-8{
    margin: 85px 0 0;
}
/* CSS For Price Section */ 
.alura-table-8 .alura-price{
    padding: 46px 0;
    color: #5a5a5a;
}
.alura-table-8 .alura-price .alura-squere{
    width: 135px;
    height: 135px;
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    color: #fff;
}
.alura-table-8 .alura-price .alura-squere .alura-border{
    width: 120px;
    height: 120px;
    top: 7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid #fff;
}
.alura-table-8 .alura-price .price{
    padding: 40px 0;
    line-height: 46px;
    z-index: 1;
}
.alura-table-8 .alura-price .price .price-dollar{
    top: -4px;
    left: 0px;
    padding: 0 0 0 5px;
    font-size: 25px;
    font-weight: 700;
}
.alura-table-8 .alura-price .price .price-amount{
    font-size: 32px;
}
.alura-table-8 .alura-price .price .price-month{
    padding: 0 5px 0 0;
    font-size: 15px;
}

/* CSS For Pricing Header Section */
.alura-table-8 .alura-header{
    padding: 0 0 16px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.alura-table-8 .alura-header .alura-header-back{
    height: 50px;
    width: 200px;
    margin: 0 auto;
    border: 2px solid #676767;
}
.alura-table-8 .alura-header h4{
    padding: 2px 0;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #676767;
    letter-spacing: 7px;
    line-height: 40px;
}

/* CSS For Pricing Features List */
.alura-table-8 .alura-list{
	margin: 0;
	padding: 0 0 17px;
}
.alura-table-8 .alura-list li{
    font-size: 14px;
    text-transform: capitalize;
    color: #888;
    line-height: 37px;
	list-style: none;
    cursor: pointer;
}
.alura-table-8 .alura-list i{
	padding-left: 5px;
	font-size: 11px;
    color: #888;
}
.alura-table-8 .alura-list .alura-list-border{
	border-bottom: 1px solid #dcdcdc;
}
.alura-table-8 .alura-list .line-through{
	text-decoration: line-through;
	color:#b3b3b3; 
}

/* CSS For Pricing Bottom */
.alura-table-8 .alura-bottom{
    padding: 0 0 28px 0;
}
.alura-table-8 .alura-bottom .button-style{
    width: 50%;
    margin: 0 auto;
    padding: 12px 0;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}
.alura-table-8 .alura-bottom .alura-button{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.alura-table-8 .alura-bottom .alura-button::before{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}
.alura-table-8 .alura-bottom .alura-button:hover::before{
    opacity: 0;
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}
.alura-table-8 .alura-bottom .alura-button::after{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
    opacity: 0;
    z-index: 1;
}
.alura-table-8 .alura-bottom .alura-button:hover::after{
    opacity: 1 ;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.alura-table-8 .alura-button span{
    display: block;
    text-decoration: none;
    z-index: 2;
}
.alura-table-8 .alura-button:hover span{
    color: #fff;
}

/* Common CSS */
.alura-table-8 .alura-price,
.alura-table-8 .alura-price .price{
    margin-bottom: 0;
}
.alura-table-8 .alura-price .price,
.alura-table-8 .alura-price .price .price-amount{
    font-weight: 900;
}
.alura-table-8 .alura-squere,
.alura-table-8 .alura-price .price .price-month,
.alura-table-8 .alura-price .price .price-dollar,
.alura-table-8 .alura-button span,
.alura-table-8 .alura-bottom .alura-button{
    position: relative;
}
.alura-table-8 .alura-price .alura-squere,
.alura-table-8 .alura-price .alura-squere .alura-border,
.alura-table-8 .alura-bottom .alura-button::before,
.alura-table-8 .alura-bottom .alura-button::after{
    position: absolute;
}
.alura-table-8 .alura-price .price .price-month,           
.alura-table-8 .alura-list li{
    font-weight: 400;
}
.alura-table-8,
.alura-table-8:hover,
.alura-table-8 .alura-header h4,
.alura-table-8 .alura-squere,
.alura-table-8:hover .alura-squere,
.alura-table-8 .alura-bottom .button-style,
.alura-table-8:hover .alura-bottom .button-style{
    transition: all 0.3s ease-in-out;
}
/*==============================
	end Alura Style 8 CSS
================================*/

/*==============================
    Start Alura Style 9 CSS
================================*/

/* CSS For Active Pricing Table 9 */
.alura-active-9{
    box-shadow: 0 0 30px #ccc;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
/* CSS For Pricing Table 9 */
.alura-table-9{
    margin-bottom: 30px;
    border: 1px solid #e8e8e8;
    font-family: 'Lato', sans-serif;
    color: #000;
    background: #fff;
    box-shadow: 0 0 30px #eee;
}
.alura-table-9:hover{
    box-shadow: 0 0 30px #ccc;
}

/* CSS For Pricing Header */
.alura-table-9 .active-header h4{
    color: #fff;
}
.alura-table-9 .alura-header{
    padding: 14px 0 74px 0;
    color: #888;
    background-image: linear-gradient(#fff, #eee);
    transition: all 0.3s ease-in-out;
}
.alura-table-9:hover .alura-header{
    color: #fff;
}
.alura-table-9 .alura-header h4{
    font-size: 20px;
    line-height: 40px;
}

/* CSS For Pricing Price */
.alura-table-9 .alura-price{
    padding: 89px 0 0 0;
}
.alura-table-9 .alura-circle{
    display: block; 
    width: 120px;
    height: 120px;
    top: 76px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 5px solid #fff;
    border-radius: 50%;
    font: bold 25px/100px Georgia, Serif;
    color: #777;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}
.alura-table-9 .price{
    padding: 32px 0;
    color: #999;
    line-height: 46px;
}
.alura-table-9 .price .price-amount{
    font-size: 30px;
    font-weight: 900;
}

/* CSS For Pricing List */
.alura-table-9 .alura-list{
    margin: 0;
    padding: 14px 0 13px;
    background: #fff;
}
.alura-table-9 .alura-list li{
    padding: 2px 5px;
    font-size: 14px;
    text-transform: capitalize;
    color: #888;
    line-height: 37px;
    list-style: none;
    cursor: pointer;
}
.alura-table-9 .alura-list i{
    padding-left: 5px;
    font-size: 11px;
}
.alura-table-9 .alura-list .alura-list-border{
    border-bottom: 1px solid #f3f3f3;
}
.alura-table-9 .alura-list .line-through{
    text-decoration: line-through;
    color:#b3b3b3; 
}

/* CSS For Pricing Bottom */
.alura-table-9 .alura-button{
    display: inline-block;
    border-radius: 5px;
}
.alura-table-9 .alura-button a.button-style{
    text-decoration: none;
}
.alura-table-9 .alura-button a.button-style:focus{
    color: #fff;
}
.alura-table-9 .alura-button .button-style{
    display: inline-block;
    padding: 7px 24px 6px;
    text-align: center;
    letter-spacing: 2px;
    z-index: 2;
}
.alura-table-9 .alura-button .button-style:before{
    content: "";
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    opacity: 0;
    z-index: 1;
}
.alura-table-9 .alura-button .button-style:hover:before{
    left: 0;
    right: 0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    opacity: 1;
}
.button-style:focus:before{
    left: 0;
    right: 0;
    opacity: 1;
    transition: 0.5s all ease;
}
.alura-table-9 .alura-button .button-style span{
    font-size: 15px;
    z-index: 2;
}
.alura-table-9 .alura-button .button-style:hover span{
    color: #fff;
}
/* Common CSS */
.alura-hulk,
.alura-thor,
.alura-marvel{
    display: none;
}
.alura-table-9 .alura-circle,
.alura-table-9 .alura-button .button-style:before{
    position: absolute;
}
.alura-table-9 .alura-button .button-style span,
.alura-table-9 .alura-button .button-style,
.alura-table-9 .alura-button{
    position: relative;
}
.alura-table-9 .price{
    margin-bottom: 0;
}
.alura-table-9,
.alura-table-9:hover,
.alura-table-9 .alura-header,
.alura-table-9:hover .alura-header,
.alura-table-9 .alura-button a.button-style{
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.alura-table-9{
    text-align: center;
}
.alura-table-9 .alura-header h4,
.alura-table-9 .alura-list li{
    font-weight: 400;
}
/*==============================
    end Alura Style 9 CSS
================================*/

/*==============================
	Start Alura Style 10 CSS
================================*/

/* CSS For Pricing Table 10 */
.alura-table-10{
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0px 0px 30px #eee;
	overflow: hidden;
}
.alura-table-10:hover{
	box-shadow: 0px 0px 30px #ccc;
}

/* CSS For Pricing Header */
.alura-table-10 .alura-head{
    padding: 23px 0 10px;
    border-bottom: 5px solid #e4e4e4;
	background: #fff;
}
.alura-table-10 .alura-head h4{
	font-size: 20px;
}

/* CSS For Pricing Icon */
.alura-table-10 .alura-head .alura-icon{
    display: block;
    width: 100px;
    height: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 0 30px;
    border: 5px solid #fff;
    border-radius: 50%;
	font-size: 35px;
    color: #fff;
}

/* CSS For Pricing Title */
.alura-table-10 .alura-head h4{
    margin-top: 110px;
	padding: 1px 0 0;
	font-size: 20px;
    color: #7f67b7;
	line-height: 40px;
}

/* CSS For Pricing List */
.alura-table-10 .alura-list{
	margin: 0;
	padding: 16px 0 17px;	
	background: #fff;
}
.alura-table-10 .alura-list li{
    padding: 0 5px;
    font-size: 14px;
    text-transform: capitalize;
    color: #888;
    line-height: 37px;
	list-style: none;
    cursor:pointer;
}
.alura-table-10 .alura-list i{
	padding-left: 5px;
	font-size: 11px;
}
.alura-table-10 .alura-list .alura-list-border{
	border-bottom: 1px solid #f3f3f3;
}
.alura-table-10 .alura-list .line-through{
	text-decoration: line-through;
	color:#b3b3b3; 
}

/* CSS For Pricing Price */
.alura-table-10 .alura-price{
	padding: 25px 0 0 0;
}
.alura-table-10 .alura-price:before{
	content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../../../../../00code_canyon/alura_pricing_tables/img/alura-style-10-bg.png);
    background-size: 100% 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    box-shadow: 0px 5px 15px #ccc;
    opacity: 0.3;
}
.alura-table-10 .alura-price .price{
	padding: 0 0 13px 0;
    font-size: 55px;
    color: #fff;
    line-height: 46px;
    z-index: 1;
}
.alura-table-10 .alura-price .price .price-dollar{
    top: -27px;
    left: 0px;
}
.alura-table-10 .alura-price .price .price-amount{
    font-size: 55px;
}

/* CSS For Pricing Bottom */
.alura-table-10 .alura-bottom{
    padding: 14px 0 28px;
}
.alura-table-10 .alura-button{
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
}
.alura-table-10 .alura-button .button-style{
    display: block;
    padding: 0 33px;
    border: none;
    font-size: 15px;
    background: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    overflow: hidden;
    outline: none;
    cursor: pointer;
}
.alura-table-10 .alura-button .button-style span{
    display: inline-block;
    color: #4a4a4a;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.alura-table-10 .alura-button .button-style .cart-icon{
    left: -48px;
    top: 0;
    padding: 15px 15px;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.alura-table-10 .alura-button .button-style:hover .cart-icon{
    left: 0px;
}
.alura-table-10 .alura-button .button-style:hover span{
    margin-left: 50px;
}

/* Common CSS */
.alura-table-10 .alura-price .price,
.alura-table-10 .alura-price .price .price-amount{
    font-weight: 900;
}
.alura-table-10 .alura-price .price .price-month,
.alura-table-10 .alura-price .price .price-dollar{
    padding: 0 5px;
    font-size: 16px;
}
.alura-table-10,
.alura-table-10:hover,
.alura-table-10 .alura-head,
.alura-table-10:hover .alura-head,
.alura-table-10 .alura-head .alura-icon,
.alura-table-10:hover .alura-head .alura-icon{
    transition: all .3s ease-in-out;
}
.alura-table-10,
.alura-table-10 .alura-head,
.alura-table-10 .alura-price,
.alura-table-10 .alura-price .price .price-dollar,
.alura-table-10 .alura-price .price .price-month,
.alura-table-10 .alura-price .price .price-dollar,
.alura-table-10 .alura-button,
.alura-table-10 .alura-button .button-style{
    position: relative;
}
.alura-table-10 .alura-head .alura-icon,
.alura-table-10 .alura-price:before,
.alura-table-10 .alura-button .button-style .cart-icon{
    position: absolute;
}
.alura-table-10 .alura-head,
.alura-table-10 .alura-list,
.alura-table-10 .alura-price .price .price-dollar,
.alura-table-10 .alura-price .price .price-month,
.alura-table-10 .alura-price .price .price-dollar{
    font-weight: 400;
}
/*==============================
    end Alura Style 10 CSS
================================*/

/*=========================================
    Start Alura All Style Medea Query
===========================================*/
/* On screens that are 575px or less */
@media screen and (max-width: 575px){
    .alura-table-1 .alura-button {
        padding: 7px 53px 10px 23px;
    }
    .alura-table-2 .button-style{
        border: 2px solid #fff;
    }
    .alura-table-3 .btn{
        padding: 10px 30px 11px 32px;
    }
    .alura-table-5:hover .button-style{
        border: none;
        background: #fff;
    }
    .alura-table-7 .alura-bottom .button-style{
        width: 45%;
    }
    .alura-table-8{
        max-width: 350px;
        margin: 85px auto 20px;
    }
    #alura-active-9{
        -moz-transform: scale(1.0);
        -webkit-transform: scale(1.0);
        -o-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
    }
    .alura-table-9 .alura-button .button-style{
        padding: 7px 25px 6px;
    }

    .alura-table-2:hover .alura-price .alura-price-square::before,
    .alura-table-2:hover .alura-price .alura-price-square::after {
        border-color: #fff;
    }
    .alura-table-2 .button-style.btn-type::after,
    .alura-table-2 .button-style.btn-type::before {
        border: none;
    }
    .alura-table-5 .alura-header,
    .alura-table-5 .alura-list li,
    .alura-table-5 .button-style{
        color: #fff;
    }
    .alura-table-6 .button-style,
    .alura-table-7 .alura-bottom .button-style,
    .alura-table-8 .alura-bottom .button-style{
        width: 44%;
    }
    .alura-table-1,
    .alura-table-2,
    .alura-table-3,
    .alura-table-4,
    .alura-table-5,
    .alura-table-5:after,
    .alura-table-6,
    .alura-table-7,
    .alura-table-9,
    .alura-table-10{
        max-width: 350px;
        margin: 0 auto 20px;
    }
}
/* On screens that are 600px or less */
@media screen and (max-width: 600px){
    
    .alura-layout{
        padding: 50px 0 0 0;
    }
    .layout-section .layout-heading{
        padding: 50px 0;
    }
    .layout-section .layout-heading h2, 
    .bottom-section-1 .layout-heading h2, 
    .bottom-section-2 .layout-heading h2{
        font-size: 20px;
    }
}
/* On screens that are 767px or less */
@media screen and (max-width: 767px) and (min-width: 601px){
    .alura-table-10 .alura-button .button-style span,
    .alura-table-9 .alura-button .button-style span,
    .alura-table-8 .alura-button span,
    .alura-table-7 .alura-button span,
    .alura-table-6 .alura-button span,
    .alura-table-4 .alura-bottom .button-style,
    .alura-table-3 .btn,
    .alura-table-2 .button-style,
    .alura-table-1 .alura-button .txt{
        font-size: 15px;
    }
    .alura-table-4 .alura-price {
        margin-right: 40px;
    }
    .alura-table-4:hover .alura-price {
        margin-right: 30px;
    }
    .alura-table-5 .alura-list li {
        padding: 1px 40px;
    }
    .alura-table-5 .button-style {
        padding: 10px 50px 11px;
    }
    #alura-active-9{
        -moz-transform: scale(1.0);
        -webkit-transform: scale(1.0);
        -o-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
    }
    .alura-table-8 .alura-bottom .button-style,
    .alura-table-7 .alura-bottom .button-style,
    .alura-table-6 .alura-bottom .button-style{
        width: 60%;
    }
}
/* On screens that are 991px or less */
@media screen and (max-width: 991px) and (min-width: 768px){
    .alura-table-4 .alura-price {
        margin-right: 30px;
    }
    .alura-table-4:hover .alura-price {
        margin-right: 20px;
    }
    .alura-table-4 .alura-price .price {
        left: 13px;
    }
    .alura-table-4 .alura-list li{
        padding: 0 15px;
        font-size: 12px;
    }
    .alura-table-5 .alura-list li {
        padding: 1px 30px;
    }
    .alura-table-5 .button-style {
        padding: 10px 50px 11px;
    }
    #alura-active-9{
        -moz-transform: scale(1.0);
        -webkit-transform: scale(1.0);
        -o-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
    }
    .alura-table-8 .alura-bottom .button-style,
    .alura-table-7 .alura-bottom .button-style,
    .alura-table-6 .alura-bottom .button-style{
        width: 50%;
    }
}
/*=========================================
    End Alura All Style Medea Query
===========================================*/