.culture ul {
    font-size: 15px;
    line-height: 39px;
    /* margin-left: 30px; */
}

.culture ul li {
    list-style: disc !important;
}





.culture-price-card1 {
    display: block;
    position: relative;
    
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding: 25px 14px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    text-align: center;
  
    
  
    &:hover:before {
      transform: scale(21);
    }
  
  }
  
  .culture-price-card1-left {
    max-width: 65%;
    margin-left: 20%;
  
    &:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0px;
      left: -41px;
      background: #3498db;
      height: 100%;
      width: 44px;
      border-radius: 0px;
      transform: scale(1);
      transform-origin: 50% 50%;
      transition: transform 0.55s ease-out;
    }
  }
  
  .card-full-bottom {
    max-width: 100%;
    width: 100%;
  
    /* margin-left: 20%; */
    &:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 99%;
      left: 0px;
      background: #3498db;
      /* height: 100%; */
      width: 100%;
      border-radius: 0px;
      transform: scale(1);
      transform-origin: 50% 50%;
      /* transition: transform 0.55s ease-out; */
    }
  }
  
  .card-left-parent,
  .card-full-bottom-parent {
    height: 240px;
  }
  
  .card-bottom-parent {
    height: 290px;
  }
  
  .culture-price-card1-left .small {
    max-width: 410px;
  }
  
  .card-bottom .small,
  .card-full-bottom-parent .small {
    font-size: 12px;
    max-width: 410px;
  }
  
  .card-bottom {
    max-width: 100%;
    margin-left: 20%;
  
    &:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 100%;
      left: 50%;
      background: #3498db;
      height: 32px;
      width: 32px;
      border-radius: 32px;
      transform: scale(1);
      transform-origin: 50% 50%;
      transition: transform 0.9s ease-out;
    }
  }
  
  /* .culture-price-card1:hover p {   
    display: none;
  } */
  .culture-price-card1:hover h1{
    color: #68a6e5;
  }
  .culture-price-card1 p {
    font-size: 14px;
    color: #3498db;
    /* font-weight: 600; */
  }
  .culture-price-card1 .social{
    opacity: 0;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: -100%;
    z-index: 3;
    transition: all ease-in-out 0.5s;
    padding: 15px;
  }
  .culture-price-card1:hover .social
  {
    opacity: 1;
    bottom: 20%;
  }
  .social p{
    color: #fff;
  }

  .culture-price-card1 .icon {
    margin: 0 auto;
    width: 35px;
    height: 35px;
    background: #f1f6fe;
    border-radius: 4px;
    border: 1px solid #deebfd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
  }
  
  .culture-price-card1 i {
    color: #3a3b3b;
    font-size: 23px;
    transition: ease-in-out 0.3s;
  }
  
  
  .price-letter{
    color: #3498db;
    font-size: 100px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
  }

  .expansion{
    font-size: 15px;
    font-weight: 600;
    word-wrap: break-word;
  }



  /*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services-culture .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  width: 100%;
}

.services-culture .icon-box::before {
  content: "";
  position: absolute;
  background: #3498db;
  right: -110px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.55s;
  z-index: -1;
}

.services-culture .icon-box:hover::before {
  background: #3498db;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.services-culture .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #3498db;
  transition: all 0.3s ease-in-out;
}

.services-culture .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.services-culture .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services-culture .title a {
  color: #111;
}

.services-culture .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services-culture .icon-box:hover .title a,
.services-culture .icon-box:hover .description {
  color: #fff;
}

.services-culture .icon-box:hover .icon {
  background: #fff;
}

.services-culture .icon-box:hover .icon i {
  color: #3498db;
}

@media (min-width: 1024px) {
  .price-box{
    width: 20%;
  }
}
