.hero-banner.white-bg-content .banner-content {
    width: 600px;
    max-width: 600px;
    margin-left: -550px;
}

.blog-banner .carousel-item {
    /* min-height: 720px !important; */
    justify-content: center;
}

.blog-category-right {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-basis: 100%;
}

p.cat-name {
    margin-bottom: 0;
    display: inline-block !important;
    border: 1px solid #00414c;
    border-radius: 20px;
    padding: 4px 15px;
    font-size: 12px;
    color: #00414c;
    align-self: baseline;
}

.blog-category {
    display: flex;
    padding: 40px 0;
    gap: 10px;
}

a.tp-caption.slidelink.primary {
    padding: 12px 40px;
}

button.category-btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #00414C;
    padding: 10px 20px;
    border: 1px solid #00414C;
    background: #E6ECED;
    display: block;
}

button.category-btn.active {
    background: #00414C;
    color: #fff;
}

.hero-banner .single-banner-image {
    /* width: 50vw; */
    /* margin-right: calc(50% - 49.4vw); */
}

button.category-btn-all {
    font-size: 20px;
    font-weight: 400;
    background: #fff;
    color: #00414C;
    border: none;
    padding: 10px 20px;
}

.category-section {
    background: #E6ECED;
    padding-top: 50px;
}

.cat-section {
    padding-bottom: 60px;
}

.single .cat-section .resource-building-main .latest-webinar {
    padding: 0 50px;
}

.category-title h3 {
    font-weight: 600;
    line-height: 38.4px;
    margin: 0;
    color: #00414C;
    letter-spacing: -0.64px;
    padding-bottom: 40px;
}

