/* @media only screen and (min-width: 1400px) {
  .footer-bottom-container {
    max-width: 1417px;
  }
} */

@media screen and (min-width: 1200px) {
  .footer-bottom-container>.footer-bottom-l {
    width: 40%;
  }

  .footer-bottom-container>.footer-bottom-links {
    width: 20%;
  }

  .footer-logo {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-bottom-container .footer-newsletter-r input {
    width: 100%;
    margin-bottom: 15px;
  }

  .footer-bottom-container>.footer-bottom-l {
    width: 40%;
  }

  .footer-bottom-container>.footer-bottom-links {
    width: 20%;
  }
}

@media only screen and (max-width: 1024px) {
  .footer-logo {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-bottom-r {
    padding-left: 0 !important;
  }

  .footer-bottom-container>.footer-bottom-l {
    /* width: 50%; */
    width: 70%;
  }

  .footer-bottom-container>.footer-bottom-links {
    /* width: 50%; */
    width: 30%;
  }

  .footer-bottom-container>.footer-bottom-r {
    width: 100%;
    margin-top: 20px;
  }

  .footer-bottom .footer-bottom-container>div:not(:last-child) {
    /* .footer-bottom .footer-bottom-container>div { */
    margin-bottom: 20px;
  }

  .footer-bottom-container>div:nth-child(2) {
    border-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-bottom-container>.footer-bottom-r {
    margin-top: 0;
  }

  .footer-top .footer-newsletter {
    display: none;
  }

  .footer-bottom-container>.footer-bottom-l {
    padding-right: 0;
  }

  .footer-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-newsletter {
    justify-content: flex-start;
  }

  .footer-bottom-links ul li a {
    font-size: 16px;
  }

  .footer-bottom-container>div {
    width: 100% !important;
  }

  .footer-newsletter-l {
    font-size: 18px;
  }

  .footer-bottom-container>div {
    width: 100%;
  }

  .site-footer input {
    margin-bottom: 10px;
  }

  .footer-bottom-container>div:not(:first-child) {
    padding-left: 0;
  }

  .footer-bottom-container>div:not(:last-child) {
    border: 0;
  }

  .site-footer input,
  .site-footer .footer-bottom-newsletter input {
    width: 100%;
  }

  .footer-bottom-newsletter form .button {
    width: auto;
  }

  .footer-bottom-newsletter {
    padding: 15px;
  }

  .footer-bottom-l {
    display: flex;
    flex-wrap: wrap;

  }

  .footer-bottom-l,
  .footer-bottom-links {
    justify-content: center;
  }

  .footer-bottom-l-desc {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-bottom-l-logo {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-bottom-links {
    margin-bottom: 10px;
  }

  .footer-bottom-links,
  .footer-bottom .footer-bottom-container>div.footer-bottom-l {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--pale-c3) !important;
  }

  .footer-bottom-links ul {
    text-align: center;
  }

  .footer-followus {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
  }

  .footer-followus-title {
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }


  footer .social-media {
    display: block;
  }

  .site-footer .footer-bottom-newsletter input {
    margin-right: 0;
  }

  .footer-bottom-newsletter-l {
    font-size: 18px;
    text-align: center;
  }

  .footer-bottom-newsletter .coil-readmore-btn {
    width: 100%;
  }

  .footer-bottom-newsletter {
    padding: 25px;
  }

  .footer-bottom-links ul {
    flex-direction: row;
  }

  .footer-bottom-links ul li:not(:last-child) a {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

@media screen and (max-width: 480px) {
  .footer-bottom-newsletter h2 {
    text-align: center;
    font-size: 16px;
  }

  .footer-followus h2 {
    font-size: 18px;
  }

  .footer-bottom-newsletter form {
    flex-direction: column;
    align-items: center;
  }

  .site-footer .footer-bottom-newsletter input {
    margin: 0;
    margin-top: 15px;
  }

  .site-footer .footer-bottom-newsletter .form-control {
    margin-top: 0;
  }
}
