<style>

.f-logo-text{ display:block !important; text-align:left !important;}
.footer-organizer-sec{ display:block !important;}
.breadcrumb{ display:block !important;}
.mt_50{margin-top:-50px;}


@media (min-width: 300px) and (max-width: 480px) {
    .col-md-3.organizer {
        width: 100%;
    }
}
@media (min-width: 300px) and (max-width: 480px) {
    .col-md-3.follw-us {
        width: 100%;
    }
}
@media (min-width: 550px) and (max-width: 991px) {
    .col-md-3.organizer {
        width: 50%;
    }
}
@media (min-width: 550px) and (max-width: 991px) {
    .col-md-3.follw-us {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .row .tablet_view
    {
         clear: none !important; 
    }
}

@media (max-width: 768px)
{
    .tablet_view
    {
        /*position:relative !important;*/
        /*top:-100px !important;*/
        /*float:right !important;*/
    }
}
@media (min-width: 280px) and (max-width: 479px) 
{
    #footer .logo
    {
        
    }
    #footer .social-icons 
    {
        
    }
}
.footer-organizer-sec {
    display: flex;
    color: #000;
    flex-direction: column;
    align-items: center;
}
#footer .social-icons {
    float: none;
}
/*.f-logo-text.p-t-20 {
    display: flex;
    justify-content: center;
}*/
.f-logo-text {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
}
.copyright-content {
    min-height: 80px;
    padding: 0 !important;
}
@media (max-width: 768px) {
    .f-logo-text {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-organizer-sec h5 {
        display: flex;
    justify-content: center;
    }
    .social-icons ul{
        display: flex;
    justify-content: center;
    }
    }
}