.pricing-title .sub-title {
    position: relative;
    display: inline-block;
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 16px;
    padding-left: 16px;
    color: #0dcaf0;
}

.pricing-title h4 {
    font-size: 20px;


}

.pricing-item {
    text-align: center;
}

.pricing-item .symbol {

    font-size: 26px;
    font-weight: 600;
    ;
    color: var(--theme-color);
    position: relative;
    bottom: 11px;
}

.pricing-item .currency {

    font-size: 38px;
    font-weight: 600;
    color: var(--theme-color);
}

.pricing-item .only {
    color: #222;
}

.news-section .inner-container .news-block-one {
    padding-top: 0px;
    position: relative;
    text-align: center;
    padding: 50px 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.btn-custom {
    background: var(--theme-color);
    color: #fff;
    border-radius: 0px;
    padding: 15px;

}

.btn-custom:hover {
    background: #222;
    color: #fff
}

.news-block-one:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 20px;
    right: 10px;
    bottom: 20px;
    border: 2px dashed var(--theme-color);
}

.news-section .inner-container .news-block-one .inner-box {
    margin-bottom: 0px !important;
}

.list-custom ul li {

    text-align: left;
    padding-bottom: 20px;
    display: flex;
    align-items: flex-start;

}

.list-custom li i {
    color: var(--theme-color);
    font-size: 20px;
    padding-right: 10px;
    padding-top: 7px;
}

.list-custom ul {
    padding: 5px 14px;
}


@media (max-width:992px) {
    .margin-custom {
        margin-top: 30px;
    }
}

.gift {
    position: absolute;
    top: 0px;
    left: 184px;
}

.gift-1 {
    position: absolute;
    top: 12px;
    left: 231px;
}

.gift-text {

    font-size: 15px;
    font-weight: 700;
}

.offer {
    font-size: 13px;
    color: red;
}