body {
  padding: 0;
  margin: 0;
}

/*
* {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
*/

.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-center {
  align-items: center;
}
.space-around {
  justify-content: space-around;
}
.space-between {
  justify-content: space-between;
}
.space-evenly {
  justify-content: space-evenly;
}
.justify-center {
  justify-content: center;
}

.container {
  max-width: 1350px !important;
}

h1 {
  font-size: 50pt;
  line-height: 50pt;
}
h2 {
  font-size: 36pt;
  line-height: 36pt;
}
h4 {
  font-size: 18pt;
  line-height: 24pt;
}
h5 {
  font-size: 15pt;
  line-height: 18pt;
}
h6 {
  font-size: 12pt;
  line-height: 15pt;
}

.text-underlined {
  text-decoration: underline !important;
}

.btn {
  padding: 7px 10px !important;
  font-size: 12pt !important;
  line-height: 12pt !important;
  font-weight: normal !important;
  text-transform: none !important;
}
.btn-shadow {
  box-shadow: 0px 0px 5px 1px #fff !important;
}

.inline-link {
  color: unset;
  text-decoration: underline;
}
.inline-link:hover {
  color: unset !important;
  text-decoration: underline !important;
  opacity: 0.7;
}

.img.mobile {
  display: none;
}

.custom-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.custom-list .list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2px;
}
.custom-list .list-item .content {
  font-size: 13pt !important;
  padding: 0 !important;
  margin: 0 !important;
  width: unset !important;
}
.custom-list-2 {
  padding: 0px 20px;
}
.custom-list-2 .list-item {
  margin-bottom: 15px;
}

.register input {
  width: 25%;
  min-width: 300px;
}

.logo-holder {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.logo-holder img {
  height: 75px;
}
.logo-holder span {
  text-transform: uppercase;
  font-size: 20pt !important;
  line-height: 20pt !important;
}
.header-inner .header-extras > ul > li {
  margin: 0 5px;
}
.header-inner nav a {
  font-size: 10pt !important;
  line-height: 10pt !important;
}

footer {
  padding: 20px;
  /* width: 100%; */
  /* height: 100vh; */
  /* max-height: 720px; */
  /* position: relative; */
}
footer .content,
footer .background {
  /* position: absolute; */
  /* top: 0; */
  /* width: 100%; */
  /* height: 100%; */
  /* max-width: 100%!important; */
  margin: 0;
}
footer .content .container {
  margin: auto;
}
footer .background .img {
  width: 100%;
  height: 100%;
}
footer .footer-menu {
  min-width: 200px;
}
footer .footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-menu ul li {
  margin-bottom: 2px;
}
footer .footer-menu ul li a {
  border-bottom: 1px solid;
}
footer .social-media {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .social-media li {
  margin: 0 5px;
}
footer .social-media li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  background-color: rgb(226 184 92 / 30%);
  border-radius: 5px;
}
footer .logo-holder span {
  margin: 15px 5px 0;
}

.top-banner {
  width: 100%;
  height: 100vh;
  margin-top: -80px;
}
.top-banner.full-page {
  height: calc(100vh - 50px);
  margin-top: 50px;
}
.top-banner .background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
}
.top-banner .background .img {
  width: 100%;
  height: 100%;
}
.top-banner .top {
  height: 60vh;
}
.top-banner .bottom {
  height: 30vh;
}
.top-banner .top .img {
  width: 100%;
  max-width: 450px;
}
.top-banner .parent-form form {
  text-align: center;
}

.about.consulting-managed .img {
  width: 100%;
  max-width: 400px;
}
.about.mobile-app .img {
  width: 100%;
  max-width: 250px;
}
.about.youtube .youtube-video-holder {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.about.product-info .portfolio-item .img-holder {
  width: 100%;
  text-align: center;
  margin: 0 0 45px;
}
.about.product-info .portfolio-item .img-holder img {
  width: 100%;
  max-width: 650px;
}
.about.pricing-info .grid-filter li,
.about.product-info .grid-filter li {
  margin: 0 2px 4px 2px !important;
}

.slider .slide {
  padding: 0 100px;
}
.slider.slider-info .slide .img {
  height: 100%;
  max-height: 150px;
  width: 100%;
  max-width: 150px;
}
.slider.slider-testimonials .slide .img {
  width: 100%;
  max-width: 250px;
  height: unset;
}

.accept-cookie {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px;
  border-top: 1px solid #000;
  line-height: 30px;
  text-align: center;
  z-index: 9999;
}
.accept-cookie .text {
  margin: 0 5px;
}
.accept-cookie .btn-box {
  margin: 0 5px;
  padding: 5px 10px;
  text-decoration: none;
}
.accept-cookie .btn-text {
  margin: 0 5px;
  text-decoration: underline;
}

.grid-filter ul {
  text-align: center;
}
.grid-filter ul li {
  margin-bottom: 5px;
}
.grid-item,
.portfolio-item {
  cursor: unset;
}
.about.pricing-info .grid-filter ul li a {
  cursor: pointer;
}
.about.pricing-info .pricing-holder {
  padding: 20px 0;
  height: 100px;
  margin-top: 1px;
}

.pricing-holder .plan-price {
  font-size: 20pt;
}
.pricing-holder .plan-price.old {
  font-size: 14pt;
  margin-bottom: 10px;
  position: relative;
}
.pricing-holder .plan-price.old sup {
  font-size: 18px;
  top: -18px;
}
.plan-price.old:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 25%;
  width: 50%;
  height: 2px;
  transform: rotate(10deg);
}

