* {
  -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;
}

fieldset {
  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: rgba(0,0,0,0);
}

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: 1220px;
  }
}

.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%;
  }
}

fieldset {
  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],
fieldset[disabled] .form-control {
  background: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[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,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[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: #B7134F;
  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: #B7134F;
  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: #B7134F;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: #B7134F;
}

.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: #B7134F;
}

.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: #B7134F !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: #B7134F !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: -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: -moz- oldlinear-gradient(top, #fff 0%, #f4f8fa 73%);
  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: -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: -moz- oldlinear-gradient(top, #f4f8fa 0%, #fff 73%);
  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: 1em 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;
  letter-spacing: 0.5px;
}

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 #B7134F;
}

input[type="radio"]:checked+label:after {
  z-index: 99999;
}

input[type='checkbox'] {
  position: relative;
  top: 0;
  left: 0;
  opacity: 0;
}

input[type='checkbox']+label {
  position: relative;
  display: inline-block;
  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 #B7134F;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  content: '';
}

input[type='checkbox']+label:after {
  content: "";
  position: absolute;
  top: 7px;
  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: #B7134F 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);
  }
}

.marb10 {
  margin-bottom: 10px;
}

.marb15 {
  margin-bottom: 15px;
}

.marb20 {
  margin-bottom: 20px;
}

.input-holder {
  position: relative;
  padding-bottom: 15px;
}

.input-holder label {
  font: 12px "Futura-Book";
  color: #000;
  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: #B7134F;
  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 #B7134F;
}

.common-radio input[type="radio"]+label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #B7134F;
  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 #B7134F;
}

.common-radio input[type="radio"]:checked+label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #B7134F;
  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: #B7134F;
  -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 #B7134F;
}

.custinput-holder input[type="radio"]:checked+label:before {
  border: 4px solid #B7134F;
}

.common-button,
.common-button-white {
  font: 13px/18px "Futura-Book";
  padding: 8px 20px;
  width: 90px;
  color: #fff;
  background: #B7134F;
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  border: 1px solid #B7134F;
  -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: #B7134F;
  background: #fff;
  border: 1px solid #B7134F;
  -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: #B7134F;
  background: #fff;
}

.common-button-white:hover {
  color: #fff;
  background: #B7134F;
  border: 1px solid #B7134F;
  -webkit-box-shadow: inset 200px 0 0 0 #B7134F;
  -moz-box-shadow: inset 200px 0 0 0 #B7134F;
  box-shadow: inset 200px 0 0 0 #B7134F;
}

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: #B7134F;
  padding: 8px;
  border: 1px solid #B7134F;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.orSeparator.orFill {
  color: #fff;
  background: #B7134F;
}

.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 #B7134F;
  -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;*/
  padding: 25px 25px;
  -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: #B7134F;
  height: 18px;
  width: 18px;
  text-align: center;
  border: 1px solid #B7134F;
  -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: #B7134F;
  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: #B7134F;
}

.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;
}

.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- oldlinear-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;
}

.ccoapp-block {
  max-width: 620px;
  width: 100%;
  float: left;
  margin-top: 32px;
}

.ccoapp-tabnav {
  width: 100%;
  float: left;
  margin: 0;
  position: relative;
  margin-bottom: -1px;
}

.ccoapp-tabnav li {
  float: left;
  padding: 12px;
  border: 1px solid #B7134F;
  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 #B7134F;
}

.ccoapp-tabnav li:last-child {
  border-right: 1px solid #B7134F;
}

.ccoapp-tabnav li strong {
  font: 12px "Futura-Book";
  color: #B7134F;
  display: block;
  margin-top: 5px;
}

.ccoapp-tabnav li.active {
  background: #B7134F;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #B7134F;
}

.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: #B7134F;
  -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 #B7134F;
  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 #B7134F;
  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: #B7134F;
  padding-left: 20px;
}

.salary-sliderholder {
  width: 100%;
  min-height: 48px;
  padding: 40px 30px 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 #B7134F;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #B7134F;
  margin-left: -40px;
  letter-spacing: 0;
}

