@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');
body {
  font-family: 'Lato', sans-serif;
  color: #484848;
  font-size: 16px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.selected-count {
  font-size: 13px;
}


/*-------------------Layout page Start---------------------*/


/*h1 {
color: #ffffff;
}
*/

.text-primary {
  color: #f66642 !important;
}

.text-white {
  color: #fff !important;
}
.text-reset{
  color: inherit;
}
.padding-right-0 {
  padding-right: 0px;
}

.padding-left-0 {
  padding-left: 0px;
}

.padding-right-2 {
  padding-right: 2px;
}

.padding-left-2 {
  padding-left: 2px;
}

.margin-top-7 {
  margin-top: 7px !important;
}

.input-group .input-group-addon {
  border-radius: 4px 2px 2px 4px;
}

.w-100 {
  width: 100%;
}

.d-inline-block {
  display: inline-block;
}

.grid {
  padding: 0;
}

.white-background {
  background-color: white;
}

.header {
  background-color: #ecf0f1;
}

.dropdown-menu.account {
  min-width: auto;
}

.floating-logo {
  height: 80px;
  margin: 10px 2px 10px 5px;
}

.navbar {
  background-color: transparent;
  margin-bottom: 0px;
}

.navbar-nav {
  margin-left: 20px;
  padding: 20px;
  font-size: medium;
}

.user-nav .navbar-nav>li>a {
  line-height: 40px;
  padding-bottom: 0px;
  padding-top: 0px;
  height: 40px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.user-nav .navbar-nav>li>a:hover {
  background-color: white;
  color: black;
}

.topMenu {
  height: 30px;
  z-index: 11;
  position: absolute;
  width: 100%;
  text-align: right;
  left: 0;
  top: 0;
  padding: 20px;
  padding-right: 100px;
}

.topMenu>div {
  margin-left: 7%;
  vertical-align: central;
  padding: 5px;
}

.topMenu>a {
  color: #fff;
  font-weight: 700;
  margin-left: 40px;
}

.topMenu>a:hover {
  color: #f66642;
}

.topIcons {
  color: blue;
  margin-left: 5px;
  font-size: 12pt;
}

.image-nav {
  background-color: #ecf0f1;
}

.slider {
  background: url(img/food-table.jpg) no-repeat center center fixed;
  height: 550px;
  position: relative;
  background-image: url('img/food-table.jpg');
  background-size: cover;
  overflow: hidden;
}

.slider.search {
  height: 340px;
}

.slider.details {
  height: auto;
}

.slider.details.inner {
  background: none;
}

.slider.details>img {
  width: 100%;
}

.detail-img {
  max-width: initial;
  width: auto !important;
}

.sliderSearch {
  margin: 20px auto;
}

.searchControls {
  border-radius: 0;
}

#listings_data .card .card-image>a {
  display: block;
}

#listings_data .card .card-content .wishlist{
  /*background: inherit !important;*/
}
.searchButton {
  background-color: #f66642 !important;
  color: white;
  font-size: 11pt;
  margin-top: 0px;
  width: 100%;
}

.tab-databox.social a i {
  width: 30px;
  height: 30px;
  padding: 10px;
  display: inline-block;
  text-align: center;
}

.searchButton:hover {
  background-color: rgba(54, 192, 209, 1);
  color: white;
}

.slider>div>div>div>center>h1 {
  color: white;
  font-size: 38px;
  margin-top: 10px;
}

.slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.meal-icon {
  text-align: center;
  /*width: 90px;
  */
  width: 100px;
  margin: 10px;
}

.meal-icon>h3 {
  font-size: 14px;
  color: white;
}

.margin-top-90 {
  margin-top: 90px;
}

.meal-icon-container {}


/*--------------------Layout page END--------------------*/


/*--------------------Search Result page Start--------------------*/

.card .card-content {
  padding-top: 8px;
}

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


/*Main Listing Cards*/

.card .card-image img {
  min-height: 270px;
  max-height: 270px;
}


/*Premium Listing cards sidebar*/

.sidebar-listItem .card .card-image img {
  min-height: 147px;
  max-height: 147px;
}

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

.sidebar-listItem .card .card-content {
  padding: 8px;
}

.card .card-content p span {
  font-weight: bold;
  margin-right: 5px;
}

.category-title {
  color: #484848 !important;
  font-family: 'PT Serif', serif;
}

.advanceFilters {
  padding-bottom: 10px;
  padding-top: 10px;
}

.gridCity {
  text-align: left;
  padding-left: 20px;
}

.gridCategory {
  text-align: left !important;
  padding-left: 20px;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left !important;
}

.grid-title {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  padding-left: 5px;
}

.grid-price-range {
  text-align: right !important;
  font-size: 18px;
  font-weight: 600;
}

