@font-face {
    font-family: 'KozGoPr6N';
    src: url('KozGoPr6N-ExtraLight-AlphaNum.eot');
    src: url('KozGoPr6N-ExtraLight-AlphaNum.eot?#iefix') format('embedded-opentype'),
        url('KozGoPr6N-ExtraLight-AlphaNum.woff2') format('woff2'),
        url('KozGoPr6N-ExtraLight-AlphaNum.woff') format('woff'),
        url('KozGoPr6N-ExtraLight-AlphaNum.ttf') format('truetype'),
        url('KozGoPr6N-ExtraLight-AlphaNum.svg#KozGoPr6N-ExtraLight-AlphaNum') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KozGoPr6N';
    src: url('../font/KozGoPr6N-Medium-AlphaNum.eot');
    src: url('../font/KozGoPr6N-Medium-AlphaNum.eot?#iefix') format('embedded-opentype'),
        url('../font/KozGoPr6N-Medium-AlphaNum.woff2') format('woff2'),
        url('../font/KozGoPr6N-Medium-AlphaNum.woff') format('woff'),
        url('../font/KozGoPr6N-Medium-AlphaNum.ttf') format('truetype'),
        url('../font/KozGoPr6N-Medium-AlphaNum.svg#KozGoPr6N-Medium-AlphaNum') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KozGoPr6N';
    src: url('../font/KozGoPr6N-Bold-AlphaNum.eot');
    src: url('../font/KozGoPr6N-Bold-AlphaNum.eot?#iefix') format('embedded-opentype'),
        url('../font/KozGoPr6N-Bold-AlphaNum.woff2') format('woff2'),
        url('../font/KozGoPr6N-Bold-AlphaNum.woff') format('woff'),
        url('../font/KozGoPr6N-Bold-AlphaNum.ttf') format('truetype'),
        url('../font/KozGoPr6N-Bold-AlphaNum.svg#KozGoPr6N-Bold-AlphaNum') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

button,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'KozGoPr6N' !important;
}

a,
b,
input,
label,
p,
select,
span,
textarea {
	font-family: 'KozGoPr6N' !important;
}

a {
	font-family: 'KozGoPr6N' !important;
}

body {
    background:#fff;
}
body.top-01 {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/Path1.png);
}
/* header css start */
.logo a.desktop-logo img {
    width: 340px;
}
.logo-page-t {
    display: flex;
    align-items: flex-end;
    padding-left: 1%;
}
.logo-page-t .page-title h2.page-heading {
        font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #4c4c4c;
    margin-left: 10px;
    margin-bottom: 5px;
}
.header-menus {
    width: 100%;
    float: left;
}
.header-menus .container {
    max-width: 100%;
    padding: 0px;
}
.header-menu {
    width: 100%;
    float: left;
}
.header-menu ul.mobileviewparent {
    background: #3e5c7eab;
    float: left;
}
.header-logo {
    width: 100%;
    float: left;
    padding-bottom: 0px;
}
ul.mobileviewparent {
    padding-left: 0px;
    text-align: center;
    margin-bottom: 0px;
}
ul.mobileviewparent li {
    list-style: none;
    float: left;
}
ul.mobileviewparent li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    display: block;
    line-height: 1.5em;
    padding: 10px 30px;
    text-decoration: none;
    border-right: 2px solid #3e5c7e;
}
ul.mobileviewparent li a:hover {
    background: #3e5c7e;
}
.header-menus .space-remove-right {
    padding: 0;
}
ul.mobileviewparent li a.active {
    background: #3e5c7e;
}

