.general-pages {
  padding-bottom: 49px;
}

.general-pages ul {
  list-style: disc;
  padding-left: 20px;
}

.general-pages .breadcrumb li:nth-child(2) {
  display: none;
}

.general-pages .blog-data {
  max-width: 700px;
}

.general-pages .blog-data .effect {
  margin-bottom: 25px;
}

.general-pages .blog-data span.type {
  font-size: 16px;
  color: var(--brd-cl1);
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-weight: 500;
}

.general-pages .blog-data h1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #666666;
  font-family: var(--primary-font);
  margin: 0 0 8px;
}

.general-pages .blog-data h2 {
  font-size: 14px;
  line-height: 40px;
  color: #666666;
  font-family: var(--primary-font);
  margin: 0;
  font-weight: 400;

}

.general-pages .blog-data h2 .user {
  margin-left: 5px;
}

.general-pages .blog-data h2 .user a {
  font-size: 14px;
  color: #4d4d4d;
  font-family: var(--primary-font);
  font-weight: 500;
  transition: all .25s;
}

.general-pages .blog-data h2 .user a:hover {
  color: var(--brd-cl1);
}

.general-pages .blog-data h2 .user a:after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 1px;
  background: #ccc;
  margin: 0 6px 0 10px;
}

.general-pages .blog-data img {
  margin-bottom: 26px;
}

.general-pages .blog-data .description p,
.general-pages ul li {
  font-size: 16px;
  color: var(--black);
  font-family: var(--secondary-font);
  margin-bottom: 24px;
  line-height: 24px;
}

.general-pages .blog-data .description p:last-child {
  margin-bottom: 0;
}

/* .general-pages .blog-data .description br {
    display: none;
} */
.general-pages .blog-data img {
  /* margin-top: 25px; */
}

.general-pages .blog-data .user-detail {
  margin: 0 0 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.general-pages .blog-data .user-detail a {
  font-size: 18px;
  color: var(--brd-cl1);
  font-family: var(--primary-font);
}

.general-pages .blog-data .user-detail a.plus-minus {
  background: url(images/follow.png) no-repeat center center;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.general-pages .blog-data .user-detail a:after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 1px;
  background: #ccc;
  margin: 0 6px 0 10px;
}

.general-pages .blog-data .user-detail a:last-child:after,
.general-pages .blog-data .user-detail a:first-child:after {
  display: none;
}

.general-pages .blog-data-capsule {}

.general-pages .blog-data-capsule span.type {
  font-size: 16px;
  color: var(--brd-cl1);
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-weight: 500;
}

.general-pages .blog-data-capsule h1 {
  font-size: 16px;
  color: #666666;
  font-family: var(--primary-font);
  font-weight: 500;
  margin: 16px 0 0;
  line-height: 22px;
}

.general-pages .blog-data-capsule h2 {
  font-size: 13px;
  color: #808080;
  font-family: var(--primary-font);
}

.general-pages .blog-data-capsule h2 a {
  color: #4d4d4d;
  font-weight: 500;
  font-family: var(--primary-font);
}

.general-pages .blog-data-capsule h2 span {
  /* display: block;
	font-family: var(--primary-font);
	    margin-top: 4px ;*/

}

.general-pages .blog-data-capsule .date-time {
  margin-top: 5px
}

.general-pages .blog-data-capsule h2 span.user {
  display: inline-block;
  margin-left: 5px;
  margin-top: 0;
}

.general-pages .blog-data-capsule.user-detail a {
  font-size: 12px;
  color: var(--brd-cl1);
  font-family: var(--primary-font);
}

.general-pages .blog-data-capsule .user-detail {
  display: flex;
  align-items: center;
  display: none;
}

.general-pages .blog-data-capsule .user-detail a.plus-minus {
  background: url(images/unfollow.png) no-repeat center center;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background-size: 100% 100%;
}

.general-pages .blog-data-capsule .user-detail a:after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 1px;
  background: #ccc;
  margin: 0 6px 0 10px;
}

.general-pages .blog-data-capsule .user-detail a:last-child:after,
.general-pages .blog-data-capsule .user-detail a:first-child:after {
  display: none;
}







