.h8_video-play {
  position: absolute;
  right: 30px;
  top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}
.h8_video-play .play {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 43px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: drop-shadow(0px 20px 100px rgba(25, 35, 53, 0.3));
  color: #fff;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  cursor: pointer;
}
.h8_header-logo {
  position: relative;
  z-index: 100;
  width: 125px;
}
.header-sticky.sticky img {
  width: 100px;
}

.float {
  position: fixed;
  width: 200px;
  height: 45px;
  bottom: 115px;
  right: 13px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.float .fa-whatsapp {
  font-size: 20px !important;
}
.my-float {
  margin-top: 12px;
}

.circle-img {
  width: 100px; /* Adjust the size as needed */
  height: 100px; /* Adjust the size as needed */
  border-radius: 50%;
  object-fit: cover; /* Ensures the image covers the entire circle */
}
.country-img {
  margin-bottom: 10px;
}

/* Modal Form */
.modal-form {
  padding: 34px;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}

.course-content-title {
  font-size: 23px;
}

.country-item {
  margin-bottom: 30px;
}
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  border-radius: 50px 50px 4px 4px;
}
#scrollUp i {
  height: 40px;
  font-size: 24px;
  width: 42px;
  border-radius: 0;
  color: #fff;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  background: #1a4780;
  margin-left: 2px;
  box-shadow: 0 0 2px #54595f;
}

/* @media only screen and (min-width: 1300px) and (max-width: 1400px),
  (max-width: 767px) {
  .single-banner {
    align-items: center;
  }
} */
