#main {
    padding-top: 33px;
    margin-bottom: 80px;
}
@media (min-width: 1200px) {
    .main-image > .container {
        max-width: 1400px;
    }
}
@media (max-width: 992px) {
    li.nav-item.services .services-dropdown {
        padding-top: 0;
    }
    #header .social-links .icon-list li a {
        position: relative;
    }
    #header .social-links .icon-list li a svg {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
    }
}
.post p,
.post li,
.post em {
    font-size: 18px;
    line-height: 24px;
}
.post strong {
    font-size: 20px;
    line-height: 26px;
}
/*breadcrumbs*/
#breadcrumbs {
    margin-top: 1px;
}
/*end of breadcrumbs*/

.main-title {
    font-size: 40px;
    line-height: 48px;
    margin-top: 30px;
}
.page-title .post_date {
    font-size: 12px;
    line-height: 26px;
    font-weight: 500;
}
.page_details {
    margin-bottom: 30px;
}
.img-desc {
    font-size: 12px;
    color: #929cb1;
    border: 2px solid #f0f0f0;
    border-top: none;
    padding: 6px 10px;
    max-height: 36px;
    overflow: hidden;
}
img, iframe, .wp-caption {
    max-width: 100%;
}
.articles-details {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.details_content .author_profile_image {
    display: inline-flex;
    align-items: center;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-left: 10px;
}
.details_content .more_details {
    display: inline-flex;
    flex-flow: column;
    overflow: hidden;
}
.author_details {
    display: flex;
    align-items: center;
}
.author_details a {
    display: flex;
    align-items: center;
}
.author_details .name {
    display: inline-flex;
    align-items: center;
    color: #12171F;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-decoration-line: underline;
}
.author_details .name:hover {
    color: #4543ff;
}

.author_details .name:after {
    content: "";
    display: inline-flex;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #12171F;
    margin: 0 4px;
}
.author_details .desc {
    color: #828EA4;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
@media (max-width: 992px) {
    .page-title .circle,
    .page-title-big .circle,
    .main-title .circle,
    .circle-wrapper .circle {
        margin-left: 14px;
    }
    .author_details {
        flex-flow: column;
        text-align: right;
        align-items: start;
    }
    .author_details  .review_date {
        width: 100%;
        margin-bottom: 5px;
    }
    .author_details .name:after {
        display: none;
    }
}
/*page-content*/
.page-content p,
.page-content li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
}
.page-content li {
    margin-bottom: 10px;
}
.block_title {
    margin-bottom: 27px;
    border-bottom: 1px solid #000;
}
.block_title .page-title {
    width: 212px;
    display: inline-block;
    font-weight: 600;
    border-bottom: 4px solid #000;
}
.content_area .content_block {
    margin-bottom: 46px;
}
.block_content p {
    font-size: 18px;
    line-height: 24px;
}
/*end of page-content*/

/*************************************
review_main_content
*************************************/
.main_content_title {
    font-size: 28px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 16px;
}

.review_main_content {
    
    margin: 0 auto;
}

@media (max-width: 992px) {
    .review_main_content {
        margin: 0 auto 48px;
    }
}

/*review_post*/
.review_post {
    padding: 44px 0 0;
}

.post-details {
    border-bottom: 1px solid #000;
    padding-bottom: 14px;
    margin-bottom: 17px;
}
.post-details .title-wrapper {
    margin-bottom: 25px;
}
.review_main_content .post-details .title {
    font-size: 40px;
}
.post-details.titles-with-icons .title {
    margin: 0;
}
.post-details .post_author,
.post-details .post_date {
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
}
.post-details .post_author {
    max-width: 60%;
}
.post-details .post_author p {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}
.post-details .post_date {
    max-width: 35%;
}
.post-details .post_date p {
    font-size: 14px;
    line-height: 21px;
    color: #8a91a5;
    font-weight: 500;
}

.post_excerpt {
    margin-bottom: 22px;
}

.post_excerpt p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 24px;
}

.post_image {
    margin-bottom: 26px;
}

.post_image img {
    max-width: 100%;
}

.post_content p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
}

