@media(min-width:992px) {
    /* common Animation Keyframe */
    @-webkit-keyframes fadeDown {
        from {
            -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
            opacity: 0;
        }
        to {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
    }
    @keyframes fadeDown {
        from {
            -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
            opacity: 0;
        }
        to {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
    }
    @-webkit-keyframes fadeUp {
        from {
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
            opacity: 0;
        }
        to {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
    }
    @keyframes fadeUp {
        from {
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
            opacity: 0;
        }
        to {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
    }
    @-webkit-keyframes fadeLeft {
        from {
            -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
            opacity: 0;
        }
        to {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }
    }
    @keyframes fadeLeft {
        from {
            -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
            opacity: 0;
        }
        to {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }
    }
    @-webkit-keyframes fadeRight {
        from {
            -webkit-transform: translateX(80px);
            transform: translateX(80px);
            opacity: 0;
        }
        to {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }
    }
    @keyframes fadeRight {
        from {
            -webkit-transform: translateX(80px);
            transform: translateX(80px);
            opacity: 0;
        }
        to {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }
    }
    @-webkit-keyframes fadeTop {
        from {
            -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
            opacity: 0
        }
        50% {
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
            opacity: 1
        }
        to {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1
        }
    }
    @keyframes fadeTop {
        from {
            -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
            opacity: 0
        }
        50% {
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
            opacity: 1
        }
        to {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1
        }
    }
    .animate {
        opacity: 0;
    }
    .animate.animated {
        opacity: 1;
    }
    .animated.fade-up {
        -webkit-animation: fadeUp 1s cubic-bezier(.25, .46, .45, .94) both;
        animation: fadeUp 1s cubic-bezier(.25, .46, .45, .94) both;
    }
    .animated.fade-down {
        -webkit-animation: fadeDown 1s cubic-bezier(.25, .46, .45, .94) both;
        animation: fadeDown 1s cubic-bezier(.25, .46, .45, .94) both;
    }
    .animated.fade-right {
        -webkit-animation: fadeRight 1s cubic-bezier(.25, .46, .45, .94) both;
        animation: fadeRight 1s cubic-bezier(.25, .46, .45, .94) both;
    }
    .animated.fade-left {
        -webkit-animation: fadeLeft 1s cubic-bezier(.25, .46, .45, .94) both;
        animation: fadeLeft 1s cubic-bezier(.25, .46, .45, .94) both;
    }
    .animated.fade-top {
        -webkit-animation: fadeTop 2s ease both;
        animation: fadeTop 2s ease both;
    }
    .animated.delay1 {
        -webkit-animation-delay: .2s;
        animation-delay: .2s;
    }
    .animated.delay2 {
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
    }
    .animated.delay3 {
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
    }
    .animated.delay4 {
        -webkit-animation-delay: .8s;
        animation-delay: .8s;
    }
    .animated.delay5 {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }
    .animated.delay6 {
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s;
    }
}
/* me-v1 style */
#scroll {padding: 0;}
body .sliding-buttons.visible,
#relProducts,
#backToTop,
.heading-menu,
.btmBar,
.feb-pre-footer,
#meCommonFooterNew {
    display: none !important;
}
/* common style */
.main-page *,
.main-page *::before,
.main-page *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-weight: 300;
}
.main-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 25px;
    padding-left: 80px;
}
.main-page {
    font-family: "ZohoPuvi", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    background: #280239;
    width: 100%;
}
.main-page h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}
.main-page a {
    text-decoration: none;
    color: #69b3ff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.main-page p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    color: #fff;
}
#scroll .main-page ul {
    list-style: none;    padding: 0;
    list-style-type: none;
}
.main-page p a:hover,
.main-page ul li a:hover {
    text-decoration: underline;
}
.main-page img {
    width: 100%;
    height: auto;
}
.lr-container {
    display: block;
    width: 100%;
    font-size: 0;
    position: relative;
}
.lr-container .m-lhs,
.lr-container .m-rhs {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    position: relative;
    z-index: 1;
}
.g-line {
    width: 50%;
    height: 1px;
    background: #2F033E;
    background: -webkit-gradient(linear, left top, right top, from(#2F033E), color-stop(#D979F2), to(#2D033C));
    background: -o-linear-gradient(left, #2F033E, #D979F2, #2D033C);
    background: linear-gradient(to right, #2F033E, #D979F2, #2D033C);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 4;
}
.gt-line {
    top: 0;
}
.gb-line {
    bottom: 0;
}
.c-bg,
.c-bg2 {
    display: inline-block;
    border-radius: 100%;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.c-bg {
    width: 300px;
    background: #3F0857;
}
.c-bg2 {
    width: 400px;
    height: 100%;
    background: #5c126b;
}
/* Main-Sprite */
.ban-intro .lr-container .m-lhs::before,
.ban-intro .lr-container .m-rhs::before,
.sec1 ul li::before,
.tab-ic,
.tab-content ul li::before,
.sec4 .lt-tab-list li::before,
.sec5 .why-list ul li::before,
.sec5 .why-list i,
.sec7 .m-lhs .ls-icon,
.sec7 .m-lhs p::before,
.sec7 .m-lhs p::after,
.sec8 .what-box a::before {
    display: inline-block;
    background: url('/sites/meweb/images/se/log-management/images/adaptive-threshold-sprite-23.png') no-repeat;
    background-size: 261px;
}
/* LHS sprite */
.lhs-sprite span {
    display: inline-block;
    background: url(https://www.manageengine.com/log-management/images/adaptive-threshold-lhs-sprite-23.png);
    background-size: 613px;
}
/* lhs-Menu */
.lhs-menu {
    position: fixed;
    left: 0;
    top: 100px;
    width: 55px;
    height: calc(100vh - 100px);
    background: #1E1E1E;
    z-index: 2;
    padding: 30px 16px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}
.home-icon i {
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    line-height: 1px;
    font-size: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}
.home-icon {
    font-size: 0;
    display: inline-block;
    text-align: center
}
.home-icon i:first-child {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px)
}
.home-icon i:last-child {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px)
}
#scroll .menu-links {
    margin-top: 44px;    padding: 0;
    list-style-type: none;
}
.menu-links li a {
    text-wrap: nowrap;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 300
}
.menu-links li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 30px;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}
.menu-links li:before {
    content: "";
    background: url('/sites/meweb/images/se/log-management/images/adaptive-threshold-lhs-menu-sprite-23.png') no-repeat -1px -1px;
    background-size: 50px;
    width: 23px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.menu-links li:nth-of-type(2):before {
    background-position: -29px -3px;
    width: 20px;
    height: 20px;
}
.menu-links li:nth-of-type(3):before {
    background-position: -1px -27px;
    width: 24px;
    height: 24px
}
.lhs-menu:hover {
    width: 252px
}
.lhs-menu:hover .menu-links li {
    padding-left: 40px
}
.lhs-menu:hover .home-icon i:nth-of-type(2) {
    opacity: 0
}
.lhs-menu:hover .home-icon i:nth-of-type(1) {
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg)
}
.lhs-menu:hover .home-icon i:nth-of-type(3) {
    -webkit-transform: translateY(-2px) rotate(45deg);
    -ms-transform: translateY(-2px) rotate(45deg);
    transform: translateY(-2px) rotate(45deg)
}
/* Banner section */
.ban-sec {
    position: relative;
    padding: 60px 0;
    margin-bottom: 80px;
}
.ban-sec .ban-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}
.ban-sec h1 {
    display: block;
    font-size: 36px;
    font-weight: 200;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    max-width: 700px;
    margin: auto;
}
.ban-sec h1 .b-text {
    display: block;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #71FFDE;
    background: -webkit-gradient(linear, left top, right top, from(#71FFDE), color-stop(30%, #F0FF9E), color-stop(79%, #FBAA60), to(#FF8646));
    background: -o-linear-gradient(left, #71FFDE 0%, #F0FF9E 30%, #FBAA60 79%, #FF8646 100%);
    background: linear-gradient(to right, #71FFDE 0%, #F0FF9E 30%, #FBAA60 79%, #FF8646 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 610px;
    margin: auto;
}
.ban-target-img {
    animation: fadeLeft .8s .6s linear both;
    -webkit-animation: fadeLeft .8s .6s linear both;
}
.ban-intro {
    text-align: center;
    background: #400D4B;
    border-radius: 10px;
    position: relative;
    padding: 60px 70px;
    margin-top: 80px;
}
.ban-intro .lr-container .m-lhs,
.ban-intro .lr-container .m-rhs {
    vertical-align: top;
    width: 50%;
    padding-left: 150px;
    margin: 60px 0;
}
.ban-intro .lr-container .m-lhs {
    border-right: 1px dashed #71287E;
    padding-right: 60px;
}
.ban-intro .lr-container .m-rhs {
    padding-left: 180px;
}
.ban-intro .lr-container .m-lhs::before,
.ban-intro .lr-container .m-rhs::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.ban-intro .lr-container .m-lhs::before {
    background-position: -6px -37px;
    width: 122px;
    height: 84px;
}
.ban-intro .lr-container .m-rhs::before {
    background-position: -143px -44px;
    width: 108px;
    height: 82px;
    left: 50px;
}
.ban-intro .lr-container h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    text-transform: uppercase;
    color: #73FFDE;
    margin-bottom: 10px;
}
.ban-intro .lr-container p {
    text-align: left;
}
.ban-intro .intro-b-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    color: #EB88FF;
    margin: 10px 0;
}
/* ban-Form-style */
.one-line-form {
    width: 510px;
    margin: 40px auto;
}
.one-line-form * {
    font-family: "ZohoPuvi", verdana, arial, sans;
    font-size: 14px;
    outline: 0;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.one-line-form>form>ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    border: 1px solid #AE6EC7;
    background: #45064E;
    border-radius: 4px;
    padding: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.one-line-form>form>ul li {
    list-style-type: none;
    float: left;
    /* border:1px solid #e6e6e6;*/
}
.one-line-form>form>ul li:nth-child(1) {
    width: 210px;
    position: relative;
    border-radius: 3px;
    border-right-width: 0
}
.one-line-form>form>ul li:nth-child(1) .form-icn {
    width: 38px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 3px 0 0 3px
}
.one-line-form>form>ul li:nth-child(1) .form-icn .icn-mail {
    width: 16px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAaCAYAAADfcP5FAAAABHNCSVQICAgIfAhkiAAAAnlJREFUSEu9l81u00AQx2dSu1fKnUMQD0C4IzW5cgpHSJHsSqnEib4BfYP2BkpQt5VqeoQL57biATDiAVpeAIVrnGaYWX/EdhLjOOv4knhjz/z2Px87QYguNfBagHQMhE1AaMbr9X3SiG377O/cPeidxX5QvpwNvO+E9ByYZOMXaY9/wB4/cV13hOqj9wK24NvGQbRDoQlFQKBLp7/3Gk8H3jXf72JaHAI3LaNpWKXUDgbbvwjhkcZiLvHv9nuInDu3kjPEq5imqglKYCDYvmKfrUgkdhzJNGk8RjX0wihqUvrJUE9nikw7bv+NKGjkmoOZ8zntZIDAGj+kwL6eQXElEHY4fL4JIo7Gj0SZMIVcVsPhwOyG9nNAEkPZRR1QDKMYxkk2FqWE5HAhkLwgPYnJ5cEHUTDXUmoZjNguBWQSKg9DQOf7/b1EqdJAJqDU8OKQC/o4KZoczEoKxUaqho/fczhnVBFMJaAqSs3BENzsH/Taiyp1pZClDSxUarL1zH376i7z3KfPXW5oXxJlpLfZQVvOKaNAC5UiPq3tcSd2Fk0MV5w3O7rN/AemcsgKlRKo+8ZLsCZNBmFlysMYAdJK5cKSDwUfi3/5rGyX6fCVcyjvVBKXm+fJrHlGLRTgNxJ0y8AYUyhpCR8um2RNT/i+xQkz4jL30QoOlyWw8aReZHDdtcKQyWm/yu7WhYkqNzUB8GmfIaxpKFsGrjjkYE1v49/DiXHoHfHC++QlKWOEryZ2X2iDOO8QurMGGnZzPUmfDi787KRYO07GgW4T942WdH0NFI2WR0z8brMoesC/YRgnPoIyf8R0TG2SEg4H8Dovgjs27+f71T82C733PG7+gQAAAABJRU5ErkJggg==);
    background-size: contain;
    background-repeat: no-repeat
}
.one-line-form>form>ul li:nth-child(1) input {
    font-size: 14px;
    padding-left: 34px;
    background-color: transparent
}
.one-line-form>form>ul li:nth-child(1) input::-webkit-input-placeholder {
    color: #b3b3b3
}
.one-line-form>form>ul li:nth-child(1) input::-moz-placeholder {
    color: #b3b3b3
}
.one-line-form>form>ul li:nth-child(1) input:-ms-input-placeholder {
    color: #b3b3b3
}
.one-line-form>form>ul li:nth-child(1) input::-ms-input-placeholder {
    color: #b3b3b3
}
.one-line-form>form>ul li:nth-child(1) input::placeholder {
    color: #b3b3b3
}
.one-line-form>form>ul li:nth-child(2) {
    width: 50px;
    border-left: 0;
    border-right: 0;
    position: relative
}
.one-line-form>form>ul li:nth-child(3) {
    padding-left: 0;
    border-color: #d63327;
    border-radius: 0 3px 3px 0
}
.one-line-form>form>ul li .ffw-errmsg {
    display: none;
    color: #ff7a00;
    font-size: 12px;
    margin-top: -22px;
    position: absolute;
    font-weight: 300;
    white-space: nowrap
}
.one-line-form>form>ul li input {
    width: 100%;
    height: 50px;
    border: 0;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 300
}
.one-line-form>form>ul li .selectedCountry {
    text-align: left;
    width: 50px;
    height: 33px;
    top: 2px;
    position: absolute;
    color: #fff;
    font-size: 14px;
    margin: 5px 0 0;
    line-height: 33px;
    left: 0;
    padding-left: 8px;
    border-left: 1px solid #6B3F72;
    font-weight: 300
}
.one-line-form>form>ul li .selectedCountry:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #6B3F72;
    z-index: 0;
    right: 10px;
    top: 15px
}
.one-line-form>form>ul li .selectedCountry:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 33px;
    top: 0;
    right: 0;
    background-color: #6B3F72;
    display: none
}
.showing-state .selectedCountry {
    border-right: 0
}
.one-line-form>form>ul li input[type=submit] {
    font-size: 16px;
    background: #EF282C;
    color: #fff;
    padding: 0 22px;
    cursor: pointer;
    font-weight: 500;
    height: 50px;
    border: 0;
    border-radius: 4px
}
.one-line-form>form>ul li input[type=submit]:hover {
    background: #ff0d11;
    -webkit-box-shadow: 0 0 15px rgba(239, 40, 43, 0.4);
    box-shadow: 0 0 15px rgba(239, 40, 43, 0.4);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}
.one-line-form>form>ul li select {
    font-weight: 300;
    width: 50px;
    height: 50px;
    border: 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    margin: 0;
    z-index: 9;
    position: relative;
    color: #fff;
    font-size: 12px;
    opacity: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    float: left;
    background: transparent
}
.one-line-form>form>ul li select option {
    color: #000
}
.one-line-form>form>ul li select.commonselect {
    position: relative;
    font-size: 14px;
    opacity: 1;
    width: 100px;
    float: left;
    padding-left: 0;
    line-height: 22px
}
.one-line-form>form>.misc-field .dwn-priv {
    margin-top: 0;
    line-height: 16px;
    font-weight: 300;
    padding-top: 5px
}
.one-line-form>form>.misc-field .dwn-priv,
.one-line-form>form>.misc-field .dwn-priv * {
    font-size: 11.7px;
    color: #ffffffcc;
    text-align: center;
}
.one-line-form>form>.misc-field .dwn-priv strong {
    font-weight: 500
}
.one-line-form>form>.misc-field .dwn-priv a {
    font-size: 11px;
    color: inherit;
    text-decoration: underline
}
.one-line-form>form>.misc-field #meGDPRMessage {
    line-height: 16px;
    margin: 5px 0 0 !important;
    width: 100%;
    text-align: center
}
.one-line-form>form>.misc-field #meGDPRMessage label {
    font-size: 12px;
    line-height: 18px;
    color: #ffffffcc;
    font-weight: 300;
    cursor: pointer;
}
.one-line-form>form>.misc-field #meGDPRMessage .checkmarkgdpr {
    margin-bottom: 0
}
.one-line-form #meGDPRMessage .checkmarkgdpr.enableCheckgdpr:before {
    top: 0px;
    left: 2px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.one-line-form>form>.misc-field::before {
    content: " ";
    display: table;
    clear: both
}
.one-line-form>form>.misc-field * {
    color: #a6a6a6;
    font-weight: 300
}
.one-line-form>form>.misc-field strong {
    font-weight: 600
}
.one-line-form>form>.misc-field a {
    color: #1281bd;
    text-decoration: underline
}
.one-line-form>.success-message {
    display: none
}
.one-line-form>.success-message h2 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 28px;
    line-height: 32px
}
.one-line-form>.success-message p {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    margin-top: 0;
    color: #fff
}
.m-thanks,
.d-thanks {
    display: none
}
.one-line-form>.success-message a {
    font-size: inherit;
    line-height: inherit;
    text-decoration: underline
}
.one-line-form.success ul {
    display: none
}
.one-line-form.success .success-message {
    display: block
}
.one-line-form.success .misc-field {
    display: none
}
.one-line-form.with-state {
    width: 606px
}
.one-line-form.with-state ul li #headerCountryListItem:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #1e0437;
    z-index: 0;
    right: 7px;
    top: 23px
}
.one-line-form.with-state ul li:nth-child(1) {
    margin-left: 0;
    width: 200px
}
.one-line-form.with-state ul li .commonselect {
    margin-left: 8px
}
.one-line-form.with-state ul li .selectedCountry:after {
    display: block
}
.one-line-form.with-state ul li input[type=submit] {
    padding: 0 20px
}
.one-line-form.with-state ul li:nth-child(2) {
    width: 160px
}
.one-line-form.with-state .ffw-country-list {
    position: relative
}
.misc-field textarea {
    display: none
}
@media screen and (max-width:650px) {
    .one-line-form {
        width: 100%
    }
    .one-line-form ul li {
        width: 100% !important
    }
    .one-line-form ul li select {
        width: 100% !important
    }
    .one-line-form ul li:first-child {
        border: 1px solid #5d0670 !important;
        margin-top: 5px !important;
        width: 100% !important;
        display: block
    }
    .one-line-form ul li:nth-child(2) select {
        border: 1px solid #5d0670 !important;
        margin-top: 5px !important;
        width: 100% !important;
        display: block;
        opacity: 1;
        background: transparent;
        border-radius: 3px
    }
    .one-line-form ul li .selectedCountry {
        display: none;
        width: 100% !important
    }
    .one-line-form ul li:nth-child(3) {
        margin-top: 10px
    }
    .one-line-form.with-state {
        width: 100% !important
    }
    .one-line-form.with-state ul li select#country_state {
        margin-left: 0;
        padding: 0 10px;
        font-size: 12px
    }
    .one-line-form>form>ul {
        background: none;
        border: 0;
        padding: 0
    }
    .form-side .one-line-form {
        width: 100%
    }
    .one-line-form>form>ul li:nth-child(3) input {
        width: 100% !important
    }
    .one-line-form .ffw-country-list:after,
    .one-line-form.with-state .ffw-country-list:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #6B3F72;
        z-index: 0;
        right: 10px;
    }
    .one-line-form .ffw-country-list:after {
        top: 30px
    }
    .one-line-form.with-state .ffw-country-list:before {
        top: 84px;
    }
}
.ffw-privacy *,
div#meGDPRMessage * {
    font-size: inherit;
    line-height: inherit;
    color: inherit
}
/* section-1 */
.sec1 {
    margin-bottom: 120px;
}
.sec1 .lr-container .m-lhs {
    width: 442px;
}
.sec1 .lr-container .m-rhs {
    width: calc(100% - 442px);
    padding-left: 100px;
}
.sec1 .lhs-sprite span {
    background-position: -11px -18px;
    width: 442px;
    height: 255px;
}
.sec1 h2 {
    text-align: left;
    color: #F4ECEC;
}
.sec1 ul li {
    font-size: 16px;
    line-height: 1.8;
    color: #F4ECEC;
    position: relative;
    padding-left: 30px;
}
.sec1 ul li:not(:last-child) {
    margin-bottom: 20px;
}
.sec1 ul li::before {
    content: '';
    background-position: -59px -10px;
    width: 17px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 6px;
}
/* Section-2 */
.sec2 {
    margin-bottom: 100px;
}
.cp-container {
    display: block;
    font-size: 0;
    position: relative;
}
.cp-container::before,
.cp-container::after {
    content: '';
    background: url('/sites/meweb/images/se/log-management/images/adaptive-threshold-sprite-23.png') no-repeat -180px -14px;
    background-size: 261px 324px;
    width: 66px;
    height: 8px;
    position: absolute;
    top: 150px;
}
.cp-container::before {
    left: calc(100% / 3 - 44px)
}
.cp-container::after {
    right: calc(100% / 3 - 44px)
}
.cp-box {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3 - 46px);
    font-size: 16px;
}
.cp-box:not(:last-child) {
    margin-right: 68px;
}
.cp-box2 img {
    position: relative;
    top: 22px
}
.cp-box3 img {
    position: relative;
    top: 44px;
}
.cp-box-content {
    border: 1px dashed #5E1C79;
    border-radius: 10px;
    position: relative;
    margin-top: -20px;
    z-index: 1;
}
.cp-box-content h4 {
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.6;
    color: #E890FF;
    padding: 40px 30px;
    position: relative;
    z-index: 2;
    min-height: 182px;
}
.cp-box-content h4::before {
    content: '';
    background: #3C0D50;
    width: calc(100% + 1.8px);
    height: 100%;
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 10px 10px 0 0;
    z-index: -1;
}
.cp-content {
    min-height: 355px;
    padding: 40px 30px;
}
.cp-content p:not(:last-child) {
    margin-bottom: 30px;
}
/* Section-3 */
.sec3 {
    margin-bottom: 100px;
}
.sec3 .tab-sec {
    max-width: 1050px;
    margin: auto;
}
.sec3 .tab-list {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}
.sec3 .tab-list li {
    display: inline-block;
    font-size: 15px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.80);
    background: #35004D;
    border: 1px solid #4C0D69;
    border-radius: 10px;
    position: relative;
    padding: 10px 26px;
    margin-right: 20px;
    cursor: pointer;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}
