a{
    color: #E3203B;
	font-family: 'Roboto' !important;
}
p {
    margin-bottom: 0px;
}
/* h1, h2, h3{
    font-family: 'playfairDisplay' !important;
} */
p, h6, h5, h4, h3, h2, h1 {
    font-family: 'Roboto' !important;
}
.mar_bot{
    margin-bottom: 0px;
}
.list_style_none ul li {
    list-style: none;
    margin-bottom: 8px;
}
.list_style_none ul {
    margin: 0px;
    margin-left: 10px;
}
.adhering_list ul {
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
}
.contact_form_field {
    margin: 5px 0px;
}
.contact_form_page .submit_btn_cont {
    text-align: center;
    margin-top: 40px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    color: #fff;
    background-color: #E3203B;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Inter';
}
.bold_menu_item a {
    font-size: 21px !important;
    font-weight: 900;
}
.single_blog_case {
    padding: 50px;
    box-shadow: 2px 2px 40px #0000003d;
    margin-top: 50px;
    margin-bottom: 50px;
}
.post_author {
    margin: 17px 0px;
    color: #7e7e7e;
    font-size: 16px;
}
.content_blog {
    color: #7e7e7e;
    font-size: 20px;
    line-height: 32px;
}
.blog_post_heading {
    margin-bottom: 25px;
}
.blog_post_heading h2 {
    font-size: 40px !important;
    font-weight: 800;
    color: #09305c;
}
.accordian_sev .elementor-accordion-item {
    border-bottom: 1px solid #cdcdcd94 !important;
    padding: 10px 0px !important;
}

@media (max-width: 767px) {
    .single_blog_case {
        padding: 20px;
    }
    .blog_post_heading h2 {
        font-size: 22px !important;
    }
    .content_blog {
        font-size: 16px;
        line-height: 25px;
    }
    .post_author {
        margin: 10px 0px;
        font-size: 14px;
    }
  }
@media (max-width: 1300px) {
    .single_blog_case {
        padding: 30px;
    }
    .blog_post_heading h2 {
        font-size: 30px !important;
    }
    .content_blog {
        font-size: 18px;
        line-height: 28px;
    }
    .post_author {
        margin: 15px 0px;
        font-size: 16px;
    }
  }