@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body{
    margin: 0;
    font-family: var(--font1) !important;
    font-size: 16px;
    line-height: 140%;
    overflow-x: hidden;
}
:root{
	--primary:#FF5D5D;
	--dark:#000000;
	--text:#121212;
    --font1:"Inter", sans-serif !important;
	--white:#ffff;
}
a {
    color: var(--primary);
    text-decoration: none !important;
    transition: all 0.4s;
}
a:hover,
a:focus {
    color: var(--dark);
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
p {
    color: var(--text);
    font-size: 16px;
    font-family: var(--font1);
    line-height: 150%;
}
h1,h2,h3,h4,h5,h6{
    color: var(--primary);
    font-family: var(--font1);
}
p:last-child {
    margin-bottom: 0;
}
::selection {
    color: var(--white);
    background: var(--primary);
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
    z-index: 1;
}
html .container {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}
section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

/* header-css*/

header {
    background-color: var(--primary);
    position: relative;
}
.navbar-toggle{
    display: none;
}
header .site_title {
    padding: 16px 0 22px;
}
header .site_title h2 {
    font-weight: 800;
    font-size: 82px;
    font-style: italic;
    line-height: 105%;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0;
}
.header_menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_menu ul li a {
    font-weight: 600;
    font-size: 14px;
    line-height: 145%;
    color: #FFFFFF;
    display: block;
}
.header_menu ul li a:hover {
    color: var(--text);
}
.header_wrp {
    padding: 20px 0;
    border-top: 1px solid #D9D9D9;
}
.header_menu ul li {
    padding: 0 14px;
}
.header_menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_menu h5 {
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    line-height: 144%;
    color: #FFFFFF;
    padding-left: 23px;
    margin-left: 14px;
    position: relative;
}
.header_menu h5::before {
    content: "";
    height: 25px;
    width: 1px;
    background-color: #D9D9D9;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
html .btn {
    background-color: var(--primary);
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0 14px;
    line-height: 34px;
    border: 0;
    transition: all 0.5s;
}
html .btn:hover {
    background-color: var(--dark);
    color: #FFFFFF;
}
html .btn.btn-dark {
    background-color: var(--text);
}
html .btn.btn-dark:hover {
    background-color: var(--white);
    color: var(--dark);
}
span.sub_title {
    font-weight: 500;
    font-size: 11px;
    line-height: 200%;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #121212;
    display: block;
    margin-bottom: 40px;
    position: relative;
    padding-left: 18px;
    padding-top: 16px;
    border-top: 1px solid #D9D9D9;
}
span.sub_title::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #A3A3A3;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 15px;
    bottom: 0;
    margin: auto;
}

/* Protein insights section css */

section.protein_insights_section {
    padding: 60px 0 80px;
}
.insights_box .insights_img a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.insights_box .insights_img a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #ff5d5d 100%);
    border-radius: 24px;
    z-index: 0;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.insights_box .insights_img a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    border-radius: 24px;
    z-index: 2;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    visibility: visible;
}
.insights_box:hover .insights_img a:after {
    visibility: visible;
    opacity: 1;
}
.insights_box:hover .insights_img a:before {
    opacity: 0;
    visibility: hidden;
}
.insights_box {
    position: relative;
    transition: all 0.4s;
}
.insights_box.protein_box .insights_img a {
    height: 323px;
}
.insights_box.protein_box {
    margin-bottom: 33px;
}
.insights_box.protein_box:last-child {
    margin-bottom: 0;
}
.insights_box .insights_img a {
    display: block;
    height: 680px;
    overflow: hidden;
    border-radius: 24px;
}
.insights_box .insights_img a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
    transform: scale(1);
}
.insights_box:hover .insights_img a img {
    transform: scale(1.2);
}
.insights_content {
    padding: 0;
    position: absolute;
    bottom: 50px;
    left: 40px;
    right: 40px;
    z-index: 11;
}
.insights_img {
    overflow: hidden;
    border-radius: 24px;
}
.insights_content span.nutrition_button {
    background: rgba(51, 31, 31, 0.47);
    border: 0.4px solid #DFC4C4;
    backdrop-filter: blur(2px);
    border-radius: 4px;
    padding: 5px 8px;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
}
.insights_content h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    color: #FFFFFF;
    margin: 16px 0 10px;
    max-width: 400px;
}
.insights_content h3:hover {
    color: var(--text);
}
.insights_content h3 a {
    color: inherit;
}
.insights_content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.insights_content h5 {
    font-weight: 600;
    font-size: 12px;
    line-height: 170%;
    align-items: center;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.insights_content span.date {
    font-weight: 500;
    font-size: 11px;
    line-height: 170%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #BABABA;
}
.insights_content span.date span {
    color: #FFF;
}



/* cta-section-css */

section.cta_section {
    padding: 125px 0;
    background-color: var(--primary);
}
section.cta_section .cta_content {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}
section.cta_section .cta_content h3 {
    font-weight: 600;
    font-size: 42px;
    line-height: 124%;
    color: #FFFFFF;
    margin-bottom: 35px;
}

/* category-css */

section.category_section {
    padding: 0px 0 100px 0px;
}
section.category_section span.sub_title {
    padding-top: 16px;
    border-top: 1px solid #D9D9D9;
}
section.category_section span.sub_title::before {
    top: 15px;
}
.category_items {
    display: grid !important;
    gap: 40px;
    grid-template-columns: repeat(5,1fr);
}
.category_items .category_box {
    padding: 20px;
    background-color: #FFF;
    border-radius: 12px;
    transition: all 0.4s;
}
.category_items .category_box:hover {
    background-color: var(--primary);
}
.category_items .category_box img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid transparent;
    transition: all 0.4s;
}
.category_items .category_box:hover img{
    border: 2px solid #fff;
}
.category_items .category_box:hover h4,
.category_items .category_box:hover h5 {
    color: var(--white);
}
.category_items .category_box h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 144%;
    color: #121212;
    margin: 20px 0 0 0;
    transition: all 0.4s;
}
.category_items .category_box h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 188%;
    color: #121212;
    margin-bottom: 0;
    transition: all 0.4s;
}