.salary-slider .ui-slider-handle:focus {
  outline: none;
}

.salary-slider .ui-state-active,
.salary-slider .ui-widget-content .ui-state-active {
  color: #B7134F;
}

.salary-ruler {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 56px;
}

a {
  color: #B7134F;
}

.common-button[hidden],
.common-button-white[hidden] {
  display: none;
}

.ccoapp-note {
  font: 26px "Futura-Bold";
  color: #B7134F;
  letter-spacing: -1px;
  margin: 0;
  padding: 15px 0 38px;
}

label.block-label {
  display: block;
}

label.block-label .input-link {
  font-size: 12px;
  padding-top: 0;
}

.otp__para {
  font: 12px "Futura-Book";
  color: #000;
  display: block;
  padding-left: 8px;
  margin-bottom: 5px;
}

.label__para {
  font: 12px "Futura-Book";
  color: #000;
  display: block;
  padding-left: 8px;
  margin-bottom: 6px;
}

.label__heading {
  font: 12px "Futura-Book";
  color: #000;
  display: block;
  margin-bottom: 5px;
}

.input-holder .icon-dob {
  top: 5px;
}

.complete-appsec .custinput-holder {
  padding: 6px 0 0;
}

.customer__information {
  margin-bottom: 25px;
}

.customer__information b {
  font: 16px "Futura-Bold";
  display: block;
  color: #979797;
  margin-bottom: 5px;
}

.customer__information span {
  font: 12px "Futura-Book";
  display: block;
  color: #000;
}

.mobile__clearfix {
  clear: both;
}

.finalstep__sec {
  border: 1px solid #B7134F;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-left: 0;
  min-height: 200px;
  margin-top: 30px;
  text-align: center;
}

.finalstep__pad--thankyou .finalstep__head {
  padding-top: 35px;
  line-height: 36px;
  font: 34px 'Futura-Bold';
  text-align: center;
  color: #B7134F;
  padding-bottom: 10px;
}

.finalstep__thankyou {
  font-size: 17px;
  text-align: center;
  padding-top: 0;
  margin-bottom: 65px;
  text-align: center;
  margin: 0 10px 0 10px;
}

.NTBthankyou-apply {
    margin-top: 12%;
    max-width: 50%;
}

.cardselect-block {
  height: 450px;
}

.cardselect-block h4 {
  font: 16px "Futura-Book";
  text-align: center;
  margin-bottom: 22px;
}

.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-slider__item {
  padding: 0 10px;
}

.card-box {
  padding: 10px;
  margin: 20px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  max-width: 270px;
  width: 100%;
  position: relative;
  border: 1px black solid;
  height: 460px;
}

.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 #B7134F;
  -moz-box-shadow: 0 0 0 2px #B7134F;
  box-shadow: 0 0 0 2px #B7134F;
}

.card-box__img {
  margin-bottom: 10px;
}

.card-box__img img {
  min-width: 100%;
}

.card-box p {
  font-size: 12px;
  margin: 0;
  padding: 0 0 8px;
}

.card-box ul {
  margin-left: 15px;
}

.card-box ul li {
  list-style: disc;
  font-size: 10px;
  margin-bottom: 0;
}

.card-box strong {
  font: normal 12px "Futura-Bold";
}

.card-box a {
  font: 12px "Futura-Heavy";
  color: #B7134F;
  border-bottom: 1px solid #B7134F;
  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: #B7134F;
  vertical-align: middle;
  border: 1px solid #B7134F;
  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;
}

.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;
}

@media screen and (max-width: 1680px) {
  .ccoapp-block {
    margin-top: 20px;
  }

  .ccoapp-note {
    font-size: 24px;
    padding: 15px 0 25px;
  }
}

@media screen and (max-width: 1366px) {
  .content-section {
    height: 90vh;
  }
}

@media screen and (max-width: 1400px) {
  .ccoapp-scroll {
    height: 300px;
  }

  .cardselect-block {
    height: 450px;
  }

  .complete-appsec .form-half {
    width: 48%;
  }
}

