.price-tag {
  display: inline-block;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: #fff;
  background-color: #bf1919;
  text-shadow: 1px 1px 1px #921313;
  font-weight: bold;
  font-size: 1.1em;
  text-indent: -6px;
  position: absolute;
  z-index: 3;
  left: 0;
  margin-top: -25px;
  margin-left: 57px;
}
.price-tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #bf1919;
}
.price-tag::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 88%;
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  background-color: #cecece;
  box-shadow: inset -1px 1px 0 #8e8e8e;
}
.pricing-table__style5 .pricing-plan_single.highlight ul:hover{
	    -webkit-animation-play-state: paused!important;
    	-webkit-animation-duration: 35s;
    	-webkit-animation-iteration-count: 1;
    	-webkit-animation-direction: up;
    	-webkit-animation-timing-function:linear;
}
#remiseoff {
		display: none!important;
}
.ziggy4 {
		-webkit-animation-name: none!important;
}
.ziggy3 {
    	-webkit-animation-play-state: paused!important;
		-webkit-animation-name: none!important;
    	-webkit-animation-duration: 15s!important;
    	-webkit-animation-iteration-count: 1!important;
    	-webkit-animation-direction: up!important;
    	-webkit-animation-timing-function:linear!important;
}
#scrollon ul:hover {
		-webkit-animation-name: scrollon;
    	-webkit-animation-duration: 35s;
    	-webkit-animation-iteration-count: infinite;
    	-webkit-animation-direction: up;
    	-webkit-animation-timing-function:linear;    	
}
@media screen and (max-width: 997px) {
#scrollon ul:hover {
		-webkit-animation-play-state: paused!important;
		-webkit-animation-name: move2!important;
    	-webkit-animation-duration: 15s!important;
    	-webkit-animation-iteration-count: 1!important;
    	-webkit-animation-direction: up!important;
    	-webkit-animation-timing-function:linear!important; 	
}
}
@-webkit-keyframes move2 {
    	0% {
    		transform:translateY(100);
    	}
    	100% {
    		transform:translateY(0%);
    	}
    }    
@-webkit-keyframes scrollon {
    	0% {
    		transform:translateY(0%);
    	}
    	100% {
    		transform:translateY(-100%);
    	}
    }
.cardxp::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
  transform: scale(0.75);
  filter: blur(50px);
  background: linear-gradient(270deg, #bfecff, #477293);
  background-size: 200% 200%;
  animation: glow 10s ease infinite;
}
@keyframes animate {
  0% {
    color: #477293;  
  }
  
  50% {
    color: #bfecff;
  }
  
  100% {
    color: #7e0fff;
  }
}

@keyframes glow {
  0% {
    background-size: 0% 50%;  
  }
  
  50% {
    background-size: 100% 50%;
  }
  
  100% {
    background-size: 0% 50%;
  }
}
.highlight:hover .el-collection-content .pricing-item-badge,
  .highlight:hover .el-collection-content .pricing-item-header,
  .highlight:hover .el-collection-content .pricing-item-h {
    --accent-color: var(--background-color);
}
.highlight:hover .pricing-item-badge {
    color: var(--text-primary);
}
.pricing-item-badge {
 position: absolute;
  top: 2.3rem;
  right: -4.6rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center !important;
  font-size: 1.125rem;
  transform: rotate(45deg);
  z-index: 5;
  width: 250px;
}
.pricing-item-badge.pricing-item-badge-min {
    top: 1.25rem;
    right: -4.125rem;
}
.pricing-table-item.pricing-table-item-style:hover .pricing-item-header,
.pricing-table-item.pricing-table-item-style:hover .pricing-item-badge {
    opacity: 0;
}
.pricing-table-item.highlight:hover .pricing-item-badge {
    --accent-color: var(--background-color);
    color: var(--text-primary);
}

