body {
    font-weight: 400;
    overflow-x: hidden
}

hr {
    background-color: transparent;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

::placeholder {
    font-size: 1rem;
    color: #6c757d
}

:-ms-input-placeholder {
    font-size: 1rem;
    color: #6c757d
}

::-ms-input-placeholder {
    font-size: 1rem;
    color: #6c757d
}

a:hover {
    text-decoration: none !important
}
.container{
    max-width: 1280px !important;
}
.navbar{
    padding: 1rem 5rem !important;
}
.bg-rom-landing {
    background: #F9F9F9
}

.bg-rbs-landing {
    background: #F9F9F9
}

.bg-supplier-hub-landing {
    background: #F9F9F9
}

.bgcolor-rom {
    background: #00897b !important
}

.bgcolor-rbs {
    background: #003a72 !important
}

.bg-color-supplier-hub{
    background: #F57C00 !important;
}

.bgcolor-article {
    background: #4caf50
}

.bgcolor-community {
    background: #3f51b5
}

.bg-color-text-light {
    background: #f8fdff
}

.text-black-shade8 {
    color: #3c3c3c
}

.text-below-muted {
    color: #969696
}

.text-green-shade {
    color: #30881c;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none !important
}

.navbar-light .navbar-nav a.nav-link {
    color: white
}

.navbar-light .navbar-nav .active>a.nav-link {
    color: white
}
.nav-item {
    display: flex;
    align-items: center; /* Center items vertically */
}

.nav-link {
    display: flex;
    align-items: center; /* Center items vertically */
}





.text-justify-last {
    text-align-last: center
}

.quickly-features {
    margin: 10px auto 20px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-evenly;
    -webkit-box-align: center;
    align-items: center
}

.quickly-features li {
    max-width: 400px
}

.quickly-features li figure {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: center
}

.term-policies p {
    font-size: 1rem;
    font-weight: 300;
}

.quickly-features li img {
    width: 400px;
    height: 230px
}

.quickly-redirect {
    margin: 10px auto 20px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

.quickly-redirect li {
    max-width: 300px;
    margin-bottom: 1.5rem
}

.quickly-redirect li figure {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: center
}

.quickly-redirect li img {
    width: 300px;
    height: 200px;
    border-radius: 5px
}

.restrogreen-background{
    background: #edfffd;
   }
.restrogreen-background img{
    height: 450px;
}

.courtsync-background {
    background: #FAE7E6;
}

.courtsync-background img {
    height: 450px;
}

.retailgo-background {
    background: #ebf8ff;
}
.retailgo-background img{
    height: 450px;
   }
.oneoffice-background{
    background: #fdfaff;
}
.oneoffice-background img{
    height: 450px;
   }
.locoshop-background{
    background: #fbfff8;
}
img.playstore-icon {
    height: auto !important;
    width: 150px !important;
}

img.windows-icon {
    height: auto !important;
    width: 150px !important;
}
.customer-drawer{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.custom-icon-rbs{
    height: 64px !important;
    width: 64px !important;
    color: #003A72;
}
.custom-icon-rbs:hover{
    color: #305170;
}
.textarea-custom-border {
    border: 1px solid #4caf50
}

.container-custom {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto
}

.selectbox select {
    margin-bottom: 0px;
    font-size: 1rem;
    height: calc(1.5em + 1.5rem + 0px);
    border-color: #ececec
}

.selectbox select:focus {
    border-color: #ececec;
    box-shadow: none
}

.screen-features {
    width: 100%;
    padding: 5% 0% 0 0
}

.text-background {
    background: #fafbfb
}
.redirect-bg {
    background: #f3f3f3
}

.screen-features-image {
    width: 100%;
    text-align: center
}
.com-image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;

}
.hover01:hover .com-image{
    opacity: 0.7;
}
.com-img{
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}
.hover02:hover .com-img{
    opacity: 0.7;

}

.landing-screen {
    background-color: #000000;
    background-image: url("/images/block/web-landing/landing1.webp");
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
    height: 650px;
    transition: background-image 1s ease-in-out;
}
.landing-screen-2 {
    background-color: #000000;
    transition: background-image 1s ease-in-out;
}
.custom-button2 {
    transition: background-color 1s ease-in-out;
}

.landing{
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translate(0%,30%);
}
.com-image{
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}
.hover01:hover .com-image{
    opacity: 0.7;
}
.com-img{
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}
.hover02:hover .com-img{
    opacity: 0.7;
}

.screen-features-image img {
    width: 100%;
}
.landing-features-image img{
    width: 100%;
    height: auto;
}

.testimonial-profile-pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.testimonial-profile-pic-right {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 60px 0px 0px 60px;
}

.testimonial-shop-info {
    font-weight: 400;
}

.w-10 {
    width: 10%
}

.w-20 {
    width: 20%
}

.w-30 {
    width: 30%
}

.w-35 {
    width: 35% !important
}

.w-40 {
    width: 40% !important
}

.w-50 {
    width: 50%
}

.w-60 {
    width: 60%
}

.w-70 {
    width: 70%
}

.w-80 {
    width: 80%
}

.w-90 {
    width: 90%
}

.w-100 {
    width: 100%
}

.w-25 {
    width: 25%
}

.w-33 {
    width: 33.33%
}

.w-33:first-child {
    border-right: 1px solid #e6e6e6
}

.w-33:last-child {
    border-left: 1px solid #e6e6e6
}

.flex-row {
    flex-direction: row;
    display: flex
}

.h-33 {
    height: 33.33%
}

.feature-margin-top {
    margin-top: 5rem
}

.feature-margin-top-image {
    margin-top: 5rem
}

.font-large {
    font-size: 2.5rem;
    font-weight: 300
}

.font-semilarge {
    font-size: 2rem;
    font-weight: 300;
    line-height: 40px;
}
.rounded-div{
    background-color: rgb(255, 255, 255);
    border-radius: 1rem !important ;
    border: 1px solid #175c674a;
    padding: 2rem 2rem;
    margin: 0 8rem ;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-7%, -50%);
}
.box {
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(22, 22, 22);
    font-size: 16px;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: background 2s ease-in-out;
}
.box-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.shape1{
    border-top-left-radius: 35px;

}
.shape2{
    border-bottom-left-radius: 35px;
}
.shape3{
    border-top-right-radius: 35px;
}
.shape4{
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;

}
.shape5{
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
}
.shape6{
    border-radius: 35px;
}
.shape7{
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}

.font-medium {
    font-size: 1.6rem;
    font-weight: 300
}

.font-semimedium {
    font-size: 1.4rem;
    font-weight: 300
}

.font-semistandard {
    font-size: 1.3rem;
    font-weight: 300 !important
}

.font-standard {
    font-size: 1.125rem;
    font-weight: 300 !important
}

.font-belowstandard {
    font-size: 1rem;
    font-weight: 300 !important
}

.font-semismall {
    font-size: .9rem;
    font-weight: 300
}

.font-small {
    font-size: .8rem;
    font-weight: 400
}

.font-supersmall {
    font-size: .7rem;
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400!important
}

.font-weight-500 {
    font-weight: 500 !important
}

.font-weight-300 {
    font-weight: 300!important
}

.custom-row {
    margin: 0 auto;
    display: flex
}

.overflow-xy-hidden {
    overflow-x: hidden;
    overflow-y: hidden
}

.sidepanel {
    width: 0;
    position: fixed;
    z-index: 100;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px
}

.sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 1rem;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-align: left !important
}

