/*Import Settings*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}

.sticky-header {
  width:100%;
  height: auto; /*Bilal height menu*/
  text-align:center;
  margin:auto;
  position: fixed;
  z-index: 3;
  top: 10px;
  right: 0px;
  left: 0px;
}
/*body.complex-header .sticky-header:hover {
  height: 120px; /*Bilal height menu when hover*/
/*}*/
.header-logo {
  position: absolute;
  left: 20px;
  top:5px;
}
.menu {
  width:100%;
  max-width:700px;
  text-align:center;
  padding-top:10px;
  font-size:13px;
  color:#ffffff;
  margin:auto;
}

.d1 {
    width:400px;
	display:inline-block; 
    background: -webkit-linear-gradient(#273d5e, #4E76B3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#273d5e, #4E76B3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#273d5e, #4E76B3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#273d5e, #4E76B3); /* Standard syntax */
    border-top-left-radius:15px; border-top-right-radius:15px; padding:5px; 
    border-top: 3px solid #273d5e;
    border-left: 3px solid #273d5e;
    border-right: 3px solid #273d5e;
}

.article {
  margin-top: 125px;
  /* background-image: url(Content/images/slide.jpg); */
  background-position: Top center; 
  background-repeat: no-repeat;
}

.middle_area {
    background: -webkit-linear-gradient(#115683, #0084BC); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#115683, #0084BC); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#115683, #0084BC); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#115683, #0084BC); /* Standard syntax */
    border-radius: 15px 15px 15px 15px;  
    border:5px solid #ffffff; 
    width: 300px; 
    padding: 10px; 
    text-align: center; 
    font-size: 24px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
}
.primary {
  max-width: 700px;
  margin:auto;
  text-align:center;
}
.add-file {
  padding:5px; 
  margin:auto;
  overflow: hidden;
  position: relative;
  float:left;
  display:inline-block;
  vertical-align:middle;
}
.add-file2 {

  max-width:310px;
  padding:5px;
  margin:auto;
  overflow: hidden;
  position: relative;
  float:left;
  display:inline-block;
  vertical-align:middle;
}

.primary-ads {
  max-width: 700px;
  margin:auto;
  text-align:center;
}
.add-file-ads {
  padding:5px; 
  margin:auto;
  overflow: hidden;
  position: relative;
  float:left;
  display:inline-block;
  vertical-align:middle;
}
.add-file2-ads {

  max-width:340px;
  padding:5px;
  margin:auto;
  overflow: hidden;
  position: relative;
  float:left;
  display:inline-block;
  vertical-align:middle;
}

.add-file2 .pc {
background: -webkit-linear-gradient(#115683, #0084BC); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#115683, #0084BC); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#115683, #0084BC); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#115683, #0084BC); /* Standard syntax */
    border-radius: 20px;  
    border:2px solid #ffffff; 
  float:left;
  margin:5px;
  padding:10px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
}

.add-file2 .pc:hover{
  background: -webkit-linear-gradient(#115683, #0084BC); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#115683, #0084BC); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#115683, #0084BC); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#115683, #0084BC); /* Standard syntax */
    border-radius: 20px;  
    border:2px dashed #ffffff; 
  float:left;
  margin:5px;
  padding:10px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
}

.add-file2 .pc p{
  font-family: Arial, Helvetica, sans-serif;
  color:#ffffff;
  font-size:20px;
  text-align:center; 
}
.add-file2 .pc p s{
  font-family: Arial, Helvetica, sans-serif;
  color:#ffffff;
  font-size:12px;
  text-align:center; 
}
.add-file2 .pc svg {
  fill:#ffffff;
}
.ads {
  overflow: hidden;
  width: 100%;
  margin: auto;
  text-align: center;
  background:#ffffff;
  padding:15px;
}
.ads div{
  overflow: hidden;
  width: 100%;
  margin: auto;
  text-align: center;
  background:#ffffff;
}
.slideshow {
  margin: auto;
  padding: 10px;
}
.slideshow2 {
  margin: auto;
  padding: 10px;
  font-size:10px;
  float:left;
  text-align:center;
  width:250px;
}
.divsoftware1 {
  overflow: hidden;
  width: 100%;
  margin: 5px auto;
  text-align: center;
  background:#007FBB;
  padding:25px;
  border-top: 8px solid #F2AE43;
}

.divsoftware2 {
  overflow: hidden;
  width: 100%;
  margin: 5px auto;
  text-align: center;
  background:#EEBA1B;
  padding:25px;
  border-top: 8px solid #F2AE43;
}
.divsoftware3 {
  overflow: hidden;
  width: 100%;
  margin: 5px auto;
  text-align: center;
  background:#ffffff;
  padding:15px;
}
.divsoftware4 {
  overflow: hidden;
  width: 100%;
  margin: 5px auto;
  text-align: center;
  background:#0182B9;
  padding:5px;
  border-top: 4px solid #ffffff;
}

.divsoftware5 {
  overflow: hidden;
  width: 100%;
  text-align:center;
  margin: 5px auto;
  background:#ffffff;
  color: #333333;
  padding:15px;
  border-top: 4px solid #ffffff;
}

.start-software {
  display: block;
  max-width: 850px;
  margin:auto;
  color:#353535;
}
.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #6D1019, #B40203);
  background-image: -moz-linear-gradient(top, #6D1019, #B40203);
  background-image: -ms-linear-gradient(top, #6D1019, #B40203);
  background-image: -o-linear-gradient(top, #6D1019, #B40203);
  background-image: linear-gradient(to bottom, #6D1019, #B40203);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 10px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  color:#ffffff;
}


/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
aside,
details,
figcaption,
figure,
footer,
Menu_Top,
Menu_millieu,
header,
hgroup,
main,
nav,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */




/*************************************************
 * Hover effect                                  *
 *************************************************/
/*************************************************
 * Logo                                          *
 *************************************************/

.header-logo svg {
  height: 23px;
  fill: white;
}
@media (max-width: 930px) {
  .header-logo {
    display: none;
  }
}
/*************************************************
 * Social Buttons                                *
 *************************************************/
.social-wrapper {
  position: absolute;
  right: 12px;
  margin: 0px;
  top: 0px;
  padding: 0px 0 4px 0;
  display: block;
  height: 20px;
}
@media (max-width: 980px) {
  .social-wrapper {
    display: none;
  }
}
.social-wrapper li {
  margin: 0 0 0 10px;
  float: right;
  line-height: 20px;
}
.social-wrapper li.facebook {
  overflow: hidden;
}
@media (max-width: 1200px) {
  .social-wrapper .chrome {
    display: none;
  }
}
.social-wrapper .chrome #install-button {
  border: 1px solid white;
  color: white;
  border-radius: 3px;
  height: 18px;
  line-height: 18px;
  padding: 0 5px 0 6px;
  font-size: 11px;
  font-weight: bold;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.social-wrapper .chrome #install-button:hover {
  border-color: black;
  color: black;
}


.sticky-header .nav-item-title {
  display: none;
}
.services-nav {
  padding-top: 8px;
}
.social-wrapper {
  padding-top: 10px;
}

body.complex-header:not(.scroll) .sticky-header,

body.complex-header:not(.scroll) .sticky-header .nav-item-title,
body.complex-header .sticky-header:hover .nav-item-title {
  display: inline;
}
body.complex-header:not(.scroll) .sticky-header .services-nav,
body.complex-header .sticky-header:hover .services-nav {
  padding-top: 15px;
}
body.complex-header:not(.scroll) .sticky-header .header-logo,

body.complex-header:not(.scroll) .sticky-header .social-wrapper,
body.complex-header .sticky-header:hover .social-wrapper {
  padding-top: 26px;
}
h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #222;
  margin: 0;
  text-align: center;
}
h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  text-align: center;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #6C6C6C;
  margin: 0;
  text-align: center;
}


.article .product-info,
.article .info {
  text-align: center;
}
.article .product-info {
  text-align: center;
  padding-top: 35px;
}
.article .product-info p {
  margin: 5px 0px 20px 0px;
  max-width: 800px;
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #666666;
  letter-spacing: 0.01em;
}
.article .features {
  margin-top: 46px;
  width: 1134px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
}
.article .features:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.article .features .feature {
  float: left;
  text-align: center;
  width: 349px;
  margin-left: 14px;
  margin-right: 15px;
  margin-bottom: 24px;
}
.article .features img {
  height: 60px;
  width: 60px;
}
.article .features h3 {
  margin: 0 0 3px 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #222;
}
.article .features p {
  margin-top: 0px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #666666;
  letter-spacing: 0.01em;
  word-break: keep-all;
}
.article .features a {
  color: #666666;
  text-decoration: underline;
}
.article .features a:hover {
  color: black;
}
body.start .shop-link {
  display: block;
}
.shop-link {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  z-index: 1;
  display: none;
  position: fixed;
  bottom: 24px;
  right: 24px;
  height: 82px;
  background-color: white;
  padding-left: 24px;
  padding-top: 18px;
  padding-right: 24px;
  box-sizing: border-box;
  border-radius: 1px;
  margin-top: 4px;
  border-width: 1px;
  border-style: solid;
}
.shop-link svg {
  float: left;
  padding-top: 3px;
}
.shop-link p {
  margin: 0;
  margin-left: 48px;
  font-size: 15px;
  line-height: 24px;
}
.shop-link p span {
  font-family: smallpdfgui, "Source Sans Pro", Arial, Sans-Serif;
}
.shop-link .product-title {
  font-weight: 700;
}
@media (max-width: 1192px) {
  .article .features {
    width: 756px;
  }
  .shop-link {
    z-index: 0;
  }
}
@media (max-width: 814px) {
  .article .features {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .article .features .feature {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    padding: 0 14px 0 15px;
    width: 50%;
  }
}
@media (max-width: 500px) {
  .article .features .feature {
    width: 100%;
  }
  .article .product-info {
    padding-top: 20px;
  }
  .article .product-info p {
    margin-top: 5px;
  }
}

.responsive-ad {
  width: 728px;
  height: 90px;
}
body.adfree .tool .result-container .result-message {
  max-width: 756px;
}
body.adfree .tool .result-container .result-message .ad {
  display: none;
}

.result-banner {
  display: none;
}
.start-banner {
  display: block;
}













/*************************************************
 * Menu topnav Responsive                              *
 *************************************************/
/* Add a black background color to the top navigation */
.topnav {
    background: #1B4773;
  background-image: -webkit-linear-gradient(top, #000, #333);
  background-image: -moz-linear-gradient(top, #000, #333);
  background-image: -ms-linear-gradient(top, #000, #333);
  background-image: -o-linear-gradient(top, #000, #333);
  background-image: linear-gradient(to bottom, #000, #333);
  border-top: 1px solid #999999;
    overflow: hidden;
    margin:auto;
    text-align:center;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add an active class to highlight the current page */


/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}
Add media queries:

Example
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/*************************************************
 * Menu media responsive                              *
 *************************************************/
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}



























/*************************************************
* Basic Footer Styles                            *
*************************************************/
footer {
  padding-bottom: 20px;
  border-top: 2px solid #E2E2E2;
}
footer .content {
  margin: 0 auto;
}
footer .content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
footer .content .donate {
  width: 190px;
  float: left;
}
footer .content .donate img {
  width: 110px;
  margin: 0 15px 0 15px;
  cursor: pointer;
}
footer .content .links {
  float: left;
}
footer .content .links .service,
footer .content .links .business,
footer .content .links .social {
  padding: 0;
  margin: 0;
  display: inline-block;
}
footer .content .links .service li,
footer .content .links .business li,
footer .content .links .social li {
  margin: 0 15px;
}
footer .content .links .service li a,
footer .content .links .business li a,
footer .content .links .social li a {
  color: black;
  font-weight: 400;
  font-size: 15px;
  float: left;
}
footer .content .links .service li a.shop,
footer .content .links .business li a.shop,
footer .content .links .social li a.shop {
  padding-left: 20px;
  background-image: url(../assets/img/ui-cart.svg);
  background-size: 15px;
  background-position: left center;
  background-repeat: no-repeat;
}
footer .content .links .social li a span {
  font-family: smallpdfgui, "Source Sans Pro", Arial, Sans-Serif;
  padding-right: 5px;
}
footer .content .lang {
  width: 190px;
  position: relative;
}
footer .content .lang ul {
  line-height: 44px;
  min-height: 48px;
  margin: 0 0 0 15px;
  border-radius: 5px;
  border: 2px solid #778088;
  padding-left: 15px;
  box-sizing: border-box;
}
footer .content .lang li {
  display: none;
}
footer .content .lang li a {
  width: 100%;
  color: #778088;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  line-height: 30px;
}
footer .content .lang li a:hover {
  color: black;
}
footer .content .lang li.active,
footer .content .lang ul:hover li {
  display: block;
}
footer .content .lang ul:hover {
  line-height: 30px;
  position: absolute;
  bottom: -48px;
  right: 0px;
  left: 0px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 7px 0 6px 15px;
  background-color: white;
}
footer .content .footnote {
  float: left;
  color: #778088;
  font-size: 15px;
}
footer .content .footnote .copyright,
footer .content .footnote .text {
  padding: 0 15px;
}
/*************************************************
* Mobile                                        *
*************************************************/
@media (max-width: 800px) {
  footer {
    padding-top: 5px;
  }
  footer .content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }
  footer .content .donate {
    display: none;
  }
  footer .content .links {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .content .links .service,
  footer .content .links .business,
  footer .content .links .social {
    width: 100%;
    float: left;
  }
  footer .content .links .service li,
  footer .content .links .business li,
  footer .content .links .social li {
    line-height: 48px;
  }
  footer .content .links .service li a,
  footer .content .links .business li a,
  footer .content .links .social li a {
    border-bottom: 2px solid #E2E2E2;
    width: 100%;
  }
  footer .content .lang {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  footer .content .lang:hover {
    margin-bottom: 68px;
  }
  footer .content .lang ul {
    margin-right: 15px;
  }
  footer .content .footnote {
    width: 100%;
  }
  footer .content .footnote .copyright,
  footer .content .footnote .text {
    display: block;
    text-align: center;
    line-height: 24px;
  }
}



/*************************************************
* Large Screens                                  *
*************************************************/
@media (min-width: 1200px) {
  footer {
    padding-top: 30px;
  }
  footer .content {
    width: 1140px;
  }
  footer .content .donate {
    text-align: right;
    margin-top: -5px;
  }
  footer .content .links {
    width: 760px;
    text-align: center;
    font-size: 0;
  }
  footer .content .links .service li,
  footer .content .links .business li,
  footer .content .links .social li {
    line-height: 36px;
    display: inline-block;
  }
  footer .content .lang {
    float: left;
    margin-top: -8px;
  }
  footer .content .footnote {
    width: 760px;
    line-height: 36px;
    text-align: center;
  }
  footer .content .footnote .copyright,
  footer .content .footnote .text {
    display: inline-block;
  }
}
.old-browser-warning {
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 10;
  background-color: #FDF2AB;
  border-bottom: 2px solid #A29330;
  text-align: center;
  line-height: 50px;
}
.not-supported .product-info {
  padding-top: 100px;
}
.not-supported .tool,
.not-supported ,
.not-supported .article .drop-area,
.not-supported .sticky-header,
.not-supported .services-nav-wrapper,
.not-supported .footer-content {
  display: none;
}
.not-supported .article {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.not-supported .article .features {
  width: 800px;
  overflow: hidden;
}
.not-supported .article .features .feature {
  float: left;
  display: block;
}
.offline-warning-wrapper {
  position: fixed;
  top: 62px;
  right: 21px;
}
.offline-warning {
  background-color: white;
  border: 1px solid #ebebeb;
  width: 300px;
  padding: 20px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
}
.offline-warning svg {
  height: 70px;
  width: 70px;
  float: left;
}
.offline-warning-text {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 230px;
  height: 70px;
  display: inline-block;
  padding: 15px 0 0 20px;
}
html[lang="ar"] {
  /* Protect */
}
html[lang="ar"] .drop-area {
  direction: rtl;
}
html[lang="ar"] .social-wrapper .chrome #install-button {
  direction: rtl;
}
html[lang="ar"] #converter-wrapper .success .share-buttons .twitter-share-button {
  margin-right: 9px;
}
html[lang="ar"] .add-another-file .add-file-description {
  direction: rtl;
}
html[lang="ar"] .primary .ready-button,
html[lang="ar"] .confirm-button,
html[lang="ar"] .get-password-form p,
html[lang="ar"] .confirm-form p,
html[lang="ar"] body.result .tool .result-message .donate .donation-method,
html[lang="ar"] .error-wrapper .error p,
html[lang="ar"] .instruction,
html[lang="ar"] .main-nav-item {
  direction: rtl;
}
html[lang="ar"] body.result .tool .result-message .message .text {
  direction: rtl;
  text-align: right;
}
html[lang="ar"] #cmd {
  padding-left: 0;
  padding-right: 6px;
  direction: rtl;
}
html[lang="ar"] #confirm + label {
  margin: 20px 0 0 10px;
  float: right;
}
html[lang="ar"] .get-password-form #password {
  direction: rtl;
  padding-left: 0;
  padding-right: 12px;
}
html[lang="ar"] .product-info {
  direction: rtl;
}
html[lang="ar"] h4 {
  direction: rtl;
}
html[lang="ar"] #open-upload label {
  direction: rtl;
}
html[lang="ar"] .features div {
  direction: rtl;
  text-align: center;
}
html[lang="ar"] footer .connect nav > div {
  float: right;
  text-align: right;
  padding: 2px 15px 0 0;
}
html[lang="ar"] footer .connect nav > div > div {
  text-align: right;
}
html[lang="ar"] #converter-wrapper .success p {
  direction: rtl;
}
html[lang="ar"] .rtl #widget {
  text-align: left;
}
html[lang="ar"] footer h5 {
  text-align: right;
  direction: rtl;
}



body.init-state.processing .primary .processing {
  width: 100%;
  top: 21px;
  height: 15px;
  color: transparent;
}
.primary .result-wrapper {
  padding: auto;
}
.primary .confirm-button,
.primary .get-password-button,
.primary .error-button,
.primary .result-button {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.03em;
  font-weight: 600;
  line-height: 36px;
  color: white;
  height: 36px;
  width: 100%;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  cursor: pointer;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
  margin-left: auto;
  margin-right: auto;
  width: 260px;
  border-radius: 1px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: border, color, background-color, height, line-height;
  -moz-transition-property: border, color, background-color, height, line-height;
  -o-transition-property: border, color, background-color, height, line-height;
  transition-property: border, color, background-color, height, line-height;
}
.primary .confirm-button a,
.primary .get-password-button a,
.primary .error-button a,
.primary .result-button a {
  color: white;
  font-weight: 600;
}
.primary .result-button {
  -webkit-transition-property: border, color, height, line-height;
  -moz-transition-property: border, color, height, line-height;
  -o-transition-property: border, color, height, line-height;
  transition-property: border, color, height, line-height;
}
.primary .result-button a.download-file {
  display: block;
  float: left;
}
body.init-state .primary .result-button {
  border: 0px solid transparent;
  color: white;
  height: 36px;
  line-height: 36px;
}
body.result.error .primary .result-wrapper .error-button {
  display: block;
}
body.result .primary .result-wrapper .error-button,
body.result.error .primary .result-wrapper .result-button {
  display: none;
}
.tool {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 27px;
  border: 2px dashed gray;
  min-height: 160px;
  width: 728px;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: min-height, width, border;
  -moz-transition-property: min-height, width, border;
  -o-transition-property: min-height, width, border;
  transition-property: min-height, width, border;
}
.start .tool {
  display: none;
}
.error-wrapper {
  height: 298px;
  width: 728px;
  position: relative;
  margin: 0 auto;
  background-color: #ebebeb;
  box-sizing: border-box;
  padding: 24px 0 0 24px;
}
.error-wrapper .error {
  float: left;
  height: 250px;
  width: 300px;
  margin-right: 78px;
  text-align: left;
}
.error-wrapper .error p {
  margin: 0;
}
.error-wrapper .error .error-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-top: -2px;
}
.error-wrapper .error .error-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  margin-top: 58px;
  height: 182px;
  overflow: hidden;
}
.error-wrapper .error .error-knowledge {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  margin-top: 7px;
}
.error-wrapper .error .error-knowledge a {
  text-decoration: underline;
}
.error-wrapper .error .error-knowledge a:hover {
  color: #2c3239;
}
.error-wrapper .solution {
  float: left;
  height: 250px;
  width: 300px;
}
.error-wrapper.divided {
  background-color: white;
  padding: 0;
}
.error-wrapper.divided .error {
  background-color: #ebebeb;
  width: 349px;
  height: 298px;
  margin-right: 29px;
  box-sizing: border-box;
  padding: 24px 0 0 24px;
}
.error-wrapper.divided .error .error-text {
  width: 300px;
  height: 250px;
}
.error-wrapper.divided .solution {
  background-color: #ebebeb;
  width: 349px;
  height: 298px;
  box-sizing: border-box;
  padding: 24px 0 0 24px;
}
/* RESPONSIVE */
@media (max-width: 814px) {
  .error-wrapper {
    width: 349px;
  }
  .error-wrapper .error {
    margin-right: 0;
  }
  .error-wrapper .solution {
    display: none;
  }
}
.tool .result-message {
  display: none;
}
body.result .tool .result-message {
  display: block;
  opacity: 1;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
body.result.init-state .tool .result-message {
  opacity: 0;
}
body.result .tool .result-message {
  display: block;
  width: 1134px;
  margin: 0 auto;
}
body.result .tool .result-message:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body.result .tool .result-message .message,
body.result .tool .result-message .donate,
body.result .tool .result-message .ad {
  display: block;
  height: 298px;
  float: left;
  background-color: #ebebeb;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
body.result .tool .result-message .message {
  max-width: 538px;
  margin-left: 14px;
  margin-right: 15px;
  padding: 82px 25px 25px 25px;
}
body.result .tool .result-message .message .text {
  height: 180px;
  width: 100%;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
  margin: 0;
  -moz-font-feature-settings: "onum";
  -ms-font-feature-settings: "onum";
  -webkit-font-feature-settings: "onum";
  -o-font-feature-settings: "onum";
  font-feature-settings: "onum";
}
body.result .tool .result-message .message .share-buttons-message {
  width: 230px;
  line-height: 13px;
  text-align: left;
  position: absolute;
  bottom: 20px;
  left: 35px;
}
body.result .tool .result-message .message .share-buttons-message .social-button {
  float: left;
  margin-right: 20px;
}
body.result .tool .result-message .message .share-buttons-message .google-button {
  width: 40px;
}
body.result .tool .result-message .message .start-over-button {
  color: #484848;
  height: 35px;
  line-height: 36px;
  font-size: 15px;
  background-color: white;
  font-weight: 600;
  -webkit-transition-property: border-color;
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  padding-left: 12px;
  padding-right: 10px;
  bottom: 25px;
  right: 30px;
  border-top: 1px solid #E7E7E7;
  border-left: 1px solid #E7E7E7;
  border-right: 1px solid #E7E7E7;
  box-shadow: 0 1px 0 rgba(34, 34, 34, 0.3);
}
body.result .tool .result-message .message .start-over-button img {
  height: 16px;
  width: 16px;
  padding-right: 7px;
  vertical-align: sub;
}
body.result .tool .result-message .message .start-over-button:hover {
  border-top: 1px solid #A9A9A9;
  border-left: 1px solid #A9A9A9;
  border-right: 1px solid #A9A9A9;
}
body.result .tool .result-message .donate {
  margin-left: 14px;
  margin-right: 15px;
  width: 160px;
  padding: 20px 10px 20px 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: black;
  letter-spacing: 0.01em;
  letter-spacing: 0;
}
body.result .tool .result-message .donate .could-we-help {
  position: absolute;
  top: 20px;
  margin: 0;
  width: 140px;
}
body.result .tool .result-message .donate img {
  height: 115px;
  width: 115px;
  margin-top: 65px;
}
body.result .tool .result-message .donate .donation-method {
  position: absolute;
  bottom: 20px;
  width: 140px;
}
body.result .tool .result-message .donate .donation-method .paypal {
  margin: 0;
}
body.result .tool .result-message .donate .donation-method .paypal span {
  font-weight: 700;
}
body.result .tool .result-message .donate .donation-method .btc {
  margin: 0;
  display: inline;
  padding-bottom: 22px;
  text-align: center;
  width: 120px;
}
body.result .tool .result-message .donate .donation-method .btc span {
  padding: 5px 0px;
  padding-bottom: 6px;
  position: absolute;
  width: 295px;
  text-align: center;
  display: none;
  border-radius: 2px;
  color: #FFFFFF;
  background-color: black;
  font-family: "Helvetic Neue", Helvetica, Arial, sans-serif;
}
body.result .tool .result-message .donate .donation-method .btc span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid black;
}
body.result .tool .result-message .donate .donation-method .btc:hover span {
  line-height: 14px;
  display: block;
  opacity: 1;
  left: -80px;
  margin-top: 10px;
  z-index: 999;
}
body.result .tool .result-message .ad {
  width: 349px;
  margin-left: 14px;
  margin-right: 15px;
}
/*COMPRESSION NOTHING*/
body.result .tool .result-message.nothing {
  max-width: 756px;
}
body.result .tool .result-message.nothing .message {
  width: 349px;
  margin-left: 14px;
  margin-right: 15px;
  padding: 15px 15px 15px 15px;
}
body.result .tool .result-message.nothing .message .shocked-result {
  margin-bottom: 15px;
}
body.result .tool .result-message.nothing .message .error-text {
  height: 194px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: white;
}
body.result .tool .result-message.nothing .message .error-text p {
  margin: 0;
  text-align: center;
}
body.result.error .tool {
  border: none;
}
body.result.error .tool .result-message {
  width: auto;
}
/*RESPOSNIVE RESULTS*/
@media only screen and (max-width: 1192px) {
  body.result .tool .result-message {
    max-width: 756px;
  }
  body.result .tool .result-message .ad {
    display: none;
  }
  body.result .tool .result-message.nothing .ad {
    display: block;
  }
}
@media (max-width: 814px) {
  body.result .tool .result-message {
    max-width: 567px;
  }
  body.result .tool .result-message .donate {
    display: none;
  }
  body.result .tool .result-message.nothing .message {
    margin: 0 auto;
    float: none;
  }
  body.result .tool .result-message.nothing .ad {
    display: none;
  }
}
@media (max-width: 625px) {
  body.result .tool .result-message {
    max-width: 100%;
  }
  body.result .tool .result-message .message {
    width: 100%;
    margin: 0;
  }
  body.result .tool .result-message .message .result-area .text {
    margin: 0;
  }
}
@media (max-width: 460px) {
  body.result .tool .result-message .message {
    width: 320px;
    margin: 0 auto;
    float: none;
  }
  body.result .tool .result-message .message .start-over-button {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    bottom: 0px;
    right: 0px;
  }
  body.result .tool .result-message .message .text {
    font-size: 22px;
    line-height: 32px;
  }
  body.result .tool .result-message .message .share-buttons-message {
    position: relative;
    margin: 0 auto;
    padding-right: 15px;
    margin-top: 20px;
  }
}
body.result .tool .result-message.nothing .message {
  width: 310px;
}
body.result .tool .result-message.nothing .message .result-area {
  padding: 10px;
}
body.result .tool {
  max-width: 1134px;
  margin-left: auto;
  margin-right: auto;
}
.compress.processing .tool {
  background-image: url('../assets/img/anim-compress-pdf.gif');
  background-repeat: no-repeat;
  background-position: center 40%;
}
.word.processing .tool {
  background-image: url('../assets/img/anim-word-to-pdf.gif');
  background-repeat: no-repeat;
  background-position: center 40%;
}
.pdf-to-word.processing .tool {
  background-image: url('../assets/img/anim-word-to-pdf.gif');
  background-repeat: no-repeat;
  background-position: center 40%;
}
.pdf-to-excel.processing .tool {
  background-image: url('../assets/img/anim-excel-to-pdf.gif');
  background-repeat: no-repeat;
  background-position: center 40%;
}
.pdf-to-ppt.processing .tool {
  background-image: url('../assets/img/anim-ppt-to-pdf.gif');
  background-repeat: no-repeat;
  background-position: center 40%;
}
.excel.processing .tool {
  background-image: url('../assets/img/anim-excel-to-pdf.gif');
  background-repeat: no-repeat;
  background-position: center 40%;
}
.ppt.processing .tool {
  background-image: url('../assets/img/anim-ppt-to-pdf.gif');
  background-repeat: no-repeat;
  background-position: center 40%;
}











/* Bilal pdf-to-word */
.pdf-to-word .primary .uploading .status-description,
.pdf-to-word .primary .uploading .percent,
.pdf-to-word .drop-area,
.pdf-to-word .error p,
.pdf-to-word .error-knowledge a {
  color: #0088C1;
}
.pdf-to-word .primary .error-button,
.pdf-to-word .primary .result-button,
.pdf-to-word.init-state .primary .processing,
.pdf-to-word .primary .uploading,
.pdf-to-word .add-file-button,
.pdf-to-word .sticky-header {
  background-color: #0088C1;
}
.pdf-to-word .save-file-button .save-text,
.pdf-to-word .save-file-button:hover,
.pdf-to-word .add-file-button .open-text,
.pdf-to-word .add-file-button:hover {
  background-color: #166fdb;
}
.pdf-to-word .primary .uploading .bar {
  background-color: #135eba;
}
.pdf-to-word.init-state .primary .result-button,
.pdf-to-word .primary .processing {
  background-color: rgba(24, 118, 232, 0.4);
}
.pdf-to-word .message .text {
  color: #0088C1;
}
.pdf-to-word .shop-link {
  border-color: #0088C1;
}
.pdf-to-word .shop-link #img-desktop-computer {
  fill: #0088C1;
}
.pdf-to-word .shop-link p {
  color: #0088C1;
}
.pdf-to-word .shop-link:hover {
  border-color: black;
}
.pdf-to-word .shop-link:hover p {
  color: black;
}
.pdf-to-word .shop-link:hover #img-desktop-computer {
  fill: black;
}
/*Bilal Fin pdf-to-word */


