@charset "UTF-8";
img {
    max-width: 100%
}

pre {
    background: #0099e6 !important;
    border: 0 !important;
    color: #fff !important;
    display: block;
    font-family: Georgia, serif !important;
    font-size: medium !important;
    font-style: italic;
    line-height: 1.3;
    margin: 0 0 30px !important;
    overflow: visible !important;
    padding: 10px 80px !important;
    position: relative;
    white-space: normal
}

pre:before {
    content: "“";
    left: 10px;
    top: 0
}

pre:after, pre:before {
    color: #fff;
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute
}

pre:after {
    bottom: -.5em;
    content: "”";
    right: 10px
}

ul > li > strong {
    color: #000;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 400
}

.blog-view .blog-detail h1, .blog-view .blog-detail h2, .blog-view .blog-detail h3, .blog-view .blog-detail h4 {
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 20px
}

.blog-view .blog-detail h2 {
    font-size: 28px !important;
    font-size: 24px !important;
    line-height: 30px !important;
    line-height: 24px !important
}

.blog-view .blog-detail h3 {
    font-size: 20px !important;
    line-height: 20px !important
}

.blog-view .blog-detail h4 {
    font-size: 18px !important;
    line-height: 18px !important
}

.blog-view .blog-detail ul li h1, .blog-view .blog-detail ul li h2, .blog-view .blog-detail ul li h3, .blog-view .blog-detail ul li h4 {
    margin-top: 0
}

.blog-view strong {
    color: #000;
    font-family: Open Sans, sans-serif;
    font-weight: 400
}

.blog-view a > strong, .blog-view strong > a {
    color: #08c;
    font-weight: 600
}

.blog-view .post__footer {
    background: #f0f0ed;
    border-top: 3px solid #08c;
    margin-top: 30px;
    padding-bottom: 50px
}

.blog-view .post__footer .addthis_inline_share_toolbox table {
    width: 100%
}