.sidepanel a:hover {
    color: #f1f1f1
}

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #232323;
    color: white;
    padding: 13px 15px;
    border: none
}

.openbtn:hover {
    background-color: #444
}

svg {
    height: 32px;
    width: 32px;
    fill: red
}

p {
    color: #000
}

.bg-ash {
    background-color: #fbfbfb
}

.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #000
}

.color-white {
    color: #fff !important
}

.color-black {
    color: #000 !important
}

.color-rom {
    color: #00897B !important
}

.color-rbs{
    color: #003A72 !important;
}
.color-invoice{
    color: #512888 !important;
}
.color-locoshop{
    color: #4b722d !important;
}
.badge-rom {
    background-color: #00897B !important;
    color: #fff !important;
}

.badge-rbs {
    background-color: #003A72 !important;
    color: #fff !important;
}

.custom-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .7rem 2.2rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.custom-button:hover{
    color: #ffffff !important;
}
.custom-button2 {
    display: inline-block;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .7rem .7rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.slider {
    position: relative;
    width: 100%;
    height: auto;
}

.slider-image {
    position: absolute;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0s, transform 1s;
    transform: translateX(100%);
}

.slider-image.active {
    opacity: 1;
    transform: translateX(0);
}

.slider-image.inactive {
    transform: translateX(100%);
}

.button-section a {
    padding: .6rem 2.2rem;
    color: #fff
}
.button-section2 a {
    padding: 10px;
    color: #fff;
    width:140px;
}

.btn-green-shade2 {
    color: #fff;
    background-color: #30881c;
    border-color: #30881c
}

.btn-green {
    background: #1E824C;
    color: #fff;
    border-radius: 0
}

.btn-rbs {
    color: #fff;
    background-color: #003a72;
    border-color: #003a72
}

.btn-rbs:hover {
    color: #fff;
}

.btn-rbs-outline {
    color: #003a72 !important;
    background-color: #fff;
    border-color: #003a72
}
.btn-rbs-outline-2 {
    color: #ffffff !important;
    background-color: #ffffff00;
    border-color: #ffffff
}
.btn-rbs-outline:hover , .btn-rbs-outline-2:hover{
    color: #fff !important;
    background-color: #003a72;
    border-color: #003a72
}
.btn-rom {
    color: #fff;
    background-color: #00897b;
    border-color: #00897b
}

.btn-rom-outline {
    color: #00897b !important;
    background-color: #ffffff00;
    border-color: #00897b
}
.btn-rom-outline-2 {
    color: #ffffff !important;
    background-color: #ffffff00;
    border-color: #ffffff
}
.btn-rom-outline:hover, .btn-rom-outline-2:hover  {
    color: #fff !important;
    background-color: #00897b;
    border-color: #00897b;
}

.btn-cs {
    color: #fff;
    background-color: #60100B;
    border-color: #60100B;
}

.btn-cs-outline {
    color: #60100B !important;
    background-color: #ffffff00;
    border-color: #60100B;
}

.btn-cs-outline-2 {
    color: #ffffff !important;
    background-color: #ffffff00;
    border-color: #ffffff;
}

.btn-cs-outline:hover,
.btn-cs-outline-2:hover {
    color: #fff !important;
    background-color: #60100B;
    border-color: #60100B;
}

.btn-cs {
    color: #fff;
    background-color: #60100B;
    border-color: #60100B;
}

.btn-cs-outline {
    color: #60100B !important;
    background-color: #ffffff00;
    border-color: #60100B;
}

.btn-cs-outline-2 {
    color: #ffffff !important;
    background-color: #ffffff00;
    border-color: #ffffff;
}

.btn-cs-outline:hover,
.btn-cs-outline-2:hover {
    color: #fff !important;
    background-color: #60100B;
    border-color: #60100B;
}

.btn-supplier-hub,
.btn-supplier-hub:after,
.btn-supplier-hub:active{
    color: #fff !important;
    background-color: #F57C00;
    border-color: #F57C00;
}

.btn-supplier-hub:hover{
    color: #fff !important;
    background-color: #d76f04;
    border-color: #d76f04;
}

.btn-supplier-hub-outline {
    color: #F57C00 !important;
    background-color: #fff;
    border-color: #F57C00;
}

.btn-supplier-hub-outline:hover{
    color: #fff;
    background-color: #F57C00;
    border-color: #F57C00;
}

.btn-invoice {
    color: #fff;
    background-color: #512888;
    border-color: #512888;
}

.btn-invoice-outline {
    color: #512888 !important;
    background-color: #fff;
    border-color: #512888
}
.btn-invoice-outline-2 {
    color: #ffffff !important;
    background-color: #ffffff00;
    border-color: #ffffff
}
.btn-invoice-outline:hover , .btn-invoice-outline-2:hover{
    color: #fff !important;
    background-color: #512888;
    border-color: #512888
}

.btn-locoshop {
    color: #fff;
    background-color: #4b722d;
    border-color: #4b722d;
}

.btn-locoshop-outline {
    color: #4b722d !important;
    background-color: #fff;
    border-color: #4b722d
}
.btn-locoshop-outline-2 {
    color: #ffffff !important;
    background-color: #ffffff00;
    border-color: #ffffff
}
.btn-locoshop-outline:hover , .btn-locoshop-outline-2:hover{
    color: #fff !important;
    background-color: #4b722d;
    border-color: #4b722d
}


.btn-white {
    color: #000 !important;
    background-color: #fff;
    border-radius: 4px
}

.btn-white-outline {
    color: #fff !important;
    border: 1px solid #a0a0a0;
    border-radius: 4px
}
.custom-image2{
    width: 100%;
}
.logo img {
    height: auto;
    width: 128px
}
.logo2 img {
    height: auto;
    width: 28px
}

.bg-color {
    background-color: #fbfbfb
}

.dropdown-menu>a {
    padding: .15rem 1.5rem !important;
    color: #000 !important;
    font-size: 100% !important;
    line-height: 2 !important
}

.navbar .container .main-nav ul li a {
    padding: .4rem .9rem;
    color: #fff
}

.navbar .container .main-nav ul li a:focus {
    color: #fff
}

.navbar-brand-custom-padding {
    padding-top: 0;
    padding-bottom: .5125rem
}

.toggle-custom::after {
    content: none !important
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: " ";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    float: right;
    position: relative;
    top: 10px
}

img.shop-img {
    width: 100%;
    height: auto;
    margin: auto
}

.testimonial-bg {
    background-image: url("https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE4HQox?ver=cb27&q=90&m=6&h=600&w=1600&b=%23FFFFFFFF&l=f&o=t&aim=true");
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-feature ul li {
    padding-bottom: 10px
}

footer {
    background-color: #000;
    padding: 50px;
    font-size: 80%
}

.footer-nav {
    list-style: none;
    float: left;
    padding: 0 9% 0 0
}

.social-links {
    list-style: none;
    float: right
}
.social-icon{
    font-size: 24px;
    color: #8b8b8b;
}
.address-nav {
    list-style: none;
    float: left;
}

.address-nav ul {
    display: inline-block
}

.address-child-li {
    font-size: 90%
}

.address-nav li {
    padding-bottom: 10px;
    text-align: right;
    color: #5c5c5c;
}

.address-nav li span a {
    color: #5c5c5c;
}

.adrees-nav li:last-child,
.footer-nav li:last-child,
.social-links li:last-child {
    margin-right: 0
}

.social-links li {
    display: inline-block;
}

.footer-nav ul {
    display: inline-block
}

.footer-child-li {
    font-size: 90%
}

.footer-nav li {
    padding-bottom: 5%;
    text-align: left
}

.bottom-position-copyright {
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer-nav li:last-child,
.social-links li:last-child {
    margin-right: 0
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
    text-decoration: none;
    border: 0;
    color: #888;
    -webkit-transition: color 0.2s;
    transition: color 0.2s
}

.footer-nav li a:hover,
.footer-nav li a:active {
    color: #ddd
}

.social-links li a:link,
.social-links li a:visited {
    font-size: 100%
}

footer p {
    color: #888;
    text-align: center;
    margin-top: 20px
}

#staticText {
    text-align: center
}

.typeline {
    text-align: center
}

.type-height {
    height: 96px
}

.salesColor {
    color: #9BBB65
}

.generateBillsColor {
    color: #30881c
}

.InventoryColor {
    color: #FFA326
}

.expenseColor {
    color: #F5634A
}

.border-red {
    border: 1px solid red
}

.counter-bg {
    background-image: url("/images/overlay/landing-overlay/counter-bg.jpg");
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
}

.counter-card {
    width: 13rem;
    padding: 10px;
    border-radius: 4px;
}

.counter-title {
    padding: 10px;
}

.counter-title p {
    z-index: 1;
}

@-webkit-keyframes blink-caret {
    50% {
        border-color: transparent
    }
}

em {
    width: 20ch;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 0;
    color: #3295dd;
    -webkit-animation: typing 3s steps(21, end), blink-caret .5s step-end infinite alternate
}

.support-section img {
    height: 60px;
    width: 60px
}
.top-plan-change-section{
    width: 100%;
    margin-top: 15px;
}
.top-plan-change-section ul{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}
.top-plan-change-section ul li{
    display: inline-block;
}
.top-plan-change-section ul li a {
    text-decoration: none;
    background-color: #eeeeee;
    padding: 6px 10px;
    border-radius: 5px;
    text-align: center;
    min-width: 150px;
    display: inline-block;
    color: #000;
    position: relative;
    border: 2px solid #eeeeee;
    margin: 0 -6px;
}
.top-plan-change-section ul li a.active {
    background-color: #003a72;
    color: white;
    font-weight: 500;
    border: 1px solid #003a72;
    z-index: 1;
}
.top-plan-change-section-invoice {
    width: 100%;
    margin-top: 15px;
}

.top-plan-change-section-invoice ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

.top-plan-change-section-invoice ul li {
    display: inline-block;
}

.top-plan-change-section-invoice ul li a {
    text-decoration: none;
    background-color: #eeeeee;
    padding: 6px 10px;
    border-radius: 5px;
    text-align: center;
    min-width: 150px;
    display: inline-block;
    color: #000;
    position: relative;
    border: 2px solid #eeeeee;
    margin: 0 -6px;
}

.top-plan-change-section-invoice ul li a.active {
    background-color: #512888;
    color: white;
    font-weight: 500;
    border: 1px solid #512888;
    z-index: 1;
}
.top-plan-change-section-locoshop {
    width: 100%;
    margin-top: 15px;
}

.top-plan-change-section-locoshop ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

.top-plan-change-section-locoshop ul li {
    display: inline-block;
}

.top-plan-change-section-locoshop ul li a {
    text-decoration: none;
    background-color: #eeeeee;
    padding: 6px 10px;
    border-radius: 5px;
    text-align: center;
    min-width: 150px;
    display: inline-block;
    color: #000;
    position: relative;
    border: 2px solid #eeeeee;
    margin: 0 -6px;
}

.top-plan-change-section-locoshop ul li a.active {
    background-color: #4b722d;
    color: white;
    font-weight: 500;
    border: 1px solid #4b722d;
    z-index: 1;
}
.lots-more-cta {
    display: block;
    font-size: 14px;
    margin: 0 15px 25px;
    color: #000;
    border-bottom: 1px solid #000;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
}
label.radio-card-invoice {
    cursor: pointer;
}
label.radio-card-invoice .card-content-wrapper {
    background: #fff;
    border-radius: 5px;
    min-height: 139px;
    border: 1px solid #e9e9e9;
    padding: 15px;
    box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04);
    transition: 100ms linear;
    display: flex;
}
label.radio-card-invoice .check-icon {
    width: 17px;
    height: 17px;
    display: inline-block;
    border: solid 2px #e3e3e3;
    border-radius: 50%;
    transition: 200ms linear;
    position: relative;
}
label.radio-card-invoice .check-icon:before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93552 4.58423C0.890286 4.53718 0.854262 4.48209 0.829309 4.42179C0.779553 4.28741 0.779553 4.13965 0.829309 4.00527C0.853759 3.94471 0.889842 3.88952 0.93552 3.84283L1.68941 3.12018C1.73378 3.06821 1.7893 3.02692 1.85185 2.99939C1.91206 2.97215 1.97736 2.95796 2.04345 2.95774C2.11507 2.95635 2.18613 2.97056 2.2517 2.99939C2.31652 3.02822 2.3752 3.06922 2.42456 3.12018L4.69872 5.39851L9.58026 0.516971C9.62828 0.466328 9.68554 0.42533 9.74895 0.396182C9.81468 0.367844 9.88563 0.353653 9.95721 0.354531C10.0244 0.354903 10.0907 0.369582 10.1517 0.397592C10.2128 0.425602 10.2672 0.466298 10.3112 0.516971L11.0651 1.25003C11.1108 1.29672 11.1469 1.35191 11.1713 1.41247C11.2211 1.54686 11.2211 1.69461 11.1713 1.82899C11.1464 1.88929 11.1104 1.94439 11.0651 1.99143L5.06525 7.96007C5.02054 8.0122 4.96514 8.0541 4.90281 8.08294C4.76944 8.13802 4.61967 8.13802 4.4863 8.08294C4.42397 8.0541 4.36857 8.0122 4.32386 7.96007L0.93552 4.58423Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: center center;
    transform: scale(1.3);
    transition: 100ms linear;
    opacity: 0;
}
label.radio-card-invoice input[type='radio'] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
label.radio-card-invoice input[type='radio']:checked + .card-content-wrapper {
    box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5), 0 0 0 1px #512888;
}
label.radio-card-invoice input[type='radio']:checked + .card-content-wrapper .check-icon {
    background: #512888;
    border-color: #512888;
    transform: scale(1.2);
}
label.radio-card-invoice input[type='radio']:checked + .card-content-wrapper .check-icon:before {
    transform: scale(1);
    opacity: 1;
}
label.radio-card-invoice input[type='radio']:focus + .card-content-wrapper .check-icon {
    box-shadow: 0 0 0 3px rgb(248, 230, 255);
    border-color: #512888;
}
label.radio-card-invoice .card-content img {
    margin-bottom: 10px;
}
label.radio-card-invoice .card-content h4 {
    font-size: 16px;
    letter-spacing: -0.24px;
    color: #512888;
    margin-bottom: 10px;
}
label.radio-card-invoice .card-content h5 {
    font-size: 14px;
    line-height: 1.4;
    color: #686d73;
    margin-bottom: 0;
}

