.main-page *,
.main-page ::before,
.main-page ::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}
#scroll {padding: 0;}
.heading-menu,
#backToTop,
#footerLnks {
    display: none !important
}
.bred-arr {
    display: inline-block;
    margin-bottom: 25px
}
.bred-arr ul li {
    float: left;
    margin: 0 15px
}
.bred-arr ul li:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border: 1px solid #333;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    margin: 10px 0 0 8px
}
.bred-arr ul li:last-child:after {
    opacity: 0
}
.bred-arr * {
    font-size: 15px;
    font-weight: 500;
    line-height: 27px
}
.bred-arr ul li a {
    color: #03A9F4
}
.bred-arr ul li a:hover {
    color: #03A9F4
}
.bred-arr ul li span {
    color: #000
}
.main-page {
    font-family: "ZohoPuvi", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    color: #000
}
.m-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 25px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
.main-header .m-container {
    max-width: 1300px;
}
.main-page h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px
}
.main-page p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    text-align: left;
}
.main-page p a {
    text-decoration: none;
    color: #3986e4;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.main-page p a:hover {
    text-decoration: underline
}
.main-page a {
    text-decoration: none
}
.main-page ul {
    list-style: none !important;
    padding: 0 !important;
}
.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
}
.main-header {
    background: #FFF9E2;
    position: relative;
    z-index: 1;
    padding-bottom: 0px
}
.ban-sprite span,
.ban-sprite .ban-man::before,
.ban-sprite .ban-man::after {
    display: inline-block;
    background: url(/sites/meweb/images/se/log-management/images/top-siem-vendors-ban-sprite-24.png) no-repeat;
    background-size: 537px
}
.ban-sec .m-lhs h1 .yellow-tag::before,
.ban-sec .m-lhs h1 .hand-icon::before {
    display: inline-block;
    background: url(/sites/meweb/images/se/log-management/images/top-siem-vendors-ban-sprite2-24.png);
    background-size: 199px
}
.ban-sec .lr-container .m-lhs {
    vertical-align: top;
    width: calc(100% - 512px);
    padding-top: 68px;
    -webkit-animation: fadeLeft .6s cubic-bezier(.25, .46, .45, .94) both;
    animation: fadeLeft .6s cubic-bezier(.25, .46, .45, .94) both
}
.ban-sec .lr-container .m-rhs {
    width: 512px;
    right: 20px;
    -webkit-animation: fadeRight .6s cubic-bezier(.25, .46, .45, .94) both;
    animation: fadeRight .6s cubic-bezier(.25, .46, .45, .94) both
}
.ban-sec .m-lhs h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    max-width: 476px;
    margin-bottom: 10px
}
.ban-sec .m-lhs h1 .yellow-tag {
    display: block;
    max-width: 340px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    color: #433912;
    background: #FFD900;
    border-radius: 10px;
    padding: 8px 20px;
    margin-bottom: 30px;
    position: relative
}
.ban-sec .m-lhs h1 .yellow-tag::before {
    content: '';
    background-position: -6px -7px;
    width: 95px;
    height: 74px;
    position: absolute;
    left: 360px;
    top: -16px;
    -webkit-animation: banArrow .4s 1s linear both;
    animation: banArrow .4s 1s linear both
}
@-webkit-keyframes banArrow {
    from {
        width: 0
    }
}
@keyframes banArrow {
    from {
        width: 0
    }
}
.ban-sec .m-lhs h1 .hand-icon {
    display: inline-block;
    position: relative;
    padding: 0 10px
}
/* .ban-sec .m-lhs h1 .hand-icon::before{content:'';background-position:-114px -4px;width:79px;height:132px;position:absolute;top:20px;left:-22px} */
.ban-sprite .ban-man {
    background-position: -5px -5px;
    width: 512px;
    height: 461px
}
.ban-sprite .ban-man::before,
.ban-sprite .ban-man::after {
    content: '';
    position: absolute
}
.ban-sprite .ban-man::before {
    background-position: -5px -488px;
    width: 60px;
    height: 65px;
    left: 120px;
    top: 56px;
    -webkit-animation: flash 2.4s 1.4s linear infinite both;
    animation: flash 2.4s 1.4s linear infinite both
}
.ban-sprite .ban-man::after {
    background-position: -82px -499px;
    width: 58px;
    height: 43px;
    right: 140px;
    top: 116px
}
@-webkit-keyframes flash {
    from,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: .5
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        opacity: 1
    }
}
@keyframes flash {
    from,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: .5
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        opacity: 1
    }
}
.ban-sprite .ban-icon {
    position: absolute;
    -webkit-filter: drop-shadow(4px 8px 15px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(4px 8px 15px rgba(0, 0, 0, 0.3))
}
.ban-sprite .ban-icon1 {
    background-position: -158px -493px;
    width: 165px;
    height: 72px;
    top: 152px;
    left: 10px;
    -webkit-animation: icons .6s .4s linear both;
    animation: icons .6s .4s linear both
}
.ban-sprite .ban-icon2 {
    background-position: -335px -493px;
    width: 186px;
    height: 72px;
    bottom: 108px;
    left: -15px;
    -webkit-animation: icons .6s .6s linear both;
    animation: icons .6s .6s linear both
}
.ban-sprite .ban-icon3 {
    background-position: -16px -579px;
    width: 136px;
    height: 72px;
    top: 30px;
    right: 90px;
    -webkit-animation: icons .6s .8s linear both;
    animation: icons .6s .8s linear both
}
.ban-sprite .ban-icon4 {
    background-position: -156px -565px;
    width: 169px;
    height: 85px;
    top: -50px;
    bottom: 0;
    right: 20px;
    margin: auto;
    -webkit-animation: icons .6s 1s linear both;
    animation: icons .6s 1s linear both
}
.ban-sprite .ban-icon5 {
    background-position: -347px -574px;
    width: 156px;
    height: 72px;
    right: 40px;
    bottom: 45px;
    -webkit-animation: icons .6s 1.2s linear both;
    animation: icons .6s 1.2s linear both
}
@-webkit-keyframes icons {
    from {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}
@keyframes icons {
    from {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}
.page-content {
    padding-top: 80px;
}
.content-lhs {
    display: inline-block;
    width: 268px;
    vertical-align: top;
    position: sticky;
    top: 170px;
}
.content-rhs {
    display: inline-block;
    width: calc(100% - 272px);
    border-left: .5px solid #CECECE;
    padding-left: 80px;
}
.m-container .m-container {
    padding: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.lhs-search {
    position: relative;
    margin-bottom: 24px;
    z-index: 1;
    width: calc(100% - 40px)
}
.lhs-search::before {
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyOCAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIuMDcxMSIgY3k9IjExLjA4NDciIHI9IjcuMDg4MTQiIHRyYW5zZm9ybT0icm90YXRlKC00NSAxMi4wNzExIDExLjA4NDcpIiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTE3LjYxMzggMTYuNjI3MkwyMS40OTM0IDIwLjUwNjkiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 16px;
    top: 2px;
    bottom: 0;
    margin: auto
}
.lhs-search input {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    background: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 8px 20px;
    padding-right: 40px;
    width: 100%
}
.lhs-search input::-webkit-input-placeholder {
    color: #737373;
    font-weight: 300
}
.lhs-search input::-moz-placeholder {
    color: #A5A5A5;
    font-weight: 300
}
.lhs-search input:-ms-input-placeholder {
    color: #A5A5A5;
    font-weight: 300
}
.lhs-search input::-ms-input-placeholder {
    color: #A5A5A5;
    font-weight: 300
}
.lhs-search input::placeholder {
    color: #A5A5A5;
    font-weight: 300
}
.lhs-search input:focus {
    outline: none;
    border-color: #0f2bd4
}
.lhs-search .lhs-search-list {
    width: 100%;
    background: #fff;
    border: .5px solid #C5CEDC;
    border-top: none;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    margin: auto;
    padding: 14px 20px;
    z-index: -1;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    display: none;
    max-height: 302px;
    overflow: auto
}
.lhs-search .lhs-search-list li:not(:last-child) {
    border-bottom: 1px solid #C5CEDC
}
.lhs-search .lhs-search-list li a {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    color: #000;
    padding: 10px 0;
    position: relative;
    cursor: pointer
}
.lhs-search .lhs-search-list li:last-child a {
    padding-bottom: 0
}
.lhs-search .lhs-search-list li a:hover {
    color: #0f2bd4
}
.lhs-search .lhs-search-list .empty-data {
    font-size: 14px
}
.link-list-title span a {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
    margin-bottom: 16px;
    display: inline-block;
}
.link-list-title span a:hover {
    color: #0f2bd4;
    text-decoration: underline;
}
.lhs-menu-links {
    height: calc(100vh - 200px);
    overflow: auto;
    padding-right: 40px;
}
.lhs-menu-links>li:not(:last-child) {
    margin-bottom: 18px
}
.lhs-menu-links li a {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    color: #000;
    border-radius: 3px;
    padding: 10px 12px;
    position: relative;
    cursor: pointer
}
.lhs-menu-links li span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    padding-right: 24px;
    position: relative;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.lhs-menu-links li span:hover {
    color: #0f2bd4
}
.lhs-menu-links li span.lhs-act {
    font-weight: 500
}
.lhs-menu-links li span::before {
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjExMjkzIDEwLjg4N0w2LjQ1MDI1IDYuMjY0OTNDNi42ODA0OSA2LjA2NTU1IDYuNjgwNSA1LjcwODM4IDYuNDUwMjUgNS41MDg5OUwxLjExMjkzIDAuODg2OTYzIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4K) no-repeat;
    background-size: 8px;
    width: 8px;
    height: 12px;
    position: absolute;
    right: 8px;
    top: 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.lhs-menu-links li span.lhs-act::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.lhs-menu-links li .lhs-sub-menu {
    display: none;
    border-left: 1px solid #ECECEC;
    margin: 10px 0 18px;
    padding-left: 12px
}
.lhs-menu-links li .lhs-sub-menu a {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    color: #000;
    background: transparent;
    border-radius: 3px;
    padding: 10px 12px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.lhs-menu-links li .lhs-sub-menu a:hover {
    color: #0f2bd4
}
.vendor-content::before,
.key-content::before {
    display: inline-block;
    background: url(/sites/meweb/images/se/log-management/images/top-siem-vendors-sprite-24.png) no-repeat;
    background-size: 424px
}
.intro-content {
    margin-bottom: 80px;
}
.vendor-content {
    position: relative;
    padding-left: 355px;
    margin-bottom: 50px
}
.vendor-content::before {
    content: '';
    background-position: -9px -8px;
    width: 285px;
    height: 308px;
    position: absolute;
    top: -10px;
    left: 0;
    background-size: 318px;
}
.vendor-content p:not(:last-child) {
    margin-bottom: 20px
}
.faq-tab {
    background: #0B2024;
    padding: 50px 0;
    margin-top: 80px;
}
.faq-tab-header {
    color: #fff;
    margin-bottom: 60px;
    padding: 0px 50px;
    max-width: 850px;
}
.faq-tab-header h2 {
    color: #fff;
    margin-bottom: 10px
}
.faq-tab-header p {
    color: #FFF2F2
}
.faq-tab .lr-container .m-lhs {
    width: calc(100% - 600px);
    padding-right: 40px;
    padding-left: 50px;
}
.faq-tab .lr-container .m-rhs {
    width: 600px;
    padding-left: 40px
}
.faq-tab .tab-list {
    margin-top: 20px
}
.faq-tab .accordion {
    padding: 16px 0;
    position: relative;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    cursor: pointer
}
.faq-tab .accordion:not(:last-child) {
    border-bottom: 1px solid #1D494D
}
.faq-tab .accordion h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    position: relative;
    padding-right: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.faq-tab .accordion:hover h3,
.faq-tab .accordion.active-tab h3 {
    color: #FFCA00;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.faq-tab .accordion.active-tab h3 {
    font-weight: 600
}
.faq-tab .accordion h3::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 6px solid #FFCA00;
    border-bottom: 4px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px)
}
.faq-tab .accordion:hover h3::before,
.faq-tab .accordion.active-tab h3::before {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}
.faq-tab .panel {
    display: none;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    color: #333;
    margin-top: 12px
}
.faq-tab .panel p {
    line-height: 1.6;
    color: #fff
}
.faq-tab .panel p a {
    color: #fff;
    text-decoration: underline
}
.faq-tab .panel img {
    display: none
}
.faq-tab .faq-tab-content {
    display: none;
    position: relative;
    z-index: 1;
    -webkit-animation: fadeRight2 1s cubic-bezier(.25, .46, .45, .94) both;
    animation: fadeRight2 1s cubic-bezier(.25, .46, .45, .94) both
}
.faq-tab .faq-tab-content[data-content="1"] {
    display: block;
    -webkit-animation: fadeRight2 1s cubic-bezier(.25, .46, .45, .94) both;
    animation: fadeRight2 1s cubic-bezier(.25, .46, .45, .94) both
}
.tab-content .yellow-box.price-tag-tab::before,
.price-tag-tab .price-tag,
.demo-get-cta a::before,
.tab-content .tab-box-container h3::before,
.tab-content .tab-box span::before,
.tab-content .dark-box .demo-ban::before,
.tab-content .dark-box .demo-cta::before,
.card-box .card-content a::before,
.tab-video-sec .play-bg::before {
    display: inline-block;
    background: url(/sites/meweb/images/se/log-management/images/top-siem-vendors-tab-sprite-24.png) no-repeat;
    background-size: 348px
}
.recom-sec {
    padding: 75px 0;
}
.recom-sec h2 {
    color: #000;
}
.recom-sec h2+p {
    max-width: 980px;
}
.rc-sec-inn {
    margin-top: 55px;
}
.text-wit-img {
    position: relative;
    padding-right: 460px;
    margin-bottom: 50px;
}
.text-wit-img h3 {
    font-size: 24px;
    line-height: 34px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.text-wit-img h3 span {
    display: table;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    background: #FFD900;
    border-radius: 9px;
    padding: 2px 12px;
    margin-bottom: 10px;
}
.text-wit-img:before {
    content: "";
    background: url('/sites/meweb/images/se/log-management/images/top-siem-recom-vector-24.png') no-repeat -24px -18px;
    background-size: 315px;
    width: 268px;
    height: 253px;
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
}
.rc-box-wrap {
    display: flex;
    gap: 50px;
}
.rc-box {
    padding-top: 45px;
    padding-bottom: 40px;
    border-bottom: 1px solid #CDE0E3;
    position: relative;
}
.rc-box .rc-box-tit {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
    display: block;
}
.rc-box p {
    font-size: 16px;
    line-height: 28px;
}
.text-wit-img-2:before {
    background: url('/sites/meweb/images/se/log-management/images/top-siem-recom-vector-24.png') no-repeat -23px -285px;
    background-size: 315px;
    width: 267px;
    height: 254px;
}
.rc-box:before {
    content: "";
    background: url('/sites/meweb/images/se/log-management/images/top-siem-recom-sprite-24.png') no-repeat -10px -8px;
    background-size: 149px;
    position: absolute;
    left: 0px;
    top: 0;
}
.rc-box-1:before {
    width: 31px;
    height: 25px;
    background-position: -10px -8px;
}
.rc-box-2:before {
    background-position: -53px -8px;
    width: 30px;
    height: 25px;
}
.rc-box-3:before {
    background-position: -95px -10px;
    width: 29px;
    height: 20px;
}
.rc-box-4:before {
    background-position: -9px -56px;
    width: 36px;
    height: 27px;
}
.rc-box-5:before {
    background-position: -55px -55px;
    width: 31px;
    height: 27px;
}
.rc-box-6:before {
    background-position: -98px -57px;
    width: 32px;
    height: 24px;
}
.rc-box-7:before {
    background-position: -12px -104px;
    width: 34px;
    height: 25px;
}
.rc-box-8:before {
    background-position: -56px -103px;
    width: 28px;
    height: 25px;
}
.rc-box-9:before {
    background-position: -98px -102px;
    width: 30px;
    height: 27px;
}
.rc-box p:nth-of-type(2) {
    margin-top: 20px;
}
.text-wit-img.full-wid {
    padding-right: 0;
}
.text-wit-img.full-wid:before {
    display: none;
}
.need-as {}
.mid-banner {
    padding: 40px 40px 40px 145px;
    background: #0A2123;
    border-radius: 12px;
    color: #fff;
    position: relative;
    overflow: hidden;
    max-width: 90%;
    margin: auto;
    margin-bottom: -90px;
}
.mid-banner:before {
    content: "";
    background: url('/sites/meweb/images/se/log-management/images/top-siem-recom-vector-24.png') no-repeat -69px -553px;
    background-size: 315px;
    width: 150px;
    height: 202px;
    position: absolute;
    left: -38px;
    bottom: -45px;
}
.mid-banner .text-side {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 230px);
    padding-right: 10px;
}
.mid-banner .text-side p {
    font-size: 18px;
    line-height: 28px;
    max-width: 92%;
}
.mid-banner .text-side .main-text {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    max-width: 100%;
    margin-bottom: 12px;
}
.mid-banner .text-side .main-text span {
    color: #FFD900;
}
.mid-banner .b-cta {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
    background: #EA3D3D;
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none;
    transition: .3s ease-in;
}
.mid-banner .b-cta:hover {
    transform: scale(1.02);
    background: #880202;
}
.tab-sec {
    text-align: center;
    background: #EFF4F5;
    padding: 150px 50px 50px;
}
.tab-sec .m-container {
    max-width: 1250px
}
.tab-sec h2 {
    text-align: left;
}
.tab-list-scroll {
    line-height: 0;
    margin-top: 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.tab-list-scroll.fix {
    width: 100%;
    position: sticky;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 20px -15px rgba(0, 0, 0, 0.3);
    top: 90px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
    z-index: 999;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.tab-list-container {
    display: inline-block;
    max-width: 734px;
    margin: auto;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.tab-list {
    display: table;
    font-size: 0;
    width: 100%;
    text-align: center
}
.tab-list li {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    width: 146px;
    padding: 10px 0;
    position: relative;
    cursor: pointer;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}
.tab-list li span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3
}
.tab-list li:last-child {
    margin-right: 0
}
.tab-list li:not(.active-tab):hover {
    background: #fff
}
.tab-list-highlight {
    width: 146px;
    height: 62px;
    background: #fff;
    border-radius: 6px 6px 0 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}
.tab-list-scroll.fix .tab-list li:not(.active-tab):hover {
    background: #EFF4F5
}
.tab-list-scroll.fix .tab-list-highlight {
    background: #EFF4F5
}
.tab-content-container {
    background: #fff;
    border-radius: 10px;
}
.tab-content {
    text-align: left;
    display: none
}
.tab-content .tab-sec1 {
    padding: 60px
}
.tab-content[data-content="tab-1"] {
    display: block
}
.tab-content .tab-about {
    margin-bottom: 40px
}
.tab-content .yellow-box {
    background: #FCF3D2;
    border-radius: 10px;
    padding: 30px 40px;
    margin: 50px 0;
    position: relative
}
.tab-content .yellow-box.price-tag-tab {
    max-width: 710px;
    margin: 70px auto 60px
}
.tab-content .yellow-box.price-tag-tab {
    padding-left: 170px;
    padding-right: 240px
}
.tab-content .yellow-box.price-tag-tab::before {
    content: '';
    background-position: -7px -55px;
    width: 134px;
    height: 126px;
    position: absolute;
    left: -10px;
    bottom: -10px
}
.price-tag-tab .price-tag {
    display: inline-block;
    background-position: -158px -52px;
    width: 188px;
    height: 188px;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto
}
.price-tag-tab .price-tag p {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    width: 114px;
    height: 90px;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}
.price-tag-tab .price-tag p strong {
    font-size: 18px;
    font-weight: 600;
    display: block
}
.price-tag-tab .price-tag p .price {
    display: block;
    font-size: 26px;
    font-weight: inherit;
    line-height: 1
}
.price-tag-tab .price-tag p .price strong {
    display: inline;
    font-size: 52px;
    line-height: 1
}
.tab-content .yellow-box h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #624E11;
    margin-bottom: 2px
}
.tab-content .web-demo {
    max-width: 740px;
    text-align: center;
    margin: auto
}
.web-demo .demo-get-cta {
    margin-top: 40px
}
.demo-get-cta a {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    background: #fff;
    border: 1px solid;
    border-radius: 4px;
    position: relative;
    padding: 10px 30px;
    padding-left: 50px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.demo-get-cta a.b-cta {
    color: #059F7B;
    border-color: #059F7B;
    margin-right: 10px
}
.demo-get-cta a.g-cta {
    color: #000;
    border-color: #000
}
.demo-get-cta a:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    color: #fff
}
.demo-get-cta a.b-cta:hover {
    background: #059F7B;
    -webkit-box-shadow: 4px 6px 15px rgba(5, 159, 123, 0.4);
    box-shadow: 4px 6px 15px rgba(5, 159, 123, 0.4)
}
.demo-get-cta a.g-cta:hover {
    background: #000;
    -webkit-box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.4)
}
.demo-get-cta a::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
    margin: auto
}
.demo-get-cta a.b-cta::before {
    background-position: -2px -3px;
    width: 17px;
    height: 16px
}
.demo-get-cta a.g-cta::before {
    background-position: -26px -3px;
    width: 12px;
    height: 16px;
    left: 28px
}
.demo-get-cta a:hover::before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}
.tab-content .tab-box-container {
    margin-top: 50px
}
.tab-content .tab-box-container h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    padding: 8px 0;
    padding-left: 50px;
    margin-bottom: 20px
}
.tab-content .tab-box-container h3::before {
    content: '';
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}
.tab-content .pros-box h3::before {
    background-position: -139px -2px
}
.tab-content .cons-box h3::before {
    background-position: -183px -2px
}
.tab-content .other-box h3::before {
    background-position: -227px -4px
}
.tab-box-container .box-list {
    display: block;
    font-size: 0
}
.tab-box-container .box-col {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 2 - 10px)
}
.tab-box-container .box-col:not(:last-child) {
    margin-right: 20px
}
.tab-box-container .tab-box {
    background: #F9FBFC;
    border-radius: 8px;
    position: relative;
    padding: 30px 40px;
    padding-left: 90px
}
.tab-box-container.other-box .tab-box {
    background: #FFFBED
}
.tab-box-container .tab-box:not(:last-child) {
    margin-bottom: 20px
}
.tab-box-container .tab-box span {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 8px;
    position: absolute;
    left: 40px;
    top: 30px
}
.pros-box .tab-box span {
    border: 1px solid #ADDBD0
}
.cons-box .tab-box span {
    border: 1px solid #DEC2C0
}
.other-box .tab-box span {
    border: 1px solid #DBD2B2
}
.tab-box-container .tab-box span::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}
.pros-box .tab-box span::before {
    background-position: -67px -5px;
    width: 16px;
    height: 13px
}
.cons-box .tab-box span::before {
    background-position: -89px -3px;
    width: 14px;
    height: 15px
}
.other-box .tab-box span::before {
    background-position: -111px -1px;
    width: 19px;
    height: 18px
}
.tab-box-container .tab-box h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px
}
.pros-box .tab-box h4 {
    color: #0BB78F
}
.cons-box .tab-box h4 {
    color: #E03D33
}
.other-box .tab-box h4 {
    color: #967500
}
.card-sec {
    padding: 80px 30px;
    position: relative;display: none;
}
.card-sec::before {
    content: "";
    width: 100%;
    height: 597px;
    background: #0A2123;
    position: absolute;
    left: 0;
    top: 400px;
    border-radius: 12px;
}
.card-sec h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    max-width: 450px;
    margin: 0 auto 10px
}
.card-list {
    display: inline-block;
    font-size: 0;
    position: relative;
}
.card-list .card-box {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3 - 28px);
    background: #fff;
    border: 1px solid #DEDFE5;
    border-radius: 6px;
    padding: 24px;
    margin: 14px;
    text-align: left;
}
.card-box .card-img {
    overflow: hidden
}
.card-box .card-img img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.card-box:hover .card-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}
.card-box .card-content {
    margin-top: 24px
}
.card-box .card-content span {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #967502;
    margin-bottom: 10px
}
.card-box .card-content p {
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    min-height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px
}
.card-box .card-content a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: #3189EF;
    position: relative;
    padding-right: 20px
}
.card-box .card-content a::before {
    content: '';
    background-position: -5px -27px;
    width: 14px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.card-box .card-content a:hover::before {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px)
}
.tab-content .dark-box {
    text-align: center;
    background: #0A2123;
    border-radius: 0 0 10px 10px;
    padding: 80px 100px
}
.tab-content .dark-box2 {
    padding-top: 210px;
    margin-top: -160px
}
.tab-content .dark-box p {
    color: #fff
}
.tab-content .dark-box .demo-ban {
    text-align: left;
    max-width: 720px;
    background: #FCF3D2;
    border-radius: 10px;
    position: relative;
    padding: 40px;
    padding-left: 260px;
    margin: auto;
    margin-top: 40px;
    overflow: hidden
}
.tab-content .dark-box .demo-ban::before,
.tab-content .dark-box .demo-ban::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0
}
.tab-content .dark-box .demo-ban::before {
    background-position: -13px -202px;
    width: 123px;
    height: 113px;
    z-index: 1;
    left: 50px;
    bottom: 0;
    margin: auto
}
.tab-content .dark-box .demo-ban::after {
    background: #F7E5A3;
    width: 210px;
    height: 100%
}
.tab-content .dark-box h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 16px
}
.tab-content[data-content="tab-4"] .dark-box h4 {
    max-width: 360px
}
.tab-content .dark-box .demo-cta {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    background: #DE3C3C;
    border-radius: 3px;
    position: relative;
    padding: 12px 30px 12px 50px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.tab-content .dark-box .demo-cta::before {
    content: '';
    background-position: -45px -4px;
    width: 16px;
    height: 17px;
    position: absolute;
    left: 22px;
    top: 0;
    bottom: 0;
    margin: auto
}
.tab-content .dark-box .demo-cta:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    background: #f42a2a;
    -webkit-box-shadow: 4px 6px 15px rgba(244, 42, 42, 0.4);
    box-shadow: 4px 6px 15px rgba(244, 42, 42, 0.4)
}
.key-sec {
    background: #EFF4F5
}
.key-content {
    position: relative;
    padding: 80px 0;
    padding-left: 400px
}
.key-content::before {
    content: '';
    background-position: -9px -462px;
    width: 322px;
    height: 257px;
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    margin: auto
}
.key-content p:not(:last-child) {
    margin-bottom: 12px
}
.tab-video-sec {
    position: relative;
}
.video-content {
    max-width: 740px;
    margin: auto;
    text-align: center;
    padding: 0 24px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.video-content h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 30px
}
.video-box {
    display: inline-block;
    border: 10px solid #fff;
    border-radius: 20px;
    position: relative;
    cursor: pointer
}
.tab-video-sec .play-bg {
    background: #fff;
    width: 74px;
    height: 74px;
    border-radius: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: playCTA 1s linear infinite both;
    animation: playCTA 1s linear infinite both
}
.tab-video-sec .play-bg::before {
    content: '';
    background-position: -269px -6px;
    width: 22px;
    height: 24px;
    position: absolute;
    left: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-animation: playCTA 1s .1s linear infinite both;
    animation: playCTA 1s .1s linear infinite both
}
@-webkit-keyframes playCTA {
    from,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}
