.blog-post {
    margin: 0 0 30px;
}

.blog-post figure {
    margin: 0;
}

.blog-post figure img {
    border-radius: 8px;
}

.blog-post .blog-text {
    padding: 20px 0 0;
    transition: .1s linear;
    position: relative;
    top: 0;
}

.blog-post .blog-text:hover {
    top: -10px;
}

.blog-post .author-info {
    margin: 0 0 15px;
}

.author-info .author-name {
    font-size: 12px;
    font-weight: 400;
    background-color: var(--lime);
    color: #fff;
    display: inline-block;
    line-height: normal;
    padding: 6px 15px;
    border-radius: 4px;
    vertical-align: middle;
    margin-right: 12px;
}

.author-info .post-date {
    font-size: 16px;
    color: #4e565c;
}

.blog-post .post-title h6 {
    margin: 0;
}

.blog-post .post-title h6 a {
    color: var(--green);
    font-size: 16px;
    font-weight: 700;
}

.blog-post .post-title a:hover,
.other-videos .post-title a:hover,
.top-video .post-title a:hover {
    color: var(--lime);
}

.blog-post .post-title a,
.other-videos .post-title a,
.top-video .post-title a {
    transition: .1s linear;
}

.vh-blogs .video-holder {
    position: relative;
    padding-top: 49% !important;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
}

.top-video {
    margin: 0 0 20px;
}

.top-video .text {
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    padding: 20px;
    border-radius: 8px;
    position: relative;
    z-index: 9;
    width: 95%;
    margin: -40px auto 0;
}

.top-video .video-controls {
    margin: 0 0 15px;
}

.video-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.video-controls a {
    border: 1px solid #4b5357;
    font-size: 12px;
    color: #747474;
    line-height: normal;
    display: inline-block;
    border-radius: 4px;
    padding: 8px 15px;
    font-weight: 400;
}

.video-controls a i {
    vertical-align: middle;
    margin: 0 8px 0 0;
    color: var(--lime);
    font-size: 14px;
}

.video-controls .video-time {
    line-height: normal;
    font-size: 16px;
    color: #4e565c;
    font-weight: 400;
}

.research-label {
    font-size: 16px;
    color: var(--lime);
    display: inline-block;
    line-height: normal;
    margin: 0 0 5px;
}

.top-video .post-title a {
    font-size: 20px;
    color: var(--green);
    font-weight: 700;
}

.other-videos .video-post {
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    padding: 15px;
    border-radius: 8px;
    position: relative;
    margin: 0 0 20px;
}

.other-videos .img-holder {
    max-width: 160px;
    display: inline-block;
    vertical-align: top;
}

.other-videos .img-holder img {
    border-radius: 8px;
}

.other-videos .text {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: calc(100% - 160px);
    padding: 8px 0 8px 20px;
}

.other-videos .post-title h5 {
    margin: 0;
}

.other-videos .post-title {
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 30px;
    margin: 0 0 25px;
}

.other-videos .post-title a {
    font-size: 16px;
    line-height: normal;
    display: block;
    color: var(--green);
    font-weight: 700;
}

.other-videos .video-controls a {
    border: 0;
    padding: 0;
}

.other-videos .video-controls .video-time {
    font-size: 12px;
    color: var(--lime);
}

.video-blogs .load-more-holder {
    text-align: center;
    border-top: 1px solid #e3e3e3;
    padding: 15px 0 0;
}

.view-btn {
    font-size: 12px;
    color: #747474;
    display: inline-block;
    line-height: normal;
    font-weight: 400;
    font-size: 16px;
}

/*conditions form style*/
.vh-conditions {
    background: var(--theme);
    padding: 100px 0;
}

.vh-conditions .form-text {
    margin: 0 0 40px;
    text-align: center;
}

.vh-conditions .form-text h3 {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 35px;
}

.vh-conditions .form-text p {
    color: #fff;
    font-size: 28px;
    line-height: normal;
    font-weight: 400;
    margin: 0;
}

.vh-conditions form {
    text-align: center;
}

.vh-conditions .search-field {
    max-width: 670px;
    margin: 0 auto 40px;
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    right: 0;
    top: 0;
    background-color:#fff;
}

