@media only screen and (max-width:  767px)
{
    .abut_us_mc {
        text-align: center !important;
    }
    .abut_us_mc
{
    margin: 15% 0%;

}

.section_top
{
    margin-top: 40px;
}
.card_section_mc .col-lg-3
{
    margin-top: 40px;
}
.p_card_body {
    text-align: center;
}
footer.site_margin {
    text-align: center;
}
footer .col-lg-4
{
    margin-top: 30px;
}
.copyright_section_mc
{
    display: block;
    text-align: center;
}
.copyright_section_mc p {
    color: #fff;
    font-size: 10px !important;
}
.copyright_section_mc p
{
    margin-top: 10px;
}
nav.site_margin {
    display: none;
}
.icon_box_mc {
    display: none;
}
.logo_section_mc img {
    width: 68px;
}
#menu_open
{
    display: block !important;
}
.inner_page_banner h5
{
  font-size: 20px;
  padding: 6% 11%;
  text-align: center;
}
.table_section_mc h3
{
    color: var(--primary-color);
    text-align: center;
} 
.table_section_mc h6
{
    color: var(--primary-color);
    text-align: center;
} 
.about_content .col-lg-7
{
  text-align: center;
  padding-top: 30px; 
}
.contact_content
{
    padding: 0px 0px 0px 0px ;
}
.contact_content ul li
{
   display: grid;
   grid-template-columns: 10% 90%;
   margin-top: 30px;
   font-size: 18px;
   letter-spacing: 1px;
   word-break: break-all;
}
.contact_content {
    margin-top: 30px;
    text-align: center;
}

.pd_table .col-lg-9 p{
    text-align:center;
    margin: 10px 0;
}

}