@media screen and (max-width: 991px) {
  main {
    padding: 57px 0 70px;
  }

  .content-section {
    height: inherit;
  }

  .cardselect-block {
    height: 100%;
  }

  .content-section {
    background: none;
  }

  .cardselect-block {
    max-height: 100%;
    height: 100%;
  }

  .content-section>.home-section .container {
    display: block;
  }

  .content-section .container {
    display: block;
  }
  
  .modal__inner {
    width: 100%;
    max-width: 90%;
  }

  .cardselect-block,
  .complete-application,
  .change-address,
  .ccoapp-scroll,
  .congratulations-scroll {
    height: 100%;
  }
}

@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) {
  main {
    padding: 65px 0 25px;
  }

  .input-holder .icon-dob {
    top: 27px;
  }

  .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: 8px 0 12px;
  }

  .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;
  }

  .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;
  }

  .content-section.home-section {
    background: none;
    height: auto;
  }

  .content-section .container {
    display: block;
    width: 100%;
    text-align: left;
  }

  .content-section.home-section .container {
    display: block;
    width: 100%;
  }

  .ccoapp-block {
    margin: 0;
    max-width: 100%;
  }

  .ccoapp-tabcntholder {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 15px 0 0;
    margin-left: 0;
    border: none;
  }

  .ccoapp-progress {
    margin: 0 0 10px 0;
    padding: 12px 10px 17px 10px;
    border-bottom: 1px solid #ccc;
  }

  .mobile-prev {
    display: block;
  }

  .slick-next {
    right: -10px;
  }

  .slick-prev {
    left: -10px;
  }

  .ccoapp-tabnav li {
    width: 100%;
    padding: 5px 10px;
    text-align: left;
    -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 .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;
    padding: 0 10px;
    display: inline-block;
  }

  .ccoapp-tabnav li.active {
    top: 0;
    border: 1px solid #B7134F;
  }

  .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%;
  }

  .otp-block .input-link {
    padding-bottom: 0;
  }

  .otp-block .input-holder {
    max-width: 100%;
  }

  .cardselect-block {
    padding: 0;
    max-height: 100%;
    height: 100%;
  }
  
  .cardselect-bottom .select-holder {
  margin-bottom: 10px;
}

  .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 0 15px;
  }

  .complete-appsec .form-toppad {
    padding-top: 0;
    float: left;
    width: 100%;
  }

  .complete-appsec .input-holder {
    padding-bottom: 15px;
  }

  .complete-appsec .space-label {
    display: block;
  }

  .complete-appsec textarea.form-control {
    height: 100px;
  }

  .complete-appsec .confirmadd__add {
    padding-top: 55px;
  }

  .complete-appsec .confirmadd__add:before {
    left: 31%;
  }

  .complete-appsec .common-button,
  .complete-appsec .common-button-white,
  .complete-appsec .common-button-white {
    margin-bottom: 15px;
  }

  .complete-application,
  .change-address,
  .ccoapp-scroll,
  .congratulations-scroll {
    padding: 0;
  }

  .slick-slide img {
    margin: 0;
  }

  .complete-appsec .office-msgbox {
    padding: 0px 0 5px 0;
  }

  .cardselect-bottom .coupon-code span {
    margin-top: 10px;
    margin-left: 0;
    display: table;
  }

  .salary-sliderholder {
    padding: 25px 10px 35px;
  }

  .salary-slider .ui-slider-handle {
    font-size: 7px;
    width: 40px;
    height: 40px;
    padding: 15px 1px;
    margin-left: -25px;
    top: -18px;
  }

  .customer__education {
    width: 100%;
    float: left;
    padding: 25px 0 0;
  }

  .label__para {
    width: 100%;
    float: left;
  }

  .finalstep__sec {
    min-height: initial;
    padding: 0 10px 10px;
  }

  .finalstep__pad--thankyou .finalstep__head {
    padding-top: 20px;
    font-size: 24px;
  }

  .finalstep__thankyou {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 600px) {
  .card-slider {
    width: 100%;
    max-width: 320px;
    padding: 0 15px;
    margin: auto;
  }

  .card-slider__item {
    padding: 0;
  }

  .card-box {
    margin: 3px auto 25px;
    max-width: 260px;
    -webkit-box-shadow: 0 0 0 2px #B7134F;
    -moz-box-shadow: 0 0 0 2px #B7134F;
    box-shadow: 0 0 0 2px #B7134F;
  }
  
  .card_select_err {
	  margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 500px) {
  .header__title {
    padding: 0;
    font-size: 14px;
  }

  .header__logo {
    padding-top: 1px;
  }

  .complete-appsec .confirmadd__add:before {
    left: 15%;
  }

  .complete-appsec .confirmadd__add:after {
    left: 45%;
  }
}

@media screen and (max-width: 480px) {
  .common-button,
  .common-button-white,
  .common-button-white {
    width: 100%;
    margin: 0;
  }

  .card-box__strip {
    top: -6px;
    width: 100px;
    -moz-background-size: 100%;
    background-size: 100%;
    height: 80px;
  }
}

@media screen and (max-width: 360px) {
  .header__title {
    width: 45%;
  }

  .header__logo {
    width: 54%;
  }
}


/* Custome Style */


@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;
		margin-bottom: -2%;
		//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;

}





