.blogs-page {
    background-color: #F5F5F5;
}

.blogs-section {
    padding-top: 150px;
    padding-bottom: 50px;
}

.blogs-title p {
    font-size: 18px;
    line-height: 1.9;
}

.blog-image .blogs-img {
    width: 100%;
}

.tab-container {
    margin: 80px auto;
}

.tab {
    margin: 1px;
    padding: 10px;
}

.blog-background-image img {
    max-height: 80vh;
    object-fit: cover;
    object-position: center;
    height: 100%;
    filter: brightness(0.5);  
}
.blog-background-image::after{
    content: " ";
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../../img/side-pattern2.webp); 
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: right;
    background-size: auto;
    z-index: 1;
}
.blog-background-image::before{
    content: " ";
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../../img/side-pattern.webp); 
    /* background-color: black; */
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-size: auto;
    z-index: 1;
}
.blog-background-image {
    position: relative; 
}

.blog-details-title-banner { 
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    align-content: center;
}
.blog-details-title-banner::after{
    content: " ";
    position: absolute;
    width: 70%;
    height: 2px;
    top: -12px;
    left: 15%;
    background-color: #c9c9c9;
}
.share-icon{
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #fff;
}
.share-icon a i{
    margin: 4px 10px;
}
.share-icon a{
    color: #fff;
}
.share-icon a:hover{
    color: #fbefb2;
}
.blog-details-title-banner h1 {
    color: #fff;

}

.blog-details-title-banner .blog-details-title-banner {
    align-self: center;
    text-align: center;
}

.bread-crump-href {
    display: flex;
    align-self: center;
    text-align: center;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.bread-crump-href a {
    color: #fff;
    margin: 5px 25px;
    font-size: 12px;
}

.bread-crump-href a:hover {
    color: #fbefb2;
}

.blog-details {
    margin: 4rem 2rem;
    text-transform: capitalize;
    text-align: left;  
}

.total-blog {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.left-menu-div {
    width: 20%;
    margin-left: 2rem;
}

.right-menu-div {
    width: 75%;
    padding:0px  15px;
}

.related-blogs {
    padding: 2rem;
    box-shadow: 1px 1px 10px grey;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.related-section p {
    padding-bottom: 5px;
    margin-bottom: 2px;
    font-size: 14px;
}

.related-section h4 {
    padding-top: 10px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: capitalize;
}

.related-section a {
    font-size: 14px;
}

.related-section {
    margin-bottom: 2rem;
}

.blog-details p {
    padding: 10px 0px;
    font-size: 19px;
}
.text-right{
    text-align: right;
    color: #658d8d;
}



