/* Custom CSS */

/********************************************* 
* Font Awesom Icon Prep
**********************************************/
.fa-icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* Font Awesome List Item Icon */
.list-item-icon::before {
  margin-right: 0.45em;
  font-family: "Font Awesome 5 Pro";
  font-size: 28px;
  font-weight: 900;
  content: "\f058";
  color: #29abe2;
}

/********************************************* 
* Common Styles
**********************************************/

b,
strong {
  font-weight: 600;
}

/*hr {
  height: 0.1rem;
  background: linear-gradient(to right, #5d0292 0%, #67adf7 100%);
}*/

hr {
  height: 0.4rem;
  /* margin: 0px; */
  border: 0;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 119 6'%3E%3Cpath d='M119 3.8c-60 2.5-33.5-7-119 0' fill='none' stroke='%231d2d35' stroke-width='2'/%3E%3C/svg%3E")
    center/5em 100% repeat-x;
}

header {
  background-color: #fff;
}

.scroll-nav header {
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 5px rgb(0 0 0 / 8%);
}

/* Margins */
.mb-7 {
  padding-bottom: 120px;
}

/* Section Styles */

.section-color-1 {
  background-color: #ffffff;
}
.section-color-2 {
  /* background-color: #e8f7ff; */
  background-color: #def3ff;
}
.section-color-3 {
  background-color: #f7f8fa;
}
.section-color-4 {
  background-color: #ffffff;
  /* background-color: #f6f6ff; */

  /* background-color: #f5ecff; */
}

.section-py {
  padding-top: 120px;
  padding-bottom: 120px;
}
.section-pt {
  padding-top: 120px;
}
.section-pb {
  padding-bottom: 120px;
}

.feature-modal-dialog {
  max-width: 60%;
}
.feature-modal-content {
  background-color: #ffe000;
  border: solid 1px;
  border-radius: 15px;
}
.feature-modal-header button {
  position: absolute;
  right: -20px;
  top: -20px;
  /* color: #000; */
  /* opacity: 1; */
}

/* Font Styles */
.font-w-500 {
  font-weight: 500;
}

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

/* Buttons Styles */

.btn-cta {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  /* background-color: #ffee00; */
  background-color: #2633b3;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 5px;
}

.btn-cta-1 {
  background-color: #2633b3;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 5px;
  /* line-height: 40px; */
}

.btn-cta-2 {
  background-color: #2633b3;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 18px;
  border-radius: 5px;
  /* line-height: 40px; */
}

.btn-cta:hover {
  background-color: #132094;
  color: #fff;
}

.btn-ghost {
  background-color: #ffffff;
  color: #2633b3;
  border: 1px solid #2633b3;
  border-radius: 5px;
}

.btn-menu {
  border: solid 2px #090f47;
  font-size: 20px;
  font-weight: bold;
  background-color: #ffffff;
  /* line-height: 40px; */
}

@media (max-width: 991.98px) {
  .btn-cta {
    font-size: 20px;
    padding: 12px 50px;
  }
}

