/* @include transition(all,2s,ease-out); */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
@import url(bootstrap-slider.css);
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #3D3D3D; }

.body-fixed {
  overflow: hidden; }
  .body-fixed .navbar-collapse {
    max-height: 80vh; }
    .body-fixed .navbar-collapse.show {
      overflow-y: auto; }

a {
  color: #08BBE7;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

a:hover {
  color: #08BBE7;
  text-decoration: none; }

input:focus,
button:focus,
a:focus {
  outline-width: 0;
  outline-style: solid;
  outline-color: transparent; }

button:focus,
a:focus {
  border: 0;
  outline: none; }

img {
  max-width: 100%; }

@media screen and (min-width: 48em) {
  .container {
    width: 834px;
    max-width: 768px; } }
@media screen and (min-width: 62em) {
  .container {
    width: 834px;
    max-width: 768px; } }
@media screen and (min-width: 75em) {
  .container {
    width: 834px;
    max-width: 834px; } }
.container .row {
  width: auto;
  max-width: none; }
  .container .row:before, .container .row:after {
    display: block; }
  .container .row .row {
    margin-right: -15px;
    margin-left: -15px; }

.padd-lr-0 {
  padding-left: 0;
  padding-right: 0; }

@media screen and (max-width: 36em) {
  .padd-r-0 {
    padding-right: 0; } }

input[type='checkbox'] + label,
input[type='radio'] + label {
  margin-left: 0; }

input[type='file'],
input[type='checkbox'],
input[type='radio'],
select {
  margin: 0; }

ul,
ol {
  font-family: 'Open Sans', sans-serif; }

.fig-hover:after {
  content: " ";
  clear: both;
  display: block; }
.fig-hover > div {
  position: relative; }
  .fig-hover > div > span {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0; }
.fig-hover figure {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #FFF;
  overflow: hidden; }
  .fig-hover figure:hover + span {
    bottom: -36px;
    opacity: 1; }

/* Opacity #2 */
.hover-opacity figure {
  background: #ffffff; }

.hover-opacity figure img {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.hover-opacity figure:hover img {
  opacity: 0.9; }

/* Flashing */
.hover13 figure:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s; }

@-webkit-keyframes flash {
  0% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
@keyframes flash {
  0% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
/* Shine */
.shine figure {
  position: relative; }
  .shine figure:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg); }
  .shine figure:hover:before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s; }
.shine:hover figure:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }
/* Zoom In #2 */
.zoomin figure img {
  width: 100%;
  overflow: hidden;
  height: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.zoomin figure:hover img {
  transform: scale(1.5);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */ }

.btn-orange {
  font-size: 0.75rem;
  padding: 0.5625rem 2.625rem 0.5625rem 0.9375rem;
  font-weight: 600;
  height: 38px;
  position: relative;
  border-radius: 25px;
  border: 1px solid #08BBE7;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media screen and (min-width: 48em) {
    .btn-orange {
      border-radius: 25px;
      height: 50px;
      font-size: 1rem;
      padding: 0.75rem 4.5rem 0.75rem 1.625rem; } }
  .btn-orange:after {
    position: absolute;
    right: 9px;
    top: 50%;
    margin-top: -5px;
    content: " ";
    width: 29px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    display: block; }
    @media screen and (min-width: 48em) {
      .btn-orange:after {
        margin-top: -8px;
        right: 28px;
        width: 30px;
        height: 16px; } }
  .btn-orange:hover:after {
    right: 12px; }
    @media screen and (min-width: 48em) {
      .btn-orange:hover:after {
        right: 20px; } }
  .btn-orange.btn-primary {
    background-color: #08BBE7;
    display: inline-block;
    z-index: 11; }
    .btn-orange.btn-primary:hover {
      color: #08BBE7;
      background-color: transparent;
      border-color: #08BBE7; }
    .btn-orange.btn-primary:not([href]):not([tabindex]):hover, .btn-orange.btn-primary:not([href]):not([tabindex]):focus {
      color: #08BBE7;
      background-color: transparent;
      border-color: #08BBE7; }
    .btn-orange.btn-primary:after {
      background-image: url(../images/arrow-white.svg);
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    .btn-orange.btn-primary:hover:after {
      background-image: url(../images/arrow-blue.svg); }
    .btn-orange.btn-primary:focus, .btn-orange.btn-primary.focus, .btn-orange.btn-primary:active {
      background-color: transparent !important;
      box-shadow: none;
      border: solid 1px #08BBE7 !important;
      color: #08BBE7; }
      .btn-orange.btn-primary:focus:after, .btn-orange.btn-primary.focus:after, .btn-orange.btn-primary:active:after {
        background-image: url(../images/arrow-blue.svg); }
    .btn-orange.btn-primary.active {
      background-color: transparent;
      box-shadow: 0 0 0 0.2rem rgba(237, 151, 0, 0.5); }
    .btn-orange.btn-primary:not([href]):not([tabindex]) {
      color: #FFF; }
    .btn-orange.btn-primary.btn-white-outline {
      border: 1px solid #FFF; }
      .btn-orange.btn-primary.btn-white-outline:not([href]):not([tabindex]) {
        color: #FFF;
        border: 1px solid #fff !important; }
      .btn-orange.btn-primary.btn-white-outline:hover {
        color: #FFF;
        background-color: transparent;
        border-color: #FFF; }
        .btn-orange.btn-primary.btn-white-outline:hover:not([href]):not([tabindex]):hover, .btn-orange.btn-primary.btn-white-outline:hover:not([href]):not([tabindex]):focus {
          color: #FFF;
          background-color: transparent;
          border-color: #FFF; }
        .btn-orange.btn-primary.btn-white-outline:hover:after {
          background-image: url(../images/arrow-white.svg); }
      .btn-orange.btn-primary.btn-white-outline.btn-wo-arrow {
        padding: 0.5625rem 0.9375rem; }
        @media screen and (min-width: 48em) {
          .btn-orange.btn-primary.btn-white-outline.btn-wo-arrow {
            padding: 0.75rem 1.625rem; } }
        .btn-orange.btn-primary.btn-white-outline.btn-wo-arrow::after {
          display: none; }
      .btn-orange.btn-primary.btn-white-outline:focus:after, .btn-orange.btn-primary.btn-white-outline.focus:after, .btn-orange.btn-primary.btn-white-outline:active:after {
        background-image: url(../images/arrow-white.svg); }
  .btn-orange.btn-outline-primary {
    background: transparent;
    color: #FFF; }
    .btn-orange.btn-outline-primary:hover {
      color: #FFF;
      background-color: #08BBE7;
      border-color: #08BBE7; }
    .btn-orange.btn-outline-primary:after {
      background: url(../images/arrow-white.svg) no-repeat center center; }
    .btn-orange.btn-outline-primary:hover {
      color: #FFF;
      background-color: #08BBE7;
      border-color: #08BBE7; }
      @media screen and (min-width: 48em) {
        .btn-orange.btn-outline-primary:hover:after {
          background-image: url(../images/arrow-white.svg); } }
    .btn-orange.btn-outline-primary:focus, .btn-orange.btn-outline-primary.focus, .btn-orange.btn-outline-primary:active {
      background-color: #08BBE7 !important;
      box-shadow: none !important;
      border-color: #08BBE7 !important;
      color: #FFF; }
      .btn-orange.btn-outline-primary:focus:after, .btn-orange.btn-outline-primary.focus:after, .btn-orange.btn-outline-primary:active:after {
        background-image: url(../images/arrow-white.svg); }
    .btn-orange.btn-outline-primary.active {
      box-shadow: 0 0 0 0.2rem rgba(237, 151, 0, 0.5); }
      .btn-orange.btn-outline-primary.active:after {
        background-image: url(../images/arrow-white.svg); }
  .btn-orange.btn-outline-primary-inverse {
    color: #08BBE7; }
    .btn-orange.btn-outline-primary-inverse:hover {
      color: #FFF;
      background-color: #08BBE7;
      border-color: #08BBE7; }
    .btn-orange.btn-outline-primary-inverse:after {
      background: url(../images/arrow-orange.svg) no-repeat center center; }
    .btn-orange.btn-outline-primary-inverse:hover {
      color: #FFF;
      background-color: #08BBE7;
      border-color: #08BBE7; }
      @media screen and (min-width: 48em) {
        .btn-orange.btn-outline-primary-inverse:hover:after {
          background-image: url(../images/arrow-white.svg); } }
    .btn-orange.btn-outline-primary-inverse:focus, .btn-orange.btn-outline-primary-inverse.focus, .btn-orange.btn-outline-primary-inverse:active {
      background-color: #08BBE7 !important;
      box-shadow: none !important;
      border-color: #08BBE7 !important;
      color: #FFF; }
      .btn-orange.btn-outline-primary-inverse:focus:after, .btn-orange.btn-outline-primary-inverse.focus:after, .btn-orange.btn-outline-primary-inverse:active:after {
        background-image: url(../images/arrow-white.svg); }
    .btn-orange.btn-outline-primary-inverse.active {
      box-shadow: 0 0 0 0.2rem rgba(237, 151, 0, 0.5); }
      .btn-orange.btn-outline-primary-inverse.active:after {
        background-image: url(../images/arrow-white.svg); }
  .btn-orange:focus, .btn-orange.focus, .btn-orange:active {
    box-shadow: 0 0 0 0.2rem rgba(237, 151, 0, 0.5); }

a.btn-orange {
  color: #fff; }

.btn-white {
  color: #FFF;
  border: solid 1px #FFF;
  height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 400;
  transform: scale(1);
  line-height: 16px; }
  @media screen and (min-width: 48em) {
    .btn-white {
      font-size: 24px;
      height: 48px;
      padding-left: 20px;
      padding-right: 20px;
      line-height: 24px; } }
  .btn-white:hover {
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    transform: scale(0.98); }
  .btn-white:focus, .btn-white.focus, .btn-white:active {
    background-color: transparent !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 220, 160, 0.5);
    border-color: #FFF !important;
    color: #FFF; }
  .btn-white.active {
    box-shadow: 0 0 0 0.2rem rgba(237, 151, 0, 0.5); }

.mb-100 {
  margin-bottom: 100px; }

.w-136 {
  width: 106px; }
  @media screen and (min-width: 48em) {
    .w-136 {
      width: 136px; } }

.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1; }
  .header .navbar {
    padding-left: 0;
    padding-right: 0; }
    .header .navbar .navbar-brand {
      padding-left: 0;
      margin-top: 5px; }
      @media screen and (min-width: 48em) {
        .header .navbar .navbar-brand {
          margin-top: 20px;
          margin-left: 20px; } }
      .header .navbar .navbar-brand img {
        width: 146px;
        height: 88px; }
        @media screen and (min-width: 48em) {
          .header .navbar .navbar-brand img {
            width: 165px;
            height: 92px; } }

/* input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  @include breakpoint(md) {
    margin-bottom: 0;
  }
} */
select {
  background-image: url("../images/down-arrow.png");
  background-origin: inherit;
  background-position: calc(100% - .9em) center;
  background-repeat: no-repeat;
  margin: 0 0 1rem 0;
  position: relative; }

.home-footer {
  position: absolute;
  bottom: 0;
  max-width: 834px;
  margin: 0 auto;
  right: 0;
  left: 0;
  /* .footer-logo {
    position: absolute;
    right: -3px;
    bottom: 0;
    width: 120px;
    height: auto;

    @include breakpoint(md) {
      width: 242px;
      height: auto;
    }

    img {
      width: 120px;
      @include breakpoint(md) {
        width: 100%;
      }
    }
  } */ }
  @media (max-device-width: 767px) and (orientation: landscape) {
    .home-footer {
      max-width: 540px; } }
  @media screen and (min-width: 48em) {
    .home-footer {
      position: fixed; } }
  @media screen and (min-width: 62em) {
    .home-footer {
      position: absolute; } }
  @media screen and (min-width: 75em) {
    .home-footer {
      position: absolute; } }
  @media screen and (min-width: 75em) {
    .home-footer {
      position: relative; } }
  @media screen and (min-width: 100em) {
    .home-footer {
      position: absolute; } }
  @media (max-device-width: 767px) and (orientation: landscape) {
    .home-footer {
      position: relative;
      margin-top: 80px; } }
  @media screen and (max-width: 48em) {
    .home-footer > .container {
      padding-left: 0;
      padding-right: 0; }
    .home-footer .row {
      margin-left: 0;
      margin-right: 0; }
    .home-footer [class*="col-"] {
      padding-left: 0;
      padding-right: 0; } }
  .home-footer .copy {
    color: #848484;
    padding-left: 0.625rem;
    /* font-size: $px8;
    line-height: $px11;
    margin-bottom: $px5;

    @include breakpoint(md, max-width) {
      padding-left: $px15;
      padding-right: $px15;
    }

    @include breakpoint(md) {
      font-size: $px10;
      line-height: $px16;
      margin-bottom: $px15;
    } */ }
    @media screen and (min-width: 62em) {
      .home-footer .copy {
        padding-left: 0; } }
  .home-footer .footer-image-wrapper {
    position: relative; }
    .home-footer .footer-image-wrapper img {
      width: 100%; }
  .home-footer .footerCenterContent {
    width: 70%;
    padding-left: 0.625rem;
    text-align: left;
    top: -50px;
    /*   p {
        color:#fff;
        font-family: inherit;
        font-size: 10px;
        @include breakpoint(md) {
          font-size: 12px;
        }
        a {
          color: inherit;
          font-size: inherit;
          text-decoration: underline;
        }
      } */ }
    @media screen and (min-width: 48em) {
      .home-footer .footerCenterContent {
        width: 100%;
        padding-left: 0;
        text-align: center;
        top: -40px; } }
    @media (max-device-width: 767px) and (orientation: landscape) {
      .home-footer .footerCenterContent {
        top: -30px;
        text-align: left; } }
    .home-footer .footerCenterContent p {
      color: #fff; }

.footer-nav-holder {
  position: relative;
  padding-top: 18px;
  min-height: 10px;
  overflow: hidden; }
  @media screen and (min-width: 48em) {
    .footer-nav-holder {
      padding-top: 108px;
      overflow: hidden;
      position: absolute;
      bottom: 0;
      width: 700px; } }
  @media screen and (min-width: 62em) {
    .footer-nav-holder {
      padding-top: 108px;
      overflow: hidden;
      position: relative;
      width: auto; } }
  .footer-nav-holder .footer-circle {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    border: dotted 2px #08BBE7;
    z-index: 1;
    right: 5px;
    bottom: -32px;
    width: 124px;
    height: 124px;
    padding: 0.3125rem; }
    @media screen and (min-width: 48em) {
      .footer-nav-holder .footer-circle {
        right: 126px;
        bottom: -32px;
        padding: 0.625rem;
        width: 218px;
        height: 218px; } }
    .footer-nav-holder .footer-circle img {
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      width: 112px;
      height: 112px; }
      @media screen and (min-width: 48em) {
        .footer-nav-holder .footer-circle img {
          width: 196px;
          height: 196px; } }
  .footer-nav-holder .disclaimer {
    color: #FFF;
    font-size: 0.625rem;
    margin-bottom: 30px; }
    @media screen and (min-width: 48em) {
      .footer-nav-holder .disclaimer {
        width: 50%;
        display: inline-block;
        font-size: 0.75rem;
        margin-bottom: 40px; } }
  .footer-nav-holder .copy {
    color: #848484;
    /* font-size: $px8;
    margin-bottom: 8px;

    @include breakpoint(md) {
      font-size: $px10;
      margin-bottom: 10px;
    } */ }
  .footer-nav-holder .wrapper-orange-tc {
    color: rgba(255, 255, 255, 0.6); }
  .footer-nav-holder .footer-nav {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    z-index: 10; }
    .footer-nav-holder .footer-nav a {
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      display: inline-block;
      border: solid 1px #FFF;
      width: 2.375rem;
      height: 2.375rem;
      padding: 0.5rem;
      margin-right: 5px; }
      @media screen and (min-width: 48em) {
        .footer-nav-holder .footer-nav a {
          width: 3.125rem;
          height: 3.125rem;
          padding: 0.6875rem;
          margin-right: 10px; } }
      .footer-nav-holder .footer-nav a img {
        margin: 0 auto;
        display: block;
        max-width: 100%;
        -webkit-transition: all 0.1s ease-out;
        -moz-transition: all 0.1s ease-out;
        -ms-transition: all 0.1s ease-out;
        -o-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out; }
      .footer-nav-holder .footer-nav a:hover {
        transform: scale(0.95);
        border-color: #08BBE7;
        border-width: 2px; }
        .footer-nav-holder .footer-nav a:hover img {
          transform: scale(1.2); }
  .footer-nav-holder .footerCenterContent p {
    color: #fff; }

.sticky-footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0; }
  @media screen and (min-width: 48em) {
    .sticky-footer {
      position: absolute; } }
  @media screen and (min-width: 62em) {
    .sticky-footer {
      position: relative; } }
  .sticky-footer .footer-nav-holder {
    padding-top: 68px; }
    @media screen and (min-width: 48em) {
      .sticky-footer .footer-nav-holder {
        padding-top: 0; } }
    @media screen and (min-width: 62em) {
      .sticky-footer .footer-nav-holder {
        padding-top: 68px; } }
    .sticky-footer .footer-nav-holder .footer-nav a {
      background-color: rgba(61, 61, 61, 0.2); }
      .sticky-footer .footer-nav-holder .footer-nav a:hover {
        background-color: rgba(61, 61, 61, 0.8); }
  .sticky-footer .copyNewContent {
    position: relative;
    z-index: 11;
    /* @include breakpoint(md) {
      font-size: $px12;
    } */ }
    .sticky-footer .copyNewContent p {
      color: #1B2556; }
  .sticky-footer.orange-bg .footer-nav-holder .footer-nav {
    margin-bottom: 20px; }
    .sticky-footer.orange-bg .footer-nav-holder .footer-nav a {
      background-color: transparent; }
      .sticky-footer.orange-bg .footer-nav-holder .footer-nav a:hover {
        border-color: #FFF; }

.footer-mylan-logo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 168px;
  height: 82px;
  background-color: #FFF;
  border-radius: 1.563rem 0 0 0;
  padding: 1.5rem; }
  @media screen and (min-width: 48em) {
    .footer-mylan-logo {
      right: 0; } }
  .footer-mylan-logo img {
    width: 128px;
    height: 34px; }

.stick-footer {
  position: absolute;
  bottom: 0; }
  .stick-footer > .container {
    padding-left: 0;
    padding-right: 0; }
    @media screen and (min-width: 62em) {
      .stick-footer > .container {
        padding-left: 0;
        padding-right: 0; } }
    .stick-footer > .container .row {
      margin-left: 0;
      margin-right: 0; }
      @media screen and (min-width: 62em) {
        .stick-footer > .container .row {
          margin-left: 0;
          margin-right: 0; } }
  .stick-footer .footer-nav-holder {
    overflow: visible; }
    @media screen and (min-width: 62em) {
      .stick-footer .footer-nav-holder {
        overflow: hidden; } }
  .stick-footer .footer-mylan-logo {
    right: 0; }
  @media (min-width: 576px) {
    .stick-footer .container {
      max-width: 100%; } }

@media screen and (min-width: 48em) {
  .footerCenterContent, .copyNewContent {
    text-align: center; }
    .footer-nav-holder .footerCenterContent,
    .footer-nav-holder .copyNewContent {
      padding-top: 0.625rem; } }
.footerCenterContent p, .copyNewContent p {
  font-family: inherit;
  font-size: 10px; }
  @media screen and (min-width: 48em) {
    .footerCenterContent p, .copyNewContent p {
      font-size: 12px; } }
  .footerCenterContent p a, .copyNewContent p a {
    color: inherit;
    font-size: inherit;
    font-weight: 600;
    text-decoration: underline; }

.copy {
  font-size: 0.5rem;
  line-height: 0.6875rem;
  margin-bottom: 0.3125rem; }
  @media screen and (min-width: 48em) {
    .copy {
      font-size: 0.625rem;
      line-height: 1rem;
      margin-bottom: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.footer-logo {
  position: absolute;
  right: -3px;
  bottom: 0;
  width: 120px;
  height: auto; }
  @media screen and (min-width: 48em) {
    .footer-logo {
      width: 242px;
      height: auto;
      position: fixed; } }
  @media screen and (min-width: 62em) {
    .footer-logo {
      position: absolute; } }
  .footer-logo img {
    width: 120px; }
    @media screen and (min-width: 48em) {
      .footer-logo img {
        width: 100%; } }

@media screen and (min-width: 48em) {
  .page2 {
    bottom: 30px; } }
@media screen and (min-width: 62em) {
  .page2 {
    bottom: 0; } }

@media screen and (min-width: 48em) {
  .page2 {
    bottom: 30px; } }
@media screen and (min-width: 62em) {
  .page2 {
    bottom: 0; } }

@media screen and (min-width: 48em) {
  .thankyoupage {
    bottom: 30px; } }
@media screen and (min-width: 62em) {
  .thankyoupage {
    bottom: 0; } }

@media screen and (min-width: 48em) {
  .contactuspage {
    bottom: 30px; } }
@media screen and (min-width: 62em) {
  .contactuspage {
    bottom: 0; } }

@media screen and (min-width: 48em) {
  .thankyoupage {
    bottom: 30px; } }
@media screen and (min-width: 62em) {
  .thankyoupage {
    bottom: 0; } }

.home-img-wrap {
  position: relative;
  margin-bottom: 1.563rem; }
  @media screen and (max-width: 48em) {
    .home-img-wrap > .container {
      padding-left: 0;
      padding-right: 0; }
    .home-img-wrap .row {
      margin-left: 0;
      margin-right: 0; }
    .home-img-wrap [class*="col-"] {
      padding-left: 0;
      padding-right: 0; } }

.home-circle-holder {
  position: relative;
  overflow: hidden;
  height: 168px;
  left: 0;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .home-circle-holder {
      height: 220px; } }
  .home-circle-holder .home-circle-img {
    position: absolute;
    right: -30px;
    top: -38px; }
    @media screen and (min-width: 48em) {
      .home-circle-holder .home-circle-img {
        right: -90px;
        top: -77px; } }
    .home-circle-holder .home-circle-img img {
      max-width: 207px;
      height: 207px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%; }
      @media screen and (min-width: 48em) {
        .home-circle-holder .home-circle-img img {
          max-width: 448px;
          height: 448px; } }

.home-content-holder {
  margin-bottom: 0; }
  @media (max-device-width: 767px) and (orientation: landscape) {
    .home-content-holder .main-title-orange {
      margin-bottom: 30px; } }
  @media screen and (max-width: 48em) {
    .home-content-holder .main-title-orange {
      margin-bottom: 100px; } }
  @media screen and (min-width: 62em) {
    .home-content-holder .main-title-orange {
      margin-bottom: 80px; } }
  @media screen and (min-width: 75em) {
    .home-content-holder .main-title-orange {
      margin-bottom: 164px; } }
  @media screen and (max-width: 62em) {
    .home-content-holder {
      margin-bottom: 80px; } }
  @media screen and (max-width: 75em) {
    .home-content-holder {
      margin-bottom: 100px; } }
  @media screen and (max-width: 95em) {
    .home-content-holder {
      margin-bottom: 100px; } }
  @media screen and (max-width: 100em) {
    .home-content-holder {
      margin-bottom: 140px; } }
  @media (max-device-width: 767px) and (orientation: landscape) {
    .home-content-holder {
      margin-bottom: 0; } }

.main-title-orange {
  font-size: 1.5rem;
  line-height: 1.25;
  color: #FFF;
  font-weight: 600;
  margin-bottom: 1.375rem;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 48em) {
    .main-title-orange {
      font-size: 2.5rem;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 50px; } }
  @media screen and (min-width: 75em) {
    .home-content-holder .main-title-orange {
      font-size: 50px;
      line-height: 60px; } }

@media (min-width: 320px) and (max-width: 568px) {
  .home-content-holder .main-title-orange {
    margin-bottom: 30px; } }
.bg-color-gray {
  background-color: #3D3D3D; }

.two-img-holder {
  position: relative;
  padding-top: 0;
  margin-bottom: 0;
  width: 100%;
  overflow: hidden; }
  @media screen and (min-width: 48em) {
    .two-img-holder {
      padding-top: 86px;
      margin-bottom: 40px; } }
  .two-img-holder .circle-holder {
    position: relative;
    width: 240px;
    height: 240px;
    margin: 0 auto;
    margin-top: -38px;
    margin-bottom: 50px; }
    @media screen and (max-width: 47.938em) {
      .two-img-holder .circle-holder {
        width: 234px;
        height: 234px;
        margin-bottom: 110px; } }
    @media screen and (min-width: 48em) {
      .two-img-holder .circle-holder {
        margin-top: 0;
        width: 422px;
        height: 422px;
        margin-bottom: 0; } }
    .two-img-holder .circle-holder .big-circle {
      position: absolute;
      width: 240px;
      height: 240px;
      border: dotted 2px #08BBE7;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      padding: 0.625rem; }
      @media screen and (max-width: 47.938em) {
        .two-img-holder .circle-holder .big-circle {
          width: 234px;
          height: 234px;
          margin-top: 54px; } }
      @media screen and (min-width: 48em) {
        .two-img-holder .circle-holder .big-circle {
          width: 422px;
          height: 422px;
          padding: 1.25rem; } }
      .two-img-holder .circle-holder .big-circle img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%; }
    .two-img-holder .circle-holder .small-circle {
      background-color: #3D3D3D;
      position: absolute;
      z-index: 1;
      border: dotted 2px #08BBE7;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      width: 100px;
      height: 100px;
      padding: 0.4375rem;
      right: 100%;
      bottom: -16px;
      margin-right: -65px; }
      @media screen and (max-width: 47.938em) {
        .two-img-holder .circle-holder .small-circle {
          bottom: -78px; } }
      @media screen and (min-width: 48em) {
        .two-img-holder .circle-holder .small-circle {
          width: 162px;
          height: 162px;
          padding: 0.5625rem;
          right: 100%;
          bottom: 44px;
          margin-right: -45px; } }
      .two-img-holder .circle-holder .small-circle img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%; }

.inner-content-holder {
  margin-bottom: 1.25rem;
  padding-top: 130px; }
  @media screen and (min-width: 48em) {
    .inner-content-holder {
      padding-top: 180px; } }
  .inner-content-holder .main-title-orange {
    font-size: 1.063rem;
    line-height: 26px; }
    @media screen and (min-width: 48em) {
      .inner-content-holder .main-title-orange {
        font-size: 1.5rem;
        line-height: 32px; } }
    @media screen and (min-width: 75em) {
      .inner-content-holder .main-title-orange {
        font-size: 2.5rem;
        line-height: 50px; } }

.intersection-holder {
  margin-bottom: 50px;
  position: relative; }
  .intersection-holder:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 86.6666666667%; }
  @media screen and (min-width: 48em) {
    .intersection-holder {
      margin-bottom: 16px;
      position: relative; }
      .intersection-holder:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 66.6666666667%; } }
  @media screen and (min-width: 62em) {
    .intersection-holder {
      margin-bottom: 75px; } }
  .intersection-holder:before {
    padding-top: 86%; }
    @media screen and (min-width: 48em) {
      .intersection-holder:before {
        padding-top: 50%; } }
  .intersection-holder:after {
    position: absolute;
    background: url(../images/intersection.svg) no-repeat center bottom;
    bottom: 0;
    content: ' ';
    left: 0;
    right: 0;
    top: 0;
    background-size: cover; }
  .intersection-holder .intersection-inner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding-bottom: 50px;
    display: table;
    width: 100%; }
    .intersection-holder .intersection-inner .coloumn {
      -webkit-align-self: center;
      -moz-align-self: center;
      -ms-align-self: center;
      align-self: center;
      -webkit-flex-basis: 0;
      -moz-flex-basis: 0;
      -ms-flex-basis: 0;
      flex-basis: 0;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      max-width: 70%;
      margin: 0 auto;
      text-align: center;
      color: #FFF;
      font-size: 1.063rem;
      line-height: 26px;
      display: table-cell;
      vertical-align: middle; }
      @media screen and (min-width: 48em) {
        .intersection-holder .intersection-inner .coloumn {
          font-size: 1.5rem;
          line-height: 32px; } }
      @media screen and (min-width: 75em) {
        .intersection-holder .intersection-inner .coloumn {
          font-size: 2.25rem;
          line-height: 44px; } }
      .intersection-holder .intersection-inner .coloumn strong {
        font-weight: 700; }
      .intersection-holder .intersection-inner .coloumn figure {
        margin-left: 29.5%;
        margin-right: 29.5%;
        margin-bottom: 1.875rem; }
        @media screen and (min-width: 48em) {
          .intersection-holder .intersection-inner .coloumn figure {
            margin-left: auto;
            margin-right: auto;
            max-width: 236px;
            margin-bottom: 1.875rem; } }
      .intersection-holder .intersection-inner .coloumn .col-content {
        margin-bottom: 10px; }
      .intersection-holder .intersection-inner .coloumn > span {
        display: block;
        font-size: 1.125rem;
        text-align: center;
        line-height: 20px; }
        @media screen and (min-width: 48em) {
          .intersection-holder .intersection-inner .coloumn > span {
            font-size: 1.563rem;
            line-height: 34px; } }
      .intersection-holder .intersection-inner .coloumn.large {
        max-width: 86%;
        padding-top: 15px; }

.range-slider-holder {
  min-height: 120px;
  max-width: 530px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 48em) {
    .range-slider-holder {
      margin: 75px auto; } }
  .range-slider-holder .slider-handle-holder {
    position: relative;
    padding-left: 15px;
    padding-right: 15px; }
    .range-slider-holder .slider-handle-holder:before {
      content: ' ';
      position: absolute;
      left: 0;
      top: 0;
      height: 26px;
      width: 100%;
      border-radius: 13px;
      background: #1b2556;
      /* Old browsers */
      background: -moz-linear-gradient(left, #1b2556 0%, #08bbe7 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #1b2556 0%, #08bbe7 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #1b2556 0%, #08bbe7 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed9700', endColorstr='#74e29e',GradientType=1 );
      /* IE6-9 */ }
    .range-slider-holder .slider-handle-holder.slider-handle-reverse:before {
      content: ' ';
      position: absolute;
      left: 0;
      top: 0;
      height: 26px;
      width: 100%;
      border-radius: 13px;
      background: #1b2556;
      /* Old browsers */
      background: -moz-linear-gradient(left, #1b2556 0%, #08bbe7 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #1b2556 0%, #08bbe7 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #1b2556 0%, #08bbe7 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74e29e', endColorstr='#ed9700',GradientType=1 );
      /* IE6-9 */ }
  .range-slider-holder .slider.slider-horizontal {
    z-index: 1;
    width: 100%;
    height: 20px; }
    @media screen and (min-width: 48em) {
      .range-slider-holder .slider.slider-horizontal {
        width: 500px;
        height: 26px; } }
    .range-slider-holder .slider.slider-horizontal .slider-track {
      background: transparent;
      height: 52px;
      box-shadow: none;
      top: 0;
      margin-top: 0; }
      .range-slider-holder .slider.slider-horizontal .slider-track .slider-selection {
        background: transparent;
        box-shadow: none; }
      .range-slider-holder .slider.slider-horizontal .slider-track:after {
        background: url(../images/line-strip.svg) no-repeat center center;
        content: ' ';
        position: absolute;
        height: 20px;
        width: 100%;
        left: 0;
        top: 0; }
        @media screen and (min-width: 48em) {
          .range-slider-holder .slider.slider-horizontal .slider-track:after {
            height: 26px;
            width: 100%; } }
    .range-slider-holder .slider.slider-horizontal .tooltip {
      display: none; }
    .range-slider-holder .slider.slider-horizontal .slider-handle {
      background: url(../images/range-tip.svg) no-repeat center center;
      background-size: 30px 52px;
      height: 52px;
      width: 30px;
      border-radius: 0;
      margin-left: -15px;
      margin-top: -10px; }
      @media screen and (min-width: 48em) {
        .range-slider-holder .slider.slider-horizontal .slider-handle {
          background-size: 30px 52px;
          height: 52px;
          width: 30px;
          margin-left: -15px;
          margin-top: -10px; } }
  .range-slider-holder .range-SliderValLabel-holder {
    margin-bottom: 20px; }
    @media screen and (min-width: 48em) {
      .range-slider-holder .range-SliderValLabel-holder {
        margin-bottom: 40px; } }
    .range-slider-holder .range-SliderValLabel-holder > figure {
      display: block;
      width: 78px;
      height: 78px;
      margin: 0 auto 10px; }
      @media screen and (min-width: 48em) {
        .range-slider-holder .range-SliderValLabel-holder > figure {
          width: 106px;
          height: 106px;
          margin: 0 auto 20px; } }
    .range-slider-holder .range-SliderValLabel-holder .range-SliderValLabel {
      text-align: center;
      font-size: 1rem;
      color: #3D3D3D; }
      @media screen and (min-width: 48em) {
        .range-slider-holder .range-SliderValLabel-holder .range-SliderValLabel {
          font-size: 1.5rem; } }

.percentage-slider-holder {
  display: block;
  position: relative;
  width: 100%; }
  .percentage-slider-holder .percentage-SliderValLabel-holder {
    margin-bottom: 40px; }
    @media screen and (min-width: 48em) {
      .percentage-slider-holder .percentage-SliderValLabel-holder {
        margin-bottom: 90px; } }
    .percentage-slider-holder .percentage-SliderValLabel-holder .percentage-SliderValLabel {
      border: solid 4px #08BBE7;
      display: block;
      margin: 0 auto;
      text-align: center;
      line-height: 1;
      color: #08BBE7;
      font-weight: 700;
      padding: 10px;
      width: 180px;
      height: 78px;
      border-radius: 54px;
      font-size: 46px; }
      @media screen and (min-width: 48em) {
        .percentage-slider-holder .percentage-SliderValLabel-holder .percentage-SliderValLabel {
          padding: 18px 10px;
          width: 210px;
          height: 108px;
          border-radius: 54px;
          font-size: 60px; } }
  .percentage-slider-holder .slider-handle-holder {
    width: 86%;
    max-width: 540px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto; }
    @media screen and (min-width: 48em) {
      .percentage-slider-holder .slider-handle-holder {
        width: 100%;
        max-width: 660px; } }
    .percentage-slider-holder .slider-handle-holder:before {
      position: absolute;
      left: 0;
      right: 0;
      top: -3px;
      border: solid 1px #b9b9b9;
      content: ' ';
      height: 28px;
      border-radius: 11px; }
      @media screen and (min-width: 48em) {
        .percentage-slider-holder .slider-handle-holder:before {
          top: -4px;
          height: 40px;
          border-radius: 16px; } }
  .percentage-slider-holder .slider.slider-horizontal {
    width: 100%;
    height: 32px; }
    @media screen and (min-width: 48em) {
      .percentage-slider-holder .slider.slider-horizontal {
        width: 660px;
        height: 32px; } }
    .percentage-slider-holder .slider.slider-horizontal .slider-track {
      height: 32px;
      margin-top: -16px;
      border-radius: 16px;
      box-shadow: none;
      background: transparent; }
    .percentage-slider-holder .slider.slider-horizontal .slider-selection {
      opacity: 1;
      border-radius: 0px;
      background: transparent;
      box-shadow: none;
      height: auto;
      top: -3px;
      bottom: 7px; }
      @media screen and (min-width: 48em) {
        .percentage-slider-holder .slider.slider-horizontal .slider-selection {
          top: -4px;
          bottom: -4px; } }
    .percentage-slider-holder .slider.slider-horizontal .slider-tick-container {
      margin-top: -3px;
      z-index: 1;
      height: 100%; }
      @media screen and (min-width: 48em) {
        .percentage-slider-holder .slider.slider-horizontal .slider-tick-container {
          margin-top: -4px; } }
    .percentage-slider-holder .slider.slider-horizontal .slider-tick {
      height: 28px;
      width: 30px;
      border-radius: 14px;
      margin-left: -15px;
      text-align: center;
      font-size: 10px;
      color: #c4c4c4;
      box-shadow: none;
      background-image: none;
      border: solid 1px #e1e1e1;
      background-color: #e1e1e1;
      background-color: #fff;
      opacity: 1;
      padding: 6px 0; }
      @media screen and (min-width: 48em) {
        .percentage-slider-holder .slider.slider-horizontal .slider-tick {
          font-size: 16px;
          height: 40px;
          width: 60px;
          border-radius: 20px;
          margin-left: -30px;
          padding: 6px 0; } }
    .percentage-slider-holder .slider.slider-horizontal .slider-handle {
      height: 28px;
      width: 30px;
      margin-left: -15px;
      margin-top: -3px;
      border-radius: 15px;
      box-shadow: none;
      background-image: none;
      background-color: #08BBE7; }
      @media screen and (min-width: 48em) {
        .percentage-slider-holder .slider.slider-horizontal .slider-handle {
          margin-top: -4px;
          height: 40px;
          width: 60px;
          margin-left: -30px;
          border-radius: 20px; } }
  .percentage-slider-holder.rangemore-holder .percentage-SliderValLabel-holder {
    margin-bottom: 40px; }
    @media screen and (min-width: 48em) {
      .percentage-slider-holder.rangemore-holder .percentage-SliderValLabel-holder {
        margin-bottom: 90px; } }
    .percentage-slider-holder.rangemore-holder .percentage-SliderValLabel-holder .percentage-SliderValLabel {
      padding: 14px 10px;
      font-size: 38px; }
      @media screen and (min-width: 48em) {
        .percentage-slider-holder.rangemore-holder .percentage-SliderValLabel-holder .percentage-SliderValLabel {
          padding: 26px 10px;
          font-size: 45px; } }
  .percentage-slider-holder.rangemore-holder .slider.slider-horizontal .slider-tick {
    font-size: 14px;
    padding: 8px 0;
    width: 80px;
    margin-left: -40px; }
    .percentage-slider-holder.rangemore-holder .slider.slider-horizontal .slider-tick:before {
      display: none; }
    .percentage-slider-holder.rangemore-holder .slider.slider-horizontal .slider-tick:nth-child(1):before {
      content: '0'; }
      @media screen and (min-width: 48em) {
        .percentage-slider-holder.rangemore-holder .slider.slider-horizontal .slider-tick:nth-child(1):before {
          content: '0'; } }
    .percentage-slider-holder.rangemore-holder .slider.slider-horizontal .slider-tick:nth-child(2):before {
      content: '10,000'; }
      @media screen and (min-width: 48em) {
        .percentage-slider-holder.rangemore-holder .slider.slider-horizontal .slider-tick:nth-child(2):before {
          content: '10,000'; } }
    .percentage-slider-holder.rangemore-holder .slider.slider-horizontal .slider-tick:nth-child(3):before {
      content: '25,000'; }
      @media screen and (min-width: 48em) {
        .percentage-slider-holder.rangemore-holder .slider.slider-horizontal .slider-tick:nth-child(3):before {
          content: '25,000 '; } }
    .percentage-slider-holder.rangemore-holder .slider.slider-horizontal .slider-tick:nth-child(4):before {
      content: '40,000'; }
      @media screen and (min-width: 48em) {
        .percentage-slider-holder.rangemore-holder .slider.slider-horizontal .slider-tick:nth-child(4):before {
          content: '40,000'; } }
    .percentage-slider-holder.rangemore-holder .slider.slider-horizontal .slider-tick:nth-child(5):before {
      content: '50,000'; }
      @media screen and (min-width: 48em) {
        .percentage-slider-holder.rangemore-holder .slider.slider-horizontal .slider-tick:nth-child(5):before {
          content: '50,000'; } }
    .percentage-slider-holder.rangemore-holder .slider.slider-horizontal .slider-tick:nth-child(6):before {
      content: '75,000'; }
      @media screen and (min-width: 48em) {
        .percentage-slider-holder.rangemore-holder .slider.slider-horizontal .slider-tick:nth-child(6):before {
          content: '75,000'; } }
    .percentage-slider-holder.rangemore-holder .slider.slider-horizontal .slider-tick:nth-child(7):before {
      content: '100,000'; }
      @media screen and (min-width: 48em) {
        .percentage-slider-holder.rangemore-holder .slider.slider-horizontal .slider-tick:nth-child(7):before {
          content: '100,000'; } }
  .percentage-slider-holder.rangemore-holder .slider.slider-horizontal .slider-handle {
    font-size: 14px; }
    @media screen and (min-width: 48em) {
      .percentage-slider-holder.rangemore-holder .slider.slider-horizontal .slider-handle {
        padding: 13px 0; } }

.radio-list {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%; }
  .radio-list li {
    border-bottom: solid 1px #e1e1e1;
    padding: 2px 0; }
    .radio-list li.heading h6,
    .radio-list li.heading h6 #lblmsg,
    .radio-list li.heading h6 label {
      font-size: 0.625rem;
      font-style: italic;
      color: #838383;
      font-weight: 400;
      margin-bottom: 0; }
      @media screen and (min-width: 48em) {
        .radio-list li.heading h6,
        .radio-list li.heading h6 #lblmsg,
        .radio-list li.heading h6 label {
          font-size: 0.875rem; } }
    .radio-list li.heading h6 label {
      margin-bottom: 0; }
    .radio-list li.heading .radio-option {
      font-size: 0.625rem;
      color: #838383;
      font-weight: 400;
      text-align: center; }
      @media screen and (min-width: 48em) {
        .radio-list li.heading .radio-option {
          font-size: 0.875rem; } }
    .radio-list li.radio-listing, .radio-list li.checkbox-listing {
      font-size: 0.75rem;
      color: #3D3D3D;
      line-height: 16px; }
      @media screen and (min-width: 48em) {
        .radio-list li.radio-listing, .radio-list li.checkbox-listing {
          line-height: 24px;
          font-size: 1.125rem; } }
      .radio-list li.radio-listing p, .radio-list li.checkbox-listing p {
        margin: 0; }
      .radio-list li.radio-listing .radio-option,
      .radio-list li.radio-listing .checkbox-option, .radio-list li.checkbox-listing .radio-option,
      .radio-list li.checkbox-listing .checkbox-option {
        width: 100%;
        text-align: center;
        height: 26px;
        border-radius: 24px;
        background: rgba(239, 239, 239, 0.8);
        padding-left: 5px;
        padding-right: 5px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        @media screen and (min-width: 48em) {
          .radio-list li.radio-listing .radio-option,
          .radio-list li.radio-listing .checkbox-option, .radio-list li.checkbox-listing .radio-option,
          .radio-list li.checkbox-listing .checkbox-option {
            height: 48px;
            padding-left: 10px;
            padding-right: 10px; } }
        .radio-list li.radio-listing .radio-option .custom-control-inline,
        .radio-list li.radio-listing .checkbox-option .custom-control-inline, .radio-list li.checkbox-listing .radio-option .custom-control-inline,
        .radio-list li.checkbox-listing .checkbox-option .custom-control-inline {
          padding-left: 0;
          min-height: 0.9375rem;
          margin-right: 0;
          vertical-align: top;
          width: 0.9375rem; }
          @media screen and (min-width: 48em) {
            .radio-list li.radio-listing .radio-option .custom-control-inline,
            .radio-list li.radio-listing .checkbox-option .custom-control-inline, .radio-list li.checkbox-listing .radio-option .custom-control-inline,
            .radio-list li.checkbox-listing .checkbox-option .custom-control-inline {
              min-height: 1.5rem;
              padding-left: 1.5rem; } }
        .radio-list li.radio-listing .radio-option .custom-control-label::before,
        .radio-list li.radio-listing .checkbox-option .custom-control-label::before, .radio-list li.checkbox-listing .radio-option .custom-control-label::before,
        .radio-list li.checkbox-listing .checkbox-option .custom-control-label::before {
          width: 0.9375rem;
          height: 0.9375rem;
          top: 0;
          left: 0; }
          @media screen and (min-width: 48em) {
            .radio-list li.radio-listing .radio-option .custom-control-label::before,
            .radio-list li.radio-listing .checkbox-option .custom-control-label::before, .radio-list li.checkbox-listing .radio-option .custom-control-label::before,
            .radio-list li.checkbox-listing .checkbox-option .custom-control-label::before {
              width: 1.5rem;
              height: 1.5rem;
              left: -1.5rem; } }
        .radio-list li.radio-listing .radio-option .custom-control-label::after,
        .radio-list li.radio-listing .checkbox-option .custom-control-label::after, .radio-list li.checkbox-listing .radio-option .custom-control-label::after,
        .radio-list li.checkbox-listing .checkbox-option .custom-control-label::after {
          width: 0.9375rem;
          height: 0.9375rem;
          top: 0;
          left: 0; }
          @media screen and (min-width: 48em) {
            .radio-list li.radio-listing .radio-option .custom-control-label::after,
            .radio-list li.radio-listing .checkbox-option .custom-control-label::after, .radio-list li.checkbox-listing .radio-option .custom-control-label::after,
            .radio-list li.checkbox-listing .checkbox-option .custom-control-label::after {
              width: 1.5rem;
              height: 1.5rem;
              left: -1.5rem; } }
        .radio-list li.radio-listing .radio-option .custom-control-input:checked ~ .custom-control-label::before,
        .radio-list li.radio-listing .checkbox-option .custom-control-input:checked ~ .custom-control-label::before, .radio-list li.checkbox-listing .radio-option .custom-control-input:checked ~ .custom-control-label::before,
        .radio-list li.checkbox-listing .checkbox-option .custom-control-input:checked ~ .custom-control-label::before {
          color: #fff;
          border-color: #08BBE7;
          background-color: #ffffff; }
        .radio-list li.radio-listing .radio-option .custom-radio
        .custom-control-input:checked
        ~ .custom-control-label::after,
        .radio-list li.radio-listing .checkbox-option .custom-radio
        .custom-control-input:checked
        ~ .custom-control-label::after, .radio-list li.checkbox-listing .radio-option .custom-radio
        .custom-control-input:checked
        ~ .custom-control-label::after,
        .radio-list li.checkbox-listing .checkbox-option .custom-radio
        .custom-control-input:checked
        ~ .custom-control-label::after {
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2308BBE7'/%3e%3c/svg%3e"); }
        .radio-list li.radio-listing .radio-option .custom-control-input:focus ~ .custom-control-label::before,
        .radio-list li.radio-listing .checkbox-option .custom-control-input:focus ~ .custom-control-label::before, .radio-list li.checkbox-listing .radio-option .custom-control-input:focus ~ .custom-control-label::before,
        .radio-list li.checkbox-listing .checkbox-option .custom-control-input:focus ~ .custom-control-label::before {
          box-shadow: 0 0 0 0.2rem rgba(8, 187, 231, 0.25); }
        .radio-list li.radio-listing .radio-option .col,
        .radio-list li.radio-listing .checkbox-option .col, .radio-list li.checkbox-listing .radio-option .col,
        .radio-list li.checkbox-listing .checkbox-option .col {
          border-right: solid 1px #fff;
          height: 100%;
          vertical-align: middle;
          padding-top: 5px;
          padding-bottom: 5px;
          padding-left: 0;
          padding-right: 0; }
          @media screen and (min-width: 48em) {
            .radio-list li.radio-listing .radio-option .col,
            .radio-list li.radio-listing .checkbox-option .col, .radio-list li.checkbox-listing .radio-option .col,
            .radio-list li.checkbox-listing .checkbox-option .col {
              padding-top: 12px;
              padding-bottom: 12px; } }
          .radio-list li.radio-listing .radio-option .col:last-child,
          .radio-list li.radio-listing .checkbox-option .col:last-child, .radio-list li.checkbox-listing .radio-option .col:last-child,
          .radio-list li.checkbox-listing .checkbox-option .col:last-child {
            border-right: 0; }
      .radio-list li.radio-listing .increment-counter-holder, .radio-list li.checkbox-listing .increment-counter-holder {
        display: flex;
        flex-direction: row;
        justify-content: flex-end; }
        .radio-list li.radio-listing .increment-counter-holder .input-group, .radio-list li.checkbox-listing .increment-counter-holder .input-group {
          max-width: 70px;
          text-align: center; }
          @media screen and (min-width: 48em) {
            .radio-list li.radio-listing .increment-counter-holder .input-group, .radio-list li.checkbox-listing .increment-counter-holder .input-group {
              max-width: 100px; } }
          .radio-list li.radio-listing .increment-counter-holder .input-group .form-control, .radio-list li.checkbox-listing .increment-counter-holder .input-group .form-control {
            font-size: 16px;
            font-weight: 600;
            border-top-left-radius: 15px;
            border-bottom-left-radius: 15px;
            padding: 6px;
            text-align: center;
            height: 30px;
            border: 1px solid #ced4da;
            color: #495057; }
            @media screen and (min-width: 48em) {
              .radio-list li.radio-listing .increment-counter-holder .input-group .form-control, .radio-list li.checkbox-listing .increment-counter-holder .input-group .form-control {
                height: 44px;
                font-size: 20px;
                border-top-left-radius: 21px;
                border-bottom-left-radius: 21px;
                padding: 10px 0.75rem; } }
          .radio-list li.radio-listing .increment-counter-holder .input-group .input-group-append, .radio-list li.checkbox-listing .increment-counter-holder .input-group .input-group-append {
            height: 30px;
            border-radius: 0 21px 21px 0;
            background-color: #e3e3e3;
            width: 30px; }
            @media screen and (min-width: 48em) {
              .radio-list li.radio-listing .increment-counter-holder .input-group .input-group-append, .radio-list li.checkbox-listing .increment-counter-holder .input-group .input-group-append {
                height: 44px;
                width: 40px; } }
            .radio-list li.radio-listing .increment-counter-holder .input-group .input-group-append .btn-button, .radio-list li.checkbox-listing .increment-counter-holder .input-group .input-group-append .btn-button {
              margin: 0;
              text-indent: -9999px;
              cursor: pointer;
              width: 30px;
              height: 15px;
              display: block;
              text-align: center;
              background: url(../images/triangle-up.svg) no-repeat 7px center;
              background-size: 11px 5px;
              border-bottom: solid 1px #fff; }
              @media screen and (min-width: 48em) {
                .radio-list li.radio-listing .increment-counter-holder .input-group .input-group-append .btn-button, .radio-list li.checkbox-listing .increment-counter-holder .input-group .input-group-append .btn-button {
                  width: 40px;
                  height: 22px;
                  background-position: 10px center;
                  background-size: 13px 7px; } }
            .radio-list li.radio-listing .increment-counter-holder .input-group .input-group-append .dec, .radio-list li.checkbox-listing .increment-counter-holder .input-group .input-group-append .dec {
              background-image: url(../images/triangle-down.svg);
              border-bottom: 0; }
    .radio-list li.checkbox-listing .custom-checkbox {
      /* padding-top: 12px;
      padding-bottom: 12px; */ }
      .radio-list li.checkbox-listing .custom-checkbox .custom-control-label::before {
        border-radius: 0; }
      .radio-list li.checkbox-listing .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        border-color: #08BBE7;
        background-color: #08BBE7; }
      .radio-list li.checkbox-listing .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 0.2rem rgba(8, 187, 231, 0.25); }
      .radio-list li.checkbox-listing .custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #adb5bd; }

.percentage-slider-holder .slider.slider-horizontal .slider-tick-container {
  z-index: 0; }

.percentage-slider-holder .slider.slider-horizontal .slider-handle {
  font-size: 10px;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 8px 0; }
  @media screen and (min-width: 48em) {
    .percentage-slider-holder .slider.slider-horizontal .slider-handle {
      font-size: 18px;
      line-height: 1;
      color: #fff;
      text-align: center;
      padding: 11px 0; } }

.percentage-slider-holder.rangemore-holder #slider-handle-holder1 .slider.slider-horizontal .slider-handle {
  font-size: 9px;
  padding: 9px 0;
  width: 44px;
  margin-left: -22px; }
  @media screen and (min-width: 48em) {
    .percentage-slider-holder.rangemore-holder #slider-handle-holder1 .slider.slider-horizontal .slider-handle {
      font-size: 14px;
      padding: 13px 0;
      width: 80px;
      margin-left: -40px; } }
.percentage-slider-holder.rangemore-holder #slider-handle-holder1 .slider.slider-horizontal .slider-tick {
  font-size: 9px;
  width: 44px;
  margin-left: -22px;
  padding: 6px 0; }
  @media screen and (min-width: 48em) {
    .percentage-slider-holder.rangemore-holder #slider-handle-holder1 .slider.slider-horizontal .slider-tick {
      font-size: 14px;
      width: 80px;
      margin-left: -40px;
      padding: 8px 0; } }

.condition-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 130px;
  width: 100%;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .condition-holder {
      min-height: 276px; } }

.btn-gray {
  display: inline-block;
  padding: 5px 15px;
  margin: 0 5px;
  color: #08BBE7;
  border: solid 1px #16BAE7;
  transform: scale(1);
  border-radius: 24px;
  font-size: 0.875rem; }
  @media screen and (min-width: 48em) {
    .btn-gray {
      padding: 0.3125rem 1.625rem;
      height: 48px;
      border-radius: 24px;
      font-size: 1.5rem; } }
  .btn-gray:hover {
    color: #FFF;
    border-color: #08BBE7;
    background-color: #08BBE7;
    transform: scale(0.9); }

.form-page,
.body-orange {
  background-color: #ed9700; }

.wrapper {
  min-height: calc(100vh - 149px);
  position: relative;
  display: flex; }

.height-100 {
  height: 100%;
  flex: 1; }

.contct-form {
  margin-top: 20px;
  /* Change Autocomplete styles in Chrome*/ }
  @media screen and (min-width: 48em) {
    .contct-form {
      margin-top: 10px; } }
  @media screen and (min-width: 62em) {
    .contct-form {
      margin-top: 80px; } }
  .contct-form .contant-title {
    font-size: 20px;
    line-height: 26px;
    color: #FFF;
    margin: 0 0 15px;
    font-weight: 400; }
    @media screen and (min-width: 48em) {
      .contct-form .contant-title {
        font-size: 24px;
        line-height: 34px; } }
  .contct-form .form-row .invalid-tooltip {
    margin-top: -15px; }
  .contct-form .form-control {
    width: 100%;
    background-color: transparent;
    color: #FFF;
    border-color: #FFF;
    font-weight: 400;
    font-size: 0.8125rem;
    height: 36px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px; }
    @media screen and (min-width: 48em) {
      .contct-form .form-control {
        font-size: 1.125rem;
        height: 40px; } }
    @media screen and (min-width: 62em) {
      .contct-form .form-control {
        height: 56px; } }
    .contct-form .form-control::-moz-placeholder {
      color: rgba(255, 255, 255, 0.6);
      opacity: 1; }
    .contct-form .form-control:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .contct-form .form-control::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .contct-form .form-control.is-valid {
      border-color: #0a8426; }
    .contct-form .form-control[type='text']:focus, .contct-form .form-control[type='password']:focus, .contct-form .form-control[type='date']:focus, .contct-form .form-control[type='datetime']:focus, .contct-form .form-control[type='datetime-local']:focus, .contct-form .form-control[type='month']:focus, .contct-form .form-control[type='week']:focus, .contct-form .form-control[type='email']:focus, .contct-form .form-control[type='number']:focus, .contct-form .form-control[type='search']:focus, .contct-form .form-control[type='tel']:focus, .contct-form .form-control[type='time']:focus, .contct-form .form-control[type='url']:focus, .contct-form .form-control:focus {
      background-color: #08BBE7;
      color: #FFF;
      border-color: #FFF;
      outline: none; }
  .contct-form .was-validated .form-control:valid {
    border-color: #0a8426; }
  .contct-form .valid-feedback {
    color: #0a8426; }
  .contct-form .was-validated .custom-control-input:valid ~ .custom-control-label,
  .contct-form .custom-control-input.is-valid ~ .custom-control-label {
    color: #0a8426; }
  .contct-form input:-webkit-autofill,
  .contct-form input:-webkit-autofill:hover,
  .contct-form input:-webkit-autofill:focus,
  .contct-form textarea:-webkit-autofill,
  .contct-form textarea:-webkit-autofill:hover,
  .contct-form textarea:-webkit-autofill:focus,
  .contct-form select:-webkit-autofill,
  .contct-form select:-webkit-autofill:hover,
  .contct-form select:-webkit-autofill:focus {
    border: 1px solid #ffffff;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s; }
  .contct-form .content-tc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 20px;
    font-weight: 400;
    padding-top: 15px; }
    @media screen and (min-width: 48em) {
      .contct-form .content-tc {
        font-size: 16px; } }
    .contct-form .content-tc p a {
      color: rgba(255, 255, 255, 0.6);
      text-decoration: underline; }
      .contct-form .content-tc p a:hover {
        color: #FFF; }
    .contct-form .content-tc p,
    .contct-form .content-tc label {
      color: rgba(255, 255, 255, 0.6);
      margin-bottom: 15px;
      font-size: 13px; }
      @media screen and (min-width: 48em) {
        .contct-form .content-tc p,
        .contct-form .content-tc label {
          font-size: 16px; } }
    .contct-form .content-tc label {
      padding-top: 2px; }
      @media screen and (min-width: 48em) {
        .contct-form .content-tc label {
          padding-top: 0; } }
    .contct-form .content-tc .custom-control-label {
      margin-bottom: 0; }
      .contct-form .content-tc .custom-control-label::before {
        height: 16px;
        width: 16px;
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0.6);
        border-radius: 0; }
      .contct-form .content-tc .custom-control-label::after {
        background-size: 14px 14px; }
  .contct-form ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 10px; }
    .contct-form ul li {
      font-size: 16px;
      font-weight: 300;
      color: #FFF;
      margin-bottom: 10px; }
      @media screen and (min-width: 48em) {
        .contct-form ul li {
          font-size: 18px;
          margin-bottom: 15px; } }
      @media screen and (min-width: 48em) {
        .contct-form ul li .custom-checkbox {
          padding-left: 2.5rem; } }
      .contct-form ul li .custom-checkbox .custom-control-label::before {
        background-color: transparent;
        border: solid 1px #ffffff;
        height: 16px;
        width: 16px;
        border-radius: 0; }
        @media screen and (min-width: 48em) {
          .contct-form ul li .custom-checkbox .custom-control-label::before {
            height: 18px;
            width: 18px;
            left: -2.5rem; } }
      .contct-form ul li .custom-checkbox .custom-control-label::after {
        height: 16px;
        width: 16px;
        background-size: 76%; }
        @media screen and (min-width: 48em) {
          .contct-form ul li .custom-checkbox .custom-control-label::after {
            height: 18px;
            width: 18px;
            left: -2.5rem; } }

.thanks-holder {
  margin-top: 30px;
  margin-bottom: 80px; }
  @media screen and (min-width: 48em) {
    .thanks-holder {
      margin-top: 64px;
      margin-bottom: 95px; } }
  .thanks-holder figure {
    padding-left: 50px;
    padding-right: 50px;
    display: block; }
    @media screen and (min-width: 48em) {
      .thanks-holder figure {
        padding-left: 0;
        padding-right: 0; } }
    .thanks-holder figure img {
      max-width: 100%;
      margin: 0 auto;
      display: block; }
  @media screen and (min-width: 48em) {
    .thanks-holder .row {
      margin-bottom: 3.125rem; } }
  .thanks-holder .survay {
    width: 90%;
    font-size: 26px;
    color: #08BBE7;
    text-align: center;
    margin: 0 auto 20px;
    font-weight: 400;
    line-height: 1.24; }
    @media screen and (min-width: 48em) {
      .thanks-holder .survay {
        width: 76%;
        margin: 0 auto 40px;
        font-size: 36px; } }
    .thanks-holder .survay-content {
      width: 90%;
      font-weight: 400;
      color: #FFF;
      margin: 0 auto 20px;
      text-align: center; }
      @media screen and (min-width: 48em) {
        .thanks-holder .survay-content {
          width: 76%;
          margin: 0 auto 40px; } }
      .thanks-holder .survay-content h2 {
        line-height: 24px;
        font-size: 18px;
        max-width: 640px;
        font-weight: 400;
        color: #FFF;
        text-transform: none; }
        @media screen and (min-width: 48em) {
          .thanks-holder .survay-content h2 {
            line-height: 34px;
            font-size: 24px; } }
      .thanks-holder .survay-content ul {
        list-style: none;
        padding: 0;
        margin: 0;
        padding-bottom: 10px; }
        .thanks-holder .survay-content ul li {
          font-size: 16px;
          font-weight: 300;
          color: #FFF;
          margin-bottom: 10px; }
          @media screen and (min-width: 48em) {
            .thanks-holder .survay-content ul li {
              font-size: 18px;
              margin-bottom: 15px; } }
          @media screen and (min-width: 48em) {
            .thanks-holder .survay-content ul li .custom-checkbox {
              padding-left: 2.5rem; } }
          .thanks-holder .survay-content ul li .custom-checkbox .custom-control-label::before {
            background-color: transparent;
            border: solid 1px #ffffff;
            height: 16px;
            width: 16px;
            border-radius: 0; }
            @media screen and (min-width: 48em) {
              .thanks-holder .survay-content ul li .custom-checkbox .custom-control-label::before {
                height: 18px;
                width: 18px;
                left: -2.5rem; } }
          .thanks-holder .survay-content ul li .custom-checkbox .custom-control-label::after {
            height: 16px;
            width: 16px;
            background-size: 76%; }
            @media screen and (min-width: 48em) {
              .thanks-holder .survay-content ul li .custom-checkbox .custom-control-label::after {
                height: 18px;
                width: 18px;
                left: -2.5rem; } }
          .thanks-holder .survay-content ul li label {
            color: #ffffff !important;
            font-size: 18px;
            line-height: 1.5;
            font-weight: 300; }
    .thanks-holder .survay-note {
      font-size: 0.625rem;
      margin-bottom: 10px;
      color: #fff;
      padding-top: 30px; }

.btn-outline-white {
  color: #FFF;
  padding: 0.375rem 1.25rem;
  height: 38px;
  position: relative;
  border-radius: 25px;
  border: 1px solid #FFF;
  font-size: 18px;
  line-height: 22px;
  margin-left: 15px;
  margin-right: 15px;
  z-index: 99;
  transform: scale(1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media screen and (min-width: 48em) {
    .btn-outline-white {
      padding: 0.75rem 1.875rem;
      height: 50px;
      position: relative;
      border-radius: 25px;
      border: 1px solid #FFF;
      font-size: 24px;
      line-height: 24px;
      margin-left: 25px;
      margin-right: 25px; } }
  .btn-outline-white:hover {
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    transform: scale(0.95); }
  .btn-outline-white:focus, .btn-outline-white.focus, .btn-outline-white:active {
    background-color: transparent !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 220, 160, 0.5);
    border-color: #FFF !important;
    color: #FFF; }
  .btn-outline-white.active {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-white:focus, .btn-outline-white.focus, .btn-outline-white:active {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.bg-wrapper-gray {
  background-color: #1B2556;
  /* @include breakpoint(md) {
    .stick-footer {
      position: relative;
    }
  } */ }
  .bg-wrapper-gray .sticky-footer {
    position: absolute; }
    .bg-wrapper-gray .sticky-footer .container {
      padding-right: 0; }
    @media screen and (min-width: 36em) {
      .bg-wrapper-gray .sticky-footer {
        position: relative; }
        .bg-wrapper-gray .sticky-footer .container {
          padding-right: 0; } }

.bg-wrapper-orange {
  background-color: #1B2556; }

.bg-wrapper-gray,
.bg-wrapper-orange {
  min-height: 100vh;
  margin: 0 auto;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 48em) {
    .bg-wrapper-gray,
    .bg-wrapper-orange {
      width: 834px;
      max-width: 768px; } }
  @media screen and (min-width: 62em) {
    .bg-wrapper-gray,
    .bg-wrapper-orange {
      width: 834px;
      max-width: 768px; } }
  @media screen and (min-width: 75em) {
    .bg-wrapper-gray,
    .bg-wrapper-orange {
      width: 834px;
      max-width: 834px; } }

.ajax-loader {
  display: none;
  background-color: white;
  position: relative;
  z-index: +100 !important;
  /* width: 40px;
  height: 40px; */
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 3px;
  vertical-align: middle;
  top: -3px;
  left: -17px; }
  .ajax-loader img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block; }

/*# sourceMappingURL=styles.css.map */