label.radio-card-locoshop {
    cursor: pointer;
}
label.radio-card-locoshop .card-content-wrapper {
    background: #fff;
    border-radius: 5px;
    min-height: 139px;
    border: 1px solid #e9e9e9;
    padding: 15px;
    box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04);
    transition: 100ms linear;
    display: flex;
}
label.radio-card-locoshop .check-icon {
    width: 17px;
    height: 17px;
    display: inline-block;
    border: solid 2px #e3e3e3;
    border-radius: 50%;
    transition: 200ms linear;
    position: relative;
}
label.radio-card-locoshop .check-icon:before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93552 4.58423C0.890286 4.53718 0.854262 4.48209 0.829309 4.42179C0.779553 4.28741 0.779553 4.13965 0.829309 4.00527C0.853759 3.94471 0.889842 3.88952 0.93552 3.84283L1.68941 3.12018C1.73378 3.06821 1.7893 3.02692 1.85185 2.99939C1.91206 2.97215 1.97736 2.95796 2.04345 2.95774C2.11507 2.95635 2.18613 2.97056 2.2517 2.99939C2.31652 3.02822 2.3752 3.06922 2.42456 3.12018L4.69872 5.39851L9.58026 0.516971C9.62828 0.466328 9.68554 0.42533 9.74895 0.396182C9.81468 0.367844 9.88563 0.353653 9.95721 0.354531C10.0244 0.354903 10.0907 0.369582 10.1517 0.397592C10.2128 0.425602 10.2672 0.466298 10.3112 0.516971L11.0651 1.25003C11.1108 1.29672 11.1469 1.35191 11.1713 1.41247C11.2211 1.54686 11.2211 1.69461 11.1713 1.82899C11.1464 1.88929 11.1104 1.94439 11.0651 1.99143L5.06525 7.96007C5.02054 8.0122 4.96514 8.0541 4.90281 8.08294C4.76944 8.13802 4.61967 8.13802 4.4863 8.08294C4.42397 8.0541 4.36857 8.0122 4.32386 7.96007L0.93552 4.58423Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: center center;
    transform: scale(1.3);
    transition: 100ms linear;
    opacity: 0;
}
label.radio-card-locoshop input[type='radio'] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
label.radio-card-locoshop input[type='radio']:checked + .card-content-wrapper {
    box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5), 0 0 0 1px #4b722d;
}
label.radio-card-locoshop input[type='radio']:checked + .card-content-wrapper .check-icon {
    background: #4b722d;
    border-color: #4b722d;
    transform: scale(1.2);
}
label.radio-card-locoshop input[type='radio']:checked + .card-content-wrapper .check-icon:before {
    transform: scale(1);
    opacity: 1;
}
label.radio-card-locoshop input[type='radio']:focus + .card-content-wrapper .check-icon {
    box-shadow: 0 0 0 3px rgb(173, 197, 153);
    border-color: #4b722d;
}
label.radio-card-locoshop .card-content img {
    margin-bottom: 10px;
}
label.radio-card-locoshop .card-content h4 {
    font-size: 16px;
    letter-spacing: -0.24px;
    color: #4b722d;
    margin-bottom: 10px;
}
label.radio-card-locoshop .card-content h5 {
    font-size: 14px;
    line-height: 1.4;
    color: #686d73;
    margin-bottom: 0;
}

