@font-face {
  font-family: "SansaPro Black";
  src: url("../fonts/SansaPro-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SansaPro Bold";
  src: url("../fonts/SansaPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SansaPro SemiBold";
  src: url("../fonts/SansaPro-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SansaPro Normal";
  src: url("../fonts/SansaPro-Normal.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SansaPro Light";
  src: url("../fonts/SansaPro-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body,
html {
  font-family: "SansaPro Normal", sans-serif;
  overflow-x: hidden;
  position: relative;
  height: 100%;
  color: #333332;
  font-size: 18rem;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

:root {
  font-size: 0.0521333333333336vw;
}

.container {
  max-width: 100%;
  width: 100%;
}

section {
  padding: 60rem;
}

h2 {
  font-family: "SansaPro Semibold", sans-serif;
  font-size: 48rem;
  line-height: 1.2em;
  margin-bottom: 25rem;
  font-weight: 600;
  color: #333332;
}

p {
  font-family: "SansaPro Normal", sans-serif;
  font-size: 18rem;
  line-height: 1.4em;
  margin-bottom: 20rem;
  font-weight: 400;
  color: #333332;
}

section {
  padding: 60rem;
}

.pr-80 {
  padding-right: 80rem;
}

.pr-40 {
  padding-right: 40rem;
}

.show {
  display: block;
}

.hide {
  display: none;
}

h2.border-h {
  border-bottom: 2px solid #d3d0c9;
  padding-bottom: 55rem;
  margin-bottom: 40rem;
}
h4 {
  font-size: 26rem;
  margin-bottom: 25rem;
  font-family: "SansaPro Semibold", sans-serif;
  line-height: 1.2em;
  font-weight: 600;
  color: #333332;
}
.para-bold {
  font-size: 20rem;
  font-family: "SansaPro Semibold", sans-serif;
  line-height: 1.2em;
  font-weight: 600;
}
.pb-60 {
  padding-bottom: 80rem;
}
.pb-20 {
  padding-bottom: 20rem;
}

/*  radio btn start****************** */
.form-check {
  display: block;
  min-height: 15rem;
  padding-left: 15em;
  margin-bottom: 15rem;
}

.workplace-wrapper {
  display: flex;
  margin-right: -10rem;
  /* padding-bottom: 60rem; */
}
.workplace-content {
  padding-bottom: 80rem;
  position: relative;
}

.radio-check {
  border: 2px solid #d3d0c9;
  /* padding: 20rem; */
  border-radius: 4rem;
  width: 226rem;
  position: relative;
  background-color: #fff;
  margin-right: 10rem;
}

.radio-check span.icon {
  text-align: center;
  width: 100%;
  height: 100%;
}

.radio-check input.radio {
  width: auto;
  position: absolute;
  right: 0;
  width: 8rem;
  height: 7rem;
  margin: 0;
  opacity: 0 !important;
  visibility: hidden;
}

.radio-check span.text {
  padding-bottom: 10rem;
  display: block;
}
.radio-check .icon-innner {
  width: 80rem;
  text-align: center;
  margin: auto;
  height: 80rem;
  position: relative;
}
.radio-check .icon img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.radio-check:hover {
  border-color: #27bdbe;
  background-color: #27bdbe;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.radio-check .icon.icon-hr,
.radio-check .icon.icon-active {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.radio-check:hover .icon.icon-hr {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.radio-check:hover .icon,
.radio-check:hover .icon.icon-active {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.radio-check.checked .icon.icon-active {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.radio-check.checked .icon.icon-hr,
.radio-check.checked .icon {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.radio-check:hover .form-check-input {
  background-color: #fff;
  border-color: #fff;
  transition: all 0.3s ease-in-out;
}

label.form-check-label,
label {
  font-size: 18rem;
  padding-bottom: 20rem;
}

input,
select,
button {
  width: 100%;
  padding: 10rem;
  font-size: 15rem;
}

.radio:checked + label {
  color: #27bdbe;
}

.radio-check label {
  width: 100%;
  cursor: pointer;
  padding: 20rem;
  text-align: center;
}

.radio-check .form-check-input:checked {
  background-color: #283897;
  border-color: #283897;
  transition: all 0.3s ease-in-out;
}

.radio-check.checked {
  background-color: #fff;
  border-color: #27bdbe;
  transition: all 0.3s ease-in-out;
  color: #27bdbe;
}

.form-control,
.form-control:focus,
.form-select,
.form-select:focus {
  border: 2px solid #d3d0c9;
  border-radius: 0;
  padding: 10rem;
  font-family: "SansaPro Normal", sans-serif;
  font-size: 18rem;
  line-height: 1.4em;
  font-weight: 400;
  width: 100%;
  color: #333332;
  border: 2px solid #27bdbe;
}
.border-div {
  display: flex;
  align-items: center;
}
.border-div input {
  border: 2px solid #d3d0c9;
}
select.form-select {
  color: #b4b4c6;
  background-image: url("../images/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 11rem center;
  background-size: 14rem 10rem;
}

.btn.btn-primary {
  background-color: #27bdbe;
  border: 2px solid #27bdbe;
  border-radius: 0;
  padding: 15rem 100rem;
  font-family: "SansaPro Semibold", sans-serif;
  font-size: 24rem;
  line-height: 1.4em;
  font-weight: 600;
  width: auto;
  color: #fff;
  transition: all 0.3s ease-in;
}

.btn.btn-primary:hover {
  background-color: #fff;
  color: #27bdbe;
  border-color: #27bdbe;
}

#timeframe option[value=""][disabled] {
  display: none;
  color: #b4b4c6;
}

#timeframe:not(:checked) + option[value=""][disabled] {
  display: block;
  color: #b4b4c6;
  /* Adjust the color */
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b4b4c6 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b4b4c6 !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #b4b4c6 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #b4b4c6 !important;
}

::placeholder {
  color: #b4b4c6 !important;
}

option:hover {
  background-color: #e0e0e0;
}

option {
  font-weight: normal;
  display: block;
  min-height: 3em;
  padding: 0rem 5rem 1rem;
  white-space: nowrap;
  line-height: 1.8em;
  font-size: 16rem;
}

/* info css start */
.label-info-wrap {
  display: flex;
  justify-content: space-between;
}

.info-wrap img {
  width: 100%;
  vertical-align: unset;
}

.info-wrap {
  position: relative;
  cursor: pointer;
  width: 20rem;
  height: 20rem;
  margin-left: 20rem;
}
.icon-inner {
  position: relative;
  cursor: pointer;
  width: 20rem;
  height: 20rem;
  margin-top: 3rem;
}
.icon-inner img {
  position: absolute;
  width: 100%;
  top: 0;
}
.info-wrap:hover .defult-icon,
.info-wrap .hover-icon {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.info-wrap:hover .hover-icon,
.info-wrap.active .hover-icon {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.info-content {
  display: none;
  position: absolute;
  transform: translate(-93%, -136rem);
  border-radius: 3rem;
  background: #fff;
  box-shadow: 5rem 5rem 23rem 5rem rgba(0, 0, 0, 0.06);
  width: 400rem;
  padding: 10rem;
  z-index: 20;
  text-align: left;
}
.info-content:after {
  position: absolute;
  bottom: -7rem;
  right: 11rem;
  margin-left: 0;
  content: "";
  display: block;
  border-left: 7rem solid transparent;
  border-right: 7rem solid transparent;
  border-top: 7rem solid #fff;
}
.info-content p {
  font-family: "SansaPro Normal", sans-serif;
  font-size: 14rem;
  line-height: 1.4em;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.info-content h5 {
  font-family: "SansaPro Semibold", sans-serif;
  font-size: 16rem;
  line-height: 1.2em;
  font-weight: 600;
  padding-bottom: 5rem;
}
.heading-toolip-wrap {
  display: flex;
  justify-content: space-between;
}
.emp-btn {
  padding: 10rem 20rem;
}
/* circular range slider */
.range {
  border-radius: 50%;
  display: table;
  height: 240rem;
  position: relative;
  width: 240rem;
  margin: auto;
}

.range-slider-wrapper {
  margin: auto;
}

.range input {
  opacity: 0;
  position: absolute;
}

.range .dial {
  background-color: #27bdbe;
  border-radius: 50%;
  box-shadow: 0 0 5rem 5rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  height: 30rem;
  margin-left: -13rem;
  position: absolute;
  top: -13rem;
  transform: translateX(118rem) translateY(5rem);
  width: 30rem;
  z-index: 40;
  border: 4px solid #fff;
}

.range .dial:focus {
  outline: 0;
}

.range .info {
  background-color: #fff;
  border-radius: 50%;
  bottom: 10rem;
  color: #333332;
  cursor: default;
  display: table-cell;
  font-family: "SansaPro Light", sans-serif;
  font-size: 20rem;
  font-weight: 300;
  left: 10rem;
  padding-top: 27.8%;
  position: absolute;
  right: 10rem;
  text-align: center;
  top: 10rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 30;
}

.range .count {
  color: #333332;
  display: block;
  font-size: 50rem;
  font-weight: 600;
  line-height: 1.1em;
  font-family: "SansaPro Semibold", sans-serif;
}
.per-info {
  color: #333332;
  display: flex;
  justify-content: center;
  font-size: 50rem;
  font-weight: 600;
  line-height: 1.1em;
  font-family: "SansaPro Semibold", sans-serif;
}

.slice {
  border-radius: 240rem 0 0 240rem;
  background-color: #27bdbe;
  height: 100%;
  overflow: hidden;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 50%;
  z-index: 10;
}

.slice.right {
  border-radius: 0 240rem 240rem 0;
  right: 0;
}

.slice.right .blocker {
  left: 0;
  right: auto;
  transform-origin: 0 25%;
}

.slice .blocker {
  background-color: #d3d0c9;
  height: 200%;
  position: absolute;
  right: 0;
  transform-origin: 100% 25%;
  width: 200%;
}
.range-slider-wrapper {
  margin: auto;
  border-left: 2px solid #d3d0c9;
  min-height: 450rem;
  padding: 25rem;
}
.range-slider-wrapper .heading-toolip-wrap {
  padding-bottom: 40rem;
  min-height: 127rem;
}
.white-bg {
  background: rgb(237 234 232 / 97%);
  padding: 40rem 60rem 30rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 93%;
}
.ml-5 {
  margin-left: 5rem;
}
.mr-5 {
  margin-right: 5rem;
}
section.main {
  background-image: url("../images/food-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.fade {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.fade.fade-out {
  opacity: 0;
}

/* tab results css start ****************************/
.results-container {
  background-color: #fff;
}

.btn.btn-secondary {
  width: auto;
  font-size: 24rem;
  font-family: "SansaPro Normal", sans-serif;
  line-height: 1.2em;
  font-weight: 400;
  padding: 15rem 40rem;
  margin-right: 5rem;
  border: none;
  width: 100%;
  background-color: #d3d0c9;
  color: #333332;
  transition: all 0.3s ease-in;
}
.btn.btn-secondary:hover {
  background-color: #27bdbe;
  color: #fff;
  transition: all 0.3s ease-in;
}
.btn.btn-secondary.active {
  background-color: #fff;
  color: #27bdbe;
  font-family: "SansaPro SemiBold", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease-in;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: #27bdbe;
  background-color: #fff;
  border-color: none;
}

.btn-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: -5rem;
}

.result-inner {
  display: flex;
  justify-content: space-between;
}

.results {
  text-align: center;
  width: 100%;
  padding: 30rem 65rem 30rem;
}

.iconBox {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
}
.content {
  width: 160rem;
}
.totaldisplay {
  font-size: 28rem;
  line-height: 30rem;
  font-family: "SansaPro Black", sans-serif;
  font-weight: 900;
}

.totaldisplay span {
  font-size: 20rem;
  line-height: 1.2em;
  font-family: "SansaPro Normal", sans-serif;
  font-weight: 400;
}

.iconBox1 .content {
  padding-top: 51rem;
}

.iconBox3 .content {
  padding-top: 30rem;
}

.results .iconBox img {
  width: 100%;
}
.info-para-inner {
  position: relative;
}
.results .info-wrap {
  position: absolute;
  top: 0;
  right: -20rem;
}
.result2 .info-wrap .info-content {
  transform: translate(-90%, -138rem);
}
.results .icon {
  background-size: contain;
  background-repeat: no-repeat;
  width: 160rem;
  height: 160rem;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recommendationResult {
  background: rgba(51, 51, 50, 1);
  padding: 25rem 80rem;
  text-align: center;
  margin-bottom: 35rem;
}

.recommendationResult h4 {
  color: #fff;
  font-size: 20rem;
  line-height: 1.4em;
  font-family: "SansaPro Normal", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.recommendationResult a {
  display: block;
  font-size: 20rem;
  line-height: 1.4em;
  font-family: "SansaPro Bold", sans-serif;
  font-weight: 700;
  padding-top: 15rem;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
}
.recommendationResult a:hover {
  color: #27bdbe !important;
  transition: all 0.2s ease-in-out;
}
.recommendationResult a:hover::after {
  background-image: url(../images/download-hov.svg);
}
.recommendationResult a::after {
  content: "";
  background-image: url(../images/download-arrow.svg);
  width: 17rem;
  height: 17rem;
  position: absolute;
  margin-left: 10rem;
  margin-top: 5rem;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.2s ease-in-out;
  animation: moveUpDown 1.6s ease-in-out infinite;
}
.info-content.end {
  transform: translate(-93%, -205rem);
}
@keyframes moveUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
p#workplaceTypeError,
#feedbackMessage,
#employeesError {
  margin-top: 10px;
  padding-top: 10px;
  position: absolute;
  width: 100%;
  color: #27bdbe;
}
.form-group {
  position: relative;
}
.counter span {
  display: inline-block;
}

.counter.animate span {
  animation: count-up 0.8s ease-out;
}

@keyframes count-up {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.results.result2 .icon-inner,
.results.result3 .icon-inner {
  display: none;
}
/* tab results css end ****************************/
