input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
p#restaurant-error {
    position: absolute;
    top: -22px;
    color: #ff0000;
    font-family: 'Inter';
    font-size: 12px;
}
*{
    box-sizing: border-box;
}
body {
    box-sizing: border-box;
    margin: 0%;
}
section.new-landing-update-design {
    box-sizing: border-box;
    display: block;
    width: 100%;
}
.point-sale-design-part {
    display: block;
    width: 100%;
}
.simple-powerful-design {
    position: relative;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.simple-powerful-design-image img {
    width: 100%;
    display: block;
}
.simple-powerful-design-text {
    position: absolute;
    top: 50%;
    left: auto;
    display: block;
    flex-direction: column;
    transform: translate(0, -50%);
    width: 100%;
    padding-left: 124px;
}
.simple-powerful-design-text h1 {
    font-size: 56px;
    line-height: 60px;
    margin: 0;
    font-family: 'Inter';
    color: #fff;
    font-weight: 700;
    padding-bottom: 25px;
    text-shadow: 0px 10px 16px #00000062;
}
.simple-powerful-design-text p {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Inter';
    color: #fff;
    opacity: .52;
    font-weight: 500;
    margin: 0;
    padding-bottom: 30px;
    width: 350px;
    display: block;

}
.simple-powerful-design-text a#form-show {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    border: 1px solid #3C69FF;
    background: #3C69FF;
    color: #fff;
    font-family: 'Inter';
    text-align: center;
    border-radius: 29px;
    height: 57px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.increase-effiency-part {
    padding-top: 70px;
    display: block;
    width: 100%;
    padding-bottom: 70px;
}
.increase-effiency-part .container {
    max-width: 1140px;
    display: block;
    margin: auto;
}
.increase-effiency-part .row {
    margin: 0;
    display: flex;
    flex-direction: column;
}
.staff-experience-detail {
    display: block;
    width: 100%;
}
.staff-experience-detail h2 {
    text-align: center;
    display: block;
    width: 50%;
    font-size: 48px;
    font-family: 'Inter';
    margin: 0;
    line-height: 58px;
    padding-bottom: 25px;
    margin: auto;
    font-weight: 700;
}
.staff-experience-detail h2 span {
    color: #3C69FF;
}
.central-command-part .container, .inventory-supply-detail-part .container, .powerful-reporting-detail .container {
    display: block;
    width: 1140px;
    margin: auto;
}
.powerful-manage-part .row, .inventory-supply-detail-part .row, .powerful-reporting-detail .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.inventory-main-detail-wrap, .powerful-detail-update {
    display: flex;
    flex-direction: row;
    /* background: #f3f3f3; */
    padding: 40px 0px;
    width: 1016px;
    border-radius: 32px;
}
.inventory-supply-head-part, .powerful-reporting-head-part {
    width: 50%;
    display: inline-flex;
    flex-direction: column;
    padding: 0px 64px;
    align-items: center;
    justify-content: center;
}
 .inventory-supply-image-part, .powerful-reporting-image-part{
    width: 88%;
    display: inline-flex;
}
.inventory-supply-image-part img, .powerful-reporting-image-part img{
    width: 100%;
    display: block;
}
.powerful-marketing-head-part h3, .manage-reservation-head-part h3, .inventory-supply-head-part h3, .powerful-reporting-head-part h3 {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Inter';
    color: #000;
    line-height: 45px;
    margin: 0;
    padding-bottom: 15px;
}
.powerful-marketing-head-part p, .manage-reservation-head-part p, .inventory-supply-head-part p, .powerful-reporting-head-part p{
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 400;
    color: #6C6D72;
    line-height: 29px;
    display: block;
    text-align: left;
    margin: 0;
}
.powerful-manage-part, .inventory-supply-detail-part, .powerful-reporting-detail {
    padding-top: 70px;
}
.powerful-manage-part .container {
    display: block;
    width: 1140px;
    margin: auto;
}
.staff-experience-detail p {
    font-weight: 500;
    width: 960px;
    text-align: center;
    display: block;
    margin: 0px auto;
    font-size: 24px;
    line-height: 34px;
    font-family: 'Inter';
    color: #909090;
}
.marketing-tools-part {
    display: inline-flex;
    flex-direction: column;
    width: 480px;
    background: #f3f3f3;
    margin-right: 56px;
    border-radius: 32px;
    padding: 64px 0px;
}
.manage-reservations-part {
    display: inline-flex;
    flex-direction: column;
    width: 480px;
    background: #f3f3f3;
    border-radius: 32px;
    padding: 64px 0px;
}
.powerful-marketing-head-part, .manage-reservation-head-part {
    padding: 0px 64px 30px;
}
ul.powerful-marketing-list, ul.manage-reservation-list, ul.inventory-chain-list, ul.powerful-chain-list {
    margin: 0;
    list-style-type: none;
    padding: 15px 0px 0px;
    flex-direction: column;
    display: block;
}
ul.powerful-marketing-list li, ul.manage-reservation-list li, ul.inventory-chain-list li, ul.powerful-chain-list li{
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 15px;
}
i.fa.fa-check{
    display: inline-flex;
    border: 1px solid #000;
    border-radius: 20px;
    height: 15px;
    width: 15px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.fa-check:before{
    content: "\f00c";
    font-size: 12px;
}
ul.powerful-marketing-list li span.list-text, ul.manage-reservation-list li span.list-text, ul.inventory-chain-list li span.list-text, ul.powerful-chain-list li span.list-text{
    font-size: 14px;
    font-family: 'Inter';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}
.powerful-marketing-image-part img, .manage-reservation-image-part img {
    width: 100%;
    display: block;
}
.rista-advantage-content-part {
    padding-top: 50px;
    display: block;
}
.rista-advantage-content-part .container {
    width: 1140px;
    display: block;
    margin: auto;
}
.rista-advantage-content-part .row {
    display: flex;
    width: 100%;
}
.the-rista-advantage-head {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 64px;
}
.the-rista-advantage-head h2 {
    font-family: 'Inter';
    text-align: center;
    display: inline-flex;
    width: 100%;
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
    margin: 0;
    justify-content: center;
    align-items: center;
}
.the-rista-advantage-head h2 span.rista-logo-image img {
    width: 230px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 30px;
}
.the-rista-advantage-head p {
    font-size: 24px;
    text-align: center;
    color: #909090;
    width: 960px;
    text-align: center;
    display: block;
    font-family: 'Inter';
    margin: 0px auto;
    padding-top: 20px;
    line-height: 34px;
}
.the-rista-advantage-head p br{
    display: none;
}
/* .rista-advantage-list ul.advantage-list-detail {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    margin: 0px;
    padding: 30px 0px;
}
.rista-advantage-list ul.advantage-list-detail li {
    display: inline-block;
    width: 31.33%;
    padding: 0px 5px 30px 5px;
    text-align: center;
}
.rista-advantage-list ul.advantage-list-detail li img {
    width: 50px;
    display: block;
    margin: auto;
}*/
.rista-advantage-list ul.advantage-list-detail li h4 {
    margin: 0;
    font-size: 16px;
    font-family: 'Inter';
    padding-top: 32px;
    padding-bottom: 6px;
    font-weight: 600;
}
.rista-advantage-list ul.advantage-list-detail li p {
    margin: 0px;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    opacity: .52;
    color: #000 !important;
} 
ul.advantage-list-detail {
    display: flex;
    list-style-type: none;
    justify-content: center;
    padding-left: 0px;
}
ul.advantage-list-detail li {
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    padding: 0px 15px;
    width: 16.66%;
}
ul.advantage-list-detail li img {
    width: 90px;
    height: 90px;
    display: block;
}

/* .swiper-container {
    width: 100%;
    height: auto;
    margin-bottom: 66px;
    left: 0px;
    top: 0px;
    margin-left: 0px !important;
    margin-right: 0px !important;
  } */
  
  /* .swiper-pagination-bullet-active {
    background-color: #E32D2D !important;
    width: 6px;
    height: 6px;
  }
  
  .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
  } */
  
  /* .swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 100%; */
    /* Center slide text vertically */
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  } */
  
  /* .swiper-slide img,
  .swiper-slide1 img {
    width: 100%;
    left: 0;
    top: 0;
    height: auto;
    position: static;
  } */
  
  .slide1 img {
    height: 100% !important;
    margin-bottom: 100px;
  }
  .enable-business-transactions {
    padding-top: 132px;
}
.enable-business-head {
    padding-bottom: 50px;
}
.enable-business-transactions .row {
    display: block;
    width: 100%;
}
.enable-business-head h2 {
    font-size: 48px;
    font-family: 'Inter';
    text-align: center;
    line-height: 64px;
    width: 810px;
    display: block;
    margin: 0px auto;
    font-weight: bold;
}
.enable-business-head h2 span.enable-text{
    color: #3C69FF;
}
.sticky-header.demo.fixed {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    background: #fff;
    height: 65px !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 0px 30px;
    justify-content: space-between;
    border-bottom: 1px solid #7070702e;
}
.sticky-header.demo.fixed span.connect-text {
    color: #000;
    text-align: left !important;
    width: 70%;
    font-weight: 700 !important;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    line-height: 22px;
    padding: 0px 18px;
}
.sticky-header.demo.fixed .CTA-button-width {
    /* width: 24%; */
    padding: 0px 0px;
    cursor: pointer;
    background: #3C69FF;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 600;
    width: 160px;
    height: 40px;
    /* margin-left: 20px; */
    box-shadow: 0px 3px 6px #00000014;
}
.sticky-header.demo {
    display: none;
}
/*Popup-CSS-desktop*/
.success-msg-display{
    background: #fff;
    z-index: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
   z-index: 500;
   height: 340px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   top: 50%;
   left: 50%;
   position: absolute;
   transform: translate(-50%, -50%);
   width: 570px;
  border-radius: 12px;
}
#section_demo_form{
    display: none;
    }
    #section_demo_form {
        /* background: #ffffff; */
        color: #070E1D;
        /* margin-bottom: 32px; */
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw;
        z-index: 500;
        height: 100%;
        display: none;
        background: none;
    }
    .backdrop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
    }
    #success-popup {
        border-radius: 8px;
        z-index: 1000;
        
        height: 200px;
        border: 0px solid #CECECE;
        border-radius: 6px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .success-msg-display>img {
        width: 78px;
        height: 66px;
        margin-bottom: 20px;
        margin-top: 8px;
    }
    .success-msg-display>p:nth-child(2) {
        font-size: 20px;
        color: #33B961;
        font-weight: bold;
        margin-bottom: 5px;
    }
    
    .success-msg-display>p:nth-child(3) {
        font-size: 16px;
        color: #868A91;
        font-weight: normal;
        text-align: center;
    }
    #success-popup p {
        font-family: 'Inter', sans-serif;
    }
    .form-main-wrapper {
        width: 55% !important;
        overflow-y: hidden !important;
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        height: 320px !important;
        padding: 28px;
        background: #ffffff;
        border-radius: 20px;
    }
    .form-main-wrapper div form {
        margin-top: 0px;
    }
    .form-group-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .form-group {
        margin-bottom: 1rem;
    }
    .form-heading {
        font-size: 24px;
        color: #070E1D;
        font-weight: 700;
        margin-bottom: 8px;
        font-family: 'Inter';
    }
    .div-parent {
        position: relative;
        width: 30%;
        float: left;
        margin-right: 19px;
    }
    form input.form-control {
        font-family: 'Inter', sans-serif;
        /* margin-left: 8px; */
        margin-bottom: 20px !important;
        font-size: 17px;
        height: 48px;
        border: unset;
        border-bottom: 1px solid #ced4da;
        width: 100%;
        display: block;
    }
    .error {
        
        font-size: 12px;
        color: red;
        font-family: 'Inter';
    }
    .image-pop-detail-wrap:after {
        display: block;
        content: '';
        clear: both;
    }
    .msg-heading-part p {
        font-size: 18px;
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        line-height: 44px;
        margin-bottom: 5px;
        margin-top: 0px;
    }
    .msg-heading-part:after {
        clear: both;
        display: block;
        content: '';
    }
    .test {
        width: 100%;
        display: block;
    }
    .donate-now li {
        float: left;
        margin: 0 5px 0 0;
        width: 100px;
        height: 40px;
        position: relative;
    
    }
    .donate-now label,
    .donate-now input {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .donate-now input[type="radio"] {
        opacity: 0.01;
        z-index: 100;
    }
    
    .donate-now label {
        padding: 5px;
        border: 1px solid #CCC;
        cursor: pointer;
        z-index: 90;
    }
    .donate-now label:hover {
        background: #DDD;
    }
    ul.donate-now {
        padding: 0px;
        display: block;
        width: 100%;
    }
    ul.donate-now li {
        width: 32.33%;
        display: inline-block;
        text-align: center;
        margin-bottom: 10px;
    }
    .div-parent.test ul.donate-now:after {
        display: block;
        content: '';
        clear: both;
    }
    .div-parent.test ul.donate-now li label {
        border-radius: 6px;
        margin: 0px 0px 0px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-family: 'Inter';
    }
    #success-popup{
        border-radius: 8px;
    }
    .div-parent.test ul.donate-now:after {
        display: block;
        content: '';
        clear: both;
    }
    .conset-div {
        align-items: flex-start;
        padding-left: 0px;
        padding-right: 20px;
        padding-top: 10px;
    }
    .text-left {
        text-align: left !important;
    }
    input[type=checkbox] {
        display: none;
    }
    .checkbox-input {
        margin-right: 8px;
        margin-top: 5px;
    }
    input[type=checkbox]+label {
        display: block;
        cursor: pointer;
        display: flex;
        color: #868991;
        font-size: 12px;
        font-weight: 400;
        font-family: 'Inter';
        opacity: 1;
        padding-bottom: 0px !important;
    }
    
    .checkbox-green input[type="checkbox"]+label::before {
        border-color: #27A251;
        border-radius: 2px;
        background-color: #27A251;
    }
    input[type=checkbox]+label:before {
        content: url(https://cdn.dotpe.in/cfe/image/img-check-mark-wh.svg);
        border-radius: 2px;
        width: 18px;
        height: 18px;
        color: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3px;
        margin-right: 8px;
        font-size: 12px;
        color: #ffffff;
        padding: 1px 2.5px 0;
    }
    button#rista-request-button-submit {
        width: 100%;
        background: #3C69FF;
        color: #fff;
        border-radius: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 28px;
        height: 56px;
        border: 1px solid #3C69FF;
        font-weight: 700;
        font-family: 'Inter';
        margin-bottom: 0px;
        cursor: pointer;
        font-size: 16px;
    }
    #form-success {
        font-size: 20px;
        /* padding-bottom: 20px; */
        color: green;
        text-align: center;
        font-weight: bold;
    }
    #success-popup {
        color: #070E1D;
        position: fixed;
        left: 50%;
        display: none;
        width: auto;
        margin-top: 0;
        height: 225px !important;
        position: fixed;
        top: 34%;
        left: 0;
        width: 100vw;
        z-index: 500;
        height: 100%;
    }
    .checkbox.row.checkbox-square.checkbox-green.conset-div.text-left{
        display: flex;
    }
    .donate-now label:hover {
        background: #fff;
    }
    form input.form-control:focus-visible {
        outline: none;
    }
    .mobile-demo-new-list{
        display: none;
    }
    .donate-now{
        display: block;
    }
    .donate-now input[type="radio"]:checked+label,
