.vca-style1 .vca-pricingTable{
    text-align: center;
    border: 1px solid #dbdbdb;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
}
.vca-style1 .vca-pricingTable:hover .vca-price-value{
    transform: rotate(360deg);
    transition:0.6s ease;
}
.vca-style1 .vca-pricingTable > .vca-pricingTable-header{
    color:#fff;
}
.vca-style1 .vca-pricingTable-header > .vca-heading{
    background: #e67e22;
    display: block;
    padding: 7px 10px;
    border-radius: 10px 10px 0 0;
}
.vca-style1 .vca-heading > h3{
    font-weight:bold;
    margin: 0;
    text-transform: uppercase;
}
.vca-style1 .vca-heading > .vca-subtitle{
    font-size: 13px;
    margin-top: 3px;
    display: block;
}
.vca-style1 .vca-pricingTable-header > .vca-price-value{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border:2px solid #474747;
    display: block;
    margin: 0 auto;
    color:#474747;
    font-size: 25px;
    font-weight: 800;
    margin-top: 10px;
    padding: 20px 10px 0 10px;
    line-height: 35px;
}
.vca-style1 .vca-price-value > span{
    font-size: 40px;
}
.vca-style1 .vca-price-value > .mo{
    display: block;
    line-height: 0;
    padding-top: 18px;
    border-top: 1px solid #474747;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    margin-top: 7px;
}
.vca-style1 .vca-pricingTable > .vca-pricingContent{
    margin: 10px 0 0 0;
}
.vca-style1 .vca-pricingContent > ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.vca-style1 .vca-pricingContent > ul > li{
    border-top: 1px solid #dbdbdb;
    padding: 10px 0;
    text-align: center;
    transition:0.4s ease-in-out;
}
.vca-style1 .vca-pricingContent > ul > li:before{
    content: "\f101";
    font-family: 'FontAwesome';
    color:#e67e22;
    margin-right: 10px;
}
.vca-style1 .vca-pricingContent > ul > li:hover{
    padding-left: 15px;
    transition:0.4s ease-in-out;
}
.vca-style1 .vca-pricingContent > ul > li:last-child{
    border-bottom: 1px solid #dbdbdb;
}
.vca-style1 .vca-pricingTable > .vca-pricingTable-sign-up{
    padding: 25px 0;
}
.vca-style1 .btn-block{
    width: 50%;
    margin: 0 auto;
    background: #e67e22;
    border:0px none;
    padding: 10px 5px;
    color:#fff;
    text-transform: capitalize;
    transition:0.3s ease;
    border-radius: 0px;
}
.vca-style1 .btn-block:after{
    content: "\f090";
    font-family: 'FontAwesome';
    padding-left: 10px;
    font-size: 15px;
}
.vca-style1 .btn-block:hover{
    border-radius: 10px;
    background: #e67e22;
    color:#fff;
}
.vca-style1 .vca-mid{
    zoom: 1.15;
    margin-top: -20px;
}
@media screen and (max-width: 990px){
    .vca-style1 .vca-pricingTable{
        margin-bottom: 20px;
    }
}
.vca-style2 .vca-pricingTable{
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease 0s;
}
.vca-style2 .vca-pricingTable:hover{
    margin-top: -20px;
}
.vca-style2 .vca-pricingTable > .vca-pricingTable-header{
    color:#fff;
}
.vca-style2 .vca-pricingTable-header > .vca-heading{
    background: #727cb6;
    display: block;
    padding: 20px;
    margin-bottom: 5px;
}
.vca-style2 .vca-heading > h3{
    text-transform: capitalize;
    margin: 0;
}
.vca-style2 .vca-heading > .vca-subtitle{
    text-transform: capitalize;
}
.vca-style2 .vca-pricingTable-header > .vca-price-value{
    padding: 10px;
    background: #5f6795;
    display: block;
    font-size: 32px;
}
.vca-pricingTable:hover .vca-price-value > .vca-price,
.vca-style2 .vca-pricingTable .vca-price-value > .mo{
    display: none;
}
.vca-style2 .vca-pricingTable:hover .vca-price-value > .mo{
    display: block;
}
.vca-style2 .vca-pricingTable > .vca-pricingContent{
    margin-top: 5px;
}
.vca-style2 .vca-pricingContent > ul{
    padding: 0;
    list-style: none;
    margin-bottom: 5px;
}
.vca-style2 .vca-pricingContent > ul > li{
    padding: 8px 20px;
    border-bottom: 1px solid #dddddd;
}
.vca-style2 .vca-pricingContent > ul > li:nth-child(odd){
    background: #ECF0F1;
}
.vca-style2 .vca-pricingTable > .vca-pricingTable-sign-up{
    padding: 15px 0;
    border: 1px solid #ecf0f1;
}
.vca-style2 .vca-pricingTable-sign-up > .btn-block{
    width: 80%;
    margin: 0 auto;
    background: #727cb6;
    border: 0px none;
    color:#fff;
    text-transform: capitalize;
    font-weight: bold;
    border-radius: 0px;
}
.vca-style2 .vca-pricingTable-sign-up > .btn-block:hover{
    background: #5f6795;
    color:#fff;
}
.vca-style2 .blue .vca-heading,.blue .btn-block{
    background: #3498db;
}
.vca-style2 .blue .vca-price-value,.blue .btn-block:hover{
    background: #3480b7;
}
.vca-style2 .pink .vca-heading,.pink .btn-block{
    background: #ed687c;
}
.vca-style2 .pink .vca-price-value,.pink .btn-block:hover{
    background: #bb5163;
}
.vca-style2 .green .vca-heading,.green .btn-block{
    background: #1abc9c;
}
.vca-style2 .green .vca-price-value,.green .btn-block:hover{
    background: #25917d;
}
.vca-style2 .vca-mid{
    zoom: 1.25;
    margin-top: -20px;
}
@media only screen and (max-width: 768px){
    .vca-style2 .vca-pricingTable{
        margin-bottom: 80px;
    }
}
.vca-style3 .vca-pricingTable{
    background: #fff;
    text-align: center;
    border: 1px solid #e8e8e8;
}
.vca-style3 .vca-pricingTable-header > .vca-price-value{
    padding: 30px 0;
    display: block;
    color:#494949;
    font-size: 50px;
    line-height: 30px;
    transition: all 0.3s ease-in-out 0s;
}
.vca-style3 .vca-price-value > .mo{
    display: block;
    font-size: 18px;
    font-weight: 100;
}
.vca-style3 .vca-price-value > .vca-currency{
    font-size: 24px;
    position: relative;
    bottom: 17px;
    margin-right: 5px;
}
.vca-style3 .vca-pricingTable:hover .vca-pricingTable-header > .vca-price-value{
    background: #e67e22;
    color:#fff;
}
.vca-style3 .vca-pricingTable > .vca-pricingTable-header{
    color:#fff;
}
.vca-style3 .vca-pricingTable-header > .vca-heading{
    padding: 12px;
    background: #e67e22;
    display: block;
    width: 65%;
    transition: all 0.3s ease-in-out 0s;
}
.vca-style3 .vca-pricingTable-header > .vca-heading > h3{
    margin: 0;
    text-transform: uppercase;
    font-size: 22px;
}
.vca-style3 .vca-pricingTable:hover .vca-pricingTable-header > .vca-heading{
    width: 100%;
    background: #d3721d;
}
.vca-style3 .vca-pricingTable > .vca-pricingContent{
    margin-top: 20px;
}
.vca-style3 .vca-pricingContent > ul{
    list-style: none;
    padding: 0;
}
.vca-style3 .vca-pricingContent > ul > li{
    margin: 10px 0;
    padding: 8px 0;
}
.vca-style3 .vca-pricingContent > ul > li:hover{
    background: #F7F7F7 ;
}
.vca-style3 .vca-pricingContent > ul > li > a{
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    color:#494949;
}
.vca-style3 .vca-pricingContent > ul > li > a:hover{
    text-decoration: none;
}
.vca-style3 .vca-pricingTable-sign-up{
    padding: 10px 0 30px;
}
.vca-style3 .vca-pricingTable-sign-up > .btn-block{
    width: 40%;
    margin: 0 auto;
    padding: 8px 0;
    border-radius: 0px;
    text-transform: uppercase;
    background: #e67e22;
    color:#fff;
    font-size: 16px;
    border: 0px none;
    transition: all 0.3s ease-in-out 0s;
}
.vca-style3 .vca-pricingTable-sign-up > .btn-block:hover{
    width: 50%;
    background: #d3721d;
}
.vca-style3 .vca-mid .vca-price-value{
    background: #e67e22;
    color:#fff;
    position: relative;
}
.vca-style3 .vca-mid .vca-heading{
    width: 100%;
    background: #d3721d;
}
.vca-style3 .vca-mid .btn-block{
    width: 50%;
    background: #e67e22;
}
.vca-style3 .vca-mid .vca-icon{
    width: 50px;
    height: 65px;
    display: inline-block;
    position: absolute;
    background: #d3721d;
    top:0;
    right: 10px;
    font-size: 18px;
    line-height: 50px;
}
.vca-style3 .vca-mid .vca-icon:after{
    content: "";
    border-bottom: 15px solid #e67e22;
    border-left: 25px solid rgba(0, 0, 0, 0);
    border-right: 25px solid rgba(0, 0, 0, 0);
    z-index: 999;
    position: absolute;
    bottom: 0;
    right: 0;
}
@media screen and (max-width: 768px){
    .vca-style3 .vca-pricingTable{
        margin-bottom: 20px;
    }
}
.vca-style4 .vca-pricingTable{
    text-align: center;
    transition:all 0.3s ease 0s;
}
.vca-style4 .vca-pricingTable > .vca-pricingTable-header{
    color:#fff;
    position: relative;
}
.vca-style4 .vca-pricingTable-header > .vca-heading{
    background: #727cb6;
    display: block;
    padding: 30px 0; 
    border-radius: 10px 10px 0 0;
}
.vca-style4 .vca-heading > h3{
    text-transform: capitalize;
    margin: 0;
}
.vca-style4 .vca-pricingTable-header > .vca-price-value{
    background: #5f6795;
    display: block;
    padding: 20px 0;
    font-size: 30px;
    line-height: 27px;
}
.vca-style4 .vca-price-value > .mo{
    display: block;
    font-size: 13px;
}
.vca-style4 .vca-pricingTable > .vca-pricingContent{
    text-align: center;
    text-transform: capitalize;
}
.vca-style4 .vca-pricingContent > ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.vca-style4 .vca-pricingContent > ul > li{
    padding: 10px 0;
    border: 1px solid #DBDBDB;
    border-top: 0px none;
    background: #F5F5F5;
}
.vca-style4 .vca-pricingTable-sign-up{
    padding: 15px 0;
    border: 1px solid #DBDBDB;
    border-top: 0px none;
}
.vca-style4 .btn-block{
    width: 40%;
    margin: 0 auto;
    border-radius: 4px;
    text-transform: capitalize;
    background: linear-gradient(#8991be 40%,#727cb6 60%);
    border: 1px solid #727cb6;
    color:#fff;
    padding: 8px 0;
}
.vca-style4 .btn-block:hover{
    color:#fff;
    border: 1px solid #727cb6;
}
.vca-style4 .vca-mid .vca-heading{
    background: #ed687c;
}
.vca-style4 .vca-mid .vca-heading > .vca-popular{
    display: inline-block;
    transform:rotate(-90deg);
    position: absolute;
    top:23px;
    right: -10px;
    background: #bb5163;
    padding: 10px 30px 10px 8px
}
.vca-style4 .vca-mid .vca-heading > .vca-popular:before{
    content: "";
    width:40px;
    height:40px;
    background: #9d4352;
    display: inline-block;
    position: absolute;
    top: 0px;
    right:100%;
}
.vca-style4 .vca-mid .vca-heading > .vca-popular:after{
    content: "";
    border-bottom: 15px solid #bb5163;
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid rgba(0, 0, 0, 0);
    position: absolute;
    top: 30%;
    left:-60%;
    transform:rotate(90deg);
}
.vca-style4 .vca-mid .vca-price-value{
    background: #bb5163;
}
.vca-style4 .vca-mid .btn-block{
    background: linear-gradient(#f499a8 40%,#ed687c 60%);
    border: 1px solid #ed687c;
}
.vca-style4 .green .vca-heading{
    background: #1abc9c;
}
.vca-style4 .green .vca-price-value{
    background: #25917d;
}
.vca-style4 .green .btn-block{
    background: linear-gradient(#4ed7be 40%,#1abc9c 60%);
    border: 1px solid #1abc9c;
}
.vca-style4 .blue .vca-heading{
    background: #3498db;
}
.vca-style4 .blue .vca-price-value{
    background: #3480b7;
}
.vca-style4 .blue .btn-block{
    background: linear-gradient(#5ba7dd 40%,#3498db 60%);
    border: 1px solid #3498db;
}
.vca-style4 .vca-pricingTable:hover{
    margin-top: -20px;
}
@media screen and (max-width: 990px){
    .vca-style4 .vca-pricingTable{
        margin-bottom: 20px;
    }
}
.vca-style5 .vca-pricingTable{
    text-align: center;
    background: #fff;
    border: 1px solid #e8e8e8;
}
.vca-style5 .vca-pricingTable:hover  > .vca-pricingTable-header > .vca-heading > h3{
    color: #e67e22;
    transition: all 0.4s ease 0s;
}
.vca-style5 .vca-pricingTable > .vca-pricingTable-header{
    color:#333333;
}
.vca-style5 .vca-pricingTable-header > .vca-heading{
    display: block;
    padding-top: 10px;
    position: relative;
}
.vca-style5 .vca-heading > h3{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.vca-style5 .vca-heading > .vca-sale-wrapper{
    height: 88px;
    width: 85px;
    color:#fff;
    overflow: hidden;
    position: absolute;
    right: -4px;
    top: -3px;
}
.vca-style5 .vca-sale-wrapper > .vca-sale{
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: 10px 0;
    position: absolute;
    left: 0px;
    top: 10px;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(45deg);
    width: 120px;
    background: #e67e22;
}
.vca-style5 .vca-sale-wrapper > .vca-sale:after{
    content: "";
    position: absolute;
    bottom: -3px;
    right:6px;
    border-left: 3px solid rgba(0, 0, 0, 0);
    border-right: 3px solid rgba(0, 0, 0, 0);
    border-top: 3px solid #6e8900;
}
.vca-style5 .vca-pricingTable-header > .vca-price-value{
    display: block;
    color:#e67e22;
    font-size: 36px;
    font-weight: 700;
}
.vca-style5 .vca-price-value > .mo{
    display: block;
    color:#333333;
    font-size: 14px;
    font-weight: normal;
}
.vca-style5 .vca-pricingTable > .vca-pricingContent{
    margin-top: 20px;
}
.vca-style5 .vca-pricingTable > .vca-pricingContent > ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.vca-style5 .vca-pricingTable > .vca-pricingContent > ul > li{
    padding: 13px 35px;
    border-top: 1px solid #dcdcdc;
    text-transform: uppercase;
}
.vca-style5 .vca-pricingTable > .vca-pricingContent > ul > li:nth-child(odd){
    background: #F3F3F3;
    color:#9c9c9c;
    text-transform: capitalize;
}
.vca-style5 .vca-pricingTable-sign-up{
    padding: 30px 15px;
    border-top: 1px solid #dcdcdc;
    background: #EBEBEB;
}
.vca-style5 .vca-pricingTable-sign-up .btn-default{
    padding: 15px;
    background: #e67e22;
    color:#fff;
    text-transform: capitalize;
    border: 0px none;
    transition: all 0.4s ease 0s;
}
.vca-style5 .vca-pricingTable-sign-up .btn-default:hover{
    background: #2F2F2F;
    color:#fff;
}
@media screen and (max-width: 990px){
    .vca-style5 .vca-pricingTable{
        margin-bottom: 20px;
    }
}

.vca-style6 .vca-pricingTable{
    text-align: center;
    background: #fff;
    border: 1px solid #e8e8e8;
}
.vca-style6 .vca-pricingTable:hover .btn-block,
.vca-style6 .vca-pricingTable:hover .vca-price-value{
    background: #ffa000;
}
.vca-style6 .vca-pricingTable > .vca-pricingTable-header{
    color:#333333;
    padding-top: 40px;
}
.vca-style6 .vca-pricingTable-header > .vca-price-value{
    display: block;
    padding: 25px 0;
    background: #ff5722;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 24px;
    color:#fff;
    transition: all 0.4s ease 0s;
    font-weight: 700;
}
.vca-style6 .vca-price-value > .mo{
    display: block;
    font-size: 12px;
}
.vca-style6 .vca-pricingTable-header > .vca-heading{
    display: block;
    padding-top: 20px;
}
.vca-style6 .vca-heading > h3{
    margin: 0;
    text-transform: capitalize;
    font-weight: 700;
}
.vca-style6 .vca-pricingTable > .vca-pricingContent{
    margin-top: 30px;
}
.vca-style6 .vca-pricingTable > .vca-pricingContent > ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.vca-style6 .vca-pricingTable > .vca-pricingContent > ul > li{
    padding: 10px 0;
    border-top: 1px solid #d6d6d6;
}
.vca-style6 .vca-pricingTable-sign-up{
    padding: 40px 0;
    border-top: 1px solid #d6d6d6;
}
.vca-style6 .vca-pricingTable-sign-up > .btn-block{
    width: 50%;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 0px;
    background: #ff5722;
    color:#fff;
    text-transform: uppercase;
    font-size: 17px;
    border: 0px none;
    transition: all 0.4s ease 0s;
}
.vca-style6 .vca-mid{
    zoom: 1.15;
    margin-top: -30px;
    box-shadow: 2px 5px 5px #888888;
}
.vca-style6 .vca-mid .vca-price-value,
.vca-style6 .vca-mid .btn-block{
    background: #ffa000;
}
@media screen and (max-width: 990px){
    .vca-style6 .vca-pricingTable{
        margin-bottom: 20px;
    }
}

.vca-style7 .vca-pricingTable{
    text-align: center;
    background: #fff;
    border: 1px solid #dce2ed;
}
.vca-style7 .vca-pricingTable > .vca-pricingTable-header{
    color:#fff;
}
.vca-style7 .vca-pricingTable-header > .vca-heading{
    display: block;
    padding: 12px 0;
    background: #727cb6;
    box-shadow: 0 5px 0 #5f6795;
    border-radius: 0 0 10px 10px;
    width:60%;
    margin: 0 auto;
    position: relative;
    bottom: 10px;
}
.vca-style7 .vca-heading > h3{
    text-transform: uppercase;
    margin: 0;
}
.vca-style7 .vca-pricingTable-header > .vca-price-value{
    display: block;
    color:#3A424A;
    padding: 25px 0;
    font-size: 50px;
}
.vca-style7 .vca-price-value > .mo{
    font-size: 15px;
}
.vca-style7 .vca-price-value > .vca-currency{
    position: relative;
    bottom: 20px;
    font-size: 28px;
    margin-right: 4px;
}
.vca-style7 .vca-pricingTable > .vca-pricingContent{
    text-transform: capitalize;
}
.vca-style7 .vca-pricingTable > .vca-pricingContent > ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.vca-style7 .vca-pricingTable > .vca-pricingContent > ul > li{
    padding: 15px 0;
    border-top: 1px solid #dce2ed;
    color:#818d9a;
}
.vca-style7 .vca-pricingTable > .vca-pricingContent > ul > li:nth-child(odd){
    background: #F8F8F8;
}
.vca-style7 .vca-pricingTable-sign-up{
    padding: 40px 0;
    border-top: 1px solid #dce2ed;
}
.vca-style7 .vca-pricingTable-sign-up > .btn-block{
    border-color: #727cb6;
    color: #727cb6;
    width: 50%;
    margin: 0 auto;
    text-transform: uppercase;
    padding: 10px 0;
    transition: all 0.2s ease-in-out 0s;
}
.vca-style7 .vca-pricingTable-sign-up > .btn-block:hover{
    background: #727cb6;
    color:#fff;
}
.vca-style7 .pink .vca-heading{
    background: #ed687c;
    box-shadow: 0 5px 0 #bb5163;
}
.vca-style7 .pink .btn-block{
    border-color:#ed687c;
    color:#ed687c;
}
.vca-style7 .pink .btn-block:hover{
    background: #ed687c;
    color:#fff;
}
.vca-style7 .green .vca-heading{
    background: #1abc9c;
    box-shadow: 0 5px 0 #25917d;
    position: relative;
}
.vca-style7 .vca-mid .vca-heading:after{
    content: "HOT";
    width: 50px;
    height:50px;
    background: #1abc9c;
    display: block;
    position: absolute;
    top:55%;
    right: -10px;
    border-radius: 50%;
    border:4px solid #fff;
    line-height: 45px;
}
.vca-style7 .green .btn-block{
    border-color:#1abc9c;
    color:#1abc9c;
}
.vca-style7 .green .btn-block:hover{
    background: #1abc9c;
    color:#fff;
}
.vca-style7 .yellow .vca-heading{
    background: #f2ca27;
    box-shadow: 0 5px 0 #f4a62a;
}
.vca-style7 .yellow .btn-block{
    border-color:#f2ca27;
    color:#f2ca27;
}
.vca-style7 .yellow .btn-block:hover{
    background: #f2ca27;
    color:#fff;
}
@media only screen and (max-width: 990px){
    .vca-style7 .vca-pricingTable{
        margin-bottom: 40px;
    }
}

.vca-style8 .vca-pricingTable{
    text-align: center;
    background: #fff;
    border: 1px solid #e1e1e1;
}
.vca-style8 .vca-pricingTable > .vca-pricingTable-header{
    color:#fff;
    padding:45px 0 0 0;
    position: relative;
}
.vca-style8 .vca-pricingTable-header > .vca-price-value{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: 0 auto;
    background: #727cb6;
    display: block;
    font-size: 50px;
    line-height: 30px;
    padding: 45px 0;
    border: 7px solid #fff;
    box-shadow: 0 0 0 2px #727cb6;
}
.vca-style8 .vca-price-value > .mo{
    font-size: 15px;
    display: block;
    text-transform: capitalize;
}
.vca-style8 .vca-price-value > .vca-currency{
    font-size: 24px;
    position: relative;
    bottom: 20px;
    margin-right: 4px;
}
.vca-style8 .vca-pricingTable-header > .vca-heading{
    padding:30px 0 20px 0;
    display: block;
}
.vca-style8 .vca-heading > h3{
    color:#727272;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
}
.vca-style8 .vca-pricingTable > .vca-pricingContent{
    text-transform: capitalize;
}
.vca-style8 .vca-pricingTable > .vca-pricingContent > ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.vca-style8 .vca-pricingTable > .vca-pricingContent > ul > li{
    border-top: 1px solid #e1e1e1;
    padding: 15px 0;
    color:#818d9a;
}
.vca-style8 .vca-pricingTable > .vca-pricingContent > ul > li:nth-child(odd){
    background: #f8f8f8;
}
.vca-style8 .vca-pricingTable-sign-up{
    padding: 40px 0;
    border-top: 1px solid #e1e1e1;
}
.vca-style8 .vca-pricingTable-sign-up > .btn-block{
    width: 60%;
    margin: 0 auto;
    border-radius: 0px;
    padding: 10px 2px;
    border: 2px solid #727272;
    color:#727272;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    transition: all 0.2s ease-in-out 0s;
}
.vca-style8 .vca-pricingTable-sign-up > .btn-block:hover{
    background: #727272;
    color:#fff;
}
.vca-style8 .vca-mid {
    box-shadow: 0 0 10px 2px #e1e1e1;
}
.vca-style8 .vca-mid .vca-pricingTable-header:after{
    content: "hot";
    width: 55px;
    height:55px;
    border-radius: 50%;
    background: #727272;
    display: block;
    position: absolute;
    top:10px;
    right: 10px;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: bold;
}
.vca-style8 .vca-mid .vca-price-value{
    background: #727272;
    box-shadow: 0 0 0 2px #727272;
}
@media screen and (max-width: 990px){
    .vca-style8 .vca-pricingTable{
        margin-bottom: 40px;
    }
}

.vca-style9 .vca-pricingTable{
    text-align: center;
    border:1px solid #e7e7e7;
    transition: all 0.2s ease-in-out 0s;
}
.vca-style9 .vca-pricingTable:hover{
    margin-top: -20px;
}
.vca-style9 .vca-pricingTable > .vca-pricingTable-header{
    color:#fff;
}
.vca-style9 .vca-pricingTable-header > .vca-heading{
    display: block;
    padding: 50px 0 0;
    background: #34495e;
}
.vca-style9 .vca-heading > h3{
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
.vca-style9 .vca-pricingTable-header > .vca-price-value{
    background: #34495e;
    display: block;
    padding: 5px 0 50px 0;
    color:#e67e22;
    font-size: 70px;
    font-weight: bold;
    line-height: 70px;
}
.vca-style9 .vca-pricingTable > .vca-pricingContent{
    color:#888888;
}
.vca-style9 .vca-pricingTable > .vca-pricingContent > ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.vca-style9 .vca-pricingTable > .vca-pricingContent > ul > li{
    padding: 15px;
    border-bottom: 1px solid #e7e7e7;
}
.vca-style9 .vca-pricingTable > .vca-pricingContent > ul > li:nth-child(even){
    background: #F8F8F8;
}
.vca-style9 .vca-pricingTable-sign-up{
    padding: 15px;
    background: #F8F8F8;
}
.vca-style9 .vca-pricingTable-sign-up > .btn-block{
    background: #e67e22;
    color:#fff;
    text-transform: uppercase;
    width:45%;
    margin: 0 auto;
    padding: 8px 0;
    border: 0px none;
    font-weight: bold;
}
.vca-style9 .vca-mid .vca-heading, .vca-style9 .vca-mid .vca-price-value{
    background: #e67e22;
}
.vca-style9 .vca-mid .vca-heading > .vca-popular{
    display: inline-block;
    transform:rotate(-90deg);
    position: absolute;
    top:23px;
    right: -10px;
    background: #8d5019;
    padding: 10px 30px 10px 8px;
    width: 105px;
    height: 44px;
}
.vca-style9 .vca-mid .vca-heading > .vca-popular:before{
    content: "";
    width: 40px;
    height: 44px;
    background: #a85811;
    display: inline-block;
    position: absolute;
    top: 0px;
    right:100%;
}
.vca-style9 .vca-mid .vca-heading > .vca-popular:after{
    content: "";
    border-bottom: 15px solid #e67e22;
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid rgba(0, 0, 0, 0);
    position: absolute;
    top: 35%;
    left:-51%;
    transform:rotate(90deg);
}
.vca-style9 .vca-mid .vca-price-value{
    color: #34495e;
}
@media only screen and (max-width: 990px){
    .vca-style9 .vca-pricingTable-header > .vca-heading{
        padding-top: 30px;
    }
    .vca-style9 .vca-pricingTable-header > .vca-price-value{
        font-size: 50px;
        padding-bottom: 30px;
    }
    .vca-style9 .vca-pricingTable-sign-up > .btn-block{
        width: 60%;
    }
}
 
@media only screen and (max-width: 768px){
    .vca-style9 .vca-pricingTable{
        margin-bottom: 40px;
    }
}

.vca-style10 .vca-pricingTable{
    text-align: center;
    background: #727cb6;
    padding-top: 5px;
    transition: all 0.5s ease-in-out 0s;
}
.vca-style10 .vca-pricingTable > .vca-pricingTable-header{
    color:#fff;
    background: #273238;
    height: 190px;
    position: relative;
    transition: all 0.5s ease 0s;
}
.vca-style10 .vca-pricingTable > .vca-pricingTable-header:after{
    content: "";
    border-bottom: 40px solid #727cb6;
    border-left: 263px solid transparent;
    position: absolute;
    right:0px;
    bottom: 0px;
}
.vca-style10 .vca-pricingTable:hover .vca-pricingTable-header{
    height: 230px;
    transition: all 0.5s ease 0s;
}
.vca-style10 .vca-pricingTable-header > .vca-heading{
    display: block;
    padding: 20px 0;
}
.vca-style10 .vca-heading > h3{
    margin: 0;
    text-transform: uppercase;
}
.vca-style10 .vca-pricingTable-header > .vca-price-value{
    display: block;
    font-size: 60px;
    line-height: 60px;
}
.vca-style10 .vca-pricingTable-header > .vca-price-value > .mo{
    font-size: 14px;
    display: block;
    line-height: 0px;
    text-transform: uppercase;
}
.vca-style10 .vca-pricingTable-header > .vca-price-value > .vca-currency{
    font-size: 24px;
    margin-right: 4px;
    position: relative;
    bottom:30px;
}
.vca-style10 .vca-pricingTable > .vca-pricingContent{
    text-transform: uppercase;
    color:#fff
}
.vca-style10 .vca-pricingTable > .vca-pricingContent > ul{
    list-style: none;
    padding: 0;
}
.vca-style10 .vca-pricingTable > .vca-pricingContent > ul > li{
    padding: 15px 0;
    border-bottom: 1px solid #fff;
}
.vca-style10 .vca-pricingTable > .vca-pricingContent > ul > li:last-child{
    border: 0px none;
}
.vca-style10 .vca-pricingTable-sign-up{
    padding: 30px 0;
}
.vca-style10 .vca-pricingTable-sign-up > .btn-block{
    width: 80%;
    margin: 0 auto;
    background: #273238;
    border:2px solid #fff;
    color:#fff;
    padding: 15px 12px;
    text-transform: uppercase;
    font-size: 18px;
}
.vca-style10 .vca-pricingTable-sign-up > .btn-block:hover{
    opacity: 0.9;
}
.vca-style10 .pink{
    background: #ed687c;
}
.vca-style10 .pink .vca-pricingTable-header:after{
    border-bottom-color: #ed687c;
}
.vca-style10 .orange{
    background: #e67e22;
}
.vca-style10 .orange .vca-pricingTable-header:after{
    border-bottom-color: #e67e22;
}
.vca-style10 .blue{
    background: #3498db;
}
.vca-style10 .blue .vca-pricingTable-header:after{
    border-bottom-color: #3498db;
}
.vca-style10 .vca-mid{
    zoom: 1.25;
    margin-top: -20px;
}
.vca-style10 .vca-mid > .vca-pricingTable-header:after{
    border-bottom: 3px solid #727cb6;
}
@media screen and (max-width: 1200px){
    .vca-style10 .vca-pricingTable > .vca-pricingTable-header:after{
        border-left: 215px solid transparent;
    }
}
@media screen and (max-width: 990px){
    .vca-style10 .vca-pricingTable{
        margin-bottom: 20px;
    }
    .vca-style10 .vca-pricingTable > .vca-pricingTable-header:after{
        border-left: 349px solid transparent;
    }
}
@media screen and (max-width: 480px){
    .vca-style10 .vca-pricingTable{
        overflow: hidden;
    }
    .vca-style10 .vca-pricingTable > .vca-pricingTable-header:after {
        border-left: 459px solid rgba(0, 0, 0, 0);
    }
}

.vca-style11 .vca-pricingTable{
    text-align: center;
    background: #e6e6e6;
}
.vca-style11 .vca-pricingTable:hover{
    margin-top: 10px;
}
.vca-style11 .vca-pricingTable > .vca-pricingTable-header{
    color:#fff;
}
.vca-style11 .vca-pricingTable .vca-pricingTable-header > .vca-heading{
    display: block;
    padding: 20px 0;
    background: #ed687c;
}
.vca-style11 .vca-pricingTable .vca-pricingTable-header > .vca-heading > h3{
    margin: 0 0 12px 0;
    text-transform: uppercase;
    font-weight: bold;
}
.vca-style11 .vca-pricingTable .vca-pricingTable-header > .vca-heading > i{
    font-size: 70px;
    opacity: 0.5;
}
.vca-style11 .vca-pricingTable .vca-pricingTable-header > .vca-price-value{
    display: block;
    background: #ed687c;
    margin: 20px 0;
    padding: 10px 0;
    font-size: 47px;
    font-weight: bold;
    padding-top: 30px;
}
.vca-style11 .vca-pricingTable .vca-pricingTable-header > .vca-price-value > .vca-month{
    display: block;
    font-size: 14px;
    margin-top: 15px;
}
.vca-style11 .vca-pricingTable > .vca-pricingContent{
    text-transform: capitalize;
}
.vca-style11 .vca-pricingTable > .vca-pricingContent > ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.vca-style11 .vca-pricingTable > .vca-pricingContent > ul > li{
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.vca-style11 .vca-pricingTable > .vca-pricingContent > ul > li:after{
    content: "";
    width: 100%;
    height:100%;
    position: absolute;
    top:0;
    left:-100%;
    background: #b6b6b6;
    z-index: -5;
    transition: all 0.4s ease 0s;
}
.vca-style11 .vca-pricingTable > .vca-pricingContent > ul > li:hover:after{
    left:0;
    transition: all 0.4s ease 0s;
}
.vca-style11 .vca-pricingTable .vca-pricingTable-sign-up{
    padding: 20px 0;
}
.vca-style11 .vca-pricingTable .vca-pricingTable-sign-up > .btn-block{
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0px;
    border: 1px solid #ed687c;
    color: #ed687c;
    background: #e6e6e6;
    position: relative;
    transition: all 0.6s ease 0s;
}
.vca-style11 .vca-pricingTable .vca-pricingTable-sign-up > .btn-block:before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:0;
    z-index: -1;
    transition: all 0.6s ease 0s;
}
.vca-style11 .vca-pricingTable .vca-pricingTable-sign-up > .btn-block:after{
    content: "";
    position: absolute;
    bottom:0;
    right:0;
    width: 100%;
    height:0;
    z-index: -1;
    transition: all 0.6s ease 0s;
}
.vca-style11 .vca-pricingTable .vca-pricingTable-sign-up > .btn-block:hover{
    z-index: 1;
    color:#fff;
}
.vca-style11 .vca-mid{
    zoom: 1.25;
    margin-top: -20px;
}
.vca-style11  .vca-pricingTable .vca-pricingTable-sign-up > .btn-block:hover:before,
.vca-style11 .vca-pricingTable .vca-pricingTable-sign-up > .btn-block:hover:after{
    background: #ed687c;
    height:50%;
}
@media screen and (max-width: 990px){
    .vca-style11 .vca-pricingTable{
        margin-bottom: 20px;
    }
}

.vca-style12 .vca-pricingTable{
    text-align: center;
    box-shadow: 0 0 1px 4px rgba(0, 0, 0, 0.1);
}
.vca-style12 .vca-pricingTable > .vca-pricingTable-header{
    color:#fff;
    padding: 3px 0;
    background: #727cb6;
}
.vca-style12 .vca-pricingTable .vca-price-value{
    background: #353740;
    display: block;
    padding: 24px 12px;
    font-size: 32px;
    position: relative;
}
.vca-style12 .vca-pricingTable .vca-price-value:after,
.vca-style12 .vca-pricingTable .vca-price-value:before{
    content: "";
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top:40%;
    right:-15px;
}
.vca-style12 .vca-pricingTable .vca-price-value:before{
    left:-15px;
}
.vca-style12 .vca-pricingTable .vca-price-value > span{
    font-size: 24px;
}
.vca-style12 .vca-pricingTable .vca-price-value > .vca-month{
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}
.vca-style12 .vca-pricingTable .vca-price-value > .vca-month:before{
    content: "";
    border: 1px solid #fff;
    width: 28px;
    display: block;
    margin: 5px auto;
    margin-bottom: 5px;
}
.vca-style12 .vca-pricingTable .vca-icon{
    display: block;
    padding: 30px 0;
    font-size: 54px;
}
.vca-style12 .vca-pricingTable .vca-icon > i{
    transform: rotateY(0deg);
    transition: all 1s ease-out 0s;
}
.vca-style12 .vca-pricingTable .vca-icon:hover > i{
    transform: rotateY(360deg);
    color:#333333;
    transition: all 1s ease-out 0s;
}
.vca-style12 .vca-pricingTable .vca-heading{
    padding: 12px 0;
    background: #353740;
    display: block;
}
.vca-style12 .vca-pricingTable .vca-heading > h3{
    margin: 0;
    text-transform: capitalize;
    color: #fff;
}
.vca-style12 .vca-pricingTable > .vca-pricingContent{
    text-align: left;
}
.vca-style12 .vca-pricingTable > .vca-pricingContent > ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.vca-style12 .vca-pricingTable > .vca-pricingContent > ul > li{
    padding: 12px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    transition: all 0.3s ease-out 0s;
}
.vca-style12 .vca-pricingTable > .vca-pricingContent > ul > li:before{
    content: "\f105";
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-weight: bold;
    font-size: 15px;
    transition:all 0.5s ease 0s;
}
.vca-style12 .vca-pricingTable > .vca-pricingContent > ul > li:hover{
    background: #f8f8f8;
    color:#727cb6;
}
.vca-style12 .vca-pricingTable > .vca-pricingContent > ul > li:hover:before{
    margin-right: 15px;
}
.vca-style12 .vca-pricingTable .vca-pricingTable-sign-up{
    padding: 15px 0;
    background: #fff;
}
.vca-style12 .vca-pricingTable-sign-up > .btn-block{
    width: 50%;
    margin: 0 auto;
    background: #727cb6;
    color:#fff;
    text-transform: uppercase;
    padding: 10px 0;
    border-radius: 0px;
    position: relative;
    transition: all 0.5s ease-out 0s;
}
.vca-style12 .vca-pricingTable-sign-up > .btn-block:after,
.vca-style12 .vca-pricingTable-sign-up > .btn-block:before{
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    position: absolute;
    top:30%;
    right: -10px;
    transition:all 0.8s ease 0s;
}
.vca-style12 .vca-pricingTable-sign-up > .btn-block:before{
    left:-10px;
}
.vca-style12 .vca-pricingTable .btn-block:hover:after,
.vca-style12 .vca-pricingTable .btn-block:hover:before{
    width: 0;
    height: 0;
}
.vca-pricingTable.pink .vca-pricingTable-header,
.vca-style12 .vca-pricingTable.pink .btn-block{
    background: #ed687c;
}
.vca-style12 .vca-pricingTable.pink .vca-pricingContent > ul > li:hover{
    color: #ed687c;
}
.vca-pricingTable.orange .vca-pricingTable-header,
.vca-style12 .vca-pricingTable.orange .btn-block{
    background: #e67e22;
}
.vca-style12 .vca-pricingTable.orange .vca-price-value > .vca-month:after{
    content: "best";
    width: 42px;
    height:42px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    position: absolute;
    top:3px;
    right: 3px;
    color:#000;
    font-size: 12px;
    line-height: 42px;
    font-weight: bold;
}
.vca-style12 .vca-pricingTable.orange .vca-pricingContent > ul > li:hover{
    color: #e67e22;
}
.vca-style12 .vca-pricingTable.dark-green .vca-pricingTable-header,
.vca-style12 .vca-pricingTable.dark-green .btn-block{
    background: #008b8b;
}
.vca-style12 .vca-pricingTable.dark-green .vca-pricingContent > ul > li:hover{
    color: #008b8b;
}
.vca-style12 .vca-mid{
    margin-top: -30px;
}
.vca-style12 .vca-mid .vca-icon{
    zoom: 1.50;
}
@media screen and (max-width: 990px){
    .vca-style12 .vca-pricingTable{
        margin-bottom: 20px;
    }
}

.vca-style13 .vca-pricingTable{
    border: 1px solid #dbdbdb;
    text-align: center;
}
.vca-style13 .vca-pricingTable .vca-pricingTable-header{
    position: relative;
}
.vca-style13 .vca-pricingTable .vca-pricingTable-header h3{
    color: #9999A5;
    margin-top: 25px;
    text-transform: uppercase;
}
.vca-style13 .vca-pricingTable .vca-pricingTable-header h3:before{
    content: "";
    width: 90%;
    height: 4px;
    background: #e67e22;
    position: absolute;
    top: -20%;
    left: 5%;
}
.vca-style13 .vca-pricingTable-header span{
    color: #999;
}
.vca-style13 .vca-pricingTable .vca-price-value{
    color:#474747;
    display: block;
    padding: 20px 10px 0 10px;
    margin-top: 10px;
    margin-bottom: 55px;
    font-size: 25px;
    font-weight: 800;
    line-height: 35px;
}
.vca-style13 .vca-pricingTable .vca-price-value span{
    color: #333;
    font-size: 66px;
    font-weight: normal;
}
.vca-style13 .vca-pricingTable .vca-pricingContent{
    margin: 10px 0 0 0;
}
.vca-style13 .vca-pricingTable .vca-pricingContent ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.vca-style13 .vca-pricingTable .vca-pricingContent ul li{
    border-top: 1px solid #dbdbdb;
    padding: 10px 0;
    color: #9999a5;
    background: #f7f7f7;
    transition:all 0.4s ease 0s;
}
.vca-style13 .vca-pricingTable .vca-pricingContent ul li:before{
    content: "\f045";
    font-family: 'FontAwesome';
    color:#e67e22;
    margin-right: 10px;
}
.vca-style13 .vca-pricingTable .vca-pricingContent ul li:hover{
    padding-left: 25px;
}
.vca-style13 .vca-pricingTable .vca-pricingContent ul li:last-child{
    border-bottom: 1px solid #dbdbdb;
}
.vca-style13 .vca-pricingTable .vca-pricingContent ul li:nth-child(odd){
    background-color: #eee;
}
.vca-style13 .vca-pricingTable .vca-pricingTable-sign-up{
    padding: 25px 0;
}
.vca-style13 .vca-pricingTable .btn-block {
    background: #e67e22;
    border-radius: 0px;
    border: 0px none;
    margin: 0 auto;
    color: #fff;
    width: 50%;
    padding: 10px 5px;
    text-transform: capitalize;
    transition: 0.3s ease;
}
.vca-style13 .vca-pricingTable .btn-block:after{
    content: "\f090";
    font-family: 'FontAwesome';
    font-size: 15px;
    padding-left: 10px;
}
.vca-style13 .vca-pricingTable .btn-block:hover{
    border-radius: 10px;
    background: #e67e22;
    color:#fff;
}
.vca-style13 .vca-mid{
    margin-top: -30px;
}
.vca-style13 .vca-mid .vca-price-value > span{
    zoom: 1.50;
}
@media screen and (max-width:990px){
    .vca-style13 .vca-pricingTable{
        margin-bottom: 30px;
    }
}

.vca-style14 .vca-pricingTable{
    text-align: center;
    border: 1px solid #dbdbdb;
    position: relative;
    overflow: hidden;
}
.vca-style14 .vca-pricingTable .vca-pricingTable-header h3{
    color: #9999a5;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 20px;
}
.vca-style14 .vca-pricingTable .vca-price-value {
    background: #fafafa;
    color: #666;
    font-weight: 900;
    padding: 15px 0;
}
.vca-style14 .vca-pricingTable .vca-price-value span {
    color: #666;
    display: inline-block;
    font-size: 70px;
    font-weight: normal;
    line-height: normal;
}
.vca-style14 .vca-pricingTable .vca-price-value small{
    font-size: 20px;
    position: relative;
    top: -30px;
    left:0;
}
.vca-style14 .vca-pricingTable .vca-price-value .vca-subtitle{
    color: #82919F;
    display: block;
    font-size: 16px;
    font-weight: 100;
    font-style: italic;
}
.vca-style14 .vca-pricingTable .vca-best-offer{
    background-color: #3498db;
    color: #fff;
    padding: 6px 50px;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    right: -45px;
    transform: rotate(45deg);
}
.vca-style14 .vca-pricingTable .vca-pricingContent ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.vca-style14 .vca-pricingTable .vca-pricingContent ul li{
    border-bottom:1px solid #ededed;
    color: #9999A5;
    padding: 10px 0 ;
}
.vca-style14 .vca-pricingTable .vca-pricingContent ul li:first-child {
    border-top:1px solid #ededed;
}
.vca-style14 .vca-pricingTable .vca-pricingTable-sign-up{
    padding: 25px 0;
}
.vca-style14 .vca-pricingTable .btn-block{
    background:#666;
    border-radius: 0px;
    border:0px none;
    color:#fff;
    width: 50%;
    padding: 10px 5px;
    margin: 0 auto;
    text-transform: capitalize;
    transition:all 0.3s ease 0s;
}
.vca-style14 .vca-pricingTable .btn-block:after{
    content: "\f090";
    font-family: 'FontAwesome';
    padding-left: 10px;
    font-size: 15px;
}
.vca-style14 .vca-pricingTable .btn-block:hover{
    background: #282828;
    color:#fff;
}
@media screen and (max-width:990px){
    .vca-style14 .vca-pricingTable{
        margin-bottom: 20px;
    }
}

.vca-style15 .vca-pricingTable{
    border: 2px solid #727cb6;
    margin-top: 20px;
    text-align: center;
}
.vca-style15 .vca-pricingTable .vca-pricingTable-header > span {
    width: 60%;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    font-size: 27px;
    text-transform: capitalize;
    line-height: 1.5;
    display: inline-block;
    position: relative;
    top: -25px;
}
.vca-style15 .vca-pricingTable .vca-pricingTable-header,
.vca-style15 .vca-pricingTable .vca-pricingContent{
    background-color: #fff;
}
.vca-style15 .vca-pricingTable .vca-pricingContent ul{
    list-style: none;
    margin-bottom: 0;
    padding: 0 15px;
}
.vca-style15 .vca-pricingTable .vca-pricingContent ul li {
    border-bottom: 1px dotted #8493a1;
    color: #9999a5;
    padding: 10px;
    text-align: center;
}
.vca-style15 .vca-pricingTable .vca-pricingContent ul li:last-child{
    border-bottom: none;
}
.vca-style15 .vca-pricingTable .vca-pricingTable-sign-up{
    color: #fff;
    padding: 50px 0;
}
.vca-style15 .vca-pricingTable .vca-price-value{
    font-size: 50px;
    font-weight: normal;
}
.vca-style15 .vca-pricingTable .btn-block{
    background: #fff;
    color: #000;
    border: 0 none;
    border-radius: 25px;
    width: 50%;
    margin: 0 auto;
    padding: 10px 5px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.vca-style15 .vca-pricingTable .btn-block:hover{
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}
.vca-style15 .vca-pricingTable,
.vca-style15 .vca-pricingTable .vca-pricingTable-header > span{
    background: #727cb6;
    border-color: #727cb6;
}
.vca-style15 .vca-pricingTable.pink,
.vca-style15 .vca-pricingTable.pink .vca-pricingTable-header > span{
    background: #ed687c;
    border-color: #ed687c;
}
.vca-style15 .vca-pricingTable.orange,
.vca-style15 .vca-pricingTable.orange .vca-pricingTable-header > span{
    background: #e67e22;
    border-color: #e67e22;
}
.vca-style15 .vca-pricingTable.green,
.vca-style15 .vca-pricingTable.green .vca-pricingTable-header > span{
    background: #008b8b;
    border-color: #008b8b;
}
@media only screen and (max-width:990px){
    .vca-style15 .vca-pricingTable{
        margin-bottom: 30px;
    }
}
@media only screen and (max-width:767px){
    .vca-style15 .vca-pricingTable{
        margin-bottom: 40px;
    }
}

.vca-style16 .vca-pricingTable{
    border: 1px solid #dbdbdb;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    margin: 0 -15px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
}
.vca-style16 .vca-pricingTable:hover{
    border: 2px solid #e46367;
    margin-top: -30px;
}
.vca-style16 .vca-pricingTable .vca-pricingTable-header{
    padding: 30px 10px;
}
.vca-style16 .vca-pricingTable .vca-heading{
    display: block;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    font-size:21px;
}
.vca-style16 .vca-pricingTable .vca-pricing-plans{
    padding-bottom: 25px;
    border-bottom: 1px solid #d0d0d0;
    color: #000;
}
.vca-style16 .vca-pricingTable .vca-price-value{
    color: #474747;
    display: block;
    font-size: 25px;
    line-height: 35px;
    padding: 0 10px;
}
.vca-style16 .vca-pricingTable .vca-price-value span{
    font-size: 50px;
}
.vca-style16 .vca-pricingTable .vca-subtitle{
    color: #82919f;
    display: block;
    font-size: 15px;
    margin-top: 15px;
    font-weight: 100;
}
.vca-style16 .vca-pricingTable .vca-pricingContent ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.vca-style16 .vca-pricingTable .vca-pricingContent ul li{
    padding: 20px 0;
}
.vca-style16 .vca-pricingTable .vca-pricingContent ul li:nth-child(odd) {
    background-color: #fff;
}
.vca-style16 .vca-pricingTable .vca-pricingContent ul li:last-child{
    border-bottom: 1px solid #dbdbdb;
}
.vca-style16 .vca-pricingTable .vca-pricingTable-sign-up{
    padding: 25px 0;
}
.vca-style16 .vca-pricingTable .btn-block{
    width: 50%;
    margin: 0 auto;
    background: #e46367;
    border:1px solid transparent;
    padding: 10px 5px;
    color:#fff;
    text-transform: capitalize;
    border-radius: 5px;
    transition:0.3s ease;
}
.vca-style16 .vca-pricingTable .btn-block:after{
    content: "\f090";
    font-family: 'FontAwesome';
    padding-left: 10px;
    font-size: 15px;
}
.vca-style16 .vca-pricingTable:hover .btn-block{
    background:#fff;
    color: #e46367;
    border:1px solid #e46367;
}
.vca-style16 .mid .vca-pricing-plans{
    margin-top: 20px;
}
.vca-style16 .mid .vca-pricingTable-header{
    background:#e46367;
}
@media screen and (max-width:990px){
    .vca-style16 .vca-pricingTable{
        margin-bottom: 30px;
    }
}
@media screen and (max-width:767px){
    .vca-style16 .vca-pricingTable{
       margin: 0 0 30px 0;
    }
}

.vca-style17 .vca-pricingTable-bg{
    background: url("../images/1.jpg");
    background-size: cover;
}
.vca-style17 .vca-pricingTable{
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.vca-style17 .vca-pricingTable:before, .vca-pricingTable:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
}
.vca-style17 .vca-pricingTable:before {
    top: -30px;
    left: 0;
}
.vca-style17 .vca-pricingTable:after {
    top: 0;
    left: -30px;
}
.vca-style17 .vca-pricingTable .vca-pricingTable-header{
    color:#fff;
}
.vca-style17 .vca-pricingTable .vca-heading{
    display: block;
    background: #b696e9;
    padding: 17px 0;
    text-transform: uppercase;
}
.vca-style17 .vca-pricingTable .vca-heading > h3{
    margin: 0;
    font-size: 19px;
}
.vca-style17 .vca-pricingTable-header .vca-price-value{
    background: #f2f5fa;
    color: #d6dbe2;
    font-size: 60px;
    display: block;
    padding: 35px 0;
}
.vca-style17 .vca-pricingTable-header .vca-price-value > span{
    font-size: 60px;
    color:#717477;
}
.vca-style17 .vca-pricingTable-header .vca-price-value .vca-month{
    font-size: 16px;
}
.vca-style17 .vca-pricingTable .vca-pricingContent{
    color:#737373;
    text-transform: capitalize;
}
.vca-style17 .vca-pricingTable .vca-pricingContent ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.vca-style17 .vca-pricingTable .vca-pricingContent ul li{
    padding: 20px;
    position: relative;
}
.vca-style17 .vca-pricingTable .vca-pricingContent ul li:before{
    content: "";
    border-bottom: 1px solid #ecf0f1;
    margin-left: -72px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 144px;
}
.vca-style17 .vca-pricingTable-sign-up{
    padding: 30px 0;
}
.vca-style17 .vca-pricingTable-sign-up:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #b696e9 transparent transparent transparent;
}
.vca-style17 .vca-pricingTable-sign-up .btn{
    padding: 6px 18px;
    border-radius: 5px; 
    border: 0;
    text-transform: uppercase;
    color: #fff;
    background: #b696e9;
    transition: all 0.2s ease-in-out 0s;
}
.vca-style17 .vca-pricingTable.blue .vca-heading,
.vca-style17 .vca-pricingTable.blue .vca-pricingTable-sign-up .btn{
    background: #52b0de;
}
.vca-style17 .vca-pricingTable.blue .vca-pricingTable-sign-up:after {
    border-color: #52b0de transparent transparent transparent;
}
.vca-style17 .vca-pricingTable.yellow .vca-heading,
.vca-style17 .vca-pricingTable.yellow .vca-pricingTable-sign-up .btn{
    background: #e8ae42;
}
.vca-style17 .vca-pricingTable.yellow .vca-pricingTable-sign-up:after {
    border-color: #e8ae42 transparent transparent transparent;
}
.vca-style17 .vca-pricingTable.purple .vca-heading,
.vca-style17 .vca-pricingTable.purple .vca-pricingTable-sign-up .btn{
    background: #e74c3c;
}
.vca-style17 .vca-pricingTable.purple .vca-pricingTable-sign-up:after {
    border-color: #e74c3c transparent transparent transparent;
}
.vca-style17 @media screen and (max-width: 990px){
    .vca-style17 .vca-pricingTable{
        margin-bottom: 20px;
    }
}

.vca-style18 .vca-pricingTable{
    text-align: center;
    background: #7f909a;
    color: #dfeaf0;
    border-radius: 3px;
}
.vca-style18 .vca-pricingTable .vca-pricingTable-header{
    color:#333;
}
.vca-style18 .vca-pricingTable .vca-heading{
    background: linear-gradient(to bottom, #425159 13%,#364751 100%);
    display: block;
    padding: 15px 0;
}
.vca-style18 .vca-pricingTable .vca-heading h3{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin:0 0 1px;
}
.vca-style18 .vca-pricingTable .vca-heading span{
    color: #7f909a;
}
.vca-style18 .vca-pricingTable .vca-price-value{
    color:#7f909a;
    background: #dfeaf0;
    font-size: 45px;
    font-weight: 700;
    padding: 30px 0;
    display: block;
    position: relative;
}
.vca-style18 .vca-pricingTable .vca-price-value:after {
    content: " ";
    display:block;
    position: absolute;
    width: 100%;
    bottom:-21px;
    height:21px;
    background: linear-gradient(-45deg, transparent 75%, #dfeaf0 75%) 0 50%,
    linear-gradient( 45deg, transparent 75%, #dfeaf0 75%) 0 50%;
    background-repeat: repeat-x;
    background-size:10px;
}
.vca-style18 .vca-pricingTable .vca-price-value > .vca-month{
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}
.vca-style18 .vca-pricingTable .vca-special{
    position: absolute;
    top:29%;
    right:-7px;
    font-size: 15px;
    font-weight: bold;
    color:#fff;
    text-transform: uppercase;
    background: #33444e;
    padding: 10px;
}
.vca-style18 .vca-pricingTable .vca-special:before{
    content: "";
    border-left: 10px solid transparent;
    border-top: 21px solid #33444e;
    border-bottom: 21px solid #33444e;
    position: absolute;
    left:-10px;
    top:0;
}
.vca-style18 .vca-pricingTable .vca-special:after{
    content: "";
    border-bottom: 5px solid #273035;
    border-left: 7px solid #12191C;
    position: absolute;
    right: 0;
    top: 100%;
}
.vca-style18 .vca-pricingTable .vca-pricingContent{
    font-size: 13px;
    text-align: left;
    padding: 35px 0;
    position: relative;
}
.vca-style18 .vca-pricingTable .vca-pricingContent ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.vca-style18 .vca-pricingTable .vca-pricingContent ul li{
    padding: 7px 25px;
    border-bottom: 1px solid #dfeaf0;
}
.vca-style18 .vca-pricingTable .vca-pricingContent ul li:last-child {
    border-bottom: none;
}
.vca-style18 .vca-pricingTable .vca-pricingContent i.fa{
    margin: 0 10px 0 0;
    font-size: 14px;
}
.vca-style18 .vca-pricingTable .vca-pricingTable-description{
    font-size: 13px;
    padding: 0 10px 30px ;
}
.vca-style18 .vca-pricingTable.blue .vca-heading{
    background: linear-gradient(to bottom, #18a4ef 13%,#0285cb 100%);
}
.vca-style18 .vca-pricingTable.blue .vca-heading span{
    color:#fff;
}
.vca-style18 .vca-pricingTable.blue .vca-special{
    background: #139fec;
}
.vca-style18 .vca-pricingTable.blue .vca-special:before{
    border-left-color: transparent;
    border-top-color: #139fec;
    border-bottom-color: #139fec;
}
.vca-style18 .vca-pricingTable.blue .vca-special:after{
    border-left-color: #294f67;
}

@media screen and (max-width: 990px){
    .vca-style18 .vca-pricingTable{
        margin-bottom: 20px;
    }
}

.vca-style19 .vca-pricingTable{
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    color:#fff;
    text-align: center;
    border-radius:5px;
    background: #36409A;
}
.vca-style19 .vca-pricingTable .vca-pricingTable-header{
    padding: 20px 10px;
    border-bottom: 2px solid #dbdbdb;
}
.vca-style19 .vca-pricingTable .heading{
    display: block;
    font-weight: 900;
    text-transform: uppercase;
    font-size:21px;
    margin-bottom: 20px;
}
.vca-style19 .vca-pricingTable .vca-price-value{
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    font-size: 25px;
    font-weight: 800;
    margin: 0 auto 15px;
    padding: 0 10px;
}
.vca-style19 .vca-pricingTable .vca-subtitle{
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 100;
}
.vca-style19 .vca-pricingTable .vca-pricingContent ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.vca-style19 .vca-pricingTable .vca-pricingContent ul li{
    padding: 15px 0;
}
.vca-style19 .vca-pricingTable .vca-pricingTable-sign-up{
    padding: 25px 0;
    border-top: 1px solid #dbdbdb;
}
.vca-style19 .vca-pricingTable .btn{
    width: 80%;
    color:#fff;
    margin: 0 auto;
    background: none;
    border:1px solid #fff;
    padding: 12px 5px;
    text-transform: capitalize;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
.vca-style19 .vca-pricingTable .btn:before{
    content: "";
    position: absolute;
    top: 0;
    left: -70px;
    height: 98px;
    width: 50px;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(20deg) translateX(0);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.vca-style19 .vca-pricingTable .btn:hover:before{
    transform: skewX(20deg) translateX(300px);
}
.vca-style19 .vca-pricingTable .btn:after{
    content: "\f090";
    font-family: 'FontAwesome';
    padding-left: 10px;
    font-size: 15px;
}
.vca-style19 .vca-pricingTable.active{
    background:#fff;
    color:#333;
    box-shadow:0 0 5px #fff;
}
.vca-style19 .vca-pricingTable.active .vca-price-value{
    background: linear-gradient(to right, #4E97A8 , #353E99);
    color:#fff;
}
.vca-style19 .vca-pricingTable.active .vca-subtitle{
    color:#333;
}
.vca-style19 .vca-pricingTable.active .btn{
    color:#333;
    border:1px solid #416aa0;
}
.vca-style19 .vca-pricingTable.active .btn:before{
    background: rgba(66, 111, 161, 0.4);
}
@media screen and (max-width:990px){
    .vca-style19 .vca-pricingTable{ margin-bottom: 30px; }
}

.vca-style20 .vca-pricingTable{
    text-align: center;
    color: #263248;
    background: #f1f0ff;
    transition: all 0.4s ease 0s;
}
.vca-style20 .vca-pricingTable:hover{
    background:#a297cb;
    color:#fff;
    margin-top: -15px;
    box-shadow:0 0 20px #808080;
}
.vca-style20 .vca-pricingTable .vca-pricingTable-header{
    padding: 20px 10px;
}
.vca-style20 .vca-pricingTable .vca-heading{
    display: block;
    font-size: 21px;
    font-weight: 900;
    text-transform: uppercase;
    color: #38e0db;
    transition: all 0.4s ease 0s;
}
.vca-style20 .vca-pricingTable:hover .vca-heading{
    color:#fff;
}
.vca-style20 .vca-pricingTable .vca-heading:before{
    content: "";
    width: 30%;
    display: block;
    margin: 15px auto;
    border-top: 2px solid #85838d;
    transition: all 0.4s ease 0s;
}
.vca-style20 .vca-pricingTable:hover .vca-heading:before{
    border-top-color: #fff;
}
.vca-style20 .vca-pricingTable .vca-pricingContent ul{
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}
.vca-style20 .vca-pricingTable .vca-pricingContent ul li{
    padding: 25px 0;
    width: 80%;
    margin: 0 auto;
    border-bottom:1px solid #d3d3d3;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.vca-style20 .vca-pricingTable .vca-pricing-plans{
    padding: 40px;
    color: #263248;
    position: relative;
    transition: all 0.4s ease 0s;
}
.vca-style20 .vca-pricingTable:hover .vca-pricing-plans{
    color:#fff;
}
.vca-style20 .vca-pricingTable .vca-price-value{
    display: inline-block;
    font-size: 50px;
    font-weight: 800;
}
.vca-style20 .vca-pricingTable .vca-price-value i{
    margin-right: 10px;
}
.vca-style20 .vca-pricingTable .vca-price-value span{
    font-size: 25px;
    margin-left: 10px;
    position: absolute;
    top: 47px;
}
.vca-style20 .vca-pricingTable .vca-month{
    margin-left: 10px;
    position: absolute;
    bottom: 57px;
    font-size:10px;
    text-transform: uppercase;
}
.vca-style20 .vca-pricingTable .vca-pricingTable-sign-up{
    position: relative;
    transition: all 0.5s ease 0s;
}
.vca-style20 .vca-pricingTable:hover .vca-pricingTable-sign-up{
    padding: 30px 0;
}
.vca-style20 .vca-pricingTable .btn-block{
    width: 60%;
    padding: 14px 0;
    border: 0 none;
    color: #fff;
    font-size: 25px;
    background: #50c9d6;
    text-transform: uppercase;
    position:absolute;
    top:-50px;
    left: 20%;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.vca-style20 .vca-pricingTable:hover .btn-block{
    top:30px;
    opacity: 1;
}
.vca-style20 .vca-pricingTable.vca-active{
    background:#a297cb;
    box-shadow:0 0 20px #808080;
    color: #fff;
    margin-top: -15px;
}
.vca-style20 .vca-pricingTable.vca-active .vca-heading:before{
    border-top-color: #fff;
}
.vca-style20 .vca-pricingTable.vca-active .vca-heading,
.vca-style20 .vca-pricingTable.vca-active .vca-price-value,
.vca-style20 .vca-pricingTable.vca-active .vca-month{
    color: #fff;
}
.vca-style20 .vca-pricingTable.vca-active .vca-pricingTable-sign-up{
    padding: 30px 0;
}
.vca-style20 .vca-pricingTable.vca-active .btn-block{
    opacity: 1;
    top:30px;
}
@media screen and (max-width:990px){
    .vca-style20 .vca-pricingTable{
        margin-bottom: 50px;
    }
}
@media screen and (max-width:767px){
    .vca-style20 .vca-pricingTable.vca-active{
        margin-top: 0;
    }
}