/*
// #Pricing Tables
// --------------------------------------------------
*/
.pricing_table .tc_content {margin-top: 90px;  list-style:none;}
.pricing-table .tc_table_col.caption_column .tc_header {font-size:27px; padding:28px 0; color:#3E5D99; font-weight:700; text-align: center;}
.pricing-table.pricing-table__style2 .tc_table_col.caption_column .tc_header {font-size:27px; padding:103px 0; color:#3E5D99; font-weight:700;}
.pricing-table.pricing-table__style3 .tc_table_col.caption_column .tc_header {font-size:27px; padding:73px 0; color:#3E5D99; font-weight:700;}
.pricing-table.pricing-table__style4 .tc_table_col.caption_column .tc_header {font-size:27px; padding:47px 0; color:#3E5D99; font-weight:700;}
.pricing_table .tc_table_col.caption_column .tc_content li {padding: 0.5em; text-align:left; text-indent:30px; background:#f2f5fb;border-bottom: 1px solid #dbdbdb;}
.text-center {
  text-align: center !important;
}
:root {
    --thm-black: #3E5D99;
    --thm-base: #f2f2f2;
    --thm-gold: #3E5D99;
    --thm-silv: #f2f2f2;
}
.thm-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #3E5D99;
    font-size: 16px;
    line-height: 30px;
    background-color: var(--thm-gold);
    padding: 15px 45px 15px;
    border-radius: 30px;
    z-index: 1;
}

.thm-btn:hover {
    color: #3E5D99;
}

.thm-btn i {
    color: #fff;
    font-size: 12px;
    padding-left: 9px;
}

.thm-btn:before,
.thm-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: var(--thm-black);
    border-radius: 50%;
    transition: all 500ms ease;
    z-index: -1;
}

.thm-btn:hover:before {
    opacity: 1;
    left: 0%;
    border-radius: 0%;
}
.pricing-area__single {
    position: relative;
    display: block;
    background-color: #3E5D99;
    text-align: center;
    padding: 13px 50px 60px;
    margin-bottom: 50px;
    z-index: 1;
}

.pricing-area__single:before {
    position: absolute;
    top: -20px;
    bottom: 20px;
    left: 15px;
    right: 15px;
    content: "";
    background-color: #fff;
    border: 1px solid #3E5D99;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}
.pricing-area__single.highlight:before {
    position: absolute;
    top: -20px;
    bottom: 20px;
    left: 15px;
    right: 15px;
    content: "";
    border: 1px solid #e8e7e7;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
    background-color: var(--thm-black);
    color: #e8e7e7;
}
.pricing-area__single:hover:before {
    background-color: var(--thm-base);
    border-color: var(--thm-silv);
}

.pricing-area__title-box {
    position: relative;
    display: block;
    border-bottom: 1px solid #e8e7e7;
    margin-bottom: 40px;
    padding-bottom: 29px;
}

.pricing-area__title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 7px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.pricing-area__single.highlight .pricing-area__title, .pricing-area__single.highlight .pricing-area__rate, .pricing-area__single.highlight .pricing-area__list, .pricing-area__single.highlight .pricing-area__list li::before {
    color: #fff;
}
.pricing-area__rate {
    font-size: 48px;
    line-height: 48px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pricing-area__single:hover .pricing-area__rate, .pricing-area__single:hover .pricing-area__title  {
    color: #3E5D99;
}

.pricing-area__rate span {
    font-size: 20px;
    color: var(--thm-black);
    position: relative;
    display: inline-block;
    left: -12px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pricing-area__rate sup {
    top: -10px;
    left: -5px;
}

.pricing-area__list {
    position: relative;
    display: block;
}

.pricing-area__list li {
    position: relative;
    display: flex;
    align-items: center;
}

.pricing-area__list li+li {
    margin-top: 25px;
}

.pricing-area__single:hover .pricing-area__list li .icon i {
    color: #3E5D99;
}

.pricing-area__list li .text {
    margin-left: 20px;
}

.pricing-area__list li .text p {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.pricing-area__list li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    color: #3E5D99;
    font-weight: 700;
    font-size: 15px;
    margin-right: 10px;

}
.pricing-area__single:hover .pricing-area__list li {
    color: #fff;
}

.pricing-area__btn-box {
    position: relative;
    display: block;
    margin-top: 35px;
}

.pricing-area__btn {
    border: 1px solid #3E5D99;
    background-color: #f7f7f7;
    color: var(--thm-black);
    padding: 11px 35px 11px;
}

.pricing-area__single:hover .pricing-area__btn {
    color: #ebebeb;
    border: 1px solid var(--thm-base);
}

.pricing-area__btn:before,
.pricing-area__btn:after {
    background-color: var(--thm-gold);
}

.pricing-area__single:hover .pricing-area__btn:before {
    opacity: 1;
    left: 0%;
    border-radius: 0%;
}
