@font-face {
    font-family: 'MMregular';
    src: url("../../fonts/mmtextpro-regular-webfont.ttf");
}

@font-face {
    font-family: 'MMbold';
    src: url("../../fonts/mmtextpro-bold-webfont.ttf");
}

@font-face {
    font-family: 'MMheadline';
    src: url("../../fonts/mmheadline.OTF");
}


.pwa-header-container ul {
    margin-bottom: 0;
}

.pwa-footer-container{
    position: relative;
}


@media (max-width: 768px) {
   .header-banner-img{
        content: url("../../images/one/banner_mobil_one.jpg");
   }
}

@media (max-width: 768px) {
    .router-banner-img{
        content: url("../../images/one/router_mobil_one.jpg");
    }
}

a{
    text-decoration: none;
    color: black;
}
.home-link:hover{
    color: inherit;
}
body{
    color: #444;
}
.nav{
    position:relative;
    z-index: 1;
}
.nav-link{
    padding-bottom: 0;
    padding-top: 0;
    color: black !important;
    border-bottom: 1px solid #efefef;
    display: inline-block;
    text-align: center;
}
.nav-link:hover{
    color: black;
    font-weight: 500;
    border-bottom: 1px solid #df0000;
}
.header{
    position: relative;
}
.header, .content{
    font-size: 18px;
    width: 100%;
}
.container {
    max-width: 1472px;
}
.headline-box-wrapper{
    z-index: 2;
    text-align: center;
    position: absolute;
    top:65%;
    width: 100%;
}
@media (max-width: 991px) {
    .headline-box-wrapper {
        position: relative;
    }
    .flex-column{
        height: unset !important;
    }
}
.headline-box {
    text-align: center;
    display: inline-block;
    background: #fff;
    padding: 15px 31px 15px 31px !important;
    font-family: MMheadline;
    transform: skewX(-10deg);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
    border-bottom-right-radius: 30px;
    border-top-right-radius: 7px;
}
.circle-list{
    list-style-type: circle;
}
.title-tiny{
    font-size: 13px;
    font-weight: bold;
}
.title-medium{
    font-size: 1.3em;
    font-weight: bold;
}
.title-big{
    font-size: 1.7em;
    font-weight: bold;
}
.reg-steps{
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
    font-family: MMheadline;
}
.step{
    gap: 10px;
    border: 1px solid #efecec;
    border-radius: 9px;
    box-shadow: 2px 2px 2px lightgray;
    flex: 1;
}
.step p{
    font-size: 20px;
    line-height: 1.2;
    display: flex;
    align-items: center;
}
p.num{
    font-size: 100px !important;
    color: #df0000;
    margin-left: 10px;
    font-family: MMheadline;
}
.discount-table {
    width: 100%;
    border-collapse: separate !important;
    border-bottom-width: 0 !important;
}
table{
    all:revert;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
}
th{
    font-size: 16px;
}
th, td{
    text-align: center;
    line-height: 1;
    border-radius: 3px;
    padding: 10px 5px !important;
    border-bottom-width: 0 !important;
    vertical-align: middle;
}
td{
    font-size: 14px;
}
th.light-gray {
    background-color: #f2f2f2;
    color: #5f5f5f;
}
th.red{
    background-color: #df0000;
    color: white;
}
th.dark-gray{
    background-color: #3d3d3d;
    color: white;
}
td.light-gray{
    background-color: #fcfcfc;
}
td.red{
    background-color: #fac4c4;
    font-weight: bold;
    color:#444;
}
td.dark-gray{
    background-color: #d2d2d2;
    font-weight: bold;
    color: #444;
}
tr:hover td:first-child {
    background-color: #df0000;
    color: white;
}
tr:hover td:nth-child(n+2) {
    background-color: black;
    color: white;
}
tr:hover{
    cursor: pointer;
}
.subscriptions{
    background-color: #f2f2f2;
}
.subscription-box{
    padding: 20px;
    border: 1px solid #d9d9d9;
    margin: 10px;
    border-radius: 3px;
    background: #fff;
    max-width: 350px;
    min-height: 300px;
}
.subscription-box img{
    margin-right: 10px;
}
.subscription-text{
    font-size: 0.8em;
    align-items: center;
}
div#credit {
    background: white;
    border-radius: 11px 3px;
    transform: skewX(-10deg);
    padding: 8px;
    margin: 0px 4px 10px;
    text-align: center;
    margin-right: 20px;
}
@media (max-width: 576px) {
    .credit-text {
        font-size: 1.5rem;
    }

    .credit-text sup {
        font-size: 1.2rem;
    }
}
.service-box {
    padding: 10px;
}
.service-box img {
    border-radius: 5px 5px 0 0;
}
.btn-dark a{
    color: white;
}
#maxi-toggle, #mini-toggle{
    background-color: #df0000;
    color: white;
    text-align: center;
    padding: 0.2rem;
    font-size: 0.9em;
    vertical-align: middle;
    border-radius: 3px;
    margin-right: 0.5rem;
    cursor: pointer;
    transition: padding 0.3s ease-in-out;
}
.sub-header{
    background-color: #df0000;
    color: white;
    text-align: center;
    padding: 0.2rem;
    font-size: 0.9em;
    vertical-align: middle;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.sub-content{
    border: 1px solid #df0000;
    text-align: center;
    font-size: 0.8rem;
}
#maxi, #mini{
    margin-top: 0.7rem;
}
.product-price, .monthly-fee, .monthly-price{
    font-weight: bold;
    font-size: 1.3rem;
}
.subscription-checkbox{
    width: 1.3rem;
    height: 1.3rem;
}
.icon{
    width: 50px;
}