.Listings {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.grid figure img {
  height: 240px;
  width: 100%;
}

.grid figure {
  width: 100%;
  max-width: initial;
  min-width: initial;
}

.grid-cuisine {
  padding-left: 20px;
}

.grid-cuisine>strong {
  color: #484848;
  font-weight: 600;
  margin-right: 5px;
}

.gridCity>strong {
  color: #484848;
  font-weight: 600;
  margin-right: 5px;
}

.gridCategory>strong {
  color: #484848;
  font-weight: 600;
  margin-right: 5px;
}

.rated-Stars {
  font-weight: 700;
  margin-top: -14px;
  color: #b1a9a9;
  font-size: 11pt;
  margin-left: 57%;
}

.searchInfo {
  background-color: white;
  padding-top: 10px;
  padding-bottom: 15px;
}

.searchInfo>div>div>div {
  font-size: 16pt;
  font-weight: 500;
  padding-top: 5px;
}

.searchInfo>div>h4 {
  margin-top: 20px;
  color: #bdbdbd;
}

.glyphButton {
  font-size: 15pt;
}

.glyphButton {
  background-color: #24c5d9;
  padding: 10px 16px 10px 16px;
  color: white;
  border-radius: 4px;
  font-size: 16pt;
  margin-top: 4px;
}

.divGlyphButtons {
  text-align: right;
  padding-right: 40px;
}


/*Food Categories*/

.foodCategories {
  padding-bottom: 20px;
}

.foodImages {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.foodImages>a>img {
  height: 120px;
  width: 100px;
  margin-right: 3px;
  position: relative;
}

.foodImages>a>span {
  position: absolute;
  top: 160px;
  left: 280px;
  color: white;
  font-weight: 700;
}


/*Searc Results*/

.searchResult {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.filtersTable {
  margin-left: 5%;
}

.featuredListing1 {
  background-color: white;
  margin-top: 20px;
}

.sidebar-banner {
  height: 250px;
  width: 280px;
  background-color: green;
}

.sidebar-listItem {
  /*padding: 5px;
  */
}

.listItem-title {
  font-size: 13pt;
  font-weight: 700;
}

.listItem-address,
.listItem-phone {
  font-size: 9pt;
  color: #b0b0b0;
}

.featuredListing2 {
  background-color: white;
  margin-top: 20px;
}


/*Search Listings*/

.searchListings {
  background-color: white;
  margin-left: -3%;
  padding-bottom: 20px;
}

.sidebar-listItem>img {
  height: 120px;
  width: 100%;
}

.listing-sidebar {
  float: right;
}

.listing-search {
  height: 80px;
  width: 100%;
  padding: 22px;
  background-color: #d0d0d0;
}

.listing-search>form {}

.listing-search-logo {
  margin-top: -16px;
  max-height: 70px;
  margin-left: -30px;
}


/*--------------------Search Result page END--------------------*/


/*--------------------Restaurant Profile page Start--------------------*/

.mainContent {
  padding: 15px 15px;
}

.restaurant {}

.restaurant .title {
  margin-top: 15px !important;
  font-weight: bold;
}

.restaurant .claim-button {
  margin-top: -3px;
}

.restaurantProfile {
  background-color: white;
}

.restaurantName {
  margin: 15px;
  padding: 10px;
  height: auto;
  margin-left: 10px;
}

.profile-logo {
  height: 80px;
  margin: 20px;
  margin-left: 30px;
}

.restaurantName {
  vertical-align: central;
}

.profile-socialIcons {
  vertical-align: central;
  /*margin-top: 35px;
  */
  text-align: right;
}

.border-right-none {
  border-right: none !important;
}

.getintouch-icon {
  height: 90px;
  margin: 15px;
  margin-top: 5px;
}

.restaurantDetails {
  margin-bottom: 15px;
}

.restaurantDetails>.detail-icon {
  font-size: 14pt;
}

.restaurantDetails>.detail-text {
  float: right;
  text-align: left;
}

.restaurantDetails2 {
  margin-bottom: 15px;
}

.restaurantDetails2>div>img {
  height: 35px;
  width: 50px;
  /*max-height:40px;
  */
}

.restaurantDetails2>.col-md-8 {
  padding-left: 0;
}

.detail-heading {
  font-weight: 700;
  font-size: 12pt;
}

.detail-description>span {
  float: right;
}

.detail-description>img {
  height: 25px;
}

.profile-bar {
  margin: 0;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 4px;
}

.detail-panel {}

.detail-panel-heading {
  vertical-align: central;
  border-bottom: 1px solid #e4e4e4;
  padding: 17px;
}

.detail-panel-heading>span {
  color: #36C0D1;
  margin-top: 18px;
  float: left;
  margin-left: 5px;
}

.detail-panel-heading>h3 {
  margin-left: 40px;
}

.detail-panel-body {
  padding: 30px;
  color: #b1acac;
}

.detail-panel-body>p {
  font-size: 12pt;
}

.restaurantFeatures {
  color: #00b8d4;
  font-size: 12pt;
  margin-top: 10px;
}

.restaurantFeatures>div>span {
  margin-right: 5px;
  padding: 0px 0px 15px 0px;
}

.popular-dishes>div>.price {
  width: 55px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 15px;
  background-color: #f2f2f2;
  opacity: 2;
  padding: 8px;
  font-weight: 550;
  color: red;
  font-size: 13pt;
}

.popular-dishes>div>img {
  height: 150px;
  width: 100%;
}

.popular-dishes>div>h4 {
  color: black;
}

#googleMap {
  width: 100%;
  height: 400px;
}

.fa-plus-circle {
  float: left;
}

.filter-heading {
  /*float:left;
  */
  padding-top: 05px;
}

.sidebar-button {
  width: 95%;
  margin-top: 10px;
  text-align: center;
}

.sidebar-button>span {
  float: none;
}

.filtersTable {
  margin-top: 10px;
  text-align: left;
}

.margin-top-0 {
  margin-top: 0px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.payment-accepted>div>div>img {
  height: 60px;
}


/*--------------------Restaurant Profile page END--------------------*/


/*-------------------- Home page Start--------------------*/

.listing-content {
  width: 85%;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
}

.meal-icon-row {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.homepage-add-row {
  background-color: #55d055;
  color: white;
  height: 200px;
  display : none;
}

.listing-heading {
  background-color: #ecf0f1;
  padding: 10px;
  margin-top: 5px;
}

.intro-section {
  background-color: #36c0d1;
  color: white;
  padding-bottom: 20px;
}

.intro-section>center>h2 {
  text-transform: uppercase;
  font-weight: 300;
}


/*-------------------- Home page END--------------------*/


/*Footer Style Start*/

div.contactBox {
  margin-bottom: 0;
  color: white;
  /*opacity: 0.6;
  */
  filter: alpha(opacity=60);
  /* For IE8 and earlier */
}

div.contactBox p b {
  margin: 5%;
  color: white;
}

.newsLetter b {
  margin: 0;
}

.homepage-cta {
  background-color: #F66642;
}

ul.nostyle {
  list-style-type: none;
}

b {
  font-weight: 700;
  letter-spacing: 1.5px;
}

.socialMedia {
  position: relative;
  height: 80px;
  vertical-align: bottom;
}

.socialMedia>div {
  position: absolute;
  bottom: 15px;
  text-align: center;
}

.socialIcon {
  border: 2px solid white;
  color: white;
}


/*Footer style end*/


/*Gallary Crousel*/

#myCarousel .carousel-indicators {
  bottom: 0;
  left: 10px;
  margin-left: 5px;
  width: 100%;
}

#myCarousel .carousel-indicators li {
  border: medium none;
  border-radius: 0;
  float: left;
  height: 44px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 5px !important;
  margin-top: 0;
  width: 120px;
}

#myCarousel .carousel-indicators img {
  border: 2px solid #FFFFFF;
  float: left;
  height: 44px;
  left: 0;
  width: 120px;
}

#myCarousel .carousel-indicators .active img {
  border: 2px solid #39b3d7;
}

