.main-page-content *,
.main-page-content ::before,
.main-page-content ::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "ZohoPuvi"
}
#backToTop {
    display: none !important
}
body {
    overflow-x: hidden
}
.my-container {
    max-width: 1400px;
    padding: 0 24px;
    margin: 0 auto
}
.main-page-content {
    font-family: "ZohoPuvi";
    font-size: 16px;
    font-weight: 300;
    color: #000
}
.main-page-content strong {
    font-weight: 600;
}
.main-page-content a {
    text-decoration: none
}
.main-page-content ul {
    list-style: none
}
.main-page-content .main-cta {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #DE5547;
    border-radius: 4px;
    padding: 12px 24px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.main-page-content .main-cta:hover {
    background: #f33c27;
    -webkit-box-shadow: 0 5px 8px rgba(243, 59, 39, 0.4);
    box-shadow: 0 5px 8px rgba(243, 59, 39, 0.4);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}
.bottom-banner .bottom-ban-content::before,
.rhs-content ul li::before,
.bottom-ban-content .main-cta::before {
    display: inline-block;
    background: url(../images/cyber-security-common-sprite-23.png) no-repeat;
    background-size: 308px
}
.main-header {
    background: url(../images/cyber-security-banner-binary-bg-23.png), #020B29;
    background-size: cover;
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
}
.main-header::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/cyber-security-banner-binary-bg1-23.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}
@-webkit-keyframes flow {
    0% {
        background-position: 0 400px;
    }
    100% {
        background-position: 0 0;
    }
}
@keyframes flow {
    0% {
        background-position: 0 400px;
    }
    100% {
        background-position: 0 0;
    }
}
.main-header .my-container {
    max-width: 1200px;
}
.main-header .lr-container {
    font-size: 0;
    padding: 40px 0;
}
.lr-container .ban-lhs,
.lr-container .ban-rhs {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.lr-container .ban-lhs {
    width: calc(100% - 500px);
}
.lr-container .ban-rhs {
    width: 500px;
}
.lr-container .ban-lhs h1 {
    font-size: 46px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    max-width: 600px;
    position: relative;
}
.main-header .ban-rhs span {
    display: inline-block;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 500px;
    width: 498px;
    height: 296px;
}
.sec1 {
    margin-bottom: 20px
}
.lcr-container {
    display: block;
    font-size: 0
}
.lcr-container .lhs-content,
.lcr-container .center-content,
.lcr-container .rhs-content {
    display: inline-block;
    vertical-align: top;
    font-size: 16px
}
.lcr-container .lhs-content {
    width: 260px;
    position: sticky;
    top: 80px
}
.lcr-container .center-content {
    width: calc(100% - 520px)
}
.lcr-container .rhs-content {
    width: 260px;
    position: sticky;
    top: 80px
}
.lhs-content {
    text-align: right;
    margin-bottom: 40px
}
.lhs-content h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 28px
}
.lhs-content ul {
    position: relative;
    padding: 28px 0
}
.lhs-content ul::before,
.lhs-content ul::after {
    content: '';
    width: 260px;
    height: 1px;
    background: #5998C7;
    position: absolute;
    right: 0
}
.lhs-content ul::before {
    top: 0
}
.lhs-content ul::after {
    bottom: 0
}
.lhs-content ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #989898;
    padding-bottom: 22px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}
