.Search_Blog {
    margin: 38px 0 0 0;
    position: relative;
    display: flex;
    max-width: 612px;
    margin-left: auto;
    margin-right: auto;
}
.Search_Blog .input-group input {
    position: relative;
    padding: 10px 20px 10px 24px;
    border-radius: 10px !important;
    height: 52px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
}
ul.blog-date-time li a {
    text-decoration: none;
    color: #101828;
}
.Search_Blog .input-group i {
    position: absolute;
    top: 13px;
    right: 24px;
    z-index: 123;
}
span.search-close-new {
    position: absolute;
    right: 3%;
    top: 25px;
    z-index: 123;
    cursor: pointer;
}
.live-searchbox {
    background: #FFF !important;
    position: absolute;
    width: calc(100% - 0px) !important;
    z-index: 100;
    border-radius: 8px !important;
    max-height: 200px;
    overflow-y: scroll;
    border: 1px solid #B6BBE2 !important;
    margin-top: 70px !important;
    display: none !important;
}
.live-searchbox ul.search-results li a:hover {
    color: #0B7BFF;
}
.live-searchbox.search-mode{
    display:block !important;
}
.live-searchbox ul.search-results{
    list-style: none !important;
    text-align: left;
    padding: 0px !important;
    margin: 0px !important;
}
.live-searchbox ul.search-results li{
    border-bottom: 1px solid #B6BBE2;
}
  
.live-searchbox ul.search-results li:last-child{
    border-bottom:0px !important;
}
  
.live-searchbox ul.search-results li a{
    color: rgba(45, 45, 45, 0.75);
    display: block !important;
    padding: 16px 20px !important;
}
.blog-loader {
    position: absolute;
    right: 3%;
    top: 25px;
    z-index: 123;
}
.bloghead {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 36px;
}
.bloghead h1 {
    color: var(--Text-Grey-900, #101828);
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.96px;
    margin: 0;
    position: relative;
}
.bloghead h1:before {
    position: absolute;
    content: "";
    left: 50%;
    background: #3A58EF;
    width: 75px;
    height: 3px;
    transform: translateX(-50%);
    bottom: -18px;
}
.bloghead h1 + p {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
section.blogs_videos {
    background: #F5F8FD;
    padding: 46px 0;
}
.blog-list-img img {
    object-fit: cover;
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
}
.blog-list-text {
    padding: 24px 0 0px 0;
}
.Title_View {
    display: flex;
}
.blog-list-text h3 a {
    height: 48px;
    margin: 8px 0;
    line-height: normal;
    margin-top: 0;
    overflow: hidden;
    color: var(--Text-Grey-700, #344054);
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    display: block;
}
.blog-list-box > a {
    text-decoration: none;
}
ul.blog-date-time {
    padding: 0;
    display: flow-root;
    margin-bottom: 8px;
}
ul.blog-date-time li {
    list-style: none;
    display: block;
    margin: 0 10px 0 0;
    float: right;
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
ul.blog-date-time li.Blog_User {
    float: left;
}
ul.blog-date-time li img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.blog_item {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    padding: 16px;
}
p.blg_desc {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    height: 72px;
}
.blog_wrap .nav-link {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-500, #5D667B);
    background: var(--White, #FFF);
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    min-width: 144px;
}
.blog_wrap .nav-tabs .nav-link, .blog_wrap .nav-tabs  .nav-link:hover {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-500, #5D667B);
    background: var(--White, #FFF);
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    min-width: 144px;
}
.blog_wrap .nav-tabs .nav-link.active {
    background: #3A58EF;
    color: #ffffff;
    border: 1px solid var(--Text-Grey-500, #3A58EF);
}
.blog_wrap {
    margin-top: 38px;
}
.blog_wrap .nav-tabs {
    justify-content: center;
    gap: 13px;
    padding-bottom: 38px;
    border: none;
}
.vedio_wrap {
    border-radius: 8.151px;
    border: 0.679px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    max-width: 924px;
    margin-left: auto;
    margin-bottom: 46px;
    margin-right: auto;
}
.featurvideodesc {
    padding: 12px 12px 12px 12px;
}
.featurvideodesc p {
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 12px;
}
.featurvideodesc > span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: block;
}
.featurvideodesc > b {
    color: #5D5F62;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 16px 0;
    display: block;
}
.vdviews {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.vdview {
    display: flex;
    align-items: center;
    gap: 8px;
}
.featurvideoimg span.featuretag {
    position: absolute;
    left: 14px;
    border-radius: 33.962px;
    background: var(--Error-Red-500, #F04438);
    display: inline-flex;
    padding: 7px 11px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    top: 14px;
}
.featurvideoimg {
    position: relative;
    font-size: 0;
    line-height: 1;
}
p.recent_series_ttl {
    text-align: center;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    padding: 46px;
}
p.recent_series_ttl span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    text-transform: capitalize;
}
.video_desc a {
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 12px;
    text-decoration: none;
}
.video_desc > span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: block;
}
.video_desc > b {
    color: #5D5F62;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 16px 0;
    display: block;
}
.vdviews_wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}
.video_recent_item {
    border-radius: 8.151px;
    border: 0.679px solid var(--Text-Grey-300, #D0D5DD);
    background: #ffffff;
}
.video_desc {
    padding: 10px 16px 24px 16px;
}
.vd_playicn {
    cursor: pointer;
}
.video_recent_item > video {
    position: relative;
    font-size: 0;
    line-height: 1;
}
@media (max-width: 767px) {
    
    .bloghead h1 {
        font-size: 36px;
    }
    
    p.recent_series_ttl, p.recent_series_ttl span {
        font-size: 32px;
        line-height: 30px;
        padding: 32px
    }
    .vedio_wrap{
        margin-bottom: 32px;
    }
    p.recent_series_ttl span {
        font-size: 32px;
        line-height: 30px;
        padding: 0;
    }
}