.cta-modal {
  margin-top: 50px;
  padding: 64px 0 64px 0;
  position: relative;
  height: auto;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  background-image: linear-gradient(180deg, #484848, #2f2f2f);
}
.cta-modal .center-content h2 span {
  color: #ffd119;
  font-weight: 800;
}
.center-content {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cta-modal .center-content h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 800;
  width: 65%;
}
.center-content h2.fw {
  color: #fff;
}
.cta-modal .center-content p {
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  width: 48%;
  margin: 0 auto;
  opacity: 1;
  font-weight: 500;
  padding: 10px 0 18px 0;
}
ul.btm-cta-listing li {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  list-style: none;
  margin: 10px 0 10px 40px;
}
ul.btm-cta-listing li svg {
  margin-right: 5px;
  transform: translateY(2px);
}
a.request-demo-btn {
  padding: 7px 25px;
  border: 1px solid #ff0935;
  background: #ff0935;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin: 0 auto;
}
ul.btm-cta-listing {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  justify-content: center;
  list-style: disc;
}
.cta-modal .center-content h2 {
  margin-bottom: 6px;
}
span#bottom-cta span {
  background: transparent !important;
}
img.model-illus-one {
  position: absolute;
  right: 0;
  top: -5%;
  animation: circular-animation 5s infinite linear;
  opacity: 30%;
}
img.model-illus-two {
  position: absolute;
  left: 0;
  top: -5%;
  animation: circular-animation-two 5s infinite linear;
  opacity: 30%;
}
ul.cta-listing {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 25px;
}
ul.cta-listing li svg {
  margin-right: 4px;
  transform: translateY(2px);
}
@keyframes circular-animation {
  0% {
    transform: rotate(0deg) translateY(10px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateY(10px) rotate(-360deg);
  }
}
@keyframes circular-animation-two {
  0% {
    transform: rotate(0deg) translateY(-10px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateY(-10px) rotate(-360deg);
  }
}
@media screen and (max-width: 820px) {
  .cta-modal {
    padding: 30px 0;
    background: #26407c;
    background-image: none !important;
  }
  img.model-illus-one,
  img.model-illus-two {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cta-modal .center-content h2 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 0px;
  }
  .cta-modal {
    padding: 30px 0;
    background: #26407c;
    background-image: none !important;
  }
  .center-content p {
    font-size: 18px;
    line-height: 26px;
  }
  .cta-modal .center-content p {
    width: 90%;
    padding-top: 12px;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 0px;
  }
  ul.btm-cta-listing {
    flex-wrap: wrap;
    display: flex;
    margin-left: 0;
    flex-direction: column;
    text-align: left;
  }
  .cta-modal .center-content h2 span {
    display: inline;
  }
  ul.btm-cta-listing li {
    margin-bottom: 0;
  }
  ul.cta-listing {
    gap: 10px;
    display: flex;
    justify-content: left;
    width: 170px;
  }
}
.cta-modal .center-content h2 span.newline {
  color: #ffffff;
}