/* Trending-css */

section.trending_section {
    padding: 0 0 100px;
}
.trending_box .trending_bange {
    background: #FFEAEA;
    border-radius: 4px;
    padding: 4px 8px;
    font-weight: 500;
    font-size: 11px;
    line-height: 170%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #121212;
    margin-bottom: 16px;
    display: inline-block;
}
.trending_box .trending_bange:hover{
    background: var(--primary);
    color: var(--white);
}
.trending_box h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 144%;
    color: #121212;
    margin-bottom: 16px;
    display: block;
}
.trending_box h3:hover{
    color: var(--primary);
}
.trending_box h3 a {
    color: inherit;
}
.trending_box h5 {
    font-weight: 600;
    font-size: 11px;
    line-height: 164%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #121212;
    margin-bottom: 5px;
}
.trending_wrp {
    display: flex;
    align-items: center;
    gap: 5px;
}
.trending_wrp span.new {
    padding: 4px 8px;
    background-color: #006AFF;
    border-radius: 50px;
    font-weight: 500;
    font-size: 11px;
    line-height: 164%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #FFF;
}
.trending_wrp h5 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 11px;
    line-height: 170%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #737373;
}
.trending_wrp h5 span{
    color: #121212;
}
section.trending_section .trending_row .col-md-6 {
    border-left: 1px solid #D9D9D9;
    padding: 0 16px;
}
section.trending_section .trending_row .col-md-6:first-child {
    border-left: 0 !important;
}

/* health-section-css */

