body {
    color: #000;
}

h1,h2 {
    font-weight: 800;
}

.h3 {
    font-size: 22px;
    line-height: 1.5;
}

.text-example {
    font-size: 15px !important;
    font-style: italic;
}

.text-weight-heavy {
    font-weight: 800;
}

.text-weight-light {
    font-weight: 300;
}

.text-medium,
.text-large {
    margin: 6% 0;
}

.text-medium {
    font-size: 30px;
}

.text-xl {
    font-size: 95px;
}

.fg-white {
    color: #fff;
}

.fg-text-light {
    color: #d8d8d8;
}

.fg-black {
    color: #000;
}

.fg-blue {
    color: #1277c9;
}

.fg-purple {
    color: #6441ff;
}

.fg-dark-purple {
    color: #720BB7;
}

.fg-text-dark {
    color: #444343;
}

.bg-blue {
    background: #3473B3;
}

.bg-dark-purple {
    background: #720bb7;
}

.bg-white {
    background: #fff;
}

.fg-purple {
    color: #6441ff;
}

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

.no-margin-all {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-padding-all {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-vertical {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.no-padding-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.padding-bottom-medium {
    padding-bottom: 7.5% !important;
}

.padding-bottom-large {
    padding-bottom: 15% !important;
}

.margin-vertical-medium {
    margin: 5% 0;
}

.margin-vertical-large {
    margin: 15% 0;
}

.margin-top-large {
    margin-top: 15%;
}

.margin-bottom-large {
    margin-bottom: 15%;
}

.margin-top-xl {
    margin-top: 20%;
}

.margin-bottom-small {
    margin-bottom: 7.5% !important;
}

.live-wrap {
    display: block;
    position: relative;
    margin-top: 70px;
    background: #f2f3f8;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.bg-parallax {
    position: relative;
    z-index: 100;
}

.bg-parallax:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-attachment: fixed;
    z-index: -1;
}

.pos-header.bg-parallax:after {
    /*background-image: url("../images/cpos-header-bg.svg");*/
    background: #4F94CE;
}
.need-hardware.bg-parallax:after {
    background-image: url("../images/pos-icons-bg.svg");
    opacity: 0.15;
}

.pos-header h1,
.live-wrap .content-block h2 {
    font-size: 25px;
    line-height: 32px;
}

.live-wrap h1,
.live-wrap h2,
.live-wrap p {
    font-family: 'Varela Round', sans-serif;
}

.content-block {
    margin: 0 auto;
    max-width: 1200px;
    padding: 7.5%;
    overflow: hidden;
}

#get-started-form .content-block {
    padding: 0;
}

.inner-content-block {
    margin: 0 auto 15%;
    padding: 0;
    max-width: 760px;
}

.live-knowledgebase .inner-content-block {
    margin-bottom: 0;
}

.pos-header .content-block p {
    font-weight: 600;
    color: #F2AF1F;
}

.pos-header .inner-content-block {
    max-width: 1300px;
}

.pos-header .btn-wrap,
.need-hardware .btn-wrap {
    margin: 7.5% auto;
    width: 300px;
}

.pos-header .btn-wrap .btn,
.need-hardware .btn-wrap .btn {
    display: block;
    padding: 18px 0;
    border: 3px solid #fff;
    color: #fff;
    width: 100%;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 18px;
}

.pos-header .btn-wrap .btn {
    background: #7151ff;
}

.pos-header .btn-wrap .btn:hover {
    background: #5838E6;
    text-decoration: none;
}

.need-hardware .btn-wrap .btn {
    background: #transparent;
}

.need-hardware .btn-wrap .btn:hover {
    text-decoration: none;
}

.need-hardware.bg-white .btn-wrap .btn {
    border: 3px solid #000;
    color: #000;
}

.content-block.header {
    max-width: 1300px;
}

.content-block p {
    font-size: 18px;
    line-height: 36px;
}

.content-block p small {
    line-height: 26px;
}

.content-block p.info {
    font-size: 27px;
    line-height: 38px;
}

.content-block.fg-text-light p a {
    text-decoration: underline;
    color: #d8d8d8;
}

.content-block.fg-text-light p a:hover {
    color: #d8d8d8;
}

.graphic-wrap {
    margin: 7.5% auto 0;
}

.graphic-wrap.mobile-device {
    max-width: 200px;
}

.graphic-wrap.merry-christmas {
    max-width: 450px;
    margin: 0 auto 50px;
}

.live-logo-wrap img,
.graphic-wrap img {
    max-width: 100%;
    height: auto;
}

.cp-graphic-wrap + .cp-graphic-wrap {
    margin-top: 15%;
}

.graphic-wrap + .graphic-wrap {
    margin-top: 50px;
}

.live-icon-wrap {
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 7.5%;
}

.live-icon-wrap.bulb {
    max-width: 50px;
}

.live-icon-wrap img {
    width: 100%;
}

.pos-header .live-logo-wrap {
    margin-bottom: 30px;
}

.pos-header h1,
.pos-header h2 {
    margin-bottom: 24px;
}

.button-wrap a.btn:active,
.button-wrap a.btn:focus,
.button-wrap a.btn:hover {
    text-decoration: none;
    color: #fff;
    background: #0096C0;
}


section.pricing-features {
    padding-top: 30px;
}

ul.list-features {
    display: flex;
    margin: 45px 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
}

ul.list-benefits {
    margin: 20% 0 0;
    padding: 0;
    list-style: none;
}

ul.list-benefits li {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #EAEAEA;
}

ul.list-benefits.fg-white li {
    color: #fff;
    border-bottom: 1px solid #8D4EBF !important;
}

ul.list-benefits li:last-child,
ul.list-benefits.fg-white li:last-child {
    border-bottom: none !important;
}

.icp-pricing-wrap {
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.icp-pricing-wrap .icp-pricing-list {
    margin-bottom: 18%;
    width: 100%;
}

.icp-pricing-wrap img {
    width: 40%;
}

.icp-pricing-wrap h3 {
    font-family: 'Varela Round', sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0;
}

ul.cp-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.cp-list li {
    margin-bottom: 18%;
    width: 100%;
}

ul.cp-list li img {
    width: 40%;
}

ul.cp-list li h3 {
    font-family: 'Varela Round', sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0;
}

ul.cp-list li p a,
.list-faqs p a {
    color: #000;
    text-decoration: underline;
}

.more-icon-wrap {
    margin: 0 auto;
    max-width: 25%;
}

.icp-more-wrap h2 {
    font-size: 2rem;
    font-weight: 400;
}

.icp-more-wrap ul.more-items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    margin: 45px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

.icp-more-wrap ul.more-items li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px;
    width: 100%;
}

.icp-more-wrap ul.more-items li:before {
    content: '';
    background: url(../images/pricing-blue-checkmark.svg) no-repeat 0 0/cover;
    position: absolute;
    top: 8px;
    left: 0;
    width: 19px;
    height: 14px;
}

.content-block p.smaller {
    font-size: 14px;
    line-height: 24px;
}

section.parties-pricing,
section.pricing-payroll {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    border-bottom: 12px solid #fff;
    color: #fff;
}

section.parties-pricing {
    background: linear-gradient(to right, #b10097 0%, #7a00b7 100%);
}

section.pricing-payroll {
    background: linear-gradient(to right, #00af00 -10%, #007eae 100%);
}

.party-text-wrap,
.payroll-text-wrap {
    display: block;
    width: 100%;
    margin-bottom: 50px;
}

.party-text-wrap h2,
.payroll-text-wrap h2 {
    font-size: 7vw;
    margin-bottom: 20px;
}

.party-text-wrap,
.payroll-text-wrap  {
    text-align: center;
}

.disclaimer-wrap {
    margin-top: 30px;
    padding: 15px;
}

.disclaimer-wrap p {
    font-size: 13px;
    font-style: italic;
}

.calc-wrap p {
   margin-bottom: 75px;
}

.calc-wrap .current-enrollment-wrap,
.calc-wrap .revenue-wrap {
    display: inline-block;
    width: 35%;
}

.calc-wrap .monthly-wrap {
    display: inline-block;
    width: 30%;
}

.calc-wrap label {
    display: block;
    font-size: 12px;
    font-weight: 600;
}

.calc-wrap input {
    background: transparent;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.calc-wrap .current-enrollment-wrap .input-wrap {
    display: inline-block;
    width: 70%;
}

.calc-wrap .current-enrollment-wrap .input-wrap input {
    width: 50%;
}

.calc-wrap .current-enrollment-wrap .symbol-wrap {
    display: inline-block;
    width: 30%;
    font-size: 30px;
    vertical-align: middle;
}

.calc-wrap .monthly-wrap .input-wrap {
    display: inline-block;
    width: 85%;
}

.calc-wrap .montly-wrap .input-wrap input {
    width:
}

.calc-wrap .monthly-wrap .symbol-wrap {
    display: inline-block;
    width: 15%;
    text-align: right;
    font-size: 22px;
    vertical-align: middle;
}

.calc-wrap input::placeholder {
    color: #fff;
}

.calc-wrap input.no-border {
    border: none !important;
    font-size: 30px;
}

.calc-wrap input:active,
.calc-wrap input:focus {
    outline: none;
    border-color: #fff;
    border-width: 2px;
    border-type: solid;
}

#deflection-calculator {
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
}

.calculator-operand {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.calculator-result {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.calculator-operator {
    display: inline-block;
    margin: 30px 0;
    width: 2em;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 200%;
}

.calculator-value,
.calculator-value input,
.calculator-value select {
    background: transparent;
    color: #fff;
}

.calculator-value input:focus {
    outline: none;
    border: 2px solid #8D4EBF;
    border-radius: 4px;
}

.calculator-value,
.calculator-value input {
    text-align: center;
    width: 100%;
}

.calculator-value {
    font-size: 200%;
    border-bottom: 3px solid #fff;
    padding-bottom: 0.2em;
    margin-bottom: 0.3em;
}

.calculator-value.revenue {
    padding-bottom: 30px;
}

.calculator-value input,
.calculator-value select {
    font-size: 100%;
    border: none;
}

.calculator-value select {
    -moz-appearance: none;
    -webkit-appearance: initial;
    cursor: pointer;
}

.calculator-label {
    font-size: 90%;
    white-space: nowrap;
}

.calculator-clearfix {
    clear: both;
}

ul.list-faqs {
    padding: 0;
    list-style-type: none;
}

ul.list-faqs li {
    margin-bottom: 90px;
}

ul.list-faqs li h2 {
    margin-bottom: 20px;
    font-size: 5vw;
}

ul.list-faqs li ul {
    list-style-type: disc;
}

ul.list-faqs li ul li {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 36px;
}

.subtitle + p {
    margin-top: 5%;
}

.mobile-screens {
    margin: 0 auto;
    max-width: 1393px;
}

.kiosk-screen-bg {
    background: url(../../images/plus/gradient-bg.jpg) repeat-x;
    width: 100%;
    height: 100%;
}

.kiosk-screen {
    margin: 0 auto;
    max-width: 1046px;
}

ul.features,
ul.questions,
ul.roadmap-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.features li {
    display: block;
    margin-bottom: 18%;
}

ul.features li:nth-child(1) h2 {
    color: #f6d87e;
}

ul.features li:nth-child(2) h2 {
    color: #02b8cd;
}

ul.features li:nth-child(3) h2 {
    color: #f2b73f;
}

ul.features li:nth-child(3) .image-wrap {
    width: 50%;
}

ul.features li:last-child {
    margin-bottom: 0;
}

.image-wrap {
    margin: 0 auto;
    width: 75%;
}

.image-wrap img {
    width: 100%;
    height: auto;
}

.image-wrap.has-max-width {
    max-width: 20%;
}

.image-wrap + .image-wrap {
    padding-top: 45px;
}

.image-wrap.device {
    margin: 8% auto;
}

.form-wrap {
    padding: 50px 0 0;
}

.form-wrap .dform_element {
    width: 100%;
    display: block;
}

.form-wrap .dform_element input[type="text"],
.form-wrap .dform_element input[type="email"] {
    width: 80%;
}

.form-wrap .dform_element:nth-child(5) .dform_label {
    display: none;
}

.form-wrap .g-recaptcha div:first-child {
    margin: 40px auto 0;
}

.form-wrap .dform_container .submit {
    margin-top: 0;
    padding: 10px 0 !important;
    background: #fff;
    border: 2px solid #000;
    border-radius: 9999px;
    text-transform: none;
    line-height: 30px;
    color: #000;
}

.form-wrap .dform_container .submit:focus,
.form-wrap .dform_container .submit:active {
    outline: none !important;
}

.form-wrap .dform_element {
    vertical-align: top;
}

.dform_container  label.error {
    display: inline-block;
    text-align: left;
    margin-left: -20px;
    line-height: 18px;
}

.form-wrap .dform_element.submit_button {
    width: 100%;
}

.submit_button .dform_container .dfinput_full {
    display: inline-block;
    min-width: 300px;
    margin-top: 30px;
}

.submit_button .dform_container .dfinput_full.animated {
    animation: shake .25s ease;
}

.pricing-table-wrap {
    margin: 75px auto;
    padding: 0 15px;
    width: 100%;
}

table.table-pricing {
    display: table;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

table.table-pricing thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

table.table-pricing thead tr {
    border-top: none;
    width: 100%;
    display: flex;
}

table.table-pricing th:last-child {
    border-right: none;
}

table.table-pricing th {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.333%;
    border-right: 2px solid #fff;
}

table.table-pricing th .pricing-header {
    padding: 0 12%;
    color: #fff;
}

table.table-pricing th .image-wrap img {
    max-width: 100%;
    height: auto;
}

table.table-pricing th .pricing-header h2 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
}

table.table-pricing th:last-child .pricing-header {
    border-right: none;
}

table.table-pricing th .pricing-header p {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

table.table-pricing th .price-wrap {
    display: block;
    font-size: 40px;
    line-height: 45px;
    font-weight: 300;
    white-space: nowrap;
}

table.table-pricing th .price-wrap span.currency {
    position: relative;
    left: 10px;
    font-size: 20px;
    vertical-align: top;
}

table.table-pricing th .price-wrap span.month {
    position: relative;
    right: 10px;
    font-size: 20px;
}

table.table-pricing tr {
    display: flex;
    width: 100%;
}

table.table-pricing tr td {
    border-right: 2px solid #fff;
}

table.table-pricing tr:nth-child(odd) td {
    background: #6521ae;
}

table.table-pricing tr td:last-child {
    border-right: none;
}

table.table-pricing .table-body td {
    display: flex;
    flex-direction: column;
    margin: 0;
    align-items: center;
    justify-content: center;
    width: 33.3333%;
}

table.table-pricing .table-body td:first-child {
    align-items: start;
}

table.table-pricing .table-body td .cell-wrap {
    margin: 9px 5px;
    font-size: 15px;
    line-height: 22px;
}

.cell-wrap span.icon-circle:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-sizing: border-box;
}

.cell-wrap span.icon-circle.starter:after {
    background: var(--primary-blue)
}

.cell-wrap span.icon-circle.pro:after {
    background: var(--primary-orange)
}

.cell-wrap span.icon-circle.enterprise:after {
    background: var(--primary-red)
}

.pricing-wrap {
    padding: 0 8%;
}

.price-model {
    margin-bottom: 25px;
    background: #f9f9f9;
    border: 1px solid gainsboro;
    border-radius: 4px;
}

.price-model.starter {
    border: 1px solid var(--primary-blue);
}

.price-model.pro {
    border: 1px solid var(--primary-orange);
}

.price-model.enterprise {
    border: 1px solid var(--primary-red);
}

.price-model .header-wrap {
    padding: 19px;
    color: #fff;
}

.price-model.starter .header-wrap {
    background: linear-gradient(to right, #5286b8 0%, #76b6e2 100%) !important;
}

.price-model.pro .header-wrap {
    background: linear-gradient(to right, #e34c17 0%, #e89b27 100%) !important;
}

.price-model.enterprise .header-wrap {
    background: linear-gradient(to right, #df3214 0%, #fe7429 100%) !important;
}

.price-model .price-body .btn-wrap .btn-pill {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

.price-model.starter .price-body .btn-wrap .btn-pill {
    background: var(--primary-blue);
    border: 1px solid var(--primary-blue);
}

.price-model.pro .price-body .btn-wrap .btn-pill {
    background: var(--primary-orange);
    border: 1px solid var(--primary-orange);
}

.price-model.enterprise .price-body .btn-wrap .btn-pill {
    background: var(--primary-red);
    border: 1px solid var(--primary-red);
}

.price-model .header-wrap h3 {
    margin-bottom: 0;
    display: inline-block;
    width: 70%;
    font-size: 25px;
    text-transform: uppercase;
}

.price-model .header-wrap .price-wrap {
    display: inline-block;
    width: 30%;
    text-align: right;
    font-weight: 700;
    white-space: nowrap;
}

.price-body {
    padding: 19px 17px;
    color: rgb(117, 117, 117);
}

.price-body .btn-wrap {
    margin-top: 0;
}

.price-model ul.included-package {
    display: table;
    padding: 0;
    color: rgb(117, 117, 117);
    list-style-type: none;
}

.price-model ul.included-package li {
    display: block;
    position: relative;
    padding-bottom: 12px;
    padding-left: 21px;
    font-size: 14px;
    line-height: 22px;
}

ul.included-package li:before {
    content: '';
    display: table-cell;
    position: absolute;
    top: 6px;
    left: 0;
    width: 11px;
    height: 11px;
    background: #ccc;
    border-radius: 50%;
}

.price-model.starter ul.included-package li:before {
    background: var(--primary-blue);
}

.price-model.pro ul.included-package li:before {
    background: var(--primary-orange);
}

.price-model.enterprise ul.included-package li:before {
    background: var(--primary-red);
}

ul.included-package li.inactive:before {
    background: #ccc !important;
}

ul.included-package li.inactive {
    opacity: .3;
}

ul.included-package li span {
    vertical-align: middle;
}

.support-block {
    padding: 30px 0 0;
    width: 100%;
}

.support-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.support-block ul li:before {
    content: "";
    background: url(../images/knowledge-makeup-icon.svg) no-repeat 0 0/cover;
    width: 81px;
    height: 81px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px;
}

.support-block .support-info-card {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
}

.support-info-card {
    margin-bottom: 50px;
}

.support-info-card h3 {
    font-weight: 700;
}

.support-info-card p {
    font: 14px/1.8 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

@media only screen and (max-width: 767px) {
    .display-none-xs-only {
        display: none !important;
    }

    .hidden-xs {
        display: none !important;
    }

    .form-wrap .dform_container .submit {
        width: 80% !important;
    }
}

@media only screen and (min-width: 768px) {
    .display-none-sm-up {
        display: none !important;
    }

    table.table-pricing th .pricing-header h2 {
        font-size: 28px;
    }

    table.table-pricing .table-body td .cell-wrap {
        font-size: 18px;
    }

    table.table-pricing th {
        border-right: 4px solid #fff;
    }

    table.table-pricing tr td {
        border-right: 4px solid #fff;
    }

    section.pos-header .inner-content-block p {
        margin: 0 auto 1.2em;
        max-width: 55%;
    }

    .pos-header h2 span {
        padding-top: 0;
        font-size: 22px;
    }

    .graphic-wrap.mobile-device {
        max-width: 400px;
    }

    ul.list-benefits {
        max-width: 85%;
        margin: 12% auto 0;
    }

    .icp-pricing-wrap {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .icp-pricing-wrap .icp-pricing-list {
        margin: 0 0 7.5%;
        padding: 0;
        width: 45%;
    }

    .icp-pricing-wrap img {
        width: 70%;
    }

    ul.cp-list {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }

    ul.cp-list li {
        margin: 0 0 7.5%;
        padding: 0;
        width: 45%;
    }

    ul.cp-list li img {
        width: 70%;
    }

    section.cp-timer ul.cp-list {
        margin-bottom: 7.5%;
    }

    ul.list-features {
        margin: 90px 0;
    }

    ul.list-features li {
        width: 47%;
    }

    ul.list-features li:last-child {
        margin: 0 auto;
    }

    .icp-more-wrap ul.more-items {
        margin: 90px 0 0;
    }

    .icp-more-wrap ul.more-items li {
        width: 50%;
    }

    .more-icon-wrap {
        max-width: 15%;
    }

    .live-benefits .form-wrap .dform_container .submit {
        width: 100% !important;
        max-width: 300px;
    }

    ul.list-faqs li h2 {
        font-size: 4vw;
    }

    .text-medium {
        font-size: 39px;
    }

    .text-large {
        font-size: 46px !important;
        line-height: 60px !important;
    }

    .text-xl {
        font-size: 40px !important;
    }

    .banner-content .content-block p.larger {
        font-size: 32px;
        line-height: 40px;
    }

    .hidden-sm-up {
        display: none !important;
    }

    .btn-wrap.ui-large .btn {
        font-size: 28px;
        padding: 25px 75px;
    }

    ul.features li {
        padding: 0 7.5%;
    }

    ul.features li .image-wrap {
        width: 360px;
    }

    ul.features li:nth-child(3) .image-wrap {
        width: 220px;
    }
}

@media only screen and (min-width: 1099px) {
    .content-block  {
        padding: 7.5% 0;
    }

    section.pricing-vip .content-block {
        padding: 7.5% 0 0;
        max-width: 1443px;
    }
}

@media only screen and (min-width: 1024px) {
    table.table-pricing th .pricing-header p {
        font-size: 14px;
        line-height: 20px;
    }

    table.table-pricing th .price-wrap {
        font-size: 75px;
        line-height: 75px;
    }

    table.table-pricing th .price-wrap span.currency {
        left: 18px;
    }

    table.table-pricing th .price-wrap span.month {
        right: 18px;
    }

    .cell-wrap span.icon-circle:after {
        width: 25px;
        height: 25px;

    }

    table.table-pricing .table-body td .cell-wrap {
        margin: 14px 10px;
        line-height: 30px;
    }

    .calculator-operand {
        width: 22%;
    }

    .calculator-operator {
        margin: auto;
        height: 2em;
    }

    .calculator-result {
        width: 30%;
    }

    .live-icon-wrap.bulb {
        max-width: 78px;
    }

    .pos-header h1 {
        font-size: 40px;
        line-height: 55px;
    }

    .graphic-wrap.avatar {
        max-width: 322px;
    }

    .graphic-wrap.timer {
        max-width: 556px;
    }

    .live-wrap .content-block h2 {
        font-size: 48px;
        line-height: 55px;
    }

    .live-wrap .content-block .cp-graphic-wrap h2 {
        font-size: 30px;
        line-height: 42px;
    }

    .live-wrap {
        margin-top: 80px;
    }

    .form-wrap .dform_container .submit {
        padding: 20px 0 !important;
        border: 5px solid #000;
    }

    .form-wrap .dform_element {
        width: 75%;
        display: inline-block;
    }

    .form-wrap .dform_element input[type="text"],
    .form-wrap .dform_element input[type="email"] {
        width: 80%;
    }

    ul.list-features li {
        width: 31%;
    }

    .icp-more-wrap ul.more-items li {
        width: 33%;
        font-size: 14px;
        line-height: 28px;
        white-space: nowrap;
    }

    ul.list-features li:last-child {
        margin: 0 0 40px;
    }

    .party-image-wrap {
        width: 35%;
    }

    .payroll-image-wrap {
        width: 45%;
    }

    .support-info-card {
        margin-bottom: 94px;
    }

    .support-info-card h3 {
        font-size: 22px;
        margin: 0 0 24px;
    }

    .support-block ul li:before {
        margin: 0 0 45px;
    }
}

@media only screen and (min-width: 1366px) {
    .pos-header h1 {
        font-size: 60px;
        line-height: 75px;
    }

    .pos-header .content-block p {
        font-size: 36px;
    }

    .icp-pricing-wrap .icp-pricing-content {
        transition: .4s transform ease-in-out;
    }

    .icp-pricing-wrap .icp-pricing-content:hover {
        transform: scale(1.025) rotate(0.02deg);
        transition: .4s transform ease-in-out;
    }

    .icp-pricing-wrap img.has-min-height {
        min-height: 222px;
    }

    .icp-pricing-wrap h3 {
        font-size: 32px;
    }

    ul.cp-list li h3 {
        font-size: 32px;
    }

    ul.cp-list li img.has-min-height {
        min-height: 222px;
    }

    .text-xl {
        font-size: 70px !important;
    }

    .graphic-wrap.mobile-device {
        max-width: 650px;
    }
}


@media only screen and (max-width: 1023px) {
    .display-none-sm-down {
        display: none !important;
    }
}


