.product-list-grid {
    overflow: hidden;
}

.product-image {
    height: 116px;
    width: auto;
    transition: all 0.2s;
}

.product-image:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

.scrolling-wrapper::-webkit-scrollbar {
    display: none;
}

.scrolling-wrapper.product-image {
    display: inline-block;
}

.scrolling-wrapper-overflow-x {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

.item {
    display: inline-block;
}

.scrolling-wrapper::-webkit-scrollbar {
    display: none;
}

.scroll-list-wrapper {
    position: relative;
}

.productImagesScrollView {
    float: left;
}

.pn-advancer {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3.5em;
    height: 3.5em;
    margin-top: auto;
    background: #00000005;
    box-shadow: -2px 0px 5px 1px #31303187;
    margin-bottom: auto;
    border-radius: 50%;
    display: none;
}

.pn-advancer_Left {
    left: 0;
}

.pn-advancer_Right {
    right: 0;
}

.pn-advancer_Icon {
    width: 20px;
    height: 40px;
    fill: #bbb;
}

.hidden {
    display: none;
}

.bstac-blue-gradient-background {
    background: #2595FF;
}

.brands-background {
    background: #d8d8d8;
}

.bstac-logo {
    height: 25px;
    width: auto;
}

.store-subtitle {
    font-size: 21px;
    font-weight: lighter;
}

.store-button {
    border: solid 1px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0);
}

.store-button:hover {
    border: solid 1px;
    background: none;
    box-shadow: 0 0 0 1px #FFFFFF;
}

.store-button:focus {
    border: solid 1px #FFFFFF;
    background: none;
    box-shadow: 0 0 0 1px #FFFFFF;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-flex-end {
    justify-content: flex-end;
}

.software-phone-margin {
    margin-top: auto;
}