@keyframes playCTA {
    from,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}
.tab-video-sec iframe {
    display: none;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.video-box.play-video iframe {
    display: block
}
.video-box.play-video .play-bg {
    display: none
}
@-webkit-keyframes pulse {
    0%,
    100% {
        -webkit-box-shadow: 0;
        box-shadow: 0
    }
    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(247, 247, 247, 0.2);
        box-shadow: 0 0 0 10px rgba(247, 247, 247, 0.2)
    }
}
@keyframes pulse {
    0%,
    100% {
        -webkit-box-shadow: 0;
        box-shadow: 0
    }
    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(247, 247, 247, 0.2);
        box-shadow: 0 0 0 10px rgba(247, 247, 247, 0.2)
    }
}
.plan-sec {
    margin: 70px 0
}
.plan-sec h2 {
    max-width: 1000px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 50px;
    font-size: 28px;
    color: #000;
    text-align: center;
}
.plan-content {
    max-width: 970px;
    background: #0A2123;
    border: 1px solid #4B452E;
    border-radius: 10px;
    padding: 35px 30px 40px 45px;
    margin: auto;
    overflow: hidden
}
.plan-content .lr-container .m-lhs {
    width: calc(100% - 413px);
    padding-top: 100px;
    padding-right: 70px;
    text-align: left;
    position: relative;
}
.plan-content .lr-container .m-lhs:before {
    content: "";
    background: url(/sites/meweb/images/se/log-management/images/top-siem-recom-sprite-24.png) no-repeat -22px -168px;
    background-size: 149px;
    width: 89px;
    height: 68px;
    position: absolute;
    top: 0;
}
.plan-content .lr-container .m-rhs {
    width: 413px;
}
.plan-content .m-lhs h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    max-width: 400px;
    margin-bottom: 20px
}
.plan-content .m-lhs h3 strong {
    font-weight: inherit;
    color: #FFC388
}
.plan-content .m-lhs span {
    font-size: 27px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    padding-bottom: 55px;
    border-bottom: 1px dashed #537A7E;
    display: block;
}
.plan-content .m-lhs span strong {
    display: block;
    font-size: 80px;
    font-weight: 500;
    color: #3ECEDB
}
.plan-list {
    padding: 30px 40px 32px 30px;
    background: #193538;
    border: 1px solid #375E62;
    border-radius: 12px;
    margin-top: 60px;
}
.plan-list h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 15px;
}
.plan-list ul li {
    color: #fff;
    padding-left: 28px;
    line-height: 26px;
}
.plan-list ul li:not(:last-child) {
    margin-bottom: 15px
}
.plan-list ul li::before {
    content: '';
    background: url('/sites/meweb/images/se/log-management/images/top-siem-recom-sprite-24.png') no-repeat -14px -140px;
    background-size: 149px 253px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 0;
    bottom: 0;
}
form>ul li input::-webkit-input-placeholder {
    color: #444;
    font-weight: 300
}
form>ul li input::-moz-placeholder {
    color: #444;
    font-weight: 300
}
form>ul li input:-ms-input-placeholder {
    color: #444;
    font-weight: 300
}
form>ul li input::-ms-input-placeholder {
    font-weight: 300;
    color: #444
}
form>ul li input::placeholder {
    color: #444;
    font-weight: 300
}
.pro-demo-form {
    padding: 30px 40px;
    background: #103639;
    border-radius: 8px;
}
.form-type-box {
    position: relative
}
.ffw-form-container h3 {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    margin-bottom: 20px
}
.ffw-form-container h3 strong {
    display: block;
    font: inherit;
    font-weight: 500;
}
.ffw-form form ul li {
    margin-bottom: 10px;
    position: relative
}
.ffw-form form ul li.ffw-submit {
    margin-top: 25px
}
.ffw-form form ul li:last-child {
    margin-bottom: 0
}
.ffw-form form ul li input,
.ffw-form form ul li select,
.ffw-form form ul li textarea {
    display: block;
    font-family: "ZohoPuvi", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    background-color: #fff;
    width: 100%;
    height: 50px;
    border: none;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    outline: 0;
    padding: 6px 10px 6px 42px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.ffw-form form ul li input:focus,
.ffw-form form ul li select :focus {
    border-color: #1e66c2
}
.ffw-form form ul .ffw-text-field textarea {
    resize: none;
    padding: 6px 10px;
    padding-top: 14px;
    width: 100% !important
}
.ffw-form form .misc-field .ffw-additional-data {
    display: none
}
.ffw-form form ul li input[type=submit] {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #E61B32;
    height: 54px;
    border: none;
    border-radius: 4px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}
.ffw-form form ul li input[type=submit]:hover {
    background: #f3361d;
    -webkit-box-shadow: 4px 4px 15px rgba(188, 32, 11, 0.6);
    box-shadow: 4px 4px 15px rgba(188, 32, 11, 0.6)
}
.ffw-form.showing-state form ul li select {
    width: 49%;
    display: inline-block;
    padding-right: 20px
}
.ffw-form.showing-state form ul li .commonselect {
    padding-left: 12px;
    margin-left: 2%
}
.ffw-form form ul li .form-tip {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #898989;
    margin-top: 3px
}
.ffw-form .ffw-errmsg {
    display: none;
    position: relative;
    background: red;
    color: #fff;
    padding: 4px 3px;
    font-size: 11px;
    top: -1px;
    left: 0;
    line-height: 11px
}
.ffw-form #meGDPRMessage,
.ffw-form .ffw-privacy {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
    color: #fff;
    margin-top: 10px
}
.ffw-form #meGDPRMessage label {
    cursor: pointer
}
.ffw-form .ffw-privacy a,
.ffw-form .ffw-privacy strong {
    font-size: 12px;
    font-weight: 300;
    color: #fff
}
.ffw-form .ffw-privacy a {
    text-decoration: underline;
    color: #fff
}
.ffw-form .ffw-privacy strong {
    font-weight: 500
}
#meGDPRMessage span.checkmarkgdpr.enableCheckgdpr:before {
    width: 3px;
    height: 6px;
    border-width: 0 1.5px 1.5px 0 !important;
    top: .5px;
    left: 2.5px
}
#meGDPRMessage .checkmarkgdpr {
    top: 1px
}
.ffw-form form ul li.ffw-ic::before {
    content: '';
    background: url(/sites/meweb/images/se/log-management/images/ela-compliance-trust-company-form-icons-24.png) no-repeat;
    background-size: 66px;
    position: absolute;
    left: 14px
}
.ffw-form #meGDPRMessage a {
    font-size: inherit;
    color: inherit;
    text-decoration: underline
}
.ffw-form form ul li.ffw-ic-name::before {
    background-position: 0 -1px;
    width: 16px;
    height: 18px;
    top: 16px
}
.ffw-form form ul li.ffw-ic-mail::before {
    background-position: -23px -3px;
    width: 18px;
    height: 15px;
    top: 20px
}
.ffw-form form ul li.ffw-ic-phone::before {
    background-position: -45px -3px;
    width: 16px;
    height: 16px;
    top: 17px
}
.ffw-form form ul li.ffw-ic-date::before {
    background-position: -1px -24px;
    width: 15px;
    height: 17px;
    top: 16.5px
}
.ffw-form form ul li.ffw-ic-count::before {
    background-position: -21px -25px;
    width: 17px;
    height: 17px;
    top: 15px
}
.ffw-form form ul li.ffw-ic-company::before {
    background-position: -43px -24px;
    width: 16px;
    height: 17px;
    top: 15px
}
.ffw-form form ul li.ffw-ic-submit.act input {
    padding: 0
}
.ffw-form form ul li.ffw-ic-submit.act::before {
    display: none
}
.ffw-form select {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-image: -o-linear-gradient(45deg, transparent 50%, #5a5a5a 50%), -o-linear-gradient(315deg, #5a5a5a 50%, transparent 50%), -o-linear-gradient(left, #fff0, #fff0);
    background-image: linear-gradient(45deg, transparent 50%, #5a5a5a 50%), linear-gradient(135deg, #5a5a5a 50%, transparent 50%), linear-gradient(to right, #fff0, #fff0);
    background-position: calc(100% - 12px) calc(1em + 9px), calc(100% - 7px) calc(1em + 9px), calc(100% - 2.5em) .5em;
    background-size: 6px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c500 !important;
    background: #f1f9ff !important;
    font-weight: 400 !important;
    color: #454545 !important
}
.ui-datepicker td span,
.ui-datepicker td a {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    line-height: 1.8;
    text-align: center !important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.ui-widget.ui-widget-content {
    border: 0 solid #c5c5c5 !important;
    -webkit-box-shadow: 0 1px 23px -9px #3333339c;
    box-shadow: 0 1px 23px -9px #3333339c;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 280px
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #EAFFF8 !important;
    background: #EAFFF8 !important;
    color: #000 !important
}
.ui-datepicker td span,
.ui-datepicker td a:hover {
    border: 1px solid #90eecf !important;
    background: #90eecf !important;
    color: #000 !important
}
.ui-widget-header {
    border: 0 solid #f1f9ff !important;
    border-bottom: 1px solid #e2e2e2 !important;
    background: none !important;
    color: #333;
    font-weight: 700;
    border-radius: 0 !important
}
.ui-datepicker th {
    font-weight: 600;
    font-size: 13px;
    color: #7b90a0
}
.ui-state-default.ui-state-active {
    background: #FFC388 !important
}
.form-type-box .thanks-msg {
    display: none;
}
.form-type-box .thanks-msg p {
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    margin-top: 0;
    color: #fff
}
.form-type-box .thanks-msg p a {
    text-decoration: underline
}
.form-type-box .thanks-msg h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px
}
@media (max-width: 767px) {
    .ffw-form-container h3 {
        font-size: 18px
    }
    .ffw-form.showing-state form ul li select {
        width: 100%
    }
    .ffw-form.showing-state form ul li .commonselect {
        margin-left: 0;
        margin-top: 10px
    }
}
.main-page li {
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    position: relative
}
.feb-pre-footer {
    background: #fff;
}
.lhs-trigger {
    display: none;
}
@media (min-width: 1025px) {
    .tab-list-scroll.fix {
        top: 48px;
    }
}
@media (max-width: 1200px) {
    .plan-content {
        padding: 40px
    }
    .plan-content .lr-container .m-lhs {
        padding-right: 80px
    }
    .plan-content .lr-container .m-rhs::before {
        left: -40px
    }
    .plan-content .m-lhs h3 {
        font-size: 36px
    }
    .choose-ban .lr-container {
        padding: 60px
    }
    .choose-ban .m-lhs h3 br {
        display: none
    }
    .text-wit-img:before {
        right: 0;
    }
    .text-wit-img:not(.full-wid) {
        padding-right: 300px;
    }
}
@media (max-width: 991px) {
    .plan-content .lr-container .m-lhs {
        width: calc(100% - 320px);
        padding-right: 60px
    }
    .plan-content .lr-container .m-rhs {
        width: 320px
    }
    .plan-content .lr-container .m-rhs::before {
        left: -30px
    }
    .plan-content {
        padding: 40px 30px
    }
    .plan-content .m-lhs h3 {
        font-size: 28px
    }
    .plan-content .m-lhs span {
        font-size: 16px
    }
    .plan-content .m-lhs span strong {
        font-size: 50px
    }
    .plan-list {
        padding-top: 40px;
        margin-top: 40px
    }
    .plan-list h5 {
        font-size: 18px
    }
    .off-box {
        padding: 40px
    }
    .off-box h3 {
        font-size: 20px
    }
    .text-wit-img:not(.full-wid) {
        padding-right: 0;
    }
    .text-wit-img:before {
        display: none;
    }
    .mid-banner {
        padding: 40px 30px;
        text-align: center;
        margin-bottom: 50px;
        text-align: center;
    }
    .mid-banner p {
        text-align: center;
    }
    .mid-banner::before {
        display: none;
    }
    .mid-banner .text-side {
        display: block;
        padding: 0;
        width: 100%;
    }
    .mid-banner .text-side p {
        max-width: 100%;
    }
    .mid-banner .b-cta {
        margin-top: 30px;
    }
    .recom-sec {
        padding: 50px 0;
    }
    .rc-sec-inn {
        margin-top: 50px;
    }
    .tab-sec {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .plan-content .lr-container .m-lhs,
    .plan-content .lr-container .m-rhs {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0
    }
    .plan-content .lr-container .m-rhs {
        max-width: 400px;
        margin: auto;
        margin-top: 40px
    }
    .plan-content .lr-container .m-rhs::before {
        display: none
    }
    .plan-content {
        padding: 30px 24px
    }
    .plan-content .m-lhs h3 {
        font-size: 22px;
        margin: auto;
        margin-bottom: 20px
    }
    .plan-content .m-lhs span strong {
        font-size: 36px
    }
    .plan-list {
        padding-top: 30px;
        margin-top: 30px
    }
    .plan-list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px 20px
    }
    .plan-list ul li:not(:last-child) {
        margin-bottom: 0
    }
    .build-box {
        width: 126px;
        height: 138px;
        padding: 20px 0
    }
    .build-box span {
        font-size: 12px
    }
    .off-box {
        display: block;
        width: 100%;
        padding: 30px 24px
    }
    .off-box h3 {
        font-size: 18px
    }
    .rc-box-wrap {
        flex-wrap: wrap;
        gap: 40px;
    }
    .rc-box {
        width: 100%;
        padding-top: 40px;
    }
    .text-wit-img h3 span {
        font-size: 12px;
        line-height: 22px;
    }
    .text-wit-img h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .rc-box .rc-box-tit {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }
    .mid-banner .text-side .main-text {
        font-size: 20px;
        line-height: 28px;
    }
    .mid-banner .text-side p {
        font-size: 16px;
        line-height: 26px;
    }
    .mid-banner .b-cta {
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px;
    }
    .plan-content .lr-container .m-lhs:before {
        display: none;
    }
    .plan-content .m-lhs span {
        padding-bottom: 20px;
    }
    .plan-content {
        padding: 0;
        background: transparent;
        border: none;
    }
    .plan-content .m-lhs span {
        color: #000;
    }
    .card-sec::before {
        display: none;
    }
    .video-content h2 {
        color: #000;
    }
    .plan-list ul li {
        width: 100%;
    }
    .plan-list {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    .main-page h2 br {
        display: none;
    }
    .faq-tab-header {
        padding: 0px 20px;
    }
    .faq-tab .lr-container .m-lhs {
        padding: 0px 20px;
    }
    .faq-tab {
        padding: 30px 0;
    }
    .mob-foot {
        display: none;
    }
}
@media (max-width : 1300px) {
    .content-rhs {
        padding-left: 40px;
    }
    .faq-tab .lr-container .m-lhs {
        width: calc(100% - 480px);
        padding-right: 0
    }
    .faq-tab .lr-container .m-rhs {
        width: 480px
    }
}
@media(max-width: 1200px) {
    .ban-sec .lr-container .m-lhs {
        width: calc(100% - 504px)
    }
    .ban-sec .lr-container .m-rhs {
        width: 504px
    }
    .ban-sec .m-lhs h1 {
        font-size: 44px
    }
    .ban-sec .m-lhs h1 .hand-icon::before {
        top: 14px;
        left: -25px
    }
    .ban-sec .ban-sprite {
        position: relative;
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
        left: 30px
    }
    .intro-sec {
        margin-top: -22px
    }
    .tab-content .tab-sec1 {
        padding: 60px
    }
    .content-rhs {
        padding: 0px;
        width: 100%;
        border: none;
    }
    .content-lhs {
        position: fixed;
        width: 80%;
        height: 100vh;
        max-width: 250px;
        left: -250px;
        top: 0;
        z-index: 9999999;
        background: #fff;
        padding: 20px 15px;
        transition: .3s linear;
    }
    .lhs-menu-links {
        padding-right: 10px;
    }
    .content-lhs .lhs-trigger {
        width: 20px;
        height: 30px;
        position: absolute;
        right: -20px;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #0071ff;
        border-radius: 0px 5px 5px 0;
        display: block;
    }
    .content-lhs .lhs-trigger:before {
        content: "";
        width: 8px;
        height: 8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        position: absolute;
        left: -6px;
        right: 0;
        top: 0;
        bottom: 0;
        transform: rotate(45deg);
        margin: auto;
    }
    .content-lhs.visible {
        left: 0;
        box-shadow: 0px 0px 10px #00000054;
    }
    .content-lhs.visible .lhs-trigger:before {
        transform: rotate(45deg) scale(-1);
        right: -9px;
    }
}
@media(max-width: 991px) {
    .main-header {
        padding: 80px 0 60px
    }
    .ban-sec .m-lhs h1 .hand-icon {
        display: none;
    }
    .main-page h2 {
        font-size: 26px
    }
    .main-page p {
        font-size: 15px
    }
    .ban-sec {
        text-align: center;
    }
    .bred-arr {
        margin-bottom: 20px;
    }
    .ban-sec .lr-container .m-rhs {
        display: none
    }
    .ban-sec .lr-container .m-lhs {
        display: block;
        width: 100%;
        padding: 0
    }
    .ban-sec .m-lhs h1 {
        font-size: 36px;
        text-align: center;
        max-width: 430px;
        margin: auto;
    }
    .ban-sec .m-lhs h1 .yellow-tag {
        font-size: 20px;
        max-width: 296px;
        margin: 0 auto 20px
    }
    .ban-sec .m-lhs h1 .yellow-tag::before {
        display: none
    }
    .vendor-content {
        padding-left: 280px
    }
    .vendor-content::before {
        background-size: 250px;
        background-position: -5px -3px;
        width: 236px;
        height: 256px
    }
    .faq-tab-header {
        margin-bottom: 20px
    }
    .faq-tab .lr-container .m-lhs {
        width: calc(100% - 450px)
    }
    .faq-tab .lr-container .m-rhs {
        width: 450px
    }
    .tab-sec {
        padding-top: 40px
    }
    .tab-list-container {
        max-width: 700px
    }
    .tab-list li {
        width: 134px
    }
    .tab-list li span {
        font-size: 15px
    }
    .tab-list-highlight {
        width: 134px
    }
    .tab-content .tab-sec1 {
        padding: 60px 40px
    }
    .tab-box-container .tab-box {
        padding: 30px 24px;
        padding-left: 70px
    }
    .tab-box-container .tab-box span {
        left: 24px
    }
    .tab-content .dark-box {
        padding: 40px 24px
    }
    .tab-content .dark-box2 {
        padding-top: 180px;
        margin-top: -160px
    }
    .card-sec {
        padding: 60px 20px
    }
    .card-list .card-box {
        width: calc(100% / 3 - 20px);
        padding: 20px;
        margin: 10px
    }
    .card-sec h2 {
        font-size: 26px
    }
    .key-content {
        padding: 40px 0;
        padding-left: 340px
    }
    .key-content::before {
        left: 0
    }
}
@media(max-width: 767px) {
    .main-page h2 {
        font-size: 20px;
        line-height: 1.2
    }
    .main-page p {
        font-size: 14px
    }
    .ban-sec .m-lhs h1 {
        font-size: 30px;
    }
    .ban-sec .m-lhs h1 .yellow-tag {
        font-size: 14px;
        max-width: 218px;
        margin: 0 auto 14px
    }
    .ban-sec .m-lhs h1 .hand-icon {
        display: none
    }
    .intro-content {
        margin-bottom: 0px;
    }
    .vendor-content {
        padding-left: 0;
        padding-top: 280px;
        margin-bottom: 60px
    }
    .vendor-content::before {
        top: 0;
        right: 0;
        margin: auto
    }
    .faq-tab .lr-container .m-rhs {
        display: none
    }
    .faq-tab .lr-container .m-lhs {
        display: block;
        width: 100%
    }
    .faq-tab .panel img {
        display: block;
        max-width: 500px;
        margin: 10px 0
    }
    .recom-sec h2,
    .recom-sec h2+p {
        text-align: left;
        max-width: 100%
    }
    .tab-content .tab-sec1 {
        padding: 30px 20px
    }
    .tab-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 6px
    }
    .tab-list li {
        width: 95px
    }
    .tab-list li span {
        font-size: 12px
    }
    .tab-list-scroll .tab-list .active-tab {
        background: #fff
    }
    .tab-list-scroll.fix .tab-list .active-tab {
        background: #EFF4F5
    }
    .tab-list-highlight {
        display: none
    }
    .tab-content .yellow-box.price-tag-tab::before {
        display: none
    }
    .tab-content .yellow-box.price-tag-tab {
        padding: 30px;
        padding-right: 230px;
        margin: 50px auto
    }
    .web-demo .demo-get-cta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px;
        margin-top: 20px
    }
    .demo-get-cta a.b-cta {
        margin-right: 0
    }
    .card-sec {
        padding: 60px 0
    }
    .card-sec h2 {
        font-size: 20px;
        margin: 0 auto 20px
    }
    .card-list {
        display: block;
        max-width: 400px;
        margin: auto;
        padding: 0 10px
    }
    .card-list .card-box {
        display: block;
        width: 100%;
        padding: 10px;
        margin: 0;
        margin-bottom: 20px
    }
    .tab-content .dark-box2 {
        padding-top: 0;
        margin-top: 0
    }
    .tab-content .dark-box {
        padding: 40px 24px
    }
    .tab-content .dark-box .demo-ban {
        padding: 30px;
        padding-left: 240px
    }
    .tab-content .dark-box h4 {
        font-size: 18px
    }
    .tab-content .dark-box .demo-cta {
        font-size: 14px
    }
    .tab-box-container .tab-box h4 {
        font-size: 16px
    }
    .video-content {
        padding: 0 10px
    }
    .video-box {
        border: none;
        margin-bottom: 20px
    }
    .video-content h2 {
        font-size: 20px
    }
    .video-content h2 br {
        display: none
    }
    .tab-video-sec .play-bg {
        width: 50px;
        height: 50px
    }
    .key-sec {
        padding-top: 50px
    }
    .key-content {
        padding: 40px 0;
        padding-top: 230px
    }
    .key-content::before {
        background-size: 330px;
        background-position: -6px -360px;
        width: 248px;
        height: 200px;
        bottom: auto;
        left: 0;
        right: 0
    }
    .faq-tab .lr-container .m-lhs {
        padding: 0px 30px;
    }
}
@media(max-width: 600px) {
    .tab-content .yellow-box.price-tag-tab {
        text-align: center;
        padding: 40px 20px;
        padding-bottom: 220px
    }
    .price-tag-tab .price-tag {
        top: auto;
        bottom: 20px;
        left: 0;
        right: 0
    }
    .tab-content .tab-box-container h3 {
        font-size: 22px
    }
    .tab-box-container .box-col {
        display: block;
        width: 100%;
        margin-bottom: 20px
    }
    .tab-box-container .box-col:not(:last-child) {
        margin-right: 0
    }
    .tab-content .dark-box .demo-ban {
        text-align: center;
        padding: 16px;
        padding-top: 180px
    }
    .tab-content .dark-box .demo-ban::before {
        right: 0;
        left: 0;
        top: 20px;
        bottom: auto
    }
    .tab-content .dark-box .demo-ban::after {
        width: 100%;
        height: 150px
    }
    .tab-content .dark-box .demo-cta {
        padding: 12px 16px 12px 35px
    }
    .tab-content .dark-box .demo-cta::before {
        left: 12px
    }
    .bred-arr ul li {
        margin: 0 10px;
    }
}
@media screen and (max-width : 400px) {
    .pro-demo-form {
        padding: 20px;
    }
}
.feb-pre-footer {
    background: #fff;
}