@charset "utf-8";
/* CSS Document */
 @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

*{ margin: 0; padding: 0; box-sizing: border-box;  }

body{ 
/* font-family: "Roboto", sans-serif;  */
background-color: #fff;}
a{ color: inherit; text-decoration: none; }
p{font-family: "Jost", sans-serif;font-size: var(--primary-font-p);color(--primary-text)}
li{font-family: "Jost", sans-serif;}
	
h1,h2,h3,h4,h5,h6{ font-family: "Roboto", sans-serif;}
/* @font-face { */
    /* font-family: din pro, Sans-serif !important; */
    /* src: url(../fonts/D-DIN-PRO/D-DIN-PRO-400-Regular.otf) format("truetype"); */
/* } */



:root,
[data-bs-theme=light] {
	
	--neutral-color-1: #EEFFF5;
	--neutral-color-2: #D8FFEA;
	--neutral-color-3: #B4FED5;
	--primary-color: #06BF5B;
	--yellow-light: #ffa600;
	--accent: #06BF5B;
  	--primary-heading: #09090c;
	--primary-text: #000;
	--primary-gray: #54565A;
	--primary-dark-gray: #54595f;
	--primary-orange: #ff7a59;
	--primary-lightblue: #68b1d2;
    --primary-black:#09090c;
	--primary-aqua: #68b1d2;
	--primary-white: #fff;
	--primary-black: #000;
	--primary-font-h1:50px;
	--primary-font-h2: 48px;
	--primary-font-h3: 40px;
	--primary-font-h4:24px;
	--primary-font-h5:18px;
	--primary-font-h6:14px;
	--primary-font-p:18px;
	--primary-font-menu:16px;
	--bs-font-roboto: "Roboto", sans-serif;
	
}


/* 
---------------------------------------------
Pre-loader Style
--------------------------------------------- 
*/

/*btn hover navbar*/
.nav-fixed [type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{ background-color: transparent !important;}
/*btn hover navbar*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.99);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

.preloader-inner {
    position: relative;
    width: 142px;
    /* height: 40px; */
    background: transparent;
    text-align: center;
}
.preloader-inner img{
    width: 70px;
}
.preloader-inner .dot {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
	top: -40px;
  /* width: 16px; */
  /* height: 16px; */
  /* top: 12px; */
  /* left: 15px; */
  /* background: #0d8343; */
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
animation: zoom-in-zoom-out 1s ease-out infinite;
  /* animation: dot 2.8s infinite;
  /* -webkit-animation: dot 2.8s infinite; */
  /* animation: dot 2.8s infinite; */
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  animation: zoom-in-zoom-out 1s ease-out infinite;
  /* animation: dots 2.8s infinite;
  /* -webkit-animation: dots 2.8s infinite; */
  /* animation: dots 2.8s infinite; */
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background:#0d8343;
  border-radius: 50%;
}


/** start common classes **/
.mr-auto{margin-left:auto}
.ml-auto{margin-right:auto}
.mt-50 { margin-top:50px !important; }
/** end common classes **/

/* custom font size class */
.cstm_fontsize_integration { font-size: var(--primary-font-h4) !important; line-height: normal !important; }


/* landing page css */
.nav-request_btn.lp_cstm_btn_book_demo { width: 100%; float: left; display: block; text-align: center; padding: 20px 0; position: fixed; background: #fff; box-shadow: 0 2px 20px 0 rgb(107 107 107 / 7%);z-index: 9999; }
.nav-request_btn.lp_cstm_btn_book_demo a { /* float: unset; */margin: auto; display: flex;}
.arabic_btn  { 
	margin-left: 10px !important;   
	margin-right: 10px !important;
    display: flex;
    background: #ffa600 !important;
    color: #fff !important;
    border: 1px solid #ffa600 !important;}
/*.contact-section.lp_bg_color_chng { background-color: #fff; }*/
.banner_img_3.lp_top_section { width: 320px; right: 0;animation: none; }
.banner_img_3.hardware_top_section { right: 0;animation: none; width: 100%; }
.banner_rht_section.landing_p_banner .banner_rgt_bg_img.menew_connect_banner_rgt_img{ background-image:none; }
.banner_rht_section.landing_p_banner .banner_rgt_bg_img.menew_connect_banner_rgt_img.menew_connect_landing_page{ background-image:none;}
.banner_rht_section.landing_p_banner .banner_rgt_bg_img.menew_connect_banner_rgt_img img.banner_img_1 {width: 100%;animation: none;}
.menew_connect_landing_page img{top:0px;}
.banner_section.menew_landing_page_section{top:50px;}
/* landing page css */

/* language code */
.nav-request_btn.lp_cstm_btn_book_demo a .language-change { width: 22px; margin-left: 10px; }
.nav-request_btn.lang_change_style.book_btn_header_web.lp_cstm_btn_book_demo a{ float: unset; }
.nav-request_btn.lang_change_style.book_btn_header_web.lp_cstm_btn_book_demo .arabic_btn{ float: right;display: flex;align-items: center;}
.nav-request_btn.lang_change_style.book_btn_header_web.lp_cstm_btn_book_demo .arabic_btn.float_arbic_btn{ float: left;}
/*btn*/
#myBtn {
	width: 110px;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: transparent;
  z-index: 9999;
  cursor: pointer;border: 0;
}
#myBtn img { width: 45px; }
/* btn */



/* 
---------------------------------------------
Breadcrumbs Style
--------------------------------------------- 
*/
.breadcrumbs_section_container{   max-width: 1365px;
}
.breadcrumbs_section {
    display: block;
    float: left;
width: 100%;    position: relative;
padding:10px 0px;}

.breadcrumbs_section ul{
	  display: flex;
  list-style: none;
  padding: 0;
margin: 0px;

}
.breadcrumbs_section i{color:#09090c;
  margin-left: 20px;
    margin-right: 20px;
    position: relative;
    top: 1px;
    font-size: 13px;

}
.breadcrumbs_section li a{color:#09090c
}

.breadcrumbs_section li{font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 1px;
	color:var(--yellow-light)
}


/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/



@media screen and (min-width: 990px) {
	 .dropdown-niv2 .dropdown-menu-niv2 {
		 opacity: 0;
		 display: block;
		 visibility: hidden;
		 transform: translateY(-4px);
		 transition: all 0.2s ease;
		 border:0px;
		 border-radius:0px;
		 box-shadow: 0px 0px 7px -5px #00000069;
	}
	 .dropdown-niv2:hover .dropdown-menu-niv2 {
		 transform: translateY(0);
		 margin-top: 0;
		 visibility: visible;
		 opacity: 1;
		         padding: 0;
				 border:0px;
				 border-radius:0px;
	}
	.dropdown-niv2 .dropdown-menu-niv2 li span{
       margin-left:10px;
    }
}
 @media screen and (min-width: 990px) {
	.dropdown-niv3 .dropdown-menu-niv3 {
        opacity: 0;
        display: block;
        visibility: hidden;
		    box-shadow: 0px 0px 7px -5px #00000069;
        /* transform: translateY(-4px); */
        /* transition: all 0.2s ease; */
    }
	
 .dropdown-niv3:hover .dropdown-menu-niv3 {
		 /* transform: translateY(0); */
		 /* margin-top: 0; */
	 visibility: visible; 
		 opacity: 1;
		 top: 0;
		 left: 100%;
		 right: auto;
		 margin-top: 0;
		 margin-right: 0.125rem;
		 animation: fadeIn 0.3s alternate;
		 border-radius: 0;
        padding: 0;
		border:0px;
		box-shadow: 0px 0px 7px -5px #00000069;
	}
	 .dropdown-item-niv3-desk {
		 display: block;
	}
	 .dropdown-item-niv3-mob {
		 display: none;
	}
	
	
	
	}
	
	
	@media screen and (min-width: 990px) {
	
	
	.dropdown-niv4 .dropdown-menu-niv4 {
        opacity: 0;
        display: block;
        visibility: hidden;
		    box-shadow: 0px 0px 7px -5px #00000069;
        /* transform: translateY(-4px); */
        /* transition: all 0.2s ease; */
    }
	
 .dropdown-niv4:hover .dropdown-menu-niv4 {
		 /* transform: translateY(0); */
		 /* margin-top: 0; */
	 visibility: visible; 
		 opacity: 1;
		 top: 0;
		 left: 100%;
		 right: auto;
		 margin-top: 0;
		 margin-right: 0.125rem;
		 animation: fadeIn 0.3s alternate;
		 border-radius: 0;
        padding: 0;
		border:0px;
		    box-shadow: 0px 0px 7px -5px #00000069;
	}
	 .dropdown-item-niv4-desk {
		 display: block;
	}
	 .dropdown-item-niv4-mob {
		 display: none;
	}}
	
	
	 @media screen and (max-width: 989px) {
    .dropdown-item-niv3-desk {
      display:none;
    }
    .dropdown-item-niv3-mob {
      display:block;
    }
  }
		 @media screen and (max-width: 989px) {
    .dropdown-item-niv4-desk {
      display:none;
    }
    .dropdown-item-niv4-mob {
      display:block;
    }
  }
	


 @keyframes fadeIn {
	 from {
		 opacity: 0;
	}
	 to {
		 opacity: 1;
	}
}
 .dropdown-menu.show {
	 -webkit-animation: fadeIn 0.3s alternate;
	/* Safari 4.0 - 8.0 */
	 animation: fadeIn 0.3s alternate;
}
 .nav-item.dropdown.dropdown-mega {
	 position: static;
} 
.nav-item.dropdown.dropdown-mega li{
	display: block;
    padding-left: 50px;
    padding-right: 50px;
}
 .nav-item.dropdown.dropdown-mega .dropdown-menu {
	 width: 90%;
	 top: auto;
	 left: 5%;
}
 .navbar-toggler {
	 border: none;
	 padding: 0;
	 outline: none;
}
 .navbar-toggler:focus {
	 box-shadow: none;
}
 .navbar-toggler .hamburger-toggle {
	 position: relative;
	 display: inline-block;
	 width: 50px;
	 height: 50px;
	 z-index: 11;
	 float: right;
	 right:-7px;
}
.side-menu{ position: relative;
	right:20px;}
 .navbar-toggler .hamburger-toggle .hamburger {
	 position: absolute;
	 transform: translate(-50%, -50%) rotate(0deg);
	 left: 50%;
	 top: 50%;
	 width: 50%;
	 height: 50%;
	 pointer-events: none;
}
 .navbar-toggler .hamburger-toggle .hamburger span {
	 width: 100%;
	 height: 4px;
	 position: absolute;
	 background: #333;
	 border-radius: 2px;
	 z-index: 1;
	 transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
	 left: 0px;
}
 .navbar-toggler .hamburger-toggle .hamburger span:first-child {
	 top: 10%;
	 transform-origin: 50% 50%;
	 transform: translate(0% -50%) !important;
}
 .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
	 top: 50%;
	 transform: translate(0, -50%);
}
 .navbar-toggler .hamburger-toggle .hamburger span:last-child {
	 left: 0px;
	 top: auto;
	 bottom: 10%;
	 transform-origin: 50% 50%;
}
 .navbar-toggler .hamburger-toggle .hamburger.active span {
	 position: absolute;
	 margin: 0;
}
 .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
	 top: 45%;
	 transform: rotate(45deg);
}
 .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
	 left: 50%;
	 width: 0px;
}
 .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
	 top: 45%;
	 transform: rotate(-45deg);
}
 .icons {
	 display: inline-flex;
	 margin-left: auto;
}
 .icons a {
	 transition: all 0.2s ease-in-out;
	 padding: 0.2rem 0.4rem;
	 color: #ccc !important;
	 text-decoration: none;
}
 .icons a:hover {
	 color: white;
	 text-shadow: 0 0 30px white;
}
.menue_nav_list{flex-direction: row;
    width: 100% !important;
    display: flex;
    justify-content: center !important;
    align-content: space-between !important;}
.menue_nav_list img{width:35px; margin-right:15px;}
 .menue_nav_list li{
    flex-grow: 1;
    text-align: left;}
.menue_nav_list li a {
    display: block;
    font-weight: 600;
    font-size: var(--primary-font-menu);
    line-height: 20px;
    text-transform: capitalize;
    color: #1e1e1e;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: transparent;
    letter-spacing: 1px;
}
.menue_nav_list li a:hover{
   color:var(--yellow-light);
}
.menue_nav_list li a:focus{
   color:var(--yellow-light);
}
.menue_nav_list li a span{
      margin-left: 5px;
    position: relative;
	top:1px
}

.nav_header-hgt{
	min-height:130px;
	position: absolute;
    z-index: 100;
    /* -webkit-transition: all .5s ease 0s; */
    /* -moz-transition: all .5s ease 0s; */
    /* -o-transition: all .5s ease 0s; */
    /* transition: all .5s ease 0s; */
    z-index: 2;
    left: 0;
    right: 9;
    width: 100%;
	display: flex;
    align-items: end;
}

.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	background:#fff;
	
}
.dropdown-niv2 .dropdown-menu-niv2 li{
       
        text-align: left;
        color: #33373d;
        font-size: 13px;
        font-family: "Roboto", sans-serif !important;
        font-weight: 500;
        /* padding: 13px 20px; */
        line-height: 1.5;
        height: unset;
    }
	.dropdown-niv2 .dropdown-menu-niv2 li a{
    text-align: left;
    color: #33373d;
    font-size: 13px;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500;
    padding: 13px 20px;
    line-height: 1.5;
    height: unset;
	letter-spacing: 0;
width: 225px;
    }
.dropdown-niv2 .dropdown-menu-niv2 li a:active{
   background-color: #ffa600;
    color: #fff;}
.dropdown-niv2 .dropdown-menu-niv2 li a:hover {
    color:#1e1e1e;
   /* background-color:  var(--accent); */
       background-color: transparent;
	  
}

.dropdown_inner_list .dropdown-menu[data-bs-popper] {
    top: 0;
    right: unset;
}

   .dropdown_inner_list .dropdown-niv3 .dropdown-menu-niv3 {
        
        transform: unset;
        transition: unset;
    } 
	
	.dropdown_inner_list .dropdown-niv4 .dropdown-menu-niv4 {
        
        transform: unset;
        transition: unset;
    }
.background-header {
  background-color: #fff;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.logo img{    width: 100%;
    max-width: 170px;}
.pd-0{padding:0px;}
.header-area {
    position: absolute;
    /* background-color: #fff; */
    z-index: 100;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    z-index: 2;
    left: 0;
    right: 9;
    width: 100%;
}
.header-area-middle{vertical-align: middle;
     display: flex; 
     align-items: center; height: 100px;
  }
	 
/* .header-area .main-nav { */
  /* background: transparent; */
  /* display: flex; */
  /* align-items: center; */
      /* padding: 0px 30px; */


/* } */
.main-nav {
  background: transparent;
  display: flex;
  align-items: center;
      padding: 0px 30px;


}

.header-area .main-nav .logo {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}

.header-area .main-nav .logo h1 {
  line-height: 100px;
  font-size: 28px;
  text-transform: uppercase;
  color: #1e1e1e;
  font-weight: 700;
  letter-spacing: 2px;
}

.background-header .main-nav .logo h1 {
  line-height: 80px;
}

.header-area .main-nav ul.nav {
  /* flex-basis: 100%; */
  /* justify-content: center; */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
  /* padding: 0 150px 0 150px; */
  letter-spacing: 0.5px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
  flex-grow: 1;
  text-align:center;
  
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 600;
  font-size: var(--primary-font-menu);
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: 1px;
}


.header-area .main-nav .nav li:last-child:hover a i {
  color: #fff;
}

.header-area .main-nav .nav li:hover a {
  color: var(--yellow-light);
}

.header-area .main-nav .nav li a.active {
  color: var(--yellow-light);
}


.background-header .main-nav .nav li a.active {
  color: var(--yellow-light);
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 22px;
}

.background-header .main-nav ul.nav {
  margin-top: 20px;
}

.logo_section{
	width:unset;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 20px;
	}
.nav_section{
    flex: 1;
    display: flex;}
	
/*.caret_nav_icon{position: absolute;
    right: 38px;
    top: 7px;}*/
.caret_nav_icon{position: absolute;
    right: 10px;
    top: 7px;display:none;}
.caret_nav_icon_desk{display:inline-block;}
.integ_wdth{width:unset;}	
.nav-request_btn{
	 width:14%;
	 margin-right:0px;}
.nav-request_btn a{
	animation: zoom-in-zoom-out 5s ease-out infinite;
    line-height: 14px !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase !important;
   border-radius: 5px 5px 5px 5px;
    text-align: center;
    padding: 15px 16px;
    display: block;
    width: max-content;
    float: right;
    background: #fff;
    color: var(--yellow-light);
    outline: none;
    position: relative;
    overflow: hidden;
    transition: all .5s;
    letter-spacing: 1px;
	border:1px solid var(--accent);}





.nav-request_btn span{
    position: absolute;
    display: block;
}
.nav-request_btn a span:nth-child(1){
    height: 3px;
    width:200px;
    top:0px;
    left:-200px;
    background: linear-gradient(to right, rgba(0,0,0,0),#ffa600);
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span1 2s linear infinite;
    animation-delay: 1s;
}

@keyframes span1{
    0%{
        left:-200px
    }
    100%{
        left:200px;
    }
}
.nav-request_btn a span:nth-child(2){
    height: 70px;
    width: 3px;
    top:-70px;
    right:0px;
    background: linear-gradient(to bottom, rgba(0,0,0,0), #ffa600);
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span2 2s linear infinite;
    animation-delay: 2s;
}
@keyframes span2{
    0%{
        top:-70px;
    }
    100%{
        top:70px;
    }
}
.nav-request_btn a span:nth-child(3){
    height:3px;
    width:200px;
    right:-200px;
    bottom: 0px;
    background: linear-gradient(to left, rgba(0,0,0,0), #ffa600);
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    animation: span3 2s linear infinite;
    animation-delay: 3s;
}
@keyframes span3{
    0%{
        right:-200px;
    }
    100%{
        right: 200px;
    }
}

.nav-request_btn a span:nth-child(4){
    height:70px;
    width:3px;
    bottom:-70px;
    left:0px;
    background: linear-gradient(to top, rgba(0,0,0,0), #ffa600);
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    animation: span4 2s linear infinite;
    animation-delay: 4s;
}
@keyframes span4{
    0%{
        bottom: -70px;
    }
    100%{
        bottom:70px;
    }
}




.nav-request_btn a:hover{

	    box-shadow: inset 13em 0 0 0 var(--yellow-light);
		color:#fff !important;
			border:1px solid var(--yellow-light);
}
.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 100%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.visible{
  display:inline !important;
}

/*header animation button*/
.btn-shake-animation { animation: shake 5s linear infinite; }

/*button Keyframes */
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/
.dropdown > a {
	 display: flex;
	 align-items: center;
}
 .dropdown > a .icon {
	 margin-left: 0.25em;
}
 .dropdown:hover .dropdown-nav {
	 opacity: 1;
	 transform: translateY(0);
	
}
 .dropdown-nav {
	 opacity: 0;
	 
	 list-style: none;
	 margin: 0;
	 padding: 0;
	 position: absolute;
	 z-index: 1;
	 background:#fff;
	 min-width: 17em;
    max-width: 1000px;
	display: grid;
    width: 100%;
    float: left;
}
 .dropdown-nav li {
	float:left !important;
	text-align:unset !important;
}
 .dropdown-nav a {
	 font-weight: 300;
	 font-size: 1.2rem;
}
.header-area .main-nav .nav li .dropdown_list li a{text-align:left; color:#33373d;font-size:13px; font-family: "Roboto", sans-serif !important;font-weight:500;padding:13px 20px;line-height:1.5;height:unset;}

.header-area .main-nav .nav li .dropdown_list li a:hover{background:#ffa600;color:#fff;}

.dropdwon_icon{    position: relative;
    left: 5px;
    top: 1px;}

.banner_section {
       display: block;
    float: left;
    width: 100%;
    position: relative;
    top: 50px;
    z-index: 0;
}

.banner_section h1{color:var(--primary-heading);font-size: var(--primary-font-h1);font-weight:800;line-height:1.5;font-family: "Roboto", sans-serif;margin-bottom:0px;}
.banner_section p{color:var(--primary-text);font-size: var(--primary-font-p);font-weight:400;line-height:1.5;margin-top:20px;margin-bottom: 20px;}
.banner_left_section{width:800px;margin-right:30px;}
.banner_rht_section{width:530px}
 .trusted_wraper_01{    display: flex;
    float: left;
    width: 100%;
    margin-top: 13px;
    font-size: 18px;
    font-family: "Jost", sans-serif;
    color: var(--yellow-light);
    font-weight: 600;    height: 20px;} 
 .typed-cursor{display:none;}

 
 
.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}
.cd-title h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }
  .cd-title h1 {
    font-size: 3rem;
  }
}

.cd-intro {
          margin-top: 20px;
        display: block;
        float: left;
        width: 100%;  margin-top:20px;
}




.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 22px !important;font-weight: unset !important;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xrotate-1 

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* -------------------------------- 

xtype 

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}
.cd-headline.type b {
  visibility: hidden;
}
.cd-headline.type b.is-visible {
  visibility: visible;
}
.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}
.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

xrotate-2 

-------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-2 i, .cd-headline.rotate-2 em {
  display: unset;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-headline.rotate-2 b {
  opacity: 0;
}
.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}
.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}
.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.8s forwards;
  -moz-animation: cd-rotate-2-in 0.8s forwards;
  animation: cd-rotate-2-in 0.8s forwards;
  color:var(--yellow-light);font-weight:500;
}
.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.8s forwards;
  -moz-animation: cd-rotate-2-out 0.8s forwards;
  animation: cd-rotate-2-out 0.8s forwards;
  color:var(--accent);font-weight:700;
}
.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}
.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* -------------------------------- 

xloading-bar 

-------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #0096a7;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}
.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}
.cd-headline.loading-bar b {
  top: .2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

/* -------------------------------- 

xslide 

-------------------------------- */
.cd-headline.slide span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.slide b {
  opacity: 0;
  top: .2em;
}
.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}
.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* -------------------------------- 

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xzoom 

-------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.zoom b {
  opacity: 0;
}
.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}
.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
/* -------------------------------- 

xrotate-3 

-------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-3 b {
  opacity: 0;
}
.cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-visible .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards;
}
.cd-headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
/* -------------------------------- 

xscale 

-------------------------------- */
.cd-headline.scale b {
  opacity: 0;
}
.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.is-visible .cd-headline.scale i {
  opacity: 1;
}
.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}
.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

xpush 

-------------------------------- */
.cd-headline.push b {
  opacity: 0;
}
.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}
.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.logo_text.is-animetion {
  margin-top:20px;
}

.logo_text.is-animetion span {
  display: inline-block;
  animation: wave-text 1s ease-in-out infinite;
}

.logo_text.is-animetion { display:block;float:left;width:100%;  margin-top:20px;color: var(--yellow-light);
    font-weight: 600;font-size:20px;
  span:nth-of-type(1){ animation-delay: 0.0s; }
  span:nth-of-type(2){ animation-delay: 0.1s; }
  span:nth-of-type(3){ animation-delay: 0.2s; }
  span:nth-of-type(4){ animation-delay: 0.3s; }
  span:nth-of-type(5){ animation-delay: 0.4s; }
}

@keyframes wave-text{
  00%{
    transform: translateY(0em);
  }
  60%{
    transform: translateY(3px);
  }
  100%{
    transform: translateY(0em);
  }
}







.banner_rgt_bg_img{  
background-image: url(../images/banner_rgt_bg_img.webp);
	/* background-image: url(../images/Artboard-5.png); */
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: flex;
    align-items: center;
    height:815px;
    position: relative;
    background-position: 18px 26px;
}
.banner_img_1 {
    /* width: 252px; */
    position: relative;
    z-index: 26;
	right: 5px;
    /* -webkit-animation: linear infinite; */
    /* -webkit-animation-name: left_right; */
    /* -webkit-animation-duration: 3s; */
    animation: 3s linear infinite alternate left_right;
}
.banner_img_2 {
    width: 300px;
    position: relative;
    right: -60px;
    -webkit-animation: top_bottom 2s infinite alternate;
    animation: top_bottom 3s infinite alternate;
}
	
.banner_img_3 {
    width: 290px;
    position: relative;
    right: -50px;
    -webkit-animation: bottom_top 2s infinite alternate;
    animation: bottom_top 3s infinite alternate;
}
	
	
	
