.customJS-styles__activation-message {
  color: white;
  font-weight: 700;
  font-size: 16px;
  background: #073e86c2;
  padding: 10px;
  border-radius: 15px;
  display: flex;
  margin-bottom: 15px;
  margin-top: 15px;
}

.customJS-styles__icon {
  color: red;
  font-size: 35px;
  text-align: center;
  margin-right: 7px;
}

@media screen and (min-width: 780px) {
  .b1 {
    width: 256.667px;
  }
}
@media screen and (max-width: 780px) {
  .b1 {
    width: 100%;
  }
}

.my-h4{
  font-size:24px;
  margin-bottom:15px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .reviews {
    width: 70%;
    margin: 20px auto;
    display: flex;
  }
}
.button-link {
  background-color: #009;
  color: white !important;
  display: block;
  max-width: 100%;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: 5px;
  box-shadow: 1px 3px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 4px 1px 1px rgba(0, 0, 0, 0.15);
  animation: heartbeat 3s ease-in-out 2s infinite both;
}
@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.button-link:hover {
  color: #fff;
  background-color: #444;
}

.desc-text {
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
}

.my-lists {
  list-style: inside;
  margin-bottom:15px;
}
.my-lists-number {
  list-style: inside;
  list-style-type: decimal;
margin-bottom:15px;
  
}
.LINK-EBY4iii {
  position: relative;
}
.EBANYI-BLOCK {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 100;
  pointer-events: all;
}

.my-link{
  border-bottom: 1px solid #d8d8d8;
    color: #288ce4 !important;
    text-decoration: none;
    transition: background-color .25s linear;
    
}
li::marker{font-weight: 700;
}


.my-images{
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.img-center{
  width: 70%;
  margin: 0 0 1em;
}@media screen and (max-width: 767px) {
  .contentBoxBtn {
    font-size: 22px;
  }
  .img-center{
    width: 90%
  }
}
.my-link:hover{
  text-decoration: none !important;
}

.btn_n {

  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background:#03357d;
  width: 70%;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 16px 20px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
  margin: 1rem 0;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.3s !important;  
}

.btn_n:hover {
  background: #03357d !important;
}

.btn_n:focus {
  background: #03357d !important;
}

.btn_n .animation {
  border-radius: 100%;
  animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
    0 0 0 20px rgba(255, 255, 255, 0.1),
    0 0 0 40px rgba(255, 255, 255, 0.1),
    0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1),
    0 0 0 40px rgba(255, 255, 255, 0.1),
    0 0 0 60px rgba(255, 255, 255, 0.1),
    0 0 0 80px rgba(255, 255, 255, 0);
  }
}
.centerBtn{
  display: flex;
  padding-top: 15px;
  justify-content: center;
}
.bazuka-form {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 40px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#reg-form {
  border: 2px solid #000099;
  border-radius: 16px;
  max-width: 560px;
  margin: 0 auto 30px;
  font-family: Arial;
  box-shadow: 3px 3px 6px #00000030;
}
.form-title {
  text-align: center;
  padding: 30px 15px;
  font-size: 30px;
  background: #000099;
  color: #fff;
  text-transform: uppercase;
  margin: 30px 0;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .form-title {
    font-size: 24px;
  }
}

#reg-form input {
  font-size: 16px;
  width: 100%;
  padding: 12px 15px;
  box-sizing: border-box;
  border: 1px solid #000099;
  border-radius: 4px;
  color: #000;
  line-height: 1;
  background: #f7f7f7;
  box-shadow: 3px 3px 6px #00000030;
  font-family: Arial;
  background: #fff;
}
#reg-form input:focus {
  outline: 1px solid #000099;
}

form button {
  background: #000099;
  color: #fff;
  width: 100%;
  padding: 14px;
  font-weight: 700;
  font-size: 16px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 4px;
  font-family: Arial;
  letter-spacing: 1px;
  box-shadow: 3px 3px 6px #00000030;
}