.Checked+label {
    background: #fff;
    color: #3C69FF !important;
    border: 1px solid #3C69FF;
}
ul.donate-now li input[type="radio"]:checked {
    background: #3C69FF;
}
ul.donate-now li input[type="radio"]:checked:focus {
    background: #3C69FF !important;
    color: #fff !important;
}
ul.donate-now li:after {
    display: block;
    content: '';
    clear: both;
}
.central-command-image img {
    width: 82%;
    display: block;
}
.central-command-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-row {
    display: flex;
    width: 1016px;
    margin: auto;
    background: #f2f2f2;
    border-radius: 29px;
    justify-content: center;
    align-items: center;
}
.central-command-detail-wrap {
    display: flex;
    width: 1016px;
    /* align-items: center; */
    justify-content: center;
}
.central-detail-text-wrap .container {
    display: block;
    max-width: 1140px;
    margin: auto;
}
.central-detail-text-wrap .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.central-command-text h3 {
    margin: 0;
    font-size: 32px;
    line-height: 42px;
    font-family: 'Inter';
    font-weight: bold;
    display: block;
}
.central-command-text {
    width: 76%;
}
.central-detail-text-wrap {
    padding-top: 50px;
}
.central-command-text a, .powerful-marketing-headd a, .table-management-headd a, .reporting-analytics-headd a, .advanced-inventory-headd a, .integration-central-text a{
    text-decoration: none;
    padding-top: 15px;
    display: inline-block;
    clear: both;
    color: #3C69FF;
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 600;
}
/* .central-command-text a:after, .powerful-marketing-headd a:after, .table-management-headd a:after, .reporting-analytics-headd a:after, .advanced-inventory-headd a:after, .integration-central-text a:after  {
    content: '\2192';
    color: #3C69FF;
    font-size: 35px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
} */
.integration-central-text {
    width: 80%;
    padding: 0px 0px 0px 50px;
}
.integration-central-text p {
    font-size: 20px;
    font-family: 'Inter';
    line-height: 30px;
    color: #696666;
    font-weight: 500;
    margin: 0;
}
.rista-list-common-part {
    padding-top: 70px;
}
.rista-list-common-part .container {
    max-width: 1140px;
    display: block;
    margin: auto;
}
.rista-list-common-part .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 120px;
}
.powerful-marketing-list, .table-management-list, .reporting-analytics-list, .advanced-inventory-list {
    display: flex;
    flex-direction: row;
    width: 1016px;
    align-items: center;
    justify-content: center;
}
.powerful-marketing-headd, .reporting-analytics-headd {
    display: inline-flex;
    flex-direction: column;
    width: 50%;
    padding: 0px 64px 0px 0px;
}
.table-management-headd, .advanced-inventory-headd{
    display: inline-flex;
    flex-direction: column;
    width: 50%;
    padding: 0px 0px 0px 64px;
}
.powerful-marketing-image, .table-management-image, .reporting-analytics-image, .advanced-inventory-image {
    width: 50%;
    display: inline-flex;
}
.powerful-marketing-image img, .table-management-image img, .reporting-analytics-image img, .advanced-inventory-image img{
    width: 100%;
    display: block;
}
.powerful-marketing-headd h3, .table-management-headd h3, .reporting-analytics-headd h3, .advanced-inventory-headd h3 {
    font-size: 32px;
    font-family: 'Inter';
    color: #000;
    font-weight: 700;
    line-height: 42px;
    margin: 0;
}
.powerful-marketing-headd p, .table-management-headd p, .reporting-analytics-headd p, .advanced-inventory-headd p{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Inter';
    color: #696666;
    margin: 0;
    padding: 24px 0px 0px;
}
.logo-design-fixed img {
    width: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.request-demo-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.integration-central-text a{
    display: none;
}
.header-fixed-detail{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.header-mobile-fixed{
    display: none;
}
.central-mobile-image-detail{
    display: none;
}
.central-mobile-image-detail img {
    width: 100%;
    border-radius: 24px;
}
.top-part-mobile-area {
    display: none;
}
.dotpe-top-logo-design img {
    width: 120px;
    display: block;
    height: auto;
}
.dotpe-top-logo-design {
    position: absolute;
    top: 24px;
    padding-left: 124px;
    display: block;
}
a.form-design-pos {
    display: flex;
    align-items: center;
    cursor: pointer;
}
a.form-design-pos img {
    margin-left: 20px;
    width: 30px;
    height: auto;
    display: block;
    align-items: center;
    justify-content: center;
}
.staff-experience-detail h2 br {
    display: none;
}
.row-design-advantage a.form-design-pos, .logo-desk-image-part a.form-design-pos{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3C69FF;
    font-family: 'Inter';
    padding-top: 56px;
    font-size: 24px;
    font-weight: 600;
}
.logo-desk-image-part {
    display: flex;
    width: 1016px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 100px;
}
.logo-image-both .row{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-logo-image-part {
    display: none;
}
.logo-desk-image-part img {
    display: block;
    width: 100%;
}
.logo-image-both .container {
    max-width: 1140px;
    display: block;
    margin: auto;
}

@media only screen and (min-width: 300px) and (max-width: 1024px){
    .logo-desk-image-part {
        display: none;
    }
    .mobile-logo-image-part {
        display: flex;
        flex-direction: column;
    }
    .sticky-header.demo.fixed{
        bottom: 0;
        height: 80px !important;
        top: auto;
        box-shadow: 0px -3px 6px #00000014;
    }
    .mobile-logo-image-part img {
        width: 100%;
        display: block;
        padding-bottom: 40px;
    }
    .mobile-logo-image-part a#form-show {
        padding-bottom: 90px;
        display: flex;
        color: #3C69FF;
        justify-content: center;
        font-size: 16px;
        font-family: 'Inter';
        font-weight: 600;
        align-items: center;
    }
    a.form-design-pos img {
        margin-left: 20px;
        width: 30px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 0;
    }
    .logo-image-both .container{
    max-width: 100%;
    display: flex;
    margin: auto;
    padding: 0px 20px;

    }
    
    .the-rista-advantage-head p br{
        display: block;
    }
    .staff-experience-detail h2 br{
        display: block;
    }
    .central-detail-text-wrap {
        padding-top: 20px;
    }
    
    .mobile-dotpe-top-logo-image {
        position: absolute;
        top: 20px;
        left: auto;
        /* transform: translate(10px, 10px); */
        display: block;
        box-sizing: border-box;   
    }   
    .mobile-top-logo {
        display: block;
        padding-left: 20px;
    }
    .mobile-dotpe-top-logo-image img {
        width: 112px;
        height: auto;
        display: block;
    }
    .top-part-mobile-area {
        display: block;
    }
    .mobile-simple-power {
        position: relative;
        display: block;
    }
    .top-part-mobile-area .row {
        display: block;
        width: 100%;
    }
    .mobile-simple-pwer-image img {
        width: 100%;
        display: block;
    }
    .mobile-simple-text-area {
        position: static;
    padding-top: 252px;
        color: #fff;
    }
    .mobile-simple-text-area h1 {
        margin: 0;
        text-align: center;
        font-size: 34px;
        line-height: 38px;
        font-weight: bold;
        color: #fff;
        font-family: 'Inter';
        text-shadow: 0px 3px 6px #0000003c;
    }
    .mobile-simple-text-area p {
        text-align: center;
        opacity: 70%;
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        display: block;
        margin: auto;
        padding: 30px;
        padding: 24px 60px 52px 60px;
    font-family: 'Inter';
    font-weight: 500;
    }
    .mobile-simple-text-area a#form-show {
        width: 312px;
        display: flex;
        margin: auto;
        text-align: center;
        align-items: center;
        justify-content: center;
        background: #3C69FF;
        height: 54px;
        font-size: 16px;
        border-radius: 27px;
        font-weight: bold;
        font-family: 'Inter';
        box-shadow: 0px 3px 6px #00000029;
    }
    p#restaurant-error {
        position: absolute;
        bottom: -18px;
        color: #ff0000;
        font-family: 'Inter';
        font-size: 12px;
    }
    .central-command-image{
        display: none;
    }
    .central-mobile-image-detail{
        display: flex;
    }
    .header-fixed-detail{
        display: none;
    }
    .header-mobile-fixed{
        display: flex;
    }
    .integration-central-text a{
        display: block;
        text-align: center;
        font-size: 16px;
        padding-top: 0px;
    }
    .integration-central-text a:after{
        font-size: 26px;
    }
    .central-command-text a{
        display: none;
    }
    
    *{
        box-sizing: border-box;
    }
    .sticky-header.demo.fixed span.connect-text{
        text-align: left !important;
        width: 44%;
        padding: 0px;
    }
    .sticky-header.demo.fixed{
        padding: 0px 16px;
    }
    .point-sale-design-part {
        display: none;
    }
    .increase-effiency-part .container{
        max-width: 100%;
        display: flex;
        margin: auto;
        flex-direction: column;
        padding: 0px 20px;
    }
    .staff-experience-detail h2{
        font-size: 28px;
        line-height: 34px;
        font-weight: 700;
        padding-bottom: 16px;
        width: 100%;
    }
    .increase-effiency-part{
        padding: 45px 0px 90px 0px;
    }

   .rista-advantage-content-part .container {
        width: 100%;
        display: flex;
        margin: auto;
        flex-direction: column;
        box-sizing: border-box;
        padding: 0px 20px;
        max-width: 100%;
    }
    .enable-business-transactions .container {
        display: flex;
        flex-direction: column;
        margin: 0px 20px;
    }
    .the-rista-advantage-head p{
        font-size: 15px;
        width: 100%;
        line-height: 24px;
        padding-top: 16px;
    }
    .the-rista-advantage-head h2{
        font-size: 28px;
        display: inline-block;
        line-height: 29px;
    }
    .enable-business-head h2{
        font-size: 28px;
        line-height: 34px;
        width: 100%;
    }
    .staff-experience-detail p{
        font-size: 15px;
        line-height: 22px;
        width: 100%;
        font-weight: 500;
    }
  
    .central-command-part {
        display: block;
        width: 100%;
        margin: auto;
        /* box-sizing: border-box; */
    }
    .central-command-part .container{
        display: block;
        width: 100%;
        margin: auto;
        padding: 0px 20px;
    }
    .powerful-manage-part .container{
        display: block;
        width: 100%;
        margin: auto;
    }
    .central-command-part .row{
        display: flex;
        flex-direction: row;
        margin: 0px 20px;
    }
    .central-command-detail-wrap{
        width: 100%;
        /* box-sizing: border-box; */
        flex-direction: column;
    }
    .central-command-text{
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0px 0px 16px 0px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
   
    .rista-advantage-content-part{
        width: 100%;
        padding-top: 10px;
    }
    .rista-advantage-list {
        display: block;
        width: 100%;
        margin: auto;
    }
    .enable-business-transactions{
        display: block;
        width: 100%;
    }
    .rista-advantage-list ul.advantage-list-detail li h4{
        font-size: 14px;
        padding-top: 12px;
        padding-bottom: 6px;
    }
    .rista-advantage-list ul.advantage-list-detail li p{
        font-size: 13px;
        color: #000;
        opacity: 52%;
        font-weight: 500;
    }
    .powerful-reporting-head-part h3 {
        padding-top: 40px;
    }
    /* .swiper-container{
        margin-bottom: 30px;
    } */
    /*Pop up design css mobile*/
    ul.mobile-demo-new-list input[type="radio"]:checked+label,
    .Checked+label {
        background: #fff;
        color: #3C69FF !important;
        border: 1px solid #3C69FF;
    }
    ul.mobile-demo-new-list li input[type="radio"]:checked {
        background: #3C69FF;
    }
    ul.mobile-demo-new-list li input[type="radio"]:checked:focus {
        background: #3C69FF !important;
        color: #fff !important;
    }
    .mobile-demo-new-list{
        display: block;
    }
    .donate-now{
        display: none !important;
    }
    .mobile-demo-new-list {
        display: block;
        list-style-type: none;
        margin: 10px 0 0 0;
        padding: 0;
        box-sizing: border-box;
        width: 100%;
    }
    .mobile-demo-new-list li {
        margin: 0 5px 0 0;
        height: 48px;
        display: inline-flex;
        align-items: center;
        text-align: center;
        letter-spacing: -0.5px;
    }
    .mobile-demo-new-list input[type="radio"] {
        opacity: 0.01;
        z-index: 100;
        display: none;
    }
    .mobile-demo-new-list label {
        border: 1px solid #CCC;
        cursor: pointer;
        z-index: 90;
        height: 38px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        padding: 0px 12px;
        color: #797979;
        font-size: 14px;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
    }
    #section_demo_form,
    #success-popup {
      /* background: #ffffff; */
      color: #070E1D;
      /* margin-bottom: 32px; */
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100vw;
      z-index: 500;
      height: 100%;
      display: none;
    }
    
    #success-popup {
      z-index: 1000;
      background: white;
      height: 340px !important;
      border: 0px solid #CECECE;
      border-radius: 6px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      transform: none;
      left: auto !important;
      top: auto !important;
    }
    
    .success-msg-display>img {
      width: 78px;
      height: 66px;
      margin-bottom: 20px;
      margin-top: 8px;
    }
    
    .success-msg-display>p:nth-child(2) {
      font-size: 20px;
      color: #33B961;
      font-weight: bold;
      margin-bottom: 5px;
    }
    .form-main-wrapper {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 24px;
        border: 1px solid #CECECE;
        border-radius: 12px;
        position: fixed;
        bottom: 0;
        left: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background: #ffffff;
        overflow-y: scroll;
        height: 90vh !important;
        box-sizing: border-box;
        width: 100% !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        padding-bottom: 0px;
        height: 460px !important;
    }
    .div-parent{
        width: 100%;
    }
    .donate-now label {
        border: 1px solid #CCC;
        cursor: pointer;
        z-index: 90;
        height: 38px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        padding: 0px 12px;
        color: #797979;
        font-size: 14px;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
    }
    .donate-now li {
        margin: 0 5px 0 0;
        height: 48px;
        display: inline-flex;
        align-items: center;
        text-align: center;
        letter-spacing: -0.5px;
    }
    .success-msg-display{
        background: #fff;
        z-index: 500;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #fff;
       z-index: 500;
       height: 330px;
       display: flex;
       flex-direction: column;
       align-items: center;
       justify-content: center;
       top: 50%;
       left: 50%;
       position: absolute;
       transform: translate(-50%, -50%);
       width: 100%;
       border-top-left-radius: 12px;
       border-top-right-radius: 12px;
    }
    .form-group {
        padding: 0px 16px;
    }
    input[type=checkbox]+label{
        padding: 0px 20px;
        line-height: 24px;
    }
    .image-row{
        width: 100%;
    }
    .central-detail-text-wrap .container{
        max-width: 100%;
        padding: 0px 20px;
    }
    .integration-central-text{
        width: 100%;
        padding: 0px 0px;
    }
    .integration-central-text p{
        text-align: center;
    }
    .rista-list-common-part .container{
        max-width: 100%;
        padding: 0px 20px;
    }
    .rista-list-common-part .row{
        flex-direction: column;
        padding-bottom: 70px;
    }
    .powerful-marketing-list, .table-management-list, .reporting-analytics-list, .advanced-inventory-list{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .reporting-analytics-headd{
        order: 2;
        width: 100%;
        padding: 24px 0px 0px 0px;
        text-align: center;
    }
    .powerful-marketing-headd{
        order: 2;
        width: 100%;
        padding: 16px 0px 0px 0px;
        text-align: center;
    }
    .button-design {
        display: block;
        box-sizing: border-box;
        width: 100%;
        padding: 0px 20px;
    }
    
    .powerful-marketing-image, .table-management-image, .reporting-analytics-image, .advanced-inventory-image{
        width: 100%;
    }
    .table-management-headd, .advanced-inventory-headd{
        width: 100%;
        padding: 20px 0px 0px 0px;
        text-align: center;
    }
    ul.advantage-list-detail{
        display: flex;
        flex-wrap: wrap;
    }
    .rista-advantage-list ul.advantage-list-detail li{
        display: inline-flex;
        width: 50%;
        padding: 0px 10px 30px 10px;
        text-align: center;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    ul.advantage-list-detail li img{
        width: 68px;
        height: 68px;
    }
    .central-command-text h3{
        font-size: 22px;
        line-height: 28px;
    }
    .integration-central-text p{
        line-height: 22px;
        font-size: 15px;
        color: #909090;
        font-weight: 500;
        padding-bottom: 16px;
    }
    .powerful-marketing-headd h3, .table-management-headd h3, .reporting-analytics-headd h3, .advanced-inventory-headd h3{
        font-size: 22px;
        line-height: 28px;
    }
    .central-command-text a, .powerful-marketing-headd a, .table-management-headd a, .reporting-analytics-headd a, .advanced-inventory-headd a{
        font-size: 16px;
        }
    .central-command-text a:after, .powerful-marketing-headd a:after, .table-management-headd a:after, .reporting-analytics-headd a:after, .advanced-inventory-headd a:after{
        font-size: 26px;
    }
    .powerful-marketing-headd p, .table-management-headd p, .reporting-analytics-headd p, .advanced-inventory-headd p{
        font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Inter';
    color: #909090;
    margin: 0;
    padding: 20px 0px 16px;
    }
    a.dotpe-pos {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    a.dotpe-pos img {
        margin-left: 15px;
        width: 30px;
    }
    a.form-design-pos{
        justify-content: center;
        padding-top: 0px;
    }
    .form-group-header{
        padding-bottom: 15px;
    }
    button#rista-request-button-submit{
        position: fixed;
        bottom: 0;
        width: 90%;
        box-sizing: border-box;
        display: flex;
        left: auto;
        margin-bottom: 20px;
    }
    .row-design-advantage a.form-design-pos {
        font-size: 16px;
        font-family: 'Inter';
        color: #3C69FF;
        font-weight: bold;
        padding-top: 10px;
    }
    .sticky-header.demo.fixed .CTA-button-width{
        height: 48px;
    }
 
}
/* @media only screen and (min-height: 720px) and (max-height: 850px){
    .form-main-wrapper{
        height: 690px !important;
    }
}
@media only screen and (min-height: 640px) and (max-height: 720px){
    .form-main-wrapper{
        overflow-y: scroll !important;
        height: 95% !important;
    }
    input[type=checkbox]+label{
        padding: 0px 0px 105px 20px !important;
        line-height: 20px;
    }
    .error-msg-shown {
        margin-bottom: 10px;
    }
} */
/* @media only screen and (min-width: 1200px){
    input[type=checkbox]+label{
        padding: 0px 0px 05px 20px !important;
        line-height: 20px;
    } 
    .form-main-wrapper{
        height: 320px !important;
    }
} */
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .form-main-wrapper{
        height: 402px !important;
    }
}