@font-face {
    font-family: "Poppins-Regular";
    src: url("../fonts/poppins/Poppins-Regular.ttf");
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url("../fonts/poppins/Poppins-SemiBold.ttf");
}

@font-face {
    font-family: "Poppins-Medium";
    src: url("../fonts/poppins/Poppins-Medium.ttf");
}

@font-face {
    font-family: "Idealist-Regular";
    src: url("../fonts/idealist-sans/idealist-sans.regular.ttf");
}

@font-face {
    font-family: "Idealist-Light";
    src: url("../fonts/idealist-sans/idealist-sans.light.ttf");
}

@font-face {
    font-family: "Muli-Bold";
    src: url("../fonts/muli/Muli-Bold.ttf");
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Idealist-Light";
    font-size: 15px;
    line-height: 20px;
    color: #495274;
    margin: 0;
}

:focus {
    outline: none;
}

textarea {
    resize: none;
}

input,
textarea,
select,
button {
    font-family: "Idealist-Regular";
    font-size: 15px;
    color: #495274;
}

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-color: #fff;
}

.logo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
}

.wrapper {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background-color: #fff;
    /* background: url("../images/background.png") no-repeat; */
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper form {
    width: 49%;
}

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

#wizard {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 15px 131px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 15px 131px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 131px 0px rgba(0, 0, 0, 0.3);
    margin-right: 60px;
    padding: 107px 75px 65px;
}

.steps {
    margin-bottom: 30px;
}

.steps ul {
    display: flex;
    position: relative;
}

.steps ul li {
    width: 20.16%;
    margin-right: 10px;
}

.steps ul li a {
    display: inline-block;
    width: 100%;
    height: 7px;
    background: #e6e6e6;
    border-radius: 3.5px;
}

.steps ul li.first a,
.steps ul li.checked a {
    background: rgb(224, 35, 48);
    transition: all 0.5s ease;
}

.steps ul:before {
    content: "Choose Assessment Contract";
    font-size: 22px;
    font-family: "Idealist-Light";
    color: #333;
    top: -38px;
    position: absolute;
}

.steps ul.step-2:before {
    content: "Statement details";
}

.steps ul.step-3:before {
    content: "Contact information";
}

.steps ul.step-4:before {
    content: "Review Request";
}

.steps ul.step-5:before {
    content: "Payment";
}

h3 {
    font-family: "Idealist-Light";
}

.form-row {
    margin-bottom: 24px;
}

.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:not(.dld) {
    position: absolute;
    top: 11px;
    right: 19px;
    font-size: 17px;
    color: #999;
}

.dld {
    color: rgb(224, 35, 48);
}

.form-holder-c i {
    position: absolute;
    top: 42px;
    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: rgb(224, 35, 48);
}

.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: 51px;
    width: 135px;
    align-items: center;
    background: rgb(224, 35, 48);
    cursor: pointer;
    position: relative;
    padding-left: 41px;
    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: '\f2ee';
    position: absolute;
    top: 16px;
    right: 41px;
    font-family: Material-Design-Iconic-Font;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.actions li a:hover {
    background: rgb(224, 35, 48, 0.9);
    color: #fff;
}

.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: #e6e6e6;
    padding-left: 48px;
}

.actions li:first-child a:before {
    content: '\f2ea';
    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: Material-Design-Iconic-Font;
    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: #495274666;
    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: "Poppins-Medium";
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 500;
}

.item .purchase h6 a {
    color: #fff;
}

.item .price {
    font-size: 16px;
}

.checkout {
    margin-bottom: 44px;
}

.checkout span.heading {
    font-family: "Poppins-Medium";
    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: "Muli-Bold";
    color: #333;
    font-weight: 700;
}

.success-wrap {
    position: relative;
    text-align: center;
    line-height: 30px;
}

.success-wrap:before {
    content: '';
    position: absolute;
    top: -120px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    background: url('../images/checkmark.png') center center no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
}

.success-wrap .success-details {
    margin-top: 30px;
}

@-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: 1199px) {
    #wizard {
        margin-right: 40px;
        height: 100%;
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width: 991px) {
    .wrapper form {
        width: 60%;
    }
    #wizard {
        margin-right: 0;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 889px) {
    .form-date.form-row.form-group .form-holder {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .form-date.form-row.form-group {
        display: block;
    }
}

@media (max-width: 767px) {
    .wrapper form {
        height: 100%;
        width: 95%;
    }
    #wizard {
        min-height: unset;
        padding: 70px 20px 40px;
    }
    .form-row.form-group {
        display: block;
    }
    .form-row.form-group .form-holder {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .item .purchase {
        margin-left: 11px;
    }
    .success-wrap:before {
        top: -80px;
    }
}


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

.inputGroup {
    display: block;
    margin: 10px 0;
    position: relative;
    border: #495274;
    border-bottom: solid;
    border-width: thin;
}

.inputGroup label {
    padding: 12px 30px;
    width: 100%;
    display: block;
    text-align: left;
    color: #3C454C;
    cursor: pointer;
    position: relative;
    z-index: 2;
    -webkit-transition: color 200ms ease-in;
    transition: color 200ms ease-in;
    overflow: hidden;
}

.inputGroup label:before {
    width: 100%;
    height: 10px;
    content: '';
    background-color: rgb(224, 35, 48);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}

.inputGroup label:after {
    width: 32px;
    height: 32px;
    content: '';
    border: 2px solid #D1D7DC;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.inputGroup input:checked~label {
    color: #fff;
}

.inputGroup input:checked~label:before {
    -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}

.inputGroup input:checked~label:after {
    background-color: #495274;
    border-color: #495274;
}

.inputGroup input {
    width: 32px;
    height: 32px;
    -webkit-box-ordinal-group: 2;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

.form {
    padding: 0 16px;
    max-width: 550px;
    margin: 50px auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

p.error {
    color: #a94442;
}

label.error {
    color: #a94442;
}

.form-control.error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.req-marker:after {
    content: "*";
    color: #a94442;
}

.confirmButton {
    padding: 0;
    border: none;
    height: 51px;
    width: 135px;
    align-items: center;
    background: rgb(224, 35, 48);
    cursor: pointer;
    position: relative;
    padding-right: 45px;
    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;
}

.newPaymentButton {
    padding: 0;
    border: none;
    height: 51px;
    width: 135px;
    align-items: center;
    background: rgb(224, 35, 48);
    cursor: pointer;
    position: relative;
    padding-right: 45px;
    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;
}

.confirmButton:before {
    content: '\f2ee';
    position: absolute;
    top: 15px;
    right: 18px;
    font-family: Material-Design-Iconic-Font;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.confirmButton:hover {
    background: rgb(224, 35, 48, 0.9);
}

.confirmButton: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:last-child a {
  padding-left: 29px;
  width: 167px;
  font-weight: 400; }
  .actions li:last-child a:before {
    right: 30px; } */

.deleteButton {
    border: none;
    height: 51px;
    align-items: center;
    cursor: pointer;
    position: relative;
    color: #333;
    font-weight: 400;
}

.deleteButton a {
    color: #333;
}

.newPaymentButton a {
    color: #fff;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.add-emails,
.remove-email {
    width: 100%;
    margin-top: 10px;
}

.div-additional-email {
    margin-top: 10px;
}

.startOverDiv {
    text-align: right;
    margin-bottom: 10px;
}

.startOverDiv > button {
    height: 35px;
    text-decoration: underline;
}
