@import url(https://fonts.googleapis.com/css?family=Montserrat);
.f1 {
  font-family: "Poppins", sans-serif; }

.f2 {
  font-family: "Poppins", sans-serif; }

.f3 {
  font-family: "Poppins", sans-serif; }

.bc1 {
  background-color: #01cae1; }

.bc2 {
  background-color: #232f4e; }

.bc3 {
  background-color: #dbeefa; }

.bf {
  background-color: #fff; }

.cf {
  color: #fff; }

.ct {
  color: #384462; }

.c1 {
  color: #01cae1; }

.c2 {
  color: #232f4e; }

.c3 {
  color: #dbeefa; }

/*Transition CSS*/
/*Transform CSS*/
/*Border Radius*/
/*Box Shadow*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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;
  margin-left: auto;
  margin-right: auto; }
  .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-arrow.slick-hidden {
  display: none; }

.slick-prev, .slick-next {
  position: absolute;
  top: calc(50% - 5px);
  width: 50px;
  height: 50px;
  border: 2px solid #232f4e;
  cursor: pointer;
  outline: none;
  z-index: 400;
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  transition: all .3s;
  overflow: hidden;
  border-radius: 50%; }
  .slick-prev:hover, .slick-next:hover {
    background-color: #232f4e; }
    .slick-prev:hover:before, .slick-next:hover:before {
      color: #fff; }
  .slick-prev:before, .slick-next:before {
    display: inline-block;
    font-size: 21px !important;
    line-height: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .3s;
    color: #232f4e; }

.slick-prev {
  left: 20px; }
  .slick-prev:before {
    content: '\F104';
    font-family: "tio-font"; }

.slick-next {
  right: 20px; }
  .slick-next:before {
    content: '\F105';
    font-family: "tio-font"; }

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0px 12px;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent;
      position: relative;
      width: 18px;
      height: 18px; }
      .slick-dots li button:before {
        transition: all .3s;
        position: absolute;
        top: 0;
        left: 0;
        width: 18px;
        height: 18px;
        content: '';
        border-radius: 15px;
        border: 0px solid #384462;
        background-color: #232f4e;
        opacity: 1; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          border-color: #01cae1;
          background-color: #01cae1; }
    .slick-dots li.slick-active button {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
      .slick-dots li.slick-active button:before {
        border-color: #01cae1;
        background-color: #01cae1;
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
    .slick-dots li:only-child {
      display: none; }

@media only screen and (max-width: 767px) {
  .slick-prev:hover,
  .slick-next:hover {
    background: rgba(0, 0, 0, 0.7); } }
/* Z-INDEX */
.formError {
  z-index: 990; }

.formError .formErrorContent {
  z-index: 991; }

.formError .formErrorArrow {
  z-index: 996; }

.ui-dialog .formError {
  z-index: 5000; }

.ui-dialog .formError .formErrorContent {
  z-index: 5001; }

.ui-dialog .formError .formErrorArrow {
  z-index: 5006; }

.inputContainer {
  position: relative;
  float: left; }

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left; }

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block; }

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none; }

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px; }

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0; }

.greenPopup .formErrorContent {
  background: #33be40; }

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative; }

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0; }

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px; }

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block; }

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none; }

.greenPopup .formErrorArrow div {
  background: #33be40; }

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none; }

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none; }

.formError .formErrorArrow .line8 {
  width: 11px; }

.formError .formErrorArrow .line7 {
  width: 9px; }

.formError .formErrorArrow .line6 {
  width: 7px; }

.formError .formErrorArrow .line5 {
  width: 5px; }

.formError .formErrorArrow .line4 {
  width: 3px; }

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd; }

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd; }

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd; }

