/*
// #Pricing Tables
// --------------------------------------------------
*/
.pricing_table .tc_content {margin-top: 90px;  list-style:none;}
.pricing-table17 .tc_table_col.caption_column .tc_header {font-size:27px; padding:16px 0; color:#444; font-weight:700; text-align: center;}
.pricing-table17.pricing-table17__style2 .tc_table_col.caption_column .tc_header {font-size:27px; padding:103px 0; color:#444; font-weight:700;}
.pricing-table17.pricing-table17__style3 .tc_table_col.caption_column .tc_header {font-size:27px; padding:73px 0; color:#444; font-weight:700;}
.pricing-table17.pricing-table17__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-table17 .pricing_table.rounded-corners .pricing-single-box, .pricing_table.rounded-corners .pricing-single-box::before  {
  border-radius: 15px; }
.pricing-section .sec-title {
  margin-bottom: 45px;
}
:root {
  --mxpte-color: #2F6EFF;
}

/* Pricing Plans */
.pricing-table17 .pricing-single-box {
    background: #F3F4F8;
    padding: 20px 24px 31px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.pricing-table17 .pricing-single-box.highlight {
    background: var(--mxpte-color);
}

.pricing-table17 .pricing-single-box.highlight .pricing-head:after {
    background: #FFC704;
    transform: scale(1);
}

.pricing-table17 .pricing-single-box.highlight .pricing-head::before {
    border-bottom: 24px solid #BB9010;
}

.pricing-table17 .pricing-single-box.highlight h1.pricing-dollar {
    color: #00197D;
}

.pricing-table17 .pricing-single-box.highlight h1.pricing-dollar span {
    color: #00197D;
}

.pricing-table17 .pricing-single-box.highlight p.pricing-monthly {
    color: #111;
}

.pricing-table17 .pricing-single-box.highlight .pricing-list ul li, .pricing-table17 .pricing-single-box.highlight .tc_intro {
    color: #fff;
}

.pricing-table17 .pricing-single-box.highlight .pricing-list ul li i {
    color: #FFC704;
}

.pricing-table17 .pricing-single-box.highlight .cleeny-btn a {
    background: #FFC703;
    color: #111;
}

.pricing-table17 .pricing-single-box.highlight .cleeny-btn a::after {
    background: transparent;
}

.pricing-table17 .pricing-single-box.highlight .cleeny-btn a::before {
    background: transparent;
}

.pricing-table17 .pricing-single-box.highlight h3.pricing-title {
    border-left: 3px solid #fff;
}

.pricing-table17 .pricing-single-box:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-position: center;
    top: 0;
    background-repeat: no-repeat;
    left: 0;
}
.pricing-table17 .pricing-single-box .tc_intro {
    font-size: 18px;
    padding: 0px 20px 20px 20px;    
    transition: .5s
}
.pricing-table17 .pricing-single-box .rt-background-img {
    position: absolute;
    top: 80px;
    right: 0;
    z-index: -1;
    overflow: hidden;
    border-radius: 50%;
    height: 150px;
    width: 150px
}
.pricing-table17 .pricing-single-box .rt-background-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-table17 .pricing-single-box:hover .rt-background-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.pricing-table17 .pricing-single-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background: var(--mxpte-color);
    z-index: -1;
    right: 0;
    top: 0;
    transition: .5s;
    opacity: 0;
}

.pricing-table17 .pricing-head {
    text-align: center;
    background: #2F6DFF;
    height: 120px;
    width: 120px;
    margin: auto;
    border-radius: 0 10px 10px;
    padding: 38px 0 0;
    margin-top: -44px;
    position: relative;
    z-index: 1;
}

.pricing-table17 .pricing-head:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #FFC704;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 0 8px 8px;
    transform: scale(0);
    transition: .5s;
}

.pricing-table17 .pricing-head::before {
    position: absolute;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 26px solid transparent;
    border-left: 24px solid transparent;
    border-right: 0 solid transparent;
    transition: .5s;
    background: radial-gradient(black, transparent);
    transition: .5s;
    left: -12px;
    top: -26px;
    border-bottom: 24px solid #0740C1;
    transition: .5s;
}

.pricing-table17 h1.pricing-dollar {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 10px;
    transition: .5s;
}

.pricing-table17 h1.pricing-dollar span {
    display: inline-block;
    font-size: 42px;
    color: #ffffff;
    font-weight: 700;
    margin-left: 6px;
    transition: .5s;
}

.pricing-table17 p.pricing-monthly {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    transition: .5s;
}

.pricing-table17 .pricing-body {
    padding: 35px 0 0;
}

h3.pricing-title {
    font-size: 22px;
    color: #00197e;
    font-weight: 600;
    margin: 0;
    background: #FFFFFF;
    margin-left: -24px;
    display: inline-block;
    line-height: 28px;
    border-left: 3px solid var(--mxpte-color);
    padding: 11px 41px 11px 29px;
    border-radius: 0 30px 30px  0;
    transition: .5s;
}

.pricing-table17 .pricing-list {
    padding: 35px 10px 15px;
}

.pricing-table17 .pricing-list ul li {
    list-style: none;
    position:relative;
    display:block;
    font-size: 15px;
    color: #3a4268;
    font-weight: 400;
    padding-bottom: 7px;
    transition: .5s;
    text-transform: capitalize;
    padding-left:15px;
}

.pricing-table17 .pricing-plan_single .table-content ul li:last-child {
 margin-bottom:0
}
.pricing-table17 .pricing-list ul {
  padding-left: 0rem;
}
.pricing-table17 .pricing-list ul li:before {
 content:"";
 position:absolute;
 left:0;
 top:8px;
 bottom:0;
 background:#3a4268;
 width:7px;
 height:7px;
 transition: .5s;
 border-radius:50%
}
.pricing-table17 .pricing-list ul li i {
    display: inline-block;
    color: #2F6DFF;
    font-size: 23px;
    position: relative;
    top: 4px;
    margin-right: 7px;
    transition: .5s
    ;
}

.pricing-table17 .pricing-area .cleeny-btn {
    margin-left: 0;
}

.pricing-table17 .pricing-area .cleeny-btn a i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.pricing-table17 .pricing-area .cleeny-btn a {
    background: var(--mxpte-color);
    padding: 11px 31px 11px;
    color: #fff;
}

.pricing-table17 .pricing-area .cleeny-btn a:hover {
   color: #111;
}

.pricing-table17 .pricing-single-box:hover .cleeny-btn a:before {
    background: #FFC703 !important;
    width: 100%;
}

.pricing-table17 .pricing-single-box:hover .cleeny-btn a:after {
    background: #FFC703 !important;
    width: 100%;
}
.pricing-table17 .pricing-single-box:hover .pricing-list ul li:before, .pricing-single-box.highlight .pricing-list ul li:before {
 background:#fff;
}
.pricing-table17 .pricing-single-box:hover .pricing-head:after {
    transform: scale(1);
}

.pricing-table17 .pricing-single-box:hover .pricing-head::before{
    border-bottom: 24px solid #BB9010;
}

.pricing-table17 .pricing-single-box:hover h1.pricing-dollar{
    color: #111;
}


.pricing-table17 .pricing-single-box:hover h1.pricing-dollar span{
    color: #111;
}

.pricing-table17 .pricing-single-box:hover p.pricing-monthly{
    color: #111;
}

.pricing-table17 .pricing-single-box:hover::before {
    opacity: 1;
    left: 0;
    width: 100%;
}

.pricing-table17 .pricing-single-box:hover h3.pricing-title {
    background: #fff;
    border-left: 3px solid #fff;
}

.pricing-table17 .pricing-single-box:hover .pricing-list ul li, .pricing-table17 .pricing-single-box:hover .tc_intro {
    color: #fff;
}

.pricing-table17 .pricing-single-box:hover .pricing-list ul li i {
    color: #FFC704;
}


.pricing-table17 .cleeny-btn {  
    text-align: center
}

.pricing-table17 .cleeny-btn a {
    display: inline-block;
    overflow: hidden;
    background: #FFC703;
    transition: all 0.5s ease 0s;
    z-index: 1;
    padding: 13px 30px 13px;
    text-decoration: none;
    position: relative;
    border-radius: 30px;
    font-size: 15px;
    color: #141840;
    font-weight: 500;
}

.pricing-table17 .cleeny-btn a::before {
    content: "";
    background: var(--mxpte-color);
    height: 50%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transition: .5s;
    z-index: -1;
}

.pricing-table17 .cleeny-btn a::after {
	content: "";
	background: var(--mxpte-color);
	height: 50%;
	width: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	left: auto;
	transition: .5s;
	z-index: -1;
}
