
@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;
  display: none;
}
.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;
}
.contentBoxBtn {
  display: block;
  color: #fff !important;
  text-align: center;
  font-family: Helvetica Neue;
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
  border-bottom: 1px solid #d8d8d8;
  background: #009;
  padding: 19px 0;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 0 1.5em;
}
.contentBoxBtn:hover {
  -webkit-box-shadow: 0 0 10px #e73323;
  box-shadow: 0 0 10px #e73323;
}

.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;
}
.form {
  padding: 56px 32px 47px 32px;
  background: #0a0a0a;
  margin: 0 0 1.5em;
}
.formSub {
  color: #fff;
  font-family: Helvetica;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}
.formTitle {
  color: #fff;
  font-family: Helvetica;
  font-size: 26px;
  font-weight: 700;
  line-height: 35.75px;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 25px;
}
.formTitle span {
  color: #01F;
  font-family: Helvetica;
  font-size: 41px;
  font-weight: 700;
  line-height: 56.38px;
  letter-spacing: 1px;
  text-align: center;
}
.formSub1 {
  color: #fff;
  font-family: Helvetica;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  margin-top: 15px;
}
#formbox {
  margin-top: 10px;
}
.filed_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.intl-tel-input {
  width: 100%;
}
#first_name,
#last_name,
#email,
#phone {
  display: block;
  color: #000;
  font-family: Helvetica;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.25px;
  text-align: left;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 10px 12px;
  margin-bottom: 15px;
}
#phone {
  padding-left: 60px;
  margin: 0;
}
#checklabel,
#check {
  display: none;
}
.submit {
  display: block;
  width: 100%;
  color: #fff;
  font-family: Helvetica;
  font-size: 23px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  border: 0;
  border-radius: 10px;
  background: #0612b7;
  padding: 17.5px 0;
  cursor: pointer;
  margin-top: 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submit:hover {
  -webkit-box-shadow: 0 0 10px #7ed321;
  box-shadow: 0 0 10px #7ed321;
}
p#error-msg {
  display: block;
  margin-top: 20px;
  color: red;
  font-size: 20px;
}
.loadingView {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loadingView img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {

  .form {
    padding: 20px;
  }
  .formSub {
    font-size: 20px;
  }
  .formTitle {
    font-size: 20px;
    line-height: 30px;
  }
  .formTitle span {
    font-size: 30px;
    line-height: 40px;
  }
  .formSub1 {
    font-size: 17px;
    line-height: 27px;
  }}
  .form p:first-of-type:first-letter {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    padding:inherit;
    float: inherit;
} 

.my-link {
  font-weight: 700;
}

.load {
position: relative;
overflow: hidden !important;
}
.load::after {
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #fff;
z-index: 1000000000000;
}

.price-my {
  color: green;
  font-size: 19px;
  font-weight: 900 !important;
}

.prof-my {
  display: flex;
  margin: auto;
}

.center-my {
  display: flex;
  flex-direction: column;
}

.person-video {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.person-video:not(:last-child) {
  margin-bottom: 20px;
}

.person-link {
  padding: 10px;
  border: 1px solid #009;
  border-radius: 25px;
  max-width: 200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}

.person-link:hover,
.person-link:focus {
  background: #009;
  color: white;
}
.progress_scroll {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #009;
  bottom: 0;
}
.custom_link {
  color: #007fff !important;
  text-decoration: underline !important;
}
.custom_btn_block {
  display: flex;
  justify-content: center;
}
.custom_btn {
  background: #007fff;
  padding: 24px 28px;
  border-radius: 16px;
  color: #fff !important;
  font-size: 1.3em;
  font-weight: bold;
  margin: 24px 0;
  text-align: center;
}
p a {
  color: #1468a0 !important;
  font-weight: bold;
}
.custom_acent_block {
  padding: 20px;
  border: 1px solid #009;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  background: rgba(140, 140, 140, .2);
}