/*
// #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:#444; 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:#444; font-weight:700;}
.pricing-table.pricing-table__style3 .tc_table_col.caption_column .tc_header {font-size:27px; padding:73px 0; color:#444; font-weight:700;}
.pricing-table.pricing-table__style4 .tc_table_col.caption_column .tc_header {font-size:27px; padding:47px 0; color:#444; 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: #1c1c1c;
    --thm-base: #f5a045;
}
.thm-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    background-color: var(--thm-base);
    padding: 15px 45px 15px;
    border-radius: 30px;
    z-index: 1;
}

.mx__s_pricing__img-box {
  position: relative;
  display: block;
  max-width: 210px;
  margin: 0 auto;
}
.icon_img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.icon_img:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(0,0,0,.2);
  transform: scale(0);
  transition: all 500ms ease;
  z-index: 1;
}

.pricing-area__single:hover .icon_img:before {
  transform: scale(1);
}

.icon_img img {
  width: 100%;
  transition: all 500ms ease;
}

.pricing-area__single:hover .icon_img img {
  transform: scale(1.2)
}

.thm-btn:hover {
    color: #fff;
}

.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: #f7f7f7;
    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 #e8e7e7;
    -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-base);
    color: #f1f1f1;
}
.pricing-area__single:hover:before {
    background-color: var(--thm-black);
    border-color: var(--thm-black);
}

.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 .tc_intro {
    font-size: 18px;
    padding: 0px 20px 20px 20px;
}
.pricing-area__single.highlight .pricing-area__title,.pricing-area__single.highlight .tc_intro, .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: #fff;
}

.pricing-area__rate span {
    font-size: 20px;
    color: var(--thm-gray);
    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: #fff;
}

.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 6 Free";
    color: #5a5a5a;
    font-weight: 700;
    font-size: 15px;
    margin-right: 10px;

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

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

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

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

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

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

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