@media (max-width: 600px) {
    .panelDiv {
        margin: 0px !important;
    }

    .panel-headingWebregistration {
        flex-direction: column !important;
    }
    .textCenter{
        text-align: center !important;
    }
    .tab-content{
        padding:10px;
    }
    .card{
        border:0px !important;
        border-radius:0!important;
    }
    .card .panel-headingWebregistration{
        border-radius:0 !important;
    }
    .domicile{
        margin-bottom:0px !important;
        display:block !important;
    }
    .domicile .childElemnt{
        margin-bottom:0px !important;
    }
    .p3{
        padding:0.5rem !important;
    }
    .col .flex-end{
        justify-content: center !important;
    }
}