.thank-you img,
.zoom-icon {
    cursor: pointer;
    position: absolute
}

.expert-box .expert-image img,
.thank-you,
.zoom-bg {
    height: 100%
}

.thank-you {
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 9
}

.thank-you img {
    top: 5%;
    right: 5%
}

.thank-you .thank-you-box {
    background-color: #fff;
    max-width: 500px;
    width: 500px;
    text-align: center;
    padding: 45px 15px
}

.comments-title__container {
    background: #1A367E;

}

.comments-title__container .comments-icon {
    height: auto;
    background-color: #FF9900 !important;
}

.title-with-bg {
    padding: .625rem 1rem;
    text-transform: uppercase;
    color: white;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.title-with-bg span {
    margin-left: 10;
    font-size: 12px;
    font-weight: normal;
}

.add-comment__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bform-fields {
    gap: 20px;
    flex-direction: column;
}

@media screen and (min-width: 400px) {
    .bform-fields {
        flex-direction: row;
    }

    .title-with-bg span {
        margin-left: 40px;
        font-size: 15px;
    }
}

.bform-fields input {
    min-width: 60%;
    max-width: 100%;
    padding: 10px;
}

.btn-comment {
    background-color: #1A367E;
    border: solid 1px #1A367E;
    color: white;
    font-weight: bold;
    padding: 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-comment:hover {
    background-color: white;
    color: #1A367E;
}

textarea {
    padding: 10px;
}