@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");

html {
  overflow-x: hidden;
}
body {
  position: relative;
  overflow-x: hidden;
  color: #505456;
  font-family: "Roboto", sans-serif;
}

body * {
  font-family: "Roboto", sans-serif;

}

p {
  font-size: 18px;
  color: #505456;
  line-height: 28px;
  font-weight: 400;
}

ul li {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

img {
  max-width: 100%;
}
a,
a:hover {
  transition: all 0.3s ease;
  text-decoration: none;
}

/* Buttons */

.cypress-button-primary {
  padding: 8px;
  color: #6C8066;
  background-color: #c9e9a2;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  min-width: 180px;
  border: none;
}

.cypress-button-primary:hover {
  background-color: #6C8066;
  color:  #c9e9a2;
  transition: .4s ease-in-out;
}

.cypress-button-primary:focus {
  outline: none;
}


.body_section {
 margin-top: 90px;
}
i.fas,
i.fab {
  color: #243757;
  font-size: 16px;
  text-align: center;
}
.followicons a {
  margin: 0 0.3em;
}
.footerBottom .followicons {
  margin-left: 10px;
  margin-top: 2px;
}
.footer-autofruitment-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}
.footerBottom {
  padding: 20px 0;
}
.footerBottom,
.footerBottom a {
  font-size: 15px;
  color: #505456;
  font-weight: 400;
}
.header {
  width: 100%;
  display: inline-block;
  background: #fff;
}
a.toplogo {
  padding: 0;
  display: flex;
  align-items: start;
  transition: all 0.5s;
}
a.toplogo img {
  margin: 0 auto;
  transition: all 0.5s;
  flex-shrink: 0;
}
.topnavbar {
  padding: 0 15px;
}
.navbar-nav li {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.navbar-nav li a {
  color: #31334b;
  font-size: 22px;
}

.customnav ul.topnavbarul li a.nav-link {
  font-size: 17px;
  color: #678062;
  line-height: 59px;
  font-weight: 700;
  padding: 0 10px !important;
  text-transform: uppercase;
  outline: none;
}
.customnav .navbarbtn {
  background: #fff;
  height: 35px;
  width: 40px;
  padding: 0 7px;
}
.icon-bar {
  background: #f27c76;
  width: 100%;
  height: 2px;
  display: inline-block;
  float: left;
}
.customnav ul.topnavbarul li a.nav-link:focus,
.customnav ul.topnavbarul li a.nav-link:hover,
.customnav ul.topnavbarul li a.nav-link:active,
.customnav ul.topnavbarul li a.nav-link.active {
  color: #3b4138;
}
.customnav {
  background: #fff;
  padding: 25px 15px;
}
.customnav ul.topnavbarul li.last-item a {
  font-weight: 700;
  vertical-align: middle;
  background: #678062;
  color: #e6f8d0;
  font-size: 24px;
  border-radius: 35px;
  width: 250px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  padding: 0;
  text-transform: uppercase;
}
.customnav ul.topnavbarul li.last-item a:hover {
  background-color: #3b4138;
  color: #e6f8d0;
}
.customnav ul.topnavbarul li.last-item a.nav-link:focus {
  background: #3b4138;
  outline: none;
  color: #e6f8d0;
}
.customnav ul.topnavbarul li.last-item a.nav-link::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -15px 0 0 1px;
  width: 55px;
  height: 30px;
  border-radius: 50%;
  background: #3b4138;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}
.customnav ul.topnavbarul li.last-item a.nav-link:hover:before {
  -webkit-transform: scale3d(9, 9, 1);
  transform: scale3d(9, 9, 1);
}
.navbar .container {
  align-items: end;
}
@media only screen and (min-width: 992px) {
  .fixed-me {
    transition: all 0.5s;
  }
  .fixed-me {
    background-color: #fff !important;
    padding: 15px 2vw 15px 2vw !important;
    margin-bottom: 0px;
    position: fixed;
    top: 0;
    z-index: 888;
    width: 100%;
  }
  .navbar-me {
    transition: all 0.5s;
  }
  .navbar-me {
    padding: 25px 0px;
    background-color: #fff;
    top: 0px;
    border: 0px;
    border-radius: 0px;
  }
  .fixed-me a.toplogo img {
    transition: all 0.5s;
  }
  .fixed-me ul.topnavbarul li.last-item a {
    font-size: 20px;
    border-radius: 35px;
    width: 250px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    padding: 0;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex: 0 0 100%;
  }
  .navbar-expand-lg .navbar-nav.topnavbarul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex: 0 0 100%;
    align-items: center;
    padding-left: 35px;
    justify-content: flex-start;
    gap: 40px;
  }

  a.toplogo {
    align-items: center;
    margin-right: 0px;
    flex: 0 0 18%;
  }
  .navbar-me {
    padding: 15px 2vw 15px 2vw;
  }
}
#nav-icon1 {
  width: 43px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  top: 0px;
  margin-top: 8px;
}
#nav-icon1:hover,
#nav-icon1:focus {
  outline: 0;
}
#nav-icon1.open {
  top: 0px;
}
#nav-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
  top: 0px;
}
#nav-icon1 span:nth-child(2) {
  top: 10px;
}
#nav-icon1 span:nth-child(3) {
  top: 20px;
}
#nav-icon1.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon1.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.bannercontent {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  padding: 0 0 60px 0;
}

