/*
// #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:16px 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.6em; text-align:left; text-indent:30px; background:#f2f5fb;border-bottom: 1px solid #dbdbdb;}
.text-center {
  text-align: center !important;
}
.pricing_table.rounded-corners .pricing-block .pricing-box-1, .pricing_table.rounded-corners .pricing-block .pricing-box-2,.pricing_table.rounded-corners .pricing-block .pricing-box-2 .rt-background-img {
  border-radius: 15px; }
.pricing-section .sec-title {
  margin-bottom: 45px;
}
:root {
  --mxpt-color: #c00;
}

/* Pricing Plans */

.default-pricing ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.default-pricing .feature-list i {
    margin-right: 5px
}

.pricing-box-1 {
    background-color: #f8f9fa;
    text-align: center;
    overflow: hidden;
    transition: all .4s ease-in-out
}

.pricing-block.highlight .pricing-box-1 {
    background-color: var(--mxpt-color);
    color: #fff;
    text-align: center;
    overflow: hidden;
    transition: all .4s ease-in-out
}


.pricing-block.highlight .pricing-box-1 .item-content .rt-price-box,.pricing-block.highlight .pricing-box-1 .item-content .feature-list li,
.pricing-block.highlight .pricing-box-1 .item-content .rt-price-box .month-price, .pricing-block.highlight .pricing-box-1 .item-content .rt-price-box .dollar-sign {
    color: #fff;
}


@media screen and (max-width:991px) {
    .pricing-box-1 {
        margin-bottom: 24px
    }
}

.pricing-box-1:hover .item-img img {
    filter: grayscale(0);
    transform: scale(1.05)
}

.pricing-box-1:hover .item-img .item-title {
    background-color: var(--mxpt-color);
    -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
    transition: all .4s ease-in-out;
    color: #fff
}

.pricing-box-1 .item-img {
    overflow: hidden;
    position: relative;
    min-height: 60px;
}
@media screen and (max-width:991px) {
    .pricing-box-1 .item-img {
        width: 100%
    }
}

.pricing-box-1 .item-img img {
    filter: grayscale(100%);
    transition: all .4s ease-in-out;
    width: 100%;
    transform: scale(1)
}

@media screen and (max-width:991px) {
    .pricing-box-1 .item-img img {
        width: 100%
    }
}

.pricing-box-1 .item-img .item-title {
    color: var(--mxpt-color);
    font-size: 18px;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 40px;
    z-index: 1;
    padding: 23px 20px 12px 13px;
    background-color: #fff;
    position: absolute;
    -webkit-clip-path: polygon(0 25%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 25%, 100% 0%, 100% 100%, 0% 100%);
    transition: all .4s ease-in-out
}

.pricing-box-1 .item-content {
    padding: 20px 0 40px
}

.pricing-box-1 .item-content .rt-price-box {
    color: #000;
    font-size: 60px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px
}

.pricing-box-1 .item-content .rt-price-box .dollar-sign {
    color: #6d6d6d;
    font-size: 30px;
    font-weight: 400
}

.pricing-box-1 .item-content .rt-price-box .month-price {
    color: #6d6d6d;
    font-size: 24px;
    font-weight: 400
}

.pricing-box-1 .item-content .feature-list {
    margin-bottom: 40px
}

.default-pricing .item-content .feature-list li {
    font-size: 16px
}

.pricing-box-1 .item-content .feature-list li {
    color: #646464;
    margin-bottom: 13px
}

.pricing-box-1 .item-content .feature-list li:last-child {
    margin-bottom: 0
}

.pricing-box-1 .item-content .item-button .item-btn:before {
    transition: all .4s ease-in-out
}

.pricing-box-1 .item-content .item-button .item-btn:hover:before {
    top: 0;
    left: 0;
    border-color: var(--mxpt-color)
}

.pricing-box-1 .item-content .item-button .item-btn:hover .btn-text {
    background-color: var(--mxpt-color);
    color: #fff
}

.pricing-box-1 .item-content .item-button .item-btn:hover .btn-text i {
    color: #fff
}
.pricing-box-1 .item-content .tc_intro {
    font-size: 18px;
    padding: 20px 30px;
}
.pricing-box-2 {
    position: relative;
    z-index: 1;
    background-color: #333;
}

.pricing-box-2:hover {
    background-color: var(--mxpt-color);
}

@media only screen and (max-width:1199px) {
    .pricing-box-2 {
        margin-bottom: 24px
    }
}

.pricing-box-2:hover .item-content p {
    color: #fff
}

