.footer-class{
    left:0 ;
    bottom: 0;
    right:0;
  }
  footer{
    left:0 ;
    bottom: 0;
    right:0;
    position: relative;
    background-color: #111;
    width: 100vw;
    font-family: sans-serif;
    padding-top:40px;
    padding-bottom: 1.5rem;
    /* margin-top:-1.65rem; */
    color:#fff;
  }
  
  
  .footer-content{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    letter-spacing: 0.083em;  
  }
  
  .footer-content h3{
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 3rem;
  }
  
  .footer-content p{
    max-width: 500px;
    margin: 10px auto;
    line-height: 18px;
    font-size: 14px;
  }
  
  
  .socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
  }
  
  .socials li{
    margin: 0 10px;
  }
  
  .socials a{
    text-decoration: none;
    color: #fff;
  }
  
  .socials a i {
    font-size: 2rem;
    transition: color .4s ease;
  }

  @media screen and (min-width:990px) and (max-width: 1089px){
    .footer-class{
      left:0 ;
      bottom: 0;
      right:0;
      margin-top:-13.15rem !important;
    }
  }

  @media screen and (min-width: 1090px) and (max-width: 1199px){
    .footer-class{
      left:0 ;
      bottom: 0;
      right:0;
      margin-top:-13.15rem !important;
    }
  }

  @media screen and (min-width: 1200px) and (max-width: 1299px){
    .footer-class{
      left:0 ;
      bottom: 0;
      right:0;
      margin-top:-13.15rem !important;
    }
  }

  @media screen and (min-width:1300px) and (max-width:1470px) {
    .footer-class{
      left:0 ;
      bottom: 0;
      right:0;
      margin-top:-13.15rem !important;
    }
  }