.banner_txt_align{align-items:center;vertical-align:middle;display:flex;width: calc(100% + 20px);
    margin:-10px;}
.banner_request_btn a{
	line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: var(--accent);
    text-align: center;
    padding: 15px 30px;
    color: #fff;
    display: block;
    float: left;
    border-radius: 50px;
    animation: zoom-in-zoom-out 5s ease-out infinite;
}
.banner_request_btn a:hover{
    background-color:var(--yellow-light);
}
.tabsquare{
  width:350px;
  /* margin-top:-20px; */
 
}


.top_container{padding:0px 7.5px;}

/* 
---------------------------------------------
wave section Style
--------------------------------------------- 
*/
.wave_section {
    width: 832px;
    height: 218.269px;
    transform: translate(418px, 0) translate(-50%, -48%);
}



/* 
---------------------------------------------
Cliens logo section Style
--------------------------------------------- 
*/

.clients_logo_section{display:block;float:left;width:100%;margin-bottom: 20px;}
.clients_logo_section h3{font-size:var(--primary-font-h3);color:var(--primary-heading);font-weight:600;line-height:1.4em;text-align:center;margin-bottom:50px;letter-spacing: 1px;}

	.logo_added-new{border-radius: 100px;
    width: 117px;
    margin: auto;}
	
	.client_left_button-icon .owl-prev{position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    font-size: 60px !important;
    color: var(--accent) !important;}
	.client_right_button-icon .owl-next{position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    font-size: 60px !important;
    color: var(--accent) !important;}
.client_left_button-icon .owl-prev:hover {
background: transparent !important;
color: var(--yellow-light) !important;
}
.client_right_button-icon .owl-next:hover {
background: transparent !important;
color: var(--yellow-light) !important;
}

.client_left_button-icon_01 .owl-prev{position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    font-size: 60px !important;
    color: var(--accent) !important;}
	.client_right_button-icon_01 .owl-next{position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    font-size: 60px !important;
    color: var(--accent) !important;}
.client_left_button-icon_01 .owl-prev:hover {
background: transparent !important;
color: var(--yellow-light) !important;
}
.client_right_button-icon_01 .owl-next:hover {
background: transparent !important;
color: var(--yellow-light) !important;
}


/* 
---------------------------------------------
solution_box_section Style
--------------------------------------------- 
*/

.solution-box-spc_02 {
    margin-bottom: 25px;
  
}
.solution-box-spc_02 svg{
 width:95px;
  
}


.solution_hover_box_01{
    
    border-radius: 20px;
    background-image: none;}
	

.solution_hover_box_01 svg path { fill:var(--primary-color); }	
	

.solution_hover_box_01:hover p {
      color: var(--primary-text);
}
.solution_hover_box_01:hover a {
    color: var(--accent);
}
.solution-box-wraper:hover svg path { fill:var(--primary-white)}







.flip-box {
	height: 380px; 
/* height: 335px;*/
   border: 1px solid #f1f1f1;
  perspective: 1000px;
}
.flip_img_wdth{
	/*width:230px;*/
	    width: 100%;
    border-radius: 25px;
}
.menew_commect_mb_width_img{    
width: 35%;
	/*width:84px;*/
}
.menew_commect_modal_mb_width_img{    width: 230px;}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-box-back.mobile_flip_img_middle{display:block;}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.resta_pos_img{width:95px;}
.resta_pos_img_01{width:138px;}
.flip-box-front {
  background-color: #fff;
  color: black;    padding: 20px;border-radius:16px;
}
.flip-box-front h2{
  color: var(--yellow-light);
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    margin: 20px 0px 0px;
    letter-spacing: 1px;
}

.flip-box-back {
      background-image: linear-gradient(138deg, #6DBE34 0%, #FFA600 100%);
  color: white;    align-items: center;
    vertical-align: middle;
    display: flex;
  transform: rotateY(180deg);    padding: 30px;border-radius:16px;
}
.flip-box-back p{font-size: var(--primary-font-p);
 float:left;text-align:center;display: block;
   text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 1;  
    -webkit-box-orient: vertical;
}
.feature_wrapper_min_hgt{display: block;
    float: left;
    width: 100%;
    min-height: 100px;}
	.feature_wrapper_min_hgt span{color:var(--accent)}

.solution_box_section{background-image: url(../images/menew-btm-wave-shape.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    /* height: 200px; */
    margin-bottom: 80px;
    margin-bottom: 0;
    padding: 0 0 220px;display: block;
    float: left;
    width: 100%;}
	.features-wraper-hgt {
      min-height: 220px;
}
.solution_box_section h3{font-size:var(--primary-font-h3);color:var(--primary-heading);font-weight:600;line-height:1.4em;text-align:center;margin-bottom:80px;letter-spacing:1px;}
.solution-box-wraper{
    background-image: linear-gradient(138deg, #6DBE34 0%, #FFA600 100%);
    box-shadow: 0 2px 20px 0 rgba(84, 86, 90, .2);
    padding: 40px 40px 76px;
    border-radius: 20px;}
.solution-box-wraper h4{font-size:var(--primary-font-h4);color:var(--primary-white);font-weight:700;line-height:36px;margin:40px 0px 20px;letter-spacing:1px;}
.solution-box-wraper p{font-size:var(--primary-font-p);color:var(--primary-white);font-weight:400;line-height:27px;margin-bottom:0px;    
}
.solution-box-wraper svg path { fill:var(--primary-white); }
.solution-box-wraper svg {width:97px;}
.feat_order_wdth {width:138px !important;}
.menew_conect_mb_view_img{margin: auto;
    display: flex;}





.solution-box-wraper:hover{    background-image: linear-gradient(138deg, #6DBE34 0%, #FFA600 100%);}
.solution_hover_box{background-color: #fff;
    box-shadow: 0 2px 20px 0 rgba(84, 86, 90, .2);
    padding: 40px 40px 40px;
    border-radius: 20px;
    background-image: none;}
	
	
	
	
	
.solution_hover_box h4 {
    color: var(--primary-heading);
}
.solution_hover_box p {
    color: var(--primary-text);
}
.solution_hover_box svg path { fill:var(--primary-color); }	
	
.solution_hover_box:hover h4 {
    color: var(--primary-white);
}
.solution_hover_box:hover p {
    color: var(--primary-white);
}
.solution_hover_box:hover a {
    color: var(--accent);
	background:#fff;
}
.solution-box-wraper:hover svg path { fill:var(--primary-white)}
.solution-box-spc{margin-bottom:60px;}

.solution_main_wraper{width:100%;display: contents;}
.solution_inner_wraper{width:33.33%;}
.solution_wraper_box_1{width: 380px;margin-right: 46px;}
.solution_wraper_box_2{width: 380px; margin-right: 23px;margin-left:23px;}
.solution_wraper_box_3{width: 380px;margin-left: 46px;}
.solution_wraper_box_4{width: 380px;margin-right: 46px;}
.solution_wraper_box_5{width: 380px; margin-right: 23px;margin-left:23px;}
.solution_wraper_box_6{width: 380px;margin-left: 46px;}
.solution_wraper_box_7{width: 380px;margin-right: 46px;}
.solution_wraper_box_8{width: 380px;margin-right: 23px;margin-left:23px;}
.solution_wraper_box_9{width: 380px;margin-left: 46px;}
.solution_container{max-width:1280px;}

/* another solution deisgn */
.solution_box_section_01{background-color: var(--neutral-color-2);
    margin-top:50px;
    padding:100px 0px;display: block;
    float: left;
    width: 100%;}
.solution_box_section_01 h3{font-size:var(--primary-font-h3);color:var(--primary-heading);font-weight:600;line-height:1.4em;text-align:left;margin-bottom:20px;letter-spacing:1px;}
.solution_box_section_01 p{
    font-size: var(--primary-font-p);
    font-weight: 400;
    line-height: 1.5;
    margin-top: 0px;
    margin-bottom: 15px;
	margin-top:10px;    
	/* text-overflow: ellipsis; */
    /* overflow: hidden; */
    /* display: -webkit-box; */
    /* color: var(--primary-text); */
    /* -webkit-line-clamp: 3; */
    /* line-clamp: 3; */
    /* -webkit-box-orient: vertical; */
	}
.solution-box-spc_01{margin-bottom:25px;    min-height: 552px;} 
.customer_btn.sloution_req_btn.req_btn_spc{text-align:left;margin-top:30px;}
.solu_left_sticky{position: sticky;
    top: 130px;}
	.sloun_btn_mb{display:none;}
	.sloun_btn_web{display:block;}

/**blog start***/
.blog_section{    padding-top: 100px;padding-bottom: 75px;
    display: block;
    float: left;
    width: 100%;}
.blog_section h3{
    font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 1px;
}
.blog-main-box {
    text-align: center;
    box-shadow: 0 2px 20px 0 rgba(84, 86, 90, .2);
    border-radius: 20px 20px 16px 16px;
    margin-bottom: 25px;
    /* min-height: 420px; */
    display: block;
    float: left;
    width: 100%;
}
.blog-main-box img{
  border-radius: 16px 16px 0px 0px
}
.blog_inner_section {
    padding: 30px;
    display: block;
    float: left;
    width: 100%;
}

.blog_inner_section  h4 {
    font-size: var(--primary-font-h4);
     color: var(--yellow-light);
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: left;min-height: 110px;
}
.blog_inner_section  h4:hover {color:var(--yellow-light)}
.blog_inner_section p {    min-height: 130px;
    font-size: var(--primary-font-p);
   
   
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0px;
    text-align: left;
}

.blog_footer {
    display: block;
    float: left;
    width: 100%;
    padding: 15px 15px 15px 30px;
    border-top: 1px solid #ccc;
}
   .blog_footer h5 {
    font-size: 16px;
    /* line-height: 36px; */
    margin-bottom: 0;
    letter-spacing: 1px;
    text-align: left;
    /* min-height: 110px; */
}

.blog_read_btn{display: block;
    float: left;
    width: 100%;}
.blog_read_btn a {
    display: block;
    float: left;
    width: 100%;
    background: var(--accent);
    color: #ffffff;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    font-size: 16px;
    line-height: 12px;
    padding: 15px 24px;
    font-weight: 700;
    font-family: arial, helvetica, sans-serif;
}
.blog_read_btn a:hover {background: var(--yellow-light);}


/**blog end**/


/* 
---------------------------------------------
second wave section Style
--------------------------------------------- 
*/
.wave_second_section{padding: 0px;display: block;
    float: left;
    width: 100%;background-image: url(../images/menew-btm-wave-shape.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;}
.wave_second_section img{width:100%}

/* 
---------------------------------------------
Ai Engine section Style
--------------------------------------------- 
*/
.ai_engine_section{padding: 95px 0px;display: block;
    float: left;
    width: 100%;}
.ai_engine_section img{width:100%}
.ai_engine_section h3{font-size:var(--primary-font-h3);color:var(--primary-heading);font-weight:600;line-height:1.4em;margin-bottom:20px;    letter-spacing: 1px;}
.ai_engine_section p{font-size:var(--primary-font-p);color:var(--primary-text);font-weight:400;line-height:27px;margin-bottom:0px;}

.ai_btn_wrapper{margin-top:80px;display: flex;}

.ai_btn_lft{background: var(--accent);
    padding: 17px 55px;
    color: var(--primary-white);
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    font-size: var(--primary-font-p);
    line-height: 21px;
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, .2);  margin:10px 100px 10px 10px;}
.ai_btn_lft:hover{background: var(--yellow-light);color:#fff;}
.ai_btn_rgt{background: var(--accent);
    padding: 17px 35px;
    color: var(--primary-white);
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    font-size: var(--primary-font-p);
    line-height: 21px;
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, .2);  margin:10px 10px 10px 10px;}
	.ai_btn_rgt:hover{background: var(--yellow-light);color:#fff;}
.ai_container{max-width: 1365px;}
/* 
---------------------------------------------
Benefits Section Style
--------------------------------------------- 
*/
.solution_main_wraper .item {
 flex: 1 1 100px;
  padding: 10px;
  
}
.owl-carousel-why-menew {
    display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.owl-item{width:33.33%}
.benefits_section.benefits_section_landing {
    padding-bottom: 100px ;
}
.benefits_section {
    padding: 100px 0px 50px;
    display: block;
    float: left;
    width: 100%;
	background:var(--neutral-color-2);
}
.benefits_section  h3 {
        font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 1.4em;
    text-align: left;
    padding: 0;
    margin-bottom: 50px;
    letter-spacing: 1px;
}

.benefits_section p {
    font-size: var(--primary-font-p);
    color: var(--primary-text);
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0px;
    text-align: unset;
}
.benefits_box-spc {
    margin-bottom: 60px;
}
.benefits_box {
    box-shadow: 0 2px 20px 0 rgba(84, 86, 90, .2);
    border-radius: 20px 20px 16px 16px;
    position: relative;
}
.benefits_img_box {
    /* background: linear-gradient(174.25deg, var(--primary-color) 40%, var(--yellow-light) 79.72%); */
    border-radius: 16px 16px 0 0;
}
.benefits_img_box img {
    background: linear-gradient(134.25deg, #FF6B00 40%, rgba(255, 166, 102, 0.702) 98.72%);
    /* opacity: 0.6; */
    width: 100%;
	border-radius:16px 16px 0px 0px;
}
.benefits_inner_wraper {
    padding: 40px;
	background: #fff;
    border-radius: 0px 0px 16px 16px;

}
.benefits_inner_wraper h4 {
    font-size: var(--primary-font-h4);
    color: var(--yellow-light);
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
	    letter-spacing: 1px;
}
.benefits_inner_wraper p {
    font-size: var(--primary-font-p);
    color: var(--primary-text);
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0px;
    text-align: unset;
  
}
.benefits-mb-carousel{display:none;}
.benefits-web-carousel{display:block;}
.benefits_btn {
    text-align: center;
}
.benefits_btn a{
	background: var(--accent);
    padding: 18px 44px;
    color: var(--primary-white);
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    font-size: var(--primary-font-h5);
	line-height:18px;
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, .2);
	letter-spacing: 0.5px;
}
.benefits_btn a:hover{
	background: var(--yellow-light);}
	
	
	/*Start Restaurant type**/
	.integration_section.restaurant_resort_fact.restaurant_type_section{    background: transparent;
    margin-top: 0;
    padding-top: 100px;padding-bottom: 55px;
    margin-bottom: 0;}
	.restaurant_type_bg_box_color{background: #fff;
    padding: 30px 15px;
    border-radius: 16px;
    box-shadow: 0 1px 10px 0 rgba(84, 86, 90, .2);
    margin-bottom: 3px;
    margin-top: 2px;
    margin-right: 2px;
    margin-left: 2px;}
	.career_growing_container.hotels_resort_container.restaurant_type_container { max-width: 1315px;
}
	/*End  Restaurant type**/
	
	
/* 
---------------------------------------------
Restaurant Section Style
--------------------------------------------- 
*/

.restaurant_pos_section{     display: block;
    float: left;
    width: 100%;   padding-top: 50px;
    padding-bottom: 100px;}
.restaurant_pos_section p {
    color: var(--primary-text);
    font-size: var(--primary-font-p);
    font-weight: 400;
    line-height: 1.5;
    margin-top: 20px;
       margin-bottom: 40px;
    text-align: center;
}
.restaurant_pos_section h3 {
    font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    letter-spacing: 1px;
}
.restaurant_pos_section img{
   border-radius:32px;
}
.flip-box.flip-box-restaurants {
    height: 285px;
    border: 1px solid #f1f1f1;
    height: 250px;
}
.modal-popup-contact h5{font-size: var(--primary-font-h4);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 0px;
    letter-spacing: 1px;}
.modal-popup-contact button{    border: 0;
    background: transparent;
    font-size: 22px;}
.restaurant_pos_right_section {display:block;float:left;width:100%;}
.restaurant_pos_right_section h4 {
    font-size: var(--primary-font-h4);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
/* .restaurant_pos_section .restaurant_pos_right_section p { */
    /* color: var(--primary-text); */
    /* font-size: var(--primary-font-p); */
    /* font-weight: 400; */
    /* line-height: 1.5; */
    /* margin-top: 20px; */
    /* margin-bottom: 0px; */
    /* text-align: left; */
/* } */

.restaurant_section{padding:0px;width: 100%;
    float: left;
	background-image: url(../images/right-bg-shape.svg); 
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: top right;}

.restaurant_section h3{font-size:var(--primary-font-h3);color:var(--primary-heading);font-weight:600;line-height:1.4em;text-align:center;margin-bottom:20px;letter-spacing:1px;}
.restaurant_section p{font-size:var(--primary-font-p);color:var(--primary-text);font-weight:400;line-height:27px;margin-bottom:90px;text-align:center;}

.restaurant_box	{box-shadow: 0 2px 20px 0 rgba(84, 86, 90, .2);border-radius: 20px 20px 16px 16px;position:relative;}
.restaurant_img_box {
	background: linear-gradient(174.25deg, var(--primary-color) 40%, var(--yellow-light) 79.72%);
	border-radius: 16px 16px 0 0;
}
	.restaurant_img_box	img{background: linear-gradient(134.25deg, #FF6B00 40%, rgba(255, 166, 102, 0.702) 98.72%);opacity: 0.5;
    width: 100%;border-radius:16px 16px 0px 0px}
	.restaurant_box a:hover{color:var(--yellow-light)}
.restau_learn_btn a{background: var(--accent);
    padding: 18px 44px;
    color: var(--primary-white);
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    font-size: var(--primary-font-h5);
    line-height: 18px;
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, .2);
    letter-spacing: 0.5px;margin-top:20px;
   }
	.restau_learn_btn a:hover{  background:var(--yellow-light);color:#fff;}
	.restaurant_inner_wraper{    padding: 40px;min-height: 330px;}
.restaurant_inner_wraper h4{font-size:var(--primary-font-h4);color:var(--primary-heading);font-weight:600;line-height:36px;margin-bottom:20px;    letter-spacing: 1px;
}
.restaurant_inner_wraper p{font-size:var(--primary-font-p);color:var(--primary-text);font-weight:400;line-height:27px;margin-bottom:0px;text-align:unset;   }

.restaurant_box-spc{margin-bottom: 50px;}


/* 
---------------------------------------------
Good Company section Style
--------------------------------------------- 
*/
.good_cmpy_section{width: 100%;
    float: left;
    background-image: url(../images/menew-counter-01.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 80px;
    height: 578px;background-position:center center;}

.good_cmpy_section h3{font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height:1.4em;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    margin-top: 45px;letter-spacing: 1px;}

.good_cmpy_inner_wraper{display:block;width: 100%;
   text-align:center;margin-top: 95px;}
   .good_cmpy_inner_wraper img{width:50px;margin-bottom:20px;}
.good_cmpy_inner_wraper h2{font-size:var(--primary-font-h2);color:var(--primary-heading);font-weight:600;line-height:55px;text-align:center;margin-bottom:20px;}
.good_cmpy_inner_wraper p{font-size:var(--primary-font-p);color:var(--primary-heading);font-weight:600;line-height:27px;margin-bottom:0px;text-align:center;  }
.good_cmpy_btn{    text-align: center;
    margin-top: 138px;}
	.good_cmpy_btn a {
    background: var(--accent);
    padding: 18px 44px;
    color: var(--primary-white);
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    font-size: var(--primary-font-h5);
    line-height: 18px;
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, .2);
    letter-spacing: 0.5px;
}
.good_cmpy_btn a:hover {
    background: var(--yellow-light);
}

/*===new good compnay deisgn section===*/
.good_cmpy_section_01 {
    width: 100%;
    float: left;
    background-color:#fff;
   padding:100px 0px 50px;
}
.good_cmpy_section_landing {
    padding-bottom:100px;
}
.connect_good_cmpy_section_01.good_cmpy_section_01 {
    
   padding:0px;
}
.good_cmpy_section_01 h3{font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height:1.4em;
    text-align: center;
    margin-bottom: 50px;
    position: relative;letter-spacing: 1px;}
.good_cmpy_inner_wraper_01 {
       display: block;
    width: 100%;
    text-align: center;
    margin-top: 0px;
   margin-bottom: 50px;
	/* box-shadow: 1px 2px 10px 0px RGBA(84, 86, 90, 0.2); */
    /* background-color:var(--neutral-color-2); */
    /* padding: 30px; */
    border-radius: 16px;
}
.good_compy_flex_mb{display:flex;}
.one_million_icon_01{width: 95px !important;}

.good_cmpy_inner_wraper_01 h2{font-size: 35px;
    color: var(--yellow-light);
    font-weight: 500;
    line-height: 55px;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 5px;}
.good_cmpy_inner_wraper_01 p{font-size:var(--primary-font-p);color:var(--primary-text);font-weight:400;line-height:27px;margin-bottom:0px;text-align:left;  }

 .good_cmpy_inner_wraper_01 img{    width: 95px;
    margin-bottom: 0px;
    margin-right: 20px;}
.good-cmpy_rgt_spc{margin-right: 10px;}
/* 
---------------------------------------------
customers section
--------------------------------------------- 
*/

.customers_section {    background-color: var(--neutral-color-2);
display:block;float:left;width:100%;padding-bottom:100px;padding-top:100px;
}
.connect_customers_section.customers_section {    background-color: var(--primary-white);
padding-top:50px;
}
.connect_customers_section.customers_section.landing_menew_connect_customer{ 
padding-top:90px;
}
.customers_section h3{font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height:1.4em;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    margin-top: 0px;letter-spacing: 1px;}
.customers_section h4{
font-size:var(--primary-font-h4);color:var(--primary-gray);font-weight:600;line-height:36px;margin-bottom:20px;text-align:center;margin-top:20px;
}
.customers_section p{
font-size:var(--primary-font-p);color:var(--primary-gray);font-weight:400;line-height:27px;margin-bottom:0px;text-align:center;margin-bottom:40px;}
.custo_logo_wdth{    margin: auto;
    width: 130px !important;
    border-radius: 100px;
    position: relative; 
     top: 45px; 
}
.custo_img_wdth{width: 55px !important;border: 1px solid #ccc;
    border-radius: 50px;}

.customers_innner_section{
   margin-bottom: 11px;background: #fff;
    border-radius: 16px;
    margin-left: 1px;
    margin-right: 1px;
    box-shadow: 1px 2px 10px 0px RGBA(84, 86, 90, 0.2);
    
}
.testi_flex{ display: flex;
    align-items: center;
    vertical-align: middle;
    padding: 0px 27px 15px;
}
.test_desi_wraper{margin-left:10px;}
.test_desi_wraper span{color:var(--yellow-light);}
.testi_flex h2{    font-size: 18px;
    margin-bottom: 0px;}
.customers_innner_section p{
padding: 75px 40px 0px;
    text-align: unset;
    color: var(--primary-text);
    min-height: 270px;
    margin-bottom: 0px;
}
.customers_innner_section p:before {
    content: url(../images/quotes-1.webp);
    margin-left: -30px;
    position: absolute;
    margin-top: -10px;
}
.customers_innner_section p:after {
    content: url(../images/quotes-2.webp);
    position: absolute;
    margin-top: 10px;
}


.customers_text{color:var(--primary-text);}

.customer_btn{text-align:center;margin-top:70px;}
.customer_btn a{
	background: var(--accent);
    padding: 18px 44px;
    color: var(--primary-white);
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    font-size: var(--primary-font-h5);
	line-height:18px;
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, .2);
	letter-spacing: 0.5px;
}
.customer_btn a:hover{
	background: var(--yellow-light);}
.req_btn_spc{margin-top:70px;}

/* 
---------------------------------------------
case study section
--------------------------------------------- 
*/

.case_study_section {
display:block;float:left;width:100%;padding-bottom:100px;
}
.case_study_section h5{font-size: var(--primary-font-h5);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px; text-transform: uppercase;padding-left:42px;}
	
.case_study_section h5:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #FF6B00;
    color: #FF6B00;
    margin-left: -30px;
    margin-top: 17px;
}
.case_study_section h5:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #FF6B00;
    color: #FF6B00;
    margin-left: 10px;
    margin-top: 17px;
}


.case_study_section h6{font-size: var(--primary-font-h6);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px; text-transform: uppercase;padding-left:42px;}
	
.case_study_section h6:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #FF6B00;
    color: #FF6B00;
    margin-left: -30px;
    margin-top: 17px;
}
.case_study_section h6:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #FF6B00;
    color: #FF6B00;
    margin-left: 10px;
    margin-top: 17px;
}


.case_study_section h3{font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 55px;
     margin-bottom: 50px;
 }
 
 
 
.case_study_section img{width:260px !important;margin:0 auto}
 .case_study_section a{background: var(--primary-white);
    padding: 10px 30px;
    color: var(--primary-gray);
	border:1px solid var(--primary-gray);
    border-radius:5px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    font-size: var(--primary-text);margin-top:60px;}
.case_study_section .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50px);
}

.case_study_section .owl-nav .owl-prev ,
.case_study_section .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  display: inline-block;
  color:var(--primary-color);
  border-radius: 50%;
  opacity: 1;
  transition: all .3s;
}

.case_study_section .owl-nav .owl-prev{
      position: absolute;
    left: -110px;
    font-size: 45px;

}

.case_study_section .owl-nav .owl-next {
     position: absolute;
    right: -110px;
    font-size: 45px;

}

.case_study_section .owl-nav .owl-prev span, .case_study_section .owl-nav .owl-next span{
   width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 60px;
	color:var(--primary-color);
}

.case_study_section .owl-prev:hover{

 background:unset !important;
}
.case_study_section .owl-next:hover{

 background:unset !important;
}


/* 
---------------------------------------------
Contact Style
--------------------------------------------- 
*/

.contact-section{background-color: var(--neutral-color-2);display:block;float:left;width:100%;padding-top:100px;padding-bottom:100px}
.contact-section img{width: 80%;
    text-align: center;
    margin: auto;
    align-items: center;
    vertical-align: middle;
    display: flex; padding-bottom: 25px; padding-left: 60px;}
.contact-section h5 {
   font-size: var(--primary-font-h6);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding-left: 60px;    letter-spacing: 1px;
	
}

.contact-section h5:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 1px;
    background: #06bf5b;
    color: #06bf5b;
    margin-left: -30px;
    margin-top: 11px;
}
.contact-section h5:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 1px;
    background: #06bf5b;
    color: #06bf5b;
    margin-left: 10px;
    margin-top: 11px;
}
.contact-section h6{font-size: var(--primary-font-h5);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 36px; letter-spacing:1px;
    margin-bottom: 20px; text-transform: uppercase;padding-left:30px;}
	