.lhs-content ul li:last-child {
    padding-bottom: 0
}
.lhs-content ul li:hover,
.lhs-content ul li.act {
    color: #00496C
}
.center-content {
    padding: 0 50px
}
.center-content p a {
    color: #0579b8;
}
.center-content p a:hover {
    text-decoration: underline;
}
.center-content h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.6;
    padding-bottom: 20px
}
.center-content h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 14px;
}
.center-content p+h2 {
    padding-top: 20px
}
.center-content p {
    line-height: 1.8;
    margin-bottom: 20px
}
.center-content img {
    margin-bottom: 40px;
}
.center-content .blue-box {
    background: #004479;
    color: #fff;
    border-radius: 8px;
    padding: 40px 60px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.center-content .blue-box::before {
    content: '';
    background: url(../images/cyber-security-box-bg-pattern-23.png) no-repeat;
    background-size: cover;
    width: 120px;
    height: 100%;
    background-position: right center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.center-content .blue-box h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    margin: 0;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 30px
}
.center-content .blue-box h2::before {
    content: '';
    width: 80px;
    height: 2px;
    background: #6BA7D6;
    position: absolute;
    left: 0;
    bottom: 0
}
.center-content .blue-box a {
    color: #43A8FF;
    text-decoration: underline;
}
.center-content .blue-box ul {
    position: relative
}
.center-content .blue-box ul::before {
    content: '';
    width: 0;
    height: calc(100% - 26px);
    border-right: 1px dashed #FFF;
    position: absolute;
    left: 22px;
    top: 13px
}
.center-content .blue-box ul li {
    font-weight: 400;
    line-height: 1.6;
    position: relative;
    padding-left: 50px;
    margin-bottom: 44px
}
.center-content .blue-box ul li:last-child {
    margin-bottom: 0;
}
.center-content .blue-box ul li span {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    background: #6BA7D6;
    border: 6px solid #004479;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    padding: 5px;
    position: absolute;
    top: -4px;
    left: 0
}
.center-content .blue-box.dot-list ul::before {
    display: none;
}
.center-content .blue-box.dot-list ul li {
    padding-left: 20px;
}
.center-content .blue-box.dot-list ul li:not(:last-child) {
    margin-bottom: 20px;
}
.center-content .blue-box.dot-list ul li::before {
    background: #6BA7D6;
}
.center-content .blue-box.dot-list.list-type1 li {
    display: inline-block;
    font-weight: 400;
    position: relative;
    padding-left: 14px;
}
.center-content .blue-box.dot-list.list-type1 li:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 0;
}
.center-content .blue-box .sub-list {
    margin-top: 20px;
}
.center-content .blue-box .sub-list li {
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 20px;
}
.center-content .blue-box .dot-list.sub-list li::before {
    background: #6BA7D6;
}
.center-content .blue-box2 {
    background: #F2FBFF;
    border: 1px solid #1E82B2;
    border-radius: 10px;
    padding: 30px 60px;
    margin-bottom: 40px;
    position: relative;
}
.center-content .blue-box2 li {
    font-weight: 400;
    margin-bottom: 20px;
}
.center-content .blue-box2 li:last-child {
    margin-bottom: 0;
}
.center-content .blue-box2 li {
    padding-left: 20px;
}
.center-content .blue-box2 li::before {
    content: '';
    background: #6BA7D6;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 8px;
}
.center-content .blue-box2 h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    margin: 0;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 30px;
}
.center-content .blue-box2 h2::before {
    content: '';
    width: 80px;
    height: 2px;
    background: #6BA7D6;
    position: absolute;
    left: 0;
    bottom: 0;
}
.center-content .dot-list li {
    font-size: 15px;
    margin-bottom: 20px;
    padding-left: 18px;
}
.center-content .dot-list li span {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}
.center-content .dot-list li span a:hover {
    text-decoration: underline;
}
.center-content .dot-list li::before {
    content: '';
    background: #004479;
    width: 9px;
    height: 9px;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 7px;
}
.center-content .dot-list li p {
    line-height: 1.5;
    margin-top: 10px;
}
.center-content .demo-form-sec {
    border: 1px solid #96CAF4;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 40px;
    position: relative;
    padding-right: 160px
}
.center-content .demo-form-sec::before {
    content: '';
    background: url(../images/cyber-security-common-sprite-23.png) no-repeat -7px -26px;
    background-size: 308px 440px;
    width: 171px;
    height: 157px;
    position: absolute;
    bottom: 0;
    right: 20px
}
.center-content .demo-form-sec h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 10px
}
.rhs-content {
    position: relative;
    padding: 36px 0;
    margin-bottom: 40px
}
.rhs-content::before,
.rhs-content::after {
    content: '';
    width: 275px;
    height: 1px;
    background: #5998C7;
    position: absolute;
    left: 0
}
.rhs-content::before {
    top: 0
}
.rhs-content::after {
    bottom: 0
}
.rhs-content p {
    font-size: 15px;
    margin-bottom: 14px
}
.rhs-content ul {
    margin-bottom: 10px
}
.rhs-content ul li {
    font-size: 15px;
    line-height: 1.6;
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative
}
.rhs-content ul li::before {
    content: '';
    background-position: -1px -1px;
    width: 14px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 4px
}
.rhs-content .main-cta {
    font-size: 14px;
    padding: 10px 20px
}
.tab-list {
    background: #fff;
    border-bottom: 1px solid #A5A5A5;
    width: 90%;
    position: absolute;
    position: sticky;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100
}
.tab-list ul {
    font-size: 0;
    text-align: center;
    margin: auto
}
.tab-list ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #909090;
    padding: 20px 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.tab-list ul li:not(:nth-child(3)) {
    margin-right: 100px
}
.tab-list ul li:hover,
.tab-list ul li.act {
    color: #000;
}
.tab-section .tab-header {
    text-align: center;
    margin-bottom: 20px
}
.tab-section .tab-header .mb-0 {
    margin-bottom: 0;
}
.tab-section .tab-header h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 10px
}
.tab-section .tab-header p {
    line-height: 1.8;
    max-width: 720px;
    margin: auto;
    margin-bottom: 20px;
}
.tab-section .tab-header ul {
    display: inline-block;
}
.tab-section .tab-header ul li {
    font-size: 15px;
    line-height: 1.6;
    padding-bottom: 10px;
    padding-left: 24px;
    position: relative;
    text-align: left;
}
.tab-section .tab-header ul li::before {
    content: '';
    background: url(../images/cyber-security-common-sprite-23.png) no-repeat -1px -1px;
    background-size: 308px;
    width: 14px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 4px;
}
.tab-section .tab-header .border-box {
    padding: 30px 40px;
    border: 0.5px solid #C4C4C4;
    border-radius: 4px;
}
.tab-section .tab-header .border-box p {
    max-width: 100%;
}
.tab-section .my-container {
    max-width: 1200px;
    position: relative;
    padding-top: 20px
}
.tab-content {
    padding-top: 40px;
    margin-bottom: 40px
}
.tab-content .lr-container {
    font-size: 0
}
.tab-content .lr-container.lr-container1 {
    margin-bottom: 30px
}
.tab-content .lr-container .lhs,
.tab-content .lr-container .rhs {
    display: inline-block;
    vertical-align: top;
    font-size: 16px
}
.tab-content .lr-container .lhs {
    width: 500px
}
.tab-content .lr-container .rhs {
    width: calc(100% - 500px);
    padding-left: 70px;
}
.tab-content h2,
.tab-content h2 a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.tab-content h2 a {
    display: inline-block;
    color: #306494;
    margin-bottom: 0;
}
.tab-content h2 a:hover {
    text-decoration: underline;
}
.tab-content h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #333;
    margin-bottom: 10px;
}
.tab-content h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px;
}
.tab-content .center-title {
    max-width: 800px;
    margin: auto;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 30px;
}
.tab-content .lhs h3+p,
.tab-content .lhs p {
    line-height: 1.6;
    margin-bottom: 20px
}
.tab-content .lhs .mb-0 {
    margin-bottom: 0;
}
.tab-content .lhs .mt-20 {
    margin-top: 20px;
}
.tab-content .lhs .blue-box1 {
    background: #F2FBFF;
    border: 1px solid #1E82B2;
    border-radius: 5px;
    padding: 30px 40px;
    margin-bottom: 20px;
}
.tab-content .lhs .blue-box1 .mb-0 {
    margin-bottom: 0;
}
.tab-content .lhs p strong {
    font-weight: 500
}
.tab-content .lhs ul li {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 16px;
    position: relative;
    padding-left: 14px;
}
.tab-content .lhs .dot-list li::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background: #1E82B2;
    position: absolute;
    left: 0;
    top: 9px;
}
.tab-content .lhs ul li:last-child {
    margin-bottom: 0;
}
.tab-content .lhs ul li strong {
    font-weight: 500
}
.tab-content .lhs ul li span {
    display: block;
    margin-top: 6px
}
.tab-content .lhs ul li p {
    margin-top: 6px
}
.move {
    position: absolute;
    width: 253px;
    height: 4px;
    background: #1A9AD8;
    border-radius: 10px;
    left: 246px;
    bottom: -2px;
    border-radius: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 2
}
.fix .move {
    bottom: -2px;
    z-index: 2;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.tab-content .rhs p,
.tab-content .rhs .slider-content p {
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative
}
.tab-content .rhs p strong {
    font-weight: 600;
}
.tab-content .rhs .slider-content p span {
    position: absolute;
    left: 0;
    top: 0
}
.flexslider {
    overflow: unset;
    max-height: inherit
}
#slilock .flex-control-paging {
    position: relative;
    display: table;
    margin-left: auto;
    line-height: 0;
    padding-left: 0;
    margin: auto;
    margin-top: 18px;
    right: 0
}
#slilock .flex-direction-nav {
    display: none
}
#slilock .flex-control-paging li a {
    width: 10px;
    height: 10px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px
}
#slilock .flex-control-nav li a {
    background: #a1a1a1
}
#slilock .flex-control-nav li a.flex-active {
    background: #000
}
@media(max-width:1300px) {
    .tab-list {
        width: 100%
    }
}
@media(max-width:1025px) {
    .tab-list {
        top: 92px
    }
}
@media(max-width:992px) {
    .tab-list ul li {
        font-size: 15px;
    }
    .tab-list ul li:not(:nth-child(3)) {
        margin-right: 20px;
    }
    .move {
        width: 211px;
        left: 130px;
    }
}
@media(max-width:767px) {
    .tab-list ul li {
        font-size: 15px;
        padding-bottom: 14px
    }
    .tab-list {
        display: none
    }
}
.bottom-banner .my-container {
    max-width: 1100px
}
.bottom-banner .bottom-ban-content {
    background: #171D31;
    border-radius: 10px;
    padding: 48px;
    padding-left: 450px;
    position: relative
}
.bottom-banner .bottom-ban-content::before {
    content: '';
    background-position: -9px -206px;
    width: 186px;
    height: 222px;
    position: absolute;
    left: 130px;
    top: 0;
    bottom: 0;
    margin: auto
}
.bottom-banner .bottom-ban-content h2 {
    font-size: 24px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px
}
.bottom-banner .bottom-ban-content strong {
    font-weight: 600
}
.bottom-ban-content .main-cta {
    padding: 10px 30px 10px 44px
}
.bottom-ban-content .main-cta::before {
    content: '';
    background-position: -89px -1px;
    background-size: 308px;
    width: 12px;
    height: 14px;
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
    margin: auto
}
@media(max-width:1200px) {
    .lr-container .ban-lhs h1 {
        font-size: 44px;
    }
    .lcr-container .lhs-content {
        width: 250px
    }
    .lcr-container .rhs-content {
        width: 280px
    }
    .lcr-container .center-content {
        width: calc(100% - 530px)
    }
    .lhs-content h3 {
        font-size: 16px
    }
    .center-content {
        padding: 0 30px
    }
    .center-content h2 {
        font-size: 22px
    }
    .center-content p {
        font-size: 15px
    }
    .center-content .blue-box {
        padding: 30px
    }
    .center-content .blue-box2 {
        padding: 30px;
    }
    .center-content .demo-form-sec {
        padding: 40px 24px
    }
    .center-content .demo-form-sec::before {
        display: none;
    }
    .rhs-content .main-cta {
        font-size: 14px
    }
    .tab-content .lr-container .rhs {
        padding-left: 40px
    }
}
@media(max-width:992px) {
    .main-header {
        padding: 60px 0 40px;
    }
    .main-header .my-container .lr-container {
        padding: 0;
    }
    .lr-container .ban-lhs {
        width: 100% !important;
    }
    .lr-container .ban-rhs {
        display: none;
    }
    .main-header .lr-container .ban-lhs h1 {
        font-size: 34px;
        line-height: 1.4;
        text-align: center;
        padding-top: 0;
        margin: auto;
    }
    .lcr-container .lhs-content,
    .lcr-container .rhs-content {
        display: none
    }
    .lcr-container .center-content {
        width: 100%
    }
    .tab-content {
        padding-top: 0
    }
    .tab-content .lr-container .lhs {
        width: 350px;
        padding-right: 30px
    }
    .tab-content .lr-container .rhs {
        width: calc(100% - 350px)
    }
    .center-content {
        padding: 0
    }
    .bottom-banner .bottom-ban-content {
        padding: 48px 48px 48px 300px
    }
    .bottom-banner .bottom-ban-content::before {
        left: 60px
    }
    .bottom-banner .bottom-ban-content h2 {
        font-size: 28px
    }
}
@media(max-width:767px) {
    .main-header {
        background: #171D31;
    }
    .main-header::before {
        display: none;
    }
    .lr-container .ban-lhs h1 {
        font-size: 26px;
        line-height: 1.4;
    }
    .tab-content h3 {
        font-size: 16px;
    }
    .tab-section .tab-header h2 {
        font-size: 18px
    }
    .tab-section .tab-header p {
        font-size: 14px;
    }
    .tab-section .tab-header ul li {
        font-size: 14px;
    }
    .tab-content .lr-container .lhs,
    .tab-content .lr-container .rhs {
        width: 100%;
        margin: auto;
        padding: 0
    }
    .tab-content .lr-container .lhs {
        margin-bottom: 40px
    }
    .main-header .lr-container .ban-lhs h1 {
        font-size: 24px;
    }
    .tab-content .lhs p {
        font-size: 14px
    }
    .tab-content .lhs .blue-box1 {
        padding: 30px 24px;
    }
    .tab-content .lhs ul li {
        font-size: 14px
    }
    .center-content h2 {
        font-size: 18px;
        line-height: 1.4;
        padding-bottom: 12px;
    }
    .center-content p {
        font-size: 14px
    }
    .center-content .blue-box,
    .center-content .blue-box2 {
        padding: 30px 20px
    }
    .center-content .blue-box h2,
    .center-content .blue-box2 h2 {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 14px;
    }
    .center-content .blue-box ul li,
    .center-content .blue-box2 li {
        font-size: 14px
    }
    .center-content .dot-list li {
        font-size: 14px;
    }
    .center-content .demo-form-sec h3 {
        font-size: 16px;
        line-height: 1.4;
    }
    .tab-content h2,
    .tab-content h2 a {
        font-size: 18px;
    }
    .bottom-banner .bottom-ban-content {
        padding: 40px 30px;
        text-align: center
    }
    .bottom-banner .bottom-ban-content::before {
        display: none
    }
    .bottom-banner .bottom-ban-content h2 {
        font-size: 20px;
        margin: auto;
        margin-bottom: 30px
    }
}
/* Form style */
.one-line-form form ul li input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #9B9B9B
}
.one-line-form form ul li input::-moz-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #9B9B9B
}
.one-line-form form ul li input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #9B9B9B
}
.one-line-form form ul li input::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #9B9B9B
}
.one-line-form form ul li input::placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #9B9B9B
}
.one-line-form {
    margin-top: 15px
}
.one-line-form * {
    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: table;
    padding: 2px;
    border-radius: 3px;
    position: relative
}
.one-line-form>form>ul li {
    border: 1px solid #B2B2B2;
    list-style-type: none;
    float: left;
    margin-bottom: 8px;
    position: relative;
}
.one-line-form>form>ul li:nth-child(1) {
    width: calc(50% - 16px);
    position: relative;
    margin-right: 16px;
    margin-bottom: 20px
}
.one-line-form>form>ul li:nth-child(1) input {
    font-size: 12px
}
.one-line-form>form>ul li:nth-child(2) {
    width: 50%;
    margin-bottom: 20px
}
.one-line-form>form>ul li:nth-child(3) {
    width: calc(100% - 51px);
    border-right: none;
    padding-left: 0;
    position: relative
}
.one-line-form.with-state>form>ul li.ffw-ic-mail {
    width: calc(100% - 163px)
}
.one-line-form form ul .ffw-ic::before {
    content: '';
    background: url(../images/cyber-security-common-sprite-23.png) no-repeat;
    background-size: 308px;
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2
}
.one-line-form form ul li.ffw-ic-name::before {
    background-position: -20px -1px;
    width: 13px;
    height: 13px
}
.one-line-form form ul li.ffw-ic-phone::before {
    background-position: -38px -3px;
    width: 11px;
    height: 11px
}
.one-line-form form ul li.ffw-ic-mail::before {
    background-position: -54px -4px;
    width: 14px;
    height: 10px
}
.one-line-form>form>ul li.ffw-country-list {
    border-left: none
}
.one-line-form>form>ul li .ffw-errmsg {
    display: none;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    white-space: nowrap;
    color: #FFF;
    background: #fc6b6b;
    padding: 2px 6px;
    border-radius: 2px;
    position: absolute;
    top: -15px;
    left: -1px;
    z-index: 1
}
.one-line-form>form>ul li input {
    width: 100%;
    height: 40px;
    border: 0;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    position: relative;
    padding-left: 40px
}
.one-line-form>form>ul li .selectedCountry {
    text-align: left;
    width: 50px;
    height: 32px;
    top: 0;
    position: absolute;
    color: #000;
    font-size: 14px;
    margin: 5px 0 0;
    line-height: 33px;
    left: 0;
    padding-left: 8px;
    border-left: 1px solid #e5e5e5;
    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 #1e0437;
    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: transparent;
    display: none
}
.one-line-form form input[type="submit"] {
    font-size: 14px;
    background: #DE5547;
    color: #fff;
    padding: 14px 44px;
    cursor: pointer;
    font-weight: 500;
    border: 0;
    border-radius: 4px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}
