@media (max-width: 767px) {
  .fel {
    display: flex !important;
    flex-direction: column !important;
  }
  .fel img {
    max-width: 100% !important;
  }
  .blogdetail .leftdetail iframe {
    max-width: 100%;
  }
  .blogdetail .leftdetail,
  .blogdetail .leftdetail p,
  .blogs p {
    font-size: 18px;
    color: #4b4f52;
    margin-bottom: 25px;
    line-height: 35px;
  }
  .navbar-nav .dropdown-menu {
    position: relative !important;
    transform: none !important;
    text-align: center;
  }
  .recent-post .in {
    background: #f8f8f8;
    text-align: center;
    margin-bottom: 30px;
  }
  section.browse-by-category a {
    margin: 15px 0;
  }
  .blogs h6 {
    margin-top: 30px;
    justify-content: center;
  }

  .blogs h4 , .blogs h1 {
    text-align: center;
  }
  .fel img {
    margin: 0 auto;
    display: block;
  }
  .topbar li a {
    font-size: 14px;
    font-weight: 400;
    color: #4b4f52 !important;
    padding: 6px 9px;
    text-align: left;
  }
  .navbar-nav .dropdown-menu {
    position: relative !important;
    transform: none !important;
    text-align: left;
    background: #fff;
    border-radius: 0;
    color: #4b4f52 !important;
    padding: 0 !important;
    border: 0;
  }
  section.hcontact img {
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
  }
  section.hcontact .wpcf7-form-control-wrap {
    margin-bottom: 15px;
    display: block;
  }
  section.recent-post.recent-single-post .inn,section.single-comment .in .comments-area, section.single-comment .in .comment-list li{
    padding: 50px 15px;
  }
  /* .blogdetail .leftdetail li , .blogdetail .leftdetail p{
    font-size: 15px;
    color: #4b4f52;
    line-height: 30px;
} */
header{
  position: fixed;
  top:0;
  width: 100%;
  z-index: 999;
}
body{
  padding-top: 54px;
}
div#crumbs {
  line-height: 30px;
}
.followus .in {
  background: #4b4f52 !important;
}
.greads h4 {
  text-align: left !important;
}
.blogdetail .leftdetail img {
  max-width: 100% !important;
}
.wp-caption.aligncenter {
  width: auto !important;
}
.blogdetail .leftdetail p.wp-caption-text{
  margin-right: 0;
}
section.single-comment .in .comment-body a {
  word-break: break-all;
}
}

@media (min-width: 1200px) {
  header {
    padding: 0;
  }
  .cheight {
    min-height: 50px;
  }
}
