@font-face {
    font-family: montserrat;
    src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
    font-family: montserratBold;
    src: url(../fonts/Montserrat-Bold.ttf);
}

.guideline-text {
  margin-left: 5%;
  font-family: montserrat;
}
.against {
    position:inherit;
    color:#15aa15;
}
.line {
    width: 1.5px;
    height: 30px;
    background: #d1d1d1;
    position: absolute;
    top: 40px;
    left: 16%;
}
.phex-tabs:nth-child(1) {
    background-image: url(../img/screening-icon.png);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position-x: 49px;
    background-position-y: 13px;
}
.phex-tabs:nth-child(2) {
    background-image: url(../img/vaccine-icon2.png);
    background-repeat: no-repeat;
    background-size: 17px 17px;
    background-position-x: 78px;
    background-position-y: 12px;
}
.phex-tabs:nth-child(3) {
    background-image: url(../img/lifestyle-icon2.png);
    background-repeat: no-repeat;
    background-size: 17px 15px;
    background-position-x: 61px;
    background-position-y: 13px;
}
.strong {
    color: #0688d8;
    position: relative;
}
.weak {
    color: #b10c0c;
    position: relative;
}
.tf_list {
    white-space: break-spaces;
    font-size: 14px;
    line-height: 25px;
    padding-top: 50px;
    padding-left: 50px;
    column-count: 2;
    margin-bottom: 5%;
}
body {
    font-size: 14px;
    font-family: montserrat;
    width: 100%;
    overflow-x: hidden;
}
span {
    display: block;
}
.container {
    padding:0;
    margin: 0;
}
.block {
    display: block;
}
.relative {
    position: relative;
}
.result-header {
    padding: 20px 33px 5px;
    font-size: 14px;
    color: #48b260;
}
.absolute {
    position: absolute;
}
.inline-block {
    display: inline-block;
}
.inline-table {
    display: inline-table;
}
.w-fcontent {
    width:fit-content;
}
.w-inherit {
    width: inherit;
}
.w-100 {
    width: 100%;
}
.w-75 {
    width: 75%;
}
.w-25 {
    width: 25%;
}
.h-100-v{
    height:100vh;
}
.padding-0 {
    padding: 0;
}
.padding-8px {
    padding-left: 8px;
}
.margin-0 {
    margin: 0;
}
.side-menu {
    left: -17vw;
    float: left;
    background-image: url(../img/side-menu.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 20%;
    height: 100vh;
    padding: 3% 2% 0 3%;
    position: fixed;
    overflow-y: scroll;
}
input[type=radio] {
    width: 18px;
    height: 18px;
    accent-color: green;
}
.radios {
    position:relative;
}
label {
    position: absolute;
}
label:nth-child(2) {
    top: 5px;
    left: 23px;
}
label:nth-child(5) {
    top: 32px;
    left: 23px;
}
.radios > label {
    color: #3f6d41;
}
.side-arrow {
    width: 5%;
    right: 0;
    top: 16%;
}
.main-content {
    width: 97%;
    min-height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/honeycomb.png);
    background-size: 38vw;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 13vw;
    background-attachment: fixed;
    padding-bottom: 50px;
}
.white {
    color: #ffffff;
}
.bold {
    font-weight: bold;
}
.center-margin {
    margin: 0 auto;
}
.side-inputs{
    width: 100%;
    height: 28px;
    outline: none;
    border: none;
    border-radius: 3px;
    color: #000;
    padding-left: 8px;
    font-size: 11px;
}
.btns {
    border-radius: 3px;
    outline: none;
    border: none;
    height: 28px;
}
.btn-white {
    background-color: #ffffff;
    color: #3EB25F;
    font-weight: bold;
}
.btn-green {
    background-color: #2C564A;
    color: #ffffff;
    font-weight: bold;
}
.desc-container1 {
    margin: 10px auto 0;
    width: 90%;
}
.desc-container3 {
    display: none;
    position: relative;
}
.phex-logo {
    height: 60px;
    margin-left: 5%;
    margin-top: 23px;
    margin-bottom: 15px;
}
.desc-tabs {
    display: inline-block;
    width: 200px;
    padding: 1%;
    text-align: center;
    height: inherit;
    font-family: montserratBold;
}
.phex-tabs {
    display: inline-block;
    /*width: 300px;*/
    width: 33.33%;
    padding: 1%;
    text-align: center;
    height: inherit;
    font-family: montserratBold;
}
.reco-container#vaccination, .reco-container#lifestyle {
    display: none;
}
.reco-tabs, .reco-tabs2, .reco-tabs3 {
    display: inline-block;
    /*width: 300px;*/
    width: 33.33%;
    padding: 1%;
    text-align: center;
    height: inherit;
}
.reco-content {

}
.reco-container {
    margin-top: 30px;
    border-radius: 5px;
    box-shadow: #e6e6e6 -1px -6px 10px 1px;
    border: 1px solid #d5d5d5;
    /*width: 910px;*/
    background: white;
}
.desc-tabs-container {
    height: 30px;
    margin-top: 30px;
    background-color: #f0f0f0;
    border-radius: 5px;
    position: relative;
}
.about-submenu {
    position: absolute;
    background-color: #ffffff;
    padding: 2%;
    text-align: center;
    top: 30px;
    left: 400px;
    width: 200px;
    border-radius: 6px;
    box-shadow: #b0afaf 0px 1px 8px -3px;
    display: none;
}
.down {
    width: 10px;
    position: absolute;
    top: 12px;
    right: 15px;
}
.introduction, .methodology, .conflict {
    display: none;
}
.about-submenu > span {
    line-height: 28px;
}
.about-submenu > span:hover {
    cursor: pointer;
}
.phex-tabs-container {
    height: 30px;
    margin-top: 30px;
    background-color: #f0f0f0;
    border-radius: 5px;
    font-size: 16px;
    height: 40px;
    width: 100%;
}
.reco-tabs-container {
    height: 30px;
    background-color: #f0f0f0;
    border-radius: 5px;
    font-size: 14px;
    height: 35px;
    width: 100%;
}
.green {
    color: #2C564A;
}
.tabs-active {
    background-color: #3EB25F;
    color: #ffffff;
    border-radius: 5px;
}
.tabs2-active {
    background-color: #2C564A;
    color: #ffffff;
    border-radius: 5px;
}
.tabs3-active {
    background-color: #ffffff;
    color: #3EB25F;
    border-radius: 5px;
}
.nodata1, .nodata2, .nodata3, .nodata4, .nodata5, .nodata6, .nodata7, .nodata8, .nodata9 {
    display: none;
}
.header {
    height: 14vh;
    border-bottom: 2px solid #e8e8e8;
    padding: 2.5%;
    font-size: 14px;
    font-weight: 600;
    color: #2A564A;
}
.btn-close-pdf {
    width: 15px;
    float: right;
    margin-right: 5px;
    margin-top: 2px;
}
.desc-tabs:hover, .phex-tabs:hover, .btn-full-reco:hover, .btn-close-pdf:hover, .reco-tabs:hover, .reco-tabs2:hover, .reco-tabs3:hover, .side-arrow:hover, #info-icon:hover, .btn-close-task-force:hover {
    cursor: pointer;
}
.disclaimer, .who-we-are, .about-us, .contact-us {
    width: 808px;
    margin: 28px 0 25px;
    padding: 2%;
    box-shadow: #d2d1d1 0px 3px 15px 1px;
    border-radius: 5px;
    background-color: white;
}

