body{
	/*font-family: 'Montserrat', sans-serif !important;*/
	/*'Roboto', sans-serif*/
}
/* #####################################################################
	Index
##################################################################### */

.label-dark {
    background-color: #171717;
}

.service-block{
	background-color: #ffffff;
	padding: 15px;
	border-radius: 8px;
	margin-bottom: 30px;
}  
.service-block .service-img{
	float: left;
	height: 80px;
	width: 80px;
	background-color: #f7f6f2;
	border-radius: 50%;
	padding: 20px;
	transition: all 0.3s ease-out 0s;
}
.service-img svg{
	fill: #ff7936;
	color: #ff7936;
	height: 40px;
	width: 40px;
	transition: all 0.3s ease-out 0s;
}

.service-block:hover .service-img{
	background-color: #35bcff;
}
.service-block:hover .service-img svg{
	fill: #fff;
	color: #fff;
}

.service-info{
	padding:10px 10px 10px 100px;
	font-size: 24px;
	color: #525252;
	height: 80px;
	text-align: left;
	transition: all 0.3s ease-out 0s;
	margin-bottom: 10px;
}

.service-block:hover .service-info{
	color: #35bcff;
}

.service-info.single-line{
	line-height: 60px;
}
.service-info.double-line{
	line-height: 30px;
}


.eatery-address .service-block{
	padding: 0px;
	margin-bottom: 0px;
}


.card-shadow{
	padding: 20px;
	border-radius: 10px;
	border:1px solid #eee;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
}
.card-shadow.sm{
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.07);
}

.listing-services .service-block{
	text-align: center;
	padding: 20px 0px;
	margin-bottom: 0px;
}
.listing-services .service-block .service-img{
	float: none;
	display: inline-block;
	margin: 0px auto;
	height: 60px;
	width: 60px;
	padding:17.5px;
}
.listing-services .service-img svg{
	height: 25px;
	width: 25px;
	transition: all 0.3s ease-out 0s;
}

.listing-services .service-block .service-info{
	padding:10px 0px;
	font-size:14px;
	color: #525252;
	height: 40px;
	text-align: center;
	line-height:20px;
}


.listing-services .service-block.active .service-info, .listing-services .service-block:hover .service-info{
	color: #35bcff;
}
.listing-services .service-block.active .service-img{
	background-color: #35bcff;
}
.listing-services .service-block:hover .service-img svg, .listing-services .service-block.active .service-img svg{
	fill: #fff;
	color: #fff;
}


/*.header-btn{
	float: right;
}*/

.float-menu-btn{
	position:fixed;
	right: 30px;
	bottom: 30px;
	color: #fff;
	background-color: #35bcff;
	border-color: #35bcff;
	transition: all 0.4s ease 0s;
	border-radius: 30px;
	font-size: 18px;
	transition: all 0.4s ease 0s;
	padding: 12px 35px;
	z-index: 1000;
	-webkit-animation: bounce 2s infinite;
}

.float-menu-btn:hover,
.float-menu-btn:focus,
.float-menu-btn:active{
  color: #fff;
  background-color:#525252;
  border-color: #525252;
}

 /*
	#####################################################################
	#####################################################################
 */




.eatery-breadcrumb.breadcrumb-bg{
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 160px;
    background-position: center;
    position: relative;
    z-index:0;
}
.eatery-breadcrumb.breadcrumb-bg:after{
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.55);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.eatery-breadcrumb.breadcrumb-bg .light-font, .eatery-breadcrumb.breadcrumb-bg .section-title{
    color: #fff;
}
.eatery-breadcrumb.breadcrumb-bg .section-title{
	font-size: 3vw;
}
.eatery-breadcumb{
	font-size: 14px;
	color: rgba(255,255,255,0.75);
}

.eatery-address{
	margin-bottom: 30px;
	background-color: #fff;	
}
.eatery-address .form-group{
	margin-bottom: 0px;
}
.eatery-address label{
	font-weight: 400; 
	color: #666;
}
.eatery-address p{
	font-weight: 600;
	color: #171717; 
	margin-bottom: 0px;
}


 /*
	#####################################################################
	#####################################################################
 */

.menu-item{
	display: inline-block;
	width: 100%;
	padding: 0px;
}
.menu-item .item-img{
	display: none;
	float: left;
	width: 80px;
	height: 80px;
	position: relative;
}
.menu-item-img.menu-item .item-img{
	display: block;
}
.menu-item .item-img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
	margin-right: 15px;
}

.menu-item .item-details{
	padding-left: 0px;
	margin-right: 50px;
}
.menu-item-img.menu-item  .item-details{
	padding-left: 95px;
}

