@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
body {background-color: #FFFFFF;}
html body, body ul, body li, body p {font-family: 'Abel', sans-serif;}
body h1, body h2, body h3, body h4, body h5, body h6 {font-family: 'Bebas Neue', cursive; font-weight: normal;}
body, html
{
  overflow-x: hidden;
}
/* hide mobile nav inside cart modal */
#cart-modal .modal-body-content .mobile_nav_buttons {
  display: none !important;
}

.modal-header .close { margin-top: -22px; }

/* desaturate media images */
.media-desaturate, .desaturate {
  -webkit-filter: grayscale(1); 
  -webkit-filter: grayscale(100%);
  filter: gray; 
  filter: grayscale(100%);
}

/* promo coupons on confirmation page */
.promo-coupon .promo-coupon-body {
  border: 2px dashed #333333;
  margin-bottom: 0px;
}

.promo-coupon .promo-coupon-clip {
  padding-right: 20px;
  background: transparent url('../img/coupon-scissors.png') no-repeat top right;
  width: 100%;
  height: 40px;
}


/* featured dish on restaurants page */
.featured-dish {
  position: relative;
  height: 102px;
  overflow: hidden;
}

.featured-dish .featured-dish-logo {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 102px;
  padding: 16px;
  display: none;
  background-color: #FFFFFF;
  z-index: 3;
}

a:hover .featured-dish .featured-dish-logo {
  display: block !important;
}

.featured-dish .featured-dish-img {
  position: absolute;
  top: 0px;
  z-index: 1;
}

.featured-dish .featured-dish-caption {
  position: absolute;
  display: inline-block;
  bottom: 0px;
  width: 100%;
  color: #FFFFFF;
  padding: 5px 10px;
  font-size: 16px;
  text-shadow: 1px 1px 1px #000;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 76%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(76%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 76%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 76%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 76%,rgba(0,0,0,0.65) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 76%,rgba(0,0,0,0.65) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-8 */
  z-index: 2;
}

.featured-additional-info {
  padding-bottom: 0px;
  padding-top: 70px;
}

a:visited > .panel {
  border-color: #DDDDDD;
}

.media-body small {
  color: #000000;
}

@media (max-width: 768px){
	body {
		margin-bottom: 45px;
	}

	.featured-additional-info {
		padding-top: 10px
	}

}

.img-thumbnail, .thumbnail {
	background-color: transparent !important;
}

.bold {
	font-weight: bold;
}

footer {
	margin-top: 20px;
	min-height: 100px;
	padding: 10px;
}

.panel .hover:hover {
	cursor: pointer;
}

.field_error {
	margin-top: 5px;
	font-size: 10px;
}

.horizontal_pad_5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.font_size_10 {
	font-size: 10px !important;
}

img.lazy {
	background-color: white;
}

img.dietary_label {
	margin-right: 5px;
	max-width: 16px;
	vertical-align: middle;
}

/* Bootstrap Styles */
label.optional {
	font-weight: normal;
}

label.checkbox:hover {
	cursor: pointer;
}

.table-hover {
	cursor: pointer;
}

label.underline_dash {
	border-bottom: 1px dashed;
}

.navbar {
	border-radius: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	margin-bottom: 0px;
	font-weight: bold;
}

.navbar-toggle {
	margin-top: 10px !important;
}

.navbar-header .btn{
	margin-top: 10px;
	margin-right: 10px;
}

/*Main-Css*/