.sec3 .tab-list li:last-child {
    margin-right: 0;
}
.sec3 .tab-list li:hover {
    background: #672981;
}
.sec3 .tab-list li.active {
    font-weight: 500;
    color: #fff;
    background: #672981;
    border-color: #8E43AD;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.sec3 .tab-list li.active::before {
    content: '';
    width: 50%;
    height: 1px;
    background: #672981;
    background: -webkit-gradient(linear, left top, right top, from(rgba(215, 104, 252, 0)), color-stop(#D979F2), to(rgba(45, 3, 60, 0)));
    background: -o-linear-gradient(left, rgba(215, 104, 252, 0), #D979F2, rgba(45, 3, 60, 0));
    background: linear-gradient(to right, rgba(215, 104, 252, 0), #D979F2, rgba(45, 3, 60, 0));
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    margin: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.sec3 .tab-sec .lr-container .m-lhs {
    background: url('/sites/meweb/images/se/log-management/images/adaptive-threshold-smart-tab-lhs-23.png');
    background-size: cover;
    width: 298px;
    height: 270px;
    position: sticky;
    top: 140px;
}
.sec3 .tab-sec .lr-container .m-rhs {
    width: calc(100% - 298px);
    padding-left: 100px;
    vertical-align: top;
}
.tab-ic {
    display: none;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-animation: fadeUp 1s linear both;
    animation: fadeUp 1s linear both;
}
.tab-ic-1 {
    display: block;
    background-position: -4px -274px;
}
.tab-ic-2 {
    background-position: -60px -274px;
}
.tab-ic-3 {
    background-position: -116px -274px;
}
.tab-ic-4 {
    background-position: -172px -274px;
}
.sec3 .tab-content {
    display: none;
    -webkit-animation: fadeLeft 1s cubic-bezier(.25, .46, .45, .94) both;
    animation: fadeLeft 1s cubic-bezier(.25, .46, .45, .94) both;
}
.sec3 .tab-content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px
}
.sec3 .tab-content ul {
    margin-top: 14px;
}
.sec3 .tab-content ul li {
    font-size: 16px;
    line-height: 1.8;
    color: rgb(244, 236, 236);
    position: relative;
    padding-left: 30px;
}
.sec3 .tab-content ul li:not(:last-child) {
    margin-bottom: 10px;
}
.sec3 .tab-content ul li::before {
    content: "";
    background-position: -59px -10px;
    width: 17px;
    height: 16px;
    position: absolute;
    left: 0px;
    top: 6px;
}
.sec3 [data-content="tab-1"] {
    display: block
}
.table-sec {
    position: relative;
    margin: 20px 0;
    overflow-x: scroll;
}
.table-sec table {
    border-collapse: collapse;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
.table-sec table tr th,
.table-sec table tr td {
    line-height: 1.5;
    color: #fff;
    border: 1px solid #40134A;
    padding: 16px 10px;
}
.table-sec table tr th {
    font-size: 16px;
    font-weight: 400;
    background: #400D4B;
}
.table-sec table tr td {
    font-size: 15px;
    font-weight: 300;
    padding: 20px;
}
/* section-4 */
.sec4 {
    margin-bottom: 100px;
}
.sec4 .lr-container {
    background: #400D4B;
    border-radius: 10px;
    padding: 80px 80px 80px 0;
}
.sec4 .lr-container .m-lhs {
    width: 350px;
    vertical-align: top;
}
.sec4 .lr-container .m-rhs {
    width: calc(100% - 350px);
    padding-left: 60px;
}
.sec4 .lt-tab-list {
    background: #3A0146;
    border-radius: 0 10px 10px 0;
    padding: 20px 0;
}
.sec4 .lt-tab-list li {
    font-size: 15px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.80);
    padding: 20px 40px;
    position: relative;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.sec4 .lt-tab-list li::before {
    content: '';
    background-position: -36px -13px;
    width: 18px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
}
.sec4 .lt-tab-list li:hover {
    color: #fff;
}
.sec4 .lt-tab-list li.active {
    font-weight: 500;
    color: #fff;
    background: #713889;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.sec4 .lt-tab-list li.active::before {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.sec4 .tab-content {
    display: none;
}
.sec4 [data-content="1"] {
    display: block;
}
.sec4 .tab-content img {
    -webkit-animation: fadeRight 1s linear both;
    animation: fadeRight 1s linear both;
}
.sec4 .tab-content h3 {
    display: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    margin-bottom: 14px;
}
/* Section-5 */
.sec5 {
    margin-bottom: 120px;
}
.sec5 .lr-container .m-lhs {
    vertical-align: top;
    width: 263px;
    position: sticky;
    top: 150px;
}
.sec5 .lr-container .m-rhs {
    width: calc(100% - 263px);
    padding-left: 180px;
}
.sec5 .lhs-sprite span {
    background-position: -335px -333px;
    width: 263px;
    height: 344px;
}
.sec5 .why-list:not(:last-child) {
    margin-bottom: 60px;
}
.sec5 .why-list i {
    margin-bottom: 20px;
}
.sec5 .why-list .w-icon1 {
    background-position: -117px -139px;
    width: 51px;
    height: 53px;
}
.sec5 .why-list .w-icon2 {
    background-position: -183px -139px;
    width: 45px;
    height: 53px;
}
.sec5 .why-list .w-icon3 {
    background-position: -117px -204px;
    width: 83px;
    height: 49px;
}
.sec5 .why-list h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.sec5 .why-list p {
    color: #F4ECEC;
}
.sec5 .why-list ul li {
    font-size: 16px;
    line-height: 1.6;
    color: #F4ECEC;
    margin-top: 16px;
    position: relative;
    padding-left: 30px;
}
.sec5 .why-list ul li:not(:last-child) {
    margin-bottom: 20px;
}
.sec5 .why-list ul li::before {
    content: '';
    background-position: -59px -10px;
    width: 17px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 6px;
}
/* Section-6 */
.faq-sec {
    background: #400D4B;
    border-radius: 10px;
    padding: 80px 100px;
    margin-bottom: 100px;
}
.faq-list:nth-child(3) {
    margin-bottom: 30px;
}
.faq-list h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #B37FC7;
    margin-bottom: 20px;
}
.faq-list p {
    color: #F4ECEC;
}
.faq-list p:not(:last-child) {
    margin-bottom: 20px;
}
.faq-list p strong {
    font-weight: 600;
}
/* Section-7 */
.sec7 {
    margin-bottom: 100px;
}
.sec7 .lr-container .m-lhs {
    width: 440px;
    vertical-align: top;
}
.sec7 .lr-container .m-rhs {
    width: calc(100% - 445px);
    position: relative;
    padding: 50px 0;
    padding-left: 50px;
    overflow: hidden
}
.sec7 .m-lhs p {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    position: relative;
    padding: 50px 0;
}
.sec7 .m-lhs p span {
    font-weight: inherit;
    color: #69D4C3
}
.sec7 .m-lhs .ls-icon {
    vertical-align: middle;
    background-position: -3px -5px;
    width: 27px;
    height: 26px;
}
.sec7 .m-lhs p::before,
.sec7 .m-lhs p::after {
    content: "";
    position: absolute;
    left: 0
}
.sec7 .m-lhs p::before {
    background-position: -6px -143px;
    width: 99px;
    height: 45px;
    top: 10px;
}
.sec7 .m-rhs .g-line {
    width: 100%;
}
.sec7 .m-lhs p::after {
    background-position: -6px -194px;
    width: 99px;
    height: 56px;
    top: auto;
    bottom: 0px
}
.sec7 .m-rhs p {
    font-size: 16px;
    font-weight: 300;
}
.sec7 .m-rhs .tit {
    margin-bottom: 5px
}
.sec7 .m-rhs .tit a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.sec7 .m-rhs .cus-name {
    font-size: 16px;
    font-weight: 500;
    color: #69D4C3;
    margin-top: 20px;
}
.sec7 .m-rhs .cus-desg {
    font-size: 16px;
    font-weight: 300;
    color: #C892E0;
}
.sec7 .testimonial_slider ul li {
    float: left;
    display: inline-block
}
.sec7 .testimonial_slider .dots {
    position: absolute;
    left: -7px;
    bottom: 0;
    list-style: none;
    width: auto;
    display: table;
    padding: 3px 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2
}
.sec7 .testimonial_slider .dots li {
    -moz-transition: background .5s, opacity .5s;
    -webkit-transition: background .5s, opacity .5s;
    background: #c2cdd4;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    float: left;
    height: 8px;
    list-style: none;
    margin: 0 4px;
    padding: 0;
    text-indent: -999em;
    -o-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
    width: 8px
}
.sec7 .testimonial_slider .dots li.active {
    background: #69D4C3;
    opacity: 1;
    width: 34px
}
.sec7 .testimonial-container {
    position: relative;
    padding-bottom: 32px
}
/* Section-8 */
.sec8 {
    margin-bottom: 80px;
}
.sec8 .lr-container .m-lhs {
    vertical-align: top;
    width: 310px;
}
.sec8 .lr-container .m-rhs {
    width: calc(100% - 310px);
    padding-left: 100px;
}
.sec8 .lhs-sprite span {
    background-position: -13px -306px;
    width: 309px;
    height: 454px;
}
.sec8 .box-container {
    font-size: 0;
    margin-left: -40px;
}
.sec8 .what-box {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 2 - 40px);
    border: 1px solid #521F69;
    border-radius: 8px;
    padding: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
}
.sec8 .what-box h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #DFD1FF;
    margin-bottom: 14px;
}
.sec8 .what-box p {
    color: #E6E6FF;
    margin-bottom: 20px;
}
.sec8 .what-box:nth-child(3) p,
.sec8 .what-box:nth-child(4) p {
    min-height: 82px;
}
.sec8 .what-box a {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: #B059D3;
    background: transparent;
    border: 1px solid #521F69;
    border-radius: 8px;
    padding: 14px 50px 14px 26px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
}
.sec8 .what-box a::before {
    content: '';
    background-position: -36px -13px;
    width: 18px;
    height: 10px;
    position: absolute;
    right: 26px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sec8 .what-box a::after {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(#FFDB46), to(#FF8355));
    background: -o-linear-gradient(top, #FFDB46, #FF8355);
    background: linear-gradient(to bottom, #FFDB46, #FF8355);
    width: 0;
    height: 100%;
    border-radius: 8px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.sec8 .what-box a:hover {
    font-weight: 500;
    color: #000;
    border-color: #280239;
}
.sec8 .what-box a:hover::before {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.sec8 .what-box a:hover::after {
    opacity: 1;
    width: 100%;
    left: 0;
}
/* Footer-cp-section */
.cr-sec {
    text-align: center;
    background: #3E1750;
    padding: 10px 0;
}
.cr-sec .m-container p {
    font-size: 14px;
    line-height: 1.4;
    color: #CECECE;
}
/* Media Query */
@media(max-width:1200px) {
    .ban-sec {
        margin-bottom: 60px;
    }
    .ban-intro .intro-b-text {
        font-size: inherit;
    }
    .ban-intro .intro-b-text br {
        display: none;
    }
    .sec1 {
        margin-bottom: 80px;
    }
    .sec1 .lr-container .m-rhs {
        padding-left: 60px;
    }
    .cp-box {
        width: calc(100% / 3 - 27px);
    }
    .cp-box:not(:last-child) {
        margin-right: 40px;
    }
    .cp-container::before,
    .cp-container::after {
        display: none;
    }
    .cp-content {
        min-height: auto;
    }
    .cp-box-content h4 {
        min-height: auto;
    }
    .sec4 .lr-container {
        padding: 40px 40px 40px 0;
    }
    .sec5 .lr-container .m-rhs {
        padding-left: 80px;
    }
    .faq-sec {
        padding: 60px;
    }
    .sec7 .lr-container .m-lhs {
        width: 390px;
    }
    .sec7 .lr-container .m-rhs {
        width: calc(100% - 390px);
    }
    .sec8 .lr-container .m-rhs {
        padding-left: 40px;
    }
    .sec8 .box-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        margin-left: 0;
    }
    .sec8 .what-box {
        width: calc(100% / 2 - 15px);
        padding: 30px;
        margin: 0;
    }
    .sec8 .what-box a {
        font-size: 15px;
        padding: 10px 40px 10px 16px;
    }
    .sec8 .what-box a::before {
        right: 15px;
    }
}
@media(max-width:991px) {
    .main-container {
        padding: 0 25px;
    }
    .main-page h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .main-page p {
        line-height: 1.6;
    }
    .c-bg2 {
        width: 300px;
    }
    .lhs-menu {
        display: none;
    }
    .ban-intro {
        padding: 40px 30px;
    }
    .ban-intro .lr-container .m-lhs,
    .ban-intro .lr-container .m-rhs {
        margin: 40px 0;
    }
    .ban-intro .lr-container .m-lhs {
        padding-right: 15px;
    }
    .ban-intro .lr-container .m-rhs {
        padding-left: 160px;
    }
    .ban-intro .lr-container .m-rhs::before {
        left: 30px;
    }
    .ban-intro .lr-container h3 {
        font-size: 16px;
    }
    .ban-intro .lr-container p {
        font-size: 15px;
    }
    .sec1 .lr-container .m-lhs,
    .sec1 .lr-container .m-rhs {
        width: 100%;
        padding: 0;
    }
    .sec1 .lr-container .m-lhs {
        text-align: center;
        margin-bottom: 40px;
    }
    .sec1 h2 {
        text-align: center;
    }
    .sec2 {
        margin-bottom: 60px;
    }
    .cp-box-content h4 {
        font-size: 15px;
        padding: 24px;
    }
    .cp-content {
        padding: 24px;
    }
    .cp-content p {
        font-size: 15px;
    }
    .sec3 {
        margin-bottom: 80px;
    }
    .sec3 .tab-list {
        margin-bottom: 40px;
    }
    .sec3 .tab-list li {
        font-size: 14px;
        padding: 8px 10px;
        margin-right: 10px;
    }
    .sec3 .tab-sec .lr-container .m-rhs {
        padding-left: 60px;
    }
    .table-sec table tr th {
        font-size: 14px;
        white-space: nowrap;
    }
    .table-sec table tr td {
        font-size: 14px;
    }
    .sec4 {
        margin-bottom: 80px;
    }
    .sec4 .lr-container .m-lhs {
        width: 250px;
    }
    .sec4 .lr-container .m-rhs {
        width: calc(100% - 250px);
        padding-left: 40px;
    }
    .sec4 .lt-tab-list li {
        font-size: 14px;
        padding: 14px 18px;
        padding-right: 35px;
    }
    .sec4 .lt-tab-list li::before {
        right: 14px;
    }
    .sec5 {
        margin-bottom: 80px;
    }
    .sec5 .why-list h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .faq-sec {
        margin-bottom: 80px;
    }
    .sec7 {
        margin-bottom: 80px;
    }
    .sec7 .lr-container .m-lhs {
        width: 340px;
    }
    .sec7 .lr-container .m-rhs {
        width: calc(100% - 340px);
        position: relative;
        padding: 50px 0;
        padding-left: 30px;
    }
    .sec7 .m-lhs p {
        font-size: 26px;
    }
    .sec8 .lr-container .m-lhs,
    .sec8 .lr-container .m-rhs {
        width: 100%;
        padding: 0;
    }
    .sec8 .lr-container .m-lhs {
        text-align: center;
        margin-bottom: 10px;
    }
    .sec8 .lhs-sprite span {
        position: relative;
        left: 46px;
    }
    .sec8 .what-box:nth-child(3) p,
    .sec8 .what-box:nth-child(4) p {
        min-height: auto;
    }
}
@media(max-width:767px) {
    .mob-foot {
        display: none !important;
    }
    .main-page h2 {
        font-size: 24px;
    }
    .main-page p {
        font-size: 15px;
        line-height: 1.7;
    }
    .c-bg {
        width: 200px;
        height: 200px;
    }
    .c-bg2 {
        display: none;
    }
    .ban-sec {
        margin-bottom: 0;
    }
    .ban-sec h1 {
        font-size: 20px;
        line-height: 1.4;
    }
    .ban-sec h1 .b-text {
        font-size: 30px;
        line-height: inherit;
    }
    .ban-sec img {
        display: none;
    }
    .one-line-form {
        margin: 40px auto;
    }
    .ban-intro {
        margin-top: 0;
    }
    .ban-intro .lr-container .m-lhs,
    .ban-intro .lr-container .m-rhs {
        width: 100%;
        padding: 0;
        padding-left: 140px;
    }
    .ban-intro .lr-container .m-lhs {
        border: none;
        margin-bottom: 0;
    }
    .ban-intro .lr-container .m-rhs::before {
        left: 0;
    }
    .sec1 .lhs-sprite span {
        background-position: -6px -10px;
        background-size: 350px;
        width: 254px;
        height: 146px;
    }
    .cp-container {
        text-align: center;
    }
    .cp-box {
        width: 100%;
        max-width: 400px;
        margin: auto;
        margin-bottom: 20px;
    }
    .cp-box:not(:last-child) {
        margin-right: 0;
    }
    .cp-box2 img {
        top: 40px;
    }
    .cp-box3 {
        margin-top: -40px;
    }
    .cp-box3 img {
        top: 90px;
    }
    .sec3 {
        margin-bottom: 60px;
    }
    .sec3 .tab-list {
        display: none;
    }
    .sec3 .tab-sec .lr-container .m-lhs,
    .sec3 .tab-sec .lr-container .m-rhs {
        width: 100%;
        padding: 0;
    }
    .sec3 .tab-sec .lr-container .m-lhs {
        display: none;
    }
    .sec3 .tab-content {
        display: block;
    }
    .sec3 .tab-content:not(:last-child) {
        margin-bottom: 40px;
    }
    .sec3 .tab-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sec4 {
        margin-bottom: 60px;
    }
    .sec4 .lr-container {
        padding: 40px 24px;
    }
    .sec4 .lr-container .m-lhs {
        display: none;
    }
    .sec4 .lr-container .m-rhs {
        width: 100%;
        padding: 0;
    }
    .sec4 .tab-content {
        display: block;
    }
    .sec4 .tab-content:not(:last-child) {
        margin-bottom: 40px;
    }
    .sec4 .tab-content h3 {
        display: block;
    }
    .sec5 {
        margin-bottom: 60px;
    }
    .sec5 .lr-container .m-lhs,
    .sec5 .lr-container .m-rhs {
        width: 100%;
        padding: 0;
        position: relative;
        top: 0;
    }
    .sec5 .lr-container .m-lhs {
        text-align: center;
    }
    .sec5 .why-list:not(:last-child) {
        margin-bottom: 40px;
    }
    .sec5 .why-list h3 {
        font-size: 18px;
    }
    .faq-sec {
        padding: 40px 24px;
        margin-bottom: 60px;
    }
    .faq-list h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sec7 {
        margin-bottom: 60px;
    }
    .sec7 .lr-container .m-lhs,
    .sec7 .lr-container .m-rhs {
        display: block;
        width: 100%;
    }
    .sec7 .lr-container .m-lhs {
        margin-bottom: 40px;
    }
    .sec7 .lr-container .m-rhs {
        padding: 30px 0;
    }
    .sec7 .lr-container {
        max-width: 550px;
        margin: auto;
    }
    .sec7 .m-lhs p {
        font-size: 24px;
        text-align: center;
    }
    .sec7 .m-lhs p::before,
    .sec7 .m-lhs p::after {
        right: 0;
        margin: auto;
    }
    .sec7 .m-rhs .tit a {
        font-size: 18px;
    }
    .sec7 .m-rhs p {
        font-size: 14px;
    }
    .sec7 .m-rhs .cus-name {
        font-size: 15px;
    }
    .sec8 .lhs-sprite span {
        background-size: 420px;
        background-position: -8px -210px;
        width: 215px;
        height: 330px;
        left: 26px;
    }
    .sec8 .what-box {
        width: 100%;
        padding: 30px 24px;
    }
    .cr-sec .m-container p {
        font-size: 12px;
    }
}
@media(max-width:425px) {
    .ban-intro .lr-container .m-lhs,
    .ban-intro .lr-container .m-rhs {
        padding-left: 0;
        padding-top: 100px;
        text-align: center;
    }
    .ban-intro .lr-container .m-lhs::before,
    .ban-intro .lr-container .m-rhs::before {
        right: 0;
        bottom: auto;
    }
    .ban-intro .lr-container h3,
    .ban-intro .lr-container p {
        text-align: center;
    }
}
body .CS_CTAContainer {
    text-align: center;
    margin: 30px 0 60px;
}
.Country_based_cta {
    text-align: center;
    margin: 30px 0 60px;
}