@font-face {
font-family: ProximaNovaRegular;
src: url(../css/fonts/ProximaNova-Regular.ttf);
}
@font-face {
font-family: ProximaNovaBold;
src: url(../css/fonts/ProximaNova-Bold.ttf);
}
@font-face {
font-family: ProximaNovaLight;
src: url(../css/fonts/ProximaNova-Light.ttf);
}
@font-face {
    font-family: stardustregular;
    src: url(../css/fonts/stardust-webfont.woff2) format('woff2'),
         url(../css/fonts/stardust-webfont.woff) format('woff');
}
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
font-family: ProximaNovaLight;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.fa-2x {
  color: #fff;
}

.learn-more{display: none !important;}
.nav-wrapper{min-height: 64px;}

.wrapper>.navbar.navbar-default {
height: 64px;
background: #000000;
border-color: #000;
border-radius: 0;
margin-bottom: 0px;
position:fixed;
width: 100%;
z-index: 999999;
}
.collapse>.nav-cetner-text {
text-align: center;
color: #fff;
display: inline-block;
margin: 15px 0;
font-family: ProximaNovaRegular;
font-size: 18px;
padding: 6px 0;
}
.nav-cetner-text a{
font-family: ProximaNovaRegular;
font-size: 18px;
color: #fff;
border-bottom: 2px solid #fff;
}

.nav-cetner-text a:hover, .nav-cetner-text a:focus {
  text-decoration: none;
}
.center-text {
text-align: center;
font-family: ProximaNovaRegular;
font-size: 18px;
}
.logo-img {
padding: 7px 15px;
height: 63px;
}
.left-line {
  padding: 7px 25px;
  border-left: 1px solid #252525;
  display: inline-block;
  float: left;
}
/* .left-line .login {
	padding: 10px 18px!important;
} */
.bar-right {
  padding: 7px 0;
}
.bar-right a, .bar-right button, .bar-right li {
  float: right;
}
.dropdown-menu li, .dropdown-menu li a {
  width: 100%;
  margin: 0px;
}
 nav .navbar-header {
  padding: 0px;
 }
.bar-right>button {
  margin: 7px 0;
}
.navbar-right>button {
width: 77px;
height: 34px;
border-radius: 5px;
border: none;
padding: 7px 0px;
font-family: ProximaNovaRegular;
font-size: 14px;
color: #000;
background: #fab028;
}
.navbar-right a {
  padding: 7px 18px;
  line-height: 20px
}
.dropdown-text a, .dropdown-text a:hover, .dropdown-text a:active {
margin: 17px 25px;
padding: 0px!important;
line-height: 15px!important;
color: #fff!important;
font-family: ProximaNovaRegular;
background: #000000;
}
.dropdown-menu a, .dropdown-menu a:hover, .dropdown-menu a:active  {
margin: 0px;
line-height: 15px!important;
color: #fff;
font-family: ProximaNovaRegular;
background: #000000;
padding: 15px!important;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:active {
  background-color: #000!important;
  color: #fff!important;
  padding: 0px!important;
}
.drop-down-img img {
  width: 20px;
  height: 10px;
}
.lock-img img{
vertical-align: middle;
width: 24px;
height: 32px;
}
.inner-cart-list h4 {
    text-align: center;
    margin-bottom: 10px;
	font-size: 17px;
	font-weight: 700;
	font-family: ProximaNovaRegular;
}
  .inner-cart-list {
    padding: 5px 15px;
}
  .cart-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 15px;
    font-size: 16px;
    margin: 5px 0!important;

}
  .cart-total {
    font-size: 12px;
    text-align: right;
    margin: 10px 0;
	font-size: 16px;
}

