@media(min-width:992px) and (max-width:1199.98px) {
   
    #footer_part {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 18px 0;
        background: rgba(255, 90, 37, 0.87);
        width: 100%;
        display: block !important;
        border-radius: 30px 30px 0px 0px;
    }
    .footer_content{
        width: 20%;
        text-align: center;
    }
    .footer_content:hover i{
        color: rgba(248, 68, 68, 0.867);
        transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    }
    .footer_content i{
        color: rgba(250, 250, 250, 0.87);
        font-size: 24px;
    }
    
    .footer_content p{
        color: rgba(250, 250, 250, 0.87);
        font-size: 19px;
    }
}

@media(min-width:768px) and (max-width:991.98px) {
    #footer_part {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 14px 0;
        background: rgba(255, 90, 37, 0.87);
        width: 100%;
        display: block !important;
        border-radius: 30px 30px 0px 0px;
    }
    .footer_content{
        width: 20%;
        text-align: center;
    }
    .footer_content:hover i{
        color: rgba(248, 68, 68, 0.867);
        transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    }
    .footer_content i{
        color: rgba(250, 250, 250, 0.87);
        font-size: 20px;
    
    }
    
    .footer_content p{
        color: rgba(250, 250, 250, 0.87);
        font-size: 18px;
    }

}

@media(min-width:576px) and (max-width:767.98px) {
    #footer_part {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 9px 0;
        background: rgba(204, 202, 202, 0.867);
        width: 100%;
        display: block !important;
        border-radius: 30px 30px 0px 0px;
    }
    .footer_content{
        width: 20%;
        text-align: center;
    }
    .footer_content:hover i{
        color: rgba(248, 68, 68, 0.867);
        transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    }
    .footer_content i{
        color: rgba(39, 35, 35, 0.867);
        font-size: 18px;
    
    }
    
    .footer_content p{
        color: rgba(39, 35, 35, 0.867);
        font-size: 14px;
    }
 
}

@media(max-width:575.98px) {
    #footer_part {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 9px 0;
        background: rgba(255, 90, 37, 0.9);
        width: 100%;
        display: block !important;
        border-radius: 30px 30px 0px 0px;
    }
    .footer_content{
        width: 20%;
        text-align: center;
    }
    .footer_content:hover i{
        color: rgba(248, 68, 68, 0.867);
        transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    }
    .footer_content i{
        color: rgba(250, 250, 250, 0.87);
        font-size: 18px;
    
    }
    
    .footer_content p{
        color: rgba(250, 250, 250, 0.87);
        font-size: 15px;
    }
}
