.main_nav_area ul,
.main_nav_area ul li,
.main_nav_area ul li ul,
.sidebar_nav ul {
    list-style: none !important;
}

@media screen and (min-width: 128px) and (max-width: 767px) {
.main-title-row .main-title-h1.tab-btn-zs {display: inline-block;cursor: pointer;margin-right: 0px;color: #fff;background: #015293;border: 0px solid #015293;position: relative;transition: all 0.2s ease;border-radius: 0;clip-path: polygon(0 0, calc(100% - 30px) 0, 90% 100%, calc(100% - 20px) 100%, 0 100%);font-weight: 500;font-size: 25px;font-family: "Rubik", sans-serif;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-rendering: optimizeLegibility;font-smooth: always;padding: 15px 35px 15px 15px;}
.main-title-row .main-title-h1.tab-btn-zs:hover {
background: rgba(1, 82, 147, 0.1);
color: #015293;
font-weight: 600;
}

.main-title-row .main-title-h1.tab-btn-zs.active {
background: #015293;
color: #fff;
font-weight: 500;
font-size: 25px;
font-family: "Rubik", sans-serif;-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-smooth: always;
padding: 15px 35px 15px 15px;
}

.main-title-row .main-title-h1.tab-btn-zs.active:hover {
background: #015293;
color: #fff;
}

.main-title-row .main-title-h1.tab-btn-zs[data-tab-focus="2"] {
background: #ccc;
color: #fff;
background: rgba(1, 82, 147, 0.9);
}

.main-title-row .main-title-h1.tab-btn-zs[data-tab-focus="2"]:hover {
background: rgba(1, 82, 147, 0.9);
color: #fff;
}
}

/*////////////////////////////*/

@media screen and (min-width: 768px) and (max-width: 2048px) {
.k-g{display: block;}
.main-title-line {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
}
.main-title-line .main-title-h1 {
    flex: 0 0 auto;
    font-size: 35px;
    color: #000;
    font-family: "Rubik", serif;
    font-weight: 500;
    line-height: 1;
}

.main-title-line .blue-line {
    width: 100px;
    height: 2px;
    background-color: #015293;
    margin-left: 15px;
    flex: 0 0 100px;
}

.main-title-line .gray-line {
    height: 2px;
    background-color: #ccc;
    margin-left: 5px;
    flex: 1 1 auto;
}
.main-title-line .more-link {
    flex: 0 0 auto;
    margin-left: 15px;
}
.main-title-line .more-link a {
    color: #333;
    font-size: 14px;
    white-space: nowrap;
}
.main-title-line .more-link a:hover {
    font-weight: bold;
}

}

@media screen and (min-width: 128px) and (max-width: 767px) {
.k-g{display: none;}
.main-title-line {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}
.main-title-line .main-title-h1 {
    flex: 0 0 auto;
    font-size: 16px;margin-bottom: 0px !important;
    color: #000;
    font-family: "Rubik", serif;
    font-weight: 500;
    line-height: 1;
}

.main-title-line .blue-line {
    width: 100px;
    height: 2px;
    background-color: #015293;
    margin-left: 15px;
    flex: 0 0 100px;
}

.main-title-line .gray-line {
    height: 2px;
    background-color: #ccc;
    margin-left: 5px;
    flex: 1 1 auto;
}
.main-title-line .more-link {
    flex: 0 0 auto;
    margin-left: 15px;
}
.main-title-line .more-link a {
    color: #333;
    font-size: 13px;
    white-space: nowrap;
}
.main-title-line .more-link a:hover {
    font-weight: 500;
}

}