/************************************************
*   CSS Reset 					*
************************************************/
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

:focus {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #FFFFBF;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
  line-height: 18px;
  opacity: 0.85;
  display: inline-block;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
.asSeenOn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0 0;
}

.asSeenOn p {
  margin-right: 15px !important;
  color: #888888;
}

.asSeenOn img {
  margin: 0 15px;
}

@media (max-width: 530px) {
  .asSeenOn {
    display: block;
    text-align: center;
  }

  .asSeenOn img {
    margin-bottom: 15px;
  }
}
/************************************************
*	BAND 					     		    *
************************************************/
.band {
  position: relative;
}

.band:before,
.band:after {
  display: table;
  clear: both;
  content: " ";
}

.band_image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bandSet .band:nth-child(even) {
  background: rgba(250, 250, 250, 0);
}

.bandSet .band:nth-child(odd) {
  background: rgba(255, 255, 255, 0);
}
body {
  font-family: "Pragati Narrow", arial, verdana;
  background-color: #f1f5f8;
  font-size: 22px;
  line-height: 28px;
  color: #051f30;
}

@media (max-width: 530px) {
  body {
    font-size: 20px;
    line-height: 28px;
  }
}
/************************************************
*	BOX 					     		    *
************************************************/
.box {
  background: rgba(255, 255, 255, 0.95);
  margin: 30px 0;
  border-radius: 6px;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  position: relative;
}

.box.withShadow {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

.box.withShadowHover:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.125);
}

.box.centered {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}

.box > p {
  padding: 0;
  margin: 0;
}

.box .boxContent {
  position: relative;
  z-index: 9;
  padding: 30px;
  overflow: hidden;
}

.box .boxContent > p {
  padding: 5px 0;
  margin: 5px 0;
}

.box .boxContent > p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.box .boxContent > ul:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.box.noPadding p img {
  margin: -10px 0;
}
.check {
  color: #7aba48;
  font-weight: bold;
}
.faqs {
  position: relative;
}

.faq {
  position: relative;
  margin: 0 0 20px 0;
}

.faqQuestion {
  background: #fff;
  border-bottom: 1px solid #eee;
  position: relative;
  overflow: hidden;
  padding: 20px;
  margin: 0;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.faq.active .faqQuestion,
.faqQuestion:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.125);
}

.faqQuestion h5 {
  padding: 0;
  margin: 0;
}

.faqAnswer {
  background: #f9f9f9;
  overflow: hidden;
  padding: 20px;
}

.faqAnswer p {
  padding: 0;
  margin: 0;
}
header {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.025);
}

header .row {
  padding: 20px 45px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

header .logo {
  background-image: url("../images/Modern-Financial.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 280px;
  height: 70px;
  display: block;
  margin: 0;
  float: left;
  text-align: center;
  font-size: 16px;
  line-height: 45px;
}

header .logo span {
  display: none;
}

header h6 {
  text-align: right;
  font-size: 22px;
  line-height: 24px;
  margin: 0 0 0 auto;
  padding: 0;
}

header h6 strong {
  display: block;
}

@media (max-width: 486px) {
  header .logo {
    float: none;
    margin: 0 auto;
  }

  header h6 {
    display: none;
  }
}
/************************************************
*	HEADINGS						   		    *
************************************************/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
}

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  text-decoration: none;
}

