@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  color: #323131;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1000px;
  }
}
/*********** Global style ***************/
h1 {
  font-size: 1.8rem;
  font-weight: 700;
}

li {
  margin-bottom: 10px;
}

/*.navbar {    padding: .5rem 8rem;}*/
.btn {
  border-radius: 5rem;
}

.fa {
  margin: 0 0.2rem;
}

.content {
  width: 100%;
}

.form-control {
  height: calc(1.5em + 0.75rem + 5px);
  border: 1px solid #bdbdbd;
}

form button, form .btn {
  width: 100%;
}

.form-check-label {
  font-size: 0.8rem;
}

.register-btn:focus, .register-btn:hover {
  box-shadow: 1px 0px 7px #c53c40;
}

/****************Header*******************/
.top-header {
  border-bottom: 1px solid #eeeeee;
}
.top-header a {
  color: #272a2b;
  text-transform: uppercase;
  padding: 0 10px;
  font-size: 13px;
  text-decoration: none;
}
.top-header a:last-child {
  padding: 0;
}
.top-header a:first-child::after {
  content: "|";
  margin-left: 10px;
  color: #cacfd1;
  text-decoration: none;
}
.top-header a:hover {
  color: #c53c40;
  text-decoration: none;
}

.navbar {
  padding-bottom: 0;
}

.topmenu-space {
  padding: 0 20px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  /*   padding-right: 1.2rem;
      padding-left: 1.2rem;*/
  line-height: 3rem;
}

.navbar-light .navbar-nav .nav-link {
  color: #4d4d4b;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #c53c40;
}

.sign-in {
  padding: 0.5rem 2rem;
  font-weight: 600;
  border: 1.5px solid #c53c40;
  color: #c53c40;
  background-color: white;
}

.sign-in:hover {
  color: #fff;
  background: #c53c40;
}

/*.navbar-light .navbar-nav .active>.nav-link {color:#fdb740; font-weight:600; border-bottom:5px solid;}*/
.navbar-light .navbar-nav .active .nav-link {
  color: #c53c40;
  font-weight: 600;
}

.navbar-light .navbar-nav .active .nav-link:after {
  content: "";
  bottom: -12px;
  height: 4px;
  width: 100%;
  left: 0;
  background-color: #c53c40;
  z-index: 2;
  display: block;
  position: absolute;
}

.nav-item {
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
}

/************* Main banner *************/
.hero-bg {
  width: 100%;
  float: left;
}

