@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

* {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	outline: none;
	font-family: inherit;
}

.count
{
    background: #9A42F3;
    background: -webkit-linear-gradient(to right, #9A42F3, #9A42F3);
    background: linear-gradient(to right, #9A42F3, #9A42F3);
    color: white;
    padding: 5px 5px;
    border-radius: 20%;
    font-size: 14px;
    margin-left: 4px;
}

.active .count
{
    background: #ffffff;
    color: #9A42F3;
   
}

body{
    margin:0;
    padding:0;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
      font-size: 12px;
    font-weight: 300;
    background:url('../img/Bg_Login.jpg');
    background-size:cover;
  }

#userinfo.tabcontent table {
    border-collapse: collapse;
    width: 100%;
}

#userinfo.tabcontent td, #userinfo.tabcontent th {
    text-align: left;
    padding: 15px;
    text-align:center;
    font-size: 14px;
}

#userinfo.tabcontent tr:nth-child(even) {
    background: #efefef;  
}

#userinfo.tabcontent tr:nth-child(odd) {
    background: #f9f9f9; 
}




/* Style the tab */
.tab {
    float: left;
    /*border: 1px solid #ccc;*/
    /*background-color: #f1f1f1;*/
    width: 100%;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 10px 15px;
    width: auto;
    float:left;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.1s;
    font-size: 17px;
    border-radius: 5px 5px 0px 0px;
    margin-right: 5px;
    
}

