/* single review page */
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700&display=swap');*/
* {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #474A59;
}
.clear {
    clear: both;
}
.stars_rating {
    background: url(../images/stars_clear.svg) 0 no-repeat;
    background-size: 88px 16px;
}
.stars_rating .stars_inner {
    background: url(../images/stars-fill.svg) 0 no-repeat;
    background-size: 88px 16px;
}
.single .header-main, .archive .header-main, .page .header-main {
    background: #F5F4F3;
    border-radius: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
    width: auto;
}
.td-first-section {
    margin-top: 90px !important;
}
.td-gray-box {
    background: #F5F4F3;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.td-service-header {
    padding-top: 15px;
    padding-bottom: 30px;
}
.td-breadcrumbs span {
    font-size: 12px;
    line-height: 15px;
    font-family: Open Sans;
    position: relative;
}
.td-breadcrumbs a, .td-breadcrumbs a:visited, .td-breadcrumbs, .td-breadcrumbs a span {
    font-size: 12px;
    line-height: 15px;
    color: #2B4CEC;
    font-family: Open Sans;
    position: relative;
}
.td-breadcrumbs a {
    padding-right: 17px;
}
.td-breadcrumbs a:after {
    position: absolute;
    content: '';
    right: 5px;
    top: 4px;
    width: 7px;
    height: 9px;
    background: url(../images/arrow-right.svg) no-repeat;
    background-size: contain;
}
.td-breadcrumbs, .td-breadcrumbs span {
    color: #8A8C99;
}
.td-service-header {
    position: relative;
}
.td-service-header:after {
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -359px;
    bottom: 0;
    /* left: 0; */
    height: 200px;
    width: 718px;
    /* height: 100%; */
    background: linear-gradient(
            90deg
            , #FF0000 0%, #FFE600 186.28%);
    opacity: 0.1;
    filter: blur(100px);
    /* transform: rotate(90deg); */
}
.td-review-main-content {
    position: relative;
}
.td-review-main-content:before {
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -359px;
    top: 0;
    /* left: 0; */
    height: 200px;
    width: 718px;
    /* height: 100%; */
    background: linear-gradient(
            90deg
            , #FF0000 0%, #FFE600 186.28%);
    opacity: 0.1;
    filter: blur(100px);
    /* transform: rotate(90deg); */
}
.td-service-header h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #131B40;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 5px;
}
.td-service-author {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 15px;
}
.td-service-header-info-box {
    display: inline-block;
    float: left;
    width: calc(25% - 22.5px);
    margin-right: 30px;
    background: #fff;
    border-radius: 10px;
    vertical-align: top;
    height: 185px;
    z-index: 10;
    position: relative;
}
.td-service-header-info-box:last-child {
    margin-right: 0;
}
.td-service-header-info-box-logo {
    line-height: 125px;
    text-align: center;
    padding: 30px;
}
.td-service-header-info-box-logo img {
    max-height: 125px;
}
.td-service-header-info-box-rating {
    padding: 15px;
    background: #FFF7EA;
}
.td-service-header-info-box-rating b, .td-service-header-info-box-about b {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #131B40;
    margin-bottom: 5px;
    display: inline-block;
    width: 145px;
}
.td-service-header-info-box-rating .stars_rating {
    text-align: left;
    margin: 0;
    margin-bottom: 10px;
    display: block;
    /*width: 145px;*/
}
.td-service-header-info-box-rating span {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: #131B40;
    width: 80px;
    text-align: right;
    height: 50px;
    top: 15px;
    right: 15px;
    position: absolute;
}
.td-service-header-info-box-rating p {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    color: #8A8C99;
    padding-top: 10px;
    border-top: 1px solid rgba(26, 35, 51, 0.1);
}
.td-service-header-info-box-rating p a, .td-service-header-info-box-rating p a:visited, .td-service-header-info-box-rating p u {
    font-size: 12px;
    line-height: 20px;
    color: #8A8C99;
}
.td-service-header-info-box-about {
    padding: 15px;
}
.td-service-header-info-box-about b {
    width: 100%;
}
.about-item-wrap {
    height: 40px;
    line-height: 40px;
    border-top: 1px solid rgba(26, 35, 51, 0.1);
    display: flex;
}
.about-item-title {
    font-size: 14px;
    line-height: 25px;
    display: inline-block;
    /*width: 154px;*/
    flex: 1 1 0px;
}
.about-item-content {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #131B40;
    text-align: right;
    display: inline-block;
    /*width: 86px;*/
}
.td-btn-black, .td-btn-gray, .td-btn-black:visited .td-btn-gray:visited {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    border-radius: 10px;
}
.td-btn-black, .td-btn-black:visited {
    background: #131B40;
    box-shadow: 0px 2px 5px rgba(19, 27, 64, 0.25);
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    color: #FFFFFF;
}
.td-btn-gray, .td-btn-gray:visited {
    background: rgba(26, 35, 51, 0.1);
    font-size: 14px;
    text-transform: capitalize;
    color: #131B40;
}
@media (hover: hover) {
    .td-btn-black:hover {
        color: #fff;
    }
    .td-btn-black:hover, .td-btn-gray:hover {
        text-decoration: none;
    }
    .td-btn-gray:hover {
        color: #131B40;
    }
}
.td-service-header-info-box-buttons {
    padding-top: 37px;
    padding-left: 15px;
    padding-right: 15px;
}
.td-service-header-info-box-buttons .td-btn-black, .td-service-header-info-box-buttons .td-btn-gray {
    width: 100%;
    margin-bottom: 10px;
}
.td-service-header-info-box-buttons .td-btn-black {
    background: #86CB92;
    color: #131B40;
}
.td-review-main-content {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.td-review-main-content:after {
    position: absolute;
    top: -10px;
    left: 0;
    height: 10px;
    width: 100%;
    background: #fff;
    content: '';
}
.td-main-content-left {
    width: 870px;
    display: inline-block;
    margin-right: 30px;
    float: left;
}
.td-main-content-right {
    width: 270px;
    display: inline-block;
}
.td-white-box {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    z-index: 10;
    position: relative;
}
.tabs-title-wrap {
    width: 100%;
    border-bottom: 1px solid #EDEEF2;
}
.tabs-title-wrap a, .tabs-title-wrap a:visited, .tabs-title-wrap span {
    font-weight: 600;
    font-size: 22px;
    line-height: 35px;
    color: #8A8C99;
    display: inline-block;
    margin-right: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}
@media (hover: hover) {
    .tabs-title-wrap a:hover, .tabs-title-wrap span:hover {
        text-decoration: none;
        border-bottom: 5px solid #131B40;
        transition: all .15s;
        color: #131B40;
    }
}
.tabs-title-wrap a.active-tab, .tabs-title-wrap a.active-tab:visited, .tabs-title-wrap span.active-tab {
    color: #131B40;
    border-bottom: 5px solid #131B40;
}
.tab-inner {
    display: none;
}
.tab-inner-active {
    display: block;
}
.review-verdict-box-wrap {
    margin-top: 15px;
}
.review-verdict-box-item {
    padding-top: 15px;
    border-bottom: 1px solid #EDEEF2;
    position: relative;
}
.review-verdict-box-item b, .review-verdict-box-item h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #131B40;
    margin-bottom: 10px;
}
.review-verdict-box-item b img, .review-verdict-box-item h2 img {
    margin-right: 15px;
}
.review-verdict-box-item ul {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
.review-verdict-box-item ul li {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    list-style: none;
    margin-left: 25px;
    position: relative;
    max-width: 85%;
}
.review-verdict-box-item ul li:before {
    content: "\2022";
    color: #8A8C99;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    margin-right: 15px;
}
.review-verdict-box-item ul li:last-child {
    margin-bottom: 15px;
}
.review-verdict-box-item .rating-num {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -20px;
    width: 80px;
    height: 40px;
    text-align: right;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #131B40;
}
.review-verdict-box-bottom {
    padding-top: 20px;
}
.review-verdict-box-bottom b {
    display: inline-block;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #131B40;
    width: 600px;
}
.review-verdict-box-bottom .stars_rating {
    display: inline-block;
    margin: 0;
    margin-bottom: 4px;
    width: 120px;
    background-size: 120px 36px;
    height: 36px;
    vertical-align: middle;
}
.review-verdict-box-bottom .stars_inner {
    background-size: 120px 36px;
    height: 36px;
}
.review-verdict-box-bottom span {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    width: 80px;
    display: inline-block;
    text-align: right;
    color: #131B40;
    vertical-align: middle;
}
.review-pros-cons-box-wrap {
    border-bottom: 1px solid #EDEEF2;
}
.review-pros-box, .review-cons-box {
    display: inline-block;
    float: left;
    width: 50%;
}
.review-pros-box b, .review-cons-box b  {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #131B40;
    padding-left: 40px;
    position: relative;
    margin-bottom: 15px;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}
.review-pros-box b:before, .review-cons-box b:before  {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 10px;
    left: 0;
    top: 0;
}
.review-pros-box b:before {
    background: url("../images/check.svg") no-repeat;
    background-size: 16px;
    background-position: center center;
    background-color: #E0F5DC;
}
.review-cons-box b:before {
    background: url("../images/close.svg") no-repeat;
    background-size: 16px;
    background-position: center center;
    background-color: #F5E0DC;
}
.review-pros-box ul, .review-cons-box ul {
    margin: 0;
    padding: 0;
}
.review-pros-box ul li, .review-cons-box ul li {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    padding-left: 40px !important;
    list-style: none;
    position: relative;
}
.review-pros-box ul li:before, .review-cons-box ul li:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 10px;
    left: 0;
    top: 0;
}
.review-pros-box ul li:before {
    background: url("../images/check.svg") no-repeat;
    background-size: 16px;
    background-position: center center;
}
.review-cons-box ul li:before {
    background: url("../images/close.svg") no-repeat;
    background-size: 16px;
    background-position: center center;
}
#review_main_text_block_pros_cons.review-pros-box ul li:before {
    background: url("../images/check.svg") no-repeat !important;
    background-size: 16px  !important;
    background-position: center center  !important;
}
#review_main_text_block_pros_cons_cons.review-cons-box ul li:before {
    background: url("../images/close.svg") no-repeat  !important;
    background-size: 16px  !important;
    background-position: center center  !important;
}
.review-best-choise-box-wrap .table-wrapper__title {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    color: #131B40;
    margin-bottom: 15px;
}
.review-best-choise-box-wrap .table-wrapper__title:after {
    display: none;
}
.review-best-choise-box-wrap .tof_services .table-wrapper {
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.review-best-choise-box-wrap #top_table tbody tr:first-child .rank:before {
    display: none;
}
.review-best-choise-box-wrap #top_table tbody tr {
    box-shadow: none;
    background: #FFFFFF;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 80px;
    display: inline-block;
    position: relative;
    width: 100%;
}
.review-best-choise-box-wrap #top_table tbody tr:first-child {
    background: #FFF7EA;
    border: 1px solid #FFC600;
    box-sizing: border-box;
    margin-top: 0;
}
.review-best-choise-box-wrap .tof_services .table tbody td {
    display: inline-block !important;
    padding: 0;
    height: 80px !important;
    vertical-align: top;
    width: 18%;
}
.review-best-choise-box-wrap #top_table tbody .rank {
    width: 8%;
    line-height: 80px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    color: #131B40;
}
.review-best-choise-box-wrap #top_table tbody .top {
    line-height: 80px;
    text-align: center;
}
.review-best-choise-box-wrap .tof_services .table tbody td.desc {
    display: none !important;
}
.review-best-choise-box-wrap .table-rating span:first-child, .review-best-choise-box-wrap .price span:nth-child(2), .review-best-choise-box-wrap .time span:nth-child(2) {
    font-weight: 500 !important;
    font-size: 20px !important;
    text-align: center;
    color: #131B40;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
}
.review-best-choise-box-wrap .tof_services .table .stars_rating {
    display: inline-block;
    text-align: center;
    left: 50%;
    margin-left: -35px;
    vertical-align: top;
}
.review-best-choise-box-wrap .price span.price-desc, .review-best-choise-box-wrap .time span.time-desc {
    font-size: 12px;
    line-height: 15px;
    color: #8A8C99;
    text-align: center;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-top: 2px;
}
.review-best-choise-box-wrap .tof_services .action .td-btn-black {
    color: #fff;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
    box-shadow: 0px 2px 5px rgba(19, 27, 64, 0.25);
    border-radius: 10px;
    width: calc(100% - 10px);
    font-weight: 300;
    padding: 0;
}
.td-btn-link {
    font-size: 12px;
    line-height: 15px;
    text-decoration-line: underline;
    color: #474A59;
    display: inline-block;
    text-align: center;
    margin-top: 5px;
    width: calc(100% - 10px);
    font-weight: 300;
}
@media (hover: hover) {
    .td-btn-link:hover {
        color: #474A59;
    }
}
.all-best-service-link {
    width: 100%;
    margin-bottom: 40px;
}
.review-best-choise-box-wrap .table {
    margin-bottom: 0;
}
.review-main-text-nav {
    margin-top: 10px;
    height: 80px;
    text-align: justify;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    text-align: justify;
    padding-left: 0px;
    padding-right: 0px;
}
.review-main-text-nav a, .review-main-text-nav a:visited {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    color: #2B4CEC;
    vertical-align: top;
    max-width: 70px;
}
.review-main-text-nav a span {
    line-height: 20px;
    color: #2B4CEC;
    vertical-align: middle;
    display: inline-block;
    font-weight: 300;
    font-size: 15px;
}
@media (hover: hover) {
    .review-main-text-nav a:hover {
        text-decoration: none;
        color: #474A59;
        transition: all .35s;
    }
}
.review-main-text-content {
    margin-top: 10px;
}
.review-main-text-content * {
    font-size: 16px;
    line-height: 30px;
}
.review-main-text-content .td-btn-black {
    line-height: 50px;
}
.review-main-text-content h1,
.review-main-text-content h2,
.review-main-text-content h3,
.review-main-text-content h4,
.review-main-text-content h5,
.review-main-text-content h6,
.review-main-text-content h1 strong,
.review-main-text-content h2 strong,
.review-main-text-content h3 strong,
.review-main-text-content h4 strong,
.review-main-text-content h5 strong,
.review-main-text-content h6 strong,
.review-main-text-content h1 b,
.review-main-text-content h2 b,
.review-main-text-content h3 b,
.review-main-text-content h4 b,
.review-main-text-content h5 b,
.review-main-text-content h6 b
{
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    margin: 0;
    margin-bottom: 15px;
    color: #131B40;
}
.review-main-text-content h2,
.review-main-text-content h2 strong,
.review-main-text-content h2 b {
    font-size: 28px;
    line-height: 38px;
}
.review-main-text-content h3,
.review-main-text-content h3 strong,
.review-main-text-content h3 b {
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;

}
.review-main-text-content h4,
.review-main-text-content h4 strong,
.review-main-text-content h4 b {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}
.review-main-text-content h5,
.review-main-text-content h5 strong,
.review-main-text-content h5 b {
    font-size: 19px;
    line-height: 29px;
    font-weight: 500;
}
.review-main-text-content p {
    margin: 0;
    margin-bottom: 15px;
}
.review-main-text-content p:last-child {
    margin-bottom: 0;
}
.review-main-text-content .review-pros-box b, .review-main-text-content .review-cons-box b {
    margin-top: 0;
}
.review-alternatives h2 {
    margin: 0;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    color: #131B40;
}
.review-alternatives-box {
    display: inline-block;
    width: calc(33.33% - 13px);
    margin-right: 15px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 390px;
    vertical-align: top;
}
.review-alternatives-box:last-child {
    margin-right: 0;
}
.review-alternatives-box img {
    /* padding-top: 30px; */
    margin-bottom: 35px;
    /* width: 160px; */
    display: inline-block;
    max-height: 80px;
    padding-top: 20px;
}
.review-alternatives-box .stars_rating {
    margin-bottom: 20px;
}
.review-alternatives-price, .review-alternatives-time {
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    color: #131B40;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.review-alternatives-time {
    margin-top: 15px;
}
.review-alternatives-price-desc, .review-alternatives-time-desc {
    font-size: 12px;
    line-height: 15px;
    color: #8A8C99;
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-top: 5px;
}
.review-alternatives-box .td-btn-link {
    font-size: 14px;
    line-height: 20px;
    color: #8A8C99;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}
.review-user-reviews {
    margin-top: 40px;
}
.review-user-reviews .comment-list {
    margin: 0;
    padding: 0;
}
.review-user-reviews .comment-list li {
    list-style: none;
}
.review-user-reviews .comments-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #131B40;
    margin-bottom: 15px;
}
.review-user-reviews .comments-wrap-count {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #8A8C99;
}
.review-user-reviews .comment-list .comment-body {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EDEEF2;
}
.review-user-reviews .comment-author cite {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
.review-user-reviews .comment-author .says {
    display: none;
}
.review-user-reviews .comment-meta {
    font-size: 12px;
    line-height: 15px;
    color: #B8BBCC;
}
.review-user-reviews .comment p {
    margin: 0;
}
.review-user-reviews .comment-list .comment {
    display: none;
}
.review-user-reviews .comment-list .comment:nth-child(1), .review-user-reviews .comment-list .comment:nth-child(2), .review-user-reviews .comment-list .comment:nth-child(3), .review-user-reviews .comment-list .comment:nth-child(4) {
    display: block;
}
.review-user-reviews .td-btn-gray {
    width: 100%;
}
.review-user-reviews .comment-respond {
    margin-top: 15px;
    background: #F5F4F3;
    border-radius: 10px;
    padding: 30px;
}
.review-user-reviews .comment-respond .comment-reply-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #131B40;
    margin-bottom: 15px;
}
.review-user-reviews .comment-notes {
    display: none;
}
.review-user-reviews .comment-form-author, .review-user-reviews .comment-form-email, .review-user-reviews .comment-form-comment {
    background: #FFFFFF;
    border-radius: 10px;
    height: 65px;
    padding: 10px 15px;
    display: inline-block;
    width: calc(50% - 17px);
}
.review-user-reviews .comment-form-author {
    margin-right: 30px;
}
.review-user-reviews .comment-form-author label, .review-user-reviews .comment-form-email label, .review-user-reviews .comment-form-comment label  {
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
    vertical-align: top;
}
.review-user-reviews .comment-form-author input, .review-user-reviews .comment-form-email input, .review-user-reviews .comment-form-comment textarea {
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 25px;
    color: #8A8C99;
    height: 25px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    margin-top: -8px;
}
.review-user-reviews .comment-form-comment {
    width: 100%;
    height: 145px;
    margin-bottom: 30px;
}
.review-user-reviews .comment-form-comment textarea {
    height: 100px;
    resize: none;
}
.review-user-reviews .form-submit {
    margin-bottom: 0;
}
.review-user-reviews .form-submit input[type="submit"] {
    background: #131B40;
    box-shadow: 0px 2px 5px rgba(19, 27, 64, 0.25);
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 0;
    width: auto;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
    color: #FFFFFF;
    text-align: center;
    padding: 0;
    height: 50px;
    line-height: 50px;
    border: none;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
}
.td-main-content-right .sidebar {
    width: 270px;
    margin-left: 0;
}
.td-main-content-right .sidebar .tof_services {
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: none;
    padding: 0;
    padding: 10px;
    padding-top: 20px;
}
.td-main-content-right .sidebar-title {
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #131B40;
    margin-bottom: 15px !important;
    font-family: Poppins;
    font-style: normal;
}
.td-main-content-right .sidebar tbody tr:first-child .rank:before {
    display: none;
}
.td-main-content-right .sidebar .tof_services .table {
    border-collapse: separate;
    border-spacing: 0 5px;
}
.td-main-content-right .sidebar .tof_services .table tr {
    background: #F5F4F3;
    border-radius: 10px !important;
    border: none;
    height: 60px;
    line-height: 60px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    width: 100%;
}
.td-main-content-right .sidebar .tof_services .table tbody .rank {
    padding: 0;
    height: 60px;
    line-height: 60px;
}
.td-main-content-right .sidebar .tof_services .table tbody .rank span {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #8A8C99;
}
.td-main-content-right .sidebar .tof_services .table tbody .top {
    padding: 0;
    height: 60px;
    line-height: 50px;
    text-align: center;
}
.td-main-content-right .sidebar .tof_services .table tbody .action {
    padding: 0;
    height: 60px;
    line-height: 60px;
}
.td-main-content-right .sidebar .tof_services .table tbody .action a {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #131B40;
    text-transform: capitalize;
    background: rgba(26, 35, 51, 0.1);
    border-radius: 10px;
    border: none;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;

}
.td-main-content-right .sidebar .tof_services .table tr:first-child {
    box-shadow: none;
    background: #FFF7EA;
    border: 1px solid #FFC600;
}
.td-main-content-right .sidebar .tof_services .table tr td {
    border: 1px solid transparent;
}
.td-main-content-right .sidebar .tof_services .table tr td:first-child { border-top-left-radius: 10px; }
.td-main-content-right .sidebar .tof_services .table tr td:last-child { border-top-right-radius: 10px; }
.td-main-content-right .sidebar .tof_services .table tr td:first-child { border-bottom-left-radius: 10px; }
.td-main-content-right .sidebar .tof_services .table tr td:last-child { border-bottom-right-radius: 10px; }
.td-main-content-right .sidebar .tof_services .table tr {
    text-align: center;
}
.td-main-content-right .sidebar .tof_services .table tbody .rank {
    width: 15%;
}
.td-main-content-right .sidebar .tof_services .table tbody .top {
    width: 50%;
}
.td-main-content-right .sidebar .tof_services .table tbody .top img {
    width: auto;
    max-height: 50px;
}
.td-main-content-right .sidebar .tof_services .table tbody .action {
    width: 35%;
}
/* best services page */
.page-template-template-top .header-main {
    background: #F5F4F3;
    border-radius: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
    width: auto;
}
.top-services-page .table-wrapper__title, .top-services-page .all-best-service-link {
    display: none;
}
.page-template-template-top .td-service-header h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
}
.page-template-template-top .td-service-header .td-breadcrumbs {
    position: relative;
}
.top-services-page .tof_services .table-wrapper{
    margin: 0px auto 5px;
}
.page-template-template-top .td-service-header:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0;
    height: 388px;
    width: 354px;
    background: linear-gradient(90deg, #FFF1EB 0%, #ACE0F9 100%);
    opacity: 0.5;
    filter: blur(50px);
    transform: matrix(0, -1, -1, 0, 0, 0);
}
.page-template-template-top .review-best-choise-box-wrap .tof_services .table tbody td.desc {
    display: inline-block !important;
}
.page-template-template-top .review-best-choise-box-wrap #top_table tbody tr {
    height: 120px;
    z-index: 2;
}
.page-template-template-top #top_table tbody .rank {
    line-height: 120px;
}
.page-template-template-top .review-best-choise-box-wrap .tof_services .table tbody td {
    height: 120px;
}
.page-template-template-top .review-best-choise-box-wrap #top_table tbody .top {
    line-height: 120px;
}
.page-template-template-top .review-best-choise-box-wrap .table-rating span:first-child, .page-template-template-top .review-best-choise-box-wrap .price span:nth-child(2), .page-template-template-top .review-best-choise-box-wrap .time span:nth-child(2) {
    margin-top: 30px;
}
.page-template-template-top .review-best-choise-box-wrap .tof_services .table tbody td {
    height: 120px !important;
}
.page-template-template-top .review-best-choise-box-wrap .tof_services .table tbody td {
    width: 13%;
}
.page-template-template-top .review-best-choise-box-wrap .tof_services .action .td-btn-black {
    color: #fff;
    height: 50px;
    line-height: 50px;
    margin-top: 22.5px;
    width: 100%;
}
.page-template-template-top .review-best-choise-box-wrap .tof_services .table tbody .desc {
    line-height: 120px;
    vertical-align: middle;
    width: 23%;
}
.page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_tutoring .table tbody td {
    width: 15%;
}
.page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_tutoring.top_service_type_vis_courses .table tbody td, .page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_tutoring.top_service_type_vis_test-prep .table tbody td {
    width: 14%;
}
.page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_tutoring.top_service_type_vis_courses .table tbody td.price, .page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_tutoring.top_service_type_vis_test-prep .table tbody td.price {
    width: 17%;
}
.page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_tutoring .tof_services .table tbody .desc {
    width: 28%;
}
.page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_tutoring .tof_services .table tbody .action{
    width: 15%;
}
.page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_without_time_field .table tbody td {
    width: 15%;
}
.page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_without_time_field.top_service_type_vis_courses .table tbody td, .page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_without_time_field.top_service_type_vis_test-prep .table tbody td {
    width: 14%;
}
.page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_without_time_field.top_service_type_vis_courses .table tbody td.price, .page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_without_time_field.top_service_type_vis_test-prep .table tbody td.price {
    width: 17%;
}
.page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_without_time_field .tof_services .table tbody .desc {
    width: 28%;
}
.page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_without_time_field .tof_services .table tbody .action{
    width: 15%;
}
.tutoring-template-default .review-best-choise-box-wrap .tof_services .table tbody .desc {
    width: 28%;
}
.tutoring-template-default .review-best-choise-box-wrap .tof_services .table tbody .action{
    width: 21%;
}
.page-template-template-top .review-best-choise-box-wrap .tof_services .table tbody td .action {
    width: 15%;
}
.page-template-template-top .review-best-choise-box-wrap .tof_services .table tbody .desc .check {
    width: 12px;
    height: 12px;
    background: #2B4CEC;
    border-radius: 100px;
    position: relative;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: -2px;
}
.page-template-template-top .review-best-choise-box-wrap .tof_services .table tbody .desc .check:before {
    background: url("../images/check-white.svg");
    background-repeat: no-repeat;
    background-size: 5px;
    background-position: 4px center;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 12px;
    height: 12px;
}
.page-template-template-top .review-best-choise-box-wrap .tof_services .table tbody .desc .desc-inner {
    font-size: 12px;
    line-height: 15px;
    color: #474A59;
    display: inline-block;
    vertical-align: middle;
}
.page-template-template-top .review-best-choise-box-wrap .tof_services .table tbody .desc .desc-inner br {
    content: "" !important;
    display: block !important;
    margin-bottom: 7px !important;
    line-height: 0;
}
.page-template-template-top .review-main-text-content {
    margin-top: 0;
}
.page-template-template-top .review-main-text-content .td-white-box {
    margin-bottom: 10px;
}
.top-content-service-block-box {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}
.top-content-service-block-box-info {
    width: 270px;
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.top-content-service-block-box-img {
    background: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    line-height: 95px;
    height: 100px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.top-content-service-block-box-img img {
    width: 60%;
    max-height: 70px;
    width: auto;
    display: inline-block;
    height: auto;
}
.top-content-service-block-box-meta {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 15px;
}
.top-content-service-block-box-price, .top-content-service-block-box-deadline {
    font-size: 14px;
    line-height: 25px;
    color: #474A59;
    padding-bottom: 12.5px;
    border-bottom: 1px solid rgba(26, 35, 51, 0.1);
    margin-bottom: 12.5px;
    position: relative;
}
.top-content-service-block-box-price span, .top-content-service-block-box-deadline span {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -3px;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #131B40;
}
.top-content-service-block-box-btn-wrap a {
    line-height: 50px;
    width: 100%;
}
.top-content-service-block-box-btn-wrap .td-btn-gray {
    margin-top: 10px;
}
.top-content-service-block-box-pros-cons {
    width: calc(100% - 285px);
    display: inline-block;
    min-height: 362px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px 15px;
}
.top-content-service-block-box-pros-cons .review-pros-box, .top-content-service-block-box-pros-cons .review-cons-box {
    width: 100%;
}
.top-content-service-block-box-pros-cons .review-pros-box ul li, .top-content-service-block-box-pros-cons .review-cons-box ul li {
    font-size: 16px;
    line-height: 30px;
}
.top-content-service-block-box-pros-cons .review-pros-box ul li:before {
     background: url(../images/check.svg) no-repeat #E0F5DC;
     background-size: 12px;
     background-position: center center;
     width: 30px;
     height: 30px;
     border-radius: 10px;
}
.top-content-service-block-box-pros-cons .review-cons-box ul li:before {
    background: url(../images/close.svg) no-repeat #F5E0DC;
    background-size: 12px;
    background-position: center center;
    width: 30px;
    height: 30px;
    border-radius: 10px;
}
.top-content-service-block-box-description {
    margin-top: 5px;
}
.best-pages-banner-wrap {
    margin-bottom: 10px;
}
.best-pages-banner-wrap img {
    border-radius: 10px;
}
#read_attention {
    margin-top: 0;
}
.best-pages-other-links.quick-guides .container {
    display: block;
    position: relative;
    z-index: 2;
}
.best-pages-other-links-title {
    padding-top: 60px;
    width: 100%;
    display: inline-block;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #131B40;
    margin-bottom: 10px;
    position: relative;
}
.best-pages-other-links-desc {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #474A59;
    margin-bottom: 30px;
    position: relative;
}
.best-pages-other-links.quick-guides .container .guides-list {
    flex-wrap: wrap;
    justify-content: left;
}
.best-pages-other-links.quick-guides .container .guides-list .guide-item {
    flex: 1 0 21%;
    max-width: calc(25% - 30px);
    margin-bottom: 30px;
    margin-right: 30px;
    min-height: 250px;
}
.best-pages-other-links.quick-guides .container .guides-list .guide-item:nth-last-child(1) {
    margin-right: 30px;
}
.best-pages-other-links.quick-guides .container .guides-list .guide-item:nth-child(4n) {
    margin-right: 0;
}
.quick-guides .container .guides-list .guide-item {
    min-height: 250px !important;
}
.best-pages-other-links:after {
    position: absolute;
    top: -10px;
    left: 0;
    height: 10px;
    width: 100%;
    background: #fff;
    content: '';
    z-index: 2;
}
.bottom-gradient {
    position: relative;
}
.bottom-gradient:before {
    background: linear-gradient(90deg, #84FAB0 -17.81%, #8FD3F4 100%);
    opacity: 0.2;
    filter: blur(50px);
    width: 731px;
    height: 254px;
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
}
/* single page */
/* how we work */
.page-template .header-main {
    background: #F5F4F3;
    border-radius: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
    width: auto;
}
.td-page-header-left {
    width: 50%;
    display: inline-block;
    float: left;
}
.td-page-header-right {
    width: 50%;
    display: inline-block;
}
.td-page-header .td-breadcrumbs {
    margin-top: 15px;
    position: relative;
    z-index: 1;
}
.td-page-header h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #131B40;
    margin-top: 60px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}
.td-page-header p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    z-index: 1;
}
.page-template-page-how-we-work .td-page-header {
    position: relative;
    height: 275px;
}
.page-template-page-how-we-work .td-page-header:before {
    background: linear-gradient(
            90deg, #F5F4F3 2.88%, rgba(245, 244, 243, 0) 94.24%), url(../images/demo/img.png);
    /* background-size: 50%; */
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    background-size: contain;
    width: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
}
.page-template-page-how-we-work .td-page-header:after {
    position: absolute;
    content: '';
    width: 309.14px;
    height: 628.69px;
    left: -100px;
    top: -125.3px;
    background: linear-gradient(90deg, #A8EDEA 0%, #FED6E3 100%);
    opacity: 0.3;
    filter: blur(50px);
    transform: rotate(75deg);
}
.td-pages-info-box-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}
.td-pages-info-box-wrap h2 {
    margin: 0;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #131B40;
    margin-bottom: 15px;
}
.td-pages-info-box-wrap p {
    margin-bottom: 30px;
}
.td-pages-info-box {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 30px;
    min-height: 250px;
}
.td-pages-info-box img {
    width: 37px;
    display: block;
    margin-bottom: 30px;
}
.td-pages-info-box b {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #131B40;
}
.td-pages-info-box span {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #131B40;
    opacity: 0.3;
}
.value-of-left-box {
    display: inline-block;
    margin-right: 30px;
    width: 770px;
    float: left;
    position: relative;
    z-index: 1;
}
.value-of-right-box {
    display: inline-block;
    width: 370px;
    position: relative;
    z-index: 1;
}
.value-of-eduviewer {
    position: relative;
}
.value-of-eduviewer:after {
    position: absolute;
    content: '';
    width: 791px;
    height: 300px;
    right: 0px;
    bottom: 0;
    background: linear-gradient(90deg, #84FAB0 -17.81%, #8FD3F4 100%);
    opacity: 0.15;
    filter: blur(50px);
}
.td-pages-info-box-solid {
    background: #FFFFFF;
}
.td-pages-info-box-solid b {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}
.td-pages-info-box-solid ul {
    margin: 0;
    padding: 0;
}
.td-pages-info-box-solid ul li{
    padding-left: 27px;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #474A59;
}
.td-pages-info-box-solid ul li:before {
    background: url(../images/check-white.svg) #2B4CEC;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 5px center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
    content: '';
    width: 19px;
    height: 19px;
    border-radius: 100px;
}
.td-pages-info-box-tags-wrap span {
    display: inline-block;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    color: #131B40;
    text-transform: capitalize;
    margin-right: 15px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
    opacity: 1;
    font-weight: normal;
}
.td-pages-info-box-tags-wrap span:nth-child(1n) {
     background: #E0F5DC;
 }
.td-pages-info-box-tags-wrap span:nth-child(2n) {
    background: #D4DAFA;
}
.td-pages-info-box-tags-wrap span:nth-child(3n) {
    background: #FFEECC;
}
.td-pages-info-box-tags-wrap span:nth-child(4n) {
    background: #EDEEF2;
}
.how-do-we-choose .how-do-we-choose-box-wrap .td-pages-info-box {
    display: inline-block;
    float: left;
    width: calc(33.33% - 20px);
    margin-right: 30px;
    min-height: 330px;
}
.how-do-we-choose .how-do-we-choose-box-wrap .td-pages-info-box:last-child {
    margin-right: 0;
}
.how-do-we-choose {
    position: relative;
}
.how-do-we-choose:after {
    position: absolute;
    content: '';
    width: 300px;
    height: 791px;
    right: 300px;
    bottom: 0;
    background: linear-gradient(
            90deg
            , #84FAB0 -17.81%, #8FD3F4 100%);
    opacity: 0.15;
    filter: blur(50px);
    transform: matrix(0, 1, 1, 0, 0, 0);
}
.how-do-we-choose:before {
    position: absolute;
    top: -10px;
    left: 0;
    height: 10px;
    width: 100%;
    background: #fff;
    content: '';
    z-index: 2;
}
.how-do-we-choose .td-pages-info-box-wrap {
    position: relative;
    z-index: 2;
}
.our-review-criteria {
    position: relative;
}
.our-review-criteria-left:before {
    position: absolute;
    content: '';
    width: 762px;
    height: 903px;
    right: 0px;
    top: calc(50% - 903px/2 + 195.5px);
    background: linear-gradient(90deg, #A8EDEA 0%, #FED6E3 100%);
    opacity: 0.4;
    filter: blur(50px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.our-review-criteria-left {
    display: inline-block;
    width: 470px;
    float: left;
    margin-right: 30px;
}
.our-review-criteria-right {
    display: inline-block;
    width: calc(100% - 500px);
    position: relative;
    z-index: 2;
}
.our-review-criteria-right .td-pages-info-box:first-child {
    margin-bottom: 30px;
}
.td-box-partners-wrap {
    margin-top: 30px;
    height: 30px;
    line-height: 30px;
}
.td-box-partners-wrap img {
    display: inline-block;
    width: calc(20% - 40px);
    margin-right: 36px;
    margin-bottom: 0;
}
.td-box-partners-wrap img:last-child {
    margin-right: 0;
}
.help-box-title {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #131B40
    cursor: pointer;
    position: relative;
    padding-right: 60px;
    cursor: pointer;
}
.help-box-title:after {
    content: '';
    position: absolute;
    right: 30px;
    top: 25px;
    width: 20px;
    height: 20px;
    background: url("../images/icons/plus.svg");
    background-size: 100%;
}
.help-box-item.help-box-title-open .help-box-title{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.help-box-item.help-box-title-open .help-box-title:after {
    background: url("../images/icons/minus.svg");
    background-position: center center;
}
.help-box-item {
    margin-bottom: 5px;
}
.help-box-content {
    border-radius: 5px;
    padding: 20px 30px;
    background: #FFFFFF;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.help-box-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    position: absolute;
    transition: all .35s;
}
.help-box-item.help-box-title-open .help-box-content {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: all .35s;
    position: relative;
}
.our-review-process .our-review-criteria-left:before {
    display: none;
}
.our-review-process:before {
    position: absolute;
    content: '';
    width: 541.09px;
    height: 641.22px;
    left: 105px;
    bottom: -260px;
    background: linear-gradient(90deg, #A8EDEA 0%, #FED6E3 100%);
    opacity: 0.4;
    filter: blur(50px);
    transform: rotate(30deg);
}
.page-template section {
    overflow: hidden;
}
.how-we-make-money:before {
    position: absolute;
    content: '';
    width: 541.09px;
    height: 641.22px;
    left: 105px;
    top: -380px;
    background: linear-gradient(90deg, #A8EDEA 0%, #FED6E3 100%);
    opacity: 0.4;
    filter: blur(50px);
    transform: rotate(30deg);
}
.how-we-make-money:after {
    position: absolute;
    content: '';
    width: 471px;
    height: 584px;
    left: calc(50% - 471px/2 + 95.5px);
    bottom: -225px;
    background: linear-gradient(90deg, #FEADA6 0%, #F5EFEF 100%);
    opacity: 0.2;
    filter: blur(50px);
    transform: rotate(-90deg);
}
.how-we-make-money-left {
    display: inline-block;
    width: 770px;
    margin-right: 30px;
    float: left;
    position: relative;
    z-index: 2;
}
.how-we-make-money-right {
    display: inline-block;
    width: calc(100% - 800px);
    position: relative;
    z-index: 2;
}
.reach-out {
    position: relative;
}
.reach-out:before {
    position: absolute;
    content: '';
    width: 471px;
    height: 584px;
    left: calc(50% - 471px/2 + 95.5px);
    top: -225px;
    background: linear-gradient(90deg, #FEADA6 0%, #F5EFEF 100%);
    opacity: 0.2;
    filter: blur(50px);
    transform: rotate(-90deg);
}
.reach-out .how-do-we-choose-box-wrap, .reach-out h2 {
    position: relative;
    z-index: 2;
}
.reach-out .how-do-we-choose-box-wrap .td-pages-info-box-solid-icon {
    width: calc(33.333% - 20px);
    margin-right: 30px;
    display: inline-block;
    float: left;
    min-height: 305px;
}
.reach-out .how-do-we-choose-box-wrap .td-pages-info-box-solid-icon:last-child {
    margin-right: 0;
}
.td-pages-info-box-solid-icon b {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    color: #131B40;
}
.td-pages-info-box-solid-icon p {
    margin-bottom: 0;
}
.td-pages-info-box-solid-icon a, .td-pages-info-box-solid-icon a:visited {
    font-size: 14px;
    line-height: 25px;
    color: #474A59;
    display: inline-block;
    margin-top: 30px;
    width: 100%;
}
.td-pages-info-box-solid-icon a img {
    height: 14px;
    display: inline-block;
    margin-bottom: 0;
    width: auto;
}
@media (hover: hover) {
    .td-pages-info-box-solid-icon a:hover {
        text-decoration: none;
        color: #474A59;
    }
}
/* 404 page */
.error404 .header-main {
    background: #F5F4F3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
    width: auto;
}
.error404 {
    position: relative;
}
.error404:before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #FFC5C5 -1.1%, #FFA0F6 100%);
    opacity: 0.2;
    filter: blur(50px);
    transform: matrix(1, 0, 0, -1, 0, 0);
    right: 0;
    top: 0;
    width: 635px;
    height: 400px;
    z-index: 1;
}
.page-wrap-404 {
    position: relative;
    overflow: hidden;
}
.page-wrap-404:before {
    position: absolute;
    content: '';
    left: 100px;
    top: 20%;
    width: 319px;
    height: 388px;
    background: linear-gradient(90deg, #CFC2FF 0%, #AFE4FE 100%);
    opacity: 0.3;
    filter: blur(50px);
    transform: matrix(0, -1, -1, 0, 0, 0);
}
.page-wrap-404:after {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #FAB270 45.8%, #FF2B00 99.83%);
    opacity: 0.2;
    filter: blur(100px);
    width: 718px;
    height: 235px;
    bottom: 0;
    left: 50%;
    margin-left: -359px;
}
.page-wrap-404 * {
    position: relative;
    z-index: 2;
}
.page-wrap-404 {
    margin-top: 80px;
    background: #F5F4F3;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.page-wrap-left-404 {
    display: inline-block;
    width: 50%;
    float: left;
}
.page-wrap-right-404 {
    display: inline-block;
    width: 50%;
    text-align: center;
}
.page-wrap-404 h1 {
    font-weight: 600;
    font-size: 150px;
    line-height: 150px;
    color: #131B40;
    margin-bottom: 10px;
}
.page-wrap-404 b {
    ffont-weight: 600;
    font-size: 25px;
    line-height: 35px;
    color: #131B40;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.page-wrap-404 .td-btn-black {
    margin-right: 15px;
}
.page-wrap-right-404 img {
    margin-top: 50px;
    margin-bottom: 75px;
    width: 470px;
}
.page-wrap-right-404 img.page-404-animated {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    left: 30px;
    top: 70px;
    width: 400px;
    transform: rotate(-10deg);
}
/* Contacts page */
.page-template-page-contacts .td-page-header:before {
    background: linear-gradient(
            90deg, #F5F4F3 2.88%, rgba(245, 244, 243, 0) 94.24%), url(../images/demo/contacts-header.png);
    /* background-size: 50%; */
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    background-size: contain;
    width: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
}
.page-template-page-contacts .td-page-header {
    height: 275px;
}
.page-template-page-contacts .td-page-header {
    position: relative;
}
.page-template-page-contacts .td-page-header:after {
    position: absolute;
    content: '';
    width: 397px;
    height: 305px;
    left: 0;
    top: 0px;
    background: linear-gradient(90deg, #E0C3FC 0%, #8EC5FC 100%);
    opacity: 0.3;
    filter: blur(100px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.page-template-page-contacts .td-page-header * {
    position: relative;
    z-index: 2;
}
.contacts-info-wrap-left {
    display: inline-block;
    width: 470px;
    margin-right: 30px;
    float: left;
}
.contacts-info-wrap-right {
    width: calc(100% - 500px);
    display: inline-block;
}
.social-boxes-wrap .td-pages-info-box {
    display: inline-block;
    width: calc(33.33% - 20px);
    margin-right: 30px;
    float: left;
    min-height: 155px;
    margin-top: 30px;
}
.social-boxes-wrap .td-pages-info-box a {
    margin-top: 0;
}
.social-boxes-wrap .td-pages-info-box:last-child {
    margin-right: 0;
}
.contacts-info-wrap-right .td-pages-info-box a, .contacts-info-wrap-right .td-pages-info-box a:visited {
    font-size: 14px;
    line-height: 25px;
    color: #474A59;
    display: inline-block;
    margin-top: 30px;
    width: 100%;
}
.contacts-info-wrap-right .td-pages-info-box a.contact-mail-text {
    margin-top: 0;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #131B40;
}
.contacts-info-wrap-right .td-pages-info-box a img {
    height: 14px;
    display: inline-block;
    margin-bottom: 0;
    width: auto;
}
.contacts-info-wrap {
    position: relative;
}
.contacts-info-wrap * {
    position: relative;
    z-index: 2;
}
.contacts-info-wrap:before {
    position: absolute;
    content: '';
    width: 666px;
    height: 232px;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #FF0000 0%, #FFE600 186.28%);
    opacity: 0.1;
    filter: blur(100px);
    transform: matrix(0, 1, 1, 0, 0, 0);
}
/* Awards page */
.td-page-header-awards h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.td-page-header-awards .tabs-title-wrap a, .td-page-header-awards .tabs-title-wrap span {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #474A59;
    margin-right: 60px;
    padding-bottom: 15px;
}
.td-page-header-awards .tabs-title-wrap a.active-tab, .td-page-header-awards .tabs-title-wrap span.active-tab {
    color: #2B4CEC;
    border-bottom: 3px solid #2B4CEC;
}
@media (hover: hover) {
    .td-page-header-awards .tabs-title-wrap a:hover, .td-page-header-awards .tabs-title-wrap span:hover {
        color: #2B4CEC;
        border-bottom: 3px solid #2B4CEC;
    }
}
.best-resume-service h2 {
    text-align: center;
}
.best-service-box img {
    margin: 0 auto;
    margin-top: 7px;
    display: block;
    height: 50px;
}
.best-service-box .best-badge {
    margin: 0 auto;
    margin-top: 15px;
    display: block;
}
.best-service-box {
    text-align: center;
    width: calc(33.33% - 20px);
    margin-right: 30px;
    display: inline-block;
    float: left;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 23px;
    padding-bottom: 15px;
}
.best-service-box:last-child {
    margin-right: 0;
}
.best-service-box ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.best-service-box ul li {
    padding-left: 27px;
    position: relative;
    font-size: 14px;
    line-height: 25px;
    color: #474A59;
    text-align: left;
}
.best-service-box ul li:before {
    background: url(../images/check-white.svg) #2B4CEC;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 5px center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
    content: '';
    width: 19px;
    height: 19px;
    border-radius: 100px;
}
.best-service-box .td-btn-black {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 20px;
}
.best-resume-service {
    position: relative;
}
.best-resume-service * {
    position: relative;
    z-index: 2;
}
.best-resume-service:before {
    position: absolute;
    content: '';
    width: 354px;
    height: 687px;
    right: 100px;
    bottom: 0;
    background: linear-gradient(
            90deg
            , #FFF1EB 0%, #ACE0F9 100%);
    opacity: 0.5;
    filter: blur(50px);
    transform: matrix(0, -1, -1, 0, 0, 0);
}
.best-resume-service:after {
    position: absolute;
    content: '';
    width: 303px;
    height: 375px;
    bottom: 0;
    background: linear-gradient(90deg, #EBC0FD 0%, #D9DED8 100%);
    opacity: 0.3;
    filter: blur(50px);
}
.how-do-we-choose-best-price {
    position: relative;
}
.how-do-we-choose-best-price * {
    position: relative;
    z-index: 2;
}
.how-do-we-choose-best-price:before {
    position: absolute;
    content: '';
    width: 718px;
    height: 231.57px;
    left: 50%;
    margin-left: -359px;
    bottom: 0;
    background: linear-gradient(90deg, #A8EDEA 0%, #D6FEDF 100%);
    opacity: 0.5;
    filter: blur(50px);
}
.how-do-we-choose-best-price p {
    margin-bottom: 10px;
}
.how-do-we-choose-best-price-left {
    display: inline-block;
    width: 370px;
    margin-right: 30px;
    float: left;
}
.how-do-we-choose-best-price-right {
    width: calc(100% - 400px);
    display: inline-block;
}
.num-white-box {
    width: calc(33.33% - 7px);
    margin-right: 10px;
    padding: 30px;
    background: #FFFFFF;
    border-radius: 10px;
    float: left;
    display: inline-block;
}
.num-white-box:last-child {
    margin-right: 0;
}
.num-white-box b {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #B8BBCC;
}
.num-white-box p {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #131B40;
}
.how-do-we-choose-best-price-quality-box-wrap .td-pages-info-box {
    display: inline-block;
    width: calc(50% - 15px);
    min-height: 325px;
}
.how-do-we-choose-best-price-quality-box-wrap .td-pages-info-box:first-child {
    float: left;
    margin-right: 30px;
}
.how-do-we-choose-best-price-quality:before {
    content: '';
    position: absolute;
    width: 204px;
    height: 840px;
    left: 0;
    bottom: 0px;
    left: auto;
    background: linear-gradient(90deg, #FF5C00 -17.81%, #FFC700 100%);
    opacity: 0.1;
    filter: blur(100px);
    transform: matrix(0, 1, 1, 0, 0, 0);
}
.how-do-we-choose-best-price-support:before {
    width: 460px;
    height: 584px;
    left: 50%;
    bottom: auto;
    top: 0;
    right: auto;
    background: linear-gradient(
            90deg
            , #CDA6FE 0%, #F2EFF5 100%);
    opacity: 0.2;
    filter: blur(50px);
    transform: rotate(
            -90deg
    );
}
.how-do-we-choose-best-price-support-box-wrap ul li:before {
    display: none;
}
.how-do-we-choose-best-price-support-box-wrap ul {
    margin-left: 40px;
}
.how-do-we-choose-best-price-support-box-wrap ul li {
    list-style: disc;
    padding-left: 0;
}
.quick-guides.best-service-other-links:before {
    position: absolute;
    content: '';
    width: 254px;
    height: 791px;
    right: 400px;
    top: calc(50% - 150px);
    bottom: 0px;
    background: linear-gradient(90deg, #84FAB0 -17.81%, #8FD3F4 100%);
    opacity: 0.2;
    filter: blur(50px);
    transform: matrix(0, -1, -1, 0, 0, 0);
}
/* blog main page */
.page-template-page-blog .td-page-header {
    position: relative;
    height: 275px;
}
.page-template-page-blog .td-page-header:before {
    background: linear-gradient(
            90deg
            , #F5F4F3 2.88%, rgba(245, 244, 243, 0) 94.24%), url(../images/demo/blog-header.png);
    /* background-size: 50%; */
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    background-size: contain;
    width: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
}
.page-template-page-blog .td-page-header:after {
    position: absolute;
    content: '';
    width: 305px;
    left: 0px;
    top: 0;
    height: 396px;
    background: linear-gradient(90deg, #D299C2 0%, #FEF9D7 100%);
    opacity: 0.2;
    filter: blur(50px);
    transform: matrix(0, -1, -1, 0, 0, 0);
}
.page-template-page-blog .td-page-header h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
}
.blog-must-read {
    position: relative;
}
.blog-must-read * {
    position: relative;
    z-index: 2;
}
.blog-must-read:before {
    position: absolute;
    content: '';
    width: 610px;
    height: 756.35px;
    right: -130px;
    top: -100px;
    background: linear-gradient(90deg, #FEADA6 0%, #F5EFEF 100%);
    opacity: 0.4;
    filter: blur(50px);
    transform: rotate(-90deg);
}
.blog-article {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
}
.blog-article img.article-img {
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 30px;
    height: auto;
}
.blog-article .tags-cat, .blog-article .article-title, .blog-article .blog-article-meta {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.blog-article .tags-cat a, .blog-article .tags-cat a:visited {
    background: #FFEECC;
    border-radius: 10px;
    padding: 0px 5px;
    font-size: 12px;
    line-height: 15px;
    color: #131B40;
    font-weight: normal;
}
.blog-article .article-title a, .blog-article .article-title a:visited {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #131B40;
    text-transform: capitalize;
}
.blog-article .blog-article-meta span {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    margin-right: 30px;
}
.blog-article .blog-article-meta span img {
    margin-right: 12.5px;
}
.blog-article .blog-artilce-short-desc p {
    margin-bottom: 0;
    color: #131B40;
}
.blog-must-read .blog-articles-wrap .blog-article {
    width: calc(50% - 15px);
    display: inline-block;
    margin-bottom: 15px;
}
.blog-article-large {
    float: left;
    margin-right: 30px;
    min-height: 700px;
}
.blog-article-medium img.article-img {
    width: calc(50% - 15px);
    margin-right: 15px;
    float: left;
    margin-bottom: 0;
}
.blog-article-medium .tags-cat, .blog-article-medium .article-title, .blog-article-medium .blog-article-meta {
    width: 50%;
    margin-bottom: 15px;
    line-height: 15px;
    vertical-align: top;
}
.blog-article-medium .blog-article-meta {
    margin-bottom: 0;
}
.blog-article-medium .article-title a {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #131B40;
}
.blog-article-medium .blog-artilce-short-desc {
    display: none;
}
.blog-article-medium .blog-article-meta span {
    margin-right: 15px;
}
.blog-article-medium .blog-article-meta span:first-child {
    margin-bottom: 15px;
}
.blog-must-read .blog-article-medium .blog-article-meta span:first-child {
    display: block;
}
.blog-articles-wrap-left {
    display: inline-block;
    width: 770px;
    margin-right: 30px;
    float: left;
}
.blog-articles-wrap-right {
    display: inline-block;
    width: calc(100% - 800px);
}
.blog-article-small {
    padding: 15px;
    margin-bottom: 15px;
}
.blog-article-small .tags-cat, .blog-article-small img.article-img, .blog-article-small .blog-artilce-short-desc {
    display: none;
}
.blog-article-small .article-title a {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
.blog-article-small .blog-article-meta {
    margin-bottom: 0;
}
.blog-article-small .article-title {
    margin-bottom: 5px;
}
.blog-article-medium-large {
    margin-bottom: 30px;
}
.blog-article-medium-large .article-title a {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}
.blog-article-medium-large .tags-cat {
    display: none;
}
section[class*="blog-category-section-"] h2 {
    display: inline-block;
    width: 90%;
}
section[class*="blog-category-section-"] .td-btn-gray {
    width: 10%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: -5px;
}
.page-template-page-blog .td-pages-info-box-wrap h2 {
    margin-bottom: 30px;
}
.blog-category-section-2 .blog-article-medium .tags-cat {
    display: none;
}
.blog-category-section-2 .blog-article-medium .blog-artilce-short-desc {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    line-height: 30px;
}
.blog-category-section-2 .blog-article-medium{
    margin-bottom: 15px;
}
.blog-category-section-2 .blog-article-medium .article-title a {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #131B40;
}
.blog-category-section-2 .blog-article-small {
    width: calc(33.33% - 10px);
    margin-right: 15px;
    float: left;
}
.blog-category-section-2 .blog-article-small:nth-child(4) {
    margin-right: 0;
}
.blog-category-section-3:before {
    display: none;
}
.blog-category-section-3 .tags-cat {
    display: none;
}
.blog-category-section-2 .blog-article-small img.article-img {
    display: inline-block;
}
.blog-category-section-4 .blog-article-small img.article-img {
    display: inline-block;
}
.blog-category-section-5 .blog-article-small img.article-img {
    display: inline-block;
}
.join-wrap {
    padding-top: 90px;
    padding-bottom: 60px;
}
.join-wrap {
    position: relative;
}
.join-wrap * {
    position: relative;
    z-index: 2;
}
.join-wrap:before {
    position: absolute;
    content: '';
    width: 633.14px;
    height: 741.54px;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(255, 241, 235, 0.6) 0%, rgba(172, 224, 249, 0.6) 100%);
    opacity: 0.5;
    filter: blur(80px);
    transform: matrix(0, -1, -1, 0, 0, 0);
}
.join-wrap b {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #131B40;
    padding-top: 20px;
}
.join-wrap p {
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #B8BBCC;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
.subscribe-wrap .subscribe-email-wrap {
    background: #FFFFFF;
    border-radius: 10px;
    height: 65px;
    padding: 10px 15px;
    display: inline-block;
    width: 350px;
    margin-right: 30px;
    margin-bottom: 0;
}
.subscribe-wrap .subscribe-email-wrap label {
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
    vertical-align: top;
    text-align: left;
}
.subscribe-wrap .subscribe-email-wrap input {
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 25px;
    color: #8A8C99;
    height: 25px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    margin-top: -8px;
}
.subscribe-wrap .td-btn-black {
    vertical-align: top;
    height: 65px;
    line-height: 65px;
    border: none;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-response-output {
    border-radius: 5px;
    text-align: center;
}
.features-num-wrap .features-num-box {
    display: inline-block;
    width: calc(33.33% - 20px);
    margin-right: 30px;
    border: 1px solid rgba(26, 35, 51, 0.1);
    box-sizing: border-box;
    border-radius: 10px;
    padding: 30px;
    float: left;
}
.features-num-wrap .features-num-box:last-child {
    margin-right: 0;
}
.features-num-wrap .features-num-box span {
    font-weight: 500;
    font-size: 50px;
    line-height: 65px;
    color: #131B40;
    margin-bottom: 15px;
}
.features-num-wrap .features-num-box p {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #474A59;
    margin-bottom: 0;
    text-align: left;
}
.subscribe-wrap {
    width: 555px;
    margin: 0 auto;
    margin-bottom: 60px;
}
/* blog category */
.archive.category .header-main {
    background: #F5F4F3;
    border-radius: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
    width: auto;
}
.archive.category .td-first-section {
    padding-top: 15px;
    padding-bottom: 60px;
}
.archive.category h1 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 50px;
    line-height: 65px;
    color: #131B40;
    display: inline-block;
}
.blog-category-articles-wrap article {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.blog-category-articles-wrap article a.post-featured {
    display: inline-block;
    width: calc(50% - 15px);
    float: left;
    margin-right: 30px;
}
.blog-category-articles-wrap article a.post-featured img {
    border-radius: 10px;
}
.blog-category-articles-wrap article .post-content {
    display: inline-block;
    width: calc(50% - 15px);
}
.blog-category-articles-wrap article .post-title {
    margin: 0;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #131B40;
    display: inline-block;
    width: 100%;
}
.blog-category-articles-wrap article .blog-article-meta {
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}
.blog-category-articles-wrap article .blog-article-meta span {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    margin-right: 30px;
}
.blog-category-articles-wrap article .blog-article-meta span img {
    margin-right: 12.5px;
}
.post-excerpt {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #131B40;
}
.blog-readmore-link {
    width: 100%;
    display: inline-block;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    text-decoration: none;
    color: #131B40;
}
.blog-readmore-link img {
    height: 14px;
    margin-top: -1px;
}
@media (hover: hover) {
    .blog-readmore-link:hover {
        text-decoration: none
        color: #131B40;
    }
}
#infinite-handle {
    margin: 0;
    padding: 0;
}
#infinite-handle span button, #infinite-handle span button:focus, #infinite-handle span button:hover {
    font-size: 14px;
    color: #131B40;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    background: rgba(26, 35, 51, 0.1);
    border-radius: 10px;
}
/* single post */
.single-post .td-first-section {
    padding-top: 15px;
    padding-bottom: 15px;
}
.single-post .td-breadcrumbs {
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.single-post-header {
    padding: 30px;
}
.single-post-header-left {
    display: inline-block;
    width: 50%;
    float: left;
}
.single-post-header-right {
    display: inline-block;
    width: 50%;
}
.single-post-cat, .single-post-cat:visited {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #131B40;
    padding: 5px;
    background: #D4DAFA;
    border-radius: 10px;
}
@media (hover: hover) {
    .single-post-cat:hover {
        text-decoration: none;
    }
}
.single-post-header h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #131B40;
    margin-top: 20px;
    margin-bottom: 15px;
}
.single-post-header .blog-article-meta span {
    display: block;
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #474A59;
}
.single-post-header .blog-article-meta span:last-child {
    margin-bottom: 0;
}
.single-post-header .blog-article-meta span img {
    margin-right: 12.5px;
}
.single-post-header-right img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}
.post-table-of-content {
    padding: 15px 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.post-table-of-content .table-contents-header, .post-table-of-contenе:visited {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #131B40;
    display: inline-block;
    width: 80%;
}
.post-table-of-content .contents-arrow {
    display: inline-block;
    width: 20%;
    text-align: right;
}
@media (hover: hover) {
    .post-table-of-content .table-contents-header:hover {
        text-decoration: none;
        color: #131B40;
    }
}
.post-table-of-content-header-wrap {
    cursor: pointer;
}
.post-table-of-content-content-wrap a:first-child {
    margin-top: 15px;
}
.post-table-of-content-content-wrap a, .post-table-of-content-content-wrap a:visited {
    font-size: 14px;
    line-height: 25px;
    color: #474A59;
    height: 45px;
    line-height: 45px;
    border-top: 1px solid #EDEEF2;
    display: inline-block;
    width: 100%;
}
.post-table-of-content-content-wrap {
    display: none;
}
.contents-arrow img {
    transition: all .35s;
}
.contents-arrow-up img {
    transform: rotate(180deg);
    transition: all .35s;
}
.post-main-content-wrap blockquote, .review-main-text-content-wrap blockquote, .review-main-text-content blockquote {
    padding: 34px;
    background: #F5F4F3;
    border-radius: 10px;
    position: relative;
    padding-bottom: 30px;
    padding-top: 80px;
    position: relative;
}
.post-main-content-wrap blockquote p, .review-main-text-content-wrap blockquote p, .review-main-text-content blockquote p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #474A59;
}
.post-main-content-wrap blockquote:before, .review-main-text-content-wrap blockquote:before, .review-main-text-content blockquote:before {
    position: absolute;
    content: '';
    left: 34px;
    top: 34px;
    width: 32px;
    height: 32px;
    background: url('../images/icons/quote.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.post-main-content-wrap p {
    font-size: 16px;
    line-height: 30px;
    color: #474A59;
    margin-bottom: 15px;
}
.post-main-content-wrap b, .post-main-content-wrap strong {
    font-weight: 600;
    color: #131B40;
}
.post-main-content-wrap h2,
.post-main-content-wrap h3,
.post-main-content-wrap h4,
.post-main-content-wrap h5,
.post-main-content-wrap h6,
.post-main-content-wrap h2 strong,
.post-main-content-wrap h3 strong,
.post-main-content-wrap h4 strong,
.post-main-content-wrap h5 strong,
.post-main-content-wrap h6 strong,
.post-main-content-wrap h2 b,
.post-main-content-wrap h3 b,
.post-main-content-wrap h4 b,
.post-main-content-wrap h5 b,
.post-main-content-wrap h6 b
{
    margin: 0;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    color: #131B40;
    margin-top: 15px;
}

.post-main-content-wrap h3 {
    font-size: 21px;
}
.post-main-content-wrap h4 {
    font-size: 18px;
}
.post-main-content-wrap h5 {
    font-size: 16px;
}
.post-main-content-wrap h6 {
    font-size: 14px;
}
.post-main-content-wrap ul, .review-main-text-content ul {
    display: inline-block;
}
.post-main-content-wrap ul li, .review-main-text-content ul li {
    padding-left: 27px;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #474A59;
    margin-bottom: 15px;
}
.post-main-content-wrap ul li:before, .review-main-text-content ul li:before {
    background: url(../images/check-white.svg) #2B4CEC;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 5px center;
    position: absolute;
    left: 0;
    top: 5px;
    content: '';
    width: 19px;
    height: 19px;
    border-radius: 100px;
}
.post-main-content-wrap ul li ul li:before, .review-main-text-content ul li ul li:before {
    width: 15px;
    height: 15px;
    background-size: 6px;
}
.single-post-share {
    margin-top: 10px;
}
.single-post-share-title {
    color: #131B40;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    display: inline-block;
    width: 70%;
    float: left;
}
.single-post-share-icons {
    display: inline-block;
    width: 30%;
    text-align: right;
}
.single-post-share-icons a {
    width: 20px;
    height: 20px;
    margin-left: 30px;
    display: inline-block;
}
.single-post-author-box-wrap {
    margin-top: 10px;
}
.single-post-author-box-wrap .author-photo {
    display: inline-block;
    width: 140px;
    height: 140px;
    border-radius: 140px;
    margin-right: 30px;
    float: left;
}
.single-post-author-box-left {
    display: inline-block;
    width: 50%;
    float: left;
}
.single-post-author-box-right {
    display: inline-block;
    width: 50%;
}
.single-post-author-box-left b {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #131B40;
    width: calc(100% - 170px);
}
.single-post-author-box-left p {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #B8BBCC;
    width: calc(100% - 170px);
    margin-bottom: 5px;
}
.single-post-author-box-left a, .single-post-author-box-left a:visited {
    font-size: 12px;
    line-height: 15px;
    color: #131B40;
    display: inline-block;
    width: calc(100% - 170px);
    margin-bottom: 5px;
}
.single-post-author-box-left a img {
    height: 12px;
    margin-right: 12.5px;
    margin-top: -2px;
}
.single-post-author-box-right p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    color: #474A59;
}
.author-more-link {
    margin-top: 40px;
}
.signle-blog-relevant-articles h2 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    color: #131B40;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.signle-blog-relevant-articles .blog-articles-wrap article {
    display: inline-block;
    width: calc(33.33%  - 10px);
    margin-right: 15px;
    float: left;
}
.signle-blog-relevant-articles .blog-articles-wrap article:last-child {
    margin-right: 0;
}
.signle-blog-relevant-articles .blog-articles-wrap article {
    min-height: 380px;
}
.signle-blog-relevant-articles img.article-img, .signle-blog-relevant-articles .tags-cat {
    display: block;
    margin-bottom: 10px;
}
/*.signle-blog-relevant-articles .blog-article-meta span:first-child {
    display: none;
}*/
.td-main-content-right .td-white-box:first-child {
    margin-top: 45px;
    padding: 20px;
}
.td-main-content-right .td-white-box b {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    color: #131B40;
}
.td-main-content-right .td-white-box article.blog-article {
    padding: 0;
    border-bottom: 1px solid #EDEEF2;
    padding-bottom: 22.5px;
    margin-bottom: 22.5px;
}
.td-main-content-right .td-white-box article.blog-article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.td-main-content-right .td-white-box article.blog-article:last-child {
    margin-bottom: 0;
}
.td-main-content-right .td-white-box article.blog-article .article-title a {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}
.td-main-content-right .td-white-box article.blog-article .tags-cat {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}
.td-main-content-right .td-white-box article.blog-article .article-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #131B40;
}
.td-main-content-right .td-white-box article.blog-article .blog-article-meta span:first-child {
    display: none;
}
.td-main-content-right .td-white-box article.blog-article .blog-article-meta span {
    margin-right: 0;
}
.td-main-content-right .td-white-box article.blog-article .blog-article-meta span:first-child {
    margin-right: 15px;
}
.td-main-content-right .td-white-box {
    margin-bottom: 30px;
}
.join-sidebar b {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #131B40;
    margin-bottom: 20px;
}
.join-sidebar .subscribe-wrap {
    width: 100%;
    margin-bottom: 0;
}
.join-sidebar .subscribe-email-wrap {
    width: 100%;
    background: #F5F4F3;
    margin-bottom: 10px;
}
.join-sidebar .subscribe-wrap .subscribe-email-wrap label {
    width: 100%;
    display: inline-block;
}
.join-sidebar .subscribe-wrap .subscribe-email-wrap input {
    width: 100%;
    display: inline-block;
    background: #F5F4F3;
}
.join-sidebar .subscribe-wrap .td-btn-black {
    height: 50px;
    line-height: 50px;
    width: 100%;
}
/* about us page */
.page-template-page-about .td-page-header {
    position: relative;
    height: 275px;
}.page-template-page-about .td-page-header * {
    z-index: 2;
    position: relative;
}
.page-template-page-about .td-page-header:before {
    background: linear-gradient(90deg, #F5F4F3 2.88%, rgba(245, 244, 243, 0) 94.24%), url(../images/demo/about-header.png);
    /* background-size: 50%; */
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    background-size: contain;
    width: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
}
.page-template-page-about .td-page-header:after {
    position: absolute;
    content: '';
    width: 305px;
    height: 402px;
    left: 0px;
    bottom: 0;
    background: linear-gradient(90deg, #FEADA6 0%, #F5EFEF 100%);
    opacity: 0.3;
    filter: blur(100px);
    transform: matrix(0, -1, -1, 0, 0, 0);
}
.about-what-is-edu .td-pages-info-box-solid-icon {
    min-height: 280px;
    width: 33.33%;
    margin-bottom: 30px;
}
.about-what-is-edu .td-pages-info-box-solid-icon:last-child {
    width: calc(100% - 33.33% - 11px);
    margin-right: 0;
}
.about-what-is-edu:before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #A8EDEA 0%, #FED6E3 100%);
    opacity: 0.4;
    filter: blur(50px);
    transform: rotate(-150deg);
    width: 541.09px;
    height: 641.22px;
    right: 0;
    top: 0;
    left: auto;
}
.about-what-is-edu * {
    position: relative;
    z-index: 2;
}
.about-be-aware .our-review-criteria-left {
    width: calc(100% - 400px);
}
.about-be-aware .our-review-criteria-right {
    width: 370px;
}
.about-be-aware .our-review-criteria-left:before {
    display: none;
}
.team-box-wrap {
    margin-top: 30px;
}
.team-box-wrap .team-box {
    width: calc(25% - 22.5px);
    display: inline-block;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 15px;
    min-height: 405px;
    position: relative;
}
.team-box-wrap .team-box:nth-child(4n) {
    margin-right: 0;
}
.team-box-wrap .team-box img:first-child {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-bottom: 15px;
}
.team-box-wrap .team-box img.author-photo {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: block;
    margin-bottom: 15px;
}
.team-box b {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #131B40;
    margin-bottom: 15px;
}
.team-box p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #B8BBCC;
}
.team-box a img {
    height: 14px !important;
    width: 14px !important;
    margin-right: 10px;
    display: inline-block !important;
    border-radius: 1000 !important;
    margin-bottom: 0 !important;
}
.team-box a:not(:last-child), .team-box a:not(:last-child):visited {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #131B40;
    display: inline-block;
    width: 100%;
}
.team-box .td-btn-gray {
    position: absolute;
    left: 15px;
    bottom: 15px;
}
.about-meet-our-team {
    position: relative;
}
.about-meet-our-team * {
    position: relative;
    z-index: 2;
}
.about-meet-our-team:before {
    position: absolute;
    content: '';
    width: 423px;
    height: 525px;
    left: -200px;
    top: 0;
    background: linear-gradient(90deg, #EBC0FD 0%, #D9DED8 100%);
    opacity: 0.3;
    filter: blur(50px);
    transform: rotate(45deg);
}
.about-how-do-we-craft:before {
    display: none;
}
.about-how-do-we-craft h2 {
    margin-bottom: 30px;
}
.about-how-do-we-craft .num-white-box {
    min-height: 430px;
    width: calc(33.33% - 20px);
    margin-right: 30px;
}
.about-how-do-we-craft .num-white-box:last-child {
    margin-right: 0;
}
.about-how-do-we-craft .num-white-box strong {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #131B40;
}
.about-how-do-we-craft .num-white-box p {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #474A59;
}
.about-how-do-we-craft .bottom-desc {
    margin-top: 30px;
}
.about-find-the-best-price {
    position: relative;
}
.about-find-the-best-price * {
    position: relative;
    z-index: 2;
}
.about-find-the-best-price:before {
    position: absolute;
    content: '';
    width: 471px;
    height: 584px;
    left: 50%;
    margin-left: -235px;
    top: -100px;
    background: linear-gradient(90deg, #FEADA6 0%, #F5EFEF 100%);
    opacity: 0.2;
    filter: blur(50px);
    transform: rotate(-90deg);
}
.about-find-the-best-price-left {
    display: inline-block;
    float: left;
    width: calc(100% - 700px);
    margin-right: 30px;
}
.about-find-the-best-price-right {
    display: inline-block;
    width: 670px;
}
.about-find-the-best-price-right .td-pages-info-box:first-child {
    margin-bottom: 30px;
}
.simple-list {
    margin: 0;
    padding: 0;
    margin-left: 40px;
    margin-top: 15px !important;
}
.simple-list li {
    padding-left: 0;
    list-style: disc;
    padding-left: 0 !important;
    margin-left: 25px;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #474A59;
}
.simple-list li:before {
    display: none;
}
.about-the-criteria-review {
    position: relative;
}
.about-the-criteria-review * {
    position: relative;
    z-index: 2;
}
.about-the-criteria-review:after {
    position: absolute;
    content: '';
    width: 591px;
    height: 648px;
    right: 200px;
    top: 50%;
    margin-top: -324px;
    background: linear-gradient(90deg, #FFF1EB 0%, #ACE0F9 100%);
    opacity: 0.5;
    filter: blur(50px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.about-the-criteria-review .num-box-wrap {
    margin-top: 30px;
}
.about-the-criteria-review .num-white-box {
    margin-bottom: 30px;
}
.about-the-criteria-review .num-white-box:nth-child(3n) {
    margin-right: 0;
}
.about-the-criteria-review .num-white-box:nth-child(-n+4) {
    min-height: 340px;
}
.about-the-criteria-review .num-white-box:nth-child(n+4):nth-child(-n+6) {
    min-height: 280px;
}
.about-the-criteria-review .num-white-box:nth-child(n+7):nth-child(-n+8) {
    min-height: 250px;
}
.about-the-criteria-review .num-white-box:nth-child(8) {
    margin-right: 0;
    width: calc(66.66% - 11px);
}
.about-whats-our-interest {
    position: relative;
}
.about-whats-our-interest * {
    position: relative;
    z-index: 2;
}
.about-whats-our-interest:before {
    position: absolute;
    content: '';
    width: 349px;
    height: 840px;
    right: 0;
    bottom: -200px;
    top: auto;
    left: auto;
    margin-left: 0;
    background: linear-gradient(90deg, #84FAB0 -17.81%, #8FD3F4 100%);
    opacity: 0.15;
    filter: blur(100px);
    transform: rotate(-90deg);
}
.about-whats-our-interest .about-find-the-best-price-left {
    width: calc(100% - 400px);
    margin-right: 30px;
}
.about-whats-our-interest .about-find-the-best-price-right {
    width: 370px;
}
.about-whats-our-interest .about-find-the-best-price-right .td-pages-info-box:nth-child(2) {
    margin-bottom: 30px;
}
.about-who-are-we-doing .td-pages-info-box-solid-icon {
    min-height: 370px !important;
    margin-bottom: 30px;
}
.about-who-are-we-doing:before {
    position: absolute;
    content: '';
    width: 204px;
    height: 840px;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #84FAB0 -17.81%, #8FD3F4 100%);
    opacity: 0.15;
    filter: blur(100px);
    transform: matrix(0, 1, 1, 0, 0, 0);
    left: auto;
}
.about-want-collaborate:before {
    display: none;
}
.team-modal .modal-body {
    padding: 30px;
    background: #FFFFFF;
    border-radius: 10px;
    width: 570px;
}
.team-modal .modal-dialog {
    width: 570px;
    max-width: 570px;
}
.team-modal .modal-body .author-photo {
    width: 200px;
    height: 200px;
    display: inline-block;
    float: left;
    margin-right: 30px;
    border-radius: 200px;
}
.team-modal .modal-body b.author-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #131B40;
}
.team-modal .modal-body p.author-position {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #B8BBCC;
}
.team-modal .modal-body a img {
    height: 14px;
    margin-right: 15px;
}
.team-modal .modal-body a, .team-modal .modal-body a:visited {
    display: inline-block;
    width: calc(100% - 230px);
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #131B40;
}
.team-features-wrap {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    padding: 15px 30px;
    border: 1px solid rgba(26, 35, 51, 0.1);
    box-sizing: border-box;
    border-radius: 10px;
}
.team-feature {
    width: 33.33%;
    display: inline-block;
    float: left;
}
.team-feature b {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #131B40;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.team-feature p {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #474A59;
    margin: 0;
}
.team-memeber-info {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}
.team-memeber-info b {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #131B40;
}
.team-memeber-info p {
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #474A59;
}
.team-modal .modal-content .close {
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    top: 10px;
    right: 10px;
    z-index: 10 !important;
    background: rgba(26, 35, 51, 0.1);
    border-radius: 10px;
}
.team-modal .modal-content .close img {
    width: 16px;
    height: 16px;
    margin-top: -2px;
}
.post-views {
    display: inline-block;
}
.post-views span {
    margin: 0;
}
@media screen and (max-width: 768px) {
    * {
        font-size: 14px;
        line-height: 25px;
    }
    .container {
        max-width: 748px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .header-main {
        padding-top: 0 !important;
    }
    .td-service-header h1 {
        font-weight: 600;
        font-size: 25px;
        line-height: 35px;
    }
    .td-service-author {
        font-size: 12px;
        line-height: 15px;
    }
    .td-service-header-info-box-logo {
        height: 100px;
        line-height: 80px;
        width: 100%;
        padding: 10px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .td-service-header-info-box-logo img {
        max-height: 80px;
        display: inline-block;
    }
    .td-service-header-info-box-rating, .td-service-header-info-box-about {
        width: calc(33.33% - 6px);
        width: 255px;
    }
    .td-service-header-info-box-buttons {
        width: 192px;
    }
    .td-service-header-info-box-rating, .td-service-header-info-box-about {
        margin-right: 8px;
        float: left;
    }
    .td-service-header-info-box-rating .stars_rating {
        margin-bottom: 10px;
    }
    .td-service-header-info-box-rating b, .td-service-header-info-box-about b {
        margin-bottom: 0;
    }
    .about-item-title {
        width: 145px;
    }
    .about-item-content {
        /*width: 75px;*/
    }
    .td-btn-black, .td-btn-gray, .td-btn-black:visited .td-btn-gray:visited {
        padding-left: 15px;
        padding-right: 15px;
    }
    .td-service-header {
        padding-top: 15px;
    }
    .td-review-main-content {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .td-main-content-left, .td-main-content-right {
        width: 100%;
    }
    .tabs-title-wrap a, .tabs-title-wrap a:visited, .tabs-title-wrap span {
        font-size: 20px;
        line-height: 30px;
    }
    .td-white-box {
        padding: 15px;
    }
    .review-verdict-box-item ul li {
        font-size: 14px;
        line-height: 25px;
    }
    .review-verdict-box-item .rating-num, .review-verdict-box-bottom b {
        font-size: 20px;
        line-height: 30px;
    }
    .review-verdict-box-bottom span {
        font-size: 25px;
        line-height: 35px;
    }
    .review-verdict-box-bottom span {
        width: calc(100% - 130px);
    }
    .review-best-choise-box-wrap .tof_services .table .stars_rating {
        margin-left: -100%;
        margin-top: 20px;
    }
    .review-main-text-nav a, .review-main-text-nav a:visited {
        height: 50px;
        line-height: 50px;
    }
    .review-main-text-content * {
        font-size: 14px;
        line-height: 25px;
    }
    .review-main-text-content .td-btn-black {
        line-height: 50px;
    }
    .review-alternatives-price, .review-alternatives-time {
        font-size: 16px;
        line-height: 30px;
    }
    .review-alternatives-box {
        width: calc(33.33% - 16px);
        margin-right: 11px;
        padding: 10px;
    }
    .review-user-reviews .comments-title {
        font-size: 25px;
        line-height: 35px;
    }
    .review-user-reviews .comment-form-author, .review-user-reviews .form-submit input[type="submit"], .review-user-reviews .comment-form-author, .review-user-reviews .comment-form-email, .review-user-reviews .comment-form-comment {
        margin-right: 0;
        width: 100%;
    }
    .td-main-content-right .sidebar {
        width: 100%;
    }
    .td-main-content-right .sidebar .tof_services .table tr td.rating {
        display: none;
    }

    .page-template-template-top .review-best-choise-box-wrap .tof_services .table tbody td.desc {
        display: none !important;
    }
    .review-best-choise-box-wrap #top_table tbody .rank {
        width: 12.6%;
    }
    .page-template-template-top .review-best-choise-box-wrap .tof_services .table tbody td {
        width: 17.6%;
    }
    .page-template-template-top .review-best-choise-box-wrap .tof_services .table tbody td {
        width: 17.6%;
    }
    .page-template-template-top .review-best-choise-box-wrap .tof_services .table tbody td {
        width: 17.6%;
    }
    .page-template-template-top .review-best-choise-box-wrap .tof_services .table tbody td {
        width: 17%;
    }
    .review-best-choise-box-wrap .tof_services .table .stars_rating {
        margin-top: 40px;
    }
    .top-content-service-block-box-info, .top-content-service-block-box-pros-cons {
        width: 100%;
    }
    .top-content-service-block-box-meta {
        height: 245px;
        /* line-height: 245px; */
        width: calc(50% - 5px);
        display: inline-block;
    }
    .top-content-service-block-box-img {
        height: 245px;
        line-height: 245px;
        width: calc(50% - 10px);
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
    }
    .top-content-service-block-box-pros-cons {
        height: auto;
        min-height: auto;
    }
    .best-pages-banner-wrap {
        display: none;
    }
    .best-pages-other-links.quick-guides .container .guides-list .guide-item {
        max-width: 50%;
    }
    .best-pages-other-links .guides-list {
        display: inline-block !important;
    }
    .best-pages-other-links .guides-list .guide-item {
        display: inline-block !important;
        width: 50% !important;
        max-width: calc(50% - 32px) !important;
        vertical-align: top !important;
    }
    .page-template-page-contacts .td-page-header {
        height: 165px;
    }
    .td-page-header h1, .page-template-page-blog .td-page-header h1 {
        margin-top: 15px;
        font-size: 25px;
        line-height: 35px;
    }
    .td-page-header p {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 25px;
    }
    .contacts-info-wrap-left {
        width: 100%;
    }
    .td-pages-info-box-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .td-pages-info-box-wrap h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .td-pages-info-box-wrap p {
        margin-bottom: 10px;
    }
    .td-pages-info-box {
        padding: 15px;
    }
    .social-boxes-wrap .td-pages-info-box {
        margin-top: 10px;
        width: calc(33.33% - 7px);
        margin-right: 10px;
        min-height: 115px;
    }
    .social-boxes-wrap .td-pages-info-box:last-child {
        margin-right: 0;
    }
    .contacts-info-wrap-right {
        width: 100%;
    }
    .td-pages-info-box span, .contacts-info-wrap-right .td-pages-info-box a.contact-mail-text {
        font-size: 25px;
        line-height: 35px;
    }
    .contacts-info-wrap-right .td-pages-info-box a:visited {
        margin-top: 0;
    }
    .page-template-page-blog .td-page-header {
        height: 165px;
    }
    .blog-article {
        padding: 15px;
        width: 100% !important;
    }
    .blog-article .article-title a, .blog-article .article-title a:visited {
        font-size: 25px;
        line-height: 35px;
    }
    .blog-article img.article-img, .blog-article .tags-cat {
        margin-bottom: 0;
    }
    .blog-article .article-title, .blog-article .blog-article-meta {
        margin-bottom: 10px;
    }
    .blog-article-large {
        min-height: auto;
    }
    .blog-articles-wrap-left, .blog-articles-wrap-right {
        width: 100%;
    }
    .blog-article-medium-large {
        margin-bottom: 10px;
    }
    section[class*="blog-category-section-"] {
        padding-bottom: 80px;
    }
    section[class*="blog-category-section-"] .td-btn-gray {
        position: absolute;
        bottom: 30px;
        left: 15px;
        width: calc(100% - 30px);
    }
    .blog-articles-wrap-right .blog-article-small, .blog-category-section-2 .blog-article-small {
        width: calc(50% - 5px) !important;
        float: left;
        margin-right: 10px;
    }
    .blog-articles-wrap-right .blog-article-small:nth-child(2n), .blog-category-section-2 .blog-article-small:nth-child(2n+3) {
        margin-right: 0px;
    }
    .blog-category-section-2 .blog-article-small:nth-child(4) {
        margin-right: 10px;
    }
    .blog-articles-wrap-right .blog-article-small .article-title a, .blog-category-section-2 .blog-article-small .article-title a {
        font-size: 15px;
        line-height: 20px;
    }
    .blog-category-section-2 .blog-article-medium img.article-img {
        margin-right: 0;
        width: 100%;
    }
    .blog-category-section-2 .blog-article-medium .tags-cat, .blog-category-section-2 .blog-article-medium .article-title, .blog-category-section-2 .blog-article-medium .blog-article-meta {
        width: 100%;
    }
    .blog-category-section-2 .blog-article-medium .blog-artilce-short-desc {
        width: 100%;
    }
    .blog-category-section-2 .blog-article-medium .article-title {
        margin-top: 10px;
    }
    .blog-category-section-2 .blog-article-medium .blog-article-meta span {
        margin-bottom: 0;
    }
    .blog-category-section-4 .blog-article-small {
        width: 100% !important;
    }
    .blog-category-section-4 .blog-article-small a, .blog-category-section-4 .blog-article-small .article-title, .blog-category-section-4 .blog-article-small .blog-article-meta  {
        width: calc(50% - 15px);
        margin-right: 15px;
        display: inline-block;
        float: left;
    }
    .blog-category-section-3 .blog-article-medium .article-title a, .blog-category-section-5 .blog-article-medium .article-title a {
        font-size: 15px;
        line-height: 20px;
    }
    .blog-category-section-5 .blog-articles-wrap-right .blog-article-small {
        width: 100% !important;
    }
    .blog-category-section-5 .blog-article-small a, .blog-category-section-5 .blog-article-small .article-title, .blog-category-section-5 .blog-article-small .blog-article-meta  {
        width: calc(50% - 15px);
        margin-right: 15px;
        display: inline-block;
        float: left;
    }
    .features-num-wrap .features-num-box {
        height: 187px;
    }
    .subscribe-wrap {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .join-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .archive.category h1 {
        font-size: 25px;
        line-height: 35px;
    }
    .blog-category-articles-wrap article .post-title {
        font-size: 15px;
        line-height: 20px;
    }
    .blog-category-articles-wrap article .post-excerpt {
        display: none;
    }
    .blog-category-articles-wrap article {
        margin-bottom: 20px;
    }
    .single-post-header h1 {
        font-size: 25px;
        line-height: 35px;
    }
    .single-post .td-first-section {
        padding-top: 0;
    }
    .post-main-content-wrap p {
        font-size: 14px;
        line-height: 25px;
    }
    .post-main-content-wrap blockquote, .review-main-text-content-wrap blockquote, .review-main-text-content blockquote {
        padding: 15px;
        padding-top: 65px;
        font-size: 18px;
        line-height: 30px;
    }
    .post-main-content-wrap blockquote:before, .review-main-text-content-wrap blockquote:before, .review-main-text-content blockquote:before {
        left: 15px;
    }
    .post-main-content-wrap h2, .post-main-content-wrap h3, .post-main-content-wrap h4, .post-main-content-wrap h5, .post-main-content-wrap h6 {
        font-size: 20px;
        line-height: 30px;
    }
    .single-post-author-box-right {
        width: 100%;
        padding-left: 25%;
    }
    .single-post-author-box-right p {
        font-size: 14px;
        line-height: 25px;
    }
    .author-more-link {
        margin-top: 15px;
        margin-left: 25%;
    }
    .signle-blog-relevant-articles h2 {
        text-align: left;
        font-size: 20px;
        line-height: 30px;
        padding-top: 30px;
    }
    .signle-blog-relevant-articles .blog-article-small a, .signle-blog-relevant-articles .blog-article-small .article-title, .signle-blog-relevant-articles .blog-article-small .blog-article-meta  {
        width: calc(50% - 15px);
        margin-right: 15px;
        display: inline-block;
        float: left;
    }
    .signle-blog-relevant-articles .tags-cat a {
        width: auto;
    }
    .signle-blog-relevant-articles .blog-article-small .article-title a {
        font-size: 15px;
        line-height: 20px;
        width: 100%;
        margin-top: 10px;
     }
    .signle-blog-relevant-articles .blog-articles-wrap article {
        min-height: auto;
    }
    .single-post-share-title {
        width: 100%;
        font-size: 20px;
        line-height: 30px;
    }
    .single-post-share-icons {
        width: 100%;
        text-align: left;
    }
    .single-post-share-icons a:first-child {
        margin-left: 0;
    }
    .signle-blog-relevant-articles h2 {
        margin-top: 30px;
    }
    .page-template-page-how-we-work .td-page-header {
        height: 165px;
    }
    .value-of-left-box {
        width: 475px;
        margin-right: 10px;
    }
    .value-of-right-box {
        width: 230px;
    }
    .td-pages-info-box b {
        font-size: 25px;
        line-height: 35px;
    }
    .td-pages-info-box span {
        font-size: 25px;
        line-height: 35px;
    }
    .how-do-we-choose .how-do-we-choose-box-wrap .td-pages-info-box {
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .how-do-we-choose .how-do-we-choose-box-wrap .td-pages-info-box:nth-child(2) {
        margin-right: 0;
    }
    .how-do-we-choose .how-do-we-choose-box-wrap .td-pages-info-box:nth-child(3) {
        width: 100%;
    }
    .td-pages-info-box-tags-wrap span {
        font-size: 14px;
        line-height: 20px;
    }
    .our-review-criteria-left, .our-review-criteria-right {
        width: 100%;
    }
    .our-review-criteria-right .td-pages-info-box:first-child {
        margin-bottom: 0;
    }
    .our-review-criteria-right .td-pages-info-box {
        width: calc(50% - 10px);
        margin-right: 10px;
        float: left;
        min-height: 335px;
    }
    .our-review-criteria-right .td-pages-info-box:nth-child(2) {
        margin-right: 0;
    }
    .td-box-partners-wrap img {
        width: calc(30% - 32px);
    }
    .how-we-make-money-left, .how-we-make-money-right {
        width: 100%;
    }
    .td-pages-info-box-solid-icon b {
        font-size: 18px;
        line-height: 30px;
    }
    .help-box-title {
        font-size: 18px;
        line-height: 30px;
    }
    .td-page-header-awards .tabs-title-wrap a, .td-page-header-awards .tabs-title-wrap span {
        font-size: 18px;
        line-height: 30px;
        margin-right: 20px;
    }
    .best-service-box {
        margin-right: 10px;
        width: calc(33.33% - 10px);
    }
    .best-service-box:last-child {
        margin-right: 0;
    }
    .best-service-box ul li {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 20px;
    }
    .how-do-we-choose-best-price-left, .how-do-we-choose-best-price-right {
        width: 100%;
    }
    .how-do-we-choose-best-price-right {
        margin-top: 10px;
    }
    .how-do-we-choose-best-price .num-white-box {
        min-height: 355px;
    }
    .how-do-we-choose-best-price-quality-box-wrap .td-pages-info-box {
        min-height: 300px;
    }
    .td-pages-info-box-solid ul li,.td-pages-info-box-solid p {
        font-size: 16px;
        line-height: 30px;
    }
    .page-template-page-about .td-page-header {
        height: 165px;
    }
    .page-template-page-about .reach-out .how-do-we-choose-box-wrap .td-pages-info-box-solid-icon {
        width: calc(33.33% - 10px);
        margin-right: 10px;
        min-height: 290px;
    }
    .page-template-page-about .about-what-is-edu .td-pages-info-box-solid-icon:last-child {
        width: calc(100% - 33.33%);
        margin-right: 0;
    }
    .page-template-page-about .features-num-wrap .features-num-box span {
        font-size: 40px;
        line-height: 50px;
        height: 177px;
    }
    .page-template-page-about .our-review-criteria-right .td-pages-info-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .page-template-page-about .about-be-aware .our-review-criteria-left {
        margin-right: 10px;
        width: calc(100% - 240px);
    }
    .page-template-page-about .about-be-aware .our-review-criteria-right {
        width: 230px;
    }
    .page-template-page-about .team-box-wrap .team-box {
        width: calc(33.33% - 7px);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .page-template-page-about .team-box-wrap .team-box:nth-child(3n) {
        margin-right: 0;
    }
    .page-template-page-about .how-do-we-choose-best-price .num-white-box {
        width: calc(33.33% - 10px);
        margin-right: 10px;
        padding: 15px;
        min-height: 440px;
    }
    .page-template-page-about .about-how-do-we-craft .num-white-box strong {
        font-size: 18px;
        line-height: 30px;
    }
    .page-template-page-about .about-how-do-we-craft .num-white-box p {
        font-size: 14px;
        line-height: 25px;
    }
    .page-template-page-about .about-find-the-best-price-left, .page-template-page-about .about-find-the-best-price-right {
        width: 100%;
    }
    .page-template-page-about .about-find-the-best-price-right .td-pages-info-box {
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 0;
        float: left;
        min-height: 472px;
    }
    .page-template-page-about .about-find-the-best-price-right .td-pages-info-box:nth-child(2) {
        margin-right: 0;
    }
    .page-template-page-about .about-the-criteria-review.how-do-we-choose-best-price .num-white-box {
        min-height: 320px;
        margin-bottom: 10px;
    }
    .page-template-page-about .about-the-criteria-review .num-white-box:nth-child(8) {
        width: calc(66.66% - 10px);
    }
    .page-template-page-about .about-whats-our-interest .about-find-the-best-price-left {
        width: calc(100% - 240px);
        margin-right: 10px;
    }
    .page-template-page-about .about-whats-our-interest .about-find-the-best-price-right {
        width: 230px;
    }
    .page-template-page-about .about-whats-our-interest .about-find-the-best-price-right .td-pages-info-box {
        margin-right: 0;
        width: 100%;
        min-height: auto;
        margin-bottom: 10px;
    }
    .page-template-page-about .about-who-are-we-doing .how-do-we-choose-box-wrap .td-pages-info-box-solid-icon {
        min-height: 420px !important;
    }
    .page-template-page-about .about-want-collaborate .how-do-we-choose-box-wrap .td-pages-info-box-solid-icon {
        min-height: 312px !important;
    }
    .page-wrap-left-404 {
        width: 100%;
        text-align: center;
        padding-bottom: 100px;
    }
    .page-wrap-404 b {
        margin-bottom: 15px;
    }
    .page-wrap-404 p {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .page-wrap-right-404 {
        display: none;
    }
    .single-post-header .blog-article-meta span:last-child {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 520px) {
    .td-service-header-info-box-rating, .td-service-header-info-box-about {
        width: 100%;
        margin-bottom: 10px;
    }
    .td-service-header-info-box-buttons {
        width: 100%;
    }
    /* .td-service-header-info-box-buttons .td-btn-black {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 50%;
        z-index: 999999;
        border-radius: 0;
    }
    .td-service-header-info-box-buttons .td-btn-gray {
        position: fixed;
        right: 0;
        bottom: 0;
        width: 50%;
        z-index: 999999;
        border-radius: 0;
        background: #e1e1e1;
    }
    .td-service-header-info-box-buttons {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 999999;
        border-radius: 0;
        height: 60px;
    } */
    .about-item-title {
        width: 65%;
    }
    .about-item-content {
        /*width: 35%;*/
    }
    .td-service-header-info-box-rating .stars_rating {
        width: 100%;
    }
    .tabs-title-wrap a, .tabs-title-wrap a:visited, .tabs-title-wrap span {
        width: calc(50% - 32px);
        text-align: center;
    }
    .review-pros-box, .review-cons-box {
        width: 100%;
    }
    .review-verdict-box-item .rating-num, .review-verdict-box-bottom b {
        top: 30px;
    }
    .review-main-text-nav {
        height: auto;
        display: inline-block;
    }
    .review-main-text-nav a, .review-main-text-nav a:visited {
        width: 100%;
        max-width: 100%;
    }
    .review-alternatives-box {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
        height: auto;
    }
    .review-user-reviews .comment-respond {
        padding: 10px;
    }
    #top_table tbody tr:first-child .top:before {
        display: none !important;
    }
    .page-template-template-top .review-best-choise-box-wrap #top_table tbody tr {
        height: auto;
    }
    .review-best-choise-box-wrap #top_table tbody .rank {
        display: none !important;
    }
    .rating .table-rating span {
        display: none !important;
    }

    .page-template-template-top .review-best-choise-box-wrap .tof_services .table tbody td.rating {
        height: 90px !important;
        line-height: 90px;
    }
    .review-best-choise-box-wrap #top_table tbody .top {
        line-height: 90px;
    }
    .review-best-choise-box-wrap .tof_services .table .stars_rating {
        margin-top: 60px;
        left: -5px;
    }
    .page-template-template-top .review-best-choise-box-wrap .tof_services .table tbody td.price {
        width: 55%;
        height: 30px !important;
        line-height: 30px;
        position: absolute;
        left: 40%;
        top: 10px;
    }
    .page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_tutoring .tof_services .table tbody td.price .price-desc, .page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_services .tof_services .table tbody td.price .price-desc {
        width: 100%;
        text-align: right;
    }
    .page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_tutoring .tof_services .table tbody td.time .time-desc, .page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_services .tof_services .table tbody td.time .time-desc {
        width: 100%;
        text-align: right;
    }
    .page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_tutoring .tof_services .table tbody td.price span:nth-child(2),  .page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_services .tof_services .table tbody td.price span:nth-child(2) {
        top: 20px;
    }
    .page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_tutoring .tof_services .table tbody td.time span, .page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_services .tof_services .table tbody td.time span {
        top: 20px
    }
    .page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_tutoring .tof_services .table tbody td.time span:nth-child(2), .page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_services .tof_services .table tbody td.time span:nth-child(2) {
        top: 40px
    }
    .tutoring-template-default .review-best-choise-box-wrap .tof_services .table tbody td.price .price-desc {
        width: 100% !important;
        text-align: right !important;
    }
    .tutoring-template-default .review-best-choise-box-wrap .tof_services .table tbody td.price span:nth-child(2) {
        top: 20px;
    }
    .page-template-template-top .review-best-choise-box-wrap .tof_services .table tbody td.price .mobile_text, .page-template-template-top .review-best-choise-box-wrap .tof_services .table tbody td.time .mobile_text {
        display: none;
    }
    .page-template-template-top .review-best-choise-box-wrap .tof_services .table tbody td.price span, .page-template-template-top .review-best-choise-box-wrap .tof_services .table tbody td.time span {
        width: 100%;
        margin-top: 0;
        vertical-align: top;
        text-align: right;
        position: absolute;
        right: 0;
    }
    .page-template-template-top .review-best-choise-box-wrap .tof_services .table tbody td.price .price-desc, .page-template-template-top .review-best-choise-box-wrap .tof_services .table tbody td.time .time-desc {
        vertical-align: top;
        text-align: left;
        width: 50%;
        line-height: 15px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_tutoring .tof_services .table tbody td.time, .page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_services .tof_services .table tbody td.time {
        top: 40px
    }
    .page-template-template-top .review-best-choise-box-wrap .tof_services .table tbody td.time {
        width: 55%;
        margin-top: 0;
        vertical-align: top;
        height: 30px !important;
        line-height: 30px;
        position: absolute;
        left: 40%;
        top: 60px;
    }
    .page-template-template-top .review-best-choise-box-wrap .tof_services .action .td-btn-black {
        position: absolute;
        width: 40%;
        left: 10px;
        bottom: 10px;
        height: 40px;
        line-height: 40px;
    }
    .page-template-template-top .review-best-choise-box-wrap .tof_services .action .td-btn-link {
        position: absolute;
        width: 40%;
        right: 10px;
        bottom: 10px;
        height: 40px;
        line-height: 40px;
    }
    .review-best-choise-box-wrap #top_table tbody .top {
        line-height: 60px !important;
    }
    .page-template-template-top .td-service-header h1 {
        font-size: 25px;
        line-height: 35px;
    }
    .top-content-service-block-box-img {
        width: 100%;
        height: auto;
        line-height: normal;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .top-content-service-block-box-meta {
        width: 100%;
    }
    .best-pages-other-links.quick-guides .container .guides-list .guide-item {
        max-width: 100%;
    }
    .best-pages-other-links .guides-list {
        display: inline-block !important;
    }
    .best-pages-other-links .guides-list .guide-item {
        display: inline-block !important;
        width: 100% !important;
        max-width: 100% !important;
        vertical-align: top !important;
        margin-right: 0 !important;
        height: auto !important;
    }
    .best-pages-other-links-title {
        font-size: 25px;
        line-height: 35px;
    }
    .best-pages-other-links-desc {
        font-size: 14px;
        line-height: 25px;
    }
    .social-boxes-wrap .td-pages-info-box {
        width: 100%;
    }
    .contacts-info-wrap-right .td-pages-info-box a.contact-mail-text {
        font-size: 20px;
    }
    .blog-article .article-title a, .blog-article .article-title a:visited {
        font-size: 15px;
        line-height: 20px;
    }
    .blog-article-medium img.article-img, .blog-article-medium .tags-cat, .blog-article-medium .article-title, .blog-article-medium .blog-article-meta {
        width: 100%;
    }
    .blog-article img.article-img {
        margin-bottom: 10px;
    }
    .blog-articles-wrap-right .blog-article-small, .blog-category-section-2 .blog-article-small {
        width: 100% !important;
    }
    .blog-category-section-4 .blog-article-small a, .blog-category-section-4 .blog-article-small .article-title, .blog-category-section-4 .blog-article-small .blog-article-meta {
        width: 100%;
    }
    .blog-category-section-5 .blog-article-small a, .blog-category-section-5 .blog-article-small .article-title, .blog-category-section-5 .blog-article-small .blog-article-meta {
        width: 100%;
    }
    .subscribe-wrap .subscribe-email-wrap, .subscribe-wrap .td-btn-black {
        width: 100%;
    }
    .subscribe-wrap .td-btn-black {
        margin-top: 15px;
        height: 50px;
        line-height: 50px;
    }
    .features-num-wrap .features-num-box {
        width: 100%;
        margin: 0;
        height: auto;
        margin-bottom: 10px;
    }
    .join-wrap b {
        padding-top: 0;
        font-size: 25px;
        line-height: 35px;
    }
    .join-wrap p {
        font-size: 15px;
        line-height: 20px;
    }
    .blog-category-articles-wrap article a.post-featured {
        width: 100%;
        margin-bottom: 10px;
    }
    .blog-category-articles-wrap article .post-content {
        width: 100%;
    }
    .single-post-header-left, .single-post-header-right {
        width: 100%;
        padding-left: 0;
    }
    .single-post-author-box-left, .single-post-author-box-right {
        width: 100%;
        padding-left: 0;
    }
    .single-post-author-box-left b, .single-post-author-box-left p, .single-post-author-box-left a, .single-post-author-box-left a:visited {
        width: 100%;
    }
    .author-more-link {
        width: 100%;
        margin-left: 0;
    }
    .signle-blog-relevant-articles .blog-article-small a, .signle-blog-relevant-articles .blog-article-small .article-title, .signle-blog-relevant-articles .blog-article-small .blog-article-meta  {
        width: 100%;
        margin-right: 0;
    }
    .signle-blog-relevant-articles .tags-cat a {
        width: auto;
    }
    .value-of-left-box {
        width: 100%;
        margin-bottom: 10px;
        min-height: auto;
    }
    .value-of-right-box {
        width: 100%;
        min-height: auto;
    }
    .page-template-page-how-we-work .td-page-header, .page-template-page-contacts .td-page-header, .page-template-page-blog .td-page-header {
        height: auto;
    }
    .page-template-page-how-we-work .td-page-header:before, .page-template-page-contacts .td-page-header:before,  .page-template-page-blog .td-page-header:before {
        display: none;
    }
    .td-page-header-left {
        width: 100%;
    }
    .how-do-we-choose .how-do-we-choose-box-wrap .td-pages-info-box, .our-review-criteria-right .td-pages-info-box, .reach-out .how-do-we-choose-box-wrap .td-pages-info-box-solid-icon {
        width: 100%;
        margin-right: 0;
        min-height: auto;
    }
    .reach-out .how-do-we-choose-box-wrap .td-pages-info-box-solid-icon {
        margin-bottom: 10px;
        height: auto;
        min-height: auto;
    }
    .our-review-criteria-right .td-pages-info-box:first-child {
        margin-bottom: 10px;
        height: auto;
        min-height: auto;
    }
    .td-page-header-awards .tabs-title-wrap a, .td-page-header-awards .tabs-title-wrap span {
        width: 33%;
        float: left;
        height: 50px;
        line-height: 50px;
        margin-right: 0;
        font-size: 12px;
        line-height: 15px;
    }
    .best-service-box, .how-do-we-choose-best-price .num-white-box, .how-do-we-choose-best-price-quality-box-wrap .td-pages-info-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        min-height: auto;
    }
    .tabs-title-wrap {
        /*height: 550px;*/
    }
    .page-template-page-about .td-page-header:before {
        display: none;
    }
    .page-template-page-about .reach-out .how-do-we-choose-box-wrap .td-pages-info-box-solid-icon {
        min-height: auto;
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0;
    }
    .page-template-page-about .about-be-aware .our-review-criteria-left {
        width: 100%;
    }
    .page-template-page-about .about-be-aware .our-review-criteria-right {
        width: 100%;
    }
    .page-template-page-about .team-box-wrap .team-box {
        width: 100%;
        min-height: auto;
        padding-bottom: 90px;
    }
    .page-template-page-about .how-do-we-choose-best-price .num-white-box {
        min-height: auto;
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0;
    }
    .page-template-page-about .about-find-the-best-price-right .td-pages-info-box {
        min-height: auto;
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0;
    }
    .page-template-page-about .about-the-criteria-review.how-do-we-choose-best-price .num-white-box {
        min-height: auto;
    }
    .page-template-page-about .about-the-criteria-review .num-white-box:nth-child(8) {
        width: 100%;
    }
    .page-template-page-about .about-whats-our-interest .about-find-the-best-price-left {
        width: 100%;
    }
    .page-template-page-about .about-whats-our-interest .about-find-the-best-price-right {
        width: 100%;
    }
    .page-template-page-about .reach-out .how-do-we-choose-box-wrap .td-pages-info-box-solid-icon {
        min-height: auto !important;
    }
    .team-modal .modal-body {
        padding: 15px;
        width: 96%;
    }
    .team-modal .modal-dialog {
        width: 96%;
        max-width: 96%;
    }
    .team-modal .modal-body .author-photo {
        display: block;
        width: 100px;
        height: 100px;
        float: none;
    }
    .team-modal .modal-body b.author-title {
        font-size: 18px;
        line-height: 30px;
    }
    .team-modal .modal-body p.author-position {
        font-size: 18px;
        line-height: 30px;
    }
    .team-feature {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .team-feature b {
        margin-bottom: 5px;
    }
    .page-wrap-left-404 {
        width: 100%;
        text-align: center;
        padding-bottom: 50px;
    }
    .page-wrap-404 p {
        width: 100%;
    }
    .page-wrap-404 .td-btn-black {
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }
    .page-wrap-404 .td-btn-gray {
        width: 100%;
    }
    .page-wrap-404 h1 {
        margin-top: 20px;
    }
    .review-verdict-box-item ul li {
        max-width: 100%;
    }
}
/*Author page*/
.authors-template-default .td-page-header {
    padding-top: 15px;
    padding-bottom: 30px;
}
.authors-template-default .td-page-header h1 {
    margin: 0;
}
.authors-template-default .modal-body {
    width: 100%;
    background: transparent;
    padding: 0;
    padding-top: 30px;
}
.authors-template-default .team-modal .modal-body a, .authors-template-default .team-modal .modal-body a:visited {
    width: 25%;
}
.author-wrap-left {
    width: 230px;
    display: inline-block;
    float: left;
}
.author-wrap-right {
    width: calc(100% - 230px);
    display: inline-block;
}
.authors-template-default .blog-category-articles-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}
.authors-template-default .blog-category-articles-wrap h2.author-articles-title {
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 65px;
    margin: 0;
    margin-bottom: 30px;
    color: #131B40;
}
@media screen and (max-width: 768px) {
    .authors-template-default .blog-category-articles-wrap h2.author-articles-title {
        font-weight: 600;
        font-size: 25px;
        line-height: 35px;
    }
    .authors-template-default .blog-category-articles-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 520px) {
    .authors-template-default .author-wrap-left, .authors-template-default .author-wrap-right {
        width: 100%;
    }
    .authors-template-default .author-wrap-right {
        margin-top: 15px;
    }
    .authors-template-default .team-modal .modal-body a, .authors-template-default .team-modal .modal-body a:visited {
        width: 100%;
    }
    .authors-template-default .team-modal .modal-body .author-photo {
        margin-right: 0;
    }
}
/* Main archive services */
.archive-services-main {
    padding-top: 15px;
    padding-bottom: 60px;
}
.archive-services-main * {
    position: relative;
    z-index: 2;
}
.archive-services-main {
    position: relative;
}
.archive-services-main:before {
    position: absolute;
    content: '';
    width: 196px;
    height: 400px;
    top: -100px;
    right: 50%;
    margin-right: -100px;
    background: linear-gradient(
            90deg, #A8EDEA 0%, #FED6E3 100%);
    opacity: 0.5;
    filter: blur(50px);
    transform: matrix(0, -1, -1, 0, 0, 0);
}
.archive-services-main:after {
    position: absolute;
    content: '';
    width: 232px;
    height: 400px;
    left: 50%;
    margin-left: -116px;
    bottom: -100px;
    background: linear-gradient(90deg, #FF0000 0%, #FFE600 186.28%);
    opacity: 0.1;
    filter: blur(100px);
    transform: rotate(90deg);
}
.archive-services-main h1 {
    margin: 0;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #131B40;
}
.reviews-card {
    background: #FFFFFF;
    border-radius: 10px;
    height: 375px;
    padding: 15px;
}
.reviews-card-featured {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    height: 180px;
    line-height: 180px;
}
.reviews-card-featured img {
    vertical-align: middle;
    display: inline-block;
}
.reviews-card-title, .reviews-card-title a, .reviews-card-title a:visited {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #131B40;
    text-transform: capitalize;
    text-align: center;
    min-height: 40px;
    text-decoration: none;
}
.reviews-card-controls {
    text-align: center;
}
.reviews-card-controls .stars_rating {
    margin-bottom: 20px;
}
.archive-services-main #infinite-handle {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.archive-services-main #infinite-handle button {
    width: 100%;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .blog-category-articles-wrap article {
        flex: 0 0 33.333% !important;
        max-width: 33.333% !important;
    }
    .blog-category-articles-wrap h1 {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 35px;
        color: #131B40;
    }
}
@media screen and (max-width: 520px) {
    .blog-category-articles-wrap article {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
.page-template-default .single-post-header {
    margin-bottom: 10px;
}
.page-template-default .td-breadcrumbs {
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
}
.page-template-default .td-first-section {
    padding-bottom: 60px;
}
@media screen and (max-width: 520px) {
    .page-template-default .td-first-section {
        padding-bottom: 30px;
    }
}
/* .single-post-header-right {
    min-height: 280px;
} */
.single-post-header-right {
    min-height: auto;
    text-align: right;
}
@media screen and (max-width: 520px) {
    .single-post-header-right {
        min-height: 240px;
    }
}
#ez-toc-container.counter-decimal ul.ez-toc-list li a::before, .ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
    display: none;
}
.post-table-of-content-content-wrap a:first-child {
    margin-top: 0;
}
div#ez-toc-container ul.ez-toc-list li {
    line-height: normal;
}
div#ez-toc-container ul.ez-toc-list a {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    color: #474A59 !important;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #EDEEF2;
}
.post-main-content-wrap #ez-toc-container {
    display: none !important;
}
.post-main-content-wrap  table, .review-main-text-content-wrap table, .review-main-text-content table {
    border: 1px solid #ccc;
    width: 100% !important;
    border-radius: 10px;
    margin-bottom: 15px;
}
.post-main-content-wrap tr, .review-main-text-content-wrap  tr, .review-main-text-content tr  {
    border: 1px solid #ccc;
}
.post-main-content-wrap td, .post-main-content-wrap th, .review-main-text-content-wrap  td, .review-main-text-content-wrap th, .review-main-text-content td, .review-main-text-content th {
    border: 1px solid #ccc;
    padding: 5px;
    overflow-wrap: anywhere;
}
@media screen and (max-width: 768px) {
    .post-main-content-wrap  table, .review-main-text-content-wrap table, .review-main-text-content table {
        overflow-x: scroll;
        display: inline-block;
        white-space: nowrap;
        border: none;
        border-radius: 0;
    }
    .post-main-content-wrap td, .post-main-content-wrap th, .review-main-text-content-wrap td, .review-main-text-content-wrap th, .review-main-text-content td, .review-main-text-content th {
        overflow-wrap: anywhere;
        min-width: 140px;
        max-width: 260px;
        white-space: normal;
        vertical-align: top;
    }
}
.authors-template-default .blog-category-articles-wrap .container article:nth-child(n+12) {
    display: none;
}
.author-page-load-more {
    width: 100%;
}
.top-content-block-box ul li {
    padding-left: 27px;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #474A59;
    margin-bottom: 15px;
}
.top-content-block-box ul li:before {
    background: url(../images/check-white.svg) #2B4CEC;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 5px center;
    position: absolute;
    left: 0;
    top: 5px;
    content: '';
    width: 19px;
    height: 19px;
    border-radius: 100px;
}
.header-nav__desktop li a {
    text-transform: none !important;
}
@media screen and (max-width: 520px) {
    .td-gray-box {
        overflow: hidden !important;
    }
}
.post-main-content-wrap img.alignright {float:right; margin:0 0 1em 1em; height: auto}
.post-main-content-wrap img.alignleft {float:left; margin:0 1em 1em 0; height: auto}
.post-main-content-wrap img.aligncenter {display: block; margin-left: auto; margin-right: auto; height: auto}
.post-main-content-wrap a img.alignright {float:right; margin:0 0 1em 1em; height: auto}
.post-main-content-wrap a img.alignleft {float:left; margin:0 1em 1em 0; height: auto}
.post-main-content-wrap a img.aligncenter {display: block; margin-left: auto; margin-right: auto; height: auto}

.top-content-service-block-box-description img.alignright {float:right; margin:0 0 1em 1em; height: auto}
.top-content-service-block-box-description img.alignleft {float:left; margin:0 1em 1em 0; height: auto}
.top-content-service-block-box-description img.aligncenter {display: block; margin-left: auto; margin-right: auto; height: auto}
.top-content-service-block-box-description a img.alignright {float:right; margin:0 0 1em 1em; height: auto}
.top-content-service-block-box-description a img.alignleft {float:left; margin:0 1em 1em 0; height: auto}
.top-content-service-block-box-description a img.aligncenter {display: block; margin-left: auto; margin-right: auto; height: auto}

.review-main-text-content-wrap img.alignnone, .post-main-content-wrap img.alignnone, .top-content-service-block-box-description img.alignnone {
    height: auto;
}
.review-main-text-content-wrap img.alignright {float:right; margin:0 0 1em 1em; height: auto}
.review-main-text-content-wrap img.alignleft {float:left; margin:0 1.5em 1.5em 0; height: auto}
.review-main-text-content-wrap img.aligncenter {display: block; margin-left: auto; margin-right: auto; height: auto}
.review-main-text-content-wrap a img.alignright {float:right; margin:0 0 1em 1em; height: auto}
.review-main-text-content-wrap a img.alignleft {float:left; margin:0 1.5em 1.5em 0; height: auto}
.review-main-text-content-wrap a img.aligncenter {display: block; margin-left: auto; margin-right: auto; height: auto}

.review-main-text-content img.alignright {float:right; margin:0 0 1em 1em; height: auto}
.review-main-text-content img.alignleft {float:left; margin:0 1.5em 1.5em 0; height: auto}
.review-main-text-content img.aligncenter {display: block; margin-left: auto; margin-right: auto; height: auto}
.review-main-text-content a img.alignright {float:right; margin:0 0 1em 1em; height: auto}
.review-main-text-content a img.alignleft {float:left; margin:0 1.5em 1.5em 0; height: auto}
.review-main-text-content a img.aligncenter {display: block; margin-left: auto; margin-right: auto; height: auto}

.review .review-info {
    background-color: transparent;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    box-shadow: none;
}
.header-nav__desktop>li:first-child:hover>.sub-menu li.menu-item-has-children:hover>.sub-menu {
    right: auto;
    left: 290px;
}
/* verified author */
.authors_verified_box_author {
    width: 50%;
    display: inline-block;
    float: left;
}
.authors_verified_box_verified_author {
    width: 50%;
    display: inline-block;
}
@media (hover: hover) {
    .authors_verified_box_verified_author a:hover {
        text-decoration: none;
    }
}
.authors_verified_box_author b, .authors_verified_box_verified_author b {
    font-weight: 500;
}
.authors_verified_box_verified_author img {
    width: 60px;
    margin-right: 15px;
    border-radius: 100%;
    display: inline-block;
    float: left;
}
.authors_verified_box_verified_author span, .authors_verified_box_verified_author b {
    display: block;
}
.authors_verified_box_verified_author .check {
    width: 22px;
    height: 22px;
    border: 1px solid #68c84f;
    border-radius: 100px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.authors_verified_box_verified_author .check:before {
    content: '';
    position: absolute;
    background: url("../images/check-green.svg");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center center;
    left: 0px;
    top: 1px;
    width: 20px;
    height: 20px;
    border-radius: 100px;
}
@media screen and (max-width: 520px) {
    .authors_verified_box_author, .authors_verified_box_verified_author {
        width: 100%;
    }
    .authors_verified_box_verified_author {
        margin-top: 10px;
    }
    .authors_verified_box_verified_author img {
        width: 50px;
    }
    .collapse {
        display: block !important;
    }
    .page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_tutoring.top_service_type_vis_courses .table tbody td.price, .page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_tutoring.top_service_type_vis_test-prep .table tbody td.price {
        width: 55%;
    }
}
@media only screen and (min-width: 420px) and (max-device-width: 1024px) {
    .rating .table-rating {
        text-align: unset;
    }
    .page-template-template-top .review-best-choise-box-wrap .table-rating span:first-child {
        margin-top: 50px;
    }
    .td-main-content-right .sidebar {
        width: 100%;
        padding: 0;
    }
    .td-main-content-right {
        width: 100%;
    }
    .td-main-content-left{
        width: 100%;
        margin-right: 0;
    }
    .tof_services .table-wrapper {
        max-width: 100%;
    }
    .page-template-template-top .review-best-choise-box-wrap #top_table tbody tr {
        padding: 0;
    }
    #top_table tbody tr:first-child .top:before {
        display: none;
    }
    .review-best-choise-box-wrap .tof_services .table .stars_rating {
        margin-top: 0;
    }
    .mobile_text, .tof_services:not(.__bg_card) .table .mobile_text {
        display: none;
    }
    .tof_services:not(.__bg_card) .table td.action {
        margin-top: 0;
    }
}
@media screen and (max-width: 768px) {
    .page-template-template-top .review-best-choise-box-wrap .table-rating span:first-child {
        margin-top: 30px;
    }
    .review-best-choise-box-wrap .tof_services .table .stars_rating {
        margin-left: -35px;
    }
}
.mobile_read_attention {
    display: none;
}
@media screen and (max-width: 1024px) {
    .mobile_read_attention {
        display: block;
    }
    /*#read_attention {
        display: none;
    }*/
}
@media screen and (max-width: 720px) {
    .review-main-text-nav {
        height: auto;
        display: inline-block;
    }

    .review-main-text-nav a, .review-main-text-nav a:visited {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 520px) {
    .td-box-partners-wrap {
        height: auto;
    }
}
.top-content-service-block-box-description h2 + br, .top-content-service-block-box-description h3 + br, .top-content-service-block-box-description h4 + br, .top-content-service-block-box-description h5 + br {
    display: none;
}
.top-content-service-block-box-description br + h2, .top-content-service-block-box-description br + h3, .top-content-service-block-box-description br + h4, .top-content-service-block-box-description br + h5 {
    margin-top: 10px;
    margin-bottom: 5px;
}
.top-content-service-block-box-description ul li + br {
    display: none;
}
.top-content-service-block-box-description ul br:first-child {
    display: none;
}

/* fixes */
.home.page-template.page-template-page-home-er .header-main {
    background: transparent;
}
.home.page-template.page-template-page-home-er .header-main.header-main__sticky {
    background: #F5F4F3;
}
.choose-screen__list-desc u {
    color: #2b304b;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
    border-bottom: 2px solid #2b304b;
}
@media screen and (min-width: 1024px) {
    .header-main {
        padding-top: 0 !important;
    }
}
@media screen and (min-width: 768px) {
    .how-do-we-choose-best-price-right {
        margin-top: 15px;
    }
}
@media only screen and (min-width: 770px) and (max-width: 1199px) {
    .td-first-section {
        margin-top: 65px !important;
    }
}
@media screen and (max-width: 769px) {
    .td-first-section {
        margin-top: 65px !important;
        /* margin-top: 0 !important; */
        padding-top: 0px !important;
    }
}
@media only screen and (min-width: 769px) and (max-width: 834px) {
    .header-main {
        padding-top: 0 !important;
    }
    .td-page-header-awards .tabs-title-wrap a, .td-page-header-awards .tabs-title-wrap span {
        font-size: 18px;
        line-height: 30px;
        margin-right: 20px;
    }
    .how-do-we-choose-best-price-left, .how-do-we-choose-best-price-right {
        width: 100%;
    }
    .how-do-we-choose-best-price-right {
        margin-top: 15px;
    }
    .best-pages-other-links.quick-guides .container .guides-list .guide-item {
        max-width: 50%;
    }
    .best-pages-other-links .guides-list {
        display: inline-block !important;
    }
    .best-pages-other-links .guides-list .guide-item {
        display: inline-block !important;
        width: 50% !important;
        max-width: calc(50% - 32px) !important;
        vertical-align: top !important;
        margin-right: 10px !important;
    }
    .page-template-template-top .review-best-choise-box-wrap .tof_services .table tbody td.desc {
        display: none !important;
    }
    .page-template-template-top .review-best-choise-box-wrap.top_service_type_vis_without_time_field .tof_services .table tbody .action {
        width: 34%;
    }
    .page-template-template-top .review-best-choise-box-wrap .tof_services .table tbody td {
        width: 18%;
    }
    .review-best-choise-box-wrap .tof_services .table .stars_rating {
        margin-left: -35px;
        left: 20px;
    }
    .page-template-template-top .review-best-choise-box-wrap .table-rating span:first-child {
        margin-top: 50px;
    }
    .page-template-template-top .review-best-choise-box-wrap .tof_services .action .td-btn-black, .page-template-template-top .review-best-choise-box-wrap .tof_services .action .td-btn-link {
        width: 80%;
    }
    .page-template-template-top .review-best-choise-box-wrap .tof_services .table tbody td.desc {
        display: none !important;
    }
    .page-template-template-top .review-best-choise-box-wrap .tof_services .table tbody td {
        width: 17%;
    }
    .td-service-header-info-box-logo {
        height: 100px;
        line-height: 80px;
        width: 100%;
        padding: 10px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .td-service-header-info-box-logo img {
        max-height: 80px;
        display: inline-block;
    }
    .td-service-header-info-box-rating, .td-service-header-info-box-about {
        width: calc(33.33% - 6px);
        width: 255px;
    }
    .td-service-header-info-box-buttons {
        width: 192px;
    }
    .td-service-header-info-box-rating, .td-service-header-info-box-about {
        margin-right: 8px;
        float: left;
    }
    .td-service-header-info-box-rating .stars_rating {
        margin-bottom: 10px;
    }
    .td-service-header-info-box-rating b, .td-service-header-info-box-about b {
        margin-bottom: 0;
    }
    .container {
        max-width: 748px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .td-service-header-info-box-buttons .td-btn-black, .td-service-header-info-box-buttons .td-btn-gray {
        vertical-align: top;
    }
    .review-user-reviews .comment-form-author, .review-user-reviews .form-submit input[type="submit"], .review-user-reviews .comment-form-author, .review-user-reviews .comment-form-email, .review-user-reviews .comment-form-comment {
        width: 100%;
    }
    .td-main-content-right .sidebar {
        width: 100%;
    }
    .td-main-content-right .sidebar .tof_services .table tr td.rating {
        display: none;
    }
}
@media screen and (max-width: 520px) {
    #scroll {
        bottom: 70px !important;
    }
}
.review-best-choise-box-wrap .time span:nth-child(2).custom_promo_code_deadline {
    font-size: 12px !important;
}
em {
    font-style: italic;
}
/*
@media screen and (min-width: 1600px) {
    .page-template-template-top .review-main-text-content {
        position: relative;
    }
    .page-template-template-top .review-main-text-content .td-white-box.authors_verified_box {
        position: absolute;
        padding: 20px;
        width: 180px;
        left: -210px;
        top: 0;
    }
    .page-template-template-top .review-main-text-content .authors_verified_box_author {
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(151,151,151,.2);
        margin-bottom: 10px;
    }
    .page-template-template-top .review-main-text-content .authors_verified_box_author div, .page-template-template-top .review-main-text-content .authors_verified_box_author b {
        font-size: 14px;
    }
    .page-template-template-top .review-main-text-content .authors_verified_box_verified_author {
        width: 100%;
    }
    .page-template-template-top .review-main-text-content .authors_verified_box_verified_author img {
        display: block;
        float: none;
        margin-bottom: 10px;
    }
    .page-template-template-top .review-main-text-content .authors_verified_box_verified_author b, .page-template-template-top .review-main-text-content .authors_verified_box_author div, .page-template-template-top .review-main-text-content .authors_verified_box_verified_author span {
        font-size: 14px;
    }
}*/
.td-white-box.top-content-block-box.authors_verified_box {
    margin-top: 0;
}
.td-white-box.top-content-block-box.authors_verified_box div, .td-white-box.top-content-block-box.authors_verified_box b {
    font-size: 14px;
    width: auto;
    margin-bottom: 0px;
    line-height: 20px;
}
.td-white-box.top-content-block-box.authors_verified_box span {
    font-size: 14px;
    vertical-align: top;
}
.td-white-box.top-content-block-box.authors_verified_box img {

}
.td-white-box.top-content-block-box.authors_verified_box a:first-child {
    display: inline-block;
    float: left;
}
.td-white-box.top-content-block-box.authors_verified_box .authors_verified_box_author {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(151,151,151,.2);
    margin-bottom: 10px;
}
.td-white-box.top-content-block-box.authors_verified_box .authors_verified_box_verified_author {
    width: 100%;
}
.authors_verified_box_verified_author span, .authors_verified_box_verified_author b {
    display: inline-block;
}
.td-white-box.top-content-block-box.authors_verified_box b .check {
    margin-left: 0px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.td-white-box.top-content-block-box.authors_verified_box b .check:before {
    width: 14px;
    height: 14px;
    background-size: 8px;
}
.header-nav__desktop>li:hover>.sub-menu {
    border-radius: 10px !important;
}
.header-nav__desktop>li:hover>.sub-menu li.menu-item-has-children {
    position: relative !important;
}
.header-nav__desktop>li:hover>.sub-menu li.menu-item-has-children:hover>.sub-menu li:last-child {
    border-radius: 0px 0px 10px 10px  !important;
}
/*.header-nav__desktop>li:hover>.sub-menu li.menu-item-has-children:hover>.sub-menu li:first-child  a {
    border-radius: 10px 10px 0 0 !important;
}*/
.header-nav__desktop>li:hover>.sub-menu li.menu-item-has-children:hover>.sub-menu li:first-child a:before {
    border-radius: 0 !important;
}
.header-nav__desktop>li:hover>.sub-menu li.menu-item-has-children:hover>.sub-menu {
    top: 0 !important;
}
@media screen and (max-width: 768px) {
    .how-we-make-money-left iframe {
        width: 100% !important;
    }
    .td-white-box iframe {
        width: 100% !important;
    }
}
.header-nav__desktop>li.wpml-ls-item a {
    padding: 5px !important
}
.header-nav__desktop>li.wpml-ls-item {
    margin-right: 0 !important;
}
/* Hub pages */
.hub-page-items-wrap {
    position: relative;
}
.hub-page-items-wrap:before {
    margin-top: 90px;
    position: absolute;
    content: '';
    width: 1154px;
    height: 466px;
    left: calc(50% - 1154px/2);
    top: calc(50% - 466px/2 - 418px + 90px);
    background: #FFC600;
    opacity: 0.2;
    filter: blur(200px);
    transform: matrix(0, -1, -1, 0, 0, 0);
}
.hub-page-items-wrap .td-breadcrumbs {
    padding-top: 15px;
}
.hub-page-header h1 {
    margin: 0;
    margin-top: 25px;
    margin-bottom: 5px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
}
.hub-page-header p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 25px;
}
.hub-page-top-items {
    margin-bottom: 15px;
}
.hub-page-top-items .col-lg-4 {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}
.hub-page-top-items .col-lg-4:nth-child(1) {
    order: 2;
}  
.hub-page-top-items .col-lg-4:nth-child(2) {
    order: 1;
    padding-left: 15px !important;
}
.hub-page-top-items .col-lg-4:nth-child(3) {
    order: 3;
    padding-right: 15px !important;
}
.hub-page-top-item-box {
    padding: 15px;
    background: #FFFFFF;
    border: 2px solid #FFC600;
    border-radius: 10px;
    margin-top: 50px;
    /* height: 100%; */
    position: relative;
    padding-top: 50px;
}
.hub-page-top-items .col-lg-4:nth-child(2) .hub-page-top-item-box, .hub-page-top-items .col-lg-4:nth-child(3) .hub-page-top-item-box {
    height: calc(100% - 50px);
}
.hub-page-top-items .col-lg-4:nth-child(1) .hub-page-top-item-box  {
    margin-top: 0;
    background: #FFF7EA;
    /* height: calc(100% + 50px); */
}
.hub-page-top-item-count {
    position: absolute;
    left: -2px;
    top: -2px;
    background: #FFC600;
    border-radius: 10px 0px;
    width: 50px;
    height: 25px;
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    color: #131B40;
}
.hub-page-top-item-box-logo {
    text-align: center;
    height: 70px;
    line-height: 70px;
    margin-bottom: 15px;
    padding-left: 70px;
    padding-right: 70px;
}
.hub-page-top-items .col-lg-4:nth-child(1) .hub-page-top-item-box-logo  {
    margin-top: 20px;
    margin-bottom: 45px;
}
.hub-page-top-item-box-logo a {
    display: inline-block;
}
.hub-page-top-item-box-logo img {
    max-height: 70px;
    width: auto;
    display: inline-block;
    height: auto;    
}
.hub-page-item-badges {
    text-align: center;
    height: 60px;
}
.hub-page-item-badges span {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.hub-page-item-badges span.editor_choise {
    background: #D4DAFA;
}
.hub-page-item-badges span.customer_choise {
    background: #FFEECC;
}
.hub-page-item-badges span.recommended {
    background: #E0F5DC;
}
.hub-page-item-badges span.poor_choise {
    background: #F5E0DC;
}
.hub-page-item-badges span.average_service {
    background: #F5E0DC;
}
.hub-page-item-badges span.dont_recommend {
    background: #F5E0DC;
}
.hub-page-item-badges span img {
    height: 10px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -2px;
}
.hub-page-item-rating, .hub-page-item-price {
    position: relative;
    margin-top: 10px;
}
.hub-page-item-rating:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 50px;
    width: 1px;
    background: #131B40;
    opacity: 0.2;
}
.hub-page-item-rating, .hub-page-item-price {
    text-align: center;
    height: 50px;
}
.hub-page-item-rating b, .hub-page-item-price b {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    color: #131B40;
    display: inline-block;
    width: 100%;
}
.hub-page-item-price span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    /* height: 15px; */
    line-height: 15px;
    vertical-align: top; 
}
.hub-page-top-item-review {
    margin-top: 30px;
    padding: 10px 15px 10px 45px;
    position: relative;
    background: #FFFFFF;
    border: 1px solid rgba(26, 35, 51, 0.1);
    border-radius: 10px;
    margin-bottom: 15px;
}
.hub-page-top-item-review img {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
}
.hub-page-top-item-review p {
    margin: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    color: #474A59;
    margin-bottom: 10px;
}
.hub-page-top-item-review b {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    color: #131B40;
}
.hub-page-top-items-buttons .td-btn-black {
    font-weight: 300;
    font-size: 14px;
    width: calc(50% - 5px);
    margin-right: 5px;
    background: #86CB92;
    color: #131B40;
    float: left;
}
.hub-page-top-items-buttons .td-btn-gray {
    font-weight: 300;
    font-size: 14px;
    width: calc(50% - 5px);
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.hub-page-item-box {
    padding: 15px;
    background: #FFFFFF;
    border: 2px solid #D4DAFA;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
}
.hub-page-item-box .hub-page-top-items-buttons {
    margin-top: 15px;
}
.hub-page-all-items .col-lg-4 {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
} 
.hub-page-all-items .col-lg-4:nth-child(3n + 1) {
    padding-left: 15px !important;
}
.hub-page-all-items .col-lg-4:nth-child(3n) {
    padding-right: 15px !important;
}
.hub-page-item-count {
    position: absolute;
    left: -2px;
    top: -2px;
    background: #D4DAFA;
    border-radius: 10px 0px;
    width: 25px;
    height: 25px;
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    color: #131B40;    
}
.hub-page-more-reviews {
    background: rgba(26, 35, 51, 0.1);
    width: 100%;
    margin-bottom: 60px;
}
.hub-page-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}
.four-steps:before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #FFF1EB 0%, #ACE0F9 100%);
    opacity: 0.5;
    filter: blur(25px);
    transform: matrix(0, -1, -1, 0, 0, 0);
    width: 354px;
    height: 388px;
    left: 100px;
    top: 130px;
}
.hub-pages-section-header h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: #131B40;
    margin-top: 0;
    margin-bottom: 10px;
}
.hub-pages-section-header p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #474A59;
    margin: 0;
    margin-bottom: 25px;
}
.how_we_rate_resume_services_box {
    background: linear-gradient(96.52deg, rgba(255, 255, 255, 0.46) 1.24%, rgba(255, 255, 255, 0.4) 100%);
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 10px;
    padding: 20px 20px 0px;
}
.how_we_rate_resume_services_box h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #131B40;
    margin: 0;
    margin-bottom: 10px;
}
.how_we_rate_resume_services_box p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    color: #474A59;
    margin: 0;
    margin-bottom: 16px;
}
.how_we_rate_resume_services_boxes_wrap .col-lg-3 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.how_we_rate_resume_services_boxes_wrap .col-lg-3:first-child {
    padding-left: 15px !important;
}
.how_we_rate_resume_services_boxes_wrap .col-lg-3:last-child {
    padding-right: 15px !important;
}
.rating-and-reviews {
    background: url('../images/hub-images/how_our_rating_is_formed-bg.svg') #F5F4F3;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}
.rating-and-reviews:before {
    position: absolute;
    content: '';
    width: 274px;
    height: 854px;
    right: 200px;
    top: calc(50% - 854px/2 - 91px);
    background: linear-gradient(90deg, #CDA6FE 0%, #F2EFF5 100%);
    opacity: 0.2;
    filter: blur(25px);
    transform: rotate(90deg);    
}
.how_our_rating_is_formed_boxes_wrap .col-lg-6 {
    margin-bottom: 20px;
}
.how_our_rating_is_formed_boxes_box {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    position: relative;
}
.how_our_rating_is_formed_boxes_box h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    color: #131B40;
    margin: 0;
    margin-bottom: 15px;
}
.how_our_rating_is_formed_boxes_box p {
    margin: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #474A59;
}
.how_our_rating_is_formed_boxes_box img {
    vertical-align: middle;
    margin-bottom: 10px;
}
.how_our_rating_is_formed_boxes_box a {
    position: absolute;
    bottom: 30px;
    left: 30px;
    margin-bottom: 0;
}
.how_our_rating_is_formed_boxes_box a img {
    margin-bottom: 0;
}
.check-more-ratings:before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #FF5C00 -17.81%, #FFC700 100%);
    opacity: 0.1;
    filter: blur(50px);
    transform: matrix(0, 1, 1, 0, 0, 0);
    width: 204px;
    height: 840px;
    left: 0px;
    top: -200px;
}
.check_our_ratings_boxes_box {
    padding: 20px;
    background: #FFFFFF;
    border-radius: 10px;
}
.check_our_ratings_boxes_box img {
    margin-bottom: 20px;
    display: block;
    margin-bottom: 15px;
}
.check_our_ratings_boxes_box a, .check_our_ratings_boxes_box a:visited {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #131B40;
    text-decoration-line: underline;
}
.check_our_ratings_boxes_wrap .col-lg-4 {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
    margin-bottom: 15px;
}
.check_our_ratings_boxes_wrap .col-lg-4:nth-child(3n + 1) {
    padding-left: 15px !important;
}
.check_our_ratings_boxes_wrap .col-lg-4:nth-child(3n) {
    padding-right: 15px !important;
}
.six-steps:before {
    position: absolute;
    content: '';
    width: 274px;
    height: 854px;
    right: 200px;
    top: -200px;
    background: linear-gradient(90deg, #CDA6FE 0%, #F2EFF5 100%);
    opacity: 0.2;
    filter: blur(25px);
    transform: rotate(90deg);
}
.six-steps:after {
    position: absolute;
    content: '';
    width: 460px;
    height: 584px;
    left: 200px;
    bottom: 0;
    background: linear-gradient(90deg, #84FAB0 -17.81%, #8FD3F4 100%);
    opacity: 0.2;
    filter: blur(25px);
    transform: rotate(-90deg);
    z-index: 1;
}
.how_our_rating_is_formed_second_boxes_wrap .col-lg-4 {
    margin-bottom: 30px;
}
.how_our_rating_is_formed_second_box {
    height: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    z-index: 2;
    position: relative;
}
.how_our_rating_is_formed_second_box b {
    color: #B8BBCC;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    display: block;
    margin-bottom: 30px;
}
.how_our_rating_is_formed_second_box h3 {
    margin: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #131B40;
}
.how_our_rating_is_formed_second_box p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #474A59;
}
.how_our_rating_is_formed_second_box p a, .how_our_rating_is_formed_second_box p a:visited {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #474A59;
    text-decoration: underline;
}
.how_our_rating_is_formed_ps_block img {
    margin-bottom: 30px;
}
.career_advice_post_box .guide-link {
    margin-top: auto;
    display: block;
    padding: 0 37px 0 0;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #474A59;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="black" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>');
    background-repeat: no-repeat;
    background-position-x: calc(100% - 20px);
    background-position-y: 50%;
    background-size: 13px;
    width: fit-content;
}
.career_advice_post_box {
    padding: 15px;
    background: #FFFFFF;
    border-radius: 10px;
    height: 100%;
    padding-bottom: 110px;
    position: relative;
}
.career_advice_post_box b {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #131B40;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.career_advice_post_box img {
    border-radius: 10px;
}
.career_advice_posts_wrap .col-lg-3 {
    margin-bottom: 30px;
}
.career_advice_post_box_bottom {
    position: absolute;
    bottom: 45px;
    left: 15px;
    width: calc(100% - 30px);
    height: 70px;
}
.hub-read-all-articles {
    width: 100%;
}
.links-columns {
    background: url('../images/hub-images/links_columns_links_box-bg.svg') #F5F4F3;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}
.links-columns:before {
    position: absolute;
    content: '';
    width: 429px;
    height: 545px;
    left: -200px;
    top: -200px;
    background: linear-gradient(90deg, #84FAB0 -17.81%, #8FD3F4 100%);
    opacity: 0.2;
    filter: blur(25px);
    transform: rotate(-90deg);
}
.links_columns_links_box {
    height: 100%;
    padding: 30px;
    background: #FFFFFF;
    border-radius: 10px;
    
}
.links_columns_links_box ul li {
    list-style: none;
    padding-left: 30px;
}
.links_columns_links_box ul li:before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #2B4CEC; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.links_columns_links_box ul li a, .links_columns_links_box ul li a:visited {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;color: #131B40;
    text-decoration-line: underline;
}
.faq-block:before {
    position: absolute;
    content: '';
    width: 541.09px;
    height: 641.22px;
    left: 0;
    top: 285px;
    background: linear-gradient(90deg, #A8EDEA 0%, #FED6E3 100%);
    opacity: 0.4;
    filter: blur(25px);
    transform: rotate(30deg);
    flex: none;
    order: 0;
    flex-grow: 0;
    z-index: 0;
}
@media screen and (max-width: 768px) {
    .hub-page-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .hub-page-top-items .col-lg-4 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .hub-page-top-items .col-lg-4:nth-child(1) {
        order: 1;
    }  
    .hub-page-top-items .col-lg-4:nth-child(2) {
        order: 2;
        padding-left: 15px !important;
    }
    .hub-page-top-items .col-lg-4:nth-child(3) {
        order: 3;
        padding-right: 15px !important;
    }
    .hub-page-top-items .col-lg-4:nth-child(1) .hub-page-top-item-box-logo {
        margin: 0;
        margin-bottom: 15px;
    }
    .hub-page-top-item-box {
        margin-top: 15px;
    }
    .hub-page-all-items .col-lg-4 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    } 
    .how_we_rate_resume_services_boxes_wrap .col-lg-3 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .how_we_rate_resume_services_boxes_wrap .col-lg-3  {
        margin-bottom: 15px;
    }
    .how_our_rating_is_formed_boxes_wrap .col-lg-6:last-child .how_our_rating_is_formed_boxes_box {
        padding-bottom: 90px;
    }
    .check_our_ratings_boxes_wrap .col-lg-4 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .links_columns_links_wrap .col-lg-6 {
        margin-bottom: 15px;
    }
    .hub-page-top-items .col-lg-4:nth-child(2) .hub-page-top-item-box, .hub-page-top-items .col-lg-4:nth-child(3) .hub-page-top-item-box {
        height: auto;
    }
    .home-screen .pb-150 {
        padding-bottom: 50px !important;
    }
}
html[lang="es"] .review-best-choise-box-wrap .tof_services .action .td-btn-black {
    font-size: 11px;
}
.category-screen__single:last-child {
    margin-right: 0;
}
.category-screen__card {
    justify-content: end !important;
}
body.home .quick-guides .container .guides-list .guide-item {
    height: 100% !important;
}
.quick-guides .container .guides-list .guide-item .guide-thumb {
    max-height: 110px !important;
}
.signle-blog-relevant-articles .article-img-link {
    display: inline-block;
    width: 100%;
    height: 100%;
    max-height: 110px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}
.signle-blog-relevant-articles .article-img-link  img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
    object-fit: cover;
    object-position: center;
}
.signle-blog-relevant-articles .blog-article-small .article-title a {
    font-size: 16px !important;
    max-height: 54px;
    overflow: hidden;
    display: inline-block;
}
.header-nav__desktop>li {
    margin-right: 0 !important;
}
.header-nav__desktop>li.wpml-ls-current-language .sub-menu {
    width: 60px;
    left: 50%;
    margin-left: -30px;
}
.header-nav__desktop>li.wpml-ls-current-language .sub-menu li a {
    text-align: center;
}
.header-nav__desktop>li.wpml-ls-current-language {
    width: 60px;
}
.header-nav__desktop>li.wpml-ls-current-language >a::before {
    right: 5px !important;
}
.header-nav__desktop>li.wpml-ls-current-language >a {
    text-align: center;
}
/* Banner */
.header-main__sticky {
    z-index: 51 !important;
}
.sticky-banner {
    height: 73px;
    width: 870px;
    background: #fff;
    line-height: 73px;
    z-index: 50;
    position: fixed;
    top: 70px;
}
.banner-logo, .banner-rating, .banner-button {
    display: inline-block;
    width: 33.333%;
    float: left;
    line-height: 73px;
    text-align: center;
}
.sticky-banner .banner-logo img {
    max-height: 30px;
    margin-top: -4px;
}
.sticky-banner .starts-text-rating {
    float: left;
    line-height: 73px;
    width: 30%;
    text-align: right;
}
.sticky-banner .starts-text-rating span {
    line-height: 73px;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    color: #131B40;
}
.sticky-banner .stars_rating {
    margin-top: 28px;
}
.banner-button a {
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    background: #86CB92 !important;
    box-shadow: 0px 2px 5px 0px rgba(19, 27, 64, 0.25);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    color: #131B40;
}
.banner-button-wrap {
    height: 50px;
    border-left: 1px solid #EDEEF2;
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
    .sticky-banner {
        height: 150px;
        width: calc(100% - 60px);
        left: 30px;
        right: 30px;
    }
    .banner-logo {
        width: 40%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .banner-rating {
        width: 60%;
    }
    .sticky-banner .starts-text-rating {
        width: 20%;
    }
    .banner-button {
        width: 100%;
        line-height: normal;
    }
    .banner-button-wrap {
        margin-top: 0;
        border-left: none;
    }
    .banner-button a {
        width: calc(100% - 50px);
        margin-left: 15px;
        margin-right: 15px;
    }
}
.tabs_wrap {
    width: 74%;
    display: inline-block;
    float: left;
}
.verdict_badge {
    text-align: right;
    width: 26%;
    display: inline-block;
}
.badge_recomended {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    background: #E0F5DC;
    border-radius: 100px;
    color: #474A59;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    padding: 0px 20px;
}
.badge_recomended img {
    height: 14px;
    margin-top: -4px;
    margin-right: 5px;
}
.badge_dont_recomended {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    background: #F5E0DC;
    border-radius: 100px;
    color: #474A59;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    padding: 0px 20px;
}
.review-verdict-box-bottom .td-btn-black {
    width: auto;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 2px 5px rgba(19, 27, 64, 0.25);
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 10px;
    background: #86CB92;
    color: #131B40;
}
@media screen and (max-width: 768px) {
    .tabs_wrap {
        width: 100%;
    }
    .verdict_badge {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: left;
    }
    .review-verdict-box-bottom .td-service-header-info-box-buttons .td-btn-black {
        width: 100%;
    }
}
.page-template .td-service-header {
    padding-top: 30px;
    padding-bottom: 30px;
}
.top_pages_header_left {
    width: 870px;
    margin-right: 30px;
    display: inline-block;
    float: left;
    height: 300px;
    overflow: hidden;
}
.top_pages_header_right {
    display: inline-block;
    width: calc(100% - 900px);
    height: 300px;
}
.top_pages_header_title_left, .top_pages_header_title_right {
    width: 50%;
    display: inline-block;
    float: left;
}
.top_pages_header_title_right {
    height: 100%;
}
.top_pages_header_title_right img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    /* height: 100%;
    width: auto; */
}
/* .top_pages_header_left.td-white-box {
    padding: 0px;
} */
.top_pages_header_left.td-white-box {
    padding: 30px;
}
.top_pages_header_left.td-white-box .single-post-header-right img {
    height: 240px;
    width: auto;
}
.top_pages_header_title_left {
    /* padding: 30px; */
    height: 100%;
    /* line-height: 300px; */
    line-height: 240px;
    padding-right: 30px;
}
.page-template-template-top .td-service-header h1 {
    margin-top: 0px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.why_trust_box {
    padding: 20px 15px 10px 15px;
}
.why_trust_title {
    text-align: center;
    color: #131B40;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    padding-bottom: 10px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid rgba(26, 35, 51, 0.10);
}
.why_trust_item {
    display: inline-block;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(26, 35, 51, 0.10);
}
.why_trust_item:last-child {
    border-bottom: none;
}
.why_trust_icon_wrap {
    display: block;
    float: left;
}
.why_trust_icon {
    border-radius: 10px;
    background: #E0F5DC;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.why_trust_icon img {
    margin-top: -4px;
    width: 15px;
    height: 15px;
}
.why_trust_item_title {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #131B40
}
.top-content-service-block-box-btn-wrap a.td-btn-black {
    background: #86CB92;
    color: #131B40;
}
.service_bottom_link .td-btn-black{
    height: 50px;
    line-height: 50px;
    box-shadow: 0px 2px 5px 0px rgba(19, 27, 64, 0.25);
    background: #86CB92;
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    color: #131B40;
    margin-top: 30px;
}
.table_styled_compare table {
    display: inline-block;
    border-radius: 10px;
    height: auto !important;
}
.table_styled_compare table tbody, .table_styled_compare table tr, .table_styled_compare table td {
    border: none;
}
.table_styled_compare table tbody tr td:first-child {
    /* text-align: right; */
    text-align: left;
    background: #F5F4F3;
    padding-right: 30px;
}
.table_styled_compare table tbody tr:first-child td:first-child {
    border-top-left-radius: 10px;
}
.table_styled_compare table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
#top_table {
    margin-top: 30px;
}
.review-best-choise-box-wrap .tof_services .action .td-btn-black, .page-template-template-top .review-best-choise-box-wrap .tof_services .action .td-btn-black {
    background: #86CB92;
    color: #131B40;
}
@media screen and (max-width: 768px) {
    .page-template-template-top .td-service-header h1 {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .top_pages_header_title_left {
        width: 100%;
        height: auto;
        line-height: normal;
    }
    .top_pages_header_title_right {
        width: 100%;
        height: 200px;
    }
    .top_pages_header_left, .top_pages_header_right {
        width: 100%;
        height: auto;
    }
    .top_pages_header_title_right img {
        border-radius: 0;
        height: auto;
        width: auto;
    }
    .top_pages_header_left.td-white-box {
        margin-bottom: 10px;
    }
    .top_pages_header_left.td-white-box .single-post-header-right img {
        height: auto;
        width: 100%;
    }
    .top_pages_header_left.td-white-box .single-post-header-right {
        min-height: auto;
    }
    .how_we_rate_resume_services_box {
        text-align: center;
    }
    .how_we_rate_resume_services_box h3 {
        text-align: left;
    }
    .how_we_rate_resume_services_box p {
        text-align: left;
    }
    .how_our_rating_is_formed_boxes_box {
        padding-bottom: 30px !important;
    }
    .how_our_rating_is_formed_boxes_wrap .col-lg-6:last-child .how_our_rating_is_formed_boxes_box {
        padding-bottom: 90px !important;
    }
}
.best-pages-breacrumbs {
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
/* .hub-text-section img.aligncenter {
    display: block; 
    margin-left: auto; 
    margin-right: auto
}
@media screen and (max-width: 768px) {
    .hub-text-section p img {
        width: auto;
        height: auto;
    }
} */
.hub-text-section.review-main-text-content p a, .hub-text-section.review-main-text-content p a:visited {
    color: #474A59;
    text-decoration: underline;
}
.hub-text-section.review-main-text-content .td-btn-black, .hub-text-section.review-main-text-content .td-btn-black:visited {
    line-height: 50px;
    color: #FFFFFF;
    text-decoration: none;
}
.td-btn-green-c {
    background: #86CB92 !important;
    color: #131B40 !important;
}
