/*
Theme Name: Twenty Twenty-Three
Theme URI: https://wordpress.org/themes/twentytwentythree
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: twentytwentythree
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/
html{
  margin-top: 0px !important;
}
div#footer {
    display: none;
  }
  
  div#header {
    display: none;
  }
  
  /* ::::::::::::::::::::::::::::::::: start search bar css:::::::::::::::::::::::::::::::::::::::::: */
  
  
  .search-bar {
    position: relative;
    margin-bottom: 50px;
    margin-top: 50px;
  }
  
  .search-bar img {
    position: absolute;
    width: 16px;
    left: 10px;
    height: auto;
    top: 16px;
  }
  
  .search-bar input {
    width: 100%;
    color: #121212;
    height: 48px;
    outline: none;
    font-size: 16px;
    border-radius: 12px;
    padding: 0 40px;
    border: none;
  }
  
  /* ::::::::::::::::::::::::: end search bar css:::::::::::::::::::::::::::::::::::::::::: */
  
  .mycarousel-two .owl-stage {
    display: flex;
    align-items: stretch;
  }
  
  /*+++++++++++++++++++++++++   footer css start++++++++++++++++++++++++++++++++++++++++++++ */
  .footer_bottom .footer_bottom_sec {
    display: flex;
    place-items: center;
  }
  
  .footer_bottom_right p {
    margin-right: 20px !important;
  }
  
  .footer_bottom .footer_bottom_right p,
  .footer_bottom_sec span {
    font-size: 12px;
    font-weight: 400;
  }
  
  .main-header.container {
    background-color: transparent;
  }
  
  .footer_bottom ul li {
    display: inline-block;
    margin: 5px;
  }
  
  .footer_bottom_right {
    display: flex;
    place-items: center;
    margin: 3px 0px;
  }
  
  footer {
    padding-top: 90px;
    padding-bottom: 10px;
    background: #F6F6F6;
  }
  
  .footer-logo {
    width: 204px;
    margin-bottom: 45px;
  }
  
  .footer-logo img {
    width: 100%;
    height: auto;
  }
  
  .footer-section ul {
    margin-left: 10px;
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
  }
  
  .footer-section ul li a {
    text-decoration: none;
    color: #121212;
    font-size: 12px;
    font-weight: 600;
  }
  
  .footer-section button {
    border: 1px solid #121212;
    min-width: 176px;
    min-height: 40px;
    border-radius: 5px;
    margin: 0px 0px 0px 5px;
    color: #121212;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    background: transparent;
  }
  .footer-section button:hover {
    transition: border-radius 0.5s ease-in-out 0s;
    border-radius: 50px;
  }
  
  .footer-section ul li {
    list-style: none;
    padding: 6px 0px;
  }
  
  .footer-section h3 {
    font-size: 10px;
    font-weight: 300;
  }
  
  .footer-section p {
    font-size: 12px;
    font-weight: 400;
    margin: 15px 0px;
  }
  
  .footer-section .addres {
    margin: 12px 0px 0px;
  }
  
  .footer-section .contact {
    margin: 30px 0px 0px;
  }
  
  .footer-section button a img {
    margin-right: 5px;
  }
  
  .footer-getapp-mobile {
    display: none;
  }
  
  .footer-getapp-mobile button {
    width: 100%;
  }
  
  .container.footer_bottom .row {
    border-top: 1px solid #d7dde2;
    margin-top: 60px;
    display: flex;
    place-items: center;
  }
  
  /* ++++++++++++++++end footer csss++++++++++++++++++++++ */
  header button.navbar-toggler {
    box-shadow: none !important;
  }
  
  .main-header .app-download button a {
    color: #121212;
    font-size: 12px;
    font-weight: 600;
  }
  
  .my-header ul li.menu-item {
    padding: 0px 20px;
    display: inline-block;
    text-decoration: none;
  }
  .my-header ul {
    margin-top: 14px;
}
  .img-fluid {
    border-radius: 8px;
    width: 100%;
  }
  
  .my-header {
    top: 0;
    max-width: 100%;
    width: 100%;
    z-index: 9999;
    min-height: 58px;
    background: #fff;
    /*position: fixed;*/
    overflow: hidden;
  }
  
  ul.navbar-nav.mr-auto {
    padding-left: 25px;
  }
  
  ul.menu {
    display: flex;
    list-style: none;
    /* padding: 15px 0px 0px 25px; */
  }
  
  .main-header .app-download button a img {
    margin-right: 5px;
  }
  
  .main-header a {
    font-size: 16px;
    color: #121212;
  }
  
  .current-menu-item a {
    font-weight: 600;
  }
  
  .main-header .app-download {
    margin-left: auto
  }
  
  .main-header .app-download button {
    border: 1px solid #121212;
    min-width: 135px;
    min-height: 34px;
    border-radius: 4px;
    margin: 0px 0px 0px 5px;
    color: #121212;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    background-color: #ffffff;
  }
  
  .main-header .app-download button:hover {
    transition: border-radius 0.5s ease-in-out 0s;
    border-radius: 50px;
  }
  
  
  
  footer.footer-section a {
    color: #121212 !important;
  }
  
  a {
    text-decoration: none !important;
  }
  
  body {
    background: #f6f6f6 !important;
  }
  
  body {
    font-family: proxima-nova, sans-serif !important;
  }
  
  .container {
    max-width: 1000px !important;
  }
  
  hr {
    display: none;
  }
  
  h2.main_hd {
    font-size: 32px;
    font-weight: bold;
    margin: 60px 0px 25px;
    color: #121212;
  }
  
  .read-more {
    font-size: 12px;
    font-weight: 400;
    color: #121212;
  }
  
  section.like_food {
    margin-top: 70px;
  }
  
  .like_food .row {
    display: flex;
    place-items: center;
  }
  
  .like_food .post-content1 {
    padding-left: 30px;
    max-width: 510px;
    padding-right: 30px;
    margin-left: auto;
  }
  
  .like_food .bg_img img {
    height: auto;
    width: 100%;
    object-fit: cover;
  }
  .like_food .bg_img {
    max-height: 350px;
  
  }
  
  section.like_food {
    overflow: hidden;
    background: #fff;
  }
  
  .like_food h3.post-title {
    font-size: 32px;
    font-weight: bold;
    color: #121212;
  }
  
  /*<!--------------------- Start Explore Articals Css------------------>*/
  .explore .artical-img {
    margin-right: 0px;
    width: auto;
  }
  .explore .artical-img {
      margin-right: 0px;
      width: 140px !important;
      height: 140px !important;
  }
  .explore .img-fluid {
      max-width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .recent_post h2.main_hd {
    padding-top: 30px;
  }
  
  .explore .card h3.post-title a {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #121212;
    line-height: 19px;
  }
  
  .explore .card {
    background: transparent;
    padding: 0px 0px;
  }
  
  .explore .col-lg-2.col-md-4.col-sm-4.col-xs-6 {
    width: 150px;
  }
  
  .explore .row {
    justify-content: space-between;
  }
  
  /*<!--------------------- End Explore Articals Css------------------>*/
  /*<!--------------------- Start top-reads Articals Css------------------>*/
  .top-reads .artical-img {
    overflow: hidden;
    margin-right: 15px;
    border-radius: 8px;
    width: 100%;
    max-width: 320px;
  }
  
  .top-reads .card .post-content1 {
    margin-top: 0px;
    padding-left: 15px;
  }
  
  .top-reads .artical-img img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 8px;
  }
  
  .explore h3.post-title {
    text-align: center;
  }
  
  .top-reads h3.post-title {
    font-size: 15px;
    /* text-align: center; */
  }
  
  /*<!--------------------- End top-reads Articals Css------------------>*/
  /*<!--------------------- Start Featured Articals Css------------------>*/
  .main-carousel-one {
    overflow: hidden;
  }
  
  .more-content-hidden p {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #121212;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
  }
  
  .img-fluid img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  .card {
    background: #fff;
    padding: 16px 16px;
    border-radius: 16px !important;
    margin-bottom: 30px;
  }
  
  .card .d-flex {
    display: flex;
  }
  
  .artical-img {
    margin-right: 15px;
    width: 100%;
  }
  
  .Healthy {
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 10px;
    background: #EEEEEE;
    font-weight: normal;
    padding: 6px 6px;
    margin-top: 15px;
  }
  .Healthy a {
    color: #121212;
    cursor: auto;
  }
  .card .post-content1 {
    margin-top: 15px;
  }
  
  
  
  .card h3.post-title {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #121212;
  }
  
  p.post-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #121212;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
  }
  
  /*<!--------------------- End Featured Articals Css------------------>*/
  /*<!--------------------- Start Post Slider Css------------------>*/
  
  
  #my-carousel-two {
    position: relative;
  }
  
  #my-carousel-two .item {
    height: 100%;
    background: #fff;
    border-radius: 16px;
    padding: 16px;
  }
  
  #my-carousel-two .post-img {
    height: 320px;
    border-radius: 8px;
    overflow: hidden;
  }
  
  #my-carousel-two .owl-nav {
    position: absolute;
    top: 41%;
    justify-content: space-between;
    display: flex;
    /* background: red; */
    z-index: 999999;
    right: -50px;
    left: -50px;
  }
  
  #my-carousel-two .owl-nav button span {
    line-height: 20px;
    font-size: 25px;
    font-weight: 600;
    color: #000;
  }
  
  #my-carousel-two .owl-nav [class*=owl-]:hover span {
    color: #fff;
  }
  
  #my-carousel-two .owl-nav [class*=owl-]:hover {
    background: #717171 !important;
  }
  
  #my-carousel-two .owl-nav button {
    width: 35px;
    border: 1px solid #717171;
    border-radius: 50%;
    height: 35px;
  }
  
  #my-carousel-two .owl-dots {
    margin-top: 25px;
  }
  
  #my-carousel-two h3.post-title {
    font-size: 16px;
    font-weight: bold;
    color: #121212;
    line-height: 20px;
  }
  
  #my-carousel-two .post-content1 {
    margin-top: 20px;
  }
  
  .mycarousel-two button.owl-dot.active span {
    background: #121212 !important;
  }
  
  .mycarousel-two button.owl-dot span {
    background: #9D9D9D !important;
  }
  
  /*<!--------------------- End Post Slider Css------------------>*/
  /*<!--------------------- Start Main Slider Css------------------>*/
  #my-carousel-one .owl-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
  }
  
  .owl-theme .owl-dots .owl-dot span {
    width: 25px !important;
    height: 2px !important;
  }
  
  #my-carousel-one h3 {
    color: #fff;
  }
  
  #my-carousel-one .row {
    background: #161616;
    place-content: center;
    display: flex;
  }
  
  #my-carousel-one .post {
    place-items: center;
    display: flex;
  }
  
  #my-carousel-one .post-content {
    max-width: 500px;
    padding-left: 15px;
    margin-left: auto;
  }
  
  /* .post-content {
          position: absolute;
          max-width: 480px;
          left: 11%;
          top: 5%;
          color: #fff;
      } */
  .post-content h3 {
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
  }
  
  /*.post-content a.read-more {
      color: #fff;
      border: 1px solid #fff;
      font-size: 14px;
      padding: 10px 60px;
      text-decoration: none;
      border-radius: 4px;
      font-weight: 600;
  }*/
  .read_more_btn a.read-more {
    color: #000;
    border: none;
  }
  
  .read_more_btn {
    color: #000;
    background-color: #FFF;
    border: 1px solid #fff;
    min-width: 176px;
    font-size: 14px;
    padding: 10px 60px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
  }
  
  button.read_more_btn:hover {
    transition: border-radius 0.5s ease-in-out 0s;
    border-radius: 50px;
  }
  
  
  .post-content p.post-description {
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
  }
  
  .card {
    border: none !important;
  }
  
  .recent_post .row {
    align-items: stretch;
  }
  
  .recent_post .card {
    height: 100%;
    margin: 0;
  }
  
  .recent_post .col-lg-4 {
    margin-bottom: 30px;
  }
  
  .recent_post_card .read-more {
    margin-bottom: 5px;
  }
  
  .like_food.trust_building .post-content1 {
    margin: 0;
    max-width: 530px;
    padding-left: 55px;
  }
  
  .post-description_list {
    padding: 0 15px;
    margin-bottom: 0px
  }
  
  .post-description_list li {
    padding-bottom: 15px;
    font-size: 16px;
    color: #121212;
  }
  .post-description_list li:last-child{
    padding-bottom: 0px;
  }
  /*<!--------------------- End Main Slider Css------------------>*/
  nav img.logo_img {
    width: 130px
  }
  
  .main-header.container {
    max-width: 1280px !important;
    padding: 2px 30px;
    width: 100%;
    z-index: 9999;
  }
  
  /*#my-carousel-one {
      margin-top: 50px;
  }*/
  /*.post-img img{
      width: 100% ;
      height: auto;
  }*/
  .owl-carousel .owl-item .post-img img {
    height: 100%;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  
  /*<!--------------------- Start Media Query Css------------------>*/
  /* mobile (portrait) ----------- */
  /* iPads (landscape) ----------- */
  @media only screen and (min-width : 992px) and (max-width : 1100px) and (orientation : landscape) {
    #my-carousel-one .post-content {
      padding-left: 30px;
    }
  
    .like_food .post-content1 {
      max-width: 515px;
      margin: 0 auto;
    }
  
    #my-carousel-two .owl-nav {
      right: -25px;
      left: -25px;
    }
  
    .mycarousel-two .row {
      padding: 15px;
    }
  }
  
  /* iPads (portrait) ----------- */
  @media only screen and (min-width : 992px) and (max-width : 1100px) and (orientation : portrait) {
    .like_food .post-content1 {
      max-width: 515px;
      margin: 0 auto;
    }
  
    #my-carousel-one .post-content {
      padding-left: 30px;
    }
  
    #my-carousel-two .owl-nav {
      right: -25px;
      left: -25px;
    }
  }
  
  @media only screen and (min-width : 768px) and (max-width : 991px) and (orientation : landscape) {}
  
  
  @media screen and (min-width : 8px) and (max-width : 485px) {
    .explore .col-lg-2.col-md-4.col-sm-4.col-xs-6 {
      width: 50%;
    }
  }
  
  @media screen and (min-device-width : 768px) and (max-device-width : 991px) {
    .read_more_btn {
      min-width: 312px;
    }
  
    header button.navbar-toggler {
      border: none;
    }
  
    .my-header {
      max-width: 1200px;
      padding: 0px 0px
    }
  
    .mycarousel-two .row {
      padding: 15px;
    }
  
    .container.mycarousel-two .large-12.columns {
      padding: 0;
    }
  
    #my-carousel-one .post-content {
      padding-left: 30px;
    }
  
    .main-carousel-one .owl-carousel .owl-item img {
      height: 395px;
      object-fit: contain;
    }
  
    .post-content h3 {
      font-weight: bold;
      font-size: 32px;
      line-height: 39px;
    }
  
    .owl-nav {
      display: none !important;
    }
  
    nav img.logo_img {
      width: 125px
    }
  
    .main-header .app-download button {
      margin: 15px 0px 0px 0px;
      display: block;
    }
  
    .main-header.container {
      padding: 15px 10px !important;
    }
  
    ul.menu {
      display: block;
      list-style: none;
      padding: 0;
    }
  
    .my-header ul li.menu-item {
      padding: 10px 0px 0px;
    }
  }
  
  /* mobile (landscape) ----------- */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .explore .col-lg-2.col-md-4.col-sm-4.col-xs-6 {
      width: 33%;
    }
  
    #my-carousel-one .post-content {
      text-align: center;
      padding: 0 30px;
      margin: 30px auto 75px;
    }
  
    .mycarousel-two .row {
      padding: 15px;
    }
  
    #my-carousel-one .owl-dots {
      display: none !important;
    }
  
    #my-carousel-one .post-content h3 {
      font-size: 32px;
      line-height: 40px;
    }
  
    .top_reads_mob,
    .featured_articles_mob {
      width: 60%;
    }
  
    .top-reads .artical-img,
    .featured_articles .artical-img {
      margin-right: 0 !important;
      width: 40% !important;
    }
  }
  
  @media screen and (min-device-width : 10px) and (max-device-width : 767px) {
    footer {
      padding-top: 50px;
    }
    .post_review {
      display: none;
  }
  
  .custom_nl input.submit_btn {
    width: 100%;
  }
  .custom_nl input.cus_input {
    width: 100% !important;
    max-width: unset !important;
  }
    .cus_comment textarea {
      width: 100%;
  }
  .more {
    top: 65px !important;
  }
    .mobile_view {
      display: block !important;
    }
  
    .featured_articles .hide_on_mobile {
      display: none !important;
    }
  
    .featured_articles .artical-img {
      margin-right: 15px;
      width: 220px;
    }
  
    .read_more_btn {
      min-width: 312px;
    }
  
    .container {
      padding: 0 30px !important;
    }
  
    .my-header {
      max-width: 1200px;
      padding: 10px 0px
    }
  
    nav img.logo_img {
      width: 120px
    }
  
    .main-header .app-download button {
      margin: 15px 0px 0px 0px;
      display: block;
    }
  
    .main-header.container {
      padding: 0px 10px !important;
    }
  
    header button.navbar-toggler {
      border: none;
    }
  
    .main-header #navbarSupportedContent {
      margin: 15px 0px;
    }
  
    /*<!--------------------- Start top-reads Query Css------------------>*/
    .top-reads .artical-img,
    .artical-img {
      margin-right: 15px;
      width: 100%;
    }
  
    /*<!--------------------- end top-reads Query Css------------------>*/
    /*<!--------------------- Start footer Query Css------------------>*/
    .footer-getapp-mobile {
      display: block;
    }
  
    .footer-section ul {
      margin-left: 0px;
      margin-bottom: 40px;
    }
  
    .footer_bottom_sec ul {
      margin-bottom: 0px;
      margin-left: 10px;
    }
  
    .footer-logo {
      margin-top: 50px;
    }
  
    .container.footer_bottom .row {
      padding-top: 15px;
    }
  
    .footer-button {
      display: none;
    }
  
    /*<!--------------------- end footer Query Css------------------>*/
    /*<!--------------------- Start like_food Query Css------------------>*/
    .like_food .post-content1 {
      padding: 30px 30px 30px;
    }
  
    .like_food h3.post-title {
      line-height: 28px;
      font-size: 24px;
    }
  
    /*<!--------------------- end like_food Query Css------------------>*/
    /*<!--------------------- Start my-carousel-two Query Css------------------>*/
    .mycarousel-two .row {
      padding: 0;
    }
  
    #my-carousel-two .post-content1 {
      margin-top: 30px;
    }
  
    h2.main_hd {
      font-size: 24px;
      font-weight: bold;
    }
  
    /*<!--------------------- end my-carousel-two Query Css------------------>*/
    .card h3.post-title {
      padding: 0px 0 0px;
    }
  
    #my-carousel-two .owl-nav {
      display: none;
    }
  
    /* .card .d-flex {
          flex-wrap: wrap;
      } */
  
    .single_post_section .top-reads .artical-img {
      height: 122px !important;
      margin-right: 15px;
    }
  
  
    /*<!--------------------- Start my-carousel-one Query Css------------------>*/
    #my-carousel-one .post-content {
      text-align: center;
      padding: 0 30px;
      margin: 30px auto 70px;
    }
  
    #my-carousel-one .post-content h3 {
      font-size: 32px;
      line-height: 40px;
    }
  
    .owl-dots {
      display: none;
    }
  
    /*<!--------------------- end my-carousel-one Query Css------------------>*/
    /* .post-content {
      position: absolute;
      max-width: auto;
      left: 18%;
      color: #fff;
      text-align: center;
      bottom: 95px;
      top: inherit;
      text-align: center;
      } */
    .item .post-img img {
      height: auto;
    }
  
  
    ul.menu {
      display: block;
      list-style: none;
      padding: 0;
    }
  
    .my-header ul li.menu-item {
      padding: 0px 0px 10px;
    }
  }
  
  /*<!--------------------- End Media Query Css------------------>*/
  
  
  
  /*<!--------------------- Start Single Post Page Css------------------>*/
  
  .padding-_section_custom {
    padding: 0 24px !important;
  }
  
  .simple_post_box {
    background-color: #fff;
    padding: 30px 20px 20px;
    border-radius: 8px;
    margin: 30px 0px 35px;
  }
  
  .single_post_section .by_post_user {
    width: 48px;
    margin-right: 15px;
  }
  
  .single_post_section .by_post_user .img-fluid {
    border-radius: 50%;
  }
  
  .post_review .by_post_user {
    width: 40px;
    margin-right: 15px;
  }
  
  .post_review .by_post_user_rev {
    width: 48px;
    margin-right: 15px;
  }
  
  .post_review .by_post_user_rev .img-fluid {
    border-radius: 50%;
  }
  .single_post .by_post_name .post_user_name b {
      font-weight: 500;
  }
  .single_post .by_post_name .post_user_name {
    font-size: 16px;
    margin: 0;
    padding: 3px 0px 0px;
  }
  .post_review .by_post_name p {
      line-height: 16px;
  }
  .single_post_section .artical-img .read-more {
      color: #717171;
  }
  
  p.post_reviewer_name {
    font-size: 14px;
    margin: 0;
  }
  
  p.post_p_date {
    font-size: 12px;
    margin: 0;
  }
  
  .single_post_section {
    max-width: 1280px !important;
    padding: 50px 30px 0px;
    width: 100%;
    z-index: 9999;
  }
  .cus_summary p {
    font-size: 12px;
    font-weight: normal;
    padding: 8px 0px;
  }
  .cus_summary h3 {
    font-size: 24px;
    font-weight: bold;
  }
  
  .cus_summary ul li {
    font-size: 12px;
    font-weight: normal;
    padding: 8px 0px;
  }
  
  .cus_summary ul {
    padding-left: 1rem;
  }
  
  
  .single_post_section h3.post-title.posts {
    margin: 15px 0px 30px;
    font-size: 32px;
    font-weight: bold;
  }
  
  .overflow_scroll {
    height: 90vh;
    overflow: auto;
    border-right: 1px solid #dddddd;
  }
  
  .overflow_scroll::-webkit-scrollbar {
    width: 2px;
  }
  
  .overflow_scroll::-webkit-scrollbar-thumb {
    background: #dddddd;
  }
  
  .single_post_section .top-reads .artical-img {
    height: 170px;
    min-width: 200px;
  }
  
  .pos_des p {
    font-size: 16px;
    color: #121212;
    font-weight: normal;
  }
  
  .post_review .search-bar {
    margin-bottom: 30px;
    margin-top: 35px;
  }
  
  h4.post_hd_box {
    font-size: 20px;
    font-weight: 600;
    color: #121212;
  }
  
  span.post_des_box {
    font-size: 15px;
    font-weight: normal;
    color: #121212;
  }
  
  p.author_des {
    font-size: 16px;
    color: #121212;
  
    font-weight: normal;
    margin-top: 15px;
  }
  
  p.author_hd {
    font-size: 18px;
    color: #121212;
    margin-bottom: 0px;
    margin-top: 12px;
  }
  
  .d-flex.mt-4.bdr_top {
    border-top: 1px solid #dddddd;
    padding: 30px 0px 0px;
  }
  
  .post_review .mt-4 {
    margin-top: 2rem !important;
  }
  
  
  @media screen and (min-device-width : 10px) and (max-device-width : 767px) {
      .mycarousel-two form.search-bar {
      display: none;
  }
       .single_post_section .top-reads .top_reads_mob{
      width: 50%;
  }
  .single_post_section .top-reads .artical-img {
      width: 50% !important;
      min-width: auto;
  }
    .recent_post .card .post-content1 {
      margin-top: 10px;
    }
  
    .top-reads h3.post-title {
      margin: 3px 0px 0px;
    }
  
    .like_food.trust_building .post-content1 {
      padding-left: 30px;
    }
  
    .featured_articles_mob h3.post-title {
      margin: 5px 0px 0;
    }
  
    .cus_summary {
      display: none;
    }
  
    .featured_articles_mob {
      padding-left: 15px;
    }
  
    .overflow_scroll {
      height: auto;
      border-right: none;
    }
  
    .post_review .search-bar,
    .post_review  .artical-img 
     {
      display: none;
    }
  
    .card_hide_mb .more-content-hidden.post-description {
      display: none;
    }
  }
  
  
  @media screen and (min-device-width : 10px) and (max-device-width : 467px) {
    .featured_articles .artical-img {
      width: 275px;
    }
    
  .img-fluid img {
    width: 100% !important;
  }
  
  
    .card .post-content1 {
      margin-top: 0px;
    }
  
    .card h3.post-title {
      margin-top: 10px;
      font-size: 15px;
      line-height: 20px;
    }
  
    .top_reads_mob,
    .featured_articles_mob {
      width: 50%;
    }
  
    .top-reads .artical-img,
    .featured_articles .artical-img {
      margin-right: 0 !important;
      width: 50% !important;
    }
  
    .read_more_btn {
      min-width: 212px;
    }
  }
   .single_post_section .top-reads .top_reads_mob{
      width: 70%;
  }
  .single_post_section .top-reads .artical-img {
      width: 30%;
  }
  
  /*<!--------------------- End Single Post Page Css------------------>*/
  
  /*******************start search csss******************************/
  .mobile_view {
    display: none;
  }
  
  .mobile_view .search {
    margin-right: 20px;
    z-index: 9999;
  }
  
  .mobile_view .search {
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    height: 60px;
    overflow: hidden;
    position: absolute;
    right: 60px;
    top: 0px;
    transition: all 0.5s ease-out;
    width: 25px;
  }
  
  .mobile_view .search-icon {
    float: left;
    margin-top: 18px;
  }
  
  .mobile_view .search-icon-svg {
    fill: #121212;
    width: 25px;
    height: 25px;
  }
  
  .mobile_view .search-form {
    width: calc(100% - 10px);
    background: #fff;
  }
  
  .mobile_view .search-input {
    background: #eee;
    border: none;
    color: #121212;
    float: left;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    border-radius: 16px;
    margin: 0;
    outline: 0;
    width: 100%;
    padding: 0;
    padding-left: 14px;
  }
  
  .mobile_view .search-input-wrapper {
    width: calc(100% - 30px);
    transition: all 0.6s ease-out;
    padding: 10px 20px;
    float: left;
  }
  
  .mobile_view .search-input::placeholder {
    color: #121212;
    font-size: 14px;
  }
  
  .mobile_view .search-close-icon {
    background: none;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    float: right;
    margin-top: 18px;
    outline: 0;
    padding: 0;
    opacity: 0;
    transition: opacity 0.25s;
  }
  
  .mobile_view .search-close-icon-svg {
    height: 25px;
    width: 25px;
    fill: #121212;
  }
  
  .mobile_view .is-search-open.search {
    width: calc(100% - 46px);
  }
  
  .mobile_view .is-search-open .search-close-icon {
    opacity: 1;
    transition-delay: 0.25s;
  }
  .more {
    position: absolute;
    top: 80px;
    font-size: 14px;
    width: auto !important;
    font-weight: 500;
    color: #121212;
    right: 0;
    cursor: pointer;
  }
  .explore .row {
    justify-content: left;
}
  .referenceblock_main {
    position: relative;
  }
  .featured_articles .artical-img.artical_side_img img {
    object-fit: cover;
    height: 210px;
    width: 250px;
  }
  .fi-first img {
    object-fit: cover;
    height: 315px;
  }
  /*******************end search csss******************************/
  
  
  /*******************Start Comment box csss******************************/
  .cus_comment input {
    background: #ffffff;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    border-radius: 4px;
    height: 50px;
    padding: 5px 10px;
    border: 1px solid #dee2e6;
  }
  .cus_comment textarea {
    max-height: 120px;
    border-radius: 4px;
    padding-left: 10px;
    padding-top: 10px;
    border: 1px solid #dee2e6;
  
  }
  
  .cus_comment p.comment-form-cookies-consent {
    display: flex;
  }
  .cus_comment p.comment-form-cookies-consent label {
    margin: 0px 0px 0px 8px;
  }
  .cus_comment input#submit {
    font-weight: bold;
    border-radius: 8px;
    background-color: #121212;
    color: #fff;
    cursor: pointer;
    padding: 10px 15px;
    font-size: 14px;
    width: 156px;
    height: 48px;
  }
  p.comment-form-email, p.comment-form-url {
    width: 50%;
    display: inline-block;
    float: left;
}
p.comment-form-author input, p.comment-form-comment textarea {
    width: 98%;
    display: block;
}