@font-face {
  font-family: 'tio-font';
  src: url("../fonts/tio-font.eot?67683791");
  src: url("../fonts/tio-font.eot?67683791#iefix") format("embedded-opentype"), url("../fonts/tio-font.woff2?67683791") format("woff2"), url("../fonts/tio-font.woff?67683791") format("woff"), url("../fonts/tio-font.ttf?67683791") format("truetype"), url("../fonts/tio-font.svg?67683791#tio-font") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
[class^="fa-"],
[class*=" fa-"] {
  display: inline-block;
  font: normal normal normal 14px/1 "tio-font";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-user:before {
  content: '\e800'; }

.fa-star:before {
  content: '\e801'; }

.fa-star-empty:before {
  content: '\e802'; }

.fa-heart-empty:before {
  content: '\e803'; }

.fa-heart:before {
  content: '\e804'; }

.fa-mail:before {
  content: '\e805'; }

.fa-search:before {
  content: '\e806'; }

.fa-users:before {
  content: '\e807'; }

.fa-th-list:before {
  content: '\e808'; }

.fa-picture:before {
  content: '\e809'; }

.fa-ok:before {
  content: '\e80a'; }

.fa-ok-circled2:before {
  content: '\e80b'; }

.fa-close:before {
  content: '\e80c'; }

.fa-cancel-circled:before {
  content: '\e80d'; }

.fa-play-circled2:before {
  content: '\e80e'; }

.fa-plus:before {
  content: '\e80f'; }

.fa-spin4:before {
  content: '\e810'; }

.fa-minus:before {
  content: '\e811'; }

.fa-facebook-f:before {
  content: '\e812'; }

.fa-home:before {
  content: '\e813'; }

.fa-clock-o:before {
  content: '\e814'; }

.fa-resize-full:before {
  content: '\e815'; }

.fa-thumbs-down:before {
  content: '\e816'; }

.fa-thumbs-up:before {
  content: '\e817'; }

.fa-comment:before {
  content: '\e818'; }

.fa-chat:before {
  content: '\e819'; }

.fa-map-marker:before {
  content: '\e81a'; }

.fa-trash-empty:before {
  content: '\e81b'; }

.fa-square:before {
  content: '\e81c'; }

.fa-times:before {
  content: '\e81d'; }

.fa-phone:before {
  content: '\e81e'; }

.fa-cancel-circle:before {
  content: '\e81f'; }

.fa-menu-bars:before {
  content: '\e820'; }

.fa-volume-off:before {
  content: '\e821'; }

.fa-volume-up:before {
  content: '\e822'; }

.fa-block:before {
  content: '\e823'; }

.fa-menu-bars-2:before {
  content: '\e824'; }

.fa-download:before {
  content: '\e825'; }

.fa-download-outline:before {
  content: '\e826'; }

.fa-tooth:before {
  content: '\e827'; }

.fa-calendar-2:before {
  content: '\e828'; }

.fa-doc:before {
  content: '\e829'; }

.fa-down-dir:before {
  content: '\e82a'; }

.fa-up-dir:before {
  content: '\e82b'; }

.fa-left-dir:before {
  content: '\e82c'; }

.fa-right-dir:before {
  content: '\e82d'; }

.fa-chevron-down:before {
  content: '\e82e'; }

.fa-chevron-left:before {
  content: '\e82f'; }

.fa-chevron-right:before {
  content: '\e830'; }

.fa-chevron-up:before {
  content: '\e831'; }

.fa-down-big:before {
  content: '\e832'; }

.fa-left-big:before {
  content: '\e833'; }

.fa-right-big:before {
  content: '\e834'; }

.fa-up-big:before {
  content: '\e835'; }

.fa-camera:before {
  content: '\e836'; }

.fa-pencil:before {
  content: '\e837'; }

.fa-cog:before {
  content: '\e838'; }

.fa-upload:before {
  content: '\e839'; }

.fa-play:before {
  content: '\e83a'; }

.fa-export:before {
  content: '\e83b'; }

.fa-list:before {
  content: '\e83c'; }

.fa-align-justify:before {
  content: '\e83d'; }

.fa-phone-outline:before {
  content: '\e83e'; }

.fa-right-small:before {
  content: '\e83f'; }

.fa-left-small:before {
  content: '\e840'; }

.fa-question-circle:before {
  content: '\e841'; }

.fa-emo-grin:before {
  content: '\e842'; }

.fa-emo-happy:before {
  content: '\e843'; }

.fa-arrow-long:before {
  content: '\e844'; }

.fa-calendar:before {
  content: '\e845'; }

.fa-arrow-left:before {
  content: '\e846'; }

.fa-arrow-right:before {
  content: '\e847'; }

.fa-left-1:before {
  content: '\e848'; }

.fa-right-1:before {
  content: '\e849'; }

.fa-phone-1:before {
  content: '\e84a'; }

.fa-location-1:before {
  content: '\e84b'; }

.fa-resize-full-1:before {
  content: '\e84c'; }

.fa-resize-small-1:before {
  content: '\e84d'; }

.fa-pin:before {
  content: '\e84e'; }

.fa-location-2:before {
  content: '\e84f'; }

.fa-location-inv:before {
  content: '\e850'; }

.fa-calendar-inv:before {
  content: '\e851'; }

.fa-calendar-1:before {
  content: '\e852'; }

.fa-left-outline:before {
  content: '\e853'; }

.fa-right-outline:before {
  content: '\e854'; }

.fa-down-outline:before {
  content: '\e855'; }

.fa-up-outline:before {
  content: '\e856'; }

.fa-phone-ring:before {
  content: '\e857'; }

.fa-star-1:before {
  content: '\e858'; }

.fa-check:before {
  content: '\e859'; }

.fa-print:before {
  content: '\e85a'; }

.fa-arrows:before {
  content: '\e85b'; }

.fa-phone-squared:before {
  content: '\f098'; }

.fa-twitter:before {
  content: '\f099'; }

.fa-facebook:before {
  content: '\f09a'; }

.fa-left-circled:before {
  content: '\f0a8'; }

.fa-right-circled:before {
  content: '\f0a9'; }

.fa-up-circled:before {
  content: '\f0aa'; }

.fa-down-circled:before {
  content: '\f0ab'; }

.fa-docs:before {
  content: '\f0c5'; }

.fa-blank:before {
  content: '\f0c8'; }

.fa-bars:before {
  content: '\f0c9'; }

.fa-list-bullet:before {
  content: '\f0ca'; }

.fa-pinterest-circled:before {
  content: '\f0d2'; }

.fa-pinterest-squared:before {
  content: '\f0d3'; }

.fa-gplus-squared:before {
  content: '\f0d4'; }

.fa-google-plus:before {
  content: '\f0d5'; }

.fa-sort-down:before {
  content: '\f0dd'; }

.fa-sort-up:before {
  content: '\f0de'; }

.fa-mail-alt:before {
  content: '\f0e0'; }

.fa-linkedin:before {
  content: '\f0e1'; }

.fa-comment-empty:before {
  content: '\f0e5'; }

.fa-download-cloud:before {
  content: '\f0ed'; }

.fa-plus-squared:before {
  content: '\f0fe'; }

.fa-angle-double-left:before {
  content: '\f100'; }

.fa-angle-double-right:before {
  content: '\f101'; }

.fa-angle-double-up:before {
  content: '\f102'; }

.fa-angle-double-down:before {
  content: '\f103'; }

.fa-angle-left:before {
  content: '\f104'; }

.fa-angle-right:before {
  content: '\f105'; }

.fa-angle-up:before {
  content: '\f106'; }

.fa-angle-down:before {
  content: '\f107'; }

.fa-quote-left:before {
  content: '\f10d'; }

.fa-quote-right:before {
  content: '\f10e'; }

.fa-circle:before {
  content: '\f111'; }

.fa-folder-empty:before {
  content: '\f114'; }

.fa-smile:before {
  content: '\f118'; }

.fa-calendar-empty:before {
  content: '\f133'; }

.fa-angle-circled-left:before {
  content: '\f137'; }

.fa-angle-circled-right:before {
  content: '\f138'; }

.fa-angle-circled-up:before {
  content: '\f139'; }

.fa-angle-circled-down:before {
  content: '\f13a'; }

.fa-ellipsis:before {
  content: '\f141'; }

.fa-ellipsis-vert:before {
  content: '\f142'; }

.fa-play-circled:before {
  content: '\f144'; }

.fa-minus-squared:before {
  content: '\f146'; }

.fa-minus-squared-alt:before {
  content: '\f147'; }

.fa-ok-squared:before {
  content: '\f14a'; }

.fa-euro:before {
  content: '\f153'; }

.fa-gbp:before {
  content: '\f154'; }

.fa-usd:before {
  content: '\f155'; }

.fa-thumbs-up-alt:before {
  content: '\f164'; }

.fa-thumbs-down-alt:before {
  content: '\f165'; }

.fa-youtube-squared:before {
  content: '\f166'; }

.fa-youtube:before {
  content: '\f167'; }

.fa-youtube-play:before {
  content: '\f16a'; }

.fa-instagram:before {
  content: '\f16d'; }

.fa-left:before {
  content: '\f177'; }

.fa-right:before {
  content: '\f178'; }

.fa-skype:before {
  content: '\f17e'; }

.fa-plus-squared-alt:before {
  content: '\f196'; }

.fa-google:before {
  content: '\f1a0'; }

.fa-fax:before {
  content: '\f1ac'; }

.fa-file-pdf:before {
  content: '\f1c1'; }

.fa-file-image:before {
  content: '\f1c5'; }

.fa-vine:before {
  content: '\f1ca'; }

.fa-circle-o-notch:before {
  content: '\f1ce'; }

.fa-paper-plane:before {
  content: '\f1d8'; }

.fa-sliders:before {
  content: '\f1de'; }

.fa-yelp:before {
  content: '\f1e9'; }

.fa-trash:before {
  content: '\f1f8'; }

.fa-facebook-official:before {
  content: '\f230'; }

.fa-pinterest:before {
  content: '\f231'; }

.fa-whatsapp:before {
  content: '\f232'; }

.fa-map-pin:before {
  content: '\f276'; }

.fa-map:before {
  content: '\f279'; }

.fa-vimeo:before {
  content: '\f27d'; }

.fa-volume-control-phone:before {
  content: '\f2a0'; }

.fa-user-circle-o:before {
  content: '\f2be'; }

.fa-user-o:before {
  content: '\f2c0'; }

.fa-twitter-squared:before {
  content: '\f304'; }

.fa-facebook-squared:before {
  content: '\f308'; }

.fa-linkedin-squared:before {
  content: '\f30c'; }

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

.datetimepicker {
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px;
  direction: ltr; }

.datetimepicker-inline {
  width: 220px; }

.datetimepicker.datetimepicker-rtl {
  direction: rtl; }

.datetimepicker.datetimepicker-rtl table tr td span {
  float: right; }

.datetimepicker-dropdown, .datetimepicker-dropdown-left {
  top: 0;
  left: 0; }

[class*=" datetimepicker-dropdown"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

[class*=" datetimepicker-dropdown"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute; }

[class*=" datetimepicker-dropdown-top"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0; }

[class*=" datetimepicker-dropdown-top"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0; }

.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px; }

.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px; }

.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px; }

