@font-face {
    font-family: 'Open Sans';
    src: url(OpenSans-Regular.ttf);
    font-weight: 500;
}
@font-face {
    font-family: 'Open Sans';
    src: url(OpenSans-Bold.ttf);
    font-weight: 700;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
@media only screen and (max-width: 600px) {
    #myVideo {
        right: unset;
    }
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

p {
    margin: 0
}

h1 {
    font-size: 2.5em;
    line-height: 1.1;
    font-weight: 700
}

:focus {
    outline: none
}

::-moz-focus-inner {
    border: 0
}

a {
    outline: 0
}

body {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    font-family: Arial, Helvetica, Sans-Serif;

}
.wrapper {
    height: 90vh;
}
header{
    height: 50px;
    background: #262626;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer{
    position: relative;
    display: flex;
    flex-direction: column;
    background: #262626;
    height: 10vh;
    align-items: center;
    justify-content: center;
    color: #ED1C24;
}
header .logo{
    width: 220px;
    padding: 0 50px;
}
header .flag{
    width: 22px;
}
header .phone{
    width: 20px;
}
.hide {
    display: none
}
.input {
    border-radius: 30px;
    border: 2px solid #707070;
    height: 35px;
    width: 180px;
    padding: 0 30px;
}
.checkbox{
    width: 20px;
    height: 20px;
    background: #ED1C24;
}
.next, #continue,
.btn-continue {
    width: 170px;
    height: 40px;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 700;
    cursor: pointer;
    background: #ED1C24;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 37px;
    border: none;
}
.next.no{
    width: 60px;
    height: 60px;
    background: #5A5A5A;

}
.last-step-form {
    width: 100%;
    text-align: center;
}
.next .heart{
    fill: #FFFFFF;
    width: 32px;
    height: 38px;
}
.next .close{
    fill: #FFFFFF;
    width: 40px;
    height: 40px;
}
.next.yes{
    width: 60px;
    height: 60px;
}

.next.hide,
.hide.btn-continue {
    display: none
}

.prevStep {
    color: #333;
    text-decoration: none;
    float: left;
    padding-top: 15px
}

.prevStep .icon {
    width: 10px;
    height: 11px;
    display: inline-block;
    padding-right: 5px;
}

input {
    display: inline-block;
    width: 97%;
    height: 45px;
    border: solid 1px #a2a2a2;
    font-weight: bold;
    background: #fff;
    padding-left: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    padding: 0 0 0 10px;
  }

  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
  }

  ::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
  }

.wrapper .content {
    position: absolute;
    background: #EFEFEF;
    left: 0;
    right: 0;
    height: 100%;
    overflow: auto;
}
.step-title{
    font-size: 28px;
    text-align: center;
}
.wrapper .content .textBox {
    width: 500px;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'Open Sans';
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 3px #C4CBD1;
}
.wrapper .content .textBox.last{
    background: #ffffff;
    width: 400px;
}
@media only screen and (max-width: 600px) {
    .wrapper .content .textBox.last{
        width: 100%;
        bottom: 0;
        top: 0%;
        overflow-y: scroll;
        padding: 0;
        border-radius: 0px;
    }
    .wrapper .content .textBox.last .emailField {
        margin: 10px 0;
    }
    .emailField{
        width: 80% !important;
    }
    .step-title{
        font-size: 20px !important;
    }

}
.wrapper .content .textBox.last .title, .wrapper .content .textBox.last .list{
    color: #000000 !important;
    text-shadow: none !important;
}
.wrapper .content .textBox.last .list{
    font-size: 12px;
}
.wrapper .content .textBox.last .list ol{
    padding-top: 20px;
    text-align: left;
}
.wrapper .content .textBox.last .list ol li{
    margin-top: 10px;
}
@media only screen and (max-width: 600px) {
    .wrapper .content {
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: 100% 80% !important;
    }
    .wrapper .content .textBox {
        margin: auto;
        top: 5%;
    }
}