.blog-view .post__footer .addthis_inline_share_toolbox table tr td {
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.blog-view .post__footer .addthis_inline_share_toolbox .at4-jumboshare .at4-count-container {
    border-right: 1px solid rgba(0, 0, 0, .15)
}

.blog-view .post__footer .post-author-wrapper {
    align-items: stretch;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    display: flex;
    margin-bottom: 30px;
    margin-top: -30px
}

.blog-view .post__footer .post-author-wrapper .claws_logo {
    background: url(../images/claws_logo.png) no-repeat;
    margin-left: 20px;
    margin-top: 25px;
    width: 305px
}

.blog-view .post__footer .post-author-wrapper h3 {
    border-collapse: collapse;
    border-right: 1px solid rgba(0, 0, 0, .15);
    color: #666;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 39px;
    text-align: center;
    text-transform: uppercase;
    width: 258px
}

.blog-view .post__footer .post-author-wrapper .post-author {
    align-items: center;
    display: flex
}

.blog-view .post__footer .post-author-wrapper .post-author .image-wrapper {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    margin: 15px;
    padding: 5px
}

.blog-view .post__footer .post-author-wrapper .post-author .image-wrapper .image {
    background-size: cover;
    height: 65px;
    width: 65px
}

.blog-view .post__footer .post-author-wrapper .post-author .content a {
    font-size: 18px
}

.blog-view .post__footer .post-author-wrapper .post-author .content p {
    font-size: 16px
}

.blog-view .post-content {
    font-family: Open Sans, sans-serif
}

.blog-view .post-content blockquote {
    background: #f7f7f7;
    border: none;
    border-left: 2px solid #08c;
    border-radius: 0;
    box-shadow: none;
    padding: 5px 15px
}

.blog-view .post-content hr {
    background: none;
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.blog-view .post-content .content-box img {
    margin-bottom: 0
}

.blog-view .post-content .content-box p > img {
    display: block
}

.blog-view .post-content p {
    color: #777;
    font-family: Open Sans, sans-serif;
    font-size: 16px !important;
    line-height: 22px
}

.blog-view .post-content h2 {
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    margin-top: 20px
}

.blog-view .post-content .content-box h4 {
    color: #000 !important;
    font-weight: 600 !important
}

.blog-view .post-content .content-box h5 {
    color: #000 !important;
    font-size: 16px !important
}

.blog-view .post-content ol {
    counter-reset: custom-counter;
    margin: 30px 0;
    padding-left: 0;
    position: relative
}

.blog-view .post-content ol > li {
    font-size: 16px;
    margin-bottom: 15px;
    padding: 5px 0 5px 32px;
    position: relative
}

.blog-view .post-content ol > li:before {
    border: 1px solid #08c;
    border-radius: 100%;
    color: #08c;
    content: counter(custom-counter);
    counter-increment: custom-counter;
    font-size: 12px;
    font-weight: 700;
    left: 0;
    min-width: 19px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 25%
}

.blog-view .post-content ul {
    padding-left: 0;
    position: relative
}

.blog-view .post-content ul li {
    font-size: 16px;
    padding: 5px 0 5px 32px;
    position: relative
}

.blog-view .post-content ul li:before {
    background: #08c;
    border: 1px solid #08c;
    border-radius: 100%;
    color: #08c;
    content: "";
    font-size: 18px;
    font-weight: 700;
    left: 10px;
    padding: 3px;
    position: absolute;
    text-align: center;
    top: 10px
}

.blog-view .post-content ul li p {
    margin-bottom: 0
}

.blog-view .next-prev {
    align-items: stretch;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px
}

.blog-view .next-prev a {
    font-size: 18px
}

.blog-view .next-prev a:focus, .blog-view .next-prev a:hover {
    text-decoration: none
}

.blog-view .next-prev .next, .blog-view .next-prev .prev {
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #2c2c2c;
    display: flex;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    position: relative;
    transition: .3s;
    width: 49%
}

.blog-view .next-prev .next:hover, .blog-view .next-prev .prev:hover {
    border-color: #008cd5
}

.blog-view .next-prev .next:hover .thumb-info-wrapper:after, .blog-view .next-prev .prev:hover .thumb-info-wrapper:after {
    opacity: 1
}

.blog-view .next-prev .next:hover .thumb-info-action-icon, .blog-view .next-prev .prev:hover .thumb-info-action-icon {
    right: 0;
    top: 0
}

.blog-view .next-prev .next:hover .thumb-info-title, .blog-view .next-prev .prev:hover .thumb-info-title {
    background: #000
}

.blog-view .next-prev .next:hover img, .blog-view .next-prev .prev:hover img {
    transform: scale(1)
}

.blog-view .next-prev .next:hover .pn_content span, .blog-view .next-prev .prev:hover .pn_content span {
    color: #08c
}

.blog-view .next-prev .next:focus, .blog-view .next-prev .prev:focus {
    text-decoration: none
}

.blog-view .next-prev .next:before, .blog-view .next-prev .prev:before {
    border-bottom: 5px solid;
    border-right: 5px solid;
    color: #08c;
    content: "";
    height: 25px;
    position: absolute;
    right: -24px;
    top: 40%;
    transition: all .3s ease;
    width: 25px
}

.blog-view .next-prev .next .np__image, .blog-view .next-prev .prev .np__image {
    padding: 20px 0 20px 20px;
    width: 330px
}

.blog-view .next-prev .next .np__image .nbb-img, .blog-view .next-prev .prev .np__image .nbb-img {
    vertical-align: middle
}

.blog-view .next-prev .next .np__image .nbb-img .thumb-info .thumb-info-wrapper, .blog-view .next-prev .prev .np__image .nbb-img .thumb-info .thumb-info-wrapper {
    border-radius: 4px;
    display: inline-block
}

.blog-view .next-prev .next .np__image .nbb-img .thumb-info .thumb-info-wrapper img, .blog-view .next-prev .prev .np__image .nbb-img .thumb-info .thumb-info-wrapper img {
    border-radius: 4px;
    max-height: 110px;
    max-width: 200%;
    transform: scale(1);
    width: auto
}

.blog-view .next-prev .next .pn_content, .blog-view .next-prev .prev .pn_content {
    padding: 15px;
    width: 100%
}

.blog-view .next-prev .next .pn_content span, .blog-view .next-prev .prev .pn_content span {
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 15px;
    transition: .3s
}

.blog-view .next-prev .next .pn_content p, .blog-view .next-prev .prev .pn_content p {
    color: #777;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    text-overflow: ellipsis
}

.blog-view .next-prev .prev:before {
    left: -30px;
    transform: rotate(135deg)
}

.blog-view .next-prev .prev:hover:before {
    left: -40px
}

.blog-view .next-prev .next:before {
    right: -30px;
    transform: rotate(-45deg)
}

.blog-view .next-prev .next:hover:before {
    right: -40px
}

.blog-view table {
    margin-bottom: 20px
}

.blog-view .post-content table td, .blog-view .post-content table td p {
    font-weight: 400
}

.blog-view .post-content table th, .blog-view .post-content table th p {
    font-weight: 700
}

.blog-view .post-content table p strong {
    color: #777;
    font-weight: 700 !important
}

.blog-view .more_articles {
    position: relative
}

.blog-view .more_articles .image-wrapper {
    height: 200px;
    margin-bottom: -15px;
    opacity: 1
}

.blog-view .more_articles .image-wrapper:before {
    background: rgba(0, 0, 0, .3);
    bottom: -28px;
    content: "";
    left: -18px;
    position: absolute;
    top: 12px;
    width: 1px;
    z-index: 1
}

.blog-view .more_articles .image-wrapper span {
    background-position: 50% 50%;
    background-size: cover;
    display: block;
    height: 100%;
    width: 100%
}

.blog-view .more_articles > a {
    display: block;
    position: relative
}

.blog-view .more_articles .news_article {
    color: #08c;
    font-size: 20px;
    line-height: 1;
    list-style: none;
    margin-top: 20px;
    padding-bottom: 20px;
    position: relative;
    transition: .3s
}

.blog-view .more_articles .news_article:first-of-type {
    border-bottom: none;
    list-style: none
}

.blog-view .more_articles .news_article > p:first-of-type {
    background: #fff;
    color: #2c2c2c !important;
    margin-left: -5px;
    padding: 2px 5px
}

.blog-view .more_articles .news_article:last-of-type {
    border-bottom: none;
    padding-bottom: 0
}

.blog-view .more_articles .news_article:last-of-type:before {
    display: none
}

.blog-view .more_articles .news_article .meta_article p {
    display: inline-block
}

.blog-view .more_articles .news_article p {
    color: #777;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0
}

.blog-view .more_articles .news_article span {
    color: #000;
    font-size: 13px
}

.blog-view .more_articles .news_article a {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 400
}

.blog-view .more_articles .news_article a:hover {
    text-decoration: none
}

#disqus_thread {
    margin-top: 60px
}

.blog-single-post {
    margin-left: 80px
}

.post-date {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    float: left;
    margin-left: -80px;
    position: -webkit-sticky;
    position: sticky;
    text-align: center;
    top: 100px
}

.post-date .day {
    background: #f0f0ed;
    border-radius: 2px 2px 0 0;
    color: #08c;
    display: block;
    font-size: 22px;
    font-weight: 700;
    padding: 3px 10px
}

.post-date .month {
    background: #ccc
}

.post-date .month, .post-date .year {
    background-color: #08c;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    padding: 0 6px 2px
}

.post-date .year {
    border-top: 1px solid #9dc4ff
}

.post-date .time, .post-date .year {
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .07);
    display: block
}