@media (min-width: 320px) and (max-width: 1439px) {
    .navbar{
        padding: 1rem !important;
    }

}
@media (min-width: 320px) and (max-width: 374px) {
    .type-height {
        height: 105px !important;
    }
    .bottom-position-copyright {
        position: relative;
    }
    .addons {
        flex-direction: column;
    }
}

@media (min-width: 320px) and (max-width: 576px) {
    .screen-features-image img {
        width: 100%;
        height: auto
    }
    .quickly-features li img {
        width: 100%;
        height: auto
    }
    .rounded-div{
        padding: 1rem 1rem;
        margin: 0 3rem;
    }
    .feature .custom-image{
        width: 100% !important;
    }
    .custom-image, .custom-image2 {
        width: 100%;
    }
    .card-width {
        width: 280px;
        margin: auto
    }
    .landing-card-width {
        width: 233px;
        margin: auto;
    }
    .feature-margin-top-image {
        margin-top: 0
    }
    .invoice-features,
    .features-screen {
        display: block !important;
        margin-bottom: 0 !important;
        padding: 0 0 !important
    }
    .quickly-redirect li img {
        width: 100%;
        height: auto
    }
    .d-inline-table {
        display: inline-table
    }
    .second-screen img {
        height: auto;
        width: 100% !important
    }
    .features-screen img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important
    }
    .wrap {
        height: 30px
    }
    .restaurant-landing-image,
    .supplier-hub-landing-image{
        padding-bottom: 20px
    }
    .invoice-features-padding,
    .features-screen-padding {
        padding: 32px 32px 32px 32px !important
    }
    .rbs-price-border {
        border-right: none !important
    }
    .w-sm-10 {
        width: 10%
    }
    .w-sm-20 {
        width: 20%
    }
    .w-sm-30 {
        width: 30%
    }
    .w-sm-40 {
        width: 40% !important
    }
    .w-sm-50 {
        width: 50%
    }
    .w-sm-60 {
        width: 60%
    }
    .w-sm-70 {
        width: 70%
    }
    .w-sm-80 {
        width: 80%
    }
    .w-sm-90 {
        width: 90%
    }
    .w-sm-100 {
        width: 100% !important;
        max-width: 100% !important;
    }
    .anime-text-height {
        height: 50px
    }
    .screen-2 img {
        height: auto
    }
    .font-large {
        font-size: 1.6rem;
        font-weight: 300
    }
    .font-semilarge {
        font-size: 1.4rem;
        font-weight: 300;
        line-height: 32px;
    }
    .font-medium {
        font-size: 1.2rem;
        font-weight: 300
    }
    .font-semimedium {
        font-size: 1.125rem;
        font-weight: 300
    }
    .font-semistandard {
        font-size: 1.1rem;
        font-weight: 300 !important
    }
    .font-standard {
        font-size: 1rem;
        font-weight: 300 !important
    }
    .font-belowstandard {
        font-size: .9rem;
        font-weight: 300 !important
    }
    .font-semismall {
        font-size: .8rem;
        font-weight: 300
    }
    .font-small {
        font-size: .75rem;
        font-weight: 300
    }
    .typing {
        font-size: 1.6rem !important
    }
    #customerDrawer {
        position: relative !important;
        top: 0 !important;
        margin-bottom: 5px
    }
    .main-img img {
        width: 100% !important;
        height: auto !important
    }
    .type-height {
        height: 75px;
    }
    .bottom-position-copyright {
        position: relative;
    }
    .addons {
        flex-direction: column;
    }
    .button-section2 a {
        padding: .4rem;
        width: 140px;
    }
    .logo2 img {
        width: 24px;
    }
    .productDropdown{
        flex-direction: column !important;
        justify-content: start !important;
        align-items: start !important;
    }
    .product-drawer{
        background: #000000 !important;
    }
    .product-drawer a span{
        color: #ffffff !important;
    }
}