.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 #B7134F;
  -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;
}

.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: #B7134F;
  text-align: left;
}

.termsconditions--js a,
.termsconditions-block a {
  color: #B7134F;
}

.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: #B7134F;
}

@media screen and (max-width: 500px) {
  .header-title {
    padding: 22px;
    font-size: 14px;
	}

	.blank_text2 {
		display:none;
	}
}

.label_text {
	font: 10px "Futura-Book";
    display: block;
    padding-left: 8px;
    margin-bottom: 6px;
	margin-top: 16px;
    font-style: italic;
}
.label_text2 {
	font: 10px "Futura-Book";
    font-style: italic;
}

/*Wave 3 styles */
.promo_div {
	padding: 4%;
	border: 1px solid #B7134F;
	text-align: center;
}
.promo_sub_div {
	border-radius: 6px;
	//border: 1px solid #B7134F;
	border: 1px solid #8B8B8B;
	margin-bottom: 30px;
	padding: 10px;
}
.ref_id_span {
	font-size: 22px;
	color:#B7134F;
	text-align: center;
}
.label_div {
	border: 1px solid #B7134F;
	margin-bottom: 30px;
	padding: 10px;
}
/*RBI Compliance on 23JUNE2022*/
.key-facts-link {
  font: 12px "Futura-Heavy";
  color: #df7099;
  display: inline-block;
  margin-left: 5px;
}
/*added for ipa31 network removal on 28FEB2025*/
.ipa31_link_facts {
  font: 12px "Futura-Heavy";
  color: #df7099;
  display: inline-block;
  margin-left: 5px;
}


/*OTP Change on 28FEB2022 */
@media screen and (min-width: 500px) {
  .otp_genarate
  {
    width: 165px;
  }
  .otp_div
  {
    text-align: center;
  }
  
}

@media screen and (max-width: 480px) {
  .otp_genarate
  {
    width: 100%;
  }
  .key-facts-link 
  {
	margin-left: 58px;
  }
}

@media screen and (max-width: 768px) {
  .refreshBtn {
	   left: -55px !important;
   }
}

.common-button.common-button-medium-card,
.common-button-medium-card.common-button-white {
  min-width: 100px;
  padding: 8px 0px;
}

.common-button-medium-card:hover{
    color: #B7134F;
  background: #fff;
  border: 1px solid #B7134F;
  -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;
}

.card-network{
	display:flex;
	align-items:center;
	margin-bottom:5px;
	
}


.card-network label{
	margin-right : 10px;
}


@media(max-width :768px){
	.card-network{
		flex-direction : column;
		align-items: flex-start;
	}