/* CONVERT YOUR PDF BANNER */
/* .convert-pdf__banner {
  padding-top: 40px;
  padding-bottom: 60px;
} */

/* .convert-pdf__banner h2 {
  font-weight: 700;
  margin-top: 20px;
  font-size: 40px !important;
} */

/* .convert-pdf__banner > .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
} */

/* .convert-pdf__banner a {
  background: #fff;
  border-radius: 30px;
  text-transform: uppercase;
  color: #3461c9;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 35px;
  min-width: 146px;
  margin-top: 20px;
  display: block;
  float: right;
  transition: 0.075s color linear, 0.075s background linear;
} */

/* .convert-pdf__banner a:hover {
  background: #133c9b;
  color: #fff;
} */

.convert-pdf__banner .white {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .convert-pdf__banner {
    text-align: center;
  }

  .convert-pdf__banner a {
    float: none;
    max-width: fit-content;
  }

  .help-guides__list {
    text-align: left !important;
  }

  .convert-pdf__banner h2 {
    font-size: 1.3rem !important;
    line-height: 1.2;
    /* line-height: 1.6rem !important; */
  }
}

@media screen and (max-width: 480px) {
  .convert-pdf__banner h2 {
    font-size: 1.3rem !important;
    line-height: 1.2;
    /* line-height: 1.6rem; */
    padding-bottom: 1rem;
  }
}

/* CONVERT YOUR PDF BANNER END */

/* HELP GUIDES START */

.section-help {
  position: relative;
}

#publuu {
    padding: 0;
}

.section-help.single {
  padding-top: 70px;
}

.section-help .box {
  max-width: 1170px;
  margin: 0 auto;
  padding: 30px 15px;
}

.section-help .post {
  margin-top: 40px;
  background: #fafafa;
  border-radius: 20px;
  max-height: 640px;
  float: left;
  overflow: hidden;
  width: 100%;
}

.section-help .post .edit {
  margin: 0 20px;
  position: relative;
  height: 285px;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  width: 95%;
  background-color: #fafafa;
}

.section-help .post .edit * {
  width: 95%;
}

.section-help .post a img {
  width: 100%;
  height: auto;
}

.section-help .post .edit .taxonomy {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 95%;
}

.section-help .post .edit .datetime {
  font-size: 14px;
  margin-top: 20px;
  width: 5%;
  float: right;
  text-align: right;
  display: none;
}

.section-help .post .edit .excerptpost {
  float: left;
  height: 100%;
  position: relative;
}

.section-help .dark {
  color: #273e5d;
}

.section-help .mediumcolor {
  color: #444e5a;
}

.section-help .content p {
  margin: 15px 0 0;
  font-size: 17px;
  line-height: 28px;
  color: inherit;
  font-weight: inherit;
}

.section-help .content.more {
  position: absolute;
  bottom: 0px;
  display: none;
}

.section-help .content.more p {
  margin-bottom: 10px;
}

.section-help .h3.title {
  font-size: 26px !important;
  line-height: 29px;
  min-height: 29px;
  color: #273e5d;
}

.section-help .light {
  color: #808f9d;
}

.section-help .help-guides__sidebar .help-guides__title {
  margin-bottom: 0 !important;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #273e5d !important; /*646f7b*/
}

.section-help .help-guides__sidebar .help-guides__title svg path {
  stroke-width: 1px;
}

.section-help .help-guides__sidebar .help-guides__title.active {
  color: #3461c9 !important; /*273e5d*/
  font-weight: 700;
}

.section-help .help-guides__sidebar .help-guides__title.active svg path {
  fill: #3461c9;
  stroke: #3461c9;
  stroke-width: 50px;
}

.section-help .help-guides__sidebar .help-guides__title:not(.active):hover {
  color: #3461c9 !important;
}

.section-help .help-guides__sidebar .help-guides__title:not(.active):hover svg path {
  fill: #3461c9;
  stroke: #3461c9;
}

.section-help .help-guides__sidebar ul.category .row {
  margin-bottom: 15px;
}

.section-help .help-guides__sidebar {
  padding-right: 50px;
}

.section-help .post__wrapper {
  padding: 0 20px;
}

.section-help .post__wrapper .post {
  margin-top: 0 !important;
  margin-bottom: 40px;
}

.section-help .help-guides__list {
  max-height: 0;
  overflow: hidden;
  margin-top: 15px;
  transition: .2s max-height ease;
}

.section-help .help-guides__list::before {
  background-color: #cfd1d6;
  left: 5px;
}

.section-help .category__item.expanded .help-guides__list {
  transition: .2s max-height ease;
}

/* .section-help .category__item.expanded .help-guides__title svg { */
  /* transform: rotate(270deg) !important;   */
/* } */

.help-guides {
  padding: 30px 0 !important;
}

.help-guides__title a {
  color: #365d90;
  transition: .1s color ease;
}

.help-guides__title:hover a {
  color: #3461c9;
}

.help-guides__title {
  margin-bottom: 20px;
  cursor: pointer;
  width: fit-content;
}

.help-guides__list {
  position: relative;
}

.section-help .help-guides__list {
  gap: 25px 0;
  display: flex;
  flex-direction: column;
}

.help-guides__list::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: #9ea9b3;
  left: 0;
  bottom: 0;
  top: 0;
}

