
body {background: #fff;}
.sidebar-wrap {background: #fff; box-shadow: 0px 0px 9px 1px rgb(133 132 132 / 52%); padding: 10px; border-radius: 15px;}
.blog_fullimg img{width:100%; height:400px;}
.inner_middle_area{margin: 30px 0px;}
.widget-title{font-size: 20px; font-weight: 600; margin-bottom: 20px; position: relative; color: var(--main-color);}
.sidebar-wrap ul li{border-bottom: 1px solid #e2e0e0; line-height: 25px; padding-bottom: 10px; margin-bottom: 10px; transition: 0.5s;}
.sidebar-wrap ul li a{color: #333; font-size: 15px; text-decoration: none; font-weight: 500; width: 100%; display: block;}
.sidebar-wrap ul li:hover{padding-left: 10px;}
.cate-blg{border-bottom: 1px dashed #d2cece;}
.cate-blg>ul>li>a {color: var(--secondary-color); text-decoration: none;}
.cate-blg li:not(:last-child):after {content: '->'; right: 0; position: relative; left: auto; width: auto; height: 16px; color: var(--secondary-color); top: calc(50% - 8px);}
.title-blog{padding-top: 10px;}
.metada-ata a{color: #fff;text-decoration: none;}
.blog-btn{border: 0px; background: var(--main-color); padding: 8px 20px; font-size: 15px; line-height: 20px; text-transform: uppercase;border-radius: 10px; box-shadow: 0px 0px 5px 3px var(--main-color); border: 1px solid #ffffff4f; transition: 0.3s;}
.blog-btn:hover{background: var(--color-4); box-shadow: 0px 0px 5px 3px var(--color-4);}
textarea { resize: vertical;}
.blog-wrap-section .container-fluid{width: 95%;}
#success_msg {color: #068e03; text-align: center; padding-bottom: 5px;}
#error_msg_reg {color: #ec3934; text-align: center; padding-bottom: 5px;}
.left-side-bar-active {color: #ec3934 !important;}
/* Mohit css */
.page_banner {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.page_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detail-title-blog{
    position: absolute;
    z-index: 1;
    bottom: 28%;
    left: 0;
    width: 100%;
}
.page_banner:before {
    content: "";
    background: linear-gradient(45deg, #000000cf, #00000021);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.blog-title-heading {
    margin: 0px 0px 10px;
    font-size: 44px;
    color: #fff;
    max-width: 600px;
    font-family: 'poppins', sans-serif;
}
.flex_div_dtl {
    display: flex;
    gap: 15px;
}
.metada-ata {font-size: 13px; color: #fff; display: flex; font-weight: 500; align-items: center; gap: 10px;}
.metada-ata i{margin-right: 5px;}
.blog-content h1,.blog-content h2,.blog-content h3,
.blog-content h4,.blog-content h5,.blog-content h6 {
    background: #1d619f24;
    color: #052f54;
    font-size: 22px;
    padding: 14px 20px 14px 16px;
    border-radius: 4px;
    display: inline-flex;
    margin-top: 10px;
    margin-bottom: 20px;
    border-left: 5px solid var(--main-color);
    font-weight: 500;
}
.blog-content p {
    color: #333;
    line-height: 25px;
    font-weight: 400;
    font-size: 18px;
    font-family: barlow, sans-serif;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .15px;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    line-height: 26px;
}
.sidebar-wrap .recent_post li{
    display: flex;
    gap: 10px;
}
.sidebar-wrap .recent_post li a{
    display: inline-block;
    width: auto;
}
.recent_img img {
    width: 100%;
    height: 78px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.recent_img{
    padding-right: 0;
}
.recent_post a {
    color: #333;
}
.content_div h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #052f54;
    line-height: normal;
    margin-bottom: 5px;
}
.content_div p{
    display: -webkit-box;
    font-weight: 400;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3px;
    color: #333;
}
.recent_post {
    margin-bottom: 20px;
}
.recent_post_div {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}
.recent_post:not(:last-child){
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.recent_post {
    margin-bottom: 10px;
}


/* Mohit css */


@media screen and (max-width:992px){
    .blog_mb15{margin-bottom:20px;}
    .anyquery textarea{height:100px;}
}
@media screen and (max-width: 767px){
.blog_fullimg img{height:100%;}   
.blog-section .left-part-detail img, .blog-section .left-part img{height: 350px;}
}
@media screen and (max-width:480px){
 .blog-section .left-part-detail img, .blog-section .left-part img{height: 230px;}
}