
span.link-item {
    padding: 18px 50px;
    border: 1px solid #CB000E !important;
    border-radius: 10px;
    color: #CB000E;
    font-size:1.8rem;
}
span.link-item.active {
    background: #CB000E;
    color: #fff;
}

a {
    color: #333333;
    text-decoration: none;
    background-color: transparent;
}

.section-hc .banner {
    margin-top: 30px;
    border-radius: 30px;
    background: #f2f3f5;
    min-height: 200px;
}

    .section-hc .banner h1 {
        font-size: 2rem;
        padding-top: 30px;
        padding-left: 30px;
    }

.section-hc .btn {
    border-radius: 0px;
}

.section-hc a span.link-item {
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #737474;
    display: block;
    height: 100%;
    box-shadow: none;
    background: #fff;
    padding: 1rem;
    border: 1px solid #737474;
}

.section-hc a i {
    display: block;
    font-size: 2.6rem;
    width: 100%;
    color: #232323;
    padding-bottom: 1.7rem;
}

.section-hc a:hover {
    color: #232323;
    text-decoration: none;
}

    .section-hc a:hover i {
        color: #af313b;
    }

.section-hc a span.link-item:hover {
    border: 1px solid #af313b;
    color: #af313b;
}

.article-list-item {
    font-size: 14px;
    padding: 15px 0;
}

    .article-list-item a {
        color: #333333;
    }

.article-author {
    margin-bottom: 10px;
}

.article-meta {
    display: inline-block;
    vertical-align: middle;
}

.meta-data {
    color: #666;
    font-size: 13px;
    font-weight: 300;
}

.meta-group * {
    display: inline;
}

.meta-data:not(:last-child)::after {
    content: "\00B7";
    margin: 0 5px;
}

.sidenav-item {
    border-radius: 4px;
    color: #333333;
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
   
}
    .sidenav-item a {
        display: block;
        padding: 10px;
    }
    .sidenav-item.current-article, .sidenav-item:hover {
        background-color: rgba(98, 98, 98, 1);
        color: #fff !important;
    }

        .sidenav-item.current-article a {
            color: #fff !important;
        }

    .sidenav-item a:hover {
        color: #fff !important;
    }
@media (min-width: 992px) {
    .header {
        margin: 0 auto;
    }

    .section-hc .banner h1 {
        font-size: 1.5625rem;
        padding-top: 30px;
        padding-left: 0px;
    }

    .header {
        width: 100%;
    }

    ul.navbar-nav li {
        padding-left: 1rem;
    }
}
.search-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}


.page-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.hc-search-box {
    position: relative;
    width: 500px;
    /*  max-width: 600px; */
    margin: 0 auto;
}

.search-input {
    width: 100%;
    padding: 16px 50px 16px 20px;
    font-size: 16px;
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    outline: none;
    transition: all 0.3s ease;
}

    .search-input:focus {
        border-color: #007bff;
        box-shadow: 0 4px 20px rgba(0, 123, 255, 0.2);
    }

    .search-input::placeholder {
        color: #999;
    }

.search-button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: #000;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

    .search-button:hover {
        background: #fff;
        transform: translateY(-50%) scale(1.05);
    }

.search-icon {
    width: 20px;
    height: 20px;
}

.faq h2 {
    margin: 0 auto 30px;
    font-size: 3.2em;
    line-height: 1.1
}

@media (max-width: 768px) {
    .section-hc .banner h1 {
        font-size: 1.5625rem;
        padding-top: 30px;
        padding-left: 0px;
    }
    .search-container {
        padding: 15px;
    }

    .search-input {
        padding: 14px 45px 14px 16px;
        font-size: 14px;
    }
    span.link-item {
       width:100%;
    }
    .faq {
        padding-top: 20px;
        padding-bottom: 30px;
    }
        .faq h2 {
            margin: 0 auto 30px;
            font-size: 2.2em;
        }
    .faq-panel .panel-title a {
       font-size:1.3rem !important;
    }
    .section-contactus .banner-content-overlay, .section-help-blog .banner-content-overlay, .section-help-centre .banner-content-overlay {

        padding: 0;

    }
}