.empty-cart {
	margin: 10px 0;
	display: -webkit-box;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.995;
    font-size: 12px;
    margin: 5px 0!important;
}
  .delete-img a, .delete-img a:hover {
    display: inline-block;
    background: #fab028;
    color: #000!important;
    padding: 4px 10px!important;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 5px;

}
.view-cart a, .view-cart a:hover {
    display: inline-block;
    background: #fab028;
    color: #000!important;
    padding: 11px 7px!important;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 2px!important;
    border-radius: 5px;
    font-weight: 600;
}
.cart-text {
	width: 200px;
	line-height: 20px
}
.cart-qnty {
	width: 38px;
	text-align: center;
}
.cart-amt {
	width: 50px;
	text-align: center;
}
.lock-img {
  margin: 8px 25px!important;
}

.dropdown-text>.dropdown-menu{
background: #000000;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
background: none;
}
.login, .login:hover, .login:focus {
	width: 77px;
    height: 34px;
    border-radius: 5px;
    border: none;
    /* padding: 7px 0px; */
    font-family: ProximaNovaRegular;
    font-size: 14px;
    color: #000!important;
    background: #fab028!important;
    margin: 7px;
}
.log-in-btn .login {
	line-height: 5px!important;
}
.login:hover, .login:focus {
	text-decoration: none;
	color: #000;
}
.sub-menu {
	position: absolute;
    top: 100%;
    right: 0;
    /*background-color: #fff;*/
    box-shadow: 0 2px 20px 0 rgba(153,153,153,0.35);
    font-size: 16px;
    line-height: 1.5;
    width: 320px;
    z-index: 15;
    color: #fff;
    margin-top: 7px!important;
}
.dropdown-menu:after {
	position: absolute!important;
    right: 22px;
    bottom: 100%;
    height: 0;
    width: 0;
    border-bottom: 12px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    content: "";
}
.submenu-item:not(:last-of-type) {
    border-bottom: 1px solid #f2f3f4;
 }
 .submenu-item a{
	 padding: 0px!important;
 }

 .submenu-item {
 	padding: 12px 18px;
 }

.sub-menu-header {
	font-family: ProximaNovaRegular;
    font-size: 17px;
    line-height: 1.25;
    margin: 0 0 12px;
    padding: 0;
    font-weight: 700;
}
.sub-menu-item-row {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.995;
}
.sub-menu-item-row a, .sub-menu-item-row a:hover, .sub-menu-item-row a:focus {
	padding: 7px 0px!important;
}

/* Toogle Menu */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* #wrapper.toggled {
    padding-right: 250px;
} */

#sidebar-wrapper {
    z-index: 999999;
    position: fixed;
    right: 0px;
    width: 0;
    top:63px;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: 0px;
}


/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
    padding: 0px;
    color: #fff;
    font-family: ProximaNovaRegular;
    background: #000000;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 0;
    }
    /* #wrapper.toggled {
        padding-right: 250px;
    } */
    #sidebar-wrapper {
        width: 0;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }
    #page-content-wrapper {
        padding: 20px;
        position: absolute;
    }
    #wrapper.toggled #page-content-wrapper {
        position: absolute;
        margin-right: 0;
    }
}


