.features-blue {
    color: #fff;
    background: linear-gradient(135deg,#172a74,#21a9af);
    background-color: #184e8e;
    padding-bottom: 30px;
}

.features-blue p {
    color: rgba(255,255,255,.6);
}

.features-blue h2 {
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width:767px){
    .features-blue {
        padding-bottom: 10px;
    }

    .features-blue h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.features-blue .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 60px;
}

.features-blue .item {
    min-height: 100px;
    padding-left: 80px;
    margin-bottom: 40px;
}

@media (max-width:767px){
    .features-blue .intro {
        margin-bottom: 40px;
    }

    .features-blue .item {
        min-height: 0;
    }
}

.features-blue .item .name {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    color: inherit;
}

.features-blue .item .description {
    font-size: 15px;
    margin-bottom: 0;
}

.features-blue .item .icon {
    font-size: 40px;
    color: #ffcc1e;
    float: left;
    margin-left: -65px;
}

.compare-heading {
    font-size: 18px;
    font-weight: 700!important;
    border-bottom: 0!important;
    padding-top: 10px!important;
}

.price-btns {
    border-top: 1px solid #d4e3ed;
}

.pricing-table tfoot td.free {
    border-bottom-left-radius: 5px;
}

.comparison .qbo {
    background: #009E2C;
    border-top-right-radius: 3px;
}

.comparison .price-info {
    padding: 5px 15px 15px;
}

.comparison .price-was {
    color: #999;
    text-decoration: line-through;
}

.comparison .price-now,
.comparison .price-now span {
    color: #ff5406;
}

@media (max-width:767px){
    .comparison .row {
        background: #FFF;
    }

    .price-info {
        border-top: 0!important;
    }
}

@media (max-width:639px){
    .comparison .price-buy {
        padding: 5px 10px;
    }

    .comparison .hide-mobile {
        display: none;
    }

    .comparison .price-now span {
        font-size: 16px;
    }

    .compare-heading {
        font-size: 13px;
    }
}

.comparison {
    margin: 0 auto;
    font: 15px/1.4 Roboto,sans-serif;
    text-align: center;
    padding: 10px;
    color: #6e808a;
}

.comparison table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

td.package-btn {
    border: 0;
    background: #fff;
    padding: 25px 0!important;
}

.comparison td,
.comparison th {
    border-right: 1px solid #d4e3ed;
    empty-cells: show;
    padding: 15px 20px;
}

.package-btn.pack-4,
tfoot .options {
    border-right: 0 none;
}

.package-btn.pack-1 {
    border-bottom-left-radius: 6px;
}

.n-button,
a.n-button {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    padding: 0 30px;
    color: #fff;
    background-color: #02a1cf;
    border-radius: 99px;
}

.package-btn.pack-4 {
    border-bottom-right-radius: 6px;
}

.comparison tbody tr:nth-child(odd) {
    display: none;
}

.comparison .compare-row {
    background: #e9f0f5;
}

.comparison .tickblue {
    color: #0078C1;
}

.comparison .tickgreen {
    color: #009E2C;
}

.comparison th {
    font-weight: 400;
    padding: 0;
    border-bottom: 1px solid #CCC;
}

.comparison tr td:first-child {
    text-align: left;
}

.comparison .qbo,
.comparison .qbse,
.comparison .tl {
    color: #FFF;
    padding: 10px;
    font-size: 13px;
    border-right: 1px solid #CCC;
    border-bottom: 0;
}

.comparison .tl2 {
    border-right: 0;
    color: #000;
    padding: 0;
    text-align: left;
}

.price-options-desc {
    background: #46647c;
    display: inline-block;
    padding: 15px 20px;
    width: 100%;
    border-top-left-radius: 6px;
    color: #fff;
    font-size: 1.2em;
}

.comparison .qbse {
    font-weight: 400;
    border-left: 0;
    font-size: 1.1em;
    border-right: 0 none;
}

.table-price {
    display: block;
    font-size: 36px;
    line-height: 50px;
}

.qbse-first {
    background: #556b78;
    border-top-left-radius: 6px;
}

.qbse-second {
    background: #02a1cf;
}

.qbse-third {
    background: #632fc6;
}

.qbse-last {
    background: #3cbc10;
    border-top-right-radius: 6px;
}

@media (max-width:767px){
    .comparison td:first-child,
    .comparison th:first-child {
        display: none;
    }

    .comparison tbody tr:nth-child(odd) {
        display: table-row;
        background: #F7F7F7;
    }

    .comparison td,
    .comparison th {
        border: 1px solid #CCC;
    }
}

@media (max-width:639px){
    .comparison td,
    .comparison th {
        padding: 10px 5px;
    }

    .comparison .qbo,
    .comparison .qbse {
        font-size: 12px;
        padding: 10px 5px;
    }
}

.n-button.n-button-grey.show-free-download {
    background: #556b78;
}

.n-button.n-button-purple {
    background: #632fc6;
}

.n-button.n-button-green {
    background: #3cbc10;
}

.pricing.headline.text-center {
    color: #fff;
    margin-top: 48px;
}

tbody tr {
    background: #fff;
}

#pricing-section,
.price-header {
    background-image: url(img/picingbg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#pricing-section {
    padding: 65px 0;
}

.pricing-sub-headline.text-center {
    color: #a1aeb5;
    font-weight: 300;
    font-size: 18px;
    font-family: Roboto,sans-serif;
    margin-bottom: 48px;
}

.last-td {
    border-bottom-left-radius: 6px;
}

.last-tr {
    background: 0 0;
}

.last-tr td {
    background: #fff;
}

.pack-1,
.pack-2,
.pack-3,
.pack-4 {
    border-top: 1px solid #d4e3ed!important;
}

.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90,92,105,.5);
    line-height: 46px;
}

.scroll-to-top:hover {
    background: #5a5c69;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
    color: #fff;
}

.bg-dark {
    background-color: #140140!important;
}

.copyr {
    font-size: 9px;
    vertical-align: 20%;
}

.copyr2 {
    font-size: 13px;
    vertical-align: 60%;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666666;
    text-align: left;
    background-color: #fff;
}

.blue1 {
    color: #4663D5;
}

.foter_bottom {
    background-color: #140140;
    color: #ffffff;
}

.hr-custom {
    border: 0;
    border-top: 1px solid #888787;
    margin: 1rem 0;
}

.spazio1 {
    margin-top: 25px;
}