/*Footer*/
.footer-wrap {
    background-color: var(--c-primary-red);
    padding-top: 55px;
  }
  .footer-wrap .footer-content .demo {
    color: var(--c-white);
    font-weight: 600;
    line-height: 23px;
    margin-top: 25px;
    padding-right: 30px;
  }
  .footer-wrap .footer-content .footer-app {
    margin-top: 30px;
  }
  .footer-wrap .footer-content .footer-app h5 {
    font-family: var(--ff-primary);
    font-size: 15px;
    font-weight: 600;
    color: var(--c-white);
    margin-bottom: 12px;
  }
  .footer-wrap .footer-content .footer-app ul li {
    display: inline-block;
    padding: 0 5px 0 0;
  }
  .footer-wrap .footer-content .footer-app ul li a img {
    height: 40px;
    object-fit: cover;
  }
  .footer-wrap .footer-content .footer-links {
    column-count: 2;
  }
  .footer-wrap .footer-content .footer-links li {
    padding-bottom: 22px;
  }
  .footer-wrap .footer-content .footer-links li:nth-child(5) {
    padding-bottom: 0px;
  }
  .footer-wrap .footer-content .footer-links li a {
    font-family: var(--ff-primary);
    font-size: 15px;
    font-weight: 600;
    color: var(--c-white);
  }
  .footer-wrap .footer-content .footer-contact li a {
    font-family: var(--ff-primary);
    font-size: 15px;
    font-weight: 600;
    color: var(--c-white);
  }
  .footer-wrap .footer-content .footer-contact li {
    padding-bottom: 22px;
  }
  .footer-wrap .footer-content .footer-contact li:last-child {
    padding-bottom: 0px;
  }
  .footer-wrap .footer-content .footer-social {
    margin-top: 26px;
  }
  .footer-wrap .footer-content .footer-social li {
    display: inline-block;
    padding: 0 20px 0 0px;
  }
.footer-wrap .footer-content .footer-social li a {
    background-color: var(--c-white);
    height: 35px;
    width: 35px;
    padding: 8px;
    line-height: 0px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: var(--c-primary-red);
}
  .footer-wrap .footer-copyright .demo {
    font-family: var(--ff-secondary);
    font-size: 14px;
    font-weight: 400;
    color: var(--c-white);
    letter-spacing: 0.5px;
  }
  .footer-wrap .footer-copyright {
    padding: 0px 15px 28px 15px;
    margin-top: 64px;
  }
  .footer-wrap .footer-content .footer-links li a:hover {
    color: var(--c-black);
  }
  .footer-wrap .footer-content .footer-contact li a:hover {
    color: var(--c-black);
  }
  .footer-wrap .footer-content .footer-social li a:hover {
    color: var(--c-black);
  }

  @media (min-width: 1024px) and (max-width: 1200px){
    .footer-wrap .footer-content img {height: 40px;}
    .footer-wrap .footer-content .footer-links li a {font-size: 13px;}
    .footer-wrap .footer-content .footer-links li {padding-bottom: 16px;}
    .footer-wrap .footer-content .footer-app h5 {font-size: 13px;}
    .footer-wrap .footer-content .footer-app ul li a img {height: 32px;}
    .footer-wrap .footer-content .demo {margin-top: 18px;}
    .footer-wrap .footer-content .footer-app {margin-top: 25px;}
    .footer-wrap .footer-copyright .demo {font-size: 13px;}
    .footer-wrap .footer-copyright {padding: 0px 0px 28px 15px;margin-top: 45px;}
    .footer-wrap .footer-content .footer-contact li a {font-size: 13px;}
    .footer-wrap .footer-content .footer-contact li {padding-bottom: 16px;}
}
@media (min-width: 992px) and (max-width: 1024px) {
    .footer-wrap .footer-content img {height: 40px;}
    .footer-wrap .footer-content .footer-links li a {font-size: 13px;}
    .footer-wrap .footer-content .footer-links li {padding-bottom: 16px;}
    .footer-wrap .footer-content .footer-app h5 {font-size: 13px;}
    .footer-wrap .footer-content .footer-app ul li a img {height: 32px;}
    .footer-wrap .footer-content .demo {margin-top: 18px;}
    .footer-wrap .footer-content .footer-app {margin-top: 25px;}
    .footer-wrap .footer-copyright .demo {font-size: 13px;}
    .footer-wrap .footer-copyright {padding: 0px 0px 28px 15px;margin-top: 45px;}
    .footer-wrap .footer-content .footer-contact li a {font-size: 13px;}
    .footer-wrap .footer-content .footer-contact li {padding-bottom: 16px;}
}
@media only screen and (max-width: 991.98px) {   
    .footer-wrap .footer-content img {height: 40px;}
    .footer-wrap .footer-content .footer-links li a {font-size: 14px;}
    .footer-wrap .footer-content .footer-links li {padding-bottom: 16px;}
    .footer-wrap .footer-content .footer-app h5 {font-size: 14px;margin-bottom: 8px;}
    .footer-wrap .footer-content .footer-app ul li a img {height: 32px;}
    .footer-wrap .footer-content .demo {margin-top: 18px;padding-right: 0px;}
    .footer-wrap .footer-content .footer-app {margin-top: 25px;}
    .footer-wrap .footer-copyright .demo {font-size: 13px;}
    .footer-wrap .footer-copyright {padding: 0px 0px 16px 0px;text-align: center;margin-top: 45px;}
    .footer-wrap .footer-content .footer-contact li a {font-size: 14px;}
    .footer-wrap .footer-content .footer-contact li {padding-bottom: 16px;}
    .footer-wrap .footer-content .footer-social li {padding: 0 20px;}
    .footer-wrap .footer-content .footer-links {margin-top: 30px;}
    .footer-wrap .footer-content  {margin-top: 40px;text-align: center;}
    .footer-wrap {padding-top: 25px;}
}
@media (max-width: 767.98px){
    .footer-wrap {padding-top: 5px;}
    .footer-wrap .footer-content img {height: 35px;}
    .footer-wrap .footer-content .footer-social li {padding: 0 10px;}
}
@media (max-width: 575.98px){
    .footer-wrap .footer-content .footer-links {column-count: 1;}
    .footer-wrap .footer-content .footer-links li:nth-child(5) {padding-bottom: 14px;}
    .footer-wrap .footer-content .footer-links li {padding-bottom: 14px;}
    .footer-wrap .footer-content .footer-social {margin-top: 20px;}
    .footer-wrap .footer-content .footer-contact li {padding-bottom: 14px;}
    .footer-wrap .footer-copyright .demo {font-size: 12px;}
    .footer-wrap .footer-copyright {margin-top: 35px;}
    .footer-wrap .footer-content {margin-top: 30px;}
    .footer-wrap .footer-content .footer-app ul li a img {height: 35px;}
}