@import "responsive.css";
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700');
@import url('https://use.fontawesome.com/releases/v5.5.0/css/all.css');

html, body {
  max-width: 100%;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  overflow-x: hidden;
  background: #fbfbfb;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 300;
  line-height: normal;
}

h1 {
  font-size: 3em;
}

h2 {
  color: #353535;
  font-size: 2em;
}

p, h6 {
  color: #757575;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #202020;
  text-decoration: none !important;
}

a,
input, button,
.form-control {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #ffffff;
  outline: none;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h1 {
  color: #4a4a4a;
  font-weight: 700;
  text-align: center;
}

p.section-description {
  opacity: 0.5;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: center;
  color: #08131f;
}

section {
  position: relative;
  padding: 70px 0;
}

#contact,
footer {
  text-align: center;
}

@-webkit-@keyframes spinner {
  to {transform: rotate(360deg);}
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}




.custom-navbar {
  border: none;
  margin-bottom: 0;
  padding: 25px 0;
  -moz-animation: none;
  -webkit-animation: none;
  -ms-animation: none;
  animation: none;
}

.custom-navbar .navbar-brand {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -1px;
}

.top-nav-collapse {
  animation: reveal-header 0.35s ease;
  background: #343b5d;
  -moz-animation: none;
  -webkit-animation: none;
  -ms-animation: none;
}

.custom-navbar .navbar-nav {
  margin-left: 6em;
  padding-top: 10px;
  position: absolute;
  right: 3vw;
}


.custom-navbar .nav li a:hover::after, .dropdown-span:hover::after {
  width: 100%;
}
.custom-navbar .nav li a {
  padding-right: 22px;
  padding-left: 22px;
  width: fit-content;
  height: 2.2em;
  font-weight: bold !important;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  font-size: 16px;
}

.custom-navbar .nav li a:hover {
  background: transparent;
  color: #ffffff;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
  background-color: transparent;
  color: #29ca8e;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #ffffff;
  border-color: transparent;
}

#landing-banner-nursing {
  background: url(../images/eldercare/hand.jpg) no-repeat, linear-gradient(to top, rgba(67, 66, 93, 0), rgba(67, 66, 93, 0.65), #43425d);
  background-size: cover;
  vertical-align: middle;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: center;
  background-color: #43425d;
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#landing-banner-emergency {
  background: url(../images/emergency/call_center.jpg) no-repeat, linear-gradient(to top, rgba(67, 66, 93, 0), rgba(67, 66, 93, 0.65), #43425d);
  background-size: cover;
  vertical-align: middle;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: center;
  background-color: #43425d;
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#landing-banner-remote {
  background: url(../images/iot/iot-banner.jpg) no-repeat, linear-gradient(to top, rgba(67, 66, 93, 0), rgba(67, 66, 93, 0.65), #43425d);
  background-size: cover;
  vertical-align: middle;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: center;
  background-color: #43425d;
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}



@media only screen and (min-width : 992px) {
  #landing-banner-remote h1, #landing-banner-emergency h1, #landing-banner-nursing h1{
    margin-top: 1.5em !important;
    font-size: 48px !important;
  }
  #landing-banner-remote p, #landing-banner-emergency p, #landing-banner-nursing p {
    font-size: 18pt !important;
    font-weight: 700 !important;
  }
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
  #landing-banner-remote h1, #landing-banner-emergency h1, #landing-banner-nursing h1{
    margin-top: 1em !important;
    font-size: 40px !important;
  }
  #landing-banner-remote p, #landing-banner-emergency p, #landing-banner-nursing p {
    font-size: 14pt !important;
    font-weight: 700 !important;
  }
}

@media only screen and (max-width : 767px) {
  #landing-banner-remote h1, #landing-banner-emergency h1, #landing-banner-nursing h1{
    margin-top: -0.5em !important;
    font-size: 40px !important;
  }
  #landing-banner-remote p, #landing-banner-emergency p, #landing-banner-nursing p {
    font-size: 12pt !important;
    font-weight: 700 !important;
  }
}

@media only screen and (max-width : 991px) and (orientation : landscape) {
  #landing-banner-remote h1, #landing-banner-emergency h1, #landing-banner-nursing  h1{
    margin-top: -1.5em !important;
    font-size: 36px !important;
  }
  #landing-banner-remote p, #landing-banner-emergency p, #landing-banner-nursing  p {
    font-size: 12pt !important;
    font-weight: 700 !important;
  }
}