.item-details .item-title{
	font-size: 20px;
	line-height: 24px;
	color: #171717;
	margin: 0px 0px 4px;
}
.item-details > p{
	margin-bottom:0px;
	color: #666;
}
}
.item-details > div{
	color: #ff7935;
	font-weight: 600;
}
.item-details .item-price{
	font-weight: 600;
	color: #ff7935;
	font-size: 120%;
}

.item-details .add-topping-link{
	font-size: 14px;
	line-height: 22px;
	vertical-align: text-top;
}



 /*
	#####################################################################
	#####################################################################
 */

.quantity .btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0px;
    border-radius: 0px;
    position: absolute;
    width: 25px;
    font-size: 13px;
    color: #ccc;
    left: 0px;
    right: 0;
    line-height: 20px;
    height: 25px;
    margin: 0px;
    background-color: #ff7935;
    color: #fff;
}
.quantity .btn:first-child{
	border-radius: 2em 2em;
}
.quantity .btn:last-child{
	border-radius: 2em 2em;
}
.quantity .btn i{
	line-height: 25px;
}

.quantity .minus {
     top: 0;
}

.quantity .plus {
    bottom: 0;
}

.quantity {
    position: relative;
    width: 30px;
    float: right;
    z-index: 50;
}

div.quantity {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    line-height: 1;
    width: 30px
}

.sort-dropdown .search-selectpicker {
    margin: auto 10px;
}

.quantity .qty {
    border-radius:0em;
    height: 80px;
    line-height: 30px;
    padding: 25px 0px;
    text-align: center;
    width: 25px;
    border-radius: 15px;
}

.item-listing-list{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.item-listing-list li{
	margin: 0px;
	padding: 15px 15px 0px 15px;
	list-style: none;
}

.item-listing-list.half-listing li{
	display: inline-block;
	float: left;
	width: 50%;
}
.item-listing-list.half-listing li:nth-child(odd) {
	padding-left: 0px;
}
.item-listing-list.half-listing li:nth-child(even){
	padding-right: 0px;
}

.item-listing-list li hr{
	margin-bottom: 0px;
}
/*
	############################pppppp####################################
	#####################################################################
 */
.sign-up-2 .form-control, .sign-up-2 .input-group-addon, .sign-up-2 .bootstrap-select .btn {
    background-color: #fbfbfb;
    border-color: #e7e7e6;
    color: #000;
    border-radius: 5px;
    box-shadow: none;
    font-size: 15px;
    height: 49px;
    line-height: 40px;
    padding: 8px 20px;
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: 49px;
     padding: 8px 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    vertical-align: middle;
    background: url('../img/down-arrow.png') 98% 50% no-repeat;
    background-color: #fbfbfb;
    border: 1px solid #e7e7e6;;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    line-height: 32px;
    text-transform: capitalize;
}
.sign-up-2 label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}

   
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.sign-up-2 .form-control:hover ,.sign-up-2 .custom-select:hover,.sign-up-2 .custom-select:focus,.sign-up-2 .custom-select:focus-within{
    border-color: #ff7935;outline: 0;
}
.be-your-own-boss h3{font-size:36px;line-height: 40px;margin-bottom: 30px;}
.be-your-own-boss .own-div img {
    width: 110px;
    height: 110px;
    margin-bottom: 15px;
}
.be-your-own-boss .own-div h4 {
    font-size: 20px;
    font-weight: 600;
}
.be-your-own-boss .own-div span{
    font-size: 18px;
    font-weight: normal;
}
.how-to-earn h3 {
    font-size: 36px;
    font-weight: 600;
    color: #ff7c3a;
    margin-bottom: 30px;
}
.how-to-earn .own-div h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.how-to-earn .own-div span{
	font-size: 16px;
    font-weight: normal;
}
.driver-requirment h3 {
      font-size: 36px;
    font-weight: 600;
    
    margin-bottom: 30px;
}
.driver-requirment  h5 {
    font-size: 20px;
    font-weight: 600;
}
.driver-requirment ul {
    display: inline-block;
    list-style: disc;
    padding-left: 20px;
}
.driver-requirment ul li {
    font-size: 16px;
    font-weight: normal;
    padding: 5px 0px;
}
.own-div {
    text-align: justify;
}
.be-your-own-boss .own-div {
    text-align: center;
}
.driver-requirment .own-div img {
    width: 170px;
    height: 170px;
}
.driver-requirment .content {
    flex-flow: 1;
    margin-right: auto;
}
.driver-requirment  .own-div {
    text-align: left;    
    margin-right: 15px;
}
.training-video ul {
    list-style: none;
    padding-left: 5px;
}
.training-video ul li a{
	padding:5px 0;
}
.training-video ul li a {
    padding: 5px 0;
    display: inline-block;
    color: #ff7935;
}
.training-video ul li a:before {
   /* content: "\f178 ";*/
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
}
.training-menual .own-div {
     width: 100%;
    height: 100%;
    padding: 10px 10px 30px 10px;
    background: #f1f1f1;
}
.training-menual .own-div img {
     width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}
