.news-single-page .contents h1 {
    font-size: 28px;
    margin-bottom: 15px;
}
.news-page{
	padding: 40px 0;
}
.news-page .row, .news-page .row .col-6{
	padding-bottom: 30px;
}
.news-page .card {
    border: none;
    border-radius: 0;
    border-top: 2px solid transparent !important
}
.news-page .card img.active {
    margin-top: -2px;
}
.news-page .card:hover {
    border-top: 2px solid #da393e !important
}

.in-sight {
    -webkit-filter: grayscale(0)!important;
    filter: grayscale(0)!important;
    transition: transform 0.15s ease, opacity 0.15s ease, filter 0.15s ease;
}

.news-page img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    border-radius: 0
}
.news-page img.active {
    filter: none;
}
.news-page .card img.active {
    border-top: 2px solid #da393e !important;
}
.news-page .card-body {
    background: var(--global-dark-opacity-second-color);
    border: 2px solid #f8f8f8;
    padding: 1.5625rem
}

.news-page .card-body .stock-date {
    font-size: .75rem;
    line-height: 1.5;
    padding-bottom: 1.25rem;
    color: #5d5d5d
}

.news-page .card-body .stock-date .card-date {
    font-family: Circe-Light
}

.news-page .card-body .date-card-ico {
    display: block;
    float: left;
    width: 14px;
    height: 16px;
    margin-right: 10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAq0lEQVQoke3NIW4CURQF0DMwchaAIsEjWjksgm1gqGATVSygCZYV1GIw/yGpKAKFqGEBI2qaX9NBEEhoVQU3eeKKc5+cs5yzFDFNEcu2n1+KWKaIp7YXKWKGMQao8O5yhmhwwGuJORYo0MP6CuzhiD3mJTp4QR/DUV0/X1Kx2Xxihw9MihSR8Tiq67crn84HHrBtYYOvWyC6qMqfUt2ITun8Ftzhv4WrP7jVNxYZSzP0QD/jAAAAAElFTkSuQmCC) no-repeat
}

.news-page .card-body .card-text {
    font-size: .875rem;
    margin-bottom: 1.25rem;
    font-weight: 600;
    height: 68px;
    overflow: hidden;
}

.news-page .card-body .card-link {
    color: #2879c3;
    font-size: .875rem;
    border-bottom: 1px solid
}

/*SINGLE PAGE NEWS*/
.news-single-page{
    padding: 40px 0;
}
.news-single-page hr{
    border-color: #414141;
        margin: 20px 0;
}
.news-single-page .news-single-img{
    margin-bottom: 24px;
}
.news-single-page .news-single-img img{
    width: 100%;
}
.news-single-page .shares-icon{
    font-size: .75rem;
    line-height: 1.5;
    color: #5d5d5d;
    font-family: Circe-Light;
        width: 27%;
    display: inline-block;
}
.news-single-page .social-shares .shares-icon .title{
    float: left;
    margin-right: 10px;
}
.news-single-page .fb-card-ico {
    display: block;
    float: left;
    width: 11px;
    height: 19px;
    margin-right: 10px;
    background: url('../img/share-fb.png') no-repeat;
}
.news-single-page .google-card-ico {
    display: block;
    float: left;
    width: 26px;
    height: 16px;
    margin-right: 10px;
    background: url('../img/share-google.png') no-repeat;
}
.news-single-page .twitter-card-ico {
    display: block;
    float: left;
    width: 19px;
    height: 16px;
    margin-right: 10px;
    background: url('../img/share-linkdin.png') no-repeat;
}
.news-single-page .linkedin-card-ico {
    display: block;
    float: left;
    width: 19px;
    height: 18px;
    margin-right: 10px;
    background: url('../img/share-twit.png') no-repeat;
}
.news-single-page .stock-date .date-card-ico {
    display: block;
    float: left;
    width: 14px;
    height: 16px;
    margin-right: 10px;
    background: url('../img/kalendar.png') no-repeat;
}
.news-single-page .stock-date {
    font-size: .75rem;
    line-height: 1.5;
    color: #5d5d5d;
    font-family: Circe-Light;
        width: 73%;
    display: inline-block;
    float: left;
}
.news-single-page .contents p, .news-single-page .contents span{
    color: #0a0a0a;
    /*font-size: 14px!important;*/
    /*line-height: 1.5!important;*/
}

.news-single-page .contents p span, .news-single-page .contents p, .news-single-page .contents ul li span, .news-single-page .contents ol li span {
    font-family: 'FixelDisplay' !important;
}

.news-single-page .contents ul {
    padding-left: 15px;
    margin: 0;
}

.news-single-page .contents img {
    width: 100%!important;
    margin: 10px auto;
    height: auto!important;
    display: block;
}

.single-new-block-btn{
    display: flex;
    justify-content: center;
    padding: 15px;
}

.single-new-block-btn a{
    text-decoration: none;
    padding: 15px;
    font-size: 16px;
}

.ins_calc_form_btn{
    text-align: center;
    text-decoration: none!important;
    align-items: center;
}

@media (max-width: 991px) {
    .single-new-block-btn {
        margin-bottom: 30px;
    }
}

@media (min-width: 991px) {
    .single-new-block-btn {
        margin-top: 80px;
    }
}
@media (max-width: 991px){
    .news-page .col-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .news-page .col-8 {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }
    .news-page .row .col-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .news-page .pagination li:nth-child(7) {
        display: none;
    }
    .news-page .pagination li:nth-child(1) {
        display: none;
    }
    .news-page .pagination li {
        width: 20%;
        text-align: center;
    }
    .news-page .pagination {
        margin-bottom: 70px;
        margin-top: -30px;
    }
}


#insurancePostContent img {
    max-width: 100%;
}
/*TABLE NEWS POST*/
.news-single-page table td:first-child, .news-single-page table td:first-child span{
    text-align: left!important;
    font-weight: 600 !important;
    padding-left: 0!important;
}
.news-single-page table tr:nth-of-type(even), .news-single-page table tr:nth-of-type(even) td {
    background-color: #F8F8F8!important;
}
.news-single-page table {
    width: 100%!important;
    margin: 20px auto!important;
    border: 1px solid #E5E5E5!important;
    border-top-width: 1px!important;
    border-right-width: 1px!important;
    border-bottom-width: 1px!important;
    border-left-width: 1px!important;
    border-spacing: 2px!important;
    -webkit-border-horizontal-spacing: 1px!important;
    -webkit-border-vertical-spacing: 1px!important;
}
.news-single-page table td {
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 16px!important;
    line-height: 24px!important;
    color: #343434!important;
    padding: 10px 10px!important;
    text-align: left!important;
    border: 1px solid #f6f6f6!important;
    width: 50%!important;
}
.news-single-page table tr:first-child td {
    font-weight: 600 !important;
}
@media (max-width: 767.98px) {
    .news-single-page table tbody {
        min-width: 700px!important;
    }
    .news-single-page table {
        flex-direction: row!important;
        flex-wrap: nowrap!important;
        overflow-x: scroll!important;
        overflow-y: hidden!important;
        display: flex!important;
    }
}