#myCarousel .carousel-inner>div>img {
  height: 450px;
  width: 100%;
}

.carousel-inner {
  height: 400px;
}


/*Social Media Icons*/

.profile-socialIcons>.fa {
  padding: 10px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 10%;
}

.sidebar-profile-socialIcons>.fa {
  padding: 8px;
  font-size: 14px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 10%;
}

.profile-socialIcons>.fa:hover {
  opacity: 0.7;
}

.profile-socialIcons>.fa-facebook {
  background: #3B5998;
  color: white;
}

.profile-socialIcons>.fa-twitter {
  background: #55ACEE;
  color: white;
}

.profile-socialIcons>.fa-google {
  background: #dd4b39;
  color: white;
}

.profile-socialIcons>.fa-linkedin {
  background: #007bb5;
  color: white;
}


/*Start Rating Widget Styles*/

fieldset,
label {
  margin: 0;
  padding: 0;
}


/****** Style Star Rating Widget *****/

.rating {
  border: none;
  float: left;
}

.rating>input {
  display: none;
}

.rating>label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating>.half:before {
  content: "\f089";
  position: absolute;
}

.rating>label {
  color: #ddd;
  float: right;
}


/***** CSS Magic to Highlight Stars on Hover *****/

.rating>input:checked~label,

/* show gold star when clicked */

.rating:not(:checked)>label:hover,

/* hover current star */

.rating:not(:checked)>label:hover~label {
  color: #FFD700;
}


/* hover previous stars in list */

.rating>input:checked+label:hover,

/* hover current star when changing rating */

.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,

/* lighten current selection */

.rating>input:checked~label:hover~label {
  color: #FFED85;
}

.captionbox {
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  left: 0;
  padding: 20px;
  text-transform: capitalize;
  font-size: 33px;
}