.wrapper .content .textBox .stepContent {
    padding: 15px 10px 30px 10px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0;
    border-radius: 0 0 3px 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wrapper .content .textBox .stepContent p{
    padding-top: 15px;
}
.center-pic{
    width: 170px;
    height: 155px;
    border-radius: 150px;
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox .stepContent {
        text-align: center;
        background-position: center 10px
    }
}

.wrapper .content .textBox .stepContent .important {
    text-transform: uppercase;
    color: #d8a23e;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 28px
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox .stepContent .important {
        padding-bottom: 0
    }
}

.wrapper .content .textBox .stepContent .title {
    text-align: center;
    letter-spacing: 0px;
    color:#ED1C24;
    opacity: 1;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
}
.wrapper .content .textBox .stepContent .middle-title{
    text-align: center;
    margin: 10px 10%;
    padding-bottom: 5px;

}
.wrapper .content .textBox .stepContent .title span {
    padding-top: 5px;
    display: inline-block
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox .stepContent .title {
        padding: 10px 0 10px
    }
}

.wrapper .content .textBox .stepContent .subTitle {
    color: #262626;;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    /* border-top: 1px solid #ED1C24; */
    padding-bottom: 20px;
}

.wrapper .content .textBox .stepContent .subTitle span{
    font-weight: 700;
    padding-bottom: 20px;
}
.wrapper .content .textBox.last .stepContent .subTitle{
    padding-bottom: 0px;
}
@media only screen and (max-width: 600px) {
    .wrapper .content .textBox .stepContent .subTitle {
        padding: 0
    }
}

.wrapper .content .textBox .stepContent .submitForm {
    text-align: right
}

.emailField {
    width: 60%;
    margin: 25px 0;
    border-radius: 30px;
}
.email-pic{
    width: 70px;
}
.wrapper .content .textBox .stepContent .submitForm .prevStep {
    float: left
}

.wrapper .content .textBox .stepContent .submitForm .error {
    color: #e61515;
    text-align: center
}

.wrapper .content .textBox .stepContent .selection {
    padding-top: 18px
}

.wrapper .content .textBox .stepContent .selection select {
    display: inline-block;
    width: 209px;
    height: 50px;
    border: solid 1px #a2a2a2;
    font-weight: bold;
    background: #fff
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox .stepContent .selection select {
        display: block;
        margin: 0 auto
    }
}

.wrapper .content .textBox .stepContent .selection select.single {
    width: 100%
}

.wrapper .content .textBox .stepContent .selection p {
    font-size: 14px;
    display: inline-block;
    padding: 0 15px
}

.wrapper .content .textBox .stepContent .buttons {
    padding-top: 30px;
    text-align: right;
    height: 50px
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox .stepContent .buttons {

        height: auto;
    }
}

.wrapper .content .textBox .stepContent.four {
    background: #fff
}

.wrapper .content .textBox .stepContent.four .title,
.wrapper .content .textBox .stepContent.four .subTitle {
    padding-left: 0
}

.wrapper .content .textBox .stepContent.six {
    min-height: 170px
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox .stepContent.six {
        min-height: 200px
    }
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox {
        width: 90%
    }
}


.jGrowl.top-right {
    top: 13%
}

@media only screen and (max-width: 600px) {
    .jGrowl.top-right {
        top: auto !important;
        bottom: 0;
        left: 0
    }
}

.jGrowl.top-right .jGrowl-notification {
    width: 310px;
    height: 73px;
    padding: 0;
    background: #fff;
    opacity: 1;
    border: 1px solid #efefef;
    overflow: hidden;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 3.5px 6px 8px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 3.5px 6px 8px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 3.5px 6px 8px 0 rgba(0, 0, 0, 0.25)
}

@media only screen and (max-width: 600px) {
    .jGrowl.top-right .jGrowl-notification {
        height: 50px;
        margin: 10px auto
    }
}

.jGrowl.top-right .jGrowl-notification .img-holder {
    float: left;
    width: 60px;
    height: 60px;
    padding: 6px 12px;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #efefef;
    overflow: hidden
}

.jGrowl.top-right .jGrowl-notification .img-holder:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

@media only screen and (max-width: 600px) {
    .jGrowl.top-right .jGrowl-notification .img-holder {
        width: 40px;
        height: 40px;
        padding: 5px 7px
    }
}

.jGrowl.top-right .jGrowl-notification .img-holder img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

@media only screen and (max-width: 600px) {
    .jGrowl.top-right .jGrowl-notification .img-holder img {
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px
    }
}

.jGrowl.top-right .jGrowl-notification .text-holder {
    width: 180px;
    color: #525252;
    float: left;
    padding: 13px 0 14px 10px;
    line-height: 23px
}

@media only screen and (max-width: 600px) {
    .jGrowl.top-right .jGrowl-notification .text-holder {
        padding: 13px 0 13px 10px
    }
}

.jGrowl.top-right .jGrowl-notification .text-holder h3 {
    font-size: 16px;
    font-weight: bold
}

@media only screen and (max-width: 600px) {
    .jGrowl.top-right .jGrowl-notification .text-holder h3 {
        display: inline-block;
        font-size: 14px
    }
}

.jGrowl.top-right .jGrowl-notification .text-holder p {
    font-size: 11px
}

@media only screen and (max-width: 600px) {
    .jGrowl.top-right .jGrowl-notification .text-holder p {
        display: inline-block;
        margin-left: 4px
    }
}

.jGrowl.top-right .jGrowl-notification .jGrowl-close {
    color: #a0a0a0;
    padding: 3px 8px;
    font-size: 18px;
    font-weight: 400
}

#ppialog-popover-container {
    font-size: 14px;
    position: fixed;
    z-index: 2258594000;
    -webkit-font-smoothing: initial;
    width: 500px;
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (max-width: 500px) {
    #ppialog-popover-container {
        width: 100%
    }
}

