/* CSS Document */
/*=======================================
	Comman styles
=========================================*/
/* line 1, ../app/_reset.scss */
html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

/* line 11, ../app/_reset.scss */
body {
  font-family: 'Open Sans', sans-serif; }

/* line 14, ../app/_reset.scss */
img {
  max-width: 100%;
  height: auto; }

/* line 18, ../app/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif; }

/* line 21, ../app/_reset.scss */
a {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all ease-in;
  transition: all 300ms ease-in;
  text-decoration: none;
  outline: none; }

/* line 147, ../app/_variables.scss */
.margin-space {
  margin-bottom: 30px; }

/* line 152, ../app/_variables.scss */
.banner-title, .banner .banner-content h1 {
  color: #ffffff;
  font: 600 40px/49px "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0; }

/* line 160, ../app/_variables.scss */
.description, .video-main .video-content p {
  color: #545353;
  font: 400 14px/25px "Open Sans", sans-serif; }

/* line 165, ../app/_variables.scss */
.heading {
  padding-bottom: 30px; }
  /* line 167, ../app/_variables.scss */
  .heading.inner-heading {
    padding-bottom: 60px; }
  /* line 170, ../app/_variables.scss */
  .heading.multi-heading {
    padding-bottom: 2px; }
  /* line 173, ../app/_variables.scss */
  .heading h2 {
    color: #298cd3;
    display: inline-block;
    font: 600 35px/44px "Raleway", sans-serif;
    padding-bottom: 22px;
    position: relative;
    letter-spacing: 1.5px; }
    /* line 180, ../app/_variables.scss */
    .heading h2:before {
      content: "";
      background-image: url("../images/sprite.png");
      background-repeat: no-repeat;
      background-position: 0 -35px;
      width: 134px;
      height: 9px;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%); }

/* line 198, ../app/_variables.scss */
h3.sub-title {
  color: #000000;
  font: 600 25px/38px "Raleway", sans-serif; }
  /* line 201, ../app/_variables.scss */
  h3.sub-title.heading-space {
     }

/* line 207, ../app/_variables.scss */
.sub-heading {
  color: #000000;
  font: 600 18px/28px "Raleway", sans-serif; }

