div.zpcontainer-fluid.zpcont-full-stretch{
padding-inline-start:0!important;
padding-inline-end:0!important;
}
.zprow .zpcol-sm-1, .zprow .zpcol-sm-2, .zprow .zpcol-sm-3, .zprow .zpcol-sm-4, .zprow .zpcol-sm-5, .zprow .zpcol-sm-6, .zprow .zpcol-sm-7, .zprow .zpcol-sm-8, .zprow .zpcol-sm-9, .zprow .zpcol-sm-10, .zprow .zpcol-sm-11, .zprow .zpcol-sm-12, .zprow .zpcol-md-1, .zprow .zpcol-md-2, .zprow .zpcol-md-3, .zprow .zpcol-md-4, .zprow .zpcol-md-5, .zprow .zpcol-md-6, .zprow .zpcol-md-7, .zprow .zpcol-md-8, .zprow .zpcol-md-9, .zprow .zpcol-md-10, .zprow .zpcol-md-11, .zprow .zpcol-md-12{
padding-inline-start:0!important;
padding-inline-end:0!important;
}


.btn_section{
  position: relative;
}

.btn_01{
  position: absolute;
  z-index: 999;
    width: 40%!important;
bottom: 5%;
  right: 0;
  left: 0;
  margin: auto;
    overflow: auto!important;
    animation: poyon 2s infinite;
}
.btn_02{
  position: absolute;
  z-index: 999;
    width: 40%!important;
bottom: 5%;
  right: 0;
  left: 0;
  margin: auto;
    overflow: auto!important;
    animation: poyon 2s infinite;
}
.btn_03{
  position: absolute;
  z-index: 999;
    width: 40%!important;
bottom: 5%;
  right: 0;
  left: 0;
  margin: auto;
    overflow: auto!important;
    animation: poyon 2s infinite;
}
.btn_01_sp{
  position: absolute;
  z-index: 999;
    width: 95%!important;
bottom: 5%;
  right: 0;
  left: 0;
  margin: auto;
    animation: poyon 2s infinite;
}
.btn_02_sp{
  position: absolute;
  z-index: 999;
    width: 95%!important;
bottom: 5%;
  right: 0;
  left: 0;
  margin: auto;
    animation: poyon 2s infinite;
}

.btn_03_sp{
  position: absolute;
  z-index: 999;
    width: 95%!important;
bottom: 5%;
  right: 0;
  left: 0;
  margin: auto;
    animation: poyon 2s infinite;
}

@keyframes poyon {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  15%  { transform: scale(0.95, 0.95) translate(0%, 0%); }
  30%  { transform: scale(1.05, 1.05) translate(0%, 0%); }
  50%  { transform: scale(0.95, 0.95) translate(0%, 0%); }
  70%  { transform: scale(1.05, 1.05) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}


