body {
    background-color: #fff !important;
    font-family: "Roboto", sans-serif;
    line-height: 1.4;
    color: #24272c;
    font-weight: normal;
    font-kerning: auto;
    overflow-x: hidden;
}
.single {
    display: block;
    width: 100%;
    max-width: inherit;
    margin: 0 !important;
}

.entry-header {
    border-bottom: 2px solid #ccc;
    padding-bottom: 17px;
}

.entry-title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #000;
}

.entry-content p {
    font-size: 16px;
    margin-bottom: 12px;
    text-align: justify;
    margin-top: 10px;
}
.entry-content p.has-background {
    margin: 0;
    padding: 11px 16px 10px 15px;
}

.entry-content p.has-background strong {
    font-size: 16px !important;
}

.entry-content p a {
    color: #e84c16;
}
.entry-content h2 {
    font-size: 24px !important;
    margin-bottom: 12px;
}
.entry-content h3 {
    font-size: 22px !important;
}
.entry-content p strong :not(.h2-p strong) {
    font-size: 16px !important;
    margin-top: 11px !important;
    margin-bottom: 10px !important;
    font-weight: 700 !important;
}

.entry-content ul,
.entry-content ol {
    margin-left: 18px !important;
}

.entry-content ul li {
    color: #24272c;
    list-style-type: disc;
    text-align: justify;
    margin: 5px 0;
}

.entry-content ol li {
    color: #24272c;
    list-style: auto;
    padding: 0 0 0 0px;
    display: list-item;
}

.entry-content ol li strong {
    margin-top: 11px;
    margin-bottom: 10px;
    display: inline-block;
}

.entry-content ol li p {
    line-height: 1.5;
    opacity: 0.8;
    font-size: 16px;
}

.single-wrapper {
    display: inline-block;
    width: 100%;
    padding: 22px 0 0;
}

.post-thumbnail {
    padding: 0 0 25px;
    text-align: center;
}

.post-thumbnail img {
    border-radius: 12px;
}

.author-share-detail {
    display: flex;
    justify-content: space-between;
}

.author-detail {
    flex: 0 0 50%;
}

.author-detail .avatar {
    float: left;
    border-radius: 50%;
    max-width: 42px;
    margin: 0 8px 0 0;
}

.author-share-detail {
    display: flex;
    align-items: center;
}

.author-share-detail ul {
    margin: 0;
    display: flex;
}

.author-share-detail ul li:not(:first-child) {
    margin-left: 18px;
    width: 20px;
    height: 20px;
}

.author-share-detail ul li img {
    opacity: 0.7;
}

.author-name {
    color: #384047;
    display: block;
    line-height: 1;
    width: 130%;
}

.author-date {
    font-size: 12px;
    color: #384047;
}

.author-publish-date {
    font-size: 12px;
    color: #384047;
}

.comment-title {
    border-bottom: solid 2px #f5f5f5;
    margin-bottom: 24px;
}

.post-navigation {
    border-bottom: solid 2px #f5f5f5;
}

.nav-previous .nav-subtitle {
    font-size: 11px;
    opacity: 0.5;
    padding-left: 0px;
    line-height: 1.4;
    color: #000;
    display: block;
}

.nav-next .nav-subtitle {
    font-size: 11px;
    opacity: 0.5;
    padding-left: 0px;
    line-height: 1.4;
    color: #000;
    display: block;
    text-align: right;
}

.nav-previous {
    border-bottom: solid 2px #ccc;
	display: inline-block;
    width: 50%;
    float: left !important;
}

.nav-links {
    margin-top: 30px;
}
.nav-previous .nav-title {
    font-size: 15px;
    color: #000;
    display: block;
    line-height: 1.4;
}

.nav-next {
    /*border-bottom: solid 2px #fd3a14;*/
    border-bottom: solid 2px #ccc;
    width: 50%;
    display: inline-block;
    float: right !important;
}

.nav-next .nav-title {
    font-size: 15px;
    line-height: 1.4;
    color: #fd3a14;
    display: block;
}

.comments-title {
    border-top: 1px solid #ededed;
    ;
    padding-top: 30px;
    border-bottom: solid 2px #f5f5f5;
    margin-bottom: 24px;
    font-size: 18px;
    position: relative;
    padding-bottom: 6px;
}

.comments-title:after {
    position: absolute;
    height: 2px;
    width: 110px;
    background: #fd3a14;
    content: "";
    left: 0;
    bottom: 0;
}

.reply a {
    color: #504e4e;
    padding: 7px 12px;
    border-radius: 21px;
    border: solid 0.7px #b2b2b2;
    background-color: #fff;
    font-size: 14px;
}

.comment-list {
    margin-left: 0;
}

.comment-list li {
    padding: 20px 0;
    border-bottom: solid 2px #ededed
}

.comment-list>li>.comment-body {}
.comment-author {
    display: flex;
    align-items: center;
}

.comment-author img {
    width: 57px;
    height: 49px;
    border-radius: 50%;
    margin-right: 18px;
}

.comment-author .fn {
    font-size: 18px;
    line-height: 1.56;
}

.comment-author .says {
    display: none;
}

.comment-metadata a {
    font-size: 16px;
    line-height: 1.56;
    margin-top: 5px;
    color: #8b8b8b;
}

