p._arrow-tag {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  text-align: center;
  animation: jump 5s infinite;
  cursor: pointer;
  / width: 10%; /
  margin: 0 auto;
  padding-bottom: 20px;
}
._arrow-tag{ 
  height: 65px;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.1);
  animation: none;
}
._arrow-tag span{
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: height 2s infinite cubic-bezier(0.17, 0.67, 0.59, 0.85);
  animation: height 2s infinite cubic-bezier(0.17, 0.67, 0.59, 0);
}
._arrow-tag-div{
position: sticky;
bottom: 0;
}
.chosen-container .chosen-results{
padding: 0px;
margin: 0px;
}
.show-off-icon a{
cursor: pointer;
}
.back-view{
padding-top: 15px;;
}
.logo-img img{
height: 65px !important;
}
@media(max-width:576px){
.back-view a img {
    width: 16px;
    height: auto;
}
.back-view{
    padding-top: 9px;
}
}
@keyframes height {
0% {
transform: scaleY(0);
transform-origin: 0% 0%;
opacity: 0;
}

50% {
transform: scaleY(1);
transform-origin: 0% 0%;
opacity: 1;
}

51% {
transform: scaleY(1);
transform-origin: 0% 100%;
opacity: 1;
}

100% {
transform: scaleY(0);
transform-origin: 0% 100%;
  opacity: 0.5;
}
}

@media (max-width: 480px){
  ._arrow-tag{
      display: none;
  }
}

.vimeo_parent_section div {
height: 223px;
}

@media only screen and (max-width: 1199px) {

.food-restaurent-cols.selected-restaurent.only-hover.filterable-item figure {
    width: 100% !important;
    height: 223px !important;
}
.vimeo_parent_section {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    overflow: hidden;
}
.food-caption-static h4, .food-caption-static h4 a {
     margin-bottom: 5px !important;
     margin-top: 6px !important;
}
.restaurent-main .selected-restaurent .food-caption-static span img {
    margin-top: 190% !important;
}
.restaurent-name {
    border-bottom: 1px solid #cccccc;
    width: 100% !important;
    padding-bottom: 6px !important;
}
.food-caption-static .food-section-2 {
    display: flex;
    align-items: center;
    margin-bottom: 14px !important;
    flex: 0 0 50%;
}
.food-restaurent-cols .food-caption-static p {
    display: inline-block !important;
    margin-bottom: 16px;
}
h4.food_section_1-without_bg a.restaurent-name {
    margin-top: 5px;
}
}

@media only screen and (max-width: 481px) {
p.restaurent-description {
    border: none !important;
}
}


h4.food_section_1-without_bg{
margin-bottom: 5px !important;
margin-top: 0px !important;
}

.food-restaurent-cols p.featured-image {
  display: inline !important;
}

.food-restaurent-cols .food-caption-static p {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
 .restaurent-main .selected-restaurent .food-caption-static span img {
    margin-top: 190% !important;
}
}

.food-restaurent-cols.selected-restaurent.only-hover.filterable-item figure {
  width: 305px;
  height: 223px !important;
}
.vimeo_parent_section {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  overflow: hidden;
}
.justify-content-center_div {
  justify-content: center;
  display: flex;
  column-count: 6;
  flex-wrap: wrap;
  text-align: center;
}
.sub_div_corporate{
  margin: 0 auto;
  padding-top: 15px;
  /* display: flex; */
  justify-content: center;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
.sub_div_corporate{
  padding-right: 40px;
  padding-left: 60px;
  align-content: center;
}
}
.main_row{
  display: flex;
    column-count: 4;
    flex-wrap: wrap;
    align-items: center;
}
.img_div{
    outline: 1px solid #e7e7e7;
    height: 150px;
    align-content: center;
    text-align: center;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 1199px) {
    .main_row {
     column-count: 2;
    }
    .img_div {
      min-width: 50%;
    } 
}
.co_img{
  width: 100px;
  aspect-ratio: 1/1;
  object-fit: contain;
}

@media only screen and (max-width: 767px) {
  .main_row {
    padding-left: 20px;
    padding-right: 20px;
  }
}