@media (min-width: 577px) and (max-width: 767px) {

    .feature-img img {
        width: 80%
    }
    .screen-features-image img {
        width: 100%;
        height: auto
    }
    .gmap_canvas {
        width: 700px
    }
    iframe {
        width: 700px
    }
    .social-links {
        list-style: none;
        float: none
    }
    .btn-ghost {
        font-size: 100%;
        padding: 9px 25px !important
    }
    footer {
        padding: 30px
    }
    .footer-nav {
        padding-right: 5%;
        padding-bottom: 5%
    }
    .font-large {
        font-size: 1.6rem;
        font-weight: 300
    }
    .font-semilarge {
        font-size: 1.4rem;
        font-weight: 300;
        line-height: 32px;
    }
    .font-medium {
        font-size: 1.2rem;
        font-weight: 300
    }
    .font-semimedium {
        font-size: 1.125rem;
        font-weight: 300
    }
    .font-semistandard {
        font-size: 1.1rem;
        font-weight: 300 !important
    }
    .font-standard {
        font-size: 1rem;
        font-weight: 300 !important
    }
    .font-belowstandard {
        font-size: .9rem;
        font-weight: 300 !important
    }
    .font-semismall {
        font-size: .8rem;
        font-weight: 300
    }
    .font-small {
        font-size: .75rem;
        font-weight: 300
    }
    .w-sm-10 {
        width: 10%
    }
    .w-sm-20 {
        width: 20%
    }
    .w-sm-30 {
        width: 30%
    }
    .w-sm-40 {
        width: 40% !important
    }
    .w-sm-50 {
        width: 50%
    }
    .w-sm-60 {
        width: 60%
    }
    .w-sm-70 {
        width: 70%
    }
    .w-sm-80 {
        width: 80%
    }
    .w-sm-90 {
        width: 90%
    }
    .w-sm-100 {
        width: 100% !important;
        max-width: 100% !important;
    }
    .align-center {
        text-align: center
    }
    .screen-2 img {
        width: 370px;
        height: 370px;
        margin: auto
    }
    .typing {
        font-size: 1.6rem !important
    }
    #customerDrawer {
        position: relative !important;
        top: 0 !important;
        margin-bottom: 5px
    }
    .main-img img {
        width: 100% !important;
        height: auto !important
    }
    .second-screen img {
        height: auto;
        width: 100% !important
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .custom-image, .custom-image2 {
        width: 100% ;
    }
    img.playstore-icon {
        width: 120px !important;
        height:auto;
    }
    img.windows-icon {
        width: 120px !important;
        height: auto;
    }
    .retail-landing-image {
        background-image: url('/images/overlay/rbs-overlay/rbs-landing-tab.png') !important;
    }
    .font-large {
        font-size: 1.8rem;
        font-weight: 300
    }
    .font-semilarge {
        font-size: 1.6rem;
        font-weight: 300
    }
    .font-medium {
        font-size: 1.4rem;
        font-weight: 300
    }
    .font-semimedium {
        font-size: 1.2rem;
        font-weight: 300
    }
    .font-semistandard {
        font-size: 1.1rem;
        font-weight: 300 !important
    }
    .font-standard {
        font-size: 1rem;
        font-weight: 300 !important
    }
    .font-belowstandard {
        font-size: .9rem;
        font-weight: 300 !important
    }
    .font-semismall {
        font-size: .8rem;
        font-weight: 300
    }
    .font-small {
        font-size: .75rem;
        font-weight: 300
    }
    .typing {
        font-size: 1.8rem !important
    }
    .w-md-10 {
        width: 10%
    }
    .w-md-20 {
        width: 20%
    }
    .w-md-30 {
        width: 30%
    }
    .w-md-40 {
        width: 40% !important
    }
    .w-md-50 {
        width: 50%
    }
    .w-md-60 {
        width: 60%
    }
    .w-md-70 {
        width: 70%
    }
    .w-md-80 {
        width: 80%
    }
    .w-md-90 {
        width: 90%
    }
    .w-md-100 {
        width: 100%
    }
    .screen-2 img {
        height: auto
    }
    .screen-features-image img {
        width: 100% !important;
        height: auto !important
    }
    .features-screen img {
        width: 100% !important;
        height: auto !important
    }
    .landing-screen{
        height: 385px;

    }
    .landing{
        transform: translate(0%, 4%);

    }
    .invoice-features-padding,
    .features-screen-padding {
        padding: 32px 32px 32px 32px !important
    }
    #customerDrawer {
        position: relative !important;
        top: 0 !important;
        margin-bottom: 5px
    }
    .main-img img {
        width: 100% !important;
        height: auto !important
    }
    .second-screen img {
        height: auto;
        width: 100% !important
    }
}

