.blog-post-list-box .card-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-post-list-box .card-description.mb-4 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post-all-txt h2 {
    margin-top: 1em;
    margin-bottom: 20px !important;
}
.post-all-txt h3 {
    margin-bottom: 20px !important;
}

.blog-box{
    box-shadow: 0 6px 18px rgb(0 0 0 / 10%);
    padding: 30px;
    border-radius: 10px;
}
.blog-box-top{
    margin-top: 30px !important;
}

.blog-img-brd img{
    width: 100%;
    border-radius: 10px;
}
.blog-img-brd-inner{
    width: 115px;
    height: 115px;
    border: 2px solid white;
    display: flex;
    border-radius: 10px;
}
.blog-img-brd p{
    margin: auto;
    text-align: center;
    font-size: 52px;
    font-weight: 700;
    color: #fff;
}
.blog-inner-col-1 h4{
    letter-spacing: .3px;
    margin-top: 15px;
    font-weight: 700;
}
.blog-date p, .blog-author p{
    font-size: 14px;
}
.read-more i{
    color: white;
    font-size: 12px;
    border-radius: 50%;
    padding: 3px 6px;
    margin-right: 8px;
}
.read-more{
  color: #344767;
    font-weight: 600;
}
.search-col{
    box-shadow: 0 6px 18px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding-top: 20px;
}
.search-col .header-text{
    width: 80%;
    color: #ffffff;
    margin-left: auto;
    padding: 8px 20px;
    border-radius: 50px 0 0 50px;
    font-weight: 600;
}
.search-field-col{
    padding: 20px;
}
.search-field-col input{
    outline: none;
    border: none;
    width: 83%;
    margin: auto;
}
.search-brd{
    display: flex;
    border: 1px solid #A2A2A2;
    height: 38px;
    border-radius: 10px;
}
.search-brd i{
    color: #1a252f;
    font-size: 12px;
    margin: auto;
}
.side-bar-banner img{
    width: 100%;
}
.recent-post-col{
    padding: 20px;
}
.recent-post .heading{
    color: #344767;
    font-weight: 700;
    margin-bottom: 0;
}
.recent-post-date{
    font-size: 14px;
}
.social-icons-col{
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.social-icons-bg{
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-icons-col i{
    font-size: 22px;
    color: #ffffff;
    padding: 5px;
    border-radius: 50%;
}
.blog-post-banner{
    width: 100%;
}
.blog-post-col p, .blog-post-col ul li{
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: .1px;
}
.blog-post-col h2, .blog-post-col h3 {
    font-weight: 600;
}
.blog-post-col h2{
    font-size: 32px;
}
.blog-post-col h3{
    font-size: 28px;
}
.blog-post-col a{
   color:  #830866;
}
.primary-color-text{
    color: #ed0589;
}
.secondary-color-text{
    color: #a41bb2;
}

.fa-angles-right{
    font-size: 12px;
}
ul li:before{
    content: "";
}
.blog-author-box {
    padding: 20px;
    background: #fce7f4;
    border-radius: 15px;
    align-items: center;
    margin: 1em 0;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.blog-author-box img {
    margin-right: 15px;
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
    .blog-author-box {
        display: block !important;
        text-align: center;
    }
}