/*030622*/
.qrcg-widget-logos-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cs-widget-logo-images{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.cs-widget-logo-heading{
    margin: 40px 0px;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.qrcg-widget-logos-container p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
}
.cs-widget-logo-heading p {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
}
.cs-widget-logo-images img {
     max-width: 170px;
    width: auto;
    padding: 0px 15px;
}


@media (min-width: 360px) {
    .software-phone-margin {
        margin-top: 70px;
    }
}

.store-cart {
    visibility: hidden;
    opacity: 0;
    min-height: 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    box-shadow: 0 0 2px 0 #4e4d4d;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.mobile-cart {
    position: fixed;
    visibility: hidden;
    height: 0;
    width: 0;
    display: flex;
    align-items: center;
    background: #5e5ea7;
    bottom: 52px;
    left: 52px;
    border-radius: 50%;
    justify-content: center;
    box-shadow: 0 0 3px #301463;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mobile-cart.active {
    visibility: visible;
    bottom: 25px;
    left: 25px;
    width: 60px;
    height: 60px;
}

.mobile-cart .cart-message {
    will-change: opacity;
    opacity: 0;
    position: absolute;
    min-width: 160px;
    top: -55px;
    right: -100px;
    background: #2595ff;
    border-radius: 4px;
    box-shadow: 0 2px 15px -1px #2172bf;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
    cursor: pointer;
}

.mobile-cart.active .cart-message {
    opacity: 1;
}

.mobile-cart .cart-message-arrow {
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
    will-change: opacity;
    opacity: 0;
    position: absolute;
    top: -16px;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.mobile-cart.active .cart-message-arrow {
    opacity: 1;
}

.mobile-cart .mobile-cart-image {
    height: 35px;
    width: 25px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.mobile-cart.active .mobile-cart-image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.mobile-cart .mobile-item-counter {
    position: absolute;
    top: -2px;
    font-size: 12px;
    right: -4px;
    display: flex;
    visibility: hidden;
    border-radius: 50%;
    background: #e1544f;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    color: white;
    -webkit-transition: visibility 0.4s ease;
    -moz-transition: visibility 0.4s ease;
    -ms-transition: visibility 0.4s ease;
    -o-transition: visibility 0.4s ease;
    transition: visibility 0.4s ease;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.mobile-cart.active .mobile-item-counter {
    visibility: visible;
}

.store-cart.active {
    opacity: 1;
    visibility: visible;
    min-height: 90px;
    max-height: max-content;
    z-index: 12000;
}

.cart-content-container {
    background: #5e5ea7;
    height: 100%;
}

.cart-proceed-container {
    background: linear-gradient(to right, #4cc7ff, #2595FF);;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-left: 30px;
    border-bottom-left-radius: 6rem;
    border-top-left-radius: 6rem;
}

.cart-proceed-container .checkout-text-container {
    display: flex;
    align-items: center;
    background: #fff;
    color: #2595FF;
    font-size: 18px;
    padding: 0.4em 1.8em;
    font-weight: 400;
    cursor: pointer;
    border-radius: 20px;
    text-transform: uppercase;
    -webkit-box-shadow: 0 2px 4px 0 #00000060;
    -moz-box-shadow: 0 2px 4px 0 #00000060;
    box-shadow: 0 2px 4px 0 #00000060;
}

.cart-detail-container {
    display: flex;
    align-items: center;
    height: 100%;
    color: #FFFFFF;
}

.cart-view-container {
    height: 15vh;
    background: #5e5ea7;
}

.cart-content-container .product-detail {
    text-align: left;
    display: inline-block;
    padding: 0 0 0 4em;
    width: 70%;
    line-height: 2.5;
}

.cart-content-container .cost-detail {
    /*width: 30%;*/
    /*display: inline-block;*/
    text-align: right;
}

.cart-image {
    height: 2em;
    width: 2em;
    margin-right: 1em;
}

.store-cart-puller {
    height: 30px;
    margin-top: -30px;
    visibility: visible;
    display: block;
}

.store-cart-puller-arrow-container {
    margin: 0 0 0 56px;
    height: 36px;
    width: 120px;
    background: #5e5ea7;
    justify-content: center;
    text-align: center;
    padding: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.store-cart-puller-arrow {
    height: 20px;
    transform: rotate(0deg);
    /*transition: all 1s;*/
    /*-webkit-transition: all 1s;*/
}

/*.store-cart-puller-arrow:hover {*/
/*animation: shake 0.4s;*/
/*animation-delay: 0.6s;*/
/*animation-iteration-count: 1;*/
/*}*/

/*.store-cart-puller-arrow.open:hover {*/
/*animation: none;*/
/*}*/

.store-cart-puller-arrow.open {
    transform: rotate(180deg);
}

.store-cart-full {
    width: 100%;
    height: 0;
    overflow: scroll;
    visibility: hidden;
    background: white;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;

}

.store-cart-full.open {
    height: 85vh;
    visibility: visible;

}

.store-cart-full.open hr {
    margin-top: 5px;
    border: solid 1px #979797;

}

.cart-image-full {
    -webkit-filter: drop-shadow(0 0);
    filter: drop-shadow(0 0 rgb(0, 0, 0));
}

.cart-item-title {
    font-size: 20px;
    font-weight: 400;
}

.cart-stock-state {
    font-size: 14px;
    color: green;
    font-weight: 500;
}

.cart-item-description {
    font-size: 10px;

}

.cart-remove-button {
    color: red;
    cursor: pointer;
    font-size: 12px;
}

.cart-remove-button.clear {
    font-size: 16px;
}

.cart-change-button {
    color: #fbaa19;
    cursor: pointer;
    font-size: 12px;
}

@keyframes shake {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.plans-container {
    max-height: min-content;
    background: white;
    font-size: smaller;
    cursor: pointer;
    padding: 1em 7px 1em 7px;
    margin-top: 2em;
    color: #2D2D2D;
    border: 4px solid #6E8499;
}

.plans-container:hover {
    border: 4px solid #2595FF;
}

.plan-pricing {
    font-size: 54px;
    font-weight: 400;
    color: #9a9a9a;
}

.plan-description {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.plan-list {
    font-size: 12px;
    letter-spacing: -0.02em;
}

.plan-list li .plan-heading{
    font-weight: 600;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.plan-list li .plan-text{
    margin-bottom: 7px;
}

.plan-list li .plan-text:last-child{
    margin-bottom: 11px;
}

.last-plan-list-element {
    border-bottom: 0 !important;
}

.pack-container {
    height: 70px;
    border: 2px solid rgba(0, 0, 0, 0);
    background: #fbfbfb;
    box-shadow: 0 2px 3px #adaaaa;
    font-size: 20px;
    color: #9a9a9a;
}

.pack-container.selected {
    border: 2px solid #2F76DD;
}

.pack-container:hover {
    border: 2px solid #2595FF;
}

.pack-save-container {
    font-size: 12px;
    font-weight: 500;
}

.total-cost-container {
    margin-left: auto;
    font-size: 25px;
}

.no-height {
    height: 0;
    visibility: hidden;
}

.inactive-plan-duration-button {
    color: #9e9e9e;
    border-color: #FFFFFF;
    background: #FFFFFF;
}

.item-removed * {
    color: grey !important;
    pointer-events: none;
}

.rotate-infinite {
    animation: spin 1.5s infinite linear;
    -webkit-animation: spin 1.5s infinite linear;

}

.box-border-background {
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    background: #fcfcfc
}

.store-user-dropdown {
    background: transparent !important;
    padding: 0 !important;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.m-t-sm {
    margin-top: 5px !important;
}

.m-b-sm {
    margin-bottom: 5px;
}

.m-y-sm {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.p-y-sm {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.store-address-container {
    width: 100%;
    background: #fcfcfc;
    padding-left: 40px !important;
    box-shadow: 1px 1px 1px 1px #e2dede;
    cursor: pointer;
}

.store-address-name {
    font-size: 18px;
    font-weight: 500;
}

.store-address-radio {
    width: 100%;
}

.justify-content-space-between {
    justify-content: space-between
}

.store-section-separator {
    border-right: solid 1px #d5d5d5;
}

@media only screen and (max-width: 1000px) {
    .store-address-radio {
    }

    .store-section-separator {
        border-right: none;
    }

    .m-md-none {
        margin: 0 !important;
    }

    .p-md-none {
        padding: 0 !important;
    }

    .store-responsive.mt-0 {
        margin-top: 0 !important;
    }

    .store-responsive.mt-1 {
        margin-top: 0.5rem !important;
    }

    .store-responsive.mt-2 {
        margin-top: 0.75rem !important;
    }

    .store-responsive.mt-3 {
        margin-top: 1rem !important;
    }

    .store-responsive.mt-4 {
        margin-top: 1.5rem !important;
    }

    .store-responsive.mt-5 {
        margin-top: 2rem !important;
    }

    .store-responsive.ml-0 {
        margin-left: 0 !important;
    }

    .store-responsive.ml-1 {
        margin-left: 0.5rem !important;
    }

    .store-responsive.ml-2 {
        margin-left: 0.75rem !important;
    }

    .store-responsive.ml-3 {
        margin-left: 1rem !important;
    }

    .store-responsive.ml-4 {
        margin-left: 1.5rem !important;
    }

    .store-responsive.ml-5 {
        margin-left: 2rem !important;
    }

    .store-responsive.mb-0 {
        margin-bottom: 0 !important;
    }

    .store-responsive.mb-1 {
        margin-bottom: 0.5rem !important;
    }

    .store-responsive.mb-2 {
        margin-bottom: 0.75rem !important;
    }

    .store-responsive.mb-3 {
        margin-bottom: 1rem !important;
    }

    .store-responsive.mb-4 {
        margin-bottom: 1.5rem !important;
    }

    .store-responsive.mb-5 {
        margin-bottom: 2rem !important;
    }

    .store-responsive.mr-0 {
        margin-right: 0 !important;
    }

    .store-responsive.mr-1 {
        margin-right: 0.5rem !important;
    }

    .store-responsive.mr-2 {
        margin-right: 0.75rem !important;
    }

    .store-responsive.mr-3 {
        margin-right: 1rem !important;
    }

    .store-responsive.mr-4 {
        margin-right: 1.5rem !important;
    }

    .store-responsive.mr-5 {
        margin-right: 2rem !important;
    }

    .store-responsive.m-0 {
        margin: 0 !important;
    }

    .store-responsive.m-1 {
        margin: 0.5rem !important;
    }

    .store-responsive.m-2 {
        margin: 0.75rem !important;
    }

    .store-responsive.m-3 {
        margin: 1rem !important;
    }

    .store-responsive.m-4 {
        margin: 1.5rem !important;
    }

    .store-responsive.m-5 {
        margin: 2rem !important;
    }

    .store-responsive.p-x-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: 10px !important;
}

.address-action-container {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 75px;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.address-action-container.active {
    opacity: 1;
    pointer-events: all;
}

.pointer-events-none {
    pointer-events: none;
}

input.invalid {
    border: 1px solid red;
}

input.warning {
    border: 1px solid #FFBF00;
}

.invalid-error-message {
    color: #e1544f;
}

.invalid-error-message.error-box {
    background: #fbcccc;
    border: 1px solid #e49391;
}

.invalid-warning-message {
    color: #FFBF00;
}

.invalid-warning-message.error-box {
    background: #fff9e7;
    border: 1px solid #ffe38e;
}

.success-message {
    color: #82bf02;
}

.success-message.error-box {
    background: #e5f6d3;
    border: 1px solid #82bf02;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
    background-color: rgba(0, 0, 0, 0);
    height: 40px;
    padding: 10px 12px;
    border-bottom: 1px solid #ccc;
}

.StripeElement--focus {
    /*box-shadow: 0 1px 3px 0 #cfd7df;*/
    box-shadow: none;
}

.StripeElement--invalid {
    /*border-color: #fa755a;*/
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.stripe-container {
    max-width: 600px;
}

.order-header-background {
    background-color: #5e5ea7;
}

.cursor-default {
    cursor: default;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: transparent;
    color: #f1f1f1 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.m-y-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.m-x-auto {
    margin-left: auto;
    margin-right: auto;
}

.m-a-auto {
    margin: auto;
}

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
}

.shake-horizontal {
    animation: shake-button-horizontal 0.15s;
    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
}

@keyframes shake-button-horizontal {
    0% {
        transform: translateX(0px);
    }
    10% {
        transform: translateX(-2px);
    }
    20% {
        transform: translateX(-4px);
    }
    30% {
        transform: translateX(-4px);
    }
    40% {
        transform: translateX(-4px);
    }
    50% {
        transform: translateX(-2px);
    }
    60% {
        transform: translateX(0px);
    }
    70% {
        transform: translateX(2px);
    }
    80% {
        transform: translateX(4px);
    }
    90% {
        transform: translateX(4px);
    }
    100% {
        transform: translateX(0px);
    }
}

.item-add-to-cart-button {
    cursor: pointer;
    height: calc(100% + 4px);
    margin-right: -2px;
    display: flex;
    max-width: 0;
    align-items: center;
    background: #2595ff;
    padding: 0;
    color: #fff;
    overflow: hidden;
    will-change: max-width;
    -webkit-transition: all 0.4s ease, opacity 1ms;
    -moz-transition: all 0.4s ease, opacity 1ms;
    -ms-transition: all 0.4s ease, opacity 1ms;
    -o-transition: all 0.4s ease, opacity 1ms;
    transition: all 0.4s ease, opacity 1ms;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    border: 0 solid #2595FF;

}

.item-add-to-cart-button.active {
    max-width: 200px;
    padding: 12px;
    border: 2px solid #2595FF;
}

.item-add-to-cart-button.disabled {
    opacity: .65;
    pointer-events: none;
}

.item-add-to-cart-button-spinner {
    width: 104px;
}

@media (max-width: 768px) {
    .item-add-to-cart-button:not(.custom) {
        max-width: 200px;
        padding: 12px;
        border: 2px solid #2595FF;
    }

    .pack-container {
        font-size: 16px;
    }

    .item-add-to-cart-button-spinner {
        width: 28px;
    }
}

.navbar-brand-mobile {
    margin-left: -10px;
}

/*Height required for nav header*/
.header-height {
    height: 91px;
}

.pack-action-container {
    margin-left: auto;
    height: 100%;
}

.product-additional-info {
    padding: 10px 10px;
    border: dashed 2px rgba(94, 94, 167, 0.4);
    color: #5e5ea7;
}

.flex-direction-column{
    flex-direction: column;
}

.bold-text{
    font-weight: 500;
    font-size: 18px;
}

.product-small-container {
    display: inline-block;
}

@media(min-width: 992px){
    .store-block-left-width{
        width: 49%;
    }

    .store-block-right-width{
        width: 51%;
    }
}

@media(max-width: 992px){
    .store-block-left-width, .store-block-right-width{
        width: 100%;
    }
}

.product-small-container.selected {
    background: rgba(154, 154, 154, 0.2);
    border-radius: 8px;
}

.image-holder div{
    margin-right: 30px;
    min-height: 50px;
}

@media(min-width: 1200px){
    .pt-lg-3-only{
        padding-top: 100px;
    }
}


/*190522*/
ul.pass-progress {
    list-style: none;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    
}
 
ul.pass-progress li {
    width: 25%;
    height: 5px;
    background: #e4e5e7;
    margin: 5px;
    border-radius: 10px;
}

.password-progress {
   margin-top: 18px;
   height: 0px;
   overflow: hidden;
   transition: 0.3s ease-in-out;
   display:block !important;

}
.password-progress.show {
    height: 135px;
}

.password-progress.hide {
  height: 0;
}

ul.pass-progress .pro-red {
    background: rgb(255, 68, 94);
}
label.terms-of-service {
    margin-top: 10px !important;
}
ul.pass-progress li.pro-yellow {
    background: rgb(252, 191, 73);
}

ul.pass-progress li.pro-green {
    background: rgb(38, 185, 105);
}
.cs-pswd-p {
    margin: 0px;
}
.pass-content {
    padding: 0px;
    list-style: none;
    margin-top: 6px;
    margin-bottom: 0px!important;
}

.pass-content li {
    padding-left: 15px;
    position: relative;
    color: rgb(255, 68, 94);
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 18px;
}
.pass-content li:last-child {
    margin-bottom: 0px!important;
}
.pass-content li:before {content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 8px;height: 8px;background: rgb(255, 68, 94);border-radius: 50%;}

.pass-content li.pass-black {
    color: #000;
}

.pass-content li.pass-black:before {
    background: rgb(38, 185, 105);
}

p.cs-pswd-p {
    margin-bottom: 5px !important;
    font-family: 'Work Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.25px;
    color:#6D6F73;
    line-height: 18px
}

/*240522*/
.cs-rating-card h4 {
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
}

.cs-rating-card h5 {
    font-weight: 700;
    font-size: 48px!important;
    line-height: 56px;
    color: #16212F;
    margin-top: 20px;
    display: block;
    margin-bottom: 10px;
}

section.cs-rating-sec {
    padding: 80px 0;
}

.cs-rating-card ul {
    display: flex;
    padding: 0;
}

.cs-rating-card ul li {
    margin-right: 5px;
}

.cs-rating-card ul li img {
    max-width: 22px;
}
.cs-rating-card.cs-right {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 2px 11px 3px rgba(45, 50, 56, 0.073208);
    border-radius: 6px;
    padding: 30px;
}
.cs-rating-card.cs-right h3 {
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #16212F;
}
.cs-rating-card.cs-right p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #5E6980;
    opacity: 0.8;
    margin-top: 20px;
}
.cs-rate-inner a {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #2595FF;
}
.user-detail {
    display: flex;
    margin-top: 40px;
}
.user-profile {
    padding-left: 15px;
}
.user-detail figure img {
    width: 62px;
    height: 62px;
    border-radius: 50%;
}
.user-profile h6 {
    margin-top: 0px;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #16212F;
    text-transform: capitalize;
}
.user-profile h6 span {
    display: block;
    text-transform: uppercase;
}
.user-profile img {
    max-width: 160px;
    padding-top: 3px;
}
.cs-rating-card h4 span{
    color: #2595FF;
}
.pdf-step-inner h3 {
    margin-top: 0px;
    font-weight: 600;
    font-size: 34px;
    color: #16212F;
}
.pdf-step-inner ul {
    margin-top: 40px;
    counter-reset: section;
    padding: 0px;
    position: relative;
}
.pdf-step-inner  li {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.5px;
    color: #2D3238;
    margin-bottom: 20px;
    position: relative;
    padding-left: 70px;
}
.pdf-step-inner p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.5px;
    color: #5E6980;
    margin-top: 50px;
}
section.create-pdf-step {
    padding: 80px 0;
    background:#FBFAFA;
}
.pdf-step-inner h3 span {
    color: #2595FF;
}
.pdf-step-inner li:before {
    counter-increment: section;
    content: counter(section);
    width: 43px;
    height: 43px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #2595FF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.5px;
    color: #fff;
    border-radius: 50%;
}
.pdf-step-inner ul:before {content: "";border: 2px dashed #2595FF;height: 100%;position: absolute;left: 20px;top: 5px;}
.pdf-step-inner {
    padding-right: 70px;
}
.resturent-menu {
    padding-right: 70px;
}
.step-videos img {
    width: 100%;
}
/*220602*/
.cs-imgwrapper {
    display: flex;
}
.cs-imgwrapper img {
    max-width: 119px;
    width: 100%;
    padding: 0px 10px;
}
.cs-rating-imgcontent-wrap {
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.cs-rate-inner {
    padding-left: 20px;
}
.cs-rating-card h5 {
    margin-top: 0px;
}
.cs-rating-card {
    padding-left: 30px;
}
.cs-rating-card.cs-right {
    margin-right: 30px;
}
.pdf-features {
    padding: 50px 0;
}
.pdf-features .feature-box img {
    max-width: 165px;
    margin: 0 auto 25px;
}
.pdf-features .feature-box {
    padding: 0px 30px;
}
.pdf-features .feature-box h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #16212F;
}
.pdf-features .feature-box p {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #979797;
}




.pdf-features .feature-col:first-child .feature-box img {
    max-width: 195px;
}
.pdf-features .row{
    display: flex;
    flex-wrap: wrap;
}
/*220602*/
@media only screen and (max-width: 991px){
    .cs-rating-card {
        padding-bottom: 30px;
    }
   
    .pdf-features .feature-box p {
        font-size: 18px;
    }

    .pdf-features .feature-box h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .pdf-features .feature-box img {
        max-width: 105px;
    }

    .pdf-features .feature-col:first-child .feature-box img {
        max-width: 135px;
        margin-bottom: 20px;
    }
    .pdf-features .feature-box{
        padding: 0px;
    }
    .cs-rating-card.cs-right {
        margin-bottom: 30px;
    }
    .cs-rating-card.cs-right{
        margin-right: 0px;
    }
    .cs-rating-card {
        padding-left: 0px;
    }
    .cs-widget-logo-images {
        justify-content: center;
    }
    .cs-widget-logo-images img {
        margin: 10px 0;
    }
}
@media only screen and (max-width: 767px){
    .resturent-menu {
        padding-right: 70px;
    }
    .cs-rating-card h4, .pdf-step-inner h3 {
        font-size: 26px;
        line-height: 30px;
    }
    
    .cs-rate-inner a {
        font-size: 16px;
    }
    .cs-rating-card h5 {
        font-size: 38px!important;
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .cs-rating-card ul li img {
        max-width: 14px;
    }
    .cs-rating-card ul {
        margin-bottom: 0px;
    }
    .cs-rating-card.cs-right h3 {
        font-size: 20px;
    }
    .pdf-step-inner ul {
        margin-top: 20px;
    }
    .pdf-step-inner li {
        padding-left: 50px;
        font-size: 16px;
        line-height: 20px;
    }
    .pdf-step-inner p {
        margin-top: 40px;
    }
    .pdf-step-inner {
        margin-bottom: 30px;
    }
    .pdf-step-inner {
        padding-right: 0px;
    }
    .pdf-step-inner ul:before {
        top: 16px;
        height: 92%;
        left: 15px;
    }
    .pdf-step-inner li:before {
        width: 33px;
        height: 33px;
    }
    .cs-rating-card.cs-right{
        padding: 20px;
    }
    .user-profile img {
        max-width: 130px;
    }
    .user-detail{
        margin-top: 30px;
    }
    
}

@media only screen and (max-width: 480px){
   
    .cs-rating-imgcontent-wrap {
        flex-wrap: wrap;
    }
    .cs-imgwrapper {
        width: 100%;
        justify-content: flex-start;
    }

    .cs-imgwrapper img {
        margin: 0px!important;
    }
}

