.contact_box{
    width: 100%;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    }
    .contact_box_item{
    min-height: 50vh;
    width: 80%;
    }
    .contact_box_item_box{
        
width: 100%;
    }
    .contact_box_item1 {
        padding: 35px 0px;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-direction: column;
    }
    .contact_box_item_box >.card {
        min-height: 50vh;
    }
    .icon_on_contact{
        margin-right: 10px;
        height: auto;
        width: 20px;
    }
    .card-header{
        background-color: var(--app_color1);
        color: white;
    }
    .contact_box_item_box_item{

width: 50%;

}
    .card_body_box_contact{
        padding: 0px;
display: flex;
        
flex-direction: row;
        
align-content: center;
        
justify-content: flex-start;
        
align-items: center;
    }
    .contact_page_social_media_box{
        display: flex;
        flex-direction: row;
    }
    .contact_list{
        list-style-type: none;
    }
    .contact_list li a{
        color:#333;
    }
    @media (max-width: 768px) {
        .contact_box_item { 
            width: 90%;
        }
        .contact_box_item1 {
            padding: 30px 0px;
            display: flex;
            justify-content: space-between;
            align-items: stretch;
            flex-direction: column;
        }
        .contact_box_item_box {
            width: 100%;
        }.contact_box_item_box >.card {
            margin-bottom: 20px;
            min-height: 10vh;
        }
        .card_body_box_contact { 
            flex-direction: column; 
        }
        .contact_box_item_box_item {
            width: 100%;
        }
      }