/*--------------------------------------------------------------
# Footer_Stick
--------------------------------------------------------------*/

.footer_stick .footer-from {
      z-index: 13;
    }
    .footer_stick.footer-from {
      width: 99%;
      max-width: 90%;
      padding: 15px 20px;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 20px;
    }
    .sticky {
      bottom: 0;
      width: 100%;
      z-index: 3;
    }
    .footer-from {
      background: #014d77;
      padding: 30px 0;
      margin: 50px 0 0 0;
      position: relative;
    }
    .footer-from {
      color: #fff;
    }
    .sticky {
      bottom: 0;
      width: 100%;
      z-index: 2;
    }
    .sticky {
      bottom: 0;
      width: 100%;
      z-index: 1;
    }