.captionbox p {
  font-size: 20px;
}

.show-mobile {
  display: none;
}

.craving-for {
  position: absolute;
  bottom: 10px;
  padding: 0 30px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.craving-for span {
  flex: 1;
  cursor: pointer;
  font-weight: bold;
  color: white;
}

.craving-for span:hover {
  color: #f66642;
}


/*Media Queries*/


/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles */
  /*Main Page Style*/
  .slider>div>div>div>center>h1 {
    color: white;
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
  }
  /* Meal Icon Begins */
  .meal-icon>h3 {
    font-size: 12px;
    color: white;
  }
  /* Meal Icon Ends */
  .autocomplete-controls {
    height: 29px;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  }
  .slider>div>div>center>h1 {
    color: white;
    font-size: 19pt;
    margin-top: 50px;
  }
  .input-group {
    margin-top: 5px;
  }
  .searchButton {
    background-color: #36c0d1;
    color: white;
    font-size: 9pt;
    margin-top: 5px;
    width: 100%;
  }
  .grid figure img {
    height: 200px;
    width: 100%;
  }
  .intro-section {
    padding-top: 6px;
  }
  .intro-section>center>h2 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16pt;
  }
  /*Footer Styles*/
  div.background {
    background: url(../../../www.digitalplatforms.co.za/wp-content/uploads/2015/11/Website-Design-Background.jpg) fixed;
    opacity: 1.0;
    height: auto;
  }
  div.contactBox {
    padding-top: 15px;
    margin-bottom: 0;
    color: white;
    /*opacity: 0.6;
    */
    filter: alpha(opacity=60);
    /* For IE8 and earlier */
  }
  div.contactBox p b {
    color: white;
  }
  .newsLetter b {
    margin: 0;
  }
  b {
    font-weight: 700;
    letter-spacing: 1.5px;
  }
  .socialMedia>div {
    position: absolute;
    bottom: 15px;
    left: 32%;
    text-align: center;
  }
  .socialIcon {
    padding: 10px;
    border: 2px solid white;
    color: white;
  }
  .socialIcon:hover {
    background-color: #36c0d1;
    color: white;
  }
  /*Footer style end*/
  /*Restaurant Profile page Styles*/
  .listing-content {
    padding: 10px 0 0 0;
  }
  .profile-socialIcons {
    vertical-align: central;
    text-align: center;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 5px;
  }
  .restaurantName {
    margin: 0px;
    padding: 0px;
    height: auto;
  }
  .profile-logo {
    height: 80px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .restaurantName {
    vertical-align: central;
  }
  .restaurantDetails>.detail-icon {
    font-size: 14pt;
    width: 100%;
    text-align: left;
  }
  .restaurantDetails2 {
    margin-bottom: 15px;
  }
  .restaurantDetails2>div>img {
    height: 35px;
    width: 50px;
  }
  .restaurantDetails2>.col-xs-2 {
    margin-left: 10px;
  }
  .restaurantDetails2>.col-xs-8 {
    text-align: left;
  }
  .detail-panel-heading>h3 {
    margin-left: 40px;
    text-align: left;
  }
  .popular-dishes>div>.price {
    width: 55px;
    text-align: center;
    bottom: 77px;
  }
  .carousel-inner {
    height: 200px;
  }
  #googleMap {
    width: 100%;
    height: 200px;
  }
  .detail-panel-body {
    padding: 15px;
  }
  .listing-content {
    width: 100%;
  }
  .sidebar-listItem>img {
    height: 170px;
  }
  /*Search Page Style Start*/
  .listing-sidebar {
    float: none;
  }
  .sidebar-listItem .card .card-image img {
    min-height: 220px;
    max-height: 220px;
  }
}

.content {
  background-color: #f6f6f6;
}

.padding-top-10 {
  padding-top: 10px;
}

.margin-top-70 {
  margin-top: 70px;
}


/*To bar social media icons style*/

.fa-topBar {
  padding: 5px;
  font-size: 10px;
  width: 30px;
  border-radius: 10%;
  font-weight: 300 !important;
  text-align: center;
  text-decoration: none;
  margin: 0px 2px !important;
  color: white !important;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white !important;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}


/* Chosen Style */

.chosen-container-multi .chosen-choices li.search-choice {
  padding: 8px 20px 8px 12px !important;
  font-size: 14px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 9px !important;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.html) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices {
  border: none !important;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #aaa !important;
  /* background-color: #fff;
  */
  background-image: none !important;
  background-image: none !important;
  cursor: text;
}

#select2-city-container {
  text-align: left;
}

#mobile-nav {
  display: none;
}

.hc-offcanvas-nav .nav-container,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after,
.hc-nav-trigger span {
  background-color: #f66642;
}

.hc-nav-trigger {
  right: 30px;
}

