.main_banner_homepage {
    min-height: auto !important;
    height: calc(100vh - 127px);
    display: flex;
    /* align-items: center; */
    background-size: cover !important;
}

.faq-bot-button {
    position: fixed;
    color: rgb(255, 255, 255);
    font-family: Roboto, proxima-nova, Arial, sans-serif;
    font-size: 16px;
    cursor: pointer;
    padding: 10px;
    z-index: 9999999;
    bottom: 50%;
    right: -2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 16px 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 16px 0 rgba(0,0,0,.15);
    -webkit-overflow-scrolling: touch !important;
    overflow-scrolling: touch !important;
    -webkit-overflow: auto !important;
    overflow: auto !important;
    line-height: 1.5;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    margin-bottom: 60px;
    animation: none;
}
.faq-bot-button {
    display: block;
    position: fixed;
    color: rgb(255, 255, 255);
    font-family: Roboto, proxima-nova, Arial, sans-serif;
    font-size: 16px;
    cursor: pointer;
    padding: 10px;
    z-index: 100000001;
    bottom: -12px;
    right: 50px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 3px 16px 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 16px 0 rgba(0,0,0,.15);
    margin-bottom: 26px;
    -webkit-overflow-scrolling: touch !important;
    overflow-scrolling: touch !important;
    -webkit-overflow: auto !important;
    overflow: auto !important;
    line-height: 1.5;
    animation: faq-bot-button 2s cubic-bezier(.36,.07,.19,.97) both;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

.theme-btn {
    background: #14a19a;
    color: #fff;
    font-weight: 500;
    padding: 5px 30px;
    font-size: 17px;
    border: 1.5px solid #fff0;
    transition: .2s;
    border-radius: 3px;
}


.theme-btn {
    text-decoration: none !important;
}

.banner {
    min-height: 787px;
    position: relative;
    margin-top: 50px !important;
    overflow: hidden;
}

.ml-5, .mx-5 {
    margin-left: 3rem !important;
}

.main_banner_homepage h1 {
    font-size: 3.5em;
    font-weight: 700;
    margin-bottom: 40px !important;
    margin-top: 10vh !important;
	
}

.grey-text {
    color: #b5b8b7;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.pl-0, .px-0 {
    padding-left: 0!important;
}
.pr-0, .px-0 {
    padding-right: 0!important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
.main_banner_homepage .banner_btn {
    position: inherit;
    bottom: inherit;
    margin-top: 60px !important;
}
.girl_banner {
    position: absolute;
    right: 3vw;
    height: 100%;
    text-align: center;
    /* align-items: flex-end; */
    bottom: -4vh;
}

.girl_banner img {
    max-height: 110%;
}
.show_mobile {
    display: none;
}

.banner_img {
    position: absolute;
    z-index: -1;
}

.banner_btn {
    position: inherit;
    bottom: inherit;
    margin-top: 60px ;
}

.banner_btn a {
    background: #14a19a;
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    font-size: 17px;
    display: inline-block;
}


@media only screen and (max-width: 576px){
.show_mobile {
    display: block;
    z-index: 1;
}
.d-none-mobile {
    display: none !important;
}

.content_mobile {
    margin-bottom: 20px;
    display: block;
    padding: 5px;
    position: absolute;
    bottom: 45px;
    left: 20px;
}

.content_mobile .theme-btn {
    padding: 5px 8px;
}



}



















.heading{    text-align: center;
    margin-bottom: 25px;
    font-size: 20px;
	    font-weight: 400 !important;
	margin-top: 25px !important;
}

.inner_img_section {
    margin-top: 15px !important;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.inner_img_section {
    margin-top: 40px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.inner_img_section .image img {
    max-width: 80%;
    min-height: auto;
    min-width: 155px;
}

.image_label {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin-top: 13px !important;
}

.form-img {
    padding-top: 15px;
    margin-bottom: 25px;
    border: 2px solid;
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    margin-left: 3px;
    margin-right: 3px;
    flex: 0 0 32%;
}

.form p.info {
    font-size: 16px;
    text-transform: initial;
    font-weight: 400;
    color: #000;
}

.text-uppercase {
    text-transform: uppercase!important;
}
.text-center {
    text-align: center!important;
}

.inner-buttons {
    padding-top: 15px;
    padding-bottom: 10px;
}

.inner-buttons select {
    width: 80px;
    border: 2px solid #71c7b8;
    border-radius: 0;
    margin: 0 auto;
}

.form {
    margin-top: 30px !important;
}
.width_40_form {
    width: 40% !important;
}

.form-group {
    margin-top: 30px !important;
}

.form-group {
    margin-bottom: 1rem !important;
}

.form label {
    font-size: 18px !important;
    position: relative !important;
    line-height: 25px !important;
    display: block !important;
	    font-weight: 400 !important;
}

.form-group {
    margin-top: 30px;
}
.form-group {
    margin-bottom: 1rem;
}

.form input {
    border: none;
    border-bottom: 1.5px solid;
    border-radius: 0;
    padding: 0;
    color: #14a19a;
    font-weight: 500;
    background: transparent;
	-webkit-box-shadow: none !important;
	box-shadow:none !important;
    outline: none !important;
}

.inner-buttons button {
    min-width: 180px;
}

.form label span {
    position: absolute;
    left: -50px;
}

.fa-long-arrow-alt-right:before {
    content: "\f30b";
}

.theme-btn-bordered {
    background: initial;
    color: #000000;
    font-weight: 400;
    padding: 3px 25px;
    font-size: 16px;
    border: 1.5px solid #b7b7b7;
    margin-left: 5px;
    margin-right: 5px;
    transition: .2s;
    text-align: center;
}


* {
    margin: 0 auto !important;
   /* padding: 0 !important;*/
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  color: #666;
  margin: 0; }

:focus {
  outline: none; }

textarea {
  resize: none; }

input, textarea, select, button {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  color: #666; }

p, h1, h2, h3, h4, h5, h6, ul {
  margin: 0; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

a {
  text-decoration: none; }

textarea {
  resize: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  border: none; }
  select option[value=""][disabled] {
    display: none; }

img {
  max-width: 100%;
  vertical-align: middle; }

body {
  background: url("../images/form-wizard-bg.jpg");
  background-size: cover; }

.wrapper {
  max-width: 1400px;
  height: 100vh;
  margin: 25px;
  display: flex;
  align-items: center; }
  .wrapper .image-holder {
    width: 51%; }
  .wrapper form {
   width: 50%;
    margin-left: 25%;
    margin-right: 25%; }

.wizard > .steps .current-info, .wizard > .steps .number {
  display: none; }

#wizard {
  min-height: auto;
    background: #fff;
   /* margin-right: 60px;*/
    padding: 45px 25px 45px; }

.steps {
  margin-bottom: 15px; }
  .steps ul {
    display: flex;
    position: relative; }
    .steps ul li {
      width: 30.16%;
    margin-right: 0px; }
      .steps ul li a {
        display: inline-block;
        width: 100%;
        height: 5px;
        background: #e6e6e6;
        border-radius: 0.5px; }
      .steps ul li.first a, .steps ul li.checked a {
        background: #14A19A;
        transition: all 0.5s ease; }
    .steps ul:before {
      content: "Skin Assessment";
      font-size: 25px;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      color: #333;
     top: -35px;
      left: 33%;
      position: absolute; }
	  /*  secound step */
    .steps ul.step-2:before {
      content: "Skin Assessment"; }
    .steps ul.step-3:before {
      content: "Skin Assessment"; }
    .steps ul.step-4:before {
      content: "Skin Assessment"; }
   /*  secound step */
   
h3 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }

.form-row {
  margin-bottom: 15px; }
  .form-row label {
    margin-bottom: 8px;
    display: block; }
  .form-row.form-group {
    display: flex; }
    .form-row.form-group .form-holder {
      width: 50%;
      margin-right: 21px; }
      .form-row.form-group .form-holder:last-child {
        margin-right: 0; }

.form-holder {
  position: relative; }
  .form-holder i {
    position: absolute;
    top: 11px;
    right: 19px;
    font-size: 17px;
    color: #999; }

.form-control {
  height: 42px;
  border: 1px solid #e6e6e6;
  background: none;
  width: 100%;
  padding: 0 18px; }
  .form-control:focus {
    border-color: #f3d4b7; }
  .form-control::-webkit-input-placeholder {
    color: #999;
    font-size: 13px; }
  .form-control::-moz-placeholder {
    color: #999;
    font-size: 13px; }
  .form-control:-ms-input-placeholder {
    color: #999;
    font-size: 13px; }
  .form-control:-moz-placeholder {
    color: #999;
    font-size: 13px; }

textarea.form-control {
  padding-top: 11px;
  padding-bottom: 11px; }

.option {
  color: #999; }

.actions ul {
  display: flex;
  margin-top: 30px;
  justify-content: space-between; }
  .actions ul.step-last {
    justify-content: flex-end; }
    .actions ul.step-last li:first-child {
      display: none; }
.actions li a {
  padding: 0;
    border: none;
    display: inline-flex;
    height: 35px;
    width: 90px;
    align-items: center;
    background: #14a19a;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    color: #fff;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-weight: 400; }
  .actions li a:before {
    content: '';
    position: absolute;
    top: 19px;
    right: 41px;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .actions li a:hover {
    background: #14a19aad; }
    .actions li a:hover:before {
      -webkit-animation-name: hvr-icon-wobble-horizontal;
      animation-name: hvr-icon-wobble-horizontal;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1; }
.actions li[aria-disabled="true"] a {
  display: none; }
.actions li:first-child a {
  background: #14a19a;
  padding-left: 15px; }
  .actions li:first-child a:before {
    content: '';
    left: 26px; }
  .actions li:first-child a:hover {
    background: #ccc; }
.actions li:last-child a {
  padding-left: 29px;
  width: 167px;
  font-weight: 400; }
  .actions li:last-child a:before {
    right: 30px; }

.checkbox {
  position: relative; }
  .checkbox label {
    padding-left: 21px;
    cursor: pointer;
    color: #999; }
  .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .checkbox input:checked ~ .checkmark:after {
    display: block; }

.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 12px;
  width: 13px;
  border-radius: 2px;
  background-color: #ebebeb;
  border: 1px solid #ccc;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #000;
  font-size: 10px;
  font-weight: bolder; }
  .checkmark:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    content: '\f26b'; }

.checkbox-circle {
  margin-top: 41px;
  margin-bottom: 46px; }
  .checkbox-circle label {
    cursor: pointer;
    padding-left: 26px;
    color: #999;
    display: block;
    margin-bottom: 15px;
    position: relative; }
    .checkbox-circle label.active .tooltip {
      display: block; }
  .checkbox-circle input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .checkbox-circle input:checked ~ .checkmark:after {
    display: block; }
  .checkbox-circle .checkmark {
    position: absolute;
    top: 11px;
    left: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #ebebeb;
    border: 1px solid #cdcdcd; }
    .checkbox-circle .checkmark:after {
      content: "";
      top: 6px;
      left: 6px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #666666;
      position: absolute;
      display: none; }
  .checkbox-circle .tooltip {
    padding: 9px 22px;
    background: #f2f2f2;
    line-height: 1.8;
    position: relative;
    margin-top: 16px;
    margin-bottom: 28px;
    display: none; }
    .checkbox-circle .tooltip:before {
      content: "";
      border-bottom: 10px solid #f2f2f2;
      border-right: 9px solid transparent;
      border-left: 9px solid transparent;
      position: absolute;
      bottom: 100%; }

.product {
  margin-bottom: 33px; }

.item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px; }
  .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }
  .item .left {
    display: flex;
    align-items: center; }
  .item .thumb {
    display: inline-flex;
    width: 100px;
    height: 90px;
    justify-content: center;
    align-items: center;
    border: 1px solid #f2f2f2; }
  .item .purchase {
    display: inline-block;
    margin-left: 21px; }
    .item .purchase h6 {
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      font-size: 16px;
      margin-bottom: 4px;
      font-weight: 500; }
      .item .purchase h6 a {
        color: #333; }
  .item .price {
    font-size: 16px; }

.checkout {
  margin-bottom: 44px; }
  .checkout span.heading {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    margin-right: 5px; }
  .checkout .subtotal {
    margin-bottom: 18px; }
  .checkout .shipping {
    margin-bottom: 19px; }
    .checkout .shipping span.heading {
      margin-right: 4px; }
  .checkout .total-price {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333;
    font-weight: 700; }

@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@media (max-width: 1500px) {
  .wrapper {
    height: auto; } }
@media (max-width: 1199px) {
  .wrapper {
    height: 100vh; }

  #wizard {
    margin-right: 40px;
    min-height: 829px;
    padding-left: 60px;
    padding-right: 60px; } }
@media (max-width: 991px) {
  .wrapper {
    justify-content: center; }
    .wrapper .image-holder {
      display: none; }
    .wrapper form {
     width: 50%;
    margin-left: 25%;
    margin-right: 25%; }

  #wizard {
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px; } }
@media (max-width: 767px) {
  .wrapper {
    height: auto;
    display: block; }
    .wrapper .image-holder {
      width: 100%;
      display: block; }
    .wrapper form {
		
      width: 100%;
	  margin-left: 0%;
    margin-right: 0%; }

  #wizard {
    min-height: unset;
    padding: 70px 20px 40px; }
	
	
	ul {
    padding-left: 0px !important;
}

  .form-row.form-group {
    display: block; }
    .form-row.form-group .form-holder {
      width: 100%;
      margin-right: 0;
      margin-bottom: 12px; }

  .item .purchase {
    margin-left: 11px; } }

/*# sourceMappingURL=style.css.map */