@media (min-width: 1024px) and (max-width:1159px) {
    .custom-image, .custom-image2 {
        width: 100% ;
    }
    .screen-features-image img {
        width: 100% !important;
        height: auto !important
    }
    .card-width {
        width: 290px !important
    }
    .landing-card-width {
        width: 243px !important;
    }
    .screen-2 img {
        width: 100% !important;
        height: auto !important
    }
    .features-screen img {
        width: 100% !important;
        height: auto !important
    }
    .invoice-features-padding,
    .features-screen-padding {
        padding: 70px 32px 32px 32px !important
    }
    .quickly-redirect li {
        max-width: 290px !important
    }
    .quickly-redirect li img {
        width: 290px
    }

    .w-md-40 {
        width: 40% !important
    }
    .w-md-35{
        width: 35% !important
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {
    .w-md-40 {
        width: 40% !important
    }
    .w-md-35{
        width: 35% !important
    }
    .landing-screen{
        height: 513px;

    }
    .landing{
        transform: translate(0%, 14%);

    }
}

input[type=text],
input[type=email],
input[type=password],
select,
textarea {
    width: 100%
}

@media (min-width: 1440px) {
    .signup {
        margin-left: 25%
    }
    .w-md-40 {
        width: 40% !important
    }
    .w-md-35{
        width: 35% !important
    }
}

.font-dosis {
    font-family: Dosis, sans-serif
}

.pricing-background {
    background: #f9f9f9
}
.msg-background{
    background: #496065;
}
.background {
    background: #fafbfb
}
.background-white {
    background: #ffffff;
}

.restaurant-landing-image {
    background-image: url('/images/overlay/rom-overlay/rom-landing.jpg');
    position: relative;
    background-position: right center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
}

.courtsync-landing-image {
    background-image: url("/images/overlay/courtsync-overlay/cs-landing.png");
    position: relative;
    background-position: right center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
}

.courtsync-landing-image {
    background-image: url("/images/overlay/courtsync-overlay/cs-landing.png");
    position: relative;
    background-position: right center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
}

.supplier-hub-landing-image{
    background-image: url('/images/overlay/supplier-hub-overlay/supplier-hub-landing.webp');
    position: relative;
    background-position: right center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
}

.invoice-landing{
    background-image: url('/images/overlay/invoice-overlay/invoice-landing.png');
    position: relative;
    background-position: right center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
}

.locoshop-landing{
    background-image: url('/images/overlay/locoshop-overlay/locoshop-landing.png');
    position: relative;
    background-position: right center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
}

img.rom-landing {
    width: 100%;
}
img.sup-landing {
    width: 75%;
}

.header {
    max-width: 100%;
    margin: auto
}

.invoice-features,
.features-screen {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
    margin-bottom: 3rem
}

.features-screen-padding {
    padding: 130px 32px 32px 32px
}

.invoice-features-padding{
    padding: 100px 32px 32px 32px
}

.invoice-features img{
    max-width: 100%;
    width: 100%;
    height: 100%;
}


.features-screen img {
    max-width: 100%;
    width: 555px;
    height: 415px
}

.invoice-features:nth-child(even) img,
.features-screen:nth-child(even) img {
    order: 2
}

.extra-features img {
    height: 48px;
    width: 48px
}

.industries {
    margin: 50px auto 60px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-evenly;
    -webkit-box-align: center;
    align-items: center
}

.industries li {
    max-width: 250px
}

.industries li figure {
    height: 121px;
    height: 105px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: center
}

.rom-pricing .card {
    width: 285px
}

.industries li img {
    width: 130px
}

.line {
    border: 1px solid #f7f7f7;
    width: 80%;
    margin: auto;
    clear: both
}

.rbs-price-border {
    border-right: 1px solid #D5D8DB
}

@keyframes blink {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1%
    }
}

.retail-landing-image {
    background-image: url('/images/overlay/rbs-overlay/rbs-landing.jpg');
    position: relative;
    background-position: left center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 90px
}

.row-custom {
    display: flex;
    flex-wrap: wrap
}

.w-50 {
    flex: 0 0 50%;
    max-width: 50%
}

.w-50:first-child {
    border-right: 1px solid #e6e6e6
}

.store-section p {
    border-bottom: 1px solid #e6e6e6;
    padding: 15px
}

.store-section p:last-child {
    border-bottom: none
}

.second-screen img {
    width: 80%
}

.main-img:hover {
    cursor: pointer
}

.main-img img {
    width: 450px;
    height: 450px
}

.thumb {
    border: 1px solid #ccc;
    height: 50px;
    width: 50px;
    margin: auto;
    margin-top: 8px !important;
    display: inline-block
}

.thumb img {
    height: 100%;
    width: 100%
}

.thumb:hover {
    cursor: pointer
}

.products a:hover {
    text-decoration: underline
}

input.custom-control[type=text],
input.custom-control[type=email],
input.custom-control[type=password],
select,
textarea {
    border: none;
    border-bottom: 1px solid #4caf50;
    border-radius: 0 !important
}

input.custom-control[placeholder] {
    padding: .375rem 0
}

.custom-control:focus {
    box-shadow: none
}

label.for-placeholder-transition {
    margin: 20px 0;
    position: relative;
    display: block
}

span.for-placeholder-transition {
    padding: 10px;
    pointer-events: none;
    position: absolute;
    left: -10px;
    transition: 0.2s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 0.5;
    bottom: 0px
}

input.for-placeholder-transition {
    padding: 10px
}

input.for-placeholder-transition:focus+span,
input:not(:placeholder-shown)+span {
    opacity: 1;
    transform: scale(0.75) translateY(-50%) translateX(-25px);
    color: #4caf50;
    font-size: 1.3rem
}

input.for-placeholder-transition:focus+span,
input:not(:-ms-input-placeholder)+span {
    opacity: 1;
    transform: scale(0.75) translateY(-50%) translateX(-25px);
    color: #4caf50;
    font-size: 1.3rem
}

textarea.custom-control {
    border: 1px solid #4caf50 !important;
    border-radius: 0 !important
}

.dropdown.open button#dLabel {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
    border: solid 1px #666;
    border-bottom: none
}

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

