.circle-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20%;
    color: #fff !important;
    font-size: 22px;
    text-align: center;
    margin: 2px;
    text-decoration: none;
    transition: opacity 0.3s;
    justify-content: center;
}

.summary-icons-section {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 5px;
}

.summary-icons-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* Background colors */
.bg-green {
    background-color: #00A67E;
}

/* Green */
.bg-blue {
    background-color: #2E8BFF;
}

/* Blue */
.bg-orange {
    background-color: #FF7A29;
}

/* Orange */
.bg-purple {
    background-color: #8A5DFF;
}

/* Purple */
.bg-black {
    background-color: #222222;
}

/* Black */

.link-icon {
    display: flex;
    align-items: center;
    /* vertical center */
    justify-content: center;
    /* horizontal center */
    width: 35px;
    /* example size */
    height: 35px;
    /*background: #eee;*/
    border-radius: 50%;
    color: #fff !important;
    margin: 2px;
}

#middle-pages .main-pages-mid .middle-wrapper {
    padding-top: 180px;
}

.blog_body_content ul {
    padding-left: 25px !important;
    display: flex !important;
    flex-direction: column !important;
}

.blog_body_content ul li {
    float: unset !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0;
    list-style: disc !important;
    text-align: left !important;
}

.readmore-list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
}

.blog-desc{
    padding-right: 10px;padding-top: 10px;
}

.blog-date {
    display: flex;
    flex-wrap: wrap;
    color: grey;
    align-items: center;
    font-size: 14px;
    align-items: center;
    margin-bottom: 1rem !important;
}

.blog-date span.br-right {
    border-right: 1px solid grey;
    padding-right: 8px;
    margin-right: 8px;
}

.blog-faq {
    margin-top: 10px;
    width: 100%;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 12px 15px 12px 0;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.accordion-toggle,
.accordion-toggle:hover,
.accordion-toggle:focus {
    text-decoration: none !important;
    color: black;
}

.accordion-group {
    border: unset;
    border-bottom: 1px solid #e5e5e5 !important;
}

.accordion-toggle {
    position: relative;
    display: block;
    padding-right: 25px;
    text-decoration: none !important;
}

.accordion-toggle .fa {
    position: absolute;
    right: 10px;
    transition: all 0.2s ease;
}

@media (max-width: 1279px) {
    #middle-pages .main-pages-mid .middle-wrapper {
        padding: 5px;
    }

    .breadcrumb {
        margin: 0;
    }
}

.summary-icons-section span.title {
    font-size: 16px;
    margin-right: 5px;
}

.blog-faq a.accordion-toggle strong{
    padding-right: 15px;
    display: flex;
}

@media (max-width: 768px) {
    .blog_title{
        font-size: 25px;
        line-height: 35px;
    }
}