/*
// #Pricing Tables
// --------------------------------------------------
*/
.pricing_table .tc_content {margin-top: 90px;  list-style:none;}
.pricing-table13 .tc_table_col.caption_column .tc_header {font-size:27px; padding:16px 0; color:#444; font-weight:700; text-align: center;}
.pricing-table13.pricing-table13__style2 .tc_table_col.caption_column .tc_header {font-size:27px; padding:103px 0; color:#444; font-weight:700;}
.pricing-table13.pricing-table13__style3 .tc_table_col.caption_column .tc_header {font-size:27px; padding:73px 0; color:#444; font-weight:700;}
.pricing-table13.pricing-table13__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 .inner-box {
  border-radius: 15px; }
.pricing-section .sec-title {
  margin-bottom: 45px;
}
:root {
  --theme-color1: #d70006;
  --theme-color2: #f1f1f1;
  --theme-color3: #2E2E3C;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --border-theme-color1: var(--theme-color1);
  --border-theme-color2: var(--theme-color2);
  --border-theme-color3: var(--theme-color3);
  --text-color-bg-theme-color1: #fff;
  --text-color-bg-theme-color2: #fff;
  --text-color-bg-theme-color3: #fff;
  --theme-color-light: #ffffff;
  --theme-color-dark: #000000;
  --theme-color-dark1: rgba(0,0,0,0.6);
}

.pricing-table13 .pricing-block .inner-box {
  position: relative;
  border: 2px solid #dbdbdb;
  padding: 30px 49px 60px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--theme-color-dark);
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
 .pricing-table13  .pricing-block .inner-box {
    padding: 30px 30px 50px;
  }
}
.pricing-table13 .pricing-block .inner-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  height: 344px;
  background-color: var(--theme-color1);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.pricing-table13 .pricing-block .inner-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color-light);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.pricing-table13 .pricing-block .inner-box:hover::before {
  background-color: var(--theme-color-dark1);
}
.pricing-table13 .pricing-block .inner-box:hover .title {
  color: var(--theme-color-light);
}
.pricing-table13 .pricing-block .inner-box:hover .price small {
  color: var(--theme-color-light);
}
.pricing-table13 .pricing-block .inner-box:hover .list-style li, .pricing-table13 .pricing-block .inner-box:hover .tc_intro {
  color: var(--theme-color-light);
}
.pricing-table13 .pricing-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.pricing-table13 .pricing-block .inner-box .image {
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  z-index: 1;
  margin: 0 0 30px;
}
.pricing-table13 .pricing-block .inner-box .image 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-table13 .pricing-block .inner-box .title {
  position: relative;
  color: var(--theme-color-dark);
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 8px;
  z-index: 2;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .pricing-table13 .pricing-block .inner-box .title {
    font-size: 26px;
  }
}
.pricing-table13 .pricing-block .inner-box .title a:hover {
  color: var(--theme-color1);
}
.pricing-table13 .pricing-block .inner-box .price {
  position: relative;
  color: var(--theme-color1);
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 30px;
  z-index: 2;
  -webkit-text-stroke: 1px;
-webkit-text-stroke-color: #fff;
}
.pricing-table13 .pricing-block .inner-box .price small {
  color: var(--theme-color-dark);
  font-size: 14px;
  font-weight: 800;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-table13 .pricing-block .tc_intro {
    font-size: 18px;
    padding: 20px;
}
.pricing-table13 .pricing-block .inner-box .list-style {
  position: relative;
  margin-bottom: 30px;
}
.pricing-table13 .pricing-block .inner-box .list-style li {
  position: relative;
  margin-bottom: 12px;
  font-weight: 500;
  color: #444444;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-table13 .pricing-block .inner-box .list-style li .icon {
  position: absolute;
  left: 0;
  top: 2px;
  margin-right: 7px;
}
.pricing-table13 .pricing-block .inner-box .theme-btn {
  padding: 19px 55px;
}

.pricing-table13 .btn-style-one {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 40px;
  font-weight: 700;
  overflow: hidden;
  color: #ffffff;
  z-index: 1;
  border-radius: 30px;
  background: var(--theme-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.pricing-table13 .btn-style-one:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: var(--bg-theme-color3);
  -webkit-clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
          clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}
.pricing-table13 .btn-style-one:hover:before {
  -webkit-clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
          clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.pricing-table13 .btn-style-one:hover {
  color: #ffffff;
}
