@media (max-width: 767px) {
  .navbar-brand img {
    width: 70%;
  }

  .navbar-dark .navbar-toggler {
    color: var(--primary);
    font-size: 30px;
  }

  ul.navbar-nav {
    padding: 30px;
    background: #2e5541;
    position: relative;
  }

  .header-cta {
    display: none;
  }
	.ribbon{display: none;}
    .sticky {top: -6px;}
    .top-header {height: 44px;}
    
  .why-choose-box-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-text h1 {
    font-size: 30px;
    line-height: 46px;
  }

  .logo-bg {
    display: none;
  }

  .top-cta {
    display: none;
  }

  .home-contact {
    padding-top: 60px;
  }

  .home-contact-form .form-group {
    margin-bottom: 20px;
  }

  .home-about {
    padding-top: 60px;
  }

  .home-about-image {
    margin-top: 60px;
  }

  .country-images {
    margin-top: 60px;
  }

  .quality-image {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .quality {
    background-position: bottom;
  }

  .sustanability-box {
    margin-bottom: 20px;
  }

  .sustanability-box {
    padding: 50px 26px 20px 26px;
  }

  .gallery {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gallery-box {
    margin-bottom: 30px;
    flex-direction: column;
  }

  .gallery-box a {
    margin-bottom: 20px;
  }

  .service-box-left {
    flex: none;
  }

  .footer-link-margin {
    margin-left: 0;
  }

  .footer-heading {
    padding: 20px;
  }

  .footer-copyright {
    text-align: center !important;
  }

  .footer-credits {
    text-align: center;
  }

  .footer-about {
    padding: 10px;
  }

  .section-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 30px;
  }

  .our-story {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .left-image img {
    width: 200px;
    bottom: -130px;
  }

  .service-box {
    flex-direction: column;
  }

  .service-btn-group .theme-btn {
    padding: 14px 14px;
    font-size: 14px;
  }

  .service-content p {
    margin-right: 0;
  }

  .benefit-right ul {
    padding: 0;
  }

  .service-btn-group {
    display: flex;
  }

  .benefit-right {
    padding-right: 0;
    margin-top: 20px;
  }

  .benefit-right ul li {
    display: flex;
  }

  .why-choose ul {
    padding: 0;
  }

  .second-choose {
    margin-top: 30px;
  }

  .why-choose ul li {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .free-yourself-box {
    margin: 0;
    padding: 30px 30px;
  }

  .gallery-box img {
    width: 100% !important;
  }

  .benefit-left img {
    height: auto;
  }

  .hero-area {
    padding-bottom: 50px;
  }

  .hero-area .pt-150 {
    padding-top: 0;
  }

  .hero-area .pb-150 {
    padding-bottom: 30px;
  }

  .hero-contact {
    margin: 6px;
  }

  .desktop-service-section {
    display: none;
  }

  .mobile-service {
    display: block;
  }

  .m-service {
    display: block;
  }

  .d-service {
    display: none;
  }

  .sticky .navbar-nav .nav-link {
    color: #fff;
  }

  .mobile-service {
    padding-bottom: 20px;
  }
  .main-footer .useful-links {
    text-align: center !important;
  }

  .main-footer {
    padding-bottom: 70px;
  }
  .privacy {
    margin-top: 70px !important;
  }
	
	.ribbon1 span {
		font-size: 10px;
		padding: 5px 4px 5px;
	}
	.ribbon1 {
		top: -18px;
		right: 64px;
	}
	.ribbonbtn{display: none;}
	.top-header p.tr-folor {transform: translateY(0);}
	.ribbon {transform: translateY(0px);}
	
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
}