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

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: none;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

ul {
  list-style: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font: 1em monospace, monospace;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

form {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

input,
button,
select,
textarea {
  font: inherit/inherit inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.img-thumbnail {
  background: #fff;
  padding: 4px;
  line-height: 1.42857;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background: #286090;
}

.bg-success {
  background: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background: #c1e2b3;
}

.bg-info {
  background: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background: #afd9ee;
}

.bg-warning {
  background: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background: #f7ecb5;
}

.bg-danger {
  background: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1280px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

form {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
}

.form-control {
  background: none #fff;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s,-moz-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s,-moz-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
form[disabled] .form-control {
  background: #eee;
  opacity: 1;
}

.form-control[disabled],
form[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
form[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
form[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
form[disabled] .radio-inline,
.checkbox-inline.disabled,
form[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
form[disabled] .radio label,
.checkbox.disabled label,
form[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
}

.has-success .input-group-addon {
  background: #dff0d8;
  color: #3c763d;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  background: #fcf8e3;
  color: #8a6d3b;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

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

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
}

.has-error .input-group-addon {
  background: #f2dede;
  color: #a94442;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  -webkit-border-radius: .25em;
  -moz-border-radius: .25em;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background: #5e5e5e;
}

.label-primary {
  background: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background: #286090;
}

.label-success {
  background: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background: #449d44;
}

.label-info {
  background: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background: #31b0d5;
}

.label-warning {
  background: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background: #ec971f;
}

.label-danger {
  background: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background: #c9302c;
}

.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font: 20px/1 "slick";
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font: 6px/20px "slick";
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slide:focus {
  outline: 0;
}

.slick-arrow.slick-hidden {
  display: none;
}

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_inside>.mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 10px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside+.mCSB_scrollTools {
  right: -26px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
  right: auto;
  left: 0;
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  position: relative;
  left: 1;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 35px !important;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 6px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  background: #97144d;
  width: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #97144d;
  width: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #97144d;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: #97144d;
}

.xdsoft_datetimepicker {
  -webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,0.506);
  -moz-box-shadow: 0 5px 15px -5px rgba(0,0,0,0.506);
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Futura-Book";
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

.xdsoft_datetimepicker button {
  border: none !important;
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::-moz-selection,
.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_noselect::selection,
.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 312px;
  float: left;
  margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background: url("../images/prev-nxt-btn.png") no-repeat;
}

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child {
  border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label {
  background: #fff;
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
  color: #fff;
  background: #97144d;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
  background: #F00063;
  -webkit-box-shadow: #F00063 0 1px 3px 0 inset;
  -moz-box-shadow: #F00063 0 1px 3px 0 inset;
  box-shadow: #F00063 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 60px;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td>div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #F00063;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  -webkit-box-shadow: #ffb871 0 1px 4px 0 inset;
  -moz-box-shadow: #ffb871 0 1px 4px 0 inset;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  -webkit-box-shadow: #00dd1c 0 1px 4px 0 inset;
  -moz-box-shadow: #00dd1c 0 1px 4px 0 inset;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
  background: #F00063;
  -webkit-box-shadow: #F00063 0 1px 3px 0 inset;
  -moz-box-shadow: #F00063 0 1px 3px 0 inset;
  box-shadow: #F00063 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
  background: #F00063;
  -webkit-box-shadow: #F00063 0 1px 3px 0 inset;
  -moz-box-shadow: #F00063 0 1px 3px 0 inset;
  box-shadow: #F00063 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled {
  opacity: 0.5;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled {
  opacity: 0.5;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover {
  color: #fff !important;
  background: #97144d !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
  color: #fff !important;
  background: #97144d !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
  background: #F00063 !important;
  -webkit-box-shadow: #F00063 0 1px 3px 0 inset !important;
  -moz-box-shadow: #F00063 0 1px 3px 0 inset !important;
  box-shadow: #F00063 0 1px 3px 0 inset !important;
  color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  -webkit-box-shadow: inherit !important;
  -moz-box-shadow: inherit !important;
  box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #1F1F1F;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.xdsoft_scrollbar>.xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

.xdsoft_scroller_box {
  position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
  -webkit-box-shadow: 0 5px 15px -5px rgba(255,255,255,0.506);
  -moz-box-shadow: 0 5px 15px -5px rgba(255,255,255,0.506);
  box-shadow: 0 5px 15px -5px rgba(255,255,255,0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #1F1F1F;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
  background: #cc5500;
  -webkit-box-shadow: #b03e00 0 1px 3px 0 inset;
  -moz-box-shadow: #b03e00 0 1px 3px 0 inset;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i {
  background: url("../images/hover-date.png");
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background: url("../images/hover-date.png");
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #1F1F1F;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #1F1F1F;
  background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  -webkit-box-shadow: #ffb871 0 1px 4px 0 inset;
  -moz-box-shadow: #ffb871 0 1px 4px 0 inset;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  -webkit-box-shadow: #00dd1c 0 1px 4px 0 inset;
  -moz-box-shadow: #00dd1c 0 1px 4px 0 inset;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current {
  background: #cc5500;
  -webkit-box-shadow: #b03e00 0 1px 3px 0 inset;
  -moz-box-shadow: #b03e00 0 1px 3px 0 inset;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
  background: #cc5500;
  -webkit-box-shadow: #b03e00 0 1px 3px 0 inset;
  -moz-box-shadow: #b03e00 0 1px 3px 0 inset;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
  color: #000 !important;
  background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller {
  background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
  font: 300 12px "Futura-Book";
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
  background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(73%, #f4f8fa));
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
}

.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #fff 73%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #fff));
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #fff 73%);
  background: -o-linear-gradient(top, #f4f8fa 0%, #fff 73%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f8fa), color-stop(73%, #fff));
  background: linear-gradient(to bottom, #f4f8fa 0%, #fff 73%);
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com

* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-widget {
  font: 0.8em Arial, Helvetica, sans-serif;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font: 1em Arial, Helvetica, sans-serif;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
  -moz-box-shadow: 0 0 3px 1px #5e9ed6;
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  background: #ffffff;
  border: #003eff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  background: none;
  opacity: .35;
  filter: Alpha(Opacity=35);
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

@font-face {
  font-family: 'Futura-Bold';
  src: url("../fonts/latolatin/LatoLatin-Bold.eot");
  src: url("../fonts/latolatin/LatoLatin-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/latolatin/LatoLatin-Bold.woff") format("woff"),url("../fonts/latolatin/LatoLatin-Bold.ttf") format("truetype"),url("../fonts/latolatin/LatoLatin-Bold.woff2#Futura-Bold") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Futura-Book';
  src: url("../fonts/latolatin/LatoLatin-Black.eot");
  src: url("../fonts/latolatin/LatoLatin-Black.eot?#iefix") format("embedded-opentype"),url("../fonts/latolatin/LatoLatin-Black.woff") format("woff"),url("../fonts/latolatin/LatoLatin-Black.ttf") format("truetype"),url("../fonts/latolatin/LatoLatin-Black.woff2#Futura-Book") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Futura-Medium';
  src: url("../fonts/latolatin/LatoLatin-Medium.eot");
  src: url("../fonts/latolatin/LatoLatin-Medium.eot?#iefix") format("embedded-opentype"),url("../fonts/latolatin/LatoLatin-Medium.woff") format("woff"),url("../fonts/latolatin/LatoLatin-Medium.ttf") format("truetype"),url("../fonts/latolatin/LatoLatin-Medium.woff2#Futura-Medium") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Futura-Light';
  src: url("../fonts/latolatin/LatoLatin-Light.eot");
  src: url("../fonts/latolatin/LatoLatin-Light.eot?#iefix") format("embedded-opentype"),url("../fonts/latolatin/LatoLatin-Light.woff") format("woff"),url("../fonts/latolatin/LatoLatin-Light.ttf") format("truetype"),url("../fonts/latolatin/LatoLatin-Light.woff2#Futura-Light") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Futura-Heavy';
  src: url("../fonts/latolatin/LatoLatin-Heavy.eot");
  src: url("../fonts/latolatin/LatoLatin-Heavy.eot?#iefix") format("embedded-opentype"),url("../fonts/latolatin/LatoLatin-Heavy.woff") format("woff"),url("../fonts/latolatin/LatoLatin-Heavy.ttf") format("truetype"),url("../fonts/latolatin/LatoLatin-Heavy.woff2#Futura-Heavy") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'WebRupee';
  src: url("../fonts/WebRupee/WebRupee.V2.0.eot");
  src: url("../fonts/WebRupee/WebRupee.V2.0.eot?#iefix") format("embedded-opentype"),url("../fonts/WebRupee/WebRupee.V2.0.woff") format("woff"),url("../fonts/WebRupee/WebRupee.V2.0.ttf") format("truetype"),url("../fonts/WebRupee/WebRupee.V2.0.svg#WebRupee.V2.0") format("svg");
  font-weight: 400;
  font-style: normal;
}

body {
  font: 16px/1 "Futura-Book";
  color: #000;
  background: #fff;
}

body.no-scroll {
  overflow: hidden;
}

h1,
h2,
h3,
h3,
h4,
h5 {
  margin-top: 0;
}

ul,
ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.rupee {
  font-family: 'WebRupee';
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
  position: relative;
}

@-webkit-keyframes ripple {
  5%, 100% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }
}

@-moz-keyframes ripple {
  5%, 100% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }
}

@-o-keyframes ripple {
  5%, 100% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }
}

@keyframes ripple {
  5%, 100% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }
}

input[type="radio"] {
  display: none;
}

input[type="radio"]+label {
  margin-right: 10px;
  padding-left: 28px;
  color: #040404;
  font-size: 12px;
}

input[type="radio"]+label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 14px;
  width: 14px;
  border: 1px solid #BCBCBC;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

input[type="radio"]+label:after {
  content: "";
  position: absolute;
  top: 49%;
  left: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 54px;
  height: 54px;
  opacity: 0;
  background: rgba(213,59,59,0.46);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

input[type="radio"]:checked+label:before {
  padding: 3px;
  border: 4px solid #97144d;
}

input[type="radio"]:checked+label:after {
  z-index: 99999;
}

input[type='checkbox'] {
  position: relative;
  top: 0;
  left: 0;
 //display: none;
  opacity: 0;
  margin-left: -15px;
}


input[type='checkbox']+label {
  position: relative;
  display: inline-block !important;
  color: #020202;
  -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1);
  -o-transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1);
  -moz-transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1);
  transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1);
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
  padding-left: 25px;
  font-weight: normal;
}

input[type='checkbox']+label:before {
  border: 1px solid #97144d;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  content: '';
}

input[type='checkbox']+label:after {
  content: "";
  position: absolute;
  top: 49%;
  left: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 54px;
  height: 54px;
  opacity: 0;
  background: rgba(213,59,59,0.46);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

input[type='checkbox']:checked+label:before {
  background: #97144d url("../images/sprite.png") -338px -304px no-repeat;
}

input[type='checkbox']:checked+label:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-animation: ripple 1s none;
  -moz-animation: ripple 1s none;
  -o-animation: ripple 1s none;
  animation: ripple 1s none;
  z-index: 99999;
}

@-webkit-keyframes shrink-bounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  33% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes shrink-bounce {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }

  33% {
    -moz-transform: scale(0.85);
    transform: scale(0.85);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes shrink-bounce {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
  }

  33% {
    -o-transform: scale(0.85);
    transform: scale(0.85);
  }

  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes shrink-bounce {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  33% {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.input-holder {
  position: relative;
  padding-bottom: 15px;
}

.input-holder label {
  font: 12px "Futura-Book";
  color: rgba(0,0,0,0.5);
  display: inline-block;
  padding-left: 8px;
}

.input-holder label.boldLable {
  font-size: 14px;
  color: #000;
  padding-right: 30px;
  padding-left: 0px;
  padding-bottom: 13px;
  margin: 0;
}

.input-holder .input-wrapper {
  position: relative;
}

.input-holder i {
  position: absolute;
  right: 10px;
  top: 8px;
  pointer-events: none;
}

.input-holder i.icon-dropdown-normal {
  top: 4px;
}

.input-holder .input-link {
  font: 12px "Futura-Book";
  float: right;
  color: #97144d;
  text-decoration: underline;
}

.input-holder .input-link.input-link-small,
.input-holder .input-link.small-link {
  font-size: 10px;
}

.input-holder .errMsg {
  font: 12px "Futura-Book";
  color: #f00;
  position: absolute;
}

.input-holder select {
  position: relative;
  outline: none;
}

.input-holder.select-holder {
  padding-bottom: 0;
}

.common-radio {
  display: inline-block;
}

.common-radio input[type="radio"]+label {
  font-weight: bold;
  color: #000;
  padding-left: 20px;
}

.common-radio input[type="radio"]+label:before {
  content: "";
  border: 2px solid #97144d;
}

.common-radio input[type="radio"]+label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #97144d;
  opacity: 1;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.common-radio input[type="radio"]:checked+label:before {
  border: 2px solid #97144d;
}

.common-radio input[type="radio"]:checked+label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #97144d;
  opacity: 1;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

textarea.form-control {
  height: 100px;
  resize: none;
}

textarea.form-control.form-control--small {
  height: 36px !important;
}

.input-wrapper i ~ .form-control {
  padding-right: 51px;
}

.form-control {
  font: 12px "Futura-Book";
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 36px;
  border-color: #8B8B8B;
  color: #000;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control:focus {
  outline: none;
  border-color: #97144d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form-control option {
  font-size: 14px;
}

.custinput-holder {
  position: relative;
  display: inline-block;
  padding: 0px 0px 15px 0px;
}

.custinput-holder .large-label {
  font: 12px "Futura-Book";
  color: #000;
  margin-bottom: 0;
}

.custinput-holder input[type="radio"]+label {
  padding-left: 24px;
  font-size: 12px;
  line-height: 14px;
  padding-right: 12px;
}

.custinput-holder input[type="radio"]+label:before {
  content: "";
  top: 0;
  height: 14px;
  width: 14px;
  border: 1px solid #97144d;
}

.custinput-holder input[type="radio"]:checked+label:before {
  border: 4px solid #97144d;
}

.common-button,
.common-button-white {
  font: 13px/18px "Futura-Book";
  padding: 8px 20px;
  width: 90px;
  color: #fff;
  background: #97144d;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  border: 1px solid #97144d;
  -webkit-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.common-button.common-button-large,
.common-button-large.common-button-white {
  min-width: 165px;
}

.common-button.common-button-medium,
.common-button-medium.common-button-white {
  min-width: 160px;
  padding: 8px 0px;
}

.common-button:hover,
.common-button-white:hover {
  color: #97144d;
  background: #fff;
  border: 1px solid #97144d;
  -webkit-box-shadow: inset 200px 0 0 0 #fff;
  -moz-box-shadow: inset 200px 0 0 0 #fff;
  box-shadow: inset 200px 0 0 0 #fff;
}

.common-button-white {
  color: #97144d;
  background: #fff;
}

.common-button-white:hover {
  color: #fff;
  background: #97144d;
  border: 1px solid #97144d;
  -webkit-box-shadow: inset 200px 0 0 0 #97144d;
  -moz-box-shadow: inset 200px 0 0 0 #97144d;
  box-shadow: inset 200px 0 0 0 #97144d;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: '';
  text-overflow: '';
  outline: none;
}

.orSeparator {
  font: 10px "Futura-Book";
  color: #97144d;
  padding: 8px;
  border: 1px solid #97144d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.orSeparator.orFill {
  color: #fff;
  background: #97144d;
}

.modal {
  background: rgba(29,29,29,0.85);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
}

.modal:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.modal.active {
  opacity: 1;
  visibility: visible;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 99999;
}

.modal__inner {
  display: inline-block;
  vertical-align: middle;
  width: 520px;
  text-align: left;
  margin: 15px auto;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  border: 1px solid #97144d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.modal.large-size .modal__inner {
  width: 630px;
}

.modal__inner.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
}

.updateAddr {
  display: block;
  background: #fff;
  padding: 25px 38px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.updateAddr h2 {
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
}

.popup-close {
  font: 16px/12px "Futura-Medium";
  color: #97144d;
  height: 18px;
  width: 18px;
  text-align: center;
  border: 1px solid #97144d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 5px;
}

.content-section,
large-label .content-section.home-section {
  width: 100%;
  height: 88vh;
  background: url("../images/bg.jpg") center center no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position-x: 100%;
}

.content-section .container,
large-label .content-section.home-section .container {
  height: 100%;
}

main {
  /*padding-top: 57px;*/
}

.kyc-btn {
  margin-top: 22px;
  padding: 8px 0px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.large-label {
  font: 20px "Futura-Book";
  color: #000;
}

.large-label a {
  color: #97144d;
  text-decoration: underline;
}

.formlabel-bold .input-holder>label {
  color: #000;
}

.space-label {
  margin-right: 20px;
}

.congratsPopup {
  display: block;
  background: #fff;
  padding: 40px 38px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto;
}

.congratsPopup h2 {
  font: 40px 'Futura-Bold';
  color: #97144d;
}

.congratsPopup>.common-button-large {
  min-width: 86px;
  padding: 8px 0px;
}

.congratsPopup p {
  font: 18px 'Futura-Medium';
  padding-bottom: 10px;
  padding-top: 10px;
}

.animateElement {
  visibility: hidden;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  -moz-transition: all 2s ease;
  transition: all 2s ease;
}

.animated {
  visibility: visible;
}

.slideLeft {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.slideRight {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.scaleAnimate {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.animated.slideLeft,
.animated.slideRight {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.animated.scaleAnimate {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.input-holder label.no-padleft {
  padding-left: 0;
}

.input-holder a.input-link {
  padding-top: 6px;
}

.input-holder a.small-link {
  padding-top: 6px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: url("../images/scroll-arrow.png") left top no-repeat;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 45px;
  width: 10px;
}

.icon-custid {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 21px;
  background-position: -603px -208px;
}

.icon-dob {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: -606px -240px;
}

.icon-pan {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 41px;
  height: 27px;
  background-position: -210px -66px;
}

.icon-mob {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 25px;
  background-position: -105px -68px;
}

.icon-debitNo {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 21px;
  background-position: -312px -236px;
}

.icon-pin {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 21px;
  background-position: -226px -313px;
}

.icon-addr {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 21px;
  background-position: -175px -314px;
}

.icon-dropdown {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 20px;
  background-position: -398px -38px;
}

.icon-dropdown-normal {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 20px;
  background-position: -398px -10px;
}

.icon-luser {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 32px;
  background-position: -367px -272px;
}

.icon-lmobile {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 32px;
  background-position: -610px -278px;
}

.icon-ldcno {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 32px;
  background-position: -492px -263px;
}

.icon-luxury {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 30px;
  background-position: -315px -132px;
}

.icon-travel {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-position: -419px -207px;
}

.icon-shopping {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 30px;
  background-position: -417px -160px;
}

.icon-entertain {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 30px;
  background-position: -266px -186px;
}
/*
.icon-photo {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 22px;
  background-position: -373px -369px;
}

.icon-addrproof {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  background-position: -280px -353px;
}

.icon-idproof {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 22px;
  background-position: -445px -366px;
}

.icon-incomeproof {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  background-position: -213px -353px;
}

.icon-salary {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 24px;
  background-position: -20px -397px;
}
*/

.icon-tooltip {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-position: -308px -347px;
}



.icon-photo {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 22px;
  background-position: -373px -369px;
}



.icon-addressproof {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  background-position: -280px -353px;
}

.icon-idproof {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 22px;
  background-position: -445px -366px;
}

.icon-incomeproof {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  background-position: -213px -353px;
}

.icon-salary {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 24px;
  background-position: -20px -397px;
}




.header {
  padding: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #B0235F), color-stop(70%, #F00063));
  background: -webkit-linear-gradient(right, #B0235F 50%, #F00063 70%);
  background: -moz-linear-gradient(right, #B0235F 50%, #F00063 70%);
  background: -o-linear-gradient(right, #B0235F 50%, #F00063 70%);
  background: linear-gradient(to left, #B0235F 50%, #F00063 70%);
  position: relative;
  width: 100%;
  position: fixed;
  z-index: 99;
  min-height: 57px;
}

.header__title {
  font: 16px "Futura-Bold";
  float: left;
  color: #FFF;
  padding: 20px 0;
  margin: 0;
  letter-spacing: 0.02em;
}

.header__logo {
  float: right;
  padding: 3px 0;
}

.app-introtable {
  display: table;
  height: 100%;
}

.app-introblock {
  display: table-cell;
  vertical-align: middle;
}

.app-introblock__title {
  font: 33px "Futura-Medium";
}

.app-introblock__text {
  font: 21px "Futura-Book";
  padding-left: 7%;
  color: #97144d;
  margin-bottom: 90px;
}

.app-introbox {
  background: url(../images/bg-mainpage.png) no-repeat;
  width: 562px;
  height: 257px;
  color: #fff;
  text-align: center;
  margin-left: 30px;
}

.app-introbox__logo {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #97144d;
  -webkit-box-shadow: 0px 6px 31px 1px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 6px 31px 1px rgba(0,0,0,0.5);
  box-shadow: 0px 6px 31px 1px rgba(0,0,0,0.5);
  top: -50px;
  left: -20px;
}

.app-introbox__logo span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../images/welcome.png) no-repeat;
  width: 53px;
  height: 46px;
}

.app-introbox__msg h3 {
  font: 26px "Futura-Medium";
  padding-left: 0;
  margin-top: -7px;
  margin-bottom: 16px;
}

.app-introbox__msg>.common-button,
.app-introbox__msg>.common-button-white {
  margin-right: 20px;
}

.app-introbox__msg .common-button,
.app-introbox__msg .common-button-white {
  background: #fff;
  color: #97144d;
}

.app-introbox__msg .common-button:hover,
.app-introbox__msg .common-button-white:hover {
  -webkit-box-shadow: 1px 4px 7px 0px rgba(0,0,0,0.55);
  -moz-box-shadow: 1px 4px 7px 0px rgba(0,0,0,0.55);
  box-shadow: 1px 4px 7px 0px rgba(0,0,0,0.55);
}

.app-introblock {
  overflow: hidden;
}

.ccoapp-block {
  max-width: 620px;
  width: 100%;
  float: left;
}

.ccoapp-progress {
  margin-top: 30px;
  margin-bottom: 30px;
}

.ccoapp-menu {
  counter-reset: step;
  display: table;
  width: 100%;
  padding: 0px 0 30px;
  table-layout: fixed;
  min-height: 105px;
}

.ccoapp-menu__text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  cursor: pointer;
}

.ccoapp-menu__text strong {
  font: bold 12px 'Futura-book';
}

.ccoapp-menu__text span {
  font-weight: bold;
  color: #717171;
  font-size: 10px;
}

.ccoapp-menu li {
  list-style: none;
  text-align: center;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  height: 60px;
}

.ccoapp-menu li:before {
  content: '';
  width: 56%;
  height: 1px;
  background: #97144d;
  position: absolute;
  right: -26%;
  top: 50.9%;
  z-index: 9;
}

.ccoapp-menu li:after {
  content: "";
  content: '';
  position: absolute;
  right: -26%;
  top: 45%;
  width: 8px;
  height: 8px;
  border-bottom: solid 1px #97144d;
  border-right: solid 1px #97144d;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ccoapp-menu li:last-child:before,
.ccoapp-menu li:last-child:after {
  content: none;
}

.ccoapp-menu li>span {
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #97144d;
  -webkit-transition: 0.7s all;
  -o-transition: 0.7s all;
  -moz-transition: 0.7s all;
  transition: 0.7s all;
}

.ccoapp-menu li>span:after {
  background: url("../images/sprite.png") no-repeat;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 23px;
  height: 23px;
  margin: auto;
}

.ccoapp-menu li>span.ce-circle:after {
  background-position: -59px -275px;
}

.ccoapp-menu li>span.ofy-circle:after {
  background-position: -222px -274px;
}

.ccoapp-menu li>span.ca-cricle:after {
  background-position: -134px -274px;
}

.ccoapp-menu li>span.ud-circle:after {
  background-position: -303px -273px;
}

.ccoapp-menu li strong {
  width: 100%;
  color: #1F1F1F;
  display: block;
  margin-bottom: 0;
}

.ccoapp-menu li.active:before,
.ccoapp-menu li.active:after {
  -webkit-animation: progresseffect 1s linear 1s;
  -moz-animation: progresseffect 1s linear 1s;
  -o-animation: progresseffect 1s linear 1s;
  animation: progresseffect 1s linear 1s;
}

.ccoapp-menu li.active>span,
.ccoapp-menu li:hover>span {
  background: #97144d;
  -webkit-transition: 0.7s all;
  -o-transition: 0.7s all;
  -moz-transition: 0.7s all;
  transition: 0.7s all;
}

.ccoapp-menu li.active>span.ce-circle:after,
.ccoapp-menu li:hover>span.ce-circle:after {
  background-position: -19px -275px;
}

.ccoapp-menu li.active>span.ofy-circle:after,
.ccoapp-menu li:hover>span.ofy-circle:after {
  background-position: -175px -274px;
}

.ccoapp-menu li.active>span.ca-cricle:after,
.ccoapp-menu li:hover>span.ca-cricle:after {
  background-position: -97px -274px;
}

.ccoapp-menu li.active>span.ud-circle:after,
.ccoapp-menu li:hover>span.ud-circle:after {
  background-position: -263px -274px;
}

@-webkit-keyframes progresseffect {
  0% {
    right: 5%;
  }

  100% {
    right: -26%;
  }
}

@-moz-keyframes progresseffect {
  0% {
    right: 5%;
  }

  100% {
    right: -26%;
  }
}

@-o-keyframes progresseffect {
  0% {
    right: 5%;
  }

  100% {
    right: -26%;
  }
}

@keyframes progresseffect {
  0% {
    right: 5%;
  }

  100% {
    right: -26%;
  }
}

.ccoapp-tabnav {
  width: 100%;
  float: left;
  margin: 0;
  position: relative;
  margin-bottom: -1px;
}

.ccoapp-tabnav li {
  cursor: pointer;
  float: left;
  padding: 12px;
  border: 1px solid #97144d;
  border-right: none;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  width: 158px;
  text-align: center;
}

.ccoapp-tabnav li:first-child {
  border-left: 1px solid #97144d;
}

.ccoapp-tabnav li:last-child {
  border-right: 1px solid #97144d;
}

.ccoapp-tabnav li strong {
  font: 12px "Futura-Book";
  color: #97144d;
  display: block;
  margin-top: 5px;
}

.ccoapp-tabnav li.active {
  background: #97144d;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #97144d;
}

.ccoapp-tabnav li.active strong {
  color: #FFF;
}

.ccoapp-tabnav li.active .icon-luser {
  background-position: -367px -323px;
}

.ccoapp-tabnav li.active .icon-lmobile {
  background-position: -610px -324px;
}

.ccoapp-tabnav li.active .icon-ldcno {
  background-position: -492px -311px;
}

.ccoapp-tabnav li.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  top: -10px;
  left: 0;
  background: #97144d;
  -webkit-animation-name: movetop;
  -webkit-animation-duration: 0.6s;
  -moz-animation-name: movetop;
  -o-animation-name: movetop;
  animation-name: movetop;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  border: 1px solid #97144d;
  border-bottom: 1px solid transparent;
}

@-webkit-keyframes movetop {
  from {
    top: 0;
    padding-top: 15px;
  }

  to {
    top: -10px;
    padding-top: 25px;
  }
}

@-moz-keyframes movetop {
  from {
    top: 0;
    padding-top: 15px;
  }

  to {
    top: -10px;
    padding-top: 25px;
  }
}

@-o-keyframes movetop {
  from {
    top: 0;
    padding-top: 15px;
  }

  to {
    top: -10px;
    padding-top: 25px;
  }
}

@keyframes movetop {
  from {
    top: 0;
    padding-top: 15px;
  }

  to {
    top: -10px;
    padding-top: 25px;
  }
}

.ccoapp-slide__item {
  display: none;
}

.ccoapp-slide__item.active {
  display: block;
}

.ccoapp-tabcntholder {
  border: 1px solid #97144d;
  float: left;
  width: 100%;
  min-height: 100px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  padding: 15px 14px 12px 14px;
}

.ccoapp-tabcnt {
  float: left;
  width: 100%;
  display: none;
}

.ccoapp-tabcnt.active {
  display: block;
}

.circle-block {
  position: relative;
  height: 72px;
}

.circle-block .orSeparator {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 9px;
  margin: auto;
  width: 30px;
  height: 30px;
}

.otp-block {
  display: none;
}

.otp-block .input-holder {
  max-width: 340px;
}

.otp-block .input-link {
  padding-bottom: 10px;
}

.mobile-prev {
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 15px;
  background-position: -401px -119px;
  display: none;
  position: absolute;
  left: 0;
  top: 10px;
}

.ccoapp-scrollpad {
  padding-top: 10px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ccoapp-menu {
    min-height: 70px;
  }

  .ccoapp-menu li::after {
    top: -3px;
  }
}

.eligible-ltwoblock {
  display: none;
}

.form-title {
  font: 16px "Futura-Book";
  margin-bottom: 20px;
}

.netanual-amout {
  font-size: 12px;
}

.netanual-amout>span {
  font-size: 13px;
  color: #97144d;
  padding-left: 20px;
}

.salary-sliderholder {
  width: 100%;
  min-height: 48px;
  padding-top: 40px;
  padding-bottom: 60px;
  margin-bottom: 10px;
}

.salary-slider {
  background: #D3D3D3;
  border: none;
  height: 7px;
  max-width: 504px;
  margin-left: 12px;
  margin-right: 12px;
}

.salary-slider:before,
.salary-slider:after {
  background: #D3D3D3;
  content: "";
  position: absolute;
  top: 0;
  width: 28px;
  height: 7px;
}

.salary-slider:before {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  left: -12px;
}

.salary-slider:after {
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  right: -12px;
}

.salary-slider.ui-widget.ui-widget-content {
  border: none;
}

.salary-slider .ui-widget-header {
  background: #D3D3D3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.salary-slider .ui-slider-handle {
  font: 12px "Futura-Medium";
  background: rgba(255,255,255,0.64);
  padding: 20px 1px;
  text-align: center;
  width: 60px;
  height: 60px;
  top: -26px;
  border: 1px solid #97144d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #97144d;
}

.salary-slider .ui-slider-handle:focus {
  outline: none;
}

.salary-slider .ui-state-active,
.salary-slider .ui-widget-content .ui-state-active {
  color: #97144d;
}

.salary-ruler {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 56px;
}

.msg-pannel {
  border: 1px solid #97144d;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  margin: auto;
  min-height: 100px;
  width: 100%;
  padding: 15px;
  margin-bottom: 30px;
}

.msg-pannel h2 {
  font: 42px "Futura-Bold";
  text-align: center;
  color: #97144d;
  line-height: 34px;
}

.msg-pannel h3 {
  font: 22px "Futura-Medium";
  color: #97144d;
}

.msg-pannel h4 {
  font: 22px "Futura-Medium";
  color: #000;
}

.msg-pannel p {
  text-align: left;
  font-size: 12px;
}

.msg-pannel a {
  color: #97144d;
  border-bottom: 1px solid #97144d;
}

.eligiblemsg-block {
  display: none;
}

.eligible-msgbox {
  padding-top: 34px;
  width: 100%;
}

.eligible-msgbox h3,
.eligible-msgbox h4 {
  font: 22px "Futura-Medium";
}

.eligible-msgbox h4 {
  margin-bottom: 40px;
}

.input-holder.vmiddle {
  padding-top: 23px;
}

.input-holder.vmiddle .space-label {
  margin: 0;
  padding-right: 10px;
}

.input-holder.vmiddle .custinput-holder label {
  padding-left: 16px;
  padding-right: 5px;
  margin: 0;
}

.termsconditions--js,
.termsconditions-block {
  max-height: 415px;
}

.termsconditions--js p,
.termsconditions-block p {
  font-size: 13px;
  text-align: left;
  line-height: 21px;
  padding: 0;
  margin-bottom: 10px;
}

.termsconditions--js h3,
.termsconditions-block h3 {
  font: 20px 'Futura-Bold';
  color: #97144d;
  text-align: left;
}

.termsconditions--js a,
.termsconditions-block a {
  color: #97144d;
}

.residence-msgbox label a {
  text-decoration: underline;
}

a {
  color: #97144d;
}

.common-button[hidden],
[hidden].common-button-white {
  display: none;
}

.ccoapp-note {
  font-size: 16px;
  padding-bottom: 15px;
}

label.block-label {
  display: block;
}

label.block-label .input-link {
  font-size: 12px;
  padding-top: 0;
}

.complete-appsec__form {
  max-width: 560px;
}

.complete-appsec .form-toppad {
  padding-top: 22px;
}

.complete-appsec .form-half {
  width: 44%;
  display: inline-block;
}

.complete-appsec .form-half p {
  font: 12px "Futura-Book";
  color: #000;
}

.complete-appsec .form-half:first-child {
  padding-left: 20px;
}

.complete-appsec .form-half:last-child .input-holder {
  width: 85px;
}

.complete-appsec .input-holder {
  padding-bottom: 5px;
}

.complete-appsec .changeaddress {
  padding-left: 10px;
  display: table;
  margin-bottom: 0;
}

.complete-appsec .custinput-holder {
  padding: 0px 0px;
}

.complete-appsec .terms-conditions {
  padding-top: 5px;
  margin: 0;
  font-size: 13px;
}

.complete-appsec .terms-conditions .input-link {
  font: 13px "Futura-Light";
  float: none;
  color: #97144d;
  text-decoration: underline;
}

.complete-appsec .residence-msgbox,
.complete-appsec .office-msgbox {
  display: none;
}

.complete-appsec textarea.form-control {
  height: 80px;
}

.complete-appsec .complete-appsec__btnblock .common-button,
.complete-appsec .complete-appsec__btnblock .common-button-white {
  margin-top: 10px;
}

.complete-appsec .office-msgbox {
  padding: 10px 0 5px 0;
}

.custinput-holder.no-space {
  padding-bottom: 0;
}

.employment-blockFirst,
.employment-blockSecond {
  display: none;
}

.complete-appsec__chaddress {
  display: none;
}

.complete-appsec .SelectAddress {
  display: table;
  width: 100%;
}

.complete-appsec .SelectAddress__head {
  font: bold 16px 'Futura-Book';
  color: #000;
  padding-left: 10px;
  padding-bottom: 10px;
  margin: 0;
}

.complete-appsec .SelectAddress .input-holder {
  padding-left: 20px;
}

.complete-appsec .SelectAddress .custinput-holder {
  padding-left: 10px;
  padding-bottom: 6px;
}

.complete-appsec .confirmadd__sec {
  padding: 5px 10px 0 10px;
  display: table;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.complete-appsec .common-button,
.complete-appsec .common-button-white {
  margin-top: 10px;
  margin-bottom: 15px;
}

.complete-appsec .confirmadd__add {
  position: relative;
  padding-top: 50px;
}

.complete-appsec .confirmadd__add .common-button,
.complete-appsec .confirmadd__add .common-button-white {
  margin: 0;
}

.complete-appsec .confirmadd__add .common-button:first-child,
.complete-appsec .confirmadd__add .common-button-white:first-child {
  margin-right: 36px;
}

.complete-appsec .confirmadd__add:before {
  position: absolute;
  content: "";
  top: 16px;
  background: url(../images/line.png) no-repeat;
  width: 275px;
  height: 1px;
  left: 32%;
}

.complete-appsec .confirmadd__add:after {
  position: absolute;
  content: "OR";
  top: 0;
  background: #97144d;
  line-height: 30px;
  font-size: 11px;
  width: 30px;
  height: 30px;
  left: 49%;
  color: #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.complete-appsec__btnblock .common-button,
.complete-appsec__btnblock .common-button-white {
  margin-bottom: 0;
}

.updateaddress {
  height: 100%;
}

.finalstep__sec {
  border: 1px solid #97144d;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-left: 20px;
  min-height: 200px;
  display: none;
}

.finalstep__pad {
  padding: 10px 28px;
}

.finalstep__head {
  font: 40px 'Futura-Bold';
  text-align: center;
  color: #97144d;
  padding-top: 12px;
  padding-bottom: 10px;
}

.finalstep__cc {
  padding-top: 6px;
  display: table;
  width: 100%;
}

.finalstep__ourcard {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 57%;
}

.finalstep__ourcard p {
  font: 15px arial;
  text-transform: uppercase;
  position: absolute;
  bottom: 28px;
  left: 48px;
  color: #FFF;
  letter-spacing: 0.05em;
  margin: 0;
  max-width: 260px;
}

.finalstep__limit {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  width: 43%;
}

.finalstep__limit p {
  font: 13px 'Futura-Book';
  margin: 0;
}

.finalstep__limit h2 {
  font: 54px 'Futura-Bold';
  color: #97144d;
  margin-bottom: 5px;
  line-height: 1;
  margin-top: 5px;
}

.finalstep__limit h2 span {
  font-family: 'Futura-Book';
  float: left;
  line-height: 1;
}

.finalstep__confirm {
  margin: 0;
  padding-top: 20px;
  font-size: 11px;
  line-height: 15px;
}

.congratulations-block {
  display: none;
}

.congratulations-btnblock {
  margin-top: 5px;
}

.congratulations-btnblock .common-button,
.congratulations-btnblock .common-button-white {
  margin-bottom: 5px;
}

.finalstep__pad--thankyou .finalstep__head {
  padding-top: 35px;
  line-height: 36px;
  font: 34px 'Futura-Bold';
}

.finalstep__thankyou {
  font-size: 17px;
  text-align: center;
  padding-top: 0;
  margin-bottom: 65px;
}

.upload-docblock {
  margin-top: 40px;
  float: left;
  width: 100%;
}

.upload-tab {
  float: left;
  width: 100%;
}

.upload-tab li {
  font: 13px "Futura-Medium";
  float: left;
  width: 25%;
  border: 1px solid #97144d;
  border-right: 0;
  padding: 6px;
  text-align: center;
  color: #97144d;
  cursor: pointer;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

.upload-tab li:last-child {
  border-right: 1px solid #97144d;
}

.upload-tab li i {
  margin-right: 5px;
}

.upload-tab li.active {
  background: #97144d;
  color: #FFF;
  padding-top: 12px;
  margin-top: -7px;
}

.upload-tab li.active i.icon-photo {
  background-position: -332px -369px;
}

.upload-tab li.active i.icon-addressproof {
  background-position: -249px -353px;
}

.upload-tab li.active i.icon-idproof {
  background-position: -414px -367px;
}

.upload-tab li.active i.icon-incomeproof {
  background-position: -176px -353px;
}

.upload-tabholder {
  float: left;
  width: 100%;
  border: 1px solid #97144d;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  min-height: 100px;
  margin-top: -1px;
  padding: 14px;
}

.upload-tabcnt {
  display: none;
}

.upload-tabcnt.active {
  display: block;
}

.uploadattach {
  float: left;
  width: 100%;
}

.uploadattach h3 {
  font-size: 12px;
  color: #A0A0A0;
  margin-bottom: 20px;
}

.uploadattach__list {
  float: left;
  width: 100%;
  font-size: 12px;
  margin-bottom: 20px;
}

.uploadattach__list p {
  font-size: 12px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}

.uploadattach__list p span {
  font: 11px "Futura-Light";
}

.uploadattach__item {
  border-bottom: 1px solid #97144d;
  width: 100%;
  float: left;
  margin-bottom: 15px;  
}

.uploadattach__item:last-child {
  margin-bottom: 0;
}

.uploadattach__type {
  width: 20%;
  float: left;
}

.uploadattach__file {
  float: right;
  width: 20%;
  text-align: right;
}

.uploadattach__file .file-control {
  visibility: hidden;
  width: 1px;
  height: 1px;
}

.uploadattach__file label {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  cursor: pointer;
  font-weight: normal;
  color: #97144d;
  border-bottom: 1px solid #97144d;
}

.uploadattach__file label:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 0;
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 18px;
  background-position: -143px -356px;
}

.creditcard-msgblock {
  display: none;
}

.ccsucess-msgbox {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ccsucess-msgbox h4 {
  font: 18px "Futura-book";
  color: #000;
}

.tooltip-sec {
  opacity: 0;
  position: absolute;
  top: -12px;
  left: 46px;
  width: 320px;
  visibility: hidden;
  background: #97144d;
  padding: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: left 1.5s;
  -o-transition: left 1.5s;
  -moz-transition: left 1.5s;
  transition: left 1.5s;
  display: table;
  z-index: 1;
  min-height: 40px;
}

.tooltip-sec .tooltop-arrow {
  display: table-cell;
  vertical-align: middle;
}

.tooltip-sec .tooltop-arrow:after {
  top: 11px;
  left: -16px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  border-color: rgba(136,183,213,0);
  border-top-color: #97144d;
  border-width: 8px;
}

.tooltip-sec .tooltop-arrow p {
  font-size: 10px;
  color: #FFF;
  font-style: initial;
  line-height: 14px;
}

.icon-tooltip {
  position: relative;
  cursor: pointer;
}

.icon-tooltip:hover .tooltip-sec {
  opacity: 1;
  visibility: visible;
  left: 23px;
}

.cardselect-block {
  height: 620px;
}

.cardselect-block h4 {
  font: 16px "Futura-Book";
  text-align: center;
  margin-bottom: 22px;
}

.cardselect-menu {
  margin-bottom: 7px;
  float: left;
  width: 100%;
}

.cardselect-menu li {
  float: left;
  margin-right: 20px;
}

.cardselect-menu li:last-child {
  margin-right: 0;
}

.cardselect-menu li a {
  font: bold 10px "Futura-Heavy";
  display: inline-block;
  color: #1F1F1F;
  letter-spacing: 1px;
  height: 38px;
  border: 1px solid #97144d;
  padding: 12px 6px 12px 35px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-width: 130px;
  text-align: center;
  position: relative;
}

.cardselect-menu li a span {
  position: absolute;
  left: 4px;
  top: 3px;
}

.cardselect-menu li a:before {
  background: rgba(183,19,79,0.81);
  content: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cardselect-menu li a:after {
  content: none;
  position: absolute;
  top: 9px;
  left: 10px;
  background: url("../images/sprite.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 15px;
  background-position: -332px -336px;
  z-index: 9;
}

.cardselect-menu li a.active:before,
.cardselect-menu li a.active:after {
  content: "";
}

.card-slider .slick-arrow {
  top: 30%;
  background: url("../images//sprite.png") -572px -213px no-repeat;
  width: 21px;
  height: 30px;
}

.card-slider .slick-arrow:before,
.card-slider .slick-arrow:after {
  content: none;
}

.card-slider .slick-arrow.slick-disabled {
  display: none !important;
}

.card-slider .slick-arrow.slick-prev {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 25%;
}

.card-box {
  padding: 10px;
  margin: 20px 0;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  max-width: 270px;
  width: 100%;
  position: relative;
}

.card-box__strip {
  position: absolute;
  left: -5px;
  top: -6px;
  background: url("../images/rippon-card.png") left top no-repeat;
  width: 97px;
  height: 68px;
}

.card-box:hover,
.card-box.active,
.card-box.selected-card {
  -webkit-box-shadow: 0 0 0 2px #97144d;
  -moz-box-shadow: 0 0 0 2px #97144d;
  box-shadow: 0 0 0 2px #97144d;
}

.card-box__img {
  margin-bottom: 10px;
}

.card-box p {
  margin-bottom: 0;
  line-height: 16px;
  padding: 3px 0;
}

.card-box ul li {
  margin-bottom: 0;
  font-size: 10px;
}

.card-box strong {
  font: normal 12px "Futura-Bold";
}

.card-box a {
  font: 10px "Futura-Heavy";
  color: #97144d;
  border-bottom: 1px solid #97144d;
  margin-top: 5px;
  display: inline-block;
}

.cardcategory-block {
  padding: 0 30px;
  float: left;
  width: 100%;
}

.cardselect-bottom p {
  color: #404040;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}

.cardselect-bottom .select-holder {
  max-width: 300px;
  width: 100%;
}

.cardselect-bottom .custinput-holder label {
  font-size: 12px;
  color: #000;
  font-weight: normal;
}

.cardselect-bottom .custinput-holder label.bold-label {
  font-weight: bold;
  font-size: 12px;
  padding-top: 0;
  margin: 0;
}

.cardselect-bottom .coupon-code {
  padding-bottom: 10px;
}

.cardselect-bottom .coupon-code p {
  font-size: 12px;
  margin: 0;
  line-height: 14px;
}

.cardselect-bottom .coupon-code span {
  background: #fff;
  padding: 3px 8px 2px 8px;
  color: #97144d;
  vertical-align: middle;
  border: 1px solid #97144d;
  font-family: Futura-Medium;
  font-weight: bold;
  margin-left: 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.slick-slide img {
  text-align: center;
  margin: 0 auto;
}

.Pancard-sec {
  max-width: 416px;
  position: relative;
}

.Pancard-sec__head {
  font: 16px 'Futura-Book';
  margin-bottom: 20px;
}

.Pancard-sec__bg {
  background: rgba(235,235,235,0.35);
  border: 1px solid rgba(173,173,173,0.35);
  padding: 8px 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  float: left;
  width: 100%;
}

.Pancard-sec__bg .input-holder {
  padding-bottom: 8px;
}

.Pancard-sec__bg .input-holder:last-child {
  padding-bottom: 6px;
}

.Pancard-sec__bg .col-sm-8 {
  padding-right: 8px;
}

.Pancard-sec__bg .person-icon {
  position: relative;
  min-height: 232px;
}

.Pancard-sec__bg .person-icon>img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.Pancard-sec .form-control {
  background: none;
  height: 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.Pancard-sec .custinput-holder {
  padding-top: 15px;
  padding-bottom: 10px;
}

.Pancard-sec .skipsec {
  position: absolute;
  bottom: 6px;
  right: 0;
  display: inline-block;
}

.Pancard-sec .skipsec a {
  color: #97144d;
  text-decoration: underline;
  font-size: 13px;
}

.Pancard-sec .col-sm-4.pull-right {
  float: right;
}

.bankdetails-sec__head {
  font: 16px 'Futura-Book';
  margin-bottom: 20px;
  text-align: center;
}

.bankdetails-sec__center {
  min-height: 150px;
  padding-left: 15px;
}

.bankdetails-sec .sltbank .input-holder {
  padding-right: 20px;
  padding-top: 36px;
}

.bankdetails-sec .sltbank .input-holder:after {
  content: "";
  position: absolute;
  width: 1px;
  top: 26px;
  right: -11px;
  height: 100px;
  background: rgba(139,139,139,0.5);
}

.bankdetails-sec .logid .input-holder {
  padding-left: 18px;
}

.bankdetails-sec .custinput-holder {
  display: block;
  text-align: center;
}

.bankdetails-sec .common-button,
.bankdetails-sec .common-button-white {
  display: block;
  margin: 0 auto;
}

.form-control option {
  font-size: 12px;
}

.uploaddoc-sec {
  width: 95%;
}

.uploaddoc-sec__head {
  font: 16px 'Futura-Book';
  margin-bottom: 20px;
}

.uploaddoc-sec__subhead {
  font: 13px 'Futura-Bold';
  margin: 0;
}

.uploaddoc-sec__salary {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #ccc;
}

.uploaddoc-sec__salary:last-of-type {
  border: none;
}

.uploaddoc-sec__salary:first-of-type {
  padding-top: 0;
}

.uploaddoc-sec__list {
  padding-top: 10px;
}

.uploaddoc-sec__list li {
  display: block;
  padding-left: 15px;
  position: relative;
  padding-bottom: 18px;
}

.uploaddoc-sec__list li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #797979;
  left: 0;
  top: 10px;
}

.uploaddoc-sec__list li:last-child {
  padding-bottom: 0;
}

.uploaddoc-sec__list li .listitem {
  display: block;
}

.uploaddoc-sec__list li .listitem p {
  display: inline-block;
  font-size: 12px;
  padding-right: 15px;
  margin: 0;
  width: 150px;
  vertical-align: middle;
}

.uploaddoc-sec .progress__sec {
  display: inline-block;
  width: 220px;
  position: relative;
}

.uploaddoc-sec .progress__sec .progress__outer {
  background: #d3d3d3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  height: 7px;
  -webkit-transform: all 0.9s;
  -moz-transform: all 0.9s;
  -ms-transform: all 0.9s;
  -o-transform: all 0.9s;
  transform: all 0.9s;
}

.uploaddoc-sec .progress__sec .progress__inner {
  background: #97144d;
  height: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 0;
  -webkit-transform: all 0.9s;
  -moz-transform: all 0.9s;
  -ms-transform: all 0.9s;
  -o-transform: all 0.9s;
  transform: all 0.9s;
}

.uploaddoc-sec .progress-txt {
  font-size: 12px;
  display: inline-block;
  padding-left: 5px;
}

.uploaddoc-sec .browse-input {
  visibility: hidden;
  height: 1px;
  width: 1px;
  display: inline-block;
}

.uploaddoc-sec .browse-btn {
  background: #606060;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 1px 18px 3px 18px;
  color: #FFF;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  -moz-transition: all 0.9s;
  transition: all 0.9s;
  cursor: pointer;
  margin: 0 0 0 10px;
  display: initial;
  font-weight: normal;
}

.uploaddoc-sec .browse-btn:hover {
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.8);
  -moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.8);
  box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.8);
}

.uploaddoc-sec .attach-btn {
  color: #97144d;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  text-decoration: underline;
  margin-left: 10px;
}

.uploaddoc-sec .common-button-large {
  min-width: 130px;
  margin-right: 15px;
}

.uploaddoc-sec .common-button-large:last-of-type {
  margin-right: 0;
}

.form-block {
  max-width: 590px;
  width: 100%;
}

.updateAddr h2 {
  margin-bottom: 25px;
}

.innerhalf-holder {
  padding-top: 20px;
}

.innerhalf-holder .label-holder {
  max-width: 120px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.innerhalf-holder .label-holder label {
  vertical-align: middle;
  margin-bottom: 0;
  padding-top: 12px;
}

.innerhalf-holder .select-holder {
  display: inline-block;
  width: 65px;
  vertical-align: middle;
}

.custinput-full {
  padding-bottom: 0;
  margin-bottom: 10px;
  width: 100%;
}

.custinput-full input[type="radio"]+label {
  width: 100%;
  padding-right: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.custinput-full input[type="radio"]+label span {
  border: 1px solid #8B8B8B;
  padding: 5px 10px 20px 10px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.custinput-full input[type="radio"]+label:before {
  top: 5px;
}

.label-title {
  margin-bottom: 10px;
}

.address-inputholder a.input-link {
  padding-top: 0;
}

.cardselect-bottom .select-holder {
  margin-bottom: 10px;
}

.cardcondition-block {
  margin-top: 15px;
}

.cardcondition-block .custinput-holder {
  width: 100%;
  padding-bottom: 5px;
}

.custinput-spaceleft {
  padding-left: 25px;
}

.myAddress {
  margin: 20px 0;
}

.myAddress__blockThird {
  margin: 0 10px;
}

.myAddress__title.form-title {
  margin-bottom: 20px;
}

.myAddress__inputSpc {
  padding: 0 10px 5px;
}

.myAddress__btn {
  margin: 10px auto;
  display: block;
}

.myAddress__updateTitle {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .input-holder label {
    padding-left: 0;
  }
}

.footer {
  background: #ccc;
  float: left;
  width: 100%;
  height: 46px;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}

.footer__inner p {
  font: bold 11px arial;
  float: left;
  color: #7E7E7E;
  margin: 0;
  padding-right: 28px;
}

.footer__left {
  float: left;
  padding: 8px 0;
}

.f-menu {
  float: right;
  margin-bottom: 0;
}

.f-menu li {
  font: bold 11px arial;
  color: #7E7E7E;
  float: left;
  position: relative;
  margin-right: 30px;
}

.f-menu li:before {
  background: #7E7E7E;
  content: "";
  position: absolute;
  left: -14px;
  top: 0px;
  height: 12px;
  width: 1px;
}

.f-menu li a {
  color: #7E7E7E;
}

.social-menu {
  margin-bottom: 0;
  float: right;
}

.social-menu li {
  float: left;
  margin-right: 10px;
}

.social-menu li:last-child {
  margin-right: 0;
}

.social-menu li a {
  background: url("../images//sprite.png") no-repeat;
  display: inline-block;
  width: 31px;
  height: 31px;
}

.social-menu li a:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition-duration: 1.2s;
  -moz-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

.social-menu li a.facebook {
  background-position: -20px -227px;
}

.social-menu li a.twitter {
  background-position: -71px -227px;
}

.social-menu li a.linkedin {
  background-position: -122px -227px;
}

.social-menu li a.youtube {
  background-position: -173px -227px;
}

.social-menu li a.instagram {
  background-position: -224px -227px;
}

@media screen and (max-width: 1660px) {
  .ccoapp-block {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 1366px) {
  .uploadattach__list {
    margin-bottom: 8px;
  }

  .upload-tabholder {
    padding-bottom: 5px;
  }

  .content-section {
    height: 90vh;
  }

  .ccoapp-progress {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .form-title {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1400px) {
  .ccoapp-scroll {
    height: 300px;
  }

  .cardselect-block {
    height: 450px;
  }

  .cardselect-menu li {
    margin-right: 10px;
  }

  .finalstep__ourcard p {
    bottom: 20px;
    left: 35px;
    letter-spacing: 0.05em;
  }

  .complete-appsec .form-half {
    width: 48%;
  }
}

@media screen and (max-width: 991px) {
  .cardselect-block {
    height: 100%;
  }

  .ccoapp-progress {
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .modal__inner {
    width: 100%;
    max-width: 90%;
  }

  .content-section {
    background: none;
  }

  .finalstep__ourcard p {
    font-size: 10px;
    left: 30px;
    color: #FFF;
    letter-spacing: 0.08em;
    bottom: 17px;
  }

  .cardselect-menu {
    margin-bottom: 20px;
    float: none;
    display: inline-block;
    width: auto;
  }

  .cardselect-menu li {
    margin-right: 20px;
    float: none;
    text-align: center;
    margin: 0 auto;
    display: inherit;
  }

  .cardselect-menu li a {
    min-width: 140px;
  }

  .cardselect-block {
    max-height: 100%;
    height: 100%;
  }

  .content-section>.home-section .container {
    display: block;
  }

  .content-section .container {
    display: block;
  }

  .updateAddr {
    padding: 25px;
  }

  .kyc-btn {
    margin-top: 5px;
  }

  .cardselect-block,
  .complete-application,
  .change-address,
  .ccoapp-scroll,
  .congratulations-scroll {
    height: 100%;
  }

  .tooltip-sec {
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .complete-appsec .confirmadd__add:before {
    left: 29%;
  }

  .complete-appsec .confirmadd__add:after {
    left: 47.5%;
  }
}

@media screen and (max-width: 767px) {
  .app-introblock {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: block;
    margin-top: 20px;
  }

  .app-introblock__title {
    font-size: 26px;
    text-align: center;
    margin-bottom: 0;
    line-height: 34px;
    padding: 0 6px;
  }

  .app-introblock__text {
    font-size: 18px;
    text-align: center;
    padding-left: 0;
    margin-bottom: 50px;
    line-height: 26px;
    padding: 0 6px;
  }

  .app-introbox {
    margin: 0;
    width: 100%;
    background-position: center top;
    padding: 0 20px;
  }

  .app-introbox__logo {
    top: -28px;
    left: 0;
  }

  .app-introbox__logo span {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  .app-introbox__msg {
    font-size: 18px;
    text-align: center;
    margin-left: 0;
  }

  .app-introbox__msg h3 {
    text-align: center;
    padding: 0;
    font-size: 18px;
  }

  .content-section.home-section {
    background: none;
    height: auto;
  }

  .content-section .container {
    padding: 0;
  }

  .content-section .container {
    display: block;
    width: 100%;
    text-align: left;
  }

  .content-section.home-section .container {
    display: block;
    width: 100%;
  }

  .ccoapp-block {
    margin-bottom: 0;
    max-width: 100%;
  }

  .ccoapp-tabcntholder {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
  }

  .ccoapp-progress {
    margin: 0 0 10px 0;
    padding: 12px 10px 17px 10px;
    border-bottom: 1px solid #ccc;
  }

  .ccoapp-menu {
    min-height: auto;
    margin-bottom: 0;
    padding: 0;
  }

  .ccoapp-menu__text {
    position: static;
    width: 100%;
    text-align: left;
    padding-top: 12px;
    float: left;
  }

  .ccoapp-menu__text strong {
    float: left;
    width: 50%;
  }

  .ccoapp-menu__text span {
    float: right;
    width: 50%;
    text-align: right;
    font-weight: normal;
  }

  .ccoapp-menu li {
    display: none;
    padding-left: 60px;
    font-size: 14px;
    height: auto;
  }

  .ccoapp-menu li:first-child {
    padding-left: 40px;
  }

  .ccoapp-menu li:first-child>span {
    left: 0;
  }

  .ccoapp-menu li:after,
  .ccoapp-menu li:before {
    content: none;
  }

  .ccoapp-menu li strong {
    width: 50%;
  }

  .ccoapp-menu li>span {
    width: 35px;
    height: 35px;
    margin: 0;
    left: 18px;
  }

  .ccoapp-menu li.active {
    display: block;
  }

  .ccoapp-menu li.active>span.ce-circle:after {
    background-position: -571px -102px;
    width: 17px;
    height: 17px;
  }

  .ccoapp-menu li.active>span.ofy-circle:after {
    background-position: -567px -67px;
    width: 21px;
    height: 21px;
  }

  .ccoapp-menu li.active>span.ca-cricle:after {
    background-position: -571px -138px;
    width: 15px;
    height: 21px;
  }

  .ccoapp-menu li.active>span.ud-circle:after {
    background-position: -571px -174px;
    width: 16px;
    height: 17px;
  }

  .mobile-prev {
    display: block;
  }

  .slick-next {
    right: 0;
  }

  .slick-prev {
    left: 0;
  }

  .modal__inner {
    border: none;
  }

  .congratsPopup {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px;
  }

  .congratsPopup h2 {
    font-size: 34px;
  }

  .popup-close {
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background-position: -428px -120px;
    font-size: 0;
    border: none;
    top: -40px;
  }

  .header {
    min-height: auto;
    padding: 6px 0;
  }

  .header__title {
    padding: 10px 0;
    font-size: 16px;
    width: 43%;
  }

  .header__logo {
    float: right;
    width: 57%;
    padding-top: 4px;
  }

  .header__logo>img {
    width: 86px;
    float: right;
  }

  .footer {
    height: auto;
    position: static;
    padding: 5px 0;
  }

  .footer__left {
    float: none;
    padding: 0;
    width: 100%;
    display: table;
  }

  .footer__inner p {
    float: none;
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
    padding-top: 5px;
  }

  .social-menu {
    float: none;
    margin: 0 auto;
    text-align: center;
  }

  .social-menu li {
    float: none;
    margin-right: 5px;
    display: inline-block;
  }

  .social-menu li a {
    width: 31px;
    height: 31px;
  }

  .social-menu li a.facebook {
    background-position: -20px -227px;
  }

  .social-menu li a.twitter {
    background-position: -71px -227px;
  }

  .social-menu li a.linkedin {
    background-position: -122px -227px;
  }

  .social-menu li a.youtube {
    background-position: -173px -227px;
  }

  .social-menu li a.instagram {
    background-position: -224px -227px;
  }

  .f-menu {
    float: none;
    width: 100%;
    text-align: center;
  }

  .f-menu li {
    float: none;
    display: inline-block;
  }

  .f-menu li:first-child {
    margin-right: 20px;
  }

  .f-menu li:first-child:before {
    content: none;
  }

  .f-menu li:last-child {
    margin: 0;
  }

  main {
   /* padding-top: 50px;*/
  }

  .ccoapp-tabnav {
    margin-bottom: -1px;
  }

  .ccoapp-tabnav li {
    width: 33.33%;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
  }

  .ccoapp-tabnav li:first-child strong {
    padding: 0 10px;
  }

  .ccoapp-tabnav li .icon-luser {
    background-position: -319px -202px;
    width: 32px;
    height: 26px;
  }

  .ccoapp-tabnav li .icon-lmobile {
    background-position: -602px -20px;
    width: 15px;
    height: 26px;
  }

  .ccoapp-tabnav li .icon-ldcno {
    background-position: -371px -203px;
    width: 32px;
    height: 26px;
  }

  .ccoapp-tabnav li strong {
    font-size: 14px;
  }

  .ccoapp-tabnav li.active {
    top: 0;
    border: 1px solid #97144d;
  }

  .ccoapp-tabnav li.active:after {
    display: none;
  }

  .ccoapp-tabnav li.active .icon-luser {
    background-position: -319px -170px;
  }

  .ccoapp-tabnav li.active .icon-lmobile {
    background-position: -571px -20px;
  }

  .ccoapp-tabnav li.active .icon-ldcno {
    background-position: -371px -170px;
  }

  .input-holder {
    float: left;
    width: 100%;
  }

  .input-holder i {
    top: 7px;
  }

  .otp-block .input-holder {
    max-width: 100%;
  }

  .cardselect-block {
    padding: 0 10px;
    max-height: 100%;
    height: 100%;
  }

  .cardselect-menu {
    margin: 0 auto;
    text-align: center;
  }

  .cardselect-menu li {
    float: none;
    margin-right: 3px;
    margin-bottom: 10px;
    display: inline-block;
  }

  .cardselect-menu li:first-child a {
    padding: 5px 10px 0px 48px;
  }

  .cardselect-menu li a {
    min-width: 100%;
    height: 40px;
    padding: 11px 10px 0px 48px;
    font-size: 10px;
    width: 136px;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .cardselect-menu li a span {
    position: absolute;
    left: 10px;
    top: 4px;
  }

  .cardselect-bottom .select-holder {
    max-width: 100%;
  }

  .cardcategory-block {
    padding: 0;
    max-width: 100%;
  }

  .card-box {
    margin: 20px 25px 5px 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .complete-appsec {
    max-width: 100%;
    padding: 0 10px;
  }

  .complete-appsec .form-toppad {
    padding-top: 0;
    float: left;
    width: 100%;
  }

  .complete-appsec .input-holder {
    padding-bottom: 15px;
  }

  .complete-appsec .form-half {
    width: 100%;
    display: block;
  }

  .complete-appsec .form-half:first-child {
    padding: 0;
  }

  .complete-appsec .form-half:last-child .input-holder {
    width: 140px;
  }

  .complete-appsec .form-half p {
    color: #9B9B9B;
  }

  .complete-appsec .space-label {
    display: block;
  }

  .complete-appsec textarea.form-control {
    height: 100px;
  }

  .complete-appsec .SelectAddress__head {
    padding-left: 0;
    text-align: center;
    padding-bottom: 0;
  }

  .complete-appsec .SelectAddress .input-holder {
    padding-left: 0;
  }

  .complete-appsec .SelectAddress .custinput-holder {
    padding-left: 0;
  }

  .complete-appsec .SelectAddress .confirmadd__sec .confirm-btn {
    width: auto;
  }

  .complete-appsec .confirmadd__add {
    padding-top: 55px;
  }

  .complete-appsec .confirmadd__add:before {
    left: 31%;
  }

  .complete-appsec .confirmadd__add .common-button-large:first-child {
    margin-right: 6px;
    width: auto;
  }

  .complete-appsec .confirmadd__add .common-button-large {
    min-width: 110px;
    width: auto;
  }

  .complete-appsec .common-button,
  .complete-appsec .common-button-white,
  .complete-appsec .common-button-white {
    margin-bottom: 15px;
  }

  .finalstep__sec {
    border: none;
    padding: 10px;
    min-height: auto;
    margin-left: 0;
  }

  .finalstep__pad {
    padding: 0;
  }

  .finalstep__pad--thankyou {
    padding: 80px 0;
  }

  .finalstep__pad--thankyou .finalstep__head {
    padding-top: 0;
    font-size: 38px;
    line-height: 38px;
  }

  .finalstep__thankyou {
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 0;
  }

  .finalstep__cc {
    padding-top: 5px;
  }

  .finalstep__head {
    font-size: 30px;
  }

  .finalstep__limit {
    padding-left: 20px;
  }

  .finalstep__limit h2 {
    font-size: 44px;
    margin-bottom: 0px;
    margin-top: 10px;
  }

  .finalstep__ourcard p {
    font-size: 12px;
    left: 36px;
    bottom: 21px;
  }

  .updateaddress {
    height: 400px;
  }

  .cardselect-block {
    padding: 0 10px;
  }

  .complete-application,
  .change-address,
  .ccoapp-scroll,
  .congratulations-scroll {
    padding: 0;
  }

  .slick-slide img {
    margin: 0;
  }

  .complete-appsec__form {
    max-width: 100%;
  }

  .complete-appsec .office-msgbox {
    padding: 0px 0 5px 0;
  }

  .app-introtable {
    display: block;
  }

  .cardselect-bottom .coupon-code span {
    margin-top: 10px;
    margin-left: 0;
    display: table;
  }

  .Pancard-sec {
    max-width: 100%;
    padding: 0 10px;
  }

  .Pancard-sec .col-sm-4.pull-right {
    float: none;
  }

  .Pancard-sec__bg {
    padding: 10px;
  }

  .Pancard-sec__bg .person-icon {
    min-height: auto;
  }

  .Pancard-sec__bg .person-icon>img {
    position: static;
    float: right;
  }

  .Pancard-sec .custinput-holder {
    display: table;
    width: 100%;
  }

  .Pancard-sec .skipsec {
    right: 20px;
  }

  .bankdetails-sec {
    padding: 0 10px;
  }

  .bankdetails-sec__head {
    text-align: left;
  }

  .bankdetails-sec__center {
    min-height: auto;
    padding-left: 0;
  }

  .bankdetails-sec .sltbank .input-holder {
    padding-right: 0;
    padding-top: 0;
  }

  .bankdetails-sec .sltbank .input-holder:after {
    display: none;
  }

  .bankdetails-sec .logid .input-holder {
    padding-left: 0;
  }

  .bankdetails-sec .custinput-holder {
    display: table;
    width: 100%;
  }

  .uploaddoc-sec {
    width: 100%;
    padding: 0 10px;
  }

  .uploaddoc-sec .progress__sec {
    width: 150px;
  }

  .uploaddoc-sec .uploaddoc-sec .common-button-large {
    width: 120px;
    margin-right: 15px;
    margin: 0 auto;
    text-align: center;
    min-width: auto;
  }

  .uploaddoc-sec__salary {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .uploaddoc-sec__list li {
    padding-bottom: 15px;
  }

  .uploaddoc-sec__list li:before {
    top: 5px;
  }

  .uploaddoc-sec__list li .listitem p {
    display: block;
    padding-right: 0;
    padding-bottom: 5px;
    width: 100%;
  }

  .eligible-ltwoblock {
    padding: 0 20px;
  }

  .salary-sliderholder {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .salary-slider .ui-slider-handle {
    font-size: 8px;
    padding: 15px 1px;
    width: 40px;
    height: 40px;
    top: -18px;
  }

  .msg-pannel {
    width: 90%;
  }

  .msg-pannel h2 {
    font-size: 32px;
    line-height: 28px;
  }

  .eligiblemsg-block {
    margin-top: 30px;
  }

  .eligible-msgbox {
    padding-top: 10px;
  }

  .eligible-msgbox h3,
  .eligible-msgbox h4 {
    font-size: 16px;
  }

  .eligible-msgbox h4 {
    margin-bottom: 20px;
  }

  .mb-space {
    margin-bottom: 20px;
  }

  .upload-docblock {
    padding: 0 10px;
  }

  .uploadattach__list p {
    padding-bottom: 5px;
  }

  .uploadattach__type {
    padding-right: 15px;
  }

  .creditcard-msgblock {
    margin-top: 30px;
  }

  .ccsucess-msgbox {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .ccsucess-msgbox h3 {
    line-height: 22px;
  }

  .ccsucess-msgbox h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .finalstep__ourcard p {
    bottom: 12px;
    letter-spacing: 0.1em;
  }

  .updateAddr {
    padding: 10px;
  }

  .upload-tab li {
    padding: 6px 2px;
  }

  .uploadattach__type {
    width: 70%;
  }

  .uploadattach__file {
    width: 30%;
  }
}

@media screen and (max-width: 500px) {
  .header__title {
    padding: 0;
    font-size: 14px;
  }

  .header__logo {
    padding-top: 1px;
  }

  .ccoapp-tabnav li {
    min-height: 102px;
    padding: 15px 0;
  }

  .complete-appsec .confirmadd__add:before {
    left: 15%;
  }

  .complete-appsec .confirmadd__add:after {
    left: 45%;
  }

  .finalstep__ourcard {
    display: block;
    width: 100%;
  }

  .finalstep__limit {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
    text-align: center;
  }

  .finalstep__limit h2 span {
    float: none;
  }

  .finalstep__confirm {
    padding-top: 15px;
    color: #9B9B9B;
    text-align: center;
  }

  .updateAddr h2 {
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .common-button,
  .common-button-white,
  .common-button-white {
    width: 100%;
    margin: 5px 0 5px 0;
  }

  .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 240px;
  }

  .app-introbox {
    height: 300px;
  }

  .app-introbox__msg .common-button,
  .app-introbox__msg .common-button-white {
    width: 110px;
    display: inline-block;
  }

  .app-introbox__msg .common-button+.common-button,
  .app-introbox__msg .common-button-white+.common-button,
  .app-introbox__msg .common-button+.common-button-white,
  .app-introbox__msg .common-button-white+.common-button-white {
    margin-right: 0;
  }

  .card-box__strip {
    top: -6px;
    width: 100px;
    -moz-background-size: 100%;
    background-size: 100%;
    height: 80px;
  }

  .finalstep__ourcard p {
    font-size: 12px;
    left: 33px;
    bottom: 14px;
  }

  .updateAddr .common-button-medium {
    width: auto;
  }

  .ccoapp-menu li .ccoapp-menu__text strong {
    width: 54%;
  }

  .ccoapp-menu li .ccoapp-menu__text span {
    width: 45%;
  }

  .Pancard-sec .skipsec {
    position: static;
    text-align: center;
    width: 100%;
    padding-top: 10px;
  }

  .bankdetails-sec {
    padding: 0 10px;
  }

  .bankdetails-sec .custinput-holder {
    padding-left: 10px;
    text-align: left;
  }

  .uploaddoc-sec .progress__sec {
    width: 150px;
  }

  .uploaddoc-sec .common-button-large {
    margin-right: 0;
  }

  .uploaddoc-sec .browse-btn {
    margin: 0;
  }

  .upload-tab li {
    font-size: 10px;
  }

  .upload-tab li i {
    margin: 0 auto 5px;
    display: block;
  }
}

@media screen and (max-width: 360px) {
  .confirmadd__add {
    padding-top: 55px;
  }

  .confirmadd__add:before {
    left: 31%;
  }

  .complete-appsec .confirmadd__add:before {
    left: 4%;
  }

  .confirmadd__add .common-button-large:first-child {
    font-size: 13px;
  }

  .confirmadd__add .common-button-large {
    font-size: 13px;
  }

  .finalstep__ourcard p {
    left: 34px;
    bottom: 15px;
  }

  .uploaddoc-sec .attach-btn {
    margin-left: 0;
    padding: 15px 0;
    width: 100%;
    text-align: center;
  }

  .header__title {
    width: 45%;
  }

  .header__logo {
    width: 54%;
  }
}

@media screen and (max-width: 320px) {
  .finalstep__ourcard p {
    font-size: 10px;
    left: 29px;
    bottom: 20px;
  }
}

.input-wrapper.error .form-control
	{
	  border-color: #a94442;
	  color: #a94442;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	  border: 1px solid rgba(169,68,66,0.4) !important;
	}

.input-wrapper.success .form-control
	{
	    border-color: #3c763d;
		color: #3c763d;
		border: 1px solid rgba(60,118,61,0.4) !important;
	}
	
label.valid {
	  display: none;
	  width: 24px;
	  height: 24px;
	  //background: url(../img/tick_mark.png) center center no-repeat;
	  //display: inline-block;
	  text-indent: -9999px;
}

label.error {
	    display: block;
		font-weight: normal;
		color: #ff0000cf !important;
		//background: url(../img/cross_mark.png) center center no-repeat;
		padding: 2px 8px;
		margin-top: 2px;
		font: 12px "Futura-Book";
		color: #f00;
		//position: absolute;
		position: relative;
}
	
/*label.successlabel {
*/

label[generated ="true"].successlabel {
	  display: none !important;
	  //width: 24px;
	  //height: 24px;
	  //background: url(../img/tick_mark.png) center center no-repeat;
	  //display: inline-block;
	  //text-indent: -9999px;
	    margin-bottom:-2%;
}

/*label.errorlabel {
*/
label[generated ="true"].errorlabel {
	    display: block !important;
		//font-weight: bold;
		//color: red;
		//background: url(../img/cross_mark.png) center center no-repeat;
		//padding: 2px 8px;
		//margin-top: 2px;
		  margin-bottom:-2%;
}


.ui-disabled{
    pointer-events: none; 
    opacity: 0.7;
}

.error .errorlabel
{


}

.uploadattach__type
{
	float: left;
	//width: 20% !important;  
}

.progress-outer
{
   float:left;
   width:60%;
}

.progressbar
{
	  
      width: 0%;
      background-color: #4CAF50;
      //height: 5px;
      float: left;
     // margin-top: 1%;
      margin-left: 0%;
      position: relative;
	  text-align: center;
	  border-radius: 10px;
	  color: yellow;

}




/*user slide */

/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);

/*basic reset*/
* {margin: 0; padding: 0;}

html {
	height: 100%;
	/*Image only BG fallback*/
	
	/*background = gradient + image pattern combo
	background: linear-gradient(rgba(196, 102, 0, 0.6), rgba(155, 89, 182, 0.6));
	*/
}

/*
body {
	font-family: montserrat, arial, verdana;
}
*/

/*form styles*/
#compapp_DATA_FORM {
	width: auto;
	//margin: 50px auto;
	//text-align: center;
	position: relative;
}
#compapp_DATA_FORM form {
	
	//background: white;
	//border: 0 none;
	//border-radius: 3px;
	//box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	//box-sizing: border-box;
	width: auto;
	//margin: 0 10%;
	
	/*stacking forms above each other*/
	position: relative;
}
/*Hide all except first form*/
#compapp_DATA_FORM form:not(:first-of-type) {
	display: none;
}
/*inputs*/
#compapp_DATA_FORM input, #compapp_DATA_FORM textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	//font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}
/*buttons*/
#compapp_DATA_FORM .action-button {
	width: 100px;
	background: #97144d;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#compapp_DATA_FORM .action-button:hover, #compapp_DATA_FORM .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: #5c5c5c;
	text-transform: uppercase;
	font-size: 9px;
	width: 33.33%;
	float: left;
	position: relative;
	text-align: center;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 50px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 75%;
    height: 3px;
    background: #27ae60;
    position: absolute;
    left: -37%;
    top: 9px;
    z-index: 9999;
}

#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #97144d;
	color: white;
}


/*
.ui-widget.ui-widget-content li:nth-child(odd) {
           background-color: #97144d5c;
        }
		
.ui-widget.ui-widget-content li:nth-child(even) {
            background-color: #1347b757;
        }
*/		
.ui-widget.ui-widget-content li:nth-child(even):hover
 {
            cursor:pointer;
            /* add gradient */
            background-color: #808080;
            background: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#909090));
            background: -moz-linear-gradient(top, #606060, #909090);
            color: #dadada;
}

.ui-widget.ui-widget-content li
{
    padding-bottom: 8px;

}
.xdsoft_select.xdsoft_monthselect.xdsoft_scroller_box
{
	width: 100%;
	text-align: left;

}
.xdsoft_select.xdsoft_yearselect.xdsoft_scroller_box
{
	width: 100%;
	text-align: left;
}
.xdsoft_scrollbar
{
	width:20px;
	height:160px;
}	

.xdsoft_scrollbar>.xdsoft_scroller
{
	height:20px;
}

.xdsoft_select.xdsoft_monthselect.xdsoft_scroller_box>.xdsoft_scrollbar>.xdsoft_scroller
{
	height:20px !important;
	
}



.finalTermsPopup--js,
.finalTermsPopup-block {
  max-height: 415px;
}

.finalTermsPopup--js p,
.finalTermsPopup-block p {
  font-size: 13px;
  text-align: left;
  line-height: 21px;
  padding: 0;
  margin-bottom: 10px;
}

.finalTermsPopup--js h3,
.finalTermsPopup-block h3 {
  font: 20px 'Futura-Bold';
  color: #97144d;
  text-align: left;
}

.finalTermsPopup--js a,
.finalTermsPopup-block a {
  color: #97144d;
}


.custinput-holder input[type="radio"]+label[for=compapp_Resi_Address]:before
{
    content: "";
    top: 0;
    height: 0px;
    width: 0px;
    border: 0px solid #97144d;
}

.custinput-holder input[type="radio"]+label[for=compapp_Resi_Address]	
{
    padding-left: 0px !important;

}	


.custinput-holder input[type="radio"]+label[for=compapp_Perm_Address]:before
{
    content: "";
    top: 0;
    height: 0px;
    width: 0px;
    border: 0px solid #97144d;
}

.custinput-holder input[type="radio"]+label[for=compapp_Perm_Address]	
{
    padding-left: 0px !important;

}	



.custinput-holder input[type="radio"]+label[for=compapp_Office_Address]:before
{
    content: "";
    top: 0;
    height: 0px;
    width: 0px;
    border: 0px solid #97144d;
}

.custinput-holder input[type="radio"]+label[for=compapp_Office_Address]	
{
    padding-left: 0px !important;

}

textarea{
	resize: none;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    height: auto;
    font: 13px/1 "Futura-Book";
    text-transform: capitalize;
    line-height: 1.5;
}


input[type="radio"].ui-disable +label
{
 margin-right : 10px;
  padding-left : 28px;
  color        : #04040470 !important;
  font-size    : 12px;

}

input[type="radio"].ui-disable +label:before {

border: 1px solid #04040452 !important;

}	

.header__container {
  width: 100%;
  min-height: 57px;
  position: relative;
}

.header-title {
    font: 20px "Futura-Bold";
    margin-top: -34px;
    text-align: center;
    letter-spacing: 0.02em;
	color: #97144d;
}

@media screen and (max-width: 500px) {
  .header-title {
    padding: 22px;
    font-size: 14px;
	}
}

@media screen and (max-width: 768px) {
  .refreshBtn {
	   left: -55px !important;
   }
}