/*End Nav Bar*/
/*Start Banner*/
/*.banner {
	padding-top: 64px;
}*/
.banner .container-fluid {
width: 100%;
padding: 0px;
}
.banner .left-img {
background-image: url(../images/lady_left_hand.png);
height: 516px;
background-repeat: no-repeat;
background-position: left;
display: inline-block;
float: left;
}
.banner .right-img {
background-image: url(../images/male_right_hand.png);
height: 465px;
background-repeat: no-repeat;
background-position: right;
vertical-align: baseline;
margin-top: 51px;
}
.banner-center-text h1 {
font-family: ProximaNovaLight;
font-size: 30px;
margin-bottom: 15px;
}
.banner-inner-text {
margin: 0 auto;
}
.banner-inner-text .banner-center-text {
  margin-top: 50px;
}
/*h1 {
  margin-top: 0px!important;
}*/
.banner-center-text h1 {
text-align: center;
text-transform: uppercase;
}
.search-food-para {
float: none;
margin: 20px auto 0;
}
.search-food-para p {
margin-bottom: 10px;
font-family: ProximaNovaRegular;
font-size: 18px;
text-align: left;
}
.text-left {
text-align: left;
}
.search-food-para form {
height: 60px;
}
.input-group {
width: 100%;
/*border: 2px solid #b7b7b7;*/
border-radius: 5px;
}
.search-food-para .input-group input {
font-family: ProximaNovaRegular;
font-size: 18px;
height: 57px;
border: none;
width: 100%;

}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  border: 2px solid #b7b7b7;
  border-right: none;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
  border: none;
  margin-left: 0px;
}
form.bs-example-form span {
width: 30%;
}
form.bs-example-form span>button {
font-family: ProximaNovaRegular;
font-size: 18px;
height: 57px;
background: #cb1725;
color: #fff;
font-family: ProximaNovaBold;
font-size: 18px;
border: none;
width: 100%;
}
.banner-bottom-text{
text-align:center;
margin-top: 50px;
clear: both;
}
.banner-bottom-text p{
font-family: ProximaNovaBold;
font-size: 18px;
margin: 15px 0;
}
.banner-number {
font-family: ProximaNovaRegular!important;
color:#cb1725!important;
font-size: 22px!important;
}

/*Main Wrapper Start*/

.background-shape, .background-shape1, .background-shape2, .background-shape3, .background-shape4, .background-shape5, .background-shape6, .background-shape7, .background-shape8, .background-shape9 {
background-image: url(../images/america-text-background.png);
background-repeat: no-repeat;
background-size: 100% 100%;
height: 59px;
width: 153px;
position: relative;
top: 40%;
margin: 0 auto;
max-width: 100%;
}
.main-wrapper .america-img{
background-image: url(../images/american.png);

}
.main-wrapper .sandwich-img {
background-image: url(../images/sandwiches.png);

}
.main-wrapper .mexican-img {
background-image: url(../images/mexican.png);

}
.main-wrapper .italian-img {
background-image: url(../images/italian.png);

}
.main-wrapper .breakfast-img {
background-image: url(../images/breakfast.png);

}
.main-wrapper .mediterranean-img {
background-image: url(../images/mediterranean.png);

}
.main-wrapper .barbecue-img {
background-image: url(../images/barbecue.png);

}
.main-wrapper .pizza-img {
background-image: url(../images/pizza.png);

}
.main-wrapper .asian-indian-img {
background-image: url(../images/asian-indian.png);

}
.america-img, .sandwich-img, .mexican-img, .italian-img, .breakfast-img, .mediterranean-img, .barbecue-img, .pizza-img, .asian-indian-img {
height: 294px;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
}
.main-wrapper .background-shape1 {
width: 340px;
}
.main-wrapper .background-shape2, .main-wrapper .background-shape3 {
  width: 153px;
}
 .main-wrapper .background-shape4 {
  width: 140px;
}
 .main-wrapper .background-shape5 {
  width: 165px;
}
 .main-wrapper .background-shape6 {
  width: 230px;
}
.main-wrapper .background-shape7 {
  width: 150px;
}
.main-wrapper .background-shape8 {
  width: 110px;
}
.main-wrapper .background-shape9 {
  width: 230px;
}
.text{
  text-align: center;
}
.text h1 {
  font-family: stardustregular;
  font-size: 45px;
  padding: 10px;
  text-transform: none;
}

/*End Wrapper1*/
.main-wrapper2 h1 {
font-family: ProximaNovaLight;
font-size: 30px;
text-transform: none;
}
.main-wrapper2 p {
font-family: ProximaNovaLight;
font-size: 18px;
line-height: 30px;
margin: 5px 0 15px;
}
.main-wrapper2 code {
font-family: ProximaNovaLight;
font-size: 18px;
color: #000;
}
.main-wrapper {
  clear: both;
}
#wrapper .main-wrapper {
	padding-top: 64px;
}
.m-12 {
  margin: 12px 0;
}
.no-padding {
  padding: 0;
}
.padding-left-0 {
padding-left: 0px;
}
.padding-right-0 {
padding-right: 0px;
}
.padding-right-6 {
  padding-right: 6px;
}
.padding-left-6 {
  padding-left: 6px;
}