.vh-conditions form input[type="text"] {
    border: 0;
    background-color: transparent;
    border-radius: 5px;
    width: 100%;
    height: 55px;
    padding: 0 30px;
    font-size: 20px;
    color: #737373;
    outline: none;
}

.vh-conditions form input[type="text"]::-webkit-input-placeholder {
    color: #737373;
}

.vh-conditions form input[type="text"]::-moz-placeholder {
    color: #737373;
}

.vh-conditions form input[type="text"]:-ms-input-placeholder {
    color: #737373;
}

.vh-conditions form input[type="text"]:-moz-placeholder {
    color: #737373;
}

.vh-conditions .search-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 0;
    background: none;
    font-size: 24px;
    color: var(--lime);
}

.vh-conditions .view-all-btn {
    display: inline-block;
    background-image: var(--leafyGradient) !important;
    padding: 0 55px;
    border-radius: 50px;
    font-size: 24px;
    color: #fff;
    min-height: 60px;
    line-height: 60px;
}
.vh-conditions .view-all-btn:hover
{
    background-image: var(--orangeGradient) !important;
}
.vh-trending .element-title {
    border-bottom: 1px solid #eeeeee;
    padding: 0 0 15px;
    margin: 0 0 25px;
}

.vh-trending .element-title h4 {
    font-size: 20px;
    color: var(--green);
}

.trending-list ul {
    margin: 0;
    padding: 0;
}

.trending-list ul li {
    list-style: none;
    margin: 0 0 30px;
}

.trending-list .list-count {
    width: 45px;
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
}

.trending-list .text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 45px);
    margin-right: -4px;
    padding: 0 0 0 20px;
}

.trending-list .list-count span {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4e565c;
    color: #fff;
    font-size: 24px;
    border-radius: 100%;
}

.trending-list .author-info {
    margin: 0 0 10px
}

.trending-list .author-info .author-name {
    color: var(--green);
}

.trending-list .text h3 {
    margin: 0 0 15px;
}

.trending-list .text h3 a {
    font-size: 22px;
    color: var(--green);
    display: block;
    line-height: normal;
}

.trending-list .author-info .post-date {
    color: var(--lime);
}

.blog-post.blog-sm .post-title {
    margin: 0 0 5px;
}

.blog-post.blog-sm .author-info {
    margin: 0 0 5px;
}

.blog-post.blog-sm .author-info .post-date {
    color: var(--lime);
}

.blog-post.blog-sm .author-name {
    color: #959595;
}

.blog-post.blog-sm figure img {
    border-radius: 0;
}

.blog-post.blog-sm .blog-text {
    padding: 10px 0 0;
}

.blog-post.blog-sm .blog-text:hover {
    top: 0;
}

.vh-blogs .load-more-holder {
    text-align: center;
}

.vh-blogs .load-more-btn {
    background-color: #5c5c60;
    color: #fff;
    line-height: normal;
    display: inline-block;
    padding: 8px 50px;
    border-radius: 50px;
}

.vh-getting-started .text {
    border: 3px solid var(--lime);
    text-align: center;
    padding: 60px 30px;
    box-shadow: 0 20px 25px rgb(77 191 175 / 20%);
}

.vh-getting-started .text h3 {
    font-size: 32px;
    color: var(--green);
    font-weight: 700;
    margin: 0 0 30px;
    line-height: normal;
}

.vh-getting-started .text p {
    font-size: 24px;
    color: #909090;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 40px;
}

