header {
  width: 150px;
  background-color: #fff;
  position: fixed;
  height: 100%;
  left: 0;
  border-right: 1px solid #bdbdbd;
  overflow: hidden;
}

.hdr_logo_div {
  height: 25%
}

.logo-div {
  padding: 20px 10px;
  margin-bottom: 15px;
  height: 100%;
  text-align: center;
}

.logo-div img {
  width: 85px;
  margin: auto
}

header .site-nav{ height: 70%}
header .site-nav-inner,
header ul {
  height: 100%
}

header ul li {
  transform: rotate(-13deg);
  height: 15%;
  margin-bottom: 0;
  width: 200px;
  margin-left: -25px;
}

header ul li a {
  font-family: 'Josefin Sans', sans-serif;
  background: #dedede;
  color: #000000 !important;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin: 7px 0;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -1px;
  -webkit-transition: all ease .8s;
  -moz-transition: all ease .8s;
  transition: all ease .8s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%
}

header ul li a:hover {
  background-position: left bottom;
  color: #fff
}

.desktop-menu-left .active .active {
  background: #626262
}

.more_menu {
  width: calc(100% - 150px);
  position: fixed;
  left: 150px;
  z-index: 111;
  background-color: #000;
  height: 100%;
  display: none;
  
  overflow: hidden;
  overflow-y: auto;
}

.more_menu ul {
  height: 100%;
  background: url(../images/menubg.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  display: flex;
  overflow: hidden;
  overflow-y: auto;
}
.more_menu:before{content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
}

.more_menu li {
  width: 25%;
  float: left;
  height: 100%;
  margin-bottom: 0;
}

.more_menu ul.visible-sm li {
  height: 60px;
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, .2)
}

.more_menu ul.visible-sm li a {
  font-family: oswald, sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px
}

.more_menu li a, .more_menu li .more_menu_order_div {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all ease .8s;
  -moz-transition: all ease .8s;
  transition: all ease .8s
}


.more_mobile_menu li a:before {
  content: '';
  width: 100%;
  z-index: -1;
  height: 100%;
  -webkit-transition: all ease .8s;
  -moz-transition: all ease .8s;
  transition: all ease .8s;
  position: absolute;
  left: 0
}

.more_mobile_menu li a:hover:before {
  background-color: rgba(113, 36, 180, .6)
}

.more_menu li a {
  text-decoration: none !important;
  position: relative;
  font-size: 18px;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin: 0;
  position: relative;
  z-index: 11;
  text-shadow: 2px 2px 1px #2d2d2d
}

.more_menu li h2 {
  font-size: 27px;
  font-family: oswald, sans-serif;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2.5px;
  margin: 0;
  font-weight: 500;
  text-align: center;
  line-height: 1.3
}

.more_menu_order_div {
  text-align: center
}

.more_menu_order_div h4 {
  font-size: 15px;
  font-family: oswald, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2.5px;
  margin-top: 20px;
  margin-bottom: 30px
}

.more_menu_order_div .btn-swiggy {
  margin-right: 0;
  margin-bottom: 15px
}

.more_menu_order_div .btn-swiggy, .more_menu_order_div .btn-zomato {
  width: 160px
}

/* .more_menu li:nth-child(1) a {
  background: url(../images/t1.jpg) no-repeat center center;
  background-size: cover
}

.more_menu li:nth-child(2) a {
  background: url(../images/t2.jpg) no-repeat center center;
  background-size: cover
}

.more_menu li:nth-child(3) a {
  background: url(../images/t3.jpg) no-repeat center center;
  background-size: cover
}

.more_menu li:nth-child(4) a {
  background: url(../images/t4.jpg) no-repeat center center;
  background-size: cover
} */

a.close-more {
  position: absolute;
  top: 20px;
  right: 18px;
  width: 33px;
  height: 33px;
  text-align: center;
  color: #fff !important;
  cursor: pointer;
  z-index: 45
}

.social-lks {
  position: fixed;
  right: 0;
  z-index: 99;
  top: 165px
}

