body,
html {
  padding: 0;
  margin: 0;
}
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #027800;
  --bs-btn-border-color: #027800;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #027800;
  --bs-btn-disabled-border-color: #027800;
}
.btn-outline-success {
  --bs-btn-color: #027800;
  --bs-btn-border-color: #027800;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #027800;
  --bs-btn-hover-border-color: #027800;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #027800;
  --bs-btn-active-border-color: #027800;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #027800;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #027800;
  --bs-gradient: none;
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.container-fluid {
  max-width: 1234px;
}
a{
  color:#2E7D32;text-decoration: none;
}
h1 {
  font-size: 44px;
}

h2 {
  font-size: 40px;
  margin-bottom: 35px;
}
h5 {
  font-size: 24px;
}

p,
ul li {
  font-size: 18px;
  line-height: 1.8em;
  color: #000;
  margin-bottom: 35px;
}
.page_body p,
.page_body ul li {
  font-size: 20px;
  color: #000;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.page_body h3 {
  padding-top: 50px;
  margin-bottom: 20px;
}
.step_1_small {
  font-size: 16px;
}

.hero_sec h1 {
  padding-bottom: 51px;
}

.subtitle {
  font-size: 20px;
}

.hero_sec {
  min-height: 100vh;
  background: url("../images/hero.png") center right no-repeat;

  display: flex;
  justify-content: center;
  align-items: center;
}

.is_rtl .hero_sec {
  
  background: url("../images/hero_rtl.png") center left no-repeat;

}

.btn {
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px;
}

.space_top_btm {
  padding-top: 80px;
  padding-bottom: 80px;
}

.space_btm {
  padding-bottom: 120px;
}

.about-sec .col-md-6:first-child {
  padding-right: 50px;
}

.about-sec .col-md-6:last-child {
  padding-left: 50px;
}


.is_rtl .about-sec .col-md-6:first-child {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left:50px;
  
}

.about-sec .col-md-6:last-child {
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right:50px;
}


.alt-bg {
  background: #f1f1f1;
}

.lady_img {
  max-width: 490px;
}

.row.alergies_row {
  align-items: center;
}

nav.navbar {
  height: 116px;
}
img.main_logo {
  max-height: 70px;
}
.card-body {
  padding: 30px;
}
img.main_logo {
  max-height: 70px;
}

li.nav-item a.nav-link {
  color: #434343;
}
.testimonial-slide {
  padding-left: 10px;
  padding-right: 10px;
}

li.nav-item {
  margin-left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

a.nav-link i {
  margin-right: 10px;
}

a.nav-link {
  font-size: 18px;
}

li.nav-item .btn {
  padding-left: 30px;
  padding-right: 30px;
}

.testimonial_img {
  width: 74px;
  height: 74px;
  border-radius: 37px;
}

.card-header_profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 29px;
}

.card-header_profile > div:first-child {
  padding-right: 20px;
}

#faqs {
  max-width: 1092px;
  margin: 0 auto;
}

.accordion-item {
  padding-bottom: 33px;
  border: 0 !important;
  border-radius: 0 !important;
}

.accordion-item p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.accordion-header {
  height: 78px;
  border: 1px solid #c1c1c1;
  border-radius: 5px !important;
  display: flex;
  overflow: hidden;
}

.accordion-header button {
  font-weight: 500;
  color: #3c3c3c;
  font-size: 20px;
}

.accordion-button:not(.collapsed) {
  height: 78px;
  color: #fff;
  background: #027800;
}

.lady_wrap {
  text-align: right;
}

footer {
  background-color: #222;
  padding-top: 76px;
}

footer .row {
  padding-bottom: 56px;
}

footer .copyrightwrap {
  border-top: 1px solid #5a5a5a;
}
footer .copyrightwrap p {
  font-size: 15px;
  padding-bottom: 0;
  margin-bottom: 0;
}
footer .copyrightwrap_inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
}

footer .footer_links a {
  margin-left: 30px;
  color: #d2d2d2;
  text-decoration: underline;
  font-size: 15px;
}
.footer_social a {
  display: inline-block;
  color: #fff;
  background: #027800;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  border-radius: 16px;
  font-size: 20px;
  margin-right: 12px;
}

.footer_social a span {
  font-size: 20px;
}

.footer_social {
  margin-top: 20px;
}

img.footer_logo_1 {
  max-height: 57px;
  margin-right: 8px;
}

img.footer_logo_2 {
  max-height: 45px;
}

.footer_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}
.footer_text {
  max-width: 374px;
}
footer p{
  color:#DADADA
}
footer .list-unstyled li {
  padding-top: 17px;margin-bottom: 0px;
}
.spacer-17 {
  width: 100%;
  padding-bottom: 17px;
  height: 1px;
  line-height: 1px;
  display: block;
}
.contact-icon {
  color: #027800;
  font-size: 20px;
  margin-right: 10px;
  width: 40px;
}