/* Navigation Bar */
.navbar-side {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transform: translateX(-100%);
  transition: 0.2s ease background-color, 0s linear transform 0.2s;
}
.navbar-side .navbar-side-content {
  background: #fff;
  padding: 15px;
  padding-bottom: 30px;
  height: 100%;
  transform: translateX(-100%);
  transition: 0.2s ease transform;
}
.navbar-side .navbar-side-content .nav-link {
  font-size: 2rem;
  line-height: 1rem;
}
@media (min-width: 768px) {
  .navbar-side .navbar-side-content .nav-link {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 992px) {
  .navbar-side .navbar-side-content .nav-link {
    font-size: 3.5rem;
    line-height: 3.75rem;
  }
}
.navbar-side .navbar-side-content .dropdown-menu {
  right: 0;
}
@media (min-width: 576px) {
  .navbar-side .navbar-side-content {
    max-width: 40%;
  }
}
@media (min-width: 768px) {
  .navbar-side .navbar-side-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .navbar-side .navbar-side-content {
    padding-top: 30px;
  }
}
.navbar-side .navbar-side-close {
  display: block;
  margin-left: -5px;
  display: inline-block;
}
.navbar-side.show {
  transform: translateX(0);
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.2s ease background-color, 0s linear transform 0s;
}
.navbar-side.show .navbar-side-content {
  transform: translateX(0);
}

.navbar-side .navbar-side-content .nav-link {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .navbar-side .navbar-side-content .nav-link {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 992px) {
  .navbar-side .navbar-side-content .nav-link {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

.nav-item {
  /* padding: 8px 8px; */
}

/********************************************* 
* Header Styles
**********************************************/
.burger-menu i {
  color: #2633b3;
  font-size: 24px;
}

/********************************************* 
* Footer Styles
**********************************************/
footer {
  /* background-image: url(../assets/pictures/footer-back.png); */
  /* background-repeat: no-repeat; */
  /* width: 100%; */
  /* background-size: cover; */
  /* background-color: #29abe2; */
  background-color: #f4f5f7;
}

#footer-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: -18px;
  right: 0;
  height: 18px;
  background-image: url(../assets/pictures/elements/section-jagged-seperator-grey.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

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

.quote-container {
  /* margin-top: 50px; */
  position: relative;
}

.special-headline {
  font-family: "Fjalla One", sans-serif;
  font-size: 60px;
}

.bkg-1-w-100 {
  background-color: beige;
  position: relative;
  width: 100%;
  height: 100%;
}

/* Review star */
@media (max-width: 767.98px) {
  .review-stars {
    font-size: 0.75rem;
  }
}

/********************************************* 
* Common Styles
**********************************************/

.hz-rounded-12 {
  border-radius: 12px;
}

.flip-hor {
  transform: rotate(180deg);
}

.banner {
  /* height: 40px; */
  /* padding: 0.1em; */
  padding: 10px;
  background-color: beige;
  color: #000;
  font-size: 16px;
}

/* Feature Card */
.feature-card {
  background-color: #f7f8fa;
  padding: 30px;
  margin: 10px;
  border-radius: 8px;
  min-height: 275px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* min-width: 275px; */
}
.feature-card h2 {
  font-size: 1.3em;
}
.feature-card p {
  font-size: 1.2em;
}

@media (min-width: 576px) {
  .feature-card {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (min-width: 768px) {
  .feature-card {
    flex: 0 0 calc(33.333333% - 20px);
    max-width: calc(33.333333% - 20px);
  }
}

.feature-card-icon {
}
.feature-card-icon img {
  width: 60px;
}
.feature-card-icon i {
  color: #29abe2;
  font-size: 36px;
  /* background-image: url(/assets/pictures/home/feature-tag.svg); */
}

.feature-text {
  font-size: 1.2em;
}

/* Features Side */
.feature-side {
  /* display: block; */
  /* padding-top: 20px; */
}

.feature-side-border {
  border-top: solid 5px #29abe2;
  width: 50px;
  margin-bottom: 12px;
  /* width: 100px;
  height: 0.4rem;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 119 6'%3E%3Cpath d='M119 3.8c-60 2.5-33.5-7-119 0' fill='none' stroke='%231d2d35' stroke-width='2'/%3E%3C/svg%3E")
    center/5em 100% repeat-x; */
}

.feature-side ul {
  /* list-style-type: none; */
  padding: 0px;
}

.feature-side a {
  text-decoration: none;
}

.feature-side a div {
  padding: 20px 20px;
}

.feature-side a.active div {
  background: #f7f8fa !important;
  border-radius: 8px;
  /* border-left: solid 2px #29abe2; */
}
.feature-side a.active div b {
  color: #29abe2;
}

.feature-side p {
  font-size: 1.2em;
  color: #000000;
  margin: 0px;
}

.feature-side ul li b {
  color: #000000;
}

.feature-side ul li a.active div b {
  /* color: #0065ff; */
}

.customer-quote span {
  color: #29abe2;
}
.customer-quote blockquote {
  display: inline;
}

/********************************************* 
* Home Page
**********************************************/

#home-headline {
  /* background-image: url(/assets/pictures/footer-back.png);
  background-repeat: no-repeat;
  background-size: 100% 100px; */
  /* background-image: linear-gradient(#c7eeff, #ffffff); */
  /* border-bottom-left-radius: 500px; */
  background-image: url(/assets/pictures/roof-1.png);
  background-repeat: no-repeat;
  background-size: 100% 120px;
  background-position-y: bottom;
}

#home-dashboard::before {
  position: absolute;
  content: "";
  top: -99px;
  background-image: url(../assets/pictures/roof-1.png);
  background-repeat: no-repeat;
  background-size: 100% 100px;
  background-position-y: top;
  height: 100px;
  left: 0;
  width: 100%;
}

#home-suite-feat {
}

#home-suite-feat::before {
  content: "";
  position: absolute;
  left: 0;
  top: -18px;
  right: 0;
  height: 18px;
  background-image: url(../assets/pictures/elements/section-jagged-seperator.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

#home-suite-feat .feature-list {
  border: solid 1px;
  padding: 50px 30px;
  border-radius: 2px;
  background-color: #ffffff;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  #home-suite-feat .feature-list {
    padding: 50px;
    margin-bottom: 0;
  }
}

.review-stars i {
  color: #ffe000;
}

.note {
  background-color: #fff;
  /* margin: 0 auto; */
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 120px;
  padding-right: 120px;
  /* font-family: Satisfy;
  /* font-size: 30px; */
  box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.3);

  /* border-left: 5px red solid; */
}

@media (max-width: 991.98px) {
  .note {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.note .author {
  display: block;
  margin: 40px 0 0 0;
  text-align: right;
}

/* Hide some svg below 1400px */
@media (max-width: 1399.98px) {
  .hideOn-1400 {
    display: none;
  }
}

/********************************************* 
* How It Works Page
**********************************************/
#hiwpg-suite-feats::before {
  content: "";
  position: absolute;
  left: 0;
  top: -18px;
  right: 0;
  height: 18px;
  background-image: url(../assets/pictures/elements/section-jagged-seperator.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

#hiwpg-suite-feats::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  right: 0;
  height: 18px;
  background-image: url(../assets/pictures/elements/section-jagged-seperator.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* VideoJs */
@media (min-width: 1200px) {
  #homeschool-video {
    height: 600px;
  }
}

.video-js .vjs-big-play-button {
  height: 1.5em;
  width: 1.5em;
  line-height: 1.5em;
  font-size: 5em;
  background-color: #def3ff;
  border-radius: 50%;
  color: #1d2d35;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  background-color: #396aff;
  transform: translate(-50%, -50%) scale(1.2);
  transition: all 0.4s;
}
.video-js .vjs-control-bar {
  height: 4em;

  background-color: rgba(38, 51, 179, 0.7);
}
.vjs-button > .vjs-icon-placeholder:before {
  font-size: 2.5em;
  line-height: 1.67;
}

.video-js .vjs-volume-bar {
  margin: 1.8em 0.45em;
}

.video-js .vjs-time-control {
  line-height: 4em;
}

.vjs-paused .vjs-big-play-button {
  display: block;
}

/********************************************* 
* Price Page
**********************************************/

#_pricing-headline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  right: 0;
  height: 18px;
  background-image: url(../assets/pictures/elements/section-jagged-seperator.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#pricing-matrix::before {
  content: "";
  position: absolute;
  left: 0;
  top: -18px;
  right: 0;
  height: 18px;
  background-image: url(../assets/pictures/elements/section-jagged-seperator.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

#pricing-matrix::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  right: 0;
  height: 18px;
  background-image: url(../assets/pictures/elements/section-jagged-seperator.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.price-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 15px rgb(140 152 164 / 10%);
  border: 0.0625rem solid rgba(231, 234, 243, 0.7);
}

.price-card-body {
  padding: 1.5rem;
}

.price-card-price {
  font-size: 3.5rem;
  line-height: 1.1;
}

.price-card-heading {
  font-size: 1.5rem;
}
.price-card-subheading {
  font-size: 1.5rem;
}

@media (min-width: 576px) {
  .price-card-heading {
    font-size: 1.75rem;
  }
  .price-card-subheading {
    font-size: 1.5rem;
  }
}
/*Desktop*/
@media (min-width: 992px) {
  .price-card-heading {
    font-size: 2rem;
  }
  .price-card-subheading {
    font-size: 1.75rem;
  }
}
/* XL Desktop*/
@media (min-width: 1400px) {
  .price-card-heading {
    font-size: 2rem;
  }
  .price-card-subheading {
    font-size: 1.75rem;
  }
}

.price-card-feat {
  display: flex;

  margin-bottom: 0.75rem !important;
}

.price-card-feat-icon {
  background-image: url(../assets/pictures/home/feature-tag.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  flex: 0 0 43px;
  max-width: 43px;
  line-height: 40px;
}
.price-card-feat-icon i {
  font-size: 26px;
  margin-top: 6px;
}

.price-card-feat-text {
  margin-left: 10px;
}
.price-card-feat-text h2 {
  font-size: 1.2em;
}
.price-card-feat-text p {
  font-weight: 600;
  color: #29abe2;
  /* color: #132094; */
  /* color: #1d2d35; */
}

.price-card-feat-includes {
  /* background-color: #f5ecff; */
  background-color: #f6f6ff;

  /* background-color: #fffade; */
  /* background-color: #e8d5b5; */
  /* background-color: #fbf7ff; */
  padding: 12px 12px;
}

.price-card-btn-off {
  background-color: #fff;
  color: black;
  opacity: 50%;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 700;
  padding: 12px 75px;
  cursor: none;
}

.pricing-pmt-freq:hover {
  cursor: pointer;
}

.pricing-btn-signup {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #2633b3;
  border: solid px #2633b3;

  border-radius: 0;
  padding: 12px 60px;
  /* line-height: 40px; */
}

.pricing-disclaimer {
  font-size: 14px;
  color: darkgray;
}

.price-pmt-page-frame {
  border: none;
  overflow: hidden;
  width: 450px;
  height: 700px;
}
@media (min-width: 576px) {
  .price-pmt-page-frame {
    width: 490px;
    height: 700px;
  }
}
@media (min-width: 992px) {
  .price-pmt-page-frame {
    width: 768px;
    height: 600px;
  }
}

/********************************************* 
* Modal
**********************************************/
.hz-modal {
}
.hz-modal h1 {
  line-height: 1.125;
  font-size: 2.5rem;
  font-weight: 500;
}

.hz-modal h2 {
  line-height: 1.125;
  font-size: 1.725rem;
  font-weight: 500;
}

/********************************************* 
* Payment Modal
**********************************************/

.pmt-header {
  font-size: 2.5rem;
  line-height: 1.1;
}

/********************************************* 
* Forms
**********************************************/

/* support-form */
.hz-form {
}

.hz-form h1 {
  line-height: 1.125;
  font-size: 2.5rem;
  font-weight: 300;
}

.hz-form h2 {
  line-height: 1.125;
  font-size: 1.725rem;
}
.hz-form h2 a {
  color: inherit;
  text-decoration: underline;
}
.hz-form form {
}
.hz-form form .form-group {
  margin: 1.4em 0;
}
.hz-form form .form-group label {
  font-weight: bold;
  margin-bottom: 0;
}
.hz-form form .form-group .form-note {
  /* margin: 0.25em 0 0.5em 0; */
  /* font-size: 75%; */
}
.hz-form form .form-group .form-control {
  /* border: 0.1rem solid #1d2d35; */
  border-radius: 8px;
  /* font-size: 0.875rem; */
  /* background-color: #; */
  padding: 0.8em 0.8em;
  height: auto;
}

.hz-form form .form-group .badge {
  text-transform: uppercase;
  background-color: #2633b3;
}

.hz-form form .form-group .validation-text {
  color: red;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .hz-form form .form-group .form-control {
    font-size: 1.2rem;
  }
  .hz-form form .form-group label {
    margin-bottom: 3px;
    font-size: 1.3rem;
  }
  .hz-form form .form-group .form-note {
    font-size: 100%;
  }
  .hz-form form .form-group .badge {
    font-size: 0.875rem;
  }
  .hz-form h2 {
    font-size: 2.2rem;
  }
  .form-footer-note {
    font-size: 100%;
  }
}

.tab-pane.active {
  animation: opac 1.5s;
}

@keyframes opac {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Code Added By Golak */
.mx-medium {
  max-width: 500px;
}
.dashboard-fixed {
  background: url(../assets/pictures/home/compliance-board-2.png) no-repeat top center / cover;
  /* max-width: 600px; */
  width: 450px;
  height: 379px;
  text-align: center;
}
@media (min-width: 768px) {
  .dashboard-fixed-wrapper {
    position: absolute;
  }
  .dashboard-fixed {
    max-width: 100%;
    width: 900px;
    height: 758px;
  }
}