.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav li.nav-back a:hover {
  background: transparent !important;
}
.m-account{
  display: none;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 448px;
    margin: 30px auto;
  }
  .inner-card.gallery {
    height: 110px;
  }
}


/* ##Device = Tablets, Ipads (portrait) ##Screen = B/w 768px to 1024px */

@media (min-width: 768px) and (max-width: 1024px) {
  .grid figure img {
    height: 240px;
    width: 100%;
  }
  .w-v-s .paddingbox {
    height: auto !important;
  }
  .content {
    width: 100%;
  }
  /*.card .card-image img {
  min-height: 270px;
  max-height: 270px;
}
*/
.topMenu>a {
  font-size: 12px;
  margin-left: 10px;
}
.city-image span {
  font-size: 16px !important;
}
.slider.details {
  height: 400px !important;
}
.slider.search {
  height: 500px;
}
}

@media (min-width: 768px) and (max-width: 1196px) {
  .grid figure img {
    height: 240px;
    width: 100%;
  }
  .content {
    width: 100%;
  }
  .card .card-image img {
    min-height: 210px;
    max-height: 210px;
  }
  .detail-img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .meal-icon{
    width: 90px;
  }
  .slider,
  .page-heading {
    background-attachment: initial !important;
  }
  .meal-icon-row {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .craving-for {
    display: block;
    position: relative;
  }
  .craving-for span {
    display: inline-block;
    width: 30%;
    font-size: 13px;
  }
  .craving-for b {
    display: block;
  }
  .sliderSearch{
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .profile-header{
    padding: 5em 0em !important;
    text-align: center;
    height:80% !important;
  }
  .profile-header .profile-img{
    margin: 0 auto;
  }
  .profile-header .text-right{
    text-align: center;
  }
  .m-account{
    display: block;
    float: right;
    position: absolute;
    z-index: 99;
    right: 90px;
    top: 20px;
    color: #fff;
  }
  .inner-card .col-md-6.p-0{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .profile-cards-h .inner-card .userphoto{
    height: 100px;
    width : 100px;
  }
  .hnb-card.shadow-box .inner-card{
    text-align: center;
  }
  .topMenu {
    display: none;
  }
  @media (max-width: 576px) {
    .show-mobile {
      display: block;
    }
    .hide-mobile {
      display: none;
    }
  }
  #searchForm>div.text-center,
  #filter_form>div.text-center {
    display: inline-grid;
    width: 100%;
    grid-gap: 8px;
  }
  .detail-img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .reverse-mobile {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .captionbox p {
    font-size: 16px;
  }
  .w-v-s .imgbox {
    margin-top: 20px;
  }
  .restaurant-tabs .features-list li {
    width: 100% !important;
  }
  .slider.search {
    height: 500px;
  }
  .w-v-s .imgbox,
  .restaurant-tabs .img-thumbnail {
    height: auto !important;
  }
  .card .card-image img {
    min-height: auto;
    max-height: initial;
  }
  .slider.details {
    height: 400px !important;
  }
  .cities-grid .city-image img {
    width: 100%;
  }
  .slider {
    height: 640px;
  }
  .footer,
  .socialMedia {
    text-align: center;
  }
  .main-heading-home,
  .section-heading>h2,
  .slider.details h2,
  .restaurant-overview>h2 {
    font-size: 24px;
  }
  .w-v-s .paddingbox {
    height: auto !important;
    padding: 2em !important;
    text-align: center;
  }
  .w-v-s .paddingbox .text-left {
    text-align: center !important;
    list-style-position: inside;
  }
  .w-v-s .paddingbox ul.text-left {
    padding: 0;
  }
}


/*Profile Tabs Style Begins */

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

.tab-container .nav-tabs {
  border-bottom: 1px solid #e4e4e4;
}

.tab-container .nav-tabs>li {
  margin-right: 1px;
}

.tab-container .nav-tabs>li>a {
  border-radius: 0px;
  border: 1px solid #e4e4e4;
  border-right: 0px none;
  margin-right: 0px;
  padding: 8px 17px;
  color: #222222;
  transition: all 0.3s ease-in 0s;
}

.tab-container .nav-tabs>li:last-child {
  border-right: 1px solid #ededed;
}

.tab-container .nav-tabs>li>a {
  padding: 15px 30px;
  border: 1px solid #ededed;
  border-right: 0px none;
  border-top: 2px solid #ededed;
  background: #ededed;
  color: #8f8f8f;
  font-weight: bold;
}

.tab-container .nav-tabs>li>a:hover {
  border-bottom-color: #ededed;
  border-right: 0px none;
  background: #f1f1f1;
  color: #444;
}

.tab-container .nav-tabs>li.active>a,
.tab-container .nav-tabs>li.active>a:focus,
.tab-container .nav-tabs>li.active>a:hover {
  border-top: 2px solid #3498db;
  border-right: 0px none;
  color: #444;
}

.tab-container .tab-content>.tab-pane {
  border: 1px solid #e4e4e4;
  border-top: 0px none;
  padding: 20px;
  line-height: 22px;
}

.tab-container .tab-content>.tab-pane>h3 {
  margin-top: 0;
}

.info-section .title {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 600;
}


/*Profile Tabs Style Ends*/


/** Added by Sohaib **/

.cities-grid {
  margin: 30px 0;
}

.city-image {
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #ccc;
  padding: 13px;
}

.city-image span {
  position: absolute;
  border: 14px solid #fff;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 20px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.3);
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

.city-image span:after {
  content: '';
  display: block;
  width: 120px;
  height: 2px;
  background-color: #f66642;
  border-radius: 100px;
  position: absolute;
  top: 60%;
  margin: 0 auto;
}

.city-image span:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.featured-grid {
  margin: 30px 0;
}

.featured-grid a {
  color: #484848;
}

.featured-grid .restaurant-info {
  margin-bottom: 20px;
}

.featured-grid .restaurant-info .price-range {
  float: right;
  font-size: 16px;
  font-weight: bold;
}

.featured-grid .restaurant-info h3 {
  margin-top: 10px;
}

.featured-grid .restaurant {
  margin-bottom: 20px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  border: 1px solid #ccc;
  padding: 13px;
  height: 175px;
}

.featured-grid .restaurant img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.featured-grid .restaurant:hover {
  background-color: #ecf0f1;
}

.page-heading {
  background-image: url(img/header-bg.jpg);
  background-attachment: fixed;
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.about-section {
  padding: 100px 0;
}

.about-section:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

#contact {
  padding: 10px 0 10px;
}

.contact-text {
  margin: 45px auto;
}

.mail-message-area {
  width: 100%;
  padding: 0 15px;
}

.mail-message {
  width: 100%;
  background: rgba(255, 255, 255, 0.8) !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  margin: 0 auto;
  border-radius: 0;
}

.not-visible-message {
  height: 0px;
  opacity: 0;
}

.visible-message {
  height: auto;
  opacity: 1;
  margin: 25px auto 0;
}

.contact {
  padding: 50px 0;
}

#contact-us input {
  position: relative;
  z-index: 9999;
  margin-bottom: 17px;
  height: 40px;
}


/*** Restaurant Profile Slider ***/


/*jssor slider loading skin spin css*/

.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.slide-wrapper {
  cursor: default;
  position: relative;
  top: 0px;
  left: 0px;
  width: 980px;
  height: 380px;
  overflow: hidden;
}

.restaurant-overview {
  padding: 20px;
  background: #eee;
  margin-top: 20px;
}

.restaurant-overview h2 {
  margin: 0 0 10px;
}

.restaurant-tabs {
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 6px 6px;
  margin-bottom: 50px;
}

.restaurant-address {
  color: rgb(156, 156, 156);
  font-size: 1.4rem;
  font-weight: 500;
}


/*.restaurant-tabs .prop-img{
height: 200px;
overflow: hidden;
}
*/

.restaurant-tabs .prop-img {
  height: 300px;
  overflow: hidden;
  padding: 4px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.restaurant-tabs .prop-img img {
  padding: 0;
  border: 0;
}

.restaurant-tabs>ul {
  background-color: #eee;
  text-align: center;
}

.restaurant-tabs>ul>li {
  display: inline-block;
  float: none;
}

.restaurant-tabs>ul>li>a {
  padding: 10px 35px;
}

.restaurant-tabs .tab-content {
  padding: 20px;
  position: relative;
  border: 1px solid #eee;
}

.restaurant-tabs .tab-content:after {
  content: '';
  display: block;
  clear: both;
}

.restaurant-tabs #menu2 img {
  margin-bottom: 30px;
}

.restaurant-tabs .features-list {
  padding: 0;
}

.restaurant-tabs .features-list li {
  width: 30%;
  float: left;
  list-style-type: none;
}

.restaurant-tabs .features-list li:before {
  content: '\F00C';
  font-family: fontawesome;
  display: inline-block;
  color: #2196f3;
  padding: 10px 10px 0 0;
}

.restaurant-map iframe {
  width: 100%;
  height: 400px;
}

#jssor_1 {
  margin-top: -210px !important;
}

#jssor_1,
#jssor_1>div,
#jssor_1>div>div,
#jssor_1 .slide-wrapper,
#jssor_1 .slide-wrapper>div,
#jssor_1 .slide-wrapper>div>div {
  width: 100% !important;
  left: 0 !important;
  top: 0 !important;
  height: 400px !important;
}

#jssor_1 .slide-wrapper img {
  width: 100% !important;
  height: auto !important;
}


