.main *,
.main ::after,
.main ::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.heading-menu {
    display: none
}
#scroll {padding: 0;}
#scroll .main ul {list-style-type: none;}
img {
    width: 100%;
    height: auto
}
.main {
    font-family: 'ZohoPuvi';
    font-weight: 300;
    color: #333;
    overflow: hidden
}
.main h1,
.main h2,
.main h3,
.main p {
    color: inherit
}
.main .my-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 25px
}
.main .lr-container {
    display: table;
    width: 100%
}
.main .lhs {
    display: table-cell;
    vertical-align: top;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1
}
.main .rhs {
    display: table-cell;
    vertical-align: top;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1
}
.main a {
    text-decoration: none
}
.main h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 14px;
    color: #000
}
.main p {
    font-size: 17px;
    line-height: 1.8;
    color: #333
}
.main strong {
    font-weight: 600
}
.sprite span,
.sprite span::before,
.sprite span::after {
    content: '';
    background: url(/sites/meweb/images/se/log-management/images/threat-detection-sprite.png) no-repeat;
    background-size: 453px;
    position: absolute
}
.main-intro .meter,
.sec1 ul li::before,
.sec1 .read-btn::before,
.sec2 li h3::before {
    content: '';
    background: url(/sites/meweb/images/se/log-management/images/threat-detection-icons.png) no-repeat;
    background-size: 147px;
    position: absolute
}
.banner {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #CCE4FF), to(#fff));
    background: -o-linear-gradient(top, #CCE4FF 10%, #fff);
    background: linear-gradient(to bottom, #CCE4FF 10%, #fff);
    padding: 80px 0 160px
}
.banner h1 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 16px;
    color: #000
}
.banner p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 34px
}
.banner .lhs {
    width: calc(100% - 369px);
    padding-right: 280px
}
.banner .rhs {
    float: right;
    width: 369px;
    height: 350px;
    position: relative
}
/* .banner a{background-color:#e8132a;font-size:18px;font-weight:400;line-height:18px;color:#fff;padding:16px 40px 16px 60px;border-radius:6px;display:inline-block;position:relative;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.banner a:hover{background-color:#fc1933;-webkit-box-shadow:4px 8px 15px rgba(213,51,54,0.4);box-shadow:4px 8px 15px rgba(213,51,54,0.4);-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)} */
.banner .dwn-cta-ani {
    left: 35px;
    bottom: 0;
    top: 0;
    margin: auto
}
.banner a .dwn-cta-ani::after {
    width: 4px
}
.banner .sprite .ban1::before {
    background-position: -18px -229px;
    width: 332px;
    height: 129px;
    bottom: 90px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}
.banner .sprite .ban1 {
    background-position: -7px -8px;
    border-radius: 20px;
    width: 370px;
    height: 346px
}
.banner .sprite .ban2 {
    background-position: -7px -369px;
    width: 323px;
    height: 323px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}
