.faq_container
{
    text-align: center;
    color: #093d77;
    margin-top: 35px;
    margin-bottom: 35px;
}
.faq-accordion
{
    max-width: 900px;
    margin: auto;
}
.faq-item
{
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
.faq-question
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #f60;
}
.faq-question h5
{
    color: #ff631b;
    font-size: 24px!important;
    font-weight: 700!important;
}
.faq-toggle
{
    font-size: 22px;
    color: #f60;
}
.faq-answer
{
    display: none;
    padding-top: 10px;
    color: #333;
    font-size: 18px;
    line-height: 1.5;
}
#breadcrumbs a
{
    color: #ff7a00;
}
.breadcrumb_page_title
{
    box-shadow: 0 4px 2px -2px rgb(0 0 0/5%);
    padding-bottom: 1px;
}
.hero-blog-author-info
{
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.hero-blog-author-info figure
{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.hero-blog-author-info figure img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hero-blog-author-info figcaption
{
    flex: 1;
}
.hero-blog-author-info-list
{
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    list-style: none;
}
.hero-blog-author-info-list li
{
    padding: 5px 0;
}
.hero-blog-author-info-list li>div
{
    position: relative;
    padding: 0 15px;
}
.hero-blog-author-info-list li>div::after
{
    content: "";
    width: 1px;
    height: 100%;
    background-color: #878e96;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.hero-blog-author-info-list li:last-child>div::after
{
    display: none;
}
.hero-blog-author-info-list li>div *
{
    font-size: 16px;
    font-weight: 600;
    color: #878e96;
}
.hero-blog-author-info-list li i
{
    display: inline-block;
    max-width: 18px;
    margin-right: 5px;
}
.single-post-content
{
    margin-bottom: 40px;
}
.single-post-content img
{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
}
.auth-box
{
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    background: #ff631b;
    border-radius: 10px;
    padding: 50px;
}
.auth-img-wrap
{
    width: 140px;
    margin-right: 20px;
    height: 150px;
    background-size: 100% auto;
    position: relative;
    background-repeat: no-repeat;
    background-color: #093d77;
    border-radius: 0 0 76% 76%;
    flex: 0 0 auto;
    border: 1px solid #ff631b;
}
.auth-img
{
    max-width: 100%;
    height: auto;
    clip-path: circle(50%);
    margin: 0!important;
}
.auth-label
{
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 4px;
    display: inline-block;
}
.inner-img
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
}
.auth-text
{
    font-size: 16px!important;
    margin-bottom: 8px;
    color: #fff;
}
.auth-text:last-child
{
    margin-bottom: 0;
}
.auth-title
{
    color: #000!important;
    font-size: 24px!important;
    margin: 0!important;
    padding-bottom: 10px!important;
}
.auth-label
{
    font-size: 16px;
}
.hero-blog-author-info-list
{
    margin: 0;
    padding: 0;
}
.author_avatar_image
{
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 20px;
}
.author_avatar_image img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.author-posts
{
    margin-top: 40px;
}
.author_gap
{
    margin-top: 40px;
}
.fetures_cryptocurrency_wrapper .img-box
{
    height: 100%;
}
.author-social-media
{
    margin-top: 15px;
}
.author-social-media ul
{
    display: flex;
    max-width: 100%;
    margin: 0 -5px;
}
.author-social-media ul li
{
    padding: 0 5px;
}
.author-social-media ul li a
{
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #093d77;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    color: #093d77;
}
.auth-box
{
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.auth-img-wrap
{
    flex-shrink: 0;
}
.auth-content
{
    flex: 1;
}
@media(max-width: 767.98px)
{
    .auth-box
    {
        flex-direction: column;
        align-items: center;
        text-align: center;
        background: #ff631b;
    }
    .auth-content
    {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 575px)
{
    .auth-box
    {
        margin-top: 25px;
        margin-bottom: 25px;
        display: flex;
        background: #ff631b;
        border-radius: 10px;
    }
}