.btn-info {
  background-color: #4a6fa5;
  border-color: #4a6fa5;
}
.btn-info:hover {
  color: #166088;
  background-color: #dbe9ee;
  border-color: #dbe9ee;
}

.btn-dark {
  color: #1d1d1d !important;
  border-color: #1d1d1d !important;
}
.btn-dark:hover {
  border-color: #118ab2 !important;
}

.btn-dark2 {
  color: #000000 !important;
  border-color: transparent !important;
  background: #ffffff !important;
}
.btn-dark2:hover {
  color: #000000 !important;
  border: 2px solid #000000 !important;
  background: transparent !important;
}

.btn-light {
  color: #166088;
  border-color: #166088;
}

#terms,
#privacy,
#refund,
#contact,
#login,
#signup,
#cancel,
#order,
#password-request,
#password-reset {
  padding-top: 50px;
}
#terms h1,
#terms h2,
#privacy h1,
#privacy h2,
#refund h1,
#refund h2,
#contact h1,
#contact h2,
#login h1,
#login h2,
#signup h1,
#signup h2,
#cancel h1,
#cancel h2,
#order h1,
#order h2,
#password-request h1,
#password-request h2,
#password-reset h1,
#password-reset h2 {
  color: #212529;
}
#terms h5,
#privacy h5,
#refund h5,
#contact h5,
#login h5,
#signup h5,
#cancel h5,
#order h5,
#password-request h5,
#password-reset h5 {
  color: #e6e6e9;
}

#terms,
#privacy {
  padding-left: 60px;
  padding-right: 60px;
}

.separator_wrapper {
  color: #4f6d7a;
}
.separator_wrapper i {
  color: #166088;
}
.separator_wrapper i.fa-circle {
  color: #4f6d7a;
}
.separator_wrapper::before, .separator_wrapper::after {
  margin-left: -20px;
  margin-right: -20px;
  height: 4px;
  width: 150px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background-color: #4f6d7a !important;
}

.icon_spacer::before, .icon_spacer::after {
  margin-left: 0;
  margin-right: 0;
}

.header-light {
  background-color: #ffffff;
}

.header-dark {
  background-color: #1d1d1d;
}

.workDetailHead {
  margin-top: 100px;
}

.bg-dark {
  background-color: #1d1d1d;
}

.row-contact {
  padding: 50px 0 !important;
}

.bg-dark-blue {
  background-color: #073b4c;
}

.bg-sky-blue {
  background-color: #118ab2;
}

.bg-pink {
  background-color: #ef476f;
}

.bg-dark-yellow {
  background-color: #ffd166;
}

.bg-light-green {
  background-color: #06d6a0;
}

.black-text {
  color: #000000;
}

.light-text {
  color: #e6e6e9 !important;
}

.section-title {
  color: #1d1d1d;
}

.header-style1 {
  color: #666;
  margin: 0;
  padding: 0 0 50px 0;
  font-family: "Varela Round", sans-serif;
  font-size: 3.6rem;
  text-transform: uppercase;
}

.breadcrumb-item.active {
  color: #4f6d7a;
}

/*Text*/
.text-uppercase {
  text-transform: uppercase;
}

.text-extra-medium {
  font-size: 26px;
}

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

.text-right {
  text-align: right;
}

.text-capitalize {
  text-transform: capitalize;
}

.dark-text {
  color: #1d1d1d;
}

.light-text {
  color: #073b4c;
}

/*
Shorthand 	Description
m 	Margin
t 	Top
r 	Right
b 	Bottom
l 	Left
x 	X-axis (left and right)
y 	Y-axis (top and bottom)
n 	Negative
0 	0 reset
1 	--space-1 (default .5rem)
2 	--space-2 (default 1rem)
3 	--space-3 (default 2rem)
4 	--space-4 (default 4rem)
*/
.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ml0 {
  margin-left: 0;
}

.mx0 {
  margin-left: 0;
  margin-right: 0;
}

.my0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m1 {
  margin: var(--space-1);
}

.mt1 {
  margin-top: var(--space-1);
}

.mr1 {
  margin-right: var(--space-1);
}

.mb1 {
  margin-bottom: var(--space-1);
}

.ml1 {
  margin-left: var(--space-1);
}

.mx1 {
  margin-left: var(--space-1);
  margin-right: var(--space-1);
}

.my1 {
  margin-top: var(--space-1);
  margin-bottom: var(--space-1);
}

.m2 {
  margin: var(--space-2);
}

.mt2 {
  margin-top: var(--space-2);
}

.mr2 {
  margin-right: var(--space-2);
}

