section.banner {
    margin-block: 50px;
}
/* css start*/

.Detail_Right.New_Blog_Details .Bnner_Bg {
    background-image: url(./../../images/blog-bg.png);
    padding: 15px 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.Detail_Right.New_Blog_Details .Banner_Left h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    letter-spacing: -0.72px;
    margin-bottom: 12px;
    text-align: left;
}

.Detail_Right.New_Blog_Details .Banner_Left ul {
    padding-left: 0;
}
.Detail_Right.New_Blog_Details .Banner_Left ul li {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 7px;
    position: relative;
    padding-left: 30px;
    list-style: none;
    display: flex;
    text-align: left;
}
.Detail_Right.New_Blog_Details .Banner_Left ul li svg {
    position: absolute;
    left: 0;
    top: 0;
}
.Detail_Right.New_Blog_Details .Banner_Right a {
    border-radius: 67.141px;
    background: var(--Error-Red-500, #F04438);
    box-shadow: 0 1.343px 2.686px 0 rgba(16, 24, 40, 0.05);
    padding: 16px 27px;
    display: inline-block;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 32.228px;
}
.Detail_Right.New_Blog_Details .Banner_Right a svg {
    margin-right: 5px;
}
.Detail_Right.New_Blog_Details .Banner_Right {
    margin-block: 90px;
    text-align: right;
}
.Detail_Right.New_Blog_Details .Banner_Left p {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 14px;
   text-align: left;
}
.Detail_Right.New_Blog_Details .Banner_Left h2 span {
    color: #FFF;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    letter-spacing: -0.56px;
}

/* css End*/


/* CLIENT BLOG START */
.review_clt {
    border-radius: 16px;
    background: var(--Theme-Purple-50, #F3F1FD);
    display: flex;
    padding: 15.375px 17px 15.375px 20px;
    align-items: flex-start;
    gap: 11.891px;
    flex-shrink: 0;
    line-height: 20px;
    align-items: center;
}
.reciewlft {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
    max-width: 177px;
}
.reciewlft_desc b {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.reciewlft_desc span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.Detail_Right.New_Blog_Details .reviewrgt p {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 6px;
}
.reciewlft img {
    width: 100%;
    border-radius: 12px;
}
.reciewlft_desc {
    display: flex;
    flex-direction: column;
}
.reciewlft_desc b {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.reciewlft_desc span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.Detail_Right.New_Blog_Details .reviewrgt p {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 6px;
}
.Detail_Right.New_Blog_Details .reviewrgt span {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
/* CLIENT BLOG END */