.post-date .time {
    background: #f0f0ed;
    border-radius: 0 0 2px 2px;
    color: #08c;
    font-size: 14px;
    padding: 0 6px 2px
}

.author-view {
    margin-top: 20px;
    text-align: left
}

.author-view h3 {
    letter-spacing: 0;
    line-height: 1;
    margin-top: 0
}

.author-view .author_tbl {
    display: table;
    margin-bottom: 10px
}

.author-view .author_tbl .name {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
    width: 20px
}

.author-view p {
    font-size: 14px;
    margin-bottom: 3px
}

.author-view .image {
    border: 2px solid #08c;
    border-radius: 100%;
    height: 80px;
    overflow: hidden;
    width: 80px
}

.author-view .image img {
    width: 100%
}

.author-view .name {
    color: #000;
    font-size: 16px;
    margin-bottom: 3px;
    margin-top: 15px
}

.blog-posts {
    margin-top: 20px
}

.media-view {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.media-view .media__left {
    padding-right: 15px
}

.media-view .media__right {
    padding-left: 15px
}

.blog-view .post-content table.huge-table {
    position: relative;
    z-index: 2
}

.blog-view .post-content table.huge-table tr > th {
    font-size: 15px;
    line-height: 21px;
    padding: 5px 8px
}

.blog-view .post-content table.huge-table tr > td {
    font-size: 11px;
    line-height: 17px;
    padding: 5px 8px
}

.blog-view .post-content table.huge-table tr > td p {
    font-size: 11px !important;
    margin: 0;
    padding: 0
}

.blog-view .post-content table td ol > li {
    font-weight: 400
}

.blog-view .post-content table td ol > li strong {
    color: #777;
    font-weight: 700
}

.blog-view .post-content table thead tr th {
    background: #f9f9f9;
    font-size: 18px;
    line-height: 26px;
    padding: 5px 10px;
    text-align: center
}

.blog-view .post-content table thead + tbody tr:nth-of-type(odd) {
    background: #fff
}

.blog-view .post-content table thead + tbody tr:nth-of-type(2n) {
    background: #f9f9f9
}

.blog-view .risk-footer strong {
    color: #e3e3e3;
    font-weight: 700
}

@media (min-width: 992px) {
    .media__left {
        width: 66.66666667%
    }

    .media__right {
        width: 33.33333333%
    }
}

#more-posts {
    font-family: Open Sans, sans-serif;
    font-size: 18px !important;
    margin-top: 20px
}