/*jssor slider arrow skin 106 css*/

.jssora106 {
  display: block;
  position: absolute;
  cursor: pointer;
}

.jssora106 .c {
  fill: #fff;
  opacity: .3;
}

.jssora106 .a {
  fill: none;
  stroke: #000;
  stroke-width: 350;
  stroke-miterlimit: 10;
}

.jssora106:hover .c {
  opacity: .5;
}

.jssora106:hover .a {
  opacity: .8;
}

.jssora106.jssora106dn .c {
  opacity: .2;
}

.jssora106.jssora106dn .a {
  opacity: 1;
}

.jssora106.jssora106ds {
  opacity: .3;
  pointer-events: none;
}


/*jssor slider thumbnail skin 101 css*/

.jssort101 .p {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: #000;
}

.jssort101 .p .cv {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  box-sizing: border-box;
  z-index: 1;
}

.jssort101 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
  visibility: hidden;
}

.jssort101 .p:hover .cv,
.jssort101 .p.pdn .cv {
  border: none;
  border-color: transparent;
}

.jssort101 .p:hover {
  padding: 2px;
}

.jssort101 .p:hover .cv {
  background-color: rgba(0, 0, 0, 6);
  opacity: .35;
}

.jssort101 .p:hover.pdn {
  padding: 0;
}

