 .body-restaurant{background: linear-gradient(270deg, #FFFCE9 -28.15%, #FAFFD1 100%);}


header{position: absolute !important;top: 0px;width: 100%;}
/*.bg-b-10per-linear::after{content: '';position: absolute; 
    background:linear-gradient(118deg, #7F9060 31.73%, #FFCB57 61.72%) no-repeat;
       background-position: bottom;
    width: 50%;
    height: 65px;
    right: 0px;bottom: 0px;
    z-index: -1;
}*/



.row.px-02{--bs-gutter-x: 0.5rem;}



.nav-link:focus-visible { 
    box-shadow: none !important;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.line { background: #fff;}




@media only screen and (min-width:992px) and (max-width:1199px){

 .container {
    max-width: inherit;
  }


}



@media only screen and (min-width:768px) and (max-width: 991px){ 
 .container {
    max-width: inherit;
  }

}

@media only screen and (min-width:601px) and (max-width: 767px){

.position-relative {
  position: relative !important;
}
  .container {
    max-width: inherit;
  }

}
@media only screen and (min-width: 768px){ 



}
@media only screen and (max-width: 600px){

}

@media (max-width:767px){
  .hamburger  .line{
    background-color: #fff;
  }
  .hamburger.open .line{
    background-color: #000;
  }
}
@media (max-width:992px){
  input#how-know{
     padding-top: 40px;
  }
  .focused .form-label[for="how-know"] {
    transform: translateY(-26%);
    font-size: 1em;
}
.from-time-input{

}
}

@media only screen and (min-width:1600px){
  .bg-img-1 .con-fix,  footer .con-fix, header{
    max-width: 1600px;margin-right: auto;margin-left: auto;
  }
}














.left-side-img{
    height: 100%;
    object-fit: cover;

}

h1.form-title{
  color: #292929;
  font-family: 'Roboto Bold';
  font-size: 29px;
  font-style: normal;
  /* font-weight: 700; */
  line-height: normal;
  text-transform: uppercase;
}
p.form-para{
  color: #0E0E0E;
  font-family: 'hvdtrial Regular';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;

}

.small-input{
  max-width: 124px;
}
.medium-input{
  max-width: 284px;
}
.large-input{
  max-width: 383px;
}
.form-group {
position: relative;
margin-bottom: 25px;
}

.form-group {
position:relative;  




}
.customer-nameinput{
text-transform: capitalize;
}
.form-label {
position: absolute;
left: 0;
top: 10px;
color: #999;
z-index: 0;
transition: transform 150ms ease-out, font-size 150ms ease-out;

color: #000;

font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.414px;
margin: 0;
color: #0E0E0E;
font-family: 'hvdtrial Regular';
font-size: 20px;
font-style: normal;
font-weight: 400;

}
.dining-label{


color: #0E0E0E;
font-family: 'hvdtrial Regular';
font-size: 20px;
font-style: normal;
font-weight: 400;
}

.focused .form-label {
transform: translateY(-125%);
font-size: 1em;
}
.focused{
margin-bottom: 30px;
}
.form-input {
position: relative;
padding: 5px 0px 6px 0;
width: 100%;
outline: 0;
border: 0;
border-bottom: 1px solid #0E0E0E;

background: transparent;
display: block;

/* &:focus {
box-shadow: 0 2px 0 0 #343434;
} */
}
.captcha-input{
max-width: 52px;
background-color: transparent;
text-align: center;
}
/* .form-input.filled {
box-shadow: 0 2px 0 0 #343434;
} */

.form-label .important-sym,.important-sym{
color: red;
font-size: 14px;
}
.Error-msg{
color: red;
font-size: 12px;
display: none;
font-family: 'hvdtrial Regular';
font-weight:400;
}
.refresh-start {

animation-name: rotate;
animation-duration: 1s;
animation-iteration-count: infinite;
animation-timing-function: linear;
animation-play-state: running;

}
@keyframes rotate {
from{
transform: rotate(0);
}
to{
transform: rotate(180deg);
}
}
.captcha-label{
color: #0E0E0E;
font-family: 'hvdtrial Regular';
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 18px;
}
.terms-condition-field span{
font-size: 16px;
margin-left: 12px;
}
input[type="checkbox"],input[type="radio"]{
accent-color: #000;
}
.captchaQuestion{
font-size: 18px;
font-family: 'hvdtrial Regular';
font-weight: 400;
margin-bottom: 0px;
}
.submit-btn{
background-color: #000;
color: #fff;

font-family: 'hvdtrial Medium';
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 32.8px */
max-width: 143px;
margin-top: 45px;
padding: 2px 42px;
}
.terms-condition-field a{
text-decoration: underline !important;
}
.submit-btn:disabled{
  opacity: 0.8;
  user-select: none;
}
.loading-btn{
  background-color: #000;
  color: #fff;

font-family: 'hvdtrial Medium';
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 32.8px */
margin-top: 45px;
padding: 2px 22px;
opacity: 0.5;
user-select: none;
display: none;
}
textarea{
  resize: none;
}
select{
    color: #000;
}
.captcha-refresh{
  cursor: pointer;
}


/************** SIMPLE POPUP *******************/
.overlay-popup-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* background: rgba(0, 0, 0, 0.7); */
    background: #000000eb;
	transition: opacity 500ms;
	display: none;
	z-index: 11111;
}
.popup {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 30%;
	position: relative;
	transition: all .5s ease-in-out;
	top: 100px;
}
.popup .close {
	position: absolute;
	top: 6px;
	right: 10px;
	transition: all 200ms;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.popup .close:hover {
  	color: #C54E47;
}
.popup .content {
  	max-height: 30%;
  	overflow: auto;
	margin-top: 5%;
	text-align: center;
/*	font-weight: bold;*/
}
.popup .content h3 {
    font-size: 20px;
/*    font-family: "Poppins-Regular";*/
font-family: 'Roboto Bold';
}
.popup .content a {
    font-size: 15px;
/*    font-family: "Poppins-Light";*/
}
.popup .content a:hover {
    text-decoration: none;
}

@media (min-width:700px){
  .popup{
    min-width: 400px;
  }
}
@media screen and (max-width: 700px){
	.popup{
	  width:92%;
	}
  }

.popup .tick-icon{
  font-size: 40px;
  color: green;
}  

.erroricon{
  font-size: 40px;
  color: red;
}

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

/* Datepicker Style here */

.ui-widget-header{
  background: #271a0a;
}
.ui-datepicker-prev,.ui-datepicker-next{
   background-color: #fff;
}
.ui-datepicker-title{color:#fff}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
  border: 1px solid transparent;
  background: transparent;
  font-weight: normal;
  color: #271a0a;
  text-align: center;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  padding: 4.5px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
  border: 1px solid #271a0a;
    background: #271a0a;
    font-weight: 600 ;
    color: #ffffff;
 
   
}

.ui-widget.ui-widget-content{
  transform: scale(0.9);
  transform-origin: top left;
}
