#blog {
    color: #4285F4!important;
    font-weight: 800!important;
}
.header .container-fluid {
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#blog-detail .card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#blog-detail .card .image-container img, .recent-post .card img {
    transition: 0.4s;
}
#blog-detail .card:hover .image-container img {
    transform: scale(1.06);
}
.recent-post .card:hover img {
    transform: scale(0.9);
}
.more_blogs .card:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transform: scale(1.01);
}
#blog-detail .img-fbv img,svg {
    width: 28px;
    height: 28px;
}
.bg-info-subtle {
    background-color: #F5F7FF!important;
}
.row {
    --bs-gutter-x: 0rem!important;
}
/* .about-bg .para {
    height: 230px;
    overflow: scroll;
} */
#blog-detail p {
    text-align: justify;
}
.carousel-control-prev {
    display: -webkit-box!important;
}
.carousel-control-next, .carousel-control-prev {
    width: 2%!important;
    opacity: 1.5!important;
}
#blog-detail #share img,svg {
    width:38px;
    height:38px;
}
.btn_share img,svg {
    width: 25px;
    height: 25px;
}
.image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.image-container img {
    width: 100%;
    height: auto;
}
.more_blogs .image-container img {
    height: 200px;
}
.more_blogs .fs-6 {
    font-size: 11px!important;
}
#blog-detail .img-more img, svg {
    width: 20px;
    height: 20px;
}
#blog-detail .btn-previous {
    background-image: linear-gradient(to right, #437ddb, #407ada, #3d78d8, #3a75d7, #3772d5);
    color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    width: 36px;
    display: block;
    position: sticky;
    z-index: 9;
    top: 50%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: flex;
    left: 0;
    height: 50px;
}
#blog-detail .btn-next {
    background-image: linear-gradient(to left, #437ddb, #407ada, #3d78d8, #3a75d7, #3772d5);
    padding: 0;
    color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    align-items: center;
    justify-content: center;
    display: flex;
    width: 36px;
    cursor: pointer;
    position: sticky;
    z-index: 9;
    top: 50%;
    right: 0;
    height: 50px;
}
.blog_head h2{
    font-size: 42px;
}
@media (max-width: 992px){
    .p-5 {
        padding: 1.5rem!important;
    }
    #blog-detail .px-5 {
        padding-right: 0rem!important;
        padding-left: 0rem!important;
    }
    #blog-detail .recent-post .col-md-6{
        width: 100%;
    }
}
@media (max-width: 1024px){
    .blog_head h1{
        font-size: 1.7rem!important;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
@media (max-width: 767px){
    .about-bg p {
        height: auto;
        overflow: hidden;
    }
    .header {
        background-repeat: no-repeat!important;
        background-size: cover!important;
    }
}
@media (max-width: 600px){
    .card .card-foot .fs-6 {
        font-size: 0.5rem!important;
        margin-bottom: 0rem!important;
    }
    #blog-detail .px-5 {
        padding-right: 0rem!important;
        padding-left: 0rem!important;
    }
    #blog-detail .btn-previous, #blog-detail .btn-next {
        width: 25px!important;
    }
    #blog-detail .btn-next a {
        margin-right: 7px;
    }
}