.contact-section h6:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 1px;
    background: var(--primary-color);
    margin-left: -30px;
    margin-top: 17px;
}
.contact-section h6:after {
    content: "";
    position: absolute;
    width:16px;
    height: 1px;
    background: var(--primary-color);
   margin-left: 15px;margin-top: 17px;
}
.contact-section h4{font-size:20px;
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 30px;
     margin-bottom: 15px;margin-left:0px;
 }
.contact-section h3 {
    font-size: var(--primary-font-h4);
    color: var(--primary-heading);
    font-weight: 600;
    line-height:1.4em;
    margin-bottom: 20px;letter-spacing: 1px;
}
.contact-section p{
font-size:var(--primary-font-p);    color: var(--primary-text);font-weight:400;line-height:27px;margin-bottom:0px;margin-bottom:20px;
} 

.contact-section #contact-form label {
  font-size:var(--primary-font-h6);
  color: #33475b;
  margin-bottom: 5px;
  /* pointer-events: none; */
  font-family: arial, helvetica, sans-serif;
}
.sucess_msg p{color: #ffb325 !important;
    margin-top: 15px;
    font-weight: 500;
    font-size: 18px;}

.contact-section button {
    background: var(--accent);
    border-color: #ff7a59;
    color: #ffffff;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    line-height: 12px;
    padding: 12px 24px;
    margin-top: 38px;
	font-weight:700;
	font-family: arial, helvetica, sans-serif;
}

.contact-section button:hover {
    background: var(--yellow-light) !important;}
	
	.nav-tabs.nav-tabs .nav-item.show .nav-link, .nav-tabs .common_nav.nav-link.active {
    color: var(--yellow-light);
    background-color: #fff;
    border-color: var(--neutral-color-2) var(--neutral-color-1) var(--neutral-color-2);
    background: var(--neutral-color-2);
    font-weight: 600;
    font-size: 24px;
    border-radius: 20px 20px 0 0;
    padding: 20px 25px;
}
	
 
	.contact-section .contact_tab_section button{font-size:24px;    color: var(--primary-heading);    padding: 20px 25px;margin-right:10px;margin-top:0px;}
  .nav-tabs.contact_tab_section button:hover{ border-color: transparent;
    background: var(--neutral-color-2);
    font-weight: 600;
    font-size: 24px;
    border-radius: 4px;
    padding: 20px 25px;color:var(--yellow-light)}
	.nav-tabs.contact_tab_section{border-bottom:unset;}
   .contact_tab_section.active{background:red;}
