
.searchinput{
	font-size: 14px !important;
	color:#757575;
	height: 35px !important;
	text-transform: capitalize;
}

.searchinput:focus,
.searchinput:hover,
.searchinput:active{
	font-size: 14px;
	color:#212121;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
	transition: all 0.2s ease;
}

.btnsearch{
	box-shadow: none;
	height: 35px;
	border-radius: 0 3px 3px 0;
	font-size: 12px;
	background-color: #212121;
	padding: 0 15px;
	transition: background-color 0.3s ease;
	text-transform: none;
	font-style:normal;
}

.btnsearch:hover,
.btnsearch:active,
.btnsearch:focus{
	
	background-color:rgba(33,33,33,0.9);
	color: #fff;
	box-shadow: none;
	transition: background-color 0.3s ease; 
}

.fixed {
  position: fixed;
  top:0 !important;
  left:0;
  width: 100%;
  z-index:9999;
  margin-top: 0 !important;
  
}


.customnav{
	text-align: right;
	background: #689F38;
	line-height: 34px;
	height: 34px;
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.16), 0 0px 0px 0 rgba(0, 0, 0, 0.12) !important;	
}

.customnav a{
	
	padding:0 20px;	
	line-height: 34px;
	height: 34px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #333;
	border-right: 1px solid #666;
}

.menuitem{
	vertical-align: middle;
	letter-spacing: 0.3px;
	font-size: 16px;
	margin-right: 3px;
}


nav.customnav{
    box-shadow: none;
}
.card-panel{
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.16), 0 0px 3px 1px rgba(0, 0, 0, 0.12);
}

.edit_profile .file-field .btn, .file-field .btn-large {
    float: left;
    height: 2.3rem;
    line-height: 2.3rem;
}


.register input{
	margin-bottom: 5px !important;
	width: 100% !important;
}

.register table tr td:first-child{
   width: 25% !important;
   text-align: right;
   letter-spacing:0.3px;
   padding-right: 10px !important;
   vertical-align: middle;
}



.register .bg-color1{
	
	width:100%; 
	text-align:center; 
	border-bottom: 1px dashed #000; 
	line-height:0.1em; 
	margin:10px 0 20px;
	padding: none !important;
	
}



.asearch .collapsible{
	box-shadow: none;
}
.asearch .collapsible .collapsible-header{

	letter-spacing: 1px;
	color: #212121;
}

.asearch .collapsible .filled-in[type="checkbox"] + label::after{
	border-radius: 1px;
}

.asearch .collapsible label{
	font-weight: normal;
	font-size: 14px;
	color: #616161;
	letter-spacing: 0.4px;
}



.search-wrapper{
	padding:0;
	border: 1px solid #F5F4F3;
	background-color: rgb(255, 255, 255);
	max-height: 335px; 
	border-top: 1px solid rgb(224, 224, 224); 
	color: rgb(0, 0, 0); 
	z-index: 99999; 
	position: absolute; 
	top: 50px; 
	overflow-y:auto;
	width: 110%; 
	box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, 0.2); 
	border-radius: 1px 1px 2px 2px;
	display: none;
}


.faq .collapsible-header{
	min-height: 4rem;
	line-height: 4rem;
	color: #212121;
	letter-spacing: 0.6px;
	font-size: 16px;	
}

.faq .collapsible-header span{
	color: #212121;
	font-weight: bold;
	 -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;	
}


.customgrey:hover{
	color: #fff !important;
	transition: color 0.2s ease !important;
}



.contactpage label{
	float: right !important;
	padding-right: 10px;
	color: #212121;
	font-size: 13px;
}

.contactpage input,.contactpage textarea{
	width: 84% !important;
}

.search-wrapper th{
	color:#212121;
	font-weight:normal;
	font-size:14px;
	border-top: none !important;
}

.search-wrapper td{
	color:#616161;
	font-size:14px;
	border-top: none !important;
}

