@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.tinted-image {
    background: linear-gradient( to left, rgba(4, 0, 10, 0.8), rgba(3, 11, 31, 0.8)), url(/themes/default/images/freeTrial-cover.png);
    background-size: cover;
    min-height: 500px;
}

.tinted-image-feature {
    background: linear-gradient( to left, rgba(4, 0, 10, 0.8), rgba(3, 11, 31, 0.8)), url(/themes/default/images/features-cover.png);
    background-size: cover;
}

.cover-text {
    padding-top: 100px;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

.icon-checked.green {
    color: #2fc789;
    background: none;
    border-color: none;
}

.gst {
    display: none;
}

.space-text {
    margin: 50px 0;
}

.text-white {
    color: white;
}

.free-trial-meta {
    float: right;
    margin-left: 5px;
    margin-right: 5px;
}

.free-trial-meta a {
    font-size: 14px;
}

.price-plan-meta {
    float: right;
    margin-right: 0;
}

.price-plan-meta a {
    font-size: 14px;
}

.nivo-prevNav {
    padding-top: 0;
}

.nivo-nextNav {
    padding-top: 0;
}

.nivoSlider {
    height: 400px;
}

.list-items-row {
    display: none;
}

.sign-up-row {
    display: none;
}

.footer-container {
    margin-top: 0;
}

.middle-text {
    margin-top: 30px;
}

.free-trial-contact {
    line-height: 35px;
    font-size: 20px;
}

.free-trial-contact i {
    margin-right: 20px;
}

.count-row .thumbnail {
    min-height: 150px;
}

.panel:hover {
    cursor: auto;
}

.pos-feature {
    position: relative;
}

.profit-color {
    color: #49bc89;
}

.panel-heading[aria-expanded="true"] {
    background-color: #4d73e6;
    color: #fff;
}

.panel-heading[aria-expanded="true"] .panel-title {
    background-color: #4d73e6;
    color: #fff;
}

.thumbnail {
    border-radius: 4px;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    padding: 20px;
    border: none;
}

.free-trial-google .select.google-select::after {
    right: 0;
    top: 5px;
    display: none;
}

.free-trial-google select {
    background-color: #fff;
    font-family: FontAwesome, 'whizet-reg-font';
    border-radius: 4px;
    height: 42px;
    padding-right: 2px;
    width: 30px;
    margin-top: 0 !important;
    text-indent: 7px;
}

@-moz-document url-prefix() {
    .free-trial-google select {
        text-indent: 0;
    }
}

/* free trial browser img bg */

.browser-container {
    height: auto;
    width: 100%;
    background: transparent;
    padding-bottom: 100px;
    padding-top: 0px;
    z-index: -1;
}

.browser-border {
    width: 100%;
    height: auto;
    /* background-image: url("/themes/default/images/freeTrialWeb-BG.png"); */
    top: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.5);
}

.browser-shade-1 {
    width: 400px;
    height: 100px;
    background: #f8f8f8;
    top: 30px;
    position: relative;
    margin-left: 50px;
    border-radius: 3px;
}

.browser-shade-2 {
    width: 400px;
    height: 100px;
    background: #f8f8f8;
    top: 50px;
    position: relative;
    margin-left: 50px;
    border-radius: 3px;
}

.browser-shade-2 ul {
    list-style-type: none;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    opacity: 0.6;
}

.browser-shade-3 {
    width: 400px;
    height: 100px;
    background: #f8f8f8;
    top: 70px;
    position: relative;
    margin-left: 50px;
    border-radius: 3px;
}

.browser-shade-4 {
    width: 250px;
    height: 340px;
    background: #f8f8f8;
    top: 30px;
    position: absolute;
    margin-right: 50px;
    border-radius: 3px;
    margin-left: 500px;
    text-align: center;
}

.browser-shade-4 span {
    font-size: 50px;
    margin-top: 250px;
    animation: floater 1.5s infinite;
    opacity: 0.7;
    cursor: pointer;
}

.browser-toolbar {
    background-color: #eeeeee;
    width: 100%;
    height: 30px;
    top: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px 2px 0 0;
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.5);
}