#ppialog-popover-container.slide-down {
    top: 0
}

#ppialog-popover-container.slide-down.close-popover #ppialog-popover-dialog {
    -webkit-animation-name: slideDownExit;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 400ms;
    -webkit-animation-fill-mode: forwards;
    animation-name: slideDownExit;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 400ms;
    animation-fill-mode: forwards
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog {
    width: 100%;
    -webkit-animation-name: slideDownEnter;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 400ms;
    -webkit-animation-fill-mode: forwards;
    animation-name: slideDownEnter;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 400ms;
    animation-fill-mode: forwards
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog.blocked-dialog {
    padding: 1.714em;
    width: 612px;
    margin-bottom: 18px
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog.blocked-dialog #blocked-popover {
    display: block
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog.blocked-dialog #normal-popover {
    display: none
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog.blocked-dialog .popover-body-message {
    padding: 0 0.2em 0 0.2em;
    text-align: center;
    width: 100%
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog.blocked-dialog .popover-body-message img {
    width: 100%
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog.blocked-dialog .popover-body-message .unblock-image {
    margin: 2em 0 0.5em 0
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog.blocked-dialog .popover-button.secondary {
    padding: 0.714em 2em
}

#ppialog-popover-container #blocked-popover {
    display: none
}

#ppialog-popover-container.slide-up {
    bottom: 0
}

#ppialog-popover-container.slide-up.close-popover #ppialog-popover-dialog {
    -webkit-animation-name: slideUpExit;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 400ms;
    -webkit-animation-fill-mode: forwards;
    animation-name: slideUpExit;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 400ms;
    animation-fill-mode: forwards
}

#ppialog-popover-container.slide-up #ppialog-popover-dialog {
    width: 100%;
    -webkit-animation-name: slideUpEnter;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 400ms;
    -webkit-animation-fill-mode: backwards;
    animation-name: slideUpEnter;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 400ms;
    animation-fill-mode: backwards
}

#ppialog-popover-container #ppialog-popover-dialog {
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.22) !important;
    background: white !important;
    padding: 1.286em;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    font-family: 'Roboto', 'Noto', Helvetica Neue, Helvetica, Arial, sans-serif
}

#ppialog-popover-container #ppialog-popover-dialog .popover-body {
    box-sizing: border-box;
    margin: 0
}

#ppialog-popover-container #ppialog-popover-dialog .popover-body-icon {
    box-sizing: border-box;
    float: left;
    width: 80px;
    height: 80px;
    position: relative
}

#ppialog-popover-container #ppialog-popover-dialog .popover-body-icon img {
    width: 100%;
    height: 100%
}

#ppialog-popover-container #ppialog-popover-dialog .popover-body-icon img.default-icon {
    width: 45px;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    height: 45px
}

#ppialog-popover-container #ppialog-popover-dialog .popover-body-message {
    box-sizing: border-box;
    padding: 0 0.2em 0 1.286em;
    float: left;
    width: calc(100% - 80px);
    font-size: 1.143em;
    line-height: 1.45em;
    -o-user-select: none;
    user-select: none;
    cursor: default;
    color: #666 !important
}

