*{
  margin: 0;
  padding: 0;
}
body{
  background: #000;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
label.error {
	font-size: .75rem !important;
	color: #fd6262 !important;
	font-weight: 600;
}
header{
  background: #000;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.fw300{font-weight: 300;}
.fw400{font-weight: 400;}
.fw600{font-weight: 600;}
.fw700{font-weight: 700;}
.fw800{font-weight: 800;}
a, a:hover, a:focus{
  text-decoration: none !important;
}
.btn:focus, .btn:active{
  outline: none;
  box-shadow: none !important;
}
.btn-primary.disabled, .btn-primary:disabled{
  pointer-events: none;
  opacity: .35;
}
.logo-header{
  width: 155px;
  height: 48px;
  display: flex;
}
.logo-header img{
  width: 100%;
  height: 100%;
}
.hero-section{
  width: 100%;
  /* min-height: 280px; */
  position: relative;
  background: url('../../images/landingpage/hero-circles.svg') no-repeat;
  background-position: bottom center;
  background-size:contain;
}
.hero-section.inner-section{
  background-size:100%;
}
.hero-pic {
	width: 245px;
	display: block;
	margin: 35px auto 0;
}
.hero-pic img{
  width: 100%;
}

.hero-section::after, .hero-section-inner::after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 30%;
background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 99%, rgba(0,0,0,0.65) 100%);
background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 99%, rgba(0,0,0,0.65) 100%);
background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 99%, rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
z-index: -1;
}
.hero-section h1{
  margin-top: 0px;
  font-size: 2.3rem;
  font-weight: 800;
}
.hero-section h1 > span{
  display: block;
}
.btn-secondary{
  border-radius: 50px;
  background: #fff;
  border-color: #fff;
  min-width: 100px;
  color: #000 !important;
	padding: .5rem 2rem;
}
.sub-section{
  padding: 1.5rem 0;
}
.sub-section h2, .subheader{
  font-weight: normal;
  font-size: .9rem;
  line-height: 1.5rem;
  color: #fff;
}
footer{
  background: #171717;
  padding: 40px 0;
}
footer label{
  font-size: .8rem;
  color: #acacac;
}
footer p{
  font-size: .8rem;
  line-height: 1.4rem;
}
footer ul{
  list-style: none;
}
footer ul li a.btn-link{
  font-size: .8rem;
  line-height: 1.4rem;
  color: #fff;
}
footer ul li a.btn-link:hover{
  color: #acacac;
}
.inner-section h1 > span{
  color: #acacac;
  font-size: 2rem;
}
.sub-section .form-control{
  border-radius: 4px;
  background: #2e2e2e;
  border: 1px solid #433e3e;
  color: #fff;
}
.sub-section .form-control:focus{
  box-shadow: none;
  border-color: rgb(0, 123, 255);
}
.sub-section label{
  font-size: .8rem;
  color: #acacac;
  margin-bottom: 5px;
}
.select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #433e3e;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.select-style select {
    padding: 5px 8px;
    width: 120%;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.select-style:focus{
  border-color: #007bff;
}
.select-style select:focus {
    outline: none;
    border-color: transparent !important;
    box-shadow: none !important;
}
.select-style::after{
	position: absolute;
	right: 10px;
	top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
	content: '';
	background: url('../../images/landingpage/custom-select.svg') no-repeat;
	width: 10px;
	height: 8px;
	background-size: 100%;
}
.sub-section h3{
  color: #C0C3C4;
  font-size: 1.2rem;
}
.card.dark-mode{
  background: #2E2E2E;
}
.card.dark-mode .card-body{
  padding: 2.25rem;
}
.card.dark-mode h4, .card.dark-mode p, .card.dark-mode li{
  color: #C0C3C4;
  margin-bottom: 25px;
}
.card.dark-mode h4{
  font-size: 1.1rem;
  font-weight: 600;
}
.card.dark-mode p, .card.dark-mode li{
  font-size:.85rem;
  font-weight: 400;
}
.card.dark-mode ol, .card.dark-mode ul{
  margin-left: 30px;
}
.card.dark-mode ol li ol{
  margin-top: 15px;
}
.card.dark-mode ol{ counter-reset: item }
.card.dark-mode ol li{ display: block }
.card.dark-mode ol li::before {
	content: counters(item, ".") " ";
	counter-increment: item;
	display: inline-flex;
	margin-right: 10px;
}
.h124{height: 124px !important;}
.h400{height: 400px;}
.alpha-type li{
  display: list-item !important;
}
.alpha-type li::before{display: none !important;}
.mCSB_scrollTools .mCSB_draggerContainer{
  height: 90% !important;
  margin: auto;
}
#mCSB_2_scrollbar_vertical{display: none !important;}
/* .enterprise-wrapper {
	width: 80%;
	height: 90%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 16px;
	overflow: hidden;
	right: 0;
  z-index: 2;
} */
.enterprise-wrapper {
	width: 80%;
	height: 90%;
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 16px;
	overflow: hidden;
  z-index: 2;
}
.enterprise-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mobile-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mobile-wrapper{
	width: 100%;
	height: 430px;
}
.bullets-wrapper{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bullets-wrapper ul, .mobile-frame ul{list-style: none}
.bullets-wrapper ul li{margin: 3px 0;}
.bullets-wrapper ul li a{
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	display: block;
	text-align: center;
	padding: 10px;
	border-radius: 8px;
	color: #fff;
	font-weight: 600;
  pointer-events: none;
}
.bullets-wrapper ul li a.active{
  background: #fff;
  color: #000;
  position: relative;
}
.bullets-wrapper ul li a::before,
.bullets-wrapper ul li a::after{
  width: 76px;
  height: 24px;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.bullets-wrapper ul li a::before{
  left:0;
  background: url('../../images/landingpage/enterprise-arrow.svg') no-repeat;
}

.bullets-wrapper ul li a::after{
  right:0;
  background: url('../../images/landingpage/user-arrow.svg') no-repeat;
}
.bullets-wrapper ul li a.active::before{
  left:-90px;
}
.bullets-wrapper ul li a.active::after{
  right:-90px;
}
.bullets-wrapper ul li a.active::before,
.bullets-wrapper ul li a.active::after{opacity: 1}
.mobile-frame ul li{
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.mobile-frame ul li.active{
  opacity: 1;
}
.mobile-frame{
  max-width: 215px;
  max-height: 470px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
/* .mobile-frame::after{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: url('../../images/landingpage/iphone-frame.png') no-repeat;
  background-size: 100%;
} */
.nobg-healthhome{
  background: transparent !important;
}
.nobg-healthhome::after, .nobg-healthhome::before{
  display: none;
}
@media (max-width: 1199px){

}
@media (max-width: 991px){
  .enterprise-wrapper, .bullets-wrapper{
    position: static;
  }
  .bullets-wrapper ul li a::before,
  .bullets-wrapper ul li a::after{
    display: none;
  }
}
@media (max-width: 767px) {
  .enterprise-wrapper {
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
}
@media (max-width: 575px) {
.h400{height: 200px;}
.hero-section h1 {font-size: 2rem;}
.sub-section {padding: 1rem 0;}
.hero-section, .hero-section-inner{min-height: 230px;}
.card.dark-mode .card-body {padding: .6rem;}
}
/* grid style */

.grid-container {
  display: grid;
  grid-template-columns: 0.6fr 1.7fr 0.7fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas:
    "Left-content rpm-hero-area right-content";
  align-items: center;
}

.Left-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas:
    "left-top"
    "left-bottom";
  grid-area: Left-content;
  text-align: right;
}

.left-top {
  grid-area: left-top;
  padding: 24px;
}

.left-bottom {
  grid-area: left-bottom;
  padding: 24px;
}

.rpm-hero-area {
  grid-area: rpm-hero-area;
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
}

.right-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas:
    "right-top"
    "right-bottom";
  grid-area: right-content;
}

.right-bottom {
  grid-area: right-bottom;
  padding: 24px;
}

.right-top {
  grid-area: right-top;
  padding: 24px;
}

.rpm-hero-pic img {
  width: 100%;
}

.rpm-hero-pic {
  max-width: 760px;
  width: 100%;
}
.rpm-content h1 span{
  font-weight: 400;
}
.rpm-content h2{
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
}
svg.rpmicon {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .grid-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "Left-content"
      "right-content"
      "rpm-hero-area"
  }
  .Left-content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas:
      "left-top left-bottom";
    grid-area: Left-content;
  }
  .right-content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas:
      "right-top right-bottom";
    grid-area: right-content;
  }
  .Left-content,
  .right-content {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .Left-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
      "left-top" 
      "left-bottom";
    grid-area: Left-content;
  }

  .right-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
      "right-top"
      "right-bottom";
    grid-area: right-content;
  }
}