.browser-x {
    width: 10px;
    height: 10px;
    background-color: #FF5D56;
    position: relative;
    margin-top: 10px;
    border-radius: 50%;
    margin-left: 10px;
    float: left;
}

.browser-min {
    width: 10px;
    height: 10px;
    background-color: #FFBD35;
    position: relative;
    margin-top: 10px;
    border-radius: 50%;
    margin-left: 10px;
    float: left;
}

.browser-full {
    width: 10px;
    height: 10px;
    background-color: #00CD4A;
    position: relative;
    margin-top: 10px;
    border-radius: 50%;
    margin-left: 10px;
    float: left;
}

.browser-url {
    width: 70%;
    height: 15px;
    background-color: white;
    position: relative;
    margin-top: 8px;
    border-radius: 2px;
    margin-left: 20px;
    float: left;
}

.browser-url span {
    font-size: 11px;
    top: -3px;
    margin-left: 5px;
    position: relative;
    opacity: 0.7;
}

.browser-crossair {
    margin-left: 5px;
    height: 10px;
    margin-top: 3px;
}

.pos-oldway-supplier {
    width: 170px;
    position: absolute;
    top: 50px;
    left: 0px;
}

.pos-oldway-stock {
    width: 170px;
    position: absolute;
    top: 60px;
    right: 10px;
}

.pos-oldway-hire {
    width: 170px;
    position: absolute;
    top: 150px;
    left: 80px;
}

.pos-oldway-packing {
    width: 170px;
    position: absolute;
    top: 230px;
    right: 0px;
}

.pos-oldway-sync {
    width: 170px;
    position: absolute;
    top: 250px;
    left: 15px;
}

.pos-benefit-supplier {
    width: 300px;
    position: absolute;
    top: 150px;
    left: 0px;
}

.pos-benefit-product {
    width: 300px;
    position: absolute;
    top: 10px;
    right: 0px;
}

.pos-benefit-website {
    width: 300px;
    position: absolute;
    bottom: 10px;
    left: 0px;
}

.pos-benefit-dropship {
    width: 300px;
    position: absolute;
    bottom: 140px;
    right: 0px;
}

.translate-pop-circle {
    border-radius: 4px;
    padding: 5px;
    background-color: #fff;
    z-index: 99999999;
}

.translate-bar {
    background-color: white;
}

.translate-pop-circle:hover {
    opacity: 1;
    cursor: pointer;
}

.goog-te-combo:hover {
    cursor: pointer;
}

.translate-pop-circle .select:after {
    right: 15px;
    top: 12px;
}

.btn-free-trial {
    padding: 10px 10px;
}

.big {
    font-size: 25px;
}

.free-icon-menu {
    padding-right: 5px;
}

.setting-meta ul {
    width: 220px;
}