.social-lks a {
  width: 35px;
/*  height: 35px;*/
  background-color: #fff;
  box-shadow: 0 0 9px #9e9e9e;
  display: inline-block;
  padding: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: .9rem;
}

.social-lks a.order-icon{ padding: 2px;}

@media screen and (min-width:992px) {
  header .site-nav{ display: block !important;}
}

@media(max-height:700px) {
  .hdr_logo_div {
    height: 27%
  }

  .logo-div img {
    width: unset;
    height: 100% !important
  }
}

@media(max-width:1180px) {}

@media(max-width:991px) {
  header {
    height: unset;
    width: 100%;
    z-index: 99;
    padding: 15px 20px;
    text-align: center;
    top: 0
  }

  .hdr_logo_div {
    height: unset
  }

  .logo-div {
    padding: 0;
    margin: 0;
    width: 50%;
    float: left;
    display: inline-block
  }

  .logo-div img {
    width: 100px;
    height: unset
  }

  a.close-more {
    top: 13px;
    right: 16px;
    width: 30px;
    height: 30px
  }

  .more_menu {
    width: 100%;
    left: 0;
    z-index: 99999;
    top: 0
  }

  .more_menu ul {
    padding-top: 60px
  }

  .more_menu li {
    width: 100%;
    height: 150px;
    border-bottom: 3px solid #000
  }

  .burger-menu-icon {
    width: 25%;
    float: left;
    margin-top: 6px;
    text-align: left
  }
.burger-menu-icon img{ width: 32px;}
  .store-icon {
    width: 25%;
    float: left;
    text-align: right;
    margin-top: 1px;
  }

  .store-icon img {
    width: 34px
  }

  /* .more_mobile_menu {
    display: none
  } */

  .more_menu ul.visible-sm li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .2)
  }

  .menu-bg1 {
    background: url(../images/t1-mobile.jpg) no-repeat top center;
    background-size: cover
  }

  .menu-bg2 {
    background: url(../images/t2-mobile.jpg) no-repeat center center;
    background-size: cover
  }

  .menu-bg4 {
    background: url(../images/t3-mobile.jpg) no-repeat top center;
    background-size: cover
  }

  .menu-bg5 {
    background: url(../images/t4-mobile.jpg) no-repeat center center;
    background-size: cover
  }
  .more_menu ul{ display: block;}


}

@media(min-width:991px) {}

@media(max-width:420px) {}

footer {
  display: block;
  width: 100%
}

.insta-feed {
  padding: 40px 20px 20px 20px;
  text-align: center;
  display: inline-block;
  width: 100%
}

.insta-feed-icon {
  width: 32px
}

.insta-feed-txt img {
  display: block;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto
}
.insta-feed-txt .tacobell-txt{ margin-bottom: 30px;}
.insta-feed span {
  margin: auto;
  height: 20px;
  margin-bottom: 30px;
}

.tacobell-txt {
  height: 35px
}

span.dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  opacity: .5
}

.footer-bottom .container {
  max-width: 94%
}

.footer-bottom .logo {
  margin: 0;
  margin-right: 18px;
  float: left;
  max-width: 40px
}

.footer-bottom .copy {
  font-family: 'Overpass', sans-serif;
  color: #000000;
  font-size: 10px;
  text-align: left;
  float: left;
  margin-top: 50px;
  margin-bottom: 0;
  line-height: normal;
}
.footer-bottom .footer-links{ float: left; margin: 36px 0 0 40px;}
.footer-bottom .copy p{ margin: 0;}
.footer-bottom .col-lg-6 p {
  font-family: oswald, sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1.2px;
  text-align: center;
  line-height: 1.8;
  opacity: .8;
  margin-bottom: 0;
  margin-top: 30px
}

.footer-middle {
  padding-top: 70px;
  padding-bottom: 0;
}
.footer-middle .block {
    text-align: left;
    line-height: 1.5;
    margin: 0;
    width: auto;
}
ul.footer-links {
  text-align: center;
  padding: 0;
}

ul.footer-links li {
  display: inline-block;
  padding: 10px 0;
  line-height: 1;
}