/* Change background color of buttons on hover */
.tab button:hover {
    background: #9A42F3;  
    background: -webkit-linear-gradient(to right, #9A42F3, #9A42F3); 
    background: linear-gradient(to right, #9A42F3, #9A42F3); 
    color:white;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background: #9A42F3;  
    background: -webkit-linear-gradient(to right, #9A42F3, #9A42F3); 
    background: linear-gradient(to right, #9A42F3, #9A42F3); 
    color:white;
}

/* Style the tab content */
.tabcontent {
    float: left;
    border-top: 1px solid #9A42F3;
    /*border: 1px solid #ccc;*/
    width: 100%;
    border-left: none;
    height: 450px;
    overflow-x: scroll;
    padding-top: 15px;
}

.Inpopup_button{background: #9A42F3; color: white;padding: 3px 8px;border-radius: 5px;}
.preview_images_box{border: solid 1px #ff9966; border-radius: 5px; width: 80px; height: 80px;margin-bottom: 8px; float: left; margin-right: 8px;}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #aaa;
	font-weight: 300;
}

:-moz-placeholder {
	color: #aaa;
	font-weight: 300;
}

::-moz-placeholder {
	color: #aaa;
	font-weight: 300;
}

:-ms-input-placeholder {
	color: #aaa;
	font-weight: 300;
}
input, textarea
{
    font-weight: 400;
    font-size: 12px;
	width: 100%; padding: 12px;
	border: 1px solid #ccc;
    border-radius: 3px;
    color: #555;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
#data1_filter input
{
	font-weight: 400;
    font-size: 12px;
	width: auto; 
	padding: 5px;
	border: 1px solid #ccc;
    border-radius: 3px;
    color: #555;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
textarea {
	line-height: 20px;
	resize: none;
}
textarea.textarea {
	height: 100px;
}
select1
{
    -webkit-appearance:none;	
	-moz-appearance:none;	
	-o-appearance:none;	
	appearance:none; 
	cursor:pointer; 
	background: url(../img/select-arrow.png) no-repeat right white; 	
	background-position: 97%;
	width: 100%; padding: 12px;
	border: 1px solid #ccc;
    border-radius: 3px;
    color: #555;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

html
{
	/* killing 300ms touch delay in IE */
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}



p {
	margin:0 0 15px;
}

.clear {
	clear:both;
}

img {
	max-width:100%;
}

/*input[type="radio"], 
input[type="checkbox"] {
	width:auto !important;
}*/

.wdth {
	max-width: 1170px;
	margin:0 auto;
}

.primary {
	color: #be2c2c;
}

.left {
	float:left;
}

.right {
	float:right;
}

.col5 {
	width: 4%;
}
.col10 {
	width: 9%;
}
.col15 {
	width: 14%;
}
.col20 {
	width: 19%;
}
.col25 {
	width: 25%;
}
.col30 {
	width: 29%;
}
.col33 {
	width: 33.33%;
}
.col35 {
	width: 34%;
}
.col40 {
	width: 39%;
}
.col45 {
	width: 44%;
}
.col50 {
	width: 49%;
}
.col55 {
	width: 54%;
}
.col60 {
	width: 59%;
}
.col65 {
	width: 64%;
}
.col70 {
	width: 69%;
}
.col75 {
	width: 75%;
}
.col80 {
	width: 79%;
}
.col85 {
	width: 84%;
}
.col90 {
	width: 89%;
}
.col95 {
	width: 94%;
}
.col100 {
	width: 100%;
}
.section {
	padding: 60px 0;
}
.section.mini {
	padding:55px 0;
}
.bgimage {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
h2.title {
	margin: 0 0 20px; padding: 0;
	font-size: 30px;
	font-weight: 400;
}

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}

.textjustify {
	text-align:justify;
}

.siteheader {
	position: relative;
	padding:15px 0;
	z-index: 999;
	width: 100%;
	background-color:white;
	box-shadow: 0 1px 1px rgba(0,0,0,0.075);
}

.home .siteheader {
	position: absolute;
	background-color: transparent;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0, rgba(0,0,0,0) 100%);
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.4) 0, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.4) 0, rgba(0,0,0,0) 100%);
}

.siteheader.fixed {
	position: fixed;
	-webkit-animation: stuckMoveDown .6s;
    animation: stuckMoveDown .6s;
	background:white !important;
	padding:10px 0 !important;
}

@-webkit-keyframes stuckMoveDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}
@keyframes stuckMoveDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}

.logo a {
	position: relative;
	display: inline-block;
}

.logo img {
	height: 150px;
}


ul.nav-menu {
	margin: 0;
	padding: 0;
	color: #fff;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #19B14D;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 12px 15px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	color: #19B14D;
}

.nav-menu ul,
.nav-menu ul ul {
	background-color: #f7f7f7;
	border: none;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: 0;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}

.nav-menu ul ul,
.nav-menu ul ul ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	font-size: 14px;
	color: #333;
	padding-top: 15px;
	margin: 0;
	width: 300px;
	font-weight: bold;
	text-transform: uppercase;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    border-bottom: solid 1px #DDD;
}

ul.nav-menu ul li:last-child a,
.nav-menu ul ul li:last-child a  {
	border-bottom: none;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus,
ul.nav-menu ul li.active a,
.nav-menu ul ul li.active a {
	background-color: #eee;
	color: #333;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu li.cart a {
	font-size: 20px;
}

.nav-menu li span.myacc {
	display: block;
	font-size: 12px;
	color:#333;
}

.nav-menu li span.nameontop {
	display: block;
	color: #333;
	margin-top: 6px;
	text-transform: uppercase;
}

.nav-menu li span.nameontop .fa {
	font-size: 10px;
	margin-left: 5px;
}

.nav-menu li.lastmenu > a {
	padding: 5px 0;
}

.nav-menu li.lastmenu ul {
	right: 0;
	left: auto;
}

.nav-menu span.blok {
	display: block;
	font-size: 14px;
	color: rgba(51,51,51,0.6);
	margin-top: 3px;
	font-weight: normal;
	text-transform: none;
	line-height: 21px;
}
thead tr th, tfoot tr th {
    background: #9468ad14;
    padding: 10px !important;
}
.nav-menu li.logout a {
	background: -webkit-linear-gradient(339deg, #8f63aa, #bb93c4) !important;
	color: #fff !important;
	text-align: center;
	padding:15px;
}

.signup a {
	display: inline-block;
	padding: 10px 20px;
	border:2px solid #fff;
	color: #fff;
	border-radius: 3px;
	transition: all .2s;
}

.signup a:hover {
	background: #fff;
	color: #be2c2c !important;
}

.landingimage{
	position: relative;
	width: 100%;
	height: 100vh;
	display: table;
	background-attachment: fixed;
}

/*.landingimage::after {
	position: absolute !important;
	width: 100% !important; height: 100% !important;
	top: 0 !important; left: 0 !important;
	content: "";
	background: rgba(0,0,0,0.2) !important;
}*/

.landingimage .inner {
	position: relative;
	z-index: 9;
}

.landingimage h1 {
    font-weight: 300;
	font-size: 58px;
	letter-spacing: -1px;
	color: #fff;
	margin: 40vh 0 0;
	padding:0;
	text-align: center;
	-webkit-text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    -moz-text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    transition: all .2s;
    position: relative;
}

.landingimage h2 {
    font-weight: 300;
	font-size: 35px;
	letter-spacing: -1px;
	color: #fff;
	margin: 0;
	padding:0;
	text-align: center;
	-webkit-text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    -moz-text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.marginauto {
	margin:0 auto;
}

.searchform {
	background: #fff;
	padding:15px;
	border-radius: 5px;
	margin:40px auto 0;
	position: relative;
}

.searchform input {
	padding:12px 30px;
	width:100%;
	border:1px solid #aaa !important;
	border:none;
	border-radius: 2px;
	font-size: 17px;
}

.searchform .fa-map-marker {
	position: absolute;
	top: 27px;
	left: 25px;
	color: #be2c2c;
	font-size: 25px;
}

.radiobtn input {
	display: none;
}

.radiobtn label {
	width: 100%;
	border:1px solid #be2c2c;
    background: #be2c2c;
    color: #fff;
    padding: 12px;
    text-align: center;
    border: none;
    display: inline-block;
    cursor: pointer;
	border-radius: 2px;
	font-size: 17px;
}

.radiobtn input[type=radio]:checked + label {
	background: #000;
	border:1px solid #000;
}

.findrestaurants {
	margin-top: 5px;
	display: block;
}

.findrestaurants button {
	width: 100%;
	border:1px solid #be2c2c;
    background: #be2c2c;
    color: #fff;
    padding: 12px;
    text-align: center;
    border: none;
    display: inline-block;
    cursor: pointer;
	border-radius: 2px;
	font-size: 17px;
}

.popup {
	position:fixed;
	top: 0; left: 0;
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 9999;
	display: none;
	overflow-x:hidden;
}

.popup_container {
	position: relative;
	margin:8% auto;
	/*padding:80px 20px;*/
	background: #fff;
	box-shadow: 0 0 5px 0  rgba(0,0,0,0.5);
	border-radius: 5px;
	max-width: 750px;
}

#close {
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #000;
	text-decoration: none;
	z-index: 999;
	font-size: 25px;
}

/*.login_form::after {
	position: absolute;
	width: 1px;
	height:100%;
	left: 50%;
	top: 0;
	content: "";
	background: #eee;
}*/

.login_form {
	position: relative;
}

.login_form .col50 {
	width: 50%;
	position: relative;
}

.login_form .col50.leftside {
	position: absolute;
	height: 100%;
	padding: 30px;
	color: #fff;
}

.login_form .col50.leftside h1 {
	font-size: 36px;
    line-height: 44px;
    text-align: left;
    color: #fff;
    margin: 0 0 20px;
	font-weight: normal;
}

.login_form .col50.leftside h1::after {
	position: relative;
	display: block;
	content: "";
	width : 30px;
	height: 2px;
	background: #fff;
	margin:15px 0;
}

.login_form .col50.leftside h3 {
	font-size: 18px;
	color: #fff;
	margin:0; padding:0;
	font-weight: 300;
}

.login_form .col50.leftside ul {
	margin: 20px 0 0 17px;
	padding: 0;
}

.login_form .col50.leftside ul li {
	font-size: 16px;
    font-weight: 300;
	line-height: 20px;
}

.login_form .col50.rightside .header {
	position: relative;
    background: none;
    border-bottom: 1px solid #dbd9d6;
    height: 54px;
	margin: 0;
	line-height: 54px;
	text-align: left;
	font-size: 18px;
	color: #605d57;
	padding: 0 20px;
}

.login_form .col50.rightside .footer {
	position: relative;
	height: 54px;
    background: #eeede9;
    border-top: 1px solid #dbd9d6;
    text-align: center;
    font-size: 12px;
    margin: 0;
    padding: 0 20px;
    line-height: 54px;
}

.login_form .col50.rightside .footer a {
	display: inline-block;
	color: #be2c2c;
	text-decoration: none;
	font-weight: bold;
}

.login_form .col50.rightside .form {
	padding:40px 20px;
}

.login_form .col50.rightside .form .col50 {
	width: 49%;
}

.login_form p {
	margin:0 0 15px;
	padding:0;
	position: relative;
}

.login_form input, 
.login_form button {
	width: 100%;
	border:1px solid #ccc;
	border-radius: 3px;
}

.login_form button {
	background: #be2c2c;
	color: #fff;
	border: none;
	padding:11px;
	cursor: pointer;
}

.login_form button.fb {
	background: #3B5998;
}

.login_form button.gp {
	background: #be2c2c;
}

.login_form button.em {
	background: #ddd;
	color: #000;
}

.forgetlink {
	font-size: 12px;
	text-decoration: none;
	color: #be2c2c;
	position: absolute;
	top: 35%;
	right: 10px;
}

.login_form .col50.rightside .form .divider {
    position: relative;
    display: block;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    margin-bottom: 20px;
}

.login_form .col50.rightside .form .divider:after, .login_form .col50.rightside .form .divider:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 50%;
    background-color: #e2e2e0;
    top: 50%;
    margin-top: -.5px;
}

.login_form .col50.rightside .form .divider:before {
    left: -20px;
}

.login_form .col50.rightside .form .divider:after {
    right: -20px;
}


.sitefooter {
    background: #282C35;
	color: #fff;
}

.sitefooter h3.widgettitle {
	font-size: 20px;
	margin: 0 0 10px;
	padding: 0;
	font-weight: normal;
}

.subfooter {
	padding: 40px 0;
}

.subfooter ul {
	list-style: none;
	margin:0; padding:0;
}

.subfooter ul li {
	position: relative;
	display: block;
	margin: 0 0 5px;
	color: #aaa;
}

.subfooter ul li a {
	color: #fff;
	text-decoration: none;
}

.subfooter2 {
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	line-height: 40px;
}

.subfooter2 ul {
	list-style: none;
	margin:0; padding:0;
}

.subfooter2 ul li {
	position: relative;
	display: inline-block;
	margin: 0 10px 0 0;
	color: #aaa;
}

.subfooter2 ul li a {
	color: #fff;
	text-decoration: none;
}

.subfooter2 ul.social {
	text-align: right;
	margin: 0;
}

.subfooter2 ul.social li {
	position: relative;
	display: inline-block;
	margin: 0 10px 0 0;
	color: #aaa;
}

.subfooter2 ul.social li a {
	display: block;
	width:30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius:  100%;
	background: rgba(0,0,0,0.5);
	text-align: center;
	padding: 8px 0 0;
	color: #fff;
}

.copyright {
	padding:15px 0;
	font-weight: 300;
	color: #aaa;
	font-size: 10px;
}

.subscription_form {
	margin-left: 55px;
}

.subscription_form input {
	width: 100%;
	padding:10px;
	border-radius: 2px;
	border:none;
}

.subscription_form button {
	padding: 11.5px;
	width: 100%;
	border-radius: 2px;
	border:none;
	background: #be2c2c;
	color: #fff;
	cursor: pointer;
}

.searchbarr {
	padding: 0 0 40px;
}

.searchbarr .wdth {
	position: relative;
}

.searchbarr .fa {
	position: absolute;
	left: 20px;
	top: 12px;
	font-size: 18px;
}

.searchbarr input {
	padding: 12px 20px 12px 50px;
	width: 100%;
	border-radius: 3px;
	border:1px solid #ccc;
}

.banner {
	margin: 0 auto 20px;
	position: relative;
}

.banner::after {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	content: "";
	background: rgba(0,0,0,0.5);
}

.banner .wdth {
	color: #fff;
	padding: 30px;
	position: relative;
	z-index: 9;
}

.banner a {
	color: inherit;
	text-decoration: none;
}

.banner ul {
	list-style: none;
	margin:0; padding:0;
}

.banner ul li {
	position: relative;
	display: inline-block;margin-left: 10px;
	font-weight: bold;
}

.banner ul li:first-child {
	margin-left: 0;
}

.banner ul li .fa {
	margin-left: 3px;
}

.banner h2 {
	margin:0 0 10px; padding:0;
}

.banner p {
	margin: 0 0 10px;
	padding: 0;
}

.banner p:last-child {
	margin:0;
}

.button {
	background: #be2c2c;
	color: #fff;
	border: none;
	padding:11px 20px;
	cursor: pointer;
	border-radius: 3px;
	display: inline-block;
}

.rows {

}



.rowline {
	background: white;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 3px;
    box-shadow: 0 0px 5px #ddd;
}

.rowline:last-child {
	border-bottom: none;
}

.rowline a {
	color: inherit;
	text-decoration: none;
}

.rowline .bgimage {
	height: 80px;
	width: 80px;
	border-radius: 100%;
}

.rowline h3 {
	margin: 0 0 4px; 
	padding:0;
	font-weight: 400;
}

.rowline p {
	margin: 0;
	padding:0;
}

.rowline .ryt {
	border-left: 1px solid #ccc;
	text-align: center;
	margin-top: 15px;
}

.rowline .ryt .rate {
	display: block;
}

.rowline .ryt .rate .fa {
	margin: 0 1px;
	font-size:18px;
}

.rowline .distance {
	margin: 10px 0 0;
	font-size: 12px;
}

.rowline .deliveryfee {
	margin-top: 8px;
	line-height: 35px;
}

.rowline .deliveryfee img {
	height: 30px;
	margin-right: 10px;
	vertical-align: middle;
}

.itemsmenu {
	padding-right: 30px;
}

ul.menuitems {
	list-style: none;
	margin:0;
	background: white;
	padding: 40px;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

ul.menuitems li {
	position: relative;
	display: block;
	margin:0 0 15px; padding:0;
	font-size: 17px;
}

ul.menuitems li:last-child {
	margin:0;
}

ul.menuitems li a {
	color: inherit;
	text-decoration: none;
}

ul.menuitems li a:hover {
	opacity: 0.8;
}

.rowline2 {
	background: white;
	border-bottom:1.5px solid #e6e6e6;
	padding: 20px;
}

.rowline2:last-child {
	border-bottom: none;
}

.rowline2_mn,
.rowline2_item {
	border-left: solid 3px #ddd;
}

.rowline2_item:hover {
	border-left: solid 3px #BE2C2C;
}

.rowline2 a {
	color: inherit;
	text-decoration: none;
}

.rowline2 .bgimage {
	height: 80px;
	width: 80px;
}

.rowline2 h3 {
	margin: 0 0 10px; 
	padding:0;
	font-size: 25px;
	font-weight: 300;
}

.rowline2 p {
	margin: 0 0 10px;
	padding:0;
}

.rowline2 p:last-child {
	margin:0;
}

.rowline2 .bold {
	font-weight:400;
	text-transform: capitalize;
}

.menuextraitems {
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	margin: 0 0 15px;
	box-shadow: 0 0px 5px #ddd;
}

.menuextraitems:last-child {
	margin:0;
}

.login_leftsidebar {
	list-style: none;
	margin:0; padding:0;
	border:1px solid #ddd;
	border-radius: 3px;
	position: relative;
	background: #F9F9F9;
}

.login_leftsidebar li {
	position: relative;
	display: block;
	border-bottom: 1px solid #ddd;
}

.login_leftsidebar li:last-child {
	border-bottom: none;
}

.login_leftsidebar li a {
	display: block;
    padding: 15px 20px;
    font-weight: 500;
    text-decoration: none;
    color: inherit;
    background: #fff;
    letter-spacing: 0.2px;
}
table span.far{font-size: 20px;color: #636262;}

.login_leftsidebar li:hover,
.login_leftsidebar li.active {
	border-bottom-color: #ffffff;
}

.login_leftsidebar li a:hover,
.login_leftsidebar li.active a {
	background: -webkit-linear-gradient(339deg, #8f63aa, #bb93c4);
	color:white;
}

.login_leftsidebar li.active::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 10px solid #b68ec1;
    right: -9px;
    top: 0;
}

.dashboard .contentside {
	width: 70%;
}
span.fas.fa-info-circle {
    background: -webkit-linear-gradient( 
339deg, #8f63aa, #aa80ba);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dashboard .form input,
.dashboard .form textarea,
.dashboard .form select {
	width: 100%; padding: 12px;
	border: 1px solid #ccc;
    border-radius: 3px;
    color: #555;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.dashboard .form select {
	padding: 10px 8px;
}

.dashboard .form p {
	margin: 0 0 15px;
}

.dashboard .form p:last-child {
	margin: 0;
}

.dashboard .form input[type="submit"] {
	background: #be2c2c;
	color: #fff;
	cursor:pointer;
	border:none;
	padding: 14px;
}

.dashboard .social {
	margin: 0 0 30px;
}

.dashboard .social ul {
	list-style: none;
	margin:0; padding: 0;
}

.dashboard .social li {
	position: relative;
	display: block;
	margin: 0 0 10px;
}

.dashboard .social li a {
	display: block;
}

.dashboard .social button {
	background: #be2c2c;
	color: #fff;
	border: none;
	padding:11px;
	width: 100%;
	cursor: pointer;
}

.dashboard .social button .fa {
	margin-right: 10px;
}

.dashboard .social button.fb {
	background: #3B5998;
}

.dashboard .social button.gp {
	background: #be2c2c;
}

.dashboard .social button.em {
	background: #ddd;
	color: #000;
}

body.dashboard
{
    background:#F2F2F2;
}

.dashboard .orderupdate h3 {
	margin: 0 0 15px; padding: 0 0 5px;
	font-size: 20px; font-weight: normal;
	line-height: 30px;
	border-bottom: 1px solid #eee;
}

.errorpage {
	background: #f7f7f7;
	padding: 30vh 0 0;
	height: 100vh;
}

.errorpage h1 {
	font-size: 90px;
	margin:0; padding:0;
	font-weight: normal;
}

.errorpage p {
	margin: 0; padding:0;
	font-size: 35px;
}

.or {
	margin:0 0 20px; padding:0;
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
}

.or::before,
.or::after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 40%;
	height: 1px;
	background: #ccc;
	top: 42%;
}

.or::before {
	left: 0;
}

.or::after {
	right: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #555;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #555;
}
:-moz-placeholder { /* Firefox 18- */
  color: #555;
}

.paymentlist .itm {
	background: #F9F9F9; padding:15px;
	border-radius: 3px;
	margin-bottom: 10px;
	position: relative;
	line-height: 1.5em;
	border:1px solid #ddd;
}

.addresslist .itm {
	background: #F9F9F9; padding:15px;
	border-radius: 3px;
	margin-bottom: 10px;
	position: relative;
	line-height: 1.5em;
	border:1px solid #ddd;
	padding-right: 20px;
}

.paymentlist a,
.addresslist a {
	text-decoration: none;
	color: #be2c2c;
}

.editbtn {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size:12px;
	color: inherit;
	text-decoration: none;
}

form p {
	position: relative;
}

label.error {
    top: 35%;
    position: absolute;
    z-index: 9999;
    right: 4px;
    font-size: 12px;
    color: red;
}

.order_table {
	width: 100%;
	background: #F9F9F9;
	border-color: #F9F9F9;
	border-radius: 4px;
}

.order_table.cart thead td {
	font-weight: bold;
	text-transform: uppercase;
}

.order_table td {
	padding:13px 10px;
	font-weight: 300;
	border-bottom: 3px solid #f2f2f2;
}

.order_table td span.blok {
	display: block;
	margin-top: 10px;
	font-weight: 300;
}

.order_table.cart tr.extraitemtr td {
	padding:5px 0;
	border-bottom: none;
	font-weight: bold;
	font-size: 12px;
}

.order_table.cart tr.removeborder td {
	border-bottom: none;
	padding-bottom: 0;
}

.order_table.cart tr.subtotal td, 
.order_table.cart tr.total td {
	font-size: 17px;
}

.order_table.cart tr.subtotal td:first-child, 
.order_table.cart tr.total td:first-child {
	text-align: right;
	padding-right: 40px;
	font-weight: bold;
}

.order_table td a {
	display: block;
	text-decoration: none;
}

.order_table td button {
	display: block;
	width: 100%;
	background: #333;
	color: #fff;
	border:none;
	padding:10px 20px;
	border-radius: 3px;
	cursor: pointer;
}

input {
    /*text-transform: capitalize;*/
}


.orderinformation hr {
	background: #ddd;
	position: relative;
	height: 1px;
	width: 100%;
	border:none;
	margin: 10px 0;
}


.orderinformation p {
	margin: 0 0 10px; 
	padding:0;
}

.orderinformation  p:last-child {
	margin:0;
}


.menuitem {
	margin: 0;
	padding:0;
	font-weight: normal;
}

.menutable {
	margin:0 0 10px;
}

.menutable h4 {
	margin: 0 0 5px; 
	padding:0;
}

.marginright {
	margin-right: 5px;
}

.anchor {
	text-decoration: none;
	color: #be2c2c;
}

input#phne, input#confirmation_code {
	text-align: left !important;
}

.cl33 {
	margin-left: -10px;
	margin-right: -10px;
}

.cl33 .col33 {
	padding: 0 10px;
}

.cl25 {
	margin-left: -10px;
	margin-right: -10px;
}

.cl25 .col25 {
	padding: 0 10px;
}

.hoteleditinfo p {
	margin: 0 0 15px !important;
}




/* Overlays */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
	background: #fff;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
	background: #eee;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	/*top: 1px;*/
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	/*left: 1px;*/
}
.ui-datepicker .ui-datepicker-next-hover {
	/*right: 1px;*/
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: auto;
	right: 10px;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: center;
	text-decoration: none;
	color: inherit;
}

.ui-datepicker td.ui-datepicker-today a {
	background: #eee;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	padding: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}



.mainmenus {
	list-style: none;
	margin:0; padding:0;
	background: #fff;
}

.mainmenus li {
	position: relative;
	display: block;
	border-bottom: 1px solid #ccc;
}

.mainmenus li:last-child .inrdiv {
	border-bottom: none;
}

.mainmenus li .inrdiv {
	position: relative;
	padding: 20px;
	cursor: pointer;
}

.mainmenus li h3 {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 10px; padding:0;
}

.mainmenus li p {
	margin: 0; padding:0;
	color: rgba(0,0,0,0.7);
}

.mainmenus li p.icon {
	font-size: 20px;
	color: #000;
	position: absolute;
	top: 40%;
	right: 20px;
}

.mainmenus_items {
	list-style: none;
	margin:0; padding:0;
	background: #F2F2F2;
	display: none;
}

.mainmenus_items li {
	position: relative;
	display: block;
	border-bottom: 1px solid #eee;
	padding: 20px;
}

.mainmenus_items li:last-child {
	border-bottom: none;
}

.mainmenus_items li  h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 5px; padding:0;
}

.mainmenus_items li p {
	margin: 0; padding:0;
	color: rgba(0,0,0,0.7);
}

.mainmenus_items li p.price {
	font-size: 20px;
	color: #000;
}


.addmenu {
	border: 2px dashed #ccc;
	border-radius: 5px;
	margin-top: 10px;
	text-align: center;
	/*height: 285px;
    padding: 60px 0 0;*/
}

.addmenu h3 {
	font-size: 25px;
	font-weight: 300;
	margin:0 !important; 
	color: #ccc;
	cursor: pointer;
	padding: 30px !important;
}

.addmenuform {
	padding:0 30px 30px;
}

.addmenuform p {
	margin: 20px 0 0 !important;
}

.menuextrasection_ul {
	list-style: none;
	margin:20px 0 0; padding:0;
}

.menuextrasection_ul li {
    position: relative;
    display: inline-table;
    width: 47%;
    margin: 10px;
    background: rgba(255,255,255,0.7);
    padding: 20px;
    float: left;
}

.menuextrasection_ul li h4 {
	margin: 0 0 15px;
	padding:0;
	font-size: 25px;
	font-weight: normal;
}


.menuextrasection_item {
	list-style: none;
	margin:0; padding:0;
	height: 200px;
	overflow-x: hidden;
}

.menuextrasection_item li {
    position: relative;
    display: block;
    width: auto;
    margin: 0 0 5px;
    background: none;
    border-bottom: 1px solid #eee;
    padding:10px 0;
    font-size: 16px;
    float: none;
}

/*.menuextrasection_item li .addmenu {
	height: auto;
    padding: 0;
}*/

.menuextrasection_item li:last-child {
	border-bottom: none;
	margin: 0;
}

.addmenu h3.addnewmenu_extraitem {
	font-size: 16px !important;
	padding:20px !important;
}

.addmenu h3.addnewmenu_extrasection {
	padding:50px 20px !important;
}

.addmenu h3.addnewmenu_extrasection .fa {
	margin: 0 0 10px !important;
	display: block !important;
	font-size: 40px !important;
}


#preloader { 
	position: fixed; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	background-color:rgba(255,255,255,0.5); 
	z-index: 9999999;
}

.preloader { 
	position: fixed; 
	top:0px; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	background-color:rgba(255,255,255,0.5); 
	z-index: 99999;
} 

#loading { 
	width: 380px; 
	height: 200px; 
	position: absolute; 
	left: 43%; 
	top: 50%;
	margin: -104px 0 0 -100px;
}

.pre-logo {
	width:200px;
}


.filtericon {
	color: inherit;
    position: relative;
    font-size: 20px;
    margin-top: 5px;
    display: inline-block;
    text-decoration: none;
}

.filtericon .fa {
	font-size: 15px;
	color: #555;
}

.filtericon span {
	display: inline-block;
	margin-left: 5px;
	font-size: 14px;
}

#filtertoggle .popup_container {
	max-width: 35%;
}

