footer:before {
  background-image: url(../images/pink/wave3.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: auto;
  bottom: 0;
  animation: bounceInUp 0.2s linear both;
  -webkit-animation: bounceInUp 0.2s linear both;
}

.footer-logo-grid img {
  margin-bottom: 25px;
  display: block;
  max-height: 135px;
}

.approved-images {
  margin-top: 50px;
  margin-bottom: 10px;
}

.approved-images img {
  max-width: 50%;
  display: inline-block;
}

.footer-logo-grid h4 {
  font-size: 14px;
  color: #005e8a;
  line-height: 26px;
  font-weight: 600;
}

.footer-links-grid ul {
  margin: 20px auto;
}

.footer-links-grid ul li {
  margin-bottom: 10px;
}

.footer-links-grid ul a {
  color: #2f4858;
  font-size: 14px;
  text-shadow: none;
}

.footer-links-grid ul li.active a {
  color: transparent;
  text-shadow: 0 0 10px #1a3f87;
  opacity: 0.5;
}

.footer-links-grid ul a:hover {
  color: #1a3f87;
}

.copyrights-grid {
  margin-top: 30px;
  font-size: 16px;
  color: #2f4858;
}

.copyrights-grid i {
  margin: auto;
  color: red;
  font-size: 20px;
  vertical-align: middle;
  /* animation: pulse 0.7s linear both infinite; */
  /* -webkit-animation: pulse 0.7s linear both infinite; */
}

.follow-us {
  margin-top: 10px;
}

.follow-us h3 {
  margin-bottom: 13px;
  display: inline-block;
}

.follow-us a {
  text-transform: capitalize;
  display: inline-block;
  color: #fff;
  background: #ff5733;
  text-align: center;
  line-height: 50px;
  margin-top: 10px;
  /* padding: 5px 8px; */
  /* display: block; */
  width: 50px;
  border-radius: 10px;
  direction: ltr;
  height: 50px;
  font-size: 25px;
  border-radius: 0 20px 20px 20px;
}

.follow-us a:first-of-type {
  border-radius: 0 20px 20px 20px;
}

.follow-us a:hover {
  background: #005e8a;
}

.follow-us a i {
  margin: auto;
}

/*start new  */

.click-show-icons-fixed-new {
  display: block;
  transform: translateX(500%);
  -webkit-transform: translateX(500%);
  transition: all 0.4s linear;
}
.click-show-icons-fixed-new.active {
  transform: translateX(0%);
  transition: all 1s linear;
  -webkit-transform: translateX(0%);
}
/*.click-show-icons-fixed-new h3{*/
/*        transition: all .3s linear !important;*/

/*}*/
.click-show-icons-fixed-new.active1 h3::after {
  transform: scale(1);
  transition: all 0.3s linear !important;
}

.click-show-icons-fixed-new h3 {
  position: relative;
  width: 100%;
  height: 100%;
}

.show-icons-fixed-new {
  display: block;
}

.click-show-icons-fixed-new h3 {
  background: #fff;
  color: #0a5f89;
  font-size: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 63px;
  width: 63px;
  margin: 0px 5px;
  cursor: pointer;
  text-decoration: none;
  border-radius: 50%;
  box-shadow: 0 0 8px #ccc;
  animation-name: pulse;
  z-index: 999;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #0a5f89;
  }
  80% {
    box-shadow: 0 0 0 14px #0a5f89;
  }
}

.click-show-icons-fixed-new h3 {
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border:hover {
  color: #fff;
}

.click-show-icons-fixed-new h3::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  padding: 5px;
  border: 5px solid #0a5f89a1;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: -1;
}

.click-show-icons-fixed-new h3::after {
  content: '\f00d';
  position: absolute;
  border-radius: 50%;
  display: flex;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  color: #fff;
  font-weight: 800;
  align-items: center;
  justify-content: center;
  background: #0a5f89;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear !important;
  transform: scale(0);
}

@keyframes pulse-border {
  0% {
    padding: 20px;
    opacity: 0.75;
  }
  75% {
    padding: 40px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.click-show-icons-fixed-new {
  display: none;
}

@media (max-width: 768px) {
  .click-show-icons-fixed-new {
    display: flex !important;
  }

  .fixed-icons {
    top: auto !important;
    bottom: 17% !important;
  }
  .show-icons-fixed-new {
    display: none;
    margin: 0px 10px;
  }
}