.mb2 {
  margin-bottom: var(--space-2);
}

.ml2 {
  margin-left: var(--space-2);
}

.mx2 {
  margin-left: var(--space-2);
  margin-right: var(--space-2);
}

.my2 {
  margin-top: var(--space-2);
  margin-bottom: var(--space-2);
}

.m3 {
  margin: var(--space-3);
}

.mt3 {
  margin-top: var(--space-3);
}

.mr3 {
  margin-right: var(--space-3);
}

.mb3 {
  margin-bottom: var(--space-3);
}

.ml3 {
  margin-left: var(--space-3);
}

.mx3 {
  margin-left: var(--space-3);
  margin-right: var(--space-3);
}

.my3 {
  margin-top: var(--space-3);
  margin-bottom: var(--space-3);
}

.m4 {
  margin: var(--space-4);
}

.mt4 {
  margin-top: var(--space-4);
}

.mr4 {
  margin-right: var(--space-4);
}

.mb4 {
  margin-bottom: var(--space-4);
}

.ml4 {
  margin-left: var(--space-4);
}

.mx4 {
  margin-left: var(--space-4);
  margin-right: var(--space-4);
}

.my4 {
  margin-top: var(--space-4);
  margin-bottom: var(--space-4);
}

.mxn1 {
  margin-left: -var(--space-1);
  margin-right: -var(--space-1);
}

.mxn2 {
  margin-left: -var(--space-2);
  margin-right: -var(--space-2);
}

.mxn3 {
  margin-left: -var(--space-3);
  margin-right: -var(--space-3);
}

.mxn4 {
  margin-left: -var(--space-4);
  margin-right: -var(--space-4);
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

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

.margin-right-50 {
  margin-right: 50px;
}

.margin-left-50 {
  margin-left: 50px;
}

/*
Shorthand 	Description
p 	Padding
t 	Top
r 	Right
b 	Bottom
l 	Left
x 	X-axis (left and right)
y 	Y-axis (top and bottom)
n 	Negative (margin only)
0 	0 reset
1 	--space-1 (default .5rem)
2 	--space-2 (default 1rem)
3 	--space-3 (default 2rem)
4 	--space-4 (default 4rem)
*/
.p0 {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.pr0 {
  padding-right: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pl0 {
  padding-left: 0;
}

.px0 {
  padding-left: 0;
  padding-right: 0;
}

.py0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p1 {
  padding: var(--space-1);
}

.pt1 {
  padding-top: var(--space-1);
}

.pr1 {
  padding-right: var(--space-1);
}

.pb1 {
  padding-bottom: var(--space-1);
}

.pl1 {
  padding-left: var(--space-1);
}

.py1 {
  padding-top: var(--space-1);
  padding-bottom: var(--space-1);
}

.px1 {
  padding-left: var(--space-1);
  padding-right: var(--space-1);
}

.p2 {
  padding: var(--space-2);
}

.pt2 {
  padding-top: var(--space-2);
}

.pr2 {
  padding-right: var(--space-2);
}

.pb2 {
  padding-bottom: var(--space-2);
}

.pl2 {
  padding-left: var(--space-2);
}

.py2 {
  padding-top: var(--space-2);
  padding-bottom: var(--space-2);
}

.px2 {
  padding-left: var(--space-2);
  padding-right: var(--space-2);
}

.p3 {
  padding: var(--space-3);
}

.pt3 {
  padding-top: var(--space-3);
}

.pr3 {
  padding-right: var(--space-3);
}

.pb3 {
  padding-bottom: var(--space-3);
}

.pl3 {
  padding-left: var(--space-3);
}

.py3 {
  padding-top: var(--space-3);
  padding-bottom: var(--space-3);
}

.px3 {
  padding-left: var(--space-3);
  padding-right: var(--space-3);
}

.p4 {
  padding: var(--space-4);
}

.pt4 {
  padding-top: var(--space-4);
}

.pr4 {
  padding-right: var(--space-4);
}

.pb4 {
  padding-bottom: var(--space-4);
}

.pl4 {
  padding-left: var(--space-4);
}

.py4 {
  padding-top: var(--space-4);
  padding-bottom: var(--space-4);
}

.px4 {
  padding-left: var(--space-4);
  padding-right: var(--space-4);
}

:root {
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 2rem;
  --space-4: 4rem;
}

.no-background {
  background: none;
}

.display-inline-block {
  display: inline;
}

.display-inline-block > div {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.remove-border-right {
  border-right: none !important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Adjust the opacity as needed */
  pointer-events: none;
  /* Allows interactions with the video beneath */
}

/**** HEADER SECTION ****/
.sl-slide-text h1 {
  color: #166088;
}

.page-header {
  background: url("/assets/images/");
}

.page-header-content img {
  max-width: 35%;
}

/**** CONTENT ****/
#call-to-action h3 {
  color: #707070;
}

#advertisement-one h1,
#advertisement-two h1,
#featured h1,
#pricing h1,
#bmi-calculator-box h1 {
  color: #4a6fa5 !important;
  font-weight: bold;
}

#image_slides .icon {
  color: #FF751F;
}

/**** FOOTER ****/
#footer-area a {
  color: #dbe9ee;
}
#footer-area a:hover {
  color: #4a6fa5;
}