.paddingallsides {
	padding: 50px;
}

#filtertoggle {
	display: none;
}

#filtertoggle input {
	display: block;
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
}

#filtertoggle input[type="submit"] {
	background: #be2c2c;
	color: #fff;
	border: none;
	padding:11px;
	cursor: pointer;
}


.buttonsgroup {
	text-align: right;
	margin-top: 10px;
}

.buttonsgroup ul {
	list-style: none;
	margin:0; padding:0;
}

.buttonsgroup ul li {
	position: relative;
	display: inline-block;
	margin-left: 15px;
}

.buttonsgroup ul li:first-child {
	margin-left: 0;
}

.buttonsgroup ul li a {
	display: inline-block;
}

.buttonsgroup ul li button {
	background: #be2c2c;
	color: #fff;
	border: none;
	padding:6px 15px;
	cursor: pointer;
	border-radius: 3px;
}

.timediv {
	background: #fcfcfc;
	padding: 20px;
	margin-bottom: 20px;
}

.notification {
	position: fixed;
	right: 10px;
	top: 90px;
	display: inline-block;
	z-index: 99999999;
}

.notification .wdth {
	position: relative;
}

.alert {
    padding: 10px 20px;
    margin: 0 auto;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.couponlist {
	margin-left: -10px;
	margin-right: -10px;
}

.couponlist .cl5 {
	width: 48%;
	padding: 10px;
	display: inline-table;
}

.delicn {
	top: 0;
	right: 5px;
}	

.edit_icn {
	top: 4px; 
	right: 16px;
	font-size: 12px;
}


.editlink {
    margin-left: 12px;
    text-align: center;
    position: absolute;
    font-size: 12px;
    color: #777;
    margin-top: 5px;
}

.editlink a {
	color: inherit;
}


.dashboardscreen {
	min-height: 100vh;
}

.documentlist {
	margin-left: -10px;
	margin-right: -10px;
}

.documentlist .cl3 {
	float: left;
	width: 33.33%;
	padding: 10px;
}

.documentlist .cl3 .itm {
	position: relative;
	height: 100px;
}

.documentlist .cl3 .itm::after {
	position: absolute;
	content: "";
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,.4);
}