#iot-banner h1.full-width {
  margin-top: 0 !important;
}

#landing-banner h1.full-width, #iot-banner h1.full-width {
  font-weight:bold;
  font-size: 5rem;
  text-align: center;
  color:#fff;
  max-width: 100%;

}

.elder-banner-title  {
  margin-top: 0 !important;
  margin: 0 auto;
}

.tab-title {
  margin-top: 30px !important;
  margin-bottom: 50px !important;
}
.tab-title .full-width-header-title {
  text-align: center !important;
}
#tab-2 {
  background-color: white;
}



#section-privacy {    padding-bottom: 0; }
#section-privacy h1 {
  color: #4a4a4a;
  margin-bottom: 50px;
}

#section-privacy .list-group{
  margin-top: 50px;
}

#section-privacy .list-group-item{

  padding: 30px 15px !important;
  border: none;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

#section-privacy .list-group-item span{
  background-repeat: no-repeat;
  background-image: url(../images/privacy/tick-inside-circle.svg);
  background-position: center right;
}

#section-privacy .list-group-item img{
  float: left;
  top: -8px;
  position: relative;
}
#section-privacy .list-group-item span{
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4a4a4a;
}

#section-privacy p.section-description{
  color: #4a4a4a;
  font-size: 18px;
}

.privacy-policy .paragraph{color: #4a4a4a;}
.privacy-policy .paragraph h2{font-weight:400;font-size:24px;line-height:20px;color: #4a4a4a;}
.privacy-policy .paragraph p{font-weight:300;font-size:20px; line-height: 1.25;
  margin-bottom:10px;padding-top:10px;padding-bottom:10px; color: #4a4a4a}
.privacy-policy .paragraph small{font-weight:600;line-height:20px; font-size:15px;color: #4a4a4a;}


@media only screen and (max-width: 767px) {
  .nav>li{
    display: block;
    height: 50px;
    padding-top: 25px;
  }
  .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
  }
}

#feature .tab-content {
  margin-top: 50px;
}


#about .col-md-4 {
  margin: 0;
  padding: 0;
}


#about .section-title,
#pricing .section-title {
  text-align: center;
}

.pricing-title {
  padding-bottom: 5px;
}

#contact-form .col-md-12,
#contact-form .col-md-4 {
  padding-left: 0;
}

#contact-form .form-control {
  background: transparent;
  border: 3px solid #f0f0f0;
  border-radius: 0;
  box-shadow: none;
  margin: 10px 0;
}

#contact-form .form-control:focus {
  border: 3px solid #3e48ab;
}

#contact-form input {
  height: 50px;
}

#contact-form input[type='submit'] {
  background: #3f49a7;
  border-radius: 6px;
  border: 0;
  color: #ffffff;
}

#contact-form input[type='submit']:hover {
  background: #fff;
  color: #000;
  box-shadow: 0 0 14px 0 #e0e0e0;
}


footer {
  background: #ffffff !important;
}

.pos-relative {
  position: relative;
}
.footer-menu a:hover, a:active, a:focus {
  color: #7879ac;
  outline: none;
}


.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}


@media only screen and (max-width: 1200px) {
  .custom-navbar .navbar-nav {
    margin-left: 3em;
  }
}

@media only screen and (max-width: 991px) {
  section {
    padding: 60px 0;
  }
  .custom-navbar .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-navbar .nav li a {
    font-size: 16px;
    padding-right: 15px;
    padding-left: 15px;
  }
  footer {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section-title {
    padding-bottom: 20px;
  }
  .top-nav-collapse{
    background: #343b5d !important;
  }
  .custom-navbar {
    background: transparent;
    padding: 0 0;
    text-align: center;
    width: 100vw;
    height: auto;
  }
  .custom-navbar .nav li a {
    line-height: normal;
    padding: 5px;
  }
  .custom-navbar .navbar-brand{
    margin-bottom: 10px;
  }
  .custom-navbar .navbar-brand,
  .top-nav-collapse .navbar-brand {
    color: #202020;
    font-weight: normal;
  }
  .custom-navbar .nav li a,
  .top-nav-collapse .nav li a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 100%;
  }

  .top-nav-collapse .nav li a:hover {
    font-weight: bold;
  }

  .top-nav-collapse .nav li a:hover {
    font-weight: bold !important;
  }
}