.h1,
h1 {
  color: #0f75bc;
  font-size: 220%;
  line-height: 140%;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0px 0 20px;
  padding: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 1px) and (max-width: 980px) {
  .h1,
h1 {
    font-size: 200%;
    line-height: 140%;
  }
}
.h2,
h2 {
  color: #0f75bc;
  font-size: 200%;
  line-height: 120%;
  margin: 20px 0 40px;
  padding: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 1px) and (max-width: 980px) {
  .h2,
h2 {
    font-size: 180%;
    line-height: 120%;
  }
}
.h3,
h3 {
  color: #0f75bc;
  font-size: 200%;
  line-height: 110%;
  margin: 10px 0;
  padding: 0;
  letter-spacing: 1px;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 1px) and (max-width: 980px) {
  .h3,
h3 {
    font-size: 140%;
    line-height: 120%;
  }
}
.h4,
h4 {
  color: #444;
  font-size: 160%;
  line-height: 130%;
  margin: 10px 0 30px;
  padding: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 1px) and (max-width: 980px) {
  .h4,
h4 {
    font-size: 120%;
    line-height: 120%;
  }
}
.h5,
h5 {
  color: #444;
  font-size: 140%;
  line-height: 120%;
  margin: 10px 0 25px;
  padding: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h6,
h6 {
  color: #444;
  font-size: 85%;
  line-height: 120%;
  margin: 0 0 5px;
  padding: 0;
  font-weight: 400;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

/************************************************
*	HEADING SIZES						   		*
************************************************/
.x100 {
  font-size: 100%;
}

.x150 {
  font-size: 150%;
}

.x175 {
  font-size: 175%;
}

.x200 {
  font-size: 200%;
}

.x250 {
  font-size: 250%;
}

.x300 {
  font-size: 300%;
}

.x350 {
  font-size: 350%;
}

.x400 {
  font-size: 400%;
}

.x500 {
  font-size: 500%;
}
a img {
  border: none;
}

a {
  color: #0f75bc;
  cursor: pointer;
  text-decoration: none;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  color: #0f75bc;
}

a:active {
  outline: none;
  text-decoration: none;
  color: #0f75bc;
}
#msform-container {
  padding: 0 0 30px 0;
  position: relative;
  width: 100%;
}

#msform {
  margin: 0 auto 0;
  text-align: center;
  position: relative;
  height: 570px;
  transition: all 0.3s ease-out;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 6px;
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  padding: 60px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  /*stacking fieldsets above each other*/
  position: absolute;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

/*inputs*/
#msform input, #msform textarea, #msform select {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #444444;
  font-size: 16px;
}

#msform select {
  height: 48px;
}

/*errors*/
#msform span.error {
  background: #FF5900 !important;
  color: #fff !important;
  display: inline-block;
  left: auto !important;
  margin: 0 0 10px 0 !important;
  padding: 6px 8px !important;
  position: relative !important;
  text-align: left !important;
  font-size: 16px !important;
  line-height: 16px !important;
  border-radius: 2px;
}

#msform span.error:after {
  border-bottom: 5px solid #FF5900;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: " ";
  height: 0;
  left: 10px;
  position: absolute;
  top: -5px;
  width: 0;
}

/*buttons*/
#msform .action-button {
  background: #fc7e00;
  background: -moz-linear-gradient(top, #fc9700 50%, #fc7e00 100%);
  background: -webkit-linear-gradient(top, #fc9700 50%, #fc7e00 100%);
  background: linear-gradient(to bottom, #fc9700 50%, #fc7e00 100%);
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 2px;
  cursor: pointer;
  padding: 20px 30px;
  margin: 8px 5px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  width: initial;
  transition: all 0.3s ease-out;
}

#msform .action-button.previous {
  background: #acacac;
}

#msform .action-button:hover, #msform .action-button:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

#msform-container .stepContent {
  margin: 40px auto 30px;
  max-width: 80%;
}

/*headings*/
#msform-container .msform-title {
  color: #0f75bc;
  margin: 0 0 10px 0;
}

#msform-container .msform-subtitle {
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  color: #888;
  margin-bottom: 20px;
}

/*msform-progressbar*/
#msform-progressbar {
  margin: 40px 0 20px;
  padding: 0;
  overflow: hidden;
  counter-reset: step;
}

#msform-progressbar li {
  list-style-type: none;
  color: #888;
  text-transform: uppercase;
  font-size: 14px;
  width: 20%;
  float: left;
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
}

#msform-progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  line-height: 30px;
  display: block;
  font-size: 16px;
  color: #0f75bc;
  background: white;
  border-radius: 999px;
  margin: 0 auto 10px auto;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

#msform-progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 15px;
  z-index: -1;
  transition: all 0.3s ease-out;
}

#msform-progressbar li:first-child:after {
  content: none;
}

#msform-progressbar li.current:before {
  background: #0f75bc;
  color: white;
}

#msform-progressbar li.complete:before {
  background: #7aba48;
  color: white;
}

#msform-progressbar li.current:after,
#msform-progressbar li.complete:after {
  background: #7aba48;
}

/*nouislider*/
.slider-val {
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: bold;
  color: #444444;
  display: block;
}

.sliderContainer {
  height: 28px;
}

/*radio btns*/
#msform .radioGroupContainer {
  width: 100%;
  display: block;
}

#msform .radioGroup {
  display: inline-block;
  margin: 0 2% 10px 0;
  font-size: 24px;
  font-weight: bold;
  background: #f6f6f6;
  padding: 30px 30px 25px 30px;
  width: 31%;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

#msform .radioGroup:hover {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

#msform .radioGroup.active {
  background: #7aba48;
  color: #fff;
}

#msform .radioGroup:last-child {
  margin-right: 0;
}

#msform .radioGroup input[type=radio] {
  width: initial;
  margin: -2px 10px 0 0;
  position: absolute;
  left: -999em;
}