.header {
    width: 100%;
    float: left;
    padding: 50px 0px;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/Path1a.png);
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f4fafd;
}
/* header css end */
/* Footer css start */
.footer-bottom {
    width: 100%;
    float: left;
    padding: 20px 0px;
    background: #fff;
}
.footer-menu ul.foot-menu {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
.footer-menu ul.foot-menu li {
    list-style: none;
}
.footer-menu ul.foot-menu li a {
    text-decoration: none;
    padding: 20px;
}
.footer-bottom  .row.copy-right-row .copy-right-col {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-menu ul.foot-menu li a {
    text-decoration: none;
    padding: 20px;
    color: #3d5c7e;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
.footer-all-btns {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(3,1fr);
}
.footer-btn a.f-btn {
    background: #2c4970;
    display: block;
    text-align: center;
    padding: 15px 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    border-radius: 5px 5px 0px 0px;
}
.footer {
    width: 100%;
    float: left;
    padding-top: 80px;
    background: #3d5c7e;
}
.footer-heading h2.footer-titl {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4em;
}
span.r-text.footer-b {
    bottom: 8px;
}
.footer-img-box {
    text-align: center;
}

.footer-img-box .content-boxs h4.box-heading {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}
span.list-styles:before {
    top: 40%;
    content: '';
    color: #000;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 100px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: 5px;
}
body.top-01.footer-remoce .header.backup-08regular, body.top-01.pricing-back .header.backup-08regular{
    height: auto;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-image: none;
    background-color: transparent !important;
}
span.list-styles {
    position: relative;
    padding-left: 20px;
}
.footer-remoce .footer {
    background: transparent;
}
.footer-remoce .footer .row.footer-row1 {
    display: none !important;
}
.footer-heading {
    padding-bottom: 15px;
}
.row.footer-row1 {
    padding-bottom: 70px;
}
.service-section {
    width: 100%;
    float: left;
    padding: 0px 0px 100px;
}
body.top-01.home .header {
    padding-bottom: 0px;
}
.mobile-header.navbar.bblack.visible-xs-block.mobilemenu {
    width: 100% !important;
    float: left !important;
    padding: 0px !important;
}
.footer-img-box .img-boxs img {
    width: 125px;
}
.footer-img-box .img-boxs img.img-box {
    width: auto;
}
.footer .footer-colome {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.footer .footer-colome:before {
    content: '';
    width: 80px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/rolar.png);
    display: block;
    position: absolute;
    right: -40px;
}
.footer .footer-colome:last-child:before {
    background: none;
}


/* Footer css end */

.service-item {
    text-align: center;
    padding: 40px 20px 30px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 34%) 0px 10px 40px;
}
.service-section .col-xs-12.col-sm-6.col-md-3.col-lg-3 {
    padding-left: 5px;
    padding-right: 5px;
}
.service-item .service-img img {
    width: 120px;
}
.content-service h4.service-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 35px;
}
.baner-heading {
    text-align: center;
    padding: 50px 0px 70px;
}
p.discrapction {
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 500;
    color: #14355e;
}
h4.baner-headings {
    color: #3d5c7e;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}
.header-content {
    width: 100%;
    float: left;
    padding: 1% 5%;
}
.header-conte-text .header_title h2 {
    color: #3d5c7e;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}
.header-content-btn {
    width: 100%;
    float: left;
    padding-bottom: 60px;
}
.header-content-btn .space-remove-left {
    padding: 0;
}

.header-conte-btn {
    background: #8db6d8;
    float: left;
    width: 60%;
    padding-left: 20%;
    border-radius: 0px 15px 15px 0px;
}

.header-conte-btn a.h-btn {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    display: block;
    line-height: 1.5em;
    padding: 10px 20px;
    text-decoration: none;
}

.header-conte-btn a.h-btn img.email {
    width: 32px;
}
.backup-01 {
    width: 100%;
    height: 100%;
    background-position: bottom !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-image: url(../images/background.jpg);
    display: block;
}
.header-content-backup {
    width: 100%;
    float: left;
    padding: 6% 5% 2%;
}
.header_title-backup {
    text-align: center;
}
.header_title-backup h2.sub-title {
    color: #3d5c7e;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.header_title-backup h2.perant-title {
    color: #14355e;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 15px;
}
.ransomware-page .header_title-backup p.discrapction {
    font-size: 14px;
}
.ransomware-page .header-conte-btns a.h-btn {
    font-size: 20px;
    padding: 8px 60px;
    border-radius: 20px;
}
.border-box-inner h4.border-box-text {
    font-size: 14px;
}
.ransomware-page .header-conte-btns img.email {
    width: 30px !important;
    height: 25px !important;
    margin-right: 5px;
    margin-top: 2px;
}
.header-conte-btns a.h-btn {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5em;
    padding: 7px 30px;
    text-decoration: none;
    background: #8db6d8;
    border-radius: 10px;
    display: flex;
    width: fit-content;
    margin: auto;
}
div#carousels .owl-dots {
    display: none;
}
.header-conte-btns img.email {
    width: 25px !important;
    height: 20px !important;
    margin-right: 5px;
    margin-top: 0px;
}

.post-slide {
    text-align: center;
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    margin-bottom:10px;
}
.post-slide .post-title-wrap {
    padding: 20px;
    background: #fff;
    position: relative;
}
.post-slide .post-title-wrap h3.post-title a {
    color: #14355e;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.2em;
}
.post-image-container img.post-image {
    width: 100%;
}
.post-content-area {
    background: #fff;
    padding: 25px 25px;
}
.post-content-area p.post-description {
    margin-bottom: 0px;
    font-size: 11px;
    line-height: 1.7em;
    font-weight: 500;
    color: #3d5c7e;
    text-align: justify;
}
.blog-slider .post-content-area {
    padding: 25px 25px;
}
.blog-slider .post-content-area p.post-description {
    font-size: 11px;
    height: 74px;
    overflow: hidden;
}
.All-blogs {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    grid-template-columns: repeat(3,1fr);
}
.post-slide .post-title-wrap h3.post-title {
    margin-bottom: 0px;
}
.post-slide .post-title-wrap:before {
    content: '';
    background: #d6eaf6;
    width: 80%;
    height: 7px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
}
.blog-section.blogs-page {
    width: 100%;
    float: left;
    padding: 370px 0px 80px;
    background: #fcf5dc;
}
.section1-backup {
    text-align: center;
}
.section-1-b {
    width: 100%;
    float: left;
    padding: 80px 0px 80px;
    background: #fff;
    position: relative;
}
.section-1-b .row.section-1-b-row {
    width: 100%;
    height: 600px;
    background-position: 100% 70%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/woman-looking.jpg);
    display: flex;
    align-items: center;
    margin-bottom: -29%;
}
.section1-backup h2.section1-backup-title {
    color: #14355e;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px;
}
.section1-backup h2.section1-backup-sub-title {
    color: #14355e;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.section1-backup {
    text-align: center;
    padding-left: 50px;
}
.backup-02 {
    width: 100%;
    height: 100%;
    background-position: 100% 67% !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-image: url(../images/young-girl.jpg);
    display: block;
}

.backup-02 .header_title-backup h2.perant-title {
    color: #fff;
}
.backup-02 .header_title-backup h2.sub-title {
    color: #fff;
}
.backup-02 .header_title-backup p.discrapction {
    color: #fff;
}
.backup-03 {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-image: url(../images/business-man.jpg);
    display: block;
}
.backup-04 {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-image: url(../images/08_image1.jpg);
    display: block;
}
.backup-05 { 
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-image: url(../images/Bitmap.jpg);
    display: block;
}

.Microsoft-section1 {
    width: 100%;
    float: left;
    padding: 25px 0px;
    background: linear-gradient(90deg, rgba(188,223,242,1) 0%, rgba(244,251,253,1) 40%);
}
h4.Microsoft-top-heading {
    color: #14355e;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 1.7em;
    text-align: center;
}
.ransomware-section1-content p.discrapction {
    text-align: center;
}

.Microsoft-section2 {
    width: 100%;
    float: left;
    padding: 100px 0px 70px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/Bitmap2.jpg);
    position: relative;
}
/* .Microsoft-section2:before {
    content: '';
    width: 570px;
    height: 550px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/left-mg.png);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0px;
} */
.Microsoft-section2-content h4.Microsoft-sub-heading {
    color: #14355e;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4em;
    text-align: center;
}
.Microsoft-section2-content p.discrapction {
    text-align: center;
    max-width: 450px;
    margin: auto;
    color: #000;
}
.Microsoft-section2-content-box {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(3,1fr);
    margin-bottom: 50px !important;
    max-width: 90%;
    margin: auto;
}

