    @font-face {
        font-family: comfortaa;
        src: url('../fonts/Comfortaa-VariableFont_wght.ttf') format('truetype');
    }

    p.answer,
    label.answer,
    #free-text {
        border: 2px solid #555;
        border-radius: 15px;
        background-color: white;
        color: black;
    }

    .cursor-pointer {
        cursor: pointer;
    }

    .font-comfortaa {
        font-family: 'Gotham Medium' !important;
    }

    .cursor {
        cursor: pointer;
    }

    .block {
        display: block;
    }

    .center {
        margin: auto;
        width: 52%;
        padding: 10px;
    }

    .theme-button {
        background-color: #ED107B;
        color: white;
        border-radius: 90px;
        border-color: white;
    }

    .order-now {
        width: 80%;
        margin-left: 12px;
        height: 40px;
    }

    .real-client-story-image {
        max-width: 200px;
    }

    .mt-20 {
        margin-top: 20px;
    }

    .gender-answer {
        max-width:180px;
        width:100vw;
    }

    .homepage-shop-now {
        background-color: #ED107B;
        border-color: transparent;
        color: white;
        width: 150px;
        padding: 15px;
        position: relative;
        top: 390px;
        left: 360px;
    }

    .orange-bg {
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .about-us-banner-section {
        position: relative;
        top: 20%;
        left: 10%;
        width: 30%;
    }

    .about-us-banner-title {
        font-family: Arial;
        margin-bottom: 0;
        font-size: 92px;
        position: relative;
        left: 4%;
        color: #195B41;
    }

    .about-us-banner-desc {
        width: 50%;
        font-size: 18px;
    }

    .first-topic-title,
    .second-topic-title {
        font-size: 50px;
    }

    .first-topic-title {
        color: #ED107B;
        margin-bottom: 2vh;
        font-size: 33px;
    }

    .second-topic-title {
        margin-bottom: 0;
    }

    .content-font {
        font-size: 16px;
    }

    .our-story {
        margin-top: 170px;
    }

    .answer-checkbox,
    p.image-highlight-active,
    label.image-highlight-active {
        border: 2px solid #555;
        border-radius: 15px;
        background-color: white;
        color: #ED107B;
    }

    .answer-checkbox:hover,
    .answer-checkbox.image-highlight-active,
    p.image-highlight-active:hover,
    label.image-highlight-active:hover {
        background-color: #ED107B;
        color: white;
    }

    p.active {
        background-color: #ED107B;
        color: white;
    }

    img.image-highlight-active {
        border: 2px solid #555;
        border-radius: 15px;
        background-color: white;
        color: white;
    }

    .health-assessment-lets-go-button {
        width: 100px;
        padding: 10px;
        height: 40px;
        font-family: 'Gotham Bold';
        color: #ED107B !important;
        background-color: white !important;
        border: 2px solid #ED107B !important;
        border-radius: 100px 35px;
    }

    .step-three-go-button:focus {
        outline: transparent;
    }

    .step-three-title {
        font-size: 35px;
    }

    .step-three-number {
        font-size: 80px;
    }

    .step-three-first-line-section {
        font-size: 31px;
        background-color: cyan;
    }

    .part-one-dob-button {
        border-radius: 10px;
        border: 1px solid black;
        color: black !important;
        background-color: cyan;
        min-width: 100px;
        height: 50px;
        font-size: 18px;
    }

    .step-three-go-button {
        border-radius: 90px;
        border: 1px solid black;
        color: black !important;
        background-color: cyan;
        width: 155px;
        height: 150px;
        font-size: 38px;
    }

    .part-one-complete-title {
        font-size: 20px;
        font-weight: 600;
    }

    .part-one-complete-description {
        font-size: 15px;

    }

    .step-four-name-content {
        font-size: 30px;
        font-weight: 700;
        font-family: 'Gotham Bold' !important;
    }

    .border-top-bottom {
        border-top: 2px solid black;
        border-bottom: 2px solid black;
    }

    .border-right-2 {
        border-right: 2px solid black;
    }

    .already-take-questionnaire-context {
        background-image: linear-gradient(to right, #6A479B, #EC9A3B);
        height: 100px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
        font-weight: 700;
    }

    .already-take-questionnaire-continue-assessment-button {
        background-image: linear-gradient(to right, #6A479B, #EC9A3B);
        height: 50px;
        width: 300px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        margin-left: auto;
        margin-right: auto;
    }

    .already-take-questionnaire-back-to-recommendation-button {
        background-color: lightgrey;
        height: 50px;
        width: 300px;
        color: black;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        margin-left: auto;
        margin-right: auto;
    }

    @media(max-width: 600px) {
        .orange-bg {
            background-image: none !important;
        }

        .our-story {
            margin-top: 0px;
        }

        .border-right-2 {
            border-right: transparent;
        }
    }

    /* Tooltip container */
    .tooltip {
        position: relative;
        display: inline-block;
        border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
    }

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;

        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

    .close {
        position: unset;
        width: unset;
    }


    /* Demo */

  /* Color Variables */
  /* Social Icon Mixin */
  /* Social Icons */

  .additional-icon {
    /* display: flex; */
    align-items: center;
    /* justify-content: center; */
    /* position: relative; */
    /* width: 80px;
    height: 80px;
    margin: 0 0.5rem; */
    border-radius: 50%;
    cursor: pointer;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.15s ease;
    background: #fff;

    display: inline;
    position: absolute;
    /* right: 40px; */
    bottom: -15px;
    transform: translate(-50%, -50%);
    z-index: 100;
  }
  .question-additional-icon {
    /* display: flex; */
    align-items: center;
    /* justify-content: center; */
    /* position: relative; */
    /* width: 80px;
    height: 80px;
    margin: 0 0.5rem; */
    border-radius: 50%;
    cursor: pointer;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.15s ease;
    display: inline;
    /* right: 40px; */
    z-index: 100;
  }

  .additional-icon:hover .tooltip,
  .question-additional-icon:hover .tooltip {
    visibility: visible;
    opacity: 1;
    background: #15aabf;
    color: #fff;
  }
  .additional-icon:active {
    /* box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset; */
  }
  .additional-icon--linkedin {
    background: #006599;
    color: #fff;
  }
  .additional-icon--linkedin .tooltip {
    background: #006599;
    color: currentColor;
  }
  .additional-icon--linkedin .tooltip:after {
    border-top-color: #006599;
  }
  .additional-icon--twitter {
    background: #2b97f1;
    color: #fff;
  }
  .additional-icon--twitter .tooltip {
    background: #2b97f1;
    color: currentColor;
  }
  .additional-icon--twitter .tooltip:after {
    border-top-color: #2b97f1;
  }
  .additional-icon--codepen .tooltip {
    background: #000;
    color: currentColor;
  }
  .additional-icon--codepen .tooltip:after {
    border-top-color: #000;
  }
  .additional-icon--facebook {
    background: #3b5a9b;
    color: #fff;
  }
  .additional-icon--facebook .tooltip {
    background: #3b5a9b;
    color: currentColor;
  }
  .additional-icon--facebook .tooltip:after {
    border-top-color: #3b5a9b;
  }
  .additional-icon--instagram {
    background: #527fa6;
    color: #fff;
  }
  .additional-icon--instagram .tooltip {
    background: #527fa6;
    color: currentColor;
  }
  .additional-icon--instagram .tooltip:after {
    border-top-color: #527fa6;
  }
  .additional-icon--dribbble {
    background: #FFB6C1;
    color: #fff;
  }
  .additional-icon--dribbble .tooltip {
    background: #FFB6C1;
    color: currentColor;
  }
  .additional-icon--dribbble .tooltip:after {
    border-top-color: #FFB6C1;
  }
  .additional-icon--github {
    background: #4284c0;
    color: #fff;
  }
  .additional-icon--github .tooltip {
    background: #4284c0;
    color: currentColor;
  }
  .additional-icon--github .tooltip:after {
    border-top-color: #4284c0;
  }
  .additional-icon i {
    position: relative;
    top: 1px;
    color: #ED107B;
  }

  /* Tooltips */
  .tooltip {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0.8rem 1rem;
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: bold;
    opacity: 0;
    pointer-events: none;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    z-index: 1;
    min-width: 270px;
    max-width: 300px;
  }
  .tooltip:after {
    display: block;
    position: absolute;
    bottom: 1px;
    left: 50%;
    width: 0;
    height: 0;
    content: "";
    border: solid;
    border-width: 10px 10px 0 10px;
    border-color: transparent;
    transform: translate(-50%, 100%);
  }

    .health-assessment-gender-image,
    .health-assessment-category-image {
        max-width: 180px !important;
        margin-bottom: 10px;
    }

    .health-assessment-answer {
        margin-top: 0 !important;
        word-break: break-word;
    }

    @media(max-width: 768px) {
        /* #form .img-responsive {
            max-width: 220px !important;
        } */

        #form .health-assessment-gender-image,
        #form .health-assessment-category-image {
            max-width: 100% !important;
        }
    }

    .w-140 {
        width: 140px !important;
    }

#content {
    min-height: calc(100vh - 150px);
}

#bg {
    background-size:cover;
    background-position: center bottom;
}

