	.back-top {
  position: fixed;
  bottom: 40px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background: #3f5eab;
  backdrop-filter: blur(6px);
  z-index: 999;

  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.back-top.back-top-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-top:hover {
  background: rgba(0,0,0,0.9);
}

.back-top svg {
  position: absolute;
  top: 0;
  left: 0;
}

.back-top .up-arrow {
  width: 22px;
  height: 22px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.progress-circle {
  transform: rotate(-90deg);
  transform-origin: center;
}

.myemail::placeholder {
        font-size: 14px !important;
        
    }
.custom-btn {
  width: auto;
  font-size: 18px;
  height: auto;
  line-height: normal;
  text-align: center;
  background: rgba(163, 222, 35, 1);
  border: 1px solid rgba(163, 222, 35, 1);
  color: rgba(0, 0, 0, 1);
  cursor: pointer;
  font-weight: 600;
  border-radius: 0;
  text-shadow: none;
  padding: 8px 16px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0);
  margin: 10px 0;
  vertical-align: middle;
}
.custom-btn:hover{
	background: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1);
    color: rgba(163, 222, 35, 1);
}

		.custom-pad{
			padding-block:clamp(1.1875rem, calc(0.1983597291vw + 1.125rem), 1.3125rem) !important;
		}