.help-guides__item {
  list-style: none;
  padding-left: 40px !important;
  position: relative;
  width: fit-content;
  line-height: 20px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.help-guides__item.active a {
  color: #3461c9;
  font-weight: 700;
}

.help-guides__item a {
  text-align: left;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  color: #3461c9;
  transition: .1s color ease;
}

.section-help .help-guides__item {
  margin-bottom: 0;
  margin-left: 30px !important;
}

.section-help .help-guides__item a {
  color: #646f7b;
  font-size: 16px;
}

.section-help .help-guides__item.active a {
  color: #273e5d;
  font-weight: 600;
}

.section-help .help-guides__item:not(.active):not(.help-guides__more) a:hover {
  text-decoration: underline;
  color: inherit;
}

.help-guides__item:not(.active):not(.help-guides__more) a:hover {
  color: #3461c9;
}

.help-guides__item:first-child {
  padding-top: 0.5rem;
}

.help-guides__item:last-child {
  padding-bottom: 0.5rem;
}

.help-guides__item svg {
  margin-top: 6px;
  width: 12px;
  height: 12px;
  transform: rotate(180deg);
  margin-right: 10px;
  transition: .1s transform ease;
}

.help-guides__item:hover svg {
  transform: translateX(3px) rotate(180deg);
  transition: .1s transform ease;
} 

.help-guides__more {
  text-transform: uppercase;
  margin: 30px 0;
}

.help-guides__more::before {
  background-image: url('https://d3vpszern3jgjo.cloudfront.net/wp-content/themes/setupo-new/images/list-arrow.svg');
}

.help-guides__more a {
  color: #36b143;
  font-weight: bold;
  transition: .1s color ease;
}

.help-guides__more a:hover {
  color: #33cc11;
} 

.help-guides .box .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.help-guides__card {
  margin-bottom: 30px !important;
  flex-wrap: nowrap !important;
  flex-direction: column;
}

.help-guides__sidebar {
  padding: 0 20px 0 0 !important;
  /* margin-top: 20px; */
}

.help-guides__sidebar .content {
  margin-top: 0;
}

.help-guides__sidebar .content p {
  margin-top: 0 !important;
}

.help-guides__sidebar ul.category {
  padding-left: 0;
  margin-top: 60px;
}

.help-guides .active-crumb {
  /*color: #808f9d;*/
  color: #697887;
  font-weight: 700;
}

.help-guides__sidebar .help-guides__item  {
  padding-left: 0 !important;
  padding-top: 0 !important;
  margin-left: 25px;
}

.help-guides__sidebar .help-guides__item a {
  padding-left: 0 !important;
}

.help-guides__sidebar .help-guides__item::before {
  display: none;
}

.help-guides__sidebar .help-guides__title a {
  font-size: 18px !important;
  line-height: 24px;
  color: #273e5d;
}

.help-guides__sidebar .help-guides__title {
  position: relative;
  padding-left: 0px;
  font-size: 18px !important;
  line-height: 24px;
  min-height: auto;
  color: #273e5d;
}

.help-guides__sidebar .help-guides__title svg {
  width: 12px;
  height: 12px;
  transform: rotate(180deg);
  margin-right: 10px;
  transition: .1s transform ease;
}

.help-guides__sidebar .content {
  padding-top: 7px;
}

.help-guides__bannner {
  padding: 70px 0 50px !important;
}

.help-guides__bannner .description p {
  margin-top: 15px !important;
}

.help-guides__mobile {
  display: none;
}

@media (max-width: 991px) {
  .help-guides__list {
    margin-left: 10px;
  }

  .help-guides__item {
    padding-left: 20px !important;
  }

  .help-guides__sidebar ul.category {
    display: none;
  }

  .help-guides__sidebar  {
    margin-bottom: 30px;
  }

  .help-guides__desktop {
    display: none;
  }

  .help-guides__mobile {
    display: inline;
  }

  .help-guides__sidebar .content a:hover {
    transition: .1s color ease;
    color: #808f9d;
  }
}

@media (max-width: 480px) {
  .help-guides__list {
    margin-left: 0px;
  }

  .help-guides__item {
    padding-left: 0px !important;
  }

  .help-guides__sidebar  {
    text-align: left;
    padding: 0 !important;
  }
}

/* HELP GUIDES END */


/* CTA START */
.white {
  color: #fff;
}

a.white {
  color: #fff;
}
a.white:hover {
  color: #fff;
  text-decoration: underline;
}


.font-weight-bold {
  font-weight: 700;
}

/* #outer {
	background: url('https://publuu.com/wp-content/uploads/2022/06/cta.webp') center;
	background-size: cover;
	padding: 40px 0 60px;
} */
#inner div {
	overflow: hidden;
}
#inner a {
	background: #FFF;
	border-radius: 30px;
	text-transform: uppercase;
	color: #3461c9;
	font-weight: 700;
	font-size: 16px;
	padding: 15px 35px;
	margin-top: 20px;
  display: block;
}

#outer p {
  margin-top: 0;
}

#outer h2{
    font-size: 40px !important;
    letter-spacing: 0px;
}
#outer h3{
    font-size: 26px !important;
    line-height: 29px;
    min-height: 29px;
}

/* CTA END */