.pricing-box-2:hover .item-content .rt-price-box {
    color: #fff
}

.pricing-box-2:hover .item-content .rt-price-box .month-price {
    color: #fff
}

.pricing-box-2:hover .item-content .feature-list li,.pricing-box-2:hover .item-content .tc_intro {
    color: #fff
}
.pricing-box-2:hover .item-content .feature-list li i {
    color: #fff
}
.pricing-box-2 .item-content {
    padding: 40px 40px 50px 50px
}

@media only screen and (max-width:320px) {
    .pricing-box-2 .item-content {
        padding: 20px 30px
    }
}

.pricing-box-2 .item-content .item-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700
}

.pricing-box-2 .item-content p {
    color: #bababa;
    transition-delay: .2s;
    margin-bottom: 0
}

.pricing-box-2 .item-content .rt-price-box {
    color: var(--mxpt-color);
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 10px;
    transition: all .3s ease-in-out;
    line-height: 1.6
}

.pricing-box-2 .item-content .rt-price-box .month-price {
    color: #bababa;
    font-size: 16px;
    font-weight: 400
}

.pricing-box-2 .item-content .feature-list li, .pricing-box-2 .item-content .tc_intro {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #c6c6c6;
    font-size: 16px;
    margin-bottom: 15px
}

.pricing-box-2 .item-content .feature-list li i {
    color: #c6c6c6;
    font-size: 14px;
    margin-right: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pricing-box-2 .item-content .feature-list li:last-child {
    margin-bottom: 0
}

.pricing-box-2 .item-content .item-button {
    margin-top: 50px
}
.pricing-box-2 .item-content .tc_intro {
    font-size: 18px;
    padding: 20px 30px;
}
.pricing-box-2 .item-content .item-button:hover:before {
    top: 0;
    left: 0;
    border-color: #fff
}

.pricing-box-2 .item-content .item-button:hover .btn-text {
    background-color: #fff;
    color: #000
}

.pricing-box-2 .item-content .item-button:hover .btn-text i {
    color: #000
}

.pricing-box-2 .item-content .item-button .item-btn .btn-text {
    color: #000;
    background-color: #fff
}

.pricing-box-2 .rt-background-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;;
    overflow: hidden;
    height: 100%
}

@media only screen and (max-width:1199px) {
    .pricing-box-2 .rt-background-img {
        width: 100%
    }
}

.pricing-box-2 .rt-background-img img {
    filter: grayscale(1);;
    transform: scale(1.02);
    transition: all .4s ease-out;
    height: 100%;
    object-fit: cover
}

@media only screen and (max-width:1199px) {
    .pricing-box-2 .rt-background-img img {
        width: 100%
    }
}

.pricing-box-2 .rt-background-img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .78);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.pricing-block.highlight .pricing-box-2 .rt-background-img::after {
    background-color: rgba(204, 0, 0, .78);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.pricing-box-2:hover .rt-background-img img {
    transform: scale(1.2)
}

.pricing-box-2:hover .rt-background-img::after {
    background: rgba(204, 0, 0, .78)
}

.pricing-box-2 .item-button .btn-style1 span {
    background-color: #fff;
    color: #000
}

.pricing-box-2 .item-button .btn-style1 span::before {
    border-radius: #fff
}

.pricing-box-2 .item-button .btn-style1 span svg path {
    fill: #000
}

.pricing-block.highlight .pricing-box-2 .item-content .rt-price-box, .pricing-block.highlight .pricing-box-2 .item-content .tc_intro,
.pricing-block.highlight .pricing-box-2 .item-content .rt-price-box .month-price,
.pricing-block.highlight .pricing-box-2 .item-content .feature-list li {
    color: #fff !important
}

.btn-style1 {
    position: relative;
    z-index: 5;
    display: inline-block
}

.btn-style1 span {
    color: #646464;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: var(--mxpt-color);
    box-shadow: 0 6px 43px rgba(0, 0, 0, .16);
    padding: 13px 30px;
    transition: all .4s;
    font-weight: 500
}

.btn-style1::before {
    content: "";
    height: 100%;
    width: 100%;
    border-width: 1px;
    border-color: #d8d8d8;
    border-style: solid;
    position: absolute;
    top: -10px;
    left: 10px;
    z-index: -1;
    -webkit-transition: all .4s;
    transition: all .4s
}

.btn-style1 svg {
    margin-left: 7px;
    font-size: 18px;
    transition: all .4s;
    display: inline-block;
    margin-top: -2px
}

.btn-style1:hover:before {
    top: 0;
    left: 0;
    border-color: var(--mxpt-color)
}
