body {
	padding: 0;
	margin: 0;
	background-color: #fff;
	font-family: 'Visby CF';
}

/* --------------------------
    General-CSS
-------------------------- */
h2 {
	font-size: 65px;
	font-family: 'Visby CF Extra';
	line-height: 78px;
	color: #000000;
	margin-bottom: 15px;
}

h3 {
	font-size: 45px;
	color:#000; 
	font-family: 'Visby CF Extra';
	line-height: 54px;
}
h4{
	font-size: 42px;
	color:#000; 
	font-weight: bold;
	line-height: 46px;
}
h5{
	font-size: 32px;
	color:#000; 
	font-weight: bold;
	line-height: 36px;	
}
h6{
	font-size: 24px;
	color:#000; 
	font-weight: bold;
	line-height: 28px;	
}

p {
	font-size: 20px;
	color: #000;
	line-height: 24px;

}

ul {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	list-style: none;
}

.btn {
	font-size: 20px;
	line-height: 36px;
	padding: 5px 30px;
	color: #fff !important;
	background: #0057E1 !important;
	border: 2px solid #0057E1 !important;
	border-radius: 50px;
	font-weight: 600;
	transition: all 0.5s;
}

.btn:hover {
	color: #0057E1 !important;
	background: transparent !important;
}

/* --------------------------
    Banner Section
-------------------------- */
.banner-section {
	width: 100%;
	position: relative;
	background-color: #0a7a6a;
    background-image: linear-gradient(90deg,#0a7a6a,#62dac4);
	padding: 80px 0 70px 0;
}
.banner-section h2{
	font-size:58px;
	color:#fff; 
	line-height: 62px;
	margin-bottom:40px; 
}
.banner-section p{
	color:#fff; 
	line-height:28px; 
	margin-bottom:40px; 
}
.banner-section a.btn{
	font-size: 20px;
	color:#239f96 !important; 
	background-color: #fff !important;
	border-color: #fff !important;	
    padding:4px 25px 5px 25px;
}
.banner-section a.btn:hover{
	color:#fff !important; 
	border-color:#fff !important; 
	background-color: transparent !important;
}
.banner-image-item{
	display: flex;
	height:100%;
	align-items: center;
}
.banner-image-item img{	
	width:100%;
}
.banner-slider button.slick-arrow{
	display: none  !important;
}
.banner-section a.free-demo-btn{
	position: absolute;
	right:-40px;
	top:46%;
	transform: translate(0, -50%);
	transform: rotate(90deg);
}
.banner-section a.free-demo-btn:hover{
	color:#239f96 !important;
	background-color:#fff !important;	
}

/*restaurant-pos-section-css*/

.restaurant-pos-takes{
	padding:80px 0; 
}
.restaurant-pos-takes .main-heading{
	margin-bottom:50px; 
}
.restaurant-pos-takes .main-heading h6{
	margin-bottom:20px; 
}
.restaurant-pos-takes .main-heading p{
	margin-bottom: 30px;
}
.feature-box{
	text-align: center;
}
.feature-box h2{
	margin-bottom:10px; 
}
.feature-box p{
	margin-bottom:0; 
}

/*pos-built-section-css*/
.pos-built-section{
	background-color:#f7f9f9; 
	padding:80px 0;
}
.pos-built-section .main-heading{
	margin-bottom:50px; 
}
.restaurant-type-slider .slick-slide{
	padding:0 15px; 
}
.restaurant-item{
	position: relative;
}
.restaurant-item img{
	width:100%;
	max-height:350px;
	height:100%;   
}
.restaurant-item .restaurant-name{
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;    
	display: flex;
	justify-content: center;
	align-items: center;
}
.restaurant-item .restaurant-name h5{	
	color: #fff;
	margin-bottom:0; 
	text-align: center;
}
.restaurant-custom-slider-arrow{
	padding-top:20px; 
	display: flex;
	justify-content: center;
}
.restaurant-custom-slider-arrow button{
	width: 34px;
    height: 34px;
    border: 0;
	cursor: pointer;
	color: #fff;
    border-radius: 2px;
	margin: 0 5px;    
	outline: none;
    background-color: #000000;    
}
.restaurant-type-slider .slick-dots{
	display: none !important;
}


.detail-section-one{
	padding:70px 0 20px 0;
	overflow-x: hidden; 
}
.detail-section-one .detail-left-box{
	max-width: 585px;
    float: right;
}
.detail-section-two .detail-left-box h5,
.detail-section-one .detail-left-box h5{
	font-weight:bold;
	margin-bottom:15px;  
}
.detail-section-two .detail-left-box p,
.detail-section-one .detail-left-box p{
	font-size:18px;
	line-height:26px;  
	margin-bottom:60px; 
}
.detail-right-box img{
	width:100%; 
}
.detail-section-one .detail-right-box{
	margin-right: -45px; 
}
.detail-section-one .detail-right-box img{
	margin-right:-70px; 
}
.detail-section-two{
	overflow-x: hidden;
}
.detail-section-two .detail-right-box{
	margin-left:-195px; 
}
.detail-section-two .detail-left-box{
	max-width: 665px;
	padding-left:80px; 
}


/*restaurant-features-css*/
.restaurant-features-section{
	padding:80px 0; 
	background-color:#f5f5f5; 
}
.restaurant-features-section .main-heading{
	text-align: center;
	margin-bottom:50px; 
}
.restaurant-features-box{
	padding:35px 20px;
	border-radius:20px;  
	height:100%; 
	background-color: #fff;
	text-align: center;	
}
.restaurant-features-box img{
	margin-bottom:15px; 
}
.restaurant-features-box h5{ 
	font-size: 28px;
	margin-bottom:15px;
}
.restaurant-features-box p{
	font-size:18px; 
	margin-bottom:0; 
}

/*limetray-demo-css*/
.limetray-demo-section{
	padding:80px 0; 
}
.limetray-content h3{
	margin-bottom:30px; 
}
.limetray-content p{
	margin-bottom:40px; 
}
.limetray-content img{
	max-width:500px; 
}
.limetray-form .form-group{
	margin-bottom:24px; 
}
.limetray-form .form-group label{
	font-weight:bold;
	font-size: 16px;
	color: #000;
}
.limetray-form .form-group select.form-control,
.limetray-form .form-group input.form-control{
	padding:5px 15px; 
	height: 50px;
    border-radius: 10px;
    border: 1px solid #000;
    font-weight: 600;
    box-shadow: none;
}
.limetray-form .form-group select.form-control{
	height:50px !important; 
	-webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  position: relative;
  z-index:1; 
}
.limetray-form .form-group.select-box{
	position: relative;
}
.limetray-form .form-group.select-box:before{
	font-size:15px;
	color:#000;
	position: absolute;	
	content:"\f078";
	right: 15px;
    bottom: 14px;
	font-family:'fontawesome';
}
/*faq-css*/
.faq-systems{
    background: #000;
}
.faq-systems h2{
	color: #fff;
	font-size:62px; 
	font-family: 'Visby CF';	
	font-weight:bold;
}
.faq-systems p{
	font-size: 20px; 
	line-height: 1.2em; 
}
.faq-systems span{
	font-size: 16px; 
	line-height: 1.2em;
}
.faq-systems span a{
	color: #fff;
}


/*Popup-Design*/
#restaurant-management-popup{
	padding:0; 
}
#restaurant-management-popup .modal-content .modal-header{
	padding:5px 10px;
	border:0;
	justify-content: flex-end;
}
#restaurant-management-popup .modal-content .modal-body h4{
	font-size:32px;
	font-family: 'Visby CF Extra';	
	text-align: center;
	margin-bottom:30px;
}
#restaurant-management-popup .modal-content .modal-body{
	text-align: center;
	font-size: 18px;
    padding: 15px 30px 30px 30px;
}
#restaurant-management-popup .modal-content button.close{
	padding:0; 
	width: 42px;
    height: 42px;
    margin:0; 
    outline: none;
    box-shadow: none;
}


