
/* ------------------------
    PRICE TABLE
------------------------- */
.single__price {
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 8px 16px rgba(146, 152, 198, .08);
    transition: 0.3s;
    text-align: center;
    position: relative;
    z-index: 1;
}
.single__price:before,
.single__price:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.single__price:hover,
.single__price.price__active {
    box-shadow: 0 20px 30px rgba(146, 152, 198, .2);
    transform: translateY(-5px);
}
.single__price__header {
    transition: 0.3s;
}
.single__price__ribon {
    display: inline-block;
    transition: 0.3s;
}
.price_btn {
    display: inline-block;
    padding: 15px 30px;
    background: #fe5d89;
    border-radius: 5px;
    color: #ffffff;
}

.price__rate h3 {
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
}
.price__title h3 {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 40px;
    line-height: 1;
}

.price__subtitle {
    line-height: 1;
}

.period__price {
    font-size: 15px;
}

.single__price__body {
    margin-top: 50px;
}

ul.price__features {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.price__features li {
    margin-bottom: 20px;
}

ul.price__features li:last-child {
    margin-bottom: 0;
}

ul.price__features .content__span {
    display: inline-block;
    margin-right: 5px;
    position: relative; 
}
ul.price__features li b {
    margin: 0 5px;
}

ul.price__features li.off {
    text-decoration: line-through;
}
ul.price__features li i {
    margin-right: 5px;
}
ul.price__features li img {
    margin-right: 10px;
}
.single__price__footer {
    padding-top: 50px;
}

/*-------------------------
    VARIANT
--------------------------*/
.single__price.single__price__style__1 {
    padding: 0;
    border-radius:5px;
    overflow:hidden;
}

.single__price__style__1 .single__price__header {
    padding: 30px;
    background: #F6F8FA;
}

.single__price__style__1 .single__price__footer {
    padding-bottom: 50px;
}
/*------------------------
    PRICE TABLE 3
-------------------------*/
.single__price__style__3:hover {
    transform: inherit;
}
/* ----------------------
    PRICE TABLE 4
------------------------ */
.single__price__style__4 {
    padding: 60px 40px;
}
.single__price__style__4:before {
    opacity: 0;
}
.single__price__style__4:hover:before {
    opacity: 1;
}
.single__price__style__4:after {
    background: linear-gradient(0deg, #0066ff 0%, #60aaff 100%);
    opacity: 0;
}
.single__price__style__4:hover:after {
    opacity: .9;
}

.single__price__style__4 .period__price {
    display: block !important;
    margin-top: 20px;
    position: relative;
    padding-bottom: 30px;
}
.single__price__style__4 .period__price:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 42px;
    height: 2px;
    background: #cde4ff;
    content: "";
    bottom: 0;
    transition: 0.5s;
}

.single__price__style__4:hover .period__price:after {
    width: 100px;
    background: #ffffff;
}

.single__price__style__4:hover,
.single__price__style__4:hover .price__title h3,
.single__price__style__4:hover .price__rate h3 {
    color: #ffffff;
}
.single__price__style__4 .price_btn {
    color: #006de8;
    background: #ffffff;
    border: 2px solid #c5eaff;
    border-radius: 0;
    font-weight: 700;
}

.single__price__style__4:hover .price_btn {
    background: #003d95;
    color: #ffffff;
    border-color: #003d95;
}

.single__price__style__4:hover .price_btn:hover {
    background: #ffffff;
    color: #006de8;
    border-color: #ffffff;
}
/* ----------------------
    PRICE TABLE 5
------------------------ */

.single__price__style__5 {
    border-radius: 20px;
    text-align: left;
}

.price__title__with__ribbon {
    display: flex;
    align-items: center;
}
.price__title__with__ribbon .single__price__ribon {
    background: #ffedf2;
    color: #ff0047;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 50px;
    margin-left: 10px;
}
.single__price__style__5 .price__title h3{
    margin-bottom:0;
}
.single__price__style__5 .price__rate h3 {
font-size: 70px;
    font-weight: 400;
    color: #0064eb;
}

.single__price__style__5 .price__currency {
    font-size: 16px;
}
.single__price__style__5 .old__price del {
    text-decoration: none;
}

.single__price__style__5 .new__price {
    font-size: 40px;
    margin-left: 10px;
    opacity:.5;
}
.single__price__style__5 .single__price__header {
    padding-bottom: 20px;
    border-bottom: 1px solid #174573;
}
.single__price__style__5:hover .single__price__header {
    border-color: #f0f3f8;
}
.single__price__style__5 .price__subtitle {
    margin-top: 15px;
}

.single__price__style__5 .single__price__body {
    margin-top: 30px;
}

.single__price__style__5 ul.price__features li {
    margin-bottom: 5px;
}

.single__price__style__5 ul.price__features li i {
    color: #0064eb;
    margin-right: 20px;
}
.single__price__style__5 .single__price__footer {
    padding: 0;
    margin-top: 40px;
}
.single__price__style__5 .price_btn {
    border-radius: 50px;
    background: inherit;
    border: 2px solid #cde6ff;
    padding: 12px 40px;
    color: #6384a5;
    width: 100%;
    text-align: center;
}
.single__price__style__5:hover .price_btn {
    border: 2px solid #cde6ff;
}
.single__price__style__5 .price_btn:hover {
    background: #0064eb;
    border-color: #0064eb;
    color: #ffffff;
}

/* ----------------------
    PRICE TABLE 6
------------------------ */
.single__price__style__6 {
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
}
.single__price__style__6 .single__price__ribon {
    background: #383838;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    top: 24px;
    right: -35px;
    transform: rotate(45deg);
    transform-origin: center center;
    padding: 0 25px;
    min-width: 150px;
    text-align: center;
}
.single__price__style__6 .single__price__header {
    padding: 50px 40px 40px;
    background: #235C51;
    border-radius: 10px;
}

.single__price__style__6 .price__title h3 {
    margin-bottom: 0;
    font-weight: 500;
    color: #FFAB4A;
    font-size: 18px;
}
.single__price__style__6 .price__rate h3 {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 40px;
}
.single__price__style__6 .price__desc {
    padding: 30px 40px 0;
}
.single__price__style__6 .single__price__body {
    padding: 0 40px;
    margin-top: 30px;
}
.single__price__style__6 ul.price__features li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.single__price__style__6 ul.price__features li:Last-child {
    margin-bottom: 0;
}
.single__price__style__6 .single__price__footer {
    padding: 50px 40px;
}
.single__price__style__6 .price_btn {
    width: 100%;
    text-align: center;
    background: inherit;
    color: #2AA38C;
    border: 1px solid;
    font-weight: 500;
}

.single__price__style__6 .price_btn:hover {
    background: #FFAB4A;
    border-color: #FFAB4A;
    color: #000000;
}

.single__price__style__6.price__active .single__price__header {
    background: #FFAB4A;
}

.single__price__style__6.price__active .price__rate h3,
.single__price__style__6.price__active .price__title h3 {
    color: #000000;
}

.single__price__style__6.price__active .price_btn {
    background: #FFAB4A;
    color: #000000;
    border-color: #FFAB4A;
}

.price__features .content__span:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 1px dashed;
}

