.h-banner-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.left-bn{
    width: 47.45%;
    margin-right: 24.4px;
}
.right-bn{
    width: calc(52.55% - 24.4px);
}
.title-bn{
    margin-bottom: 35px !important;
}
.title-bn span{
    font-size: 39px;
    line-height: 49px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
.title-bn span.color-gradient{
    display: block;
}
/* sidebar */
.content-sticky{
    margin-top: 50px;
}
.h-content-single .dv-title-page{
    margin-top: 0;
}
.content-sticky{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sct-sidebar{
  /*  position: sticky; */
    top: 0;
    height: max-content;
    top: 5%;
    margin-bottom: 20px;
}
.h-content-single{
    width: 71.51%;
    margin-right: 29.4px;
}
.sct-sidebar{
    width: calc((100% - 71.51%) - 29.4px);
    box-shadow: 0 4px 12px -3px rgba(0, 0, 0, 0.2);
    padding: 25px 40px;
    border-radius: 30px;
}

.sidebar-about a {
    font-size: 14px !important;
    color: #000 !important;
    text-decoration: underline;
}

.widget {
    text-align: center;
    margin-top: 25.5px;
    font-size: 19px;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
}

 .textwidget .sidebar-about {
		margin: 14px 12px;
		text-align: left;
}


.desc-sidebar{
    text-align: center;
    margin-top: 25.5px;
    font-size: 19px;
    line-height: 28px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    padding-left: 21px;
    padding-right: 21px;
}
.btn-rate,
.thumb-sidebar,
.thumb-rate{
    text-align: center;
}
.thumb-rate{
    margin-top: 25.5px;
    margin-bottom: 16px;
}
.txt-rate p{
    color: #000;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
}
.txt-rate{
    margin-bottom: 34px;
}
.txt-rate p span{
    font-weight: 700;
}
.txt-rate p a{
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-decoration: underline;
}
.h-banner-post{
    margin-top: 113px;
    margin-bottom: 107px;
}
.sidebar-blogs{
    width: calc((100% - 71.51%) - 29.4px);
}
.sct-sidebar{
    width: 100%;
}
.show-comment{
    padding-top: 30px;
}
.show-comment ul li{
    margin-bottom: 15px;
}
.show-comment ul li p{
    margin-bottom: 0 !important;
}
.show-comment ul li small{
    font-size: 15px;
    display: block;
}
.show-comment .title-cm{
    font-size: 33px;
    line-height: 1;
    margin-bottom: 20px;
    display: block;
}
.custom-author{
    flex-direction: column;
}
.comment-form textarea{
    width: 100%;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    resize: none;
    padding: 15px;
    height: 150px;
    margin-bottom: 15px;
}
.comment-form input{
    width: 100%;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    resize: none;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.comment-form input[type="submit"] {
    min-width: 226px;
    text-align: center;
    padding: 17px 20px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    background: linear-gradient(to right, #FB167A, #FE4E26);
    border-radius: 17px;
    border: 0;
    cursor: pointer;
}
.comment-list{
    padding-left: 0 !important;
}
.comment-list li{
    list-style: none;
}
.comment-list>li{
    padding-left: 0 !important;
}
.comment-list li::before{
    display: none;
}
.comment-author .fn,
.comment-author .says{
    font-weight: 400;
}
.reply a,
.commentmetadata a{
    font-size: 16px;
    font-weight: 300;
    color: #000 !important;
}
.reply {
    margin-top: 15px;
    margin-bottom: 20px;
}
.comment-list .says{
    display: none;
}
@media screen and (max-width: 1024px) {
    .content-sticky{
        flex-wrap: wrap;
        
    }
    .h-content-single{
        width: 100%;
        margin-right: 0;
    }
    .h-banner-post{
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .sct-sidebar{
        max-width: 500px;
        width: 100%;
        margin-bottom: 50px;
    }
    .sidebar-blogs{
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .left-bn{
        width: 100%;
    }
    .right-bn{
        margin-top: 20px;
        width: 100%;
        text-align: left;
    }
}
@media screen and (max-width: 768px) {
    .title-bn span{
        font-size: 27px;
        line-height: 30px;
    }
    .h-banner-post{
        margin-top: 0;
    }
}
@media screen and (max-width: 767px) {
    .show-comment ul{
        padding-left: 0;
    }
}