.bannercontent-body {
  max-width: 600px;
  margin: 0 auto;
}

.bannercontent-contact-info {
  padding: 11px;
  color: #6C8066;
  background-color: #c9e9a2;
  border-radius: 10px;
  margin: 30px 0;
}

.bannercontent-contact-info > p {
  margin: 0;
  color: #6C8066;
  font-size: 28px;
  line-height: 35px;
}

.banner-header-section {
  padding-top: 30px;
}

.banner-header-section .banner-header {
  background: #e6f8d0;
}

.banner-header-section .container {
  background: #e6f8d0;
}

.banner-header-section .container h1 {
  margin: 0;
  padding: 20px 0;
}

@media (max-width: 992px) {
  .bannercontent-contact-info > p {
    font-size: 18px;
    line-height: 22px;
  }
}

.bannercontent-body h2 {
  text-transform: none;
}

.bannercontent-disclaimer {
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: #6C8066;
  line-height: 18px;
}

.banner-header h1 {
  color: #747065;
  font-weight: 700;
  font-size: 45px;
  line-height: 47px;
  margin-bottom: 20px;
  text-align: center;
}

.right-section {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}


.bannercontent .hero-content {
  text-align: center;
}
.bannercontent .hero-content h2 {
  font-weight: 700;
  color: #678062;
  font-size: 45px;
  line-height: 47px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 40px;
}
.bannercontent .hero-content p {
  font-size: 28px;
  color: #3b4138;
  font-weight: normal;
  line-height: 42px;
}

.hero-content-pills-wrapper {
  display: flex;
  justify-content: space-evenly;
  gap: 15px;
  align-items: center;
}

.hero-content-pills {
  padding: 8px;
  color: #6C8066;
  background-color: #c9e9a2;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  min-width:180px;
  border: none;
}

.hero-content-pills:hover {
  background-color: #6C8066;
  color:  #c9e9a2;
  transition: .4s ease-in-out;
}

.hero-content-pills:focus {
  outline: none;
}


.hero-content-pills--location::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/locationsm.png") no-repeat top center;
  background-size: 20px;
  margin-right: 5px;
}

.hero-content-pills--participate::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/check.png") no-repeat top center;
  background-size: 20px;
  margin-right: 5px;
}

.hero-content-pills--share::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/share.png") no-repeat top center;
  background-size: 20px;
  margin-right: 5px;
}

/*global */
.tint-color {
  color:#747065;
}

.dark-green {
  color: #6C8066;
}

.darker-green {
  color: #3b4138;
}