.jssort101 .p:hover.pdn .cv {
  border: 2px solid #fff;
  background: none;
  opacity: .35;
}

.jssort101 .pav .cv {
  border-color: #fff;
  opacity: .35;
}

.jssort101 .pav .a,
.jssort101 .p:hover .a {
  visibility: visible;
}

.jssort101 .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: .6;
}

.jssort101 .pav .t,
.jssort101 .p:hover .t {
  opacity: 1;
}

.select2-container {
  width: 100% !important;
}

.filter-search .panel-heading {
  font-size: 16px;
  font-weight: bold;
}

.product-slider {
  padding: 45px;
}

.product-slider #carousel {
  border: 4px solid #1089c0;
  margin: 0;
}

.product-slider #thumbcarousel {
  margin: 12px 0 0;
  padding: 0 45px;
}

.product-slider #thumbcarousel .item {
  text-align: center;
}

.product-slider #thumbcarousel .item .thumb {
  border: 4px solid #cecece;
  width: 20%;
  margin: 0 2%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  max-width: 98px;
}

.product-slider #thumbcarousel .item .thumb:hover {
  border-color: #1089c0;
}

.product-slider .item img {
  width: 100%;
  height: auto;
}

.carousel-control {
  color: #0284b8;
  text-align: center;
  text-shadow: none;
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 20px;
  top: 23%;
}

.carousel-control:hover,
.carousel-control:focus,
.carousel-control:active {
  color: #333;
}

.carousel-caption,
.carousel-control .fa {
  font: normal normal normal 30px/26px FontAwesome;
}

.carousel-control {
  background-color: rgba(0, 0, 0, 0);
  bottom: auto;
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 30%;
  width: auto;
}