.card-shadow {
    box-shadow: 0 0 5px #00000024
}

.card-width {
    width: 312px
}

.landing-card-width {
    width: 80%;
    min-width: 270px
}

.div-shadow {
    box-shadow: 0px 0px 5px #e2e2e2
}

::-webkit-scrollbar {
    width: 7px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #607D8B;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5)
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #90A4AE
}

.pricing img {
    height: 170px;
    width: 100%
}

.price-wrapper {
    width: 600px;
    box-shadow: 0 0 20px #f1f1f1;
    background: #fff;
    border-radius: 10px;
    padding: 10px
}

.price-border {
    border: 1px solid #f3f3f3
}

.tablink {
    background-color: #fff;
    color: #000;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 1.3rem;
    font-weight: 200;
    width: 50%;
    border-bottom: 1px solid #f3f3f3
}

.tablink:hover {
    background-color: #ececec
}

.tablink:focus {
    outline: none !important;
    border-bottom: 1px solid #30881c;
    display: inline-block
}

.tabcontent {
    color: #000;
    display: none;
    height: 100%;
    width: 100%
}

#drawer {
    height: auto;
    width: 200px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    display: none;
    top: 54px;
    box-shadow: 0 0px 5px 0 #c1c1c1
}

#customerDrawer {
    height: auto;
    width: 200px;
    background: #fff;
    /* border-radius: 5px; */
    position: absolute;
    display: none;
    top: 40px;
    box-shadow: 0 0px 5px 0 #c1c1c1
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255);
}
.nav-link{
    padding: 8px 16px !important;
}
.drawer-link {
    color: #555
}

.drawer-link a {
    font-size: 1rem;
    cursor: pointer;
    float: none !important;
    color: #555 !important
}

.drawer-link a:hover {
    background: #e6e6e6cc;
    color: #000 !important;
}
.drawer-link1 a{
    padding: 8px 36px 8px 16px !important;

}
.drawer-link2 a{
    padding: 8px 16px !important;

}
.drawer-link a {
    color: #9c9c9c
}

.drawer-link-block {
    display: block
}

.shop-logo {
    height: 100% !important;
}

.shop-logo-square {
    max-height: 100px;
}

.shop-logo-container{
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    background: #fafbfb;
    display: flex !important;
    align-items: center;
}

