.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-container .right-nav {
  display: flex;
  align-items: center;
}

.nav-container .nav-logo-box {
  display: flex;
  justify-content: center;
}
.nav-container .nav-logo-box .logo {
  position: absolute;
  top: 5px;
}

.nav-container .left-nav .navbar > ul > li:first-child {
  padding-left: 0;
}

#hero .hero-content h1 {
  color: #008e37;
  margin-bottom: 15px;
}
#hero .hero-content h2 {
  margin-bottom: 20px;
}
#hero .hero-content {
  max-width: 50%;
}

.franchise-content {
  padding: 0 10% 0 5%;
}

.franchise-content h2 {
  margin-bottom: 20px;
}

.franchise-content p {
  line-height: 1.8;
  text-align: justify;
}
.contact-info-list {
  list-style: none;
  padding-left: 0;
}
.contact-info-list li {
  margin-bottom: 10px;
}

.contact-info-list li a {
  font-size: 17px;
  color: #fff;
}

.group-count {
  display: flex;
  align-items: center;
  justify-content: center;
}
.group-count h3 {
  margin: 0;
  margin-left: 10px;
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #082744;
}

.counts .count-box p {
  font-weight: 500;
  font-size: 20px;
}

.application-section {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1)
    ),
    url(../img/bg/bg-2.jpg);
  background-position: center;
  background-size: cover;
}
.contact {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1)
    ),
    url(../img/bg/bg-2.jpg);
  background-position: center;
  background-size: cover;
}
.application-section .form-group {
  margin-bottom: 10px;
}
.application-section .form-group .form-control {
  border: 1px solid lightgray !important;
  /* min-height: 40px; */
  border: 0;
}

.application-section .form-group .form-control:focus {
  box-shadow: none;
}

/* .application-section .form-group input:invalid {
  border-color: gray;
}
.application-section .form-group input:valid {
  border-color: #008e37;
} */

.application-section .btn-get-started {
  border: 0;
}

.location-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.location-wrapper .location-box {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  border: 2px solid #008e37;
}

.location-wrapper .location-box .location-box-icon {
  display: flex;
  justify-content: center;
}

.location-wrapper .location-box .location-box-title h3 {
  text-align: center;
  color: #008e37;
  font-size: 25px;
  margin-bottom: 0;
}
.location-wrapper .location-box .location-box-title p {
  text-align: center;
  color: gray;
}

.location-container {
  margin-bottom: 50px;
}

.breadcrumbs-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.breadcrumbs-content h1 {
  font-size: 50px;
  color: #fff;
}

.breadcrumbs-content ol li a {
  color: #fff;
}
.breadcrumbs-content ol li:last-child {
  color: rgb(199, 199, 199);
}

.application-section.no-bg {
  background-image: none;
}

.application-section.franchise-page .form-group {
  margin-bottom: 20px;
}

.video-container video {
  width: 100vw;
}

.gallery-item {
  border: 1px solid lightgray;
  margin-bottom: 20px;
}

.product-section {
  margin: 50px 0;
}

.product-box {
  border: 1px solid lightgray;
  margin-bottom: 25px;
}
.product-content .product-title h3 {
  background-color: #008e37;
  padding: 10px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
}

/* contact page design  start */
li,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sec-title {
  position: relative;
  padding-bottom: 40px;
}
.sec-title .title {
  position: relative;
  color: #008e37;
  font-size: 18px;
  font-weight: 700;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}
.sec-title .title:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 7px;
  width: 40px;
  height: 1px;
  background-color: #bbb;
}
.sec-title h2 {
  position: relative;
  color: #252525;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5em;
  display: block;
}
.sec-title.light h2 {
  color: #fff;
}
.contact-page-section {
  position: relative;
  /* padding-top: 110px;
  padding-bottom: 110px; */
}
.contact-page-section .inner-container {
  position: relative;
  z-index: 1;
  background-image: linear-gradient(
      to right,
      rgba(0, 142, 54, 0.871),
      rgba(0, 142, 54, 0.945)
    ),
    url(../img/bg/bg-5.webp);
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}
.contact-page-section .form-column {
  position: relative;
  padding: 0 0 0 15px;
}
.contact-page-section .form-column .inner-column {
  position: relative;
  padding: 60px 45px 30px;
  background-color: #fff;
}
.contact-page-section .info-column {
  position: relative;
}
.contact-page-section .info-column .inner-column {
  position: relative;
  padding: 60px 35px;
}
.contact-page-section .info-column h2 {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 45px;
}
.contact-page-section .info-column .list-info {
  position: relative;
  margin-bottom: 60px;
}
.contact-page-section .info-column .list-info li {
  position: relative;
  margin-bottom: 25px;
  font-size: 18px;
  color: #fff;
  line-height: 1.8em;
  padding-left: 45px;
}
.contact-page-section .info-column .list-info li:last-child {
  margin-bottom: 0;
}
.contact-page-section .info-column .list-info li i {
  position: absolute;
  left: 0;
  top: 8px;
  color: #fff;
  font-size: 30px;
}
.contact-form {
  position: relative;
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  color: #222;
  font-size: 14px;
  line-height: 38px;
  padding: 10px 30px;
  border: 1px solid #ddd;
  background-color: #fff;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
  border-color: #008e37;
}
.contact-form textarea {
  height: 250px;
  resize: none;
}
.contact-form .theme-btn {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  text-transform: capitalize;
  padding: 16px 39px;
  border: 2px solid #008e37;
  background: #008e37;
  display: inline-block;
  position: relative;
  line-height: 24px;
  cursor: pointer;
  color: #fff;
}
.contact-form .theme-btn:hover {
  color: #008e37;
  border-color: #008e37;
  background: 0 0;
}
.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: red !important;
}
.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: red;
  font-weight: 500;
}
.social-icon-four {
  position: relative;
}
.social-icon-four li {
  position: relative;
  margin-right: 18px;
  display: inline-block;
}
.social-icon-four li.follow {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
}
.social-icon-four li a {
  position: relative;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-icon-four li a:hover {
  color: #222;
}

/* contact page design  end */

.section-two {
  margin-bottom: 50px;
}

.section-two .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #009239;
  box-shadow: none;
}
.section-two .accordion-button {
  font-weight: 700;
}

#main-slide .owl-nav button.owl-next,
#main-slide .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
}
#main-slide .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
#main-slide .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
#main-slide .owl-nav button.owl-next:hover,
#main-slide .owl-nav button.owl-prev:hover {
  background-color: #009239;
}

.franchise-section {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(../img/bg/bg-9.webp);
  background-position: center;
  background-size: cover;
  margin-bottom: 50px;
}
.franchise-section .franchise-content {
  margin-top: 50px;
}
.franchise-section .franchise-content h2 {
  color: #fff;
  text-align: center;
}
.franchise-section .franchise-content p {
  color: #fff;
  text-align: center;
}

.franchise-section .franchise-content .btn-box {
  display: flex;
  justify-content: center;
}

.video-title {
  margin-top: 20px;
  text-align: center;
}
.video-title h6 {
  line-height: 1.8;
}
