@font-face {
  font-family: 'ITC Avant Garde Gothic Std';
  src: url("./fonts/ITCAvantGardeStd-Bold.eot");
  src: url("./fonts/ITCAvantGardeStd-Bold.woff2") format("woff2"), url("./fonts/ITCAvantGardeStd-Bold.woff") format("woff"), url("./fonts/ITCAvantGardeStd-Bold.ttf") format("truetype"), url("./fonts/ITCAvantGardeStd-Bold.svg#ITCAvantGardeStd-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'ITC Avant Garde Gothic Std Bold Condensed';
  src: url("./fonts/ITCAvantGardeStd-BoldCn.eot");
  src: url("./fonts/ITCAvantGardeStd-BoldCn.woff2") format("woff2"), url("./fonts/ITCAvantGardeStd-BoldCn.woff") format("woff"), url("./fonts/ITCAvantGardeStd-BoldCn.ttf") format("truetype"), url("./fonts/ITCAvantGardeStd-BoldCn.svg#ITCAvantGardeStd-BoldCn") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Basetica Pro';
  src: url("./fonts/BaseticaPro-Med.eot");
  src: url("./fonts/BaseticaPro-Med.woff2") format("woff2"), url("./fonts/BaseticaPro-Med.woff") format("woff"), url("./fonts/BaseticaPro-Med.ttf") format("truetype"), url("./fonts/BaseticaPro-Med.svg#BaseticaPro-Med") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Basetica';
  src: url("./fonts/Basetica-Bold.eot");
  src: url("./fonts/Basetica-Bold.woff2") format("woff2"), url("./fonts/Basetica-Bold.woff") format("woff"), url("./fonts/Basetica-Bold.ttf") format("truetype"), url("./fonts/Basetica-Bold.svg#Basetica-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Basetica';
  src: url("./fonts/Basetica-Regular.eot");
  src: url("./fonts/Basetica-Regular.woff2") format("woff2"), url("./fonts/Basetica-Regular.woff") format("woff"), url("./fonts/Basetica-Regular.ttf") format("truetype"), url("./fonts/Basetica-Regular.svg#Basetica-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("./fonts/ProximaNova-Regular.eot");
  src: url("./fonts/ProximaNova-Regular.woff2") format("woff2"), url("./fonts/ProximaNova-Regular.woff") format("woff"), url("./fonts/ProximaNova-Regular.ttf") format("truetype"), url("./fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Th';
  src: url("./fonts/ProximaNova-Extrabld.eot");
  src: url("./fonts/ProximaNova-Extrabld.woff2") format("woff2"), url("./fonts/ProximaNova-Extrabld.woff") format("woff"), url("./fonts/ProximaNova-Extrabld.ttf") format("truetype"), url("./fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld") format("svg");
  font-weight: 800;
  font-style: normal;
}
/****COLOR***/
/****FONT FAMILY***/
/****FONT SIZE***/
/****MIXIN***/
/* line 1, ../sass/_global.scss */
h1 {
  color: #4b4e53;
  font-weight: bold;
  font-family: "Proxima Nova Th";
}

/* line 6, ../sass/_global.scss */
.clearfix {
  clear: both;
}

/* line 9, ../sass/_global.scss */
.red-text-italic {
  color: #8b2e29;
  font-size: 18px;
  font-style: italic;
  font-family: "Libre Baskerville";
}

/* line 15, ../sass/_global.scss */
.body-text {
  color: #393939;
  font-size: 16px;
  line-height: 25px;
  font-family: "Proxima Nova Rg";
  text-align: left;
  padding-right: 74px;
}

/* line 22, ../sass/_global.scss */
.mt-0 {
  margin-top: 0px;
}

/* line 25, ../sass/_global.scss */
.mb-0 {
  margin-bottom: 0px;
}

/* line 28, ../sass/_global.scss */
.p-0 {
  padding: 0;
}

/* line 2, ../sass/_layout.scss */
.body-tool-container .background-color {
  background: #f8f7f5;
}
/* line 5, ../sass/_layout.scss */
.body-tool-container .container-custom {
  width: 100%;
}
/* line 8, ../sass/_layout.scss */
.body-tool-container .close-popup {
  background: #8c969b;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  float: right;
  margin-top: -60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 17, ../sass/_layout.scss */
.body-tool-container .close-popup img {
  width: 20px;
}
.body-tool-container .close-popup:hover {
  cursor: pointer;
}
/* line 21, ../sass/_layout.scss */
.body-tool-container .modal-header-p {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 24, ../sass/_layout.scss */
.body-tool-container .logo {
  padding: 10px 0px;
  background: #fff;
}
/* line 26, ../sass/_layout.scss */
.body-tool-container .logo img {
  max-width: 104px;
}
/* line 30, ../sass/_layout.scss */
.body-tool-container .description {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;

}
/* line 34, ../sass/_layout.scss */
.body-tool-container .description h1 {
  font-size: 64px;
  border-bottom: 0px;
  margin-left: -4px;
}
/* line 40, ../sass/_layout.scss */
.body-tool-container .human-body {
  border: 0px;
  background: transparent;
}
/* line 43, ../sass/_layout.scss */
.body-tool-container .human-body .rotate {
  width: 100%;
  height: 100%;
  bottom: -9px;
}
/* line 47, ../sass/_layout.scss */
.body-tool-container .human-body .rotate a.right {
  left: 28px;
  position: absolute;
  top: 44%;
  z-index: 1010;
}
/* line 52, ../sass/_layout.scss */
.body-tool-container .human-body .rotate a.left {
  position: absolute;
  right: 0;
  top: 36%;
  z-index: 1010;
}
/* line 58, ../sass/_layout.scss */
.body-tool-container .human-body .steps {
  position: absolute;
  margin: 50px 0px 0px 0px;
}
/* line 68, ../sass/_layout.scss */
.body-tool-container .steps {
  display: flex;
  margin: 35px 0px 0px -30px;
}
/* line 71, ../sass/_layout.scss */
.body-tool-container .steps .step-number {
  color: #8b2e29;
  font-family: "Libre Baskerville";
  font-style: italic;
  font-size: 52px;
  line-height: 1.3;
}
/* line 77, ../sass/_layout.scss */
.body-tool-container .steps .step-number:after {
  width: 2px;
  height: 46px;
  position: absolute;
  content: " ";
  background: #ccc;
  margin-left: 8px;
}
/* line 85, ../sass/_layout.scss */
.body-tool-container .steps .step-number:before {
  width: 10px;
  height: 2px;
  position: absolute;
  content: " ";
  background: #ccc;
  margin-left: 24px;
}

.body-tool-container .steps .step-number2 {
  color: #8b2e29;
  font-family: "Libre Baskerville";
  font-style: italic;
  font-size: 52px;
  line-height: 1.3;
}
/* line 77, ../sass/_layout.scss */
.body-tool-container .steps .step-number2:after {
  width: 2px;
  height: 46px;
  position: absolute;
  content: " ";
  background: #ccc;
  margin-left: 8px;
}
/* line 85, ../sass/_layout.scss */
.body-tool-container .steps .step-number2:before {
  width: 10px;
  height: 2px;
  position: absolute;
  content: " ";
  background: #ccc;
  margin-left: 32px;
}
/* line 95, ../sass/_layout.scss */
.body-tool-container .steps .step-des {
  margin: 10px 0px 0px 20px;
}
/* line 99, ../sass/_layout.scss */
.body-tool-container .gender-body {
  margin: -25px 0px 0px 0px;
  padding: 0px;
  position: relative;
}
/* line 103, ../sass/_layout.scss */
.body-tool-container .gender-body li {
  list-style-type: none;
  display: inline-block;
  margin-right: 30px;
}
/* line 107, ../sass/_layout.scss */
.body-tool-container .gender-body li a {
  display: block;
  text-decoration: none;
  text-align: center;
}
/* line 111, ../sass/_layout.scss */
.body-tool-container .gender-body li a span {
  display: block;
}
/* line 114, ../sass/_layout.scss */
.body-tool-container .gender-body li a .male {
  background: url("../images/male-inactive.png") no-repeat center;
  width: 100px;
  height: 100px;
  background-size: 45px;
}
/* line 121, ../sass/_layout.scss */
.body-tool-container .gender-body li a .female {
  background: url("../images/female-inactive.png") no-repeat center bottom;
  width: 100px;
  height: 100px;
  background-size: 45px;
}
/* line 128, ../sass/_layout.scss */
.body-tool-container .gender-body li a .gender-text {
  font-family: "Proxima Nova Th";
  font-size: 20px;
  color: #afafb0;
  margin-top: 5px;
}
/* line 135, ../sass/_layout.scss */viewer
.body-tool-container .gender-body li .or-text {
  top: 50%;
  color: #8b2e29;
  font-family: "Libre Baskerville";
  font-style: italic;
  font-size: 16px;
}
.text-or{
  color: #8b2e29;
  font-family: "Libre Baskerville";
  font-style: italic;
  font-size: 16px;
  position: absolute;
  left: 28%;
  top: 40%;
}
/* line 142, ../sass/_layout.scss */
.body-tool-container .gender-body li:last-child {
  margin-right: 0px;
}
/* line 148, ../sass/_layout.scss */
.body-tool-container .gender-body .active a .male {
  background: url("../images/male-active.png") no-repeat center;
  background-size: 45px;
}
/* line 154, ../sass/_layout.scss */
.body-tool-container .gender-body .active a .female {
  background: url("../images/female-active.png") no-repeat center bottom;
  background-size: 45px;
}
/* line 160, ../sass/_layout.scss */
.body-tool-container .gender-body .active a .gender-text {
  color: #ab6c50;
}
/* line 167, ../sass/_layout.scss */
.body-tool-container #viewer img {
  width: 84%;
}
#demo-modal
{
  max-width: 1000px;
  margin: auto;
}
#viewer{
  margin:0 0 0 20px;
}
.body-tool-container-custom{
  padding: 0 20px;
}
.container-custom .row{
  margin-right: 0 !important;
  margin-left: 0 !important;
}
#status1, #quiz-area{
  padding: 40px 0 0 20px;
}
h1.page-header{
  line-height: 1;
}
a.link-href{
  text-transform: uppercase;
  color: #4b4e53;
  font-weight: bold;
  font-family: "Proxima Nova Th";
  margin-bottom: 5px;
  display: block;
}
input[type="textbox"]
{
  border:0;
  border-bottom: 1px solid #4b4e53 !important;
  padding:5px;
  width:220px;
  font-family: "Proxima Nova Rg";
  background: transparent;
}
input[type="submit"]
{
  border:0;
  background:#8c969b;
  color:#fff;
  padding:5px;
  margin-left:20px;
  width:150px;
  font-family: "Proxima Nova Rg";
  text-transform: uppercase;
}

.modal-backdrop{
  opacity: 0.7 !important;
}

.modal{
  padding-right: 0 !important;
  right:0;
  bottom:0;
}

@media screen and (max-width: 999px) {
  #demo-modal{
    max-width: 520px !important;
  }
}
