.seo-list-sitemap li{
    padding-top:10px;
    font-weight: 600;
}

.seo-list-sitemap li a{
    color:#da251c;
}



.seo-list-sitemap {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-list-sitemap li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}

.seo-list-sitemap li::before {
    content: "";
    position: absolute;
    left: 0;
    /* top: 6px; */
     top: 12px;
    width: 18px;
    height: 18px;
    background-image: url('assets/images/send-message.png'); /* Change path */
    background-size: contain;
    background-repeat: no-repeat;
}

.seo-list-sitemap li a {
    text-decoration: none;
    color: #000;
    transition: 0.3s;
}

.seo-list-sitemap li a:hover {
    color: #007bff;
}
/*  */


.seo-list li{
    padding-top:10px;
    font-weight:500;
}

.seo-list li a{
    color:#da251c;
}



.seo-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}

.seo-list li::before {
    content: "";
    position: absolute;
    left: 0;
    /* top: 6px; */
     top: 12px;
    width: 18px;
    height: 18px;
    background-image: url('assets/images/send-message.png'); /* Change path */
    background-size: contain;
    background-repeat: no-repeat;
}

.seo-list li a {
    text-decoration: none;
    color: #000;
    transition: 0.3s;
}

.seo-list li a:hover {
    color: #007bff;
}

.view-more-btn {
    background: #fff;
    border: none;
    padding: 2px 8px 2px 8px;
    border-radius: 6px;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    /* padding: 0; */
    font-weight: 600;
    margin-left: 5px;
}

.view-more-btn:hover {
    text-decoration: underline;
}

/*  */
.seo-list li{
    padding-top: 10px;
    list-style: none;
}

.main-content_area .about-us_info .about-us_content {
    text-align: center;
    border-bottom: none !important;
    padding: 20px 0 30px;
}

h2{
    font-size: 25px;
}