.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px; }

.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px; }

.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px; }

.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px; }

.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px; }

.datetimepicker > div {
  display: none; }

.datetimepicker.minutes div.datetimepicker-minutes {
  display: block; }

.datetimepicker.hours div.datetimepicker-hours {
  display: block; }

.datetimepicker.days div.datetimepicker-days {
  display: block; }

.datetimepicker.months div.datetimepicker-months {
  display: block; }

.datetimepicker.years div.datetimepicker-years {
  display: block; }

.datetimepicker table {
  margin: 0; }

.datetimepicker td, .datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
  padding: 5px;
  font-size: 13px; }

.table-striped .datetimepicker table tr td, .table-striped .datetimepicker table tr th {
  background-color: transparent; }

.datetimepicker table tr td.minute:hover {
  background: #eeeeee;
  cursor: pointer; }

.datetimepicker table tr td.hour:hover {
  background: #eeeeee;
  cursor: pointer; }

.datetimepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer; }

.datetimepicker table tr td.old, .datetimepicker table tr td.new {
  color: #999999; }

.datetimepicker table tr td.disabled, .datetimepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datetimepicker table tr td.today, .datetimepicker table tr td.today:hover, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

.datetimepicker table tr td.today:hover, .datetimepicker table tr td.today:hover:hover, .datetimepicker table tr td.today.disabled:hover, .datetimepicker table tr td.today.disabled:hover:hover, .datetimepicker table tr td.today:active, .datetimepicker table tr td.today:hover:active, .datetimepicker table tr td.today.disabled:active, .datetimepicker table tr td.today.disabled:hover:active, .datetimepicker table tr td.today.active, .datetimepicker table tr td.today:hover.active, .datetimepicker table tr td.today.disabled.active, .datetimepicker table tr td.today.disabled:hover.active, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today:hover.disabled, .datetimepicker table tr td.today.disabled.disabled, .datetimepicker table tr td.today.disabled:hover.disabled, .datetimepicker table tr td.today[disabled], .datetimepicker table tr td.today:hover[disabled], .datetimepicker table tr td.today.disabled[disabled], .datetimepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a; }

.datetimepicker table tr td.today:active, .datetimepicker table tr td.today:hover:active, .datetimepicker table tr td.today.disabled:active, .datetimepicker table tr td.today.disabled:hover:active, .datetimepicker table tr td.today.active, .datetimepicker table tr td.today:hover.active, .datetimepicker table tr td.today.disabled.active, .datetimepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069; }

