/* ========================================================
    — APP PRICING PAGE
    — APP PRICING HEADER
	— APP PRICING WRAP
    — APP PRICING AREA
    — CARD & CARD COLUMN GRID
    — BUTTONS
    — MEDIA QUERIES
======================================================== */


/* ============== APP PRICING PAGE ============== */

body.apppricing-page,
#main-area:before {
    top: -280px;
    height: 800px;
}

body.apppricing-page-long .card li>span.tooltip-hover:before {
    display: none
}

body.apppricing-page-long .card li>span.tooltip-hover {
    color: #fff;
    line-height: 22px;
    width: 300px;
    padding: 20px;
    text-align: left;
    margin-top: 0px;
    margin-left: 60px;
    opacity: 0;
    background: #5f5f5f; 
    visibility: hidden;
    z-index: 10000;
    position: absolute;
    font-size: 14px;
    font-style: normal;
    border-radius: 4px;
    card-shadow: 0px 5px 20px rgba(25, 31, 35, 0.23);
    -moz-card-shadow: 0px 5px 20px rgba(25, 31, 35, 0.23);
    -webkit-card-shadow: 0px 5px 20px rgba(25, 31, 35, 0.23);
    -webkit-transition-property: opacity, margin-top, visibility, margin-left;
    -webkit-transition-duration: .4s, .3s, .4s, .15s;
    -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    -moz-transition-property: opacity, margin-top, visibility, margin-left;
    -moz-transition-duration: .4s, .3s, .4s, .15s;
    -moz-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    -o-transition-property: opacity, margin-top, visibility, margin-left;
    -o-transition-duration: .4s, .3s, .4s, .15s;
    -o-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-property: opacity, margin-top, visibility, margin-left;
    transition-duration: .4s, .3s, .4s, .15s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out
}

body.apppricing-page-long .card li:hover>span.tooltip-hover {
    opacity: 1;
    text-decoration: none;
    visibility: visible;
    overflow: visible;
    margin-top: -20px;
    display: inline;
    margin-left: 40px
}

body.apppricing-page-long .card li span.tooltip-hover b {
    width: 15px;
    height: 15px;
    left: -7px;
    top: 21px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #5f5f5f; 
}

body.apppricing-page-long .card.fushia li>span.tooltip-hover {
    margin-left: -600px;
    text-align: right;
}

body.apppricing-page-long .card.fushia li:hover>span.tooltip-hover {
    margin-left: -620px
}

body.apppricing-page-long .card.fushia li span.tooltip-hover b {
    left: 332px;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #5f5f5f; 
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    transition: padding .8s ease;
    -webkit-transition: padding .8s ease;
    -moz-transition: padding .8s ease;
}

.apppricing-page-updated .popular {
    top: -14px;
    right: -14px;
    left: auto
}

.apppricing-page-updated .sale-badge {
    position: absolute;
    width: 98px;
    height: 102px;
    background-image: url(../images/summersale_badge.png);
    top: -20px;
    right: -20px;
    left: auto;
    z-index: 99
}

.apppricing-wrap h1,
.apppricing-wrap h2,
.apppricing-wrap h3 {
    padding-bottom: 5px;
    line-height: 1.2em;
    font-weight: 400;
    color: #5f5f5f; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    transition: padding .8s ease;
    -webkit-transition: padding .8s ease;
    -moz-transition: padding .8s ease;
}

.apppricing-wrap h1 a,
.apppricing-wrap h2 a,
.apppricing-wrap h3 a {
    color: #5f5f5f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    transition: padding .8s ease;
    -webkit-transition: padding .8s ease;
    -moz-transition: padding .8s ease;
}

.appricing-wrap h1 {
    font-size: 35px;
    line-height: 45px;
}

.appricing-wrap h2 {
    font-size: 20px;
    line-height: 30px;
}

.subtitle {
    color: #71818c;
}

.apppricing-wrap h3 {
    font-size: 18px;
    line-height: 28px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

* html .clearfix,
:first-child+html .clearfix {
    zoom: 1
}


/* ============== APP PRICING HEADER ============== */

.text-cyan {
  color: #49c9b2 !important;
}

.text-fushia {
  color: #f92d8c !important;
}

.text-lightgrey {
  color: #A4A4A4 !important;
}

.text-red {
  color: #cc0000 !important;
}

.text-green {
  color: #00B452 !important;
}


.text-danger {
  color: #f6594e !important;
}
.text-warning : 	 {
  color: #f57c00 !important;
}
.text-success {
  color: #66bb6a !important;
}
.text-info {
  color: #26c6da !important;
}



#apppricing-header {
    padding: 90px 0 120px 0;
    position: relative;
    z-index: 2;
    text-align: center;
}


/* ============== APP PRICING WRAP ============== */

.appricing-wrap {
    margin: 0 auto;
    max-width: 1120px;
    padding: 30px 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative
}

.appricing-wrap:first-of-type {
    padding-top: 0 !important;
}

.appricing-wrap:last-of-type {
    padding-bottom: 0 !important;
}


/* ============== APP PRICING AREA ============== */

