/* Start Comparison Table Style 1 CSS */
.acte.ct-style-1 {
    padding-top: 35px;
    padding-bottom: 35px;
}
.acte table {
    border-collapse: separate;
    table-layout: fixed;
    margin: 0px;
    border: 0px;
}
.acte td {
    vertical-align: middle;
}
.acte .ct-product-btn {
    display: block;
    margin: 10px;
}
.acte .ct-feature-button {
    text-align: center;
}
.acte ul {
    margin: 0px;
    list-style: none;
    display: none;
    margin-bottom: 10px;
    padding: 0px;
}
.acte ul li {
    display: table-cell;
    flex: 1;
    padding: 10px 0px;
}
.acte .ct-features-heading {
    font-size: 32px;
    font-weight: 600;
}
.acte .ct-feature-heading {
    color: #000000;
    font-size: 18px;
    padding: 15px 30px;
}
.acte .ct-product-heading {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    z-index: 0;
}
.acte.ct-style-1 .ct-product-heading svg {
    position: absolute;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.acte .ct-feature {
    color: #000000;
    font-size: 18px;
    padding: 20px;
}
.acte .ct-product-btn {
    font-size: 18px;
    font-weight: 500;
    border-radius: 12px 12px 12px 12px;
    padding: 5px 30px;
}
.acte .ct-feature-button {
    padding: 20px;
}
.acte td.ct-hide {
    display: none !important;
}
.acte.ct-style-1 .ct-feature.ct-product-price {
    font-weight: 600;
    color: #031468;
    padding: 20px 15px;
    display: inline-block;
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
}
.acte .ct-blank-heading {
    background-color: transparent !important;
    box-shadow: none !important;
}
.ct-feature i.fa.fa-close:before {
    content: "\f00d";
}
/* End Comparison Table Style 1 CSS */

/* Start Comparison Table Style 2 CSS */
.acte.ct-style-2 img.ct-product-img {
    position: relative;
}
.acte.ct-style-2 .ct-header .ct-price,
.acte.ct-style-2 .ct-product-heading {
    padding: 0;
}
.acte.ct-style-2 .ct-feature.ct-product-price {
    display: inline-block;
}
.acte.ct-style-2 table {
    border-collapse: separate;
}
.acte.ct-style-2 .ct-product-title {
    position: relative;
    overflow: hidden;
}
.acte.ct-style-2 .ct-product-title:after {
    content: '';
    border-left: 25px solid;
    border-right: 25px solid;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.acte.ct-style-2 .ct-product-title:after {
    border-top: 20px solid;
    top: -5px;
}
/* End Comparison Table Style 2 CSS */

/* Start Comparison Table Style 3 CSS */
.acte.ct-style-3 table {
    border-collapse: separate;
}
.acte.ct-style-3 .ct-product-heading{
    position: relative;
    padding: 0;
}
.acte.ct-style-3 .ct-product-button {
    padding: 0;
    background-color: transparent !important;
}
.acte.ct-style-3 .ct-feature-button {
    clip-path: polygon(50% 0%, 100% 35%, 100% 100%, 0 100%, 0% 35%);
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0px 10px 0px !important;
}
.acte.ct-style-3 .ct-product-price {
    position: relative;
}
.acte.ct-style-3 .ct-product-btn {
    padding: 0px;
}
.acte.ct-style-3 .ct-product-image {
    width: 70%;
    border-radius: 0% 0% 100px 100px;
    margin: auto;
    margin-top: -20px;
    position: relative;
    text-align: center;
}
.acte.ct-style-3 .ct-product-image:before {
    content: '';
    height: 20px;
    width: 15px;
    display: block;
    position: absolute;
    left: -12px;
    top: 0;
    border-top-left-radius: 100px;
    opacity: .5;
}
.acte.ct-style-3 .ct-product-image:after {
    content: '';
    height: 20px;
    width: 15px;
    display: block;
    position: absolute;
    right: -12px;
    top: 0;
    border-top-right-radius: 100px;
    opacity: .5;
}
/* End Comparison Table Style 3 CSS */

/* Start Comparison Table Style 4 CSS */
.acte.ct-style-4 table {
    border-collapse: separate;
    border-spacing: 15px 0px;
}
.acte.ct-style-4 td {
    position: relative;
}
.acte.ct-style-4 .ct-product-heading {
    z-index: 1;
}
.acte.ct-style-4 .ct-design,
.acte.ct-style-4 .ct-product-title,
.acte.ct-style-4 .ct-product-price {
    position: relative;
}
.acte.ct-style-4 #ct_price {
    background-color: transparent !important;
    padding: 0 0 15px 0;
}
.acte.ct-style-4 .ct-product-price svg {    
    display: block;
    margin: auto;
}
.acte.ct-style-4 .ct-product-price span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.acte.ct-style-4 .ct-feature-button {
    padding: 10px 0px 10px 0px !important;
}
/* End Comparison Table Style 4 CSS */