/* Mobile landscape media query */
.footer-cta {
  position: relative; }
  .footer-cta::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, #8e9fff 0%, #001480 100%);
    opacity: 0.8; }
  .footer-cta .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .footer-cta .bg-img img {
      height: 100%;
      -o-object-position: top;
         object-position: top; }
  .footer-cta .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 2;
    padding: 51px 0 57px 0;
    border-radius: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) and (max-width: 991px) {
      .footer-cta .wrapper {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      .footer-cta .wrapper {
        padding: 30px 0; } }
  .footer-cta .col-left {
    max-width: 610px; }
    @media (max-width: 991px) {
      .footer-cta .col-left {
        max-width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
        text-align: center;
        width: 100%; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      .footer-cta .col-left {
        max-width: 525px; } }
    @media (max-width: 991px) {
      .footer-cta .col-left {
        text-align: left; } }
  .footer-cta h3 {
    font-weight: 800;
    color: #ffffff; }
  .footer-cta h5 {
    color: #ffffff;
    font-weight: 400;
    margin-top: 20px; }
    @media (min-width: 1602px) and (max-width: 2499px) {
      .footer-cta h5 {
        font-size: 28px; } }
  .footer-cta .col-right {
    width: calc(100% - 610px); }
    @media (min-width: 992px) and (max-width: 1200px) {
      .footer-cta .col-right {
        width: calc(100% - 525px); } }
    @media (max-width: 991px) {
      .footer-cta .col-right {
        width: 100%; } }
    .footer-cta .col-right .btn-wrap {
      position: relative;
      text-align: left;
      width: 100%;
      padding-left: 15%; }
      @media (max-width: 991px) {
        .footer-cta .col-right .btn-wrap {
          padding-left: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: left;
              -ms-flex-pack: left;
                  justify-content: left; } }
