/*
$primaryColor: #fb3391;
$primaryRgba: rgba(251, 51, 145, 0.5);
$secondColor: #633991;
*/
/*
$primaryColor: #f0595e;
$primaryRgba: rgba(240, 89, 94, 0.5);
$secondColor: #643198;
*/
/*
$primaryColor: #1d65ad;
$primaryRgba: rgba(29, 101, 173, 0.5);
$secondColor: #43cda2;
*/
/* line 41, assets/css/main-1.scss */
a:hover, a:focus {
  text-decoration: none;
  outline: 0; }

/* line 47, assets/css/main-1.scss */
.nav-menu {
  background: #21d2dc;
  background: -moz-linear-gradient(left, #6831c6 0%, #21d2dc 100%);
  background: -webkit-linear-gradient(left, #6831c6 0%, #21d2dc 100%);
  background: -o-linear-gradient(left, #6831c6 0%, #21d2dc 100%);
  background: linear-gradient(to right, #6831c6 0%, #21d2dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#6831c6, endColorstr=#21d2dc);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 15px 0; }
  /* line 55, assets/css/main-1.scss */
  .nav-menu.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }
  /* line 63, assets/css/main-1.scss */
  .nav-menu .navbar {
    margin-bottom: 0 !important; }
    /* line 65, assets/css/main-1.scss */
    .nav-menu .navbar .navbar-brand {
      padding: 0; }
      /* line 67, assets/css/main-1.scss */
      .nav-menu .navbar .navbar-brand .the-logo {
        display: block;
        width: 160px;
        height: 50px;
        overflow: hidden;
        background-image: url("../img/logo.png");
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
  /* line 81, assets/css/main-1.scss */
  .nav-menu.is-scrolling {
    padding: 5px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
    /* line 84, assets/css/main-1.scss */
    .nav-menu.is-scrolling .the-logo {
      background-position: bottom; }

/* line 90, assets/css/main-1.scss */
header {
  min-height: 600px;
  color: #ffffff;
  text-align: center;
  padding-bottom: 50px;
  background: #21d2dc;
  background: -moz-linear-gradient(left, #6831c6 0%, #21d2dc 100%);
  background: -webkit-linear-gradient(left, #6831c6 0%, #21d2dc 100%);
  background: -o-linear-gradient(left, #6831c6 0%, #21d2dc 100%);
  background: linear-gradient(to right, #6831c6 0%, #21d2dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#6831c6, endColorstr=#21d2dc); }
  /* line 97, assets/css/main-1.scss */
  header h1 {
    line-height: 2;
    font-weight: 900;
    margin-top: 200px;
    margin-bottom: 20px;
    font-size: 30px; }
  /* line 105, assets/css/main-1.scss */
  header p {
    font-size: 15px;
    margin-bottom: 20px; }

/* line 111, assets/css/main-1.scss */
.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  /* line 126, assets/css/main-1.scss */
  .genric-btn.header-border {
    color: #ffffff;
    border: 1px solid #ffffff;
    background: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    /* line 134, assets/css/main-1.scss */
    .genric-btn.header-border:hover {
      border: 1px solid transparent;
      background: #21d2dc;
      background: -moz-linear-gradient(left, #6831c6 0%, #21d2dc 100%);
      background: -webkit-linear-gradient(left, #6831c6 0%, #21d2dc 100%);
      background: -o-linear-gradient(left, #6831c6 0%, #21d2dc 100%);
      background: linear-gradient(to right, #6831c6 0%, #21d2dc 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#6831c6, endColorstr=#21d2dc); }
  /* line 140, assets/css/main-1.scss */
  .genric-btn.complete {
    color: #ffffff;
    border: 2px solid #6831c6;
    background: #6831c6;
    font-weight: 900;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    /* line 149, assets/css/main-1.scss */
    .genric-btn.complete:hover {
      border: 2px solid #6831c6;
      background-color: #ffffff;
      color: #6831c6; }
  /* line 156, assets/css/main-1.scss */
  .genric-btn.back {
    color: #ffffff;
    border: 2px solid #21d2dc;
    background: #21d2dc;
    font-weight: 900;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    /* line 165, assets/css/main-1.scss */
    .genric-btn.back:hover {
      border: 2px solid #21d2dc;
      background-color: #ffffff;
      color: #21d2dc; }
  /* line 172, assets/css/main-1.scss */
  .genric-btn.circle {
    border-radius: 20px; }

/* line 177, assets/css/main-1.scss */
#surveyContainer {
  margin: 50px 0;
  min-height: 200px; }
  /* line 181, assets/css/main-1.scss */
  #surveyContainer .form-control {
    height: 40px; }
  /* line 185, assets/css/main-1.scss */
  #surveyContainer .progress {
    width: 95%;
    height: 35px;
    border: 1px solid #6831c6;
    position: relative; }
    /* line 190, assets/css/main-1.scss */
    #surveyContainer .progress .progress-bar {
      margin: 0;
      display: block;
      height: 100%;
      background: #6831c6;
      background: -moz-linear-gradient(left, #21d2dc 0%, #6831c6 100%);
      background: -webkit-linear-gradient(left, #21d2dc 0%, #6831c6 100%);
      background: -o-linear-gradient(left, #21d2dc 0%, #6831c6 100%);
      background: linear-gradient(to right, #21d2dc 0%, #6831c6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#21d2dc, endColorstr=#6831c6);
      position: relative;
      overflow: hidden; }
      /* line 197, assets/css/main-1.scss */
      #surveyContainer .progress .progress-bar:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        z-index: 1;
        background-size: 50px 50px;
        animation: move 2s linear infinite;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        overflow: hidden; }
      /* line 220, assets/css/main-1.scss */
      #surveyContainer .progress .progress-bar > span {
        font-weight: bold;
        padding-top: 7px;
        display: inline-block;
        font-size: 14px; }
  /* line 230, assets/css/main-1.scss */
  #surveyContainer .sv_row .sv_qstn {
    border-bottom: 1px dotted #21d2dc;
    padding-bottom: 30px;
    margin-bottom: 10px;
    /*        &:last-child {
                border-bottom: 0;
            }*/ }
    /* line 238, assets/css/main-1.scss */
    #surveyContainer .sv_row .sv_qstn div:nth-child(1) h5 {
      font-weight: 900;
      color: #2e2e2e;
      font-size: 17px;
      margin-bottom: 20px;
      line-height: 1.7; }
      /* line 244, assets/css/main-1.scss */
      #surveyContainer .sv_row .sv_qstn div:nth-child(1) h5 .the-question-number {
        color: #6831c6;
        display: block;
        float: right;
        margin-left: 8px;
        height: 50px; }
      /* line 251, assets/css/main-1.scss */
      #surveyContainer .sv_row .sv_qstn div:nth-child(1) h5 .the-req-question {
        color: red; }
    /* line 256, assets/css/main-1.scss */
    #surveyContainer .sv_row .sv_qstn > div:nth-child(2) {
      color: #777777;
      font-weight: normal; }
      /* line 260, assets/css/main-1.scss */
      #surveyContainer .sv_row .sv_qstn > div:nth-child(2) img {
        display: block;
        margin: 20px auto; }
      /* line 264, assets/css/main-1.scss */
      #surveyContainer .sv_row .sv_qstn > div:nth-child(2) table {
        width: 100%;
        display: table;
        border-collapse: collapse; }
        /* line 270, assets/css/main-1.scss */
        #surveyContainer .sv_row .sv_qstn > div:nth-child(2) table thead tr th {
          text-align: center; }
          /* line 272, assets/css/main-1.scss */
          #surveyContainer .sv_row .sv_qstn > div:nth-child(2) table thead tr th.rotate {
            height: 150px;
            white-space: nowrap;
            vertical-align: bottom; }
            /* line 276, assets/css/main-1.scss */
            #surveyContainer .sv_row .sv_qstn > div:nth-child(2) table thead tr th.rotate > div {
              width: 100%;
              height: 150px;
              position: relative; }
              /* line 280, assets/css/main-1.scss */
              #surveyContainer .sv_row .sv_qstn > div:nth-child(2) table thead tr th.rotate > div > div {
                transform: translateX(50%) translateY(50%) rotate(90deg);
                text-align: right;
                margin: 0 auto;
                position: absolute;
                bottom: 0;
                left: 50%;
                right: 50%; }
                /* line 288, assets/css/main-1.scss */
                #surveyContainer .sv_row .sv_qstn > div:nth-child(2) table thead tr th.rotate > div > div > span {
                  display: -webkit-inline-box; }
          /* line 294, assets/css/main-1.scss */
          #surveyContainer .sv_row .sv_qstn > div:nth-child(2) table thead tr th:nth-child(even) {
            background-color: #f3f3f3; }
        /* line 301, assets/css/main-1.scss */
        #surveyContainer .sv_row .sv_qstn > div:nth-child(2) table tbody tr {
          /*border-bottom: 1px dotted #ccc;*/ }
          /* line 304, assets/css/main-1.scss */
          #surveyContainer .sv_row .sv_qstn > div:nth-child(2) table tbody tr:nth-child(even) td {
            background-color: #f5f5f5; }
          /* line 309, assets/css/main-1.scss */
          #surveyContainer .sv_row .sv_qstn > div:nth-child(2) table tbody tr td {
            /*border-bottom: 1px dotted #ccc;*/
            padding: 10px 20px; }
            /* line 312, assets/css/main-1.scss */
            #surveyContainer .sv_row .sv_qstn > div:nth-child(2) table tbody tr td label {
              position: relative;
              top: 6px; }
            /* line 318, assets/css/main-1.scss */
            #surveyContainer .sv_row .sv_qstn > div:nth-child(2) table tbody tr td:nth-child(1) span {
              text-align: justify;
              display: inline-block; }
            /* line 323, assets/css/main-1.scss */
            #surveyContainer .sv_row .sv_qstn > div:nth-child(2) table tbody tr td:nth-child(even) {
              background-color: #f3f3f3; }
          /* line 329, assets/css/main-1.scss */
          #surveyContainer .sv_row .sv_qstn > div:nth-child(2) table tbody tr td:not(:first-child) {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
            margin: 0 auto;
            position: relative; }
            /* line 335, assets/css/main-1.scss */
            #surveyContainer .sv_row .sv_qstn > div:nth-child(2) table tbody tr td:not(:first-child) .sq-label-radio {
              padding: 0; }
              /* line 337, assets/css/main-1.scss */
              #surveyContainer .sv_row .sv_qstn > div:nth-child(2) table tbody tr td:not(:first-child) .sq-label-radio input {
                position: absolute; }
              /* line 340, assets/css/main-1.scss */
              #surveyContainer .sv_row .sv_qstn > div:nth-child(2) table tbody tr td:not(:first-child) .sq-label-radio .circle {
                position: relative;
                display: block;
                top: 0;
                right: 0; }
          /* line 353, assets/css/main-1.scss */
          #surveyContainer .sv_row .sv_qstn > div:nth-child(2) table tbody tr:last-child td {
            border-bottom: 0; }
      /* line 361, assets/css/main-1.scss */
      #surveyContainer .sv_row .sv_qstn > div:nth-child(2) label {
        font-weight: normal;
        cursor: pointer; }
      /* line 365, assets/css/main-1.scss */
      #surveyContainer .sv_row .sv_qstn > div:nth-child(2) select {
        margin: 0;
        padding-left: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: inherit;
        background-image: linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(to left, #ccc, #ccc);
        background-position: calc(20px) calc(1em + 2px), calc(15px) calc(1em + 2px), calc(2.5em) 0.5em;
        background-size: 5px 5px, 5px 5px, 1px 1.5em;
        background-repeat: no-repeat;
        cursor: pointer; }
        /* line 379, assets/css/main-1.scss */
        #surveyContainer .sv_row .sv_qstn > div:nth-child(2) select:focus {
          border-color: #6831c6;
          box-shadow: 0 0 5px rgba(104, 49, 198, 0.5); }
      /* line 385, assets/css/main-1.scss */
      #surveyContainer .sv_row .sv_qstn > div:nth-child(2) input[type=text], #surveyContainer .sv_row .sv_qstn > div:nth-child(2) input[type=number], #surveyContainer .sv_row .sv_qstn > div:nth-child(2) textarea {
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 5px; }
        /* line 390, assets/css/main-1.scss */
        #surveyContainer .sv_row .sv_qstn > div:nth-child(2) input[type=text]:focus, #surveyContainer .sv_row .sv_qstn > div:nth-child(2) input[type=number]:focus, #surveyContainer .sv_row .sv_qstn > div:nth-child(2) textarea:focus {
          border-color: #6831c6;
          box-shadow: 0 0 5px rgba(104, 49, 198, 0.5); }
      /* line 396, assets/css/main-1.scss */
      #surveyContainer .sv_row .sv_qstn > div:nth-child(2) fieldset.sq-root + div {
        padding: 5px 10px 0 0; }
        /* line 398, assets/css/main-1.scss */
        #surveyContainer .sv_row .sv_qstn > div:nth-child(2) fieldset.sq-root + div > div:first-child {
          padding-bottom: 5px; }
      /* line 404, assets/css/main-1.scss */
      #surveyContainer .sv_row .sv_qstn > div:nth-child(2) .sq-label-rating .sq-item {
        display: block;
        float: right;
        border: 1px solid #ccc;
        padding: 8px 15px;
        margin-right: -1px;
        z-index: 0;
        position: relative; }
        /* line 412, assets/css/main-1.scss */
        #surveyContainer .sv_row .sv_qstn > div:nth-child(2) .sq-label-rating .sq-item:hover {
          border-color: #6831c6;
          color: #6831c6;
          z-index: 1; }
        /* line 417, assets/css/main-1.scss */
        #surveyContainer .sv_row .sv_qstn > div:nth-child(2) .sq-label-rating .sq-item:first-child {
          border-radius: 0 4px 4px 0; }
        /* line 420, assets/css/main-1.scss */
        #surveyContainer .sv_row .sv_qstn > div:nth-child(2) .sq-label-rating .sq-item:last-child {
          border-radius: 4px 0 0 4px; }
        /* line 423, assets/css/main-1.scss */
        #surveyContainer .sv_row .sv_qstn > div:nth-child(2) .sq-label-rating .sq-item.active {
          border-color: #6831c6;
          color: #6831c6;
          box-shadow: inset 0 0 7px rgba(104, 49, 198, 0.5);
          z-index: 2; }
      /* line 432, assets/css/main-1.scss */
      #surveyContainer .sv_row .sv_qstn > div:nth-child(2) .sq-label-radio {
        position: relative;
        padding-right: 25px; }
        /* line 435, assets/css/main-1.scss */
        #surveyContainer .sv_row .sv_qstn > div:nth-child(2) .sq-label-radio input {
          position: absolute;
          opacity: 0;
          top: 0;
          right: 0;
          cursor: pointer; }
        /* line 442, assets/css/main-1.scss */
        #surveyContainer .sv_row .sv_qstn > div:nth-child(2) .sq-label-radio .circle {
          position: absolute;
          top: 2px;
          right: 0;
          height: 16px;
          width: 16px;
          border: 1px solid #cccccc;
          border-radius: 50%;
          background-color: #fff; }
        /* line 452, assets/css/main-1.scss */
        #surveyContainer .sv_row .sv_qstn > div:nth-child(2) .sq-label-radio:hover input ~ .circle {
          border-color: #6831c6;
          box-shadow: 0 0 5px rgba(104, 49, 198, 0.5); }
        /* line 456, assets/css/main-1.scss */
        #surveyContainer .sv_row .sv_qstn > div:nth-child(2) .sq-label-radio .circle:after {
          content: "";
          position: absolute;
          display: none; }
        /* line 461, assets/css/main-1.scss */
        #surveyContainer .sv_row .sv_qstn > div:nth-child(2) .sq-label-radio input:checked ~ .circle {
          border-color: #6831c6;
          background-color: #6831c6; }
        /* line 465, assets/css/main-1.scss */
        #surveyContainer .sv_row .sv_qstn > div:nth-child(2) .sq-label-radio input:checked ~ .circle:after {
          display: block; }
        /* line 468, assets/css/main-1.scss */
        #surveyContainer .sv_row .sv_qstn > div:nth-child(2) .sq-label-radio .circle:after {
          top: 4px;
          left: 4px;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background: white; }
      /* line 478, assets/css/main-1.scss */
      #surveyContainer .sv_row .sv_qstn > div:nth-child(2) .sq-label-check {
        position: relative;
        padding-right: 25px; }
        /* line 481, assets/css/main-1.scss */
        #surveyContainer .sv_row .sv_qstn > div:nth-child(2) .sq-label-check input {
          position: absolute;
          opacity: 0;
          top: 0;
          right: 0;
          cursor: pointer; }
        /* line 488, assets/css/main-1.scss */
        #surveyContainer .sv_row .sv_qstn > div:nth-child(2) .sq-label-check .checkbox-material {
          position: absolute;
          top: 2px;
          right: 0;
          height: 16px;
          width: 16px;
          border: 1px solid #cccccc;
          border-radius: 3px; }
        /* line 497, assets/css/main-1.scss */
        #surveyContainer .sv_row .sv_qstn > div:nth-child(2) .sq-label-check:hover input ~ .checkbox-material {
          border-color: #6831c6;
          box-shadow: 0 0 5px rgba(104, 49, 198, 0.5); }
        /* line 501, assets/css/main-1.scss */
        #surveyContainer .sv_row .sv_qstn > div:nth-child(2) .sq-label-check .checkbox-material:after {
          content: "";
          position: absolute;
          display: none; }
        /* line 506, assets/css/main-1.scss */
        #surveyContainer .sv_row .sv_qstn > div:nth-child(2) .sq-label-check input:checked ~ .checkbox-material {
          border-color: #6831c6;
          background-color: #6831c6; }
        /* line 510, assets/css/main-1.scss */
        #surveyContainer .sv_row .sv_qstn > div:nth-child(2) .sq-label-check input:checked ~ .checkbox-material:after {
          display: block; }
        /* line 513, assets/css/main-1.scss */
        #surveyContainer .sv_row .sv_qstn > div:nth-child(2) .sq-label-check .checkbox-material:after {
          left: 4px;
          top: 2px;
          width: 6px;
          height: 10px;
          border: solid white;
          border-width: 0 3px 3px 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    /* line 527, assets/css/main-1.scss */
    #surveyContainer .sv_row .sv_qstn .sv-q-col-1, #surveyContainer .sv_row .sv_qstn .sv-q-col-2, #surveyContainer .sv_row .sv_qstn .sv-q-col-3, #surveyContainer .sv_row .sv_qstn .sv-q-col-4 {
      padding-right: 0 !important;
      padding-left: 1rem !important; }
  /* line 534, assets/css/main-1.scss */
  #surveyContainer .sv_row:last-child .sv_qstn {
    border-bottom: 0; }
  /* line 540, assets/css/main-1.scss */
  #surveyContainer .panel-footer {
    border-top-color: #6831c6;
    text-align: center;
    padding: 50px 0;
    background-color: #ffffff; }