.health_section{
    padding-top: 0;
}
.health_inner_sec {
    padding: 300px 65px 60px;
    background-image: url(../images/health-img.jpg);
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.health_inner_sec::Before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.94) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    border-radius: 20px;
    position: absolute;
    inset: 0;
    z-index: -1;
}
span.health_badge {
    background: #F2F2F2;
    border-radius: 4px;
    padding: 4px 10px;
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    line-height: 170%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #121212;
    margin-bottom: 10px;
}
.health_inner_sec h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 130%;
    color: #FFFFFF;
    max-width: 350px;
    margin-bottom: 12px;
}
.health_inner_sec h2:hover{
    color: var(--primary);
}
.health_inner_sec h2 a{
    color: inherit;
}
.health_inner_sec span.date {
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #ACACAC;
    display: inline-block;
}
.health_inner_sec p {
    font-weight: 400;
    font-size: 18px;
    line-height: 155%;
    color: #FFFFFF;
    margin-bottom: 32px;
}
.health_inner_sec .btn {
    padding: 0px 14px;
    line-height: 47px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* Articles-css */

section.articles_section {
    padding-top: 0;
}
section.articles_section span.sub_title a {
    font-weight: 500;
    font-size: 12px;
    line-height: 180%;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #FF5D5D;
    margin-left: 8px;
}
section.articles_section span.sub_title a:hover {
    color: #000;
}
section.articles_section .articles_box  .articles_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.articles_img {
    margin-bottom: 30px;
}
section.articles_section .articles_box  .articles_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.4s;
}
section.articles_section .articles_box .articles_img img:hover {
    transform: scale(1.2);
}
section.articles_section .articles_box .articles_img a {
    display: block;
    height: 140px;
    border-radius: 12px;
    overflow: hidden;
}
.articles_box .articles_content span.category {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #121212;
    padding: 5px 8px;
    background: #FFEAEA;
    border-radius: 4px;
    margin-bottom: 16px;
    display: inline-block;
}
.articles_content h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    color: #121212;
    margin-bottom: 16px;
}
.articles_content h3:hover{
    color: var(--primary);
}
.articles_content h3 a {
    color: inherit;
    display: block;
}
.articles_box .articles_content h5 {
    font-weight: 600;
    font-size: 12px;
    line-height: 166%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #121212;
    margin-bottom: 0;
}
.articles_box .articles_content h6 {
    font-weight: 500;
    font-size: 13px;
    line-height: 170%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #121212;
}
.articles_box .articles_content h6 span.time {
    color: #737373;
}

/* blog-css */

section.blog_section {
    padding-top: 0;
}
section.blog_section .blog_box span.sub_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.blog_section .blog_box span.sub_title a {
    font-weight: 500;
    font-size: 12px;
    line-height: 180%;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--primary);
}
section.blog_section .blog_row {
    margin: 0 -35px;
}
section.blog_section .blog_row .col-md-4 {
    padding: 0 35px;
}
section.blog_section .blog_box span.sub_title a:hover {
    color: var(--dark);
}
.blog_box .blog_img a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.4s;
}
.blog_box .blog_img a{
    display: block;
    height: 142px;
    overflow: hidden;
    border-radius: 12px;
}
.blog_box .blog_img a img:hover {
    transform: scale(1.2);
}
.blog_box .blog_img {
    margin-bottom: 20px;
}
.blog_box ul.blog_list {
    padding: 0;
    margin: 0;
}
.blog_box ul.blog_list li .icon_wrp {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.blog_box ul.blog_list li .icon_wrp span.new {
    padding: 4px 8px;
    background: #006AFF;
    border-radius: 4px;
    font-weight: 500;
    font-size: 13px;
    line-height: 170%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.blog_box ul.blog_list li .icon_wrp .mic_button {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border-radius: 50px;
}
.blog_box ul.blog_list li h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    color: #121212;
}
.blog_box ul.blog_list li h4:hover{
    color: var(--primary);
}
.blog_box ul.blog_list li h4 a {
    color: inherit;
    display: block;
}
.blog_box ul.blog_list li span.time {
    font-weight: 500;
    font-size: 13px;
    line-height: 170%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #737373;
}
.blog_box ul.blog_list li span.time span {
    color: #000;
}
.blog_box ul.blog_list li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
}
.blog_box ul.blog_list li:last-child{
    margin-bottom: 0;
}
.blog_box ul.blog_list li .icon_wrp .mic_button:hover {
    background-color: var(--primary);
}

/* footer-css */