.article, .tags {
    margin-bottom: 30px
}

.tags {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    display: flex;
    flex-wrap: wrap;
    min-height: 30px;
    padding-bottom: 30px
}

.tags h3 {
    display: inline-block;
    float: left;
    margin: 0 30px 0 0 !important
}

.tags span {
    background-color: #fff;
    border: 1px solid #d8dce5;
    border-radius: 4px;
    float: left;
    font-size: 15px;
    margin-bottom: 7px;
    margin-right: 10px;
    text-align: center;
    text-decoration: none
}

.tags span:hover {
    background-color: #e8e8e8
}

.tags span a {
    color: #4c4c4c;
    display: block;
    padding: 5px 7px;
    text-decoration: none;
    text-transform: lowercase
}

.backgrounds {
    background: #1d1d1d;
    margin-top: -20px
}

.backgrounds .webinar-video {
    margin-bottom: 35px;
    margin-top: 35px
}

hr.article_social {
    color: #777
}

.article-share-btn {
    background-color: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px 5px 0;
    overflow: hidden;
    text-transform: none;
    transition: all .2s ease-in-out
}

.article-share-btn, .article-share-btn:hover {
    text-decoration: none
}

.sticky__right {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 100px
}

.article-icon-wrapper {
    cursor: pointer;
    overflow: hidden
}

.article-icon-wrapper, .article-label {
    display: inline-block;
    vertical-align: middle
}

.article-label {
    background: none;
    color: #fff;
    font-size: inherit;
    height: 0;
    line-height: inherit;
    margin: 5px 10px 24px 0;
    text-decoration: none
}

.subscribe_blog_view {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    padding: 30px 0
}

.subscribe_blog_view p {
    font-size: 16px
}

.subscribe_blog_view .btn {
    margin-top: 25px
}

figure.image {
    padding: 20px;
    text-align: center
}

figure.image figcaption {
    padding-top: 5px
}

.article_footer_service-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    margin-top: 30px;
    padding-bottom: 30px
}

.article_footer_service-wrapper .article_footer_service {
    background: #fff;
    border: 1px solid #e5e5e5;
    display: block;
    padding: 15px;
    text-align: center
}

.article_footer_service-wrapper .article_footer_service a {
    margin-top: 20px
}

.article_footer_service-wrapper .article_footer_service p {
    font-size: 16px
}

.aside {
    margin-bottom: 40px
}

.reclam_block {
    border: 3px dashed #d2d2d2;
    border-radius: 4px;
    padding: 13px 15px
}

.reclam_block p {
    margin: 0
}

.at4-count-container {
    width: 257px
}

html[lang=ar] .post-date, html[lang=fa] .post-date {
    float: right
}

html[lang=ar] .media-view .media__left, html[lang=fa] .media-view .media__left {
    padding: 0 0 0 15px
}

html[lang=ar] .media-view .media__right, html[lang=fa] .media-view .media__right {
    padding: 0 15px 0 0
}

html[lang=ar] .blog-single-post, html[lang=fa] .blog-single-post {
    margin-left: 0
}

html[lang=ar] .blog-view .post-content .content-box, html[lang=fa] .blog-view .post-content .content-box {
    margin-right: 80px
}