/* line 549, assets/css/main-1.scss */
.testText span {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  opacity: 0; }

/* line 558, assets/css/main-1.scss */
footer .after-form-text {
  padding: 100px 0 80px 0;
  background: #21d2dc;
  background: -moz-linear-gradient(left, #6831c6 0%, #21d2dc 100%);
  background: -webkit-linear-gradient(left, #6831c6 0%, #21d2dc 100%);
  background: -o-linear-gradient(left, #6831c6 0%, #21d2dc 100%);
  background: linear-gradient(to right, #6831c6 0%, #21d2dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#6831c6, endColorstr=#21d2dc); }
  /* line 561, assets/css/main-1.scss */
  footer .after-form-text #after-form-text {
    color: #ffffff;
    text-align: center; }
    /* line 565, assets/css/main-1.scss */
    footer .after-form-text #after-form-text h1 {
      line-height: 2;
      font-weight: 900;
      margin-top: 200px;
      margin-bottom: 20px;
      font-size: 30px; }
    /* line 573, assets/css/main-1.scss */
    footer .after-form-text #after-form-text p {
      font-size: 15px;
      margin-bottom: 20px; }

/* line 580, assets/css/main-1.scss */
footer .powerded-by {
  text-align: center;
  padding: 50px 0; }
  /* line 583, assets/css/main-1.scss */
  footer .powerded-by a {
    display: inline-block;
    width: 160px;
    height: 50px;
    overflow: hidden;
    background-image: url("../img/logo.png");
    background-position: bottom; }

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /* line 597, assets/css/main-1.scss */
  .panel-body {
    padding: 0; }
  /* line 602, assets/css/main-1.scss */
  #surveyContainer .sv_row .sv_qstn {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    /* line 605, assets/css/main-1.scss */
    #surveyContainer .sv_row .sv_qstn > div:nth-child(2) {
      padding-right: 5px; } }

/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /* line 620, assets/css/main-1.scss */
  .panel-body {
    padding: 15px; }
  /* line 626, assets/css/main-1.scss */
  #surveyContainer .sv_row .sv_qstn {
    padding-left: 1em !important;
    padding-right: 1em !important; }
    /* line 629, assets/css/main-1.scss */
    #surveyContainer .sv_row .sv_qstn > div:nth-child(2) {
      padding-right: 20px; } }

/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */

/*# sourceMappingURL=main-1.css.map */