footer {
    background-color: #121212;
}
footer .footer_top {
    padding: 65px 0 80px;
}
.footer_bottom {
    padding: 20px 0 36px;
    border-top: 1px solid #404040;
}
footer .footer_top .footer_logo a img {
    margin-bottom: 15px;
}
footer .footer_top .footer_logo a h5 {
    font-style: italic;
    font-weight: 800;
    font-size: 25px;
    line-height: 105%;
    color: #FFFFFF;
    max-width: 200px;
    margin-bottom: 0;
}
footer .footer_top ul.footer_links {
    padding: 0;
    margin: 0 0 28px 0;
}
footer .footer_top ul.footer_links li {
    margin-bottom: 14px;
}
footer .footer_top ul.footer_links li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 137%;
    color: #FFFFFF;
    display: block;
}
footer .footer_top ul.footer_links li a:hover {
    color: var(--primary);
}
footer .footer_top h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 135%;
    color: #FFFFFF;
    margin-bottom: 0;
    font-style: italic;
}
footer .footer_top h4 span {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 174%;
    color: #737373;
    font-style: normal;
}
footer .footer_top h3 {
    font-weight: 500;
    font-size: 29px;
    line-height: 136%;
    color: #FFFFFF;
    margin-bottom: 48px;
}
footer .footer_top .form_wrp {
    position: relative;
}
footer .footer_top .form_wrp input {
    padding: 8px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #404040;
    width: 100%;
    height: 52px;
    line-height: 52px;
    outline: none;
    color: #FFF;
    position: relative;
    transition: all 0.4s;
}
footer .footer_top .form_wrp input:focus {
    border-color: #ffffffab;
}
footer .footer_top .form_wrp button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0 13px;
    background: var(--primary);
    border: 0;
    color: #FFF;
    display: inline-block;
    line-height: 36px;
    height: 36px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.4s;
}
footer .footer_top .form_wrp button:hover {
    background-color: #FFF;
    color: #000;
}
.footer_bottom ul {
    display: flex;
    justify-content: end;
    gap: 20px;
    margin: 0;
    padding: 0;
}
.footer_bottom ul li,
.footer_bottom ul li a {
    font-weight: 400;
    font-size: 13px;
    line-height: 145%;
    color: #B3B3B3;
}     
.footer_bottom ul li a:hover{
    color: #FFF;
}
.footer_top p {
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    color: #737373;
}
.footer_top p a {
    color: #737373;
    text-decoration: underline !important;
}
.footer_top p a:hover{
    color: #FFF;
}
.inner_banner_section{
    padding: 90px 0px;
    background-color: #000000D9;
    background-image: url(../images/inner-banner-bg.png);
}
.inner_banner_section.inner_banner_detail_section{
    /* padding: 90px 0px 172px; */
    padding: 44px 0px;
}
.inner_banner_section.inner_banner_detail_section .container{
    max-width: 1172px;
}
.inner_banner_section h1{
    font-size: 56px;
    font-weight: 800;
    color: var(--white);
    margin: 16px 0px 14px;
}
.inner_banner_section p{
    font-size: 20px;
    color: var(--white);
    max-width: 757px;
    width: 100%;
}
html .breadcrumb {
    /* margin-bottom: 20px; */
}
.inner_banner_section h6 {
    color: #fff;
    margin: 0;
    font-weight: normal;
}
.inner_banner_section h6 a{
    color:inherit;
}
.inner_banner_section h6 a:hover{
    opacity: 0.8;
    text-decoration: underline !important;
}
html .breadcrumb-item {
    /* font-size: 18px; */
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 7px;
}
html .breadcrumb-item a {
    color: var(--white);
}
html .breadcrumb-item.active {
    color: var(--white);
}
html .breadcrumb-item+.breadcrumb-item::before {
    content: "";
    display: block;
    width: 11px;
    min-width: 11px;
    height: 11px;
    background-image: url('data:image/svg+xml,<svg width="9" height="13" viewBox="0 0 9 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 2.2925L5.3206 6.5L1 10.7075L2.33013 12L7.99029 6.5L2.33013 1L1 2.2925Z" fill="white" stroke="white"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
}
section.blog_detail_section {
    /* padding-top: 0px; */
    padding: 56px 0px;
    overflow-x: hidden;
}
section.blog_detail_section .container{
    max-width: 1172px;
}
.blog_detail_section .blog_details_image_wrap{
    /* margin-top: -130px; */
    /* max-width: 775px; */
    max-width: 848px;
}
 .date-text{
    /* font-size: 11px; */
    font-size: 14px;
    letter-spacing: 1.2px;
    /* margin-bottom: 20px; */
    margin-bottom: 5px;
    display: block;
    color: var(--white);
    text-transform: uppercase;
}
.blog_details_image_wrap p{
    font-size: 17px;
    color: #202020;
    /* margin: 40px 0px 60px; */
    margin: 20px 0px 25px;
}
.blog_detail_article_box{
    margin-bottom: 40px;
    /* margin-bottom: 60px; */
    /* max-width: 732px;
    width: 100%; */
}
.blog_detail_article_box h3{
    /* font-size: 32px; */
    font-size: 30px;
    font-weight: 700;
    line-height: 28px;
}
.blog_detail_article_box h3 a{
    color: #202020;
}
.blog_detail_article_box h3 a:hover{
    color: var(--primary);
}
.blog_detail_article_box p{
    /* margin: 30px 0px; */
    margin: 18px 0px;
}
.blog_detail_article_box span{
    font-size: 17px;
    font-weight: 500;
    color: #C25858;
    font-style: italic;
    display: block;
    /* margin-bottom: 30px; */
    margin-bottom: 15px;
}
.blog_detail_article_box .image{
    overflow: hidden;
}
.blog_detail_article_box img{
    transition: all 0.5s;
}
.blog_detail_article_box img:hover{
    transform: scale(1.1);
}
.blog_detail_article_box .living_tips_box{
    background-color: var(--primary);
    /* margin-top: 60px; */
    margin-top: 40px;
    padding: 50px 42px;
    background-image: url(../images/living-tips.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}
.living_tips_box h4{
    font-size: 28px;
    font-weight: 800;
    color: var(--white);
}
.living_tips_box p{
    font-size: 16px !important;
    color: var(--white);
}
.living_tips_box a.btn{
    margin-left: 22px;
}
.ft_box {
    max-width: 732px;
    width: 100%;
}
.ft_box h3{
    font-size: 32px;
    color: #202020;
    font-weight: 700;
}
.ft_box p{
    margin: 15px 0px !important;
    /* margin: 30px 0px !important; */
}
.dr_wrap{
    background-color: var(--dark);
    padding: 58px;
    position: relative;
}
.dr_wrap:before{
    position: absolute;
    content: "";
    height: 170px;
    width: 170px;
    background-color: #D9D9D9;
    right: 0;
    bottom: 0;
    border-top-left-radius: 100%;
}
.dr_wrap h3{
    font-size: 28px;
    /* margin-bottom: 15px; */
    margin-bottom: 5px;
    color: var(--white);
}
.dr_wrap p{
    font-size: 18px;
    color: var(--white);
}
.dr_wrap a.btn{
    margin-top: 30px;
}
.dr_wrap a.btn:hover{
    background-color: var(--white);
    color: var(--primary);
}
.blog_details_image_wrap .testimonial_box{
    display: flex;
    /* gap: 30px; */
    gap: 20px;
    margin-top: 46px;
    color: var(--dark);
}
 .testimonial_box .image{
    /* height: 110px;
    min-width: 110px; */
    height: 90px;
    min-width: 90px;
    border-radius: 50%;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial_box .image img{
    width: 66px !important;
}

 .testimonial_box h4{
    font-size: 20px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 20px;
}
 .testimonial_box p{
    font-size: 16px;
    color: var(--dark);
    margin: 0px;
}
.blog_details_image_wrap .recent_blog_wrap{
    /* margin-top: 60px; */
    margin-top: 30px;
}
.recent_blog_wrap .trending_box h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.recent_blog_wrap .trending_box .trending_bange{
    margin-bottom: 10px;
}
.blog_detail_section h6{
   font-weight: 500;
    font-size: 11px;
    line-height: 200%;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #121212;
    display: block;
    /* margin-bottom: 40px; */
    margin-bottom: 20px;
    position: relative;
    padding-left: 18px;
    padding-top: 16px;
    border-top: 1px solid #D9D9D9;
}
.blog_detail_section h6:before{
    content: "";
    width: 12px;
    height: 12px;
    background: #A3A3A3;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 15px;
    bottom: 0;
    margin: auto;
}
.recent_blog_wrap .row.trending_row > * {
    border-left: 0.56px solid #D9D9D9;
}
.recent_blog_wrap .row.trending_row > *:first-child {
    border-left: 0px;
}
.blog_details_content_wrap {
    height: fit-content;
    position: sticky;
    top: 0px;
}
.blog_details_content_wrap .search-field {
    /* margin: 40px 0px; */
    margin: 0px 0px 20px;
}
.blog_details_content_wrap .field-icon {
    position: relative;
}
.blog_details_content_wrap .field-icon .form-control {
    padding: 10px 10px 10px 40px;
    border-radius: 8px;
    height: 50px;
    font-size: 15px;
    color: var(--dark);
    font-weight: 600;
    font-style: italic;
    box-shadow: none !important;
    border: 0px;
    border-bottom: 1px solid #E1E1E1;
    background-color: #F7F7F7;
}
.blog_details_content_wrap .field-icon .icon {
    left: 0;
     width: 40px;
    height: 50px;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    pointer-events: none;
}
.latest_blog_wrap .blog_box span.sub_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.latest_blog_wrap .blog_box ul.blog_list li h4 {
    font-size: 18px;
    margin-bottom: 5px;
}
.latest_blog_wrap .blog_box ul.blog_list span.time{
    font-size: 12px;
}
.latest_blog_wrap  .blog_box ul.blog_list li{
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.blog_details_content_wrap a.view-all-btn {
    font-weight: 500;
    font-size: 12px;
    line-height: 180%;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--primary);
}
.blog_details_content_wrap a.view-all-btn:hover{
    color: var(--dark);
}
.latest_blog_wrap .blog_box .blog_img {
    /* margin-bottom: 30px; */
    margin-bottom: 15px;
}
.blog_box ul.blog_list li:last-child {
    margin-bottom: 0;
    border-bottom: 0px;
}
.blog_details_content_wrap .tags_wrap{
    /* margin-top: 40px; */
    margin-top: 20px;
}
.blog_details_content_wrap .tags_wrap .row{
    padding-top: 16px;
    padding-bottom: 20px;
    border-top: 1px solid #D9D9D9;
}
.blog_details_content_wrap .tags_wrap h6{
    padding-top: 0px;
    margin-bottom: 0px;
    border: 0px;
}
.blog_details_content_wrap .tags_wrap h6:before{
    top: 0px;
}
/* .tags_wrap .tag-btn{
    padding: 6px 12px;
    background-color: #FCF4F4;
    border: 1px solid #FAD1D1;
    border-radius: 8px;
    height: 36px;
    line-height: 36px;
    margin-right: 20px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    color: var(--text);
    display: inline-flex;
    align-items: center;
} */
 .tags_wrap .tag-btn {
    padding: 4px 10px;
    background-color: #FCF4F4;
    border: 1px solid #FAD1D1;
    border-radius: 8px;
    height: 34px;
    line-height: 34px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: var(--text);
    display: inline-flex;
    align-items: center;
}
.tags_wrap .tag-btn:hover{
    background-color: var(--primary);
    color: var(--white);
}
.blog_details_content_wrap .subscribe_box{
    /* margin-top: 80px; */
    margin-top: 30px;
    background-color: var(--dark);
    padding: 24px 24px 32px 24px;
    border-radius: 12px;
}
.subscribe_box h3{
    /* font-size: 24px; */
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 25px;
    /* margin-bottom: 40px; */
}
/* .subscribe_box input.form-control {
    height: 56px;
    margin-bottom: 20px;
    background-color: #FAFAFA;
    padding: 16px;
    border-radius: 8px;
    font-size: 18px;
    color: var(--text);
} */
 .subscribe_box input.form-control {
    height: 45px;
    margin-bottom: 12px;
    background-color: #FAFAFA;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 15px;
    color: var(--text);
}
.subscribe_box input.form-control:focus{
    box-shadow: none;
    border: 0px;
}
.subscribe_box input.form-control::placeholder{
    color: var(--text);
}
/* .subscribe_box .btn.btn-primary{
    width: 100%;
    height: 56px;
    font-size: 18px;
} */
 .subscribe_box .btn.btn-primary {
    width: 100%;
    height: 45px;
    font-size: 15px;
}
.subscribe_box .btn.btn-primary:hover{
    background-color: var(--white);
    color: var(--primary)
}
.blog_list_section .articles_content h3 {
    font-size: 20px;
}
section.articles_section.blog_list_section{
    padding-top: 100px  ;
}
.blog_list_section .articles_row {
    row-gap: 35px;
    padding-right: 10px;
}
section.articles_section.blog_list_section .articles_box .articles_img a {
    height: 250px;
}
section.articles_section.blog_list_section .articles_img {
    margin-bottom: 20px;
}
.blog_detail_section .blog_details_content_wrap {
    max-width: 252px;
    width: 100%;
}
.blog_detail_section .blog_details_wrap img{
    width: 100%;
}