.blog-slider .post-slide .post-title-wrap h3.post-title a {
    font-size: 16px;
}
.blog-slider .post-slide .post-title-wrap h3.post-title {
    line-height: 1.2em;
    height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-slider .post-slide .post-title-wrap {
    padding: 10px 20px;
}
.Microsoft-section2-content-box1 ul.content-box li {
    list-style: none;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #14355e;
}
.Microsoft-section2-content-box1 ul.content-box li:nth-child(1) {
    border-top: 1px solid #000;
}
.Microsoft-section2-content-box1 ul.content-box {
    padding: 0;
    margin: 0;
}
.Microsoft-section2-content-box1 {
    background: #e8f1f7;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.Microsoft-section2-content-box1:before {
    content: '';
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #e8f1f7;
    position: absolute;
    bottom: -15px;
}
.blog-slider {
    padding: 80px 0px;
    float: left;
    width: 100%;
}
.blog-section-heading {
    text-align: center;
    padding-bottom: 40px;
}
.blog-section-heading h4 {
    color: #14355e;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.2em;
    margin-bottom: 0;
}
.ransomware-section3 {
    width: 100%;
    float: left;
    position: relative;
}
.ransomware-section3-row {
    width: 100%;
    float: left;
    padding: 100px 0px 70px;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/Bitmap2.jpg);
    margin-left: 0px !important;
}
.ransomware-section3 {
    padding: 100px 0px;
}
h4.ransomware-sub-headings {
    color: #14355e;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 35px;
    line-height: 1.4em;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
h4.ransomware-sub-headings:before {
    content: '';
    background: #fdf364;
    width: 75%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.ransomware-section3-content p.discrapction {
    margin: auto;
    text-align: center;
    max-width: 400px;
}
.ransomware-section3-content-box1 ul.content-box {
    margin-bottom: 0px;
    padding-left: 0px;
}
.ransomware-section3-content-box1 ul.content-box li{
    list-style: none;
}
.ransomware-section3-content-box {
    max-width: 500px;
    margin: auto;
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: repeat(2,1fr);
    margin-top: 30px;
}
.ransomware-section3-content-box1 ul.content-box {
    padding: 5px 15px 15px;
    background: #cbcbc9;
    position: relative;
    border-radius: 10px 0px 0px 10px;
}
.ransomware-section3-content-box1 ul.content-box.box-2as {
    background: #14355e;
    border-radius: 0px 10px 10px 0px;
}
.ransomware-section3-content-box1 ul.content-box li {
    list-style: none;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
    color: #000;
}
.ransomware-section3-content-box1 ul.content-box li span.yelloaw-c {
    color: #fdf364;
    font-size: 18px;
}
li.yelloaw-cw {
    font-size: 10px !important;
}
.ransomware-section3-content-box1 ul.content-box li:nth-child(2) {
    padding-bottom: 0px;
}
.ransomware-section3-content-box1 ul.content-box li:nth-child(3) {
    padding: 0px;
}
span.font-light {
    font-weight: 500;
    font-size: 12px;
}
.ransomware-section3-content-box1.box-2-c li {
    color: #fff !important;
}
ul.content-box.box-2as li:nth-child(1) {
    border-bottom: 1px solid #ccc;
}
ul.content-box li:nth-child(1) {
    border-bottom: 1px solid #000;
}
ul.content-box.box-1arrow-c:after {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #cbcbc9;
    content: '';
    position: absolute;
    right: -12px;
    z-index: 9;
    top: 45%;
}
.ransomware-section1 h4.ransomware-top-heading {
    color: #14355e;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 30px;
}
.ransomware-section1 {
    padding: 80px 0px 0px;
    width: 100%;
    float: left;
    background: #fff;
}
.border-box-col1 {
    background: #14355e;
    color: #fff;
    text-align: center;
    height: 200px;
    border-radius: 100%;
    max-width: 200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    border: 15px solid #8999ad;
    position: relative;
}
.border-box-inner h4.border-box-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 0px;
    padding-bottom: 15px;
   position: relative;
   width: 80%;
    margin: auto;
}
.ransomware-section1-content {
    margin-bottom: 50px;
}
.border-box-inner h4.border-box-text:before {
    border-bottom: 2px solid #fdf364;
    content: '';
    width: 80%;
    margin: auto;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.border-box-inner {
    position: relative;
}
h4.border-box-count-text {
    font-size: 180px;
    color: #8999ad;
    position: absolute;
    left: -63px;
    top: auto;
    line-height: 180px;
    font-weight: 700;
    bottom: -5px;
}
.count-text2 {
    left: -70px !important;
}
h4.border-box-count-text.count-text3 {
    left: -80px;
}
h4.border-box-count-text.count-text4 {
    left: -85px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-slider {
    float: left;
    width: 100%;
}
.blog-slider .owl-nav button.owl-prev span {
    font-size: 40px;
    line-height: 22px;
    color: #afd7eb;
}
.blog-slider .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: -20px;
}
.blog-slider .owl-nav button.owl-next span {
    font-size: 40px;
    line-height: 22px;
    color: #afd7eb;
}
.blog-slider .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: -20px;
}
.blog-slider .owl-dots {
    display: none;
}




.cookie-section1 {
    width: 100%;
    float: left;
    padding: 0px 0px 80px;
}
body.top-01.footer-remoce {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-image: url(../images/Path1.png);
}
.cookie-top-content h4.cookie-top-heading {
    color: #3d5c7e;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}
.cookie-top-content p.cookie-disc {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    color: #4c4c4c;
}
.cookie-content p.cookie-discs {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    color: #4c4c4c;
}
.cookie-content h4.cookie-heading {
    color: #4c4c4c;
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.2em;
    padding-bottom: 10px;
}
.cookie-content {
    margin-bottom: 40px;
}
.cookie-section1 .container-fluid {
    margin: auto !important;
    max-width: 90%;
    margin-right: 0px !important;
    padding-right: 0px;
}
.cookie-section1-content {
    background-color: #fff;
    padding: 20px 100px 70px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    background-image: url(../images/privacypolicy-content.jpg) !important;
    background-position: top right !important;
    background-repeat: no-repeat;
    background-size: cover;
}
.cookie-top-content h4.cookie-top-heading:before {
    content: '';
    background: #3d5c7e;
    width: 43%;
    height: 10px;
    margin: auto;
    position: absolute;
    top: -24px;
    left: 0;
    display: block;
}
.privacy-section1 {
    float: left;
    width: 100%;
    padding: 0px 0px 80px;
}
.privacy-section1 .container-fluid {
    margin: auto !important;
    max-width: 90%;
    margin-right: 0px !important;
    padding-right: 0px;
}
.eula-page .cookie-top-content h4.cookie-top-heading:before {
    top: -34px;
}
.eula-page .privacy-section1-content {
    padding-top: 30px;
}
.privacy-section1-content {
    padding: 20px 100px 70px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    background-image: url(../images/privacypolicy-content.jpg) !important;
    background-position: top right !important;
    background-repeat: no-repeat;
    background-size: cover;
}
ul.privacy-list {
    padding-left: 25px;
}
ul.privacy-list li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    color: #4c4c4c;
    margin-bottom: 10px;
}
.cookie-content-table table.table tbody {
    border: 1px solid #dee2e6;
}
.cookie-content-table table.table tbody th[scope="row col-1tab"] {
    border-right: 1px solid #dee2e6;
    background: #e6f0f8;
}
.cookie-content-table table.table tbody th[scope="row col-2tab"] {
    background: #f9fdfe;
}
.cookie-content-table table.table tbody th {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    color: #4c4c4c;
    padding: 20px;
}
.cookie-content-table table.table tbody td {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    color: #4c4c4c;
    padding: 20px;
}
.cookie-top-content h4.cookie-top-heading.top-border:before {
    content: '';
    width: 22% !important;
}
body.top-01.footer-remoce.privacy {
    background-image: url(../images/privacypolicy.jpg) !important;
    background-position: top right !important;
}
.cookie-content-table {
    padding-top: 50px;
    padding-bottom: 30px;
}
p.cookie-discs a, p.cookie-disc a, ul.privacy-list li a, .cookie-content-table table.table tbody td a {
    color: #3d5c7e;
    font-weight: 700;
    text-decoration: none;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
span.c-rs-yellows {
    font-size: 12px;
    position: relative;
    bottom: 6px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #eaf7fc;
}
img.cross-img {
    width: 25px;
    position: relative;
    bottom: 8px;
    margin-right: 10px;
}
.pricing-back p.price-cont-des {
    padding-left: 0px;
    text-align: center;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 17px;
    height: 17px;
    background: #808080;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.pricing-section-1 {
    background: #fbfefe;
    padding: 50px 50px 50px;
}
.pricing-section {
    display: grid;
    grid-column-gap: 50px;
    grid-template-columns: repeat(2,1fr);
}
.pricing-section1 {
    float: left;
    width: 100%;
    padding: 100px 0px;
}
.pricing-4-conte-form {
    background: #eaeeef;
    padding: 50px 50px;
}
.pricing-section-1 .pricing-section-heading {
    text-align: center;
    padding-bottom: 50px;
}
.pricing-section-1 .pricing-section-heading {
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
}
.pricing-section-1 .pricing-section-heading h4 {
    color: rgb(77, 77, 77);
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.2em;
}
span.font-w {
    font-weight: 400;
    font-size: 20px;
}
span.font-wsa {
    font-weight: 400;
    font-size: 50px;
}
.pricing-section-heading2 {
    text-align: center;
    padding-bottom: 30px;
}
.pricing-section-heading2 h4 {
    color: rgb(77, 77, 77);
    font-size: 60px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.2em;
}
.pricing-3 {
    text-align: center;
    padding-bottom: 50px;
}
.pricing-3 i.fa.fa-times {
    font-size: 34px;
    color: rgb(77, 77, 77);
    margin-right: 10px;
    line-height: 1.4em;
}

.pricing-3 input#quantity {
    height: 50px;
    width: 50px;
    text-align: center;
    color: rgb(77, 77, 77);
    font-size: 34px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.2em;
    border: 2px solid rgb(77, 77, 77);
    background: transparent;
}
.pricing-3 input#quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.pricing-3 span.tb-s {
    margin-left: 10px;
    color: rgb(77, 77, 77);
    font-size: 25px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.2em;
}
.pricing-3 input#quantity:focus {
    outline: none;
}
.pricing-4-conte p.pricing-disc {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    color: rgb(77, 77, 77);
    text-align: center;
    padding-bottom: 15px;
}
.pricing-4-conte-form label[for="test1"] {
    color: rgb(77, 77, 77);
    font-size: 27px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.2em;
}
.pricing-4-conte-form label[for="test1-dev"] {
    color: rgb(77, 77, 77);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.2em;
    padding-left: 7%;
    padding-top: 20px;
}
.pricing-3.prices-bbo {
    padding-bottom: 30px;
    padding-top: 50px;
}
.pricing-5 h4.prices-tab {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 10px;
    font-weight: 400;
    background: rgb(126, 126, 126);
    position: relative;
}
.pricing-3.prices-bbo input#quantity {
    border: 0px;
    background: #fff;
}
h4.prices-tab:before {
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(126, 126, 126);
    content: '';
    position: absolute;
    top: -10px;
    margin: auto;
    right: 0;
    left: 0;
}
.pricing-4-conte-form .btn-1-slid {
    border-bottom: 1px solid #000;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.btn-1-slid:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: none;
}
.pricing-7-botttom {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.pricing-7-botttom h3.pricing-head {
    color: rgb(77, 77, 77);
    font-size: 25px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.2em;
}
.pricing-border-botttom {
    border-top: 1px solid #000;
    margin-top: 40px;
}
h3.pricing-head-price {
    color: rgb(77, 77, 77);
    font-size: 50px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.2em;
}
p.price-cont-des {
    color: rgb(77, 77, 77);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.2em;
    padding-left: 7%;
}
.pricing-7-botttom-btn {
    text-align: center;
}
.pricing-7-botttom-btn button.btn.btn-ciustam {
    color: rgb(77, 77, 77);
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.2em;
    padding: 10px 30px;
    background: #fff565;
    border-radius: 15px;
}
.pricing-7-botttom12 {
    padding-bottom: 40px;
}

.cookie-content h4.cookie-heading-sub-t {
    color: #4c4c4c;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.2em;
    padding-bottom: 10px;
}
.cookie-content-table-license .table-responsive thead {
    background: #e6f0f8;
    text-align: center;
}
.cookie-content-table-license .table-responsive th {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    color: #000;
    padding: 10px 20px;
    vertical-align: middle;
}
.cookie-content-table-license .table-responsive td {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    color: #000;
    padding: 20px;
    vertical-align: middle;
}
.row.privacy-row {
    width: 100%;
    margin-right: 0px;
    margin: auto;
}
.row.privacy-row .cookie-col {
    padding-right: 0px;
}
.cookie-content-table-license tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border: 1px solid #dee2e6 !important;
}
p.cookie-disc {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    color: #000;
}
.laicence-c .cookie-top-content h4.cookie-top-heading.top-border:before {
    width: 34% !important;
}
.laicence-c .cookie-content {
    margin-bottom: 20px;
    margin-top: 20px;
}
.social-icon {
    width: fit-content;
    position: absolute;
    top: 0;
    right: 0;
}
.social-list {
    background: #4c4c4c;
    padding: 2px;
}
.cookie-content-table-license .table-responsive th.colome-width {
    width: 33.33%;
}
.social-icon i.fa {
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    box-shadow: inset 0 0 10px #000000;
    font-size: 25px;
}
@media screen and (min-width: 768px){
    .mobile-header {
        display: none !important;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px){
    .footer-bottom {
        padding: 10px 0px;
    }
    .footer-btn a.f-btn {
        padding: 10px 15px;
        font-size: 14px;
    }
    .footer-img-box .img-boxs img {
        width: 70px;
    }
    .footer-img-box .img-boxs img.img-box {
        width: 100px;
    }
    .footer-img-box .content-boxs h4.box-heading {
        font-size: 11px;
        margin-top: 10px;
    }
    .footer .footer-colome:before {
        width: 60px;
        height: 17px;
        right: -20px;
        top: 30%;
    }
    .footer-heading h2.footer-titl {
        font-size: 22px;
    }
    .footer-heading {
        padding-bottom: 15px;
    }
    .row.footer-row1 {
        padding-bottom: 30px;
    }
    .footer {
        padding-top: 30px;
    }
    .service-section {
        padding: 30px 0px;
    }
    .service-item .service-img img {
        width: 50px;
    }
    .content-service h4.service-heading {
        font-size: 13px;
        margin-top: 10px;
    }
    .service-item {
        padding: 20px 20px 20px;
    }
    .baner-heading {
        text-align: center;
        padding: 0px 0px 10px;
    }
    p.discrapction {
        font-size: 14px;
    }
    h4.baner-headings {
        font-size: 20px;
    }
    .header-conte-text .header_title h2 {
        font-size: 20px;
    }
    .header-conte-btn a.h-btn {
        font-size: 14px;
        padding: 7px 20px;
    }
    .header-conte-btn {
        width: auto;
    }
    .header-conte-btn a.h-btn img.email {
        width: 25px;
    }
    ul.mobileviewparent li a {
        font-size: 14px;
        padding: 8px 20px;
    }
    .header-content-btn {
        padding-bottom: 30px;
    }
    .logo a.desktop-logo img {
        width: 220px;
    }
    .logo-page-t .page-title h2.page-heading {
        font-size: 26px;
        line-height: 32px;
        margin-left: 5px;
    }
    .header {
        padding: 30px 0px 50px;
        height: 400px;
        
    background-size: cover;
    }
    .All-blogs {
        grid-row-gap: 20px;
        grid-template-columns: repeat(2,1fr);
    }
    .post-content-area {
        padding: 15px 20px;
    }
    .post-content-area p.post-description {
        font-size: 13px;
    }
    .post-slide .post-title-wrap h3.post-title a {
        font-size: 16px;
    }
    .post-slide .post-title-wrap {
        padding: 15px;
    }
    .post-slide .post-title-wrap:before {
        width: 75%;
    }
    .blog-section.blogs-page {
        padding: 190px 0px 30px;
    }
    .section-1-b .row.section-1-b-row {
        height: 300px;
        background-position: center;
    }
    .section1-backup h2.section1-backup-title {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .section1-backup h2.section1-backup-sub-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .header-conte-btns a.h-btn {
        font-size: 13px;
        padding: 8px 30px;
    }
    .header-conte-btns img.email {
        width: 25px;
        margin-top: 0px;
    }
    .section-1-b {
        padding: 30px 0px 30px;
    }
    .header_title-backup h2.perant-title {
        font-size: 30px;
    }
    .header_title-backup h2.sub-title {
        font-size: 16px;
    }
    .header_title-backup p.discrapction {
        font-size: 13px;
    }
    h4.Microsoft-top-heading {
        font-size: 18px;
    }
    .Microsoft-section2-content h4.Microsoft-sub-heading {
        font-size: 20px;
    }
    .Microsoft-section2-content-box1 ul.content-box li {
        font-size: 12px;
    }
    .Microsoft-section2-content-box1 {
        padding: 20px 10px;
    }
    .Microsoft-section2 {
        padding: 40px 0px 30px;
        background-position: 45% 100%;
    }
    .blog-section-heading h4 {
        font-size: 20px;
    }
    .blog-slider {
        padding: 30px 0px;
    }
    .ransomware-section3-content-box1 ul.content-box li {
        font-size: 13px;
    }
    .ransomware-section3-row {
        padding: 20px 0px 30px;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .ransomware-section3 {
        padding: 30px 0px;
    }
    .ransomware-section1 {
        padding: 30px 0px 0px;
    }
    h4.ransomware-sub-headings {
        font-size: 25px;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    .ransomware-section1 h4.ransomware-top-heading {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .ransomware-section1-content {
        margin-bottom: 20px;
    }
    .cookie-top-content h4.cookie-top-heading {
        font-size: 30px !important;
    }
    .cookie-content p.cookie-discs {
        font-size: 13px !important;
    }
    .cookie-top-content p.cookie-disc {
        font-size: 13px!important;
    }
    .cookie-content h4.cookie-heading {
        font-size: 20px !important;
        padding-bottom: 0px !important;
    }
    .cookie-section1-content {
        padding: 20px 60px 30px !important;
    }
    .cookie-section1 {
        padding: 30px 0px !important;
    }
    .cookie-content-table table.table tbody th {
        font-size: 13px !important;
        padding: 15px !important;
    }
    .cookie-content-table table.table tbody td {
        font-size: 13px !important;
        padding: 15px !important;
    }
    ul.privacy-list li {
        font-size: 13px !important;
    }
    .privacy-section1-content {
        padding: 20px 60px 30px !important;
    }
    .privacy-section1 {
        padding: 30px 0px 30px !important;
    }
    .cookie-content-table {
        padding-top: 0px !important;
    }
    .pricing-section-1 {
        padding: 30px 20px 30px;
    }
    .pricing-section-1 .pricing-section-heading h4 {
        font-size: 16px;
    }
    .pricing-section-1 .pricing-section-heading {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .pricing-section-heading2 h4 {
        font-size: 30px;
    }
    span.font-wsa {
        font-size: 20px;
    }
    .pricing-section-heading2 {
        padding-bottom: 15px;
    }
    .pricing-3 i.fa.fa-times {
        font-size: 20px;
    }
    .pricing-3 input#quantity {
        height: 35px;
        width: 35px;
        font-size: 25px;
    }
    .pricing-3 {
        padding-bottom: 20px;
    }
    .pricing-3 span.tb-s {
        font-size: 15px;
    }
    .pricing-5 h4.prices-tab {
        font-size: 14px;
        line-height: 14px;
        padding: 6px;
    }
    .pricing-4-conte-form .btn-1-slid {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .pricing-4-conte-form label[for="test1"] {
        font-size: 18px;
    }
    .pricing-4-conte-form label[for="test1-dev"] {
        font-size: 13px;
        padding-left: 18%;
        padding-top: 10px;
    }
    [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
        width: 18px;
        height: 18px;
    }
    .pricing-4-conte-form {
        padding: 30px 15px 0px;
    }
    .pricing-7-botttom-btn button.btn.btn-ciustam {
        font-size: 16px;
    }
    .pricing-7-botttom12 {
        padding-bottom: 20px;
    }
    .pricing-7-botttom {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    h3.pricing-head-price {
        font-size: 25px;
    }
    .pricing-7-botttom h3.pricing-head {
        font-size: 20px;
    }
    .pricing-border-botttom {
        margin-top: 20px;
    }
    .pricing-section1 {
        padding: 0px 0px 40px;
    }

    .cookie-content h4.cookie-heading-sub-t {
        font-size: 18px;
    }
    .cookie-content-table-license .table-responsive th {
        font-size: 13px;
        padding: 15px;
    }
    .cookie-content-table-license .table-responsive td {
        font-size: 13px;
        padding: 15px;
    }
    .privacy-section1 .container-fluid {
        max-width: 95%;
    }
    .cookie-content-table-license .table-responsive th {
        word-break: keep-all;
    }
    .cookie-content-table-license .table-responsive td {
        word-break: keep-all;
    }
    p.cookie-disc {
        font-size: 13px;
    }
    .laicence-c .cookie-content {
        margin-bottom: 10px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px){
    .footer-all-btns {
        grid-row-gap: 10px;
        grid-template-columns: repeat(1,1fr);
    }
    .footer .footer-colome {
        padding-bottom: 30px;
        margin-bottom: 10px;
    }
    .footer .footer-colome:before {
        width: 60px !important;
        height: 20px !important;
        right: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        margin: auto;
    }
    .footer-img-box .img-boxs img {
        width: 70px;
    }
    .footer-img-box .content-boxs h4.box-heading {
        font-size: 13px;
    }
    .footer-img-box .img-boxs img.img-box {
        width: 100px;
    }
    .row.footer-row1 {
        padding-bottom: 0px;
    }
    .footer-btn a.f-btn {
        padding: 10px 30px;
        font-size: 14px;
    }
    .footer .footer-colome:last-child {
        padding-bottom: 10px;
    }
    .footer-heading {
        padding-bottom: 10px;
    }
    .footer-heading h2.footer-titl {
        font-size: 20px;
    }
    .footer {
        padding-top: 30px;
    }
    .footer-menu ul.foot-menu {
        flex-wrap: wrap;
    }
    .footer-menu ul.foot-menu li a {
        padding: 9px;
        font-size: 12px;
    }
    .footer-bottom {
        padding: 10px 0px;
    }
    .service-section {
        padding: 30px 0px 10px;
    }
    .baner-heading {
        padding: 10px 0px;
    }
    p.discrapction {
        font-size: 13px;
    }
    h4.baner-headings {
        font-size: 18px;
    }
    .service-item {
        padding: 20px 20px 20px;
    }
    .service-item .service-img img {
        width: 80px;
    }
    .content-service h4.service-heading {
        font-size: 13px;
        margin-top: 15px;
    }
    .service-section .col-xs-12.col-sm-6.col-md-3.col-lg-3 {
        padding-bottom: 15px;
    }
    .header-conte-text .header_title h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .header-conte-btn {
        padding-left: 5%;
        width: auto;
    }
    .header-conte-btn a.h-btn {
        font-size: 13px;
        padding: 5px 20px;
    }
    .header-conte-btn a.h-btn img.email {
        width: 25px;
    }
    .logo a.desktop-logo img {
        width: 160px;
    }
    .logo-page-t .page-title h2.page-heading {
        font-size: 24px;
        line-height: 32px;
        margin-left: 5px;
    }
    .header-content-btn {
        padding-bottom: 30px;
    }
    .header {
        padding: 15px 0px 0px;
        background-position: left;
        background-size: cover;
        height: auto;
    }
    .header_title-backup h2.perant-title {
        font-size: 25px;
    }
    .header_title-backup p.discrapction {
        font-size: 13px;
    }
    .header_title-backup h2.sub-title {
        font-size: 18px;
    }
    .header-conte-btns a.h-btn {
        font-size: 12px;
        padding: 8px 25px;
    }
    .section-1-b {
        padding: 30px 0px 30px;
    }
    .All-blogs {
        grid-row-gap: 10px;
        grid-template-columns: repeat(1,1fr);
    }
    .post-content-area p.post-description {
        font-size: 12px;
    }
    .post-slide .post-title-wrap h3.post-title a {
        font-size: 16px;
    }
    .post-slide .post-title-wrap {
        padding: 15px;
    }
    .post-content-area {
        padding: 15px 15px;
    }
    .post-slide .post-title-wrap:before {
        width: 70%;
    }
    .section-1-b .row.section-1-b-row {
        height: auto;
        background-position: center;
        margin-right: 0;
        margin-left: 0;
        padding: 30px 30px 40px;
    }
    .section1-backup h2.section1-backup-title {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .section1-backup h2.section1-backup-sub-title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .section1-backup {
        padding-left: 0;
    }
    .header-conte-btns img.email {
        width: 25px;
        margin-top: -3px;
    }
    .blog-section.blogs-page {
        padding: 150px 0px 30px;
    }
    .header.backup-01 {
        padding-bottom: 30px;
    }
    .header.backup-02 {
        padding-bottom: 30px;
    }
    .header.backup-03 {
        padding-bottom: 30px;
    }
    .header.backup-04 {
        padding-bottom: 30px;
    }
    .header.backup-05 {
        padding-bottom: 30px;
    }
    h4.Microsoft-top-heading {
        font-size: 16px;
    }
    .Microsoft-section2 {
        padding: 30px 0px 30px;
    }
    .Microsoft-section2-content-box {
        grid-row-gap: 30px;
        grid-template-columns: repeat(1,1fr);
        margin-bottom: 40px;
    }
    .blog-section-heading h4 {
        font-size: 20px;
    }
    .blog-slider {
        padding: 40px 0px;
    }
    .Microsoft-section2-content h4.Microsoft-sub-heading {
        font-size: 20px;
    }
    .Microsoft-section2:before {
        width: 100%;
        height: 350px;
    }
    .Microsoft-section2-content-box1 ul.content-box li {
        font-size: 13px;
    }
    .Microsoft-section2-content-box1 {
        padding: 25px 15px;
    }
    .header-menu {
        display: none;
    }
    .mobile-header a.logo-mobile img {
        width: 100px;
    }
    .mobilemenu span.openMobileNav i.fa.fa-bars {
        color: #3d5c7e;
        font-size: 20px;
    }
    span.openMobileNav i.fa.fa-bars {
        position: absolute;
        right: 15px;
        top: 22px;
    }
    .mobile-header {
        box-shadow: 0px 14px 20px #0000000d;
    }
    div#MobileNav {
        background: #3d5c7e;
        margin-top: 0px;
        display: none;
        width: calc(100% + 1px);
        max-width: calc(100% + 1px);
        overflow: hidden;
        z-index: 999;
        position: absolute;
        left: -1px;
        top: 20px;
        margin: 0;
    }
    div#MobileNav ul.mobileviewparent li {
        padding: 0px 0;
        list-style: none;
        float: none;
    }
    div#MobileNav ul.mobileviewparent li a {
        font-size: 14px;
        padding: 10px 10px;
        border-bottom: 1px solid #cccccc9c;
    }
    .mobile-tag {
        display: none;
    }
    .mobile-header {
        padding: 10px 0px !important;
    }
    ul.mobileviewparent li a {
        color: #fff;
    }
    div#MobileNav ul.mobileviewparent li a:hover {
        color: #3d5c7e;
        background: #fff;
    }
    div#MobileNav ul.mobileviewparent li a.active {
        color: #3d5c7e;
        background: #fff;
    }
    .mobile-header {
        width: 100%;
        float: left;
        padding: 0px !important;
    }
    .header-logo {
        padding-bottom: 0px;
    }
    #maintoggle {
        width: 30px;
        height: 23px;
        cursor: pointer;
    }
    #maintoggle div {
        background: #3e5c7e !important;
    }
    #maintoggle div {
        width: 100%;
        border-radius: 70px;
        height: 3px;
        background: #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        margin-bottom: 7px;
        cursor: pointer;
    }
    #maintoggle .two {
        width: 60% !important;
    }
    #maintoggle.active .one {
        -webkit-transform: rotate( 45deg ) translate(5px,5px);
        transform: rotate( 45deg ) translate(5px,5px);
    }
    #maintoggle.active div {
        margin-bottom: 7px;
    }
    #maintoggle.active .two {
        opacity: 0;
    }
    #maintoggle.active .three {
        -webkit-transform: rotate( -45deg ) translate(7px,-8px);
        transform: rotate( -45deg ) translate(7px,-8px);
    }
    div#maintoggle {
        position: absolute;
        right: 15px;
        bottom: 10px;
        z-index: 99;
    }
    .ransomware-section1 {
        padding: 30px 0px 0px;
    }
    .ransomware-section1 h4.ransomware-top-heading {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .ransomware-section1-content {
        margin-bottom: 20px;
    }
    .ransomware-section3 {
        padding: 30px 0px;
    }
    h4.ransomware-sub-headings {
        font-size: 20px;
        margin-bottom: 15px;
        padding-bottom: 20px;
    }
    .ransomware-section3-row {
        width: 100%;
        padding: 30px 0px 30px;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .ransomware-section3-content-box {
        grid-template-columns: repeat(1,1fr);
        margin-top: 20px;
    }
    ul.content-box.box-1arrow-c:after {
        border-left: 12px solid transparent !important;
        border-right: 12px solid transparent !important;
        border-top: 12px solid #cbcbc9 !important;
        left: 0 !important;
        top: auto !important;
        right: 0 !important;
        margin: auto !important;
        width: fit-content !important;
        bottom: -10px !important;
        border-bottom: none;
    }
    .ransomware-section3-content-box1 ul.content-box li {
        font-size: 13px;
    }
    .border-box-inner h4.border-box-text {
        font-size: 12px;
        margin-bottom: 0px;
        padding-bottom: 15px;
    }
    h4.border-box-count-text {
        font-size: 160px;
        left: -63px;
        line-height: 120px;
        bottom: 10px;
    }
    .count-text2 {
        left: -63px !important;
    }
    h4.border-box-count-text.count-text3 {
        left: -63px;
    }
    h4.border-box-count-text.count-text4 {
        left: -63px;
    }
    .border-box-col1 {
        height: 170px;
        max-width: 170px;
    }
    .ransomware-section1 .box-time-2, .ransomware-section1 .box-time-3 {
        margin-bottom: 10px;
    }
    .blog-slider .owl-nav button.owl-next {
        right: -10px !important;
    }
    .blog-slider .owl-nav button.owl-prev {
        left: -10px !important;
    }
    .blog-slider .owl-nav button.owl-next span {
        font-size: 25px !important;
    }
    .blog-slider .owl-nav button.owl-prev span {
        font-size: 25px !important;
    }
    .cookie-top-content h4.cookie-top-heading {
        font-size: 18px !important;
    }
    .cookie-content p.cookie-discs {
        font-size: 12px !important;
    }
    .cookie-top-content p.cookie-disc {
        font-size: 12px!important;
    }
    .cookie-content h4.cookie-heading {
        font-size: 18px !important;
        padding-bottom: 0px !important;
    }
    .cookie-section1-content {
        padding: 20px 20px 10px !important;
    }
    .cookie-section1 {
        padding: 30px 0px 0px !important;
    }
    .cookie-content-table table.table tbody th {
        font-size: 12px !important;
        padding: 15px !important;
    }
    .cookie-content-table table.table tbody td {
        font-size: 12px !important;
        padding: 15px !important;
    }
    ul.privacy-list li {
        font-size: 12px !important;
    }
    .privacy-section1-content {
        padding: 20px 30px 10px !important;
    }
    .privacy-section1 {
        padding: 30px 0px 0px !important;
    }
    .pricing-section {
        display: grid;
        grid-column-gap: 0px;
        grid-template-columns: repeat(1,1fr);
        grid-row-gap: 20px;
    }
    .pricing-section1 {
        padding: 30px 0px;
    }
    div#MobileNavs{
        background: #3d5c7e;
        margin-top: 0px;
        display: none;
        width: calc(100% + 1px);
        max-width: calc(100% + 1px);
        overflow: hidden;
        z-index: 999;
        position: absolute;
        left: -1px;
        top: 20px;
        margin: 0;
    }
    div#MobileNavs ul.mobileviewparent li {
        padding: 0px 0;
        list-style: none;
        float: none;
    }
    div#MobileNavs ul.mobileviewparent li a {
        font-size: 14px;
        padding: 10px 10px;
        border-bottom: 1px solid #cccccc9c;
    }
    .mobile-tag {
        display: none;
    }
    .mobile-header {
        padding: 10px 0px !important;
    }
    ul.mobileviewparent li a {
        color: #fff;
    }
    div#MobileNavs ul.mobileviewparent li a:hover {
        color: #3d5c7e;
        background: #fff;
    }
    div#MobileNavs ul.mobileviewparent li a.active {
        color: #3d5c7e;
        background: #fff;
    }
	
	div#MobileNavss{
        background: #3d5c7e;
        margin-top: 0px;
        display: none;
        width: calc(100% + 1px);
        max-width: calc(100% + 1px);
        overflow: hidden;
        z-index: 999;
        position: absolute;
        left: -1px;
        top: 20px;
        margin: 0;
    }
    div#MobileNavss ul.mobileviewparent li {
        padding: 0px 0;
        list-style: none;
        float: none;
    }
    div#MobileNavss ul.mobileviewparent li a {
        font-size: 14px;
        padding: 10px 10px;
        border-bottom: 1px solid #cccccc9c;
    }
    .mobile-tag {
        display: none;
    }
    .mobile-header {
        padding: 10px 0px !important;
    }
    ul.mobileviewparent li a {
        color: #fff;
    }
    div#MobileNavss ul.mobileviewparent li a:hover {
        color: #3d5c7e;
        background: #fff;
    }
    div#MobileNavss ul.mobileviewparent li a.active {
        color: #3d5c7e;
        background: #fff;
    }
    .pricing-section-1 {
        padding: 30px 20px 30px;
    }
    .pricing-section-1 .pricing-section-heading h4 {
        font-size: 16px;
    }
    .pricing-section-1 .pricing-section-heading {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .pricing-section-heading2 h4 {
        font-size: 30px;
    }
    span.font-wsa {
        font-size: 20px;
    }
    .pricing-section-heading2 {
        padding-bottom: 15px;
    }
    .pricing-3 i.fa.fa-times {
        font-size: 20px;
    }
    .pricing-3 input#quantity {
        height: 35px;
        width: 35px;
        font-size: 25px;
    }
    .pricing-3 {
        padding-bottom: 20px;
    }
    .pricing-3 span.tb-s {
        font-size: 15px;
    }
    .pricing-5 h4.prices-tab {
        font-size: 14px;
        line-height: 14px;
        padding: 6px;
    }
    .pricing-4-conte-form .btn-1-slid {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .pricing-4-conte-form label[for="test1"] {
        font-size: 18px;
    }
    .pricing-4-conte-form label[for="test1-dev"] {
        font-size: 13px;
        padding-left: 18%;
        padding-top: 10px;
    }
    [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
        width: 18px;
        height: 18px;
    }
    .pricing-4-conte-form {
        padding: 30px 15px 0px;
    }
    .pricing-7-botttom-btn button.btn.btn-ciustam {
        font-size: 16px;
    }
    .pricing-7-botttom12 {
        padding-bottom: 20px;
    }
    .pricing-7-botttom {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    h3.pricing-head-price {
        font-size: 25px;
    }
    .pricing-7-botttom h3.pricing-head {
        font-size: 20px;
    }
    .pricing-border-botttom {
        margin-top: 20px;
    }
    .cookie-content h4.cookie-heading-sub-t {
        font-size: 16px;
    }
    .cookie-content-table-license .table-responsive th {
        font-size: 12px;
        padding: 10px;
    }
    .cookie-content-table-license .table-responsive td {
        font-size: 12px;
        padding: 10px;
    }
    .privacy-section1 .container-fluid {
        max-width: 100%;
        padding-left: 0px;
    }
    .row.privacy-row .cookie-col {
        padding-left: 0px;
    }
    .cookie-content-table-license .table-responsive th {
        word-break: keep-all;
    }
    .cookie-content-table-license .table-responsive td {
        word-break: keep-all;
    }
    p.cookie-disc {
        font-size: 12px;
    }
    .laicence-c .cookie-content {
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .social-icon {
        display: none;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1025px){
    .footer-bottom {
        padding: 20px 0px;
    }
    .footer-btn a.f-btn {
        padding: 15px 15px;
        font-size: 16px;
    }
    .footer-img-box .img-boxs img {
        width: 100px;
    }
    .footer-img-box .img-boxs img.img-box {
        width: 100px;
    }
    .footer-img-box .content-boxs h4.box-heading {
        font-size: 11px;
        margin-top: 10px;
    }
    .footer .footer-colome:before {
        width: 60px;
        height: 17px;
        right: -20px;
        top: 30%;
    }
    .footer-heading h2.footer-titl {
        font-size: 22px;
    }
    .footer-heading {
        padding-bottom: 15px;
    }
    .row.footer-row1 {
        padding-bottom: 40px;
    }
    .footer {
        padding-top: 60px;
    }
    .service-section {
        padding: 0px 0px 80px;
    }
    .service-item .service-img img {
        width: 120px;
    }
    .content-service h4.service-heading {
        font-size: 13px;
        margin-top: 10px;
    }
    .service-item {
        padding: 20px 20px 20px;
    }
    .baner-heading {
        text-align: center;
        padding: 40px 0px 60px;
    }
    p.discrapction {
        font-size: 12px;
    }
    h4.baner-headings {
        font-size: 20px;
    }
    .header-conte-text .header_title h2 {
        font-size: 20px;
    }
    .header-conte-btn a.h-btn {
        font-size: 14px;
        padding: 7px 20px;
    }
    .header-conte-btn {
        width: auto;
    }
    .header-conte-btn a.h-btn img.email {
        width: 25px;
    }
    ul.mobileviewparent li a {
        font-size: 14px;
        padding: 10px 20px;
    }
    .header-menu ul.mobileviewparent {
        width: 40%;
    }
    .header-content-btn {
        padding-bottom: 70px;
    }
    .logo a.desktop-logo img {
        width: 280px;
    }
    .logo-page-t .page-title h2.page-heading {
        font-size: 28px;
        line-height: 32px;
        margin-left: 5px;
    }
    .header {
        padding: 80px 0px 80px;
        background-position: 100%;
        background-size: 100% 100%;
        height: 500px;
    }
    .All-blogs {
        grid-row-gap: 20px;
        grid-template-columns: repeat(3,1fr);
    }
    .post-content-area {
        padding: 15px 20px;
    }
    .post-content-area p.post-description {
        font-size: 12px;
    }
    .post-slide .post-title-wrap h3.post-title a {
        font-size: 15px;
    }
    .post-slide .post-title-wrap {
        padding: 30px;
    }
    .post-slide .post-title-wrap:before {
        width: 75%;
    }
    .blog-section.blogs-page {
        padding: 250px 0px 70px;
    }
    .section-1-b .row.section-1-b-row {
        height: 400px;
        background-position: center;
        margin-bottom: -22%;
    }
    .section1-backup h2.section1-backup-title {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .section1-backup h2.section1-backup-sub-title {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .header-conte-btns a.h-btn {
        font-size: 13px;
        padding: 8px 30px;
    }
    .header-conte-btns img.email {
        width: 25px;
        margin-top: 0px;
    }
    .section-1-b {
        padding: 80px 0px 60px;
    }
    .header_title-backup h2.perant-title {
        font-size: 35px;
    }
    .header_title-backup h2.sub-title {
        font-size: 16px;
    }
    .header_title-backup p.discrapction {
        font-size: 12px;
    }
    .border-box-inner h4.border-box-text {
        font-size: 14px;
        margin-bottom: 0px;
        padding-bottom: 15px;
    }
    h4.Microsoft-top-heading {
        font-size: 25px;
    }
    .Microsoft-section2 {
        padding: 80px 0px 80px;
    }
    .Microsoft-section2-content h4.Microsoft-sub-heading {
        font-size: 30px;
    }
    .Microsoft-section2-content-box1 ul.content-box li {
        font-size: 13px;
    }
    .Microsoft-section2-content-box1 {
        padding: 30px 15px;
    }
    .blog-section-heading h4 {
        font-size: 30px;
    }
    .blog-slider {
        padding: 80px 0px;
    }
    .blog-section-heading {
        padding-bottom: 40px;
    }
    .ransomware-section3-row {
        padding: 80px 0px 80px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 992px){
    .blog-section.blogs-page {
        padding: 190px 0px 30px;
    }
    .section-1-b .row.section-1-b-row {
        height: 300px;
        background-position: center;
        margin-bottom: -19%;
    }
    .All-blogs {
        grid-row-gap: 20px;
        grid-template-columns: repeat(3,1fr);
    }
    .border-box-inner h4.border-box-text {
        font-size: 12px;
        margin-bottom: 0px;
        padding-bottom: 15px;
    }
    h4.border-box-count-text {
        font-size: 160px;
        left: -60px;
        line-height: 160px;
        bottom: 10px;
    }
    .count-text2 {
        left: -50px !important;
    }
    h4.border-box-count-text.count-text3 {
        left: -45px;
    }
    h4.border-box-count-text.count-text4 {
        left: -45px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px){
    .blog-section.blogs-page {
        padding: 190px 0px 30px;
    }
    .section-1-b .row.section-1-b-row {
        height: 300px;
        background-position: center;
        margin-bottom: -27%;
    }
    .All-blogs {
        grid-row-gap: 20px;
        grid-template-columns: repeat(2,1fr);
    }
    .border-box-inner h4.border-box-text {
        font-size: 12px;
        margin-bottom: 0px;
        padding-bottom: 15px;
    }
    h4.border-box-count-text {
        font-size: 160px;
        left: -63px;
        line-height: 120px;
        bottom: 10px;
    }
    .count-text2 {
        left: -63px !important;
    }
    h4.border-box-count-text.count-text3 {
        left: -63px;
    }
    h4.border-box-count-text.count-text4 {
        left: -63px;
    }
    .border-box-col1 {
        height: 170px;
        max-width: 170px;
    }
    .ransomware-section1 .box-time-2 {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) and (min-width: 451px){
    .section-1-b .row.section-1-b-row {
        margin-bottom: -27%;
    }
}

@media screen and (max-width: 450px) {
    .section-1-b .row.section-1-b-row {
        margin-bottom: -41%;
    }
}

@media screen and (max-width: 1600px) and (min-width: 1401px){
    .border-box-inner h4.border-box-text {
        font-size: 12px;
        margin-bottom: 0px;
        padding-bottom: 15px;
    }
    h4.border-box-count-text {
        font-size: 160px;
        left: -60px;
        line-height: 160px;
        bottom: 10px;
    }
    .count-text2 {
        left: -50px !important;
    }
    h4.border-box-count-text.count-text3 {
        left: -45px;
    }
    h4.border-box-count-text.count-text4 {
        left: -45px;
    }
}
@media screen and (max-width: 2000px) and (min-width: 1700px){
    .header {
        background-size: 100% 120%;
    }
}

@media screen and (max-width: 7000px) and (min-width: 1401px){
    .header {
        height: 750px !important;
        justify-content: center;
        padding-top: 0px;
        background-size: 105% 100%;
        display: flex;
    }
    .header-content {
        padding: 4% 5% 3%;
    }
    .header-content-btn {
        padding-bottom: 100px;
    }
    body.top-01.backup-page .header-menus {
        padding-top: 2%;
    }
    body.top-01.backup-page .header-content-backup {
        padding: 9% 5% 2%;
    }
    
    body.top-01.microsoft365-page .header-menus {
        padding-top: 2%;
    }
    body.top-01.microsoft365-page .header-content-backup {
        padding: 9% 5% 2%;
    }
    body.ransomware-page .header-menus {
        padding-top: 2%;
    }
    body.ransomware-page .header-content-backup {
        padding: 9% 5% 2%;
    }
    h4.border-box-count-text {
        font-size: 210px;
        left: -69px;
    }
    .count-text2 {
        left: -87px !important;
    }
    h4.border-box-count-text.count-text3 {
        left: -80px;
    }
    h4.border-box-count-text.count-text4 {
        left: -65px;
    }
    .ransomware-section3-content-box {
        max-width: 660px;
    }
    .ransomware-section3-content p.discrapction {
        max-width: 660px;
    }
    body.top-01.footer-remoce .header.backup-08regular, body.top-01.pricing-back .header.backup-08regular {
        height: auto !important;
        padding-top: 80px;
        padding-bottom: 90px;
    }
    body.top-01.footer-remoce .header.backup-08regular .header-menus, body.top-01.pricing-back .header.backup-08regular .header-menus{
        padding-top: 2%;
    }
    
}
@media screen and (max-width: 1600px) and (min-width: 1300px){
    .eula-page  .cookie-top-content h4.cookie-top-heading:before {
        width: 55.5%;
    }
}
.cookies-page .header.backup-08regular {
    background: url(../images/privacypolicy.jpg) !important;
}
/* .content-start {
    background: url(../images/privacypolicy.jpg) !important;
} */

ul.mobileviewparent li:last-child a:last-child {
    border-radius: 0px 5px 5px 0px;
}
.header-menu ul.mobileviewparent {
    border-radius: 0px 5px 5px 0px;
}

@media screen and (max-width: 7000px) and (min-width: 1201px){
    .header-menus ul.mobileviewparent li:first-child a {
        padding-left: 160px;
    }
    ul.mobileviewparent li a {
        font-size: 16px;
        padding: 20px 60px;
    }
    .logo a.desktop-logo img {
        width: 500px;
    }
    .cookies-page .cookie-top-content h4.cookie-top-heading:before {
        width: 56%;
    }
    .cookie-top-content {
        padding-bottom: 15px;
    }
    span.r-text {
        font-size: 18px;
        position: relative;
        bottom: 12px;
    }
    .privacy .cookie-top-content h4.cookie-top-heading.top-border:before {
        width: 30% !important;
    }
    ul.privacy-list li {
        font-size: 14px;
    }
    .cookie-content-table table.table tbody th {
        font-size: 14px;
    }
    .cookie-content-table table.table tbody td {
        font-size: 14px;
    }
    .cookie-content p.cookie-discs {
        font-size: 14px;
    }
    .cookie-content h4.cookie-heading {
        font-size: 20px;
    }
    .cookie-top-content p.cookie-disc {
        font-size: 14px;
    }
    p.cookie-disc {
        font-size: 14px;
    }
    .cookie-content h4.cookie-heading-sub-t {
        font-size: 17px;
    }
    .cookie-content-table-license .table-responsive th {
        font-size: 14px;
    }
    .cookie-content-table-license .table-responsive td {
        font-size: 14px;
    }
    .license-page .cookie-top-content h4.cookie-top-heading.top-border:before {
        width: 45% !important;
    }
    .license-page .cookie-top-content {
        padding-bottom: 0px;
    }
    .header-conte-btn {
        width: 85%;
        padding-left: 25%;
    }
    .header-conte-btn a.h-btn {
        font-size: 18px;
    }
    .header {
        background-size: 100% 100%;
    }
    .home .header-content-btn {
        padding-bottom: 130px;
    }
    .footer .footer-colome:before {
        background-size: 80px;
    }
    .footer-img-box .img-boxs img {
        width: 110px;
    }
    .row.footer-row2s {
        width: 80%;
        margin: auto;
    }
}

.license-page .header.backup-08regular {
    background: url(../images/privacypolicy.jpg) !important;
}