@media(max-width: 1280px) {
    #bg {
        background-size:cover;
        background-position: center 85%;
    }
}

.assessment-content {
    display: block;
    clear: both;
}

.health-assessment-back-button,
.health-assessment-exit-button {
    width:40px;
    position: absolute;
    top: 30px;
    border: 2px solid #ED107B;
    border-radius: 90px;
    z-index: 999;
    cursor: pointer;
}

/* .health-assessment-back-button {
    left: 50px;
} */

.health-assessment-exit-button{
    right: 50px;
}

.health-assessment-progress-bar{
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
}

#content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.title-underline {
    border-bottom: 3px solid #ED107B;
    padding-bottom: 5px;
    font-weight: bold;
    margin-bottom: 5px;
}

.proceed-button,
.retrieve-button {
    margin-top: 2rem;
    padding: 8px 13px;
    border-radius: 20px;
    background-color: white;
    font-family: 'Gotham Bold';
    font-size: 20px;
    color: #ED107B;
    border: 1px solid #ED107B;
    text-transform: uppercase;
}

.proceed-button:hover,
.retrieve-button:hover {
    margin-top: 2rem;
    padding: 8px 13px;
    border-radius: 20px;
    background-color: #ED107B;
    font-family: 'Gotham Bold';
    font-size: 20px;
    color: white;
    border: 1px solid #ED107B;
    text-transform: uppercase;
}

