
* {
  margin: 0;
  padding: 0;
  outline: none !important;
}

html {
  font-size: 62.5%;
}

html, body {
  height: 100%;
}

body {
  position: relative;
  background-color: #fff;
}
.banner-image {
    float:right;
}
*:focus {
  outline: none !important;
}

.wrapper {
  position: relative;
  min-height: 100%;
  border-top: 3px solid #ff3300;
}

.hp100 {
  height: 100%;
}

@media (min-width: 1024px) {
  .row20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row20 > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

.row10 > div {
  padding-left: 10px;
  padding-right: 10px;
}

.row7 {
  margin-left: -7px;
  margin-right: -7px;
}

.row7 > div {
  padding-left: 7px;
  padding-right: 7px;
}

.row5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row5 > div {
  padding-left: 5px;
  padding-right: 5px;
}

.max-w500 {
  max-width: 50rem;
}

.btn {
  text-transform: uppercase;
}

.btn > svg {
  width: 2.8rem;
  height: 2.8rem;
  margin-left: 1rem;
  margin-top: -0.2rem;
}

.btn.tt-none {
  text-transform: none;
}

.btn:focus, .btn:hover, .btn:active {
  box-shadow: none !important;
}

.btn .spinner-border {
  vertical-align: middle;
  margin-left: 0.7rem;
  margin-top: -0.1rem;
}

.btn.btn-ls-3 {
  letter-spacing: 0.3rem;
}

.btn.btn-ls-2 {
  letter-spacing: 0.2rem;
}

.btn.btn-ls-1 {
  letter-spacing: 0.1rem;
}

.btn.btn-14 {
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .btn.btn-14 {
    font-size: 1.2rem;
  }
}

.btn-sm .spinner-border {
  width: 1.4rem;
  height: 1.4rem;
  border-width: 0.2rem;
}

.btn-w150 {
  min-width: 15rem;
}

.btn-w200 {
  min-width: 20rem;
}

.btn-w250 {
  min-width: 25rem;
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hide {
  display: none;
}

.form-control {
  border-width: 1px;
}

.alert > h4, .alert > h5, .alert > h6 {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 600;
}

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

.alert-info {
  background-color: #f4f9ff;
  border-color: #548dc7;
  color: #0d5aab;
}

.alert-success {
  background-color: #f8fff5;
  border-color: #58c831;
  color: #4cb528;
}

.alert-danger {
  background-color: #fffafa;
  border-color: #eab1b7;
  color: #a71e2b;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .form-control:valid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
  background-size: 1.5rem 1.5rem !important;
}

@media (min-width: 1024px) {
  .container-sm {
    max-width: 980px;
  }
}

.font-weight-medium {
  font-weight: 500;
}

.default-list {
  padding-left: 1.8rem;
}

.default-list > li {
  padding: 0.6rem 0;
}

.font-12 {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.w15 {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  margin: -0.3rem 0.2rem 0 0;
}

.table-align-top td {
  vertical-align: top !important;
}

input[type='file'].is-invalid {
  color: #a71e2b;
}

.wp-100 {
  width: 100% !important;
}

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

.mandatory {
  color: #ff3300;
}

.header {
  padding: 2rem 0;
    text-align: center;
}

.header__right {
  text-transform: uppercase;
  text-align: center;
}

.header__right > p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 700;
  margin-bottom: 0;
}

.header__right > h4 {
  color: #6667ab;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 3rem;
  margin-bottom: 0;
  font-variant: lining-nums;
  letter-spacing: 0.25px;
}

.navbar-brand {
  display: inline-block;
    width: 300px !important;
}
/*
.navbar-brand > img {
  width: 17.4rem;
}
*/
.footer {
  margin: 0;
  padding: 3rem 0;
  color: #4d4d4d;
}

.footer__copyright > p {
  margin-bottom: 0;
}

.footer__copyright a {
  color: #000000;
}

.banner {
  background-color: #f8f5f2;
  letter-spacing: 0.025rem;
  position: relative;
}

.banner__content {
  padding: 0;
  font-family: ff-quadraat-web-pro,Times New Roman,serif;
}

.banner__content > h1 {
  font-family: ff-quadraat-web-pro,Times New Roman,serif;
  font-size: 4.rem;
  line-height: 4.7rem;
  font-weight: 400;
  margin: 2rem 0 1.5rem;
 letter-spacing: -.1rem;
  color: #000000;
}

.banner__content > p {
  font-size: 2.6rem;
  line-height: 3.4rem;
  letter-spacing: 0.025rem;
}

.divider {
  width: 16rem;
  height: 0.7rem;
  background-color: #6667ab;
  margin-bottom: 1.5rem;
}
.divider__white {
      background-color: #ffffff;
}

.banner-form {
  background-color: #ffffff;
  height: 100%;
}

.form__head {
  background-color: #6667ab;
  padding: 4rem 6rem 2rem;
}

.form__head > h3 {
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.form__head > p {
  color: #000000;
}

.form__body {
  padding: 2rem 6rem 0;
  color: #000000;
}

.trial-form label.text-uppercase {
  font-size: 1.3rem;
  line-height: 1.8rem;
  letter-spacing: 0.025rem;
}

.content-section {
  padding: 3rem 0;
  border-bottom: 0.1rem solid #e4e4e4;
}

.block {
  font-size: 2rem;
  line-height: 2.8rem;
}

.block > h2 {
  font-family: ff-quadraat-web-pro,Times New Roman,serif;
  font-size: 4.2rem;
  line-height: 5.2rem;
  font-weight: 400;
  color: #6667ab;
  letter-spacing: 0;
  margin: 0 0 1rem;
}

.block .divider {
  margin-bottom: 3rem;
}

.block ul, .block ol {
  padding-left: 1.8rem;
  margin-bottom: 0;
}

.block ul li, .block ol li {
  font-weight: 400;
  padding: 0.7rem 0;
}

.monitor {
  padding-bottom: 1.5rem;
}

.monitor .img-fluid {
  display: block;
}

.any-device .img-fluid {
  max-width: 32.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.callout-section {
  padding: 4.5rem 0;
}

.callout-item {
  text-align: center;
  color: #737373;
}

.callout-content {
  font-family: ff-quadraat-web-pro,Times New Roman,serif;
  font-size: 2.9rem;
  line-height: 4rem;
  color: #737373;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .callout-content {
    font-size: 2.5rem;
  }
}

@media (min-width: 1210px) {
  .callout-content {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2.9rem;
  }
}

.callout-content span {
  color: #6667ab;
  font-size: 8rem;
  line-height: 4rem;
  display: flex;
}

.callout-content .rdquo {
  align-self: flex-end;
  margin-bottom: -2rem;
  margin-left: 0.5rem;
}

.callout-content .ldquo {
  margin-right: 0.5rem;
  margin-top: 2rem;
}

.devices-section {
  padding: 5.5rem 0 5rem;
  border-bottom: 0.1rem solid #e4e4e4;}

.devices-title {
  color: #6667ab;
  font-size: 2.8rem;
  line-height: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 3.5rem;
}

@media (min-width: 1230px) {
  .devices-title {
    padding-left: 4.5rem;
  }
}

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

.device-item__img {
  width: 12.1rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}

.device-item > h5 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

.grey-bg {
  background-color: #f1f2ec;
  padding: 6rem 0;
}
.lt-brown-bg {
  background-color: rgba(144, 133, 127, .10 );
  padding: 6rem 0;
}
.lt-bg {
  background-color: #f8f5f2;
  padding: 6rem 0;
}

.green-bg {
  background-color: #77b318;
  padding: 5.5rem 0;
  text-align: center;
}

.brown-bg {
  background-color: rgba(144, 133, 127, .75 );
  padding: 5.5rem 0;
  text-align: center;
}
.bg {
  background-color: rgba(125, 119, 192, 1.0 );
  padding: 5.5rem 0;
  text-align: center;
}


.green-bg__title, .brown-bg__title, .bg__title {
  font-size: 3.2rem;
  line-height: 3.8rem;
  letter-spacing: 0.025rem;
  font-weight: 400;
  margin: 0 0 3rem;
  color: #000000;
  font-family: ff-quadraat-web-pro,Times New Roman,serif;
}

.bg__title {
 color: #ffffff;
}

.green-bg__title a, .brown-bg__title a {
  color: #ff3300;
  text-decoration: none !important;
}

.bg__title a {
  color: #ffffff;
  text-decoration: underline;
}
a.sign-in  {
  color: #ff3300 !important;
  text-decoration: none !important;
}
a:hover.sign-in {
  text-decoration: underline!important;
}


.green-bg__title a:hover, .brown-bg__title a:hover {
  color: #ff3300;
}

.bg__title a:hover {
  color: #ffffff;
}
.customButton { 
border:none; 
border-radius:0px;
padding:20px 50px 20px 50px;
 margin:20px 10px 10px 10px;
background-color:#084E9B;
color:#FFFFFF;
font-family: ff-scala-sans-web-pro; 
letter-spacing: .09em;
font-weight:600;
font-size:1.5rem;
opacity:1;
} 
.customButton:hover {
cursor:pointer;
background-color:#063D7A;
color:#FFFFFF;
} 



/** Media Query **/
@media (min-width: 1280px) {
  .breadcrumb {
    margin-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
.banner-image {
    float:none;
}
  .wrapper {
    border-top-width: 3px;
  }
  .header {
    padding: 1rem 0 2rem;
  }
  .header__right > p {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
  .header__right > h4 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .navbar-brand {
    max-width: 280px;
    display: block;
    margin: 1.5rem auto 1.5rem;
  }
  .navbar-brand > img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .banner {
    min-height: auto;
  }
  .banner__content {
    padding: .25rem 2rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .banner__content > h1 {
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 1rem;
      margin-top: 1rem;
  }
  .banner__content > p {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 0;
  }
  .divider {
    width: 6rem;
    height: 0.4rem;
    margin-bottom: 1rem !important;
  }
  .banner-form {
    min-height: 3rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .banner-form label.text-uppercase {
    color: #000000;
  }
  .form__head {
    padding: 2rem 2rem 1.25rem;
  }
  .form__head > h3 {
    font-size: 2.4rem;
  }
  .form__body {
    padding: 2rem 2rem 3rem;
  }
  .form-group {
    margin-bottom: 1rem;
  }
  .form-control {
    font-size: 1.4rem;
  }
  .content-section {
    padding: 3.5rem 0.5rem;
  }
  .block {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .block > h2 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  .monitor {
    padding-top: 1rem;
    padding-bottom: 0;
  }
  .callout-content {
    font-size: 2rem;
    line-height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .callout-content span {
    font-size: 6rem;
  }
  .callout-content .ldquo {
    margin-top: 1rem;
  }
  .callout-section, .grey-bg {
    padding: 3.5rem 0.5rem;
  }
  .green-bg, .brown-bg, .bg {
    padding: 2rem 0.5rem;
  }
  .green-bg__title, .brown-bg__title, .bg__title {
    font-size: 2rem;
    line-height: 2.6rem;
    margin-bottom: 2rem;
  }
  .any-device .img-fluid {
    max-width: 25rem;
    margin-top: 1rem;
  }
  .devices-section {
    padding-top: 3.5rem;
    padding-bottom: 1rem;
  }
  .devices-title {
    text-align: center;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 2.5rem;
    letter-spacing: 0.05rem;
  }
  .device-item {
    margin-bottom: 2rem;
  }
  .device-item__img {
    margin-bottom: 1.5rem;
  }
  .device-item > h5 {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
  .footer {
    padding: 2.5rem 0.5rem;
  }
  .footer__copyright {
    text-align: center;
  }
  .footer__logo {
    text-align: center;
    padding-top: 1.5rem;
  }
  .footer__logo img {
    max-width: 7.5rem;
  }
  .btn-lg {
    font-size: 1.5rem;
    padding: 1rem 1.5rem;
    letter-spacing: 0.05rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper {
    border-top-width: 3px;
  }
  .header {
    padding: 2rem 0;
  }
  .header__right > p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .header__right > h4 {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
  .banner__content > h1 {
    font-size: 3.3rem;
    line-height: 3.5rem;
    margin-bottom: 1rem;
      margin-top: 1.5rem;
  }
  .banner__content > p {
    font-size: 2rem;
  }
  .form__head {
    padding: 2.5rem 2.5rem 1.25rem;
  }
  .form__head > h3 {
    font-size: 2rem;
  }
  .form__body {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .form-group {
    margin-bottom: 1.5rem;
  }
  .banner {
    min-height: 0;
  }
  .banner__content {
    padding: 0;
  }
  .banner__content > p {
    font-size: 1.7rem;
    line-height: 2.4rem;
  }
  .banner-form {
    min-height: 0;
  }
  .divider {
    width: 10rem;
    height: 0.5rem;
  }
  .content-section, .devices-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .block {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .block > h2 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
  .callout-content {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  .green-bg, .brown-bg, .bg {
    padding: 3rem 0 4rem;
  }
  .green-bg__title, .brown-bg__title, .bg__title {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
  .devices-title {
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: 0.05rem;
  }
  .device-item {
    margin-bottom: 2rem;
  }
  .device-item > h5 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .device-item > p {
    font-size: 1.4rem;
  }
  .footer__copyright {
    font-size: 1.3rem;
  }
}

@media (min-width: 1024px) and (max-width: 1209px) {
  .header {
    padding: 2rem 0;
  }
  .banner__content > h1 {
    font-size: 3.7rem;
    line-height: 4.2rem;
    padding-top: 10px;
  }
  .banner__content > p {
    font-size: 2rem;
  }
  .form__head {
    padding: 3rem 3rem 1.5rem;
  }
  .form__head > h3 {
    font-size: 2.2rem;
  }
  .form__body {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .content-section {
    padding: 4rem 0;
  }
  .block {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .block > h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .green-bg, .brown-bg, .bg {
    padding: 3rem 0 4rem;
  }
  .green-bg__title, .brown-bg__title, .bg__title {
    font-size: 3.5rem;
  }
  .device-item {
    margin-bottom: 2rem;
  }
  .device-item > h5 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .device-item > p {
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=style.css.map */