.documentlist .cl3 .itm * {
	z-index: 999;
	position: relative;
	color: #fff;
}

.documentlist .cl3 img {
	height: 100px;
	display: block;
	margin: 0 auto;
}

.documentlist .cl3 .description {
	position: relative;
	padding: 10px 20px;
	text-align: center;
	font-size:16px;
}

.documentlist .cl3 .description .status {
	display: block;
	font-size: 12px;
	margin-top: 5px;
}

.sect {
	padding: 20px;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
	background: #f7f7f7;
	border-radius: 3px;
	margin-bottom: 20px;
}

.menutable_div {
	padding: 10px 0 5px;
}

.sect h3 {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 15px; padding:0;
}

.sect h4 {
	font-size: 17px;
	margin: 0; padding:0;
}

.sect p {
	margin: 0 0 10px;
}

.sect .fa {
	width: 30px;
	text-align: center;
}

#lightbox .pic {
	position: relative;
	width: 400px;
	height: 90vh;
	margin: 0 auto;
	margin-top: 4%;
}


.pagination {
  display: block;
  padding-left: 0;
  margin: 17px 0;
  border-radius: 3px;
  text-align: center;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
  color: #BE2C2C !important;
  font-size: 12px !important;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  background-color: #BE2C2C;
  color: #fff !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover {
  z-index: 2;
  background-color: #BE2C2C;
  color: #fff !important;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover
.pagination > .disabled > a,
.pagination > .disabled > a:hover {
  background-color: #BE2C2C;
  color: #fff !important;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 15px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}


.uploadbtn {
	position: relative;
	border:2px dashed #aaa;
	padding: 50px 20px;
	text-align: center;
	display: block;
	margin: 0 0 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

.uploadbtn::after {
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	content: "";
}

.uploadbtn h3 {
	margin: 0; padding:0;
	font-size: 17px;
	font-weight: normal;
	position: relative;
	z-index: 9;
}

.uploadbtn input {
	display: none;
}

.pp_img #close {
	background: #000;
	color: #fff;
	font-size: 17px;
	border-radius: 3px;
}


.menupopup h1,
.menupopup h2,
.menupopup h3,
.menupopup h4,
.menupopup h5,
.menupopup h6 {
	font-weight: normal;
}

.menupopup {
	padding: 30px 0 0;
	/*max-width: 650px !important;*/
	margin:3% auto !important;
}

.menupopup .padr {
	padding: 0 30px;
}

.menupopup .topbotpadr {
	padding-top:20px;
	padding-bottom:20px;
	background: #eee;
}

.menupopup h1 {
	margin: 0 0 5px; padding:0;
}

.menupopup h2 {
	font-size: 20px;
	margin:0; padding:0;
}

.exsection {
	list-style: none;
	margin:0; padding:0;
}

.exsection li {
	position: relative;
    display: block;
    width: 100%;
}

.exsection li p {
	margin:0; padding:0;
}

.exsection_me {
	list-style: none;
	margin:0; padding:0;
}

.exsection_me li {
	position: relative;
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 0;
    background: #fff;
}

.exsection_me li:last-child {
	border-bottom: none;
}

.reviews_addcart {
	padding: 20px 20px 20px;
}

.q button, .q input {
	display: inline-block;
    clear: none;
    width: 70px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 17px;
    border-radius: 2px;
}
.q button {
	background: #aaa;
}
.q input {
	border: none;
}
.q{
	text-align: center;
}
.submitbtnn {
	width: 100%;
	border:1px solid #be2c2c;
    background: #be2c2c;
    color: #fff;
    padding:14px 12px;
    text-align: center;
    border: none;
    display: inline-block;
    cursor: pointer;
	border-radius: 2px;
	font-size: 17px;
}

.instructionbox {
	background: #fff;
	padding: 0 20px;
	border:2px dashed #ddd;
	text-align: center;
}

.instructionbox h3 {
	margin: 0; padding:20px 0;
	font-size: 17px;
	cursor: pointer;
}

.instructionbox h3 .fa {
	margin-right: 10px;
}


.exsection_me {

}

.exsection_me label {
	cursor: pointer;
	position: relative;
	display: block;
	padding: 20px 20px 20px 65px;
}
/*.exsection_me input[type=radio],
.exsection_me input[type=checkbox] {
	display: none;
}*/
/*.exsection_me label:before {
	content: "";
	display: inline-block;
	width: 19px;
	height: 19px;
	position: absolute;
	left: 30px;
    margin-top: -2px;
	background-color: #eee;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
	border:1px solid #aaa;
}

.exsection_me .radio label:before {
	border-radius: 100%;
}
.exsection_me .checkbox label {
	margin-bottom: 0px;
}
.exsection_me .checkbox label:before {
    border-radius: 3px;
}*/

/*.exsection_me input[type=radio]:checked + label:before {
    content: "\2022";
    color: #be2c2c;
    font-size: 40px;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
}

.exsection_me input[type=checkbox]:checked + .exsection_me label:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 17px;
	color: #be2c2c;
	text-align: center;
    line-height: 20px;
    font-weight: bold;
}*/

/*check box custom style*/

/* The container */
.lable-container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.lable-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.lable-container .checkmark {
    position: absolute;
    top: 15px;
    left: 30px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.lable-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.lable-container input:checked ~ .checkmark {
    background-color: #be2c2c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.lable-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.lable-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.lable-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*check box custom style end*/

/*radio buttons custom style*/


.lable-radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.lable-radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.lable-radio-container .checkmark {
    position: absolute;
    top: 15px;
    left: 30px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.lable-radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.lable-radio-container input:checked ~ .checkmark {
    background-color: #be2c2c;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.lable-radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.lable-radio-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.lable-radio-container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}


/*radio buttons custom style end*/

input#instructions {
	width: 100%;
	padding: 12px 20px;
	border-radius: 3px;
	border:1px solid #ccc;
}

.cartempty {
	margin: 0; padding: 40px 0;
	text-align: center;
	font-size: 25px;
	font-weight: normal;
}

.cartbelow {
	margin: 10px 0 16px;
	text-align: right;
}

.cartbelow .button {
	font-size: 14px;
	padding: 15px 20px;
	width: 100%;
}

.cartbelow a {
	display: block;
}

.cartbox {
	background: #fff;
	padding: 20px;
	box-shadow: 0 0px 5px #ddd;
	width: 35%;
	float: right;
	height: auto;
	overflow: scroll;
	position: fixed;
	margin-left: 20px;
	box-shadow: 0 2px 28px 0 rgba(0,0,0,0.12);
}
.stickyCart
{
	margin-top: 60px;
}
.menulist
{
	position: fixed;
	margin-top: -100px;
	width: 25%;
}
.warningsttl {
	font-size: 17px;
	font-weight: normal;
}

.selectpayment, .selectaddress, .couponcode, .instrctns {
    display: block;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #e6e6e6;
    background: white;
}

.selectpayment select, 
.selectaddress select,
.couponcode input, 
.instrctns input {
    width: 100%;
    background: none;
    border: none !important;
    padding: 0;
    box-shadow: none !important;
}


.nothingelse {
	margin: 40px 0;
}

.nothingelse img {
	display: inline-block;
	width: 20%;
}

.nothingelse h3 {
	font-weight: normal;
	font-size: 25px; 
	color: #aaa;
}

.contentpage {
	font-size: 16px;
	line-height: 26px;
}

.contentpage .wdth {
	max-width: 960px;
}

.contentpage h1.title {
	font-size: 40px;
	font-weight: normal;
	margin: 0 0 30px;
	padding:0;
}

.contentpage h2.ttl {
	font-weight: normal;
	margin: 20px 0;
}

.contentpage a {
	color: #be2c2c;
	text-decoration: none;
}

.contentpage ul {
	margin: 20px 0;
	padding: 0 0 0 30px;
}

.contentpage ol {
	counter-reset: legal-list-number-styled;
	margin: 20px 0;
	padding: 0 0 0 30px;
}
.contentpage ol > li{
	list-style-type:none;
	position:relative;
	counter-increment:legal-list-number-styled;
	margin-bottom:10px;
}
.contentpage ol > li:before{
	content:counter(legal-list-number-styled,decimal-leading-zero);
	display:block;
	text-align:right;
	color:#BE2C2C;
	position:absolute;
	font-weight:500;
	top:0;
	left:-30px;
	pointer-events:none;
}

.contentpage p:last-child {
	margin: 0;
}

.accordion h3 {
    margin: 10px 0 0;
    padding: 12px 20px;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    background-color: #f9f9f9;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.accordion h3::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f067";
	top: 40%;
    right: 20px;
    font-size: 10px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 100%;
    border: 1px solid;
    text-align: center;
    font-weight: lighter;
    color: #be2c2c;
}

.accordion h3.ui-state-active::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f068";
	top: 40%;
    right: 20px;
    font-size: 10px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 100%;
    border: 1px solid;
    text-align: center;
    font-weight: lighter;
}

.accordion div {
	padding: 30px;
	background: #fff;
	border-top: 1px solid #ddd;
	line-height: 1.6!important;
	font-size: 14px;
}



.sidenav {
	height: 100%;
	width: 30%;
	position: fixed;
	z-index: 10000000000000;
	top: 0;
	left: -30%;
	background-color: #be2c2c;
	overflow-x: hidden;
	transition: 0.5s;
}

.sidenav.toggle {
	left: 0;
}

.sidenav ul {
	color: white;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(0, 0, 0, 0.1);
}

.sidenav ul li {
	display: block;
	position: relative;
	margin: 0;
	color: #FFF;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sidenav ul li span {
	display: block;
	font-size: 13px;
	margin-top: 5px;
	color: rgba(255,255,255,0.7);
}

.sidenav ul li span.myacc {
	margin-top: 0;
}

.sidenav ul li span.nameontop {
	font-size: 18px;
}

.sidenav ul.sub-menu {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(0, 0, 0, 0.1);
}

.sidenav ul li:last-child {
	border-bottom: none;
}

.sidenav a,
.sidenav ul li span.mainitem {
	text-decoration: none;
	color: #FFF;
	display: block;
	transition: 0.3s;
	padding: 20px 20px;
}

.sidenav a:hover,
.offcanvas a:focus {
	color: #FFF;
}

.opensidemenu {
	top: 28px;
	right: 20px;
	position: fixed;
	-moz-user-select: none;
	margin: 0;
	width: 40px;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	z-index: 999999999;
	cursor: pointer;
	color: #FFF;
	display: none;
}

.bar1,
.bar2,
.bar3 {
	width: 28px;
	height: 2px;
	background-color: #FFF;
	margin: 6px auto;
	transition: 0.4s;
	display: block;
}

.opensidemenu.change,
.opensidemenu.change,
.opensidemenu.change {
	background: none;
}

.opensidemenu.change .bar1,
.opensidemenu.change .bar2,
.opensidemenu.change .bar3 {
	background-color: #FFF;
}

.opensidemenu.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-7px, 5px);
	transform: rotate(-45deg) translate(-7px, 5px);
}

.opensidemenu.change .bar2 {
	opacity: 0;
}

.opensidemenu.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -4px);
	transform: rotate(45deg) translate(-6px, -4px);
}

