body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: #F9F9F9;
    font-family: 'Nunito';
  
  }
  
  
  html {
    scroll-behavior: smooth;
  }
  
  .features-main{
    width: 100% !important;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
  }
  
  .btn {
    color: #ffffff;
    padding: 0.8rem;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 400;
    display: block;
    width: 100%;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
  }
  
  .btn:hover {
    background-color: rgba(255, 255, 255, 0.12);
  }
  
  .cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .cards_item {
    display: flex;
    padding: 1rem;
    /* height: 100%; */
  }
  
  @media (min-width: 40rem) {
    .cards_item {
      width: 50%;
    }
  }
  
  @media (min-width: 56rem) {
    .cards_item {
      width: 33.3333%;
    }
  }
  .card-nono{border: 0px solid #EEEEEE;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0);}
  
  .card {
    background-color: white;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  
  .card_content {
    padding: 1rem;
    /* background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%); */
  }
  
  .card_title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1px;
  
    margin: 0px;
  }
  
  .card_text {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;    
    font-weight: 400;
  }
  
  .wrapper {
    width: 100%;
    margin: 20px auto;
  }
  
  .cards_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  
  .cards_wrap .card_item {
    width: 25%;
    padding: 10px;
  }
  
  .cards_wrap .card_inner {
    background: #fff;
  }
  /* 
  .cards_wrap .card_top {
    width: 100%;
    min-height: 225px;
    padding: 10px;
    padding-bottom: 0;
  } */
  
  .cards_wrap .card_bottom {
    padding: 15px;
  }
  
  .cards_wrap .card_bottom .card_category {
    text-transform: uppercase;
    text-align: center;
  }
  
  /* .cards_wrap .card_bottom .card_info {
    padding: 15px;
    margin: 10px 0;
    border: 1px dashed #0071bc;
  } */
  
  .cards_wrap .card_bottom .card_info .title {
    color: #0071bc;
    font-size: 18px;
    margin-bottom: 5px;
  }
  
  
  @media (max-width: 1024px) {
    .cards_wrap .card_item {
      width: 33.3%;
    }
  }
  
  @media (max-width: 768px) {
    .cards_wrap .card_item {
      width: 50%;
    }
  }
  
  @media (max-width: 528px) {
    .cards_wrap .card_top {
      height: auto;
    }
    .cards_wrap .card_item {
      width: 100%;
    }
  }
  
  .cards{
   
  }
  
  
  .wrapper1 {
    display: grid;
    grid-template-columns: minmax(250px, 300px);
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
  }
  
  .step_4 {
    background-color: #FFFFFF;
    box-shadow: 0rem 0.125rem 0.5rem 0rem var(--light-gray);
    text-align: center;
    /* border-radius: 1rem; */
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
  border-radius: 8px;
  
  }
  
  .name {
    font-size: 1.5rem;
  }
  
  .pt-60{
   padding-top: 60px !important ;}
   .pb-30{
    padding-top: 30px !important;}
  .Round_done {
    width: 24px;
  }
  @media screen and (min-width: 650px) {
    .wrapper1 {
         grid-template-columns: repeat(2, minmax(250px, 300px));
    }
  }
  
  @media screen and (min-width: 960px) {
    .wrapper1 {
         grid-template-columns: repeat(3, minmax(250px, 300px));
    }
  }
  
  @media screen and (min-width: 1200px) {
    .wrapper1 {
         grid-template-columns: repeat(4, minmax(250px, 300px));
    }
  }
  
  @media screen and (min-width: 1400px) {
    .wrapper1 {
         grid-template-columns: repeat(4, minmax(250px, 300px));
    }
  }
  
  nav {
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    font-family: 'Montserrat', sans-serif;
   
    /* background-color: #3e65da; */
    background-color: #fff;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.12);
  }
  .nav-container{
    /* height: 100px; */
    height: 60px;}
  
  nav .logo {
    float: left;
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #fff;
  }
  
  /* .logo img {
    width: 133px;
    height: 38px;
  } */
  
  nav .links {
    float: right;
    padding: 0;
    margin: 0;
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    
  }
  
  nav .links li {
    list-style: none;
    
     
  }
  .sub_btn:hover{
      background:#242424;
  }
  .Schedule_demo_btn:hover{
      background:#fff1f0;
      color:#ab2421;
  }
  .product_txt a:hover{
      color:#fff1f0;
      text-decoration: none;
  }
  .form-control:focus {
      color: #495057;
      background-color: #fff;
      border-color: #FF9D93;
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgb(227 88 74 / 12%);
  }
  .placeholder-hidden {
    color: #f2f2f2;
  }
  
  option:not(:first-of-type) {
    color: #4c4c4c;
  } 
  
  nav .links a {
    display: block;
    /* padding: 1em; */
    font-size: 16px;
    font-weight: 500;
    /* color: #fff; */
    color: #242424;
     padding: 8px 12px;
     border-radius: 8px;
    text-decoration: none;
  }
  
  #nav-toggle {
    position: absolute;
    top: -100px;
  }
  
  nav .icon-burger {
    display: none;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
  
  nav .icon-burger .line {
    width: 30px;
    height: 3px;
    /* background-color: #fff; */
    background-color: #4c4c4c;
    margin: 7px;
    border-radius: 3px;
    transition: all .3s ease-in-out;
  }
  .prl-12{
    padding: 0 12px;
  }
  .card-height-100{
    height: 100%;
    border-radius: 8px;
  
  }
  .mtb-10 {
    margin: 10px 0px;
  }
  .mtb-12{
    margin: 12px 0px;
  }
  .hero-section{
    padding: 160px 0px 80px 0px;
    display: flex;
      align-items: center;
  }
  .advantage-section{
    height: 100vh;
    display: flex;
      align-items: center;
  }
  @media screen and (min-width: 1024px) {
    .hero-section{
      height: 100%;
      padding: 180px 0px;}
    
      .advantage-section{
        height: auto;
        padding: 180px 0px 60px 0px;}
      
      
      
  } 
  
  
  
    
     
  
  @media screen and (max-width: 768px) {
    nav .logo {
      /* float: none; */
      width: auto;
      justify-content: center;
    }
    
    nav .links {
      /* float: none; */
      position: fixed;
      z-index: 9;
      left: 0;
      right: 0;
      /* top: 100px; */
      top: 60px;
      bottom: 100%;
      width: auto;
      height: auto;
      flex-direction: column;
      justify-content: space-evenly;
      /* background-color: rgba(0, 0, 0, .8); */
      overflow: hidden;
      box-sizing: border-box;
      color: #4c4c4c !important;
      background-color: #ffffff;
      transition: all .5s ease-in-out;
    }
  
    nav .links a {
      /* font-size: 20px; */
      color: #4c4c4c;
    }
  
    nav :checked~.links {
      bottom: 0;
    }
  
    nav .icon-burger {
      display: block;
    }
  
    nav :checked~.icon-burger .line:nth-child(1) {
      transform: translateY(10px) rotate(225deg);
    }
  
    nav :checked~.icon-burger .line:nth-child(3) {
      transform: translateY(-10px) rotate(-225deg);
    }
  
    nav :checked~.icon-burger .line:nth-child(2) {
      opacity: 0;
    }
  }
  .media-hero{
    align-items: center;
    flex-direction: column;
    align-content: center;
  }
  .manage_resto {
  
    font-size: 48px;
    font-style: normal;
    font-weight: bold;
    line-height: 65px;
    color:#4c4c4c;
    /* margin-left: 45px; */
    letter-spacing: 0.25px;
    text-align: left;
  }
  .media_manage_resto {
  
    font-size: 48px;
    font-style: normal;
    font-weight: bold;
    line-height: 65px;
    color:#4c4c4c;
    /* margin-left: 45px; */
    letter-spacing: 0.25px;
    text-align: center;
  }
  
  .e-way {
    color: #AB2421;
    font-size: 48px;
    font-style: normal;
    font-weight: bold;
    line-height: 65px;
    letter-spacing: 0.25px;
  
  }
  
  .desk_img {
    width: 100%;
    
  }
  
  .done_all {
    color: #47946D;
    vertical-align: middle;
  
  }
  
  .done_circle {
    width: 10px;
    height: 15px;
    /* padding: 6px; */
    border-radius: 50%;
    font-size: 17px;
    font-style: normal;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    padding: 5px 10px 5px 10px;
    background: #AB2421;
  }
  
  .e_txt {
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
    color: #4C4C4C;
  }
  .margin-txt-features{
      margin: 0 16%;}
  .switch_txt {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 1px;
    text-align: left;
    color: #4c4c4c;
  }
  
  .view_features {
   
    color: #FFFFFF;
    border-radius: 8px;
    padding: 8px 24px 8px 24px;
    border: 1px solid #AB2421;
    background-color: #AB2421;
    box-shadow: 0px 2px 8px rgba(171, 36, 33, 0.12);
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  
  color: #FFFFFF;
  }
  
  .Login_button {
   
    color: #FFFFFF;
    border-radius: 4px;
    padding: 8px 16px 8px 16px !important;
    border: 1px solid #AB2421;
    background-color: #AB2421;
  
  
   
  
  line-height: 20px;
  text-align: center;
  letter-spacing: 1.25px;
  
  
  color: #FFFFFF !important;
  }
  .view_features:focus {
    outline: none;
  }
  
  .amazing_top {
  
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.15px;
    text-align: center;
    color: #4C4C4C;
  }
  
  .border_bottom {
    border-bottom: 5px solid #AB2421;
    width: 130px;
    margin: auto;
  }
  
  .border_bottom1 {
    border-bottom: 5px solid #AB2421;
    width: 130px;
    margin-left: 15%;
  
  }
  .border_bottom-digital_menu {
    border-bottom: 5px solid #AB2421;
    width: 130px;
    margin-left: 6%;
  }
  .border_bottom-order{
    border-bottom: 5px solid #AB2421;
    width: 130px;
    margin-left: 18%;
  }
  .border_bottom-billing{
    border-bottom: 5px solid #AB2421;
    width: 130px;
    margin-left: 7%;
  }
  
  .border_bottom-report{
    border-bottom: 5px solid #AB2421;
    width: 130px;
    margin-left: 17%;
  }
  .border_bottom-about{
    border-bottom: 5px solid #AB2421;
    width: 130px;
    margin-left: 2%;
  }
  .border_bottom-staff{
    border-bottom: 5px solid #AB2421;
    width: 130px;
    margin-left: 17%;
  }
  .border_bottom-owner{
    border-bottom: 5px solid #AB2421;
    width: 130px;
    margin-left: 17%;
  }
  
  
  
  
  
  .amazing_txt {
       font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 1px;
  
    color: #787878;
    text-align: center;
  }
  
  .amazing_txt {
    /* color: #F9F9F9; */
  }
  
  .menu_title {
      font-size: 18px; 
      font-style: normal;
      font-weight: 600;
      /* line-height: 25px; */
      letter-spacing: 0.1px;
      text-align: left;
      color: #000000;
      /* padding: 8px 15px 0px 15px; */
      /* padding: 8px 15px 0px 0px; */
      margin-top: 0px;
      /* margin-bottom: 0px !important;*/
  
  }
  
  .menu_txt {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;
    color: #787878;
    /* padding: 12px 15px 15px 15px; */
    padding: 8px 15px 0px 0px;
  
  }
  
  .dynamic_menu {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0.1px;
    text-align: left;
    color: #4C4C4C;
  
  }
  
  .dynamic_txt {
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
    color: #4C4C4C;
  }
  
  .icon_txt {
  
  
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #4C4C4C;
    /* vertical-align: top; */
  
  }
  .w-70{
    width:70%
  }
  
  .app_icon {
    color: #AB2421;
  }
  .media-threeline{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  
  .small_menu img {
    /* Width: 426px;
    Height: 438px; */
    width: 90%;
  }
  .shadow-contact{
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 0px
  }
  .contact-left-side{
    background: #ab2421;
      border-radius: 8px 0px 0px 8px;
  
  }
  .contact-right-side{
    border-radius: 0px 8px 8px 0px;
  }
  
  
  
  .how_work {
  
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0.1px;
    text-align: center;
    color: #4C4C4C;
  
  }
  .pl-64{
    padding-left: 64px;
  }
  .card_step {
  
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0.25px;
    text-align: center;
    color: #4C4C4C;
    padding-bottom: 8px;
  }
  
  .card_register {
  
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    color: #AB2421;
  
  }
  .section-class-padding
    {padding: 30px 0px 60px 0px;
    }
    .section-class-padding-lg
    {padding: 60px 0px 60px 0px;
    }
  .product_txt,
  .product_txt a {
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
    color: #f0f0f0;
  }
  .edia-hero{flex-direction: column;
    justify-content: center;
    align-items: center;}
  
  .product_top {
  
  font-size: 20px; 
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
    color: #FFFFFF;
  
  }
  .icon-size-contact{
    font-size:24px !important;
  }
  
  .contact_location {
    text-align: left;
  
  }
  
  .contact_location,
  .contact_location span {
    vertical-align: middle;
    color: #f0f0f0;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1px;
    text-align: left;
  
  
  }
  
  .sol_txt {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
    color: #F0F0F0;
  }
  
  .copy_right a {
    color: #4C4C4C;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1px;
    text-align: center;
  }
  #contact-form .form-control
  {
    padding: 0.65rem 0.75rem !important;
  }
  .select.form-control:before{
      color:#919191 !important;
      
  }
  
  .sub_btn {
  
   
    top: 0px;
    text-align: center;
    border-radius: 8px;
    background: #4C4C4C;
    vertical-align: top;
    color: #FFFFFF;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    padding: 0.65rem 3rem;
  
  }
  .sub_btn:focus {
    outline: none;
  }
  
  .items_qr {
    
    /* background-color: #AB2421; */
  }
  
  .features_icons {
    background-color: #AB2421;
    padding: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
  
  }
  
  .items_review {
    background-color: #AB2421;
    padding: 10px;
    /* margin: 15px; */
    margin: 50px 50px 30px 50px;
    border-radius: 8px;
  }
  
  /* .items_review img {
    width: 100px;
    height: 100px;
    text-align: center;
  } */
  .register_img {
    display: block;
    margin: 20px auto;
    width: 50%;
  }
  
  
  .coontect {
    background-color: #AB2421;
  }
  
  .get_started {
  
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 16px;
    padding-top: 20px;
  
  }
  
  .coontect img {
    /* text-align: center; */
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  
  .lets_start {
    border: 1px solid #FFFFFF;
    /* margin: 0px 15%; */
    border-radius: 8px;
    box-shadow: 0px 8px 20px 0px #00000040;
  
  }
  
  .manage_e {
    background-color: #AB2421;
    color: #FFFFFF;
    width: 30px;
    height: 30px;
    padding: 0px 5px 0px 10px;
    font-size: 42px;
    border-radius: 50%;
  }
  
  @media screen and (max-width: 600px) {
    .media-reverse{
      flex-direction: column-reverse;
    }
    .border_bottom{
  
  margin: auto;
   
   
  }
    .margin-txt-features{
      margin: 0 0%;}
    .footer-border{
      border-radius: 24px 24px 0px 0px !important;
      background: #ab2421;
    }
    .amazing_top {
      text-align: center;
      font-size: 24px;
    }
    .section-class-padding
    {padding: 16px 0px 30px 0px;
    }
    .section-class-padding-lg
    {padding: 30px 0px 30px 0px;
    }
    .round_red{
     width: 40px !important;
     height: 40px !important;}
    .media-mtb-3{
      margin: 40px 0px;
    }
    .shadow-contact{
      box-shadow: none;
    border-radius: 8px;
    padding: 0px
    }
    .contact-left-side{
      border-radius: 8px 8px 0px 0px;
      display: flex;
      align-items: center;
    }
    .contact-right-side {
      border-radius: 0px 0px 8px 8px;
  }
     .l-heading-round {
  
      font-size: 2.5rem !important;
   
    }
    .small_menu img{
      width: 100%;
    }
    
  
    .border_bottom {
      border-bottom: 3px solid #AB2421;
      margin: auto;
      
    }
  
    .amazing_txt {
      text-align: center;
      color: #787878;
    }
  
    .mtb-10 {
      margin: 10px 0px;
    }
  
    .dynamic_menu {
      font-size: 24px;
      text-align: center;
      line-height:32px;
    }
  
    .border_bottom3 {
      border-bottom: 3px solid #AB2421;
  margin: auto;
      width: 100px;
      margin-top: -10px;
    }
  
    /* .view_features {
      margin-left: 20%;
    } */
    .border_bottom1 {
      border-bottom: 3px solid #AB2421;
  margin: auto;
      width: 100px;
      margin-top: -10px;
  
    }
    .mt-md-3{
      margin-top: 2rem;
    }
  .mt-5{
    margin-top: 2rem !important;
  }
    .small_menu1 img {
      margin-top: 20px;
    }
  
    .how_work {
      font-size: 24px;
      text-align: center;
      margin-top: -35px;
    }
  
    .border_bottom2 {
      border-bottom: 3px solid #AB2421;
      margint: auto;
      width: 80px;
      margin-top: -10px;
    }
  
    .manage_resto {
      font-size: 32px;
      margin-left: 0%;
      margin-top: 0px;
  
    }
    
    .manage_e {
      font-size: 24px;
    }
  
    .switch_txt {
      text-align: center;
      padding: 0 15px;
    }
    .Adavantage_txt {
      text-align: center;
      padding: 0 15px;
    }
    .e-way {
      font-size: 32px;
      margin-top: 0px;
    }
    .media_manage_resto{
      padding-top: 2rem;
      font-size: 32px;
      font-style: normal;
      font-weight: bold;
      line-height: 40px;
      color: #4c4c4c;
      /* margin-left: 45px; */
      letter-spacing: 0.25px;
      text-align: center;
    }
    .sub_btn {
      width: 100%;
    }
    .mrem-1 {
      margin-top: 1rem !important;
    }
    .nmt-30 {
      margin-top: -30px;
    }
    .pmt-30 {
      margin-top: 0px;
    }
    .circle {
      font-size: 24px !important;
      padding: 0px ​2px 2px 8px !important;
    }
  }
  .circle {
      border-radius: 50%;
      width: 34px;
      height: 34px;
      /* padding: 10px; */
      background: #fff;
      /* border: 3px solid #000; */
  
      text-align: center;
   
      background-color: #AB2421;
    color: #FFFFFF;
     padding: 0px 5px 1px 12px;
    /* padding: 0px 5px 0px 10px; */
    font-size: 42px;
  
    }
    
  
    /*change*/
    .l-heading-round {
      font-family: 'Nunito', sans-serif !important;
      font-size: 3rem;
      text-align: left;
      font-weight: 600;
      margin-bottom: 0;
      line-height: 100%;    
      margin-bottom: 6px;
      vertical-align: middle;
    }
    .l-heading-round-small {
      font-family: 'Nunito', sans-serif !important;
      font-size: 20px;
      text-align: left;
      font-weight: 600;
      margin-bottom: 0;
      line-height: 100%;    
      margin-bottom: 2px;
      vertical-align: middle;
    }
  .text-round{
      font-size: 20px;
    }
   .round_red{
      display: inline-flex;
      border-radius: 50%;
     width: 48px;
     height: 48px;
      font-family: 'Nunito', sans-serif !important;
      background: #ab2421;
      color: #ffffff;
      text-align: center;
      line-height: 0;
      vertical-align: middle;
    
      align-content: center;
      align-items: center;
      justify-content: center;
    }
    .round_red_small{
      display: inline-flex;
      border-radius: 50%;
     width: 24px;
     height: 24px;
      font-family: 'Nunito', sans-serif !important;
      background: #ab2421;
      color: #ffffff;
      text-align: center;
      line-height: 0;
      vertical-align: middle;
      margin-right: 4px;
      align-content: center;
      align-items: center;
      justify-content: center;
    }
    .l-heading {
      font-family: 'Nunito', sans-serif !important;
      font-size: 4rem;
      text-align: left;
      font-weight: 600;
      margin-bottom: 0.75rem;
      line-height: 1.4;
    }
    @media (max-width: 767px) {
       .media-reverse{
      flex-direction: column-reverse;}
      .adavantage_resto_text_heading{
        text-align: center;
      }
      .mt-md-3{
        margin-top: 3rem;
      }
      .outlate_type{
        width: 50%;
      }
      .margin-txt-features{
      margin: 0 4%;}
       .white-logo-width{
        width:40% !important;
    }
    .footer-border{
      border-radius: 40px 40px 0px 0px !important;
      background: #ab2421;
    }
  }
    @media only screen and (max-width: 767px) {
     .Padding_pricing{
        padding: 24px 16px 24px 16px !important;
      }
      .hero-section{
        height: 100%;
        padding: 98px 0px;
      }
      .advantage-section{
        height: 100%;
        padding: 140px 0px 80px 0px;
      }
      .cards_item{
        padding: 0.5rem;
      }
      .section-class-padding
    {padding: 16px 0px 30px 0px;
    }
    .section-class-padding-lg
    {padding: 30px 0px 30px 0px;
    }
    .switch_txt {
      text-align: center;
      padding: 0 30px;
    }
    .Adavantage_txt {
      text-align: center;
      
    }
    .dynamic_menu {
      font-size: 24px;
      text-align: center;
    }
    .contact-left-side{
      border-radius: 8px 8px 0px 0px;
      display: flex;
      align-items: center;
    }
    .contact-right-side {
      border-radius: 0px 0px 8px 8px;
  }
  .border_bottom3 {
  
  margin: auto;}
  .border_bottom {
    margin: auto;
  }
  
  .border_bottom1 {
    margin: auto;
  
  }
  .border_bottom-digital_menu {
    margin: auto;
  }
  .border_bottom-staff {
    margin: auto;
  }.border_bottom-owner {
    margin: auto;
  }
  .border_bottom-order{
    margin: auto;
  }
  .border_bottom-billing{
    margin: auto;
  }
  
  .border_bottom-report{
    margin: auto;
  }
  .border_bottom-about{
  margin: auto;
  }
  
   
  }
  .border_bottom7 {
  border-bottom:3px solid #ab2421;
  margin: auto;
   
   
  }
  .border_bottom8 {
  
  margin: auto;
   
   
  }
  
  .mt-md-3{
    margin-top: 4rem;
  }
  /* .view_features {
    margin-left: 20%;
  } */
  .border_bottom1 {
   
  margin: auto;
   
  
  }
    
   
  
    @media only screen and (max-width: 900px)  {
      nav .logo {
        /* float: none; */
        width: auto;
        justify-content: center;
      }
        .prcing_heading {
        font-family: 'Nunito';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 33px;
       
    }
      .Padding_pricing{
        padding: 16px 24px 16px 24px !important;
      }
    .margin-txt-features{
      margin: 0 8%;}
      nav .links {
        /* float: none; */
        position: fixed;
        z-index: 9;
        left: 0;
        right: 0;
        /* top: 100px; */
        top: 60px;
        bottom: 100%;
        width: auto;
        height: auto;
        flex-direction: column;
        justify-content: space-evenly;
        /* background-color: rgba(0, 0, 0, .8); */
        overflow: hidden;
        box-sizing: border-box;
        color: #4c4c4c !important;
        background-color: #ffffff;
        transition: all .5s ease-in-out;
      }
    
      nav .links a {
        /* font-size: 20px; */
        color: #4c4c4c;
      }
    
      nav :checked~.links {
        bottom: 0;
      }
    
      nav .icon-burger {
        display: block;
      }
    
      nav :checked~.icon-burger .line:nth-child(1) {
        transform: translateY(10px) rotate(225deg);
      }
    
      nav :checked~.icon-burger .line:nth-child(3) {
        transform: translateY(-10px) rotate(-225deg);
      }
    
      nav :checked~.icon-burger .line:nth-child(2) {
        opacity: 0;
      }
    }
    /* pricing change*/
    .card-uper-pricing{
      display: flex;
      padding: 16px;
      background: #ab2421;
      flex-direction: column;
      align-items: center;
    }
    .year-pricing-text{
  
      font-family: Nunito;
      font-style: normal;
      font-weight: bold;
      font-size: 24px;
     letter-spacing: 1px;
      line-height: 33px;
      color: #FFFFFF;
    }
    .month-pricing-text{
      font-family: Nunito;
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      letter-spacing: 1px;
      margin-bottom: 0px;
      line-height: 20px;
      padding-bottom: 0px;
      color: #FFFFFF;
    }
    select.form-control:not([size]):not([multiple]) {
     height: inherit;
  }
    .pricing-title {
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 25px;
      letter-spacing: 1px;
      text-align: center;
      color: #4c4c4c;
      /* padding: 8px 15px 0px 15px; */
      /* padding: 8px 15px 0px 0px; */
      /* margin-top: -20px; */
      /* margin-bottom: 0px !important; */
  }
  .drop-shadow-pricing-box{
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.12);
  }
  .navbar-nav>.active>a {
    background-color: #ab2421;
    padding: 8px 12px;
    color: #fff;}
    @media screen and (max-width: 600px) {
      .media-width-100{
        width: 100% 
        ;
      }
    }
    .adavantage_resto_text_heading{
      text-align: center ;
    }
   /*  .links >.active>a {
      color : #ab2421;
   
        
    } */
      .links a:hover{
          
       font-weight: 500;
      color: #ab2421;
        
      }
      .about_txt{
  
  
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 23px;
        letter-spacing: 1px;
        text-align: left;
        color: #4C4C4C;
        /* vertical-align: top; */
      
      }
      .color-option{
          color:#495057;
      }
  /*Footer Change*/
   .Schedule_demo_btn{
   
        color: #4c4c4c;
        border-radius: 8px;
        padding: 12px 32px 12px 32px;
        border: 1px solid #fff;
        background-color: #ffffff;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
        text-transform: uppercase;
        font-weight: bold;
      }
      .footer-headings{  font-family: Nunito;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 33px;
        /* identical to box height */
        text-align: left;
        letter-spacing:1px;
        color: #FFFFFF;}
    .icon-line{
      display: flex;
      flex-direction: row;
    }
    .media-icon-image{
      margin-left: 12px;
      height: auto;
      max-width: 36px;
      vertical-align: middle;
    }
    .footer-border{
      border-radius: 80px 80px 0px 0px;
      background: #ab2421;
    }
    .footer-text-small{
      vertical-align: middle;
    color: #f0f0f0;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1px;
    text-align: left;
    }
    .white-logo-width{
        width:54%;
    }
  
  
  
  
    .step-box{
      width: 48px;
      height: 48px;
      background: #AB2421;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
    }
    .step_text_no{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    margin-bottom: 0px;
    }
    .step_heading_box {
   
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }
    .step_text_heading{
      font-family: 'Nunito';
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 25px;
      text-align: left;
      letter-spacing: 0.1px; 
      color: #4c4c4c;
    padding-left: 16px;
    margin-bottom: 0px;
    }
    .Step_text{
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 19px;
      letter-spacing: .8px;
      text-align: left;
      color: #787878;
    
     padding-top: 12px;
    margin-bottom: 0px;
    }
    .mt-48{
  margin-top: 48px;
    }
    .outlet_card{
      background: #FFFFFF;
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
      border-radius: 4px;
      padding: 20px;
      display: flex;
      align-items: center;
      flex-direction: column;
  }
    
    .outlet_image{
      height: 88px;
      width: 88px;
    }
    .outlet_text{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.25px;
    color: #4C4C4C;
    margin-bottom: 0px;
    }
    .bottom_border_box{
      display: flex;
      justify-content: center;
      flex-direction: column;
    }
    .Eresto_data_footer{
      font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 0px;
  color: #F0F0F0;
  
  
    }
    .heading-with-line-box{
      display: flex;
      justify-content: center;
      flex-direction: column;
    }
  
  
  /*   why eresto page css */
  
  .Adavantage_box{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .adavantage_resto_text_heading {
  
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    line-height: 48px;
    color:#4c4c4c;
    /* margin-left: 45px; */
    letter-spacing: 0.25px;
    text-align: left;
  }
  .primaray_color{
    color: #ab2421 
    !important;
  }
  .Staff_heading_txt{
    font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 0px;
  color: #4C4C4C;
  }
  
  @media (max-width: 991px){
    .advantage-section {
      height: auto;
    padding-top: 120px;
      display: flex;
      align-items: center;
  }
  .icon_pl-2{
      padding-left:1rem;
  }
  .switch_txt{
    text-align: center;
  }
  
  
  .adavantage_resto_text_heading {
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
    line-height: 40px;
    color: #4c4c4c;
    /* margin-left: 45px; */
    letter-spacing: 0.25px;
    text-align: left;
  }
  .Adavantage_txt {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 1px;
  
    color: #4c4c4c;
  }
  .dynamic_menu {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.1px;
  
    color: #4C4C4C;
  
  }
  }
  .img_set{
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 767px){
    .Adavantage_txt{
      text-align: center;
    }
    .adavantage_resto_text_heading {
      text-align: center;
    }
    .about_txt {
      text-align: center !important;
  }
  .icon_pl-2{
      padding-left:0rem;
  }
    
  }
  
  
  
  /* dynamic_menu */
  .key_feature_img{
    background-color: #AB2421;
      padding: 10px;
      box-shadow: 0px 2px 4px rgb(0 0 0 / 12%);
      border-radius: 8px;
  }
  
  .feature_heading{
    font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #4c4c4c;
  margin-bottom: 0px;
  text-align: left;
  }
  .feature_text{
    font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 19px;
      letter-spacing: .8px;
      text-align: left;
      color: #787878;
      padding-top: 6px;
      margin-bottom: 0px;
  }
  .feature_img{
    height: 60px;
    width: 60px;
  }
  .button_link_color{
    color: #fff;
  }
  .button_link_color:hover{
    text-decoration: none !important;
    color: #fff;
  }
  .view_features:hover{
    background-color: #750000;
  }
  .Login_button:hover{
    background-color: #750000;
  }
  .outlet_card:hover {
    cursor: pointer;
    box-shadow: 8px 8px 16px rgb(0 0 0 / 12%);
  }
  .icon_pl-2{
      padding-left:1.5rem;
  }
  
  /* pricing */
  .pricing_card{
    box-shadow: 0px 0px 9px #00000029;
      border-radius: 8px;
     
      height: 100%;
      background-color: #fff;
      display: flex;
      flex-direction: column;
  }
  .prcing_heading{
    font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  /* identical to box height */
  margin-bottom: 0px;
  text-align: left;
  letter-spacing: 0.25px;
  
  color: #4C4C4C;
  }
  .border_red{
    padding-bottom: 3px;
    border-bottom: 3px solid #ab2421;
  }
  .Padding_pricing{
    padding: 40px 60px 40px 40px;
  }
  .box_redius_left{
    border-radius: 0px 0px 0px 16px;
  }
  .box_redius_right{
    border-radius: 0px 0px 16px 0px;
  }
  .Pricing_box{
    background: rgba(171, 36, 33, 0.08);
  
    padding: 20px;
  margin-right: 1px solid #fff;
  }
  .pricing_txt{
    font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #AB2421;
  margin-bottom: 0px;
  
  }
  .pricing_value{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 8px;
    text-align: left;
    letter-spacing: 0.25px;
    color: #AB2421;
    margin-bottom: 0px;
    
    font-size: 14px;
    line-height: -6px !important; 
  }
  .Padding_addons{
    padding: 24px;
  }
  .what-you-get-text{
    font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  /* identical to box height */
  
  text-align: center;
  margin: 0px;
  color: #4C4C4C;
  }
  .what-you-get-box-text{
    ont-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  /* identical to box height, or 141% */
  
  letter-spacing: 0.15px;
  
  color: #4C4C4C;
  margin: 0px;
  }
  .what-you-get-border{
    border: 2px solid #AB2421;
  box-sizing: border-box;
  border-radius: 4px;
  padding:  8px 16px;
  margin: 4px;
  }
  .flex-what-you-get{display: flex;
    flex-wrap: wrap;}
  .addons_heading{font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.15px;
    text-align: center;
    color: #4C4C4C;}
  .pricing_box_space{
  
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }
  
  
  
  .font-nav{
  font-family: 'Nunito';
  display: block;
    /* padding: 1em; */
    font-size: 16px;
    font-weight: 500;
    /* color: #fff; */
    color: #4c4c4c !important; 
    padding: 8px 12px;
    border-radius: 8px;
    text-decoration: none;
}
.font-nav:hover{
  color: #ab2421 !important;
}
.font-nav:active{
  color: #ab2421 !important;
}
.font-nav:focus-visible{
  color:none !important;
  border:none;
}
.font-nav:focus{
   color:#ab2421;
   background:none;
}

.login_button{
  background-color: #ab2421;
  color: #ffffff!important;
  border-radius: 8px;

}
.login_button:hover{
  color: #fff !important;
  background:#750000;
}

  