.search_dish{
	padding: 0px;
	 font-weight: 600;
	  letter-spacing: 0.5px;
	   line-height: 16px;
	    font-size: 14px;
	     margin-top: 5px;
	      color: rgb(97, 97, 97);
}

.li_items{
	padding: 8px 18px;
	line-height: 15px;
	color: #333;
	font-size:14px;
	letter-spacing: 0.4px;
	transition: all 0.2s ease;
	cursor: pointer;
	border-bottom: 1px solid #f1f1f1;
	text-transform: capitalize;
	
}

.li_items:hover{
	color: #333;
	background-color: #f1f1f1;
}

.register table tr td:first-child label{
	font-size: 14px !important;
	color: #212121;
}

.register .bgtable{
	background-color: #FDFDFD;
	margin-bottom: 40px !important;
}

.register .bg-color1 span{
	
	background: #b71c1c none repeat scroll 0 0;
    border-radius: 1px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 6px 18px;
	
}


.register td{
	border-top:none !important;
	padding: 8px 5px !important;
}

.edit_profile .btn{
    background-color: #212121;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0.2px;
    text-align: center;
    font-size:12px;
    padding:0 0.7rem;
    box-shadow:none;
    text-decoration: none;
    text-transform:none;
    transition: all 0.2s ease-out 0s;
}
.edit_profile .btn:hover{
    background-color: rgba(33,33,33,0.9);
    color: #fff;
    
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
}

.reg .btn{
    background-color: #212121;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0.2px;
    text-align: center;
    font-size:12px;
    padding:0 0.7rem;
    box-shadow:none;
    text-decoration: none;
    text-transform:none;
    height:40px;
    line-height:40px;
    transition: all 0.2s ease-out 0s;
}
.reg .btn:hover{
    background-color: rgba(33,33,33,0.9);
    color: #fff;
    
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
}


.custom-btn2{
    background-color: #212121;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0.2px;
    text-align: center;
    font-size:12px;
    padding:0 0.7rem;
    height:35px;
    line-height:35px;
    box-shadow:none;
    text-decoration: none;
    text-transform:none;
    transition: all 0.2s ease-out 0s;
}
.custom-btn2:hover,
.custom-btn2:active,
.custom-btn2:focus{
    background-color: rgba(33,33,33,0.9);
    color: #fff;
    box-shadow:none;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
}


a{
	color: #757575;
}
a:hover,
a:focus{
	color: #212121;
	text-decoration: none;
}

span.errormessage{
	color: #B71C1C;
	margin-left: 50px;
	letter-spacing: 0.3px;
	font-weight: lighter;
	font-size: 13px;
	transition: all 0.3s ease;
}


.register span.errormessage{
	color: #ff0000;
	margin-left: 0px;
	letter-spacing: 0.3px;
	font-weight: lighter;
	font-size: 12px;
	float:left;
	transition: all 0.3s ease;
}

.register input.errormessage{
	border-bottom:1px solid #ff0000;
	transition: all 0.3s ease;
}


main{
	margin-top:0px;
	
}

.card table td{
	border-top:none !important;
	padding: 7px !important;
}

.errortoast{
	background:rgba(255, 0, 0, 0.7);
	padding:12px;
	margin:-25px;
	border:1px solid red;
	cursor:grab;
}


.slider_text{
	
}

.slider_text:hover{
	letter-spacing: 0.5px;
	color: #212121;
	transition: all 0.3s ease;
}

