
/* blog bullet start */
.blog-card-custom ul {
    padding: 30px 50px 30px 30px;
    background: #f9f9ff;
    border-left: 2px solid var(--darkGrey);
    list-style-type: none;
}

.blog-card-custom ul li {
    margin-left: 30px;
    font-size: 18px;
    color: var(--mediumGrey);
    padding-bottom: 24px;
}

.blog-card-custom ul li::before {
    content: "";
    position: absolute;
    left: 42px;
    width: 12px;
    height: 12px;
    margin-top: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid var(--darkGrey);
}
/* blog bullet end */


/* blog list section start */

.blog-list-section .row .pb-3 .justify-content-center {
    padding-bottom: 0px !important;
}

.blog-list-section .col-md-5.blog-card-custom {
    padding: 16px 0px;
    background-color: white;
    border-radius: 8px;
    border: 1px solid var(--mediumGrey) !important;
}

.blog-list-section .blog-card-custom img {
    width: 100%
}

.blog-list-section .blog-card-custom .blog-title h4 {
    font-size: 28px
}

.blog-list-section .blog-card-custom .blog-by p, .blog-list-section .blog-card-custom .blog-description p {
    font-size: 18px;
    line-height: 2;
}

/* blog list section end */

/* blog list sidebar start */

.blog-sidebar input {
    font-size: 16px;
    border: 1px solid var(--mediumGrey);
    border-radius: 0px;
    padding: 10px 20px;
    width: 100%;
}

.blog-sidebar .blog-title h4 {
    font-family: 'DM Serif Display', serif;
    font-size: 24px;
    color: var(--yellow);
}

.blog-sidebar .recent-blog p,
.blog-sidebar .recent-blog p a{
    color: var(--mediumGrey);
    font-size: 14px;
}

.blog-sidebar .recent-blog p a{
    color: var(--darkGrey);
    font-size: 16px;
    font-family: 'DM Serif Display', serif;
}

.blog-sidebar .recent-blog .p-3 {
    border: 1px solid var(--mediumGrey);
    border-radius: 4px;
    background: var(--lightGrey);
}

@media only screen and (max-width:500px) {
    .blog-sidebar .recent-blog p,
    .blog-sidebar .recent-blog p a {
        font-size: 18px !important;
    }
}

.blog-sidebar .popular-tags button {
    font-size: 16px;
    color: var(--mediumGrey);
    border: 1px solid var(--mediumGrey);
    padding: 10px 24px;
    margin-bottom: 14px;
    margin-right: 14px;
    background-color: transparent;
    /* display:inline-block */
}

.blog-sidebar .popular-tags button:hover {
    color: var(--yellow);
    border: 1px solid var(--yellow);
    /* text-decoration: none; */
}

/* blog list sidebar end */

/* related blogs section start */

.related-blogs-section .col-md-4 .card img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.related-blogs-section .col-md-4 .card .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.related-blogs-section .col-md-4 .card:hover img {
    opacity: 0.3;
    background-color: var(--yellow);
}

.related-blogs-section .col-md-4 .card:hover {
    background-color: var(--yellow);
}

.related-blogs-section .col-md-4 .card:hover .middle {
    opacity: 1;
}

.related-blogs-section .col-md-4 .card .text {
    color: white;
    font-size: 20px;
    width: 100%;
    padding: 16px 32px;
    z-index: 9999999;
}

.related-blogs-section .col-md-4 .card .text.eye-icon {
    font-size: 24px;
}






.related-blogs-section .col-md-4.blog-card-custom .m-1 {
    padding: 20px 8px;
    background-color: white;
    border-radius: 8px;
    border: 1px solid var(--mediumGrey) !important;
    height: 100%;
}
.related-blogs-section .blog-card-custom .m-1, .blog-list-section .blog-card-custom .m-1 {
    padding: 20px 8px;
    background-color: white;
    border-radius: 8px;
}

.related-blogs-section .blog-card-custom .blog-title h4 {
    font-size: 18px;
}
 .related-blogs-section .blog-card-custom .blog-title h4 {
    font-family: 'DM Serif Display', serif;
}

.related-blogs-section .blog-card-custom .blog-by p, .related-blogs-section .blog-card-custom .blog-description p {
    font-size: 14px;
}
 .related-blogs-section .blog-card-custom .blog-by p, .related-blogs-section .blog-card-custom .blog-description p, .related-blogs-section .blog-card-custom .blog-description {
    color: var(--mediumGrey);
    font-weight: 400;
}

.related-blogs-section .blog-card-custom .blog-read-more {
    padding-top: 16px;
    font-size: 18px;
}
.related-blogs-section .blog-card-custom .blog-read-more {
    padding-top: 16px;
}

 .related-blogs-section .blog-card-custom .blog-read-more a {
    color: var(--darkGrey);
    font-weight: bold;
    text-decoration: none;
}
/* related blogs section end */