ul.custom-bullet-list li {
    padding-left: 25px !important;
}
ul.custom-bullet-list li::before {
	top: 3px !important;
}

.container {
    width: 90%;
    max-width: 1200px;
    display: block;
    margin: auto;
}

.row {
    margin: 0 -15px;
}

.row::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    width: 0;
}
.equalize-height {
    display: flex;
    align-items: center;
}
.col {
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}
.col-2 {
    width: 20%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.3333%;
}
.col-5 {
    width: 40%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 60%;
}
.col-8 {
    width: 66.6666%;
}
.col-9 {
    width: 75%;
}
.col-12 {
    width: 100%;
}
@media (max-width: 980px) {
    .equalize-height {
        display: block;
    }
    .col {
        width: 100%;
        float: none;
    }
}
.clearfix {
    clear: both;
}
.text-center {
    text-align: center;
}

.hero-section {
	padding: 40px 0;
	background-color: #f5f5f5;
	background-image: url(https://trustedcompanyreviews.com/wp-content/uploads/2022/04/tcr-about-us-bg-shapes.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
}

.heading-title h1 {
	font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif;
	font-size: 52px;
	color: #000;
	font-weight: 900;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 30px;
}
.heading-title ul li {
    color: #000;
    margin-bottom: 15px;
    font-size: 17px;
}
.heading-title img {
    width: 100%;
}

.featured-links {
    margin-top: 40px;
}

.featured-links .col {
    padding: 0 15px;
    box-sizing: border-box;
}
.featured-links .single-link-container {
    margin-bottom: 20px;
}
.featured-links .single-link {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	min-height: 140px;
	padding: 10px 20px;
	background-color: #fff;
    border: 3px solid #ccc;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;

	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}
.featured-links .single-link:hover {
    border: 3px solid #18ba7b;
    transform: scale(110%);

    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}
.featured-links .single-link h3 {
    font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    margin: 10px 0 0;
    font-weight: 400;
}
.featured-links .single-link:hover h3 {
    font-weight: 700;
}
.featured-links .single-link img {
    max-width: 50px;
    height: auto;
}


.other-services {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0 !important;
}
.other-services-btn {
    display: block;
    width: 100%;
    max-width: 250px;
    padding: 15px 10px;
    margin: auto;
    background-color: #222;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;

    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}
.other-services-btn:hover {
    background-color: #000;

    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

@media (max-width: 980px) {
    .heading-title img {
        display: none;
    }
    .featured-links .col-2 {
        float: left !important;
        width: 33.33333%;
    }
}
@media (max-width: 768px) {
    .heading-title h1 {
        font-size: 32px;
    }
    .featured-links .col-2 {
        float: left !important;
        width: 50%;
    }
}
@media (max-width: 430px) {
    .featured-links .col-2 {
        float: left !important;
        width: 100%;
    }
}


.brief-section {
    padding: 60px 0;
}
.brief-section-title h2 {
    font-size: 30px;
    color: #333;
}
.single-brief {
    display: table;
}
.single-brief .col {
    float: none;
    display: table-cell;
    vertical-align: middle;
}
.single-brief h2 {
    font-size: 25px;
    font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
}
.single-brief img {
    width: 100%;
}

@media (max-width: 980px) {
    .single-brief {
        display: grid;
        text-align: center;
    }
    .single-brief .col-5 {
        float: none !important;
        width: 100%;
    }
    .single-brief .col-7 {
        float: none !important;
        width: 100%;
    }
    .single-brief img {
        max-width: 350px;
    }
}


.author-section {
    padding: 40px 0;
}
.author-section h2 {
    /*padding: 20px 0;
    border-top: 3px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    margin: 0 0 40px;*/
}
.author-section .author-slider {
    width: 100%;
}
.author-section .author-slider .author-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    opacity: 1;
}
.author-section .author-slider .center .author-profile {
    opacity: 1;
}
.author-section .author-slider .author-profile img {
    width: 100px;
    height: auto;
    border-radius: 50%;
    margin-right: 15px;
}
.author-section .author-slider .author-profile .author-name-role a {
    color: #000;
}
.author-section .author-slider .author-profile .author-name-role h4 {
    margin: 0;
}
.author-section .author-slider .author-profile .author-name-role p {
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 18px;
}
.author-section .author-slider .author-profile .author-name-role:hover h4 {
    color: #18ba7b;
}
.author-section .author-img {
    border-radius: 50px;
    border: 3px solid #18ba7b;
    width: 100px;
}

.news-section {
    padding: 40px 0;
}
.news-section h2 {
    padding: 20px 0;
    border-top: 3px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    margin: 0 0 40px;
}


.single-news {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.single-news:last-child {
    border-bottom: none;
}
.single-news .news-timestamp {
    font-size: 12px;
    color: #777;
    margin-bottom: 5px;
}
.single-news a {
    color: #000;
}
.single-news a:hover {
    color: #18ba7b;
}
.single-news h3 {
    font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 18px;
    margin: 0;
}
.single-news p {
    color: #333;
    font-size: 16px;
    margin: 10px 0;
}
.single-news .news-author {
    color: #333;
    font-size: 14px;
}
.single-news .news-author a {
    color: #000;
    font-weight: 700;
}
.single-news .social-share {
    margin-top: 10px;
}
.single-news .social-share ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.single-news .social-share ul li {
    display: inline-block;
    margin-right: 10px;
}
.single-news .social-share ul li a {
    display: inline-block;
}
.single-news .social-share ul li a svg {
    width: 24px;
    height: 24px;
}

.single-news .news-cover {
    width: 100%;
    border-radius: 20px;
}

.more-news {
    display: block;
    width: 100%;
    max-width: 250px;
    padding: 15px 10px;
    margin: 20px auto;
    background-color: #222;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;

	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}
.more-news:hover {
    background-color: #000;

	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}

@media (max-width: 980px) {
    .single-news .col-9 {
        float: left !important;
        width: 60% !important;
    }
    .single-news .col-3 {
        float: left !important;
        width: 40% !important;
    }
}
@media (max-width: 767px) {
    .single-news {
        display: grid;
    }
    .single-news .col-9 {
        order: 2;
        float: none !important;
        width: 100% !important;
    }
    .single-news .col-3 {
        order: 1;
        float: none !important;
        width: 100% !important;
        margin-bottom: 15px;
    }
}


.category-list-section {
    padding: 40px 0;
}
.category-list-section h2.featured-reviews-title {
    padding: 20px 0;
    border-top: 3px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    margin: 0 0 40px;
}


.single-category-list .category-list-title {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.single-category-list .category-list-title:hover {
    background-color: #fafafa;
}
.single-category-list .category-list-title img {
    width: 40px;
    height: auto;
}
.single-category-list .category-list-title h3 {
	position: relative;
	width: calc(100% - 40px);
	padding-left: 30px;
    font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 22px;
}
.single-category-list .category-list-title h3::after {
	content: "";
	width: 30px;
	height: 30px;
	background: url(https://trustedcompanyreviews.com/wp-content/uploads/icons/chevron-down.svg);
	position: absolute;
	right: 0;
	top: 4px;

    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}
.single-category-list .category-list-title.active h3::after {
    transform: rotate(180deg);

    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.single-category-list .category-list-body {
    padding: 10px 0 40px;
}
.single-category-list .category-list-body .col {
    margin-bottom: 30px;
}
.single-category-list .category-list-body .col:last-child {
    margin-bottom: 0;
}
.single-category-list .category-list-body h4 {
    font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 18px;
    margin: 0 0 20px;
    text-transform: capitalize;
}
.single-category-list .category-list-body ul {
	padding-left: 0;
	margin: 0;
    list-style: none;
}
.single-category-list .category-list-body ul li {
	margin-bottom: 5px;
	position: relative;
	padding-left: 15px;
}
.single-category-list .category-list-body ul li::before {
	content: '';
	width: 7px;
	height: 7px;
	background-color: #888;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}
.single-category-list .category-list-body ul li a {
    color: #333;
}
.single-category-list .category-list-body ul li a:hover {
    color: #18ba7b;
}

@media (max-width: 600px) {
    .single-category-list .category-list-title h3 {
        padding-left: 15px;
    }
}



.blog-section {
    padding: 40px 0;
}
.blog-section h2 {
    padding: 20px 0;
    border-top: 3px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    margin: 0 0 40px;
}


.single-blog {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.single-blog:last-child {
    border-bottom: none;
}
.single-blog .blog-timestamp {
    font-size: 12px;
    color: #777;
    margin-bottom: 5px;
}
.single-blog a {
    color: #000;
}
.single-blog a:hover {
    color: #18ba7b;
}
.single-blog h3 {
    font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 18px;
    margin: 0;
}
.single-blog p {
    color: #333;
    font-size: 16px;
    margin: 10px 0;
}
.single-blog .blog-author {
    color: #333;
    font-size: 14px;
}
.single-blog .blog-author a {
    color: #000;
    font-weight: 700;
}
.single-blog .social-share {
    margin-top: 10px;
}
.single-blog .social-share ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.single-blog .social-share ul li {
    display: inline-block;
    margin-right: 10px;
}
.single-blog .social-share ul li a {
    display: inline-block;
}
.single-blog .social-share ul li a svg {
    width: 24px;
    height: 24px;
}

.single-blog .blog-cover {
    width: 100%;
    border-radius: 20px;
}

.more-blog {
    display: block;
    width: 100%;
    max-width: 250px;
    padding: 15px 10px;
    margin: 20px auto;
    background-color: #222;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;

	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}
.more-blog:hover {
    background-color: #000;

	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}

@media (max-width: 980px) {
    .single-blog .col-9 {
        float: left !important;
        width: 60% !important;
    }
    .single-blog .col-3 {
        float: left !important;
        width: 40% !important;
    }
}
@media (max-width: 767px) {
    .single-blog {
        display: grid;
    }
    .single-blog .col-9 {
        order: 2;
        float: none !important;
        width: 100% !important;
    }
    .single-blog .col-3 {
        order: 1;
        float: none !important;
        width: 100% !important;
        margin-bottom: 15px;
    }
}



.bottom-content {
    margin-top: 50px;
}
.bottom-content .col-6 {
    box-sizing: border-box;
}
@media (min-width: 981px) {
    .bottom-content .col-6:nth-child(1) {
        padding-right: 18px;
    }
    .bottom-content .col-6:nth-child(2) {
        padding-left: 18px;
    }
}
.bottom-content .with-divider {
    position: relative;
    border-bottom: 2px solid rgba(24,24,24,0.1);
    margin-bottom: 15px;
}
.bottom-content .with-divider h2 {
    width: 100%;
    font-size: 36px;
    color: #000;
    line-height: 1.3;
    margin: 0;
    padding-bottom: 10px;
}
@media (max-width: 980px) {
    .bottom-content .with-divider h2 {
        font-size: 26px;
    }
}
.bottom-content .with-divider h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #18ba7b;
    position: absolute;
    bottom: -2px;
}
.bottom-content h3 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 10px;
}
.bottom-content p {
    margin-top: 0;
    margin-bottom: 15px;
}
.bottom-content .last-content {
    margin-top: 20px;
}
.bottom-content .last-content.with-divider {
    display: inline-block;
}
.bottom-content ol {
    padding-left: 16px;
    margin-top: 0;
}
.bottom-content .condition-paragraph {
    color: #555;
}
.bottom-banner {
    margin: 40px 0;
}
.bottom-banner .row {
    padding: 20px;
    background: #4a85bb;
    border-radius: 0.75rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.bottom-banner .top-pick-award {
    text-align: center;
}
.bottom-banner .top-pick-award-icon {
    width: 150px;
    height: 150px;
    background-color: transparent;
    background-image: url('https://trustedcompanyreviews.com/wp-content/uploads/2024/05/top-pick-award.png');
    margin: auto;
}
.bottom-banner .top-pick-award img {
    width: 150px;
    height: auto;
    vertical-align: middle;
}
.bottom-banner .top-pick-heading {
    font-size: 16px;
    font-weight: 700;
    color: #f9bd0b;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}
.bottom-banner .top-pick-text {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.2;
    padding-right: 15px;
}
.bottom-banner .cta-btn {
    text-align: right;
}
.bottom-banner .cta-btn a {
    display: inline-block;
    width: 100%;
    max-width: 250px;
    padding: 8px 40px;
    background: #18ba7b;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box;
    transition: all 300ms ease 0ms;
}
.bottom-banner .cta-btn a:hover {
    background: #128d5d;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.2);
    transition: all 300ms ease 0ms;
}
@media (max-width: 980px) {
    .bottom-banner .row {
        display: block;
    }
    .bottom-banner .top-pick-award {
        margin-bottom: 15px;
    }
    .bottom-banner .cta-btn a {
        max-width: 100%;
        margin-top: 15px;
    }
}
.footer {
    background: #ebf6fd;
    padding: 50px 0 20px;
}
@media (min-width: 981px) {
    .footer .col {
        box-sizing: border-box;
    }
    .footer .col:nth-child(1) {
        padding-right: 18px;
    }
    .footer .col:nth-child(2) {
        padding-left: 18px;
        padding-right: 18px;
    }
    .footer .col:nth-child(3) {
        padding-left: 18px;
    }
}
@media (max-width: 980px) {
    .footer .col {
        margin-bottom: 30px;
    }
    .footer .col:last-child {
        margin-bottom: 0;
    }
}
.footer .footer-heading {
    font-weight: 700;
    font-size: 25px;
    color: #18BA7B;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 10px;
}
.footer .footer-search {
    position: relative;
    background: #fff;
}
.footer .footer-search .footer-search-field {
    width: 100%;
    padding: 0.715rem;
    padding-right: 70px;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 3px;
    outline: 0;
    font-size: 14px;
    font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif;
    box-sizing: border-box;
}
.footer .footer-search .footer-search-submit {
    padding: 0.715rem;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif;
    color: #18BA7B;
    cursor: pointer;
}
.footer .footer-menu {
    list-style: none;
    padding: 0;
}
.footer .footer-menu li {
    font-weight: 700;
    font-size: 15px;
    padding-bottom: 8px;
}
.footer .footer-menu li a {
    color: #000000;
    transition: all 300ms ease 0ms;
}
.footer .footer-menu li a:hover {
    color: #18BA7B;
    transition: all 300ms ease 0ms;
}
.footer .footer-disclosure {
    margin-top: 40px;
}
.footer .footer-disclosure h4 {
    font-size: 16px;
    margin: 0 0 10px;
}
.footer .footer-disclosure p {
    font-size: 14px;
    margin: 0;
    color: #616161;
}
.footer .footer-divider {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(24,24,24,0.1);
    margin: 30px 0;
}
.footer .footer-copyright {
    display: flex;
    align-items: center;
}
.footer .footer-copyright .tcr-icon {
    margin-right: 15px;
}
.footer .footer-copyright p {
    font-size: 12px;
    color: #616161;
    margin: 0;
}