@media (max-width: 992px) {
    .review_post {
        padding: 26px 0 0;
    }

    .review_main_content .post-details .title {
        font-size: 24px;
        line-height: 26px;
    }
    .post-details .post_author,
    .post-details .post_date {
        width: 100%;
        margin-bottom: 10px;
    }
    .share_icons {
        text-align: right;
        margin-top: 7px;
    }
}

/*end of review_post*/

/*simple-content-block*/
.simple-content-block {
    margin: 29px 0;
}

.simple-content-block p,
.simple-content-block li {
    font-size: 18px;
    line-height: 24px;
}
.simple-content-block li {
    margin-bottom: 15px;
}
.simple-content-block ul {
    margin: 15px 0;
}
.simple-content-block.with-border {
    padding: 16px 17px 16px 5px;
}

@media (max-width: 992px) {
    .simple-content-block.with-border {
        border-right: none !important;
        border-top: 5px solid #4543ff;
        border-bottom: 5px solid #4543ff;
    }

    .main_content_title {
        font-size: 22px;
    }

    .simple-content-block .content {
       
    }

    .simple-content-block li {
        margin-bottom: 13px;
    }

    .simple-content-block p,
    .simple-content-block li {
        font-size: 16px;
        line-height: 22px;
    }
}

/*end of simple-content-block*/

/*supplier_small_box*/
.supplier_small_box {
    border: solid 1px #cdd2e1;
    background-color: #ffffff;
    border-right: 5px solid #4543ff;
    padding: 17px 10px 38px;
    margin: 34px 0 29px;
}

.supplier_small_box img {
    max-width: 133px;
    margin: 0 auto;
}

.supplier_small_box .titles-wrapper p.sub-title,
.supplier_small_box .titles-wrapper p.main-title {
    display: inline-block;
    font-size: 24px;
    line-height: 48px;
    color: #2d7aff;
    font-weight: bold;
}

.supplier_small_box .content-wrapper p {
    font-size: 18px;
    line-height: 24px;
}

.supplier_small_box .content-wrapper p a {
    text-decoration: underline;
    color: #2d7aff;
}

.supplier_small_box .quick-proposal {
    max-width: 160px;
    margin: 40px auto 0;
    height: 40px;
    background: #4543ff;
    border-radius: 10px;
}

@media (max-width: 992px) {
    .supplier_small_box {
        border-top: 5px solid #4543ff;
        border-right: solid 1px #cdd2e1;
        padding: 17px 22px 29px;
    }

    .supplier_small_box .titles-wrapper p.sub-title,
    .supplier_small_box .titles-wrapper p.main-title {
        font-size: 20px;
    }

    .supplier_small_box .quick-proposal {
        display: block;
        margin: 33px auto 0;
        float: none;
    }
}

/*end of supplier_small_box*/

/*fqa-wrapper*/
.fqa-wrapper {
    margin-bottom: 48px;
}

.faq-row {
    display: block;
    width: 100%;
}

.faq-row.clickable {
    cursor: pointer;
}

.faq-row.clickable .answer-box {
    display: none;
    padding: 10px;
}

.faq-row .title-wrapper .title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    border-bottom: solid 1px #cdd2e1;
    margin: 0;
    padding: 19px 0 14px;
    background: url("../img/angle-down.svg") no-repeat left 18px center;
}

.faq-row:first-child .title-wrapper .title {
    border-top: solid 1px #cdd2e1;
}

.answer-box p {
    font-size: 18px;
    line-height: 24px;
}

.faq-row.open-faq {
    margin-bottom: 20px;
}

.faq-row.open-faq .title-wrapper .title {
    color: #2d7aff;
    border: none;
    background: none;
    padding: 0;
    margin-bottom: 3px;
}

@media (max-width: 767px) {
    .faq-row .title-wrapper .title {
        padding-left: 50px;
    }

    .answer-box p {
        font-size: 16px;
        line-height: 22px;
    }
}

/*end of fqa-wrapper*/

/*supplier_small_box - button-bottom*/
.supplier_small_box.button-bottom .content-wrapper,
.supplier_small_box.button-right .content-wrapper {
    padding-left: 60px;
}

.supplier_small_box.button-bottom .quick-proposal {
    max-width: 160px;
    margin: 27px 0 0;
}

@media (max-width: 992px) {
    .supplier_small_box.button-bottom .quick-proposal {
        margin: 27px auto 0;
    }
}