.shop-logo-container img{
    height: auto !important;
}

.shop-logo-small {
    max-height: 82px;
}

.pricing-card {
    border: 0px;
    border-radius: 4px;
    box-shadow: 0 4px 25px #f1f2f3;
    min-height: 206px;
}

.rbs-pricing-background {
    background-color: #fdfdfd;
}

.shop-products {
    list-style: none;
}

.display-small{
    display: none;
}

.display-extra-small{
    display: none;
}

@media screen and (max-width:375px) {
    .display-extra-small{
        display: block;
    }
}

@media screen and (max-width: 767px) and (min-width: 376px) {
    .display-small{
        display: block;
    }
}
@media screen and (min-width: 767px) and (max-width: 768px)  {
    .button-section2 a {
        padding: .3rem;
        color: #fff;
        width: 160px;
    }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #fff;
    font-weight: 400;
    /* background: linear-gradient(90deg, rgba(0,137,123,1) 0%, rgba(0,137,123,0.5) 35%, rgba(0,137,123,.1) 100%); */
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.top-section{
    text-align: center;
    margin-top: 65px;
}
.bill-alert{
    background-color: #E0F2F1;
    padding: 15px 25px;
    border-radius: 4px;
    margin: 20px auto 15px;
    width: 1080px;
}
.bill-alert p{
    text-align: justify;
}
.bill-alert p{
    margin: 0;
    font-size: 15px;
    color: #000;
}
.flexible-plans-title{
    font-size: 55px;
    font-family: "Source Serif 4", serif;
    font-weight: bolder;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.flexible-plans-title span{
    color: #003a72;
}
.top-plan-subtext{
    font-size: 22px;
}

.plan-card {
    width: 32%;
    text-align: center;
    background-color: #fff;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 35px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.plan-title{
    text-align: center;
    text-transform: uppercase;
    padding: 16px 30px;
    letter-spacing: 2.4px;
    font-weight: bold;
}

.plan-title p{
    font-size: 18px;
    margin: 0;
    color: #444444;
}
.divider{
    border-top: 1px solid #eee;
    width: 80%;
    margin: 0px auto;
    padding-bottom: 12px;
}
.plan-pricing {
    padding: 10px 0;
}

.plan-price {
    font-size: 30px !important;
    margin-bottom: 0;
    color: #444444;
}
.plan-price-details{
    line-height: .8;
}
.blue-card{
    border-top: 3px solid #3C5BA6;
}
.orange-card{
    border-top: 3px solid #FFA326;
}
.red-card{
    border-top: 3px solid #F5634A;

}
.plan-period, .plan-period2 {
    line-height: 1.7;
    display: inline-block;
    margin-top: 0;
}

.dim-black {
    color: rgba(0, 0, 0, .7);
    font-size: 15px;
    line-height: 1.4;
}
.plan-cta {
    text-align: center;
    padding: 7px 0 0;
    margin-top: 0;
}

.free-trial-cta {
    display: inline-block;
    background: #003a72;
    color: #fff;
    padding: 10px 40px;
    border-radius: 5px;
    font-size: 14px;
    margin: 0 auto 20px;
    border: 0;
}

.free-trial-cta:hover {
    color: #ffffff !important;
}

.feature-list {
    position: relative;
    /* min-height: 450px; */
    padding: 24px;
    border-top: 1px solid #e9e9e9;
}

.feature-list > p {
    font-size: 16px !important;
    color: #000;
    line-height: 1.4; /* Adjusted for better readability */
    text-align: left;
}

.feature-list ul {
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
    color: #777777;
}

.feature-list ul li {
    position: relative;
    margin: 8px 0;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.feature-list ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 11px;
    height: 11px;
    opacity: 60%;
    background-image: url("/images/block/rbs/black-tick.png");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

.subtext {
    font-size: 14px;
}

.billing_cycle {
    font-size: 13px;
}

.coming-soon-section {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coming-soon-section p {
    font-size: 25px;
}

@media screen and (max-width: 430px) {
    .plan-card {
        width: 90% !important;
        margin: 10px auto !important;
        min-height: 220px;
    }
    .features-landing{
        margin-bottom: 16px;
    }
}

/* ohee */
.w-45 {
    width: 45%;
}
.shop-hardware {
    background: linear-gradient(
        99.09deg,
        #042042 0%,
        #0b211d 54.5%,
        #191026 100%
    );
    border-radius: 24px;
}
.shop-link {
    color: #05080a;
    border-radius: 4px;
    width: fit-content;
}
.thermal-paper {
    background-image: linear-gradient(to bottom right, #1a1e3f, #0240b9);
    color: white;
    font-size: 28px;
    border-radius: 16px;
    border: 0 !important;
}
.terminal {
    background-image: linear-gradient(to bottom right, #39823c, #124643);
    color: white;
    border-radius: 16px;
    font-size: 28px;
}
.crm-section {
    background: linear-gradient(180deg, #ffffff 0%, #ebf0f5 100%);
}
.crm-section h2 {
    font-size: 40px;
    font-weight: 600;
}
.crm-retail {
    margin-right: -160px;
    border: 4px solid rgba(204, 204, 204, 1);
}
.crm-restro {
    margin-right: -160px;
    border: 4px solid rgba(204, 204, 204, 1);
}
.crm-oneoffice {
    border: 4px solid rgba(204, 204, 204, 1);
}
.font-20 {
    font-size: 20px;
}
.customer-logo{
    width: 100%;
}
@media (min-width: 992px) {
    .w-lg-50{
        width: 50%;
    }
}

.cs-extra-feature{
    border: solid 1px #879DA8;
    min-height: 152px;
    /* max-width: 237px; */
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.coming-soon{
    z-index: 10;
    top: 50%;
    right: 39%;
    border: 2px solid rgba(0, 0, 0, 0.25);
    padding: 1rem;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.landing-screen .row{
    gap: 1rem;
}

.landing-screen-2 .row{
    gap: 1rem;
}

@media (min-width: 320px) and (max-width: 500px) {
    .coming-soon {
        right: 22%;
    }
}