/* ads 1  */


.cta-two {
  position: relative;font-family: "Tajawal", sans-serif;
}
a{
    text-decoration: none;
}
.cta-two__bg {
  position: relative;
  background-color: #14254A;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 9px;
}@keyframes messageMove {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes messageMove2 {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(15px);
  }
}
@media (max-width: 991px) {
  .cta-two__bg {
    background-position: left;
  }
}
.cta-two__info {
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 15px;
    text-align: center;
    overflow: hidden;
    max-width: 100%;
    padding: 20px 20px 29px;
    position: relative;
    z-index: 2;
    background-color: #fff;
    height: stretch;
    justify-content: center;
    display: flex;
    justify-items: center;
}
.cta-two__info::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 86%;
  /* background-color: var(--tolak-white, #fff);
  border-radius: 10px;
  clip-path: polygon(0 38%, 100% 0, 100% 100%, 0% 100%);
 */  z-index: -1;
}
.cta-two__info__icon {
  width: 105px;
  max-width: 100%;
/*  height: 83px;*/
/*  background-color: #48A0D8;*/
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  color: var(--tolak-white, #fff);
  margin: 0 auto;
}
.cta-two__info__icon img {
  display: block;
  width: 100%;
  max-width: 105px;
  height: auto;
}
.cta-two__info__icon i {
font-size: 28px;
}
.cta-two__info__title {
  margin: 20px 0 10px;
  color:#14254A;
  font-size: 22px;
}
.cta-two__info__text {
  font-size: 17px;
  line-height: 26px;
  color:#14254A;
  margin: 0;
  direction: rtl;

}
.cvv{
  padding-left: 5px;
}
.cta-two__info__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.cta-two__info__text a:hover {
  background-size: 100% 1px;
}
.cta-two__info__text a:hover {
  color: #48A0D8;
}
.cta-two__content {
  position: relative;
  padding: 29px 60px 9px 11px;
  direction: rtl;
}
@media (max-width: 767px) {
  .cta-two__content {
    padding: 40px 10px 30px;
  }
}
.cta-two__content__title {
  color: var(--tolak-white, #fff);
  font-size: 22px;
  margin: 0 0 12px;
}
.cta-two__content__title a {
  color: #48A0D8;
  text-decoration: underline;
}
.cta-two__content__title a:hover {
  color: var(--tolak-white, #fff);
  text-decoration: none;
}
.cta-two__content__text {
  color: var(--tolak-white, #fff);
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 14px;
}
.cta-two__content__rm {
  display: inline-block;
  font-size: 16px;
  color: #FFCD35;
  line-height: 1;
  letter-spacing: 0.24px;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.cta-two__content__rm:hover {
  /* background-size: 100% 1px; */
  text-decoration: none;
}
.cta-two__content__rm span {
  line-height: inherit;
  margin-right: 6px;
  position: relative;
  top: 1px;
  display: inline-block;
  transform: rotate(180deg);
}
.cta-two__content__rm:hover {
  color: #48A0D8;
  text-decoration: none;
}
.cta-two__image {
  position: absolute;
  right: 60px;
  bottom: 0px;
  animation: messageMove 3s linear 0s infinite;
  z-index: 10;
}
    .cta-two__image img{
        width:250px
    }
    @media (max-width: 991px) {
        .cta-two__image {
    display: none;
  }
}
.cta-two__call-text {


  background-color: #48A0D8;
  color: var(--tolak-white, #fff);
  font-size: 15px;
  font-weight: 500;
  border-radius: 50px;
  text-transform: uppercase;
  padding: 15px 15px;
}
.cta-two__call-text:hover {
  background-color: var(--tolak-white, #fff);
  color: #14254A;
}
@media (max-width: 991px) {
    .mar-1 {
        margin: 15px 15px 15px 15px
    }

    .mar-2 {
        margin: 15px 15px 15px 15px
    }

    .mar-3 {
        margin: 15px 15px 15px 15px
    }
    .cta-two__bg {
        background-image: none!important
    }
}@media(min-width:991px) and (max-width:1399px) {

    .cta-two__bg {
        background-image: none !important
    }

    .hero-style8 {
        padding: 123px 79px;
    }

    .cta-two__image {
        right: 0px
    }

}@media (min-width: 991px) and (max-width: 1399px) {
    .cta-two__bg {
        background-image: none !important;
    }

    .cta-two__content {
        padding-right: 35px;
    }

    .cta-two__image {
        right: 0;
    }
}

@media (max-width: 991px) {
    .cta-two__bg {
        background-image: none !important;
        background-position: left;
    }

    .cta-two .row {
      display: flex;
      flex-direction: column;
      margin-right: 0;
      margin-left: 0;
    }

    .cta-two .row > [class*="col-"] {
      width: 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0;
    }

    .cta-two__info {
      min-height: 0;
      padding: 20px;
    }

    .cta-two__info__icon {
      width: 150px;
    }

    .cta-two__content {
        padding: 30px;
    }

    .cta-two__image {
        display: none;
    }
}

@media (max-width: 767px) {
    .cta-two {
        padding: 2rem 0;
    }

    .cta-two .row {
      display: flex;
      flex-direction: column;
    }

    .cta-two__info {
        min-height: 180px;
    }

    .cta-two__info__icon {
      width: 140px;
    }

    .cta-two__content {
        padding: 30px 20px;
        text-align: center;
    }

    .cta-two__content__title {
        font-size: 21px;
    }

    .cta-two__content__text {
        font-size: 15px;
        line-height: 26px;
      overflow-wrap: anywhere;
    }

    .cta-two__content__rm {
      max-width: 100%;
      white-space: normal;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cta-two__image {
        animation: none;
    }
}