.container { max-width: 1200px;}
.note:before {
    content: 'Nota';
    padding-left: 10px;
    font-weight: 600;
    display: inline-block;
    padding-top: 10px;
}
.smk_1 li {
    padding-left: 0 !important;
    padding-right:25px;
}

.smk_accordion .accordion_in .acc_content,.smk_accordion .accordion_in.acc_active .acc_head{
    background-color:#fff;
}

.list li {
    list-style: decimal;
}

.bullet li {
    list-style: disc;
}
.appList li {
    padding: 12px 30px !important;
}

.appList > a {
    background-color: transparent;
    font-size: 12px;
    padding: 12px;
    font-weight: 600;
    line-height: normal;
}
.appList li {
    font-size: 13px;
    line-height: normal;
    height: auto;
    margin-right: 5px;
}

ul.appList {
    display: flex;
}

 .nav-dwn a:hover {
    background: #E3142B;
}
.rhs-cont {
    border-left: 1px dotted #fff;
    float: left;
    padding: 30px 0 40px 4%;
    position: relative;
    width: 71%;
}
.nav-dwn a {
    background: #E9142B;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding: 4px 10px;
    display: inline-block;
    width: 148px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}
#btmBar .btm-dwn a {
    color: #fff;
    background: #E9142B;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    padding: 4px 8px;
    display: inline-block;
    width: 144px;
    border-radius: 5px;
    margin-top: 4px;
}
#header-mainsec .headerinner {
    box-shadow: 0 0px 2px -1px #ccc;
}

/*toggle.css*/
.tab-toggle {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
    width: 100px;
    display: inline-block;
    border: 1px solid #0879b8;
    color: #0879b8;
    padding: 10px;
    text-align: center;
    margin: 20px;
    text-decoration: none !important;
    cursor: pointer;
}

.tab-toggle:first-child {
    right: 122px;
    border-right: 0px solid #eee; 
}

.tab-toggle.active {
    background-color: #0879b8;
    color: #fff;
    pointer-events: none;
}