.mnav {
	display: none;
}

.mnav a {
	font-size: 22px !important;
}

.howitworks {
	background: #fff;
	overflow: hidden;
}

.howitworks ul {
	list-style: none;
	margin: 0; padding: 0;
}

.howitworks ul li {
    position: relative;
    float: left;
    width: 29%;
    padding: 20px 10px 20px 10px;
    margin-left: 35px;
}

.howitworks ul li .fa {
	font-size: 40px;
	background: #be2c2c;
	color: #fff;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 100%;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.howitworks ul li h3 {
	margin: 15px auto;
	padding: 0;
	font-weight: normal;
	font-size: 18px;
}

.howitworks ul li p {
	margin: 0;
	padding:0;
}

.workwithus ul {
	list-style: none;
	margin: 0; padding: 0;
}

.workwithus ul li {
	position: relative;
	display: inline-table;
	margin: 10px;
	width: 46%;
	background: #fff;
	padding: 25px;
	border-radius: 5px;
	text-align: center;
}

.workwithus ul li .bgimage {
	height: 160px;
}

.workwithus ul li h2 {
	margin: 15px 0;
	font-weight: normal;
}

.workwithus ul li h2 span {
	display: block;
	font-size: 17px;
	color: #ccc;
	margin-top: 5px;
}

