.footer_section {
  background-color: #fbfbfb;
  padding: 70px 0 0;
}

.footerIn {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footerIn .col {
  padding-right: 40px;
  margin: 0 0 10px;
}

.footerIn .col h4 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;

  line-height: 1;
  text-transform: uppercase;
}

.footerIn .col ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footerIn .col ul li {
  margin: 0 0 20px;
}

.footer_section a, .footer_section p{
  display: block;
  color: #464646;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.footerIn .col:first-child {
  width: 27%;
}

.footerIn .col:nth-child(2) {
  width: 24%;
}

.footerIn .col:nth-child(3) {
  width: 21%;
}

.footerIn .col:last-child {
  width: 28%;
  padding: 0;
}

.footerIn .col .contactInfo p,
.footerIn .col .contactInfo a {
  margin: 0 0 10px;
  color: #464646;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}
.footerIn .col .contactInfo{
  margin: 0 0 15px;
  border-bottom: solid 1px #dcdcdc;
}
.footerIn .col .contactInfo:last-child{
  margin: 0;
  border: none;
}
.footerIn .col .contactInfo .call_ic {
  background: url(../images/ftr_call_ic.png) no-repeat center left;
  padding-left: 30px;
  display: block;
}
.footerIn .col .contactInfo .mail_ic {
  background: url(../images/ftr_mail_ic.png) no-repeat center left;
  padding-left: 30px;
  display: block;
}

.footerIn .col .contactInfo .location_ic {
  background: url(../images/location_ic.png) no-repeat center left;
  padding-left: 30px;
}
.footerIn .col .footerLogo{
  margin: 0 0 25px;
}
.footerIn .col .footer_text{
  max-width: 360px;
}
.footer_section .footer_text p{
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 10px;
}
.footerIn .col .social_menu {
  padding: 15px 0 0;
  border-top: solid 1px #dcdcdc;
}

.footerIn .col .social_menu ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.footerIn .col .social_menu a {}

.footerIn .col .newsletter {
  padding-top: 30px;
}

.footerIn .col .newsletter p {
  margin: 0;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 400;

}

.footerIn .col .newsletter input {
  padding: 15px 15px;
  width: 100%;
}

.footerIn .col .newsletter .btn {
  margin: 10px 0 0;
  border: none;
  padding: 16px 25px;
}

.copyright_text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
  border-top: solid 1px #c9c9c9;
}
.copyright_text ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.copyright_text ul li{
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  border-left: solid 1px #c9c9c9;
}
.copyright_text ul li:first-child{
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.copyright_text .copyright_line li a {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.copyright_text .copyright_line p a {
  display: inline-block;
  text-decoration: none;

  font-weight: 700;
}

.Popup {
  display: none;
  position: fixed;
  border: 4px solid #808080;
  background: #fff;
  z-index: 3;
  padding: 12px;
  width: 100%;
  max-width: 750px;
}

.PopupClose {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  margin: 0;
  z-index: 9;
}

.PopupBackground {
  display: none;
  background: #000;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.review_section .owl-carousel .owl-wrapper-outer {
  width: auto;
  margin: 0 0 0 1px;
}

.review_section .owl-carousel .owl-item {
  border-right: solid 1px #d9d9d9;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media (max-width:1440px){
  .aboutSec .aboutCntn{padding: 0 20px;}
}
@media (max-width:1199px){
  .header_site .nav_block ul li a{font-size: 14px; padding: 15px 20px;}
  .catBlock .col {padding: 7px;}
  .catBlock .colIn .cat_title{font-size: 28px;}
  .banner_about .banner_info .banner_title{font-size: 60px;}
  .banner_about .banner_info .banner_text{ font-size: 16px;}
}
@media (max-width:991px){
  .headerRight .headerRightTop > div{margin: 0 0 0 17px; padding: 0 0 0 20px;}
  .header_site .nav_block ul li a{padding: 15px 7px; font-size: 14px;}
  .banner_about .banner_info .banner_btn{padding: 14px 30px; font-size: 14px;}
  .aboutSec .aboutCntn {padding: 0 20px 40px; width: 100%;	}
  .aboutSec .about_img {flex: 0 0 100%;	}
  .footerIn .col{width: 50% !important;}
  .footerIn .col:nth-child(even){padding-right: 0;}
  .copyright_text{flex-direction: column; gap: 20px;}
}
@media (max-width:767px){
  .header_site .headerLeft {width: 45%; padding: 15px 0;}
  .header_site .headerRight{width: 55%;}
  .headerRight .headerRightTop {padding: 0;}
  .headerRight .headerRightTop > .headerSocial, .headerRight .headerRightTop > .call_info, .headerRight .headerRightTop > .order{display: none;}
  .headerRight .headerRightTop > div{margin: 0 17px 0 0; padding: 0 20px 0 0; background-position: right center;}
  .searchlink{padding: 0; font-size: 0; width: 20px; height: 45px; background-position: center;}
  .headerRight .headerRightBottom{display: none;}
  .order .btn{width: 100%; text-align: center;}
  .catBlock .cat_left {flex: 0 0 100%;}
  .catBlock .cat_right {flex: 0 0 100%; }
  .blog_section .blog_about .col {flex: 0 0 100%;}
  .insta_Section .pageTitle h2{padding: 50px 0 0; background-position: top center; background-size: 40px; line-height: normal;}
  .pageTitle h2{font-size: 28px;}
  .insta_Section .insta_about{grid-template-columns: repeat(3, 1fr);}
  .form_block .input_feild{flex: 0 0 100%;}
  .banner_info .play_video .show_video img {border: solid 2px #dcdcdc; border-radius: 50%; max-width: 65px;}
  .catBlock .cat_right .col {flex: 0 0 100% !important;}
  .banner_about .banner_info .banner_title {font-size: 40px;}
  .banner_about .banner_info .banner_text {}
  .banner_about .banner_img img{height: 220px; object-fit: cover;}
}
@media (max-width:480px){
  .greatFood .foodcontent h2{font-size: 50px;}
  .pageTitle .view_all{position: relative; top: -20px;}
  .blog_section .blog_about .col .blog_info{display: block;}
  .blog_section .blog_about .post_date{width: 100%; margin: 0 0 20px;}
  .pageTitle h2 {font-size: 24px;}
  .insta_Section .insta_about{grid-template-columns: repeat(2, 1fr);}
  .footerIn .col{width: 100% !important; padding: 0;}
  .copyright_text .copyright_line p{text-align: center;}
}
