﻿
table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    border-radius: 8px;
    overflow-x: auto;
}

th, td {
    padding: 20px;
    border: 1px solid #d9d9d9;
}

th {
    font-size: 24px;
    border: 0;
    color: #fff;
    font-weight: 500;
}
th:not(:first-child) {
    text-align: center;
}
tr:nth-child(even) {
    background: rgb(238 225 216 / 47%);
}
td {
    font-size: 18px;
}

tbody tr td:first-child {
    font-weight: 500;
    font-size: 18px;
    color: #222;
}

tbody tr td:nth-child(2), tbody tr td:last-child {
    text-align: center;
    width: 25%;
}


tbody tr i.ti-check, tbody tr i.ti-close {
    padding: 5px;
    border-radius: 50%;
    font-size: 8px;
    color: #fff;
    font-weight: 700;
}

tbody tr i.ti-check {
    background: var(--primary);
}

tbody tr i.ti-close {
    background-color: grey;
}



/* table tr th:last-child ,table tr td:last-child {
    background: rgb(255 215 184 / 43%)
} */

/* table tr th:nth-child(2) {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

table tr th:last-child {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #f7e6d1;
} */
 table tr th{
    border: 1px solid #6a6a6a;
    background: #081d2f;
 }

/* table tr:last-child td:last-child {
    border-bottom: 2px solid var(--primary)
} */

.ti-bolt:before {
    content: "\e652";
}

.ti-package:before {
    content: "\e687";
}

.ti-check:before {
    content: "\e64c";
}

.column-img img {
    max-width: 100%
}

.faq-container {
    background-color: rgb(238 225 216 / 70%);
    border-radius: 20px;
    margin: 20px 0;
}

.question {
    font-size: 18px;
    padding: 20px 45px 20px 30px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #222;
}

.question::after {
    content: "\002B";
    font-size: 24px;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}

.question.active::after {
    transform: rotate(45deg);
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding: 0 30px 20px;
    line-height: 1.5rem;
}

.lists {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    padding-top: 15px;
    margin-bottom: 20px;
}

.lists li {
    position: relative;
    margin-bottom: 7px;
    padding-left: 25px;
    position: relative;
    font-size: 17px;
    color: #555;
}

.lists li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\e65d";
    font-family: themify;
    color: #01549a;
}

.benefits-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    height: 100%
}

.benefits-content:not(:last-child) {
    margin-bottom: 30px
}

.benefit-icon {
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 28px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: rgb(255, 255, 255);
    border-radius: 49px;
}

.benefit-icon img {
    width: 50px;
    height: 50px;
    padding: 5px;
}

.benefit-text h3 {
    font-size: 1.25em;
    font-weight: 500;
}



/*cta shapes*/

        
            .banner_shapes img {
                position: absolute;
                z-index: 0;
            }
        
            .banner_shapes .app_1 {
                top: -30px;
                right: -25px;
            }
        
            .banner_shapes .app_2 {
                top: 64%;
                left: 6%;
                width: 80px;
            }
        
            .banner_shapes .app_3 {
                top: 11%;
                right: -13px;
                width: 70px;
            }
        
            .banner_shapes .app_4 {
                top: 0%;
                right: 28%;
                width: 260px;
                opacity: 0.5;
            }


            @media (max-width:768px){
                .container.pricing-area .col-lg-10{
                    min-width:100%
                }
            }