/*Online-Food-Ordering-System*/
.restaurants-client-section{
	padding:70px 0 80px 0; 	
}
.restaurants-client-section .main-heading{
	margin-bottom:40px;
}
.client-item{
	text-align: center;
}
.client-item img{
	display: inline-block;
	max-width:150px; 
}
.customer-order-section{
	background-color:#f7f9f9; 
}
.customer-order-section h4{
	margin-bottom:30px; 
}
.customer-order-section p{
	line-height:30px; 
	margin-bottom:30px; 
}
.detail-section-tree{
	padding-top:80px;
	padding-bottom:80px;  
}
.detail-section-tree .detail-right-box img{
	box-shadow:rgb(220, 220, 220) 0px 2px 64px 0px; 
}
.detail-section-tree .detail-left-box{
	padding-left:20px; 
}
.detail-section-tree .detail-left-box h5{
	font-size:30px;
	margin-bottom:15px;
}
.detail-section-tree .detail-left-box p{
	font-size:18px;
	line-height: 28px; 
	margin-bottom:20px; 
}
.detail-section-tree .detail-left-box a.btn{
	font-size: 18px;
	padding:3px 25px; 
	margin-bottom:30px; 
}
.menu-options-details-section{
	padding:80px 0; 
}
.menu-image-options{
	position: relative;
	text-align: center;
}
.menu-image-options img{
	width:100%; 
}
.menu-image-options img.mobile-frame{
	width: auto;
	max-height:600px;	
}
.macbook-frame{
	width: 448px;
    height: 288px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 52px;
    overflow: hidden;
    margin: auto;
    display: none;
}
.macbook-frame img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.macbook-frame.active{
	display: block;
}
.menu-details-options ul li{
	cursor: pointer;
	padding-top:20px;
	padding-bottom:25px;	
	position: relative;	
}
.menu-details-options ul li:before{
	position: absolute;
	content:'';
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:2px;
	background-color:#f5f5f5;
	transition: all 0.5s;      
}
.menu-details-options ul li:after{
	position: absolute;
	content:'';
	left:0;
	right:0;
	bottom:1px;
	width:0;
	height:2px;
	background-color:#62dac4;
	transition: all 0.8s;      	
}
.menu-details-options ul li:hover:after{
	width:100%; 
}
.menu-details-options ul li h5{
	font-size:28px; 
}
.menu-details-options ul li p{
	font-size:18px; 
	line-height:26px; 
	margin-bottom: 0;
}
.menu-details-options a.btn{
	margin-top:30px; 
}
.mobile-frame-box{
	position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius:30px;
    overflow: hidden; 
    width: 268px;
    height: 584px;
    display: none;
}
.mobile-frame-box img{
	width:100%;
	height:100%;
	object-fit: cover;  
}
.mobile-frame-box.active{
	display: block;
}
.services-options-details-section{
	background-color:#f7f9f9; 
	padding:80px 0; 
}