p.comment-form-email input, p.comment-form-url input {
    width: 96%;
    margin-right: 20px;
}
  .cus_comment label {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600;
  }
  .cus_comment h3#reply-title {
    font-size: 32px;
    font-weight: bold;
    color: #121212;
  }
  .cus_comment {
    margin: 60px 0px 0px;
  }
  .cus_comment p.logged-in-as {
    font-size: 14px;
    color: #121212;
    font-weight: normal;
  }
  
  .cus_comment img {
    border-radius: 50px;
    height: 40px;
    width: 40px;
  }
  .cus_comment .comment-content p {
    font-size: 15px;
    color: #121212;
    font-weight: normal;
  }
  
  .cus_comment a.url {
    color: #e02e2e;
  }
  
  .cus_comment .comment-metadata {
    margin: 12px 0px 4px;
  }
  
  .cus_comment .comment-metadata a {
    color: #121212;
    font-size: 12px;
  }
  
  .cus_comment a.comment-reply-link {
    color: #e02e2e;
  }
  
  .cus_comment a#cancel-comment-reply-link {
    color: #e02e2e;
    padding: 0px 0px 0px 2px;
  }
  
  .cus_comment p.logged-in-as a {
    color: #121212;
    font-weight: bold;
  }
  footer.comment-meta {
    padding-top: 20px;
}
.depth-2 footer.comment-meta {
  padding-top: 0px;
}
li.depth-2 {
  border-left: 1px solid #dee2e6;
  padding-left: 12px;
  margin: 20px 0;
}
li.comment.depth-1 {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 5px;
}

