
.bradcrus_area{
    background: #ba933f;
    padding:20px 10px;
    color: white;
}
.bradcrus_area h1{
    font-size:30px;
}
.doc_section_container {
    padding: 40px 10px;
}
.name_box p {
    font-size: 20px;
}
.margint {
    margin-top: 51px;
}
.hading {
    font-size: 20px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
        
}
.doc_paragraphbox p{
    font-size:17px;
}
.heading_doc_h2 {
    font-weight: bold;
}
.doc_list_c li{
     font-size:17px;
}
.doc_list_c li {
    list-style-type: disc;
}
.doc_list_c {
    padding-inline-start: 20px;
}
.call_doc {
    background: black;
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none !IMPORTANT;
}
@media only screen and (max-width: 600px) {
    .cc {
        text-align: center;
    }
    .heading_doc_h2 {
    font-weight: bold;
    line-height: 32px;
    font-size: 24px;
}
}
.top_mt20
{
    margin-top:20px;
}