/*end of supplier_small_box - button-bottom*/

/*supplier_small_box - button-right*/
.supplier_small_box.button-right .img-wrapper img {
    display: block;
    margin: 0 auto;
}

.supplier_small_box.button-right .title-wrapper {
    margin-top: 14px;
    margin-bottom: 6px;
}

.supplier_small_box.button-right .supplier-name {
    font-size: 24px;
    line-height: 48px;
    font-weight: bold;
    text-align: center;
}

.supplier_small_box.button-right .quick-proposal {
    margin: 0 auto 6px;
}

.supplier_small_box.button-right .buttons-wrapper {
    max-width: 100%;
}

.supplier_small_box.button-right .phone-number .number {
    max-width: 160px;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .supplier_small_box.button-right {
        border-top: solid 1px #cdd2e1;
        padding-bottom: 20px;
    }

    .supplier_small_box.button-right .quick-proposal {
        display: inline-block;
        float: right;
    }

    .supplier_small_box.button-right .quick-proposal {
        margin-left: 2%;
        margin-bottom: 0;
    }

    .supplier_small_box.button-right .phone-number {
        margin-bottom: 0;
    }

    .supplier_small_box.button-bottom .content-wrapper,
    .supplier_small_box.button-right .content-wrapper {
        padding-left: 0;
    }

    .supplier_small_box.button-right .content-wrapper {
        padding: 9px 0 53px;
    }

    .supplier_small_box.button-right .title-wrapper {
        margin-bottom: 11px;
    }

    .supplier_small_box.button-right .supplier-name {
        font-weight: 500;
        font-size: 20px;
        line-height: 22px;
    }

    .supplier_small_box.button-right .titles-wrapper {
        border: solid 1px #dddde2;
        border-right: none;
        border-left: none;
        text-align: center;
    }

    .supplier_small_box.button-right .content-wrapper p {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }
}

/*end of supplier_small_box - button-right*/

/*suppliers-grid*/
.suppliers-grid {
    margin-bottom: 17px;
}

.suppliers-grid > .row > div {
    padding: 0 12px;
}

.supplier-item {
    border: solid 1px #cdd2e1;
    padding: 58px 15px 40px;
}

.suppliers-grid .img-wrapper {
    margin-bottom: 5px;
    height: 80px;
}

.suppliers-grid .img-wrapper img {
    max-height: 100%;
    width: auto;
}

.supplier-item .title-wrapper {
    height: 48px;
    margin-bottom: 15px;
    overflow: hidden;
}

.supplier-item .title-wrapper .supplier-name {
    font-size: 18px;
    line-height: 48px;
    color: #a3a4b7;
    text-align: center;
}

.suppliers-grid .buttons-wrapper {
    max-width: 160px;
    margin: 0 auto;
}

.suppliers-grid .buttons-wrapper .quick-proposal {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: 2px solid transparent;
    background-color: #4543ff;
    margin-top: 0;
    margin-bottom: 7px;
}
.buttons-wrapper .quick-proposal button {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    padding: 0;
    outline: none;
}
.buttons-wrapper .quick-proposal button:hover {
    box-shadow: 0 3px 6px 0 rgba(69, 67, 255, 0.6);
    background-color: #5654ff;
}
.suppliers-grid .buttons-wrapper .phone-number {
    display: block;
    width: 100%;
    height: 40px;
    cursor: pointer;
    margin-bottom: 0;
}
.phone-number .title {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 36px;
    text-align: center;
    font-weight: 500;
}
.phone-number .number {
    display: none;
    width: 100%;
    height: 100%;
    line-height: 36px;
    text-align: center;
    color: #000;
    border: 2px solid #000;
    border-radius: 10px;
}

@media (max-width: 992px) {
    .supplier-item {
        padding: 16px 15px 10px;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.06);
        margin-bottom: 10px;
    }

    .supplier-item .title-wrapper {
        height: 35px;
    }

    .supplier-item .title-wrapper .supplier-name {
        color: #000;
    }

    .suppliers-grid .buttons-wrapper {
        max-width: 100%;
        border-top: 1px solid #dddde2;
        padding-top: 14px;
    }
}

/*end of suppliers-grid*/