a.comment-reply-link:before {
  content: "";
    padding-left: 22px;
    margin-top: 2px;
    display: block;
    width: 18px;
    height: 18px;
    float: left;
  background: url('https://healthifymedev.wpengine.com/wp-content/uploads/2023/03/images-removebg-preview-2.png') no-repeat;
}
  /*******************end Comment box csss******************************/
  
  
  /*******************Start Newslatter css******************************/
  .custom_nl input.cus_input {
    border-radius: 4px;
    padding: 10px 25px;
    width: 100%;
    background-color: #F6F6F6;
    border: none;
    text-align: left;
    height: 48px;
    font-size: 16px;
    max-width: 350px;
  }
  
  .custom_nl input.submit_btn {
    font-weight: bold;
    border-radius: 8px;
    background-color: #121212;
    color: #fff;
    border: none;
    cursor: pointer;
    height: 48px;
    width: 156px;
    margin-top: 15px;
    padding: 0px 30px;
    font-size: 14px;
  }
  .custom_nl {
    margin-top: 35px;
  }
  /*******************End Newslatter css******************************/
  .artical-img.artical_side_img img {
      width: auto;
  }
  @media only screen and (max-width: 600px) {
    .ml-auto.app-download{
      display: none;
    }
    .card .post-content1 {
      margin-top: 20px;
    }
  }
  .search_res {
    margin-top: 60px;
    margin-bottom: 60px;
}