.training-menual .own-div h4 {
    font-size: 22px;
    text-align: center;
    margin: 15px 0;
}
.training-menual .own-div span {
    font-size: 15px;
    text-align: justify;
}
.training-video .panel-default>.panel-heading{
	    color: #333;
    background-color: #fff;
    border-color: transparent;
    color: #ff7935;
    padding: 15px;
    position: relative;
}
.training-video .panel-default>.panel-heading a{
	    position: relative;
    width: 100%;
    display: inline-block;
}

.training-video .panel-default>.panel-heading a.collapsed:before{
	content: "\f078 ";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0px;
   
}
.training-video .panel-default>.panel-heading a:before{
	content: "\f077 ";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0px;
  
}

@media (max-width: 768px){
	.main-header .main-logo img{
		max-height: 50px;
		margin: 0px auto
	}
	.main-header .main-logo a{
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.item-listing-list.half-listing li{
		display: inline-block;
		float: left;
		width: 100%;
	}
	.item-listing-list.half-listing li:nth-child(odd) {
		padding:0px;
	}
	.item-listing-list.half-listing li:nth-child(even){
		padding:0px;
	}
	.item-listing-list li hr{
		margin-bottom: 10px;
		margin-top: 10px;
	}
}


.food-type{
	height: 16px;
	width: 16px;
	border: 2px solid;
	margin-right: 5px;
	display: inline-block;
	position: relative;
}
.food-type:after{
	height: 4px;
	width: 4px;
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 4px;
	content: "";
	border-radius: 50%;

}
.food-type.veg{
	border-color:#23a720;
}
.food-type.veg:after{
	background-color:#23a720;
}
.food-type.non-veg{
	border-color:#ff2d28;
}
.food-type.non-veg:after{
	background-color:#ff2d28;
}

.special-offer{
	height: 16px;
	width: auto;
	border: 0px;
	color: #fff;
	font-size: 10px;
	margin-left:5px;
	line-height: 18px;
	display: inline-block;
	padding: 0px 8px;
	border-radius: 18px;
	position: relative;
	text-transform: uppercase;
	top: -3px;
	background: rgb(193,0,0);
	background: -moz-linear-gradient(0deg, rgba(193,0,0,1) 0%, rgba(255,91,91,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(193,0,0,1) 0%, rgba(255,91,91,1) 100%);
	background: linear-gradient(0deg, rgba(193,0,0,1) 0%, rgba(255,91,91,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c10000",endColorstr="#ff5b5b",GradientType=1);
}


 /*
	#####################################################################
	#####################################################################
 */


 @-webkit-keyframes bounce {
        0% {
    transform: translate(0px, 0px);
  }
  
  35%{
    transform: translate(0px, 5px); 
  }

  70%{
    transform:  translate(0px, -5px); 
  }
  
 100% {
    transform: translate(0px, 0px);
  }
}


	.cart-sticky-footer{
		position: fixed;
		bottom: 0px;
		height: 60px;
		padding: 10px 20px;
		left: 0;right:0;
		max-width: 1140px;
		color: #fff;
		z-index: 1000;
		background-color:#ff7935;
		line-height: 40px;
		font-size:18px;
		margin: 0px auto;
		border-radius: 12px 12px 0px 0px;
		box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.25);
	}

	.cart-sap{
		padding: 0px 10px;
	}
	.cart-amount{
		font-weight: 700;
	}

	.btn-footer-cart{
		height: 40px;
		font-size: 16px;
		border-radius: 30px;
		padding: 0px 30px;
		background-color: #fff;
		display: inline-block;
	}
	.btn-footer-cart:hover{
		color: #fff;
		background-color:#525252;
		border-color: #525252;
	}

	.product-table .quantity{
		float: none;
		margin: 0px auto
	}


	.nav-tabs{
		border-bottom: 3px solid #DDD;
	}

	.nav-tabs > li.active > a,
	.nav-tabs > li.active > a:focus,
	.nav-tabs > li.active > a:hover {
		border-width: 0;
	}

	.nav-tabs > li > a {
		border: none;
		color: #666;
	}

	.nav-tabs > li.active > a,
	.nav-tabs > li > a:hover {
		border: none;
		color: #35bcff !important;
		background: transparent;
	}

	.nav-tabs > li > a::after {
		content: "";
		background: #35bcff;
		height: 4px;
		position: absolute;
		width: 100%;
		left: 0px;
		bottom: -1px;
		transition: all 250ms ease 0s;
		transform: scale(0);
	}

	.nav-tabs > li.active > a::after,
	.nav-tabs > li:hover > a::after {
		transform: scale(1);
	}

	.tab-nav > li > a::after {
		background: #21527d none repeat scroll 0% 0%;
		color: #fff;
	}

	.tab-pane {
		padding: 15px 0;
	}

	.nav-tabs>li {
		float: left;
		margin-bottom: -3px;
	}

 /*
	#####################################################################
	#####################################################################
 */


 @media (max-width: 768px){
 	.main-header .container-fluid {
 		padding-right: 0px;
 		padding-left: 0px;
 	}
 	.main-header {
 		padding: 20px 0px;
 		position: static;
 	}
 	.main-header.is-sticky{
 		padding-left: 0px;
 		padding-right: 0px;
 	}
 	.slide-1{
 		padding: 0px 20px;
 		text-align: center;
 	}
 	.slide-1 .slide-title > h1 {
 		font-size: 30px;
 		line-height: 40px;
 		font-weight: 600;
 	}
 	.slide-1 .slide-title > h1 > small {
 		font-size: 20px;
 		line-height: 30px;
 	}

 	.main-slide .item > img {
 		width: 100%;
 		height: 70vh;
 		object-position: center;
 		object-fit: cover;
 	}
 	.cart-list .btn{
		border-radius:30px;
		font-size: 16px;
		transition: all 0.4s ease 0s;
		padding: 6px 20px;
		line-height: 30px;
 	}
}

 @media (max-width: 992px){
 	#naturix-slider .item{
 		position: relative;
 		z-index: 0;
 	}
 	#naturix-slider .item:before{
 		z-index: 0;
 		position: absolute;
 		left: 0;
 		top: 0;
 		content: "";
 		height: 100%;
 		width: 100%;
 		background-color: rgba(255,255,255,0.65);
 	}
}



/* ######################################################## */


.order-tracking-info p{
	font-size: 18px;
	color: #171717;
	text-align: center;
	font-weight: 600;
}
.order-tracking-info p span{
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	width: 100%;
	color: #777;
}

.order-tracking .order-time{
	font-size: 14px;
	text-align: right;
	display: inline-block;
	width: 100%;
	margin-top: 15px;
}

.order-tracking .tracking-img{
	position: relative;
	margin: 0px auto;
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-bottom: 70px;
	z-index: 0;
}
.order-tracking .tracking-img:after{
	height: 70px;
	width: 8px;
	left:50%;
	margin-left:-4px;
	content: "";
	top:50px;
	display: block;
	background-color: #dedede;
	position: absolute;
	z-index: -1;
}

.order-tracking:last-child .tracking-img{
	margin-bottom:0px;
}
.order-tracking:last-child .tracking-img:after{
	display: none;
}

.order-tracking .tracking-img.tracking-black:after{
	background-color: #000;
}

.order-tracking .tracking-img img{
	height: 50px;
	width: 50px;
	margin: 0px auto;
}

.order-tracking .tracking-info{
	font-size: 18px;
	text-align: left;
	display: inline-block;
	width: 100%;
	color: #171717;
	font-weight: 600;
}
.order-tracking .tracking-info span{
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	width: 100%;
	color: 777;
	margin-top: 5px;
}



@media(max-width: 768px){
	.order-tracking .order-time, .order-tracking .tracking-info span{
		font-size: 12px;
	}
	.order-tracking .tracking-info{
		font-size: 16px;
		line-height: 22px;
	}
	.order-tracking-info p{
		font-size: 16px;
	}
	.order-tracking-info p span{
		font-size: 12px;
	}
}


.driver-card{
	display: inline-block;
	width: 100%;
}

.driver-card > img{
	height: 60px;
	width: 60px;
	float: left;
	margin-right: 15px;
	object-position: center;
	object-fit: cover;
}
.driver-card > .driver-info{
	padding-left: 75px;
}
.driver-info h4{
	margin-top: 0px;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
	line-height: 26px;
}
.driver-info p{
	font-size: 14px;
	font-weight: 400;
	color: #8b8b8b;
	margin-bottom: 0px;
	line-height: 24px;
}


.input-with-icon{
	position: relative;
}
.input-with-icon > i{
	position: absolute;
	top: 15px;
	font-size: 18px;
	right: 20px;
}


 /*
	#####################################################################
	#####################################################################
 */

.add-special-order{
	display: inline-block;
	width: 100%;
}
.add-special-order img{
	height: 34px;
	width: 34px;
	display: inline-block;
}
.wallet-header{
	margin: -20px -20px 0 -20px;
	padding: 30px 40px 30px 40px;
	background-color: #ff7935;
	color: #fff;
}
.wallet-header h1{
	font-size: 50px;
}

.transaction-details p{
	margin-bottom: 0px;
}
.transaction-details hr{
	margin: 10px 0px;
}


.refer-code{
	padding: 10px 20px;
	border:2px dashed #333;
	background: #fff;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	color: #171717;
	font-weight: 600;
}
.refer-code p{
	margin-bottom: 0px;
}
 /*
	#####################################################################
	#####################################################################
 */

.br-select{
	position: relative;
	cursor: pointer;
}
.br-select input[type="radio"]{
	position: absolute;
	height: 0;
	width: 0;
	left: 0;
	top:0;
	opacity: 0;
}
.br-select label{
cursor: pointer;
}

.br-select input[type="radio"] + label:after{

	position: absolute;
	top: -10px;
	right: -10px;
	color: #ff7935;
	font-family: 'FontAwesome';
	content: "\f00c";
	font-size:20px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
	height:40px;
	width: 40px;
	text-align: center;
	line-height: 37px;
	background-color: #fff;
	border-radius: 50px;
	border:2px solid #ff7935;
	opacity: 0;
		transition: all 0.3s ease-out 0s;
}

.br-select label img{
	max-height: 250px;
	width: 100%;
}
.br-select input[type="radio"]:checked + label:after{
	opacity: 1;
}


.text-special-note{
	background-color: #fbfbfb;
    border-color: #e7e7e6;
    color: #000;
    border-radius:5px;
    box-shadow: none;
    font-size: 14px;
    line-height:22px;
    padding:5px 10px;
}

.add-special-note{
	cursor: pointer;	
}

.label{
    display: inline;
    padding: .3em .6em .3em;
    font-size: 75%;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label + .label{
	margin-left: 10px;
}

span.label > a{
	margin-left: 3px;
	display: inline-block;
	color: rgba(255,255,255,0.5);
}
span.label > a:hover{
	color: rgba(255,255,255,1);
}


 /*
	#####################################################################
	#####################################################################
 */


.label-pickup-delivery{
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 0px 10px;
	line-height: 18px;
	padding-top: 2px;
	text-align: center;
	/*background-color: ;*/
	background-color:rgba(255,255,255,0.99);
	border-radius: 20px;
	color: rgb(255, 121, 53);
	border:1px solid #fff;
	z-index: 100;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	transition: all 0.3s ease-out 0s;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
}


.product-box:hover .label-pickup-delivery{
	opacity: 0.5;
}

.coupan-form {
	text-align: center;
}
.coupan-form > select.form-control{
	width: 45%;
	margin: 0px auto;
	display: inline-block;
}

.coupan-form .txt-tip{ width: 45%; display: inline-block; padding-left: 8px; padding-right: 8px; text-align: center; }


 /*
	#####################################################################
	#####################################################################
 */


.form-control.input-lg.input-datetime{
	border-color: #ccc !important;
	border-width: 2px;
	background-color: #fff !important;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.15);
}





 /*
	#####################################################################
	#####################################################################
 */








 /*
	#####################################################################
	#####################################################################
 */








 /*
	#####################################################################
	#####################################################################
 */








 /*
	#####################################################################
	#####################################################################
 */








 /*
	#####################################################################
	#####################################################################
 */








 /*
	#####################################################################
	#####################################################################
 */








 /*
	#####################################################################
	#####################################################################
 */








 /*
	#####################################################################
	#####################################################################
 */








 /*
	#####################################################################
	#####################################################################
 */








 /*
	#####################################################################
	#####################################################################
 */

@media (max-width: 768px){
	.eatery-breadcrumb.breadcrumb-bg .section-title{
		font-size: 4vh;
	}
	.eatery-address .form-group{
		margin-bottom: 15px;
	}
	.eatery-breadcrumb.breadcrumb-bg{
		padding: 100px 0 110px;
	}
}

@media(min-width:1100px){
	.register-wrap.sign-up-2 {
    padding: 15px 10px;
   }
}