@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.woff2') format('woff2'),
        url('../fonts/lato-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
        url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
        url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'merriweatherlight';
    src: url('../fonts/merriweather-light-webfont.woff2') format('woff2'),
         url('../fonts/merriweather-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'merriweatherregular';
    src: url('../fonts/merriweather-regular-webfont.woff2') format('woff2'),
         url('../fonts/merriweather-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'merriweatherbold';
    src: url('../fonts/merriweather-bold-webfont.woff2') format('woff2'),
         url('../fonts/merriweather-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
body {
    font-family: 'latoregular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #616161;
	overflow-x: hidden;
}
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: none;
	background-color: transparent;
}
body::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #cecece;
}

a {
    text-decoration: none !important;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    color: #000000;
}
a:focus {
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-consultation {
    width: 100%;
    position: relative;
    height: 100vh;
    background: #FAFAFA;
}
.main-consultation.active {
    /* height: auto; */
}
.gender-selection {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0;
    z-index: 1;
    background: #FAFAFA;
}
.gender-selection .title {
    color: #000;
    font-family: 'merriweatherbold';
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 15px;
    text-align: center;
}
.gender-selection .message {
    color: #000;
    font-family: 'latoregular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    width: 100%;
    max-width: 737px;
    margin: 0 auto 0px;
}
.gender-selection .gender-action {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.gender-selection .gender-action .gender-btn {
    width: 150px;
    height: 150px;
    background-color: #fff;
    border: 1px solid #D83135;
    outline: none;
    box-shadow: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    color: #D83135;
    font-family: 'latoregular';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 10px;
	transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
}
.gender-selection .gender-action .gender-btn:hover {
    box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.08);	
}
.gender-selection .gender-action .gender-btn img {
    margin-bottom: 10px;
    max-width: 80px;
}
.gender-selection .gender-action .gender-btn:last-child {
    margin-left: 20px;
}
.gender-content {
    position: relative;
    width: 100%;
    background: #FAFAFA;
    height: 100vh;
}
.gender-content .d-flex {
    height: 100%;
    align-items: center;
}
.gender-content .content {
    width: 50%;
    max-width: 50%;
    position: relative;
    padding: 30px;
}
.gender-content .content h2 {
    font-size: 30px;
    line-height: 40px;
    display: block;
    margin-bottom: 15px;
    color: #000;
    font-family: 'merriweatherbold';
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.32px;
}
.gender-content .content ul.check-list {
    width: 100%;
    position: relative;
}
.gender-content .content ul.check-list li {
    width: 100%;
    position: relative;
    padding-left: 30px;
    color: #000;
    font-family: 'latoregular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}
.gender-content .content ul.check-list li:before {
    position: absolute;
    content: "\f00c";
    font-family: "FontAwesome";
    top: 3px;
    left: 0;
    color: #D83135;
    font-size: 16px;
}
#mobile-continue {
    display: none;
}
.gender-content .body-part {
    width: 50%;
    max-width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    border-left: 1px solid #D83135;
}
.gender-content .body-part .man-body-part, .gender-content .body-part .woman-body-part {
    position: relative;
    padding-top: 120px;
    height: 100vh;
}
.gender-content .body-part .body-background {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.gender-content .body-part .body-background svg {
    width: 100%;
    height: 100vh;
    max-height: 80vh;
}
.gender-content .body-part .body-background svg .svg-color {
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    fill: #2af4cd;
    cursor: pointer;
}
.gender-content .body-part .body-background svg .svg-color:hover, .gender-content .body-part .body-background svg .svg-color.active {
    opacity: 0.5;
    transition: opacity 0.25s ease-in-out;
    cursor: pointer;
    animation: none;
}
.gender-content .body-part .action {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #D83135;
    position: absolute;
    left: 0;
    top: 0;
    height: 120px;
}
.btn-red {
    border: 1px solid #D83135;
    background-color: #D83135;
    border-radius: 0;
    color: #FFF;
    text-align: center;
    font-family: 'latoregular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 0px 20px;
    height: 50px;
    line-height: 48px;
    transition: .5s;
}
.btn-red img {
    padding-left: 5px;
    transition: .5s;
}
.btn-red:hover {
    border: 1px solid #d83135;
    color: #000000;
    background-color: transparent;
}
.btn-red:hover img {
    filter: invert(1);
}
.gender-content .body-part .action .btn-full-body {
    color: #000;
    font-family: 'latoregular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;	
}
.gender-content .body-part .action .radio-group {
    display: flex;
    align-items: center;
}
.gender-content .body-part .action .radio-group .form-check {
    margin: 0;
    display: flex;
    align-items: center;
}
.gender-content .body-part .action .radio-group .form-check:first-child {
	margin-right: 40px;
}
.gender-content .body-part .action .radio-group .form-check .form-check-input {
    /* margin-top: 7px; */
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.gender-content .body-part .action .radio-group .form-check .form-check-input:checked {
    background-color: #d83135;
    border-color: #d83135;
}
.gender-content .body-part .action .radio-group label {
    color: #000;
    font-family: 'latoregular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    filter: contrast(0.5);
} 
.gender-content .body-part .action .radio-group .form-check .form-check-input:checked+label {
    filter: inherit;
}
path#man_face_and_neck, path#man_scalp, path#woman_face_and_neck, path#woman_scalp {
    display: none;
}
.modal-theme .modal-content {
    padding: 50px 0 0;
}
.modal-theme .modal-content .btn-close {
    width: 40px;
    height: 40px;
    background-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    outline: none;
    box-shadow: none;
}
.modal-theme .modal-content .modal-body {
    text-align: center;
}
.modal-theme .modal-content .modal-body h3 {
    font-size: 26px;
    line-height: 40px;
    display: block;
    margin-bottom: 15px;
    color: #000;
    font-family: 'merriweatherbold';
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.32px;
}
.modal-theme .modal-content .modal-body p {
    color: #000;
    font-family: 'latoregular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    width: 100%;	
}
.modal-theme .modal-content .modal-body .fas {
    border: 1px solid #D83135;
    background-color: transparent;
    border-radius: 50%;
    color: #d83135;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 20px;
}
.modal-theme .modal-content .modal-body .popup-scroll-set {
    width: 100%;
    padding: 30px;
	max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.modal-theme .modal-content .modal-body .popup-scroll-set::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	background-color: transparent;
}
.modal-theme .modal-content .modal-body .popup-scroll-set::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}
.modal-theme .modal-content .modal-body .popup-scroll-set::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #cecece;
}
.modal-theme .modal-content .modal-body .popup-scroll-set .form-check {
    margin-bottom: 0.75rem;
    padding: 0;
}
.modal-theme .modal-content .modal-body .popup-scroll-set .form-check .form-check-label {
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 0;
    color: #000;
    text-align: center;
    font-family: 'latoregular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 0px 20px;
    height: 40px;
    line-height: 38px;
    transition: .5s;
    width: 100%;
	cursor: pointer;
}
.modal-theme .modal-content .modal-body .popup-scroll-set .form-check .form-check-input {
    display: none;
    width: 1.5em;
    height: 1.5em;
    margin: 0;
    visibility: hidden;
}
.modal-theme .modal-content .modal-body .popup-scroll-set .form-check .form-check-input:checked+label {
    background-color: #000000;
    color: #fff;
    border-color: #000;
}
.virtual-form {
    padding: 50px 0;
    background: #FAFAFA;
    width: 100%;
    text-align: center;
}
.virtual-form .title {
    color: #000;
    font-family: 'merriweatherbold';
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 15px;
    text-align: center;
}
.virtual-form .message {
    color: #000;
    font-family: 'latoregular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    width: 100%;
}
.form-theme {
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    padding: 30px;
    max-width: 700px;
    margin: 20px auto 0;
    text-align: left;
}
.form-theme .form-group {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.form-theme .form-group label {
    color: #505050;
    font-family: 'latoregular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.form-theme .form-group .form-control {
    font-family: 'latoregular';
    font-size: 16px;
    color: #000;
    border-radius: 0;
}
.virtual-results {
    padding: 50px 0;
    background: #FAFAFA;
    width: 100%;
    text-align: center;    
}
.virtual-results .title {
    color: #000;
    font-family: 'merriweatherbold';
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 15px;
    text-align: center;
}
.virtual-results .customized {
    color: #D83135;
    font-family: 'latoregular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    width: 100%;
}
.virtual-results .message {
    color: #000;
    font-family: 'latoregular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    width: 100%;
}
.virtual-results .results {
    width: 100%;
	margin-top: 30px;	
}
.virtual-results .results .accordion-item {
    margin-bottom: 15px;
    border: 1px solid #dee2e6;
    border-radius: 0;
}
.virtual-results .results .accordion-button {
    display: block;
    background-color: #fff;
    text-align: left;
    outline: none;
    box-shadow: none;
    position: relative;
}
.virtual-results .results .accordion-button::after {
    position: absolute;
    right: 20px;
    top: 50%;
}
.virtual-results .results .accordion-button h4 {
    color: #D83135;
    font-family: 'merriweatherbold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 5px;
}
.virtual-results .results .accordion-button h3 {
    color: #000;
    font-family: 'merriweatherbold';
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
}
.virtual-results .results .accordion-body {
    border-top: 1px solid #dee2e6;	
}
.virtual-results .results .accordion-body p {
    color: #000;
    font-family: 'latoregular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    margin-bottom: 10px;
}
@media (max-width: 992px) { 
	.gender-selection .title, .virtual-form .title, .virtual-results .title {
		font-size: 36px;
		line-height: 50px;
	}
	.virtual-results .results .accordion-button h4 {
	    font-size: 16px;    
		line-height: 24px;		
	}
	.virtual-results .results .accordion-button h3 {
	    font-size: 22px;    
		line-height: 30px;	
	}
	.gender-content .body-part .action .radio-group .form-check:first-child {
		margin-right: 20px;
	}
}
@media (max-width: 767px) { 
	.gender-content .d-flex {
		display: block !important;
	}
	.gender-content .content {
		width: 100%;
		max-width: 100%;
	}
	.gender-content .body-part {
		width: 100%;
		max-width: 100%;
		border-left: 0;
	}
	#mobile-continue {
		display: block;
		max-width: 140px;
		text-align: center;
	}
	.gender-content .body-part, .gender-content.active .content {
		display: none;
	}
	.gender-content.active .body-part {
		display: block;
	}
	.svg-color {
		animation:
		  svg-pulse
		  2s
		  ease-out
		  0s
		  alternate
		  infinite
		  none
		  running;
	}
	.svg-color:hover, .svg-color.active {
	  opacity: 0.5;
	  transition: opacity 0.25s ease-in-out;
	  cursor: pointer;
	  animation: none;
	}

	@keyframes svg-pulse {
	  0% {
		opacity: 0;
	  }

	  50% {
		opacity: 0;
	  }

	  100% {
		opacity: 0.3;
	  }
	}
}
@media (max-width: 575px) { 
	.gender-content .body-part .action {
		padding: 20px 10px;
	}
	.btn-red {
		padding: 0px 10px;
	}
	.gender-content .body-part .action .radio-group label, .gender-content .body-part .action .btn-full-body {
		font-size: 14px;
	}
}