.question-title {
    font-family: 'Gotham Bold';
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.question-content {
    font-size: 1rem;
}

.btn-primary,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus {
    background-color: #ED107B;
    border-color: #ED107B;
}

.modal-content {
    border: 10px solid #ED107B;
    border-radius: 28px;
}

@media(max-width: 768px) {
    .question-title {
        font-size: 1.5rem;
        margin: 0;
    }

    .question-content {
        font-size: .8rem;
    }

    .proceed-button,
    .retrieve-button {
        font-size: 1rem;
    }

    .health-assessment-back-button,
    .health-assessment-exit-button {
        top: 10px;
    }

    /* #content {
        min-height: calc(100vh - 125px);
    } */
}

.day,
.month,
.year {
    border-radius: 20px !important;
    border: 1px solid #ED107B !important;
    color: #ED107B !important;
    text-transform: uppercase !important;
}

.input-border-wrapper {
    border-radius: 20px !important;
    border: 1px solid #ED107B !important;
    color: #ED107B !important;
    padding: 5px;
    /* width: fit-content;
    width: -moz-fit-content; */
    margin: auto;
}

.input-border-wrapper input{
    border: none;
    border-bottom: 2px solid black;
    max-width: 500px;
}

.input-border-wrapper.form-group {
    max-width: 500px;
}

.input-border-wrapper1 {
    padding: 5px;
    /* width: fit-content;
    width: -moz-fit-content; */
    margin: auto;
}

/* .input-border-wrapper1 input{
    max-width: 500px;
} */

.input-border-wrapper1 p{
    font-size:12.75px;
    font-family: "Gotham Book","Gotham Medium","Gotham Bold","Gotham Thin";
    line-height:1.3;
    color:#252829;
    font-weight:600;
    text-transform:none;
}

.input-border-wrapper1 .larger-checkbox{
    width: 45px !important;
    height: 60px !important;
    position: relative;
    bottom: 20px;
    left:10px
}

.input-border-wrapper1.form-group {
    max-width: 500px;
}

.fit-content {
    width: fit-content;
    width: -moz-fit-content;
}

.answer-proceed {
    max-width: 180px;
    cursor: pointer;
}

.health-assessment-first-page-content {
    padding: 15px 220px;
}

.health-assessment-first-page-content .question-contents h2 {
    margin-bottom: 0;
}

.row-cols-5>* {
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    max-width: 30% !important;
}

.row-cols-2>* {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
}

.answer {
    text-transform: uppercase !important;
}

.email-input {
    margin-bottom: 5px;
    border-radius: 0;
}

.image-medium {
    max-width: 150px;
}

.image-small {
    max-width: 80px;
}

.category-image {
    max-width: 150px;
}

.question-image {
    max-width: 200px;
}

.col-xs-12.col-md-6 .question-image {
    max-width: 100%;
}

#next-button {
    margin-bottom:40px;
}