.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datetimepicker table tr td.active:hover, .datetimepicker table tr td.active:hover:hover, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled:hover:hover, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active:hover.disabled, .datetimepicker table tr td.active.disabled.disabled, .datetimepicker table tr td.active.disabled:hover.disabled, .datetimepicker table tr td.active[disabled], .datetimepicker table tr td.active:hover[disabled], .datetimepicker table tr td.active.disabled[disabled], .datetimepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active {
  background-color: #003399; }

.datetimepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datetimepicker .datetimepicker-hours span {
  height: 26px;
  line-height: 26px; }

.datetimepicker .datetimepicker-hours table tr td span.hour_am, .datetimepicker .datetimepicker-hours table tr td span.hour_pm {
  width: 14.6%; }

.datetimepicker .datetimepicker-hours fieldset legend, .datetimepicker .datetimepicker-minutes fieldset legend {
  margin-bottom: inherit;
  line-height: 30px; }

.datetimepicker .datetimepicker-minutes span {
  height: 26px;
  line-height: 26px; }

.datetimepicker table tr td span:hover {
  background: #eeeeee; }

.datetimepicker table tr td span.disabled, .datetimepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datetimepicker table tr td span.active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active:hover:hover, .datetimepicker table tr td span.active.disabled:hover, .datetimepicker table tr td span.active.disabled:hover:hover, .datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active:hover.disabled, .datetimepicker table tr td span.active.disabled.disabled, .datetimepicker table tr td span.active.disabled:hover.disabled, .datetimepicker table tr td span.active[disabled], .datetimepicker table tr td span.active:hover[disabled], .datetimepicker table tr td span.active.disabled[disabled], .datetimepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #003399; }

.datetimepicker table tr td span.old {
  color: #999999; }

.datetimepicker th.switch {
  width: 145px; }

.datetimepicker th span.glyphicon {
  pointer-events: none; }

.datetimepicker thead tr:first-child th, .datetimepicker tfoot th {
  cursor: pointer; }

.datetimepicker thead tr:first-child th:hover, .datetimepicker tfoot th:hover {
  background: #eeeeee; }

.datepicker {
  background-color: #ffffff;
  border-color: #999;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  display: none;
  position: absolute;
  z-index: 900;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 18px;
  padding-bottom: 4px;
  width: 218px; }

.datepicker .nav {
  font-weight: bold;
  width: 100%;
  padding: 4px 0;
  background-color: #f5f5f5;
  color: #808080;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1; }

.datepicker .nav:before, .datepicker .nav:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline; }

.datepicker .nav:after {
  clear: both; }

.datepicker .nav span {
  display: block;
  float: left;
  text-align: center;
  height: 28px;
  line-height: 28px;
  position: relative; }

.datepicker .nav .bg {
  width: 100%;
  background-color: #fdf5d9;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datepicker .nav .fg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.datepicker .button {
  cursor: pointer;
  padding: 0 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datepicker .button:hover {
  background-color: #808080;
  color: #ffffff; }

.datepicker .months {
  float: left;
  margin-left: 4px; }

.datepicker .months .name {
  width: 72px;
  padding: 0; }

.datepicker .years {
  float: right;
  margin-right: 4px; }

.datepicker .years .name {
  width: 36px;
  padding: 0; }

.datepicker .dow, .datepicker .days div {
  float: left;
  width: 30px;
  line-height: 25px;
  text-align: center; }

.datepicker .dow {
  font-weight: bold;
  color: #808080; }

.datepicker .calendar {
  padding: 4px; }

.datepicker .days div {
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datepicker .overlap {
  color: #bfbfbf; }

.datepicker .today {
  background-color: #fee9cc; }

.datepicker .selected {
  background-color: #bfbfbf;
  color: #ffffff; }

.datepicker .disabled {
  background-color: gray; }

.datepicker .days div:hover {
  background-color: #0064cd;
  color: #ffffff; }

.datepicker .days .disabled:hover {
  background-color: gray;
  color: black; }

.mattersYouDesc {
  overflow: hidden; }

.mattersYouDesc .img {
  float: left;
  width: auto;
  width: 15%; }

.mattersYouDesc .desc {
  float: right;
  width: auto;
  width: 85%; }

@font-face {
  font-family: 'loveloblack';
  font-display: swap;
  src: url("../_fms/css/fonts/lovelo_black-webfont.eot");
  src: url("../_fms/css/fonts/lovelo_black-webfont.eot?#iefix") format("embedded-opentype"), url("../_fms/css/fonts/lovelo_black-webfont.woff") format("woff"), url("../_fms/css/fonts/lovelo_black-webfont.ttf") format("truetype"), url("../_fms/css/fonts/lovelo_black-webfont.svg#loveloblack") format("svg");
  font-weight: normal;
  font-style: normal; }
.open {
  font-family: sans-serif; }

.sans {
  font-family: sans-serif; }

.my {
  font-family: 'Myriad Pro', sans-serif; }

body.popUpSmile {
  overflow: hidden; }

.lb {
  font-family: 'loveloblack'; }

.smileTestWrapper {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 60px;
  border-bottom: 10px solid #456bc4;
  text-align: center;
  background-color: #ffffff;
  position: relative;
  /* FORMS */
  /* Form Errors */ }

.smileTestWrapper hr {
  margin-bottom: 30px; }

.smileTestWrapper h1,
.smileTestWrapper h2,
.smileTestWrapper h3,
.smileTestWrapper h4 {
  font-family: 'loveloblack'; }

.smileTestWrapper .btnBack {
  /*background:url(../img/back.svg) no-repeat;.di;.wh(40px, 40px);background-size: contain;float:left;*/
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-left: 30px;
  font-size: 14px;
  margin-right: 15px;
  background-image: url(../_fms/images/btn-back.png);
  background-repeat: no-repeat;
  background-position: center left; }

.smileTestWrapper .btnBack:hover {
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7; }

.smileTestWrapper form {
  /*overflow:hidden;*/ }

.smileTestWrapper .hide {
  display: none; }

.smileTestWrapper .show {
  display: block; }

.smileTestWrapper div.error {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 60%;
  padding-right: 40px;
  padding-left: 80px; }

.smileTestWrapper .btnClose {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../_fms/images/btn-close.png);
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 10; }

.smileTestWrapper .btnClose:hover {
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7; }

.smileTestWrapper .loader {
  display: none; }

.smileTestWrapper .loader.show {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important; }

.smileTestWrapper .sa_header h1,
.smileTestWrapper .sa_header .h1 {
  padding: 0;
  margin: 0;
  line-height: normal;
  font-size: 38px;
  float: left;
  width: auto;
  margin-left: 35px;
  margin-top: 20px; }

.smileTestWrapper h2 {
  padding: 0;
  margin: 0;
  line-height: normal;
  color: #456bc4;
  font-size: 32px;
  font-family: sans-serif;
  font-weight: 300;
  margin-bottom: 44px;
  text-transform: uppercase; }

.smileTestWrapper h2 strong {
  font-family: 'loveloblack'; }

.smileTestWrapper h3 {
  padding: 0;
  margin: 0;
  line-height: normal;
  /*.tt(uppercase);*/
  font-size: 14px;
  margin-bottom: 20px;
  font-family: sans-serif; }

.smileTestWrapper h3.errorLabel {
  /*.brd(1px solid #C02C2C);.bc(#eee)*/
  color: #c02c2c; }

.smileTestWrapper h4 {
  padding: 0;
  margin: 0;
  line-height: normal;
  font-size: 18px;
  font-family: sans-serif;
  font-weight: normal; }

.smileTestWrapper h5 {
  padding: 0;
  margin: 0;
  line-height: normal;
  font-size: 17px;
  font-family: sans-serif;
  font-weight: normal;
  color: #456bc4; }

.smileTestWrapper p {
  padding: 0;
  margin: 0;
  line-height: normal;
  font-size: 14px;
  margin-bottom: 25px; }

.smileTestWrapper p.stageOneErrorHead.errorLabel {
  /*.brd(1px solid #C02C2C);.bc(#eee)*/
  color: #c02c2c; }

.smileTestWrapper hr {
  margin: 60px 0; }

.smileTestWrapper textarea {
  float: none;
  width: 84%;
  height: 100px;
  font-weight: normal; }

.smileTestWrapper input[type="text"] {
  width: 69%;
  margin: 0 auto;
  float: none;
  margin-bottom: 20px; }

.smileTestWrapper input.btnBlue,
.smileTestWrapper a.btnBlue {
  display: inline-block;
  *display: inline;
  zoom: 1;
  background-image: url(../_fms/images/arrow.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-color: #456bc4;
  border: none;
  color: #ffffff;
  font-family: 'loveloblack';
  text-transform: uppercase;
  margin-top: 20px;
  float: none;
  margin-right: 0; }

.smileTestWrapper input.btnBlue:hover,
.smileTestWrapper a.btnBlue:hover {
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7; }

.smileTestWrapper label {
  padding: 0;
  margin: 0;
  line-height: normal;
  float: none;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none; }

.smileTestWrapper label.newsLetter {
  width: 69%;
  margin: 0 auto;
  font-size: 12px; }

.smileTestWrapper label.newsLetter input {
  padding: 0;
  margin: 0;
  line-height: normal;
  float: none;
  display: inline-block;
  *display: inline;
  zoom: 1; }

.smileTestWrapper label.contentBox {
  float: left;
  width: auto;
  margin: 0 15px;
  margin-bottom: 20px;
  height: 220px; }

.smileTestWrapper label.contentBox p {
  padding: 0;
  margin: 0;
  line-height: normal;
  text-transform: uppercase; }

.smileTestWrapper label.contentBox p img {
  margin: 10px 0; }

.smileTestWrapper label.contentBox input {
  padding: 0;
  margin: 0;
  line-height: normal;
  float: none;
  display: inline-block;
  *display: inline;
  zoom: 1; }

.smileTestWrapper label.errorLabel {
  border: 1px solid #c02c2c;
  background-color: #eee; }

.smileTestWrapper div.errorLabel {
  border: 1px solid #c02c2c;
  background-color: #eee; }

.smileTestWrapper .sa_header {
  position: relative;
  margin-bottom: 60px;
  height: 82px; }

.smileTestWrapper .stages_label {
  padding: 0;
  margin: 0;
  line-height: normal;
  position: absolute;
  top: 0px;
  right: 0px; }

.smileTestWrapper .stages_label li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  list-style: none;
  width: 180px;
  height: 83px;
  font-size: 16px;
  font-family: 'loveloblack';
  position: relative; }

.smileTestWrapper .stages_label li.labelStage4 {
  left: 29px; }

.smileTestWrapper .stages_label li.labelStage3 {
  left: 34px; }

.smileTestWrapper .stages_label li.labelStage2 {
  left: 69px; }

.smileTestWrapper .stages_label li.labelStage1 {
  left: 103px; }

.smileTestWrapper .stages_label li span {
  position: absolute;
  left: 0px;
  top: 30px;
  width: 100%;
  text-align: center; }

.smileTestWrapper .stages_label li svg {
  width: 100% !important;
  height: 100% !important; }

.smileTestWrapper .stages_label li .stages_arrow {
  fill: #E8E8E8; }

.smileTestWrapper .stages_label li.active .stages_arrow {
  fill: #009DDC; }

.smileTestWrapper .stages_label li.active span {
  color: #ffffff; }

.smileTestWrapper .error ul {
  padding: 0;
  margin: 0;
  line-height: normal;
  margin: 20px 0 !important;
  text-align: left !important;
  list-style: disc !important; }

.smileTestWrapper .error ul li {
  padding-left: 0 !important; }

.smileTestWrapper .stagesContent {
  padding: 0 30px; }

.smileTestWrapper .stagesContent ul {
  padding: 0;
  margin: 0;
  line-height: normal;
  margin: 20px 0;
  list-style: none; }

.smileTestWrapper .stagesContent li a {
  padding: 0;
  margin: 0;
  line-height: normal;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-left: 32px;
  color: #000000;
  font-size: 15px;
  text-decoration: none;
  background-image: url(../_fms/images/arrow-black.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-bottom: 5px; }

.smileTestWrapper .stagesContent li a:hover {
  text-decoration: underline; }

.smileTestWrapper .halfCol {
  float: left;
  width: auto;
  width: 47%;
  margin-right: 2%;
  text-align: left; }

.smileTestWrapper .halfCol.threeCol {
  width: 26%; }

.smileTestWrapper .halfCol.threeCol.threeColLast {
  width: 30%; }

.smileTestWrapper .halfCol label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px; }

.smileTestWrapper .halfCol label input {
  padding: 0;
  margin: 0;
  line-height: normal;
  float: none;
  display: inline-block;
  *display: inline;
  zoom: 1; }

.smileTestWrapper .halfCol input[type="text"] {
  width: 80%;
  margin: 0;
  margin-bottom: 10px; }

.smileTestWrapper .halfCol .subCol {
  margin-bottom: 20px;
  overflow: hidden; }

.smileTestWrapper .halfCol .subCol h3 {
  float: left;
  width: auto; }

.smileTestWrapper .halfCol .subCol .desc {
  float: right;
  width: auto;
  width: 76%; }

.smileTestWrapper div.error {
  border: 1px solid #c02c2c;
  padding: 5% 5% 5% 15%;
  margin-bottom: 20px;
  background: #eee url("../_fms/images/error.svg") no-repeat 30px 30px;
  background-size: 50px; }

.smileTestWrapper div.error label.error {
  display: inline; }

.smileTestWrapper div.error li {
  list-style: disc;
  padding-left: 10px; }

.smileTestWrapper textarea,
.smileTestWrapper input {
  display: block;
  border: 1px solid #111;
  height: 40px;
  font-size: 14px;
  margin: 0;
  padding: 0 10px 0 10px;
  width: 260px;
  -webkit-border-radius: 0;
  color: #000;
  font-weight: bold;
  /*-webkit-appearance: none;*/
  margin-right: 10px;
  outline: none; }

.smileTestWrapper label {
  font-weight: normal; }

.smileTestWrapper input[type="digits"],
.smileTestWrapper input[type="number"],
.smileTestWrapper input[type="email"],
.smileTestWrapper input[type="button"] {
  -webkit-appearance: none; }

.smileTestWrapper input[type="digits"]:focus,
.smileTestWrapper input[type="number"]:focus,
.smileTestWrapper input[type="email"]:focus,
.smileTestWrapper input[type="text"]:focus {
  border: 1px solid #456bc4; }

.smileTestWrapper input[type="checkbox"],
.smileTestWrapper input[type="radio"] {
  width: auto;
  height: auto;
  margin-top: 12px; }

.smileTestWrapper textarea {
  height: 200px;
  width: 290px;
  padding-right: 0;
  line-height: 12px;
  padding-top: 10px; }

.smileTestWrapper .button-submit {
  width: auto;
  margin: 0;
  padding: 0 20px 0 20px;
  height: 42px;
  border: none;
  cursor: pointer;
  background-color: #456bc4;
  color: white;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  text-transform: uppercase;
  font-family: 'loveloblack';
  line-height: 44px; }

.smileTestWrapper .button-submit:hover {
  background: black; }

.smileTestWrapper input.error {
  border-color: #c02c2c !important;
  background-color: #eee !important; }

.smileTestWrapper input.error ::-webkit-input-placeholder {
  color: #c02c2c !important; }

.smileTestWrapper input.error :-moz-placeholder {
  /* Firefox 18- */
  color: #c02c2c !important; }

.smileTestWrapper input.error ::-moz-placeholder {
  /* Firefox 19+ */
  color: #c02c2c !important; }

.smileTestWrapper input.error :-ms-input-placeholder {
  color: #c02c2c !important; }

.smileTestWrapper div.error h4 {
  color: #000000;
  font-weight: bold;
  font-family: 'Open Sans', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em; }

.smileTestWrapper div.error ul {
  margin: 2%;
  margin-bottom: 0; }

.smileTestWrapper div.error ul li {
  clear: both;
  font-size: .8em;
  background-size: 10px;
  padding-left: 20px; }

.smileTestWrapper div.error ul li label {
  padding-top: 0; }

.smileTestWrapper .sa_header li {
  height: 52px; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10400;
  display: none;
  overflow: auto;
  overflow-y: scroll; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10300;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " "; }

.modal-footer:after {
  clear: both; }

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " "; }

.modal-footer:after {
  clear: both; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }
@media only screen and (min-width: 0px) and (max-width: 720px) {
  .smileTestWrapper {
    width: auto;
    display: block;
    margin: 0; }

  .smileTestWrapper .stages_label {
    display: none; }

  .smileTestWrapper .sa_header {
    margin-bottom: 30px;
    height: auto; }

  .smileTestWrapper .sa_header h1 {
    position: static;
    text-align: center;
    float: none;
    margin: 0;
    padding-top: 40px; }

  .smileTestWrapper .sa_header ul {
    float: none;
    display: block; }

  .smileTestWrapper .sa_header li {
    position: static;
    width: 130px;
    height: 40px;
    background-size: auto 123px;
    padding-top: 20px;
    margin-bottom: 15px; }

  .smileTestWrapper .sa_header li.semiActive {
    background-size: auto 62px; }

  .smileTestWrapper input[type="text"] {
    width: 90%; }

  .smileTestWrapper .halfCol {
    float: none;
    width: auto;
    display: block;
    margin-bottom: 20px; }

  .smileTestWrapper .halfCol.threeCol {
    width: auto;
    display: block; }

  .smileTestWrapper .halfCol.threeCol.threeColLast {
    width: auto;
    display: block; }

  .smileTestWrapper .halfCol input[type="text"] {
    width: 90%; }

  .smileTestWrapper label.contentBox {
    float: none;
    width: auto;
    display: block; } }
@media only screen and (min-width: 721px) and (max-width: 900px) {
  .smileTestWrapper {
    width: auto;
    display: block;
    margin: 0; }

  .smileTestWrapper .stages_label {
    position: static; }

  .smileTestWrapper .sa_header {
    margin-bottom: 30px; }

  .smileTestWrapper .sa_header h1 {
    position: static;
    text-align: left;
    float: none;
    margin: 0;
    padding-top: 30px;
    font-size: 30px;
    padding-left: 10px; }

  .smileTestWrapper .sa_header ul {
    float: none;
    display: block; }

  .smileTestWrapper .sa_header li {
    position: static;
    width: 130px;
    height: 40px;
    background-size: auto 123px;
    padding-top: 20px;
    margin-bottom: 15px; }

  .smileTestWrapper .sa_header li.semiActive {
    background-size: auto 62px; }

  .smileTestWrapper input[type="text"] {
    width: 90%; }

  .smileTestWrapper .halfCol {
    float: none;
    width: auto;
    display: block;
    margin-bottom: 20px; }

  .smileTestWrapper .halfCol.threeCol {
    width: auto;
    display: block; }

  .smileTestWrapper .halfCol.threeCol.threeColLast {
    width: auto;
    display: block; }

  .smileTestWrapper .halfCol input[type="text"] {
    width: 90%; }

  .smileTestWrapper label.contentBox {
    float: left;
    width: auto;
    width: 43%;
    text-align: center; } }
@media only screen and (min-width: 900px) and (max-width: 1024px) {
  .smileTestWrapper {
    width: auto;
    display: block;
    margin: 0; }

  .smileTestWrapper .stages_label {
    right: 40px;
    position: static; }

  .smileTestWrapper .sa_header {
    margin-bottom: 30px; }

  .smileTestWrapper .sa_header ul {
    float: none;
    display: block; }

  .smileTestWrapper .sa_header li {
    position: static;
    width: 130px;
    height: 40px;
    background-size: auto 123px;
    padding-top: 20px;
    margin-bottom: 15px; }

  .smileTestWrapper .sa_header li.semiActive {
    background-size: auto 62px; } }
.modal-backdrop.in, .modal-backdrop.show {
  opacity: 0.5;
  filter: alpha(opacity=50); }

#fake,
.fake {
  padding: 0 !important !important;
  margin: 0 !important !important;
  line-height: normal !important;
  border: none !important;
  width: 0 !important;
  height: 0 !important;
  display: block !important;
  visibility: hidden !important; }

.open {
  font-family: Montserrat,sans-serif; }

.finance_calc {
  background: #fff;
  border: 10px solid #02c4db;
  margin-bottom: 1px; }

.calc_app_ver2 {
  font-family: Montserrat,sans-serif; }

.calc_app_ver2 *,
.calc_app_ver2 :after,
.calc_app_ver2 :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.calc_app_ver2 .row {
  margin-left: -15px !important;
  margin-right: -15px !important; }

.calc_app_ver2 .row_flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox; }

.calc_app_ver2 input[type=number]::-webkit-inner-spin-button,
.calc_app_ver2 input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.calc_app_ver2 input[type=number]::-moz-inner-spin-button,
.calc_app_ver2 input[type=number]::-moz-outer-spin-button {
  -moz-appearance: none;
  margin: 0; }

.calc_app_ver2 input[type=number] {
  -moz-appearance: textfield; }

.calc_app_ver2 .no_padding {
  padding: 0 !important !important; }

.calc_app_ver2 .rel,
.calc_app_ver2 .relative {
  position: relative; }

.calc_app_ver2 .vc {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.calc_app_ver2 .h1,
.calc_app_ver2 .h2,
.calc_app_ver2 .h3,
.calc_app_ver2 .h4,
.calc_app_ver2 .h5,
.calc_app_ver2 .h6,
.calc_app_ver2 h1,
.calc_app_ver2 h2,
.calc_app_ver2 h3,
.calc_app_ver2 h4,
.calc_app_ver2 h5,
.calc_app_ver2 h6 {
  padding: 0;
  margin: 0;
  line-height: normal;
  font-family: Montserrat,sans-serif;
  font-weight: 400; }

.calc_app_ver2 .uppercase {
  text-transform: uppercase !important; }

.calc_app_ver2 .para,
.calc_app_ver2 p {
  padding: 0;
  margin: 0;
  line-height: normal;
  font-family: Montserrat,sans-serif;
  font-weight: 300; }

.calc_app_ver2 .main_width {
  width: 1280px;
  margin: 0 auto; }

.calc_app_ver2 .inline {
  display: inline-block;
  *display: inline;
  zoom: 1; }

.calc_app_ver2 .block {
  display: block;
  width: 100%; }

.calc_app_ver2 .img {
  padding: 0;
  margin: 0;
  line-height: normal; }

.calc_app_ver2 .img img {
  width: auto;
  height: auto;
  max-width: 100%; }

.calc_app_ver2 .clear {
  clear: both;
  width: 100%;
  height: 0;
  overflow: hidden; }

.calc_app_ver2 .desktopHide {
  display: none; }

.calc_app_ver2 a:active,
.calc_app_ver2 a:focus,
.calc_app_ver2 a:hover,
.calc_app_ver2 a:visited {
  text-decoration: none;
  color: inherit; }

.calc_app_ver2 ul {
  padding: 0;
  margin: 0;
  line-height: normal; }

.calc_app_ver2 .tbl_cell {
  display: table-cell;
  vertical-align: middle;
  width: inherit;
  height: inherit;
  text-align: center; }

.calc_app_ver2 .last_para {
  margin-bottom: 0 !important; }

.calc_app_ver2 .margin_5px {
  margin-left: -5px;
  margin-right: -5px; }

.calc_app_ver2 .margin_5px [class*=col-] {
  padding-left: 5px;
  padding-right: 5px; }

.calc_app_ver2 .white_box {
  background-color: #fff; }

.calc_app_ver2 .blue_box {
  background-color: #02c4db !important; }

.calc_app_ver2 .padding {
  padding: 30px; }

.calc_app_ver2 .title {
  font-size: 24px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-weight: 700;
  color: #fff; }

.calc_app_ver2 #calc_tablular {
  height: 450px;
  overflow-y: auto; }

.button {
  display: inline-block;
  *display: inline;
  zoom: 1;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 600;
  color: #02c4db;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.button.active,
.button:hover {
  color: #fff !important;
  background-color: #6e6f73;
  -webkit-box-shadow: 5px 5px 20px rgba(3, 36, 73, 0.8);
  -moz-box-shadow: 5px 5px 20px rgba(3, 36, 73, 0.8);
  box-shadow: 5px 5px 20px rgba(3, 36, 73, 0.8); }

.splash .content {
  text-align: center; }

.splash .heading {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px; }

.splash .sub_heading {
  color: #898989;
  font-size: 16px;
  margin-bottom: 30px; }

.splash .arrow {
  color: #a3c2c4;
  font-size: 50px; }

.splash .case {
  margin-bottom: 15px;
  cursor: pointer;
  text-align: center; }

.splash .case .img {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative; }

.splash .case img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.splash .case.active .img:before,
.splash .case:hover .img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(3, 36, 73, 0.6); }

.splash .case.active img,
.splash .case:hover img {
  -webkit-box-shadow: 5px 5px 20px rgba(3, 36, 73, 0.8);
  -moz-box-shadow: 5px 5px 20px rgba(3, 36, 73, 0.8);
  box-shadow: 5px 5px 20px rgba(3, 36, 73, 0.8); }

.splash .vc.para {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 600; }

.calc_form_ver2 .input {
  margin: 0;
  line-height: normal;
  width: 100%;
  font-size: 14px;
  color: #000;
  font-family: Montserrat,sans-serif;
  padding: 8px;
  border: none;
  height: 35px; }

.calc_form_ver2 .input:focus {
  outline: 0; }

.calc_form_ver2 .calc_input_wrap {
  margin-bottom: 40px; }

.calc_form_ver2 .input_with_icon {
  position: relative;
  color: #fff; }

.calc_form_ver2 .input_with_icon em {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #6e6f73;
  width: 30px;
  text-align: center;
  font-size: 17px;
  padding-top: 9px; }

.calc_form_ver2 .input_with_icon .input {
  padding-left: 36px; }

.calc_form_ver2 .lbl {
  padding-left: 0 !important;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  display: block !important; }

.calc_form_ver2 .lbl.block {
  margin-bottom: 20px;
  width: 100%; }

.calc_form_ver2 .pf_wrap {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff; }

.calc_form_ver2 .pf_wrap .txt {
  color: #fff;
  font-size: 12px;
  font-weight: 700; }

.calc_form_ver2 .pf_wrap .inline {
  vertical-align: middle;
  margin-right: 10px; }

.calc_form_ver2 .input_range {
  position: relative;
  z-index: 2;
  margin-top: 7px; }

.calc_form_ver2 .input_range:after,
.calc_form_ver2 .input_range:before {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  background-color: #02c4db;
  z-index: 1; }

.calc_form_ver2 .input_range:before {
  left: 6px; }

.calc_form_ver2 .input_range:after {
  right: 6px; }

.calc_form_ver2 .dp_type {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 16px;
  font-weight: 400 !important; }

.calc_form_ver2 .dp_type.active,
.calc_form_ver2 .dp_type:hover {
  font-weight: 700 !important;
  color: #a5a5a5; }

.calc_form_ver2 .dp_type_amount {
  padding-left: 15px; }

.calc_results_ver2 .calc_tabs {
  padding: 0;
  margin: 0;
  line-height: normal;
  list-style: none;
  overflow: hidden;
  border: 1px solid #02c4db;
  display: inline-block;
  *display: inline;
  zoom: 1; }

.calc_results_ver2 .calc_tabs li {
  float: left;
  width: auto; }

.calc_results_ver2 .calc_tabs li a.active {
  background-color: #02c4db;
  text-decoration: none;
  color: #fff; }

.calc_results_ver2 .calc_tabs li:last-child a {
  border: none; }

.calc_results_ver2 .calc_tabs a {
  display: block;
  padding: 7px 23px;
  color: #02c4db;
  background-color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  border-right: 1px solid #02c4db; }

.calc_results_ver2 #calc_tablular_data {
  width: 100%; }

.calc_results_ver2 #calc_tablular_data th {
  background-color: #02c4db;
  color: #fff !important; }

.calc_results_ver2 #calc_tablular_data td {
  background-color: #ebebeb; }

.calc_results_ver2 #calc_tablular_data td,
.calc_results_ver2 #calc_tablular_data th {
  text-align: center;
  color: #000;
  font-size: 12px;
  padding: 5px;
  width: 20%; }

.calc_results_ver2 .heading {
  font-size: 18px;
  font-weight: 300;
  color: #000; }

.calc_results_ver2 .result_top {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #b2cfef; }

.calc_results_ver2 .lbl {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0; }

.calc_results_ver2 .input_lbl {
  font-size: 30px;
  font-weight: 700;
  color: #000; }

.calc_results_ver2 .result_detail {
  margin-bottom: 20px; }

.ce_btn {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 80%;
  margin: 0 10%;
  background-color: #02c4db;
  border: 1px solid #02c4db;
  padding: 10px 0;
  color: #fff; }

.ce_btn:hover {
  background-color: #fff;
  color: #02c4db; }

.calc_enquire_type a.block {
  display: block;
  border: 1px solid #02c4db;
  padding-bottom: 10px; }

.calc_enquire_type a.block:hover .ce_btn {
  background-color: #fff;
  color: #02c4db; }

.calc_enquire_type .ce_btn {
  margin-top: 20px; }

.calc_enquire_type .ce_bg {
  background-color: #02c4db;
  padding: 5px 0; }

.calc_enquire_type .ce_top {
  color: #fff;
  margin-bottom: 20px; }

.calc_enquire_type .ce_txt_small {
  font-size: 14px;
  margin-bottom: 5px;
  color: #fff; }

.calc_enquire_type .ce_txt_med {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff; }

.calc_enquire_type .ce_cost {
  font-size: 24px;
  color: #333; }

.calc_enquire_type .ce_mid .ce_txt_small {
  color: #333; }

.ce_form {
  display: none; }

.ce_form .ce_form_head_txt {
  padding-bottom: 15px;
  position: relative; }

.ce_form .back_ce_type {
  position: absolute;
  left: 0;
  top: 2px;
  color: #02c4db;
  cursor: pointer; }

.ce_form .back_ce_type:hover {
  color: #333; }

.ce_form .ce_top {
  border: 1px solid #02c4db; }

.ce_form .ce_bg {
  background-color: #02c4db;
  padding: 5px 0; }

.ce_form .ce_txt_small {
  font-size: 14px;
  margin-bottom: 2px;
  color: #fff; }

.ce_form .ce_txt_med {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff; }

.ce_form .ce_cost {
  font-size: 24px;
  color: #333; }

.ce_form .col_2 .ce_txt_small {
  color: #333; }

.ce_form .col_2 .inline {
  margin-top: 8px; }

.ce_form .ce_mid {
  padding: 20px 0; }

.ce_form .ce_mid p {
  color: #333;
  font-size: 12px; }

.ce_form .input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #02c4db;
  color: #333;
  height: 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.ce_form .input:focus {
  outline: 0;
  border: 1px solid #333; }

.ce_form .policy {
  padding: 0;
  line-height: normal;
  color: #02c4db;
  font-size: 12px;
  margin: 20px 0; }

.ce_form .policy a {
  color: #02c4db; }

.ce_form .policy a:hover {
  text-decoration: underline; }

.calc_thanks_msg {
  background-color: #02c4db;
  padding: 20px;
  text-align: center;
  display: none; }

.calc_thanks_msg h2 {
  padding: 0;
  margin: 0;
  line-height: normal;
  color: #fff; }

.calc_thanks_msg p {
  padding: 0;
  margin: 15px 0 0;
  line-height: normal;
  color: #fff;
  font-size: 14px; }

.loader {
  background-color: #02c4db;
  padding: 20px;
  text-align: center;
  color: #fff;
  display: none; }

.canvasjs-chart-credit {
  display: none; }

.calc_popup_wrapper iframe {
  border: 0 !important; }

.calc_popup_wrapper .modal-header {
  padding: 0;
  border: none;
  min-height: 0; }

.calc_popup_wrapper .modal-content {
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 12px;
  border: none; }

.calc_popup_wrapper .modal-body {
  padding: 0; }

.calc_popup_wrapper .close {
  position: absolute;
  top: 2px;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 32px;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: normal;
  font-family: Montserrat,sans-serif;
  border: 5px solid #fff;
  z-index: 1; }

.calc_popup_wrapper .close:hover {
  background-color: #fff;
  color: #000; }

.calc_popup_wrapper .close span {
  position: relative;
  top: -7px; }

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none; }

.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none; }

.modal-content {
  width: inherit;
  height: inherit;
  margin: 0 auto;
  pointer-events: all; }

input[type=range] {
  background: 0 0;
  -webkit-appearance: none;
  margin: 12.5px 0;
  width: 100%;
  height: auto !important; }

input[type=range]:focus {
  outline: 0; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0 0 0 #222,0 0 0 #2f2f2f;
  background: #fff;
  border-radius: 5px;
  border: 0 solid #000; }

input[type=range]::-webkit-slider-thumb {
  position: relative;
  z-index: 2;
  box-shadow: 1px 1px 1px #02c4db, 0 0 1px #30b4e6;
  border: 0 solid #fff;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -12px; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #fff; }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0 0 0 #222,0 0 0 #2f2f2f;
  background: #fff;
  border-radius: 5px;
  border: 0 solid #000; }

input[type=range]::-moz-range-thumb {
  position: relative;
  z-index: 2;
  box-shadow: 1px 1px 1px #02c4db, 0 0 1px #30b4e6;
  border: 0 solid #fff;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer; }

input[type=range]::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  background: 0 0;
  border-color: transparent;
  border-width: 25px 0;
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #f2f2f2;
  border: 0 solid #000;
  border-radius: 10px;
  box-shadow: 0 0 0 #222,0 0 0 #2f2f2f; }

input[type=range]::-ms-fill-upper {
  background: #fff;
  border: 0 solid #000;
  border-radius: 10px;
  box-shadow: 0 0 0 #222,0 0 0 #2f2f2f; }

input[type=range]::-ms-thumb {
  position: relative;
  z-index: 2;
  box-shadow: 1px 1px 1px #02c4db, 0 0 1px #30b4e6;
  border: 0 solid #fff;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer; }

input[type=range]:focus::-ms-fill-lower {
  background: #fff; }

input[type=range]:focus::-ms-fill-upper {
  background: #fff; }

@media only screen and (min-width: 0px) and (max-width: 760px) {
  .vc {
    position: static !important;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important; }

  .row_flex {
    display: block !important; }

  ._calc_input_wrap,
  .calc_input_wrap {
    margin-bottom: 40px; }

  ._calc_input_wrap [class*=col-],
  .calc_input_wrap [class*=col-] {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .calc_form_ver2 .input_range {
    margin-top: 17px; }

  .calc_form_ver2 .input_with_icon .input {
    padding-left: 43px; }

  .calc_form_ver2 .pf_wrap .txt {
    font-size: 16px;
    margin-bottom: 20px !important; }

  .calc_form_ver2 .pf_wrap .inline {
    display: block;
    margin-bottom: 5px; }

  .splash .white_box {
    padding: 20px; }

  .calc_results_ver2 .heading {
    text-align: center; }

  .calc_results_ver2 .text-right {
    text-align: center !important;
    margin-top: 20px; } }
@media only screen and (min-width: 761px) and (max-width: 992px) {
  .vc {
    position: static !important;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important; }

  .row_flex {
    display: block !important; }

  .calc_app_ver2 .padding,
  .splash .white_box {
    padding: 20px; } }
@media only screen and (min-width: 993px) and (max-width: 1024px) {
  .calc_app_ver2 .padding {
    padding: 20px; }

  .button {
    padding: 10px; } }
@media (min-width: 1200px) {
  .modal-lg {
    width: 1050px; } }
@media (min-width: 1300px) {
  .modal-lg {
    width: 1200px; } }
@media (min-width: 1400px) {
  .modal-lg {
    width: 1300px; } }
@media (min-width: 1500px) {
  .modal-lg {
    width: 1300px; } }
@media (min-width: 1600px) {
  .modal-lg {
    width: 1300px; } }
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .calc_app_ver2 .padding {
    padding: 20px; }

  .button {
    padding: 10px; } }
.progress {
  margin: 15px 0;
  display: none;
  height: 10px;
  background-color: rgba(5, 114, 206, 0.2);
  width: 100%;
  overflow: hidden; }

.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: #03bfd7;
  animation: indeterminateAnimation 1s infinite linear;
  transform-origin: 0% 50%; }

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(0) scaleX(0); }
  40% {
    transform: translateX(0) scaleX(0.4); }
  100% {
    transform: translateX(100%) scaleX(0.5); } }

/*# sourceMappingURL=plugins.css.map */
