/*
Theme Name: Findme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@font-face {
  font-family: 'Google Sans';
  src: url("assets/fonts/GoogleSans-Bold.woff2") format("woff2"), url("assets/fonts/GoogleSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Google Sans';
  src: url("assets/fonts/GoogleSans-Italic.woff2") format("woff2"), url("assets/fonts/GoogleSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Google Sans';
  src: url("assets/fonts/GoogleSans-Medium.woff2") format("woff2"), url("assets/fonts/GoogleSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Google Sans';
  src: url("assets/fonts/GoogleSans-Regular.woff2") format("woff2"), url("assets/fonts/GoogleSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --secondary-color: #F4E700;
  --green-color: #38B44A;
}

body, h1, h2, h3, h4, .nav li a {
  font-family: "Google Sans" !important;
}

.logo-left .logo {
  margin-right: 15px;
}

.header-nav-main > li {
  margin: 0 14px;
}
.header-nav-main > li > a {
  color: #00210E;
  font-weight: 700;
  font-size: 16px;
}
.header-nav-main > li .nav-dropdown {
  padding: 0;
}
.header-nav-main > li .nav-dropdown > li > a {
  margin: 0;
  padding: 10px 15px;
}
.header-nav-main > li .nav-dropdown > li:hover a {
  background: #F6F6F9;
}
 .header-nav-main > li:hover > a {
  color: var(--green-color);
}

.header-button-1 .button {
  font-weight: 700;
  font-size: 14px;
  box-shadow: none;
}
.header-button-1 .button:hover {
  background-color: var(--secondary-color) !important;
  color: var(--primary-color) !important;
}

.home-about .featured-box {
  align-items: center;
}
.home-about .featured-box h4 {
  font-size: 16px;
}
.home-about .row-count h4 {
  font-size: 57px;
  line-height: 64px;
  margin: 0;
}
.home-about .row-count p {
  font-size: 14px;
  margin: 0;
}

.section-title {
  border-bottom: none;
}
.section-title b {
  opacity: 0;
}
.section-title .section-title-main {
  font-size: 32px;
  border-bottom: none;
}

h4.section-title .section-title-main {
  font-size: 16px;
}

.button:not(.icon) {
  font-weight: 700;
  font-size: 14px;
  min-height: 36px;
  line-height: 34px;
}
.button:not(.icon).is-outline {
  border-width: 1px;
	background: #fff;
}

.nav-pills {
  background: var(--green-color);
  border-radius: 16px;
  padding: 8px 4px;
  width: auto !important;
  margin: 0 auto;
  display: inline-flex;
}
.nav-pills > li {
  text-align: center;
  display: flow-root;
  border-right: 1px solid #C1C9BF;
  padding: 0 8px !important;
}
.nav-pills > li:last-child {
  border-right: none;
}
.nav-pills > li > a {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding: 4px 16px;
  display: block;
  width: 100%;
  border-radius: 8px;
  min-width: 298px;
}

.tab-6 .nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.tab-6 .nav > li > a {
  padding: 4px 5px;
  min-width: auto;
}

.tab-panels {
  padding-top: 30px;
}

.product-small.col .col-inner {
  background: #F5FFF3;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
.product-small.col .badge-container {
  margin-top: 18px;
}
.product-small.col .badge-container .badge-circle {
  height: auto;
}
.product-small.col .badge-container .badge-circle .badge-inner {
  background: #FF0000;
  border-radius: 8px 8px 8px 0px;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  padding: 7px 14px;
}
.product-small.col .badge-container .badge-circle .badge-inner:before {
  content: "";
  border-style: solid;
  border-width: 0 7px 7px 0;
  border-color: transparent #BA1A1A transparent transparent;
  height: 7px;
  display: inline-block;
  position: absolute;
  bottom: -7px;
  left: -7px;
}
.product-small.col .box-text {
  padding: 16px;
}
.product-small.col .product-title a {
  font-weight: 700;
  font-size: 16px;
  color: #00210E;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
	    min-height: 41px;
}
.product-small.col .product-title a:hover {
  color: var(--green-color);
}
.product-small.col span.amount {
  font-size: 22px;
  color: var(--primary-color);
}

body .dvls_maps_wrap {
  overflow: inherit;
}
body .dvls_maps_header {
  position: relative;
  background: transparent;
  padding: 0;
}

body .dvls_maps_3col .dvls_maps_col {
  width: 20%;
}
body .dvls_maps_header_left {
  font-weight: 700;
  font-size: 16px;
}
body .dvls_maps_wrap select {
  background-color: #F8FAF5 !important;
  border: 1px solid #C1C9BF;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
}
body .dvls_maps_wrap input.dvls-submit {
  background: var(--primary-color);
  border-bottom: 2px solid #00522B;
  border-radius: 36px;
  font-size: 14px;
  line-height: 35px;
}
body .dvls_near_you {
  display: none !important;
}
body .dvls_result_status {
  padding: 5px 10px;
  background: #006D3B;
  border-radius: 8px 8px 0px 0px;
  color: #fff;
}
body .dvls_maps_sidebar {
  background: #FFFFFF;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
body .dvls_maps_main {
  padding-left: 375px;
}
body .dvls_result_infor a {
  font-size: 14px;
  color: var(--primary-color);
}
body .dvls_result_infor p {
  font-size: 14px;
}

.post-item .col-inner {
  border: 1px solid #C1C9BF;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: #FFFFFF;
  overflow: hidden;
}
.post-item .box-text {
  padding-bottom: 12px;
}
.post-item .blog-post-inner {
  display: flex;
  flex-direction: column;
  padding: 5px 16px 0px;
}
.post-item .post-title {
  color: #00210E;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 6px;
  order: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-item .post-title:hover {
  color: var(--primary-color);
}
.post-item .post-meta {
  order: -1;
  font-weight: 400;
  font-size: 14px;
  color: #717971;
  opacity: 1;
  margin-bottom: 6px;
  position: relative;
  padding-left: 20px;
}
.post-item .post-meta:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 13px;
  background: url(assets/images/date.png) no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}
.post-item .is-divider {
  order: 3;
  max-width: 100%;
  height: 1px;
  position: relative;
}
.post-item .is-divider:before {
  content: "";
  height: 3px;
  width: 50px;
  background: var(--secondary-color);
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
  transition: all .8s;
}
.post-item p.from_the_blog_excerpt {
  order: 2;
  color: #586059;
  font-weight: 400;
  font-size: 14px;
}
.post-item button {
  order: 4;
  border: none !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  color: var(--primary-color);
  text-transform: none;
  text-align: left;
  padding: 0;
  margin: 0 !important;
}
.post-item .box-vertical {
  padding: 24px;
}
.post-item .box-vertical .box-image, .post-item .box-vertical .box-text {
  display: table-cell;
  vertical-align: top;
  padding-top: 0;
}
.post-item .box-vertical .box-image {
  max-width: 42%;
  width: 42%;
}
.post-item:hover .is-divider:before {
  width: 100%;
}

.slider-nav-circle .flickity-prev-next-button {
  opacity: 1;
}
.slider-nav-circle .flickity-prev-next-button svg {
  border: 1.5px solid var(--primary-color) !important;
  padding: 28% !important;
  color: var(--primary-color);
}

.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
  margin-top: 0;
}

.slider-nav-outside.slider-nav-circle .flickity-prev-next-button.previous {
  right: 102%;
}
.slider-nav-outside.slider-nav-circle .flickity-prev-next-button.next {
  left: 102%;
}

.home-news {
  background: linear-gradient(180deg, #F5FFF3 69.1%, rgba(255, 255, 255, 0) 100%);
}

.khachhang-item {
  border: 4px solid #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
}
.khachhang-item .box-image .image-cover {
  padding-top: 140%;
}
.khachhang-item .overlay {
  background: rgba(0, 33, 14, 0.55);
  border-radius: 4px;
  width: auto;
  height: auto;
  top: 16px;
  bottom: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 99;
  padding: 10px;
  opacity: 0;
}
.khachhang-item .overlay .star-rating:before {
  color: #FFC107 !important;
}
.khachhang-item .overlay p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;

}


.khachhang-item .overlay h5 {
  font-weight: 700;
  font-size: 16px;
}
.khachhang-item:hover .overlay {
  opacity: 1;
}

.breadcrumbs-wrap, .product-page-title {
  background: #F8FAF5;
  color: #006D3B;
  font-size: 14px;
  padding-top: 10px;
}
.breadcrumbs-wrap .divider, .product-page-title .divider {
  color: #006D3B;
  margin: 0 8px;
}
.breadcrumbs-wrap a, .product-page-title a {
  color: #8B938A;
}
.breadcrumbs-wrap p, .product-page-title p {
  margin-bottom: 9px;
}

.product-page-title {
  padding-top: 0;
}
.product-page-title .page-title-inner {
  padding-top: 0;
  min-height: 44px;
}
.product-page-title a:last-child {
  color: #006D3B;
}
.product-page-title .breadcrumbs {
  color: #222;
  text-transform: none;
  font-size: 14px;
}

.box-shadow-1 {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
}

.page-about p {
  font-size: 14px;
  color: #00210E;
  margin-bottom: 10px;
}

.wpcf7 .col {
  padding-bottom: 0;
}
.wpcf7 .wpcf7-form {
  margin-bottom: 0;
}
.wpcf7 label {
  font-size: 16px;
  color: #00210E;
}
.wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 textarea {
  background: #F7F7F7;
  border: 1px solid #E4E7EB;
  border-radius: 4px;
  height: 35px;
  box-shadow: none;
}
.wpcf7 textarea {
  min-height: 94px;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}
.wpcf7 .wpcf7-submit {
  font-weight: 700;
  font-size: 14px;
  border-bottom: 2px solid #00522B;
  border-radius: 36px;
  box-shadow: none !important;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: var(--secondary-color) !important;
  color: var(--primary-color) !important;
}

.product-gallery .image-tools {
  display: none;
}
.product-gallery .new-bubble-auto {
  display: none;
}

.product-info h1.entry-title {
  font-size: 24px;
}
.product-info span.amount {
  font-size: 32px;
  color: var(--primary-color);
}
.product-info .quantity {
  display: none;
}
.product-info .single_add_to_cart_button {
  border-bottom: 2px solid #00522B;
  border-radius: 36px;
  background: var(--primary-color) !important;
  font-weight: 700;
  font-size: 14px;
}
.product-info .product-short-description {
  font-size: 14px;
  color: #586059;
}

.custom-share {
  border-top: 1px solid #C1C9BF;
  padding-top: 25px;
  display: flex;
  font-weight: 700;
  font-size: 14px;
  color: #00210E;
  align-items: center;
}
.custom-share ul {
  margin-bottom: 0;
}
.custom-share ul li {
  width: 32px;
  height: 32px;
  background: #F8FAF5;
  border: 1px solid #C1C9BF;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  margin-left: 8px;
  cursor: pointer;
}
.custom-share ul li:hover {
  border-color: var(--primary-color);
}
.custom-share ul li img {
  width: 24px;
  height: 24px;
}

.product-section {
  border-top: none;
}

.product-main .content-row {
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 32px;
}

.product-page-sections {
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 32px;
}

.product-section-title {
  font-weight: 700;
  font-size: 32px;
}

.blog-wrapper {
  padding-top: 0;
}

.blog-single {
  padding-top: 0;
}
.blog-single .entry-content {
  padding-top: 0;
  color: #00210E;
  font-size: 14px;
}
.blog-single .entry-content h2 {
  font-size: 22px;
}
.blog-single .article-inner {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
  padding: 32px;
}
.blog-single .entry-header h1.entry-title {
  font-size: 24px;
}
.blog-single .entry-header .post-meta {
  border-bottom: 1px solid #C1C9BF;
  padding-bottom: 28px;
  position: relative;
  padding-left: 25px;
}
.blog-single .entry-header .post-meta:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 13px;
  background: url(assets/images/date.png) no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
}
.blog-single .entry-header .custom-share {
  display: inline-flex;
  border: none;
  padding: 0;
  margin-left: 24px;
}

.related-title {
  font-size: 32px;
}

.footer-wrapper {
  background: url("assets/images/footer.png") no-repeat center center;
  background-size: cover;
}

.footer-1 {
  padding-top: 48px;
  font-size: 14px;
  padding-bottom: 30px;
}
.footer-1 .is-divider {
  display: none;
}
.footer-1 span.widget-title {
  display: block;
  font-size: 16px;
  text-transform: none;
  margin-bottom: 20px;
}
.footer-1 ul li a {
  font-size: 14px;
}
.footer-1 ul li + li {
  border-top: none;
}
.footer-1 p {
  margin-bottom: 10px;
}
.footer-1 .featured-box {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 8px 18px;
  display: flex;
  align-items: center;
}
.footer-1 .featured-box p {
  color: #586059;
  margin-bottom: 0;
}
.footer-1 .featured-box a {
  color: var(--primary-color);
  font-weight: 600;
}
.footer-1 .featured-box a:hover {
  color: #FF0000;
}
@media screen and (min-width: 768px) {
  .footer-1 > .row > .col:nth-child(1) {
    flex-basis: 39%;
    max-width: 39%;
  }
  .footer-1 > .row > .col:nth-child(2) {
    flex-basis: 33%;
    max-width: 33%;
    padding-left: 20px;
  }
  .footer-1 > .row > .col:nth-child(3) {
    flex-basis: 28%;
    max-width: 28%;
  }
}

.footer-1, .absolute-footer {
  background-color: transparent;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.copyright-footer {
  color: #fff;
}

.nav-pagination-box {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.nav-pagination-box .nav-pagination li:before {
  display: none;
}

.page-numbers > li > a, .page-numbers > li > span {
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  width: 28px;
  height: 28px;
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #C3C6CF;
  border-radius: 4px;
}
.page-numbers > li > a.current, .page-numbers > li > a:hover, .page-numbers > li > span.current, .page-numbers > li > span:hover {
  background-color: var(--primary-color) !important;
  color: #D2E4FF !important;
}

.back-to-top {
  border: none !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  height: 45px;
  width: 45px;
  bottom: 100px;
  background: var(--primary-color) !important;
  color: #fff !important;
  font-size: 19px;
  right: 25px;
}
.btn-list {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0;
    top: 50%;
    border-radius: 10px 0 0 10px;
    transform: translate(0, -50%);
    z-index: 5;
    padding-top: 10px;
    padding-bottom: 10px;
	border: 1px solid var(--primary-color);
    background: linear-gradient(180deg, #F5FFF3 69.1%, rgba(255, 255, 255, 0) 100%);
}
.btn-float-container {
    width: 62px;
    padding: 8px 0 4px 0;
    font-size: 10px;
    text-align: center;
}
.btn-float {
    display: block;
    margin: 0 auto !important;
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    width: 28px;
    height: 28px;
    background-size: cover;
}

@media (prefers-reduced-motion: no-preference) {
  .row-slider.slider [data-animated=true], .slider .is-selected [data-animated=true], [data-animated=true] {
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
  }

  [data-animate=bounceInUp] {
    transition: transform 0.4s cubic-bezier(0, 0.195, 0, 1.465), opacity 0.2s ease-in !important;
  }

  .slider [data-animate], [data-animate] {
    transition: filter 0.7s, transform 0.7s, opacity 0.4s ease-in !important;
  }
}
@media screen and (max-width: 1220px) {
  .header-nav-main > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1080px) {
  #logo {
    max-width: 180px;
  }

  .header-nav-main > li {
    margin: 0px 9px;
  }
  .header-nav-main > li > a {
    font-size: 12px;
  }

  .home-about .row-count h4 {
    font-size: 47px;
  }

  .home-about .row-count p {
    min-height: 44px;
  }
}
@media screen and (max-width: 820px) {
  .mobile-nav .has-icon a {
    height: 40px;
    width: 40px;
    border-color: var(--primary-color);
    line-height: 38px;
    color: #fff;
    padding: 0;
    background: var(--primary-color);
    border-radius: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-nav .has-icon a .icon-menu {
    font-size: 20px;
  }

  .off-canvas .sidebar-menu {
    padding: 50px 0;
  }

  .off-canvas .nav-vertical > li {
    border-top: none !important;
    background-color: transparent !important;
  }
  .off-canvas .nav-vertical > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #111;
    height: auto;
    font-size: 16px;
    text-transform: none;
    text-shadow: none;
    font-weight: 400;
  }
  .off-canvas .nav-vertical > li > a .ux-sidebar-menu-icon {
    display: none;
  }
  .off-canvas .nav-vertical > li > ul > li a {
    color: #111;
  }
  .off-canvas .nav-vertical > li > ul > li li {
    position: relative;
    margin-left: 20px !important;
  }
  .off-canvas .nav-vertical > li > ul > li li:before {
    content: "";
    height: 5px;
    width: 5px;
    display: inline-block;
    background-color: #111;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .home-about .featured-box h4 {
    font-size: 15px;
  }

  .section-title .section-title-main {
    font-size: 27px;
  }

  .nav-pills > li > a {
    font-size: 14px;
	  min-width: auto;
  }

  .tab-6 .nav {
    display: flex;
  }

  body .dvls_maps_header:after {
    width: 202px!important;
    height: 39px!important;
    top: 7px!important;
    background-size: contain!important;
  }

  .footer-1 {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 820px) and (min-width: 512px) {
  .footer-1 > .row > .col:nth-child(1),
  .footer-1 > .row > .col:nth-child(2) {
    flex-basis: 50%;
    max-width: 50%;
  }

  .footer-1 > .row > .col:nth-child(3) {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 820px) {
  body .slider-nav-outside.slider-nav-circle .flickity-prev-next-button {
    top: auto !important;
    bottom: -24px !important;
    height: 35px !important;
    min-width: 35px;
    min-height: 35px !important;
  }
  body .slider-nav-outside.slider-nav-circle .flickity-prev-next-button:after {
    font-size: 20px;
    line-height: 34px;
  }
  body .slider-nav-outside.slider-nav-circle .flickity-prev-next-button.previous {
    left: 40%;
    right: auto;
  }
  body .slider-nav-outside.slider-nav-circle .flickity-prev-next-button.next {
    right: 40%;
    left: auto;
  }
}
@media screen and (max-width: 520px) {
  .banner h1 {
    font-size: 20px;
  }

  .home-about .row-count h4 {
    font-size: 35px;
  }

  .product-small.col .product-title a {
    font-size: 14px;
  }

  .section-title .section-title-main {
    font-size: 22px;
  }

  .product-small.col span.amount {
    font-size: 16px;
  }

  body .dvls_maps_3col .dvls_maps_col {
    width: 100%;
  }

  body .dvls_maps_header:after {
    top: -3px!important;
  }

  .product-small.col .badge-container .badge-circle .badge-inner {
    	font-size: 13px;
		padding: 3px 11px;
  }

  body .dvls_maps_main {
    padding-left: 0;
  }

  .nav-pills > li {
    border-right: none;
  }

  .nav.nav-pills {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100% !important;
  }

  body .slider-nav-outside.slider-nav-circle .flickity-prev-next-button.previous {
    left: 34%;
  }
  body .slider-nav-outside.slider-nav-circle .flickity-prev-next-button.next {
    right: 34%;
  }
	.khachhang-item .overlay p {
		overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
	}
	.khachhang-item .overlay h5 {
		font-size: 14px;
	}
	.fb_iframe_widget_fluid {
    display: inline-block!important;
}
  .post-item .box-vertical {
    padding: 16px;
  }

  .post-item .post-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
  }

  .post-item p.from_the_blog_excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .post-item .box-vertical .box-image,
  .post-item .box-vertical .box-text {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .post-item .box-vertical .blog-post-inner {
    display: flex;
    flex-direction: column;
    padding: 13px 0px 0px;
  }

  .blog-single .article-inner {
    padding: 16px;
  }

  .blog-single .entry-header h1.entry-title {
    font-size: 17px;
  }

  .related-title {
    font-size: 22px;
  }

  .blog-single .entry-content h2 {
    font-size: 1.2em;
  }

  .blog-single .entry-header .post-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .blog-single .entry-header .custom-share {
    margin-left: -25px;
    margin-top: 10px;
  }
	body .dvls_maps_header_right {
		float:none!important;
	}
	.product-info span.amount {
		font-size: 22px;
	}
	.product-info h1.entry-title {
		font-size: 18px;
	}
	.product-page-title .breadcrumbs {
		text-align: left;
    	padding-top: 10px;
	}
	.product-main .content-row {
		    padding: 16px;
    	margin: 0 15px;
    	width: auto;
	}
	.product-section-title {
		 font-size: 18px;
	}
	.product-page-sections {
		padding: 16px
	}
	.related-products-wrapper {
		padding-bottom: 50px;
	}
	.btn-list {
		display: flex;
		position: fixed;
		bottom: 0;
		width: 100%;
		right: unset;
		top: unset;
    	background: #F5FFF3;
		z-index: 90;
		justify-content: space-around;
		box-shadow: 0 -1px 10px #8181819e;
		padding-bottom: calc(0.1rem + env(safe-area-inset-bottom));
		padding-top: 0;
		flex-direction: row;
		border: 0;
		border-radius: 0;
		transform: unset;
	}
	.section-title-container {
		margin-bottom: 15px;
	}
	body .dvls_maps_header_right form {
		 margin-bottom: 0;
	}
	.home-about .featured-box {
		    display: flex;
    	flex-direction: column;
    	align-content: center;
	}
	.home-about .featured-box .icon-box-text {
		text-align: center;
    	padding: 12px 7px 0px;
	}
	.home-about .featured-box h4 {
		line-height: 1.25;
    	border-top: 1px solid var(--primary-color);
    	padding-top: 10px;
	}
}

@media only screen and (max-width: 480px) {
 	 section.home-menu .section-bg{
		background-image: url(https://techfindme.xyz/demo/mf185/wp-content/uploads/2023/05/b03f8717e7a838f661b9.jpg) !important;
	}
}
