.comment-block {
    border-top: 1px solid #e0e0e0;
    margin: 20px;
    padding: 20px 0 0;
    box-shadow: 0px 2px 10px silver;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    margin: 15px;
}

.comment__formwrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 20px;
}

.comment__forminput .or-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.comment__googlebtn .desktopsignupgoogle1 {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
}

.comment__wrapper p {
    font-size: 14px;
    line-height: 20px;
    word-break: break-all;
}

.view_more {
    background: transparent;
    color: #19b5ff;
}

.comment-block h3 {
    font-size: 18px !important;
    line-height: 24px;
    font-weight: 500;
    color: #3d4051 !important;
    margin: 0 0 15px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comment-block h3 a {
    font-size: 14px;
    line-height: 20px;
}

.comment__inputblock textarea {
    border: 1px solid #e0e0e0;
    width: 100%;
    height: 100px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
}

.comment__form {
    padding: 20px 15px;
    margin: 0 0 20px;
    background: #ebebeb;
}
.comment_form_bg{
    background: #ffffff;
    padding: 0px;
}
.comment__form h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #3d4051;
    margin: 0 0 10px;
}

.comment__forminput {
    display: flex;
    align-items: center;
    gap: 10px;
}

.comment__forminput label {
    display: block !important;
    color: #344054 !important;
    font-size: 12px !important;
    margin-bottom: 5px !important;
    font-weight: 500 !important;
    background: transparent !important;
}

.comment__forminput input {
    display: block;
    color: #101828;
    border: 1px solid #e4e7ec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 12px;
    width: auto;
    display: inline-flex;
}

.comment__formfooter {
    padding-top: 15px;
}

.comment__formbtn {
    text-align: right;
}

.comment__formbtn button{
    background: linear-gradient(266.4deg, #c0083e -5.36%, #ff2565 110.14%);
    padding: 10px 15px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 13px;
    height: 40px;
    margin-left: 0 !important;
    
}

.comment__wrapper {
    padding-top: 5px;
}

.comment__wrapper h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

.comment__wrapper h4 span {
    font-size: 12px;
    line-height: 18px;
    color: #828596;
}

.comment__wrapper p {
    font-size: 14px;
    line-height: 20px;
}

.comment__viewall {
    text-align: center;
}

.comment__viewall a {
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .comment-block .character-count{
        line-height: 0px !important;
    }
    .comment__formwrapper {
        display: block;
    }
    .comment-block {
        margin: 0;
    }

    .comment__wrapper {
        padding-top: 10px;
    }

    .comment__wrapper h4 {
        font-size: 16px;
    }

    .comment__form {
        width: 100%;
        /* padding: 15px; */

    }
  

    .comment__forminput {
        display: block;
       text-align: center;
    }
    .blog-box label {
        flex: 0 0 100%;
    }
    .comment__forminput input {
        flex: 0 0 60%;
        width: 100%;
        max-width: 230px;
    width: 100%;
    margin-bottom: 10px;
    }

    .comment__forminput .or-text {
        margin-bottom: 10px;
    }
    .comment__formbtn {
        text-align: center;
        margin-top: 20px;
    }
    .comment__formbtn button {
        margin-top: 0;
        margin-left: 5px;
        padding: 10px;
        font-size: 12px;
    }

    .desktopsignupgoogle1 {
        right: 135px;
        max-width: 220px;
        margin: auto;
    }
    }