section#pricing {
    margin-top: -105px;
}
.package.single {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    border-bottom: 12px solid #ff7702;
}
.package.single .star {
    top: -40px;
    right: -20px;
    position: absolute;
    padding: 16px;
    transform: rotate(20deg);
}
.package.single .star.orange {
    top: -20px;
    right: -10px;
}
.package.single .media {
    margin-bottom: 1em;
    color: #ff8600;
    float: left;
    display: block;
    text-align: center;
}
.package.single .media i.vrg-icon {
    font-size: 28px;
}
.package.single .media img {
    height: 50px;
    width: auto;
}
.package.single .title {
    color: #2e343e;
    font-size: 1.3em;
    letter-spacing: -0.3px;
    margin-bottom: 0.25em;
    text-align: center;
    margin-top:15px;
}
.package.single .description {
    color: #2e343e;
    font-size: 0.75em;
    margin-bottom: 0;
    padding-left: 10px;
    text-align: center;
}
.package.single .price-block {
    margin-bottom: 0.5em;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}
.package.single .price-block .old {
    color: #8c99b2;
    font-size: 15px;
    display: flex;
    position: relative;
    text-decoration: none;
    height: 24px;
    margin-right: 10px;
    font-weight: 700;
}
.package.single .price-block .old:before {
    content: "";
    width: 70%;
    position: absolute;
    left: 0;
    top: 50%;
    border-bottom: 1px solid #8c99b2;
    transform: skewY(-10deg);
}
.package.single .price-block .new {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.package.single .price-block .new .content {
    color: #2e343e;
    font-size: 46px;
    display: flex;
    flex-flow: row;
    position: relative;
    min-height: auto;
}
.package.single .price-block .new .content sub {
    color: #2e343e;
    font-size: 14px;
    bottom: 0;
    top: 50px;
    right: 28px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: absolute;
}
.package.single .price-block .new .content sup {
    color: #2e343e;
    font-size: 28px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: flex;
}
.package.single .price-block .new .discount {
    margin-top: -14px;
    display: none;
}
.package.single .price-block .new .discount .label {
    border-radius: 2px;
    background-color: #17aa17;
    color: #fff;
    font-size: 0.8em;
    padding: 0.3em;
    text-align: center;
}
.package.single .price-block .tooltip-info {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #8c99b2;
    font-weight: 600;
    cursor: pointer;
    margin-top: -8px;
}
.package.single .price-block .tooltip-info i {
    font-size: 14px;
    padding-right: 4px;
}
.package.single .btn {
    margin: 1em auto;
    width: inherit;
    min-width: 80%;
    padding: 4px 8px !important;
    min-height: auto;
}
.package.single .btn .fa-shopping-cart {
    margin-right: 0.5rem;
}
.package.single .btn .btn-right-arrow {
    display: none;
}
.package.single .btn div {
    margin: auto;
}
.package.single .features {
    color: #2e343e;
    font-size: 15px;
    line-height: 2em;
}
.package.single .features .item {
    margin-bottom: 0;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 16px;
}
.package.single .features .item b {
    margin-right: 6px;
}
.package.single .features .item i.info {
    margin-left: 4px;
}
.package.single .features .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.package.single .features .item img {
    height: auto;
    max-width: 140px;
    margin-right: 8px;
}
.package.single .features .item__media {
    display: flex;
    align-items: center;
    justify-content: center;
}
.package.single .features .item .primary {
    color: #06aeef;
}
.package.single .features .item .small {
    font-size: 12px;
}
.package.single.disable-overflow {
    overflow: inherit !important;
}
.package.single.active {
    z-index: 99 !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;
}
.package.single.active .description {
    background-color: #fff;
}
.package.single .btn.btn-primary:hover {
    color: #fff;
}
.package .new-year-img {
    width: 150px;
    top: -45px;
    right: 10px;
    position: absolute;
}
.package .absolute-img {
    height: 108px;
    top: -40px;
    right: 10px;
    position: absolute;
    display: none;
}
.package .sticky-top-right {
    position: absolute;
    right: 10px;
    top: 4px;
    height: 70px;
    width: auto;
}
.package .sticky-top-left {
    position: absolute;
    left: 2px;
    top: 12px;
    height: 70px;
    width: auto;
}
.packages.three {
    margin-right: 0 !important;
}
.packages.three .package {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    width: 33.33333% !important;
}
.packages.three .package.active {
    overflow: inherit;
}
.packages.three .package:nth-child(3) {
    top: 0 !important;
    padding: 30px 20px !important;
}
.hosting .package.single {
    overflow: inherit;
}
.packages {
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: normal;
    align-self: center;
}
.packages:after {
    clear: both;
}
.packages .content {
    min-height: auto;
}
.packages .package {
    width: 25%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    float: left;
}
.packages .package .media {
    margin-bottom: 16px;
    flex: none;
}
.packages .package .media img {
    height: 35px;
}
.packages .package .content {
    padding: 0 !important;
}
.packages .package .content sup {
    top: -5px;
}
.packages .package:first-child {
    z-index: 1;
    left: 10px;
}
.packages .package:nth-child(2) {
    z-index: 2;
    left: 5px;
    top: -10px;
    padding: 40px 20px;
    box-shadow: 0 0 50px rgba(34,34,34,0.4);
}
.packages .package:nth-child(3) {
    top: -20px;
    padding: 50px 20px;
    box-shadow: 0 0 50px rgba(34,34,34,0.4);
}
.packages .package:nth-child(4) {
    z-index: 4;
    top: -10px;
    padding: 40px 20px;
    right: 5px;
}
.packages .package.active .old {
    color: #8c99b2;
}
.packages .package.active .check {
    color: #17aa17;
    font-size: 1em;
    margin-right: 0.5em;
}
@media only screen and (max-width: 1199px) {
    .package.single .price-block .new {
        flex-flow: wrap;
    }
    .package.single .price-block .new .content {
        width: 100%;
    }
    .hosting .sub-description span.mr-2 {
        display: flex;
        align-items: center;
        flex-flow: wrap;
    }
    .hosting .sub-description span.mr-2 i {
        margin-left: 0 !important;
    }
}
@media only screen and (max-width: 991px) {
    .package.single .price-block {
        display: flex;
        align-items: center;
    }
    .package.single .price-block .old {
        margin-bottom: 0;
        margin-right: 8px;
        min-width: 62px;
        text-align: center;
    }
    .package.single .price-block .new .content {
        width: auto;
        font-size: 46px;
    }
    .package.single .price-block .new .content sub {
        font-size: 12px;
        top: 48px !important;
        right: 14px;
    }
    .package.single .price-block .new .content sup {
        font-size: 24px;
        top: -5px !important;
        left: 5px !important;
    }
    .package.single .price-block .new .discount {
        margin-top: 0;
    }
    .home-packages .package.single .price-block .new .content sub {
        font-size: 12px;
        top: 33px !important;
    }
    .home-packages .package.single .price-block .new .content sup {
        font-size: 15px;
        top: 22px !important;
        left: -14px;
    }
    .packages {
        flex-flow: wrap;
    }
    .packages .package {
        width: 48% !important;
        height: 100% !important;
        min-height: 450px !important;
        margin: 4px;
        left: 0 !important;
        top: 0 !important;
        padding: 15px 10px !important;
    }
}
@media only screen and (max-width: 768px) {
    .package.single {
        padding: 16px;
        padding-bottom: 0 !important;
        margin-bottom: 16px !important;
        width: 100% !important;
    }
    .package.single .price-block {
        flex-flow: wrap;
        margin-bottom: 0;
    }
    .package.single .price-block .new .content sup {
        top: -8px !important;
    }
    .package.single .price-block .new i.info,
    .package.single .price-block .tooltip-info {
        margin-top: 0;
    }
    .package.single .features {
        font-size: 14px;
    }
    .package.single .media {
        height: 32px;
        margin-bottom: 0;
    }
    .package.single .media img {
        height: 32px;
    }
    .package.single .absolute-img {
        height: 90px;
        top: -23px;
    }
    .package.single .sticky-top-right {
        top: -30px;
    }
    .package.single .btn {
        margin-bottom: 0;
    }
    .packages .package.single .media {
        height: 32px;
    }
    .packages.three .package {
        width: 100% !important;
    }
    .packages.three .package .price-block .new .content sup {
        top: 27px !important;
    }
}