input.valid:not([type]), input.valid:focus:not([type]), input.valid[type="text"], input.valid[type="text"]:focus, input.valid[type="password"], input.valid[type="password"]:focus, input.valid[type="email"], input.valid[type="email"]:focus, input.valid[type="url"], input.valid[type="url"]:focus, input.valid[type="time"], input.valid[type="time"]:focus, input.valid[type="date"], input.valid[type="date"]:focus, input.valid[type="datetime"], input.valid[type="datetime"]:focus, input.valid[type="datetime-local"], input.valid[type="datetime-local"]:focus, input.valid[type="tel"], input.valid[type="tel"]:focus, input.valid[type="number"], input.valid[type="number"]:focus, input.valid[type="search"], input.valid[type="search"]:focus, textarea.materialize-textarea.valid, textarea.materialize-textarea.valid:focus{
	border-bottom: 1px solid #8BC34A;
    box-shadow: none;
}
.sticky{
	margin-bottom:34px;
}

.mainheight{
	margin-top:100px;
	
}

.card-content label {
    display: inline-block;
    font-weight:normal;
    margin-bottom:0;
    margin-top:5px;
    font-size:14px;
    letter-spacing:0.7px;
    max-width: 100%;
}


.custom-btn{
	background-color: #B71C1C;
	box-shadow: none;
	height: 35px;
	border-radius: 3px 3px 3px 3px;
	font-size: 14px;
	padding: 0 15px;
	transition: background-color 0.3s ease;
	text-transform: none;
	font-style:normal;
	color: #fff;
}

.custom-btn:hover,
.custom-btn:active,
.custom-btn:focus{
	
	background-color:rgba(183, 28, 28,0.9);
	color: #fff;
	box-shadow: none;
	transition: background-color 0.3s ease; 
}


.card{
	box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.10), 0 0px 3px 0 rgba(0, 0, 0, 0.12);
}
.homeslider{
	width: 93.7%;
	height: 78.7%;
	margin: 22px;
	border-radius: 4px;
	border: 1px solid #BDBDBD;
}


.items .container{
	width: 95%;
}

.items .carousel{
	height: 170px;
}


.item.card-panel{
	 border-radius: 1px;
    margin: 5px;
    padding: 6px;
    letter-spacing: 0.5px;
	color: #616161;
	text-transform:capitalize;
    transition: box-shadow 0.25s ease 0s;
}

.loading{
	position: fixed;
    overflow: hidden;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(251, 251, 251, 0.75);
    color: #fff;
    text-align: center;
}

.logoposition{
	position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.item.card-panel:hover{
	color: #212121;
	transition: all 0.1s ease 0s;
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.23
*/



.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

#owl-demo .owl-item > div img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom:4px;
}



.wrapper-with-margin{
  margin:0px 50px;
}

 
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: -70px;
  top: 57px; 
  background: none;
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: -70px;
  top: 57px;
  background: none;
}

.collapsible table td{
	padding: 5px 15px;
}

.asearch .collapsible-header{
	letter-spacing:1px; 
	transition: all 0.2s ease;
	background: #ffffff;
}


.asearch .collapsible-header:hover{
	background: #f1f1f1;
	transition: all 0.2s ease;
}

.asearch .collapsible-body{
	margin-left: 10px;
}



.asearch .collapsible-header.active{
	
	font-weight:bold;
	transition: all 0.3s ease;
	font-size: 15px;	
}


