.p-cd .h,.p-cd .m,.p-cd .s {
  transition: all .25s ease-in-out;
}

.p-cd-t {
  display: inline-flex;
  align-items: baseline;
  color: var(--accent-main);
  margin-right: 20px;
}

.p-cd-t .c {
  font-size: 48px;
  font-weight: 500;
}
.p-cd-t .l {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
.p-btm {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 0;
}

.p-btm-cont {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #fff;
  width: 100%;
  border: 1px solid var(--bs-gray-200);
  padding: 10px;
  transition: all .25s ease-in-out;
}
.p-btm-a {
  text-decoration: none;
  color: #222;
  font-weight: 500;
}
.p-btm-wt {
  display: inline-block;
  color: #fff ;
  background:#128c7e ;
  border-radius: 8px;
  padding: 5px 15px;
  transition: all .5s ease-in-out;
}
.p-btm-wt:hover {
  background:#075e54 ;
}
.pbd-end {
  color: var(--accent-main);
  border-left: 1px solid var(--bs-gray-400);
  padding-left: 10px;
  margin-left: 10px;
}
.pbd-end span {
  width: 22px;
  display: inline-block;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .p-btm {
    padding-right: 25px;
    left: 0;
    padding-bottom: 15px;
  }
  .p-btm-cont {
    width: auto;
    justify-content: center;
    background: rgba(255,255,255,.95);
    border-radius: 10px;
  }
  body.scollnow .p-btm-cont {
    opacity: 0;
  }
}