ul.listcustom {
  margin-bottom: 2rem;
}
ul.listcustom li {
  line-height: 24px;
  display: flex;
  text-align: left;
  padding-bottom: 1rem;
}
ul.listcustom li::before {
  content: "\f101";
  font-family: FontAwesome;
  color: #0791be;
  font-size: 1.2rem;
  padding: 0 3px;
}
.blog-content {
  padding: 20px 0;
  display: inline-block;
  text-align: justify;
  width: 100%;
  /*height: 342px;*/
}
.blog-full {
  overflow: hidden;
  padding: 15px 0;
  position: relative;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 15px #ffffff37;
  background: #fff;
}
.blog-content.heightauto {
  height: auto;
}
.blog-content.p-0.heightauto.custompadding {
  min-height: 175px;
}
.pdlfr {
  padding-left: 80px;
  padding-right: 80px;
  text-align: justify !important;
}
.blog-full.bgone {
  background-color: #fff6e9;
  margin: 0;
  padding: 0 0 60px;
}
.blog-full.bgtwo {
  background-color: #f0f9fe;
  margin: 0;
  padding: 0 0 105px;
}
.blog-full.bgthree {
  background-color: #fff6e9;
  margin: 0;
  padding: 0 0 81px;
}
.blog-full.bgone.btmbg1 {
  padding-bottom: 230px;
}
.blog-full.bgthree.btmbg3 {
  padding-bottom: 110px;
}
.blog-full.bgfour {
  background-color: #f0f9fe;
  margin: 0;
  padding: 0 0 30px;
}
footer .footer-listing-main .footer-listing {
  border: 1px dashed #f1f1f157;
  padding: 20px;
  width: 44%;
}
p.white a:hover {
  color: #fff;
}
a.nir-btn {
  color: #fff !important;
  padding: 15px 28px;
  font-size: 1rem;
}
.breadcrumb-outer.custombrid {
  padding-bottom: 8rem;
}
.blog-content h3 {
  text-align: initial;
}
