.blog-details-bottom {
    width: 100%;
    padding: 40px 0 0 0;
    border-top: 1px solid #e1e1e2;
    margin: 70px 0 0 0;
}
.blog-details-bottom h3 {
    width: 100%;
    text-align: center;
    color: #1b1f33;
    font-size: 30px;
    font-weight: 800;
    margin: 0px;
    padding: 0px;
    font-family: 'Muli',sans-serif;
}

.title-text {
    width: 100%;
    color: #666;
    font-size: 13px;
    text-align: center;
    padding: 10px 0 30px;
    font-family: 'Muli',sans-serif;
    font-weight: 600;
}
.title-text {
    font-size: 16px;
    padding: 10px 0 50px;
}
.blog-container .title-text {
    padding-bottom: 0px;
}
.form-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 15px;
}
.blog-details-bottom .form-container {
    max-width: 100%;
}
.form-container form {
    padding-top: 40px;
    width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-container .form-control {
    margin-bottom: 10px;
    border: 1px solid #fff;
    box-shadow: none;
    background: #FFF;
    color: #fff;
    border-radius: 0px;
    min-height: 48px;
    font-size: 16px;
}
.blog-details-bottom .form-container .form-control {
    border: 1px solid #d2d2d2;
    color: #333;
    font-size: 15px;
}
.blog-double-block .blog-comment .form-container .custom-main-button {
    min-width: 240px;
    height: 65px;
    border-radius: 35px;
    border: none;
    background-color: #00C1DE;
    color: #FFF;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
}
.blog-comment-section .comment-list,.blog-comment-section .comment-list li {
    list-style: none;
}

.blog-comment-section ul.children {
    margin-left: 25px;
}

.blog-comment-section .comment-body {
    margin-bottom: 10px;
}
.blog-comment-section {
    width: 100%;
    padding: 40px 0 0 0;
    border-top: 1px solid #d2d2d2;
    margin: 60px 0 0 0;
}
.general-content-block .blog-comment-section img{
    height: min-content;
}
.comment-reply-link svg {
    width: 10px;
    fill: #002A40;
}

.blog-details-bottom .form-container textarea.form-control {
    background-color: #FFF;
    height: 150px;
}
.comments-section-main .blog-details-bottom .title-text {
    padding-bottom: 0;
}
.comments-section-main .blog-details-bottom .btn-row {
    margin-top: 5px;
}
.g-recaptcha {
    display: inline-block;
}
#commentform .help-block-error:empty {
    margin-top: 0;
    display: none;
}
#commentform .help-block-error {
    color: #ed7272;
    margin-top: -9px;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 9px;
}