#appricing-area {
    background-color: #f6594e;
}

#appricing-area:before {
    content: '';
    -webkit-transform: skew(0, -7deg);
    transform: skew(0, -7deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    height: 440px;
    background: #ffffff;
}

#appricing-area .appricing-wrap ul,
#appricing-area .appricing-wrap ol {
    padding-bottom: 10px;
    list-style: initial;
    text-align: left;
    padding-left: 40px;
}

#appricing-area .appricing-wrap li {
    padding-bottom: 10px;
}


/* ============== CARD & CARD COLUMN GRID ============== */

.card {
    position: relative;
    text-align: center;
}

.card-title {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 20px;
    color: #f92d8c;
}

.cyan .card-title {
    color: #39c0a7;  
}


.red .card-title {
    color: #CC0000;  
}

.card-price {
    font-size: 58px;
    line-height: 68px;
    font-weight: 400;
   
    padding: 20
}

.card-price-medium {
    font-size: 36px;
    line-height: 46px;
    font-weight: 400;
    padding-top: 15px;
}

.card-price small {
    font-size: 14px;
    color: #71818c;
    display: inline-block;
    line-height: 16px;
    font-weight: 400;
    text-align: left;
}

.card-notice {
    background-color: #5f5f5f;
    padding: 20px;
    width: 100%;
    max-width: 80%;
    z-index: 9;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-card-sizing: border-card;
    position: absolute;
    color: #fff;
    top: -126px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-weight: 500;
    card-shadow: 0px 5px 20px #d6dee4;
    -moz-card-shadow: 0px 5px 20px #d6dee4;
    -webkit-card-shadow: 0px 5px 20px #d6dee4;
}

.card-notice:after {
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -16px;
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    background: #5f5f5f;
}

.card-popular {
    background-color: #E50000 ;
    card-sizing: border-card;
    -moz-card-sizing: border-card;
    -webkit-card-sizing: border-card;
    border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    card-shadow: 0px 5px 20px #d6dee4;
    -moz-card-shadow: 0px 5px 20px #d6dee4;
    -webkit-card-shadow: 0px 5px 20px #d6dee4;
    height: 80px;
    width: 80px;
    display: block;
    position: absolute;
    top: -20px;
    right: -20px;
}

.card-popular p {
    padding-top: 24px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
}

.card ul li.guarantee {
    color: #26c15f;
}

.card ul {
    list-style: none !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    text-align: center !important;
}

.card-discount.card-price {
    font-weight: 600;
}

.card-discount span {
    text-decoration: line-through;
    color: #e2e5e8;
    font-weight: 300;
}

.card {
    padding: 40px;
    margin-bottom: 80px;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0px 20px 150px #d6dee4;
}

.no-card {
    padding: 40px;
    margin-bottom: 80px;
    width: 100%;
    background-color: transparent;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0px 0px 0px transparent;
}

.card:last-of-type {
    margin-bottom: 0;
}

.card-1-2 {
    float: left;
    width: 46%;
    margin-right: 8%;
    margin-bottom: 80px;
}

.card-1-2:nth-of-type(2n+0) {
    margin-right: 0;
    clear: right;
}

.card-1-2:nth-of-type(2n+1) {
    clear: left;
}

.card-1-2:nth-last-child(2),
.card-1-2:nth-last-child(1) {
    margin-bottom: 0;
}

.card-1-3 {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 10px;
}

.card-1-3:nth-of-type(3n+0) {
    margin-right: 0;
    clear: right;
}

.card-1-3:nth-of-type(3n+1) {
    clear: left;
}

.card-1-3:nth-last-child(3),
.card-1-3:nth-last-child(2),
.card-1-3:nth-last-child(1) {
    margin-bottom: 0;
}

.card-1-4 {
    float: left;
    width: 21%;
    margin-right: 5%;
    margin-bottom: 80px;
}

.card-1-4:nth-of-type(4n+0) {
    margin-right: 0;
    clear: right;
}

.card-1-4:nth-of-type(4n+1) {
    clear: left;
}

.card-1-4:nth-last-child(4),
.card-1-4:nth-last-child(3),
.card-1-4:nth-last-child(2),
.card-1-4:nth-last-child(1) {
    margin-bottom: 0;
}

.no-option,
.no-option a,
.no-option a:hover {
    color: #71818c;
    text-decoration: line-through;
}

.copyright {
    color: #71818c;
    background-color: #fff;
    padding: 80px 0 40px 0;
    padding-left: 0 !important;
    display: block;
    margin: 0 auto;
    text-align: center !important;
    list-style: none !important;
}

.fushia li a {
    color: #f92d8c;
    text-decoration: none
}

.cyan li a {
    color: #39c0a7;
    text-decoration: none
}

.red li a {
    color: #cc0000;
    text-decoration: none
}

.green li a {
    color: #00B452;
    text-decoration: none
}

/* ============== BUTTONS ============== */


/* Large */

.card-submit-large-red {
    display: block;
    text-align: center;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    background-color: #E50000;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none
}