.comment-metadata>a {
    padding: 0 0 0 75px;
}

.comment-content {
    font-size: 16px;
    line-height: 1.56;
    margin-top: 5px;
    padding: 0 0 0 75px;
}

.comment-list .children {
    border-top: solid 2px #ededed;
    margin: 20px 0 0 75px;
}

.comment-list .children li:last-child {
    border-bottom: none;
}

.comment-list .children li {
    padding: 20px 0 0;
}

.single .owl-prev,
.single .owl-next {
    bottom: 120px;
}

#main-content-div {
    padding-right: 16px;
    margin-top: 26px;
}

.rgt-sticky-cont {
    padding-left: 50px;
}

@media all and (max-width:767px) {
    .section-description .container {
        width: 90%;
    }

    nav.navigation.posts-navigation {
        padding-left: 15px;
        padding-right: 15px;
    }

    .rgt-sticky-cont .top-category .blog-box-1 .col-md-created {
        width: 100%;
        padding: 6px;
        border-radius: 10px;
        margin-bottom: 0px;
        height: auto;

    }

    .rgt-sticky-cont .top-category .blog-box-1 .img-act1 {
        height: auto;
        width: 100%;
        position: relative;
        top: 5px;
    }
    .add-banner {
        width: 92%;
        margin: auto;
        float: none;
        text-align: center;
        margin-bottom: 22px;
    }
    .accounting-bx1 {
        height: auto !important;
    }

    .main-post-cont .blog-box-1.expand-box {
        border: none;
    }
    .main-post-cont .blog-box-1.expand-box {
        padding-bottom: 20px;
        border: 1px solid #ccc;
        margin-right: 15px;
        margin-left: 15px
    }

    .main-post-cont .blog-box-1 .img-act1 {
        width: 100%;
    }

    .container-page-about .text-hd-line h2 {
        width: 100% !important;
    }

    .other-post .col-md-6 .bc-text-blog {
        top: auto;
        bottom: 20px;
        width: 90%;
    }

    #seemore .top-trending-products-img {
        margin-bottom: 15px;
    }

    #main-content-div {
        padding-right: 0px;
    }

    .rgt-sticky-cont {
        padding-left: 0px;
    }

    .post-thumbnail {
        margin: 15px 0 0 0;
    }

    .author-detail {
        flex: 0 0 70%;
    }
}

#secondary .blog-box-1:hover {
    box-shadow: none;
}

#secondary .text-md-blog a:hover {
    text-decoration: underline;
}

#seemore .MultiCarousel {
    float: left;
    width: 100%;
}

::placeholder {
    color: #919395;
    opacity: .8;

}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.wp-block-quote p {
    margin-bottom: 0px !important;
}

.related-posts .blog-box-1.expand-box {
    padding: 0px;
    display: flex;
    align-items: center;
}

.wp-block-embed {
    text-align: center;
}

.top-category .blog-box-1 p {
    font-size: 14px;
    line-height: 1.39;
    margin-bottom: 2px;
    margin-left: 0px;
    color: #384076;
    font-weight: 600;
}

.entry-content .has-very-light-gray-background-color {
    width: auto;
    text-align: unset;
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignright>figcaption {
    font-size: 13px;
}

.author-avatar {
    height: 42px;
    width: 42px;
    background-repeat: round;
    border-radius: 50%;
    float: left;
    margin-right: 8px;
}

#logoslider .item {
    padding: 0 !important;
}

.rev-second-row {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4b4647;
    margin-top: 4px;
}

.reviewer-link-color {
    color: blue;
}

.authr-post-detail {
    width: 150%;
}

.author-column-1 {
    float: left;
    width: 12%;
}

.author-column-2 {
    float: left;
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .author-column-1 {
        float: left;
        width: 20%;
    }

    .author-column-2 {
        float: left;
        width: 65%;
    }

    .wp-block-afpb-props-cons .afpb__cons_box,
    .wp-block-afpb-props-cons .afpb__props_box {
        position: relative;
        width: 100%;
        margin-bottom: 16px;
        margin-top: 25px;
    }
}

.afpb__props_list li,
.afpb__cons_list li {
    list-style: none !important;
}

.author-publish-date {
    font-size: 12px;
    color: #384047;
}

#afpb__cons_e0e17ed1 li:before {
    color: #a5001a !important;
}

#afpb__props_e0e17ed1 li:before {
    color: #027000 !important;
}

.wp-block-afpb-props-cons {
    margin: 30px 0px 30px 0px !important;
}

.entry-content .h2-p {
    font-size: 24px !important;
    margin-bottom: 12px !important;
    margin-top: 0px !important;
}

.entry-content .h2-p strong {
    font-weight: 500;
    color: #000;
}

.container-page-about-footer {
    width: 90%;
}

/**** load more ******/
.load-more-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #1a73e8;
  color: #fff;
  border: 1px solid #1a73e8;
  border-radius: 35px;
  transition: background-color 0.3s ease;
  margin-bottom: 18px;
}

.load-more-button:hover {
  background-color: #1a73e8;
  color: #fff;
}

.load_container{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 17px;

}

.loader_container {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;

}
.loader{
  display: none;
  height: 50px;
  width: 50px;
}