.home-short-des > a > h1,
.home-short-des > a > h2,
.home-short-des > a > h3,
.home-short-des > a > h4,
.home-short-des > a > h5,
.home-short-des > a > h6 {
    font-size: 16px !important;
    margin-bottom: 11px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    color: var(--primary-text) !important;
}

.news-img-active.news_pagination_bullet .swiper-pagination {
    bottom: 210px;
}
.form-control:disabled {
    background-color: #dfdfdf !important;
}

.section-bg-three .section-tittle .title a {
    color: #fff !important;
}
.section-bg-three .view_btn {
    color: #fff !important;
}

.form-control:disabled {
    background-color: #dfdfdf !important;
}

.bookmark_checked{
    background: var(--secondary) !important;
    border: 1px solid transparent !important;
    color: var(--white) !important;
    top: -2px !important;
}

.bookmark_unchecked{
    background: transparent !important;
    border: 1px solid var(--primary-border) !important;
    color: var(--secondary-text) !important;
    top: 0px !important;
}