.content-box > div > div > div > div table td {
    font-size: 10px !important;
    padding: 5px 2px !important
}

@media (max-width: 1010px) {
    .blog-view .next-prev .next, .blog-view .next-prev .prev {
        width: 100%
    }

    .blog-view .next-prev .next:before, .blog-view .next-prev .prev:before {
        display: none
    }

    .blog-view .next-prev .prev {
        margin-bottom: 30px
    }
}

@media (max-width: 760px) {
    .addthis_inline_share_toolbox {
        margin-bottom: 0 !important
    }

    .blog-single-post {
        margin-left: 0
    }

    .blog-view .next-prev .next p, .blog-view .next-prev .prev p, .post-date {
        display: none
    }

    .blog-view .next-prev .next .nbb-img .thumb-info .thumb-info-wrapper img, .blog-view .next-prev .prev .nbb-img .thumb-info .thumb-info-wrapper img {
        width: 100%
    }

    .addthis_inline_share_toolbox {
        display: none
    }

    .blog-view .post__footer .post-author-wrapper {
        margin: 0 -15px 30px
    }

    .blog-view .post__footer .post-author-wrapper h3 {
        padding: 39px 10px;
        width: auto
    }

    .blog-view .post__footer .post-author-wrapper .claws_logo {
        width: 99px
    }

    .media-view .media__left {
        padding-right: 0
    }

    .media-view .media__right {
        padding-left: 0
    }

    .media-view .media__right .start-trading {
        display: block;
        position: relative;
        top: 0
    }

    .addthis_inline_share_toolbox {
        display: block !important
    }

    .at4-jumboshare .at4-count-container {
        min-width: 20px !important;
        width: 20px
    }

    html[lang=ar] .post-content .content-box, html[lang=fa] .post-content .content-box {
        margin-right: 0 !important
    }

    .blog-view .post-content table.huge-table {
        -webkit-overflow-scrolling: touch;
        display: block;
        margin: 0 auto;
        overflow-x: scroll;
        width: 458px
    }
}

.bigtable {
    width: 100%
}

.blog-view .post-content .bigtable > tbody > tr > td, .blog-view .post-content .bigtable > tbody > tr > th {
    padding: 4px !important;
    text-align: center
}

.blog-view .post-content .bigtable p {
    font-size: 13px !important;
    line-height: 19px
}

@media (max-width: 780px) {
    .blog-view .post-content .bigtable > tbody > tr > td, .blog-view .post-content .bigtable > tbody > tr > th {
        font-size: 11px;
        padding: 4px 2px !important
    }

    .blog-view .post-content .bigtable p {
        font-size: 11px !important;
        line-height: 17px
    }

    .blog-view .content-box table th {
        font-size: 12px !important;
        line-height: 18px !important;
        padding: 4px 2px !important
    }

    .blog-view .content-box table td {
        font-size: 12px !important;
        line-height: 18px !important;
        padding: 4px 5px !important
    }

    .blog-view .content-box table td p {
        font-size: 14px !important
    }

    .content-box > div > div > div > div {
        overflow: auto
    }

    .content-box > div > div > div > div > table tr:first-child > td {
        font-size: 9px
    }

    .content-box > div > div > div > div > table tr > td {
        font-size: 10px;
        padding: 5px 2px !important
    }

    .content-box > div > div > div > div > table tr > td:last-child, .content-box > div > div > div > div > table tr > td:nth-child(3), .content-box > div > div > div > div > table tr > td:nth-child(7), .content-box > div > div > div > div > table tr > td:nth-child(8) {
        display: none
    }
}

@media (max-width: 480px) {
    .bigtable {
        margin: 0 -15px;
        width: calc(100% + 30px)
    }

    .blog-view .post-content .bigtable > tbody > tr > td, .blog-view .post-content .bigtable > tbody > tr > th {
        font-size: 9px;
        letter-spacing: -1px;
        padding: 4px 0 !important
    }

    .blog-view .post-content .bigtable p {
        font-size: 9px !important;
        letter-spacing: -1px;
        line-height: 15px
    }

    .blog-view .content-box table td {
        font-size: 10px !important;
        line-height: 16px !important;
        padding: 4px 2px !important
    }

    .blog-view .content-box table td p {
        font-size: 10px !important
    }

    .blog-view .content-box table th {
        font-size: 10px !important;
        line-height: 16px !important
    }

    .blog-view .post-content table.huge-table {
        width: 338px
    }
}

