:root {
    --skyglobal-primary-color: #21BDEE;
    --skyglobal-secondary-color: #203465;
}
@media only screen and (max-width: 768px) {
    body {
        overflow-x: hidden !important;
    }
    .header-v1-right {
        display: none;
    }

    .header-v1-nav {
        float: left !important;
    }

    .dl-menuwrapper .dl-menu {
        right: initial;
        left: 0px;
    }

    .kode_tab-list .tabs-items>li {
        width: 50%;
    }

    .kf_filtrable_pinter {
        display: none;
    }

    ol,
    ul {
        padding-right: 0px !important;
    }

    .subscribe-form div button {
        display: none;
    }
.subscribe-form{
    margin-bottom: 20px;
}
    .mobile-subscribe-btn {
        display: block;
        position: initial !important;

        background-color: var(--skyglobal-secondary-color);

    }
    .mobile-subscribe-btn:before{
        position: initial !important;
        background-color: var(--skyglobal-secondary-color);
    }
    .kode_tab-list{
        padding-left: 0px;
    }
    .kode_write_detail:before{
        width: 100%;
        right:initial;

    }
    .kf_meta{
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .offers{
        padding: 30px 0 50px;
    }
    .kf_cradit_cards li:last-child{
        margin-right: 10px;
    }
}