.main-head {width: 100%; display: inline-block; position: relative; top: 15px;  left: 0;  z-index: 10;}
.home-main .main-head {position: absolute; top: 34px;}
header.header-custom {margin-bottom: 40px;}
.home-main header.header-custom {
    margin-bottom: 0;
    width: 100%;
    position: relative;
}
.main-head .logo {padding: 0; position: relative; float: left;}
.main-head .login-menu {right: 0; top: 0;}
.main-head .app-buttons {position: relative; right: 0; top: 0;}
.head-right {position: absolute; right: 0;}
.main-head .app-buttons {position: relative; margin-right: 40px; top: -4px; display: inline-block; vertical-align: middle;}
.main-head .login-menu {position: relative; display: inline-block; vertical-align: middle;}
.main-head .app-buttons img {width: 48px;}
.main-head .app-buttons a {width: auto; margin-left: 8px;}
.banner .carousel {border-bottom-right-radius: 150px; overflow: hidden;}
.banner-right {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
}
.banner .banner-content {
  left: 102px;
  width: 678px;
  position: relative;
  height: auto;
  margin: 175px 0 0;
}
.head-right {position: absolute; right: 0; top: 11px;}
.head-right .login-menu a {letter-spacing: -0.5px;height: auto; font-weight: normal; padding: 20px 23px 20px 30px; background-color: #c19f68; font-size: 22px; text-transform: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; box-shadow: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; border-bottom-left-radius: 30px; line-height: normal;}
.banner .carousel img {width: 100%; height: 100%;}
.banner-content h2 {
  color: #262826;
  font-size: 101px;
  line-height: 78px;
  margin-bottom: -5px;
}
.banner-content h2 strong {font-weight: normal;}
.banner-content .banner-subtite {color: #7a1132; font-weight: normal; font-size: 49px; letter-spacing: 0; position: relative;}
.banner-content .banner-subtite:after {width: 77px; height: 10px; content: ""; position: absolute; right: -95px; background: url(../images/border-pattern-img.png) center no-repeat; top: 26px;}
.banner-right:before {width: 238px; height: 272px; content: ""; background: url(../images/circle-pattern.png) left top no-repeat; background-size: contain; position: absolute; top: 0; left:0; display: inline-block;} 
.banner-content .banner-form input[type='text'] {height: 72px; background: url(../images/location-icon.png) 30px center no-repeat; border: 1px solid #7a1132; border-radius: 36px; padding-left: 68px;}
.banner-content .banner-form .searchbutton {right: 1px; top: 0; background: #7a1132 url(../images/search-icon.png) 85% center no-repeat; color: #fff; border: none; padding: 5px 36px 5px 12px; line-height: 14px; font-size: 22px; border-radius: 4px; -webkit-border-radius: 35px; -moz-border-radius: 4px; font-weight: normal; text-transform: none; height: 72px; min-width: 174px; border-top-left-radius: 0; margin: 0;}
.banner-form p {
  font-size: 19.2px;
  line-height: 30px;
  margin-bottom: 22px;
  color: #262826;
  margin-top: 7px;
  display: inline-block;
  width: 100%;
}
form#address_form {margin-bottom: 54px;}
.banner-form p:last-child {margin-bottom: 18px;}
.theme-btn a {background: #1c91b3 url(../images/chat-icon.png) 85% center no-repeat; display: inline-block; font-size: 22px; padding: 22px 64px 22px 35px; color: #FFFFFF; display: inline-block; border-radius: 30px; border-top-left-radius: 0;}
.theme-btn a:hover {background-color: #7a1132; color: #FFFFFF;}
section, footer.footer-row {width: 100%; float: left;}
footer.footer-row {
  padding: 0;
  position: relative;
}
.footer-row .browse-contents {background-color: #262826;}
.footer-row .browse-contents .panel-default>.panel-heading h4 a.collapsed
{
  background: #262826;
}
.footer-row .browse-contents .panel-default>.panel-heading h4 a:hover,
.footer-row .browse-contents .panel-default>.panel-heading h4 a {background-color: #7a1132;}

.footer-row .browse-contents .panel-default > .panel-heading h4 {
  font-size: 22px;
  font-family: 'Abel', sans-serif;
}
.footer-row .browse-contents .panel-default>.panel-heading h4 a {
    padding: 24px 28px;
    font-weight: normal;
}

.head-right-text {
  display: inline-block;
  font-size: 20px;
  color: #404040;
  margin-right: 30px;
   vertical-align: middle;
}
.resturants-contents-outer {
  padding: 257px 0 150px;
  position: relative;
  z-index: 9;
}
.resturants-contents-outer::before {
  position: absolute;
  content: "";
  height: 784px;
  width: 784px;
  border: 133px solid #2997b7;
  left: -20%;
  top: 20%;
  border-radius: 50%;
  opacity: .08;
}
.resturants-contents-outer::after {
  position: absolute;
  content: "";
  height: 300px;
  width: 300px;
  border: 53px solid #ffdfe0;
  right: -150px;
  top: -00px;
  border-radius: 50%;
  opacity: .3;
  z-index: -1;
}
.resturants-content-spacing {
  padding: 0 30px;
}
.resturants-content-inner {
  border: 1px solid #7a1132;
  text-align: center;
  padding: 160px 40px 40px;
  background: #fff;
  border-radius: 0 50px 50px 50px;
}
.resturants-img {
  position: absolute;
  width: 250px;
  left: 0;
  top: -125px;
  border-radius: 50%;
  right: 0;
  margin: auto;
  border: 32px solid #fff;
}
.resturants-img-inner {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.resturants-img-inside {
  border-radius: 50%;
}
.resturants-img-icon {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 3;
}
.resturants-content h3 {
  font-size: 33px;
  letter-spacing: 0.5px;
   color: #7a1132;
  padding-bottom: 20px;
}
.resturants-img-inner::before {
  content: "";
  background: #000;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: .2;
  left: 0;
  top: 0;
}
.resturants-img-inner::after {
  width: 88%;
  height: 88%;
  content: "";
  border: 2px solid #fff;
  position: absolute;
  opacity: 0.32;
  background: no-repeat;
  border-radius: 50%;
  left: 6%;
  top: 6%;
}
.resturants-content p {
  font-size: 18px;
  color: #3d3e3d;
  line-height: 29px;
  padding: 0 0 40px 0px;
  margin-bottom: 0;
  min-height: 129px;
}
.resturants-content a {
  font-size: 17px;
  font-family: 'Bebas Neue', cursive;
  letter-spacing: 1px;
  color: #7a1132;
  width: 100%;
  position: relative;
  display: inline-block;
  margin-top: 22px;
}
.resturants-content a img {
  position: absolute;
  right: 0;
  margin: 7px 0 0;
   
}

.resturants-content-inner:hover
{
  background: #7a1132;
}
.resturants-content-inner2 {
  border-color: #1c91b3;
}
.resturants-content-inner2 .resturants-content h3,
.resturants-content-inner2 .resturants-content a
{
  color: #1c91b3;
}
.resturants-content-inner2:hover
{
  background: #1c91b3;
}
.resturants-content-inner3 {
  border-color: #c19f68;
}
.resturants-content-inner3 .resturants-content h3,
.resturants-content-inner3 .resturants-content a
{
  color: #c19f68;
}
.resturants-content-inner3:hover
{
  background: #c19f68;
}
.resturants-content-inner:hover .resturants-content h3,
.resturants-content-inner:hover .resturants-content p,
.resturants-content-inner:hover .resturants-content a
{
  color: #fff !important;
}
.resturants-content-inner:hover .resturants-content img
{
  filter: brightness(100)  !important;
  -webkit-filter: brightness(100) !important;

}
.resturants-content-inner:hover .resturants-content a img
{
   -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite;
}

/*how order start*/
.how-order-outer {
  text-align: center;
  padding: 0 0 120px 0;
  position: relative;
}
.how-order-outer::before {
  content: "";
  position: absolute;
  right: 0;
  top: -400px;
  height: 545px;
  width: 225px;

  background: url(../images/side-plate.png) no-repeat center right;
   background-size: contain;
}
.how-order-top h4 {
  font-size: 72px;
  color: #262826;
}
.how-order-top .tagline {
  color: #1c91b3;
  font-size: 24px;
  padding: 10px 0 30px;
}
.how-order-bottom {
  padding: 0 15%;
}
.how-order-bottom h5 {
  background: #7a1132;
  color: #fff;
  padding: 12px 40px 7px;
  display: inline-block;
  font-size: 17px;
  font-family: 'Bebas Neue', cursive;
  letter-spacing: 1px;
  margin-bottom: 20px;
  border-radius: 0 20px 20px 20px;
}
.how-order-bottom h5 span
{
  font-size: 30px;
  display: block;
}
.how-order-spacing {
  padding: 0 6%;
}
.how-order-image {
  width: 137px;
  height: 137px;
  display: inline-block;
  text-align: center;
  padding:35px 0 0 0;
  border: 1px solid rgba(197,197,197,0.4);
  border-radius: 50%;
  margin: 0 0 12px;
  box-shadow: 0 0 10px rgba(197,197,197,0.4) !important;
}
.how-order-spacing p {
  color: #262826;
  font-size: 24px;
  margin: 0;
}
/*how order end*/
.people-saying-outer {
  text-align: center;
  padding: 0 0 90px 0;
}
.people-saying-inner {
  background: #e2e0dd;
  border-radius: 0 0px 00px 110px;
  padding: 50px 0 121px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center right;
}
.own-restourant-right .own-restourant-inner h3,
.own-restourant-right .own-restourant-inner p
{
  color: #262826;
}
.own-restourant-right  .own-restourant-icon {
  background: #7a1132;
}

/**/
.testimonials-outer {
  padding: 0 18% 0;
}
.testimonials-text-spacing .testimonials-inner img {
  width: auto;
  display: inline-block;
}
.testimonials-text-spacing {
  float: left;
  width: 100%;
  padding: 0 3%;
}
.testimonials-inner {
  background: #fff;
  padding: 44px 35px 63px;
  border-radius: 0px 50px 50px 50px;
}
.testimonials-inner p {
  font-size: 20px;
  line-height: 28px;
  color: #3d3e3d;
  margin: 0;
  padding: 27px 0 17px;
}
.own-restourant-left {
  background: url(../images/restourant-owner.png) no-repeat center;
  background-size: cover;
  text-align: right;
  border-radius: 0 170px 0 0;
  overflow: hidden;
}
.own-restourant-left::before
{
  content: "";
  position: absolute;
  left: 0;
  top:0;
  height: 100%;
  width: 100%;
  background: rgba(20,20,20,0.44);
}
.own-restourant-inner {
  position: relative;
  z-index: 1;
  width: 646px;
  display: inline-block;
  text-align: center;
  padding: 136px 100px 120px;
}
.own-restourant-icon {
  display: inline-block;
  padding: 53px;
  background: #ffff;
  border-radius: 0 35px 35px;
}
.own-restourant-inner h3 {
  color: #fff;
  font-size: 51px;
  padding: 50px 0 20px;
}
.own-restourant-inner p {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 40px;
}
.own-restourant-inner a {
  font-size: 20px;
  color: #fff;
  background: #c19f68;
  padding: 22px 31px 22px;
  display: inline-block;
  border-radius: 0 30px 30px;
}
.own-restourant-inner a:hover,
.own-restourant-inner a:focus
{
  color: #fff;
  background: #7a1132;
}
.own-restourant-inner a img {
  margin: 0 0 0 10px;
}

.contact-detail-outer {
  padding: 80px 0;
}
.contact-detail-inner h5 {
  font-size: 26px;
  width: 100%;
  color: #262826;
  padding: 0 0 10px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid rgba(40,40,40,0.1);
}
.contact-detail-inner {
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.contact-detail-inner img
{
  margin: 0 17px 0 0;
}
.contact-detail-hour {
  width: 33%;
  color: #1c91b3;
  font-size: 19.54px;
  padding: 0 10px 0 0;
}
.contact-detail-hour span {
  font-size: 16px;
  color: #262826;
  display: block;
}
.contact-detail-inner p {
  color: #0a0b0a;
  font-size: 16px;
}
.contact-detail-inner p a
{
  color: #0a0b0a;
}
.contact-detail-outer
{
  position: relative;
}
.contact-detail-outer::after {
  position: absolute;
  content: "";
  height: 500px;
  width: 500px;
  border: 88px solid #7a1132;
  right: -250px;
  top: 0%;
  border-radius: 50%;
  opacity: .1;
}
.footer-outer {
  background: #0c0c0c;
  text-align: center;
  padding: 37px 0 88px;
}
.social-icons ul {
  display: inline-block;
}
.social-icons li {
  float: left;
  margin: 0 5px;
}
.footer-links {
  padding: 20px 0 20px;
}
.footer-links ul {
  display: inline-block;
}
.footer-links li {
  float: left;
  font-size: 19px;
  padding: 0 22px 0;
  position: relative;
  color: #fff;
}
.footer-links li::after
{
  content: "-";
  position: absolute;
  right: -2px;
  top: 0;
}
.footer-links li:last-child::after
{
  display: none;
}
.footer-copyright {
  font-size: 19px;
  color: #505450;
  padding: 8px 0 0 0;
}
.footer-outer::before {
  content: "";
  position: absolute;
  right: 3%;
  top: 9%;
  background: url(../images/footer-cartoon.png) no-repeat center;
  width: 325px;
  height: 242px;
  background-size: contain;
}
.social-side-icons {
  position: absolute;
  right: 30px;
  top: -213px;
  z-index: 9;
}
.social-side-icons li {
  margin: 8px 0px;
}
.social-side-icons a
{
  margin: 0 5px;
  position: relative;
  display: inline-block;

}
.social-side-icons a img,
.social-icons li a img
{
  transition: .3s all ease;
  border-radius: 50%;
  /*box-shadow: 0 0 0px #7a1132 !important;
  -webkit-transition: .3s all ease;*/
}
/*.social-side-icons a:hover img,
.social-icons li a:hover img
{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  box-shadow: 0 0 10px #0000008f !important;
}*/
.banner-slider {
  height: 100%;
}

@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
body .footer {
    width: 100%;
    display: inline-block;
    margin-bottom: -5px;
}
body .logo a {width: auto;}
body .login-menu a:hover, body .login-menu a:focus {background-color: #000 !important;}
.head-right .login-menu .dropdown-menu li a:hover {
    color: #c19f68;
}
.head-right .login-menu .dropdown-menu li a {
    padding: 5px 16px;
    font-size: 18px;
}
.head-right .login-menu .dropdown-menu li a {
    background: none !important;
    box-shadow: none !important;
}
.head-right .login-menu .dropdown-menu {
    width: 148px;
    right: 0;
    left: auto;
    min-width: auto;
    background-color: #fff;
}
li.dropdown.logged-in.open a {
    border-radius: 0;
}
.footer-copyright a {
    text-decoration: underline;
}
.footer-copyright a:hover
{
  text-decoration: none;
}
.banner-form form:focus-within input[type='text'] {
    background: #dcdcdc40 url(../images/location-icon.png) 30px center no-repeat;
}
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.social-side-icons a {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.app-buttons a:hover, .app-buttons a:focus, .app-buttons a:active, 
.social-side-icons a:hover, .social-side-icons a:focus, .social-side-icons a:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
div#about_us .panel-body {
    padding: 1px;
    border: none;
}
.section-title span {
    color: #262826;
    text-transform: none;
    font-family: 'Bebas Neue', cursive;
}
a#find-me-button {
    background-color: #1c91b3;
    border-color: #1c91b3;
}
body .restaurant-card-wrapper .restaurant-card .restaurant-card-info-wrapper .restaurant-card-info .restaurant-card-title {
    font-size: 16px;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .menu-heading-row.row {
    background-color: #1c91b3;
    border-radius: 30px;
}
/*Main-Css-End*/

@media (min-width: 768px) {
body .container {
    width: 750px;
}
}
@media (min-width: 992px) {
body .container {
    width: 970px;
}
}
@media (min-width: 1200px) {
body .container {
    width: 1170px;
}
}
@media (min-width: 1380px) {
body .container {
    width: 1350px;
}
}

@media (min-width: 768px) and (max-width: 1050px){
	.navbar-nav a, .navbar-right a{
		font-size: 10px;
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
}

#main_container {
	padding-top: 20px;
}

.radio label, .checkbox label {
	padding-left: 5px;
}

.date .input-group-addon {
	cursor: pointer;
}

.img-thumbnail {
	padding: 0px !important;
}

.well > h3:first-child, .panel-body > h3:first-child {
	margin-top: 0px;
}

#main_restaurant_links .img-thumbnail {
	margin-bottom: 5px;
}

.margin_top_0 {
	margin-top: 0px !important;
}

.estore_panel {
	font-weight: bold;
	text-align: center;
}

/*** custom checkboxes ***/
input[type=radio], input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=radio] + span:before, input[type=checkbox] + span:before {
  font-family: FontAwesome;
  display: inline-block;
}

input[type=radio] + span:before { content: "\f10c"; } /* unchecked icon */
input[type=radio] + span:before { letter-spacing: 10px; } /* space between checkbox and label */
input[type=radio]:checked + span:before { content: "\f05d"; } /* checked icon */
input[type=radio]:checked + span:before { letter-spacing: 10px; } /* allow space for check mark */

input[type=checkbox] + span:before { content: "\f096"; } /* unchecked icon */
input[type=checkbox] + span:before { letter-spacing: 10px; } /* space between checkbox and label */
input[type=checkbox]:checked + span:before { content: "\f046"; } /* checked icon */
input[type=checkbox]:checked + span:before { letter-spacing: 10px; } /* allow space for check mark */

.checkbox-inline-menu {
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
    vertical-align: middle;
	margin-top: 5px !important;
}

.alert-danger a {
  color: #0645AD;
}

.no-padding {
  padding: 0px !important;
}

#restaurant_filter_area {
  padding: 5px;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
}


/* wizard steps */
.bs-wizard { margin-top: 40px; margin-bottom: -10px; border-bottom: 0 !important; padding: 0 0 10px 0; }
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum { color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info { color: #999; font-size: 12px; padding: 0px 10px; }
.bs-wizard > .bs-wizard-step > .bs-wizard-dot { position: absolute; width: 30px; height: 30px; display: block; background: #5bc0de; top: 82px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50% !important;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #337ab7; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;  background: #EAEAEA; }
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; }
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #EAEAEA;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%; }
.bs-wizard > .bs-wizard-step.last.disabled > .progress { width: 50%; background: #EAEAEA; }
.bs-wizard > .bs-wizard-step.last.active > .progress { width: 100%; background: none; }
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
.bs-wizard > .bs-wizard-step .bs-wizard-timing { font-size: 12px; }

.store-link > .panel {
  height: 104px !important;
}

/* shopping cart */
.cart_content--cart_subtotal_divider {
  visibility: hidden;
}

.order_restaurant--info_tablist {
  display: none;
}


/* 2column template */
.order_restaurant--menu_item_container {
  padding: 0px;
  border: 1px dotted #BBBDBF;
}

.order_restaurant--menu_item_container:nth-child(odd) {
  border-top: none;
  border-left: none;
}

.order_restaurant--menu_item_container:nth-child(even) {
  border-top: none;
  border-left: none;
  border-right: none;
}

.order_restaurant--menu_item_container {
  transition: all 0.4s ease;
}

.order_restaurant--menu_item_container:hover {
  cursor: pointer;
  background-color: #ECECEC;
}

.restaurant_item--item_container .restaurant_item {
  padding: 10px;
  margin: 0px !important;
  border-bottom: 1px dotted #ccc;
}

/*.row-equal-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}*/

@media (max-width:767px) {
  .order_restaurant--menu_item_container:nth-child(odd) {
    border-left: none;
    border-right: none;
  }

  .row-equal-height {
    display: block;
  }
}


/* custom bootstrap overrides */
form .input,
form .textarea {
  position: relative;
  display: block;
  font-weight: 400;
}

form .icon-prepend {
  position: absolute;
  top: 6px;
  left: 5px;
  width: 30px;
  color:#A2A2A2;
  padding: 5px;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  text-align: center;
  border-right: 1px solid #BDBDBD;
}

form .icon-append {
  position: absolute;
  top: 6px;
  right: 5px;
  width: 30px;
  color:#A2A2A2;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  text-align: center;
  border-left: 1px solid #BDBDBD;
}

form .input input {
  width: 100%;
  padding: 10px 10px;
  color: #404040;
  border-width: 1px;
  border-style: solid;
  border-color: #BDBDBD;
  background: #fff;
  font: 14px/18px 'Open Sans',Helvetica,Arial,sans-serif;
}

form .icon-prepend + input, form .icon-prepend + textarea {
  padding-left: 40px;
}

form .icon-append + input, form .icon-append + textarea {
  padding-left: 10px;
  padding-right: 40px;
}

.hotel-panel {
  min-height: 105px;
}

.order_restaurant--dietary_filters {
	margin: 0 0 10px 0;
}

.input-fill {
  width: 100%;
}
.input-nearfill {
  width: 90%;
}

.typeahead {

  z-index: 2147483647;
}

#page_content #search-container {

  overflow: visible !important;
}

span.address_autocomplete_entry {

  font-size: 14px;
  color: #666666;
}

span.address_autocomplete_entry > i {

  font-size: 36px;
  color: #7a1132;
  float: left;
  margin-right: 10px;
}

ul.typeahead.dropdown-menu > .active > a, ul.typeahead.dropdown-menu > .active > a:hover, ul.typeahead.dropdown-menu > .active > a:focus {

  background-color: #DDDDDD !important;
}

ul.typeahead.dropdown-menu > li {

  border-bottom: 1px solid #DDDDDD;
}

#av-modal .modal-lg {

  width: 500px;
}

@media (max-width: 767px) {

  #av-modal .modal-lg {
    width: auto;
  }
  #av-modal .modal-lg .btn {
    margin: 1ex;
  }
  .main-head .app-buttons {
    margin-right: 7px;
    vertical-align: top;
    padding-top: 3px;
}
}
.banner {padding: 0 !important; background: none !important; background-position: center bottom; margin-top: 0 !important;}
body .app-buttons a:hover {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}
body #time-modal #when_panel_form .time .input-group-addon {border-radius: 50%;}
body #time-modal form input.form-control, body #time-modal form select.form-control {
    border-radius: 45px !important;
}
body #time-modal .address #find-me-button, body #time-modal #when_panel_form .date .input-group-addon {
    border-radius: 50%;
}
body #time-modal .address input {
    margin-left: 52px;
}
.input-group.date .form-control, .input-group.time .form-control {
    width: 95%;
}
/*Media-Css*/

@media (min-width:1601px) and (max-width:1800px)
{

}
@media (min-width:1401px) and (max-width:1600px)
{
.banner .banner-content {
  left: 72px;
  width: 538px;
  margin: 85px 0 0;
}
.logo a {
  display: inline-block;
  width: 360px;
}
.main-head {
  top: 14px;
}
.head-right {
  top: 0;
}
.head-right .login-menu a {
  padding: 16px 23px 16px 30px;
  font-size: 19px;
  border-bottom-left-radius: 21px;
  line-height: 19px;
}
.banner-content h2 {
  font-size: 91px;
  line-height: 71px;
  margin-bottom: -5px;
}
.banner-content .banner-subtite {
  font-size: 42px;
}
.banner-right::before {
  width: 150px;
  height: 172px;
}
form#address_form {
  margin-bottom: 24px;
}
.footer-outer::before {
  width: 255px;
}
.contact-detail-outer::after {
  height: 400px;
  width: 400px;
  border: 75px solid #7a1132;
  right: -200px;
}
.people-saying-outer .container {
  max-width: 100%;
  padding: 0 40px;
}
}

@media (min-width:1200px) and (max-width:1400px)
{
.banner .banner-content {
  left: 42px;
  width: 493px;
  margin: 85px 0 0;
}
.banner-form {
  margin: 10px 0 14px;
}
.main-head .app-buttons img {
  width: 38px;
} 
.main-head .app-buttons {
  margin-right: 17px;
  top: 0;
}
.head-right-text {
  font-size: 17px;
  margin-right: 20px;
}
.logo a {
  display: inline-block;
  width: 360px;
}
.main-head {
  top: 14px;
}
.head-right {
  top: 0;
}
.head-right .login-menu a {
  padding: 11px 23px 13px 30px;
  font-size: 19px;
  border-bottom-left-radius: 21px;
  line-height: 19px;
}
.banner-content h2 {
  font-size: 71px;
  line-height: 51px;
  margin-bottom: 0px;
}
.banner-content .banner-subtite {
  font-size: 33px;
}
.banner-content .banner-form input[type="text"] {
  height: 59px;
}
.banner-content .banner-form .searchbutton {

  line-height: 14px;
  font-size: 20px;
  height: 59px;
  min-width: 157px;
}
.banner-right::before {
  width: 120px;
  height: 142px;
}
form#address_form {
  margin-bottom: 24px;
}
.banner-form p {
  font-size: 17.2px;
  line-height: 26px;
  margin-bottom: 18px;
  margin-top: 3px;
}
.theme-btn a {
  font-size: 21px;
  padding: 18px 64px 18px 35px;
}
.footer-outer::before {
  width: 195px;
}
.contact-detail-outer::after {
  height: 340px;
  width: 340px;
  border: 62px solid #7a1132;
  right: -180px;
}
.contact-detail-outer {
  padding: 50px 0;
}
.resturants-contents-outer {
  padding: 177px 0 100px;
}
.people-saying-outer .container {
  max-width: 100%;
  padding: 0 40px;
}
.resturants-content-spacing {
  padding: 0 15px;
}
.resturants-content-inner {
  padding: 160px 30px 40px;
}
.resturants-img {
  width: 210px;
  top: -105px;
  border: 22px solid #fff;
}
.resturants-contents-outer::before {
  height: 584px;
  width: 584px;
  border: 83px solid #2997b7;
  left: -40%;
  top: 10%;
}
.own-restourant-inner {
    width: 575px;
    padding: 136px 55px 120px;
}
.footer-links li {
  font-size: 16px;
  padding: 0 17px 0;
}
body .logo a {
    width: 328px;
}
}
@media (min-width:992px) and (max-width:1199px)
{
.banner .banner-content {
  left: 40px;
  width: 413px;
  margin: 55px 0 0;
}
.banner-form {
  margin: 10px 0 14px;
}
.main-head .app-buttons img {
  width: 38px;
} 
.main-head .app-buttons {
    margin-right: 17px;
    top: 0;
    width: auto;
}
.head-right-text {
  font-size: 17px;
  margin-right: 20px;
}
.logo a {
  display: inline-block;
  width: 360px !important;
}
.main-head {
  top: 14px;
}
.head-right {
  top: 0;
}
.head-right .login-menu a {
  padding: 11px 23px 13px 30px;
  font-size: 19px;
  border-bottom-left-radius: 21px;
  line-height: 19px;
}
.banner-content h2 {
  font-size: 71px;
  line-height: 51px;
  margin-bottom: 0px;
}
.banner-content .banner-subtite {
  font-size: 33px;
}
.banner-content .banner-form input[type="text"] {
  height: 59px;
}
.banner-content .banner-form .searchbutton {

  line-height: 14px;
  font-size: 20px;
  height: 59px;
  min-width: 157px;
}
.banner-right::before {
  width: 120px;
  height: 142px;
}
form#address_form {
  margin-bottom: 24px;
}
.banner-form p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
    margin-top: 3px;
}
.theme-btn a {
  font-size: 21px;
  padding: 18px 64px 18px 35px;
}
.footer-outer::before {
  width: 155px;
  top: 101px;
}
.contact-detail-outer::after {
  height: 340px;
  width: 340px;
  border: 62px solid #7a1132;
  right: -180px;
}
.contact-detail-outer {
  padding: 40px 0;
}
.resturants-contents-outer {
  padding: 157px 0 80px;
}
.people-saying-outer .container {
  max-width: 100%;
  padding: 0 40px;
}
.resturants-content-spacing {
  padding: 0 15px;
}
.resturants-content-inner {
  padding: 120px 20px 25px;
}
.resturants-img {
  width: 180px;
  top: -82px;
  border: 15px solid #fff;
}
.resturants-content h3 {
  font-size: 29px;
  padding-bottom: 11px;
}
.resturants-content p {
  font-size: 16px;
  line-height: 26px;
  padding: 0 0 17px 0px;
  min-height: 129px;
}
.resturants-contents-outer::before {
  height: 404px;
  width: 404px;
  border: 83px solid #2997b7;
  left: -20%;
  top: 10%;
}
.own-restourant-inner {
  width: 456px;
  padding: 96px 40px 90px;
}
.own-restourant-icon {
  padding: 33px;
}
.own-restourant-inner h3 {
  font-size: 41px;
  padding: 27px 0 7px;
}
.own-restourant-inner p {
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 27px;
}
.own-restourant-inner a {
  font-size: 18px;
  padding: 17px 27px 18px;
}
.footer-links li {
  font-size: 16px;
  padding: 0 17px 0;
}
.how-order-top h4 {
  font-size: 52px;
}
.how-order-top .tagline {
  font-size: 19px;
  padding: 1px 0 21px;
}
.how-order-bottom {
  padding: 0 10%;
}
.how-order-spacing p {
  font-size: 19px;
}
.people-saying-inner {
  padding: 50px 0 71px;
  background-size: 300px;
  background-position: top right;
}
.testimonials-outer {
  padding: 0 8% 0;
}
.testimonials-inner p {
  font-size: 17px;
  line-height: 26px;
  padding: 22px 0 9px;
}
.contact-detail-inner h5 {
  font-size: 23px;
  padding: 0 0 7px;
  margin: 0 0 10px 0;
}
.contact-detail-inner img {
  margin: 0 10px 0 0;
  width: 28px;
}
.contact-detail-inner p {
  font-size: 14px;
}
.contact-detail-hour {
  font-size: 16.54px;
}
.contact-detail-hour span {
  font-size: 12px;
}
.footer-row .browse-contents .panel-default > .panel-heading h4 a {
  padding: 18px 18px;
}
.footer-row .browse-contents .panel-default > .panel-heading h4 {
  font-size: 19px;
}
.footer-copyright {
  font-size: 16px;
}
.footer-outer {
  padding: 32px 0 98px;
}
.social-icons li img,
.social-side-icons li img {
  width: 34px;
}
.social-side-icons {
  right: 20px;
  top: -133px;
}
.how-order-outer::before {
  top: -160px;
  height: 435px;
  width: 145px;
}
.testimonials-inner {
  padding: 36px 33px 46px;
}
.how-order-outer {
  padding: 0 0 80px 0;
}
.banner .carousel {width: 50% !important;}
.banner-right {width: 50% !important;}
.banner-right {height: auto !important; padding: 0 !important;}
}
@media (min-width:768px) and (max-width:991px)
{
.banner {
  height: 500px !important;
}
.banner .banner-content {
  left: 26px;
  width: 343px;
  margin: 45px 0 0;
}
.banner-form {
  margin: 10px 0 14px;
}
.main-head .app-buttons img {
  width: 30px;
}
.main-head .app-buttons {
    margin-right: 17px;
    top: 0;
    width: auto;
}
.head-right-text {
  font-size: 15px;
  margin-right: 6px;
}
.logo a {
  display: inline-block;
  width: 260px;
}
.main-head {
  top: 14px;
}
.head-right {
  top: 0;
}
.head-right .login-menu a {
  padding: 6px 17px 11px 21px;
  font-size: 16px;
  border-bottom-left-radius: 21px;
  line-height: 17px;
}
.banner-content h2 {
  font-size: 54px;
  line-height: 38px;
  margin-bottom: 0px;
}
.banner-content .banner-subtite {
  font-size: 30px;
}
.banner-content .banner-subtite::after {
  top: 18px;
}
.banner-content .banner-form input[type="text"] {
  height: 49px;
  font-size: 16px;
  padding-left: 43px;
  padding-right: 130px;
  background-size: 13px;
  background-position: 18px center;
}
.banner-content .banner-form .searchbutton {
  line-height: 14px;
  font-size: 17px;
  height: 49px;
  min-width: 119px;
  background-size: 14px;
}
.banner-right::before {
  width: 120px;
  height: 142px;
}
form#address_form {
  margin-bottom: 24px;
}
.banner-form p {
  font-size: 16.2px;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 3px;
}
.theme-btn a {
  font-size: 19px;
  padding: 13px 64px 16px 35px;
}
.footer-outer::before {
  width: 105px;
  top: 91px;
}
.contact-detail-outer::after {
  height: 340px;
  width: 340px;
  border: 62px solid #7a1132;
  right: -180px;
}
.contact-detail-outer {
  padding: 40px 0;
}
.resturants-contents-outer {
  padding: 127px 0 80px;
}
.people-saying-outer .container {
  max-width: 100%;
  padding: 0 40px;
}
.resturants-content-spacing {
  padding: 0 15px;
}
.resturants-content-inner {
  padding: 90px 10px 25px;
  border-radius: 0 30px 30px 30px;
}
.resturants-img {
  width: 140px;
  top: -69px;
  border: 12px solid #fff;
}
.resturants-content h3 {
  font-size: 25px;
  padding-bottom: 6px;
}
.resturants-content p {
  font-size: 15px;
  line-height: 22px;
  padding: 0 0 17px 0px;
  min-height: 117px;
}
.resturants-contents-outer::before {
  height: 364px;
  width: 364px;
  border: 43px solid #2997b7;
  left: -30%;
  top: 4%;
}
.own-restourant-inner {
  width: 332px;
  padding: 56px 0px 50px;
}
.own-restourant-icon {
  padding: 24px;
}
.own-restourant-icon img
{
  width: 40px;
}
.own-restourant-inner h3 {
  font-size: 33px;
  padding: 18px 0 5px;
}
.own-restourant-inner p {
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 19px;
}
.own-restourant-inner a {
  font-size: 17px;
  padding: 13px 21px 13px;
}
.footer-links li {
  font-size: 15px;
  padding: 0 12px 0;
  float: none;
  display: inline-block;
}
.how-order-top h4 {
  font-size: 41px;
}
.how-order-top .tagline {
  font-size: 19px;
  padding: 1px 0 21px;
}
.how-order-bottom {
  padding: 0 10%;
}
.how-order-spacing p {
  font-size: 16px;
}
.people-saying-inner {
  padding: 50px 0 71px;
  background-size: 240px;
  background-position: top right;
}
.people-saying-outer {
  padding: 0 0 50px 0;
}
.own-restourant-left {
  border-radius: 0 90px 0 0;
}
.how-order-image {
  width: 107px;
  height: 107px;
  padding: 30px 0 0 0;
}
.how-order-image img {
  width: 50px;
}
.testimonials-outer {
  padding: 0 6% 0;
}
.testimonials-inner p {
  font-size: 16px;
  line-height: 25px;
  padding: 19px 0 12px;
}
.contact-detail-inner h5 {
  font-size: 23px;
  padding: 0 0 7px;
  margin: 0 0 10px 0;
}
.contact-detail-inner img {
  margin: 0 10px 0 0;
  width: 28px;
}
.contact-detail-inner p {
  font-size: 14px;
}
.contact-detail-hour {
  font-size: 16.54px;
}
.contact-detail-hour span {
  font-size: 12px;
}
.footer-row .browse-contents .panel-default > .panel-heading h4 a {
  padding: 18px 18px;
}
.footer-row .browse-contents .panel-default > .panel-heading h4 {
  font-size: 19px;
}
.footer-copyright {
  font-size: 16px;
}
.footer-outer {
  padding: 32px 0 98px;
}
.social-icons li img,
.social-side-icons li img {
  width: 34px;
}
.social-side-icons {
  right: 20px;
  top: -133px;
}
.how-order-outer::before {
  top: -160px;
  height: 435px;
  width: 145px;
}
.testimonials-inner {
  padding: 36px 33px 46px;
}
.how-order-outer {
  padding: 0 0 80px 0;
}
.banner .carousel {width: 50% !important;}
.banner-right {width: 50% !important;}
.banner-right {height: auto !important; padding: 0 !important;}
body .logo a {width: 306px !important;}
.home-main .main-head {top: 15px;}
}

