/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


body .footer .clear-main-footer .cl-item-footer1
{
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
}


body .footer .clear-main-footer .cl-item-footer2
{
  width: 25%;
  max-width: 25%;
  flex: 0 0 25%;
}

body .footer .clear-main-footer .cl-item-footer3
{
  width: 15%;
  max-width: 15%;
  flex: 0 0 15%;
}

body .footer .clear-main-footer .cl-item-footer4
{
  width: 10%;
  max-width: 10%;
  flex: 0 0 10%;
}


  @media(max-width:991px){
    
    body .footer .clear-main-footer > div {
    margin-bottom:1.5rem;
    }
    
    
    body .clear-wb-footer {
      text-align: left;
    } 
    
    body .footer-so-media {
        justify-content:left;
    }
    
    body .footer-inner-left .footer-inner-content {
      text-align: left;
    }
    
     .footer-other-social ul {
        padding: 0!important
    }
    
    
    



    body .content-sec-s {
        margin:0;
        text-align: left;
    }

    body .footer .footer-other-social ul {
        display: flex!important
    }
}
    
    
    
    

  }