.main-wrapper-content h1 {
padding: 100px 0 0;
}
.break3 {
background:#f3f3f3;
height: 300px;
}
.slider-para p {
padding: 50px 0px  0px;
margin-top: 0px;
width: 45%;
}
.break3 h1 {
font-family: ProximaNovaLight;
font-size: 30px;
}
.break4 {
  background: #f3f3f3;
  height: 300px;
}
.break4 h1 {
  padding: 90px 0 0px;
  margin-top: 0px!important;
}
.break4 p {
font-family: ProximaNovaLight;
font-size: 18px;
line-height: 27px;
margin: 5px 0 0px;
}
.slider-para {
  padding: 0;

}
.slider-para1 p {
  line-height: 10px;
}
.main-wrapper-content button {
width: 200px;
height: 50px;
margin-top: 30px;
border-radius: 5px;
border: none;
background: #dedede;
font-family: ProximaNovaLight;
font-size: 18px;
color: #000;
}
.background-img {
background-image: url(../images/home_page_v2_web23.png);
background-repeat: repeat-x;
height: 300px;
width: 100%;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 20px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 20px
}
.see-picks {
    width: 200px;
    height: 50px;
    margin-top: 30px;
    border-radius: 5px;
    border: none;
    background: #dedede;
    font-family: ProximaNovaLight;
    font-size: 18px;
    color: #000;
    line-height: 50px;
    display: inline-block;

}
/*End wrapper2*/


footer {
background: #000;
color: #fff;
font-family: ProximaNovaLight;
}
footer h1 {
font-family: ProximaNovaBold;
font-size: 32px;
margin-bottom: 20px;
}
.label1 {
color: #999999;
font-size: 16px;
}
tbody tr {
line-height: 30px;
}
.list-social-icons a {
color: #b3b3b3;
background-color: transparent;
display: block;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 50px;
height: 50px;
font-size: 22px;
text-align: center;
line-height: 47px;
/*margin: 0 8px;*/
border: 1px solid #b3b3b3;
}
.list-social-icons img {
  width: 49px;
  height: 49px;
}
.list-social-icons li {
	padding-right: 0px;
	padding-left: 24px;
}
.footer h1 {
font-size: 22px;
font-family: ProximaNovaBold;
margin: 30px 0;
}
tbody>tr>td {
  padding-right: 5px;
  font-size: 16px;
}
footer ul>li p {
margin: 10px 0;
font-size: 14px;
color: lightgray;
}
.social-icon {
  text-align: right;
}
.social-icon ul {
  margin-top: 55px;
}
footer span {
font-size: 14px;
}
footer .top-footer {
  padding: 65px 0 60px;
}
footer h3 {
font-size: 18px;
margin-bottom: 25px;
}
.m40 {
  margin: 40px 0!important;
  border-top: 1px solid #333333;
}
.list-cuisines>ul>li{
  line-height: 30px;
}
.bottom-footer {
  padding: 41px 0;
  background: #171717;
}
.bottom-footer p {
  font-family: ProximaNovaLight;
  font-size: 14px;
  text-align: center;
}
.copyrigh-center {
  display: block;
  vertical-align: middle;
  padding: 12px;
}
.c3-sign {
  text-align: right;
}
.c3-sign img {
  width: 121px;
  height: 32px;
}
.footer-logo-img {
  line-height: 0px;
}
.footer-logo-img a {
	display: inline-block;
}
.footer-logo-img a:last-child {
	margin-left: 14px;
}

    /*End Home Page*/

      /*Start Here why page*/


      /*Banner Part Start*/