/*

// #Pricing Tables
// --------------------------------------------------
*/
:hover .icon{
  -webkit-transform: rotate(180deg) scale(-1);
          transform: rotate(180deg) scale(-1);
}
@media only screen and (max-width: 450px) {
.pricing-plan_single .icon {
	float: none !important;
    margin-right: auto !important;
    text-align: center !important;
    margin-left: auto;
}
.contentmxp {
  margin-top: 15px;
  margin-bottom: 15px;
}
.pricing-plan_single .table-headermpxt h13 {
  padding-left: 0px!important;
}
.pricing-plan_single .table-footer {
  text-align: center !important;
}
.contentmxp {
  width: 100%!important;
}
}
.pricing-plan_single .icon {
  margin: auto;
  margin-top: 27px;
  bottom: 0;
  height: 60px;
  width: 60px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 34px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  z-index: 2;
  float: left;
  position: relative;
  color: #333;
}
.table-headermpxt__bg b, strong13 {
  font-size: 35px;
  font-weight: 600;
}
.pricing_table .tc_content {margin:0; padding:32px 0px; list-style:none;border-top: 1px solid #dbdbdb;}
.pricing_table .tc_table_col {background:#fff; color: #222;position:relative; z-index:0; padding: 0px; text-align: center;}
.pricing-table .tc_table_col.caption_column .tc_header {font-size:27px; padding:110px 0; color:#444; font-weight:700;}
.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.3em; text-align:left; text-indent:30px; background:#f9f9f9;border-bottom: 1px solid #dbdbdb;}

.pricing-plan-one {
 position:relative;
 display:block;
 padding:195px 0 80px;
 margin-top:-115px;
 background:#f3f6f8
}
.pricing-plan-one__left-bg {
 background-position:0
}
.pricing-plan-one__left-bg,
.pricing-plan-one__right-bg {
 position:absolute;
 top:0;
 left:0;
 bottom:0;
 right:0;
 background-attachment:scroll;
 background-repeat:no-repeat
}
.pricing-plan-one__right-bg {
 background-position:100% 0
}
.pricing-plan-one__content {
 position:relative;
 display:block;
 z-index:1
}
.pricing-plan_single {
 position:relative;
 display:block;
 overflow: hidden;
 /*border: 1px solid #ccc*/
}
.pricing-plan_single .table-headermpxt {
 position:relative;
 display:block;
 /*background:#222631;*/
 padding:42px 40px 5px;
 z-index:1
}
.pricing-plan_single:hover {
 background:#f94d1c;
 transition:all .4s linear;
 opacity:1

}
.pricing-plan_single .pricing-plan_single:before {

  content: "";
  transform: scaleX(.7) rotateX(20deg);
  transition: all .4s linear;
  z-index: -1;
  background: #f94d1c;
}

.pricing-plan_single:hover .table-headermpxt:before {
 transform:scaleX(1) rotateX(0deg);
 transition:all .4s linear;
 opacity:1
}
.pricing-plan_single .table-headermpxt p {
 font-size:18px;
 line-height:28px;
 font-weight:500;
 margin:0 0 2px
}
.pricing-plan_single .table-headermpxt h13 {
 color:#fff;
 font-size: 20px;
  line-height: 29px;
  font-weight: 600;
  margin-bottom: 12px;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-left: 70px;
  display: block;
  width: 100% !important;
}
.pricing-plan_single .table-headermpxt h2 {
  position: relative;
  color: #fff;
  font-size: 45px;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: -.06em;
  padding-left: 20px;
  background: transparent;
}
.pricing-plan_single .table-headermpxt h2 span {
 position:absolute;
 top:12px;
 left:0;
 font-size:15px;
 line-height:25px
}
.pricing-plan_single .table-content {
 position: relative;
  display: block;
  padding: 35px 0px 30px 40px;
  padding-top: 35px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 40px;
  border-top: 1px solid #ffffff26 !important;
  padding-top: 15px !important;
  margin-right: 0px;
  margin-left: 5px;
}
.pricing-plan_single .table-content ul {
 position:relative;
 display:block;
 margin: 0 0 0px 0px;
 padding: 0 0 0 0px;
}

.pricing-plan_single .table-content ul li:last-child {
 margin-bottom:0;
 border-bottom: 0px solid #5a5a5a;

}
.table-content li  {
	margin-bottom: .5em;
    padding-bottom: .5em;
	hyphens: auto;
    line-height: 1.4;
    font-variant-numeric: lining-nums;
    border-bottom: 1px solid #ffffff26;
}
.table-content li::marker {
    content: "✓ ";
    font-weight: 700;
	background: transparent !important;
}
.pricing-table__style5 .pricing-plan_single.highlight{
 background:#f94d1c;
}
.pricing-plan_single .table-footer {
 position:relative;
 display:block;
 padding:0 40px 45px;
 text-align: center;
}
.pricing-plan_single .table-footer .thm-btn {
 border:2px solid #e8e9ea;
 color:#222631
}
.pricing-plan_single .table-footer .thm-btn:after {
 background:#f94d1c
}
.pricing-plan_single .table-footer .thm-btn:hover {
 color:#fff
}
.pricing-plan-one--pricing {
 position:relative;
 display:block;
 padding:235px 0 80px;
 margin-top:-115px
}
.pricing-table__style5 .pricing-plan_single.highlight{
 color:#fff;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 14px 40px 15px;
  border-radius: 1.5em;
  transition: all .3s linear;
  z-index: 1;
  overflow: hidden;
}
.thm-btn:after {
 position:absolute;
 top:0;
 left:0;
 bottom:0;
 right:0;
 background:#1a1a1a;
 content:"";
 border-radius:1.5em;
 transform:perspective(200px) scaleX(.1) rotateX(90deg) translateZ(-10px);
 transform-origin:bottom center;
 z-index:-1
}
.thm-btn:after,
.thm-btn:hover:after {
 transition:transform .4s linear,transform .4s linear
}
.thm-btn:hover:after {
 transform:perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0)
}
.thm-btn:hover {
 color:#fff
}
.thm-btn i:before {
 position:relative;
 font-size:18px;
 top:3px;
 padding-left:5px;
 float: left;
}
.pricing_table.rounded-corners .pricing-plan_single  {-webkit-border-radius:1.5em; -moz-border-radius:1.5em; border-radius:1.5em; }
.pricing_table.rounded-corners .table-headermpxt {
 border-top-left-radius:1.5em;
 border-top-right-radius:1.5em;
}
.marquee {
  position: relative;
  width: 100%;
  height: 25px;
  font-size: 5em;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.marquee_text {
  position: absolute;
  min-width: 100%;
  white-space: nowrap;
  -webkit-animation: marquee 16s infinite linear;
  animation: marquee 16s infinite linear;
}
@-webkit-keyframes marquee {
  from {
    translate: 70%;
  }
  to {
    translate: -70%;
  }
}
@keyframes marquee {
  from {
    translate: 70%;
  }
  to {
    translate: -70%;
  }
}
.marquee_blur {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  filter: contrast(15);
}
.marquee_blur p {
  filter: blur(0.07em);
}
.marquee_clear {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}


.contentmxp {
  width: 95%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 1px solid white !important;
  }