/* Mixin */
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: flex;
}

body {
  color: #54536C;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: block;
}

@media screen and (min-width: 991px) {
  .navbar .custom_container, footer .custom_container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
.spacing, .vHome .howToRecord, .vHome .rating {
  padding: 70px 0;
}
@media screen and (min-width: 768px) {
  .spacing, .vHome .howToRecord, .vHome .rating {
    padding: 100px 0;
  }
}

.h2, .vHome .howToRecord h2, .vHome .rating h2 {
  color: #54536C;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 100px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .h2, .vHome .howToRecord h2, .vHome .rating h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .h2, .vHome .howToRecord h2, .vHome .rating h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 579px) {
  .h2, .vHome .howToRecord h2, .vHome .rating h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.sub-h2 {
  color: #54536C;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin: 0 auto 20px;
  line-height: 1.3;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .sub-h2 {
    font-size: 24px;
  }
}

.vHome {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.vHome h2 {
  display: block;
}
.vHome .navbar {
  background: none;
}
.vHome .navbar.active {
  background: #fff;
  box-shadow: 0px 1px 1px #DCE0E3;
}
.vHome .flex {
  flex-wrap: wrap;
}
.vHome .bannerWrap {
  background: #F1FDFA;
  display: block;
  position: relative;
}
.vHome .bannerWrap h1 {
  color: #54536C;
  font-size: clamp(30px, 7vw, 50px);
  font-weight: 700;
  padding-top: 4em;
  text-align: center;
  font-family: "Poppins", sans-serif;
  max-width: 830px;
  margin: 0 auto 0.5em;
}
.vHome .bannerWrap h2 {
  font-size: clamp(15px, 3vw, 18px);
  display: block;
  text-align: center;
  font-weight: 400;
  color: #54536C;
  font-family: "Open Sans", sans-serif;
  max-width: 830px;
  margin: 0 auto;
  line-height: 1.5;
}
.vHome .bannerWrap .heroCta {
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
}
.vHome .bannerWrap .heroCta p {
  text-align: center;
}
.vHome .bannerWrap .heroCta p .gradientBtn {
  margin: 0 auto;
  max-width: 310px;
}
.vHome .bannerWrap .heroCta ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin: 3em auto;
}
.vHome .bannerWrap .heroCta ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #54536C;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 0px 5px;
}
.vHome .bannerWrap .heroCta ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  display: inline-block;
  background: #63D6B5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.vHome .bannerWrap .bannerBorder {
  position: absolute;
  width: 100%;
  height: 25%;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 0;
}
.vHome .bannerWrap .video {
  position: relative;
  max-width: 900px;
  margin: 80px auto 0;
  z-index: 3;
}
.vHome .bannerWrap.chrome .video {
  position: relative;
  max-width: 900px;
  margin: 80px auto 70px;
  z-index: 3;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  overflow: hidden;
}
.vHome .bannerWrap.chrome .heroCta ul {
  justify-content: space-around;
  max-width: 725px;
}
.vHome .bannerWrap.chrome .heroCta ul li {
  font-weight: 600;
}
.vHome .bannerWrap.chrome .heroCta ul + ul {
  margin-top: -2rem;
}
.vHome .rating {
  border-bottom: 1px solid #e5e5e5;
  max-width: 900px;
  margin: 0 auto;
}
.vHome .rating h2 {
  margin-bottom: 70px;
}
.vHome .rating .flex {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 850px;
  margin: 0 auto;
  flex-wrap: nowrap;
}
.vHome .rating .flex .item {
  width: auto;
  text-align: center;
  padding: 0 20px;
}
.vHome .rating .flex .brandLogo {
  margin-bottom: 20px;
}
.vHome .rating .flex .brandLogo img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.vHome .rating .flex .star {
  margin-bottom: 0px;
}
.vHome .rating .flex .rate {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 600;
}
.vHome .rating .rating-container .star {
  display: inline-block;
  margin: 0 2px;
  text-align: center;
}
.vHome .rating .rating-container .filled-stars {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  color: green;
  white-space: nowrap;
  overflow: hidden;
}
.vHome .rating .rating-container.rating-disabled .rating-stars {
  cursor: text;
}
.vHome .rating .rating-container.is-display-only .rating-stars {
  cursor: default;
}
.vHome .rating .rating-container .rating-stars {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.vHome .rating .rating-container .rating-stars:focus {
  outline: none;
}
.vHome .rating .rating-container.rating-animate .filled-stars {
  transition: width 0.25s ease;
}
.vHome .rating .rating-input {
  display: absolute;
  cursor: pointer;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  font-size: 1px;
  border: none;
  opacity: 0;
  padding: 0;
  margin: 0;
}
.vHome .rating .theme-krajee-svg .krajee-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: cover;
}
.vHome .rating .theme-krajee-svg .filled-stars .krajee-icon-star {
  background-image: url("../img/starGreen.svg");
}
.vHome .rating .theme-krajee-svg .empty-stars .krajee-icon-star {
  background-image: url("../img/star_blank.svg");
}
.vHome .rating .theme-krajee-svg .clear-rating,
.vHome .rating .theme-krajee-svg .caption {
  display: none !important;
}
.vHome .helpCases {
  background: #fff;
}
.vHome .helpCases.chrome {
  background: #fafafa;
}
.vHome .helpCases h2 + p {
  margin-top: -10px;
}
.vHome .allInOne .item .title {
  text-align: left;
}
.vHome .allInOne .item p {
  text-align: left;
}
.vHome .allInOne .item p:not(:last-of-type) {
  min-height: 120px;
}
.vHome .reviews {
  background: #fff;
}
.vHome .howToRecord {
  background: #fff;
}
.vHome .howToRecord h2 + P {
  text-align: center;
  margin: -80px auto 100px;
  font-size: 18px;
  line-height: 24px;
}
.vHome .howToRecord h2.mw828 {
  max-width: 828px;
}
.vHome .howToRecord .flex {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.vHome .howToRecord .flex:not(:first-of-type) {
  margin-top: 140px;
}
.vHome .howToRecord .flex .txt {
  width: 40%;
}
.vHome .howToRecord .flex .txt h2 {
  font-size: 24px;
  text-align: left;
  margin: 0 0 12px;
}
.vHome .howToRecord .flex .txt h2 + p {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}
.vHome .howToRecord .flex .txt p {
  margin: 0 0 0px;
}
.vHome .howToRecord .flex .txt ul {
  display: block;
  margin-top: 30px;
}
.vHome .howToRecord .flex .txt ul li {
  max-width: 100%;
  font-size: 18px;
  line-height: 24px;
  padding-left: 18px;
  text-align: left;
  position: relative;
}
.vHome .howToRecord .flex .txt ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.vHome .howToRecord .flex .txt ul li:before {
  content: "";
  position: absolute;
  background: #63D6B5;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  left: 0px;
  top: 9px;
}
.vHome .howToRecord .flex .graphics {
  width: 57%;
}
.vHome .howToRecord .flex .graphics img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.vHome .whyVmaker.msg {
  background: #fafafa;
}

.howToRecord .flex .txt p.step {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.how h2.headH2 {
  margin-bottom: 50px;
}

.vHome .chrome {
  padding-bottom: 100px;
}
.vHome .chrome .bannerBorder {
  background: transparent;
}

.badges .flex {
  flex-wrap: nowrap;
}

@media screen and (max-width: 991px) {
  .vHome .bannerWrap .video {
    margin: 80px 15px 0;
  }
  .vHome .bannerWrap .heroCta ul {
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px auto;
  }
  .vHome .bannerWrap .heroCta ul li {
    padding: 20px;
  }
  .vHome .bannerWrap.chrome .video {
    margin: 80px 15px 70px;
  }
  .vHome .allInOne .item p:not(:last-of-type) {
    min-height: 110px;
  }
  .vHome .howToRecord h2, .vHome .howToRecord h1 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .vHome .bannerWrap .heroCta ul {
    flex-wrap: wrap;
  }
  .vHome .bannerWrap .heroCta ul li {
    width: 50%;
    padding: 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .vHome .bannerWrap {
    min-height: auto;
  }
  .vHome .bannerWrap h1 {
    font-size: 40px;
  }
  .vHome .bannerWrap.chrome .heroCta ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .vHome .bannerWrap.chrome .heroCta ul:first-child {
    margin-bottom: 0px;
  }
  .vHome .bannerWrap.chrome .heroCta ul:first-child + ul {
    margin-top: 0px;
  }
  .vHome .bannerWrap.chrome .heroCta ul li {
    justify-content: center;
    width: 100%;
  }
  .vHome .allInOne .item p:not(:last-of-type) {
    min-height: 120px;
  }
  .vHome .howToRecord .flex {
    flex-wrap: wrap;
  }
  .vHome .howToRecord .flex:not(:last-of-type) {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 50px;
  }
  .vHome .howToRecord .flex:not(:first-of-type) {
    margin-top: 50px;
  }
  .vHome .howToRecord .flex .txt {
    width: 100%;
    margin-bottom: 40px;
  }
  .vHome .howToRecord .flex .graphics {
    width: 100%;
  }
  .vHome .whyVmaker.chrome ul li img {
    width: 100%;
    max-width: auto;
  }
  .vHome .whyVmaker.chrome ul li h2 {
    text-align: left;
  }
  .vHome .whyVmaker.chrome ul li p {
    text-align: left;
  }
  .vHome .whyVmaker.chrome .flex .item > ul > li ul li {
    text-align: left;
  }
  .vHome .whyVmaker.msg ul li h2 {
    text-align: center;
  }
}
@media screen and (max-width: 639px) {
  .vHome .bannerWrap .heroCta ul {
    flex-wrap: wrap;
  }
  .vHome .bannerWrap .heroCta ul li {
    width: 50%;
    justify-content: center;
    padding: 10px 0;
  }
}
@media screen and (max-width: 579px) {
  .helpCases h2 + p {
    margin: -20px 0 40px;
  }
}
@media screen and (max-width: 479px) {
  .vHome .bannerWrap .heroCta ul {
    display: block;
    height: auto;
    overflow-x: hidden;
    clear: both;
    margin: 1em auto 0.5em;
  }
  .vHome .bannerWrap .heroCta ul li {
    position: relative;
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    white-space: pre-wrap;
    padding-left: 15px;
  }
  .vHome .bannerWrap .heroCta ul li:before {
    position: static;
    left: 0px;
    margin-top: -2px;
  }
  .vHome .bannerWrap .video {
    margin-top: 40px;
  }
  .vHome .bannerWrap .bannerBorder {
    height: 120px;
  }
  .vHome .rating .flex {
    flex-wrap: wrap;
    max-width: 300px;
  }
  .vHome .rating .flex .item {
    width: 100%;
  }
  .vHome .rating .flex .item:not(:last-of-type) {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .vHome .allInOne .item {
    margin-top: 50px;
  }
  .vHome .allInOne .item:not(:last-of-type) {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 50px;
  }
  .vHome .allInOne .item .title {
    text-align: center;
  }
  .vHome .allInOne .item p {
    text-align: center;
  }
  .vHome .allInOne .item p:not(:last-of-type) {
    min-height: auto;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=home.css.map */