#ppialog-popover-container #ppialog-popover-dialog button {
    box-sizing: border-box;
    display: inline-block;
    padding: .375rem 1rem;
    font-size: 0.9625em;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-family: inherit;
    letter-spacing: 0.05em;
    -webkit-transition: background-color 75ms ease;
    transition: background-color 75ms ease;
    margin: 0
}

#ppialog-popover-container #ppialog-popover-dialog .popover-button {
    padding: 0.714em 2em;
    font-size: 1em;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 400
}

#ppialog-popover-container #ppialog-popover-dialog .popover-button.primary {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
    background: #1165f1 !important;
    color: white !important
}

#ppialog-popover-container #ppialog-popover-dialog .popover-button.primary:hover {
    background: #0c55d0
}

#ppialog-popover-container #ppialog-popover-dialog .popover-button.primary:active {
    background: #0a47ab
}

#ppialog-popover-container #ppialog-popover-dialog .popover-button.secondary {
    box-shadow: none;
    background: white !important;
    color: #1165f1 !important
}

#ppialog-popover-container #ppialog-popover-dialog .popover-button.secondary:hover {
    color: #0b4cb7
}

#ppialog-popover-container #ppialog-popover-dialog .popover-button.secondary:active {
    color: #062861
}

#ppialog-popover-container #ppialog-popover-dialog .primary.popover-button+.secondary.popover-button {
    margin-right: 0.714em
}

#ppialog-popover-container #ppialog-popover-dialog .popover-footer {
    position: relative;
    margin: 0.25em 0.25em 0 0
}

#ppialog-popover-container #ppialog-popover-dialog .align-right {
    float: right
}

#ppialog-popover-container #ppialog-popover-dialog .clearfix {
    display: block;
    backface-visibility: initial !important
}

#ppialog-popover-container #ppialog-popover-dialog .clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

@-webkit-keyframes slideDownEnter {
    0% {
        -webkit-transform: translateY(-150%)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes slideDownEnter {
    0% {
        transform: translateY(-150%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes slideDownExit {
    0% {
        -webkit-transform: translateY(0%)
    }

    100% {
        -webkit-transform: translateY(-150%)
    }
}

@keyframes slideDownExit {
    0% {
        transform: translateY(0%)
    }

    100% {
        transform: translateY(-150%)
    }
}

@-webkit-keyframes slideUpEnter {
    0% {
        -webkit-transform: translateY(150%)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes slideUpEnter {
    0% {
        transform: translateY(150%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes slideUpExit {
    0% {
        -webkit-transform: translateY(0%)
    }

    100% {
        -webkit-transform: translateY(150%)
    }
}

@keyframes slideUpExit {
    0% {
        transform: translateY(0%)
    }

    100% {
        transform: translateY(150%)
    }
}



.checking-questions {
    text-align: center;
    font-size: 18px;
}
@media only screen and (max-width:600px){
    .checking-questions{
        font-size: 16px;
    }
    .checking-questions .checkmark{
        margin: 21px 8px 2px !important;
    }
}
.creating-account-throbber-div {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 25px;
    line-height: 45px;
}
.creating-account-throbber-div img{
    width: 70px;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        height: 0;
        padding: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    animation-duration: 0.75s;
    backface-visibility: visible;
    animation-name: flipOutY;
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}


.container:after,
.row:after,
.u-cf {
    content: "";
    display: table;
    clear: both;
}

.checkmark__circle {
    stroke-dasharray: 166px;
    stroke-dashoffset: 166px;
    stroke-width: 2px;
    stroke-miterlimit: 10;
    stroke: #9A1617;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: block;
    stroke-width: 2px;
    stroke: #9A1617;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #9A1617;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
@media only screen and (max-width: 600px) {
    .checkmark{
        width: 25px !important;
        height: 25px !important;
    }
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48px;
    stroke-dashoffset: 48px;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        /*box-shadow: inset 0px 0px 0px 30px #7CAA73;*/
    }
}

.checking-questions .checkmark {
    float: left;
    margin: 8px;
}

.checking-questions p {
    float: left;
    margin-top: 10px;
}
