@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
.help-page-container {
  font-family: 'Roboto', sans-serif !important;
  /*  .np-control-right {
    float: right;
    position: absolute;
    right: ~"calc((100% - 870px)/2)";
    margin-top: 150px;
    z-index: 999;
    cursor: pointer;
    font-size:36px;
  }
  .np-control-left {
    float: left;
    position: absolute;
    left: ~"calc((100% - 870px)/2)";
    margin-top: 150px;
    background: #0000;
    z-index: 999;
    cursor: pointer;
    font-size:36px;
  }*/
}
.help-page-container .text-ctr {
  text-align: center;
}
.help-page-container .top-title {
  height: 28px;
  color: #000000;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 70px;
}
.help-page-container .hide {
  display: none !important;
}
.help-page-container .desc-text {
  height: 40px;
  color: #000000;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 55px;
}
.help-page-container .desc-span {
  max-width: 400px !important;
  display: block;
  margin: 0 auto;
  margin-bottom: 100px;
}
.help-page-container .template-design {
  max-width: 740px !important;
  display: block;
  margin: 0 auto;
}
.help-page-container #help-page-list {
  width: 10000px;
  float: left;
  position: relative;
}
.help-page-container .list-container {
  overflow: hidden;
  width: 900px;
}
.help-page-container .list-bullets-wrap {
  text-align: center;
  width: 100px;
  margin: 0 auto;
}
.help-page-container .list-bullets-wrap .bullets {
  margin-right: 2px;
  border-radius: 50%;
  background-color: #d8d8d8;
  display: inline-block;
  height: 7px;
  width: 7px;
}
.help-page-container .list-bullets-wrap .bullets.active {
  background-color: #44C290;
}
.help-page-container .learn-later {
  color: #35BA7C;
  font-family: Roboto;
  font-size: 16px;
  line-height: 19px;
  float: right;
  margin-right: 30px;
  margin-top: -10px;
  cursor: pointer;
}
.help-page-container .next-button {
  border: 1px solid #3DC38F;
  border-radius: 4px;
  background-color: #3DC38F;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 16px;
  float: right;
  text-align: center;
  padding: 10px;
  margin-top: -20px;
  cursor: pointer;
}
.help-page-container .prev-button {
  border: 1px solid #3DC38F;
  border-radius: 4px;
  background-color: #3DC38F;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 16px;
  float: left;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}
.help-page-container .step-circle {
  box-sizing: border-box;
  height: 52px;
  width: 52px;
  border: 2px solid #3DC38F;
  background-color: #FFFFFF;
  float: left;
  border-radius: 26px;
  color: #35BA7C;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  padding-top: 12px;
}
.help-page-container .step-spaces {
  box-sizing: border-box;
  height: 26px;
  width: 150px;
  border-bottom: 2px solid #3DC38F;
  background-color: #FFFFFF;
  float: left;
  border-bottom-style: dotted;
}
.help-page-container .pick-a-template {
  color: #000000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  padding-top: 18px;
}
.help-page-container .height-102 {
  height: 102px;
}
.help-page-container .col-12 {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  /*    padding-left: 15px;
    padding-right: 15px;*/
}
.help-page-container .col-7 {
  padding: 0 !important;
  width: 58.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
}
.help-page-container .col-6 {
  padding: 0 !important;
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
}
.help-page-container .col-5 {
  width: 41.66666667%;
  float: left;
  position: relative;
  min-height: 1px;
  /*    padding-left: 15px;
    padding-right: 15px;*/
}
.help-page-container .col-4 {
  width: 33.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
  /*    padding-left: 15px;
    padding-right: 15px;*/
}
.help-page-container .col-3 {
  width: 25%;
  float: left;
  position: relative;
  min-height: 1px;
  /*  padding-left: 15px;
    padding-right: 15px;*/
}
.help-page-container .col-2 {
  width: 16.66666667%;
  float: left;
  position: relative;
  min-height: 1px;
  /*    padding-left: 15px;
    padding-right: 15px;*/
}
.help-page-container .embed > iframe {
  width: 70%;
  height: 400px;
}
.help-page-container .button-wrap {
  text-align: center;
  margin-bottom: 20px;
  padding: 0 30px;
  width: calc(100% - 60px);
}
.modalOverlay {
  overflow: auto;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  outline: 0;
  color: #333333;
  background-color: #f5f5f5;
}
.modal-cont {
  width: 900px;
  margin: 45px auto;
  max-width: 100% !important;
  position: relative;
  background-color: #ffffff;
  min-width: 180px;
  border: none;
  border-radius: 4px;
  min-height: 400px;
  overflow: hidden;
}
.modal-close-help {
  padding: 5px;
  position: fixed;
  right: 18px;
  top: 0px;
  width: 24px;
  color: #fff;
  font-size: 46px;
  cursor: pointer;
}