@media screen and (max-width: 767px) {
    .nivoSlider {
        height: auto;
    }
    .pos-feature {
        position: static;
    }
    .pos-oldway-supplier {
        position: static;
        width: 100%;
    }
    .pos-oldway-stock {
        position: static;
        width: 100%;
    }
    .pos-oldway-hire {
        position: static;
        width: 100%;
    }
    .pos-oldway-packing {
        position: static;
        width: 100%;
    }
    .pos-oldway-sync {
        position: static;
        width: 100%;
    }
    .pos-benefit-supplier {
        position: static;
        width: 100%;
    }
    .pos-benefit-product {
        position: static;
        width: 100%;
    }
    .pos-benefit-website {
        position: static;
        width: 100%;
    }
    .pos-benefit-dropship {
        position: static;
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .price-plan-meta a,
    .free-trial-meta a {
        font-size: 8px;
    }
    .free-icon-menu {
        margin-top: 27px;
    }
    .setting-meta ul {
        right: -120px;
    }
    .free-trial-google select {
        height: 34px;
    }
}

/* =========== */
/* pricing css */
/* =========== */
.gst {
    display: none;
}

button {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: 0px;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 3px;
    line-height: 1;
}

i {
    font-style: italic;
    line-height: inherit;
}

.pricing-switcher {
    text-align: center;
}

.pricing-switcher .fieldset {
    display: inline-block;
    position: relative;
    padding: 2px;
    border-radius: 50em;
    border: 2px solid #ccc;
    background: rgb(108, 103, 103);
}

.pricing-switcher input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.pricing-switcher label {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 90px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 1.4rem;
    color: #ffffff;
}

.pricing-switcher .switch {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 40px;
    width: 90px;
    background-color: #2d3e50;
    border-radius: 50em;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

.pricing-switcher input[type="radio"]:checked+label+.switch,
.pricing-switcher input[type="radio"]:checked+label:nth-of-type(n)+.switch {
    -webkit-transform: translateX(90px);
    -moz-transform: translateX(90px);
    -ms-transform: translateX(90px);
    -o-transform: translateX(90px);
    transform: translateX(90px);
}

.save-percent {
    position: absolute;
    top: 0;
    padding: 5px;
    color: white;
    border-radius: 3px;
    left: 0;
}

.save-percent.starter {
    background: #1e8fd4;
}

.save-percent.basic {
    background: #2fc789;
}

.save-percent.advance {
    background: #7266ba;
}

.save-percent.premium {
    background: #fb6d9d;
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    a[href^='#']:after {
        content: '';
    }
    thead {
        display: table-header-group;
    }
    tr {
        page-break-inside: avoid;
    }
}

.button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 0.85em 1em;
    margin: 0 0 1rem 0;
    background-color: #3aa3e3;
    color: #fff;
}

.button:hover,
.button:focus {
    background-color: #1e8fd4;
    color: #fff;
}

.button.large {
    font-size: 1.25rem;
}

.button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

[type='button'] {
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 2.1;
    color: #555459;
}

@media screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em) {
    .show-for-large {
        display: none !important;
    }
}

table {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 3px;
}

table thead,
table tbody {
    border: 1px solid #f1f1f1;
    background-color: #fefefe;
}

table thead {
    background: #f8f8f8;
    color: #555459;
}

table thead tr {
    background: transparent;
}

table thead th {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left;
}

table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

table tbody th,
table tbody td {
    padding: 0.5rem 0.625rem 0.625rem;
}

table.hover tr:hover {
    background-color: #f1f1f1;
}

table.hover tr:nth-of-type(even):hover {
    background-color: #e5e5e5;
}