.banner .sprite .ban3 {
    background: transparent;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation: spin 10s 1.2s infinite linear alternate;
    animation: spin 10s 1.2s infinite linear alternate
}
.banner .sprite .ban3::before {
    background-position: -383px -35px;
    width: 56px;
    height: 163px;
    top: -34px;
    left: 0;
    right: 0;
    margin: 0 auto
}
.banner .sprite .ban4 {
    background-position: -356px -483px;
    width: 50px;
    height: 50px;
    bottom: 66px;
    left: 106px;
    -webkit-animation: fade 1s 6.6s linear both, blink 8s 7s linear infinite;
    animation: fade 1s 6.6s linear both, blink 8s 7s linear infinite
}
.banner .sprite .ban5 {
    background-position: -356px -566px;
    width: 50px;
    height: 50px;
    top: 94px;
    left: 42px;
    -webkit-animation: fade 1s 9s linear both, blink 8s 9.4s linear infinite;
    animation: fade 1s 9s linear both, blink 8s 9.4s linear infinite
}
.banner .sprite .ban6 {
    background-position: -356px -391px;
    width: 50px;
    height: 50px;
    top: 146px;
    right: 64px;
    -webkit-animation: fade 1s 3.4s linear both, blink 8s 4s linear infinite;
    animation: fade 1s 3.4s linear both, blink 8s 4s linear infinite
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-webkit-keyframes blink {
    10%,
    90% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6)
    }
    20%,
    80% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    30%,
    50%,
    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    40%,
    60% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
}
@keyframes blink {
    10%,
    90% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6)
    }
    20%,
    80% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    30%,
    50%,
    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    40%,
    60% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
}
.main-intro {
    position: relative;
    opacity: 1
}
.animated.main-intro {
    -webkit-animation: fadeUp 1s ease-in both;
    animation: fadeUp 1s ease-in both
}
.main-intro .meter {
    background-position: -3px -219px;
    width: 142px;
    height: 75px;
    position: absolute;
    top: -74px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1
}
.intro {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 60px 124px 34px;
    margin: 0 60px;
    position: relative;
    margin-bottom: 80px;
    text-align: center
}
.intro::before {
    content: '';
    background: url(/sites/meweb/images/se/log-management/images/threat-detection-intro-line.png) no-repeat;
    background-position: 0 -6px;
    background-size: 967px 92px;
    width: 510px;
    height: 70px;
    left: 36px;
    top: -46px;
    position: absolute
}
.intro::after {
    content: '';
    background: url(/sites/meweb/images/se/log-management/images/threat-detection-intro-line.png) no-repeat;
    background-position: -492px -6px;
    background-size: 967px 92px;
    width: 510px;
    height: 70px;
    right: 0;
    top: -46px;
    position: absolute
}
.intro p {
    line-height: 1.8
}
.intro p:first-child {
    padding-bottom: 30px
}
.main .sec1 {
    margin-bottom: 60px
}
.sec1 .even,
.sec1 .odd {
    margin-bottom: 120px
}
.sec1 .even .lhs {
    width: 50%;
    position: relative;
    left: -70px
}
.sec1 .even .rhs {
    width: 50%;
    padding-left: 30px
}
.sec1 .odd .lhs {
    width: 50%;
    padding-right: 30px
}
.sec1 .odd .rhs {
    width: 50%;
    position: relative;
    right: -70px
}
.sec1 ul li {
    color: #333;
    font-size: 15px;
    margin-bottom: 24px;
    padding-left: 30px;
    position: relative
}
.sec1 ul li::before {
    background-position: -79px -173px;
    width: 17px;
    height: 16px;
    position: absolute;
    top: 1px;
    left: 0
}
.sec1 ul li a {
    color: #1687cd;
    font-weight: 400;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.sec1 ul li a:hover {
    text-decoration: underline
}
.sec1 h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 14px
}
.sec1 .read-btn {
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: #000;
    border: 1px solid #707070;
    border-radius: 4px;
    padding: 12px 60px 10px 25px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.sec1 .read-btn::before {
    background-position: -79px -197px;
    width: 18px;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 26px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.sec1 .read-btn:hover {
    color: #C73A3C;
    border: 1px solid #C73A3C
}
.sec1 .read-btn:hover::before {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px)
}
.animated .lhs {
    -webkit-animation: fadeInLeft 1.2s ease-in-out both;
    animation: fadeInLeft 1.2s ease-in-out both
}
.animated .rhs {
    -webkit-animation: fadeInRight 1.2s ease-in-out both;
    animation: fadeInRight 1.2s ease-in-out both
}
.main .sec2 {
    position: relative;
    padding: 80px 0 50px;
    margin-top: 170px
}
.main .sec2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 80px 0 0;
    background: #DCF0FF;
    height: 100%;
    width: 75%;
    z-index: -1
}
.main .sec2::after {
    content: "";
    background: url(/sites/meweb/images/se/log-management/images/building.png) repeat-x;
    background-size: cover;
    width: 75%;
    height: 336px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-animation: building 3000s linear infinite;
    animation: building 3000s linear infinite;
    z-index: -1
}
@-webkit-keyframes building {
    0% {
        background-position: 100000px bottom
    }
    100% {
        background-position: 0 bottom
    }
}
@keyframes building {
    0% {
        background-position: 100000px bottom
    }
    100% {
        background-position: 0 bottom
    }
}
.main .sec2 .my-container {
    max-width: 1400px
}
.sec2 .rhs {
    width: calc(100% - 438px)
}
.sec2 .lhs {
    width: 438px;
    position: relative
}
.sec2 .animated .lhs,
.sec2 .animated .rhs {
    -webkit-animation-duration: .4s;
    animation-duration: .4s
}
.sec2 .sec2-title {
    width: 56%;
    color: #000;
    font-size: 25px;
    font-weight: 600;
    position: absolute;
    text-align: center;
    line-height: 1.5;
    bottom: 490px;
    left: 64px
}
.sec2 .lhs .sprite .man {
    background-position: -21px -983px;
    width: 250px;
    height: 484px;
    position: absolute;
    display: block;
    bottom: -50px
}
.sec2 .lhs .sprite .man::before {
    content: '';
    background-position: -21px -725px;
    width: 360px;
    height: 222px;
    position: absolute;
    top: -224px;
    left: 12px
}
.sec2 .rhs .list {
    margin-top: -134px
}
.sec2 .rhs ul {
    display: inline-block;
    vertical-align: top;
    width: 40%
}
.sec2 .rhs ul:first-child {
    margin-right: 30px
}
.sec2 .rhs ul:last-child {
    margin-top: -40px
}
.sec2 .rhs ul li:not(:last-child) {
    margin-bottom: 26px
}
.sec2 .rhs ul li {
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 0 30px rgba(65, 80, 90, 0.08);
    box-shadow: 0 0 30px rgba(65, 80, 90, 0.08);
    border-radius: 8px;
    width: 100%;
    margin-right: 18px;
    vertical-align: top;
    text-align: left
}
.sec2 .rhs ul li h3 {
    font-size: 17px;
    font-weight: 500;
    padding-top: 50px;
    padding-bottom: 10px;
    position: relative
}
.sec2 .rhs ul li p {
    font-size: 15px
}
.sec2 .ic1::before {
    background-position: -3px -4px;
    width: 43px;
    height: 38px;
    top: 0;
    left: 0
}
.sec2 .ic2::before {
    background-position: -3px -57px;
    width: 42px;
    height: 44px;
    top: -6px;
    left: 0
}
.sec2 .ic3::before {
    background-position: -6px -117px;
    width: 39px;
    height: 40px;
    top: 0;
    left: 0
}
.sec2 .ic4::before {
    background-position: -6px -173px;
    width: 55px;
    height: 40px;
    top: -6px;
    left: 0
}
.sec2 .ic5::before {
    background-position: -54px -4px;
    width: 51px;
    height: 40px;
    top: -8px;
    left: 0
}
.sec2 .ic6::before {
    background-position: -53px -60px;
    width: 38px;
    height: 40px;
    top: -8px;
    left: 0
}
.sec2 .ic7::before {
    background-position: -52px -117px;
    width: 57px;
    height: 40px;
    top: -8px;
    left: 0
}
@-webkit-keyframes fade {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes fade {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@-webkit-keyframes fadeInLeft {
    from {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    to {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1
    }
}
@keyframes fadeInLeft {
    from {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    to {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1
    }
}
@-webkit-keyframes fadeInRight {
    from {
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
    to {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1
    }
}
@keyframes fadeInRight {
    from {
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
    to {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1
    }
}
@-webkit-keyframes fadeUp {
    from {
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    to {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1
    }
}
@keyframes fadeUp {
    from {
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    to {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1
    }
}
@media (min-width: 1500px) {
    .main .sec2::before,
    .main .sec2::after {
        left: calc(50vw - 760px);
        max-width: 1100px
    }
}
@media (max-width: 1350px) {
    .sec1 .even .lhs {
        left: 0
    }
    .sec1 .odd .rhs {
        right: 0
    }
}
@media (max-width: 1200px) {
    .banner .lhs {
        padding-right: 160px
    }
    .sec2 .rhs ul {
        width: 47%
    }
}
@media (max-width: 1150px) {
    .sec2 .lhs {
        width: 340px
    }
    .sec2 .rhs {
        width: calc(100% - 340px)
    }
    .sec2 .sec2-title {
        font-size: 22px;
        bottom: 374px;
        left: 80px
    }
    .sec2 .lhs .sprite .man {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        bottom: -98px
    }
}
@media (max-width: 1080px) {
    .banner .lhs {
        padding-right: 60px
    }
}
@media (max-width: 992px) {
    .banner .rhs,
    .sec2 .lhs .sprite .man,
    .main .sec2::after,
    .main .sec2::before {
        display: none
    }
    .main .animated .lhs,
    .main .animated .rhs,
    .animated.main-intro {
        -webkit-animation: none;
        animation: none
    }
    .main .lhs,
    .main .rhs,
    .main-intro {
        opacity: 1
    }
    .main h2 {
        font-size: 24px
    }
    .banner {
        padding-bottom: 124px
    }
    .banner .lhs {
        display: block;
        float: none;
        width: 80%;
        margin: 0 auto;
        text-align: center;
        padding-right: 0
    }
    .banner h1 {
        font-size: 30px
    }
    .intro {
        padding: 40px;
        margin: 0;
        margin-bottom: 60px
    }
    .intro::before,
    .intro::after {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
    .intro::before {
        left: -30px
    }
    .intro::after {
        right: -60px
    }
    .sec1 .lr-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
        border-radius: 8px;
        padding: 30px;
        margin-bottom: 20px;
        row-gap: 30px
    }
    .sec1 .lr-container.row1 {
        border: 1px solid #cadafc
    }
    .sec1 .lr-container.even {
        border: 1px solid #fbccea
    }
    .sec1 .lr-container.row3 {
        border: 1px solid #fee0c7
    }
    .sec1 .lr-container.even .lhs {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .sec1 .even .lhs,
    .sec1 .even .rhs,
    .sec1 .odd .lhs,
    .sec1 .odd .rhs {
        width: 80%;
        margin: auto;
        padding-left: 0;
        padding-right: 0
    }
    .main .sec2 {
        background-color: #DCF0FF;
        padding: 40px 0;
        margin-top: 0
    }
    .sec2 .rhs,
    .sec2 .lhs {
        text-align: center;
        display: block;
        width: 100%
    }
    .sec2 .sec2-title {
        position: static;
        font-size: 25px;
        width: 100%;
        margin-bottom: 30px
    }
    .sec2 .rhs .list {
        margin-top: 0
    }
    .sec2 .rhs ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px;
        row-gap: 24px
    }
    .sec2 .rhs ul:last-child {
        margin-top: 24px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }
    .sec2 .rhs ul:last-child li {
        width: 47%
    }
    .sec2 .rhs ul li:not(:last-child) {
        margin-bottom: 0
    }
    .sec2 .rhs ul li {
        margin-right: 0
    }
}
@media (max-width: 767px) {
    .banner .lhs {
        width: 100%
    }
    .intro::after,
    .intro::before {
        display: none
    }
    .sec1 .even .lhs,
    .sec1 .even .rhs,
    .sec1 .odd .lhs,
    .sec1 .odd .rhs {
        width: 100%
    }
    .sec2 .rhs ul li {
        padding: 36px 20px
    }
    .sec2 .rhs ul li h3 {
        font-size: 15px;
        line-height: 1.4
    }
    .sec2 .rhs ul li p {
        font-size: 14px;
        line-height: 1.5
    }
}
@media (max-width: 600px) {
    #titlediv {
        display: none
    }
    .zsiq_theme1 .zsiq_flt_rel {
        border-radius: 50px 0 0 50px !important
    }
    .main .my-container {
        padding: 0 18px
    }
    .main h2 {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.2
    }
    .main p {
        font-size: 14px
    }
    .banner h1 {
        font-size: 26px
    }
    .banner p {
        font-size: 14px;
        margin-bottom: 30px
    }
    .intro {
        padding: 20px
    }
    .intro p:first-child {
        padding-bottom: 10px
    }
    .sec1 .lr-container {
        width: 100%;
        padding: 25px 18px;
        margin-bottom: 30px
    }
    .sec1 .read-btn {
        font-size: 12px
    }
    .sec2 .rhs ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .sec2 .rhs ul li {
        width: 100%;
        margin-right: 0
    }
    .sec2 .rhs ul:last-child li {
        width: 100%
    }
}
.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black)
}
@media screen and (max-width : 1100px) {
    .banner .animated .rhs {
        animation: none;
        opacity: 1;
        transform: scale(.8);
    }
}
.accordion-pare-23 {
    margin-top: 80px;
}
.faq-23-com-all-pg {
    margin-bottom: 70px;
    padding: 0 200px;
}
.faq-23-com-all-pg h2 {
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 45px
}
.accordion-23 {
    padding: 0;
    border-bottom: 1px solid #D3D3D3;
    position: relative;
    display: inline-block;
    width: 100%
}
.accordion-23:last-child {
    border-bottom: 0;
}
.accordion-23 h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    padding: 25px 0;
    position: relative;
    cursor: pointer;
    transition: .3s ease-in;
    margin-left: 0
}
.accordion-23.opened h4 {
    padding-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 16px;
    font-weight: 500;
    color: #000;
    margin-left: 0;
    position: relative;
}
.accordion-23 h4:before {
    content: "";
    position: absolute;
    left: auto;
    right: 0px;
    width: 10px;
    height: 10px;
    line-height: 20px;
    text-align: center;
    border: 2px solid;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);
    transition: .3s ease-in
}
.accordion-23.opened h4:before {
    transform: rotate(225deg);
    top: 40px
}
.panel {
    font-size: 15px;
    line-height: 30px;
    width: 100%;
    display: none;
    padding-bottom: 35px;
    font-weight: 300
}
.accordion-23:nth-of-type(1) {
    border-top: 1px solid #D3D3D3;
}
.accordion-23:nth-of-type(1) .panel {
    display: block
}
.accordion-23 .panel p {
    margin-top: 0;
    margin-bottom: 20px
}
.accordion-23.opened p:last-child {
    margin-bottom: 0
}
.accordion-23.opened h4 {
    color: #118CD6
}
.accordion-23 .panel ul {
    list-style: disc;
    padding-left: 20px
}
.accordion-23 .panel ul li {
    list-style: disc;
    padding-bottom: 15px;
}
.accordion-23 .panel ul li:last-child {
    padding-bottom: 0
}
.accordion-23 .panel ul li strong {
    font-weight: 600;
}
.accordion-23 .panel a {
    color: #0763ef
}
.accordion-23 .panel a:hover {
    text-decoration: underline
}
.accordion-23 .panel ul.foot-ic-main li {
    list-style-type: none;
    position: relative;
    padding-left: 35px
}
.foot-ic {
    position: absolute;
    background-image: url(/sites/meweb/images/se/log-management/images/faq-foot-23.png);
    background-repeat: no-repeat;
    background-size: 200px;
    width: 25px;
    height: 25px;
    left: 0;
    top: 5px
}
.foot-ic-main .f-ic-1 {
    background-position: -14px -73px
}
.foot-ic-main .f-ic-2 {
    background-position: -64px -75px
}
.foot-ic-main .f-ic-3 {
    background-position: -119px -73px
}
@media screen and (max-width:1050px) {
    .faq-23-com-all-pg {
        padding: 0 20px;
    }
}