.hero-bg {
  background-image: url(/ps-images/hero_banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron {
  max-width: 720px;
  margin: 5rem auto 2rem auto;
  z-index: 900;
  position: relative;
  background: #fff;
  box-shadow: 0px 5px 34px rgba(204, 204, 204, 0.8);
}
.jumbotron h1 {
  font-size: 3rem;
  font-weight: 700;
}
.jumbotron h1 span {
  color: #c53c40;
}
.jumbotron p {
  font-size: 1.5rem;
  font-weight: 600;
  color: #4d4d4b;
}

.brand-separator {
  margin-bottom: 40px;
}

.side-line {
  display: inline-block;
  border-top: 4px solid #d9e7eb;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.triangle {
  display: inline-block;
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
  transform-origin: center center;
  border-bottom: 4px solid #d9e7eb;
  border-right: 4px solid #d9e7eb;
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: -9px;
}

.register-btn {
  background: #c53c40;
  color: #fff;
  font-weight: 600;
  padding: 0.7rem 2.2rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 2;
  border-radius: 5rem;
}
.register-btn .fa {
  margin-right: 0.5rem;
}

.register-btn .register-btn:hover {
  color: #fff;
}

.find-btn {
  font-size: 1rem;
  text-decoration: underline;
  text-transform: uppercase;
}

/***** Footer*****/
footer {
  border-top: 1px solid #f1f1f1;
  margin-top: 3rem;
  float: left;
  width: 100%;
}

footer p {
  font-size: 0.9rem;
}

/******************* Inner pages ******************/
.inner-head {
  background: #f8f7f7;
  height: 140px;
  margin-bottom: 4rem;
  position: relative;
}

.inner-head .headcover {
  flex: 1;
}

.inner-head:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(248, 247, 247, 0);
  border-top-color: #f8f7f7;
  border-width: 15px;
  margin-left: -15px;
}

.grey-box {
  background: #fdfcfc;
  border-radius: 0.5rem;
  padding: 2rem;
}

.grey-box .fa {
  font-size: 24px;
}

.orange-higlight {
  background: #e8faff;
  border-radius: 0.5rem;
  padding: 2rem;
}
.orange-higlight h2 {
  font-size: 1.4rem;
  font-weight: 600;
}
.orange-higlight h2 span {
  color: #fdb740;
}
.orange-higlight h2 .fa {
  font-size: 2rem;
  margin-right: 0.8rem;
  margin-top: 0.3rem;
}
.orange-higlight i.fa.fa-group {
  font-size: 3rem;
}

/** Product search ***/
.lmsearch {
  text-align: center;
}

.lmsearch .orange-higlight {
  padding: 2rem;
}

.lmsearch h1 {
  font-size: 2.2rem;
  font-weight: 800;
  display: inline-block;
}

.lmsearch h1 span {
  color: #fdb740;
  text-transform: uppercase;
}

.lmsearch h2 {
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  color: #121212;
}

.lmsearch h2 span {
  color: #c53c40;
}

.lmsearch .side-line {
  width: 250px;
}

.lm-contentbar h3 {
  color: #c53c40;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
}

/** Benefits ***/
.benefits li {
  list-style: none;
  position: relative;
}

.benefits li:before {
  content: "\f058";
  margin-left: 0;
  color: #c53c40;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: -35px;
  top: 3px;
  font-size: 20px;
}

.page-home blockquote {
  padding: 1em;
  border-left: 5pt solid grey;
}
.page-home blockquote .author::before {
  content: "—";
}

/********************* Responsive css *****************/
@media (max-width: 360px) {
  .navbar-toggler {
    padding: 0.25rem 0.3rem;
  }
  .register-btn {
    padding: 0.7rem 1.2rem;
    font-size: 1rem;
  }
}
@media (min-width: 1300px) {
  .navbar, .top-header {
    padding: 0.3rem 8rem;
  }
}
@media (max-width: 767px) {
  .jumbotron {
    margin: 1rem;
  }
  .jumbotron h1 {
    font-size: 2rem;
    word-break: break-word;
  }
  .side-line {
    width: 100px;
  }
  .graph-wrap {
    padding: 1rem 1rem;
  }
  .lmsearch .orange-higlight {
    padding: 1rem;
  }
  .lmsearch .side-line {
    width: 130px;
  }
  .topmenu-space {
    text-align: center;
    width: 100%;
    padding: 5px 0;
  }
  .lmsearch h1, .lmsearch h2 {
    font-size: 1.4rem;
  }
}
@media (max-width: 454px) {
  .jumbotron h1 {
    font-size: 6.5vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 991px) {
  .navbar-light .navbar-nav .active .nav-link:after {
    bottom: 0;
  }
  .nav-item {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .navbar-light .navbar-nav .active .nav-link:after {
    bottom: 0;
  }
  .nav-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.audit-box .btn {
  border-radius: 5rem;
  background-color: #c53c40;
  color: #fff;
  font-weight: 600;
  padding: 8px 25px;
}

/* audit  */
#sidebar h5 {
  font-size: 16px;
  background: #c53c40;
  color: #fff;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px 5px 0 0;
  margin: 0;
}
#sidebar ul {
  padding: 0;
}
#sidebar li:last-child {
  border-bottom: none;
}
#sidebar li {
  border-bottom: 1px solid #eeeaea;
  list-style: none;
  padding: 0;
}
#sidebar li a {
  color: #333;
  display: block;
  padding: 14px 20px;
  font-weight: 600;
}
#sidebar li a:hover,
#sidebar li a.active {
  color: #c53c40;
  text-decoration: none;
  background: rgba(197, 60, 64, 0.0509803922);
}

.audit-box .btn {
  background-color: #c53c40;
  color: white;
}

/*FAQs */
.card-shadow {
  box-shadow: 0px 1px 17px #f1f1f1;
  border-radius: 5px;
}

.price-card .card-header {
  background: transparent;
  text-align: center;
}
.price-card .card-header h4 {
  color: #2464d1;
  font-weight: 800;
  text-transform: uppercase;
}
.price-card .card-body h1 {
  color: #4d4d4b;
  font-weight: 800;
  line-height: 1.3;
}
.price-card .card-body h1 small {
  display: block;
  font-size: 58%;
}
.price-card a.register-btn {
  width: 100%;
}

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

.benefit {
  color: #626079;
}

.benefit h2.intro-text {
  font-size: 1.9rem;
}

.benefit.jumbotron {
  background: url(/ps-images/benefit/benefit-bg.png) no-repeat;
  background-position: center center;
}

.benefit-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefit-icon {
  text-align: center;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .benefit-icon {
    text-align: right;
    margin-bottom: 0;
  }
}
.benefit-col {
  text-align: center;
}

@media (min-width: 768px) {
  .benefit-col {
    text-align: left;
  }
}
.lmsearch {
  text-align: center;
}

.lmsearch .orange-higlight {
  padding: 2rem;
}

.lmsearch h1 {
  font-size: 2.2rem;
  font-weight: 800;
  display: inline-block;
}

.lmsearch h1 span {
  color: #fdb740;
  text-transform: uppercase;
}

.lmsearch h2 {
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  color: #121212;
}

.lmsearch h2 span {
  color: #1ec2f3;
}

.lmsearch .side-line {
  width: 250px;
}

.button-submit-primary {
  background-color: #c53c40;
}