.workwithus ul li p {
	line-height: 20px;
}

.workwithus ul li p:last-child {
	margin: 0;
}

.quote {
	background: #fff;
}

.quote ul {
	list-style: none;
	margin: 0; padding: 0;
}

.quote ul li {
	position: relative;
	display: block;
	text-align: center;
}

.quote ul li .fa {
	font-size: 30px;
	display: block;
	color: #be2c2c;
	margin: 0 auto 20px;
}

.quote ul li .q {
	font-size: 18px;
	margin: 0 0 20px;
}

.quote ul li .a {
	font-size: 14px;
	margin: 0;
}

.slick-dots {
	text-align: center;
	bottom: -40px !important;
}

.slick-dots li {
	position: relative;
	display: inline-block !important;
	margin: 0;
}

.mobrow {
	color: black;
	background-repeat: repeat;
	background-size: auto;
	line-height: 25px;
}

.mobrow .logos a {
	display: inline-block;
	margin-right: 10px;
}

button
{
	font-size: 13px;
	font-weight: 300;
}

/*input style*/

input[type="input"] , input[type="email"] , input[type="password"] {
	margin: 0 0 0em;
	padding: 1em;
}

input[type="text"][required]:focus , input[type="email"][required]:focus , input[type="password"][required]:focus {
	border-color: #BE2C2C;
}
input[type="text"][required]:focus + label[placeholder]:before , input[type="email"][required]:focus + label[placeholder]:before  , 
input[type="password"][required]:focus + label[placeholder]:before {
	color: #BE2C2C;
}
 input[type="text"][required]:focus + label[placeholder]:before,  input[type="text"][required]:valid + label[placeholder]:before,
 input[type="email"][required]:focus + label[placeholder]:before,  input[type="email"][required]:valid + label[placeholder]:before,
 input[type="password"][required]:focus + label[placeholder]:before,  input[type="password"][required]:valid + label[placeholder]:before
 {
 transition-duration: .2s;
 transform: translate(0, -1.3em) scale(0.9, 0.9);
}
 input[type="text"][required]:invalid + label[placeholder][alt]:before , 
 input[type="email"][required]:invalid + label[placeholder][alt]:before,
input[type="password"][required]:invalid + label[placeholder][alt]:before
 {
 content: attr(alt);
}
input[type="text"][required] + label[placeholder] , input[type="email"][required] + label[placeholder]  ,
input[type="password"][required] + label[placeholder] {
	display: block;
	pointer-events: none;
 	//line-height: 1em;
	line-height: 22px;
	margin-top: calc(-2em - 5px);
	margin-bottom: calc((3em - 1em) + -6px);
}
input[type="text"][required] + label[placeholder]:before , 
input[type="email"][required] + label[placeholder]:before,
input[type="password"][required] + label[placeholder]:before
{
	content: attr(placeholder);
	display: inline-block;
 	margin: -5px calc(1em + -6px);
	padding: 0 0px;
	color: #a19f9f;
	white-space: nowrap;
	transition: 0.3s ease-in-out;
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
	background-size: 100% 5px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 13px;
}

/*input style*/




@media (max-width: 1024px) {

.featured-restaurants.deals .col3 {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}
	.wdth {
		padding: 0 20px;
	}
	.banner.wdth {
		padding: 0;
	}
	.banner .wdth {
		padding: 30px !important;
	}
	.landingimage h1 {
		font-size: 50px;
	}
	.landingimage h2 {
		font-size: 30px;
	}
	.searchbarr .fa {
		left: 40px;
	}
	h2.title {
		font-size: 25px;
	}
	.cartbox {
		width: 40%;
		right: -40%;
	}
	.cartbox.show {
	    right: 0;
	}
	.cartbelow.left, 
	.cartbelow.right {
	    float: none;
	}
	.paddingallsides {
	    padding: 30px;
	}
	.delicn {
	    position: absolute;
	}
}


