@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

/* blog-listing */

.blog-header {
  padding: 150px 0px 100px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.blog-header .recent-wrapper .title h2 a {
  font-family: 'Lora';
}

.blog-listingwrapper .category-wrp .widget-modules.active .control {
  border-radius: 6px 6px 0 0;
}

.blog-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.blog-header .recent-wrapper {
  position: relative;
  z-index: 9;
}

.blog-header .recent-wrapper .tag {
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

.blog-header .recent-wrapper .tag strong {
  padding: 10px 30px;
  background-color: #fff;
  border-radius: 6px;
  display: inline-block;
}

.blog-header .recent-wrapper .title h2 {
  color: #fff;
  margin-bottom: 1em;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0em;
  font-family: 'Lora';
}

.blog-header .recent-wrapper .title h2 a {
  color: #fff;
}

.blog-header .recent-wrapper .bottom-line {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-header .recent-wrapper .bottom-line .sep {
  text-align: center;
  color: #fff;
  padding: 0px 10px;
  display: inline-block;
}

.blog-header .recent-wrapper .bottom-line .tag-wrpper .topic-link,
.blog-header .recent-wrapper .bottom-line .min-read{
  color: #fff;
  position: relative;
}


.blog-header .read-more {
  margin-top: 50px;
  text-align: center;
}

.blog-header .read-more a {
  color: #fff;
  width: 165px;
  background-color: transparent;
  display: inline-block;
  position: relative;
  padding: 7px 12px;
  border: 2px solid #fff;
  border-radius: 15px;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 700;
  text-transform: none;
  text-align: center;
  text-decoration: none !important;
  text-shadow: none;
  cursor: pointer;
  transition: .2s ease-in-out;
}

.blog-header .read-more a:hover {
  transform: scale(1.1, 1.1);
  background-color: #fff;
  color: #000000;
}

.blog-header .recent-wrapper .bottom-line .tag-wrpper .topic-link:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background-color: #fff;
  border-radius: 2px;
  opacity: 0;
  transition: .4s;
}

.blog-header .recent-wrapper .tag-page {
  padding: 30px;
  background-color: rgb(45 126 62 / 90%);
  border-radius: 6px;
  margin-bottom: 20px;
  text-align: center;
}

.blog-header .recent-wrapper .tag-page .topic-link {
  color: #fff;
  font-size: 3.0rem;
  text-transform: capitalize;
  display: block;
  margin-bottom: 0px;
}

.blog-header .recent-wrapper .bottom-line .tag-wrpper .topic-link:hover::before {
  opacity: 1;
}

.blog-listingwrapper {
  padding: 60px 0px 100px;
  background-color: #f0f7f9;
}

.blog-listingwrapper .inner-section .top-part .title {
  text-align: center;
  width: 100%;
}

.blog-listingwrapper .inner-section .top-part .title h2 {
  font-size: 3.0rem;
  margin-bottom: .8em;
  line-height: 1.1;
  letter-spacing: 0em;
  color: #000000;
  font-family: 'Lora', sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}

.blog-listingwrapper .category-wrp {
  width: 100%;
  text-align: right;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.blog-listingwrapper .category-wrp .control.fade-in {
  position: relative;
  background-color: #2D7E3E;
  color: #fff;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  display: inline-block;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1.2857;
  font-weight: 700;
  cursor: pointer;
  animation: 1s ease fadeIn;
  width: 100%;
  text-align: left;
}

.blog-listingwrapper .category-wrp .widget-modules.active ul {
  display: block;
}

.blog-listingwrapper .category-wrp .widget-modules  {
  position: relative;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
}

.blog-listingwrapper .category-wrp .control.fade-in:after {
  content: '⌄';
  display: block;
  width: 10px;
  height: 0;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 10px;
  font-size: 8px;
  line-height: 0;
  text-align: center;
}

.blog-listingwrapper .category-wrp .widget-modules ul {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  list-style: none;
  background-color: #fff;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 6px 6px;
}

.blog-listingwrapper .category-wrp .widget-modules ul li {
  margin: 0px;
  padding: 0px;
  text-indent: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.blog-listingwrapper .category-wrp .widget-modules ul li a {
  background-color: #fff;
  color: #2D7E3E;
  display: block;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1.2857;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
}

.blog-listingwrapper .inner-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
  row-gap:30px;
}

.blog-listingwrapper .inner-listing .card-wrapper .card-inner {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  border-radius: 6px;
  transition: .4s ease;
  height:100%;
}

.blog-listingwrapper .inner-listing .card-wrapper {
  width: 33.333%;
  padding: 0px 15px;
}

.blog-listingwrapper .inner-listing .card-wrapper .card-inner .bg-img {
  height: 200px;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}

.blog-listingwrapper .inner-listing .card-wrapper .card-img {
  transition: .4s ease;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-listingwrapper .inner-listing .card-wrapper .content-part {
  padding: 30px;
}

.blog-listingwrapper .inner-listing .card-wrapper .content-part .topic {
  margin-bottom: 20px;
}

.blog-listingwrapper .inner-listing .ias-trigger {
  width: 100%;
  text-align: center;
  margin-top: 70px;
}

.blog-listingwrapper .inner-listing .ias-trigger a {
  border-color: #000000;
  color: #000000;
  background-color: transparent;
  display: inline-block;
  position: relative;
  width: 165px;
  padding: 7px 12px;
  border: 2px solid #000000;
  border-radius: 15px;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 700;
  text-transform: none;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  transition: .2s ease-in-out;
}

.blog-listingwrapper .inner-listing .ias-trigger a:hover {
  background-color: #000000;
  color: #fff;
  transform: scale(1.1, 1.1);
}

.blog-listingwrapper .inner-listing .card-wrapper .content-part .topic .topic-link {
  display: inline-block;
  padding: 5px 10px;
  background-color: #2D7E3E;
  color: #fff;
  border-radius: 4px;
  font-size: 0.6875rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.blog-listingwrapper .category-wrp .widget-modules ul li a:hover {
  background-color: #2D7E3E;
  color: #fff;
}

.blog-listingwrapper .inner-listing .card-wrapper .content-part .title {
  margin-bottom: 20px;
}

.blog-listingwrapper .inner-listing .card-wrapper .content-part .title h3 {
  margin-bottom: 0px;
}

.blog-listingwrapper .inner-listing .card-wrapper .content-part .title a {
  color: #000;
  font-family: 'Lora', sans-serif;
}

.blog-listingwrapper .inner-listing .card-wrapper .content-part .min-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.blog-listingwrapper .inner-listing .card-wrapper .content-part .min-wrapper .date {
  width: auto;
}

.blog-listingwrapper .inner-listing .card-wrapper .content-part .min-wrapper .sep {
  padding: 0px 10px;
}
.blog-listingwrapper .inner-listing .card-wrapper .card-inner:hover .card-img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.blog-listingwrapper .inner-listing .card-wrapper .card-inner:hover {box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);}

.blog-listingwrapper .inner-listing .card-wrapper .content-part .title a:hover {
  color: #2D7E3E;
}
/* end blog listing */


/* Blog post */

.hs-blog-post .post-banner {
  padding: 150px 0px 100px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.hs-blog-post .post-banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
}
.hs-blog-post .post-banner .inner-section {
  position: relative;
}
.hs-blog-post .post-banner .inner-section .tagmin {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  background-color:#2D7E3E;
  padding: 10px 30px;
  color: #fff;
  border-radius: 6px;
  margin-bottom:20px;
}
.hs-blog-post .post-banner .inner-section .tagmin * {
  color: #fff;
}
.hs-blog-post .post-banner .inner-section .tagmin .plr10 {
  padding: 0px 10px;
}
.hs-blog-post .post-banner .title > h1 {
  font-size: 4.2498rem;
  letter-spacing:0em;
  margin-bottom: .35rem;
  color: #fff;
  text-transform: capitalize;
}

.hs-blog-post .post-banner .authorim {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hs-blog-post .post-banner .authorim .blog-post__author-avatar {
  width: 100px;
  height: auto;
  margin-right: 10px;
  border-radius: 50%;
}

.hs-blog-post .post-banner .namdat {
  color: #fff;
  font-family: 'Roboto';
}
.hs-blog-post .post-banner .inner-section .tagmin .blog-post__tag-link {
  font-weight: 700;
  position:relative;
}

.pfcla-post .blog-post__body form .hs_cos_wrapper_type_rich_text ul:not(.reset-list), 
.pfcla-post .blog-post__body form .hs-richtext ul:not(.reset-list) {
  padding-left: 0;
  list-style: none;
  margin: 0 0 1.8em;
}

.pfcla-post .blog-post__body form .hs_cos_wrapper_type_rich_text ul:not(.reset-list) li, 
.pfcla-post .blog-post__body form .hs-richtext ul:not(.reset-list) li {
  position: relative;
  padding-left: 1.5em;
  text-indent: -3em;
}

.pfcla-post .blog-post__body form .hs_cos_wrapper_type_rich_text ul:not(.reset-list) li:before, 
.pfcla-post .blog-post__body form .hs-richtext ul:not(.reset-list) li:before {
  content: "•";
  font-weight: 900;
  display: inline-block;
  width: 1.5em;
  padding-right: 10px;
  color: #2D7E3E;
  text-indent: 0;
  text-align: right;
  font-size: 2rem;
  transform: translateY(5px);
  line-height: 1;
}

.hs-blog-post .post-banner .namdat a {
  color: #fff;
  font-weight: 700;
}

.hs-blog-post .post-banner .namdat .blog-post__author-name {
  font-weight: 700;
}
.pfcla-post .blog-post__body {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.pfcla-post {
  padding: 100px 0px;
  background-color: #fff;
}

.pfcla-post .blog-post__body ul,
.pfcla-post .blog-post__body ol {
  margin: 0 0 1.8em;
  padding-left: 0;
  list-style: none;
}

.pfcla-post .blog-post__body ul > li {
  position: relative;
  padding-left: 1.5em;
  text-indent: -3em;
  list-style: none;
  font-family: 'Roboto';
  color: #000;
}

.pfcla-post .blog-post__body ul > li:before {
  content: "•";
  font-weight: 900;
  display: inline-block;
  width: 1.5em;
  padding-right: 10px;
  color: #2D7E3E;
  text-indent: 0;
  text-align: right;
  font-size: 2rem;
  transform: translateY(5px);
  line-height: 1;
}

.pfcla-post .blog-post__body ul > li > span {
  text-indent: 0;
}

.pfcla-post .blog-post__body ul>li strong {
  color: #292929;
}

.pfcla-post .blog-post__body ol {
  counter-reset: item;
}

.pfcla-post .blog-post__body ol > li {
  padding-left: 2em;
  text-indent: -2em;
  color: #000000;
  font-family: 'Roboto';
}

.pfcla-post .blog-post__body ol > li:before {
  content: counter(item) ".";
  display: inline-block;
  width: 2em;
  padding-right: 10px;
  counter-increment: item;
  color: #2D7E3E;
  font-weight: 700;
  text-indent: 0;
  text-align: right;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  white-space: nowrap;
}


.pfcla-post .blog-post__body p > span {
  color: #000;
}

.pfcla-post .blog-post__body p {
  color: #000;
}

.pfcla-post .blog-post__body  a {
  text-decoration: underline;
}

.blog-post__body .section-heading {
  margin-top: 60px;
}

.blog-post__body .section-heading > p:last-child {
  margin: 0px;
}
.blog-postnv .inner-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-postnv .inner-section .prev {
  padding: 50px 50px 50px 0px;
  width: 41.6665%;
}

.blog-postnv .inner-section .next {
  padding: 50px 0px 50px 50px;
  width: 41.6665%;
}

.blog-postnv .inner-section .homeicon {
  padding: 50px 10px;
  width: 16.6666%;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, .15);
  border-right: 1px solid rgba(0, 0, 0, .15);
}

.blog-postnv .inner-section .prev .previn {
  margin-bottom: 10px;
  letter-spacing: .5em;
  text-transform: uppercase;
  opacity: .6;
  text-align: right;
}

.blog-postnv .inner-section .next .nextin {
  margin-bottom: 10px;
  letter-spacing: .5em;
  text-transform: uppercase;
  opacity: .6;
}

.blog-postnv .inner-section  a {
  color: #000;
  display:block;
  font-family: 'Roboto';
}

.blog-postnv {
  padding: 30px 0px;
  border-top: 1px solid rgba(0, 0, 0, .15);
  background-color: #fff;
}

.related-bwrp .inner-section {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.related-bwrp .inner-section .related-item {
  width: 33.333%;
  padding: 0px 15px;
  margin-bottom: 30px;
}

.related-bwrp .inner-section .bottom-list {
  padding: 30px 30px 30px 30px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  color:#000;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  border-radius: 6px;
  transition: .4s ease;
  height: 100%;
}

.related-bwrp .inner-section .bottom-list .tag {
  margin-bottom: 20px;
}

.related-bwrp .inner-section .bottom-list .tag .topic-link {
  display: inline-block;
  padding: 5px 10px;
  background-color:#2D7E3E;
  color: #fff;
  border-radius: 4px;
  font-size: 0.6875rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.related-bwrp .inner-section .bottom-list .related-title {
  margin-bottom: 20px;
}

.related-bwrp .inner-section .bottom-list .related-title .blog-related-posts__title {
  margin-bottom: 0px;
}

.related-bwrp .inner-section .bottom-list .related-title .blog-related-posts__title a {
  color: #000;
  font-family: 'Lora';
  font-weight: 500;
}
.related-bwrp .inner-section .bottom-list .read-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.related-bwrp .inner-section .bottom-list .read-date .plr10 {
  padding: 0px 10px;
}

.related-bwrp .inner-section .bottom-list:hover {
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
}

.related-bwrp .inner-section .bottom-list .related-title .blog-related-posts__title a:hover {
  color:#2D7E3E;
}

.related-bwrp .related-titles {
  margin-bottom: 50px;
  text-align: center;
}

.related-bwrp .related-titles h2 {
  margin-bottom: 0px;
}

.related-bwrp .related-titles p {
  margin-top: 0px;
}

.related-bwrp {
  padding: 100px 0px;
  border-top: 1px solid rgba(0, 0, 0, .15);
  background-color: #fff;
}

.blog-postnv .inner-section .prev > a {text-align: right;}

.blog-postnv .inner-section a:hover {
  color: #2D7E3E;
}

.two-col-post {
  background-color: #F3f7f8;
  padding: 100px 0px;
}

.two-col-post .inner-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0px -15px;
}

.two-col-post .inner-section .left-part,
.two-col-post .inner-section .right-part {
  width: 50%;
  text-align: center;
}

.hs-blog-post br {
  display: block;
} 

.pfcla-post .blog-post__body blockquote {
  position: relative;
  margin: 0 5px 1.6em;
  padding: 0 0 0 1.875em;
  border: none;
  quotes: "“" "”";
}

.pfcla-post .blog-post__body blockquote:after {
  content: open-quote;
  font-weight: 900;
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  color: #2D7E3E;
  font-family: Lora, Arial, serif;
  font-size: 1.3rem;
}

.hs-blog-post .post-banner .namdat .blog-post__author-name:before {
  content: "";
  opacity: 0;
  transition: .4s;
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  border-radius: 2px;
  background-color: #fff;
}

.hs-blog-post .post-banner .namdat .blog-post__author-name:hover::before {
  opacity: 0;
}

.hs-blog-post .post-banner .namdat .blog-post__author-name {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.blog-header.auth {
  padding: 100px 0px;
  background-color: #Fff;
}

.blog-header.auth:before {
  display: none;
}

.blog-header .authorim {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.blog-header .authorim .image {
  width: 14.529914530000001%;
}

.blog-header .authorim .namdat {
  margin-left: 2.564102564%;
  width: 82.905982906%;
}

.blog-listingwrapper .top-section.author {
  background-color: #2D7E3E;
  padding: 20px 0px;
  margin-bottom: 100px;
}

.blog-listingwrapper .top-section.author .inner-sec{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-listingwrapper .top-section.author .section-heading {
  width: 74.358974359%;
}

.blog-listingwrapper .top-section.author .tagfillter {
  width: 23.076923077%;
  margin-left: 2.564102564%;
  position: relative;
}

.blog-listingwrapper .top-section.author .tagfillter .control {
  background-color: #000;
  color: #fff;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  position: relative;
  display: block;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1.2857;
  font-weight: 700;
  cursor: pointer;
  animation: 1s ease fadeIn;
}

.blog-listingwrapper .top-section.author .tagfillter .control::after {
  content: '⌄';
  display: block;
  width: 10px;
  height: 0;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 10px;
  font-size: 8px;
  line-height: 0;
  text-align: center;
}

.blog-listingwrapper .top-section.author .tagfillter ul {
  margin: 0;
  padding: 0 !important;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  list-style: none;
  background-color: #fff;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 6px 6px;
  z-index:9;
  display:none;
}

.blog-listingwrapper .top-section.author .tagfillter.active .control {
  border-radius: 6px 6px 0 0;
}

.blog-listingwrapper .top-section.author .tagfillter.active ul {
  display: block;
}

.blog-listingwrapper .top-section.author .tagfillter ul>li>a:hover {
  background-color: #2D7E3E;
  color: #fff;
}
.blog-listingwrapper .top-section.author .tagfillter ul > li {
  margin: 0;
  padding: 0;
  text-indent: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.blog-listingwrapper .top-section.author .tagfillter ul>li > a {
  background-color: #fff;
  color: #2D7E3E;
  display: block;
  padding: 10px 20px;
  font-size: 0.875rem;
  line-height: 1.2857;
  font-weight: 700;
  cursor: pointer;
}

.blog-listingwrapper .top-section.author .section-heading h2 {
  margin-bottom: 0px;
  color: #fff;
}

.blogauthwrapper {
  padding: 0px 0px 100px;
  background-color: #fff;
}

.blog-header .authorim .image .blog-post__author-avatar {
  width: 100%;
  border-radius: 50%;
}

.blog-header .authorim .namdat h1 {
  font-size: 3.0rem;
  margin: 20px 0px;
  text-transform: capitalize;
}

.blog-header .authorim .namdat p {
  color: #000;
}

/* /// FORM_BLOG_CSS /// */


/* Slick-dots */

.pfcla-post .blog-post__body ul.slick-dots {
  padding-top: 0px;
}

.pfcla-post .blog-post__body ul.slick-dots li {
  zoom: 1;
}

.pfcla-post .blog-post__body .slick-dots li button {
  border: 0 !important;
  background: transparent !important;
  display: block !important;
  height: 20px !important;
  width: 20px !important;
  outline: none;
  line-height: 0px;
  font-size: 0px !important;
  color: transparent;
  padding: 5px !important;
  cursor: pointer !important;
  text-indent: 0;
  margin: 0;
  opacity:1 !important;
}

.pfcla-post .blog-post__body form {
  color: #292929;
}

.pfcla-post .hs_cos_gallery_main .slick-dots li button:before {
  font-size: 15px;
}
.pfcla-post .blog-post__body form .field>label>span.hs-form-required {
  color: #0330;
  display: none;
}

.pfcla-post .blog-post__body form .hs-input:not([type="radio"]):not([type="checkbox"]), 
.pfcla-post .blog-post__body form #hs-pwd-widget-password {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  background: #f0f7f9;
  border: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0) inset;
  border-radius: 60px;
  color: #000000;
  font-family: inherit;
  font-size: 0.8125rem;
  line-height: 20px;
  font-weight: 400;
  transition: .7s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.pfcla-post .blog-post__body form fieldset .hs-input::placeholder {
  color: #000000;
}

.pfcla-post .blog-post__body form label {
  color: #000000;
}

.hs-blog-post .post-banner .inner-section .tagmin .blog-post__tag-link:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #fff;
  border-radius: 2px;
  opacity: 0;
  transition: .4s;
}
.hs-blog-post .post-banner .inner-section .tagmin .blog-post__tag-link:hover:before{
  opacity: 1;
}

.pfcla-post .blog-post__body form .field>label>span.hs-form-required {
  padding-left: 2px;
  color: #A65B27;
  display: inline-block;
}

.pfcla-post .blog-post__body form .hs-button:hover, form input[type=submit]:hover {
  background-color: #2D7E3E;
  transform: scale(1.1, 1.1);
}

.pfcla-post .blog-post__body form .hs-button, form input[type=submit] {
  background-color: #2D7E3E;
  border-radius: 60px;
}

.pfcla-post .blog-post__body form .hs-form fieldset[class*="form-columns"] .field {
  margin-left: 4%;
}

.pfcla-post .blog-post__body form .hs-form fieldset.form-columns-2 .field {
  width: 48%;
}

.pfcla-post .blog-post__body form .hs-form fieldset .field:first-child,  
.pfcla-post .blog-post__body form .hs-form fieldset .hs-richtext + .field {
  margin-left: 0;
}

.pfcla-post .blog-post__body form .hs-form .legal-consent-container .field.hs-form-field, 
.pfcla-post .blog-post__body form .hs-form .legal-consent-container .field>.input, 
.pfcla-post .blog-post__body form .hs-form .legal-consent-container .hs-richtext {
  margin: 0;
  padding: 0;
}

.pfcla-post .blog-post__body form .hs-form .legal-consent-container>div {
  margin-top: 1em;
}

.pfcla-post .blog-post__body form .hs_cos_wrapper_type_rich_text ul:not(.reset-list), 
.pfcla-post .blog-post__body form .hs-richtext ul:not(.reset-list) {
  padding-left: 0;
  list-style: none !important;
}

.pfcla-post .blog-post__body form .hs-form .inputs-list, 
.pfcla-post .blog-post__body form .hs-form .inputs-list > li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8125rem;
}

.pfcla-post .blog-post__body form .hs_cos_wrapper_type_rich_text ul:not(.reset-list) li, 
.pfcla-post .blog-post__body form .hs-richtext ul:not(.reset-list) li {
  position: relative;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.pfcla-post .blog-post__body form .hs_cos_wrapper_type_rich_text ul:not(.reset-list) li > *, 
.pfcla-post .blog-post__body form .hs-richtext ul:not(.reset-list) li > * {
  text-indent: 0;
}

.pfcla-post .blog-post__body form label.hs-form-booleancheckbox-display {
  display: flex;
  align-items: center;
}

.pfcla-post .blog-post__body form input[type="radio"], 
.pfcla-post .blog-post__body form input[type="checkbox"] {
  width: auto !important;
  margin-right: 8px;
  box-sizing: border-box;
  padding: 0;
  opacity:1;
}
.pfcla-post .blog-post__body form input[type="radio"]:focus, 
.pfcla-post .blog-post__body form input[type="checkbox"]:focus{
  border: none;
  box-shadow:none;
  outline: none;
  outline: 0;
}

.pfcla-post .blog-post__body form .legal-consent-container .hs-form-booleancheckbox-display>span {
  display: block;
  margin-left: 20px !important;
}

/* .pfcla-post .blog-post__body form .hs-button, form input[type=submit] {
background-color: #FFCE58;
}

.pfcla-post .blog-post__body form .hs-button, form input[type=submit]:hover {
background-color: #FFCE58;
} */

.pfcla-post .blog-post__body form ul li:before {
  display: none;
}

.pfcla-post .blog-post__body .inputs-list input[type=checkbox]:checked+span:after,
.pfcla-post .blog-post__body .inputs-list input[type=checkbox]+span:before,
.pfcla-post .blog-post__body .inputs-list input[type=checkbox]:checked+span:before{
  display:none;
}

.pfcla-post .blog-post__body form ul>li {
  list-style: none;
  text-indent: 0;
}

.pfcla-post .blog-post__body form ul {
  margin-bottom: 0px;
}

.pfcla-post .blog-post__body form .hs-error-msgs li {
  padding-left: 0px !important;!i;!;
}

.pfcla-post .blog-post__body form .hs-error-msgs li label{
  color: red;
  font-size: .8875rem;
  font-weight: inherit;
  line-height: 1.2;
  opacity: .8;
}


.pfcla-post .blog-post__body  .slick-prev:before {
  content: "←" !important;
}

.pfcla-post .blog-post__body .slick-next:before {
  content: "→" !important;
}

.pfcla-post .blog-post__body  .slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pfcla-post .blog-post__body .slick-arrow.slick-prev,
.pfcla-post .blog-post__body .slick-arrow.slick-next
{
  background-image: none;
}

.pfcla-post .blog-post__body  .slick-arrow.slick-prev {
  left: 0;
}

.pfcla-post .blog-post__body .slick-arrow.slick-next { right: 0;}

/* /// END_FORM_BLOG_CSS /// */



@media(max-width:1139px){
  .blog-listingwrapper .inner-section .top-part .title h2 {
    font-size: 2.5002rem;
    text-transform: capitalize;
  }
  .blog-header .recent-wrapper .title h2 {
    font-size: 2.00002rem;
  }
  .blog-header .recent-wrapper .tag-page .topic-link {
    font-size: 2.5002rem;
  }
  .hs-blog-post .post-banner .title > h1 {
    font-size: 3.75rem;
  }
  .blog-header .authorim .namdat h1 {
    font-size: 2.5002rem;
  }
}
@media(max-width:991px){
  .blog-listingwrapper .inner-listing .card-wrapper {
    width: 50%;
  }
}
@media(max-width:767px){
  .blog-listingwrapper .inner-section .top-part .title h2 {
    font-size: 2.0001rem;
  }
  .blog-listingwrapper .category-wrp .widget-modules {
    margin: 0 auto;
  }
  .blog-listingwrapper .inner-listing .card-wrapper {
    width: 100%;
  }
  .blog-header .recent-wrapper .title h2 {
    font-size: 1.80004rem;
  }
  .blog-listingwrapper {
    padding: 50px 0px;
  }
  .pfcla-post {
    padding: 50px 0px;
  }
  .blog-postnv .inner-section .prev {
    padding: 50px 0px;
    width: 100%;
    text-align: center;
  }
  .blog-postnv .inner-section .homeicon {
    padding: 0px;
    width: 100%;
    border: none;
  }
  .blog-postnv .inner-section .next {
    padding: 50px 0px;
    width: 100%;
  }
  .blog-postnv .inner-section {display: block;text-align: center;}
  .blog-postnv .inner-section .next .nextin, .blog-postnv .inner-section .prev .previn {
    text-align: center;
  }
  .blog-postnv .inner-section .prev>a {
    text-align: center;
  }
  .related-bwrp {
    padding: 50px 0px;
  }
  .related-bwrp .inner-section .related-item {
    width: 100%;
  }
  .two-col-post {
    padding: 50px 0px;
  }
  .two-col-post .inner-section .left-part, .two-col-post .inner-section .right-part {
    width: 100%;
  }
  .two-col-post .inner-section {
    row-gap: 40px;
  }
  .blog-header .recent-wrapper .tag-page .topic-link {
    font-size: 2.0001rem;
  }
  .hs-blog-post .post-banner .title > h1 {
    font-size: 3.375rem;
  }
  .hs-blog-post .post-banner {
    padding-bottom: 50px;
  }
  .pfcla-post .blog-post__body p {
    font-size: 1.125rem;
    font-weight: 400;
  }
  .blog-header .authorim .namdat h1 {
    font-size: 2.5002rem;
  }

  .blog-header.auth {
    padding: 50px 0px;
  }

  .blog-header .authorim .image {
    width: 100%;
    max-width: 100px;
    margin: 0 auto 20px auto;
  }

  .blog-header .authorim .namdat {
    width: 100%;
    margin: 0px;
    text-align: center;
  }

  .blog-header .authorim .namdat h1 {
    font-size: 2.0001rem;
  }

  .blog-listingwrapper .top-section.author {
    margin-bottom: 50px;
  }

  .blog-listingwrapper .top-section.author .section-heading {
    width: 100%;
  }

  .blog-listingwrapper .top-section.author .tagfillter {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }
  .blogauthwrapper {
    padding-top: 0px;
  }
}
@media(max-width:479px){
  .blog-header .recent-wrapper .title h2 {
    font-size: 1.584rem;
  }
  .blog-listingwrapper .inner-section .top-part .title h2 {
    font-size: 1.71rem;
  }
  .blog-header .recent-wrapper .tag-page .topic-link {
    font-size: 1.71rem;
  }
  .hs-blog-post .post-banner .title > h1 {
    font-size: 2.4735rem;
  }
  .blog-header .authorim .namdat h1 {
    font-size: 1.71rem;
  }
}