.sub-title-main {
    color: var(--primary);
    font-weight: 600;
    font-size: 20px;
}
.light-bg, .support-help-section {
    background-color: #F9F9FF;
    position: relative;
    display: block;
    z-index: 1;
}
.light-bg::before, .support-help-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.03;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-image: url(../../images/icons/search-wave-bg.webp);
}
.title-section {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
}
.page-header {
    padding: 85px 0 55px;
    position: relative;
    overflow: hidden;
}
.page-header::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 100%;
    width: 120%;
    border-bottom-left-radius: 70%;
    border-bottom-right-radius: 70%;
    transform: translate(-10%, -30%);
    background-color: var(--primary);
    background-image: url(../../images/icons/landing-bg.webp);
    background-size: 460px;
    background-repeat: no-repeat;
    background-position: right 80px top -170px;
}
/* .page-header {
    padding: 85px 0;
    background-color: var(--primary);
    background-image: url(../../images/icons/landing-bg.webp);
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.page-header::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 100%;
    width: 120%;
    background-color: #fff;
    transform: translateY(50%) rotate(-5deg);
} */
.page-title {
    width: fit-content;
    background-color: #fff;
    margin: 0 auto;
    padding: 40px 60px;
    border-radius: 10px;
    box-shadow: 7px 8px 41px rgb(78 95 255 / 16%);
    min-width: 300px;
    text-align: center;
    color: var(--primary);
}
.page-header h1 {
    font-size: 47px;
    font-weight: bold;
    line-height: 1.4;
    color: var(--primary);
}
.page-loc li {
    display: inline;
}
.page-loc a{
    font-weight: 600;
}
/* ====================================== *\
                Support
\* ====================================== */
.support-items .item {
    height: 100%;
}
.support-items .item a {
    box-shadow: 7px 8px 21px rgb(78 95 255 / 6%);
    border-radius: 5px;
    background-color: #fff;
    padding: 50px 30px;
    height: 100%;
    border: 1px solid rgb(78 95 255 / 11%);
}
/* ====================================== *\
                Help
\* ====================================== */
.help-section .recent h3 {
    background-color: var(--primary);
    color: #fff;
    padding: 12px 25px;
    font-weight: 500;
}
.help-section .recent a {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding: 11px 0;
    color: #212529;
}
.articles-link .item .wrap i {
    color: var(--primary);
}
.articles-link .item .wrap a {
    display: block;
    padding: 3px 0;
}
/* ====================================== *\
                Faq Section
\* ====================================== */
.faq-wrapper .item {
    box-shadow: 7px 8px 21px rgb(78 95 255 / 6%);
    margin-bottom: 50px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}
.faq-wrapper .title {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: var(--primary);
    color: #fff;
    font-weight: 600;
}
.faq-wrapper .content {
    padding: 1.25rem;
}
.faq-wrapper .content p {
    color: #222;
}
/* ====================================== *\
            CTA Section 
\* ====================================== */
.cta {padding: 0;}
.cta .action {
    background: #5CB73E;
    border-radius: 30px;
    padding: 42px 60px;
    background-image: url(../../images/icons/cta-bg.webp);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(40px);
    position: relative;
    z-index: 1;
}
.cta h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #FFFFFF;
}
.cta h2 span {
    position: relative;
}
.cta h2 span:nth-child(2):after {
    position: absolute;
    content: '';
    background-image: url(../../images/icons/arrow.webp);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 70px;
    width: 70px;
    left: 120%;
    top: -30px;
}
.most-recent-custom .card-header.bg-green,.header-custom-card {
	background: var(--primary);
	color: #fff;
	padding: 12px 25px;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
}
.most-recent-custom .list-view.comment-list .items {
	border-bottom: unset !important;
	margin-bottom: 0;
}
.recent.most-recent-custom .summary:empty {
	display: none;
}
.rightsidebar h4 a {
	color: var(--primary);
	transition: all 150ms ease-in-out;
	font-size: 20px;
	font-weight: 600;
}
.rightsidebar h4 a:hover {
	color: #2E8012;
}
.rightsidebar {
	padding-bottom: 15px;
}
@media screen and (max-width: 1199px) {
    .page-header h1 {
        font-size: 37px;
    }
    .cta {
        padding: 0 0 80px;
    }
    .cta .action {
        transform: unset;
        box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
    }
}
@media screen and (max-width: 991px) {
    .page-header h1 {
        font-size: 27px;
    }
}
@media screen and (max-width: 767px) {
    .cta h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 575px) {
    .cta .action {
        padding: 22px 20px;
        border-radius: 0;
    }
    .cta {
        padding: 0;
    }
    .cta h2 span:nth-child(2):after {
        content: unset;
    }
}
.custom-breadcrumb .breadcrumb{
	background-color: #ebfbe6;
}