/*accordian in help page*/
.general-pages .acc-box {
  border-bottom: 1px solid #ccc;
  word-wrap: break-word;
}

.general-pages .acc-box .acc-box-title {
  padding: 20px 35px 20px 0;
}

.general-pages .acc-box .acc-box-title p {
  font-size: 18px;
  color: #000;
  font-family: var(--primary-font);
  font-weight: 400;
}

.general-pages .acc-box .acc-box-title p strong {
  font-weight: normal;
}

.general-pages .acc-box .acc-box-title {
  cursor: pointer;
  background: url(../../../images/icons/date_downarrow.png) no-repeat right 15px center;
}

.general-pages .acc-box .acc-box-title:hover {
  background: #f8f8f8 url(../../../images/icons/date_downarrow.png) no-repeat right 15px center;

}

.general-pages .acc-box .acc-box-title:hover p {
  color: var(--brd-cl1);
}

.general-pages .acc-box:first-child {
  border-top: 1px solid #ccc;
}

.general-pages .acc-box .acc-box-title.active-title,
.general-pages .acc-box.open .acc-box-title {
  background: #f8f8f8 url(../../../images/icons/date_top-arrow.png) no-repeat right 15px center;
}

.general-pages .acc-box .acc-box-title.active-title:hover,
.general-pages .acc-box.open .acc-box-title:hover {
  background: url(../../../images/icons/date_top-arrow.png) no-repeat right 15px center;
}

.general-pages .acc-box .acc-box-title+.acc-box-body {
  padding-bottom: 20px;
}

.general-pages .acc-box p {
  padding: 0 6px;
}

.general-pages .acc-box .acc-box-body {
  display: none;
}

.general-pages .acc-box.open .acc-box-body {
  display: block;
}

.general-pages .acc-box .acc-box-body ul {
  list-style: disc;
  padding-left: 20px;
}

.general-pages .acc-box .acc-box-body ul li {
  font-size: 16px;
  color: #666666;
  font-family: var(--primary-font);
  margin-bottom: 24px;
  line-height: 24px;
}







.blog-data-capsule {
  opacity: 0;
  transform: translateY(-130px);
  transition-timing-function: ease;
  position: fixed;
  transition: opacity .75s ease, transform .75s ease;
  width: 200px;
  z-index: -1;
}

.blog-data-capsule.fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  transform: translateY(0);
  opacity: 1;
  z-index: 1;
}

/* .blog-data-capsule.bottom-fix {
	position: absolute !important;
	left: 0 !important;
} */


@media only screen and (min-width: 1050px) {
  .general-pages .col-md-3 {
    width: 200px;
  }

  .general-pages .col-md-9 {
    width: 700px;
    padding-left: 30px;
    margin: 0 auto;
    float: none;
  }
}

@media only screen and (max-width: 1050px) {
  .general-pages .col-md-3 {
    width: 160px;
  }

  .general-pages .col-md-9 {
    width: 760px;
    padding-left: 30px;
    margin: 0 auto;
    float: right;
  }
}

@media only screen and (max-width: 991px) {
  .blog-data-capsule.fix {
    position: fixed;
    top: 0;
    left: 20px !important;
  }

  .general-pages .col-md-3 {
    display: none;
  }

  .general-pages .col-md-9 {
    width: auto;
    float: none;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .general-pages .acc-box .acc-box-title p {
    font-size: 16px !important;
  }

  .general-pages .blog-data .description p,
  .general-pages ul li {
    font-size: 14px;
    line-height: 21px;
  }

  .general-pages .acc-box .acc-box-title.active-title,
  .general-pages .acc-box.open .acc-box-title {
    background: url(../../../images/icons/date_top-arrow.png) no-repeat right 15px center;
  }

  .general-pages .acc-box .acc-box-title:hover {
    background: url(../../../images/icons/date_downarrow.png) no-repeat right 15px center;
  }
}

/* @media only screen and (min-width: 991px) {
  .general-pages .col-md-3 {
	width: 200px;
  }
  .general-pages .col-md-9 {
    width: 700px;
    padding-left: 30px;
    float: none;
    margin: 0 auto;
  }
}
 */