.one-line-form form input[type="submit"]:hover {
    background: rgb(242, 33, 54);
    -webkit-box-shadow: 4px 6px 15px rgba(247, 55, 74, 0.6);
    box-shadow: 4px 6px 15px rgba(247, 55, 74, 0.6)
}
.one-line-form>form>ul li select {
    font-size: 12px;
    font-weight: 300;
    width: 50px;
    height: 40px;
    border: 0;
    padding: 0 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    margin: 0;
    z-index: 9;
    position: relative;
    color: #000;
    opacity: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    float: left
}
.one-line-form>form>ul li select#country_state,
.one-line-form>form>ul li .commonselect {
    position: relative;
    font-size: 14px;
    opacity: 1;
    width: 104px;
    float: left;
    padding-left: 0;
    line-height: 38px;
    top: 2px;
    padding-right: 22px;
    left: 0;
    background: #fff;
    height: 30px;
    border-radius: 5px;
    margin: 0;
}
.one-line-form>form>.misc-field {
    display: inline-block;
    float: none
}
.one-line-form>form>.misc-field .dwn-priv {
    margin-top: 0;
    line-height: 18px;
    font-weight: 300;
    padding-top: 2px
}
.one-line-form>form>.misc-field .dwn-priv,
.one-line-form>form>.misc-field .dwn-priv * {
    font-size: 10px;
    color: #000;
    line-height: 14px;
    margin-bottom: 10px
}
.one-line-form>form>.misc-field .dwn-priv strong {
    font-weight: 600
}
.one-line-form>form>.misc-field .dwn-priv a {
    font-size: 9px;
    text-decoration: underline
}
.one-line-form>form>.misc-field #meGDPRMessage {
    line-height: 14px;
    margin: 5px 0 0;
    width: 100%
}
.one-line-form>form>.misc-field #meGDPRMessage label {
    font-size: 10px;
    line-height: 8px;
    color: #000;
    font-weight: 300;
    cursor: pointer
}
.one-line-form>form>.misc-field #meGDPRMessage .checkmarkgdpr {
    margin-bottom: 0
}
#meGDPRMessage span.checkmarkgdpr {
    width: 12px;
    height: 12px;
    top: 2px
}
#meGDPRMessage span.checkmarkgdpr.enableCheckgdpr::before {
    width: 4px;
    height: 7px;
    top: 1px;
    left: 3px
}
.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: 8px;
    font-size: 20px;
    font-weight: 500;
    text-align: center
}
.one-line-form>.success-message p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
    text-align: center
}
.one-line-form.success ul {
    display: none
}
.one-line-form.success form {
    display: none
}
.one-line-form.success .success-message {
    display: block
}
.one-line-form.success .misc-field {
    display: none
}
.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 .commonselect {
    margin-left: 8px;
    box-shadow: none;
}
.one-line-form.with-state ul li .selectedCountry:after {
    display: block
}
.one-line-form.with-state .ffw-country-list {
    position: relative
}
.one-line-form.with-state .ffw-country-list:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #1e0437;
    position: absolute;
    right: 7px;
    top: 20px;
    z-index: 12
}
.formBox .commonselect {
    top: -31;
    left: -50px
}
@media(max-width:425px) {
    .one-line-form>form>ul li:nth-child(1),
    .one-line-form>form>ul li:nth-child(2) {
        width: 100%
    }
    .one-line-form>form>ul li:nth-child(3) {
        width: calc(100% - 51px);
    }
    .one-line-form.with-state>form>ul li:nth-child(3) {
        border: 1px solid #B2B2B2
    }
    .one-line-form.with-state>form>ul li.ffw-ic-mail {
        width: 100%
    }
    .one-line-form.with-state .ffw-country-list {
        width: 100%;
        border: 1px solid #B2B2B2
    }
    .one-line-form.with-state ul li .selectedCountry {
        border: none
    }
    .one-line-form>form>ul li select#country_state,
    .one-line-form>form>ul li .commonselect {
        width: calc(100% - 58px);
        height: 40px;
        top: 0;
    }
}
/* popup img style */
.img-zoom img:hover {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}
.img-zoom-iconcont img {
    display: none
}
.img-zoom-iconcont .img-zoom-span {
    width: 45px;
    height: 45px;
    display: inline-block;
    padding: 0;
    border-radius: 100%;
    border: 5px solid;
    opacity: .9;
    border-top-color: #cb2134;
    border-bottom-color: #059b4f;
    border-left-color: #0579b8;
    border-right-color: #ffce27;
    -webkit-animation: loader4 1s ease-in-out infinite;
    animation: loader4 1s ease-in-out infinite
}
@keyframes loader4 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-webkit-keyframes loader4 {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}