.inside-contact-us {
    padding: 20px;
    width: 100%;
    height: 100%;
    background-color: #F7F9F7;
}

.message-container {
    height: 100%;
    width: 60%;
  
}
.title-contact-us {
   font-size: 16px;

}

.subtitle-contact-us {
   font-size: 13px;
   margin-top: 3.5vh;
}

.textbox-email {
   width: 100%;
   padding: 12px 20px;
   margin: 8px 0;
   display: inline-block;
   border: 1px solid #ccc;
   border-radius: 4px;
   box-sizing: border-box;
   
}

.textbox-message {
    height: 25vh;
    width: 100%;
    resize: none;
    padding: 12px 20px;
    margin: 8px 0;
    
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    
 }
 .button-contact-us-container {
   
   width: 100%;
   display: flex;
   justify-content: flex-end;
 } 


.task-force-container {
    display: none;
}
.task-force-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    min-height: 100vh;
    height: auto;
    background-color: #ffffff;
}
.btn-close-task-force {
    float: right;
    margin-right: 50px;
    margin-top: 40px;
    width: 15px;
}
.task-force-btns {
    display: inline-block;
    width: 38%;
    float: right;
    height: 230px;
    overflow-y: scroll;
}
.btn-task-force {
    width: 100%;
    height: 40px;
    color: #ffffff;
    margin-bottom: 10px;
}
#not-recommended {
    display: none;
}
#txt-who-we-are {
    outline: none;
    resize: none;
    border: 1px solid #e7e7e7;
    display: inline-block;
    width: 60%;
    height: 228px;
    padding: 2%;
    background-color: #f6f9f7;
    font-size: 14px;
}
.disclaimer > p, .who-we-are > p, .about-us > p, .contact-us > p {
    background: #f6f9f7;
    padding: 1%;
    height: 228px;
    font-size: 14px;
    overflow-y: scroll;
    line-height: 27px;
    white-space: break-spaces;
}
.strong-recommendations1, .weak-recommendations1, .strong-recommendations2, .weak-recommendations2, .strong-recommendations3, .weak-recommendations3, .strong-recommendations4, .weak-recommendations4, .strong-recommendations5, .weak-recommendations5, .strong-recommendations6, .weak-recommendations6 {
    padding: 20px 33px 5px;
    font-size: 16px;
}
.strong-recommendations7, .weak-recommendations7, .strong-recommendations8, .weak-recommendations8, .strong-recommendations9, .weak-recommendations9 {
    padding: 20px 33px 5px;
    font-size: 16px;
}
.btn-full-reco {
    width: 220px;
    display: block;
    margin: -10px 0 0 auto;
}
.who-we-are, .about-us, .contact-us {
    display: none;
}
#divider {
    width: 100%;
    height: 0.5px;
    background-color: #cacaca;
    margin-top: 20px;
}
#info-icon {
    width: 40px;
    position: absolute;
    right: 35px;
    top: 35px;
    display: none;
}
.btn-start-phex-mob {
    display: none;
}
.send-email-1 {
     display: none;
}
.cm-kg {
    position: absolute;
    top: 42px;
    color: gray;
    right: 7px;
}
.top-arrow {
    width: 60px;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    display: none;
}
#btn-submit-mob {
    display: none;
}
.reco-strong1, .reco-strong2, .reco-strong3, .reco-strong4, .reco-strong5, .reco-strong6, .reco-strong7, .reco-strong8, .reco-strong9 {
    font-family: montserratBold;
}
.reco-weak1, .reco-weak2, .reco-weak3, .reco-weak4, .reco-weak5, .reco-weak6, .reco-weak7, .reco-weak8, .reco-weak9 {
    font-family: montserratBold;
}
.desktop-show {
    display: block;
}
.mobile-show {
    display: none;
}
@media only screen and (max-width: 768px) {
    .desktop-show {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    .side-menu {
        display:none;
    }
    #btn-submit-mob {
        display: inline-block;
    }
    .desc-tabs-container {
        width: 100%;
        height: auto;
        margin: 10% auto;
    }
    .full-rec {
        width: 65%;
    }
    .phex-tabs {
        width: 100%;
        padding: 4%;
        text-align: center;
        height: 53px;
        font-family: montserratBold;
        text-align: center;
    }
    .reco-container {
        margin-top: 30px;
        border-radius: 5px;
        box-shadow: #e6e6e6 -1px -6px 10px 1px;
        border: 1px solid #d5d5d5;
        width: 100%;
        background: white;
    }
    .reco-tabs-container {
        height: auto;
        width: 100%;
    }
    .reco-tabs, .reco-tabs2, .reco-tabs3 {
        display: inline-block;
        width: 100%;
        padding: 3%;
        text-align: center;
        height: inherit;
        font-size: 11px;
    }
    .desc-tabs {
        padding: 4.8%;
        width: 49.2%;
        height: 50px;
    }
    .disclaimer, .who-we-are, .contact-us {
        width: 100%;
        height: 65vh;
    }
    .about-us {
        width: 100%;
        height: auto;
    }
    .tf_list {
        padding-left: 20px;
        column-count: 1;
    }
    .disclaimer > p, .who-we-are > p, .about-us > p, .contact-us > p {
        height: 100%;
    }
    .btn-start-phex, #btn-submit {
        display: none;
    }
    .btn-start-phex-mob {
        display: block;
        margin: 0 auto;
        padding: 4%;
        height: auto;
    }

    .btn-start-phex-mob-1 {
        display: block;
        padding: 4%;
        height: auto;
    }


    .side-menu {
        float: left;
        background-image: none;
        width: 100%;
        height: 100vh;
        top: 96vh;
        padding: 12% 2% 0 3%;
        position: fixed;
        z-index: 10;
        display: block;
        background-color: #63b277;
        left: 0;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    #txt-who-we-are {
        width: 100%;
        height: 50%;
    }
    .task-force-btns {
        width: 100%;
        overflow-y: unset;
        display: contents;
    }
    .who-we-are {
        height: auto;
    }
    .top-arrow {
        display: block;
    }
    .side-heading {
        width: 55%;
        font-size: 18px;
        padding-left: 9%;
        text-align: left;
        padding-top: 0;
    }
    .left-side {
        margin-right: 0 !important;
        margin-left: 13%;
    }
    .bmi-side {
        margin-right: 0 !important;
        margin-left: -25%;
    }
    .phex-tabs-container {
        height: auto;
        width: 100%;
    }
    .side-inputs {
        width: 65%;
        height: 38px;
        outline: none;
        border: none;
        border-radius: 3px;
        color: #000;
        padding-left: 8px;
    }
    .task-force-container {

    }
    .group_div {
        padding: 5% !important;
    }
    .group_name {
        font-size: 16px !important;
    }
    .cm-kg {
        position: absolute;
        color: gray;
        right: 40% !important;
        top: calc(50% + 15px)!important;
    }
    .btns-side {
        width: 32% !important;
        height: 40px;
        margin-top: 15% !important;
    }
    .side-inputs-row {
        padding-top: 3% !important;
        text-align: left;
        font-size: 14px;
    }
    .line {
        display: none;
    }
    .side-menu {
        text-align: center;
    }
    .main-content {
        padding-bottom: 100px;
    }
    .side-arrow {
        display: none;
    }
    .main-content {
        background-size: 80vw;
        background-position-y: bottom;
    }
    .header {
        height: 14vh;
        border-bottom: 2px solid #e8e8e8;
        padding-left: 5%;
        padding-top: 10%;
        font-weight: 600;
        color: #2A564A;
        font-size: 14px;
    }
    .btn-close-pdf {
        width: 15px;
        float: right;
        margin-right: 25px;
        margin-top: 2px;
    }
    .reco-strong1, .reco-strong2, .reco-strong3, .reco-strong4, .reco-strong5, .reco-strong6, .reco-strong7, .reco-strong8, .reco-strong9 {
        margin: 10px 25px;
        padding: 20px 10px;
        border-bottom: 1px solid #e7e4e4;
        font-size: 18px;
    }
    .reco-weak1, .reco-weak2, .reco-weak3, .reco-weak4, .reco-weak5, .reco-weak6, .reco-weak7, .reco-weak8, .reco-weak9 {
        margin: 10px 25px;
        padding: 20px 10px;
        border-bottom: 1px solid #e7e4e4;
        font-size: 18px;
    }
    .strong-recommendations1, .weak-recommendations1, .strong-recommendations2, .weak-recommendations2, .strong-recommendations3, .weak-recommendations3, .strong-recommendations4, .weak-recommendations4, .strong-recommendations5, .weak-recommendations5, .strong-recommendations6, .weak-recommendations6 {
        padding: 5px 33px 5px;
        font-size: 16px;
    }
    .about-submenu {
        top: 101px;
        left: 0;
        width: 178px;
    }
    .down {
        top: 21px;
    }
     .btn-full-reco {
       width: 220px;
       display: block;
       margin: 10px 0 0 0;
   }

   .message-container {
        height: 100%;
        width: 100%;
  
    }
   .button-contact-us-container {
    
       width: 100%;
       display: flex;
       justify-content: flex-end;
    } 

}