.search_res h1.page-title {margin-bottom: 20px;font-size: 24px;font-weight: 600;}
.search_res .search_res_main {
  text-align: center;
}
.search_res .card img {
  object-fit: cover;
  height: 215px;
}


@media only screen and (min-width: 200px) and (max-width: 767px)  {
  .my-header nav.navbar.navbar-expand-lg.main-header.container {
    position: absolute;
    background: #fffffff2;
}
  .my-header ul li.menu-item {
    padding: 6px 0px;
    display: block;
  }
  .custom_nl input.submit_btn {
    width: 100%;
  }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px)  {   
    .my-header nav.navbar.navbar-expand-lg.main-header.container {
      position: absolute;
      background: #fffffff2;
  }
    .my-header ul li.menu-item {
      padding: 6px 0px;
      display: block;
    }
}

#return-to-top {
  scroll-behavior: smooth;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 45px;
  height: 45px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  scroll-behavior: smooth;
  color: #fff;
  margin: 0;
  position: relative;
  left: 15px;
  top: 10px;
  font-size: 17px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
/* single blog */
.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-table .has-border-color>*,.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr{border-color:inherit}.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th,.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:currentColor}.wp-block-table table[style*=border-right-color]>*,.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th,.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:currentColor}.wp-block-table table[style*=border-left-color]>*,.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr{border-left-color:inherit}.wp-block-table table[style*=border-style]>*,.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr{border-style:inherit}.wp-block-table table[style*=border-width]>*,.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr{border-width:inherit;border-style:inherit}

.explore_for_mobile {
  display: none;
}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {

}
/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {

}
/* mobile (landscape) ----------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .referenceblock_main
{
  display: none;
}
.explore_for_mobile {
  display: block;
}
}
/* mobile (portrait) ----------- */
@media only screen and (max-width: 479px) {
  .referenceblock_main
{
  display: none;
}
.explore_for_mobile {
  display: block;
}
}