.header-elements {
    background-color: #1f1d1d !important;
}

.reply-box {
    margin-left: 46px;
    margin-top: 14px;
    border-left: 2px solid #ececec;
    padding-left: 14px;
}

.blog-page3-single-box .thumbnail {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.blog-page3-single-box .heading1 {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.blog-page3-single-box .thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.comment-initials-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1f1d1d;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.inner-hero {
    position: relative;
    overflow: hidden;
}

.inner-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.inner-hero .container {
    position: relative;
    z-index: 1;
}

.inner-hero .main-heading,
.inner-hero .main-heading h1,
.inner-hero .main-heading p,
.inner-hero .main-heading a,
.inner-hero .main-heading span {
    color: #ffffff;
}

.inner-hero .main-heading a:hover {
    color: #ffffff;
    opacity: 0.95;
}

.inner-hero .main-heading h1,
.inner-hero .main-heading p {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.inner-hero .main-heading .page-prog {
    position: relative;
    z-index: 1;
}

.search-inputs.search-with-icon {
    position: relative;
}

.search-inputs.search-with-icon .search-input-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
    border: 0;
    background: transparent;
    padding: 0;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

.search-inputs.search-with-icon .search-keyword-input {
    padding-right: 42px;
}