.hide, .none{
  display: none;
}

.dashboard-stats-section .section-title,.about-section .section-title, .inquiry-section .section-title{
  padding-bottom: 15px;
}


.page-link{
  color: #007bff;
  font-weight: 600;
  line-height: 45px;
  font-size: 16px;
}
.page-link:hover{
  color: #007bff;
}

#pricing, #contact{ display: none; }

.team {
  padding-bottom: 50px;
}
.img-width {
  width: 179px; height: 179px; display: block; margin: 0 auto;
}
.footer-links {
  padding-bottom: 20px;
}
.social-links {
  font-size: small;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.social-links a.twitter:hover {
  color: #1da1f2 !important;
}
.social-links a.youtube:hover {
  color: #ff2905 !important;
}

.social-links a.linkedin:hover {
  color: #0077B5 !important;
}
@media(min-width:768px) {
  .custom-navbar {
    border-bottom: 0;
    background: 0 0;
  }
  .navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-brand {
    padding: 10px 15px !important;
  }

  .custom-navbar.top-nav-collapse {
    background: #343b5d;
    padding: 10px 0;
  }

  .top-nav-collapse .navbar-brand {
    color: #252525;
  }

  .top-nav-collapse .nav li a {
    color: #ffffff;
  }
}

#footer-section {
  background-color: #3c3d41;
  color: black;
}


#footer-section .navbar-brand {
  margin-top: 45px;
  height: 65px;
}

#footer-section ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.7;
}

#footer-section a {
  color: #000000;
  text-decoration: none;
}

#footer-section a:hover,
#footer-section a:focus {
  text-decoration: underline !important;
  color: #343b5c;
}


#footer-section .twitter:hover {
  color: #00aced;
}

#footer-section .btn {
  color: white;
  background-color: #d84b6b;
  border-radius: 20px;
  border: none;
  width: 150px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  line-height: 25px;
}


.nopadding {
  padding: 0 !important;
  position: relative;
  margin: 0 !important;
}

.indigo-bg{
  background: #6771E4;
  background-size: cover ;
  color: white;
}
.auto-height {
  height: auto;
}

.navbar-brand img {
  width: 150px;
}

#footer-section .footer-contact {
  display: block;
  clear: both;
  text-align: left;
  padding-top:10px;
}