#colophon {
  color: #fff;
}

#colophon img {
  max-width: 20%;
}

.img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px
}

#login {
  /** Styles for smartphones */
  /** Styles for tablets **/
}
#login .col-md-8 {
  margin-left: 400px;
}
@media only screen and (max-width: 600px) {
  #login .col-md-8 {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  #login .col-md-8 {
    margin-left: 50px;
  }
}

#contact,
#cancel {
  padding-bottom: 50px;
}

.nav-link {
  color: #444;
}
.nav-link:hover {
  color: #284b63;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #193532;
  background-color: #284b63;
}

#portfolio .portfolio-item img {
  height: 220px;
}

#password-reset,
#password-request {
  /** Styles for smartphones */
  /** Styles for tablets **/
}
#password-reset .col-md-8,
#password-request .col-md-8 {
  margin-left: 400px;
}
@media only screen and (max-width: 600px) {
  #password-reset .col-md-8,
#password-request .col-md-8 {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  #password-reset .col-md-8,
#password-request .col-md-8 {
    margin-left: 50px;
  }
}
#password-reset .alert.alert-success,
#password-reset .alert.alert-danger,
#password-request .alert.alert-success,
#password-request .alert.alert-danger {
  width: 48%;
}

.grecaptcha-badge {
  bottom: 80px !important;
}

#signup {
  padding-bottom: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#signup h2 {
  text-transform: uppercase;
}
#signup .fancy-line {
  margin: auto !important;
}
#signup h5 {
  color: #212529;
}

#simple-header a {
  color: #284b63;
}
#simple-header img {
  width: 240px;
}

#simple-header {
  background: #ffffff;
  margin-bottom: 1.2em;
}

#simple-header img {
  width: 200px;
}

.parsley-error {
  border-color: red;
}

ul.parsley-errors-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.parsley-errors-list li {
  color: red;
}

.card-title {
  font-size: 25px;
  color: #457d58ff;
  font-weight: 400;
  margin-bottom: 0px;
}

#order {
  padding-top: 130px;
}
#order .page-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

#order-confirmation .alert-success,
#order-confirmation h3 {
  color: #0f5132 !important;
}
#order-confirmation .alert-danger,
#order-confirmation h3 {
  color: #842029 !important;
}
#order-confirmation p {
  font-size: 18px;
  color: #c0d6df;
}

#member-header {
  margin-bottom: -180px;
}

.welcome-image {
  width: 100%;
}

#welcome-box {
  z-index: 200;
}

.article {
  border: 2px solid #3a5782;
  border-radius: 5px;
  background-color: #4a6fa5;
}

#content-wrapper {
  background-color: #c0d6df;
}
#content-wrapper h2 {
  text-transform: uppercase;
  text-align: center;
}
#content-wrapper .entry-meta li,
#content-wrapper .entry-meta a:not(:hover) {
  color: #97dffc;
}
#content-wrapper .entry-title h2 a:hover {
  color: #c0d6df;
}

.header-bg .menu-link {
  color: #4f6d7a;
}

.sticky-header .not-dark .menu-link {
  color: #4f6d7a;
}

#recipe .fa-cutlery,
#recipe .fa-book {
  color: #284b63;
}

.entry-content > img {
  width: 80%;
}

#profile {
  background-size: cover;
}
#profile .update-subscription {
  background-color: #3c6e71 !important;
}
#profile .update-subscription:hover {
  background-color: #457e82 !important;
}
#profile .content-outer {
  max-width: 1200px;
}
#profile .auto-container {
  max-width: inherit;
}
#profile .confirm {
  background-color: #353535 !important;
}
#profile .confirm:hover {
  background-color: #424242 !important;
}
#profile .text-green {
  color: #0f5132;
}

.no-bg-color {
  background-color: #ffffff !important;
}

/***
Pricing table
***/
.area-title h2 {
  color: #333;
}

.pricing {
  position: relative;
  margin-bottom: 15px;
  border: 3px solid #eee;
  background-color: #fbfef2;
}