#msform .radioGroup img {
  display: block;
  margin: 0 auto 30px auto;
  width: 150px;
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/
@media (max-width: 820px) {
  #msform .radioGroup {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #msform fieldset {
    padding: 40px;
  }

  #msform-container .stepContent {
    max-width: 100%;
  }

  #msform .action-button {
    width: 100%;
    margin: 8px 0 0 0;
  }
}
@media (max-width: 610px) {
  #msform .radioGroup {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 480px) {
  #msform fieldset {
    padding: 20px;
  }
}
/*! nouislider - 12.0.0 - 9/14/2018 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* Offset direction
 */
html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 28px;
}

.noUi-horizontal .noUi-handle {
  width: 44px;
  height: 38px;
  left: -22px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #7aba48;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  background: #FFF;
  cursor: grab;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 24px;
  width: 2px;
  background: #E8E7E6;
  left: 22px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
/************************************************
*	POSTAREA						   		    *
************************************************/
.postarea {
  margin: 0;
  padding: 0;
  position: relative;
}

.postarea p {
  padding: 5px 0;
  margin: 5px 0;
}

.postarea ol {
  margin: 0px 0px 20px 20px;
  padding: 0px 0px 0px 5px;
}

.postarea ol li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.postarea ul {
  list-style-type: none;
  margin: 0 0 5px 10px;
  padding: 10px 0px 10px 10px;
}

.postarea ul ul {
  list-style-type: none;
  margin: 0px;
  padding: 10px 0 0px 20px;
}

.postarea ul li {
  list-style: disc;
  margin: 0 0 7px;
  padding: 0;
}
.review {
  display: none;
  padding: 0 20px;
}

.review:first-child {
  display: block;
}

.review .reviewContent {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  margin: 0 0 20px 0;
  position: relative;
}

.review .reviewContent:after {
  position: absolute;
  bottom: -18px;
  left: 58px;
  content: " ";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
}

.review .reviewDetails {
  margin: 30px 0 20px 30px;
  padding: 0 0 0 120px;
  position: relative;
}

.review .reviewDetails img {
  position: absolute;
  top: 0;
  left: 6px;
  content: " ";
  width: 100px;
  height: 100px;
  border-radius: 999em;
}

.review .reviewDetails strong {
  color: #0f75bc;
  display: block;
}

.review .reviewDetails em {
  color: #555;
  display: block;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 10px 0;
}

.review .reviewDetails span {
  display: block;
  color: #fadb00;
  font-size: 30px;
  line-height: 30px;
}

.reviews .slick-dots {
  text-align: center;
  padding: 0;
  margin: 0;
}

.reviews .slick-dots li {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.reviews .slick-dots li button {
  background: #b8bdc0;
  border: 0 none;
  padding: 0;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  border-radius: 999em;
  text-indent: -999em;
}

.reviews .slick-dots li.slick-active button {
  background: #7aba48;
}
/************************************************
*	row 					     		    *
************************************************/
.row {
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 50px 45px;
  position: relative;
  z-index: 91;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.row.tight {
  padding-top: 40px;
  padding-bottom: 40px;
}

.row.fullWidth {
  max-width: inherit;
}

.row:after {
  clear: both;
  display: block;
  content: " ";
}

.row > .h1:first-child,
.row > h1:first-child,
.row > .h2:first-child,
.row > h2:first-child,
.row > .h3:first-child,
.row > h3:first-child,
.row > .h4:first-child,
.row > h4:first-child,
.row > .h5:first-child,
.row > h5:first-child,
.row > .h6:first-child,
.row > h6:first-child {
  margin-top: 0;
}

.row > .h1:last-child,
.row > h1:last-child,
.row > .h2:last-child,
.row > h2:last-child,
.row > .h3:last-child,
.row > h3:last-child,
.row > .h4:last-child,
.row > h4:last-child,
.row > .h5:last-child,
.row > h5:last-child,
.row > .h6:last-child,
.row > h6:last-child {
  margin-bottom: 0;
}

.row > p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 1px) and (max-width: 1280px) {
  .row {
    padding: 60px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 980px) {
  .row {
    padding: 30px 25px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 640px) {
  .row {
    padding: 30px 20px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

[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-arrow.slick-hidden {
  display: none;
}
.tableContainer {
  overflow: auto;
}

.table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.table thead tr th {
  background-color: #f3f6f8;
  border-bottom: 1px solid #dfe5e9;
  padding: 15px 12px;
}

.table tbody tr th {
  border-botom: 1px solid #f3f6f8;
  padding: 10px 12px;
}

.table tbody tr:nth-child(odd) th {
  background: #f9f9f9;
}

.table tbody tr td {
  border-botom: 1px solid #f3f6f8;
  padding: 10px 12px;
}

.table tbody tr:nth-child(odd) td {
  background: #f9f9f9;
}
.terms {
  font-size: 16px;
  line-height: 18px;
}
/************************************************
*	Selection								*
************************************************/
::selection {
  background: #0f75bc;
  color: #fff;
}

::-moz-selection {
  background: #0f75bc;
  color: #fff;
}

/************************************************
*	Display								*
************************************************/
.hide {
  display: none !important;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.block {
  display: block !important;
}

/************************************************
*	image_holder								*
************************************************/
.image_holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

/************************************************
*	Height								*
************************************************/
.h_100 {
  padding: 100% 0 0 0;
}

.h_90 {
  padding: 90% 0 0 0;
}

.h_80 {
  padding: 80% 0 0 0;
}

.h_70 {
  padding: 70% 0 0 0;
}

.h_60 {
  padding: 60% 0 0 0;
}

.h_50 {
  padding: 50% 0 0 0;
}

.h_40 {
  padding: 40% 0 0 0;
}

.h_30 {
  padding: 30% 0 0 0;
}

.h_20 {
  padding: 20% 0 0 0;
}

.h_10 {
  padding: 10% 0 0 0;
}

/************************************************
*	Position								*
************************************************/
.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.center {
  display: block !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/************************************************
*	text-size								*
************************************************/
.smallText,
.small-text {
  font-size: 14px !important;
  line-height: 20px !important;
}

.smallerText,
.smaller-text {
  font-size: 12px !important;
  line-height: 18px !important;
}

.largeText,
.large-text {
  font-size: 110% !important;
  /*line-height: 150% !important;*/
}

.largerText,
.larger-text {
  font-size: 140% !important;
  /*line-height: 150% !important;*/
}

/************************************************
*	text-weight								*
************************************************/
.font-weight-lighter {
  font-weight: lighter;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-weight-bolder {
  font-weight: bolder;
}

/************************************************
*	text-size								*
************************************************/
.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

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

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

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

/************************************************
*	border-radius							*
************************************************/
.squareTop {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.squareBottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.roundTop {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

.roundBottom {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.roundTopBottom {
  border-radius: 2px;
}

/************************************************
*	Clear								*
************************************************/
.clear-right {
  clear: right;
}

.clear-left {
  clear: left;
}

.clear {
  clear: both;
}

.clear:after {
  content: "";
  clear: both;
  display: table;
}

/************************************************
*	Margin								*
************************************************/
.noMargin {
  margin: 0 !important;
}

.noMarginTop {
  margin-top: 0 !important;
}

.noMarginBottom {
  margin-bottom: 0 !important;
}

/************************************************
*	ADD Margin								*
************************************************/
.addMargin {
  margin: 15px !important;
}

.addMarginTop {
  margin-top: 15px !important;
}

.addMarginBottom {
  margin-bottom: 15px !important;
}

.addMarginRight {
  margin-right: 15px !important;
}

.addMarginLeft {
  margin-left: 15px !important;
}

/************************************************
*	Padding								*
************************************************/
.noPadding {
  padding: 0 !important;
}

.noPaddingTop {
  padding-top: 0 !important;
}

.noPaddingBottom {
  padding-bottom: 0 !important;
}

.noPaddingLeft {
  padding-left: 0 !important;
}

.noPaddingRight {
  padding-right: 0 !important;
}

/************************************************
*	ADD Padding								*
************************************************/
.addPadding {
  padding: 15px !important;
}

.addPaddingTop {
  padding-top: 15px !important;
}

.addPaddingBottom {
  padding-bottom: 15px !important;
}

.addPaddingRight {
  padding-right: 15px !important;
}

.addPaddingLeft {
  padding-left: 15px !important;
}

/************************************************
*	IMG								*
************************************************/
img {
  max-width: 100%;
}

/************************************************
*	noselect							*
************************************************/
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/************************************************
*	Relative								*
************************************************/
.relative {
  position: relative;
  z-index: 10;
}

/************************************************
*	absolute								*
************************************************/
.absolute {
  position: absolute;
  z-index: 10;
}

/************************************************
*	overflow								*
************************************************/
.overflowHidden,
.overflow-hidden {
  overflow: hidden;
}

.overflowVisible,
.overflow-visible {
  overflow: hidden;
}

/************************************************
*	audio								*
************************************************/
audio {
  width: 100%;
}