.post-img-wrapper {
    padding-top: 70%;
    background-position: center;
    background-size: cover;
    border-radius: 15px 15px 0 0;
}

.post-card-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-card-short-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tripex-card-item .thumbnail .number{
    white-space: nowrap;
}

.banner-image {
    padding-top: 10%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.recent-posts-title{
    font-size: 16px;
    line-height: 1.4 !important;
}

.nice-select:after{
    display: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background: var(--secondary-color);
  border-radius: 50%;
  cursor: pointer;
}

.text-grey{
    color: #ccc !important;
}

.captcha-wrapper input{
    border-radius: 10px;
    border: 1px solid rgba(17, 34, 28, 0.1);
    padding: 12px 20px;
    margin-bottom: 30px;
    color: var(--heading-color);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.div-image{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60%;
    border-radius: 10px;
}
