h2 {
  font-size: 36px;
  line-height: 150%;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
}

.btn-green {
  padding-inline: 45px;
}

.alphaBeez {
  background-color: #F6F6F6;
  padding: 110px 0 120px;
}
@media (max-width: 767px) {
  .alphaBeez {
    padding: 60px 0 100px;
  }
}
.alphaBeez .carousel {
  position: relative;
}
.alphaBeez .carousel .carousel-controls {
  position: absolute;
  left: 0;
  width: 100%;
  top: calc(20% + 3vw);
  transform: translateY(-50%);
  z-index: 100;
}
@media (max-width: 767px) {
  .alphaBeez .carousel .carousel-controls {
    position: relative;
    top: 0;
    transform: none;
    margin-top: 30px;
  }
  .alphaBeez .carousel .carousel-controls > a {
    transform: none !important;
  }
}
.alphaBeez .carousel .carousel-controls a {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  border: 1px solid #D6E7EF;
  opacity: 1;
  color: #000;
  background-color: #fff;
  transition: 0.12s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.alphaBeez .carousel .carousel-controls a:first-child {
  transform: translateX(-50%);
}
.alphaBeez .carousel .carousel-controls a:last-child {
  transform: translateX(50%);
}
.alphaBeez .carousel .carousel-controls a:hover {
  background-color: #2C4BB8;
  color: #fff;
  border-color: #2C4BB8;
}
.alphaBeez .carousel-indicators {
  position: absolute;
  display: flex;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -65px;
  right: auto;
  gap: 10px;
}
@media (max-width: 767px) {
  .alphaBeez .carousel-indicators {
    gap: 5px;
  }
}
.alphaBeez .carousel-indicators button {
  background-color: #fff;
  opacity: 1;
  border: 1px solid #D4D7DB;
  border-radius: 20px;
  height: 20px;
  width: 20px;
  transition: height 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
}
@media (max-width: 767px) {
  .alphaBeez .carousel-indicators button {
    height: 15px;
    width: 15px;
  }
}
.alphaBeez .carousel-indicators button::after {
  height: 10px;
  width: 10px;
  background-color: #2CB88B;
  border-radius: 10px;
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  transform: scale(0);
  z-index: 10;
  transition: 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 767px) {
  .alphaBeez .carousel-indicators button::after {
    top: 3px;
    left: 3px;
    height: 9px;
    width: 9px;
  }
}
.alphaBeez .carousel-indicators button.active::after {
  transform: scale(1);
}
.alphaBeez.alphaDetail .container {
  max-width: 1170px;
}
.alphaBeez .single > img, .alphaBeez .alphaMedia > img {
  width: 100%;
  aspect-ratio: 12/4;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 0 26px;
  visibility: hidden;
  position: relative;
  opacity: 0;
}
.single-post h1 {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #13415A
}


.single-post .effectiveDate {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #13415A;
  margin-top:10px;
  margin-bottom: 45px
}

.single-post .blogBody {
  margin-top: 50px;
}

.single-post .blogBody h2 {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #13415A;
  margin-top: 75px;
  margin-bottom: 20px;
}

.single-post .blogBody h3 {
  font-family: Inter;
  font-weight: 500;
  font-size: 25px;
  line-height: 32px;
  color: #556771;
  margin-top: 40px;
  margin-bottom: 15px;
}

.single-post .blogBody p, .single-post .blogBody ul {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0%;
  color: #13415A;
}
.single-post .blogBody img {
  max-width: 100% !important;
  width: 100%;
  max-height: 400px !important;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .alphaBeez .single > img, .alphaBeez .alphaMedia > img {
    aspect-ratio: 16/9;
  }
}
.alphaBeez .author {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 25px;
}
.alphaBeez .author img {
  border-radius: 40px;
  height: 65px;
  min-width: 65px;
  visibility: hidden;
  position: relative;
  opacity: 0;
}
.alphaBeez h2 {
  line-height: 1.4;
  margin: 0 0 15px;
  visibility: hidden;
  position: relative;
  opacity: 0;
}
@media (max-width: 767px) {
  .alphaBeez h2 {
    font-size: 24px;
  }
}
.alphaBeez h6 {
  font-size: 18px;
  font-weight: 500;
  color: #13415A;
  margin: 0 0 5px;
  transition: 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden;
  position: relative;
  opacity: 0;
}
.alphaBeez p,
.alphaBeez span {
  color: #5B7A8B;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  visibility: hidden;
  position: relative;
  opacity: 0;
  display: flex;
}
.alphaBeez p .tick,
.alphaBeez span .tick {
  color: #2CB88B;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  display: inline-block;
  margin-left: 24px;
  position: relative;
}
.alphaBeez p .tick:after,
.alphaBeez span .tick:after {
  content: "";
  position: absolute;
  left: -13px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #5B7A8B;
  top: 8px;
}
.alphaBeez hr {
  background-color: #AAA;
  margin-top: 30px;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .alphaBeez hr {
    margin-bottom: 50px;
  }
}
.alphaBeez .carousel-item {
  transition: none !important;
}
.alphaBeez .carousel-item.active .single > img {
  animation-name: zoomOut;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
}
.alphaBeez .carousel-item.active .author img {
  animation-name: zoomIn;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
.alphaBeez .carousel-item.active h2,
.alphaBeez .carousel-item.active h6,
.alphaBeez .carousel-item.active p,
.alphaBeez .carousel-item.active span {
  animation-name: fadeLeft;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-delay: 0.15s;
}
.alphaBeez .carousel-item.active h2 {
  animation-delay: 0.3s;
}
.alphaBeez .carousel-item.active h6 {
  animation-delay: 0.5s;
}
.alphaBeez .carousel-item.active p {
  animation-delay: 0.4s;
}
.alphaBeez .carousel-item.active span {
  animation-delay: 0.4s;
}
.alphaBeez.alphaDetail .alphaMedia > img {
  animation-name: zoomOut;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
}
.alphaBeez.alphaDetail .author img {
  animation-name: zoomIn;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
.alphaBeez.alphaDetail h2,
.alphaBeez.alphaDetail h6,
.alphaBeez.alphaDetail p,
.alphaBeez.alphaDetail span {
  animation-name: fadeLeft;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-delay: 0.15s;
}
.alphaBeez.alphaDetail h2 {
  animation-delay: 0.3s;
}
.alphaBeez.alphaDetail h6 {
  animation-delay: 0.5s;
}
.alphaBeez.alphaDetail p {
  animation-delay: 0.4s;
}
.alphaBeez.alphaDetail span {
  animation-delay: 0.4s;
}
.alphaBeez.alphaDetail .carousel-indicators {
  bottom: auto !important;
  top: -60px;
}
@media (max-width: 767px) {
  .alphaBeez.alphaDetail .carousel-indicators {
    margin-top: 20px;
  }
}
.alphaBeez + .footer {
  margin-top: 0;
}

@keyframes fadeLeft {
  0% {
    left: 30px;
    opacity: 0;
    visibility: hidden;
  }
  100% {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes zoomOut {
  0% {
    transform: translateY(25px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
  }
}
.listedBlogs {
  padding: 140px 0 10px;
}
.listedBlogs h5 {
  font-size: 30px;
  font-weight: 600;
  color: #13415A;
  line-height: 1.5;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .listedBlogs h5 {
    margin: 0 0 10px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .listedBlogs {
    padding: 50px 0 10px;
  }
}
.listedBlogs .bCard {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  .listedBlogs .bCard {
    margin-bottom: 40px;
  }
}
.listedBlogs .bCard img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
.listedBlogs .bCard h6 {
  font-size: 20px;
  font-weight: 500;
  color: #13415A;
  margin: 0 0 25px;
  transition: 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.listedBlogs .bCard .ticks {
  display: block;
  margin: 0 0 15px;
}
.listedBlogs .bCard .ticks span {
  color: #2CB88B;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.listedBlogs .bCard p {
  color: #5B7A8B;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.listedBlogs .bCard:hover h6 {
  color: #2CB88B;
}

.blogBody h5 {
  font-size: 30px;
  font-weight: 600;
  color: #13415A;
  line-height: 1.5;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .blogBody h5 {
    margin: 0 0 10px;
    font-size: 22px;
  }
}
.blogBody p {
  font-size: 20px;
  font-weight: 300;
  color: #13415A;
  display: block;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .blogBody p {
    font-size: 16px;
  }
}
.blogBody p + h5 {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .blogBody p + h5 {
    margin-top: 30px;
  }
}
.blogBody p strong {
  font-weight: bold;
}
.blogBody + hr {
  margin: 100px 0;
}
@media (max-width: 767px) {
  .blogBody + hr {
    margin: 50px 0;
  }
}
.blogBody ~ .listedBlogs {
  padding: 0 !important;
}
.blogBody ~ .listedBlogs .bCard {
  margin-bottom: 30px;
}