/*pros_and_cons_element*/
.pros_and_cons_element {
    margin-bottom: 57px;
}

.pros_and_cons_element .title-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.pros_and_cons_element .title-wrapper > * {
    display: inline-block;
    vertical-align: middle;
}

.pros_and_cons_element .title-wrapper .icon {
    margin-left: 20px;
}

.pros_and_cons_element .title-wrapper .main_content_title {
    font-size: 24px;
    margin-bottom: 0;
}

.pros_and_cons_element .list-items {
    padding-right: 10px;
    list-style: none;
}

.pros_and_cons_element .list-items.cons-list {
    padding-right: 12px;
}

.pros_and_cons_element .list-items li > * {
    display: inline-block;
    vertical-align: middle;
}

.pros_and_cons_element .list-items li .content {
    font-size: 18px;
    line-height: 40px;
}

.pros_and_cons_element .list-items li .icon {
    margin-left: 14px;
}

@media (max-width: 992px) {
    .pros_and_cons_element .list-items {
        overflow: hidden;
        margin-bottom: 30px;
    }

    .pros_and_cons_element .title-wrapper .icon {
        margin-left: 13px;
    }

    .pros_and_cons_element .list-items li .icon {
        width: 11%;
        float: right;
        margin-left: 0;
        line-height: 40px;
    }

    .pros_and_cons_element .list-items li .content {
        width: 89%;
        float: right;
        font-size: 16px;
    }
}

/*end of pros_and_cons_element*/

/*tip-box*/
.tip-box {
    border-radius: 10px;
    background-color: #efeffb;
    padding: 31px 29px 37px 44px;
    margin: 32px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tip-box .icon-wrapper {
    display: inline-block;
    width: 6%;
    vertical-align: top;
}

.tip-box .content-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 93%;
}

.tip-box .title-wrapper {
    margin-bottom: 10px;
}

.tip-box .title-wrapper .main_content_title {
    line-height: 31px;
}

.tip-box .tip-content p {
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 992px) {
    .tip-box {
        padding: 21px 25px 32px 15px;
    }

    .tip-box .icon-wrapper {
        width: 12%;
        margin-left: 2%;
    }

    .tip-box .content-wrapper {
        width: 83%;
    }

    .tip-box .title-wrapper .main_content_title {
        font-size: 20px;
    }

    .tip-box .tip-content p {
        font-size: 16px;
        line-height: 22px;
    }
}

/*end of tip-box*/

/*carousel_gallery*/
.carousel_gallery {
    margin: 38px 0;
}
.carousel_gallery .image_item {
    height: 300px;
}
.carousel_gallery .image_item img {
    height: 100%;
}
.carousel_gallery .owl-dots {
    display: none;
}
/*end of carousel_gallery*/

/*image_with_text_element*/
.image_with_text_element {
    margin-top: 38px;
    margin-bottom: 33px;
}
.image_with_text_element .content-wrapper .title {
    font-size: 24px;
    line-height: 26px;
    padding-left: 60px;
    margin-top: 12px;
    margin-bottom: 6px;
}
/*end of image_with_text_element*/

/*************************************
end of review_main_content
*************************************/

/*share_icon_section*/
.share_icon_section .icons_list {
    display: block;
    width: 100%;
    text-align: center;
}
/*end of share_icon_section*/

/*related-review*/
.review-btn {
    max-width: 620px;
    height: 50px;
    border-radius: 10px;
    background-color: #4543ff;
    margin: 24px auto;
    position: relative;
}
.review-btn:after {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 15px;
    background: url(../img/left-arrow-whiet.svg) no-repeat center;
}
.review-btn:hover {
    background-color: rgb(80 67 228);
}
.review-btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
}
.review-btn a:hover {
    color: #fff;
}
@media (max-width: 767px) {
    .review-btn {
        height: auto;
        padding: 0 10px;
    }
    .review-btn a {
        line-height: 27px;
        padding: 10px 0;
        padding-left: 32px;
        height: auto;
    }
}
/*end of related-review*/

/*related_articles*/
.related_articles {
    margin-top: 47px;
}
.article_item .image-wrapper img {
    transition: all 2s ease;
    height: 224px;
}
/* end of related_articles*/
