/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 29 2025 | 06:45:08 */
.blog_details_more_info_divbox p {
    background: #F4F4F4;
    padding: 3px 18px;
    border-radius: 100px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "aktiv-grotesk", Verdana, Arial, sans-serif;
}

.blog_description_customs p a {
/*     color: #ff7028; */
	text-decoration: underline;
}

.blog_description_customs p b a {
    color: #ff7028 !important;
    text-decoration: underline !important;
}

.blog_details_more_div_customs .fl-html p {
    background: #F4F4F4;
    padding: 3px 18px;
    border-radius: 100px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "aktiv-grotesk", Verdana, Arial, sans-serif;
	margin-bottom: 0;
}

.blog_details_more_div_customs .fl-html {
    display: flex;
    gap: 20px;
}

.column_box_customs {
    width: auto;
}

.grediant_heading_text_custom.blog_details_title_heading span.fl-heading-text {
    background: linear-gradient(90deg, #333333 25%, #62002E 25.07%, #A6294B 54.84%, #DE5134 61.9%, #FF7028 69.72%, #FF8A29 77.16%, #FFB32A 84.22%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog_description_customs p a {
	text-decoration: none !important;
}


.blog_description_customs p a b {
	font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
    color: #ffffff !important;
    background: #FF7028;
    padding: 10px 30px;
    border-radius: 100px;
    border: none;
    font-family: "aktiv-grotesk", Verdana, Arial, sans-serif;
    transition: all .3s ease;
    width: fit-content;
    cursor: pointer;
	display: block;
	text-decoration: none !important;
}

.blog_description_customs p a b:hover {
    background: #de5134;
    transition: all .3s ease;
    cursor: pointer;
}

.blog_description_btn {
	text-decoration: none !important;
}