.topic-area .single-topic .topic-img img {
    height: 153px;
}
.topic-content-box{
    background: radial-gradient(black, transparent);
}
.logo img{
    width: 100%;
}
.footer-logo img{
    width: 85%;
}
.slider-area .hero__caption h1, .slider-area2 .hero__caption h1 {
    font-size: 50px;
}
.type-file{
    padding: 5px;
    color: #fff;
    background: linear-gradient(to bottom, #c054ff 0%, #5274ff 100%);
}
.courses-area .properties__caption {
    padding: 10px 20px 20px 20px;
}
.properties__caption h3{
    margin-top: 15px;
}
.section-tittle h2 {
    white-space: nowrap;
}
.link-href{
    color: #4255A4;
    list-style: square;
}
.link-href:hover{
    text-decoration: none;
}
.cat-icon img{
    width: 201px;
    height: 201px;
}
.slider-area .hero__caption p, .slider-area2 .hero__caption p {
    font-size: 25px;
}

@media only screen and (max-width: 991px) {
    .logo img{
        width: 60%;
    }
  }
  .pricing-table {
    background: #e9f0f4;
    text-align: center;
    margin: 15px 0;
  }

  .pricing-table ul, .pricing-table ol {
    margin-bottom: 0;
    padding-left: 0;
  }

  .pricing-title {
    font-size: 1.5rem;
    font-weight: 700;
    padding: 30px;
    margin-bottom: 0;
  }

  .pricing-table-price {
    background: #cdd4d8;
    font-weight: 700;
    padding: 30px;
    margin-bottom: 30px;
  }

  .pricing-table-price.w-rounded-price {
    display: table;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 30px auto;
    padding: 0;
  }

  .rounded-price {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }

  .rounded-price .pricing-price {
    font-size: 1.75rem;
  }

  .rounded-price .pricing-currency {
    vertical-align: 10px;
  }

  .pricing-table-price p {
    color: #000;
    margin-bottom: 0;
  }

  .pricing-currency {
    font-size: 1rem;
    font-weight: 700;
    vertical-align: 25px;
  }

  .pricing-price {
    font-size: 3rem;
    font-weight: 700;
  }

  .pricing-period {
    font-weight: 700;
  }

  .pricing-table-content li {
    margin-bottom: 15px;
  }

  .pricing-table-button {
    padding: 15px 0 35px;
  }

  .featured.pricing-table {
    background: #9c64b8;
  }

  .featured.pricing-table .pricing-title {
    color: #fff;
  }

  .featured.pricing-table .pricing-table-content ul li {
    color: #eee;
  }

  .featured.pricing-table .pricing-table-price {
    background: #8853a1;
  }

  .featured.pricing-table .pricing-table-price p {
    color: #fff;
  }
  ul {
      list-style: none;
      padding: 0;
  }
  .bg-info-hover {
      background-color: #1397af !important;
  }
  .bg-info {
      background-color: #21b9d5 !important;
  }

  .bg-primary-hover {
      background-color: #8853a1 !important;
  }
  .bg-primary {
      background-color: #9c64b8 !important;
  }
  .text-white {
      color: #fff !important;
  }
.social-share{
    border: 1px solid #9c64b8;
    padding: 20px;
    border-radius: 10px;
}
.section-padding200{
    padding-top: 50px;
    padding-bottom: 50px;
}

@keyframes flickerAnimation {
    0%   { opacity:1; }
    50%  { opacity:0.5; }
    100% { opacity:1; }
  }

  .animate-flicker {
    -webkit-animation: flickerAnimation 1s infinite;
    -moz-animation: flickerAnimation 1s infinite;
    -o-animation: flickerAnimation 1s infinite;
     animation: flickerAnimation 1s infinite;
     font-size: 22px;
 }
.practice{
    font-weight: bold;
    font-size: 30px;
}
.btn-sm{
    padding: 15px !important;
}
.end-text{
    text-align: end;;
}
.form-control{
    height: 35px !important;
}
.live-icon{
    font-size: 15px;
    margin-right: 5px;
}
.whatsapp-float {
    position: fixed!important;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    animation: fadeInUp 0.5s ease-in-out 0s both;
  }

  .whatsapp-icon {
    width: 50px;
    height: 50px;
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  }

  .whatsapp-icon svg {
    fill: #fff;
    width: 20px;
    height: 20px;
  }

  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translate3d(0, 20px, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }


    .whatsapp-button{
        background-color: #25D366;
        color: #fff;
        font-size: 20px;
        padding: 10px 15px;
        border: none;
        border-radius: 35px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
  }
    .whatsapp-button svg {
    fill: #fff;
    width: 40px;
    height: 40px;
    margin-right: 8px;
  }