.people {
  background-image: url(../images/here_why_page_web.png);
  background-position: right;
  background-repeat: no-repeat;
  height: 465px;
  width: 100%;
  margin-top: 40px;
  background-size: contain;
}
.banner-text {
  margin: 92px 0 134px;
}
.banner-text h1 {
  font-family: ProximaNovaBold;
  font-size: 60px;
  color: #000000;
  margin-bottom: 55px;
}
.banner-text b {
  color: #ca1624;
}
.banner-text p {
  font-family: ProximaNovaLight;
  font-size: 20px;
  color: #000000;
}
.banner-inner-text, .banner-inner-text1 {
  margin: 15px 0;
}
.banner-inner-text1 p {
  font-family: ProximaNovaLight;
  font-size: 18px;
}
.engery-clr {
  font-size: 14px!important;
  margin: 5px 0;
  color: #8a8a80!important;
}
.banner .disp-flex {
  display: flex;
}
      /*Banner Part End*/

      /*start bar logo*/
.bar-logo {
  height: 114px;
  padding: 13px 0 25px;
  text-align: center;
}
.bar-logo ul li {
  display: inline-block;
  margin: 10px 15px;
  vertical-align: middle;
}
.bar-logo ul li img {
	width: 147px;
	height: auto;
}
.bar-bg-color {
  background-color: #fafafa;
}
      /*End Bar Logo*/

    /*start video part*/
.bullet-points {
  display: flex;
  margin: 5px 0;
}
.bullet-points img {
  padding-right: 22px;
}
.video-part {
  margin: 120px 0;
}
.main-video {
	display: block;
}
.main-video iframe {
	width: 97%;
	height: 300px;
}
.main-video img {
  width: 100%;
}
.video-right {
  margin: 51px 0 51px 40px;
}
.liketext {
  display: inline-block;
  vertical-align: baseline;
  padding: 6px 0;
  font-family: ProximaNovaLight;
  font-size: 20px;
  text-transform: capitalize;
}


    /*End bar logo part*/

    /*start order part*/
.order-for-you {
  font-size: 50px;
  font-family: ProximaNovaLight;
  text-align: center;
  margin: 100px 0 95px;
  line-height: 60px;
}
.order-for-you h2 a{
  color: #cb1725;
}
.order-for-you b {
  color: #000;
}
    /*End Order part*/

      /*Cuisines Part Start*/
.nav-cetner-text input {
  background: none;
  border: none;
  font-family: ProximaNovaLight;
  width: 300px;
  outline: none;
}
.search-icon img {
  width: 21px;
  height: 21px;
  display: inline-block;
    vertical-align: middle;
}
.nav-cetner-text input::placeholder {
	color: #b3b3b3;
}
.border-right {
  border-right: 1px solid #252525;
}
.location-icon {
  display: inline-block;
  margin: 19px 5px;
  font-size: 18px;
  font-family: ProximaNovaLight;
  float: left;
}
.location-icon img {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 22px;
}
.location-icon input {
	border: none;
	background-color: #000;
	color: #b3b3b3;
	outline: none;
}
.location-icon input::placeholder {
	color: #b3b3b3;
}

.location-icon input:hover {
  text-decoration: none;
}
.nav-bar{
  color: #fff;
  display: inline-block;
  float: right;
  padding: 13px 0px 13px 25px;
  border-left: 1px solid #252525;
}
.mob-search-icon a img {
  display: none!important;
}

  /*Nav Part End*/