/* line 212, ../app/_variables.scss */
.box-gradient, .landing-main .signing-form .content, .verification-main .box.proceed-box, .order-confirmation .box {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefefe+0,f0f5f6+100 */
  background: #fefefe;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fefefe 0%, #f0f5f6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fefefe 0%, #f0f5f6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fefefe 0%, #f0f5f6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f0f5f6',GradientType=0 );
  /* IE6-9 */
  box-shadow: -3px 5px 30px -12px #aeaeae; }

/* line 224, ../app/_variables.scss */
.danger {
  color: #dc3545;
  font-size: 13px;
  font-weight: normal;
  max-width: 100%;
  padding: 10px 0; }

/* line 233, ../app/_variables.scss */
.select-field {
  position: relative; }
  /* line 235, ../app/_variables.scss */
  .select-field:after {
    content: '\f107';
    font: 400 20px/1 FontAwesome;
    color: #727171;
    right: 15px;
    top: 10px;
    height: 34px;
    position: absolute;
    pointer-events: none;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  /* line 253, ../app/_variables.scss */
  .select-field select {
    display: block;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #aad7f7;
    color: #727171;
    font: 400 14px/25px "Open Sans", sans-serif;
    height: 41px;
    padding: 7px 15px;
    width: 100%;
    appearance: none;
    /* remove default arrow */
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -ms-word-break: normal;
    word-break: normal; }
  /* line 272, ../app/_variables.scss */
  .select-field.open-field:after {
    top: -3px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s; }

/* line 286, ../app/_variables.scss */
select::-ms-expand {
  display: none; }

/* line 291, ../app/_variables.scss */
.input-field {
  position: relative;
  max-width: 365px;
  margin: 0 auto 31px;
  z-index: 1;
  text-align: left; }
  /* line 297, ../app/_variables.scss */
  .input-field input {
    box-sizing: border-box;
    border-radius: 5px;
    color: #727171;
    font: 400 14px/25px "Open Sans", sans-serif;
    height: 41px;
    width: 100%; }
  /* line 305, ../app/_variables.scss */
  .input-field .effect-design {
    background-color: transparent;
    border: 1px solid #aad7f7;
    padding: 7px 15px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s; }
    /* line 314, ../app/_variables.scss */
    .input-field .effect-design ~ .focus-border:before, .input-field .effect-design ~ .focus-border:after {
      content: "";
      position: absolute;
      top: -1px;
      left: 50%;
      width: 0;
      height: 2px;
      background-color: #298cd3;
      transition: 0.4s;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -ms-transition: 0.4s; }
    /* line 327, ../app/_variables.scss */
    .input-field .effect-design ~ .focus-border:after {
      top: auto;
      bottom: 0; }
    /* line 332, ../app/_variables.scss */
    .input-field .effect-design ~ .focus-border i:before, .input-field .effect-design ~ .focus-border i:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 2px;
      height: 0;
      background-color: #298cd3;
      transition: 0.6s;
      -webkit-transition: 0.6s;
      -moz-transition: 0.6s;
      -ms-transition: 0.6s; }
    /* line 345, ../app/_variables.scss */
    .input-field .effect-design ~ .focus-border i:after {
      left: auto;
      right: 0; }
    /* line 354, ../app/_variables.scss */
    .input-field .effect-design:focus ~ .focus-border i:before, .input-field .effect-design:focus ~ .focus-border i:after {
      top: -1px;
      height: 100%;
      transition: 0.6s;
      -webkit-transition: 0.6s;
      -moz-transition: 0.6s;
      -ms-transition: 0.6s; }
    /* line 363, ../app/_variables.scss */
    .input-field .effect-design:focus ~ .focus-border:before, .input-field .effect-design:focus ~ .focus-border:after {
      width: 100%;
      left: 0; }
    /* line 370, ../app/_variables.scss */
    .input-field .effect-design ~ label {
      position: absolute;
      left: 0;
      width: 100%;
      top: 10px;
      color: #727171;
      font: 400 14px/20px "Open Sans", sans-serif;
      letter-spacing: 0.5px;
      margin: 0;
      padding-left: 15px;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      z-index: -1; }
    /* line 387, ../app/_variables.scss */
    .input-field .effect-design:focus ~ label {
      top: -20px;
      left: 0;
      font-size: 12px;
      color: #727171;
      padding-left: 0;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s; }
  /* line 404, ../app/_variables.scss */
  .input-field .has-content.effect-design ~ .focus-border i:before, .input-field .has-content.effect-design ~ .focus-border i:after {
    top: -1px;
    height: 100%;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s; }
  /* line 413, ../app/_variables.scss */
  .input-field .has-content.effect-design ~ .focus-border:before, .input-field .has-content.effect-design ~ .focus-border:after {
    left: 0;
    width: 100%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s; }
  /* line 422, ../app/_variables.scss */
  .input-field .has-content.effect-design ~ label {
    top: -20px;
    left: 0;
    font-size: 12px;
    color: #298cd3;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    padding-left: 0; }

/* line 436, ../app/_variables.scss */
input::-ms-clear {
  display: none; }

/* line 439, ../app/_variables.scss */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* line 444, ../app/_variables.scss */
input[type=number] {
  -moz-appearance: textfield; }

/* line 450, ../app/_variables.scss */
.main-btn button {
  background-color: #a7424a;
  border: none;
  box-shadow: 0px 5px 10px -5px #a7424a;
  border-radius: 10px;
  color: #ffffff;
  font: 700 14px/25px "Montserrat", sans-serif;
  padding: 11px 66px 10px 21px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s; }
  /* line 465, ../app/_variables.scss */
  .main-btn button span {
    position: relative;
    z-index: 10; }
    /* line 468, ../app/_variables.scss */
    .main-btn button span.btn-icon {
      background-color: rgba(243, 243, 243, 0.5);
      position: absolute;
      right: -12px;
      height: 70px;
      top: -2px;
      transform: rotate(30deg);
      -webkit-transform: rotate(30deg);
      -moz-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
      text-align: center;
      line-height: 50px;
      width: 55px; }
      /* line 481, ../app/_variables.scss */
      .main-btn button span.btn-icon i {
        color: #ffffff;
        font-size: 22px;
        transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        right: 8px;
        position: relative;
        top: 7px; }
  /* line 496, ../app/_variables.scss */
  .main-btn button:hover:before, .main-btn button:hover:after {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0); }
  /* line 503, ../app/_variables.scss */
  .main-btn button:before, .main-btn button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(141, 49, 56, 0.8);
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -ms-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
  /* line 526, ../app/_variables.scss */
  .main-btn button:after {
    background-color: rgba(141, 49, 56, 0.6);
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s; }

/* line 537, ../app/_variables.scss */
.smooth-transition, a:focus, a:hover, .quiz-main .box ul.quiz-listing li, .quiz-main .box ul.quiz-listing li:hover, .quiz-main .box ul.quiz-listing li.answer-active, .quiz-main .box ul.quiz-listing li:hover:before, .quiz-main .box ul.quiz-listing li.answer-active:before {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s; }

/* line 546, ../app/_variables.scss */
.transform-translate, .landing-main .company-detail .box .icon:before, .landing-main .company-detail .box .icon:after, .landing-main .simple-step .box .step-icon:before, .registration-main .box .step-icon:before, .quiz-main .box .step-icon:before, .verification-main .box .step-icon:before {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

/* line 554, ../app/_variables.scss */
.transform-top-translate {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

/* line 10, ../app/base.scss */
body {
  overflow-x: hidden; }

/* line 15, ../app/base.scss */
input:focus, textarea:focus, select:focus {
  outline: none;
  box-shadow: none; }

/* line 21, ../app/base.scss */
button:focus {
  outline: none; }

/* line 25, ../app/base.scss */
:focus {
  outline: none; }

/* line 32, ../app/base.scss */
.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active {
  background-color: #a7424a; }
  /* line 34, ../app/base.scss */
  .btn-primary:not([disabled]):not(.disabled).active:focus, .btn-primary:not([disabled]):not(.disabled):active:focus {
    box-shadow: none; }

/* line 45, ../app/base.scss */
a:focus, a:hover {
  text-decoration: none; }

/* line 51, ../app/base.scss */
li {
  list-style: none; }

/*======================================================
	Comman header start here
========================================================*/
/* line 58, ../app/base.scss */
header {
  background-color: #ffffff;
  padding: 23px 0;
  border-bottom: 1px solid transparent; }
  /* line 63, ../app/base.scss */
  header.header-sticky {
    background-color: #ffffff;
    border-bottom: 1px solid #e6e6e6;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all ease-in;
    -ms-transition: all ease-in;
    transition: all 300ms ease-in; }
  /* line 78, ../app/base.scss */
  header .logo {
    line-height: 0; }
    /* line 80, ../app/base.scss */
    header .logo a {
      display: inline-block; }
      /* line 82, ../app/base.scss */
      header .logo a h4 {
        color: #a7424a;
        font: 500 23px/25px "Raleway", sans-serif;
        margin: 0; }
      /* line 87, ../app/base.scss */
      header .logo a h6 {
        color: #298cd3;
        font: 500 16px/14px "Raleway", sans-serif;
        text-align: center;
        margin: 3px 0 0; }
  /* line 96, ../app/base.scss */
  header .phone-header {
    text-align: right; }
    /* line 101, ../app/base.scss */
    header .phone-header ul li i {
      color: #298cd3;
      font-size: 16px;
      padding-right: 6px; }
    /* line 106, ../app/base.scss */
    header .phone-header ul li a {
      color: #298cd3;
      font: 400 16px/21px "Open Sans", sans-serif; }

/*======================================================
	Comman header end here
========================================================*/
/*======================================================
	Comman banner start here
========================================================*/
/* line 121, ../app/base.scss */
.banner {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  text-align: center; }
  /* line 127, ../app/base.scss */
  .banner.landing-banner {
    background-image: url("../images/landing-banner.jpg");
    background-position: center top;
    padding: 170px 0px 170px; }
  /* line 132, ../app/base.scss */
  .banner img {
    width: 100%; }
  /* line 136, ../app/base.scss */
  .banner:after {
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  /* line 146, ../app/base.scss */
  .banner .banner-content {
    z-index: 101;
    position: relative; }
    /* line 150, ../app/base.scss */
    .banner .banner-content h1 {
      display: inline-block;
      position: relative;
      padding-bottom: 25px; }
      /* line 155, ../app/base.scss */
      .banner .banner-content h1:before {
        content: "";
        background-color: #ffffff;
        position: absolute;
        bottom: 0;
        width: 272px;
        height: 1px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%); }
    /* line 169, ../app/base.scss */
    .banner .banner-content h4 {
      color: #ffffff;
      font: 600 25px/38px "Montserrat", sans-serif;
      padding: 22px 0 0;
      max-width: 705px;
      margin: 0 auto; }
    /* line 177, ../app/base.scss */
    .banner .banner-content .main-btn {
      padding-top: 50px; }

/*========================================================
	Comman banner end here
========================================================*/
/*========================================================
	Comman video start here
========================================================*/
/* line 190, ../app/base.scss */
.video-main {
  margin-top: -80px;
  position: relative;
  overflow: hidden;
  text-align: center; }
  /* line 196, ../app/base.scss */
  .video-main.video-page {
    margin-top: 0; }
    /* line 198, ../app/base.scss */
    .video-main.video-page .video-content {
      padding: 40px 0 0; }
      /* line 200, ../app/base.scss */
      .video-main.video-page .video-content p {
        font: 400 16px/25px "Open Sans", sans-serif;
        max-width: 100%;
        margin: 30px 0 0; }
  /* line 210, ../app/base.scss */
  .video-main .landing-video video {
    border-radius: 5px;
    width: auto;
    max-width: 100%; }
  /* line 217, ../app/base.scss */
  .video-main .video-content {
    padding: 19px 0 50px; }
    /* line 220, ../app/base.scss */
    .video-main .video-content h4 {
      color: #298cd3;
      font: 600 25px/28px "Raleway", sans-serif; }
    /* line 225, ../app/base.scss */
    .video-main .video-content h6 {
      color: #000000;
      font: 600 18px/22px "Raleway", sans-serif;
      margin: 20px 0; }
    /* line 230, ../app/base.scss */
    .video-main .video-content p {
      max-width: 570px;
      margin: 0 auto 13px; }
    /* line 236, ../app/base.scss */
    .video-main .video-content .countdown {
      padding: 20px 0 7px; }
      /* line 238, ../app/base.scss */
      .video-main .video-content .countdown .countdown-box {
        display: inline-block;
        padding: 0 10px; }
        /* line 241, ../app/base.scss */
        .video-main .video-content .countdown .countdown-box p {
          color: #545353;
          font: 400 12px/15px "Open Sans", sans-serif;
          text-transform: uppercase;
          margin-bottom: 5px; }
        /* line 248, ../app/base.scss */
        .video-main .video-content .countdown .countdown-box ul li {
          background-color: #ffffff;
          border: 1px solid #d6e7f3;
          box-shadow: -3px 5px 20px -13px #aeaeae;
          border-radius: 5px;
          color: #298cd3;
          display: inline-block;
          font: 600 22px/25px "Open Sans", sans-serif;
          padding: 6px 10px; }

/*========================================================
	Comman video end here
========================================================*/
/*========================================================
	landing page start here
========================================================*/
/* line 270, ../app/base.scss */
.landing-main {
  background-color: #f7f7f7; }
  /* line 274, ../app/base.scss */
  .landing-main .signing-form {
    padding: 0 15px; }
    /* line 276, ../app/base.scss */
    .landing-main .signing-form .content {
      max-width: 827px;
      margin: 0 auto 20px;
      padding: 40px 25px 30px;
      width: 100%; }
    /* line 284, ../app/base.scss */
    .landing-main .signing-form .heading {
      padding-bottom: 50px; }
      /* line 286, ../app/base.scss */
      .landing-main .signing-form .heading h4 {
        color: #298cd3;
        display: inline-block;
        position: relative;
        font: 600 23px/30px "Raleway", sans-serif;
        padding-bottom: 22px; }
        /* line 292, ../app/base.scss */
        .landing-main .signing-form .heading h4:before {
          content: "";
          background-image: url("../images/title-icon.png");
          background-repeat: no-repeat;
          width: 134px;
          height: 9px;
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%); }
    /* line 308, ../app/base.scss */
    .landing-main .signing-form .main-btn {
      padding: 32px 0; }
  /* line 315, ../app/base.scss */
  .landing-main .company-detail {
    padding: 71px 0; }
    /* line 318, ../app/base.scss */
    .landing-main .company-detail .box {
      background-color: #ffffff;
      box-shadow: -3px 5px 30px -12px #aeaeae;
      border: 1px solid #e6e6e6;
      padding: 25px 20px;
      text-align: center;
      height: 100%; }
      /* line 326, ../app/base.scss */
      .landing-main .company-detail .box .icon {
        border: 12px solid rgba(230, 239, 242, 0.5);
        border-radius: 100px;
        display: inline-block;
        height: 120px;
        line-height: 95px;
        position: relative;
        text-align: center;
        width: 120px; }
        /* line 335, ../app/base.scss */
        .landing-main .company-detail .box .icon:before, .landing-main .company-detail .box .icon:after {
          content: "";
          position: absolute;
          border-radius: 100px;
          left: 50%;
          top: 50%;
          width: 100%;
          height: 100%; }
        /* line 345, ../app/base.scss */
        .landing-main .company-detail .box .icon:before {
          background-color: rgba(193, 222, 232, 0.8);
          width: 74px;
          height: 74px;
          z-index: 1; }
        /* line 351, ../app/base.scss */
        .landing-main .company-detail .box .icon:after {
          background-color: rgba(214, 232, 239, 0.7);
          width: 97px;
          height: 97px; }
        /* line 357, ../app/base.scss */
        .landing-main .company-detail .box .icon img {
          position: relative;
          z-index: 10;
          left: 1px; }
          .landing-main .company-detail .box .icon b{
          width:38px;
          height:34px;
          background-image:url('../images/sprite.png');
          background-repeat: no-repeat;
          display: block;
          margin: auto;
          z-index:9;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
        }
        .landing-main .company-detail .col-md-4:nth-child(1) .box .icon b{background-position: 4px 0;}
        .landing-main .company-detail .col-md-4:nth-child(2) .box .icon b{background-position: -38px 0;}
        .landing-main .company-detail .col-md-4:nth-child(3) .box .icon b{background-position: -76px 0;}
        .landing-main .company-detail .col-md-12 .box .icon b{background-position:right 0;}
      /* line 364, ../app/base.scss */
      .landing-main .company-detail .box h4 {
        color: #000000;
        font: 600 25px/28px "Raleway", sans-serif;
        text-transform: uppercase;
        margin: 35px 0 20px; }
      /* line 371, ../app/base.scss */
      .landing-main .company-detail .box p {
        font: 400 14px/23px "Open Sans", sans-serif;
        color: #545353;
        margin: 0; }
      /* line 377, ../app/base.scss */
      .landing-main .company-detail .box.what-box {
        display: table;
        max-width: 902px;
        margin: 0 auto;
        text-align: left;
        padding: 35px 30px; }
        /* line 383, ../app/base.scss */
        .landing-main .company-detail .box.what-box .what-content {
          display: table-cell;
          vertical-align: middle; }
          /* line 386, ../app/base.scss */
          .landing-main .company-detail .box.what-box .what-content.what-txt {
            padding-left: 32px; }
        /* line 390, ../app/base.scss */
        .landing-main .company-detail .box.what-box h4 {
          margin: 0; }
        /* line 393, ../app/base.scss */
        .landing-main .company-detail .box.what-box p {
          margin: 23px 0; }
  /* line 402, ../app/base.scss */
  .landing-main .test-train {
    background-image: url("../images/test-train-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    padding: 98px 0;
    position: relative;
    overflow: hidden; }
    /* line 410, ../app/base.scss */
    .landing-main .test-train .train-bg {
      width: 100%; }
    /* line 414, ../app/base.scss */
    .landing-main .test-train:after {
      background-color: rgba(0, 0, 0, 0.7);
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    /* line 424, ../app/base.scss */
    .landing-main .test-train .content {
      position: relative;
      z-index: 101; }
      /* line 427, ../app/base.scss */
      .landing-main .test-train .content h2 {
        color: #ffffff; }
      /* line 430, ../app/base.scss */
      .landing-main .test-train .content p {
        color: #ffffff;
        font: 400 16px/30px "Open Sans", sans-serif;
        max-width: 740px;
        margin: 10px auto 45px; }
  /* line 441, ../app/base.scss */
  .landing-main .simple-step {
    padding: 71px 0; }
    /* line 443, ../app/base.scss */
    .landing-main .simple-step .sub-heading {
      margin-bottom: 90px; }
    /* line 446, ../app/base.scss */
    .landing-main .simple-step .bottom-heading {
      padding-top: 20px;
      margin-bottom: 0; }
    /* line 450, ../app/base.scss */
    .landing-main .simple-step .box {
      background-color: #ffffff;
      box-shadow: -3px 5px 30px -12px #aeaeae;
      border: 1px solid #e6e6e6;
      padding: 30px 20px;
      text-align: center;
      height: 100%;
      position: relative; }
      /* line 459, ../app/base.scss */
      .landing-main .simple-step .box .step-icon {
        border: 12px solid rgba(230, 239, 242, 0.5);
        border-radius: 100px;
        display: inline-block;
        font: 600 52px/75px "Raleway", sans-serif;
        color: #298cd3;
        height: 105px;
        position: absolute;
        text-align: center;
        width: 105px;
        top: -55px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        z-index: 1; }
        /* line 476, ../app/base.scss */
        .landing-main .simple-step .box .step-icon:before {
          background-color: rgba(214, 232, 239, 0.8);
          content: "";
          position: absolute;
          border-radius: 100px;
          left: 50%;
          top: 50%;
          width: 81px;
          height: 81px;
          z-index: -1; }
      /* line 490, ../app/base.scss */
      .landing-main .simple-step .box h4 {
        color: #a7424a;
        font: 600 22px/28px "Raleway", sans-serif;
        margin: 0;
        padding: 45px 0 22px;
        text-transform: uppercase; }
      /* line 497, ../app/base.scss */
      .landing-main .simple-step .box p {
        color: #545353;
        font: 400 16px/25px "Open Sans", sans-serif;
        max-width: 395px;
        margin: 0 auto; }
  /* line 508, ../app/base.scss */
  .landing-main .reasons-secure {
    background-color: #ffffff;
    padding: 71px 0; }
    /* line 511, ../app/base.scss */
    .landing-main .reasons-secure .sub-heading {
      margin-bottom: 30px; }
    /* line 514, ../app/base.scss */
    .landing-main .reasons-secure .row {
      margin: 0; }
    /* line 518, ../app/base.scss */
    .landing-main .reasons-secure .secure-card {
      padding: 0; }
    /* line 521, ../app/base.scss */
    .landing-main .reasons-secure .box {
      padding: 35px 22px;
      height: 100%; }
      /* line 524, ../app/base.scss */
      .landing-main .reasons-secure .box ul {
        text-align: left;
        padding-left: 13px; }
        /* line 527, ../app/base.scss */
        .landing-main .reasons-secure .box ul li {
          color: #2a2a2a;
          font: 400 18px/25px "Open Sans", sans-serif;
          padding-bottom: 25px;
          padding-left: 25px;
          text-indent: -0.9em; }
          /* line 533, ../app/base.scss */
          .landing-main .reasons-secure .box ul li:before {
            display: inline-block;
            content: "\2022";
            color: #298cd3;
            font-weight: bold;
            padding-right: 0;
            width: 13px; }
      /* line 543, ../app/base.scss */
      .landing-main .reasons-secure .box.left-box {
        background-color: #c1dee8; }
      /* line 546, ../app/base.scss */
      .landing-main .reasons-secure .box.right-box {
        background-color: #dbebf1; }
    /* line 550, ../app/base.scss */
    .landing-main .reasons-secure .bottom-area {
      padding-top: 32px; }
      /* line 552, ../app/base.scss */
      .landing-main .reasons-secure .bottom-area .sub-heading {
        max-width: 860px;
        margin: 0 auto 30px; }
  /* line 561, ../app/base.scss */
  .landing-main .answer-question {
    padding: 71px 0; }
    /* line 564, ../app/base.scss */
    .landing-main .answer-question .heading {
      max-width: 805px;
      margin: 0 auto; }
    /* line 568, ../app/base.scss */
    .landing-main .answer-question h6 {
      color: #545353;
      font: 400 18px/28px "Open Sans", sans-serif;
      max-width: 875px;
      margin: 20px auto 45px; }

/*========================================================
	landing page end here
========================================================*/
/*========================================================
	common customer comments start here
========================================================*/
/* line 585, ../app/base.scss */
.customer-comments {
  padding: 71px 0; }
  /* line 588, ../app/base.scss */
  .customer-comments .slide {
    padding-bottom: 30px; }
    /* line 590, ../app/base.scss */
    .customer-comments .slide .carousel-inner {
      margin: 0; }
    /* line 595, ../app/base.scss */
    .customer-comments .slide .carousel-control.carousel-control-prev {
      left: 15px; }
    /* line 598, ../app/base.scss */
    .customer-comments .slide .carousel-control.carousel-control-next {
      right: 15px; }
    /* line 601, ../app/base.scss */
    .customer-comments .slide .carousel-control .carousel-control-icon {
      width: auto;
      height: auto; }
      /* line 604, ../app/base.scss */
      .customer-comments .slide .carousel-control .carousel-control-icon i {
        color: #c6c6c6;
        font-size: 40px; }
    /* line 610, ../app/base.scss */
    .customer-comments .slide .carousel-control-next,
    .customer-comments .slide .carousel-control-prev {
      width: auto;
      bottom: auto;
      top: 50%;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      opacity: 0.4; }
      /* line 620, ../app/base.scss */
      .customer-comments .slide .carousel-control-next:hover,
      .customer-comments .slide .carousel-control-prev:hover {
        opacity: .9; }
  /* line 626, ../app/base.scss */
  .customer-comments .carousel-inner .carousel-item {
    padding: 10px; }
  /* line 631, ../app/base.scss */
  .customer-comments .comments-box {
    background-color: #ffffff;
    box-shadow: -3px 5px 30px -12px #e0dfdf;
    border: 1px solid #f3f3f3;
    display: table;
    padding: 25px 23px 50px 23px;
    text-align: center;
    height: 100%;
    position: relative;
    width: 100%;
    min-height: 285px; }
    /* line 642, ../app/base.scss */
    .customer-comments .comments-box p {
      color: #616167;
      font: 400 15px/25px "Open Sans", sans-serif;
      text-align: left;
      padding-bottom: 55px;
      display: table-cell;
      width: 100%; }
    /* line 650, ../app/base.scss */
    .customer-comments .comments-box h5 {
      color: #010f1b;
      display: table-row-group;
      font: 600 18px/25px "Raleway", sans-serif;
      margin-bottom: 0;
      width: 100%; }
    /* line 657, ../app/base.scss */
    .customer-comments .comments-box h6 {
      color: #69696a;
      display: table-footer-group;
      font: 600 16px/25px "Raleway", sans-serif;
      margin: 0;
      width: 100%; }
  /* line 665, ../app/base.scss */
  .customer-comments .landing-delay {
    padding-top: 70px; }
    /* line 667, ../app/base.scss */
    .customer-comments .landing-delay .sub-heading {
      margin-bottom: 25px; }

/*========================================================
	common customer comments end here
========================================================*/
/*========================================================
	registration confirmation inner page start here
========================================================*/
/* line 679, ../app/base.scss */
.registration-main {
  background-color: #f7f7f7;
  padding: 60px 0; }
  /* line 682, ../app/base.scss */
  .registration-main .margin-space {
    margin-bottom: 70px;
    margin-top: 25px;
    padding-right: 22px;
    padding-left: 22px; }
  /* line 688, ../app/base.scss */
  .registration-main .box {
    background-color: #ffffff;
    box-shadow: -3px 5px 30px -12px #aeaeae;
    border: 1px solid #e6e6e6;
    height: 100%;
    min-height: 150px;
    max-width: 460px;
    margin: 0 auto;
    position: relative;
    padding: 50px 20px 15px;
    text-align: center; }
    /* line 699, ../app/base.scss */
    .registration-main .box.left-box {
      margin: 0 0 0 auto; }
    /* line 702, ../app/base.scss */
    .registration-main .box.right-box {
      margin: auto 0 0; }
    /* line 706, ../app/base.scss */
    .registration-main .box .step-icon {
      border: 12px solid rgba(230, 239, 242, 0.5);
      border-radius: 100px;
      display: inline-block;
      font: 600 52px/70px "Raleway", sans-serif;
      color: #298cd3;
      height: 105px;
      position: absolute;
      text-align: center;
      width: 105px;
      top: -55px;
      left: 28px;
      z-index: 1; }
      /* line 719, ../app/base.scss */
      .registration-main .box .step-icon:before {
        background-color: rgba(214, 232, 239, 0.8);
        content: "";
        position: absolute;
        border-radius: 100px;
        left: 50%;
        top: 50%;
        width: 83px;
        height: 83px;
        z-index: -1; }
    /* line 732, ../app/base.scss */
    .registration-main .box h4 {
      color: #545353;
      font: 400 22px/30px "Open Sans", sans-serif;
      max-width: 410px;
      margin: 0 auto;
      padding-top: 10px; }

/*========================================================
	registration confirmation inner page end here
========================================================*/
/*=======================================================
	video start here
=======================================================*/
/* line 748, ../app/base.scss */
.video-wrapper {
  background-color: #f7f7f7;
  padding: 60px 0; }

/*======================================================
	video page end here
======================================================*/
/*======================================================
	quiz page start here
======================================================*/
/* line 759, ../app/base.scss */
.quiz-main {
  background-color: #f7f7f7;
  padding: 60px 0;
  text-align: center; }
  /* line 763, ../app/base.scss */
  .quiz-main .box {
    background-color: #ffffff;
    box-shadow: -3px 5px 30px -12px #aeaeae;
    border: 1px solid #e6e6e6;
    padding: 66px 30px 25px;
    text-align: center;
    height: 100%;
    position: relative;
    min-height: 180px;
    max-width: 584px;
    margin: 0 auto; }
    /* line 774, ../app/base.scss */
    .quiz-main .box .quiz {
      display: none; }
      /* line 776, ../app/base.scss */
      .quiz-main .box .quiz.active {
        display: block; }
    /* line 781, ../app/base.scss */
    .quiz-main .box .step-icon {
      border: 12px solid rgba(230, 239, 242, 0.5);
      border-radius: 100px;
      display: inline-block;
      font: 600 52px/70px "Raleway", sans-serif;
      color: #298cd3;
      height: 105px;
      position: absolute;
      text-align: center;
      width: 105px;
      top: -55px;
      left: 28px;
      z-index: 1; }
      /* line 794, ../app/base.scss */
      .quiz-main .box .step-icon i {
        color: #5299d3;
        font-size: 40px; }
      /* line 798, ../app/base.scss */
      .quiz-main .box .step-icon:before {
        background-color: rgba(214, 232, 239, 0.8);
        content: "";
        position: absolute;
        border-radius: 100px;
        left: 50%;
        top: 50%;
        width: 83px;
        height: 83px;
        z-index: -1; }
    /* line 813, ../app/base.scss */
    .quiz-main .box h4 {
      color: #000000;
      font: 400 18px/25px "Open Sans", sans-serif;
      max-width: 415px;
      margin: 0 auto 35px;
      padding-top: 10px; }
    /* line 822, ../app/base.scss */
    .quiz-main .box ul.quiz-listing {
      text-align: left; }
      /* line 824, ../app/base.scss */
      .quiz-main .box ul.quiz-listing li {
        border: 1px solid #e2e2e2;
        background-color: #f7f7f7;
        border-radius: 10px;
        color: #545353;
        font: 400 16px/25px "Open Sans", sans-serif;
        margin-bottom: 20px;
        position: relative;
        padding: 9px 22px;
        cursor: pointer; }
        /* line 835, ../app/base.scss */
        .quiz-main .box ul.quiz-listing li:hover, .quiz-main .box ul.quiz-listing li.answer-active {
          color: #5299d3; }
          /* line 838, ../app/base.scss */
          .quiz-main .box ul.quiz-listing li:hover:before, .quiz-main .box ul.quiz-listing li.answer-active:before {
            background-color: #298cd3;
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            height: 2px;
            width: 336px;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%); }
    /* line 856, ../app/base.scss */
    .quiz-main .box .wizard-form {
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
      /* line 861, ../app/base.scss */
      .quiz-main .box .wizard-form ul {
        background-color: #d9d9d9;
        height: 7px;
        text-align: left;
        font-size: 0; }
        /* line 866, ../app/base.scss */
        .quiz-main .box .wizard-form ul li {
          display: inline-block;
          width: 100%;
          height: 7px;
          max-width: 56.40px;
          margin-right: 2px; }
          /* line 873, ../app/base.scss */
          .quiz-main .box .wizard-form ul li.active {
            background-color: #a6a6a6; }
          /* line 876, ../app/base.scss */
          .quiz-main .box .wizard-form ul li.steps-done {
            background-color: #298cd3; }
          /* line 879, ../app/base.scss */
          .quiz-main .box .wizard-form ul li:last-child {
            margin-right: 0; }
  /* line 887, ../app/base.scss */
  .quiz-main .main-btn {
    padding-top: 50px;
    display: none; }

/*======================================================
	quiz page end here
======================================================*/
/*======================================================
	verification registration page start here
======================================================*/
/* line 899, ../app/base.scss */
.verification-main {
  background-color: #f7f7f7;
  padding: 60px 0;
  text-align: center; }
  /* line 903, ../app/base.scss */
  .verification-main .box {
    background-color: #ffffff;
    box-shadow: -3px 5px 30px -12px #aeaeae;
    border: 1px solid #e6e6e6;
    height: 100%;
    min-height: 180px;
    max-width: 584px;
    margin: 0 auto;
    padding: 66px 20px 64px;
    position: relative;
    text-align: center; }
    /* line 914, ../app/base.scss */
    .verification-main .box .verification {
      display: none; }
      /* line 916, ../app/base.scss */
      .verification-main .box .verification.active {
        display: block; }
    /* line 921, ../app/base.scss */
    .verification-main .box .wizard-form {
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
      /* line 926, ../app/base.scss */
      .verification-main .box .wizard-form ul {
        background-color: #d9d9d9;
        height: 7px;
        text-align: left;
        font-size: 0; }
        /* line 931, ../app/base.scss */
        .verification-main .box .wizard-form ul li {
          display: inline-block;
          width: 100%;
          height: 7px;
          max-width: 95px;
          margin-right: 2px; }
          /* line 938, ../app/base.scss */
          .verification-main .box .wizard-form ul li.active {
            background-color: #a6a6a6; }
          /* line 941, ../app/base.scss */
          .verification-main .box .wizard-form ul li.steps-done {
            background-color: #298cd3; }
          /* line 944, ../app/base.scss */
          .verification-main .box .wizard-form ul li:last-child {
            margin-right: 0; }
    /* line 951, ../app/base.scss */
    .verification-main .box .step-icon {
      border: 12px solid rgba(230, 239, 242, 0.5);
      border-radius: 100px;
      display: inline-block;
      font: 600 45px/83px "Raleway", sans-serif;
      color: #298cd3;
      height: 105px;
      position: absolute;
      text-align: center;
      width: 105px;
      top: -55px;
      left: 28px;
      z-index: 1; }
      /* line 964, ../app/base.scss */
      .verification-main .box .step-icon i {
        color: #5299d3;
        font-size: 40px; }
      /* line 968, ../app/base.scss */
      .verification-main .box .step-icon:before {
        background-color: rgba(214, 232, 239, 0.8);
        content: "";
        position: absolute;
        border-radius: 100px;
        left: 50%;
        top: 50%;
        width: 83px;
        height: 83px;
        z-index: -1; }
    /* line 982, ../app/base.scss */
    .verification-main .box h2 {
      color: #5299d3;
      font: 600 35px/45px "Raleway", sans-serif;
      padding: 5px 0 15px; }
    /* line 988, ../app/base.scss */
    .verification-main .box h4 {
      color: #545353;
      font: 400 18px/25px "Open Sans", sans-serif;
      margin: 0;
      padding-top: 10px; }
    /* line 994, ../app/base.scss */
    .verification-main .box h5 {
      color: #000000;
      font: 400 20px/25px "Open Sans", sans-serif;
      padding-top: 10px;
      margin-bottom: 15px; }
    /* line 1001, ../app/base.scss */
    .verification-main .box p {
      color: #545353;
      font: 400 16px/25px "Open Sans", sans-serif;
      margin: 0; }
      /* line 1005, ../app/base.scss */
      .verification-main .box p span {
        color: #000000;
        font-weight: 600; }
      /* line 1010, ../app/base.scss */
      .verification-main .box p i {
        font-size: 16px;
        color: #5299d3; }
    /* line 1017, ../app/base.scss */
    .verification-main .box.proceed-box {
      max-width: 827px;
      padding: 32px 35px;
      border-radius: 5px;
      margin: 0 auto;
      display: block; }
      /* line 1024, ../app/base.scss */
      .verification-main .box.proceed-box .heading {
        padding-bottom: 60px; }
        /* line 1026, ../app/base.scss */
        .verification-main .box.proceed-box .heading h4 {
          color: #298cd3;
          display: inline-block;
          position: relative;
          font: 600 23px/30px "Raleway", sans-serif;
          padding-bottom: 22px; }
          /* line 1032, ../app/base.scss */
          .verification-main .box.proceed-box .heading h4:before {
            content: "";
            background-image: url("../images/title-icon.png");
            background-repeat: no-repeat;
            width: 134px;
            height: 9px;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%); }
      /* line 1048, ../app/base.scss */
      .verification-main .box.proceed-box .main-btn {
        padding: 35px 0; }
      /* line 1051, ../app/base.scss */
      .verification-main .box.proceed-box .agree-certificate {
        padding: 10px 0 0;
        text-align: left; }
        /* line 1054, ../app/base.scss */
        .verification-main .box.proceed-box .agree-certificate p {
          color: #878787;
          display: block;
          font: 400 15px/28px "Open Sans", sans-serif;
          margin-bottom: 13px;
          padding-left: 20px;
          text-indent: -20px; }
          /* line 1061, ../app/base.scss */
          .verification-main .box.proceed-box .agree-certificate p input {
            display: inline-block;
            margin-right: 8px; }

/* line 1071, ../app/base.scss */
.yes-no-btn {
  margin: 37px 0 0; }
  /* line 1073, ../app/base.scss */
  .yes-no-btn button {
    font: 700 18px/28px "Montserrat", sans-serif;
    text-align: center;
    padding: 0; }
    /* line 1077, ../app/base.scss */
    .yes-no-btn button.submit-btn {
      background-color: #5299d3;
      box-shadow: 0px 5px 10px -5px #298cd3;
      margin-right: 5px;
      padding: 0; }
      /* line 1082, ../app/base.scss */
      .yes-no-btn button.submit-btn:before {
        background-color: rgba(11, 102, 168, 0.8); }
      /* line 1085, ../app/base.scss */
      .yes-no-btn button.submit-btn:after {
        background-color: rgba(11, 102, 168, 0.6); }
    /* line 1089, ../app/base.scss */
    .yes-no-btn button span {
      padding: 5.5px 26.5px;
      display: inline-block; }

/*=====================================================
	terms page start here
=====================================================*/
/* line 1098, ../app/base.scss */
.terms-main {
  background-color: #f7f7f7;
  padding: 60px 0 115px; }
  /* line 1102, ../app/base.scss */
  .terms-main .content {
    padding-bottom: 40px; }
    /* line 1105, ../app/base.scss */
    .terms-main .content h4 {
      color: #298cd3;
      font: 600 25px/28px "Raleway", sans-serif;
      margin-bottom: 25px; }
    /* line 1111, ../app/base.scss */
    .terms-main .content p {
      color: #616167;
      font: 400 15px/30px "Open Sans", sans-serif; }
    /* line 1116, ../app/base.scss */
    .terms-main .content h6 {
      color: #000000;
      font: 400 15px/30px "Open Sans", sans-serif;
      margin-bottom: 15px; }
    /* line 1122, ../app/base.scss */
    .terms-main .content ul {
      padding-left: 15px; }
      /* line 1124, ../app/base.scss */
      .terms-main .content ul li {
        color: #616167;
        font: 400 15px/30px "Open Sans", sans-serif;
        padding-bottom: 10px;
        list-style-type: lower-alpha; }
        /* line 1129, ../app/base.scss */
        .terms-main .content ul li a {
          color: #298cd3; }
          /* line 1131, ../app/base.scss */
          .terms-main .content ul li a:hover {
            color: #065085; }
      /* line 1136, ../app/base.scss */
      .terms-main .content ul.contact-list {
        padding-left: 0; }
        /* line 1138, ../app/base.scss */
        .terms-main .content ul.contact-list li {
          color: #000000;
          list-style: none; }

/*=====================================================
	terms page end here
=====================================================*/
/*=====================================================
	privacy policy page start here
=====================================================*/
/* line 1153, ../app/base.scss */
.privacy-main {
  background-color: #f7f7f7;
  padding: 60px 0 115px; }
  /* line 1156, ../app/base.scss */
  .privacy-main .content {
    margin-bottom: 50px; }
  /* line 1159, ../app/base.scss */
  .privacy-main h4 {
    color: #298cd3;
    font: 600 25px/28px "Raleway", sans-serif;
    margin-bottom: 25px; }
  /* line 1165, ../app/base.scss */
  .privacy-main p {
    color: #616167;
    font: 400 15px/30px "Open Sans", sans-serif;
    margin-bottom: 30px; }
    /* line 1169, ../app/base.scss */
    .privacy-main p a {
      color: #298cd3; }
      /* line 1171, ../app/base.scss */
      .privacy-main p a:hover {
        color: #065085; }

/*=====================================================
	privacy policy page end here
=====================================================*/
/*=====================================================
  Contact page start here
=====================================================*/
/* line 1153, ../app/base.scss */
.contact-main {
  background-color: #f7f7f7;
  padding: 60px 0 115px; }
  /* line 1156, ../app/base.scss */
  .contact-main .content {
    margin-bottom: 50px; }
  /* line 1159, ../app/base.scss */
  .contact-main h4 { 
    color: #298cd3;
    font: 600 25px/28px "Raleway", sans-serif;
    margin-bottom: 13px;
    margin-top: 39px;}
    .contact-main h5 { 
    color: #616167;
    font: 410 25px/28px "Raleway", sans-serif;}
  /* line 1165, ../app/base.scss */
  .contact-main p {
    color: #616167;
    font: 400 20px/30px "Open Sans", sans-serif;
     }
    /* line 1169, ../app/base.scss */
    .contact-main p a {
      color: #298cd3; }
      /* line 1171, ../app/base.scss */
      .contact-main p a:hover {
        color: #065085; }

/*=====================================================
  contact page end here
=====================================================*/
/*=====================================================
	FAQ  page start here
=====================================================*/
/* line 1184, ../app/base.scss */
.faq-main {
  background-color: #f7f7f7;
  padding: 60px 0 115px; }
  /* line 1187, ../app/base.scss */
  .faq-main .content {
    margin-bottom: 50px; }
  /* line 1191, ../app/base.scss */
  .faq-main h4 {
    color: #298cd3;
    font: 600 25px/28px "Raleway", sans-serif;
    margin-bottom: 25px; }
  /* line 1197, ../app/base.scss */
  .faq-main p {
    color: #616167;
    font: 400 15px/30px "Open Sans", sans-serif; }
    /* line 1200, ../app/base.scss */
    .faq-main p span {
      color: #298cd3; }
  /* line 1205, ../app/base.scss */
  .faq-main h6 {
    color: #000000;
    font: 400 15px/30px "Open Sans", sans-serif;
    margin-bottom: 15px; }
  /* line 1211, ../app/base.scss */
  .faq-main ul {
    padding-left: 35px; }
    /* line 1213, ../app/base.scss */
    .faq-main ul li {
      color: #616167;
      font: 400 15px/30px "Open Sans", sans-serif;
      padding-bottom: 10px;
      list-style-type: decimal; }
      /* line 1218, ../app/base.scss */
      .faq-main ul li span {
        color: #298cd3; }
        /* line 1220, ../app/base.scss */
        .faq-main ul li span.list-and {
          color: #000000;
          text-transform: uppercase; }
    /* line 1227, ../app/base.scss */
    .faq-main ul.disc-list li {
      list-style-type: disc; }

/*=====================================================
	FAQ  page end here
=====================================================*/
/*=====================================================
  HowtoResident  page start here
=====================================================*/
/* line 1184, ../app/base.scss */
.resident {
  background-color: #f7f7f7;
  padding: 34px; }
  /* line 1187, ../app/base.scss */
  /* line 1191, ../app/base.scss */
  .resident h4 {
    color: #298cd3;
    font: 600 25px/28px "Raleway", sans-serif;
    margin-bottom: 25px; }
  /* line 1197, ../app/base.scss */
  .resident p {
    color: #616167;
    font: 400 15px/30px "Open Sans", sans-serif; }
    /* line 1200, ../app/base.scss */
    .resident p span {
      color: #298cd3; }
  /* line 1205, ../app/base.scss */
  .resident h6 {
    color: #000000;
    font: 400 15px/30px "Open Sans", sans-serif;
    margin-bottom: 15px; }
  /* line 1211, ../app/base.scss */
  .resident ul {
    padding-left: 35px; }
    /* line 1213, ../app/base.scss */
    .resident ul li {
      color: #616167;
      font: 400 15px/30px "Open Sans", sans-serif; }
      /* line 1218, ../app/base.scss */
      .resident ul li span {
        color: #298cd3; }
        /* line 1220, ../app/base.scss */
        .resident ul li span.list-and {
          color: #000000;
          text-transform: uppercase; }
    /* line 1227, ../app/base.scss */
    .resident ul.disc-list li {
      list-style-type: disc; }

/*=====================================================
  HowtoResident  page end here
=====================================================*/
/*=====================================================
	order confirmation  page start here
=====================================================*/
/* line 1240, ../app/base.scss */
.order-confirmation {
  background-color: #f7f7f7;
  padding: 60px 0;
  text-align: center; }
  /* line 1245, ../app/base.scss */
  .order-confirmation h4 {
    color: #298cd3;
    font: 600 25px/32px "Raleway", sans-serif; }
  /* line 1250, ../app/base.scss */
  .order-confirmation .countdown {
    padding: 20px 0 7px; }
    /* line 1252, ../app/base.scss */
    .order-confirmation .countdown .countdown-box {
      display: inline-block;
      padding: 0 10px; }
      /* line 1255, ../app/base.scss */
      .order-confirmation .countdown .countdown-box p {
        color: #545353;
        font: 400 12px/15px "Open Sans", sans-serif;
        text-transform: uppercase;
        margin-bottom: 5px; }
      /* line 1262, ../app/base.scss */
      .order-confirmation .countdown .countdown-box ul li {
        background-color: #ffffff;
        border: 1px solid #d6e7f3;
        box-shadow: -3px 5px 20px -13px #aeaeae;
        border-radius: 5px;
        color: #298cd3;
        display: inline-block;
        font: 600 22px/25px "Open Sans", sans-serif;
        padding: 6px 10px; }
  /* line 1276, ../app/base.scss */
  .order-confirmation h5 {
    color: #000000;
    font: 600 18px/25px "Raleway", sans-serif;
    padding: 25px 0 70px;
    margin: 0; }
    /* line 1281, ../app/base.scss */
    .order-confirmation h5 span {
      color: #a7424a;
      font-size: 25px; }
      /* line 1284, ../app/base.scss */
      .order-confirmation h5 span.line-through {
        text-decoration: line-through;
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        /* Safari */
        -moz-text-decoration-line: line-through;
        -ms-text-decoration-line: line-through; }
  /* line 1294, ../app/base.scss */
  .order-confirmation .box {
    border-radius: 5px;
    max-width: 827px;
    margin: 0 auto 20px;
    padding: 40px 0;
    width: 100%; }
    /* line 1302, ../app/base.scss */
    .order-confirmation .box .top-head {
      text-align: left;
      margin: 0;
      padding: 0 30px; }
      /* line 1306, ../app/base.scss */
      .order-confirmation .box .top-head .right-side {
        text-align: right; }
      /* line 1309, ../app/base.scss */
      .order-confirmation .box .top-head p {
        color: #000000;
        font: 400 15px/24px "Open Sans", sans-serif;
        margin-bottom: 5px; }
        /* line 1313, ../app/base.scss */
        .order-confirmation .box .top-head p.fee {
          color: #545353;
          font-size: 13px; }
        /* line 1317, ../app/base.scss */
        .order-confirmation .box .top-head p input {
          margin-right: 5px;
          display: inline-block;
          vertical-align: middle; }
    /* line 1325, ../app/base.scss */
    .order-confirmation .box .first-form {
      padding: 30px 30px 20px; }
      /* line 1327, ../app/base.scss */
      .order-confirmation .box .first-form .row {
        margin: 0; }
      /* line 1330, ../app/base.scss */
      .order-confirmation .box .first-form .input-field {
        max-width: 100%; }
    /* line 1335, ../app/base.scss */
    .order-confirmation .box .bottom-form {
      border-top: 1px solid #dadada;
      padding: 45px 30px 0; }
      /* line 1338, ../app/base.scss */
      .order-confirmation .box .bottom-form .row {
        margin: 0; }
      /* line 1342, ../app/base.scss */
      .order-confirmation .box .bottom-form .accept h5 {
        color: #298cd3;
        font: 600 20px/28px "Raleway", sans-serif;
        padding: 0 0 30px; }
      /* line 1347, ../app/base.scss */
      .order-confirmation .box .bottom-form .accept .accept-card {
        padding-bottom: 50px; }
        /* line 1350, ../app/base.scss */
        .order-confirmation .box .bottom-form .accept .accept-card ul li {
          display: inline-block;
          padding-right: 10px; }
      /* line 1357, ../app/base.scss */
      .order-confirmation .box .bottom-form .input-field {
        max-width: 100%; }
        /* line 1359, ../app/base.scss */
        .order-confirmation .box .bottom-form .input-field .fa-question-circle {
          position: absolute;
          right: 15px;
          top: 12px;
          color: #727171; }
      /* line 1367, ../app/base.scss */
      .order-confirmation .box .bottom-form .main-btn {
        padding-top: 25px;
        padding-bottom: 13px; }
    /* line 1373, ../app/base.scss */
    .order-confirmation .box .agree-certificate {
      padding: 5px 40px;
      text-align: left; }
      /* line 1376, ../app/base.scss */
      .order-confirmation .box .agree-certificate p {
        color: #545353;
        font: 400 14px/28px "Open Sans", sans-serif;
        margin-bottom: 10px;
        padding-left: 20px;
        text-indent: -20px; }
        /* line 1382, ../app/base.scss */
        .order-confirmation .box .agree-certificate p input {
          display: inline-block;
          margin-right: 8px; }
    /* line 1389, ../app/base.scss */
    .order-confirmation .box .safe-secure {
      padding: 0px 40px; }
      /* line 1392, ../app/base.scss */
      .order-confirmation .box .safe-secure ul li {
        display: inline-block;
        padding-right: 25px; }
    /* line 1399, ../app/base.scss */
    .order-confirmation .box .note {
      color: #000000;
      font: 400 14px/24px "Open Sans", sans-serif;
      margin: 0;
      padding-top: 35px; }

/*=====================================================
	order confirmation page end here
=====================================================*/
/*=====================================================
	certificate page start here
=====================================================*/
/* line 1414, ../app/base.scss */
.certificate-main {
  background-color: #f7f7f7;
  padding: 60px 0;
  text-align: center; }
  /* line 1418, ../app/base.scss */
  .certificate-main h6 {
    color: #000000;
    font: 600 18px/28px "Raleway", sans-serif;
    margin-bottom: 15px; }
  /* line 1423, ../app/base.scss */
  .certificate-main .certificate-image {
    padding: 10px 0 65px; }
  /* line 1427, ../app/base.scss */
  .certificate-main .main-btn button {
    padding: 11px 78px 10px 21px; }

/*=====================================================
	certificate page end here
=====================================================*/
/*=====================================================
	Congratulations - You Passed! page start here
=====================================================*/
/* line 1439, ../app/base.scss */
.congratulations-passed {
  background-color: #f7f7f7;
  padding: 60px 0;
  text-align: center; }
  /* line 1444, ../app/base.scss */
  .congratulations-passed .heading h2 {
    margin-bottom: 8px; }
  /* line 1449, ../app/base.scss */
  .congratulations-passed .content h2 {
    color: #298cd3;
    font: 600 25px/30px "Raleway", sans-serif;
    margin-bottom: 30px; }

/*=====================================================
	Congratulations - You Passed! page end here
=====================================================*/
/*====================================================
	common footer start here
====================================================*/
/* line 1463, ../app/base.scss */
footer {
  background-color: #c1dee8; }
  /* line 1466, ../app/base.scss */
  footer.inner-footer .copyright {
    border: none; }
    /* line 1468, ../app/base.scss */
    footer.inner-footer .copyright p {
      padding: 0; }
  /* line 1473, ../app/base.scss */
  footer p {
    color: #333333;
    font: 400 16px/33px "Open Sans", sans-serif;
    padding: 55px 0;
    margin: 0; }
  /* line 1479, ../app/base.scss */
  footer .copyright {
    border-top: 1px solid rgba(41, 140, 211, 0.3);
    padding: 16px 15px; }
    /* line 1482, ../app/base.scss */
    footer .copyright .right-side {
      text-align: right; }
    /* line 1485, ../app/base.scss */
    footer .copyright .left-side {
      text-align: left; }
    /* line 1488, ../app/base.scss */
    footer .copyright p {
      color: #757575;
      font: 400 14px/28px "Open Sans", sans-serif;
      padding: 0; }
      /* line 1492, ../app/base.scss */
      footer .copyright p a {
        border-right: 1px solid rgba(41, 140, 211, 0.3);
        color: #757575;
        padding: 0 10px; }
        /* line 1499, ../app/base.scss */
        footer .copyright p a:last-child {
          border: none; }
        /* line 1502, ../app/base.scss */
        footer .copyright p a:hover {
          color: #298cd3; }

/*=======================================
	common footer end here
=========================================*/
/*==================================
	modal section start here
===================================*/
/* line 1517, ../app/base.scss */
.popup-modal .modal-dialog {
  max-width: 590px; }
/* line 1520, ../app/base.scss */
.popup-modal .modal-content {
  text-align: center; }
  /* line 1522, ../app/base.scss */
  .popup-modal .modal-content .modal-body {
    padding: 25px 0; }
    /* line 1524, ../app/base.scss */
    .popup-modal .modal-content .modal-body .yes-no-btn {
      margin: 55px 0 20px; }
      /* line 1526, ../app/base.scss */
      .popup-modal .modal-content .modal-body .yes-no-btn button {
        font-size: 14px;
        line-height: 23px;
        padding: 10.5px 20.5px; }
    /* line 1532, ../app/base.scss */
    .popup-modal .modal-content .modal-body p {
      color: #323232;
      font: 400 18px/25px "Open Sans", sans-serif; }
    /* line 1537, ../app/base.scss */
    .popup-modal .modal-content .modal-body .heading h2 {
      font-size: 30px; }
  /* line 1544, ../app/base.scss */
  .popup-modal .modal-content button.close-icon {
    background-color: transparent;
    border: none;
    padding: 0 6px; }
    /* line 1548, ../app/base.scss */
    .popup-modal .modal-content button.close-icon i {
      font-size: 16px;
      color: #a0a0a0; }
    .order_table {border: 1px solid #ccc;width:100%;border-collapse: collapse;margin: 15px 0 15px}
    .order_table th,.order_table td{margin-bottom: 10px;padding: 10px;border-bottom: 1px solid #ccc;text-align: left;font-size: 16px;}
    .order_table tr:last-child td{border-bottom: none;}
    .order_table thead tr:first-child{background: #f2f2f2;}
    .embed_videoarea {border-radius: 5px;width: auto;max-width: 100%;}


.adding_video{max-width: 640px;margin: auto;position: relative;}
.adding_video .embed_videoarea {
   position:relative;
    text-align: center;
    max-width: 640px;
    width: 100%;
     overflow:hidden;
 padding-bottom:56.25%;
  height:0;
}

.adding_video .embed_videoarea iframe{
 left:0;
 top:0;
 height:100%;
 width:100%;
 position:absolute;
}

.header_custom header{
  margin: 0px auto;
}
.header_custom header img{
  position: inherit;
    top: 0px;
    left:0px; 
}
.resident .wrapper{max-width: 1000px;width: 100%;}
.step_button_1 {
    margin: 10px auto;
    float: none;
    }
.step_button {
    background: #007bff none repeat scroll 0 0;
    border-bottom: 3px solid #007bff;
    color: #ffffff;
    display: inline-block;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    padding: 13px 50px;
    text-align: center;
    text-decoration: none;
} 
.quiz-main .box ul.quiz-listing li input[type=radio]{cursor: pointer;margin-right: 5px;margin-left: 5px;}  
.copyright_holder{padding-left: 0px !important;} 
/*.resident .content.headingstep h1{word-break: break-all;white-space: normal;}*/
/*==================================
	modal section end here
===================================*/
/*=======================================
	Responsive style
=========================================*/
@media only screen and (max-width: 1366px) {
  /* line 5, ../app/_responsive.scss */
  .registration-main .margin-space {
    margin-bottom: 42px; }
  /* line 8, ../app/_responsive.scss */
  .registration-main .box {
    min-height: 110px;
    max-width: 390px; }
    /* line 11, ../app/_responsive.scss */
    .registration-main .box .step-icon {
      width: 85px;
      height: 85px;
      font-size: 35px;
      line-height: 50px;
      top: -40px; }
      /* line 17, ../app/_responsive.scss */
      .registration-main .box .step-icon:before {
        width: 65px;
        height: 65px; }
    /* line 22, ../app/_responsive.scss */
    .registration-main .box h4 {
      font-size: 18px;
      line-height: 25px; }
  /* line 29, ../app/_responsive.scss */
  .registration-main h3.sub-title.heading-space {
    padding-bottom: 30px; } 
  .quiz-main .box ul.quiz-listing li input[type=radio]{cursor: pointer;margin-right: 5px;margin-left: 5px;}}
@media only screen and (max-width: 991px) {

  div.certificate-image{max-width: 550px;}
  p.name_select{top: -225px;font-size: 20px;}
  div.certificate_date{top: -165px;left: -140px;}

  /* line 43, ../app/_responsive.scss */
  .banner .banner-content h1 {
    font-size: 35px; }
  /* line 47, ../app/_responsive.scss */
  .banner .banner-content h4 {
    font-size: 22px; }

  /* line 56, ../app/_responsive.scss */
  .customer-comments .comments-box h5 {
    font-size: 16px;
    line-height: 20px; }
  /* line 60, ../app/_responsive.scss */
  .customer-comments .comments-box h6 {
    font-size: 14px;
    line-height: 19px; }

  /* line 70, ../app/_responsive.scss */
  .registration-main .box h4 {
    font-size: 22px; } 
  .quiz-main .box ul.quiz-listing li input[type=radio]{cursor: pointer;margin-right: 5px;margin-left: 5px;}}
@media only screen and (max-width: 767px) {
  div.certificate-image{max-width: 420px;}
  p.name_select{top: -173px;font-size: 15px;}
  div.certificate_date{top: -135px;left: -110px;}
  /* line 81, ../app/_responsive.scss */
  .banner.landing-banner {
    padding: 145px 0px 145px; }
  /* line 85, ../app/_responsive.scss */
  .banner .banner-content h1 {
    font-size: 30px;
    padding-bottom: 10px;
    line-height: 36px; }
  /* line 90, ../app/_responsive.scss */
  .banner .banner-content h4 {
    font-size: 20px;
    line-height: 30px; }

  /* line 101, ../app/_responsive.scss */
  .landing-main .company-detail .box.what-box {
    display: block;
    text-align: center;
    padding: 25px 20px; }
    /* line 105, ../app/_responsive.scss */
    .landing-main .company-detail .box.what-box .what-content {
      display: block; }
      /* line 107, ../app/_responsive.scss */
      .landing-main .company-detail .box.what-box .what-content.what-txt {
        padding-left: 0; }
    /* line 111, ../app/_responsive.scss */
    .landing-main .company-detail .box.what-box h4 {
      margin: 35px 0 20px; }
    /* line 114, ../app/_responsive.scss */
    .landing-main .company-detail .box.what-box p {
      margin: 23px 0 0; }
  /* line 122, ../app/_responsive.scss */
  .landing-main .simple-step .step-1 {
    margin-bottom: 95px; }
  /* line 130, ../app/_responsive.scss */
  .landing-main .reasons-secure .box ul li {
    font-size: 16px;
    padding-bottom: 10px; }
  /* line 136, ../app/_responsive.scss */
  .landing-main .reasons-secure .secure-card {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%; }

  /* line 145, ../app/_responsive.scss */
  .sub-heading {
    font-size: 16px; }

  /* line 154, ../app/_responsive.scss */
  .quiz-main .box .wizard-form ul li {
    max-width: 48.98px; }

  /* line 164, ../app/_responsive.scss */
  footer .copyright .left-side, footer .copyright .right-side {
    text-align: center; }

  /* line 174, ../app/_responsive.scss */
  .verification-main .box .wizard-form ul li {
    max-width: 83px; } 
  .quiz-main .box ul.quiz-listing li input[type=radio]{cursor: pointer;margin-right: 5px;margin-left: 5px;}}
@media only screen and (max-width: 575px) {
  /* line 186, ../app/_responsive.scss */
  header {
    padding: 5px 0; }
    /* line 188, ../app/_responsive.scss */
    header .logo {
      text-align: left; }
    /* line 191, ../app/_responsive.scss */
    header .phone-header {
      text-align: right;
      padding-left: 0px; }
      /* line 195, ../app/_responsive.scss */
      header .phone-header ul li {
        line-height: normal; }
        /* line 197, ../app/_responsive.scss */
        header .phone-header ul li a {
          font-size: 14px; }
        /* line 200, ../app/_responsive.scss */
        header .phone-header ul li i {
          padding-right: 5px;
          font-size: 14px; }

  /* line 212, ../app/_responsive.scss */
  .banner .banner-content h1 {
    font-size: 22px;
    line-height: 30px; }
    /* line 215, ../app/_responsive.scss */
    .banner .banner-content h1:before {
      width: 95px; }
  /* line 219, ../app/_responsive.scss */
  .banner .banner-content h4 {
    font-size: 17px;
    line-height: 27px; }

  /* line 228, ../app/_responsive.scss */
  h3.sub-title {
    font-size: 20px;
    line-height: 25px; }

  /* line 235, ../app/_responsive.scss */
  .customer-comments .comments-box {
    display: block;
    min-height: 290px; }
    /* line 238, ../app/_responsive.scss */
    .customer-comments .comments-box p, .customer-comments .comments-box h5, .customer-comments .comments-box h6 {
      display: block; }

  /* line 246, ../app/_responsive.scss */
  .verification-main .box h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0;
    padding-bottom: 0px; }
  /* line 252, ../app/_responsive.scss */
  .verification-main .box h5 {
    font-size: 18px; }
  /* line 255, ../app/_responsive.scss */
  .verification-main .box p {
    font-size: 15px; }
  /* line 258, ../app/_responsive.scss */
  .verification-main .box.proceed-box {
    padding: 10px 15px; }
    /* line 260, ../app/_responsive.scss */
    .verification-main .box.proceed-box .heading {
      padding-bottom: 5px; }
      /* line 262, ../app/_responsive.scss */
      .verification-main .box.proceed-box .heading h4 {
        font-size: 19px;
        line-height: 25px; }
    /* line 267, ../app/_responsive.scss */
    .verification-main .box.proceed-box .main-btn {
      padding: 10px 0 15px; }
  /* line 272, ../app/_responsive.scss */
  .verification-main .box .wizard-form ul {
    display: table; }
    /* line 274, ../app/_responsive.scss */
    .verification-main .box .wizard-form ul li {
      border-right: 1px solid #d9d9d9;
      display: table-cell;
      width: auto;
      max-width: 100%; }

  /* line 290, ../app/_responsive.scss */
  .quiz-main .box ul.quiz-listing li {
    font-size: 14px;
    padding: 6px 10px;
    margin-bottom: 10px; }
    /* line 295, ../app/_responsive.scss */
    .quiz-main .box ul.quiz-listing li:hover:before, .quiz-main .box ul.quiz-listing li.answer-active:before {
      width: 265px; }
  /* line 303, ../app/_responsive.scss */
  .quiz-main .box .wizard-form ul {
    display: table; }
    /* line 305, ../app/_responsive.scss */
    .quiz-main .box .wizard-form ul li {
      border-right: 1px solid #d9d9d9;
      display: table-cell;
      width: auto;
      max-width: 100%; }
  /* line 314, ../app/_responsive.scss */
  .quiz-main .main-btn {
    padding-top: 25px; }

  /* line 323, ../app/_responsive.scss */
  .order-confirmation .box .top-head {
    padding: 0 15px; }
    /* line 325, ../app/_responsive.scss */
    .order-confirmation .box .top-head .right-side {
      text-align: left;
      padding-top: 10px; }
    /* line 329, ../app/_responsive.scss */
    .order-confirmation .box .top-head p {
      line-height: 20px;
      margin-bottom: 5px; }
  /* line 335, ../app/_responsive.scss */
  .order-confirmation .box .first-form {
    padding: 30px 15px 20px; }
  /* line 339, ../app/_responsive.scss */
  .order-confirmation .box .bottom-form {
    padding: 45px 15px 0; }
  /* line 343, ../app/_responsive.scss */
  .order-confirmation .box .agree-certificate {
    padding: 5px 30px; }
  /* line 347, ../app/_responsive.scss */
  .order-confirmation .box .safe-secure {
    padding: 0px 30px; }
  /* line 351, ../app/_responsive.scss */
  .order-confirmation h4 {
    font-size: 21px;
    line-height: 28px; }

  /* line 356, ../app/_responsive.scss */
  .faq-main, .privacy-main {
    padding: 60px 0 50px; }
    /* line 358, ../app/_responsive.scss */
    .faq-main h4, .privacy-main h4 {
      font-size: 20px; }

  /* line 362, ../app/_responsive.scss */
  .terms-main {
    padding: 60px 0 50px; }
    /* line 365, ../app/_responsive.scss */
    .terms-main .content h4 {
      font-size: 20px; }

  /* line 373, ../app/_responsive.scss */
  footer p {
    font-size: 15px;
    line-height: 28px; }
  /* line 378, ../app/_responsive.scss */
  footer .copyright .left-side, footer .copyright .right-side {
    padding: 0; }

  /* line 385, ../app/_responsive.scss */
  .certificate-main h6 {
    font-size: 16px; }

  /* line 392, ../app/_responsive.scss */
  .congratulations-passed .content h2 {
    font-size: 18px;
    line-height: 23px; }

  /* line 403, ../app/_responsive.scss */
  .registration-main .box,
  .quiz-main .box,
  .verification-main .box {
    padding: 25px 15px 10px; }
    /* line 405, ../app/_responsive.scss */
    .registration-main .box .step-icon,
    .quiz-main .box .step-icon,
    .verification-main .box .step-icon {
      font-size: 35px;
      line-height: 46px;
      height: 70px;
      width: 70px;
      top: -35px;
      left: 10px; }
      /* line 412, ../app/_responsive.scss */
      .registration-main .box .step-icon:before,
      .quiz-main .box .step-icon:before,
      .verification-main .box .step-icon:before {
        width: 60px;
        height: 60px; }
      /* line 416, ../app/_responsive.scss */
      .registration-main .box .step-icon i,
      .quiz-main .box .step-icon i,
      .verification-main .box .step-icon i {
        font-size: 40px; }
    /* line 420, ../app/_responsive.scss */
    .registration-main .box h4,
    .quiz-main .box h4,
    .verification-main .box h4 {
      margin: 0 auto 15px;
      font-size: 16px;
      line-height: 22px; }

  /* line 438, ../app/_responsive.scss */
  .customer-comments .main-btn button,
  .congratulations-passed .main-btn button,
  .certificate-main .main-btn button,
  .order-confirmation .main-btn button,
  .quiz-main .main-btn button,
  .registration-main .main-btn button,
  .video-wrapper .main-btn button,
  .verification-main .main-btn button {
    padding: 11px 50px 10px 15px; }
    /* line 440, ../app/_responsive.scss */
    .customer-comments .main-btn button span,
    .congratulations-passed .main-btn button span,
    .certificate-main .main-btn button span,
    .order-confirmation .main-btn button span,
    .quiz-main .main-btn button span,
    .registration-main .main-btn button span,
    .video-wrapper .main-btn button span,
    .verification-main .main-btn button span {
      font-size: 15px; }

  /* line 448, ../app/_responsive.scss */
  .verification-main .main-btn button {
    padding: 11px 47px 10px 10px; }

  /* line 456, ../app/_responsive.scss */
  .video-wrapper .main-btn button {
    padding: 11px 80px 10px 15px; }
    /* line 458, ../app/_responsive.scss */
    .video-wrapper .main-btn button span {
      font-size: 17px; }

  /* line 468, ../app/_responsive.scss */
  .landing-main .simple-step .box p {
    font-size: 15px; }
  /* line 474, ../app/_responsive.scss */
  .landing-main .signing-form .main-btn {
    padding: 12px 0; }
    /* line 476, ../app/_responsive.scss */
    .landing-main .signing-form .main-btn button {
      padding: 11px 65px 10px 20px; }
      /* line 478, ../app/_responsive.scss */
      .landing-main .signing-form .main-btn button span {
        font-size: 16px; }
  /* line 483, ../app/_responsive.scss */
  .landing-main .signing-form .heading {
    padding-bottom: 20px; }
  /* line 486, ../app/_responsive.scss */
  .landing-main .signing-form .content {
    padding: 40px 15px 30px; }
  /* line 495, ../app/_responsive.scss */
  .landing-main .signing-form .main-btn button,
  .landing-main .test-train .main-btn button,
  .landing-main .reasons-secure .main-btn button,
  .landing-main .answer-question .main-btn button {
    padding: 11px 60px 10px 15px; }
    /* line 497, ../app/_responsive.scss */
    .landing-main .signing-form .main-btn button span,
    .landing-main .test-train .main-btn button span,
    .landing-main .reasons-secure .main-btn button span,
    .landing-main .answer-question .main-btn button span {
      font-size: 15px; }
  /* line 503, ../app/_responsive.scss */
  .landing-main .company-detail {
    padding: 30px 0; }
  /* line 506, ../app/_responsive.scss */
  .landing-main .video-content {
    padding: 19px 0 15px; }
  /* line 509, ../app/_responsive.scss */
  .landing-main .test-train {
    padding: 65px 0; }
  /* line 514, ../app/_responsive.scss */
  .landing-main .reasons-secure .main-btn button {
    padding: 11px 80px 10px 15px; }
    /* line 516, ../app/_responsive.scss */
    .landing-main .reasons-secure .main-btn button span {
      font-size: 17px; }

  /* line 525, ../app/_responsive.scss */
  .certificate-main .main-btn button {
    padding: 11px 80px 10px 20px; }
    /* line 527, ../app/_responsive.scss */
    .certificate-main .main-btn button span {
      font-size: 17px; }
  /* line 532, ../app/_responsive.scss */
  .certificate-main .certificate-image {
    padding: 10px 0 25px; }

  /* line 536, ../app/_responsive.scss */
  .input-field {
    margin: 0 auto 15px; }

  /* line 541, ../app/_responsive.scss */
  .congratulations-passed,
  .certificate-main,
  .faq-main,
  .resident,
  .privacy-main,
  .contact-main,
  .order-confirmation,
  .quiz-main,
  .registration-main,
  .terms-main,
  .verification-main,
  .video-wrapper {
    padding: 30px 0; }

  /* line 556, ../app/_responsive.scss */
  h3.sub-title.heading-space {
    padding-bottom: 15px; }

  /* line 563, ../app/_responsive.scss */
  .heading.inner-heading {
    padding-bottom: 30px; }

  /* line 569, ../app/_responsive.scss */
  .order-confirmation h5 {
    padding: 25px 0 30px; }
  /* line 573, ../app/_responsive.scss */
  .order-confirmation .box .bottom-form {
    padding: 45px 0 2px; }
  /* line 581, ../app/_responsive.scss */
  .order-confirmation .box .safe-secure ul li {
    margin-bottom: 10px; }

  /* line 592, ../app/_responsive.scss */
  .registration-main h3.sub-title.heading-space {
    padding-bottom: 15px; }
  /* line 597, ../app/_responsive.scss */
  .registration-main .margin-space {
    margin-bottom: 20px; }

  /* line 603, ../app/_responsive.scss */
  .main-btn.yes-no-btn {
    margin: 20px 0 0; }
    /* line 605, ../app/_responsive.scss */
    .main-btn.yes-no-btn button {
      padding: 0; }
      /* line 607, ../app/_responsive.scss */
      .main-btn.yes-no-btn button span {
        font-size: 20px;
        padding: 9px 34px; }
      /* line 612, ../app/_responsive.scss */
      .main-btn.yes-no-btn button.submit-btn span {
        padding: 9px 34px; }

  /* line 623, ../app/_responsive.scss */
  .popup-modal .modal-content .modal-body .yes-no-btn {
    margin: 25px 0 0px; }
    /* line 625, ../app/_responsive.scss */
    .popup-modal .modal-content .modal-body .yes-no-btn button {
      padding: 0; }

  /* line 632, ../app/_responsive.scss */
  .customer-comments {
    padding: 35px 0; } 
  .quiz-main .box ul.quiz-listing li input[type=radio]{cursor: pointer;margin-right: 5px;margin-left: 5px;}}
@media only screen and (max-width: 365px) {
  /* line 641, ../app/_responsive.scss */
  .banner .landing-banner {
    padding: 100px 0px 175px; }
  /* line 645, ../app/_responsive.scss */
  .banner .banner-content h1 {
    font-size: 20px;
    line-height: 25px; }

  /* line 656, ../app/_responsive.scss */
  .landing-main .signing-form .heading h4 {
    font-size: 20px;
    line-height: 26px; }
  /* line 666, ../app/_responsive.scss */
  .landing-main .test-train .content p {
    font-size: 15px;
    line-height: 25px; }
  /* line 675, ../app/_responsive.scss */
  .landing-main .simple-step .box .step-icon {
    font-size: 45px; }
  /* line 681, ../app/_responsive.scss */
  .landing-main .answer-question h6 {
    font-size: 16px; }

  /* line 688, ../app/_responsive.scss */
  .heading h2 {
    font-size: 24px;
    line-height: 30px; }

  /* line 698, ../app/_responsive.scss */
  .popup-modal .modal-content .modal-body .heading h2 {
    font-size: 24px;
    line-height: 30px; }
  /* line 703, ../app/_responsive.scss */
  .popup-modal .modal-content .modal-body p {
    font-size: 16px; }

  /* line 711, ../app/_responsive.scss */
  .sub-heading {
    font-size: 15px;
    line-height: 22px; }

  /* line 718, ../app/_responsive.scss */
  .main-btn button {
    padding: 11px 53px 10px 12px; }
    /* line 721, ../app/_responsive.scss */
    .main-btn button span.btn-icon {
      width: 50px; }
      /* line 723, ../app/_responsive.scss */
      .main-btn button span.btn-icon i {
        font-size: 20px; }

  /* line 734, ../app/_responsive.scss */
  .registration-main .box h4 {
    font-size: 18px;
    line-height: 28px; }
  /* line 738, ../app/_responsive.scss */
  .registration-main .box .step-icon {
    font-size: 35px; }

  /* line 744, ../app/_responsive.scss */
  .video-main {
    margin-top: -100px; }
    /* line 747, ../app/_responsive.scss */
    .video-main .video-content h4 {
      font-size: 21px;
      line-height: 25px; }
    /* line 754, ../app/_responsive.scss */
    .video-main .video-content .countdown .countdown-box ul li {
      font-size: 18px;
      line-height: 25px;
      padding: 6px 8px; }
    /* line 763, ../app/_responsive.scss */
    .video-main.video-page {
      margin-top: 0; }

  /* line 773, ../app/_responsive.scss */
  .verification-main .box.proceed-box .agree-certificate p {
    font-size: 14px;
    line-height: 25px; }

  /* line 784, ../app/_responsive.scss */
  .customer-comments .comments-box {
    display: block;
    min-height: 330px; }

  /* line 793, ../app/_responsive.scss */
  .order-confirmation .box .top-head {
    padding: 0; }
  /* line 796, ../app/_responsive.scss */
  .order-confirmation .box .first-form {
    padding: 30px 0px 20px; }
  /* line 801, ../app/_responsive.scss */
  .order-confirmation .box .bottom-form .accept .accept-card {
    padding: 0 15px 25px; }
    /* line 804, ../app/_responsive.scss */
    .order-confirmation .box .bottom-form .accept .accept-card ul li {
      margin-bottom: 15px; }
  /* line 811, ../app/_responsive.scss */
  .order-confirmation .box .bottom-form .main-btn button {
    padding: 11px 45px 10px 15px; }
    /* line 813, ../app/_responsive.scss */
    .order-confirmation .box .bottom-form .main-btn button span {
      font-size: 14px; }
  /* line 819, ../app/_responsive.scss */
  .order-confirmation .box .agree-certificate {
    padding: 5px 15px; }
  /* line 822, ../app/_responsive.scss */
  .order-confirmation .box .safe-secure {
    padding: 0px 15px; }
  /* line 825, ../app/_responsive.scss */
  .order-confirmation .box .note {
    padding-top: 10px; }
  /* line 830, ../app/_responsive.scss */
  .order-confirmation .countdown .countdown-box {
    padding: 0 5px; }

  /* line 837, ../app/_responsive.scss */
  .congratulations-passed h2 {
    font-size: 21px;
    line-height: 25px; }

  /* line 849, ../app/_responsive.scss */
  .quiz-main .box ul.quiz-listing li:hover:before, .quiz-main .box ul.quiz-listing li.answer-active:before {
    width: 170px; }

  /* line 862, ../app/_responsive.scss */
  footer .copyright .right-side p {
    position: relative;
    padding-top: 4px;
    margin-top: 10px; }
    /* line 866, ../app/_responsive.scss */
    footer .copyright .right-side p:after {
      border-top: 1px solid rgba(41, 140, 211, 0.3);
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      max-width: 200px;
      width: 100%;
      transform: translateX(-50%); }
  /* line 879, ../app/_responsive.scss */
  footer .copyright p a {
    border: none;
    display: block;
    padding: 0; } }

/*# sourceMappingURL=style.css.map */
.name_select {
  position: relative;
  top: -325px;
  font-size: 23px;
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
}
.certificate_date {
   position: relative;
    top: -219px;
    left: -200px;
    font-size: 13px;
    color: #333;
    font-weight: 600;
}
.certificate-image {
  padding: 10px 0 65px;
  max-width: 800px;
  margin: auto;
}
.form_decoration{max-width: 365px;margin: auto;}
.form_decoration label{width: 100%;}
.form_cntrl{width: 100%;background-color: transparent;border: 1px solid #aad7f7;padding: 7px 15px;border-radius: 6px;}
.form_decoration .form_group p{margin-bottom: 2px;font-size: 15px;text-align: left;}
.form_decoration .form_group{margin-bottom: 10px;}
.form_decoration .form_group label{position: relative;}
.form_group .form_cntrl ~ .focus-border:before, .form_group .form_cntrl ~ .focus-border:after {content: "";position: absolute;top: -1px;left: 50%;width: 0;height: 2px;background-color: #298cd3;transition: 0.4s;-webkit-transition: 0.4s;-moz-transition: 0.4s;-ms-transition: 0.4s;
}
.form_group .form_cntrl:focus ~ .focus-border:before, .form_group .form_cntrl:focus ~ .focus-border:after {width: 100%;left: 0;}
.form_group .form_cntrl ~ .focus-border:before, .form_group .form_cntrl ~ .focus-border:after {content: "";position: absolute;top: -1px;left: 50%;width: 0;height: 2px;background-color: #298cd3;transition: 0.4s;-webkit-transition: 0.4s;-moz-transition: 0.4s;-ms-transition: 0.4s;
}
.form_group .form_cntrl ~ .focus-border:after {
    top: auto;
    bottom: 0;
}
.form_group .form_cntrl:focus ~ .focus-border:before, .form_group .form_cntrl:focus ~ .focus-border:after {
    width: 100%;
    left: 0;
}
.form_group .form_cntrl ~ .focus-border i:before, .form_group .form_cntrl ~ .focus-border i:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #298cd3;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
}
.form_group .form_cntrl:focus ~ .focus-border i:before, .form_group .form_cntrl:focus ~ .focus-border i:after {
    top: -1px;
    height: 100%;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
}
.form_group .form_cntrl ~ .focus-border i:before, .form_group .form_cntrl ~ .focus-border i:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #298cd3;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
}
.form_group .form_cntrl ~ .focus-border i:after {
    left: auto;
    right: 0;
}
.form_group .form_cntrl:focus ~ .focus-border i:before, .form_group .form_cntrl:focus ~ .focus-border i:after {
    top: -1px;
    height: 100%;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
}
.width_100{max-width: 100%;}
.selct_nm.select-field:after{top: 35px;height: 20px;}

.select-field.selct_nm.open-field:after{-webkit-transform: rotate(0);-moz-transform: rotate(0);-ms-transform: rotate(0);transform: rotate(0);}
.helium-modal {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.helium-modal .modal {
    left: -9999px;
    position: absolute;
    z-index: 2002;
    background-color: #ffffff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    padding: 5px;
    opacity: 1 !important;
    visibility: visible;
}
.helium-modal .modal a.x-button {
    color: #222222;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 33px;
    font-weight: bold;
    line-height: 20px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 7px;
}
.mdl_hdr {
    background: #ffffff none repeat scroll 0 0;
    margin: 0 auto;
    max-width: 800px;
}
.mdl_cntnt {
}
.mdl_cntnt .mdl_cntnt_top {
    background: #e1e1e1 none repeat scroll 0 0;
    padding: 15px;
}
.mdl_hdr h1 {
    background: #338bba none repeat scroll 0 0;
    color: #ffffff;
    font-size: 25px;
    font-weight: normal;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
}
.mdl_hdr h3 {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 2em;
    padding: 4px 0;
    text-align: left;
}
.mdl_hdr .mdl_cntnt .mdl_cntnt_top h3 {
    color: #3e3e59;
    font-size: 20px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 10px;
    text-align: center;
}
.mdl_hdr .mdl_cntnt .mdl_cntnt_top h4 {
    color: #4a5772;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
}
.mdl_hdr p {
    color: #666666;
    font-size: 15px;
    line-height: 37px;
    padding: 4px 0;
    text-align: left;
}
.mdl_hdr .mdl_cntnt .mdl_cntnt_bottom {
    padding: 15px;
}
.mdl_hdr .mdl_cntnt .mdl_cntnt_bottom p {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding: 0 0 10px;
}
.helium-modal .modal.modal_new{display: block;bottom: auto;overflow: visible;}
.helium-modal .closeround{height: 50px;opacity: 1;}
.helium-modal .closeround:hover{opacity: 1;color: #fff;opacity: 1;}
.btn_agree {background: #49c201 none repeat scroll 0 0;border-bottom: 3px solid #3a9b01;color: #ffffff;display: table;font-size: 20px;font-weight: bold;margin: 10px auto 0;padding: 13px 21px;text-align: center;text-decoration: none;float: none;opacity: 1;}
.btn_agree:hover{background: #199200 none repeat scroll 0 0;border-bottom: 3px solid #147500;opacity: 1;color: #fff;}
.order-confirmation .box .bottom-form .input-field .what_d.various .fa-question-circle{position: inherit;}

.rtake .steppad.step_button_2{display: inline-block; margin-top: 15px;padding: 10px 20px;background: #298cd3;color: #fff;border-radius: 5px;font-size: 16px;}
.rtake .steppad.step_button_2:hover{background: #0b65a5;}
.quiz-main .box ul.quiz-listing li{cursor: pointer;}
.quiz-main .box ul.quiz-listing li input[type=radio]{cursor: pointer;margin-right: 5px;margin-left: 5px;}



@media(max-width: 480px){
  .certificate-image{max-width: 360px;}
  .name_select{top: -155px;font-size: 19px;}
  .order_table th,.order_table td{font-size: 13px;}

  div.certificate-image{max-width: 360px;}
  p.name_select{top: -150px;font-size: 15px;}
  div.certificate_date{top: -118px;left: -92px;font-size: 11px;}
}
@media(max-width: 398px){
  .certificate-image{max-width: 310px;}
  .name_select {top: -134px;font-size: 17px;}

  div.certificate-image{max-width: 310px;}
  p.name_select{top: -128px;font-size: 12px;}
  div.certificate_date{top: -105px;left: -81px;font-size: 10px;}


}
@media(max-width: 340px){
  .certificate-image{max-width: 280px;}
  .name_select {top: -120px;font-size: 15px;}
  .order_table th,.order_table td{font-size: 12px;}

  div.certificate-image{max-width: 280px;}
  p.name_select{top: -115px;}
  div.certificate_date{top: -102px;left: -74px;}


}