i.icon-mobile.contact-icon {
  font-size: 30px;
  text-align: left;
  margin-left: -7px;
}
.contact-info-meta {
  margin-bottom: 26px;
  vertical-align: middle;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
}
.title_bar {
  background-color: #f1f1f1;
  padding-top: 44px;
  padding-bottom: 44px;
}
.title_bar h2 {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.title_bar p {
  margin-bottom: 0;
}
.page_body {
  padding-top: 130px;
  padding-bottom: 130px;
}
.contact_box {
  align-items: stretch !important;
}
.contact_box > div {
  padding: 0;
}
.contact_box .card {
  height: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.contact_box .rightborderradius {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
.contact_box .card {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-left: 70px;
  padding-right: 70px;
  flex-direction: column;
}
.contact_box .card h2 {
  padding-bottom: 80px;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
.contact_meta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  align-items: flex-start;
  padding-bottom: 50px;
}

.contact_meta > div:first-child {
  padding-right: 25px;
  flex: 2;
}

.contact_meta > div:first-child strong,
.contact_meta > div:first-child i {
  font-size: 25px;
  font-weight: 500;
}

.contact_meta > div:last-child {
  font-size: 21px;
  flex: 3;
  padding-top: 3px;
}

.form-group.has_icon .form-control {
  padding-left: 69px;
}

.form-control {
  font-size: 18px;
}

.form-group.no_lbl {
  padding-bottom: 25px;
}

input.form-control.form-control-lg {
  height: 68px;
}

.form-group.has_icon {
  position: relative;
}

.form-group.has_icon span:not(#jms_span) {
  position: absolute;
  left: 0;
  top: 0;
  height: 68px;
  width: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-group.has_icon span i {
  font-size: 24px;
}

.contact_box .card form {
  width: 100%;
  text-align: center;
}
.contact_box .card form {
  width: 100%;
  text-align: center;
}

.login_links.extra_gap {
  padding-bottom: 80px;
}

.login_links.extra_size {
  font-size: 20px;
}

.login_links.dark_color a {
  color: #393939;
  font-weight: 500;
}

.contact_box .card form .btn:not(.btn-sm) {
  width: 100%;
  border-radius: 5px;
  height: 75px;
  margin-bottom: 40px;
}
.contact_box .card form .btn.btn-sm{
  border-radius: 5px;;
  
}
div#jms-login-message {
  width: 100%;
}
.slick-slide{
  height:auto !important
}
.form_label_left label, 
.form_label_left .row > div{
  text-align: left;
}
.form_label_left .h3{
  text-align: center;
}

.dropdown-item.active, .dropdown-item:active {
  background: #027800;
}

ul.dropdown-menu li {
  margin: 0 !important;
}
.max500{
  max-height: 500px;
  overflow-x:hidden;
  overflow-y: auto;
}



@media screen and (max-width: 768px) {
  .lady_img {
      max-width:100%;
      padding-top: 40px
  }

  p.contact-info-meta {
      justify-content: center;
  }

  .copyrightwrap_inner.container-fluid {
      flex-direction: column;
  }

  .footer_links {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
  }

  .footer_links a {
      padding-top: 10px;
  }

  footer > .container-fluid > .row > div {
      padding-bottom: 40px;
  }

  .accordion-header button {
      font-size: 15px;
  }

  .space_top_btm {
      padding-top: 40px;
      padding-bottom: 40px;
  }

  section.alt-bg.alergies_sec {
      padding-top: 40px;
  }

  h2.fw-bold {
      text-align: center;
      font-size: 20px;
  }

  .about-sec .col-md-6:first-child {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-bottom: 40px;
}

.is_rtl .about-sec .col-md-6:last-child {
    padding-left: calc(var(--bs-gutter-x) * .5);
}

  .about-sec .col-md-6:last-child .btn {
      margin: 0 auto;
  }

  .hero_sec {
      height: auto;
      min-height: 0;
      position: relative;
      text-align: center;
  }

  section.hero_sec:after {
      position: absolute;
      left: 0;
      right: 0;
      background: #ffffff6b;
      width: 100%;
      top: 0;
      height: 100%;
      content: ' ';
      z-index: 1;
  }

  section.hero_sec > .container-fluid {
      z-index: 2;
  }
  .btnactions {
    text-align: center;
  }

  .hero_sec h1 {
      font-size: 25px;
      text-align: center;
      padding-bottom: 20px;
  }nav.navbar{height:auto !important}

  a.btn.btn-outline-success {
      background: #fff;
  }
  .page_body {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  p, ul li {
      font-size: 15px;
  }
  .page_body p, .page_body ul li{
    font-size: 17px;
  }
  .contact_meta > div:last-child {
      font-size: 15px;
  }

  .contact_meta > div:first-child {
      font-size: 15px !important;
  }

  .contact_meta > div:first-child strong, .contact_meta > div:first-child i {
      font-size: 15px;
  }

  .contact_box .card {
      padding-left: 35px;
      padding-right: 35px;
      border-top-right-radius: 6px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      border-bottom: 0;
      padding-top: 25px;
      padding-bottom: 25px;
  }

  .contact_box .rightborderradius {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-left-radius: 6px;
      overflow: hidden;
  }

  .contact_meta {
      padding-bottom: 25px;
  }

  .contact_box .card h2 {
      padding-bottom: 40px;
      font-size: 22px;
  }
  .login_links.extra_gap{
    padding-bottom: 40px;
  }
  .footer_logo {
      justify-content: center;
  }
  .title_bar p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
