.blog__item__title {
	height: 80px;
  padding: 10px 0px 10px 0px;
  display: inline-block;
}
.blog__item__title h3 {
  font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 400;
	border-bottom: 0px;
}
.blog__item__title h3 a:hover {
  text-decoration: underline;
}
.blog__recent__title {
  height: 80px;
  padding: 10px 0px 10px 0px;
  display: inline-block;
}
.blog__recent__title h3 {
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 0px;
}
.blog__recent__title h3 a:hover {
  text-decoration: underline;
}
.blog__item__additional {
	border-top: 1px solid #ebebeb;
	display: block;
}
.blog__item__additional .blog__item__author, 
.blog__item__additional .blog__item__createdat, 
.product-details-view-content .product-info .product__details__button, 
.we-viewproddetail-btn {
	display: inline-block;
	font-size: 14px;
}
.li-blog-description {
	display: inline-block;
	text-align: justify;
	border-bottom: 0px solid #ebebeb;
  line-height: 28px;
}
.li-sidebar-search-form .li-search-field {
	border: 1px solid #e1e1e1;
	padding: 0 10px;
	text-transform: capitalize;
	width: calc(100% - 50px);
	color: var(--cus-pri-font-color);
	font-size: 14px;
	height: 50px;
	float: left;
	background: #fff;
}
.li-sidebar-search-form .li-search-btn {
	width: 50px;
	height: 50px;
	margin-left: -4px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	background-color: #9f5444;
	border: 1px solid #9f5444;
}
.post_header {
  padding: 30px 30px 15px 30px;
}
.post_header h1 {
	font-size: 34px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 7px;
	text-transform: capitalize;
}
.blog_wrapper .blog_meta {
	margin-bottom: 17px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .blog_wrapper.blog_details #blog__detail__area {
    padding: 0px;
  }
}
.blog_wrapper .blog_meta span {
	font-size: 13px;
	line-height: 24px;
}
.blog__details__content {
	margin-top: 2rem;
}
.blog_details .blog_thumb, .blog_fullwidth .blog_thumb {
	width: 100%;
	margin-right: 0;
}
.blog_details .blog_content {
	width: 100%;
	padding-top: 22px;
	float: left;
	text-align: left;
	padding: 20px;
}
.blog_details .post_content .container {
  width: 100%;
}
.blog_details .post_content .container-fluid {
  padding: 0px;
}
.blog_details .post_content .single-product__info--price {
  font-size: 14px;
}
.blog_details .post_content blockquote {
	font-style: italic;
	padding: 30px 45px;
	background: #f6f6f6;
	border: 1px solid #ebebeb;
	border-left: 4px solid #e8d1bf;
	text-align: justify;
}
.blog_details .post_content blockquote p {
	font-size: 16px;
	line-height: 30px;
}
.blog_details .post_content > p {
	line-height: 30px;
	margin: 20px 0;
	font-size: 15px;
	text-align: justify;
}
.blog_details .post_content > ul {
	list-style: inherit;
	margin: 28px;
	line-height: 28px;
	text-align: justify;
}
.blog_details .post_content > ul > li > ul {
  list-style: circle;
  margin: 14px;
  line-height: 28px;
  text-align: justify;
}
.blog_details .post_content > h2 {
	line-height: 38px;
	font-size: 28px;
}
.blog_details .post_content > h3 {
	line-height: 32px;
	font-size: 22px;
}
.blog_details .post_content > h4 {
	line-height: 26px;
	font-size: 16px;
}
.blog_details .post_content > p > a,
.blog_details .post_content > ul > li > a,
.blog_details .post_content > ul > li > ul > li > a,
.blog_details .post_content > table > tbody > tr > td > ul > li > a {
  color: #0000ff;
}
.blog_details .post_content > p > a:hover,
.blog_details .post_content > ul > li > a:hover,
.blog_details .post_content > ul > li > ul > li a:hover,
.blog_details .post_content > table > tbody > tr > td > ul > li > a:hover {
  color: #227501;
  font-weight: bolder;
}
.blog_content .post_content table {
  width: 100%;
  margin: 10px 0px 10px 0px;
}
.blog_content .post_content table tbody {
  border: 1px solid #ddd;
}
.blog_content .post_content table tbody tr {
  border: inherit;
}
.blog_content .post_content table tbody tr td {
  border: inherit;
}
.blog_content .post_content table tbody tr td p {
  padding: 5px;
}
.modal_social ul li {
	display: inline-block;
	margin-right: 3px;
}
.blog__sidebar {
	margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .blog_details .post_content .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog_details .post_content .single-product__info--price {
    font-size: 12px;
  }
  .blog_details .post_content > ul {
    margin: 5px;
  }
  .blog_details .post_content > ul > li > ul {
    margin: 5px;
  }
  .blog__details__content {
    margin-top: 0px;
  }
  .post_header {
    padding: 5px;
  }
  .post_header h1 {
    font-size: 28px;
  }
  .blog_details .post_content blockquote {
    padding: 5px 10px;
  }
  .blog_details .post_content > h2 {
    line-height: 38px;
    font-size: 24px;
  }
  .blog_details .post_content > h3 {
    line-height: 32px;
    font-size: 20px;
  }
}
/*------------------------------------
    22. Blog Section CSS
------------------------------------*/
.rs-blog.blog-main-home .blog-item {
  position: relative;
  transition: all 500ms ease;
}
.rs-blog.blog-main-home .blog-item .image-wrap {
  position: relative;
}
.rs-blog.blog-main-home .blog-item .image-wrap a img {
  transition: all 0.5s ease 0s;
}
.rs-blog.blog-main-home .blog-item .blog-content {
  transition: all 500ms ease;
  position: relative;
  padding: 33px 24px 38px 42px;
  background: #fff;
  box-shadow: 0 6px 25px #eee;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta {
  display: flex;
  background: #B90A0A;
  position: absolute;
  top: -46px;
  left: 44px;
  right: 0;
  text-align: center;
  justify-content: center;
  padding: 13px 0 9px;
  margin: 0;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .date {
  position: relative;
  margin-right: 20px;
  padding-right: 11px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .date:after {
  content: "";
  height: 14px;
  width: 1px;
  position: absolute;
  right: 0;
  transform: rotate(20deg) translateY(-55%);
  top: 50%;
  background: #ffffff;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .admin a {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin-right: 5px;
  color: #ffffff;
  position: relative;
  padding-right: 4px;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 47px solid #B90A0A;
  border-left: 45px solid transparent;
  left: -45px;
  display: block;
  top: 0;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 20px;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title a {
  color: #0a0a0a;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title a:hover {
  color: #bb0b0b;
}
.rs-blog.blog-main-home .blog-item .blog-content .desc {
  margin-bottom: 28px;
}
.rs-blog.blog-main-home .owl-stage-outer {
  padding: 20px 0;
  margin: -20px 0;
}
.rs-blog.style2 .blog-item {
  transition: all 500ms ease;
}
.rs-blog.style2 .blog-item .image-wrap {
  position: relative;
  overflow: hidden;
}
.rs-blog.style2 .blog-item .image-wrap img {
  transition: all .5s ease 0s;
}
.rs-blog.style2 .blog-item .image-wrap .post-categories {
  position: absolute;
  z-index: 11;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.rs-blog.style2 .blog-item .image-wrap .post-categories li {
  display: inline-block;
}
.rs-blog.style2 .blog-item .image-wrap .post-categories li a {
  background: #157A4A;
  color: #ffffff;
  transition: 0.4s;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  display: block;
}
.rs-blog.style2 .blog-item .blog-content {
  padding: 40px 24px 40px 42px;
  background: #ffffff;
  box-shadow: 0 6px 25px #eee;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta {
  display: flex;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta .admin {
  position: relative;
  margin-right: 20px;
  padding-right: 11px;
  font-size: 14px;
  font-weight: 500;
  color: #454545;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta .admin i {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #bb0b0b;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta .admin:after {
  content: "";
  height: 14px;
  width: 1px;
  position: absolute;
  right: 0;
  transform: rotate(20deg) translateY(-55%);
  top: 50%;
  background: #ccc;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta .date {
  font-size: 14px;
  font-weight: 500;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta .date i {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #bb0b0b;
}
.rs-blog.style2 .blog-item .blog-content .blog-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 0px 0px 18px 0px;
}
.rs-blog.style2 .blog-item .blog-content .blog-title a {
  color: #0a0a0a;
}
.rs-blog.style2 .blog-item .blog-content .blog-title a:hover {
  color: #bb0b0b;
}
.rs-blog.style2 .blog-item .blog-content p {
  margin: 0;
}
.rs-blog.style2 .blog-item:hover {
  transform: translateY(-10px);
}
.rs-blog.style2 .blog-item:hover .image-wrap {
  position: relative;
  overflow: hidden;
}
.rs-blog.style2 .blog-item:hover .image-wrap img {
  transform: scale(1.1);
}
.rs-blog.style2 .owl-stage-outer {
  padding: 20px;
  margin: -20px;
}
.rs-blog.style2.home3-blog-style .blog-item {
  box-shadow: 0 6px 25px rgba(12, 89, 219, 0.09);
  margin-top: 15px;
  padding: 15px;
  background: #fff;
}
.rs-blog.style2.home3-blog-style .blog-item .image-wrap img {
  transition: all .5s ease 0s;
}
.rs-blog.style2.home3-blog-style .blog-item .blog-content {
  padding: 25px 30px 30px 30px;
  box-shadow: unset;
}
.rs-blog.style2.home3-blog-style .blog-item .blog-content .blog-meta .admin {
  color: #454545;
}
.rs-blog.style2.home3-blog-style .blog-item .blog-content .blog-meta .admin i {
  color: #157A4A;
}
.rs-blog.style2.home3-blog-style .blog-item .blog-content .blog-meta .admin:after {
  display: none;
}
.rs-blog.style2.home3-blog-style .blog-item .blog-content .blog-meta .date i {
  color: #157A4A;
}
.rs-blog.style2.home3-blog-style .blog-item .blog-content .blog-title a {
  color: #0a0a0a;
}
.rs-blog.style2.home3-blog-style .blog-item .blog-content .blog-title a:hover {
  color: #157A4A;
}
.rs-blog.style2.home3-blog-style.home4-blog-style .blog-item .blog-content .blog-meta .date i,
.rs-blog.style2.home3-blog-style.home4-blog-style .blog-item .blog-content .blog-meta .admin i,
.rs-blog.style2.home3-blog-style.home4-blog-style .blog-item .blog-content .blog-title a:hover {
  color: #fd4a36;
}
.rs-blog.style2.home5-blog-style .blog-item .image-wrap .post-categories li a {
  border-radius: 4px 4px 4px 4px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #4caf50 0%, #4caf50 100%);
}
.rs-blog.style2.home5-blog-style .blog-item .blog-content .blog-meta .date i,
.rs-blog.style2.home5-blog-style .blog-item .blog-content .blog-meta .admin i {
  color: #4caf50;
}
.rs-blog.style2.home5-blog-style .blog-item:hover .blog-content .blog-title a {
  color: #4caf50;
}
.rs-blog.style1 .owl-stage-outer {
  padding: 20px;
  margin: -20px;
}
.rs-blog.style1 .blog-wrap {
  background: #ffffff;
  box-shadow: 2px 4px 11px 0 rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.rs-blog.style1 .blog-wrap:hover {
  margin-top: -10px;
}
.rs-blog.style1 .blog-wrap .blog-img img {
  border-radius: 0 0 0 70px;
}
.rs-blog.style1 .blog-wrap .blog-contant {
  padding: 44px 38px 40px;
}
.rs-blog.style1 .blog-wrap .blog-contant .title {
  margin-bottom: 18px;
  font-size: 22px;
}
.rs-blog.style1 .blog-wrap .blog-contant .title a {
  color: #222;
}
.rs-blog.style1 .blog-wrap .blog-contant .title a:hover {
  color: #e94d65;
}
.rs-blog.style1 .blog-wrap .blog-contant .blog-meta {
  border-top: 1px solid #eee;
  padding-top: 22px;
  margin-top: 18px;
}
.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul {
  display: flex;
  align-items: center;
}
.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul li {
  margin-right: 35px;
}
.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul li .avatar {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  display: inline;
  margin-right: 10px;
}
.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul li a {
  color: #454545;
}
.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul li a:hover {
  color: #e94d65;
}
.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul li i {
  font-size: 17px;
  margin-right: 10px;
}
.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul li:last-child {
  margin: 0;
}
.rs-inner-blog .blog-item {
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  padding: 15px;
  transition: 0.3s;
}
.rs-inner-blog .blog-item .blog-img {
  position: relative;
}
.rs-inner-blog .blog-item .blog-img .post-categories {
  position: absolute;
  z-index: 11;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.rs-inner-blog .blog-item .blog-img .post-categories li {
  display: inline-block;
}
.rs-inner-blog .blog-item .blog-img .post-categories li a {
  background: #157A4A;
  color: #ffffff;
  transition: 0.4s;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  display: block;
}
.rs-inner-blog .blog-item .blog-img .post-categories li a:hover {
  background: #157A4A;
}
.rs-inner-blog .blog-item .blog-content {
  padding: 25px 15px 25px;
  overflow: hidden;
}
.rs-inner-blog .blog-item .blog-content .blog-title {
  margin: 4px 0 10px;
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
}
.rs-inner-blog .blog-item .blog-content .blog-title a {
  color: #0a0a0a;
}
.rs-inner-blog .blog-item .blog-content .blog-title a:hover {
  color: #bb0b0b;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate {
  overflow: hidden;
  margin: 0 0 5px;
  padding: 0 0 12px;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li {
  margin-right: 15px;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  color: #555;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date i {
  color: #bb0b0b;
  margin-right: 3px;
  font-size: 14px;
  font-weight: 600;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author {
  display: inline-block;
  padding: 0;
  margin-right: 0;
  line-height: normal;
  color: #555;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author i {
  color: #bb0b0b;
  margin-right: 3px;
  font-size: 14px;
  font-weight: 600;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li:last-child {
  margin-right: 0;
}
.rs-inner-blog .blog-item .blog-content .blog-desc {
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  color: #454545;
  text-align: justify;
  margin-bottom: 20px;
}
.rs-inner-blog .widget-area .widget-title .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #0a0a0a;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  margin: 0;
}
.rs-inner-blog .widget-area .widget-title .title:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #157A4A;
  z-index: 1;
  margin-left: 0;
  bottom: 0;
  left: 0;
}
.rs-inner-blog .widget-area .search-widget {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.rs-inner-blog .widget-area .search-widget .search-wrap {
  position: relative;
}
.rs-inner-blog .widget-area .search-widget .search-wrap [type=search] {
  color: #444444;
  padding: 12px 17px;
  width: 100%;
  border: none;
  border-radius: 5px;
  position: relative;
  background: #F6F7F9;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button {
  background: transparent;
  border: medium none;
  color: #454545;
  padding: 11px 15px 12px;
  position: absolute;
  display: block;
  right: 0px;
  top: 0;
  z-index: 10;
  font-size: 20px;
  border-radius: 0 5px 5px;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button i:before {
  font-weight: 600;
  font-size: 18px;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button:hover {
  color: #bb0b0b;
}
.rs-inner-blog .widget-area .recent-posts {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-img {
  width: 100px;
  float: left;
  padding-right: 15px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-img img {
  border-radius: 1px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc {
  overflow: hidden;
  margin-top: -8px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #0a0a0a;
  margin-bottom: 5px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a:hover {
  color: #bb0b0b;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post {
  display: block;
  font-size: 13px;
  color: #555;
  font-weight: 500;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post i {
  margin-right: 5px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post i:before {
  font-size: 12px;
  color: #bb0b0b;
}
.rs-inner-blog .widget-area .categories {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
.rs-inner-blog .widget-area .categories li {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.rs-inner-blog .widget-area .categories li a {
  font-size: 15px;
  font-weight: 500;
  color: #0a0a0a;
}
.rs-inner-blog .widget-area .categories li a:hover {
  color: #bb0b0b;
}
.rs-inner-blog .widget-area .categories li:first-child {
  border-top: none;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta {
  display: flex;
  align-items: center;
  padding: 0 0 30px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date {
  color: #555;
  font-size: 14px;
  margin-right: 8px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date i {
  font-size: 13px;
  margin-right: 3px;
  color: #bb0b0b;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date i:before {
  margin-right: 5px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  color: #555;
  font-size: 14px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line i {
  color: #bb0b0b;
  margin-right: 3px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line i:before {
  margin-right: 4px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line a {
  font-weight: 400;
  color: #555;
  font-size: 14px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line a:hover {
  color: #bb0b0b;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .post-comment {
  color: #555;
  font-size: 14px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .post-comment i:before {
  color: #FD6509;
}
.rs-inner-blog .blog-details .blog-full .comment-title {
  font-size: 24px;
  margin-bottom: 40px;
  margin-top: 35px;
}
.rs-inner-blog .blog-details .blog-full .comment-note .from-control {
  width: 100%;
  padding: 15px 20px;
  background-color: #F6F7F9;
  border: none;
  border-radius: 5px;
}
.rs-inner-blog .blog-details .blog-full .comment-note textarea {
  height: 160px;
}
.rs-inner-blog .blog-details .blog-full .comment-note ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777777;
  opacity: 1;
}
.rs-inner-blog .blog-details .blog-full .comment-note ::-moz-placeholder {
  /* Firefox 19+ */
  color: #777777;
  opacity: 1;
}
.rs-inner-blog .blog-details .blog-full .comment-note :-ms-input-placeholder {
  /* IE 10+ */
  color: #777777;
  opacity: 1;
}
.rs-inner-blog .blog-details .blog-full .comment-note :-moz-placeholder {
  /* Firefox 18- */
  color: #777777;
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single_banner .banner_thumb img {
    width: 100%;
    height: auto;
  }
}