.pricing-active {
  border: 3px solid #166088;
  margin-top: -10px;
  box-shadow: 7px 7px rgba(54, 215, 172, 0.2);
}

.pricing:hover {
  border: 3px solid #166088;
}

.pricing:hover h4 {
  color: #4a6fa5;
}

.pricing-head {
  text-align: center;
}

.pricing-head h3,
.pricing-head h4 {
  margin: 0;
  line-height: normal;
}

.pricing-head h3 span,
.pricing-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}

.pricing-head h3 {
  font-weight: 300;
  color: #fafafa;
  padding: 12px 0;
  font-size: 27px;
  background: #4f6d7a;
  border-bottom: solid 1px #41b91c;
}

.pricing-head h4 {
  color: #212529;
  padding: 5px 0;
  font-size: 54px;
  font-weight: 300;
  background: #fbfef2;
  border-bottom: solid 1px #f5f9e7;
}

.pricing-head-active h4 {
  color: #36d7ac;
}

.pricing-head h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative;
}

.pricing-head h4 span {
  top: -10px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}

/*Pricing Content*/
.pricing-content li {
  color: #888;
  font-size: 12px;
  padding: 7px 15px;
  border-bottom: solid 1px #f5f9e7;
}

/*Pricing Footer*/
.pricing-footer {
  color: #777;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 0 20px 19px;
}

/*Priceing Active*/
.price-active,
.pricing:hover {
  z-index: 9;
}

.price-active h4 {
  color: #36d7ac;
}

.no-space-pricing .pricing:hover {
  transition: box-shadow 0.2s ease-in-out;
}

.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
  color: #36d7ac;
  padding: 15px 0;
  font-size: 80px;
  transition: color 0.5s ease-in-out;
}

.yellow-crusta.btn {
  color: #ffffff;
  background-color: #f3c200;
}

.yellow-crusta.btn:hover,
.yellow-crusta.btn:focus,
.yellow-crusta.btn:active,
.yellow-crusta.btn.active {
  color: #ffffff;
  background-color: #cfa500;
}

.blue-crusta.btn {
  color: #ffffff;
  background-color: #166088;
}

.blue-crusta.btn:hover,
.blue-crusta.btn:focus,
.blue-crusta.btn:active,
.blue-crusta.btn.active {
  color: #ffffff;
  background-color: #166088;
}