.show-more {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

.showing-cat {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.showing-cat p {
    color: #161616;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
    margin: 0;
}

.blog-banner .hero-banner .container,
.hero-banner .carousel-inner,
.hero-banner .carousel-item {
    position: relative;
    overflow: visible;
}

.single-blog-page .hero-banner .carousel-inner,
.single-blog-page .hero-banner .carousel-item {
    position: static;
}


.webinar .card h4 {
    color: #00414C;
}

.card p.card-text {
    font-size: 0.875em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
    margin: 0;
}

.main-category-list>.col-4:nth-child(1) .card-text,
.main-category-list>.col-4:nth-child(2) .card-text {
    -webkit-line-clamp: 12;
}

.webinar .image img {
    height: 260px !important;
}

/* slider css */
.blog-banner ul.slick-dots {
    display: flex;
    gap: 15px;
    list-style: none;
    position: absolute;
    padding: 0;
    justify-content: center;
    margin: 0;
    margin-left: -400px;
    bottom: 50px;
    left: 0;
    right: 0;
}

.blog-banner .slick-active button {
    background: #fff !important;
}

.blog-banner ul.slick-dots button {
    background: #548087;
    border-radius: 50px;
    width: 15px;
    height: 15px;
    border: none;
    font-size: 0;
}



/* single blog page  */
.single-blog-page .hero-banner.tiny-banner .carousel-item {}

.social-icon {
    display: flex;
    gap: 15px;
}

.social-icon img {
    width: 24px;
    display: block;
}

.social-icon a:hover img {
    opacity: .8;
}

.sinle-blog-content {
    display: flex;
    gap: 10px;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

.sinle-blog-content span {
    color: #fff;
    line-height: normal;
    white-space: nowrap;
    font-size: 15px;
}

section.color-bg {
    background: #E6ECED;
}

.post-inner-sec {
    padding: 60px 0;
    gap: 30px;
    margin: auto;
    flex-wrap: nowrap;
}

.post-sidebar {
    padding: 0;
    flex-basis: calc(33.3333% - 30px);
}

.post-sidebar input.search,
.search-bar-result-page input.search {
    border: 1px solid #8D8D8D;
    padding: 10px 7% 10px 15px;
    background-repeat: no-repeat;
    background-position: 98% 50%;
    width: 100%;
}

#search-form-blog {
    position: relative;
}

#search-form-blog .icon {
    position: absolute;
    right: 0;
    top: 0.133rem;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
}

.post-text {
    background: #fff;
    box-shadow: 2px 4px 14px 0px rgba(0, 0, 0, 0.25);
    padding: 30px;
}

.search-bar-post {
    background: #fff;
    padding: 14px 20px;
    box-shadow: 2px 4px 14px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 25px;
}

.search-bar-post input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.search-bar-post {
    background: #fff;
    padding: 14px 20px;
    box-shadow: 2px 4px 14px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 25px;
}
#search-error{
    display: none;
}
.search-bar-post label.error {
    background: #E74C3C;
    position: relative;
    padding: 5px 12px;
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.search-bar-post label.error:before {
    bottom: 100%;
    left: 18px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #E74C3C;
    border-width: 6px;
    margin-left: -8px;
}

.single-post h2 {
    font-size: 24px;
    color: #00414C;
    font-weight: 600;
    margin: 20px 0;
}

.side-post-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sidebar-post .side-post-text a {
    margin-bottom: 0;
    display: inline-block !important;
    border: 1px solid #00414c;
    border-radius: 20px;
    padding: 4px 15px;
    font-size: 12px;
    color: #00414c;
    align-self: baseline;
    font-weight: 400 !important;
}

.sidebar-post .side-post-text a:hover {
    text-decoration: none !important;
}

.post-row {
    display: flex;
    margin-bottom: 25px;
    gap: 10px;
}

.sidebar-post {
    background: #fff;
    padding: 20px;
    margin: 24px 0;
    box-shadow: 2px 4px 14px 0px rgba(0, 0, 0, 0.25);
}

.post-img img {
    border-radius: 5px;
    height: 75px;
    width: 81px;
    object-fit: cover;
}

.sidebar-post span {
    font-size: 18px;
    color: #00414C;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}

.post-img {
    width: 25%;
}

.side-pots-content h2 {
    font-size: 10px;
    margin: 0 0 5px 0;
}

.side-pots-content {
    width: 75%;
}

.side-post-text p {
    font-size: 10px;
    color: #6F6F6F;
}

.post-sidebar .row {
    margin: 0;
}

.related-posts h3 {
    color: #00414C;
    font-weight: 600;
    padding-bottom: 40px;
    margin: 0;
}

.side-pots-content a {
    font-size: 12px;
    color: #00414c;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.post-row:last-child {
    margin: 0;
}

.single-post ol,
ul {
    margin-left: 0;
    padding-left: 20px;
}

.single-post .cat-section {
    padding: 0px;
    /* width: calc(100% - 100px); */
    margin: auto;
}

span.post-category a {
    color: #fff;
    cursor: pointer;
}

.post-slider .card {
    /* max-width: 380px; */
    width: 100%;
}

.single .cat-section .resource-building-main {
    display: block;
}

/* .post-slider .slick-list{
    margin-left: -10px;
    margin-right: -10px;
} */
.post-slider .slick-slide {
    padding: 0 10px;
}

.post-slider button.slick-prev.slick-arrow {
    position: absolute;
    left: -50px;
    top: calc(50% - 50px);
    width: 50px;
    height: 50px;
    border: 0;
    font-size: 0;
    background: url(/wp-content/uploads/right-arrow-svgrepo-com.svg) center / 44px no-repeat;
    transform: rotate(180deg);
}

.post-slider h4.card-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}

.post-slider button.slick-next.slick-arrow {
    position: absolute;
    right: -50px;
    top: calc(50% - 50px);
    width: 50px;
    height: 50px;
    border: 0;
    font-size: 0;
    background: url(/wp-content/uploads/right-arrow-svgrepo-com.svg) center / 44px no-repeat;
}

.post-slider .slick-list {
    padding: 40px 0 80px;
}

.post-slider .slick-list .slick-track {
    margin: 0;
}

.category-section .slick-initialized .slick-slide.slick-current.slick-active {
    transform: none;
}

.single .success-msg-subscribe-form .head_h2 {
    padding: 50px 0;
    font-weight: 400;
}

/* search page */
.search .grid-row.consumer-insights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.search h3.category-title,
h2.not-found-heading {
    font-weight: 600;
    line-height: 38.4px;
    margin: 0;
    color: #00414C !important;
    letter-spacing: -0.64px;
}

.search .text-search p {
    font-size: 0.875em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0;
}

.search .alert.alert-info p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.search .alert.alert-info {
    background: none;
    border: none;
    margin: 30px 0 0;
    padding: 0;
    min-height: 100px;
}

@media (max-width: 768px) {
    .blog-banner.hero-banner .carousel-inner {
        /* margin-left: auto; */
        /* margin-right: auto; */
    }

    .blog-banner ul.slick-dots {
        /* top: 92%; */
        bottom: 30px;
    }

    button.category-btn {
        padding: 10px 12px;
    }

    .hero-banner.white-bg-content .banner-content {
        /* left: 0; */
    }

    .blog-banner .carousel-item {
        /* min-height: 460px !important; */
    }


    .category-section .webinar .row .col-4 {
        padding: 15px;
    }

}

@media (min-width: 768px) and (max-width: 768px) {
    .hero-banner.white-bg-content .banner-content {
        /* max-width: 100%; */
    }

    div#banner-btn {
        padding: 0px 0 30px;
    }

    .subscribe-form .form-label-heading {
        font-size: 24px;
    }

    form#subscribe-form p {
        font-size: 14px;
    }

    .contact-straight .chip-sales .banner-image {
        background-position: center;
    }

    section.chip-sales.rm-plans {
        margin: 0 -24px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .hero-banner.white-bg-content .banner-content {
        /* max-width: 100%; */
    }

    .hero-banner h1 {
        font-size: 2.1875em;
    }

    .blog-banner .carousel-item {
        align-items: center;
    }



    .blog-banner ul.slick-dots {
        /* left: 30%; */
    }

    .category-section .webinar .row .col-4 {
        padding: 15px;
    }

    form#subscribe-form p {
        font-size: 14px;
    }

    .contact-straight .container {
        padding: 0 0 0 10px;
        max-width: 100%;
    }

    .contact-straight .chip-sales .banner-image {
        background-position: center;
    }

    .subscribe-form .form-label-heading {
        font-size: 24px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .hero-banner h1 {
        font-size: 2.6em;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .post-slider .card {
        max-width: 355px;
        width: 100%;
    }

    .post-text {
        max-width: 70%;
    }

    .hero-banner .banner-content {
        padding-right: 10px;
    }

    .sinle-blog-content {
        gap: 15px;
    }

    .sinle-blog-content span {
        font-size: 14px;
    }
}

.search-cards {
    display: none;
}

.search-cards.visible {
    display: block;
}

.search section.subscribe-form .row {
    height: 100%;
    margin: 0;
}

.single .post-date,
.post-comment,
.post-categories {
    display: flex;
    gap: 5px;
    align-items: center;
}

.post-time,
.post-category {
    display: flex;
    gap: 5px;
    align-items: center;
}

.post-category {
    gap: 10px;
}

.subscribe-form .row>div {
    justify-content: center;
}

.hero-banner .banner-image {
    padding: 0;
}

.single-blog-page .subscribe-form {
    position: sticky;
    top: 85px;
}

.blog-margin-left {
    margin-left: 50px !important;
}

.head_search {
    margin-bottom: 30px;
    align-items: center;
}

.slick-slider .banner-content h1 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.hero-banner .banner-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

.blog-banner .featured-heading {}

.blog-banner .featured-heading h1 {
    color: #fff;
    padding: 40px 0 15px;
    margin: 0;
    font-size: 28px;
    position: absolute;
    z-index: 1;
    font-weight: 600;
    max-width: 48%;
}

.blog-banner .featured-heading.container {
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {

    .search .grid-row.consumer-insights,
    .resource-building-main .webinar.latest-webinar .grid-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .main-category-list>.col-4:nth-child(1) .card-text,
    .main-category-list>.col-4:nth-child(2) .card-text {
        -webkit-line-clamp: 2;
    }

    .subscribe-form+.col-4 .card-text {
        -webkit-line-clamp: 8;
    }
}

@media (max-width: 991px) {

    .post-inner-sec {
        flex-direction: column;
    }

    .post-inner-sec>* {
        width: 100%;
    }

    .hero-banner .container {
        max-width: none;
    }

    .webinar .subscribe-form .row>div {
        padding: 15px;
    }

    .hero-banner.white-bg-content .banner-content {
        width: 100%;
        max-width: none;
        /* margin: 0; */
        margin: 0 0 0 -100px;
        background: none;
        position: relative;
    }

    .hero-banner.white-bg-content .banner-content:before {
        content: "";
        width: 100%;
        height: 160px;
        position: absolute;
        top: -160px;
        left: 0;
        background: rgb(0, 65, 76);
        background: linear-gradient(0deg, rgba(0, 65, 76, 1) 0%, rgba(0, 65, 76, 0) 100%);
        padding-bottom: 80px;
    }

    .blog-banner ul.slick-dots {
        margin: 0;
    }

    .hero-banner.white-bg-content .carousel-item {
        flex-direction: column-reverse;
        min-height: auto;
    }

    .hero-banner .banner-image {
        position: static;
        width: 100%;
        height: 400px;
    }

    .hero-banner.white-bg-content .small_head a,
    .hero-banner.white-bg-content h1,
    .hero-banner.white-bg-content p {
        color: #fff;
    }

    .hero-banner.white-bg-content a.primary {
        background: var(--primary-yellow);
        color: #161616;
    }

    .hero-banner.white-bg-content a.primary:hover {
        background: var(--hover-yellow);
        color: #161616;
    }

    .blog-banner .featured-heading h1 {
        position: static;
        max-width: none;
    }
}

@media (max-width: 768px) {

    .hero-banner .carousel-item,
    .hero-banner.tiny-banner .carousel-item {
        /* flex-direction: column-reverse; */
        /* height: auto; */
    }

    .hero-banner .single-banner-image {
        width: 100%;
    }

    .hero-banner .banner-image {
        position: static;
        margin: 0;
        padding: 0;
    }

    .hero-banner .container {
        margin: 0;
        width: 100%;
        max-width: none;
    }

    .hero-banner .banner-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media (max-width: 767px) {
    .search .grid-row.consumer-insights {
        grid-template-columns: repeat(1, 1fr);
    }

    .webinar .row>div {
        width: 100%;
    }

    .webinar .head_search {
        margin-bottom: 40px;
    }

    .search h3.category-title {
        padding-bottom: 15px;
    }

    .single .cat-section .resource-building-main .latest-webinar {
        padding: 0 25px;
    }

    .post-slider button.slick-prev.slick-arrow {
        transform: scale(.5) rotate(180deg);
        left: -40px;
    }

    .post-slider button.slick-next.slick-arrow {
        transform: scale(.5);
        right: -40px;
    }

    .post-slider .slick-slide {
        padding: 0;
    }

    .main-category-list>.col-4:nth-child(1) .card-text,
    .main-category-list>.col-4:nth-child(2) .card-text {
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 575.98px) {}