/* -------------------------
    PRICE TABLE 7
---------------------------*/
.single__price__style__7 {
    padding: 60px 50px;
    border-radius: 10px;
    background: linear-gradient(-45deg, #FF564F,#FAD029);
    text-align: left;
}

.single__price__style__7:before {
    background: #ffffff url('../img/price_layer.png') no-repeat scroll bottom center / cover;
    border-radius: 10px;
    left: -10px;
    top: -10px;
}

.single__price__style__7 .price__title h3 {
    font-size: 40px;
    margin-bottom: 20px;
}

.single__price__style__7 .price__subtitle {
    line-height: inherit;
}
.single__price__style__7 .single__price__body {
    margin-top: 30px;
}

.single__price__style__7 .price_btn {
    width: 100%;
    text-align: center;
    background: transparent;
    color: #000000;
    border: 1px solid;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
    transition: 0.3s;
}
.single__price__style__7 .price_btn:hover {
    color: #ffffff;
    border-color: transparent;
}
.single__price__style__7 .price_btn:before {
    background: linear-gradient(180deg, #3467FF 0%, #3467FF 100%);
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    position: absolute;
    transition: 0.3s;
    z-index: -1;
}

.single__price__style__7 .price_btn:hover:before {
    height: 100%;
    top: auto;
    bottom: 0;
}
/* -------------------------
    PRICE STYLE 8
-------------------------- */
.single__price__style__8 {
    text-align: left;
}

.single__price__style__8 .single__price__body {
    margin-top: 30px;
}

.single__price__style__8 .price__title h3 {
    font-size: 40px;
    margin-bottom: 20px;
}
.single__price__style__8 .price__subtitle {
    line-height: inherit;
}
.single__price__style__8 .price_btn {
    width: 100%;
    text-align: center;
    background: #FF564F;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
}

.single__price__style__8 .price_btn:hover {
    background: #000000;
    color: #ffffff;
}

/*-------------------------
    PRICE STYLE 9
--------------------------*/
.single__price__style__9 {
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
}
.single__price__style__9 .single__price__ribon {
    background: #15D895;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    top: 24px;
    right: -35px;
    transform: rotate(45deg);
    transform-origin: center center;
    padding: 0 25px;
    min-width: 150px;
    text-align: center;
}
.single__price__style__9 .single__price__header {
    padding: 50px 40px 40px;
    border-radius: 10px;
}
.single__price__style__9 .price__title {
    display: inline-block;
}
.single__price__style__9 .price__rate h3 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 40px;
}
.single__price__style__9 .price__title h3 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
}