.language-switcher {
  width: 60px;
}
.btn-solution:focus, .btn-solution:hover {
  color: #fff;
  outline: none !important;
  box-shadow: none;
  border-color: transparent;
}
.btn-solution {
  background: transparent;
  padding-right: 22px;
  padding-left: 22px;
  height: 35px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  border: none;
  padding-top: 5px;
  font-size: 16px;
}
.lang-dropdown {
  background: #fff;
  border-radius: 0;
  padding: 5px;
  padding-bottom: 20px;
}
.mobile-dropdown {
  background: #fff;
  border-radius: 0;
  padding: 5px;
  color: #fff;
  margin-top: 30px;
  padding-bottom: 15px !important;
}
.mobile-dropdown li {
  height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-dropdown>li>a:focus, .mobile-dropdown>li>a:hover {
  background-color: transparent;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}

.i18n-menu {
  background: transparent !important;
  color: white !important;
  font-size: 12pt !important;
  font-weight: bold !important;
  height: 33px !important;
  border: none !important;
  box-shadow: none !important;

}

.link {
  cursor: pointer;
}

.top-gradient {
  z-index: 6;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.42) 0%, rgba(0,0,0,0.02) 25%, rgba(0,0,0,0) 26%, rgba(0,0,0,0) 38%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.42) 0%,rgba(0,0,0,0.02) 25%,rgba(0,0,0,0) 26%,rgba(0,0,0,0) 38%);
  background: linear-gradient(to bottom, rgba(10, 10, 10, 0.38) 0%,rgba(0, 0, 0, 0.02) 25%,rgba(0,0,0,0) 26%,rgba(0,0,0,0) 38%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.embed-responsive-16by9 {
  z-index: 1;
  height: 90vh;
}

.mobile-button {
  margin-right: 10px;
}
@media only screen and (min-width: 768px){
  .mobile-button {display: inline-block !important;}

  .custom-navbar .navbar-nav {
    padding-left: 35%;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-navbar .navbar-nav {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}


.grow:focus, .grow:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

a:active, a:hover {
  outline-width: 0;
}
.grow {
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.grid-column {
  background-color: #ffffff;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 600px;
}

.grid-transparent {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

  @media only screen and (min-width: 991px) and (max-width: 1279px) {
    .grid-transparent {min-height: 600px;}
  }

  @media only screen and (min-width: 1280px) and (max-width: 1919px) {
    .grid-transparent {min-height: 600px;}
  }

  @media only screen and (min-width: 1920px) and (max-width: 5000px) {
    .grid-transparent {min-height: 600px;}
  }

.text-column {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  padding: 30px 0px;
}

ul.footer-contact li.span {
  letter-spacing: 1px;
}
.text-column-header{
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  width: 80%;
  text-align: left;
  margin: 0 auto;
}

.text-column-header-small{
  font-weight: 700;
  font-size: 34px;
  line-height: 54px;
  width: 80%;
  text-align: left;
  margin: 0 auto;
}

.caption h2, .section-elder h1, .full-width-header-title{
  color:#000;
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  text-align: left;
  margin: 0 auto;
}


#content1 {
  color:#000;
  padding-top: 20px;
  font-size: 20px;
  line-height: 34px;
  text-align: left;
  padding-left: 50px;
}

.caption p {
  line-height: 25px;
  font-weight: 300;
}

.caption p, .section-elder p, .full-width-paragraph, .caption p {
  color:#000;
  padding-bottom: 20px;
  font-size: 20px !important;
  line-height: 34px;
  text-align: left;
  margin: 0 auto;
}

.full-width-title, .caption h2 {
  color:#000;
  padding-top: 0px;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  text-align: left;
  margin: 0 auto;
}
.center-block {
  display:block;
  margin:0 auto;
}
.text-center {
  text-align:center !important;
}
.team .text-center {
    margin-bottom: 10px;
}
section.grid{
  padding: 0;
}

.tab-grid {
  margin-bottom: 100px;
  margin-top: 100px;
}
.iot-page, .nursing-home-page, .home_care_page, .aiaas-page{
  background-color: white;
}
.tab-grid-with-title {
  margin-bottom: 100px;
  margin-top: 50px;
}
.test-column-paragraph {
  color:#ffffff;
  padding-top: 20px;
  font-size: 20px;
  line-height: 34px;
  width: 80%;
  text-align: left;
  margin: 0 auto;
}
body {
  font-size: 1.25rem;
  line-height: 150%;
}

a.lang-switch {
  color: black !important;
}
.mobile-dropdown a.lang-switch:hover {
  background: transparent !important;
  height: 25px;
}


span.language {
  text-transform: uppercase;
}

.translate-icon {
  width: 16px;
  height: auto;
  vertical-align: middle;
}

@-moz-keyframes reveal-header {
  0% {
    top: -4em;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes reveal-header {
  0% {
    top: -4em;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

@-ms-keyframes reveal-header {
  0% {
    top: -4em;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes reveal-header {
  0% {
    top: -4em;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

ul.feature-tab{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.feature-tab li{
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  font-weight:700;
  line-height: 38px;
  border-radius: 5px;
  border: none;
  color: #000;
  font-size: 1.6rem;
  padding: 10px 15px;
  right: 0;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 50px;
}

ul.feature-tab li.current{
  background: #abff3c;
  line-height: 38px;
  border-radius: 5px;
  border: none;
  color: #000;
  right: 0;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 50px;

}

.tab-content{
  display: none;
  padding: 15px;
}

.tab-content.current{
  display: block;
}

.divider {
  height: 9px;
  margin-top: 0px;
  border-radius: 50px;
  background-color: #3f77f6;
  background-image: -webkit-gradient(linear,right top,left top,from(#3f77f5),to(#6192ff));
  background-image: linear-gradient(270deg,#2196F3,#6771e4);
  color: #3F51B5;
  width: 45px;
}

.divider-green {
  margin-top: 0px;
  border-radius: 50px;
  background-color: #208e22;
  background-image: -webkit-gradient(linear,right top,left top,from(#6cdd00),to(#208e22));
  background-image: linear-gradient(270deg,#6cdd00,#208e22);
  color: #6cdd00;
  width: 45px;
}

.title-holder {
  margin-bottom:50px;
  margin-top:50px;
}

.feature-images img {
  max-height: 500px;
  object-fit: cover;
}

.table>thead>tr>th {
  border-bottom: none !important;
}


@media screen and (max-width: 400px) {
  ul.feature-tab li {
    font-size: 1.2rem;
    padding: 10px 10px;
  }
  #content1 {
    padding-left: 0;
  }
}

.feature-tab {
  display: block;
  margin: 0 auto;
  width: max-content;
}

.column-menu {
  width: 500px;
  background: white;
  padding: 20px;
  border: 0;
  border-radius: 2px;
  margin: 0 auto;
  margin-top: 50px;
  position: absolute;
  left: 50% !important;
  margin-left: -50px;
}

.column-menu-header-title {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 11px;
}

.column-menu-desc:hover {
  box-shadow: 0 1px 10px #a9a9a9b0;
  -webkit-transition: box-shadow 2s ease-out;
  -moz-transition: box-shadow 2s ease-out;
  -o-transition: box-shadow 2s ease-out;
  border-radius: 5px;
  transition: box-shadow 2s ease-out;

}
.column-menu-desc {
  color: #5F5F5F;
  text-align: left;
  padding-top: 0;
  margin-top: 0;
  padding-left: 10px;
  height: auto;
  transition: all 0.5s ease;
  box-shadow: 0 0px 0px #d3d3d3;
  border-left: 0px solid #6d78f7;
}

.column-menu .divider-green {
  height: 4px;
  margin: 0 auto;
  display: none;
}

.column-link {
  text-shadow: none !important;
  padding-left: 0 !important;
}
.column-link::after{
  background: none !important;
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
  .custom-navbar .navbar-nav {
    width: 100vw !important;
    right: 0 !important;
  }
}

[data-i18n="linkText"] {
  visibility:hidden;
}


.custom-navbar {
  background: #343b5d94;
  padding: 10px 0;
}

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

.jumbotron{ background: transparent; margin-top: 50px;}
.jumbotron h1{
  font-size: 56px;
  font-weight: bold;
}
.jumbotron p {
  font-size: 17pt;
  font-weight: bold;
}


.hero-image {
  background-image: url(../images/oem/hero_bg_image_oem.png);
  height: 50%;
  background-position: center 30px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 150px;
}

.buttons .on-off {
  height: 40px;
  width: 3px;
  top: 100px;
  left: -8px;
}

.buttons .up {
  top: 170px;
}
.buttons .down {
  top: 250px;
}

.faq-title{font-weight: 700;
  font-size: 34px;
  line-height: 54px;
  width: 80%;}
.cc-banner.cc-bottom {
  z-index: 999999 !important;
}

.benefit-paragraph {
  color:#000;
  padding-top: 10px;
  font-size: 20px !important;
  line-height: 26px;
  text-align: left;
  margin: 0 auto;
}
.benefit-title {
  color:#000;
  padding-top: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  text-align: left;
  margin: 0 auto;
}

@media screen and (max-height: 500px) and (max-width: 767px){
  .navbar {
    transition: top 0.5s ease;
  }
  .navbar-hide {
    top: -80px;
  }
}

@media screen and (max-height: 500px) and (min-width: 768px){
  .navbar {
    transition: top 0.5s ease;
  }
  .navbar-hide {
    top: -70px;
  }
}

@media screen and (max-height: 499px), screen and (max-width: 399px)  {
  .hide-small-screen {
    display: none;
  }
}

@media screen and (min-height: 500px) and (min-width: 400px) {
  .hide-large-screen {
    display: none;
  }
}

@media screen and (max-height: 299px)  {
  .hide-very-small-screen {
    display: none;
  }
}

@media screen and (max-width: 400px)  {
  .hide-narrow-screen {
    display: none;
  }
}

.price-number {
  font-size: 40px;
  font-weight: 700;
}

input.select-dropdown {
  color: #26a69a;
}
.caret {
  background:url("http://svgshare.com/i/3Bc.svg") no-repeat 90% 50%;
  width:20px;
  height:auto;
}

.currencies { display:none }

.navbar {
  background: #333b5c !important;
}