.listphp .word_wrap{
	max-width: 170px;
	font-size:13px;
	cursor:help;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-wrapper .word_wrap{
	max-width: 170px;
	font-size:13px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.social{
	width:40px;
	height: 40px;
	
}
.facebook{
	width: 100%;
	background-image: url(../img/facebook.png);
}


.fader { 
display: inline-block;
width: 30px;
height: 30px;
position: relative; 
margin: 4px;
}
.fader img:first-child {
    position: absolute;
    top: 0; 
    left: 0;
    display: none;
}




.id_check .word_wrap{
	max-width: 120px;
	font-size:13px;
	cursor:default;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-table{
	padding: 10px;
}

.table_title{
	padding:4px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.6px;
	color: #f1f1f1;
	width: 60%;
	float: left;
	
}

.calender td{
	padding:0 !important;
	
}

.profileview table th{
	font-size:13px;
	padding:12px 6px 12px 25px !important;
	font-weight: bold;
	letter-spacing: 0.1px;
	color:#616161;
}

.profileview table td{
	color:#666;
	font-size:13px;
	padding:12px 6px 12px 25px !important;
	font-weight: normal;
}

.table_edit{
	width:40%;
	float: right;
}



.table_edit a{
	padding:5px;
	color:#f1f1f1;
	float: right;
	font-size: 14px;
}

.table_edit a:hover{
	color:#fff;
	transition:all 0.2s ease;
	
}

.bg-color{
	background: rgba(33,33,33,0.96);
	width:100%;
	padding:7px 20px;
	color: #fff;
	margin: 0;
}


.card-reveal .card-title i{
	background-size:22px; 
	
}
.cookinfo{
	color: #333;
	font-weight: normal;
	letter-spacing: 0.2px;
}

.order_table table td,th{
	padding: 5px 5px !important;
	border-top: none !important;
}


.caret {
    border-left: none;
    border-right:none;
    border-top:none;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

form .dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 25px;
  line-height: 1rem;
  width: 100%;
  text-align: left;
  text-transform: none;
}

form .dropdown-content{
  top:35px !important;
}

.edit_title{
	color: #212121;
	padding:11px 4px;
	font-size:20px;
	border-bottom: 1px solid #212121;
}

.edit_lable{
	letter-spacing:0.2px;
	top:10px;
	float: left;
	font-size:14px;
	font-weight: 600;
	color:#666;
}

.edit_profile label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: none;
    max-width: 100%;
}

.edit_profile input:not([type]), input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="time"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="tel"], input[type="number"], input[type="search"], textarea.materialize-textarea{
	
    font-size: 14px;
    height: 35px;
    letter-spacing: 0.3px;
    margin: 0 0 10px;
    outline: medium none;
    padding: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.adv_search table td{
	 
}

.edit_order_profile table td{
	padding: 3px 8px;
}
.edit_order_profile table input{
	margin:3px !important;

}
.modal-content {
    background-clip: none;
    background-color: #fff;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    outline: 0 none;
    position: none;
    min-height: 250px;
    padding: 20px;
}

.title_text{
	padding: 10px;
	border-radius: 3px;
	font-weight: bold;
	color: rgb(51, 51, 51);
	letter-spacing: 1px; 
	font-size: 20px;
}




.order_confirm table td{
	border-top: none !important;
}

.order_confirm table input{
	border-bottom: none !important;
	color: #212121 !important;
	margin: 0 !important;
	height: 20px;
}

.sheight{
	min-height: 400px;
}

.active_search{
	color: #212121 !important;
}


.order_pege table td{
	border-top: none !important;
}

.register .picker__table tr td:first-child{
	padding: 0 !important;	
	text-align: center;
}

.register .picker__table td{
	padding: 0 !important;	
	text-align: center;
	
}

.order_pege table input{
	border-bottom: none !important;
	color: #212121 !important;
	margin: 0 !important;
	height: 20px;
}
.edit_profile textarea{
	font-size: 13px;
}

.stepc{
font-size: 17px;
letter-spacing: 0.5px;
font-weight: 600;
color: #333;
}

form .dropdown-content li > a, .dropdown-content li > span {
  font-size: 14px;
  color: #404040;
  display: block;
  line-height: 14px;
  padding: 8px 10px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.asearch .collapsible .collapsible-header img:first-child{
	margin:12px 10px;
}

.asearch .collapsible .collapsible-header img:last-child{
	margin:13px 0px;
}
 
 


h1 span {
  font-weight: 300;
  color: #Fd4;
}



input.star { display: none; }

label.star {
  float: right;
  padding: 5px;
  border:none  !important;
  font-size: 34px;
  color: #444;
  
  transition: all .2s;
}



.star[type="radio"] + label::before, .star[type="radio"] + label::after{
	height: 0px;
	left: none;
	margin: 0;
    border: none;
}


.star[type="radio"]:checked + label::after, .star.with-gap[type="radio"]:checked + label::before, .star.with-gap[type="radio"]:checked + label::after{

box-shadow:none;
}

.star[type="radio"]:not(:checked) + label, .star[type="radio"]:checked + label{
font-size: 18px;
padding-left:17px; 
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .25s;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .25s;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.readonly input.star:checked ~ label.star:before {
  content: '\f005';
  color: #FFC300;
  transition: all .25s;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

input.star-5:checked ~ label.star:before {
  color: #50B948;
  text-shadow: 0 0 1px #acacac;
}

input.star-4:checked ~ label.star:before {
  color: #50B948;
}


input.star-2:checked ~ label.star:before { color: #F62; }
input.star-1:checked ~ label.star:before { color: #F62; }

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
  content: '\f006';
  font-family: FontAwesome;
  
}

.readonly label.star:hover { transform: none; }

.readonly label.star{ cursor: default; }


.spanshow span.rate_text { display: none; }
.spanshow:hover span.rate_text {
    display: inline;
}

 
/******************multi item slider*******************************/

		.carousel-control.left, .carousel-control.right {
			background-image: none;
		}
		.img-responsive {
			width: 100%;
			height: auto;
		}
		@media (min-width: 992px) {
			.carousel-inner .active.left {
				left: -25%;
			}
			.carousel-inner .next {
				left: 25%;
			}
			.carousel-inner .prev {
				left: -25%;
			}
		}
		@media (min-width: 768px) and (max-width: 991px) {
			.carousel-inner .active.left {
				left: -33.3%;
			}
			.carousel-inner .next {
				left: 33.3%;
			}
			.carousel-inner .prev {
				left: -33.3%;
			}
			.active > div:first-child {
				display: block;
			}
			.active > div:first-child + div {
				display: block;
			}
			.active > div:last-child {
				display: none;
			}
		}
		@media (max-width: 767px) {
			.carousel-inner .active.left {
				left: -100%;
			}
			.carousel-inner .next {
				left: 100%;
			}
			.carousel-inner .prev {
				left: -100%;
			}
			.active > div {
				display: none;
			}
			.active > div:first-child {
				display: block;
			}
		} 
		
/***************************MOBILE CSS**********************************************/



 @media only screen and (min-device-width: 100px) and (max-device-width: 480px) {

.faq{
	margin-left: -35px;
	margin-right: -35px;
	font-size: 13px !important;
	
}

.sheight{
	min-height: 0px;
}

.sarea{
	display:none;
}


.table_title {
    color: #f1f1f1;
    float: left;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.3px;
    padding: 3px;
    width: 60%;
}


.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 9px;
    font-size: 12px;
}
.faq .collapsible-header{
	line-height:2rem;
	min-height:2rem;
	font-size: 14px !important;
	padding: 8px;
}

.login-frm{
	margin-left: -22px;
	margin-right: -22px;
}

.homep .card{
	margin-left: -18px;
	margin-right: -30px;
}

#modal1{
	width: 98% !important;
}

#modal1 .modal-content{
	padding: 
}

.owl-buttons{
	display: none;
}

#masthead{
	margin-left: -30px;
    margin-right: -30px;
}

.login-frm {
    margin-left: 0px;
    margin-right: 0px;
}



.register table tr td:first-child label {
    font-size: 12px !important;
}

[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
font-size: 10px;
}

.register .bg-color1 span{
	font-size: 12px;
}

.register .btn input{
	position: relative;
	 margin-top: -35px;
	 z-index: 1;
}

.register span.errormessage{
	color: #E5211B;
	margin-left: 0px;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 11px;
	float:left;
	transition: all 0.3s ease;
}

nav {
  height: 66px;
  line-height: 66px;
}

.asearch .collapsible .collapsible-header{
	font-size: 13px;
	 line-height: 2.5rem;
    min-height: 2.5rem;
}


.asearch .collapsible .collapsible-header img:first-child{
	margin:10px;
}

.asearch .collapsible .collapsible-header img:last-child{
	margin:10px 0px;
}

.asearch{
	margin-left: -20px;
	margin-right: -20px;
}
.card-panel{
	padding: 8px;
}
.card table td{
	font-size: 12px;
}

.card .card-title{
	font-size: 16px;
}

.loginp{
	margin-left: -30px;
	margin-right: -30px;
}

.nearme{
	margin-left: -20px;
	margin-right: -20px;
	padding: 15px;
}

.register .row{
	margin-bottom: 0;
}

.register .custom-table{
	margin: 0;
}

.edit_lable{
	margin-bottom: 10px;
}

[type="checkbox"] + label{
	height: 22px;
    line-height: 22px;
    padding-left: 30px;
}

.asearch .collapsible label{
	font-size: 11px;
}

.searchoverlay{
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: left 500ms ease-in-out 0s;
    width: 100%;
    z-index: 2147483647;
    display:none;
}

.searchoverlay form {
    left: 50%;
    max-width: 716px;
    position: absolute;
    top: 44%;
    transform: translate(-50%, -50%);
    width: 92%;
}

#profile{
	margin-left: -20px;
	margin-right: -20px;
}

.searchoverlay form button{
    border: 1px solid #ffffff;
}

.search-wrapper{
	z-index: 99999999999999;
	top:32% !important;
	width: 78%;
	
}

.homep .card{
	margin-left: -18px;
	margin-right: -30px;
}

.errortoast{
	background:none;
	font-size:12px;
	padding:8px;
	margin:-25px;
	border:none;
	cursor:grab;
}
.toast{
	font-size: 12px;
	padding: 6px 20px;
	min-height:35px; 
	z-index: 9999999;
}

.picker__day-display {
    font-size: 2rem;
    font-weight: 400;
}

.picker__month-display {
    font-size: 1rem;
    text-transform: uppercase;
}


*, *::before, *::after {
    box-sizing: inherit;
}
*::before, *::after {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
}
*::before, *::after {
    box-sizing: border-box;
}
.register .picker__table td {
    padding: 0 !important;
    text-align: center;
}
.calender td {
    padding: 0 !important;
}
.register td {
    border-top: medium none !important;
    padding: 8px 5px !important;
}
.picker__table td {
    margin: 0;
    padding: 0;
}
.picker__table th, .picker__table td {
    text-align: center;
}
td, th {
    border-radius: 2px;
    display: table-cell;
    padding: 15px 5px;
    text-align: left;
    vertical-align: middle;
}
table, th, td {
    border: medium none;
}
td, th {
    padding: 0;
}
td, th {
    padding: 0;
}
*, *::before, *::after {
    box-sizing: inherit;
}
* {
    box-sizing: border-box;
}
.picker__table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 0;
}
.picker {
    color: #000000;
    font-size: 13px;
    line-height: 1;
    text-align: left;
}

 }
 
 
@media only screen and (min-device-width: 481px) and (max-device-width: 990px) {


.edit_lable{
	margin-bottom: 10px;
}

.sarea{
	display:none;
}
.register .btn input{
	position: relative;
	 margin-top: -35px;
	 z-index: 1;
} 
.searchoverlay{
    background: rgba(0, 0, 0,0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: left 500ms ease-in-out 0s;
    width: 100%;
    z-index: 2147483647;
    display:none;
}

.searchoverlay form {
    left: 50%;
    max-width: 716px;
    position: absolute;
    top: 44%;
    transform: translate(-50%, -50%);
    width: 92%;
}

#profile{
	margin-left: -20px;
	margin-right: -20px;
}

.searchoverlay form button{
    border: 1px solid #ffffff;
}

.search-wrapper{
	z-index: 99999999999999;
	top:32% !important;
	width: 78%;
	
}
}