.single__price__style__9 .price__subtitle {
    display: inline-block;
    background: #15D895;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    margin-left: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
}

.single__price__style__9 .price__desc {
    padding: 30px 40px 0;
}
.single__price__style__9 .single__price__body {
    padding: 0 40px;
    margin-top: 0;
}
.single__price__style__9 ul.price__features li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.single__price__style__9 ul.price__features li:Last-child {
    margin-bottom: 0;
}
.single__price__style__9 .single__price__footer {
    padding: 40px;
}
.single__price__style__9 .price_btn {
    width: 100%;
    text-align: center;
    background: inherit;
    color: #36415A;
    border: 1px solid;
    font-weight: 500;
}

.single__price__style__9 .price_btn:hover {
    background: #047DFF;
    border-color: #047DFF;
    color: #ffffff;
}

.single__price__style__9.price__active .price_btn {
    background: #047DFF;
    color: #ffffff;
    border-color: #047DFF;
}

.price__features .content__span:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 1px dashed;
}

/* -------------------------
	PRICE STYLE 10
--------------------------- */

.single__price__style__10 {
    border: 1px solid #E5E5E5;
    padding: 52px 60px 46px;
    text-align: left;
    overflow: hidden;
}

.single__price__style__10 .single__price__body ul.price__features li {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 12px;
}

.single__price__style__10 .single__price__header{
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}


.single__price__style__10 .single__price__header .price__title h3{
    margin-bottom: 0;  
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -3px;
}

.single__price__style__10 .single__price__header .single__price__footer {
    padding-top: 0;
}

.single__price__style__10 .single__price__header .single__price__footer .price_btn{
    background: #F8F8F8;
    color: #999999;
    padding: 0 15px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.single__price__style__10 .single__price__header .single__price__footer .price_btn::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(90deg, #5C59EA 0%, #968DFE 100%);
    z-index: -1;
    opacity: 0;
    transition: all linear 0.3s;
}
.single__price__style__10 .single__price__header .single__price__footer .price_btn:hover{
    color: #ffffff;
}
.single__price__style__10 .single__price__header .single__price__footer .price_btn:hover::before{
    opacity: 1;
}
.single__price__style__10 .single__price__header .single__price__footer .price_btn i{
    padding-right: 4px;

}
.single__price__style__10.price__active .single__price__header .single__price__footer .price_btn{
    color: #ffffff;
}
.single__price__style__10.price__active .single__price__header .single__price__footer .price_btn::before{
    opacity: 1;
}


.single__price__style__10 .single__price__body {
    margin-top: 34px;
}
.single__price__style__10 .price__desc{
    padding-top: 22px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding-bottom: 7px;
}

.single__price__style__10 .price__rate h3{
    margin-bottom: 0;
}


.single__price__style__10 .price__rate .new__price{
    font-size: 80px;
    font-weight: bold;
    color: #4D77FC;
    letter-spacing: -3px;
}
.single__price__style__10 .price__rate .new__price .price__currency{
    font-size: 20px;
}

.single__price__style__10 .price__rate .period__price{
    font-size: 30px;
    color: #4D77FC;
}
.single__price__style__10 .single__price__ribon{
    position: absolute;
    right: -76px;
    bottom: -76px;
    height: 150px;
    width: 150px;
    background: #FF7F33;
    border-radius: 50%;
    padding-left: 30px;
    padding-top: 30px;
    color: #ffffff;
    font-size: 20px;
}
.single__price__style__10.price__active .price__rate .new__price{
    color: #FF7F33;
}
.single__price__style__10.price__active .price__rate .period__price{
    color: #FF7F33;
}




@media (min-width: 768px) and (max-width: 1400px) {
    .single__price__style__10 {
        padding: 30px;
    }
    
    .single__price__style__10 .single__price__header .price__title h3 {
        font-size: 34px;
    }
}

