[hidden] {
    display: none !important;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex.justify-between {
    justify-content: space-between;
}
.flex.justify-end {
    justify-content: flex-end;
}
    
.flex.column-center {
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.flex.centered-column {
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  height: 100%;
}

/* MD, LG */
@media (min-width: 992px) {
    .c-layout-header .c-navbar .c-mega-menu.c-fonts-uppercase > .nav.navbar-nav > li > .c-link {
        margin-top: 8px;
        font-size: 12px;
    }
}

/* LG */
@media (min-width: 1200px) {
    .c-layout-header .c-navbar .c-mega-menu.c-fonts-uppercase > .nav.navbar-nav > li > .c-link {
        font-size: 15px;
    }
}

#above-the-fold {
    height: 500px;
    width: 100%;
    background: url(../../../../assets/base/img/content/backgrounds/dr-trupin-hero-2.jpg);
    background-size: cover;
    background-position: center;
}

.above-the-fold-content {
    width: 100%;
    max-width: 1000px;
    padding-left: 10px;
}

/* XS */
@media (max-width: 767px) {
    #above-the-fold {
        height: 200px;
    }
    
    .above-the-fold-content h1 {
        font-size: 20px;
    }
}

.body-diagram svg {
    margin: 20px 0;
}

.body-diagram.full-body svg {
    height: 600px;
}

.body-diagram.face svg {
    width: 300px;
}

#consultation-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 3px 20px 0px #aaa;
    z-index: 2;
}

/* XS */
@media (max-width: 767px) {
    #body-diagram-column {
        position: relative;
    }
    
    #consultation-modal {
        top: 20px;
        left: 0%;
        transform: translate(0%, 0%);
        margin: 0 20px; 
    }
}

.close-modal {
    cursor: pointer;
}

.concerns-category {
    display: flex;
    flex-wrap: wrap;
}

.concerns-category label {
    width: 50%;
    display: block;
    cursor: pointer;
    font-size: 18px;
}

.concerns-category input {
    margin-right: 5px;
}

/* XS, SM */
@media (max-width: 991px) {
    .concerns-category label {
        width: 100%;
        font-size: 20px;
    }
}

#wf-face, #wf-chest, #wf-abdomen, #wf-intimate, #wf-thighs, #wf-lower-legs, #wf-arms, #wf-hands,
#wb-face, #wb-back, #wb-buttocks, #wb-thighs, #wb-lower-legs, #wb-arms, #wb-hands,
#wh-upper-face, #wh-midface, #wh-lips, #wh-lower-face, #wh-neck,
#mf-face, #mf-chest, #mf-abdomen, #mf-thighs, #mf-lower-legs, #mf-arms, #mf-hands,
#mb-face, #mb-back, #mb-buttocks, #mb-thighs, #mb-lower-legs, #mb-arms, #mb-hands,
#mh-upper-face, #mh-midface, #mh-lips, #mh-lower-face, #mh-neck {
    opacity: 0;
    cursor: pointer;
}

#wf-face:hover, #wf-chest:hover, #wf-abdomen:hover, #wf-intimate:hover, #wf-thighs:hover, #wf-lower-legs:hover, #wf-arms:hover, #wf-hands:hover,
#wb-face:hover, #wb-back:hover, #wb-buttocks:hover, #wb-thighs:hover, #wb-lower-legs:hover, #wb-arms:hover, #wb-hands:hover,
#wh-upper-face:hover, #wh-midface:hover, #wh-lips:hover, #wh-lower-face:hover, #wh-neck:hover,
#mf-face:hover, #mf-chest:hover, #mf-abdomen:hover, #mf-thighs:hover, #mf-lower-legs:hover, #mf-arms:hover, #mf-hands:hover,
#mb-face:hover, #mb-back:hover, #mb-buttocks:hover, #mb-thighs:hover, #mb-lower-legs:hover, #mb-arms:hover, #mb-hands:hover,
#mh-upper-face:hover, #mh-midface:hover, #mh-lips:hover, #mh-lower-face:hover, #mh-neck:hover {
    opacity: 0.7;
}