.main-wrapper .cuisines-row{background-color: #fff}
.main-wrapper .inner-cuisines {
  background-repeat: no-repeat;
  background-size: cover;
  height: 294px;
  width: 100%;
}
.main-wrapper .cuisines1-img {
  background-image: url(../images/cuisine-img.png);
}
.main-wrapper .cuisines2-img{
  background-image: url(../images/cuisine-img2.png);
}
.main-wrapper .cuisines3-img{
  background-image: url(../images/cuisine-img3.png);
}
.background-shape10 {
  background-image: url(../images/america-text-background.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 59px;
  width: 153px;
  position: relative;
  top: 40%;
  margin: 0 auto;
}
.inner-search-bg {
	width: max-content!important;
	padding: 0 15px;
}
.america-text img {
  margin: 10px 15px;
}

  /*End Slider Part*/

.m-0-auto {
  float: none;
  margin: 0 auto;
}
.full-wrapper-restr {
  position: relative;
}
.bg-color {
  background: #f3f3f3;
}
.rest-list h2 {
  font-size: 25px;
  font-family: ProximaNovaBold;
  margin: 0 0 15px;
}
.rest-list span {
  color: #a7a7a7;
}
.rest-list {
 font-size: 14px;
font-family: ProximaNovaRegular;
}
.rest-list button {
  width: 225px;
  height: 50px;
  margin: 40px 0 0;
  background: #fdfdfd;
  border: 1px solid lightgray;
}
.rest-list button:hover, .rest-list button:focus {
  background: #f3f3f3;
}
.button-icon span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.button-icon a:hover, .button-icon:focus {
  background-color: #f3f3f3;
}
.button-icon img {
  width: 14px;
  height: 15px;
}
.see-menu-img {
  width: 11px;
  height: 15px;
}
.inner-restaurant {
  background: #fff;
  padding: 15px 0;
  border-bottom: 3px solid #d3d3d3;
  border-radius: 5px;
}
.restro-location .button-icon a{
  width: 50%;
}
.restro-location .button-icon {
  width: 100%;
}

.rest-list p {
  margin: 10px 0;
}
.rest-list p a {
  float: left;
  clear: both;
}
.restro-list h1 {
  font-size: 30px;
  float: left;
  font-family: ProximaNovaLight;
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 25px 0 22px;
}
.see-cuisines {
  margin: 35px 0 0;
  color: #000;
  text-decoration: underline;
  text-decoration-color: #bbb;
  font-family: ProximaNovaLight;
}
.see-cuisines:hover, .see-cuisines:focus {
	text-decoration: underline;
    outline: none;
    text-decoration-color: #bbb;
}
.restro-list a {
  float: right;
  color: #000;
}
.restro-list {
  margin: 20px 0;
}
.red-rebon {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: -40px;
}
.red-rebon img {
  width: 36px;
  height: 36px;
}
/*End Cuisines page*/

/*New Changes in Search Page*/

.full-wrapper-restr .inner-restaurant .mb-40 a {
  position:static;
  width:200px;
  height:175px;
}
.full-wrapper-restr .inner-restaurant .mb-40 img {
  position:absolute;
  top:0;
  bottom:0;
  left: 0;
  right: 0;
  margin:auto;
  max-height: 100%;
}
#dialog-form form input[type="text"] {
  margin: 6px 0 ;
}

.input-group-btn .btn{
    font-family: ProximaNovaRegular;
    font-size: 15px;
    height: 57px;
    background: #cb1725;
    color: #fff;
    border: none;
    width: 100%;
}
.input-group-btn .btn:hover, .input-group-btn .btn:focus, .input-group-btn .btn:active {
	background-color: #cb1725;
	color: #fff;
	outline: none;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset
{
  float: none !important;
}
.ui-dialog .ui-dialog-buttonpane button
{
  width:100%;
  background:#cb1725;
  color:#fff;
  margin: .5em .2em;
}
#dialog-form {
  padding-left: 10px;
  padding-right: 10px;
}
.ui-button .ui-icon:active, .ui-button .ui-icon:focus {
  background:#cb1725;
}
.ui-widget-content a {
    margin: 7px 0;
    vertical-align: middle;
    display: block;
    line-height: 20px;
    font-size: 14px;
	outline: none;
}
.ui-widget-content a:focus {
	text-decoration: none;
}
.location_section input[type=button] {
  width: 100%;
  margin: 10px 0;
  background: #cb1725;
  color: #fff;
  border: none;
  padding: .7em 1em;
  border-radius: 5px;
}
.ui-dialog .ui-dialog-content {
  height: auto!important;
}
.carousel-control.right, .carousel-control.left {
  background-image: none;
}
.slider-para1 {
  margin: 30px 0;
}
      /*Media Query*/

@media (min-width: 992px) and (max-width: 1199px) {
  .sandwich-text {
    width: 100%;
    text-align: center;
  }
  .sandwich-text img {
    width: 100%;
    margin: 13px 0;
  }
  .background-shape1 {
    max-width: 100%;
    padding: 0 10px;
  }
  .video-right {
    margin: 0px;
  }
  .order-for-you {
    margin: 50px 0;
  }
  .rest-list {
    display: block;
    width: 100%;
    text-align: center;
  }
  .restro-location {
    width: 100%;
  }
  .inner-restaurant {
    text-align: center;
  }
  .inner-restaurant .mb-40 {
    width: 100%;
  }
  .see-cuisines {
    float: right!important;
  }
  .red-rebon {
    top: 0px;
    right: -45px;
  }
  .bar-logo {
    height: auto;
  }
  .bullet-points {
    margin: 10px 0;
  }
  .rest-list p a {
    float: none;
  }
  .restro-location .button-icon {
    width: auto;
  }
  .main-video iframe {
	height: 250px;
}
}
@media (min-width: 992px) and (max-width: 1024px) {
  .left-line {
    padding: 7px 15px;
    margin-right: 0px;
  }
  .nav-cetner-text input {
    width: 250px;
  }
  .navbar-right a {
    padding: 10px 0;
  }
  .lock-img img {
    padding: 0px;
  }
}
@media (min-width: 991px) and (max-width: 1280px) {
  .navbar-nav {
    margin-top: 0px!important;
  }
}

@media  (min-width: 992px) and (max-width: 1460px){
  .banner .left-img {
    background-size: 100% 100% !important;

  }
  .banner .right-img {
    background-size: 100% 100% !important;

  }
  .dropdown-text a, .dropdown-text a:hover, .dropdown-text a:active {
    margin: 17px 5px;
  }
  .email-dorpdown a:hover {
	  margin: 0px;
  }
	.submenu-item a:hover {
	 margin: 0px;
  }
  .dropdown-menu:after {
  	right: 2px;
  }
  .cart-list:after {
  	right: 23px;
  }
  .logo-img {
  	padding: 7px 15px;
  	line-height: 0px;
  }
  .cart-list li, .cart-list li a {
  	margin: 0px!important;
  }
  .inner-cart-list .cart-details {
	  padding-top: 5px;
	  padding-bottom: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1173px) {
  .navbar-right a {
    padding: 7px 10px;
  }
  .lock-img {
	margin: 7px 2px!important;
  }
  .dropdown-text a {
    font-size: 16px;
  }
  .collapse>.nav-cetner-text {
    font-size: 16px;
    padding: 0px;
	margin: 20px 0;
  }
  .cart-list:after {
  	right: 0px;
  }
}
@media (min-width: 991px) {
	.left-line .dropdown-text {
		float: right!important;
	}
}



/*Menus Page css*/
#inner_page .st7 {
  margin: 100px 0!important;
}




#learn_more_links{background: #000}

/*//27-2-19*/

#mid-div p{

  font-family: ProximaNovaLight;
  font-size: 18px;
}

#mid-div{

  background-color: #fafafa;
  padding: 120px 0px 145px;
}

#mid-div .icons-mid img{

  margin-bottom: 30px;
}

.flex-center{

  display: flex;
  align-items: center;
  justify-content: center;
}

.min-160{

  min-height: 160px;
}

.mb-85{

  margin-bottom: 85px;
}

.flex{

  display: flex;
}

.h-460{

  height: 460px;
}

#company-serve{

  padding: 100px 0px;
}

#company-serve{

  font-size: 44px;
  font-family:  ProximaNovaLight;
}

.mb-35{

  margin-bottom: 35px;
}

#my-Carousel .left, #my-Carousel .right{

  width: 100%;
  float: none;
}

/* //28-2-19 */
.break3 {
background:transparent;
height: auto;
}

