.hdrmnbtn a, .hdrmnbtn a:hover{
 font-weight: 600;
 color: #fff;
}
.new-ai-tools-icon {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 10px 0 16px;
    list-style: none;
}
.new-ai-tools-icon li>a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #ededed;
}
.new-ai-tools-icon li>a svg {
    width: 25px;
    height: 25px;
}
.subscribe-form .sbscrbml{
	width: 60%;
    padding: 7.5px 15px;
    border: 1px solid #d8d8d8;
}
.subscribe-form .sbscrbbtn {
	width: 40%;
}
.tocdiv, .blogctamain{
	top:150px;
	position: sticky;
	max-height: 550px;
	overflow-y: auto;
}
.trusted-partner-section{
    background-image: url('https://outreachdesk.com/wp-content/uploads/2024/08/header-bg5.png');
}
.authorsnm .author .url{
	color: #fff !important;
	text-decoration: none !important;
}
.bootscore-footer, .ftrclr{
	background-color: #f6f8f9;
}
.footer-info-logo a img{
	max-width: 220px;
}
.social-links a{
	color: #104041;
    background-color: #adff1c;
    padding: 10px;
    font-size: 18px;
    border-radius: 100%;
}
.social-links{
	margin-top: 10px;
}
.footer-info{
	list-style: none;
    padding-left: 0;
}
.footer-info li {
	display: flex;
	margin-bottom: 15px;
}
.footer-info li i{
	margin-top: 4px;
    margin-right: 8px;
}
.footer_widget .widget-title {
	margin-bottom: 20px;
}
#menu-about-link .menu-item{
 margin-bottom: 10px;
}
#menu-about-link .menu-item a{
	color: #212529;
    text-decoration: none;
    font-size: 16px;
}
.footerspace{
	margin-bottom: 20px;
}

@media (min-width: 320px) and (max-width: 768px) { 
    .offcanvas-body #bootscore-navbar li{
    	text-align: center;
        border-bottom: 1px solid #d8d8d8;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .offcanvas-body #bootscore-navbar li .nav-link{
    	font-size: 18px;
    }
}