.card-submit-large-red:hover {
    background-color:  #f6594e;
    box-shadow: 0px 10px 30px #aab9c3;
    -moz-box-shadow: 0px 10px 30px #aab9c3;
    -webkit-box-shadow: 0px 10px 30px #aab9c3;
    text-decoration: none;
}

.card-submit-large-green {
    display: block;
    text-align: center;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    background-color: #00B452;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none
}

.card-submit-large-green:hover {
    background-color: #66bb6a;
    box-shadow: 0px 10px 30px #aab9c3;
    -moz-box-shadow: 0px 10px 30px #aab9c3;
    -webkit-box-shadow: 0px 10px 30px #aab9c3;
    text-decoration: none;
}

.card-submit-large-orange {
    display: block;
    text-align: center;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    background-color: #F37100;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none
}

.card-submit-large-orange:hover {
    background-color: #FF9D48;
    box-shadow: 0px 10px 30px #aab9c3;
    -moz-box-shadow: 0px 10px 30px #aab9c3;
    -webkit-box-shadow: 0px 10px 30px #aab9c3;
    text-decoration: none;
}

.fushia .card-submit-large {
    background-color: #f92d8c;
    border-color: #f92d8c;
    text-decoration: none;
}

.fushia .card-submit-large:hover {
    background-color: #39c0a7;
    border-color: #39c0a7;
}


.redcard-submit-large {
    display: block;
    text-align: center;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    background-color: #cc0000;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none
}

.red .redcard-submit-large {
    background-color: red;
    border-color: #cc0000;
    text-decoration: none;
}

.red .redcard-submit-large:hover {
    background-color: red;
    border-color: #cc0000;
}


/* Small */

.card-submit-small {
    display: block;
    text-align: center;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
    margin-top: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    text-decoration: none;
    background-color: #CC0000;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.card-submit-small:hover {
    background-color:  #26c6da;
    
    -moz-box-shadow: 0px 10px 30px #aab9c3;
    -webkit-box-shadow: 0px 10px 30px #aab9c3;
    box-shadow: 0px 10px 30px #aab9c3;
    text-decoration: none;
}

.fushia .card-submit-small {
    background-color: #f92d8c;
    border-color: #f92d8c;
}

.fushia .card-submit-small:hover {
    background-color: #39c0a7;
    border-color: #39c0a7;
}

.redcard-submit-small {
    display: block;
    text-align: center;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
    margin-top: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    text-decoration: none;
    background-color: #CC0000;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.red .redcard-submit-small {
    background-color: #cc0000;
    border-color: #cc0000;
}

.red .redcard-submit-small:hover {
    background-color: red;
    border-color: red;
}


/* ============== MEDIA QUERIES ============== */

@media only screen and (max-width: 768px) {
    .appricing-wrap {
        padding: 0 60px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .card {
        margin-bottom: 10px;
    }
    .card-1-2 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .card-1-2:nth-last-child(2) {
        margin-bottom: 10px;
    }
    .card-1-3 {
        float: left;
        width: 45%;
        margin-right: 10%;
        margin-bottom: 10px;
    }
    .card-1-3:nth-of-type(3n+0),
    .card-1-3:nth-of-type(3n+1) {
        margin-right: 10%;
        clear: none;
    }
    .card-1-3:nth-of-type(2n+0) {
        clear: right;
        margin-right: 0;
    }
    .card-1-3:nth-of-type(2n+1) {
        clear: left;
    }
    .card-1-3:nth-last-child(3) {
        margin-bottom: 10px;
    }
    .card-1-4 {
        float: left;
        width: 30%;
        margin-right: 10%;
        margin-bottom: 10px;
    }
    .card-1-4:nth-of-type(3n+0),
    .card-1-4:nth-of-type(3n+1) {
        margin-right: 10%;
        clear: none;
    }
    .card-1-4:nth-of-type(2n+0) {
        clear: right;
        margin-right: 0;
    }
    .card-1-4:nth-of-type(2n+1) {
        clear: left;
    }
    .card-1-4:nth-last-child(3) {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 420px) {
    .appricing-wrap {
        padding: 0 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .card,
    .card-1-2:nth-last-child(2) {
        margin-bottom: 10px;
    }
    .card-1-2 {
        margin-bottom: 10px;
    }
    .card-1-3,
    .card-1-3:nth-of-type(3n+0),
    .card-1-3:nth-of-type(3n+1),
    .card-1-3:nth-of-type(2n+0),
    .card-1-3:nth-of-type(2n+1) {
        margin-right: 0;
        clear: both;
        width: 100%;
    }
    .card_1_3:nth-last-child(2),
    .card_1_3:nth-last-child(3) {
        margin-bottom: 10px;
    }
    .card-1-4,
    .card-1-4:nth-of-type(3n+0),
    .card-1-4:nth-of-type(3n+1),
    .card-1-4:nth-of-type(2n+0),
    .card-1-4:nth-of-type(2n+1) {
        margin-right: 0;
        clear: both;
        width: 100%;
    }
    .card:last-of-type,
    .card-1-2:last-of-type,
    .card-1-3:last-of-type,
    .card-1-4:last-of-type {
        margin-bottom: 0 !important;
    }
}