.white-btn {
  color: #25262c;
  border: 2px solid #ddd;
  display: block;
  font-size: 11px;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.white-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #25262c;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.white-btn:hover,
.white-btn:focus,
.white-btn:active {
  color: #ffffff;
}

.white-btn:hover:before,
.white-btn:focus:before,
.white-btn:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.white-btn-2 {
  color: #25262c;
  display: block;
  padding: 13px 30px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.white-btn-2:before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #25262c;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.white-btn-2:hover,
.white-btn-2:focus,
.white-btn-2:active {
  color: #ffffff;
}

.white-btn-2:hover:before,
.white-btn-2:focus:before,
.white-btn-2:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.white-border-btn {
  color: #fff;
  border: 2px solid #fff;
  display: block;
  padding: 11px 30px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: transparent;
  border-radius: 20px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.white-border-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca7379;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.white-border-btn:hover,
.white-border-btn:focus,
.white-border-btn:active {
  color: #ffffff;
}

.white-border-btn:hover:before,
.white-border-btn:focus:before,
.white-border-btn:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.small-btn {
  padding: 10px 25px !important;
  font-size: 10px;
}

.medium-btn {
  padding: 11px 25px !important;
  font-size: 11px;
}

.large-btn {
  padding: 12px 30px !important;
  font-size: 12px;
}

.long-btn {
  width: 260px;
}

.btn.btn-primary {
  border-color: transparent;
}

:root {
  --primary-color: #435fda;
  --secondary-color: #d8415c;
  --body-font-size: 16px;
  --line-height: 1.5;
  --content-width: 480px;
  --background-color: #fff;
  --background-color-secondary: #f8f8f9;
  --text-color: #060914;
  --text-color--muted: #71737f;
  --line-color: #ededef;
}

@media (prefers-color-scheme: dark) {
  :root {
    --primary-color: #657bdb;
    --primary-color--translucent: rgba(85, 106, 195, 0.3);
    --secondary-color: #d93d59;
    --background-color: #060913;
    --background-color-secondary: #0f1424;
    --text-color: #e4e4e7;
    --text-color--muted: #838690;
    --line-color: #303341;
  }
}
#bmr-calculator-box {
  font-size: 100%;
  background-color: var(--background-color);
  color: var(--text-color);
  font-family: "Geomanist", sans-serif;
  font-size: var(--body-font-size);
  line-height: var(--line-height);
}
#bmr-calculator-box .area-title h2 {
  color: #fbfef2;
}
#bmr-calculator-box #bmr-calculator {
  max-width: var(--content-width);
  margin: calc(var(--line-height) * 0.5em) auto 0 auto;
  /* The crazy stuff that needs to be here for the custom input styling */
}
#bmr-calculator-box #bmr-calculator .results {
  margin-top: 0.5em;
  text-align: center;
}
#bmr-calculator-box #bmr-calculator .results > div {
  margin-bottom: 0.5em;
}
@media (min-width: 440px) {
  #bmr-calculator-box #bmr-calculator :root {
    --body-font-size: 18px;
    --line-height: 1.5;
  }
  #bmr-calculator-box #bmr-calculator .results {
    margin: 2em 1em 0 2em;
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
  #bmr-calculator-box #bmr-calculator .results > div {
    margin-bottom: 0;
  }
}
#bmr-calculator-box #bmr-calculator .choose-gender {
  display: flex;
  align-items: stretch;
  margin-bottom: 2em;
}
#bmr-calculator-box #bmr-calculator .segmented-control {
  flex: 1;
  text-align: center;
  line-height: 2em;
  border: 1px solid var(--line-color);
}
#bmr-calculator-box #bmr-calculator .segmented-control:first-child {
  border-radius: 0.5em 0 0 0.5em;
}
#bmr-calculator-box #bmr-calculator .segmented-control:last-child {
  border-radius: 0 0.5em 0.5em 0;
}
#bmr-calculator-box #bmr-calculator .results {
  color: var(--text-color--muted);
}
#bmr-calculator-box #bmr-calculator .results span {
  font-weight: 500;
  color: var(--text-color);
}
#bmr-calculator-box #bmr-calculator input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
  transition: all 0.265ms ease-out;
}
#bmr-calculator-box #bmr-calculator input[type=range]:not(:last-of-type) {
  margin-top: 0;
  margin-bottom: 2.5em;
}
#bmr-calculator-box #bmr-calculator input[type=range]:focus {
  outline: none;
}
#bmr-calculator-box #bmr-calculator input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: var(--line-color);
}
#bmr-calculator-box #bmr-calculator input[type=range]::-webkit-slider-thumb {
  box-shadow: 0 0 8px 1px var(--secondary-color), 0 0 16px 4px var(--background-color);
  border: 3px solid #fff;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: var(--secondary-color);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
#bmr-calculator-box #bmr-calculator input[type=range]:focus::-webkit-slider-runnable-track {
  background: var(--secondary-color);
}
#bmr-calculator-box #bmr-calculator input[type=radio] {
  -webkit-appearance: none;
  display: none;
}
#bmr-calculator-box #bmr-calculator .segmented-control input[type=radio] + label {
  border: 1px solid rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  color: var(--text-color--muted);
}
#bmr-calculator-box #bmr-calculator .segmented-control input[type=radio]:checked + label {
  background-color: var(--line-color);
  width: 100%;
  height: 100%;
  display: block;
  color: var(--text-color);
}
#bmr-calculator-box #bmr-calculator .segmented-control input[type=radio]:focus + label {
  border: 1px solid var(--secondary-color);
}
#bmr-calculator-box #bmr-calculator .segmented-control:first-child input[type=radio]:checked + label {
  border-radius: 0.5em 0 0 0.5em;
}
#bmr-calculator-box #bmr-calculator .segmented-control:last-child input[type=radio]:checked + label {
  border-radius: 0 0.5em 0.5em 0;
}
#bmr-calculator-box #bmr-calculator input[type=range]::-moz-range-track {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: var(--line-color);
}
#bmr-calculator-box #bmr-calculator input[type=range]::-moz-range-thumb {
  box-shadow: 0 0 8px 1px var(--secondary-color), 0 0 16px 4px var(--background-color);
  border: 3px solid #fff;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: var(--secondary-color);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
#diet-features .additional-heading, #diet-features .service-content p {
  color: #f0f0f0;
}
#diet-features .heading, #diet-features h5 {
  color: #1bbc9b;
}
#diet-features .service-icon i {
  color: #8fc6ff;
}
.header-icon {
  float: right;
}
.toggle-menu {
  float: left;
}
.footer-bar img {
  max-width: 100%;
}
#footer-area {
  color: #dbe9ee;
}
.site-info {
  font-size: 16px;
}
#team {
  background-color: #dbe9ee;
}