ul.footer-links li a {
  color: #000000;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12.5px;
  text-align: center
}
ul.footer-links li a:hover{ color: #A8A8A8;}

ul.footer-links li + li:before {
  content: '';
  width: 7px;
  margin: 0 15px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #dedede;
  margin-top: -2px;
}

.footer-bottom {
  padding-top: 30px;
  padding-bottom: 50px;
  line-height: 40px;
}

.footer-top-block > a {
  padding: 45px 30px;
  text-align: center;
  display: block;
}

.footer-offr-block {
  background-color: #dedede
}

.footer-store-block {
  background-color: #f2f2f2
}
.footer-top-block .icon img{ width: 48px; margin: auto;}

.footer-top-block h3 {
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
  color: #000;
}
.footer-top-block h3 span{ display: inline-block; position: relative; z-index: 1;}
.footer-top-block h3 span:after{ background: #5cb8b2; height: 4px; z-index: -1; position: absolute; left: 0; right: 0; bottom: 7px; content: ''}
.footer-top-block h4 {
  font-size: 15.5px;
  margin-top: 35px
}

.footer-top a.link_underline {
  font-size: 12px;

}

.footer-top-block p {
  font-family: oswald, sans-serif;
  font-weight: 300;
  letter-spacing: 1.5px;
  font-size: 13px;
  color: #fff
}

.footer-top-block h4 span {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #7124b4;
  vertical-align: middle;
  border-radius: 50%;
  margin-left: 5px
}

.footer-top-block h4 span img {
  display: inline-block;
  padding-top: 11px;
  width: 7px
}

.deliver-here {
  text-align: right
}

.deliver-here .btn-zomato {
  line-height: 1.5;
  width: 150px;
  margin-top: 16px;
  font-family: oswald, sans-serif;
  text-transform: uppercase;
  color: #fff !important;
  letter-spacing: 1.5px;
  font-weight: 500
}

ul.list-inline.social-links {
  text-align: right;
  margin-top: 25px
}

ul.list-inline.social-links li a img {
  width: 28px
}

ul.list-inline.social-links li {
  padding: 0 3px
}

@media(max-width:991px) {
  .footer-middle .container, .footer-bottom .container {
    max-width: 100%
  }
}

@media(max-width:768px) {
  .insta-feed {
    padding: 30px 20px
  }

  .insta-feed-icon {
    width: 22px
  }

  .insta-feed span {
    margin-bottom: 20px
  }

  .tacobell-txt {
    height: 25px
  }

  .footer-top-block > a {
    padding: 30px 20px;
  }

  .footer-middle {
    padding-top: 40px
  }

  ul.footer-links li + li:before {
    display: none
  }

  ul.footer-links li {
    width: 50%;
    text-align: left;
    float: left
  }

  .deliver-here {
    text-align: center
  }

  .deliver-here .btn-zomato {
    margin-top: 0;
    padding: 10px 20px
  }

  .deliver-here .btn-zomato img {
    height: 20px
  }

  .footer-bottom .col-lg-6 p {
    margin-top: 0
  }

  .footer-bottom .logo {
    display: block;
    width: 100%;
    margin: auto;
    max-width: 100%;
    margin-top: 10px
  }

  .logo img {
    margin: auto;
    display: block;
  }

  .footer-bottom .copy {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }

  .footer-bottom {
    padding-bottom: 30px
  }

  ul.list-inline.social-links {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    margin-left: 0;
  }

  .footer-bottom .col-sm-3, .footer-bottom .col-sm-6 {
    -webkit-flex: unset;
    -moz-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: 100%
  }
  
  .footer-bottom .footer-links.links-2{width: 100%; margin: 10px auto;}
  .footer-bottom .footer-links.links-2 li{ display: inline-block; width: auto; float: none; vertical-align: top; margin: 5px;}
}
@media screen and (max-width:767px){
  .logo img {
    max-height: 50px;
    max-width: 100%;
  }
  header{ padding: 15px; z-index: 99999; overflow: visible;}
}

@media(min-width:575px) {
  .footer-top .row .col-lg-6 {
    /* margin-left: -1px */
  }

  .footer-bottom .col-lg-3 {
    margin-left: -1px
  }
}

@media(max-width:580px) {}
