.price-section{
    opacity: 0;
}
.filmstro-togglers {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.filmstro-togglers .nav-tabs {
    border: none;
}

.filmstro-togglers .nav-link {
/*     color: #fff; */
/*     background-color: transparent; */
/*     border-color: transparent; */
    font-size: 16px;
    color: #dadee6;
    font-weight: 600;
    border: none;
    display: block;
    border-bottom: 2px solid transparent;
    position: relative;
}
.filmstro-togglers .nav-link.active{
    color: #fff;
    background-color: transparent;
    border-color: #f5a623;
}

.tab-panel{
    display: none;
    transform: translateY( -20 );
    opacity: 0;
    /* transition: all .4s ease; */
}

.tab-panel.activating{
    /* transform: translateY( 0 );
    opacity: 1; */
    opacity: 0;
    display: block;
}

.tab-panel.deactivating{
    transform: translateY( -80 );
    opacity: 0;
    /* transition: all .4s ease; */
}
.tab-panel.active{
    display: block;
    transform: translateY( 0 );
    opacity: 1;
}

sup.toggler-supp {
    background: #fb9801;
    border-radius: 8px;
    color: black;
    padding: 4px;
    margin-left: 8px;
    position: absolute;
    top: 0;
    min-width: 90px;
    display: inline-block;
    padding: 10px;
    font-size: 10px;
}



/*



*/



/* price Page */

.price-wrape{
	display: flex;
	align-items: center;
	min-height: 100%;
}

.price-box{
	border-radius: 15px;
	background-color: #fff;
	padding: 40px 30px 10px;
	text-align: left;
	width: 100%;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.price-box.highlighted-box {
    box-shadow: 0px 0px 20px rgb(152 152 152);
}

.price-box:hover {
    transform: scale(1.01);
}

.price-box h3 {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 37px 0;
}

.price-box h2 {
	font-size: 25px;
	font-weight: 600;
	color: #000;
	margin: 0 0 0 0;
}
.price-box h2 b{
	/* font-size: 12px; */
	/* font-weight: normal; */
}
.price-box h2 strong{
	font-size: 60px;
	font-weight: bold;

}
.price-box h2 i{
	font-size: 20px;
	font-style: normal;
}
.price-box .price-box-desc{
	color: #9b9b9b;
	font-size: 16px;
	margin: 0 0 31px 0;
}
.price-box ul{
	margin: 0;
	list-style: none;
    padding-left:0;
}
.price-box ul li{
	font-size: 13px;
	font-weight: 600;
	color: #000;
	margin: 0 0 10px 0;
}
.price-box ul li strong{
	font-weight: bold;
}

.price-box .comman-btn:hover{
    background: #fbb402;
}
.price-box .comman-btn{
	font-size: px;
	text-transform: capitalize;
	margin: 0 auto;
	display: block;
	color: #000;
	font-weight: bold;
	padding: 7px;
    background-color: #FBB40200;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #fbb402;
    border-radius: 100px 100px 100px 100px;
}


.price-box{
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    position: relative;
}

.best-seller{
	position: relative;
}

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 5px 0;
  background:linear-gradient(180deg, rgba(251,176,2,1) 0%, rgba(251,149,2,1) 100%);
  color: #fff;
  font-size: 12px;
  font-style: italic;
  text-align: center;
}
.ribbon-top-right {
  top: -0;
  right: -0;
}
.ribbon-top-right span {
  left: -20px;
  top: 50px;
  transform: rotate(45deg);
}
strong.price-box-amount{
    display: inline-flex;
}

.price-amount-wrapper {
    display: flex;
    margin-bottom: 5px;
}

h2.price-box-price {
    line-height: 1;
}

.price-intervals {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 5px;
}

.price-interval {align-self: flex-start;margin-top: auto;/* position: absolute; */margin-bottom: 6px;}

sup.price-cents {
    margin-top: 30px;
    margin-left: 2px;
    font-size: 19px;
}

strong.price-box-amount {
    display: inline-flex;
}


a.btn.comman-btn.btn-white.highlighted-button {
    background: #fbb402;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FBB402 0%, #FB9102 100%);
}


.license-covers-title {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 20px;
    margin-bottom: 20px;
}

.license-covers-title hr {
    padding-top: 15px;
    border-color: black;
}

.price-box h4{
    color: black;
    font-size: 16px;
    margin: 0 0 10px 0;
    min-height: 19px;
}
.price-data>.row{
    align-items: center;
}

.price-box li svg {
    width: 15px;
}

section.pricing-currency-changer {
    margin-top: 20px;
    margin-bottom: 30px;
}

span.currency-changer__title {
    color: white;
}

span.currency-changer__caveat {
    color: white;
}



.plan-descriptions {
    display: flex;
    flex-wrap: wrap;
    font-size: 11px;
    line-height: 12.2px;
    min-height: 12.2px;
}

.plan-descriptions span {
    display: block;
    width: 100%;
}


@media screen and (max-width:768px) {
    .price-box{
        margin-bottom: 20px;
    }

}