.vh-getting-started .view-btn {
    display: inline-block;
    background-image: linear-gradient(to right, #299b8c, #237d5f);
    padding: 0 55px;
    border-radius: 50px;
    font-size: 24px;
    color: #fff;
    min-height: 60px;
    line-height: 60px;

}


@media (max-width: 991px) {}

@media (max-width: 767px) {

    .vh-getting-started .view-btn,
    .vh-conditions .view-all-btn {
        font-size: 14px;
        min-height: 45px;
        line-height: 45px;
    }

    .vh-getting-started .text p,
    .vh-conditions .form-text p {
        font-size: 18px;
    }

    .vh-getting-started .text p br,
    .vh-conditions .form-text p br {
        display: none;
    }

    .blog-post.blog-sm {
        text-align: center;
    }

    .trending-list .text h3 a {
        font-size: 18px;
    }

    .vh-conditions .search-field {
        max-width: 100%;
    }

    .vh-conditions .form-text h3 {
        font-size: 20px;
    }
}

@media (max-width: 580px) {
    .other-videos .img-holder {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
    }

    .other-videos .text {
        margin-right: 0;
        padding: 20px 0 15px 0;
        width: 100%;
    }

    .vh-getting-started .view-btn,
    .vh-conditions .view-all-btn {
        padding: 0 30px;
    }

    .vh-getting-started .text {
        padding: 30px 20px;
    }

    .vh-getting-started .text h3 {
        font-size: 22px;
        margin: 0 0 20px;
    }

    .vh-getting-started .text p {
        margin-bottom: 28px;
    }
}

.main-display .blog-post .text {
    position: initial;
}

.main-display .blog-post:after {
    display: none;
}

.main-display .blog-post .text .post-time {
    color: #666;
}

.main-display .blog-post .text a h6 {
    color: var(--green);
}

.main-display .video-blogs .other-videos a .text p span {
    margin-left: auto;
}

.main-display .video-blogs .top-video .text h4 {
    margin: 0 0 15px;
}

.main-display .video-blogs .top-video .text span {
    display: inline-block;
    margin: 0 0 10px;
}

.main-display .video-blogs .other-videos a .text h6 {
    margin: 0 0 10px;
}

.vh-conditions {
    position: relative;
}

.vh-conditions:after {
    content: "";
    position: absolute;
    right: 55px;
    bottom: -35px;
    height: 194px;
    width: 307px;
    background: url(../images/bg-conditions.png) no-repeat;
}

@media (max-width:576px) {
    .main-display .video-blogs .other-videos .text {
        width: 100%;
        padding-top: 15px;
    }

    .main-display .video-blogs .other-videos a {
        flex-direction:
            column;
        margin-bottom: 40px;
    }

    .main-display .video-blogs .other-videos a .img-holder {
        margin-right: 0;
        width: 100%;
    }

    .main-display .video-blogs .other-videos a .img-holder img {
        width: 100% !important;
        min-width: auto;
        height: auto !important;
    }

    .main-display .video-blogs .other-videos a .text p {
        margin: 15px 0 0;
        display: flex;
        align-items: center;
        border-top: 1px solid #e3e3e3;
        padding-top: 15px;
    }

    .main-display .video-blogs .other-videos a .text p span {
        margin-left: auto;
    }

    .main-display .video-blogs .other-videos {
        border: 0;
    }

    .main-display .video-blogs .top-video .text span {
        margin-bottom: 10px;
        display: inline-block;
        line-height: normal;
    }

    .main-display .video-blogs .top-video .text h4 {
        margin: 0 0 12px;
    }

    .vh-conditions {
        padding: 80px 0;
    }

    .vh-conditions form input[type="text"] {
        padding: 0 15px;
        font-size: 22px;
    }

    .vh-conditions .search-btn {
        right: 10px;
    }

    .vh-getting-started .text {
        padding: 50px 20px;
    }

    .vh-conditions:after {
        right: -50px;
        bottom: -35px;
        height: 100px;
        width: 250px;
        background-size: 60%;
    }
}

.main-display .video-blogs .top-video .video-holder .play-btn {
    bottom: 50px;
}

.main-display .video-blogs .other-videos a .img-holder img {
    min-width: auto;
    width: 100% !important;
}

.other-videos .text {
    padding-left: 10px;
}

.vh-conditions .search-field {
    border-radius: 5px;
}

.main-display .blog-post {
    border: 0;
}

.main-display .blog-post .text {
    padding: 15px 0;
}

@media (max-width: 576px) {
    .main-display .video-blogs .other-videos {
        padding-bottom: 0;
    }

    .main-display .video-blogs>.more-vids {
        padding-top: 0;
    }

    .main-display .video-blogs .top-video .text {
        margin-top: 20px;
        width: 100%;
    }

    .main-display .video-blogs .top-video .video-holder .play-btn {
        bottom: 15px;
    }

    .main-display .video-blogs .other-videos a .text h6 {
        font-size: 18px !important;
    }

    .main-display .video-blogs .other-videos .text {
        padding-top: 20px;
    }
}

.latest-trends {
    margin-top: 50px;
}