@media (max-width: 800px) {
			.threecol ul li {
	
	width: 50% !important;
	
}
.section.workwithus.textcenter ul li .bgimage {
	background-size: 100% !important;
}
	.sidenav {
		width: 50%;
		left: -50%;
	}
	.sidenav.toggle {
		left: 0;
	}
	.landingimage h1 {
	    font-size: 40px;
	}
	.subfooter2 {
		line-height: normal;
	}
	.cartbox {
		width: 50%;
		right: -50%;
	}
	.cartbox.show {
	    right: 0;
	}
	.dashboardscreen .col25.left {
	    width: 30%;
	}
	.dashboardscreen .col75.right {
	    width: 65%;
	    overflow: scroll;
	}
	.dashboardscreen .col75.right .left.col30,
	.dashboardscreen .col75.right .left.col40,
	.dashboardscreen .col75.right .left.col50, 
	.dashboardscreen .col75.right .right.col40, 
	.dashboardscreen .col75.right .right.col50, 
	.dashboardscreen .col75.right .right.col70 {
		float: none;
		width: auto;
	}
	.order_table {
		width: 800px;
	}
	#filtertoggle .popup_container, .popup_container.col40 {
	    max-width: 50%;
		width: auto;
	    margin: 10% auto;
	}
	.menuextrasection_ul li {
		display: block;
		width: auto;
		margin: 20px auto;
		float: none;
	}
	.addmenu h3 {
		font-size: 22px;
		padding: 20px !important;
	}
	.addmenuform {
	    padding: 0 20px 20px;
	}
	.cl33 {
	    margin-left: auto;
	    margin-right: auto;
	}
	.cl33 .col33 {
	    padding: 0;
	    width: auto;
	    float: none;
	}
	.cl25 {
	    margin-left: auto;
	    margin-right: auto;
	}
	.cl25 .col25 {
	    padding: 0;
	    width: auto !important;
	    float: none;
	}
	.dashboard .form p {
		margin: 0 0 15px !important;
	}
	.workwithus ul li {
		width: 45%;
	}
	.quote .col50 {
		width: auto;
	}
	.subscription_form {
	    padding-right: 0;
	}
}


@media (max-width: 667px) {
.logos {
	margin-bottom: 0;
	padding-bottom: 30px;
}
.searchform.col50.marginauto .left.col20.radiobtn.marginleft {
	margin: 0 0 0 2px;
}
.searchform.col50.marginauto .col20.radiobtn {
	width: 49%;
}
.featured-restaurants.deals .col3 {
	margin: 5px 0;
}
.searchform.col50.marginauto .left.col60 {
	width: 100%;
	margin-bottom: 10px;
}
.col3 {
	width: 100% !important;
	margin-right: 0;
}
.featuredsed .wdth {
	padding: 5% !important;
}
.r_img {
	width: 70px !important;
}

.r_img.topdeals img {
	height: 70px !important;
}
		.section.contentpage .col40.left {
	width: 100%;
}
	.section.contentpage .col60 {
	width: 100%;
}
	.landingimage h1 {
	    font-size: 30px;
	}
	.landingimage h2 {
	    font-size: 22px;
	}
	.searchform.col50.marginauto {
	    width: 70%;
	    padding:10px;
	}
	.searchform .fa-map-marker {
		top: 20px;
    	left: 20px;
    	font-size: 20px;
	}
	.searchform input {
		padding: 10px 30px;
		font-size: 15px;
	}
	.radiobtn label {
		padding: 11px;
		font-size: 15px;
	}
	.subfooter2 .left, .subfooter2 .right {
	    float: none;
	    width: auto;
	    display: block;
	    text-align: center;
	    margin: 10px auto;
	}
	.subfooter2 ul.social, .copyright {
	    text-align: center;
	}
	.subfooter .col40.left, .subfooter .col60.right {
	    float: none;
	    width: auto;
	}
	.subfooter .col40.left {
		margin: 0 0 20px;
	}
	.banner .left, .banner .right {
	    float: none;
	    width: auto;
	}
	.banner .left {
		margin: 0 0 20px;
	}
	.rowline .col85.left, .rowline .col15.right {
	    float: none;
	    width: auto;
	}
	.rowline .ryt {
		border-left: none;
		border-top: 1px solid #ccc;
		padding-top: 20px;
	}
	.rowline .col85.left .left {
		float: none;
		margin: auto !important;
		text-align: center;
	}
	.rowline .col85.left .bgimage {
		margin: 0 auto 20px;
	}
	.section.itemsmenu.mini .left.col30, 
	.section.itemsmenu.mini .right.col70 {
	    float: none;
	    width: auto;
	}
	.section.itemsmenu.mini .left.col30 {
		margin: 0 0 20px;
	}
	.menupopup h1 {
		margin:  0 0 5px;
		font-size: 25px;
	}
	h2.title {
		font-size: 20px;
	}
	.exsection_me label {
	    cursor: pointer;
	    position: relative;
	    display: block;
	    padding: 20px 20px 20px 60px;
	}
	.exsection_me label:before {
		left: 20px;
	}
	.submitbtnn {
		padding: 10px;
	}
	.q button, .q input {
		width: 50px;
	}

	.mainmenus li h3 {
		font-size: 20px;
		margin: 0 0 8px;
	}
	.mainmenus_items li h3 {
		font-size: 18px;
	}
	.menuextrasection_ul li h4 {
		margin: 0 0 5px;
		font-size: 20px;
	}
	.menuextrasection_ul li h4 span {
		font-size: 12px !important;
	}
	.menuextrasection_ul li {
		margin: 10px auto;
	}
	.addmenu h3 {
		font-size: 18px;
	}
	.couponlist .cl5 {
	    width: auto;
	    padding: 10px 0;
	    display: block;
	}
	.documentlist .cl3 {
		width: 50%;
	}
	.login_form .col50.leftside {
		float: none;
		width: auto;
		height: auto;
		position: relative;
		display: none;
	}
	.login_form .col50.leftside div {
	    margin: auto !important;
	}
	.login_form .col50.rightside {
	    width: auto;
	    position: relative;
	    float: none;
	}
	.login_form .col50.rightside .form .col50 {
	    width: auto;
	    float: none;
	}
	.howitworks ul li {
		width: 50%;
	}
	.workwithus ul li {
		width: auto;
		display: block;
		margin: 10px auto;
	}

	.mobrow .left,
	.mobrow .right {
		float: none;
		width: auto;
		text-align: center;
	}
	.mobrow a {
		margin: 5px;
	}
		.threecol ul li {
	
	width: 100% !important;
	
}
}

@media (max-width: 414px) {
.citycol {
	width: 100% !important;
	float: left !important;
	margin-right: 0 !important;
}
.bgcont {
	background-size: 72% !important;
	background-position: center 25px ;
}
	.section.contentpage .col40.left {
	width: 100%;
}
	.section.contentpage .col60 {
	width: 100%;
}
	.threecol ul li {
	
	width: 100% !important;
	padding: 0 !important;
}
	.sidenav {
		width: 70%;
		left: -70%;
	}
	.sidenav.toggle {
		left: 0;
	}
	.dnav {
		display: none;
	}
	.mnav {
		display: block;
	}
	.opensidemenu {
		display: block;
	}
	.landingimage h1 {
		font-size: 25px;
		margin: 36vh 0 0;
	}
	.landingimage h2 {
	    font-size: 20px;
	    margin-top: 10px;
	}
	.searchform.col50.marginauto {
		width: auto;
	}
	.subfooter .col60.right .col33 {
		width: auto;
		float: none;
		margin: 20px 0;
	}
	.cartbox {
		width: 80%;
		right: -80%;
	}
	.cartbox.show {
	    right: 0;
	}
	.nav-menu li {
		display: block;
	}
	.dashboardscreen .col25.left,
	.dashboardscreen .col75.right {
		float: none;
		margin: 0 0 20px;
		width: auto;
		display: block;
	}
	.login_leftsidebar li.active::after {
		display: none;
	}
	#filtertoggle .popup_container, 
	.popup_container.col40 {
		max-width: 95%;
	}
	.documentlist .cl3 {
	    width: auto;
	    float: none;
	}
	.documentlist .cl3 .itm {
		height: 150px;
	}
	.howitworks ul li {
		width: auto;
		float: none;
		padding: 20px 0;
	}
}