.button {
    transition: none;
    line-height: 1.3;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

[class*=" icon-"]:before {
    font-family: "editor-line" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.table-pricing {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.table-pricing thead,
.table-pricing tbody {
    border: none;
}

.table-pricing thead {
    background-color: transparent;
}

.table-pricing thead>tr:hover {
    background-color: transparent;
}

.table-pricing thead>tr>th:first-child {
    vertical-align: bottom;
}

.table-pricing tr>th {
    font-weight: normal;
    width: 20%;
}

.table-pricing tr>th:first-child {
    text-align: left;
    width: 20%;
}

.table-pricing .questions {
    color: #0a0a0a;
    cursor: help;
    border-bottom: 1px dashed #0a0a0a;
}

.table-pricing tr>td {
    text-align: center;
}

@media screen and (min-width: 64em) {
    .table-pricing .price-plan {
        text-align: center;
        display: block;
        padding: 10px;
        border-radius: 3px;
        transform: translate3d(0, 0, 0);
        transition: all 300ms ease-in-out;
        border: 2px solid #ddd;
    }
}

.table-pricing .table-title {
    font-size: 1.5rem;
    font-weight: bold;
    display: block;
}

.table-pricing .price-plan.promo {
    border: 2px solid #7266ba;
    transform: scale(1.1, 1.1);
    background: #fff;
    position: relative;
    z-index: 20;
}

.pricing-item-inner.promo {
    border: 2px solid #7266ba;
}

.table-pricing .plan-starter .table-title {
    color: #1e8fd4;
    background: none;
}

.table-pricing .plan-free .table-title {
    color: #2fc789;
    background: none;
}

.table-pricing .plan-basic .table-title {
    color: #7266ba;
    background: none;
}

.table-pricing .plan-plus .table-title {
    color: #fb6d9d;
    background: none;
}

.table-pricing .plan-premium .table-title {
    color: #ec9c0f;
    background: none;
}

.table-pricing .price {
    font-weight: normal;
    display: block;
    margin: 10px 0;
}

.table-pricing .price .currency {
    font-size: 15px;
    opacity: 0.8;
    margin-left: -24px;
    vertical-align: super;
    margin-right: 2px;
    display: inline-block;
    position: relative;
    top: -10px;
}

.table-pricing .price .month {
    font-size: 15px;
    opacity: 0.8;
    position: absolute;
    margin-top: 30px;
}

@media (min-width: 640px) {
    .table-pricing .price .month {
        margin-top: 40px;
    }
}

@media screen and (max-width: 39.9375em) {
    .table-pricing .price {
        font-size: 50px;
        color: #555459;
        line-height: 1;
    }
}

@media screen and (min-width: 40em) {
    .table-pricing .price {
        font-size: 40px;
    }
}

.table-pricing .price-plan .button {
    font-weight: bold;
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.table-pricing .plan-free .button {
    background-color: #2fc789;
}

.table-pricing .plan-free .button:hover,
.table-pricing .plan-free .button:focus {
    background-color: #2cbd80;
}

.table-pricing .plan-basic .button {
    background-color: #7266ba;
}

.table-pricing .plan-basic .button:hover,
.table-pricing .plan-basic .button:focus {
    background-color: #6258a0;
}

.table-pricing .plan-plus .button {
    background-color: #fb6d9d;
}

.table-pricing .plan-plus .button:hover,
.table-pricing .plan-plus .button:focus {
    background-color: #db5e8a;
}

.table-pricing .plan-premium .button {
    background-color: #ec9c0f;
}

.table-pricing .plan-premium .button:hover,
.table-pricing .plan-premium .button:focus {
    background-color: #ec9c0f;
}

.table-pricing .icon-checked,
.table-pricing .icon-unchecked {
    width: 20px;
    border-radius: 50%;
    height: 20px;
    border: 2px solid transparent;
    font-size: 14px;
    padding: 0px 1px;
    box-sizing: border-box;
}

.icon-checked {
    background-color: #7266ba;
    border-color: #7266ba;
    color: white;
}

.icon-checked.plan-starter {
    background-color: #1e8fd4;
    border-color: #1e8fd4;
    color: white;
}

.icon-checked.plan-free {
    background-color: #2ab27b;
    border-color: #2ab27b;
}

.icon-checked.plan-plus {
    background-color: #ff6688;
    border-color: #ff6688;
}

.icon-checked.plan-premium {
    background-color: #ffbd4a;
    border-color: #ffbd4a;
}

.icon-unchecked {
    border-color: #e8e8e8;
    color: transparent;
}

@media screen and (max-width: 39.9375em) {
    .stacktable tbody:nth-child(2) {
        display: none;
    }
}

a,
a:active,
a:focus {
    outline: none;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

/*! CSS Used from: https://use.fontawesome.com/0accaab772.css */

/*! @import //use.fontawesome.com/releases/v4.6.3/css/font-awesome-css.min.css */

/*! end @import */

/*! CSS Used from: Embedded */

label.table-title {
    border: 1px solid #ddd;
    border: 0;
    border-radius: 4px;
    padding: 0;
    font-size: 34px !important;
}

label.free {
    display: inline-block;
    width: 40px;
    text-align: center;
    line-height: 1.8em;
    font-size: 12px;
    margin-right: 10px;
    border-radius: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "STHeiti", SimSun, sans-serif;
}

label.free {
    color: #fff;
    background-color: #999;
}

table thead th {
    padding: 0;
}

.questions {
    cursor: pointer !important;
    border-bottom: 0 !important;
    text-decoration: underline;
    color: #555 !important;
}

.icon-checked {
    line-height: 1.2em;
}

/* old design END - ribbon */

.ribbon {
    width: 120px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #b92929;
}

.ribbon.promo::before,
.ribbon.promo::after {
    border: 5px solid #7266ba
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 10px 0;
    background-color: #b92929;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 10px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}

.ribbon.promo span {
    background-color: #7266ba;
}

.ribbon-top-right {
    top: -10px;
    right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 12px;
}

.ribbon-top-right::after {
    bottom: 42px;
    right: 0;
}

.ribbon-top-right span {
    left: -35px;
    top: 30px;
    transform: rotate(45deg);
}

.top-padding {
    padding-top: 30px;
}

/* custom btn , text color */

.btn-purple,
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
    background-color: #7266ba;
    border: 1px solid #7266ba;
    color: #ffffff;
}

.btn-pink,
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active {
    background-color: #fb6d9d;
    border: 1px solid #fb6d9d;
    color: #ffffff;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    background-color: #81c868;
    border: 1px solid #81c868;
}

.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
    background-color: #ec9c0f;
    border: 1px solid #ec9c0f;
}

.text-purple {
    color: #7266ba;
}

.text-success {
    color: #81c868;
}

.text-pink {
    color: #fb6d9d;
}

.text-warning {
    color: #ec9c0f;
}

.text-starter {
    color: #3aa3e3;
}

/* pricing table*/

.pricing-item {
    margin: 0 0 30px;
    position: relative;
    text-align: center;
}

.pricing-item-inner {
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    border-radius: 7px;
    border: 2px solid rgba(151, 160, 175, 0.2);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    vertical-align: middle;
}

.pricing-wrap {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 30px 20px;
    position: relative;
    text-align: center;
}

.pricing-icon {
    font-size: 32px;
    padding-bottom: 5px;
    padding-top: 10px;
    position: relative;
    z-index: 1;
}

.pricing-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.pr-list {
    color: #97a0af;
    font-size: 12px;
    font-weight: 400;
    margin: 0 -20px 30px;
    padding: 0;
    text-transform: uppercase;
}

.pr-list li {
    list-style: none;
    padding: 12px 20px;
}

.pricing-num {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

.pricing-num sup {
    font-size: 18px;
    font-weight: 400;
    left: -3px;
    margin-left: -7px;
    position: relative;
    top: -20px;
}

.pr-per {
    color: #97a0af;
    font-size: 12px;
}

.pr-button {
    margin-top: 30px;
}

.free-trial-meta {
    float: right;
    margin-left: 5px;
    margin-right: 5px;
}

.free-trial-meta a {
    font-size: 14px;
}

.price-plan-meta {
    float: right;
    margin-right: 0;
}

.price-plan-meta a {
    font-size: 14px;
}

.list-items-row {
    display: none;
}

.sign-up-row {
    display: none;
}

.footer-container {
    margin-top: 0;
}

.panel:hover {
    cursor: auto;
}

.free-trial-google .select.google-select::after {
    right: 0;
    top: 5px;
    display: none;
}

.free-trial-google select {
    background-color: #fff;
    font-family: FontAwesome, 'whizet-reg-font';
    border-radius: 4px;
    height: 42px;
    padding-right: 2px;
    width: 30px;
    margin-top: 0 !important;
    text-indent: 7px;
}

@-moz-document url-prefix() {
    .free-trial-google select {
        text-indent: 0;
    }
}

.translate-pop-circle {
    border-radius: 4px;
    padding: 5px;
    background-color: #fff;
    z-index: 99999999;
}

.translate-bar {
    background-color: white;
}

.translate-pop-circle:hover {
    opacity: 1;
    cursor: pointer;
}

.goog-te-combo:hover {
    cursor: pointer;
}

.translate-pop-circle .select:after {
    right: 15px;
    top: 12px;
}

.btn-free-trial {
    padding: 10px 10px;
}

.free-icon-menu {
    padding-right: 5px;
}

.setting-meta ul {
    width: 220px;
}

@media screen and (max-width: 320px) {
    .price-plan-meta a,
    .free-trial-meta a {
        font-size: 8px;
    }
    .free-icon-menu {
        margin-top: 27px;
    }
    .setting-meta ul {
        right: -120px;
    }
    .free-trial-google select {
        height: 34px;
    }
}