.about.pricing-info .pricing-table .plan {
  min-width: 232px;
}
.about.pricing-info .slider-holder {
  display: block;
  width: 100%;
}
.about.pricing-info .slider-holder .slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  min-height: 4px;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.about.pricing-info .slider-holder .slider-text-vertical {
  display: none;
}
.about.pricing-info .slider-holder .slider-text-vertical ul {
  display: flex;
  flex-direction: column !important;
  max-width: 250px;
  margin: auto;
}
.about.pricing-info .slider-holder .slider-text-horizontal ul {
  margin: 25px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.about.pricing-info .slider-holder .slider-text-horizontal ul li {
  width: 100%;
  text-align: center;
}
.about.pricing-info .slider-holder .slider-text-horizontal ul li:nth-child(1),
.about.pricing-info .slider-holder .slider-text-horizontal ul li:nth-child(2) {
  text-align: left;
}
.about.pricing-info .slider-holder .slider-text-horizontal ul li:nth-child(4),
.about.pricing-info .slider-holder .slider-text-horizontal ul li:nth-child(5) {
  text-align: right;
}
.about.pricing-info .slider-holder .slider-text-horizontal ul li a {
  cursor: pointer;
  font-size: 14pt;
  text-align: center;
}
.about.pricing-info .slider-holder .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 45px;
  border-radius: 50px;
  background-color: #0f9a63;
  cursor: pointer;
}
.about.pricing-info .slider-holder .slider::-moz-range-thumb {
  width: 25px;
  height: 45px;
  border-radius: 50px;
  background-color: #0f9a63;
  cursor: pointer;
}
.about.pricing-info .plans-holder {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-evenly;
  align-items: stretch;
  gap: 25px;
  margin-top: 45px;
}
.about.pricing-info .plans-holder .plan {
  position: relative;
  width: 100%;
  max-width: 300px;
  text-align: center;
}
.about.pricing-info .plans-holder .plan .top,
.about.pricing-info .plans-holder .plan .bot {
  position: absolute;
  width: 100%;
  height: 50px;
}
.about.pricing-info .plans-holder .plan .mid {
  padding: 50px 0;
  margin-bottom: 25px;
}
.about.pricing-info .plans-holder .plan .top {
  top: 0;
  left: 0;
}
.about.pricing-info .plans-holder .plan .bot {
  bottom: 0;
  left: 0;
}
.about.pricing-info .plans-holder .plan .top::after,
.about.pricing-info .plans-holder .plan .top::before,
.about.pricing-info .plans-holder .plan .bot::after,
.about.pricing-info .plans-holder .plan .bot::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 50px;
  background: #fff;
}
.about.pricing-info .plans-holder .plan .top::before {
  top: -20px;
  right: -30px;
  transform: rotate(45deg);
}
.about.pricing-info .plans-holder .plan .top::after {
  top: -20px;
  left: -30px;
  transform: rotate(-45deg);
}
.about.pricing-info .plans-holder .plan .bot::before {
  top: 20px;
  right: -30px;
  transform: rotate(135deg);
}
.about.pricing-info .plans-holder .plan .bot::after {
  top: 20px;
  left: -30px;
  transform: rotate(-135deg);
}
.about.pricing-info .plans-holder .plan .mid .title {
  height: 50px;
  line-height: 50px;
  font-size: 15pt;
}
.about.pricing-info .plans-holder .plan .mid .custom-list {
  margin: 0;
  padding: 0;
}
.about.pricing-info .plans-holder .plan .mid .custom-list .list-item {
  justify-content: center;
  align-content: center;
  margin: 10px 0;
}