#proceed-button {
    margin-bottom:40px;
}


@media(max-width: 768px) {
    .health-assessment-first-page-content {
        padding: 15px 0;
    }

    .image-medium {
        max-width: 100px;
    }

    .image-small {
        max-width: 60px;
    }

    .img-responsive {
        margin-top: 1rem;
    }

    .row-cols-2>* {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .row-cols-5>* {
        -ms-flex: 0 0 33.3333% !important;
        flex: 0 0 33.3333% !important;
        max-width: 33.3333% !important;
    }

    .category-image {
        max-width: 100px;
    }

    .question-image {
        max-width: 30% !important;
    }

    .question-title {
        font-size: 1.2rem;
    }

    .answer-proceed {
        max-width: 80px;
        font-size: .8rem;
    }

    .tooltip {
        min-width: 120px;
        font-size: .7rem;
        padding: .5rem;
    }

    .p-xs-0 {
        padding: 0 !important;
    }
}

#review-progress {
    height: 5px;
    margin-bottom: .5rem;
    animation: load 6s;
}

.reviewer-image-1 {
    animation: filter 1s;
}
.reviewer-image-2 {
    animation: filter 2s;
}
.reviewer-image-3 {
    animation: filter 3s;
}
.reviewer-image-4 {
    animation: filter 4s;
}
.reviewer-image-5 {
    animation: filter 5s;
}
.reviewer-image-6 {
    animation: filter 6s;
}

.reviewer-name {
    font-size: 8px;
    font-weight: bold;
}

@keyframes filter {
    99% {
        filter: grayscale(100%);
    }
    100% {
        filter: grayscale(0);
    }
}

@keyframes load {
    0% {
        width: 0;
    }
    16.66% {
        width: 16.66%;
    }
    33.33% {
        width: 33.33%;
    }
    50% {
        width: 50%;
    }
    66.66% {
        width: 66.66%;
    }
    83.33% {
        width: 83.33%;
    }
    100% {
        width: 100%;
    }
}


@media(max-width: 1280px) {
    .question-image {
        max-width: 180px;
    }

    /* #next-button {
        margin-bottom: 4rem;
    } */
}

.question-contents h2 {
    font-family: 'Gotham Bold' !important;
}

.tooltip-100 {
    transform: translate(-50%, -100%) !important;
}

.wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    text-align:center;
    transform: translateX(-50%);
  }

  .spanner{
    position:absolute;
    top: 50%;
    left: 0;
    background: #2a2a2a55;
    width: 100%;
    height: 100%;
    display:block;
    text-align:center;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
  }

  .overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
  }

  .loader,
  .loader:before,
  .loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
  }
  .loader {
    color: #ED107B;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  .loader:before,
  .loader:after {
    content: '';
    position: absolute;
    top: 0;
  }
  .loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  .loader:after {
    left: 3.5em;
  }
  @-webkit-keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
      box-shadow: 0 2.5em 0 0;
    }
  }
  @keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
      box-shadow: 0 2.5em 0 0;
    }
  }

  .show{
    visibility: visible;
  }

  .spanner, .overlay{
      opacity: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
  }

  .spanner.show, .overlay.show {
      opacity: 1
  }

  .loader {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
  }


html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.slash {
    font-size: 2rem;
}

@media(max-width: 768px) {
    .slash {
        font-size: 3rem;
    }

    .w-sm-fit-content {
        width: fit-content;
        width: -moz-fit-content;
    }
}

.answer.answer-proceed:hover,
.answer-checkbox:hover {
    background-color: #FFB6C1 !important;
}

.image-highlight-active:hover {
    background-color: #ED107B !important;
}

@media(min-width: 769px) {
    .fix-q1-title {
        position: absolute;
        transform: translate(-50%,-50%);
        left: 50%;
        top: 50%;
        width: 100%;
    }
}

color {
    color: #6fcfeb;
}