.jv-job-list {
	width: 100%;
}
.jv-job-list-name {
	width: 60%;
}
.jv-job-list-location {
	text-align: right;
}
.section.contentpage p {
	margin-bottom: 10px;
}
.jv-page-body h2 {
	font-weight: 400;
}
.jv-page-body .h2 {
	font-weight: 400;
}

.threecol ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.threecol ul li {
	position: relative;
	float: left;
	width: 33.33%;
	padding: 20px;
	padding-bottom:0;
}
.bgimage {
	
	background-position: center;
	
}

.blog-detail {
	width: 86%;
	background: #fff;
	position: relative;
	top: -52px;
	margin: 0 auto;
	padding: 16px 20px;
}
.blog-detail span {
	text-transform: uppercase;
}
.threecol ul li h3 {
	color: #000;
	font-size: 26px;
}
.blogposts h3 {
	text-align: left;
	font-weight: normal;
	font-size: 18px !important;
	text-transform: capitalize;
	
}
.blog-detail h3 {
	margin-top: 6px;
	margin-bottom: 20px;
}
.blogposts h3 a {
	color: #000000;
	text-decoration: none !important;
}
.field {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.section.contentpage {
	overflow: hidden;
}
.contact_form {
	margin-top: 20px;
	overflow: hidden;
}
.contact_address {
	margin-top: 30px;
}
.fieldset span {
	color: #be2c2c;
}
.contact_address h2 {
	font-weight: 400;
}
.contact_address ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.contact_address h4 {
	margin: 0;
}
.contact_address .fa {
	margin-right: 8px;
	width: 12px;
}
.col3 {
	float: left;
	width: 32%;
	border: 1px solid #ededed;
	padding: 12px 12px;
	margin-right: 2%;
	background: #fcfbf9;
	margin-bottom: 2%;
}
.r_img {
	float: left;
	width: 90px;
	margin-right: 10px;
}
.re_title h2 {
	margin: 0;
	font-size: 15px;
}
.bakingdelivery span {
	font-size: 12px;
}

.rest_rat .fa.fa-star.checked {
	color: #be2c2c;
}
.re_rating {
	margin-top: 5px;
	margin-bottom: 6px;
}
.rest_addr {
	float: right;
	font-size: 12px;
}
.fa.fa-star {
	color: #999;
}

.left.col20.radiobtn.marginleft {
	margin-left: 10px;
}
.section.howitworks.featuredse .wdth {
	padding: 0 5%;
}
.citycol h2 {
	position: absolute;
	left: 3%;
	text-align: left;
	color: #a7a6a6;
	opacity: 0;
	font-size: 180px;
	bottom: 3%;
	transition: opacity .75s ease-in-out;
	-moz-transition: opacity .75s ease-in-out;
	-webkit-transition: opacity .75s ease-in-out;
	margin: 0;
}
.citycol {
	width: 23%;
	float: left;
	margin-right: 2.6%;
	
	
}
.bgcont:hover h2 {
	opacity:1;
}
.bgcont {
	transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94),-webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	background-repeat: no-repeat !important;
	background-size: 80%;
	min-height: 270px;
	background-position: center 30px !important;
}
.bgcont:hover {
	/*-webkit-transform: scale(1.06);
	transform: scale(1.06);*/
}
.citycol {
	overflow: hidden;
}
.citycol.lhr .bgcont {
	background: url(../img/lahore.png);
	
}
.citycol.fsd .bgcont {
	background: url(../img/fsd.png);
	
}
.citycol.mul .bgcont {
	background: url(../img/isl.png)
	
}
.citycol.isl .bgcont {
	background: url(../img/multan.png);
	
}
.citycol.nm {
	margin-right: 0;
}
.section.howitworks.featuredse {
	overflow: hidden;
	padding-bottom: 60px;
	background: url(../img/bgpatren.png);
}
.section.workwithus.textcenter
{
    background: url(../img/bgpatren.png);
}
.r_img.topdeals img {
	border-radius: 70px;
	width: 100%;
	height: 90px;
}
.featured-restaurants.deals .re_title {
	margin-bottom: 7px;
}
.right_restaurants._deals {
	width: 46%;
	float: left;
}
.top_deals_dprice {
	color: #be2c2c;
	font-weight: bold;
	position: relative;
	top: 44px;
}
.featuredsed .wdth {
	padding: 0 34px;
}
.graybg{background: #f2f2f2;}

.section.howitworks.textcenter.sec1 {
	/*padding-top: 0px;*/
}
.cities_section {
	margin-top: 30px;
	overflow: hidden;
}
.featured-restaurants {
	overflow: hidden;
	margin-top: 40px;
}
.del_time{
	background: url(../img/rqwer.png);
	background-size: 100%;
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: 26px;
	padding-left: 28px;
}
.baking_titme {
	background: url(../img/deliveryfee_icon.png);
	background-size: 100%;
	background-position: 0 center;
	background-repeat: no-repeat;
	padding: 24px 0 24px 30px;
	background-size: 26px;
}

.entry-title a {
	color: #000;
	text-decoration: navajowhite;
	font-weight: normal;
}
.r_img img {
	border: 1px solid #ededed;
}
.col3.zm {
	margin-right: 0;
}


.bgcont:hover::before {
	opacity: 1;
}
.bgcont::before {
	background: #fff9;
	opacity: 0;
	transition: opacity .50s ease-in-out;
	-moz-transition: opacity .50s ease-in-out;
	-webkit-transition: opacity .50s ease-in-out;
	content: "";
	width: 99%;
	float: left;
	z-index: 99999;
	height: 285px;
	border: 1px solid #e8e8e8;
}
.bgcont h3 {
	margin: 0;
	position: relative;
	top: -38px;
	text-align: center;
	color: #a8a7a7;
}
.iconwork {
	float: left;
	width: 100%;
	height: 120px;
}
.iconwork span.icon4 {
	background: url(../img/icon-03.png) no-repeat;
	background-position: 0;
}

.iconwork span.icon4:hover {
	background: url(../img/icon-03-hover.png) no-repeat;
	background-position: 0;
}

.section.workwithus.textcenter ul li .bgimage {
	background-size: cover;
}
.iconwork span.icon1 {
	background: url(../img/icon-04.png) no-repeat;
}

.iconwork span.icon1:hover {
	background: url(../img/icon-04-hover.png) no-repeat;
}

.iconwork span.icon3 {
	background: url(../img/icon-02.png) no-repeat;
	background-position: 4px 0px;
}

.iconwork span.icon3:hover {
	background: url(../img/icon-02-hover.png) no-repeat;
	background-position: 4px 0px;
}

.iconwork span.icon2 {
	background: url(../img/icon-01.png) no-repeat;
	background-position: 2px 0;
}

.iconwork span.icon2:hover {
	background: url(../img/icon-01-hover.png) no-repeat;
	background-position: 2px 0;
}

.iconwork span {
	width: 100px;
	height: 100px;
	float: left;
	left: 32%;
	position: relative;
}
.iconwork span:hover {
	background-position: -100px 2px;
}

.alertmsgsec{
    margin-top: 16px;
    padding: 0px !important;
}



.paginate_pages {
    width: 100%;
    display: inline-block;
    padding: 5px 0;
}
.paginate_pages a {
    margin: 0 0 5px 0;
}

.paginatebtn_pre{
    color: #fff;
    background-color: #337ab7;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
}

.paginatebtn_next{
    color: #fff;
    background-color: #337ab7;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
}

.paginatebtn{
    color: #fff;
    background-color: #999999;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
}

.paginatebtn_pre.disabled{
    cursor: pointer;
}

.paginatebtn_next.disabled{
    cursor: pointer;
}

.paginatebtn.current {
    background: green;
}