.contact-text-style{font-size: 12px;line-height: 16px;font-family: arial, helvetica, sans-serif;color:#33475b;margin-top:12px;}
.contact-section ul{
    list-style: none;
    padding: 0;
    display: block;
	margin-left:0px;
}
.contact-section ul li {
   font-size: var(--primary-font-p);
    color: var(--primary-text);
    font-weight: 400;
    line-height: 45px;
}
.contact-section ul li i {
    font-size: 16px;
    color: var(--primary-color);
    margin-right: 10px;
}
.form-section .form-control{
    padding: 7px 12px;
    /* border: 1px solid #cbd6e2; */
	/* background-color: #d1d1d13d; */
	border: 1px solid #dbe1e9;
	background-color: #fff;
    border-radius: 3px;}
.form-section .form-select{
    padding: 7px 12px;
	border: 1px solid #dbe1e9;
	background-color: #fff;
    /* border: 1px solid #cbd6e2; */
	 /* background-color: #d1d1d13d; */
    border-radius: 3px;}
	
	.contact-section.contact_page_wraper .form-section .form-control{border: 1px solid #cbd6e2; 
	background-color: #d1d1d13d}
.contact-section.contact_page_wraper .form-section .form-select{border: 1px solid #cbd6e2; 
	  background-color: #d1d1d13d}	
	
.input-box{display:flex;}	
.form-section .form-check-input[type=checkbox] {
    width: 13px;
    height: 13px;
    border: 1px solid #767676;
    margin-top: 5px;
    border-radius: 3px;
    color: #33475b;
    margin-right: 5px;
}

.form-section .form-check-input:checked {
    background-color: #06bf5b;
   border: 1px solid #06bf5b !important;
}
 .form-section .form-check-input[type=radio]{
    width: 13px;
	height: 13px;
	border: 1px solid #767676;
    margin-top: 7px;
    border-radius: 100px;
	color:#33475b;
}
.form-section .form-control:focus{
    outline: 0;
    box-shadow:unset;border:1px solid var(--primary-color);
    outline: 0;
}
.form-section .form-select:focus{
    outline: 0;
    box-shadow:unset;border:1px solid var(--primary-color);
   outline: 0;}
	
 .form-section .form-check-input[type=checkbox]:focus{
 outline: 0;
    box-shadow:unset;
    outline: 0;
}
 .form-section .form-check-input[type=radio]:focus{
    outline: 0;
    box-shadow:unset;
    outline: 0;
}
.conatct_form_tab {display:flex !important;}
.conatct_form_tab_button {color:var(--yellow-light);}
.conatct_form_tab_button:hover {background:transparent !important;color:var(--yellow-light);}
.contact_tab_section_bg {
    padding: 40px;
    /* background: #d8ffea; */
    box-shadow: 0px 1px 5px 0px #e8c4c4c2;}
.close_btn{position: absolute;
    z-index: 34;
    right: 8px;
    top: 3px;
    font-size: 10px;
    padding: 0;}
	.contact_left_section{width: 55%;}
	.contact_rgt_section{width: 45%;}
	.form-section span{color:red;font-size:15px;}
/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

.footer-section{display:block;float:left;width:100%; padding: 60px 20px 20px;background:var(--primary-black);}
.footer-section h6{font-size:var(--primary-font-h6);color:var(--primary-white);line-height:25px;font-weight:600; letter-spacing:1px;text-transform: uppercase;}
.ftr-logo {width:230px;}
.footer-section .footer-nav-list ul {
    color: var(--primary-white);
    font-size:var(--primary-font-h5);
    font-weight: 500;
    display: block;
    padding: 0;
    list-style: none;
}
.footer-section .footer-nav-list ul img{width:95px;}
.footer-section .footer-nav-list ul li {
    margin: 20px 0;
	font-weight:600;
	padding-left:26px;
	font-size:var(--primary-font-h6);
}
.footer-section .footer-nav-list ul li a:hover {
	color:var(--yellow-light);
}

.footer-section .footer-nav-list ul li a:before {
    content: "";
    width: 12px;
    height: 2px;
    color: var(--primary-color);
    background-color:var(--primary-color);
    position: absolute;
    margin-top: 10px;
    margin-left: -25px;
}
.footer-section .footer-social-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 20px;
	/* padding-right: 140px; */
}
.footer-section .footer-social-list ul li {
    margin-right: 10px;
}
.footer-section .footer-social-list ul li a {
    color: var(--primary-white);
}
.footer-section .footer-social-list ul li img{
     width:24px;
}

.footer-section .footer-social-list ul li a:hover{
      color: #ffa600;
}
.footer-copyrights{padding-top:60px;}
.footer-copyrights p{color: #ffffff99;
    font-size: 14px;
    font-weight: 600;text-align:center;}
.footer-middle{align-items:center;}
.footer-align-middle{    align-items: center;
    vertical-align: middle;
    display: flex;}

.footer-section .footer_logo_apps ul{color: var(--primary-white);
    font-size:var(--primary-font-h5);
    font-weight: 500;
    display: block;
    padding: 0;
    list-style: none;}
.footer-section .footer_logo_apps ul li {
    margin: 20px 0;
	font-weight:600;
	font-size:var(--primary-font-h6); 
}
.footer-section .footer_logo_apps ul li img{
      width: 24px;
    margin-right: 10px;
}
.footer-section .footer_logo_apps ul li a:hover{
      color: #ffa600;
}

.contact_popup_reseller h4{font-size: 20px;
    color: var(--primary-heading);
    font-weight: 600;
line-height: 30px}
.contact_popup_reseller #contact-form label {
    font-size: var(--primary-font-h6);
    color: #33475b;
    margin-bottom: 5px;
    /* pointer-events: none; */
    font-family: arial, helvetica, sans-serif;
}


.whatsapp_icon img{
	position: fixed;
    z-index: 9999;
    bottom: 22px;
    left: 30px;
    width: 60px;}
	.reseller_btn{ text-align:center;
}
	.reseller_btn a{    text-align: center;
    display: inline-block;
    background: var(--accent);
    color: #ffffff;
    border-radius: 3px;
    font-size: 16px;
    line-height: 12px;
    padding: 17px 24px;
    margin-top: 15px;
    font-weight: 700;
    font-family: arial, helvetica, sans-serif;}
	.reseller_btn a:hover{background: var(--yellow-light);
    color: #ffffff;}
	
/***contact page***/

.contact_shadow_box{box-shadow: 0 2px 20px 0 rgba(84, 86, 90, .2);}
.contact-section.contact_page_wraper {
    padding-top: 90px;
	background: transparent;
}

.contact-section.contact_page_wraper img {
    width: 280px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left:0px;
    padding-right: 0px;
	padding-bottom: 0px;
}
.contact-section.contact_page_wraper h5 {
      padding-left: 10px;
    line-height: 1;
    margin-bottom: 0;
}
.contact-section.contact_page_wraper h4 {
    margin-left: 0px;    line-height: 1.3em;margin-bottom:20px;
}
.contact-section.contact_page_wraper ul {
    margin-left: 0px;margin-bottom:0px;
}

.contact-section.contact_page_wraper ul li {
    align-items: center;
    vertical-align: middle;
    display: flex;
	line-height: 45px;
	/* padding-bottom: calc(14px / 2); */
}
.contact-section.contact_page_wraper ul li:last-child{
   /* padding-bottom: 0px; */
}
.contact-section.contact_page_wraper ul li i {
    font-size: 16px;
   
}
.contact-section.contact_page_wraper h5:before {
display:none;
}
.contact-section.contact_page_wraper h5:after {
  display:none;
}

.contact-section.contact_page_wraper h6{
padding-left:10px;
}
.contact-section.contact_page_wraper h6:before {
display:none;
}
.contact-section.contact_page_wraper h6:after {
  display:none;
}

.contact-section.contact_page_wraper p {
    font-size: var(--primary-font-p);
    color: var(--primary-text);
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0px;
    margin-bottom: 20px;
  
}

.contact-section.contact_page_wraper .contact_info{
       margin-top: 70px;
}


.contact-section.contact_page_wraper .contact_info p {
    font-size:14px;
    color: #7a7a7a;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0px;
    text-align: unset;    margin-left: 0px;
}
.contact-section.contact_page_wraper .contact_info span {
  color:#303030
}

.contact_rqd_field{color:#ff0000}

.clients_logo_section.contact_client_logo{
  padding-bottom:100px;
    margin-top: 0;
    padding-top: 0px;
}


.clients_logo_section.contact_client_logo h3 {
     margin-bottom: 40px;
	     font-size: var(--primary-font-h3);

}

.clients_logo_section.contact_client_logo img {
     
	 /* width:100px !important; */
}
.contact_client_logo a{
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    fill: #fff;
    color: #fff;
    background-color: var(--accent);
    border-radius: 30px 30px 30px 30px;
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, .2);
    padding: 17px 55px;
    margin: 50px auto 0px;
    display: inline-block;
    text-align: center;
    width: unset;}
	
	.contact_client_logo a:hover{background-color: var(--yellow-light);}
.mb_logo{display:none;}
.customer_btn.landing_menue_connect_book_btn{margin-top:10px}
/**end contact us page**/


/**start about us page**/

.about_section{display: block;
    float: left;
    width: 100%;
    padding-top: 100px;padding-bottom:100px;
background: var(--neutral-color-1);}
.about_section h1{
    font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 1.4em;
    padding-bottom: 40px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.about_section p{
     font-size: var(--primary-font-p);
    color: var(--primary-text);
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0px;
}

.about_seperate_line{
   width: 12%;
    height: 3px;
    background:var(--accent);
    color: #06bf5b;
    margin-top: 15px;
    margin-bottom: 35px;
}
.about_row_flex{display:flex;margin-top:30px;}
.about_lf_secction_wdth{width: 52.657%;}
.about_rgt_secction_wdth{width: 47.343%;align-items: center;
    vertical-align: middle;
    display: flex;}
.about_lf_secction{background: var(--neutral-color-3);padding: 70px 0 0px 120px;}
.about_rgt_secction{padding: 0% 12% 0% 32%;}
.about_img_section{ margin: 0 -100px 0 0;}
.about_img_section img{
	/* box-shadow: 0 0 28px -11px rgba(0, 0, 0, .2); */
	width:100%;    background: var(--neutral-color-2);}
.about_menu_stroy{display:block;float:left;width:100%;padding-top:95px;}
.about_menu_stroy h2{
    color:var(--accent);
    font-family: roboto, Sans-serif;
    font-size: 61px;
    font-weight: 600;
    line-height: 1em;
    text-align: right;letter-spacing:1px;
margin: 0 40px 0 0;}
.about_menu_stroy a{
    color:#303030;}
.about_center_align{align-items:center;}
.clients_logo_section.contact_client_logo.about-client_logo {
 padding-top: 90px;
    padding-bottom: 100px;
    margin-bottom: 0;
}
.contact-section.about_contact_section {
    background: var(--neutral-color-1);
	padding-top:100px;
	padding-bottom:100px;
}

/**end about us page**/

.check_circle_icon {
    color: #06bf5b;
    font-size: 70px;
    margin-bottom: 18px;}
.wrapper-1{
  width:100%;
  display: flex;
flex-direction: column;
}
.wrapper-1 h1{
  font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.wrapper-2{
      padding: 100px 0px 30px;
    text-align: center;
}


.wrapper-2 p{
 color: var(--primary-text);
    font-size: var(--primary-font-p);
    font-weight: 400;
    line-height: 1.5;
    margin-top: 0px;
    margin-bottom: 0px;
}
.go-home{
  color:#fff;
  background:var(--accent);
  border:none;
  padding:10px 50px;
  margin:20px 0px 0px;
  border-radius:30px;
  text-transform:capitalize;display: inline-block;
}
.go-home:hover{
  background:var(--yellow-light);color:#fff;
}
.footer-like{
  margin-top: auto; 
  background:#D7E6FE;
  padding:6px;
  text-align:center;
}
.footer-like p{
  margin:0;
  padding:4px;
  color:#5892FF;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing:1px;
}
.footer-like p a{
  text-decoration:none;
  color:#5892FF;
  font-weight:600;
}

@media (min-width:360px){
  
  .go-home{
    margin-bottom:20px;
  }
}

/**start careers page**/
.banner_section.careers_section h1{font-size:60px;line-height:1.5;}
.careers_value_section{padding:50px 0px;display:block;float:left;width:100%;}
.careers_value_section h3 {
    font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.careers_value_section p{
    /* font-size: var(--primary-font-p); */
    /* color: var(	--primary-text); */
    /* font-weight: 400; */
    /* line-height:27px; */
    /* text-align: center; */
	/* margin-bottom:0px; */
	/* font-family: din pro, Sans-serif !important; */
	/* letter-spacing:1px; */
	    font-size: var(--primary-font-p);
    color: var(--primary-text);
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0px;
	text-align: center;
}

.career_wave_second_section {
    padding: 0px;
    display: block;
    float: left;
    width: 100%;
    background-image: url(../images/menew-btm-wave-shape.svg);
    background-repeat: no-repeat;
   background-repeat: no-repeat;
    background-size: contain;
    padding: 150px 0px 0px;
}
.looking_careers_section{display: block;
    float: left;
    width: 100%;padding: 90px 0px 100px;}
	
.looking_careers_section h3 {
    font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 1.4em;
    text-align: center;
    margin-bottom:50px;
    letter-spacing: 1px;
}
.looking_job_section{background:var(--yellow-light);padding: 15px 20px;display:block;float:left;width:100%;border-radius: 20px 20px 0px 0px;}
.looking_job_section h4{font-size:var(--primary-font-p);line-height: 1.4em;
    letter-spacing: 1px;font-weight:400;margin-bottom:0px;text-align:center;color:#fff;}
.looking_job_inner_section{border: 1px solid #ecebe8;
    border-radius: 0px 0px 20px 20px;
    padding: 30px;
    display: block;
    float: left;
    width: 100%;}
.career_growing_section{ 
    padding:90px 0px 110px;
    width: 100%;
    float: left;
    background-image: url(../images/right-bg-shape.svg);
    background-repeat: no-repeat;
    background-position: 100% 95%;
    background-size: 200px auto;
	background-color:var(--neutral-color-1);
}
.career_growing_section h2 {
   color: var(--yellow-light);
    font-weight: 600;
	font-size:69px;
    line-height: 1;
    text-align: center;

}
.career_growing_section h3 {
    font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 1px;
}
.career_growing_section h4 {
    font-size: 24px;
    font-weight: 600;
    color:var(--primary-dark-gray);line-height: 2.5;
	text-align:center;margin-bottom:0px;
}
.career_growing_section img{
   width:130px; margin-bottom:20px;
}
.career_growing_container{max-width: 1365px;}

.career_growing_main_wraper {
    width: 100%;
    display: contents;
}
.career_inner_wraper {
    width: 33.33%;
	text-align:center;
}
.career_growing_box_1 {
    margin-right: 10px;width:438px;
	background:#fff;border-radius:8px 8px 8px 8px;
	padding:50px 40px;display: block;
    float: left;
}
.career_growing_box_2 {
    margin-left: 5px;width:438px;
    margin-right: 5px;
	background:#fff;border-radius:8px 8px 8px 8px;
	padding:50px 40px;display: block;
    float: left;
}
.career_growing_box_3{
    margin-left: 10px;width:438px;
	background:#fff;border-radius:8px 8px 8px 8px;
	padding:50px 40px;display: block;
    float: left;
}

.career_growing_box {
    box-shadow: 0 2px 20px 0 rgba(84, 86, 90, .2);
    border-radius: 20px 20px 16px 16px;
    position: relative;
}
.career_growing_img_box {
    background: linear-gradient(174.25deg, var(--primary-color) 40%, var(--yellow-light) 79.72%);
    border-radius: 16px 16px 0 0;
}
.career_life_section {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 0px;
    padding-top: 90px;
}
.career_life_section h3 {
    font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 1.4em;
    text-align: center;
    margin-bottom:25px;
    position: relative;
    margin-top: 0px;
    letter-spacing: 1px;
}

.career_find_role_section{    background: var(--yellow-light);
    display: block;
    float: left;
    padding:40px 0px;
    width: 100%;
}
.career_find_role_section h3 {
    font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom:0px;
    position: relative;
    margin-top: 0px;
    letter-spacing: 1px;
	color:#fff;
}
.career_find_role_section p {
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    text-transform: none;
    line-height: 1.4em;
	margin-bottom:0px;
}

.career_find_role_section a{font-weight:500;
    background:var(--yellow-light);
    border:1px solid #fff;font-size:var(--primary-font-h5);
    padding: 20px 40px;
    border-radius: 50px 50px 50px 50px;color:#fff;float:right;line-height: 18px;
}
.career_find_role_section a:hover{
    color:var(--yellow-light);
    background:#fff;
}
.career_align-center{align-items:center;}
/**end careers page**/



/**start integration page**/

.pricing_plan_list{display: flex;
    list-style: none;
    padding: 0;justify-content: center;
    margin: 0px;list-style-type:none;}
	
	.pricing_plan_list li{    margin-right: 24px;font-size:16px;}
	.pricing_plan_list li:last-child{margin-right:0px;}


.banner_section.integration_top_section h1 {
    font-size: 60px;
    line-height: 1.5;
}
.integration_section{display: block;
    float: left;
    width: 100%;
    padding-top:50px;padding-bottom: 100px;margin-bottom:50px;}
.integration_section h1{
     font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 1.4em;
    padding-bottom: 0px;
    letter-spacing: 1px;
    margin-bottom: 0px;
	text-align:center;
	
}
.integration_section h5 {
    font-size: var(--primary-font-h5);
    color: var(--yellow-light);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-left: 30px;	text-align:center;
	
}
.integration_section p{
    color: var(--primary-text);
    font-size: var(--primary-font-p);
    font-weight: 400;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom:0px;
	text-align:center;
}
.integration_section img{
    margin-top: 30px;
}
.integration_hero_banner{background:var(--neutral-color-1);    display: block;
    float: left;
    width: 100%;}


.banner_request_btn.integration_btn{
        text-align: center;
}
.banner_request_btn.integration_btn a {
      display: inline-block;
	  float:unset;
}
.payment_integration_section {
    display: block;
    float: left;
    width: 100%;
    padding-top: 100px;
}
.payment_integration_section  h3 {
    font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 0px;
    letter-spacing: 1px;
	    display: flex;
    align-items: center;
    vertical-align: middle;
}
.payment_integration_section  p {
    color: var(--primary-text);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 0px;
    
}
.payment_integration_section  img{
      max-width: 60px;
    float: left;
    margin-right: 10px;

}
.pricing_banner{    margin-right: 0px !important;
    width: 100% !important;}
.payment_img {padding: 60px 0px 0px;
gap: 24px 0px;}
.payment_integration_section .payment_img  img{
       max-width: unset;
    float: unset;
    width: 100%;
    border-radius: 10px;
    background:var(--neutral-color-1);
    padding: 20px 40px;
}

.integra_btn a{background: var(--accent);
    padding: 18px 44px;
    color: var(--primary-white);
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    font-size: var(--primary-font-h5);
    line-height: 18px;
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, .2);
letter-spacing: 0.5px;margin-top:20px;}
.integra_btn :hover{background: var(--yellow-light);}
   .payment_integration_section.integration_last_section{
   padding-bottom:100px;
}

.intg_tp_web_img{display:block;}
.intg_tp_mb_img{display:none;}
/**end integration page**/

/**start Hotel & resorts page**/

.integration_section.hotels_resort_fact {
  background: var(--neutral-color-1);margin-top:20px;
}
.integration_section.hotels_resort_fact img{
 margin-top:0px;
}
.integration_section.hotels_resort_fact h3{text-align:left;}
.integration_section.hotels_resort_fact h4{color:var(--primary-heading);text-align:center;font-size: 22px;
    font-weight: 600;
    line-height: 1.4em;margin:20px 0px;}
.integration_section.hotels_resort_fact p{text-align:left; margin-bottom: 45px;}
.hotels_resort_fact ul{    list-style-type: none;
    padding: 0;
    margin: 0px;}
.hotels_resort_fact ul li{ color:var(--primary-dark-gray);font-size:var(--primary-font-h6);float:left;display:flex;line-height: 32px;}
.hotels_resort_fact i {
    color: var(--yellow-light);
    margin-right: 8px;
}
.career_growing_container.hotels_resort_container {
    max-width: 1365px;
}
.career_growing_main_wraper.hotels_resort_box_main {
    width: 100%;
    display: flex;
}
.career_inner_wraper.hotels_inner_wraper {
    width: 33.33%;
    text-align: unset;
}
.hotel_box_min-hgt{min-height:342px;}


.resports_operation_section{display: block;
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;}
.resports_operation_section h3 {font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 1.4em;
    padding-bottom: 0px;
    letter-spacing: 1px;
    margin-bottom: 50px;
    text-align: center;}
.resports_operation_section img{margin-top:170px;}
.hotels_tab_data{display:block;float:left;width:100%;margin-bottom:100px;}	
.career_wave_second_section.hotels_wave_second_section{
   padding: 240px 0px 0px;
}
.common_tab_data_list{border-bottom: 1px solid var(--neutral-color-2);}

.common_tab_data_list button{
    background: 0 0;
    /* border: 1px solid transparent; */
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-heading);
    padding: 20px 25px;
    border: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .contact_tab_button.nav-link.active{color: var(--yellow-light);
    background-color: #fff;
    border-color: var(--neutral-color-2) var(--neutral-color-1) var(--neutral-color-2);
    background: var(--neutral-color-2);
    font-weight: 600;
    font-size: 24px;
    border-radius:4px;
    padding: 20px 25px;}
	
	.nav-tabs .nav-item.show .nav-link, .nav-tabs .contact_tab_button.nav-link:hover{color: var(--yellow-light);
    background-color: #fff;
    border-color: var(--neutral-color-2) var(--neutral-color-1) var(--neutral-color-2);
    background: var(--neutral-color-2) !important;
    font-weight: 600;
    font-size: 24px;
    border-radius:4px;
    padding: 20px 25px;}
	
.nav-link.common_nav:hover{
    color: var(--primary-heading);

    border-color: transparent transparent transparent;
    font-weight: 600;
    font-size: 24px;
    border-radius: 20px 20px 0 0;
    padding: 20px 25px;
}


.hotels_tab_data h3{    font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 1.4em;
    padding-bottom: 0px;
    letter-spacing: 1px;
    margin-bottom: 50px;
    text-align: center;
   }
  .hotels_tab_data h4{font-size:var(--primary-font-h5);color:var(--primary-heading);text-align:center;margin-bottom:20px;letter-spacing:1px;font-weight:600;margin-top:30px;}
	
   .tab_inner_wraper{padding: 20px;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #ecebe8;
    border-radius: 20px 20px 20px 20px;} 
	.tab_inner_wraper{border-radius:18px;}
	.tab_inner_wraper img{border-radius:18px;width:95%;}
	.tab_inner_wraper p{font-size:var(--primary-font-h6);color:#7a7a7a;margin-top:10px;margin-bottom:0px;}
	.tab_inner_wraper a{font-size:var(--primary-font-h6);color:var(--accent);;text-transform:uppercase;font-weight:600;text-decoration:underline;margin-top:40px;display: block;}
	.tab_inner_wraper a:hover{color:var(--yellow-light);}
	
	.tab_section_bg{background:#fff;padding: 40px 0px; }
.common_all_btn a{background: var(--accent);
    padding: 18px 44px;
    color: var(--primary-white);
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    font-size: var(--primary-font-h5);
    line-height: 18px;
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, .2);
    letter-spacing: 0.5px;}	
	
.common_all_btn a:hover{background: var(--yellow-light);;}	
	
/**end integration page**/



/**start restaurants page**/
.integration_section.restaurant_resort_fact {
    background: var(--neutral-color-1);
    padding-top: 100px;
    padding-bottom: 110px;
    margin-bottom: 70px;
	margin-top:20px;
}
.integration_section.restaurant_resort_fact h4 {
     color: var(--yellow-light);
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 20px 0px;
	    margin-bottom: 0;
}

.integration_section.restaurant_resort_fact h3 {
    text-align: left;
}
.integration_section.restaurant_resort_fact p {
    text-align: left;
}


.career_wave_second_section.restaurant_wave_second_section {
    padding: 260px 0px 0px;
}

.restaurant_box_main_wraper{
    width: 100%;
    display: contents;
}
.restaurant_main_gap{    gap: 35px 0px;}
.restaurant_inner_wraper_section.hotels_inner_wraper {
    width: 25%;
}
.restaurant_inner_wraper_section img{
    width: 95px !important;
    margin: auto;
}
.restaurant__box_1 {
    margin-right: 15px;
    margin-left: 15px;
    background: #fff;
    border-radius: 16px;
    padding: 50px 40px;
    display: block;
    float: left;
	width:90%;
}
.restaurant__box_2 {
   margin-right: 15px;
    margin-left: 15px;
    background: #fff;
    border-radius:  16px;
    padding: 50px 40px;
    display: block;
    float: left;
	width:90%;
}
.restaurant__box_3 {
   margin-right: 15px;
    margin-left: 15px;
    background: #fff;
    border-radius:  16px;
    padding: 50px 40px;
    display: block;
    float: left;
	width:90%;
}
.restaurant__box_4 {
    margin-right: 15px;
    margin-left: 15px;
    background: #fff;
    border-radius: 16px;
    padding: 50px 40px;
    display: block;
    float: left;
	width:90%;
}
.integration_section.hotels_resort_fact .restaurant_box_main_wraper h4{margin-bottom:0px;}
.common_tab_data {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 100px;
}
.common_tab_data h3 {
    font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 1.4em;
    padding-bottom: 0px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: center;
}

.common_tab_data p{font-size: var(--primary-font-p);
    color: var(--primary-text);
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0px;
    text-align: center;}
.common_tab_data h4 {
    font-size: var(--primary-font-h5);
    color: var(--primary-heading);
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 30px;
}
.restaurant_features_section{display:block;float:left;width:100%;padding-bottom:100px;}
.restaurant_features_section h3{font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 1px;}
	.restaurant_features_section h4 {
    font-size: var(--primary-font-h4);
    color: var(--yellow-light);
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
	margin-top: 25px;
    letter-spacing: 1px;text-align: center;
}
.restaurant_features_section p {
    font-size: var(--primary-font-p);
    color: var(--primary-text);
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0px;
    text-align: center;
}
.restaurant_features_box{    text-align: center;
    box-shadow: 0 2px 20px 0 rgba(84, 86, 90, .2);
    border-radius: 20px 20px 16px 16px;
    padding: 40px;
    margin-bottom: 25px;
      min-height: 432px;}
.restaurant_features_box span{color: var(--accent);}
.restaurant_features_box svg{width: 97px;
    margin-bottom: 25px;}
.restaurant_features_box svg path { fill:var(--primary-color); }	



/**end restaurants page**/

/**end theatres page**/
.theatres_features_box.restaurant_features_box{
    min-height: 400px;}
/**end theatres page**/

/**start price page**/


.integration_section.price_section {
   margin-bottom: 0px;    display: block;
    float: left;
    width: 100%;
    padding-top: 140px;
    padding-bottom: 60px;}
.payment_integration_section.price_code_section{
	display: block;
    float: left;
    width: 100%;
    padding-top: 0px;
	
}
.payment_integration_section.price_code_section h3{
	font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 0px;
    letter-spacing: 1px;
	
}
.payment_integration_section.price_code_section h5{
	
    font-size:24px;
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    margin-top: 20px;
}
.payment_integration_section.price_code_section p{
	font-size: var(--primary-font-p);
    color: var(--primary-text);
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0px;
    text-align: unset;
}
	.paise_txt{color: var(--accent);
   font-size: var(--primary-font-p);
    font-weight: 400;}

.price-top_right img{float:right !important;}
.payment_integration_section.price_code_section h4{
font-size: var(--primary-font-h3);
    color: var(--yellow-light);
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 0px;
    letter-spacing: 1px;
	
}
.payment_integration_section.price_code_section img {
    /* width: 100%; */
    /* float: unset; */
    max-width: unset;

}
.price_list_flex{display:flex;}
.price_code_section ul {
      list-style: none;
    padding: 0;
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
}
.price_code_section ul li {
    font-size: var(--primary-font-menu);
    color: var(--primary-dark-gray);
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 25px;
}
.price_code_section ul li:last-child{
    margin-bottom: 0px;
}
.price_code_section ul li i {
   font-size: 20px;
    color: var(--primary-color);
    margin-right: 15px;
    margin-top: 4px;
}
.price_vertcal_middle{    vertical-align: middle;}
.pricing_feature_section th{padding:30px;

}
table {border-collapse: collapse;
    border-radius: 16px 16px 0px 0px;
    clip-path: border-box;
}

.pricing_table_basic-row_wdth{min-width:200px;}
.pricing_table_customc-row_wdth{min-width:210px;}
.pricing_feature_section td{padding: 5px 30px;}
.pricing_feature_section p{    color: #383333;}
.price_code_section h4{
       font-size: 40px;
    margin-top: 0px;
    color: #09090c;
    font-weight: 600;
}

.text-shadow {
	font-style: italic;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke: var(--accent);
	-webkit-text-stroke-width: 1px;
	text-shadow: 2px 2px 10px var(--yellow-light);
	transition: all 0.5s ease-in-out;;
	letter-spacing: 0.2em;
	animation: flicker 0.5s ease-in-out infinite alternate;

	&:hover {
		color: #fff;
	}
}


@keyframes flicker {
	0% {
		opacity: 0.5;
		text-shadow: 2px 2px 10px var(--accent);;
	}
	100% {
		opacity: 1;
		text-shadow: 2px 2px 20px var(--accent);;
	}
}

.page__text_01 {
  margin: auto;
}

.text_01 {
  position: relative;
  font-size: clamp(4rem, 7vw, 8rem);
}
.text_01::before {
  animation-name: anim;
  animation-duration: 5s;
  animation-delay: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
   color: var(--accent);
  position: absolute;
  top: 0;
  left: -2px;
  width: 0;
  overflow: hidden;
  content: attr(data-text);
}

@keyframes anim {
  50%, 60% {
    width: 80%;
  }
}
.price_btn{background: var(--accent);
    padding: 18px 44px;
    color: var(--primary-white);
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    font-size: var(--primary-font-h5);
    line-height: 18px;
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, .2);
    letter-spacing: 0.5px;
	margin-top: 25px;
    margin-bottom: 10px;

}
.price_btn:hover{background-color: var(--yellow-light);color:#fff;
}

.pricemain_note{text-align: center;background: var(--neutral-color-1);
    padding: 20px 40px;margin-top:40px;
    font-size: 16px;font-size:var(--primary-font-menu) !important;}
	
.restaurant_pos_need {
    display: block;
    float: left;
    width: 100%;
    padding-top: 100px;}

.restaurant_pos_box_spc {
    padding: 0px 30px;
}



.restaurant_pos_need h3 {
    font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 30px;
    letter-spacing: 1px;
	text-align:center;
}	
.restaurant_pos_need img{
  width:100px;
}	
.restaurant_pos_need h4{
    font-size: 30px;
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    margin-top: 20px;}
.restaurant_pos_need span{
font-weight: 600; color: var(--primary-heading);}

.growth_plan_section h3 {
    font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 0px;
    letter-spacing: 1px;
}
.growth_plan_section h4 {
    font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    margin-top: 30px;
    font-weight: 600;
}
.growth_plan_section {
    display: block;
    float: left;
    width: 100%;
    padding-top: 100px;
}
.growth_plan_section p {
    color: var(--primary-text);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 0px;
}
.growth_plan_section ul {
      list-style: none;
    padding: 0;
    display: block;
    margin-top:20px;
    margin-bottom: 0;
}
.growth_plan_section ul li {
    font-size: var(--primary-font-p);
  font-size: 16px;
    color: var(--primary-dark-gray);
    font-weight: 400;
	line-height:28px;
  margin-bottom: 25px;
}
.growth_plan_section ul li:last-child{
    margin-bottom: 0px;
}
.growth_plan_section ul li i {
      font-size: 20px;
    color: var(--primary-color);
    margin-right: 15px;
    margin-top: 4px;
}
.growth_plan_section img{
       padding-right: 80px;
}
	.common_align_center{    align-items: center;
    vertical-align: middle;
    display: flex;}
	.growth_plan_section.scale_plan_section img{padding-left: 80px;padding-right: 0px;}
	
.customers_section.price_customer_section{display: block;
    float: left;
    width: 100%;
    padding-bottom: 0px;
    padding-top: 100px;}
.pricing_suppur-offers_dtl{margin-top:20px;}
.payment_integration_section .pricing_suppur-offers_dtl p {
    font-size: var(--primary-font-p);
    color: var(--primary-text);
    margin-top: 0;
}
.payment_integration_section.price_code_section .pricing_suppur-offers_dtl p{text-align:left;}
.restaurant_pos_need.pricing_cost{padding-bottom:80px;}
.restaurant_pos_need.pricing_cost h4{font-size: var(--primary-font-h4);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
	letter-spacing: 1px;}
.pricing_faq_section{display: block;
    float: left;
    width: 100%;padding-top: 100px;
    padding-bottom: 100px;}
.pricing_faq_section h3 {
    font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 30px;
    letter-spacing: 1px;
	text-align:center;
}
.accordion-header.accordion-header-pricing{    border-bottom: 0px solid #ecebe8;}
.accordion-item.accordion-item-pricing {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.accordion-button.accordion-button-pricing {padding: 20px 0px;
font-size:var(--primary-font-p);
font-weight:500;
}

.accordion-button.accordion-button-pricing:not(.collapsed) {
    color: #06bf5b;
    background-color: #e7f1ff00;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    padding:20px 0px;
}
.accordion-button.accordion-button-pricing:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow:unset;
}
.accordion-body.accordion-body-pricing {
    padding: 20px 0px;
    border-bottom: 1px solid #ecebe8;

}
.accordion-body.accordion-body-pricing p{
  font-size: var(--primary-font-p);
    color: var(--primary-text);
	margin-bottom:0px;
}
.accordion-body.accordion-body-pricing ul{
    padding: 0 0px 0px 18px;
    margin-top: 10px;
    margin-bottom: 0;
}
.accordion-body.accordion-body-pricing li{
    font-size:var(--primary-font-menu);
	color: #7a7a7a;
}
.pricing_customer_services{display: block;
    float: left;
    width: 100%;
    padding-top: 100px;}
	
.pricing_customer_services h3{font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 10px;
    letter-spacing: 1px;
	text-align:left;
}
.pricing_customer_services h4{
    font-size: 25px;
    margin-top: 0px;
   color: var(--primary-heading);
    text-align: left;
    float: left;
    font-weight: 600;
    width: 100%;margin-bottom: 20px;}


.pricing_spc{margin-right:10px;}
.pricing_pd_spc{padding-left:5px;padding-right:5px;}
.pricing_customer_services p{
  font-size: var(--primary-font-menu);
    color: var(--primary-gray);
    font-weight: 500;
    line-height: 25px;
    margin-top: 15px;
	margin-bottom:0px;
}
.pricing_logo_marketplace{background: var(--neutral-color-1);
    padding: 30px;}
.pricing_logo_marketplace_border{background:#fff;padding:20px;margin-bottom:25px;}
.pricing_logo_marketplace_border img{width:70px;}
.pricing_logo_marketplace img {
    max-width: unset;
    float: unset;
    width: 80px;
    /* border-radius: 10px; */
    /* background: var(--neutral-color-1); */
    /* padding: 20px 30px; */
}
.pricing_bg_section{background: var(--neutral-color-1);    padding:30px;}
.restaurant_pricing_section{
	display: block;
    float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 80px;
}
.order_based_price_section{padding-top:80px;}
.restaurant_pricing_section h3{
	font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 50px;
    letter-spacing: 1px;
    text-align: center;
}

.price_box_section{
	/* box-shadow: 0px 5px 22px 4px rgba(0, 0, 0, .04), 0px 12px 17px 2px rgba(0, 0, 0, .06), 0px 7px 8px -4px rgba(0, 0, 0, .09), 0px -4px 0px var(--yellow-light);   */
	box-shadow: 0px 5px 22px 4px rgba(0, 0, 0, .04), 0px 12px 17px 2px rgba(0, 0, 0, .06), 0px 7px 8px -4px rgba(0, 0, 0, .09), 0px 0px 0px var(--yellow-light);  
	border-radius: 16px;margin-bottom: 20px;}
.price_feature_wraper{background: var(--yellow-light);    border-radius: 0px 0px 16px 16px;}

.price_box_section h4{font-size: var(--primary-font-h4);
    color: #fff;
    font-weight: 600;
	text-align:center;
    line-height: 36px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding: 14px;border-radius: 16px 16px 0px 0px;
  }
  .basic_plan{background: var(--yellow-light);}
  .advanced_plan{background-color: #D2B300;}
  .premium_plan{    background-color: #6DBE34;}
  .build_plan{       background-color: #06BF5B;}
  .or_txt{    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    color: #697082;}
	.price_or_btm_spc{margin-bottom:8px !important;}
.restaurant_pricing_section	.price_box_section h3{font-size: 30px;
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 1px;
    margin-bottom: 0px;
	
    text-transform: uppercase;
	text-align:center;
 }
 
 .price_box_section p{    padding: 0px 25px;
    text-align: center;font-size: var(--primary-font-p);
    color: var(--primary-text);
    margin-bottom: 0px;min-height:108px;}
	.price_month{font-size: 12px;
    text-transform: lowercase;
    font-weight: 400;
    font-style: normal;
    color: #666;}
	.price_shop_btn {
	width: 150px; background: var(--accent);
    padding: 12px 15px;
    color: var(--primary-white);
    border-radius: 8px;
    display: inline-block;
    font-weight: 500;
    font-size: var(--primary-font-menu);
    line-height: 18px;
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, .2);
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    margin-top: 20px;
}	
.price_subscription_box{min-height:532px;}
.subscri_price_section_hgt{min-height: 165px;
}
.custom_price_txt_spc{margin-top:55px;    text-transform: capitalize !important;
}
.subscri_price_section_hgt_01{min-height:135px;
}
	.price_shop_btn:hover{background: var(--yellow-light);color:#fff;}
	.price_list_head{font-weight:500;}

   .price_box_section ul{list-style: none;
       padding: 0px 20px;
    display: block;    margin-top: 25px;
}
	.price_box_section ul li {font-size: var(--primary-font-p);
    text-align: unset;
    color: var(--primary-text);
    display: flex;
    margin-bottom: 10px;}
	.price_box_section ul li p{font-size: var(--primary-font-p);
    text-align: unset;
    color: var(--primary-text);
    display: flex;padding:0px;
    margin-bottom: 0px;min-height:unset;}
.price_box_section ul li i {
    font-size: 16px;
    color: var(--primary-color);
    margin-right: 10px;
    margin-top: 3px;
	
}
.custom_build_pricing{margin-top: 25px;}
.starting_at_txt{color:var(--yellow-light)}
.price_hr_spc{   margin-top: 80px;
    margin-bottom: 25px;}
.price_feature_link{font-weight: 600;
   color:  #fff;
    letter-spacing: 1px;
    font-size: 16px;    width: 100%;
    padding: 10px 20px;
    display: block;
    text-align: center;border-radius: 0px 0px 16px 16px;}
.price_feature_link:hover{
	
    color: #fff;border-radius: 0px 0px 16px 16px;}
	.pricing_feature_section    {display: block;
    float: left;
    width: 100%;
    padding-bottom: 100px;}	
	
	.pricing_feature_section h3 {
    font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 50px;
    letter-spacing: 1px;
    text-align: center;
}
.feature_pricing_table{border-top: 2px solid #484747;border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;}	
.feature_pricing_table thead{
	/* background: #232524; */
	background: #484747;border-left: 1px solid #484747;
    border-right: 1px solid #484747;
vertical-align: top;}	
.feature_pricing_table thead p{  font-weight:500;margin-bottom:0px;color: #fff;}	
.free_trail_highted{  background-color: #fff !important;
    /* box-shadow: 0px 2px 8px 0px #06bf5b !important; */
    border: 1px solid #06bf5b;    border-top: 0;
    border-bottom: 1px solid #dee2e6;
}
.free_trail_highted_01{  background-color: #fff !important;
    /* box-shadow: 0px 2px 8px 0px #06bf5b !important; */
    border: 1px solid #232524;    border-top: 0;
    border-bottom: 1px solid #232524;
}
.free_trail_highted_last{  background-color: #fff !important;
 border-bottom: 1px solid #dee2e6;
}	
/* .basic_trail_highted{   background-color: var(--yellow-light) !important;}	 */
/* .adanvaced_trail_highted{   background-color:#D2B300 !important;}	 */
/* .premium_trail_highted{background-color: #6DBE34 !important;}	 */
/* .build_trail_highted{   background-color: var(--accent) !important;}	 */

.price_head {
    font-size: 22px;
    color: #212529;
    line-height: 30px;
}	
.price_head span{
  font-size: 14px;
    color: #d6c9c9;
}
.price_head_title{font-size: 21px;    min-height:45px;
    font-weight: 700 !important;}	
	.get_btn_min-hehgt{    min-height: 100px;min-height: 100px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;}
.price_available{
	color:var(--accent);
	/* background: #EEFFF5; */
    /* padding: 7px; */
    /* border-radius: 100px; */
    /* width: 30px; */
    /* height: 30px; */
    /* font-size: 17px; */
    /* line-height: 17px; */
} 
.price_un_available{color:#000;
    /* background: #EEFFF5; */
    /* padding: 7px; */
    /* border-radius: 100px; */
    /* width: 30px; */
    /* height: 30px; */
    /* font-size: 19px; */
    /* line-height: 16px; */
} 
.price_addon{color:var(--yellow-light);
	/* width: 30px; */
    /* height: 30px; */
    /* font-size: 17px; */
    /* line-height: 20px; */
    /* background: #EEFFF5; */
    /* padding: 7px; */
    /* border-radius: 100px; */
}
.payment_integration_section.price_code_section .offers_top_txt{font-size:20px;}
.price_icons_spc{margin-right:10px;} 
.price_feature_txt{font-size: 20px;
    font-weight: 700;color:var(--yellow-light) !important;
} 

.pricing_free_trail_section{display:block;float:left;width:100%;padding-bottom:80px;}
.pricing_free_trail_section h3 {
    font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-align: center;
}
.pricing_free_trail_section h4 {
    font-size: var(--primary-font-h4);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 36px;
       margin-bottom: 15px;
    margin-top: 15px;

    letter-spacing: 1px;
	text-align:center;
}
.additional_addons_shadow{
    margin: 10px;
    box-shadow: 0 2px 12px 0 rgb(84 86 90 / 18%);
    border-radius: 20px 20px 16px 16px;
    padding: 18px;min-height:397px;}
	.additional_addons_shadow img{
       width: 200px !important;
    margin: auto;}
	
.menew_connect_addons_shadow.additional_addons_shadow{min-height:290px;}	
.menew_connect_addons_shadow.additional_addons_shadow p{margin-top:10px;text-align:center;}	
.menew_connect_need_txt{margin-top:10px;text-align:center;font-weight:500;}	
	
	
.right_button-icon .owl-next {
position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    font-size: 60px!important;
	 color: var(--accent) !important;
}
.left_button-icon .owl-prev {
position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    font-size: 60px !important;
	 color: var(--accent) !important;
}

.right_button-icon .owl-next:hover {
background: transparent !important;
    color: var(--yellow-light) !important;
}
.left_button-icon .owl-prev:hover {
background: transparent !important;
    color: var(--yellow-light) !important;
}
		
	
	
.pricing_free_trail_section  p {
    font-size: var(--primary-font-p);
    color: var(--primary-text);
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0px;
    text-align: center;

}
.pricing_free_feature_scroll{ display: block;
    max-height: 450px;
    overflow: auto;  
	scrollbar-width: thin;
   scrollbar-color: #e3e3e3 transparent;}

    .pricing_free_feature_scroll::-webkit-scrollbar {
        width: 8px;
    }

    .pricing_free_feature_scroll::-webkit-scrollbar-track {
        scrollbar-color: #e3e3e3 transparent;
      
    }

    .pricing_free_feature_scroll::-webkit-scrollbar-thumb {
      
        scrollbar-color: #e3e3e3 transparent;
    }
.customer_btn.explore_feature_btn{    margin-top: 0;
    text-align: center;
    display: block;
    float: left;
    width: 100%;}
.customer_btn.explore_feature_btn a{padding: 12px 26px;
   background:#fff;
       color: var(--accent);
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, .2);
    letter-spacing: 0.5px;margin-top:20px;}
.customer_btn.explore_feature_btn a:hover{color:var(--accent);background:#fff;}
.pricing_check_icon {
    font-size: 18px;
    margin-right: 10px;
        margin-top: 24px;
    color: var(--accent);
}
.pricing_mx_spc{ margin-right: 15px;justify-content: center;}
.pricicing_contact_sale{    text-align: center;
    color: var(--accent);
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 30px;}
	.pricicing_contact_sale a:hover{
    color: var(--yellow-light);}
	
/**end price page**/


/***start pricing secomd design****/

 .pricing {
         display: -webkit-flex;
    width: 100%;
    margin: 0 auto;
        }
        
        .pricing-item {
            position: relative;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            flex-direction: column;
            -webkit-align-items: stretch;
            align-items: stretch;
            text-align: center;
          
        }
        
        .pricing-action {
            color: inherit;
            border: none;
            background: none;
            cursor: pointer;
        }
        
        .pricing-action:focus {
            outline: none;
        }
        
        .pricing-feature-list {
            text-align: left;
        }
        
        .pricing-palden .pricing-item {
            cursor: default;
            color: #84697c;
            background: #fff;
            /* box-shadow: 0 0 10px rgba(46, 59, 125, 0.23); */
            border-radius: 20px 20px 10px 10px;
                   margin: 2em -0.5em;
				       border: 1px solid #dee2e682;
    border-radius: 10px;
        }
        .pricing-palden .pricing-deco.trail_pricing_free_middle{background-image: linear-gradient(138deg, #6DBE34 0%, #FFA600 100%);
    min-height: 347px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;}
	
	 .pricing-palden .pricing__item--featured {
                margin: 0;
				    border: 0;
                z-index: 10;
                box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
            }
      
        
        .pricing-palden .pricing-deco {
               border-radius: 10px 10px 0 0;
     background-color:#484747;

    padding: 4em 15px;
    position: relative;  min-height: 315px;
        }
        
        .pricing-palden .pricing-deco-img {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 160px;
        }
        
        .pricing-palden .pricing-title {
                 font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--yellow-light);
    margin-bottom: 15px;

        }
		.pricing-title.feature_title{text-align:left;margin-bottom: 12px;}
        
        .pricing-palden .deco-layer {
            -webkit-transition: -webkit-transform 0.5s;
            transition: transform 0.5s;
        }
        
        .pricing-palden .pricing-item:hover .deco-layer--1 {
            -webkit-transform: translate3d(15px, 0, 0);
            transform: translate3d(15px, 0, 0);
        }
        
        .pricing-palden .pricing-item:hover .deco-layer--2 {
            -webkit-transform: translate3d(-15px, 0, 0);
            transform: translate3d(-15px, 0, 0);
        }
        
        .pricing-palden .icon {
            font-size: 2.5em;
        }
        
        .pricing-palden .pricing-price {
               font-size: 23px;
    font-weight: bold;
    padding: 0;
    color: #fff;
    margin-top: 0px;
    line-height: 30px;
        }
        
        .pricing-palden .pricing-currency {
            
            vertical-align: top;
        }
        
        .pricing-palden .pricing-period {
            font-size: 14px;
            padding: 0 0 0 0.5em;
            font-style: italic;
        }
        
        .pricing-palden .pricing__sentence {
            font-weight: bold;
            margin: 0 0 1em 0;
            padding: 0 0 0.5em;
        }
        
        .pricing-palden .pricing-feature-list {
            margin: 0;
            padding: 0.25em 0 0px;
            list-style: none;
            text-align: center;
        }
        .pricing-feature-list.feature_pricing_list li{
             text-align: left;
			     padding: 1em 20px;
                color: #000;
        }
	.pricing-feature-list li{text-align: center;
			     padding: 1em 20px;
                color: #000;border-bottom:1px solid #dee2e682;}
				
				.pricing-feature-list li:last-child{
                color: #000;border-bottom:0px solid #dee2e682;}
        
        .pricing-palden .pricing-feature {
            padding: 1em 20px;color:#000;
        }
        
        .pricing-palden .pricing-action {
            font-weight: bold;
            margin: auto 3em 2em 3em;
            padding: 1em 2em;
            color: #fff;
            border-radius: 30px;
            background: linear-gradient(135deg,#a93bfe,#584efd);
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }
        
        .pricing-palden .pricing-action:hover,
        .pricing-palden .pricing-action:focus {
            background: linear-gradient(135deg,#fd7d57,#f55d59);
        }
        
        .pricing-palden .pricing-item--featured .pricing-deco {
            padding: 5em 0 8.885em 0;
        }
		


.header-01 {
  position:relative;
  text-align:center;
}

.inner-header {
  height:100%;
  width:100%;
  margin: 0;
  padding: 0;
}

.pricing-palden .pricing-item.feature_section_width{min-width: 25%;}
.pricing-palden .pricing-item.all_pricing_section_width{min-width: 16%;z-index:0;}
.pricing-item.features-item.all_pricing_section_width.ja-animate.basic_trail_position {
z-index: -1;}


.feature_pricing_list li{text-align:left;}

/***end pricing secomd design****/

/**start hardware page**/

.integration_section.menew_pos_wraper.hardware_section h3 {margin-bottom: 30px;}
.hardware_pop_up{display:block;float:left;width:100%;}
.hardware_pop_up h5{padding-left:0px;margin-bottom:0px;}
.hardware_pop_up img{    width: 200px;
    margin: auto;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
display: flex;}



/***end hardwar design****/
.cusmer_merchant_box_shadow{box-shadow: 0 2px 20px 0 rgba(84, 86, 90, .2);padding: 20px 20px 20px;border-radius: 8px;min-height: 887px;}
.customer_merchant_section{display: block;
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;}
.customer_merchant_section h3{font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom:30px;
    position: relative;
    margin-top: 0px;
    letter-spacing: 1px;}
	.customer_merchant_section .customer_merchant_box_hght h4{font-size: 22px;
    color: #212529;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 0px;
    margin-top: 15px;
    letter-spacing: 1px;
    text-align: center;}
.customer_merchant_section h5{    font-size: 18px;
    text-align: center;
    font-weight: 400;
    line-height: 22px;
    font-family: "Jost", sans-serif;
    color: #212529;
    margin-top: 10px;}
.customer_merchant_img_btm-spc{    margin-bottom: 10px;}
.customer_merchant_section p{text-align: center;
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 0;color:var(--accent);}
.customer_merchant_section img{width: 165px;
    text-align: center;
    margin: auto;
    display: flex;}
.customer_merchant_wraper{display: block;
    float: left;
    width: 100%;
	box-shadow: 0 2px 20px 0 rgba(84, 86, 90, .2);
    border-radius: 20px 20px 16px 16px;
    padding: 20px;
   }
.customer_merchant_wraper img{max-width: unset;
    float: unset;
    width: 100%;
    border-radius: 10px;
    background: var(--neutral-color-1);
    padding: 20px 40px;}
.customer_merchant_border_rgt_btm{border-right: 1px solid #ecebe8;border-bottom: 1px solid #ecebe8;padding:20px;display: flex;align-items: center;vertical-align: middle;justify-content: center;} 	
.customer_merchant_border_rgt{border-right: 1px solid #ecebe8;padding:20px;display: flex;align-items: center;vertical-align: middle;justify-content: center;} 
.customer_merchant_border_btm{border-bottom: 1px solid #ecebe8;padding:20px;display: flex;align-items: center;vertical-align: middle;justify-content: center;}
.customer_merchant_box_spc{padding:20px;display: flex;align-items: center;vertical-align: middle;justify-content: center;} 	
/**start Menew POS page**/
 .menew_pos_wraper{
    display: block;
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;
    margin-bottom: 0px;
}
.additional_addons_shadow.customer_merchant_box_hght{min-height: 322px;margin: 3px;
    box-shadow: 0 1px 6px 0 rgb(84 86 90 / 18%);} 

.integration_section.menew_pos_wraper{padding-top:90px;}
.integration_section.menew_pos_wraper h3 {margin-bottom: 20px;}
.integration_section.menew_pos_wraper p {margin-bottom: 50px;}
.integration_section.menew_pos_wraper.menew_guest_care h3{margin-bottom:50px;}
.integration_section.menew_pos_wraper img {
    margin-top: 0px;
}
.integration_section.menew_pos_wraper h4 {
    font-size: var(--primary-font-h4);
  color: var(--yellow-light);
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.integration_section.menew_pos_wraper ul {
    list-style: none;
    padding: 0;
    display: block;margin:0px;
}
.integration_section.menew_pos_wraper ul li {
    font-size: var(--primary-font-p);
    color: var(--primary-text);
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
    display: block;
}
.integration_section.menew_pos_wraper ul li ul { padding-left: 30px; }
.integration_section.menew_pos_wraper ul li strong { display: contents; }
.integration_section.menew_pos_wraper ul li i {
   font-size: 16px;
    color: var(--primary-color);
    margin-right: 10px;
    margin-top: 7px;
}
.integration_section.menew_pos_wraper ul li:last-child {
    margin-bottom: 0px;
}
.menew_pos_sectiom_spc{padding-top:100px;}
.menew_pos_section_spc_left{margin-left:60px;}
.menew_pos_section_spc_right{margin-right:60px;}

/**image zoom**/
 .menu_pos_menu_management_bg{background-image: url(../images/Menew_POS_Menu_Management_bg.jpg);
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: flex;
    align-items: center;
    height: 440px;}
 .menu_pos_menu_management_bg img{width:90%;cursor: pointer;}
 
 .menu_pos_menu_management_bg.menu_pos_order_management_bg{background-image: url(../images/menew_POS_Order_bg.webp);}
 .menu_pos_menu_management_bg.menu_pos_delivery_management_bg {background-image: url(../images/menew_POS_Delivery_bg.webp);}
 .menu_pos_menu_management_bg.menu_pos_inventory_management_bg {background-image: url(../images/menew_POS_Inventory_bg.webp);}
 .menu_pos_menu_management_bg.menu_pos_inventory_management_bg.menu_pos_expense_management_bg {background-image: url(../images/menew_POS_expense_bg.webp);}
 .menu_pos_menu_management_bg.menu_pos_delivery_management_bg.menu_pos_queue_management_bg {background-image: url(../images/menew_POS_queue-bg.webp);}
 .menu_pos_menu_management_bg.menu_pos_delivery_management_bg.menu_pos_business_management_bg {background-image: url(../images/menu_pos_business_management_bg.webp);}
 .menu_pos_menu_management_bg.menu_pos_inventory_management_bg.menu_pos_loyalty_management_bg {background-image: url(../images/menu_pos_loyalty_management_bg.webp);}
 .menu_pos_menu_management_bg.menu_pos_business_management_bg {background-image: url(../images/menew_POS_Business_bg.webp);}
 .menu_pos_menu_management_bg.menu_connect_menu_management_bg {background-image: url(../images/menew-connect-menu-bg.webp);height: 408px;}
 .menu_pos_menu_management_bg.menu_connect_order_management_bg {background-image: url(../images/menew-connect-order-bg.webp);height: 408px;}
 .menu_pos_menu_management_bg.menu_connect_customer_relationship_management_bg {background-image: url(../images/Menew_Connect_Customer_Relationship_Management-bg.webp);height: 408px;}
 .menu_pos_menu_management_bg.menu_connect_menu_management_bg img{width:80%;}
 .menu_pos_menu_management_bg.menu_connect_order_management_bg img{width:80%;}
 .menu_pos_menu_management_bg.menu_connect_customer_relationship_management_bg img{width:80%;}
 
 
  .menu_pos_menu_management_bg{background-image: url(../images/Menew_POS_Menu_Management_bg.webp);
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: flex;
    align-items: center;
    height: 510px;}
 .menu_pos_menu_management_bg img{width:90%;cursor: pointer;}
 
 
  .menu_pos_menu_management_bg{
	background-image: url(../images/Menew_POS_Menu_Management_bg.webp);
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: flex;
    align-items: center;
/*    height: 510px;*/
}
 .menu_pos_menu_management_bg img{width:90%;cursor: pointer;}
 .banner_rgt_bg_img.menew_pos_banner_rgt_img {
    background-image: none;} 
.menew_pos_banner_rgt_img.banner_rgt_bg_img img.banner_img_1 {
    width: 100%;
    animation: none;
}
.banner_rgt_bg_img.menew_connect_banner_rgt_img {
    background-image: url(../images/menew_connect_banner_rgt_img.webp);}
 
.banner_rgt_bg_img.menew_guest_care_banner_rgt_img {
    background-image: url(../images/menew_guest_care_banner_rgt_img.webp);}
	
.banner_rgt_bg_img.menew_contact_us_banner_rgt_img {
    background-image: url(../images/menew_contact_us_banner_rgt_img.webp);}
 
/**end Menew POS page**/

/***start hardware page***/
.hardware_section.hardware_section img{margin-top:0px;}
.hardware_section.hardware_section a{background: var(--accent);
    padding: 12px 15px;
    color: var(--primary-white);
    border-radius: 8px;
    display: inline-block;
    font-weight: 500;
    font-size: var(--primary-font-menu);
    line-height: 18px;
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, .2);
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    margin-top: 20px;}
	.hardware_section.hardware_section a:hover{background: var(--yellow-light);}
/***end hardware page***/

/**** desktop start animation***/
.fadein {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(0, 100px);
 
}

.fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}


@keyframes left_right {
 0%{
    transform: translateX(4px);
}
100% {
    transform: translateX(-30px);
}
}


@-webkit-keyframes left_right {
 0% {
    transform: translateX(4px);
}
100% {
    transform: translateX(-30px);
}
}

@-webkit-keyframes top_bottom {
   0% {
    transform: translateY(-30px);
}

100% {
    transform: translateY(-4px);
}
	
}
@keyframes top_bottom{
 0% {
    transform: translateY(-30px);
}

100% {
    transform: translateY(-4px);
}

}

@-webkit-keyframes bottom_top{
  0% {
    transform: translateY(-4px);
}
100% {
    transform: translateY(-30px);
}
	
}
@keyframes bottom_top{
0% {
    transform: translateY(-4px);
}
100% {
    transform: translateY(-30px);
}
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(.8, .8);
  }
  100% {
    transform: scale(1, 1);
  }
}






/****desktop end animation**/

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 5px;
    padding-right: 5px;
  }

}

/* (1366x768) WXGA Display */
@media  screen and (max-width: 1366px) {
	:root,
[data-bs-theme=light] {
	
	
	--primary-font-h1:50px;
	--primary-font-h2: 48px;
	--primary-font-h3: 35px;
	--primary-font-h4:24px;
	--primary-font-h5:18px;
	--primary-font-h6:14px;
	--primary-font-p:18px;
	--primary-font-menu:16px;
	--bs-font-roboto: "Roboto", sans-serif;
	
}
	@keyframes left_right {
 0%{
    transform: translateX(4px);
}
100% {
    transform: translateX(-15px);
}
}


@-webkit-keyframes left_right {
 0% {
    transform: translateX(4px);
}
100% {
    transform: translateX(-15px);
}
}

.menu_pos_menu_management_bg.menu_connect_menu_management_bg {
    height: 350px;}
.menu_pos_menu_management_bg.menu_connect_order_management_bg {
   height: 350px;}
.menu_pos_menu_management_bg.menu_connect_customer_relationship_management_bg  {
    height: 350px;
}


.blog_inner_section h4 {
font-size: 20px;}
.custom_price_txt_spc {
    margin-top: 30px;
    text-transform: capitalize !important;
}
.additional_addons_shadow {
           min-height: 425px;}
.pricing_customer_services h3 {
margin-bottom: 30px;}
.clients_logo_section.contact_client_logo {margin-top:0px;padding-top:0px;}

.contact_tab_section_bg {
    padding: 25px;
}

.flip-box {
height: 360px;}



   .solution_wraper_box_1{
    width: 380px;margin-right:40px;margin-left:0px;}
	.solution_wraper_box_2 {
    width: 380px;margin-left:20px;margin-right:20px}
	.solution_wraper_box_3 {
    width: 380px;margin-left:40px;margin-right:0px}
	.solution_wraper_box_4 {
    width: 380px;margin-left:0px;margin-right:40px}
	.solution_wraper_box_5 {
    width: 380px;margin-left:20px;margin-right:20px}
	.solution_wraper_box_6 {
    width: 380px;margin-left:40px;margin-right:0px}
	.solution_wraper_box_7 {
    width: 380px;margin-left:0px;margin-right:40px}
	.solution_wraper_box_8 {
    width: 380px;margin-left:20px;margin-right:20px}	
	.solution_wraper_box_9 {
    width: 380px;margin-left:40px;margin-right:0px}
	.solution-box-wraper {
        min-height: 530px;
    }
	.good_cmpy_inner_wraper_01 {
        min-height: unset;
    }
}




.features-wraper-hgt {
    min-height: 230px;
}

.restaurant_inner_wraper {
     min-height: 285px;

}
.wave_section {
    width: 702px;
    height: unset;
    transform: translate(344px, 0) translate(-50%, -52%);
}

.banner_img_1 {
    width: 210px;
   }
.banner_img_2 {
    width: 240px;
   }
.banner_img_3 {
    width: 240px;
    }
.good_cmpy_inner_wraper {
    margin-top: 60px;
}
.good_cmpy_inner_wraper h2 {
    margin-bottom: 10px;
}
.customers_innner_section p {
        min-height: 340px;
    }
    .clients_logo_section {
        margin-bottom: 0px;
           padding-top:50px;
		    padding-bottom: 100px;
    }
.contact-section img {
    width: 500px;
}
.good_cmpy_btn {
    text-align: center;
    margin-top: 90px;
}

.mb_logo{display:none;}
}

.popup_submit{background: var(--accent);
    border-color: #ff7a59;
    color: #ffffff;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    line-height: 12px;
    padding: 12px 24px;
    margin-top: 20px;
    font-weight: 700;
    font-family: arial, helvetica, sans-serif;}
	.popup_submit:hover{background: var(--yellow-light);
    color: #ffffff;
  }
.contact_tab_bg_col{background:var(--neutral-color-2);padding: 20px;}
.logo_appp_web{display:block;}
.logo_appp_mb{display:none;}
.solu_left_sticky.price_sticy_img {top: -80px;}
.owl-carousel-why-menew.off{display:block}
.book_btn_header_mb{display:none;}
.book_btn_header_web{display:block;}

/****terms and conditions***/

.terms_conditions_section{margin-bottom: 0px;
    display: block;
    float: left;
    width: 100%;
    padding-top: 140px;
    padding-bottom: 60px;}
.terms_conditions_section h1 {
    font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 1.4em;
    padding-bottom: 0px;
    letter-spacing: 1px;
    margin-bottom: 0px;
    text-align: left;}
.terms_conditions_section h4 {
    font-size: var(--primary-font-h4);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 15px;
    margin-top: 15px;
    letter-spacing: 1px;
    float:left;
	width:100%;
}
.terms_conditions_section p {
    font-size: var(--primary-font-p);
    color: var(--primary-text);
    font-weight: 400;
    line-height: 27px;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: unset;
}
.terms_conditions_main_list {
    list-style: none;
    padding: 0;
    display: block;
    margin-bottom: 10px;
}
.terms_conditions_main_list li {
    font-size: var(--primary-font-p);
    color: var(--primary-text);
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
    display: flex;
    width: 100%;}
.terms_conditions_main_list li:last-child {
    margin-bottom: 0px;}
.terms_conditions_main_list i {
    font-size: 16px;
    color: var(--primary-color);
    margin-right: 10px;
    margin-top: 7px;
}
.terms_conditions_inner_list {
   list-style: none;
    display: block;
     margin-bottom: 10px;
    margin-top: 15px;
}
.terms_conditions_inner_list.terms_conditions_nested_inner_list{list-style: none;
    display: block;
     margin-bottom: 10px;
    margin-top: 15px;}
.terms_conditions_inner_list li {
    font-size: var(--primary-font-p);
    color: var(--primary-text);
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
    display: flex;
    width: 100%;
}
.terms_conditions_inner_list li:last-child {
    margin-bottom: 0px;}
.terms_conditions_inner_list i {
    font-size: 12px;
    color: var(--primary-color);
    margin-right: 10px;
    margin-top: 10px;
}

/***start circle deisgn menew connect***/
.customer_connecting_warper{display:block;float:left;width:100%;}
.menew_connect_circle {
    display: block;
    position: relative;
    width: 560px;
    height: 560px;
    margin-bottom: 90px !important;
    margin-left: 97px;
    border-radius: 100%;
}
.circle_line {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.circle_line li:nth-child(1) {
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            height: 1%;
            border-bottom: 1px dashed #000;
            transform: rotate(-150deg);
        }

.circle_line li:nth-child(2) {
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            height: 1%;
            border-bottom: 1px dashed #000;
            transform: rotate(150deg);
        }
 
.circle_line li:nth-child(3) {
            position: absolute;
            top: 0;
            left: 50%;
            width: 1%;
            height: 100%;
            border-left: 1px dashed #000;
        }
 
/* .circle_line { */
    /* & li { */
        /* &.extra { */
            /* display: none; */
        /* } */
    /* } */
/* } */

.menew_connect_circle {
    .item {
        display: block;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }
}


.menew_connect_circle{
	& .item {
        li  {
            display: block;
            position: absolute;
            width: 194px;
            height: 194px;
            -webkit-box-shadow: 5px 7px 9px 0px rgba(0, 0, 0, 0.22);
            -moz-box-shadow: 5px 7px 9px 0px rgba(0, 0, 0, 0.22);
            box-shadow: 5px 7px 9px 0px rgba(0, 0, 0, 0.22);
            border: 3px solid #fff;
            border-radius: 100%;
            transition: 0.5s !important;
}}}
   
.customer_connecting_warper a{
 display: inline-grid;
        align-content: center;
        width: 100%;
        height: 100%;
        padding: 20px;
		    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    }


.customer_connecting_warper {
    & a {
        img {
            display: block;
            margin: 0 auto;
}}}



.menew_connect_circle {
    & .item {
        & li {
            &.customer_item_1 {
                top: -16%;
                left: calc(50% - 194px / 2);
                background-color: var(--neutral-color-2);
            }
}}}

.menew_connect_circle {
    & .item {
        & li {
            &.customer_item_2 {
                top: 8%;
                right: -11.5%;
               background-color: var(--neutral-color-2);
}}}}
 

.menew_connect_circle {
    & .item {
        & li {
            &.customer_item_3 {
				/* top: 8%; */
                /* left: -11.5%; */
				right: -12%;
                bottom: 8%;
                margin: 0 auto;
                background-color: var(--neutral-color-2);
}}}}
  

.menew_connect_circle {
    & .item {
        & li {
            &.customer_item_4 {
                /* right: -11.5%; */
                /* bottom: 8%; */
				left: 33%;
                bottom: -16%;

               background-color: var(--neutral-color-2);
}}}}
   

.menew_connect_circle {
    & .item {
        & li {
            &.customer_item_5 {
                /* bottom: 8%; */
                /* left: -11.5%; */
				bottom: 8%;
                left: -11.5%;
                background-color: var(--neutral-color-2);
}}}}
      
.menew_connect_circle {
    & .item {
        & li {
            &.customer_item_6 {
                /* bottom: -16%; */
                /* left: calc(50% - 194px / 2); */
				top: 8%;
                left: -11%;
               background-color: var(--neutral-color-2);
}}}}

.customer_inner_text {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 270px / 2);
    left: calc(50% - 270px / 2);
    width: 270px;
    height: 270px;
    box-shadow: 0 2px 20px 0 rgba(84, 86, 90, .2);
    border-radius: 100%;
    background-color: #fff;
}
.customer_inner_text h4{
    font-size: var(--primary-font-h4);
    color: var(--accent);
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: 1px;
	text-transform:uppercase;
	margin-bottom:0px;
}
.customer_detail ul li p{font-size: var(--primary-font-h4) !important;
    color: var(--primary-text);
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 20px;
	margin-top:0px;
    display: block;text-align:left;}
.customer_connecting_warper span{display:none;}
.customer_detail {
    display: block;
    width: 100%;
    float: left;
	margin-top:-100px;
}
.customer_right_middle{vertical-align: middle;
    display: flex;
    align-items: center;}

.customer_detail {
    ul {
        display: block;
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }
}
.customer_detail {
    & ul {
        li {
            display: none;
            width: 100%;
            float: left;
            margin: 0px;
            padding: 0px;
        }
    }
}
.customer_detail {
    & ul {
        & li {
            h2 {
                display: block;
                width: 100%;
                float: left;
                margin: 0px;
                padding: 0px;
                color: var(--yellow-light);
                font-size: 32px;
                font-weight: bold;
                line-height: 42px;
				margin-bottom: 20px;

            }
        }
    }
}


.customer_detail {
    & ul {
        & li {
            > a {
                display: block;
                min-width: 200px;
                float: left;
                padding: 13px 20px;
                border-radius: 8px;
                background-color: #094b8d;
                color: #fff;
                font-size: 20px;
                font-weight: 900;
                text-align: center;
            }
        }
    }
}
.customer_detail ul li a, .customer_connecting_warper a {
    text-decoration: none;
}

.customer-hover-effect a {
    box-shadow: inset 0 0 0 #062c51;
    transition-duration: .8s;
}
.menew_connect_circle {
    & .item {
        & li {
            &:hover {
                box-shadow: 0 0 0 8px #fff, 0 0 0 8px #fff, 13px 15px 28px 0px rgb(0 0 0 / 22%);
                background-color: #fda92e !important;
            }
        }
    }
}
.menew_connect_circle {
    .customer_active {
        background-color: #fda92e !important;
    }
}

.customer_detail {
    .customer_active {
        display: block;
    }
}

.error_page_section{display:block;float:left;width:100%;padding:150px 0px 100px;}
.error_page_section h1{
    font-size: 180px;
    color:var(--yellow-light);
    font-weight: 600;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 15px;text-transform:uppercase;
letter-spacing: 1px;}

.error_page_section h3{font-size: var(--primary-font-h3);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 1.4em;
    padding-bottom: 20px;
    letter-spacing: 1px;text-transform:uppercase;
    margin-bottom: 0px;text-align:center;}
	
.error_page_section a{background: var(--accent);
    padding: 18px 44px;
    color: var(--primary-white);
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    font-size: var(--primary-font-h5);
    line-height: 18px;
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, .2);
    letter-spacing: 0.5px;margin-top: 30px;}

/***end circle deisgn menew connect**/



/**start reseller***/
.menew_business_model_section{display: block;
    float: left;
    width: 100%;
    padding-top:90px;
    padding-bottom: 100px;
    margin-bottom: 0px;}
.menew_business_model_section h4 {
    font-size: var(--primary-font-h4);
    color: var(--yellow-light);
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}	

.menew_business_model_section p {
    color: var(--primary-text);
    font-size: var(--primary-font-p);
    font-weight: 400;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 0px;
}
.reseller_img_wdth{width: 230px;
     margin-top: -8px;}


.reseller_table thead{
    background: #484747;
    border-left: 1px solid #484747;
    border-right: 1px solid #fff;
    vertical-align: top;
}
.reseller_table th{
  color:#fff;
}

.reseller_table_bold{font-weight:500;}

.menew_engagement_model_section{display: block;
    float: left;
    width: 100%;
    padding-bottom: 100px;
    margin-bottom: 0px;}
.menew_engagement_model_section h4 {
   font-size: var(--primary-font-h4);
    color: var(--yellow-light);
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}	

.menew_engagement_model_section p {
    color: var(--primary-text);
    font-size: var(--primary-font-p);
    font-weight: 400;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 0px;
}
/**end reseller***/





/**mobile media**/
@media (max-width: 767px) {
	
:root,
[data-bs-theme=light] {
	
	--primary-font-h1:20px;
	--primary-font-h2: 25px;
	--primary-font-h3: 24px;
	--primary-font-h4:20px;
	--primary-font-h5:16px;
	--primary-font-h5:14px;
	--primary-font-p:16px;
	--primary-font-menu:16px;
	
}

/**mobile animation start**/
@keyframes left_right {
 0% {
    transform: translateX(60px);
}

100% {
    transform: translateX(45px);
}
}


@-webkit-keyframes left_right {
0% {
    transform: translateX(60px);
}

100% {
    transform: translateX(45px);
}
}

@-webkit-keyframes top_bottom {
  0% {
    transform: translateY(-20px);
}

100% {
    transform: translateY(0px);
}
	
}
@keyframes top_bottom{
 0% {
    transform: translateY(-20px);
}

100% {
    transform: translateY(0px);
}

}

@-webkit-keyframes bottom_top{
0% {
    transform: translateY(20px);
}
100% {
    transform: translateY(0px);
}
	
}
@keyframes bottom_top{
0% {
    transform: translateY(20px);
}
100% {
    transform: translateY(0px);
}
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(.8, .8);
  }
  100% {
    transform: scale(1, 1);
  }
}

/**end mobile animation**/
@keyframes highlight {
    from {
      background-position: 0;
    }

    to {
      background-position: -90%;
    }
}
.menew_business_model_section{
    padding-top: 50px; padding-bottom: 20px;}
.menew_business_model_section img{margin-bottom:0px;}
.menew_engagement_model_section{
    padding-bottom: 50px;}
.menew_engagement_model_section img{margin-bottom:0px;}

.banner_rht_section.landing_p_banner .banner_rgt_bg_img.menew_connect_banner_rgt_img.menew_connect_landing_page{ background-image:none;height:auto }
.banner_section.menew_landing_page_section{top:35px;}
.ftr-logo {
    width: 145px;
}

.customer_merchant_section h3 {
margin-bottom: 25px;}
.menew_connect_circle {
    .customer_active{
        background-color: transparent !important;
    }
}
.menew_connect_circle {
    display: block;
    position: relative;
     width: unset;
    height: unset; 
    margin-bottom: 0px !important;
     margin-left: 0px; 
    border-radius: 100%;
}
.circle_line {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.circle_line li:nth-child(1) {display:none;}
.circle_line li:nth-child(2) {display: none;}
.circle_line li:nth-child(3) {top: 0; left: 20%;z-index: -2;}
.menew_connect_circle {
    & .item {
        & li {position: unset;
        width: 100%;
        height: 130px;
        margin-bottom: 25px !important;
        box-shadow: unset;
        -webkit-box-shadow: unset;
        border: 0px solid #fff;
        display: flex;
        vertical-align: middle;
        align-items: center;
        justify-content: left;
}}}
.customer_connecting_warper a {background: #d8ffea;border-radius:100%;-webkit-box-shadow: 5px 7px 9px 0px rgba(0, 0, 0, 0.22);width: 130px;
        height: 130px; -moz-box-shadow: 5px 7px 9px 0px rgba(0, 0, 0, 0.22); box-shadow: 5px 7px 9px 0px rgba(0, 0, 0, 0.22);}
.customer_connecting_warper span {
        display: block;
        margin-left: 20px;
    }
 .customer_connecting_warper h2 {
       font-size:20px;color: var(--yellow-light);font-weight:bold;
    }
.menew_connect_circle {
    & .item {
        & li {
&.customer_item_1{background-color:unset;}}}}
.menew_connect_circle {
    & .item {
        & li {
            &.customer_item_2 {background-color:unset;}}}}
.menew_connect_circle {
    & .item {
        & li {
            &.customer_item_3{margin:unset; background-color:unset}}}}
.menew_connect_circle {
    & .item {
        & li {
            &.customer_item_4 {background-color:unset;}}}}
.menew_connect_circle {
    & .item {
        & li {
            &.customer_item_5 {background-color:unset;}}}}
.menew_connect_circle {
    & .item {
        & li {
            &.customer_item_6 {background-color:unset;}}}}
.customer_inner_text{display:none;}
.customer_detail{display:none;}
.customer_merchant_section img {
    width: 100px;
    text-align: center;
    margin: auto;
    display: flex;}
.integration_hero_banner {
    padding: 25px 0px;
}
.caret_nav_icon{position: absolute;
    right: 0px;
    top: 7px;display:block;}
.caret_nav_icon_desk{display:none;}
.integ_wdth{width:200px !important;}	
 .terms_conditions_section {
        padding-top: 90px;
        padding-bottom: 50px;
    }
.additional_addons_shadow.customer_merchant_box_hght {
    margin: 10px;
	min-height: 345px;
}


.nav-request_btn.lp_cstm_btn_book_demo {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
	bottom: 0;
	box-shadow: 0px 2px 5px #000000ab;
}
.banner_section.landing_p_banner_mb {margin-top: -75px;}
.contact-section.lp_bg_color_chng.landing_p_btm_space { padding-bottom: 80px; }
.nav-request_btn.lp_cstm_btn_book_demo a {
     float: unset;
    margin: unset;
    display: flex 
}
.customer_merchant_border_rgt_btm {
    border-right: 0px solid #ecebe8; 
    padding: 10px;
}
.customer_merchant_section h3 {
margin-bottom: 20px;}
.cusmer_merchant_box_shadow {
    min-height: unset;padding: 20px 20px 0px;
}
.customer_merchant_border_rgt {
    border-right: 0px solid #ecebe8; 
    border-bottom: 1px solid #ecebe8;
}
.cusmer_merchant_first_box_spc{margin-bottom: 20px;}

.hotels_features_box.restaurant_features_box { min-height: 465px;}
.theatres_features_box.restaurant_features_box {
    min-height: unset;
}
.banner_img_3.lp_top_section {
    width: 190px;
    right: 0;
}	
	
.pricing_plan_list {
    display: block;}
.mb_hardware_btn_center{text-align:center;}
.hardware_pop_up img {
    width: 100%;}
.breadcrumbs_section ul {padding: 0px 0px;}

.resta_pos_img{width:80px;}
.resta_pos_img_01{width:116px;}
.menu_pos_menu_management_bg{height:300px;margin-bottom:20px;}

.menu_pos_menu_management_bg.menu_connect_menu_management_bg {
    height: auto;}
.menu_pos_menu_management_bg.menu_connect_order_management_bg {
     height: auto;}
.menu_pos_menu_management_bg.menu_connect_customer_relationship_management_bg  {
    height: auto;
}

.menu_pos_menu_management_bg.menu_connect_menu_management_bg img {
    width: 70%;
}
.menu_pos_menu_management_bg.menu_connect_order_management_bg img {
    width: 70%;
}
.menu_pos_menu_management_bg.menu_connect_customer_relationship_management_bg img {
    width: 70%;
}

.pricing-palden .pricing__item--featured {
        margin: 0;
        z-index: 10;
        box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    }
.pricing-palden .pricing-item.feature_section_width {
    min-width: 80%;
}
.pricing-palden .pricing-item.all_pricing_section_width {
    min-width: 65%;
    z-index: 0;
}

.feature_scroll_plan{overflow: scroll;padding-left:10px;padding-right:1px;}
.integration_section.menew_pos_wraper.menew_guest_care h3 {
    margin-bottom: 30px;
	text-align:left;
}
.integration_section.menew_pos_wraper {
    padding-top: 50px;	
}

.integration_section.menew_pos_wraper p {
    margin-bottom: 30px;text-align:left;
}
.integration_section.menew_pos_wraper img {
    margin-top: 0px;
    margin-bottom: 20px;
}
.integration_section.menew_pos_wraper ul li {
    font-size: var(--primary-font-p);
    color: var(--primary-text);
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
    display: block;
}
.cd-headline {
    margin-bottom: 25px !important;
}
.trusted_wraper_01{margin-bottom:20px;}
.logo_text.is-animetion {
    margin-top: 5px;
    margin-bottom: 15px;
}
.good_compy_flex_mb{display:flex;}
.good_cmpy_inner_wraper_01 h2 {
    margin-bottom:0px;font-size:25px;
    line-height: 35px;   text-align: left;
}
.good_cmpy_inner_wraper_01 p {
    text-align: left;
}
    .book_btn_header_mb {
        display: block;
    }
	.nav-request_btn{
	 width:unset;
	 margin-right:10px;
	 
	}
.book_btn_header_web{display:none;}
.benefits-mb-carousel{display:block;}
.benefits-web-carousel{display:none;}
.nav-request_btn a {
 
    line-height: 14px !important;
    font-size: 10px;
    padding: 10px 13px;
    
}

.flip-box-front {
    padding: 15px;
}
.flip-box-front h2{font-size:16px;}
.menew_commect_mb_width_img {
    width: 33%;
}
.trusted_wraper p {
font-size: 20px !important;}
.blog_section {
    padding-bottom: 40px;    padding-top: 50px;
}
.blog_section h3 {
    margin-bottom: 30px;text-align:left; 
}
.restaurant_features_box {
    min-height: unset;
}
.restaurant_features_section {
    padding-bottom: 40px;
}
.client_left_button-icon .owl-prev{
    font-size: 50px !important;top:-15px;}
	.client_right_button-icon .owl-next{
    font-size: 50px !important;top:-15px;}
	.client_left_button-icon_01 .owl-prev{
    font-size: 50px !important;top:-15px;left:-13px;}
	.client_right_button-icon_01 .owl-next{
    font-size: 50px !important;top:-15px;right:-13px;}
.price-top_right img {
    float: unset !important;
}
.order_based_price_section {
    padding-top: 50px;
}
.payment_integration_section.price_code_section h5 {
        margin-top: 10px;
        font-size: 20px;
text-align: left;}
.priceimg_centrr{text-align:center;}
.about_mb_pd_0 .price-top_right img {
    float: unset !important;margin-right: 0px;text-align:center;
}
.pricing_banner{    margin-right: 0px !important;
    width: 100% !important;margin-top:0px !important;}
 .payment_integration_section.price_code_section img {
        margin-top: 20px;
		width:unset;
    }
.price_flex_row_reve{    flex-direction: column-reverse;}
.right_button-icon .owl-next {
    position: absolute;
    right: -4px;
    top: 0;
    bottom: 0;
    font-size: 45px !important;
    color: var(--accent) !important;
}
.left_button-icon .owl-prev {
    position: absolute;
    left: -4px;
    top: 0;
    bottom: 0;
font-size: 45px !important;}
    .restaurant_pricing_section {
   padding-top: 50px;
    padding-bottom: 50px;
}
.pricing_free_trail_section {
    padding-bottom: 50px;
}
.price_box_section h4 {
        padding: 5px;
    }
	.integration_section.price_section {
    padding-top: 90px;padding-bottom: 0px;}


.price_head {
    font-size: 20px;
}

.price_head_title {
    font-size: 20px;
}
.price_box_section p {
    min-height: unset;margin-bottom: 20px;
}
.price_box_section ul {
    margin-bottom: 25px;}
.restaurant_pricing_section .price_box_section h3 {
    font-size:25px;
   
}
.integration_section h1 {
    text-align: left;
}
.pricing_mx_spc {
    justify-content: left;
}
.subscri_price_section_hgt {
    min-height: unset;
	    

}
.price_subscription_box {
    min-height: unset;
}
.custom_price_txt_spc {
    margin-top: 20px;
}
.subscri_price_section_hgt_01 {
    min-height: unset;
}
.flip-box {
        height: 305px;
    }
.features-wraper-hgt{min-height:unset;}
.clients_logo_section.contact_client_logo{
  padding-bottom:0px;
}
.clients_logo_section.contact_client_logo h3 {
    padding: 0;
}
.solution_box_section_01 {
        margin-top: 0px;
     padding: 50px 0px 60px;
    }
	.integration_section.restaurant_resort_fact.restaurant_type_section {padding-top:50px;        padding-left: 10px;
        padding-right: 10px;
}
.pricing_logo_marketplace_border {
    padding: 15px;    min-height: 160px;}
.restaurant_pricing_section h3 {
    margin-bottom: 30px;
}
.price_box_section {
    margin-bottom: 30px;
}
.restaurant_pricing_section {
    padding-bottom: 30px;
}
.pricing_free_trail_section {
    padding-bottom: 50px;
}
.pricing_feature_section h3 {
    margin-bottom: 30px;text-align: left;
}
.pricing_feature_section {
    padding-bottom: 50px;
}
.pricing_faq_section h3 {
    margin-bottom: 10px;
}
.customers_section.price_customer_section h3{margin-bottom:0px;}
.solu_left_sticky {
    position: unset;
    top: 130px;
}
.customer_btn.sloution_req_btn.req_btn_spc {
    text-align: center;
}
.sloun_btn_mb{display:block;}
	.sloun_btn_web{display:none;}
.good_cmpy_section_01 h3{text-align:left;    margin-bottom:30px;}
.good_mb_img{display:none;}
.preloader-inner img{
 width:55px
}

.good_cmpy_section_01 {
    padding: 50px 0px 30px;
}
.good_cmpy_section_landing {
    padding-bottom:50px;
}
.preloader-inner {
  position: relative;
   width: unset; 
   height: unset; 
  background: transparent;
}
.footer-align-middle{display:unset;}
.footer-section .footer-social-list ul{justify-content:left;}
.footer-middle{align-items:unset;}
.reseller_btn {
    text-align: left;
}
.reseller_btn a {
           font-size: 13px;
        line-height: 13px;
        padding: 12px 7px;
        margin-top: 5px;
}
.footer_logo_apps{    margin-left: 7px;}
.footer-section .footer-social-list ul li img {
    width: 20px;
}

.logo_appp_web{display:none;}
.logo_appp_mb{display:block;}
.good_mb_img{margin-bottom:40px;}
.pricing_customer_services {
  padding-top: 50px;
}
.price_btn {
padding: 12px 25px;}
.price_code_section ul li {
    line-height: 32px;
    display: flex;}
.price_code_section ul li i {
    margin-top: 6px;
}
.payment_integration_section.price_code_section img {
    margin-top: 20px;
}
.mb-price_flex_durection{    flex-direction: column-reverse;}
.growth_plan_section {
    padding-top: 40px;
}
.growth_plan_section img {
    padding-right: 0;
	width:100%;
}
.pricing_customer_services h4 {
    font-size: 20px;
}
.pricing_faq_section {
	padding-top: 50px;
    padding-bottom: 50px;
}

.growth_plan_section.scale_plan_section img {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 15px;
}
.customers_section.price_customer_section {
    
    padding-top: 50px;
}
.customers_section h3 {
margin-bottom: 0px;}

.restaurant_pos_need.pricing_cost {
    padding-bottom: 50px;
}
.restaurant_pos_need {
    padding-top: 40px;
}
.integration_section.restaurant_resort_fact {
    padding-top: 50px;
    padding-bottom: 60px;
    margin-bottom: 50px;}
.career_wave_second_section.restaurant_wave_second_section {
    padding: 90px 0px 0px;}
.restaurant_inner_wraper_section.hotels_inner_wraper {
    width: 50%;}
.restaurant__box_1 {width:90%;margin-left:10px;margin-right:10px;padding: 20px 12px 0px;}
.restaurant__box_2 {width:90%;margin-left:10px;margin-right:10px;padding: 20px 12px 0px;}
.restaurant__box_3 {width:90%;margin-left:10px;margin-right:10px;padding: 20px 12px 0px;}
.restaurant__box_4 {width:90%;margin-left:10px;margin-right:10px;padding: 20px 12px 0px;}
.restaurant_box_min-hgt{min-height:unset;}
.restaurant_main_gap {gap: 20px 0px;}
.integration_section.restaurant_resort_fact h4 {
font-size:18px;}
.career_growing_main_wraper.hotels_resort_box_main {
   display: contents;}
.career_inner_wraper.hotels_inner_wraper {
width: 100%;}
.hotel_box_min-hgt {
    min-height: unset;
}
.integration_section.hotels_resort_fact {
    padding-bottom: 50px;
}
.career_wave_second_section.hotels_wave_second_section {
    padding: 90px 0px 0px;
}
.tab_inner_wraper {
    border-radius: 18px;
    margin-bottom: 25px;padding: 10px;min-height:360px;
    }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .common_tab_data_list.active {
font-size:18px;
    margin: 0px;
	padding: 18px 15px;
	border-radius: 4px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .contact_tab_button.nav-link.active {
    font-size: 18px;
    border-radius: 4px;
    padding: 18px 15px;
}

.contact-section .contact_tab_section button {
    font-size: 18px;padding: 18px 15px;
}
.contact_client_logo a {
padding: 15px 40px;}
.nav-tabs.contact_tab_section button:hover {
    border-radius: 4px;
    padding:15px 20px; font-size: 18px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .common_tab_data_list.active:last-child {

    margin-bottom:0px;
}
.tab_section_bg {
    background: #fff;padding: 20px 10px 0px;
}
.common_tab_data {
    margin-bottom: 50px;
}
.common_tab_data h3 {
margin-bottom: 15px;}
.common_tab_data_list button {
    font-size: 18px;}
	.mb_price_btn_center{text-align:left;}
.growth_plan_section h3 {
    text-align: center;
}
.growth_plan_section h4 {
    text-align: center;
}
.growth_plan_section p{
    text-align: center;
	font-size:16px;
}	
	
.payment_integration_section p {
    margin-bottom: 15px;
	font-size:16px;
}
    .payment_integration_section.price_code_section {
        padding-top: 30px;
    }
	.restaurant_pricing_section h3 {
    text-align: center;
}
.pricing_free_trail_section h3 {text-align: center;}
.payment_integration_section.price_code_section h3{text-align:left;justify-content: left;}
.payment_integration_section.price_code_section h4{        text-align: left;
        margin-top: 0px;}
.payment_integration_section.price_code_section p{text-align:left;margin-bottom:0px;}
.restaurant_pos_need img {
    width: 90px;
}
.integration_section.price_section p{margin-bottom:0px;}
.payment_integration_section img {
    float: unset;width:100%;
text-align: center;}
.payment_img {
    padding: 10px 0px 0px;
    gap: 24px 0px;
}
.payment_integration_section.integration_last_section {
    padding-bottom: 70px;
}
.banner_section.integration_top_section h1{
        font-size: 24px;}
.integration_section {
    padding-bottom: 0;
}

.integration_section p {
font-size: 16px;}
.integration_section img {
    margin-top: 0;
}
.payment_integration_section {
    padding-top: 70px;
}
.intg_tp_web_img{display:none;}
.intg_tp_mb_img{display:block;}
.banner_section.careers_section h1 {
font-size: 24px;}
.breadcrumbs_section {
   padding: 120px 0px 0px;
}

.looking_careers_section {
    padding: 50px 0px 50px;
}
.careers_value_section h3 {
    margin-bottom: 30px;
}
.career_growing_section h3 {
    margin-bottom: 30px;
}
.career_life_section h3 {
     margin-bottom: 30px;
   
}
.looking_careers_section h3 {
    margin-bottom: 30px;
}
.career_growing_section {
	    padding: 50px 0px 60px;
    background-position: 100% 97%;
}
.career_life_section {padding-top:50px;}
.career_wave_second_section {
    padding: 50px 0px 0px;
}
.career_inner_wraper {
    width: 100%;
	margin: 10px;
}
.career_growing_box_1 {
    width: 100%;
margin-right: 0px;}
.career_growing_box_2 {
    width: 100%;
margin-left: 0px;
margin-right: 0px;}
.career_growing_box_3 {
    width: 100%;
margin-left: 0px;}
.career_find_role_section h3 {text-align:center;}
.career_find_role_section p {  font-size: 18px;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;}
.mb_career_btn { text-align: center;padding: 10px; }
.career_find_role_section {padding: 30px 0px;}
.career_find_role_section a{float:unset;display:inline-block;font-size:18px;    padding: 15px 20px;}
.about_section {padding-top: 65px;
        padding-bottom: 50px;}
		.clients_logo_section.contact_client_logo.about-client_logo {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
}
.contact-section.about_contact_section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.about_row_flex{display:block;}
.about_lf_secction_wdth{width:100%}
.about_rgt_secction_wdth{width:100%}
.about_lf_secction {padding: 15px 20px;}
    .about_rgt_secction {
        padding: 10px 20px;
    }
.about_section h1 {
        margin-top: 10px;
        padding-bottom: 20px;
    }
.about_menu_stroy {
    display: block;
    float: left;
    width: 100%;
    padding-top: 25px;
	padding-left: 10px;
    padding-right: 10px;
}
.about_menu_stroy h2 {
    font-size: 34px;
    text-align: center;
     margin-bottom: 30px;margin-right: 0;
}
.about_mb_pd_0{padding:0px;}
.about_img_section {
    margin: 0;
}
.contact-section.contact_page_wraper .contact_info {
    margin-top: 40px;
    margin-bottom: 0px;
}
.contact-section.contact_page_wraper {
    padding-top: 50px;
}
.clients_logo_section.contact_client_logo{margin-top:0px;}
.main-nav {
    padding: 0;
}
.menue_nav_list {
    /* flex-direction: column; */
    /* width: 100% !important; */
    /* display: flex; */
    /* justify-content: center !important; */
    /* align-content: space-between !important; */
    /* padding: 0px; */
    /* background: #fff; */
	position: fixed;
    height: 100vh !important;
    background: #fff;
    z-index: 999;
    top: 0;
    left: 0;
    overflow: auto;
    border-radius: 0px !important;
    display: block;
    transition: width 0.3s ease;
    width: 300px !important;
    padding-bottom: 70px !important;
	transition: width 0.3s ease;
	background:#fff;
	box-shadow: 2px -2px 6px -2px rgba(0, 0, 0, .75) !important;
	padding: 26px 24px;
}
.menue_nav_list li {
    text-align: left;
}
.menue_nav_list li a{
  padding:10px;
}
.menue_nav_list li a:hover {
    color:#1e1e1e;
    width:100%;
}
.menue_nav_list li a span {
    float: right;
}
#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 10%);
    z-index: 2;
    cursor: pointer;
}
.hidden {
    display: none;
}
.mb_logo a img {
	margin-bottom: 25px;
    margin-top: 0px;
    width: 100% !important;
    max-width: 120px !important;
	display:block;
	}
	.mb_logo {display: block;}
	
.dropdown-menu.show {
      border: 0;
}
.dropdown-niv2 .dropdown-menu-niv2 li a {
        text-align: left;
        font-size: 11px;
        padding: 10px;
        line-height: 20px;
    }
.menue_nav_list li a:focus{
/*	background-color:var(--yellow-light);
	color:#fff;*/
	color: #1e1e1e;
        box-shadow: unset;
        outline: 0;
        border: 0;
	}

.menue_nav_list li a { color: #33373d;color: #33373d;
        width:100%; }
	
.logo_section {
	width: unset;
	padding-left: 24px;
	position: relative;
	top: 0;
}
.nav_header-hgt {
min-height: unset;}


.logo img {
    width: 100%;
    max-width: 120px;
    margin-top: 0px;
}
.good_cmpy_btn {
    text-align: center;
    margin-top: 40px;
}
.banner_left_section {
    width: 100%;
    margin-right:0px;
	margin-top: 30px;
}
.banner_rht_section {
    width: 100%;
}
.header-area .main-nav ul.nav{padding:0px;}

  .background-header .main-nav {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 25px 25px;
    width: 100%;
  }
  .background-header .main-nav .nav,
  .header-area .main-nav .nav {
    background-color: #fff;
  }
  .background-header .main-nav .nav li a,
  .header-area .main-nav .nav li a {
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    color: #1e1e1e;
    background-color: #fff;
     border-radius: 0px 0px 25px 25px;
  }
  .background-header {
    background-color: #fff;
    height: 80px !important;
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
  .background-header .main-nav .nav li,
  .header-area .main-nav .nav li {
    background-color: #f1f0fe;
    height: 50px;
    border-radius: 0px 0px 25px 25px;
  }
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 23px;
  }
  .header-area-middle {
   display: block;
    height: unset;
}
.header-area .main-nav .nav li a{padding-right:0px;}
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ee626b!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area .nav li:last-child a {
    background-color: transparent !important;
    font-weight: 300 !important;
    text-transform: capitalize !important;
  }
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
	margin-top: 11px;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .banner_section {
  display: block;
        float: left;
        width: 100%;
        top: 60px;
}

.banner_rgt_bg_img {
   background-position: center;
   margin-top:0px;
   height:475px;
  max-width: unset;
}
.menew_pos_banner_rgt_img.banner_rgt_bg_img img.banner_img_1 {
    padding: 0px 10px;
    right: 0;
    top: 0;
	margin-top: 20px;
}
.banner_rgt_bg_img.menew_pos_banner_rgt_img {
    background-image: none;
    height: auto;
}
	.banner_rht_section.landing_p_banner .banner_rgt_bg_img.menew_connect_banner_rgt_img img.banner_img_1 { right: 0;}
      .banner_img_1 {
        width: 103px;
        /* margin-left: 25px; */
        right: 30px;
        top: 18px;
    }
.banner_img_2 {
    width: 162px;
    position: relative;
right: -40px;    animation: top_bottom 3s infinite alternate;}
.banner_img_3 {
        width: 162px;
        position: relative;
        right: -25px;
        animation: bottom_top 3s infinite alternate;
    }
	.banner_img_3.hardware_top_section { width: 90%; }
 .banner_txt_align{flex-direction: column-reverse;margin-bottom: 40px;
           width: calc(100% + 0px);
        margin: 0;padding:0px 0px;} 
.top_container {
    padding: 0px 12px;
}
 .banner_section h1 {
    line-height: 32px;
    padding: 0px 10px;}
.banner_section p {font-size: 16px;
    line-height: 1.5;
    padding: 0px 10px;}
 .tabsquare{
      max-width: 145px;
    /* margin-top: -20px ; */
	
}
.wave_section {
width: 95%;transform:unset;height:unset;}
.wave_second_section {
        margin-bottom: 40px;
        margin-top: 50px;
    }


.wave_section img {
    width: 100%;
}
.solution_inner_wraper {
    width: 100%;
}
.solution_wraper_box_1 {
    width: 100%;
    margin-right: 0px;margin-left: 0;
}
.solution_wraper_box_2 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.solution_wraper_box_3 {
    width: 100%;
    margin-right: 0px;margin-left: 0;
}
.solution_wraper_box_4 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.solution_wraper_box_5 {
    width: 100%;
    margin-right: 0px;margin-left: 0;
}
.solution_wraper_box_6 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.solution_wraper_box_7 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.solution_wraper_box_8 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.solution_wraper_box_9 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.customer_btn.explore_feature_btn a {
    padding: 12px 25px;
}

.benefits_section {
padding: 50px 20px;
}
.benefits_section h3 {margin-bottom: 20px;text-align:left;
}
.integration_section.restaurant_resort_fact.restaurant_type_section h3 {
    margin-bottom: 10px;
}
 .clients_logo_section {
        margin-bottom:50px;
        margin-top: 100px;
		padding: 0px 10px;
    }
.clients_logo_section h3 {
         margin-bottom: 30px;text-align:left; 
}
.solution_box_section h3 {padding:0px;margin-bottom: 30px;}
  
 .solution_box_section {margin-bottom: 15px;
      padding: 0 20px 80px;
    display: block;
} 
.solution-box-spc {
    margin-bottom: 40px;
    min-height: auto;padding:30px;
}
.solution_hover_box{min-height: auto;padding:40px;margin-bottom:40px;}
.solution-box-wraper h4 {
    line-height: 30px;
    margin: 30px 0px 10px;
}


.ai_engine_section {
    padding: 50px 10px;
}
.ai_engine_section h3 {
font-size:30px;}
    .ai_btn_lft {
        padding: 17px 36px;
        font-size: 16px;
        width: 215px;
        margin-top: 60px;
        margin-bottom: 10px;
        text-align: center;
    }
.ai_btn_wrapper {
margin-top: 30px;gap: 10px;
   justify-content: unset;
 display:block}


.restaurant_inner_wraper {
    padding: 40px;
    min-height: auto;
}
.restaurant_section .restaurant_inner_wraper p{margin-bottom:0px;}
.restaurant_section h3 {
    line-height: 30px;
    padding: 0px 10px;
}
.restaurant_section p {
    padding: 0px 20px;    margin-bottom: 40px;
}
.restaurant_box-spc {
    margin: 0px 10px 40px;
}
.restaurant_inner_wraper p {
  padding:0px;
}
.restaurant_box {
  margin: 0px 20px 40px;
}

.good_cmpy_section {
margin-top: 0px; background-image:unset;}

.good_cmpy_section h3 {margin-top: 0px;
        margin-bottom: 80px;}
.good_cmpy_section{
height:unset;    margin-top: 100px;}
.good_cmpy_inner_wraper {        margin-top: 0;
        margin-bottom: 30px;
}
.good_cmpy_inner_wraper h2 {
        line-height: 1.2em;
        margin-bottom: 5px;
        font-size: 30px;
}
.good_cmpy_inner_wraper p {
line-height: 25px;}
.good_cmpy_section_mb{background:var(--neutral-color-1);padding: 30px 0px 5px;}
.customer_btn{margin-top:0px;}
.custo_logo_wdth {
    width: 100px !important;
    margin: auto;
}
.good_mb_img{display:none;}
.customer_btn a {
    padding: 12px 25px;
}

.connect_customers_section.customers_section {padding-top: 20px;
}
.connect_customers_section.customers_section.landing_menew_connect_customer{ 
padding-top:50px;
}
.customers_section {
    padding:50px 10px;
    padding-bottom: 50px;
}
.customers_section h3 {
   line-height: 30px;text-align:center; }
.contact-section img {
   width: 80%;        padding-bottom: 0;
   margin-bottom:0px;padding-left:0px;
}
.customers_section p {
          min-height: 340px;
    margin-bottom: 25px;
}
.customers_innner_section {
margin-bottom: 40px;}
/* .nav-request_btn{display:none;} */
  .header-area .main-nav{padding:0px;display:unset;
}
.nav_section {
    width: 100%;
}
.case_study_section {
    padding: 0px 10px 40px;
}
.case_study_section h3 {
 line-height: 30px; margin-bottom: 40px;}
 .case_study_section h5 {
 margin-bottom: 10px;}
 .case_study_section a {
    margin-top: 50px;
}
.contact_left_section {
    width: 100%;
}
.contact_rgt_section {
    width: 100%;
}
.contact-section ul {
    margin-left: 0px;
}
.contact-section h4 { margin-left: 0px;        margin-top: 30px;
}
.contct_tab_mr-0{margin-right:0px !important;}
.contact-section h5 {
    font-size: var(--primary-font-h6);
    color: var(--primary-heading);
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding-left: 33px;
}
 .contact-section button {
    margin-top: 15px;
}
.contact-section{        padding-bottom: 50px;
        padding-top: 50px;}
		
.contact-section.mb_contact_landing_section {
        padding-bottom: 100px;
        padding-top: 50px;
    }
.contact-section h3 {
    line-height: 30px;
    margin-bottom: 10px;
}
.contact-section h6 {
margin-bottom: 5px;    padding-left: 31px;}

.footer-social-list{    margin-bottom: 40px;}
.footer-nav-list{margin-bottom:40px;}
.footer-copyrights {
    padding-top: 5px;
    padding-bottom: 20px;
}
.benefits_box-spc {
    margin-bottom:0px;
}
.benefits_btn a {
    padding: 12px 25px;line-height:18px;font-size:14px;
}
.ai_btn_wrapper a {
       padding: 17px 36px;
        font-size: 16px;
        line-height: 18px;}
   .good_cmpy_btn a {  padding: 12px 25px;
		font-size:14px;line-height:18px;
   }
 .restaurant_box a {
        font-size: 18px;
        /* padding: 17px 53px; */
        width: 222px;
        line-height: 21px;
    }

.banner_request_btn{display: inline-block;
    text-align: left;
    width: 100%;        margin-bottom: 30px;}
.banner_request_btn a {
    font-size:12px;
  display: inline-block;
    float: unset;
}
.benefits_inner_wraper {
       padding: 30px;
        min-height: auto;
        border: 1px solid #33343621;
        border-radius: 0px 0px 16px 16px;
    }
	.benefits_inner_wraper h4 {
    margin-bottom: 10px;}
.whatsapp_icon img {
        width: 45px;
        bottom: 30px;
        left: 10px;      
	    z-index: 9999;
}
#myBtn img { width: 34px;}
#myBtn { right: -20px; bottom: 35px; }
.footer-section {
    padding: 60px 10px 10px;
}
.solution-box-wraper svg {
    width: 70px;
}
.solution-box-spc_02 svg {
    width: 80px;
}
.feat_order_wdth {
    width: 116px !important;
}
.good_cmpy_inner_wraper_01 img {
    width: 80px;
	        margin-right: 35px;
}
.menew_pos_section_spc_left {
    margin-left: 0;
}
.menew_pos_section_spc_right {
    margin-right: 0px;
}
.mb_menew_resta_reverse_row{flex-direction: column-reverse;}
.menew_business_analyt_btn_spc{padding-bottom:40px;}
.integration_section.menew_pos_wraper h4 {
margin-bottom: 10px;}
.menew_pos_sectiom_spc {
    padding-top: 40px;
}
.integration_section.menew_pos_wraper h3 {
    margin-bottom: 30px;text-align:left;
}
.one_million_icon_01 {
    width: 80px !important;
}
    .good_cmpy_inner_wraper_01 {
        min-height: unset;
		    box-shadow: unset;
     background-color:transparent; 
     padding: 0px;margin-bottom: 30px;
    }
	.restaurant_inner_wraper_section img {
    width: 80px !important;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	
	:root,
[data-bs-theme=light] {
	
	--primary-font-h1:30px;
	--primary-font-h2: 25px;
	--primary-font-h3: 30px;
	--primary-font-h4:20px;
	--primary-font-h5:16px;
	--primary-font-h5:14px;
	--primary-font-p:16px;
	--primary-font-menu:16px;
}



@keyframes left_right {
 0%{
    transform: translateX(-20px);
}
100% {
    transform: translateX(-40px);
}
}


@-webkit-keyframes left_right {
 0% {
    transform: translateX(-20px);
}
100% {
    transform: translateX(-40px);
}
}

@-webkit-keyframes top_bottom {
  0% {
    transform: translateY(-20px);
}

100% {
    transform: translateY(6px);
}
	
}
@keyframes top_bottom{
 0% {
    transform: translateY(-20px);
}

100% {
    transform: translateY(6px);
}

}

@-webkit-keyframes bottom_top{
0% {
    transform: translateY(20px);
}
100% {
    transform: translateY(-6px);
}
	
}
@keyframes bottom_top{
0% {
    transform: translateY(20px);
}
100% {
    transform: translateY(-6px);
}
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(.8, .8);
  }
  100% {
    transform: scale(1, 1);
  }
}
/**end ipad animation**/
.integration_section.price_section {
    padding-top: 110px;
    padding-bottom: 60px;}
.menew_business_model_section{
    padding-top: 50px; padding-bottom: 50px;}
.menew_engagement_model_section{
    padding-bottom: 50px;}
.additional_addons_shadow img {
    width: 170px !important;
    margin: auto;
}	 
	 
.menew_connect_circle {
    .customer_active{
        background-color: transparent !important;
    }
}
.customer_merchant_section h3 {
margin-bottom: 25px;}
.menew_connect_circle {
    display: block;
    position: relative;
     width: unset;
    height: unset; 
    margin-bottom: 0px !important;
     margin-left: 0px; 
    border-radius: 100%;
}
.circle_line {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.circle_line li:nth-child(1) {display:none;}
.circle_line li:nth-child(2) {display: none;}
.circle_line li:nth-child(3) {top: 0; left: 9%;z-index: -2;}
.menew_connect_circle {
    & .item {
        & li {position: unset;
        width: 100%;
        height: 130px;
        margin-bottom: 25px !important;
        box-shadow: unset;
        -webkit-box-shadow: unset;
        border: 0px solid #fff;
        display: flex;
        vertical-align: middle;
        align-items: center;
        justify-content: left;
}}}
.customer_connecting_warper a {background: #d8ffea;border-radius:100%;-webkit-box-shadow: 5px 7px 9px 0px rgba(0, 0, 0, 0.22);width: 130px;
        height: 130px; -moz-box-shadow: 5px 7px 9px 0px rgba(0, 0, 0, 0.22); box-shadow: 5px 7px 9px 0px rgba(0, 0, 0, 0.22);}
.customer_connecting_warper span {
        display: block;
        margin-left: 20px;
    }
 .customer_connecting_warper h2 {
       font-size:20px;color: var(--yellow-light);font-weight:bold;
    }
.menew_connect_circle {
    & .item {
        & li {
&.customer_item_1{background-color:unset;}}}}
.menew_connect_circle {
    & .item {
        & li {
            &.customer_item_2 {background-color:unset;}}}}
.menew_connect_circle {
    & .item {
        & li {
            &.customer_item_3{margin:unset; background-color:unset}}}}
.menew_connect_circle {
    & .item {
        & li {
            &.customer_item_4 {background-color:unset;}}}}
.menew_connect_circle {
    & .item {
        & li {
            &.customer_item_5 {background-color:unset;}}}}
.menew_connect_circle {
    & .item {
        & li {
            &.customer_item_6 {background-color:unset;}}}}
.customer_inner_text{display:none;}
.customer_detail{display:none;}
.customer_merchant_section img {
    width: 100px;
    text-align: center;
    margin: auto;
    display: flex
;
}



.caret_nav_icon {
        position: absolute;
        right: 0px;
        top: 7px;
        display: block;
    }
    .caret_nav_icon_desk {
        display: none;
    }
	.integ_wdth{width:200px;}	
    .menue_nav_list li a span {
        float: right;
    }
.terms_conditions_section {
        padding-top: 90px;
        padding-bottom: 70px;
    }
.cusmer_merchant_box_shadow{min-height:unset;padding: 20px 20px 20px;}
.cusmer_merchant_first_box_spc{margin-bottom:30px;}
.connect_customers_section.customers_section {padding-top: 30px;
}
.restaurant_features_section {
    padding-bottom: 70px;
}
.hardware_pop_up img {
width: 100%;}
.resta_pos_img{width:80px;}
.resta_pos_img_01{width:116px;}
.menu_pos_menu_management_bg.menu_connect_menu_management_bg {
    height: auto;}
.menu_pos_menu_management_bg.menu_connect_order_management_bg {
     height: auto;}
.menu_pos_menu_management_bg.menu_connect_customer_relationship_management_bg  {
    height: auto;
}

.menu_pos_menu_management_bg.menu_connect_menu_management_bg img {
    width: 70%;
}
.menu_pos_menu_management_bg.menu_connect_order_management_bg img {
    width: 70%;
}
.menu_pos_menu_management_bg.menu_connect_customer_relationship_management_bg img {
    width: 70%;
}
.pricing-palden .pricing-item.feature_section_width {
    min-width: 45%;}
.pricing-palden .pricing-item.all_pricing_section_width {
    min-width: 35%;
    z-index: 0;}

.feature_scroll_plan{overflow: scroll;padding-left:10px;padding-right:1px;}

.menew_pos_section_spc_left {
    margin-left: 10px;
}
.menew_pos_sectiom_spc {
    padding-top: 70px;
}
.integration_section.menew_pos_wraper {
    padding-top: 60px;
}

.menu_pos_menu_management_bg {
    height: 280px;
}
.menew_pos_section_spc_right {
    margin-right: 10px;
}
.cd-headline{font-size:20px !important}
.good_compy_flex_mb{display:flex;}
.flip-box {
height: 305px;}
.menew_commect_mb_width_img {
    width: 35%;
}
.one_million_icon_01 {
    width: 80px !important;
}
.restaurant_inner_wraper_section.hotels_inner_wraper {
    width: 33%;
}
.good_cmpy_inner_wraper_01 img {
    width: 80px;
	margin-right: 15px;
}
.good_cmpy_inner_wraper_01 h2 {
    text-align: left;    line-height: 40px;
    margin-bottom: 0px;
    font-size: 30px;
}
.good_cmpy_inner_wraper_01 p {
    text-align: left;
}
.flip-box-front {
    background-color: #fff;
    color: black;
    padding: 20px;
    border-radius: 16px;
}
.flip-box-front h2 {
    font-size: 20px;
}
.features-wraper-hgt {
    min-height: unset;
}
.clients_logo_section.contact_client_logo{
  padding-bottom:70px;
}
.solution_box_section_01{margin-top:0px;}
.solution_hover_box {
padding: 30px 30px 30px;}
.logo_appp_mb {
    display: block;
}
.logo_appp_web {
    display: none;
}
.footer-align-middle{align-items:unset;display:unset;}
.reseller_btn{text-align:left;}
.col-ipad{    width: 50%;
    flex: unset;
}
.good_mb_img{margin-bottom:40px;display:none;}
.good_cmpy_inner_wraper_01 {
    min-height: unset;
	box-shadow:unset;
	padding:0px;
}
.good_cmpy_section_01.good_cmpy_section_landing {
    padding-bottom:70px;
}
.good_cmpy_section_01 {
    padding: 70px 0px 20px;
}
.good_cmpy_section_01 h3 {
   
    text-align: center;
margin-bottom: 35px;}

.col-price_extra{display:none;}
.growth_plan_section img {
     padding-right: 0px; 
    width: 100%;
}
.about_lf_secction_wdth {
    width: 45%;
}
.about_rgt_secction_wdth {
width: 55%;}
.pricing_logo_marketplace img {
    width: 130px;
  
    padding: 20px 30px;
}
.growth_plan_section.scale_plan_section{padding-top: 50px;}
.integration_section {
    padding-top: 60px;
padding-bottom: 70px;}
.restaurant_pos_need {
    padding-top: 70px;
}
.restaurant_pos_need img {
    width: 80px;
}
.growth_plan_section {
    padding-top: 70px;
}
.pricing_customer_services {
    padding-top: 70px;
}
.customers_section.price_customer_section {
    padding-top: 70px;
}
.restaurant_pos_need.pricing_cost {
    padding-bottom: 50px;
}
.pricing_faq_section {
	padding-top: 70px;
    padding-bottom: 70px;
}
.restaurant__box_1 {width:90%;padding:20px;}
.restaurant__box_2 {width:90%;padding:20px;}
.restaurant__box_3 {width:90%;padding:20px;}
.restaurant__box_4 {width:90%;padding:20px;}
.restaurant_main_gap {gap: 28px 0px;}
.restaurant_box_min-hgt{min-height:175px;}
.integration_section.restaurant_resort_fact {padding-top: 70px;padding-bottom: 80px;margin-bottom: 70px;margin-top: 20px;}
.career_wave_second_section.restaurant_wave_second_section {padding: 150px 0px 0px;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .contact_tab_button.nav-link.active {
    font-size: 18px;
   padding: 16px 15px;
}
.contact-section .contact_tab_section button {
        font-size: 18px;
   padding: 16px 15px;
}
.contact-section .contact_tab_section button:hover {
        font-size: 18px;
   padding: 16px 15px;
}
.tab_inner_wraper img { width: 100%;padding:10px}
.tab_inner_wraper {margin-bottom: 25px;}
.common_tab_data h4{font-size: var(--primary-font-h5);}
.tab_section_bg {padding: 40px 10px 20px;}

.common_tab_data { margin-bottom: 70px;}
.career_inner_wraper.hotels_inner_wraper {
    width: 50%;
}

.career_growing_main_wraper.hotels_resort_box_main {
   display: contents;}


.banner_section.integration_top_section h1 {
        font-size: 30px;
    }



.breadcrumbs_section {
    padding: 50px 0px 0px;}
.looking_careers_section {
    padding: 0px 0px 70px;
}	
.career_growing_section {
padding: 70px 0px 80px;}
.career_life_section {
    padding-top: 70px;
}
.careers_value_section p {
    font-size: 18px;}
	
.career_growing_box_1{width:354px;margin-bottom: 15px;        margin-left: 10px;}	
.career_growing_box_2{width: 354px;
        margin-right: 0;}	
.career_growing_box_3{width:354px;margin-left:0px; margin-right:10px;        margin-left: 10px;}	
.career_inner_wraper {width: 50%;
}
.career_growing_section h4 {
    line-height: 1.5;
}
.career_find_role_section p {
    color: #fff;}
.career_find_role_section a {
    line-height: 18px;
    font-size: 18px;
}
.about_section h1 {
  padding-bottom:20px;
}
.about_rgt_secction {padding: 0% 7% 0% 38%;}
.about_lf_secction {
    padding: 60px 0 60px 45px;
}
.about_menu_stroy h2 {
font-size: 30px;}
.about_menu_stroy {
    padding-top: 5px;
}
.about_section {
        padding-top: 70px;
        padding-bottom: 70px;
}
.clients_logo_section.contact_client_logo.about-client_logo {
    padding-top: 70px;
    padding-bottom: 70px;
}
.contact-section.about_contact_section {
   padding-top:70px;
    padding-bottom: 70px;
	margin-bottom:0px;
}
.main-nav {
    padding: 0;
}
.menue_nav_list {
	position: fixed;
    height: 100vh !important;
    background: #fff;
    z-index: 999;
    top: 0;
    left: 0;
    overflow: auto;
    border-radius: 0px !important;
    display: block;
    transition: width 0.3s ease;
    width: 650px !important;
    padding-bottom: 70px !important;
	transition: width 0.3s ease;
	background:#fff;
	box-shadow: 2px -2px 6px -2px rgba(0, 0, 0, .75) !important;
	padding:20px 30px;
}
.menue_nav_list li {
    text-align: left;
}
.menue_nav_list li a{
  padding:10px;
}
.menue_nav_list li a:hover {
   color:#1e1e1e;
}
.mb_logo { display: block; }
.mb_logo img {margin-bottom: 25px;
    margin-top: 0px;
    width: 100% !important;
    max-width: 170px;
	display:block}

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 10%);
    z-index: 2;
    cursor: pointer;
}
.hidden {
    display: none;
}

.dropdown-menu.show {
      border: 0;
}
.dropdown-niv2 .dropdown-menu-niv2 li a {
text-align: left;
        font-size: 11px;
        padding: 10px;
        line-height: 20px;

}
.menue_nav_list li a:focus{
color:#1e1e1e; border: 0;box-shadow: unset;
        outline: 0;
        border: 0;}

.menue_nav_list li a {
color: #33373d;}
.logo_section {
	width: unset;
    padding-left: 30px;
	position: unset;
	
}
.nav_header-hgt {
min-height: unset}

.top_container {
    padding: 0px 25px;
}
	.nav_section {
    width: 100%;
}
	.good_cmpy_btn {
    text-align: center;
    margin-top: 50px;
}
	.header-area .main-nav ul.nav{padding:0px;}

  .background-header .main-nav {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 25px 25px;
    width: 100%;
  }
  .background-header .main-nav .nav,
  .header-area .main-nav .nav {
    background-color: #fff;
  }
  .background-header .main-nav .nav li a,
  .header-area .main-nav .nav li a {
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    color: #1e1e1e;
    background-color: #fff;
     border-radius: 0px 0px 25px 25px;
  }
  .background-header {
    background-color: #fff;
    height: 80px !important;
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
  .background-header .main-nav .nav li,
  .header-area .main-nav .nav li {
    border-top: 1px solid #ddd;
    background-color: #f1f0fe;
    height: 50px;
    border-radius: 0px 0px 25px 25px;
  }
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 23px;
  }
  .header-area-middle {
   display: block;
    height: unset;
}
.header-area .main-nav .nav li a{padding-right:0px;}
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ee626b!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area .nav li:last-child a {
    background-color: transparent !important;
    font-weight: 300 !important;
    text-transform: capitalize !important;
  }
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* .nav-request_btn{display:none;} */
  .wave_section img {
    width: 450px;
}


.banner_left_section{width:344px;}
.banner_rht_section{width: 375px;}
.wave_section {
width: 384.4px;transform: translate(230px, 0) translate(-60%, -68%);height:unset;}
.banner_txt_align {
margin-top: 0px;
        margin-bottom: 70px;
}
    .banner_section h1 {
        line-height: 1.5;
    }
	
	.banner_section p {
    font-size: 14px;
    line-height: 22px;
}
.banner_request_btn a {
   line-height: 1.5;
        font-size: 12px;
        padding: 15px 30px;

}
.banner_rgt_bg_img {
        height: 475px;
        background-size: contain;
        background-position: right;
        margin-top: 0px;
    }
.menew_pos_banner_rgt_img.banner_rgt_bg_img img.banner_img_1 {
    right: -30px;
}
.banner_img_1 {
 width: 97px;
        right: -48px;
        top: -45px;
}
.banner_img_2 {  
     /* width: 137px !important; */
        /* right: -65px; */
		width: 178px !important;
        right: -65px;
		top: -40px;
		}
.banner_img_3{ 
        width: 170px !important;
        right: -59px;
        top: -40px;
/* width: 137px !important; */
        /* right: -50px; */
    }
	.banner_img_3.hardware_top_section {width: 100% !important;}
	.tabsquare{
	 max-width: 145px; 
     /* margin-top: -20px !important; */
	 
	}
	
.banner_section {
    top: 60px;
}	
	.wave_second_section {
   
    margin-bottom: 40px;
}

.solution_container {
    padding: 0px 35px;
}
.solution_box_section h3 {
 margin-bottom: 50px;line-height: 1.4em;}
  
 .solution_box_section {margin-bottom: 15px;
    padding: 0 0px 135px;
} 
.solution-box-spc {
    margin-bottom: 46px;
    min-height: 315px;padding:30px;
}
.solution-box-wraper {
          min-height:unset;
        margin-bottom: 40px;
}
.solution-box-wraper h4 {
    margin: 30px 0px 10px;
}
.ai_engine_section {
    padding: 100px 10px;
}
.ai_engine_section h3 {
line-height: 1.4em;
}
.ai_btn_wrapper {
margin-top: 30px;gap: 10px;
   justify-content: unset;}
    .ai_btn_wrapper a {
        padding: 15px 23px;
        font-size: 14px;
    }
.clients_logo_section h3{line-height: 1.4em;margin-bottom:50px;}
.benefits_section h3{line-height: 1.4em;margin-bottom:50px;}
.restaurant_inner_wraper {
    padding: 30px;
  min-height: 300px;

}
.restaurant_section .restaurant_inner_wraper p{margin-bottom:0px;}
.restaurant_section h3 {
	font-size:40px;
    padding: 0px 10px;
	line-height: 1.4em;}
.restaurant_section p {
    padding: 0px 10px;    margin-bottom: 80px;
}
.restaurant_box-spc {
    margin: 0px 0px 46px;
}
.restaurant_inner_wraper p {
  padding:0px;
}
.restaurant_box {
  margin: 0px 0px 46px;
min-height: 480px;
}

.good_cmpy_section {
margin-top: 0px; background-image:unset;}

.good_cmpy_section h3 {margin-bottom: 35px;line-height:1.4
    }
.good_cmpy_section{
height:unset;    margin-top: 15px;}
.good_cmpy_inner_wraper {        margin-top: 0;
        margin-bottom: 30px;
}
.good_cmpy_inner_wraper h2 {
line-height: 35px; margin-bottom: 5px;
}
.good_cmpy_inner_wraper p {
line-height: 25px;}
.good_cmpy_section_mb{background:var(--neutral-color-1);padding: 30px 0px 5px;margin: 0px 5px;}

.custo_logo_wdth {
    width: 100px !important;
    margin: auto;
}
.customer_btn a {
        padding: 16px 30px;line-height: 14px;
    }
.benefits_btn a {    padding: 16px 30px;
    }
	.good_cmpy_btn a {
	padding: 16px 30px;}
.customers_section {
 padding: 70px 10px;
        padding-bottom: 70px;
}
.connect_customers_section.customers_section.landing_menew_connect_customer{ padding-top: 70px;}
.customer_btn.landing_menue_connect_book_btn{margin-top:0px}
.blog_section {
    padding-top: 70px;
padding-bottom: 50px;}
.customers_section h3 {
   line-height: 1.4em;}
.contact-section img {
   width: 100%;
   margin-bottom:20px;
}
.customers_section p {
  
    margin-bottom: 25px;
}
.restaurant_pricing_section {
    padding-bottom: 70px;
	    padding-top: 70px;
}
        .additional_addons_shadow {
        min-height: 520px;
    }
	.additional_addons_shadow.customer_merchant_box_hght {
    min-height: 388px;}
.pricing_free_trail_section {
    padding-bottom: 70px;
}
.pricing_feature_section {
    padding-bottom: 70px;
}
.pricing_feature_section h3 {
    margin-bottom: 30px;
}
.restaurant_pricing_section h3 {
margin-bottom: 40px;}
.customers_innner_section {
margin-bottom:0px;        min-height: 445px;}
/* .nav-request_btn{display:none;} */
  .header-area .main-nav{        padding: 0px;
        display: unset;
}
.header-area .main-nav .nav li .dropdown_list li a {
text-align: center;}
.case_study_section {
    padding: 0px 10px 40px;
}
.case_study_section h3 {
 line-height: 30px; margin-bottom: 40px;}
 .case_study_section h5 {
 margin-bottom: 10px;}
 .case_study_section a {
    margin-top: 50px;
}
 .contact-section button {
    margin-top: 15px;
}
.contact-section{        padding: 70px 10px;
        margin-bottom: 0;}
.contact-section h3 { font-size: 24px;
    margin-bottom: 10px;line-height:1.4;
}
.contact-section h6 {
margin-bottom: 5px;    padding-left: 31px;}
.footer-section .footer-social-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: left;
    margin-top: 20px;
    padding-right: 0;
}
.footer-social-list{    margin-bottom: 40px;}
.footer-nav-list{margin-bottom:50px;}
.footer-copyrights {
    padding-top: 5px;
    padding-bottom: 20px;
}
.header-area {
position: relative;}

.req_btn_spc{margin-top:50px !important;}
.book_landing_btn_spc{margin-top: 20px !important}
.clients_logo_section {
       margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 70px;
}
.integration_section.restaurant_resort_fact.restaurant_type_section {
padding-left: 25px;
        padding-right: 25px;
    padding-top: 70px;
    padding-bottom: 70px;
}
.solution_inner_wraper {
    width: 50%;
}
.solution_wraper_box_1 {
    width: unset;
    margin-right:23px;
	margin-left: 0px;

}
.solution_wraper_box_2 {
    width: unset;
    margin-right:0px;
	margin-left:23px;
}

.solution_wraper_box_3 {
   width: unset;
    margin-right:23px;
	margin-left: 0px;
}
.solution_wraper_box_4 {
    width: unset;
    margin-right:0px;
	margin-left:23px;
}
.solution_wraper_box_5 {
            width: unset;
        margin-right: 23px;
        margin-left: 0px;
}
.solution_wraper_box_6 {
    width: unset;
    margin-right: 0px;
	margin-left:23px;
}
.solution_wraper_box_7 {
    width: unset;
    margin-right: 23px;
	margin-left:0px;
}.solution_wraper_box_8 {
    width: unset;
    margin-right: 0px;
	margin-left:23px;
}.solution_wraper_box_9 {
    width: unset;
    margin-right: 23px;
	margin-left:0px;
}
.benefits_section.benefits_section_landing {
    padding-bottom: 70px;
}
.benefits_section {
        padding: 70px 25px 50px;
    }

.benefits_inner_wraper {
              min-height: 250px;
    }
.solution_box_section_01 {
    padding: 70px 0px;
}
.benefits_box-spc {
    margin-bottom: 46px;
}
.benefits_btn {
    text-align: center;
    margin-top: 10px;
}
.customer_btn {
    text-align: center;
margin-top: 50px;}

.ai_btn_lft {
    margin-right: 0px;
}
.contact_container_01{ 
        padding: 0px 5px;
    }
	.contct_tab_mr-0{margin-right:0px !important;}
.contact_page_wraper {
    padding-top: 60px !important;
}
.solution-box-spc_02 svg {
    width: 80px;
}
.feat_order_wdth {
    width: 116px !important;
}
.order_based_price_section {
    padding-top: 70px;
}
.book_btn_header_web{display:none}
.book_btn_header_mb{display:block}
.nav-request_btn {
    width: 60%;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	
.error_page_section h3 {
    font-size: 30px;
}
	
.menew_connect_circle {
    .customer_active{
        background-color: transparent !important;
    }
}
.menew_connect_circle {
    display: block;
    position: relative;
     width: unset;
    height: unset; 
    margin-bottom: 0px !important;
     margin-left: 0px; 
    border-radius: 100%;
}
.circle_line {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.circle_line li:nth-child(1) {display:none;}
.circle_line li:nth-child(2) {display: none;}
.circle_line li:nth-child(3) {top: 0; left: 9%;z-index: -2;}
.menew_connect_circle {
    & .item {
        & li {position: unset;
        width: 100%;
        height: 130px;
        margin-bottom: 25px !important;
        box-shadow: unset;
        -webkit-box-shadow: unset;
        border: 0px solid #fff;
        display: flex;
        vertical-align: middle;
        align-items: center;
        justify-content: left;
}}}
.customer_connecting_warper a {background: #d8ffea;border-radius:100%;-webkit-box-shadow: 5px 7px 9px 0px rgba(0, 0, 0, 0.22);width: 130px;
        height: 130px; -moz-box-shadow: 5px 7px 9px 0px rgba(0, 0, 0, 0.22); box-shadow: 5px 7px 9px 0px rgba(0, 0, 0, 0.22);}
.customer_connecting_warper span {
        display: block;
        margin-left: 20px;
    }
 .customer_connecting_warper h2 {
       font-size:20px;color: var(--yellow-light);font-weight:bold;
    }
.menew_connect_circle {
    & .item {
        & li {
&.customer_item_1{background-color:unset;}}}}
.menew_connect_circle {
    & .item {
        & li {
            &.customer_item_2 {background-color:unset;}}}}
.menew_connect_circle {
    & .item {
        & li {
            &.customer_item_3{margin:unset; background-color:unset}}}}
.menew_connect_circle {
    & .item {
        & li {
            &.customer_item_4 {background-color:unset;}}}}
.menew_connect_circle {
    & .item {
        & li {
            &.customer_item_5 {background-color:unset;}}}}
.menew_connect_circle {
    & .item {
        & li {
            &.customer_item_6 {background-color:unset;}}}}
.customer_inner_text{display:none;}
.customer_detail{display:none;}
.customer_merchant_section img {
    width: 100px;
    text-align: center;
    margin: auto;
    display: flex;
}	
.customer_merchant_section h3 {
margin-bottom: 25px;}
	
	
	
.cusmer_merchant_box_shadow { min-height: 862px;}
.customer_merchant_section img { width: 150px;}
.hotels_features_box.restaurant_features_box { min-height: 465px;}
.theatres_features_box.restaurant_features_box {
    min-height: 442px;}
	.hardware_pop_up img {
width: 100%;}
	.resta_pos_img{width:80px;}
.resta_pos_img_01{width:116px;}
	.menu_pos_menu_management_bg.menu_connect_menu_management_bg {
    height: auto;}
.menu_pos_menu_management_bg.menu_connect_order_management_bg {
     height: auto;}
.menu_pos_menu_management_bg.menu_connect_customer_relationship_management_bg  {
    height: auto;
}

.menu_pos_menu_management_bg.menu_connect_menu_management_bg img {
    width: 70%;
}
.menu_pos_menu_management_bg.menu_connect_order_management_bg img {
    width: 70%;
}
.menu_pos_menu_management_bg.menu_connect_customer_relationship_management_bg img {
    width: 70%;
}
	/* .menu_pos_menu_management_bg { */
    /* height: auto; */
/* } */
	.pricing-palden .pricing-deco {
    min-height: 338px;
}
.pricing-palden .pricing-deco.trail_pricing_free_middle {
    min-height: 370px;
}
	.cd-headline{font-size:20px !important}
	
	.integration_section.restaurant_resort_fact.restaurant_type_section {
padding-left: 35px;
	padding-right: 35px;}
	.restaurant__box_1 {padding:25px 25px;}
	.restaurant__box_2 {padding:25px 25px;}
	.restaurant__box_3 {padding:25px 25px;}
	.restaurant__box_4 {padding:25px 25px;}
	.restaurant_box_min-hgt{min-height: 190px;}
	.restaurant_inner_wraper_section img {
    width: 80px !important;
}
	.price_box_section h4 {
    font-size: 20px;
}
.flip-box-front h2 {
font-size: 18px;}
.good_cmpy_inner_wraper_01 h2 {
        font-size: 27px;
        line-height: 35px;
    }
.price_box_section p {
    min-height: 150px;
}
.price_subscription_box {
    min-height: 640px;
}
    .additional_addons_shadow {
        min-height: 460px;
    }
	.additional_addons_shadow.customer_merchant_box_hght {
    min-height: 346px;}
	.nav-tabs .nav-item.show .nav-link, .nav-tabs .contact_tab_button.nav-link.active {
    font-size: 18px;
   padding: 16px 15px;
}
.contact-section .contact_tab_section button {
        font-size: 18px;
   padding: 16px 15px;
}
.contact-section .contact_tab_section button:hover {
        font-size: 18px;
   padding: 16px 15px;
}
	.flip-box-front {
    padding: 15px;
}
.good_cmpy_inner_wraper_01 img {
    width: 80px;margin-right:15px;
}
.one_million_icon_01 {
    width: 80px !important;
}
.solution-box-spc_02 svg {
    width: 80px;
}
.feat_order_wdth {
    width: 116px !important;
}

	.good_cmpy_inner_wraper_01 {
    min-height: unset;
}
	
	.career_growing_box_1{width:unset;}
	.career_growing_box_2{width:unset;}
	.career_growing_box_3{width:unset;}
	.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}
	
	    .menue_nav_list {
        flex-direction: column;
        width: 100% !important;
        display: flex;
        justify-content: center !important;
        align-content: space-between !important;
        padding: 0px;
        background: transparent;
    }
	/* .nav-request_btn{display:none;} */
	
	.logo_section {
     width:unset		;
}
	
	
	.banner_left_section {
    width: 620px;
}
.banner_rht_section {
    width: 310px;
}
.solution_wraper_box_1 {
    width: unset;
	margin-right:30px;
	margin-left:0px;
}
.solution_wraper_box_2 {
      width: unset;margin-right:15px;
	margin-left:15px;
}
.solution_wraper_box_3 {
      width: unset;margin-right:0px;
	margin-left:30px;
}
.solution_wraper_box_4 {
      width: unset;
	  margin-right:30px;
	margin-left:0px;
}
.solution_wraper_box_5 {
       width: unset;
	   margin-right:15px;
	margin-left:15px;
}
.solution_wraper_box_6 {
     width: unset;
	 margin-right:0px;
	margin-left:30px;
}
.solution_wraper_box_7 {
     width: unset;margin-right:30px;
	margin-left:0px;
}
.solution_wraper_box_8 {
     width: unset;margin-right:15px;
	margin-left:15px;
}
.solution_wraper_box_9 {
     width: unset;margin-right:0px;
	margin-left:30px;
}
.benefits_box-spc {
    margin-bottom: 50px;
}



	.background-header {
  background-color: #fff;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.logo img{width: 130px;
}
.pd-0{padding:0px;}
.header-area {
  position: relative;
        padding: 0px 15px;
        height: 80px;
        box-shadow: none;
        text-align: center;
  
}
.header-area-middle{vertical-align: middle;
     display: flex; 
     align-items: center; height: 100px;
  }
	 
.header-area .main-nav {
  background: transparent;
  display: flex;
  align-items: center;
      padding: 0px 18px;


}

.header-area .main-nav .logo {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}

.header-area .main-nav .logo h1 {
  line-height: 100px;
  font-size: 28px;
  text-transform: uppercase;
  color: #1e1e1e;
  font-weight: 700;
  letter-spacing: 2px;
}

.background-header .main-nav .logo h1 {
  line-height: 80px;
}

.header-area .main-nav ul.nav {
  flex-basis: 100%;
  /* justify-content: space-between; */
  justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
  padding: 0 150px 0 150px;
  letter-spacing: 0.5px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
  flex-grow: 1;
  text-align:center;
  
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 600;
  font-size: var(--primary-font-menu);
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: 1px;
}


.header-area .main-nav .nav li:last-child:hover a i {
  color: #fff;
}

.header-area .main-nav .nav li:hover a {
  color: var(--yellow-light);
}

.header-area .main-nav .nav li a.active {
  color: var(--yellow-light);
}


.background-header .main-nav .nav li a.active {
  color: var(--yellow-light);
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 22px;
}

.background-header .main-nav ul.nav {
  margin-top: 20px;
}


.nav-request_btn a{
        line-height: 14px !important;
        font-size: 10px;
        font-weight: 400;
        text-transform: uppercase !important;
        border-radius: 5px 5px 5px 5px;
        text-align: center;
        padding: 10px 8px;
        display: block;
        width: max-content;
}
.menue_nav_list li a {
font-size: 12px;}
.nav-request_btn a:hover{
    background-color:var(--yellow-light);
}
.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.visible{
  display:inline !important;
}
	
	
.header-area .main-nav ul.nav {
    padding: 0 40px 0 40px;
}
.banner_rgt_bg_img {
    align-items: center;
height: 560px;}
.menew_pos_banner_rgt_img.banner_rgt_bg_img img.banner_img_1 {
    right: 0;
}
.banner_img_1 {
width: 137px;right:10px;}
.banner_img_2 {
right:0px}
.banner_img_3 {
right:0px}
.wave_section {
    width: 570px;
    height: auto;
    transform: translate(344px, 0) translate(-62%, -25%);
}
.solution_box_section_01 {
padding:100px 10px}
.benefits_inner_wraper {
    min-height: 305px;
}
.banner_rgt_bg_img.menew_pos_banner_rgt_img {
    height:430px;
}
.breadcrumbs_section {
        padding: 50px 0px 0px;
    }
.restaurant_inner_wraper {
   min-height: 345px;
}
.good_cmpy_inner_wraper img {
    margin-bottom: 10px;
}
.features-wraper-hgt {
    min-height: 338px;
}
.solution-box-wraper {
    min-height:unset;
}
.solution-box-spc {
    margin-bottom: 70px;
}
.solution_box_section {
padding: 0 0 150px;}
.ai_btn_wrapper a {
    padding: 18px 25px
}
.banner_section p {
    line-height: 30px;
    margin-top: 20px;
	margin-right:30px;
}
.banner_section h1 {
        line-height: 55px;
        font-size: 40px;
    }
.clients_logo_section {
           margin-bottom: 0px;
        margin-top: 120px;
		padding-left: 30px;
        padding-right: 30px;
		 padding-top: 0px;
}
    .customers_section {
        padding-top: 100px;
    }
.benefits_section {
padding: 100px 45px 70px;}
.blog_inner_section h4 {
    min-height: 145px;
}
.blog_inner_section p {
min-height: 180px;}
.flip-box {
    height: 345px;
}
.wave_section img {
    width: 520px;
}
.tabsquare{
	 width:170px; 
	
	}
.restaurant_section h3 {
    font-size: 35px;
}
.ai_engine_section h3{line-height: 1.4;
    font-size: 35px;}
.solution_box_section h3 {line-height: 45px;
    font-size: 35px;}
	.good_cmpy_section h3 {line-height: 36px;
        font-size: 30px;
        margin-bottom: 10px;
	}
	.good_cmpy_inner_wraper h2 {
    line-height: 45px;
    font-size: 34px;
}
.good_cmpy_inner_wraper {
margin-top: 65px;}
.good_cmpy_section {
    height: 470px;
}
.good_cmpy_inner_wraper p {
    font-size: 16px;
line-height: 22px;}
    .good_cmpy_inner_wraper {
        margin-top: 55px;
    }
.customers_section h3 {
    font-size: 35px;}
	.contact-section img {
    width: 410px;
}
.customers_innner_section p {
min-height:400px;}
.customers_innner_section {
min-height: 500px;}
.footer-section img {
    width: 180px;
}
.whatsapp_icon img {
        width: 60px;
        bottom: 30px;
        left: 10px;      
	    z-index: 9999;
}
.footer-section .footer-social-list ul {
    justify-content: left;
   padding-right: 0px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .common_tab_data_list.active {
    color: var(--yellow-light);
    background-color: #fff;
   background: var(--neutral-color-2);
    font-weight: 600;
    font-size: 24px;
    border-radius: 20px 20px 0 0;
    padding: 20px 25px;
}
}

/* .se-pre-con { */
	/* position: fixed; */
	/* left: 0px; */
	/* top: 0px; */
	/* width: 100%; */
	/* height: 100%; */
	/* z-index: 9999; */
 /* background: url(http://smallenvelop.com/wp-content/uploads/2014/08/Preloader_10.gif) center no-repeat #fff; */
/* } */