.carousel-control.right,
.carousel-control.left {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

.w-v-s .imgbox {
  height: 440px;
  overflow: hidden;
}

.w-v-s .imgbox img {
  width: 100%;
}

.w-v-s .paddingbox {
  padding: 2em;
  height: 430px;
}

.f-16 {
  font-size: 16px !important;
}

.f-20 {
  font-size: 20px !important;
}
.newClass{

display: flex;
align-items: center;
justify-content: center:
flex-wrap: wrap;

}

.or-sep {
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.or-sep:before,
.or-sep:after {
  content: '';
  height: 1px;
  width: 44%;
  background-color: #ddd;
  position: absolute;
}

.or-sep:before {
  left: 0;
}

.or-sep:after {
  right: 0;
}

.social-signup a .fa-google {
  background-color: #CC3333;
}

.social-signup a .fa-facebook {
  background-color: #3b5998;
}

.social-signup a .fa-twitter {
  background-color: #35c9e9;
}

.social-signup a i {
  width: 30px;
  height: 30px;
  line-height: 2.5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.modal{
  z-index: 9999;
}
.modal .close {
  font-size: 30px;
}

.modal .searchButton {
  max-width: 140px;
}


/*** Profile ***/

.profile-header {
  /*background-image: url(../../images/profile-bg.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8em 6em;
  height: 360px;
}

.profile-img {
  border-radius: 50%;
  overflow: hidden;
  height: 160px;
  width: 160px;
  position: relative;
}

.profile-img img {
  height: 100%;
  max-width: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0 auto;
}

.profile-header .head-counts {
  display: inline-block;
  padding: 2px 10px 2px 7px;
  text-align: center;
  margin-top: 20px;
}

.profile-header .head-counts:not(:last-child) {
  border-right: 1px solid #fff;
}

.sidebar-header {
  background: #fff;
  padding: 16px;
  font-size: 18px;
  font-weight: 600;
}

.shadow-box {
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.11);
}

.hnb-card {
  padding: 15px;
  margin-bottom: 30px;
  background-color: #fff;
}

.user_foto img {
    border-radius: 50px;
    width: 100%;
    height: 180px;
}


.sidebar-tabs {
  background-color: #fff;
}

.sidebar-tabs ul li a {
  color: inherit;
  text-transform: capitalize;
  padding: 14px 15px;
  display: block;
  font-weight: 600;
  transition: all ease 0.3s;
  position: relative;
}


.sidebar-tabs ul li a:hover {
  background: #f6664212;
}

.sidebar-tabs ul li a.current {
  background: #f6664212;
  border-left: 3px solid #f66642;
}

.restaurant .restaurant-info {
  display: flex;
}

.restaurant .restaurant-info .restaurant-img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 100px;
  overflow: hidden;
}
.restaurant .restaurant-info .restaurant-img img{
  max-width: inherit;
  height: 100%;
}

.bg-light {
  background-color: #eee;
}



.inner-card {
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  height: 280px;
}


.inner-card img{
  
  border-radius: 10px 10px 0 0;
 
}

.inner-card h5,
.inner-card p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.inner-card.gallery {
  padding: 0;
  border: 0;
  overflow: hidden;
  border-radius: 10px;
}
.add-comment-field{
  display: flex;
  align-items: center;
}
.add-comment-field input[type="text"]{
  height: 40px;
  width: 100% !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.add-comment-field button[type="submit"],
.add-comment-field input[type="submit"]{
  height: 40px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.wishlist{
  background: transparent !important;
  border-radius: 100px;
  border: 0 !important;
  padding: 10px;
  color: #b3b3b3 !important;
  box-shadow: none;
}
.wishlist:hover{
  background: rgb(238 238 238) !important;
}
.overall-review{
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  position: relative;
}
.overall-review:before{
  font-family: fontAwesome;
  vertical-align: top;
  margin-right: 6px;
}
.overall-review.like:before{
  content: '\f164';
}
.overall-review.dislike:before{
  content: '\f165';
}
.overall-review.neutral:before{
  content: '\f00c';
}
.overall-review.like{
  color: #85BB59 !important;
}

.overall-review:before {
    /*font-family: "Font Awesome 5 Pro" !important;*/
}
.overall-review.dislike{
  color: #f56954 !important;
}
.overall-review.neutral{
  color: #3c8dbc !important;
}
.update-pr-img .change-img{
  background: rgba(0,0,0,0.3);
  padding: 6px;
  color: #fff;
  border-radius: 100px;
}
.profile-header.update-pr-img > .change-img{
  top: 72px;
  right: 50px;
}
.update-pr-img{
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.update-pr-img input[type="file"]{
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.update-pr-img.banner{
  top: 50px;
  right: 50px;
}
.dropzone{
  border: 2px dashed #e3e4e8 !important;
}
.dropzone .dz-message{
  font-family: inherit !important;
}
.dropzone .dz-message .fa{
  display: block;
  font-size: 3em;
}
.review-s{
  vertical-align: bottom;
}
.review-s i{
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 2.6;
  border-radius: 100px;
  background: gray;
}
.p-reviews .r-img{
  width: 80px;
  border-radius: 100px;
}
.p-reviews{
  margin-bottom: 20px;
}
.userphoto.no-image{
  width: 60px;
  height: 60px;
  border-radius: 100px;
}
.sharethis-inline-share-buttons.detail-page{
  display: inline-block !important;
}
.sharethis-inline-share-buttons.detail-page .st-btn.st-first{
  vertical-align: text-top !important;
}
.sharethis-inline-share-buttons.detail-page .st-label{
  display: none !important;
}
.sharethis-inline-share-buttons.detail-page .st-btn{
  display: inline-block !important;
  width: 30px;
  height: 30px !important;
  text-align: center !important;
  line-height: 0.3 !important;
  border-radius: 100px !important;
  background: gray !important;
  min-width: auto!important;
  margin-left: 6px;
  }
  
 
.btn.btn-success {
    background-color: #f66642 !important;
    border-color: #f66642 !important;
}


.screen-banners .for-mobile{
    display: none;
}
@media (max-width: 767px){
 .screen-banners .for-mobile{
    display: block;
}
.screen-banners .for-desktop{
    display: none;
}
}

.fl-info{
    
        position: absolute;
    padding: 16px;
    color: #fff;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;


}
.fl-info .resturant-cusine{
    
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 20px;

}
.grid-carousel .slick-slide{
    height: auto;
}

.grid-carousel-wrap .slick-arrow {
    display: inline-block;
    margin: 10px;
    cursor: pointer;
    font-size: 20px;
}
.grid-carousel-wrap .fa-arrow-left.slick-arrow {
    display: inline-block;
    position: absolute;
    bottom: -30px;
    left: 46%;
    transform: translateX(-50%);
}
.grid-carousel-wrap .fa-arrow-right.slick-arrow {
    display: inline-block;
    position: absolute;
    bottom: -30px;
    right: 45%;
    transform: translateX(-50%);
}