.grey-color {
  color: #505456;

}

.light-green {
  color:  #c9e9a2;
}

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

.margin-bottom {
  margin-bottom: 30px;
}

.spacer {
  padding: 30px 0;
}

.section-spacer {
  padding-top: 60px;
}

h2, .h2 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

ul {
  padding: 0 20px;
}
.section2-img {
  height: 100px;
  margin-bottom: 5px;
}
.tablet-image {
  background: url("../images/Icon_tablet.png") no-repeat center;
  background-size: cover;

}

.calendar-image{
  background: url("../images/Icon_calendar.png") no-repeat center;
  background-size: cover;

}

.location-image {
  background: url("../images/location2.png") no-repeat center;
  background-size: contain;

}

.expect-body {
  background-color: #fce5a8;
  border-radius: 15px;
  padding: 20px;
  flex-grow: 1;
}

/* RIGHT BG */

.right-bg {
  background: #fff url("../images/right-bg.png") no-repeat right top;
  background-size: contain;
}

@media (max-width: 2042px) {
  .right-bg {
    background: #fff url("../images/right-bg.png") no-repeat right -300px top;
    background-size: contain;
  }
}

@media (max-width: 1435px) {
  .right-bg {
    background: #fff url("../images/right-bg.png") no-repeat right -400px top;
    background-size: contain;
  }
}

@media (max-width: 1234px) {
  .right-bg {
    background: #fff url("../images/right-bg.png") no-repeat right -500px top;
    background-size: contain;
  }
}

@media (max-width: 992px) {
  .right-bg {
    background: #fff url("../images/right-bg.png") no-repeat right top;
    background-size: contain;
  }
}

/* END RIGHT BG */

/* LEFT BG */

.left-bg {
  background: #fff url("../images/left-bg.png") no-repeat left bottom;
  background-size: contain;
}

@media (max-width: 1340px) {
  .left-bg {
    background: #fff url("../images/left-bg.png") no-repeat left -150px bottom;
    background-size: contain;
  }
}

@media (max-width: 1126px) {
  .left-bg {
    background: #fff url("../images/left-bg.png") no-repeat left -300px bottom;
    background-size: contain;
  }
}

@media (max-width: 992px) {
  .left-bg {
    background: #fff url("../images/left-bg.png") no-repeat left bottom;
    background-size: contain;
  }
}

/* END LEFT BG */

.doctor-bg {
  background: #fff url("../images/doctor-orange.png") no-repeat right bottom;
  background-size: 900px;
}

.faq-bg {
  background: #c9e9a2;

}

#faq .card-header {
  border-bottom: 0px;
}
#faq .card {
  background-color: #678062;
  margin-bottom: 20px;
  border-radius: 28px;
}

@media (max-width: 440px) {
  #faq .card {
    border-radius: 40px;
  }
}

#faq .card-header {
  background-color: #c9e9a2;
}
.faq-bg {
  padding: 69px 0 80px 0;
  background: #fff;
}
.faq-outer {
  display: inline-block;
  width: 100%;
}
.faq-outer .card-header {
  background: transparent;
  cursor: pointer;
  padding: 0;
  border-radius: 50px;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 28px;
}
.faq-outer .card-header h5 {
  color: #3b4138;
  font-size: 18px;
  font-weight: 600;
  padding: 18px 19px;
}
.faq-outer .card-header h5.mb-0 {
  border-bottom: 0px;
}
.faq-outer .card {
  border: 0;
  border-radius: 0px;
  margin: 0 0 0px;
}
.faq-outer .card-body {
  background: #678062;
  color: #fff;
  border-radius: 0;
  font-size: 28px;
  font-weight: 700;
  padding-top: 25px;
  padding-bottom: 40px;
  line-height: 30px;
}
.card-body p {
  color: #fff;
}

