.common-heading:before {
  position: absolute;
  content: "";
  width: 125px;
  height: 2px;
  background: #82b440;
  bottom: -10px;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  overflow: hidden;
}

.all-blog .common-heading:before {
  margin: 0
}

.looking-for.blog .search-box {
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #d3d3d3;
  margin-top: 50px
}

.looking-for.blog .search-box input {
  float: left;
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: -ms-calc(100% - 100px);
  width: -o-calc(100% - 100px);
  width: calc(100% - 100px);
  background: none;
  height: 50px;
  border: 1px solid #234d94;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px
}

.looking-for.blog .search-box input:focus {
  border: 1px solid #234d94 !important
}

.looking-for.blog .search-box .common-action-btn {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #234d94
}

.looking-for.blog .search-box .common-action-btn:hover,
.looking-for.blog .search-box .common-action-btn:focus {
  color: #234d94 !important;
  background: #234d94 !important
}

.looking-for.blog .search-box .common-action-btn .fas {
  color: #fff
}

.looking-for.blog .search-box button {
  float: left;
  width: 100px
}

.all-blog .blog-tile {
  margin-bottom: 40px
}

.blog-tile h3 {
  font-size: 28px;
  line-height: 38px;
  color: #82b440;
  font-weight: 600
}

.blog-tile h3 a {
  color: #82b440 !important
}

.blog-tile ul {
  padding: 0;
  list-style-type: none
}

.blog-tile ul li {
  display: inline-block;
  font-size: 14px;
  padding-right: 5px
}

.blog-tile ul li:last-child {
  padding-right: 0;
  border-right: 0 none
}

.blog-tile a.blog-more {
  right: 15px;
  bottom: 10px
}

.recenttag-sec .recent-topics ul li {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden
}

.recenttag-sec .recent-topics ul li a:hover {
  color: #82b440
}

.recenttag-sec .recent-topics ul li a span.left {
  float: left;
  width: 20px;
  margin-right: 10px
}

.recenttag-sec .recent-topics ul li a span.right {
  float: left;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: -ms-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  width: calc(100% - 30px)
}

.practice-tags .row {
  margin-left: 0;
  margin-right: 0
}

.practice-tags .col-md-6,
.practice-tags .col-md-2 {
  padding-left: 5px;
  padding-right: 5px
}

.practice-tags a {
  border: 1px solid #9a9a9a;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: center;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  line-height: 40px
}

.practice-tags a:hover {
  border: 1px solid #234d94;
  color: #fff !important;
  background: #234d94
}

.blog-banner img.img-fluid {
  margin-top: 50px
}

.looking-for.blog .search-box {
  margin-top: 30px
}

.blog-banner img.img-fluid {
  margin-top: 20px
}

.font-30.text-uppercase.font-weight-600 {
  margin-top: 0
}

.all-blog .blog-tile h2 {
  font-size: 20px
}

.all-blog .blog-tile h1 {
  font-size: 20px
}

.all-blog .blog-tile {
  margin-bottom: 40px;
  overflow: hidden
}

.cnt-ellipsis {
  height: 100px;
  overflow: hidden;
  position: relative
}

.all-blog .blog-tile img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #ccc;
  height: 200px;
  min-height: 200px;
  min-width: 100%;
  width: 100%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  padding: 0
}

.jssocials-share {
  margin-right: 20px !important
}

.featured-in.blog-details.m-t-50.m-b-20.position-relative {
  margin-top: 20px !important
}

.blog-details .common-heading:before {
  margin: 0
}

.blog-details .blog-tile ul.blog-list li {
  border-right: 1px solid #ccc
}

.blog-details .blog-tile h3 {
  font-size: 20px;
  line-height: 30px
}

.blog-details .blog-tile ul.blog-list li:last-child {
  border-right: 0;
  padding-left: 10px
}

.blog-details .blog-tile ul li {
  display: inline-block;
  font-size: 14px;
  padding-right: 10px
}

.blog-details .blog-tile ul.share li {
  border: 0 none;
  display: inline-block
}

.blog-details .blog-tile ul.share {
  margin-top: 20px !important
}

.blog-details img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px
}

.blog-details ul li:last-child {
  padding-right: 0;
  border-right: 0 none
}

.blog-details ul li a img {
  width: 26px;
  height: 26px
}

.blog-details ul li p {
  color: #747474;
  margin-top: 5px;
  max-width: 100%
}

.blog-details .blog-tile {
  margin-bottom: 25px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 25px
}

.blog-details p {
  margin-bottom: 0;
  margin-top: 10px
}

.blog-details .blog-tile h2 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px
}

.blog-details .blog-tile h1 {
  font-size: 20px
}

.recenttag-sec.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  padding: 10px
}