@media (max-width: 360px) {
    .blog-view .post-content table.huge-table {
        width: 270px
    }
}

.faq-blocks {
    margin: 0 auto;
    padding: 0 20px 40px;
    position: relative
}

.faq-blocks h2, .faq-blocks h3 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 0;
    text-align: center
}

html[lang=ar] .faq-blocks, html[lang=fa] .faq-blocks {
    padding: 0 0 40px
}

.faq-b {
    background: #f0f0ed;
    clear: both
}

.faq-question {
    color: grey;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
    padding: 15px 50px 15px 28px;
    position: relative;
    width: 100%
}

.faq-question:after {
    color: #45484d;
    content: "+";
    font-size: 30px;
    line-height: 14px;
    position: absolute;
    right: 21px;
    top: 15px
}

.faq-answer, .faq-b input[type=checkbox] {
    display: none
}

.faq-answer {
    background: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 0 28px;
    position: relative
}

.faq-answer ul {
    margin: 0 0 20px
}

.faq-answer ol {
    margin: 0 0 10px !important
}

.faq-answer p {
    margin-bottom: 0 !important
}

input:checked + label + .faq-answer {
    display: block
}

.faq-b input[type=checkbox]:checked + .faq-question:after {
    color: #45484d;
    content: "—";
    font-size: 16px;
    font-weight: 700;
    line-height: 14px;
    position: absolute;
    right: 21px;
    top: 15px
}

html[lang=ar] .faq-question, html[lang=fa] .faq-question {
    padding: 15px 28px 15px 50px
}

html[lang=ar] .faq-answer:before, html[lang=ar] .faq-question .active:after, html[lang=ar] .faq-question:after, html[lang=fa] .faq-answer:before, html[lang=fa] .faq-question .active:after, html[lang=fa] .faq-question:after {
    left: 21px !important;
    right: auto !important
}

.faq-answer > div > p {
    font-size: 16px;
    line-height: 24px;
    padding: 20px 0
}

.faq-answer > div ol {
    counter-reset: faqCounter;
    padding-left: 0
}

.faq-answer > div ol li {
    font-size: 16px;
    line-height: 24px;
    list-style: none;
    padding: 5px 0 0
}

.faq-answer > div ol li:before {
    color: grey;
    content: counter(faqCounter) ".";
    counter-increment: faqCounter;
    display: inline-block;
    margin-right: 10px
}

html[lang=ar] .faq-answer > div ol li:before, html[lang=fa] .faq-answer > div ol li:before {
    margin-left: 10px !important;
    margin-right: 0 !important
}

@media (max-width: 580px) {
    .faq-blocks {
        padding: 0 0 30px
    }

    .content-box > div > div > div > div table {
        margin-left: -15px;
        margin-right: -15px
    }

    .content-box > div > div > div > div table tbody > tr:first-child > td {
        font-size: 8px !important;
        padding: 5px 1px !important
    }
}

@media (max-width: 910px) {
    .content-box > p > iframe {
        height: 300px;
        width: 530px
    }
}

@media (max-width: 660px) {
    .content-box > p > iframe {
        height: 360px;
        width: 480px
    }
}

@media (max-width: 500px) {
    .content-box > p > iframe {
        height: 255px;
        width: 340px
    }
}

html[lang=ar] .blog-view .post-content ol li, html[lang=ar] .blog-view .post-content ul li, html[lang=fa] .blog-view .post-content ol li, html[lang=fa] .blog-view .post-content ul li {
    padding: 5px 32px 5px 0
}

html[lang=ar] .blog-view .post-content ul li:before, html[lang=fa] .blog-view .post-content ul li:before {
    left: auto;
    right: 10px
}

html[lang=ar] .blog-view .post-content ol li:before, html[lang=fa] .blog-view .post-content ol li:before {
    left: auto;
    right: 0
}

.other-posts {
    margin: 0 auto;
    padding: 0 0 20px;
    position: relative
}

.other-posts-title {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-top: 0;
    padding-bottom: 20px
}

.other-post {
    padding-bottom: 30px
}

.other-post > a {
    text-decoration: none !important
}

.other-post-img {
    float: left;
    margin-right: 20px
}