.card-body ul {
  padding-left: 60px;
}
.faq-outer .card-body p {
  margin-bottom: 0px;
}
.faq-outer h5.mb-0:before {
  float: left !important;
  background: url("../images/minus.png") no-repeat top center;
  line-height: 18px;
  width: 27px;
  height: 27px;
  content: "";
  margin: 3px 5px 0 0;
  background-size: 13px;
}
.faq-outer h5.mb-0.collapsed:before {
  float: left !important;
  background: url("../images/plus.png") no-repeat top center;
  line-height: 18px;
  width: 27px;
  height: 27px;
  content: "";
  margin: 3px 5px 0 0;
  background-size: 13px;
}
.faq-outer ul.points {
  margin: 10px 0 0;
}
.see-qualify {
  background: #c9e9a2;
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 48px;
}

.see-qualify-headline {
  font-size: 24px;
}

.path-list {
  padding-left: 60px;
}

footer.site-footer {
  width: 100%;
}
.footerTop {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}
.footerTop .container {
  position: relative;
}
.footerTop h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}
.footerTop ul {
  list-style: none;
  margin: 30px 0 20px 0;
  padding: 0;
}
.footerTop ul li {
  display: inline-block;
}
.footerTop ul li:nth-child(2) {
  margin-right: 15px;
  margin-left: 15px;
}
#myBtn {
  width: 50px;
  height: 50px;
  float: right;
  background: #fff;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: -25px;
}
.footerTop {
  background: #678062;
  width: 100%;
}
.back-to-top img {
  max-width: 30px;
}
img.autofruitmentLogo {
  max-width: 220px;
}

.footerTop h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

/* Map */

#map {
  height: 700px; /* The height is 400 pixels */
  width: 100%; /* The width is the width of the web page */
}

/* Location modal */

.location-modal-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}


@media only screen and (max-width: 991px) {
  h2, .h2, h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .section-spacer {
    padding-top: 30px;
  }

  .section2-img {
    margin-top: 25px;
    height: 200px;
    margin-bottom: 5px;
  }

  .see-qualify-headline {
    font-size: 18px;
  }

  .see-qualify {
    margin-bottom: 0;
  }
  .path-list {
    padding-left: 20px;
  }

  .card-body ul {
    padding-left: 20px;
  }

  .bannercontent {
    padding: 30px 0;
    background: #fff;
  }

  .banner-header h1 {
    font-size: 21px;
    line-height: 32px;
  }

  .bannercontent-body {
    margin: 0 20px;
  }

  .h2, h2 {
    font-size: 21px;
    line-height: 32px;
  }
  .toplogo img {
    display: block;
    max-width: 170px;
  }

  .body_section {
    margin-top: 95px;
  }

  .bannercontent-body .spacer {
    padding-top: 0;
  }

  .bannercontent-body .margin-top {
    margin-top: 0;
  }

  .customnav ul.topnavbarul li a.nav-link {
    margin-bottom: 10px;
  }
  .customnav ul.topnavbarul li a.nav-link {
    padding: 0 !important;
    line-height: 28px;
  }
  #banner .qualifybtn {
    top: -20px;
    font-size: 18px;
    max-width: 400px;
  }
  .customnav ul.topnavbarul li.last-item a {
    height: 50px;
    line-height: 50px;
    font-size: 20px !important;
  }

  .navbarbtn {
    position: relative;
    top: -2px;
  }
  .topnavbar .container {
    max-width: 96%;
  }
  .navbar-me {
    padding: 15px 0px;
    background-color: #fff;
    top: 0px;
    border: 0px;
    border-radius: 0px;
  }
  .customnav {
    padding: 10px 15px;

  }

  .doctor-bg {
    background: #ffffff;
  }

  .left-bg {
    background-size: 350px;
  }

  .expect-body {
    min-height: unset;
  }

  .right-bg .spacer {
    padding-bottom:0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .customnav ul.topnavbarul li a.nav-link {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .customnav ul.topnavbarul li a.nav-link {
    font-size: 15px;
  }

  .section2-img {
    height: 100px;
    margin-bottom: 5px;
  }
}