.pricing-table .plan .plan-header .plan-price.old {
  position: relative;
  font-size: 35px;
}
.pricing-table .plan .plan-header .plan-price.old::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 15%;
  width: 70%;
  height: 2px;
  transform: rotate(20deg);
}

.pricing-table .plan-list ul li.btn-holder {
  text-align: center;
  margin-top: 15px;
}
.pricing-table .plan-list ul li i {
  margin: 0;
  width: 15px;
  text-align: center;
}
.pricing-table .plan-list ul li strong {
  font-weight: 800;
}

.contact-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-links li {
  line-height: 20px;
  margin-bottom: 10px;
}
.contact-links li i {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}

.form-fields-required-label {
  font-weight: normal;
  font-style: italic;
}
.form-required {
  display: inline;
}

textarea.form-control {
  height: 75px;
  min-height: 75px;
  max-height: 200px;
}

.line-separator {
  padding: 5px 0px;
  margin: 0px;
  text-align: center;
  width: 100%;
  height: 1px;
  background-image: url(/assets/images/shapes/line.png);
  background-repeat: no-repeat;
  background-position: center;
}

.dietitian-info {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dietitian-info li {
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.dietitian-info li > img {
  width: 100%;
  max-width: 35px;
}
.dietitian-info li > span {
  line-height: 35px;
  font-size: 12pt;
}
.dietitian-info li > span > a,
.dietitian-info li > span > a:hover {
  text-decoration: underline !important;
}

.payments-main-holder {
  padding: 20px;
}
.payments-main-holder .btns-holder {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}
.payments-main-holder .btns-holder.full {
  flex-direction: column;
}
.payment-paypal-holder,
.payment-stripe-holder {
  width: 50%;
  text-align: center;
}
.payment-paypal-holder.full,
.payment-stripe-holder.full {
  width: 100%;
}
.payment-paypal-holder > a,
.payment-stripe-holder > a {
  padding: 5px 15px;
}

.about .img {
  width: 175px;
}

.slider.slider-testimonials .slide .img-holder .rateit {
  font-size: 25px;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

@media (max-width: 991px) {
  h1 {
    font-size: 40pt;
    line-height: 40pt;
  }
  h2 {
    font-size: 30pt;
    line-height: 30pt;
  }
  h4 {
    font-size: 15pt;
    line-height: 18pt;
  }
  h5 {
    font-size: 12pt;
    line-height: 15pt;
  }
  h6 {
    font-size: 10pt;
    line-height: 12pt;
  }

  .md-hidden {
    display: none;
  }
  .md-visible {
    display: block;
  }

  .register {
    margin: 15px auto;
  }

  .top-banner .top,
  .top-banner .bottom {
    height: unset;
  }
  .top-banner .top .img {
    max-width: 350px;
  }
  .top-banner .links {
    text-align: center;
    margin-top: 15px !important;
  }

  .about .img-holder {
    text-align: center;
  }
  .about .img {
    float: none !important;
  }

  .slider.slider-testimonials .slide .img-holder {
    text-align: center;
    margin-bottom: 15px;
  }
  .slider.slider-testimonials .slide .img-holder .img {
    max-width: 150px;
  }
}

@media (max-width: 991.98px) {
  .top-banner {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .sm-hidden {
    display: none;
  }
  .sm-visible {
    display: block;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 28pt;
    line-height: 28pt;
  }
  h2 {
    font-size: 22pt;
    line-height: 22pt;
  }

  .img.desktop {
    display: none;
  }
  .img.mobile {
    display: block;
  }

  .register,
  .footer-menus {
    flex-direction: column !important;
  }
  .register {
    width: 100%;
  }
  .register .btn {
    margin-top: 15px;
  }
  .register input {
    width: 100%;
    min-width: unset;
  }

  #header .header-inner #logo a span {
    display: none;
  }

  .top-banner .top .img {
    max-width: 250px;
  }

  .slider.container {
    padding: 0 10px;
  }
  .slider .slide {
    padding: 0 65px;
  }

  .about.product-info .portfolio-item .img-holder {
    margin: 0 0 25px;
  }

  .about.pricing-info .slider-holder .slider-text-vertical {
    display: block;
  }
  .about.pricing-info .slider-holder .slider,
  .about.pricing-info .slider-holder .slider-text-horizontal ul {
    display: none;
  }

  .about.pricing-info .plans-holder {
    flex-direction: column;
    align-items: center;
  }
}