.other-post-img img {
    height: auto;
    width: 120px
}

.other-post-content {
    float: left;
    width: calc(100% - 140px)
}

.other-post-time {
    color: #707070;
    font-size: 13px;
    line-height: 19px;
    padding-bottom: 5px
}

.other-post-title {
    color: #007fd8;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 3px
}

.other-post > a:hover .other-post-title {
    text-decoration: underline
}

.other-post-text {
    color: #707070;
    font-size: 15px;
    line-height: 23px
}

.what-next {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    border-top: 1px solid rgba(0, 0, 0, .15);
    display: table;
    margin-bottom: 0;
    padding: 30px 0 50px
}

.what-next-blocks {
    border-collapse: separate;
    border-spacing: 40px;
    display: flex;
    justify-content: space-between
}

.what-next-blocks > a {
    background: #fff;
    padding: 20px;
    position: relative;
    text-decoration: none;
    width: calc(25% - 30px)
}

.what-next-blocks > a:first-child {
    margin-left: 0
}

.what-next-blocks > a > div {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 112px;
    margin-bottom: 14px;
    position: relative;
    width: 100%
}

#whatnext1 {
    background-image: url(../images/whatnext1.png)
}

#whatnext2 {
    background-image: url(../images/whatnext2.png)
}

#whatnext3 {
    background-image: url(../images/whatnext3.png)
}

#whatnext4 {
    background-image: url(../images/whatnext4.png)
}

.what-next-blocks > a > p {
    color: #000;
    font-size: 15px;
    line-height: 23px
}

.what-next-blocks > a:hover > div, .what-next-blocks > a:hover > p {
    opacity: .7
}

html[lang=ar] .other-post-img, html[lang=fa] .other-post-img {
    float: right;
    margin-left: 20px;
    margin-right: 0
}

html[lang=ar] .other-post-content, html[lang=fa] .other-post-content {
    float: right
}

@media (max-width: 996px) {
    .blog-view .blog-detail .other-posts-title {
        text-align: center
    }

    .what-next {
        padding: 30px 0 20px;
        width: 100%
    }

    .what-next-blocks {
        border-collapse: collapse;
        display: table;
        margin: 0 auto
    }

    .what-next-blocks > a {
        display: block;
        margin-bottom: 30px;
        max-width: 700px;
        width: 100%
    }
}

@media (max-width: 660px) {
    .other-post-img {
        margin-right: 10px
    }

    .other-post-img img {
        height: auto;
        width: 100px
    }

    .other-post-title {
        color: #007fd8;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }

    .other-post-text {
        display: none
    }

    .what-next-blocks > a {
        padding: 30px 20px
    }

    .what-next-blocks > a > div {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 132px
    }

    .what-next-blocks > a > p {
        color: #000;
        font-size: 16px;
        line-height: 22px;
        padding: 0 0 0 132px
    }

    html[lang=ar] .what-next-blocks > a > div, html[lang=fa] .what-next-blocks > a > div {
        left: auto;
        right: 0
    }

    html[lang=ar] .what-next-blocks > a > p, html[lang=fa] .what-next-blocks > a > p {
        padding: 0 132px 0 0
    }
}

@media (max-width: 380px) {
    .what-next {
        margin: 0 -20px;
        width: calc(100% + 35px)
    }
}

html[lang=ar] .vue-star-rating .sr-only, html[lang=fa] .vue-star-rating .sr-only {
    left: 0 !important;
    right: -10000px !important
}

.post-author .content p {
    margin-bottom: 0;
}

.blog-view .post-content ol > li::before {
    top: 7px;
}

.blog-view .post-content ul > li::before {
    top: 12px;
}

.subscribe_blog_view > p {
    text-align: left !important;
}

.sidebar-header {
    padding: 20px;
    background-color: #f1f1f1;
}

.sidebar-header h3 {
    margin: 0 !important;
    color: #08c;
    font-weight: 800!important;
}

.sidebar {
    box-shadow: 0 4px 6px 0 #e2e2e2;;
}

.sidebar-body img {
    padding: 20px;
}


.footer-info {
    background-color: #f1f1f1;
    padding: 3px 15px;
    border-radius: 4px;
    margin: 15px auto;
}

.footer-info p {
    margin-bottom: 0!important;
    line-height: 1.1rem;
}