@media (max-width:767px)
{
.banner .carousel {
  position: relative !important;
  width: 100% !important;
  height: 100%;
}
.banner-right {
  width: 100% !important;
  position: relative !important;
}
.banner .banner-content {
  left: 0;
  width: 100%;
  margin: 45px 0 0;
  padding: 0 5px;
}
.banner-form {
  margin: 10px 0 14px;
}
.main-head .app-buttons img {
  width: 30px;
}
.main-head .app-buttons {
  margin-right: 17px;
  top: 0;
  width: auto;
}
.head-right-text {
  font-size: 13px;
  margin-right: 6px;
  color: #fff;
}
.logo a {
  display: inline-block;
  width: 170px;
}
.main-head {
  top: 14px;
}
.head-right {
  top: 0;
}
.head-right .login-menu a {
  padding: 6px 17px 11px 21px;
  font-size: 16px;
  border-bottom-left-radius: 21px;
  line-height: 17px;
}
.banner-content h2 {
  font-size: 54px;
  line-height: 38px;
  margin-bottom: 0px;
}
.banner-content .banner-subtite {
  font-size: 30px;
}
.banner-content .banner-subtite::after {
  top: 18px;
}
.banner-content .banner-form input[type="text"] {
  height: 49px;
  font-size: 16px;
  padding-left: 43px;
  padding-right: 130px;
  background-size: 13px;
  background-position: 18px center;
}
.banner-content .banner-form .searchbutton {
  line-height: 14px;
  font-size: 17px;
  height: 49px;
  min-width: 119px;
  background-size: 14px;
}
.banner-right::before {
  width: 120px;
  height: 142px;
}
form#address_form {
  margin-bottom: 24px;
}
.banner-form p {
  font-size: 16.2px;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 3px;
}
.theme-btn a {
  font-size: 19px;
  padding: 13px 64px 16px 35px;
}
.footer-outer::before {
  width: 105px;
  top: inherit;
  height: 100px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.contact-detail-outer::after {
  height: 270px;
  width: 270px;
  border: 32px solid #7a1132;
  right: -180px;
}
.contact-detail-outer {
  padding: 30px 0 0;
}
.resturants-contents-outer {
  padding: 10px 5px 80px;
}
.social-side-icons {
  display: none;
}
.people-saying-outer .container {
  max-width: 100%;
  padding: 0 35px;
}
.resturants-content-spacing {
  padding: 0 15px;
  margin-top: 100px;
}
.resturants-content-inner {
  padding: 90px 20px 25px;
  border-radius: 0 30px 30px 30px;
}
.resturants-img {
  width: 140px;
  top: -69px;
  border: 12px solid #fff;
}
.resturants-content h3 {
  font-size: 25px;
  padding-bottom: 6px;
}
.resturants-content p {
  font-size: 15px;
  line-height: 22px;
  padding: 0 0 17px 0px;
  min-height: auto;
}
.resturants-contents-outer::before {
  height: 234px;
  width: 234px;
  border: 37px solid #2997b7;
  left: -23%;
  top: 3%;
}
.resturants-contents-outer::after {
  height: 240px;
  width: 240px;
  right: -170px;
  top: -70px;
}
.own-restourant-inner {
  width: 280px;
  padding: 46px 0px 40px;
}
.own-restourant-icon {
  padding: 24px;
}
.own-restourant-icon img
{
  width: 40px;
}
.own-restourant-inner h3 {
  font-size: 33px;
  padding: 18px 0 5px;
}
.own-restourant-inner p {
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 19px;
}
.own-restourant-inner a {
  font-size: 17px;
  padding: 13px 21px 13px;
}
.footer-links li {
  font-size: 15px;
  padding: 0 12px 0;
  float: none;
  display: inline-block;
}
.how-order-top h4 {
  font-size: 35px;
}
.how-order-top .tagline {
  font-size: 17px;
  padding: 0px 0 14px;
}
.how-order-bottom {
  padding: 0 10%;
}
.how-order-spacing p {
  font-size: 16px;
}
.people-saying-inner {
  padding: 50px 0 51px;
  background-size: 190px;
  background-position: top right;
}
.people-saying-outer {
  padding: 0 0 30px 0;
}
.own-restourant-left {
  border-radius: 0 90px 0 0;
}
.how-order-image {
  width: 107px;
  height: 107px;
  padding: 30px 0 0 0;
}
.how-order-image img {
  width: 50px;
}
.testimonials-outer {
  padding: 0 6% 0;
}
.testimonials-inner p {
  font-size: 16px;
  line-height: 25px;
  padding: 19px 0 12px;
}
.contact-detail-inner h5 {
  font-size: 23px;
  padding: 0 0 7px;
  margin: 0 0 10px 0;
}
.contact-detail-inner img {
  margin: 0 10px 0 0;
  width: 28px;
}
.contact-detail-inner p {
  font-size: 14px;
}
.contact-detail-hour {
  font-size: 16.54px;
}
.contact-detail-hour span {
  font-size: 14px;
}
.browse-contents .panel-group .panel {
  padding: 0;
}
.footer-row .browse-contents .panel-default > .panel-heading h4 a {
  padding: 18px 18px;
}
.footer-row .browse-contents .panel-default > .panel-heading h4 {
  font-size: 17px;
}
.browse-contents .panel-default > .panel-heading h4 a::after {
  top: 19px;
}
.footer-copyright {
  font-size: 15px;
}
.footer-links {
  padding: 10px 0 12px;
}
.footer-outer {
  padding: 32px 0 98px;
}
.social-icons li img,
.social-side-icons li img {
  width: 34px;
}
.social-side-icons {
  right: 20px;
  top: -133px;
}
.how-order-outer::before {
  top: -160px;
  height: 435px;
  width: 145px;
}
.testimonials-inner {
  padding: 36px 33px 46px;
}
.how-order-outer {
  padding: 0 0 80px 0;
}
.own-restourant-left,
.own-restourant-right {
  text-align: center;
}
.footer-outer {
  padding: 32px 20px 98px;
}
.footer-copyright p {
  margin-bottom: 2px;
}
.contact-detail-inner {
  padding: 20px 20px;
}
.how-order-bottom h5 {
  padding: 10px 30px 4px;
  font-size: 15px;
  margin-bottom: 10px;
}
.how-order-spacing {
  padding: 0 0% 45px;
}
.how-order-outer {
  padding: 0 0 10px 0;
}
body .logo a {
    width: 220px;
}
body .banner .carousel {
    height: 250px;
    border-bottom-right-radius: 70px;
}
.banner .carousel {
    border-bottom-right-radius: 0;
}
.home-main .main-head {top: 15px;}
.navbar-nav {
    margin: 0;
}
.head-right-text {
    display: none;
}
body #time-modal #when_panel_form .time .input-group-addon {border-radius: 0%;}
body #time-modal form input.form-control, body #time-modal form select.form-control {
    border-radius: 0px !important;
}
body #time-modal .address #find-me-button, body #time-modal #when_panel_form .date .input-group-addon {
    border-radius: 0%;
}
}
@media (max-width:639px)
{
.main-head .app-buttons {
  margin-right: 7px;
}
.main-head .app-buttons a {
  margin-left: 1px;
}
.logo a {
  width: 158px;
}
.banner .carousel {
  border-bottom-right-radius: 90px;
}
.banner-form {
    margin: 10px 0 20px;
}
}
@media (max-width:479px)
{
.head-right-text {
  font-size: 13px;
  margin-right: 6px;
  color: #fff;
  position: absolute;
  right: 0;
  width: 100vw;
  text-align: center;
  top: -16px;
  display: none;
}
.banner-content h2 {
  font-size: 44px;
}
.people-saying-inner {
  padding: 30px 0 31px;
  background-size: 170px;
  background-position: top right;
  border-radius: 0 0px 00px 70px;
}
.testimonials-text-spacing {
  float: left;
  width: 100%;
  padding: 0 0%;
}
.testimonials-inner {
  padding: 29px 23px 37px;
}
.people-saying-inner {
  background-size: 0;;
}
.testimonials-inner p {
  font-size: 15px;
  line-height: 25px;
  padding: 19px 0 12px;
}
.how-order-top h4 {
  font-size: 29px;
}
.how-order-top .tagline {
  font-size: 16px;
  padding: 0px 0 14px;
}
.how-order-outer::before {
  top: -40px;
  height: 275px;
  width: 75px;
}
body .logo a {
    width: 171px;
}
.banner .banner-content {
    margin: 55px 0 0;
    bottom: auto;
}
body .banner .carousel {
    height: 200px;
}
}

/*Media-Css-End*/